lisp/progmodes/delphi.el: Fix typos.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
5ba5fb81
JB
12011-03-16 Juanma Barranquero <lekktu@gmail.com>
2
3 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
4 (delphi-verbose, delphi-comment-face, delphi-string-face)
5 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
6 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
7 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
8 (delphi-new-comment-line, delphi-font-lock-defaults)
9 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
10 Fix typos in docstrings.
11
2dab465b
KM
122011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
13
5ba5fb81 14 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
15 Invert the roles of character and string values for INSTEAD, so a
16 string is used for the more common case of a defaulting prompt.
17
0adf5618
SM
182011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
19
20 * progmodes/ruby-mode.el (ruby-backward-sexp):
21 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
22 * play/gamegrid.el (gamegrid-make-face):
23 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
24 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
25 * notifications.el (notifications-notify):
26 * net/xesam.el (xesam-search-engines):
27 * net/quickurl.el (quickurl-list-insert):
28 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
29
d72700e5
CY
302011-03-15 Chong Yidong <cyd@stupidchicken.com>
31
32 * startup.el (command-line): Update package subdirectory regexp.
33
49c5410a
SM
342011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
35
c6eee9aa
SM
36 * allout.el (allout-abbreviate-flattened-numbering)
37 (allout-mode-deactivate-hook): Fix up obsolescence "date".
38
49c5410a
SM
39 * subr.el (read-char-choice): Only show the cursor after the prompt,
40 not after the answer.
41
047b2bb9
KR
422011-03-15 Kevin Ryde <user42@zip.com.au>
43
44 * help-fns.el (variable-at-point): Skip leading quotes, if any
45 (bug#8253).
46
0a57d256
SM
472011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
48
49 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
50 warning message.
51
77c992bc
MA
522011-03-14 Michael Albinus <michael.albinus@gmx.de>
53
54 * shell.el (shell): When called interactively, offer to change the
55 shell file name on remote hosts.
56
eebc475d
TZ
572011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
58
59 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
60 integration for LDAP parameters. The host, base, user or binddn,
61 and secret tokens can be specified in a netrc file, for instance.
62 This is optional because an `auth-source' parameter must be
63 specified in the search attributes.
64
9d05d1ba
JB
652011-03-13 Juanma Barranquero <lekktu@gmail.com>
66
67 * help.el (describe-mode): Link to the mode's definition (bug#8185).
68
09d9db2c
GM
692011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
70
71 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
72 into declaration. Remove redundant and harmful binding.
73
742011-03-12 Eli Zaretskii <eliz@gnu.org>
75
76 * files.el (file-ownership-preserved-p): Pass `integer' as an
77 explicit 2nd argument to `file-attributes'. If the file's owner
78 is the Administrators group on Windows, and the current user is
79 Administrator, consider that a match.
80
81 * server.el (server-ensure-safe-dir): Consider server directory
82 safe on MS-Windows if its owner is the Administrators group while
83 the current Emacs user is Administrator. Use `=' to compare
84 numerical UIDs, since they could be integers or floats.
85
219bd536
JB
862011-03-12 Juanma Barranquero <lekktu@gmail.com>
87
88 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
89
f3afd36b
MA
902011-03-12 Michael Albinus <michael.albinus@gmx.de>
91
92 Sync with Tramp 2.2.1.
93
94 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
95
96 * net/trampver.el: Update release number.
97
3aaaa6f1
SM
982011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
99
94642599
SM
100 * progmodes/compile.el (compilation--previous-directory): Fix up
101 various nil/dead-marker mismatches (bug#8014).
102 (compilation-directory-properties, compilation-error-properties):
103 Don't call it at a position past the one we're about to change.
104
3aaaa6f1
SM
105 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
106 Disable obsolescence warnings in the file that declares it.
107
14239447
KM
1082011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
109
219bd536 110 * allout-widgets.el (allout-widgets-tally): Initialize
14239447
KM
111 allout-widgets-tally as a hash table rather than nil to prevent
112 mode-line redisplay warnings.
113 Also, clarify the module description and fix a comment typo.
114
135e287c
JB
1152011-03-11 Juanma Barranquero <lekktu@gmail.com>
116
117 * help-fns.el (describe-variable): Don't complete keywords.
118 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
119
ffbf300e
CY
1202011-03-10 Chong Yidong <cyd@stupidchicken.com>
121
ba08b241
CY
122 * emacs-lisp/package.el (package-version-join): Impose a standard
123 string representation for pre/alpha/beta version lists.
124 (package-unpack-single): Standardize the directory name by passing
125 it through package-version-join.
126 (package-strip-rcs-id): Accept any version string that does not
127 signal an error in version-to-list.
ffbf300e 128
f346fd6b
MA
1292011-03-10 Michael Albinus <michael.albinus@gmx.de>
130
131 * simple.el (delete-trailing-whitespace): Return nil for the
132 benefit of `write-file-functions'.
133
ccb55d27
GM
1342011-03-10 Glenn Morris <rgm@gnu.org>
135
5ceaac0c
GM
136 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
137
02da65ff
GM
138 * vc/vc-git.el (vc-git-program): New option.
139 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
140 (vc-git--call): Use it.
141
b2f603cc
GM
142 * eshell/esh-util.el (eshell-condition-case): Doc fix.
143
5772caab
GM
144 * cus-edit.el (Custom-newline): If no button at point, look
145 for a subgroup button at start-of-line. (Bug#2298)
146
ccb55d27
GM
147 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
148
ec6ecaed
JD
1492011-03-10 Julien Danjou <julien@danjou.info>
150
151 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
152 `cursor-type' is nil.
153
9d5aa01d
JB
1542011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
155
156 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
157
b6a5875b
KM
1582011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
159
160 * allout.el Summary: Change so yank of distinctive-bullet items
161 preserves the existing header prefix, rebulleting it if necessary,
162 rather than replacing it. This is necessary for proper operation
163 of cooperative addons like allout-widgets.
219bd536 164 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
165 SOLICIT arg to INSTEAD, and interpret additionally a string value
166 as alternate bullet to be used, instead of prompting the user for
167 a bullet character.
168
ee545c35
MA
1692011-03-09 Michael Albinus <michael.albinus@gmx.de>
170
171 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Do
172 not use `tramp-file-name-port', because this returns also
173 `tramp-default-port'.
174
c47971d7
DD
1752011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
176
177 * net/rcirc.el (rcirc-handler-001): Remove useless
178 with-rcirc-process-buffer.
179 (rcirc-check-auth-status): Swap arguments to string-match.
180
13522cb4
GM
1812011-03-09 Glenn Morris <rgm@gnu.org>
182
0be6f4f1
GM
183 * shell.el (shell-mode):
184 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
185
13522cb4
GM
186 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
187 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
188
515de2e3
CY
1892011-03-08 Chong Yidong <cyd@stupidchicken.com>
190
191 * emacs-lisp/package.el (package-refresh-contents)
192 (package-menu-execute): Use condition-case-no-debug.
193
b511b994
MA
1942011-03-08 Michael Albinus <michael.albinus@gmx.de>
195
196 * simple.el (shell-command-to-string): Use `process-file'.
197
198 * emacs-lisp/package.el (package-tar-file-info): Handle also
199 remote files.
200
201 * emacs-lisp/package-x.el (package-upload-buffer-internal): Use
202 `equal' for upload base check.
203
25bbfb31
AM
2042011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
205
206 * textmodes/texinfo.el (texinfo-environments):
207 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
208
be996521
GM
2092011-03-08 Glenn Morris <rgm@gnu.org>
210
e9c8529f
GM
211 * cus-start.el (cursor-in-non-selected-windows):
212 Fix :set quoting oddness. (Bug#8192)
213
be996521
GM
214 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
215 in some setf expressions. (Bug#2159)
216
2bb5649e
CY
2172011-03-08 Chong Yidong <cyd@stupidchicken.com>
218
219 * custom.el (custom-available-themes): Return themes in
220 alphabetical order.
221
7600cf45
CY
2222011-03-07 Chong Yidong <cyd@stupidchicken.com>
223
224 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
225 application of patch from Alan Mackenzie (Bug#7595).
226
fa7062f6
DD
2272011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
228
229 * net/rcirc.el (rcirc-connect): Fix PASS bug.
230
619f4b62
GM
2312011-03-07 Glenn Morris <rgm@gnu.org>
232
233 * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
7e319d3c 234 Give an explicit error if failed to make writable. (Bug#6146)
619f4b62 235
e63e9234
ER
2362011-03-07 Ed Reingold <reingold@emr.cs.iit.edu>
237
238 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
239 Add optional `after-sunset' argument. (Bug#8190)
240
16130297
AH
2412011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
242
243 * play/morse.el (nato-alphabet, nato-region, denato-region):
244 New variable and functions. (Bug#2288)
f72c1fd6 245 (morse-region, unmorse-region): Barf if read-only.
16130297 246
2b0787b3
SM
2472011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
248
249 * progmodes/gud.el (gdb-script-syntax-propertize-function):
250 Don't change the syntax of a \n that closes a comment (bug#8169).
251
5c69cb2c
CY
2522011-03-06 Chong Yidong <cyd@stupidchicken.com>
253
254 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
255 defcustom.
256 (package--update-file): Doc fix. Accept relative file names.
257 (package--archive-contents-from-file): Remove the argument, since
258 it's necessarily always "archive-contents".
259 (package-maint-add-news-item): Pass relative file name args to
260 package--update-file.
261 (package-upload-buffer-internal): Prompt for a destination if
262 package-archive-upload-base is invalid. Create the directory if
263 it does not exist.
264 (package-upload-buffer, package-upload-file): Doc fix.
265
892777ba
CY
2662011-03-06 Chong Yidong <cyd@stupidchicken.com>
267
268 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
269 and move isearch-yank-line to M-s C-e (Bug#8183).
270
9d1f0f55
AM
2712011-03-06 Alan Mackenzie <acm@muc.de>
272
273 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
804a116c
AM
274 (c-guess-basic-syntax): Move CASE 19 to a different place,
275 correctly to process template-args-cont lines.
9d1f0f55 276
479a2c9b
JB
2772011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
278
2b0787b3
SM
279 * calc/calc-ext.el (calc-init-extensions):
280 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
804a116c
AM
281 and calc-nplevel, respectively. Add keybindings for calc-spn,
282 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
283 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
479a2c9b
JB
284
285 * calc/calc-units.el (calc-dblevel): Rename from
286 calc-logunits-dblevel.
287 (calc-nplevel): Rename from calc-logunits-nplevel.
05a29101
JB
288 (math-midi-round, math-freqp, math-midip, math-spnp)
289 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
290 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
291 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
292 (math-notes): New variable.
293
294 * calc/calc.el (calc-note-threshold): New variable.
479a2c9b 295
f561e49a
CY
2962011-03-06 Chong Yidong <cyd@stupidchicken.com>
297
298 * emacs-lisp/package.el (package-archives): Accept either ordinary
299 directory names, in addition to HTTP URLs.
300 (package--with-work-buffer): New macro. Handle normal directories.
301 (package-handle-response): Don't display the failing buffer.
302 (package-download-single, package-download-tar)
303 (package--download-one-archive): Use package--with-work-buffer.
304 (package-archive-base): Rename from package-archive-url.
305
79a0fb58
GM
3062011-03-06 Glenn Morris <rgm@gnu.org>
307
308 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
309 (xmodmap-generic-mode): Respect generic-extras-enable-list.
310
ffd0a502
DC
3112011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
312
313 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
314
01c35094
JB
3152011-03-06 Juanma Barranquero <lekktu@gmail.com>
316
317 * allout.el (allout-init, allout-prefixed-keybindings)
318 (allout-unprefixed-keybindings):
319 * progmodes/prolog.el (prolog-find-term):
320 Fix typos in docstrings.
321
509742cc
NS
3222011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
323
324 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
325
14369ab3
KR
3262011-03-06 Kevin Ryde <user42@zip.com.au>
327
328 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
329
aa248733
MS
3302011-03-06 Michael Shields <shields@msrl.com> (tiny change)
331
332 * window.el (one-window-p, walk-windows, display-buffer):
333 Doc fixes. (Bug#5567)
334
da0275f8
JB
3352011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
336
337 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
338 of the variable if it exists.
339
845fc5e5
JB
3402011-03-06 Juanma Barranquero <lekktu@gmail.com>
341
342 * bookmark.el:
343 * desktop.el:
344 * emacs-lock.el:
345 * ps-print.el:
346 * saveplace.el:
347 * net/tramp-cache.el:
01c35094 348 * obsolete/fast-lock.el:
845fc5e5
JB
349 * textmodes/reftex.el:
350 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
351
7e27ce9c
AL
3522011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
353
01c35094
JB
354 * files.el (delete-directory, copy-directory, list-directory):
355 Use read-directory-name.
7e27ce9c
AL
356
357 * find-file.el (ff-find-the-other-file):
358 * net/ange-ftp.el (ange-ftp-make-directory):
359 * printing.el (pr-interactive-dir):
360 * progmodes/ada-prj.el (ada-prj-load-directory):
361 * progmodes/ebnf2ps.el (ebnf-print-directory)
362 (ebnf-spool-directory, ebnf-eps-directory)
363 (ebnf-syntax-directory):
364 * shell.el (shell):
365 * speedbar.el (speedbar-create-directory):
366 * vc/emerge.el (emerge-merge-directories):
367 * vc/vc-dir.el (vc-dir):
368 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
369
d23ae2b0
CY
3702011-03-05 Chong Yidong <cyd@stupidchicken.com>
371
372 * help-mode.el (help-buffer): If we are to return the current
373 buffer, signal an error if it's not in Help mode (Bug#8147).
374
2de9cc1a
RT
3752011-03-05 Reuben Thomas <rrt@sc3d.org>
376
377 * files.el (file-name-version-regexp): Handle backup files of the
378 form `foo.js.~HEAD~1~' (Bug#8159).
379
81fb60b2
GM
3802011-03-05 Glenn Morris <rgm@gnu.org>
381
382 * eshell/esh-var.el: Don't require esh-test when compiling.
383 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
384 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
01c35094 385 * eshell/esh-test.el: Move to ../../test/eshell.el.
81fb60b2 386
c5f09daf
DE
3872011-03-05 David Engster <deng@randomsample.de>
388
389 * files.el (save-some-buffers): Report the names of buffers saved
390 automatically due to buffer-save-without-query (Bug#8134).
391
77f63d30
DD
3922011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
393
394 * net/rcirc.el: Add QuakeNet authentication support.
395 (rcirc-authinfo, rcirc-check-auth-status)
396 (rcirc-authenticate): Support QuakeNet.
397
72d2c2e3
DD
3982011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
399
400 * net/rcirc.el: Add functionality to authenticate before
401 autojoining channels.
402 (rcirc-authenticate-before-join): New option.
403 (rcirc-authenticated-hook): New variable.
404 (rcirc-connect): Make local variable rcirc-user-authenticated.
405 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
01c35094
JB
406 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
407 New functions.
408 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
409 Call rcirc-check-auth-status.
72d2c2e3 410
d733e817
MA
4112011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
412
413 * net/soap-client.el (soap-namespace-put-link): Check if the target
414 name is fully qualified -- use only the name part.
415 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
416 types, treated the same as xsd:sequence. (Bug#8166)
417
3ae59fff
EZ
4182011-03-05 Eli Zaretskii <eliz@gnu.org>
419
420 * files.el (find-file-noselect): Don't ask about re-visiting
421 non-literally if the file is already visited in image-mode.
422 (Bug#8177)
423
a9eeff78
GM
4242011-03-05 Glenn Morris <rgm@gnu.org>
425
d783d303
GM
426 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
427 (eshell-mode): Use eshell-kill-buffer-function.
428 Run the -initialize functions independently of the -load-hooks.
429 * eshell/esh-proc.el (eshell-kill-process-function): New function.
430 (eshell-gather-process-output, eshell-sentinel)
431 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
432 Use eshell-kill-process-function.
433 * eshell/em-alias.el (eshell-alias-load-hook):
434 * eshell/em-banner.el (eshell-banner-load-hook):
435 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
436 * eshell/em-dirs.el (eshell-dirs-load-hook):
437 * eshell/em-glob.el (eshell-glob-load-hook):
438 * eshell/em-hist.el (eshell-hist-load-hook):
439 * eshell/em-pred.el (eshell-pred-load-hook):
440 * eshell/em-prompt.el (eshell-prompt-load-hook):
441 * eshell/em-rebind.el (eshell-rebind-load-hook):
442 * eshell/em-script.el (eshell-script-load-hook):
443 * eshell/em-smart.el (eshell-smart-load-hook):
444 * eshell/em-term.el (eshell-term-load-hook):
445 * eshell/em-unix.el (eshell-unix-load-hook):
446 * eshell/esh-arg.el (eshell-arg-load-hook):
447 * eshell/esh-cmd.el (eshell-cmd-load-hook):
448 * eshell/esh-ext.el (eshell-ext-load-hook):
449 * eshell/esh-io.el (eshell-io-load-hook):
450 * eshell/esh-mode.el (eshell-exit-hook):
451 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
452 * eshell/esh-var.el (eshell-var-load-hook):
453 Set default hook values to nil. (Bug#5375)
454
4a0f18a8
GM
455 * eshell/esh-module.el (eshell-module-unload-hook)
456 (eshell-modules-list): Remove leading * from defcustom docs.
457
a9eeff78
GM
458 * eshell/esh-util.el (eshell-for): Make it obsolete.
459 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
460 * eshell/em-dirs.el (eshell-save-some-last-dir):
461 * eshell/em-hist.el (eshell-save-some-history)
462 (eshell-hist-parse-modifier):
463 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
464 (eshell-ls-entries):
465 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
466 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
467 (eshell/which):
468 * eshell/esh-ext.el (eshell-find-interpreter):
469 * eshell/esh-mode.el (eshell-mode):
470 * eshell/esh-module.el (eshell-unload-extension-modules):
471 * eshell/esh-proc.el (eshell-process-interact):
472 * eshell/esh-test.el (eshell-test):
473 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
474 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
475 (eshell-variables-list):
476 * eshell/eshell.el (eshell-unload-all-modules):
477 Replace eshell-for with dolist.
478
85a55d38
GM
4792011-03-04 Glenn Morris <rgm@gnu.org>
480
481 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
482
38c179c9
TT
4832011-03-04 Tom Tromey <tromey@redhat.com>
484
485 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
486
732795fa
GM
4872011-03-04 Glenn Morris <rgm@gnu.org>
488
015bea8f
GM
489 * outline.el (outline-regexp): No longer allow nil.
490 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
491
9d982739
GM
492 * net/browse-url.el (browse-url):
493 Handle deleted default-directory. (Bug#6077)
494
732795fa
GM
495 * recentf.el (recentf-include-p): In case of a buggy predicate,
496 err on the side of including, not excluding. (Bug#5843)
497
d6ffd3f8
JB
4982011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
499
500 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
501 variables as units.
502
a918ed9b
BR
5032011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
504
505 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
506 if there is no node. (Bug#3261)
507
fc0e9092
LL
5082011-03-04 Leo <sdl.web@gmail.com>
509
0a5cb52b
LL
510 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
511
fc0e9092
LL
512 * time.el (display-time-world-list): Fix typo. (Bug#7571)
513
a65112fb 5142011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
d8c8743b
ZK
515
516 * cus-edit.el (custom-buffer-create-internal):
517 Split search string before passing it to `customize-apropos' (bug#8136).
518
3191adaf
DA
5192011-03-04 Drew Adams <drew.adams@oracle.com>
520
521 * image-dired.el (image-dired-cmd-read-exif-data-options):
522 Fix typo in docstring (bug#8156).
523
fcd8ed1d
DD
5242011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
525
526 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
527
de69c0a8
CO
5282011-03-03 Christian Ohler <ohler@gnu.org>
529
530 * emacs-lisp/ert.el (ert--explain-equal): New function.
531 (ert--explain-equal-rec): Renamed from `ert--explain-not-equal'.
532 All callers changed.
533 (ert--explain-equal-including-properties): Renamed from
534 `ert--explain-not-equal-including-properties'. All callers
535 changed.
536
7c0d1441
CO
5372011-03-03 Christian Ohler <ohler@gnu.org>
538
539 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
540 (ert-char-for-test-result, ert-string-for-test-result)
541 (ert-run-tests-batch, ert--print-test-for-ewoc):
542 Handle `ert-test-quit'.
543
31128af6
DA
5442011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
545
546 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
547 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
548
06083aa1
GM
5492011-03-03 Glenn Morris <rgm@gnu.org>
550
551 * files.el (file-truename): Doc fix. (Bug#2341)
552
c7a74801
BR
5532011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
554
01c35094 555 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
c7a74801 556
614b85f8
VJ
5572011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
558
559 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
560 programs output backslashes. (Bug#7663)
561
f96dc50f
GM
5622011-03-03 Glenn Morris <rgm@gnu.org>
563
fb532fe8
GM
564 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
565 (mail-mode): Remove mail-sent-via from the doc.
566 (mail-sent-via): Make it obsolete. (Bug#1776)
567
a915d7a1
GM
568 * progmodes/grep.el (grep-highlight-matches): Doc fix.
569 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
570
f96dc50f
GM
571 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
572 with no parents. (Bug#8025)
573
71f8b7ed
G
5742011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
575
576 * password-cache.el (password-in-cache-p): Add autoload.
577
8889f4e2
GM
5782011-03-02 Glenn Morris <rgm@gnu.org>
579
3ab7ebb9
GM
580 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
581 * dired-x.el (Man-support-local-filenames): Autoload it.
582 (dired-guess-shell-alist-default): Also handle Red Hat's man.
583
2777ccbf
GM
584 * dired-x.el (dired-default-directory-alist, dired-default-directory):
585 Mark as obsolete.
586 (dired-smart-shell-command): Just call dired-current-directory.
587
5dedeef2
GM
588 * dired-x.el (dired-jump-other-window): Add autoload.
589 (dired-default-directory-alist, dired-default-directory): Doc fixes.
590 (dired-default-directory-alist): Mark as risky.
591
8889f4e2
GM
592 * dired-x.el (dired-omit-here-always): Make it obsolete.
593
d77aaf6f
CY
5942011-03-02 Chong Yidong <cyd@stupidchicken.com>
595
596 * textmodes/artist.el (artist-curr-go): Default to pen-line.
597 (artist-select-op-pen-line): New function.
598 (artist-menu-map): New variable.
599 (artist-mode-map): Add a menu to the menu-bar.
600
771fc75e
JB
6012011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
602
603 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
604 when evaluating.
605
606 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
607 New function.
608 (math-logunits-add, math-logunits-mul, math-logunits-divide):
609 (math-logunits-quant, math-logunits-level):
610 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
611 functions.
612 (math-logunits-level): Extract units from ratio.
613
f6132e5a
JB
6142011-03-01 Juanma Barranquero <lekktu@gmail.com>
615
616 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
617
7454f200
GM
6182011-03-01 Glenn Morris <rgm@gnu.org>
619
a65112fb
GM
620 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
621 (diary-hebrew-birthday): Rename and rework functions added
622 in previous change.
7454f200 623
cdcbd5a7
ER
6242011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
625
626 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
627 (diary-hebrew-birthday): New functions.
628
9903d828
GM
6292011-03-01 Glenn Morris <rgm@gnu.org>
630
631 * dired.el (dired-safe-switches-p): Beef it up.
632 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
633
75da6eb9
SM
6342011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
635
636 * dired.el (dired-safe-switches-p): New function.
637
6640b281
GM
6382011-03-01 Glenn Morris <rgm@gnu.org>
639
640 * files.el (dir-locals-collect-variables):
641 Add the ability to exclude subdirectories. (Bug#8100)
642
643 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
644
cead857b
CS
6452011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
646
647 * ido.el (ido-everywhere): Doc fix.
648 (ido-mode): Doc fix.
649
0a906ec3
GM
6502011-02-28 Glenn Morris <rgm@gnu.org>
651
652 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
653
22b300de
MA
6542011-02-28 Michael Albinus <michael.albinus@gmx.de>
655
656 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
657 shadows.
658
abec5126 6592011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
584a2773
AL
660
661 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
662
ca3afb79
JB
6632011-02-28 Juanma Barranquero <lekktu@gmail.com>
664
665 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
666 Fix typos in docstrings.
667
edb57480
SB
6682011-02-28 Stephen Berman <stephen.berman@gmx.net>
669
670 * dired-aux.el (dired-update-file-line):
671 Fix 2010-11-09 change. (Bug#8131)
672
2b0c7330 6732011-02-28 Eli Zaretskii <eliz@gnu.org>
d1f61aaf
EZ
674
675 * international/mule-cmds.el (set-default-coding-systems): Use the
676 -unix variant of encoding in default-keyboard-coding-system.
677 (Bug#8122)
678
df7f0d0b
CY
6792011-02-27 Chong Yidong <cyd@stupidchicken.com>
680
681 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
682
3e478a7c 6832011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
6c89f663
PT
684
685 * term/screen.el: New file (Bug#2650).
686
1f0816b6
SM
6872011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
688
689 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
690 (pcase-mutually-exclusive-predicates): New var.
691 (pcase--split-consp, pcase--split-pred): Use it.
692 (pcase--split-equal, pcase--split-member): When splitting against
693 a pure predicate, run it to know the outcome.
694 (pcase--u1): Mark vars that are actually used.
695 (pcase--q1): Avoid introducing unused vars.
696
b49df742
JB
6972011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
698
699 * calc/calc-ext.el (calc-init-extensions):
700 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
701
702 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
703 symbolic mode.
704
705 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
706 argument is a variable.
707
e573299d
SM
7082011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
709
710 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
711 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
712 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
713
61e9662e
TZ
7142011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
715
716 * password-cache.el (password-in-cache-p): Convenience function to
717 check if a key is in the cache, even if the value is nil.
718
7fe42546
J
7192011-02-25 Jambunathan K <kjambunathan@gmail.com>
720
721 * emacs-lisp/package-x.el (package--archive-contents-from-url)
722 (package--archive-contents-from-file): New functions.
723 (package-update-news-on-upload): New var.
724 (package-upload-buffer-internal): Extract archive-contents from
725 package-archive-upload-base if it is not found at archive-url.
726 Obey package-update-news-on-upload.
727 (package-upload-buffer, package-upload-file): Doc fix.
728
2d8a57ef
GM
7292011-02-24 Glenn Morris <rgm@gnu.org>
730
6a88f031
GM
731 * files-x.el (modify-dir-local-variable): Handle dir-locals from
732 the cache, and from non-file sources.
733
303f9ae0
GM
734 * help-fns.el (describe-variable): Return consistent results when a
735 dir-local from a file came from the cache or did not. (Bug#8095)
736 If a dir-local has no associated file, say it came from a "directory".
737
07915ed9
GM
738 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
739 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
740
ebe401f6
GM
741 * files.el (dir-locals-find-file): Doc fix.
742 Fix the check for cache elements that have no associated file,
303f9ae0 743 and the mtime check for those that do. (Bug#8095)
ebe401f6 744
b36f2f1c
GM
745 * dired-x.el (dired-hack-local-variables):
746 Handle interrupts during hacking local variables. (Bug#5216)
747
2d8a57ef
GM
748 * emacs-lisp/autoload.el (autoload-save-buffers)
749 (autoload-find-destination, update-directory-autoloads):
750 Avoid prompts when updating autoloads.
751
53cfe624
SM
7522011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
753
754 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
755
c1449bff
KH
7562011-02-23 Kenichi Handa <handa@m17n.org>
757
758 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
759 error when a multipart boundary in the nested multipart is found.
760
251ebe0f
KH
761 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
762 header components.
763
5582c670
GM
7642011-02-23 Glenn Morris <rgm@gnu.org>
765
817b48a7
GM
766 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
767 * dired-x.el (dired-omit-mode): Safe if boolean.
768 (dired-enable-local-variables): Fix doc and custom type.
769 (dired-enable-local-variables, dired-local-variables-file)
770 (dired-hack-local-variables): Make obsolete.
771 (dired-omit-here-always): Use dir-locals.el instead.
772
5582c670
GM
773 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
774
5f9d345c
SM
7752011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
776
777 * help-fns.el (describe-function-1): Don't signal an error just because
778 the DOC file disappeared.
779
01c35094 7802011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
ca41d117
MA
781
782 * eshell/esh-ext.el (eshell-external-command): Do not restrict
783 remote check to "ftp". (Bug#8089)
784
e84efb70
AM
7852011-02-21 Alan Mackenzie <acm@muc.de>
786
787 Fix bug #7930.
788 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
789 in macros finding their way into c-state-nonlit-pos-cache.
790 Strengthen the comments.
791 (c-state-dump): New commented out diagnostic routine.
792
c6309045
MA
7932011-02-21 Michael Albinus <michael.albinus@gmx.de>
794
795 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
796 `field' property of `rfn-eshadow-overlay'.
797
06b840e0
LI
7982011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
799
800 * net/netrc.el (netrc-parse): Comment fix.
801
6d713256
CY
8022011-02-21 Chong Yidong <cyd@stupidchicken.com>
803
804 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
805 Autoload. Add optional arg FRAME, and pass it to color-values.
806 (color-complement): Caller changed. Doc fix.
807 (color-gradient): Rewrite for better clarity and efficiency.
808
809 * faces.el (color-values): Use cond for clarity. Doc fix.
810
5f9d345c 811 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
6d713256 812 color.el instead.
5f9d345c
SM
813 (list-colors-sort-key, list-colors-print):
814 Use color-normalized-values.
6d713256
CY
815
8162011-02-20 Drew Adams <drew.adams@oracle.com>
817
818 * color.el: First part of merge from hexrgb.el.
819 (color-rgb-to-hex): Rename from color-rgb->hex.
820 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
821 saturation to zero if the value is too small.
822 (color-rgb-to-hsl): Rename from color-rgb->hsl.
823 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
824 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
825 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
826 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
827 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
828 (color-cie-de2000): Doc fix.
829
aa9c0efc
AM
8302011-02-20 Alan Mackenzie <acm@muc.de>
831
832 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
833 locating the beginning of a macro. (Bug#7595)
834
18cfb5a1
GM
8352011-02-20 Glenn Morris <rgm@gnu.org>
836
e17816e5
GM
837 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
838 Don't autoload it.
839
18cfb5a1
GM
840 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
841 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
842
01c35094
JB
8432011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
844 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
a87af185
DB
845
846 * progmodes/hideshow.el (hs-find-block-beginning)
847 (hs-hide-level-recursive): Ignore comments when parsing braces
848 (Bug#8036).
849
8502011-02-19 Chong Yidong <cyd@stupidchicken.com>
851
852 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
853 (vc-bzr-pull): Use it.
854
3ab713fd
CY
8552011-02-19 Chong Yidong <cyd@stupidchicken.com>
856
857 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
858 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
859 but returning an alist. Ignore comments in bzr conffile.
860 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
861 (vc-bzr-error-regex-alist): New var.
862 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
863
5f9d345c
SM
864 * vc/vc-dispatcher.el (vc-do-async-command):
865 Bind inhibit-read-only to t.
3ab713fd
CY
866
867 * progmodes/compile.el (compilation--flush-directory-cache):
868 Handle the case where cdr of compilation--flush-directory-cache
869 points to no buffer, which can occur if we previously switched to
870 compilation-mode in a pregenerated buffer.
871
16bc9688
KH
8722011-02-19 Kenichi Handa <handa@m17n.org>
873
874 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
875 get the header copy into the temporary buffer.
876 (rmail-mime-insert-decoded-text): Ignore us-ascii.
877 (rmail-show-mime): When rmail-mime-coding-system is nil, set
878 buffer-file-coding-system to undecided.
879
67ab0163 8802011-02-19 Eli Zaretskii <eliz@gnu.org>
61aa93ed 881
a167e505
EZ
882 * international/mule-cmds.el (read-char-by-name, ucs-insert):
883 Document completion with asterisk and a substring.
884
67ab0163 8852011-02-19 Glenn Morris <rgm@gnu.org>
72d6685c
GM
886
887 * files.el (find-file-literally): Doc fix.
888
41002397
GM
889 * simple.el (rfc822-goto-eoh): Give it a doc-string.
890
b8bd9908
GM
891 * log-edit.el (log-edit-insert-changelog):
892 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
893
4d737eb2
GM
8942011-02-19 Glenn Morris <rgm@gnu.org>
895
cad7445b
GM
896 * dired-x.el: Don't require dired-aux.
897 (dired-do-create-files, dired-mark-read-regexp)
898 (dired-do-create-files-regexp): Autoload from dired-aux.
899
bea584fa
GM
900 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
901 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
902
d6e96966
GM
903 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
904 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
905
42924231
GM
906 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
907 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
908 (dired-clean-up-buffers-too): Declare.
909
203784cc
GM
910 * dired-x.el (dired-initial-position): Merge into dired.el's version.
911 * dired.el (dired-initial-position): Merge dired-x's version here.
912 (dired-find-subdir): Declare.
913
30abce25
GM
914 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
915 * dired-aux.el (dired-add-entry): Give it a doc-string.
916 Merge dired-x's dired-omit handling here.
917 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
918
4d737eb2
GM
919 * international/mule-diag.el (list-input-methods-1):
920 Indent all lines of multi-line doc-strings. (Bug#8066)
921
abd20d91
CY
9222011-02-18 Chong Yidong <cyd@stupidchicken.com>
923
924 Fix 2011-02-02 changes.
925
926 * apropos.el (apropos-print): Call apropos-mode before setting up
927 buffer variables. Use inhibit-read-only.
928
5f9d345c
SM
929 * emacs-lisp/package.el (package--list-packages):
930 Call package-menu-mode before setting up buffer variables.
abd20d91
CY
931
932 * play/solitaire.el (solitaire): Call solitaire-mode before
933 setting up buffer variables. Use inhibit-read-only.
934
e697fcfc
LM
9352011-02-18 Lawrence Mitchell <wence@gmx.li>
936
937 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
938 Bind case-fold-search to nil when looking for end of here-doc.
939
4114ed61
EZ
9402011-02-18 Eli Zaretskii <eliz@gnu.org>
941
e697fcfc
LM
942 * image-mode.el (image-toggle-display-image):
943 Set find-file-literally non-nil in buffers visiting binary image
4114ed61
EZ
944 files. (Bug#8047)
945
aa56f361
SM
9462011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
947
948 * files.el (cd): Make completion obey cd-path (bug#7924).
949
d1be20a1
GM
9502011-02-18 Glenn Morris <rgm@gnu.org>
951
135dee55
GM
952 * progmodes/prolog.el: Don't require compile when compiling.
953 (compilation-shell-minor-mode, compilation-error-regexp-alist)
954 (compilation-forget-errors, compilation-fake-loc)
955 (compilation-parse-errors-function, compilation-error-list): Declare.
956 (prolog-inferior-mode): Require 'compile.
957
15e0d5a1
GM
958 * emulation/cua-base.el (pc-selection-mode): Declare.
959
002b46b7
GM
960 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
961 (customize-object): Add autoload cookie.
962 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
963 (eieio-browse, describe-class, eieio-describe-class)
964 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
965 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
966 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
967 * Makefile.in (autoloads): Make eieio.el writable.
968
d1be20a1
GM
969 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
970 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
971 (dired-hack-local-variables): Use inhibit-read-only.
972 (dired-guess-default): Simplify.
973 (dired-make-relative-symlink): Use dotimes.
974 (dired-simultaneous-find-file): Use dolist.
975 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
976 (dired-x-hands-off-my-keys): Doc fix.
977 (dired-x-bind-find-file): Doc fix. Use remapping.
978 (after-init-hook): No need to add dired-x-bind-find-file.
979 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
980 No need to call expand-file-name.
981 (dired-filename-at-point): Remove unused locals `end', `filename'.
982
f9d554dd
SM
9832011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
984
985 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
986
5da16a86
CO
9872011-02-18 Christian Ohler <ohler@gnu.org>
988
989 * emacs-lisp/ert.el (ert--setup-results-buffer)
990 (ert-results-pop-to-backtrace-for-test-at-point)
991 (ert-results-pop-to-messages-for-test-at-point)
992 (ert-results-pop-to-should-forms-for-test-at-point)
993 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
994 were incorrect and unnecessary. This should make `make check'
995 pass again.
996
3a00a363
KM
9972011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
998
01c35094 999 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
219bd536 1000 (allout-widgets-icons-dark-subdir): Track relocations of icons.
3a00a363
KM
1001 * lisp/allout.el: Remove commentary about remove encryption
1002 passphrase mnemonic support and verification.
01c35094
JB
1003 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
1004 armored text using gpg1, and indicate that the gpg version *might*
1005 be the problem in the error message.
3a00a363 1006
73057ba9
DD
10072011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1008
1009 * net/rcirc.el (rcirc-float-time): New function.
1010 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
1011 (rcirc-ctcp-sender-PING): Use it.
1012
8551cb32
GM
10132011-02-17 Glenn Morris <rgm@gnu.org>
1014
53ef76c7
GM
1015 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
1016 (speedbar-update-flag, speedbar-fetch-etags-command)
1017 (speedbar-fetch-etags-arguments):
1018 * term.el (term-buffer-maximum-size, term-input-chunk-size)
1019 (term-completion-autolist, term-completion-addsuffix)
1020 (term-completion-recexact, term-completion-fignore):
1021 * term/sup-mouse.el (sup-mouse-fast-select-window):
1022 * term/x-win.el (x-select-request-type):
1023 Convert some defvars with "*" to defcustoms.
1024
64a14c74
GM
1025 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
1026
92e39d6f
GM
1027 * vc/vc.el (vc-default-previous-version):
1028 Remove alias that points nowhere. (Bug#4496)
1029
fc14288b
GM
1030 * dired-x.el (dired-clean-up-after-deletion):
1031 kill-buffer does not need save-excursion.
1032 (dired-do-run-mail): Doc fix.
1033 (dired-filename-at-point): Doc fix.
1034 Use looking-at, and skip-chars rather than re search.
1035
8551cb32
GM
1036 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
1037
96497653
KM
10382011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
1039
aac7a935
KM
1040 * allout-widgets.el: New allout extension that shows allout
1041 outline structure with graphical widgets. 'allout-widgets'
1042 customize group is an 'allout' subgroup, for easy discovery.
1043
96497653
KM
1044 * allout.el: Include PGP and GnuPG in Keywords, and other
1045 commentary refinements.
1046 (allout-abbreviate-flattened-numbering): Rename to
1047 allout-flattened-numbering-abbreviation, and
1048 define-obsolete-variable-alias the old name.
1049 (allout-flattened-numbering-abbreviation): Rename from
1050 allout-abbreviate-flattened-numbering.
1051 (allout-mode-p): Include among autoloads, for use by other modes
1052 with impunity.
e697fcfc
LM
1053 (allout-listify-exposed):
1054 Use allout-flattened-numbering-abbreviation.
96497653
KM
1055 (allout-encrypt-string): Use set-buffer-multibyte directly.
1056 (allout-set-buffer-multibyte): Remove.
1057
be4a1d71
DD
10582011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1059
1060 * simple.el (just-one-space): Remove useless `or' call.
1061
274c2d34
MA
10622011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1063
c6309045 1064 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
274c2d34
MA
1065 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
1066 (soap-decoded-multi-refs, soap-current-wsdl)
1067 (soap-encoded-namespaces): Rename CL-style *...* variables.
1068
88ae2870
MA
10692011-02-16 Michael Albinus <michael.albinus@gmx.de>
1070
1071 * net/soap-client.el: Add "comm" and "hypermedia" to the
1072 keywords. Reflow too long lines.
1073
1074 * net/soap-inspect.el: Ditto. Require 'cl.
1075
689743a2
BG
10762011-02-16 Bastien Guerry <bzg@altern.org>
1077
1078 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
1079 in a `doctor-type' argument.
1080
16d2ff89
MA
10812011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1082
1083 * net/soap-client.el:
1084 * net/soap-inspect.el: New files.
1085
c6cefd36
LL
10862011-02-16 Leo <sdl.web@gmail.com>
1087
1088 * dired-x.el (dired-mode-map, dired-extra-startup):
1089 Remove dired-copy-filename-as-kill since it's already in dired.el.
1090
da5e0ce4
GM
10912011-02-16 Glenn Morris <rgm@gnu.org>
1092
1093 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
1094 Doc fixes. Add :set property, replacing top-level calls.
1095 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
1096 (dired-guess-shell-gnutar): Test tar version rather than system-type.
1097 (dired-extra-startup, dired-man, dired-info): Doc fixes.
1098 (dired-clean-up-after-deletion): Use when and dolist.
1099 (dired-jump): Use unless and when.
1100 (dired-virtual): Use line-end-position.
1101 (dired-default-directory-alist): Rename from default-directory-alist.
1102 (dired-default-directory): Update for above name change.
1103 (dired-vm): Drop VM < 5 and simplify.
1104 (dired-buffer-more-recently-used-p): Rewrite.
1105 (dired-filename-at-point): Use when and or.
1106 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
1107 Update callers.
1108
c5ca3aa0
GM
11092011-02-15 Glenn Morris <rgm@gnu.org>
1110
1111 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
1112
33f6cf7b
CY
11132011-02-14 Chong Yidong <cyd@stupidchicken.com>
1114
1115 * vc/vc-git.el (vc-git-root-log-format): New option for
1116 customizing log format.
1117 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
1118 (vc-git-log-view-mode): Use it.
1119 (vc-git-expanded-log-entry): New function.
1120 (vc-git-log-view-mode): Use it. Truncate lines in root log.
1121
1122 * vc/vc-hg.el (vc-hg-root-log-template): New option for
1123 customizing log format.
1124 (vc-hg-print-log): Use it.
1125 (vc-hg-expanded-log-entry): New function.
1126 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
1127 vc-hg-expanded-log-entry. Truncate lines in root log.
1128
1129 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
1130
e697fcfc
LM
1131 * vc/log-view.el (log-view-mode-menu):
1132 Add log-view-toggle-entry-display.
33f6cf7b 1133
461b69ae
GM
11342011-02-14 Glenn Morris <rgm@gnu.org>
1135
1136 * dired-x.el: Don't require man when compiling.
1137 (dired-omit-extensions, dired-local-variables-file)
1138 (dired-x-hands-off-my-keys): Make them defcustoms.
1139 (Man-support-local-filenames, Man-getpage-in-background): Declare.
1140 (vm-visit-folder): Declare rather than defining.
1141 (dired-x-help-address, dired-x-variable-list): Remove.
1142 (dired-x-submit-report): Make it an obsolete alias.
1143
35f52ed6
JB
11442011-02-14 Juanma Barranquero <lekktu@gmail.com>
1145
1146 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
1147
b2108a36
TZ
11482011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1149
67186ae2 1150 * net/imap.el: Bring it back.
b2108a36 1151
abfc152b
AM
11522011-02-13 Alan Mackenzie <acm@muc.de>
1153
1154 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
1155 narrow-to-region call that cuts context off the end (Bug#7722).
1156
e697fcfc
LM
1157 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
1158 Refactor nested if-forms with a simple cond.
abfc152b
AM
1159 (c-forward-<>-arglist): Revert 2011-01-31 change.
1160
d4eb88c7
CY
11612011-02-13 Chong Yidong <cyd@stupidchicken.com>
1162
1163 * vc/log-view.el: New command log-view-toggle-entry-display for
1164 toggling log entries between concise and detailed forms.
1165 (log-view-toggle-entry-display): New command.
1166 (log-view-mode-map): Bind RET to it.
1167 (log-view-expanded-log-entry-function): New variable.
1168 (log-view-current-entry, log-view-inside-comment-p)
1169 (log-view-current-tag): New functions.
1170 (log-view-toggle-mark-entry): Use log-view-current-entry and
1171 log-view-end-of-defun instead of searching directly with
1172 log-view-message-re.
1173 (log-view-end-of-defun): Likewise. Add optional ARG for
1174 compatibility with end-of-defun.
1175 (log-view-end-of-defun): Ignore comments and VC buttons.
1176
1177 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
1178 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
1179
2609a08e
TZ
11802011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1181
114fe546
G
1182 * net/imap.el: Remove file. All the functionality is in nnimap.el.
1183
2609a08e
TZ
1184 * net/imap-hash.el: Remove file.
1185
7a6ebb1a
MA
11862011-02-13 Michael Albinus <michael.albinus@gmx.de>
1187
1188 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
1189
1190 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
1191 call.
1192
1193 * net/tramp-imap.el: Remove file.
1194
75d4dcc9
CY
11952011-02-13 Chong Yidong <cyd@stupidchicken.com>
1196
1197 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
1198 widget library for buttons, just use button.el.
1199
1200 * vc/log-view.el (log-view-mode-map): Don't inherit from
1201 widget-keymap.
1202
3c65e88d 12032011-02-12 Glenn Morris <rgm@gnu.org>
dc4c6a7a 1204
86361e1e
GM
1205 * emacs-lisp/cl-seq.el (union, nunion, intersection)
1206 (nintersection, set-difference, nset-difference)
1207 (set-exclusive-or, nset-exclusive-or): Doc fix.
1208
dc4c6a7a
GM
1209 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
1210
8a6f24e5
GM
1211 * faces.el (face-attr-match-p): Handle the obsolete :bold and
1212 :italic props, so that frame-set-background-mode works. (Bug#7966)
1213
3caced0b
GM
1214 * simple.el (next-error): Doc fix.
1215
9de31df2
TV
12162011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1217
1218 * dired-aux.el (dired-create-files): Adapt destination name to
1219 match the new behavior of copy-directory.
1220
38a71655
CY
12212011-02-12 Chong Yidong <cyd@stupidchicken.com>
1222
1223 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
1224 from rmail-dont-reply-to-names. Callers changed.
1225 (mail-dont-reply-to): Rename from mail-dont-reply-to.
1226 (rmail-dont-reply-to): Make it an obsolete alias.
1227
1228 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
1229 nil, and make obsolete (Bug#7888).
1230 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
1231
1232 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
1233
1234 * mail/rmailsort.el (rmail-sort-by-correspondent)
1235 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
1236
1237 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
1238
470d996d
TV
12392011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1240
1241 * files.el (copy-directory): New argument COPY-CONTENTS for
1242 copying directory contents into another existing directory.
1243
e2784c87
TH
12442011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1245
1246 * minibuffer.el (completion-table-case-fold): New function for
1247 creating a case-insensitive completion table.
1248
563790b6
TZ
12492011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1250
1251 * net/tramp.el (tramp-default-method): Also check if
1252 `auth-source-search' is bound.
1253 (tramp-read-passwd): Use `auth-source-search' instead of
1254 `auto-source-user-or-password'.
1255
1256 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1257 `auto-source-user-or-password.
1258 (tramp-imap-passphrase-callback-function): Use it.
1259
1260 * net/imap-hash.el: Autoload `auto-source-search' instead of
1261 `auto-source-user-or-password.
1262 (imap-hash-open-connection): Use it.
1263
1264 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1265 `auto-source-user-or-password.
1266 (smtpmail-try-auth-methods): Use it.
1267
c6affbde
PH
12682011-02-12 Phil Hagelberg <phil@hagelb.org>
1269
1270 * emacs-lisp/package.el: Allow packages to be reinstalled.
1271 (package--write-file-no-coding): Remove EXCL arg.
1272 (package-unpack-single): Don't use it.
1273
b5a53795
KP
12742011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1275
1276 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1277 in each sub directory.
1278 (vc-svn-registered): Use vc-svn-root.
1279 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1280 (vc-svn-repository-hostname): Use "svn info".
1281
25833f5e
DD
12822011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1283
1284 * simple.el (delete-trailing-whitespace): New optional buffer
1285 bound parameters.
1286
75d1d833
BG
12872011-02-11 Bastien Guerry <bzg@altern.org>
1288
1289 * files.el (basic-save-buffer): save unmodified buffers when
1290 the file pointed by buffer-file-name doesn't exist.
1291
e0e36cac
DD
12922011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1293
079721e9 1294 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
e0e36cac 1295
59350862
GM
12962011-02-11 Glenn Morris <rgm@gnu.org>
1297
1298 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1299
5708ce5e
JB
13002011-02-11 Juanma Barranquero <lekktu@gmail.com>
1301
1302 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1303
b016851c
SM
13042011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1305
59003be9
SM
1306 * server.el (server-process-filter): Use pcase.
1307
9517f8af
SM
1308 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1309 conflicting ways.
1310 (smie-indent--parent): Extend to "parent of arg".
1311 (smie-indent-inside-string): New function.
1312 (smie-indent-functions): Use it.
1313
cf77dd27
SM
1314 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1315 bzr locking race condition.
1316
49ffc078
SM
1317 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1318 still valid before using it.
1319
1a0a6cef
SM
1320 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1321 `message' -> `compilation-message' rename (bug#8004).
1322
b016851c
SM
1323 Move keymap initialization into declaration.
1324 * textmodes/enriched.el (enriched-mode-map):
1325 * textmodes/bib-mode.el (bib-mode-map):
1326 * term/lk201.el (lk201-function-map):
1327 * tar-mode.el (tar-mode-map):
1328 * replace.el (occur-mode-map):
1329 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1330 * progmodes/idlw-help.el (idlwave-help-mode-map):
1331 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1332 * play/solitaire.el (solitaire-mode-map):
1333 * play/snake.el (snake-mode-map, snake-null-map):
1334 * play/pong.el (pong-mode-map):
1335 * play/handwrite.el (menu-bar-handwrite-map):
1336 * play/gametree.el (gametree-mode-map):
a65112fb 1337 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
b016851c
SM
1338 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1339 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1340 (newsticker--url-keymap):
1341 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1342 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1343 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1344 (menu-bar-edit-menu, menu-bar-custom-menu)
1345 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1346 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1347 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1348 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1349 (menu-bar-tools-menu, menu-bar-describe-menu)
1350 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1351 (menu-bar-help-menu):
1352 * mail/rmailsum.el (rmail-summary-mode-map):
1353 * kmacro.el (kmacro-step-edit-map):
1354 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1355 (ibuffer-mode-operate-map):
1356 * hi-lock.el (hi-lock-menu, hi-lock-map):
1357 * emulation/vip.el (vip-mode-map):
1358 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1359 * bookmark.el (bookmark-bmenu-mode-map):
1360 * help-mode.el (help-mode-map): Move initialization into declaration.
1361
1be1d1e9
DD
13622011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1363
1364 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1365 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1366 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1367 (rcirc-cmd-me, rcirc-authenticate): Use them.
1368
26d2a9bd
KM
13692011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1370
1371 * allout.el: Synopsis: Change allout user configuration so
1372 auto-activation is controlled solely by customization
1373 `allout-auto-activation'.
1374
01c35094 1375 (allout-auto-activation-helper, allout-setup): New autoloads
26d2a9bd 1376 implement new custom set procedure for allout-auto-activation.
219bd536
JB
1377 Also, explicitly invoke (allout-setup) after allout-auto-activation
1378 is custom-defined, to affect the settings in emacs sessions besides
1379 the few where allout-auto-activation customization is done.
26d2a9bd
KM
1380 (allout-auto-activation): Use allout-auto-activation-helper to
1381 :set. Revise the docstring.
1382 (allout-init): Reduce functionality to just customizing
1383 allout-auto-activation, and mark obsolete.
1384 (allout-mode): Respect string values for allout-auto-activation.
1385 Run allout-after-copy-or-kill-hook without any args.
01c35094 1386 (allout-mode, allout-layout, allout-default-layout)
26d2a9bd
KM
1387 (outlineify-sticky): Adjust docstring for new scheme.
1388 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1389 should concentrate on the kill ring.
1390
b8e0f0cd
G
13912011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1392
1393 * password-cache.el (password-cache-remove): Accept secrets that are
1394 not strings.
1395
ccded26c
SM
13962011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1397
1398 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1399 of here-doc that immediately follows a comment.
1400
ee6a57ab
DD
14012011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1402
4d04fdc9
DD
1403 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1404
ee6a57ab
DD
1405 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1406 available.
1407 (rcirc-ctcp-sender-PING): New function.
1408
6ca94a0b
SM
14092011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1410
1411 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1412 Remove the mark/nomark handling, and activate shift-select-mode instead.
1413
1414 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1415
226590f8
JB
14162011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1417
1418 * calc/calc-units.el (math-logunits-quant): Add support for
1419 non-logarithmic units.
1420
dd0b691e
KM
14212011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1422
4ec28e14
KM
1423 * allout.el (allout-after-copy-or-kill-hook): New hook for
1424 extension-specific processing of killed text.
1425 (allout-mode): Include new allout-after-copy-or-kill-hook among
1426 mentioned hooks.
01c35094 1427 (allout-kill-line, allout-kill-topic): Ensure that processing
4ec28e14
KM
1428 after kill happens even if barf-if-buffer-read-only is raised.
1429 Include new allout-after-copy-or-kill-hook among that subsequent
1430 processing.
1431 (allout-deannotate-hidden): Actually remove the annotation text
1432 properties.
1433
dd0b691e
KM
1434 * allout.el (allout-listify-exposed): Copy text sans text properties.
1435
07e52e08
MA
14362011-02-07 Michael Albinus <michael.albinus@gmx.de>
1437
b016851c 1438 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
07e52e08 1439
c5aff743
DD
14402011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1441
1442 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1443
03925868
JB
14442011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1445
b016851c 1446 * calc/calc.el (calc-logunits-field-reference): Rename from
03925868 1447 `calc-default-field-reference-level'.
b016851c 1448 (calc-logunits-power-reference): Rename from
01c35094 1449 `calc-default-power-reference-level'.
03925868 1450
b016851c 1451 * calc/calc-units.el (math-logunits-quant): Rename from
03925868 1452 `math-logunits-level'
b016851c 1453 (math-logunits-plus): Rename from math-logcombine.
03925868 1454 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
ec6ad6f2 1455 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
01c35094 1456 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
03925868 1457 New functions.
b016851c
SM
1458 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1459 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1460 (calc-logunits-quantity): Rename from `calc-level'.
03925868 1461 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
01c35094 1462 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
ec6ad6f2
JB
1463 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1464 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
01c35094 1465 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
03925868
JB
1466 New functions.
1467
b016851c 1468 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
03925868
JB
1469 (calc-ul-prefix-help): Remove.
1470 (calc-l-prefix-help): New function.
1471 (calc-full-help): Add reference to `calc-l-prefix-help'.
1472
1473 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1474
ec6ad6f2
JB
1475 * calc/README: Mention logarithmic units.
1476
f8b351c1
CY
14772011-02-06 Chong Yidong <cyd@stupidchicken.com>
1478
1479 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1480 non-ASCII characters (Bug#7925).
1481
a60287ff
GM
14822011-02-05 Glenn Morris <rgm@gnu.org>
1483
1484 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1485
9ad53e98
GM
1486 * calendar/diary-lib.el (diary-font-lock-keywords):
1487 Tweak diary-time-regexp match. (Bug#7891)
1488
9783df21
GM
1489 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1490 (f90-mode): Use it for mode's `find-tag-default-function' property.
1491
df275851
GM
1492 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1493
95838641
GM
1494 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1495
827b77e9
DD
14962011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1497
1498 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1499 (Bug#6386).
1500
7cb76591
SM
15012011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1502
ba70ab1c
SM
1503 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1504 font-lock-syntax-table remappings.
1505 (sh-here-doc-markers, sh-here-doc-re): Remove.
1506 (sh-font-lock-close-heredoc): Remove.
1507 (sh-syntax-propertize-here-doc): New function.
1508 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1509 instead of the sh-here-doc-re.
1510 (sh-font-lock-paren): Don't do anything in comments or strings.
1511 Handle line continuations. Accept a few more chars.
1512 Don't rely on the font-lock-syntax-table remappings.
1513 `esac' is not a valid pattern.
1514 (sh-syntax-propertize-function): Handle here-docs differently, so we
1515 don't bother syntax-propertizing the insides.
1516
7cb76591
SM
1517 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1518 Handle new bashisms ";&" and ";;&" (bug#7947).
1519
39b20f56
MA
15202011-02-05 Michael Albinus <michael.albinus@gmx.de>
1521
7cb76591
SM
1522 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1523 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
39b20f56 1524
51aba3f3
MA
15252011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1526
1527 * net/tramp.el (tramp-postfix-method-format)
1528 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1529 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1530 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1531 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1532 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1533 Doc fix.
1534
7bc61bb7
SS
15352011-02-04 Sam Steingold <sds@gnu.org>
1536
1537 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1538
d93c111e
AS
15392011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1540
1541 * international/mule-util.el (with-coding-priority): Doc fix.
1542
6f52d86e
EZ
15432011-02-04 Eli Zaretskii <eliz@gnu.org>
1544
1545 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1546
c1b4afac
SS
15472011-02-03 Sam Steingold <sds@gnu.org>
1548
1549 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1550 Do not error out when `func' is nil.
1551
a857d3c7
MA
15522011-02-03 Michael Albinus <michael.albinus@gmx.de>
1553
1554 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1555 `tramp-default-remote-path' to the docstring.
1556 (tramp-get-remote-path): Suppress error message when `getconf
1557 PATH' fails.
1558
1559 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1560
8aa88760
GM
15612011-02-03 Glenn Morris <rgm@gnu.org>
1562
219ea611
GM
1563 * vc/vc-hg.el (vc-hg-command): Doc fix.
1564
8d7b5b5b
GM
1565 * term/w32-win.el (libpng-version): Declare for compiler.
1566
c03eac34
GM
1567 * msb.el: No need to load dired while compiling.
1568
7f07c1fe
GM
1569 * emacs-lisp/elint.el (elint-standard-variables):
1570 Remove a couple of built-ins that now have doc-strings.
1571
befe199d
GM
1572 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1573 `require' is automatically `eval-and-compile'd.
1574
2d7d6439
GM
1575 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1576 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1577
8aa88760
GM
1578 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1579 Move definition before use.
1580 (strokes-report-bug): Make it obsolete.
1581
e90f8545
SS
15822011-02-02 Sam Steingold <sds@gnu.org>
1583
1584 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1585 from `special-mode', entering it makes the buffer read-only, so
1586 call it only when everything has been already inserted.
1587 * emacs-lisp/ert.el (ert--setup-results-buffer)
1588 (ert-results-pop-to-backtrace-for-test-at-point)
1589 (ert-results-pop-to-messages-for-test-at-point)
1590 (ert-results-pop-to-timings): Ditto.
1591 * emacs-lisp/package.el (package--list-packages): Ditto.
1592 * play/solitaire.el (solitaire): Ditto.
1593
90db975f
CY
15942011-02-02 Chong Yidong <cyd@stupidchicken.com>
1595
1596 * progmodes/compile.el: Make all faces inherit.
1597 (compilation-warning): Inherit from font-lock-variable-name-face.
1598 (compilation-info): Inherit from font-lock-type-face.
1599 (compilation-line-number): Reassign to font-lock-keyword-face.
1600 (compilation-column-number): Reassign to font-lock-doc-face.
1601 (compilation-leave-directory-face): Reassign to
1602 font-lock-builtin-face.
1603
bc35ff32
EZ
16042011-02-02 Eli Zaretskii <eliz@gnu.org>
1605
1606 * dired.el (dired-insert-directory): Don't invoke `ls' when
1607 ls-lisp.el is used to emulate it.
1608
39cde66c
JD
16092011-02-01 Julien Danjou <julien@danjou.info>
1610
1611 * color.el (color-gradient): Add a color-gradient function.
1612
abef340a
SS
16132011-02-01 Sam Steingold <sds@gnu.org>
1614
1615 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1616 bind "z" to `kill-this-buffer'.
1617 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1618 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1619 (apropos-mode): Inherit from `special-mode'.
1620 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1621 * bookmark.el (bookmark-bmenu-mode): Define using
1622 `define-derived-mode' inheriting from `special-mode'.
1623 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1624 * image-mode.el (image-mode-map): Ditto.
1625 * replace.el (occur-mode): Define using
1626 `define-derived-mode' inheriting from `special-mode'.
1627 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1628 * calendar/diary-lib.el (diary-fancy-display-mode):
1629 Inherit from `special-mode-map'.
1630 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1631 Inherit from `special-mode'.
1632 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1633 `special-mode-map'.
1634 (package-menu-mode): Define using `define-derived-mode'
1635 inheriting from `special-mode'.
1636 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1637 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1638 (xesam-mode-map): Define separately.
1639 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1640 * progmodes/compile.el (compilation-minor-mode-map)
1641 (compilation-mode-map): Inherit from `special-mode-map'.
1642 * vc/diff-mode.el (diff-mode-shared-map):
1643 Inherit from `special-mode-map'.
1644 * vc/log-view.el (log-view-mode-map): Add a comment.
1645
928f4e73
CY
16462011-02-01 Chong Yidong <cyd@stupidchicken.com>
1647
1648 * custom.el (load-theme): Define return value. Drop use of
1649 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1650 (custom-theme-load-confirm): Scroll in the correct window.
1651 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1652
1653 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1654 checkbox if load-theme fails.
1655
7d116647
SM
16562011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1657
1658 * progmodes/compile.el (compilation-next-error): Check there's
1659 a message before using it (bug#7941).
1660
4fdfcddf
JB
16612011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1662
1663 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1664 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1665 of potential pivots.
1666
3b95603f
AM
16672011-01-31 Alan Mackenzie <acm@muc.de>
1668
7d116647
SM
1669 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1670 Continue parsing if we encounter a naked # (Bug#7595).
3b95603f 1671 (c-beginning-of-statement): Avoid loop in locating the beginning
aa9c0efc 1672 of a macro. (Not actually committed until 2011-02-20, see above).
3b95603f 1673
6fa1f651
CY
16742011-01-31 Chong Yidong <cyd@stupidchicken.com>
1675
1676 * files.el (copy-directory): Fix arguments to recursive call.
1677
14beddf4 16782011-01-31 Chong Yidong <cyd@stupidchicken.com>
82d84d3f
CY
1679
1680 * files.el (copy-directory): If destination is an existing
1681 directory, copy into a subdirectory there.
1682
14beddf4 16832011-01-31 Andreas Schwab <schwab@linux-m68k.org>
e935c6a2
AS
1684
1685 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1686 files.
1687
14beddf4 16882011-01-31 Chong Yidong <cyd@stupidchicken.com>
d1f14baa 1689
6fc0aac3
CY
1690 * image-dired.el (image-dired-mouse-display-image): No-op if no
1691 file is found (Bug#7817).
1692
d1f14baa
CY
1693 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1694
14beddf4 16952011-01-31 Kenichi Handa <handa@m17n.org>
67442738 1696
7d116647
SM
1697 * international/quail.el (quail-keyboard-layout-alist):
1698 Remove superfluous SPC for "pc105-uk" (bug#7927).
67442738 1699
14beddf4 17002011-01-31 Glenn Morris <rgm@gnu.org>
220c2a14
GM
1701
1702 * msb.el (msb-menu-bar-update-buffers): Update for changed
1703 argument handling of menu-bar-select-frame. (Bug#7902)
1704
14beddf4 17052011-01-31 Chong Yidong <cyd@stupidchicken.com>
af7c5700
CY
1706
1707 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1708 to the recursion depth (Bug#7722).
1709
14beddf4 17102011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
ca9c274a
JD
1711
1712 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1713 command-line-default-directory (Bug#7872).
1714
9e11271c
SM
17152011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1716
1717 * progmodes/compile.el (compilation--flush-directory-cache):
1718 New function, extracted from compilation--remove-properties.
1719 (compilation--remove-properties, compilation--parse-region): Use it.
1720 (compilation--previous-directory): Handle one more case.
1721 (compilation-enable-debug-messages): Remove.
1722 (compilation-parse-errors, compilation--flush-parse): Just remove the
1723 left over debug messages.
1724
038714ab
SS
17252011-01-31 Sam Steingold <sds@gnu.org>
1726
1727 * progmodes/compile.el (compilation-enable-debug-messages):
1728 Add a variable to make the parsing messages introduced in
1729 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1730 (compilation-parse-errors, compilation--flush-parse): Use it.
1731
2a4466ca
DD
17322011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1733
35f52ed6 1734 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
2a4466ca
DD
1735 (rcirc-nick-completion-format): New defcustom.
1736 (rcirc-complete): Use it.
1737
186ecaf1
DD
17382011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1739
1740 * net/rcirc.el: Clean log filenames (Bug#7933).
1741 (rcirc-log-write): Use convert-standard-filename.
1742 (rcirc-log-filename-function): Documentation updates.
1743
253f7d1b
JD
17442011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1745
9e11271c
SM
1746 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1747 Check report-emacs-bug-can-use-osx-open and use that if t.
253f7d1b
JD
1748 (report-emacs-bug-can-use-osx-open): New function.
1749 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1750 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1751
a2b6e5d6
CY
17522011-01-29 Chong Yidong <cyd@stupidchicken.com>
1753
1754 * vc/vc-dispatcher.el (vc-set-async-update): New function for
1755 updating Dired or VC-dir buffers after async command completes.
1756
1757 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
1758 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
1759
1760 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
1761 completions if it exists. Use vc-set-async-update.
1762 (vc-git-pull): Use vc-set-async-update.
1763
1764 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
1765 read-shell-command. Use vc-set-async-update.
1766 (vc-hg-merge-branch): Use vc-set-async-update.
1767
8907f7b9
DU
17682011-01-29 Daiki Ueno <ueno@unixuser.org>
1769
9e11271c
SM
1770 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
1771 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
8907f7b9
DU
1772 (Bug#7931).
1773
e52f87a1
SM
17742011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
1775
1776 * progmodes/compile.el: Avoid an N² behavior in grep.
1777 (compilation--previous-directory): New fun.
1778 (compilation--previous-directory-cache): New var.
1779 (compilation--remove-properties): Flush it.
1780 (compilation-directory-properties, compilation-error-properties):
1781 Use the new fun to speed up looking for the current directory.
1782
659114fd
CY
17832011-01-29 Chong Yidong <cyd@stupidchicken.com>
1784
1785 * vc/vc-hg.el (vc-hg-history): New var.
1786 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
1787 (vc-hg-merge-branch): New function.
1788
1789 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
1790 the other way around.
1791
1792 * vc/vc-git.el (vc-git-branches, vc-git-pull)
1793 (vc-git-merge-branch): New functions.
1794 (vc-git-history): New var.
1795
9bfe5783
CY
17962011-01-28 Chong Yidong <cyd@stupidchicken.com>
1797
1798 * vc/vc-dispatcher.el (vc-do-async-command): New function.
1799
1800 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
1801 vc-do-async-command.
1802
e52f87a1
SM
1803 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
1804 Callers changed.
9bfe5783 1805
b1ea593c
LL
18062011-01-28 Leo <sdl.web@gmail.com>
1807
1808 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
9bfe5783 1809 highlighting to the "this function is advised" message.
b1ea593c
LL
1810
1811 * help-mode.el (help-mode-finish): Apply highlighting here, to
1812 avoid clobbering by substitute-command-keys (Bug#6304).
1813
40e22d80
CY
18142011-01-28 Chong Yidong <cyd@stupidchicken.com>
1815
1816 * woman.el (woman0-roff-buffer): Process roff escape sequences
1817 occurring prior to the first request (Bug#7843).
1818
01c63f4c
SM
18192011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1820
55fb9013
SM
1821 * progmodes/compile.el: Don't use font-lock any more.
1822 (compilation-error-regexp-alist-alist): Change handling of makepp
1823 so it preserves the warning/error distinction on subsequent files.
1824 Simplify various rules.
1825 (compilation-directory-properties): Use font-lock-face.
1826 Add a compilation-message property.
1827 (compilation-internal-error-properties): Use font-lock-face.
1828 Don't set the compilation-debug property here.
1829 (compilation--put-prop, compilation--remove-properties)
1830 (compilation--parse-region, compilation--ensure-parse)
1831 (compilation--ensure-parse): New functions.
1832 (compilation-parse-errors): New function, largely inspired of
1833 compilation-mode-font-lock-keywords. Set compilation-debug here.
1834 (compilation--parsed): New var.
1835 (compilation--flush-parse): Use compilation--ensure-parse.
1836 (compilation-start): Don't call font-lock.
1837 (compilation-turn-on-font-lock): Remove.
1838 (compilation-setup): Don't set font-lock-extra-managed-props not change
1839 other font-lock settings, other than keywords.
1840 Don't activate font-lock-mode.
1841 Set change-major-mode-hook and before-change-functions.
1842 (compilation--unsetup): Remove properties and hooks.
1843 (compilation-next-single-property-change): New function.
1844 (compilation-next-error): Use it to parse when needed.
1845 (compile-goto-error): Parse buffer as needed.
1846 (compilation--compat-error-properties): Don't need a dummy `face'
1847 property any more.
1848
8fe52384
SM
18492011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1850
1851 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
1852 (compilation-process-setup-function): Fix docstring's false promises.
1853 (compilation-error-regexp-alist-alist): Catch omake's continuous
1854 recompilation message and avoid reuse of old markers.
1855 (compilation-parse-errors-function): Declare obsolete.
1856 (compilation-buffer-modtime): Remove.
1857 (compilation--make-cdrloc, compilation--loc->col)
1858 (compilation--loc->line, compilation--loc->file-struct)
1859 (compilation--loc->marker, compilation--loc->visited)
1860 (compilation--make-file-struct, compilation--file-struct->file-spec)
1861 (compilation--file-struct->formats)
1862 (compilation--file-struct->loc-tree): New macros. Use them.
1863 (compilation--message): New defstruct. Use them.
1864 (compilation-next-error-function): Don't mess with timestamps to try
1865 and guess when to reparse.
1866
01c63f4c
SM
18672011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1868
5e853d01
SM
1869 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
1870 (tex-old-error-file-name): New function,
1871 extracted from tex-compilation-parse-errors.
1872 (tex-compilation-parse-errors): Remove.
1873 (tex-error-regexp-alist): New var.
1874 (tex-shell): Use it to avoid compilation-parse-errors-function.
1875
07b741a7
SM
1876 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
1877 (grep-mode-font-lock-keywords): Remove regexp that seems like
1878 a left-over from before we used compile.el.
1879 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
1880 modifying the buffer within with-silent-modifications.
1881
1882 * progmodes/compile.el: Cleanup text-properties namespace by using
1883 `compilation-message' instead of `message', `compilation-directory'
1884 instead of `directory', and `compilation-debug' instead of `debug'.
1885 (compilation-last-buffer, compilation-parsing-end)
1886 (compilation-error-list, compilation-old-error-list): Move to the
1887 compatibility part of the code.
1888 (compilation-error-properties): If `file' is a function, let it return
1889 a file name.
1890 (compilation-mode-font-lock-keywords): Be more conservative with the
1891 omake "^ *" pattern prefix, to try and minimize the risk of
1892 pathologically slow regexp matching.
1893 (compilation-start): Use inhibit-read-only.
1894 (compilation--unsetup): New function.
1895 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
1896 (compilation-filter): Minor tweaks.
8fe52384 1897 (compilation-next-error-function): Try and avoid abusing variables.
07b741a7 1898 (compilation--flush-file-structure): New fun.
8fe52384 1899 (compilation-fake-loc): Use it to improve behavior when file is reused.
07b741a7
SM
1900 (debug-ignored-errors): Add "Moved past last ...".
1901 (compilation--compat-error-properties)
1902 (compilation--compat-parse-errors): Rename by doubling the "-".
1903
01c63f4c
SM
1904 Port features from the previous prolog.el to the new one.
1905 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
1906 (prolog-program-name, prolog-program-switches, prolog-consult-string)
1907 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
1908 variable and use a function to compute the value dynamically.
1909 (prolog-prompt-regexp): Add regexp for GNU Prolog.
1910 (prolog-continued-prompt-regexp): Remove, unused.
1911 (prolog-find-value-by-system): Try and use the value of prolog-system
1912 in the *prolog* buffer if it helps.
1913 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
1914 (prolog-zip-on): ..and check prolog-system and version here instead.
1915 (prolog-inferior-self-insert-command): New command.
1916 (prolog-inferior-mode-map): Use it.
1917 (prolog-inferior-error-regexp-alist): New var.
8fe52384 1918 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
01c63f4c
SM
1919 (prolog-input-filter): Use derived-mode-p.
1920 (prolog-inferior-guess-flavor): New function.
1921 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
1922 make-comint to avoid running comint-mode twice.
1923 (prolog-inferior-buffer): New fun.
1924 (prolog-old-process-region, prolog-old-process-file):
1925 Don't call prolog-bsts here...
1926 (prolog-build-prolog-command): ...do it here instead.
1927 (prolog-old-process-region, prolog-old-process-file):
1928 Use compilation-fake-loc and compilation-forget-errors.
1929 (prolog-consult-compile-region): Use bolp.
1930
2f224f0b
CY
19312011-01-28 Chong Yidong <cyd@stupidchicken.com>
1932
1933 * image-mode.el (image-display-size): Doc fix (Bug#7820).
1934
db0e305d
SS
19352011-01-27 Sam Steingold <sds@gnu.org>
1936
9e11271c
SM
1937 * midnight.el (clean-buffer-list-kill-never-buffer-names):
1938 Remove "*server*" which is never created by emacs server.
db0e305d 1939
27bbeb29
DD
19402011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1941
1942 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
1943 there are some diff switches.
1944
153c5428
SM
19452011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
1946
89fdaac7
SM
1947 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1948 Copy change made to ruby-font-lock-syntactic-keywords.
1949
153c5428
SM
1950 * htmlfontify.el: Make it obey the font-lock-face text property.
1951 Miscellaneous cleanup such as:
1952 - Don't hide expressions after a closing paren.
1953 - Move initial setq into let.
1954 - Hoist common parts out of ifs.
1955 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
1956 (hfy-face-at): Use get-text-property instead.
1957 (hfy-prop-invisible-p): Use invisible-p if available.
1958 (htmlfontify-manual): Use \\[...].
1959 (hfy-html-quote-regex): Use [...].
1960 (hfy-combined-face-spec): Simplify.
1961 (hfy-compile-face-map): Don't presume point-min==1.
1962 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
1963 match end of string.
1964 (hfy-text-p): η-reduce.
1965 (hfy-tags-for-file): Receive cache-hash directly.
1966 (hfy-mark-tag-names): Adjust call.
1967
ed7646d4
GM
19682011-01-27 Glenn Morris <rgm@gnu.org>
1969
1970 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
1971 (msb-after-load-hook): Remove eval-after-load wackiness.
1972
ed68f651
SS
19732011-01-25 Sam Steingold <sds@gnu.org>
1974
1975 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
1976 literal "diff" (important for windows-nt).
1977
0fe719e6
GM
19782011-01-25 Glenn Morris <rgm@gnu.org>
1979
1980 * emacs-lisp/copyright.el (copyright-at-end-flag)
1981 (copyright-names-regexp): Add safety properties.
1982 (copyright-year-ranges): New option.
1983 (copyright-find-end): New function, split from copyright-update-year.
1984 (copyright-update-year): Use copyright-find-end.
1985 (copyright-fix-years): Optionally, convert years to ranges.
1986 Handle years continued over comment lines.
1987 Do not mess with the fill-prefix.
1988 Do not call copyright-update.
1989 (copyright-update-directory): Optionally, fix years rather than update.
7e6e2304 1990 Skip directories. Find files with only safe local vars.
0fe719e6 1991
06d8ace5 19922011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
10e1d5f3
SM
1993
1994 * files.el (file-name-non-special): Only change buffer-file-name after
1995 insert-file-contents if it's `visit'ing the file (bug#7854).
1996
06d8ace5 19972011-01-25 Chong Yidong <cyd@stupidchicken.com>
b14f16ad
CY
1998
1999 * dired.el (dired-revert): Doc fix (Bug#7758).
2000
06d8ace5
GM
2001 * simple.el (line-move-visual): Doc fix (Bug#7594).
2002
20032011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
cc9c9831
NN
2004
2005 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
2006 here-doc which ends with an underscore.
2007 (ruby-mode-set-encoding): Skip shebang line always.
2008 (ruby-mode-map): Bind C-c C-c to comment-region.
0d19d4fe 2009 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
cc9c9831
NN
2010 (ruby-forward-sexp): Stop after literal hash key labels.
2011 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
2012 bracket.
2013
06d8ace5 20142011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
d6476407
KM
2015
2016 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
2017 the correct buffer (Bug#7650).
2018
06d8ace5
GM
20192011-01-25 Glenn Morris <rgm@gnu.org>
2020
2021 * comint.el (comint-mode): Doc fix. (Bug#7897)
4d265b4d 2022
ce558208
GM
2023 * simple.el (do-auto-fill): Give it a doc string.
2024
4d265b4d
GM
2025 * button.el (make-text-button): Doc fix. (See bug#7881)
2026
21bb5ce0
SM
20272011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2028
ab0a61d0
SM
2029 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2030 Don't move backward, so as not to fall in an inf-loop (bug#7736).
2031
21bb5ce0
SM
2032 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
2033 Handle ?" and friends differently (e.g. don't use backrefs).
2034
603823f5
JB
20352011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
2036
2037 * calc/calc.el (calc-default-power-reference-level)
2038 (calc-default-field-reference-level): New variables.
35f52ed6 2039 * calc/calc-units.el (math-standard-units): Add dB and Np.
603823f5
JB
2040 (math-logunits): New variable.
2041 (math-extract-logunits, math-logcombine, calcFunc-luplus)
2042 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
21bb5ce0
SM
2043 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
2044 New functions.
603823f5
JB
2045 (math-find-base-units-rec): Add entry for ln(10).
2046 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
2047 (calc-ul-prefix-help): New function.
2048 * calc/calc-ext.el (calc-init-extensions): Autoload new units
35f52ed6 2049 functions. Add keybindings for new units functions.
603823f5 2050
11ea68ce 20512011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
10617634
DD
2052
2053 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
11ea68ce 2054 rcirc buffers. (Bug#4940)
10617634 2055
0412a5a4
GM
20562011-01-22 Glenn Morris <rgm@gnu.org>
2057
2058 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
2059 split out from copyright-update-year.
2060 (copyright-update): Don't mess with the GPL version if we don't own the
2061 copyright. Update license regexp, and remove no longer needed
2062 Esperanto stuff.
d226ec23 2063 (copyright-fix-years): Use copyright-find-copyright.
0412a5a4 2064
e7c1dca8
CY
20652011-01-22 Chong Yidong <cyd@stupidchicken.com>
2066
2067 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
2068
4d0143e6
JA
20692011-01-22 Jari Aalto <jari.aalto@cante.net>
2070
2071 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
2072 (lm): Rename to landmark.
2073 (lm-test-run): Rename to landmark-test-run.
2074
e3545d0d
CY
20752011-01-22 Chong Yidong <cyd@stupidchicken.com>
2076
2077 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
2078 "Case sensitive" menu item.
2079
7c82f3e2 20802011-01-22 Roland McGrath <roland@frob.com>
6e1dbaa9
RM
2081
2082 * comint.el (comint-replace-by-expanded-history-before-point): Fix
2083 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
2084
7c82f3e2 20852011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
0f1f97ca
SM
2086
2087 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
2088
7c82f3e2 20892011-01-22 Jari Aalto <jari.aalto@cante.net>
26a27884 2090
6e1dbaa9
RM
2091 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2092 Assume foo(bar) is a manpage reference rather than some unquoted
2093 symbol (bug#7705).
26a27884 2094
7c82f3e2 20952011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
d5e632d8
SM
2096
2097 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
2098 Suggested by Flo <sensorflo@gmail.com>.
2099
7c82f3e2 21002011-01-22 Glenn Morris <rgm@gnu.org>
d00b05c9
GM
2101
2102 * progmodes/compile.el (compilation-error-regexp-alist):
2103 Fix custom type. (Bug#7812)
2104
4936e3ba
KM
21052011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
2106
2107 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
2108 allout-number-siblings, in keeping with what obtained due to
2109 (now-defunct) allout-keybindings-list. Ditch repeat binding to
2110 (prefixed) ?i.
2111 (allout-before-change-handler): Better expose spots affected by
2112 undo.
2113
cde7e38b
CY
21142011-01-22 Chong Yidong <cyd@stupidchicken.com>
2115
2116 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
2117
6b072b27
PH
21182011-01-22 Phil Hagelberg <phil@evri.com>
2119
2120 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
2121 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
2122 (pcmpl-ssh-config-hosts): New function.
2123 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
2124 pcmpl-ssh-known-hosts.
2125
26d82c3a
JB
21262011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2127
c310ff4f
JB
2128 * calc/calc-undo.el (calc-undo): Autoload it.
2129 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
2130 and autoload for `calc-undo'.
2131 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
2132 * calc/calc-prog.el:
2133 * calc/calc-graph.el:
2134 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
26d82c3a 2135
a10c4149
ŠN
21362011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
2137
2138 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
2139 keybindings to `calc-undo'.
2140
8dabbfd6
SM
21412011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2142
2143 Don't mess with *temp*.
2144 * obsolete/spell.el: Move from textmodes/spell.el.
2145 (spell-string):
2146 * term.el (term-read-input-ring):
2147 * startup.el (display-startup-echo-area-message):
2148 * progmodes/antlr-mode.el (antlr-directory-dependencies):
2149 * comint.el (comint-read-input-ring): Use with-temp-buffer.
2150 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
2151 point-min==1.
2152
d3e51865
KM
21532011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
2154
35f52ed6 2155 * allout.el (allout-institute-keymap): Use fset instead of
d42f7802
KM
2156 reapplying defalias.
2157
2158 (allout-hotspot-key-handler): Check for non-control-modified
2159 bindings for hotspot characters if there are no control-modified
2160 versions.
2161
d3e51865
KM
2162 * allout.el: Summary - migrate to defining allout mode using
2163 define-minor-mode instead of defun. Significantly clean-up
2164 internal keymap provisions, refactoring and, in the process,
2165 removing a lot of accumulated cruft.
2166
2167 allout-mode-map is now a keymap by virtue of being a defalias to
2168 allout-mode-map-value, which contains the actual keymap structure.
2169
8dabbfd6
SM
2170 (allout-mode): Use define-minor-mode rather than defun.
2171 Remove now-unnecessary minor-mode setup activities from the body.
d3e51865
KM
2172 Specify :keymap as allout-mode-map so the minor-mode-map-alist
2173 entry will be '(allout-mode . allout-mode-map) - see
2174 allout-mode-map-value, below. Adjust docstring to track changes.
2175 (allout-minor-mode): Remove this defalias, now that we're using
2176 define-minor-mode.
2177 (allout-mode-map): Set value to be 'allout-mode-map. The actual
2178 keymap is allout-mode-map-value, via defalias.
2179 (allout-mode-map-value): The variable holding the actual mode
2180 keymap structure, by virtue of defalias from allout-mode-map.
8dabbfd6 2181 (allout-compose-and-institute-keymap): Rename from
d3e51865
KM
2182 allout-bind-keys, and including the binding-composition
2183 functionality of the former produce-allout-mode-map and
2184 allout-setup-mode-map.
2185 (allout-institute-keymap): Take over the "setup" part of the former
2186 allout-setup-mode-map. Reassign allout-mode-map-value value and
2187 update the defalias.
01c35094 2188 (allout-command-prefix, allout-prefixed-keybindings)
8dabbfd6
SM
2189 (allout-unprefixed-keybindings):
2190 Use allout-compose-and-institute-keymap to process the bindings.
2cf429d0 2191 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
d3e51865 2192 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
8dabbfd6
SM
2193 user can customize if they want to use that binding.
2194 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
2195 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
d3e51865
KM
2196 elided that, previously, instead of the one for \C-h.)
2197 (allout-hotspot-key-handler): Remove attempt to resolve the key
2198 through the literal key-string lookup on allout-keybindings-list.
2199 That probably hasn't worked for a Long Time, and removal of
2cf429d0 2200 allout-keybindings-list further simplifies the keybindings situation.
d3e51865
KM
2201 (allout-pre-command-business): Use allout-mode-map-value instead
2202 of allout-mode-map.
2203 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
2204 the bindings if they want to use a keybinding having a trailing
2cf429d0 2205 \C-h. No deprecation needed since this feature was never in a release.
d3e51865
KM
2206 (allout-keybindings-list): Remove. It's not been useful for a
2207 while. (See allout-hotspot-key-handler changes, above.)
2208 (produce-allout-mode-map): Remove. Consolidate into
2209 allout-compose-and-institute-keymap.
2210 (allout-mode-map-adjustments): Remove. No longer necessary with
2211 removal of allout-preempt-trailing-ctrl-h.
2212 (allout-setup-mode-map): Remove. Consolidate into
2213 allout-compose-and-institute-keymap and allout-institute-keymap.
2214
c11136ec
GM
22152011-01-20 Glenn Morris <rgm@gnu.org>
2216
dbfb414e
GM
2217 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
2218
c11136ec
GM
2219 * simple.el (read-expression-history): Remove, it's in minibuf.c.
2220
9aea757b
CY
22212011-01-20 Chong Yidong <cyd@stupidchicken.com>
2222
2223 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
2224
2225 * files.el (find-alternate-file, basic-save-buffer)
2226 (basic-save-buffer-2, revert-buffer, recover-file)
2227 (kill-buffer-ask, abort-if-file-too-large)
2228 (set-visited-file-name, write-file, backup-buffer)
2229 (basic-save-buffer, save-some-buffers):
2230 * dired-aux.el (dired-compress-file): Callers changed.
2231
5dd4f3f7
GM
22322011-01-19 Glenn Morris <rgm@gnu.org>
2233
2234 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2235 Also check the property status. (Bug#7861)
2236
56761182
MA
22372011-01-18 Michael Albinus <michael.albinus@gmx.de>
2238
2239 * net/tramp.el (tramp-debug-message): Extend function exclude
2240 list. Use `regexp-opt'.
2241
a9faac5c 22422011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1a1fcbe1 2243
9cc3a0c7
SM
2244 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2245 highlighting doesn't spill over subsequent lines.
2246
1a1fcbe1
SM
2247 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2248 keymap expression. Improve docstring.
2249
74a10be5
SM
2250 * electric.el (electric-indent-post-self-insert-function):
2251 Don't auto-indent for indent-to-left-margin, it's too often
2252 counter-productive.
2253
721be9cd
TH
22542011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2255
2256 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2257 spaces if the frame was resized, so that the full visible buffer
2258 serves as canvas for strokes.
2259
a767645f
GM
22602011-01-16 Glenn Morris <rgm@gnu.org>
2261
2262 * info-xref.el (info-xref-docstrings): Replace cl function.
e5c7913c 2263 Also skip directories.
a767645f 2264
444ee8dd
KR
22652011-01-16 Kevin Ryde <user42@zip.com.au>
2266
2267 * info-xref.el: Version 3.
2268 (info-xref-check, info-xref-check-all): Move commentary details
2269 into docstrings for better visibility.
2270 Use compilation-mode for the results buffer.
2271 (info-xref-output, info-xref-output-error, info-xref-with-output)
2272 (info-xref-filename, info-xref-in-progress):
2273 New internals for this.
2274 (info-xref-check-list, info-xref-check-buffer)
2275 (info-xref-check-all-custom): Use those.
2276 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2277 (info-xref-output-heading): Rename from info-xref-filename-heading.
2278 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2279 (info-xref-filename-heading): Move to output managing section.
35f52ed6 2280 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
444ee8dd
KR
2281 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2282 (info-xref-subfile-p): Move to generic section with those two.
2283 (info-xref-check-node): New function split from
2284 info-xref-check-buffer, shared by info-xref-docstrings.
2285 (info-xref-goto-node-p): Move to a checking section with that func.
2286 (info-xref-unavail): New counter.
2287 (info-xref-check-node): Use it.
2288 (info-xref-with-output): Show count of unavailables at end of output.
2289 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
35f52ed6 2290 symlinks. Exclude .texi files. Exclude Emacs backup files.
444ee8dd
KR
2291 (info-xref-check-all-custom): Fix quietening viper-mode and
2292 gnus-registry-install -- use setq not let so as not to unbind
2293 after load.
2294
d4119912
JL
22952011-01-16 Juri Linkov <juri@jurta.org>
2296
2297 * isearch.el (isearch-abort): Don't quit if search has
2298 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2299
b024d9f0
MD
23002011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2301
2302 * files.el (backup-buffer): Make last-resort backup file in
2303 .emacs.d (Bug#6953).
2304
2305 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2306 make it with permission 700.
2307
d52969e8 23082011-01-15 Kenichi Handa <handa@m17n.org>
1a6a03e4 2309
74a10be5
SM
2310 * mail/rmailmm.el (rmail-mime-insert-header):
2311 Set rmail-mime-coding-system to a cons whose car is the last coding
1a6a03e4
KH
2312 system used to decode the header.
2313 (rmail-mime-find-header-encoding): New function.
74a10be5
SM
2314 (rmail-mime-insert-decoded-text):
2315 Override rmail-mime-coding-system if it is a cons.
1a6a03e4
KH
2316 (rmail-show-mime): If only a header part was decoded, find the
2317 coding system while ignoring mm-charset-override-alist.
2318
d52969e8 23192011-01-15 Chong Yidong <cyd@stupidchicken.com>
c88aaf48
CY
2320
2321 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2322
d52969e8 23232011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2324
2325 * mail/rmailmm.el (rmail-mime-next-item)
2326 (rmail-mime-previous-item): Delete them.
2327 (rmail-mime-shown-mode): Recursively call for children.
74a10be5
SM
2328 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2329 Callers changed.
e7ca0062
KH
2330 (rmail-mime-raw-mode): Recursively call for children.
2331 (rmail-mode-map): Change mapping of tab and backtab to
2332 forward-button and backward-button respectively.
2333 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2334 button.
2335 (rmail-mime-update-tagline): New function.
2336 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2337 body display is changed.
74a10be5 2338 (rmail-mime-toggle-button): Rename from rmail-mime-image.
e7ca0062
KH
2339 (rmail-mime-image): Delete this button type.
2340 (rmail-mime-toggle): New button type.
2341 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2342 body display is changed. Change the save button label to "Save".
2343 Don't process show/hide button here.
2344 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2345 the body display is changed. Unconditionally call
2346 rmail-mime-insert for children.
2347 (rmail-mime-handle): Update `display' vector of the just inserted
2348 entity.
2349 (rmail-mime-process): If mail-header-parse-content-type returns
2350 nil, use "text/plain" as the fallback type.
2351 (rmail-mime-insert): For raw-mode, recursively call
2352 rmail-mim-insert for children.
2353 (rmail-mime): Handle the case that the current buffer is not rmail
2354 buffer (e.g. in summary buffer).
2355
d52969e8 23562011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2357
2358 * mail/rmailmm.el (rmail-mime-next-item)
2359 (rmail-mime-previous-item): Skip the body of a non-multipart
2360 entity if a tagline is shown.
2361
362b9d48
GM
23622011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2363
2364 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2365 (tmm-prompt): Simplify.
2366 (tmm-add-prompt): Remove unused var `win'.
2367
2368 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2369 to minor mode which used nil accidentally to mean "turn off".
2370
23712011-01-15 Michael Albinus <michael.albinus@gmx.de>
2372
2373 * net/tramp-sh.el (tramp-find-inline-compress)
2374 (tramp-get-inline-coding): Quote command after pipe symbol for
2375 local calls under W32. (Bug#6784)
2376
23772011-01-15 Michael Albinus <michael.albinus@gmx.de>
2378
2379 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2380 only when running under W32.
2381
23822011-01-15 Eli Zaretskii <eliz@gnu.org>
2383
2384 * progmodes/grep.el (grep-compute-defaults): Quote the program
2385 file name after the pipe symbol in Grep templates. (Bug#6784)
2386 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2387
23882011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2389
2390 * buff-menu.el (Buffer-menu-buffer-list): New var.
2391 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2392 restricted buffer list is not lost on revert (Bug#7749).
2393
23942011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2395
2396 * net/ldap.el (ldap-search-internal): Discard stderr output.
2397
23982011-01-15 Eli Zaretskii <eliz@gnu.org>
2399
2400 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2401
24022011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2403
2404 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2405
24062011-01-15 Kenichi Handa <handa@m17n.org>
2407
2408 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2409 part as a plain text.
2410 (rmail-mime-process-multipart): Set the default content-type to
2411 nil for unknown multipart subtypes (bug#7651).
2412
6d3d6113
SM
24132011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2414
4391b429
SM
2415 * hexl.el (hexl-mode-old-*): Remove.
2416 (hexl-mode--old-var-vals): New var to replace them.
2417 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2418 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2419 Use them to set local vars (bug#7846).
2420 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2421 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2422 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2423
6d3d6113
SM
2424 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2425 (smerge-resolve--normalize-re): New var.
2426 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2427 (smerge-resolve): Use them.
2428 * newcomment.el (comment-only-p): New function.
2429 (comment-or-uncomment-region): Use it.
2430
77ab81d0 24312011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
8d4708af
BG
2432
2433 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2434 table, get the value before switching to the output buffer. (Bug#7733)
2435
77ab81d0 24362011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
364df1cc
SM
2437
2438 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2439
8faba62c
KS
24402011-01-14 Kim F. Storm <storm@cua.dk>
2441
2442 * emulation/cua-base.el (cua--init-keymaps):
2443 Remap exchange-point-and-mark in cua-global-keymap.
2444
ab7eb811
TH
24452011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2446
2447 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2448 loop keyword.
2449
fc55380c
SM
24502011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2451
2452 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2453 Require CL.
2454 (easy-menu-create-menu, easy-menu-convert-item-1):
2455 Use :label rather than nil for labels. Use `case'.
2456 Add :enable as alias for :active.
2457 (easy-menu-binding): Obey :label.
2458
dbed16aa
SM
24592011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2460
4d789d84
SM
2461 Use run-mode-hooks for major mode hooks (bug#513).
2462 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2463 Rename from reftex-toc-map.
2464 (reftex-toc-mode): Use define-derived-mode.
2465 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2466 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2467 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2468 (reftex-select-label-mode, reftex-select-bib-mode):
2469 Use define-derived-mode.
2470 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2471 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2472 Move init into delcaration.
2473 (reftex-index-mode, reftex-index-phrases-mode):
2474 Use define-derived-mode.
2475 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2476 speedbar-syntax-table. Move init into declaration.
2477 (speedbar-mode-map): Rename from speedbar-key-map.
2478 Move init into declaration.
2479 (speedbar-file-key-map): Move init into declaration.
2480 (speedbar-mode): Use define-derived-mode.
2481 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2482 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2483 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2484 (chart-face-list): Move initialization into declaration.
2485 (chart-mode): Use define-derived-mode.
2486 * calculator.el (calculator-mode-map): Move init into declaration.
2487 (calculator-mode): Use define-derived-mode.
2488
b49a2dbf
SM
2489 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2490 work for nested comments.
2491
dbed16aa
SM
2492 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2493 (prolog-use-prolog-tokenizer-flag): Change default when
2494 syntax-propertize can be used.
2495 (prolog-syntax-propertize-function): New var.
2496 (prolog-mode-variables): Move make-local-variable into `set'.
2497 Don't make comment-column local since we don't set it.
2498 Set comment-add (as it was in previous prolog.el). Use dolist.
2499 Set syntax-propertize-function.
2500 (prolog-mode, prolog-inferior-mode):
2501 Call prolog(-inferior)-menu directly, not through the mode-hook.
2502 (prolog-buffer-module, prolog-indent-level)
2503 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2504 (prolog-comment-limits, prolog-goto-comment-column):
2505 Use line-(end|beginning)-position.
2506 (prolog-build-prolog-command): Tighten up regexp.
2507 (prolog-consult-compile): Move make-local-variable into `set'.
2508 (prolog-consult-compile-filter, prolog-goto-next-paren)
2509 (prolog-help-on-predicate, prolog-clause-info)
2510 (prolog-mark-predicate): Don't let+setq.
2511 (prolog-indent-line): Use indent-line-to.
2512 Only call prolog-goto-comment-column if necessary.
2513 (prolog-indent-level): Use bobp.
2514 (prolog-first-pos-on-line): Remove, not used any more.
2515 (prolog-in-string-or-comment): Use syntax-ppss if available.
2516 (prolog-help-on-predicate): Use read-string.
2517 (prolog-goto-predicate-info): Simplify.
2518 (prolog-read-predicate): Use `default' rather than `initial'.
2519 (prolog-temporary-file): Use make-temp-file to close a security hole.
2520 (prolog-toggle-sicstus-sd): New command.
2521 (prolog-electric-underscore, prolog-variables-to-anonymous):
2522 Use dynamic-scoping as it was meant.
2523 (prolog-menu): Move menu definitions to top-level.
2524 Use a toggle-button for Sicstus's source debugger.
2525 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2526 to "System".
2527 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2528 Move other menu definition to top-level.
2529
50f8cd96
TH
25302011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2531
5b355315
TH
2532 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2533 name. Keep original document's directory as default-directory
2534 (bug#6446).
1281bd51
TH
2535 (doc-view-initiate-display): Fall back to normal mode when
2536 doc-view-mode cannot be enabled, also when extracting the document
2537 text into a separate buffer (bug#6446).
5b355315 2538
50f8cd96
TH
2539 * simple.el (shell-command): Don't error out if shell command
2540 buffer contains text with non-nil read-only property when erasing
2541 the buffer.
2542
821f936d
KS
25432011-01-13 Kim F. Storm <storm@cua.dk>
2544
2545 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2546 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2547 items when cycling through the matches.
2548
f754f898
TH
25492011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2550
2551 * dired-x.el (dired-omit-verbose): New defcustom that allows
2552 disabling the omit messages.
2553 (dired-omit-expunge): Use it.
2554
d221e780
CO
25552011-01-13 Christian Ohler <ohler@gnu.org>
2556
2557 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2558
a03b542a
CY
25592011-01-13 Chong Yidong <cyd@stupidchicken.com>
2560
2561 * font-lock.el (font-lock-verbose): Default to nil.
2562
25ca2e61
CY
25632011-01-13 Chong Yidong <cyd@stupidchicken.com>
2564
2565 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2566 (compose-mail): New arg RETURN-ACTION.
2567 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2568
2569 * mail/sendmail.el (mail-return-action): New var.
2570 (mail-mode): Make it buffer-local.
2571 (mail-bury): Obey it. Move special Rmail window handling to
2572 rmail-mail-return.
2573 (mail, mail-setup): New arg RETURN-ACTION.
2574 (sendmail-user-agent-compose): Move from simple.el.
2575
2576 * mail/rmail.el (rmail-mail-return): New function.
2577 (rmail-start-mail): Pass it to compose-mail.
2578
2a8b13af
CY
25792011-01-12 Chong Yidong <cyd@stupidchicken.com>
2580
b2948a87
CY
2581 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2582 menus. Add menu item for customize-themes.
2583
2584 * cus-theme.el (customize-themes):
74a10be5
SM
2585 * emacs-lisp/package.el (package--list-packages):
2586 Use switch-to-buffer.
2a8b13af 2587
059616e5
JB
25882011-01-11 Johan Bockgård <bojohan@gnu.org>
2589
2590 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2591
04380ff1
SM
25922011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2593
2594 * progmodes/prolog.el: Fix up coding convention and such.
2595 (prolog-indent-width): Use the same default as in
2596 previous prolog.el rather than tab-width which depends on which buffer
2597 is current when the file is loaded.
2598 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2599 is not available.
2600 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2601 (prolog-known-systems): Remove.
2602 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2603 Move initialization into declaration.
2604 (prolog-mode-map): Move initialization into declaration.
2605 Remove system-specific mode-map vars, since they referred to the same
2606 keymap anyway.
2607 (prolog-mode-variables): Obey the user's preference w.r.t
2608 adaptive-fill-mode. Prefer symbol-value to `eval'.
2609 (prolog-mode-keybindings-edit): Add compatibility bindings.
2610 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2611 (mercury-mode-map): New var.
2612 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2613 (prolog-ensure-process, prolog-process-insert-string)
2614 (prolog-consult-compile): Use with-current-buffer.
2615 (prolog-guess-fill-prefix): Simplify data flow.
2616 (prolog-replace-in-string): New function to use instead of
2617 replace-in-string.
2618 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2619 (prolog-uncomment-region): Use `uncomment-region' when available.
2620 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2621 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2622 of int-to-char and char-to-int.
2623 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2624
e2019526
SB
26252011-01-11 Stefan Bruda <stefan@bruda.ca>
2626
2627 * progmodes/prolog.el: Replace by a whole new file.
2628
3fa173b4
SM
26292011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2630
2631 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2632 (declare-function, undefined, insert-for-yank)
2633 (replace-regexp-in-string): Follow checkdoc's recommendations.
2634
7973bcea
SM
26352011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2636
2637 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2638 refreshing the diary buffer.
2639
0af8c88b
KM
26402011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2641
7973bcea 2642 * allout.el: Add 2011 to the file copyright.
0af8c88b
KM
2643 (allout-encrypt-string): Prevent encryption from adding an extra
2644 newline at the end of the topic body.
2645 (allout-version): Increment to 2.3.
2646
1a27c64e
MA
26472011-01-10 Michael Albinus <michael.albinus@gmx.de>
2648
7973bcea
SM
2649 * net/dbus.el (dbus-unregister-service): Complete doc.
2650 Fix call of dbus-error signal.
5c0b4070 2651 (dbus-register-property): Use `dont-register' keyword.
1a27c64e 2652
0a203b61
MA
26532011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2654
2655 * net/dbus.el (dbus-unregister-service): Translate returned
2656 integer into a symbol.
2657 (dbus-register-property): Use `dbus-register-service' to do the
2658 name registration.
2659
895123f5
CY
26602011-01-09 Chong Yidong <cyd@stupidchicken.com>
2661
7973bcea
SM
2662 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2663 Suggested by Joakim Verona.
12e1f328 2664
732eb50a
CY
2665 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2666
895123f5
CY
2667 * wid-edit.el (visibility): Replace :on-image and :off-image
2668 widget properties with :on-glyph and :off-glyph, for consistency
2669 with the `visibility' widget.
2670 (widget-toggle-value-create, widget-visibility-value-create):
2671 Merge into a single function `widget-toggle-value-create'.
2672
2673 * cus-edit.el (custom-variable-value-create, custom-visibility)
7973bcea
SM
2674 (custom-face-edit-value-create, custom-face-value-create):
2675 Replace :on-image and :off-image widget properties with :on-glyph and
895123f5
CY
2676 :off-glyph, for consistency with the `visibility' widget.
2677
c8043a22
AS
26782011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2679
2680 * net/ldap.el (ldap-search-internal): Don't use eval.
2681
b7617f6d
CY
26822011-01-09 Chong Yidong <cyd@stupidchicken.com>
2683
973f1f2a
CY
2684 * subr.el (read-char-choice): Use read-key.
2685
b7617f6d
CY
2686 * custom.el (custom-safe-themes): Rename from
2687 custom-safe-theme-files. Add :risky tag.
2688 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2689 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2690
900503ae
CY
26912011-01-09 Chong Yidong <cyd@stupidchicken.com>
2692
2693 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2694 from Search and add a label to Undo.
2695
2696 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2697 inappropriate buttons and adding :vert-only tags.
2698
2699 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2700 removal of Help tool-bar button. Remove Undo button for space.
2701
2702 * info.el (info-tool-bar-map): Add :vert-only tags.
2703
c44d54b3
TH
27042011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2705
2706 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2707 image backend support. Either of them is fine.
2708
3ef01959
CY
27092011-01-08 Chong Yidong <cyd@stupidchicken.com>
2710
3d91e302
CY
2711 * subr.el (y-or-n-p): Doc fix.
2712
278f6845
CY
2713 * custom.el (custom-safe-theme-files): New defcustom.
2714 (custom-theme-load-confirm): New function.
2715 (load-theme): Load theme using `load', confirming with
2716 custom-theme-load-confirm if necessary.
2717
3ef01959
CY
2718 * subr.el (read-char-choice): New function, factored out from
2719 dired-query and hack-local-variables-confirm.
2720
2721 * dired-aux.el (dired-query):
2722 * files.el (hack-local-variables-confirm): Use it.
2723
2724 * dired-aux.el (dired-compress-file):
2725 * files.el (abort-if-file-too-large, find-alternate-file)
2726 (set-visited-file-name, write-file, backup-buffer)
2727 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2728 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2729 Use new format string args for y-or-n-p and yes-or-no-p.
2730
7c837933
AS
27312011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2732
2733 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2734 [gcc-include]: Tighten file name match, add match for column
2735 number. (Bug#7806)
6c7ec171 2736 [gnu]: Remove unused group.
7c837933 2737
d0981f82
GM
27382011-01-08 Glenn Morris <rgm@gnu.org>
2739
e7a42417
GM
2740 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2741
d0981f82
GM
2742 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2743
d43bb7d3
SS
27442011-01-07 Sam Steingold <sds@gnu.org>
2745
2746 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2747 the `explicit-shell-file-name' because that is the
2748 non-interactive shell.
2749
8c51d2a2
CY
27502011-01-07 Chong Yidong <cyd@stupidchicken.com>
2751
2752 * subr.el (y-or-n-p): Accept format string args.
2753
66b7b0fe
GM
27542011-01-07 Glenn Morris <rgm@gnu.org>
2755
2756 * Makefile.in (EMACSOPT): Add --no-site-lisp.
2757
1e004a83
KM
27582011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
2759
66b7b0fe 2760 * allout.el (allout-back-to-current-heading): Ensure return to
1e004a83 2761 the visible containing topic, rather than a collapsed one.
66b7b0fe 2762 (allout-view-change-hook): Remove hook that was deprecated long ago.
1e004a83
KM
2763 (allout-exposure-change-hook): Remove documentation remarks
2764 concerning removed allout-view-change-hook.
2765 (allout-flag-region): Remove invocation of and documentation
2766 remarks concerning allout-view-change-hook.
2767
b0a8e46b
GM
27682011-01-06 Glenn Morris <rgm@gnu.org>
2769
2770 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
2771 (vc-bzr-annotate-extract-revision-at-line):
2772 Handle authors with embedded spaces. (Bug#7792)
2773
875c044a
TH
27742011-01-05 Tassilo Horn <tassilo@member.fsf.org>
2775
2776 * doc-view.el (doc-view-image-width): New variable.
2777 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
2778 backend for PNG images, and do dynamic rescaling instead of
2779 reconverting the whole doc.
2780
1f6f7722
GM
27812011-01-05 Glenn Morris <rgm@gnu.org>
2782
2783 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
2784
e9e68fda
KM
27852011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
2786
4896e8fc 2787 * allout.el: Reconcile with changes in line movement behavior for
e9e68fda
KM
2788 long text lines that cross more than a single physical window
2789 line, ie when truncate-lines is nil.
e9e68fda
KM
2790 (allout-next-visible-heading): Provide for change in line-move
2791 behavior on long lines when truncate-lines is nil. In that case,
2792 line-move can wind up on the same textual line when it moves to
2793 the next window line, and moving to the bullet position after the
2794 move yields zero advancement. Add logic to detect and compensate
2795 for the lack of progress.
2796 (allout-current-topic-collapsed-p): move-end-of-line respect for
2797 field boundaries is different when operating with body lines
2798 shorter than window width versus ones greater than window width,
2799 which can yield false negatives in this function. Avoid
2800 difference by applying move-end-of-line while field-text-motion is
2801 inhibited.
2802
3f1b6eb2
GM
28032011-01-04 Glenn Morris <rgm@gnu.org>
2804
2805 * textmodes/rst.el (rst-compile-toolsets):
2806 Add pdf and s5 to option alist.
2807
6388924a
MA
28082011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2809
7973bcea 2810 * net/dbus.el (dbus-register-property): Add optional parameter
6388924a
MA
2811 dont-register-service. Updated docstring accordingly.
2812
c3e4b003
AS
28132011-01-04 Andreas Schwab <schwab@linux-m68k.org>
2814
2815 * textmodes/rst.el (rst-compile-pdf-preview)
2816 (rst-compile-slides-preview): Remove extra line.
2817
ef4271fe
GM
28182011-01-04 Glenn Morris <rgm@gnu.org>
2819
2820 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
2821 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
2822 default to `prog' without a .py extension.
2823 (rst-compile-pdf-preview, rst-compile-slides-preview):
2824 Use program names from rst-compile-toolsets, rather than hard-coding.
2825 (rst-portable-mark-active-p): Fix presumed typo.
2826
7c420169 28272011-01-02 Eli Zaretskii <eliz@gnu.org>
01e62600 2828
7c420169 2829 * term/w32-win.el (dynamic-library-alist): Set up correctly for
5be1c984
EZ
2830 libpng versions both before and after 1.4.0. (Bug#7716)
2831
7c420169 28322011-01-02 Eli Zaretskii <eliz@gnu.org>
2d34d523 2833
6491af11
EZ
2834 * time.el (display-time-mode): Mention display-time-interval in
2835 the doc string. (Bug#7713)
2836
7c420169 28372011-01-02 Kenichi Handa <handa@m17n.org>
8258ae3f
KH
2838
2839 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
2840 condition-case and return an error message string if something
2841 goes wrong.
2f952059 2842 (rmail-show-mime): Adjust for the above change. Insert the
8258ae3f
KH
2843 header by rmail-mime-insert-header.
2844
7c420169 28452011-01-02 Kenichi Handa <handa@m17n.org>
186f7f0b
KH
2846
2847 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
2848 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
2849 (rmail-mime-mbox-buffer)
2850 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
2851 (rmail-mime-entity): Argument changed. All codes handling an
2852 entity object are changed.
2f952059 2853 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
186f7f0b
KH
2854 the above change.
2855 (rmail-mime-entity-children, rmail-mime-entity-handler)
2856 (rmail-mime-entity-tagline): New functions.
2857 (rmail-mime-message-p): New function.
2858 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
2859 (rmail-mime-entity-segment, rmail-mime-next-item)
2860 (rmail-mime-previous-item, rmail-mime-shown-mode)
2861 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
2862 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2f952059
ML
2863 (rmail-mime-insert-tagline, rmail-mime-insert-header):
2864 New functions.
186f7f0b
KH
2865 (rmail-mime-text-handler): Call rmail-mime-insert-text.
2866 (rmail-mime-insert-decoded-text): New function.
2867 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
2868 (rmail-mime-insert-image): Argument changed. Caller changed.
2869 (rmail-mime-image): Call rmail-mime-toggle-hidden.
b762841f 2870 (rmail-mime-set-bulk-data): New function.
186f7f0b
KH
2871 (rmail-mime-insert-bulk): Argument changed.
2872 (rmail-mime-multipart-handler): Return t.
2f952059
ML
2873 (rmail-mime-process-multipart): Argument changed.
2874 Handle "multipart/alternative" here.
186f7f0b
KH
2875 (rmail-mime-process): Argument changed.
2876 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
2877 (rmail-mime-insert): Argument changed. Handle raw display mode.
2878 (rmail-mime): Argument changed. Handle toggling of raw display
2879 mode.
2880 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
2881 rmail-mime-view-buffer.
2882 (rmail-insert-mime-forwarded-message): Likewise.
2883 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
2884
2885 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
2886 non-nil, handle the header in rmail-show-mime-function.
2887
7c420169 28882011-01-02 Leo <sdl.web@gmail.com>
e1a23575 2889
7c420169 2890 * help-fns.el (describe-variable): Fix previous change.
e1a23575 2891
7c420169 28922011-01-02 Juri Linkov <juri@jurta.org>
957e5dd1
JL
2893
2894 * isearch.el (isearch-lazy-highlight-error): New variable.
2895 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
2896 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
2897 to the current value of `isearch-error' (Bug#7468).
2898
7c420169 28992011-01-02 Chong Yidong <cyd@stupidchicken.com>
3c505d31
CY
2900
2901 * help-fns.el (describe-variable): Don't emit trailing whitespace
2902 (Bug#7511).
2903
7c420169 29042011-01-02 Chong Yidong <cyd@stupidchicken.com>
c1cf05f4
CY
2905
2906 * textmodes/rst.el (rst-compile-pdf-preview)
2907 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
2908
7c420169 29092011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
c8cbbe27
KG
2910
2911 * emulation/edt-mapper.el: Override mapping of function keys so
2912 that the later call to read-key-sequence works.
2913
7c420169 29142011-01-02 Eli Zaretskii <eliz@gnu.org>
95e4cc85
EZ
2915
2916 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
2917 Unix EOLs. (Bug#7589)
2918
7c420169
CY
29192011-01-02 Leo <sdl.web@gmail.com>
2920
2921 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
2922 if point is not behind eshell-last-output-end (Bug#7585).
2923
29242011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
2925
2926 * files.el (file-local-variables-alist):
2927 Make permanent-local (bug#7767).
2928
29292011-01-02 Glenn Morris <rgm@gnu.org>
2930
2931 * version.el (emacs-copyright): Set short copyright year to 2011.
2932
29332011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2934
2935 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
2936 an existing temp buffer. (Bug#7746)
2937
29382011-01-02 Glenn Morris <rgm@gnu.org>
2939
2940 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
2941 multiple addresses. (Bug#7760)
2942
fb9a573a
KM
29432011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
2944
e9e68fda 2945 * allout.el (allout-auto-fill): Do not infinitely recurse - use
fb9a573a
KM
2946 do-auto-fill if everything points back to allout-auto-fill.
2947 (allout-mode-deactivate-hook): Declare obsolete, in favor of
2948 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
2949
8d68c659
MA
29502010-12-31 Michael Albinus <michael.albinus@gmx.de>
2951
2952 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
2953 and "scpx".
2954
291cc045
TH
29552010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2956
2957 * doc-view.el (doc-view-set-doc-type): New function refactored
2958 from doc-view-mode.
2959 (doc-view-fallback-mode): New function.
2960 (doc-view-mode): Use it.
2961 (doc-view-mode-maybe): New function that checks if doc-view-mode
2962 can be used and falls back to the next best mode otherwise.
2963
2964 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
2965 DVI, OpenDocument, and MS Office files.
2966
8ee2dc5c
AS
29672010-12-30 Andreas Schwab <schwab@linux-m68k.org>
2968
2969 * emacs-lisp/rx.el (rx-syntax): Fix typo.
2970
f9e68477
TH
29712010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2972
2973 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
2974 on a copy of auto-mode-alist, because that deletes with side
2975 effects.
2976
ad727c81
TH
29772010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2978
7973bcea
SM
2979 * doc-view.el (doc-view-mode, doc-view-toggle-display):
2980 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
ad727c81
TH
2981 fallback instead of hard coding fundamental mode.
2982
b71b7803
TH
29832010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2984
2985 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
2986 Office) files also for searching.
2987
95e16d17
TH
29882010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2989
2990 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
2991 Office) files. Not yet enabled via auto-mode-list.
2992 (doc-view-unoconv-program): New custom variable.
2993 (doc-view-mode-p): Handle new odf document type.
2994 (doc-view-odf->pdf): New conversion function.
2995 (doc-view-convert-current-doc): Call it for odf files.
2996 (doc-view-mode): Recognize newly supported file extensions.
2997
b191c9d9
MA
29982010-12-30 Michael Albinus <michael.albinus@gmx.de>
2999
3000 * net/tramp.el (tramp-default-method-alist)
3001 (tramp-default-user-alist)
3002 (tramp-local-host-regexp, tramp-prefix-domain-format)
3003 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
3004
3005 * net/tramp-ftp.el:
3006 * net/tramp-gvfs.el:
3007 * net/tramp-gw.el:
3008 * net/tramp-imap.el:
3009 * net/tramp-sh.el:
3010 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
3011 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
3012
6e457cc9
KF
30132010-12-29 Karl Fogel <kfogel@red-bean.com>
3014
3015 * saveplace.el (save-place-alist-to-file): Save list sorted and
3016 pretty-printed, so that it is mergeable by line-based text merging,
3017 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
3018
fb9a573a
KM
30192010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
3020
e9e68fda 3021 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
fb9a573a
KM
3022 (allout-mode): Argument "toggle" => "force".
3023 Refine the docstring.
3024 Remove special provisions for reactivation, besides the 'force'
3025 argument.
3026 Consolidate layout provisions coce directly into the activation
3027 condition branch, now that we've removed those provisions.
3028 (allout-unload-function): Explicitly activate the mode before
3029 deactivating, if it's initially deactivated.
3030 (allout-set-buffer-multibyte): Properly prevent byte-compiler
3031 warnings for version of function used only where
3032 set-buffer-multibyte is unavailable.
3033
c940c054
CY
30342010-12-28 Chong Yidong <cyd@stupidchicken.com>
3035
3036 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
3037 are handled by the menu-bar entries. As before, don't use
3038 :visibile to avoid changing the tool-bar.
3039
4c145d5d
MA
30402010-12-27 Michael Albinus <michael.albinus@gmx.de>
3041
3042 * net/secrets.el (secrets-delete-alias): New defun.
3043
fe99f704
MA
30442010-12-27 Michael Albinus <michael.albinus@gmx.de>
3045
3046 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
3047 methods, otherwise ~/.ssh/config would be ignored.
3048
723ee192
SM
30492010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
3050
3051 * emacs-lisp/rx.el: Make it a superset of sregex.
3052 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
3053 of args, add `regex' alias.
3054 (rx-info): Add arg to distinguish head and standalone forms.
3055 (rx-check, rx-form): Pass the corresponding arg.
3056 (rx-**): Simplify.
3057 (rx-repeat): Make it work for any number of args.
3058 (rx-syntax): Make it accept syntax chars as is.
3059 * obsolete/sregex.el: Move from emacs-lisp/.
3060 * emacs-lisp/re-builder.el: Remove sregex support.
3061 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
3062
e77714da
EZ
30632010-12-25 Eli Zaretskii <eliz@gnu.org>
3064
3065 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
3066 PRIMARY first, then the clipboard. (Bug#7699)
3067
17870c01
SM
30682010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3069
3070 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
3071 print-number-table.
3072
6bfa51ba
CY
30732010-12-21 Chong Yidong <cyd@stupidchicken.com>
3074
d78cdcf7
CY
3075 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
3076 .emacs.elc (Bug#7530).
3077
6bfa51ba
CY
3078 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
3079 image spec (Bug#7480).
3080
9d9cfd53
DU
30812010-12-21 Daiki Ueno <ueno@unixuser.org>
3082
3083 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
723ee192
SM
3084 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
3085 Move from lisp/.
9d9cfd53 3086
adc0b793
JD
30872010-12-20 Leo <sdl.web@gmail.com>
3088
3089 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
3090 always be performed (Bug#7680).
3091
778ca437
CY
30922010-12-20 Chong Yidong <cyd@stupidchicken.com>
3093
3f95d7ff
CY
3094 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
3095 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
3096 mouse-region-match.
778ca437 3097
3f95d7ff 3098 * color.el: Move from gnus/.
94975270 3099
f48fdaad
CY
3100 * vc/diff.el (diff-better-file-name): Function deleted.
3101 abbreviating file names causes problems with shell-quote-argument.
94975270
CY
3102 (diff-no-select): Just use expand-file-name.
3103
3104 * tool-bar.el (tool-bar--image-expression): New function.
3105 (tool-bar-local-item, tool-bar--image-exp): Use it.
3106 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
3107 Use :enable instead of :visible to avoid changing the tool-bar
3108 configuration unnecessarily.
3109
3110 * info.el (info-tool-bar-map): Add separators.
3111
2e306b39
KB
31122010-12-17 Ken Brown <kbrown@cornell.edu>
3113
3114 * loadup.el: Use version numbers in Cygwin build.
3115
395542c6
RT
31162010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
3117
3118 * ido.el (ido-file-internal): Ask for confirmation before
3119 overwriting an existing file (Bug#1238).
3120
4039c786
CY
31212010-12-16 Chong Yidong <cyd@stupidchicken.com>
3122
3123 * tool-bar.el (tool-bar-setup): Add separators.
3124
3125 * menu-bar.el (featurep): Use menu-bar-separator.
3126
45720dc3
GM
31272010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
3128
3129 Migrate allout encryption provisions from pgg to epg.
3130
3131 * allout.el (allout-toggle-current-subtree-encryption)
3132 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
3133 defaulting policy and other changes. Change fetch-pass to keymode-cue,
3134 for simpler universal argument interpretation.
35f52ed6 3135 (allout-toggle-subtree-encryption): Adjust docstring to describe
45720dc3
GM
3136 changed encryption provisions. Change fetch-pass to keymode-cue, for
3137 simpler universal argument interpretation. Remove provisions for
3138 handling key type and identity - they'll all be within
3139 allout-encrypt-string or epg/epg or even contained all the way in gpg.
3140 (allout-encrypt-string): Include keymode-cue, for optionally prompting
3141 for keypair recipients (universal argument > 1) and, in addition,
3142 associating the specified recipients with the outline (universal
3143 argument > 4) using a file local variable setting for
3144 'epa-file-encrypt-to'.
3145 Require epa, for recipients handling.
3146 Change how regexp filtering elements are named.
3147 Describe the problem with caching of incorrect symmetric-decryption
3148 keys.
3149 Use the epa-passphrase-callback-function, in case the user is using
3150 GnuPG v1.
3151 Support saving of the selected keypair recipients when invoked with a
3152 keymode-cue > 4.
3153 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
3154 Require 'epa.
3155 Establish epg-context with armoring and default epg-protocol.
3156 Remove all passphrase cache, verification, and hinting code.
3157 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
3158 No longer used, delete.
3159 (allout-mode): Adjust docstring to describe changed encryption
3160 provisions. Describe the problem with caching of incorrect
3161 symmetric-decryption keys.
3162 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
3163 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
3164 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
3165 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
3166 Obsolete, remove.
3167
33088bed
DU
31682010-12-16 Daiki Ueno <ueno@unixuser.org>
3169
3170 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
3171 key selection prompt; make 'silent as default (Bug#7487).
3172
bfc49a5b
LL
31732010-12-16 Leo <sdl.web@gmail.com>
3174
7973bcea
SM
3175 * eshell/eshell.el (eshell-directory-name):
3176 Use locate-user-emacs-file (Bug#7578).
bfc49a5b 3177
68251e16
GM
31782010-12-15 Glenn Morris <rgm@gnu.org>
3179
3180 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
3181
99f053cf 31822010-12-15 Jari Aalto <jari.aalto@cante.net>
01c35094 3183 Scott Evans <gse@antisleep.com>
99f053cf
JA
3184
3185 * rect.el (rectange--default-line-number-format)
3186 (rectangle-number-line-callback): New functions.
3187 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
3188
5614fd56
CY
31892010-12-15 Chong Yidong <cyd@stupidchicken.com>
3190
3191 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
3192 Delete unused variables.
3193 (move-to-column-force): Remove function obsolete since 21.2.
3194
d68b0220
MA
31952010-12-14 Michael Albinus <michael.albinus@gmx.de>
3196
3197 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
3198 (tramp-handle-insert-file-contents): Do not set permanent-local
3199 property.
3200
7973bcea
SM
3201 * net/tramp-cache.el (tramp-persistency-file-name):
3202 Use `locate-user-emacs-file' if fboundp.
d68b0220
MA
3203
3204 * net/tramp-sh.el (tramp-methods): Add "ksu".
3205 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
3206 method list.
3207
0273f794
GM
32082010-12-14 Glenn Morris <rgm@gnu.org>
3209
ab274982
GM
3210 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
3211 (find-tag-marker-ring): Declare.
3212 (js-find-symbol): Require etags.
3213
e758216c
GM
3214 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
3215 Require mail-utils.
3216 (mail-alias-file): Don't autoload. Doc fix.
3217 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
3218 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
3219 Mark as obsolete, and risky.
3220 (mail-setup): Simplify.
3221
53aff12a
GM
3222 * mail/mailalias.el (build-mail-aliases): Make it interactive.
3223 * mail/sendmail.el (build-mail-aliases): Update autoload.
3224
aae4b48c
GM
3225 * dired.el (dired-trivial-filenames, dired-chown-program)
3226 (dired-auto-revert-buffer): Remove autoload cookies.
3227 * mail/sendmail.el (mail-recover-1): Require 'dired.
3228
bff7c1ad
GM
3229 * dired.el (dired-subdir-switches, dired-chown-program)
3230 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
3231 Make into defcustoms.
3232 (dired-chown-program): Simplify initialization.
3233
0273f794
GM
3234 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
3235
bc557672
RF
32362010-12-13 Romain Francoise <romain@orebokech.com>
3237
3238 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3239
7410c270
G
32402010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3241
3242 * net/netrc.el (netrc-point-at-eol): Remove the unused
3243 netrc-point-at-old and netrc-bound-and-true-p bindings.
3244 (netrc-parse): Cache the netrc contents.
3245
f49d1f52 32462010-12-13 Eli Zaretskii <eliz@gnu.org>
11aad4e9
EZ
3247
3248 * subr.el (posn-col-row): Evaluate header-line-format in the
3249 context of the POSITION window's buffer.
3250
f49d1f52 32512010-12-13 Glenn Morris <rgm@gnu.org>
5612fd08
GM
3252
3253 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3254 (with-silent-modifications): Doc fixes.
3255
f49d1f52 32562010-12-13 Michael Albinus <michael.albinus@gmx.de>
158d5945
MA
3257
3258 * net/tramp.el (tramp-action-password, tramp-process-actions):
d68b0220 3259 Revert previous from. Use `save-restriction'.
158d5945 3260
f49d1f52 32612010-12-13 Stephen Berman <stephen.berman@gmx.net>
81ced43d
SB
3262
3263 * calendar/diary-lib.el (diary-list-sexp-entries):
3264 Handle case of no newline at end of file. (Bug#7536)
3265
f49d1f52 32662010-12-13 Glenn Morris <rgm@gnu.org>
b2364eaa
GM
3267
3268 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3269
f49d1f52 32702010-12-13 Michael Albinus <michael.albinus@gmx.de>
32802ee1 3271
f49d1f52 3272 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
32802ee1 3273 (tramp-process-actions): Do not widen.
d68b0220 3274
f49d1f52
SM
3275 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3276 Protect buffer-modified value. (Bug#7557)
32802ee1 3277
f49d1f52 32782010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
da9123a8
JM
3279
3280 * log-edit.el (log-edit-changelog-entries):
3281 Regexp quote filename. (Bug#7505)
3282
f49d1f52 32832010-12-13 Tom Breton <tehom@panix.com>
478834e6
TB
3284
3285 * cus-edit.el (custom-save-all):
3286 Bind print-length and print-level to nil. (Bug#7581)
3287
f49d1f52 32882010-12-13 Glenn Morris <rgm@gnu.org>
3c1e62f8 3289
d5e6e0b6
GM
3290 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3291 Run hooks to update menu contents. (Bug#7586)
3292
3c1e62f8
GM
3293 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3294 file names, for the sake of MS Windows. (Bug#7588)
3295
f49d1f52 32962010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
b1816a74
SM
3297
3298 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3299 empty lines without a leading space.
3300
f49d1f52 33012010-12-13 Leo <sdl.web@gmail.com>
86a6e8e0 3302
740af6c9
GM
3303 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3304 while mapping over marks (Bug#6810).
86a6e8e0 3305
f49d1f52 33062010-12-13 Chong Yidong <cyd@stupidchicken.com>
bc60f4de
CY
3307
3308 * image-dired.el (image-dired-db-file)
3309 (image-dired-temp-image-file, image-dired-gallery-dir)
3310 (image-dired-temp-rotate-image-file): Set default values relative
3311 to image-dired-dir (Bug#7518).
3312
f49d1f52 33132010-12-13 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
3314
3315 * format.el (format-decode-run-method): Pass args FROM and TO, not
3316 point-min and point-max, to shell-command-on-region (Bug#7488).
3317
f49d1f52 33182010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0afb6242
JD
3319
3320 * frame.el (blink-cursor-mode): Make default t for ns.
3321
f49d1f52 33222010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
5eae900e
BR
3323
3324 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3325
f49d1f52 33262010-12-13 Chong Yidong <cyd@stupidchicken.com>
74194465 3327
637c2c43
CY
3328 * comint.el (comint-dynamic-list-input-ring)
3329 (comint-dynamic-complete-filename)
3330 (comint-replace-by-expanded-filename)
3331 (comint-dynamic-simple-complete)
3332 (comint-dynamic-list-filename-completions)
3333 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3334
74194465
CY
3335 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3336 Doc fix (Bug#7471).
3337
f49d1f52 33382010-12-13 Martin Rudalics <rudalics@gmx.at>
6ed96c33
MR
3339
3340 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3341 (Bug#7533).
3342
01c35094 33432010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
11cb1e35
MB
3344
3345 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3346 (Bug#7491).
3347
f49d1f52 33482010-12-13 Eli Zaretskii <eliz@gnu.org>
2472c214
EZ
3349
3350 * files.el (file-relative-name): Handle UNC file names on
3351 DOS/Windows. (Bug#4674)
3352
f49d1f52 33532010-12-13 Daiki Ueno <ueno@unixuser.org>
f9fe1af9
DU
3354
3355 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3356 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3357 (epg-context-set-passphrase-callback): Mention that the callback
3358 is not called when used with GnuPG 2.x.
3359
f49d1f52 33602010-12-13 Glenn Morris <rgm@gnu.org>
ff80efe7
GM
3361
3362 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3363 Ensure ps-footer-font-size-internal is initialized.
3364 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3365
f49d1f52 33662010-12-13 Kenichi Handa <handa@m17n.org>
7e116860
KH
3367
3368 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3369 within condition-case.
3370 (rmail-show-mime): Don't use condition-case.
3371 (rmail-search-mime-message): New function.
3372 (rmail-search-mime-message-function): Set to
3373 rmail-search-mime-message.
3374
f49d1f52 33752010-12-13 Leo <sdl.web@gmail.com>
bd794450 3376
0fdd1db7 3377 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
3378 (ido-mode): Use it.
3379 (ido-completing-read): Call it.
3380
fdbb4d85
KF
33812010-12-12 Karl Fogel <kfogel@red-bean.com>
3382
3383 * bookmark.el (bookmark-name-from-full-record): Rename back to
3384 this original name from `bookmark-name-from-record' reverting part
3385 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3386 As Drew Adams pointed out, there was no reason to cause churn for
2cf429d0 3387 third-party callers. (Bug#7609)
fdbb4d85 3388
0e5cf2b8
AM
33892010-12-12 Alan Mackenzie <acm@muc.de>
3390
3391 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3392 template arglist, check that the current language supports this.
3393
6961d41c
GM
33942010-12-11 Glenn Morris <rgm@gnu.org>
3395
2b404597
GM
3396 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3397 state of the file matches. (Bug#7544)
3398 (vc-bzr-register, vc-bzr-checkin)
3399 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3400 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3401
6961d41c
GM
3402 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3403
1e5d2a04
KK
34042010-12-11 Karel Klíč <kklic@redhat.com>
3405
3406 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3407
175069ef
SM
34082010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3409
3410 Derive from prog-mode, use derived-mode-p, and fix up various
3411 minor style issues in lisp/progmodes.
3412
3413 * progmodes/vhdl-mode.el (vhdl-mode):
3414 * progmodes/verilog-mode.el (verilog-mode):
3415 * progmodes/vera-mode.el (vera-mode):
3416 * progmodes/sql.el (sql-mode):
3417 * progmodes/scheme.el (scheme-mode):
3418 * progmodes/perl-mode.el (perl-mode):
3419 * progmodes/octave-inf.el (inferior-octave-mode):
3420 * progmodes/autoconf.el (autoconf-mode):
3421 * progmodes/m4-mode.el (m4-mode):
3422 * progmodes/inf-lisp.el (inferior-lisp-mode):
3423 * progmodes/idlwave.el (idlwave-mode):
3424 * progmodes/icon.el (icon-mode):
3425 * progmodes/idlw-help.el (idlwave-help-mode):
3426 * progmodes/dcl-mode.el (dcl-mode):
3427 * progmodes/idlw-shell.el (idlwave-shell-mode):
3428 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3429 (ebrowse-member-mode, ebrowse-electric-position-mode):
3430 Use define-derived-mode.
3431
3432 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3433 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3434 (xscheme-debugger-mode-p, xscheme-send-string-1):
3435 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3436 (tcl-load-file, tcl-restart-with-file):
3437 * progmodes/ps-mode.el (ps-run-running):
3438 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3439 * progmodes/js.el (js--get-all-known-symbols):
3440 * progmodes/inf-lisp.el (inferior-lisp-proc):
3441 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3442 (idlwave-template, idlwave-update-buffer-routine-info)
3443 (idlwave-update-current-buffer-info)
3444 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3445 (idlwave-scan-class-info, idlwave-fix-keywords)
3446 (idlwave-list-buffer-load-path-shadows):
3447 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3448 (idlwave-toolbar-remove):
3449 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3450 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3451 (idlwave-shell-menu-def):
3452 * progmodes/idlw-complete-structtag.el
3453 (idlwave-prepare-structure-tag-completion):
3454 * progmodes/gud.el (gud-set-buffer):
3455 * progmodes/f90.el (f90-backslash-not-special):
3456 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3457
3458 * progmodes/xscheme.el (xscheme-start)
3459 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3460 * progmodes/which-func.el (which-function):
3461 * progmodes/vhdl-mode.el (vhdl-set-style):
3462 * progmodes/verilog-mode.el (verilog-set-compile-command)
3463 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3464 (verilog-set-define, verilog-auto-reeval-locals):
3465 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3466 * progmodes/simula.el (simula-mode):
3467 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3468 * progmodes/python.el (python-check, python-mode):
3469 * progmodes/prolog.el (prolog-mode-variables):
3470 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3471 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3472 * progmodes/delphi.el (delphi-mode):
3473 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3474 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3475 (c-font-lock-init): Move make-local-variable to their setq.
3476
3477 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3478 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3479 make-local-hook.
3480 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3481 (sh-set-shell): Don't set require-final-newline since it's already done
3482 by prog-mode.
3483 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3484 since we never set it.
3485 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3486 Use read-string and standard prompt.
3487 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3488 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3489 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3490 (meta-common-mode-map): Rename from meta-mode-map.
3491 Remove C-m binding, which is a user preference, not mode specific.
3492 (meta-common-mode): New major mode; replace meta-common-initialization.
3493 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3494 around with font-lock.
3495 * progmodes/etags.el (select-tags-table-mode):
3496 Derive from special-mode.
3497 * progmodes/octave-mod.el (octave-mode):
3498 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3499 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3500 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3501 Let define-derived-mode do its job.
3502 * progmodes/cpp.el (cpp-edit-mode-map):
3503 Move initialization into declaration.
3504 (cpp-edit-mode): Use define-derived-mode.
3505 (cpp-edit-load): Use derived-mode-p.
3506 * progmodes/mixal-mode.el (mixal-mode):
3507 * progmodes/f90.el (f90-mode):
3508 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3509 require-final-newline since prog-mode does it already.
3510 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3511 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3512 * progmodes/antlr-mode.el: Require cc-mode upfront.
3513 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3514 the declaration.
3515 (antlr-directory-dependencies, antlr-show-makefile-rules):
3516 Use derived-mode-p.
3517 (antlr-language-option): Don't assume point-min==1.
3518 (antlr-mode): Use define-derived-mode.
3519 * progmodes/ada-mode.el: Use derived-mode-p.
3520 (ada-mode): Use define-derived-mode.
3521 Use hack-local-variables-hook.
3522
61f91c04
SM
35232010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3524
3525 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3526 (texinfo-mode): Don't disable adaptive-fill-mode.
3527 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3528 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3529 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3530 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3531 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3532 (texinfo-insert-@quotation, texinfo-insert-@samp)
3533 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3534 (texinfo-insert-@uref): Use define-skeleton.
3535 (texinfo-insert-@-with-arg): Delete.
3536
72a44673
EZ
35372010-12-10 Eli Zaretskii <eliz@gnu.org>
3538
3539 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3540 nil, do quote archive member names. (Bug#6144)
3541
ab540f59
GM
35422010-12-10 Glenn Morris <rgm@gnu.org>
3543
66f782de
GM
3544 * files.el (diff-no-select): Declare.
3545
e554b3f8
GM
3546 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3547 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3548
ab540f59
GM
3549 * comint.el (comint-input-ring-file-name): Doc fix.
3550
f68ab99b
EZ
35512010-12-09 Eli Zaretskii <eliz@gnu.org>
3552
3553 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3554 New functions.
61f91c04
SM
3555 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3556 Use them instead of `nil' and `>', respectively.
f68ab99b
EZ
3557 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3558 instead of `nil'.
3559 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3560 and menu-bar-positive-p instead of `nil' and `>', respectively.
3561 (Bug#1077)
3562
650453a9
VJL
35632010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3564
3565 * whitespace.el (whitespace-newline-mode): Code fix.
3566
28d5de72
GM
35672010-12-09 Glenn Morris <rgm@gnu.org>
3568
3569 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3570 Rename functions without commas, update callers.
3571
b596d50d 35722010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
16498102 3573
b596d50d
GM
3574 * whitespace.el (whitespace-cleanup-region):
3575 Clean up spaces before tabs. (Bug#7582)
16498102 3576
eff37c5e
KF
35772010-12-08 Karl Fogel <kfogel@red-bean.com>
3578
3579 * bookmark.el: Adjust parameter names and doc strings to resolve
3580 confusion over whether "bookmark" meant a bookmark name or a
3581 bookmark record. Along the way, shorten one function's name for
3582 similar reasons. (Issue #7548)
3583 (bookmark-name-from-record): New name for
3584 `bookmark-name-from-full-record'. All callers changed.
3585 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3586 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3587 (bookmark-get-annotation, bookmark-set-annotation)
3588 (bookmark-get-filename, bookmark-set-filename)
3589 (bookmark-get-position, bookmark-set-position)
3590 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3591 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3592 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3593 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3594 Rename `bookmark' parameter to `bookmark-name-or-record', to
3595 clearly show its role, and shorten or adjust doc strings accordingly.
3596 (bookmark-set-name): Same, and pass the parameter directly to
3597 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3598 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3599 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3600 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3601 and in some cases shorten doc string accordingly.
3602 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3603 and `new-name', and adjust an internal variable to avoid confusion.
3604 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3605 parameter in doc string.
3606
5fe9ebd1
GM
36072010-12-08 Glenn Morris <rgm@gnu.org>
3608
ac8331a7
GM
3609 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3610 from gdb's history file. (Bug#7575)
3611
5fe9ebd1
GM
3612 * mail/emacsbug.el (report-emacs-bug):
3613 Try to handle some other mail clients.
3614
33cf0fb2
SM
36152010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3616
3617 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3618 Use string-prefix-p.
3619 (file-name-version-regexp): New var.
3620 (file-name-sans-versions):
3621 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3622 (jka-compr-get-compression-info): Use dolist.
3623 (jka-compr-compression-info-list): Don't bother specifying
3624 version/backup regexps.
3625
11c31b99
TH
36262010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3627
3628 * simple.el (just-one-space): Make argument n default to 1 if
3629 omitted.
3630
a733fc37
SM
36312010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3632
3633 * electric.el (electric-indent-post-self-insert-function):
3634 Delete trailing newlines even if we don't reindent.
3635
88b5a757
DD
36362010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3637
a733fc37
SM
3638 * minibuffer.el (completion-at-point): Remove the `arg'.
3639 * bindings.el (complete-symbol): Move back from minibuffer.el.
3640
36412010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3642
88b5a757
DD
3643 * simple.el (just-one-space): Delete newlines for negative arg.
3644
ce327e48
SM
36452010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3646
3647 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3648 (ansi-color-filter-apply): Simplify.
3649 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3650
ac73d955
BR
36512010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3652
3653 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3654
8c44f097
CY
36552010-12-04 Chong Yidong <cyd@stupidchicken.com>
3656
3657 * dired.el (dired-use-ls-dired): Set default to a special
3658 "unspecified" value.
3659 (dired-insert-directory): When called the first time, check
3660 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3661
15af15e5
TO
36622010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3663
3664 * replace.el: Add "collect" feature to occur.
3665 (occur-collect-regexp-history): New var.
88b5a757
DD
3666 (occur-read-primary-args): Return a replace string for nlines,
3667 if needed.
15af15e5
TO
3668 (occur): Extend the meaning of nlines.
3669
b2e6e5bd
SM
36702010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3671
3672 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3673 (which-func-update-1): Distinguish symbols from strings.
3674 (which-function): Stay within 80 columns.
3675
ee9355dc
SM
36762010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3677
7f0ea0ff
SM
3678 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3679
ee9355dc
SM
3680 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3681 Improve docstring.
3682 (comment-style): Use comment-styles's docs to describe values.
3683
3e972d98
JD
36842010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3685
3686 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3687 and ns-show-prefs (Bug#7535).
3688
3689 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3690 bindings (Bug#7535).
3691
c879436a
GM
36922010-12-03 Glenn Morris <rgm@gnu.org>
3693
afe27238
GM
3694 * nxml/nxml-mode.el: Require rng-nxml.
3695 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3696 Remove declarations.
3697
65beee52
GM
3698 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3699 * nxml/rng-nxml.el, nxml/rng-valid.el:
3700 Remove leading `*' from defcustom docs.
3701
ad961a00
GM
3702 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3703 (normal-top-level-add-to-load-path, tty-handle-args):
3704 Convert comments to basic doc-strings.
3705
c5fd0ab5
GM
3706 * net/browse-url.el (browse-url-url-at-point)
3707 (browse-url-default-browser): Remove autoload cookies.
3708
f62f063d
GM
3709 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3710 Remove more undefined cl functions.
3711
c879436a
GM
3712 * vc/diff.el (diff-sentinel): Make new arguments optional.
3713 * ibuf-ext.el (diff-sentinel): Update declaration.
3714
3721e124
DU
37152010-12-03 Daiki Ueno <ueno@unixuser.org>
3716
3717 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3718 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3719 (epg-context-set-passphrase-callback): Mention that the callback
3720 is not called when used with GnuPG 2.x.
3721
66feec8b
MA
37222010-12-02 Michael Albinus <michael.albinus@gmx.de>
3723
3724 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3725 (tramp-file-name-port): Check also for `tramp-default-port'.
3726 (tramp-get-connection-name): New defun.
3727 (tramp-get-connection-process): Use it.
3728 (tramp-debug-message): Extend function exclude list.
3729 (tramp-drop-volume-letter): Fix doc string.
3730
3731 * net/tramp-cmds.el: Remove solved todo item.
3732
66feec8b
MA
3733 * net/tramp-ftp.el:
3734 * net/tramp-gvfs.el:
3735 * net/tramp-gw.el:
3736 * net/tramp-imap.el:
3737 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3738 and `tramp-default-user-alist', respectively.
3739
88b5a757
DD
3740 * net/tramp-gw.el (tramp-gw-open-connection):
3741 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
66feec8b
MA
3742
3743 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3744 `tramp-file-name-port'.
3745
3746 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3747 and "psftp". Exchange "%k" marker with options.
3748 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3749 Compute size of link target.
35f52ed6
JB
3750 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3751 `tramp-current-*' up due to gateway methods. Optimize computing of
66feec8b
MA
3752 copy arguments. Use `tramp-get-connection-name' and
3753 `tramp-get-connection-buffer'. Improve debug messages.
3754 (tramp-compute-multi-hops): Remove port determination.
3755 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
3756
3757 * net/trampver.el: Update release number.
3758
bd77c2ef
GM
37592010-12-02 Glenn Morris <rgm@gnu.org>
3760
05907bb3
GM
3761 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3762 Avoid infinite loop over windows. (Bug#7492)
3763
bd77c2ef
GM
3764 * progmodes/flymake.el (flymake-check-file-limit):
3765 Allow nil to mean "no limit".
3766 (flymake-check-patch-master-file-buffer): Update for above change.
3767 Allow a .tex file-name extension to be optional.
3768 (flymake-master-tex-init): Also match \include statements.
3769
f7ca27a1
SS
37702010-11-30 Sam Steingold <sds@gnu.org>
3771
3772 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
3773 (nxml-parent-document-set): A function to set `nxml-parent-document'.
3774 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
3775 (nxml-mode-hook): Remove `defcustom' (auto-defined by
3776 define-derived-mode').
3777 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
3778 users who want to call `nxml-parent-document-set'.
3779
402c8a49
CY
37802010-11-27 Chong Yidong <cyd@stupidchicken.com>
3781
3782 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
3783 stand-alone lines, since that is handled by log-edit-match-to-eoh
3784 (Bug#6465).
3785
d1882ac7
EW
37862010-11-27 Eduard Wiebe <usenet@pusto.de>
3787
3788 * dired.el (dired-get-filename): Replace backslashes with slashes
3789 in file names on MS-Windows, needed by `locate'. (Bug#7308)
3790 * locate.el (locate-default-make-command-line): Don't consider
3791 drive letter and root directory part of
3792 `directory-listing-before-filename-regexp'. (Bug#7308)
3793 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
3794
07976ae3 37952010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
09ffa822
SM
3796
3797 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
3798 of :smie-open/close-alist.
3799 (smie-next-sexp): Make it accept a "start token" as argument.
3800 (smie-indent-keyword): Be careful not to misidentify tokens that span
3801 more than one line, as empty lines. Add argument `token'.
3802
07976ae3 38032010-11-27 Kenichi Handa <handa@m17n.org>
3d9ee611 3804
afde451a
KH
3805 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
3806 multipart subtypes, insert all as usual.
3807
3d9ee611
KH
3808 * mail/rmail.el: Require rfc2047.
3809
07976ae3 38102010-11-27 Kenichi Handa <handa@m17n.org>
d1be4ec2
KH
3811
3812 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
3813 (rmail-mime-entity-disposition)
3814 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
3815 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
3816 (rmail-mime-save): Handle the case that the button's `data' is a
3817 MIME entity.
3818 (rmail-mime-insert-text): New function.
9e0ecdab 3819 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
3820 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
3821 (rmail-mime-insert-bulk): New function mostly copied from the old
3822 rmail-mime-bulk-handler.
9e0ecdab
GM
3823 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
3824 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
3825 the old rmail-mime-multipart-handler.
3826 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 3827 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
3828 rmail-mime-show.
3829 (rmail-mime-insert-multipart, rmail-mime-parse)
3830 (rmail-mime-insert, rmail-show-mime)
3831 (rmail-insert-mime-forwarded-message)
3832 (rmail-insert-mime-resent-message): New functions.
3833 (rmail-insert-mime-forwarded-message-function): Set to
3834 rmail-insert-mime-forwarded-message.
3835 (rmail-insert-mime-resent-message-function): Set to
3836 rmail-insert-mime-resent-message.
3837
3838 * mail/rmailsum.el: Require rfc2047.
3839 (rmail-header-summary): Handle multiline Subject: field.
3840 (rmail-summary-line-decoder): Change the default to
3841 rfc2047-decode-string.
3842
3843 * mail/rmail.el (rmail-enable-mime): Change the default to t.
3844 (rmail-mime-feature): Change the default to `rmailmm'.
3845 (rmail-quit): Delete the specifal code for rmail-enable-mime.
3846 (rmail-display-labels): Likewise.
3847 (rmail-show-message-1): Check rmail-enable-mime, and use
3848 rmail-show-mime-function for a MIME message. Decode the headers
3849 according to RFC2047.
3850
07976ae3 38512010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
33aeea0e
SM
3852
3853 * progmodes/which-func.el (which-func-imenu-joiner-function):
3854 Return a string, as expected.
3855 (which-function-mode): Make sure we stop any previous timer before
3856 starting a new one.
3857
07976ae3 38582010-11-27 Michael Albinus <michael.albinus@gmx.de>
e40fc745
MA
3859
3860 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
3861 (tramp-default-user-alist, tramp-default-proxies-alist):
3862 Adapt custom options type. (Bug#7445)
e40fc745 3863
07976ae3 38642010-11-27 Chong Yidong <cyd@stupidchicken.com>
ae3da38a
CY
3865
3866 * progmodes/python.el: Add Ipython support (Bug#5390).
3867 (python-shell-prompt-alist)
3868 (python-shell-continuation-prompt-alist): New options.
3869 (python--set-prompt-regexp): New function.
33aeea0e
SM
3870 (inferior-python-mode, run-python, python-shell):
3871 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
3872 prompt based on the Python interpreter.
3873 (python--prompt-regexp): New var.
3874 (python-check-comint-prompt)
3875 (python-comint-output-filter-function): Use it.
3876 (run-python): Use a pipe (Bug#5694).
3877
07976ae3 38782010-11-27 Chong Yidong <cyd@stupidchicken.com>
1d851570
CY
3879
3880 * progmodes/python.el (run-python): Doc fix.
3881 (python-keep-current-directory-in-path): New var (Bug#7454).
3882
07976ae3 38832010-11-27 Chong Yidong <cyd@stupidchicken.com>
76dabd37
CY
3884
3885 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3886 Prompt user before actually printing.
3887
0b839457
GM
38882010-11-27 Glenn Morris <rgm@gnu.org>
3889
3890 * startup.el (package-enable-at-startup, package-initialize):
3891 Remove unnecessary declarations.
3892
96107967
EZ
38932010-11-27 Eli Zaretskii <eliz@gnu.org>
3894
3895 * international/characters.el (glyphless-char-display-control):
3896 Exclude newline and TAB from the c0-control group.
3897
a140ec5f
GM
38982010-11-27 Glenn Morris <rgm@gnu.org>
3899
82445062
GM
3900 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
3901 (expand-mail-aliases): Remove unnecessary autoload.
3902
08b5f072
GM
3903 * allout.el (allout-command-prefix, allout-mode-map): Declare.
3904
e96d4147
GM
3905 * shell.el (shell-dir-cookie-re): Move definition before use.
3906
a140ec5f
GM
3907 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3908 Replace undefined CL functions.
3909
a2249e66
EZ
39102010-11-26 Eli Zaretskii <eliz@gnu.org>
3911
228482b2
EZ
3912 * simple.el (prog-mode): Set bidi-paragraph-direction to
3913 left-to-right.
3914
a2249e66
EZ
3915 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
3916
d01d7b8d
GM
39172010-11-26 Glenn Morris <rgm@gnu.org>
3918
3919 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
3920 diary-outlook-formats can be sensitive to calendar-date-style.
3921 (diary-outlook-formats): Simplify the default setting.
3922 (diary-from-outlook-internal): Pass subject and body as arguments.
3923 Use dolist rather than dotimes. Don't save the diary buffer.
3924 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3925 Pass subject and body as explicit arguments to the -internal function.
3926
b3ea64a3
LMI
39272010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3928
3929 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
3930 parsing them. This makes mailto:...?subject=foo\nbar work.
3931
d5e7b0d8
SM
39322010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3933
3934 * vc/diff.el (diff): Fix last change.
3935
872ab164
SM
39362010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3937
3938 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
3939 (pcase--dontcare-upats): New var.
3940 (pcase-let, pcase-let*): Generate better code.
3941 Accept the same bodies as `let'.
3942 (pcase-dolist): New macro.
3943 (pcase--trivial-upat-p): New helper function.
3944 (pcase--expand): Strip leading "(let nil" if any.
3945
876d1684
LMI
39462010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3947
7bd9b9d8
LMI
3948 * mail/mailclient.el (browse-url): Require.
3949 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
3950 use the external browser function to send the mail (bug#7469).
3951
876d1684
LMI
3952 * net/browse-url.el (browse-url-browser-function): Revert the
3953 default back to the previous value, since the new value broke
3954 mailclient.el.
3955 (browse-url-mailto-function): New variable for mailto: URLs.
3956 (browse-url): Use the new variable for mailto: URLs.
3957
6e13206c
SM
39582010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3959
3960 * eshell/esh-cmd.el (eshell-parse-command):
3961 * eshell/esh-arg.el (eshell-parse-arguments):
3962 * eshell/em-script.el (eshell-source-file):
3963 Use with-silent-modifications.
3964
3d92f44e
CY
39652010-11-23 Chong Yidong <cyd@stupidchicken.com>
3966
3967 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
3968 for a merge location.
3969
3970 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
3971 (vc-bzr-merge-branch): Always prompt.
3972 (vc-bzr-async-command): Use the full branch filename.
3973
8f5f1e68
SM
39742010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3975
3976 * shell.el (shell): Use current-buffer by default if it's already
3977 a shell mode buffer and its process is dead.
ee9355dc 3978 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
8f5f1e68 3979
331460ac
TH
39802010-11-23 Tassilo Horn <tassilo@member.fsf.org>
3981
8f5f1e68
SM
3982 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3983 Mention that the keywords should be comma separated.
331460ac 3984
2c3160c5
CY
39852010-11-23 Chong Yidong <cyd@stupidchicken.com>
3986
3987 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
3988 Accept optional prefix arg meaning to prompt for a command.
3989 (vc-update): Use vc-BACKEND-pull if available. Accept optional
3990 prefix arg meaning to prompt for a command.
3991 (vc-pull): Alias for vc-update.
3992
3993 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
3994 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
3995 (vc-bzr-merge-branch): New functions, implementing merge-branch
3996 and pull operations.
3997
b2e44819
SM
39982010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3999
8a0eb852
SM
4000 * Makefile.in: Fix up last merge.
4001
b2e44819
SM
4002 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
4003 (diff-sentinel): Get them as arguments instead.
4004 (diff-old-file, diff-new-file, diff-extra-args): Remove.
4005 (diff-file-local-copy, diff-better-file-name): New funs.
4006 (diff-no-select): Rename from diff-into-buffer.
4007 Support buffers additionally to files. Move `buf' arg. Don't display buf.
4008 Prefer closures to buffer-local variables.
4009 (diff): Adjust accordingly.
4010 (diff-buffer-with-file): Move from files.el.
4011 * files.el (diff-buffer-with-file): Move to vc/diff.el.
4012 (diff-buffer-internal): Remove.
4013 (diff-buffer-buffer): Remove.
4014 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
4015 the buffer name used, and so as not to mess up windows and frames.
4016
6a7662bb
BR
40172010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
4018
4019 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
4020 (diff-buffer-internal): New function extracted from diff-buffer-with-file
4021 (diff-buffer-with-file): Use it.
4022 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
4023 (diff): Use it.
4024
c799747b
TH
40252010-11-22 Tassilo Horn <tassilo@member.fsf.org>
4026
4027 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
4028 \ref's or \pageref's value as default instead of initial input.
4029
e274eb13
MA
40302010-11-21 Michael Albinus <michael.albinus@gmx.de>
4031
4032 * files.el (backup-by-copying-when-mismatch): The default value is
4033 now t.
4034
4035 * startup.el (normal-top-level):
4036 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4037 `backup-by-copying-when-mismatch'.
4038
77af54d7
JD
40392010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4040
4041 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
4042
4e2f7d2a
CY
40432010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4044
6a7662bb
BR
4045 * progmodes/python.el (python-font-lock-keywords):
4046 Highlight top-level augmented assignments (Bug#6445).
4e2f7d2a 4047
b7d1e144
JD
40482010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4049
4050 * term/ns-win.el (ns-right-control-modifier)
4051 (ns-right-command-modifier): Defvar them.
4052
4053 * cus-start.el (all): Add ns-right-control-modifier and
4054 ns-right-command-modifier (Bug#7458).
4055
c11cc37a
GM
40562010-11-20 Glenn Morris <rgm@gnu.org>
4057
4058 * emacs-lisp/authors.el (authors-ignored-files)
4059 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
4060
7dcd777e
TH
40612010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4062
4063 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
4064 (report-emacs-bug-parse-query-results)
4065 (report-emacs-bug-create-existing-bugs-buffer): Pass through
4066 keywords used for querying the bug database to show them in the
4067 existing bugs buffer.
4068
d2bd5189
JD
40692010-11-20 Jan Djärv <jan.h.d@swipnet.se>
4070
4071 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
4072
4073 * info.el (info-tool-bar-map): Add some :vert-only keywords.
4074
0e7c0582
EZ
40752010-11-20 Eli Zaretskii <eliz@gnu.org>
4076
4077 * international/characters.el (glyphless-char-display-control):
4078 Make it a defcustom, with update-glyphless-char-display as its
4079 :set attribute.
4080 (top level): Don't call update-glyphless-char-display.
4081
7398933f
MA
40822010-11-20 Michael Albinus <michael.albinus@gmx.de>
4083
4084 Sync with Tramp 2.2.0.
4085
4086 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
4087 `file-remote-p' (due to compatibility).
4088
4089 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
4090 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
4091
4092 * net/trampver.el: Update release number.
4093
1cd64aae
EZ
40942010-11-20 Eli Zaretskii <eliz@gnu.org>
4095
4096 * faces.el (glyphless-char): Define value for `pc'.
4097
614316a7
TH
40982010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4099
26214810
EZ
4100 Implemented a bug querying mechanism.
4101 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
614316a7
TH
4102 (report-emacs-bug-create-existing-bugs-buffer)
4103 (report-emacs-bug-parse-query-results)
26214810 4104 (report-emacs-bug-query-existing-bugs): New functions.
614316a7 4105
9061f667
TH
41062010-11-19 Tassilo Horn <tassilo@member.fsf.org>
4107
4108 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
4109 a \ref{} or \pageref{} macro, then use its value as initial input.
4110
1265829e
JB
41112010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4112
4113 * calc/calc-units.el (math-build-units-table-buffer):
4114 calc/README: Mention that the TeX specific units won't use the
4115 `tex' prefix in TeX mode.
4116 calc/calc-lang.el (math-variable-table): Don't use the `tex'
4117 prefix for units in TeX mode.
4118
9fca7811
SM
41192010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4120
4121 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
4122 * comint.el (comint-kill-region): Make the yank-handler argument
4123 obsolete.
9fca7811 4124
4a47c275 41252010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
88bf1bec 4126
e2f454c4
SM
4127 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
4128 that are both openers (resp. closers) and something else.
4129 (smie-grammar): Loosen definition of valid values.
4130 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
4131 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
4132 (smie-indent-after-keyword): Adjust users.
4133 (smie-indent-keyword): Don't indent empty lines.
4134
88bf1bec
SM
4135 * vc-hg.el (vc-hg-program): New var.
4136 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
4137 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
4138
4a47c275 41392010-11-18 Glenn Morris <rgm@gnu.org>
4c0eb0d3
GM
4140
4141 * emacs-lisp/autoload.el (autoload-find-destination): The function
4142 coding-system-eol-type may return non-numeric values. (Bug#7414)
4143
4a47c275 41442010-11-18 Ulrich Mueller <ulm@gentoo.org>
bf6442c3
UM
4145
4146 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
4147
4a47c275 41482010-11-18 Eli Zaretskii <eliz@gnu.org>
e68afd74
EZ
4149
4150 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
4151
4a47c275 41522010-11-18 Chong Yidong <cyd@stupidchicken.com>
de02effd
CY
4153
4154 * textmodes/picture.el (picture-mouse-set-point): Don't use
4155 posn-col-row; explicitly compute the motion based on the posn at
4156 the window-start (Bug#7390).
4157
4a47c275 41582010-11-18 Glenn Morris <rgm@gnu.org>
f0a698ab
GM
4159
4160 * novice.el (disabled-command-function):
4161 Fix 2009-11-15 change. (Bug#7384)
4162
4a47c275 41632010-11-18 Glenn Morris <rgm@gnu.org>
29f30ab7
GM
4164
4165 * calendar/calendar.el (diary-iso-date-forms): Make elements
4166 mutually exclusive. (Bug#7377)
4167
4a47c275 41682010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10b40d2e
SM
4169
4170 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
4171 when filling the remaining "unconstrained" values.
4172
4a47c275 41732010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7bea8c7a 4174
acef0722
SM
4175 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
4176 safety predicate.
4177
4178 * files.el (safe-local-variable-p): Gracefully handle errors.
4179
7bea8c7a
SM
4180 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
4181 Use smie-indent-virtual when indenting relative to an opener.
4182 (smie-rule-separator): Use smie-rule-parent.
4183 (smie-indent-keyword): Consult rules, even for openers at bol.
4184 (smie-indent-comment-close): Try to align closer's content.
4185
4a47c275 41862010-11-18 Glenn Morris <rgm@gnu.org>
b010e1ba
GM
4187
4188 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
4189
4a47c275 41902010-11-18 Glenn Morris <rgm@gnu.org>
c790cad4 4191
aa514451
GM
4192 * printing.el (pr-menu-bind): Doc fix.
4193
32b636de
GM
4194 * speedbar.el (speedbar-toggle-images): Doc fix.
4195
bc1d5cdf
GM
4196 * progmodes/python.el (python-shell): Doc fix.
4197
c790cad4
GM
4198 * wid-edit.el (widget-field-use-before-change)
4199 (widget-use-overlay-change): Doc fixes.
4200
c51bb5d2
SM
42012010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4202
8bbb7dd8
SM
4203 Minor cleanup to improve style.
4204 * textmodes/rst.el (rst-update-section): Use point-marker.
4205 (rst-get-decoration): Eliminate unneeded assignment.
4206 (rst-promote-region, rst-straighten-decorations)
4207 (rst-section-tree, rst-adjust): Use point-marker.
4208 (rst-toc-mode-mouse-goto): Avoid setq.
4209 (rst-shift-region-guts, rst-shift-region-left)
4210 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
4211 (rst-convert-bullets-to-enumeration): Use copy-marker.
4212
b7e270a2
SM
4213 * minibuffer.el (completion-fail-discreetly): New var.
4214 (completion--do-completion): Use it.
4215
c51bb5d2
SM
4216 * electric.el (electric-pair-pairs): New var.
4217 (electric-pair-post-self-insert-function): Use it.
4218 (electric-layout-post-self-insert-function): Don't insert a before
4219 newline unless it's actually needed.
4220
c04f2ac0
SM
42212010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4222
bac2de0f
SM
4223 * progmodes/python.el (run-python): Explain why we remove the current
4224 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
4225
c04f2ac0
SM
4226 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4227
7100ff98
SM
42282010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4229
03f70355
SM
4230 * progmodes/octave-mod.el: Rely on elecric-*-modes.
4231 (octave-mode-map): Don't bind ;, SPC, and LF.
4232 (octave-auto-indent, octave-auto-newline): Remove.
4233 (electric-layout-rules): Declare.
4234 (octave-mode): Set electric-layout-rules.
4235 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
4236 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4237 (octave-electric-space): Remove.
4238
7100ff98
SM
4239 * electric.el (electric-layout-mode): New minor mode.
4240 (electric--after-char-pos): New function.
4241 (electric-indent-post-self-insert-function): Use it.
4242 (electric-layout-rules): New var.
4243 (electric-layout-post-self-insert-function): New function.
4244 (electric-indent-mode): Make them interact better.
4245
cca982d0
SM
42462010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4247
4248 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4249 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4250 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4251
84992dff
AM
42522010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4253
4254 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4255 Make sure to check inside the word (Bug#6761).
4256
afa42fe3
CY
42572010-11-14 Chong Yidong <cyd@stupidchicken.com>
4258
4259 * startup.el (command-line): If the cursorColor resource is set,
4260 change the cursor face-spec (Bug#7392).
4261
a798747d 42622010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1c9b9df0 4263
a798747d 4264 The main features of the following allout.el changes are:
1c9b9df0
KM
4265 - implement user customization for the allout key bindings
4266 - add a customization control by which the user can inhibit use of
a798747d 4267 a trailing Ctrl-H, so by default it's reserved for use with
1c9b9df0
KM
4268 describe-prefix-bindings
4269 - adapt to new version of called-interactively-p, while
a798747d 4270 maintaining backwards compatibility with old version
01c35094 4271 - fix hotspot navigation so i works properly with meta-modified keys.
1c9b9df0 4272
a798747d
GM
4273 * allout.el (allout-keybindings, allout-bind-keys)
4274 (allout-keybindings-binding, allout-prefixed-keybindings)
4275 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4276 (allout-keybindings-list, allout-mode-map-adjustments)
4277 (allout-setup-mode-map): Establish allout-mode keymaps as user
4278 customizable settings, and also establish a customizable setting which
4279 regulates whether or not a trailing control-h is reserved for use with
4280 describe-prefix-bindings - and inhibit it by default, so that control-h
4281 *is* reserved for describe-prefix-bindings unless the user changes it.
4282
4283 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4284 and accurately between modified and unmodified events, and handle
1c9b9df0
KM
4285 modified events more comprehensively.
4286
a798747d
GM
4287 * allout.el (allout-substring-no-properties):
4288 Alias to use or provide version of `substring-no-properties'.
4289 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1c9b9df0 4290
a798747d
GM
4291 * allout.el (allout-next-single-char-property-change):
4292 Alias to use or provide version of `next-single-char-property-change'.
4293 (allout-annotate-hidden, allout-hide-by-annotation):
4294 Use `allout-next-single-char-property-change'.
1c9b9df0 4295
a798747d
GM
4296 * allout.el (allout-select-safe-coding-system):
4297 Alias to use or provide version of `select-safe-coding-system'.
4298 (allout-toggle-subtree-encryption):
4299 Use `allout-select-safe-coding-system'.
1c9b9df0 4300
a798747d
GM
4301 * allout.el (allout-set-buffer-multibyte):
4302 Alias to use or provide version of `set-buffer-multibyte'.
4303 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1c9b9df0 4304
a798747d
GM
4305 * allout.el (allout-called-interactively-p): Macro for using the
4306 different versions of called-interactively-p identically, depending on
4307 the subroutine's argument signature.
4308 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4309 Use `(interactive "p")' instead of `(called-interactively-p)'.
1c9b9df0 4310
a798747d
GM
4311 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4312 (allout-previous-visible-heading, allout-forward-current-level)
4313 (allout-backward-current-level, allout-show-children):
4314 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1c9b9df0 4315
a798747d
GM
4316 * allout.el (allout-before-change-handler):
4317 Exempt edits to the (overlaid) character after the allout outline
4318 bullet from edit confirmation prompt.
1c9b9df0 4319
a798747d
GM
4320 * allout.el (allout-add-resumptions):
4321 Ensure that it respects correct buffer for keybindings.
1c9b9df0 4322
a798747d
GM
4323 * allout.el (allout-beginning-of-line):
4324 Use `allout-previous-single-char-property-change' alias for the sake of
4325 diverse compatibility.
1c9b9df0 4326
a798747d
GM
4327 * allout.el (allout-end-of-line):
4328 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1c9b9df0 4329
0216b738
CY
43302010-11-13 Chong Yidong <cyd@stupidchicken.com>
4331
4332 * frame.el (frame-notice-user-settings): Don't clobber other
4333 user-set parameters when calling face-set-after-frame-default in
4334 response to background-color parameter (Bug#7373).
4335
0eb025fb
EZ
43362010-11-13 Eli Zaretskii <eliz@gnu.org>
4337
4338 * international/characters.el (glyphless-char-display-control):
88b5a757 4339 Rename from glyphless-char-control; all users changed. Doc fix.
4a9f985c
EZ
4340 Signal an error if display method is not one of the recognized
4341 symbols.
0eb025fb 4342
6e060cee
MA
43432010-11-13 Michael Albinus <michael.albinus@gmx.de>
4344
4345 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4346 (tramp-compat-line-end-position): Remove them.
4347
4348 * net/tramp.el (tramp-parse-rhosts-group)
4349 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4350 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4351 (tramp-parse-netrc-group, tramp-parse-putty-group)
4352 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4353 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4354 (tramp-sh-handle-file-selinux-context)
4355 (tramp-sh-handle-file-name-all-completions)
4356 (tramp-sh-handle-insert-directory)
4357 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4358 (tramp-wait-for-output, tramp-send-command-and-read)
4359 * net/tramp-smb.el (tramp-smb-read-file-entry)
4360 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4361
4362 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4363 `point-at-bol'.
4364 (tramp-remote-coding-commands): Add an alternative using "base64
4365 -d -i". This is needed for older base64 versions from GNU
4366 coreutils. Reported by Klaus Reichl
4367 <Klaus.Reichl@thalesgroup.com>.
4368
8da5345f
HN
43692010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4370
4371 * simple.el (count-words-region): New function.
4372
c156a63b
SM
43732010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4374
78835dd0
SM
4375 * shell.el (shell-dir-cookie-re): New custom variable.
4376 (shell-dir-cookie-watcher): New function.
4377
ebff325e
SM
4378 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4379 and compilation-mode (bug#7350).
4380
4e9e1584
SM
4381 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4382 highlight when one of them is empty.
4383
4490f875
SM
4384 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4385 trailing space.
4386 (skeleton-newline): New function.
4387 (skeleton-internal-1): Use it.
4388
c156a63b
SM
4389 * simple.el (open-line): `newline' may strip trailing space.
4390
f3bb9e16
KR
43912010-11-12 Kevin Ryde <user42@zip.com.au>
4392
4393 * international/mule-cmds.el (princ-list): Use mapc.
4394
7847454a
GM
43952010-11-12 Glenn Morris <rgm@gnu.org>
4396
4397 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
01c35094 4398 Use it to replace all instances of "*Compile-Log*".
7847454a 4399
aa310257
SM
44002010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4401
4402 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4403 indentation specs.
4404
cbf83ce9
SM
44052010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4406
4407 * progmodes/modula2.el: Use SMIE and skeleton.
4408 (m2-mode-syntax-table): (*..*) can be nested.
4409 Add //...\n. Fix paren syntax.
4410 (m2-mode-map): Remove LF and TAB bindings.
4411 (m2-indent): Add safety property.
4412 (m2-smie-grammar): New var.
4413 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4414 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4415 (m2-mode): Use define-derived-mode.
4416 (m2-newline, m2-tab): Remove.
4417 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4418 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4419 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4420 (m2-import): Use define-skeleton.
4421
e7c4fb1e
GM
44222010-11-11 Glenn Morris <rgm@gnu.org>
4423
b3e4c911
GM
4424 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4425
b3e22bd4
GM
4426 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4427 (ls-lisp-verbosity): Add custom :set-after property.
4428 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4429 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4430 (ls-lisp-insert-directory): Update caller.
606dcd9e
GM
4431 (ls-lisp-set-options): New function.
4432 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4433 Doc fix.
b3e22bd4 4434
55a4b4fe
GM
4435 * play/landmark.el (lm-prompt-for-move):
4436 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4437
e7c4fb1e
GM
4438 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4439
4440 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4441 (idlwave-study-twins): Prefix dynamic local variable `name'.
4442 (idlwave-routine-twin-compare): Update for above change.
4443
4444 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4445 Prefix dynamic local variables `name', `kwd', and `link'.
4446 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4447 * progmodes/idlw-complete-structtag.el
4448 (idlwave-complete-structure-tag-help):
4449 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4450 (idlwave-complete-sysvar-tag-help)
4451 (idlwave-complete-class-structure-tag-help):
4452 Update for above name changes.
4453
afe2870b
LMI
44542010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4455
4456 * net/browse-url.el (browse-url-browser-function): Change the
4457 default to use `browse-url-mail' on mailto: URLs.
4458
fbe3be3f
CY
44592010-11-10 Chong Yidong <cyd@stupidchicken.com>
4460
cbf83ce9
SM
4461 * emacs-lisp/package.el (package-read-all-archive-contents):
4462 Reset package-archive-contents to nil before re-reading.
fbe3be3f 4463
a7cfbaea 44642010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
bd4532fc
AM
4465
4466 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4467 already found as misspellings by (flyspell-large-region), just
c97685d4 4468 do highlighting (bug#7322).
bd4532fc 4469
13e7256f
GM
44702010-11-10 Glenn Morris <rgm@gnu.org>
4471
6d2a1e35
GM
4472 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4473
d4aca69c
GM
4474 * emulation/edt.el (edt-with-position): New macro.
4475 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4476 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4477 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4478
f8a09adb
GM
4479 * emulation/tpu-extras.el (tpu-with-position): New macro.
4480 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4481
c026460b
GM
4482 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4483
dea53a43
GM
4484 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4485 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4486 (texinfo-master-menu, texinfo-insert-node-lines)
4487 (texinfo-multiple-files-update):
4488 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4489 Use line-beginning-position.
4490
72bc50c0
GM
4491 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4492 No recent Emacs supports system-type `emx'.
4493
4494 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4495 (ada-command-separator, ada-default-prj-properties)
4496 (ada-find-any-references): Update for above name change.
4497
4498 * dirtrack.el (dirtrack-directory-function)
4499 (dirtrack-canonicalize-function):
4500 * filecache.el (file-cache-completion-ignore-case)
4501 (file-cache-case-fold-search, file-cache-ignore-case):
4502 * term.el (serial-port-is-file-p): Cosmetic change.
4503
4504 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4505 Remove non-existent `windows-95' system-type.
4506 * dired.el (dired-chown-program): Remove non-existent `linux'
4507 system-type.
4508
17731c39
GM
4509 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4510 (ping-program-options): Remove non-existent `linux' system-type.
4511
9228bbd3
GM
4512 * startup.el (package-initialize): Update declaration.
4513
6e404950
GM
4514 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4515 (ls-lisp-handle-switches): Use time-less-p.
4516 (ls-lisp-format-time): Use float-time.
4517
6f0d4bb6
GM
4518 * textmodes/remember.el (remember-time-to-seconds): Remove.
4519 (remember-store-in-mailbox): Use float-time.
4520
4521 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4522
4523 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4524 never a real function.
4525 (with-no-warnings): Remove compat stub, now unused.
4526 (time-less-p): Doc fix.
4527 (time-to-number-of-days): Simplify.
4528
73171bd4
GM
4529 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4530 Remove.
4531 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4532 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4533 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4534 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4535 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4536
13e7256f
GM
4537 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4538 (eshell-shuffle-files, eshell-shorthand-tar-command)
4539 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4540 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4541 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4542 Prefix dynamic local variable `matches'.
4543
b565f5a1
GM
4544 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4545 Prefix dynamic local variable `skeleton'.
4546
5ad3e885
KY
45472010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4548
4549 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4550 in mail buffer; make yank-action always a command that yanks original
4551 buffer.
4552
14121c52
GM
45532010-11-09 Glenn Morris <rgm@gnu.org>
4554
4555 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4556
d607b96b 45572010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
73525e72 4558
9bdba5f5
SM
4559 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4560 completion field (bug#7211).
4561
73525e72
SM
4562 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4563 Fix handling of backslash escapes.
4564 (python-quote-syntax): Adjust accordingly.
4565
d607b96b 45662010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
4567
4568 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4569 (vc-mtn-workfile-branch): Adjust to new output format.
4570
d607b96b 45712010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
cc4d2366
SM
4572
4573 * international/mule-cmds.el (princ-list): Mark as obsolete.
4574
d607b96b 45752010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7f925a67
SM
4576
4577 * emacs-lisp/smie.el: New package.
4578
d607b96b 45792010-11-09 Michael Albinus <michael.albinus@gmx.de>
6ce78fdc 4580
7f925a67
SM
4581 * files.el (backup-by-copying-when-mismatch):
4582 Set `permanent-local' property.
6ce78fdc
MA
4583
4584 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 4585 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 4586
d607b96b 45872010-11-09 Eli Zaretskii <eliz@gnu.org>
21620882
EZ
4588
4589 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4590
d607b96b 45912010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
8468f78b 4592
7f925a67 4593 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 4594 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
4595 AUTOINOUT for SV style multidimensional arrays, bug294.
4596 Reported by Eric Mastromarchi.
4597 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
4598 font-lock-fontify-buffer to cleanup style issues.
4599
d607b96b 46002010-11-09 Glenn Morris <rgm@gnu.org>
cb5e49a3
GM
4601
4602 * locate.el (locate, locate-mode): Doc fixes.
4603
d607b96b 46042010-11-09 Chong Yidong <cyd@stupidchicken.com>
381d186f
CY
4605
4606 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4607 user for confirmation.
4608 (server-force-stop): Use it.
4609 (server-start): Use server-force-stop for kill-emacs-hook, to
4610 avoid user interaction while killing Emacs.
4611
9b026d9f
GM
46122010-11-09 Glenn Morris <rgm@gnu.org>
4613
3406534c 4614 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
e814121e 4615 (meta-indent-line): Simplify.
3406534c 4616
9b026d9f
GM
4617 * vc/emerge.el (emerge-line-number-in-buf):
4618 * textmodes/ispell.el (ispell-region):
4619 * textmodes/fill.el (current-fill-column):
4620 * progmodes/xscheme.el (xscheme-send-current-line):
4621 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4622 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4623 * progmodes/sh-script.el (sh-handle-prev-do):
4624 * progmodes/meta-mode.el (meta-indent-line):
4625 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4626 (idlwave-in-quote):
4627 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4628 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4629 * progmodes/fortran.el (fortran-looking-at-if-then):
4630 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4631 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4632 (cperl-find-pods-heres):
4633 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4634 * net/quickurl.el (quickurl-list-insert):
4635 * net/ldap.el (ldap-search-internal):
4636 * net/eudc.el (eudc-expand-inline):
4637 * mail/sendmail.el (sendmail-send-it):
4638 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4639 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4640 (viper-brac-function):
4641 * calc/calc-yank.el (calc-do-grab-region):
4642 * calc/calc-keypd.el (calc-keypad-press):
4643 * term.el (term-move-columns, term-insert-spaces):
4644 * speedbar.el (speedbar-highlight-one-tag-line):
4645 * simple.el (current-word):
4646 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4647 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4648 (Info-scroll-down):
4649 * hippie-exp.el (he-line-beg):
4650 * epa.el (epa--marked-keys):
4651 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4652 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4653 (dired-relist-entry):
4654 * buff-menu.el (Buffer-menu-buffer):
4655 * array.el (current-line):
4656 * allout.el (allout-resolve-xref)
4657 (allout-latex-verbatim-quote-curr-line):
4658 Replace yet more uses of end-of-line etc with line-end-position, etc.
4659
db94771e
SM
46602010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4661
1398b795
SM
4662 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4663 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4664 (checkdoc-syntax-table): Initialize in the declaration.
4665 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4666 the mode on unconditionally.
4667
db94771e
SM
4668 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4669 (extent-end-position, extent-start-position): Remove setf method for
4670 non-existing functions (bug#7319).
4671
674728d4
SM
46722010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4673
4674 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4675 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4676 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4677 (smie-prec2->grammar): Rename from smie-prec2-levels.
4678 (smie-grammar): Rename from smie-op-levels.
4679 (smie-indent--hanging-p): Rename from smie-hanging-p.
4680 (smie-rule-hanging-p): New alias.
4681 (smie-indent--bolp): Rename from smie-bolp.
4682 (smie-indent--hanging-p): New alias.
4683 (smie--token): New dynamically bound variable.
4684 (smie-indent--parent): New function.
4685 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4686 (smie-rule-next-p): Rename from smie-next-p.
4687 (smie-rule-prev-p): Rename from smie-prev-p.
4688 (smie-rule-sibling-p, smie-rule-parent)
4689 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4690 (smie-rule-separator-outdent): New var.
4691 (smie-indent--rule): Merge with smie-indent--column.
4692 (smie-indent-forward-token, smie-indent-backward-token):
4693 Also recognize close parens.
4694 (smie-indent-keyword): Don't use smie-indent--column any more.
4695 (smie-indent-after-keyword): Ignore closers by default.
4696 (smie-indent-line): Use with-demoted-errors.
4697 * progmodes/octave-mod.el (octave-smie-grammar):
4698 Rename from octave-smie-op-levels.
4699 (octave-smie-rules): Adjust to new behavior.
4700 * progmodes/prolog.el (prolog-smie-grammar):
4701 Rename from prolog-smie-op-levels.
4702
26f097bf
GM
47032010-11-07 Glenn Morris <rgm@gnu.org>
4704
de3490e1
GM
4705 * eshell/esh-util.el (subst-char-in-string)
4706 (directory-files-and-attributes): These compatibility definitions are
4707 not needed on any version of Emacs since at least 21.4.
4708
3ba6b2ee
GM
4709 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4710 (verilog-get-end-of-line): Remove.
4711 (verilog-within-string, verilog-re-search-forward-substr)
4712 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4713 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4714 Use point-at-bol, point-at-eol.
4715 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4716 Remove.
4717 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4718 (electric-pascal-terminate-line, pascal-set-auto-comments)
4719 (pascal-indent-paramlist, pascal-indent-declaration)
4720 (pascal-get-lineup-indent, pascal-func-completion)
4721 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4722 Use point-at-bol, point-at-eol.
4723 * progmodes/flymake.el (flymake-line-beginning-position)
4724 (flymake-line-end-position): Remove.
4725 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4726 * eshell/esh-util.el (line-end-position, line-beginning-position):
4727 Remove compat definitions.
4728
76fc02b6
GM
4729 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4730 Use end-of-line N.
4731 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4732 Use line-end-position.
4733
e180ab9f
GM
4734 * emacs-lisp/chart.el (chart-zap-chars):
4735 * play/decipher.el (decipher-set-map):
4736 * progmodes/ada-mode.el (ada-get-current-indent)
4737 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4738 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4739 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4740 (ada-get-all-references):
4741 * progmodes/cperl-mode.el (cperl-electric-paren)
4742 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4743 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4744 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4745 (cperl-word-at-point-hard):
4746 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4747 (idlwave-shell-filename-string, idlwave-shell-batch-command)
4748 (idlwave-shell-display-line):
4749 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4750 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4751 * progmodes/js.el (js--re-search-forward-inner)
4752 (js--re-search-backward-inner):
4753 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4754 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
4755 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
4756 * textmodes/flyspell.el (flyspell-process-localwords):
4757 * textmodes/ispell.el (ispell-buffer-local-parsing)
4758 (ispell-buffer-local-dict, ispell-buffer-local-words):
4759 Use point-at-bol and point-at-eol.
4760
26f097bf
GM
4761 * speedbar.el (speedbar-generic-item-info)
4762 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
4763 (speedbar-add-indicator, speedbar-check-vc-this-line)
4764 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
4765 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
4766 Replace more uses of end-of-line etc with line-end-position.
4767
b05fde66
GM
47682010-11-06 Glenn Morris <rgm@gnu.org>
4769
5ed619e0
GM
4770 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
4771 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
4772 (texinfo-delete-existing-pointers, texinfo-find-pointer)
4773 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
4774 (texinfo-multiple-files-update):
4775 * textmodes/table.el (table--probe-cell-left-up)
4776 (table--probe-cell-right-bottom):
4777 * textmodes/picture.el (picture-tab-search):
4778 * textmodes/page-ext.el (pages-copy-header-and-position)
4779 (pages-directory-for-addresses):
4780 * progmodes/vera-mode.el (vera-get-offset):
4781 * progmodes/simula.el (simula-calculate-indent):
4782 * progmodes/python.el (python-pdbtrack-overlay-arrow):
4783 * progmodes/prolog.el (end-of-prolog-clause):
4784 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
4785 * progmodes/icon.el (indent-icon-exp):
4786 * progmodes/etags.el (tag-re-match-p):
4787 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
4788 * progmodes/ebnf2ps.el (ebnf-begin-file):
4789 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
4790 (dcl-save-local-variable):
4791 * play/life.el (life-setup):
4792 * play/gametree.el (gametree-looking-at-ply):
4793 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4794 * mail/sendmail.el (mail-mode-auto-fill):
4795 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4796 * emacs-lisp/edebug.el (edebug-overlay-arrow):
4797 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
4798 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
4799 (woman-tab-to-tab-stop, WoMan-warn-ignored):
4800 * type-break.el (type-break-file-keystroke-count):
4801 * term.el (term-replace-by-expanded-history-before-point)
4802 (term-skip-prompt, term-extract-string):
4803 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
4804 (speedbar-contract-line, speedbar-toggle-line-expansion)
4805 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
4806 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
4807 * sort.el (sort-skip-fields):
4808 * skeleton.el (skeleton-internal-list):
4809 * simple.el (line-move-finish, line-move-to-column):
4810 * shell.el (shell-forward-command):
4811 * misc.el (copy-from-above-command):
4812 * makesum.el (double-column):
4813 * ebuff-menu.el (electric-buffer-update-highlight):
4814 * dired.el (dired-move-to-end-of-filename):
4815 * dframe.el (dframe-popup-kludge):
4816 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
4817 * arc-mode.el (archive-get-lineno):
4818 Use line-end-position and line-beginning-position.
4819
e2a9c0bc
GM
4820 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
4821 (idlwave-study-twins): Prefix dynamic local `class'.
4822 (idlwave-routine-twin-compare): Update for above name change.
4823
4e44448f
GM
4824 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
4825 Use boundp tests to silence compiler. Update for changed name of
4826 bytecomp-filename variable.
4827
8f6c3eac
GM
4828 * emulation/viper-cmd.el (viper-read-string-with-history):
4829 Prefix dynamic local `initial'.
4830 (viper-minibuffer-standard-hook): Update for above name change.
4831
79d1dabe
GM
4832 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
4833 (elint-init-form): Update for above name change.
4834
0e4bb7f0
GM
4835 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
4836 local variables `cbeg' and `cend' a prefix.
4837 (mail-extr-voodoo): Update for above name change.
4838
c8f3bf36
GM
4839 * textmodes/reftex-toc.el (reftex-toc-do-promote)
4840 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
4841 (reftex-toc-promote-action): Doc fix.
4842
4843 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
4844 `prompt', `data' a prefix.
4845 (reftex-select-post-command-hook, reftex-select-callback)
4846 (reftex-select-mouse-accept, reftex-select-read-cite):
4847 Update for above name changes.
4848
4849 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
4850 `refstyle' to reftex-refstyle.
4851 (reftex-offer-label-menu): Update for above name change.
4852 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
4853 `refstyle' name change.
4854
b05fde66
GM
4855 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
4856 with with-current-buffer.
4857 (diff, template): Give dynamic local variables a prefix.
4858 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
4859 (emerge-line-number-in-buf): Update for above name change.
4860 (emerge-combine-versions-internal): Rename local `template' to
4861 emerge-combine-template.
4862 (emerge-combine-versions-edit): Update for above name change.
4863
5d8f9169
RA
48642010-11-06 Ralf Angeli <angeli@caeruleus.net>
4865
4866 * textmodes/reftex-cite.el
4867 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
4868 entries with whitespace after \bibitem.
4869 (reftex-create-bibtex-file): Match entries containing numbers and
4870 symbol constituents. Make sure that entries with whitespace at
4871 various places are found.
4872
f8aefe82
MA
48732010-11-05 Christian Millour <cm@abtela.com> (tiny change)
4874
4875 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
4876
e06918d2
JD
48772010-11-05 Jan Djärv <jan.h.d@swipnet.se>
4878
4879 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
4880
17fc58c9
GM
48812010-11-05 Glenn Morris <rgm@gnu.org>
4882
f7fe4837
GM
4883 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
4884 (woman2-roff-buffer): Give local variable `request' a prefix.
4885 (woman0-macro): Rename argument `request' in the same way.
4886 (woman-request): New name for `request' dynamic variable.
4887 (woman-unquote, woman-forward-arg): Update for above name change.
4888 (woman1-roff-buffer): Give local variable `unquote' a prefix.
4889 (woman1-unquote): New name for `unquote' dynamic variable.
4890 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
4891 (woman-translations): Rename from `translations'. No longer global.
4892 (woman2-tr, woman-translate): Update for above name change.
4893 (woman-translate): Check for bound variable.
4894 (woman2-roff-buffer): Give local variable `translations' a prefix.
4895
869c4186
GM
4896 * play/doctor.el: Give all local variables a prefix. Update callers.
4897 (doc$, doctor-put-meaning): Use backquote.
4898
215461a8
GM
4899 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
4900 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
4901
17fc58c9
GM
4902 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
4903 variables bytes, ptr, op a prefix.
4904 (disassemble-offset): Update for above change.
4905
015eea59
CY
49062010-11-03 Chong Yidong <cyd@stupidchicken.com>
4907
4908 * emacs-lisp/package.el (package-unpack): Remove no-op.
4909 (package--builtins, package--dir): Doc fix.
4910 (package-activate-1, package-activate, package-install)
4911 (package-compute-transaction): Fix error message.
4912 (package-delete): Use delete-directory. Omit system packages.
4913 (package-initialize): Set package-alist to nil first.
4914 (package-menu-mark-delete, package-menu-mark-install): Don't add
4915 symbols that are inconsistent with the package state.
4916 (package-menu-execute): Perform deletions and installations as
4917 single batch operations.
4918
033862d1
GM
49192010-11-03 Glenn Morris <rgm@gnu.org>
4920
0b03a950
GM
4921 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
4922 (props): Remove unnecessary declaration.
4923
e337e22c
GM
4924 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
4925 set-process-query-on-exit-flag.
4926
a88e24dd 4927 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
728618ba
GM
4928 (reftex-toc-do-promote): Remove unused local `mpos'.
4929 (reftex-toc-restore-region): Make `mpos' local to this function.
a88e24dd 4930
537b04b9
GM
4931 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
4932
52365e61
GM
4933 * play/landmark.el (lm-losing-threshold): Correct spelling.
4934 (lm-human-plays): Use new name.
4935
cd32f8a9
GM
4936 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
4937 (gomoku-human-plays): Use new name.
4938
033862d1
GM
4939 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
4940 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
4941 (gomoku-score-trans-table, gomoku-winning-threshold)
4942 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
4943
4b99edf2
CY
49442010-11-03 Chong Yidong <cyd@stupidchicken.com>
4945
4946 * emacs-lisp/package.el: Don't put built-in packages in
4947 package-alist, to avoid loading inefficiencies.
4948 (package-built-in-p): Make VERSION optional, and treat it as a
4949 minimum acceptable version.
6a7662bb
BR
4950 (package-activate): Search separately for built-in packages.
4951 Emit a warning if a dependency fails.
4b99edf2
CY
4952 (define-package): Handle most common case, where there is no
4953 obsolete package, first.
4954 (package-compute-transaction): Print required version in error.
4955 (package--initialized): New variable.
4956 (list-packages): Use it.
4957 (package-initialize): Optional arg NO-ACTIVATE. Don't put
6a7662bb
BR
4958 built-in packages in packages-alist; keep it separate.
4959 Set package--initialized.
4b99edf2
CY
4960 (describe-package): Avoid activating packages as a side-effect.
4961 Search separately for built-in packages.
4962 (describe-package-1): Handle the case where an elpa package is
4963 simultaneously built-in and available/installed.
6a7662bb
BR
4964 (package-installed-p, package--generate-package-list):
4965 Search separately for built-in packages.
4b99edf2
CY
4966 (package-load-descriptor): Doc fix.
4967
3225dcaa
SM
49682010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4969
4970 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4971 Handle __DATA__ and __END__.
4972
fa14dc18
NF
49732010-11-02 Noah Friedman <friedman@splode.com>
4974
4975 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
4976 nil, do not ask to recompile files that are not already compiled,
4977 and do not recompile them.
4978
0f75c62a
CY
49792010-11-02 Chong Yidong <cyd@stupidchicken.com>
4980
4981 * emacs-lisp/package.el (package-initialize): Ensure that
4982 obsoleted built-in packages are not in package-activated-list
4983 during activation.
4984 (describe-package-1): Make the "installed" status override
4985 "built-in".
4986
b29f5b7b
VJL
49872010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4988
4989 * subr.el (version-separator, version-regexp-alist): Remove '*'
4990 from docstring.
4991 (version-list-<=, version<=, version=): Doc fix.
4992
b18fad6d
KH
49932010-11-01 Kenichi Handa <handa@m17n.org>
4994
4995 * faces.el (glyphless-char): Inherit underline for tty.
4996
a8039db1 49972010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
4998
4999 Implement various display methods for glyphless characters.
5000
5001 * international/characters.el (char-acronym-table): New variable.
5002 (glyphless-char-control): New variable.
35f52ed6 5003 (update-glyphless-char-display): New function.
b2cca856
KH
5004
5005 * faces.el (glyphless-char): New face.
5006
28886d5e
GM
50072010-11-01 Glenn Morris <rgm@gnu.org>
5008
919dd7aa
GM
5009 * calendar/holidays.el (general-holidays, oriental-holidays)
5010 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
5011 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
5012 the definitions of their targets.
5013
c79fc059
GM
5014 * emacs-lisp/smie.el (smie): New custom group.
5015 (smie-blink-matching-inners, smie-indent-basic): Add :group.
5016
c8ccffb1
GM
5017 * faces.el (xw-defined-colors, x-setup-function-keys):
5018 * mouse-sel.el (x-select-text):
5019 * term/w32console.el (x-setup-function-keys): Update declarations.
5020
f4ff702e
GM
5021 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
5022
806c491a
GM
5023 * textmodes/ispell.el (comment-add): Declare.
5024
c3dfebd1
GM
5025 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
5026 Declare.
5027
28886d5e
GM
5028 * info.el (finder-keywords-hash, package-alist): Declare.
5029
693c9d15
CY
50302010-11-01 Chong Yidong <cyd@stupidchicken.com>
5031
5032 * finder.el (finder-compile-keywords): Don't use intern-soft,
5033 since package names may not yet exist in the obarray.
5034
50352010-11-01 Chong Yidong <cyd@stupidchicken.com>
4624de78
CY
5036
5037 * vc/vc-arch.el (vc-arch-checkin):
5038 * vc/vc-cvs.el (vc-cvs-checkin):
5039 * vc/vc-mtn.el (vc-mtn-checkin):
5040 * vc/vc-rcs.el (vc-rcs-checkin):
5041 * vc/vc-sccs.el (vc-sccs-checkin):
5042 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
5043 since 2010-04-21 commit by Stefan Monnier.
5044
36967cf7
GM
50452010-11-01 Glenn Morris <rgm@gnu.org>
5046
feb5e60a
GM
5047 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
5048
1f023ca9
GM
5049 * startup.el (package-enable-at-startup, package-initialize):
5050 Silence compiler.
5051
36967cf7
GM
5052 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
5053 Silence compiler.
5054
430e7297
JD
50552010-10-31 Julien Danjou <julien@danjou.info>
5056
5057 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
5058 (byte-recompile-directory):
5059 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
430e7297
JD
5060 Use `byte-recompile-file'.
5061
c8c59954
GM
50622010-10-31 Glenn Morris <rgm@gnu.org>
5063
5064 * cus-start.el: Handle standard values via a keyword.
5065 Only set version property if specified.
5066 (cursor-in-non-selected-windows, menu-bar-mode)
5067 (tool-bar-mode, show-trailing-whitespace):
5068 Do not specify standard values.
5069 (transient-mark-mode, temporary-file-directory): Use :standard.
5070
04e63796
JD
50712010-10-31 Jan Djärv <jan.h.d@swipnet.se>
5072
5073 * term/x-win.el (x-get-selection-value): New function that gets
35f52ed6 5074 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
04e63796 5075
2699a554 50762010-10-31 Michael Albinus <michael.albinus@gmx.de>
a057950d
MA
5077
5078 * net/tramp.el (tramp-handle-insert-file-contents): For root,
5079 preserve owner and group when editing files. (Bug#7289)
5080
35fcc05c 50812010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
5082
5083 * speedbar.el (speedbar-mode):
5084 * play/fortune.el (fortune-in-buffer, fortune):
5085 * play/gomoku.el (gomoku-mode):
5086 * play/landmark.el (lm-mode):
5087 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5088 Replace inappropriate uses of toggle-read-only. (Bug#7292)
5089
82f7efc3
GM
5090 * select.el (x-selection): Mark it as an obsolete alias.
5091
2699a554 50922010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
ca39416c 5093
f486841f 5094 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
ca39416c
AH
5095 major-mode (bug#7284).
5096
2699a554 50972010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
5098
5099 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
5100 rather than just an unused variable that inherits from the real one.
5101
e6ef5dd9
AM
51022010-10-31 Alan Mackenzie <acm@muc.de>
5103
5104 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
5105 This fixes bug #7185.
5106
8a500a91
CY
51072010-10-30 Chong Yidong <cyd@stupidchicken.com>
5108
5109 * startup.el (command-line): Search for package directories, and
5110 don't load package.el if none are found.
5111
6a7662bb
BR
5112 * emacs-lisp/package.el (describe-package, list-packages):
5113 Call package-initialize if it has not been called yet.
8a500a91 5114
4f9e41e4
AM
51152010-10-30 Alan Mackenzie <acm@muc.de>
5116
5117 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
5118 which fontifies the tail of an enum.
5119 (c-basic-matchers-after): Insert a call to the above new function.
5120 This fixes bug #7264.
5121
88f43c67
GM
51222010-10-30 Glenn Morris <rgm@gnu.org>
5123
5124 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
5125 tool-bar-mode, transient-mark-mode. (Bug#7306)
5126 Include the :set property in the dumped Emacs.
5127
c4d17d50
SM
51282010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5129
5130 SMIE: change indent rules format, improve smie-setup.
5131 * emacs-lisp/smie.el (smie-precs-precedence-table)
5132 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
5133 Mark them pure so the tables gets built at compile time.
5134 (smie-bnf-precedence-table): Store the closer-alist in the table.
5135 (smie-prec2-levels): Preserve the closer-alist.
5136 (smie-blink-matching-open): Be more forgiving in case of indentation.
5137 (smie-hanging-p): Rename from smie-indent--hanging-p.
5138 (smie-bolp): Rename from smie-indent--bolp.
5139 (smie--parent, smie--after): New dynamic vars.
5140 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
5141 (smie-indent-rules): Remove.
5142 (smie-indent--offset-rule): Remove fun.
5143 (smie-rules-function): New var.
5144 (smie-indent--rule): New fun.
5145 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
5146 (smie-indent-exps): Use it.
5147 (smie-setup): Setup paren blinking; add keyword args for token
5148 functions; extract closer-alist from op-levels.
5149 (smie-indent-debug-log): Remove var.
5150 (smie-indent-debug): Remove fun.
5151 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
5152 (prolog-smie-rules): New fun to replace it.
5153 (prolog-mode-variables): Simplify.
5154 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
5155 it's setup automatically.
5156 (octave-smie-indent-rules): Remove.
5157 (octave-smie-rules): New fun to replace it.
5158 (octave-mode): Simplify.
5159
9d794026
GM
51602010-10-29 Glenn Morris <rgm@gnu.org>
5161
e088c02a
GM
5162 * files.el (temporary-file-directory): Remove (already defined in C).
5163 * cus-start.el: Add temporary-file-directory.
5164
9d794026
GM
5165 * abbrev.el (abbrev-mode):
5166 * composite.el (auto-composition-mode):
5167 * menu-bar.el (menu-bar-mode):
5168 * simple.el (transient-mark-mode):
5169 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
5170 that they do not define the associated variables twice.
5171 * simple.el (transient-mark-mode): Remove defvar.
5172 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
5173 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
5174 Handle multiple groups, and also custom-delayed-init-variables.
5175 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5176
dcc029e0
SM
51772010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5178
5179 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
5180 (pcase-if): Add one minor optimization.
5181 (pcase-split-equal): Rename from pcase-split-eq.
5182 (pcase-split-member): Rename from pcase-split-memq.
5183 (pcase-u1): Add strings to the member optimization.
5184 Add `guard' variant of predicates.
5185 (pcase-q1): Add string patterns.
5186
a62b88d4
SM
51872010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5188
5189 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
5190
f41f19b0
GM
51912010-10-28 Glenn Morris <rgm@gnu.org>
5192
b3edb781
GM
5193 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5194 Move menu-bar related settings to ../menu-bar.el.
5195 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5196 Move ns-specific settings here from term/ns-win.el.
5197
f41f19b0
GM
5198 * simple.el (x-selection-owner-p): Remove unused declaration.
5199
6175cd08
SM
52002010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5201
5202 * minibuffer.el (completion-cycling): New var (bug#7266).
5203 (minibuffer-complete, completion--do-completion):
5204 Use completion--flush-all-sorted-completions.
5205 (minibuffer-complete): Only cycle if completion-cycling is set.
5206 (completion--flush-all-sorted-completions): Unset completion-cycling.
5207 (minibuffer-force-complete): Set completion-cycling.
5208 (completion-all-sorted-completions): Move declaration before first use.
5209
19677c71
LL
52102010-10-28 Leo <sdl.web@gmail.com>
5211
5212 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
5213 which changes the order of matches seen by users (bug#7231).
5214
52152010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
77b143eb
JBK
5216
5217 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5218 Don't confuse -omega as "-o mega".
5219
2122161f
SM
52202010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5221
ce8794df
SM
5222 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
5223 (log-edit-author): New dynamic var.
5224 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
5225 to return the author if different from committer.
5226 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
5227
80cb310d
SM
5228 * play/landmark.el: Adjust commenting convention.
5229 (lm-nil-score): Rename from nil-score.
5230 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
5231 (OOOOscore): Move into a let in lm-score-trans-table.
5232 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
5233
2122161f
SM
5234 * electric.el (electric-indent-chars): Autoload.
5235 * progmodes/octave-mod.el (octave-mode):
5236 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
5237 (ruby-mode-abbrev-table): Merge initialization and declaration.
5238
e925113b
GM
52392010-10-27 Glenn Morris <rgm@gnu.org>
5240
208d109c
GM
5241 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5242 variable.
5243
7d3e3843
GM
5244 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5245
e925113b
GM
5246 * term/ns-win.el: Restore require of cl when compiling.
5247 (menu-bar-final-items): Remove non-existent `windows' menu.
1bcc4637
GM
5248 (ns-handle-nxopen): Optionally handle the temp-case.
5249 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5250 (ns-insert-file, ns-find-file): Use `pop'.
e925113b 5251
b94a5a43
GM
52522010-10-26 Glenn Morris <rgm@gnu.org>
5253
5254 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5255
fc3eda04
AR
52562010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5257
5258 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5259 global map.
5260 * term/common-win.el (x-setup-function-keys): Remove most of the
5261 keymappings. Comment on the remaining ones.
5262
c79b0b1c
PO
52632010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5264
c31dc2c0 5265 * server.el (server-port): New option. (Bug#854)
c79b0b1c
PO
5266 (server-start): Use server-port.
5267
725513b7
GM
52682010-10-26 Glenn Morris <rgm@gnu.org>
5269
d7d8c62a
GM
5270 * term/ns-win.el (ns-version-string): Remove unused declaration.
5271 (ns-invocation-args): Change to x-invocation-args.
5272 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5273 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5274 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5275 Use x-invocation-args instead of ns-invocation-args.
5276 (ns-initialize-window-system, handle-args-function-alist):
5277 Use x-handle-args instead of ns-handle-args.
5278 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5279 * startup.el (command-line-ns-option-alist): Replace
5280 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5281 ns-handle-iconic with the x- equivalents.
5282
725513b7
GM
5283 * term/common-win.el (x-select-enable-clipboard):
5284 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5285
5286 * term/ns-win.el: No need to require cl when compiling.
5287 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5288 (xw-defined-colors): Use the common-win definitions.
5289 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5290 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5291 * term/common-win.el (x-select-text, x-alternatives-map)
5292 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5293 * loadup.el [ns]: Load common-win.
5294
77ec02d8
DU
52952010-10-26 Daiki Ueno <ueno@unixuser.org>
5296
5297 * epa-mail.el (epa-mail-encrypt): Handle local-part only
6ee79275 5298 recipients; expand mail aliases (Bug#7280).
77ec02d8 5299
6a5c2175
GM
53002010-10-25 Glenn Morris <rgm@gnu.org>
5301
59ba9d59
GM
5302 * term/common-win.el (x-handle-switch): Simplify with pop.
5303 Optionally handle numeric switches.
5304 (x-handle-numeric-switch): Just call x-handle-switch.
5305 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5306 (x-handle-name-switch, x-handle-display, x-handle-args):
5307 Simplify with pop.
5308
6a5c2175
GM
5309 * term/ns-win.el: Do not require easymenu.
5310 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5311 <spell>: Move adjustments to menu-bar.el.
5312 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5313 <separator-undo, spell>: Move ns-win's adjustments here.
5314 * loadup.el [ns]: Do not load easymenu.
5315
01898dc2
CY
53162010-10-24 Chong Yidong <cyd@stupidchicken.com>
5317
5318 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6a5c2175 5319 Delete (Bug#7222).
01898dc2
CY
5320
5321 * startup.el (fancy-startup-tail): Instead of using inline images,
5322 refer to image files from etc/.
5323
5324 * wid-edit.el (checkbox): Likewise.
5325 (widget-image-find): Center image specs.
5326
a44d921f
GM
53272010-10-24 Glenn Morris <rgm@gnu.org>
5328
5329 * term/ns-win.el (x-select-text): Doc fix.
5330 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5331 (x-select-text): Move to term/common-win.
5332 * term/w32-win.el (xw-defined-colors): Move to common-win.
5333 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5334 (x-setup-function-keys, x-select-text): Move to common-win.
5335 * term/common-win.el (x-select-text, x-alternatives-map)
5336 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5337 definitions here.
5338
709228c0 53392010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
a11de514
R
5340
5341 * net/mairix.el (mairix-searches-mode-map):
5342 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5343
0c382083 53442010-10-24 Michael McNamara <mac@mail.brushroad.com>
a03c2342 5345
2b0c7330 5346 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
a03c2342
WS
5347 auto-built for efficiency of execution and updating.
5348 (verilog-extended-complete-re): Support 'pure' fucntion & task
5349 declarations (these have no bodies).
ca39416c
AH
5350 (verilog-beg-of-statement): General cleanup to enable support of
5351 'pure' fucntion & task declarations (these have no bodies).
5352 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
5353 noticed by Steve Pearlmutter.
5354 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
5355 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5356 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
5357 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5358 attribute handling for lining up declarations and assignments.
5359 (verilog-beg-of-statement-1): Fix issue where continued declaration
5360 is indented differently if it is after a begin..end clock.
5361 (verilog-in-attribute-p, verilog-skip-backward-comments)
5362 (verilog-skip-forward-comment-p): Support proper treatment of
84eb0351 5363 attributes by indent code. Reported by Jeff Steele.
ca39416c 5364 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
5365 (verilog-backward-up-list, verilog-in-struct-region-p)
5366 (verilog-backward-token, verilog-in-struct-p)
5367 (verilog-in-coverage-p, verilog-do-indent)
5368 (verilog-pretty-declarations): Use verilog-backward-up-list as
5369 wrapper around backward-up-list inorder to properly skip comments.
5370 Reported by David Rogoff.
5371 (verilog-property-re, verilog-endcomment-reason-re)
5372 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5373 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
84eb0351 5374 of if). Reported by Max Bjurling and
a03c2342 5375 (verilog-calc-1): Fix for clocking block in modport
84eb0351 5376 declaration. Reported by Brian Hunter.
a03c2342 5377
0c382083 53782010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
a03c2342 5379
2b0c7330 5380 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
a03c2342
WS
5381 (verilog-gate-keywords, verilog-read-sub-decls)
5382 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5383 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5384 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5385 (verilog-read-decls): Fix spaces in V2K module parameters causing
5386 mis-identification as interfaces, bug287.
5387 (verilog-read-decls): Fix not treating "parameter string" as a
5388 parameter in AUTOINSTPARAM.
5389 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5390 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 5391 (verilog-do-indent): Implement correct automatic or static task or
b762841f 5392 function end comment highlight. Reported by Steve Pearlmutter.
a03c2342
WS
5393 (verilog-font-lock-keywords-2): Fix highlighting of single
5394 character pins, bug264. Reported by Michael Laajanen.
5395 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5396 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
6a7662bb
BR
5397 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5398 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
5399 (verilog-pretty-expr): Fix interactive arguments, bug272.
5400 Reported by Mark Johnson.
5401 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5402 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
b762841f 5403 bug269. Suggested by Gary Delp.
a03c2342 5404 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
5405 (verilog-preprocessor, verilog-set-compile-command):
5406 Create verilog-preprocess and verilog-preprocessor to show
5407 preprocessed output.
a03c2342
WS
5408 (verilog-get-beg-of-line, verilog-get-end-of-line)
5409 (verilog-modi-file-or-buffer, verilog-modi-name)
5410 (verilog-modi-point, verilog-within-string): Move defmacro's
b762841f 5411 before first use to avoid warning. Reported by Steve Pearlmutter.
a03c2342
WS
5412 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5413 (verilog-colorize-region, verilog-highlight-buffer)
5414 (verilog-highlight-includes, verilog-highlight-modules)
5415 (verilog-highlight-region, verilog-mode): Rename colorize to
5416 highlight to match other packages. Disable module highlighting,
5417 as received speed complaints, reenable for experimentation only
5418 using new verilog-highlight-modules.
5419 (verilog-read-decls): Fix regexp stack overflow in very large
5420 AUTO_TEMPLATEs, bug250.
5421 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5422 (verilog-scan): Create verilog-save-buffer-state to standardize
5423 making insignificant changes that shouldn't call hooks.
5424 (verilog-save-no-change-functions, verilog-save-scan-cache)
5425 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5426 Create verilog-save-no-change-functions to wrap verilog-scan
5427 preservation, and fix to work with nested preserved calls.
5428 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5429 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5430 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5431 (verilog-submit-bug-report): Update variable list to be complete.
5432 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5433 breaking on-the-fly font-locking.
5434 (verilog-colorize-buffer, verilog-colorize-include-files)
5435 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5436 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5437 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5438 AUTOINST cell instance name, middle mouse button now finds-file on
5439 it. Suggested by Brad Dobbie.
5440 (verilog-alw-get-temps, verilog-auto-reset)
5441 (verilog-auto-sense-sigs, verilog-read-always-signals)
5442 (verilog-read-always-signals-recurse): Fix loop indexes being
b762841f 5443 AUTORESET. AUTORESET now assumes any variables in the
6a7662bb
BR
5444 initialization section of a for() should be ignored.
5445 Reported by Dan Dever.
a03c2342
WS
5446 (verilog-error-font-lock-keywords)
5447 (verilog-error-regexp-emacs-alist)
5448 (verilog-error-regexp-xemacs-alist): Fix error detection of
5449 Cadence HAL, reported by David Asher. Repair drift between the
5450 three similar error variables.
5451 (verilog-modi-lookup, verilog-modi-lookup-cache)
5452 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5453 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5454 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
5455 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5456 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
5457 "{1*2{...". Broke in last revision.
5458 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5459 submodule connections with replications "{#{a},#{b}}".
5460
0c382083
CY
54612010-10-24 Juanma Barranquero <lekktu@gmail.com>
5462
5463 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5464 Fix typo in docstring.
5465
54662010-10-24 Kenichi Handa <handa@m17n.org>
5467
5468 * face-remap.el (text-scale-adjust): Call read-event with a proper
5469 prompt.
5470
54712010-10-24 Chong Yidong <cyd@stupidchicken.com>
5472
5473 * emacs-lisp/unsafep.el: Don't mark functions that display
5474 messages as safe. Suggested by Johan Bockgård.
5475
54762010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5477
5478 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5479 Turn comments into docstrings.
5480
5481 * minibuffer.el (completion--replace): Move point where it belongs
5482 when there's a common suffix (bug#7215).
5483
9317e499
CY
54842010-10-24 Chong Yidong <cyd@stupidchicken.com>
5485
5486 Merge read-color and facemenu-read-color (Bug#7242).
5487
5488 * faces.el (read-color): Use the completion code from
5489 facemenu-read-color. Require match in completion. Doc fix.
5490
5491 * facemenu.el (facemenu-read-color): Alias for read-color.
6a7662bb
BR
5492 (facemenu-set-foreground, facemenu-set-background):
5493 Use read-color.
9317e499
CY
5494
5495 * frame.el (set-background-color, set-foreground-color)
6a7662bb
BR
5496 (set-cursor-color, set-mouse-color, set-border-color):
5497 Use read-color.
9317e499 5498
a44d921f 54992010-10-24 Leo <sdl.web@gmail.com>
59dd6f73
LL
5500
5501 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5502 argument of delete-file and delete-directory (Bug#7011).
5503
43207249
CY
55042010-10-24 Chong Yidong <cyd@stupidchicken.com>
5505
5506 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5507 button-buffer-map.
5508
484db896 55092010-10-24 Ralf Angeli <angeli@caeruleus.net>
f34e6aaa
CY
5510
5511 * emacs-lisp/package.el (package--generate-package-list): Make the
5512 *Packages* buffer read-only.
5513
10f5e3e6
AM
55142010-10-24 Alan Mackenzie <acm@muc.de>
5515
5516 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5517 result of `c-beginning-of-decl-1' between invocations of a lambda
5518 function (Bug #7265).
5519
3ec6ca72
DU
55202010-10-24 Daiki Ueno <ueno@unixuser.org>
5521
5522 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5523 executable is not available on the system (Bug#7268).
5524
ec514007
GM
55252010-10-24 Glenn Morris <rgm@gnu.org>
5526
f5f25615
GM
5527 * select.el (selection-coding-system, next-selection-coding-system):
5528 Sync doc with C versions.
3646b86d 5529
8aa0f263
GM
5530 * w32-vars.el (x-select-enable-clipboard):
5531 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5532 * term/common-win.el (x-select-enable-clipboard): Move here.
5533
46710489
GM
5534 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5535 definition of C variable.
5536
ec514007
GM
5537 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5538 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5539 Don't redefine things that are defined in C.
5540 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5541 (show-trailing-whitespace, auto-hscroll-mode)
5542 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5543 Set up the appropriate custom properties.
5544
8a79905d
CY
55452010-10-24 Chong Yidong <cyd@stupidchicken.com>
5546
5547 Bind "C-c ]" to ...
5548 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5549 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5550 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5551 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5552
aa02a29f
GM
55532010-10-23 Glenn Morris <rgm@gnu.org>
5554
7dfc15df
GM
5555 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5556 say what it was.
5557
66c6abf0
GM
5558 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5559 Sync docs with C version.
f3d87560 5560
3193e969
GM
5561 * term/ns-win.el (xw-defined-colors):
5562 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5563
6f748f70
GM
5564 * term/pc-win.el (x-select-enable-clipboard):
5565 * term/x-win.el (x-select-enable-clipboard):
5566 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5567
7aa93795
GM
5568 * comint.el (comint-password-prompt-regexp): Make it less vague.
5569 Bump version.
5570
17284e30
GM
5571 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5572
aa02a29f
GM
5573 * help.el (finder-by-keyword): Remove unnecessary autoload.
5574
69b55131
GM
55752010-10-22 Glenn Morris <rgm@gnu.org>
5576
9a0dd02d
GM
5577 * loadup.el: Unconditionally load float-sup.
5578 * paren.el (show-paren-delay):
5579 * emacs-lisp/float-sup.el:
5580 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5581 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5582 (lazy-lock-stealth-verbose): Assume float support.
5583 * ps-print.el: Assume float support on Emacs.
5584 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5585 Remove non-float branch.
5586
69b55131
GM
5587 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5588 src/Makefile no longer being pre-processed.
5589
7c23d9e8
SM
55902010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5591
5592 * emacs-lisp/find-func.el (find-library): Use test-completion.
5593
23737b4a
LMI
55942010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5595
7c23d9e8 5596 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 5597
6e060cee 55982010-10-21 Michael Albinus <michael.albinus@gmx.de>
01d884cf
MA
5599
5600 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5601 space in stat format string.
5602 (tramp-send-command): Unset $PS1 when using here documents, in
5603 order not to get several prompts.
5604 (tramp-get-inline-coding): Return `nil' in case of errors.
5605
08ffb131
DU
56062010-10-21 Daiki Ueno <ueno@unixuser.org>
5607
7c23d9e8
SM
5608 * hexl.el (hexl-mode, hexl-mode-exit):
5609 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
5610 (hexl-revert-buffer-function): New function.
5611 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5612
ba7fdf30
AM
56132010-10-19 Alan Mackenzie <acm@muc.de>
5614
7c23d9e8
SM
5615 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5616 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
5617 that these keywords aren't wrongly matched as identifiers.
5618
ba7fdf30
AM
5619 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5620 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 5621 c-after-change. (Bug#7181)
ba7fdf30 5622
7fd8732d
CY
56232010-10-19 Chong Yidong <cyd@stupidchicken.com>
5624
5625 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5626 Don't mark as safe.
5627
5628 * custom.el (custom-theme-set-variables): Likewise.
5629 (load-theme): Add custom-theme-set-faces and
5630 custom-theme-set-variables to safe-functions while loading.
5631 (custom-enabled-themes): Mark as risky.
5632
3f12b18c
JD
56332010-10-18 Julien Danjou <julien@danjou.info>
5634
5635 * bindings.el: Remove end dashes in default mode-line-format.
5636
b8a47412
CY
56372010-10-19 Chong Yidong <cyd@stupidchicken.com>
5638
5639 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5640 to delete-forward-char.
5641
5642 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5643 deletechar, and hence delete-forward-char.
5644
ca3fa302
JB
56452010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5646
5647 * repeat.el (repeat): Use read-key (bug#6256).
5648
56492010-10-19 Chong Yidong <cyd@stupidchicken.com>
5650
5651 * emacs-lisp/unsafep.el: Don't mark functions that display
5652 messages as safe. Suggested by Johan Bockgård.
5653
56542010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5655
5656 * minibuffer.el (completion--replace): Move point where it belongs
5657 when there's a common suffix (bug#7215).
5658
56592010-10-19 Kenichi Handa <handa@m17n.org>
5660
5661 * international/characters.el: Add category '|' (word breakable)
5662 to fullwidth characters.
5663
3224b54d
MA
56642010-10-19 Michael Albinus <michael.albinus@gmx.de>
5665
5666 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5667 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5668 order to make stat results a float. Patch by Andreas Schwab
5669 <schwab@linux-m68k.org>.
5670
36ba6f07
JD
56712010-10-18 Julien Danjou <julien@danjou.info>
5672
5673 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5674 hidden by `make-pointer-invisible'.
5675
43f964fc
SM
56762010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5677
5678 * files.el (locate-file-completion-table): Strip non-matching elements
5679 before checking length of list (bug#7238).
5680
e48eb343
CY
56812010-10-18 Chong Yidong <cyd@stupidchicken.com>
5682
5683 * custom.el (custom-theme-set-variables): Mark as a safe function.
5684 (load-theme): Check forms using unsafep.
5685
5686 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5687
df987d70
AM
56882010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5689
43f964fc
SM
5690 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5691 Fix aspell data file searching (bug#7230).
df987d70 5692
29a4c45b
CY
56932010-10-16 Chong Yidong <cyd@stupidchicken.com>
5694
5695 * cus-theme.el (custom-theme--migrate-settings): New var.
5696 (customize-create-theme): Allow editing the `user' theme.
5697 (custom-theme-add-variable, custom-theme-add-var-1)
5698 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5699 to the front of each variable or face widget.
5700 (custom-theme-write): Save theme settings in the correct order.
5701 Optionally, remove saved settings from user customizations.
43f964fc
SM
5702 (custom-theme-write-variables, custom-theme-write-faces):
5703 Save only the checked widgets.
29a4c45b
CY
5704 (customize-themes): Add a link for migrating custom settings.
5705
43f964fc
SM
5706 * custom.el (custom-declare-theme, provide-theme):
5707 Use custom-theme-name-valid-p.
29a4c45b
CY
5708 (custom-theme-name-valid-p): Remove checks that are now
5709 unnecessary since themes no longer obey load-path.
5710
5711 * cus-edit.el (custom-variable-value-create): For the simple
5712 style, hide documentation string when hidden.
5713
782b5e8d
CY
57142010-10-16 Chong Yidong <cyd@stupidchicken.com>
5715
647bc502
CY
5716 * cus-edit.el (custom-variable, custom-face): Combine the
5717 :inhibit-magic and :display-style properties into a single
5718 :custom-style property.
43f964fc
SM
5719 (custom-toggle-hide-variable, custom-toggle-hide-face):
5720 New functions. If hiding an edited value, save it to :shown-value.
5721 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
5722 (custom-magic-reset): Allow magic property to be unset.
5723
782b5e8d
CY
5724 * custom.el: Custom themes no longer use load-path.
5725 (custom-theme-load-path): New option. Change built-in theme
5726 directory to etc/.
5727 (custom-enabled-themes): Add custom-theme-load-path dependency.
5728 (custom-theme--load-path): New function.
5729 (load-theme, custom-available-themes): Use it.
5730
5731 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5732 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
5733 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5734 :custom-style property.
782b5e8d
CY
5735
5736 * themes/*.el: Moved to etc/.
5737
99f65cfa
RA
57382010-10-16 Ralf Angeli <angeli@caeruleus.net>
5739
5740 * textmodes/reftex-cite.el
5741 (reftex-extract-bib-entries-from-thebibliography): Do not move
5742 point when searching for \bibitem entries. Match entries with
5743 spaces or tabs in front of arguments.
5744
da16abfc
CY
57452010-10-16 Chong Yidong <cyd@stupidchicken.com>
5746
5747 * cus-theme.el (customize-create-theme): Delete overlays after
5748 erasing. If given a THEME arg, display only the faces of that arg
5749 instead of custom-theme--listed-faces.
5750 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 5751 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
5752 (custom-theme-add-variable, custom-theme-add-face): Apply value
5753 from the theme settings, instead of the current value.
5754 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
5755 (custom-theme-visit-theme): Allow calling outside theme buffers.
5756 (custom-theme-merge-theme): Don't enable the theme when merging.
5757 (custom-theme-write-variables, custom-theme-write-faces): Use the
5758 :shown-value properties to save buffer values, not global ones.
5759 (customize-themes): Display a warning about user customizations.
5760
5761 * cus-edit.el (custom-variable-value-create)
5762 (custom-face-value-create): Obey new special properties
5763 :shown-value and :inhibit-magic.
5764
aa095b2d
MA
57652010-10-15 Michael Albinus <michael.albinus@gmx.de>
5766
5767 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
5768 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
5769 <dale@codefu.org>.
aa095b2d 5770
7ca9cfda
KH
57712010-10-14 Kenichi Handa <handa@m17n.org>
5772
9650fc61
KH
5773 * mail/rmail.el (rmail-show-message-1): Catch an error of
5774 base64-decode-region and just show an error message (bug#7165).
5775
43f964fc 5776 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
5777 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
5778 a font-spec (bug#7197).
5779
220d91b8 57802010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
5781
5782 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
5783
220d91b8 57842010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 5785
c0943d3d
JB
5786 * international/mule.el (define-coding-system):
5787 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
5788 * composite.el (compose-region): Fix typo in docstring.
5789
4983ddea
CY
57902010-10-14 Chong Yidong <cyd@stupidchicken.com>
5791
de43f11b
CY
5792 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
5793 only after checking the theme-face property.
5794
4983ddea
CY
5795 * faces.el (face-spec-reset-face): Reset all attributes in one
5796 single call to set-face-attribute.
5797 (face-spec-match-p): Make it a defsubst.
5798 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
5799 (x-create-frame-with-faces, tty-create-frame-with-faces)
5800 (tty-set-up-initial-frame-faces): Don't recompute face specs in
5801 frame-set-background-mode, since they are recomputed immediately
5802 afterwards in face-set-after-frame-default.
5803 (face-set-after-frame-default): Minor optimization.
5804 (cursor): Provide non-trivial defface spec.
5805
5806 * custom.el (custom-theme-recalc-face): Simplify.
5807
a974dcf2
JB
58082010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
5809
43f964fc 5810 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
5811 (math-is-polynomial, math-is-poly-rec): Replace `var'
5812 with `math-var'.
5813
43f964fc 5814 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
5815 (calcFunc-table, math-scan-for-limits): Replace `var'
5816 with `math-var'.
5817
10e4702a
GM
58182010-10-13 Glenn Morris <rgm@gnu.org>
5819
5820 * subr.el (last): Deal with dotted lists (reported in bug#7174).
5821
88f427d5
SB
58222010-10-13 Stephen Berman <stephen.berman@gmx.net>
5823
5824 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
5825
a1d16a7b
G
58262010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5827
5828 * net/tls.el (tls-program): Remove spurious %s from openssl.
5829 (tls-starttls-switches): Remove starttls hack.
5830 (open-tls-stream): Ditto.
5831 (tls-find-starttls-argument): Ditto.
5832
2e288d54
JB
58332010-10-13 Juanma Barranquero <lekktu@gmail.com>
5834
5835 * image.el (image-library-alist): Declare as obsolete alias.
5836 (image-type-available-p): Use `dynamic-library-alist'.
5837
5838 * term/w32-win.el (dynamic-library-alist):
5839 Use instead of `image-library-alist'.
5840
35744400
IS
58412010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
5842
5843 * subr.el (last): Make it faster. (Bug#7174)
5844
290fe464
RO
58452010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
5846
5847 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
5848
2919746c
CY
58492010-10-12 Chong Yidong <cyd@stupidchicken.com>
5850
5851 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
5852 (describe-theme-1): Extract doc from unloaded themes.
5853
5854 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
5855
5856 * themes/tango-theme.el:
5857 * themes/tango-dark-theme.el:
5858 * themes/wheatgrass-theme.el: New files.
5859
6b09b5d1
CY
58602010-10-12 Chong Yidong <cyd@stupidchicken.com>
5861
5862 * cus-theme.el (describe-theme, customize-themes)
5863 (custom-theme-save): New commands.
5864 (custom-new-theme-mode-map): Bind C-x C-s.
5865 (custom-new-theme-mode): Use custom--initialize-widget-variables.
5866 (customize-create-theme): New optional arg THEME.
5867 (custom-theme-revert): Use it.
5868 (custom-theme-visit-theme): Remove dead code.
5869 (custom-theme-merge-theme): Use custom-available-themes.
5870 (custom-theme-write): Make interactive.
5871 (custom-theme-write): Use custom-theme-name-valid-p.
5872 (describe-theme-1, custom-theme-choose-revert)
5873 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
5874 New funs.
5875 (custom-theme-allow-multiple-selections): New option.
5876 (custom-theme-choose-mode): New major mode.
5877
43f964fc
SM
5878 * custom.el (custom-theme-set-variables): Remove dead code.
5879 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
5880 (custom--inhibit-theme-enable): New var.
5881 (provide-theme): Obey it.
5882 (load-theme): Replace load with manual read/eval, in order to
5883 check for correctness. Use custom-theme-name-valid-p.
5884 (custom-theme-name-valid-p): New function.
5885 (custom-available-themes): Use it.
5886
5887 * cus-edit.el (custom--initialize-widget-variables): New function.
5888 (Custom-mode): Use it.
5889
43f964fc
SM
5890 * cus-face.el (custom-theme-set-faces): Remove dead code.
5891 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
5892
5893 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
5894
16366259
JB
58952010-10-12 Juanma Barranquero <lekktu@gmail.com>
5896
cb7d821e 5897 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 5898
4c14013d 58992010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 5900
4c14013d
JB
5901 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
5902 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
5903 (mac-right-option-modifier): New alias for ns-right-option-modifier.
5904
5905 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 5906
4c14013d 59072010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
5908
5909 * emacs-lisp/lisp.el (lisp-completion-at-point):
5910 Use emacs-lisp-mode-syntax-table for the whole function.
5911
4c14013d 59122010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
5913
5914 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
5915 instead of font-lock-mode before adding keywords.
5916 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
5917 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
5918 non-nil; removed hook inhibit hack.
5919
4c14013d 59202010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 5921
d15f9a2b
GM
5922 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
5923 (load-path-shadows-find): ... to this.
5924 (list-load-path-shadows): Update for above change.
5925
c7d6d8a1
GM
5926 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
5927
f0b7f5a8
KY
59282010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5929
5930 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
5931 Fix comment for declare-function.
5932
05d22d02
CY
59332010-10-11 Chong Yidong <cyd@stupidchicken.com>
5934
5935 * custom.el (custom-fix-face-spec): New function; code moved from
5936 custom-face-edit-fix-value.
5937 (custom-push-theme): Use it when checking if a face has been
5938 changed outside customize.
5939 (custom-available-themes): New function.
5940 (load-theme): Use it.
5941
43f964fc 5942 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
5943
5944 * custom.el (custom-push-theme): Cleanup (use cond).
5945 (disable-theme): Recompute the saved-face property.
5946 (custom-theme-recalc-face): Follow face alias before setting prop.
5947
43f964fc
SM
5948 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5949 New variables, containing checkbox images.
05d22d02
CY
5950
5951 * startup.el (fancy-startup-tail):
5952 * wid-edit.el (checkbox): Use them.
5953
293e7c22
DN
59542010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5955
a0310a6c
DN
5956 * shell.el (shell-mode-map):
5957 * progmodes/modula2.el (m2-mode-map):
5958 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
5959 * play/mpuz.el (mpuz-mode-map):
5960 * play/landmark.el (lm-mode-map):
5961 * play/decipher.el (decipher-mode-map):
5962 * play/5x5.el (5x5-mode-map):
5963 * net/telnet.el (telnet-mode-map):
5964 * net/quickurl.el (quickurl-list-mode-map):
5965 * net/mairix.el (mairix-searches-mode-map):
5966 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
5967 * net/dig.el (dig-mode-map):
5968 * mail/mspools.el (mspools-mode-map):
5969 * hexl.el (hexl-mode-map):
5970 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
5971 (wordstar-C-o-map, wordstar-C-q-map):
5972 * emacs-lisp/edebug.el (edebug-eval-mode-map):
5973 * emacs-lisp/chart.el (chart-map):
5974 * edmacro.el (edmacro-mode-map):
5975 * erc/erc-list.el (erc-list-menu-mode-map):
5976 * array.el (array-mode-map): Declare and define in one step.
5977
293e7c22
DN
5978 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
5979
446b12da
DU
59802010-10-10 Daiki Ueno <ueno@unixuser.org>
5981
5982 * epa.el (epa-passphrase-callback-function): Display filename
5983 passed as the 3rd arg.
43f964fc
SM
5984 * epa-file.el (epa-file-passphrase-callback-function):
5985 Pass filename to epa-passphrase-callback-function.
446b12da 5986
76c16af8
CY
59872010-10-09 Chong Yidong <cyd@stupidchicken.com>
5988
5989 * cus-edit.el (custom-face-widget-to-spec)
5990 (custom-face-get-current-spec, custom-face-state): New functions.
5991 (custom-face-set, custom-face-mark-to-save)
5992 (custom-face-value-create, custom-face-state-set): Use them.
5993
5994 * cus-theme.el (custom-theme--listed-faces): New var.
5995 (customize-create-theme): Use *Custom Theme* as the buffer name.
5996 Set revert-buffer-function. Optional arg BUFFER. Insert all
5997 faces listed in custom-theme--listed-faces.
5998 (custom-theme-revert): New function.
5999 (custom-theme-add-variable, custom-theme-add-face): Insert at the
6000 bottom of the list.
6001 (custom-theme-write): Prompt for theme name if empty.
6002 (custom-theme-write-variables): Use dolist.
6003 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
6004
e15f8aaa
AM
60052010-10-09 Alan Mackenzie <acm@muc.de>
6006
6007 Enhance fontification of declarators to take account of the
6008 presence/absence of "typedef".
6009
6010 * cc-engine.el (c-forward-type): New &optional param
6011 "brace-block-too".
6012 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 6013 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
6014
6015 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
6016 fontification of declarators which follow a "}".
6017 (c-font-lock-declarations): Fontify declarators according to the
6018 presence/absence of "typedef".
6019
6020 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
6021 for "typedef".
6022 (c-typedef-decl-key): New lang variable built from
6023 c-typedef-decl-kwds.
6024
cf321e50
LMI
60252010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6026
77aec221
LMI
6027 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
6028 since that's too annoying. Move the filter groups commands to
6029 TAB/backtab.
6030
7450df5d
LMI
6031 * epa.el (epa-passphrase-callback-function): Say what we're
6032 querying the password for.
6033
cf321e50 6034 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 6035 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 6036
587faadd
CY
60372010-10-08 Chong Yidong <cyd@stupidchicken.com>
6038
6039 * cus-edit.el (custom-commands, custom-buffer-create-internal)
6040 (custom-magic-value-create): Pad button tags with spaces.
6041 (custom-face-edit): New variable.
6042 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
6043 face editor here, instead of using custom-face-selected.
6044 Pass face defaults to custom-face-edit widget.
587faadd
CY
6045 (custom-face-selected, custom-display-unselected): Delete widgets.
6046 (custom-display-unselected-match): Function removed.
43f964fc
SM
6047 (custom-face-set, custom-face-mark-to-save):
6048 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
6049
6050 * wid-edit.el (widget--completing-widget): New var.
6051 (widget-default-complete): Bind it when doing completion.
6052 (widget-string-complete, widget-file-complete): Use it.
6053
a1ab97d0
GM
60542010-10-09 Glenn Morris <rgm@gnu.org>
6055
85d50db7
GM
6056 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
6057 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
6058 (holiday-hebrew-misc): Small simplifications.
6059
3fb78d1f
GM
6060 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
6061
a1ab97d0
GM
6062 * net/browse-url.el: Don't require thingatpt, term, dired,
6063 executable, or w3-auto when compiling.
6064 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
6065 Declare.
6066 (browse-url-text-emacs): Require term.
6067
2187e5bb
AS
60682010-10-08 Andreas Schwab <schwab@linux-m68k.org>
6069
6070 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
6071
e5d49589
GM
60722010-10-08 Glenn Morris <rgm@gnu.org>
6073
5823f53f
GM
6074 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
6075
e5d49589
GM
6076 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
6077 (shadows-compare-text-p): Make it an obsolete alias for...
6078 (load-path-shadows-compare-text): ... new name.
6079 (find-emacs-lisp-shadows): Update for above name change.
6080 (load-path-shadows-same-file-or-nonexistent): New name for the old
6081 shadow-same-file-or-nonexistent.
6082
4628bef1 60832010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
6084
6085 * minibuffer.el (completion--some, completion--do-completion)
6086 (minibuffer-complete-and-exit, minibuffer-completion-help)
6087 (completion-basic-try-completion)
6088 (completion-basic-all-completions)
6089 (completion-pcm--find-all-completions): Use lexical-let to
6090 avoid some false matches in variable completion (Bug#7056)
6091
4628bef1 60922010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
6093
6094 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
6095
4628bef1 60962010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
6097
6098 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
6099 return non-nil if the file exists (Bug#7090).
6100
4628bef1 61012010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
6102
6103 * minibuffer.el (completion--replace):
6104 Better preserve markers (bug#7138).
6105
4628bef1 61062010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
6107
6108 * server.el (server-process-filter): Doc fix.
6109
4628bef1 61102010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
6111
6112 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
6113
e4adf61e
GM
61142010-10-08 Glenn Morris <rgm@gnu.org>
6115
24ac444f
GM
6116 * vc/ediff-wind.el (ediff-setup-control-frame):
6117 * vc/ediff-ptch.el (ediff-default-backup-extension):
6118 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
6119 (ediff-exec-process): Remove system-types emx, windows-95.
6120
e4adf61e
GM
6121 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
6122
61328d7c
CY
61232010-10-07 Chong Yidong <cyd@stupidchicken.com>
6124
6125 * cus-edit.el (custom-variable, custom-face): Doc fix.
6126 (custom-face-edit): Add value-create attribute.
6127 (custom-face-edit-value-create)
43f964fc
SM
6128 (custom-face-edit-value-visibility-action): New functions.
6129 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
6130 (custom-face-edit-deactivate): Show empty values with shadow face.
6131 (custom-face-selected): Only use this for face specs with default
6132 attributes.
6133 (custom-face-value-create): Cleanup.
6134
6135 * wid-edit.el (widget-checklist-value-create): Use dolist.
6136 (widget-checklist-match-find): Make second arg optional.
6137
ac44263a
GM
61382010-10-07 Glenn Morris <rgm@gnu.org>
6139
849b02b4
GM
6140 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
6141 Prefix things.
6142
ac44263a
GM
6143 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
6144 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
6145 load-path-shadows-mode, update references.
06d9ef85
GM
6146 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
6147 Rename variable and button.
6148 (list-load-path-shadows): Update button caller.
ac44263a 6149
29c72a6e
SM
61502010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6151
6152 * emacs-lisp/smie.el (smie-bnf-classify): New function.
6153 (smie-bnf-precedence-table): Use it to remember the closers/openers.
6154 (smie-merge-prec2s): Handle those new entries.
6155 (smie-prec2-levels): Only set precedence to nil for actual
6156 openers/closers.
6157 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
6158 that is now unnecessary.
6159
775f75bc 61602010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
6161
6162 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
6163
7e1e2a6e
GM
61642010-10-07 Glenn Morris <rgm@gnu.org>
6165
58d1ac6d
GM
6166 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
6167 (mail-position-on-field): Remove declarations.
6168 (mail-position-on-field): Autoload it.
6169 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
6170 and mail-header-end. Don't require sendmail.
6171
7b9235ad
GM
6172 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
6173 (shadow-mode): New mode.
6174 (shadow-find-file): New button.
6175 (list-load-path-shadows): Use shadow-mode and buttons.
6176
52da2182
GM
6177 * iimage.el (iimage-version): Remove.
6178 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
6179 Turn into defcustoms.
6180 (iimage-mode-map): Give it a doc string.
6181
7e1e2a6e
GM
6182 * calendar/appt.el (appt-activate): Give a warning rather than an error
6183 if there is no diary-file.
6184
e44eccd7
MA
61852010-10-06 Michael Albinus <michael.albinus@gmx.de>
6186
29c72a6e
SM
6187 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6188 Use `tramp-handle-find-backup-file-name'.
e44eccd7 6189
4583e796
GM
61902010-10-06 Glenn Morris <rgm@gnu.org>
6191
6aecca99
GM
6192 * font-core.el (font-lock-defaults-alist): Remove variable.
6193 (font-lock-mode): Doc fix.
6194 (font-lock-default-function): Do not consult font-lock-defaults-alist.
6195 * font-lock.el (font-lock-refresh-defaults): Doc fix.
6196 (font-lock-set-defaults): Doc fix.
6197 Do not consult font-lock-defaults-alist.
6198
645a6257
GM
6199 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
6200
4583e796
GM
6201 * emacs-lisp/cl.el: No longer provide cl-19.
6202
bd8fadca
MA
62032010-10-05 Michael Albinus <michael.albinus@gmx.de>
6204
6205 * net/tramp.el (tramp-handle-directory-files-and-attributes)
6206 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
6207 New defuns, taken from tramp-smb.el.
6208 (tramp-coding-system-change-eol-conversion)
43f964fc 6209 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 6210
43f964fc 6211 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
6212 (tramp-compat-coding-system-change-eol-conversion)
6213 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
6214 from tramp.el.
6215
6216 * net/tramp-gvfs.el:
6217 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
6218 by `tramp-compat-set-process-query-on-exit-flag'.
6219
43f964fc
SM
6220 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6221 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6222 `tramp-handle-file-exists-p' and
6223 `tramp-handle-file-newer-than-file-p'.
6224 (tramp-imap-handle-file-exists-p)
6225 (tramp-imap-handle-file-executable-p)
6226 (tramp-imap-handle-file-readable-p)
6227 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 6228 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
6229
6230 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
6231 by `tramp-compat-set-process-query-on-exit-flag' and
6232 `tramp-coding-system-change-eol-conversion' by
6233 `tramp-compat-coding-system-change-eol-conversion'.
6234
43f964fc
SM
6235 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6236 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6237 `tramp-handle-file-exists-p' and
6238 `tramp-handle-file-newer-than-file-p'.
6239 (tramp-smb-handle-directory-files-and-attributes)
6240 (tramp-smb-handle-file-exists-p)
43f964fc
SM
6241 (tramp-smb-handle-file-newer-than-file-p): Remove.
6242 (tramp-smb-maybe-open-connection):
6243 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
6244 `tramp-compat-set-process-query-on-exit-flag'.
6245
726c5357
GM
62462010-10-05 Glenn Morris <rgm@gnu.org>
6247
6248 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6249
4a93e698
MA
62502010-10-04 Michael Albinus <michael.albinus@gmx.de>
6251
6252 Continue reorganization of load dependencies. (Bug#7156)
6253
6254 * net/tramp.el (tramp-handle-file-local-copy-hook)
6255 (tramp-delete-temp-file-function): Move down.
6256 (tramp-exists-file-name-handler): Move up.
6257 (tramp-register-file-name-handlers): Simplify autoload.
6258 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6259 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6260 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6261 (tramp-handle-file-name-completion)
6262 (tramp-handle-file-name-directory)
6263 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6264 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6265 (tramp-handle-find-backup-file-name)
6266 (tramp-handle-insert-file-contents, tramp-handle-load)
6267 (tramp-handle-substitute-in-file-name)
6268 (tramp-handle-unhandled-file-name-directory)
6269 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 6270 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
6271
6272 * net/tramp-gvfs.el (top):
6273 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6274
6275 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6276 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6277
b4593555
GM
62782010-10-04 Glenn Morris <rgm@gnu.org>
6279
6280 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6281 (appt-activate): Give status messages.
6282
8762aa10
TZ
62832010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6284
6285 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6286 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
6287 `gnutls-negotiate' (formerly `starttls-negotiate').
6288 Remove trivial wrapper `starttls-open-stream'.
8762aa10 6289
82fb8701
DN
62902010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6291
6292 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6293 log-outgoing commands.
6294 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6295 to create a buffer local revert-buffer-function variable.
6296 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6297 revert-buffer-function lambda.
6298
c1ae068b
LMI
62992010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6300
6301 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
6302 `gnutls-boot'. Make TYPE the only required parameter.
6303 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
6304 (open-ssl-stream): Use it.
6305
67141a37
GM
63062010-10-03 Glenn Morris <rgm@gnu.org>
6307
77f38949
GM
6308 * subr.el (directory-sep-char): Remove obsolete variable.
6309 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6310 it is "necessary".
6311
67141a37
GM
6312 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6313 * vc/vc.el (vc-static-header-alist): Doc fix.
6314 * vc/vc-cvs.el (vc-cvs-header):
6315 * vc/vc-rcs.el (vc-rcs-header):
6316 * vc/vc-sccs.el (vc-sccs-header):
6317 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6318 * obsolete/vc-mcvs.el (vc-mcvs-header):
6319 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6320 on XEmacs.
6321
96bcef2e
CY
63222010-10-03 Chong Yidong <cyd@stupidchicken.com>
6323
43f964fc
SM
6324 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6325 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 6326
ef47f179
GM
63272010-10-03 Glenn Morris <rgm@gnu.org>
6328
01c35094 6329 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
0437978e 6330
aee3c6f7
GM
6331 * textmodes/rst.el (rst-font-lock-keywords-function):
6332 Drop Emacs 20 code.
6333
f88cd114
GM
6334 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6335
6abfe35f
GM
6336 * printing.el: Drop Emacs 20 code.
6337
59e31cfa
GM
6338 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6339 without having used appt.el already).
6340
922ad43e
GM
6341 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6342 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6343 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6344 XEmacs.
6345 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6346 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6347
ef47f179
GM
6348 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6349 (charset-width, find-charset-region, chars-in-region, forward-point)
6350 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6351 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6352 Remove compatibility cruft (none of these are used by ps*.el).
6353
ac6ca7ba
KR
63542010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6355
6356 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6357
2a847524
CY
63582010-10-03 Chong Yidong <cyd@stupidchicken.com>
6359
43f964fc
SM
6360 * server.el (server-process-filter, server-return-error):
6361 Give emacsclient time to shut down after receiving an error string.
2a847524 6362
4bc3c53d
MA
63632010-10-02 Michael Albinus <michael.albinus@gmx.de>
6364
6365 * files.el (remote-file-name-inhibit-cache): New defcustom.
6366
43f964fc
SM
6367 * time.el (display-time-file-nonempty-p):
6368 Use `remote-file-name-inhibit-cache'.
4bc3c53d 6369
43f964fc
SM
6370 * net/tramp.el (tramp-completion-reread-directory-timeout):
6371 Fix docstring.
4bc3c53d
MA
6372
6373 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6374 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6375 `remote-file-name-inhibit-cache'. Check also for an integer
6376 value. Add/increase counter when `tramp-verbose' >= 10.
6377 (tramp-set-file-property): Add/increase counter when
6378 `tramp-verbose' >= 10.
6379
6380 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6381 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6382 (tramp-bug): Set tramp-autoload cookie. Report all interned
6383 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6384 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6385 characters only in strings.
6386
6387 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6388 to backward compatibility.
6389
6390 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6391 (tramp-handle-file-name-all-completions)
43f964fc
SM
6392 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6393 (tramp-open-connection-setup-interactive-shell):
6394 Call `tramp-cleanup-connection' directly.
4bc3c53d 6395
9c524fcb
GM
63962010-10-02 Glenn Morris <rgm@gnu.org>
6397
3226d6ca
GM
6398 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6399
6400 * subr.el (char-bytes): Remove obsolete function.
6401
6402 * isearch.el (isearch-return-char): Remove obsolete function.
6403
6404 * mouse.el: No longer provide mldrag.
6405 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6406 Remove obsolete aliases.
6407
6408 * comint.el (comint-kill-output): Remove obsolete alias.
6409
6410 * composite.el (decompose-composite-char): Remove obsolete function.
6411 * ps-def.el (decompose-composite-char): Remove unused function.
6412
6413 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6414
6415 * outline.el (outline-visible): Remove obsolete function.
6416
6417 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6418 * faces.el (internal-find-face, internal-get-face)
6419 (frame-update-faces, frame-update-face-colors)
6420 (x-frob-font-weight, x-frob-font-slant)
6421 (internal-frob-font-weight, internal-frob-font-slant)
6422 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6423 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6424 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6425 since Emacs 21.1.
6426 * emulation/viper-util.el (viper-get-face):
6427 * obsolete/lucid.el (find-face, get-face): Use facep.
6428 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6429 Remove unused functions.
6430 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6431
9c524fcb
GM
6432 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6433 delete tempfile if interrupted during compilation.
6434
aecb42aa
LMI
64352010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6436
6437 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6438 gnutls-cli.
6439 (tls-program): Add --insecure to be consistent with the defaults from
6440 openssl s_client. Now all three commands are insecure.
6441
73077a9a
EZ
64422010-10-01 Eli Zaretskii <eliz@gnu.org>
6443
6444 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6445 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6446 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6447
1ef075bb
GM
64482010-10-01 Glenn Morris <rgm@gnu.org>
6449
1fcaf927
GM
6450 * obsolete/sc.el: Remove file.
6451
1ef075bb
GM
6452 * files.el (temporary-file-directory): On darwin, also try
6453 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6454
a16f5f64
JB
64552010-10-01 Juanma Barranquero <lekktu@gmail.com>
6456
6457 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6458 Let's not break compatibility gratuitously, shall we?
6459
6b958814
G
64602010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6461
47e08896 6462 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
6463 (tls-find-starttls-argument): Use it.
6464 (open-tls-stream): Ditto.
6465
47e08896 6466 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
6467 entry.
6468 (netrc-machine): Ditto.
6469
cad90f3b
EZ
64702010-09-30 Eli Zaretskii <eliz@gnu.org>
6471
6472 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6473
968ef9b4
JB
64742010-09-30 Juanma Barranquero <lekktu@gmail.com>
6475
6476 * server.el (server-start): Don't write pid to the authentication file.
6477 (server-create-tty-frame): Don't send pid.
6478 (server-process-filter): Send pid at the start of every connection.
6479
3536dea8
GM
64802010-09-30 Glenn Morris <rgm@gnu.org>
6481
8e378d88
GM
6482 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6483 (show-all-diary-entries): Remove obsolete function aliases.
6484
3536dea8
GM
6485 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6486 Remove options, obsolete since 22.1.
6a7662bb
BR
6487 (appt-display-format, appt-display-message):
6488 Remove backwards-compatibility code.
3536dea8
GM
6489 (appt-check): No longer check appt-issue-message.
6490 (appt-make-list): No longer autoload it. Doc fix. No longer
6491 activate the package.
6492
df7fcaff
LMI
64932010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6494
6495 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
6496 (starttls-negotiate): Just call boot, and let the handshake be
6497 triggered from the read loop.
df7fcaff 6498
c2828614
GM
64992010-09-29 Glenn Morris <rgm@gnu.org>
6500
17a46341
GM
6501 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6502 not displaying the diary.
6503 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6504 * calendar/appt.el (appt-check): No longer need to kill diary.
6505
7161e329
GM
6506 * calendar/diary-lib.el (diary-list-entries): Move the
6507 "Preparing..." message entirely here.
6508 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6509 messages to diary-list-entries.
6510 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6511 diary-display-function.
6512
d0de6cba
GM
6513 * calendar/diary-lib.el (diary-include-other-diary-files):
6514 Trap some recursive includes.
6515
c2828614
GM
6516 * calendar/appt.el (appt-activate): Check diary file.
6517
0c43b6f8
KY
65182010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6519
6520 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6521 construction.
6522
6523 * calendar/time-date.el: No need to require cl for Emacs 21.
6524
97ce2730
GM
65252010-09-28 Glenn Morris <rgm@gnu.org>
6526
6527 * calendar/appt.el (appt-check): Minor simplification.
6528
e0a185ae
KY
65292010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6530
6531 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6532 citation prefix.
6533
c19f76a1
AS
65342010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6535
95b6d681
JB
6536 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6537 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 6538
fd057fd2
KH
65392010-09-27 Kenichi Handa <handa@m17n.org>
6540
6541 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6542 "ustar" format.
6543
368b3544
KH
65442010-09-27 Kenichi Handa <handa@m17n.org>
6545
6546 * international/mule.el (define-coding-system): Docstring fixed.
6547
6548 * international/mule-diag.el (describe-character-set): Use princ
6549 with proper print-length and print-level instead of insert.
6550
95b6d681 65512010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
6552
6553 * window.el (walk-windows): Doc fix (bug#7105).
6554
99368725
SM
65552010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6556
6557 * emacs-lisp/float-sup.el (e): Remove.
6558
8ed70bf3
LMI
65592010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6560
6561 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6562 variable.
6563 (starttls-negotiate): Use it.
6564
d2e9d0bb
LMI
65652010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6566
6567 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6568 back.
6569
15413fb4
SM
65702010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6571
6572 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6573
1821a7b4
LMI
65742010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6575
6303aba1
LMI
6576 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6577
1821a7b4
LMI
6578 * net/netrc.el (netrc-store-data): New function.
6579
8af55556
TZ
65802010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6581
6582 * net/gnutls.el: GnuTLS glue code to set up a connection.
6583
42343747
JD
65842010-09-25 Julien Danjou <julien@danjou.info>
6585
6586 * notifications.el: Call dbus-register-signal only if it is bound.
6587
ec60da52
GM
65882010-09-25 Glenn Morris <rgm@gnu.org>
6589
6590 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6591 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6592 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6593 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6594 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6595 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6596 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6597 * eshell/esh-util.el, eshell/esh-var.el:
6598 Remove leading `*' from docs of faces and defcustoms.
6599
4c964351
UM
66002010-09-25 Ulrich Mueller <ulm@gentoo.org>
6601
6602 * eshell/em-ls.el (eshell-ls-archive-regexp):
6603 * eshell/esh-util.el (eshell-tar-regexp):
6604 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6605 * info.el (Info-suffix-list):
6606 * international/mule.el (auto-coding-alist):
6607 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6608 * progmodes/etags.el (tags-compression-info-list):
6609 Support xz compression.
6610
41f54b73
CY
66112010-09-25 Chong Yidong <cyd@stupidchicken.com>
6612
6613 * files.el (get-free-disk-space): Don't assume the "df" output
6614 columns line up (Bug#6995).
6615
40b1a3a9
JB
66162010-09-25 Juanma Barranquero <lekktu@gmail.com>
6617
6618 * finder.el (finder-unknown-keywords):
6619 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6620 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6621
ba3033ee
JB
66222010-09-25 Juanma Barranquero <lekktu@gmail.com>
6623
6624 * server.el (server-start): Revert part of 2010-08-08 change. Using
6625 address 127.0.0.1 for local host is now done in Fmake_network_process.
6626
5e339ee2
GM
66272010-09-24 Glenn Morris <rgm@gnu.org>
6628
6629 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6630 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6631 * textmodes/css-mode.el, textmodes/dns-mode.el:
6632 Move autoloaded auto-mode-alist entries to files.el.
6633 * files.el (auto-mode-alist): Move entries here.
6634
af3ccb5c
GM
66352010-09-23 Glenn Morris <rgm@gnu.org>
6636
6637 * isearch.el (isearch-lazy-highlight-cleanup)
6638 (isearch-lazy-highlight-initial-delay)
6639 (isearch-lazy-highlight-interval)
6640 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6641 * net/net-utils.el (ipconfig-program-options):
6642 Move aliases to options before the associated definitions.
6643
266a86bd 66442010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
6645
6646 * newcomment.el (comment-normalize-vars): Better test validity of
6647 comment-end-skip.
6648
27ffea71 66492010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
6650
6651 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6652 (float-e): New name for `e'.
6653 (degrees-to-radians, radians-to-degrees):
6654 * calendar/solar.el (solar-longitude):
6655 * calculator.el (calculator-registers, calculator-funcall):
6656 * textmodes/artist.el (artist-spray-random-points):
6657 * play/bubbles.el (bubbles--initialize-images): Use new names.
6658
27ffea71 66592010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
6660
6661 Update to CEDET 1.0's version of EIEIO.
6662
9e0d4f9e
SM
6663 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6664 New function.
a2930e43
EL
6665 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6666 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6667 (class-precedence-list): If class is nil, return nil.
6668 (eieio-generic-call): If class of first input arg is nil, don't
6669 look up static methods, and do check for primary methods.
6670 (initialize-instance): See if the default needs to be evaluated
6671 during the constructor.
6672 (eieio-perform-slot-validation-for-default): Don't do the check
6673 for values that will eventually be evaluated.
6674 (eieio-eval-default-p): New function.
6675 (eieio-default-eval-maybe): Use it.
6676
27ffea71 66772010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
6678
6679 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6680 method-invocation-order.
6681 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6682 (eieio-class-precedence-dfs): Compute class precedence list using
6683 dfs algorithm.
6684 (eieio-class-precedence-bfs): Compute class precedence list using
6685 bfs algorithm.
9e0d4f9e 6686 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
6687 c3 algorithm.
6688 (class-precedence-list): New function.
6689 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6690 (inconsistent-class-hierarchy): New error symbol.
6691 (call-next-method): Stow the replacement argument list for future
6692 call-next-method invocations.
6693
266a86bd 66942010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 6695
ea7f9ebf
GM
6696 * calendar/appt.el (appt-check): If not displaying the diary,
6697 use (diary 1) to only get the entries we need.
6698 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6699 that it is in day order. (Bug#7019)
6700
1bf6d075
GM
6701 * calendar/appt.el (appt-check): Rather than showing the diary,
6702 just turn off invisible display, and only if needed.
6703
87e798a7
GM
6704 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6705
1fc7dabf
GM
67062010-09-23 Glenn Morris <rgm@gnu.org>
6707
7a16788b
GM
6708 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6709 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 6710 Start warnings with lower-case, like the majority.
7a16788b 6711
19543b17
GM
6712 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6713
54238e6d
GM
6714 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6715
ce009d0b
GM
6716 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6717 * files.el (auto-mode-alist): Move ld-script entries here, further down
6718 the list.
6719
7b344dfe
GM
6720 * vc/add-log.el: Don't require timezone when compiling.
6721 (timezone-make-date-sortable): Autoload it.
6722 (change-log-sortable-date-at): Don't require timezone.
6723 Use `ignore-errors'.
6724
d9703498
GM
6725 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6726 Move alias before definition, so it does not need autoloading.
6727
1fc7dabf
GM
6728 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6729 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6730 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6731 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6732 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6733 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6734 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6735 * textmodes/tex-mode.el, textmodes/two-column.el:
6736 Remove leading `*' from docs of defcustoms etc.
6737
7676efad
TZ
67382010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6739
6740 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6741
b069e5a6
G
67422010-09-22 Dan Christensen <jdc@uwo.ca>
6743
6744 * calendar/time-date.el (date-to-time): Try using parse-time-string
6745 first before using the slower timezone-make-date-arpa-standard.
6746
1bf68d53
KY
67472010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6748
6749 * calendar/time-date.el (format-seconds): Comment fix.
6750
cd205c76
GM
67512010-09-22 Glenn Morris <rgm@gnu.org>
6752
6753 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6754 is not automatically buffer-local.
6755
4ddea91b
SM
67562010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6757
6758 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
6759 (smie-indent-comment): Be more careful with comment-start-skip.
6760 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
6761 (smie-indent-functions): Use them.
6762
b0f037ed
MA
67632010-09-21 Michael Albinus <michael.albinus@gmx.de>
6764
6765 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
6766
8cf1771a
JD
67672010-09-21 Jan Djärv <jan.h.d@swipnet.se>
6768
36a1b6db
JD
6769 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
6770 tool-bar-position. Don't modify frame parameters here.
180fb94a 6771 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 6772
8cf1771a
JD
6773 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
6774
0097720d
SM
67752010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6776
5d8e0d5d
SM
6777 * textmodes/reftex-parse.el (reftex-what-macro)
6778 (reftex-context-substring): Let-bind forward-sexp-function to nil
6779 since we don't need/want to treat \begin...\end as a block (bug#7053).
6780
984edd22
SM
6781 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
6782
6783 * simple.el (blink-matching-open): Use syntax-class.
6784
3672149f
SM
6785 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
6786 Set invisibility spec for pascal's outline mode.
6787 (pascal-outline-change): Clean up calling convention.
6788 (pascal-show-all, pascal-hide-other-defuns): Update callers.
6789
549d0e1e
SM
6790 * progmodes/prolog.el (prolog-smie-forward-token)
6791 (prolog-smie-backward-token): New functions.
6792 (prolog-mode-variables): Use them to parse "!," correctly.
6793 Set up smie-blink-matching for ".".
6794
a9cb95dd
SM
6795 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
6796 and `end'.
6797 (ispell-region, ispell-process-line): Update users.
6798
de558d10
SM
6799 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
6800 point-min==1.
6801
94eb3112
SM
6802 * textmodes/ispell.el: Fix commenting convention.
6803 (ispell-parse-output): Simplify, use push.
6804 (ispell-region): Use match-string-no-properties.
6805 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
6806 (ispell-minor-mode): Use define-minor-mode.
6807 (ispell-message): Remove unused var `skip-regexp'.
6808 (ispell-add-per-file-word-list): Use dynamic let-binding.
6809 Try and use the proper comment marker.
6810
1f7f45a5
SM
6811 * mail/sendmail.el: Fix commenting convention.
6812 (sendmail-send-it): Use line-beginning-position.
6813
0097720d
SM
6814 * help-fns.el (describe-variable): Add original value, if applicable.
6815
596880ea
JB
68162010-09-20 Juanma Barranquero <lekktu@gmail.com>
6817
f0713411
JB
6818 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
6819
596880ea
JB
6820 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
6821
37c0347e
SM
68222010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6823
2bc01104
SM
6824 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
6825 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
6826 (smie-prec2-levels): Use them to better diagnose precedence cycles.
6827 (smie-blink-matching-check): Don't signal a mismatch if car is t.
6828 (smie-blink-matching-open): Rewrite to remove assumptions, so that
6829 something like "." can also be a closer.
6830 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
6831 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
6832 Rename internal functions to use "--". Update callers.
6833
e2c3f530
SM
6834 * frame.el (make-frame-names-alist): Don't list frames on other displays.
6835
37c0347e
SM
6836 * fringe.el (fringe-styles): New var.
6837 (fringe-mode, fringe-query-style): Use it.
6838
74790210
MM
68392010-09-18 Michael R. Mauger <mmaug@yahoo.com>
6840
6841 * progmodes/sql.el: Version 2.8
93acd23d 6842 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
6843 (sql-product-alist): Add :list-all and :list-table features for
6844 SQLite, Postgres and MySQL products.
6845 (sql-redirect): Handle default value.
6846 (sql-execute, sql-execute-feature): New functions.
6847 (sql-read-table-name): New function.
93acd23d 6848 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
6849 (sql-mode-map, sql-interactive-mode-map): Add key definitions
6850 for above functions.
6851 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
6852 for above functions.
6853 (sql-postgres-login-params): Add user and database defaults.
6854 (sql-buffer-live-p): Bug fix.
93acd23d 6855 (sql-product-history): New variable.
35f52ed6 6856 (sql-read-product): New function. Use it.
74790210
MM
6857 (sql-set-product, sql-product-interactive): Use it.
6858 (sql-connection-history): New variable.
93acd23d 6859 (sql-read-connection): New function. Use it.
74790210
MM
6860 (sql-connect): New function.
6861 (sql-for-each-login): Redesign function interface.
6862 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
6863 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
6864 (sql-comint): Check for program. Existing live buffer.
74790210
MM
6865 (sql-comint-postgres): Add port parameter.
6866
cec01cd2
SM
68672010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6868
6869 * emacs-lisp/warnings.el: Fix commenting convention.
6870 (display-warning): Use special mode and make the buffer read-only.
6871
c2a845b5
JB
68722010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
6873
6874 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
6875 empty string when it follows a repeated or optional pattern.
6876
f5632fb6
SM
68772010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6878
6879 * indent.el (indent-according-to-mode): Apply syntax-propertize.
6880 (indent-region): Use indent-according-to-mode.
6881
71b961e8
EZ
68822010-09-18 Eli Zaretskii <eliz@gnu.org>
6883
6884 * fringe.el (fringe-mode): Doc fix.
6885
dbbd7ad4
KRC
68862010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
6887
6888 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
6889 refreshing the preview buffer.
6890
b879a6e2
SM
68912010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6892
6893 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
6894 (latex-syntax-propertize-rules): New consts; replace
6895 tex-font-lock-syntactic-keywords.
6896 (tex-env-mark, latex-env-before-change): New functions.
6897 (latex-electric-env-pair-mode): New minor mode.
6898 (tex-font-lock-verb): Change arguments; do move point.
6899 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
6900 representation as a form of comment.
6901 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
6902 (doctex-syntax-propertize-rules): New const; replaces
6903 doctex-font-lock-syntactic-keywords.
6904 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
6905
6906 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
6907 (fortran-make-syntax-propertize-function): New function; replaces
6908 fortran-font-lock-syntactic-keywords.
6909 (fortran-mode): Use it.
6910 (fortran-line-length): Use it. Improve interactive spec.
6911
6912 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
6913 (syntax-propertize-rules): Add var-ref case. Fix offset computation
6914 when adding surrounding \(..\).
6915
6916 * progmodes/js.el (js-mode): Fix last change (bug#7054).
6917
4be520fb
SM
69182010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6919
269c197e
SM
6920 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
6921 Use with-current-buffer.
6922
4be520fb
SM
6923 * isearch.el (isearch-face): Rename from `isearch'.
6924 (isearch-highlight): Use new name.
6925
a67597d6
EZ
69262010-09-17 Eli Zaretskii <eliz@gnu.org>
6927
6928 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
6929 5, for `half' width fringes. (Bug#6933)
6930
31c381e8
SM
69312010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6932
3fe6ef4e
SM
6933 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6934 (byte-compile-defvar): "foo/bar" does not lack a prefix.
6935
31c381e8
SM
6936 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
6937
fb0cf781
J
69382010-09-17 Stephen Berman <stephen.berman@gmx.net>
6939
6940 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
6941 in calculating new frame position. Add more space between new and
6942 parent on the left (Bug#7048).
6943
1a9dc3b5
MA
69442010-09-17 Michael Albinus <michael.albinus@gmx.de>
6945
6946 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
6947 defmacro.
6948
dff0fdc3
CY
69492010-09-16 Chong Yidong <cyd@stupidchicken.com>
6950
31c381e8 6951 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 6952
117c96c7
CY
6953 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
6954 obsolete alias for x-selection-value.
6955
dff0fdc3
CY
6956 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
6957
c6f2191f
MA
69582010-09-16 Michael Albinus <michael.albinus@gmx.de>
6959
6960 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
6961 cookie.
6962
6139f995
MA
69632010-09-15 Michael Albinus <michael.albinus@gmx.de>
6964
6965 * net/tramp-compat.el (tramp-compat-with-temp-message)
6966 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
6967 (tramp-compat-process-put): New defuns.
6968
6969 * net/tramp.el (top):
6970 * net/tramp-gvfs.el (top):
6971 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
6972
31c381e8
SM
6973 * net/tramp.el (tramp-progress-reporter-update):
6974 Use `tramp-compat-funcall'.
6139f995
MA
6975
6976 * net/tramp.el (tramp-process-actions):
0dc3e410
MA
6977 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
6978 * net/tramp-sh.el (tramp-handle-vc-registered)
31c381e8
SM
6979 (tramp-get-remote-stat, tramp-get-remote-readlink):
6980 Use `tramp-compat-with-temp-message'.
6139f995
MA
6981
6982 * net/tramp-sh.el (top): Require 'cl.
6983 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
6984 (tramp-open-connection-setup-interactive-shell):
6985 Use `tramp-compat-process-put'.
6139f995 6986
22c3ce97
AM
69872010-09-15 Alan Mackenzie <acm@muc.de>
6988
6989 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
6990 indentation.
a4ee83cc 6991 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 6992
4f1e9960
SM
69932010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6994
6995 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6996 `lexical' for warnings related to lexical scoping.
6997 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
6998 global vars which don't have a prefix and could hence affect lexical
6999 scoping in unrelated files.
7000
01e80360
LMI
70012010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7002
7003 * net/imap.el: Revert back to version
7004 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7005 seem problematic.
7006
5e2a84e3
JB
70072010-09-14 Juanma Barranquero <lekktu@gmail.com>
7008
7009 * obsolete/old-whitespace.el (whitespace-unload-function):
7010 Explicitly pass `obarray' to `unintern' to avoid a warning.
7011
f3a30a50
SM
70122010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7013
7014 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
7015 Add `when' argument. Update callers.
7016
7017 * subr.el (unintern): Declare the obarray arg mandatory.
7018
92b99a01
GM
70192010-09-14 Glenn Morris <rgm@gnu.org>
7020
67ae9766
GM
7021 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
7022 Doc fixes.
7023
92b99a01
GM
7024 * calendar/diary-lib.el (diary-included-files): New variable.
7025 (diary-list-entries): Maybe initialize diary-included-files.
7026 (diary-include-other-diary-files): Append to diary-included-files.
7027 * calendar/appt.el (appt-update-list): Also check the members of
7028 diary-included-files. (Bug#6999)
08151ec5 7029 (appt-check): Doc fix.
92b99a01 7030
6664fc59 70312010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
7032
7033 * simple.el (line-move-visual): Do not truncate goal column to
7034 integer size. (Bug#7020)
7035
6664fc59 70362010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
7037
7038 * repeat.el (repeat): Allow repeating when the last event is a click.
7039 Suggested by Drew Adams (bug#6256).
7040
6664fc59 70412010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd 7042
01c35094 7043 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
681b88dd
SM
7044 Replace setting HGRCPATH to "" by some less invasive --config options.
7045
6664fc59 70462010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
7047
7048 * font-lock.el (font-lock-beginning-of-syntax-function):
7049 Mark as obsolete.
7050
6664fc59 70512010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
7052
7053 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
7054 and tool-bar modes. (Bug#6211)
7055 (menu-bar-mode): Move setting of standard-value after the
7056 minor-mode definition, otherwise it seems to have no effect.
7057
6664fc59 70582010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
7059
7060 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
7061 Fix typo. (Bug#6976)
7062
6664fc59 70632010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
7064
7065 * whitespace.el: Allow cleaning up blanks without blank
7066 visualization (Bug#6651). Adjust help window for
7067 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
7068 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
7069 (whitespace-style): Add new value 'face. Adjust docstring.
7070 (whitespace-space, whitespace-hspace, whitespace-tab):
7071 Adjust foreground property face.
9c405a86
CY
7072 (whitespace-line-column): Adjust docstring and type declaration.
7073 (whitespace-style-value-list, whitespace-toggle-option-alist)
7074 (whitespace-help-text): Adjust const initialization.
7075 (whitespace-toggle-options, global-whitespace-toggle-options):
7076 Adjust docstring.
7077 (whitespace-display-window, whitespace-interactive-char)
7078 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7079 (whitespace-help-scroll): New fun.
7080
ba96ddf5
KY
70812010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7082
7083 * calendar/time-date.el (format-seconds): Comment fix.
7084
a386ac70
MM
70852010-09-13 Michael R. Mauger <mmaug@yahoo.com>
7086
7087 * progmodes/sql.el: Version 2.7.
7088 (sql-buffer-live-p): Improve detection.
7089 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7090 (sql-set-sqli-buffer): Use it.
7091 (sql-product-interactive): Run `sql-set-sqli-hook'.
7092 (sql-rename-buffer): Code cleanup.
7093 (sql-redirect, sql-redirect-value): New functions. More to come.
7094
5d921df2
JB
70952010-09-13 Juanma Barranquero <lekktu@gmail.com>
7096
7097 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.
7098 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7099 (TRAMP_SRC): New macro.
7100 ($(lisp)/net/tramp-loaddefs.el): New target.
7101
03c1ad43
MA
71022010-09-13 Michael Albinus <michael.albinus@gmx.de>
7103
7104 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
7105
7106 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
7107
7108 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
7109 'tramp-compat, everything else is required there.
7110 Use `ignore-errors' where appropriate.
03c1ad43
MA
7111 (tramp-inline-compress-start-size, tramp-copy-size-limit)
7112 (tramp-terminal-type, tramp-end-of-output)
7113 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
7114 (tramp-completion-function-alist-ssh)
7115 (tramp-completion-function-alist-telnet)
7116 (tramp-completion-function-alist-su)
7117 (tramp-completion-function-alist-putty, tramp-remote-path)
7118 (tramp-remote-process-environment, tramp-sh-extra-args)
7119 (tramp-actions-before-shell, tramp-uudecode)
7120 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
7121 (tramp-perl-file-attributes)
7122 (tramp-perl-directory-files-and-attributes)
7123 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
7124 (tramp-perl-encode, tramp-perl-decode)
7125 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
7126 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
7127 (tramp-handle-make-symbolic-link, tramp-handle-load)
7128 (tramp-handle-file-name-as-directory)
7129 (tramp-handle-file-name-directory)
7130 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7131 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
7132 (tramp-do-file-attributes-with-ls)
7133 (tramp-do-file-attributes-with-perl)
7134 (tramp-do-file-attributes-with-stat)
7135 (tramp-handle-set-visited-file-modtime)
7136 (tramp-handle-verify-visited-file-modtime)
7137 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
7138 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
7139 (tramp-handle-file-selinux-context)
7140 (tramp-handle-set-file-selinux-context)
7141 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
7142 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
7143 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
7144 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
7145 (tramp-handle-file-ownership-preserved-p)
7146 (tramp-handle-directory-file-name, tramp-handle-directory-files)
7147 (tramp-handle-directory-files-and-attributes)
7148 (tramp-do-directory-files-and-attributes-with-perl)
7149 (tramp-do-directory-files-and-attributes-with-stat)
7150 (tramp-handle-file-name-all-completions)
7151 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
7152 (tramp-handle-copy-file, tramp-handle-copy-directory)
7153 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
7154 (tramp-do-copy-or-rename-file-via-buffer)
7155 (tramp-do-copy-or-rename-file-directly)
7156 (tramp-do-copy-or-rename-file-out-of-band)
7157 (tramp-handle-make-directory, tramp-handle-delete-directory)
7158 (tramp-handle-delete-file)
7159 (tramp-handle-dired-recursive-delete-directory)
7160 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
7161 (tramp-handle-insert-directory)
7162 (tramp-handle-unhandled-file-name-directory)
7163 (tramp-handle-expand-file-name)
7164 (tramp-handle-substitute-in-file-name)
7165 (tramp-handle-executable-find, tramp-process-sentinel)
7166 (tramp-handle-start-file-process, tramp-handle-process-file)
7167 (tramp-handle-call-process-region, tramp-handle-shell-command)
7168 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
7169 (tramp-handle-insert-file-contents)
7170 (tramp-handle-insert-file-contents-literally)
7171 (tramp-handle-find-backup-file-name)
7172 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
7173 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
7174 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
7175 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
7176 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
7177 (tramp-find-file-exists-command, tramp-open-shell)
7178 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
7179 (tramp-open-connection-setup-interactive-shell)
7180 (tramp-local-coding-commands, tramp-remote-coding-commands)
7181 (tramp-find-inline-encoding, tramp-call-local-coding-command)
7182 (tramp-inline-compress-commands, tramp-find-inline-compress)
7183 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 7184 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
7185 (tramp-send-command-and-check, tramp-barf-unless-okay)
7186 (tramp-send-command-and-read, tramp-mode-string-to-int)
7187 (tramp-convert-file-attributes, tramp-check-cached-permissions)
7188 (tramp-file-mode-from-int, tramp-file-mode-permissions)
7189 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
7190 (tramp-method-out-of-band-p, tramp-local-host-p)
7191 (tramp-get-remote-path, tramp-get-remote-tmpdir)
7192 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
7193 (tramp-get-test-command, tramp-get-test-nt-command)
7194 (tramp-get-file-exists-command, tramp-get-remote-ln)
7195 (tramp-get-remote-perl, tramp-get-remote-stat)
7196 (tramp-get-remote-readlink, tramp-get-remote-trash)
7197 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
7198 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 7199 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
7200 tramp-sh.el.
7201 (tramp-methods, tramp-default-method-alist)
7202 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
7203 Move initialization to tramp-sh.el.
7204 (tramp-temp-name-prefix): Make it a defconst.
7205 (tramp-dissect-file-name): Don't check anymore for multi-hop
7206 methods.
7207 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 7208 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
7209 (tramp-get-debug-buffer): Use it.
7210
7211 * net/tramp-cache.el (top): Set tramp-autoload cookie for
7212 initialization forms.
7213 (tramp-set-connection-property): Don't protect `tramp-message'
7214 call, it isn't necessary any longer.
7215 (tramp-dump-connection-properties): Use `ignore-errors'.
7216
7217 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
7218 'password-cache and 'auth-source.
7219
7220 * net/tramp-gvfs.el (top):
7221 * net/tramp-smb.el (top): Require 'tramp-sh.
7222
7223 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
7224
7225 * net/tramp-sh.el: New file, derived from tramp.el.
7226 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 7227 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
7228 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
7229 Use `ignore-errors' where appropriate.
7230 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
7231 `tramp-file-name-handler-alist'.
7232 (tramp-send-command-and-check): Return t or nil. Remove all
7233 `zerop' checks, where called.
7234 (tramp-handle-set-file-modes)
7235 (tramp-do-copy-or-rename-file-directly)
7236 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 7237 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
7238 (tramp-sh-file-name-handler, tramp-send-command-and-check)
7239 (tramp-get-remote-ln): Set tramp-autoload cookie.
7240
7241 * net/tramp-fish.el: Remove file.
7242
c5fe4acb
DU
72432010-09-13 Daiki Ueno <ueno@unixuser.org>
7244
7245 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7246 buffer-file-name to avoid file-locking. (Bug#7026)
7247
7ea2d383
MA
72482010-09-13 Julien Danjou <julien@danjou.info>
7249
7250 * notifications.el (notifications-notify): Add support for
7251 image-path and sound-name.
7252 (notifications-specification-version): Add this variable.
7253
5616cc54
SM
72542010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7255
31c381e8 7256 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 7257
94c7243b
LL
72582010-09-12 Leo <sdl.web@gmail.com>
7259
7260 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7261 (rcirc-completion-start): New variables.
7262 (rcirc-nick-completions): Rename to rcirc-completions.
7263 (rcirc-nick-completion-start-offset): Delete.
7264 (rcirc-completion-at-point): New function for constructing
7265 completion data for both nicks and irc commands. Add to
7266 completion-at-point-functions in rcirc mode.
7267 (rcirc-complete): Rename from rcirc-nick-complete; use
7268 rcirc-completion-at-point.
7269 (defun-rcirc-command): Update rcirc-client-commands.
7270
0f34ae28
GM
72712010-09-11 Glenn Morris <rgm@gnu.org>
7272
7273 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7274 atomically, to avoid parallel build errors. (Bug#4196)
7275
9250002f
MM
72762010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7277
7278 * progmodes/sql.el: Version 2.6
7279 (sql-dialect): Synonym for "sql-product".
7280 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7281 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7282 Set "sql-buffer" to buffer name not buffer object so multiple sql
7283 interactive buffers work properly. Reverts misguided changes in
7284 earlier work.
7285 (sql-comint): Make sure different buffer name is used if "*SQL*"
7286 buffer is for a different product.
7287 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7288 login param.
7289 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7290 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7291 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7292 Accept new buffer name or prompt for one.
7293 (sql-port): Default to zero.
7294 (sql-comint-mysql): Handle "sql-port" as a numeric.
7295 (sql-port-history): Delete unused variable.
7296 (sql-get-login): Default "sql-port" to a number.
31c381e8 7297 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
7298 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7299 "sqlite3" executables.
31c381e8 7300 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
7301 (sql-buffer-live-p): New function.
7302 (sql-mode-menu, sql-send-string): Use it.
7303 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7304 syntax pattern.
7305 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7306 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7307
a9ec34f4
LMI
73082010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7309
31c381e8 7310 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 7311
cf38dd42
SM
73122010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7313
7314 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7315 to replace texinfo-font-lock-syntactic-keywords.
7316 (texinfo-mode): Use it.
7317
7318 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7319 Use syntax-propertize-function.
7320
7321 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7322 replace sgml-font-lock-syntactic-keywords.
7323 (sgml-mode): Use it.
7324
7325 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7326 since we don't use it.
7327
7328 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7329
7330 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7331 if available.
7332 (vhdl-fontify-buffer): Adjust.
7333
7334 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7335 replace tcl-font-lock-syntactic-keywords.
7336 (tcl-mode): Use it.
7337
7338 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7339 replace simula-font-lock-syntactic-keywords.
7340 (simula-mode): Use it.
7341
7342 * progmodes/sh-script.el (sh-st-symbol): Remove.
7343 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7344 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7345 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7346 (sh-font-lock-paren): Set syntax-multiline.
7347 (sh-font-lock-syntactic-keywords): Remove.
7348 (sh-syntax-propertize-function): New function to replace it.
7349 (sh-mode): Use it.
7350
7351 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7352 Define while compiling.
7353 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7354 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7355 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7356 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7357 (ruby-here-doc-end-syntax): Only define when
7358 syntax-propertize is not available.
7359 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7360 New functions.
7361 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7362 (electric-indent-chars): Silence bytecompiler.
7363 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7364 electric-indent-chars.
7365
7366 * progmodes/python.el (python-syntax-propertize-function): New var to
7367 replace python-font-lock-syntactic-keywords.
7368 (python-mode): Use it.
7369 (python-quote-syntax): Simplify and adjust to new use.
7370
7371 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7372 replace perl-font-lock-syntactic-keywords.
7373 (perl-syntax-propertize-special-constructs): New fun to replace
7374 perl-font-lock-special-syntactic-constructs.
7375 (perl-font-lock-syntactic-face-function): New fun.
7376 (perl-mode): Use it.
7377
7378 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7379 to replace octave-font-lock-close-quotes.
7380 (octave-syntax-propertize-function): New function to replace
7381 octave-font-lock-syntactic-keywords.
7382 (octave-mode): Use it.
7383
7384 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7385 replaces mixal-font-lock-syntactic-keywords.
7386 (mixal-mode): Use it.
7387
7388 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7389 New var; replaces makefile-font-lock-syntactic-keywords.
7390 (makefile-mode): Use it.
7391 (makefile-imake-mode): Adjust.
7392
7393 * progmodes/js.el (js--regexp-literal): Define while compiling.
7394 (js-syntax-propertize-function): New var; replaces
7395 js-font-lock-syntactic-keywords.
7396 (js-mode): Use it.
7397
7398 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7399 replaces gdb-script-font-lock-syntactic-keywords.
7400 (gdb-script-mode): Use it.
7401
7402 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7403 (fortran--font-lock-syntactic-keywords): New var.
7404 (fortran-line-length): Update syntax-propertize-function and
7405 fortran--font-lock-syntactic-keywords.
7406
7407 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7408
7409 * progmodes/cfengine.el (cfengine-mode):
7410 Use syntax-propertize-function.
7411 (cfengine-font-lock-syntactic-keywords): Remove.
7412
7413 * progmodes/autoconf.el (autoconf-mode):
7414 Use syntax-propertize-function.
7415 (autoconf-font-lock-syntactic-keywords): Remove.
7416
7417 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7418 (ada-after-change-function, ada-initialize-syntax-table-properties)
7419 (ada-handle-syntax-table-properties): Only define when
7420 syntax-propertize is not available.
7421 (ada-mode): Use syntax-propertize-function.
7422
7423 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7424 (font-lock-fontify-syntactic-keywords-region): Move handling of
7425 font-lock-syntactically-fontified to...
7426 (font-lock-default-fontify-region): ...here.
7427 Let syntax-propertize-function take precedence.
7428 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7429
7430 * emacs-lisp/syntax.el (syntax-propertize-function)
7431 (syntax-propertize-chunk-size, syntax-propertize--done)
7432 (syntax-propertize-extend-region-functions): New vars.
7433 (syntax-propertize-wholelines, syntax-propertize-multiline)
7434 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7435 (syntax-propertize): New functions.
7436 (syntax-propertize-rules): New macro.
7437 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7438 (syntax-ppss): Call syntax-propertize.
7439
7440 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7441
36f7d366
AM
74422010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7443
7444 * textmodes/ispell.el (ispell-init-process): Improve comments.
7445 XEmacs compatibility changes regarding (add-hook) 'local option
7446 and (set-process-query-on-exit-flag).
7447
8fca3921
MA
74482010-09-09 Michael Albinus <michael.albinus@gmx.de>
7449
cf38dd42
SM
7450 * net/tramp-cache.el (tramp-parse-connection-properties):
7451 Set tramp-autoload cookie.
8fca3921 7452
399653d6
GM
74532010-09-09 Glenn Morris <rgm@gnu.org>
7454
7455 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7456 (imagemagick-register-types): Doc fix.
7457
c34a9669
SM
74582010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7459
b073dc4b
SM
7460 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7461
7462 * progmodes/js.el (require): Require is already "eval-and-compile".
7463 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7464 (js--re-search-backward): Use js--re-search-forward.
7465
7466 * progmodes/fortran.el (fortran-line-length): Don't recompute
7467 syntactic keywords redundantly a second time.
7468
7469 * progmodes/ada-mode.el: Replace "(set '" with setq.
7470 (ada-mode): Simplify.
7471 (ada-create-case-exception, ada-adjust-case-interactive)
7472 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7473 (ada-search-ignore-string-comment, ada-move-to-start)
7474 (ada-move-to-end): Use with-syntax-table.
7475
7476 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7477 (font-lock-unfontify-region, font-lock-default-fontify-region):
7478 Update usage correspondingly.
7479 (font-lock-fontify-syntactic-keywords-region):
7480 Set parse-sexp-lookup-properties buffer-locally here.
7481 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7482
c34a9669
SM
7483 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7484
13639aab
GM
74852010-09-08 Glenn Morris <rgm@gnu.org>
7486
5a972c36
GM
7487 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7488 Error if not compiled with -DBYTE_CODE_METER.
7489
13639aab
GM
7490 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7491 Ignore dir-locals-file.
7492
331b2b90
SM
74932010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7494
7495 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7496 Not a const.
7497 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7498 for the `gnu' messages.
7499 (compilation-set-skip-threshold): New command.
7500 (compilation-start): Use \' rather than $.
7501 (compilation-forget-errors): Use clrhash.
7502
73b4d51a
AM
75032010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7504
7505 * textmodes/ispell.el (ispell-valid-dictionary-list):
7506 Simplify logic.
7507
0f34aa77
MA
75082010-09-08 Michael Albinus <michael.albinus@gmx.de>
7509
7510 Migrate to Tramp 2.2. Rearrange load dependencies.
7511 (Bug#1529, Bug#5448, Bug#5705)
7512
7513 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7514 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7515 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7516
7517 * net/tramp.el (top): Remove all other tramp-* loads except
7518 tramp-compat.el. Remove all changes to tramp-unload-hook for
7519 other tramp-* packages. Rearrange defun order. Change calls of
7520 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7521 `tramp-compat-octal-to-decimal' to new function names.
7522 (tramp-terminal-type, tramp-initial-end-of-output)
7523 (tramp-methods, tramp-foreign-file-name-handler-alist)
7524 (tramp-tramp-file-p, tramp-completion-mode-p)
7525 (tramp-send-command-and-check, tramp-get-remote-path)
7526 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7527 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7528 (with-file-property, with-connection-property): Move to
7529 tramp-cache.el.
7530 (tramp-local-call-process, tramp-decimal-to-octal)
7531 (tramp-octal-to-decimal): Move to tramp-compat.el.
7532 (tramp-handle-shell-command): Do not require 'shell.
7533 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7534 symbols.
7535 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7536
7537 * net/tramp-cache.el (top): Require 'tramp. Add to
7538 `tramp-unload-hook'.
7539 (tramp-cache-data, tramp-get-file-property)
7540 (tramp-set-file-property, tramp-flush-file-property)
7541 (tramp-flush-directory-property, tramp-get-connection-property)
7542 (tramp-set-connection-property, tramp-flush-connection-property)
7543 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7544 cookie.
7545 (with-file-property, with-connection-property): New defuns, moved
7546 from tramp.el.
7547 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7548 macro.
7549
7550 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7551 (tramp-version): Set tramp-autoload cookie.
7552
7553 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7554 changes to tramp-unload-hook for other tramp-* packages. Add to
7555 `tramp-unload-hook'.
7556 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7557 (tramp-compat-call-process): New defuns, moved from tramp.el.
7558
7559 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7560 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7561 Add to `tramp-unload-hook'. Change call of
0f34aa77
MA
7562 `tramp-compat-decimal-to-octal' to new function name.
7563 (tramp-fish-method): Make it a defconst.
7564 (tramp-fish-file-name-p): Make it a defsubst.
7565 (tramp-fish-method, tramp-fish-file-name-handler)
7566 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7567
7568 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7569 `tramp-foreign-file-name-handler-alist'. Add to
7570 `tramp-unload-hook'.
7571 (tramp-ftp-method): Make it a defconst.
7572 (tramp-ftp-file-name-p): Make it a defsubst.
7573 (tramp-ftp-method, tramp-ftp-file-name-handler)
7574 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7575
7576 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7577 `tramp-foreign-file-name-handler-alist'. Add to
7578 `tramp-unload-hook'. Change checks, whether package can be
7579 loaded.
7580 (tramp-gvfs-file-name-p): Make it a defsubst.
7581 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7582 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7583 (tramp-gvfs-handle-file-directory-p): New defun.
7584 (tramp-gvfs-file-name-handler-alist): Use it.
7585
7586 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7587 `tramp-foreign-file-name-handler-alist'. Add to
7588 `tramp-unload-hook'.
7589 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7590 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7591 defconst.
7592 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7593 (tramp-gw-open-connection): Set tramp-autoload cookie.
7594
7595 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7596 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7597 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7598 loaded.
7599 (tramp-imap-file-name-p): Make it a defsubst.
7600 (tramp-imap-method, tramp-imaps-method)
7601 (tramp-imap-file-name-handler)
7602 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7603
7604 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7605 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7606 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7607 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7608 function name.
7609 (tramp-smb-tunnel-method): Make it a defconst.
7610 (tramp-smb-file-name-p): Make it a defsubst.
7611 (tramp-smb-method, tramp-smb-file-name-handler)
7612 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7613
7614 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7615 (tramp-uuencode-region): Set tramp-autoload cookie.
7616
7617 * net/trampver.el (top) Add to `tramp-unload-hook'.
7618 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7619 cookie. Update release number.
7620
308e764f
AM
76212010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7622
7623 * textmodes/ispell.el (ispell-start-process): Make sure original
7624 arg list is properly initialized (Bug#6993, Bug#6994).
7625
10999305 76262010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
7627
7628 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
7629
7630 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7631 chars like - or ] (bug#6984).
7632 (rx-any-condense-range): Explode 2-char ranges.
7633
10999305
CY
76342010-09-06 Glenn Morris <rgm@gnu.org>
7635
7636 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7637
76382010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
7639
7640 * textmodes/bibtex.el:
7641 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7642
f292afe5
LMI
76432010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7644
331b2b90 7645 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
7646 since no callers use it.
7647 (imap-message-get): Ditto.
7648 (imap-message-put): Ditto.
7649 (imap-mailbox-map): Ditto.
7650 (imap-mailbox-put): Ditto.
7651 (imap-mailbox-get): Ditto.
a131b9b8 7652 (imap-mailbox-get): Revert last change for this function.
f292afe5 7653
dfe1285d
LMI
76542010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7655
331b2b90 7656 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
7657 callers to use `imap-fetch' instead. According to the comments, this
7658 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
7659 (imap-enable-exchange-bug-workaround): Remove.
7660 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 7661
3ff31c90
LMI
76622010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7663
7664 * net/imap.el (imap-log): New convenience function used throughout
7665 instead of repeating the same code all over the place.
7666
dfe1285d 76672010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
7668
7669 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7670 when mouse-drag-copy-region is non-nil (Bug#6956).
7671
93a596e1
CY
76722010-09-05 Chong Yidong <cyd@stupidchicken.com>
7673
8d76af4a
CY
7674 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7675 Improve regexps (Bug#6987).
7676 (dired-sort-toggle): Search more robustly for -t flag.
7677
93a596e1
CY
7678 * files.el (get-free-disk-space): Search more robustly for
7679 "available" column. Suggested by Ehud Karni
7680 <ehud@unix.mvs.co.il>.
7681
733946e7
JB
76822010-09-05 Juanma Barranquero <lekktu@gmail.com>
7683
7684 * international/uni-bidi.el:
7685 * international/uni-category.el:
7686 * international/uni-combining.el:
7687 * international/uni-decimal.el:
7688 * international/uni-mirrored.el:
7689 * international/uni-name.el: Regenerate.
7690
2e664aab
SM
76912010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7692
6aeafb34
SM
7693 * electric.el (electric-indent-post-self-insert-function):
7694 Don't reindent with a sloppy indentation function.
7695
2e664aab
SM
7696 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7697 border case in change-log-mode.
7698
13ef65a4
CY
76992010-09-04 Chong Yidong <cyd@stupidchicken.com>
7700
7701 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7702 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7703 Recognize leading tab in gcc-include regexp. Ignore names with
7704 leading "from" or "in" in gnu regexp (Bug#6937).
7705
5abf1556
SM
77062010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7707
6aeafb34 7708 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
7709 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7710 (ispell-start-process): Avoid setq and simplify logic.
7711 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7712 (kill-buffer-hook): Don't use it globally with code that uses
7713 expand-file-name since that may call kill-buffer via
7714 code_conversion_restore.
7715
0be01d2c
CY
77162010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7717
7718 * emacs-lisp/package.el (package-directory-list): Only call
7719 file-name-nondirectory on a string.
7720
ebf662f4
CY
77212010-09-02 Chong Yidong <cyd@stupidchicken.com>
7722
5abf1556
SM
7723 * emacs-lisp/package.el (package--download-one-archive):
7724 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
7725 (package-activate-1, package-mark-obsolete, define-package)
7726 (package-compute-transaction, package-list-maybe-add): Use push.
7727
e5eddfd1
SM
77282010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7729
89acf735
SM
7730 Use SMIE's blink-paren for octave-mode.
7731 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7732 Backslashes do not escape single-quotes, single-quotes do.
7733 (octave-block-else-regexp, octave-block-end-regexp)
7734 (octave-block-match-alist): Remove.
7735 (octave-smie-bnf-table): New var, with old content.
7736 (octave-smie-op-levels): Use it.
7737 (octave-smie-closer-alist): New var.
7738 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7739 (octave-blink-matching-block-open): Remove.
7740 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7741 (octave-electric-space): Let self-insert-command run expand-abbrev and
7742 blink parens.
7743
3b843809
SM
7744 * electric.el (electricity): New group.
7745 (electric-indent-chars): New var.
7746 (electric-indent-post-self-insert-function): New fun.
7747 (electric-indent-mode): New minor mode.
7748 (electric-pair-skip-self): New custom.
7749 (electric-pair-post-self-insert-function): New function.
7750 (electric-pair-mode): New minor mode.
7751
0da20854
SM
7752 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7753 calcAlg-blink-matching-open.
7754 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
7755 (calc-do-alg-entry): Only touch the part of the keymap that varies.
7756 Use the new blink-matching-check-function.
7757
a49e651e
SM
7758 Provide blink-matching support to SMIE.
7759 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
7760 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
7761 (smie-blink-matching-check, smie-blink-matching-open): New functions.
7762
e5eddfd1
SM
7763 * simple.el (newline): Fix last change to properly remove itself from
7764 the hook.
7765
b13ebb5c
SM
77662010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7767
7768 * simple.el (newline): Eliminate optimization.
7769 Use post-self-insert-hook to set hard-newline and things before
7770 running post-self-insert-hook.
7771 (blink-matching-check-mismatch): New function.
7772 (blink-matching-check-function): New variable.
7773 (blink-matching-open): Use them.
7774 Skip back forward over prefix chars skipped by forward-sexp.
7775 Don't check if the parens are backslash escaped.
7776 (blink-paren-post-self-insert-function): Check backslash escaping here.
7777
e687c2cd
CY
77782010-09-02 Chong Yidong <cyd@stupidchicken.com>
7779
b13ebb5c
SM
7780 * emacs-lisp/package.el (package-menu-mode-map):
7781 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
7782 (package-menu-mode): Set revert-buffer-function.
7783 (package-menu-revert): Doc fix.
7784
567efba9
AM
77852010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
7786
7787 * textmodes/ispell.el (ispell-init-process): Use "~/" as
7788 `default-directory' unless using Ispell per-directory personal
7789 dictionaries and not in a mini-buffer under XEmacs.
7790 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 7791 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 7792
6d7cc563
JD
77932010-09-02 Jan Djärv <jan.h.d@swipnet.se>
7794
08d4877e
J
7795 * simple.el (kill-new): Call interprogram-cut-function with only
7796 one argument.
7797
45240125
JD
7798 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
7799 Remove cut buffer from error message.
7800
7801 * term/x-win.el (x-select-text):
7802 * term/pc-win.el (x-selection-value):
7803 * term/ns-win.el (x-selection-value):
7804 * eshell/em-term.el:
7805 * w32-fns.el (x-get-selection-value):
7806 * mouse-sel.el (mouse-sel-set-selection-function):
7807 * frame.el (display-selections-p): Remove cut-buffer in documentation.
7808
6d7cc563
JD
7809 * term/x-win.el: Update documentation for x-last-selected-text-*.
7810 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
7811 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6a7662bb
BR
7812 (x-select-text): Remove argument PUSH, update documentation.
7813 Remove cut-buffer code.
6d7cc563 7814 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 7815 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6a7662bb
BR
7816 Update documentation, remove cut-buffer code.
7817 Call x-selection-value-internal.
6d7cc563
JD
7818 (x-clipboard-yank): Call x-selection-value-internal.
7819 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
7820
7821 * term/pc-win.el (x-last-selected-text):
7822 x-cut-buffer-or-selection-value renamed to x-selection-value
7823 (x-select-text): Remove argument PUSH, update documentation.
7824
7825 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
7826 x-cut-buffer-or-selection-value renamed to x-selection-value
88b5a757 7827 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
7828 (x-select-text): Remove argument PUSH, update documentation.
7829
7830 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
7831
7832 * w32-fns.el (x-last-selected-text):
7833 x-cut-buffer-or-selection-value renamed to x-selection-value.
7834 (x-cut-buffer-max): Remove.
7835 (x-select-text): Remove argument PUSH, update documentation.
7836
7837 * simple.el (interprogram-cut-function): Remove mention of PUSH.
7838
7839 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
7840
7841 * mouse-sel.el (mouse-sel-get-selection-function):
7842 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 7843 (x-select-text): Remove optional push.
6d7cc563 7844
4de81ee0
SM
78452010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7846
8f4e9110
SM
7847 * simple.el (blink-paren-function): Move from C to here.
7848 (blink-paren-post-self-insert-function): New function.
7849 (post-self-insert-hook): Use it.
7850
4de81ee0
SM
7851 * emacs-lisp/pcase.el (pcase-split-memq):
7852 Fix overenthusiastic optimisation.
7853 (pcase-u1): Handle the case of a lambda pred.
7854
d419e1d9
KH
78552010-08-31 Kenichi Handa <handa@m17n.org>
7856
7857 * international/mule-cmds.el (standard-display-european-internal):
7858 Setup standard-display-table for 8-bit characters by storing 8-bit
7859 characters in the element vector.
7860
1e05f387
SM
7861 * disp-table.el (standard-display-8bit):
7862 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
7863 characters in the element vector.
7864 (standard-display-european): Likewise.
7865
61f7096c
CY
78662010-08-31 Masatake YAMATO <yamato@redhat.com>
7867
7868 * textmodes/nroff-mode.el (nroff-view): New command.
7869 (nroff-mode-map): Bind it to C-c C-c.
7870
ec5d3ff7
SM
78712010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7872
c8977b2e
SM
7873 * emacs-lisp/smie.el (smie-down-list): New command.
7874
ec5d3ff7
SM
7875 Remove old indentation and navigation code on octave-mode.
7876 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
7877 smie-down-list rather than add a binding for octave-down-block.
7878 (octave-mark-block, octave-blink-matching-block-open):
7879 Rely on forward-sexp-function.
7880 (octave-fill-paragraph): Don't narrow, so you can use
7881 indent-according-to-mode.
7882 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
7883 (octave-in-block-p, octave-re-search-forward-kw)
7884 (octave-re-search-backward-kw, octave-indent-calculate)
7885 (octave-end-as-array-index-p, octave-block-end-offset)
7886 (octave-scan-blocks, octave-forward-block, octave-backward-block)
7887 (octave-down-block, octave-backward-up-block, octave-up-block)
7888 (octave-before-magic-comment-p, octave-indent-line): Remove.
7889
187d3296
CY
78902010-08-31 Chong Yidong <cyd@stupidchicken.com>
7891
7892 * emacs-lisp/package.el (package--read-archive-file): Just use
7893 `read', to avoid copying an additional string.
7894 (package-menu-mode): Set header-line-format here.
7895 (package-menu-refresh, package-menu-revert): Signal an error if
7896 not in the Package Menu.
7897 (package-menu-package-list): New var.
7898 (package--generate-package-list): Operate on the current buffer;
7899 don't assume that it is *Packages*, since the user may rename it.
7900 Allow persistent package listings and sort keys using
7901 package-menu-package-list and package-menu-package-sort-key.
7902 (package-menu--version-predicate): Fix version calculation.
7903 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
7904 (package--list-packages): Create the *Packages* buffer.
7905 Set package-menu-package-list-key.
187d3296
CY
7906 (list-packages): Sorting by status is now the default.
7907 (package-buffer-info): Use match-string-no-properties.
7908 (define-package): Add a &rest argument for future proofing, but
7909 don't use it yet.
7910 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
7911 Merge into a single function, package-install-from-buffer.
7912 (package-install-file): Change caller.
187d3296
CY
7913
7914 * finder.el: Load finder-inf using `require'.
7915 (finder-list-matches): Sorting by status is now the default.
7916 (finder-compile-keywords): Simpify printing.
7917
e17b68ed
SM
79182010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7919
7920 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7921 (octave-mode-map): Remove special bindings for forward/backward-block
7922 and octave-backward-up-block. Use smie-close-block.
7923 (octave-continuation-marker-regexp): New var.
7924 (octave-continuation-regexp): Use it.
7925 (octave-operator-table, octave-smie-op-levels)
7926 (octave-operator-regexp, octave-smie-indent-rules): New vars.
7927 (octave-smie-backward-token, octave-smie-forward-token): New funs.
7928 (octave-mode): Use SMIE.
7929 (octave-close-block): Delete.
7930
42b6a73b
EZ
79312010-08-30 Eli Zaretskii <eliz@gnu.org>
7932
7933 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
7934 CLIPBOARD, not in PRIMARY. (Bug#6944)
7935
f291fe60
SM
79362010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7937
ee992a8c
SM
7938 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
7939 a list of parents.
7940 (smie-indent-column): Allow indirection through variables.
7941
d36b74ca
SM
7942 * composite.el (save-buffer-state): Delete, unused.
7943 * font-lock.el (save-buffer-state): Use with-silent-modifications.
7944 (font-lock-default-fontify-region): Use with-syntax-table.
7945 * jit-lock.el (with-buffer-unmodified): Remove.
7946 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
7947
f291fe60
SM
7948 Use `declare' in defmacros.
7949 * window.el (save-selected-window):
7950 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
7951 * progmodes/python.el (def-python-skeleton):
7952 * net/dbus.el (dbus-ignore-errors):
7953 * jka-cmpr-hook.el (with-auto-compression-mode):
7954 * international/mule.el (with-category-table):
7955 * emacs-lisp/timer.el (with-timeout):
7956 * emacs-lisp/lisp-mnt.el (lm-with-file):
7957 * emacs-lisp/eieio.el (with-slots):
7958 * emacs-lisp/easymenu.el (easy-menu-define):
7959 * emacs-lisp/debug.el (debugger-env-macro):
7960 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
7961 (Multiple-value-call, Multiple-value-prog1):
7962 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
7963 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
7964 edebug rule to definition.
7965 * emacs-lisp/lisp-mode.el (save-selected-window)
7966 (with-current-buffer, combine-after-change-calls)
7967 (with-output-to-string, with-temp-file, with-temp-buffer)
7968 (with-temp-message, with-syntax-table, read-if, eval-after-load)
7969 (dolist, dotimes, when, unless):
7970 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
7971
96ae4c8f
CY
79722010-08-29 Chong Yidong <cyd@stupidchicken.com>
7973
7974 * finder.el: Require `package'.
7975 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
7976 (finder-package-info): Var deleted.
7977 (finder-keywords-hash, finder--builtins-alist): New vars.
7978 (finder-compile-keywords): Compute package--builtins and
7979 finder-keywords-hash instead of finder-keywords-hash, respecting
7980 the "Package" header.
f291fe60
SM
7981 (finder-unknown-keywords, finder-list-matches):
7982 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
7983 (finder-mode): Don't set font-lock-defaults.
7984 (finder-exit): We don't use "*Finder-package*" and "*Finder
7985 Category*" buffers anymore.
7986
7987 * emacs-lisp/package.el (package--builtins-base): Var deleted.
7988 (package--builtins): Set default value to nil.
7989 (package-initialize): Load precomputed value of package--builtins
7990 from finder-inf.el.
7991 (package-alist, package-compute-transaction)
7992 (package-download-transaction): Improve docstring.
7993 (package-read-all-archive-contents): Do not change
7994 package--builtins here.
7995 (list-packages): Make package-list-packages an alias for this.
7996 Sort by status by default.
7997 (package--list-packages): Add optional PACKAGES arg.
7998 (describe-package-1): Use font-lock-face property. For built-in
7999 packages, insert file commentary.
8000 (package--generate-package-list): Rename from
8001 package-list-packages-internal; all callers changed. Add optional
8002 PACKAGES arg. Add alphabetical sort fallbacks.
8003 (package-menu--version-predicate, package-menu--status-predicate)
8004 (package-menu--description-predicate)
8005 (package-menu--name-predicate): New functions.
8006
8007 * info.el (Info-finder-find-node): Search package-alist instead of
8008 finder-package-info.
8009
e2046ecf
CY
80102010-08-29 Chong Yidong <cyd@stupidchicken.com>
8011
8012 * subr.el (version-regexp-alist): Don't use "a" and "b" for
8013 "alpha" and "beta".
8014 (version-to-list): Handle versions like "10.3d".
8015
6fe79b7c
SM
80162010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8017
8018 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
8019 (macroexp-accumulate): Use `declare'.
8020
1a868076
VJL
80212010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8022
8023 * whitespace.el (whitespace-style): Adjust type declaration.
8024
9e69cb05
KH
80252010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
8026
8027 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
8028
80292010-08-26 Chong Yidong <cyd@stupidchicken.com>
8030
8031 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
8032 (Bug#6907).
8033
4142607e
NW
80342010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
8035
8036 * progmodes/js.el: Make indentation more customizable (Bug#6914).
8037 (js-paren-indent-offset, js-square-indent-offset)
8038 (js-curly-indent-offset): New options.
8039 (js--proper-indentation): Use them.
8040
88a36e60
DC
80412010-08-26 Daniel Colascione <dan.colascione@gmail.com>
8042
8043 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
8044 instead of inspecting font-lock properties (Bug#6916).
8045
38dbc4d8
DR
80462010-08-26 David Reitter <david.reitter@gmail.com>
8047
8048 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 8049 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
8050 (server-execute): Do not run hooks here.
8051
44ffae96
MA
80522010-08-26 Michael Albinus <michael.albinus@gmx.de>
8053
8054 Sync with Tramp 2.1.19.
8055
0dc3e410
MA
8056 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Protect
8057 deleting tmpfile.
8058 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
20b8ac83 8059
0dc3e410 8060 * net/tramp.el (tramp-handle-expand-file-name)
20b8ac83 8061 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
8062 (tramp-completion-handle-file-name-completion):
8063 Use `tramp-connectable-p'.
20b8ac83 8064
44ffae96
MA
8065 * net/trampver.el: Update release number.
8066
cb6c4991
CY
80672010-08-26 Chong Yidong <cyd@stupidchicken.com>
8068
8069 * help.el (help-map): Bind `C-h P' to describe-package.
8070
8071 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
8072
8073 * emacs-lisp/package.el (package-refresh-contents): Catch errors
8074 when downloading archives.
8075 (describe-package-1): Add package commentary.
8076 (package-install-button-action): New function.
8077 (package-menu-mode-map): Bind ? to package-menu-describe-package.
8078 (package-menu-view-commentary): Function removed.
8079 (package-list-packages-internal): Hide the `package' package too.
8080
b60f961f
KH
80812010-08-25 Kenichi Handa <handa@m17n.org>
8082
8083 * language/misc-lang.el ("Arabic"): New language environment.
8084 Setup composition-function-table for Arabic characters.
8085
8086 * international/fontset.el (setup-default-fontset): Fix typo for
8087 arabic OTF spec (fini->fina).
8088
a0c16be4
J
80892010-08-25 Jan Djärv <jan.h.d@swipnet.se>
8090
8091 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
8092 on all frames.
8093
85cc3d4f
VJL
80942010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8095
8096 * whitespace.el: Allow cleaning up blanks without blank
8097 visualization (Bug#6651). Adjust help window for
8098 whitespace-toggle-options (Bug#6479). Allow to use fill-column
8099 instead of whitespace-line-column (from EmacsWiki). New version
8100 13.1.
88b5a757 8101 (whitespace-style): Add new value 'face. Adjust docstring.
6a7662bb
BR
8102 (whitespace-space, whitespace-hspace, whitespace-tab):
8103 Adjust foreground property face.
85cc3d4f
VJL
8104 (whitespace-line-column): Adjust docstring and type declaration.
8105 (whitespace-style-value-list, whitespace-toggle-option-alist)
8106 (whitespace-help-text): Adjust const initialization.
8107 (whitespace-toggle-options, global-whitespace-toggle-options):
8108 Adjust docstring.
8109 (whitespace-display-window, whitespace-interactive-char)
8110 (whitespace-style-face-p, whitespace-color-on): Adjust code.
8111 (whitespace-help-scroll): New fun.
8112
cb8759ca
CY
81132010-08-24 Chong Yidong <cyd@stupidchicken.com>
8114
8115 * emacs-lisp/package.el (list-packages): Alias for
8116 package-list-packages.
8117
44a41a47
KR
81182010-08-24 Kevin Ryde <user42@zip.com.au>
8119
be7748e7
KR
8120 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
8121 (Bug#5651).
8122
44a41a47
KR
8123 * progmodes/ruby-mode.el (ruby): Add defgroup.
8124
edfd00fa
CY
81252010-08-24 Chong Yidong <cyd@stupidchicken.com>
8126
8127 * progmodes/python.el: Add Ipython support (Bug#5390).
8128 (python-shell-prompt-alist)
8129 (python-shell-continuation-prompt-alist): New options.
8130 (python--set-prompt-regexp): New function.
6a7662bb
BR
8131 (inferior-python-mode, run-python, python-shell):
8132 Require ansi-color. Use python--set-prompt-regexp to set the comint
edfd00fa
CY
8133 prompt based on the Python interpreter.
8134 (python--prompt-regexp): New var.
8135 (python-check-comint-prompt)
8136 (python-comint-output-filter-function): Use it.
8137 (run-python): Use a pipe (Bug#5694).
8138
81392010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
8140
8141 * progmodes/python.el (python-send-region): Send a different
8142 Python command if Ipython is in use.
8143 (python-check-version): Use a Python command to find the version.
8144
1c409d0b
CY
81452010-08-24 Chong Yidong <cyd@stupidchicken.com>
8146
8147 * mouse.el (mouse-yank-primary): Avoid setting primary when
8148 deactivating the mark (Bug#6872).
8149
733946e7 81502010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
8151
8152 * progmodes/python.el (python-block-pairs): Allow use of "finally"
8153 with "else" (Bug#3991).
8154
e73f184c
MA
81552010-08-23 Michael Albinus <michael.albinus@gmx.de>
8156
8157 * net/dbus.el: Accept UNIX domain sockets as bus address.
8158 (top): Don't initialize `dbus-registered-objects-table' anymore,
01c35094 8159 this is done in dbusbind.c.
e73f184c
MA
8160 (dbus-check-event): Adapt test for bus.
8161 (dbus-return-values-table, dbus-unregister-service)
8162 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
8163 Adapt doc string.
8164
1a140747
JB
81652010-08-23 Juanma Barranquero <lekktu@gmail.com>
8166
8167 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
8168
7133b7ee
JL
81692010-08-22 Juri Linkov <juri@jurta.org>
8170
8171 * simple.el (read-extended-command): New function with the logic
8172 for `completing-read' moved to Elisp from `execute-extended-command'.
8173 Use `function-called-at-point' in `minibuffer-default-add-function'
8174 to get a command name for M-n (bug#5364, bug#5214).
8175
198a7a97
CY
81762010-08-22 Chong Yidong <cyd@stupidchicken.com>
8177
8178 * startup.el (command-line-1): Issue warning for ignored arguments
8179 --unibyte, etc (Bug#6886).
8180
c00725d7
LL
81812010-08-22 Leo <sdl.web@gmail.com>
8182
8183 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
8184 (ignore, bright, dim, keyword): Split list of nicknames before
8185 passing to rcirc-add-or-remove (Bug#6894).
8186
bc7d7ea6
CY
81872010-08-22 Chong Yidong <cyd@stupidchicken.com>
8188
8189 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
8190
b0126eac 81912010-08-22 Leo <sdl.web@gmail.com>
e0143335 8192
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 8193 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 8194 * ido.el: Revert Óscar's.
e0143335
LL
8195 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
8196 Remember the buffers at head, rather than their name.
76e3243a 8197 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 8198
b0126eac 81992010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
8200 Stefan Monnier <monnier@iro.umontreal.ca>
8201
8202 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
8203 extra backslash added to each line (bug#6890).
8204
b0126eac 82052010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
8206
8207 * subr.el (read-key): Don't echo keystrokes (bug#6883).
8208
b0126eac 82092010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
8210
8211 * menu-bar.el (menu-bar-games-menu): Add landmark.
8212
b0126eac 82132010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 8214
9130a2d6
GM
8215 * align.el (align-regexp): Make group and spacing arguments
8216 use the interactive defaults when non-interactive. (Bug#6698)
8217
fb89a654
GM
8218 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
8219 expansion, so as not to need sendmail.
8220 (mail-text-start): Remove declaration.
8221 (rmail-retry-failure): Require sendmail.
8222
b0126eac 82232010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
8224
8225 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
8226
b0126eac 82272010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 8228
186e86db
SM
8229 * progmodes/flymake.el (flymake-start-syntax-check-process):
8230 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 8231
b0126eac 82322010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
8233
8234 * files.el: Add `word-wrap' as safe local variable.
8235
b0126eac 82362010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
8237
8238 * woman.el (woman-translate): Case matters. (Bug#6849)
8239
b0126eac 82402010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
8241
8242 * simple.el (kill-region): Doc fix (Bug#6787).
8243
b0126eac 82442010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
8245
8246 * calendar/diary-lib.el (diary-header-line-format):
8247 Fit it to the window, not the frame.
8248
b0126eac 82492010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
8250
8251 * subr.el (ignore-errors): Add debug declaration.
8252
b0126eac 82532010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
8254
8255 * whitespace.el (whitespace-color-off): Remove post-command-hook
8256 locally.
8257
537ffaf3
SM
82582010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8259
8260 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8261
d64b8a68
CY
82622010-08-21 Chong Yidong <cyd@stupidchicken.com>
8263
8264 * cus-edit.el (custom-group-value-create): Add extra newline
8265 before end line (Bug#6876).
8266
d2625c3d
CY
82672010-08-21 Chong Yidong <cyd@stupidchicken.com>
8268
8269 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8270 when extending it. Before killing on the second click, check if
8271 the buffer is the correct one. Doc fix.
8272 (mouse-secondary-save-then-kill): Allow usage without first
8273 calling mouse-start-secondary, by defaulting to point. Don't save
8274 an empty secondary selection. Doc fix.
8275
80525855
VJL
82762010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8277
91bdeb66
VJL
8278 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8279 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 8280 New version 13.0.
80525855
VJL
8281 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8282 Adjust initialization.
8283 (whitespace-bob-marker, whitespace-eob-marker)
8284 (whitespace-buffer-changed): New vars.
8285 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8286 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
8287 (whitespace-post-command-hook, whitespace-display-char-on):
8288 Adjust code.
80525855 8289 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 8290 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 8291
4b9c0a49
SM
82922010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8293
118cf454
SM
8294 * files.el (locate-file-completion-table): Only list the .el and .elc
8295 extensions if there's no other choice (bug#5955).
8296
a2e5caf7
SM
8297 * facemenu.el (facemenu-self-insert-data): New var.
8298 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8299 New functions.
8300 (facemenu-add-face): Use them.
8301
4b9c0a49
SM
8302 * simple.el (blink-matching-open): Obey forward-sexp-function.
8303
0193499f
SM
83042010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8305
b2a15250
SM
8306 * simple.el (prog-mode-map): New var.
8307 (prog-indent-sexp): New command.
8308
b5ba2d6f
SM
8309 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8310
9acd1bdc
SM
8311 * progmodes/prolog.el (smie): Require.
8312
8723cfa4
SM
8313 * emacs-lisp/smie.el (smie-default-backward-token)
8314 (smie-default-forward-token): Strip properties.
8315 (smie-next-sexp): Be more careful with associative operators.
8316 (smie-forward-sexp-command): Generalize.
8317 (smie-backward-sexp-command): Simplify.
8318 (smie-closer-alist): New var.
8319 (smie-close-block): New command.
8320 (smie-indent-debug-log): New var.
8321 (smie-indent-offset-rule): Add a few more cases.
8322 (smie-indent-column): New function.
8323 (smie-indent-after-keyword): Use it.
8324 (smie-indent-keyword): Use it.
8325 Fix up the opener code's point position.
8326 (smie-indent-comment): Only applies at BOL.
8327 (smie-indent-debug): New command.
8328
0193499f
SM
8329 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8330 declarations that are useful before running the macro.
8331
0c9b8993
GM
83322010-08-18 Joakim Verona <joakim@verona.se>
8333
8334 * image.el (imagemagick-types-inhibit): New variable.
8335 (imagemagick-register-types): New function.
8336 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
8337 (image-transform-set-scale, image-transform-fit-to-height)
8338 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
8339 (image-transform-fit-to-width, image-transform-fit-to-height):
8340 New functions.
ccd80618
JV
8341 (image-toggle-display-image): Support image transforms.
8342
1075cd61
KY
83432010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8344
8345 * image.el (create-animated-image): Don't add heuristic mask to image
8346 (Bug#6839).
8347
64cb6c78
J
83482010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8349
0193499f
SM
8350 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8351 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 8352
ff80a446
SM
83532010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8354
afa22f7c
SM
8355 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8356
ff80a446
SM
8357 Font-lock '...' strings, plus various simplifications and fixes.
8358 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8359 (octave-font-lock-close-quotes): New function.
8360 (octave-font-lock-syntactic-keywords): New var.
8361 (octave-mode): Use it. Set beginning-of-defun-function.
8362 (octave-mode-map): Don't override the <foo>-defun commands.
8363 (octave-mode-menu): Pass it directly to easy-menu-define;
8364 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8365 (octave-block-match-alist): Fix up last change so that
8366 octave-close-block uses the more specific keyword.
8367 (info-lookup-mode): Silence byte-compiler.
8368 (octave-beginning-of-defun): Not interactive any more.
8369 Optimize slightly.
8370 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8371 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8372 (octave-completion-at-point-function): Make sure point is within
8373 beg..end.
8374 (octave-reindent-then-newline-and-indent):
8375 Use reindent-then-newline-and-indent.
8376 (octave-add-octave-menu): Remove.
8377
2269b349
JD
83782010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8379
489cd5bd
JD
8380 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8381 (report-emacs-bug-can-use-xdg-email): New functions.
8382 (report-emacs-bug): Set can-xdg-email to result of
8383 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8384 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8385 about it.
30ebab6d 8386
a2fb159c
GM
8387 * net/browse-url.el (browse-url-default-browser): Add cond
8388 for browse-url-xdg-open.
8389 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8390
83912010-08-17 Glenn Morris <rgm@gnu.org>
8392
8393 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8394 (c-fontify-recorded-types-and-refs): Define for compiler.
8395 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8396 before use.
8397
8398 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8399 Fix format call.
8400
bb6aba9c
MA
84012010-08-17 Michael Albinus <michael.albinus@gmx.de>
8402
8403 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8404 properties.
8405 (tramp-handle-process-file): Call the program in a subshell, in
8406 order to preserve working directory.
8407 (tramp-action-password): Hide password prompt before next run.
8408 (tramp-process-actions): Widen connection buffer for the trace.
8409
8f10c937
DD
84102010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8411
8412 * net/rcirc.el (rcirc-log-process-buffers): New option.
8413 (rcirc-print): Use it.
8414 (rcirc-generate-log-filename): New function.
8415 (rcirc-log-filename-function): Change default to
8416 rcirc-generate-log-filename (Bug#6828).
8417
7c23dd44
CY
84182010-08-16 Chong Yidong <cyd@stupidchicken.com>
8419
8420 * simple.el (deactivate-mark): If select-active-regions is `only',
8421 only set selection for temporarily active regions.
8422
8423 * cus-start.el: Change defcustom for select-active-regions.
8424
6d3e82d2
CY
84252010-08-15 Chong Yidong <cyd@stupidchicken.com>
8426
8427 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
8428 (mouse-drag-track): Use LOCATION arg to push-mark.
8429 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
8430 consideration when updating point and mark (Bug#6840).
8431
c68263b1
CY
84322010-08-15 Chong Yidong <cyd@stupidchicken.com>
8433
8434 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8435 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8436
456f369a
ŠN
84372010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8438
ff80a446
SM
8439 * font-lock.el (lisp-font-lock-keywords-2):
8440 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
8441 with-demoted-errors, and with-silent-modifications (Bug#6025).
8442
c22e18f5
KR
84432010-08-14 Kevin Ryde <user42@zip.com.au>
8444
8445 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
8446 (copyright-update): Temporary switch-to-buffer to ensure the
8447 buffer change being queried is visible (Bug#5394).
c22e18f5 8448
6f1a6faf
TT
84492010-08-14 Tom Tromey <tromey@redhat.com>
8450
8451 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8452 (Bug#6733).
8453
e7afcf30
EZ
84542010-08-14 Eli Zaretskii <eliz@gnu.org>
8455
8456 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8457 MS-DOS. (Bug#6689)
8458
2b4e6277
J
84592010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8460
8461 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8462 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8463 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8464 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
8465 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8466 Call menu-bar-set-tool-bar-position.
2b4e6277 8467
dc94fc85
SM
84682010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8469
c5683ceb
SM
8470 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8471 comment style (bug#6834).
8472 * progmodes/scheme.el (scheme-mode-syntax-table):
8473 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8474 "b" flag in "' 14b" syntax.
8475
c82d5b11
SM
8476 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8477 for (un)commenting the region and performing completion.
8478 (octave-mode-menu): Use standard commands for help and completion.
8479 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8480 (octave-mode): Use define-derived-mode.
8481 Set completion-at-point-functions and don't set columns.
8482 Don't disable adaptive-fill-regexp.
8483 (octave-describe-major-mode, octave-comment-region)
8484 (octave-uncomment-region, octave-comment-indent)
8485 (octave-indent-for-comment): Remove.
8486 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 8487 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
8488 (octave-initialize-completions): No need to make an alist.
8489 (octave-completion-at-point-function): New function.
8490 (octave-complete-symbol): Use it.
8491 (octave-insert-defun): Use define-skeleton.
8492
8493 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8494 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 8495
abec5126 84962010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
61b6abbd
AL
8497
8498 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8499 indentation of inserted comment.
8500
3a46642b
J
85012010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8502
8503 * faces.el (region): Add type gtk that uses gtk colors.
8504
8505 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8506 Handle theme-name change.
8507
3bd2cfef
MM
85082010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8509
8510 * progmodes/sql.el: Version 2.5
8511 (sql-product-alist): Add :prompt-cont-regexp property for several
8512 database products.
8513 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
8514 (sql-output-newline-count, sql-output-by-send):
8515 New variables. Record number of newlines in input text.
3bd2cfef
MM
8516 (sql-send-string): Handle multiple filters and count newlines.
8517 (sql-send-magic-terminator): Count terminator newline.
8518 (sql-interactive-remove-continuation-prompt): Filters output to
8519 remove continuation prompts; one for each newline.
8520 (sql-interactive-mode): Set up new variables, prompt regexp and
8521 output filter.
8522 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 8523 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 8524
d02c9bcd
SM
85252010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8526
8527 * emacs-lisp/pcase.el: New file.
8528
80ca4f1e
MA
85292010-08-10 Michael Albinus <michael.albinus@gmx.de>
8530
8531 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8532 as here-document, otherwise the command could exceed maximum
8533 length of command line.
d02c9bcd
SM
8534 (tramp-handle-vc-registered): Call script accordingly.
8535 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 8536
2948599b
KH
85372010-08-10 Kenichi Handa <handa@m17n.org>
8538
8539 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8540 composable pattern.
8541
148cef8e
CY
85422010-08-09 Chong Yidong <cyd@stupidchicken.com>
8543
8544 * emacs-lisp/package.el (package-version-split)
8545 (package--version-first-nonzero, package-version-compare):
8546 Functions removed.
8547 (package-directory-list, package-load-all-descriptors)
8548 (package--built-in, package-activate, define-package)
8549 (package-installed-p, package-compute-transaction)
8550 (package-read-all-archive-contents)
8551 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
8552 (package-tar-file-info, package-list-packages-internal):
8553 Use version-to-list and version-list-*.
148cef8e 8554
d02c9bcd
SM
8555 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8556 Use version-to-list.
148cef8e
CY
8557 (package-upload-buffer-internal): Use version-list-<=.
8558
82a9ce0f
KH
85592010-08-09 Kenichi Handa <handa@m17n.org>
8560
231e5e5f 8561 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
8562 composable pattern.
8563
7adf5fdc
CY
85642010-08-08 Chong Yidong <cyd@stupidchicken.com>
8565
fc560445
CY
8566 * tutorial.el (tutorial--default-keys): C-d is now bound to
8567 delete-forward-char (Bug#6826).
8568
7adf5fdc
CY
8569 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8570 for `double' value of mouse-1-click-follows-link (Bug#6807).
8571
e54a1075
JB
85722010-08-08 Johan Bockgård <bojohan@gnu.org>
8573
8574 * replace.el (replace-highlight): Bind isearch-forward and
8575 isearch-error, ensuring that highlighting is updated if the user
8576 switches the search direction (Bug#6808).
8577
8578 * isearch.el (isearch-lazy-highlight-forward): New var.
8579 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8580 (isearch-lazy-highlight-update): Use it.
8581
7815fe19 85822010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 8583
8d9e03e4
JB
8584 * international/mule.el (define-charset): Store NAME as :base property.
8585 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
8586 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8587 current priority. Force using the designation of the specific
8d9e03e4 8588 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 8589
7815fe19 85902010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
8591
8592 * emulation/pc-select.el (pc-selection-mode-hook)
8593 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8594 (pc-selection-mode): Fix typos in docstrings.
8595
7815fe19 85962010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
8597
8598 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8599 ctext-non-standard-encodings-alist here.
8600
8d9e03e4
JB
8601 * international/mule.el (ctext-non-standard-encodings-alist):
8602 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
8603 (ctext-standard-encodings): New variable.
8604 (ctext-non-standard-encodings-table): List only elements for
8605 non-standard encodings.
186e86db 8606 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
8607 Check ctext-standard-encodings.
8608
8609 * international/mule-conf.el (compound-text): Doc fix.
8610 (ctext-no-compositions): Doc fix.
8611 (compound-text-with-extensions): Doc fix.
8612
7815fe19 86132010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
8614
8615 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8616
8d9e03e4 86172010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 8618
9ebc731b
JB
8619 * progmodes/which-func.el (which-func-format): Split help-echo text
8620 into lines, like other mode-line tooltips.
8621
d5b8058f
JB
8622 * server.el (server-start): When using TCP sockets, force IPv4
8623 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8624
8d9e03e4 86252010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
8626
8627 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8628
8d9e03e4 86292010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
8630
8631 * term.el (term-delimiter-argument-list): Reflow docstring.
8632 (term-read-input-ring, term-write-input-ring, term-send-input)
8633 (term-bol, term-erase-in-display, serial-supported-or-barf):
8634 Fix typos in docstrings.
8635
8d9e03e4 86362010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
8637
8638 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8639
8d9e03e4 86402010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
8641
8642 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8643
8d9e03e4 86442010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
8645
8646 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8647 Fix typo in docstring (bug#6747).
8648
7815fe19 86492010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
8650
8651 * eshell/esh-io.el (eshell-get-target): Better detection of
8652 read-only file (Bug#6762).
8653
7815fe19 86542010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
8655
8656 * align.el (align-default-spacing): Doc fix.
8657 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8658
733946e7 86592010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 8660
490b89ac 8661 * calendar/icalendar.el
93acd23d
JB
8662 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8663 (icalendar--get-weekday-numbers): New.
81ee9410 8664 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 8665 values in weekly rules. (Bug#6766)
81ee9410 8666
490b89ac
UJ
86672010-08-08 Ulf Jasper <ulf.jasper@web.de>
8668
8669 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8670 (icalendar--create-uid, icalendar-export-region)
8671 (icalendar--parse-summary-and-rest): Code formatting.
8672
2c695727
JB
86732010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8674
01c35094 8675 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
2c695727
JB
8676 to italicize headers.
8677 (calc-highlight-selections-with-faces): New variable.
8678 (calc-selected-face, calc-nonselected-face): New faces.
8679
8680 * calc/calccomp.el (math-comp-highlight-string): Use
8681 `calc-highlight-selections-with-faces' to determine how to highlight
8682 sub-formulas.
8683
8684 * calc/calc-sel.el (calc-show-selections): Change message to when
8685 using faces to highlight selections.
8686
b93d4f22
MM
86872010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8688
8d9e03e4
JB
8689 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8690 Add SQLite 3 keywords, functions and datatypes.
8691 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
8692 (Bug#6686).
8693
9852377f
CY
86942010-08-07 Chong Yidong <cyd@stupidchicken.com>
8695
8696 * simple.el (select-active-regions): Move to keyboard.c.
8697 (deactivate-mark): Used saved-region-selection.
8698 (select-active-region): Function removed.
8699 (activate-mark, set-mark, push-mark-command)
8700 (handle-shift-selection): Don't call it.
8701 (keyboard-quit): Avoid adding the region to the window selection.
8702
8703 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8704 select-active-regions implementation.
8705 (mouse-yank-at-click): Doc fix.
8706
8707 * cus-start.el: Add custom declaration for select-active-regions.
8708
822775bf
EZ
87092010-08-07 Eli Zaretskii <eliz@gnu.org>
8710
4c5130d6
EZ
8711 * simple.el (delete-forward-char): Doc fix.
8712
822775bf
EZ
8713 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8714 after reading the tutorial.
8715
bd4c5e3e
AM
87162010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8717
6a7662bb
BR
8718 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8719 Fix for the case that a C style comment has its delimiters alone on
cb6fa1ad 8720 their respective lines. (Bug#193)
bd4c5e3e 8721
d00fa9b6
MA
87222010-08-06 Michael Albinus <michael.albinus@gmx.de>
8723
8d9e03e4 8724 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6 8725 property "vec".
6a7662bb
BR
8726 (tramp-process-sentinel): Use it for flushing the cache.
8727 We cannot do it via the process buffer, the buffer could be deleted
d00fa9b6
MA
8728 already when running the sentinel.
8729
87302010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
8731
8732 * comint.el (comint-mode): Make directory tracking functions
8733 functional on remote files. (Bug#6764)
8734
b3d42406
DN
87352010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8736
8737 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8738
29cf3e20
EZ
87392010-08-05 Eli Zaretskii <eliz@gnu.org>
8740
6a7662bb
BR
8741 * emacs-lisp/find-gc.el (find-gc-source-files):
8742 Rename unexec.c => unexcoff.c.
29cf3e20 8743
6a7662bb
BR
8744 * emacs-lisp/authors.el (authors-fixed-entries):
8745 Rename unexec.c => unexcoff.c.
29cf3e20 8746
39e1bf0b
MA
87472010-08-05 Michael Albinus <michael.albinus@gmx.de>
8748
8749 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8750 cache, not only file cache.
8751 (tramp-process-sentinel): New defun.
8752 (tramp-handle-start-file-process): Use it, in order to invalidate
8753 file caches.
8754
9f982e22
LL
87552010-08-03 Leo <sdl.web@gmail.com>
8756
8757 * server.el (server-start): Simplify loop.
8758
0798a8d8
SM
87592010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8760
548c5c47
SM
8761 * frame.el (screen-height, screen-width, set-screen-width)
8762 (set-screen-height): Remove ancient compatibility aliases.
8763
3311d1c2
SM
8764 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
8765 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
8766
0798a8d8
SM
8767 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
8768 that change current buffer.
8769
26ee77a6
YM
87702010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8771
8772 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
8773 beginning of the string. Use `string-match-p'. (Bug#6765)
8774
aa1859f5
J
87752010-08-01 Jan Djärv <jan.h.d@swipnet.se>
8776
8777 * cus-start.el (x-gtk-use-system-tooltips): New variable.
8778
376c2b6b
CY
87792010-08-01 Chong Yidong <cyd@stupidchicken.com>
8780
0798a8d8 8781 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 8782 (package--builtins): Tweak descriptions.
0798a8d8
SM
8783 (package-print-package): Upcase descriptions if necessary.
8784 Show all built-in packages in font-lock-builtin-face.
8785 (package-list-packages-internal): Omit "emacs" package.
8786 Show status of built-in packages as "built-in".
376c2b6b 8787
16041401
CY
87882010-07-31 Chong Yidong <cyd@stupidchicken.com>
8789
8790 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
8791 before killing to preserve the primary selection (Bug#6701).
8792
8793 * term/x-win.el (x-select-text): Doc fix.
8794
0798a8d8
SM
87952010-07-31 Nathaniel Flath <flat0103@gmail.com>
8796
452ea855
AM
8797 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
8798 (objc-font-lock-extra-types):
452ea855 8799 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
8800 * progmodes/cc-langs.el (c-make-mode-syntax-table)
8801 (c++-make-template-syntax-table)
8802 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
8803 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
8804 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
8805 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
8806 * progmodes/cc-fonts.el (c-make-inverse-face)
8807 (c-basic-matchers-after):
452ea855
AM
8808 * progmodes/cc-engine.el (c-forward-keyword-clause)
8809 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
8810 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
8811 (c-guess-continued-construct, c-guess-basic-syntax):
2f5e7c6f
GM
8812 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
8813 The above functions were modified or created.
452ea855 8814
37766706
J
88152010-07-31 Jan Djärv <jan.h.d@swipnet.se>
8816
0798a8d8 8817 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 8818
cd83d522
EZ
88192010-07-31 Eli Zaretskii <eliz@gnu.org>
8820
8821 * files.el (bidi-paragraph-direction): Define safe local values.
8822
8823 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
8824 language-info-alist. Remove outdated FIXME in a comment.
8825
28e5cf7c
AM
88262010-07-31 Alan Mackenzie <acm@muc.de>
8827
8828 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
8829 Auto-fill broken in C/C++ modes.
8830
bfeabdc3
JD
88312010-07-29 Jan Djärv <jan.h.d@swipnet.se>
8832
8833 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8834 (menu-bar-showhide-tool-bar-menu-customize-disable)
8835 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
8836 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
8837 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
8838 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
8839 make a menu for Options => toolbar that can move it.
8840
063e5294
CY
88412010-07-29 Chong Yidong <cyd@stupidchicken.com>
8842
8843 * emacs-lisp/package-x.el (package--make-rss-entry):
8844 (package-maint-add-news-item, package--update-news)
8845 (package-upload-buffer-internal): New arg ARCHIVE-URL.
8846
8847 * emacs-lisp/package.el (package-archive-url): Rename from
8848 package-archive-id.
8849 (package-install): Doc fix.
8850 (package-download-single, package-download-tar, package-install)
8851 (package-menu-view-commentary): Callers changed.
8852
683cc385
MA
88532010-07-29 Michael Albinus <michael.albinus@gmx.de>
8854
8855 * net/tramp.el (tramp-handle-start-file-process): Check only for
8856 `remote-tty' process property.
8857 (tramp-open-shell): Don't check for tty.
8858 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
8859 process property.
8860
8861 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
8862 host.
8863
bc44bef7
PH
88642010-07-28 Chong Yidong <cyd@stupidchicken.com>
8865
8866 * emacs-lisp/package.el (package-load-list, package-archives)
8867 (package-archive-contents, package-user-dir)
8868 (package-directory-list, package--builtins, package-alist)
8869 (package-activated-list, package-obsolete-alist): Mark as risky.
8870
88712010-07-28 Phil Hagelberg <phil@evri.com>
8872
8873 Add support for non-default package repositories.
8874 * emacs-lisp/package.el (package-archive-base): Var deleted.
8875 (package-archives): New variable.
8876 (package-archive-contents): Doc fix.
0798a8d8 8877 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
8878 (package--write-file-no-coding): New function.
8879 (package-unpack-single): Use it.
8880 (package-archive-id): New function.
8881 (package-download-single, package-download-tar)
8882 (package-menu-view-commentary): Use it.
8883 (package-installed-p): Make second argument optional.
8884 (package-read-all-archive-contents): New function.
8885 (package-initialize): Use it.
8886 (package-read-archive-contents): Add ARCHIVE argument.
8887 (package--add-to-archive-contents): New function.
8888 (package-install): Don't call package-read-archive-contents.
8889 (package--download-one-archive): Store archive file in a
8890 subdirectory of package-user-dir.
8891 (package-menu-execute): Remove spurious line movement.
8892
8a52f00a
JD
88932010-07-28 Jan Djärv <jan.h.d@swipnet.se>
8894
8895 * cus-start.el (tool-bar-style): Add text-image-horiz.
8896
b21d3ceb
MA
88972010-07-28 Michael Albinus <michael.albinus@gmx.de>
8898
8899 * progmodes/gud.el (gud-common-init): Check for remoteness of
8900 `file', and not of `default-directory'.
8901
8fbcce2d
MA
89022010-07-28 Michael Albinus <michael.albinus@gmx.de>
8903
8904 * net/tramp.el (tramp-methods): Move hostname to the end in all
8905 ssh `tramp-login-args'.
8906 (tramp-verbose): Describe verbose level 9.
8907 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
8908 (tramp-open-connection-setup-interactive-shell): Trace stty
8909 settings if `tramp-verbose' >= 9.
8910 (tramp-handle-start-file-process): Implement tty setting.
8911 (Bug#4604, Bug#6360)
8912
8913 * net/tramp-cmds.el (tramp-bug): Recommend setting of
8914 `tramp-verbose' to 9.
8915
128440c9
AH
89162010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
8917
8918 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
8919 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
8920 Remove references to package `lisp-re' (bug#4369).
8921
ae0c2494
TT
89222010-07-27 Tom Tromey <tromey@redhat.com>
8923
8924 * progmodes/js.el (js-mode):
8925 * progmodes/make-mode.el (makefile-mode):
8926 * progmodes/simula.el (simula-mode):
8927 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
8928
0ed082fe 89292010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
8930
8931 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
8932
7c7c04c0
JB
8933 * time.el (display-time-day-and-date): Remove spurious * in docstring.
8934 (display-time-world-buffer-name, display-time-world-mode-map):
8935 Fix typos in docstrings.
8936
0ed082fe 89372010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
8938
8939 * image-mode.el (image-display-size): New function.
8940 (image-forward-hscroll, image-next-line, image-eol, image-eob)
8941 (image-mode-fit-frame): Use it (Bug#6639).
8942
0ed082fe 89432010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
8944
8945 * dired.el (dired-buffers-for-dir): Handle list values of
8946 dired-directory (Bug#6636).
8947
aa2d4bd3
SS
89482010-07-26 Sam Steingold <sds@gnu.org>
8949
8950 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
8951 Do not call `x-get-selection' the second time, reuse the value.
8952
78b84da3
DU
89532010-07-26 Daiki Ueno <ueno@unixuser.org>
8954
8955 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 8956 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 8957
4f195cf7
DU
89582010-07-25 Daiki Ueno <ueno@unixuser.org>
8959
8960 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
8961 exists before passing an error to find-file-not-found-functions
8962 (bug#6723).
8963
195e19e4
LH
89642010-07-23 Lukas Huonker <l.huonker@gmail.com>
8965
8966 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
8967 Remove leading nil element, adjust values.
8968 (tetris-shapes, tetris-shape-scores):
8969 Change representation of shapes and remove some redundancy.
8970 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
8971 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
8972 Adjust for working with new representation of shapes.
8973 (tetris-shape-rotations): New function.
8974 (tetris-move-bottom, tetris-move-left, tetris-move-right)
8975 (tetris-rotate-prev, tetris-rotate-next):
8976 Adjust for working with the new version of tetris-test-shape.
8977
9cf2db99
MT
89782010-07-23 Markus Triska <markus.triska@gmx.at>
8979
8980 * progmodes/ps-mode.el: Use comint (bug#5954).
8981 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
8982 (ps-mode-other-newline): Simplify.
8983 (ps-run-mode): Derive from comint-mode instead of
8984 fundamental-mode, yielding input history etc.
8985 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
8986 (ps-run-send-string): Adapt for comint-mode.
8987 (ps-run-newline): Remove now unneeded function.
8988
225d5e9e
MA
89892010-07-23 Michael Albinus <michael.albinus@gmx.de>
8990
8991 * net/tramp.el (tramp-methods): Move hostname to the end in all
8992 plink `tramp-login-args'.
8993
84bc68f2
MA
89942010-07-23 Michael Albinus <michael.albinus@gmx.de>
8995
8996 * net/tramp.el (tramp-open-shell): New defun.
8997 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8998 Use it.
8999
1eb5ca1c
MA
90002010-07-23 Michael Albinus <michael.albinus@gmx.de>
9001
9002 * net/tramp.el (tramp-file-name-regexp-unified)
9003 (tramp-completion-file-name-regexp-unified): On W32 systems, do
9004 not regard the volume letter as remote filename. (Bug#5447)
9005
440735a7
JB
90062010-07-23 Juanma Barranquero <lekktu@gmail.com>
9007
9008 * custom.el (custom-declare-variable): Give a clearer error message
9009 when the docstring is missing (bug#6476).
9010
5474c40f
MM
90112010-07-22 Michael R. Mauger <mmaug@yahoo.com>
9012
9013 * progmodes/sql.el: Version 2.4. Improved Login prompting.
9014 (sql-login-params): New widget definition.
9015 (sql-oracle-login-params, sql-mysql-login-params)
9016 (sql-solid-login-params, sql-sybase-login-params)
9017 (sql-informix-login-params, sql-ingres-login-params)
9018 (sql-ms-login-params, sql-postgres-login-params)
9019 (sql-interbase-login-params, sql-db2-login-params)
9020 (sql-linter-login-params): Use it.
9021 (sql-sqlite-login-params): Use it; Define "database" parameter as
9022 a file name.
c4cc8b9a 9023 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
9024 (sql-comint-sqlite): Make sure database name is complete.
9025 (sql-for-each-login): New function.
9026 (sql-connect, sql-save-connection): Use it.
9027 (sql-get-login-ext): New function.
9028 (sql-get-login): Use it.
9029 (sql-make-alternate-buffer-name): Handle :file parameters.
9030
9c0deccb
JB
90312010-07-22 Juanma Barranquero <lekktu@gmail.com>
9032
9033 * dired.el (dired-no-confirm): Document value t and fix defcustom to
9034 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
9035
aac818a8
TL
90362010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9037
9038 * dired.el (dired-mode-map): Use command remapping (bug#6632).
9039
47d2734f
LM
90402010-07-22 Lawrence Mitchell <wence@gmx.li>
9041
9042 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
9043
10e73994
MA
90442010-07-21 Michael Albinus <michael.albinus@gmx.de>
9045
9046 * net/tramp.el (tramp-get-ls-command)
9047 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
9048 instead of "/".
9049
d26b0ea9
MM
90502010-07-20 Michael R. Mauger <mmaug@yahoo.com>
9051
9052 * progmodes/sql.el: Version 2.3.
f49d1f52 9053 (sql-connection-alist): Change keys from symbols to strings;
d26b0ea9 9054 enhanced the widget definition.
88b5a757
DD
9055 (sql-mode-menu): Add submenu to select connections.
9056 (sql-interactive-mode-menu): Add "Save Connection" item.
9057 (sql-add-product): Fix menu item.
d26b0ea9 9058 (sql-get-product-feature): Improved error handling.
5f9d345c 9059 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
d26b0ea9
MM
9060 (sql-make-alternate-buffer-name): Simplified.
9061 (sql-product-interactive): Handle missing product.
9062 (sql-connect): Support string keys, minor improvements.
9063 (sql-save-connection): New function.
9064 (sql-connection-menu-filter): New function.
9065
af4b9ae5
MA
90662010-07-20 Michael Albinus <michael.albinus@gmx.de>
9067
9068 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6a7662bb
BR
9069 (tramp-open-connection-setup-interactive-shell):
9070 Apply workaround for IRIX64 bug. Move argument of last
af4b9ae5
MA
9071 `tramp-send-command' where it belongs to.
9072
da040a16
MA
90732010-07-20 Michael Albinus <michael.albinus@gmx.de>
9074
9075 * net/tramp.el (tramp-perl-file-attributes)
9076 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
9077 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
9078 front of `login-args'.
9079
16f3ade5
JB
90802010-07-19 Juanma Barranquero <lekktu@gmail.com>
9081
9082 * time.el (display-time-world-mode): Define with `define-derived-mode'.
9083 Set `show-trailing-whitespace' to nil.
9084 (display-time-world-display): Simplify.
9085
00af0b67
AM
90862010-07-18 Alan Mackenzie <acm@muc.de>
9087
9088 Enhance `c-file-style' in file/directory local variables.
a628ad9d 9089 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
9090 (c-before-hack-hook): Call `c-set-style' differently according to
9091 whether c-file-style was set in file or directory local
9092 variables.
9093
30c4d8dc
MM
90942010-07-18 Michael R. Mauger <mmaug@yahoo.com>
9095
9096 * progmodes/sql.el: Version 2.2.
6a7662bb
BR
9097 (sql-product, sql-user, sql-database, sql-server, sql-port):
9098 Use defcustom :safe keyword rather than putting safe-local-variable
30c4d8dc
MM
9099 property.
9100 (sql-password): Use defcustom :risky keyword rather than putting
9101 risky-local-variable property.
9102 (sql-oracle-login-params, sql-sqlite-login-params)
9103 (sql-solid-login-params, sql-sybase-login-params)
9104 (sql-informix-login-params, sql-ingres-login-params)
9105 (sql-ms-login-params, sql-postgres-login-params)
9106 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 9107 (sql-linter-login-params): Add `port' option.
88b5a757 9108 (sql-get-product-feature): Add NO-INDIRECT parameter.
30c4d8dc
MM
9109 (sql-comint-oracle, sql-comint-sybase)
9110 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
9111 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
9112 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
88b5a757 9113 (sql-comint-linter): Rename sql-connect-* functions to
30c4d8dc 9114 sql-comint-*.
88b5a757 9115 (sql-product-alist, sql-mode-menu): Rename as above and
30c4d8dc 9116 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 9117 (sql-connection): New variable.
30c4d8dc
MM
9118 (sql-interactive-mode): Set it.
9119 (sql-connection-alist): New variable.
9120 (sql-connect): New function.
9121 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 9122 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 9123
f12492c8
TV
91242010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9125
9126 * image-mode.el (image-bookmark-make-record): Do not set context
9127 in an image (Bug#6650).
9128
91023c68
CY
91292010-07-17 Chong Yidong <cyd@stupidchicken.com>
9130
9131 * simple.el (select-active-region): New function.
9132 (push-mark-command, set-mark, activate-mark)
9133 (handle-shift-selection): Use it.
9134 (deactivate-mark): Don't check for size of region.
9135
9136 * mouse.el (mouse-drag-track): Use select-active-region.
9137
1c0e8f0e
MA
91382010-07-17 Michael Albinus <michael.albinus@gmx.de>
9139
9140 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
9141 "--dired" stronger.
9142
2490cbbc
CY
91432010-07-17 Chong Yidong <cyd@stupidchicken.com>
9144
9145 * term/x-win.el (x-select-enable-primary): Change default to nil.
9146 (x-select-enable-clipboard): Add :version keyword.
9147
9148 * mouse.el (mouse-drag-copy-region):
9149 * simple.el (select-active-regions): Likewise.
9150
f253ef6a
RS
91512010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
9152
a628ad9d 9153 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
9154 (vc-coding-system-for-diff): Use it to decide whether to inherit
9155 from the file the EOL format for reading the diffs of that file.
9156 (Bug#4451)
9157
134a027f
EZ
91582010-07-16 Eli Zaretskii <eliz@gnu.org>
9159
9160 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
9161 unibyte, so compressed attachments are not compressed again.
9162
7e4289ad
MA
91632010-07-16 Michael Albinus <michael.albinus@gmx.de>
9164
9165 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
9166 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
9167 (tramp-find-shell): Simplify setting connection property.
9168 (tramp-get-ls-command): Make test for "--color=never" stronger.
9169
7473fff9 91702010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
9171
9172 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
9173 blocks within record declarations (i.e. variant parts) correctly.
9174
a11b38ee
SS
91752010-07-15 Simon South <ssouth@member.fsf.org>
9176
9177 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
9178 over literal tokens when parsing so newlines aren't "absorbed" by
9179 single-line comments. Corrects the indentation of case blocks
9180 that have a comment on the first line.
9181
077e0753
KF
91822010-07-14 Karl Fogel <kfogel@red-bean.com>
9183
9184 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
9185 by Drew Adams (Bug#5504).
9186
243881ed
J
91872010-07-14 Jan Djärv <jan.h.d@swipnet.se>
9188
9189 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 9190 now that Unicode is used (Bug#6594).
243881ed 9191
f9d71b42
CY
91922010-07-14 Chong Yidong <cyd@stupidchicken.com>
9193
9194 * term/x-win.el (x-select-enable-clipboard): Default to t.
9195 (x-initialize-window-system): Don't overwrite Paste menu item.
9196
9197 * simple.el (select-active-regions): Default to t.
9198 (push-mark-command): Don't overwrite primary with empty string.
9199
9200 * mouse.el: Bind mouse-2 to mouse-yank-primary.
9201 (mouse-drag-copy-region): Default to nil.
9202
9203 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
9204 Cut/Copy/Paste menu bar items.
9205
a628ad9d 92062010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
9207
9208 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9209 Patch applied by Karl Fogel.
9210
9211 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
9212 and `bookmark-current-buffer' if they have been already set in
9213 another buffer (e.g gnus-art).
9214
e44fa724 92152010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 9216 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
9217
9218 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
9219
9220 * bookmark.el (bookmark-make-record-default): Allow unneeded
9221 information to be omitted from the record.
9222
9223 Adjust declarations and calls:
9224
9225 * info.el (bookmark-make-record-default): Adjust declaration.
9226 (Info-bookmark-make-record): Adjust call.
9227
9228 * woman.el (bookmark-make-record-default): Adjust declaration.
9229 (woman-bookmark-make-record): Adjust call.
9230
9231 * man.el (bookmark-make-record-default): Adjust declaration.
9232 (Man-bookmark-make-record): Adjust call.
9233
9234 * image-mode.el (bookmark-make-record-default): Adjust declaration.
9235
9236 * doc-view.el (bookmark-make-record-default): Adjust declaration.
9237
0c4371fe
KF
92382010-07-13 Karl Fogel <kfogel@red-bean.com>
9239
9240 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9241 This is also from Thierry Volpiatto's patch in bug #6444. However,
9242 because it was extraneous to the functional change in that patch,
9243 and causes a re-indendation, I am committing it separately.
9244
2bb8db3e 92452010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
9246
9247 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9248 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 9249 Patch applied by Karl Fogel (Bug#6444).
068a0233 9250
21bd02a6
CY
92512010-07-13 Chong Yidong <cyd@stupidchicken.com>
9252
9253 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9254
79cb9c05
AR
92552010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9256
9257 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9258 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9259 (ns-alternatives-map): Change S-tab binding to backtab
9260 (bug#6616).
9261
9262 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9263 under ns.
9264
beb000f9
AS
92652010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9266
dd86ea11
JB
9267 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9268 (Bug#5806)
e9952282 9269
beb000f9
AS
9270 * language/tv-util.el (tai-viet-re): Remove format.
9271
6f2cdcd1
KH
92722010-07-12 Kenichi Handa <handa@m17n.org>
9273
dd86ea11
JB
9274 * language/hebrew.el: Remove no-byte-compile declaration.
9275 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
9276 composition-function-table for 3-character looking back.
9277 (hebrew-font-get-precomposed): New function.
9278 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9279
f479ef6e
CY
92802010-07-11 Chong Yidong <cyd@stupidchicken.com>
9281
9282 * mouse.el (mouse-drag-track): Handle select-active-regions
9283 (Bug#6612).
9284
3277c1ee
MA
92852010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9286
9287 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9288 empty argument to gvfs-copy.
9289
3260caf8
GM
92902010-07-10 Glenn Morris <rgm@gnu.org>
9291
9292 * calendar/calendar.el (calendar-week-end-day): New function.
9293 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9294 Respect calendar-week-start-day. (Bug#6606)
9295 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9296 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9297 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9298 respect calendar-week-start-day.
9299
c876b263
CY
93002010-07-10 Chong Yidong <cyd@stupidchicken.com>
9301
9302 * simple.el (use-region-p): Doc fix (Bug#6607).
9303
dce34635
AG
93042010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9305
6a7662bb
BR
9306 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9307 Add regexps for cucumber and ruby.
dce34635 9308
c0397930
DU
93092010-07-08 Daiki Ueno <ueno@unixuser.org>
9310
9311 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9312 (epa-file-insert-file-contents): Hack to prevent
192cfe77 9313 find-file from opening empty buffer when decryption failed
c0397930
DU
9314 (bug#6568).
9315
fd5539c6
AM
93162010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9317
a628ad9d
JB
9318 * textmodes/ispell.el (ispell-alternate-dictionary):
9319 Use file-readable-p.
fd5539c6
AM
9320 Return nil if no word-list is found at default locations.
9321 (ispell-complete-word-dict): Default to nil.
9322 (ispell-command-loop): Use 'word-list' when using lookup-words.
9323 (lookup-words): Use ispell-complete-word-dict or
9324 ispell-alternate-dictionary. Check for word-list availability
9325 and handle errors if needed with better messages (Bug#6539).
9326 (ispell-complete-word): Use ispell-complete-word-dict or
9327 ispell-alternate-dictionary.
9328
4565b08e
CS
93292010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9330
9331 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9332 builtins (BufferError, BytesWarning, WindowsError; callables
9333 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9334
a2c270e7
GM
93352010-07-07 Glenn Morris <rgm@gnu.org>
9336
9337 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9338 (zone-shift-left): Ignore intangibility, and any errors from
9339 forward-char.
9340 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9341 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9342 deleting, and copying text properties.
9343 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9344 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9345 to point-max is hard.
9346 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9347 (zone-fill-out-screen): Ignore intangibility.
9348
81133808
CY
93492010-07-05 Chong Yidong <cyd@stupidchicken.com>
9350
4ad11f8c
CY
9351 * menu-bar.el (menu-bar-mode):
9352 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9353 if it has been set.
9354
81133808
CY
9355 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9356 word/line selection (Bug#6565).
9357
b24344ca
JB
93582010-07-04 Juanma Barranquero <lekktu@gmail.com>
9359
9360 * net/dbus.el (dbus-send-signal): Declare function.
9361
b1ce08da
MA
93622010-07-04 Michael Albinus <michael.albinus@gmx.de>
9363
9364 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9365 (dbus-register-property): New optional argument EMITS-SIGNAL.
9366 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9367
5592c08f
CY
93682010-07-03 Chong Yidong <cyd@stupidchicken.com>
9369
9370 * mouse.el (mouse-drag-overlay): Variable deleted.
9371 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9372 (mouse--remap-link-click-p): New function.
9373 (mouse-drag-track): Handle dragging by using temporary Transient
9374 Mark mode, instead of a special overlay.
9375 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9376 mouse-show-mark.
9377
9378 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9379 deleted.
9380
a6ed0e28
JL
93812010-07-02 Juri Linkov <juri@jurta.org>
9382
9383 * autoinsert.el (auto-insert-alist): Fix readability
9384 by using dotted pair notation for lambda.
9385
c91e692b
JL
93862010-07-02 Juri Linkov <juri@jurta.org>
9387
9388 * faces.el (read-face-name): Rename arg `string-describing-default'
9389 to `default'. Doc fix. Display the default value in quotes
9390 in the prompt. With empty input, return the `default' arg,
9391 unless the default value is a string (in which case return nil).
9392 (describe-face): Replace the string `default' arg of `read-face-name'
9393 with the symbol `default'.
9394
23640f8f
CY
93952010-07-02 Chong Yidong <cyd@stupidchicken.com>
9396
9397 * emulation/viper-cmd.el (viper-delete-backward-char)
9398 (viper-del-backward-char-in-insert)
9399 (viper-del-backward-char-in-replace, viper-change)
9400 (viper-backward-indent): Replace delete-backward-char with
9401 delete-char (Bug#6552).
9402
b32d1614
CY
94032010-07-01 Chong Yidong <cyd@stupidchicken.com>
9404
9405 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9406
c1ef4455
CY
94072010-06-30 Chong Yidong <cyd@stupidchicken.com>
9408
9409 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9410 argument passed to frame-creation-function (Bug#5378).
9411
9412 * faces.el (x-handle-named-frame-geometry)
9413 (x-handle-reverse-video, x-create-frame-with-faces)
6a7662bb
BR
9414 (face-set-after-frame-default, tty-create-frame-with-faces):
9415 Don't separately consult default-frame-alist. It is now passed as the
c1ef4455
CY
9416 PARAMETER argument.
9417
55702e89
AS
94182010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9419
9420 * startup.el (command-line): Don't call tool-bar-setup in a
9421 tty-only build.
9422
dc9a226c
CY
94232010-06-30 Chong Yidong <cyd@stupidchicken.com>
9424
9425 * ruler-mode.el (ruler--save-header-line-format): New fun.
9426 (ruler-mode): Use it as a setter function, so as not to overwrite
9427 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9428
a2f043d3
CY
94292010-06-29 Chong Yidong <cyd@stupidchicken.com>
9430
9431 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9432 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9433 (vc-log-outgoing): Use it.
9434 (vc-diff-internal): Set diff-vc-backend.
9435
9436 * vc/diff-mode.el (diff-vc-backend): New var.
9437
62d115ef
J
94382010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9439
6a7662bb
BR
9440 * dynamic-setting.el (font-setting-change-default-font):
9441 Remove call to message.
62d115ef 9442
1180f752
KH
94432010-06-28 Kenichi Handa <handa@m17n.org>
9444
9445 * international/quail.el (quail-insert-kbd-layout): Fix the
9446 showing of untranslated characters.
9447
b9229673
CY
94482010-06-28 Chong Yidong <cyd@stupidchicken.com>
9449
9450 * simple.el (delete-active-region): New option.
9451 (delete-backward-char): Implement in Lisp.
9452 (delete-forward-char): New command.
9453
5f9d345c 9454 * mouse.el (mouse-region-delete-keys): Delete.
b9229673
CY
9455 (mouse-show-mark): Simplify.
9456
9457 * bindings.el (global-map): Bind delete and DEL, the former to
9458 delete-forward-char.
9459
a628ad9d 94602010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
9461
9462 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9463 (ruby-mode): Bind indent-line-function (Bug#5119).
9464
3468f435
CY
94652010-06-27 Chong Yidong <cyd@stupidchicken.com>
9466
9467 * startup.el (command-line): Recognize "0" X resource value.
9468
6431f2e6
CY
94692010-06-27 Chong Yidong <cyd@stupidchicken.com>
9470
9471 * startup.el (command-line): Use X resources to set the value of
9472 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9473
9474 * menu-bar.el (menu-bar-mode):
9475 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9476 Set init-value to t.
9477
9478 * frame.el (frame-notice-user-settings): Don't change
9479 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9480 vice versa (Bug#2249).
9481
b61dfbe2
EZ
94822010-06-26 Eli Zaretskii <eliz@gnu.org>
9483
9484 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9485
f5cbf40e
AM
94862010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9487
a628ad9d
JB
9488 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9489 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 9490
a628ad9d 9491 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 9492 default directories are expanded (Bug#6143).
f5cbf40e 9493
8f3b8a5f
JL
94942010-06-24 Juri Linkov <juri@jurta.org>
9495
9496 * minibuffer.el (completions-format): Change default from nil to
9497 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9498
5af72a47
JL
94992010-06-24 Juri Linkov <juri@jurta.org>
9500
9501 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9502 buffer-locally to lambda that re-runs the vc diff command.
9503 (Bug#6447)
9504
8f804316
CY
95052010-06-24 Chong Yidong <cyd@stupidchicken.com>
9506
9507 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9508 echo area is in use (Bug#3412).
9509
be19ef0b
GM
95102010-06-22 Glenn Morris <rgm@gnu.org>
9511
6555773f
GM
9512 * textmodes/texinfmt.el (texinfo-format-region)
9513 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9514 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9515 (texinfo-format-option, texinfo-noindent):
9516 Use line-beginning-position and line-end-position.
9517
be19ef0b
GM
9518 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9519 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9520 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9521 utf-8 characters.
9522
7f0b7b3e
KF
95232010-06-21 Karl Fogel <kfogel@red-bean.com>
9524
49554388
GM
9525 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9526 forward-line fallout.
9527
e8579ebc
CY
95282010-07-06 Chong Yidong <cyd@stupidchicken.com>
9529
9530 * mouse.el (mouse-appearance-menu): Add docstring.
9531
9532 * help.el (describe-key): Print up-event using key-description.
9533
5d1cd8bd
MA
95342010-07-03 Michael Albinus <michael.albinus@gmx.de>
9535
9536 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 9537 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
9538 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9539
112dbc0e
MA
95402010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9541
9542 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9543
d0cb23ca
DN
95442010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9545
9546 Avoid displaying files with a nil state in vc-dir.
a628ad9d 9547 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
9548 cases that cause insertion.
9549 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9550 with a nil state.
9551
01b229d1
CY
95522010-06-30 Chong Yidong <cyd@stupidchicken.com>
9553
9554 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9555
8bf1c786 95562010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
9557
9558 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9559
dfc6544c
CY
95602010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9561
9562 * generic-x.el (bat-generic-mode): Fix regexp for command line
9563 switches (Bug#5719).
9564
b7d4de51
CY
95652010-06-27 Masatake YAMATO <yamato@redhat.com>
9566
dfc6544c
CY
9567 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9568 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 9569
53cfe624 95702010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
3726248f 9571
8bf1c786 9572 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
9573 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9574 bindings of bookmark-automatically-show-annotations (Bug#6515).
9575
aca54191
EZ
95762010-06-25 Eli Zaretskii <eliz@gnu.org>
9577
9578 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9579 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9580
2330fa87
ŠN
95812010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9582
9583 * comint.el (make-comint, make-comint-in-buffer): Mention return
9584 value in the docstrings. (Bug#6498)
9585
29115ca9
YR
95862010-06-24 Yoni Rabkin <yoni@rabkins.net>
9587
9588 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9589 since it is not present when using some non-default switches.
9590
2c79f053
KF
95912010-06-23 Karl Fogel <kfogel@red-bean.com>
9592
7f0b7b3e
KF
9593 * simple.el (compose-mail): Fix doc string to refer to
9594 `compose-mail-user-agent-warnings', instead of to the
9595 nonexistent `compose-mail-check-user-agent'.
9596
43a91810
AM
95972010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9598
9599 Fix an indentation bug:
9600
9601 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9602 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9603 of existing values.
9604
9605 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9606 (c-clear->-pair-props-if-match-before): now return t when they've
9607 cleared properties, nil otherwise.
9608 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9609 by taking account of the existing value.
9610
9611 * progmodes/cc-defs.el
9612 (c-clear-char-property-with-value-function): Fix this to clear the
9613 property rather than overwriting it with nil.
9614
8adb4c33
CY
96152010-06-20 Chong Yidong <cyd@stupidchicken.com>
9616
9617 * emacs-lisp/package.el (package-print-package): Add link to
9618 package description via describe-package.
9619 (describe-package-1): List package requirements. Add button to
9620 perform installation.
9621 (package-menu-describe-package): New command.
9622
9623 * help-mode.el (help-package): New button type.
9624
cced7584
CY
96252010-06-19 Chong Yidong <cyd@stupidchicken.com>
9626
9627 * emacs-lisp/package.el: Move package-list-packages binding to
9628 menu-bar.el.
9629 (describe-package, describe-package-1, package--dir): New funs.
9630 (package-activate-1): Use package--dir.
9631
9632 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9633
9634 * help-mode.el (help-package-def): New button type.
9635
9636 * menu-bar.el: Move package-list-packages binding here from
9637 package.el.
9638
d148e8f9
GH
96392010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9640
9641 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9642
b1a03ef6
SM
96432010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9644
9645 * emacs-lisp/edebug.el (edebug-read-list):
9646 Phase out old-style backquotes.
9647
dbd6da78
JL
96482010-06-17 Juri Linkov <juri@jurta.org>
9649
9650 * help-mode.el (help-mode): Set buffer-local variable
9651 revert-buffer-function to help-mode-revert-buffer.
9652 (help-mode-revert-buffer): New function.
9653
9654 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9655 before popping to "*info*" (like in other Info functions).
9656 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9657 old-history-forward. Pop to old-buffer-name or "*info*" to
9658 recreate the killed buffer. Set Info-history-forward from
9659 old-history-forward.
9660 (Info-breadcrumbs-depth): Add :group and :version.
9661
64eba874
DN
96622010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9663
9664 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9665
26508c03
AM
96662010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9667
a628ad9d
JB
9668 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9669 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 9670
69582fcd
JB
96712010-06-17 Juanma Barranquero <lekktu@gmail.com>
9672
54ea2a0d
JB
9673 * emacs-lisp/package.el (package-menu-mode-map):
9674 Move initialization into declaration.
9675
69582fcd
JB
9676 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9677
44198b6e
CY
96782010-06-17 Chong Yidong <cyd@stupidchicken.com>
9679
9680 * emacs-lisp/package.el (package-archive-base): Point to
9681 elpa.gnu.org.
9682 (package-enable, package-load-list): New defcustoms.
9683 (package-user-dir, package-directory-list): Turn into defcustoms.
9684 Don't include package-user-dir in package-directory-list.
9685 (package--builtins-base): Don't include Emacs as a "package".
9686 (package-subdirectory-regexp): New var.
9687 (package-load-all-descriptors, package-compute-transaction)
9688 (package-download-transaction): Obey package-load-list.
9689 (package-activate-1): Rename from package-do-activate.
9690 (package-list-packages-internal): Check package-load-list.
9691 (package-load-descriptor, package-generate-autoloads)
9692 (package-unpack, package-unpack-single)
6a7662bb
BR
9693 (package--read-archive-file, package-delete):
9694 Use expand-file-name.
44198b6e
CY
9695
9696 * emacs-lisp/package-x.el: New file. Package uploading
9697 functionality split out from package.el.
9698
95b6d681 9699 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
9700
97012010-06-17 Tom Tromey <tromey@redhat.com>
9702
9703 * emacs-lisp/package.el: New file.
9704
50d76a9f
DN
97052010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9706
9707 Fix vc-annotate for renamed files when using Git.
76e3243a 9708 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
9709 ls-files. Doe not pass the object as a file name to cat-file, it
9710 is not a file name.
9711 (vc-git-annotate-command): Pass the file name using -- to avoid
9712 ambiguity with the revision.
9713 (vc-git-previous-revision): Pass a relative file name.
9714
6095a05b
GM
97152010-06-22 Glenn Morris <rgm@gnu.org>
9716
943375a6
GM
9717 * progmodes/js.el (js-mode-map): Use standard capitalization and
9718 ellipses for menu entries.
9719
6095a05b
GM
9720 * wid-edit.el (widget-complete): Doc fix.
9721
4514199e
JH
97222010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9723
9724 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9725
c4786d60
DN
97262010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9727
11c46b39 9728 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 9729 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 9730 VC backend. Use it when non-nil.
a628ad9d 9731 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
07976ae3 9732 (Bug#6487).
11c46b39 9733
c4786d60 9734 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 9735 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
9736 Do not pass the file name to the 'previous-revision call when we
9737 don't want a file diff. (Bug#6489)
9738
04ec0963
DN
97392010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9740
11c46b39 9741 Fix finding revisions for renamed files in vc-annotate.
76e3243a 9742 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 9743 the VC backend. Use it when non-nil.
76e3243a 9744 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
9745 backend to vc-find-revision. (Bug#6487)
9746
c036381c
DN
97472010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9748
9749 Fix reading file names in Git annotate buffers.
95b6d681
JB
9750 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9751 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 9752
05c123e6
AM
97532010-06-20 Alan Mackenzie <acm@muc.de>
9754
9755 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
9756 in file local variables, set it first.
9757
4111f0c7
GM
97582010-06-19 Glenn Morris <rgm@gnu.org>
9759
74739ffd
GM
9760 * descr-text.el (describe-char-unicode-data): Insert separating
9761 space when needed. (Bug#6422)
9762
4111f0c7
GM
9763 * progmodes/idlwave.el (idlwave-action-and-binding):
9764 Fix typo in 2009-12-03 change. (Bug#6450)
9765
e20f0421
SM
97662010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9767
9768 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
9769 handling for `lambda' (misunderstanding).
9770
fb3e306a
JB
97712010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
9772
dd86ea11 9773 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
9774 constants aren't distributed after they are factored out.
9775
e020fb59
JL
97762010-06-16 Juri Linkov <juri@jurta.org>
9777
9778 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
9779 `list-colors-print'. (Bug#6332)
9780
b8add347
SM
9781 * subr.el (read-quoted-char): Fix up last change (bug#6290).
9782
36901266
SM
97832010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9784
49b2e83d
SM
9785 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
9786 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
9787
36901266
SM
9788 * font-lock.el (font-lock-major-mode): Rename from
9789 font-lock-mode-major-mode to distinguish it from
9790 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
9791 (font-lock-set-defaults):
9792 * font-core.el (font-lock-default-function): Adjust users.
9793 (font-lock-mode): Don't set it at all.
9794
2a64315a 97952010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 9796
76e3243a 9797 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 9798
2a64315a 97992010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
9800
9801 * calendar/appt.el (appt-time-msg-list): Doc fix.
9802 (appt-check): Let-bind appt-warn-time.
9803 (appt-add): Make the 3rd argument optional.
9804 Simplify argument names. Doc fix. Check for integer WARNTIME.
9805 Only add WARNTIME to the output list if non-nil.
9806
2a64315a 98072010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
9808
9809 * calendar/appt.el (appt-check): Let the 3rd element of
9810 appt-time-msg-list specify the warning time.
9811 (appt-add): Add new argument with the warning time. (Bug#5176)
9812
6a7662bb 98132010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
a9de35fe 9814
76e3243a 9815 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
9816 older than version 1.6. (Bug#6361)
9817
2a64315a 98182010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
9819
9820 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
9821 used by cl-do-arglist. (Bug#6408)
9822
30d7ac37
AM
98232010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
9824
6a7662bb
BR
9825 * textmodes/ispell.el (ispell-dictionary-base-alist):
9826 Fix portuguese casechars/not-casechars for missing 'çÇ'.
30d7ac37
AM
9827 Suggested by Rolando Pereira (bug#6434).
9828
8fd02581
JB
98292010-06-15 Juanma Barranquero <lekktu@gmail.com>
9830
9831 * facemenu.el (list-colors-sort): Doc fix.
9832
6a7662bb 98332010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
b15922cc
BR
9834
9835 * progmodes/sql.el (sql-connect-mysql): Fix typo.
9836
f0bf7c8e
JL
98372010-06-14 Juri Linkov <juri@jurta.org>
9838
9839 Add sort option `list-colors-sort'. (Bug#6332)
9840 * facemenu.el (color-rgb-to-hsv): New function.
9841 (list-colors-sort): New defcustom.
9842 (list-colors-sort-key): New function.
9843 (list-colors-display): Doc fix. Sort list according to the option
9844 `list-colors-sort'.
9845 (list-colors-print): Add HSV values to `help-echo' property of
9846 RGB strings.
9847
c42fe9a5
JL
98482010-06-14 Juri Linkov <juri@jurta.org>
9849
9850 * compare-w.el: Move to the "vc" subdirectory.
9851
b263a4c4
SM
98522010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9853
d8b0cddd
SM
9854 * image-mode.el (image-mode-map): Remap left-char and right-char.
9855
b263a4c4
SM
9856 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
9857
89877f5f
CY
98582010-06-12 Chong Yidong <cyd@stupidchicken.com>
9859
133a8d82
CY
9860 * term/common-win.el (x-colors): Add all the color names defined
9861 in rgb.txt (Bug#6332).
9862
89877f5f
CY
9863 * facemenu.el (list-colors-print): Don't print extra names if it
9864 will overflow the window width.
9865
9866 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 9867 change (Bug#6343).
89877f5f 9868
9d1f18b5
EZ
98692010-06-12 Eli Zaretskii <eliz@gnu.org>
9870
9871 * files.el (make-directory): Doc fix (bug#6396).
9872
b81a0b56
MA
98732010-06-12 Michael Albinus <michael.albinus@gmx.de>
9874
9875 * net/tramp.el (tramp-remote-process-environment): Protect version
9876 string by apostroph.
9877 (tramp-shell-prompt-pattern): Do not use a shy group in case of
9878 XEmacs.
9879 (tramp-file-name-for-operation): Add `call-process-region'.
9880 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
9881
9882 * net/tramp-compat.el (top): Do not autoload
9883 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
9884 only when `start-file-process' is not bound.
9885 (tramp-advice-file-expand-wildcards): Do not use
9886 `tramp-handle-file-remote-p'.
9887 (tramp-compat-make-temp-file): Handle the case, that
9888 `make-temp-file' has no third argument EXTENSION.
9889
69f18acc
JB
98902010-06-11 Juanma Barranquero <lekktu@gmail.com>
9891
5fee75d4
JB
9892 * makefile.w32-in (WINS_BASIC): Include new directory vc.
9893
69f18acc
JB
9894 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
9895
9766adfb
JL
98962010-06-11 Juri Linkov <juri@jurta.org>
9897
9898 * finder.el (finder-known-keywords): Add keyword "vc"
9899 for version control.
9900
9901 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
9902 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
9903 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
9904 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
9905
56b2854f
JL
99062010-06-11 Juri Linkov <juri@jurta.org>
9907
9908 Move version control related files to the "vc" subdirectory.
9909 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
9910 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
9911 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
9912 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
9913 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
9914 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
9915 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
9916 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
9917 Move files to the "vc" subdirectory.
9918
6534e58a
CY
99192010-06-11 Chong Yidong <cyd@stupidchicken.com>
9920
9921 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
9922 (Bug#6367).
9923
84d9562f
SE
99242010-06-11 Stephen Eglen <stephen@gnu.org>
9925
9926 * shell.el: Bind `shell-resync-dirs' to M-RET.
9927
3ef0a6a5
MA
99282010-06-10 Michael Albinus <michael.albinus@gmx.de>
9929
9930 * notifications.el: Move file from lisp/net, because it is
9931 supposed to talk locally to the user.
9932
fa4003da
MA
99332010-06-10 Julien Danjou <julien@danjou.info>
9934
9935 * net/notifications.el (notifications-on-action-signal)
9936 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 9937 argument to the callback functions. Add docstrings.
fa4003da
MA
9938 (notifications-notify): Fix docstring.
9939
46e6650e
GM
99402010-06-10 Glenn Morris <rgm@gnu.org>
9941
9942 * emacs-lisp/authors.el (authors-ignored-files)
9943 (authors-valid-file-names): Add some files.
9944
a71832f7
SM
99452010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9946
9947 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
9948 merge conflict, giving preference to the emacs-23 version of the code.
9949
8c6eab5a
SM
99502010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9951
989bc97f
SM
9952 * emacs-lisp/advice.el (ad-compile-function):
9953 Define warning-suppress-types before we let-bind it (bug#6275).
9954
8c6eab5a
SM
9955 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
9956 declare it, make it buffer-local and permanent-local (bug#6324).
9957 (vc-resynch-window): Adjust name.
9958 * vc-hooks.el (vc-find-file-hook): Adjust name.
9959
890a18d6
MA
99602010-06-09 Michael Albinus <michael.albinus@gmx.de>
9961
9962 * net/notifications.el (notifications-notify): Fix docstring.
9963
bf3e70eb
JB
99642010-06-09 Juanma Barranquero <lekktu@gmail.com>
9965
9966 Update to Unicode 6.0.0 beta.
9967 * international/charprop.el: Update copyright.
9968 * international/mule-cmds.el (ucs-names): Update character ranges.
9969 * international/uni-bidi.el:
9970 * international/uni-category.el:
9971 * international/uni-combining.el:
9972 * international/uni-comment.el:
9973 * international/uni-decimal.el:
9974 * international/uni-decomposition.el:
9975 * international/uni-digit.el:
9976 * international/uni-lowercase.el:
9977 * international/uni-mirrored.el:
9978 * international/uni-name.el:
9979 * international/uni-numeric.el:
9980 * international/uni-old-name.el:
9981 * international/uni-titlecase.el:
9982 * international/uni-uppercase.el: Regenerate.
9983
b978141d
JB
99842010-06-09 Juanma Barranquero <lekktu@gmail.com>
9985
ee8359ba
JB
9986 * emacs-lisp/smie.el (comment-string-strip): Declare function.
9987 (smie-precs-precedence-table): Fix typo in docstring.
9988
f64ab8fb
JB
9989 * vc-mtn.el (log-edit-extract-headers): Declare function.
9990
883ffa8c
JB
9991 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
9992
b978141d
JB
9993 * net/notifications.el (dbus-register-signal): Declare function.
9994 (notifications-notify): Fix typos and reflow docstring.
9995
5f4f2ae4
DN
99962010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9997
9998 Improve VC create/retrieve tag/branch.
9999 * vc.el (vc-create-tag): Do not read the directory name for VCs
10000 with repository revision granularity. Adjust the tag/branch
10001 prompt. Reset VC properties.
10002 (vc-retrieve-tag): Do not read the directory name for VCs
10003 with repository revision granularity. Reset VC properties.
10004
41a86354
MA
100052010-06-09 Julien Danjou <julien@danjou.info>
10006
ef33fd34 10007 * net/notifications.el: New file.
41a86354 10008
fab43c76
DN
100092010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10010
00fd1147
DN
10011 Add optional support for resetting VC properties.
10012 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
10013 call vc-file-clearprops when true.
10014 (vc-resynch-buffer): Add new optional argument, pass it down.
10015 (vc-resynch-buffers-in-directory): Likewise.
10016
fab43c76
DN
10017 Improve support for special markup in the VC commit message.
10018 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
10019 * vc-hg.el (vc-hg-checkin): Add support for Date:.
10020 * vc-git.el (vc-git-checkin):
10021 * vc-bzr.el (vc-bzr-checkin): Likewise.
10022
e7d67e73
SM
100232010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10024
10025 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
10026 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
10027
277e6741
MP
100282010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
10029
10030 * iimage.el: Remove images as soon as the underlying text is modified.
10031 (iimage-modification-hook): New function.
10032 (iimage-mode-buffer): Use it.
10033
83156c18
SM
100342010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10035
10036 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
10037 smie-indent-offset-after. Add :prev case. Make a bit more generic.
10038 (smie-indent-virtual): Remove `virtual' arg. Update callers.
10039 (smie-indent-keyword): Add handling of open-paren keywords.
10040 (smie-indent-comment-continue): Don't assume comment-continue.
10041
13b5221f
MR
100422010-06-07 Martin Rudalics <rudalics@gmx.at>
10043
10044 * window.el (pop-to-buffer): Remove the conditional that
10045 compares new-window and old-window, so it will reselect
10046 the selected window unconditionally.
10047 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
10048
c2ea5810
SM
100492010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10050
10051 * emacs-lisp/smie.el (smie-indent-offset-after)
10052 (smie-indent-forward-token, smie-indent-backward-token): New functions.
10053 (smie-indent-after-keyword): Use them.
10054 (smie-indent-fixindent): Only applies to the indentation of the BOL.
10055 (smie-indent-keyword): Tweak the black magic.
10056 (smie-indent-comment-continue): Strip comment-continue before use.
10057 (smie-indent-functions): Indent comments before keywords.
10058
27dd3c11
JL
100592010-06-06 Juri Linkov <juri@jurta.org>
10060
10061 * isearch.el (isearch-lazy-highlight-search): Fix looping
10062 by checking for empty match. This syncs this loop with the
10063 similar loop in `isearch-search'. (Bug#6362)
10064
35b148ee
JB
100652010-06-05 Juanma Barranquero <lekktu@gmail.com>
10066
10067 * net/dbus.el (dbus-register-method): Declare function.
10068 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
10069 (dbus-introspect): Doc fix.
10070 (dbus-event-bus-name, dbus-introspect-get-interface)
10071 (dbus-introspect-get-argument): Reflow docstrings.
10072
eccdfe5f
DN
100732010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
10074
10075 vc-log-incoming/vc-log-outgoing fixes for Git.
10076 * vc-git.el (vc-git-log-view-mode): Fix font lock for
10077 incoming/outgoing logs.
10078 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
10079 instead of vc-git-compute-remote.
10080 (vc-git-compute-remote): Remove.
10081
86253dc0
CY
100822010-06-04 Chong Yidong <cyd@stupidchicken.com>
10083
10084 * term/common-win.el (x-colors): Add "dark green" and "dark
10085 turquoise" (Bug#6332).
10086
0665f661
JL
100872010-06-04 Juri Linkov <juri@jurta.org>
10088
10089 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
10090 Instead of setting `replace' to t and replacing the same string
10091 with itself, don't do certain actions when
10092 kill-do-not-save-duplicates is non-nil and string is equal to car
10093 of kill-ring: don't call menu-bar-update-yank-menu, don't push
10094 interprogram-paste strings to kill-ring, and don't push the input
10095 argument `string' to kill-ring.
10096 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
10097
087fc47a
JB
100982010-06-04 Juanma Barranquero <lekktu@gmail.com>
10099
10100 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
10101
4f201088
MA
101022010-06-04 Michael Albinus <michael.albinus@gmx.de>
10103
10104 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
10105 (tramp-gvfs-handler-mounted-unmounted)
10106 (tramp-gvfs-connection-mounted-p): Handle default-location.
10107
10108 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
10109 move files to trash.
10110
18ccd78a
JB
101112010-06-04 Juanma Barranquero <lekktu@gmail.com>
10112
10113 * international/mule-cmds.el (nonascii-insert-offset)
10114 (nonascii-translation-table): Add obsolescence information.
10115
10116 * international/mule.el (make-translation-table-from-vector): Doc fix.
10117
3845c322
GM
101182010-06-03 Glenn Morris <rgm@gnu.org>
10119
10120 * desktop.el (desktop-clear-preserve-buffers):
10121 Add "*Warnings*" buffer. (Bug#6336)
10122
54d3626e
DN
101232010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
10124
6941ffec
DN
10125 vc-log-incoming/vc-log-outgoing improvements for Git.
10126 * vc-git.el (vc-git-log-outgoing): Use the same format as the
10127 short log.
10128 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
10129
54d3626e
DN
10130 Add bindings for vc-log-incoming and vc-log-outgoing.
10131 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
10132 and vc-log-outgoing.
10133 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
10134 and vc-log-outgoing.
10135
aa1bc616
CY
101362010-06-03 Chong Yidong <cyd@stupidchicken.com>
10137
10138 * net/rcirc.el (rcirc-sort-nicknames): Remove.
10139 (rcirc-handler-366): Always sort nicknames.
10140
e2d2a205
JB
101412010-06-03 Juanma Barranquero <lekktu@gmail.com>
10142
10143 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
10144
44ea155d
CY
101452010-06-03 Chong Yidong <cyd@stupidchicken.com>
10146
a628ad9d 10147 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 10148
a91dedc4
SM
101492010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10150
10151 * net/rcirc.el (rcirc-sort-nicknames): Change default.
10152 (rcirc-sort-nicknames-join): Avoid setq.
10153
c62bf05a
DD
101542010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10155
10156 * net/rcirc.el (rcirc-sort-nicknames): New custom.
10157 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
10158 (rcirc-handler-366): Use them.
10159
dd2c3c92
SM
101602010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10161
10162 Split smie-indent-calculate into more manageable chunks.
10163 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
10164 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
10165 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
10166 (smie-indent-exps): Extract from smie-indent-calculate.
10167 (smie-indent-functions): New var.
10168 (smie-indent-functions): Use them.
10169
927c346b
SM
101702010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10171
10172 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
10173 (smie-indent-calculate): Simplify and cleanup.
10174
1efeec86
MA
101752010-06-02 Michael Albinus <michael.albinus@gmx.de>
10176
10177 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
10178 (tramp-gvfs-mount-point): Remove.
10179 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
10180 New defuns.
1efeec86
MA
10181 (with-tramp-dbus-call-method): Format trace message.
10182 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
10183 Implement backup call, when operation on local files fails.
10184 Use progress reporter. Flush properties of changed files.
1efeec86
MA
10185 (tramp-gvfs-handle-make-directory): Make more traces.
10186 (tramp-gvfs-url-file-name): Hexify file name in url.
10187 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
10188 into account for the resulting file name.
10189 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
10190 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
10191 (tramp-gvfs-handler-mounted-unmounted)
10192 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
10193 attribute "default_location". Set "prefix" property.
10194 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
10195 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
10196 exists. Raise an error, if not (due to a corresponding answer
10197 "no" in interactive questions, for example).
10198
89877f5f 101992010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
10200
10201 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
10202
24f574a9
JB
102032010-06-01 Juanma Barranquero <lekktu@gmail.com>
10204
10205 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
10206 right-*. (Bug#6265)
10207
290736f2
DN
102082010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10209
61158bfa
DN
10210 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
10211 * vc-git.el (vc-git-compute-remote): New function.
10212 (vc-git-log-outgoing): Use it instead of hard coding a value.
10213 (vc-git-log-incoming): New function.
10214
5828f6ca
DN
10215 Improve state updating for VC tag commands.
10216 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
10217 to update the state of all buffers in the directory.
10218
290736f2
DN
10219 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
10220
feceda26
SM
102212010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10222
10223 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
10224 `file-directory-p' to the filename part rather than to the whole text.
10225
896114cf
SM
102262010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10227
10228 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
10229
1603358c
DA
102302010-05-31 Drew Adams <drew.adams@oracle.com>
10231
10232 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
10233
fe40dc63
JB
102342010-05-31 Juanma Barranquero <lekktu@gmail.com>
10235
10236 * subr.el (momentary-string-display): Just use read-event to read
10237 the exit event (Bug#6238).
10238
9e8014c6
EZ
102392010-05-30 Eli Zaretskii <eliz@gnu.org>
10240
10241 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10242
61a08071
JB
102432010-05-30 Juanma Barranquero <lekktu@gmail.com>
10244
10245 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10246 Suggested by Eli Zaretskii <eliz@gnu.org>.
10247
5feec8ca
SM
102482010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10249
10250 * minibuffer.el (completion-file-name-table): Don't return a boundary
10251 past the end of `string' (bug#6299).
10252 (completion--file-name-table): Delegate to completion-file-name-table
10253 for the `boundaries' case.
10254
8175cb90
JB
102552010-05-30 Juanma Barranquero <lekktu@gmail.com>
10256
2b94133f
JB
10257 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10258 movement commands.
10259
8175cb90
JB
10260 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10261 `path-separator', but maintain compatibility with Emacs 20.2.
10262
0191e222
CY
102632010-05-29 Chong Yidong <cyd@stupidchicken.com>
10264
10265 * server.el (server-process-filter): Receive parent-id argument
10266 from emacsclient.
10267 (server-create-window-system-frame): New arg. Pass parent-id as
10268 frame parameter.
10269
9b655a0a
EZ
102702010-05-29 Eli Zaretskii <eliz@gnu.org>
10271
db5dce9d
EZ
10272 Bidi-sensitive word movement with arrow keys.
10273 * subr.el (right-arrow-command, left-arrow-command): Move to
10274 bindings.el.
10275
10276 * bindings.el (right-char, left-char): Move from subr.el and
10277 rename from right-arrow-command and left-arrow-command.
10278 (right-word, left-word): New functions.
10279 (global-map) <right>: Bind to right-char.
10280 (global-map) <left>: Bind to left-char.
10281 (global-map) <C-right>: Bind to right-word.
10282 (global-map) <C-left>: Bind to left-word.
10283
9b655a0a
EZ
10284 * ls-lisp.el (ls-lisp-classify-file): New function.
10285 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10286 (ls-lisp-classify): Call ls-lisp-classify-file.
10287 (insert-directory): Remove blanks from switches.
10288
fcb52808
CY
102892010-05-29 Chong Yidong <cyd@stupidchicken.com>
10290
10291 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10292 (ansi-color-drop-regexp): New constant.
10293 (ansi-color-apply, ansi-color-filter-region)
896114cf 10294 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
10295 (ansi-color-apply): Build string list before calling concat.
10296
0040735a
JL
102972010-05-28 Juri Linkov <juri@jurta.org>
10298
10299 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10300 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10301 (Bug#5270)
10302
b6827fff
MA
103032010-05-28 Michael Albinus <michael.albinus@gmx.de>
10304
10305 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10306 to ignored backtrace functions.
10307 (with-progress-reporter): Expand docstring.
10308 (tramp-handle-delete-file): Implement TRASH argument.
10309 (tramp-get-remote-trash): New defun.
10310
eba082a2
MA
103112010-05-28 Michael Albinus <michael.albinus@gmx.de>
10312
6a7662bb
BR
10313 * net/tramp-compat.el (tramp-compat-delete-file):
10314 Use `symbol-value' for backward compatibility.
eba082a2
MA
10315
10316 * net/tramp.el (tramp-handle-make-symbolic-link)
10317 (tramp-handle-load)
10318 (tramp-do-copy-or-rename-file-via-buffer)
10319 (tramp-do-copy-or-rename-file-directly)
10320 (tramp-do-copy-or-rename-file-out-of-band)
10321 (tramp-handle-process-file, tramp-handle-call-process-region)
10322 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10323 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10324 (tramp-delete-temp-file-function): Use `delete-file' instead
10325 of `tramp-compat-delete-file'.
10326
10327 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10328 (tramp-fish-handle-make-symbolic-link)
10329 (tramp-fish-handle-process-file): Use `delete-file' instead
10330 of `tramp-compat-delete-file'.
10331
6a7662bb
BR
10332 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10333 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10334
0dc3e410
MA
10335 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Use
10336 `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10337
6a7662bb
BR
10338 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10339 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
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 `delete-file' instead of
10344 `tramp-compat-delete-file'.
10345 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10346
f1a5d776
CY
103472010-05-27 Chong Yidong <cyd@stupidchicken.com>
10348
10349 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 10350 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
10351 (dired-do-flagged-delete, dired-do-delete): Use trash.
10352
10353 * speedbar.el (speedbar-item-delete): Allow trashing.
10354
10355 * files.el (delete-directory): New arg TRASH.
10356
10357 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10358 (ange-ftp-rename-remote-to-remote)
10359 (ange-ftp-rename-local-to-remote)
10360 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10361 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10362 `delete-file'.
10363 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10364 allow trashing.
10365
10366 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10367 handle new TRASH arg of `delete-file'.
10368
c4ce1145 10369 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
10370 (tramp-handle-make-symbolic-link, tramp-handle-load)
10371 (tramp-do-copy-or-rename-file-via-buffer)
10372 (tramp-do-copy-or-rename-file-directly)
10373 (tramp-do-copy-or-rename-file-out-of-band)
10374 (tramp-handle-process-file, tramp-handle-call-process-region)
10375 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10376 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10377 (tramp-delete-temp-file-function): Use null TRASH arg in
10378 tramp-compat-delete-file call.
10379
10380 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10381 (tramp-fish-handle-delete-file)
10382 (tramp-fish-handle-make-symbolic-link)
10383 (tramp-fish-handle-process-file): Use null TRASH arg in
10384 `tramp-compat-delete-file' call.
10385
10386 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10387 arg in `tramp-compat-delete-file' call.
10388
10389 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10390 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10391 `tramp-compat-delete-file' call.
10392
10393 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10394 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10395 `tramp-compat-delete-file' call.
10396
10397 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10398 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10399 (tramp-smb-handle-write-region): Use null TRASH arg in
10400 tramp-compat-delete-file call.
10401 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10402 (tramp-smb-handle-delete-file): Rename arg.
10403
10404 * diff.el (diff-sentinel):
10405 * epg.el (epg--make-temp-file, epg-decrypt-string)
10406 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10407 * jka-compr.el (jka-compr-partial-uncompress)
10408 (jka-compr-call-process, jka-compr-write-region):
10409 * server.el (server-sentinel): Remove optional arg from
10410 delete-file, reverting 2010-05-03 change.
10411
ecb0ab90
CY
104122010-05-27 Chong Yidong <cyd@stupidchicken.com>
10413
6a7662bb
BR
10414 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10415 Use font-lock-constant-face, not obsolete font-lock-reference-face.
ecb0ab90 10416
2b25da45
KH
104172010-05-27 Kenichi Handa <handa@m17n.org>
10418
10419 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10420 element of GSTRING is nil.
10421
11e4d8c0
SM
104222010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10423
10424 * emacs-lisp/smie.el (smie-forward-token-function)
10425 (smie-backward-token-function): New vars.
10426 (smie-backward-sexp, smie-forward-sexp)
10427 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10428 (smie-default-backward-token): Rename from smie-backward-token and
10429 skip comments.
10430 (smie-default-forward-token): Rename from smie-forward-token and
10431 skip comments.
10432 (smie-next-sexp): Handle nil results from next-token.
10433 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10434
4da3541b
CY
104352010-05-27 Chong Yidong <cyd@stupidchicken.com>
10436
896114cf
SM
10437 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10438 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
10439
104402010-05-27 Masatake YAMATO <yamato@redhat.com>
10441
10442 * htmlfontify.el (hfy-face-resolve-face): New function.
10443 (hfy-face-to-style): Use it (Bug#6279).
10444
6dc439cb
SM
104452010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10446
10447 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10448 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10449
021eb8d7
GM
104502010-05-26 Glenn Morris <rgm@gnu.org>
10451
10452 * emulation/edt.el (edt-load-keys): Use locate-library.
10453
bef4957b
CY
104542010-05-25 Chong Yidong <cyd@stupidchicken.com>
10455
10456 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10457 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
10458 (log-edit-changelog-insert-entries): Args changed.
10459 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
10460 (log-edit-insert-changelog-entries): Reorganize return value of
10461 `log-edit-changelog-entries' to pass filenames to
10462 log-edit-changelog-insert-entries.
10463
84fb0956
TV
104642010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10465
10466 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10467 `image-dired-dired-insert-marked-thumbs' to
10468 `image-dired-dired-toggle-marked-thumbs'.
10469
10470 * image-dired.el: Require cl when compiling.
10471 (image-dired-dired-toggle-marked-thumbs): Rename from
10472 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10473 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10474 to 'no-dir. Skip files whose names don't match
10475 `image-file-name-regexp'. When file has a thumbnail overlay,
10476 delete it. (Bug#5270)
10477
0fb1193d
JL
104782010-05-25 Juri Linkov <juri@jurta.org>
10479
10480 * image-mode.el (image-mode): Add image-after-revert-hook to
10481 after-revert-hook.
10482 (image-after-revert-hook): New function. (Bug#5669)
10483
fc937924
JL
104842010-05-25 Juri Linkov <juri@jurta.org>
10485
10486 * image.el (image-animated-p): When delay between animated images
10487 is 0, set it to 10 (0.1 sec). (Bug#6258)
10488
fa9ba953
MA
104892010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10490
10491 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 10492 `forward-word', its default syntax could be changed.
fa9ba953 10493
9e021389
MA
104942010-05-25 Michael Albinus <michael.albinus@gmx.de>
10495
10496 * net/tramp.el (tramp-progress-reporter-update): New defun.
10497 (with-progress-reporter): Use it.
10498 (tramp-process-actions):
6a7662bb
BR
10499 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10500 Preserve current message, in order to let progress reporter continue
9e021389
MA
10501 afterwards. (Bug#6257)
10502
6169260b
GM
105032010-05-25 Glenn Morris <rgm@gnu.org>
10504
10505 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10506 Add :version.
10507
d26781af
RY
105082010-05-25 Ryan Yeske <rcyeske@gmail.com>
10509
8826afe3 10510 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
10511 (rcirc-default-full-name): Change to "unknown".
10512 (rcirc-user-name-history): Add variable.
8826afe3
GM
10513
105142010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 10515 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
10516
10517 * net/rcirc.el (rcirc-server-alist): Add :pass.
10518 (rcirc): When prompting for connection parameters, also prompt for
d26781af 10519 username and password.
a628ad9d 10520 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
10521 value to server when connecting.
10522
d355a0b7
SM
105232010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10524
f5228f84
SM
10525 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10526 (smie-merge-prec2s): Pass the tables as separate args.
10527 (smie-bnf-precedence-table): Adjust call accordingly.
10528 (smie-prec2-levels): Set levels at the end.
10529
d355a0b7
SM
10530 Replace Lisp calls to delete-backward-char by delete-char.
10531 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
10532 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10533 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 10534 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
10535 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10536 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10537 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10538 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10539 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10540 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10541 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10542 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10543 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10544 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
10545 delete-backward-char by calls to delete-char.
10546
f668ef02
KH
105472010-05-25 Kenichi Handa <handa@m17n.org>
10548
10549 * language/hebrew.el (hebrew-shape-gstring): New function.
10550 Register it in composition-function-table for all Hebrew combining
10551 characters.
10552
397eb3f3
SM
105532010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10554
10555 * epa.el (epa--select-keys): Don't explicitly delete the window since
10556 that can fail (e.g. sole window in frame). Use dedication instead.
10557
171eda53 105582010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
10559
10560 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10561
110683ad
CY
105622010-05-22 Chong Yidong <cyd@stupidchicken.com>
10563
10564 * image.el (image-refresh): Define as an alias for image-flush.
10565
10566 * image-mode.el (image-toggle-display-image): Caller changed.
10567
df9db151
JL
105682010-05-21 Juri Linkov <juri@jurta.org>
10569
10570 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10571 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10572 whitespace, call wildcard-to-regexp on substrings and concat them
10573 with "\\|". (Bug#6114)
10574
c0209c2c
AM
105752010-05-21 Alan Mackenzie <acm@muc.de>
10576
171eda53
SM
10577 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10578 Replace parameter `here' with `here-' and `here-plus', which sandwich
10579 any pertinent CPP construct.
c0209c2c
AM
10580 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10581 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10582 CPP construct from taking part in the scanning.
10583
655bded0
MA
105842010-05-21 Michael Albinus <michael.albinus@gmx.de>
10585
10586 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
10587 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10588 Tune `with-progress-reporter' messages.
655bded0
MA
10589 (tramp-handle-vc-registered):
10590 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10591 (tramp-fish-handle-insert-file-contents)
10592 (tramp-fish-maybe-open-connection):
10593 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10594 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10595 (tramp-imap-handle-insert-file-contents)
10596 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10597
3e17a1a7
JB
105982010-05-21 Juanma Barranquero <lekktu@gmail.com>
10599
bf1e8d4a
JB
10600 * add-log.el (change-log-font-lock-keywords):
10601 Highlight all authors in multi-author entries.
10602
3e17a1a7
JB
10603 * smerge-mode.el (smerge-refine-ignore-whitespace)
10604 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10605 Fix typos in docstrings.
10606 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10607
969e684a
GM
106082010-05-21 Glenn Morris <rgm@gnu.org>
10609
e75c1e7d
GM
10610 * progmodes/fortran.el (fortran-mode):
10611 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10612
969e684a
GM
10613 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10614 having a relative path in src/Makefile.in.
10615
a50878fa
KR
106162010-05-20 Kevin Ryde <user42@zip.com.au>
10617
10618 * help-mode.el (help-make-xrefs): For Info node links turn
10619 newlines into spaces. Link node names with newlines are matched
10620 by help-xref-info-regexp and buttonized, this change ensures they
10621 can be followed successfully with RET. (Bug#6206)
10622
f66a2f90
JL
106232010-05-20 Juri Linkov <juri@jurta.org>
10624
10625 * locate.el (locate): Use pop-to-buffer instead of
10626 switch-to-buffer-other-window. (Bug#6204)
10627
201d895a
JL
106282010-05-20 Juri Linkov <juri@jurta.org>
10629
10630 * replace.el (replace-highlight): Fix lazy-highlighting
10631 for `M-s w str M-% str RET'.
10632
1ddb2ea0
MY
106332009-12-15 Masatake YAMATO <yamato@redhat.com>
10634
10635 * isearch.el (isearch-yank-word-or-char): Pull next subword
10636 when `subword-mode' is activated. (Bug#6220)
10637
a6020335
MH
106382010-05-20 Mark A. Hershberger <mah@everybody.org>
10639
10640 * isearch.el (isearch-update-post-hook): New hook.
10641 (isearch-update): Use the new hook. (Bug#6225)
10642
50de6a38
JL
106432010-05-20 Juri Linkov <juri@jurta.org>
10644
10645 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10646 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10647 (Bug#6222)
10648
5d944a8f
JL
106492010-05-20 Juri Linkov <juri@jurta.org>
10650
10651 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10652 (Bug#6223)
10653
f5d6548a
JL
106542010-05-20 Juri Linkov <juri@jurta.org>
10655
10656 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10657 FILE-NAME to read from the minibuffer when called interactively
10658 with prefix argument instead of using buffer-file-name.
10659 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10660
10661 * dired.el: Update autoloads.
10662
f8e63691
CY
106632010-05-20 Chong Yidong <cyd@stupidchicken.com>
10664
10665 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10666 nxml-finish-element, for consistency with SGML mode.
10667
10668 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10669 octave-close-block.
10670
07d7c3bd
JB
106712010-05-20 Juanma Barranquero <lekktu@gmail.com>
10672
10673 * composite.el: Require cl when compiling.
10674 (reference-point-alist, compose-gstring-for-graphic)
10675 (compose-gstring-for-terminal): Fix typos in docstrings.
10676
7bce8510
JL
106772010-05-19 Juri Linkov <juri@jurta.org>
10678
10679 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10680 set-window-parameter.
10681
a7723e05
MA
106822010-05-19 Michael Albinus <michael.albinus@gmx.de>
10683
10684 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10685 where appropriate.
10686 (tramp-maybe-open-connection): Use it.
10687
3f2e7735
EZ
106882010-05-19 Eli Zaretskii <eliz@gnu.org>
10689
10690 * simple.el (move-end-of-line): Make sure we are at line beginning
10691 before backing up to end of previous line.
10692
8d9181c7
MA
106932010-05-19 Michael Albinus <michael.albinus@gmx.de>
10694
8c4ec20f
MA
10695 * password-cache.el (password-cache-remove): Fix docstring.
10696
8d9181c7
MA
10697 * net/secrets.el: Autoload the widget functions.
10698 (secrets-search-items, secrets-create-item)
10699 (secrets-get-attributes, secrets-expand-item): Attributes will be
10700 stored on the password database without leading ":", as all other
10701 clients do as well.
10702 (secrets-mode): Fix docstring.
10703 (secrets-show-secrets): Provide it as autoloaded command only when
10704 D-Bus support is available. Check existence of Secret Service API.
10705
2a96c2a7
SM
107062010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10707
10708 * indent.el (indent-region): Deactivate region (bug#6200).
10709
d24e10b1
GM
107102010-05-19 Glenn Morris <rgm@gnu.org>
10711
10712 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10713
2833d915
KH
107142010-05-19 Kenichi Handa <handa@m17n.org>
10715
10716 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 10717 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 10718
134c2f29
JB
107192010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10720
10721 * calc/calc-trail.el (calc-trail-isearch-forward)
10722 (calc-trail-isearch-backward): Ensure that the new window
10723 point is set correctly.
10724
278847cd
SM
107252010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10726
10727 * subr.el (read-quoted-char): Resolve modifiers after key
10728 remapping (bug#6212).
10729
3a8e7cbd
MA
107302010-05-18 Michael Albinus <michael.albinus@gmx.de>
10731
10732 Add visualization code for secrets.
10733 * net/secrets.el (secrets-mode): New major mode.
10734 (secrets-show-secrets, secrets-show-collections)
10735 (secrets-expand-collection, secrets-expand-item)
10736 (secrets-tree-widget-after-toggle-function)
10737 (secrets-tree-widget-show-password): New defuns.
10738
472e7ec1
SM
107392010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10740
224b70cb
SM
10741 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10742 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10743 handled in smie-next-sexp.
10744 (smie-indent-calculate): Provide a starting indentation (so the
10745 recursion is well-founded ;-).
10746
472e7ec1
SM
10747 Fix handling of non-associative equal levels.
10748 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10749 when it's not needed.
10750 (smie-op-left, smie-op-right): New functions.
10751 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10752 Better handle equal levels to distinguish the associative case from
10753 the "multi-keyword construct" case.
10754 (smie-backward-sexp, smie-forward-sexp): Use it.
10755
35e53abd
JB
107562010-05-18 Juanma Barranquero <lekktu@gmail.com>
10757
5d8fe0ba
JB
10758 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
10759
35e53abd
JB
10760 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
10761 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
10762
5ad4bef5
SM
107632010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10764
10765 Provide a simple generic indentation engine and use it for Prolog.
10766 * emacs-lisp/smie.el: New file.
10767 * progmodes/prolog.el (prolog-smie-op-levels)
10768 (prolog-smie-indent-rules): New var.
10769 (prolog-mode-variables): Use them to configure SMIE.
10770 (prolog-indent-line, prolog-indent-level): Remove.
10771
00681a3c
JB
107722010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10773
560bb7ae 10774 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
10775 order before computing the averages.
10776
eba62f7a
JB
107772010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
10778
597517ef 10779 * calc/calc-vec.el (calc-histogram):
5ad4bef5 10780 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
10781 (math-vector-avg): New function.
10782
560bb7ae 10783 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
10784 being grouped depend on the radix (Bug#6189).
10785
8c5ff6dd
KR
107862010-05-15 Ken Raeburn <raeburn@raeburn.org>
10787
10788 * version.el (emacs-copyright, emacs-version): Don't define here,
10789 now that emacs.c defines it.
10790
98d8b17e
EZ
107912010-05-15 Eli Zaretskii <eliz@gnu.org>
10792
71078429
EZ
10793 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
10794 "Describe Language Environment" menu item.
10795
ce6233c1
EZ
10796 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
10797
d20e1419
EZ
10798 Bidi-sensitive movement with arrow keys.
10799 * subr.el (right-arrow-command, left-arrow-command): New functions.
10800
10801 * bindings.el (global-map): Bind them to right and left arrow keys.
10802
98d8b17e 10803 Don't override standard definition of convert-standard-filename.
6a7662bb
BR
10804 * files.el (convert-standard-filename):
10805 Call w32-convert-standard-filename and dos-convert-standard-filename on
98d8b17e
EZ
10806 the corresponding systems.
10807
10808 * w32-fns.el (w32-convert-standard-filename): Rename from
10809 convert-standard-filename. Doc fix.
10810
10811 * dos-fns.el (dos-convert-standard-filename): Doc fix.
10812 (convert-standard-filename): Don't defalias.
10813 (register-name-alist, make-register, register-value)
10814 (set-register-value, intdos): Obsolete aliases for the
10815 corresponding dos-* functions and variables.
10816 (dos-intdos): Add a doc string.
10817
ae6bc504
JB
108182010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
10819
10820 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
10821 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
10822 (math-compose-tex-func):
10823 * calc/calccomp.el (math-compose-expr):
10824 * calc/calc-ext.el (math-format-flat-expr-fancy):
10825 * calc/calc-store.el (calc-read-var-name):
10826 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
10827
10828 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 10829 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 10830 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 10831 (math-standard-units): Add units.
ae6bc504 10832
c26ea4b2
SM
108332010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10834
7aefa445 10835 * progmodes/asm-mode.el (asm-mode):
13973643
SM
10836 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
10837
c26ea4b2
SM
10838 * pcomplete.el (pcomplete-completions-at-point): New function,
10839 extracted from pcomplete-std-complete.
10840 (pcomplete-std-complete): Use it.
10841
02be533b
GM
108422010-05-15 Glenn Morris <rgm@gnu.org>
10843
10844 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10845 Remove references to CVS, RCS and Old directories.
10846
78ed0efc
JB
108472010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
10848
ae6bc504 10849 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
10850 appropriate.
10851
10dcc561
SM
108522010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10853
5ccaa359
SM
10854 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
10855 (sh-mode-syntax-table): Give it a default value instead.
10856 (sh-header-marker): Make buffer-local.
10857 (sh-mode): Move make-local-variable to the corresponding setq.
10858 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
10859 Use complete-with-action.
10860
10dcc561
SM
10861 * simple.el (prog-mode): New (abstract) major mode.
10862 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
10863 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
10864
c38762fd
JB
108652010-05-14 Juanma Barranquero <lekktu@gmail.com>
10866
10867 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
10868 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
10869 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
10870 (sql-make-alternate-buffer-name, sql-placeholders-filter)
10871 (sql-escape-newlines-filter, sql-input-sender)
10872 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
10873
2ef3c144
CY
108742010-05-13 Chong Yidong <cyd@stupidchicken.com>
10875
560bb7ae 10876 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
10877
10878 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
10879 latex-open-block and C-c / to latex-close-block.
10880
10881 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
10882 and C-c C-e to sgml-close-tag.
10883
3b30ccda
MA
108842010-05-13 Michael Albinus <michael.albinus@gmx.de>
10885
10886 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 10887 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
10888 (tramp-handle-load, tramp-handle-file-local-copy)
10889 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
10890 (tramp-maybe-send-script, tramp-find-shell):
10891 Use `with-progress-reporter'.
3b30ccda
MA
10892 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
10893 Fix message text.
10894
10895 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10896 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10897 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
10898 Use `with-progress-reporter'.
10899
57ff5d7b
AM
109002010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
10901
a628ad9d
JB
10902 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
10903 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 10904
5a70d10f
SM
109052010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10906
791ffe1c
SM
10907 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
10908
5a70d10f
SM
10909 * dos-fns.el: Add "dos-" prefix for namespace control.
10910 (convert-standard-filename): Define as alias for
10911 dos-convert-standard-filename but only if applicable.
10912
38d93f03
AM
109132010-05-12 Alan Mackenzie <acm@muc.de>
10914
10915 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
10916 Push the mark at the start of these functions when appropriate.
10917
902a6d8d
SM
109182010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10919
10920 * minibuffer.el (completion-cycle-threshold): New custom var.
10921 (completion--do-completion): Use it.
10922 (minibuffer-complete): Use cycling if appropriate.
10923
9ee120ba
JB
109242010-05-11 Juanma Barranquero <lekktu@gmail.com>
10925
10926 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
10927 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
10928
841c4085
JL
109292010-05-11 Juri Linkov <juri@jurta.org>
10930
10931 * scroll-all.el (scroll-all-check-to-scroll):
10932 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
10933
8a67c70e
SM
109342010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10935
f2b9ed18
SM
10936 * iimage.el (iimage-mode-map): Move initialization into declaration.
10937 (iimage-mode-buffer): Use with-silent-modifications.
10938 Simplify calling convention. Adjust callers.
10939 (iimage-mode): Don't run hook redundantly.
10940
8a67c70e
SM
10941 * minibuffer.el (completion-pcm--pattern->regex):
10942 Fix last change (bug#6160).
10943
4bbedd98
JL
109442010-05-10 Juri Linkov <juri@jurta.org>
10945
10946 Remove nodes visited during Isearch from the Info history.
10947 * info.el (Info-isearch-initial-history)
10948 (Info-isearch-initial-history-list): New variables.
10949 (Info-isearch-start): Record initial values of
10950 Info-isearch-initial-history and Info-isearch-initial-history-list.
10951 Add Info-isearch-end to isearch-mode-end-hook.
10952 (Info-isearch-end): New function.
10953
94ecf5da
MA
109542010-05-10 Michael Albinus <michael.albinus@gmx.de>
10955
10956 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
10957 format string, in order to work around a bug in pdksh.
10958 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
10959 (tramp-handle-verify-visited-file-modtime): Do not send a command
10960 when the connection is not established.
10961 (tramp-handle-set-file-times): Simplify the check for utc.
10962
c5eb971b
JB
109632010-05-10 Juanma Barranquero <lekktu@gmail.com>
10964
10965 Fix use of `filter-buffer-substring' (rework previous change).
10966 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
10967 (cua-repeat-replace-region):
10968 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
10969 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10970 (cua-cut-region-to-global-mark): Use it.
10971
7492acc9
MM
109722010-05-09 Michael R. Mauger <mmaug@yahoo.com>
10973
77e2fc7a
JB
10974 * progmodes/sql.el: Version 2.1.
10975 (sql-product-alist): Redesign structure of product info.
10976 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
10977 (sql-port, sql-port-history): New variables.
10978 (sql-interactive-product): New variable.
10979 (sql-send-terminator): New variable.
77e2fc7a 10980 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
10981 (sql-oracle-login-params, sql-sqlite-login-params)
10982 (sql-mysql-login-params, sql-solid-login-params)
10983 (sql-sybase-login-params, sql-informix-login-params)
10984 (sql-ingres-login-params, sql-ms-login-params)
10985 (sql-postgres-login-params, sql-interbase-login-params)
10986 (sql-db2-login-params, sql-linter-login-params)
10987 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
10988 (sql-mode-map): Add C-c C-i to start interactive mode.
10989 (sql-mode-menu): Update existing menu entries.
10990 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
10991 (sql-mode-oracle-font-lock-keywords)
10992 (sql-mode-postgres-font-lock-keywords)
10993 (sql-mode-ms-font-lock-keywords)
10994 (sql-mode-sybase-font-lock-keywords)
10995 (sql-mode-informix-font-lock-keywords)
10996 (sql-mode-interbase-font-lock-keywords)
10997 (sql-mode-ingres-font-lock-keywords)
10998 (sql-mode-solid-font-lock-keywords)
10999 (sql-mode-mysql-font-lock-keywords)
11000 (sql-mode-sqlite-font-lock-keywords)
11001 (sql-mode-db2-font-lock-keywords)
77e2fc7a 11002 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
11003 reduce run-time complexity.
11004 (sql-add-product, sql-del-product): New functions.
11005 (sql-set-product-feature, sql-get-product-feature): New functions.
11006 (sql-product-font-lock): Update product API.
11007 (sql-add-product-keywords): New function.
11008 (sql-highlight-product): Update product API.
11009 (sql-help-list-products): New function.
11010 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 11011 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
11012 prompt for port.
11013 (sql-copy-column): Copy without properties.
11014 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
11015 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
11016 Implement as a filter.
7492acc9
MM
11017 (sql-escape-newlines-filter): Implement as a filter.
11018 (sql-remove-tabs-filter): New function.
11019 (sql-send-magic-terminator): New function.
11020 (sql-send-string): Implement magic terminator.
11021 (sql-send-region): Use `sql-send-string'.
11022 (sql-interactive-mode): Use product API.
11023 (sql-product-interactive): Use product API.
11024 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
11025 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
11026 (sql-db2, sql-linter): Use `sql-product-interactive'.
11027 (sql-connect): New function.
11028 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
11029 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
11030 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
11031 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
11032 Use `sql-connect'.
7492acc9 11033
79ccd68f
SM
110342010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11035
11036 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
11037 New custom variable.
11038 (completion-pcm--string->pattern): Use it.
11039 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
11040 Make it handle any symbol as `any'.
11041 (completion-pcm--merge-completions): Extract common suffix for the new
11042 `prefix' symbol as well.
11043 (completion-substring--all-completions): Use the new `prefix' symbol.
11044
0d5852cf
MA
110452010-05-09 Michael Albinus <michael.albinus@gmx.de>
11046
11047 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
11048 not bound.
11049 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
11050 (tramp-compat-funcall): New defmacro.
11051 (tramp-compat-line-beginning-position)
11052 (tramp-compat-line-end-position)
11053 (tramp-compat-temporary-file-directory)
11054 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
11055 (tramp-compat-copy-file, tramp-compat-copy-directory)
11056 (tramp-compat-delete-file, tramp-compat-delete-directory)
11057 (tramp-compat-number-sequence, tramp-compat-process-running-p)
11058 * net/tramp.el (top, with-progress-reporter)
11059 (tramp-rfn-eshadow-setup-minibuffer)
11060 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
11061 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
11062 (tramp-completion-mode-p, tramp-check-for-regexp)
11063 (tramp-open-connection-setup-interactive-shell)
11064 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
11065 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
11066 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
11067 * net/tramp-cmds.el (tramp-cleanup-all-connections)
11068 (tramp-reporter-dump-variable, tramp-load-report-modules)
11069 (tramp-append-tramp-buffers)
11070 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
11071
11072 * net/tramp-imap.el (top): Autoload `epg-make-context'.
11073
f913fe7d
SM
110742010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11075
11076 * progmodes/compile.el (compilation-buffer-modtime): Rename from
11077 buffer-modtime. Adjust users.
11078
0235128c 110792010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 11080
77e2fc7a 11081 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 11082 car of each item, not the whole list (Bug#6083).
f034e176 11083
0235128c 110842010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
11085
11086 * progmodes/js.el (js-mode): Make paragraph variables local before
11087 calling c-setup-paragraph-variables (Bug#6071).
11088
0235128c 110892010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
11090
11091 * composite.el (compose-region, reference-point-alist): Fix typos
11092 in the doc strings.
11093
77e2fc7a 110942010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
11095
11096 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
11097 gnuplot's "set" command.
11098
0235128c 110992010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
11100
11101 * abbrev.el (last-abbrev-text): Doc fix.
11102 (abbrev-prefix-mark): Don't escape parenthesis.
11103
0235128c 111042010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
11105
11106 * composite.el (find-composition): Doc fix.
11107
0235128c 111082010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
11109
11110 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
11111 (sql-oracle-program, sql-sqlite-options)
11112 (sql-query-placeholders-and-send): Doc fixes.
11113 (sql-set-product, sql-interactive-mode): Reflow docstrings.
11114 (sql-imenu-generic-expression, sql-buffer)
11115 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
11116 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
11117 (sql-mode-sybase-font-lock-keywords)
11118 (sql-mode-informix-font-lock-keywords)
11119 (sql-mode-interbase-font-lock-keywords)
11120 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
11121 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
11122 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
11123 (sql-product-feature, sql-highlight-product)
11124 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
11125 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
11126 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
11127 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
11128 Fix typos in docstrings.
11129
0235128c 111302010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
11131
11132 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
11133 property instead of `invisible' and `after-string' (bug#5998).
11134
0235128c 111352010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
11136
11137 * image-mode.el (image-mode-as-text): Fix typo in docstring.
11138
0235128c 111392010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
11140
11141 * filecache.el (file-cache-add-directory-list)
11142 (file-cache-add-directory-recursively): Fix typos in docstrings.
11143
0235128c 111442010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
11145
11146 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 11147 (gujarati-composable-pattern): Fix typo.
ece33a6e 11148
0235128c 111492010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
11150
11151 * language/indian.el (oriya-composable-pattern)
0235128c
SM
11152 (tamil-composable-pattern, malayalam-composable-pattern):
11153 Add two-part vowels to "v" (vowel sign).
771533aa 11154
0235128c 111552010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 11156
99833607
CY
11157 * files.el (copy-directory): Handle symlinks (Bug#5982).
11158
0235128c 111592010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
11160
11161 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
11162 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
11163 (Bug#5846).
11164
0235128c 111652010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 11166
0ca12598
GM
11167 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
11168
d2c7b917
GM
11169 * minibuffer.el (completion-at-point): Doc fix.
11170
ba5bf5f0
SM
111712010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11172
11173 * electric.el (Electric-command-loop): Minor tweak.
11174
11175 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
11176 better with dedicated windows.
11177
0235128c
SM
111782010-05-07 Chong Yidong <cyd@stupidchicken.com>
11179
11180 * Version 23.2 released.
11181
560bb7ae 111822010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 11183 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
11184
11185 Highlight vendor specific properties.
11186 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
11187 (css-proprietary-property): New face.
11188 (css-font-lock-keywords): Use them.
11189
c0162ade
EZ
111902010-05-07 Eli Zaretskii <eliz@gnu.org>
11191
11192 * cus-start.el (all): Add native condition for tool-bar-* symbols.
11193
f3ee9200
SM
111942010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11195
05623156
SM
11196 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
11197 * files.el (auto-mode-alist): Remove redundant entries.
11198
f3ee9200
SM
11199 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
11200 * simple.el (auto-save-mode): Move from files.el.
11201 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
11202
560bb7ae 112032010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 11204
76e3243a 11205 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 11206
765d4319
KY
112072010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11208
11209 * mail/binhex.el (binhex-decode-region-internal)
11210 * mail/uudecode.el (uudecode-decode-region-internal)
11211 * net/dns.el (dns-read-string-name, dns-write, dns-read)
11212 (dns-read-type, dns-query)
11213 * pgg-parse.el (pgg-parse-armor)
11214 * pgg.el (pgg-verify-region)
11215 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
11216 XEmacs.
11217
86d21cc0 11218 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 11219
f83483ff
JB
112202010-05-07 Juanma Barranquero <lekktu@gmail.com>
11221
40ab7974
JB
11222 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
11223
f83483ff
JB
11224 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
11225 * emulation/cua-base.el (cua-repeat-replace-region):
11226 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11227 (cua-cut-region-to-global-mark):
11228 Remove text properties with `set-text-properties'.
11229
9566840f
MA
112302010-05-06 Michael Albinus <michael.albinus@gmx.de>
11231
f3ee9200
SM
11232 * net/tramp.el (top, with-progress-reporter):
11233 Use `symbol-function' inside `funcall'.
9566840f
MA
11234
11235 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
11236 (tramp-compat-delete-file, tramp-compat-delete-directory):
11237 Handle only `wrong-number-of-arguments' error.
9566840f
MA
11238
11239 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11240 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11241 inside `funcall'.
11242
0c495c21
SM
112432010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11244
1493963b
SM
11245 * minibuffer.el (completion--sreverse, completion--common-suffix):
11246 New functions.
11247 (completion-pcm--merge-completions): Extract common suffix when safe.
11248
0c495c21
SM
11249 * emacs-lisp/easy-mmode.el (define-minor-mode):
11250 Make :variable more flexible.
11251 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11252
221a0647
JL
112532010-05-05 Juri Linkov <juri@jurta.org>
11254
11255 Add `slow' and `history' tags to the desktop data.
11256
11257 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11258 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11259 (Info-finder-find-node): Require `finder.el' to be able
11260 to restore node from the desktop.
11261 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11262 data `Info-history' and `slow' tag in the assoc list.
11263 (Info-restore-desktop-buffer): Don't restore nodes with the
11264 `slow' tag. Restore `Info-history'.
11265
66bdc868
MA
112662010-05-05 Michael Albinus <michael.albinus@gmx.de>
11267
11268 Add FORCE argument to `delete-file'.
11269
11270 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11271 forcing to delete the temporary file.
11272 (ange-ftp-delete-file): Add FORCE arg.
11273 (ange-ftp-rename-remote-to-remote)
11274 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
11275 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11276 Force file deletion.
66bdc868
MA
11277
11278 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11279
11280 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11281 (tramp-handle-make-symbolic-link, tramp-handle-load)
11282 (tramp-do-copy-or-rename-file-via-buffer)
11283 (tramp-do-copy-or-rename-file-directly)
11284 (tramp-do-copy-or-rename-file-out-of-band)
11285 (tramp-handle-process-file, tramp-handle-call-process-region)
11286 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11287 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11288 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11289
11290 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11291 (tramp-fish-handle-make-symbolic-link)
11292 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11293
0c495c21
SM
11294 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11295 Use `tramp-compat-delete-file'.
66bdc868
MA
11296
11297 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11298 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11299
11300 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11301 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11302
11303 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11304 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6a7662bb
BR
11305 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11306 Use `tramp-compat-delete-file'.
66bdc868 11307
f44379e7
SM
113082010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11309
365f8d85
SM
11310 Minor cleanups.
11311 * subr.el (add-minor-mode): Use push.
11312 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11313 * emulation/edt.el (edt-select-mode): Simplify.
11314
80ac5d4d
SM
11315 Use define-minor-mode in more cases.
11316 * term/tvi970.el (tvi970-set-keypad-mode):
11317 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11318 (normal-erase-is-backspace-mode):
11319 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11320 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11321 (get-scroll-bar-mode): New function.
11322 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11323
11324 Use define-minor-mode for less obvious cases.
f44379e7
SM
11325 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11326 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11327 * international/iso-ascii.el (iso-ascii-mode):
11328 * frame.el (auto-raise-mode, auto-lower-mode):
11329 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11330
c04b03f8
MA
113312010-05-04 Michael Albinus <michael.albinus@gmx.de>
11332
11333 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11334 in order to see error messages for failed logins.
11335
53967e09
CY
113362010-05-03 Chong Yidong <cyd@stupidchicken.com>
11337
11338 * diff.el (diff-sentinel):
11339
11340 * epg.el (epg--make-temp-file, epg-decrypt-string)
11341 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11342
11343 * jka-compr.el (jka-compr-partial-uncompress)
11344 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11345
11346 * server.el (server-sentinel): Use delete-file's new FORCE arg
11347 (Bug#6070).
11348
56eb0904
SM
113492010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11350
11351 Use define-minor-mode where applicable.
11352 * view.el (view-mode):
11353 * type-break.el (type-break-query-mode)
11354 (type-break-mode-line-message-mode):
11355 * textmodes/reftex.el (reftex-mode):
11356 * term/vt100.el (vt100-wide-mode):
11357 * tar-mode.el (tar-subfile-mode):
11358 * savehist.el (savehist-mode):
11359 * ibuf-ext.el (ibuffer-auto-mode):
11360 * composite.el (auto-composition-mode):
11361 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11362 Use define-minor-mode.
11363 (vhdl-mode): Use static mode-line format.
11364 (vhdl-mode-line-update): Delete.
11365 (vhdl-create-mode-menu, vhdl-activate-customizations)
11366 (vhdl-hs-minor-mode): Don't bother calling it.
11367
672eb710
SM
113682010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11369
8f92b8ad
SM
11370 * simple.el (with-wrapper-hook): Move.
11371 (buffer-substring-filters): Mark obsolete.
11372 (filter-buffer-substring-functions): New variable.
1fada563 11373 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 11374
c04b03f8 113752010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 11376 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
11377
11378 Implement compression for inline methods.
11379
11380 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11381 (tramp-copy-size-limit): Allow also nil.
11382 (tramp-inline-compress-commands): New defconst.
11383 (tramp-find-inline-compress, tramp-get-inline-compress)
11384 (tramp-get-inline-coding): New defuns.
cb7f3653 11385 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 11386 replaced by `tramp-get-inline-coding'.
6a29a838
MA
11387 (tramp-handle-file-local-copy, tramp-handle-write-region)
11388 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11389
8c0bf8b3
SM
113902010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11391
07125a91
SM
11392 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11393 Remove unused functions.
11394
f3a47002
SM
11395 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11396 Set find-tag-default-function as a variable rather than a property.
11397
8c0bf8b3
SM
11398 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11399 * progmodes/etags.el (tags-completion-at-point-function):
11400 Remove left over interactive spec. Add autoloading stub.
11401 (complete-tag): Use tags-completion-at-point-function.
11402
27601456
CY
114032010-04-30 Chong Yidong <cyd@stupidchicken.com>
11404
cb7f3653 11405 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 11406
09d0284d
CY
114072010-04-29 Chong Yidong <cyd@stupidchicken.com>
11408
27d3cd56
CY
11409 * ido.el (ido-init-completion-maps): Remove C-v binding.
11410 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 11411
3a07ffce
CY
114122010-04-29 Chong Yidong <cyd@stupidchicken.com>
11413
11414 * minibuffer.el (tags-completion-at-point-function): New function.
11415 (completion-at-point-functions): Use it.
11416
3a07ffce
CY
11417 * progmodes/etags.el (complete-tag): Revert last change.
11418
3d14bb73
AM
114192010-04-29 Alan Mackenzie <acm@muc.de>
11420
11421 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11422 off-by-one error (in end of macro position).
11423
7d353d11
SM
114242010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11425
11426 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11427 firefox is absent. Don't autoload.
11428 (browse-url-galeon-program): Don't autoload.
11429
48111a85
CY
114302010-04-28 Chong Yidong <cyd@stupidchicken.com>
11431
11432 * bindings.el (complete-symbol): Move into minibuffer.el.
11433
11434 * minibuffer.el (complete-tag): Move from etags.el. If tags
11435 completion cannot be performed, return nil instead of signalling
11436 an error.
11437 (completion-at-point): Make it an alias for complete-symbol.
11438 (complete-symbol): Move from bindings.el, and replace with the
11439 body of completion-at-point.
11440
11441 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11442
7ba94701
MA
114432010-04-28 Michael Albinus <michael.albinus@gmx.de>
11444
11445 * net/tramp.el (tramp-remote-selinux-p): New defun.
11446 (tramp-handle-file-selinux-context)
11447 (tramp-handle-set-file-selinux-context): Use it.
11448
95c6cc3e
SS
114492010-04-28 Sam Steingold <sds@gnu.org>
11450
11451 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11452 `safe-local-variable' if the value is a string or a symbol with
11453 the property `bug-reference-url-format'.
11454
36045ff3
CY
114552010-04-28 Chong Yidong <cyd@stupidchicken.com>
11456
537ffaf3
SM
11457 * progmodes/bug-reference.el (bug-reference-url-format):
11458 Revert 2010-04-27 change due to security risk.
36045ff3 11459
56924d99
SM
114602010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11461
11462 Make it possible to locally disable a globally enabled mode.
11463 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11464 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11465 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11466 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11467 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11468 that subsequent hooks get a chance to disable it.
11469
ccaa4765
SM
114702010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11471
17818d71
SM
11472 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11473 Avoid re-enabling a minor mode after the user turned the minor mode
11474 off if MODE-enable-in-buffers is run twice (typically once from
11475 fundamental-mode's after-change-major-mode-hook and a second time from
11476 run-mode-hook's own after-change-major-mode-hook).
11477
ccaa4765
SM
11478 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11479
2a6f654e
SS
114802010-04-27 Sam Steingold <sds@gnu.org>
11481
11482 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11483 `safe-local-variable' if the value is a string or a function, as
11484 documented and implemented on 2010-04-02.
11485
cecaa674
JB
114862010-04-27 Juanma Barranquero <lekktu@gmail.com>
11487
11488 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11489 when method is 'kill.
11490
114912010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 11492
a628ad9d
JB
11493 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11494 condition in default directory check.
01c35094 11495 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
1e116bb3
AM
11496 Kill ispell process when killing its associated buffer.
11497
7dd7fbb9
JD
114982010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11499
11500 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11501 but we aren't using it.
11502
7ac82b84
J
115032010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11504
11505 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11506 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11507
fea1add4
GM
115082010-04-24 Glenn Morris <rgm@gnu.org>
11509
11510 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11511 Ignore VCS-ignore files, and deleted nextstep preferences files.
11512 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11513 (authors-ambiguous-files): New list.
11514 (authors-valid-file-names): Add some deleted files.
11515 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11516 (authors-disambiguate-file-name): New function. (Bug#5501)
11517 (authors-canonical-file-name): Doc fix.
11518 Don't warn about obsolete files.
11519 (authors-canonical-file-name, authors-scan-el):
11520 Use authors-disambiguate-file-name.
11521
cbcfee6e
GM
11522 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11523 Add autoload cookies.
11524 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11525 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11526 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11527 They have definitions / compiler macros in cl.el.
11528 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11529 Replace manual autoloads with generated ones.
11530 (htmlfontify-unload-rgb-file): Remove autoload.
11531 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11532
3b548e1b
SM
115332010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11534
9ae0c310
SM
11535 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11536 (byte-compile-setq-default): Optimize for the
11537 single-var case and don't call byte-compile-form in this case to avoid
11538 inf-loop with byte-compile-set-default.
11539
3b548e1b
SM
11540 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11541
632c5478
MA
115422010-04-23 Michael Albinus <michael.albinus@gmx.de>
11543
11544 Implement SELINUX backends.
11545
3b548e1b
SM
11546 * net/tramp.el (tramp-file-name-handler-alist):
11547 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11548 (tramp-handle-file-selinux-context)
11549 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
11550 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11551 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 11552
3b548e1b
SM
11553 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11554 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11555 (tramp-gvfs-handle-file-selinux-context)
11556 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11557 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11558
11559 * net/ange-ftp.el (ange-ftp-copy-file):
11560 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11561 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
11562 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11563 Add PRESERVE-SELINUX-CONTEXT.
632c5478 11564
a94d821f
MA
115652010-04-22 Michael Albinus <michael.albinus@gmx.de>
11566
11567 Synchronize with Tramp repository.
11568
11569 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11570 (tramp-action-process-alive, tramp-action-out-of-band)
11571 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11572 (tramp-exists-file-name-handler): Fix docstring.
11573 (with-progress-reporter): New defmacro.
11574 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11575 (tramp-maybe-open-connection): Use it.
11576
a92375d9
MA
115772010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11578
11579 Detect ssh 'ControlMaster' argument automatically in some cases.
11580
11581 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11582 (tramp-default-method): Use it.
11583
489fe4c2
MA
115842010-04-22 Michael Albinus <michael.albinus@gmx.de>
11585
25f14cdb
MA
11586 * net/tramp.el (tramp-handle-copy-file): Add new optional
11587 parameter `preserve-selinux-context'.
11588 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11589
a92375d9
MA
115902010-04-22 Michael Albinus <michael.albinus@gmx.de>
11591
489fe4c2
MA
11592 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11593 Ensure, that non remote files are still checked. Oops.
11594
acd1f317
MA
115952010-04-21 Michael Albinus <michael.albinus@gmx.de>
11596
11597 Fix Bug#5840.
11598
11599 * icomplete.el (icomplete-completions): Use `non-essential'.
11600
11601 * net/tramp.el (tramp-connectable-p): New defun.
11602 (tramp-handle-expand-file-name)
11603 (tramp-completion-handle-file-name-all-completions)
11604 (tramp-completion-handle-file-name-completion): Use it.
11605
62c5b459
SM
116062010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11607
11608 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11609
f904c0f9
JD
116102010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11611
11612 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11613
11614 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11615
11616 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11617 is present.
11618
11619 * info.el (info-tool-bar-map): Add labels.
11620
11621 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11622
11623 * cus-edit.el (custom-commands): Add labels for tool bar.
11624 (custom-buffer-create-internal, Custom-mode): Adjust for
11625 labels in custom-commands.
11626
11627 * dynamic-setting.el: Renamed from font-setting.el.
11628
c5cbeb12
LL
116292010-04-21 John Wiegley <jwiegley@gmail.com>
11630
11631 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11632 toggles the use of virtual buffers.
537ffaf3 11633 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
11634 (ido-toggle-virtual-buffers): New function.
11635
fcc93746
JB
116362010-04-21 Juanma Barranquero <lekktu@gmail.com>
11637
11638 Use `define-derived-mode'; fix window selection; doc fixes.
11639 * play/tetris.el (tetris, tetris-update-speed-function)
11640 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11641 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11642 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11643 (tetris-pause-game): Fix typos in docstrings.
11644 (tetris-mode-map, tetris-null-map):
11645 Move initialization into declaration.
11646 (tetris-mode): Define with `define-derived-mode';
11647 set show-trailing-whitespace to nil.
11648 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11649
574c05e2
KK
116502010-04-21 Karel Klíč <kklic@redhat.com>
11651
11652 * files.el (backup-buffer): Handle SELinux context, and return it
11653 if a backup was made by renaming.
11654 (backup-buffer-copy): Set SELinux context to the target file.
11655 (basic-save-buffer): Set SELinux context of the newly written file.
11656 (basic-save-buffer-1): Now it also returns any SELinux context.
11657 (basic-save-buffer-2): Set SELinux context of the newly created file,
11658 and return it.
11659 * net/tramp.el (tramp-file-name-for-operation):
11660 Add file-selinux-context.
11661
e97a42c1
SM
116622010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11663
f2b9ed18
SM
11664 Make the log-edit comments use RFC822 format throughout.
11665
e97a42c1
SM
11666 * vc.el (vc-checkin, vc-modify-change-comment):
11667 Adjust to new vc-start/finish-logentry.
11668 (vc-find-conflicted-file): New command.
11669 (vc-transfer-file): Adjust to new vc-checkin.
11670 (vc-next-action): Improve scoping.
11671
11672 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11673 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11674
11675 * vc-git.el (vc-git-log-edit-mode): Remove.
11676 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11677 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11678
11679 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11680 (vc-start-logentry): Remove argument `extra'.
11681 (vc-finish-logentry): Remove extra args.
11682
11683 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11684 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11685 (vc-bzr-conflicted-files): New function.
11686
11687 * log-edit.el (log-edit-extra-flags)
11688 (log-edit-before-checkin-process): Remove.
11689 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11690 (log-edit-headers-alist): New var.
11691 (log-edit-header-contents-regexp): New const.
11692 (log-edit-match-to-eoh): New function.
11693 (log-edit-font-lock-keywords): Use them.
11694 (log-edit): Insert a "Summary:" header as default.
11695 (log-edit-mode): Mark font-lock rules as case-insensitive.
11696 (log-edit-done): Cleanup headers.
11697 (log-view-process-buffer): Remove.
11698 (log-edit-extract-headers): New function to replace it.
11699
938efb77
JB
117002010-04-20 Juanma Barranquero <lekktu@gmail.com>
11701
11702 * subr.el (default-direction-reversed): Remove obsolescence info.
11703
1cfb415b
SM
117042010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11705
cb4f9513
SM
11706 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11707 windows/frames.
11708
6e610c72
SM
11709 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11710 I.e. include text after point in the completion region.
11711 Also, return nil when we're not after/in a symbol.
11712
1cfb415b
SM
11713 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11714 default enable-multibyte-characters.
11715
c80fa13c
SM
117162010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11717
87926e02
SM
11718 * international/mule.el: Help the user choose a valid coding-system.
11719 (read-buffer-file-coding-system): New function.
11720 (set-buffer-file-coding-system): Use it. Prompt the user if the
11721 coding-system cannot encode all the chars.
11722
c80fa13c
SM
11723 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11724 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11725 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11726 Don't use *vc-bzr-shelve*.
11727
6e104790 117282010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
11729
11730 Fix the version number for added files.
11731 * vc-hg.el (vc-hg-working-revision): Check if the file is
11732 registered after hg parent fails (Bug#5961).
11733
6e104790 117342010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
11735
11736 * htmlfontify.el (htmlfontify-buffer)
11737 (htmlfontify-copy-and-link-dir): Autoload entry points.
11738
6e104790 117392010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
11740
11741 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11742 name relative to the project root (Bug#5960).
11743
6e104790 117442010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
11745
11746 * vc-git.el (vc-git-print-log): Doc fix.
11747
6e104790 117482010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
11749
11750 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11751
53cfe624 117522010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
7860d2e3
CY
11753
11754 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
11755 default settings (Bug#5928).
11756
6e104790 117572010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
11758
11759 * progmodes/fortran.el (fortran-match-and-skip-declaration):
11760 New function.
0a23b2c3 11761 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 11762
6e104790 117632010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
11764
11765 * language/indian.el (malayalam-composable-pattern): Fix previous
11766 change (add U+0D4D "SIGN VIRAMA").
11767 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
11768 (tamil-composable-pattern): Fix typo in the regexp.
11769 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
11770 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
11771 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
11772
6e104790 117732010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
11774
11775 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
11776 paragraph-separate (Bug#5821).
11777
6e104790 117782010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
11779
11780 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
11781
11782 * info.el (Info-find-node-2): Comment out code that skips
11783 breadcrumbs line.
11784 (Info-mouse-follow-link): New command.
11785 (Info-link-keymap): New keymap.
11786 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
11787 Return a string with links instead of inserting breadcrumbs
11788 to the Info buffer.
11789 (Info-fontify-node): Comment out code that inserts breadcrumbs.
11790 Instead of putting the `invisible' text property over the Info
11791 header, make an overlay over the Info header with the `invisible'
11792 property and `after-string' set to the string returned by
11793 `Info-breadcrumbs'.
11794
6e104790 117952010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
11796
11797 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
11798 Reported by monkey@sandpframing.com.
11799
98923800
SM
118002010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11801
b5feea0f
SM
11802 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
11803 (tmm-get-keymap): Add key-binding shortcuts now that they're not
11804 available in the "keyseq cache" any more.
11805
98923800
SM
11806 * custom.el (defcustom): Add edebug spec.
11807
fd5c9dfa
JL
118082010-04-18 Juri Linkov <juri@jurta.org>
11809
11810 Test for special mode-class in view-buffer instead of view-file (bug#5513).
11811
11812 * view.el (view-file, view-buffer): Move test for special mode-class
11813 from view-file to view-buffer.
11814
11815 * tar-mode.el (tar-extract): Turn if's into one cond
11816 like in arc-mode.el.
11817
b3671a51
JL
118182010-04-18 Juri Linkov <juri@jurta.org>
11819
11820 Add 7z archive format support (bug#5475).
11821
11822 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
11823 (archive-7z-extract): New defcustom.
11824 (archive-find-type): Add magic string for 7z.
11825 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
11826 If `stderr-file' is non-nil, use `(t stderr-file)' for the
11827 `buffer' arg of `call-process'.
11828 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
11829 call the function `archive-7z-extract' with the variable
11830 `archive-7z-extract' let-bound to `archive-zip-extract'.
11831 (archive-7z-summarize, archive-7z-extract): New functions.
11832
11833 * international/mule.el (auto-coding-alist):
11834 * files.el (auto-mode-alist): Add 7z file extension.
11835
8a37fb25
SM
118362010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11837
e9515805
SM
11838 * loadup.el: Setup hash-cons for pure data.
11839
f8ea0098
SM
11840 Fix duplicate entries in cedet's loaddefs.el files.
11841 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
11842 Should make most file-local generated-autoload-file unnecessary.
11843 (print-readably): Silence warnings.
11844 (autoload-find-destination): Take load-name as an arg to make sure
11845 it's the same as the one that will be in the file.
11846 (autoload-generate-file-autoloads): Adjust to above changes.
11847 Try to make the dataflow a bit simpler.
11848
8a37fb25
SM
11849 * cvs-status.el (cvs-refontify): Remove unused.
11850
f8b91752
JB
118512010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
11852
76e3243a 11853 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 11854
76e3243a 11855 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
11856 twos-complement mode.
11857
d8b01fef
JB
118582010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
11859
76e3243a
JB
11860 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
11861 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
11862 (calc-inverse): Add "Option" to message, as appropriate.
11863 (calc-hyperbolic): Add "Option" to message, as appropriate.
11864 (calc-option, calc-is-option): New functions.
11865
76e3243a 11866 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
11867 (calc-option-prefix-help): New function.
11868
76e3243a 11869 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 11870
76e3243a 11871 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
11872 (calc-option-flag): New variable.
11873 (calc-do): Set `calc-option-flag to nil.
11874 (calc-set-mode-line): Add "Opt " as appropriate.
11875
74f806a1
JL
118762010-04-16 Juri Linkov <juri@jurta.org>
11877
11878 Move scrolling commands from simple.el to window.el
11879 because their primitives are implemented in window.c.
11880
11881 * simple.el (scroll-error-top-bottom)
11882 (scroll-up-command, scroll-down-command, scroll-up-line)
11883 (scroll-down-line, scroll-other-window-down)
11884 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11885 * window.el (scroll-error-top-bottom)
11886 (scroll-up-command, scroll-down-command, scroll-up-line)
11887 (scroll-down-line, scroll-other-window-down)
11888 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11889 Move from simple.el to window.el because their primitives are
11890 implemented in window.c.
11891
ad40eec5
JL
118922010-04-16 Juri Linkov <juri@jurta.org>
11893
11894 * isearch.el (isearch-lookup-scroll-key): Check both
11895 `isearch-scroll' and `scroll-command' properties.
11896 (scroll-up, scroll-down): Remove `isearch-scroll' property.
11897
11898 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
11899
11900 * simple.el (scroll-up-command, scroll-down-command)
11901 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
11902
a4b000fb
JL
119032010-04-15 Juri Linkov <juri@jurta.org>
11904
11905 * simple.el (scroll-up-command, scroll-down-command)
11906 (scroll-up-line, scroll-down-line): Put `scroll-command'
11907 property on the these symbols. Remove them from
11908 `scroll-preserve-screen-position-commands'.
11909
11910 * mwheel.el (mwheel-scroll): Put `scroll-command' and
11911 `isearch-scroll' properties on the `mwheel-scroll' symbol.
11912 Remove it from `scroll-preserve-screen-position-commands'.
11913
11914 * isearch.el (isearch-allow-scroll): Doc fix.
11915
4874f5e6
MA
119162010-04-15 Michael Albinus <michael.albinus@gmx.de>
11917
11918 * net/tramp.el (tramp-error-with-buffer): Don't show the
11919 connection buffer when we are in completion mode.
11920 (tramp-file-name-handler): Catch the error for some operations
11921 when we are in completion mode. This gives the user the chance to
11922 correct the file name in the minibuffer.
11923
82883f0a
GM
119242010-04-15 Glenn Morris <rgm@gnu.org>
11925
11926 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
11927
528b9ea9
JB
119282010-04-15 Juanma Barranquero <lekktu@gmail.com>
11929
11930 Simplify by using `define-derived-mode'.
11931 * info.el (Info-mode):
11932 * calendar/todo-mode.el (todo-mode):
11933 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
11934 (gomoku-mode-map): Move initialization into declaration.
11935
5f2b693f
MA
119362010-04-14 Michael Albinus <michael.albinus@gmx.de>
11937
11938 Fix Bug#5840.
11939 * ido.el (ido-file-name-all-completions-1):
11940 * minibuffer.el (minibuffer-completion-help):
11941 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
11942
ebb9641f
SM
119432010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11944
38111a5a
SM
11945 * simple.el (non-essential): New var.
11946
ebb9641f
SM
11947 Add a new field `location' to bookmarks for non-file bookmarks.
11948 * bookmark.el (bookmark-location): Use the new field, if present.
11949 (bookmark-insert-location): Undo last change, not needed any more.
11950 * man.el (Man-bookmark-make-record):
11951 * woman.el (woman-bookmark-make-record): Add `location' field.
11952
7b05466f
JL
119532010-04-14 Juri Linkov <juri@jurta.org>
11954
11955 * simple.el (scroll-error-top-bottom): New defcustom.
11956 (scroll-up-command, scroll-down-command): Use it. Doc fix.
11957
11958 * emulation/pc-select.el (pc-select-override-scroll-error):
11959 Obsolete in favor of `scroll-error-top-bottom'.
11960
32129746
JL
119612010-04-14 Juri Linkov <juri@jurta.org>
11962
11963 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
11964 `scroll-up-command' and `M-v' to `scroll-down-command'.
11965
11966 * emulation/cua-rect.el (cua--init-rectangles):
11967 * forms.el (forms--change-commands):
11968 * image-mode.el (image-mode-map):
11969 Remap scroll-down-command and scroll-up-command
11970 in addition to scroll-down and scroll-up.
11971
9013a7f8
JL
119722010-04-14 Juri Linkov <juri@jurta.org>
11973
11974 * mwheel.el (scroll-preserve-screen-position-commands):
11975 Add mwheel-scroll to this list of commands.
11976
11977 * simple.el (scroll-preserve-screen-position-commands):
11978 Add scroll-up-command, scroll-down-command, scroll-up-line,
11979 scroll-down-line to this list of commands.
11980
3b7e1d5f
SM
119812010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11982
c1e25821
SM
11983 * obsolete/complete.el: Move from lisp/complete.el.
11984
5b31b787
SM
11985 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
11986
3b7e1d5f
SM
11987 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
11988 to the minor mode function now turns the mode ON unconditionally.
11989
398a825b
SM
119902010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11991
a544e7c1
SM
11992 * vc-dir.el (vc-dir-kill-line): New command.
11993 (vc-dir-mode-map): Bind it to C-k.
11994
a1979d8e
SM
11995 * bookmark.el (bookmark-insert-location): Handle a nil filename.
11996
398a825b
SM
11997 * woman.el: Add bookmark declarations to silence the compiler.
11998 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
11999 step to compatibility between man and woman bookmarks.
12000 Adjust for Man-default-bookmark-title renaming.
12001 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
12002
12003 * man.el: Add bookmark declarations to silence the compiler.
12004 (Man-name-local-regexp): Make it match NAME as well.
12005 (Man-getpage-in-background): Return the buffer.
12006 (Man-notify-when-ready): Use `case'.
12007 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
12008 Don't hardcode "NAME". Simplify.
12009 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
12010 Rename from Man-bookmark-make-record.
12011 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
12012 we have the actual man-args. Use Man-getpage-in-background rather
12013 than `man' since the arg is already processed. Let bookmark.el do the
12014 window handling. Only wait for the relevant process.
12015 Don't forget to autoload.
12016
12017 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
12018
45be326a
TV
120192010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12020
12021 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
12022 New functions.
12023 (woman-mode): Setup bookmark support.
12024
12025 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
12026 (man-bookmark-jump): New functions.
12027 (Man-mode): Setup bookmark support.
12028
3acb4c93
CY
120292010-04-10 Jari Aalto <jari.aalto@cante.net>
12030
12031 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
12032 recognize ssh-keygen prompt (Bug#2817).
12033
b6bbb65e
MA
120342010-04-10 Michael Albinus <michael.albinus@gmx.de>
12035
12036 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
12037
b533bc97
MA
120382010-04-10 Michael Albinus <michael.albinus@gmx.de>
12039
12040 Synchronize with Tramp repository.
12041
12042 * net/tramp.el (tramp-completion-function-alist)
12043 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
12044 (tramp-local-coding-commands, tramp-remote-coding-commands):
12045 Fix docstring.
12046 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
12047 (tramp-handle-directory-files-and-attributes)
12048 (tramp-get-remote-path): Use `copy-tree'.
12049 (tramp-handle-file-name-all-completions): Backward/ XEmacs
12050 compatibility: Use `completion-ignore-case' if
12051 `read-file-name-completion-ignore-case' does not exist.
12052 (tramp-do-copy-or-rename-file-directly): Do not use
12053 `tramp-handle-file-remote-p'.
45be326a
TV
12054 (tramp-do-copy-or-rename-file-out-of-band):
12055 Use `tramp-compat-delete-directory'.
b533bc97 12056 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
12057 (tramp-compute-multi-hops, tramp-maybe-open-connection):
12058 Use `format-spec-make'.
b533bc97
MA
12059 (tramp-find-foreign-file-name-handler)
12060 (tramp-advice-make-auto-save-file-name)
12061 (tramp-set-auto-save-file-modes): Remove superfluous check for
12062 `stringp'. This is done inside `tramp-tramp-file-p'.
12063 (tramp-debug-outline-regexp): New defconst.
12064 (tramp-get-debug-buffer): Use it.
12065 (tramp-check-for-regexp): Use (forward-line 1).
12066 (tramp-set-auto-save-file-modes): Adapt version check.
12067
45be326a
TV
12068 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
12069 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
12070 (tramp-compat-make-temp-file): Simplify fallback implementation.
12071 (tramp-compat-copy-tree): Remove function.
12072 (tramp-compat-delete-directory): Provide implementation for older
12073 Emacsen.
12074
12075 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
12076 Do not use `tramp-fish-handle-file-attributes.
12077
12078 * net/trampver.el: Update release number.
12079
ba33df00
GM
120802010-04-10 Glenn Morris <rgm@gnu.org>
12081
12082 * progmodes/compile.el (compilation-save-buffers-predicate):
12083 Add missing :version tag.
12084
4a8ae76f
SS
120852010-04-09 Sam Steingold <sds@gnu.org>
12086
12087 * progmodes/compile.el (compilation-save-buffers-predicate):
12088 Remove the "autoload" cookie.
12089
0880716f
SS
12090 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
12091 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
12092 and `bug-reference-prog-mode' can be used in hooks directly.
12093
6aebd58c
DN
120942010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12095
12096 Add --author support to git commit.
12097 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
12098 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
12099 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
12100 New declarations.
6aebd58c 12101
f6d90772
ER
121022010-04-09 Eric Raymond <esr@snark.thyrsus.com>
12103
12104 * vc-hooks.el, vc-git.el: Improve documentation comments.
12105
e754e83b
SM
121062010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12107
12108 Fix some of the problems in defsubst* (bug#5728).
12109 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
12110 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
12111
9e86ab0b
SS
121122010-04-07 Sam Steingold <sds@gnu.org>
12113
e754e83b
SM
12114 * progmodes/compile.el (compilation-save-buffers-predicate):
12115 New custom variable.
9e86ab0b
SS
12116 (compile, recompile): Pass it to `save-some-buffers'.
12117
b0c8b840
JD
121182010-04-07 Jan Djärv <jan.h.d@swipnet.se>
12119
12120 * wid-edit.el (widget-choose): Move cursor to the second line of
12121 the buffer (Bug#5695).
12122
31527c56
DN
121232010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12124
12125 Add new VC methods: vc-log-incoming and vc-log-outgoing.
12126 * vc.el (vc-print-log-setup-buttons): New function split out from
12127 vc-print-log-internal.
12128 (vc-log-internal-common): New function, a parametrized version of
12129 vc-print-log-internal.
12130 (vc-print-log-internal): Just call vc-log-internal-common with the
12131 right arguments.
12132 (vc-incoming-outgoing-internal):
12133 (vc-log-incoming, vc-log-outgoing): New functions.
12134 (vc-log-view-type): New permanent local variable.
12135
12136 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
12137
12138 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
12139 of the dynamic bound vc-short-log.
12140 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
12141
12142 * vc-git.el (vc-git-log-outgoing): New function.
12143 (vc-git-log-view-mode): Use vc-log-view-type instead
12144 of the dynamic bound vc-short-log.
12145
12146 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
12147 of the dynamic bound vc-short-log. Highlight the tag.
12148 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
12149 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
12150 (vc-hg-incoming-mode): Remove.
12151 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
12152
7ec69e2b
DN
121532010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12154
12155 Fix default-directory for vc-root-diff.
12156 * vc.el (vc-root-diff): Bind default-directory to the root
12157 directory for the diff command.
12158
fd9ea9d3
WS
121592010-04-07 Michael McNamara <mac@mail.brushroad.com>
12160
6e104790 12161 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
12162 (verilog-calc-1): Support "disable fork" and "fork wait" multi
12163 word keywords, suggested by Steve Pearlmutter.
6e104790 12164 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 12165 port lists.
6e104790 12166 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 12167 fix bug for /* / comments.
6e104790 12168 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 12169 Speed up and simplfy as this is never called with a bound.
6e104790
SM
12170 (verilog-pretty-declarations): Enhance to line up declarations
12171 inside a parameter list, suggested by Alan Morgan.
12172 (verilog-pretty-expr): Tune assignment regular expression match
12173 string for corner cases; also use markers instead of character
12174 number as indent changes the later.
fd9ea9d3
WS
12175
121762010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
12177
6e104790
SM
12178 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
12179 as missing keyword.
12180 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
12181 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
12182 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
12183 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
12184 Tennant.
12185 (verilog-keywords):
fd9ea9d3
WS
12186 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
12187 1800-2009 keywords, including "global.".
12188
2a07afc5
JW
121892010-04-06 John Wiegley <jwiegley@gmail.com>
12190
8b32731a 12191 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 12192 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 12193 file basename). Should use uniquify to offer a real solution.
2a07afc5 12194
f9a27d86
JW
121952010-04-06 John Wiegley <jwiegley@gmail.com>
12196
8b32731a
JB
12197 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
12198 comment to code, and add a :version tag.
12199 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 12200
9caf8a8f
JB
122012010-04-06 Juanma Barranquero <lekktu@gmail.com>
12202
12203 Enable recentf-mode if using virtual buffers.
12204 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 12205 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
12206 (ido-make-buffer-list): Simplify.
12207 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
12208
5a97d2da
JL
122092010-04-05 Juri Linkov <juri@jurta.org>
12210
12211 Scrolling commands which scroll a line instead of full screen.
12212 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12213
12214 * simple.el (scroll-up-line, scroll-down-line): New commands.
12215 Put property isearch-scroll=t on them.
12216
12217 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
12218 Remove commands.
12219
79ce172a
JL
122202010-04-05 Juri Linkov <juri@jurta.org>
12221
8b32731a 12222 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
12223 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12224
12225 * simple.el (scroll-up-command, scroll-down-command): New commands.
12226 Put property isearch-scroll=t on them.
12227
12228 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
12229 `scroll-down-command' and [next] from `scroll-up' to
12230 `scroll-up-command'.
12231
12232 * emulation/cua-base.el: Put property CUA=move on
12233 `scroll-up-command' and `scroll-down-command'.
12234 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
12235 and `scroll-down-command' to `cua-scroll-down'.
12236
309d5b43
JB
122372010-04-05 Juanma Barranquero <lekktu@gmail.com>
12238
6460e534 12239 * help.el (describe-mode): Return nil.
309d5b43 12240
0523d117
JW
122412010-04-04 John Wiegley <jwiegley@gmail.com>
12242
12243 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 12244 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
12245 (ido-virtual): Face used to indicate virtual buffers in the list.
12246 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12247 exists, but a virtual buffer of that name does (which would be why
12248 it was in the list), recreate the buffer by reopening the file.
12249 (ido-make-buffer-list): If virtual buffers are being used, call
12250 `ido-add-virtual-buffers-to-list' before the make list hook.
12251 (ido-virtual-buffers): New variable which contains a copy of the
12252 current contents of the `recentf-list', albeit pared down for the
12253 sake of speed, and with proper faces applied.
12254 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12255 create a list of "virtual buffers" to present to the user in
12256 addition to the currently open set. Note that this logic could
12257 get rather slow if that list is too large. With the default
12258 `recentf-max-saved-items' of 200, there is little speed penalty.
12259
202ff0d6
SM
122602010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12261
12262 * font-lock.el: Require CL when compiling.
12263 (font-lock-turn-on-thing-lock): Use `case'.
12264
ef43a0f4
EZ
122652010-04-03 Eli Zaretskii <eliz@gnu.org>
12266
12267 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12268 Zaretskii.
ef43a0f4 12269
9c13a46e
JL
122702010-04-02 Juri Linkov <juri@jurta.org>
12271
12272 * ehelp.el (electric-help-orig-major-mode):
12273 New buffer-local variable.
12274 (electric-help-mode): Set it to original major-mode. Doc fix.
12275 (with-electric-help): Use `electric-help-orig-major-mode' instead
12276 of (default-value 'major-mode). Doc fix.
12277 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12278
3fb87bf5
SS
122792010-04-02 Sam Steingold <sds@gnu.org>
12280
12281 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12282 `vc-hg-command' with a list of flags.
12283
202ff0d6
SM
12284 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12285 Also accept "patch" and "RFE".
dbb5e44a
SS
12286 (bug-reference-fontify): `bug-reference-url-format' can also be a
12287 function to be able to handle the bug kind.
202ff0d6 12288 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 12289
d0b22876
JD
122902010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12291
12292 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12293 value to fboundp, it may not be a symbol.
12294
1625d379
CY
122952010-03-31 Chong Yidong <cyd@stupidchicken.com>
12296
202ff0d6 12297 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 12298
1cd095c6
JL
122992010-03-31 Juri Linkov <juri@jurta.org>
12300
12301 * simple.el (next-line, previous-line): Re-throw a signal
12302 with `signal' instead of using `ding'.
12303 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12304
67189e62
JL
123052010-03-31 Juri Linkov <juri@jurta.org>
12306
12307 * simple.el (keyboard-escape-quit): Raise deselecting the active
12308 region higher than exiting the minibuffer.
12309 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12310
1546c559
JL
123112010-03-31 Juri Linkov <juri@jurta.org>
12312
12313 * image.el (image-animated-p): Use `image-metadata' instead of
12314 `image-extension-data'. Get GIF extenstion data from metadata
12315 property `extension-data'.
12316
85626eef
SM
123172010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12318
12319 * simple.el (append-to-buffer): Simplify.
12320
85738751 123212010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
12322
12323 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12324 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12325
85738751 123262010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
12327
12328 * language/sinhala.el (composition-function-table): Fix regexp for
12329 the new Unicode specification.
12330
12331 * language/indian.el (devanagari-composable-pattern)
12332 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 12333 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
12334 specification.
12335 (bengali-composable-pattern, gurmukhi-composable-pattern)
12336 (gujarati-composable-pattern, oriya-composable-pattern)
12337 (telugu-composable-pattern): New variables to cope with the new
12338 Unicode specification. Use them in composition-function-table.
12339
85738751 123402010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 12341
79d74ac5 12342 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
12343 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12344 vectors rather than cons cells, as used in menu-bar-update-buffers.
12345
85738751 123462010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 12347
2a793f7f
CY
12348 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12349 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12350 electric punctuation for "{}();,:" (Bug#5586).
12351
03ffe8be
CY
12352 * mail/sendmail.el (mail-default-directory): Doc fix.
12353
85738751 123542010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
12355
12356 * mail/sendmail.el (mail-default-directory): Doc fix.
12357
85738751 123582010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
12359
12360 * subr.el (version-regexp-alist, version-to-list)
12361 (version-list-<, version-list-=, version-list-<=)
12362 (version-list-not-zero, version<, version<=, version=): Doc fix.
12363 (Bug#5744).
12364
85738751 123652010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
12366
12367 * vc.el (vc-root-diff): Doc fix.
12368
85738751 123692010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 12370
9aa2c576
CY
12371 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12372
9d30a9f4
CY
12373 * simple.el (append-to-buffer): Fix last change.
12374
85738751 123752010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
12376
12377 * simple.el (append-to-buffer): Ensure that point is preserved if
12378 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12379 (Bug#5749)
12380
2372f278
SM
123812010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12382
12383 * files.el (auto-mode-case-fold): Change default to t.
12384
2223a1b3
JL
123852010-03-30 Juri Linkov <juri@jurta.org>
12386
12387 * dired-x.el (dired-omit-mode): Doc fix.
12388
0ef84fc8
JL
123892010-03-30 Juri Linkov <juri@jurta.org>
12390
12391 * replace.el (occur-accumulate-lines): Move occur-engine related
12392 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12393 to be located after `occur-engine'.
12394
dc2d2590
JL
123952010-03-30 Juri Linkov <juri@jurta.org>
12396
12397 Make occur handle multi-line matches cleanly with context.
12398 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12399
12400 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12401 (occur-engine): Add local variables `ret', `prev-after-lines',
12402 `prev-lines'. Use more arguments for `occur-context-lines'.
12403 Set first elem of its returned list to `data', and the second elem
12404 to `prev-after-lines'. Don't print the separator line.
12405 In the end, print remaining context after-lines.
12406 (occur-context-lines): Add new arguments `begpt', `endpt',
12407 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12408 after-lines of the previous match with before-lines of the
12409 current match and not overlap them. Return a list with two
12410 values: the output line and the list of context after-lines.
12411
47c88c06
JL
124122010-03-30 Juri Linkov <juri@jurta.org>
12413
12414 * replace.el (occur-accumulate-lines): Fix a bug where the first
12415 context line at the beginning of the buffer was missing.
12416
a7b02820
EZ
124172010-03-30 Eli Zaretskii <eliz@gnu.org>
12418
12419 * files.el: Make bidi-display-reordering safe variable for boolean
12420 values.
12421
9326ba26 124222010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 12423 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
12424
12425 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
12426 (progress-reporter-update, progress-reporter-do-update):
12427 Handle non-numeric value arguments.
9326ba26
CY
12428 (progress-reporter--pulse-characters): New var.
12429
f6f8aa12
CY
124302010-03-28 Chong Yidong <cyd@stupidchicken.com>
12431
12432 * progmodes/compile.el (compilation-start): Fix regexp detection
12433 of initial cd command (Bug#5771).
12434
7ed287b5
CY
124352010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12436
12437 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12438
146b8b16
NR
124392010-03-27 Nick Roberts <nickrob@snap.net.nz>
12440
12441 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
12442 * progmodes/gdb-mi.el: Restore.
12443 * progmodes/gdb-ui.el: Remove.
12444 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 12445
b23caf75
GM
124462010-03-25 Glenn Morris <rgm@gnu.org>
12447
12448 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12449 all dired buffers, even tramp ones. (Bug#5755)
12450
18c812bd
SM
124512010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12452
12453 Add "union tags" in mpc.el.
12454 * mpc.el: Remove backward compatibility code.
12455 (mpc-browser-tags): Change default.
12456 (mpc--find-memoize-union-tags): New var.
12457 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12458 (mpc-cmd-find): Handle the case where the playlist does not exist.
12459 Handle union-tags.
12460 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12461 (mpc-cmd-add): Use mpc-cmd-flush.
12462 (mpc-tagbrowser-tag-name): New fun.
12463 (mpc-tagbrowser-buf): Use it.
12464 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12465
efee6a6d
SM
124662010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12467
9586c41a
SM
12468 Misc cleanup.
12469 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12470 Use replace-regexp-in-string.
12471 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12472 (makefile-imake-mode-syntax-table): Move init into defvar.
12473 (makefile-mode): Use define-derived-mode.
12474
efee6a6d
SM
12475 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12476 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12477 not be present any more.
12478
c6f3804c
JB
124792010-03-24 Juanma Barranquero <lekktu@gmail.com>
12480
12481 * faces.el (set-face-attribute): Fix typo in docstring.
12482 (face-valid-attribute-values): Reflow docstring.
12483
e867cb5d 124842010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 12485
efee6a6d 12486 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 12487
e867cb5d 124882010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
12489
12490 * indent.el (indent-for-tab-command): Doc fix.
12491
e867cb5d 124922010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 12493
efee6a6d
SM
12494 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12495 Fix off-by-one error. Fixes bug #5747.
657071fc 12496
e867cb5d 124972010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
12498
12499 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12500 (image-dired-read-comment): Doc fix.
12501
efee6a6d
SM
12502 * json.el (json-object-type, json-array-type, json-key-type)
12503 (json-false, json-null, json-read-number):
c8de140b
JB
12504 * minibuffer.el (completion-in-region-functions):
12505 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12506 (cal-tex-cursor-week):
12507 * emacs-lisp/trace.el (trace-function):
12508 * eshell/em-basic.el (eshell/printnl):
12509 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12510 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12511 * obsolete/levents.el (allocate-event, event-key, event-object)
12512 (event-point, event-process, event-timestamp, event-to-character)
12513 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12514 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12515 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12516 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12517 (reftex-highlight-selection): Fix typos in docstrings.
12518
e867cb5d 125192010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
12520
12521 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12522
e867cb5d 125232010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
12524
12525 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12526 2008-02-13 without comment; mark it obsolete.
12527 (rmail-highlight-headers): Use rmail-highlight-face once more.
12528
e867cb5d 125292010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
12530
12531 * woman.el (woman2-process-escapes): Only consume the newline if
12532 the filler character is on a line by itself (Bug#5729).
12533
e867cb5d 125342010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
12535
12536 * language/indian.el (devanagari-composable-pattern): Add more
12537 consonants.
12538
e867cb5d 125392010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
12540
12541 * net/trampver.el: Update release number.
12542
e867cb5d 125432010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 12544
efee6a6d
SM
12545 * net/tramp.el (tramp-find-executable):
12546 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
12547 output of "wc -l" more robust.
12548 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12549 (tramp-open-connection-setup-interactive-shell): Remove workaround
12550 for OpenSolaris bug, it is not needed anymore.
12551
e867cb5d 125522010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
12553
12554 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12555
e867cb5d 125562010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
12557
12558 * files.el (auto-mode-alist): Accept more verilog file patterns.
12559
b2b8574b
SM
125602010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12561
12562 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12563
1d94ebb0
GM
125642010-03-24 Glenn Morris <rgm@gnu.org>
12565
7e263967
GM
12566 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12567 log-edit-before-checkin-process.
12568
5ac92c5f
GM
12569 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12570
12571 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 12572
549f324a
GM
12573 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12574 (log-view-process-buffer, log-edit-extra-flags): Declare.
12575
495b517c
GM
12576 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12577
f4087766
SS
125782010-03-23 Sam Steingold <sds@gnu.org>
12579
12580 Fix bug#5620: recalculate all markers on compilation buffer
12581 modifications, not on file modifications.
38e9aa53
GM
12582 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12583 variable: the buffer modification time, for buffers not associated with
12584 files.
f4087766
SS
12585 (compilation-mode): Create it.
12586 (compilation-filter): Update it.
12587 (compilation-next-error-function): Use it instead of
12588 `visited-file-modtime' for timestamp.
12589
774642e5
JL
125902010-03-23 Juri Linkov <juri@jurta.org>
12591
12592 Implement Occur multi-line matches.
12593 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12594
12595 * replace.el (occur): Doc fix.
12596 (occur-engine): Set `begpt' to the beginning of the first line.
12597 Set `endpt' to the end of the last match line. At first, count
12598 line numbers between `origpt' and `begpt'. Split out code from
12599 `out-line' variable to new let-bindings `match-prefix' and
12600 `match-str'. In `out-line' add non-numeric prefix to all
12601 non-first lines of multi-line matches. Finally, count lines
12602 between `begpt' and `endpt' and add to `lines'.
12603
f14d1172
JL
126042010-03-23 Juri Linkov <juri@jurta.org>
12605
12606 * replace.el (occur-accumulate-lines, occur-engine):
12607 Use `occur-engine-line' instead of duplicate code.
12608 (occur-engine-line): New function created from duplicate code
12609 in `occur-accumulate-lines' and `occur-engine'.
12610
53e87c57
JL
12611 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12612 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12613
75a3ff20
JL
126142010-03-23 Juri Linkov <juri@jurta.org>
12615
12616 * finder.el: Remove TODO tasks.
12617
12618 * info.el (Info-finder-find-node): Add node "all"
12619 with all package info. Handle a list of multiple keywords
12620 separated by comma.
12621 (info-finder): In interactive use with a prefix argument,
12622 use `completing-read-multiple' to read a list of keywords
12623 separated by comma.
12624
00278747
SM
126252010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12626
12627 Add a new completion style `substring'.
12628 * minibuffer.el (completion-basic--pattern): New function.
12629 (completion-basic-try-completion, completion-basic-all-completions):
12630 Use it.
12631 (completion-substring--all-completions)
12632 (completion-substring-try-completion)
12633 (completion-substring-all-completions): New functions.
12634 (completion-styles-alist): New style `substring'.
12635
64cb11cc
SM
126362010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12637
12638 Get rid of .elc files after removal of the corresponding .el.
12639 * Makefile.in (compile-clean): New target.
12640 (compile-main): Use it.
12641
835e2c65
JD
126422010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12643
12644 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12645 don't do make there. When compiling with separate object dir, there
12646 is no Makefile there.
12647
111a9dff
SM
126482010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12649
12650 Get rid of the ELCFILES abomination, again.
12651 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12652 (all, compile): Don't call compile-last.
12653 (compile-main): Build the "elcfiles" list dynamically.
12654 (compile-targets): New (internal) target.
12655
82c3d67a
AS
126562010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12657
12658 * Makefile.in (top_srcdir): Define.
12659 (abs_top_builddir): Define.
12660 (srcdir): Don't append `/..'.
12661 (EMACS): Use ${abs_top_builddir}.
12662 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
12663 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12664 $(srcdir).
82c3d67a
AS
12665 (lisp): Use $(srcdir) instead of @srcdir@.
12666
d66ecdbb
JL
126672010-03-21 Juri Linkov <juri@jurta.org>
12668
12669 Fix message of multi-line occur regexps and multi-buffer header lines.
12670 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12671
12672 * replace.el (occur-1): Don't display regexp if it is longer
12673 than window-width. Use `query-replace-descr' to display regexp.
12674 (occur-engine): Don't display regexp in the buffer header for
12675 multi-buffer occur. Display a separate header line with total
12676 match count and regexp for multi-buffer occur.
12677 Use `query-replace-descr' to display regexp.
12678
f05e1b94
TZ
126792010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12680
12681 * net/secrets.el: Fix parenthesis.
12682 (secrets-enabled): Fix parenthesis.
12683
801ba3ba
SM
126842010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12685
3613edce
SM
12686 Use more relative file and directory names.
12687 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12688 (setwins, setwins_almost, setwins_for_subdirs):
12689 Don't `cd'; output relative names.
12690 (all, compile, compile-always, compile-last): Set emacswd.
12691 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12692 Just cd to the lisp source dir so we can use relative file names.
12693
801ba3ba
SM
12694 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12695
2b1400b9
GM
126962010-03-20 Glenn Morris <rgm@gnu.org>
12697
12698 * textmodes/rst.el: Use faces for font-lock customization, and make the
12699 old -face variables obsolete.
12700 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12701 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12702 (rst-block-face, rst-external-face, rst-definition-face)
12703 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12704 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12705 Make obsolete.
12706 (rst-font-lock-keywords-function): Update for above changes.
12707
5e418f17
JL
127082010-03-20 Juri Linkov <juri@jurta.org>
12709
12710 * s-region.el:
12711 * obsolete/s-region.el: Move to obsolete.
12712
b0287b39
JB
127132010-03-19 Juanma Barranquero <lekktu@gmail.com>
12714
12715 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12716
3c95bbb6
DN
127172010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12718
12719 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12720
09158997
DN
127212010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12722
12723 Add special markup processing for commit logs.
12724 * log-edit.el (log-edit-extra-flags): New variable.
12725 (log-edit): Add new argument MODE. Use that mode when non-nil
12726 instead of the log-view-mode.
12727 (log-view-process-buffer): New function.
12728
12729 * vc.el: Document that the checkin method takes optional
12730 arguments. Document new backend specific method: log-view-mode.
12731 (vc-default-log-edit-mode): New function.
12732 (vc-checkin): Use a backend specific log-view-mode.
12733 Pass extra arguments to the checkin method.
12734 (vc-modify-change-comment): Pass a dummy extra argument.
12735
12736 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12737 log-edit.
12738 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12739 (vc-finish-logentry): Process the log buffer before passing it
12740 down. Pass log-edit-extra-flags.
12741
12742 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12743 command.
85626eef
SM
12744 (log-edit-extra-flags, log-edit-before-checkin-process):
12745 New declarations.
09158997
DN
12746
12747 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12748 command.
85626eef
SM
12749 (log-edit-extra-flags, log-edit-before-checkin-process):
12750 New declarations.
09158997
DN
12751 (vc-hg-log-edit-mode): New derived mode.
12752
12753 * vc-arch.el (vc-arch-checkin):
12754 * vc-cvs.el (vc-cvs-checkin):
12755 * vc-git.el (vc-git-checkin):
12756 * vc-mtn.el (vc-mtn-checkin):
12757 * vc-rcs.el (vc-rcs-checkin):
12758 * vc-sccs.el (vc-sccs-checkin):
12759 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
12760
f430423d
SM
127612010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12762
12763 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
12764 parent typo).
12765
aa8f8277
GM
127662010-03-19 Glenn Morris <rgm@gnu.org>
12767
f430423d 12768 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 12769
04525749
GM
127702010-03-18 Glenn Morris <rgm@gnu.org>
12771
c70815f1
GM
12772 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
12773
84d0a5f8
GM
12774 * replace.el (query-replace-history): Give it a doc string.
12775 (map-query-replace-regexp): Use query-replace-from-history-variable
12776 and query-replace-to-history-variable.
12777
e3a15161
GM
12778 * mail/hashcash.el (declare-function): Remove duplicate definition.
12779
27be0364
GM
12780 * mail/emacsbug.el (report-emacs-bug-pretest-address):
12781 Make it an obsolete alias for report-emacs-bug-address.
12782 (message-strip-special-text-properties): Declare.
12783 (report-emacs-bug): Remove test for a pretest bug address.
12784 Combine message-mode-specific code.
12785
88b8d18e
GM
12786 * mail/supercite.el: Don't require sendmail.
12787 (mh-in-header-p): Declare rather than using with-no-warnings.
12788 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
12789 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
12790
1a355d09
GM
12791 * calendar/cal-french.el: Convert to utf-8.
12792
04525749
GM
12793 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
12794 Emacs scripts.
12795
ae84eb97
MA
127962010-03-16 Michael Albinus <michael.albinus@gmx.de>
12797
12798 * net/secrets.el (secrets-enabled): New variable. Use it instead
12799 of a subfeature.
12800
7c75524e
MA
128012010-03-15 Michael Albinus <michael.albinus@gmx.de>
12802
12803 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
12804 service "org.freedesktop.secrets" can be pinged.
12805 Provide subfeature `enabled'.
7c75524e 12806
57938a79
JL
128072010-03-14 Juri Linkov <juri@jurta.org>
12808
12809 Add finder unknown keywords.
12810
12811 * finder.el (finder-unknown-keywords): New function.
12812
12813 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
12814 to create a Finder node with unknown keywords.
12815
88f4758e
JL
128162010-03-14 Juri Linkov <juri@jurta.org>
12817
12818 * finder.el (finder-compile-keywords): Replace `princ' with
12819 `prin1' on a list of symbols interned from keyword strings.
12820
12821 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
12822 a comma, then split keywords using a comma and optional whitespace.
12823 Otherwise, split by whitespace.
12824
12825 * complete.el:
12826 * face-remap.el:
12827 * log-view.el:
12828 * net/hmac-def.el:
12829 * net/hmac-md5.el:
12830 * net/netrc.el:
12831 * progmodes/mixal-mode.el: Fix keywords.
12832
7725ebb7
MA
128332010-03-13 Michael Albinus <michael.albinus@gmx.de>
12834
12835 * Makefile.in (ELCFILES): Add net/secrets.elc.
12836
12837 * net/secrets.el: New file.
12838
6f320937
CY
128392010-03-12 Chong Yidong <cyd@stupidchicken.com>
12840
12841 * facemenu.el (list-colors-display, list-colors-print): New arg
12842 callback. Use it to allow selecting colors.
12843
12844 * wid-edit.el (widget-image-insert): Insert image prop even if the
12845 current display is non-graphic.
12846 (widget-field-value-set): New fun.
12847 (editable-field): Use it.
12848 (widget-field-value-get): Clean up unused var.
85626eef
SM
12849 (widget-color-value-create, widget-color--choose-action):
12850 New funs. Allow using list-colors-display to choose color.
6f320937 12851
647f9993
CY
128522010-03-12 Chong Yidong <cyd@stupidchicken.com>
12853
12854 * cus-edit.el: Resort topmost custom groups.
12855 (custom-buffer-sort-alphabetically): Default to t.
12856 (customize-apropos): Use apropos-parse-pattern.
12857 (custom-search-field): New var.
12858 (custom-buffer-create-internal): Add custom-apropos search field.
12859 (custom-add-parent-links): Don't display parent doc.
12860 (custom-group-value-create): Don't sort top-level custom group.
85626eef 12861 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
12862
12863 (custom-variable-state): New fun, from custom-variable-state-set.
12864 (custom-variable-state-set): Use it.
12865 (custom-group-value-create): Hide options with standard values
12866 using the :hidden-states property. Use progress reporter.
12867
12868 (custom-show): Simplify.
12869 (custom-visibility): Disable images by default.
12870 (custom-variable): New property :hidden-states.
12871 (custom-variable-value-create): Enable images for
12872 custom-visibility widgets. Use :hidden-states property to
12873 determine initial visibility.
12874
12875 * wid-edit.el (widget-image-find): Give images center ascent.
12876 (visibility): Add :on-image and :off-image properties.
12877 (widget-visibility-value-create): Use them.
12878
eba5b4dd
CY
128792010-03-12 Chong Yidong <cyd@stupidchicken.com>
12880
12881 * cus-edit.el (processes): Remove from development group.
12882 (oop, hypermedia): Delete group.
26f4b8ab 12883 (comm): Promote to top-level group.
eba5b4dd
CY
12884
12885 * net/browse-url.el (browse-url):
12886 * net/xesam.el (xesam):
12887 * net/tramp.el (tramp):
12888 * net/goto-addr.el (goto-address):
26f4b8ab 12889 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
12890
12891 * view.el (view): Remove from editing group.
12892
12893 * uniquify.el (uniquify): Put in files group.
12894
12895 * net/browse-url.el (browse-url):
12896 * ps-print.el (postscript): Put in external group.
12897
12898 * cus-edit.el (outlines):
12899 * textmodes/text-mode.el (text-mode-hook):
12900 * textmodes/table.el (table):
12901 * textmodes/picture.el (picture):
12902 * outline.el (outlines): Put in wp group.
12903
12904 * nxml/nxml-mode.el (nxml): Remove from wp group.
12905
12906 * net/tramp-imap.el (tramp-imap): Put in tramp group.
12907
12908 * mail/metamail.el (metamail): Remove from hypermedia group.
12909
12910 * cus-edit.el (abbrev):
12911 * whitespace.el (whitespace):
12912 * vcursor.el (vcursor):
12913 * reveal.el (reveal):
12914 * hl-line.el (hl-line): Put in convenience group.
12915
12916 * epg-config.el (epg): Put in data group.
12917
12918 * emulation/pc-select.el (pc-select): Put in emulations group.
12919
12920 * calculator.el (calculator): Put in applications group.
12921
8117868f
DN
129222010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12923
12924 Add .dir-locals.el support for file-less buffers.
12925 * files.el (hack-local-variables): Split out code to apply local
12926 variable settings ...
12927 (hack-local-variables-apply): ... here. New function.
12928 (hack-dir-local-variables): Use the default directory for when the
12929 buffer does not have an associated file.
12930 (hack-dir-local-variables-non-file-buffer): New function.
12931 * diff-mode.el (diff-mode):
12932 * vc-annotate.el (vc-annotate-mode):
12933 * vc-dir.el (vc-dir-mode):
12934 * log-edit.el (log-edit-mode):
12935 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
12936
855a2294
DN
129372010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12938
12939 Add support for shelving snapshots and for showing shelves.
12940 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
12941 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
12942 New functions.
12943 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12944 (vc-bzr-extra-menu-map): Map them.
12945
3e5b7009
GM
129462010-03-11 Glenn Morris <rgm@gnu.org>
12947
0dcf7d7e
GM
12948 * cus-edit.el (customize-changed-options-previous-release):
12949 Bump to 23.1.
12950
3e5b7009
GM
12951 * image.el (image-animate-max-time): Fix :version tag.
12952
288f9fc0
CY
129532010-03-10 Chong Yidong <cyd@stupidchicken.com>
12954
12955 * Branch for 23.2.
12956
53ef91b1
SM
129572010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12958
12959 * vc-git.el (vc-git-revision-table): Include remote branches.
12960
b41460ae 129612010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
12962
12963 Animated image API.
12964 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
12965
12966 * image.el (image-animate-max-time): New defcustom.
12967 (image-animated-types): New defconst.
12968 (create-animated-image, image-animate-timer)
12969 (image-animate-start, image-animate-stop, image-animate-timeout)
12970 (image-animated-p): New functions.
12971
12972 * image-mode.el (image-toggle-display-image):
12973 Replace `create-image' with `create-animated-image'.
12974
e5d1fb10 129752010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
12976
12977 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
12978 instead of "format:"; this ensures that the output is
12979 newline-terminated.
12980
4e7cafbe
CY
129812010-03-08 Chong Yidong <cyd@stupidchicken.com>
12982
12983 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
12984 that all errors are caught, and that the return value is always a
12985 list (Bug#5692).
12986
aec66319
KH
129872010-03-08 Kenichi Handa <handa@m17n.org>
12988
12989 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 12990 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 12991
b327c975
AS
129922010-03-07 Andreas Schwab <schwab@linux-m68k.org>
12993
12994 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
12995 call to rfc822-bad-address. (Bug#5692)
12996
1c465a6a
CY
129972010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
12998
85626eef
SM
12999 * vc-git.el (vc-git-annotate-extract-revision-at-line):
13000 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 13001
a4e32226
CY
130022010-03-06 Chong Yidong <cyd@stupidchicken.com>
13003
13004 * calculator.el (calculator): Don't bind split-window-keep-point
13005 (Bug#5674).
13006
4c83ed3d
SM
130072010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
13008
13009 * vc-git.el: Re-flow to fit into 80 columns.
13010 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
13011 Remove spurious `quote' element in each case alternative.
13012 (vc-git-show-log-entry): Use prog1.
13013 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
13014
e8defde3
SM
130152010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13016
13017 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
13018
233f0c9f
CY
130192010-03-03 Chong Yidong <cyd@stupidchicken.com>
13020
13021 * macros.el (insert-kbd-macro): Look up keyboard macro using the
13022 definition, not the name (Bug#5481).
13023
254bedef 130242010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
13025
13026 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
13027 argument with a local variable. (Bug#5670)
13028
7187cdae
JL
130292010-03-02 Juri Linkov <juri@jurta.org>
13030
13031 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
13032
9cf3544e
MA
130332010-03-02 Michael Albinus <michael.albinus@gmx.de>
13034
13035 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
13036 error when FILENAME and NEWNAME are existing remote directories.
13037
13038 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
13039 parameter DIR-FLAG.
13040
33f77982
GM
130412010-03-02 Glenn Morris <rgm@gnu.org>
13042
13043 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
13044 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
13045
d99ea08e
KH
130462010-03-01 Kenichi Handa <handa@m17n.org>
13047
e8defde3 13048 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
13049 myanmar-composable-pattern.
13050
e8defde3
SM
13051 * international/characters.el (script-list):
13052 * international/fontset.el (script-representative-chars):
13053 Change myanmar to burmese.
d99ea08e 13054 (otf-script-alist): Likewise.
4aa2c3b2
KH
13055 (setup-default-fontset): Likewise. Re-fix :otf spec.
13056
b374f54d
KY
130572010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13058
13059 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
13060
71572c03
JD
130612010-02-28 Jan Djärv <jan.h.d@swipnet.se>
13062
13063 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
13064
00cffdeb
MA
130652010-02-28 Michael Albinus <michael.albinus@gmx.de>
13066
13067 * net/tramp.el (tramp-handle-write-region): START can be a string.
13068 Take care in the checks. Reported by Dan Davison
13069 <davison@stats.ox.ac.uk>.
13070
d4b06783
MA
130712010-02-28 Michael Albinus <michael.albinus@gmx.de>
13072
13073 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
13074 (dbus-set-property, dbus-get-all-properties):
13075 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 13076
8c3e96d2
CY
130772010-02-28 Chong Yidong <cyd@stupidchicken.com>
13078
de3a1fe9
CY
13079 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
13080 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
13081 * calendar/icalendar.el (icalendar--add-diary-entry):
13082 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
13083 * files.el (recover-session-finish): Use with-current-buffer
13084 instead of save-excursion.
13085
c53b9c3b
SM
130862010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13087
13088 Fix in-buffer completion when after-change-functions modify the buffer.
13089 * minibuffer.el (completion--replace): New function.
13090 (completion--do-completion): Use it and use relative movement.
13091
4a16bdc6
CY
130922010-02-27 Chong Yidong <cyd@stupidchicken.com>
13093
13094 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 13095
b8280f39
CY
130962010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
13097
c53b9c3b
SM
13098 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
13099 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 13100
f88cc4d6
KH
131012010-02-26 Kenichi Handa <handa@m17n.org>
13102
13103 * language/burmese.el: Fix entries in composition-function-table.
13104 (myanmar-composable-pattern): New variable.
13105
13106 * international/fontset.el (setup-default-fontset): Add an entry
13107 for myanmar.
13108
13109 * international/characters.el (script-list): Add Myanmar
13110 Extended-A.
13111
cdbf9100
GM
131122010-02-26 Glenn Morris <rgm@gnu.org>
13113
90a94603
GM
13114 * custom.el (custom-initialize-delay): Doc fix.
13115
cdbf9100
GM
13116 * mail/sendmail.el (send-mail-function): Autoload the call
13117 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
13118
f95a5fd0
CY
131192010-02-24 Chong Yidong <cyd@stupidchicken.com>
13120
13121 * files.el (hack-local-variables-filter): For eval forms, also
13122 check safe-local-variable-p (Bug#5636).
13123
459a5f4b
MA
131242010-02-22 Michael Albinus <michael.albinus@gmx.de>
13125
13126 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
13127 setting the modes by `ignore-errors'. It might fail, for example
13128 if the file is not owned by the user but the group.
13129 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
13130
bb23f6e8
CY
131312010-02-21 Chong Yidong <cyd@stupidchicken.com>
13132
6a7662bb
BR
13133 * files.el (directory-listing-before-filename-regexp):
13134 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
13135 date-like filenames (Bug#5597).
13136
b660eb70
CY
13137 * htmlfontify.el (htmlfontify): Doc fix.
13138
13139 * eshell/eshell.el (eshell): Doc fix.
13140
bb23f6e8
CY
13141 * startup.el (fancy-about-screen): In mode-line, apply
13142 mode-line-buffer-id face only to the buffer name (Bug#5613).
13143
3e39928c
CY
131442010-02-20 Kevin Ryde <user42@zip.com.au>
13145
f7e0618c
JB
13146 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13147 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
13148 (Bug#5599).
13149
0f00e948
EZ
131502010-02-20 Eli Zaretskii <eliz@gnu.org>
13151
13152 * subr.el (remove-yank-excluded-properties): Explain in a comment
13153 why `category' property is removed.
13154
3513efb2
CY
131552010-02-19 Chong Yidong <cyd@stupidchicken.com>
13156
6a7662bb
BR
13157 * isearch.el (isearch-update-post-hook, isearch-update):
13158 Revert 2010-02-17 change.
3513efb2 13159
b4340b3f
UJ
131602010-02-19 Ulf Jasper <ulf.jasper@web.de>
13161
13162 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
13163 (icalendar--convert-weekly-to-ical)
13164 (icalendar--convert-yearly-to-ical)
13165 (icalendar--convert-block-to-ical)
13166 (icalendar--convert-cyclic-to-ical)
13167 (icalendar--convert-anniversary-to-ical): Take care of time
13168 specifications where hour has 1-digit only (Bug#5549).
13169
8cfae03d
NR
131702010-02-19 Nick Roberts <nickrob@snap.net.nz>
13171
13172 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
13173 of disassemble output in GDB 7.1.
13174
055e4eea
GM
131752010-02-19 Glenn Morris <rgm@gnu.org>
13176
13177 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
13178 property. (Bug#5593)
13179
ff6b00de
SS
131802010-02-18 Sam Steingold <sds@gnu.org>
13181
13182 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13183
fe8c0b47
SM
131842010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13185
13186 Use abbreviated file names in bookmarks (bug#5591).
13187 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
13188 calls to expand-file-name.
13189 (bookmark-relocate): Use abbreviated file names in bookmarks.
13190 (bookmark-load): Use abbreviated file names in messages.
13191
73a37a69
MA
131922010-02-18 Michael Albinus <michael.albinus@gmx.de>
13193
13194 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
13195 expand "." and "..". Reported by Thierry Volpiatto
13196 <thierry.volpiatto@gmail.com>.
13197
6e4f5731
MA
131982010-02-18 Michael Albinus <michael.albinus@gmx.de>
13199
13200 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
13201 permissions of the temporary file to "0600". In case the remote
13202 file has no read permissions for the owner, there might be
13203 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
13204
1320522010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
13206
13207 * emacs-lisp/authors.el (authors-renamed-files-alist):
13208 Add entries for INSTALL.CVS.
13209
ba5bf642
MH
132102010-02-17 Mark A. Hershberger <mah@everybody.org>
13211
f7e0618c 13212 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 13213
f7e0618c 13214 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
13215 (isearch-update): Use the new hook.
13216
aac0b0f2
MA
132172010-02-16 Michael Albinus <michael.albinus@gmx.de>
13218
fe8c0b47
SM
13219 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13220 Fix errors in copying directories.
aac0b0f2
MA
13221 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13222 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
13223 (tramp-handle-delete-file)
13224 (tramp-handle-dired-recursive-delete-directory)
13225 (tramp-handle-write-region): Flush also the cache for the upper
13226 directory.
13227
05bbe066
CY
132282010-02-16 Chong Yidong <cyd@stupidchicken.com>
13229
e8ab3908
CY
13230 * simple.el (save-interprogram-paste-before-kill): Doc fix.
13231
ff90f4b0
CY
13232 * cus-edit.el (hardware): Doc fix.
13233
13234 * man.el (man): Add to external custom group.
13235
13236 * delim-col.el (columns): Move to wp custom group.
13237
13238 * doc-view.el (doc-view): Add to data custom group.
13239
fe8c0b47 13240 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 13241
05bbe066
CY
13242 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13243 by ispell-parse-output (Bug#5575).
13244
fa6ea913
KH
132452010-02-16 Kenichi Handa <handa@m17n.org>
13246
13247 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13248 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13249 (skkdic-convert): Use `euc-japan' coding system for writing.
13250
88fd78ae
GM
132512010-02-16 Glenn Morris <rgm@gnu.org>
13252
13253 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13254 tex-main-file before using it. (Bug#5562)
13255
2b8c974a
SM
132562010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13257
13258 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13259 warnings, since it is annoying for the user to see them each time he
13260 runs the code.
13261
7540f029
MA
132622010-02-15 Michael Albinus <michael.albinus@gmx.de>
13263
13264 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13265 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13266 instead of PROC for caching "first-password-request". Otherwise,
13267 new processes would not profit from passwords already entered.
13268
2b8c974a
SM
13269 * net/tramp-cache.el (tramp-dump-connection-properties):
13270 Don't save "first-password-request" property.
7540f029 13271
fa5f7c5f
JB
132722010-02-14 Juanma Barranquero <lekktu@gmail.com>
13273
13274 * outline.el (outline-head-from-level):
13275 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
13276 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13277 (elint-defun, elint-buffer-env, elint-top-form-logged)
13278 (elint-unbound-variable):
13279 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13280 Fix typos in docstrings.
13281
ecbaeb7b
MA
132822010-02-14 Michael Albinus <michael.albinus@gmx.de>
13283
13284 * files.el (insert-directory): When WILDCARD-REGEXP and
13285 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13286 whole directory. (Bug#5551)
13287
13288 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13289 dired's alignment sanity. (Bug#5516)
13290
91e3333f
JL
132912010-02-14 Juri Linkov <juri@jurta.org>
13292
13293 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13294 Remove remaining ^H with their preceding chars. (Bug#5566)
13295
36020642
GM
132962010-02-13 Glenn Morris <rgm@gnu.org>
13297
13298 * simple.el (transpose-subr): Give it a doc-string.
13299
13300 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13301 Doc fixes.
13302
f5952338
JL
133032010-02-12 Juri Linkov <juri@jurta.org>
13304
13305 * arc-mode.el (archive-unique-fname): Make directories for nested
13306 archives. (Bug#5540)
13307
918fe50f
JL
133082010-02-12 Juri Linkov <juri@jurta.org>
13309
13310 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13311
c07ff221
SM
133122010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13313
48b1e7cf
SM
13314 * subr.el (copy-overlay): Handle deleted overlays.
13315
c07ff221
SM
13316 * man.el (Man-completion-table): Don't signal an error if we can't run
13317 manual-program (bug#4056).
13318
0e374247
JB
133192010-02-10 Juanma Barranquero <lekktu@gmail.com>
13320
13321 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13322
dbf8402b
SM
133232010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13324
348d1e60
SM
13325 * info.el (Info-bookmark-jump): Simplify.
13326
dbf8402b
SM
13327 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13328 (bookmark-default-handler): Accept new bookmark field `buffer'.
13329
e6d23bb5
CY
133302010-02-10 Chong Yidong <cyd@stupidchicken.com>
13331
13332 * iswitchb.el (iswitchb-completions): Revert last change.
13333
a8e4290b
MA
133342010-02-10 Michael Albinus <michael.albinus@gmx.de>
13335
2b23acde 13336 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
13337 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13338 This prevents file names like "~/" being listed literally.
a8e4290b 13339
c59d6fad
DN
133402010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13341
348d1e60
SM
13342 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13343 Remove dead code. (Bug#5546)
c59d6fad 13344
3a66e78f
CY
133452010-02-09 Chong Yidong <cyd@stupidchicken.com>
13346
13347 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13348 correctly (Bug#5548).
13349
f29fd869
CY
133502010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13351
13352 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 13353 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 13354
7fad1447
KH
133552010-02-08 Kenichi Handa <handa@m17n.org>
13356
13357 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 13358 cookie for putting `lisp-indent-function'.
7fad1447 13359
50e4518b
GM
133602010-02-07 Glenn Morris <rgm@gnu.org>
13361
13362 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13363 Move F2003 named interfaces from keywords-2 to keywords-1, and
13364 use function-name-face rather than constant-face.
13365 Simplify "abstract interface" regexp.
13366
a4cc44cf
CY
133672010-02-07 Chong Yidong <cyd@stupidchicken.com>
13368
13369 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13370 ID-FORMAT. Pass it to `file-attributes'.
13371
13372 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13373
c917476d
CY
133742010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13375
13376 * faces.el (set-face-attribute): Allow calling
13377 internal-set-lisp-face-attribute with 'unspecified family and
13378 foundry argument (Bug#5536).
13379
7cf3f3d6
GM
133802010-02-07 Glenn Morris <rgm@gnu.org>
13381
13382 * progmodes/f90.el (f90-font-lock-keywords-2)
13383 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13384 Handle F2003 named interfaces.
13385
ffe87109
CY
133862010-02-06 Chong Yidong <cyd@stupidchicken.com>
13387
13388 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13389 beg and end before calling c-get-state-before-change-functions.
13390
4775ecad
DN
133912010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13392
33aeea0e
SM
13393 * vc-bzr.el (vc-bzr-dir-extra-headers):
13394 Disable the pending merges header.
4775ecad 13395
0d17c4b9
JL
133962010-02-05 Juri Linkov <juri@jurta.org>
13397
13398 * doc-view.el (doc-view-mode):
13399 * image-mode.el (image-mode): Put property mode-class=special.
13400 (Bug#4896)
13401
8228a275
MH
134022010-02-05 Mark A. Hershberger <mah@everybody.org>
13403
13404 * vc-svn.el (vc-svn-revision-table): New function.
13405
d9320986
MA
134062010-02-05 Michael Albinus <michael.albinus@gmx.de>
13407
13408 * net/ange-ftp.el (ange-ftp-insert-directory):
13409 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13410 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13411 Handle also directories. (Bug#5478)
13412
f43d8ecc
GM
134132010-02-05 Glenn Morris <rgm@gnu.org>
13414
13415 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13416
ce3a988d
CY
134172010-02-05 Chong Yidong <cyd@stupidchicken.com>
13418
13419 * startup.el (command-line-1): Convert options beginning with a
13420 single dash as well (Bug#5519).
13421
bdd42899
SM
134222010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13423
51b23c44
SM
13424 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13425 * minibuffer.el (completion-initials-expand): Only check the presence
13426 of delims *within* the boundaries, since otherwise the / delim is
13427 always found for files.
13428
bdd42899
SM
13429 Fix up various corner case problems.
13430 * doc-view.el (doc-view-last-page-number): New function.
13431 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13432 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13433 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13434 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13435 (doc-view-convert-current-doc): Don't create the resolution.el file
13436 here any more.
13437 (doc-view-pdf/ps->png): Do it here instead.
13438 (doc-view-already-converted-p): Check that resolution.el is present.
13439 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13440 windows that are not yet showing images.
13441
d5b3979c
MA
134422010-02-04 Michael Albinus <michael.albinus@gmx.de>
13443
13444 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13445 `dired-uncache' for every elemnt which is an absolute file name.
13446
13447 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13448 directory, handle its directory component.
13449 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13450 function is called permanently and creates noise, otherwise.
13451
13452 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13453 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13454 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13455
b003beb1
DB
134562010-02-04 David Burger <dburger@google.com> (tiny change)
13457
13458 * macros.el (apply-macro-to-region-lines):
13459 Minor simplification. (Bug#5485)
13460
ea92f9f3
GM
134612010-02-04 Glenn Morris <rgm@gnu.org>
13462
a03ae20d
GM
13463 * mail/rmail.el (rmail-show-message-1): Handle malformed
13464 quoted-printable text. (Bug#5441)
13465
4d01b827
GM
13466 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13467
ea92f9f3
GM
13468 * simple.el (visual-line-mode): Capitalize lighter.
13469
82055bb7
JW
134702010-02-03 John Wiegley <jwiegley@gmail.com>
13471
13472 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13473 list of files considered for "virtual buffer" completions.
13474
8214b6e4
MA
134752010-02-03 Michael Albinus <michael.albinus@gmx.de>
13476
13477 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 13478 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
13479 when dired is called with a list of files, which are not in
13480 `default-directory'. (Bug#5478)
13481
1df9718f
SM
134822010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13483
13484 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13485
02ba1267
JL
134862010-02-02 Juri Linkov <juri@jurta.org>
13487
13488 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13489 from unidiff to allow function-line after @@.
13490
a0c6a0fb
JL
134912010-02-02 Juri Linkov <juri@jurta.org>
13492
13493 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13494 '(RCS SCCS) with inverted condition.
13495
c35fcd52
MA
134962010-02-02 Michael Albinus <michael.albinus@gmx.de>
13497
13498 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13499 messages.
13500
6ba973c1
JL
135012010-02-01 Juri Linkov <juri@jurta.org>
13502
13503 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13504 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13505 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13506 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13507
0bca393f
SM
135082010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13509
13510 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13511 (doc-view-revert-buffer): New command.
13512 (doc-view-mode-map): Use it.
13513
7a444e2a
DN
135142010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13515
13516 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13517 pending merge is detected.
13518
ad6fc8f4
JL
135192010-01-31 Juri Linkov <juri@jurta.org>
13520
13521 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13522 beginning of interactive spec like all other grep commands do.
13523 Put "all" in front of "gz". (Bug#5260)
13524
b9236874
DN
135252010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13526
13527 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13528
1e868757
CY
135292010-01-29 Chong Yidong <cyd@stupidchicken.com>
13530
13531 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13532 regexp is incorrect (Bug#5476).
13533
e5c70c41
MA
135342010-01-29 Michael Albinus <michael.albinus@gmx.de>
13535
13536 * net/tramp.el (tramp-handle-insert-directory): Handle also
13537 symlinks, when FILENAME is not in `default-directory'.
13538
0c0b61f1
MA
135392010-01-28 Michael Albinus <michael.albinus@gmx.de>
13540
13541 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 13542 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
13543
13544 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13545 of SWITCHES. Handle the case, FILENAME is not in
13546 `default-directory'. (Bug#5478)
13547 (tramp-register-file-name-handlers): Add safe-magic property.
13548
763f325e
CY
135492010-01-28 Chong Yidong <cyd@stupidchicken.com>
13550
13551 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13552 unzip (Bug#5475).
13553
fd09a83f
CY
135542010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13555
13556 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13557 (flymake-master-make-header-init): Add other C++ filename masks.
13558 (flymake-find-possible-master-files)
13559 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13560
7e5686f0
MA
135612010-01-28 Michael Albinus <michael.albinus@gmx.de>
13562
13563 Fix some busybox annoyances.
13564
13565 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13566 not responding." string.
13567 (tramp-open-connection-setup-interactive-shell): Dump stty
13568 settings. Enable "neveropen" arg for all `tramp-send-command'
13569 calls. Handle "=" in variable values properly.
13570 (tramp-find-inline-encoding): Raise an error, when no encoding is
13571 found.
13572 (tramp-wait-for-output): Check, whether PROC buffer is available.
13573 Remove spurious " ^H" sequences, sent by busybox.
13574 (tramp-get-ls-command): Suppress coloring, if possible.
13575
c6265c10
GM
135762010-01-28 Glenn Morris <rgm@gnu.org>
13577
c85a168b
GM
13578 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13579
c6265c10
GM
13580 * log-edit.el (log-edit-strip-single-file-name): Add missing
13581 :safe, :group, and :version tags.
13582
7d82a738
SB
135832010-01-27 Stephen Berman <stephen.berman@gmx.net>
13584
13585 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13586 buffers. (Bug#5477)
13587
8b0e68ea
CY
135882010-01-27 David De La Harpe Golden <david@harpegolden.net>
13589
13590 * files.el (delete-directory): Handle moving to trash without
13591 first doing recursion (Bug#5436).
13592
368d3208
DN
135932010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13594
13595 * vc-hooks.el (vc-path): Mark as obsolete.
13596
755da7fa
DN
135972010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13598
e2396d80
DN
13599 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13600 names too.
13601
755da7fa
DN
13602 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13603 for the short log.
13604 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13605
6a6d15ab 136062010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 13607
ac9ffe99 13608 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 13609
48c2d18a 13610 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 13611
25f38310 136122010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
504dcc71
EH
13613
13614 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13615 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13616
51850286
DN
136172010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13618
c2f1d6d8
DN
13619 Remove support for adding --signoff on commit.
13620 Future support will use an incompatible generic mechanism.
13621 * vc-git.el (vc-git-add-signoff): Remove variable.
13622 (vc-git-toggle-signoff): Remove function.
13623 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13624
6a7662bb
BR
13625 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13626 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
13627 was set.
13628 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13629 earlier, call it again in case the background mode has changed.
13630
02c6d0d0
CY
136312010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13632
13633 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13634 (Bug#3541).
13635
064eee03
CY
136362010-01-23 Chong Yidong <cyd@stupidchicken.com>
13637
02c6d0d0
CY
13638 * emacs-lisp/assoc.el (aelement): Doc fix.
13639 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 13640
5336c3ec 136412010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 13642
48c2d18a 13643 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
13644 is the same as subprogram call, not declaration. (Bug#5435).
13645
0536254e
MA
136462010-01-23 Michael Albinus <michael.albinus@gmx.de>
13647
13648 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13649 (tramp-smb-maybe-open-connection): Use it.
13650
411d06c2
MA
136512010-01-22 Michael Albinus <michael.albinus@gmx.de>
13652
0536254e 13653 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 13654
c893016b
SM
136552010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13656
13657 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13658 just because we see "encoding: 8bit".
13659 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13660
9425f8e1
CY
136612010-01-22 Chong Yidong <cyd@stupidchicken.com>
13662
13663 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13664
6a801864
EZ
136652010-01-22 Eli Zaretskii <eliz@gnu.org>
13666
13667 * jka-compr.el (jka-compr-load): If load-file is not in
13668 load-history, try its file-truename version. (bug#5447)
13669
3e8f7d91
AM
136702010-01-21 Alan Mackenzie <acm@muc.de>
13671
13672 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
13673 * progmodes/cc-engine.el (c-invalidate-state-cache):
13674 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
13675 special cpp construct is still in the buffer.
13676 (c-parse-state): Record the special cpp with markers, not numbers.
13677
f0bd0ad5
CY
136782010-01-21 Kenichi Handa <handa@m17n.org>
13679
13680 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13681 process last-command-event, as it is now decoded first (Bug#5380).
13682
5189d95b
CY
136832010-01-20 Chong Yidong <cyd@stupidchicken.com>
13684
13685 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13686
e073d74a
GM
136872010-01-20 Glenn Morris <rgm@gnu.org>
13688
13689 * indent.el (tab-always-indent): Fix custom-type.
13690
8ee04f3a
AM
136912010-01-19 Alan Mackenzie <acm@muc.de>
13692
13693 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13694 buffer throws "args out of range".
13695 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13696 playing the role of delimiter.
13697
6a47c86a
SL
136982010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13699
bf0b361c 13700 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
13701 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13702 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13703 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13704 Improve comments in "is" portion. Handle null procedure declaration.
13705 (ada-move-to-end): Improve doc string.
13706
2acfb954
ÓF
137072010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13708
e90d57c0 13709 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 13710 Remove obsolete information from commentary.
e90d57c0
JB
13711 (ido-choice-list): Initialize to nil.
13712 (ido-get-bufname): Reject minibuffers.
13713 (ido-make-buffer-list): If "default" is a nonexistent
13714 buffer, ignore it, as per the function's comment.
13715 (ido-kill-buffer-internal): New function.
13716 (ido-kill-buffer-at-head): Use it.
13717 (ido-visit-buffer): Likewise.
2acfb954 13718
244b023e
CY
137192010-01-18 Chong Yidong <cyd@stupidchicken.com>
13720
13721 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13722
db9e401b
JB
137232010-01-18 Juanma Barranquero <lekktu@gmail.com>
13724
db9e401b
JB
13725 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13726 Fix typos in chart titles.
13727
13728 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
13729 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13730 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13731 (describe-class, eieio-describe-generic, describe-generic):
13732 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13733 (eieio-speedbar-expand):
13734 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13735 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13736 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13737 (viper-del-backward-char-in-replace, viper-backward-indent)
13738 (viper-brac-function, viper-register-to-point, viper-submit-report):
13739 * net/tramp.el (tramp-remote-coding-commands):
13740 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13741 Fix typos in docstrings.
13742
9295137d
CY
137432010-01-17 Chong Yidong <cyd@stupidchicken.com>
13744
13745 * mail/sendmail.el (mail-yank-original): Set the mark if the
13746 specified function for yanking does not do it.
13747
4d0bbcb6
DN
137482010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13749
7902c120
DN
13750 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13751
4d0bbcb6
DN
13752 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13753 resyncing a directory.
13754
0b702bc1
SL
137552010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
13756
6a47c86a 13757 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
13758 (ada-ident-re): Delete ., allow multibyte characters.
13759 (ada-goto-label-re): New; matches goto labels.
13760 (ada-block-label-re): New; matches block labels.
13761 (ada-label-re): New; matches both.
5f9d345c 13762 (ada-named-block-re): Delete; callers changed to use
0b702bc1
SL
13763 `ada-block-label-re' instead.
13764 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
13765 Use `ada-block-label-re'.
13766 (ada-indent-on-previous-lines): Improve handling of goto labels.
13767 (ada-get-indent-block-start): Special-case block label.
13768 (ada-get-indent-label): Split into `ada-indent-block-label' and
13769 `ada-indent-goto-label'.
13770 (ada-goto-stmt-start, ada-goto-next-non-ws):
13771 Optionally ignore goto labels.
13772 (ada-goto-next-word): Simplify.
13773 (ada-indent-newline-indent-conditional): Insert newline before
13774 trying to fix indentation; doc fix.
13775
05287c49
JB
137762010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
13777
13778 * calc/calc.el (calc-command-flags): Give it an initial value.
13779
4963739e
JB
137802010-01-17 Juanma Barranquero <lekktu@gmail.com>
13781
4963739e
JB
13782 * files.el (minibuffer-with-setup-hook):
13783 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
13784 (artist-key-draw-continously, artist-key-do-continously-continously)
13785 (artist-key-set-point-continously, artist-mouse-draw-continously):
13786 Fix typos in docstrings.
13787
116bd1ee
CY
137882010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
13789
6a7662bb
BR
13790 * nxml/nxml-mode.el (nxml-extend-after-change-region):
13791 Never return t (Bug#3898).
116bd1ee 13792
2784cd7a 137932010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
13794
13795 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
13796 can parse the output of the external commands (Bug#5279).
13797
abd5cfe8
CY
137982010-01-16 Jari Aalto <jari.aalto@cante.net>
13799
13800 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
13801
4fe22cdf
CY
138022010-01-16 Chong Yidong <cyd@stupidchicken.com>
13803
bbdc98ef
CY
13804 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
13805
c7dc1ac1
CY
13806 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
13807
4fe22cdf
CY
13808 * startup.el (command-line): Remove unused --icon-type arg.
13809 Handle --display arg, passing it to command-line-1 (Bug#5392).
13810
045b9da7
ML
138112010-01-16 Mario Lang <mlang@delysid.org>
13812
045b9da7
ML
13813 * emacs-lisp/chart.el (chart-translate-namezone):
13814 * textmodes/artist.el (artist-compute-popup-menu-table):
13815 Remove duplicated words in doc-strings.
13816
6554a5df
CY
138172010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
13818
13819 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
13820 to mairix-search to suppress threading (Bug#5342).
13821
ca4f0e9a
KH
138222010-01-15 Kenichi Handa <handa@m17n.org>
13823
13824 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 13825 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 13826
1db3226b
GM
138272010-01-15 Glenn Morris <rgm@gnu.org>
13828
56a03f46
GM
13829 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
13830
13831 * wid-edit.el (widget-keymap): Doc fix.
13832
1db3226b
GM
13833 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
13834 former seems to be more widely accepted by various svn versions.
13835
80cd4bb4
JB
138362010-01-14 Juanma Barranquero <lekktu@gmail.com>
13837
d1f18ec0
JB
13838 * find-cmd.el (find-constituents):
13839 * vc-arch.el (vc-arch-root):
13840 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
13841 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
13842 * progmodes/ada-stmt.el (ada-if):
13843 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
13844 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
13845 (ispell-encoding8-command, ispell-aspell-supports-utf8)
13846 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
13847
80cd4bb4
JB
13848 * progmodes/flymake.el (flymake-post-syntax-check):
13849 Fix typo in error message.
13850
9c23ca47
JB
138512010-01-14 Juanma Barranquero <lekktu@gmail.com>
13852
13853 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
13854 which is always a string. (Bug#5313)
13855
8794c483
JB
138562010-01-14 Juanma Barranquero <lekktu@gmail.com>
13857
13858 * progmodes/ada-xref.el (ada-default-prj-properties):
13859 Simplify previous change.
13860
95005d39
SL
138612010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13862
13863 * progmodes/ada-xref.el (ada-default-prj-properties):
13864 Default ada_project_path to $ADA_PROJECT_PATH.
13865
138662010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
13867
13868 * progmodes/ada-mode.el (ada-create-keymap):
13869 Override `narrow-to-defun' with `ada-narrow-to-defun'.
13870
fb0d1545
SL
138712010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13872
13873 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
13874 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
13875 (ada-get-current-indent, ada-imenu-generic-expression)
13876 (ada-which-function): Check for it.
13877
5c9434d0
SL
138782010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13879
13880 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
13881 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
13882
3a4f3a3b
GM
138832010-01-14 Glenn Morris <rgm@gnu.org>
13884
13885 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
13886
d9a7c140
KH
138872010-01-14 Kenichi Handa <handa@m17n.org>
13888
13889 * composite.el (auto-composition-mode): Make it a buffer local
13890 variable (permanent-local).
13891 (auto-composition-function): Set the default value to
13892 auto-compose-chars.
49caf252 13893 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
13894 (global-auto-composition-mode): Likewise.
13895 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 13896
38bee102
KF
138972010-01-13 Karl Fogel <kfogel@red-bean.com>
13898
13899 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 13900
b8b45afc
MA
139012010-01-12 Michael Albinus <michael.albinus@gmx.de>
13902
13903 * files.el (copy-directory): Compute target for recursive
13904 directories with identical names. (Bug#5343)
13905
893db5bc
GM
139062010-01-12 Glenn Morris <rgm@gnu.org>
13907
6a7662bb
BR
13908 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13909 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 13910
d8b8451f
SS
139112010-01-11 Sam Steingold <sds@gnu.org>
13912
13913 * imenu.el (imenu-default-create-index-function): Detect infinite
13914 loops caused by imenu-prev-index-position-function.
13915
30afcdff
JB
139162010-01-11 Juanma Barranquero <lekktu@gmail.com>
13917
13918 * htmlfontify.el (htmlfontify-load-rgb-file)
13919 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
13920 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
13921 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
13922 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
13923 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
13924 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
13925 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
13926 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
13927 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
13928 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
13929 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
13930 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
13931 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
13932 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
13933 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
13934 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
13935 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
13936 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
13937 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
13938 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
13939 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
13940 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
13941 backslash-quoting from parentheses, etc.
13942
92b1c416
CY
139432010-01-11 Chong Yidong <cyd@stupidchicken.com>
13944
13945 * progmodes/js.el: Autoload javascript-mode alias.
13946
4454adab
JB
139472010-01-11 Juanma Barranquero <lekktu@gmail.com>
13948
13949 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
13950 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
13951 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
13952 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
13953 Fix typos in docstrings.
13954 (ffap-url-regexp): Doc fix.
13955 (ffap-at-mouse): Fix typo in message.
13956
6589a2f9
GM
139572010-01-11 Glenn Morris <rgm@gnu.org>
13958
13959 * version.el (emacs-copyright): Set copyright year to 2010.
13960
4e5617ee
SM
139612010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
13962
13963 * format.el (format-annotate-function): Only set
13964 write-region-post-annotation-function after running to-fn so as not to
13965 affect nested write-region calls (bug#5273).
13966
52bee098
CY
139672010-01-10 Chong Yidong <cyd@stupidchicken.com>
13968
a069f067
CY
13969 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
13970 wisent/python.el.
13971
e709e39d
CY
139722010-01-09 Chong Yidong <cyd@stupidchicken.com>
13973
13974 * man.el (Man-goto-section): Signal error if the section is not
13975 found (Bug#5317).
13976
6ee86780
JB
139772010-01-09 Juanma Barranquero <lekktu@gmail.com>
13978
13979 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
13980 URLs with a leading triple slash in the file: scheme. (Bug#5345)
13981
fa7b5f7b
CY
139822010-01-09 Chong Yidong <cyd@stupidchicken.com>
13983
13984 * progmodes/compile.el: Don't treat compile-command as safe if
13985 compilation-read-command might be nil (Bug#4218).
13986
de62c4d9
JD
139872010-01-09 Jan Djärv <jan.h.d@swipnet.se>
13988
13989 * startup.el (command-line-1): Use orig-argi to check for ignored X and
13990 NS options.
13991
e94be827
KH
139922010-01-08 Kenichi Handa <handa@m17n.org>
13993
4e5617ee
SM
13994 * international/fontset.el (build-default-fontset-data):
13995 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 13996
1dfae2a2
JB
139972010-01-07 Juanma Barranquero <lekktu@gmail.com>
13998
13999 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
14000 to `create-file-buffer' as it expects, not just a buffer name.
14001 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
14002 to help uniquify. (Bug#3224)
14003
d0cf45b7
JD
140042010-01-06 Jan Djärv <jan.h.d@swipnet.se>
14005
14006 * font-setting.el (font-setting-change-default-font): Use user-spec
14007 instead of name.
14008
7534fa5e
DN
140092010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
14010
14011 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
14012
fd579fdc
CY
140132010-01-05 Tom Tromey <tromey@redhat.com>
14014
4e5617ee
SM
14015 * progmodes/python.el (python-font-lock-keywords):
14016 Handle qualified decorators (Bug#881).
fd579fdc 14017
37860caf
DN
140182010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14019
14020 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
14021 in a lightweight checkout.
14022
69db641d
KH
140232010-01-05 Kenichi Handa <handa@m17n.org>
14024
4e5617ee 14025 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 14026
b25d6a02
DN
140272010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14028
14029 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
14030
137d88ca
DN
140312010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
14032
14033 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
14034 checkouts. (Bug#618)
3d5d0aa9 14035 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
14036 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
14037 (vc-bzr-shelve-menu-map):
14038 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
14039 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 14040
da76998b
CY
140412010-01-02 Chong Yidong <cyd@stupidchicken.com>
14042
14043 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
14044 They are valid characters in URL paths (rfc3986), and at least
14045 Firefox does not understand the encoded version (Bug#3166).
14046
b2ad70b6
CY
140472010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
14048
14049 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
14050 (octave-block-begin-or-end-regexp, octave-block-match-alist):
14051 Add "end" keyword (Bug#3061).
b2ad70b6
CY
14052 (octave-end-as-array-index-p): New function.
14053 (calculate-octave-indent): Use it.
14054
54136282
KF
140552010-01-02 Karl Fogel <kfogel@red-bean.com>
14056
14057 * bookmark.el: Consistently put the text property on the bookmark name.
14058 (bookmark-bmenu-marks-width): Bump back to 2, to include
14059 annotation marks.
14060 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
14061 property on the bookmark name, instead of not putting it at all.
14062 (bookmark-bmenu-list): Fix where we put the text property.
14063
cc4d3cad
KF
140642010-01-02 Karl Fogel <kfogel@red-bean.com>
14065
14066 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
14067 for showing buffer modified state (as added in the previous change).
14068
b894c439
KF
140692010-01-02 Karl Fogel <kfogel@red-bean.com>
14070
14071 * bookmark.el: Show modified state of bookmark buffer more accurately.
14072 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
14073 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
14074 (with-buffer-modified-unmodified): New macro.
14075 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14076 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 14077 Use new macro to preserve the buffer modified state.
b894c439 14078
3a69db53
KF
140792010-01-02 Karl Fogel <kfogel@red-bean.com>
14080
4e5617ee 14081 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
14082 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
14083 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
14084 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
14085 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
14086 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
14087 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 14088
af414f10
EZ
140892010-01-02 Eli Zaretskii <eliz@gnu.org>
14090
4e5617ee
SM
14091 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14092 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 14093
f2ec0e5e
CY
140942010-01-02 Ryan Yeske <rcyeske@gmail.com>
14095
14096 * net/rcirc.el: Add follow-link binding (Bug#4738).
14097
38c1ba62
EZ
140982010-01-02 Eli Zaretskii <eliz@gnu.org>
14099
4e5617ee 14100 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
14101 (cvs-update): New target for backward compatibility.
14102
4e5617ee 14103 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
14104 (cvs-update): New target for backward compatibility.
14105
ea2c0f5b
KF
141062010-01-02 Karl Fogel <kfogel@red-bean.com>
14107
14108 * bookmark.el: Remove gratuitous gratitude.
14109
5ae329f4
KF
141102010-01-02 Karl Fogel <kfogel@red-bean.com>
14111
c4cc8b9a 14112 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
14113 (bookmark-bmenu-save): Clear buffer modification if no marks.
14114
141152010-01-02 Karl Fogel <kfogel@red-bean.com>
14116
14117 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
14118 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
14119 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
14120 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
14121
14122 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
14123 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
14124 To: emacs-devel {_AT_} gnu.org
14125 Subject: bookmark.el bug report
14126 Date: Mon, 28 Dec 2009 14:19:16 +0800
14127 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
14128
aef053eb
KF
141292010-01-02 Karl Fogel <kfogel@red-bean.com>
14130
14131 * bookmark.el: Improvements suggested by Drew Adams:
14132 (bookmark-bmenu-ensure-position): New name for
14133 `bookmark-bmenu-check-position'. Just ensure the position,
14134 don't return any meaningful value.
14135 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
14136 New constants.
14137
0472835f
JB
141382010-01-02 Juanma Barranquero <lekktu@gmail.com>
14139
14140 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
14141 (bookmark-yank-point, bookmark-bmenu-check-position):
14142 Fix typos in docstrings.
14143 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
14144 (bookmark-name-from-full-record, bookmark-get-position)
14145 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
14146 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
14147 Remove useless quoting of parenthesis, etc. in docstrings.
14148
14149 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
14150 (ediff-append-custom-diff): Fix typo in error message.
14151 (ediff-meta-mark-equal-files): Fix typos in messages.
14152
14153 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
14154
0472835f
JB
14155 * net/imap-hash.el (imap-hash-make): Doc fix.
14156 (imap-hash-test): Fix typo in error message; reflow docstring.
14157 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
14158 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
14159 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
14160 Fix typos in docstrings.
14161 (imap-hash-open-connection): Fix typo in error message.
14162
14163 * play/gomoku.el (gomoku): Fix typos in docstring.
14164
14165 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
14166 (gdb-jsonify-buffer): Fix typos in docstring.
14167 (gdb-goto-breakpoint): Fix typo in error message.
14168 ("Display Other Windows"): Fix typo in help message.
14169 (gdb-speedbar-expand-node): Fix typo in question.
14170
14171 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
14172 (idlwave-html-system-help-location, idlwave-html-help-location)
14173 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
14174 (idlwave-help-browser-generic-args, idlwave-help-directory)
14175 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
14176 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
14177 (idlwave-online-help, idlwave-help-html-link)
14178 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
14179 Fix typos in docstrings.
14180 (idlwave-help-with-source, idlwave-help-find-routine-definition):
14181 Reflow docstrings.
14182 (idlwave-help-assistant-start): Fix typo in error message.
14183
14184 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
14185 (octave-electric-space): Fix typos in docstrings.
14186
9bbe0828
CY
141872010-01-01 Chong Yidong <cyd@stupidchicken.com>
14188
14189 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
14190
a88c46c3
CY
141912010-01-01 Juri Linkov <juri@jurta.org>
14192
14193 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 14194 increase the default to 500 (Bug#5148).
a88c46c3 14195
7ee6c59b
NR
141962009-12-31 Nick Roberts <nickrob@snap.net.nz>
14197
14198 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
14199 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
14200 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
14201
a9c8a2cd
NR
142022009-12-30 Nick Roberts <nickrob@snap.net.nz>
14203
14204 Show working revision correctly for mercurial.
14205 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 14206 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 14207
659e4408
JB
142082009-12-29 Juanma Barranquero <lekktu@gmail.com>
14209
14210 Declare some functions for the byte-compiler.
14211 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
14212 (speedbar-timer-fn, speedbar-change-expand-button-char)
14213 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
14214
7ee6c59b
NR
142152009-12-29 Nick Roberts <nickrob@snap.net.nz>
14216
14217 This changeset reverts GDB Graphical Interface to use annotations.
14218 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
14219
460f6e7c
DN
142202009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14221
14222 Make vc-dir work on subdirectories of the bzr root.
6a7662bb
BR
14223 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
14224 Return file names relative to it.
460f6e7c
DN
14225 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
14226 relative directory to vc-bzr-after-dir-status.
14227
543f553a
TH
142282009-12-28 Tassilo Horn <tassilo@member.fsf.org>
14229
14230 * font-lock.el (font-lock-refresh-defaults): New function, which
14231 can be used to let font-lock react to external changes in
14232 variables like font-lock-defaults and keywords.
14233 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
14234
2592ab76
DN
142352009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
14236
ac859983
DN
14237 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
14238
2592ab76
DN
14239 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14240
58941d03
JB
142412009-12-28 Juanma Barranquero <lekktu@gmail.com>
14242
14243 Supersede color.diff settings in git log (bug#5211).
14244
14245 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14246 escape chars in its output when the user has color.diff set to `always'.
14247 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14248
39764e76
KR
142492009-12-26 Kevin Ryde <user42@zip.com.au>
14250
14251 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14252 node. Keep previous "Index" name to work with past coreutils too.
14253
91c4831e
KR
14254 * man.el (man): Revise docstring a bit to show -a and -l as
14255 examples. Add -k description since support for it has otherwise
14256 been a secret. (Further to bug#3717.)
651e932e
KR
14257 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14258 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 14259 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 14260
7f4d4a97
MA
142612009-12-26 Michael Albinus <michael.albinus@gmx.de>
14262
14263 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14264 switches. Check also for //SUBDIRED// line.
14265
bcffff46
KH
142662009-12-25 Kenichi Handa <handa@m17n.org>
14267
88b5a757 14268 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
14269 handle ZWNJ and ZWJ. Use it in composition-function-table for
14270 Devanagari.
14271 (malayalam-composable-pattern): Fix previous change.
14272
dc1dcfa4
VJL
142732009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14274
14275 * ps-print.el (ps-face-attributes): It was not returning the
14276 attribute face for faces specified as string. Reported by harven
80525855 14277 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
14278 (ps-print-version): New version 7.3.5.
14279
6fe539d2
UJ
142802009-12-18 Ulf Jasper <ulf.jasper@web.de>
14281
85626eef 14282 * calendar/icalendar.el (icalendar--convert-tz-offset):
88b5a757
DD
14283 Fix timezone names.
14284 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
14285 (icalendar--add-diary-entry): Remove the trailing blank that
14286 diary-make-entry inserts.
14287
1f3611c6
MA
142882009-12-17 Michael Albinus <michael.albinus@gmx.de>
14289
14290 Make `file-expand-wildcards' work for remote files.
14291
14292 * files.el (file-expand-wildcards): In case of remote files, check
14293 only local file name part for wildcards. Provide feature 'files
14294 and subfeature 'remote-wildcards. (Bug#5198)
14295
14296 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14297 if there is already an established connection.
14298 (tramp-advice-file-expand-wildcards): Remove it.
14299
14300 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 14301 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
14302 Activate advice for older GNU Emacs versions. (Bug#5237)
14303
9762b219
JB
143042009-12-17 Juanma Barranquero <lekktu@gmail.com>
14305
14306 Some doc fixes (more needed).
14307
14308 * find-cmd.el (find-constituents): Reflow docstring.
14309 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14310 (find-generic): Doc fix.
14311
cfb54897
JL
143122009-12-17 Juri Linkov <juri@jurta.org>
14313
14314 Fix regression from 23.1 to allow multiple modes in Local Variables.
14315
14316 * files.el (hack-local-variables-filter): While ignoring duplicates,
14317 don't take `mode' into account.
85626eef
SM
14318 (hack-local-variables-filter, hack-dir-local-variables):
14319 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 14320
ad974e9e
JL
143212009-12-17 Juri Linkov <juri@jurta.org>
14322
85626eef 14323 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
14324
14325 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14326 `current' or when `file' is a directory of the `current' file.
14327
3616e0b9
AS
143282009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14329
14330 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14331 unconditionally preloaded files.
14332
72b57560
JL
143332009-12-16 Juri Linkov <juri@jurta.org>
14334
14335 Revert to old 23.1 logic of using the file at the mark as default.
14336 * dired-aux.el (dired-diff): Use the file at the mark as default
14337 if it's not the same as the current file, and the target dir is
14338 the current dir or the mark is active. Add the current file
14339 as the arg of `dired-dwim-target-defaults'. Use the default file
14340 in the prompt. (Bug#5225)
14341
68712eb6
MA
143422009-12-15 Michael Albinus <michael.albinus@gmx.de>
14343
14344 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14345 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14346 (tramp-check-for-regexp): Check also, when an echoing shell stops
14347 to echo sent commands.
14348
fd471993
CY
143492009-12-14 Chong Yidong <cyd@stupidchicken.com>
14350
14351 * Makefile.in: Revert last change (Bug#5191).
14352
86b5e14c
DN
143532009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14354
14355 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
14356 (vc-hg-working-revision): Make sure the command is executed in a
14357 known environment so that we can parse the output. (Bug#4417)
86b5e14c 14358
8cffbb75
CY
143592009-12-14 Chong Yidong <cyd@stupidchicken.com>
14360
14361 * progmodes/python.el (python-symbol-completions): Remove text
14362 properties from symbol string before calling python-send-receive.
14363
6c2b67ad
NR
143642009-12-14 Nick Roberts <nickrob@snap.net.nz>
14365
14366 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 14367 when there are values for both file and line. (Bug#5060)
6c2b67ad 14368
ff6f4585
JL
143692009-12-14 Juri Linkov <juri@jurta.org>
14370
14371 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14372 whitespace after the file name of the first line of unified format,
14373 because git-diff doesn't output whitespace and file modification time
14374 after the file name.
14375
d3de1c8e
JL
143762009-12-14 David Kastrup <dak@gnu.org>
14377
14378 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14379 check if it already has the `display' property added by
14380 `Info-display-images-node', and not put the `invisible' property
14381 in this case.
14382
2f1b7dc4
GM
143832009-12-13 Glenn Morris <rgm@gnu.org>
14384
a0cefee5
GM
14385 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14386 (report-emacs-bug): In message-mode, sort manually before storing
14387 original report text. (Bug#5178)
2f1b7dc4
GM
14388 Remove superfluous save-excursion.
14389
31bb373f
MA
143902009-12-12 Michael Albinus <michael.albinus@gmx.de>
14391
14392 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14393 when responding to "GetAll" properties.
14394
5e1d4968
CY
143952009-12-12 Chong Yidong <cyd@stupidchicken.com>
14396
14397 * simple.el (compose-mail): Remove mail-setup-with-from from
14398 customization checks.
14399
097d86f9
EZ
144002009-12-12 Eli Zaretskii <eliz@gnu.org>
14401
14402 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14403 RAR archives created on Unix systems.
14404
1d4adede
SM
144052009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14406
14407 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14408 the varalias that was accidentally removed by the 2009-11-19 change
14409 (bug#5186).
14410
3ff3655c
KH
144112009-12-12 Kenichi Handa <handa@m17n.org>
14412
14413 * language/indian.el (indian-compose-regexp): New function.
14414 (malayalam-composable-pattern): Fix the pattern.
14415 (composition-function-table): Set malayalam-composable-pattern for
14416 Malayalam characters.
14417
82d3343c
CY
144182009-12-11 Chong Yidong <cyd@stupidchicken.com>
14419
315eb96d
CY
14420 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14421 rather than down-mouse-1, based on follow-link conventions.
14422
82d3343c
CY
14423 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14424 are compiled.
14425
86a4c7ac
DN
144262009-12-11 Michael McNamara <mac@mail.brushroad.com>
14427
bf0b361c 14428 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
14429 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14430 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14431 (verilog-leap-to-head, verilog-backward-token):
14432 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
14433
144342009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14435
bf0b361c
JB
14436 * progmodes/verilog-mode.el (verilog-auto-lineup)
14437 (verilog-nameable-item-re): Cleanup user-visible spelling and
14438 documentation errors. One reported by Gary Delp.
1d4adede 14439 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
14440 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14441 package, bug195. Reported by Pierre-David Pfister.
14442
fe03f49a
GM
144432009-12-11 Glenn Morris <rgm@gnu.org>
14444
47641aac
GM
14445 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14446
85094855
GM
14447 * mail/emacsbug.el: No longer require sendmail.
14448 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14449 (report-emacs-bug-orig-text): Doc fix.
14450 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14451 New local variables, to adapt to different mail-user-agents.
14452 (report-emacs-bug): Fix test for a gnu.org address.
14453 Use overlays for emphasis, since font-lock defeats 'face property.
14454 Pretest bugs also end up at the newsgroup these days.
14455 Stop message-mode stripping text properties.
14456 Set and use the new buffer-local variables.
14457 (report-emacs-bug-hook): Add doc-string.
14458 Remove some unnecessary save-excursions and simplify.
14459 Use the appropriate hook and send-command.
14460
fe03f49a
GM
14461 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14462 capitalization of some menu entries.
14463
345427f0
VJL
144642009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14465
277e6741
MP
14466 * whitespace.el (whitespace-display-char-on):
14467 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
14468 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14469 New version 12.1.
14470
c70ccbba
EZ
144712009-12-10 Eli Zaretskii <eliz@gnu.org>
14472
14473 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14474 characters in the Attribute field.
14475
f1943c1b
DN
144762009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14477
14478 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14479
1c67aeaa
SM
144802009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14481
14482 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14483 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14484 Disregard autoload-excludes.
14485 (update-directory-autoloads): Obey autoload-excludes here instead.
14486 But don't store its contents in no-autoloads and remove entries that
14487 refer to excludes files.
14488
d8194864
GM
144892009-12-10 Glenn Morris <rgm@gnu.org>
14490
8c0171c0
GM
14491 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14492 (expand-mail-aliases): Define for compiler.
14493
dba372dd
GM
14494 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14495 Define for compiler.
14496
d8194864
GM
14497 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14498 appropriate for the mail-user-agent in use.
14499
fe5facd3
MA
145002009-12-09 Michael Albinus <michael.albinus@gmx.de>
14501
14502 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14503
99999a1d
DN
145042009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14505
14506 Fix short log parsing and fontification.
14507 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14508 Fix fontification for the [merge] label.
14509
2ea1c4aa
SM
145102009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14511
85626eef 14512 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
14513 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14514 (hfy-fontify-buffer): Use it.
14515
9840deb6
SM
145162009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14517
a0d1aadf
SM
14518 Minor cleanup.
14519 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14520 Adjust all callers.
14521 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14522 args compulsory. Adjust callers.
14523 (ffap-gopher-at-point): Remove unused var `name'.
14524
9840deb6
SM
14525 Get rid of the ELCFILES abomination.
14526 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14527 (compile-elcfiles): New phony target.
14528 (compile-main): Compute ELCFILES dynamically.
14529 (compile-clean): New target to remove left-over elc files.
14530 (compile, all): Use it.
14531
7eb3f9a8
KH
145322009-12-09 Kenichi Handa <handa@etlken>
14533
14534 * international/mule-diag.el: Require help-mode instead of help-fns.
14535
ae63e572
KH
145362009-12-09 Kenichi Handa <handa@m17n.org>
14537
5ce6e4f4 14538 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
14539 fine ranges instead of pre-calculating accurate ranges.
14540 Iterate with bigger gc-cons-threshold.
ae63e572 14541
e2f3c692
DN
145422009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14543
14544 Add support for stashing a snapshot of the current tree.
14545 * vc-git.el (vc-git-stash-snapshot): New function.
14546 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14547
cf6d0352
JB
145482009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14549
14550 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14551 instead of `(beginning|end)-of-line'.
14552
48e4acc9
GM
145532009-12-08 Glenn Morris <rgm@gnu.org>
14554
6e890faa
GM
14555 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14556
48e4acc9
GM
14557 * Makefile.in (ELCFILES): Regenerate.
14558
d2a1dc7b
JL
145592009-12-07 Juri Linkov <juri@jurta.org>
14560
14561 Don't lazy-highlight the comint output in history Isearch mode.
14562
14563 * comint.el (comint-history-isearch-search): Instead of
14564 `comint-line-beginning-position', use `comint-after-pmark-p'
14565 to check if point if before the process mark, and go to
14566 `process-mark' in this case.
14567
51ef56c4
SM
145682009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14569
fb10ee4a
SM
14570 * textmodes/tex-mode.el (latex-complete)
14571 (latex-indent-or-complete): Remove.
14572 (latex-mode): Set completion-at-point-functions instead.
14573
14574 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
14575 * minibuffer.el (completion-at-point-functions): New var.
14576 (completion-at-point): New command.
fb10ee4a 14577 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
14578 * progmodes/python.el (python-mode-map): Use completion-at-point.
14579 (python-completion-at-point): Rename from python-partial-symbol and
14580 adjust for use in completion-at-point-functions.
14581 (python-mode): Setup completion-at-point for Python completion.
14582 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14583 extracted from lisp-complete-symbol.
14584 (lisp-complete-symbol): Use it.
14585 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14586 setup completion-at-point for Elisp completion.
fb10ee4a
SM
14587 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14588 Use completion-at-point.
51ef56c4 14589 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 14590 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
14591 * progmodes/sym-comp.el: Move to...
14592 * obsolete/sym-comp.el: Move from progmodes.
14593
5e7a9022
EZ
145942009-12-07 Eli Zaretskii <eliz@gnu.org>
14595
14596 Prevent save-buffer in Rmail buffers from using the coding-system
14597 of the current message, and from clobbering the encoding mnemonics
14598 in the mode line (Bug#4623).
14599
14600 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14601 flag, too.
14602 (rmail-message-encoding): New variable.
14603 (rmail-write-region-annotate): Record the encoding of the current
14604 message in rmail-message-encoding.
14605 (rmail-after-save-hook): New function, restores the encoding of
14606 the current message after the message collection is saved.
14607
9136e895
JL
146082009-12-07 Juri Linkov <juri@jurta.org>
14609
14610 * progmodes/grep.el (grep-read-files): Use `completing-read'
14611 instead of `read-string'. Set its `collection' arg to
14612 `read-file-name-internal'. (Bug#4301)
14613
40637410
JL
146142009-12-07 Juri Linkov <juri@jurta.org>
14615
14616 Correctly restore original Isearch point. (Bug#4994)
14617
14618 * isearch.el (isearch-mode): Move `isearch-push-state' after
14619 `(run-hooks 'isearch-mode-hook)'.
14620 (isearch-cancel): When `isearch-push-state-function' is defined,
14621 let-bind `isearch-cmds' to the first state (the last element of
14622 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14623 function and restores the original point). Otherwise, move point
14624 to `isearch-opoint'.
14625
da10ce2b
SM
146262009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14627
14628 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14629 chars that don't have names, so the table can be built much faster at
14630 run-time.
14631
3d68fa99
CY
146322009-12-07 Chong Yidong <cyd@stupidchicken.com>
14633
f82b1493
CY
14634 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14635 change. Suggested by David Kastrup.
14636
3d68fa99
CY
14637 * simple.el (compose-mail): Check for incompatibilities and warn.
14638 (compose-mail-user-agent-warnings): New option.
14639
662c5698
DN
146402009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14641
14642 Support showing a single log entry from vc-annotate.
14643 * vc.el (print-log): Add a new argument: START-REVISION.
14644 (vc-print-log-internal): Add a new optional argument and
14645 pass it to the backend.
14646 (vc-print-log, vc-print-root-log): Adjust callers.
14647 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14648 buffer already displays the requested log entry, use it.
14649 Otherwise display only the log entry in question.
14650 * vc-svn.el (vc-svn-print-log):
e4070cdc 14651 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
14652 * vc-hg.el (vc-hg-state):
14653 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14654 (vc-git-show-log-entry): Return t on success.
14655 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14656 (vc-bzr-show-log-entry): Return t on success.
14657 * vc-rcs.el (vc-rcs-print-log):
14658 * vc-sccs.el (vc-sccs-print-log):
14659 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14660
e4070cdc
GM
146612009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14662
5ce6e4f4
JB
14663 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14664 Add menus to the meta mode. (Bug#5043)
e4070cdc 14665
5ce6e4f4 146662009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
14667
14668 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 14669 event-key.
662c5698 14670
662c5698
DN
14671 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14672
dab816a9
MA
146732009-12-07 Michael Albinus <michael.albinus@gmx.de>
14674
14675 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14676 Berbain <raphael.berbain@gmail.com>.
14677
14678 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14679 characters.
14680 (tramp-initial-end-of-output): New defconst.
14681 (tramp-methods, tramp-find-shell)
14682 (tramp-open-connection-setup-interactive-shell)
14683 (tramp-maybe-open-connection): Use it.
6a7662bb
BR
14684 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14685 Handle existence of `#' and `$'.
dab816a9 14686
6a7662bb
BR
14687 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14688 Use `tramp-initial-end-of-output'.
dab816a9 14689
a91e1f6b
DN
146902009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14691
14692 Get the background mode from the terminal for xterm, and set
14693 faces accordingly.
14694 * term/xterm.el (xterm-set-background-mode): New function.
14695 (terminal-init-xterm): Use it in case xterm supports background
14696 color queries. Recompute faces after getting the background
14697 color.
14698
5fa9d1ec
GM
146992009-12-07 Ulrich Mueller <ulm@gentoo.org>
14700
14701 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14702 number comment back on its own line, for easier parsing.
14703
5e9fde5e
SM
147042009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14705
14706 Make it work for non-file buffers (bug#5102).
14707 * doc-view.el (doc-view-current-cache-dir):
14708 Use doc-view-buffer-file-name rather than buffer-file-name.
14709 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14710
2f2f5242
CY
147112009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14712
14713 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14714 author field is too short.
14715
cebf8ec6
DN
147162009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14717
5e9fde5e
SM
14718 * vc-git.el (vc-git-print-log): Handle a limit argument.
14719 Display the short log in graph form and with labels.
0d3f8a78
DN
14720 (vc-git-log-view-mode): Handle labels.
14721
cebf8ec6
DN
14722 Make vc-revert change VC state from 'added to 'unregistered.
14723 * vc-git.el (vc-git-revert): Call git reset first.
14724
8e39154d
UJ
147252009-12-06 Ulf Jasper <ulf.jasper@web.de>
14726
d8194864
GM
14727 * net/newst-backend.el, net/newst-plainview.el:
14728 * net/newst-reader.el, net/newst-ticker.el:
14729 * net/newst-treeview.el, net/newsticker.el:
14730 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 14731
ef187c24
CY
147322009-12-06 Chong Yidong <cyd@stupidchicken.com>
14733
238a0f3a
CY
14734 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14735
2c6bb71a
CY
14736 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14737 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14738 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14739 Update annotation regexp.
14740
ef187c24
CY
14741 * simple.el (beginning-of-visual-line): Constrain to field
14742 boundaries (Bug#5106).
14743
571855b6
UJ
147442009-12-06 Ulf Jasper <ulf.jasper@web.de>
14745
6a7662bb
BR
14746 * xml.el (xml-substitute-numeric-entities):
14747 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14748 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
14749 * net/newst-backend.el (newsticker--parse-generic-feed)
14750 (newsticker--parse-generic-items)
6a7662bb
BR
14751 (newsticker--decode-numeric-entities):
14752 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14753 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 14754
b857059c
CY
147552009-12-06 Daniel Colascione <dan.colascione@gmail.com>
14756
14757 * progmodes/js.el (js--js-not): Add null to the list of values.
14758
c2dae51b
CY
147592009-12-06 Chong Yidong <cyd@stupidchicken.com>
14760
d8194864 14761 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 14762
ed0f72d2
RW
147632009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14764
14765 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
14766 delimiter if it is at the end of the current line.
14767 (bibtex-generate-url-list): Fix docstring.
14768
365b9a62
SM
147692009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14770
14771 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
14772 minibuffer's content with itself.
14773 Fold the confirm-after-completion case into the `confirm' case.
14774 (completion-pcm-word-delimiters): Add : and / to the delimiters.
14775
990a9cb1
KR
147762009-12-06 Kevin Ryde <user42@zip.com.au>
14777
14778 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 14779 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 14780
8b5a10db 14781 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 14782 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 14783
065543e7
JL
147842009-12-05 Juri Linkov <juri@jurta.org>
14785
14786 Save and restore dired buffer's point positions too. (Bug#4880)
14787
14788 * dired.el (dired-save-positions): Return in the first element
14789 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
14790 Doc fix.
14791 (dired-restore-positions): First restore buffer's position.
14792 While restoring window's positions, check if window still displays
14793 the original buffer.
14794
503edac9
CY
147952009-12-05 Chong Yidong <cyd@stupidchicken.com>
14796
9a594ee6
CY
14797 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
14798 if possible.
14799
925f8c70
CY
14800 * shell.el (shell): Require ansi-color (Bug#5113).
14801
14802 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
14803
503edac9
CY
14804 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
14805
8fea6b33
AM
148062009-12-05 Alan Mackenzie <acm@muc.de>
14807
14808 * progmodes/cc-mode.el (c-before-hack-hook)
14809 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
14810 `c-file-style' to work again. This reversion restores the current
212c5aef 14811 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 14812
5d1fd962
CY
148132009-12-05 Kevin Ryde <user42@zip.com.au>
14814
6a7662bb
BR
14815 * textmodes/sgml-mode.el (sgml-lexical-context):
14816 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 14817
30760c8b
JL
148182009-12-05 Juri Linkov <juri@jurta.org>
14819
14820 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
14821 for virtual nodes. (Bug#4147)
14822 (Info-find-node-2): Set `Info-current-node-virtual' to nil
14823 when moving from a virtual node.
14824 (Info-mode-menu): Add `Info-virtual-index' to the menu.
14825 (Info-mode): Add `Info-virtual-index' to the docstring.
14826
403111a8
RW
148272009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14828
14829 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
14830 track of the buffer position of the end of a BibTeX entry as this
14831 position may change during reformatting.
14832 (bibtex-format-entry): Remove whitespace before processing
14833 numerical fields so that we recognize the latter properly.
14834 (bibtex-reformat): Do not use push which changes the global value
14835 of bibtex-entry-format.
14836 (bibtex-field-braces-alist, bibtex-field-strings-alist)
14837 (bibtex-field-re-init): Replace only space characters by regexp
14838 for whitespace.
365b9a62 14839 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
14840 (bibtex-initialize): Also update bibtex-strings.
14841 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
14842 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
14843 Update bibtex-reference-keys.
403111a8 14844
25b54627
SM
148452009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
14846
14847 * minibuffer.el (completion-pcm--merge-try): Also consider placing
14848 point after a star, if that's the only place where modifications can
14849 make progress.
14850
35639eb4
DN
148512009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
14852
14853 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
14854 in docstrings.
14855
8b78760b
JL
148562009-12-04 Juri Linkov <juri@jurta.org>
14857
14858 * proced.el (proced): Call `(proced-update t)' to update process
14859 information instead of only running proced-post-display-hook.
14860 (proced-send-signal): Add a leading space to the buffer name
14861 " *Marked Processes*" to make this buffer ephemeral.
14862
2b3489a7
JL
148632009-12-04 Juri Linkov <juri@jurta.org>
14864
14865 * dired.el (dired-auto-revert-buffer): New defcustom.
14866 (dired-internal-noselect): Use it.
14867
9b9debd1
JL
148682009-12-04 Juri Linkov <juri@jurta.org>
14869
14870 Change roles of modes and functions in image-mode.el (Bug#5062).
14871
14872 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
14873 in `auto-mode-alist'.
14874 (image-mode-previous-major-mode): New variable.
14875 (image-minor-mode-map): Rename from `image-mode-text-map'.
14876 (image-mode): Move graceful error-handling code from
14877 `image-minor-mode' to here. On errors call `image-mode-as-text'.
14878 (image-minor-mode): Remove all image-handling code.
14879 Replace `image-mode-text-map' with `image-minor-mode-map'.
14880 Check for `image-type' in mode-line format string.
14881 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
14882 (image-mode-as-text): New function with most code from
14883 `image-mode-maybe'.
14884 (image-toggle-display-text): Move code that removes image
14885 properties from `image-toggle-display' to here.
14886 (image-toggle-display-image): New function with code that adds
14887 image properties copied from `image-toggle-display'.
14888 (image-toggle-display): Remove most code with leaving only code
14889 that toggles between `image-mode-as-text' and `image-mode'.
14890
0c74a301
UJ
148912009-12-04 Ulf Jasper <ulf.jasper@web.de>
14892
14893 * net/newst-treeview.el
14894 (newsticker--treeview-list-highlight-start): Restored call to
14895 save-excursion: Selected item was stuck.
14896 (newsticker--treeview-list-select): New.
14897 (newsticker--treeview-item-show-text)
14898 (newsticker--treeview-item-show)
14899 (newsticker--treeview-item-update): Use new
14900 newsticker-treeview-item-mode.
14901 (newsticker-treeview-update): Keep current item.
14902 (newsticker-treeview-next-new-or-immortal-item): Doc change.
14903 (newsticker--treeview-first-feed): Doc change.
14904 (newsticker-treeview-list-menu)
88b5a757 14905 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
14906 (newsticker-treeview-item-mode): New.
14907
5ce6e4f4 14908 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
14909 windows.
14910
9eaeec5b
SS
149112009-12-04 Sam Steingold <sds@gnu.org>
14912
14913 * log-view.el (log-view-mode-map): "q" calls quit-window,
14914 like in all the other non-self-insert buffers.
14915
b2bf5be5
SM
149162009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
14917
14918 Minor cleanup.
14919 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
14920 key decoding rather than do it manually via last-input-event +
14921 ascii-character.
14922 (term-exec): Use delete-and-extract-region.
14923 (term-handle-ansi-terminal-messages): Remove unused var `end'.
14924 (term-process-pager): Remove unused var `i'.
14925 (term-dynamic-simple-complete): Make obsolete.
14926 (serial-update-config-menu): Remove unused vars `y' and `str'.
14927 (term-update-mode-line): Remove unused var `temp'.
14928
46e5c897
DN
149292009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14930
14931 Limit the number of log entries displayed by default.
14932 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
14933 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
14934 using a prefix argument.
14935
627e0a14
GM
149362009-12-03 Glenn Morris <rgm@gnu.org>
14937
14938 * progmodes/idlwave.el (class): Restore still useful declaration.
14939
8578c224
AM
149402009-12-03 Alan Mackenzie <acm@muc.de>
14941
4abc318c 14942 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 14943
b2bf5be5
SM
14944 * progmodes/cc-mode.el (c-basic-common-init):
14945 Call c-state-cache-init.
9762b219 14946 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 14947 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 14948 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
14949
14950 * progmodes/cc-langs.el (c-before-font-lock-function):
14951 c-extend-and-neutralize-syntax-in-CPP has been renamed
14952 c-neutralize-syntax-in-and-mark-CPP.
14953
14954 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
14955 with `category' properties now, not `syntax-table' ones.
14956
14957 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
14958 enhanced (but slower) version of c-end-of-macro that won't land
14959 inside a literal or on another awkward character.
14960 (c-state-cache-too-far, c-state-cache-start)
14961 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
14962 (c-state-nonlit-pos-cache-limit, c-state-point-min)
14963 (c-state-point-min-lit-type, c-state-point-min-lit-start)
14964 (c-state-min-scan-pos, c-state-brace-pair-desert)
14965 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
14966 buffer local variables.
14967 (c-state-literal-at, c-state-lit-beg)
14968 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
14969 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
14970 (c-state-cache-top-paren, c-state-cache-after-top-paren)
14971 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
14972 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
14973 (c-renarrow-state-cache)
14974 (c-append-lower-brace-pair-to-state-cache)
14975 (c-state-push-any-brace-pair, c-append-to-state-cache)
14976 (c-remove-stale-state-cache)
14977 (c-remove-stale-state-cache-backwards, c-state-cache-init)
14978 (c-invalidate-state-cache-1, c-parse-state-1)
14979 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
14980 (c-parse-state): Enhance and refactor.
14981 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
14982
14983 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
14984 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
14985 modify to use category text properties rather than syntax-table ones.
14986 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
14987 to switch off/on the syntactic paren property of C++ template
14988 delimiters using the category property.
14989 (c-with-<->-as-parens-suppressed): Macro to invoke code with
14990 template delims suppressed.
14991 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
14992 New constant/macros which apply category properties to the start
14993 and end of preprocessor constructs.
b2bf5be5 14994 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
14995 "comment out" the syntactic value of characters in preprocessor
14996 constructs.
14997 (c-with-cpps-commented-out)
14998 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
14999 with characters in all or all but one preprocessor constructs
15000 "commented out".
15001
0d4dc442
RW
150022009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15003
15004 * proced.el (proced-filter-alist): Use regexp-quote.
15005
a09dc9bf
MA
150062009-12-03 Michael Albinus <michael.albinus@gmx.de>
15007
15008 Cleanup.
15009 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
15010 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
15011 arguments. Expand `default-directory'.
15012
15013 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
15014 the benefit of returning an expanded localname.
15015 (tramp-tramp-file-p): Handle the case NAME is not a string.
15016
3f6bd790
DN
150172009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15018
4dfb3b9c
DN
15019 Add support for bzr shelve/unshelve.
15020 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
15021 (vc-bzr-extra-menu-map): New variables.
15022 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
15023 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
15024 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
15025 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
15026 (vc-bzr-dir-extra-headers): Display shelves.
15027
3f6bd790
DN
15028 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
15029
842d73a1
SM
150302009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15031
15032 * textmodes/bibtex.el (bibtex-complete-internal):
15033 Use completion-in-region.
15034 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
15035
7fa4876f
DN
150362009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15037
15038 Support applying stashes. Improve UI.
15039 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
15040 (vc-git-stash-apply, vc-git-stash-pop)
15041 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
15042 (vc-git-stash-menu): New functions.
15043 (vc-git-stash-menu-map): New variable.
15044 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
15045
d6e82452
GM
150462009-12-03 Glenn Morris <rgm@gnu.org>
15047
15048 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
15049 (vc-print-log-internal): Fix previous change.
15050 (vc-revert): Correct pluralization.
15051
8d222148
SM
150522009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15053
ea52206b
SM
15054 * progmodes/make-mode.el (makefile-special-targets-list): No need for
15055 it to be an alist any more.
15056 (makefile-complete): Use completion-in-region.
15057
69a94a37
SM
15058 * progmodes/octave-mod.el (octave-complete-symbol):
15059 Use completion-in-region.
15060
8d222148
SM
15061 Misc cleanup.
15062 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
15063 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
15064 (idlwave-complete-class): Don't quote lambda.
15065 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
15066 (idlwave-mode-map): Move initialization into declaration.
15067 (idlwave-action-and-binding): Use backquotes.
15068 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
15069 Simplify.
15070 (idlwave-is-pointer-dereference): Remove unused var `pos'.
15071 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
15072 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
15073 `parts', and `all-parts'.
15074 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
15075 (idlwave-convert-xml-system-routine-info): Remove unused string
15076 `version-string'.
15077 (idlwave-display-user-catalog-widget): Use dolist.
15078 (idlwave-scanning-lib): Declare dynamically-scoped var.
15079 (idlwave-scan-library-catalogs): Remove unused var `flags'.
15080 (completion-highlight-first-word-only): Declare to silence bytecomp.
15081 (idlwave-popup-select): Tighten scope of `resp'.
15082 (idlwave-find-struct-tag): Remove unused var `beg'.
15083 (idlwave-after-load-rinfo-hook): Declare.
15084 (idlwave-sintern-class-info): Remove unused var `taglist'.
15085 (idlwave-find-class-definition): Remove unused var `list'.
15086 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
15087 (idlwave-what-module-find-class): Remove unused var `classes'.
15088
3bb8691b
JB
150892009-12-03 Juanma Barranquero <lekktu@gmail.com>
15090
15091 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
15092
f72f0c23
SM
150932009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15094
15095 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
15096 buffers visited. Remove redundant current-buffer-saving.
15097
601a9508
SM
150982009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15099
15100 Use completion-in-buffer and remove uses of dynamic scoping.
15101 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
15102 (pascal-buffer-to-use, pascal-flag): Don't declare.
15103 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
15104 (pascal-get-completion-decl, pascal-keyword-completion):
15105 Add `pascal-str' argument, save-excursion,
15106 return the found completions, and don't filter with pascal-pred.
15107 (pascal-completion-cache): New var.
15108 (pascal-completion): Don't switch buffer any more (it was never
15109 necessary). Don't save-excursion any more (it's done by the called
15110 subroutines). Use a cache to avoid redundant computations.
15111 Use complete-with-action rather than pascal-completion-response and
15112 let it apply the predicate as well.
15113 (pascal-complete-word): Use completion-in-buffer when
15114 pascal-toggle-completions is nil.
15115 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
15116 not used any more.
15117 (pascal-comp-defun): Don't change buffer any more.
15118 Use complete-with-action rather than pascal-completion-response and
15119 let it apply the predicate as well.
15120 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
15121 when neded.
15122
1ff4cb98
KH
151232009-12-02 Kenichi Handa <handa@m17n.org>
15124
15125 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
15126 shape for all Indic scripts.
15127
bb12edf1
SM
151282009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15129
15130 Use completion-in-buffer.
15131 * wid-edit.el (widget-field-text-end): New function.
15132 (widget-field-value-get): Use it.
15133 (widget-string-complete, widget-file-complete)
15134 (widget-color-complete): Use it and completion-in-region.
15135 (widget-complete): Don't narrow the buffer.
15136
5813f6ef
GM
151372009-12-02 Glenn Morris <rgm@gnu.org>
15138
c920f222
GM
15139 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
15140 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
15141 * mail/rmailsum.el: Replace all pop-to-buffer calls with
15142 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 15143
5813f6ef
GM
15144 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
15145 save-excursion with save-current-buffer.
15146 Widen before searching. (Bug#5093)
15147 (diary-list-sexp-entries): Remove superfluous save-excursion.
15148
34b1d750
GM
151492009-12-02 Michael Welsh Duggan <mwd@cert.org>
15150
15151 * woman.el (woman-make-bufname): Handle man-pages with "." in the
15152 name. (Bug#5038)
15153
b2d5f31a
GM
151542009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
15155
15156 * ido.el (ido-file-internal): Handle filenames at point that do
15157 not have a directory part. (Bug#5049)
15158
c710ac3c
JB
151592009-12-02 Juanma Barranquero <lekktu@gmail.com>
15160
15161 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
15162 (mpc-songs-jump-to, mpc-resume): Doc fixes.
15163
9946be46
SM
151642009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
15165
15166 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
15167 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
15168 any more.
15169
b08016f2
SM
151702009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15171
e7440df4
SM
15172 * comint.el (comint-insert-input): Ignore clicks to the right of
15173 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
15174
3bb8691b 15175 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
15176 terminate before setting up the major mode.
15177
f3b757f5
SM
15178 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
15179 in case.
15180
a2877f1d
SM
15181 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
15182 the last element.
15183
b08016f2
SM
15184 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
15185
782d6e30
GM
151862009-12-01 Glenn Morris <rgm@gnu.org>
15187
15188 * window.el (window--display-buffer-2): Fix previous changes.
15189
28f57f7e
CY
151902009-12-01 Chong Yidong <cyd@stupidchicken.com>
15191
15192 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
15193
c31a2fdc
GM
151942009-12-01 Glenn Morris <rgm@gnu.org>
15195
15196 * Makefile.in (ELCFILES): Add mpc.elc.
15197
e1ada222
SM
151982009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15199
15200 * mpc.el: New file.
15201
0c9ff2c5
GM
152022009-12-01 Glenn Morris <rgm@gnu.org>
15203
3689984f
GM
15204 * window.el (window-to-use): Define for compiler.
15205
3ab4308b
GM
15206 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
15207 consistent with others (no final period).
15208
0c9ff2c5
GM
15209 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
15210 (rmail-mime-show): Downcase the encoding. (Bug#5070)
15211
fb0c18ff
DN
152122009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
15213
15214 Make vc-print-log buttons work.
045b9da7 15215 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 15216
2ac7e73e
JB
152172009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
15218
15219 * savehist.el (savehist-autosave-interval): Allow setting to nil
15220 through customize. (Bug#5056)
15221
5237d741
JB
152222009-11-30 Juanma Barranquero <lekktu@gmail.com>
15223
15224 Fix references to jit-lock properties.
15225 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15226 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
15227 (perl-font-lock-special-syntactic-constructs):
15228 Quote jit-lock-defer-multiline property.
15229
379241fa
DN
152302009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
15231
15232 * vc-git.el (vc-git-registered): Call vc-git-root only once.
15233
054ae856
JL
152342009-11-30 Juri Linkov <juri@jurta.org>
15235
15236 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
15237 value `buffer' of `multi-isearch-next-buffer-current-function'.
15238 Use `(current-buffer)' when `buffer' is nil.
15239 (multi-isearch-next-buffer-from-list): Don't fallback to
15240 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15241
67296dda
JL
152422009-11-30 Juri Linkov <juri@jurta.org>
15243
15244 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15245 of buffers with `get-buffer' to `multi-isearch-buffers'.
15246 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15247 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15248 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15249 FILES with `expand-file-name' converting relative file names
15250 to absolute. Doc fix. (Bug#4727)
15251
c585bf32
JL
152522009-11-30 Juri Linkov <juri@jurta.org>
15253
15254 * misearch.el (multi-isearch-read-buffers)
15255 (multi-isearch-read-matching-buffers): New functions.
15256 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15257 Use them in the `interactive' spec. Doc fix.
15258 (multi-isearch-read-files, multi-isearch-read-matching-files):
15259 New functions.
15260 (multi-isearch-files, multi-isearch-files-regexp):
15261 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15262
0a745733
JL
152632009-11-30 Juri Linkov <juri@jurta.org>
15264
15265 * doc-view.el (doc-view-continuous):
15266 Rename from `doc-view-continuous-mode'.
15267 (doc-view-menu): Move "Toggle display" to the top.
15268 Add submenu "Continuous" with radio buttons "Off"/"On"
15269 and "Save as Default".
15270 (doc-view-scroll-up-or-next-page)
15271 (doc-view-scroll-down-or-previous-page)
15272 (doc-view-next-line-or-next-page)
6a7662bb
BR
15273 (doc-view-previous-line-or-previous-page):
15274 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 15275
1f9689eb
JL
152762009-11-30 Juri Linkov <juri@jurta.org>
15277
15278 * comint.el (comint-mode-map): Rebind `M-r' from
15279 `comint-previous-matching-input' to
15280 `comint-history-isearch-backward-regexp'.
15281 Unbind `M-s' to allow global key binding `M-s'.
15282 Add menu items for `comint-history-isearch-backward' and
15283 `comint-history-isearch-backward-regexp'. (Bug#3746)
15284
2952b1ae
JL
152852009-11-30 Juri Linkov <juri@jurta.org>
15286
15287 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15288 For def=recenter, replace `recenter' with `recenter-top-bottom'
15289 that is called with `this-command' and `last-command' let-bound
15290 to `recenter-top-bottom'. When the last `def' was not `recenter',
15291 set `recenter-last-op' to nil. (Bug#4981)
15292
7a9547ca
SM
152932009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15294
20565545
SM
15295 Minor cleanup and simplification.
15296 * filecache.el (file-cache-add-directory)
15297 (file-cache-add-directory-recursively)
15298 (file-cache-add-from-file-cache-buffer)
15299 (file-cache-delete-file-regexp, file-cache-delete-directory)
15300 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15301 (file-cache-temp-minibuffer-message): Delete function.
15302 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15303
7a9547ca
SM
15304 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15305 Don't signal an error when bumping into EOB in tr, s, or y.
15306
08e968f3
JL
153072009-11-29 Juri Linkov <juri@jurta.org>
15308
15309 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15310 (Bug#4960)
15311
15312 * descr-text.el (describe-char-unidata-list): Use lowercase name
15313 for "Unicode name" like in other tags.
15314
f8d170a4
JL
153152009-11-29 Juri Linkov <juri@jurta.org>
15316
15317 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15318 New compatibility macro.
7a9547ca 15319 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 15320
0116abbd
JL
153212009-11-29 Juri Linkov <juri@jurta.org>
15322
15323 Add defcustom to define the cycling order of `recenter-top-bottom'.
15324 (Bug#4981)
15325
15326 * window.el (recenter-last-op): Doc fix.
15327 (recenter-positions): New defcustom.
15328 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15329 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15330
61eef560
MA
153312009-11-29 Michael Albinus <michael.albinus@gmx.de>
15332
15333 Improve integration of Tramp and ange-ftp in eshell.
15334
e4070cdc 15335 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
15336 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15337 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15338
15339 * eshell/esh-util.el (top): Require also Tramp when compiling.
15340 (eshell-directory-files-and-attributes): Check for FTP remote
15341 connection.
15342 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15343 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15344 (eshell-file-attributes): Handle ".". Return `entry'.
15345
15346 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15347 (ange-ftp-directory-files-and-attributes)
15348 (ange-ftp-real-directory-files-and-attributes): New defuns.
15349
15350 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15351 shell with "exec" when possible. This prevents trailing prompts
15352 in `start-file-process'.
15353
f5467d3f
SM
153542009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15355
21f49db9
SM
15356 Try and remove assumptions about point-min==1.
15357 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15358 (rng-compute-mode-line-string): Show the validation percentage in
15359 terms of the narrowed text, not the widened text.
15360 (rng-do-some-validation): Don't catch internal errors when debugging.
15361 (rng-first-error): Simplify.
15362 (rng-after-change-function): Remove work around. AFAIK the bug has
15363 been fixed a while ago.
15364
26224faf
SM
15365 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15366 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15367
d7117720
SM
15368 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15369
f5467d3f
SM
15370 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15371 `cd' doesn't always do it for us (bug#5067).
15372
15373 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15374 on 2009-10-25 as part of some other change (bug#5067).
15375
c5269f1c
SM
153762009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15377
62a258a7
SM
15378 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15379 `suspicious'.
15380 (byte-compile-warnings): Use byte-compile-warning-types.
15381 (byte-compile-save-excursion): Warn about use of set-buffer right
15382 after save-excursion.
15383
c5269f1c
SM
15384 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15385 the excursion as well.
15386
3ba30eb8
MA
153872009-11-27 Michael Albinus <michael.albinus@gmx.de>
15388
15389 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15390 providing a Tramp related implementation of "su" and "sudo".
15391 (eshell-unix-initialize): Add "su" and "sudo".
15392
6c6f788d
DU
153932009-11-27 Daiki Ueno <ueno@unixuser.org>
15394
15395 * net/socks.el (socks-send-command): Convert binary request to
15396 unibyte before sending. This fixes mishandling of some port
15397 numbers such as 129.
15398
10c877fe
SM
153992009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15400
6f06a171
SM
15401 * help.el (describe-bindings-internal): Remove `interactive'.
15402
10c877fe
SM
15403 * man.el (Man-completion-table): Trim a terminating "(".
15404 Remove the space between name page a section.
15405 Add the command's description on the `help-echo' property.
c5269f1c
SM
15406 Remove `process-connection-type' binding since it's unused by
15407 call-process.
10c877fe
SM
15408 Provide completion for the "<section> <name>" format as well.
15409 (Man-default-man-entry): Remove spurious var shadowing the argument.
15410
c44a4822
KR
154112009-11-26 Kevin Ryde <user42@zip.com.au>
15412
15413 * log-view.el: Add "Keywords: tools", since its other keywords
15414 aren't in finder-known-keywords, and following vc.el.
15415
9d58f081
KR
15416 * sha1.el (sha1-string-external): default-directory "/" in case
15417 otherwise non-existent. process-connection-type pipe for touch of
15418 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15419
72fe6b25
SM
154202009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15421
15422 Misc coding convention cleanups.
15423 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15424 hfy-init-kludge-hooks.
15425 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15426 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15427 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15428 and push.
15429 (hfy-slant, hfy-weight): Use tables rather than code.
15430 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15431 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15432 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15433 (hfy-face-to-css): Remove `nconc' with single arg.
15434 (hfy-p-to-face-lennart): Use `or'.
15435 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15436 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15437 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15438 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15439 (hfy-force-fontification): Use run-hooks.
15440
85e0a536
SM
154412009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15442
15443 Various minor fixes.
15444 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15445 Javascript belongs in the header, not the body.
15446 (hfy-javascript): Remove.
15447 (hfy-fontify-buffer): Don't insert it any more.
15448 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15449 Fix bug in invis handling when there were no invis props in a chunk.
15450
62ccc42c
SM
154512009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15452
15453 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15454
2643c7aa
DN
154552009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15456
15457 * finder.el (finder-mode-map): Add a menu.
15458
0e5c8aed
DN
154592009-11-26 Michael McNamara <mac@mail.brushroad.com>
15460
bf0b361c 15461 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
15462 "unsigned" structs.
15463
15464 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15465 fork" statement better.
15466
154672009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15468
bf0b361c
JB
15469 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15470 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15471 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15472 Reported by Clay Douglass.
0e5c8aed
DN
15473
15474 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 15475 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6a7662bb
BR
15476 Fix removing "// Interfaces" when saving .* expansions.
15477 Reported by Pierre-David Pfister.
0e5c8aed 15478
7629c4e7
GM
154792009-11-26 Glenn Morris <rgm@gnu.org>
15480
62ccc42c
SM
15481 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15482 the scope.
7629c4e7 15483
a5d358f8
JB
154842009-11-25 Johan Bockgård <bojohan@gnu.org>
15485
15486 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15487 Really use previous revision.
15488
002cbde5
KR
154892009-11-25 Kevin Ryde <user42@zip.com.au>
15490
15491 * man.el (Man-completion-table): default-directory "/" in case
15492 doesn't otherwise exist. process-environment COLUMNS=999 so as
15493 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
15494 any chance of hitting the pseudo-tty TIOCGWINSZ.
15495 (man): completion-ignore-case t for friendliness and since man
15496 itself is case-insensitive on the command line.
15497 Further to Bug#3717.
002cbde5 15498
8cb5ffe8
KR
15499 * arc-mode.el: Add "Keywords: files", so the details in its
15500 commentary can be reached from finder-by-keyword.
34607612
KR
15501 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15502 editing mode, but it's comms related and sgml-mode.el has "comm"
15503 on that basis too.
b8dfcf54 15504 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
15505 * international/isearch-x.el, international/ja-dic-cnv.el:
15506 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 15507 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 15508
1e2d9ba1
JL
155092009-11-25 Juri Linkov <juri@jurta.org>
15510
15511 * man.el (Man-completion-table): Modify regexp to include
15512 section names to completion strings. (Bug#3717)
15513
a601d313
JL
155142009-11-25 Juri Linkov <juri@jurta.org>
15515
15516 Search recursively in gzipped files. (Bug#4982)
15517
15518 * progmodes/grep.el (grep-highlight-matches): Add new options
15519 `always' and `auto'. Doc fix.
15520 (grep-process-setup): Check `grep-highlight-matches' for
15521 `auto-detect' to determine the need to compute grep defaults.
15522 Move Windows/DOS specific --colors settings handling
15523 to `grep-compute-defaults'. Check `grep-highlight-matches'
15524 to get the value of "--color=".
15525 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15526 has the value `auto-detect'. Move Windows/DOS specific settings
15527 from `grep-process-setup'.
15528 (zrgrep): New command with alias `rzgrep'.
15529
bde04ea9
JL
155302009-11-25 Juri Linkov <juri@jurta.org>
15531
15532 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15533 to nil instead of switching off view-mode. (Bug#4896)
15534
7d6b4d3c
JL
155352009-11-25 Juri Linkov <juri@jurta.org>
15536
15537 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15538
15539 * mwheel.el (mwheel-scroll-up-function)
15540 (mwheel-scroll-down-function): New defvars.
15541 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15542 `scroll-up', and `mwheel-scroll-down-function' instead of
15543 `scroll-down'.
15544
15545 * doc-view.el (doc-view-scroll-up-or-next-page)
15546 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15547 Use this ARG in the call to image-scroll-up/image-scroll-down.
15548 Change `interactive' spec to "P". Goto next/previous page only
15549 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15550 SPC/DEL case). Doc fix.
15551 (doc-view-next-line-or-next-page)
15552 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15553 for consistency.
15554 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15555 `doc-view-scroll-up-or-next-page', and buffer-local
15556 `mwheel-scroll-down-function' to
15557 `doc-view-scroll-down-or-previous-page'.
15558
e237085f
JL
155592009-11-25 Juri Linkov <juri@jurta.org>
15560
15561 Provide additional default values (directories at other Dired
15562 windows) via M-n in the minibuffer of some Dired commands.
15563
15564 * dired-aux.el (dired-diff, dired-compare-directories)
15565 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15566 `minibuffer-default' in `minibuffer-with-setup-hook'.
15567 (dired-dwim-target-directory): Find a window that displays Dired
15568 buffer instead of failing when the next window is not Dired.
15569 Use `get-window-with-predicate' to find for the next Dired window.
15570 (dired-dwim-target-defaults): New function.
15571
15572 * ediff-util.el (ediff-read-file-name):
15573 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15574 in `minibuffer-with-setup-hook'.
15575
7d371eac
JL
155762009-11-25 Juri Linkov <juri@jurta.org>
15577
15578 Provide additional default values (file name at point or at the
15579 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15580
15581 * minibuffer.el (read-file-name-defaults): New function.
15582 (read-file-name): Reset `minibuffer-default' to nil when
15583 it duplicates initial input `insdef'.
15584 Bind `minibuffer-default-add-function' to lambda that
15585 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15586 (minibuffer-insert-file-name-at-point): New command.
15587
15588 * files.el (file-name-at-point-functions): New defcustom.
15589 (find-file-default): Remove defvar.
15590 (find-file-read-args): Don't use `find-file-default'.
15591 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15592 to `read-file-name'.
15593 (find-file-literally): Use `read-file-name' with
15594 `confirm-nonexistent-file-or-buffer'.
15595
15596 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15597
15598 * dired.el (dired-read-dir-and-switches):
15599 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15600 to `read-file-name'.
15601 (dired-file-name-at-point): New function.
15602 (dired-mode): Add hook `dired-file-name-at-point' to
15603 `file-name-at-point-functions'.
15604
04ae543a
SM
156052009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15606
15607 Really make the *Completions* window soft-dedicated (bug#5030).
15608 * window.el (window--display-buffer-2): Add `dedicated' argument.
15609 (display-buffer): Pass it when needed so the dedicated flag is set
15610 after calling set-window-buffer, which would otherwise reset it.
15611
eb708e66
SM
156122009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15613
d6b8d4e7
SM
15614 * progmodes/meta-mode.el (meta-complete-symbol):
15615 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
15616 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15617 Use completion-in-region.
15618
5f24557b
SM
15619 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15620 (dabbrev-completion): Use completion-in-region.
15621 (dabbrev--abbrev-at-point): Simplify regexp.
15622
fe4346f0
SM
15623 * abbrev.el (abbrev--before-point): Use word-motion functions
15624 if :regexp is not specified (bug#5031).
15625
cb190d7d
SM
15626 * subr.el (string-prefix-p): New function.
15627
e2ec6dd5
SM
15628 * man.el (Man-completion-cache): New var.
15629 (Man-completion-table): Use it.
15630
eb708e66
SM
15631 * vc.el (vc-print-log-internal): Make `limit' optional for better
15632 compatibility (e.g. with vc-annotate.el).
15633
4cf8971b
KR
156342009-11-24 Kevin Ryde <user42@zip.com.au>
15635
eb708e66 15636 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 15637 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 15638
4cf8971b
KR
15639 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15640 when .el source file not found or other error.
15641
d204c46c
SM
156422009-11-24 Markus Triska <markus.triska@gmx.at>
15643
15644 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15645
bb301b9a
SM
156462009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15647
449c27f0
SM
15648 Handle the [back] button properly (bug#4979).
15649 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15650 Use help-setup-xref, help-buffer, and with-help-window.
15651 (describe-char): Add `buffer' argument.
15652 Pass proper command to help-setup-xref. Don't meddle with
15653 help-xref-stack-item directly.
15654 (describe-text-category): Use with-help-window and help-buffer.
15655
32fe5377
SM
15656 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15657 for the displayed buffer (bug#4887).
15658
bb301b9a
SM
15659 * man.el (Man-completion-table): New function.
15660 (man): Use it.
15661
35179414
DR
156622009-11-24 David Reitter <david.reitter@gmail.com>
15663
bb301b9a 15664 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
15665 .git is) rather than the file's directory and a relative path spec
15666 to work around a bug in git.
15667
605a20a9
MA
156682009-11-24 Michael Albinus <michael.albinus@gmx.de>
15669
15670 Improve handling of processes on remote hosts.
15671
15672 * eshell/esh-util.el (eshell-path-env): New defvar.
15673 (eshell-parse-colon-path): New defun.
15674 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15675
bb301b9a
SM
15676 * eshell/esh-ext.el (eshell-search-path):
15677 Use `eshell-parse-colon-path'.
605a20a9
MA
15678 (eshell-remote-command): Remove argument HANDLER.
15679 (eshell-external-command): Check for FTP remote connection.
15680
bb301b9a
SM
15681 * eshell/esh-proc.el (eshell-gather-process-output):
15682 Use `file-truename', in order to start also symlinked files.
15683 Apply `start-file-process' instead of `start-process'.
15684 Shorten `command' to the local file name part.
605a20a9 15685
bb301b9a
SM
15686 * eshell/em-cmpl.el (eshell-complete-commands-list):
15687 Use `eshell-parse-colon-path'.
605a20a9
MA
15688
15689 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15690
15691 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15692 to `eshell-directory-change-hook'.
15693
d1d33062
TH
156942009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15695
15696 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 15697 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 15698
a34d8565 156992009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 15700
a34d8565
MK
15701 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15702 made on 2009-11-22.
d1d33062 15703
c83b8d1b
GM
157042009-11-24 Glenn Morris <rgm@gnu.org>
15705
15706 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15707 deleted variable bookmark-bmenu-bookmark-column.
15708
83505cfe
SM
157092009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15710
15711 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15712
5241b291
CY
157132009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15714
15715 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15716 two slashes to the "file:" prefix.
15717 (browse-url-file-url): De-munge Cygwin filenames before passing
15718 them to Windows browser.
15719 (browse-url-default-windows-browser): Use call-process.
15720
aefcadb6
JL
157212009-11-23 Juri Linkov <juri@jurta.org>
15722
15723 Implement DocView Continuous mode. (Bug#4896)
15724 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
15725 (doc-view-mode-map): Bind C-n/<down> to
15726 `doc-view-next-line-or-next-page', C-p/<up> to
15727 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
15728 (doc-view-next-line-or-next-page)
15729 (doc-view-previous-line-or-previous-page): New commands.
15730
0d62bcea
JL
157312009-11-23 Juri Linkov <juri@jurta.org>
15732
15733 Implement Isearch in comint input history. (Bug#3746)
15734 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15735 `isearch-mode-hook'.
15736 (comint-history-isearch): New defcustom.
15737 (comint-history-isearch-backward)
15738 (comint-history-isearch-backward-regexp): New commands.
15739 (comint-history-isearch-message-overlay): New buffer-local variable.
15740 (comint-history-isearch-setup, comint-history-isearch-end)
15741 (comint-goto-input, comint-history-isearch-search)
15742 (comint-history-isearch-message, comint-history-isearch-wrap)
15743 (comint-history-isearch-push-state)
15744 (comint-history-isearch-pop-state): New functions.
15745
b593f105
MA
157462009-11-23 Michael Albinus <michael.albinus@gmx.de>
15747
15748 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15749 return.
15750 (tramp-handle-make-symbolic-link)
15751 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15752 Quote file names.
15753 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15754 (tramp-handle-process-file): Use it.
15755
0f202d5d
SM
157562009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15757
15758 * window.el (move-to-window-line-last-op): Remove.
15759 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
15760
216349f8
SM
157612009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
15762
0f202d5d 15763 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
15764 * window.el (move-to-window-line-last-op): New var.
15765 (move-to-window-line-top-bottom): New command.
15766 (global-map): Bind M-r move-to-window-line-top-bottom.
15767
c10e0633
GM
157682009-11-23 Sven Joachim <svenjoac@gmx.de>
15769
15770 * dired-x.el (dired-guess-shell-alist-default):
15771 Support xz format. (Bug#4953)
15772
953e0c1a
GM
157732009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
15774
15775 * emulation/viper-cmd.el: Use viper-last-command-char instead of
15776 last-command-char/last-command-event.
15777 (viper-prefix-arg-value): Do correct conversion of event-char for
15778 XEmacs.
15779
83505cfe
SM
15780 * emulation/viper-util.el, emulation/viper.el:
15781 Use viper-last-command-char instead of
15782 last-command-char/last-command-event.
953e0c1a 15783
83505cfe
SM
15784 * ediff-init.el, ediff-mult.el, ediff-util.el:
15785 Replace last-command-char and last-command-event
15786 with (ediff-last-command-char) everywhere.
953e0c1a
GM
15787
15788 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
15789 created in fundamental mode.
15790
15791 * ediff.el (ediff-version): Revert the change of interactive-p to
15792 called-interactively-p.
15793
9ee12eee
TH
157942009-11-22 Tassilo Horn <tassilo@member.fsf.org>
15795
15796 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
15797 generation from word-movement command names.
15798
8b571bf3
JD
157992009-11-21 Jan Djärv <jan.h.d@swipnet.se>
15800
15801 * cus-start.el (all): Add native condition for font-use-system-font.
15802
4121db47
AM
158032009-11-21 Nathaniel Flath <flat0103@gmail.com>
15804
83505cfe
SM
15805 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
15806 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 15807
d71f5e0c
TH
158082009-11-21 Tassilo Horn <tassilo@member.fsf.org>
15809
15810 * progmodes/subword.el: Rename from lisp/subword.el.
15811
15812 * subword.el: Rename to progmodes/subword.el.
15813
15814 * Makefile.in (ELCFILES): Adapt to subword.el move.
15815
fc9d6ad6 158162009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 15817 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
15818
15819 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
15820 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
15821 (bookmark-bmenu-show-filenames): Use push.
15822 (bookmark-bmenu-hide-filenames): Use local var instead of
15823 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
15824 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
15825 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
15826 filenames now that the bookmark names are always available.
15827
26d9285f
SM
158282009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15829
15830 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
15831 (bookmark-search-pattern): Move and leave unbound.
15832 (bookmark-bmenu-mode-map): Change binding.
15833 (bookmark-read-search-input): Simplify.
15834 Don't use text-char-description. Don't error on non-char events.
15835 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
15836 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
15837 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
15838 Use a local var for the timer.
15839 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
15840 (i.e. bookmark-bmenu-search).
15841
d73a0317
GM
158422009-11-21 Glenn Morris <rgm@gnu.org>
15843
15844 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
15845
e572025f
CY
158462009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
15847
26d9285f
SM
15848 * net/browse-url.el (browse-url-default-windows-browser):
15849 Use cygstart for cygwin.
e572025f 15850
6aeaa3dc
KF
158512009-11-20 Karl Fogel <karl.fogel@red-bean.com>
15852
e4070cdc 15853 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
15854 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
15855 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 15856 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
15857 (bookmark-read-search-input): Adjust to fit within 80 columns.
15858
a9b76eec
TH
158592009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15860
15861 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
15862 (c-backward-into-nomenclature): Adapt to subword renaming.
15863
15864 * subword.el (subword-forward, subword-backward, subword-mark)
15865 (subword-kill, subword-backward-kill, subword-transpose)
15866 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
15867 (subword-forward-internal, subword-backward-internal):
15868 Rename from forward-subword, backward-subword, mark-subword,
15869 kill-subword, backward-kill-subword, transpose-subwords,
15870 downcase-subword, upcase-subword, capitalize-subword,
15871 forward-subword-internal, backward-subword-internal.
a9b76eec 15872
1e7d4475
SM
158732009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15874
26d9285f
SM
15875 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
15876 New options.
1e7d4475
SM
15877 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
15878 New vars.
15879 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
15880 (bookmark-bmenu-filter-alist-by-regexp)
15881 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
15882 (bookmark-bmenu-search): New command.
15883 (bookmark-bmenu-mode-map): Bind it.
15884
653d1554
TH
158852009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15886
ab84bfa0
TH
15887 * progmodes/cc-cmds.el: declare-functioned forward-subword and
15888 backward-subword to quit the byte-compiler.
15889
1f35fda9
TH
15890 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
15891
15892 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
15893
653d1554 15894 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
15895 (c-forward-into-nomenclature, c-backward-into-nomenclature):
15896 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
15897
15898 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
15899 subword.el functions instead of cc-subword.el.
15900
1e7d4475
SM
15901 * progmodes/cc-subword.el: Rename to subword.el.
15902 * subword.el: Rename from progmodes/cc-subword.el.
15903 (subword-mode-map): Rename from c-subword-mode-map.
15904 (subword-mode): Rename from c-subword-mode.
653d1554 15905 (global-subword-mode): New global minor mode.
1e7d4475
SM
15906 (forward-subword): Rename from c-forward-subword.
15907 (backward-subword): Rename from c-backward-subword.
15908 (mark-subword): Rename from c-mark-subword.
15909 (kill-subword): Rename from c-kill-subword.
15910 (backward-kill-subword): Rename from c-backward-kill-subword.
15911 (transpose-subwords): Rename from c-tranpose-subword.
15912 (downcase-subword): Rename from c-downcase-subword.
15913 (capitalize-subword): Rename from c-capitalize-subword.
15914 (forward-subword-internal): Rename from c-forward-subword-internal.
15915 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 15916
9717f119
DN
159172009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
15918
8de724f3
DN
15919 * vc.el (vc-deduce-fileset): Allow non-state changing operations
15920 from a dired buffer.
15921 (vc-dired-deduce-fileset): New function.
15922 (vc-root-diff, vc-print-root-log): Use it.
15923
9717f119
DN
15924 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
15925 nil LIMIT argument to vc-print-log-internal.
15926
af4999b8
GM
159272009-11-20 Glenn Morris <rgm@gnu.org>
15928
15929 * Makefile.in (ELCFILES): Regenerate.
15930
b58edcb6
JB
159312009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
15932
02e1b488
SM
15933 * calc/calc.el (calc-set-mode-line):
15934 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
15935 (math-format-number): Rename `math-format-complement-signed' to
15936 `math-format-twos-complement'.
15937
02e1b488 15938 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
15939 math-format-complement-signed.
15940 (calc-radix): Rename `calc-complement-signed-mode' to
15941 `calc-twos-complement-mode'.
02e1b488
SM
15942 (calc-octal-radix, calc-hex-radix): Add an argument for
15943 two's complement.
b58edcb6 15944
02e1b488
SM
15945 * calc/calc-embed.el (calc-embedded-mode-vars):
15946 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 15947
02e1b488
SM
15948 * calc/calc-ext.el (calc-init-extensions):
15949 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
15950 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
15951
02e1b488
SM
15952 * calc/calc-units.el (math-build-units-table-buffer):
15953 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
15954
15955 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
15956 entries.
15957
15958 * calc/calc-vec.el (calcFunc-vunpack):
15959 * calc/calc-aent.el (calc-do-calc-eval):
15960 * calc/calc-forms.el (math-format-date):
15961 * calc/calc-graph.el (calc-graph-plot):
15962 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
15963 * calc/calccomp.el (math-compose-expr):
15964 Let `calc-twos-complement-mode' be nil.
15965
159662009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15967
15968 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
15969 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
15970 * minibuffer.el (completion-in-region-functions): New hook.
15971 (completion-in-region): New function.
15972 * emacs-lisp/lisp.el (lisp-complete-symbol):
15973 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 15974
e3353a78
SM
159752009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15976
eff77808
SM
15977 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
15978 (latex-complete-alist): New vars.
15979 (latex-string-prefix-p, latex-complete-bibtex-keys)
15980 (latex-complete-envnames, latex-complete-refkeys)
15981 (latex-complete-data): New functions.
15982 (latex-complete, latex-indent-or-complete): New commands.
15983
d2c9fc42
SM
15984 * window.el (display-buffer-mark-dedicated): New var.
15985 (display-buffer): Obey it.
15986 * minibuffer.el (minibuffer-completion-help): Use it.
15987
31a1c477
SM
15988 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
15989
bed4c972
SM
15990 * filecache.el (file-cache-add-file): Use push and cons.
15991 (file-cache-delete-file-regexp): Use push.
15992 (file-cache-complete): Use completion-in-region.
15993
8c22699f
SM
15994 * simple.el (with-wrapper-hook): Fix thinko.
15995
e3353a78
SM
15996 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
15997 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
15998 Use with-current-buffer and string-to-number.
15999 (hfy-fallback-colour-values): Use assoc-string.
16000 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
16001 (hfy-face-at): Remove unused var `found-face'.
16002 (hfy-compile-stylesheet): Remove unused var `css'.
16003 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
16004 and `orig-buffer'.
16005 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
16006 Use with-current-buffer.
16007 (hfy-text-p): Use expand-file-name and fewer setq.
16008
acca02b0
SM
160092009-11-19 Vivek Dasmohapatra <vivek@etla.org>
16010
16011 * htmlfontify.el, hfy-cmap.el: New files.
16012
042b7cc6
JL
160132009-11-19 Juri Linkov <juri@jurta.org>
16014
16015 * minibuffer.el (completions-format): New defcustom.
16016 (completion--insert-strings): Implement vertical format.
16017
16018 * simple.el (switch-to-completions): Move point to the first
16019 completion when point was at the beginning of the buffer.
16020
da205913
JL
160212009-11-19 Juri Linkov <juri@jurta.org>
16022
16023 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
16024
16025 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
16026
0b8ee421
CY
160272009-11-19 Chong Yidong <cyd@stupidchicken.com>
16028
16029 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
16030 (mail-signature): Change default to t.
16031 (mail-from-style): Deprecate `system-default' value.
16032 (mail-insert-from-field): For default value of mail-from-style,
16033 default to `angles' unless `angles' needs quoting and `parens'
16034 does not.
16035 (mail-citation-prefix-regexp): Use citation regexp from
16036 message-mode.
16037
4265deab
MA
160382009-11-19 Michael Albinus <michael.albinus@gmx.de>
16039
acca02b0
SM
16040 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
16041 Set variables for computing the prompt for reading password.
4265deab 16042
27cacd2d
GM
160432009-11-19 Glenn Morris <rgm@gnu.org>
16044
470bce7d
GM
16045 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
16046
7e705a1d
GM
16047 * textmodes/flyspell.el (sgml-lexical-context): Declare.
16048
27cacd2d
GM
16049 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
16050 (newsticker-treeview-listwindow-height): Fix custom type.
16051
b2f0be0f
KH
160522009-11-19 Kenichi Handa <handa@m17n.org>
16053
16054 * descr-text.el (describe-char-padded-string): Compose with TAB
16055 only if there's a font for CH.
02e1b488 16056 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 16057
03446045 160582009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
16059
16060 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 16061 more accurate version of the regexp. (Bug#3910)
b96337b0 16062
03446045 160632009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
16064
16065 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
16066
e0620570
JB
160672009-11-18 Juanma Barranquero <lekktu@gmail.com>
16068
16069 * font-setting.el (font-use-system-font): Declare for byte-compiler.
16070 (font-setting-change-default-font): Fix typo in docstring.
16071
6cc6582e
AM
160722009-11-18 Alan Mackenzie <acm@muc.de>
16073
16074 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
16075
dfb3c4c6
JD
160762009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16077
02e1b488 16078 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
16079
16080 * cus-start.el (all): ... to here.
16081
e268e987
MA
160822009-11-17 Michael Albinus <michael.albinus@gmx.de>
16083
16084 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
16085 Don't set `ad-return-value' if `ad-do-it' doesn't.
16086
303ffde8
MA
16087 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
16088 modification time.
16089
637fa988
JD
160902009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16091
16092 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 16093 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
16094
16095 * loadup.el: If feature system-font-setting or font-render-setting is
16096 there, load font-setting.
16097
02e1b488 16098 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
16099 * font-setting.el: New file.
16100
1d16a255
GM
161012009-11-17 Glenn Morris <rgm@gnu.org>
16102
16103 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
16104
2d84f804
GM
16105 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
16106 Preserve point in the list buffer. (Bug#4939)
16107 Use point-at-eol.
16108 (newsticker--treeview-list-update-highlight)
16109 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
16110
14467b99
JB
161112009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16112
16113 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
16114 Remove.
16115
16116 * calc/calc-ext.el (calc-init-extensions): Remove references to
16117 symclip.
16118
16119 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
16120
16121 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 16122 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
16123 `calc-symclip'.
16124
e3c39c01
KR
161252009-11-16 Kevin Ryde <user42@zip.com.au>
16126
02e1b488 16127 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 16128 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 16129
497de631
KR
16130 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
16131 (lm-keywords-list): Allow comma-only separator like "foo,bar".
16132 Ignore trailing spaces by omit-nulls to split-string (fixing
16133 regression from Emacs 21 due to the incompatible split-string
14467b99 16134 change). (Bug #4928.)
497de631 16135
48b27575
DN
161362009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
16137
5237d741 16138 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
16139 (vc-print-log-internal): Insert buttons to request more entries
16140 when limiting the output.
16141
16142 * vc-sccs.el (vc-sccs-print-log):
16143 * vc-rcs.el (vc-rcs-print-log):
16144 * vc-cvs.el (vc-cvs-print-log):
16145 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
16146 LIMIT is non-nil.
16147
d3e97185
MA
161482009-11-16 Michael Albinus <michael.albinus@gmx.de>
16149
16150 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
16151 error when `tramp-gvfs-dbus-event-vector' is set.
16152 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
16153
68d87786
SM
161542009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16155
16156 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
16157
c0a39702
MA
161582009-11-16 Michael Albinus <michael.albinus@gmx.de>
16159
16160 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 16161 (dbus-register-property): Register the handlers of
c0a39702
MA
16162 "org.freedesktop.DBus.Properties" for SERVICE.
16163 (dbus-property-handler): Fix docstring.
16164
1e857121
YM
161652009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16166
16167 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
16168 Quote doc string reference in defvaralias as it is not in special form.
16169 (byte-compile-output-docform): Doc fix.
16170
887484c1
JB
161712009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16172
16173 * calc/calc.el (math-2-word-size, math-half-2-word-size)
16174 (calc-complement-signed-mode): New variables.
16175 (calc-set-mode-line): Add indicator for twos-complements.
16176 (math-format-number): Format twos-complement notation.
16177
16178 * calc/calc-bin.el (calc-word-size): Reset the variables
16179 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
16180 (math-format-complement-signed, math-symclip, calcFunc-symclip)
16181 (calc-symclip): New functions.
887484c1
JB
16182
16183 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
16184
68d87786
SM
16185 * calc/calc-embed.el (calc-embedded-mode-vars):
16186 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
16187
16188 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 16189 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
16190
16191 * calc/calc-ext.el (math-read-number-fancy): Read complement
16192 signed numbers.
68d87786
SM
16193 (calc-init-extensions): Add binding for `calc-symclip'.
16194 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
16195
16196 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
16197 `calc-symclip'.
68d87786 16198 (calc-modes-menu): Add item for twos complement mode.
887484c1 16199
5237d741 16200 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 16201
4cf1d7e3
CY
162022009-11-15 Chong Yidong <cyd@stupidchicken.com>
16203
16204 * register.el (jump-to-register, insert-register): Handle Semantic
16205 tags. From commented-out advice in semantic/senator.el.
16206
f8e65267
DN
162072009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
16208
6616006b
DN
16209 * vc.el (vc-log-show-limit): New variable.
16210 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
16211 when using a prefix argument.
16212 (vc-print-log-internal): Add new argument LIMIT.
16213
16214 * vc-svn.el (vc-svn-print-log):
16215 * vc-mtn.el (vc-mtn-print-log):
16216 * vc-hg.el (vc-hg-print-log):
16217 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 16218 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
16219 non-optional.
16220
16221 * vc-sccs.el (vc-sccs-print-log):
16222 * vc-rcs.el (vc-rcs-print-log):
16223 * vc-git.el (vc-git-print-log):
16224 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
01c35094 16225 ignore it. Make the BUFFER argument non-optional.
6616006b 16226
f8e65267
DN
16227 * bindings.el (mode-line-buffer-identification): Do not purecopy.
16228
0566c4bc
CY
162292009-11-15 Chong Yidong <cyd@stupidchicken.com>
16230
7cce3c91
CY
16231 * dired.el (dired-mode-map): Move encryption items to "Operate"
16232 menu (Bug#4703).
16233
d7063de9
CY
16234 * strokes.el (strokes-update-window-configuration): Make strokes
16235 buffer current before erasing (Bug#4906).
16236
0fc10137
JL
162372009-11-15 Juri Linkov <juri@jurta.org>
16238
16239 * simple.el (set-mark-default-inactive): Add :type, :group
16240 and :version. (Bug#4876)
16241
f5fce4ec
MA
162422009-11-15 Michael Albinus <michael.albinus@gmx.de>
16243
16244 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16245 (archive-unique-fname): ... here. (Bug#4929)
16246
8d720a00
SM
162472009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16248
589888fe
SM
16249 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16250 with a real fix.
16251
8d720a00
SM
16252 * novice.el (disabled-command-function): Add useful args.
16253 Setup the help buffer so that [back] works.
16254 Remove redundant call to help-mode.
16255 (disabled-command-function): Use `case'.
16256 (en/disable-command): New function extracted from enable-command.
16257 (enable-command, disable-command): Use it.
16258
a61344d6
GM
162592009-11-14 Glenn Morris <rgm@gnu.org>
16260
497f0cdd
GM
16261 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16262 constants. (Bug#4913)
16263
a61344d6
GM
16264 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16265
d501801e
GM
162662009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16267
16268 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16269 defined in C that have no doc-strings. (Bug#1063)
16270
5af27ac2
GM
162712009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16272
16273 * cus-edit.el (data, files):
16274 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16275
aec5395b
CY
162762009-11-14 Chong Yidong <cyd@stupidchicken.com>
16277
e7791447
CY
16278 * simple.el (shell-command): Doc fix (Bug#4891).
16279
aec5395b
CY
16280 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16281
7a41cd7f
GM
162822009-11-14 Glenn Morris <rgm@gnu.org>
16283
c3583c94
GM
16284 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16285 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16286 If they are already loaded, eval-after-load will do the right thing.
16287
73900d1f
GM
16288 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16289 compiling.
16290
0028351d
GM
16291 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16292
f6714ede
GM
16293 * simple.el (x-selection-owner-p): Declare.
16294 (read-mail-command): Use custom radio type rather than choice.
16295 (completion-no-auto-exit): Doc fix.
16296
7a41cd7f 16297 * custom.el (defgroup):
5af27ac2 16298 * epg-config.el (epg): Doc fixes.
7a41cd7f 16299
2d0659ec
DN
163002009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16301
16302 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16303 * international/ccl.el (define-ccl-program): Do not purecopy the
16304 docstring, defconst does it anyway.
16305
7fdbcd83
SM
163062009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16307
d499c5b9
SM
16308 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16309 a second time.
16310
7fdbcd83
SM
16311 * x-dnd.el (x-dnd-maybe-call-test-function):
16312 * window.el (split-window-vertically):
16313 * whitespace.el (whitespace-help-on):
16314 * vc-rcs.el (vc-rcs-consult-headers):
16315 * userlock.el (ask-user-about-lock-help)
16316 (ask-user-about-supersession-help):
16317 * type-break.el (type-break-force-mode-line-update):
16318 * time-stamp.el (time-stamp-conv-warn):
16319 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 16320 (te-sentinel, terminal-emulator):
7fdbcd83
SM
16321 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16322 (term-write-input-ring, term-check-source, term-start-output-log):
16323 (term-display-buffer-line, term-dynamic-list-completions):
16324 (term-ansi-make-term, serial-term):
16325 * subr.el (selective-display):
16326 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16327 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16328 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16329 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16330 (speedbar-remove-localized-speedbar-support)
16331 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16332 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16333 (speedbar-buffers-line-directory):
16334 * simple.el (shell-command-on-region, append-to-buffer)
16335 (prepend-to-buffer):
16336 * shadowfile.el (shadow-save-todo-file):
16337 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16338 (scroll-bar-maybe-set-window-start):
16339 * sb-image.el (speedbar-image-dump):
16340 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16341 (load-save-place-alist-from-file):
16342 * ps-samp.el (ps-print-message-from-summary):
16343 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16344 (ps-background-image, ps-begin-job, ps-do-despool):
16345 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16346 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16347 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16348 (pr-call-process, pr-file-list, pr-interface-save):
16349 * novice.el (disabled-command-function)
16350 (enable-command, disable-command):
16351 * mouse.el (mouse-buffer-menu-alist):
16352 * mouse-copy.el (mouse-kill-preserving-secondary):
16353 * macros.el (kbd-macro-query):
16354 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16355 * informat.el (batch-info-validate):
16356 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16357 * hippie-exp.el (try-expand-dabbrev-visible):
16358 * help-mode.el (help-make-xrefs):
16359 * help-fns.el (describe-variable):
16360 * generic-x.el (bat-generic-mode-run-as-comint):
16361 * finder.el (finder-mouse-select):
16362 * find-dired.el (find-dired-sentinel):
16363 * filesets.el (filesets-file-close):
16364 * files.el (list-directory):
16365 * faces.el (list-faces-display, describe-face):
16366 * facemenu.el (list-colors-display):
16367 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16368 * epg.el (epg--process-filter, epg-cancel):
16369 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16370 (epa--read-signature-type):
16371 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16372 (emerge-file-names):
16373 * ehelp.el (electric-helpify):
16374 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16375 * ediff-vers.el (rcs-ediff-view-revision):
16376 * ediff-util.el (ediff-setup):
16377 * ediff-mult.el (ediff-append-custom-diff):
16378 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16379 (ediff-wordify):
16380 * echistory.el (Electric-command-history-redo-expression):
16381 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16382 * disp-table.el (describe-display-table):
16383 * dired.el (dired-find-buffer-nocreate):
16384 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16385 * dabbrev.el (dabbrev--same-major-mode-p):
16386 * chistory.el (list-command-history):
16387 * apropos.el (apropos-documentation):
16388 * allout.el (allout-obtain-passphrase):
16389 (allout-copy-exposed-to-buffer):
16390 (allout-verify-passphrase): Use with-current-buffer.
16391
2ccbc060
GM
163922009-11-13 Glenn Morris <rgm@gnu.org>
16393
16394 * Makefile.in (ELCFILES): Regenerate.
16395
b172ed20
MA
163962009-11-13 Michael Albinus <michael.albinus@gmx.de>
16397
7fdbcd83
SM
16398 * net/dbus.el (dbus-registered-objects-table): Rename from
16399 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
16400 (dbus-unregister-object): Unregister also properties.
16401 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16402 Use a timeout of 500 msec, in order to not block.
16403 (dbus-register-property, dbus-property-handler): New defuns.
16404
e96d62cd
SM
164052009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16406
16407 * simple.el (minibuffer-default-add-completions): Drop deprecated
16408 4th arg.
16409
14bd267d
EZ
164102009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16411
e96d62cd
SM
16412 * textmodes/artist.el (artist-mouse-choose-operation):
16413 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 16414 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
16415 (artist-compute-up-event-key): New function.
16416 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16417
bf89fd7b
KH
164182009-11-13 Kenichi Handa <handa@m17n.org>
16419
16420 * language/japan-util.el: Make sure that the value of jisx0208
16421 property is jisx0208 character.
16422
f70b8925
DN
164232009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16424
16425 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16426 car or each item, not the whole list.
16427
4d93a9e0
SM
164282009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16429
16430 * minibuffer.el (minibuffer-completion-help):
16431 Use minibuffer-hide-completions.
16432
05404988
SM
164332009-11-12 Per Starbäck <per@starback.se> (tiny change)
16434
16435 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16436 (dired-revert): Use them (bug#4880).
16437
5297bc10
DN
164382009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16439
16440 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16441
e2685eb7
JL
164422009-11-12 Juri Linkov <juri@jurta.org>
16443
16444 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16445 New functions.
16446 (find-file-literally-at-point): Alias of `ffap-literally'.
16447
76410c3e
DN
164482009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16449
6d341a2a
DN
16450 * textmodes/ispell.el (ispell-skip-region-alist):
16451 * textmodes/css-mode.el (auto-mode-alist):
16452 * progmodes/compile.el (auto-mode-alist):
16453 * international/mule.el (ctext-non-standard-encodings-alist)
16454 (ctext-non-standard-encodings-regexp):
16455 * simple.el (shell-command-switch, text-read-only):
16456 * replace.el (occur-mode-map):
16457 * paths.el (rmail-file-name):
16458 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16459 * find-file.el (ff-special-constructs):
16460 * files.el (file-name-handler-alist):
16461 * composite.el: Purecopy strings.
16462
76410c3e
DN
16463 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16464
aaa448c9
DN
164652009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16466
16467 * widget.el (define-widget): Purecopy the docstring.
16468 * international/mule-cmds.el (charset): Do not purecopy the
16469 docstring here, define-widget does it.
16470
16471 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16472 * textmodes/bibtex-style.el (auto-mode-alist):
16473 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16474 * progmodes/compile.el (compile-command):
16475 * language/korea-util.el (default-korean-keyboard):
16476 * international/mule-conf.el (file-coding-system-alist):
16477 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16478 * tooltip.el (tooltip-frame-parameters):
16479 * newcomment.el (comment-end, comment-padding):
16480 * dired.el (dired-trivial-filenames):
16481 * comint.el (comint-file-name-prefix): Purecopy initial values.
16482
bbe650fd
MA
164832009-11-11 Michael Albinus <michael.albinus@gmx.de>
16484
16485 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16486 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16487 `tramp-unload'.
16488 (tramp-advice-make-auto-save-file-name)
16489 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16490 after removing the advice.
16491
6bdad9ae
DN
164922009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16493
2f7f4bee
DN
16494 * progmodes/grep.el (grep-regexp-alist):
16495 * international/mule-cmds.el (iso-2022-control-alist):
16496 * emacs-lisp/timer.el (timer-duration-words):
16497 * subr.el (version-separator, version-regexp-alist):
16498 * minibuffer.el (completion-styles-alist):
16499 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16500 Change defvars to defconsts.
16501
a042de45
DN
16502 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16503 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16504 * international/mule-conf.el: Allow to be byte compiled.
16505
3b6acc72
DN
16506 * international/mule.el (define-charset): Purecopy props.
16507 (load-with-code-conversion): Purecopy doc string and file name.
16508 (put-charset-property): Purecopy strings.
16509 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16510
1c2efdfb 16511 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
16512 (define-char-code-property): Correctly purecopy the table.
16513
62591911
DN
16514 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16515
8b908da6
DN
16516 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16517
ff917d63
DN
16518 * subr.el (add-hook): Purecopy strings.
16519 (eval-after-load): Purecopy load-history-regexp and the form.
16520
af89cf77
DN
16521 * custom.el (custom-declare-group): Purecopy load-file-name.
16522
a3c20c83 16523 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
16524 * net/eudc.el (eudc-tools-menu):
16525 * international/mule-cmds.el (set-coding-system-map)
16526 (mule-menu-keymap):
16527 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16528 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
16529 * replace.el (occur-mode-map):
16530 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 16531 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
16532 (menu-bar-custom-menu, menu-bar-showhide-menu)
16533 (menu-bar-options-menu, menu-bar-tools-menu)
16534 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16535 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16536 (menu-bar-help-menu):
16537 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16538 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16539
6bdad9ae
DN
16540 * term/x-win.el (x-gtk-stock-map):
16541 * progmodes/vera-mode.el (auto-mode-alist):
16542 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16543 (inferior-lisp-program, inferior-lisp-load-command):
16544 * progmodes/hideshow.el (hs-special-modes-alist):
16545 * progmodes/gud.el (same-window-regexps):
16546 * progmodes/grep.el (grep-program, find-program, xargs-program):
16547 * net/telnet.el (same-window-regexps):
16548 * net/rlogin.el (same-window-regexps):
16549 * language/ethiopic.el (font-ccl-encoder-alist):
16550 * vc-sccs.el (vc-sccs-master-templates):
16551 * vc-rcs.el (vc-rcs-master-templates):
16552 * subr.el (cl-assertion-failed):
16553 * simple.el (next-error-overlay-arrow-position):
16554 * lpr.el (lpr-command):
16555 * locate.el (locate-ls-subdir-switches):
16556 * info.el (same-window-regexps, info)
16557 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16558 * image-mode.el (image-mode, auto-mode-alist):
16559 * hippie-exp.el (hippie-expand-ignore-buffers):
16560 * format.el (format-alist):
16561 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16562 (find-name-arg):
16563 * facemenu.el (facemenu-keybindings):
16564 * dired.el (dired-listing-switches, dired-chown-program):
16565 * diff.el (diff-switches, diff-command):
16566 * cus-edit.el (same-window-regexps):
16567 * bindings.el (mode-line-mule-info)
16568 (mode-line-buffer-identification): Purecopy strings.
16569
e0987650
JL
165702009-11-11 Juri Linkov <juri@jurta.org>
16571
3570691b 16572 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
16573 Tell the byte-compiler about dired-get-filename.
16574 (shell-command): In Dired mode, get filename from the current line
16575 as the default value.
16576
b16ff465
GM
165772009-11-10 Glenn Morris <rgm@gnu.org>
16578
e8a11b22
GM
16579 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16580 * calendar/holidays.el, progmodes/cperl-mode.el:
16581 Update x-popup-menu declarations.
16582
b16ff465
GM
16583 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16584 (list-load-path-shadows): Use dolist.
16585 (list-load-path-shadows): Use with-current-buffer.
16586
032c3399
JL
165872009-11-10 Juri Linkov <juri@jurta.org>
16588
16589 * minibuffer.el (read-file-name): Support a list of default values
16590 in `default-filename'. Use the first file name where only one
16591 element is required. Doc fix.
16592
8fb1629f
MA
165932009-11-09 Michael Albinus <michael.albinus@gmx.de>
16594
16595 * net/dbus.el (dbus-unregister-object): Release service, if no
16596 other method is registered for it.
16597
a51203ee 165982009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
16599
16600 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16601 bookmark-sort-flag is non-nil (Bug#4653).
16602
9bf7dc8a
CY
166032009-11-08 Chong Yidong <cyd@stupidchicken.com>
16604
15207e74
CY
16605 * emulation/cua-base.el: Add CUA property to some CC mode commands
16606 (Bug#4100).
16607
8bf7ed70
KR
166082009-11-08 Kevin Ryde <user42@zip.com.au>
16609
16610 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 16611 at end of sentence (Bug#4818).
8bf7ed70 16612
951802d0
CY
166132009-11-08 Jared Finder <jfinder@crypticstudios.com>
16614
16615 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16616 Handle "see declaration of" MSFT statements (Bug#4100).
16617
e8244310
MA
166182009-11-08 Michael Albinus <michael.albinus@gmx.de>
16619
16620 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16621 (tramp-advice-file-expand-wildcards): Unload via
16622 `ad-remove-advice'.
16623
16624 * net/trampver.el: Update release number.
16625
a51203ee 166262009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
16627
16628 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16629 `ad-do-it'.
16630
a51203ee 166312009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
16632
16633 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16634 in order to keep context in SELinux.
16635
bedd8a58
CY
166362009-11-08 Chong Yidong <cyd@stupidchicken.com>
16637
16638 * dired-aux.el (dired-query): Place cursor in echo area and allow
16639 C-g.
16640
16641 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16642 menu item if not on a directory (Bug#4701).
16643
0484d600
MA
166442009-11-07 Michael Albinus <michael.albinus@gmx.de>
16645
16646 Sync with Tramp 2.1.17.
16647
16648 * net/tramp.el (tramp-handle-copy-directory): Don't use
16649 `file-remote-p' (due to compatibility).
16650
16651 * net/tramp-compat.el (tramp-compat-copy-directory)
16652 (tramp-compat-delete-directory): New defuns.
16653
16654 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6a7662bb
BR
16655 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16656 Use `tramp-compat-delete-directory'.
0484d600
MA
16657
16658 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6a7662bb
BR
16659 (tramp-smb-handle-delete-directory):
16660 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
16661
16662 * net/trampver.el: Update release number.
16663
b42b2189
CY
166642009-11-07 Chong Yidong <cyd@stupidchicken.com>
16665
6960d7b9
CY
16666 * tar-mode.el (tar-copy): Call write-region on the right buffer
16667 (Bug#4857).
16668
b42b2189
CY
16669 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16670 by hand, if necessary (Bug#4878).
16671
0ad57dfd
CY
166722009-11-06 Chong Yidong <cyd@stupidchicken.com>
16673
d19e23ae
CY
16674 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16675 align size column (Bug#4839).
16676
0ad57dfd
CY
16677 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16678 statement.
16679
0b7f397c
DN
166802009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16681
16682 * progmodes/ld-script.el (auto-mode-alist):
16683 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16684
16685 * cus-face.el (custom-declare-face): Purecopy face spec.
16686
495bd5ca
KH
166872009-11-06 Kenichi Handa <handa@m17n.org>
16688
16689 * international/uni-bidi.el: Re-generated.
16690 * international/uni-category.el: Re-generated.
16691 * international/uni-combining.el: Re-generated.
16692 * international/uni-mirrored.el: Re-generated.
16693
1e8780b1
DN
166942009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16695
16696 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16697 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16698 (tex-start-options, slitex-run-command, latex-run-command)
16699 (tex-run-command, tex-directory):
16700 * textmodes/ispell.el (ispell-html-skip-alists)
16701 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16702 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16703 (adaptive-fill-regexp):
16704 * textmodes/dns-mode.el (auto-mode-alist):
16705 * progmodes/python.el (interpreter-mode-alist):
16706 * progmodes/etags.el (tags-compression-info-list):
16707 * progmodes/etags.el (tags-file-name):
16708 * net/browse-url.el (browse-url-galeon-program)
16709 (browse-url-firefox-program):
16710 * mail/sendmail.el (mail-signature-file)
16711 (mail-citation-prefix-regexp):
16712 * international/mule-conf.el (eight-bit):
16713 * international/latexenc.el (latex-inputenc-coding-alist):
16714 * international/fontset.el (x-pixel-size-width-font-regexp):
16715 * emacs-lisp/warnings.el (warning-type-format):
16716 * emacs-lisp/trace.el (trace-buffer):
16717 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16718 (emacs-lisp-mode-map):
16719 * calendar/holidays.el (holiday-solar-holidays)
16720 (holiday-bahai-holidays, holiday-islamic-holidays)
16721 (holiday-christian-holidays, holiday-hebrew-holidays)
16722 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16723 (hebrew-holidays-1, holiday-oriental-holidays)
16724 (holiday-general-holidays):
16725 * x-dnd.el (x-dnd-known-types):
16726 * tool-bar.el (tool-bar):
16727 * startup.el (site-run-file):
16728 * shell.el (shell-dumb-shell-regexp):
16729 * rfn-eshadow.el (file-name-shadow-tty-properties)
16730 (file-name-shadow-properties):
16731 * paths.el (remote-shell-program, news-directory):
16732 * mouse.el ([C-down-mouse-3]):
16733 * menu-bar.el (menu-bar-tools-menu):
16734 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16735 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16736 (jka-compr-compression-info-list):
16737 * isearch.el (search-whitespace-regexp):
16738 * image-file.el (image-file-name-extensions):
16739 * find-dired.el (find-ls-option):
16740 * files.el (directory-listing-before-filename-regexp)
16741 (directory-free-space-args, insert-directory-program)
16742 (list-directory-brief-switches, magic-fallback-mode-alist)
16743 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16744 (automount-dir-prefix):
16745 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16746 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16747 (face-font-registry-alternatives, face-font-registry-alternatives)
16748 (face-font-family-alternatives):
16749 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16750 (facemenu-foreground-menu, facemenu-face-menu):
16751 * epa-hook.el (epa-file-name-regexp):
16752 * dnd.el (dnd-protocol-alist):
16753 * textmodes/rst.el (auto-mode-alist):
a51203ee 16754 * button.el (default-button): Purecopy strings.
1e8780b1 16755
0adae11f
GM
167562009-11-06 Glenn Morris <rgm@gnu.org>
16757
16758 * Makefile.in (ELCFILES): Update.
16759
2adaf057
SM
167602009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
16761
8f72f03c
SM
16762 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
16763 * emacs-lisp/levents.el: Move to obsolete/levents.el.
16764
2adaf057
SM
16765 * nxml/xsd-regexp.el (xsdre-gen-categories):
16766 * nxml/xmltok.el (xmltok-parse-entity):
16767 * nxml/rng-parse.el (rng-parse-validate-file):
16768 * nxml/rng-maint.el (rng-format-manual)
16769 (rng-manual-output-force-new-line):
16770 * nxml/rng-loc.el (rng-save-schema-location-1):
16771 * nxml/rng-cmpct.el (rng-c-parse-file):
16772 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
16773 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
16774
14862301
SM
167752009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
16776
bf0b361c 16777 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
16778 Remove extra save-excursions and make-variable-buffer-local's.
16779 Suggested by Stefan Monnier.
16780
16781 (verilog-getopt-file, verilog-module-inside-filename-p)
16782 (verilog-set-define): Merge GNU 1.35 and repair changes from
16783 switching to using with-current-buffer.
16784
16785 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
16786 being treated as a number and confusing AUTORESET.
16787 Reported by Dan Dever.
16788
16789 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
16790 Add verilog-auto-ignore-concat to fix backward compatibility with
16791 older verilog-modes. Reported by Dan Katz.
16792
16793 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
16794 containing closing anchors "...$".
16795
16796 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
16797 Reported by Wade Smith.
16798
48c2d18a 16799 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
16800
168012009-11-05 Michael McNamara <mac@mail.brushroad.com>
16802
bf0b361c
JB
16803 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
16804 for labels.
14862301
SM
16805
16806 (verilog-label-re, verilog-calc-1): Support proper indent of named
16807 asserts.
16808
16809 (verilog-backward-token, verilog-basic-complete-re)
16810 (verilog-beg-of-statement, verilog-indent-re): Support proper
16811 indent of the assert statement at the beginning of a block of text.
16812
16813 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
16814 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
16815 tokens as begins.
16816
4f8f657f
GM
168172009-11-05 Glenn Morris <rgm@gnu.org>
16818
775adc51
GM
16819 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
16820 Emacs 19. (Bug#1531)
16821 (byte-compile-fix-header): Update for the above change.
16822 Drop test for epoch::version.
16823
4ad6a5e7 16824 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
16825 * cus-dep.el (custom-make-dependencies):
16826 * finder.el (finder-compile-keywords):
16827 Use autoload-rubric's feature argument.
4ad6a5e7 16828
4f8f657f
GM
16829 * calendar/diary-lib.el (top-level): Make load behave more like require.
16830
881e4184
GM
16831 * vc-git.el (vc-git-stash-map): Move definition before use.
16832
ba214964 168332009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 16834
b6f8ba09
DN
16835 * custom.el (custom-declare-group): Purecopy standard-value.
16836 (custom-declare-group): Purecopy custom-prefix.
16837
7fdbcd83
SM
16838 * international/mule.el (load-with-code-conversion):
16839 Call do-after-load-evaluation unconditionally.
eb6f577b 16840
f6195dfb
DN
16841 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
16842
56f14120
SM
168432009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16844
16845 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
16846
e5c89ce9
GM
168472009-11-04 Glenn Morris <rgm@gnu.org>
16848
16849 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
16850 (byte-compile-compatibility): Remove option.
16851 (byte-compile-close-variables, byte-compile-fix-header)
16852 (byte-compile-insert-header, byte-compile-output-docform)
16853 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
16854 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
16855 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
16856 (byte-compile-insert, byte-compile-defun):
16857 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
16858 (byte-defop-compiler19): Remove.
16859 Without byte-compile-compatibility, the 'emacs19-opcode property is not
16860 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 16861
e24f42ab
JL
168622009-11-04 Juri Linkov <juri@jurta.org>
16863
16864 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
16865 (menu-bar-options-menu): Don't quote the `prop' arg of
16866 `menu-bar-make-mm-toggle'.
16867
d3d5f4f5
JB
168682009-11-04 Juanma Barranquero <lekktu@gmail.com>
16869
16870 * calendar/calendar.el (cal-loaddefs):
16871 * calendar/diary-lib.el (diary-loaddefs):
16872 * calendar/holidays.el (hol-loaddefs):
16873 * eshell/esh-module.el (esh-groups): Load rather than require.
16874
6e39d3b2
SM
168752009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16876
e96d62cd
SM
16877 * calendar/todo-mode.el (todo-add-category): Don't hardcode
16878 point-min==1.
7e83e8b4
SM
16879 (todo-top-priorities): Only display-buffer when called interactively.
16880 (todo-item-start): Don't save excursion point.
16881 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
16882 (todo-insert-item-here, todo-file-item, todo-remove-item):
16883 Adjust uses of todo-item-start and todo-item-end.
16884
fae4e5b9
SM
16885 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
16886 (autoload-rubric): Don't use any more.
fae4e5b9 16887
6e39d3b2
SM
16888 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
16889 and only put a prop if it is non-nil.
16890
c9753fb4
JL
168912009-11-03 Juri Linkov <juri@jurta.org>
16892
16893 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
16894 (menu-bar-options-menu): Fix list quoting (Bug#4429).
16895
16896 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
16897 and "Menu" to make top-level menu item visually one unit (like
16898 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
16899 multi-word menu items). Fix :help string for quit-window.
16900
db04f33f
GM
169012009-11-03 Glenn Morris <rgm@gnu.org>
16902
2aea6521
GM
16903 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
16904 (byte-compile-file-form-define-abbrev-table)
16905 (byte-compile-file-form-custom-declare-variable)
16906 (byte-compile-variable-ref, byte-compile-defvar):
16907 Whether or not a warning is enabled should only affect whether we issue
16908 the warning, not whether or not we collect the relevant data.
16909 Eg warnings can be turned on and off throughout the course of a file.
16910
db04f33f
GM
16911 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
16912 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
16913
937e6a56
SM
169142009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16915
16916 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
16917 * play/mpuz.el (mpuz-create-buffer):
16918 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
16919 (lm-print-y,s,noise, lm-print-w0, lm-init):
16920 * play/gomoku.el (gomoku-prompt-for-move):
16921 * play/fortune.el (fortune-in-buffer):
16922 * play/dissociate.el (dissociated-press):
16923 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 16924 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
16925 * mail/supercite.el (sc-eref-show):
16926 * mail/smtpmail.el (smtpmail-send-it):
16927 * mail/rmailsum.el (rmail-summary-next-labeled-message)
16928 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
16929 (rmail-summary-undelete-many, rmail-summary-rmail-update)
16930 (rmail-summary-goto-msg, rmail-summary-expunge)
16931 (rmail-summary-get-new-mail, rmail-summary-search-backward)
16932 (rmail-summary-add-label, rmail-summary-output-menu)
16933 (rmail-summary-output-body):
16934 * mail/rfc822.el (rfc822-addresses):
16935 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
16936 * mail/mailpost.el (post-mail-send-it):
16937 * mail/hashcash.el (hashcash-generate-payment):
16938 * mail/feedmail.el (feedmail-run-the-queue)
16939 (feedmail-queue-send-edit-prompt-help-first)
16940 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
16941 (feedmail-deduce-address-list):
16942 * eshell/esh-ext.el (eshell-remote-command):
16943 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
16944 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
16945 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
16946 (viper-save-string-in-file, viper-valid-marker):
16947 * emulation/viper-keym.el (viper-toggle-key):
16948 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
16949 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
16950 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
16951 * emulation/viper-cmd.el (viper-exec-form-in-vi)
16952 (viper-exec-form-in-emacs, viper-brac-function):
16953 * emulation/viper.el (viper-delocalize-var):
16954 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
16955 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
16956 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
16957 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
16958 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
16959 * emulation/edt.el (edt-electric-helpify):
16960 * emulation/cua-rect.el (cua--rectangle-aux-replace):
16961 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
16962 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
16963 (cua-indent-to-global-mark-column):
16964 * calendar/diary-lib.el (calendar-mark-1):
16965 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
16966 Use with-current-buffer.
16967 * emulation/viper.el (viper-delocalize-var): Use dolist.
16968
5b955562
CY
169692009-11-03 Chong Yidong <cyd@stupidchicken.com>
16970
16971 * comint.el (comint-replace-by-expanded-history-before-point):
16972 Replace !! with the previous input string literally (Bug#1795).
16973
6292c599
JB
169742009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
16975
16976 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
16977 to be made up of whitespace.
16978
8368c14e
CY
169792009-11-02 Chong Yidong <cyd@stupidchicken.com>
16980
16981 * minibuffer.el (read-file-name): Don't use file dialogs for
16982 remote directories (Bug#99).
16983
6f750f0d
CY
169842009-11-01 Chong Yidong <cyd@stupidchicken.com>
16985
16986 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
16987
97ab3f47
AS
169882009-11-01 Andreas Schwab <schwab@linux-m68k.org>
16989
16990 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
16991 instead of deleting the window or frame.
16992
673c1168
CY
169932009-10-31 Chong Yidong <cyd@stupidchicken.com>
16994
16995 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
16996 Support face colors.
16997
937e6a56
SM
16998 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
16999 New function. Support face colors (Bug#1168).
673c1168
CY
17000 (tex-common-initialization): Use it.
17001
17002 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
17003 mode allows it (Bug#1168).
17004
c9349f0a
CY
170052009-10-31 Juri Linkov <juri@jurta.org>
17006
17007 * facemenu.el (list-colors-display): Don't mark buffer as
17008 modified (Bug#3948).
17009
ebf5c4f5
CY
170102009-10-31 Chong Yidong <cyd@stupidchicken.com>
17011
6a7662bb
BR
17012 * international/mule-diag.el (list-character-sets-1):
17013 Minor message fix (Bug#3526).
5c2dce75 17014
6a7662bb
BR
17015 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
17016 Fix face property (Bug#4834).
26581f0e
CY
17017 (etags-list-tags, etags-tags-apropos-additional)
17018 (etags-tags-apropos, tags-select-tags-table): Add follow-link
17019 property.
17020
ebf5c4f5
CY
17021 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
17022 items.
17023
9a529312
SM
170242009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
17025
17026 * textmodes/two-column.el (2C-split):
17027 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
17028 * textmodes/tex-mode.el (tex-set-buffer-directory):
17029 * textmodes/spell.el (spell-region, spell-string):
17030 * textmodes/reftex.el (reftex-erase-buffer):
17031 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
17032 * textmodes/reftex-toc.el (reftex-toc-promote-action):
17033 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
17034 (reftex-select-item):
17035 * textmodes/reftex-ref.el (reftex-label-info-update)
17036 (reftex-offer-label-menu):
17037 * textmodes/reftex-index.el (reftex-index-change-entry)
17038 (reftex-index-phrases-info):
17039 * textmodes/reftex-global.el (reftex-create-tags-file)
17040 (reftex-save-all-document-buffers, reftex-ensure-write-access):
17041 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
17042 (reftex-view-crossref-from-bibtex):
17043 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
17044 (reftex-extract-bib-entries-from-thebibliography)
17045 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
17046 * textmodes/refbib.el (r2b-capitalize-title):
17047 (r2b-convert-buffer, r2b-help):
17048 * textmodes/page-ext.el (pages-directory)
17049 (pages-directory-goto-with-mouse):
17050 * textmodes/bibtex.el (bibtex-validate-globally):
17051 * textmodes/bib-mode.el (bib-capitalize-title):
17052 * textmodes/artist.el (artist-clear-buffer, artist-system):
17053 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
17054 (local-set-scheme-interaction-buffer, xscheme-process-filter)
17055 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
17056 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
17057 (xscheme-send-control-g-interrupt, xscheme-start-process)
17058 (xscheme-process-sentinel, xscheme-cd):
17059 * progmodes/verilog-mode.el (verilog-read-always-signals)
17060 (verilog-set-define, verilog-getopt-file)
17061 (verilog-module-inside-filename-p):
17062 * progmodes/sh-script.el:
17063 * progmodes/python.el (python-pdbtrack-get-source-buffer)
17064 (python-pdbtrack-grub-for-buffer, python-execute-file):
17065 * progmodes/octave-inf.el (inferior-octave):
17066 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
17067 (idlwave-shell-compile-helper-routines, idlwave-set-local)
17068 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
17069 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
17070 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
17071 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
17072 (idlwave-shell-filter, idlwave-shell-examine-highlight)
17073 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
17074 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
17075 (idlwave-shell-examine-display, idlwave-shell-run-region)
17076 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
17077 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
17078 * progmodes/idlw-help.el (idlwave-help-get-special-help)
17079 (idlwave-help-get-help-buffer):
17080 * progmodes/gud.el (gud-basic-call, gud-find-class)
17081 (gud-tooltip-activate-mouse-motions-if-enabled):
17082 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
17083 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
17084 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
17085 (ebrowse-tags-next-file):
17086 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
17087 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
17088 (ebnf-eps-finish-and-write):
17089 * progmodes/cpp.el (cpp-edit-save):
17090 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
17091 * progmodes/cc-defs.el (c-emacs-features):
17092 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
17093 (antlr-directory-dependencies):
17094 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
17095 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
17096 (ada-find-any-references, ada-make-filename-from-adaname)
17097 (ada-make-body-gnatstub):
17098 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 17099 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
17100 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
17101 * net/rcirc.el (rcirc-debug):
17102 * net/newst-treeview.el (newsticker--treeview-list-add-item)
17103 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
17104 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
17105 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 17106 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
17107 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
17108 (newsticker--treeview-list-clear-highlight)
17109 (newsticker--treeview-list-update-highlight)
17110 (newsticker--treeview-list-highlight-start)
17111 (newsticker--treeview-tree-update-highlight)
17112 (newsticker--treeview-get-selected-item)
17113 (newsticker-treeview-mark-list-items-old)
17114 (newsticker--treeview-set-current-node):
17115 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
17116 * net/newst-backend.el (newsticker--get-news-by-funcall)
17117 (newsticker--get-news-by-wget, newsticker--image-get)
17118 (newsticker--image-sentinel):
17119 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
17120 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
17121 (eudc-ph-close-session):
17122 * net/eudc.el (eudc-save-options):
17123 * language/thai-word.el (thai-update-word-table):
17124 * language/japan-util.el (japanese-string-conversion):
17125 * international/titdic-cnv.el (tsang-quick-converter)
17126 (ziranma-converter, ctlau-converter):
17127 * international/mule-cmds.el (describe-language-environment):
17128 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
17129 (skkdic-convert-postfix, skkdic-convert-prefix):
17130 (skkdic-convert-okuri-nasi, skkdic-convert):
17131 * emacs-lisp/re-builder.el (reb-update-overlays):
17132 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
17133 * emacs-lisp/gulp.el (gulp-send-requests):
17134 * emacs-lisp/find-gc.el (trace-call-tree):
17135 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
17136 (eieio-describe-generic):
17137 * emacs-lisp/eieio-base.el (eieio-persistent-read):
17138 * emacs-lisp/edebug.el (edebug-outside-excursion):
17139 * emacs-lisp/debug.el (debugger-make-xrefs):
17140 * emacs-lisp/cust-print.el (custom-prin1-to-string):
17141 * emacs-lisp/chart.el (chart-new-buffer):
17142 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
17143 Use with-current-buffer.
17144 * textmodes/artist.el (artist-system): Don't call
17145 copy-sequence on a fresh string.
17146 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
17147
d566f228
GM
171482009-10-31 Stephen Berman <stephen.berman@gmx.net>
17149
17150 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 17151 is no item to edit. (Bug#4820)
d566f228 17152 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 17153 buffer. (Bug#4820)
d566f228 17154
f3628edd
GM
171552009-10-31 Glenn Morris <rgm@gnu.org>
17156
5cf3709c
GM
17157 * net/ange-ftp.el (top-level): Don't require dired when compiling.
17158 (comint-last-output-start, comint-last-input-start)
17159 (comint-last-input-end): Don't defvar when compiling.
17160 (ange-ftp-process-file): Use bound-and-true-p.
17161
4c814fd2
GM
17162 * pcmpl-rpm.el (top-level): Move provide statement to end.
17163 (pcmpl-rpm): Remove unused custom group.
17164
113b8dcc
GM
17165 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
17166
31c615e4
GM
17167 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
17168
416d3588
GM
17169 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17170 (byte-compile-warnings): Add `constants' as an option.
17171 (byte-compile-callargs-warn, byte-compile-arglist-warn)
17172 (display-call-tree): Update for byte-compile-fdefinition possibly
17173 returning `(macro lambda ...)'. (Bug#4778)
17174 (byte-compile-variable-ref, byte-compile-setq-default):
17175 Respect `constants' member of byte-compile-warnings.
17176
00f71f39
SM
171772009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17178
17179 * vc-bzr.el (vc-bzr-revision-keywords): New var.
17180 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
17181 to "submit:".
17182
ca0a881a
DN
171832009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
17184
17185 * textmodes/ispell.el (ispell-skip-region-alist):
17186 * international/mule-conf.el (eight-bit):
17187 * international/fontset.el (font-encoding-alist):
17188 * startup.el (pure-space-overflow-message):
17189 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
17190 * paths.el (gnus-nntp-service, rmail-spool-directory)
17191 (term-file-prefix):
17192 * files.el (save-some-buffers-action-alist):
17193 * cmuscheme.el (same-window-buffer-names):
17194 * ielm.el (same-window-buffer-names):
17195 * shell.el (same-window-buffer-names):
17196 * mail/sendmail.el (same-window-buffer-names):
17197 * progmodes/inf-lisp.el (same-window-buffer-names):
17198 * bindings.el (mode-line-client)
17199 (mode-line-column-line-number-mode-map):
17200 * language/tibetan.el (tibetan-precomposition-rule-regexp)
17201 (tibetan-precomposed-regexp): Purecopy string arguments.
17202
b861e45e
SM
172032009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17204
6df9b6d7
SM
17205 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
17206 (calcDigit-nondigit):
17207 * calc/calc-yank.el (calc-copy-to-buffer):
17208 * calc/calc-units.el (calc-invalidate-units-table):
17209 * calc/calc-trail.el (calc-trail-yank):
17210 * calc/calc-store.el (calc-insert-variables):
17211 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
17212 * calc/calc-prog.el (calc-read-parse-table):
17213 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
17214 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
17215 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
17216 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
17217 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
17218 (calc-graph-name, calc-graph-find-command, calc-graph-view)
17219 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
17220 * calc/calc-ext.el (calc-realign):
17221 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
17222 (calc-embedded-finish-edit, calc-embedded-make-info)
17223 (calc-embedded-finish-command, calc-embedded-stack-change):
17224 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
17225
70f44c65
SM
17226 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
17227 shell-dynamic-complete-filename in preference to
17228 comint-dynamic-complete-filename.
17229
b861e45e
SM
17230 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17231 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17232 Don't consider whether the display supports colors.
17233 (bookmark-import-new-list): Use dolist.
17234 (bookmark-bmenu-mode-map): Move initialization into declaration.
17235 (bookmark-bmenu-list): Use dolist, simplify.
17236 (bookmark-show-all-annotations): Use save-selected-window and dolist.
17237 (menu-bar-final-items): Use push.
17238
8549241d 172392009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
17240
17241 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17242 it works on remote files.
17243 (vc-hg-diff): Don't pass any `--cwd' argument.
17244
30644573
KR
172452009-10-27 Kevin Ryde <user42@zip.com.au>
17246
cc63d28f
SM
17247 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17248 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
17249 (Further to Bug#3921).
17250
9be01a63
MA
172512009-10-27 Michael Albinus <michael.albinus@gmx.de>
17252
17253 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17254 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17255 calling `tramp-imap-put-file'. Add file size to the call.
17256 (tramp-imap-get-file-entries): Compute also user name, file size,
17257 and date.
17258 (tramp-imap-handle-insert-directory): Insert uid and gid.
17259 (tramp-imap-handle-file-attributes): Transform uid and gid
17260 according to `id-format'.
17261 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17262 size in header X-Size.
17263
41849bf9
JB
172642009-10-26 Juanma Barranquero <lekktu@gmail.com>
17265
17266 * simple.el (transpose-subr): Give clearer error when the mark
17267 is not set. (Bug#4807)
17268
293c24f9
MA
172692009-10-26 Michael Albinus <michael.albinus@gmx.de>
17270
cc63d28f
SM
17271 * net/tramp.el (tramp-perl-file-truename): New defconst.
17272 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 17273 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
17274 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17275 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 17276
cc63d28f
SM
17277 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17278 Ignore `dired-call-process'.
293c24f9
MA
17279 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17280
172812009-10-26 Julian Scheid <julians37@gmail.com>
17282
cc63d28f 17283 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
17284 (tramp-get-remote-readlink): New defun.
17285 (tramp-handle-file-truename): Use it.
17286 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17287 file exists if cache value present.
48c2d18a 17288 (tramp-check-cached-permissions): New defun.
293c24f9
MA
17289 (tramp-handle-file-readable-p): Use it.
17290 (tramp-handle-file-writable-p): Likewise.
17291 (tramp-handle-file-executable-p): Likewise.
17292 (tramp-handle-file-name-all-completions): Try using Perl to get
17293 partial completions. When perl not available, combine `cd' and
17294 `ls' into single remote operation and use shell expansion to get
17295 partial remote directory contents. Set `file-exists-p' cache for
17296 directory and any files returned by ls. Change cache handling to
17297 support partial directory contents. Use error message emitted by
17298 remote `cd' or Perl code for local tramp-error.
17299 (tramp-do-copy-or-rename-file-directly): Avoid separate
17300 tramp-send-command-and-check call.
cc63d28f
SM
17301 (tramp-handle-process-file): Merge three remote ops into one.
17302 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
17303 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17304 file-attributes shows uid/gid to be set already.
17305
a7610c52
DN
173062009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17307
17308 * textmodes/tex-mode.el (tex-dvi-view-command)
17309 (tex-show-queue-command, tex-open-quote):
17310 * progmodes/ruby-mode.el (auto-mode-alist)
17311 (interpreter-mode-alist): Purecopy strings.
17312
17313 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17314
17315 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17316 string for the hook, keymap and abbrev table.
17317
17318 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17319
17320 * x-dnd.el (x-dnd-xdnd-to-action):
17321 * startup.el (fancy-startup-text, fancy-about-text): Change to
17322 defconst from defvar.
17323
17324 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17325
17326 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17327 Purecopy initialization strings.
17328
17329 * mail/sendmail.el (mail-header-separator)
17330 (mail-personal-alias-file):
17331 * mail/rmail.el (rmail-default-dont-reply-to-names)
17332 (rmail-ignored-headers, rmail-retry-ignored-headers)
17333 (rmail-highlighted-headers, rmail-secondary-file-directory)
17334 (rmail-secondary-file-regexp):
17335 * files.el (null-device, file-name-invalid-regexp)
17336 (locate-dominating-stop-dir-regexp)
cc63d28f 17337 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
17338 (interpreter-mode-alist): Use mapcar instead of mapc.
17339
17340 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17341
17342 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17343 (completion-ignored-extensions):
17344 (debug-ignored-errors): Purecopy strings.
17345
4fcc3d32
SM
173462009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17347
0667de21
SM
17348 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17349 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17350 (pcomplete--here): Use push.
17351
4fcc3d32
SM
17352 * subr.el (all-completions): Declare the 4th arg obsolete.
17353
955ef430
SM
173542009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17355
2d085307
SM
17356 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17357 (pcomplete-unquote-argument): New function.
17358 (pcomplete--common-suffix): Always pay attention to case.
17359 (pcomplete--table-subvert): Quote and unquote the text.
17360 (pcomplete--common-quoted-suffix): New function.
17361 (pcomplete-std-complete): Use it and pcomplete-begin.
17362
955ef430
SM
17363 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17364 we're inside a dedicated or minibuffer window.
17365
7c85c02b
KF
173662009-10-24 Karl Fogel <kfogel@red-bean.com>
17367
17368 * bookmark.el: Update documentation, especially documentation
17369 of `bookmark-alist' and of the bookmark file format.
17370 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17371
3e8ae8a6
CY
173722009-10-24 Chong Yidong <cyd@stupidchicken.com>
17373
3e425845
CY
17374 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17375 keybindings apply to the mail buffer (Bug#4003). Shrink help
17376 window to buffer.
17377
cdd47d48
CY
17378 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17379 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
17380 (whitespace-toggle-options, global-whitespace-toggle-options):
17381 Doc fix (Bug#3660).
cdd47d48 17382
ba07c9ad
CY
17383 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17384 of xmltok-start before the end tag was inserted (Bug#2840).
17385
3e8ae8a6
CY
17386 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17387 patterns that are preceded by an open-paren (Bug#1320).
17388
ab276820
CY
173892009-10-24 Sven Joachim <svenjoac@gmx.de>
17390
17391 * files.el (delete-directory): Delete symlinks to directories with
17392 delete-file (Bug#4739).
17393
905a9ed3
DN
173942009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17395
a9a2a6db
DN
17396 * vc.el (vc-backend-for-registration): Rename from
17397 vc-get-backend-for-registration. Update callers.
17398
cc63d28f
SM
17399 * international/mule-cmds.el (set-language-info-alist):
17400 Purecopy lang-env.
905a9ed3
DN
17401 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17402 (charset): Purecopy the name.
17403 (define-char-code-property): Purecopy string arguments.
17404
17405 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17406 Purecopy string arguments.
17407
17408 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17409 * ediff-hook.el (menu-bar-ediff-menu):
17410 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17411 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17412
d270305a
GM
174132009-10-24 Glenn Morris <rgm@gnu.org>
17414
6c74d523 17415 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
17416 * term.el (term-dynamic-list-completions): Use choose-completion rather
17417 than obsolete alias mouse-choose-completion.
17418
ae732337
GM
17419 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17420 file-cache-choose-completion.
17421 (file-cache-choose-completion): Handle an optional event argument.
17422 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17423
cc63d28f
SM
17424 * progmodes/octave-mod.el (octave-complete-symbol):
17425 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 17426
9847dc91
GM
17427 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17428 use.
17429
e8f2a5d5
GM
17430 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17431 compiler.
17432
d270305a
GM
17433 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17434
c6432f1e
SM
174352009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17436
17437 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17438 Ignore `pred' now that we receive one.
17439 Handle test-completion specially.
17440
6ab196f9
DN
174412009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17442
17443 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 17444 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
17445 REGISTER ...
17446 (vc-get-backend-for-registration): ... here. New function.
17447 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17448 of vc-responsible-backend, pass the file name instead of the
17449 directory name.
17450
48feed59
SM
174512009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17452
17453 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17454 New funs.
17455 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17456 (pcomplete-comint-setup): Don't modify a global var via
17457 accidental side-effects.
17458 (pcomplete-shell-setup): Adjust call accordingly.
17459 (pcomplete-parse-comint-arguments): Use push.
17460
00006066
CY
174612009-10-23 Chong Yidong <cyd@stupidchicken.com>
17462
36bfa3af
CY
17463 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17464 Allow uncapitalized info node names (Bug#3921).
17465
00006066
CY
17466 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17467 to the DEBUG file (Bug#3781).
17468
aa311d6e
CY
174692009-10-23 Jari Aalto <jari.aalto@cante.net>
17470
17471 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17472 dictionary entry (Bug#4579).
17473
b88f2d0a
MA
174742009-10-23 Michael Albinus <michael.albinus@gmx.de>
17475
17476 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17477 from `rfn-eshadow-update-overlay-hook' when unloading.
17478 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17479 "rsyncc". Adjust doc string.
48c2d18a 17480 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
17481 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17482 Keep temporary file when indicated by method ("rsync" and
17483 "rsyncc").
17484 (tramp-handle-write-region): Handle APPEND.
17485 (tramp-delete-temp-file-function): New defun. Added to
17486 `kill-buffer-hook'.
17487
1becddbb
JB
174882009-10-23 Juanma Barranquero <lekktu@gmail.com>
17489
17490 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17491
8f43cbf3
DN
174922009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17493
17494 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17495 (color-name-rgb-alist, tty-standard-colors)
17496 (tty-color-mode-alist): Change to defconst.
17497
17498 * simple.el (mark-inactive): Purecopy message.
17499
17500 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17501 (global-map, yank-menu):
17502 * textmodes/ispell.el (ispell-menu-map):
17503 * net/eudc.el (eudc-tools-menu):
17504 * international/mule-cmds.el (describe-language-environment-map)
17505 (setup-language-environment-map, set-coding-system-map)
17506 (mule-menu-keymap):
17507 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17508 * replace.el (occur-mode-map):
17509 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17510
1d228a31
JB
175112009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17512
6a7662bb
BR
17513 * calc/calc.el (math-read-number, math-read-number-simple):
17514 Use `save-match-data'.
1d228a31 17515
3b067af1
SM
175162009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17517
28a90c44
SM
17518 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17519 rather than fiddling with global-map bindings, since it should only
17520 affect per-terminal settings.
17521 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17522
a452eee8
SM
17523 * minibuffer.el (completion-table-with-terminator): Allow to specify
17524 the terminator-regexp.
17525
ab14d7d5
SM
17526 * simple.el (switch-to-completions): Look for *Completions* in other
17527 frames as well.
17528
3b067af1
SM
17529 * pcomplete.el: Allow the use of completion-tables.
17530 (pcomplete-std-complete): New command.
17531 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17532 (pcomplete--here): Use a function for `form' rather than an expression,
17533 so it can be byte-compiled.
17534 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17535 Add edebug declaration.
17536 (pcomplete-show-completions): Remove unused var `curbuf'.
17537 (pcomplete-do-complete, pcomplete-stub):
1becddbb 17538 Don't assume `completions' is a list of strings any more.
3b067af1 17539
5480359e
JB
175402009-10-22 Juanma Barranquero <lekktu@gmail.com>
17541
17542 * find-dired.el (find-name-arg): Fix typo in docstring.
17543
3170b794
SM
175442009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17545
48c23a25
SM
17546 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17547 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17548
56b14058
SM
17549 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17550 pcomplete-entries.
17551
3170b794
SM
17552 * comint.el (comint-read-input-ring, comint-write-input-ring)
17553 (comint-substitute-in-file-name)
17554 (comint-dynamic-complete-as-filename)
17555 (comint-dynamic-simple-complete)
17556 (comint-dynamic-list-filename-completions)
17557 (comint-dynamic-list-completions)
17558 (comint-redirect-results-list-from-process): Minor simplifications.
17559
2affef34
KR
175602009-10-21 Kevin Ryde <user42@zip.com.au>
17561
3170b794
SM
17562 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17563 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 17564 the first form. And insert a blank line after ";;; Code" since
d8194864 17565 that's usual style. (Bug#4612)
2affef34 17566
e7b94bbb
KR
17567 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17568
528c56e2
SM
175692009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17570
17571 * minibuffer.el (completion-table-with-terminator): Properly implement
17572 boundaries, in case `terminator' appears in the suffix.
17573 (completion--embedded-envvar-table): Don't return boundaries if
17574 there's no valid completion. Simplify.
17575 (completion-file-name-table): New completion table extracted from
17576 completion--file-name-table.
17577 (completion--file-name-table): Use it.
17578 (read-file-name-predicate): Declare obsolete.
17579 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17580 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17581 completion-file-name-table, and use the `pred' argument.
17582 * files.el (locate-file-completion-table): Use the `pred' arg rather
17583 than read-file-name-predicate.
17584 (abbreviate-file-name): Use \` rather than ^ for BOS.
17585
f9ed9b4f
DN
175862009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17587
17588 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17589 vc-responsible-backend to register, it causes problems.
17590
5f2022a3
SM
175912009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17592
17593 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17594
fc754ea1
MA
175952009-10-21 Michael Albinus <michael.albinus@gmx.de>
17596
17597 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17598 (tramp-smb-handle-file-attributes): Use it.
17599 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17600 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
17601 `mapcar'. Use `tramp-smb-get-stat-capability'.
17602 Add `dired-filename' text properties.
fc754ea1
MA
17603 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17604 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17605 version.
17606
79bd5ba1
SM
176072009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17608
17609 * subr.el (read-key-delay): Reduce to 0.01.
17610 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17611 (bug#4751).
17612
3c13704d
SM
176132009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17614
554efd10
SM
17615 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17616
c2a37b78
SM
17617 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17618 (Info-menu): Remove unused vars `last' and `completions'.
17619 (Info-index-nodes): Remove unused var `node'.
17620
3c13704d
SM
17621 * info.el (Info-complete-menu-item): Use complete-with-action.
17622
d1e4c403
DN
176232009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17624
17625 Make vc-annotate work through copies and renames.
3c13704d
SM
17626 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17627 Return the file name too.
d1e4c403
DN
17628 (vc-annotate-revision-at-line)
17629 (vc-annotate-find-revision-at-line)
17630 (vc-annotate-revision-previous-to-line)
17631 (vc-annotate-show-log-revision-at-line): Update to get the file
17632 name from vc-annotate-extract-revision-at-line.
17633 (vc-annotate-show-diff-revision-at-line-internal): Change the
17634 argument to mean whether to show a file diff or not. Get the file
17635 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
17636 (vc-annotate-show-diff-revision-at-line):
17637 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
17638 (vc-annotate-warp-revision): Add an optional file argument.
17639
17640 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17641 (vc-git-annotate-extract-revision-at-line): Also return the file
17642 name if found.
17643
17644 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17645 command. Remove unused code.
17646 (vc-hg-annotate-re): Update to match --follow output.
17647 (vc-hg-annotate-extract-revision-at-line): Also return the file
17648 name if found.
17649
17650 * vc.el: Update annotate-extract-revision-at-line documentation.
17651
b0b0ef98
KR
176522009-10-18 Kevin Ryde <user42@zip.com.au>
17653
17654 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17655 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17656
a9e7f03d
KR
17657 * net/browse-url.el (browse-url): Identify alist with "consp and
17658 not functionp" and let all other things go down the `apply' leg,
17659 as suggested by Stefan. (Further to bug#4531.)
17660
7346a407
CY
176612009-10-18 Chong Yidong <cyd@stupidchicken.com>
17662
17663 * minibuffer.el (read-file-name): Check for repeat before putting
17664 a default argument in file-name-history (Bug#4657).
17665
17666 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17667 read syntax (Bug#4737).
17668
3c13704d 17669 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 17670
1da94541
CY
176712009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17672
17673 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17674 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17675 entries and make note of obsolete tags.
17676
2b93080a
SM
176772009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17678
17679 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17680
18b5ffb5
GM
176812009-10-18 Glenn Morris <rgm@gnu.org>
17682
17683 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17684 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 17685 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
17686 now, and in any case the file header format has changed.
17687
c2e161b2
GM
176882009-10-17 Glenn Morris <rgm@gnu.org>
17689
17690 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17691 (flyspell-get-word, flyspell-large-region)
17692 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17693
a1eb44f5
CY
176942009-10-17 Chong Yidong <cyd@stupidchicken.com>
17695
17696 * Makefile.in (ELCFILES): Add ede/shell.
17697
4418646e
DN
176982009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17699
17700 * term/common-win.el (x-colors): Purecopy it.
17701
4062011e
SM
177022009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17703
17704 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17705 permissive for when the buffer is empty.
17706 (tar-header-block-tokenize): Decode the username and groupname.
17707 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17708
b0b111c3
JB
177092009-10-17 Eric Ludlam <zappo@gnu.org>
17710
17711 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17712 contains multibyte characters, choose first applicable coding
17713 system automatically.
17714
2df48a87
SM
177152009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17716
17717 * international/mule-cmds.el (select-safe-coding-system): If the file
17718 has a coding cookie, use it regardless of any other setting (bug#4712).
17719
fd7dd48c
GM
177202009-10-17 Glenn Morris <rgm@gnu.org>
17721
3ee0b477 17722 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
17723 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17724
2550e4b1
GM
17725 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17726 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17727 (dired-keep-marker-symlink, dired-dwim-target)
17728 (dired-copy-preserve-time): Do not autoload these defcustoms.
17729
fd7dd48c
GM
17730 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17731 messages from messing up the file coding. (Bug#4623)
17732
f3e3a990
GM
177332009-10-17 Jari Aalto <jari.aalto@cante.net>
17734
17735 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17736 if no match is found for the current dictionary. (Bug#4578)
17737
17738 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17739 optional, since that is how it is documented, and this is often called
17740 with a nil argument. (Bug#4577)
17741 (flyspell-external-point-words, flyspell-auto-correct-word)
17742 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17743 (flyspell-word-search-backward): Remove nil argument in calls to
17744 flyspell-get-word, since it is not needed now.
17745
177462009-10-17 Ulrich Mueller <ulm@gentoo.org>
17747
1becddbb 17748 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 17749
b61374ab
GM
177502009-10-16 Glenn Morris <rgm@gnu.org>
17751
17752 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17753
412707c2
SM
177542009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
17755
17756 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
17757 (ange-ftp-file-size): New function.
17758 (ange-ftp-file-attributes): Use it.
17759
0c6f436e
MA
177602009-10-16 Michael Albinus <michael.albinus@gmx.de>
17761
17762 * net/tramp-smb.el (tramp-smb-version): New defvar.
17763 (tramp-smb-maybe-open-connection): Use it, in order to avoid
17764 repeated checks.
17765
850bfd04
GM
177662009-10-16 Glenn Morris <rgm@gnu.org>
17767
17768 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
17769 Maybe copy some custom properties from old to new name. (Bug#4706)
17770
f3ed9aca
JB
177712009-10-16 Juanma Barranquero <lekktu@gmail.com>
17772
17773 * subr.el (error, sit-for, start-process-shell-command)
17774 (start-file-process-shell-command): Set the calling convention
17775 after the function definition.
17776
fd6c5134
SM
177772009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17778
17779 * subr.el (error, sit-for, start-process-shell-command)
17780 (start-file-process-shell-command): Use the new
17781 set-advertised-calling-convention feature.
17782
73874eb7
KH
177832009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
17784
fd6c5134
SM
17785 * international/ucs-normalize.el (ucs-normalize-version):
17786 Change to 1.2.
17787 (check-range): Adjust for Unicode 5.2.
73874eb7 17788
03fb33cf
JL
177892009-10-15 Juri Linkov <juri@jurta.org>
17790
17791 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
17792 to the `menu-item' format.
17793
4260b402
MA
177942009-10-15 Michael Albinus <michael.albinus@gmx.de>
17795
17796 * net/tramp.el (tramp-replace-environment-variables): Do not fail
17797 if the environment variable does not exist.
17798
17799 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17800 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
17801 parameter.
17802 (tramp-smb-handle-add-name-to-file)
17803 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17804 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17805 (tramp-smb-handle-file-attributes)
17806 (tramp-smb-do-file-attributes-with-stat)
17807 (tramp-smb-handle-file-local-copy)
17808 (tramp-smb-handle-insert-directory)
17809 (tramp-smb-handle-make-directory)
17810 (tramp-smb-handle-make-directory-internal)
17811 (tramp-smb-handle-make-symbolic-link)
17812 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
17813 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
17814 (tramp-smb-maybe-open-connection): Apply the changed parameters.
17815 (tramp-smb-read-file-entry): Read Disk names in compressed format.
17816 Handle long file names.
17817 (tramp-smb-get-cifs-capabilities): Check, whether the connection
17818 process is running.
17819 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
17820 Read share names with "-g" option.
17821
d7a0fd6f
GM
178222009-10-15 Ryan Yeske <rcyeske@gmail.com>
17823
17824 * net/rcirc.el (rcirc-view-log-file): New command.
17825 (rcirc-track-minor-mode-map): Remove C-c ` binding.
17826 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
17827 specified.
17828
0b44494a
GM
178292009-10-15 Glenn Morris <rgm@gnu.org>
17830
af9fb32f
GM
17831 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
17832 from the second command-line argument.
17833 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
17834 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
17835 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
17836 w32-batch-update-autoloads.
17837 * emacs-lisp/autoload.el (autoload-make-program): New variable.
17838 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
17839
0b44494a
GM
17840 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
17841 the headers cannot be located. Simplify, subtracting superflous
17842 save-excursions.
17843
d5e63715
SM
178442009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17845
17846 Replace completion-base-size by completion-base-position to fix bugs
17847 such as (bug#4699).
17848 * simple.el (completion-base-position): New var.
17849 (completion-base-size): Mark as obsolete.
17850 (choose-completion): Make it work for mouse events as well.
17851 Pass the new base-position to choose-completion-string.
17852 (choose-completion-guess-base-position): New function, extracted from
17853 choose-completion-delete-max-match.
17854 (choose-completion-delete-max-match): Use it. Make obsolete.
17855 (choose-completion-string): Use the new base-position info.
17856 (completion-root-regexp): Delete.
17857 (completion-setup-function): Preserve completion-base-position.
17858 Eliminate obsolete base-size manipulation.
17859 * minibuffer.el (display-completion-list): Don't mess with base-size.
17860 (minibuffer-completion-help): Set completion-base-position instead.
17861 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
17862 choose-completion.
17863 * textmodes/bibtex.el (bibtex-complete):
17864 * emacs-lisp/crm.el (crm--choose-completion-string):
17865 Adjust to new calling convention.
17866 * complete.el (partial-completion-mode): Use minibufferp to avoid
17867 bumping into incompatible change to choose-completion-string-functions.
17868 * ido.el (ido-choose-completion-string): Make its calling convention
17869 more permissive.
17870 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
17871 base-size manipulation.
17872 (comint-dynamic-list-input-ring): Use dotimes and push.
17873 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
17874 fundamental-mode. Use `or'.
17875
92f8bfc7
JL
178762009-10-14 Juri Linkov <juri@jurta.org>
17877
17878 * misearch.el (multi-isearch-next-buffer-from-list)
17879 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
17880
e78e280d
SM
178812009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17882
384ca163
SM
17883 * Makefile.in (compile-onefile): Load `bytecomp' rather than
17884 `bytecomp.el'.
17885
681e0e7c
SM
17886 * minibuffer.el (completion-pcm--merge-completions): Make sure the
17887 string we return is all made up of text from the completions rather
17888 than part from the completions and part from the input (bug#4219).
17889
e78e280d
SM
17890 * ido.el (ido-everywhere): Use define-minor-mode.
17891
17892 * buff-menu.el (list-buffers, ctl-x-map):
17893 Mark the entry points with ;;;###autoload cookies.
17894
b4e813ca
DN
178952009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
17896
52964e54
DN
17897 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
17898 correctly in the detached head case.
17899 (vc-git-print-log): Remove unused binding.
17900
b4e813ca
DN
17901 * vc.el (vc-responsible-backend): When a directory is passed for
17902 for registration create a VC repository if no backend is
17903 responsible for the directory argument.
17904 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
17905
17906 * vc.el: Move comments about RCS and SCCS ...
17907 * vc-rcs.el:
17908 * vc-sccs.el: ... here, respectively.
17909
40ba9882
SM
179102009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17911
17912 * minibuffer.el (completion--file-name-table): Return nil if there's
17913 no file completion, even if substitute-in-file-name changed
17914 the string (bug#4708).
17915
04e0f59b
JL
179162009-10-13 Juri Linkov <juri@jurta.org>
17917
17918 * files-x.el (read-file-local-variable-value): Don't filter out
17919 minor modes from mode name completion (bug#4664).
17920
314c8e25
JB
179212009-10-13 Juanma Barranquero <lekktu@gmail.com>
17922
17923 * international/mule-cmds.el (ucs-names): Remove exclusion of
17924 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
17925
5c9b7d36
KH
179262009-10-13 Kenichi Handa <handa@m17n.org>
17927
17928 * international/uni-name.el: Regenerated.
17929
1e7a80f2
JB
179302009-10-13 Juanma Barranquero <lekktu@gmail.com>
17931
17932 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
17933 should be automatically buffer-local, but isn't.)
17934
cd29f88b
SS
179352009-10-12 Sam Steingold <sds@gnu.org>
17936
17937 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 17938 timestamps if the buffer has been visited before.
0cd16af4
SS
17939 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
17940 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 17941
37493a98
GM
179422009-10-12 Glenn Morris <rgm@gnu.org>
17943
17944 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
17945 Let-bind `size'.
17946
3b56b1e6
JB
179472009-10-12 Juanma Barranquero <lekktu@gmail.com>
17948
7422a4bb
JB
17949 * proced.el (proced-unload-function): New function.
17950
fa72d075
JB
17951 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
17952 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
17953 Doc fix.
17954
3b56b1e6
JB
17955 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
17956
4d9b4323
JL
179572009-10-11 Juri Linkov <juri@jurta.org>
17958
17959 * files-x.el (read-file-local-variable-value):
17960 Provide default value only for bound variables (bug#4664).
17961
f6f7e059
MA
179622009-10-11 Michael Albinus <michael.albinus@gmx.de>
17963
17964 * net/tramp.el (tramp-local-host-p): Function shall return nil for
17965 connection methods like smb.
17966
17967 * net/tramp-cache.el (tramp-flush-connection-property): The hash
17968 can be empty.
17969
17970 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17971 (tramp-smb-file-name-handler-alist): Add handlers for
17972 `add-name-to-file', `make-symbolic-link'.
17973 (tramp-smb-handle-add-name-to-file)
2992485f 17974 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
17975 (tramp-smb-handle-make-symbolic-link)
17976 (tramp-smb-get-cifs-capabilities): New defuns.
17977 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17978 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17979 (tramp-smb-handle-file-local-copy)
17980 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
17981 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
17982 The file name syntax depends on cifs capabilities.
17983 (tramp-smb-handle-file-attributes):
17984 Call `tramp-smb-do-file-attributes-with-stat' if possible.
17985 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
17986 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 17987
67868d26
CY
179882009-10-11 Chong Yidong <cyd@stupidchicken.com>
17989
17990 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
17991 (eieio-defclass): Apply deftype handler and setf-method properties
17992 directly.
17993 (eieio-add-new-slot): Avoid union function from cl library.
17994 (eieio--typep): New function.
17995 (eieio-perform-slot-validation): Use it.
17996
6d6a5b7e
KF
179972009-10-10 Karl Fogel <kfogel@red-bean.com>
17998
3b56b1e6 17999 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
18000 Update documentation to refer to the variables documented in r1.135.
18001 (Bug#4188)
18002
67b70de9
KF
180032009-10-10 Karl Fogel <kfogel@red-bean.com>
18004
18005 * bookmark.el (Info-suffix-list): Remove this unused variable.
18006 (bookmark-current-point): Remove this obsolete variable.
18007 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
18008 Adjust for removal of bookmark-current-point.
18009
18010 (bookmarks-already-loaded, bookmark-current-buffer)
18011 (bookmark-yank-point): Document. (Bug#4188)
18012
58ae51ae
GM
180132009-10-10 Glenn Morris <rgm@gnu.org>
18014
4619ff5e
GM
18015 * frame.el (frame-height): Doc fix.
18016
58ae51ae
GM
18017 * calendar/calendar.el (calendar-split-width-threshold): New option.
18018 (calendar-basic-setup): Use calendar-split-width-threshold.
18019
d364386c
JB
180202009-10-09 Juanma Barranquero <lekktu@gmail.com>
18021
18022 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
18023 Ideographic Supplement" range (U+1F200..U+1F2FF).
18024
33e97a28
KF
180252009-10-09 Karl Fogel <kfogel@red-bean.com>
18026
02d0f051 18027 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 18028 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
18029
180302009-10-09 Karl Fogel <kfogel@red-bean.com>
18031
d364386c 18032 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
18033 (bookmark-bmenu-execute-deletions): Don't save here, as
18034 bookmark-delete will now do so if necessary.
d364386c 18035 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
18036 (Bug#4348)
18037
9656d87b
GM
180382009-10-09 Glenn Morris <rgm@gnu.org>
18039
18040 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
18041
e6227f06
KF
180422009-10-09 Karl Fogel <kfogel@red-bean.com>
18043
18044 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
18045 (bookmark-jump-other-window): Just invoke bookmark-jump with new
18046 argument now, so the two function's behaviors will match. (Bug#3645)
18047
288f783b
MA
180482009-10-08 Michael Albinus <michael.albinus@gmx.de>
18049
18050 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 18051 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 18052 Apply `save-match-data'.
288f783b
MA
18053
18054 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
18055 case both directories are remote.
18056 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 18057 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 18058
872a1ea4
JB
180592009-10-07 Juanma Barranquero <lekktu@gmail.com>
18060
18061 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
18062
ab2baced
GM
180632009-10-07 Glenn Morris <rgm@gnu.org>
18064
e78e280d
SM
18065 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
18066 of concat.
ab2baced 18067
5c4634c1
SM
180682009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
18069
18070 * files-x.el (read-file-local-variable): Include some
18071 non-user-variables in the completion table (bug#4664).
18072
c2dc9732
MA
180732009-10-07 Michael Albinus <michael.albinus@gmx.de>
18074
18075 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
18076 message.
18077
18078 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18079 (tramp-smb-file-name-handler-alist): Add handler for
18080 `copy-directory', `expand-file-name', `set-file-modes'.
18081 (tramp-smb-handle-copy-directory)
18082 (tramp-smb-handle-expand-file-name)
18083 (tramp-smb-handle-set-file-modes): New defuns.
18084 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
18085 (tramp-smb-handle-file-attributes): Simplify check for retrieving
18086 entry.
18087 (tramp-smb-handle-insert-directory): Don't flush the cache.
18088 (tramp-smb-maybe-open-connection): Check for samba client and
18089 server versions.
18090
11be40a6
EZ
180912009-10-07 Eli Zaretskii <eliz@gnu.org>
18092
18093 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
18094 to not error out of search for "^lisp=" fails.
18095
8c4afe20
JB
180962009-10-07 Juanma Barranquero <lekktu@gmail.com>
18097
18098 * makefile.w32-in (WINS_UPDATES): New macro.
18099 (custom-deps, finder-data, autoloads): Use it.
18100
429a1506
GM
181012009-10-07 Glenn Morris <rgm@gnu.org>
18102
ee2e93e2
GM
18103 * Makefile.in (autoloads): Revert previous change.
18104 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
18105 the list of preloaded files passed on the command-line, get
18106 it from src/Makefile.
18107
429a1506
GM
18108 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
18109 show the original buffer rather than a random one.
18110
a51203ee 181112009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
18112
18113 * help.el (describe-no-warranty): Place point in a slightly better
18114 position in the GPLv3 text.
18115
f58f7520
SS
181162009-10-06 Sam Steingold <sds@gnu.org>
18117
18118 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
18119 the comm attribute is present before calling regexp-quote.
18120
bde79dc0
JB
181212009-10-06 Juanma Barranquero <lekktu@gmail.com>
18122
18123 * play/animate.el (animate-string): For good effect, make sure
18124 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
18125
18126 * play/animate.el (animate-sequence, animate-birthday-present):
18127 * misc.el (butterfly): Don't set `indent-tabs-mode'.
18128
25ab0302
GM
181292009-10-06 Glenn Morris <rgm@gnu.org>
18130
73fe714a
GM
18131 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
18132
3405d98c
GM
18133 * emacs-lisp/autoload.el (autoload-excludes): New variable.
18134 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
18135 (batch-update-autoloads): Process a string value of autoload-excludes,
18136 set during the build process.
18137 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
18138
9fb2cdc5
GM
18139 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
18140 inside with-parsed... macro so that `v' is defined.
18141
7938ab41
GM
18142 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
18143 * progmodes/fortran.el (fortran-end-of-block)
18144 (fortran-beginning-of-block):
18145 Also push mark in the macro case.
18146
eaf9b564
GM
18147 * emerge.el (emerge-show-file-name):
18148 * calc/calc.el (calc-quit):
18149 * calc/calc-misc.el (calc-big-or-small):
18150 * calc/calc-graph.el (calc-graph-view):
18151 * calc/calc-ext.el (calc-reset):
18152 * calendar/calendar.el (calendar-basic-setup):
18153 Use window-full-height-p.
18154
25ab0302
GM
18155 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
18156 header we don't understand, don't insert another. (Bug#4624)
18157 If changing mime charset, insert the new one in the right place.
18158
00169eb6
GM
181592009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
18160
18161 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
18162 (cal-tex-cursor-month): Correctly increment the end date for diary and
18163 holiday listing. (Bug#4626)
18164
82882188
SM
181652009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18166
40ba9882 18167 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
18168 a symbol.
18169
a8f316ca
JB
181702009-10-05 Juanma Barranquero <lekktu@gmail.com>
18171
18172 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
18173 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
18174 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
18175 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
18176
18177 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
18178 (eieio-default-superclass): Reflow docstrings.
18179 (this, class-option-assoc, defclass, eieio-class-un-autoload)
18180 (eieio-unbind-method-implementations, defmethod)
18181 (eieio-validate-slot-value, eieio-validate-class-slot-value)
18182 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
18183 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
18184 (eieio-slot-originating-class-p, eieio-slot-name-index)
18185 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
18186 (constructor, initialize-instance, no-next-method, object-print)
18187 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
18188 Fix typos in docstrings.
18189 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
18190 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
18191 (next-method-p): Doc fixes.
18192 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
18193 Fix typos in error messages.
18194 (eieio-defmethod): Fix typo in description of generic method.
18195
18196 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
18197 (eieio-persistent-save-interactive, slot-missing):
18198 Fix typos in docstrings.
18199 (eieio-instance-inheritor-slot-boundp): Doc fix.
18200
18201 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
18202 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
18203
18204 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
18205 (eieio-custom-object-apply-reset):
18206 Fix typos in docstrings and error messages.
18207
18208 * emacs-lisp/eieio-datadebug.el (data-debug-show):
18209 Fix typo in docstring.
18210
18211 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
18212 (eieio-browse-tree): Doc fix.
18213 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
18214 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
18215 Fix typos in docstrings.
18216
18217 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
18218 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
18219 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
18220 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
18221 Reflow docstrings.
18222
c66b7ac0
DN
182232009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
18224
4a827e0a 18225 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
18226 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
18227 Set log-view-vc-backend so that diff can work.
4a827e0a 18228
c66b7ac0
DN
18229 * log-view.el (log-view-diff): Use vc-diff-internal instead of
18230 vc-version-diff.
18231 (vc-diff-internal): Autoload this instead of vc-version-diff.
18232
1902a98c
EZ
182332009-10-05 Eli Zaretskii <eliz@gnu.org>
18234
a7a8618b
EZ
18235 * simple.el (eval-expression): Doc fix.
18236
1902a98c
EZ
18237 * progmodes/cwarn.el (cwarn-mode): Doc fix.
18238
0e1f2ee6
MA
182392009-10-05 Michael Albinus <michael.albinus@gmx.de>
18240
18241 * files.el (directory-files-no-dot-files-regexp): New defconst.
18242 (delete-directory): Use it.
18243 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18244
263c02ef 18245 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
18246 (tramp-methods): Add recursive option to `tramp-copy-args'.
18247 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 18248 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 18249 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
18250 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18251 Add handler for `copy-directory'.
18252 (tramp-handle-copy-directory): New defun.
18253 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
18254 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18255 Optimize sent command.
263c02ef 18256
72aa7df4
SM
182572009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18258
4a34f065
SM
18259 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18260 window if necessary.
18261
72aa7df4
SM
18262 * calendar/calendar.el (calendar-basic-setup): Don't call
18263 switch-to-buffer in a dedicated window.
18264
5feb1ba7
KF
182652009-10-05 Karl Fogel <kfogel@red-bean.com>
18266
18267 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 18268 don't do anything related to relocating, just return nil.
5feb1ba7
KF
18269 (bookmark-error-no-filename): New error.
18270 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
18271 bookmark has no file. Don't even attempt to handle things that
18272 are not files; the whole point of custom handlers is to keep that
18273 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
18274 (bookmark-file-or-variation-thereof): Remove now-unused function.
18275 (bookmark-location): Doc string fix.
18276 (Bug#4250)
18277
1bd49952
KF
182782009-10-04 Karl Fogel <kfogel@red-bean.com>
18279
18280 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18281 don't use a file dialog, because they usually don't know how to read
18282 a directory target from the user. (Bug#4230)
18283 Also, make sure the prompt can display directories as well as files.
18284
825382c0
KF
182852009-10-04 Karl Fogel <kfogel@red-bean.com>
18286
18287 * bookmark.el (bookmark-set, bookmark-buffer-name):
18288 Improve doc strings. (Bug#1193)
18289
13901bcb
KF
182902009-10-04 Karl Fogel <kfogel@red-bean.com>
18291
4a34f065
SM
18292 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18293 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18294 (bookmark-get-annotation, bookmark-set-annotation)
18295 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18296 (bookmark-set-position, bookmark-get-front-context-string)
18297 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18298 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18299 (bookmark-jump-other-window, bookmark-handle-bookmark)
18300 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18301 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18302 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
18303 Improve doc strings to say whether bookmark can be a string or
18304 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
18305 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18306 (bookmark-default-annotation-text, bookmark-yank-word)
18307 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18308 (bookmark-import-new-list, bookmark-maybe-rename)
18309 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18310 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 18311 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 18312 add a FIXME comment about how the function may be pointless.
13901bcb 18313 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
18314 parameter name, to clarify that this takes a bookmark record
18315 not a bookmark name.
13901bcb 18316 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 18317 and improve the doc string a bit.
13901bcb
KF
18318 (Bug#4188)
18319
5c1b3e94
KF
183202009-10-04 Karl Fogel <kfogel@red-bean.com>
18321
18322 * bookmark.el (bookmark-alist): Document the new `handler' element
18323 in the param alist.
18324 (bookmark-make-record-function): Adjust documentation for above.
18325 (Bug#4193)
18326
8559076d
KF
183272009-10-04 Karl Fogel <kfogel@red-bean.com>
18328
18329 * info.el (Info-bookmark-make-record): Document this function.
18330 (Info-bookmark-jump): Document with a doc string, not just a comment.
18331 (Bug#4203)
18332
b4583b8c
MA
183332009-10-04 Michael Albinus <michael.albinus@gmx.de>
18334
18335 * files.el (copy-directory): New defun.
18336
18337 * dired-aux.el (dired-copy-file-recursive): Use it.
18338
131ae8f2
JB
183392009-10-04 Juanma Barranquero <lekktu@gmail.com>
18340
a30e71ae 18341 * files-x.el (modify-dir-local-variable)
dd9af436
CY
18342 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18343 docstrings.
a30e71ae 18344
131ae8f2
JB
18345 * recentf.el (recentf-unload-function): New function.
18346
ccafbf06
GM
183472009-10-04 Glenn Morris <rgm@gnu.org>
18348
18349 * window.el (window-full-height-p): Add doc string.
18350
02c6f098
GM
183512009-10-04 Martin Rudalics <rudalics@gmx.at>
18352
18353 * window.el (window-full-height-p): New function. (Bug#4543)
18354
ed6b0195
DN
183552009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18356
18357 * vc.el: Remove commented out code.
18358 (vc-derived-from-dir-mode): Remove, unused.
18359 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18360
1b8d1cc7
MA
183612009-10-03 Michael Albinus <michael.albinus@gmx.de>
18362
4a34f065
SM
18363 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18364 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
18365 there could be recursive loading when `default-directory' is a
18366 remote file name. (Bug#4614)
18367
ac3c593c
GM
183682009-10-03 Glenn Morris <rgm@gnu.org>
18369
686ea556
GM
18370 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18371 the frame is wide.
18372 (calendar-generate-window): Test for shrinkability rather than width.
18373
ac3c593c
GM
18374 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18375 reusing existing buffers, in case we happen to visit two files with the
18376 same basename. (Bug#4593)
18377
573709fd
EZ
183782009-10-02 Eli Zaretskii <eliz@gnu.org>
18379
4a34f065 18380 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
18381 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18382 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18383 subdirs of cedet as well.
8f885d01 18384 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 18385
8d6c1239
SM
183862009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18387
18388 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18389 Obey advertised-signature-table.
18390
18391 * help-fns.el (help-function-arglist): Don't check
18392 advertised-signature-table.
18393 (describe-function-1): Do it here instead so it also applies to subrs.
18394
c4861de0
MA
183952009-10-02 Michael Albinus <michael.albinus@gmx.de>
18396
18397 * simple.el (start-file-process): Say in the doc-string, that file
18398 handlers might not support pty association, if PROGRAM is nil.
18399
18400 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18401 HOST and USER are strings. They are nil, when there are
18402 incomplete entries in ~/.netrc, for example.
18403 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18404 root directory ("device busy" error otherwise).
18405
8d6c1239
SM
18406 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18407 Flush file properties of created directory.
c4861de0 18408
d2bda74f
EZ
184092009-10-02 Eli Zaretskii <eliz@gnu.org>
18410
18411 * makefile.w32-in (WINS_BASIC): Remove cedet.
18412 (WINS_CEDET): Add cedet.
18413 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18414
895d1904
GM
184152009-10-02 Kevin Ryde <user42@zip.com.au>
18416
18417 * net/browse-url.el (browse-url): Pass any symbol in
18418 browse-url-browser-function to `apply', since if you've mistakenly put
18419 an unbound symbol then the error is clearer. (Bug#4531)
18420
32226619
JB
184212009-10-02 Juanma Barranquero <lekktu@gmail.com>
18422
18423 * allout.el (allout-init, allout-back-to-current-heading)
18424 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18425 (allout-ascend, allout-up-current-level, allout-end-of-level)
18426 (allout-previous-visible-heading, allout-forward-current-level)
18427 (allout-backward-current-level, allout-show-children):
18428 * apropos.el (apropos-describe-plist):
18429 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18430 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18431 * completion.el (add-completion, add-permanent-completion):
18432 * descr-text.el (describe-text-category, describe-char):
18433 * desktop.el (desktop-lazy-abort):
18434 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18435 * dired.el (dired-build-subdir-alist):
18436 * ediff.el (ediff-version):
18437 * elide-head.el (elide-head, elide-head-show):
18438 * emerge.el (emerge-version):
18439 * env.el (getenv):
18440 * face-remap.el (variable-pitch-mode):
18441 * faces.el (describe-face):
18442 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18443 (dired-at-point):
18444 * files.el (find-file-existing, auto-save-mode):
18445 * font-lock.el (font-lock-fontify-buffer):
18446 * help-fns.el (describe-function, describe-variable)
18447 (describe-syntax, describe-categories):
18448 * help.el (view-lossage, describe-bindings, describe-key)
18449 (describe-mode):
18450 * hexl.el (hexl-current-address):
18451 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18452 * info.el (Info-goto-emacs-key-command-node):
18453 * log-edit.el (log-edit-insert-cvs-template)
18454 (log-edit-insert-cvs-rcstemplate):
18455 * menu-bar.el (menu-bar-mode):
18456 * mouse.el (mouse-appearance-menu):
18457 * newcomment.el (comment-indent-new-line):
18458 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18459 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 18460 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
18461 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18462 * recentf.el (recentf-mode):
18463 * savehist.el (savehist-mode, savehist-save):
18464 * shadowfile.el (shadow-copy-files):
18465 * simple.el (kill-ring-save, next-line, previous-line)
18466 (normal-erase-is-backspace-mode):
18467 * strokes.el (strokes-update-window-configuration)
18468 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18469 (strokes-xpm-for-stroke):
18470 * time.el (emacs-uptime, emacs-init-time):
18471 * tutorial.el (tutorial--describe-nonstandard-key)
18472 (tutorial--detailed-help):
18473 * type-break.el (type-break-mode)
18474 (type-break-mode-line-message-mode, type-break-query-mode)
18475 (type-break-guesstimate-keystroke-threshold):
18476 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18477 * version.el (emacs-version):
18478 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18479 * winner.el (winner-mode):
18480 * calendar/timeclock.el (timeclock-in, timeclock-out)
18481 (timeclock-status-string, timeclock-change)
18482 (timeclock-workday-remaining-string)
18483 (timeclock-workday-elapsed-string)
18484 (timeclock-when-to-leave-string):
18485 * calendar/todo-mode.el (todo-add-category):
18486 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18487 * emacs-lisp/autoload.el (update-file-autoloads):
18488 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18489 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18490 (checkdoc-message-text, checkdoc-defun):
18491 * emacs-lisp/debug.el (debugger-list-functions):
18492 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18493 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18494 (eieio-describe-generic):
18495 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18496 * emacs-lisp/shadow.el (list-load-path-shadows):
18497 * emulation/cua-base.el (cua-mode):
18498 * emulation/edt.el (edt-set-scroll-margins):
18499 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18500 (tpu-toggle-regexp, tpu-toggle-search-direction)
18501 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18502 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18503 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18504 (viper-set-parsing-style-toggling-macro)
18505 (viper-set-emacs-state-searchstyle-macros):
18506 * emulation/viper.el (viper-set-hooks):
18507 * eshell/esh-mode.el (eshell-truncate-buffer):
18508 * international/mule-cmds.el (prefer-coding-system)
18509 (describe-input-method, describe-language-environment):
18510 * international/mule-diag.el (list-character-sets)
18511 (describe-character-set, describe-coding-system)
18512 (describe-fontset, list-fontsets, list-input-methods):
18513 * mail/sendmail.el (mail-signature):
18514 * net/ange-ftp.el (ange-ftp-copy-file):
18515 * net/browse-url.el (browse-url):
18516 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18517 * net/quickurl.el (quickurl-add-url):
18518 * net/rcirc.el (names, topic):
18519 * net/xesam.el (xesam-mode):
18520 * play/5x5.el (5x5-new-game):
18521 * play/yow.el (apropos-zippy):
18522 * progmodes/ada-mode.el (ada-mode-version):
18523 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18524 (f90-end-of-block)
18525 (f90-beginning-of-block):
18526 * progmodes/fortran.el (fortran-end-of-block)
18527 (fortran-beginning-of-block):
18528 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18529 * progmodes/python.el (python-describe-symbol, python-shell):
18530 * term/ns-win.el (ns-print-buffer):
18531 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18532 * textmodes/flyspell.el (flyspell-mode-on):
18533 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18534 (pages-directory-for-addresses):
18535 * textmodes/table.el (table-recognize-cell)
18536 (table-query-dimension, table-generate-source)
18537 (table-insert-sequence, table--warn-incompatibility):
18538 * textmodes/tex-mode.el (tex-validate-buffer):
18539 * textmodes/texinfmt.el (texinfmt-version)
18540 (texinfo-format-buffer):
18541 Use `called-interactively-p' instead of `interactive-p'.
18542
12a3c28c
JB
185432009-10-02 Juanma Barranquero <lekktu@gmail.com>
18544
18545 * image-mode.el (image-toggle-display):
18546 * emacs-lisp/elp.el (elp-instrument-function):
18547 * emacs-lisp/advice.el (ad-make-advised-definition):
18548 * emacs-lisp/easy-mmode.el (define-minor-mode):
18549 * net/browse-url.el (browse-url-maybe-new-window):
18550 * progmodes/sh-script.el (sh-learn-buffer-indent):
18551 Pass new argument 'any to `called-interactively-p'.
18552
171fda8a
JB
185532009-10-01 Juanma Barranquero <lekktu@gmail.com>
18554
171fda8a
JB
18555 * international/uni-bidi.el:
18556 * international/uni-category.el:
18557 * international/uni-combining.el:
18558 * international/uni-comment.el:
18559 * international/uni-decimal.el:
9c3c9fdf 18560 * international/uni-decomposition.el:
171fda8a
JB
18561 * international/uni-digit.el:
18562 * international/uni-lowercase.el:
18563 * international/uni-mirrored.el:
18564 * international/uni-name.el:
18565 * international/uni-numeric.el:
18566 * international/uni-old-name.el:
18567 * international/uni-titlecase.el:
18568 * international/uni-uppercase.el:
18569 Regenerate from Unicode 5.2.0 data.
18570
dcb9734a
GM
185712009-10-01 Glenn Morris <rgm@gnu.org>
18572
18573 * Makefile.in (ELCFILES): Regenerate.
18574
ced10a4c
SM
185752009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18576
9d28c33e
SM
18577 * subr.el (interactive-p): Mark obsolete.
18578 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18579 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18580 advertised-signature-table for subroutines as well.
18581
ced10a4c
SM
18582 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18583 (set-advertised-calling-convention): New function.
18584 (make-obsolete, define-obsolete-function-alias)
18585 (make-obsolete-variable, define-obsolete-variable-alias):
18586 Make the optional-ness of `when' obsolete.
18587 (define-obsolete-face-alias): Make `when' non-optional.
18588 * help-fns.el (help-function-arglist):
18589 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18590 Use advertised-signature-table.
18591
cc3dda16
MA
185922009-10-01 Michael Albinus <michael.albinus@gmx.de>
18593
18594 * files.el (delete-directory): New defun. The original function
18595 in fileio.c has been renamed to `delete-directory-internal'.
18596
18597 * dired.el (dired-delete-file): Call `delete-directory' with
18598 RECURSIVE parameter.
18599
5ce6e4f4 18600 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
18601 parameter RECURSIVE. Implementation is missing.
18602
18603 * net/tramp.el (tramp-handle-make-directory): Flush upper
18604 directory's file properties.
ced10a4c 18605 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
18606 (tramp-handle-dired-recursive-delete-directory): Flush directory
18607 properties after the remove command only.
18608
ced10a4c
SM
18609 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18610 Handle optional parameter RECURSIVE.
cc3dda16 18611
ced10a4c
SM
18612 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18613 Handle optional parameter RECURSIVE.
cc3dda16
MA
18614
18615 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18616 connection timeout.
18617 (tramp-smb-handle-delete-directory): Handle optional parameter
18618 RECURSIVE.
18619
cf885595
SM
186202009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18621
e3a6b82f
SM
18622 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18623 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18624 (byte-compile-defmacro): Use backquotes.
18625
7201bfbb
SM
18626 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18627
cf885595
SM
18628 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18629 has no associated file.
18630 (vc-resynch-buffer): Use vc-dir-buffers.
18631
a4d2c321
GM
186322009-10-01 Glenn Morris <rgm@gnu.org>
18633
9ffe3f52
GM
18634 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18635 (chart-file-count):
18636 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18637 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18638 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18639 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18640 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18641 (eieio-copy-parents-into-subclass, make-instance, class-children)
18642 (eieio-generic-form):
bd2afec2 18643
9515cdcc
GM
18644 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18645 match-data. (Bug#4555).
18646
a4d2c321
GM
18647 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18648 rather than parsing it as a regexp. This relaxes the layout
18649 requirements and makes errors easier to detect.
18650 (check-declare-verify): Check file is regular.
18651 (check-declare-directory): Doc fix.
18652 * subr.el (declare-function): Doc fix.
18653
b15c31c7
GM
18654 * ibuffer.el (ibuffer-format-qualifier):
18655 * isearch.el (hi-lock-regexp-okay):
18656 * calc/calc.el (math-zerop):
18657 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18658 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18659 Remove unused declarations.
18660
b0b111c3
JB
186612009-09-30 Eric Ludlam <zappo@gnu.org>
18662
18663 * emacs-lisp/eieio.el (boolean-p): Delete.
18664
1fc28a2c
GM
186652009-09-30 Glenn Morris <rgm@gnu.org>
18666
1fc28a2c
GM
18667 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18668
494f4fc7
GM
18669 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18670 filename is not a string.
18671
561580e9
CY
186722009-09-29 Chong Yidong <cyd@stupidchicken.com>
18673
18674 * files.el (safe-local-eval-forms): Fix typo.
18675
dcbbecd4
SM
186762009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18677
18678 * vc-hooks.el (vc-dir-buffers): New var.
18679 (vc-state-refresh): New function.
18680 (vc-state): Use it.
18681 (vc-after-save): Always ask the backend to recompute the new state.
18682 Always call vc-dir if necessary, using vc-dir-buffers.
18683 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18684 Use vc-dir-buffers.
18685 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18686 (vc-dir-prepare-status-buffer, vc-dir-update)
18687 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18688 Don't call expand-file-name on default-directory.
18689
d88444f2
JB
186902009-09-29 Juanma Barranquero <lekktu@gmail.com>
18691
18692 * speedbar.el (speedbar-item-delete):
18693 * calc/calc-prog.el (calc-kbd-if):
18694 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18695
18696 * epa.el (epa-key-list-mode-map):
18697 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18698
18699 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18700 (hs-show-hook): Fix typo in docstring.
18701
5da62d41
GM
187022009-09-29 Glenn Morris <rgm@gnu.org>
18703
8360fce0
GM
18704 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18705 file-name-nondirectory call preventing location of cedet files.
18706 (check-declare-verify): Use literal search rather than re-search.
ae715515 18707 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
18708
18709 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18710 Use tramp-compat-file-attributes rather than nonexistent
18711 tramp-compat-handle-file-attributes.
18712
5da62d41
GM
18713 * Makefile.in (lisptagsfiles4): New.
18714 (AUTOGENEL): Add cedet loaddefs files.
18715 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18716 (update-elclist, compile-always, backup-compiled-files)
18717 (bootstrap-clean): Add yet another directory level.
18718 (update-elclist): Use LC_COLLATE rather than COLLATE.
18719 (ELCFILES): Update, via `make update-elclist'.
18720
48267264
JB
187212009-09-29 Juanma Barranquero <lekktu@gmail.com>
18722
18723 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18724 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18725 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18726
2c4cd0b0
AS
187272009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18728
18729 * Makefile.in (lisptagsfiles3): Define.
5da62d41 18730 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
18731 (update-elclist): Add third directory level to look for elc files.
18732 (compile-always): Likewise.
18733 (backup-compiled-files): Likewise.
18734 (bootstrap-clean): Likewise.
18735 (ELCFILES): Update.
18736
a2533e47
CY
187372009-09-28 Chong Yidong <cyd@stupidchicken.com>
18738
18739 * Makefile.in (ELCFILES): Add CEDET files.
18740
eefbedb1
MA
187412009-09-28 Michael Albinus <michael.albinus@gmx.de>
18742
18743 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18744
18745 * net/tramp.el (top): Require tramp-imap.
18746
18747 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18748 Use `tramp-compat-handle-file-attributes'.
18749
187502009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18751
18752 * net/tramp-imap.el: New package.
18753
b0b111c3
JB
187542009-09-28 Eric Ludlam <zappo@gnu.org>
18755
18756 * emacs-lisp/chart.el:
18757 * emacs-lisp/eieio-base.el:
18758 * emacs-lisp/eieio-comp.el:
18759 * emacs-lisp/eieio-custom.el:
18760 * emacs-lisp/eieio-datadebug.el:
18761 * emacs-lisp/eieio-opt.el:
18762 * emacs-lisp/eieio-speedbar.el:
18763 * emacs-lisp/eieio.el: New files.
18764
748e3d67
VJL
187652009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18766
18767 * whitespace.el (whitespace-trailing-regexp)
18768 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
18769 Fix doc string.
18770
15120dec
CY
187712009-09-27 Chong Yidong <cyd@stupidchicken.com>
18772
18773 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
18774 menu.
18775
18776 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
18777 menu-bar-ediff-menu.
18778
18779 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
18780 define-overloadable-function.
18781
18782 * progmodes/autoconf.el: Provide autoconf as well, so that this
18783 file can be `require'd.
18784
18785 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
18786
18787 * emacs-lisp/autoload.el (generated-autoload-feature)
18788 (generated-autoload-load-name): New vars.
18789 (autoload-rubric, autoload-generate-file-autoloads): Use them.
18790 (make-autoload): Recognize define-overloadable-function and
18791 defclass forms (for EIEIO).
18792
18793 * Makefile.in (update-subdirs): Exclude cedet directory.
18794
135abf91
AR
187952009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
18796
1becddbb 18797 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
18798
18799 * faces.el: Default light-background background for region face to
18800 ns_selection_color under NS.
18801
3d994264
TZ
188022009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
18803
18804 * net/imap-hash.el: New library, see NEWS.
18805
18806 * Makefile.in (ELCFILES): Add imap-hash.el.
18807
ce9a0ccb
SM
188082009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18809
18810 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
18811 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
18812 * help-macro.el (make-help-screen): Avoid using an ambiguous function
18813 definition where the docstring could be taken for the return value.
18814
a92cdd49
GM
188152009-09-26 Glenn Morris <rgm@gnu.org>
18816
18817 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
18818 Add option to only show images below a certain size.
18819 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
18820 save-excursion calls.
18821
416ac2f1
EZ
188222009-09-26 Eli Zaretskii <eliz@gnu.org>
18823
18824 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
18825 subdirectories) and eieio.
18826
d9a13f68
AM
188272009-09-26 Alan Mackenzie <acm@muc.de>
18828
6a7662bb
BR
18829 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18830 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
18831
18832 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 18833 character constants (as case labels). (Bug#4289)
d9a13f68 18834
182b3bec
CY
188352009-09-25 Juri Linkov <juri@jurta.org>
18836
18837 * files.el (safe-local-eval-forms): Allow time-stamp in
18838 before-save-hook (Bug#4554).
18839
8f75f2da
JB
188402009-09-25 Drew Adams <drew.adams@oracle.com>
18841
18842 * menu-bar.el (list-buffers-directory): Doc fix.
18843
8390fb80
SM
188442009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
18845
18846 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
18847 Try and avoid copying twice the same paragraph.
18848 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
18849 Remove save-excursion.
18850 (log-edit-changelog-entry): Do it here instead.
18851
11ee8d90
JB
188522009-09-25 Juanma Barranquero <lekktu@gmail.com>
18853
027b1942
JB
18854 * bs.el (bs--get-file-name): Use `list-buffers-directory'
18855 when available, instead of hardcoding mode names. Doc fix.
18856
11ee8d90
JB
18857 * menu-bar.el (list-buffers-directory): Add docstring.
18858 Make automatically buffer-local.
18859
18860 * dired.el (dired-mode):
18861 * files.el (cd-absolute):
18862 * pcvs.el (cvs-temp-buffer):
18863 * pcvs-util.el (cvs-get-buffer-create):
18864 * shell.el (shell-mode):
18865 * vc-dir.el (vc-dir-mode):
18866 Don't make `list-buffers-directory' buffer local.
18867
21289c5d
CY
188682009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
18869
8390fb80
SM
18870 * comint.el (comint-exec, comint-run, make-comint):
18871 Doc fixes (Bug#4542).
21289c5d 18872
e8652dd9
GM
188732009-09-25 Glenn Morris <rgm@gnu.org>
18874
18875 * mail/rmailmm.el (rmail-mime): New custom group.
18876 Move all defcustoms in this file into this group.
18877 (rmail-mime-media-type-handlers-alist): Revert previous change.
18878 (rmail-mime-show-images): New option.
18879 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
18880 references to it, since it wasn't actually used for anything.
18881 (rmail-mime-insert-image): New function.
18882 (rmail-mime-image): Use rmail-mime-insert-image.
18883 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
18884 obey the value of `rmail-mime-show-images' option. Print the size of
18885 attachments.
e8652dd9 18886
fb652bb5
JB
188872009-09-25 David Engster <deng@randomsample.de>
18888
18889 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
18890
32a9841c
VJL
188912009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18892
18893 * whitespace.el: Does not highlight trailing spaces While point is
18894 at end of line. Does not highligt spaces at beginning of buffer
18895 while point is at beginning of buffer. Does not highlight spaces
18896 at end of buffer while point is at end of buffer. (Bug#4177)
18897 New version 12.0.
18898 (whitespace-display-mappings): Adjust initialization.
18899 (whitespace-point, whitespace-font-lock-refontify): New vars.
18900 (whitespace-color-on, whitespace-color-off): Adjust code.
18901 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
18902 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
18903 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
18904
e477ca84
CY
189052009-09-24 Chong Yidong <cyd@stupidchicken.com>
18906
18907 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
18908
18909 * textmodes/sgml-mode.el: Remove xml-mode alias.
18910
18911 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 18912 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 18913
68712602
AM
189142009-09-24 Alan Mackenzie <acm@muc.de>
18915
18916 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
18917 c-forward-conditionals, but it doesn't move point and doesn't set
18918 the mark.
18919 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
18920 (c-down-conditional-with-else, c-backward-conditional)
18921 (c-forward-conditional): Refactor to use c-scan-conditionals.
18922
1659ada0
JB
189232009-09-24 Juanma Barranquero <lekktu@gmail.com>
18924
18925 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
18926 (help-default-arg-highlight): Remove.
18927 (help-highlight-arg): New function.
18928 (help-do-arg-highlight): Use it.
18929 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
18930
b3f01e46
SM
189312009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18932
18933 * term.el (term-set-scroll-region, term-handle-ansi-escape):
18934 Undo last change, which didn't fix the problem and introduced others.
18935
107ef54a
NR
189362009-09-24 Nick Roberts <nickrob@snap.net.nz>
18937
18938 * progmodes/gdb-mi.el: Don't require speedbar.
18939 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
18940
ffa1fed6
GM
189412009-09-24 Glenn Morris <rgm@gnu.org>
18942
2157a2be
GM
18943 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
18944
6125167c
GM
18945 * term/ns-win.el (ns-reg-to-script): Define for compiler.
18946
ffa1fed6
GM
18947 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
18948 there is no newline after the final mime boundary. (Bug#4539)
18949 Move markers on insertion so that any buttons inserted don't end up in
18950 the next part of a multipart message.
2e9075d3
GM
18951 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
18952 (rmail-mime-bulk-handler): Optionally handle images.
18953 (rmail-mime-image): New button action.
18954 (rmail-mime-image-handler): New function.
18955 (rmail-mime-mode): New mode.
18956 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 18957
4a814992
SM
189582009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18959
075518b5
SM
18960 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
18961 than just dropping elements from it (bug#4504).
18962
8ad2defc
SM
18963 * term.el (term-set-scroll-region): Don't move cursor any more.
18964 (term-handle-ansi-escape): Call term-goto here instead.
18965 Suggested by Ivan Kanis <apple@kanis.eu>.
18966
4a814992
SM
18967 * term.el: Require CL.
18968 (term-ansi-reset): New function.
18969 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
18970 (term-handle-colors-array): Simplify.
18971
5a0c3f56
JB
189722009-09-24 Juanma Barranquero <lekktu@gmail.com>
18973
18974 * allout.el (allout-overlay-interior-modification-handler)
18975 (allout-obtain-passphrase):
18976 * epa-file.el (epa-file-write-region):
18977 * ps-print.el (ps-begin-job):
18978 * vc-hooks.el (vc-toggle-read-only):
18979 * vc-rcs.el (vc-rcs-rollback):
18980 * vc-sccs.el (vc-sccs-rollback):
18981 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
18982 (vc-version-diff, vc-revert, vc-rollback):
18983 * wdired.el (wdired-check-kill-buffer):
18984 * emacs-lisp/authors.el (authors):
18985 * net/socks.el (socks-open-connection):
18986 * net/zeroconf.el (zeroconf-service-add-hook):
18987 * obsolete/vc-mcvs.el (vc-mcvs-register):
18988 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
18989 (gdb-select-frame):
18990 * progmodes/grep.el (lgrep, rgrep):
18991 * progmodes/idlw-help.el (idlwave-help-check-locations)
18992 (idlwave-help-html-link, idlwave-help-assistant-open-link):
18993 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18994 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
18995 (reftex-toc-rename-label): Fix typos in error messages.
18996
18997 * dired-aux.el (dired-do-shell-command): Reflow docstring.
18998 (dired-copy-how-to-fn): Doc fix.
18999 (dired-files-attributes, dired-read-shell-command):
19000 Fix typos in docstrings.
19001
19002 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
19003 (dired-x-find-file-other-window): Reflow docstrings.
19004 (dired-omit-marker-char, dired-read-shell-command)
19005 (dired-x-submit-report): Fix typos in docstrings.
19006
19007 * shell.el (shell-mode-hook):
19008 * view.el (View-scroll-line-forward):
19009 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
19010 Fix typos in docstrings.
19011
19012 * net/dig.el (dig-invoke): Fix typo in docstring.
19013 (query-dig): Reflow docstring.
19014
19015 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
19016 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
19017 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
19018 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
19019 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
19020 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
19021 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
19022 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
19023 (idlwave-completion-map, idlwave-current-indent)
19024 (idlwave-custom-ampersand-surround, idlwave-customize)
19025 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
19026 (idlwave-define-abbrev, idlwave-determine-class-special)
19027 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
19028 (idlwave-end-block-reg, idlwave-end-of-statement)
19029 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
19030 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
19031 (idlwave-explicit-class-listed, idlwave-file-header)
19032 (idlwave-fill-paragraph, idlwave-find-class-definition)
19033 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
19034 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
19035 (idlwave-in-quote, idlwave-indent-action-table)
19036 (idlwave-indent-expand-table, idlwave-indent-line)
19037 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
19038 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
19039 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
19040 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
19041 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
19042 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
19043 (idlwave-outlawed-buffers, idlwave-popup-select)
19044 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
19045 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
19046 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
19047 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
19048 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
19049 (idlwave-statement-type, idlwave-struct-skip)
19050 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
19051 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
19052 (idlwave-what-module-find-class): Fix typos in docstrings.
19053 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
19054 (idlwave-calculate-cont-indent, idlwave-expand-equal)
19055 (idlwave-find-module, idlwave-find-structure-definition)
19056 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
19057 (idlwave-list-load-path-shadows, idlwave-next-statement)
19058 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
19059 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
19060 (idlwave-template): Reflow docstrings.
19061
19062 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
19063 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
19064 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
19065 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
19066 (idlwave-shell-display-line, idlwave-shell-display-wframe)
19067 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
19068 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
19069 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
19070 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
19071 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
19072 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
19073 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
19074 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
19075 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
19076 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
19077 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
19078 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
19079 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
19080 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
19081 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
19082 Fix typos in docstrings.
19083 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
19084 (idlwave-shell-hide-output, idlwave-shell-mode)
19085 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
19086 Reflow docstrings.
19087
19088 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
19089
62136c5d
SM
190902009-09-24 Ivan Kanis <apple@kanis.eu>
19091
19092 * term.el (term-bold-attribute): New var.
19093 (term-handle-colors-array): Use it.
19094
9c1a45ed
NR
190952009-09-23 Nick Roberts <nickrob@snap.net.nz>
19096
19097 * progmodes/gdb-mi.el (gdb-version): New variable.
19098 (gdb-non-stop-handler): Set gdb-version.
19099 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
19100 Condition "--thread" option on gdb-version.
19101 (gdb-invalidate-threads): Remove unused argument.
19102
03304f31
SM
191032009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19104
19105 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
19106 to looking-back to avoid ridiculous slow down in large files (bug#4511).
19107
4f02f0c9
GM
191082009-09-23 Glenn Morris <rgm@gnu.org>
19109
19110 * mail/rmail.el (rmail-reply): Don't try to add a References header when
19111 replying to mail without References or Message-Id. (Bug#4525)
19112
a3b4b363
AR
191132009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
19114
19115 * term/ns-win.el (ns-reg-to-script): New variable.
19116
7bda18cc
DU
191172009-09-23 Daiki Ueno <ueno@unixuser.org>
19118
19119 * epg.el (epg-wait-for-status): Preserve existing 'error results.
19120
72169e55
SS
191212009-09-22 Sam Steingold <sds@gnu.org>
19122
19123 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
19124 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
19125 to 1 because hg returns status 1 when nothing is found.
0aa4f295 19126 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 19127
905b7d38
SM
191282009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
19129
b0459dec
SM
19130 * textmodes/fill.el: Convert to utf-8 encoding.
19131 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 19132 pre-Unicode days.
b0459dec 19133
905b7d38
SM
19134 * add-log.el (change-log-fill-forward-paragraph): New function.
19135 (change-log-mode): Use it so fill-region DTRT.
19136 Set fill-indent-according-to-mode here rather than in
19137 change-log-fill-paragraph.
19138 (change-log-fill-paragraph): Remove.
19139
baa7f3de
JB
191402009-09-22 Juanma Barranquero <lekktu@gmail.com>
19141
19142 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
19143 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
19144
a8d789f0
GM
191452009-09-22 Glenn Morris <rgm@gnu.org>
19146
daedbbc2
GM
19147 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
19148 the scroll-bar scroll the calendar window rather than the buffer.
19149
d8899a74
GM
19150 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
19151 commands that move point (as opposed to scrolling).
19152
a8d789f0
GM
19153 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
19154
19155 * emacs-lisp/elint.el (elint): New custom group.
19156 (elint-log-buffer): Make it a defcustom.
19157 (elint-scan-preloaded, elint-ignored-warnings)
19158 (elint-directory-skip-re): New options.
19159 (elint-builtin-variables): Doc fix.
19160 (elint-preloaded-env): New variable.
19161 (elint-unknown-builtin-args): Add an entry for encode-time.
19162 (elint-extra-errors): Make it a variable rather than a constant.
19163 (elint-preloaded-skip-re): New constant.
19164 (elint-directory): Skip files matching elint-directory-skip-re.
19165 (elint-features): New variable, local to linted buffers.
19166 (elint-update-env): Initialize elint-features. Possibly add
19167 elint-preloaded-env to the buffer's environment.
19168 (elint-get-top-forms): Bind elint-current-pos, for log messages.
19169 Skip quoted forms.
19170 (elint-init-form): New function, extracted from elint-init-env.
19171 Make non-list forms a warning rather than an error.
19172 Add the mode-map for define-derived-mode. Handle define-minor-mode,
19173 easy-menu-define, put that adds an error-condition, and provide.
19174 When requiring cl, also require cl-macs. Really require cl, to handle
19175 some cl macros. Store required libraries in the list elint-features,
19176 so as not to re-load them. Treat cc-require like require.
19177 (elint-init-env): Call elint-init-form to do the work.
19178 Handle eval-and-compile and such like.
19179 (elint-add-required-env): Do not clear messages.
19180 (elint-special-forms): Add handlers for function, defalias, if, when,
19181 unless, and, or.
19182 (elint-form): Add optional argument to ignore elint-special-forms,
19183 useful to prevent recursive calls from handlers. Doc fix.
19184 Respect elint-ignored-warnings.
19185 (elint-form): Respect elint-ignored-warnings.
19186 (elint-bound-variable, elint-bound-function): New variables.
19187 (elint-unbound-variable): Respect elint-bound-variable.
19188 (elint-get-args): Respect elint-bound-function.
19189 (elint-check-cond-form): Add some simple handling for (f)boundp and
19190 featurep tests.
19191 (elint-check-defalias-form): New handler.
19192 (elint-check-let-form): Make an empty let a warning rather than an
19193 error.
19194 (elint-check-setq-form): Make an empty setq a warning rather than an
19195 error. Respect elint-ignored-warnings.
19196 (elint-check-defvar-form): Accept null doc-strings.
19197 (elint-check-conditional-form): New handler. Does some simple-minded
19198 checking of featurep and (f)boundp tests.
19199 (elint-put-function-args): New function.
19200 (elint-initialize): Use elint-scan-doc-file rather than
19201 elint-find-builtin-variables. Use elint-put-function-args.
19202 Possibly scan preloaded-file-list.
19203 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
19204 extend to handle functions as well.
19205
245be23c
JB
192062009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
19207
19208 * linum.el (linum-delete-overlays, linum-update-window):
19209 Do not modify the right margin. (Bug#3971)
19210
91fdbd6f
CY
192112009-09-21 Chong Yidong <cyd@stupidchicken.com>
19212
6a7662bb
BR
19213 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
19214 Use nxml-mode instead of xml-mode.
91fdbd6f 19215
7589d38e
JB
192162009-09-21 Kevin Ryde <user42@zip.com.au>
19217
19218 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
19219
5ac42715
SM
192202009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19221
19222 * net/dig.el (dig-mode): Use define-derived-mode.
19223
09c01323
DN
192242009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
19225
4096c5f2
DN
19226 * vc-dispatcher.el (vc-do-command): Return the process object in
19227 the asynchronous case. Use when instead of if. Do not run
5480359e 19228 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 19229
0e172cc2
DN
19230 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
19231 properties to the stash strings.
19232 (vc-git-stash-list): Return a list of strings.
19233 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
19234 (vc-git-stash-show-at-point): New functions.
19235 (vc-git-stash-map): New keymap.
19236
03304f31
SM
19237 * register.el (ctl-x-r-map): Define the keys here instead of
19238 using autoload.
09c01323 19239
03304f31 192402009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
19241
19242 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19243 list, to workaround performance problem (bug#4485).
19244
2f5fc4d7
NR
192452009-09-20 Nick Roberts <nickrob@snap.net.nz>
19246
19247 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19248
b0f5fd2e
DU
192492009-09-20 Daiki Ueno <ueno@unixuser.org>
19250
19251 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19252 Document that this option is not recommended to use.
19253
f3445fab
GM
192542009-09-19 Glenn Morris <rgm@gnu.org>
19255
547c6921
GM
19256 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19257 variable `var'.
19258
f3445fab
GM
19259 * calc/calc-alg.el (var):
19260 * calc/calcalg2.el (var): Define for compiler.
19261
946c009b
CY
192622009-09-19 Chong Yidong <cyd@stupidchicken.com>
19263
e3f36d03
SM
19264 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19265 Doc fix (Bug#3932).
e2045997 19266
24aedbca
CY
19267 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19268
327dd27a
CY
19269 * time-stamp.el (time-stamp-month-dd-yyyy)
19270 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19271 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19272 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
19273 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19274 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 19275
946c009b
CY
19276 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19277 indent buffer only if called interactively (Bug#4452).
19278
3e70541a 192792009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 19280 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
19281
19282 This fixes bug#4197 (merged to bug#865, though not identical).
19283 * server.el (server-auth-dir): Add docstring note about FAT32.
19284 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19285 but warn against using them.
19286
9b94c32e
NR
192872009-09-19 Nick Roberts <nickrob@snap.net.nz>
19288
19289 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19290 older GDB where there is no has_more field.
19291
66590684
GM
192922009-09-19 Glenn Morris <rgm@gnu.org>
19293
19294 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19295
9a1337f9
CY
192962009-09-18 Chong Yidong <cyd@stupidchicken.com>
19297
19298 * files.el (auto-mode-alist): Change default for XML files to nXML
19299 mode (Bug#4169).
19300
d7554167
JB
193012009-09-18 Juanma Barranquero <lekktu@gmail.com>
19302
19303 * server.el (server-ensure-safe-dir): Pass 'integer
19304 to `file-attributes', as suggested.
19305
35a3f9a4
SM
193062009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19307
19308 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19309 (dired-query): Use read-key.
19310
044f9b05
AR
193112009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19312
19313 * cus-start.el (ns-use-qd-smoothing): Remove.
19314
6188ea49
GM
193152009-09-18 Glenn Morris <rgm@gnu.org>
19316
08cf18e4
GM
19317 * allout.el (top-level): Remove unnecessary progn.
19318
07eae5c5
GM
19319 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19320
6726c25e
GM
19321 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19322 definition of abbrev table.
19323
3f527154 19324 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
19325 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19326 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
19327 * net/newst-backend.el (newsticker--cache-read-feed):
19328 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
19329 condition-case handlers.
19330
ccb4c30c
NR
193312009-09-18 Nick Roberts <nickrob@snap.net.nz>
19332
19333 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19334 (gdb-var-list): Add an element for has_more field.
19335 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19336 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19337 (gdb-var-update-handler-1): Parse output of dynamic variable
19338 objects (STL containers).
19339 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19340 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19341
19342 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19343 gdb-var-list.
19344 (gud-speedbar-buttons): Make node expandable if expression "has more"
19345 children.
19346
8686ac71
JB
193472009-09-17 Juanma Barranquero <lekktu@gmail.com>
19348
19349 * startup.el (emacs-quick-startup): Remove variable and all uses.
19350 (command-line): Set `inhibit-x-resources' instead.
19351 (command-line-1): Use `inhibit-x-resources' instead.
19352
a69c67e8
CY
193532009-09-17 Chong Yidong <cyd@stupidchicken.com>
19354
19355 * subr.el: Fix last change to avoid using the `unless' macro,
19356 which breaks bootstrapping.
19357
354f0faf
SM
193582009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19359
19360 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19361 extended definitions, in case we reload subr.el after having
19362 loaded CL.
19363 (eval-next-after-load): Mark as obsolete.
19364
98b9bf40
JL
193652009-09-17 Juri Linkov <juri@jurta.org>
19366
19367 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19368 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19369 (menu-bar-showhide-menu, menu-bar-tools-menu)
19370 (menu-bar-describe-menu, menu-bar-help-menu)
19371 (minibuffer-local-completion-map, minibuffer-local-map):
19372 Fix list quoting.
19373
28fab7b5
GM
193742009-09-17 Glenn Morris <rgm@gnu.org>
19375
88d5190c
GM
19376 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19377 arguments, whether or not it has a handler.
19378
74f24ba7
GM
19379 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19380
28fab7b5
GM
19381 * simple.el (hard-newline): Give it a doc-string.
19382
a8106aec
GM
19383 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19384 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 19385
76251ad7
DN
193862009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19387
72033dbe
DN
19388 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19389 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19390 (menu-bar-options-menu, menu-bar-showhide-menu)
19391 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19392 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19393 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19394 (menu-bar-options-menu, menu-bar-tools-menu)
19395 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19396 (menu-bar-help-menu):
19397 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19398 string arguments.
19399
76251ad7
DN
19400 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19401 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19402 calls for the menu names and :help.
19403
97b952b7
SM
194042009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19405
19406 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19407 to :minor-mode-function (bug#4455).
19408
8f38189e
SM
194092009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19410
d2fd733e
SM
19411 * startup.el (command-line): Initialize the window-system after
19412 processing the command-line.
19413
8f38189e
SM
19414 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19415 page-delimiter matches the empty string.
19416
77564fa4
GM
194172009-09-16 Glenn Morris <rgm@gnu.org>
19418
19419 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19420 byte-compile-not-obsolete-var. It's a list now.
19421 (byte-compile-not-obsolete-funcs): New variable.
19422 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19423 byte-compile-not-obsolete-funcs.
19424 (byte-compile-variable-ref, byte-compile-defvar): Update for
19425 byte-compile-not-obsolete-vars name-change and list nature.
19426 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19427 and variables behind (f)boundp tests.
19428 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19429
79d316d3
DN
194302009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19431
19432 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19433
8fed6934
SM
194342009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19435
19436 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19437 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19438 Don't autoload.
19439
4078fd57
SE
194402009-09-15 Stephen Eglen <stephen@gnu.org>
19441
19442 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 19443 the virtual-buffers, use the name of the buffer specified by
4078fd57 19444 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 19445 problem if the target and the symlink had different names.)
4078fd57 19446
838ff458
SM
194472009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19448
b3c7c12d
SM
19449 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19450
13dc2bc2
SM
19451 * desktop.el (desktop-path): Check user-emacs-directory.
19452
49fec531
SM
19453 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19454
0e328d37
SM
19455 * loadup.el: Use after-load-functions to GC after loading each file.
19456 Remove the explicit GC calls that used to be sprinkled around.
19457
838ff458
SM
19458 * subr.el (after-load-functions): New hook.
19459 (do-after-load-evaluation): Run it. Use string-match-p to detect
19460 `obsolete' packages, rather than painfully extracting the relevant
19461 directory name.
19462
a62f564f
GM
194632009-09-15 Glenn Morris <rgm@gnu.org>
19464
19465 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19466 free variable `doc'.
19467
19468 * dired.el (dired-mode-map): Add menu entry for async shell command.
19469
19470 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19471 variables, also consider the .elc files, since the .el files are
19472 normally gzipped (subsequent code locates the .el.gz from the .elc).
19473
19474 * calc/calc-prog.el (arglist): Define for compiler.
19475
19476 * calendar/diary-lib.el (diary-display-function): Change the default to
19477 fancy display.
19478 (body): Define for compiler.
19479
19480 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19481 (byte-compile-file-form, byte-compile-lambda)
19482 (byte-compile-top-level-body, byte-compile-form)
19483 (byte-compile-variable-ref, byte-compile-setq)
19484 (byte-compile-setq-default, byte-compile-body)
19485 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19486 (batch-byte-compile): Give some more local variables with common names
19487 a "bytecomp-" prefix to avoid masking warnings about free variables.
19488
cd05fe7f
GM
19489 * startup.el (command-line-1): Give local variables with common names a
19490 distinguishing prefix, so as not to hide free variable warnings during
19491 bootstrap.
19492
a62f564f
GM
19493 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19494 clever and add a suffix to make a unique name, just let the user decide
19495 whether or not to overwrite it. If the input is a directory, write the
19496 default filename to that directory. (Bug#4388)
19497 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19498 is a filename-as-a-directory.
19499
fbc88440
SM
195002009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19501
19502 * textmodes/page.el (what-page): Don't move to beginning of line.
19503 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19504
60308853
DN
195052009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19506
19507 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19508
32ba3abc
DN
195092009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19510
9cd39aff
DN
19511 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19512 * help.el (help-for-help-internal): Add purecopy calls for text.
19513
32ba3abc
DN
19514 * vc.el (top): print-log method now takes an optional SHORTLOG
19515 argument. Add a new method: root.
32ba3abc
DN
19516 (vc-root-diff, vc-print-root-log): New functions.
19517 (vc-log-short-style): New variable.
19518 (vc-print-log-internal): Add support for showing short logs.
19519
19520 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19521 vc-print-root-log and vc-print-root-diff.
19522
19523 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19524 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19525 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19526 short logs.
19527
19528 * vc-cvs.el (vc-cvs-print-log):
19529 * vc-mtn.el (vc-mtn-print-log):
19530 * vc-rcs.el (vc-rcs-print-log):
19531 * vc-sccs.el (vc-sccs-print-log):
19532 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19533 that is ignored for now.
19534
837b0e99
DN
19535 * vc-mtn.el (vc-mtn-annotate-command):
19536 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19537
31cd2dd4
SM
195382009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19539
19540 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19541 to function-key-map, and give them ascii-character property.
19542 * term/x-win.el (x-alternatives-map):
19543 * term/ns-win.el (ns-alternatives-map):
19544 * term/internal.el (msdos-key-remapping-map):
19545 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19546
d62e5bf2
GM
195472009-09-14 Glenn Morris <rgm@gnu.org>
19548
19549 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19550 temp-buffers (2009-09-12).
19551
7d0105e5
SM
195522009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19553
19554 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19555 the new read-key function.
19556
e17ed9ad
CY
195572009-09-13 Chong Yidong <cyd@stupidchicken.com>
19558
19559 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19560 is defined (Bug#4405).
19561
1fc26e29
CY
195622009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19563
19564 * recentf.el (recentf-cleanup): Use a hash table to find
19565 duplicates (Bug#4407).
19566
61dc96a2 195672009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
19568
19569 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19570 kp-0 to ascii equivalents (Bug#4325).
19571
42c3a9e3
CY
195722009-09-13 Chong Yidong <cyd@stupidchicken.com>
19573
1f5c1626
CY
19574 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19575
42c3a9e3 19576 * eshell/em-hist.el:
31cd2dd4
SM
19577 * eshell/em-dirs.el (eshell-complete-user-reference):
19578 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
19579
195802009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19581
19582 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19583 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19584 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
19585 * eshell/em-hist.el (eshell-history-file-name):
19586 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 19587
1e2b6acf
GM
195882009-09-13 Glenn Morris <rgm@gnu.org>
19589
19590 * ediff-merg.el (ediff-do-merge):
19591 * filesets.el (filesets-run-cmd):
19592 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19593 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19594 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19595 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19596 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19597 Replace empty `let's with `progn'.
19598
adba8116
SM
195992009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19600
19601 * mail/sendmail.el (send-mail-function):
19602 * tooltip.el (tooltip-mode):
19603 * simple.el (transient-mark-mode):
19604 * rfn-eshadow.el (file-name-shadow-mode):
19605 * frame.el (blink-cursor-mode):
19606 * font-core.el (global-font-lock-mode):
19607 * files.el (temporary-file-directory)
19608 (small-temporary-file-directory, auto-save-file-name-transforms):
19609 * epa-hook.el (auto-encryption-mode):
19610 * composite.el (global-auto-composition-mode):
19611 Use custom-initialize-delay.
19612 * startup.el (command-line): Don't explicitly call
19613 custom-reevaluate-setting for all the above vars.
19614 * custom.el (custom-initialize-safe-set)
19615 (custom-initialize-safe-default): Delete.
19616
0a4afea9
SM
196172009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19618
9f94990d
SM
19619 * term/x-win.el (x-initialize-window-system):
19620 * term/w32-win.el (w32-initialize-window-system):
19621 * term/ns-win.el (ns-initialize-window-system): Don't call
19622 mouse-wheel-mode since it's enabled globally by default already.
19623
0a4afea9
SM
19624 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19625 actually define the variable, but only silences the byte-compiler.
19626 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19627 before looking it up.
19628 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19629 is changed.
19630
bf01513f
GM
196312009-09-12 Glenn Morris <rgm@gnu.org>
19632
19633 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19634 1000.
19635 (elint-add-required-env): Don't beep on error.
19636 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
19637 (elint-init-env): Skip non-list forms.
19638 (elint-log): Handle unknown file positions.
bf01513f 19639
d85889e4
DU
196402009-09-12 Daiki Ueno <ueno@unixuser.org>
19641
19642 * epg.el (epg-make-context): Add autoload cookie.
19643 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19644 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19645 (epg-verify-string, epg-start-sign, epg-sign-file)
19646 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19647 (epg-encrypt-string, epg-start-export-keys)
19648 (epg-export-keys-to-file, epg-export-keys-to-string)
19649 (epg-start-import-keys, epg-import-keys-from-file)
19650 (epg-import-keys-from-string, epg-start-receive-keys)
19651 (epg-receive-keys, epg-import-keys-from-server)
19652 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19653 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
19654 (epg-generate-key-from-file, epg-generate-key-from-string):
19655 Remove autoload cookie.
d85889e4 19656
8f825ee6
EZ
196572009-09-12 Eli Zaretskii <eliz@gnu.org>
19658
36b434ee
EZ
19659 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19660 reevaluation of trash-directory.
19661
8f825ee6
EZ
19662 * mwheel.el: Fix last change.
19663 (mouse-wheel-mode): New defvar.
19664 (mouse-wheel-mode): Remove autoload cookie.
19665
5766c380
SM
196662009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19667
ab5c0fcd
SM
19668 * mwheel.el (mwheel-installed-bindings): New var.
19669 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19670 the bindings we set last time. Use custom-initialize-delay.
19671 * loadup.el: Load mwheel after term/*-win.el.
19672 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19673 and mouse-wheel-up-event now that their first evaluation is done
19674 sufficiently late to be correct.
19675
45448e64
SM
19676 * startup.el (tutorial-directory): Make it a defcustom.
19677 Use custom-initialize-delay rather than eval-at-startup to set it.
19678 * image.el (image-load-path): Make it a defcustom.
19679 Use custom-initialize-delay rather than eval-at-startup to set it.
19680 * subr.el (eval-at-startup): Remove.
19681 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19682
5766c380
SM
19683 * subr.el (do-after-load-evaluation): Warn the user after loading an
19684 obsolete package.
19685
d6549da4
GM
196862009-09-12 Glenn Morris <rgm@gnu.org>
19687
19688 * proced.el (proced-mark-alt): Remove alias.
19689 (proced-mode-map): Remove proced-mark-alt.
19690
19691 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19692 Elint file and directory. Remove initialization entry.
19693
19694 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19695 commands.
19696 (elint-current-buffer): Set mode-line-process.
19697 (elint-init-env): Handle define-derived-mode.
19698 Fix declare-function with unspecified arglist. Guard against odd
19699 defalias statements (eg iso-insert's 8859-1-map).
19700 (elint-add-required-env): Use a temp buffer.
19701 (elint-form): Just print the function/macro name, not the whole form.
19702 Return env unchanged if we fail to parse a macro.
19703 (elint-forms): Guard against parse errors.
19704 (elint-output): New function, to handle batch mode.
19705 (elint-log-message): Add optional argument. Use elint-output.
19706 (elint-set-mode-line): New function.
19707
30194d4d
CY
197082009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19709
19710 * emacs-lisp/elp.el (elp-not-profilable): Add more
19711 functions (Bug#4233).
19712
a035f9b0
CY
197132009-09-12 Chong Yidong <cyd@stupidchicken.com>
19714
19715 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19716 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19717
dad61164
NR
197182009-09-11 Nick Roberts <nickrob@snap.net.nz>
19719
19720 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19721 (gdb-var-list-children): Use json parsing.
19722
9c3c9fdf 197232009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
19724
19725 * progmodes/js.el (js--proper-indentation): Handle the case where
19726 char-before is null. Reported by Deniz Dogan.
19727
b4587710
JB
197282009-09-11 Juanma Barranquero <lekktu@gmail.com>
19729
19730 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19731
13890796
DU
197322009-09-11 Daiki Ueno <ueno@unixuser.org>
19733
19734 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19735 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 19736 (epg-context-set-passphrase-callback)
97d4bdba 19737 (epg-context-set-progress-callback): Add description about
b18508dd 19738 callback function.
13890796 19739
2efb64a8
SM
197402009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19741
790d0270
SM
19742 * custom.el (custom-delayed-init-variables): New var.
19743 (custom-initialize-delay): New function.
19744 * startup.el (command-line): "Re"evaluate all vars in
19745 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19746 explicitly any more.
19747 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19748 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19749
19750 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 19751
ac243a40
NR
197522009-09-11 Nick Roberts <nickrob@snap.net.nz>
19753
19754 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
19755 (gdb-var-update-handler): Use json parsing.
19756
657bc6fc
JB
197572009-09-11 Juanma Barranquero <lekktu@gmail.com>
19758
19759 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
19760 decode annotated text, regardless of language environment. (Bug#2741)
19761
b6fe8102
SM
197622009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19763
19764 * Makefile.in (autoloads): Make rmail.el writable as well.
19765
5cc443fe
GM
197662009-09-11 Glenn Morris <rgm@gnu.org>
19767
5515c54e
GM
19768 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
19769 loaddefs.el.
19770 * dired.el: Regenerate with extracted autoloads.
19771 * Makefile.in (autoloads): Make dired.el writable.
19772
15067158
GM
19773 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
19774 * ibuffer.el: Regenerate with extracted autoloads.
19775 * Makefile.in (autoloads): Make ibuffer.el writable.
19776
d35d0238
GM
19777 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
19778 * version.el (emacs-copyright, emacs-major-version)
19779 (emacs-minor-version): Reformat doc-strings for make-docfile.
19780
5cc443fe
GM
19781 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
19782 functions and variables, since they must be stuff specific to some other
19783 platform.
19784 (apropos-print): Make mouse-click message less specific about button.
19785
19786 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
19787 that records where a macro was defined.
19788 * help-fns.el (describe-function-1): Mention if a function has a
19789 compiler-macro.
19790 * help-mode.el (help-function-cmacro): New button.
19791
19792 * locate.el (top-level): Always require dired.
19793 (locate-mode-map): Initialize inside the defvar.
19794
19795 * net/ange-ftp.el (dired-compress-file): Declare.
19796 (ange-ftp-dired-compress-file): Add doc string.
19797
19798 * term/ns-win.el (x-display-name, x-setup-function-keys):
19799 Unify doc-strings with X versions.
19800
8cb95edf
SM
198012009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19802
726a4d09
SM
19803 * emulation/crisp.el (crisp-mode-map): Move initialization
19804 into declaration.
19805 (crisp-mode): Use define-minor-mode.
19806
8cb95edf
SM
19807 * progmodes/xscheme.el (xscheme-evaluation-commands):
19808 Put a :advertised-binding property rather than using
19809 advertised-xscheme-send-previous-expression.
19810 (advertised-xscheme-send-previous-expression): Declare obsolete.
19811 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
19812 `advertised-undo'.
19813 (crisp-mode): Add corresponding bindings to
19814 undo's :advertised-binding instead.
19815 * dired.el (dired-mode-map): Put a :advertised-binding property rather
19816 than using dired-advertised-find-file.
19817 (dired-advertised-find-file):
19818 * simple.el (advertised-undo):
19819 * wid-edit.el (advertised-widget-backward): Declare obsolete.
19820 (widget-keymap): Put a :advertised-binding property rather
19821 than using advertised-widget-backward.
19822 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
19823 than using advertised-undo.
19824 * tutorial.el (tutorial--default-keys): Adjust accordingly.
19825
07db5857
SS
198262009-09-10 Simon South <ssouth@slowcomputing.org>
19827
19828 * progmodes/delphi.el (delphi-tab): Indent region when Transient
19829 Mark mode is enabled and region is active; otherwise indent or
19830 insert TAB as usual.
19831 (delphi-mode): Update description of TAB-key binding.
19832
50d4ba39
SM
198332009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19834
19835 * subr.el (define-key-rebound-commands): Mark obsolete.
19836 * startup.el (precompute-menubar-bindings): Remove.
19837 (normal-top-level): Remove obsolete code that tried to precompute
19838 menubar bindings.
19839 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
19840 define-key-rebound-commands and precompute-menubar-bindings.
19841
ffa894db
KY
198422009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
19843
19844 * net/imap.el (imap-interactive-login): Better messages.
19845 (imap-open): Fix bug with renamed buffer on reconnect.
19846 (imap-authenticate): Add buffer-local imap-last-authenticator variable
19847 for easier debugging and cleaner code. On successful (guessed based on
19848 server capabilities) secondary authentication, set imap-state
19849 correctly.
19850 (imap-last-authenticator): Define imap-last-authenticator as a variable
19851 to avoid warnings.
19852
9477096c
GM
198532009-09-10 Glenn Morris <rgm@gnu.org>
19854
19855 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
19856
19857 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
19858 (byte-compile-file-form-autoload): Don't warn about unknown functions
19859 where the autoload statement comes after the use.
19860 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
19861 that any handlers inside the body (eg require) are in turn respected.
19862
19863 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
19864 effects.
19865
19866 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
19867 and syntax and abbrev tables basic docs, if they don't have any.
19868
19869 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
19870
19871 * international/mule-cmds.el (top-level): Require cl when compiling.
19872 (view-hello-file): Use default-value rather than
19873 default-enable-multibyte-characters.
19874
19875 * progmodes/fortran.el: Move all safe and risky properties into the
19876 defcustoms.
19877
19878 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
19879 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
19880 * mail/undigest.el:
19881 Put autoloads in rmail.el rather than loaddefs.el.
19882 * mail/rmail.el: Regenerate with extracted autoloads.
19883
19884 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
19885 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
19886
9f16c547
NR
198872009-09-10 Nick Roberts <nickrob@snap.net.nz>
19888
19889 Reported in thread for Bug#4375.
19890 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
19891 "-data-evaluate-expression" instead of print.
19892 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
19893 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
19894 (gdb): Revert 2009-08-11 change. User should detach inferior
19895 manually.
9f16c547
NR
19896
19897 Remove the word "separate" from IO functions as inferior
19898 output is now never displayed in the GUD buffer.
19899
50405cd0
JB
199002009-09-10 Juanma Barranquero <lekktu@gmail.com>
19901
19902 * startup.el (command-line-normalize-file-name): On Windows and
19903 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
19904
7ae62430
JL
199052009-09-10 Juri Linkov <juri@jurta.org>
19906
19907 * isearch.el (isearch-text-char-description): Propertize escape
19908 character sequences with the `escape-glyph' face. (Bug#4344)
19909
19910 * simple.el (shell-command): Set asynchronous process filter to
19911 `comint-output-filter'. (Bug#4343)
19912
19913 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
19914 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
19915 the list. Move "asm" to the bottom.
19916 (grep-find-ignored-directories): Add `choice' with nil value
19917 to empty the list easily.
19918 (grep-find-ignored-files): New option.
19919 (grep-files-history): Set to nil by default instead of '("ch" "el").
19920 (grep-compute-defaults): Add "<X>" to `grep-template'.
19921 (grep-read-files): Bind new local variables `default-alias' and
19922 `default-extension'. Use a list of default values for the file prompt.
19923 (lgrep): Add `--exclude=' command line options composed from
19924 `grep-find-ignored-files'.
19925 (rgrep): Add `-name' command line options composed from
19926 `grep-find-ignored-files'. (Bug#4301)
19927
cd875252
SM
199282009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
19929
19930 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
19931 (bug#4368).
19932
cdce0b33
KY
199332009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
19934
19935 * calendar/time-date.el (autoload):
19936 Expand define-obsolete-function-alias into defalias and make-obsolete
19937 for old Emacsen that Gnus supports.
19938 (with-no-warnings): Define it for old Emacsen.
19939 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
19940 is available.
19941 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
19942 float-time is available; suppress compile warning for time-to-seconds.
19943
199442009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
19945
19946 * net/imap.el (imap-message-map): Docstring fix.
19947
2b2eb431
GM
199482009-09-09 Glenn Morris <rgm@gnu.org>
19949
19950 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
19951 line numbers too. (Bug#4374)
19952
83a5aac5
SM
199532009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
19954
755e0210
SM
19955 * smerge-mode.el (smerge-remove-props, smerge-refine):
19956 Use with-silent-modifications (bug#4342).
19957
83a5aac5
SM
19958 * subr.el (with-silent-modifications): New macro.
19959
79f01fa7
JB
199602009-09-07 Juanma Barranquero <lekktu@gmail.com>
19961
19962 * files.el (top-level): Require `cl' when compiling.
19963
448ecec3
GM
199642009-09-07 Glenn Morris <rgm@gnu.org>
19965
19966 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
19967
8f09a02f
GM
19968 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
19969 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
19970
76ff67bf
NR
199712009-09-06 Nick Roberts <nickrob@snap.net.nz>
19972
19973 * vc-git.el (vc-git-annotate-command): Use separator to parse
19974 arguments correctly.
19975
943c8b75
EZ
199762009-09-06 Eli Zaretskii <eliz@gnu.org>
19977
19978 * proced.el (proced-mode): Doc fix.
19979
680db9ac
MA
199802009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
19981
19982 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
19983 lstat fails.
19984 (tramp-do-file-attributes-with-ls): Check for file existence at
19985 remote end.
19986 (tramp-do-file-attributes-with-stat): Likewise.
19987 (tramp-convert-file-attributes): Return nil when attr is nil.
19988
3f12e5bd
GM
199892009-09-05 Glenn Morris <rgm@gnu.org>
19990
c8dc27bf
GM
19991 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
19992 properties to this button.
19993 (diary-fancy-display): Don't extend the button to the final newline.
19994 (diary-fancy-display-mode): Continue to define "q" as a local key.
19995
cca065d8
GM
19996 * calendar/cal-china.el (holiday-chinese): Make it slightly more
19997 efficient.
19998
cddaedb6
GM
19999 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
20000
3f12e5bd
GM
20001 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
20002 (byte-compile-dest-file-function): New option.
20003 (byte-compile-dest-file): Doc fix.
20004 Obey byte-compile-dest-file-function.
20005 (byte-compile-cl-file-p): New function.
20006 (byte-compile-eval): Only suppress noruntime warnings about cl functions
20007 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
20008 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
20009 than for file being previously loaded.
20010 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
20011 (byte-compile-file-form-require): Handle the case where requiring a file
20012 indirectly causes CL to be loaded.
20013
049a231b
KF
200142009-09-05 Karl Fogel <kfogel@red-bean.com>
20015
20016 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
20017 before killing the old buffer, since by the time `kill-buffer' is
20018 run so many buffer variables have been set to nil that it may not
20019 behave as expected. (Bug#4061)
20020
ef7ef2a0
KF
200212009-09-05 Karl Fogel <kfogel@red-bean.com>
20022
20023 * files.el (find-alternate-file): If the old buffer is modified
20024 and visiting a file, behave similarly to `kill-buffer' when
20025 killing it, thus reverting to the pre-1.878 behavior; see
20026 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
20027 for discussion. Also, consult `buffer-file-name' as a variable
20028 not as a function, for consistency with the rest of the code.
20029
73d854cd
MA
200302009-09-04 Michael Albinus <michael.albinus@gmx.de>
20031
20032 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
20033 also when adding a new directory.
20034
6a7662bb
BR
20035 * net/tramp-compat.el (tramp-compat-line-beginning-position):
20036 New defun.
73d854cd 20037
df120481
SM
200382009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
20039
20040 * files.el (locate-file-completion-table): Make it provide boundary
20041 information, so partial-completion works better.
20042
c0bc6d79
SM
200432009-09-04 Leo <sdl.web@gmail.com> (tiny change)
20044
20045 * mail/footnote.el (Footnote-text-under-cursor):
20046 Check footnote-text-marker-alist before using it (bug#4324).
20047
f76a9756
GM
200482009-09-04 Glenn Morris <rgm@gnu.org>
20049
67d110f1
GM
20050 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
20051 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
20052 * play/solitaire.el, play/tetris.el:
20053 Remove leading * from defcustom and defface docs.
20054
b42d4989
GM
20055 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
20056 necessary.
20057 (diary-fancy-overriding-map): New variable.
20058 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
20059 Use view-mode.
20060
f76a9756
GM
20061 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
20062 goto-line.
20063
e605eeeb
GM
200642009-09-03 Glenn Morris <rgm@gnu.org>
20065
597e2240
GM
20066 * arc-mode.el (archive-mode):
20067 * dos-fns.el (set-default-process-coding-system):
20068 * man.el (Man-getpage-in-background):
20069 * menu-bar.el (menu-bar-describe-menu):
20070 * server.el (server-process-filter):
20071 * startup.el (command-line):
20072 * tar-mode.el (tar-header-block-tokenize, tar-extract):
20073 * w32-fns.el (set-default-process-coding-system):
20074 * x-dnd.el (x-dnd-handle-file-name):
20075 * international/mule-cmds.el (mule-menu-keymap)
20076 (set-default-coding-systems, language-info-alist, set-language-info)
20077 (set-language-environment, standard-display-european-internal)
20078 (set-locale-environment):
20079 * international/mule-diag.el (mule-diag):
20080 * mail/emacsbug.el (report-emacs-bug):
20081 * mail/rmail.el (rmail-mode):
20082 * mail/sendmail.el (mail-setup):
20083 Use default-value rather than default-enable-multibyte-characters.
20084
f38184aa
GM
20085 * progmodes/f90.el: Move all safe properties into the defcustoms.
20086 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
20087
e605eeeb
GM
20088 * calendar/appt.el (appt-check):
20089 * calendar/diary-lib.el (diary-set-header, diary-live-p)
20090 (diary-check-diary-file, diary-list-entries)
20091 (diary-include-other-diary-files, diary-simple-display)
20092 (diary-fancy-display, diary-print-entries)
20093 (diary-mark-included-diary-files, diary-make-entry):
20094 Don't call substitute-in-file-name on diary-file.
20095
734db384 200962009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 20097 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
20098
20099 * mail/footnote.el (footnote-prefix): Make it a defcustom.
20100 (footnote-mode-map): Move initialization into the declaration.
20101 (footnote-minor-mode-map): Define it rather than changing global-map.
20102 (footnote-mode): Use define-minor-mode.
20103
e5aa47f9
MA
201042009-09-02 Michael Albinus <michael.albinus@gmx.de>
20105
20106 * net/tramp.el (tramp-handle-file-attributes-with-ls)
20107 (tramp-do-file-attributes-with-perl)
20108 (tramp-do-file-attributes-with-stat): Rename from
20109 `tramp-handle-file-attributes-with-*'.
20110 (tramp-handle-file-attributes): Use them.
20111 (tramp-do-directory-files-and-attributes-with-perl)
20112 (tramp-do-directory-files-and-attributes-with-stat): Rename from
20113 `tramp-handle-directory-files-and-attributes-with-*'.
20114 (tramp-handle-directory-files-and-attributes): Use them.
20115 (tramp-method-out-of-band-p): Additional parameter SIZE.
20116 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
20117 (tramp-handle-write-region): Use it.
734db384 20118 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
20119 (tramp-handle-vc-registered): Check, whether the first run did
20120 return files to be tested.
20121 (tramp-advice-make-auto-save-file-name): Do not call directly
20122 `tramp-handle-make-auto-save-file-name', because this would bypass
20123 the locking mechanism.
20124
734db384 20125 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
20126 (file-remote-p, process-file, start-file-process, set-file-times)
20127 (tramp-compat-file-attributes): Compatibility functions shall not
20128 call directly `tramp-handle-*', because this would bypass the
20129 locking mechanism.
20130 (tramp-compat-number-sequence): New defun.
20131
6e2ca895
GM
201322009-09-02 Glenn Morris <rgm@gnu.org>
20133
697c7714
GM
20134 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
20135 alias for float-time.
20136 (time-to-number-of-days): In Emacs, use float-time.
20137 * net/newst-backend.el (time-add): Suppress warnings from compat
20138 function.
20139 * time.el (emacs-uptime, emacs-init-time):
20140 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
20141 Use float-time rather than time-to-seconds.
20142
6e2ca895
GM
20143 * minibuffer.el (completion-initials-expand): Fix typo.
20144
20145 * faces.el (modeline, modeline-inactive, modeline-highlight)
20146 (modeline-buffer-id):
20147 * info.el (info-menu-5): Mark these face aliases as obsolete.
20148
ed17efec
NR
201492009-09-01 Nick Roberts <nickrob@snap.net.nz>
20150
20151 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
20152 space ...
20153 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
20154 no "--thread" option.
20155 (gdb-stopped): Don't print "Switched to thread" message when it is
20156 unchanged.
20157
fcb68f70
SM
201582009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
20159
20160 * minibuffer.el (completion-try-completion)
20161 (completion-all-completions): Remove ill-defined (and
20162 mistakenly installed and luckily never used nor documented)
20163 `completion-styles' property.
20164 (completion-initials-expand, completion-initials-all-completions)
20165 (completion-initials-try-completion): New functions.
20166 (completion-styles-alist): Add doc to each entry.
20167 Add new `initials' entry.
20168
83318a6d
NR
201692009-09-01 Nick Roberts <nickrob@snap.net.nz>
20170
20171 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
20172 MI command -var-evaluate-expression.
20173 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
20174 and tweak for case of string child.
734db384 20175 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 20176
d63eb0e7
GM
201772009-09-01 Glenn Morris <rgm@gnu.org>
20178
c4f6e489
GM
20179 * add-log.el (change-log-date-face, change-log-name-face)
20180 (change-log-email-face, change-log-file-face, change-log-list-face)
20181 (change-log-conditionals-face, change-log-function-face)
20182 (change-log-acknowledgement-face):
20183 * cus-edit.el (custom-invalid-face, custom-rogue-face)
20184 (custom-modified-face, custom-set-face, custom-changed-face)
20185 (custom-saved-face, custom-button-face, custom-button-pressed-face)
20186 (custom-documentation-face, custom-state-face, custom-comment-face)
20187 (custom-comment-tag-face, custom-variable-tag-face)
20188 (custom-variable-button-face, custom-face-tag-face)
20189 (custom-group-tag-face-1, custom-group-tag-face):
20190 * diff-mode.el (diff-header-face, diff-file-header-face)
20191 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20192 (diff-added-face, diff-changed-face, diff-function-face)
20193 (diff-context-face, diff-nonexistent-face):
20194 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20195 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
20196 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20197 (Info-title-4-face):
20198 * isearch.el (isearch-lazy-highlight-face):
20199 * log-view.el (log-view-file-face, log-view-message-face):
20200 * paren.el (show-paren-match-face, show-paren-mismatch-face):
20201 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20202 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20203 (cvs-msg-face):
20204 * smerge-mode.el (smerge-mine-face, smerge-other-face)
20205 (smerge-base-face, smerge-markers-face):
20206 * wid-edit.el (widget-documentation-face, widget-button-face)
20207 (widget-field-face, widget-single-line-field-face)
20208 (widget-inactive-face, widget-button-pressed-face):
20209 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
20210 (woman-addition-face):
2fb1ec93
GM
20211 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
20212 (eshell-ls-executable-face, eshell-ls-readonly-face)
20213 (eshell-ls-unreadable-face, eshell-ls-special-face)
20214 (eshell-ls-missing-face, eshell-ls-archive-face)
20215 (eshell-ls-backup-face, eshell-ls-product-face)
20216 (eshell-ls-clutter-face):
20217 * eshell/em-prompt.el (eshell-prompt-face):
20218 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 20219 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
20220 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
20221 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
20222 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
20223 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
20224 (antlr-font-lock-literal-face):
c4f6e489
GM
20225 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20226 (ebrowse-root-class-face, ebrowse-file-name-face)
20227 (ebrowse-default-face, ebrowse-member-attribute-face)
20228 (ebrowse-member-class-face, ebrowse-progress-face):
20229 * progmodes/make-mode.el (makefile-space-face):
20230 * progmodes/sh-script.el (sh-heredoc-face):
20231 * textmodes/flyspell.el (flyspell-incorrect-face)
20232 (flyspell-duplicate-face):
20233 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 20234 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
20235 Mark face aliases with "-face" suffix as obsolete.
20236
d80619fa
GM
20237 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
20238 compiler.
20239
5f68c1b7
GM
20240 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20241 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20242 easy-menu-define wants to modify these.
20243
20244 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20245
20246 * net/browse-url.el (browse-url-file-url):
20247 * term/internal.el (dos-codepage-setup):
20248 Use default-value rather than default-enable-multibyte-characters.
20249
d80619fa 20250 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
20251 * progmodes/flymake.el (flymake-highlight-line)
20252 (flymake-goto-file-and-line, flymake-goto-line):
20253 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20254 (gdb-goto-breakpoint):
20255 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20256 * progmodes/python.el (python-find-function)
20257 (python-pdbtrack-track-stack-file):
20258 * progmodes/verilog-mode.el (verilog-surelint-off):
20259 * term/ns-win.el (ns-open-file-select-line):
20260 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20261 Use forward-line rather than goto-line.
20262
d63eb0e7
GM
20263 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20264 * textmodes/reftex-index.el (reftex-display-index):
20265 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20266 * textmodes/reftex-toc.el (reftex-toc):
20267 Remove unnecessary bindings of default-major-mode (all are followed by
20268 major-mode check and possible mode switch).
20269
0afad278
NR
202702009-08-31 Nick Roberts <nickrob@snap.net.nz>
20271
20272 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20273 Handle watchpoints (bug#4282).
20274 (def-gdb-thread-buffer-command): Enable thread to be selected by
20275 clicking without selecting threads buffer first.
20276 (gdb-current-context-command): Use selected frame so that "up",
20277 "down" etc work in the GUD buffer.
20278 (gdb-update): Find selected frame before rendering stack buffer.
20279 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20280
4e135dd2
SM
202812009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20282
20283 * progmodes/sym-comp.el (displayed-completions): Remove.
20284 (symbol-complete): Use minibuffer-complete.
20285
e61eba34
GM
202862009-08-31 Glenn Morris <rgm@gnu.org>
20287
20288 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20289
734db384
SM
20290 * apropos.el (apropos-symbols-internal):
20291 Handle (obsolete) face aliases.
e61eba34
GM
20292
20293 * faces.el (describe-face): Adjust the output format to be more like
20294 describe-variable, and to mention (obsolete) face aliases.
20295 Adjust the whitespace so that help-setup-xref works.
20296
20297 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20298 * calendar/diary-lib.el (diary-button-face):
20299 Mark these face aliases as obsolete.
20300
20301 * calendar/calendar.el (calendar-today): Doc fix.
20302
4cf71456
NR
203032009-08-31 Nick Roberts <nickrob@snap.net.nz>
20304
20305 * progmodes/gdb-mi.el (gdb-control-all-threads)
20306 (gdb-control-current-thread): Force tool bar update.
20307 (gdb-non-stop-handler): New function.
20308 (gdb-init-1): Use it to test if non-stop mode is supported.
20309 Remove unused gdbmi buffer type.
20310
e61eba34 203112009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
20312
20313 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 20314 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 20315
4324f7ca
NR
203162009-08-30 Nick Roberts <nickrob@snap.net.nz>
20317
20318 * comint.el (comint-exec-1): Check command is non-null first.
20319 Part of gdb-mi.el change (2009-08-28).
20320
a1bf889a
SM
203212009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20322
20323 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20324
060c08b5
JB
203252009-08-30 Juanma Barranquero <lekktu@gmail.com>
20326
20327 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20328 instead of `dolist' to avoid a recursive require when bootstrapping.
20329
ab22be48
SM
203302009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20331
73ebf88f
SM
20332 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20333
80629cfc
SM
20334 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20335
206d0387 20336 * net/imap.el (imap-send-command): Simplify.
734db384 20337 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 20338
844f7784
SM
20339 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20340
5ca4661e
SM
20341 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20342 with constant argument.
20343
c61dc887
SM
20344 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20345
7eb73deb
SM
20346 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20347
5fe443de
SM
20348 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20349 Change default, since most of our files don't have a history.
20350 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20351 the user.
20352
6444d64a
SM
20353 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20354 Add comint-run.
20355
5cb16bfc
SM
20356 * calc/calc.el: Improve commenting convention.
20357 (calc-digit-map, toplevel): Simplify.
20358
0aeb71a7
SM
20359 * comint.el (comint-insert-input): Be careful to only set point if we
20360 don't delegate to some other command.
20361
9a9af856
SM
20362 * proced.el (proced-signal-list): Make it an alist.
20363 (proced-grammar-alist): Capitalize names.
20364 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20365 Disable undo manually and make it read-only.
20366 Use completion-annotate-function.
20367
ab22be48
SM
20368 * minibuffer.el (minibuffer-message): If the current buffer is not
20369 a minibuffer, insert the message in the echo area rather than at the
20370 end of the buffer.
20371 (completion-annotate-function): New variable.
20372 (minibuffer-completion-help): Use it.
20373 (completion--embedded-envvar-table): Environment vars are
20374 always case-sensitive.
20375
4a948dbf
GM
203762009-08-30 Glenn Morris <rgm@gnu.org>
20377
20378 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20379 from fortran-current-defun.
20380 (fortran-beginning-of-subprogram): Be more precise about finding the
20381 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20382 (fortran-end-of-subprogram): Simplify.
20383 (fortran-current-defun): Use fortran-start-prog-re.
20384
486cf3b8
JB
203852009-08-29 Juanma Barranquero <lekktu@gmail.com>
20386
20387 * subr.el (do-after-load-evaluation): Simplify.
20388
db167d28
DN
203892009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20390
20391 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20392
20393 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20394 (vc-rcs-print-log): Use it.
20395
20396 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20397
efbc652a
SM
203982009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20399
2aa0e5bf
SM
20400 * paths.el (abbrev-file-name): Move to abbrev.el.
20401 * abbrev.el (abbrev-file-name): Move from paths.el.
20402 Obey user-emacs-directory.
20403 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20404 user-emacs-directory.
20405 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20406 abbrev-file-name and calc-settings-file any more.
20407 * startup.el (command-line): Recompute abbrev-file-name and
20408 abbreviated-home-dir.
20409 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20410 of the special code for when C-h bindings haven't been changed.
20411 (display-startup-echo-area-message): Use with-current-buffer.
20412 (command-line-1): Use a list of strings, rather than a list of lists
20413 of strings for longopts.
20414
51da8fe2
SM
20415 * files.el (get-free-disk-space): Use / for default-directory.
20416
0c3cc4dd
SM
20417 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20418 Use with-current-buffer.
20419
d988dbf6
SM
20420 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20421 Recognize immutable variables like most-positive-fixnum.
20422 (byte-compile-setq-default): Check and warn if trying to assign
20423 to an immutable variable, or a non-variable.
20424
efbc652a
SM
20425 * progmodes/cc-vars.el (c-comment-continuation-stars):
20426 * progmodes/cc-engine.el (c-looking-at-bos):
20427 * progmodes/cc-cmds.el (c-toggle-auto-state)
20428 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20429 (c-comment-line-break-function): Add version of obsolescence.
20430
d30a05d1
JL
204312009-08-28 Juri Linkov <juri@jurta.org>
20432
20433 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20434 associated with `archive-mode'.
20435
20436 * image.el (image-type-header-regexps): Use only JPEG magic number
20437 to determine JPEG images, and don't use `image-jpeg-p' because
20438 Emacs can display non-JFIF non-Exif JPEG images.
20439
1e8eecea
JB
204402009-08-28 Juanma Barranquero <lekktu@gmail.com>
20441
20442 * arc-mode.el (archive-mode):
20443 * emacs-lisp/re-builder.el (re-builder-unload-function):
20444 Protect against the default value of `major-mode' being nil.
20445
dd4fbf56
JB
204462009-08-28 Juanma Barranquero <lekktu@gmail.com>
20447
20448 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20449 Fix typos in docstrings.
20450
20451 * progmodes/js.el (js--macro-decl-re): Doc fix.
20452 (js--plain-method-re, js--split-name): Refloc docstring.
20453 (js--class-styles, js--make-merged-item, js--splice-into-items):
20454 Fix typos in docstrings; reflow docstrings.
20455 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20456 (js--variable-decl-matcher, js--inside-pitem-p)
20457 (js--parse-state-at-point, js--get-all-known-symbols)
20458 (js--symbol-history, js-find-symbol, js--js-references)
20459 (js--moz-interactor, js--js-encode-value, js--read-tab):
20460 Fix typos in docstrings.
20461
72f16325
SM
204622009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20463
14acf2f5
SM
20464 * textmodes/reftex.el (reftex-get-file-buffer-force):
20465 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20466 * emulation/viper.el (viper-go-away, viper-set-hooks):
20467 * emacs-lisp/re-builder.el (re-builder-unload-function):
20468 * emacs-lisp/bytecomp.el (byte-compile-file):
20469 * ses.el (ses-unload-function):
20470 * hexl.el (hexl-find-file):
20471 * files.el (normal-mode):
20472 * ehelp.el (with-electric-help):
20473 * autoinsert.el (auto-insert-alist):
20474 * arc-mode.el (archive-mode):
20475 Use (default-value 'major-mode) instead of default-major-mode.
20476
72f16325
SM
20477 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20478 * international/mule.el (load-with-code-conversion):
20479 * emacs-lisp/debug.el (debug):
20480 * ediff-vers.el (ediff-rcs-get-output-buffer):
20481 * dired.el (dired-internal-noselect): Don't let-bind
20482 default-major-mode around code that doesn't use it.
20483 E.g. buffer creation via get-buffer-create doesn't use it.
20484
aa485f7c
MA
204852009-08-28 Michael Albinus <michael.albinus@gmx.de>
20486
20487 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20488 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20489 when writing the temp file. Otherwise, epa-file gets confused.
20490 (tramp-register-file-name-handlers): Make it a defun. Move also
20491 `epa-file-handler' to the front of `file-name-handler-alist'.
20492
204932009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20494
20495 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20496 start right after a ^M.
20497 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20498 (tramp-completion-file-name-regexp-separate)
20499 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
20500 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20501 Don't modify last-coding-system-used by accident.
aa485f7c
MA
20502 (tramp-completion-file-name-handler): Apply the checks here,
20503 instead during registration.
88b5a757 20504 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
20505 `tramp-register-file-name-handler'. Register both
20506 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 20507 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 20508
3f0c2b92
NR
205092009-08-28 Nick Roberts <nickrob@snap.net.nz>
20510
72f16325
SM
20511 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20512 Remove variable ...
3f0c2b92
NR
20513 (gdb-init-1, gdb-display-separate-io-buffer)
20514 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20515 references to it.
20516 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20517 (gdb-inferior-filter): Use comint-output-filter to stop
20518 echoing and remove ^M characters.
20519
705e5bd9
SM
205202009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20521
009fdc2e
SM
20522 * emulation/viper-init.el (viper-restore-cursor-type):
20523 * emulation/cua-base.el (cua--update-indications):
20524 Replace default-cursor-type with (default-value 'cursor-type).
20525
b56a5ae0
SM
20526 * mail/sendmail.el (mail-recover-1):
20527 * international/mule-diag.el (describe-current-coding-system-briefly)
20528 (describe-current-coding-system):
20529 * international/mule-cmds.el (select-safe-coding-system)
20530 (select-message-coding-system)
20531 (set-language-environment-coding-systems, set-locale-environment):
20532 * hexl.el (hexl-insert-multibyte-char):
20533 * dos-w32.el (find-buffer-file-type-coding-system):
20534 * simple.el (what-cursor-position):
20535 Replace uses of default-buffer-file-coding-system
20536 with (default-value 'buffer-file-coding-system).
20537
de70529f
SM
20538 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20539 Replace uses of default-cursor-in-non-selected-windows
20540 with (default-value 'cursor-in-non-selected-windows).
20541 Use with-current-buffer.
20542
705e5bd9
SM
20543 * mail/feedmail.el: Use CL macros.
20544 (feedmail-run-the-queue, feedmail-send-it-immediately):
20545 * dos-w32.el (find-buffer-file-type): Replace uses of
20546 default-buffer-file-type with (default-value 'buffer-file-type).
20547
4d985ac2
GM
205482009-08-28 Glenn Morris <rgm@gnu.org>
20549
20550 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20551 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20552 Use default-value of major-mode rather than default-major-mode.
20553
17c15b81
SM
205542009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20555
3a68ab06
SM
20556 * Makefile.in (update-elcfiles): Report left over elc files.
20557
9421bdd1
SM
20558 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20559 expand-file-name and with-current-buffer.
20560 (mail-get-names, mail-directory): Use with-current-buffer.
20561
17c15b81
SM
20562 * vc.el (vc-read-revision): New function.
20563 (vc-version-diff, vc-merge): Use it.
20564
ba83a64e
SS
205652009-08-27 Sam Steingold <sds@gnu.org>
20566
20567 * simple.el (kill-do-not-save-duplicates): New user option.
20568 (kill-new): When it is non-nil, and the new string is the same as
20569 the latest kill, set replace to t to avoid duplicates in kill-ring.
20570
be3e598a 205712009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
20572
20573 * net/tramp.el (tramp-handle-process-file): Do not flush all
20574 caches when `process-file-side-effects' is set.
20575 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
20576 instead of `tramp-find-file-exists-command'.
20577 Unset `process-file-side-effects'.
d5b5c94a
MA
20578
205792009-08-27 Michael Albinus <michael.albinus@gmx.de>
20580
20581 * net/tramp.el (tramp-methods): New method "rsyncc".
20582 (top): Add completion function for "rsyncc".
20583 (tramp-message-show-message): New defvar.
20584 (tramp-message, tramp-error): Use it.
20585 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20586 remote copying.
20587 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20588 `tramp-methods' entry `copy-env' of "rsyncc".
20589 (tramp-vc-registered-read-file-names): New defconst.
20590 (tramp-vc-registered-file-names): New defvar.
20591 (tramp-handle-vc-registered): Implement optimization strategy.
20592 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20593 (tramp-vc-file-name-handler): New defun.
20594 (tramp-get-ls-command, tramp-get-test-command)
20595 (tramp-get-file-exists-command, tramp-get-remote-ln)
20596 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 20597 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
20598
20599 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20600 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20601 timestamps.
20602 (tramp-get-file-property): Check for timestamps in
20603 `tramp-cache-inhibit-cache'.
20604 (tramp-set-file-property): Write timestamp.
20605
1339cf20
KH
206062009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20607
20608 * language/japan-util.el (japanese-symbol-table): Add entries for
20609 cp932-2-byte.
20610
20611 * international/characters.el: Add category `j' to cp932-2-byte.
20612
726e3f1d
KH
206132009-08-27 Kenichi Handa <handa@m17n.org>
20614
20615 * international/fontset.el (build-default-fontset-data): New macro.
20616 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 20617 tibetan, ethiopic, and ipa.
726e3f1d 20618
4e3b4528
SM
206192009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20620
20621 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20622 (enable-multibyte-characters): Not customizable any more.
20623
20624 * subr.el (default-mode-line-format, default-header-line-format)
20625 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20626 (default-direction-reversed, default-truncate-lines)
20627 (default-left-margin, default-tab-width, default-case-fold-search)
20628 (default-left-margin-width, default-right-margin-width)
20629 (default-left-fringe-width, default-right-fringe-width)
20630 (default-fringes-outside-margins, default-scroll-bar-width)
20631 (default-vertical-scroll-bar, default-indicate-empty-lines)
20632 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20633 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20634 (default-scroll-down-aggressively, default-fill-column)
20635 (default-cursor-type, default-buffer-file-type)
20636 (default-cursor-in-non-selected-windows)
20637 (default-buffer-file-coding-system, default-major-mode)
20638 (default-enable-multibyte-characters): Mark as obsolete.
20639
b3cca6a6
DN
206402009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20641
652cc1a2
DN
20642 * vc-dir.el (vc-dir-update): Remove debug helper.
20643
b3cca6a6
DN
20644 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20645
4ed8c7aa
SS
206462009-08-26 Sam Steingold <sds@gnu.org>
20647
20648 * simple.el (save-interprogram-paste-before-kill): New user option.
20649 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20650 save the interprogram-paste into kill-ring before overriding it
20651 with the Emacs kill.
20652
3b64d86b
DN
206532009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20654
20655 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20656 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20657 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20658 and move to vc-rcs.el.
20659 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20660 move to vc-rcs.el.
20661 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20662 (vc-rcs-update-changelog): Remove.
20663 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20664 and move to vc-rcs.el.
20665
20666 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20667 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20668 renaming.
20669 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 20670 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
20671 vc.el, renamed to be RCS specific.
20672
72f16325
SM
20673 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20674 New functions.
20675 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
20676
20677 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20678 New functions.
20679
636a36a0
SM
206802009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20681
20682 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20683
239b3340
DN
206842009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20685
b91f0762 20686 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
20687 (vc-git-stash, vc-git-stash-show): New functions.
20688 (vc-git-extra-menu-map): Bind them.
b91f0762 20689
b8e54362
DN
20690 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20691 directory correctly in case the item is a directory itself.
20692
239b3340
DN
20693 * vc.el: Document the desired behavior for reverted files in the
20694 `added' state.
dc810649
DN
20695 (vc-default-prettify-state-info): Remove function, unused.
20696
20697 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 20698
e49c0179
GM
206992009-08-26 Glenn Morris <rgm@gnu.org>
20700
20701 * bindings.el (standard-mode-line-format): Reposition dashes in
20702 which-func entry. (Bug#4217)
20703
3029e594
GM
20704 * files.el (enable-local-variables, enable-local-eval)
20705 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20706 the defcustoms.
20707 (auto-mode-alist, ignored-local-variables)
20708 (save-some-buffers-action-alist): Move risky declarations to the
20709 definitions.
20710 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20711 (font-lock-defaults, format-alist, imenu--index-alist)
20712 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20713 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20714 (mode-line-modified, mode-line-mule-info, mode-line-position)
20715 (mode-line-process, mode-line-remote, outline-level)
20716 (parse-time-rules, rmail-output-file-alist)
20717 (special-display-buffer-names, vc-mode):
20718 Move risky declarations to the relevant files.
72f16325
SM
20719 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20720 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
20721 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20722 * font-core.el (font-lock-defaults):
20723 * format.el (format-alist):
20724 * vc-hooks.el (vc-mode):
20725 * window.el (special-display-buffer-names):
20726 * international/mule-cmds.el (input-method-alist):
20727 Define riskiness here (dumped file) rather than in files.el.
20728 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20729 * imenu.el (imenu-generic-expression, imenu--index-alist):
20730 * outline.el (outline-level):
20731 * time.el (display-time-string):
20732 * calendar/parse-time.el (parse-time-rules):
20733 * mail/rmailout.el (rmail-output-file-alist):
20734 Autoload riskiness here, rather than placing in files.el.
20735
8476cfaf
SM
207362009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20737
20738 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20739
0b35b48e
MA
207402009-08-25 Michael Albinus <michael.albinus@gmx.de>
20741
20742 * simple.el (process-file-side-effects): New defvar.
20743
20744 * dired-aux.el (dired-show-file-type):
20745 * vc.el (vc-diff-internal):
20746 * vc-arch.el (vc-arch-diff):
20747 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20748 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20749 * vc-git.el (vc-git-registered, vc-git-working-revision)
20750 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20751 (vc-git--empty-db-p):
20752 * vc-hooks.el (vc-user-login-name):
20753 * vc-svn.el (vc-svn-registered, vc-svn-state)
20754 (vc-svn-dir-extra-headers, vc-svn-find-revision):
20755 * progmodes/grep.el (grep-probe): Let-bind
20756 `process-file-side-effects' with nil.
20757
20758 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
20759
20760 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
20761 daemon. Replace ping by checking for running service for bluez
20762 and zeroconf. (Bug#4239)
20763
d54cc599
GM
207642009-08-25 Kevin Ryde <user42@zip.com.au>
20765
20766 * net/dig.el (dig): Add autoload cookie.
20767
7bfd055d
GM
207682009-08-25 Glenn Morris <rgm@gnu.org>
20769
bac9c66c
GM
20770 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
20771 load-history for absolute file-names.
20772 (byte-compile-file-form-require): Warn about use of the cl package.
20773
7bfd055d
GM
20774 * format.el (format-alist): Doc fix.
20775
5ac1f9e0
GM
20776 * play/bubbles.el (top-level): Don't require cl at run-time.
20777
af62aa88
GM
20778 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
20779 run-time cl).
20780
71e036af
DD
207812009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
20782
20783 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
20784 from cl package.
20785 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
20786
42110eaf
JB
207872009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
20788
20789 * calc/calc-alg.el (math-trig-rewrite)
20790 (math-hyperbolic-trig-rewrite): New functions.
20791 (calc-simplify): Simplify trig functions when asked.
20792
88421f3e
SM
207932009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20794
20795 * diff-mode.el (diff-find-source-location): Avoid goto-line.
20796
dbd9624e
KH
207972009-08-24 Kenichi Handa <handa@m17n.org>
20798
20799 * language/ind-util.el (mapthread): Delete it.
20800 (combinatorial): New function.
20801 (indian--puthash-cv): Use combinatorial instead of mapthread.
20802
9b89e3ee
GM
208032009-08-22 Kevin Ryde <user42@zip.com.au>
20804
20805 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
20806 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
20807 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
20808 Clarify docstring that the value is strings not symbols.
20809 (checkdoc-list-of-strings-p): New function.
20810
e6ce8c42
GM
208112009-08-22 Glenn Morris <rgm@gnu.org>
20812
2ddf2ea6 20813 * files.el (auto-mode-alist):
a3374680
GM
20814 * hippie-exp.el (he-concat-directory-file-name):
20815 * lpr.el (lpr-windows-system, printer-name):
20816 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
20817 * ps-print.el (ps-windows-system):
20818 * startup.el (command-line):
20819 * emulation/viper-ex.el (viper-glob-function):
20820 * international/mule-cmds.el (set-language-environment-coding-systems):
20821 * net/ange-ftp.el (ange-ftp-write-region):
20822 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 20823 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
20824 unisoft-unix, vax-vms, win32, w32.
20825
977955fa
GM
20826 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
20827 given name if the pattern is not more specific.
20828
b4deec2e
GM
20829 * calendar/lunar.el (lunar-phase-names): New option.
20830 (lunar-phase): Doc fix.
20831 (lunar-cycles-per-year): New constant.
20832 (lunar-index): New function.
20833 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
20834 (lunar-phase-name): Use lunar-phase-names.
20835 (calendar-lunar-phases): Use format.
20836 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
20837
47e83968
GM
20838 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
20839 Copy imenu-example--name-and-position function here for own use.
20840 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
20841
e6ce8c42
GM
20842 * bs.el (bs--redisplay):
20843 * cus-edit.el (custom-redraw):
20844 * ibuffer.el (ibuffer-bury-buffer):
20845 * server.el (server-goto-line-column):
20846 * startup.el (command-line-1):
20847 * strokes.el (strokes-xpm-for-stroke):
20848 * term.el (term-display-buffer-line):
20849 * view.el (View-goto-line):
20850 * calc/calc.el (calc-do, calc-trail-buffer):
20851 * play/gamegrid.el (gamegrid-add-score-insecure):
20852 * progmodes/ada-mode.el (ada-compile-goto-error):
20853 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
20854 (ebrowse-select-1st-to-9nth):
47e83968 20855 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
20856 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
20857 * progmodes/gud.el (gud-display-line):
20858 (idlwave-shell-display-line):
20859 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
20860 * progmodes/make-mode.el (makefile-browser-toggle):
20861 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
20862 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
20863 * textmodes/picture.el (picture-draw-rectangle):
20864 * textmodes/reftex-index.el (reftex-index-goto-letter):
20865 (reftex-select-jump-to-previous):
20866 * textmodes/reftex-sel.el (reftex-find-start-point)
20867 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
20868 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
20869 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
20870 * textmodes/tex-mode.el (tex-compilation-parse-errors):
20871 * textmodes/two-column.el (2C-associated-buffer):
20872 Use forward-line rather than goto-line.
20873
20874 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
20875 goto-line.
20876
4b18bdb3
GM
20877 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
20878 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
20879 (quick-check-list-to-regexp): Declare.
e6ce8c42 20880
72f16325
SM
20881 * progmodes/make-mode.el (makefile-browser-insert-selection):
20882 Use goto-char rather than goto-line.
e6ce8c42
GM
20883
20884 * progmodes/prolog.el (compilation-error-regexp-alist)
20885 (compilation-forget-errors): Declare.
20886
32a2cf25
JL
208872009-08-22 Juri Linkov <juri@jurta.org>
20888
20889 * progmodes/grep.el (lgrep, rgrep): At the beginning
20890 set `dir' to `default-directory' unless `dir' is a non-nil
20891 readable directory. (Bug#4052)
20892 (lgrep, rgrep): Change a weird way to report an error
20893 from using `read-string' to using `error'.
20894 Instead of using interactive arguments in the function body,
20895 add new argument `confirm'.
20896
5443c9b7
SM
208972009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
20898
cb5b40ee
SM
20899 * textmodes/remember.el (remember-buffer):
20900 * progmodes/cperl-mode.el (cperl-vc-header-alist):
20901 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
20902 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
20903 * net/newst-treeview.el (newsticker-groups-filename):
20904 * net/newst-backend.el (newsticker-cache-filename):
20905 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
20906 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
20907 (speedbar-add-ignored-path-regexp, speedbar-line-path)
20908 (speedbar-buffers-line-path, speedbar-path-line)
20909 (speedbar-buffers-line-path):
20910 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
20911 (epg-sign-keys):
20912 * epa.el (epa-display-verify-result):
20913 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
20914
d6261cc1
GM
209152009-08-21 Glenn Morris <rgm@gnu.org>
20916
3e1ea342
GM
20917 * progmodes/js.el (inferior-moz-process): Fix declaration.
20918
ce86eeb5
GM
20919 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
20920
fff28970
GM
20921 * obsolete/rnewspost.el (news-mail-reply):
20922 Use goto-char rather than goto-line.
20923
d93e053b
GM
20924 * term/ns-win.el (ns-open-file-select-line):
20925 Use line-beginning-position rather than goto-line.
20926
d5d105e8
GM
20927 * apropos.el (apropos-command):
20928 * ehelp.el (electric-helpify):
20929 * printing.el (pr-show-setup):
20930 * strokes.el (strokes-help):
20931 * tutorial.el (tutorial--describe-nonstandard-key)
20932 (tutorial--detailed-help):
20933 * woman.el (woman-mini-help, woman-display-extended-fonts):
20934 * calc/calc-help.el (calc-describe-key):
20935 * emulation/edt.el (edt-electric-helpify):
20936 * international/mule-diag.el (mule-diag):
20937 * play/yow.el (apropos-zippy):
20938 * progmodes/python.el (python-describe-symbol):
20939 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
20940 * textmodes/table.el (*table--cell-describe-mode)
20941 (*table--cell-describe-bindings):
20942 Use help-print-return-message rather than the now obsolete alias.
20943
a8ab722f 20944 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
20945 (calendar-cursor-to-visible-date):
20946 * play/5x5.el (5x5-position-cursor):
20947 * play/decipher.el (decipher):
20948 * play/gomoku.el (gomoku-goto-xy):
20949 * play/landmark.el (lm-goto-xy):
20950 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
20951 (mpuz-paint-digit):
20952 Use forward-line, not goto-line.
a8ab722f 20953
d6261cc1
GM
20954 * mail/rmail.el (rmail-obsolete): Delete custom group.
20955 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
20956 (rmail-remote-password, rmail-remote-password-required):
20957 Remove unneeded :set-after and :set properties.
20958
9e846523
MA
209592009-08-21 Michael Albinus <michael.albinus@gmx.de>
20960
20961 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
20962
bbe1f502
DN
209632009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
20964
bcc5db24
DN
20965 * loadup.el: Remove leftover macos code.
20966
bbe1f502
DN
20967 * vc-git.el (vc-git-annotate-command): Run asynchronously.
20968 Explicitly pass the date format to git blame so that user local
20969 so that the output format can be parsed.
20970
6fd2d19a
MA
209712009-08-20 Michael Albinus <michael.albinus@gmx.de>
20972
20973 * net/dbus.el (top): Don't check for (getenv
20974 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
20975
31764e15
SM
209762009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
20977
20978 * log-edit.el (log-edit-strip-single-file-name): New var.
01c35094 20979 (log-edit-insert-changelog): Use it. Bug#3571.
31764e15 20980
28930e39
SM
209812009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20982
4fd15622 20983 * subr.el (read-passwd): Use read-key so keypad keys work as well.
01c35094 20984 Bug#3287.
4fd15622 20985
b3d8e4a0
SM
20986 * help.el (help-print-return-message): Rename from
20987 print-help-return-message.
20988
c9829c70
SM
20989 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
20990 cvs-mode-map parent hack.
20991 (log-view-mode): Derive from special-mode.
20992
b932657b
SM
20993 * linum.el (linum-mode): window-size-change-functions is redundant.
20994 Adapt to new window-configuration-change-hook behavior.
20995 (linum-after-size, linum-after-config): Remove.
20996
1b700bca
SM
20997 * imenu.el (imenu-example--name-and-position)
20998 (imenu-example--lisp-extract-index-name)
20999 (imenu-example--create-lisp-index, imenu-example--create-c-index):
21000 Mark as obsolete.
21001
28930e39
SM
21002 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
21003 (inferior-prolog-mode): Use it.
21004 (inferior-prolog-load-file): Reset list of errors.
21005
c9af0b68
KH
210062009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21007
21008 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
21009
21010 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
21011
720c7cd6
MA
210122009-08-19 Michael Albinus <michael.albinus@gmx.de>
21013
21014 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
21015 is running already.
21016
03a74b84
SM
210172009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21018
21019 * subr.el (listify-key-sequence-1): Use normal syntax since those
21020 integers are nowadays always represented by the same (positive) number
21021 on all platforms.
21022 (read-key-empty-map): New const.
21023 (read-key-delay): New var.
21024 (read-key): New function.
21025 (force-mode-line-update): Use with-current-buffer.
21026 (locate-user-emacs-file): Don't forget to abbreviate the file name.
21027 (start-process-shell-command, start-file-process-shell-command):
21028 Discourage the use of command-args.
21029
f43e88d4
GM
210302009-08-19 Glenn Morris <rgm@gnu.org>
21031
21032 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
21033
890429cc
SM
210342009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21035
85be9ec4
SM
21036 * simple.el (choose-completion-string): Don't rely on
21037 minibuffer-completing-file-name and ad-hoc checks to decide whether
21038 to continue completion or not.
21039
890429cc
SM
21040 * minibuffer.el (minibuffer-hide-completions): New function.
21041 (completion--do-completion): Use it.
21042 (completions-annotations): New face.
21043 (completion--insert-strings): Use it.
21044 (completion-pcm--delim-wild-regex): Add docstring.
21045 (completion-pcm--string->pattern): Add support for 0-width delimiters
21046 in completion-pcm--delim-wild-regex.
21047
265d4549
SM
210482009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
21049
d440b941
SM
21050 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
21051 Remove unused var `buffer-modified-p'.
21052
265d4549
SM
21053 * minibuffer.el (completion--do-completion): Move point for the #b001
21054 case as well (bug#4176).
21055 (minibuffer-complete, minibuffer-complete-word): Don't move point.
21056
ba6f7d86
MA
210572009-08-18 Michael Albinus <michael.albinus@gmx.de>
21058
21059 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
21060 and :session buses.
21061
98819490
KH
210622009-08-18 Kenichi Handa <handa@m17n.org>
21063
265d4549
SM
21064 * international/ucs-normalize.el (ucs-normalize-version):
21065 Change to 1.1.
58627cf0
KH
21066 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
21067 (utf-8-hfs): Make it perform normalization on encoding too.
21068
98819490
KH
21069 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
21070 (sentence-end-without-space): Delete duplicated chars.
21071 (sentence-end-base): Likewise.
e739cc85
KH
21072
21073 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
21074 (html-mode): Delete duplicated chars from sentence-end-base.
21075
21076 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
21077 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 21078
645b9326
CY
210792009-08-17 Chong Yidong <cyd@stupidchicken.com>
21080
21081 * files.el (hack-one-local-variable): If the mode function is for
21082 a minor mode, pass it an argument (Bug#4148).
21083
56c195af
MA
210842009-08-17 Michael Albinus <michael.albinus@gmx.de>
21085
21086 * net/tramp.el (tramp-register-completion-file-name-handler):
21087 Check also for (member 'partial-completion completion-styles).
21088
7a55c78b
CY
210892009-08-16 Chong Yidong <cyd@stupidchicken.com>
21090
21091 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
21092 abbrev (Bug#3943).
21093
be3e598a 210942009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
21095
21096 * progmodes/cperl-mode.el: Merge upstream 6.2.
21097 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
21098 (cperl-forward-re): Check cperl-brace-recursing.
21099 (cperl-highlight-charclass): New function.
21100 (cperl-find-pods-heres): Use it.
31cd2dd4 21101 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 21102 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 21103 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
21104 (cperl-beautify-level): Don't process entire regexp.
21105 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
21106 calling man.
21107 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
21108 (cperl-init-faces): Build a list in the normal way.
21109
81b1f9c9
CY
211102009-08-16 Chong Yidong <cyd@stupidchicken.com>
21111
21112 * calendar/parse-time.el (parse-time-string-chars): Save match
21113 data.
21114
c3732cb8
SM
211152009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
21116
55659495
SM
21117 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
21118 (sql-product): Use it.
21119 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
21120 (sql-set-product): Add completion.
21121 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
21122 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
21123 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
21124 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
21125 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
21126 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
21127 (sql-highlight-db2-keywords): Remove.
21128 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
21129 (sql-highlight-product): Use derived-mode-p.
21130 (sql-set-sqli-buffer): Use with-current-buffer.
21131 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
21132 Simplify.
21133
1ae79427
SM
21134 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
21135
c3732cb8
SM
21136 * term.el: Fix commenting convention, turn comments into docstrings.
21137
f24b8bf3
CY
211382009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21139
21140 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
21141
7b6fefac 211422009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 21143
1200ac26 21144 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
21145 character classes, to handle non-ascii characters (Bug#3190).
21146
211472009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 21148
1abbe4e5
CY
21149 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
21150 another heredoc if the user adds another < (Bug#3226).
21151
c3732cb8
SM
21152 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21153 Don't initialize based on window-system (Bug#4124).
19261da4 21154
daad00fc
CY
21155 * facemenu.el (facemenu-read-color): Use a completion function
21156 that accepts any defined color, such as RGB triplets (Bug#3677).
21157
e1bdde78
CY
21158 * files.el (get-free-disk-space): Change fallback default
21159 directory to /. Expand DIR argument before switching to fallback.
21160 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
21161
9d73a99e
CY
211622009-08-15 Chong Yidong <cyd@stupidchicken.com>
21163
21164 * files.el (load-library): Doc fix.
21165
68b962d4 211662009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 21167
953e0c1a 21168 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 21169 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 21170 incremental search string.
9d73a99e 21171
c3732cb8 21172 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 21173 XEmacs.
9d73a99e 21174
c3732cb8
SM
21175 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
21176 (ediff-merge-region-is-non-clash)
21177 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 21178 Also check if the job is really a merge job.
9d73a99e 21179
c3732cb8 21180 * ediff.el (ediff-current-file): New function.
9d73a99e 21181
2e330adc
CY
211822009-08-15 Chong Yidong <cyd@stupidchicken.com>
21183
21184 * progmodes/js.el: Edit docstrings throughout to follow Emacs
21185 conventions.
c3732cb8 21186 (js-insert-and-indent): Delete function.
2e330adc
CY
21187 (js-mode-map): Don't bind keys to js-insert-and-indent.
21188 (js-beginning-of-defun): Rename from js--beginning-of-defun.
21189 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 21190 (js-auto-indent-flag): Delete variable.
2e330adc 21191
17b5d0f7
CY
211922009-08-14 Chong Yidong <cyd@stupidchicken.com>
21193
c3732cb8
SM
21194 * progmodes/js.el: Remove proclaim statement.
21195 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 21196
ba2d8894
CY
21197 * files.el (auto-mode-alist): Use js-mode for .js files.
21198
c3732cb8 21199 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
21200
21201 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
21202
21203 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
21204
c3732cb8 21205 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
21206
212072009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 21208 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
21209
21210 * progmodes/js.el: New file.
21211
b6377f1d
MH
212122009-08-14 Mark A. Hershberger <mah@everybody.org>
21213
21214 * timezone.el (timezone-parse-date): Add ability to understand ISO
21215 basic format (minimal separators) dates in addition to the
21216 already-supported extended format dates.
21217
bc0eef46
EZ
212182009-08-14 Eli Zaretskii <eliz@gnu.org>
21219
4e021e65
EZ
21220 * international/ucs-normalize.el: Add a `coding' file variable.
21221
bc0eef46
EZ
21222 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
21223
53dab179
SS
212242009-08-14 Sam Steingold <sds@gnu.org>
21225
6801c38a 21226 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 21227
6c58c39c
CY
212282009-08-13 Chong Yidong <cyd@stupidchicken.com>
21229
21230 * faces.el (help-argument-name): Define it here instead of
21231 help-fns.el, because in daemon mode help-fns.el may be loaded when
21232 faces are still uninitialized (Bug#1078).
21233
21234 * help-fns.el (help-argument-name): Move defface to faces.el.
21235
c7baf7e9
NR
212362009-08-13 Nick Roberts <nickrob@snap.net.nz>
21237
21238 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21239 create buffer with a pty but no process so that GDB can make the
21240 inferior the controlling process.
21241
9c40e995 212422009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
21243
21244 * international/ucs-normalize.el: New file.
21245
8cdba32b
RS
212462009-08-13 Richard Stallman <rms@gnu.org>
21247
5c950923
RS
21248 * mail/rmail.el (rmail-get-attr-names):
21249 Accept an attribute header that is too short.
21250
76e1e40b
RS
21251 * mail/rmail.el (rmail-forget-messages):
21252 Ignore nil elt in rmail-message-vector. Use dotimes.
21253
1fc01b08
RS
21254 * progmodes/compile.el (compilation-goto-locus):
21255 Use next-error-move-function.
21256
8cdba32b
RS
21257 * simple.el (next-error-move-function): New variable.
21258
99910cf4
JL
212592009-08-12 Juri Linkov <juri@jurta.org>
21260
21261 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21262 always non-nil. (Bug#4052)
21263
21264 * replace.el (read-regexp): Return empty string when
21265 `default-value' is nil.
21266 (keep-lines-read-args): Don't use empty string as the
21267 default value for `read-regexp'. (Bug#2495)
21268
fc5bdf6c
JL
212692009-08-12 Juri Linkov <juri@jurta.org>
21270
21271 * international/mule-cmds.el (ucs-insert): Change arguments
21272 from `arg' to `character', `count', `inherit' to be the same
21273 as in `insert-char'. Doc fix. (Bug#4039)
21274
21275 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21276
77748848
JL
212772009-08-12 Juri Linkov <juri@jurta.org>
21278
21279 * files-x.el: New file.
21280
21281 * files.el: Move code that deals with adding/deleting
21282 file/directory-local variables to files-x.el.
21283
21284 * Makefile.in (ELCFILES): Add files-x.elc.
21285
c8a44c4e
DD
212862009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21287
27a9fd5a
DD
21288 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21289 to use `goto-line'.
21290 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21291 `goto-line'.
21292 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 21293 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 21294 threads list.
107ef54a 21295 (gdb): Send -target-detach when buffer is killed (Bug#3794).
88b5a757 21296 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
21297 (gdb-stopped): ...here so it's sent when first thread stops.
21298 (gdb-registers-handler-custom): Do nothing if register names are
21299 unknown yet.
27a9fd5a 21300
c8a44c4e
DD
21301 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21302 from `gdb-mi.el' to avoid extra tangling.
21303
21304 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 21305 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
21306 (gdb-update-gud-running): No extra fuss for updating frame number.
21307
dfd4e693
SM
213082009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21309
51c4341f
SM
21310 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21311 (describe-language-environment-map, setup-language-environment-map)
21312 (set-coding-system-map): Move initialization into declaration.
21313 (set-language-info-alist): Last arg to define-key-after can be skipped.
21314
21315 * international/quail.el (quail-completion-1): Simplify.
21316 (quail-define-rules): Use slightly more compact code.
21317 (quail-insert-decode-map): Propertize keys, compact columns.
21318
dfd4e693
SM
21319 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21320 Add goto-line.
21321
83326559
MB
213222009-08-10 Miles Bader <miles@gnu.org>
21323
21324 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21325 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21326 (js2-instance-member, js2-private-member, js2-private-function-call)
21327 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21328 (js2-magic-paren, js2-external-variable):
21329 Remove "-face" suffix from face names.
21330 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21331 (js2-highlight-undeclared-vars, js2-peek-token)
21332 (js2-parse-function-params, js2-mode-show-errors)
21333 (js2-mode-show-warnings, js2-make-magic-delimiter)
21334 (js2-mode-highlight-magic-parens): Update to use new face names.
21335
8e754ea2
MA
213362009-08-09 Michael Albinus <michael.albinus@gmx.de>
21337
21338 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21339 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21340
1c292fc7
CY
213412009-08-09 Chong Yidong <cyd@stupidchicken.com>
21342
18d433a7
CY
21343 * subr.el: Provide hashtable-print-readable.
21344
1c292fc7
CY
21345 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21346 hs-c-like-adjust-block-beginning.
21347 (hs-hide-block-at-point): Stop hiding at the beginning of
21348 hs-block-end-regexp (Bug#700).
21349
2db0ae07
DD
213502009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21351
21352 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21353 a macro.
21354 (gdb-registers-handler-custom): Do not fail when register names
21355 are unavailable.
21356
fe4740a6
DD
213572009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21358
21359 * progmodes/gdb-mi.el (gdb-control-all-threads)
21360 (gdb-control-current-thread): Interactive setters for
21361 `gdb-gud-control-all-threads' to use in menu.
21362 (gdb-show-run-p): Show «Go» when process is not active.
6a7662bb
BR
21363 (gud-tool-bar-map): Add non-stop/A,T indicator.
21364 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 21365
ce299d55
CY
213662009-08-08 Yoni Rabkin <yoni@rabkins.net>
21367
21368 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21369 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
21370 (net-utils-mode): New mode for viewing diagnostic network output.
21371 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21372 (net-utils-run-simple): New function.
21373 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 21374
7c4654ad
DD
213752009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21376
21377 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21378 (gdb-memory-set-address, def-gdb-set-positive-number)
21379 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21380 after changing settings.
21381 (gdb-invalidate-disassembly): Update when first shown.
5f9d345c 21382 (gdb-edit-locals-value): Fix.
7c4654ad
DD
21383 (gdb-registers-handler-custom): Print registers in right order and
21384 allow changing register values (only for current thread yet).
9cbac26b
DD
21385 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21386 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21387 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6a7662bb
BR
21388 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21389 Thread info in mode name.
9cbac26b 21390 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 21391
0f25a277
EZ
213922009-08-08 Eli Zaretskii <eliz@gnu.org>
21393
21394 * mail/rmail.el (rmail-add-mbox-headers)
21395 (rmail-set-message-counters-counter): Search for
21396 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21397
b971be60
GM
213982009-08-08 Glenn Morris <rgm@gnu.org>
21399
21400 * Makefile.in (ELCFILES): Update.
21401
a35d3ad8
EZ
214022009-08-07 Eli Zaretskii <eliz@gnu.org>
21403
6a7662bb
BR
21404 * mail/sendmail.el (mail-yank-original):
21405 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
21406 text is yanked.
21407
8b0bcc2e
EZ
21408 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21409 to "windows" when "pgnuplot" is used.
6a7662bb
BR
21410 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21411 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
21412 (calc-graph-init): Don't send -display and -geometry to
21413 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21414 running "pgnuplot -V" with shell-command-to-string.
21415
21416 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21417 the default.
21418
214192009-08-07 Eli Zaretskii <eliz@gnu.org>
21420
21421 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
21422 org/org-latex.elc.
21423
3bca7ca5
DN
214242009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21425
3c53763c
DN
21426 * vc-dispatcher.el (vc-resynch-window): Update comment.
21427
3bca7ca5
DN
21428 * term.el (term-handle-ansi-escape): Add comments with the
21429 terminfo capabilities implemented.
21430
7b217360
DD
214312009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21432
5f9d345c 21433 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
7b217360 21434 (gdb-var-create-handler): Rewritten using JSON parser.
88b5a757
DD
21435 (gdb-propertize-header): Move earlier.
21436 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
21437 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21438 Refresh disassembly buffers only after threads list have been
21439 update.
21440 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21441 variables.
21442
b4d84ecf
JL
214432009-08-04 Juri Linkov <juri@jurta.org>
21444
21445 * files.el: Commands to add/delete file/directory-local variables.
21446 (read-file-local-variable, read-file-local-variable-value)
21447 (read-file-local-variable-mode, modify-file-local-variable)
21448 (modify-file-local-variable-prop-line)
21449 (modify-dir-local-variable): New functions.
21450 (add-file-local-variable, delete-file-local-variable)
21451 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21452 (add-dir-local-variable, delete-dir-local-variable)
21453 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21454 (copy-dir-locals-to-file-locals-prop-line): New commands.
21455
42da39c1
CY
214562009-08-04 Chong Yidong <cyd@stupidchicken.com>
21457
21458 * abbrev.el (insert-abbrev-table-description): Prettify output.
21459 Suggested by Karl Chen.
21460
98bf8494
DD
214612009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21462
78b9fb28 21463 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 21464 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
21465 (gdb-overlay-arrow-position, gdb-thread-position)
21466 (gdb-disassembly-position): Declare variables.
21467 (gdb-wait-for-pending): Function now.
21468 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21469 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21470 compilation goes smoothly.
21471 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21472 (gdb-non-stop-setting): New customization setting which replaces
21473 `gdb-non-stop' so changing it doesn't break active GDB session.
21474 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21475 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21476 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21477 (gdb-show-threads-by-default): New customization options.
21478 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21479 routines.
21480 (gdb-get-buffer-create): Send buffers update signal when they are
21481 created.
21482 (gdb-invalidate-locals, gdb-invalidate-registers)
21483 (gdb-invalidate-breakpoints)
21484 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21485 (gdb-invalidate-memory): Accept update signal.
21486 (gdb-current-context-command): Use --frame option.
21487 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21488 Implement `gdb-frame-number' selection logic.
21489 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21490 whether to show GUD toolbar buttons.
21491 (gdb-thread-exited): Unselect current thread when it exits.
21492 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21493 (gdb-mark-line): Routine which sets overlay arrow or inverses
21494 video on fringeless displays.
21495 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21496 to build aligned columns of data in GDB buffers and set text
21497 properties line-by-line.
21498 (gdb-invalidate-breakpoints)
21499 (gdb-breakpoints-list-handler-custom)
21500 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21501 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21502 (gdb-registers-handler-custom): Align data columns.
21503 (gdb-locals-handler-custom): Now prints data like in variable
21504 declarations.
21505 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
88b5a757 21506 Remove confusing buttons.
78b9fb28
DD
21507 (gdb-invalidate-threads): Append --frame.
21508 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21509 between breakpoints/threads buffers.
21510 (gdb-set-window-buffer): Now can ignore dedicated windows.
21511 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21512 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21513 (def-gdb-thread-buffer-gud-command): Replaces
21514 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21515 for fine thread control.
21516 (gdb-preempt-existing-or-display-buffer): New function used to
21517 display bound buffers without breaking window layout.
21518 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21519 (gdb-select-frame): New version of `gdb-frames-select' which now
21520 sets `gdb-frame-number' so commands may use --frame option instead
21521 of inner debugger state.
21522 (gdb-frame-handler): Do not set `gdb-frame-number'.
21523 (gdb-threads-mode-map): Select threads with mouse.
21524
21525 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21526 avoid compilation warning.
21527 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21528 `gdb-show-stop-p`.
21529
566f3909
DD
21530 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21531 Argument `key' renamed to `buffer-type'.
21532 (gdb-current-context-buffer-name): Do not add thread info to
21533 buffer name when no thread is selected.
21534 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21535 command (bug 3794).
21536 (gdb-thread-selected): Handle `=thread-selected' notification.
21537 (gdb-wait-for-pending): New macro to deal with congestion problems.
21538 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21539 breakpoints.
7b6fefac
JB
21540 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21541 This fixes problem similar to one described in bug 3947.
566f3909
DD
21542 (gud-menu-map): More menu items.
21543 (gdb-init-1): Reset `gdb-thread-number' to nil.
21544
4a31122c
DD
21545 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21546 non-stop settings.
21547
21548 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21549 (gdb-current-context-command): Do not append --thread if
21550 `gdb-thread-number' is nil.
6a7662bb
BR
21551 (gdb-running-threads-count, gdb-stopped-threads-count):
21552 New variables.
4a31122c 21553 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6a7662bb
BR
21554 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21555 New customization options.
4a31122c
DD
21556 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21557 GUD commands.
7b6fefac 21558 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
21559 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21560 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21561 set `gdb-thread-number' and update `gud-running' properly.
21562 (gdb-running): Update threads list when new threads appear.
21563 (gdb-stopped): Support non-stop operation and new thread switching
21564 logic.
21565 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21566 (gdb-json-partial-output): New set of JSON routines.
21567 (def-gdb-auto-update-trigger): New `signal-list' optional
21568 argument.
21569 (gdb-thread-list-handler-custom): Update `gud-running',
21570 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21571 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21572 (gdb-continue-thread, gdb-step-thread): New commands for fine
21573 thread execution control.
21574 (gud-menu-map): New menu items to switch non-stop options.
21575 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 21576 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
21577
21578 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21579 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21580 gdb-buffer-rules.
21581 (def-gdb-auto-update-handler): New nopreserve optional argument.
21582 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21583
88b5a757 21584 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
21585 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21586 (gdb-parent-mode): New mode to derive other GDB modes from.
21587 (gdb-display-disassembly-for-thread)
21588 (gdb-frame-disassembly-for-thread): New commands for threads
21589 buffer.
21590
21591 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21592 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
21593 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21594 (gdb-update): We now store all GDB buffers in a list so that they
21595 can be updated by traversing a list instead of calling invalidate
7b6fefac 21596 triggers explicitly.
a5c9f540
DD
21597 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21598 pair for GDB buffer.
21599 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
21600 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21601 handle pending triggers.
21602 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21603 (def-gdb-thread-buffer-simple-command)
21604 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21605 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
21606 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21607 New commands which show buffers bound to thread.
88b5a757 21608 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 21609
7b6fefac
JB
21610 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21611 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
21612 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21613 to (gud-comint-buffer) in *-buffer-name functions
21614 because (gdb-get-target-string) already does that.
21615 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21616 (gdb-changed-registers-handler): Rewritten without regexps.
21617
ba214964 21618 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
21619 (gdb-thread-number): New variable.
21620 (gdb-current-context-command): New macro which adds --thread
21621 option to command.
7b6fefac 21622 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 21623 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 21624 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
21625 (gdb-select-thread): New command which selects current thread.
21626 (gdb-invalidate-frames, gdb-invalidate-locals)
21627 (gdb-invalidate-registers): Use --thread option.
20f12ed8 21628
2ac33804
MA
216292009-08-04 Michael Albinus <michael.albinus@gmx.de>
21630
21631 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 21632 robust. (Bug#3977)
2ac33804
MA
21633 (tramp-handle-insert-file-contents): `unwind-protect' must be
21634 inside `with-parsed-tramp-file-name'.
21635
21636 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21637 fails.
21638
39d0296f
NR
216392009-08-03 Nick Roberts <nickrob@snap.net.nz>
21640
21641 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21642 directory if CLASSPATH is not set.
21643
adcbca53
MA
216442009-08-03 Michael Albinus <michael.albinus@gmx.de>
21645
7b6fefac
JB
21646 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21647 New defconst.
7ef849b6 21648 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 21649
30924b0b
CY
216502009-08-02 Kevin Ryde <user42@zip.com.au>
21651
7b6fefac
JB
21652 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21653 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 21654
b6ce92f1
CY
216552009-08-02 Chong Yidong <cyd@stupidchicken.com>
21656
d977a092
CY
21657 * select.el (x-set-selection): Doc fix (Bug#4021).
21658
21659 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21660
b6ce92f1
CY
21661 * help-fns.el (describe-variable): Treat list return values from
21662 dir-locals-find-file properly (Bug#4005).
21663
7b6fefac 216642009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
21665
21666 * net/tramp.el (tramp-debug-message): Print also microseconds.
21667
216682009-08-02 Michael Albinus <michael.albinus@gmx.de>
21669
21670 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21671 or END is non-nil.
21672 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21673 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21674 format.
21675
5ce6e4f4 21676 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
21677 (tramp-get-file-property): Use it.
21678
6a7662bb
BR
21679 * autorevert.el (auto-revert-handler):
21680 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 21681
2aafe808
JR
216822009-08-02 Jason Rumney <jasonr@gnu.org>
21683
21684 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 21685 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 21686
e094097c
CY
216872009-08-02 Chong Yidong <cyd@stupidchicken.com>
21688
21689 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6a7662bb
BR
21690 (font-lock-variable-name-face, font-lock-constant-face):
21691 Darken the colors for light backgrounds.
e094097c 21692
de94f281
EZ
216932009-08-01 Eli Zaretskii <eliz@gnu.org>
21694
21695 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21696 month names. (Bug#3987)
21697
54b99340
CY
216982009-07-31 Chong Yidong <cyd@stupidchicken.com>
21699
21700 * simple.el (line-move-finish): Pass whole number to
21701 line-move-to-column.
34be836c 21702 (line-move-visual): Perform hscroll to the recorded position.
54b99340 21703
38216c30
JB
217042009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21705
21706 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21707
c779896d
CY
217082009-07-29 Alan Mackenzie <acm@muc.de>
21709
21710 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21711
592ccae0
DD
217122009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21713
35edc6c6
DD
21714 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21715 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 21716
5a9e3ab7
JB
217172009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21718
21719 * calc/calc.el (calc-mode-map): Add keybinding for
21720 `calc-transpose-lines'.
21721
7b6fefac 217222009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
21723
21724 * calc/calc-misc.el (calc-transpose-lines): New function.
21725
905fb90e
MA
217262009-07-28 Michael Albinus <michael.albinus@gmx.de>
21727
21728 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21729 Simplify check for out-of-band methods.
21730 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21731 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21732
76e14464
DN
217332009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21734
21735 * vc-git.el (vc-git-checkin): Fix typo.
21736
6088b51f 217372009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
21738
21739 * progmodes/js2-mode.el: New file.
21740
b85157fe
NR
217412009-07-28 Nick Roberts <nickrob@snap.net.nz>
21742
21743 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21744 (gud-menu-map): Adjust tooltip accordingly.
21745
d43c2b06
DN
217462009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21747
1c0f0c3b
DN
21748 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21749 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21750
d43c2b06
DN
21751 * add-log.el (change-log-mode-map): Add a menu.
21752
3dec5c36
MA
217532009-07-27 Michael Albinus <michael.albinus@gmx.de>
21754
21755 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
21756 function returns nil.
21757 (dbus-handle-event): Handle special return value :ignore.
21758 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
21759
5704140c
CY
217602009-07-26 Chong Yidong <cyd@stupidchicken.com>
21761
21762 * view.el (view-mode-enable): Don't define Helper-return-blurb if
21763 it's not needed.
21764
3077d1f6
EZ
217652009-07-25 Eli Zaretskii <eliz@gnu.org>
21766
21767 Fix Bug#3888:
21768
21769 * w32-vars.el (x-select-enable-clipboard): Doc fix.
21770
21771 * term/pc-win.el (x-display-name, x-colors)
21772 (x-select-enable-clipboard, x-select-text): Doc fix.
21773
21774 * term/common-win.el (x-display-name, x-colors): Doc fix.
21775
21776 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
21777 (xw-defined-colors): Doc fix.
21778
21779 * w32-fns.el (x-select-text, x-setup-function-keys)
21780 (x-get-selection, x-set-selection): Doc fix.
21781
21782 * term/x-win.el (x-select-text, x-setup-function-keys)
21783 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
21784
21785 * select.el (x-set-selection): Doc fix.
21786
51768bc8
MA
217872009-07-25 Michael Albinus <michael.albinus@gmx.de>
21788
21789 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
21790 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6a7662bb
BR
21791 "IsNSSSupportAvailable" method is not available.
21792 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 21793
b11c2874
KH
217942009-07-24 Kenichi Handa <handa@m17n.org>
21795
21796 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 21797 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
21798 (build-unicode-category-table): Fix range checks.
21799
ba83b7b6
DN
218002009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21801
21802 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
21803 the buffer we try to sync is current when calling
21804 vc-resynch-buffer.
21805
21806 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
21807 not show up to date files.
21808
7a8ae964
GM
218092009-07-24 Glenn Morris <rgm@gnu.org>
21810
21811 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
21812 Add autoload cookies. If necessary, initialize.
21813 (elint-log): Handle non-file buffers.
21814 (elint-initialize): Add optional argument to reinitialize.
21815 (elint-find-builtin-variables): Save excursion.
21816
a707eb05
DN
218172009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21818
21819 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
21820 for Lint.
21821
0a2ddfa6
DN
218222009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21823
d6a62b0d
DN
21824 * vc.el (vc-print-log-internal): New function, split out from ...
21825 (vc-print-log): ... here.
10b5dcad 21826 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 21827
0a2ddfa6
DN
21828 * vc-git.el (vc-git-add-signoff): New variable.
21829 (vc-git-checkin): Use it.
21830 (vc-git-toggle-signoff): New function.
21831 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
21832 (vc-git--run-command-string): Accept a nil FILE argument.
21833 (vc-git-stash-list): New function.
21834 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 21835
589a99f2
GM
218362009-07-23 Glenn Morris <rgm@gnu.org>
21837
21838 * help-fns.el (describe-variable): Describe ignored and risky local
21839 variables in a similar way to that in which we describe safe ones.
21840
21841 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
21842 (byte-compile-output-file-form, byte-compile-output-docform)
21843 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
21844 Give some more local variables with common names a "bytecomp-" prefix,
21845 so as not to shadow things during compilation.
21846 * emacs-lisp/cl-macs.el (load-time-value)
21847 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
21848 `outbuffer' to `bytecomp-outbuffer'.
21849
21850 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
21851 since the next two variables cover them automatically now.
21852 (elint-builtin-variables, elint-autoloaded-variables): New.
21853 (elint-unknown-builtin-args): Remove all members, since they can be
21854 parsed automatically now.
21855 (elint-extra-errors): New.
21856 (elint-env-add-env, elint-env-add-macro): Use cadr.
21857 (elint-current-buffer): Use or. Change final message.
21858 (elint-get-top-forms): Use line-end-position.
21859 (elint-init-env): Use cadr. Handle autoload, declare-function,
21860 and defalias.
21861 (elint-add-required-env): Doc fix. Use or. Standardize error.
21862 (regexp-assoc): Remove unused function.
21863 (elint-top-form): Set elint-current-pos, to record the start of the
21864 top-level form, for compilation-mode.
21865 (elint-form): Trap errors in macro expansion. Use dolist.
21866 (elint-unbound-variable): Use elint-builtin-variables and
21867 elint-autoloaded-variables.
21868 (elint-get-args): Use cadr, or.
21869 (elint-check-cond-form): Use dolist, cadr.
21870 (elint-check-condition-case-form): Doc fix. Use cadr.
21871 Use elint-extra-errors.
21872 (elint-log): New function.
21873 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
21874 Distinguish errors and warnings.
21875 (elint-log-message): Use with-current-buffer. Inhibit read-only.
21876 Use a bytecomp-style format.
21877 (elint-clear-log): Preserve default-directory. Inhibit read-only.
21878 (elint-get-log-buffer): Use compilation mode. Disable undo.
21879 Don't truncate lines.
21880 (elint-initialize): Set builtin and autoloaded variable lists.
21881 Only process elint-unknown-builtin-args if non-nil.
21882 (elint-find-builtin-variables, elint-find-autoloaded-variables):
21883 New functions.
21884 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
21885
855b42a2
GM
218862009-07-22 Kevin Ryde <user42@zip.com.au>
21887
21888 * net/newst-backend.el (newsticker--parse-atom-1.0)
21889 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21890 (newsticker--parse-rss-1.0):
21891 * progmodes/idlwave.el (idlwave-mode):
21892 * progmodes/idlw-shell.el (idlwave-shell-mode):
21893 * progmodes/vera-mode.el (vera-mode):
21894 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
21895 * progmodes/vhdl-mode.el (vhdl-mode):
21896 * textmodes/table.el (table-generate-source)
21897 (table--warn-incompatibility):
21898 Hyperlink urls in docstrings with URL `...'.
21899
fd413a37
GM
219002009-07-22 Glenn Morris <rgm@gnu.org>
21901
cb711556
GM
21902 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
21903 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
21904 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
21905 Remove leading * from defcustom docs.
21906
fd413a37
GM
21907 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
21908
21909 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
21910 defcustom doc.
21911 (list-load-path-shadows): Optionally, just return shadows as a string.
21912
21913 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
21914
a4f69701
CY
219152009-07-21 Chong Yidong <cyd@stupidchicken.com>
21916
6a7662bb
BR
21917 * mail/rmailedit.el (rmail-edit-mode):
21918 Use auto-save-include-big-deletions.
a4f69701 21919
6a7662bb
BR
21920 * mail/rmail.el (rmail-variables):
21921 Use auto-save-include-big-deletions.
a4f69701
CY
21922
21923 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
21924 changes.
21925
ec06459c
JB
219262009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
21927
21928 * calc/calc.el (calc-undo-length): New variable.
21929 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
21930
b41b0976
RS
219312009-07-21 Richard Stallman <rms@gnu.org>
21932
21933 * files.el (auto-save-mode): Handle buffer-save-size = -2
21934 for toggling mode.
21935
4ed32706
GM
219362009-07-21 Glenn Morris <rgm@gnu.org>
21937
531b1264
GM
21938 * textmodes/ispell.el (ispell-looking-back): Update declaration.
21939
55d27f41
GM
21940 * calendar/todo-mode.el (calendar-current-date): Update declaration.
21941
02df3f4d
GM
21942 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
21943 silence compiler. Instead...
21944 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
21945 (ps-print-ensure-fontified): Update for above function name changes.
21946
fdd8417e
GM
21947 * printing.el (pr-mh-get-msg-num, pr-mh-show)
21948 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
21949 silence compiler. Instead...
21950 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
21951 (mh-show-buffer): Only define for compiler.
21952 (pr-mh-current-message): Update for above function name changes.
21953
4ed32706
GM
21954 * files.el (abort-if-file-too-large): Explicitly pass `filename'
21955 as an argument.
21956 (find-file-noselect, insert-file-1): Update for above change.
21957
21958 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
21959
21960 * mail/mailclient.el (mailclient-send-it): Fix message.
21961
21962 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
21963 (edebug-eval): Check cl-debug-env is bound.
21964 (print-level, print-circle): Don't redefine built-in variables.
21965
21966 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
21967 (custom-print-vectors): Remove old comments from doc.
21968
21969 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
21970 (emerge-version): Make the variable an obsolete alias for the
21971 emacs-version variable. Make the function obsolete.
21972 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
21973 Emerge options, rather than merging in into the main Options menu.
21974 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
21975 and auto advance modes. Disable edit/fast items when not relevant.
21976
86812144
CY
219772009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21978
21979 * term/vt420.el (terminal-init-vt420): Fix typo.
21980
6bb90094
SS
219812009-07-20 Sam Steingold <sds@gnu.org>
21982
21983 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
21984 variable (removed from compile.el on 2004-03-11).
21985
42e0a725
CY
219862009-07-20 Chong Yidong <cyd@stupidchicken.com>
21987
21988 * files.el (hack-local-variables-filter): Fix last change.
21989
2ee20f24
JL
219902009-07-19 Juri Linkov <juri@jurta.org>
21991
21992 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
21993 (dir-local-variables-alist): New buffer-local variable.
21994 (hack-local-variables-filter): If variable is not dir-local,
21995 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
21996 because file-local overrides dir-local.
3570691b 21997 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
21998 Remove obsolete declaration.
21999 (hack-dir-local-variables): Add dir-local variable/value pair to
22000 `dir-local-variables-alist' and remove duplicates. Doc fix.
22001
22002 * help-fns.el (describe-variable): Add information about
22003 file-local and dir-local variables.
22004
89bf83cd
CY
220052009-07-19 Chong Yidong <cyd@stupidchicken.com>
22006
22007 * files.el (hack-local-variables-filter): Rewrite.
22008
1a8d3541
GM
220092009-07-19 Glenn Morris <rgm@gnu.org>
22010
d9e8a018
GM
22011 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
22012 Silence compiler by only defining on XEmacs.
22013
da332cfb
GM
22014 * international/mule.el (auto-coding-regexp-alist): Only match
22015 BABYL... at the start of buffer, not of lines. (Bug#3790)
22016
1a8d3541
GM
22017 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
22018 non-calendar buffers (Bug#3862). Restore "not on a date" message.
22019 (cal-menu-context-mouse-menu): Doc fix.
22020
22021 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
22022
22023 * simple.el (mail-user-agent): Doc fix. Set :version tag.
22024
d842b103
JL
220252009-07-18 Juri Linkov <juri@jurta.org>
22026
22027 * info.el: Virtual Info keyword finder.
3570691b 22028 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
22029 (Info-finder-file): New variable.
22030 (Info-finder-find-file): New function.
22031 (finder-known-keywords, finder-package-info)
22032 (find-library-name, lm-commentary): Use defvar and
22033 declare-function to silence compiler warnings.
22034 (Info-finder-find-node): New function.
22035 (info-finder): New command.
22036
22037 * subr.el (process-kill-buffer-query-function): New function.
22038 (add-hook)<kill-buffer-query-functions>: Add hook
22039 `process-kill-buffer-query-function'.
22040
10d37df7
AM
220412009-07-18 Alan Mackenzie <acm@muc.de>
22042
7b6fefac 22043 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
22044 (c-postprocess-file-styles): Give invocation of `c-set-style'
22045 DONT-OVERRIDE parameter of t. Already set style variables will
22046 thus not be overridden by style settings given by `c-file-syle'.
22047
22048 * files.el (hack-local-variables-filter): Remove entries with
22049 duplicate keys from `file-local-variables-alist'.
22050
102e1a41
EZ
220512009-07-18 Eli Zaretskii <eliz@gnu.org>
22052
22053 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
22054 x-set-selection if display-selections-p returns nil for the
22055 current frame.
22056
16f2e9fc
CY
220572009-07-18 Chong Yidong <cyd@stupidchicken.com>
22058
22059 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
22060
f22693fc
EZ
220612009-07-18 Eli Zaretskii <eliz@gnu.org>
22062
a6c2c80c
EZ
22063 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
22064 Accept nil in addition to a regexp.
22065 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
22066 Accept nil in addition to a regexp.
22067 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
22068 buffers that have an associated file. Handle nil values of
22069 desktop-buffers-not-to-save and desktop-files-not-to-save.
22070 (Bug#3833)
22071
f22693fc
EZ
22072 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
22073 (x-disown-selection-internal): New functions.
22074
e456379a
NR
220752009-07-18 Nick Roberts <nickrob@snap.net.nz>
22076
22077 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
22078 warning.
22079 (gdb-breakpoints-header): Move forward to avoid compiler warning.
22080 (gdb-make-header-line-mouse-map): Remove duplicate definition.
22081
0013b70f
CY
220822009-07-18 David De La Harpe Golden <david@harpegolden.net>
22083
22084 * simple.el (set-mark): Revert last change.
22085
0855c2ca
CY
220862009-07-17 Tassilo Horn <tassilo@member.fsf.org>
22087
22088 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
22089 rendering of pngs is not possible instead of messaging a long
22090 description.
22091
3f5c9cad
CY
220922009-07-17 David De La Harpe Golden <david@harpegolden.net>
22093
22094 * w32-fns.el (x-selection-owner-p): New function.
22095
22096 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6a7662bb
BR
22097 (mouse-yank-at-click, mouse-yank-primary):
22098 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 22099 insertion.
3f5c9cad
CY
22100
22101 * simple.el (deactivate-mark, set-mark): Only save selection if we
22102 own it.
22103
1fc87f9b
KH
221042009-07-17 Kenichi Handa <handa@m17n.org>
22105
22106 * case-table.el (describe-buffer-case-table): Fix for the case
22107 that KEY is a cons.
22108
d56fdcd2
DN
221092009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
22110
22111 * vc-rcs.el (vc-rcs-find-file-hook):
22112 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
22113
bede3e9f
MA
221142009-07-16 Michael Albinus <michael.albinus@gmx.de>
22115
22116 * net/tramp.el (tramp-wait-for-output): Handle the case when
22117 commands do not return a newline but a null byte before the shell
22118 prompt. (Bug#3858)
22119
7653ca1d
YM
221202009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22121
22122 * term/ns-win.el (ns-set-alpha): Don't declare.
22123 (ns-set-background-alpha): Remove function.
22124
ed2a52e9
SM
221252009-07-16 Kevin Ryde <user42@zip.com.au>
22126
22127 * emacs-lisp/copyright.el (copyright-update): Save match-data across
22128 y-or-n-p, for safety.
22129
7a907299
RS
221302009-07-16 Richard Stallman <rms@gnu.org>
22131
22132 * files.el (auto-save-mode): If buffer-saved-size is -2,
22133 don't clobber it.
22134
22135 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
22136 (rmail-retry-ignored-headers): Add more uninteresting fields.
22137
c0db3477
CY
221382009-07-15 Jari Aalto <jari.aalto@cante.net>
22139
22140 * net/rcirc.el (rcirc): Use history variables.
22141 (rcirc-server-name-history, rcirc-nick-name-history)
22142 (rcirc-server-port-history): New variables.
22143
6c875452
KH
221442009-07-15 Kenichi Handa <handa@m17n.org>
22145
bf974dc9
KH
22146 * international/mule-cmds.el (set-language-environment-charset):
22147 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
22148 ignore them.
22149
6c875452
KH
22150 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
22151 Delete unibyte-display.
22152
2066b4fe
CY
221532009-07-15 Chong Yidong <cyd@stupidchicken.com>
22154
22155 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
22156
f9be2e35
CY
221572009-07-15 Chong Yidong <cyd@stupidchicken.com>
22158
22159 * simple.el (deactivate-mark): Optional argument FORCE.
22160 (set-mark): Use deactivate-mark.
22161
22162 * info.el (Info-search): No need to check transient-mark-mode
22163 before calling deactivate-mark.
22164
22165 * select.el (x-set-selection): Doc fix.
22166 (x-valid-simple-selection-p): Allow buffer values.
6a7662bb
BR
22167 (xselect--selection-bounds): Handle buffer values.
22168 Suggested by David De La Harpe Golden.
f9be2e35 22169
6a7662bb
BR
22170 * mouse.el (mouse-set-region, mouse-drag-track):
22171 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
22172 select-active-regions work.
22173
be3e598a 221742009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
22175
22176 * simple.el (deactivate-mark): If select-active-regions is
22177 non-nil, copy the selection data into a string.
22178 (activate-mark): If select-active-regions is non-nil, set the
22179 selection to the current buffer.
22180 (set-mark): Update selection if select-active-regions is non-nil.
22181
22182 * select.el (x-valid-simple-selection-p): Allow buffer values.
22183
cbd61418
SM
221842009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
22185
22186 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
22187 and more featureful message-mode.
22188
f470187f
CY
221892009-07-14 Chong Yidong <cyd@stupidchicken.com>
22190
22191 * select.el (x-set-selection): Doc fix.
22192 (x-valid-simple-selection-p): Disallow selection data consisting
22193 of a list or cons of integers, since that is not used.
22194 (xselect--selection-bounds, xselect--int-to-cons): New functions.
22195 (xselect-convert-to-string, xselect-convert-to-length)
22196 (xselect-convert-to-filename, xselect-convert-to-charpos)
22197 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
22198
bfc99364
DD
221992009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
22200
22201 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
22202 output in -break-info command (Emacs bug #3794).
22203
e32721f5
GM
222042009-07-14 Glenn Morris <rgm@gnu.org>
22205
1e46f9e4
GM
22206 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
22207 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
22208 (edebug-print-length, edebug-print-level, edebug-print-circle)
22209 (edebug-sit-for-seconds, edebug-view-outside)
22210 (edebug-bounce-point, edebug-set-global-break-condition)
22211 (edebug-Go-nonstop-mode, edebug-trace-mode)
22212 (edebug-Trace-fast-mode, edebug-continue-mode)
22213 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
22214 (edebug-visit-eval-list): Doc fixes.
22215
e32721f5
GM
22216 * subr.el (def-edebug-spec): Doc fix.
22217
66a85e76
KH
222182009-07-14 Kenichi Handa <handa@m17n.org>
22219
22220 * international/characters.el: Fix setting of category ?C.
22221
28571246
JD
222222009-07-13 Jan Djärv <jan.h.d@swipnet.se>
22223
7b6fefac 22224 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
22225 ns-popup-font-panel instead of generate-fontset-menu.
22226
5d74672c
EZ
222272009-07-12 Eli Zaretskii <eliz@gnu.org>
22228
7b6fefac 22229 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 22230
eb1727a4
CY
222312009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
22232
22233 * arc-mode.el (archive-find-type): Allow for a PK00 string before
22234 the PK\003\004 header (Bug#3770).
22235
208384c5
CY
222362009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
22237
22238 * pcomplete.el (pcomplete-comint-setup): Check for
22239 shell-dynamic-complete-filename too.
22240
774409a1
CY
222412009-07-11 Chong Yidong <cyd@stupidchicken.com>
22242
22243 * simple.el (temporary-goal-column): Change the value for
22244 line-move-visual to a cons cell.
22245 (line-move-visual): Record or set the window hscroll, if
22246 necessary (Bug#3494).
22247 (line-move-1): Handle cons value of temporary-goal-column.
22248
1639ee1d
KH
222492009-07-11 Kenichi Handa <handa@m17n.org>
22250
22251 * international/mule-diag.el (describe-character-set): Don't show
22252 width.
22253
2b1d2412
SS
222542009-07-10 Sam Steingold <sds@gnu.org>
22255
22256 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22257 Omake sometimes indents the errors it prints, so allow all
22258 regexps to start with spaces.
22259
ed3a5691
EZ
222602009-07-10 Eli Zaretskii <eliz@gnu.org>
22261
ed2a52e9
SM
22262 * cus-edit.el (customize-changed-options-previous-release):
22263 Bump value to 22.1. (Bug#3804)
ed3a5691 22264
49405d0e
SS
222652009-07-08 Sam Steingold <sds@gnu.org>
22266
22267 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22268 to be a cons cell (test . ignored-directory) to selectively ignore
22269 some directories depending on the location of the search.
22270
93c3eb7c
MA
222712009-07-08 Michael Albinus <michael.albinus@gmx.de>
22272
22273 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22274 remote user is root, on the local host.
22275 (tramp-local-host-p): Either the local user or the remote user
22276 must be root. (Bug#3771)
22277
6f2a8484
NR
222782009-07-08 Nick Roberts <nickrob@snap.net.nz>
22279
22280 * progmodes/gdb-mi.el (gdb): Remove description of
22281 gdb-use-separate-io-buffer.
69cb8d82 22282 (menu): Don't allow toggling of or enable
6f2a8484
NR
22283 gdb-use-separate-io-buffer from menubar.
22284
88d03607
CY
222852009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22286
22287 * mail/unrmail.el (unrmail): Make sure the message ends with two
22288 newlines (Bug#3769).
22289
7ef5b8b2
GM
222902009-07-08 Glenn Morris <rgm@gnu.org>
22291
22292 * calendar/calendar.el (calendar-current-date): Rework previous change.
22293
3ce82f97
GM
222942009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22295
22296 * calendar/calendar.el (calendar-current-date):
22297 Add an optional argument giving an offset from today.
22298
f35fc841
GM
222992009-07-08 Glenn Morris <rgm@gnu.org>
22300
22301 * tutorial.el (tutorial--describe-nonstandard-key):
22302 Adjust the message for when a key has been unbound.
22303 (help-with-tutorial): Hide the arch-tag.
22304
40149292
KH
223052009-07-08 Kenichi Handa <handa@m17n.org>
22306
69cb8d82
KH
22307 * international/fontset.el (setup-default-fontset): For each
22308 script, append (not set) font-specs.
22309
40149292
KH
22310 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22311 docstring.
22312
ff0c4194
NR
223132009-07-08 Nick Roberts <nickrob@snap.net.nz>
22314
22315 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22316 -data-list-register-names to ...
22317 (gdb-starting): ... here because GDB 7.0 requires execution to
22318 have started when using this MI command.
22319 (gdb-set-header): New function to distinguish select and
22320 unselected tabs in gdb buffers.
22321 (gdb-propertize-header): New macro that uses gdb-set-header.
22322 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 22323 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 22324
8954c675
CY
223252009-07-07 Chong Yidong <cyd@stupidchicken.com>
22326
22327 * Makefile.in (ELCFILES): Remove fadr.elc.
22328
0996385d
DD
223292009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22330
dc6b4519
DD
22331 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22332 may contain frame information, so `string-match' should be used.
22333 (gdb-update): Disassembly is invalidated through
22334 `gdb-get-selected-frame'.
22335 (gdb-pad-string): New function to pad string with spaces.
22336 (gdb-invalidate-disassembly): Invalidate only if the buffer
22337 exists.
22338 (gdb-disassembly-handler-custom): Column alignment.
22339 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22340 placing new ones.
22341 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22342 end of line, too.
22343 (gdb-frame-handler): Match convention to for disassembly buffer
22344 mode name.
17c1380b 22345 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
22346 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22347 not highlight breakpoints without line information.
69a197a2 22348 (gdb-input): Add trailing newline to command.
dc6b4519 22349
14340b25
DD
22350 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22351 buffer properly.
22352 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 22353 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
22354 now.
22355 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22356 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22357 to place breakpoints.
14340b25
DD
22358 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22359 functions.
22360 (gdb-disassembly-handler-custom): Show overlay arrow.
22361 (gdb-disassembly-place-breakpoints): Show breakpoints in
22362 disassembly buffer.
22363 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 22364 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 22365 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 22366 in `gud-menu-map'.
14340b25 22367
38d4f316 22368 * fadr.el: Remove.
1f2a6224 22369
7b6fefac 22370 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 22371 (gdb-memory-address): New variable which holds top address of
7b6fefac 22372 memory page shown in memory buffer.
6a7662bb
BR
22373 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22374 New customization variables.
0996385d
DD
22375 New functions:
22376 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22377 display the memory buffer.
22378 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22379 buffer display parameters.
22380 (def-gdb-memory-format, gdb-memory-format-binary)
22381 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22382 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22383 Functions for setting memory buffer format.
22384 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22385 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22386 unit size used in memory buffer.
6a7662bb
BR
22387 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22388 Switch to next/previous page of memory buffer.
28d67a53 22389 Now using (bindat-get-field) instead of fadr functions.
0996385d 22390
9ba562d3
SS
223912009-07-07 Sam Steingold <sds@gnu.org>
22392
22393 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22394 non-top-level files.
22395
a43977db
KH
223962009-07-07 Kenichi Handa <handa@m17n.org>
22397
6a7662bb
BR
22398 * international/mule-cmds.el (reset-language-environment):
22399 Put the highset priority to the charset iso-8859-1.
a43977db 22400
d44d05e8
CY
224012009-07-06 Chong Yidong <cyd@stupidchicken.com>
22402
22403 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22404 to the end of the line when locating the block (Bug#700).
22405
3e2fa353
MA
224062009-07-06 Michael Albinus <michael.albinus@gmx.de>
22407
22408 * net/tramp.el (tramp-handle-write-region): Flush file properties
22409 in case of short track.
22410
be3e598a 224112009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 22412
bf0b361c
JB
22413 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22414 Coded custom representation of verilog error regular expressions
22415 to work with Emacs-22's new format.
d88782c3 22416 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 22417 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
22418 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22419 error recognition into XEmacs.
22420 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22421 error recognition into Emacs-22.
22422
25c6f63e
CY
224232009-07-06 Chong Yidong <cyd@stupidchicken.com>
22424
22425 * woman.el: Remove stand-alone closing parentheses.
22426 (woman-file-name, woman2-format-paragraphs)
22427 (woman-leave-blank-lines): Code cleanup.
22428 (woman-use-own-frame): Change default to nil.
6a7662bb
BR
22429 (woman-italic, woman-bold, woman-unknown, woman-addition):
22430 Change defaults to inherit from default faces.
25c6f63e
CY
22431 (woman2-process-escapes): Consume the newline after a stand-alone
22432 filler character (Bug#3651).
22433
f176290e
GM
224342009-07-06 Glenn Morris <rgm@gnu.org>
22435
22436 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22437 (top-level): Move provide to the end.
22438 (ffap): Remove defunct URL from custom group.
22439
22440 * subr.el (eval-after-load): Doc fix.
22441
7b6fefac 224422009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
22443
22444 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22445 `calc-embedded-word' is called twice.
22446
4b8b1ec5
SM
224472009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22448
22449 * files.el (find-alternate-file-other-window, find-alternate-file):
22450 Obey confirm-nonexistent-file-or-buffer.
22451
d6ceb380
MA
224522009-07-05 Michael Albinus <michael.albinus@gmx.de>
22453
22454 * dired-aux.el (dired-show-file-type): Handle remote files.
22455
be3e598a 224562009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 22457
4b8b1ec5
SM
22458 * desktop.el (desktop-globals-to-save):
22459 Add file-name-history (Bug#2750).
c760f19e 22460
6d00ce04
CY
224612009-07-05 Chong Yidong <cyd@stupidchicken.com>
22462
4b8b1ec5 22463 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 22464
6ee21b07
JB
224652009-07-04 Johan Bockgård <bojohan@gnu.org>
22466
22467 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22468 property on entire argument since this is what eshell-lisp-command
22469 expects.
22470
f0dbdc25
MA
224712009-07-03 Michael Albinus <michael.albinus@gmx.de>
22472
22473 * net/tramp-gvfs.el (tramp-gvfs-methods)
22474 (tramp-gvfs-zeroconf-domain)
22475 (tramp-bluez-discover-devices-timeout): Add version flag.
22476 (tramp-gvfs-handler-mounted-unmounted)
22477 (tramp-gvfs-connection-mounted-p): Polish handling of
22478 incompatibilities between GVFS 0.2 and 1.0.
22479
e044e4fc
JD
224802009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22481
4b8b1ec5 22482 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 22483
2e9b968b
JB
224842009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22485
bf0b361c 22486 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
22487 formatted correctly.
22488
baf1a55e
JL
224892009-07-02 Juri Linkov <juri@jurta.org>
22490
22491 * info.el: Virtual Info files and nodes.
22492 (Info-virtual-files, Info-virtual-nodes): New variables.
22493 (Info-current-node-virtual): New variable.
22494 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22495 New functions.
22496 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22497 to check for a virtual file instead of checking a fixed list
22498 of node names.
22499 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22500 instead of ad-hoc processing of "dir" and (apropos history toc).
22501 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22502 instead of ad-hoc processing of "dir" and (apropos history toc).
22503 Reread a file when moving from a virtual node.
22504 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22505 (Info-directory-toc-nodes, Info-directory-find-file)
22506 (Info-directory-find-node): New functions.
22507 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22508 (Info-history): Move part of code to
22509 `Info-history-find-node'.
22510 (Info-history-toc-nodes, Info-history-find-file)
22511 (Info-history-find-node): New functions.
22512 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22513 (Info-toc): Move part of code to `Info-toc-find-node'.
22514 (Info-toc-find-node): New function.
4b8b1ec5 22515 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
22516 the current Info file name to references because now the node
22517 "*TOC*" belongs to the same Info manual.
4b8b1ec5 22518 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
22519 (Info-toc-nodes): Rename input argument `file' to `filename'.
22520 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22521 instead of ad-hoc processing of ("dir" apropos history toc).
22522 (Info-index-nodes): Use Info-virtual-file-p
22523 to check for a virtual file instead of checking a fixed list
22524 of node names.
22525 (Info-index-node): Add check for `Info-current-node-virtual'.
22526 Raise `save-match-data' higher up the tree to contain
22527 `search-forward' too (bug fix).
22528 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22529 (Info-virtual-index-nodes): New variable.
22530 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22531 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22532 (Info-apropos-file, Info-apropos-nodes): New variables.
22533 (Info-apropos-toc-nodes, Info-apropos-find-file)
22534 (Info-apropos-find-node, Info-apropos-matches): New functions.
22535 (info-apropos): Move part of code to `Info-apropos-find-node' and
22536 `Info-apropos-matches'.
22537 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22538 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22539 for a virtual file instead of checking a fixed list of node names.
22540
22541 * simple.el (async-shell-command): New command.
22542
22543 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22544
22545 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22546 instead of `mount-info'.
22547
d04bc496
MA
225482009-07-02 Michael Albinus <michael.albinus@gmx.de>
22549
22550 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 22551 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 22552
af0403e0
KH
225532009-07-02 Kenichi Handa <handa@m17n.org>
22554
22555 * international/mule.el (set-keyboard-coding-system): Force *-unix
22556 coding-system to avoid eol conversion.
22557
99278f8a
MA
225582009-07-01 Michael Albinus <michael.albinus@gmx.de>
22559
4b8b1ec5
SM
22560 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22561 Add handler for `process-file', `shell-command' and
99278f8a
MA
22562 `start-file-process'.
22563 (tramp-gvfs-handle-shell-command)
22564 (tramp-gvfs-handle-start-file-process)
22565 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 22566 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 22567
3f1c6666
JD
225682009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22569
22570 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22571
3f396bac
KH
225722009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22573
22574 * language/korean.el (set-language-info-alist): Add korean-cp949,
22575 cp949 to spec.
22576
c1185193
KH
225772009-07-01 Kenichi Handa <handa@m17n.org>
22578
22579 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22580
22581 * international/encoded-kb.el: Deleted.
22582
22583 * international/mule.el (set-keyboard-coding-system): Perform the
22584 necessary setup here instead of calling encoded-kbd-setup-display.
22585
3f150a60
GM
225862009-07-01 Glenn Morris <rgm@gnu.org>
22587
22588 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22589
b0d5b05b
GM
225902009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22591
22592 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22593
4f4126e6
MA
225942009-06-30 Michael Albinus <michael.albinus@gmx.de>
22595
4b8b1ec5
SM
22596 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22597 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 22598 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 22599
7ae3ea65 22600 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
22601 (top): Add a default for "synce" in `tramp-default-user-alist'.
22602 Add completion function for "synce" method.
22603 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
22604 (tramp-hal-interface-manager, tramp-hal-interface-device):
22605 New defconst.
22606 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22607 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22608 New defuns.
d6ceb380
MA
22609
22610 * net/trampver.el: Update release number.
7ae3ea65 22611
0ad6626b
KH
226122009-06-30 Kenichi Handa <handa@m17n.org>
22613
22614 * international/fontset.el (setup-default-fontset): Add CJK fonts
22615 for symbols and the other miscellaneous characters.
22616
4b8b1ec5
SM
22617 * language/korea-util.el (setup-korean-environment-internal):
22618 Make char-width-table suitable for Korean environments.
0ad6626b
KH
22619 (exit-korean-environment): Cancel above.
22620
22621 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22622 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 22623 setup-function to make char-width-table suitable for respective
0ad6626b
KH
22624 environments, and an exit-function to cancel that.
22625
22626 * language/japan-util.el (setup-japanese-environment-internal):
22627 Call use-cjk-char-width-table with arg `ja_JP'.
22628
22629 * international/characters.el (cjk-char-width-table): Delete it.
22630 (cjk-char-width-table-list): New variable.
22631 (use-cjk-char-width-table): New arg local-name.
22632 (use-default-char-width-table): Fix for the case that Emacs is
22633 already using the default char-width-table.
22634
fd46e893
MA
226352009-06-29 Michael Albinus <michael.albinus@gmx.de>
22636
22637 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22638 modes mandatory. (Bug#3712)
22639
b87d9f96
AM
226402009-06-29 Alan Mackenzie <acm@muc.de>
22641
22642 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 22643 correction between the visible width of TABs and their number of bytes.
b87d9f96 22644
2d25aa5a
CY
226452009-06-29 Chong Yidong <cyd@stupidchicken.com>
22646
22647 * server.el (server-buffer-done): Prevent kill-buffer from
22648 prompting by clearing the buffer modification flag (Bug#3696).
22649
a3a8b002
DN
226502009-06-28 Michael McNamara <mac@mail.brushroad.com>
22651
bf0b361c 22652 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 22653 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
22654 (verilog-basic-complete-re): Support localparam lineup.
22655 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22656 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22657 commenting.
22658 (verilog-leap-to-case-head): Now support *nested* unique &
22659 priority case statements.
22660 (verilog-auto-lineup): Make just declarations the default (as it
22661 had been).
4b8b1ec5 22662 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 22663 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 22664 select the various styles of automatic lineup.
a3a8b002
DN
22665 (verilog-error-regexp-alist): Rework to support the XEmacs style
22666 of error regular expressions from compilers, lint tools &
22667 simulators. Note that GNU Emacs has made it impossible for a mode
22668 to load such things.
22669 (electric-verilog-terminate-line, verilog-indent-declaration)
22670 (verilog-auto-wiure): Rework for radio button selection of
22671 auto-lineup selection of specification of auto lineup.
22672 (verilog-beg-of-statement-1): Redesign to support proper operation
22673 in additional code, based on testing with auto-lineup.
22674 (verilog-calculate-indent, assignments & declarations)
22675 (verilog-backward-token): Enhance to support auto-lineup of
22676 assignments & declarations.
22677 (verilog-in-directive-p, verilog-at-struct-p): New function for
22678 easy test of whether we are.
22679 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22680 to support safe execution at almost anyline.
22681 (verilog-calc-1): Properly support indenting deep inside generate
22682 blocks.
48c2d18a 22683 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 22684 as it is redundant with font-lock-defaults.
a8f316ca 22685 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
22686 to avoid circular calls if syntax-ppss is a function (as is the
22687 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 22688 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
22689 (verilog-ovm-begin-re, verilog-ovm-end-re)
22690 (verilog-ovm-statement-re, verilog-leap-to-head)
22691 (verilog-backward-token): Add support for OVM macros. Some are
22692 complete statements, and others open and close scopes like begin
22693 and end.
22694 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22695 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 22696 compilation issue.
48c2d18a 22697 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 22698 coverpoint, constraint and cross statements.
a3a8b002
DN
22699 (verilog-defun-level-list, verilog-generate-defun-level-list)
22700 (verilog-all-defun-level-list): Redo these specifications - it is
22701 too hard to support eval-when compile aggregation of lists also
22702 built at when-compile time.
22703 (verilog-defun-level-list): Place defconsts of variables used in
22704 building regular expressions which are built in eval-when-compile
22705 bodies in the same eval-when-compile body to facilitate compile
22706 without load.
22707 (verilog-beg-block-re-ordered): Support indenting
22708 virtual/protected tasks and functions.
7b6fefac 22709 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
22710 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22711 indentation of some module items (generate items).
22712 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22713 across virtual/protected tasks and functions.
22714
227152009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22716
bf0b361c 22717 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 22718 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
22719 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22720 in concatenations. Reported by Yishay Belkind.
22721 (verilog-auto-ascii-enum): Support one-hot state machines in
22722 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22723 (verilog-auto-inst, verilog-auto-inst-port): Include interface
6a7662bb
BR
22724 modport in AUTOINST and add vl-modport for users.
22725 Reported by David Rogoff.
a3a8b002
DN
22726 (verilog-auto-inout-module, verilog-auto-inst)
22727 (verilog-decls-get-interfaces, verilog-insert-definition)
22728 (verilog-insert-one-definition, verilog-read-decls)
22729 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22730 (verilog-sig-modport, verilog-signals-combine-bus)
22731 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22732 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22733 Suggested by David Rogoff.
22734 (verilog-repair-open-comma): Fix non-insertion of comma when
22735 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22736 (verilog-make-width-expression): Simplify [A-1:0] expression
22737 widths to just {A{1'b0}}.
22738 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
22739 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22740 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
22741 inputs/outputs or data type. Suggested by Vasu Kandadi.
22742 (next-error-last-buffer): Fix byte-compiler warning.
22743 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22744 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 22745 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 22746 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5 22747 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
01c35094 22748 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
7b6fefac 22749 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
22750 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22751 causing use of <= assignments. Reported by Alex Reed.
22752 (verilog-read-decls): Fix triand, trior, wand, wor to be
22753 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22754 (verilog-extended-complete-re): Support import "DPI-C" functions.
22755 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 22756 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
22757 (verilog-insert-date, verilog-insert-year)
22758 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
22759 Windows systems. Reported by Michael Potts.
22760 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 22761 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 22762 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 22763 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
22764 (verilog-read-decls): Fix detecting "parameter int" when using
22765 AUTOINSTPARAM. Reported by Bruce T.
22766 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 22767 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 22768 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
22769 verilog-goto-defun will work. Reported by Lawrence Butcher.
22770 (verilog-getopt): Expand environment variables in -f file
22771 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 22772 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
22773 when reading enumerations.
22774 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
22775 Suggested by Stephen Peltan.
4b8b1ec5 22776 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
22777 files. Reported by Steve Peltan.
22778
f7c0d931
CY
227792009-06-28 David De La Harpe Golden <david@harpegolden.net>
22780
22781 * files.el (trash-directory): Fix defcustom type.
22782
baf1a55e 227832009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
22784
22785 * help-fns.el (describe-function-1): Correctly locate adviced
22786 functions in hyperlink (Bug#2438).
22787
d63a01ef
CY
227882009-06-28 Chong Yidong <cyd@stupidchicken.com>
22789
22790 * files.el (trash-directory): Change default to nil.
22791 (move-file-to-trash): If trash-directory is nil and
22792 system-move-file-to-trash is unbound, perform freedesktop-style
22793 trashing.
22794
227952009-06-28 David De La Harpe Golden <david@harpegolden.net>
22796
22797 * files.el (move-file-to-trash): Add freedesktop trash
22798 support (Bug#973).
22799
fc2f6a26
GM
228002009-06-28 Glenn Morris <rgm@gnu.org>
22801
22802 * autorevert.el (global-auto-revert-non-file-buffers)
22803 (global-auto-revert-mode): Doc fixes.
22804
00242b07
JB
228052009-06-27 Johan Bockgård <bojohan@gnu.org>
22806
22807 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
22808
f5594f03
CY
228092009-06-27 Chong Yidong <cyd@stupidchicken.com>
22810
e8a2b2da
CY
22811 * faces.el (x-handle-named-frame-geometry): Ensure that we have
22812 opened an X connection before calling x-get-resource (Bug#3194).
22813
f5594f03
CY
22814 * play/doctor.el: Remove reference to obsolete website.
22815 (make-doctor-variables): Correct grammar mistake (Bug#2633).
22816
3c3bf6ce
DN
228172009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
22818
22819 Remove find-file-not-found-hook VC method. (Bug#2757)
22820 * vc-hooks.el (vc-file-not-found-hook)
22821 (vc-default-find-file-not-found-hook): Remove functions.
22822 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
22823 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
22824 * vc.el:
22825 * vc-hg.el:
22826 * vc-git.el: Do not mention find-file-not-found-hook VC method.
22827
e26a7bc0
AM
228282009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
22829
22830 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 22831 compatibility function for `looking-back'.
e26a7bc0 22832
4b8b1ec5 22833 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 22834 Use `ispell-looking-back'.
e26a7bc0 22835
d9848600
MA
228362009-06-24 Michael Albinus <michael.albinus@gmx.de>
22837
22838 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 22839 rather than `filename'.
d9848600 22840
05fbc4a9
MB
228412009-06-23 Miles Bader <miles@gnu.org>
22842
22843 * face-remap.el (text-scale-set): New function.
22844
f86ca715
GM
228452009-06-23 Glenn Morris <rgm@gnu.org>
22846
33e2c2e5
GM
22847 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
22848
f529f302
GM
22849 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
22850
34995333
GM
22851 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
22852
cc80ccee
GM
22853 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
22854
84cb770d
GM
22855 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
22856 Simplify Persian conditionals.
22857
d916c965
GM
22858 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
22859 variable `filename'.
22860
b6a44b27
GM
22861 * comint.el (comint-insert-input): Doc fix.
22862
f86ca715
GM
22863 * Makefile.in (ELCFILES): Fix typo in previous change.
22864
666e158e
MB
228652009-06-23 Miles Bader <miles@gnu.org>
22866
22867 * cus-start.el: Add entry for `recenter-redisplay'.
22868
be3e598a 228692009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
22870
22871 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
22872 Add an optional argument for the backend, use it instead of
22873 calling vc-backend.
4b8b1ec5
SM
22874 (vc-mode-line): Add an optional argument for the backend.
22875 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
22876 special handling for vc-state being a buffer to ...
22877
22878 * vc-rcs.el (vc-rcs-find-file-hook):
22879 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
22880
22881 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
22882 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
22883 vc-stay-local-p and vc-mode-line calls.
22884
22885 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
22886 (vc-cvs-diff, vc-cvs-annotate-command)
22887 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
22888 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
22889 vc-mode-line calls.
22890
22891 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
22892 direct comparison.
22893 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
22894 backend when calling vc-mode-line.
22895 (vc-register): Do not create a closure for calling the vc register
22896 function, call it directly.
22897
2764748c
DN
228982009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22899
22900 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
22901 to make it obvious item can be clicked.
f5a0b281
DN
22902
22903 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
22904
d4a885b2
KH
229052009-06-23 Kenichi Handa <handa@m17n.org>
22906
22907 * language/korea-util.el (korean-key-bindings): Change the binding
22908 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
22909 same command.
22910
e3610693
MA
229112009-06-22 Michael Albinus <michael.albinus@gmx.de>
22912
22913 Sync with Tramp 2.1.16.
22914
22915 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
22916
22917 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
22918 when a loading of a package fails. Completion function for rsync
22919 is `tramp-completion-function-alist-ssh'.
22920 (all): Replace all calls of `split-string' and
22921 `tramp-split-string' by `tramp-compat-split-string'.
22922 (tramp-default-method): Use `tramp-compat-process-running-p'.
22923 (tramp-default-proxies-alist): Allow also Lisp forms.
22924 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 22925 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
22926 (tramp-domain-regexp): Allow also "-", "_" and ".".
22927 (tramp-end-of-output): Remove newlines, and add "$" at the end.
22928 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
22929 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
22930 (tramp-handle-directory-files-and-attributes-with-stat):
22931 Care about filenames with spaces, or starting with "-".
e3610693
MA
22932 (tramp-handle-dired-uncache): New defun.
22933 (tramp-handle-insert-directory): Don't flush the directory from
22934 cache, this is handled by `dired-uncache' now.
22935 (tramp-handle-insert-file-contents): Improve error handling.
22936 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
22937 Quote `tramp-end-of-output'.
22938 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
22939 (tramp-check-for-regexp): Both echoes must be present, before removing.
22940 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
22941 (tramp-compute-multi-hops): Eval cons cells of
22942 `tramp-default-proxies-alist'.
22943 (tramp-maybe-open-connection): Use the same command pattern for
22944 first hop and further hops.
22945 (tramp-wait-for-output): Remove handling of newlines.
22946 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
22947 (tramp-split-string): Remove function. It is handled in
22948 tramp-compat now.
22949
4b8b1ec5
SM
22950 * net/tramp-cmds.el (tramp-bug):
22951 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
22952
22953 * net/tramp-compat.el (tramp-compat-split-string)
22954 (tramp-compat-process-running-p): New defuns.
22955
22956 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
22957 for `dired-uncache'.
22958
22959 * net/tramp-gvfs.el: New package.
22960
4b8b1ec5
SM
22961 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
22962 Add handler for `dired-uncache'.
e3610693
MA
22963 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
22964
22965 * net/trampver.el: Update release number. Make version check fit
22966 for SXEmacs 22.
22967
13a3f374
JM
229682009-06-22 Jim Meyering <meyering@redhat.com>
22969
e0a28a3b 22970 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
22971 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
22972 XZ is the successor to LZMA: <http://tukaani.org/xz/>
22973
5242671e 229742009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 22975 Nick Roberts <nickrob@snap.net.nz>
13a3f374 22976
e0a28a3b 22977 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
22978 repository (http://sphinx.net.ru/hg/gdb-mi/).
22979
3fde45af
GM
229802009-06-22 Glenn Morris <rgm@gnu.org>
22981
46253b34
GM
22982 * files.el (dir-locals-collect-mode-variables): Allow for any number of
22983 `mode' and `eval' entries. (Bug#3430)
22984
97e18192
GM
22985 * Makefile.in (ELCFILES): Add fadr.elc.
22986
731a00fb
GM
22987 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
22988 differing behavior of \n and ^ in strings. (Bug#3385)
22989
c66cd0ff
GM
22990 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
22991
3fde45af
GM
22992 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
22993 property.
22994 (lisp-indent-function): Make it a defcustom.
22995
db2241a0
NR
229962009-06-21 Nick Roberts <nickrob@snap.net.nz>
22997
22998 * progmodes/gdb-ui.el: Replace with ...
5242671e 22999 * progmodes/gdb-mi.el: ... this file.
db2241a0 23000 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
23001
230022009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
23003
db2241a0
NR
23004 * fadr.el: New file.
23005
38d4f316 23006See ChangeLog.14 for earlier changes.
e3d51b27
MR
23007
23008;; Local Variables:
23009;; coding: utf-8
e3d51b27
MR
23010;; End:
23011
73b0cd50 23012 Copyright (C) 2009-2011 Free Software Foundation, Inc.
e3d51b27
MR
23013
23014 This file is part of GNU Emacs.
23015
23016 GNU Emacs is free software: you can redistribute it and/or modify
23017 it under the terms of the GNU General Public License as published by
23018 the Free Software Foundation, either version 3 of the License, or
23019 (at your option) any later version.
23020
23021 GNU Emacs is distributed in the hope that it will be useful,
23022 but WITHOUT ANY WARRANTY; without even the implied warranty of
23023 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23024 GNU General Public License for more details.
23025
23026 You should have received a copy of the GNU General Public License
23027 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.