* src/coding.c (detect_coding_iso_2022): Reorganize code to clarify
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
0adf5618
SM
12011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/ruby-mode.el (ruby-backward-sexp):
4 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
5 * play/gamegrid.el (gamegrid-make-face):
6 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
7 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
8 * notifications.el (notifications-notify):
9 * net/xesam.el (xesam-search-engines):
10 * net/quickurl.el (quickurl-list-insert):
11 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
12
d72700e5
CY
132011-03-15 Chong Yidong <cyd@stupidchicken.com>
14
15 * startup.el (command-line): Update package subdirectory regexp.
16
49c5410a
SM
172011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
18
c6eee9aa
SM
19 * allout.el (allout-abbreviate-flattened-numbering)
20 (allout-mode-deactivate-hook): Fix up obsolescence "date".
21
49c5410a
SM
22 * subr.el (read-char-choice): Only show the cursor after the prompt,
23 not after the answer.
24
047b2bb9
KR
252011-03-15 Kevin Ryde <user42@zip.com.au>
26
27 * help-fns.el (variable-at-point): Skip leading quotes, if any
28 (bug#8253).
29
0a57d256
SM
302011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
31
32 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
33 warning message.
34
77c992bc
MA
352011-03-14 Michael Albinus <michael.albinus@gmx.de>
36
37 * shell.el (shell): When called interactively, offer to change the
38 shell file name on remote hosts.
39
eebc475d
TZ
402011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
41
42 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
43 integration for LDAP parameters. The host, base, user or binddn,
44 and secret tokens can be specified in a netrc file, for instance.
45 This is optional because an `auth-source' parameter must be
46 specified in the search attributes.
47
9d05d1ba
JB
482011-03-13 Juanma Barranquero <lekktu@gmail.com>
49
50 * help.el (describe-mode): Link to the mode's definition (bug#8185).
51
09d9db2c
GM
522011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
53
54 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
55 into declaration. Remove redundant and harmful binding.
56
572011-03-12 Eli Zaretskii <eliz@gnu.org>
58
59 * files.el (file-ownership-preserved-p): Pass `integer' as an
60 explicit 2nd argument to `file-attributes'. If the file's owner
61 is the Administrators group on Windows, and the current user is
62 Administrator, consider that a match.
63
64 * server.el (server-ensure-safe-dir): Consider server directory
65 safe on MS-Windows if its owner is the Administrators group while
66 the current Emacs user is Administrator. Use `=' to compare
67 numerical UIDs, since they could be integers or floats.
68
219bd536
JB
692011-03-12 Juanma Barranquero <lekktu@gmail.com>
70
71 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
72
f3afd36b
MA
732011-03-12 Michael Albinus <michael.albinus@gmx.de>
74
75 Sync with Tramp 2.2.1.
76
77 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
78
79 * net/trampver.el: Update release number.
80
3aaaa6f1
SM
812011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
82
94642599
SM
83 * progmodes/compile.el (compilation--previous-directory): Fix up
84 various nil/dead-marker mismatches (bug#8014).
85 (compilation-directory-properties, compilation-error-properties):
86 Don't call it at a position past the one we're about to change.
87
3aaaa6f1
SM
88 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
89 Disable obsolescence warnings in the file that declares it.
90
14239447
KM
912011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
92
219bd536 93 * allout-widgets.el (allout-widgets-tally): Initialize
14239447
KM
94 allout-widgets-tally as a hash table rather than nil to prevent
95 mode-line redisplay warnings.
96 Also, clarify the module description and fix a comment typo.
97
135e287c
JB
982011-03-11 Juanma Barranquero <lekktu@gmail.com>
99
100 * help-fns.el (describe-variable): Don't complete keywords.
101 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
102
ffbf300e
CY
1032011-03-10 Chong Yidong <cyd@stupidchicken.com>
104
ba08b241
CY
105 * emacs-lisp/package.el (package-version-join): Impose a standard
106 string representation for pre/alpha/beta version lists.
107 (package-unpack-single): Standardize the directory name by passing
108 it through package-version-join.
109 (package-strip-rcs-id): Accept any version string that does not
110 signal an error in version-to-list.
ffbf300e 111
f346fd6b
MA
1122011-03-10 Michael Albinus <michael.albinus@gmx.de>
113
114 * simple.el (delete-trailing-whitespace): Return nil for the
115 benefit of `write-file-functions'.
116
ccb55d27
GM
1172011-03-10 Glenn Morris <rgm@gnu.org>
118
5ceaac0c
GM
119 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
120
02da65ff
GM
121 * vc/vc-git.el (vc-git-program): New option.
122 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
123 (vc-git--call): Use it.
124
b2f603cc
GM
125 * eshell/esh-util.el (eshell-condition-case): Doc fix.
126
5772caab
GM
127 * cus-edit.el (Custom-newline): If no button at point, look
128 for a subgroup button at start-of-line. (Bug#2298)
129
ccb55d27
GM
130 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
131
ec6ecaed
JD
1322011-03-10 Julien Danjou <julien@danjou.info>
133
134 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
135 `cursor-type' is nil.
136
9d5aa01d
JB
1372011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
138
139 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
140
b6a5875b
KM
1412011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
142
143 * allout.el Summary: Change so yank of distinctive-bullet items
144 preserves the existing header prefix, rebulleting it if necessary,
145 rather than replacing it. This is necessary for proper operation
146 of cooperative addons like allout-widgets.
219bd536 147 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
148 SOLICIT arg to INSTEAD, and interpret additionally a string value
149 as alternate bullet to be used, instead of prompting the user for
150 a bullet character.
151
ee545c35
MA
1522011-03-09 Michael Albinus <michael.albinus@gmx.de>
153
154 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Do
155 not use `tramp-file-name-port', because this returns also
156 `tramp-default-port'.
157
c47971d7
DD
1582011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
159
160 * net/rcirc.el (rcirc-handler-001): Remove useless
161 with-rcirc-process-buffer.
162 (rcirc-check-auth-status): Swap arguments to string-match.
163
13522cb4
GM
1642011-03-09 Glenn Morris <rgm@gnu.org>
165
0be6f4f1
GM
166 * shell.el (shell-mode):
167 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
168
13522cb4
GM
169 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
170 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
171
515de2e3
CY
1722011-03-08 Chong Yidong <cyd@stupidchicken.com>
173
174 * emacs-lisp/package.el (package-refresh-contents)
175 (package-menu-execute): Use condition-case-no-debug.
176
b511b994
MA
1772011-03-08 Michael Albinus <michael.albinus@gmx.de>
178
179 * simple.el (shell-command-to-string): Use `process-file'.
180
181 * emacs-lisp/package.el (package-tar-file-info): Handle also
182 remote files.
183
184 * emacs-lisp/package-x.el (package-upload-buffer-internal): Use
185 `equal' for upload base check.
186
25bbfb31
AM
1872011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
188
189 * textmodes/texinfo.el (texinfo-environments):
190 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
191
be996521
GM
1922011-03-08 Glenn Morris <rgm@gnu.org>
193
e9c8529f
GM
194 * cus-start.el (cursor-in-non-selected-windows):
195 Fix :set quoting oddness. (Bug#8192)
196
be996521
GM
197 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
198 in some setf expressions. (Bug#2159)
199
2bb5649e
CY
2002011-03-08 Chong Yidong <cyd@stupidchicken.com>
201
202 * custom.el (custom-available-themes): Return themes in
203 alphabetical order.
204
7600cf45
CY
2052011-03-07 Chong Yidong <cyd@stupidchicken.com>
206
207 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
208 application of patch from Alan Mackenzie (Bug#7595).
209
fa7062f6
DD
2102011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
211
212 * net/rcirc.el (rcirc-connect): Fix PASS bug.
213
619f4b62
GM
2142011-03-07 Glenn Morris <rgm@gnu.org>
215
216 * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
7e319d3c 217 Give an explicit error if failed to make writable. (Bug#6146)
619f4b62 218
e63e9234
ER
2192011-03-07 Ed Reingold <reingold@emr.cs.iit.edu>
220
221 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
222 Add optional `after-sunset' argument. (Bug#8190)
223
16130297
AH
2242011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
225
226 * play/morse.el (nato-alphabet, nato-region, denato-region):
227 New variable and functions. (Bug#2288)
f72c1fd6 228 (morse-region, unmorse-region): Barf if read-only.
16130297 229
2b0787b3
SM
2302011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
231
232 * progmodes/gud.el (gdb-script-syntax-propertize-function):
233 Don't change the syntax of a \n that closes a comment (bug#8169).
234
5c69cb2c
CY
2352011-03-06 Chong Yidong <cyd@stupidchicken.com>
236
237 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
238 defcustom.
239 (package--update-file): Doc fix. Accept relative file names.
240 (package--archive-contents-from-file): Remove the argument, since
241 it's necessarily always "archive-contents".
242 (package-maint-add-news-item): Pass relative file name args to
243 package--update-file.
244 (package-upload-buffer-internal): Prompt for a destination if
245 package-archive-upload-base is invalid. Create the directory if
246 it does not exist.
247 (package-upload-buffer, package-upload-file): Doc fix.
248
892777ba
CY
2492011-03-06 Chong Yidong <cyd@stupidchicken.com>
250
251 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
252 and move isearch-yank-line to M-s C-e (Bug#8183).
253
9d1f0f55
AM
2542011-03-06 Alan Mackenzie <acm@muc.de>
255
256 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
804a116c
AM
257 (c-guess-basic-syntax): Move CASE 19 to a different place,
258 correctly to process template-args-cont lines.
9d1f0f55 259
479a2c9b
JB
2602011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
261
2b0787b3
SM
262 * calc/calc-ext.el (calc-init-extensions):
263 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
804a116c
AM
264 and calc-nplevel, respectively. Add keybindings for calc-spn,
265 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
266 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
479a2c9b
JB
267
268 * calc/calc-units.el (calc-dblevel): Rename from
269 calc-logunits-dblevel.
270 (calc-nplevel): Rename from calc-logunits-nplevel.
05a29101
JB
271 (math-midi-round, math-freqp, math-midip, math-spnp)
272 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
273 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
274 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
275 (math-notes): New variable.
276
277 * calc/calc.el (calc-note-threshold): New variable.
479a2c9b 278
f561e49a
CY
2792011-03-06 Chong Yidong <cyd@stupidchicken.com>
280
281 * emacs-lisp/package.el (package-archives): Accept either ordinary
282 directory names, in addition to HTTP URLs.
283 (package--with-work-buffer): New macro. Handle normal directories.
284 (package-handle-response): Don't display the failing buffer.
285 (package-download-single, package-download-tar)
286 (package--download-one-archive): Use package--with-work-buffer.
287 (package-archive-base): Rename from package-archive-url.
288
79a0fb58
GM
2892011-03-06 Glenn Morris <rgm@gnu.org>
290
291 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
292 (xmodmap-generic-mode): Respect generic-extras-enable-list.
293
ffd0a502
DC
2942011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
295
296 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
297
01c35094
JB
2982011-03-06 Juanma Barranquero <lekktu@gmail.com>
299
300 * allout.el (allout-init, allout-prefixed-keybindings)
301 (allout-unprefixed-keybindings):
302 * progmodes/prolog.el (prolog-find-term):
303 Fix typos in docstrings.
304
509742cc
NS
3052011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
306
307 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
308
14369ab3
KR
3092011-03-06 Kevin Ryde <user42@zip.com.au>
310
311 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
312
aa248733
MS
3132011-03-06 Michael Shields <shields@msrl.com> (tiny change)
314
315 * window.el (one-window-p, walk-windows, display-buffer):
316 Doc fixes. (Bug#5567)
317
da0275f8
JB
3182011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
319
320 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
321 of the variable if it exists.
322
845fc5e5
JB
3232011-03-06 Juanma Barranquero <lekktu@gmail.com>
324
325 * bookmark.el:
326 * desktop.el:
327 * emacs-lock.el:
328 * ps-print.el:
329 * saveplace.el:
330 * net/tramp-cache.el:
01c35094 331 * obsolete/fast-lock.el:
845fc5e5
JB
332 * textmodes/reftex.el:
333 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
334
7e27ce9c
AL
3352011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
336
01c35094
JB
337 * files.el (delete-directory, copy-directory, list-directory):
338 Use read-directory-name.
7e27ce9c
AL
339
340 * find-file.el (ff-find-the-other-file):
341 * net/ange-ftp.el (ange-ftp-make-directory):
342 * printing.el (pr-interactive-dir):
343 * progmodes/ada-prj.el (ada-prj-load-directory):
344 * progmodes/ebnf2ps.el (ebnf-print-directory)
345 (ebnf-spool-directory, ebnf-eps-directory)
346 (ebnf-syntax-directory):
347 * shell.el (shell):
348 * speedbar.el (speedbar-create-directory):
349 * vc/emerge.el (emerge-merge-directories):
350 * vc/vc-dir.el (vc-dir):
351 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
352
d23ae2b0
CY
3532011-03-05 Chong Yidong <cyd@stupidchicken.com>
354
355 * help-mode.el (help-buffer): If we are to return the current
356 buffer, signal an error if it's not in Help mode (Bug#8147).
357
2de9cc1a
RT
3582011-03-05 Reuben Thomas <rrt@sc3d.org>
359
360 * files.el (file-name-version-regexp): Handle backup files of the
361 form `foo.js.~HEAD~1~' (Bug#8159).
362
81fb60b2
GM
3632011-03-05 Glenn Morris <rgm@gnu.org>
364
365 * eshell/esh-var.el: Don't require esh-test when compiling.
366 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
367 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
01c35094 368 * eshell/esh-test.el: Move to ../../test/eshell.el.
81fb60b2 369
c5f09daf
DE
3702011-03-05 David Engster <deng@randomsample.de>
371
372 * files.el (save-some-buffers): Report the names of buffers saved
373 automatically due to buffer-save-without-query (Bug#8134).
374
77f63d30
DD
3752011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
376
377 * net/rcirc.el: Add QuakeNet authentication support.
378 (rcirc-authinfo, rcirc-check-auth-status)
379 (rcirc-authenticate): Support QuakeNet.
380
72d2c2e3
DD
3812011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
382
383 * net/rcirc.el: Add functionality to authenticate before
384 autojoining channels.
385 (rcirc-authenticate-before-join): New option.
386 (rcirc-authenticated-hook): New variable.
387 (rcirc-connect): Make local variable rcirc-user-authenticated.
388 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
01c35094
JB
389 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
390 New functions.
391 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
392 Call rcirc-check-auth-status.
72d2c2e3 393
d733e817
MA
3942011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
395
396 * net/soap-client.el (soap-namespace-put-link): Check if the target
397 name is fully qualified -- use only the name part.
398 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
399 types, treated the same as xsd:sequence. (Bug#8166)
400
3ae59fff
EZ
4012011-03-05 Eli Zaretskii <eliz@gnu.org>
402
403 * files.el (find-file-noselect): Don't ask about re-visiting
404 non-literally if the file is already visited in image-mode.
405 (Bug#8177)
406
a9eeff78
GM
4072011-03-05 Glenn Morris <rgm@gnu.org>
408
d783d303
GM
409 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
410 (eshell-mode): Use eshell-kill-buffer-function.
411 Run the -initialize functions independently of the -load-hooks.
412 * eshell/esh-proc.el (eshell-kill-process-function): New function.
413 (eshell-gather-process-output, eshell-sentinel)
414 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
415 Use eshell-kill-process-function.
416 * eshell/em-alias.el (eshell-alias-load-hook):
417 * eshell/em-banner.el (eshell-banner-load-hook):
418 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
419 * eshell/em-dirs.el (eshell-dirs-load-hook):
420 * eshell/em-glob.el (eshell-glob-load-hook):
421 * eshell/em-hist.el (eshell-hist-load-hook):
422 * eshell/em-pred.el (eshell-pred-load-hook):
423 * eshell/em-prompt.el (eshell-prompt-load-hook):
424 * eshell/em-rebind.el (eshell-rebind-load-hook):
425 * eshell/em-script.el (eshell-script-load-hook):
426 * eshell/em-smart.el (eshell-smart-load-hook):
427 * eshell/em-term.el (eshell-term-load-hook):
428 * eshell/em-unix.el (eshell-unix-load-hook):
429 * eshell/esh-arg.el (eshell-arg-load-hook):
430 * eshell/esh-cmd.el (eshell-cmd-load-hook):
431 * eshell/esh-ext.el (eshell-ext-load-hook):
432 * eshell/esh-io.el (eshell-io-load-hook):
433 * eshell/esh-mode.el (eshell-exit-hook):
434 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
435 * eshell/esh-var.el (eshell-var-load-hook):
436 Set default hook values to nil. (Bug#5375)
437
4a0f18a8
GM
438 * eshell/esh-module.el (eshell-module-unload-hook)
439 (eshell-modules-list): Remove leading * from defcustom docs.
440
a9eeff78
GM
441 * eshell/esh-util.el (eshell-for): Make it obsolete.
442 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
443 * eshell/em-dirs.el (eshell-save-some-last-dir):
444 * eshell/em-hist.el (eshell-save-some-history)
445 (eshell-hist-parse-modifier):
446 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
447 (eshell-ls-entries):
448 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
449 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
450 (eshell/which):
451 * eshell/esh-ext.el (eshell-find-interpreter):
452 * eshell/esh-mode.el (eshell-mode):
453 * eshell/esh-module.el (eshell-unload-extension-modules):
454 * eshell/esh-proc.el (eshell-process-interact):
455 * eshell/esh-test.el (eshell-test):
456 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
457 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
458 (eshell-variables-list):
459 * eshell/eshell.el (eshell-unload-all-modules):
460 Replace eshell-for with dolist.
461
85a55d38
GM
4622011-03-04 Glenn Morris <rgm@gnu.org>
463
464 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
465
38c179c9
TT
4662011-03-04 Tom Tromey <tromey@redhat.com>
467
468 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
469
732795fa
GM
4702011-03-04 Glenn Morris <rgm@gnu.org>
471
015bea8f
GM
472 * outline.el (outline-regexp): No longer allow nil.
473 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
474
9d982739
GM
475 * net/browse-url.el (browse-url):
476 Handle deleted default-directory. (Bug#6077)
477
732795fa
GM
478 * recentf.el (recentf-include-p): In case of a buggy predicate,
479 err on the side of including, not excluding. (Bug#5843)
480
d6ffd3f8
JB
4812011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
482
483 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
484 variables as units.
485
a918ed9b
BR
4862011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
487
488 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
489 if there is no node. (Bug#3261)
490
fc0e9092
LL
4912011-03-04 Leo <sdl.web@gmail.com>
492
0a5cb52b
LL
493 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
494
fc0e9092
LL
495 * time.el (display-time-world-list): Fix typo. (Bug#7571)
496
a65112fb 4972011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
d8c8743b
ZK
498
499 * cus-edit.el (custom-buffer-create-internal):
500 Split search string before passing it to `customize-apropos' (bug#8136).
501
3191adaf
DA
5022011-03-04 Drew Adams <drew.adams@oracle.com>
503
504 * image-dired.el (image-dired-cmd-read-exif-data-options):
505 Fix typo in docstring (bug#8156).
506
fcd8ed1d
DD
5072011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
508
509 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
510
de69c0a8
CO
5112011-03-03 Christian Ohler <ohler@gnu.org>
512
513 * emacs-lisp/ert.el (ert--explain-equal): New function.
514 (ert--explain-equal-rec): Renamed from `ert--explain-not-equal'.
515 All callers changed.
516 (ert--explain-equal-including-properties): Renamed from
517 `ert--explain-not-equal-including-properties'. All callers
518 changed.
519
7c0d1441
CO
5202011-03-03 Christian Ohler <ohler@gnu.org>
521
522 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
523 (ert-char-for-test-result, ert-string-for-test-result)
524 (ert-run-tests-batch, ert--print-test-for-ewoc):
525 Handle `ert-test-quit'.
526
31128af6
DA
5272011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
528
529 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
530 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
531
06083aa1
GM
5322011-03-03 Glenn Morris <rgm@gnu.org>
533
534 * files.el (file-truename): Doc fix. (Bug#2341)
535
c7a74801
BR
5362011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
537
01c35094 538 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
c7a74801 539
614b85f8
VJ
5402011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
541
542 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
543 programs output backslashes. (Bug#7663)
544
f96dc50f
GM
5452011-03-03 Glenn Morris <rgm@gnu.org>
546
fb532fe8
GM
547 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
548 (mail-mode): Remove mail-sent-via from the doc.
549 (mail-sent-via): Make it obsolete. (Bug#1776)
550
a915d7a1
GM
551 * progmodes/grep.el (grep-highlight-matches): Doc fix.
552 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
553
f96dc50f
GM
554 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
555 with no parents. (Bug#8025)
556
71f8b7ed
G
5572011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
558
559 * password-cache.el (password-in-cache-p): Add autoload.
560
8889f4e2
GM
5612011-03-02 Glenn Morris <rgm@gnu.org>
562
3ab7ebb9
GM
563 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
564 * dired-x.el (Man-support-local-filenames): Autoload it.
565 (dired-guess-shell-alist-default): Also handle Red Hat's man.
566
2777ccbf
GM
567 * dired-x.el (dired-default-directory-alist, dired-default-directory):
568 Mark as obsolete.
569 (dired-smart-shell-command): Just call dired-current-directory.
570
5dedeef2
GM
571 * dired-x.el (dired-jump-other-window): Add autoload.
572 (dired-default-directory-alist, dired-default-directory): Doc fixes.
573 (dired-default-directory-alist): Mark as risky.
574
8889f4e2
GM
575 * dired-x.el (dired-omit-here-always): Make it obsolete.
576
d77aaf6f
CY
5772011-03-02 Chong Yidong <cyd@stupidchicken.com>
578
579 * textmodes/artist.el (artist-curr-go): Default to pen-line.
580 (artist-select-op-pen-line): New function.
581 (artist-menu-map): New variable.
582 (artist-mode-map): Add a menu to the menu-bar.
583
771fc75e
JB
5842011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
585
586 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
587 when evaluating.
588
589 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
590 New function.
591 (math-logunits-add, math-logunits-mul, math-logunits-divide):
592 (math-logunits-quant, math-logunits-level):
593 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
594 functions.
595 (math-logunits-level): Extract units from ratio.
596
f6132e5a
JB
5972011-03-01 Juanma Barranquero <lekktu@gmail.com>
598
599 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
600
7454f200
GM
6012011-03-01 Glenn Morris <rgm@gnu.org>
602
a65112fb
GM
603 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
604 (diary-hebrew-birthday): Rename and rework functions added
605 in previous change.
7454f200 606
cdcbd5a7
ER
6072011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
608
609 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
610 (diary-hebrew-birthday): New functions.
611
9903d828
GM
6122011-03-01 Glenn Morris <rgm@gnu.org>
613
614 * dired.el (dired-safe-switches-p): Beef it up.
615 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
616
75da6eb9
SM
6172011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
618
619 * dired.el (dired-safe-switches-p): New function.
620
6640b281
GM
6212011-03-01 Glenn Morris <rgm@gnu.org>
622
623 * files.el (dir-locals-collect-variables):
624 Add the ability to exclude subdirectories. (Bug#8100)
625
626 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
627
cead857b
CS
6282011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
629
630 * ido.el (ido-everywhere): Doc fix.
631 (ido-mode): Doc fix.
632
0a906ec3
GM
6332011-02-28 Glenn Morris <rgm@gnu.org>
634
635 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
636
22b300de
MA
6372011-02-28 Michael Albinus <michael.albinus@gmx.de>
638
639 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
640 shadows.
641
abec5126 6422011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
584a2773
AL
643
644 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
645
ca3afb79
JB
6462011-02-28 Juanma Barranquero <lekktu@gmail.com>
647
648 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
649 Fix typos in docstrings.
650
edb57480
SB
6512011-02-28 Stephen Berman <stephen.berman@gmx.net>
652
653 * dired-aux.el (dired-update-file-line):
654 Fix 2010-11-09 change. (Bug#8131)
655
2b0c7330 6562011-02-28 Eli Zaretskii <eliz@gnu.org>
d1f61aaf
EZ
657
658 * international/mule-cmds.el (set-default-coding-systems): Use the
659 -unix variant of encoding in default-keyboard-coding-system.
660 (Bug#8122)
661
df7f0d0b
CY
6622011-02-27 Chong Yidong <cyd@stupidchicken.com>
663
664 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
665
3e478a7c 6662011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
6c89f663
PT
667
668 * term/screen.el: New file (Bug#2650).
669
1f0816b6
SM
6702011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
671
672 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
673 (pcase-mutually-exclusive-predicates): New var.
674 (pcase--split-consp, pcase--split-pred): Use it.
675 (pcase--split-equal, pcase--split-member): When splitting against
676 a pure predicate, run it to know the outcome.
677 (pcase--u1): Mark vars that are actually used.
678 (pcase--q1): Avoid introducing unused vars.
679
b49df742
JB
6802011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
681
682 * calc/calc-ext.el (calc-init-extensions):
683 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
684
685 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
686 symbolic mode.
687
688 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
689 argument is a variable.
690
e573299d
SM
6912011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
692
693 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
694 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
695 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
696
61e9662e
TZ
6972011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
698
699 * password-cache.el (password-in-cache-p): Convenience function to
700 check if a key is in the cache, even if the value is nil.
701
7fe42546
J
7022011-02-25 Jambunathan K <kjambunathan@gmail.com>
703
704 * emacs-lisp/package-x.el (package--archive-contents-from-url)
705 (package--archive-contents-from-file): New functions.
706 (package-update-news-on-upload): New var.
707 (package-upload-buffer-internal): Extract archive-contents from
708 package-archive-upload-base if it is not found at archive-url.
709 Obey package-update-news-on-upload.
710 (package-upload-buffer, package-upload-file): Doc fix.
711
2d8a57ef
GM
7122011-02-24 Glenn Morris <rgm@gnu.org>
713
6a88f031
GM
714 * files-x.el (modify-dir-local-variable): Handle dir-locals from
715 the cache, and from non-file sources.
716
303f9ae0
GM
717 * help-fns.el (describe-variable): Return consistent results when a
718 dir-local from a file came from the cache or did not. (Bug#8095)
719 If a dir-local has no associated file, say it came from a "directory".
720
07915ed9
GM
721 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
722 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
723
ebe401f6
GM
724 * files.el (dir-locals-find-file): Doc fix.
725 Fix the check for cache elements that have no associated file,
303f9ae0 726 and the mtime check for those that do. (Bug#8095)
ebe401f6 727
b36f2f1c
GM
728 * dired-x.el (dired-hack-local-variables):
729 Handle interrupts during hacking local variables. (Bug#5216)
730
2d8a57ef
GM
731 * emacs-lisp/autoload.el (autoload-save-buffers)
732 (autoload-find-destination, update-directory-autoloads):
733 Avoid prompts when updating autoloads.
734
53cfe624
SM
7352011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
736
737 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
738
c1449bff
KH
7392011-02-23 Kenichi Handa <handa@m17n.org>
740
741 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
742 error when a multipart boundary in the nested multipart is found.
743
251ebe0f
KH
744 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
745 header components.
746
5582c670
GM
7472011-02-23 Glenn Morris <rgm@gnu.org>
748
817b48a7
GM
749 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
750 * dired-x.el (dired-omit-mode): Safe if boolean.
751 (dired-enable-local-variables): Fix doc and custom type.
752 (dired-enable-local-variables, dired-local-variables-file)
753 (dired-hack-local-variables): Make obsolete.
754 (dired-omit-here-always): Use dir-locals.el instead.
755
5582c670
GM
756 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
757
5f9d345c
SM
7582011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
759
760 * help-fns.el (describe-function-1): Don't signal an error just because
761 the DOC file disappeared.
762
01c35094 7632011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
ca41d117
MA
764
765 * eshell/esh-ext.el (eshell-external-command): Do not restrict
766 remote check to "ftp". (Bug#8089)
767
e84efb70
AM
7682011-02-21 Alan Mackenzie <acm@muc.de>
769
770 Fix bug #7930.
771 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
772 in macros finding their way into c-state-nonlit-pos-cache.
773 Strengthen the comments.
774 (c-state-dump): New commented out diagnostic routine.
775
c6309045
MA
7762011-02-21 Michael Albinus <michael.albinus@gmx.de>
777
778 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
779 `field' property of `rfn-eshadow-overlay'.
780
06b840e0
LI
7812011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
782
783 * net/netrc.el (netrc-parse): Comment fix.
784
6d713256
CY
7852011-02-21 Chong Yidong <cyd@stupidchicken.com>
786
787 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
788 Autoload. Add optional arg FRAME, and pass it to color-values.
789 (color-complement): Caller changed. Doc fix.
790 (color-gradient): Rewrite for better clarity and efficiency.
791
792 * faces.el (color-values): Use cond for clarity. Doc fix.
793
5f9d345c 794 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
6d713256 795 color.el instead.
5f9d345c
SM
796 (list-colors-sort-key, list-colors-print):
797 Use color-normalized-values.
6d713256
CY
798
7992011-02-20 Drew Adams <drew.adams@oracle.com>
800
801 * color.el: First part of merge from hexrgb.el.
802 (color-rgb-to-hex): Rename from color-rgb->hex.
803 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
804 saturation to zero if the value is too small.
805 (color-rgb-to-hsl): Rename from color-rgb->hsl.
806 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
807 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
808 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
809 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
810 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
811 (color-cie-de2000): Doc fix.
812
aa9c0efc
AM
8132011-02-20 Alan Mackenzie <acm@muc.de>
814
815 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
816 locating the beginning of a macro. (Bug#7595)
817
18cfb5a1
GM
8182011-02-20 Glenn Morris <rgm@gnu.org>
819
e17816e5
GM
820 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
821 Don't autoload it.
822
18cfb5a1
GM
823 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
824 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
825
01c35094
JB
8262011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
827 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
a87af185
DB
828
829 * progmodes/hideshow.el (hs-find-block-beginning)
830 (hs-hide-level-recursive): Ignore comments when parsing braces
831 (Bug#8036).
832
8332011-02-19 Chong Yidong <cyd@stupidchicken.com>
834
835 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
836 (vc-bzr-pull): Use it.
837
3ab713fd
CY
8382011-02-19 Chong Yidong <cyd@stupidchicken.com>
839
840 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
841 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
842 but returning an alist. Ignore comments in bzr conffile.
843 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
844 (vc-bzr-error-regex-alist): New var.
845 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
846
5f9d345c
SM
847 * vc/vc-dispatcher.el (vc-do-async-command):
848 Bind inhibit-read-only to t.
3ab713fd
CY
849
850 * progmodes/compile.el (compilation--flush-directory-cache):
851 Handle the case where cdr of compilation--flush-directory-cache
852 points to no buffer, which can occur if we previously switched to
853 compilation-mode in a pregenerated buffer.
854
16bc9688
KH
8552011-02-19 Kenichi Handa <handa@m17n.org>
856
857 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
858 get the header copy into the temporary buffer.
859 (rmail-mime-insert-decoded-text): Ignore us-ascii.
860 (rmail-show-mime): When rmail-mime-coding-system is nil, set
861 buffer-file-coding-system to undecided.
862
67ab0163 8632011-02-19 Eli Zaretskii <eliz@gnu.org>
61aa93ed 864
a167e505
EZ
865 * international/mule-cmds.el (read-char-by-name, ucs-insert):
866 Document completion with asterisk and a substring.
867
67ab0163 8682011-02-19 Glenn Morris <rgm@gnu.org>
72d6685c
GM
869
870 * files.el (find-file-literally): Doc fix.
871
41002397
GM
872 * simple.el (rfc822-goto-eoh): Give it a doc-string.
873
b8bd9908
GM
874 * log-edit.el (log-edit-insert-changelog):
875 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
876
4d737eb2
GM
8772011-02-19 Glenn Morris <rgm@gnu.org>
878
cad7445b
GM
879 * dired-x.el: Don't require dired-aux.
880 (dired-do-create-files, dired-mark-read-regexp)
881 (dired-do-create-files-regexp): Autoload from dired-aux.
882
bea584fa
GM
883 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
884 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
885
d6e96966
GM
886 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
887 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
888
42924231
GM
889 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
890 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
891 (dired-clean-up-buffers-too): Declare.
892
203784cc
GM
893 * dired-x.el (dired-initial-position): Merge into dired.el's version.
894 * dired.el (dired-initial-position): Merge dired-x's version here.
895 (dired-find-subdir): Declare.
896
30abce25
GM
897 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
898 * dired-aux.el (dired-add-entry): Give it a doc-string.
899 Merge dired-x's dired-omit handling here.
900 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
901
4d737eb2
GM
902 * international/mule-diag.el (list-input-methods-1):
903 Indent all lines of multi-line doc-strings. (Bug#8066)
904
abd20d91
CY
9052011-02-18 Chong Yidong <cyd@stupidchicken.com>
906
907 Fix 2011-02-02 changes.
908
909 * apropos.el (apropos-print): Call apropos-mode before setting up
910 buffer variables. Use inhibit-read-only.
911
5f9d345c
SM
912 * emacs-lisp/package.el (package--list-packages):
913 Call package-menu-mode before setting up buffer variables.
abd20d91
CY
914
915 * play/solitaire.el (solitaire): Call solitaire-mode before
916 setting up buffer variables. Use inhibit-read-only.
917
e697fcfc
LM
9182011-02-18 Lawrence Mitchell <wence@gmx.li>
919
920 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
921 Bind case-fold-search to nil when looking for end of here-doc.
922
4114ed61
EZ
9232011-02-18 Eli Zaretskii <eliz@gnu.org>
924
e697fcfc
LM
925 * image-mode.el (image-toggle-display-image):
926 Set find-file-literally non-nil in buffers visiting binary image
4114ed61
EZ
927 files. (Bug#8047)
928
aa56f361
SM
9292011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
930
931 * files.el (cd): Make completion obey cd-path (bug#7924).
932
d1be20a1
GM
9332011-02-18 Glenn Morris <rgm@gnu.org>
934
135dee55
GM
935 * progmodes/prolog.el: Don't require compile when compiling.
936 (compilation-shell-minor-mode, compilation-error-regexp-alist)
937 (compilation-forget-errors, compilation-fake-loc)
938 (compilation-parse-errors-function, compilation-error-list): Declare.
939 (prolog-inferior-mode): Require 'compile.
940
15e0d5a1
GM
941 * emulation/cua-base.el (pc-selection-mode): Declare.
942
002b46b7
GM
943 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
944 (customize-object): Add autoload cookie.
945 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
946 (eieio-browse, describe-class, eieio-describe-class)
947 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
948 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
949 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
950 * Makefile.in (autoloads): Make eieio.el writable.
951
d1be20a1
GM
952 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
953 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
954 (dired-hack-local-variables): Use inhibit-read-only.
955 (dired-guess-default): Simplify.
956 (dired-make-relative-symlink): Use dotimes.
957 (dired-simultaneous-find-file): Use dolist.
958 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
959 (dired-x-hands-off-my-keys): Doc fix.
960 (dired-x-bind-find-file): Doc fix. Use remapping.
961 (after-init-hook): No need to add dired-x-bind-find-file.
962 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
963 No need to call expand-file-name.
964 (dired-filename-at-point): Remove unused locals `end', `filename'.
965
f9d554dd
SM
9662011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
967
968 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
969
5da16a86
CO
9702011-02-18 Christian Ohler <ohler@gnu.org>
971
972 * emacs-lisp/ert.el (ert--setup-results-buffer)
973 (ert-results-pop-to-backtrace-for-test-at-point)
974 (ert-results-pop-to-messages-for-test-at-point)
975 (ert-results-pop-to-should-forms-for-test-at-point)
976 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
977 were incorrect and unnecessary. This should make `make check'
978 pass again.
979
3a00a363
KM
9802011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
981
01c35094 982 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
219bd536 983 (allout-widgets-icons-dark-subdir): Track relocations of icons.
3a00a363
KM
984 * lisp/allout.el: Remove commentary about remove encryption
985 passphrase mnemonic support and verification.
01c35094
JB
986 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
987 armored text using gpg1, and indicate that the gpg version *might*
988 be the problem in the error message.
3a00a363 989
73057ba9
DD
9902011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
991
992 * net/rcirc.el (rcirc-float-time): New function.
993 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
994 (rcirc-ctcp-sender-PING): Use it.
995
8551cb32
GM
9962011-02-17 Glenn Morris <rgm@gnu.org>
997
53ef76c7
GM
998 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
999 (speedbar-update-flag, speedbar-fetch-etags-command)
1000 (speedbar-fetch-etags-arguments):
1001 * term.el (term-buffer-maximum-size, term-input-chunk-size)
1002 (term-completion-autolist, term-completion-addsuffix)
1003 (term-completion-recexact, term-completion-fignore):
1004 * term/sup-mouse.el (sup-mouse-fast-select-window):
1005 * term/x-win.el (x-select-request-type):
1006 Convert some defvars with "*" to defcustoms.
1007
64a14c74
GM
1008 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
1009
92e39d6f
GM
1010 * vc/vc.el (vc-default-previous-version):
1011 Remove alias that points nowhere. (Bug#4496)
1012
fc14288b
GM
1013 * dired-x.el (dired-clean-up-after-deletion):
1014 kill-buffer does not need save-excursion.
1015 (dired-do-run-mail): Doc fix.
1016 (dired-filename-at-point): Doc fix.
1017 Use looking-at, and skip-chars rather than re search.
1018
8551cb32
GM
1019 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
1020
96497653
KM
10212011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
1022
aac7a935
KM
1023 * allout-widgets.el: New allout extension that shows allout
1024 outline structure with graphical widgets. 'allout-widgets'
1025 customize group is an 'allout' subgroup, for easy discovery.
1026
96497653
KM
1027 * allout.el: Include PGP and GnuPG in Keywords, and other
1028 commentary refinements.
1029 (allout-abbreviate-flattened-numbering): Rename to
1030 allout-flattened-numbering-abbreviation, and
1031 define-obsolete-variable-alias the old name.
1032 (allout-flattened-numbering-abbreviation): Rename from
1033 allout-abbreviate-flattened-numbering.
1034 (allout-mode-p): Include among autoloads, for use by other modes
1035 with impunity.
e697fcfc
LM
1036 (allout-listify-exposed):
1037 Use allout-flattened-numbering-abbreviation.
96497653
KM
1038 (allout-encrypt-string): Use set-buffer-multibyte directly.
1039 (allout-set-buffer-multibyte): Remove.
1040
be4a1d71
DD
10412011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1042
1043 * simple.el (just-one-space): Remove useless `or' call.
1044
274c2d34
MA
10452011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1046
c6309045 1047 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
274c2d34
MA
1048 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
1049 (soap-decoded-multi-refs, soap-current-wsdl)
1050 (soap-encoded-namespaces): Rename CL-style *...* variables.
1051
88ae2870
MA
10522011-02-16 Michael Albinus <michael.albinus@gmx.de>
1053
1054 * net/soap-client.el: Add "comm" and "hypermedia" to the
1055 keywords. Reflow too long lines.
1056
1057 * net/soap-inspect.el: Ditto. Require 'cl.
1058
689743a2
BG
10592011-02-16 Bastien Guerry <bzg@altern.org>
1060
1061 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
1062 in a `doctor-type' argument.
1063
16d2ff89
MA
10642011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1065
1066 * net/soap-client.el:
1067 * net/soap-inspect.el: New files.
1068
c6cefd36
LL
10692011-02-16 Leo <sdl.web@gmail.com>
1070
1071 * dired-x.el (dired-mode-map, dired-extra-startup):
1072 Remove dired-copy-filename-as-kill since it's already in dired.el.
1073
da5e0ce4
GM
10742011-02-16 Glenn Morris <rgm@gnu.org>
1075
1076 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
1077 Doc fixes. Add :set property, replacing top-level calls.
1078 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
1079 (dired-guess-shell-gnutar): Test tar version rather than system-type.
1080 (dired-extra-startup, dired-man, dired-info): Doc fixes.
1081 (dired-clean-up-after-deletion): Use when and dolist.
1082 (dired-jump): Use unless and when.
1083 (dired-virtual): Use line-end-position.
1084 (dired-default-directory-alist): Rename from default-directory-alist.
1085 (dired-default-directory): Update for above name change.
1086 (dired-vm): Drop VM < 5 and simplify.
1087 (dired-buffer-more-recently-used-p): Rewrite.
1088 (dired-filename-at-point): Use when and or.
1089 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
1090 Update callers.
1091
c5ca3aa0
GM
10922011-02-15 Glenn Morris <rgm@gnu.org>
1093
1094 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
1095
33f6cf7b
CY
10962011-02-14 Chong Yidong <cyd@stupidchicken.com>
1097
1098 * vc/vc-git.el (vc-git-root-log-format): New option for
1099 customizing log format.
1100 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
1101 (vc-git-log-view-mode): Use it.
1102 (vc-git-expanded-log-entry): New function.
1103 (vc-git-log-view-mode): Use it. Truncate lines in root log.
1104
1105 * vc/vc-hg.el (vc-hg-root-log-template): New option for
1106 customizing log format.
1107 (vc-hg-print-log): Use it.
1108 (vc-hg-expanded-log-entry): New function.
1109 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
1110 vc-hg-expanded-log-entry. Truncate lines in root log.
1111
1112 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
1113
e697fcfc
LM
1114 * vc/log-view.el (log-view-mode-menu):
1115 Add log-view-toggle-entry-display.
33f6cf7b 1116
461b69ae
GM
11172011-02-14 Glenn Morris <rgm@gnu.org>
1118
1119 * dired-x.el: Don't require man when compiling.
1120 (dired-omit-extensions, dired-local-variables-file)
1121 (dired-x-hands-off-my-keys): Make them defcustoms.
1122 (Man-support-local-filenames, Man-getpage-in-background): Declare.
1123 (vm-visit-folder): Declare rather than defining.
1124 (dired-x-help-address, dired-x-variable-list): Remove.
1125 (dired-x-submit-report): Make it an obsolete alias.
1126
35f52ed6
JB
11272011-02-14 Juanma Barranquero <lekktu@gmail.com>
1128
1129 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
1130
b2108a36
TZ
11312011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1132
67186ae2 1133 * net/imap.el: Bring it back.
b2108a36 1134
abfc152b
AM
11352011-02-13 Alan Mackenzie <acm@muc.de>
1136
1137 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
1138 narrow-to-region call that cuts context off the end (Bug#7722).
1139
e697fcfc
LM
1140 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
1141 Refactor nested if-forms with a simple cond.
abfc152b
AM
1142 (c-forward-<>-arglist): Revert 2011-01-31 change.
1143
d4eb88c7
CY
11442011-02-13 Chong Yidong <cyd@stupidchicken.com>
1145
1146 * vc/log-view.el: New command log-view-toggle-entry-display for
1147 toggling log entries between concise and detailed forms.
1148 (log-view-toggle-entry-display): New command.
1149 (log-view-mode-map): Bind RET to it.
1150 (log-view-expanded-log-entry-function): New variable.
1151 (log-view-current-entry, log-view-inside-comment-p)
1152 (log-view-current-tag): New functions.
1153 (log-view-toggle-mark-entry): Use log-view-current-entry and
1154 log-view-end-of-defun instead of searching directly with
1155 log-view-message-re.
1156 (log-view-end-of-defun): Likewise. Add optional ARG for
1157 compatibility with end-of-defun.
1158 (log-view-end-of-defun): Ignore comments and VC buttons.
1159
1160 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
1161 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
1162
2609a08e
TZ
11632011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1164
114fe546
G
1165 * net/imap.el: Remove file. All the functionality is in nnimap.el.
1166
2609a08e
TZ
1167 * net/imap-hash.el: Remove file.
1168
7a6ebb1a
MA
11692011-02-13 Michael Albinus <michael.albinus@gmx.de>
1170
1171 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
1172
1173 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
1174 call.
1175
1176 * net/tramp-imap.el: Remove file.
1177
75d4dcc9
CY
11782011-02-13 Chong Yidong <cyd@stupidchicken.com>
1179
1180 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
1181 widget library for buttons, just use button.el.
1182
1183 * vc/log-view.el (log-view-mode-map): Don't inherit from
1184 widget-keymap.
1185
3c65e88d 11862011-02-12 Glenn Morris <rgm@gnu.org>
dc4c6a7a 1187
86361e1e
GM
1188 * emacs-lisp/cl-seq.el (union, nunion, intersection)
1189 (nintersection, set-difference, nset-difference)
1190 (set-exclusive-or, nset-exclusive-or): Doc fix.
1191
dc4c6a7a
GM
1192 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
1193
8a6f24e5
GM
1194 * faces.el (face-attr-match-p): Handle the obsolete :bold and
1195 :italic props, so that frame-set-background-mode works. (Bug#7966)
1196
3caced0b
GM
1197 * simple.el (next-error): Doc fix.
1198
9de31df2
TV
11992011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1200
1201 * dired-aux.el (dired-create-files): Adapt destination name to
1202 match the new behavior of copy-directory.
1203
38a71655
CY
12042011-02-12 Chong Yidong <cyd@stupidchicken.com>
1205
1206 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
1207 from rmail-dont-reply-to-names. Callers changed.
1208 (mail-dont-reply-to): Rename from mail-dont-reply-to.
1209 (rmail-dont-reply-to): Make it an obsolete alias.
1210
1211 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
1212 nil, and make obsolete (Bug#7888).
1213 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
1214
1215 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
1216
1217 * mail/rmailsort.el (rmail-sort-by-correspondent)
1218 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
1219
1220 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
1221
470d996d
TV
12222011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1223
1224 * files.el (copy-directory): New argument COPY-CONTENTS for
1225 copying directory contents into another existing directory.
1226
e2784c87
TH
12272011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1228
1229 * minibuffer.el (completion-table-case-fold): New function for
1230 creating a case-insensitive completion table.
1231
563790b6
TZ
12322011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1233
1234 * net/tramp.el (tramp-default-method): Also check if
1235 `auth-source-search' is bound.
1236 (tramp-read-passwd): Use `auth-source-search' instead of
1237 `auto-source-user-or-password'.
1238
1239 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1240 `auto-source-user-or-password.
1241 (tramp-imap-passphrase-callback-function): Use it.
1242
1243 * net/imap-hash.el: Autoload `auto-source-search' instead of
1244 `auto-source-user-or-password.
1245 (imap-hash-open-connection): Use it.
1246
1247 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1248 `auto-source-user-or-password.
1249 (smtpmail-try-auth-methods): Use it.
1250
c6affbde
PH
12512011-02-12 Phil Hagelberg <phil@hagelb.org>
1252
1253 * emacs-lisp/package.el: Allow packages to be reinstalled.
1254 (package--write-file-no-coding): Remove EXCL arg.
1255 (package-unpack-single): Don't use it.
1256
b5a53795
KP
12572011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1258
1259 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1260 in each sub directory.
1261 (vc-svn-registered): Use vc-svn-root.
1262 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1263 (vc-svn-repository-hostname): Use "svn info".
1264
25833f5e
DD
12652011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1266
1267 * simple.el (delete-trailing-whitespace): New optional buffer
1268 bound parameters.
1269
75d1d833
BG
12702011-02-11 Bastien Guerry <bzg@altern.org>
1271
1272 * files.el (basic-save-buffer): save unmodified buffers when
1273 the file pointed by buffer-file-name doesn't exist.
1274
e0e36cac
DD
12752011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1276
079721e9 1277 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
e0e36cac 1278
59350862
GM
12792011-02-11 Glenn Morris <rgm@gnu.org>
1280
1281 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1282
5708ce5e
JB
12832011-02-11 Juanma Barranquero <lekktu@gmail.com>
1284
1285 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1286
b016851c
SM
12872011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1288
59003be9
SM
1289 * server.el (server-process-filter): Use pcase.
1290
9517f8af
SM
1291 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1292 conflicting ways.
1293 (smie-indent--parent): Extend to "parent of arg".
1294 (smie-indent-inside-string): New function.
1295 (smie-indent-functions): Use it.
1296
cf77dd27
SM
1297 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1298 bzr locking race condition.
1299
49ffc078
SM
1300 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1301 still valid before using it.
1302
1a0a6cef
SM
1303 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1304 `message' -> `compilation-message' rename (bug#8004).
1305
b016851c
SM
1306 Move keymap initialization into declaration.
1307 * textmodes/enriched.el (enriched-mode-map):
1308 * textmodes/bib-mode.el (bib-mode-map):
1309 * term/lk201.el (lk201-function-map):
1310 * tar-mode.el (tar-mode-map):
1311 * replace.el (occur-mode-map):
1312 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1313 * progmodes/idlw-help.el (idlwave-help-mode-map):
1314 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1315 * play/solitaire.el (solitaire-mode-map):
1316 * play/snake.el (snake-mode-map, snake-null-map):
1317 * play/pong.el (pong-mode-map):
1318 * play/handwrite.el (menu-bar-handwrite-map):
1319 * play/gametree.el (gametree-mode-map):
a65112fb 1320 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
b016851c
SM
1321 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1322 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1323 (newsticker--url-keymap):
1324 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1325 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1326 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1327 (menu-bar-edit-menu, menu-bar-custom-menu)
1328 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1329 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1330 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1331 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1332 (menu-bar-tools-menu, menu-bar-describe-menu)
1333 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1334 (menu-bar-help-menu):
1335 * mail/rmailsum.el (rmail-summary-mode-map):
1336 * kmacro.el (kmacro-step-edit-map):
1337 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1338 (ibuffer-mode-operate-map):
1339 * hi-lock.el (hi-lock-menu, hi-lock-map):
1340 * emulation/vip.el (vip-mode-map):
1341 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1342 * bookmark.el (bookmark-bmenu-mode-map):
1343 * help-mode.el (help-mode-map): Move initialization into declaration.
1344
1be1d1e9
DD
13452011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1346
1347 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1348 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1349 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1350 (rcirc-cmd-me, rcirc-authenticate): Use them.
1351
26d2a9bd
KM
13522011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1353
1354 * allout.el: Synopsis: Change allout user configuration so
1355 auto-activation is controlled solely by customization
1356 `allout-auto-activation'.
1357
01c35094 1358 (allout-auto-activation-helper, allout-setup): New autoloads
26d2a9bd 1359 implement new custom set procedure for allout-auto-activation.
219bd536
JB
1360 Also, explicitly invoke (allout-setup) after allout-auto-activation
1361 is custom-defined, to affect the settings in emacs sessions besides
1362 the few where allout-auto-activation customization is done.
26d2a9bd
KM
1363 (allout-auto-activation): Use allout-auto-activation-helper to
1364 :set. Revise the docstring.
1365 (allout-init): Reduce functionality to just customizing
1366 allout-auto-activation, and mark obsolete.
1367 (allout-mode): Respect string values for allout-auto-activation.
1368 Run allout-after-copy-or-kill-hook without any args.
01c35094 1369 (allout-mode, allout-layout, allout-default-layout)
26d2a9bd
KM
1370 (outlineify-sticky): Adjust docstring for new scheme.
1371 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1372 should concentrate on the kill ring.
1373
b8e0f0cd
G
13742011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1375
1376 * password-cache.el (password-cache-remove): Accept secrets that are
1377 not strings.
1378
ccded26c
SM
13792011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1380
1381 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1382 of here-doc that immediately follows a comment.
1383
ee6a57ab
DD
13842011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1385
4d04fdc9
DD
1386 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1387
ee6a57ab
DD
1388 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1389 available.
1390 (rcirc-ctcp-sender-PING): New function.
1391
6ca94a0b
SM
13922011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1393
1394 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1395 Remove the mark/nomark handling, and activate shift-select-mode instead.
1396
1397 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1398
226590f8
JB
13992011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1400
1401 * calc/calc-units.el (math-logunits-quant): Add support for
1402 non-logarithmic units.
1403
dd0b691e
KM
14042011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1405
4ec28e14
KM
1406 * allout.el (allout-after-copy-or-kill-hook): New hook for
1407 extension-specific processing of killed text.
1408 (allout-mode): Include new allout-after-copy-or-kill-hook among
1409 mentioned hooks.
01c35094 1410 (allout-kill-line, allout-kill-topic): Ensure that processing
4ec28e14
KM
1411 after kill happens even if barf-if-buffer-read-only is raised.
1412 Include new allout-after-copy-or-kill-hook among that subsequent
1413 processing.
1414 (allout-deannotate-hidden): Actually remove the annotation text
1415 properties.
1416
dd0b691e
KM
1417 * allout.el (allout-listify-exposed): Copy text sans text properties.
1418
07e52e08
MA
14192011-02-07 Michael Albinus <michael.albinus@gmx.de>
1420
b016851c 1421 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
07e52e08 1422
c5aff743
DD
14232011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1424
1425 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1426
03925868
JB
14272011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1428
b016851c 1429 * calc/calc.el (calc-logunits-field-reference): Rename from
03925868 1430 `calc-default-field-reference-level'.
b016851c 1431 (calc-logunits-power-reference): Rename from
01c35094 1432 `calc-default-power-reference-level'.
03925868 1433
b016851c 1434 * calc/calc-units.el (math-logunits-quant): Rename from
03925868 1435 `math-logunits-level'
b016851c 1436 (math-logunits-plus): Rename from math-logcombine.
03925868 1437 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
ec6ad6f2 1438 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
01c35094 1439 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
03925868 1440 New functions.
b016851c
SM
1441 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1442 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1443 (calc-logunits-quantity): Rename from `calc-level'.
03925868 1444 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
01c35094 1445 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
ec6ad6f2
JB
1446 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1447 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
01c35094 1448 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
03925868
JB
1449 New functions.
1450
b016851c 1451 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
03925868
JB
1452 (calc-ul-prefix-help): Remove.
1453 (calc-l-prefix-help): New function.
1454 (calc-full-help): Add reference to `calc-l-prefix-help'.
1455
1456 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1457
ec6ad6f2
JB
1458 * calc/README: Mention logarithmic units.
1459
f8b351c1
CY
14602011-02-06 Chong Yidong <cyd@stupidchicken.com>
1461
1462 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1463 non-ASCII characters (Bug#7925).
1464
a60287ff
GM
14652011-02-05 Glenn Morris <rgm@gnu.org>
1466
1467 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1468
9ad53e98
GM
1469 * calendar/diary-lib.el (diary-font-lock-keywords):
1470 Tweak diary-time-regexp match. (Bug#7891)
1471
9783df21
GM
1472 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1473 (f90-mode): Use it for mode's `find-tag-default-function' property.
1474
df275851
GM
1475 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1476
95838641
GM
1477 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1478
827b77e9
DD
14792011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1480
1481 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1482 (Bug#6386).
1483
7cb76591
SM
14842011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1485
ba70ab1c
SM
1486 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1487 font-lock-syntax-table remappings.
1488 (sh-here-doc-markers, sh-here-doc-re): Remove.
1489 (sh-font-lock-close-heredoc): Remove.
1490 (sh-syntax-propertize-here-doc): New function.
1491 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1492 instead of the sh-here-doc-re.
1493 (sh-font-lock-paren): Don't do anything in comments or strings.
1494 Handle line continuations. Accept a few more chars.
1495 Don't rely on the font-lock-syntax-table remappings.
1496 `esac' is not a valid pattern.
1497 (sh-syntax-propertize-function): Handle here-docs differently, so we
1498 don't bother syntax-propertizing the insides.
1499
7cb76591
SM
1500 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1501 Handle new bashisms ";&" and ";;&" (bug#7947).
1502
39b20f56
MA
15032011-02-05 Michael Albinus <michael.albinus@gmx.de>
1504
7cb76591
SM
1505 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1506 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
39b20f56 1507
51aba3f3
MA
15082011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1509
1510 * net/tramp.el (tramp-postfix-method-format)
1511 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1512 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1513 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1514 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1515 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1516 Doc fix.
1517
7bc61bb7
SS
15182011-02-04 Sam Steingold <sds@gnu.org>
1519
1520 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1521
d93c111e
AS
15222011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1523
1524 * international/mule-util.el (with-coding-priority): Doc fix.
1525
6f52d86e
EZ
15262011-02-04 Eli Zaretskii <eliz@gnu.org>
1527
1528 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1529
c1b4afac
SS
15302011-02-03 Sam Steingold <sds@gnu.org>
1531
1532 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1533 Do not error out when `func' is nil.
1534
a857d3c7
MA
15352011-02-03 Michael Albinus <michael.albinus@gmx.de>
1536
1537 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1538 `tramp-default-remote-path' to the docstring.
1539 (tramp-get-remote-path): Suppress error message when `getconf
1540 PATH' fails.
1541
1542 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1543
8aa88760
GM
15442011-02-03 Glenn Morris <rgm@gnu.org>
1545
219ea611
GM
1546 * vc/vc-hg.el (vc-hg-command): Doc fix.
1547
8d7b5b5b
GM
1548 * term/w32-win.el (libpng-version): Declare for compiler.
1549
c03eac34
GM
1550 * msb.el: No need to load dired while compiling.
1551
7f07c1fe
GM
1552 * emacs-lisp/elint.el (elint-standard-variables):
1553 Remove a couple of built-ins that now have doc-strings.
1554
befe199d
GM
1555 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1556 `require' is automatically `eval-and-compile'd.
1557
2d7d6439
GM
1558 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1559 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1560
8aa88760
GM
1561 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1562 Move definition before use.
1563 (strokes-report-bug): Make it obsolete.
1564
e90f8545
SS
15652011-02-02 Sam Steingold <sds@gnu.org>
1566
1567 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1568 from `special-mode', entering it makes the buffer read-only, so
1569 call it only when everything has been already inserted.
1570 * emacs-lisp/ert.el (ert--setup-results-buffer)
1571 (ert-results-pop-to-backtrace-for-test-at-point)
1572 (ert-results-pop-to-messages-for-test-at-point)
1573 (ert-results-pop-to-timings): Ditto.
1574 * emacs-lisp/package.el (package--list-packages): Ditto.
1575 * play/solitaire.el (solitaire): Ditto.
1576
90db975f
CY
15772011-02-02 Chong Yidong <cyd@stupidchicken.com>
1578
1579 * progmodes/compile.el: Make all faces inherit.
1580 (compilation-warning): Inherit from font-lock-variable-name-face.
1581 (compilation-info): Inherit from font-lock-type-face.
1582 (compilation-line-number): Reassign to font-lock-keyword-face.
1583 (compilation-column-number): Reassign to font-lock-doc-face.
1584 (compilation-leave-directory-face): Reassign to
1585 font-lock-builtin-face.
1586
bc35ff32
EZ
15872011-02-02 Eli Zaretskii <eliz@gnu.org>
1588
1589 * dired.el (dired-insert-directory): Don't invoke `ls' when
1590 ls-lisp.el is used to emulate it.
1591
39cde66c
JD
15922011-02-01 Julien Danjou <julien@danjou.info>
1593
1594 * color.el (color-gradient): Add a color-gradient function.
1595
abef340a
SS
15962011-02-01 Sam Steingold <sds@gnu.org>
1597
1598 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1599 bind "z" to `kill-this-buffer'.
1600 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1601 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1602 (apropos-mode): Inherit from `special-mode'.
1603 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1604 * bookmark.el (bookmark-bmenu-mode): Define using
1605 `define-derived-mode' inheriting from `special-mode'.
1606 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1607 * image-mode.el (image-mode-map): Ditto.
1608 * replace.el (occur-mode): Define using
1609 `define-derived-mode' inheriting from `special-mode'.
1610 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1611 * calendar/diary-lib.el (diary-fancy-display-mode):
1612 Inherit from `special-mode-map'.
1613 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1614 Inherit from `special-mode'.
1615 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1616 `special-mode-map'.
1617 (package-menu-mode): Define using `define-derived-mode'
1618 inheriting from `special-mode'.
1619 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1620 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1621 (xesam-mode-map): Define separately.
1622 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1623 * progmodes/compile.el (compilation-minor-mode-map)
1624 (compilation-mode-map): Inherit from `special-mode-map'.
1625 * vc/diff-mode.el (diff-mode-shared-map):
1626 Inherit from `special-mode-map'.
1627 * vc/log-view.el (log-view-mode-map): Add a comment.
1628
928f4e73
CY
16292011-02-01 Chong Yidong <cyd@stupidchicken.com>
1630
1631 * custom.el (load-theme): Define return value. Drop use of
1632 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1633 (custom-theme-load-confirm): Scroll in the correct window.
1634 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1635
1636 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1637 checkbox if load-theme fails.
1638
7d116647
SM
16392011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1640
1641 * progmodes/compile.el (compilation-next-error): Check there's
1642 a message before using it (bug#7941).
1643
4fdfcddf
JB
16442011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1645
1646 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1647 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1648 of potential pivots.
1649
3b95603f
AM
16502011-01-31 Alan Mackenzie <acm@muc.de>
1651
7d116647
SM
1652 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1653 Continue parsing if we encounter a naked # (Bug#7595).
3b95603f 1654 (c-beginning-of-statement): Avoid loop in locating the beginning
aa9c0efc 1655 of a macro. (Not actually committed until 2011-02-20, see above).
3b95603f 1656
6fa1f651
CY
16572011-01-31 Chong Yidong <cyd@stupidchicken.com>
1658
1659 * files.el (copy-directory): Fix arguments to recursive call.
1660
14beddf4 16612011-01-31 Chong Yidong <cyd@stupidchicken.com>
82d84d3f
CY
1662
1663 * files.el (copy-directory): If destination is an existing
1664 directory, copy into a subdirectory there.
1665
14beddf4 16662011-01-31 Andreas Schwab <schwab@linux-m68k.org>
e935c6a2
AS
1667
1668 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1669 files.
1670
14beddf4 16712011-01-31 Chong Yidong <cyd@stupidchicken.com>
d1f14baa 1672
6fc0aac3
CY
1673 * image-dired.el (image-dired-mouse-display-image): No-op if no
1674 file is found (Bug#7817).
1675
d1f14baa
CY
1676 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1677
14beddf4 16782011-01-31 Kenichi Handa <handa@m17n.org>
67442738 1679
7d116647
SM
1680 * international/quail.el (quail-keyboard-layout-alist):
1681 Remove superfluous SPC for "pc105-uk" (bug#7927).
67442738 1682
14beddf4 16832011-01-31 Glenn Morris <rgm@gnu.org>
220c2a14
GM
1684
1685 * msb.el (msb-menu-bar-update-buffers): Update for changed
1686 argument handling of menu-bar-select-frame. (Bug#7902)
1687
14beddf4 16882011-01-31 Chong Yidong <cyd@stupidchicken.com>
af7c5700
CY
1689
1690 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1691 to the recursion depth (Bug#7722).
1692
14beddf4 16932011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
ca9c274a
JD
1694
1695 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1696 command-line-default-directory (Bug#7872).
1697
9e11271c
SM
16982011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1699
1700 * progmodes/compile.el (compilation--flush-directory-cache):
1701 New function, extracted from compilation--remove-properties.
1702 (compilation--remove-properties, compilation--parse-region): Use it.
1703 (compilation--previous-directory): Handle one more case.
1704 (compilation-enable-debug-messages): Remove.
1705 (compilation-parse-errors, compilation--flush-parse): Just remove the
1706 left over debug messages.
1707
038714ab
SS
17082011-01-31 Sam Steingold <sds@gnu.org>
1709
1710 * progmodes/compile.el (compilation-enable-debug-messages):
1711 Add a variable to make the parsing messages introduced in
1712 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1713 (compilation-parse-errors, compilation--flush-parse): Use it.
1714
2a4466ca
DD
17152011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1716
35f52ed6 1717 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
2a4466ca
DD
1718 (rcirc-nick-completion-format): New defcustom.
1719 (rcirc-complete): Use it.
1720
186ecaf1
DD
17212011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1722
1723 * net/rcirc.el: Clean log filenames (Bug#7933).
1724 (rcirc-log-write): Use convert-standard-filename.
1725 (rcirc-log-filename-function): Documentation updates.
1726
253f7d1b
JD
17272011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1728
9e11271c
SM
1729 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1730 Check report-emacs-bug-can-use-osx-open and use that if t.
253f7d1b
JD
1731 (report-emacs-bug-can-use-osx-open): New function.
1732 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1733 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1734
a2b6e5d6
CY
17352011-01-29 Chong Yidong <cyd@stupidchicken.com>
1736
1737 * vc/vc-dispatcher.el (vc-set-async-update): New function for
1738 updating Dired or VC-dir buffers after async command completes.
1739
1740 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
1741 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
1742
1743 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
1744 completions if it exists. Use vc-set-async-update.
1745 (vc-git-pull): Use vc-set-async-update.
1746
1747 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
1748 read-shell-command. Use vc-set-async-update.
1749 (vc-hg-merge-branch): Use vc-set-async-update.
1750
8907f7b9
DU
17512011-01-29 Daiki Ueno <ueno@unixuser.org>
1752
9e11271c
SM
1753 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
1754 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
8907f7b9
DU
1755 (Bug#7931).
1756
e52f87a1
SM
17572011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
1758
1759 * progmodes/compile.el: Avoid an N² behavior in grep.
1760 (compilation--previous-directory): New fun.
1761 (compilation--previous-directory-cache): New var.
1762 (compilation--remove-properties): Flush it.
1763 (compilation-directory-properties, compilation-error-properties):
1764 Use the new fun to speed up looking for the current directory.
1765
659114fd
CY
17662011-01-29 Chong Yidong <cyd@stupidchicken.com>
1767
1768 * vc/vc-hg.el (vc-hg-history): New var.
1769 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
1770 (vc-hg-merge-branch): New function.
1771
1772 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
1773 the other way around.
1774
1775 * vc/vc-git.el (vc-git-branches, vc-git-pull)
1776 (vc-git-merge-branch): New functions.
1777 (vc-git-history): New var.
1778
9bfe5783
CY
17792011-01-28 Chong Yidong <cyd@stupidchicken.com>
1780
1781 * vc/vc-dispatcher.el (vc-do-async-command): New function.
1782
1783 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
1784 vc-do-async-command.
1785
e52f87a1
SM
1786 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
1787 Callers changed.
9bfe5783 1788
b1ea593c
LL
17892011-01-28 Leo <sdl.web@gmail.com>
1790
1791 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
9bfe5783 1792 highlighting to the "this function is advised" message.
b1ea593c
LL
1793
1794 * help-mode.el (help-mode-finish): Apply highlighting here, to
1795 avoid clobbering by substitute-command-keys (Bug#6304).
1796
40e22d80
CY
17972011-01-28 Chong Yidong <cyd@stupidchicken.com>
1798
1799 * woman.el (woman0-roff-buffer): Process roff escape sequences
1800 occurring prior to the first request (Bug#7843).
1801
01c63f4c
SM
18022011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1803
55fb9013
SM
1804 * progmodes/compile.el: Don't use font-lock any more.
1805 (compilation-error-regexp-alist-alist): Change handling of makepp
1806 so it preserves the warning/error distinction on subsequent files.
1807 Simplify various rules.
1808 (compilation-directory-properties): Use font-lock-face.
1809 Add a compilation-message property.
1810 (compilation-internal-error-properties): Use font-lock-face.
1811 Don't set the compilation-debug property here.
1812 (compilation--put-prop, compilation--remove-properties)
1813 (compilation--parse-region, compilation--ensure-parse)
1814 (compilation--ensure-parse): New functions.
1815 (compilation-parse-errors): New function, largely inspired of
1816 compilation-mode-font-lock-keywords. Set compilation-debug here.
1817 (compilation--parsed): New var.
1818 (compilation--flush-parse): Use compilation--ensure-parse.
1819 (compilation-start): Don't call font-lock.
1820 (compilation-turn-on-font-lock): Remove.
1821 (compilation-setup): Don't set font-lock-extra-managed-props not change
1822 other font-lock settings, other than keywords.
1823 Don't activate font-lock-mode.
1824 Set change-major-mode-hook and before-change-functions.
1825 (compilation--unsetup): Remove properties and hooks.
1826 (compilation-next-single-property-change): New function.
1827 (compilation-next-error): Use it to parse when needed.
1828 (compile-goto-error): Parse buffer as needed.
1829 (compilation--compat-error-properties): Don't need a dummy `face'
1830 property any more.
1831
8fe52384
SM
18322011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1833
1834 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
1835 (compilation-process-setup-function): Fix docstring's false promises.
1836 (compilation-error-regexp-alist-alist): Catch omake's continuous
1837 recompilation message and avoid reuse of old markers.
1838 (compilation-parse-errors-function): Declare obsolete.
1839 (compilation-buffer-modtime): Remove.
1840 (compilation--make-cdrloc, compilation--loc->col)
1841 (compilation--loc->line, compilation--loc->file-struct)
1842 (compilation--loc->marker, compilation--loc->visited)
1843 (compilation--make-file-struct, compilation--file-struct->file-spec)
1844 (compilation--file-struct->formats)
1845 (compilation--file-struct->loc-tree): New macros. Use them.
1846 (compilation--message): New defstruct. Use them.
1847 (compilation-next-error-function): Don't mess with timestamps to try
1848 and guess when to reparse.
1849
01c63f4c
SM
18502011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1851
5e853d01
SM
1852 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
1853 (tex-old-error-file-name): New function,
1854 extracted from tex-compilation-parse-errors.
1855 (tex-compilation-parse-errors): Remove.
1856 (tex-error-regexp-alist): New var.
1857 (tex-shell): Use it to avoid compilation-parse-errors-function.
1858
07b741a7
SM
1859 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
1860 (grep-mode-font-lock-keywords): Remove regexp that seems like
1861 a left-over from before we used compile.el.
1862 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
1863 modifying the buffer within with-silent-modifications.
1864
1865 * progmodes/compile.el: Cleanup text-properties namespace by using
1866 `compilation-message' instead of `message', `compilation-directory'
1867 instead of `directory', and `compilation-debug' instead of `debug'.
1868 (compilation-last-buffer, compilation-parsing-end)
1869 (compilation-error-list, compilation-old-error-list): Move to the
1870 compatibility part of the code.
1871 (compilation-error-properties): If `file' is a function, let it return
1872 a file name.
1873 (compilation-mode-font-lock-keywords): Be more conservative with the
1874 omake "^ *" pattern prefix, to try and minimize the risk of
1875 pathologically slow regexp matching.
1876 (compilation-start): Use inhibit-read-only.
1877 (compilation--unsetup): New function.
1878 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
1879 (compilation-filter): Minor tweaks.
8fe52384 1880 (compilation-next-error-function): Try and avoid abusing variables.
07b741a7 1881 (compilation--flush-file-structure): New fun.
8fe52384 1882 (compilation-fake-loc): Use it to improve behavior when file is reused.
07b741a7
SM
1883 (debug-ignored-errors): Add "Moved past last ...".
1884 (compilation--compat-error-properties)
1885 (compilation--compat-parse-errors): Rename by doubling the "-".
1886
01c63f4c
SM
1887 Port features from the previous prolog.el to the new one.
1888 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
1889 (prolog-program-name, prolog-program-switches, prolog-consult-string)
1890 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
1891 variable and use a function to compute the value dynamically.
1892 (prolog-prompt-regexp): Add regexp for GNU Prolog.
1893 (prolog-continued-prompt-regexp): Remove, unused.
1894 (prolog-find-value-by-system): Try and use the value of prolog-system
1895 in the *prolog* buffer if it helps.
1896 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
1897 (prolog-zip-on): ..and check prolog-system and version here instead.
1898 (prolog-inferior-self-insert-command): New command.
1899 (prolog-inferior-mode-map): Use it.
1900 (prolog-inferior-error-regexp-alist): New var.
8fe52384 1901 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
01c63f4c
SM
1902 (prolog-input-filter): Use derived-mode-p.
1903 (prolog-inferior-guess-flavor): New function.
1904 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
1905 make-comint to avoid running comint-mode twice.
1906 (prolog-inferior-buffer): New fun.
1907 (prolog-old-process-region, prolog-old-process-file):
1908 Don't call prolog-bsts here...
1909 (prolog-build-prolog-command): ...do it here instead.
1910 (prolog-old-process-region, prolog-old-process-file):
1911 Use compilation-fake-loc and compilation-forget-errors.
1912 (prolog-consult-compile-region): Use bolp.
1913
2f224f0b
CY
19142011-01-28 Chong Yidong <cyd@stupidchicken.com>
1915
1916 * image-mode.el (image-display-size): Doc fix (Bug#7820).
1917
db0e305d
SS
19182011-01-27 Sam Steingold <sds@gnu.org>
1919
9e11271c
SM
1920 * midnight.el (clean-buffer-list-kill-never-buffer-names):
1921 Remove "*server*" which is never created by emacs server.
db0e305d 1922
27bbeb29
DD
19232011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1924
1925 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
1926 there are some diff switches.
1927
153c5428
SM
19282011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
1929
89fdaac7
SM
1930 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1931 Copy change made to ruby-font-lock-syntactic-keywords.
1932
153c5428
SM
1933 * htmlfontify.el: Make it obey the font-lock-face text property.
1934 Miscellaneous cleanup such as:
1935 - Don't hide expressions after a closing paren.
1936 - Move initial setq into let.
1937 - Hoist common parts out of ifs.
1938 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
1939 (hfy-face-at): Use get-text-property instead.
1940 (hfy-prop-invisible-p): Use invisible-p if available.
1941 (htmlfontify-manual): Use \\[...].
1942 (hfy-html-quote-regex): Use [...].
1943 (hfy-combined-face-spec): Simplify.
1944 (hfy-compile-face-map): Don't presume point-min==1.
1945 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
1946 match end of string.
1947 (hfy-text-p): η-reduce.
1948 (hfy-tags-for-file): Receive cache-hash directly.
1949 (hfy-mark-tag-names): Adjust call.
1950
ed7646d4
GM
19512011-01-27 Glenn Morris <rgm@gnu.org>
1952
1953 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
1954 (msb-after-load-hook): Remove eval-after-load wackiness.
1955
ed68f651
SS
19562011-01-25 Sam Steingold <sds@gnu.org>
1957
1958 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
1959 literal "diff" (important for windows-nt).
1960
0fe719e6
GM
19612011-01-25 Glenn Morris <rgm@gnu.org>
1962
1963 * emacs-lisp/copyright.el (copyright-at-end-flag)
1964 (copyright-names-regexp): Add safety properties.
1965 (copyright-year-ranges): New option.
1966 (copyright-find-end): New function, split from copyright-update-year.
1967 (copyright-update-year): Use copyright-find-end.
1968 (copyright-fix-years): Optionally, convert years to ranges.
1969 Handle years continued over comment lines.
1970 Do not mess with the fill-prefix.
1971 Do not call copyright-update.
1972 (copyright-update-directory): Optionally, fix years rather than update.
7e6e2304 1973 Skip directories. Find files with only safe local vars.
0fe719e6 1974
06d8ace5 19752011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
10e1d5f3
SM
1976
1977 * files.el (file-name-non-special): Only change buffer-file-name after
1978 insert-file-contents if it's `visit'ing the file (bug#7854).
1979
06d8ace5 19802011-01-25 Chong Yidong <cyd@stupidchicken.com>
b14f16ad
CY
1981
1982 * dired.el (dired-revert): Doc fix (Bug#7758).
1983
06d8ace5
GM
1984 * simple.el (line-move-visual): Doc fix (Bug#7594).
1985
19862011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
cc9c9831
NN
1987
1988 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
1989 here-doc which ends with an underscore.
1990 (ruby-mode-set-encoding): Skip shebang line always.
1991 (ruby-mode-map): Bind C-c C-c to comment-region.
0d19d4fe 1992 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
cc9c9831
NN
1993 (ruby-forward-sexp): Stop after literal hash key labels.
1994 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
1995 bracket.
1996
06d8ace5 19972011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
d6476407
KM
1998
1999 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
2000 the correct buffer (Bug#7650).
2001
06d8ace5
GM
20022011-01-25 Glenn Morris <rgm@gnu.org>
2003
2004 * comint.el (comint-mode): Doc fix. (Bug#7897)
4d265b4d 2005
ce558208
GM
2006 * simple.el (do-auto-fill): Give it a doc string.
2007
4d265b4d
GM
2008 * button.el (make-text-button): Doc fix. (See bug#7881)
2009
21bb5ce0
SM
20102011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2011
ab0a61d0
SM
2012 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2013 Don't move backward, so as not to fall in an inf-loop (bug#7736).
2014
21bb5ce0
SM
2015 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
2016 Handle ?" and friends differently (e.g. don't use backrefs).
2017
603823f5
JB
20182011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
2019
2020 * calc/calc.el (calc-default-power-reference-level)
2021 (calc-default-field-reference-level): New variables.
35f52ed6 2022 * calc/calc-units.el (math-standard-units): Add dB and Np.
603823f5
JB
2023 (math-logunits): New variable.
2024 (math-extract-logunits, math-logcombine, calcFunc-luplus)
2025 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
21bb5ce0
SM
2026 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
2027 New functions.
603823f5
JB
2028 (math-find-base-units-rec): Add entry for ln(10).
2029 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
2030 (calc-ul-prefix-help): New function.
2031 * calc/calc-ext.el (calc-init-extensions): Autoload new units
35f52ed6 2032 functions. Add keybindings for new units functions.
603823f5 2033
11ea68ce 20342011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
10617634
DD
2035
2036 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
11ea68ce 2037 rcirc buffers. (Bug#4940)
10617634 2038
0412a5a4
GM
20392011-01-22 Glenn Morris <rgm@gnu.org>
2040
2041 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
2042 split out from copyright-update-year.
2043 (copyright-update): Don't mess with the GPL version if we don't own the
2044 copyright. Update license regexp, and remove no longer needed
2045 Esperanto stuff.
d226ec23 2046 (copyright-fix-years): Use copyright-find-copyright.
0412a5a4 2047
e7c1dca8
CY
20482011-01-22 Chong Yidong <cyd@stupidchicken.com>
2049
2050 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
2051
4d0143e6
JA
20522011-01-22 Jari Aalto <jari.aalto@cante.net>
2053
2054 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
2055 (lm): Rename to landmark.
2056 (lm-test-run): Rename to landmark-test-run.
2057
e3545d0d
CY
20582011-01-22 Chong Yidong <cyd@stupidchicken.com>
2059
2060 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
2061 "Case sensitive" menu item.
2062
7c82f3e2 20632011-01-22 Roland McGrath <roland@frob.com>
6e1dbaa9
RM
2064
2065 * comint.el (comint-replace-by-expanded-history-before-point): Fix
2066 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
2067
7c82f3e2 20682011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
0f1f97ca
SM
2069
2070 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
2071
7c82f3e2 20722011-01-22 Jari Aalto <jari.aalto@cante.net>
26a27884 2073
6e1dbaa9
RM
2074 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2075 Assume foo(bar) is a manpage reference rather than some unquoted
2076 symbol (bug#7705).
26a27884 2077
7c82f3e2 20782011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
d5e632d8
SM
2079
2080 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
2081 Suggested by Flo <sensorflo@gmail.com>.
2082
7c82f3e2 20832011-01-22 Glenn Morris <rgm@gnu.org>
d00b05c9
GM
2084
2085 * progmodes/compile.el (compilation-error-regexp-alist):
2086 Fix custom type. (Bug#7812)
2087
4936e3ba
KM
20882011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
2089
2090 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
2091 allout-number-siblings, in keeping with what obtained due to
2092 (now-defunct) allout-keybindings-list. Ditch repeat binding to
2093 (prefixed) ?i.
2094 (allout-before-change-handler): Better expose spots affected by
2095 undo.
2096
cde7e38b
CY
20972011-01-22 Chong Yidong <cyd@stupidchicken.com>
2098
2099 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
2100
6b072b27
PH
21012011-01-22 Phil Hagelberg <phil@evri.com>
2102
2103 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
2104 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
2105 (pcmpl-ssh-config-hosts): New function.
2106 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
2107 pcmpl-ssh-known-hosts.
2108
26d82c3a
JB
21092011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2110
c310ff4f
JB
2111 * calc/calc-undo.el (calc-undo): Autoload it.
2112 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
2113 and autoload for `calc-undo'.
2114 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
2115 * calc/calc-prog.el:
2116 * calc/calc-graph.el:
2117 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
26d82c3a 2118
a10c4149
ŠN
21192011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
2120
2121 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
2122 keybindings to `calc-undo'.
2123
8dabbfd6
SM
21242011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2125
2126 Don't mess with *temp*.
2127 * obsolete/spell.el: Move from textmodes/spell.el.
2128 (spell-string):
2129 * term.el (term-read-input-ring):
2130 * startup.el (display-startup-echo-area-message):
2131 * progmodes/antlr-mode.el (antlr-directory-dependencies):
2132 * comint.el (comint-read-input-ring): Use with-temp-buffer.
2133 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
2134 point-min==1.
2135
d3e51865
KM
21362011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
2137
35f52ed6 2138 * allout.el (allout-institute-keymap): Use fset instead of
d42f7802
KM
2139 reapplying defalias.
2140
2141 (allout-hotspot-key-handler): Check for non-control-modified
2142 bindings for hotspot characters if there are no control-modified
2143 versions.
2144
d3e51865
KM
2145 * allout.el: Summary - migrate to defining allout mode using
2146 define-minor-mode instead of defun. Significantly clean-up
2147 internal keymap provisions, refactoring and, in the process,
2148 removing a lot of accumulated cruft.
2149
2150 allout-mode-map is now a keymap by virtue of being a defalias to
2151 allout-mode-map-value, which contains the actual keymap structure.
2152
8dabbfd6
SM
2153 (allout-mode): Use define-minor-mode rather than defun.
2154 Remove now-unnecessary minor-mode setup activities from the body.
d3e51865
KM
2155 Specify :keymap as allout-mode-map so the minor-mode-map-alist
2156 entry will be '(allout-mode . allout-mode-map) - see
2157 allout-mode-map-value, below. Adjust docstring to track changes.
2158 (allout-minor-mode): Remove this defalias, now that we're using
2159 define-minor-mode.
2160 (allout-mode-map): Set value to be 'allout-mode-map. The actual
2161 keymap is allout-mode-map-value, via defalias.
2162 (allout-mode-map-value): The variable holding the actual mode
2163 keymap structure, by virtue of defalias from allout-mode-map.
8dabbfd6 2164 (allout-compose-and-institute-keymap): Rename from
d3e51865
KM
2165 allout-bind-keys, and including the binding-composition
2166 functionality of the former produce-allout-mode-map and
2167 allout-setup-mode-map.
2168 (allout-institute-keymap): Take over the "setup" part of the former
2169 allout-setup-mode-map. Reassign allout-mode-map-value value and
2170 update the defalias.
01c35094 2171 (allout-command-prefix, allout-prefixed-keybindings)
8dabbfd6
SM
2172 (allout-unprefixed-keybindings):
2173 Use allout-compose-and-institute-keymap to process the bindings.
2cf429d0 2174 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
d3e51865 2175 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
8dabbfd6
SM
2176 user can customize if they want to use that binding.
2177 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
2178 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
d3e51865
KM
2179 elided that, previously, instead of the one for \C-h.)
2180 (allout-hotspot-key-handler): Remove attempt to resolve the key
2181 through the literal key-string lookup on allout-keybindings-list.
2182 That probably hasn't worked for a Long Time, and removal of
2cf429d0 2183 allout-keybindings-list further simplifies the keybindings situation.
d3e51865
KM
2184 (allout-pre-command-business): Use allout-mode-map-value instead
2185 of allout-mode-map.
2186 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
2187 the bindings if they want to use a keybinding having a trailing
2cf429d0 2188 \C-h. No deprecation needed since this feature was never in a release.
d3e51865
KM
2189 (allout-keybindings-list): Remove. It's not been useful for a
2190 while. (See allout-hotspot-key-handler changes, above.)
2191 (produce-allout-mode-map): Remove. Consolidate into
2192 allout-compose-and-institute-keymap.
2193 (allout-mode-map-adjustments): Remove. No longer necessary with
2194 removal of allout-preempt-trailing-ctrl-h.
2195 (allout-setup-mode-map): Remove. Consolidate into
2196 allout-compose-and-institute-keymap and allout-institute-keymap.
2197
c11136ec
GM
21982011-01-20 Glenn Morris <rgm@gnu.org>
2199
dbfb414e
GM
2200 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
2201
c11136ec
GM
2202 * simple.el (read-expression-history): Remove, it's in minibuf.c.
2203
9aea757b
CY
22042011-01-20 Chong Yidong <cyd@stupidchicken.com>
2205
2206 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
2207
2208 * files.el (find-alternate-file, basic-save-buffer)
2209 (basic-save-buffer-2, revert-buffer, recover-file)
2210 (kill-buffer-ask, abort-if-file-too-large)
2211 (set-visited-file-name, write-file, backup-buffer)
2212 (basic-save-buffer, save-some-buffers):
2213 * dired-aux.el (dired-compress-file): Callers changed.
2214
5dd4f3f7
GM
22152011-01-19 Glenn Morris <rgm@gnu.org>
2216
2217 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2218 Also check the property status. (Bug#7861)
2219
56761182
MA
22202011-01-18 Michael Albinus <michael.albinus@gmx.de>
2221
2222 * net/tramp.el (tramp-debug-message): Extend function exclude
2223 list. Use `regexp-opt'.
2224
a9faac5c 22252011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1a1fcbe1 2226
9cc3a0c7
SM
2227 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2228 highlighting doesn't spill over subsequent lines.
2229
1a1fcbe1
SM
2230 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2231 keymap expression. Improve docstring.
2232
74a10be5
SM
2233 * electric.el (electric-indent-post-self-insert-function):
2234 Don't auto-indent for indent-to-left-margin, it's too often
2235 counter-productive.
2236
721be9cd
TH
22372011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2238
2239 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2240 spaces if the frame was resized, so that the full visible buffer
2241 serves as canvas for strokes.
2242
a767645f
GM
22432011-01-16 Glenn Morris <rgm@gnu.org>
2244
2245 * info-xref.el (info-xref-docstrings): Replace cl function.
e5c7913c 2246 Also skip directories.
a767645f 2247
444ee8dd
KR
22482011-01-16 Kevin Ryde <user42@zip.com.au>
2249
2250 * info-xref.el: Version 3.
2251 (info-xref-check, info-xref-check-all): Move commentary details
2252 into docstrings for better visibility.
2253 Use compilation-mode for the results buffer.
2254 (info-xref-output, info-xref-output-error, info-xref-with-output)
2255 (info-xref-filename, info-xref-in-progress):
2256 New internals for this.
2257 (info-xref-check-list, info-xref-check-buffer)
2258 (info-xref-check-all-custom): Use those.
2259 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2260 (info-xref-output-heading): Rename from info-xref-filename-heading.
2261 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2262 (info-xref-filename-heading): Move to output managing section.
35f52ed6 2263 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
444ee8dd
KR
2264 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2265 (info-xref-subfile-p): Move to generic section with those two.
2266 (info-xref-check-node): New function split from
2267 info-xref-check-buffer, shared by info-xref-docstrings.
2268 (info-xref-goto-node-p): Move to a checking section with that func.
2269 (info-xref-unavail): New counter.
2270 (info-xref-check-node): Use it.
2271 (info-xref-with-output): Show count of unavailables at end of output.
2272 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
35f52ed6 2273 symlinks. Exclude .texi files. Exclude Emacs backup files.
444ee8dd
KR
2274 (info-xref-check-all-custom): Fix quietening viper-mode and
2275 gnus-registry-install -- use setq not let so as not to unbind
2276 after load.
2277
d4119912
JL
22782011-01-16 Juri Linkov <juri@jurta.org>
2279
2280 * isearch.el (isearch-abort): Don't quit if search has
2281 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2282
b024d9f0
MD
22832011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2284
2285 * files.el (backup-buffer): Make last-resort backup file in
2286 .emacs.d (Bug#6953).
2287
2288 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2289 make it with permission 700.
2290
d52969e8 22912011-01-15 Kenichi Handa <handa@m17n.org>
1a6a03e4 2292
74a10be5
SM
2293 * mail/rmailmm.el (rmail-mime-insert-header):
2294 Set rmail-mime-coding-system to a cons whose car is the last coding
1a6a03e4
KH
2295 system used to decode the header.
2296 (rmail-mime-find-header-encoding): New function.
74a10be5
SM
2297 (rmail-mime-insert-decoded-text):
2298 Override rmail-mime-coding-system if it is a cons.
1a6a03e4
KH
2299 (rmail-show-mime): If only a header part was decoded, find the
2300 coding system while ignoring mm-charset-override-alist.
2301
d52969e8 23022011-01-15 Chong Yidong <cyd@stupidchicken.com>
c88aaf48
CY
2303
2304 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2305
d52969e8 23062011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2307
2308 * mail/rmailmm.el (rmail-mime-next-item)
2309 (rmail-mime-previous-item): Delete them.
2310 (rmail-mime-shown-mode): Recursively call for children.
74a10be5
SM
2311 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2312 Callers changed.
e7ca0062
KH
2313 (rmail-mime-raw-mode): Recursively call for children.
2314 (rmail-mode-map): Change mapping of tab and backtab to
2315 forward-button and backward-button respectively.
2316 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2317 button.
2318 (rmail-mime-update-tagline): New function.
2319 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2320 body display is changed.
74a10be5 2321 (rmail-mime-toggle-button): Rename from rmail-mime-image.
e7ca0062
KH
2322 (rmail-mime-image): Delete this button type.
2323 (rmail-mime-toggle): New button type.
2324 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2325 body display is changed. Change the save button label to "Save".
2326 Don't process show/hide button here.
2327 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2328 the body display is changed. Unconditionally call
2329 rmail-mime-insert for children.
2330 (rmail-mime-handle): Update `display' vector of the just inserted
2331 entity.
2332 (rmail-mime-process): If mail-header-parse-content-type returns
2333 nil, use "text/plain" as the fallback type.
2334 (rmail-mime-insert): For raw-mode, recursively call
2335 rmail-mim-insert for children.
2336 (rmail-mime): Handle the case that the current buffer is not rmail
2337 buffer (e.g. in summary buffer).
2338
d52969e8 23392011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2340
2341 * mail/rmailmm.el (rmail-mime-next-item)
2342 (rmail-mime-previous-item): Skip the body of a non-multipart
2343 entity if a tagline is shown.
2344
362b9d48
GM
23452011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2346
2347 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2348 (tmm-prompt): Simplify.
2349 (tmm-add-prompt): Remove unused var `win'.
2350
2351 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2352 to minor mode which used nil accidentally to mean "turn off".
2353
23542011-01-15 Michael Albinus <michael.albinus@gmx.de>
2355
2356 * net/tramp-sh.el (tramp-find-inline-compress)
2357 (tramp-get-inline-coding): Quote command after pipe symbol for
2358 local calls under W32. (Bug#6784)
2359
23602011-01-15 Michael Albinus <michael.albinus@gmx.de>
2361
2362 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2363 only when running under W32.
2364
23652011-01-15 Eli Zaretskii <eliz@gnu.org>
2366
2367 * progmodes/grep.el (grep-compute-defaults): Quote the program
2368 file name after the pipe symbol in Grep templates. (Bug#6784)
2369 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2370
23712011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2372
2373 * buff-menu.el (Buffer-menu-buffer-list): New var.
2374 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2375 restricted buffer list is not lost on revert (Bug#7749).
2376
23772011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2378
2379 * net/ldap.el (ldap-search-internal): Discard stderr output.
2380
23812011-01-15 Eli Zaretskii <eliz@gnu.org>
2382
2383 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2384
23852011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2386
2387 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2388
23892011-01-15 Kenichi Handa <handa@m17n.org>
2390
2391 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2392 part as a plain text.
2393 (rmail-mime-process-multipart): Set the default content-type to
2394 nil for unknown multipart subtypes (bug#7651).
2395
6d3d6113
SM
23962011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2397
4391b429
SM
2398 * hexl.el (hexl-mode-old-*): Remove.
2399 (hexl-mode--old-var-vals): New var to replace them.
2400 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2401 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2402 Use them to set local vars (bug#7846).
2403 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2404 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2405 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2406
6d3d6113
SM
2407 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2408 (smerge-resolve--normalize-re): New var.
2409 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2410 (smerge-resolve): Use them.
2411 * newcomment.el (comment-only-p): New function.
2412 (comment-or-uncomment-region): Use it.
2413
77ab81d0 24142011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
8d4708af
BG
2415
2416 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2417 table, get the value before switching to the output buffer. (Bug#7733)
2418
77ab81d0 24192011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
364df1cc
SM
2420
2421 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2422
8faba62c
KS
24232011-01-14 Kim F. Storm <storm@cua.dk>
2424
2425 * emulation/cua-base.el (cua--init-keymaps):
2426 Remap exchange-point-and-mark in cua-global-keymap.
2427
ab7eb811
TH
24282011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2429
2430 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2431 loop keyword.
2432
fc55380c
SM
24332011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2434
2435 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2436 Require CL.
2437 (easy-menu-create-menu, easy-menu-convert-item-1):
2438 Use :label rather than nil for labels. Use `case'.
2439 Add :enable as alias for :active.
2440 (easy-menu-binding): Obey :label.
2441
dbed16aa
SM
24422011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2443
4d789d84
SM
2444 Use run-mode-hooks for major mode hooks (bug#513).
2445 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2446 Rename from reftex-toc-map.
2447 (reftex-toc-mode): Use define-derived-mode.
2448 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2449 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2450 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2451 (reftex-select-label-mode, reftex-select-bib-mode):
2452 Use define-derived-mode.
2453 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2454 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2455 Move init into delcaration.
2456 (reftex-index-mode, reftex-index-phrases-mode):
2457 Use define-derived-mode.
2458 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2459 speedbar-syntax-table. Move init into declaration.
2460 (speedbar-mode-map): Rename from speedbar-key-map.
2461 Move init into declaration.
2462 (speedbar-file-key-map): Move init into declaration.
2463 (speedbar-mode): Use define-derived-mode.
2464 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2465 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2466 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2467 (chart-face-list): Move initialization into declaration.
2468 (chart-mode): Use define-derived-mode.
2469 * calculator.el (calculator-mode-map): Move init into declaration.
2470 (calculator-mode): Use define-derived-mode.
2471
b49a2dbf
SM
2472 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2473 work for nested comments.
2474
dbed16aa
SM
2475 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2476 (prolog-use-prolog-tokenizer-flag): Change default when
2477 syntax-propertize can be used.
2478 (prolog-syntax-propertize-function): New var.
2479 (prolog-mode-variables): Move make-local-variable into `set'.
2480 Don't make comment-column local since we don't set it.
2481 Set comment-add (as it was in previous prolog.el). Use dolist.
2482 Set syntax-propertize-function.
2483 (prolog-mode, prolog-inferior-mode):
2484 Call prolog(-inferior)-menu directly, not through the mode-hook.
2485 (prolog-buffer-module, prolog-indent-level)
2486 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2487 (prolog-comment-limits, prolog-goto-comment-column):
2488 Use line-(end|beginning)-position.
2489 (prolog-build-prolog-command): Tighten up regexp.
2490 (prolog-consult-compile): Move make-local-variable into `set'.
2491 (prolog-consult-compile-filter, prolog-goto-next-paren)
2492 (prolog-help-on-predicate, prolog-clause-info)
2493 (prolog-mark-predicate): Don't let+setq.
2494 (prolog-indent-line): Use indent-line-to.
2495 Only call prolog-goto-comment-column if necessary.
2496 (prolog-indent-level): Use bobp.
2497 (prolog-first-pos-on-line): Remove, not used any more.
2498 (prolog-in-string-or-comment): Use syntax-ppss if available.
2499 (prolog-help-on-predicate): Use read-string.
2500 (prolog-goto-predicate-info): Simplify.
2501 (prolog-read-predicate): Use `default' rather than `initial'.
2502 (prolog-temporary-file): Use make-temp-file to close a security hole.
2503 (prolog-toggle-sicstus-sd): New command.
2504 (prolog-electric-underscore, prolog-variables-to-anonymous):
2505 Use dynamic-scoping as it was meant.
2506 (prolog-menu): Move menu definitions to top-level.
2507 Use a toggle-button for Sicstus's source debugger.
2508 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2509 to "System".
2510 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2511 Move other menu definition to top-level.
2512
50f8cd96
TH
25132011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2514
5b355315
TH
2515 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2516 name. Keep original document's directory as default-directory
2517 (bug#6446).
1281bd51
TH
2518 (doc-view-initiate-display): Fall back to normal mode when
2519 doc-view-mode cannot be enabled, also when extracting the document
2520 text into a separate buffer (bug#6446).
5b355315 2521
50f8cd96
TH
2522 * simple.el (shell-command): Don't error out if shell command
2523 buffer contains text with non-nil read-only property when erasing
2524 the buffer.
2525
821f936d
KS
25262011-01-13 Kim F. Storm <storm@cua.dk>
2527
2528 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2529 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2530 items when cycling through the matches.
2531
f754f898
TH
25322011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2533
2534 * dired-x.el (dired-omit-verbose): New defcustom that allows
2535 disabling the omit messages.
2536 (dired-omit-expunge): Use it.
2537
d221e780
CO
25382011-01-13 Christian Ohler <ohler@gnu.org>
2539
2540 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2541
a03b542a
CY
25422011-01-13 Chong Yidong <cyd@stupidchicken.com>
2543
2544 * font-lock.el (font-lock-verbose): Default to nil.
2545
25ca2e61
CY
25462011-01-13 Chong Yidong <cyd@stupidchicken.com>
2547
2548 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2549 (compose-mail): New arg RETURN-ACTION.
2550 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2551
2552 * mail/sendmail.el (mail-return-action): New var.
2553 (mail-mode): Make it buffer-local.
2554 (mail-bury): Obey it. Move special Rmail window handling to
2555 rmail-mail-return.
2556 (mail, mail-setup): New arg RETURN-ACTION.
2557 (sendmail-user-agent-compose): Move from simple.el.
2558
2559 * mail/rmail.el (rmail-mail-return): New function.
2560 (rmail-start-mail): Pass it to compose-mail.
2561
2a8b13af
CY
25622011-01-12 Chong Yidong <cyd@stupidchicken.com>
2563
b2948a87
CY
2564 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2565 menus. Add menu item for customize-themes.
2566
2567 * cus-theme.el (customize-themes):
74a10be5
SM
2568 * emacs-lisp/package.el (package--list-packages):
2569 Use switch-to-buffer.
2a8b13af 2570
059616e5
JB
25712011-01-11 Johan Bockgård <bojohan@gnu.org>
2572
2573 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2574
04380ff1
SM
25752011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2576
2577 * progmodes/prolog.el: Fix up coding convention and such.
2578 (prolog-indent-width): Use the same default as in
2579 previous prolog.el rather than tab-width which depends on which buffer
2580 is current when the file is loaded.
2581 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2582 is not available.
2583 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2584 (prolog-known-systems): Remove.
2585 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2586 Move initialization into declaration.
2587 (prolog-mode-map): Move initialization into declaration.
2588 Remove system-specific mode-map vars, since they referred to the same
2589 keymap anyway.
2590 (prolog-mode-variables): Obey the user's preference w.r.t
2591 adaptive-fill-mode. Prefer symbol-value to `eval'.
2592 (prolog-mode-keybindings-edit): Add compatibility bindings.
2593 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2594 (mercury-mode-map): New var.
2595 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2596 (prolog-ensure-process, prolog-process-insert-string)
2597 (prolog-consult-compile): Use with-current-buffer.
2598 (prolog-guess-fill-prefix): Simplify data flow.
2599 (prolog-replace-in-string): New function to use instead of
2600 replace-in-string.
2601 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2602 (prolog-uncomment-region): Use `uncomment-region' when available.
2603 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2604 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2605 of int-to-char and char-to-int.
2606 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2607
e2019526
SB
26082011-01-11 Stefan Bruda <stefan@bruda.ca>
2609
2610 * progmodes/prolog.el: Replace by a whole new file.
2611
3fa173b4
SM
26122011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2613
2614 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2615 (declare-function, undefined, insert-for-yank)
2616 (replace-regexp-in-string): Follow checkdoc's recommendations.
2617
7973bcea
SM
26182011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2619
2620 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2621 refreshing the diary buffer.
2622
0af8c88b
KM
26232011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2624
7973bcea 2625 * allout.el: Add 2011 to the file copyright.
0af8c88b
KM
2626 (allout-encrypt-string): Prevent encryption from adding an extra
2627 newline at the end of the topic body.
2628 (allout-version): Increment to 2.3.
2629
1a27c64e
MA
26302011-01-10 Michael Albinus <michael.albinus@gmx.de>
2631
7973bcea
SM
2632 * net/dbus.el (dbus-unregister-service): Complete doc.
2633 Fix call of dbus-error signal.
5c0b4070 2634 (dbus-register-property): Use `dont-register' keyword.
1a27c64e 2635
0a203b61
MA
26362011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2637
2638 * net/dbus.el (dbus-unregister-service): Translate returned
2639 integer into a symbol.
2640 (dbus-register-property): Use `dbus-register-service' to do the
2641 name registration.
2642
895123f5
CY
26432011-01-09 Chong Yidong <cyd@stupidchicken.com>
2644
7973bcea
SM
2645 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2646 Suggested by Joakim Verona.
12e1f328 2647
732eb50a
CY
2648 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2649
895123f5
CY
2650 * wid-edit.el (visibility): Replace :on-image and :off-image
2651 widget properties with :on-glyph and :off-glyph, for consistency
2652 with the `visibility' widget.
2653 (widget-toggle-value-create, widget-visibility-value-create):
2654 Merge into a single function `widget-toggle-value-create'.
2655
2656 * cus-edit.el (custom-variable-value-create, custom-visibility)
7973bcea
SM
2657 (custom-face-edit-value-create, custom-face-value-create):
2658 Replace :on-image and :off-image widget properties with :on-glyph and
895123f5
CY
2659 :off-glyph, for consistency with the `visibility' widget.
2660
c8043a22
AS
26612011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2662
2663 * net/ldap.el (ldap-search-internal): Don't use eval.
2664
b7617f6d
CY
26652011-01-09 Chong Yidong <cyd@stupidchicken.com>
2666
973f1f2a
CY
2667 * subr.el (read-char-choice): Use read-key.
2668
b7617f6d
CY
2669 * custom.el (custom-safe-themes): Rename from
2670 custom-safe-theme-files. Add :risky tag.
2671 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2672 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2673
900503ae
CY
26742011-01-09 Chong Yidong <cyd@stupidchicken.com>
2675
2676 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2677 from Search and add a label to Undo.
2678
2679 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2680 inappropriate buttons and adding :vert-only tags.
2681
2682 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2683 removal of Help tool-bar button. Remove Undo button for space.
2684
2685 * info.el (info-tool-bar-map): Add :vert-only tags.
2686
c44d54b3
TH
26872011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2688
2689 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2690 image backend support. Either of them is fine.
2691
3ef01959
CY
26922011-01-08 Chong Yidong <cyd@stupidchicken.com>
2693
3d91e302
CY
2694 * subr.el (y-or-n-p): Doc fix.
2695
278f6845
CY
2696 * custom.el (custom-safe-theme-files): New defcustom.
2697 (custom-theme-load-confirm): New function.
2698 (load-theme): Load theme using `load', confirming with
2699 custom-theme-load-confirm if necessary.
2700
3ef01959
CY
2701 * subr.el (read-char-choice): New function, factored out from
2702 dired-query and hack-local-variables-confirm.
2703
2704 * dired-aux.el (dired-query):
2705 * files.el (hack-local-variables-confirm): Use it.
2706
2707 * dired-aux.el (dired-compress-file):
2708 * files.el (abort-if-file-too-large, find-alternate-file)
2709 (set-visited-file-name, write-file, backup-buffer)
2710 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2711 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2712 Use new format string args for y-or-n-p and yes-or-no-p.
2713
7c837933
AS
27142011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2715
2716 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2717 [gcc-include]: Tighten file name match, add match for column
2718 number. (Bug#7806)
6c7ec171 2719 [gnu]: Remove unused group.
7c837933 2720
d0981f82
GM
27212011-01-08 Glenn Morris <rgm@gnu.org>
2722
e7a42417
GM
2723 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2724
d0981f82
GM
2725 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2726
d43bb7d3
SS
27272011-01-07 Sam Steingold <sds@gnu.org>
2728
2729 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2730 the `explicit-shell-file-name' because that is the
2731 non-interactive shell.
2732
8c51d2a2
CY
27332011-01-07 Chong Yidong <cyd@stupidchicken.com>
2734
2735 * subr.el (y-or-n-p): Accept format string args.
2736
66b7b0fe
GM
27372011-01-07 Glenn Morris <rgm@gnu.org>
2738
2739 * Makefile.in (EMACSOPT): Add --no-site-lisp.
2740
1e004a83
KM
27412011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
2742
66b7b0fe 2743 * allout.el (allout-back-to-current-heading): Ensure return to
1e004a83 2744 the visible containing topic, rather than a collapsed one.
66b7b0fe 2745 (allout-view-change-hook): Remove hook that was deprecated long ago.
1e004a83
KM
2746 (allout-exposure-change-hook): Remove documentation remarks
2747 concerning removed allout-view-change-hook.
2748 (allout-flag-region): Remove invocation of and documentation
2749 remarks concerning allout-view-change-hook.
2750
b0a8e46b
GM
27512011-01-06 Glenn Morris <rgm@gnu.org>
2752
2753 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
2754 (vc-bzr-annotate-extract-revision-at-line):
2755 Handle authors with embedded spaces. (Bug#7792)
2756
875c044a
TH
27572011-01-05 Tassilo Horn <tassilo@member.fsf.org>
2758
2759 * doc-view.el (doc-view-image-width): New variable.
2760 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
2761 backend for PNG images, and do dynamic rescaling instead of
2762 reconverting the whole doc.
2763
1f6f7722
GM
27642011-01-05 Glenn Morris <rgm@gnu.org>
2765
2766 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
2767
e9e68fda
KM
27682011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
2769
4896e8fc 2770 * allout.el: Reconcile with changes in line movement behavior for
e9e68fda
KM
2771 long text lines that cross more than a single physical window
2772 line, ie when truncate-lines is nil.
e9e68fda
KM
2773 (allout-next-visible-heading): Provide for change in line-move
2774 behavior on long lines when truncate-lines is nil. In that case,
2775 line-move can wind up on the same textual line when it moves to
2776 the next window line, and moving to the bullet position after the
2777 move yields zero advancement. Add logic to detect and compensate
2778 for the lack of progress.
2779 (allout-current-topic-collapsed-p): move-end-of-line respect for
2780 field boundaries is different when operating with body lines
2781 shorter than window width versus ones greater than window width,
2782 which can yield false negatives in this function. Avoid
2783 difference by applying move-end-of-line while field-text-motion is
2784 inhibited.
2785
3f1b6eb2
GM
27862011-01-04 Glenn Morris <rgm@gnu.org>
2787
2788 * textmodes/rst.el (rst-compile-toolsets):
2789 Add pdf and s5 to option alist.
2790
6388924a
MA
27912011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2792
7973bcea 2793 * net/dbus.el (dbus-register-property): Add optional parameter
6388924a
MA
2794 dont-register-service. Updated docstring accordingly.
2795
c3e4b003
AS
27962011-01-04 Andreas Schwab <schwab@linux-m68k.org>
2797
2798 * textmodes/rst.el (rst-compile-pdf-preview)
2799 (rst-compile-slides-preview): Remove extra line.
2800
ef4271fe
GM
28012011-01-04 Glenn Morris <rgm@gnu.org>
2802
2803 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
2804 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
2805 default to `prog' without a .py extension.
2806 (rst-compile-pdf-preview, rst-compile-slides-preview):
2807 Use program names from rst-compile-toolsets, rather than hard-coding.
2808 (rst-portable-mark-active-p): Fix presumed typo.
2809
7c420169 28102011-01-02 Eli Zaretskii <eliz@gnu.org>
01e62600 2811
7c420169 2812 * term/w32-win.el (dynamic-library-alist): Set up correctly for
5be1c984
EZ
2813 libpng versions both before and after 1.4.0. (Bug#7716)
2814
7c420169 28152011-01-02 Eli Zaretskii <eliz@gnu.org>
2d34d523 2816
6491af11
EZ
2817 * time.el (display-time-mode): Mention display-time-interval in
2818 the doc string. (Bug#7713)
2819
7c420169 28202011-01-02 Kenichi Handa <handa@m17n.org>
8258ae3f
KH
2821
2822 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
2823 condition-case and return an error message string if something
2824 goes wrong.
2f952059 2825 (rmail-show-mime): Adjust for the above change. Insert the
8258ae3f
KH
2826 header by rmail-mime-insert-header.
2827
7c420169 28282011-01-02 Kenichi Handa <handa@m17n.org>
186f7f0b
KH
2829
2830 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
2831 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
2832 (rmail-mime-mbox-buffer)
2833 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
2834 (rmail-mime-entity): Argument changed. All codes handling an
2835 entity object are changed.
2f952059 2836 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
186f7f0b
KH
2837 the above change.
2838 (rmail-mime-entity-children, rmail-mime-entity-handler)
2839 (rmail-mime-entity-tagline): New functions.
2840 (rmail-mime-message-p): New function.
2841 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
2842 (rmail-mime-entity-segment, rmail-mime-next-item)
2843 (rmail-mime-previous-item, rmail-mime-shown-mode)
2844 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
2845 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2f952059
ML
2846 (rmail-mime-insert-tagline, rmail-mime-insert-header):
2847 New functions.
186f7f0b
KH
2848 (rmail-mime-text-handler): Call rmail-mime-insert-text.
2849 (rmail-mime-insert-decoded-text): New function.
2850 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
2851 (rmail-mime-insert-image): Argument changed. Caller changed.
2852 (rmail-mime-image): Call rmail-mime-toggle-hidden.
b762841f 2853 (rmail-mime-set-bulk-data): New function.
186f7f0b
KH
2854 (rmail-mime-insert-bulk): Argument changed.
2855 (rmail-mime-multipart-handler): Return t.
2f952059
ML
2856 (rmail-mime-process-multipart): Argument changed.
2857 Handle "multipart/alternative" here.
186f7f0b
KH
2858 (rmail-mime-process): Argument changed.
2859 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
2860 (rmail-mime-insert): Argument changed. Handle raw display mode.
2861 (rmail-mime): Argument changed. Handle toggling of raw display
2862 mode.
2863 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
2864 rmail-mime-view-buffer.
2865 (rmail-insert-mime-forwarded-message): Likewise.
2866 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
2867
2868 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
2869 non-nil, handle the header in rmail-show-mime-function.
2870
7c420169 28712011-01-02 Leo <sdl.web@gmail.com>
e1a23575 2872
7c420169 2873 * help-fns.el (describe-variable): Fix previous change.
e1a23575 2874
7c420169 28752011-01-02 Juri Linkov <juri@jurta.org>
957e5dd1
JL
2876
2877 * isearch.el (isearch-lazy-highlight-error): New variable.
2878 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
2879 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
2880 to the current value of `isearch-error' (Bug#7468).
2881
7c420169 28822011-01-02 Chong Yidong <cyd@stupidchicken.com>
3c505d31
CY
2883
2884 * help-fns.el (describe-variable): Don't emit trailing whitespace
2885 (Bug#7511).
2886
7c420169 28872011-01-02 Chong Yidong <cyd@stupidchicken.com>
c1cf05f4
CY
2888
2889 * textmodes/rst.el (rst-compile-pdf-preview)
2890 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
2891
7c420169 28922011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
c8cbbe27
KG
2893
2894 * emulation/edt-mapper.el: Override mapping of function keys so
2895 that the later call to read-key-sequence works.
2896
7c420169 28972011-01-02 Eli Zaretskii <eliz@gnu.org>
95e4cc85
EZ
2898
2899 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
2900 Unix EOLs. (Bug#7589)
2901
7c420169
CY
29022011-01-02 Leo <sdl.web@gmail.com>
2903
2904 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
2905 if point is not behind eshell-last-output-end (Bug#7585).
2906
29072011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
2908
2909 * files.el (file-local-variables-alist):
2910 Make permanent-local (bug#7767).
2911
29122011-01-02 Glenn Morris <rgm@gnu.org>
2913
2914 * version.el (emacs-copyright): Set short copyright year to 2011.
2915
29162011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2917
2918 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
2919 an existing temp buffer. (Bug#7746)
2920
29212011-01-02 Glenn Morris <rgm@gnu.org>
2922
2923 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
2924 multiple addresses. (Bug#7760)
2925
fb9a573a
KM
29262011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
2927
e9e68fda 2928 * allout.el (allout-auto-fill): Do not infinitely recurse - use
fb9a573a
KM
2929 do-auto-fill if everything points back to allout-auto-fill.
2930 (allout-mode-deactivate-hook): Declare obsolete, in favor of
2931 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
2932
8d68c659
MA
29332010-12-31 Michael Albinus <michael.albinus@gmx.de>
2934
2935 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
2936 and "scpx".
2937
291cc045
TH
29382010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2939
2940 * doc-view.el (doc-view-set-doc-type): New function refactored
2941 from doc-view-mode.
2942 (doc-view-fallback-mode): New function.
2943 (doc-view-mode): Use it.
2944 (doc-view-mode-maybe): New function that checks if doc-view-mode
2945 can be used and falls back to the next best mode otherwise.
2946
2947 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
2948 DVI, OpenDocument, and MS Office files.
2949
8ee2dc5c
AS
29502010-12-30 Andreas Schwab <schwab@linux-m68k.org>
2951
2952 * emacs-lisp/rx.el (rx-syntax): Fix typo.
2953
f9e68477
TH
29542010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2955
2956 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
2957 on a copy of auto-mode-alist, because that deletes with side
2958 effects.
2959
ad727c81
TH
29602010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2961
7973bcea
SM
2962 * doc-view.el (doc-view-mode, doc-view-toggle-display):
2963 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
ad727c81
TH
2964 fallback instead of hard coding fundamental mode.
2965
b71b7803
TH
29662010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2967
2968 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
2969 Office) files also for searching.
2970
95e16d17
TH
29712010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2972
2973 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
2974 Office) files. Not yet enabled via auto-mode-list.
2975 (doc-view-unoconv-program): New custom variable.
2976 (doc-view-mode-p): Handle new odf document type.
2977 (doc-view-odf->pdf): New conversion function.
2978 (doc-view-convert-current-doc): Call it for odf files.
2979 (doc-view-mode): Recognize newly supported file extensions.
2980
b191c9d9
MA
29812010-12-30 Michael Albinus <michael.albinus@gmx.de>
2982
2983 * net/tramp.el (tramp-default-method-alist)
2984 (tramp-default-user-alist)
2985 (tramp-local-host-regexp, tramp-prefix-domain-format)
2986 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
2987
2988 * net/tramp-ftp.el:
2989 * net/tramp-gvfs.el:
2990 * net/tramp-gw.el:
2991 * net/tramp-imap.el:
2992 * net/tramp-sh.el:
2993 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
2994 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
2995
6e457cc9
KF
29962010-12-29 Karl Fogel <kfogel@red-bean.com>
2997
2998 * saveplace.el (save-place-alist-to-file): Save list sorted and
2999 pretty-printed, so that it is mergeable by line-based text merging,
3000 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
3001
fb9a573a
KM
30022010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
3003
e9e68fda 3004 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
fb9a573a
KM
3005 (allout-mode): Argument "toggle" => "force".
3006 Refine the docstring.
3007 Remove special provisions for reactivation, besides the 'force'
3008 argument.
3009 Consolidate layout provisions coce directly into the activation
3010 condition branch, now that we've removed those provisions.
3011 (allout-unload-function): Explicitly activate the mode before
3012 deactivating, if it's initially deactivated.
3013 (allout-set-buffer-multibyte): Properly prevent byte-compiler
3014 warnings for version of function used only where
3015 set-buffer-multibyte is unavailable.
3016
c940c054
CY
30172010-12-28 Chong Yidong <cyd@stupidchicken.com>
3018
3019 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
3020 are handled by the menu-bar entries. As before, don't use
3021 :visibile to avoid changing the tool-bar.
3022
4c145d5d
MA
30232010-12-27 Michael Albinus <michael.albinus@gmx.de>
3024
3025 * net/secrets.el (secrets-delete-alias): New defun.
3026
fe99f704
MA
30272010-12-27 Michael Albinus <michael.albinus@gmx.de>
3028
3029 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
3030 methods, otherwise ~/.ssh/config would be ignored.
3031
723ee192
SM
30322010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
3033
3034 * emacs-lisp/rx.el: Make it a superset of sregex.
3035 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
3036 of args, add `regex' alias.
3037 (rx-info): Add arg to distinguish head and standalone forms.
3038 (rx-check, rx-form): Pass the corresponding arg.
3039 (rx-**): Simplify.
3040 (rx-repeat): Make it work for any number of args.
3041 (rx-syntax): Make it accept syntax chars as is.
3042 * obsolete/sregex.el: Move from emacs-lisp/.
3043 * emacs-lisp/re-builder.el: Remove sregex support.
3044 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
3045
e77714da
EZ
30462010-12-25 Eli Zaretskii <eliz@gnu.org>
3047
3048 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
3049 PRIMARY first, then the clipboard. (Bug#7699)
3050
17870c01
SM
30512010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3052
3053 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
3054 print-number-table.
3055
6bfa51ba
CY
30562010-12-21 Chong Yidong <cyd@stupidchicken.com>
3057
d78cdcf7
CY
3058 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
3059 .emacs.elc (Bug#7530).
3060
6bfa51ba
CY
3061 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
3062 image spec (Bug#7480).
3063
9d9cfd53
DU
30642010-12-21 Daiki Ueno <ueno@unixuser.org>
3065
3066 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
723ee192
SM
3067 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
3068 Move from lisp/.
9d9cfd53 3069
adc0b793
JD
30702010-12-20 Leo <sdl.web@gmail.com>
3071
3072 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
3073 always be performed (Bug#7680).
3074
778ca437
CY
30752010-12-20 Chong Yidong <cyd@stupidchicken.com>
3076
3f95d7ff
CY
3077 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
3078 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
3079 mouse-region-match.
778ca437 3080
3f95d7ff 3081 * color.el: Move from gnus/.
94975270 3082
f48fdaad
CY
3083 * vc/diff.el (diff-better-file-name): Function deleted.
3084 abbreviating file names causes problems with shell-quote-argument.
94975270
CY
3085 (diff-no-select): Just use expand-file-name.
3086
3087 * tool-bar.el (tool-bar--image-expression): New function.
3088 (tool-bar-local-item, tool-bar--image-exp): Use it.
3089 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
3090 Use :enable instead of :visible to avoid changing the tool-bar
3091 configuration unnecessarily.
3092
3093 * info.el (info-tool-bar-map): Add separators.
3094
2e306b39
KB
30952010-12-17 Ken Brown <kbrown@cornell.edu>
3096
3097 * loadup.el: Use version numbers in Cygwin build.
3098
395542c6
RT
30992010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
3100
3101 * ido.el (ido-file-internal): Ask for confirmation before
3102 overwriting an existing file (Bug#1238).
3103
4039c786
CY
31042010-12-16 Chong Yidong <cyd@stupidchicken.com>
3105
3106 * tool-bar.el (tool-bar-setup): Add separators.
3107
3108 * menu-bar.el (featurep): Use menu-bar-separator.
3109
45720dc3
GM
31102010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
3111
3112 Migrate allout encryption provisions from pgg to epg.
3113
3114 * allout.el (allout-toggle-current-subtree-encryption)
3115 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
3116 defaulting policy and other changes. Change fetch-pass to keymode-cue,
3117 for simpler universal argument interpretation.
35f52ed6 3118 (allout-toggle-subtree-encryption): Adjust docstring to describe
45720dc3
GM
3119 changed encryption provisions. Change fetch-pass to keymode-cue, for
3120 simpler universal argument interpretation. Remove provisions for
3121 handling key type and identity - they'll all be within
3122 allout-encrypt-string or epg/epg or even contained all the way in gpg.
3123 (allout-encrypt-string): Include keymode-cue, for optionally prompting
3124 for keypair recipients (universal argument > 1) and, in addition,
3125 associating the specified recipients with the outline (universal
3126 argument > 4) using a file local variable setting for
3127 'epa-file-encrypt-to'.
3128 Require epa, for recipients handling.
3129 Change how regexp filtering elements are named.
3130 Describe the problem with caching of incorrect symmetric-decryption
3131 keys.
3132 Use the epa-passphrase-callback-function, in case the user is using
3133 GnuPG v1.
3134 Support saving of the selected keypair recipients when invoked with a
3135 keymode-cue > 4.
3136 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
3137 Require 'epa.
3138 Establish epg-context with armoring and default epg-protocol.
3139 Remove all passphrase cache, verification, and hinting code.
3140 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
3141 No longer used, delete.
3142 (allout-mode): Adjust docstring to describe changed encryption
3143 provisions. Describe the problem with caching of incorrect
3144 symmetric-decryption keys.
3145 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
3146 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
3147 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
3148 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
3149 Obsolete, remove.
3150
33088bed
DU
31512010-12-16 Daiki Ueno <ueno@unixuser.org>
3152
3153 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
3154 key selection prompt; make 'silent as default (Bug#7487).
3155
bfc49a5b
LL
31562010-12-16 Leo <sdl.web@gmail.com>
3157
7973bcea
SM
3158 * eshell/eshell.el (eshell-directory-name):
3159 Use locate-user-emacs-file (Bug#7578).
bfc49a5b 3160
68251e16
GM
31612010-12-15 Glenn Morris <rgm@gnu.org>
3162
3163 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
3164
99f053cf 31652010-12-15 Jari Aalto <jari.aalto@cante.net>
01c35094 3166 Scott Evans <gse@antisleep.com>
99f053cf
JA
3167
3168 * rect.el (rectange--default-line-number-format)
3169 (rectangle-number-line-callback): New functions.
3170 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
3171
5614fd56
CY
31722010-12-15 Chong Yidong <cyd@stupidchicken.com>
3173
3174 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
3175 Delete unused variables.
3176 (move-to-column-force): Remove function obsolete since 21.2.
3177
d68b0220
MA
31782010-12-14 Michael Albinus <michael.albinus@gmx.de>
3179
3180 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
3181 (tramp-handle-insert-file-contents): Do not set permanent-local
3182 property.
3183
7973bcea
SM
3184 * net/tramp-cache.el (tramp-persistency-file-name):
3185 Use `locate-user-emacs-file' if fboundp.
d68b0220
MA
3186
3187 * net/tramp-sh.el (tramp-methods): Add "ksu".
3188 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
3189 method list.
3190
0273f794
GM
31912010-12-14 Glenn Morris <rgm@gnu.org>
3192
ab274982
GM
3193 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
3194 (find-tag-marker-ring): Declare.
3195 (js-find-symbol): Require etags.
3196
e758216c
GM
3197 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
3198 Require mail-utils.
3199 (mail-alias-file): Don't autoload. Doc fix.
3200 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
3201 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
3202 Mark as obsolete, and risky.
3203 (mail-setup): Simplify.
3204
53aff12a
GM
3205 * mail/mailalias.el (build-mail-aliases): Make it interactive.
3206 * mail/sendmail.el (build-mail-aliases): Update autoload.
3207
aae4b48c
GM
3208 * dired.el (dired-trivial-filenames, dired-chown-program)
3209 (dired-auto-revert-buffer): Remove autoload cookies.
3210 * mail/sendmail.el (mail-recover-1): Require 'dired.
3211
bff7c1ad
GM
3212 * dired.el (dired-subdir-switches, dired-chown-program)
3213 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
3214 Make into defcustoms.
3215 (dired-chown-program): Simplify initialization.
3216
0273f794
GM
3217 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
3218
bc557672
RF
32192010-12-13 Romain Francoise <romain@orebokech.com>
3220
3221 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3222
7410c270
G
32232010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3224
3225 * net/netrc.el (netrc-point-at-eol): Remove the unused
3226 netrc-point-at-old and netrc-bound-and-true-p bindings.
3227 (netrc-parse): Cache the netrc contents.
3228
f49d1f52 32292010-12-13 Eli Zaretskii <eliz@gnu.org>
11aad4e9
EZ
3230
3231 * subr.el (posn-col-row): Evaluate header-line-format in the
3232 context of the POSITION window's buffer.
3233
f49d1f52 32342010-12-13 Glenn Morris <rgm@gnu.org>
5612fd08
GM
3235
3236 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3237 (with-silent-modifications): Doc fixes.
3238
f49d1f52 32392010-12-13 Michael Albinus <michael.albinus@gmx.de>
158d5945
MA
3240
3241 * net/tramp.el (tramp-action-password, tramp-process-actions):
d68b0220 3242 Revert previous from. Use `save-restriction'.
158d5945 3243
f49d1f52 32442010-12-13 Stephen Berman <stephen.berman@gmx.net>
81ced43d
SB
3245
3246 * calendar/diary-lib.el (diary-list-sexp-entries):
3247 Handle case of no newline at end of file. (Bug#7536)
3248
f49d1f52 32492010-12-13 Glenn Morris <rgm@gnu.org>
b2364eaa
GM
3250
3251 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3252
f49d1f52 32532010-12-13 Michael Albinus <michael.albinus@gmx.de>
32802ee1 3254
f49d1f52 3255 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
32802ee1 3256 (tramp-process-actions): Do not widen.
d68b0220 3257
f49d1f52
SM
3258 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3259 Protect buffer-modified value. (Bug#7557)
32802ee1 3260
f49d1f52 32612010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
da9123a8
JM
3262
3263 * log-edit.el (log-edit-changelog-entries):
3264 Regexp quote filename. (Bug#7505)
3265
f49d1f52 32662010-12-13 Tom Breton <tehom@panix.com>
478834e6
TB
3267
3268 * cus-edit.el (custom-save-all):
3269 Bind print-length and print-level to nil. (Bug#7581)
3270
f49d1f52 32712010-12-13 Glenn Morris <rgm@gnu.org>
3c1e62f8 3272
d5e6e0b6
GM
3273 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3274 Run hooks to update menu contents. (Bug#7586)
3275
3c1e62f8
GM
3276 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3277 file names, for the sake of MS Windows. (Bug#7588)
3278
f49d1f52 32792010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
b1816a74
SM
3280
3281 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3282 empty lines without a leading space.
3283
f49d1f52 32842010-12-13 Leo <sdl.web@gmail.com>
86a6e8e0 3285
740af6c9
GM
3286 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3287 while mapping over marks (Bug#6810).
86a6e8e0 3288
f49d1f52 32892010-12-13 Chong Yidong <cyd@stupidchicken.com>
bc60f4de
CY
3290
3291 * image-dired.el (image-dired-db-file)
3292 (image-dired-temp-image-file, image-dired-gallery-dir)
3293 (image-dired-temp-rotate-image-file): Set default values relative
3294 to image-dired-dir (Bug#7518).
3295
f49d1f52 32962010-12-13 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
3297
3298 * format.el (format-decode-run-method): Pass args FROM and TO, not
3299 point-min and point-max, to shell-command-on-region (Bug#7488).
3300
f49d1f52 33012010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0afb6242
JD
3302
3303 * frame.el (blink-cursor-mode): Make default t for ns.
3304
f49d1f52 33052010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
5eae900e
BR
3306
3307 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3308
f49d1f52 33092010-12-13 Chong Yidong <cyd@stupidchicken.com>
74194465 3310
637c2c43
CY
3311 * comint.el (comint-dynamic-list-input-ring)
3312 (comint-dynamic-complete-filename)
3313 (comint-replace-by-expanded-filename)
3314 (comint-dynamic-simple-complete)
3315 (comint-dynamic-list-filename-completions)
3316 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3317
74194465
CY
3318 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3319 Doc fix (Bug#7471).
3320
f49d1f52 33212010-12-13 Martin Rudalics <rudalics@gmx.at>
6ed96c33
MR
3322
3323 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3324 (Bug#7533).
3325
01c35094 33262010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
11cb1e35
MB
3327
3328 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3329 (Bug#7491).
3330
f49d1f52 33312010-12-13 Eli Zaretskii <eliz@gnu.org>
2472c214
EZ
3332
3333 * files.el (file-relative-name): Handle UNC file names on
3334 DOS/Windows. (Bug#4674)
3335
f49d1f52 33362010-12-13 Daiki Ueno <ueno@unixuser.org>
f9fe1af9
DU
3337
3338 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3339 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3340 (epg-context-set-passphrase-callback): Mention that the callback
3341 is not called when used with GnuPG 2.x.
3342
f49d1f52 33432010-12-13 Glenn Morris <rgm@gnu.org>
ff80efe7
GM
3344
3345 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3346 Ensure ps-footer-font-size-internal is initialized.
3347 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3348
f49d1f52 33492010-12-13 Kenichi Handa <handa@m17n.org>
7e116860
KH
3350
3351 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3352 within condition-case.
3353 (rmail-show-mime): Don't use condition-case.
3354 (rmail-search-mime-message): New function.
3355 (rmail-search-mime-message-function): Set to
3356 rmail-search-mime-message.
3357
f49d1f52 33582010-12-13 Leo <sdl.web@gmail.com>
bd794450 3359
0fdd1db7 3360 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
3361 (ido-mode): Use it.
3362 (ido-completing-read): Call it.
3363
fdbb4d85
KF
33642010-12-12 Karl Fogel <kfogel@red-bean.com>
3365
3366 * bookmark.el (bookmark-name-from-full-record): Rename back to
3367 this original name from `bookmark-name-from-record' reverting part
3368 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3369 As Drew Adams pointed out, there was no reason to cause churn for
2cf429d0 3370 third-party callers. (Bug#7609)
fdbb4d85 3371
0e5cf2b8
AM
33722010-12-12 Alan Mackenzie <acm@muc.de>
3373
3374 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3375 template arglist, check that the current language supports this.
3376
6961d41c
GM
33772010-12-11 Glenn Morris <rgm@gnu.org>
3378
2b404597
GM
3379 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3380 state of the file matches. (Bug#7544)
3381 (vc-bzr-register, vc-bzr-checkin)
3382 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3383 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3384
6961d41c
GM
3385 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3386
1e5d2a04
KK
33872010-12-11 Karel Klíč <kklic@redhat.com>
3388
3389 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3390
175069ef
SM
33912010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3392
3393 Derive from prog-mode, use derived-mode-p, and fix up various
3394 minor style issues in lisp/progmodes.
3395
3396 * progmodes/vhdl-mode.el (vhdl-mode):
3397 * progmodes/verilog-mode.el (verilog-mode):
3398 * progmodes/vera-mode.el (vera-mode):
3399 * progmodes/sql.el (sql-mode):
3400 * progmodes/scheme.el (scheme-mode):
3401 * progmodes/perl-mode.el (perl-mode):
3402 * progmodes/octave-inf.el (inferior-octave-mode):
3403 * progmodes/autoconf.el (autoconf-mode):
3404 * progmodes/m4-mode.el (m4-mode):
3405 * progmodes/inf-lisp.el (inferior-lisp-mode):
3406 * progmodes/idlwave.el (idlwave-mode):
3407 * progmodes/icon.el (icon-mode):
3408 * progmodes/idlw-help.el (idlwave-help-mode):
3409 * progmodes/dcl-mode.el (dcl-mode):
3410 * progmodes/idlw-shell.el (idlwave-shell-mode):
3411 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3412 (ebrowse-member-mode, ebrowse-electric-position-mode):
3413 Use define-derived-mode.
3414
3415 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3416 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3417 (xscheme-debugger-mode-p, xscheme-send-string-1):
3418 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3419 (tcl-load-file, tcl-restart-with-file):
3420 * progmodes/ps-mode.el (ps-run-running):
3421 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3422 * progmodes/js.el (js--get-all-known-symbols):
3423 * progmodes/inf-lisp.el (inferior-lisp-proc):
3424 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3425 (idlwave-template, idlwave-update-buffer-routine-info)
3426 (idlwave-update-current-buffer-info)
3427 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3428 (idlwave-scan-class-info, idlwave-fix-keywords)
3429 (idlwave-list-buffer-load-path-shadows):
3430 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3431 (idlwave-toolbar-remove):
3432 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3433 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3434 (idlwave-shell-menu-def):
3435 * progmodes/idlw-complete-structtag.el
3436 (idlwave-prepare-structure-tag-completion):
3437 * progmodes/gud.el (gud-set-buffer):
3438 * progmodes/f90.el (f90-backslash-not-special):
3439 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3440
3441 * progmodes/xscheme.el (xscheme-start)
3442 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3443 * progmodes/which-func.el (which-function):
3444 * progmodes/vhdl-mode.el (vhdl-set-style):
3445 * progmodes/verilog-mode.el (verilog-set-compile-command)
3446 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3447 (verilog-set-define, verilog-auto-reeval-locals):
3448 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3449 * progmodes/simula.el (simula-mode):
3450 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3451 * progmodes/python.el (python-check, python-mode):
3452 * progmodes/prolog.el (prolog-mode-variables):
3453 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3454 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3455 * progmodes/delphi.el (delphi-mode):
3456 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3457 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3458 (c-font-lock-init): Move make-local-variable to their setq.
3459
3460 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3461 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3462 make-local-hook.
3463 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3464 (sh-set-shell): Don't set require-final-newline since it's already done
3465 by prog-mode.
3466 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3467 since we never set it.
3468 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3469 Use read-string and standard prompt.
3470 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3471 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3472 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3473 (meta-common-mode-map): Rename from meta-mode-map.
3474 Remove C-m binding, which is a user preference, not mode specific.
3475 (meta-common-mode): New major mode; replace meta-common-initialization.
3476 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3477 around with font-lock.
3478 * progmodes/etags.el (select-tags-table-mode):
3479 Derive from special-mode.
3480 * progmodes/octave-mod.el (octave-mode):
3481 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3482 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3483 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3484 Let define-derived-mode do its job.
3485 * progmodes/cpp.el (cpp-edit-mode-map):
3486 Move initialization into declaration.
3487 (cpp-edit-mode): Use define-derived-mode.
3488 (cpp-edit-load): Use derived-mode-p.
3489 * progmodes/mixal-mode.el (mixal-mode):
3490 * progmodes/f90.el (f90-mode):
3491 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3492 require-final-newline since prog-mode does it already.
3493 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3494 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3495 * progmodes/antlr-mode.el: Require cc-mode upfront.
3496 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3497 the declaration.
3498 (antlr-directory-dependencies, antlr-show-makefile-rules):
3499 Use derived-mode-p.
3500 (antlr-language-option): Don't assume point-min==1.
3501 (antlr-mode): Use define-derived-mode.
3502 * progmodes/ada-mode.el: Use derived-mode-p.
3503 (ada-mode): Use define-derived-mode.
3504 Use hack-local-variables-hook.
3505
61f91c04
SM
35062010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3507
3508 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3509 (texinfo-mode): Don't disable adaptive-fill-mode.
3510 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3511 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3512 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3513 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3514 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3515 (texinfo-insert-@quotation, texinfo-insert-@samp)
3516 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3517 (texinfo-insert-@uref): Use define-skeleton.
3518 (texinfo-insert-@-with-arg): Delete.
3519
72a44673
EZ
35202010-12-10 Eli Zaretskii <eliz@gnu.org>
3521
3522 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3523 nil, do quote archive member names. (Bug#6144)
3524
ab540f59
GM
35252010-12-10 Glenn Morris <rgm@gnu.org>
3526
66f782de
GM
3527 * files.el (diff-no-select): Declare.
3528
e554b3f8
GM
3529 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3530 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3531
ab540f59
GM
3532 * comint.el (comint-input-ring-file-name): Doc fix.
3533
f68ab99b
EZ
35342010-12-09 Eli Zaretskii <eliz@gnu.org>
3535
3536 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3537 New functions.
61f91c04
SM
3538 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3539 Use them instead of `nil' and `>', respectively.
f68ab99b
EZ
3540 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3541 instead of `nil'.
3542 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3543 and menu-bar-positive-p instead of `nil' and `>', respectively.
3544 (Bug#1077)
3545
650453a9
VJL
35462010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3547
3548 * whitespace.el (whitespace-newline-mode): Code fix.
3549
28d5de72
GM
35502010-12-09 Glenn Morris <rgm@gnu.org>
3551
3552 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3553 Rename functions without commas, update callers.
3554
b596d50d 35552010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
16498102 3556
b596d50d
GM
3557 * whitespace.el (whitespace-cleanup-region):
3558 Clean up spaces before tabs. (Bug#7582)
16498102 3559
eff37c5e
KF
35602010-12-08 Karl Fogel <kfogel@red-bean.com>
3561
3562 * bookmark.el: Adjust parameter names and doc strings to resolve
3563 confusion over whether "bookmark" meant a bookmark name or a
3564 bookmark record. Along the way, shorten one function's name for
3565 similar reasons. (Issue #7548)
3566 (bookmark-name-from-record): New name for
3567 `bookmark-name-from-full-record'. All callers changed.
3568 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3569 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3570 (bookmark-get-annotation, bookmark-set-annotation)
3571 (bookmark-get-filename, bookmark-set-filename)
3572 (bookmark-get-position, bookmark-set-position)
3573 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3574 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3575 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3576 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3577 Rename `bookmark' parameter to `bookmark-name-or-record', to
3578 clearly show its role, and shorten or adjust doc strings accordingly.
3579 (bookmark-set-name): Same, and pass the parameter directly to
3580 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3581 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3582 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3583 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3584 and in some cases shorten doc string accordingly.
3585 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3586 and `new-name', and adjust an internal variable to avoid confusion.
3587 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3588 parameter in doc string.
3589
5fe9ebd1
GM
35902010-12-08 Glenn Morris <rgm@gnu.org>
3591
ac8331a7
GM
3592 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3593 from gdb's history file. (Bug#7575)
3594
5fe9ebd1
GM
3595 * mail/emacsbug.el (report-emacs-bug):
3596 Try to handle some other mail clients.
3597
33cf0fb2
SM
35982010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3599
3600 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3601 Use string-prefix-p.
3602 (file-name-version-regexp): New var.
3603 (file-name-sans-versions):
3604 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3605 (jka-compr-get-compression-info): Use dolist.
3606 (jka-compr-compression-info-list): Don't bother specifying
3607 version/backup regexps.
3608
11c31b99
TH
36092010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3610
3611 * simple.el (just-one-space): Make argument n default to 1 if
3612 omitted.
3613
a733fc37
SM
36142010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3615
3616 * electric.el (electric-indent-post-self-insert-function):
3617 Delete trailing newlines even if we don't reindent.
3618
88b5a757
DD
36192010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3620
a733fc37
SM
3621 * minibuffer.el (completion-at-point): Remove the `arg'.
3622 * bindings.el (complete-symbol): Move back from minibuffer.el.
3623
36242010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3625
88b5a757
DD
3626 * simple.el (just-one-space): Delete newlines for negative arg.
3627
ce327e48
SM
36282010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3629
3630 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3631 (ansi-color-filter-apply): Simplify.
3632 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3633
ac73d955
BR
36342010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3635
3636 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3637
8c44f097
CY
36382010-12-04 Chong Yidong <cyd@stupidchicken.com>
3639
3640 * dired.el (dired-use-ls-dired): Set default to a special
3641 "unspecified" value.
3642 (dired-insert-directory): When called the first time, check
3643 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3644
15af15e5
TO
36452010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3646
3647 * replace.el: Add "collect" feature to occur.
3648 (occur-collect-regexp-history): New var.
88b5a757
DD
3649 (occur-read-primary-args): Return a replace string for nlines,
3650 if needed.
15af15e5
TO
3651 (occur): Extend the meaning of nlines.
3652
b2e6e5bd
SM
36532010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3654
3655 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3656 (which-func-update-1): Distinguish symbols from strings.
3657 (which-function): Stay within 80 columns.
3658
ee9355dc
SM
36592010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3660
7f0ea0ff
SM
3661 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3662
ee9355dc
SM
3663 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3664 Improve docstring.
3665 (comment-style): Use comment-styles's docs to describe values.
3666
3e972d98
JD
36672010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3668
3669 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3670 and ns-show-prefs (Bug#7535).
3671
3672 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3673 bindings (Bug#7535).
3674
c879436a
GM
36752010-12-03 Glenn Morris <rgm@gnu.org>
3676
afe27238
GM
3677 * nxml/nxml-mode.el: Require rng-nxml.
3678 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3679 Remove declarations.
3680
65beee52
GM
3681 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3682 * nxml/rng-nxml.el, nxml/rng-valid.el:
3683 Remove leading `*' from defcustom docs.
3684
ad961a00
GM
3685 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3686 (normal-top-level-add-to-load-path, tty-handle-args):
3687 Convert comments to basic doc-strings.
3688
c5fd0ab5
GM
3689 * net/browse-url.el (browse-url-url-at-point)
3690 (browse-url-default-browser): Remove autoload cookies.
3691
f62f063d
GM
3692 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3693 Remove more undefined cl functions.
3694
c879436a
GM
3695 * vc/diff.el (diff-sentinel): Make new arguments optional.
3696 * ibuf-ext.el (diff-sentinel): Update declaration.
3697
3721e124
DU
36982010-12-03 Daiki Ueno <ueno@unixuser.org>
3699
3700 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3701 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3702 (epg-context-set-passphrase-callback): Mention that the callback
3703 is not called when used with GnuPG 2.x.
3704
66feec8b
MA
37052010-12-02 Michael Albinus <michael.albinus@gmx.de>
3706
3707 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3708 (tramp-file-name-port): Check also for `tramp-default-port'.
3709 (tramp-get-connection-name): New defun.
3710 (tramp-get-connection-process): Use it.
3711 (tramp-debug-message): Extend function exclude list.
3712 (tramp-drop-volume-letter): Fix doc string.
3713
3714 * net/tramp-cmds.el: Remove solved todo item.
3715
66feec8b
MA
3716 * net/tramp-ftp.el:
3717 * net/tramp-gvfs.el:
3718 * net/tramp-gw.el:
3719 * net/tramp-imap.el:
3720 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3721 and `tramp-default-user-alist', respectively.
3722
88b5a757
DD
3723 * net/tramp-gw.el (tramp-gw-open-connection):
3724 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
66feec8b
MA
3725
3726 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3727 `tramp-file-name-port'.
3728
3729 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3730 and "psftp". Exchange "%k" marker with options.
3731 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3732 Compute size of link target.
35f52ed6
JB
3733 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3734 `tramp-current-*' up due to gateway methods. Optimize computing of
66feec8b
MA
3735 copy arguments. Use `tramp-get-connection-name' and
3736 `tramp-get-connection-buffer'. Improve debug messages.
3737 (tramp-compute-multi-hops): Remove port determination.
3738 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
3739
3740 * net/trampver.el: Update release number.
3741
bd77c2ef
GM
37422010-12-02 Glenn Morris <rgm@gnu.org>
3743
05907bb3
GM
3744 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3745 Avoid infinite loop over windows. (Bug#7492)
3746
bd77c2ef
GM
3747 * progmodes/flymake.el (flymake-check-file-limit):
3748 Allow nil to mean "no limit".
3749 (flymake-check-patch-master-file-buffer): Update for above change.
3750 Allow a .tex file-name extension to be optional.
3751 (flymake-master-tex-init): Also match \include statements.
3752
f7ca27a1
SS
37532010-11-30 Sam Steingold <sds@gnu.org>
3754
3755 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
3756 (nxml-parent-document-set): A function to set `nxml-parent-document'.
3757 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
3758 (nxml-mode-hook): Remove `defcustom' (auto-defined by
3759 define-derived-mode').
3760 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
3761 users who want to call `nxml-parent-document-set'.
3762
402c8a49
CY
37632010-11-27 Chong Yidong <cyd@stupidchicken.com>
3764
3765 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
3766 stand-alone lines, since that is handled by log-edit-match-to-eoh
3767 (Bug#6465).
3768
d1882ac7
EW
37692010-11-27 Eduard Wiebe <usenet@pusto.de>
3770
3771 * dired.el (dired-get-filename): Replace backslashes with slashes
3772 in file names on MS-Windows, needed by `locate'. (Bug#7308)
3773 * locate.el (locate-default-make-command-line): Don't consider
3774 drive letter and root directory part of
3775 `directory-listing-before-filename-regexp'. (Bug#7308)
3776 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
3777
07976ae3 37782010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
09ffa822
SM
3779
3780 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
3781 of :smie-open/close-alist.
3782 (smie-next-sexp): Make it accept a "start token" as argument.
3783 (smie-indent-keyword): Be careful not to misidentify tokens that span
3784 more than one line, as empty lines. Add argument `token'.
3785
07976ae3 37862010-11-27 Kenichi Handa <handa@m17n.org>
3d9ee611 3787
afde451a
KH
3788 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
3789 multipart subtypes, insert all as usual.
3790
3d9ee611
KH
3791 * mail/rmail.el: Require rfc2047.
3792
07976ae3 37932010-11-27 Kenichi Handa <handa@m17n.org>
d1be4ec2
KH
3794
3795 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
3796 (rmail-mime-entity-disposition)
3797 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
3798 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
3799 (rmail-mime-save): Handle the case that the button's `data' is a
3800 MIME entity.
3801 (rmail-mime-insert-text): New function.
9e0ecdab 3802 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
3803 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
3804 (rmail-mime-insert-bulk): New function mostly copied from the old
3805 rmail-mime-bulk-handler.
9e0ecdab
GM
3806 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
3807 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
3808 the old rmail-mime-multipart-handler.
3809 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 3810 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
3811 rmail-mime-show.
3812 (rmail-mime-insert-multipart, rmail-mime-parse)
3813 (rmail-mime-insert, rmail-show-mime)
3814 (rmail-insert-mime-forwarded-message)
3815 (rmail-insert-mime-resent-message): New functions.
3816 (rmail-insert-mime-forwarded-message-function): Set to
3817 rmail-insert-mime-forwarded-message.
3818 (rmail-insert-mime-resent-message-function): Set to
3819 rmail-insert-mime-resent-message.
3820
3821 * mail/rmailsum.el: Require rfc2047.
3822 (rmail-header-summary): Handle multiline Subject: field.
3823 (rmail-summary-line-decoder): Change the default to
3824 rfc2047-decode-string.
3825
3826 * mail/rmail.el (rmail-enable-mime): Change the default to t.
3827 (rmail-mime-feature): Change the default to `rmailmm'.
3828 (rmail-quit): Delete the specifal code for rmail-enable-mime.
3829 (rmail-display-labels): Likewise.
3830 (rmail-show-message-1): Check rmail-enable-mime, and use
3831 rmail-show-mime-function for a MIME message. Decode the headers
3832 according to RFC2047.
3833
07976ae3 38342010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
33aeea0e
SM
3835
3836 * progmodes/which-func.el (which-func-imenu-joiner-function):
3837 Return a string, as expected.
3838 (which-function-mode): Make sure we stop any previous timer before
3839 starting a new one.
3840
07976ae3 38412010-11-27 Michael Albinus <michael.albinus@gmx.de>
e40fc745
MA
3842
3843 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
3844 (tramp-default-user-alist, tramp-default-proxies-alist):
3845 Adapt custom options type. (Bug#7445)
e40fc745 3846
07976ae3 38472010-11-27 Chong Yidong <cyd@stupidchicken.com>
ae3da38a
CY
3848
3849 * progmodes/python.el: Add Ipython support (Bug#5390).
3850 (python-shell-prompt-alist)
3851 (python-shell-continuation-prompt-alist): New options.
3852 (python--set-prompt-regexp): New function.
33aeea0e
SM
3853 (inferior-python-mode, run-python, python-shell):
3854 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
3855 prompt based on the Python interpreter.
3856 (python--prompt-regexp): New var.
3857 (python-check-comint-prompt)
3858 (python-comint-output-filter-function): Use it.
3859 (run-python): Use a pipe (Bug#5694).
3860
07976ae3 38612010-11-27 Chong Yidong <cyd@stupidchicken.com>
1d851570
CY
3862
3863 * progmodes/python.el (run-python): Doc fix.
3864 (python-keep-current-directory-in-path): New var (Bug#7454).
3865
07976ae3 38662010-11-27 Chong Yidong <cyd@stupidchicken.com>
76dabd37
CY
3867
3868 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3869 Prompt user before actually printing.
3870
0b839457
GM
38712010-11-27 Glenn Morris <rgm@gnu.org>
3872
3873 * startup.el (package-enable-at-startup, package-initialize):
3874 Remove unnecessary declarations.
3875
96107967
EZ
38762010-11-27 Eli Zaretskii <eliz@gnu.org>
3877
3878 * international/characters.el (glyphless-char-display-control):
3879 Exclude newline and TAB from the c0-control group.
3880
a140ec5f
GM
38812010-11-27 Glenn Morris <rgm@gnu.org>
3882
82445062
GM
3883 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
3884 (expand-mail-aliases): Remove unnecessary autoload.
3885
08b5f072
GM
3886 * allout.el (allout-command-prefix, allout-mode-map): Declare.
3887
e96d4147
GM
3888 * shell.el (shell-dir-cookie-re): Move definition before use.
3889
a140ec5f
GM
3890 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3891 Replace undefined CL functions.
3892
a2249e66
EZ
38932010-11-26 Eli Zaretskii <eliz@gnu.org>
3894
228482b2
EZ
3895 * simple.el (prog-mode): Set bidi-paragraph-direction to
3896 left-to-right.
3897
a2249e66
EZ
3898 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
3899
d01d7b8d
GM
39002010-11-26 Glenn Morris <rgm@gnu.org>
3901
3902 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
3903 diary-outlook-formats can be sensitive to calendar-date-style.
3904 (diary-outlook-formats): Simplify the default setting.
3905 (diary-from-outlook-internal): Pass subject and body as arguments.
3906 Use dolist rather than dotimes. Don't save the diary buffer.
3907 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3908 Pass subject and body as explicit arguments to the -internal function.
3909
b3ea64a3
LMI
39102010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3911
3912 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
3913 parsing them. This makes mailto:...?subject=foo\nbar work.
3914
d5e7b0d8
SM
39152010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3916
3917 * vc/diff.el (diff): Fix last change.
3918
872ab164
SM
39192010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3920
3921 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
3922 (pcase--dontcare-upats): New var.
3923 (pcase-let, pcase-let*): Generate better code.
3924 Accept the same bodies as `let'.
3925 (pcase-dolist): New macro.
3926 (pcase--trivial-upat-p): New helper function.
3927 (pcase--expand): Strip leading "(let nil" if any.
3928
876d1684
LMI
39292010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3930
7bd9b9d8
LMI
3931 * mail/mailclient.el (browse-url): Require.
3932 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
3933 use the external browser function to send the mail (bug#7469).
3934
876d1684
LMI
3935 * net/browse-url.el (browse-url-browser-function): Revert the
3936 default back to the previous value, since the new value broke
3937 mailclient.el.
3938 (browse-url-mailto-function): New variable for mailto: URLs.
3939 (browse-url): Use the new variable for mailto: URLs.
3940
6e13206c
SM
39412010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3942
3943 * eshell/esh-cmd.el (eshell-parse-command):
3944 * eshell/esh-arg.el (eshell-parse-arguments):
3945 * eshell/em-script.el (eshell-source-file):
3946 Use with-silent-modifications.
3947
3d92f44e
CY
39482010-11-23 Chong Yidong <cyd@stupidchicken.com>
3949
3950 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
3951 for a merge location.
3952
3953 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
3954 (vc-bzr-merge-branch): Always prompt.
3955 (vc-bzr-async-command): Use the full branch filename.
3956
8f5f1e68
SM
39572010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3958
3959 * shell.el (shell): Use current-buffer by default if it's already
3960 a shell mode buffer and its process is dead.
ee9355dc 3961 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
8f5f1e68 3962
331460ac
TH
39632010-11-23 Tassilo Horn <tassilo@member.fsf.org>
3964
8f5f1e68
SM
3965 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3966 Mention that the keywords should be comma separated.
331460ac 3967
2c3160c5
CY
39682010-11-23 Chong Yidong <cyd@stupidchicken.com>
3969
3970 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
3971 Accept optional prefix arg meaning to prompt for a command.
3972 (vc-update): Use vc-BACKEND-pull if available. Accept optional
3973 prefix arg meaning to prompt for a command.
3974 (vc-pull): Alias for vc-update.
3975
3976 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
3977 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
3978 (vc-bzr-merge-branch): New functions, implementing merge-branch
3979 and pull operations.
3980
b2e44819
SM
39812010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3982
8a0eb852
SM
3983 * Makefile.in: Fix up last merge.
3984
b2e44819
SM
3985 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
3986 (diff-sentinel): Get them as arguments instead.
3987 (diff-old-file, diff-new-file, diff-extra-args): Remove.
3988 (diff-file-local-copy, diff-better-file-name): New funs.
3989 (diff-no-select): Rename from diff-into-buffer.
3990 Support buffers additionally to files. Move `buf' arg. Don't display buf.
3991 Prefer closures to buffer-local variables.
3992 (diff): Adjust accordingly.
3993 (diff-buffer-with-file): Move from files.el.
3994 * files.el (diff-buffer-with-file): Move to vc/diff.el.
3995 (diff-buffer-internal): Remove.
3996 (diff-buffer-buffer): Remove.
3997 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
3998 the buffer name used, and so as not to mess up windows and frames.
3999
6a7662bb
BR
40002010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
4001
4002 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
4003 (diff-buffer-internal): New function extracted from diff-buffer-with-file
4004 (diff-buffer-with-file): Use it.
4005 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
4006 (diff): Use it.
4007
c799747b
TH
40082010-11-22 Tassilo Horn <tassilo@member.fsf.org>
4009
4010 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
4011 \ref's or \pageref's value as default instead of initial input.
4012
e274eb13
MA
40132010-11-21 Michael Albinus <michael.albinus@gmx.de>
4014
4015 * files.el (backup-by-copying-when-mismatch): The default value is
4016 now t.
4017
4018 * startup.el (normal-top-level):
4019 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4020 `backup-by-copying-when-mismatch'.
4021
77af54d7
JD
40222010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4023
4024 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
4025
4e2f7d2a
CY
40262010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4027
6a7662bb
BR
4028 * progmodes/python.el (python-font-lock-keywords):
4029 Highlight top-level augmented assignments (Bug#6445).
4e2f7d2a 4030
b7d1e144
JD
40312010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4032
4033 * term/ns-win.el (ns-right-control-modifier)
4034 (ns-right-command-modifier): Defvar them.
4035
4036 * cus-start.el (all): Add ns-right-control-modifier and
4037 ns-right-command-modifier (Bug#7458).
4038
c11cc37a
GM
40392010-11-20 Glenn Morris <rgm@gnu.org>
4040
4041 * emacs-lisp/authors.el (authors-ignored-files)
4042 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
4043
7dcd777e
TH
40442010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4045
4046 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
4047 (report-emacs-bug-parse-query-results)
4048 (report-emacs-bug-create-existing-bugs-buffer): Pass through
4049 keywords used for querying the bug database to show them in the
4050 existing bugs buffer.
4051
d2bd5189
JD
40522010-11-20 Jan Djärv <jan.h.d@swipnet.se>
4053
4054 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
4055
4056 * info.el (info-tool-bar-map): Add some :vert-only keywords.
4057
0e7c0582
EZ
40582010-11-20 Eli Zaretskii <eliz@gnu.org>
4059
4060 * international/characters.el (glyphless-char-display-control):
4061 Make it a defcustom, with update-glyphless-char-display as its
4062 :set attribute.
4063 (top level): Don't call update-glyphless-char-display.
4064
7398933f
MA
40652010-11-20 Michael Albinus <michael.albinus@gmx.de>
4066
4067 Sync with Tramp 2.2.0.
4068
4069 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
4070 `file-remote-p' (due to compatibility).
4071
4072 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
4073 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
4074
4075 * net/trampver.el: Update release number.
4076
1cd64aae
EZ
40772010-11-20 Eli Zaretskii <eliz@gnu.org>
4078
4079 * faces.el (glyphless-char): Define value for `pc'.
4080
614316a7
TH
40812010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4082
26214810
EZ
4083 Implemented a bug querying mechanism.
4084 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
614316a7
TH
4085 (report-emacs-bug-create-existing-bugs-buffer)
4086 (report-emacs-bug-parse-query-results)
26214810 4087 (report-emacs-bug-query-existing-bugs): New functions.
614316a7 4088
9061f667
TH
40892010-11-19 Tassilo Horn <tassilo@member.fsf.org>
4090
4091 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
4092 a \ref{} or \pageref{} macro, then use its value as initial input.
4093
1265829e
JB
40942010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4095
4096 * calc/calc-units.el (math-build-units-table-buffer):
4097 calc/README: Mention that the TeX specific units won't use the
4098 `tex' prefix in TeX mode.
4099 calc/calc-lang.el (math-variable-table): Don't use the `tex'
4100 prefix for units in TeX mode.
4101
9fca7811
SM
41022010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4103
4104 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
4105 * comint.el (comint-kill-region): Make the yank-handler argument
4106 obsolete.
9fca7811 4107
4a47c275 41082010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
88bf1bec 4109
e2f454c4
SM
4110 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
4111 that are both openers (resp. closers) and something else.
4112 (smie-grammar): Loosen definition of valid values.
4113 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
4114 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
4115 (smie-indent-after-keyword): Adjust users.
4116 (smie-indent-keyword): Don't indent empty lines.
4117
88bf1bec
SM
4118 * vc-hg.el (vc-hg-program): New var.
4119 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
4120 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
4121
4a47c275 41222010-11-18 Glenn Morris <rgm@gnu.org>
4c0eb0d3
GM
4123
4124 * emacs-lisp/autoload.el (autoload-find-destination): The function
4125 coding-system-eol-type may return non-numeric values. (Bug#7414)
4126
4a47c275 41272010-11-18 Ulrich Mueller <ulm@gentoo.org>
bf6442c3
UM
4128
4129 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
4130
4a47c275 41312010-11-18 Eli Zaretskii <eliz@gnu.org>
e68afd74
EZ
4132
4133 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
4134
4a47c275 41352010-11-18 Chong Yidong <cyd@stupidchicken.com>
de02effd
CY
4136
4137 * textmodes/picture.el (picture-mouse-set-point): Don't use
4138 posn-col-row; explicitly compute the motion based on the posn at
4139 the window-start (Bug#7390).
4140
4a47c275 41412010-11-18 Glenn Morris <rgm@gnu.org>
f0a698ab
GM
4142
4143 * novice.el (disabled-command-function):
4144 Fix 2009-11-15 change. (Bug#7384)
4145
4a47c275 41462010-11-18 Glenn Morris <rgm@gnu.org>
29f30ab7
GM
4147
4148 * calendar/calendar.el (diary-iso-date-forms): Make elements
4149 mutually exclusive. (Bug#7377)
4150
4a47c275 41512010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10b40d2e
SM
4152
4153 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
4154 when filling the remaining "unconstrained" values.
4155
4a47c275 41562010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7bea8c7a 4157
acef0722
SM
4158 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
4159 safety predicate.
4160
4161 * files.el (safe-local-variable-p): Gracefully handle errors.
4162
7bea8c7a
SM
4163 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
4164 Use smie-indent-virtual when indenting relative to an opener.
4165 (smie-rule-separator): Use smie-rule-parent.
4166 (smie-indent-keyword): Consult rules, even for openers at bol.
4167 (smie-indent-comment-close): Try to align closer's content.
4168
4a47c275 41692010-11-18 Glenn Morris <rgm@gnu.org>
b010e1ba
GM
4170
4171 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
4172
4a47c275 41732010-11-18 Glenn Morris <rgm@gnu.org>
c790cad4 4174
aa514451
GM
4175 * printing.el (pr-menu-bind): Doc fix.
4176
32b636de
GM
4177 * speedbar.el (speedbar-toggle-images): Doc fix.
4178
bc1d5cdf
GM
4179 * progmodes/python.el (python-shell): Doc fix.
4180
c790cad4
GM
4181 * wid-edit.el (widget-field-use-before-change)
4182 (widget-use-overlay-change): Doc fixes.
4183
c51bb5d2
SM
41842010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4185
8bbb7dd8
SM
4186 Minor cleanup to improve style.
4187 * textmodes/rst.el (rst-update-section): Use point-marker.
4188 (rst-get-decoration): Eliminate unneeded assignment.
4189 (rst-promote-region, rst-straighten-decorations)
4190 (rst-section-tree, rst-adjust): Use point-marker.
4191 (rst-toc-mode-mouse-goto): Avoid setq.
4192 (rst-shift-region-guts, rst-shift-region-left)
4193 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
4194 (rst-convert-bullets-to-enumeration): Use copy-marker.
4195
b7e270a2
SM
4196 * minibuffer.el (completion-fail-discreetly): New var.
4197 (completion--do-completion): Use it.
4198
c51bb5d2
SM
4199 * electric.el (electric-pair-pairs): New var.
4200 (electric-pair-post-self-insert-function): Use it.
4201 (electric-layout-post-self-insert-function): Don't insert a before
4202 newline unless it's actually needed.
4203
c04f2ac0
SM
42042010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4205
bac2de0f
SM
4206 * progmodes/python.el (run-python): Explain why we remove the current
4207 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
4208
c04f2ac0
SM
4209 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4210
7100ff98
SM
42112010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4212
03f70355
SM
4213 * progmodes/octave-mod.el: Rely on elecric-*-modes.
4214 (octave-mode-map): Don't bind ;, SPC, and LF.
4215 (octave-auto-indent, octave-auto-newline): Remove.
4216 (electric-layout-rules): Declare.
4217 (octave-mode): Set electric-layout-rules.
4218 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
4219 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4220 (octave-electric-space): Remove.
4221
7100ff98
SM
4222 * electric.el (electric-layout-mode): New minor mode.
4223 (electric--after-char-pos): New function.
4224 (electric-indent-post-self-insert-function): Use it.
4225 (electric-layout-rules): New var.
4226 (electric-layout-post-self-insert-function): New function.
4227 (electric-indent-mode): Make them interact better.
4228
cca982d0
SM
42292010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4230
4231 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4232 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4233 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4234
84992dff
AM
42352010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4236
4237 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4238 Make sure to check inside the word (Bug#6761).
4239
afa42fe3
CY
42402010-11-14 Chong Yidong <cyd@stupidchicken.com>
4241
4242 * startup.el (command-line): If the cursorColor resource is set,
4243 change the cursor face-spec (Bug#7392).
4244
a798747d 42452010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1c9b9df0 4246
a798747d 4247 The main features of the following allout.el changes are:
1c9b9df0
KM
4248 - implement user customization for the allout key bindings
4249 - add a customization control by which the user can inhibit use of
a798747d 4250 a trailing Ctrl-H, so by default it's reserved for use with
1c9b9df0
KM
4251 describe-prefix-bindings
4252 - adapt to new version of called-interactively-p, while
a798747d 4253 maintaining backwards compatibility with old version
01c35094 4254 - fix hotspot navigation so i works properly with meta-modified keys.
1c9b9df0 4255
a798747d
GM
4256 * allout.el (allout-keybindings, allout-bind-keys)
4257 (allout-keybindings-binding, allout-prefixed-keybindings)
4258 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4259 (allout-keybindings-list, allout-mode-map-adjustments)
4260 (allout-setup-mode-map): Establish allout-mode keymaps as user
4261 customizable settings, and also establish a customizable setting which
4262 regulates whether or not a trailing control-h is reserved for use with
4263 describe-prefix-bindings - and inhibit it by default, so that control-h
4264 *is* reserved for describe-prefix-bindings unless the user changes it.
4265
4266 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4267 and accurately between modified and unmodified events, and handle
1c9b9df0
KM
4268 modified events more comprehensively.
4269
a798747d
GM
4270 * allout.el (allout-substring-no-properties):
4271 Alias to use or provide version of `substring-no-properties'.
4272 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1c9b9df0 4273
a798747d
GM
4274 * allout.el (allout-next-single-char-property-change):
4275 Alias to use or provide version of `next-single-char-property-change'.
4276 (allout-annotate-hidden, allout-hide-by-annotation):
4277 Use `allout-next-single-char-property-change'.
1c9b9df0 4278
a798747d
GM
4279 * allout.el (allout-select-safe-coding-system):
4280 Alias to use or provide version of `select-safe-coding-system'.
4281 (allout-toggle-subtree-encryption):
4282 Use `allout-select-safe-coding-system'.
1c9b9df0 4283
a798747d
GM
4284 * allout.el (allout-set-buffer-multibyte):
4285 Alias to use or provide version of `set-buffer-multibyte'.
4286 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1c9b9df0 4287
a798747d
GM
4288 * allout.el (allout-called-interactively-p): Macro for using the
4289 different versions of called-interactively-p identically, depending on
4290 the subroutine's argument signature.
4291 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4292 Use `(interactive "p")' instead of `(called-interactively-p)'.
1c9b9df0 4293
a798747d
GM
4294 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4295 (allout-previous-visible-heading, allout-forward-current-level)
4296 (allout-backward-current-level, allout-show-children):
4297 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1c9b9df0 4298
a798747d
GM
4299 * allout.el (allout-before-change-handler):
4300 Exempt edits to the (overlaid) character after the allout outline
4301 bullet from edit confirmation prompt.
1c9b9df0 4302
a798747d
GM
4303 * allout.el (allout-add-resumptions):
4304 Ensure that it respects correct buffer for keybindings.
1c9b9df0 4305
a798747d
GM
4306 * allout.el (allout-beginning-of-line):
4307 Use `allout-previous-single-char-property-change' alias for the sake of
4308 diverse compatibility.
1c9b9df0 4309
a798747d
GM
4310 * allout.el (allout-end-of-line):
4311 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1c9b9df0 4312
0216b738
CY
43132010-11-13 Chong Yidong <cyd@stupidchicken.com>
4314
4315 * frame.el (frame-notice-user-settings): Don't clobber other
4316 user-set parameters when calling face-set-after-frame-default in
4317 response to background-color parameter (Bug#7373).
4318
0eb025fb
EZ
43192010-11-13 Eli Zaretskii <eliz@gnu.org>
4320
4321 * international/characters.el (glyphless-char-display-control):
88b5a757 4322 Rename from glyphless-char-control; all users changed. Doc fix.
4a9f985c
EZ
4323 Signal an error if display method is not one of the recognized
4324 symbols.
0eb025fb 4325
6e060cee
MA
43262010-11-13 Michael Albinus <michael.albinus@gmx.de>
4327
4328 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4329 (tramp-compat-line-end-position): Remove them.
4330
4331 * net/tramp.el (tramp-parse-rhosts-group)
4332 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4333 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4334 (tramp-parse-netrc-group, tramp-parse-putty-group)
4335 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4336 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4337 (tramp-sh-handle-file-selinux-context)
4338 (tramp-sh-handle-file-name-all-completions)
4339 (tramp-sh-handle-insert-directory)
4340 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4341 (tramp-wait-for-output, tramp-send-command-and-read)
4342 * net/tramp-smb.el (tramp-smb-read-file-entry)
4343 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4344
4345 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4346 `point-at-bol'.
4347 (tramp-remote-coding-commands): Add an alternative using "base64
4348 -d -i". This is needed for older base64 versions from GNU
4349 coreutils. Reported by Klaus Reichl
4350 <Klaus.Reichl@thalesgroup.com>.
4351
8da5345f
HN
43522010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4353
4354 * simple.el (count-words-region): New function.
4355
c156a63b
SM
43562010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4357
78835dd0
SM
4358 * shell.el (shell-dir-cookie-re): New custom variable.
4359 (shell-dir-cookie-watcher): New function.
4360
ebff325e
SM
4361 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4362 and compilation-mode (bug#7350).
4363
4e9e1584
SM
4364 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4365 highlight when one of them is empty.
4366
4490f875
SM
4367 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4368 trailing space.
4369 (skeleton-newline): New function.
4370 (skeleton-internal-1): Use it.
4371
c156a63b
SM
4372 * simple.el (open-line): `newline' may strip trailing space.
4373
f3bb9e16
KR
43742010-11-12 Kevin Ryde <user42@zip.com.au>
4375
4376 * international/mule-cmds.el (princ-list): Use mapc.
4377
7847454a
GM
43782010-11-12 Glenn Morris <rgm@gnu.org>
4379
4380 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
01c35094 4381 Use it to replace all instances of "*Compile-Log*".
7847454a 4382
aa310257
SM
43832010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4384
4385 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4386 indentation specs.
4387
cbf83ce9
SM
43882010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4389
4390 * progmodes/modula2.el: Use SMIE and skeleton.
4391 (m2-mode-syntax-table): (*..*) can be nested.
4392 Add //...\n. Fix paren syntax.
4393 (m2-mode-map): Remove LF and TAB bindings.
4394 (m2-indent): Add safety property.
4395 (m2-smie-grammar): New var.
4396 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4397 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4398 (m2-mode): Use define-derived-mode.
4399 (m2-newline, m2-tab): Remove.
4400 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4401 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4402 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4403 (m2-import): Use define-skeleton.
4404
e7c4fb1e
GM
44052010-11-11 Glenn Morris <rgm@gnu.org>
4406
b3e4c911
GM
4407 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4408
b3e22bd4
GM
4409 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4410 (ls-lisp-verbosity): Add custom :set-after property.
4411 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4412 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4413 (ls-lisp-insert-directory): Update caller.
606dcd9e
GM
4414 (ls-lisp-set-options): New function.
4415 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4416 Doc fix.
b3e22bd4 4417
55a4b4fe
GM
4418 * play/landmark.el (lm-prompt-for-move):
4419 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4420
e7c4fb1e
GM
4421 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4422
4423 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4424 (idlwave-study-twins): Prefix dynamic local variable `name'.
4425 (idlwave-routine-twin-compare): Update for above change.
4426
4427 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4428 Prefix dynamic local variables `name', `kwd', and `link'.
4429 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4430 * progmodes/idlw-complete-structtag.el
4431 (idlwave-complete-structure-tag-help):
4432 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4433 (idlwave-complete-sysvar-tag-help)
4434 (idlwave-complete-class-structure-tag-help):
4435 Update for above name changes.
4436
afe2870b
LMI
44372010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4438
4439 * net/browse-url.el (browse-url-browser-function): Change the
4440 default to use `browse-url-mail' on mailto: URLs.
4441
fbe3be3f
CY
44422010-11-10 Chong Yidong <cyd@stupidchicken.com>
4443
cbf83ce9
SM
4444 * emacs-lisp/package.el (package-read-all-archive-contents):
4445 Reset package-archive-contents to nil before re-reading.
fbe3be3f 4446
a7cfbaea 44472010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
bd4532fc
AM
4448
4449 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4450 already found as misspellings by (flyspell-large-region), just
c97685d4 4451 do highlighting (bug#7322).
bd4532fc 4452
13e7256f
GM
44532010-11-10 Glenn Morris <rgm@gnu.org>
4454
6d2a1e35
GM
4455 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4456
d4aca69c
GM
4457 * emulation/edt.el (edt-with-position): New macro.
4458 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4459 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4460 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4461
f8a09adb
GM
4462 * emulation/tpu-extras.el (tpu-with-position): New macro.
4463 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4464
c026460b
GM
4465 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4466
dea53a43
GM
4467 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4468 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4469 (texinfo-master-menu, texinfo-insert-node-lines)
4470 (texinfo-multiple-files-update):
4471 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4472 Use line-beginning-position.
4473
72bc50c0
GM
4474 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4475 No recent Emacs supports system-type `emx'.
4476
4477 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4478 (ada-command-separator, ada-default-prj-properties)
4479 (ada-find-any-references): Update for above name change.
4480
4481 * dirtrack.el (dirtrack-directory-function)
4482 (dirtrack-canonicalize-function):
4483 * filecache.el (file-cache-completion-ignore-case)
4484 (file-cache-case-fold-search, file-cache-ignore-case):
4485 * term.el (serial-port-is-file-p): Cosmetic change.
4486
4487 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4488 Remove non-existent `windows-95' system-type.
4489 * dired.el (dired-chown-program): Remove non-existent `linux'
4490 system-type.
4491
17731c39
GM
4492 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4493 (ping-program-options): Remove non-existent `linux' system-type.
4494
9228bbd3
GM
4495 * startup.el (package-initialize): Update declaration.
4496
6e404950
GM
4497 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4498 (ls-lisp-handle-switches): Use time-less-p.
4499 (ls-lisp-format-time): Use float-time.
4500
6f0d4bb6
GM
4501 * textmodes/remember.el (remember-time-to-seconds): Remove.
4502 (remember-store-in-mailbox): Use float-time.
4503
4504 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4505
4506 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4507 never a real function.
4508 (with-no-warnings): Remove compat stub, now unused.
4509 (time-less-p): Doc fix.
4510 (time-to-number-of-days): Simplify.
4511
73171bd4
GM
4512 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4513 Remove.
4514 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4515 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4516 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4517 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4518 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4519
13e7256f
GM
4520 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4521 (eshell-shuffle-files, eshell-shorthand-tar-command)
4522 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4523 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4524 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4525 Prefix dynamic local variable `matches'.
4526
b565f5a1
GM
4527 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4528 Prefix dynamic local variable `skeleton'.
4529
5ad3e885
KY
45302010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4531
4532 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4533 in mail buffer; make yank-action always a command that yanks original
4534 buffer.
4535
14121c52
GM
45362010-11-09 Glenn Morris <rgm@gnu.org>
4537
4538 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4539
d607b96b 45402010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
73525e72 4541
9bdba5f5
SM
4542 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4543 completion field (bug#7211).
4544
73525e72
SM
4545 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4546 Fix handling of backslash escapes.
4547 (python-quote-syntax): Adjust accordingly.
4548
d607b96b 45492010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
4550
4551 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4552 (vc-mtn-workfile-branch): Adjust to new output format.
4553
d607b96b 45542010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
cc4d2366
SM
4555
4556 * international/mule-cmds.el (princ-list): Mark as obsolete.
4557
d607b96b 45582010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7f925a67
SM
4559
4560 * emacs-lisp/smie.el: New package.
4561
d607b96b 45622010-11-09 Michael Albinus <michael.albinus@gmx.de>
6ce78fdc 4563
7f925a67
SM
4564 * files.el (backup-by-copying-when-mismatch):
4565 Set `permanent-local' property.
6ce78fdc
MA
4566
4567 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 4568 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 4569
d607b96b 45702010-11-09 Eli Zaretskii <eliz@gnu.org>
21620882
EZ
4571
4572 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4573
d607b96b 45742010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
8468f78b 4575
7f925a67 4576 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 4577 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
4578 AUTOINOUT for SV style multidimensional arrays, bug294.
4579 Reported by Eric Mastromarchi.
4580 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
4581 font-lock-fontify-buffer to cleanup style issues.
4582
d607b96b 45832010-11-09 Glenn Morris <rgm@gnu.org>
cb5e49a3
GM
4584
4585 * locate.el (locate, locate-mode): Doc fixes.
4586
d607b96b 45872010-11-09 Chong Yidong <cyd@stupidchicken.com>
381d186f
CY
4588
4589 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4590 user for confirmation.
4591 (server-force-stop): Use it.
4592 (server-start): Use server-force-stop for kill-emacs-hook, to
4593 avoid user interaction while killing Emacs.
4594
9b026d9f
GM
45952010-11-09 Glenn Morris <rgm@gnu.org>
4596
3406534c 4597 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
e814121e 4598 (meta-indent-line): Simplify.
3406534c 4599
9b026d9f
GM
4600 * vc/emerge.el (emerge-line-number-in-buf):
4601 * textmodes/ispell.el (ispell-region):
4602 * textmodes/fill.el (current-fill-column):
4603 * progmodes/xscheme.el (xscheme-send-current-line):
4604 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4605 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4606 * progmodes/sh-script.el (sh-handle-prev-do):
4607 * progmodes/meta-mode.el (meta-indent-line):
4608 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4609 (idlwave-in-quote):
4610 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4611 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4612 * progmodes/fortran.el (fortran-looking-at-if-then):
4613 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4614 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4615 (cperl-find-pods-heres):
4616 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4617 * net/quickurl.el (quickurl-list-insert):
4618 * net/ldap.el (ldap-search-internal):
4619 * net/eudc.el (eudc-expand-inline):
4620 * mail/sendmail.el (sendmail-send-it):
4621 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4622 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4623 (viper-brac-function):
4624 * calc/calc-yank.el (calc-do-grab-region):
4625 * calc/calc-keypd.el (calc-keypad-press):
4626 * term.el (term-move-columns, term-insert-spaces):
4627 * speedbar.el (speedbar-highlight-one-tag-line):
4628 * simple.el (current-word):
4629 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4630 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4631 (Info-scroll-down):
4632 * hippie-exp.el (he-line-beg):
4633 * epa.el (epa--marked-keys):
4634 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4635 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4636 (dired-relist-entry):
4637 * buff-menu.el (Buffer-menu-buffer):
4638 * array.el (current-line):
4639 * allout.el (allout-resolve-xref)
4640 (allout-latex-verbatim-quote-curr-line):
4641 Replace yet more uses of end-of-line etc with line-end-position, etc.
4642
db94771e
SM
46432010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4644
1398b795
SM
4645 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4646 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4647 (checkdoc-syntax-table): Initialize in the declaration.
4648 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4649 the mode on unconditionally.
4650
db94771e
SM
4651 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4652 (extent-end-position, extent-start-position): Remove setf method for
4653 non-existing functions (bug#7319).
4654
674728d4
SM
46552010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4656
4657 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4658 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4659 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4660 (smie-prec2->grammar): Rename from smie-prec2-levels.
4661 (smie-grammar): Rename from smie-op-levels.
4662 (smie-indent--hanging-p): Rename from smie-hanging-p.
4663 (smie-rule-hanging-p): New alias.
4664 (smie-indent--bolp): Rename from smie-bolp.
4665 (smie-indent--hanging-p): New alias.
4666 (smie--token): New dynamically bound variable.
4667 (smie-indent--parent): New function.
4668 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4669 (smie-rule-next-p): Rename from smie-next-p.
4670 (smie-rule-prev-p): Rename from smie-prev-p.
4671 (smie-rule-sibling-p, smie-rule-parent)
4672 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4673 (smie-rule-separator-outdent): New var.
4674 (smie-indent--rule): Merge with smie-indent--column.
4675 (smie-indent-forward-token, smie-indent-backward-token):
4676 Also recognize close parens.
4677 (smie-indent-keyword): Don't use smie-indent--column any more.
4678 (smie-indent-after-keyword): Ignore closers by default.
4679 (smie-indent-line): Use with-demoted-errors.
4680 * progmodes/octave-mod.el (octave-smie-grammar):
4681 Rename from octave-smie-op-levels.
4682 (octave-smie-rules): Adjust to new behavior.
4683 * progmodes/prolog.el (prolog-smie-grammar):
4684 Rename from prolog-smie-op-levels.
4685
26f097bf
GM
46862010-11-07 Glenn Morris <rgm@gnu.org>
4687
de3490e1
GM
4688 * eshell/esh-util.el (subst-char-in-string)
4689 (directory-files-and-attributes): These compatibility definitions are
4690 not needed on any version of Emacs since at least 21.4.
4691
3ba6b2ee
GM
4692 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4693 (verilog-get-end-of-line): Remove.
4694 (verilog-within-string, verilog-re-search-forward-substr)
4695 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4696 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4697 Use point-at-bol, point-at-eol.
4698 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4699 Remove.
4700 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4701 (electric-pascal-terminate-line, pascal-set-auto-comments)
4702 (pascal-indent-paramlist, pascal-indent-declaration)
4703 (pascal-get-lineup-indent, pascal-func-completion)
4704 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4705 Use point-at-bol, point-at-eol.
4706 * progmodes/flymake.el (flymake-line-beginning-position)
4707 (flymake-line-end-position): Remove.
4708 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4709 * eshell/esh-util.el (line-end-position, line-beginning-position):
4710 Remove compat definitions.
4711
76fc02b6
GM
4712 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4713 Use end-of-line N.
4714 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4715 Use line-end-position.
4716
e180ab9f
GM
4717 * emacs-lisp/chart.el (chart-zap-chars):
4718 * play/decipher.el (decipher-set-map):
4719 * progmodes/ada-mode.el (ada-get-current-indent)
4720 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4721 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4722 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4723 (ada-get-all-references):
4724 * progmodes/cperl-mode.el (cperl-electric-paren)
4725 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4726 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4727 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4728 (cperl-word-at-point-hard):
4729 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4730 (idlwave-shell-filename-string, idlwave-shell-batch-command)
4731 (idlwave-shell-display-line):
4732 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4733 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4734 * progmodes/js.el (js--re-search-forward-inner)
4735 (js--re-search-backward-inner):
4736 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4737 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
4738 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
4739 * textmodes/flyspell.el (flyspell-process-localwords):
4740 * textmodes/ispell.el (ispell-buffer-local-parsing)
4741 (ispell-buffer-local-dict, ispell-buffer-local-words):
4742 Use point-at-bol and point-at-eol.
4743
26f097bf
GM
4744 * speedbar.el (speedbar-generic-item-info)
4745 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
4746 (speedbar-add-indicator, speedbar-check-vc-this-line)
4747 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
4748 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
4749 Replace more uses of end-of-line etc with line-end-position.
4750
b05fde66
GM
47512010-11-06 Glenn Morris <rgm@gnu.org>
4752
5ed619e0
GM
4753 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
4754 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
4755 (texinfo-delete-existing-pointers, texinfo-find-pointer)
4756 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
4757 (texinfo-multiple-files-update):
4758 * textmodes/table.el (table--probe-cell-left-up)
4759 (table--probe-cell-right-bottom):
4760 * textmodes/picture.el (picture-tab-search):
4761 * textmodes/page-ext.el (pages-copy-header-and-position)
4762 (pages-directory-for-addresses):
4763 * progmodes/vera-mode.el (vera-get-offset):
4764 * progmodes/simula.el (simula-calculate-indent):
4765 * progmodes/python.el (python-pdbtrack-overlay-arrow):
4766 * progmodes/prolog.el (end-of-prolog-clause):
4767 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
4768 * progmodes/icon.el (indent-icon-exp):
4769 * progmodes/etags.el (tag-re-match-p):
4770 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
4771 * progmodes/ebnf2ps.el (ebnf-begin-file):
4772 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
4773 (dcl-save-local-variable):
4774 * play/life.el (life-setup):
4775 * play/gametree.el (gametree-looking-at-ply):
4776 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4777 * mail/sendmail.el (mail-mode-auto-fill):
4778 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4779 * emacs-lisp/edebug.el (edebug-overlay-arrow):
4780 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
4781 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
4782 (woman-tab-to-tab-stop, WoMan-warn-ignored):
4783 * type-break.el (type-break-file-keystroke-count):
4784 * term.el (term-replace-by-expanded-history-before-point)
4785 (term-skip-prompt, term-extract-string):
4786 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
4787 (speedbar-contract-line, speedbar-toggle-line-expansion)
4788 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
4789 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
4790 * sort.el (sort-skip-fields):
4791 * skeleton.el (skeleton-internal-list):
4792 * simple.el (line-move-finish, line-move-to-column):
4793 * shell.el (shell-forward-command):
4794 * misc.el (copy-from-above-command):
4795 * makesum.el (double-column):
4796 * ebuff-menu.el (electric-buffer-update-highlight):
4797 * dired.el (dired-move-to-end-of-filename):
4798 * dframe.el (dframe-popup-kludge):
4799 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
4800 * arc-mode.el (archive-get-lineno):
4801 Use line-end-position and line-beginning-position.
4802
e2a9c0bc
GM
4803 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
4804 (idlwave-study-twins): Prefix dynamic local `class'.
4805 (idlwave-routine-twin-compare): Update for above name change.
4806
4e44448f
GM
4807 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
4808 Use boundp tests to silence compiler. Update for changed name of
4809 bytecomp-filename variable.
4810
8f6c3eac
GM
4811 * emulation/viper-cmd.el (viper-read-string-with-history):
4812 Prefix dynamic local `initial'.
4813 (viper-minibuffer-standard-hook): Update for above name change.
4814
79d1dabe
GM
4815 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
4816 (elint-init-form): Update for above name change.
4817
0e4bb7f0
GM
4818 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
4819 local variables `cbeg' and `cend' a prefix.
4820 (mail-extr-voodoo): Update for above name change.
4821
c8f3bf36
GM
4822 * textmodes/reftex-toc.el (reftex-toc-do-promote)
4823 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
4824 (reftex-toc-promote-action): Doc fix.
4825
4826 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
4827 `prompt', `data' a prefix.
4828 (reftex-select-post-command-hook, reftex-select-callback)
4829 (reftex-select-mouse-accept, reftex-select-read-cite):
4830 Update for above name changes.
4831
4832 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
4833 `refstyle' to reftex-refstyle.
4834 (reftex-offer-label-menu): Update for above name change.
4835 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
4836 `refstyle' name change.
4837
b05fde66
GM
4838 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
4839 with with-current-buffer.
4840 (diff, template): Give dynamic local variables a prefix.
4841 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
4842 (emerge-line-number-in-buf): Update for above name change.
4843 (emerge-combine-versions-internal): Rename local `template' to
4844 emerge-combine-template.
4845 (emerge-combine-versions-edit): Update for above name change.
4846
5d8f9169
RA
48472010-11-06 Ralf Angeli <angeli@caeruleus.net>
4848
4849 * textmodes/reftex-cite.el
4850 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
4851 entries with whitespace after \bibitem.
4852 (reftex-create-bibtex-file): Match entries containing numbers and
4853 symbol constituents. Make sure that entries with whitespace at
4854 various places are found.
4855
f8aefe82
MA
48562010-11-05 Christian Millour <cm@abtela.com> (tiny change)
4857
4858 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
4859
e06918d2
JD
48602010-11-05 Jan Djärv <jan.h.d@swipnet.se>
4861
4862 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
4863
17fc58c9
GM
48642010-11-05 Glenn Morris <rgm@gnu.org>
4865
f7fe4837
GM
4866 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
4867 (woman2-roff-buffer): Give local variable `request' a prefix.
4868 (woman0-macro): Rename argument `request' in the same way.
4869 (woman-request): New name for `request' dynamic variable.
4870 (woman-unquote, woman-forward-arg): Update for above name change.
4871 (woman1-roff-buffer): Give local variable `unquote' a prefix.
4872 (woman1-unquote): New name for `unquote' dynamic variable.
4873 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
4874 (woman-translations): Rename from `translations'. No longer global.
4875 (woman2-tr, woman-translate): Update for above name change.
4876 (woman-translate): Check for bound variable.
4877 (woman2-roff-buffer): Give local variable `translations' a prefix.
4878
869c4186
GM
4879 * play/doctor.el: Give all local variables a prefix. Update callers.
4880 (doc$, doctor-put-meaning): Use backquote.
4881
215461a8
GM
4882 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
4883 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
4884
17fc58c9
GM
4885 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
4886 variables bytes, ptr, op a prefix.
4887 (disassemble-offset): Update for above change.
4888
015eea59
CY
48892010-11-03 Chong Yidong <cyd@stupidchicken.com>
4890
4891 * emacs-lisp/package.el (package-unpack): Remove no-op.
4892 (package--builtins, package--dir): Doc fix.
4893 (package-activate-1, package-activate, package-install)
4894 (package-compute-transaction): Fix error message.
4895 (package-delete): Use delete-directory. Omit system packages.
4896 (package-initialize): Set package-alist to nil first.
4897 (package-menu-mark-delete, package-menu-mark-install): Don't add
4898 symbols that are inconsistent with the package state.
4899 (package-menu-execute): Perform deletions and installations as
4900 single batch operations.
4901
033862d1
GM
49022010-11-03 Glenn Morris <rgm@gnu.org>
4903
0b03a950
GM
4904 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
4905 (props): Remove unnecessary declaration.
4906
e337e22c
GM
4907 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
4908 set-process-query-on-exit-flag.
4909
a88e24dd 4910 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
728618ba
GM
4911 (reftex-toc-do-promote): Remove unused local `mpos'.
4912 (reftex-toc-restore-region): Make `mpos' local to this function.
a88e24dd 4913
537b04b9
GM
4914 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
4915
52365e61
GM
4916 * play/landmark.el (lm-losing-threshold): Correct spelling.
4917 (lm-human-plays): Use new name.
4918
cd32f8a9
GM
4919 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
4920 (gomoku-human-plays): Use new name.
4921
033862d1
GM
4922 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
4923 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
4924 (gomoku-score-trans-table, gomoku-winning-threshold)
4925 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
4926
4b99edf2
CY
49272010-11-03 Chong Yidong <cyd@stupidchicken.com>
4928
4929 * emacs-lisp/package.el: Don't put built-in packages in
4930 package-alist, to avoid loading inefficiencies.
4931 (package-built-in-p): Make VERSION optional, and treat it as a
4932 minimum acceptable version.
6a7662bb
BR
4933 (package-activate): Search separately for built-in packages.
4934 Emit a warning if a dependency fails.
4b99edf2
CY
4935 (define-package): Handle most common case, where there is no
4936 obsolete package, first.
4937 (package-compute-transaction): Print required version in error.
4938 (package--initialized): New variable.
4939 (list-packages): Use it.
4940 (package-initialize): Optional arg NO-ACTIVATE. Don't put
6a7662bb
BR
4941 built-in packages in packages-alist; keep it separate.
4942 Set package--initialized.
4b99edf2
CY
4943 (describe-package): Avoid activating packages as a side-effect.
4944 Search separately for built-in packages.
4945 (describe-package-1): Handle the case where an elpa package is
4946 simultaneously built-in and available/installed.
6a7662bb
BR
4947 (package-installed-p, package--generate-package-list):
4948 Search separately for built-in packages.
4b99edf2
CY
4949 (package-load-descriptor): Doc fix.
4950
3225dcaa
SM
49512010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4952
4953 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4954 Handle __DATA__ and __END__.
4955
fa14dc18
NF
49562010-11-02 Noah Friedman <friedman@splode.com>
4957
4958 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
4959 nil, do not ask to recompile files that are not already compiled,
4960 and do not recompile them.
4961
0f75c62a
CY
49622010-11-02 Chong Yidong <cyd@stupidchicken.com>
4963
4964 * emacs-lisp/package.el (package-initialize): Ensure that
4965 obsoleted built-in packages are not in package-activated-list
4966 during activation.
4967 (describe-package-1): Make the "installed" status override
4968 "built-in".
4969
b29f5b7b
VJL
49702010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4971
4972 * subr.el (version-separator, version-regexp-alist): Remove '*'
4973 from docstring.
4974 (version-list-<=, version<=, version=): Doc fix.
4975
b18fad6d
KH
49762010-11-01 Kenichi Handa <handa@m17n.org>
4977
4978 * faces.el (glyphless-char): Inherit underline for tty.
4979
a8039db1 49802010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
4981
4982 Implement various display methods for glyphless characters.
4983
4984 * international/characters.el (char-acronym-table): New variable.
4985 (glyphless-char-control): New variable.
35f52ed6 4986 (update-glyphless-char-display): New function.
b2cca856
KH
4987
4988 * faces.el (glyphless-char): New face.
4989
28886d5e
GM
49902010-11-01 Glenn Morris <rgm@gnu.org>
4991
919dd7aa
GM
4992 * calendar/holidays.el (general-holidays, oriental-holidays)
4993 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
4994 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
4995 the definitions of their targets.
4996
c79fc059
GM
4997 * emacs-lisp/smie.el (smie): New custom group.
4998 (smie-blink-matching-inners, smie-indent-basic): Add :group.
4999
c8ccffb1
GM
5000 * faces.el (xw-defined-colors, x-setup-function-keys):
5001 * mouse-sel.el (x-select-text):
5002 * term/w32console.el (x-setup-function-keys): Update declarations.
5003
f4ff702e
GM
5004 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
5005
806c491a
GM
5006 * textmodes/ispell.el (comment-add): Declare.
5007
c3dfebd1
GM
5008 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
5009 Declare.
5010
28886d5e
GM
5011 * info.el (finder-keywords-hash, package-alist): Declare.
5012
693c9d15
CY
50132010-11-01 Chong Yidong <cyd@stupidchicken.com>
5014
5015 * finder.el (finder-compile-keywords): Don't use intern-soft,
5016 since package names may not yet exist in the obarray.
5017
50182010-11-01 Chong Yidong <cyd@stupidchicken.com>
4624de78
CY
5019
5020 * vc/vc-arch.el (vc-arch-checkin):
5021 * vc/vc-cvs.el (vc-cvs-checkin):
5022 * vc/vc-mtn.el (vc-mtn-checkin):
5023 * vc/vc-rcs.el (vc-rcs-checkin):
5024 * vc/vc-sccs.el (vc-sccs-checkin):
5025 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
5026 since 2010-04-21 commit by Stefan Monnier.
5027
36967cf7
GM
50282010-11-01 Glenn Morris <rgm@gnu.org>
5029
feb5e60a
GM
5030 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
5031
1f023ca9
GM
5032 * startup.el (package-enable-at-startup, package-initialize):
5033 Silence compiler.
5034
36967cf7
GM
5035 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
5036 Silence compiler.
5037
430e7297
JD
50382010-10-31 Julien Danjou <julien@danjou.info>
5039
5040 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
5041 (byte-recompile-directory):
5042 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
430e7297
JD
5043 Use `byte-recompile-file'.
5044
c8c59954
GM
50452010-10-31 Glenn Morris <rgm@gnu.org>
5046
5047 * cus-start.el: Handle standard values via a keyword.
5048 Only set version property if specified.
5049 (cursor-in-non-selected-windows, menu-bar-mode)
5050 (tool-bar-mode, show-trailing-whitespace):
5051 Do not specify standard values.
5052 (transient-mark-mode, temporary-file-directory): Use :standard.
5053
04e63796
JD
50542010-10-31 Jan Djärv <jan.h.d@swipnet.se>
5055
5056 * term/x-win.el (x-get-selection-value): New function that gets
35f52ed6 5057 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
04e63796 5058
2699a554 50592010-10-31 Michael Albinus <michael.albinus@gmx.de>
a057950d
MA
5060
5061 * net/tramp.el (tramp-handle-insert-file-contents): For root,
5062 preserve owner and group when editing files. (Bug#7289)
5063
35fcc05c 50642010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
5065
5066 * speedbar.el (speedbar-mode):
5067 * play/fortune.el (fortune-in-buffer, fortune):
5068 * play/gomoku.el (gomoku-mode):
5069 * play/landmark.el (lm-mode):
5070 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5071 Replace inappropriate uses of toggle-read-only. (Bug#7292)
5072
82f7efc3
GM
5073 * select.el (x-selection): Mark it as an obsolete alias.
5074
2699a554 50752010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
ca39416c 5076
f486841f 5077 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
ca39416c
AH
5078 major-mode (bug#7284).
5079
2699a554 50802010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
5081
5082 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
5083 rather than just an unused variable that inherits from the real one.
5084
e6ef5dd9
AM
50852010-10-31 Alan Mackenzie <acm@muc.de>
5086
5087 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
5088 This fixes bug #7185.
5089
8a500a91
CY
50902010-10-30 Chong Yidong <cyd@stupidchicken.com>
5091
5092 * startup.el (command-line): Search for package directories, and
5093 don't load package.el if none are found.
5094
6a7662bb
BR
5095 * emacs-lisp/package.el (describe-package, list-packages):
5096 Call package-initialize if it has not been called yet.
8a500a91 5097
4f9e41e4
AM
50982010-10-30 Alan Mackenzie <acm@muc.de>
5099
5100 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
5101 which fontifies the tail of an enum.
5102 (c-basic-matchers-after): Insert a call to the above new function.
5103 This fixes bug #7264.
5104
88f43c67
GM
51052010-10-30 Glenn Morris <rgm@gnu.org>
5106
5107 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
5108 tool-bar-mode, transient-mark-mode. (Bug#7306)
5109 Include the :set property in the dumped Emacs.
5110
c4d17d50
SM
51112010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5112
5113 SMIE: change indent rules format, improve smie-setup.
5114 * emacs-lisp/smie.el (smie-precs-precedence-table)
5115 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
5116 Mark them pure so the tables gets built at compile time.
5117 (smie-bnf-precedence-table): Store the closer-alist in the table.
5118 (smie-prec2-levels): Preserve the closer-alist.
5119 (smie-blink-matching-open): Be more forgiving in case of indentation.
5120 (smie-hanging-p): Rename from smie-indent--hanging-p.
5121 (smie-bolp): Rename from smie-indent--bolp.
5122 (smie--parent, smie--after): New dynamic vars.
5123 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
5124 (smie-indent-rules): Remove.
5125 (smie-indent--offset-rule): Remove fun.
5126 (smie-rules-function): New var.
5127 (smie-indent--rule): New fun.
5128 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
5129 (smie-indent-exps): Use it.
5130 (smie-setup): Setup paren blinking; add keyword args for token
5131 functions; extract closer-alist from op-levels.
5132 (smie-indent-debug-log): Remove var.
5133 (smie-indent-debug): Remove fun.
5134 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
5135 (prolog-smie-rules): New fun to replace it.
5136 (prolog-mode-variables): Simplify.
5137 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
5138 it's setup automatically.
5139 (octave-smie-indent-rules): Remove.
5140 (octave-smie-rules): New fun to replace it.
5141 (octave-mode): Simplify.
5142
9d794026
GM
51432010-10-29 Glenn Morris <rgm@gnu.org>
5144
e088c02a
GM
5145 * files.el (temporary-file-directory): Remove (already defined in C).
5146 * cus-start.el: Add temporary-file-directory.
5147
9d794026
GM
5148 * abbrev.el (abbrev-mode):
5149 * composite.el (auto-composition-mode):
5150 * menu-bar.el (menu-bar-mode):
5151 * simple.el (transient-mark-mode):
5152 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
5153 that they do not define the associated variables twice.
5154 * simple.el (transient-mark-mode): Remove defvar.
5155 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
5156 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
5157 Handle multiple groups, and also custom-delayed-init-variables.
5158 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5159
dcc029e0
SM
51602010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5161
5162 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
5163 (pcase-if): Add one minor optimization.
5164 (pcase-split-equal): Rename from pcase-split-eq.
5165 (pcase-split-member): Rename from pcase-split-memq.
5166 (pcase-u1): Add strings to the member optimization.
5167 Add `guard' variant of predicates.
5168 (pcase-q1): Add string patterns.
5169
a62b88d4
SM
51702010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5171
5172 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
5173
f41f19b0
GM
51742010-10-28 Glenn Morris <rgm@gnu.org>
5175
b3edb781
GM
5176 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5177 Move menu-bar related settings to ../menu-bar.el.
5178 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5179 Move ns-specific settings here from term/ns-win.el.
5180
f41f19b0
GM
5181 * simple.el (x-selection-owner-p): Remove unused declaration.
5182
6175cd08
SM
51832010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5184
5185 * minibuffer.el (completion-cycling): New var (bug#7266).
5186 (minibuffer-complete, completion--do-completion):
5187 Use completion--flush-all-sorted-completions.
5188 (minibuffer-complete): Only cycle if completion-cycling is set.
5189 (completion--flush-all-sorted-completions): Unset completion-cycling.
5190 (minibuffer-force-complete): Set completion-cycling.
5191 (completion-all-sorted-completions): Move declaration before first use.
5192
19677c71
LL
51932010-10-28 Leo <sdl.web@gmail.com>
5194
5195 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
5196 which changes the order of matches seen by users (bug#7231).
5197
51982010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
77b143eb
JBK
5199
5200 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5201 Don't confuse -omega as "-o mega".
5202
2122161f
SM
52032010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5204
ce8794df
SM
5205 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
5206 (log-edit-author): New dynamic var.
5207 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
5208 to return the author if different from committer.
5209 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
5210
80cb310d
SM
5211 * play/landmark.el: Adjust commenting convention.
5212 (lm-nil-score): Rename from nil-score.
5213 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
5214 (OOOOscore): Move into a let in lm-score-trans-table.
5215 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
5216
2122161f
SM
5217 * electric.el (electric-indent-chars): Autoload.
5218 * progmodes/octave-mod.el (octave-mode):
5219 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
5220 (ruby-mode-abbrev-table): Merge initialization and declaration.
5221
e925113b
GM
52222010-10-27 Glenn Morris <rgm@gnu.org>
5223
208d109c
GM
5224 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5225 variable.
5226
7d3e3843
GM
5227 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5228
e925113b
GM
5229 * term/ns-win.el: Restore require of cl when compiling.
5230 (menu-bar-final-items): Remove non-existent `windows' menu.
1bcc4637
GM
5231 (ns-handle-nxopen): Optionally handle the temp-case.
5232 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5233 (ns-insert-file, ns-find-file): Use `pop'.
e925113b 5234
b94a5a43
GM
52352010-10-26 Glenn Morris <rgm@gnu.org>
5236
5237 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5238
fc3eda04
AR
52392010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5240
5241 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5242 global map.
5243 * term/common-win.el (x-setup-function-keys): Remove most of the
5244 keymappings. Comment on the remaining ones.
5245
c79b0b1c
PO
52462010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5247
c31dc2c0 5248 * server.el (server-port): New option. (Bug#854)
c79b0b1c
PO
5249 (server-start): Use server-port.
5250
725513b7
GM
52512010-10-26 Glenn Morris <rgm@gnu.org>
5252
d7d8c62a
GM
5253 * term/ns-win.el (ns-version-string): Remove unused declaration.
5254 (ns-invocation-args): Change to x-invocation-args.
5255 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5256 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5257 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5258 Use x-invocation-args instead of ns-invocation-args.
5259 (ns-initialize-window-system, handle-args-function-alist):
5260 Use x-handle-args instead of ns-handle-args.
5261 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5262 * startup.el (command-line-ns-option-alist): Replace
5263 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5264 ns-handle-iconic with the x- equivalents.
5265
725513b7
GM
5266 * term/common-win.el (x-select-enable-clipboard):
5267 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5268
5269 * term/ns-win.el: No need to require cl when compiling.
5270 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5271 (xw-defined-colors): Use the common-win definitions.
5272 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5273 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5274 * term/common-win.el (x-select-text, x-alternatives-map)
5275 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5276 * loadup.el [ns]: Load common-win.
5277
77ec02d8
DU
52782010-10-26 Daiki Ueno <ueno@unixuser.org>
5279
5280 * epa-mail.el (epa-mail-encrypt): Handle local-part only
6ee79275 5281 recipients; expand mail aliases (Bug#7280).
77ec02d8 5282
6a5c2175
GM
52832010-10-25 Glenn Morris <rgm@gnu.org>
5284
59ba9d59
GM
5285 * term/common-win.el (x-handle-switch): Simplify with pop.
5286 Optionally handle numeric switches.
5287 (x-handle-numeric-switch): Just call x-handle-switch.
5288 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5289 (x-handle-name-switch, x-handle-display, x-handle-args):
5290 Simplify with pop.
5291
6a5c2175
GM
5292 * term/ns-win.el: Do not require easymenu.
5293 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5294 <spell>: Move adjustments to menu-bar.el.
5295 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5296 <separator-undo, spell>: Move ns-win's adjustments here.
5297 * loadup.el [ns]: Do not load easymenu.
5298
01898dc2
CY
52992010-10-24 Chong Yidong <cyd@stupidchicken.com>
5300
5301 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6a5c2175 5302 Delete (Bug#7222).
01898dc2
CY
5303
5304 * startup.el (fancy-startup-tail): Instead of using inline images,
5305 refer to image files from etc/.
5306
5307 * wid-edit.el (checkbox): Likewise.
5308 (widget-image-find): Center image specs.
5309
a44d921f
GM
53102010-10-24 Glenn Morris <rgm@gnu.org>
5311
5312 * term/ns-win.el (x-select-text): Doc fix.
5313 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5314 (x-select-text): Move to term/common-win.
5315 * term/w32-win.el (xw-defined-colors): Move to common-win.
5316 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5317 (x-setup-function-keys, x-select-text): Move to common-win.
5318 * term/common-win.el (x-select-text, x-alternatives-map)
5319 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5320 definitions here.
5321
709228c0 53222010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
a11de514
R
5323
5324 * net/mairix.el (mairix-searches-mode-map):
5325 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5326
0c382083 53272010-10-24 Michael McNamara <mac@mail.brushroad.com>
a03c2342 5328
2b0c7330 5329 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
a03c2342
WS
5330 auto-built for efficiency of execution and updating.
5331 (verilog-extended-complete-re): Support 'pure' fucntion & task
5332 declarations (these have no bodies).
ca39416c
AH
5333 (verilog-beg-of-statement): General cleanup to enable support of
5334 'pure' fucntion & task declarations (these have no bodies).
5335 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
5336 noticed by Steve Pearlmutter.
5337 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
5338 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5339 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
5340 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5341 attribute handling for lining up declarations and assignments.
5342 (verilog-beg-of-statement-1): Fix issue where continued declaration
5343 is indented differently if it is after a begin..end clock.
5344 (verilog-in-attribute-p, verilog-skip-backward-comments)
5345 (verilog-skip-forward-comment-p): Support proper treatment of
84eb0351 5346 attributes by indent code. Reported by Jeff Steele.
ca39416c 5347 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
5348 (verilog-backward-up-list, verilog-in-struct-region-p)
5349 (verilog-backward-token, verilog-in-struct-p)
5350 (verilog-in-coverage-p, verilog-do-indent)
5351 (verilog-pretty-declarations): Use verilog-backward-up-list as
5352 wrapper around backward-up-list inorder to properly skip comments.
5353 Reported by David Rogoff.
5354 (verilog-property-re, verilog-endcomment-reason-re)
5355 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5356 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
84eb0351 5357 of if). Reported by Max Bjurling and
a03c2342 5358 (verilog-calc-1): Fix for clocking block in modport
84eb0351 5359 declaration. Reported by Brian Hunter.
a03c2342 5360
0c382083 53612010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
a03c2342 5362
2b0c7330 5363 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
a03c2342
WS
5364 (verilog-gate-keywords, verilog-read-sub-decls)
5365 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5366 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5367 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5368 (verilog-read-decls): Fix spaces in V2K module parameters causing
5369 mis-identification as interfaces, bug287.
5370 (verilog-read-decls): Fix not treating "parameter string" as a
5371 parameter in AUTOINSTPARAM.
5372 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5373 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 5374 (verilog-do-indent): Implement correct automatic or static task or
b762841f 5375 function end comment highlight. Reported by Steve Pearlmutter.
a03c2342
WS
5376 (verilog-font-lock-keywords-2): Fix highlighting of single
5377 character pins, bug264. Reported by Michael Laajanen.
5378 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5379 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
6a7662bb
BR
5380 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5381 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
5382 (verilog-pretty-expr): Fix interactive arguments, bug272.
5383 Reported by Mark Johnson.
5384 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5385 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
b762841f 5386 bug269. Suggested by Gary Delp.
a03c2342 5387 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
5388 (verilog-preprocessor, verilog-set-compile-command):
5389 Create verilog-preprocess and verilog-preprocessor to show
5390 preprocessed output.
a03c2342
WS
5391 (verilog-get-beg-of-line, verilog-get-end-of-line)
5392 (verilog-modi-file-or-buffer, verilog-modi-name)
5393 (verilog-modi-point, verilog-within-string): Move defmacro's
b762841f 5394 before first use to avoid warning. Reported by Steve Pearlmutter.
a03c2342
WS
5395 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5396 (verilog-colorize-region, verilog-highlight-buffer)
5397 (verilog-highlight-includes, verilog-highlight-modules)
5398 (verilog-highlight-region, verilog-mode): Rename colorize to
5399 highlight to match other packages. Disable module highlighting,
5400 as received speed complaints, reenable for experimentation only
5401 using new verilog-highlight-modules.
5402 (verilog-read-decls): Fix regexp stack overflow in very large
5403 AUTO_TEMPLATEs, bug250.
5404 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5405 (verilog-scan): Create verilog-save-buffer-state to standardize
5406 making insignificant changes that shouldn't call hooks.
5407 (verilog-save-no-change-functions, verilog-save-scan-cache)
5408 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5409 Create verilog-save-no-change-functions to wrap verilog-scan
5410 preservation, and fix to work with nested preserved calls.
5411 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5412 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5413 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5414 (verilog-submit-bug-report): Update variable list to be complete.
5415 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5416 breaking on-the-fly font-locking.
5417 (verilog-colorize-buffer, verilog-colorize-include-files)
5418 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5419 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5420 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5421 AUTOINST cell instance name, middle mouse button now finds-file on
5422 it. Suggested by Brad Dobbie.
5423 (verilog-alw-get-temps, verilog-auto-reset)
5424 (verilog-auto-sense-sigs, verilog-read-always-signals)
5425 (verilog-read-always-signals-recurse): Fix loop indexes being
b762841f 5426 AUTORESET. AUTORESET now assumes any variables in the
6a7662bb
BR
5427 initialization section of a for() should be ignored.
5428 Reported by Dan Dever.
a03c2342
WS
5429 (verilog-error-font-lock-keywords)
5430 (verilog-error-regexp-emacs-alist)
5431 (verilog-error-regexp-xemacs-alist): Fix error detection of
5432 Cadence HAL, reported by David Asher. Repair drift between the
5433 three similar error variables.
5434 (verilog-modi-lookup, verilog-modi-lookup-cache)
5435 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5436 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5437 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
5438 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5439 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
5440 "{1*2{...". Broke in last revision.
5441 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5442 submodule connections with replications "{#{a},#{b}}".
5443
0c382083
CY
54442010-10-24 Juanma Barranquero <lekktu@gmail.com>
5445
5446 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5447 Fix typo in docstring.
5448
54492010-10-24 Kenichi Handa <handa@m17n.org>
5450
5451 * face-remap.el (text-scale-adjust): Call read-event with a proper
5452 prompt.
5453
54542010-10-24 Chong Yidong <cyd@stupidchicken.com>
5455
5456 * emacs-lisp/unsafep.el: Don't mark functions that display
5457 messages as safe. Suggested by Johan Bockgård.
5458
54592010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5460
5461 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5462 Turn comments into docstrings.
5463
5464 * minibuffer.el (completion--replace): Move point where it belongs
5465 when there's a common suffix (bug#7215).
5466
9317e499
CY
54672010-10-24 Chong Yidong <cyd@stupidchicken.com>
5468
5469 Merge read-color and facemenu-read-color (Bug#7242).
5470
5471 * faces.el (read-color): Use the completion code from
5472 facemenu-read-color. Require match in completion. Doc fix.
5473
5474 * facemenu.el (facemenu-read-color): Alias for read-color.
6a7662bb
BR
5475 (facemenu-set-foreground, facemenu-set-background):
5476 Use read-color.
9317e499
CY
5477
5478 * frame.el (set-background-color, set-foreground-color)
6a7662bb
BR
5479 (set-cursor-color, set-mouse-color, set-border-color):
5480 Use read-color.
9317e499 5481
a44d921f 54822010-10-24 Leo <sdl.web@gmail.com>
59dd6f73
LL
5483
5484 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5485 argument of delete-file and delete-directory (Bug#7011).
5486
43207249
CY
54872010-10-24 Chong Yidong <cyd@stupidchicken.com>
5488
5489 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5490 button-buffer-map.
5491
484db896 54922010-10-24 Ralf Angeli <angeli@caeruleus.net>
f34e6aaa
CY
5493
5494 * emacs-lisp/package.el (package--generate-package-list): Make the
5495 *Packages* buffer read-only.
5496
10f5e3e6
AM
54972010-10-24 Alan Mackenzie <acm@muc.de>
5498
5499 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5500 result of `c-beginning-of-decl-1' between invocations of a lambda
5501 function (Bug #7265).
5502
3ec6ca72
DU
55032010-10-24 Daiki Ueno <ueno@unixuser.org>
5504
5505 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5506 executable is not available on the system (Bug#7268).
5507
ec514007
GM
55082010-10-24 Glenn Morris <rgm@gnu.org>
5509
f5f25615
GM
5510 * select.el (selection-coding-system, next-selection-coding-system):
5511 Sync doc with C versions.
3646b86d 5512
8aa0f263
GM
5513 * w32-vars.el (x-select-enable-clipboard):
5514 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5515 * term/common-win.el (x-select-enable-clipboard): Move here.
5516
46710489
GM
5517 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5518 definition of C variable.
5519
ec514007
GM
5520 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5521 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5522 Don't redefine things that are defined in C.
5523 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5524 (show-trailing-whitespace, auto-hscroll-mode)
5525 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5526 Set up the appropriate custom properties.
5527
8a79905d
CY
55282010-10-24 Chong Yidong <cyd@stupidchicken.com>
5529
5530 Bind "C-c ]" to ...
5531 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5532 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5533 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5534 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5535
aa02a29f
GM
55362010-10-23 Glenn Morris <rgm@gnu.org>
5537
7dfc15df
GM
5538 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5539 say what it was.
5540
66c6abf0
GM
5541 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5542 Sync docs with C version.
f3d87560 5543
3193e969
GM
5544 * term/ns-win.el (xw-defined-colors):
5545 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5546
6f748f70
GM
5547 * term/pc-win.el (x-select-enable-clipboard):
5548 * term/x-win.el (x-select-enable-clipboard):
5549 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5550
7aa93795
GM
5551 * comint.el (comint-password-prompt-regexp): Make it less vague.
5552 Bump version.
5553
17284e30
GM
5554 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5555
aa02a29f
GM
5556 * help.el (finder-by-keyword): Remove unnecessary autoload.
5557
69b55131
GM
55582010-10-22 Glenn Morris <rgm@gnu.org>
5559
9a0dd02d
GM
5560 * loadup.el: Unconditionally load float-sup.
5561 * paren.el (show-paren-delay):
5562 * emacs-lisp/float-sup.el:
5563 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5564 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5565 (lazy-lock-stealth-verbose): Assume float support.
5566 * ps-print.el: Assume float support on Emacs.
5567 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5568 Remove non-float branch.
5569
69b55131
GM
5570 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5571 src/Makefile no longer being pre-processed.
5572
7c23d9e8
SM
55732010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5574
5575 * emacs-lisp/find-func.el (find-library): Use test-completion.
5576
23737b4a
LMI
55772010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5578
7c23d9e8 5579 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 5580
6e060cee 55812010-10-21 Michael Albinus <michael.albinus@gmx.de>
01d884cf
MA
5582
5583 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5584 space in stat format string.
5585 (tramp-send-command): Unset $PS1 when using here documents, in
5586 order not to get several prompts.
5587 (tramp-get-inline-coding): Return `nil' in case of errors.
5588
08ffb131
DU
55892010-10-21 Daiki Ueno <ueno@unixuser.org>
5590
7c23d9e8
SM
5591 * hexl.el (hexl-mode, hexl-mode-exit):
5592 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
5593 (hexl-revert-buffer-function): New function.
5594 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5595
ba7fdf30
AM
55962010-10-19 Alan Mackenzie <acm@muc.de>
5597
7c23d9e8
SM
5598 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5599 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
5600 that these keywords aren't wrongly matched as identifiers.
5601
ba7fdf30
AM
5602 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5603 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 5604 c-after-change. (Bug#7181)
ba7fdf30 5605
7fd8732d
CY
56062010-10-19 Chong Yidong <cyd@stupidchicken.com>
5607
5608 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5609 Don't mark as safe.
5610
5611 * custom.el (custom-theme-set-variables): Likewise.
5612 (load-theme): Add custom-theme-set-faces and
5613 custom-theme-set-variables to safe-functions while loading.
5614 (custom-enabled-themes): Mark as risky.
5615
3f12b18c
JD
56162010-10-18 Julien Danjou <julien@danjou.info>
5617
5618 * bindings.el: Remove end dashes in default mode-line-format.
5619
b8a47412
CY
56202010-10-19 Chong Yidong <cyd@stupidchicken.com>
5621
5622 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5623 to delete-forward-char.
5624
5625 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5626 deletechar, and hence delete-forward-char.
5627
ca3fa302
JB
56282010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5629
5630 * repeat.el (repeat): Use read-key (bug#6256).
5631
56322010-10-19 Chong Yidong <cyd@stupidchicken.com>
5633
5634 * emacs-lisp/unsafep.el: Don't mark functions that display
5635 messages as safe. Suggested by Johan Bockgård.
5636
56372010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5638
5639 * minibuffer.el (completion--replace): Move point where it belongs
5640 when there's a common suffix (bug#7215).
5641
56422010-10-19 Kenichi Handa <handa@m17n.org>
5643
5644 * international/characters.el: Add category '|' (word breakable)
5645 to fullwidth characters.
5646
3224b54d
MA
56472010-10-19 Michael Albinus <michael.albinus@gmx.de>
5648
5649 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5650 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5651 order to make stat results a float. Patch by Andreas Schwab
5652 <schwab@linux-m68k.org>.
5653
36ba6f07
JD
56542010-10-18 Julien Danjou <julien@danjou.info>
5655
5656 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5657 hidden by `make-pointer-invisible'.
5658
43f964fc
SM
56592010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5660
5661 * files.el (locate-file-completion-table): Strip non-matching elements
5662 before checking length of list (bug#7238).
5663
e48eb343
CY
56642010-10-18 Chong Yidong <cyd@stupidchicken.com>
5665
5666 * custom.el (custom-theme-set-variables): Mark as a safe function.
5667 (load-theme): Check forms using unsafep.
5668
5669 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5670
df987d70
AM
56712010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5672
43f964fc
SM
5673 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5674 Fix aspell data file searching (bug#7230).
df987d70 5675
29a4c45b
CY
56762010-10-16 Chong Yidong <cyd@stupidchicken.com>
5677
5678 * cus-theme.el (custom-theme--migrate-settings): New var.
5679 (customize-create-theme): Allow editing the `user' theme.
5680 (custom-theme-add-variable, custom-theme-add-var-1)
5681 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5682 to the front of each variable or face widget.
5683 (custom-theme-write): Save theme settings in the correct order.
5684 Optionally, remove saved settings from user customizations.
43f964fc
SM
5685 (custom-theme-write-variables, custom-theme-write-faces):
5686 Save only the checked widgets.
29a4c45b
CY
5687 (customize-themes): Add a link for migrating custom settings.
5688
43f964fc
SM
5689 * custom.el (custom-declare-theme, provide-theme):
5690 Use custom-theme-name-valid-p.
29a4c45b
CY
5691 (custom-theme-name-valid-p): Remove checks that are now
5692 unnecessary since themes no longer obey load-path.
5693
5694 * cus-edit.el (custom-variable-value-create): For the simple
5695 style, hide documentation string when hidden.
5696
782b5e8d
CY
56972010-10-16 Chong Yidong <cyd@stupidchicken.com>
5698
647bc502
CY
5699 * cus-edit.el (custom-variable, custom-face): Combine the
5700 :inhibit-magic and :display-style properties into a single
5701 :custom-style property.
43f964fc
SM
5702 (custom-toggle-hide-variable, custom-toggle-hide-face):
5703 New functions. If hiding an edited value, save it to :shown-value.
5704 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
5705 (custom-magic-reset): Allow magic property to be unset.
5706
782b5e8d
CY
5707 * custom.el: Custom themes no longer use load-path.
5708 (custom-theme-load-path): New option. Change built-in theme
5709 directory to etc/.
5710 (custom-enabled-themes): Add custom-theme-load-path dependency.
5711 (custom-theme--load-path): New function.
5712 (load-theme, custom-available-themes): Use it.
5713
5714 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5715 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
5716 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5717 :custom-style property.
782b5e8d
CY
5718
5719 * themes/*.el: Moved to etc/.
5720
99f65cfa
RA
57212010-10-16 Ralf Angeli <angeli@caeruleus.net>
5722
5723 * textmodes/reftex-cite.el
5724 (reftex-extract-bib-entries-from-thebibliography): Do not move
5725 point when searching for \bibitem entries. Match entries with
5726 spaces or tabs in front of arguments.
5727
da16abfc
CY
57282010-10-16 Chong Yidong <cyd@stupidchicken.com>
5729
5730 * cus-theme.el (customize-create-theme): Delete overlays after
5731 erasing. If given a THEME arg, display only the faces of that arg
5732 instead of custom-theme--listed-faces.
5733 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 5734 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
5735 (custom-theme-add-variable, custom-theme-add-face): Apply value
5736 from the theme settings, instead of the current value.
5737 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
5738 (custom-theme-visit-theme): Allow calling outside theme buffers.
5739 (custom-theme-merge-theme): Don't enable the theme when merging.
5740 (custom-theme-write-variables, custom-theme-write-faces): Use the
5741 :shown-value properties to save buffer values, not global ones.
5742 (customize-themes): Display a warning about user customizations.
5743
5744 * cus-edit.el (custom-variable-value-create)
5745 (custom-face-value-create): Obey new special properties
5746 :shown-value and :inhibit-magic.
5747
aa095b2d
MA
57482010-10-15 Michael Albinus <michael.albinus@gmx.de>
5749
5750 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
5751 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
5752 <dale@codefu.org>.
aa095b2d 5753
7ca9cfda
KH
57542010-10-14 Kenichi Handa <handa@m17n.org>
5755
9650fc61
KH
5756 * mail/rmail.el (rmail-show-message-1): Catch an error of
5757 base64-decode-region and just show an error message (bug#7165).
5758
43f964fc 5759 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
5760 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
5761 a font-spec (bug#7197).
5762
220d91b8 57632010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
5764
5765 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
5766
220d91b8 57672010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 5768
c0943d3d
JB
5769 * international/mule.el (define-coding-system):
5770 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
5771 * composite.el (compose-region): Fix typo in docstring.
5772
4983ddea
CY
57732010-10-14 Chong Yidong <cyd@stupidchicken.com>
5774
de43f11b
CY
5775 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
5776 only after checking the theme-face property.
5777
4983ddea
CY
5778 * faces.el (face-spec-reset-face): Reset all attributes in one
5779 single call to set-face-attribute.
5780 (face-spec-match-p): Make it a defsubst.
5781 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
5782 (x-create-frame-with-faces, tty-create-frame-with-faces)
5783 (tty-set-up-initial-frame-faces): Don't recompute face specs in
5784 frame-set-background-mode, since they are recomputed immediately
5785 afterwards in face-set-after-frame-default.
5786 (face-set-after-frame-default): Minor optimization.
5787 (cursor): Provide non-trivial defface spec.
5788
5789 * custom.el (custom-theme-recalc-face): Simplify.
5790
a974dcf2
JB
57912010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
5792
43f964fc 5793 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
5794 (math-is-polynomial, math-is-poly-rec): Replace `var'
5795 with `math-var'.
5796
43f964fc 5797 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
5798 (calcFunc-table, math-scan-for-limits): Replace `var'
5799 with `math-var'.
5800
10e4702a
GM
58012010-10-13 Glenn Morris <rgm@gnu.org>
5802
5803 * subr.el (last): Deal with dotted lists (reported in bug#7174).
5804
88f427d5
SB
58052010-10-13 Stephen Berman <stephen.berman@gmx.net>
5806
5807 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
5808
a1d16a7b
G
58092010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5810
5811 * net/tls.el (tls-program): Remove spurious %s from openssl.
5812 (tls-starttls-switches): Remove starttls hack.
5813 (open-tls-stream): Ditto.
5814 (tls-find-starttls-argument): Ditto.
5815
2e288d54
JB
58162010-10-13 Juanma Barranquero <lekktu@gmail.com>
5817
5818 * image.el (image-library-alist): Declare as obsolete alias.
5819 (image-type-available-p): Use `dynamic-library-alist'.
5820
5821 * term/w32-win.el (dynamic-library-alist):
5822 Use instead of `image-library-alist'.
5823
35744400
IS
58242010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
5825
5826 * subr.el (last): Make it faster. (Bug#7174)
5827
290fe464
RO
58282010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
5829
5830 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
5831
2919746c
CY
58322010-10-12 Chong Yidong <cyd@stupidchicken.com>
5833
5834 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
5835 (describe-theme-1): Extract doc from unloaded themes.
5836
5837 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
5838
5839 * themes/tango-theme.el:
5840 * themes/tango-dark-theme.el:
5841 * themes/wheatgrass-theme.el: New files.
5842
6b09b5d1
CY
58432010-10-12 Chong Yidong <cyd@stupidchicken.com>
5844
5845 * cus-theme.el (describe-theme, customize-themes)
5846 (custom-theme-save): New commands.
5847 (custom-new-theme-mode-map): Bind C-x C-s.
5848 (custom-new-theme-mode): Use custom--initialize-widget-variables.
5849 (customize-create-theme): New optional arg THEME.
5850 (custom-theme-revert): Use it.
5851 (custom-theme-visit-theme): Remove dead code.
5852 (custom-theme-merge-theme): Use custom-available-themes.
5853 (custom-theme-write): Make interactive.
5854 (custom-theme-write): Use custom-theme-name-valid-p.
5855 (describe-theme-1, custom-theme-choose-revert)
5856 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
5857 New funs.
5858 (custom-theme-allow-multiple-selections): New option.
5859 (custom-theme-choose-mode): New major mode.
5860
43f964fc
SM
5861 * custom.el (custom-theme-set-variables): Remove dead code.
5862 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
5863 (custom--inhibit-theme-enable): New var.
5864 (provide-theme): Obey it.
5865 (load-theme): Replace load with manual read/eval, in order to
5866 check for correctness. Use custom-theme-name-valid-p.
5867 (custom-theme-name-valid-p): New function.
5868 (custom-available-themes): Use it.
5869
5870 * cus-edit.el (custom--initialize-widget-variables): New function.
5871 (Custom-mode): Use it.
5872
43f964fc
SM
5873 * cus-face.el (custom-theme-set-faces): Remove dead code.
5874 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
5875
5876 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
5877
16366259
JB
58782010-10-12 Juanma Barranquero <lekktu@gmail.com>
5879
cb7d821e 5880 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 5881
4c14013d 58822010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 5883
4c14013d
JB
5884 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
5885 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
5886 (mac-right-option-modifier): New alias for ns-right-option-modifier.
5887
5888 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 5889
4c14013d 58902010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
5891
5892 * emacs-lisp/lisp.el (lisp-completion-at-point):
5893 Use emacs-lisp-mode-syntax-table for the whole function.
5894
4c14013d 58952010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
5896
5897 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
5898 instead of font-lock-mode before adding keywords.
5899 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
5900 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
5901 non-nil; removed hook inhibit hack.
5902
4c14013d 59032010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 5904
d15f9a2b
GM
5905 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
5906 (load-path-shadows-find): ... to this.
5907 (list-load-path-shadows): Update for above change.
5908
c7d6d8a1
GM
5909 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
5910
f0b7f5a8
KY
59112010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5912
5913 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
5914 Fix comment for declare-function.
5915
05d22d02
CY
59162010-10-11 Chong Yidong <cyd@stupidchicken.com>
5917
5918 * custom.el (custom-fix-face-spec): New function; code moved from
5919 custom-face-edit-fix-value.
5920 (custom-push-theme): Use it when checking if a face has been
5921 changed outside customize.
5922 (custom-available-themes): New function.
5923 (load-theme): Use it.
5924
43f964fc 5925 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
5926
5927 * custom.el (custom-push-theme): Cleanup (use cond).
5928 (disable-theme): Recompute the saved-face property.
5929 (custom-theme-recalc-face): Follow face alias before setting prop.
5930
43f964fc
SM
5931 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5932 New variables, containing checkbox images.
05d22d02
CY
5933
5934 * startup.el (fancy-startup-tail):
5935 * wid-edit.el (checkbox): Use them.
5936
293e7c22
DN
59372010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5938
a0310a6c
DN
5939 * shell.el (shell-mode-map):
5940 * progmodes/modula2.el (m2-mode-map):
5941 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
5942 * play/mpuz.el (mpuz-mode-map):
5943 * play/landmark.el (lm-mode-map):
5944 * play/decipher.el (decipher-mode-map):
5945 * play/5x5.el (5x5-mode-map):
5946 * net/telnet.el (telnet-mode-map):
5947 * net/quickurl.el (quickurl-list-mode-map):
5948 * net/mairix.el (mairix-searches-mode-map):
5949 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
5950 * net/dig.el (dig-mode-map):
5951 * mail/mspools.el (mspools-mode-map):
5952 * hexl.el (hexl-mode-map):
5953 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
5954 (wordstar-C-o-map, wordstar-C-q-map):
5955 * emacs-lisp/edebug.el (edebug-eval-mode-map):
5956 * emacs-lisp/chart.el (chart-map):
5957 * edmacro.el (edmacro-mode-map):
5958 * erc/erc-list.el (erc-list-menu-mode-map):
5959 * array.el (array-mode-map): Declare and define in one step.
5960
293e7c22
DN
5961 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
5962
446b12da
DU
59632010-10-10 Daiki Ueno <ueno@unixuser.org>
5964
5965 * epa.el (epa-passphrase-callback-function): Display filename
5966 passed as the 3rd arg.
43f964fc
SM
5967 * epa-file.el (epa-file-passphrase-callback-function):
5968 Pass filename to epa-passphrase-callback-function.
446b12da 5969
76c16af8
CY
59702010-10-09 Chong Yidong <cyd@stupidchicken.com>
5971
5972 * cus-edit.el (custom-face-widget-to-spec)
5973 (custom-face-get-current-spec, custom-face-state): New functions.
5974 (custom-face-set, custom-face-mark-to-save)
5975 (custom-face-value-create, custom-face-state-set): Use them.
5976
5977 * cus-theme.el (custom-theme--listed-faces): New var.
5978 (customize-create-theme): Use *Custom Theme* as the buffer name.
5979 Set revert-buffer-function. Optional arg BUFFER. Insert all
5980 faces listed in custom-theme--listed-faces.
5981 (custom-theme-revert): New function.
5982 (custom-theme-add-variable, custom-theme-add-face): Insert at the
5983 bottom of the list.
5984 (custom-theme-write): Prompt for theme name if empty.
5985 (custom-theme-write-variables): Use dolist.
5986 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
5987
e15f8aaa
AM
59882010-10-09 Alan Mackenzie <acm@muc.de>
5989
5990 Enhance fontification of declarators to take account of the
5991 presence/absence of "typedef".
5992
5993 * cc-engine.el (c-forward-type): New &optional param
5994 "brace-block-too".
5995 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 5996 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
5997
5998 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
5999 fontification of declarators which follow a "}".
6000 (c-font-lock-declarations): Fontify declarators according to the
6001 presence/absence of "typedef".
6002
6003 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
6004 for "typedef".
6005 (c-typedef-decl-key): New lang variable built from
6006 c-typedef-decl-kwds.
6007
cf321e50
LMI
60082010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6009
77aec221
LMI
6010 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
6011 since that's too annoying. Move the filter groups commands to
6012 TAB/backtab.
6013
7450df5d
LMI
6014 * epa.el (epa-passphrase-callback-function): Say what we're
6015 querying the password for.
6016
cf321e50 6017 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 6018 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 6019
587faadd
CY
60202010-10-08 Chong Yidong <cyd@stupidchicken.com>
6021
6022 * cus-edit.el (custom-commands, custom-buffer-create-internal)
6023 (custom-magic-value-create): Pad button tags with spaces.
6024 (custom-face-edit): New variable.
6025 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
6026 face editor here, instead of using custom-face-selected.
6027 Pass face defaults to custom-face-edit widget.
587faadd
CY
6028 (custom-face-selected, custom-display-unselected): Delete widgets.
6029 (custom-display-unselected-match): Function removed.
43f964fc
SM
6030 (custom-face-set, custom-face-mark-to-save):
6031 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
6032
6033 * wid-edit.el (widget--completing-widget): New var.
6034 (widget-default-complete): Bind it when doing completion.
6035 (widget-string-complete, widget-file-complete): Use it.
6036
a1ab97d0
GM
60372010-10-09 Glenn Morris <rgm@gnu.org>
6038
85d50db7
GM
6039 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
6040 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
6041 (holiday-hebrew-misc): Small simplifications.
6042
3fb78d1f
GM
6043 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
6044
a1ab97d0
GM
6045 * net/browse-url.el: Don't require thingatpt, term, dired,
6046 executable, or w3-auto when compiling.
6047 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
6048 Declare.
6049 (browse-url-text-emacs): Require term.
6050
2187e5bb
AS
60512010-10-08 Andreas Schwab <schwab@linux-m68k.org>
6052
6053 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
6054
e5d49589
GM
60552010-10-08 Glenn Morris <rgm@gnu.org>
6056
5823f53f
GM
6057 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
6058
e5d49589
GM
6059 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
6060 (shadows-compare-text-p): Make it an obsolete alias for...
6061 (load-path-shadows-compare-text): ... new name.
6062 (find-emacs-lisp-shadows): Update for above name change.
6063 (load-path-shadows-same-file-or-nonexistent): New name for the old
6064 shadow-same-file-or-nonexistent.
6065
4628bef1 60662010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
6067
6068 * minibuffer.el (completion--some, completion--do-completion)
6069 (minibuffer-complete-and-exit, minibuffer-completion-help)
6070 (completion-basic-try-completion)
6071 (completion-basic-all-completions)
6072 (completion-pcm--find-all-completions): Use lexical-let to
6073 avoid some false matches in variable completion (Bug#7056)
6074
4628bef1 60752010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
6076
6077 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
6078
4628bef1 60792010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
6080
6081 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
6082 return non-nil if the file exists (Bug#7090).
6083
4628bef1 60842010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
6085
6086 * minibuffer.el (completion--replace):
6087 Better preserve markers (bug#7138).
6088
4628bef1 60892010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
6090
6091 * server.el (server-process-filter): Doc fix.
6092
4628bef1 60932010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
6094
6095 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
6096
e4adf61e
GM
60972010-10-08 Glenn Morris <rgm@gnu.org>
6098
24ac444f
GM
6099 * vc/ediff-wind.el (ediff-setup-control-frame):
6100 * vc/ediff-ptch.el (ediff-default-backup-extension):
6101 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
6102 (ediff-exec-process): Remove system-types emx, windows-95.
6103
e4adf61e
GM
6104 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
6105
61328d7c
CY
61062010-10-07 Chong Yidong <cyd@stupidchicken.com>
6107
6108 * cus-edit.el (custom-variable, custom-face): Doc fix.
6109 (custom-face-edit): Add value-create attribute.
6110 (custom-face-edit-value-create)
43f964fc
SM
6111 (custom-face-edit-value-visibility-action): New functions.
6112 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
6113 (custom-face-edit-deactivate): Show empty values with shadow face.
6114 (custom-face-selected): Only use this for face specs with default
6115 attributes.
6116 (custom-face-value-create): Cleanup.
6117
6118 * wid-edit.el (widget-checklist-value-create): Use dolist.
6119 (widget-checklist-match-find): Make second arg optional.
6120
ac44263a
GM
61212010-10-07 Glenn Morris <rgm@gnu.org>
6122
849b02b4
GM
6123 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
6124 Prefix things.
6125
ac44263a
GM
6126 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
6127 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
6128 load-path-shadows-mode, update references.
06d9ef85
GM
6129 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
6130 Rename variable and button.
6131 (list-load-path-shadows): Update button caller.
ac44263a 6132
29c72a6e
SM
61332010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6134
6135 * emacs-lisp/smie.el (smie-bnf-classify): New function.
6136 (smie-bnf-precedence-table): Use it to remember the closers/openers.
6137 (smie-merge-prec2s): Handle those new entries.
6138 (smie-prec2-levels): Only set precedence to nil for actual
6139 openers/closers.
6140 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
6141 that is now unnecessary.
6142
775f75bc 61432010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
6144
6145 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
6146
7e1e2a6e
GM
61472010-10-07 Glenn Morris <rgm@gnu.org>
6148
58d1ac6d
GM
6149 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
6150 (mail-position-on-field): Remove declarations.
6151 (mail-position-on-field): Autoload it.
6152 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
6153 and mail-header-end. Don't require sendmail.
6154
7b9235ad
GM
6155 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
6156 (shadow-mode): New mode.
6157 (shadow-find-file): New button.
6158 (list-load-path-shadows): Use shadow-mode and buttons.
6159
52da2182
GM
6160 * iimage.el (iimage-version): Remove.
6161 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
6162 Turn into defcustoms.
6163 (iimage-mode-map): Give it a doc string.
6164
7e1e2a6e
GM
6165 * calendar/appt.el (appt-activate): Give a warning rather than an error
6166 if there is no diary-file.
6167
e44eccd7
MA
61682010-10-06 Michael Albinus <michael.albinus@gmx.de>
6169
29c72a6e
SM
6170 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6171 Use `tramp-handle-find-backup-file-name'.
e44eccd7 6172
4583e796
GM
61732010-10-06 Glenn Morris <rgm@gnu.org>
6174
6aecca99
GM
6175 * font-core.el (font-lock-defaults-alist): Remove variable.
6176 (font-lock-mode): Doc fix.
6177 (font-lock-default-function): Do not consult font-lock-defaults-alist.
6178 * font-lock.el (font-lock-refresh-defaults): Doc fix.
6179 (font-lock-set-defaults): Doc fix.
6180 Do not consult font-lock-defaults-alist.
6181
645a6257
GM
6182 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
6183
4583e796
GM
6184 * emacs-lisp/cl.el: No longer provide cl-19.
6185
bd8fadca
MA
61862010-10-05 Michael Albinus <michael.albinus@gmx.de>
6187
6188 * net/tramp.el (tramp-handle-directory-files-and-attributes)
6189 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
6190 New defuns, taken from tramp-smb.el.
6191 (tramp-coding-system-change-eol-conversion)
43f964fc 6192 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 6193
43f964fc 6194 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
6195 (tramp-compat-coding-system-change-eol-conversion)
6196 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
6197 from tramp.el.
6198
6199 * net/tramp-gvfs.el:
6200 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
6201 by `tramp-compat-set-process-query-on-exit-flag'.
6202
43f964fc
SM
6203 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6204 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6205 `tramp-handle-file-exists-p' and
6206 `tramp-handle-file-newer-than-file-p'.
6207 (tramp-imap-handle-file-exists-p)
6208 (tramp-imap-handle-file-executable-p)
6209 (tramp-imap-handle-file-readable-p)
6210 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 6211 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
6212
6213 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
6214 by `tramp-compat-set-process-query-on-exit-flag' and
6215 `tramp-coding-system-change-eol-conversion' by
6216 `tramp-compat-coding-system-change-eol-conversion'.
6217
43f964fc
SM
6218 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6219 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6220 `tramp-handle-file-exists-p' and
6221 `tramp-handle-file-newer-than-file-p'.
6222 (tramp-smb-handle-directory-files-and-attributes)
6223 (tramp-smb-handle-file-exists-p)
43f964fc
SM
6224 (tramp-smb-handle-file-newer-than-file-p): Remove.
6225 (tramp-smb-maybe-open-connection):
6226 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
6227 `tramp-compat-set-process-query-on-exit-flag'.
6228
726c5357
GM
62292010-10-05 Glenn Morris <rgm@gnu.org>
6230
6231 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6232
4a93e698
MA
62332010-10-04 Michael Albinus <michael.albinus@gmx.de>
6234
6235 Continue reorganization of load dependencies. (Bug#7156)
6236
6237 * net/tramp.el (tramp-handle-file-local-copy-hook)
6238 (tramp-delete-temp-file-function): Move down.
6239 (tramp-exists-file-name-handler): Move up.
6240 (tramp-register-file-name-handlers): Simplify autoload.
6241 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6242 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6243 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6244 (tramp-handle-file-name-completion)
6245 (tramp-handle-file-name-directory)
6246 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6247 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6248 (tramp-handle-find-backup-file-name)
6249 (tramp-handle-insert-file-contents, tramp-handle-load)
6250 (tramp-handle-substitute-in-file-name)
6251 (tramp-handle-unhandled-file-name-directory)
6252 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 6253 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
6254
6255 * net/tramp-gvfs.el (top):
6256 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6257
6258 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6259 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6260
b4593555
GM
62612010-10-04 Glenn Morris <rgm@gnu.org>
6262
6263 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6264 (appt-activate): Give status messages.
6265
8762aa10
TZ
62662010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6267
6268 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6269 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
6270 `gnutls-negotiate' (formerly `starttls-negotiate').
6271 Remove trivial wrapper `starttls-open-stream'.
8762aa10 6272
82fb8701
DN
62732010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6274
6275 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6276 log-outgoing commands.
6277 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6278 to create a buffer local revert-buffer-function variable.
6279 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6280 revert-buffer-function lambda.
6281
c1ae068b
LMI
62822010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6283
6284 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
6285 `gnutls-boot'. Make TYPE the only required parameter.
6286 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
6287 (open-ssl-stream): Use it.
6288
67141a37
GM
62892010-10-03 Glenn Morris <rgm@gnu.org>
6290
77f38949
GM
6291 * subr.el (directory-sep-char): Remove obsolete variable.
6292 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6293 it is "necessary".
6294
67141a37
GM
6295 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6296 * vc/vc.el (vc-static-header-alist): Doc fix.
6297 * vc/vc-cvs.el (vc-cvs-header):
6298 * vc/vc-rcs.el (vc-rcs-header):
6299 * vc/vc-sccs.el (vc-sccs-header):
6300 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6301 * obsolete/vc-mcvs.el (vc-mcvs-header):
6302 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6303 on XEmacs.
6304
96bcef2e
CY
63052010-10-03 Chong Yidong <cyd@stupidchicken.com>
6306
43f964fc
SM
6307 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6308 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 6309
ef47f179
GM
63102010-10-03 Glenn Morris <rgm@gnu.org>
6311
01c35094 6312 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
0437978e 6313
aee3c6f7
GM
6314 * textmodes/rst.el (rst-font-lock-keywords-function):
6315 Drop Emacs 20 code.
6316
f88cd114
GM
6317 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6318
6abfe35f
GM
6319 * printing.el: Drop Emacs 20 code.
6320
59e31cfa
GM
6321 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6322 without having used appt.el already).
6323
922ad43e
GM
6324 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6325 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6326 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6327 XEmacs.
6328 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6329 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6330
ef47f179
GM
6331 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6332 (charset-width, find-charset-region, chars-in-region, forward-point)
6333 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6334 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6335 Remove compatibility cruft (none of these are used by ps*.el).
6336
ac6ca7ba
KR
63372010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6338
6339 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6340
2a847524
CY
63412010-10-03 Chong Yidong <cyd@stupidchicken.com>
6342
43f964fc
SM
6343 * server.el (server-process-filter, server-return-error):
6344 Give emacsclient time to shut down after receiving an error string.
2a847524 6345
4bc3c53d
MA
63462010-10-02 Michael Albinus <michael.albinus@gmx.de>
6347
6348 * files.el (remote-file-name-inhibit-cache): New defcustom.
6349
43f964fc
SM
6350 * time.el (display-time-file-nonempty-p):
6351 Use `remote-file-name-inhibit-cache'.
4bc3c53d 6352
43f964fc
SM
6353 * net/tramp.el (tramp-completion-reread-directory-timeout):
6354 Fix docstring.
4bc3c53d
MA
6355
6356 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6357 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6358 `remote-file-name-inhibit-cache'. Check also for an integer
6359 value. Add/increase counter when `tramp-verbose' >= 10.
6360 (tramp-set-file-property): Add/increase counter when
6361 `tramp-verbose' >= 10.
6362
6363 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6364 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6365 (tramp-bug): Set tramp-autoload cookie. Report all interned
6366 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6367 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6368 characters only in strings.
6369
6370 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6371 to backward compatibility.
6372
6373 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6374 (tramp-handle-file-name-all-completions)
43f964fc
SM
6375 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6376 (tramp-open-connection-setup-interactive-shell):
6377 Call `tramp-cleanup-connection' directly.
4bc3c53d 6378
9c524fcb
GM
63792010-10-02 Glenn Morris <rgm@gnu.org>
6380
3226d6ca
GM
6381 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6382
6383 * subr.el (char-bytes): Remove obsolete function.
6384
6385 * isearch.el (isearch-return-char): Remove obsolete function.
6386
6387 * mouse.el: No longer provide mldrag.
6388 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6389 Remove obsolete aliases.
6390
6391 * comint.el (comint-kill-output): Remove obsolete alias.
6392
6393 * composite.el (decompose-composite-char): Remove obsolete function.
6394 * ps-def.el (decompose-composite-char): Remove unused function.
6395
6396 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6397
6398 * outline.el (outline-visible): Remove obsolete function.
6399
6400 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6401 * faces.el (internal-find-face, internal-get-face)
6402 (frame-update-faces, frame-update-face-colors)
6403 (x-frob-font-weight, x-frob-font-slant)
6404 (internal-frob-font-weight, internal-frob-font-slant)
6405 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6406 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6407 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6408 since Emacs 21.1.
6409 * emulation/viper-util.el (viper-get-face):
6410 * obsolete/lucid.el (find-face, get-face): Use facep.
6411 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6412 Remove unused functions.
6413 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6414
9c524fcb
GM
6415 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6416 delete tempfile if interrupted during compilation.
6417
aecb42aa
LMI
64182010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6419
6420 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6421 gnutls-cli.
6422 (tls-program): Add --insecure to be consistent with the defaults from
6423 openssl s_client. Now all three commands are insecure.
6424
73077a9a
EZ
64252010-10-01 Eli Zaretskii <eliz@gnu.org>
6426
6427 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6428 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6429 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6430
1ef075bb
GM
64312010-10-01 Glenn Morris <rgm@gnu.org>
6432
1fcaf927
GM
6433 * obsolete/sc.el: Remove file.
6434
1ef075bb
GM
6435 * files.el (temporary-file-directory): On darwin, also try
6436 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6437
a16f5f64
JB
64382010-10-01 Juanma Barranquero <lekktu@gmail.com>
6439
6440 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6441 Let's not break compatibility gratuitously, shall we?
6442
6b958814
G
64432010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6444
47e08896 6445 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
6446 (tls-find-starttls-argument): Use it.
6447 (open-tls-stream): Ditto.
6448
47e08896 6449 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
6450 entry.
6451 (netrc-machine): Ditto.
6452
cad90f3b
EZ
64532010-09-30 Eli Zaretskii <eliz@gnu.org>
6454
6455 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6456
968ef9b4
JB
64572010-09-30 Juanma Barranquero <lekktu@gmail.com>
6458
6459 * server.el (server-start): Don't write pid to the authentication file.
6460 (server-create-tty-frame): Don't send pid.
6461 (server-process-filter): Send pid at the start of every connection.
6462
3536dea8
GM
64632010-09-30 Glenn Morris <rgm@gnu.org>
6464
8e378d88
GM
6465 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6466 (show-all-diary-entries): Remove obsolete function aliases.
6467
3536dea8
GM
6468 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6469 Remove options, obsolete since 22.1.
6a7662bb
BR
6470 (appt-display-format, appt-display-message):
6471 Remove backwards-compatibility code.
3536dea8
GM
6472 (appt-check): No longer check appt-issue-message.
6473 (appt-make-list): No longer autoload it. Doc fix. No longer
6474 activate the package.
6475
df7fcaff
LMI
64762010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6477
6478 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
6479 (starttls-negotiate): Just call boot, and let the handshake be
6480 triggered from the read loop.
df7fcaff 6481
c2828614
GM
64822010-09-29 Glenn Morris <rgm@gnu.org>
6483
17a46341
GM
6484 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6485 not displaying the diary.
6486 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6487 * calendar/appt.el (appt-check): No longer need to kill diary.
6488
7161e329
GM
6489 * calendar/diary-lib.el (diary-list-entries): Move the
6490 "Preparing..." message entirely here.
6491 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6492 messages to diary-list-entries.
6493 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6494 diary-display-function.
6495
d0de6cba
GM
6496 * calendar/diary-lib.el (diary-include-other-diary-files):
6497 Trap some recursive includes.
6498
c2828614
GM
6499 * calendar/appt.el (appt-activate): Check diary file.
6500
0c43b6f8
KY
65012010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6502
6503 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6504 construction.
6505
6506 * calendar/time-date.el: No need to require cl for Emacs 21.
6507
97ce2730
GM
65082010-09-28 Glenn Morris <rgm@gnu.org>
6509
6510 * calendar/appt.el (appt-check): Minor simplification.
6511
e0a185ae
KY
65122010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6513
6514 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6515 citation prefix.
6516
c19f76a1
AS
65172010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6518
95b6d681
JB
6519 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6520 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 6521
fd057fd2
KH
65222010-09-27 Kenichi Handa <handa@m17n.org>
6523
6524 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6525 "ustar" format.
6526
368b3544
KH
65272010-09-27 Kenichi Handa <handa@m17n.org>
6528
6529 * international/mule.el (define-coding-system): Docstring fixed.
6530
6531 * international/mule-diag.el (describe-character-set): Use princ
6532 with proper print-length and print-level instead of insert.
6533
95b6d681 65342010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
6535
6536 * window.el (walk-windows): Doc fix (bug#7105).
6537
99368725
SM
65382010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6539
6540 * emacs-lisp/float-sup.el (e): Remove.
6541
8ed70bf3
LMI
65422010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6543
6544 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6545 variable.
6546 (starttls-negotiate): Use it.
6547
d2e9d0bb
LMI
65482010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6549
6550 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6551 back.
6552
15413fb4
SM
65532010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6554
6555 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6556
1821a7b4
LMI
65572010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6558
6303aba1
LMI
6559 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6560
1821a7b4
LMI
6561 * net/netrc.el (netrc-store-data): New function.
6562
8af55556
TZ
65632010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6564
6565 * net/gnutls.el: GnuTLS glue code to set up a connection.
6566
42343747
JD
65672010-09-25 Julien Danjou <julien@danjou.info>
6568
6569 * notifications.el: Call dbus-register-signal only if it is bound.
6570
ec60da52
GM
65712010-09-25 Glenn Morris <rgm@gnu.org>
6572
6573 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6574 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6575 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6576 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6577 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6578 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6579 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6580 * eshell/esh-util.el, eshell/esh-var.el:
6581 Remove leading `*' from docs of faces and defcustoms.
6582
4c964351
UM
65832010-09-25 Ulrich Mueller <ulm@gentoo.org>
6584
6585 * eshell/em-ls.el (eshell-ls-archive-regexp):
6586 * eshell/esh-util.el (eshell-tar-regexp):
6587 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6588 * info.el (Info-suffix-list):
6589 * international/mule.el (auto-coding-alist):
6590 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6591 * progmodes/etags.el (tags-compression-info-list):
6592 Support xz compression.
6593
41f54b73
CY
65942010-09-25 Chong Yidong <cyd@stupidchicken.com>
6595
6596 * files.el (get-free-disk-space): Don't assume the "df" output
6597 columns line up (Bug#6995).
6598
40b1a3a9
JB
65992010-09-25 Juanma Barranquero <lekktu@gmail.com>
6600
6601 * finder.el (finder-unknown-keywords):
6602 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6603 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6604
ba3033ee
JB
66052010-09-25 Juanma Barranquero <lekktu@gmail.com>
6606
6607 * server.el (server-start): Revert part of 2010-08-08 change. Using
6608 address 127.0.0.1 for local host is now done in Fmake_network_process.
6609
5e339ee2
GM
66102010-09-24 Glenn Morris <rgm@gnu.org>
6611
6612 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6613 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6614 * textmodes/css-mode.el, textmodes/dns-mode.el:
6615 Move autoloaded auto-mode-alist entries to files.el.
6616 * files.el (auto-mode-alist): Move entries here.
6617
af3ccb5c
GM
66182010-09-23 Glenn Morris <rgm@gnu.org>
6619
6620 * isearch.el (isearch-lazy-highlight-cleanup)
6621 (isearch-lazy-highlight-initial-delay)
6622 (isearch-lazy-highlight-interval)
6623 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6624 * net/net-utils.el (ipconfig-program-options):
6625 Move aliases to options before the associated definitions.
6626
266a86bd 66272010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
6628
6629 * newcomment.el (comment-normalize-vars): Better test validity of
6630 comment-end-skip.
6631
27ffea71 66322010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
6633
6634 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6635 (float-e): New name for `e'.
6636 (degrees-to-radians, radians-to-degrees):
6637 * calendar/solar.el (solar-longitude):
6638 * calculator.el (calculator-registers, calculator-funcall):
6639 * textmodes/artist.el (artist-spray-random-points):
6640 * play/bubbles.el (bubbles--initialize-images): Use new names.
6641
27ffea71 66422010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
6643
6644 Update to CEDET 1.0's version of EIEIO.
6645
9e0d4f9e
SM
6646 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6647 New function.
a2930e43
EL
6648 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6649 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6650 (class-precedence-list): If class is nil, return nil.
6651 (eieio-generic-call): If class of first input arg is nil, don't
6652 look up static methods, and do check for primary methods.
6653 (initialize-instance): See if the default needs to be evaluated
6654 during the constructor.
6655 (eieio-perform-slot-validation-for-default): Don't do the check
6656 for values that will eventually be evaluated.
6657 (eieio-eval-default-p): New function.
6658 (eieio-default-eval-maybe): Use it.
6659
27ffea71 66602010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
6661
6662 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6663 method-invocation-order.
6664 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6665 (eieio-class-precedence-dfs): Compute class precedence list using
6666 dfs algorithm.
6667 (eieio-class-precedence-bfs): Compute class precedence list using
6668 bfs algorithm.
9e0d4f9e 6669 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
6670 c3 algorithm.
6671 (class-precedence-list): New function.
6672 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6673 (inconsistent-class-hierarchy): New error symbol.
6674 (call-next-method): Stow the replacement argument list for future
6675 call-next-method invocations.
6676
266a86bd 66772010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 6678
ea7f9ebf
GM
6679 * calendar/appt.el (appt-check): If not displaying the diary,
6680 use (diary 1) to only get the entries we need.
6681 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6682 that it is in day order. (Bug#7019)
6683
1bf6d075
GM
6684 * calendar/appt.el (appt-check): Rather than showing the diary,
6685 just turn off invisible display, and only if needed.
6686
87e798a7
GM
6687 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6688
1fc7dabf
GM
66892010-09-23 Glenn Morris <rgm@gnu.org>
6690
7a16788b
GM
6691 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6692 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 6693 Start warnings with lower-case, like the majority.
7a16788b 6694
19543b17
GM
6695 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6696
54238e6d
GM
6697 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6698
ce009d0b
GM
6699 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6700 * files.el (auto-mode-alist): Move ld-script entries here, further down
6701 the list.
6702
7b344dfe
GM
6703 * vc/add-log.el: Don't require timezone when compiling.
6704 (timezone-make-date-sortable): Autoload it.
6705 (change-log-sortable-date-at): Don't require timezone.
6706 Use `ignore-errors'.
6707
d9703498
GM
6708 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6709 Move alias before definition, so it does not need autoloading.
6710
1fc7dabf
GM
6711 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6712 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6713 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6714 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6715 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6716 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6717 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6718 * textmodes/tex-mode.el, textmodes/two-column.el:
6719 Remove leading `*' from docs of defcustoms etc.
6720
7676efad
TZ
67212010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6722
6723 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6724
b069e5a6
G
67252010-09-22 Dan Christensen <jdc@uwo.ca>
6726
6727 * calendar/time-date.el (date-to-time): Try using parse-time-string
6728 first before using the slower timezone-make-date-arpa-standard.
6729
1bf68d53
KY
67302010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6731
6732 * calendar/time-date.el (format-seconds): Comment fix.
6733
cd205c76
GM
67342010-09-22 Glenn Morris <rgm@gnu.org>
6735
6736 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6737 is not automatically buffer-local.
6738
4ddea91b
SM
67392010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6740
6741 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
6742 (smie-indent-comment): Be more careful with comment-start-skip.
6743 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
6744 (smie-indent-functions): Use them.
6745
b0f037ed
MA
67462010-09-21 Michael Albinus <michael.albinus@gmx.de>
6747
6748 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
6749
8cf1771a
JD
67502010-09-21 Jan Djärv <jan.h.d@swipnet.se>
6751
36a1b6db
JD
6752 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
6753 tool-bar-position. Don't modify frame parameters here.
180fb94a 6754 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 6755
8cf1771a
JD
6756 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
6757
0097720d
SM
67582010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6759
5d8e0d5d
SM
6760 * textmodes/reftex-parse.el (reftex-what-macro)
6761 (reftex-context-substring): Let-bind forward-sexp-function to nil
6762 since we don't need/want to treat \begin...\end as a block (bug#7053).
6763
984edd22
SM
6764 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
6765
6766 * simple.el (blink-matching-open): Use syntax-class.
6767
3672149f
SM
6768 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
6769 Set invisibility spec for pascal's outline mode.
6770 (pascal-outline-change): Clean up calling convention.
6771 (pascal-show-all, pascal-hide-other-defuns): Update callers.
6772
549d0e1e
SM
6773 * progmodes/prolog.el (prolog-smie-forward-token)
6774 (prolog-smie-backward-token): New functions.
6775 (prolog-mode-variables): Use them to parse "!," correctly.
6776 Set up smie-blink-matching for ".".
6777
a9cb95dd
SM
6778 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
6779 and `end'.
6780 (ispell-region, ispell-process-line): Update users.
6781
de558d10
SM
6782 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
6783 point-min==1.
6784
94eb3112
SM
6785 * textmodes/ispell.el: Fix commenting convention.
6786 (ispell-parse-output): Simplify, use push.
6787 (ispell-region): Use match-string-no-properties.
6788 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
6789 (ispell-minor-mode): Use define-minor-mode.
6790 (ispell-message): Remove unused var `skip-regexp'.
6791 (ispell-add-per-file-word-list): Use dynamic let-binding.
6792 Try and use the proper comment marker.
6793
1f7f45a5
SM
6794 * mail/sendmail.el: Fix commenting convention.
6795 (sendmail-send-it): Use line-beginning-position.
6796
0097720d
SM
6797 * help-fns.el (describe-variable): Add original value, if applicable.
6798
596880ea
JB
67992010-09-20 Juanma Barranquero <lekktu@gmail.com>
6800
f0713411
JB
6801 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
6802
596880ea
JB
6803 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
6804
37c0347e
SM
68052010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6806
2bc01104
SM
6807 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
6808 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
6809 (smie-prec2-levels): Use them to better diagnose precedence cycles.
6810 (smie-blink-matching-check): Don't signal a mismatch if car is t.
6811 (smie-blink-matching-open): Rewrite to remove assumptions, so that
6812 something like "." can also be a closer.
6813 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
6814 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
6815 Rename internal functions to use "--". Update callers.
6816
e2c3f530
SM
6817 * frame.el (make-frame-names-alist): Don't list frames on other displays.
6818
37c0347e
SM
6819 * fringe.el (fringe-styles): New var.
6820 (fringe-mode, fringe-query-style): Use it.
6821
74790210
MM
68222010-09-18 Michael R. Mauger <mmaug@yahoo.com>
6823
6824 * progmodes/sql.el: Version 2.8
93acd23d 6825 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
6826 (sql-product-alist): Add :list-all and :list-table features for
6827 SQLite, Postgres and MySQL products.
6828 (sql-redirect): Handle default value.
6829 (sql-execute, sql-execute-feature): New functions.
6830 (sql-read-table-name): New function.
93acd23d 6831 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
6832 (sql-mode-map, sql-interactive-mode-map): Add key definitions
6833 for above functions.
6834 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
6835 for above functions.
6836 (sql-postgres-login-params): Add user and database defaults.
6837 (sql-buffer-live-p): Bug fix.
93acd23d 6838 (sql-product-history): New variable.
35f52ed6 6839 (sql-read-product): New function. Use it.
74790210
MM
6840 (sql-set-product, sql-product-interactive): Use it.
6841 (sql-connection-history): New variable.
93acd23d 6842 (sql-read-connection): New function. Use it.
74790210
MM
6843 (sql-connect): New function.
6844 (sql-for-each-login): Redesign function interface.
6845 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
6846 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
6847 (sql-comint): Check for program. Existing live buffer.
74790210
MM
6848 (sql-comint-postgres): Add port parameter.
6849
cec01cd2
SM
68502010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6851
6852 * emacs-lisp/warnings.el: Fix commenting convention.
6853 (display-warning): Use special mode and make the buffer read-only.
6854
c2a845b5
JB
68552010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
6856
6857 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
6858 empty string when it follows a repeated or optional pattern.
6859
f5632fb6
SM
68602010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6861
6862 * indent.el (indent-according-to-mode): Apply syntax-propertize.
6863 (indent-region): Use indent-according-to-mode.
6864
71b961e8
EZ
68652010-09-18 Eli Zaretskii <eliz@gnu.org>
6866
6867 * fringe.el (fringe-mode): Doc fix.
6868
dbbd7ad4
KRC
68692010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
6870
6871 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
6872 refreshing the preview buffer.
6873
b879a6e2
SM
68742010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6875
6876 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
6877 (latex-syntax-propertize-rules): New consts; replace
6878 tex-font-lock-syntactic-keywords.
6879 (tex-env-mark, latex-env-before-change): New functions.
6880 (latex-electric-env-pair-mode): New minor mode.
6881 (tex-font-lock-verb): Change arguments; do move point.
6882 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
6883 representation as a form of comment.
6884 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
6885 (doctex-syntax-propertize-rules): New const; replaces
6886 doctex-font-lock-syntactic-keywords.
6887 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
6888
6889 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
6890 (fortran-make-syntax-propertize-function): New function; replaces
6891 fortran-font-lock-syntactic-keywords.
6892 (fortran-mode): Use it.
6893 (fortran-line-length): Use it. Improve interactive spec.
6894
6895 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
6896 (syntax-propertize-rules): Add var-ref case. Fix offset computation
6897 when adding surrounding \(..\).
6898
6899 * progmodes/js.el (js-mode): Fix last change (bug#7054).
6900
4be520fb
SM
69012010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6902
269c197e
SM
6903 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
6904 Use with-current-buffer.
6905
4be520fb
SM
6906 * isearch.el (isearch-face): Rename from `isearch'.
6907 (isearch-highlight): Use new name.
6908
a67597d6
EZ
69092010-09-17 Eli Zaretskii <eliz@gnu.org>
6910
6911 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
6912 5, for `half' width fringes. (Bug#6933)
6913
31c381e8
SM
69142010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6915
3fe6ef4e
SM
6916 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6917 (byte-compile-defvar): "foo/bar" does not lack a prefix.
6918
31c381e8
SM
6919 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
6920
fb0cf781
J
69212010-09-17 Stephen Berman <stephen.berman@gmx.net>
6922
6923 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
6924 in calculating new frame position. Add more space between new and
6925 parent on the left (Bug#7048).
6926
1a9dc3b5
MA
69272010-09-17 Michael Albinus <michael.albinus@gmx.de>
6928
6929 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
6930 defmacro.
6931
dff0fdc3
CY
69322010-09-16 Chong Yidong <cyd@stupidchicken.com>
6933
31c381e8 6934 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 6935
117c96c7
CY
6936 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
6937 obsolete alias for x-selection-value.
6938
dff0fdc3
CY
6939 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
6940
c6f2191f
MA
69412010-09-16 Michael Albinus <michael.albinus@gmx.de>
6942
6943 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
6944 cookie.
6945
6139f995
MA
69462010-09-15 Michael Albinus <michael.albinus@gmx.de>
6947
6948 * net/tramp-compat.el (tramp-compat-with-temp-message)
6949 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
6950 (tramp-compat-process-put): New defuns.
6951
6952 * net/tramp.el (top):
6953 * net/tramp-gvfs.el (top):
6954 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
6955
31c381e8
SM
6956 * net/tramp.el (tramp-progress-reporter-update):
6957 Use `tramp-compat-funcall'.
6139f995
MA
6958
6959 * net/tramp.el (tramp-process-actions):
0dc3e410
MA
6960 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
6961 * net/tramp-sh.el (tramp-handle-vc-registered)
31c381e8
SM
6962 (tramp-get-remote-stat, tramp-get-remote-readlink):
6963 Use `tramp-compat-with-temp-message'.
6139f995
MA
6964
6965 * net/tramp-sh.el (top): Require 'cl.
6966 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
6967 (tramp-open-connection-setup-interactive-shell):
6968 Use `tramp-compat-process-put'.
6139f995 6969
22c3ce97
AM
69702010-09-15 Alan Mackenzie <acm@muc.de>
6971
6972 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
6973 indentation.
a4ee83cc 6974 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 6975
4f1e9960
SM
69762010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6977
6978 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6979 `lexical' for warnings related to lexical scoping.
6980 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
6981 global vars which don't have a prefix and could hence affect lexical
6982 scoping in unrelated files.
6983
01e80360
LMI
69842010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6985
6986 * net/imap.el: Revert back to version
6987 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6988 seem problematic.
6989
5e2a84e3
JB
69902010-09-14 Juanma Barranquero <lekktu@gmail.com>
6991
6992 * obsolete/old-whitespace.el (whitespace-unload-function):
6993 Explicitly pass `obarray' to `unintern' to avoid a warning.
6994
f3a30a50
SM
69952010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6996
6997 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
6998 Add `when' argument. Update callers.
6999
7000 * subr.el (unintern): Declare the obarray arg mandatory.
7001
92b99a01
GM
70022010-09-14 Glenn Morris <rgm@gnu.org>
7003
67ae9766
GM
7004 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
7005 Doc fixes.
7006
92b99a01
GM
7007 * calendar/diary-lib.el (diary-included-files): New variable.
7008 (diary-list-entries): Maybe initialize diary-included-files.
7009 (diary-include-other-diary-files): Append to diary-included-files.
7010 * calendar/appt.el (appt-update-list): Also check the members of
7011 diary-included-files. (Bug#6999)
08151ec5 7012 (appt-check): Doc fix.
92b99a01 7013
6664fc59 70142010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
7015
7016 * simple.el (line-move-visual): Do not truncate goal column to
7017 integer size. (Bug#7020)
7018
6664fc59 70192010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
7020
7021 * repeat.el (repeat): Allow repeating when the last event is a click.
7022 Suggested by Drew Adams (bug#6256).
7023
6664fc59 70242010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd 7025
01c35094 7026 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
681b88dd
SM
7027 Replace setting HGRCPATH to "" by some less invasive --config options.
7028
6664fc59 70292010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
7030
7031 * font-lock.el (font-lock-beginning-of-syntax-function):
7032 Mark as obsolete.
7033
6664fc59 70342010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
7035
7036 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
7037 and tool-bar modes. (Bug#6211)
7038 (menu-bar-mode): Move setting of standard-value after the
7039 minor-mode definition, otherwise it seems to have no effect.
7040
6664fc59 70412010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
7042
7043 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
7044 Fix typo. (Bug#6976)
7045
6664fc59 70462010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
7047
7048 * whitespace.el: Allow cleaning up blanks without blank
7049 visualization (Bug#6651). Adjust help window for
7050 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
7051 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
7052 (whitespace-style): Add new value 'face. Adjust docstring.
7053 (whitespace-space, whitespace-hspace, whitespace-tab):
7054 Adjust foreground property face.
9c405a86
CY
7055 (whitespace-line-column): Adjust docstring and type declaration.
7056 (whitespace-style-value-list, whitespace-toggle-option-alist)
7057 (whitespace-help-text): Adjust const initialization.
7058 (whitespace-toggle-options, global-whitespace-toggle-options):
7059 Adjust docstring.
7060 (whitespace-display-window, whitespace-interactive-char)
7061 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7062 (whitespace-help-scroll): New fun.
7063
ba96ddf5
KY
70642010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7065
7066 * calendar/time-date.el (format-seconds): Comment fix.
7067
a386ac70
MM
70682010-09-13 Michael R. Mauger <mmaug@yahoo.com>
7069
7070 * progmodes/sql.el: Version 2.7.
7071 (sql-buffer-live-p): Improve detection.
7072 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7073 (sql-set-sqli-buffer): Use it.
7074 (sql-product-interactive): Run `sql-set-sqli-hook'.
7075 (sql-rename-buffer): Code cleanup.
7076 (sql-redirect, sql-redirect-value): New functions. More to come.
7077
5d921df2
JB
70782010-09-13 Juanma Barranquero <lekktu@gmail.com>
7079
7080 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.
7081 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7082 (TRAMP_SRC): New macro.
7083 ($(lisp)/net/tramp-loaddefs.el): New target.
7084
03c1ad43
MA
70852010-09-13 Michael Albinus <michael.albinus@gmx.de>
7086
7087 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
7088
7089 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
7090
7091 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
7092 'tramp-compat, everything else is required there.
7093 Use `ignore-errors' where appropriate.
03c1ad43
MA
7094 (tramp-inline-compress-start-size, tramp-copy-size-limit)
7095 (tramp-terminal-type, tramp-end-of-output)
7096 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
7097 (tramp-completion-function-alist-ssh)
7098 (tramp-completion-function-alist-telnet)
7099 (tramp-completion-function-alist-su)
7100 (tramp-completion-function-alist-putty, tramp-remote-path)
7101 (tramp-remote-process-environment, tramp-sh-extra-args)
7102 (tramp-actions-before-shell, tramp-uudecode)
7103 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
7104 (tramp-perl-file-attributes)
7105 (tramp-perl-directory-files-and-attributes)
7106 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
7107 (tramp-perl-encode, tramp-perl-decode)
7108 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
7109 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
7110 (tramp-handle-make-symbolic-link, tramp-handle-load)
7111 (tramp-handle-file-name-as-directory)
7112 (tramp-handle-file-name-directory)
7113 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7114 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
7115 (tramp-do-file-attributes-with-ls)
7116 (tramp-do-file-attributes-with-perl)
7117 (tramp-do-file-attributes-with-stat)
7118 (tramp-handle-set-visited-file-modtime)
7119 (tramp-handle-verify-visited-file-modtime)
7120 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
7121 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
7122 (tramp-handle-file-selinux-context)
7123 (tramp-handle-set-file-selinux-context)
7124 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
7125 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
7126 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
7127 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
7128 (tramp-handle-file-ownership-preserved-p)
7129 (tramp-handle-directory-file-name, tramp-handle-directory-files)
7130 (tramp-handle-directory-files-and-attributes)
7131 (tramp-do-directory-files-and-attributes-with-perl)
7132 (tramp-do-directory-files-and-attributes-with-stat)
7133 (tramp-handle-file-name-all-completions)
7134 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
7135 (tramp-handle-copy-file, tramp-handle-copy-directory)
7136 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
7137 (tramp-do-copy-or-rename-file-via-buffer)
7138 (tramp-do-copy-or-rename-file-directly)
7139 (tramp-do-copy-or-rename-file-out-of-band)
7140 (tramp-handle-make-directory, tramp-handle-delete-directory)
7141 (tramp-handle-delete-file)
7142 (tramp-handle-dired-recursive-delete-directory)
7143 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
7144 (tramp-handle-insert-directory)
7145 (tramp-handle-unhandled-file-name-directory)
7146 (tramp-handle-expand-file-name)
7147 (tramp-handle-substitute-in-file-name)
7148 (tramp-handle-executable-find, tramp-process-sentinel)
7149 (tramp-handle-start-file-process, tramp-handle-process-file)
7150 (tramp-handle-call-process-region, tramp-handle-shell-command)
7151 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
7152 (tramp-handle-insert-file-contents)
7153 (tramp-handle-insert-file-contents-literally)
7154 (tramp-handle-find-backup-file-name)
7155 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
7156 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
7157 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
7158 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
7159 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
7160 (tramp-find-file-exists-command, tramp-open-shell)
7161 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
7162 (tramp-open-connection-setup-interactive-shell)
7163 (tramp-local-coding-commands, tramp-remote-coding-commands)
7164 (tramp-find-inline-encoding, tramp-call-local-coding-command)
7165 (tramp-inline-compress-commands, tramp-find-inline-compress)
7166 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 7167 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
7168 (tramp-send-command-and-check, tramp-barf-unless-okay)
7169 (tramp-send-command-and-read, tramp-mode-string-to-int)
7170 (tramp-convert-file-attributes, tramp-check-cached-permissions)
7171 (tramp-file-mode-from-int, tramp-file-mode-permissions)
7172 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
7173 (tramp-method-out-of-band-p, tramp-local-host-p)
7174 (tramp-get-remote-path, tramp-get-remote-tmpdir)
7175 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
7176 (tramp-get-test-command, tramp-get-test-nt-command)
7177 (tramp-get-file-exists-command, tramp-get-remote-ln)
7178 (tramp-get-remote-perl, tramp-get-remote-stat)
7179 (tramp-get-remote-readlink, tramp-get-remote-trash)
7180 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
7181 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 7182 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
7183 tramp-sh.el.
7184 (tramp-methods, tramp-default-method-alist)
7185 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
7186 Move initialization to tramp-sh.el.
7187 (tramp-temp-name-prefix): Make it a defconst.
7188 (tramp-dissect-file-name): Don't check anymore for multi-hop
7189 methods.
7190 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 7191 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
7192 (tramp-get-debug-buffer): Use it.
7193
7194 * net/tramp-cache.el (top): Set tramp-autoload cookie for
7195 initialization forms.
7196 (tramp-set-connection-property): Don't protect `tramp-message'
7197 call, it isn't necessary any longer.
7198 (tramp-dump-connection-properties): Use `ignore-errors'.
7199
7200 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
7201 'password-cache and 'auth-source.
7202
7203 * net/tramp-gvfs.el (top):
7204 * net/tramp-smb.el (top): Require 'tramp-sh.
7205
7206 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
7207
7208 * net/tramp-sh.el: New file, derived from tramp.el.
7209 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 7210 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
7211 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
7212 Use `ignore-errors' where appropriate.
7213 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
7214 `tramp-file-name-handler-alist'.
7215 (tramp-send-command-and-check): Return t or nil. Remove all
7216 `zerop' checks, where called.
7217 (tramp-handle-set-file-modes)
7218 (tramp-do-copy-or-rename-file-directly)
7219 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 7220 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
7221 (tramp-sh-file-name-handler, tramp-send-command-and-check)
7222 (tramp-get-remote-ln): Set tramp-autoload cookie.
7223
7224 * net/tramp-fish.el: Remove file.
7225
c5fe4acb
DU
72262010-09-13 Daiki Ueno <ueno@unixuser.org>
7227
7228 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7229 buffer-file-name to avoid file-locking. (Bug#7026)
7230
7ea2d383
MA
72312010-09-13 Julien Danjou <julien@danjou.info>
7232
7233 * notifications.el (notifications-notify): Add support for
7234 image-path and sound-name.
7235 (notifications-specification-version): Add this variable.
7236
5616cc54
SM
72372010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7238
31c381e8 7239 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 7240
94c7243b
LL
72412010-09-12 Leo <sdl.web@gmail.com>
7242
7243 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7244 (rcirc-completion-start): New variables.
7245 (rcirc-nick-completions): Rename to rcirc-completions.
7246 (rcirc-nick-completion-start-offset): Delete.
7247 (rcirc-completion-at-point): New function for constructing
7248 completion data for both nicks and irc commands. Add to
7249 completion-at-point-functions in rcirc mode.
7250 (rcirc-complete): Rename from rcirc-nick-complete; use
7251 rcirc-completion-at-point.
7252 (defun-rcirc-command): Update rcirc-client-commands.
7253
0f34ae28
GM
72542010-09-11 Glenn Morris <rgm@gnu.org>
7255
7256 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7257 atomically, to avoid parallel build errors. (Bug#4196)
7258
9250002f
MM
72592010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7260
7261 * progmodes/sql.el: Version 2.6
7262 (sql-dialect): Synonym for "sql-product".
7263 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7264 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7265 Set "sql-buffer" to buffer name not buffer object so multiple sql
7266 interactive buffers work properly. Reverts misguided changes in
7267 earlier work.
7268 (sql-comint): Make sure different buffer name is used if "*SQL*"
7269 buffer is for a different product.
7270 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7271 login param.
7272 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7273 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7274 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7275 Accept new buffer name or prompt for one.
7276 (sql-port): Default to zero.
7277 (sql-comint-mysql): Handle "sql-port" as a numeric.
7278 (sql-port-history): Delete unused variable.
7279 (sql-get-login): Default "sql-port" to a number.
31c381e8 7280 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
7281 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7282 "sqlite3" executables.
31c381e8 7283 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
7284 (sql-buffer-live-p): New function.
7285 (sql-mode-menu, sql-send-string): Use it.
7286 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7287 syntax pattern.
7288 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7289 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7290
a9ec34f4
LMI
72912010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7292
31c381e8 7293 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 7294
cf38dd42
SM
72952010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7296
7297 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7298 to replace texinfo-font-lock-syntactic-keywords.
7299 (texinfo-mode): Use it.
7300
7301 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7302 Use syntax-propertize-function.
7303
7304 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7305 replace sgml-font-lock-syntactic-keywords.
7306 (sgml-mode): Use it.
7307
7308 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7309 since we don't use it.
7310
7311 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7312
7313 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7314 if available.
7315 (vhdl-fontify-buffer): Adjust.
7316
7317 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7318 replace tcl-font-lock-syntactic-keywords.
7319 (tcl-mode): Use it.
7320
7321 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7322 replace simula-font-lock-syntactic-keywords.
7323 (simula-mode): Use it.
7324
7325 * progmodes/sh-script.el (sh-st-symbol): Remove.
7326 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7327 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7328 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7329 (sh-font-lock-paren): Set syntax-multiline.
7330 (sh-font-lock-syntactic-keywords): Remove.
7331 (sh-syntax-propertize-function): New function to replace it.
7332 (sh-mode): Use it.
7333
7334 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7335 Define while compiling.
7336 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7337 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7338 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7339 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7340 (ruby-here-doc-end-syntax): Only define when
7341 syntax-propertize is not available.
7342 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7343 New functions.
7344 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7345 (electric-indent-chars): Silence bytecompiler.
7346 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7347 electric-indent-chars.
7348
7349 * progmodes/python.el (python-syntax-propertize-function): New var to
7350 replace python-font-lock-syntactic-keywords.
7351 (python-mode): Use it.
7352 (python-quote-syntax): Simplify and adjust to new use.
7353
7354 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7355 replace perl-font-lock-syntactic-keywords.
7356 (perl-syntax-propertize-special-constructs): New fun to replace
7357 perl-font-lock-special-syntactic-constructs.
7358 (perl-font-lock-syntactic-face-function): New fun.
7359 (perl-mode): Use it.
7360
7361 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7362 to replace octave-font-lock-close-quotes.
7363 (octave-syntax-propertize-function): New function to replace
7364 octave-font-lock-syntactic-keywords.
7365 (octave-mode): Use it.
7366
7367 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7368 replaces mixal-font-lock-syntactic-keywords.
7369 (mixal-mode): Use it.
7370
7371 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7372 New var; replaces makefile-font-lock-syntactic-keywords.
7373 (makefile-mode): Use it.
7374 (makefile-imake-mode): Adjust.
7375
7376 * progmodes/js.el (js--regexp-literal): Define while compiling.
7377 (js-syntax-propertize-function): New var; replaces
7378 js-font-lock-syntactic-keywords.
7379 (js-mode): Use it.
7380
7381 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7382 replaces gdb-script-font-lock-syntactic-keywords.
7383 (gdb-script-mode): Use it.
7384
7385 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7386 (fortran--font-lock-syntactic-keywords): New var.
7387 (fortran-line-length): Update syntax-propertize-function and
7388 fortran--font-lock-syntactic-keywords.
7389
7390 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7391
7392 * progmodes/cfengine.el (cfengine-mode):
7393 Use syntax-propertize-function.
7394 (cfengine-font-lock-syntactic-keywords): Remove.
7395
7396 * progmodes/autoconf.el (autoconf-mode):
7397 Use syntax-propertize-function.
7398 (autoconf-font-lock-syntactic-keywords): Remove.
7399
7400 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7401 (ada-after-change-function, ada-initialize-syntax-table-properties)
7402 (ada-handle-syntax-table-properties): Only define when
7403 syntax-propertize is not available.
7404 (ada-mode): Use syntax-propertize-function.
7405
7406 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7407 (font-lock-fontify-syntactic-keywords-region): Move handling of
7408 font-lock-syntactically-fontified to...
7409 (font-lock-default-fontify-region): ...here.
7410 Let syntax-propertize-function take precedence.
7411 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7412
7413 * emacs-lisp/syntax.el (syntax-propertize-function)
7414 (syntax-propertize-chunk-size, syntax-propertize--done)
7415 (syntax-propertize-extend-region-functions): New vars.
7416 (syntax-propertize-wholelines, syntax-propertize-multiline)
7417 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7418 (syntax-propertize): New functions.
7419 (syntax-propertize-rules): New macro.
7420 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7421 (syntax-ppss): Call syntax-propertize.
7422
7423 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7424
36f7d366
AM
74252010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7426
7427 * textmodes/ispell.el (ispell-init-process): Improve comments.
7428 XEmacs compatibility changes regarding (add-hook) 'local option
7429 and (set-process-query-on-exit-flag).
7430
8fca3921
MA
74312010-09-09 Michael Albinus <michael.albinus@gmx.de>
7432
cf38dd42
SM
7433 * net/tramp-cache.el (tramp-parse-connection-properties):
7434 Set tramp-autoload cookie.
8fca3921 7435
399653d6
GM
74362010-09-09 Glenn Morris <rgm@gnu.org>
7437
7438 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7439 (imagemagick-register-types): Doc fix.
7440
c34a9669
SM
74412010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7442
b073dc4b
SM
7443 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7444
7445 * progmodes/js.el (require): Require is already "eval-and-compile".
7446 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7447 (js--re-search-backward): Use js--re-search-forward.
7448
7449 * progmodes/fortran.el (fortran-line-length): Don't recompute
7450 syntactic keywords redundantly a second time.
7451
7452 * progmodes/ada-mode.el: Replace "(set '" with setq.
7453 (ada-mode): Simplify.
7454 (ada-create-case-exception, ada-adjust-case-interactive)
7455 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7456 (ada-search-ignore-string-comment, ada-move-to-start)
7457 (ada-move-to-end): Use with-syntax-table.
7458
7459 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7460 (font-lock-unfontify-region, font-lock-default-fontify-region):
7461 Update usage correspondingly.
7462 (font-lock-fontify-syntactic-keywords-region):
7463 Set parse-sexp-lookup-properties buffer-locally here.
7464 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7465
c34a9669
SM
7466 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7467
13639aab
GM
74682010-09-08 Glenn Morris <rgm@gnu.org>
7469
5a972c36
GM
7470 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7471 Error if not compiled with -DBYTE_CODE_METER.
7472
13639aab
GM
7473 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7474 Ignore dir-locals-file.
7475
331b2b90
SM
74762010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7477
7478 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7479 Not a const.
7480 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7481 for the `gnu' messages.
7482 (compilation-set-skip-threshold): New command.
7483 (compilation-start): Use \' rather than $.
7484 (compilation-forget-errors): Use clrhash.
7485
73b4d51a
AM
74862010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7487
7488 * textmodes/ispell.el (ispell-valid-dictionary-list):
7489 Simplify logic.
7490
0f34aa77
MA
74912010-09-08 Michael Albinus <michael.albinus@gmx.de>
7492
7493 Migrate to Tramp 2.2. Rearrange load dependencies.
7494 (Bug#1529, Bug#5448, Bug#5705)
7495
7496 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7497 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7498 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7499
7500 * net/tramp.el (top): Remove all other tramp-* loads except
7501 tramp-compat.el. Remove all changes to tramp-unload-hook for
7502 other tramp-* packages. Rearrange defun order. Change calls of
7503 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7504 `tramp-compat-octal-to-decimal' to new function names.
7505 (tramp-terminal-type, tramp-initial-end-of-output)
7506 (tramp-methods, tramp-foreign-file-name-handler-alist)
7507 (tramp-tramp-file-p, tramp-completion-mode-p)
7508 (tramp-send-command-and-check, tramp-get-remote-path)
7509 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7510 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7511 (with-file-property, with-connection-property): Move to
7512 tramp-cache.el.
7513 (tramp-local-call-process, tramp-decimal-to-octal)
7514 (tramp-octal-to-decimal): Move to tramp-compat.el.
7515 (tramp-handle-shell-command): Do not require 'shell.
7516 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7517 symbols.
7518 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7519
7520 * net/tramp-cache.el (top): Require 'tramp. Add to
7521 `tramp-unload-hook'.
7522 (tramp-cache-data, tramp-get-file-property)
7523 (tramp-set-file-property, tramp-flush-file-property)
7524 (tramp-flush-directory-property, tramp-get-connection-property)
7525 (tramp-set-connection-property, tramp-flush-connection-property)
7526 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7527 cookie.
7528 (with-file-property, with-connection-property): New defuns, moved
7529 from tramp.el.
7530 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7531 macro.
7532
7533 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7534 (tramp-version): Set tramp-autoload cookie.
7535
7536 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7537 changes to tramp-unload-hook for other tramp-* packages. Add to
7538 `tramp-unload-hook'.
7539 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7540 (tramp-compat-call-process): New defuns, moved from tramp.el.
7541
7542 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7543 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7544 Add to `tramp-unload-hook'. Change call of
0f34aa77
MA
7545 `tramp-compat-decimal-to-octal' to new function name.
7546 (tramp-fish-method): Make it a defconst.
7547 (tramp-fish-file-name-p): Make it a defsubst.
7548 (tramp-fish-method, tramp-fish-file-name-handler)
7549 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7550
7551 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7552 `tramp-foreign-file-name-handler-alist'. Add to
7553 `tramp-unload-hook'.
7554 (tramp-ftp-method): Make it a defconst.
7555 (tramp-ftp-file-name-p): Make it a defsubst.
7556 (tramp-ftp-method, tramp-ftp-file-name-handler)
7557 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7558
7559 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7560 `tramp-foreign-file-name-handler-alist'. Add to
7561 `tramp-unload-hook'. Change checks, whether package can be
7562 loaded.
7563 (tramp-gvfs-file-name-p): Make it a defsubst.
7564 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7565 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7566 (tramp-gvfs-handle-file-directory-p): New defun.
7567 (tramp-gvfs-file-name-handler-alist): Use it.
7568
7569 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7570 `tramp-foreign-file-name-handler-alist'. Add to
7571 `tramp-unload-hook'.
7572 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7573 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7574 defconst.
7575 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7576 (tramp-gw-open-connection): Set tramp-autoload cookie.
7577
7578 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7579 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7580 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7581 loaded.
7582 (tramp-imap-file-name-p): Make it a defsubst.
7583 (tramp-imap-method, tramp-imaps-method)
7584 (tramp-imap-file-name-handler)
7585 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7586
7587 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7588 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7589 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7590 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7591 function name.
7592 (tramp-smb-tunnel-method): Make it a defconst.
7593 (tramp-smb-file-name-p): Make it a defsubst.
7594 (tramp-smb-method, tramp-smb-file-name-handler)
7595 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7596
7597 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7598 (tramp-uuencode-region): Set tramp-autoload cookie.
7599
7600 * net/trampver.el (top) Add to `tramp-unload-hook'.
7601 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7602 cookie. Update release number.
7603
308e764f
AM
76042010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7605
7606 * textmodes/ispell.el (ispell-start-process): Make sure original
7607 arg list is properly initialized (Bug#6993, Bug#6994).
7608
10999305 76092010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
7610
7611 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
7612
7613 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7614 chars like - or ] (bug#6984).
7615 (rx-any-condense-range): Explode 2-char ranges.
7616
10999305
CY
76172010-09-06 Glenn Morris <rgm@gnu.org>
7618
7619 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7620
76212010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
7622
7623 * textmodes/bibtex.el:
7624 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7625
f292afe5
LMI
76262010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7627
331b2b90 7628 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
7629 since no callers use it.
7630 (imap-message-get): Ditto.
7631 (imap-message-put): Ditto.
7632 (imap-mailbox-map): Ditto.
7633 (imap-mailbox-put): Ditto.
7634 (imap-mailbox-get): Ditto.
a131b9b8 7635 (imap-mailbox-get): Revert last change for this function.
f292afe5 7636
dfe1285d
LMI
76372010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7638
331b2b90 7639 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
7640 callers to use `imap-fetch' instead. According to the comments, this
7641 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
7642 (imap-enable-exchange-bug-workaround): Remove.
7643 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 7644
3ff31c90
LMI
76452010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7646
7647 * net/imap.el (imap-log): New convenience function used throughout
7648 instead of repeating the same code all over the place.
7649
dfe1285d 76502010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
7651
7652 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7653 when mouse-drag-copy-region is non-nil (Bug#6956).
7654
93a596e1
CY
76552010-09-05 Chong Yidong <cyd@stupidchicken.com>
7656
8d76af4a
CY
7657 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7658 Improve regexps (Bug#6987).
7659 (dired-sort-toggle): Search more robustly for -t flag.
7660
93a596e1
CY
7661 * files.el (get-free-disk-space): Search more robustly for
7662 "available" column. Suggested by Ehud Karni
7663 <ehud@unix.mvs.co.il>.
7664
733946e7
JB
76652010-09-05 Juanma Barranquero <lekktu@gmail.com>
7666
7667 * international/uni-bidi.el:
7668 * international/uni-category.el:
7669 * international/uni-combining.el:
7670 * international/uni-decimal.el:
7671 * international/uni-mirrored.el:
7672 * international/uni-name.el: Regenerate.
7673
2e664aab
SM
76742010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7675
6aeafb34
SM
7676 * electric.el (electric-indent-post-self-insert-function):
7677 Don't reindent with a sloppy indentation function.
7678
2e664aab
SM
7679 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7680 border case in change-log-mode.
7681
13ef65a4
CY
76822010-09-04 Chong Yidong <cyd@stupidchicken.com>
7683
7684 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7685 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7686 Recognize leading tab in gcc-include regexp. Ignore names with
7687 leading "from" or "in" in gnu regexp (Bug#6937).
7688
5abf1556
SM
76892010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7690
6aeafb34 7691 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
7692 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7693 (ispell-start-process): Avoid setq and simplify logic.
7694 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7695 (kill-buffer-hook): Don't use it globally with code that uses
7696 expand-file-name since that may call kill-buffer via
7697 code_conversion_restore.
7698
0be01d2c
CY
76992010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7700
7701 * emacs-lisp/package.el (package-directory-list): Only call
7702 file-name-nondirectory on a string.
7703
ebf662f4
CY
77042010-09-02 Chong Yidong <cyd@stupidchicken.com>
7705
5abf1556
SM
7706 * emacs-lisp/package.el (package--download-one-archive):
7707 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
7708 (package-activate-1, package-mark-obsolete, define-package)
7709 (package-compute-transaction, package-list-maybe-add): Use push.
7710
e5eddfd1
SM
77112010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7712
89acf735
SM
7713 Use SMIE's blink-paren for octave-mode.
7714 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7715 Backslashes do not escape single-quotes, single-quotes do.
7716 (octave-block-else-regexp, octave-block-end-regexp)
7717 (octave-block-match-alist): Remove.
7718 (octave-smie-bnf-table): New var, with old content.
7719 (octave-smie-op-levels): Use it.
7720 (octave-smie-closer-alist): New var.
7721 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7722 (octave-blink-matching-block-open): Remove.
7723 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7724 (octave-electric-space): Let self-insert-command run expand-abbrev and
7725 blink parens.
7726
3b843809
SM
7727 * electric.el (electricity): New group.
7728 (electric-indent-chars): New var.
7729 (electric-indent-post-self-insert-function): New fun.
7730 (electric-indent-mode): New minor mode.
7731 (electric-pair-skip-self): New custom.
7732 (electric-pair-post-self-insert-function): New function.
7733 (electric-pair-mode): New minor mode.
7734
0da20854
SM
7735 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7736 calcAlg-blink-matching-open.
7737 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
7738 (calc-do-alg-entry): Only touch the part of the keymap that varies.
7739 Use the new blink-matching-check-function.
7740
a49e651e
SM
7741 Provide blink-matching support to SMIE.
7742 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
7743 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
7744 (smie-blink-matching-check, smie-blink-matching-open): New functions.
7745
e5eddfd1
SM
7746 * simple.el (newline): Fix last change to properly remove itself from
7747 the hook.
7748
b13ebb5c
SM
77492010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7750
7751 * simple.el (newline): Eliminate optimization.
7752 Use post-self-insert-hook to set hard-newline and things before
7753 running post-self-insert-hook.
7754 (blink-matching-check-mismatch): New function.
7755 (blink-matching-check-function): New variable.
7756 (blink-matching-open): Use them.
7757 Skip back forward over prefix chars skipped by forward-sexp.
7758 Don't check if the parens are backslash escaped.
7759 (blink-paren-post-self-insert-function): Check backslash escaping here.
7760
e687c2cd
CY
77612010-09-02 Chong Yidong <cyd@stupidchicken.com>
7762
b13ebb5c
SM
7763 * emacs-lisp/package.el (package-menu-mode-map):
7764 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
7765 (package-menu-mode): Set revert-buffer-function.
7766 (package-menu-revert): Doc fix.
7767
567efba9
AM
77682010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
7769
7770 * textmodes/ispell.el (ispell-init-process): Use "~/" as
7771 `default-directory' unless using Ispell per-directory personal
7772 dictionaries and not in a mini-buffer under XEmacs.
7773 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 7774 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 7775
6d7cc563
JD
77762010-09-02 Jan Djärv <jan.h.d@swipnet.se>
7777
08d4877e
J
7778 * simple.el (kill-new): Call interprogram-cut-function with only
7779 one argument.
7780
45240125
JD
7781 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
7782 Remove cut buffer from error message.
7783
7784 * term/x-win.el (x-select-text):
7785 * term/pc-win.el (x-selection-value):
7786 * term/ns-win.el (x-selection-value):
7787 * eshell/em-term.el:
7788 * w32-fns.el (x-get-selection-value):
7789 * mouse-sel.el (mouse-sel-set-selection-function):
7790 * frame.el (display-selections-p): Remove cut-buffer in documentation.
7791
6d7cc563
JD
7792 * term/x-win.el: Update documentation for x-last-selected-text-*.
7793 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
7794 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6a7662bb
BR
7795 (x-select-text): Remove argument PUSH, update documentation.
7796 Remove cut-buffer code.
6d7cc563 7797 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 7798 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6a7662bb
BR
7799 Update documentation, remove cut-buffer code.
7800 Call x-selection-value-internal.
6d7cc563
JD
7801 (x-clipboard-yank): Call x-selection-value-internal.
7802 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
7803
7804 * term/pc-win.el (x-last-selected-text):
7805 x-cut-buffer-or-selection-value renamed to x-selection-value
7806 (x-select-text): Remove argument PUSH, update documentation.
7807
7808 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
7809 x-cut-buffer-or-selection-value renamed to x-selection-value
88b5a757 7810 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
7811 (x-select-text): Remove argument PUSH, update documentation.
7812
7813 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
7814
7815 * w32-fns.el (x-last-selected-text):
7816 x-cut-buffer-or-selection-value renamed to x-selection-value.
7817 (x-cut-buffer-max): Remove.
7818 (x-select-text): Remove argument PUSH, update documentation.
7819
7820 * simple.el (interprogram-cut-function): Remove mention of PUSH.
7821
7822 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
7823
7824 * mouse-sel.el (mouse-sel-get-selection-function):
7825 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 7826 (x-select-text): Remove optional push.
6d7cc563 7827
4de81ee0
SM
78282010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7829
8f4e9110
SM
7830 * simple.el (blink-paren-function): Move from C to here.
7831 (blink-paren-post-self-insert-function): New function.
7832 (post-self-insert-hook): Use it.
7833
4de81ee0
SM
7834 * emacs-lisp/pcase.el (pcase-split-memq):
7835 Fix overenthusiastic optimisation.
7836 (pcase-u1): Handle the case of a lambda pred.
7837
d419e1d9
KH
78382010-08-31 Kenichi Handa <handa@m17n.org>
7839
7840 * international/mule-cmds.el (standard-display-european-internal):
7841 Setup standard-display-table for 8-bit characters by storing 8-bit
7842 characters in the element vector.
7843
1e05f387
SM
7844 * disp-table.el (standard-display-8bit):
7845 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
7846 characters in the element vector.
7847 (standard-display-european): Likewise.
7848
61f7096c
CY
78492010-08-31 Masatake YAMATO <yamato@redhat.com>
7850
7851 * textmodes/nroff-mode.el (nroff-view): New command.
7852 (nroff-mode-map): Bind it to C-c C-c.
7853
ec5d3ff7
SM
78542010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7855
c8977b2e
SM
7856 * emacs-lisp/smie.el (smie-down-list): New command.
7857
ec5d3ff7
SM
7858 Remove old indentation and navigation code on octave-mode.
7859 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
7860 smie-down-list rather than add a binding for octave-down-block.
7861 (octave-mark-block, octave-blink-matching-block-open):
7862 Rely on forward-sexp-function.
7863 (octave-fill-paragraph): Don't narrow, so you can use
7864 indent-according-to-mode.
7865 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
7866 (octave-in-block-p, octave-re-search-forward-kw)
7867 (octave-re-search-backward-kw, octave-indent-calculate)
7868 (octave-end-as-array-index-p, octave-block-end-offset)
7869 (octave-scan-blocks, octave-forward-block, octave-backward-block)
7870 (octave-down-block, octave-backward-up-block, octave-up-block)
7871 (octave-before-magic-comment-p, octave-indent-line): Remove.
7872
187d3296
CY
78732010-08-31 Chong Yidong <cyd@stupidchicken.com>
7874
7875 * emacs-lisp/package.el (package--read-archive-file): Just use
7876 `read', to avoid copying an additional string.
7877 (package-menu-mode): Set header-line-format here.
7878 (package-menu-refresh, package-menu-revert): Signal an error if
7879 not in the Package Menu.
7880 (package-menu-package-list): New var.
7881 (package--generate-package-list): Operate on the current buffer;
7882 don't assume that it is *Packages*, since the user may rename it.
7883 Allow persistent package listings and sort keys using
7884 package-menu-package-list and package-menu-package-sort-key.
7885 (package-menu--version-predicate): Fix version calculation.
7886 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
7887 (package--list-packages): Create the *Packages* buffer.
7888 Set package-menu-package-list-key.
187d3296
CY
7889 (list-packages): Sorting by status is now the default.
7890 (package-buffer-info): Use match-string-no-properties.
7891 (define-package): Add a &rest argument for future proofing, but
7892 don't use it yet.
7893 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
7894 Merge into a single function, package-install-from-buffer.
7895 (package-install-file): Change caller.
187d3296
CY
7896
7897 * finder.el: Load finder-inf using `require'.
7898 (finder-list-matches): Sorting by status is now the default.
7899 (finder-compile-keywords): Simpify printing.
7900
e17b68ed
SM
79012010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7902
7903 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7904 (octave-mode-map): Remove special bindings for forward/backward-block
7905 and octave-backward-up-block. Use smie-close-block.
7906 (octave-continuation-marker-regexp): New var.
7907 (octave-continuation-regexp): Use it.
7908 (octave-operator-table, octave-smie-op-levels)
7909 (octave-operator-regexp, octave-smie-indent-rules): New vars.
7910 (octave-smie-backward-token, octave-smie-forward-token): New funs.
7911 (octave-mode): Use SMIE.
7912 (octave-close-block): Delete.
7913
42b6a73b
EZ
79142010-08-30 Eli Zaretskii <eliz@gnu.org>
7915
7916 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
7917 CLIPBOARD, not in PRIMARY. (Bug#6944)
7918
f291fe60
SM
79192010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7920
ee992a8c
SM
7921 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
7922 a list of parents.
7923 (smie-indent-column): Allow indirection through variables.
7924
d36b74ca
SM
7925 * composite.el (save-buffer-state): Delete, unused.
7926 * font-lock.el (save-buffer-state): Use with-silent-modifications.
7927 (font-lock-default-fontify-region): Use with-syntax-table.
7928 * jit-lock.el (with-buffer-unmodified): Remove.
7929 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
7930
f291fe60
SM
7931 Use `declare' in defmacros.
7932 * window.el (save-selected-window):
7933 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
7934 * progmodes/python.el (def-python-skeleton):
7935 * net/dbus.el (dbus-ignore-errors):
7936 * jka-cmpr-hook.el (with-auto-compression-mode):
7937 * international/mule.el (with-category-table):
7938 * emacs-lisp/timer.el (with-timeout):
7939 * emacs-lisp/lisp-mnt.el (lm-with-file):
7940 * emacs-lisp/eieio.el (with-slots):
7941 * emacs-lisp/easymenu.el (easy-menu-define):
7942 * emacs-lisp/debug.el (debugger-env-macro):
7943 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
7944 (Multiple-value-call, Multiple-value-prog1):
7945 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
7946 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
7947 edebug rule to definition.
7948 * emacs-lisp/lisp-mode.el (save-selected-window)
7949 (with-current-buffer, combine-after-change-calls)
7950 (with-output-to-string, with-temp-file, with-temp-buffer)
7951 (with-temp-message, with-syntax-table, read-if, eval-after-load)
7952 (dolist, dotimes, when, unless):
7953 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
7954
96ae4c8f
CY
79552010-08-29 Chong Yidong <cyd@stupidchicken.com>
7956
7957 * finder.el: Require `package'.
7958 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
7959 (finder-package-info): Var deleted.
7960 (finder-keywords-hash, finder--builtins-alist): New vars.
7961 (finder-compile-keywords): Compute package--builtins and
7962 finder-keywords-hash instead of finder-keywords-hash, respecting
7963 the "Package" header.
f291fe60
SM
7964 (finder-unknown-keywords, finder-list-matches):
7965 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
7966 (finder-mode): Don't set font-lock-defaults.
7967 (finder-exit): We don't use "*Finder-package*" and "*Finder
7968 Category*" buffers anymore.
7969
7970 * emacs-lisp/package.el (package--builtins-base): Var deleted.
7971 (package--builtins): Set default value to nil.
7972 (package-initialize): Load precomputed value of package--builtins
7973 from finder-inf.el.
7974 (package-alist, package-compute-transaction)
7975 (package-download-transaction): Improve docstring.
7976 (package-read-all-archive-contents): Do not change
7977 package--builtins here.
7978 (list-packages): Make package-list-packages an alias for this.
7979 Sort by status by default.
7980 (package--list-packages): Add optional PACKAGES arg.
7981 (describe-package-1): Use font-lock-face property. For built-in
7982 packages, insert file commentary.
7983 (package--generate-package-list): Rename from
7984 package-list-packages-internal; all callers changed. Add optional
7985 PACKAGES arg. Add alphabetical sort fallbacks.
7986 (package-menu--version-predicate, package-menu--status-predicate)
7987 (package-menu--description-predicate)
7988 (package-menu--name-predicate): New functions.
7989
7990 * info.el (Info-finder-find-node): Search package-alist instead of
7991 finder-package-info.
7992
e2046ecf
CY
79932010-08-29 Chong Yidong <cyd@stupidchicken.com>
7994
7995 * subr.el (version-regexp-alist): Don't use "a" and "b" for
7996 "alpha" and "beta".
7997 (version-to-list): Handle versions like "10.3d".
7998
6fe79b7c
SM
79992010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8000
8001 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
8002 (macroexp-accumulate): Use `declare'.
8003
1a868076
VJL
80042010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8005
8006 * whitespace.el (whitespace-style): Adjust type declaration.
8007
9e69cb05
KH
80082010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
8009
8010 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
8011
80122010-08-26 Chong Yidong <cyd@stupidchicken.com>
8013
8014 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
8015 (Bug#6907).
8016
4142607e
NW
80172010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
8018
8019 * progmodes/js.el: Make indentation more customizable (Bug#6914).
8020 (js-paren-indent-offset, js-square-indent-offset)
8021 (js-curly-indent-offset): New options.
8022 (js--proper-indentation): Use them.
8023
88a36e60
DC
80242010-08-26 Daniel Colascione <dan.colascione@gmail.com>
8025
8026 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
8027 instead of inspecting font-lock properties (Bug#6916).
8028
38dbc4d8
DR
80292010-08-26 David Reitter <david.reitter@gmail.com>
8030
8031 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 8032 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
8033 (server-execute): Do not run hooks here.
8034
44ffae96
MA
80352010-08-26 Michael Albinus <michael.albinus@gmx.de>
8036
8037 Sync with Tramp 2.1.19.
8038
0dc3e410
MA
8039 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Protect
8040 deleting tmpfile.
8041 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
20b8ac83 8042
0dc3e410 8043 * net/tramp.el (tramp-handle-expand-file-name)
20b8ac83 8044 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
8045 (tramp-completion-handle-file-name-completion):
8046 Use `tramp-connectable-p'.
20b8ac83 8047
44ffae96
MA
8048 * net/trampver.el: Update release number.
8049
cb6c4991
CY
80502010-08-26 Chong Yidong <cyd@stupidchicken.com>
8051
8052 * help.el (help-map): Bind `C-h P' to describe-package.
8053
8054 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
8055
8056 * emacs-lisp/package.el (package-refresh-contents): Catch errors
8057 when downloading archives.
8058 (describe-package-1): Add package commentary.
8059 (package-install-button-action): New function.
8060 (package-menu-mode-map): Bind ? to package-menu-describe-package.
8061 (package-menu-view-commentary): Function removed.
8062 (package-list-packages-internal): Hide the `package' package too.
8063
b60f961f
KH
80642010-08-25 Kenichi Handa <handa@m17n.org>
8065
8066 * language/misc-lang.el ("Arabic"): New language environment.
8067 Setup composition-function-table for Arabic characters.
8068
8069 * international/fontset.el (setup-default-fontset): Fix typo for
8070 arabic OTF spec (fini->fina).
8071
a0c16be4
J
80722010-08-25 Jan Djärv <jan.h.d@swipnet.se>
8073
8074 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
8075 on all frames.
8076
85cc3d4f
VJL
80772010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8078
8079 * whitespace.el: Allow cleaning up blanks without blank
8080 visualization (Bug#6651). Adjust help window for
8081 whitespace-toggle-options (Bug#6479). Allow to use fill-column
8082 instead of whitespace-line-column (from EmacsWiki). New version
8083 13.1.
88b5a757 8084 (whitespace-style): Add new value 'face. Adjust docstring.
6a7662bb
BR
8085 (whitespace-space, whitespace-hspace, whitespace-tab):
8086 Adjust foreground property face.
85cc3d4f
VJL
8087 (whitespace-line-column): Adjust docstring and type declaration.
8088 (whitespace-style-value-list, whitespace-toggle-option-alist)
8089 (whitespace-help-text): Adjust const initialization.
8090 (whitespace-toggle-options, global-whitespace-toggle-options):
8091 Adjust docstring.
8092 (whitespace-display-window, whitespace-interactive-char)
8093 (whitespace-style-face-p, whitespace-color-on): Adjust code.
8094 (whitespace-help-scroll): New fun.
8095
cb8759ca
CY
80962010-08-24 Chong Yidong <cyd@stupidchicken.com>
8097
8098 * emacs-lisp/package.el (list-packages): Alias for
8099 package-list-packages.
8100
44a41a47
KR
81012010-08-24 Kevin Ryde <user42@zip.com.au>
8102
be7748e7
KR
8103 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
8104 (Bug#5651).
8105
44a41a47
KR
8106 * progmodes/ruby-mode.el (ruby): Add defgroup.
8107
edfd00fa
CY
81082010-08-24 Chong Yidong <cyd@stupidchicken.com>
8109
8110 * progmodes/python.el: Add Ipython support (Bug#5390).
8111 (python-shell-prompt-alist)
8112 (python-shell-continuation-prompt-alist): New options.
8113 (python--set-prompt-regexp): New function.
6a7662bb
BR
8114 (inferior-python-mode, run-python, python-shell):
8115 Require ansi-color. Use python--set-prompt-regexp to set the comint
edfd00fa
CY
8116 prompt based on the Python interpreter.
8117 (python--prompt-regexp): New var.
8118 (python-check-comint-prompt)
8119 (python-comint-output-filter-function): Use it.
8120 (run-python): Use a pipe (Bug#5694).
8121
81222010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
8123
8124 * progmodes/python.el (python-send-region): Send a different
8125 Python command if Ipython is in use.
8126 (python-check-version): Use a Python command to find the version.
8127
1c409d0b
CY
81282010-08-24 Chong Yidong <cyd@stupidchicken.com>
8129
8130 * mouse.el (mouse-yank-primary): Avoid setting primary when
8131 deactivating the mark (Bug#6872).
8132
733946e7 81332010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
8134
8135 * progmodes/python.el (python-block-pairs): Allow use of "finally"
8136 with "else" (Bug#3991).
8137
e73f184c
MA
81382010-08-23 Michael Albinus <michael.albinus@gmx.de>
8139
8140 * net/dbus.el: Accept UNIX domain sockets as bus address.
8141 (top): Don't initialize `dbus-registered-objects-table' anymore,
01c35094 8142 this is done in dbusbind.c.
e73f184c
MA
8143 (dbus-check-event): Adapt test for bus.
8144 (dbus-return-values-table, dbus-unregister-service)
8145 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
8146 Adapt doc string.
8147
1a140747
JB
81482010-08-23 Juanma Barranquero <lekktu@gmail.com>
8149
8150 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
8151
7133b7ee
JL
81522010-08-22 Juri Linkov <juri@jurta.org>
8153
8154 * simple.el (read-extended-command): New function with the logic
8155 for `completing-read' moved to Elisp from `execute-extended-command'.
8156 Use `function-called-at-point' in `minibuffer-default-add-function'
8157 to get a command name for M-n (bug#5364, bug#5214).
8158
198a7a97
CY
81592010-08-22 Chong Yidong <cyd@stupidchicken.com>
8160
8161 * startup.el (command-line-1): Issue warning for ignored arguments
8162 --unibyte, etc (Bug#6886).
8163
c00725d7
LL
81642010-08-22 Leo <sdl.web@gmail.com>
8165
8166 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
8167 (ignore, bright, dim, keyword): Split list of nicknames before
8168 passing to rcirc-add-or-remove (Bug#6894).
8169
bc7d7ea6
CY
81702010-08-22 Chong Yidong <cyd@stupidchicken.com>
8171
8172 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
8173
b0126eac 81742010-08-22 Leo <sdl.web@gmail.com>
e0143335 8175
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 8176 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 8177 * ido.el: Revert Óscar's.
e0143335
LL
8178 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
8179 Remember the buffers at head, rather than their name.
76e3243a 8180 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 8181
b0126eac 81822010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
8183 Stefan Monnier <monnier@iro.umontreal.ca>
8184
8185 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
8186 extra backslash added to each line (bug#6890).
8187
b0126eac 81882010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
8189
8190 * subr.el (read-key): Don't echo keystrokes (bug#6883).
8191
b0126eac 81922010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
8193
8194 * menu-bar.el (menu-bar-games-menu): Add landmark.
8195
b0126eac 81962010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 8197
9130a2d6
GM
8198 * align.el (align-regexp): Make group and spacing arguments
8199 use the interactive defaults when non-interactive. (Bug#6698)
8200
fb89a654
GM
8201 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
8202 expansion, so as not to need sendmail.
8203 (mail-text-start): Remove declaration.
8204 (rmail-retry-failure): Require sendmail.
8205
b0126eac 82062010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
8207
8208 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
8209
b0126eac 82102010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 8211
186e86db
SM
8212 * progmodes/flymake.el (flymake-start-syntax-check-process):
8213 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 8214
b0126eac 82152010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
8216
8217 * files.el: Add `word-wrap' as safe local variable.
8218
b0126eac 82192010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
8220
8221 * woman.el (woman-translate): Case matters. (Bug#6849)
8222
b0126eac 82232010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
8224
8225 * simple.el (kill-region): Doc fix (Bug#6787).
8226
b0126eac 82272010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
8228
8229 * calendar/diary-lib.el (diary-header-line-format):
8230 Fit it to the window, not the frame.
8231
b0126eac 82322010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
8233
8234 * subr.el (ignore-errors): Add debug declaration.
8235
b0126eac 82362010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
8237
8238 * whitespace.el (whitespace-color-off): Remove post-command-hook
8239 locally.
8240
537ffaf3
SM
82412010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8242
8243 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8244
d64b8a68
CY
82452010-08-21 Chong Yidong <cyd@stupidchicken.com>
8246
8247 * cus-edit.el (custom-group-value-create): Add extra newline
8248 before end line (Bug#6876).
8249
d2625c3d
CY
82502010-08-21 Chong Yidong <cyd@stupidchicken.com>
8251
8252 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8253 when extending it. Before killing on the second click, check if
8254 the buffer is the correct one. Doc fix.
8255 (mouse-secondary-save-then-kill): Allow usage without first
8256 calling mouse-start-secondary, by defaulting to point. Don't save
8257 an empty secondary selection. Doc fix.
8258
80525855
VJL
82592010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8260
91bdeb66
VJL
8261 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8262 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 8263 New version 13.0.
80525855
VJL
8264 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8265 Adjust initialization.
8266 (whitespace-bob-marker, whitespace-eob-marker)
8267 (whitespace-buffer-changed): New vars.
8268 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8269 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
8270 (whitespace-post-command-hook, whitespace-display-char-on):
8271 Adjust code.
80525855 8272 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 8273 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 8274
4b9c0a49
SM
82752010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8276
118cf454
SM
8277 * files.el (locate-file-completion-table): Only list the .el and .elc
8278 extensions if there's no other choice (bug#5955).
8279
a2e5caf7
SM
8280 * facemenu.el (facemenu-self-insert-data): New var.
8281 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8282 New functions.
8283 (facemenu-add-face): Use them.
8284
4b9c0a49
SM
8285 * simple.el (blink-matching-open): Obey forward-sexp-function.
8286
0193499f
SM
82872010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8288
b2a15250
SM
8289 * simple.el (prog-mode-map): New var.
8290 (prog-indent-sexp): New command.
8291
b5ba2d6f
SM
8292 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8293
9acd1bdc
SM
8294 * progmodes/prolog.el (smie): Require.
8295
8723cfa4
SM
8296 * emacs-lisp/smie.el (smie-default-backward-token)
8297 (smie-default-forward-token): Strip properties.
8298 (smie-next-sexp): Be more careful with associative operators.
8299 (smie-forward-sexp-command): Generalize.
8300 (smie-backward-sexp-command): Simplify.
8301 (smie-closer-alist): New var.
8302 (smie-close-block): New command.
8303 (smie-indent-debug-log): New var.
8304 (smie-indent-offset-rule): Add a few more cases.
8305 (smie-indent-column): New function.
8306 (smie-indent-after-keyword): Use it.
8307 (smie-indent-keyword): Use it.
8308 Fix up the opener code's point position.
8309 (smie-indent-comment): Only applies at BOL.
8310 (smie-indent-debug): New command.
8311
0193499f
SM
8312 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8313 declarations that are useful before running the macro.
8314
0c9b8993
GM
83152010-08-18 Joakim Verona <joakim@verona.se>
8316
8317 * image.el (imagemagick-types-inhibit): New variable.
8318 (imagemagick-register-types): New function.
8319 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
8320 (image-transform-set-scale, image-transform-fit-to-height)
8321 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
8322 (image-transform-fit-to-width, image-transform-fit-to-height):
8323 New functions.
ccd80618
JV
8324 (image-toggle-display-image): Support image transforms.
8325
1075cd61
KY
83262010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8327
8328 * image.el (create-animated-image): Don't add heuristic mask to image
8329 (Bug#6839).
8330
64cb6c78
J
83312010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8332
0193499f
SM
8333 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8334 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 8335
ff80a446
SM
83362010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8337
afa22f7c
SM
8338 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8339
ff80a446
SM
8340 Font-lock '...' strings, plus various simplifications and fixes.
8341 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8342 (octave-font-lock-close-quotes): New function.
8343 (octave-font-lock-syntactic-keywords): New var.
8344 (octave-mode): Use it. Set beginning-of-defun-function.
8345 (octave-mode-map): Don't override the <foo>-defun commands.
8346 (octave-mode-menu): Pass it directly to easy-menu-define;
8347 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8348 (octave-block-match-alist): Fix up last change so that
8349 octave-close-block uses the more specific keyword.
8350 (info-lookup-mode): Silence byte-compiler.
8351 (octave-beginning-of-defun): Not interactive any more.
8352 Optimize slightly.
8353 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8354 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8355 (octave-completion-at-point-function): Make sure point is within
8356 beg..end.
8357 (octave-reindent-then-newline-and-indent):
8358 Use reindent-then-newline-and-indent.
8359 (octave-add-octave-menu): Remove.
8360
2269b349
JD
83612010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8362
489cd5bd
JD
8363 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8364 (report-emacs-bug-can-use-xdg-email): New functions.
8365 (report-emacs-bug): Set can-xdg-email to result of
8366 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8367 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8368 about it.
30ebab6d 8369
a2fb159c
GM
8370 * net/browse-url.el (browse-url-default-browser): Add cond
8371 for browse-url-xdg-open.
8372 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8373
83742010-08-17 Glenn Morris <rgm@gnu.org>
8375
8376 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8377 (c-fontify-recorded-types-and-refs): Define for compiler.
8378 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8379 before use.
8380
8381 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8382 Fix format call.
8383
bb6aba9c
MA
83842010-08-17 Michael Albinus <michael.albinus@gmx.de>
8385
8386 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8387 properties.
8388 (tramp-handle-process-file): Call the program in a subshell, in
8389 order to preserve working directory.
8390 (tramp-action-password): Hide password prompt before next run.
8391 (tramp-process-actions): Widen connection buffer for the trace.
8392
8f10c937
DD
83932010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8394
8395 * net/rcirc.el (rcirc-log-process-buffers): New option.
8396 (rcirc-print): Use it.
8397 (rcirc-generate-log-filename): New function.
8398 (rcirc-log-filename-function): Change default to
8399 rcirc-generate-log-filename (Bug#6828).
8400
7c23dd44
CY
84012010-08-16 Chong Yidong <cyd@stupidchicken.com>
8402
8403 * simple.el (deactivate-mark): If select-active-regions is `only',
8404 only set selection for temporarily active regions.
8405
8406 * cus-start.el: Change defcustom for select-active-regions.
8407
6d3e82d2
CY
84082010-08-15 Chong Yidong <cyd@stupidchicken.com>
8409
8410 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
8411 (mouse-drag-track): Use LOCATION arg to push-mark.
8412 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
8413 consideration when updating point and mark (Bug#6840).
8414
c68263b1
CY
84152010-08-15 Chong Yidong <cyd@stupidchicken.com>
8416
8417 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8418 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8419
456f369a
ŠN
84202010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8421
ff80a446
SM
8422 * font-lock.el (lisp-font-lock-keywords-2):
8423 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
8424 with-demoted-errors, and with-silent-modifications (Bug#6025).
8425
c22e18f5
KR
84262010-08-14 Kevin Ryde <user42@zip.com.au>
8427
8428 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
8429 (copyright-update): Temporary switch-to-buffer to ensure the
8430 buffer change being queried is visible (Bug#5394).
c22e18f5 8431
6f1a6faf
TT
84322010-08-14 Tom Tromey <tromey@redhat.com>
8433
8434 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8435 (Bug#6733).
8436
e7afcf30
EZ
84372010-08-14 Eli Zaretskii <eliz@gnu.org>
8438
8439 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8440 MS-DOS. (Bug#6689)
8441
2b4e6277
J
84422010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8443
8444 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8445 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8446 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8447 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
8448 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8449 Call menu-bar-set-tool-bar-position.
2b4e6277 8450
dc94fc85
SM
84512010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8452
c5683ceb
SM
8453 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8454 comment style (bug#6834).
8455 * progmodes/scheme.el (scheme-mode-syntax-table):
8456 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8457 "b" flag in "' 14b" syntax.
8458
c82d5b11
SM
8459 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8460 for (un)commenting the region and performing completion.
8461 (octave-mode-menu): Use standard commands for help and completion.
8462 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8463 (octave-mode): Use define-derived-mode.
8464 Set completion-at-point-functions and don't set columns.
8465 Don't disable adaptive-fill-regexp.
8466 (octave-describe-major-mode, octave-comment-region)
8467 (octave-uncomment-region, octave-comment-indent)
8468 (octave-indent-for-comment): Remove.
8469 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 8470 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
8471 (octave-initialize-completions): No need to make an alist.
8472 (octave-completion-at-point-function): New function.
8473 (octave-complete-symbol): Use it.
8474 (octave-insert-defun): Use define-skeleton.
8475
8476 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8477 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 8478
abec5126 84792010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
61b6abbd
AL
8480
8481 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8482 indentation of inserted comment.
8483
3a46642b
J
84842010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8485
8486 * faces.el (region): Add type gtk that uses gtk colors.
8487
8488 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8489 Handle theme-name change.
8490
3bd2cfef
MM
84912010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8492
8493 * progmodes/sql.el: Version 2.5
8494 (sql-product-alist): Add :prompt-cont-regexp property for several
8495 database products.
8496 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
8497 (sql-output-newline-count, sql-output-by-send):
8498 New variables. Record number of newlines in input text.
3bd2cfef
MM
8499 (sql-send-string): Handle multiple filters and count newlines.
8500 (sql-send-magic-terminator): Count terminator newline.
8501 (sql-interactive-remove-continuation-prompt): Filters output to
8502 remove continuation prompts; one for each newline.
8503 (sql-interactive-mode): Set up new variables, prompt regexp and
8504 output filter.
8505 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 8506 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 8507
d02c9bcd
SM
85082010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8509
8510 * emacs-lisp/pcase.el: New file.
8511
80ca4f1e
MA
85122010-08-10 Michael Albinus <michael.albinus@gmx.de>
8513
8514 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8515 as here-document, otherwise the command could exceed maximum
8516 length of command line.
d02c9bcd
SM
8517 (tramp-handle-vc-registered): Call script accordingly.
8518 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 8519
2948599b
KH
85202010-08-10 Kenichi Handa <handa@m17n.org>
8521
8522 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8523 composable pattern.
8524
148cef8e
CY
85252010-08-09 Chong Yidong <cyd@stupidchicken.com>
8526
8527 * emacs-lisp/package.el (package-version-split)
8528 (package--version-first-nonzero, package-version-compare):
8529 Functions removed.
8530 (package-directory-list, package-load-all-descriptors)
8531 (package--built-in, package-activate, define-package)
8532 (package-installed-p, package-compute-transaction)
8533 (package-read-all-archive-contents)
8534 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
8535 (package-tar-file-info, package-list-packages-internal):
8536 Use version-to-list and version-list-*.
148cef8e 8537
d02c9bcd
SM
8538 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8539 Use version-to-list.
148cef8e
CY
8540 (package-upload-buffer-internal): Use version-list-<=.
8541
82a9ce0f
KH
85422010-08-09 Kenichi Handa <handa@m17n.org>
8543
231e5e5f 8544 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
8545 composable pattern.
8546
7adf5fdc
CY
85472010-08-08 Chong Yidong <cyd@stupidchicken.com>
8548
fc560445
CY
8549 * tutorial.el (tutorial--default-keys): C-d is now bound to
8550 delete-forward-char (Bug#6826).
8551
7adf5fdc
CY
8552 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8553 for `double' value of mouse-1-click-follows-link (Bug#6807).
8554
e54a1075
JB
85552010-08-08 Johan Bockgård <bojohan@gnu.org>
8556
8557 * replace.el (replace-highlight): Bind isearch-forward and
8558 isearch-error, ensuring that highlighting is updated if the user
8559 switches the search direction (Bug#6808).
8560
8561 * isearch.el (isearch-lazy-highlight-forward): New var.
8562 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8563 (isearch-lazy-highlight-update): Use it.
8564
7815fe19 85652010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 8566
8d9e03e4
JB
8567 * international/mule.el (define-charset): Store NAME as :base property.
8568 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
8569 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8570 current priority. Force using the designation of the specific
8d9e03e4 8571 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 8572
7815fe19 85732010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
8574
8575 * emulation/pc-select.el (pc-selection-mode-hook)
8576 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8577 (pc-selection-mode): Fix typos in docstrings.
8578
7815fe19 85792010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
8580
8581 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8582 ctext-non-standard-encodings-alist here.
8583
8d9e03e4
JB
8584 * international/mule.el (ctext-non-standard-encodings-alist):
8585 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
8586 (ctext-standard-encodings): New variable.
8587 (ctext-non-standard-encodings-table): List only elements for
8588 non-standard encodings.
186e86db 8589 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
8590 Check ctext-standard-encodings.
8591
8592 * international/mule-conf.el (compound-text): Doc fix.
8593 (ctext-no-compositions): Doc fix.
8594 (compound-text-with-extensions): Doc fix.
8595
7815fe19 85962010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
8597
8598 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8599
8d9e03e4 86002010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 8601
9ebc731b
JB
8602 * progmodes/which-func.el (which-func-format): Split help-echo text
8603 into lines, like other mode-line tooltips.
8604
d5b8058f
JB
8605 * server.el (server-start): When using TCP sockets, force IPv4
8606 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8607
8d9e03e4 86082010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
8609
8610 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8611
8d9e03e4 86122010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
8613
8614 * term.el (term-delimiter-argument-list): Reflow docstring.
8615 (term-read-input-ring, term-write-input-ring, term-send-input)
8616 (term-bol, term-erase-in-display, serial-supported-or-barf):
8617 Fix typos in docstrings.
8618
8d9e03e4 86192010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
8620
8621 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8622
8d9e03e4 86232010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
8624
8625 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8626
8d9e03e4 86272010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
8628
8629 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8630 Fix typo in docstring (bug#6747).
8631
7815fe19 86322010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
8633
8634 * eshell/esh-io.el (eshell-get-target): Better detection of
8635 read-only file (Bug#6762).
8636
7815fe19 86372010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
8638
8639 * align.el (align-default-spacing): Doc fix.
8640 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8641
733946e7 86422010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 8643
490b89ac 8644 * calendar/icalendar.el
93acd23d
JB
8645 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8646 (icalendar--get-weekday-numbers): New.
81ee9410 8647 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 8648 values in weekly rules. (Bug#6766)
81ee9410 8649
490b89ac
UJ
86502010-08-08 Ulf Jasper <ulf.jasper@web.de>
8651
8652 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8653 (icalendar--create-uid, icalendar-export-region)
8654 (icalendar--parse-summary-and-rest): Code formatting.
8655
2c695727
JB
86562010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8657
01c35094 8658 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
2c695727
JB
8659 to italicize headers.
8660 (calc-highlight-selections-with-faces): New variable.
8661 (calc-selected-face, calc-nonselected-face): New faces.
8662
8663 * calc/calccomp.el (math-comp-highlight-string): Use
8664 `calc-highlight-selections-with-faces' to determine how to highlight
8665 sub-formulas.
8666
8667 * calc/calc-sel.el (calc-show-selections): Change message to when
8668 using faces to highlight selections.
8669
b93d4f22
MM
86702010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8671
8d9e03e4
JB
8672 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8673 Add SQLite 3 keywords, functions and datatypes.
8674 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
8675 (Bug#6686).
8676
9852377f
CY
86772010-08-07 Chong Yidong <cyd@stupidchicken.com>
8678
8679 * simple.el (select-active-regions): Move to keyboard.c.
8680 (deactivate-mark): Used saved-region-selection.
8681 (select-active-region): Function removed.
8682 (activate-mark, set-mark, push-mark-command)
8683 (handle-shift-selection): Don't call it.
8684 (keyboard-quit): Avoid adding the region to the window selection.
8685
8686 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8687 select-active-regions implementation.
8688 (mouse-yank-at-click): Doc fix.
8689
8690 * cus-start.el: Add custom declaration for select-active-regions.
8691
822775bf
EZ
86922010-08-07 Eli Zaretskii <eliz@gnu.org>
8693
4c5130d6
EZ
8694 * simple.el (delete-forward-char): Doc fix.
8695
822775bf
EZ
8696 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8697 after reading the tutorial.
8698
bd4c5e3e
AM
86992010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8700
6a7662bb
BR
8701 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8702 Fix for the case that a C style comment has its delimiters alone on
cb6fa1ad 8703 their respective lines. (Bug#193)
bd4c5e3e 8704
d00fa9b6
MA
87052010-08-06 Michael Albinus <michael.albinus@gmx.de>
8706
8d9e03e4 8707 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6 8708 property "vec".
6a7662bb
BR
8709 (tramp-process-sentinel): Use it for flushing the cache.
8710 We cannot do it via the process buffer, the buffer could be deleted
d00fa9b6
MA
8711 already when running the sentinel.
8712
87132010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
8714
8715 * comint.el (comint-mode): Make directory tracking functions
8716 functional on remote files. (Bug#6764)
8717
b3d42406
DN
87182010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8719
8720 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8721
29cf3e20
EZ
87222010-08-05 Eli Zaretskii <eliz@gnu.org>
8723
6a7662bb
BR
8724 * emacs-lisp/find-gc.el (find-gc-source-files):
8725 Rename unexec.c => unexcoff.c.
29cf3e20 8726
6a7662bb
BR
8727 * emacs-lisp/authors.el (authors-fixed-entries):
8728 Rename unexec.c => unexcoff.c.
29cf3e20 8729
39e1bf0b
MA
87302010-08-05 Michael Albinus <michael.albinus@gmx.de>
8731
8732 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8733 cache, not only file cache.
8734 (tramp-process-sentinel): New defun.
8735 (tramp-handle-start-file-process): Use it, in order to invalidate
8736 file caches.
8737
9f982e22
LL
87382010-08-03 Leo <sdl.web@gmail.com>
8739
8740 * server.el (server-start): Simplify loop.
8741
0798a8d8
SM
87422010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8743
548c5c47
SM
8744 * frame.el (screen-height, screen-width, set-screen-width)
8745 (set-screen-height): Remove ancient compatibility aliases.
8746
3311d1c2
SM
8747 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
8748 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
8749
0798a8d8
SM
8750 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
8751 that change current buffer.
8752
26ee77a6
YM
87532010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8754
8755 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
8756 beginning of the string. Use `string-match-p'. (Bug#6765)
8757
aa1859f5
J
87582010-08-01 Jan Djärv <jan.h.d@swipnet.se>
8759
8760 * cus-start.el (x-gtk-use-system-tooltips): New variable.
8761
376c2b6b
CY
87622010-08-01 Chong Yidong <cyd@stupidchicken.com>
8763
0798a8d8 8764 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 8765 (package--builtins): Tweak descriptions.
0798a8d8
SM
8766 (package-print-package): Upcase descriptions if necessary.
8767 Show all built-in packages in font-lock-builtin-face.
8768 (package-list-packages-internal): Omit "emacs" package.
8769 Show status of built-in packages as "built-in".
376c2b6b 8770
16041401
CY
87712010-07-31 Chong Yidong <cyd@stupidchicken.com>
8772
8773 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
8774 before killing to preserve the primary selection (Bug#6701).
8775
8776 * term/x-win.el (x-select-text): Doc fix.
8777
0798a8d8
SM
87782010-07-31 Nathaniel Flath <flat0103@gmail.com>
8779
452ea855
AM
8780 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
8781 (objc-font-lock-extra-types):
452ea855 8782 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
8783 * progmodes/cc-langs.el (c-make-mode-syntax-table)
8784 (c++-make-template-syntax-table)
8785 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
8786 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
8787 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
8788 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
8789 * progmodes/cc-fonts.el (c-make-inverse-face)
8790 (c-basic-matchers-after):
452ea855
AM
8791 * progmodes/cc-engine.el (c-forward-keyword-clause)
8792 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
8793 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
8794 (c-guess-continued-construct, c-guess-basic-syntax):
2f5e7c6f
GM
8795 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
8796 The above functions were modified or created.
452ea855 8797
37766706
J
87982010-07-31 Jan Djärv <jan.h.d@swipnet.se>
8799
0798a8d8 8800 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 8801
cd83d522
EZ
88022010-07-31 Eli Zaretskii <eliz@gnu.org>
8803
8804 * files.el (bidi-paragraph-direction): Define safe local values.
8805
8806 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
8807 language-info-alist. Remove outdated FIXME in a comment.
8808
28e5cf7c
AM
88092010-07-31 Alan Mackenzie <acm@muc.de>
8810
8811 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
8812 Auto-fill broken in C/C++ modes.
8813
bfeabdc3
JD
88142010-07-29 Jan Djärv <jan.h.d@swipnet.se>
8815
8816 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8817 (menu-bar-showhide-tool-bar-menu-customize-disable)
8818 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
8819 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
8820 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
8821 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
8822 make a menu for Options => toolbar that can move it.
8823
063e5294
CY
88242010-07-29 Chong Yidong <cyd@stupidchicken.com>
8825
8826 * emacs-lisp/package-x.el (package--make-rss-entry):
8827 (package-maint-add-news-item, package--update-news)
8828 (package-upload-buffer-internal): New arg ARCHIVE-URL.
8829
8830 * emacs-lisp/package.el (package-archive-url): Rename from
8831 package-archive-id.
8832 (package-install): Doc fix.
8833 (package-download-single, package-download-tar, package-install)
8834 (package-menu-view-commentary): Callers changed.
8835
683cc385
MA
88362010-07-29 Michael Albinus <michael.albinus@gmx.de>
8837
8838 * net/tramp.el (tramp-handle-start-file-process): Check only for
8839 `remote-tty' process property.
8840 (tramp-open-shell): Don't check for tty.
8841 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
8842 process property.
8843
8844 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
8845 host.
8846
bc44bef7
PH
88472010-07-28 Chong Yidong <cyd@stupidchicken.com>
8848
8849 * emacs-lisp/package.el (package-load-list, package-archives)
8850 (package-archive-contents, package-user-dir)
8851 (package-directory-list, package--builtins, package-alist)
8852 (package-activated-list, package-obsolete-alist): Mark as risky.
8853
88542010-07-28 Phil Hagelberg <phil@evri.com>
8855
8856 Add support for non-default package repositories.
8857 * emacs-lisp/package.el (package-archive-base): Var deleted.
8858 (package-archives): New variable.
8859 (package-archive-contents): Doc fix.
0798a8d8 8860 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
8861 (package--write-file-no-coding): New function.
8862 (package-unpack-single): Use it.
8863 (package-archive-id): New function.
8864 (package-download-single, package-download-tar)
8865 (package-menu-view-commentary): Use it.
8866 (package-installed-p): Make second argument optional.
8867 (package-read-all-archive-contents): New function.
8868 (package-initialize): Use it.
8869 (package-read-archive-contents): Add ARCHIVE argument.
8870 (package--add-to-archive-contents): New function.
8871 (package-install): Don't call package-read-archive-contents.
8872 (package--download-one-archive): Store archive file in a
8873 subdirectory of package-user-dir.
8874 (package-menu-execute): Remove spurious line movement.
8875
8a52f00a
JD
88762010-07-28 Jan Djärv <jan.h.d@swipnet.se>
8877
8878 * cus-start.el (tool-bar-style): Add text-image-horiz.
8879
b21d3ceb
MA
88802010-07-28 Michael Albinus <michael.albinus@gmx.de>
8881
8882 * progmodes/gud.el (gud-common-init): Check for remoteness of
8883 `file', and not of `default-directory'.
8884
8fbcce2d
MA
88852010-07-28 Michael Albinus <michael.albinus@gmx.de>
8886
8887 * net/tramp.el (tramp-methods): Move hostname to the end in all
8888 ssh `tramp-login-args'.
8889 (tramp-verbose): Describe verbose level 9.
8890 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
8891 (tramp-open-connection-setup-interactive-shell): Trace stty
8892 settings if `tramp-verbose' >= 9.
8893 (tramp-handle-start-file-process): Implement tty setting.
8894 (Bug#4604, Bug#6360)
8895
8896 * net/tramp-cmds.el (tramp-bug): Recommend setting of
8897 `tramp-verbose' to 9.
8898
128440c9
AH
88992010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
8900
8901 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
8902 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
8903 Remove references to package `lisp-re' (bug#4369).
8904
ae0c2494
TT
89052010-07-27 Tom Tromey <tromey@redhat.com>
8906
8907 * progmodes/js.el (js-mode):
8908 * progmodes/make-mode.el (makefile-mode):
8909 * progmodes/simula.el (simula-mode):
8910 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
8911
0ed082fe 89122010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
8913
8914 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
8915
7c7c04c0
JB
8916 * time.el (display-time-day-and-date): Remove spurious * in docstring.
8917 (display-time-world-buffer-name, display-time-world-mode-map):
8918 Fix typos in docstrings.
8919
0ed082fe 89202010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
8921
8922 * image-mode.el (image-display-size): New function.
8923 (image-forward-hscroll, image-next-line, image-eol, image-eob)
8924 (image-mode-fit-frame): Use it (Bug#6639).
8925
0ed082fe 89262010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
8927
8928 * dired.el (dired-buffers-for-dir): Handle list values of
8929 dired-directory (Bug#6636).
8930
aa2d4bd3
SS
89312010-07-26 Sam Steingold <sds@gnu.org>
8932
8933 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
8934 Do not call `x-get-selection' the second time, reuse the value.
8935
78b84da3
DU
89362010-07-26 Daiki Ueno <ueno@unixuser.org>
8937
8938 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 8939 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 8940
4f195cf7
DU
89412010-07-25 Daiki Ueno <ueno@unixuser.org>
8942
8943 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
8944 exists before passing an error to find-file-not-found-functions
8945 (bug#6723).
8946
195e19e4
LH
89472010-07-23 Lukas Huonker <l.huonker@gmail.com>
8948
8949 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
8950 Remove leading nil element, adjust values.
8951 (tetris-shapes, tetris-shape-scores):
8952 Change representation of shapes and remove some redundancy.
8953 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
8954 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
8955 Adjust for working with new representation of shapes.
8956 (tetris-shape-rotations): New function.
8957 (tetris-move-bottom, tetris-move-left, tetris-move-right)
8958 (tetris-rotate-prev, tetris-rotate-next):
8959 Adjust for working with the new version of tetris-test-shape.
8960
9cf2db99
MT
89612010-07-23 Markus Triska <markus.triska@gmx.at>
8962
8963 * progmodes/ps-mode.el: Use comint (bug#5954).
8964 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
8965 (ps-mode-other-newline): Simplify.
8966 (ps-run-mode): Derive from comint-mode instead of
8967 fundamental-mode, yielding input history etc.
8968 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
8969 (ps-run-send-string): Adapt for comint-mode.
8970 (ps-run-newline): Remove now unneeded function.
8971
225d5e9e
MA
89722010-07-23 Michael Albinus <michael.albinus@gmx.de>
8973
8974 * net/tramp.el (tramp-methods): Move hostname to the end in all
8975 plink `tramp-login-args'.
8976
84bc68f2
MA
89772010-07-23 Michael Albinus <michael.albinus@gmx.de>
8978
8979 * net/tramp.el (tramp-open-shell): New defun.
8980 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8981 Use it.
8982
1eb5ca1c
MA
89832010-07-23 Michael Albinus <michael.albinus@gmx.de>
8984
8985 * net/tramp.el (tramp-file-name-regexp-unified)
8986 (tramp-completion-file-name-regexp-unified): On W32 systems, do
8987 not regard the volume letter as remote filename. (Bug#5447)
8988
440735a7
JB
89892010-07-23 Juanma Barranquero <lekktu@gmail.com>
8990
8991 * custom.el (custom-declare-variable): Give a clearer error message
8992 when the docstring is missing (bug#6476).
8993
5474c40f
MM
89942010-07-22 Michael R. Mauger <mmaug@yahoo.com>
8995
8996 * progmodes/sql.el: Version 2.4. Improved Login prompting.
8997 (sql-login-params): New widget definition.
8998 (sql-oracle-login-params, sql-mysql-login-params)
8999 (sql-solid-login-params, sql-sybase-login-params)
9000 (sql-informix-login-params, sql-ingres-login-params)
9001 (sql-ms-login-params, sql-postgres-login-params)
9002 (sql-interbase-login-params, sql-db2-login-params)
9003 (sql-linter-login-params): Use it.
9004 (sql-sqlite-login-params): Use it; Define "database" parameter as
9005 a file name.
c4cc8b9a 9006 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
9007 (sql-comint-sqlite): Make sure database name is complete.
9008 (sql-for-each-login): New function.
9009 (sql-connect, sql-save-connection): Use it.
9010 (sql-get-login-ext): New function.
9011 (sql-get-login): Use it.
9012 (sql-make-alternate-buffer-name): Handle :file parameters.
9013
9c0deccb
JB
90142010-07-22 Juanma Barranquero <lekktu@gmail.com>
9015
9016 * dired.el (dired-no-confirm): Document value t and fix defcustom to
9017 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
9018
aac818a8
TL
90192010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9020
9021 * dired.el (dired-mode-map): Use command remapping (bug#6632).
9022
47d2734f
LM
90232010-07-22 Lawrence Mitchell <wence@gmx.li>
9024
9025 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
9026
10e73994
MA
90272010-07-21 Michael Albinus <michael.albinus@gmx.de>
9028
9029 * net/tramp.el (tramp-get-ls-command)
9030 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
9031 instead of "/".
9032
d26b0ea9
MM
90332010-07-20 Michael R. Mauger <mmaug@yahoo.com>
9034
9035 * progmodes/sql.el: Version 2.3.
f49d1f52 9036 (sql-connection-alist): Change keys from symbols to strings;
d26b0ea9 9037 enhanced the widget definition.
88b5a757
DD
9038 (sql-mode-menu): Add submenu to select connections.
9039 (sql-interactive-mode-menu): Add "Save Connection" item.
9040 (sql-add-product): Fix menu item.
d26b0ea9 9041 (sql-get-product-feature): Improved error handling.
5f9d345c 9042 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
d26b0ea9
MM
9043 (sql-make-alternate-buffer-name): Simplified.
9044 (sql-product-interactive): Handle missing product.
9045 (sql-connect): Support string keys, minor improvements.
9046 (sql-save-connection): New function.
9047 (sql-connection-menu-filter): New function.
9048
af4b9ae5
MA
90492010-07-20 Michael Albinus <michael.albinus@gmx.de>
9050
9051 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6a7662bb
BR
9052 (tramp-open-connection-setup-interactive-shell):
9053 Apply workaround for IRIX64 bug. Move argument of last
af4b9ae5
MA
9054 `tramp-send-command' where it belongs to.
9055
da040a16
MA
90562010-07-20 Michael Albinus <michael.albinus@gmx.de>
9057
9058 * net/tramp.el (tramp-perl-file-attributes)
9059 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
9060 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
9061 front of `login-args'.
9062
16f3ade5
JB
90632010-07-19 Juanma Barranquero <lekktu@gmail.com>
9064
9065 * time.el (display-time-world-mode): Define with `define-derived-mode'.
9066 Set `show-trailing-whitespace' to nil.
9067 (display-time-world-display): Simplify.
9068
00af0b67
AM
90692010-07-18 Alan Mackenzie <acm@muc.de>
9070
9071 Enhance `c-file-style' in file/directory local variables.
a628ad9d 9072 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
9073 (c-before-hack-hook): Call `c-set-style' differently according to
9074 whether c-file-style was set in file or directory local
9075 variables.
9076
30c4d8dc
MM
90772010-07-18 Michael R. Mauger <mmaug@yahoo.com>
9078
9079 * progmodes/sql.el: Version 2.2.
6a7662bb
BR
9080 (sql-product, sql-user, sql-database, sql-server, sql-port):
9081 Use defcustom :safe keyword rather than putting safe-local-variable
30c4d8dc
MM
9082 property.
9083 (sql-password): Use defcustom :risky keyword rather than putting
9084 risky-local-variable property.
9085 (sql-oracle-login-params, sql-sqlite-login-params)
9086 (sql-solid-login-params, sql-sybase-login-params)
9087 (sql-informix-login-params, sql-ingres-login-params)
9088 (sql-ms-login-params, sql-postgres-login-params)
9089 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 9090 (sql-linter-login-params): Add `port' option.
88b5a757 9091 (sql-get-product-feature): Add NO-INDIRECT parameter.
30c4d8dc
MM
9092 (sql-comint-oracle, sql-comint-sybase)
9093 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
9094 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
9095 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
88b5a757 9096 (sql-comint-linter): Rename sql-connect-* functions to
30c4d8dc 9097 sql-comint-*.
88b5a757 9098 (sql-product-alist, sql-mode-menu): Rename as above and
30c4d8dc 9099 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 9100 (sql-connection): New variable.
30c4d8dc
MM
9101 (sql-interactive-mode): Set it.
9102 (sql-connection-alist): New variable.
9103 (sql-connect): New function.
9104 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 9105 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 9106
f12492c8
TV
91072010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9108
9109 * image-mode.el (image-bookmark-make-record): Do not set context
9110 in an image (Bug#6650).
9111
91023c68
CY
91122010-07-17 Chong Yidong <cyd@stupidchicken.com>
9113
9114 * simple.el (select-active-region): New function.
9115 (push-mark-command, set-mark, activate-mark)
9116 (handle-shift-selection): Use it.
9117 (deactivate-mark): Don't check for size of region.
9118
9119 * mouse.el (mouse-drag-track): Use select-active-region.
9120
1c0e8f0e
MA
91212010-07-17 Michael Albinus <michael.albinus@gmx.de>
9122
9123 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
9124 "--dired" stronger.
9125
2490cbbc
CY
91262010-07-17 Chong Yidong <cyd@stupidchicken.com>
9127
9128 * term/x-win.el (x-select-enable-primary): Change default to nil.
9129 (x-select-enable-clipboard): Add :version keyword.
9130
9131 * mouse.el (mouse-drag-copy-region):
9132 * simple.el (select-active-regions): Likewise.
9133
f253ef6a
RS
91342010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
9135
a628ad9d 9136 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
9137 (vc-coding-system-for-diff): Use it to decide whether to inherit
9138 from the file the EOL format for reading the diffs of that file.
9139 (Bug#4451)
9140
134a027f
EZ
91412010-07-16 Eli Zaretskii <eliz@gnu.org>
9142
9143 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
9144 unibyte, so compressed attachments are not compressed again.
9145
7e4289ad
MA
91462010-07-16 Michael Albinus <michael.albinus@gmx.de>
9147
9148 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
9149 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
9150 (tramp-find-shell): Simplify setting connection property.
9151 (tramp-get-ls-command): Make test for "--color=never" stronger.
9152
7473fff9 91532010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
9154
9155 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
9156 blocks within record declarations (i.e. variant parts) correctly.
9157
a11b38ee
SS
91582010-07-15 Simon South <ssouth@member.fsf.org>
9159
9160 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
9161 over literal tokens when parsing so newlines aren't "absorbed" by
9162 single-line comments. Corrects the indentation of case blocks
9163 that have a comment on the first line.
9164
077e0753
KF
91652010-07-14 Karl Fogel <kfogel@red-bean.com>
9166
9167 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
9168 by Drew Adams (Bug#5504).
9169
243881ed
J
91702010-07-14 Jan Djärv <jan.h.d@swipnet.se>
9171
9172 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 9173 now that Unicode is used (Bug#6594).
243881ed 9174
f9d71b42
CY
91752010-07-14 Chong Yidong <cyd@stupidchicken.com>
9176
9177 * term/x-win.el (x-select-enable-clipboard): Default to t.
9178 (x-initialize-window-system): Don't overwrite Paste menu item.
9179
9180 * simple.el (select-active-regions): Default to t.
9181 (push-mark-command): Don't overwrite primary with empty string.
9182
9183 * mouse.el: Bind mouse-2 to mouse-yank-primary.
9184 (mouse-drag-copy-region): Default to nil.
9185
9186 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
9187 Cut/Copy/Paste menu bar items.
9188
a628ad9d 91892010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
9190
9191 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9192 Patch applied by Karl Fogel.
9193
9194 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
9195 and `bookmark-current-buffer' if they have been already set in
9196 another buffer (e.g gnus-art).
9197
e44fa724 91982010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 9199 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
9200
9201 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
9202
9203 * bookmark.el (bookmark-make-record-default): Allow unneeded
9204 information to be omitted from the record.
9205
9206 Adjust declarations and calls:
9207
9208 * info.el (bookmark-make-record-default): Adjust declaration.
9209 (Info-bookmark-make-record): Adjust call.
9210
9211 * woman.el (bookmark-make-record-default): Adjust declaration.
9212 (woman-bookmark-make-record): Adjust call.
9213
9214 * man.el (bookmark-make-record-default): Adjust declaration.
9215 (Man-bookmark-make-record): Adjust call.
9216
9217 * image-mode.el (bookmark-make-record-default): Adjust declaration.
9218
9219 * doc-view.el (bookmark-make-record-default): Adjust declaration.
9220
0c4371fe
KF
92212010-07-13 Karl Fogel <kfogel@red-bean.com>
9222
9223 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9224 This is also from Thierry Volpiatto's patch in bug #6444. However,
9225 because it was extraneous to the functional change in that patch,
9226 and causes a re-indendation, I am committing it separately.
9227
2bb8db3e 92282010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
9229
9230 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9231 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 9232 Patch applied by Karl Fogel (Bug#6444).
068a0233 9233
21bd02a6
CY
92342010-07-13 Chong Yidong <cyd@stupidchicken.com>
9235
9236 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9237
79cb9c05
AR
92382010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9239
9240 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9241 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9242 (ns-alternatives-map): Change S-tab binding to backtab
9243 (bug#6616).
9244
9245 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9246 under ns.
9247
beb000f9
AS
92482010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9249
dd86ea11
JB
9250 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9251 (Bug#5806)
e9952282 9252
beb000f9
AS
9253 * language/tv-util.el (tai-viet-re): Remove format.
9254
6f2cdcd1
KH
92552010-07-12 Kenichi Handa <handa@m17n.org>
9256
dd86ea11
JB
9257 * language/hebrew.el: Remove no-byte-compile declaration.
9258 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
9259 composition-function-table for 3-character looking back.
9260 (hebrew-font-get-precomposed): New function.
9261 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9262
f479ef6e
CY
92632010-07-11 Chong Yidong <cyd@stupidchicken.com>
9264
9265 * mouse.el (mouse-drag-track): Handle select-active-regions
9266 (Bug#6612).
9267
3277c1ee
MA
92682010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9269
9270 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9271 empty argument to gvfs-copy.
9272
3260caf8
GM
92732010-07-10 Glenn Morris <rgm@gnu.org>
9274
9275 * calendar/calendar.el (calendar-week-end-day): New function.
9276 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9277 Respect calendar-week-start-day. (Bug#6606)
9278 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9279 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9280 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9281 respect calendar-week-start-day.
9282
c876b263
CY
92832010-07-10 Chong Yidong <cyd@stupidchicken.com>
9284
9285 * simple.el (use-region-p): Doc fix (Bug#6607).
9286
dce34635
AG
92872010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9288
6a7662bb
BR
9289 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9290 Add regexps for cucumber and ruby.
dce34635 9291
c0397930
DU
92922010-07-08 Daiki Ueno <ueno@unixuser.org>
9293
9294 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9295 (epa-file-insert-file-contents): Hack to prevent
192cfe77 9296 find-file from opening empty buffer when decryption failed
c0397930
DU
9297 (bug#6568).
9298
fd5539c6
AM
92992010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9300
a628ad9d
JB
9301 * textmodes/ispell.el (ispell-alternate-dictionary):
9302 Use file-readable-p.
fd5539c6
AM
9303 Return nil if no word-list is found at default locations.
9304 (ispell-complete-word-dict): Default to nil.
9305 (ispell-command-loop): Use 'word-list' when using lookup-words.
9306 (lookup-words): Use ispell-complete-word-dict or
9307 ispell-alternate-dictionary. Check for word-list availability
9308 and handle errors if needed with better messages (Bug#6539).
9309 (ispell-complete-word): Use ispell-complete-word-dict or
9310 ispell-alternate-dictionary.
9311
4565b08e
CS
93122010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9313
9314 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9315 builtins (BufferError, BytesWarning, WindowsError; callables
9316 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9317
a2c270e7
GM
93182010-07-07 Glenn Morris <rgm@gnu.org>
9319
9320 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9321 (zone-shift-left): Ignore intangibility, and any errors from
9322 forward-char.
9323 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9324 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9325 deleting, and copying text properties.
9326 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9327 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9328 to point-max is hard.
9329 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9330 (zone-fill-out-screen): Ignore intangibility.
9331
81133808
CY
93322010-07-05 Chong Yidong <cyd@stupidchicken.com>
9333
4ad11f8c
CY
9334 * menu-bar.el (menu-bar-mode):
9335 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9336 if it has been set.
9337
81133808
CY
9338 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9339 word/line selection (Bug#6565).
9340
b24344ca
JB
93412010-07-04 Juanma Barranquero <lekktu@gmail.com>
9342
9343 * net/dbus.el (dbus-send-signal): Declare function.
9344
b1ce08da
MA
93452010-07-04 Michael Albinus <michael.albinus@gmx.de>
9346
9347 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9348 (dbus-register-property): New optional argument EMITS-SIGNAL.
9349 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9350
5592c08f
CY
93512010-07-03 Chong Yidong <cyd@stupidchicken.com>
9352
9353 * mouse.el (mouse-drag-overlay): Variable deleted.
9354 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9355 (mouse--remap-link-click-p): New function.
9356 (mouse-drag-track): Handle dragging by using temporary Transient
9357 Mark mode, instead of a special overlay.
9358 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9359 mouse-show-mark.
9360
9361 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9362 deleted.
9363
a6ed0e28
JL
93642010-07-02 Juri Linkov <juri@jurta.org>
9365
9366 * autoinsert.el (auto-insert-alist): Fix readability
9367 by using dotted pair notation for lambda.
9368
c91e692b
JL
93692010-07-02 Juri Linkov <juri@jurta.org>
9370
9371 * faces.el (read-face-name): Rename arg `string-describing-default'
9372 to `default'. Doc fix. Display the default value in quotes
9373 in the prompt. With empty input, return the `default' arg,
9374 unless the default value is a string (in which case return nil).
9375 (describe-face): Replace the string `default' arg of `read-face-name'
9376 with the symbol `default'.
9377
23640f8f
CY
93782010-07-02 Chong Yidong <cyd@stupidchicken.com>
9379
9380 * emulation/viper-cmd.el (viper-delete-backward-char)
9381 (viper-del-backward-char-in-insert)
9382 (viper-del-backward-char-in-replace, viper-change)
9383 (viper-backward-indent): Replace delete-backward-char with
9384 delete-char (Bug#6552).
9385
b32d1614
CY
93862010-07-01 Chong Yidong <cyd@stupidchicken.com>
9387
9388 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9389
c1ef4455
CY
93902010-06-30 Chong Yidong <cyd@stupidchicken.com>
9391
9392 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9393 argument passed to frame-creation-function (Bug#5378).
9394
9395 * faces.el (x-handle-named-frame-geometry)
9396 (x-handle-reverse-video, x-create-frame-with-faces)
6a7662bb
BR
9397 (face-set-after-frame-default, tty-create-frame-with-faces):
9398 Don't separately consult default-frame-alist. It is now passed as the
c1ef4455
CY
9399 PARAMETER argument.
9400
55702e89
AS
94012010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9402
9403 * startup.el (command-line): Don't call tool-bar-setup in a
9404 tty-only build.
9405
dc9a226c
CY
94062010-06-30 Chong Yidong <cyd@stupidchicken.com>
9407
9408 * ruler-mode.el (ruler--save-header-line-format): New fun.
9409 (ruler-mode): Use it as a setter function, so as not to overwrite
9410 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9411
a2f043d3
CY
94122010-06-29 Chong Yidong <cyd@stupidchicken.com>
9413
9414 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9415 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9416 (vc-log-outgoing): Use it.
9417 (vc-diff-internal): Set diff-vc-backend.
9418
9419 * vc/diff-mode.el (diff-vc-backend): New var.
9420
62d115ef
J
94212010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9422
6a7662bb
BR
9423 * dynamic-setting.el (font-setting-change-default-font):
9424 Remove call to message.
62d115ef 9425
1180f752
KH
94262010-06-28 Kenichi Handa <handa@m17n.org>
9427
9428 * international/quail.el (quail-insert-kbd-layout): Fix the
9429 showing of untranslated characters.
9430
b9229673
CY
94312010-06-28 Chong Yidong <cyd@stupidchicken.com>
9432
9433 * simple.el (delete-active-region): New option.
9434 (delete-backward-char): Implement in Lisp.
9435 (delete-forward-char): New command.
9436
5f9d345c 9437 * mouse.el (mouse-region-delete-keys): Delete.
b9229673
CY
9438 (mouse-show-mark): Simplify.
9439
9440 * bindings.el (global-map): Bind delete and DEL, the former to
9441 delete-forward-char.
9442
a628ad9d 94432010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
9444
9445 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9446 (ruby-mode): Bind indent-line-function (Bug#5119).
9447
3468f435
CY
94482010-06-27 Chong Yidong <cyd@stupidchicken.com>
9449
9450 * startup.el (command-line): Recognize "0" X resource value.
9451
6431f2e6
CY
94522010-06-27 Chong Yidong <cyd@stupidchicken.com>
9453
9454 * startup.el (command-line): Use X resources to set the value of
9455 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9456
9457 * menu-bar.el (menu-bar-mode):
9458 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9459 Set init-value to t.
9460
9461 * frame.el (frame-notice-user-settings): Don't change
9462 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9463 vice versa (Bug#2249).
9464
b61dfbe2
EZ
94652010-06-26 Eli Zaretskii <eliz@gnu.org>
9466
9467 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9468
f5cbf40e
AM
94692010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9470
a628ad9d
JB
9471 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9472 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 9473
a628ad9d 9474 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 9475 default directories are expanded (Bug#6143).
f5cbf40e 9476
8f3b8a5f
JL
94772010-06-24 Juri Linkov <juri@jurta.org>
9478
9479 * minibuffer.el (completions-format): Change default from nil to
9480 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9481
5af72a47
JL
94822010-06-24 Juri Linkov <juri@jurta.org>
9483
9484 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9485 buffer-locally to lambda that re-runs the vc diff command.
9486 (Bug#6447)
9487
8f804316
CY
94882010-06-24 Chong Yidong <cyd@stupidchicken.com>
9489
9490 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9491 echo area is in use (Bug#3412).
9492
be19ef0b
GM
94932010-06-22 Glenn Morris <rgm@gnu.org>
9494
6555773f
GM
9495 * textmodes/texinfmt.el (texinfo-format-region)
9496 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9497 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9498 (texinfo-format-option, texinfo-noindent):
9499 Use line-beginning-position and line-end-position.
9500
be19ef0b
GM
9501 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9502 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9503 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9504 utf-8 characters.
9505
7f0b7b3e
KF
95062010-06-21 Karl Fogel <kfogel@red-bean.com>
9507
49554388
GM
9508 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9509 forward-line fallout.
9510
e8579ebc
CY
95112010-07-06 Chong Yidong <cyd@stupidchicken.com>
9512
9513 * mouse.el (mouse-appearance-menu): Add docstring.
9514
9515 * help.el (describe-key): Print up-event using key-description.
9516
5d1cd8bd
MA
95172010-07-03 Michael Albinus <michael.albinus@gmx.de>
9518
9519 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 9520 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
9521 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9522
112dbc0e
MA
95232010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9524
9525 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9526
d0cb23ca
DN
95272010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9528
9529 Avoid displaying files with a nil state in vc-dir.
a628ad9d 9530 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
9531 cases that cause insertion.
9532 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9533 with a nil state.
9534
01b229d1
CY
95352010-06-30 Chong Yidong <cyd@stupidchicken.com>
9536
9537 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9538
8bf1c786 95392010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
9540
9541 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9542
dfc6544c
CY
95432010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9544
9545 * generic-x.el (bat-generic-mode): Fix regexp for command line
9546 switches (Bug#5719).
9547
b7d4de51
CY
95482010-06-27 Masatake YAMATO <yamato@redhat.com>
9549
dfc6544c
CY
9550 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9551 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 9552
53cfe624 95532010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
3726248f 9554
8bf1c786 9555 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
9556 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9557 bindings of bookmark-automatically-show-annotations (Bug#6515).
9558
aca54191
EZ
95592010-06-25 Eli Zaretskii <eliz@gnu.org>
9560
9561 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9562 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9563
2330fa87
ŠN
95642010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9565
9566 * comint.el (make-comint, make-comint-in-buffer): Mention return
9567 value in the docstrings. (Bug#6498)
9568
29115ca9
YR
95692010-06-24 Yoni Rabkin <yoni@rabkins.net>
9570
9571 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9572 since it is not present when using some non-default switches.
9573
2c79f053
KF
95742010-06-23 Karl Fogel <kfogel@red-bean.com>
9575
7f0b7b3e
KF
9576 * simple.el (compose-mail): Fix doc string to refer to
9577 `compose-mail-user-agent-warnings', instead of to the
9578 nonexistent `compose-mail-check-user-agent'.
9579
43a91810
AM
95802010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9581
9582 Fix an indentation bug:
9583
9584 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9585 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9586 of existing values.
9587
9588 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9589 (c-clear->-pair-props-if-match-before): now return t when they've
9590 cleared properties, nil otherwise.
9591 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9592 by taking account of the existing value.
9593
9594 * progmodes/cc-defs.el
9595 (c-clear-char-property-with-value-function): Fix this to clear the
9596 property rather than overwriting it with nil.
9597
8adb4c33
CY
95982010-06-20 Chong Yidong <cyd@stupidchicken.com>
9599
9600 * emacs-lisp/package.el (package-print-package): Add link to
9601 package description via describe-package.
9602 (describe-package-1): List package requirements. Add button to
9603 perform installation.
9604 (package-menu-describe-package): New command.
9605
9606 * help-mode.el (help-package): New button type.
9607
cced7584
CY
96082010-06-19 Chong Yidong <cyd@stupidchicken.com>
9609
9610 * emacs-lisp/package.el: Move package-list-packages binding to
9611 menu-bar.el.
9612 (describe-package, describe-package-1, package--dir): New funs.
9613 (package-activate-1): Use package--dir.
9614
9615 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9616
9617 * help-mode.el (help-package-def): New button type.
9618
9619 * menu-bar.el: Move package-list-packages binding here from
9620 package.el.
9621
d148e8f9
GH
96222010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9623
9624 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9625
b1a03ef6
SM
96262010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9627
9628 * emacs-lisp/edebug.el (edebug-read-list):
9629 Phase out old-style backquotes.
9630
dbd6da78
JL
96312010-06-17 Juri Linkov <juri@jurta.org>
9632
9633 * help-mode.el (help-mode): Set buffer-local variable
9634 revert-buffer-function to help-mode-revert-buffer.
9635 (help-mode-revert-buffer): New function.
9636
9637 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9638 before popping to "*info*" (like in other Info functions).
9639 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9640 old-history-forward. Pop to old-buffer-name or "*info*" to
9641 recreate the killed buffer. Set Info-history-forward from
9642 old-history-forward.
9643 (Info-breadcrumbs-depth): Add :group and :version.
9644
64eba874
DN
96452010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9646
9647 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9648
26508c03
AM
96492010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9650
a628ad9d
JB
9651 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9652 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 9653
69582fcd
JB
96542010-06-17 Juanma Barranquero <lekktu@gmail.com>
9655
54ea2a0d
JB
9656 * emacs-lisp/package.el (package-menu-mode-map):
9657 Move initialization into declaration.
9658
69582fcd
JB
9659 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9660
44198b6e
CY
96612010-06-17 Chong Yidong <cyd@stupidchicken.com>
9662
9663 * emacs-lisp/package.el (package-archive-base): Point to
9664 elpa.gnu.org.
9665 (package-enable, package-load-list): New defcustoms.
9666 (package-user-dir, package-directory-list): Turn into defcustoms.
9667 Don't include package-user-dir in package-directory-list.
9668 (package--builtins-base): Don't include Emacs as a "package".
9669 (package-subdirectory-regexp): New var.
9670 (package-load-all-descriptors, package-compute-transaction)
9671 (package-download-transaction): Obey package-load-list.
9672 (package-activate-1): Rename from package-do-activate.
9673 (package-list-packages-internal): Check package-load-list.
9674 (package-load-descriptor, package-generate-autoloads)
9675 (package-unpack, package-unpack-single)
6a7662bb
BR
9676 (package--read-archive-file, package-delete):
9677 Use expand-file-name.
44198b6e
CY
9678
9679 * emacs-lisp/package-x.el: New file. Package uploading
9680 functionality split out from package.el.
9681
95b6d681 9682 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
9683
96842010-06-17 Tom Tromey <tromey@redhat.com>
9685
9686 * emacs-lisp/package.el: New file.
9687
50d76a9f
DN
96882010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9689
9690 Fix vc-annotate for renamed files when using Git.
76e3243a 9691 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
9692 ls-files. Doe not pass the object as a file name to cat-file, it
9693 is not a file name.
9694 (vc-git-annotate-command): Pass the file name using -- to avoid
9695 ambiguity with the revision.
9696 (vc-git-previous-revision): Pass a relative file name.
9697
6095a05b
GM
96982010-06-22 Glenn Morris <rgm@gnu.org>
9699
943375a6
GM
9700 * progmodes/js.el (js-mode-map): Use standard capitalization and
9701 ellipses for menu entries.
9702
6095a05b
GM
9703 * wid-edit.el (widget-complete): Doc fix.
9704
4514199e
JH
97052010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9706
9707 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9708
c4786d60
DN
97092010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9710
11c46b39 9711 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 9712 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 9713 VC backend. Use it when non-nil.
a628ad9d 9714 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
07976ae3 9715 (Bug#6487).
11c46b39 9716
c4786d60 9717 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 9718 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
9719 Do not pass the file name to the 'previous-revision call when we
9720 don't want a file diff. (Bug#6489)
9721
04ec0963
DN
97222010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9723
11c46b39 9724 Fix finding revisions for renamed files in vc-annotate.
76e3243a 9725 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 9726 the VC backend. Use it when non-nil.
76e3243a 9727 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
9728 backend to vc-find-revision. (Bug#6487)
9729
c036381c
DN
97302010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9731
9732 Fix reading file names in Git annotate buffers.
95b6d681
JB
9733 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9734 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 9735
05c123e6
AM
97362010-06-20 Alan Mackenzie <acm@muc.de>
9737
9738 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
9739 in file local variables, set it first.
9740
4111f0c7
GM
97412010-06-19 Glenn Morris <rgm@gnu.org>
9742
74739ffd
GM
9743 * descr-text.el (describe-char-unicode-data): Insert separating
9744 space when needed. (Bug#6422)
9745
4111f0c7
GM
9746 * progmodes/idlwave.el (idlwave-action-and-binding):
9747 Fix typo in 2009-12-03 change. (Bug#6450)
9748
e20f0421
SM
97492010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9750
9751 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
9752 handling for `lambda' (misunderstanding).
9753
fb3e306a
JB
97542010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
9755
dd86ea11 9756 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
9757 constants aren't distributed after they are factored out.
9758
e020fb59
JL
97592010-06-16 Juri Linkov <juri@jurta.org>
9760
9761 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
9762 `list-colors-print'. (Bug#6332)
9763
b8add347
SM
9764 * subr.el (read-quoted-char): Fix up last change (bug#6290).
9765
36901266
SM
97662010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9767
49b2e83d
SM
9768 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
9769 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
9770
36901266
SM
9771 * font-lock.el (font-lock-major-mode): Rename from
9772 font-lock-mode-major-mode to distinguish it from
9773 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
9774 (font-lock-set-defaults):
9775 * font-core.el (font-lock-default-function): Adjust users.
9776 (font-lock-mode): Don't set it at all.
9777
2a64315a 97782010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 9779
76e3243a 9780 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 9781
2a64315a 97822010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
9783
9784 * calendar/appt.el (appt-time-msg-list): Doc fix.
9785 (appt-check): Let-bind appt-warn-time.
9786 (appt-add): Make the 3rd argument optional.
9787 Simplify argument names. Doc fix. Check for integer WARNTIME.
9788 Only add WARNTIME to the output list if non-nil.
9789
2a64315a 97902010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
9791
9792 * calendar/appt.el (appt-check): Let the 3rd element of
9793 appt-time-msg-list specify the warning time.
9794 (appt-add): Add new argument with the warning time. (Bug#5176)
9795
6a7662bb 97962010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
a9de35fe 9797
76e3243a 9798 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
9799 older than version 1.6. (Bug#6361)
9800
2a64315a 98012010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
9802
9803 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
9804 used by cl-do-arglist. (Bug#6408)
9805
30d7ac37
AM
98062010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
9807
6a7662bb
BR
9808 * textmodes/ispell.el (ispell-dictionary-base-alist):
9809 Fix portuguese casechars/not-casechars for missing 'çÇ'.
30d7ac37
AM
9810 Suggested by Rolando Pereira (bug#6434).
9811
8fd02581
JB
98122010-06-15 Juanma Barranquero <lekktu@gmail.com>
9813
9814 * facemenu.el (list-colors-sort): Doc fix.
9815
6a7662bb 98162010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
b15922cc
BR
9817
9818 * progmodes/sql.el (sql-connect-mysql): Fix typo.
9819
f0bf7c8e
JL
98202010-06-14 Juri Linkov <juri@jurta.org>
9821
9822 Add sort option `list-colors-sort'. (Bug#6332)
9823 * facemenu.el (color-rgb-to-hsv): New function.
9824 (list-colors-sort): New defcustom.
9825 (list-colors-sort-key): New function.
9826 (list-colors-display): Doc fix. Sort list according to the option
9827 `list-colors-sort'.
9828 (list-colors-print): Add HSV values to `help-echo' property of
9829 RGB strings.
9830
c42fe9a5
JL
98312010-06-14 Juri Linkov <juri@jurta.org>
9832
9833 * compare-w.el: Move to the "vc" subdirectory.
9834
b263a4c4
SM
98352010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9836
d8b0cddd
SM
9837 * image-mode.el (image-mode-map): Remap left-char and right-char.
9838
b263a4c4
SM
9839 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
9840
89877f5f
CY
98412010-06-12 Chong Yidong <cyd@stupidchicken.com>
9842
133a8d82
CY
9843 * term/common-win.el (x-colors): Add all the color names defined
9844 in rgb.txt (Bug#6332).
9845
89877f5f
CY
9846 * facemenu.el (list-colors-print): Don't print extra names if it
9847 will overflow the window width.
9848
9849 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 9850 change (Bug#6343).
89877f5f 9851
9d1f18b5
EZ
98522010-06-12 Eli Zaretskii <eliz@gnu.org>
9853
9854 * files.el (make-directory): Doc fix (bug#6396).
9855
b81a0b56
MA
98562010-06-12 Michael Albinus <michael.albinus@gmx.de>
9857
9858 * net/tramp.el (tramp-remote-process-environment): Protect version
9859 string by apostroph.
9860 (tramp-shell-prompt-pattern): Do not use a shy group in case of
9861 XEmacs.
9862 (tramp-file-name-for-operation): Add `call-process-region'.
9863 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
9864
9865 * net/tramp-compat.el (top): Do not autoload
9866 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
9867 only when `start-file-process' is not bound.
9868 (tramp-advice-file-expand-wildcards): Do not use
9869 `tramp-handle-file-remote-p'.
9870 (tramp-compat-make-temp-file): Handle the case, that
9871 `make-temp-file' has no third argument EXTENSION.
9872
69f18acc
JB
98732010-06-11 Juanma Barranquero <lekktu@gmail.com>
9874
5fee75d4
JB
9875 * makefile.w32-in (WINS_BASIC): Include new directory vc.
9876
69f18acc
JB
9877 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
9878
9766adfb
JL
98792010-06-11 Juri Linkov <juri@jurta.org>
9880
9881 * finder.el (finder-known-keywords): Add keyword "vc"
9882 for version control.
9883
9884 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
9885 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
9886 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
9887 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
9888
56b2854f
JL
98892010-06-11 Juri Linkov <juri@jurta.org>
9890
9891 Move version control related files to the "vc" subdirectory.
9892 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
9893 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
9894 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
9895 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
9896 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
9897 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
9898 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
9899 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
9900 Move files to the "vc" subdirectory.
9901
6534e58a
CY
99022010-06-11 Chong Yidong <cyd@stupidchicken.com>
9903
9904 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
9905 (Bug#6367).
9906
84d9562f
SE
99072010-06-11 Stephen Eglen <stephen@gnu.org>
9908
9909 * shell.el: Bind `shell-resync-dirs' to M-RET.
9910
3ef0a6a5
MA
99112010-06-10 Michael Albinus <michael.albinus@gmx.de>
9912
9913 * notifications.el: Move file from lisp/net, because it is
9914 supposed to talk locally to the user.
9915
fa4003da
MA
99162010-06-10 Julien Danjou <julien@danjou.info>
9917
9918 * net/notifications.el (notifications-on-action-signal)
9919 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 9920 argument to the callback functions. Add docstrings.
fa4003da
MA
9921 (notifications-notify): Fix docstring.
9922
46e6650e
GM
99232010-06-10 Glenn Morris <rgm@gnu.org>
9924
9925 * emacs-lisp/authors.el (authors-ignored-files)
9926 (authors-valid-file-names): Add some files.
9927
a71832f7
SM
99282010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9929
9930 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
9931 merge conflict, giving preference to the emacs-23 version of the code.
9932
8c6eab5a
SM
99332010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9934
989bc97f
SM
9935 * emacs-lisp/advice.el (ad-compile-function):
9936 Define warning-suppress-types before we let-bind it (bug#6275).
9937
8c6eab5a
SM
9938 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
9939 declare it, make it buffer-local and permanent-local (bug#6324).
9940 (vc-resynch-window): Adjust name.
9941 * vc-hooks.el (vc-find-file-hook): Adjust name.
9942
890a18d6
MA
99432010-06-09 Michael Albinus <michael.albinus@gmx.de>
9944
9945 * net/notifications.el (notifications-notify): Fix docstring.
9946
bf3e70eb
JB
99472010-06-09 Juanma Barranquero <lekktu@gmail.com>
9948
9949 Update to Unicode 6.0.0 beta.
9950 * international/charprop.el: Update copyright.
9951 * international/mule-cmds.el (ucs-names): Update character ranges.
9952 * international/uni-bidi.el:
9953 * international/uni-category.el:
9954 * international/uni-combining.el:
9955 * international/uni-comment.el:
9956 * international/uni-decimal.el:
9957 * international/uni-decomposition.el:
9958 * international/uni-digit.el:
9959 * international/uni-lowercase.el:
9960 * international/uni-mirrored.el:
9961 * international/uni-name.el:
9962 * international/uni-numeric.el:
9963 * international/uni-old-name.el:
9964 * international/uni-titlecase.el:
9965 * international/uni-uppercase.el: Regenerate.
9966
b978141d
JB
99672010-06-09 Juanma Barranquero <lekktu@gmail.com>
9968
ee8359ba
JB
9969 * emacs-lisp/smie.el (comment-string-strip): Declare function.
9970 (smie-precs-precedence-table): Fix typo in docstring.
9971
f64ab8fb
JB
9972 * vc-mtn.el (log-edit-extract-headers): Declare function.
9973
883ffa8c
JB
9974 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
9975
b978141d
JB
9976 * net/notifications.el (dbus-register-signal): Declare function.
9977 (notifications-notify): Fix typos and reflow docstring.
9978
5f4f2ae4
DN
99792010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9980
9981 Improve VC create/retrieve tag/branch.
9982 * vc.el (vc-create-tag): Do not read the directory name for VCs
9983 with repository revision granularity. Adjust the tag/branch
9984 prompt. Reset VC properties.
9985 (vc-retrieve-tag): Do not read the directory name for VCs
9986 with repository revision granularity. Reset VC properties.
9987
41a86354
MA
99882010-06-09 Julien Danjou <julien@danjou.info>
9989
ef33fd34 9990 * net/notifications.el: New file.
41a86354 9991
fab43c76
DN
99922010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9993
00fd1147
DN
9994 Add optional support for resetting VC properties.
9995 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
9996 call vc-file-clearprops when true.
9997 (vc-resynch-buffer): Add new optional argument, pass it down.
9998 (vc-resynch-buffers-in-directory): Likewise.
9999
fab43c76
DN
10000 Improve support for special markup in the VC commit message.
10001 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
10002 * vc-hg.el (vc-hg-checkin): Add support for Date:.
10003 * vc-git.el (vc-git-checkin):
10004 * vc-bzr.el (vc-bzr-checkin): Likewise.
10005
e7d67e73
SM
100062010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10007
10008 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
10009 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
10010
277e6741
MP
100112010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
10012
10013 * iimage.el: Remove images as soon as the underlying text is modified.
10014 (iimage-modification-hook): New function.
10015 (iimage-mode-buffer): Use it.
10016
83156c18
SM
100172010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10018
10019 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
10020 smie-indent-offset-after. Add :prev case. Make a bit more generic.
10021 (smie-indent-virtual): Remove `virtual' arg. Update callers.
10022 (smie-indent-keyword): Add handling of open-paren keywords.
10023 (smie-indent-comment-continue): Don't assume comment-continue.
10024
13b5221f
MR
100252010-06-07 Martin Rudalics <rudalics@gmx.at>
10026
10027 * window.el (pop-to-buffer): Remove the conditional that
10028 compares new-window and old-window, so it will reselect
10029 the selected window unconditionally.
10030 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
10031
c2ea5810
SM
100322010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10033
10034 * emacs-lisp/smie.el (smie-indent-offset-after)
10035 (smie-indent-forward-token, smie-indent-backward-token): New functions.
10036 (smie-indent-after-keyword): Use them.
10037 (smie-indent-fixindent): Only applies to the indentation of the BOL.
10038 (smie-indent-keyword): Tweak the black magic.
10039 (smie-indent-comment-continue): Strip comment-continue before use.
10040 (smie-indent-functions): Indent comments before keywords.
10041
27dd3c11
JL
100422010-06-06 Juri Linkov <juri@jurta.org>
10043
10044 * isearch.el (isearch-lazy-highlight-search): Fix looping
10045 by checking for empty match. This syncs this loop with the
10046 similar loop in `isearch-search'. (Bug#6362)
10047
35b148ee
JB
100482010-06-05 Juanma Barranquero <lekktu@gmail.com>
10049
10050 * net/dbus.el (dbus-register-method): Declare function.
10051 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
10052 (dbus-introspect): Doc fix.
10053 (dbus-event-bus-name, dbus-introspect-get-interface)
10054 (dbus-introspect-get-argument): Reflow docstrings.
10055
eccdfe5f
DN
100562010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
10057
10058 vc-log-incoming/vc-log-outgoing fixes for Git.
10059 * vc-git.el (vc-git-log-view-mode): Fix font lock for
10060 incoming/outgoing logs.
10061 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
10062 instead of vc-git-compute-remote.
10063 (vc-git-compute-remote): Remove.
10064
86253dc0
CY
100652010-06-04 Chong Yidong <cyd@stupidchicken.com>
10066
10067 * term/common-win.el (x-colors): Add "dark green" and "dark
10068 turquoise" (Bug#6332).
10069
0665f661
JL
100702010-06-04 Juri Linkov <juri@jurta.org>
10071
10072 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
10073 Instead of setting `replace' to t and replacing the same string
10074 with itself, don't do certain actions when
10075 kill-do-not-save-duplicates is non-nil and string is equal to car
10076 of kill-ring: don't call menu-bar-update-yank-menu, don't push
10077 interprogram-paste strings to kill-ring, and don't push the input
10078 argument `string' to kill-ring.
10079 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
10080
087fc47a
JB
100812010-06-04 Juanma Barranquero <lekktu@gmail.com>
10082
10083 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
10084
4f201088
MA
100852010-06-04 Michael Albinus <michael.albinus@gmx.de>
10086
10087 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
10088 (tramp-gvfs-handler-mounted-unmounted)
10089 (tramp-gvfs-connection-mounted-p): Handle default-location.
10090
10091 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
10092 move files to trash.
10093
18ccd78a
JB
100942010-06-04 Juanma Barranquero <lekktu@gmail.com>
10095
10096 * international/mule-cmds.el (nonascii-insert-offset)
10097 (nonascii-translation-table): Add obsolescence information.
10098
10099 * international/mule.el (make-translation-table-from-vector): Doc fix.
10100
3845c322
GM
101012010-06-03 Glenn Morris <rgm@gnu.org>
10102
10103 * desktop.el (desktop-clear-preserve-buffers):
10104 Add "*Warnings*" buffer. (Bug#6336)
10105
54d3626e
DN
101062010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
10107
6941ffec
DN
10108 vc-log-incoming/vc-log-outgoing improvements for Git.
10109 * vc-git.el (vc-git-log-outgoing): Use the same format as the
10110 short log.
10111 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
10112
54d3626e
DN
10113 Add bindings for vc-log-incoming and vc-log-outgoing.
10114 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
10115 and vc-log-outgoing.
10116 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
10117 and vc-log-outgoing.
10118
aa1bc616
CY
101192010-06-03 Chong Yidong <cyd@stupidchicken.com>
10120
10121 * net/rcirc.el (rcirc-sort-nicknames): Remove.
10122 (rcirc-handler-366): Always sort nicknames.
10123
e2d2a205
JB
101242010-06-03 Juanma Barranquero <lekktu@gmail.com>
10125
10126 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
10127
44ea155d
CY
101282010-06-03 Chong Yidong <cyd@stupidchicken.com>
10129
a628ad9d 10130 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 10131
a91dedc4
SM
101322010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10133
10134 * net/rcirc.el (rcirc-sort-nicknames): Change default.
10135 (rcirc-sort-nicknames-join): Avoid setq.
10136
c62bf05a
DD
101372010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10138
10139 * net/rcirc.el (rcirc-sort-nicknames): New custom.
10140 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
10141 (rcirc-handler-366): Use them.
10142
dd2c3c92
SM
101432010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10144
10145 Split smie-indent-calculate into more manageable chunks.
10146 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
10147 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
10148 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
10149 (smie-indent-exps): Extract from smie-indent-calculate.
10150 (smie-indent-functions): New var.
10151 (smie-indent-functions): Use them.
10152
927c346b
SM
101532010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10154
10155 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
10156 (smie-indent-calculate): Simplify and cleanup.
10157
1efeec86
MA
101582010-06-02 Michael Albinus <michael.albinus@gmx.de>
10159
10160 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
10161 (tramp-gvfs-mount-point): Remove.
10162 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
10163 New defuns.
1efeec86
MA
10164 (with-tramp-dbus-call-method): Format trace message.
10165 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
10166 Implement backup call, when operation on local files fails.
10167 Use progress reporter. Flush properties of changed files.
1efeec86
MA
10168 (tramp-gvfs-handle-make-directory): Make more traces.
10169 (tramp-gvfs-url-file-name): Hexify file name in url.
10170 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
10171 into account for the resulting file name.
10172 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
10173 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
10174 (tramp-gvfs-handler-mounted-unmounted)
10175 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
10176 attribute "default_location". Set "prefix" property.
10177 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
10178 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
10179 exists. Raise an error, if not (due to a corresponding answer
10180 "no" in interactive questions, for example).
10181
89877f5f 101822010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
10183
10184 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
10185
24f574a9
JB
101862010-06-01 Juanma Barranquero <lekktu@gmail.com>
10187
10188 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
10189 right-*. (Bug#6265)
10190
290736f2
DN
101912010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10192
61158bfa
DN
10193 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
10194 * vc-git.el (vc-git-compute-remote): New function.
10195 (vc-git-log-outgoing): Use it instead of hard coding a value.
10196 (vc-git-log-incoming): New function.
10197
5828f6ca
DN
10198 Improve state updating for VC tag commands.
10199 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
10200 to update the state of all buffers in the directory.
10201
290736f2
DN
10202 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
10203
feceda26
SM
102042010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10205
10206 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
10207 `file-directory-p' to the filename part rather than to the whole text.
10208
896114cf
SM
102092010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10210
10211 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
10212
1603358c
DA
102132010-05-31 Drew Adams <drew.adams@oracle.com>
10214
10215 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
10216
fe40dc63
JB
102172010-05-31 Juanma Barranquero <lekktu@gmail.com>
10218
10219 * subr.el (momentary-string-display): Just use read-event to read
10220 the exit event (Bug#6238).
10221
9e8014c6
EZ
102222010-05-30 Eli Zaretskii <eliz@gnu.org>
10223
10224 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10225
61a08071
JB
102262010-05-30 Juanma Barranquero <lekktu@gmail.com>
10227
10228 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10229 Suggested by Eli Zaretskii <eliz@gnu.org>.
10230
5feec8ca
SM
102312010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10232
10233 * minibuffer.el (completion-file-name-table): Don't return a boundary
10234 past the end of `string' (bug#6299).
10235 (completion--file-name-table): Delegate to completion-file-name-table
10236 for the `boundaries' case.
10237
8175cb90
JB
102382010-05-30 Juanma Barranquero <lekktu@gmail.com>
10239
2b94133f
JB
10240 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10241 movement commands.
10242
8175cb90
JB
10243 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10244 `path-separator', but maintain compatibility with Emacs 20.2.
10245
0191e222
CY
102462010-05-29 Chong Yidong <cyd@stupidchicken.com>
10247
10248 * server.el (server-process-filter): Receive parent-id argument
10249 from emacsclient.
10250 (server-create-window-system-frame): New arg. Pass parent-id as
10251 frame parameter.
10252
9b655a0a
EZ
102532010-05-29 Eli Zaretskii <eliz@gnu.org>
10254
db5dce9d
EZ
10255 Bidi-sensitive word movement with arrow keys.
10256 * subr.el (right-arrow-command, left-arrow-command): Move to
10257 bindings.el.
10258
10259 * bindings.el (right-char, left-char): Move from subr.el and
10260 rename from right-arrow-command and left-arrow-command.
10261 (right-word, left-word): New functions.
10262 (global-map) <right>: Bind to right-char.
10263 (global-map) <left>: Bind to left-char.
10264 (global-map) <C-right>: Bind to right-word.
10265 (global-map) <C-left>: Bind to left-word.
10266
9b655a0a
EZ
10267 * ls-lisp.el (ls-lisp-classify-file): New function.
10268 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10269 (ls-lisp-classify): Call ls-lisp-classify-file.
10270 (insert-directory): Remove blanks from switches.
10271
fcb52808
CY
102722010-05-29 Chong Yidong <cyd@stupidchicken.com>
10273
10274 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10275 (ansi-color-drop-regexp): New constant.
10276 (ansi-color-apply, ansi-color-filter-region)
896114cf 10277 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
10278 (ansi-color-apply): Build string list before calling concat.
10279
0040735a
JL
102802010-05-28 Juri Linkov <juri@jurta.org>
10281
10282 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10283 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10284 (Bug#5270)
10285
b6827fff
MA
102862010-05-28 Michael Albinus <michael.albinus@gmx.de>
10287
10288 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10289 to ignored backtrace functions.
10290 (with-progress-reporter): Expand docstring.
10291 (tramp-handle-delete-file): Implement TRASH argument.
10292 (tramp-get-remote-trash): New defun.
10293
eba082a2
MA
102942010-05-28 Michael Albinus <michael.albinus@gmx.de>
10295
6a7662bb
BR
10296 * net/tramp-compat.el (tramp-compat-delete-file):
10297 Use `symbol-value' for backward compatibility.
eba082a2
MA
10298
10299 * net/tramp.el (tramp-handle-make-symbolic-link)
10300 (tramp-handle-load)
10301 (tramp-do-copy-or-rename-file-via-buffer)
10302 (tramp-do-copy-or-rename-file-directly)
10303 (tramp-do-copy-or-rename-file-out-of-band)
10304 (tramp-handle-process-file, tramp-handle-call-process-region)
10305 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10306 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10307 (tramp-delete-temp-file-function): Use `delete-file' instead
10308 of `tramp-compat-delete-file'.
10309
10310 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10311 (tramp-fish-handle-make-symbolic-link)
10312 (tramp-fish-handle-process-file): Use `delete-file' instead
10313 of `tramp-compat-delete-file'.
10314
6a7662bb
BR
10315 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10316 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10317
0dc3e410
MA
10318 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Use
10319 `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10320
6a7662bb
BR
10321 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10322 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
10323
10324 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10325 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10326 (tramp-smb-handle-write-region): Use `delete-file' instead of
10327 `tramp-compat-delete-file'.
10328 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10329
f1a5d776
CY
103302010-05-27 Chong Yidong <cyd@stupidchicken.com>
10331
10332 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 10333 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
10334 (dired-do-flagged-delete, dired-do-delete): Use trash.
10335
10336 * speedbar.el (speedbar-item-delete): Allow trashing.
10337
10338 * files.el (delete-directory): New arg TRASH.
10339
10340 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10341 (ange-ftp-rename-remote-to-remote)
10342 (ange-ftp-rename-local-to-remote)
10343 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10344 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10345 `delete-file'.
10346 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10347 allow trashing.
10348
10349 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10350 handle new TRASH arg of `delete-file'.
10351
c4ce1145 10352 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
10353 (tramp-handle-make-symbolic-link, tramp-handle-load)
10354 (tramp-do-copy-or-rename-file-via-buffer)
10355 (tramp-do-copy-or-rename-file-directly)
10356 (tramp-do-copy-or-rename-file-out-of-band)
10357 (tramp-handle-process-file, tramp-handle-call-process-region)
10358 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10359 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10360 (tramp-delete-temp-file-function): Use null TRASH arg in
10361 tramp-compat-delete-file call.
10362
10363 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10364 (tramp-fish-handle-delete-file)
10365 (tramp-fish-handle-make-symbolic-link)
10366 (tramp-fish-handle-process-file): Use null TRASH arg in
10367 `tramp-compat-delete-file' call.
10368
10369 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10370 arg in `tramp-compat-delete-file' call.
10371
10372 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10373 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10374 `tramp-compat-delete-file' call.
10375
10376 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10377 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10378 `tramp-compat-delete-file' call.
10379
10380 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10381 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10382 (tramp-smb-handle-write-region): Use null TRASH arg in
10383 tramp-compat-delete-file call.
10384 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10385 (tramp-smb-handle-delete-file): Rename arg.
10386
10387 * diff.el (diff-sentinel):
10388 * epg.el (epg--make-temp-file, epg-decrypt-string)
10389 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10390 * jka-compr.el (jka-compr-partial-uncompress)
10391 (jka-compr-call-process, jka-compr-write-region):
10392 * server.el (server-sentinel): Remove optional arg from
10393 delete-file, reverting 2010-05-03 change.
10394
ecb0ab90
CY
103952010-05-27 Chong Yidong <cyd@stupidchicken.com>
10396
6a7662bb
BR
10397 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10398 Use font-lock-constant-face, not obsolete font-lock-reference-face.
ecb0ab90 10399
2b25da45
KH
104002010-05-27 Kenichi Handa <handa@m17n.org>
10401
10402 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10403 element of GSTRING is nil.
10404
11e4d8c0
SM
104052010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10406
10407 * emacs-lisp/smie.el (smie-forward-token-function)
10408 (smie-backward-token-function): New vars.
10409 (smie-backward-sexp, smie-forward-sexp)
10410 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10411 (smie-default-backward-token): Rename from smie-backward-token and
10412 skip comments.
10413 (smie-default-forward-token): Rename from smie-forward-token and
10414 skip comments.
10415 (smie-next-sexp): Handle nil results from next-token.
10416 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10417
4da3541b
CY
104182010-05-27 Chong Yidong <cyd@stupidchicken.com>
10419
896114cf
SM
10420 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10421 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
10422
104232010-05-27 Masatake YAMATO <yamato@redhat.com>
10424
10425 * htmlfontify.el (hfy-face-resolve-face): New function.
10426 (hfy-face-to-style): Use it (Bug#6279).
10427
6dc439cb
SM
104282010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10429
10430 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10431 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10432
021eb8d7
GM
104332010-05-26 Glenn Morris <rgm@gnu.org>
10434
10435 * emulation/edt.el (edt-load-keys): Use locate-library.
10436
bef4957b
CY
104372010-05-25 Chong Yidong <cyd@stupidchicken.com>
10438
10439 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10440 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
10441 (log-edit-changelog-insert-entries): Args changed.
10442 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
10443 (log-edit-insert-changelog-entries): Reorganize return value of
10444 `log-edit-changelog-entries' to pass filenames to
10445 log-edit-changelog-insert-entries.
10446
84fb0956
TV
104472010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10448
10449 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10450 `image-dired-dired-insert-marked-thumbs' to
10451 `image-dired-dired-toggle-marked-thumbs'.
10452
10453 * image-dired.el: Require cl when compiling.
10454 (image-dired-dired-toggle-marked-thumbs): Rename from
10455 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10456 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10457 to 'no-dir. Skip files whose names don't match
10458 `image-file-name-regexp'. When file has a thumbnail overlay,
10459 delete it. (Bug#5270)
10460
0fb1193d
JL
104612010-05-25 Juri Linkov <juri@jurta.org>
10462
10463 * image-mode.el (image-mode): Add image-after-revert-hook to
10464 after-revert-hook.
10465 (image-after-revert-hook): New function. (Bug#5669)
10466
fc937924
JL
104672010-05-25 Juri Linkov <juri@jurta.org>
10468
10469 * image.el (image-animated-p): When delay between animated images
10470 is 0, set it to 10 (0.1 sec). (Bug#6258)
10471
fa9ba953
MA
104722010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10473
10474 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 10475 `forward-word', its default syntax could be changed.
fa9ba953 10476
9e021389
MA
104772010-05-25 Michael Albinus <michael.albinus@gmx.de>
10478
10479 * net/tramp.el (tramp-progress-reporter-update): New defun.
10480 (with-progress-reporter): Use it.
10481 (tramp-process-actions):
6a7662bb
BR
10482 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10483 Preserve current message, in order to let progress reporter continue
9e021389
MA
10484 afterwards. (Bug#6257)
10485
6169260b
GM
104862010-05-25 Glenn Morris <rgm@gnu.org>
10487
10488 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10489 Add :version.
10490
d26781af
RY
104912010-05-25 Ryan Yeske <rcyeske@gmail.com>
10492
8826afe3 10493 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
10494 (rcirc-default-full-name): Change to "unknown".
10495 (rcirc-user-name-history): Add variable.
8826afe3
GM
10496
104972010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 10498 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
10499
10500 * net/rcirc.el (rcirc-server-alist): Add :pass.
10501 (rcirc): When prompting for connection parameters, also prompt for
d26781af 10502 username and password.
a628ad9d 10503 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
10504 value to server when connecting.
10505
d355a0b7
SM
105062010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10507
f5228f84
SM
10508 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10509 (smie-merge-prec2s): Pass the tables as separate args.
10510 (smie-bnf-precedence-table): Adjust call accordingly.
10511 (smie-prec2-levels): Set levels at the end.
10512
d355a0b7
SM
10513 Replace Lisp calls to delete-backward-char by delete-char.
10514 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
10515 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10516 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 10517 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
10518 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10519 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10520 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10521 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10522 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10523 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10524 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10525 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10526 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10527 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
10528 delete-backward-char by calls to delete-char.
10529
f668ef02
KH
105302010-05-25 Kenichi Handa <handa@m17n.org>
10531
10532 * language/hebrew.el (hebrew-shape-gstring): New function.
10533 Register it in composition-function-table for all Hebrew combining
10534 characters.
10535
397eb3f3
SM
105362010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10537
10538 * epa.el (epa--select-keys): Don't explicitly delete the window since
10539 that can fail (e.g. sole window in frame). Use dedication instead.
10540
171eda53 105412010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
10542
10543 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10544
110683ad
CY
105452010-05-22 Chong Yidong <cyd@stupidchicken.com>
10546
10547 * image.el (image-refresh): Define as an alias for image-flush.
10548
10549 * image-mode.el (image-toggle-display-image): Caller changed.
10550
df9db151
JL
105512010-05-21 Juri Linkov <juri@jurta.org>
10552
10553 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10554 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10555 whitespace, call wildcard-to-regexp on substrings and concat them
10556 with "\\|". (Bug#6114)
10557
c0209c2c
AM
105582010-05-21 Alan Mackenzie <acm@muc.de>
10559
171eda53
SM
10560 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10561 Replace parameter `here' with `here-' and `here-plus', which sandwich
10562 any pertinent CPP construct.
c0209c2c
AM
10563 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10564 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10565 CPP construct from taking part in the scanning.
10566
655bded0
MA
105672010-05-21 Michael Albinus <michael.albinus@gmx.de>
10568
10569 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
10570 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10571 Tune `with-progress-reporter' messages.
655bded0
MA
10572 (tramp-handle-vc-registered):
10573 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10574 (tramp-fish-handle-insert-file-contents)
10575 (tramp-fish-maybe-open-connection):
10576 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10577 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10578 (tramp-imap-handle-insert-file-contents)
10579 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10580
3e17a1a7
JB
105812010-05-21 Juanma Barranquero <lekktu@gmail.com>
10582
bf1e8d4a
JB
10583 * add-log.el (change-log-font-lock-keywords):
10584 Highlight all authors in multi-author entries.
10585
3e17a1a7
JB
10586 * smerge-mode.el (smerge-refine-ignore-whitespace)
10587 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10588 Fix typos in docstrings.
10589 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10590
969e684a
GM
105912010-05-21 Glenn Morris <rgm@gnu.org>
10592
e75c1e7d
GM
10593 * progmodes/fortran.el (fortran-mode):
10594 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10595
969e684a
GM
10596 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10597 having a relative path in src/Makefile.in.
10598
a50878fa
KR
105992010-05-20 Kevin Ryde <user42@zip.com.au>
10600
10601 * help-mode.el (help-make-xrefs): For Info node links turn
10602 newlines into spaces. Link node names with newlines are matched
10603 by help-xref-info-regexp and buttonized, this change ensures they
10604 can be followed successfully with RET. (Bug#6206)
10605
f66a2f90
JL
106062010-05-20 Juri Linkov <juri@jurta.org>
10607
10608 * locate.el (locate): Use pop-to-buffer instead of
10609 switch-to-buffer-other-window. (Bug#6204)
10610
201d895a
JL
106112010-05-20 Juri Linkov <juri@jurta.org>
10612
10613 * replace.el (replace-highlight): Fix lazy-highlighting
10614 for `M-s w str M-% str RET'.
10615
1ddb2ea0
MY
106162009-12-15 Masatake YAMATO <yamato@redhat.com>
10617
10618 * isearch.el (isearch-yank-word-or-char): Pull next subword
10619 when `subword-mode' is activated. (Bug#6220)
10620
a6020335
MH
106212010-05-20 Mark A. Hershberger <mah@everybody.org>
10622
10623 * isearch.el (isearch-update-post-hook): New hook.
10624 (isearch-update): Use the new hook. (Bug#6225)
10625
50de6a38
JL
106262010-05-20 Juri Linkov <juri@jurta.org>
10627
10628 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10629 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10630 (Bug#6222)
10631
5d944a8f
JL
106322010-05-20 Juri Linkov <juri@jurta.org>
10633
10634 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10635 (Bug#6223)
10636
f5d6548a
JL
106372010-05-20 Juri Linkov <juri@jurta.org>
10638
10639 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10640 FILE-NAME to read from the minibuffer when called interactively
10641 with prefix argument instead of using buffer-file-name.
10642 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10643
10644 * dired.el: Update autoloads.
10645
f8e63691
CY
106462010-05-20 Chong Yidong <cyd@stupidchicken.com>
10647
10648 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10649 nxml-finish-element, for consistency with SGML mode.
10650
10651 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10652 octave-close-block.
10653
07d7c3bd
JB
106542010-05-20 Juanma Barranquero <lekktu@gmail.com>
10655
10656 * composite.el: Require cl when compiling.
10657 (reference-point-alist, compose-gstring-for-graphic)
10658 (compose-gstring-for-terminal): Fix typos in docstrings.
10659
7bce8510
JL
106602010-05-19 Juri Linkov <juri@jurta.org>
10661
10662 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10663 set-window-parameter.
10664
a7723e05
MA
106652010-05-19 Michael Albinus <michael.albinus@gmx.de>
10666
10667 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10668 where appropriate.
10669 (tramp-maybe-open-connection): Use it.
10670
3f2e7735
EZ
106712010-05-19 Eli Zaretskii <eliz@gnu.org>
10672
10673 * simple.el (move-end-of-line): Make sure we are at line beginning
10674 before backing up to end of previous line.
10675
8d9181c7
MA
106762010-05-19 Michael Albinus <michael.albinus@gmx.de>
10677
8c4ec20f
MA
10678 * password-cache.el (password-cache-remove): Fix docstring.
10679
8d9181c7
MA
10680 * net/secrets.el: Autoload the widget functions.
10681 (secrets-search-items, secrets-create-item)
10682 (secrets-get-attributes, secrets-expand-item): Attributes will be
10683 stored on the password database without leading ":", as all other
10684 clients do as well.
10685 (secrets-mode): Fix docstring.
10686 (secrets-show-secrets): Provide it as autoloaded command only when
10687 D-Bus support is available. Check existence of Secret Service API.
10688
2a96c2a7
SM
106892010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10690
10691 * indent.el (indent-region): Deactivate region (bug#6200).
10692
d24e10b1
GM
106932010-05-19 Glenn Morris <rgm@gnu.org>
10694
10695 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10696
2833d915
KH
106972010-05-19 Kenichi Handa <handa@m17n.org>
10698
10699 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 10700 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 10701
134c2f29
JB
107022010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10703
10704 * calc/calc-trail.el (calc-trail-isearch-forward)
10705 (calc-trail-isearch-backward): Ensure that the new window
10706 point is set correctly.
10707
278847cd
SM
107082010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10709
10710 * subr.el (read-quoted-char): Resolve modifiers after key
10711 remapping (bug#6212).
10712
3a8e7cbd
MA
107132010-05-18 Michael Albinus <michael.albinus@gmx.de>
10714
10715 Add visualization code for secrets.
10716 * net/secrets.el (secrets-mode): New major mode.
10717 (secrets-show-secrets, secrets-show-collections)
10718 (secrets-expand-collection, secrets-expand-item)
10719 (secrets-tree-widget-after-toggle-function)
10720 (secrets-tree-widget-show-password): New defuns.
10721
472e7ec1
SM
107222010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10723
224b70cb
SM
10724 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10725 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10726 handled in smie-next-sexp.
10727 (smie-indent-calculate): Provide a starting indentation (so the
10728 recursion is well-founded ;-).
10729
472e7ec1
SM
10730 Fix handling of non-associative equal levels.
10731 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10732 when it's not needed.
10733 (smie-op-left, smie-op-right): New functions.
10734 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10735 Better handle equal levels to distinguish the associative case from
10736 the "multi-keyword construct" case.
10737 (smie-backward-sexp, smie-forward-sexp): Use it.
10738
35e53abd
JB
107392010-05-18 Juanma Barranquero <lekktu@gmail.com>
10740
5d8fe0ba
JB
10741 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
10742
35e53abd
JB
10743 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
10744 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
10745
5ad4bef5
SM
107462010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10747
10748 Provide a simple generic indentation engine and use it for Prolog.
10749 * emacs-lisp/smie.el: New file.
10750 * progmodes/prolog.el (prolog-smie-op-levels)
10751 (prolog-smie-indent-rules): New var.
10752 (prolog-mode-variables): Use them to configure SMIE.
10753 (prolog-indent-line, prolog-indent-level): Remove.
10754
00681a3c
JB
107552010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10756
560bb7ae 10757 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
10758 order before computing the averages.
10759
eba62f7a
JB
107602010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
10761
597517ef 10762 * calc/calc-vec.el (calc-histogram):
5ad4bef5 10763 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
10764 (math-vector-avg): New function.
10765
560bb7ae 10766 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
10767 being grouped depend on the radix (Bug#6189).
10768
8c5ff6dd
KR
107692010-05-15 Ken Raeburn <raeburn@raeburn.org>
10770
10771 * version.el (emacs-copyright, emacs-version): Don't define here,
10772 now that emacs.c defines it.
10773
98d8b17e
EZ
107742010-05-15 Eli Zaretskii <eliz@gnu.org>
10775
71078429
EZ
10776 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
10777 "Describe Language Environment" menu item.
10778
ce6233c1
EZ
10779 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
10780
d20e1419
EZ
10781 Bidi-sensitive movement with arrow keys.
10782 * subr.el (right-arrow-command, left-arrow-command): New functions.
10783
10784 * bindings.el (global-map): Bind them to right and left arrow keys.
10785
98d8b17e 10786 Don't override standard definition of convert-standard-filename.
6a7662bb
BR
10787 * files.el (convert-standard-filename):
10788 Call w32-convert-standard-filename and dos-convert-standard-filename on
98d8b17e
EZ
10789 the corresponding systems.
10790
10791 * w32-fns.el (w32-convert-standard-filename): Rename from
10792 convert-standard-filename. Doc fix.
10793
10794 * dos-fns.el (dos-convert-standard-filename): Doc fix.
10795 (convert-standard-filename): Don't defalias.
10796 (register-name-alist, make-register, register-value)
10797 (set-register-value, intdos): Obsolete aliases for the
10798 corresponding dos-* functions and variables.
10799 (dos-intdos): Add a doc string.
10800
ae6bc504
JB
108012010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
10802
10803 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
10804 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
10805 (math-compose-tex-func):
10806 * calc/calccomp.el (math-compose-expr):
10807 * calc/calc-ext.el (math-format-flat-expr-fancy):
10808 * calc/calc-store.el (calc-read-var-name):
10809 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
10810
10811 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 10812 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 10813 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 10814 (math-standard-units): Add units.
ae6bc504 10815
c26ea4b2
SM
108162010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10817
7aefa445 10818 * progmodes/asm-mode.el (asm-mode):
13973643
SM
10819 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
10820
c26ea4b2
SM
10821 * pcomplete.el (pcomplete-completions-at-point): New function,
10822 extracted from pcomplete-std-complete.
10823 (pcomplete-std-complete): Use it.
10824
02be533b
GM
108252010-05-15 Glenn Morris <rgm@gnu.org>
10826
10827 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10828 Remove references to CVS, RCS and Old directories.
10829
78ed0efc
JB
108302010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
10831
ae6bc504 10832 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
10833 appropriate.
10834
10dcc561
SM
108352010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10836
5ccaa359
SM
10837 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
10838 (sh-mode-syntax-table): Give it a default value instead.
10839 (sh-header-marker): Make buffer-local.
10840 (sh-mode): Move make-local-variable to the corresponding setq.
10841 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
10842 Use complete-with-action.
10843
10dcc561
SM
10844 * simple.el (prog-mode): New (abstract) major mode.
10845 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
10846 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
10847
c38762fd
JB
108482010-05-14 Juanma Barranquero <lekktu@gmail.com>
10849
10850 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
10851 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
10852 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
10853 (sql-make-alternate-buffer-name, sql-placeholders-filter)
10854 (sql-escape-newlines-filter, sql-input-sender)
10855 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
10856
2ef3c144
CY
108572010-05-13 Chong Yidong <cyd@stupidchicken.com>
10858
560bb7ae 10859 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
10860
10861 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
10862 latex-open-block and C-c / to latex-close-block.
10863
10864 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
10865 and C-c C-e to sgml-close-tag.
10866
3b30ccda
MA
108672010-05-13 Michael Albinus <michael.albinus@gmx.de>
10868
10869 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 10870 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
10871 (tramp-handle-load, tramp-handle-file-local-copy)
10872 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
10873 (tramp-maybe-send-script, tramp-find-shell):
10874 Use `with-progress-reporter'.
3b30ccda
MA
10875 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
10876 Fix message text.
10877
10878 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10879 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10880 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
10881 Use `with-progress-reporter'.
10882
57ff5d7b
AM
108832010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
10884
a628ad9d
JB
10885 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
10886 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 10887
5a70d10f
SM
108882010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10889
791ffe1c
SM
10890 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
10891
5a70d10f
SM
10892 * dos-fns.el: Add "dos-" prefix for namespace control.
10893 (convert-standard-filename): Define as alias for
10894 dos-convert-standard-filename but only if applicable.
10895
38d93f03
AM
108962010-05-12 Alan Mackenzie <acm@muc.de>
10897
10898 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
10899 Push the mark at the start of these functions when appropriate.
10900
902a6d8d
SM
109012010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10902
10903 * minibuffer.el (completion-cycle-threshold): New custom var.
10904 (completion--do-completion): Use it.
10905 (minibuffer-complete): Use cycling if appropriate.
10906
9ee120ba
JB
109072010-05-11 Juanma Barranquero <lekktu@gmail.com>
10908
10909 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
10910 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
10911
841c4085
JL
109122010-05-11 Juri Linkov <juri@jurta.org>
10913
10914 * scroll-all.el (scroll-all-check-to-scroll):
10915 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
10916
8a67c70e
SM
109172010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10918
f2b9ed18
SM
10919 * iimage.el (iimage-mode-map): Move initialization into declaration.
10920 (iimage-mode-buffer): Use with-silent-modifications.
10921 Simplify calling convention. Adjust callers.
10922 (iimage-mode): Don't run hook redundantly.
10923
8a67c70e
SM
10924 * minibuffer.el (completion-pcm--pattern->regex):
10925 Fix last change (bug#6160).
10926
4bbedd98
JL
109272010-05-10 Juri Linkov <juri@jurta.org>
10928
10929 Remove nodes visited during Isearch from the Info history.
10930 * info.el (Info-isearch-initial-history)
10931 (Info-isearch-initial-history-list): New variables.
10932 (Info-isearch-start): Record initial values of
10933 Info-isearch-initial-history and Info-isearch-initial-history-list.
10934 Add Info-isearch-end to isearch-mode-end-hook.
10935 (Info-isearch-end): New function.
10936
94ecf5da
MA
109372010-05-10 Michael Albinus <michael.albinus@gmx.de>
10938
10939 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
10940 format string, in order to work around a bug in pdksh.
10941 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
10942 (tramp-handle-verify-visited-file-modtime): Do not send a command
10943 when the connection is not established.
10944 (tramp-handle-set-file-times): Simplify the check for utc.
10945
c5eb971b
JB
109462010-05-10 Juanma Barranquero <lekktu@gmail.com>
10947
10948 Fix use of `filter-buffer-substring' (rework previous change).
10949 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
10950 (cua-repeat-replace-region):
10951 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
10952 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10953 (cua-cut-region-to-global-mark): Use it.
10954
7492acc9
MM
109552010-05-09 Michael R. Mauger <mmaug@yahoo.com>
10956
77e2fc7a
JB
10957 * progmodes/sql.el: Version 2.1.
10958 (sql-product-alist): Redesign structure of product info.
10959 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
10960 (sql-port, sql-port-history): New variables.
10961 (sql-interactive-product): New variable.
10962 (sql-send-terminator): New variable.
77e2fc7a 10963 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
10964 (sql-oracle-login-params, sql-sqlite-login-params)
10965 (sql-mysql-login-params, sql-solid-login-params)
10966 (sql-sybase-login-params, sql-informix-login-params)
10967 (sql-ingres-login-params, sql-ms-login-params)
10968 (sql-postgres-login-params, sql-interbase-login-params)
10969 (sql-db2-login-params, sql-linter-login-params)
10970 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
10971 (sql-mode-map): Add C-c C-i to start interactive mode.
10972 (sql-mode-menu): Update existing menu entries.
10973 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
10974 (sql-mode-oracle-font-lock-keywords)
10975 (sql-mode-postgres-font-lock-keywords)
10976 (sql-mode-ms-font-lock-keywords)
10977 (sql-mode-sybase-font-lock-keywords)
10978 (sql-mode-informix-font-lock-keywords)
10979 (sql-mode-interbase-font-lock-keywords)
10980 (sql-mode-ingres-font-lock-keywords)
10981 (sql-mode-solid-font-lock-keywords)
10982 (sql-mode-mysql-font-lock-keywords)
10983 (sql-mode-sqlite-font-lock-keywords)
10984 (sql-mode-db2-font-lock-keywords)
77e2fc7a 10985 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
10986 reduce run-time complexity.
10987 (sql-add-product, sql-del-product): New functions.
10988 (sql-set-product-feature, sql-get-product-feature): New functions.
10989 (sql-product-font-lock): Update product API.
10990 (sql-add-product-keywords): New function.
10991 (sql-highlight-product): Update product API.
10992 (sql-help-list-products): New function.
10993 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 10994 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
10995 prompt for port.
10996 (sql-copy-column): Copy without properties.
10997 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
10998 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
10999 Implement as a filter.
7492acc9
MM
11000 (sql-escape-newlines-filter): Implement as a filter.
11001 (sql-remove-tabs-filter): New function.
11002 (sql-send-magic-terminator): New function.
11003 (sql-send-string): Implement magic terminator.
11004 (sql-send-region): Use `sql-send-string'.
11005 (sql-interactive-mode): Use product API.
11006 (sql-product-interactive): Use product API.
11007 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
11008 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
11009 (sql-db2, sql-linter): Use `sql-product-interactive'.
11010 (sql-connect): New function.
11011 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
11012 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
11013 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
11014 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
11015 Use `sql-connect'.
7492acc9 11016
79ccd68f
SM
110172010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11018
11019 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
11020 New custom variable.
11021 (completion-pcm--string->pattern): Use it.
11022 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
11023 Make it handle any symbol as `any'.
11024 (completion-pcm--merge-completions): Extract common suffix for the new
11025 `prefix' symbol as well.
11026 (completion-substring--all-completions): Use the new `prefix' symbol.
11027
0d5852cf
MA
110282010-05-09 Michael Albinus <michael.albinus@gmx.de>
11029
11030 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
11031 not bound.
11032 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
11033 (tramp-compat-funcall): New defmacro.
11034 (tramp-compat-line-beginning-position)
11035 (tramp-compat-line-end-position)
11036 (tramp-compat-temporary-file-directory)
11037 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
11038 (tramp-compat-copy-file, tramp-compat-copy-directory)
11039 (tramp-compat-delete-file, tramp-compat-delete-directory)
11040 (tramp-compat-number-sequence, tramp-compat-process-running-p)
11041 * net/tramp.el (top, with-progress-reporter)
11042 (tramp-rfn-eshadow-setup-minibuffer)
11043 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
11044 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
11045 (tramp-completion-mode-p, tramp-check-for-regexp)
11046 (tramp-open-connection-setup-interactive-shell)
11047 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
11048 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
11049 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
11050 * net/tramp-cmds.el (tramp-cleanup-all-connections)
11051 (tramp-reporter-dump-variable, tramp-load-report-modules)
11052 (tramp-append-tramp-buffers)
11053 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
11054
11055 * net/tramp-imap.el (top): Autoload `epg-make-context'.
11056
f913fe7d
SM
110572010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11058
11059 * progmodes/compile.el (compilation-buffer-modtime): Rename from
11060 buffer-modtime. Adjust users.
11061
0235128c 110622010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 11063
77e2fc7a 11064 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 11065 car of each item, not the whole list (Bug#6083).
f034e176 11066
0235128c 110672010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
11068
11069 * progmodes/js.el (js-mode): Make paragraph variables local before
11070 calling c-setup-paragraph-variables (Bug#6071).
11071
0235128c 110722010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
11073
11074 * composite.el (compose-region, reference-point-alist): Fix typos
11075 in the doc strings.
11076
77e2fc7a 110772010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
11078
11079 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
11080 gnuplot's "set" command.
11081
0235128c 110822010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
11083
11084 * abbrev.el (last-abbrev-text): Doc fix.
11085 (abbrev-prefix-mark): Don't escape parenthesis.
11086
0235128c 110872010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
11088
11089 * composite.el (find-composition): Doc fix.
11090
0235128c 110912010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
11092
11093 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
11094 (sql-oracle-program, sql-sqlite-options)
11095 (sql-query-placeholders-and-send): Doc fixes.
11096 (sql-set-product, sql-interactive-mode): Reflow docstrings.
11097 (sql-imenu-generic-expression, sql-buffer)
11098 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
11099 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
11100 (sql-mode-sybase-font-lock-keywords)
11101 (sql-mode-informix-font-lock-keywords)
11102 (sql-mode-interbase-font-lock-keywords)
11103 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
11104 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
11105 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
11106 (sql-product-feature, sql-highlight-product)
11107 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
11108 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
11109 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
11110 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
11111 Fix typos in docstrings.
11112
0235128c 111132010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
11114
11115 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
11116 property instead of `invisible' and `after-string' (bug#5998).
11117
0235128c 111182010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
11119
11120 * image-mode.el (image-mode-as-text): Fix typo in docstring.
11121
0235128c 111222010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
11123
11124 * filecache.el (file-cache-add-directory-list)
11125 (file-cache-add-directory-recursively): Fix typos in docstrings.
11126
0235128c 111272010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
11128
11129 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 11130 (gujarati-composable-pattern): Fix typo.
ece33a6e 11131
0235128c 111322010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
11133
11134 * language/indian.el (oriya-composable-pattern)
0235128c
SM
11135 (tamil-composable-pattern, malayalam-composable-pattern):
11136 Add two-part vowels to "v" (vowel sign).
771533aa 11137
0235128c 111382010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 11139
99833607
CY
11140 * files.el (copy-directory): Handle symlinks (Bug#5982).
11141
0235128c 111422010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
11143
11144 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
11145 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
11146 (Bug#5846).
11147
0235128c 111482010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 11149
0ca12598
GM
11150 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
11151
d2c7b917
GM
11152 * minibuffer.el (completion-at-point): Doc fix.
11153
ba5bf5f0
SM
111542010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11155
11156 * electric.el (Electric-command-loop): Minor tweak.
11157
11158 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
11159 better with dedicated windows.
11160
0235128c
SM
111612010-05-07 Chong Yidong <cyd@stupidchicken.com>
11162
11163 * Version 23.2 released.
11164
560bb7ae 111652010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 11166 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
11167
11168 Highlight vendor specific properties.
11169 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
11170 (css-proprietary-property): New face.
11171 (css-font-lock-keywords): Use them.
11172
c0162ade
EZ
111732010-05-07 Eli Zaretskii <eliz@gnu.org>
11174
11175 * cus-start.el (all): Add native condition for tool-bar-* symbols.
11176
f3ee9200
SM
111772010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11178
05623156
SM
11179 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
11180 * files.el (auto-mode-alist): Remove redundant entries.
11181
f3ee9200
SM
11182 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
11183 * simple.el (auto-save-mode): Move from files.el.
11184 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
11185
560bb7ae 111862010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 11187
76e3243a 11188 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 11189
765d4319
KY
111902010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11191
11192 * mail/binhex.el (binhex-decode-region-internal)
11193 * mail/uudecode.el (uudecode-decode-region-internal)
11194 * net/dns.el (dns-read-string-name, dns-write, dns-read)
11195 (dns-read-type, dns-query)
11196 * pgg-parse.el (pgg-parse-armor)
11197 * pgg.el (pgg-verify-region)
11198 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
11199 XEmacs.
11200
86d21cc0 11201 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 11202
f83483ff
JB
112032010-05-07 Juanma Barranquero <lekktu@gmail.com>
11204
40ab7974
JB
11205 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
11206
f83483ff
JB
11207 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
11208 * emulation/cua-base.el (cua-repeat-replace-region):
11209 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11210 (cua-cut-region-to-global-mark):
11211 Remove text properties with `set-text-properties'.
11212
9566840f
MA
112132010-05-06 Michael Albinus <michael.albinus@gmx.de>
11214
f3ee9200
SM
11215 * net/tramp.el (top, with-progress-reporter):
11216 Use `symbol-function' inside `funcall'.
9566840f
MA
11217
11218 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
11219 (tramp-compat-delete-file, tramp-compat-delete-directory):
11220 Handle only `wrong-number-of-arguments' error.
9566840f
MA
11221
11222 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11223 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11224 inside `funcall'.
11225
0c495c21
SM
112262010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11227
1493963b
SM
11228 * minibuffer.el (completion--sreverse, completion--common-suffix):
11229 New functions.
11230 (completion-pcm--merge-completions): Extract common suffix when safe.
11231
0c495c21
SM
11232 * emacs-lisp/easy-mmode.el (define-minor-mode):
11233 Make :variable more flexible.
11234 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11235
221a0647
JL
112362010-05-05 Juri Linkov <juri@jurta.org>
11237
11238 Add `slow' and `history' tags to the desktop data.
11239
11240 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11241 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11242 (Info-finder-find-node): Require `finder.el' to be able
11243 to restore node from the desktop.
11244 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11245 data `Info-history' and `slow' tag in the assoc list.
11246 (Info-restore-desktop-buffer): Don't restore nodes with the
11247 `slow' tag. Restore `Info-history'.
11248
66bdc868
MA
112492010-05-05 Michael Albinus <michael.albinus@gmx.de>
11250
11251 Add FORCE argument to `delete-file'.
11252
11253 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11254 forcing to delete the temporary file.
11255 (ange-ftp-delete-file): Add FORCE arg.
11256 (ange-ftp-rename-remote-to-remote)
11257 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
11258 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11259 Force file deletion.
66bdc868
MA
11260
11261 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11262
11263 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11264 (tramp-handle-make-symbolic-link, tramp-handle-load)
11265 (tramp-do-copy-or-rename-file-via-buffer)
11266 (tramp-do-copy-or-rename-file-directly)
11267 (tramp-do-copy-or-rename-file-out-of-band)
11268 (tramp-handle-process-file, tramp-handle-call-process-region)
11269 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11270 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11271 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11272
11273 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11274 (tramp-fish-handle-make-symbolic-link)
11275 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11276
0c495c21
SM
11277 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11278 Use `tramp-compat-delete-file'.
66bdc868
MA
11279
11280 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11281 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11282
11283 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11284 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11285
11286 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11287 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6a7662bb
BR
11288 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11289 Use `tramp-compat-delete-file'.
66bdc868 11290
f44379e7
SM
112912010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11292
365f8d85
SM
11293 Minor cleanups.
11294 * subr.el (add-minor-mode): Use push.
11295 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11296 * emulation/edt.el (edt-select-mode): Simplify.
11297
80ac5d4d
SM
11298 Use define-minor-mode in more cases.
11299 * term/tvi970.el (tvi970-set-keypad-mode):
11300 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11301 (normal-erase-is-backspace-mode):
11302 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11303 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11304 (get-scroll-bar-mode): New function.
11305 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11306
11307 Use define-minor-mode for less obvious cases.
f44379e7
SM
11308 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11309 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11310 * international/iso-ascii.el (iso-ascii-mode):
11311 * frame.el (auto-raise-mode, auto-lower-mode):
11312 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11313
c04b03f8
MA
113142010-05-04 Michael Albinus <michael.albinus@gmx.de>
11315
11316 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11317 in order to see error messages for failed logins.
11318
53967e09
CY
113192010-05-03 Chong Yidong <cyd@stupidchicken.com>
11320
11321 * diff.el (diff-sentinel):
11322
11323 * epg.el (epg--make-temp-file, epg-decrypt-string)
11324 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11325
11326 * jka-compr.el (jka-compr-partial-uncompress)
11327 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11328
11329 * server.el (server-sentinel): Use delete-file's new FORCE arg
11330 (Bug#6070).
11331
56eb0904
SM
113322010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11333
11334 Use define-minor-mode where applicable.
11335 * view.el (view-mode):
11336 * type-break.el (type-break-query-mode)
11337 (type-break-mode-line-message-mode):
11338 * textmodes/reftex.el (reftex-mode):
11339 * term/vt100.el (vt100-wide-mode):
11340 * tar-mode.el (tar-subfile-mode):
11341 * savehist.el (savehist-mode):
11342 * ibuf-ext.el (ibuffer-auto-mode):
11343 * composite.el (auto-composition-mode):
11344 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11345 Use define-minor-mode.
11346 (vhdl-mode): Use static mode-line format.
11347 (vhdl-mode-line-update): Delete.
11348 (vhdl-create-mode-menu, vhdl-activate-customizations)
11349 (vhdl-hs-minor-mode): Don't bother calling it.
11350
672eb710
SM
113512010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11352
8f92b8ad
SM
11353 * simple.el (with-wrapper-hook): Move.
11354 (buffer-substring-filters): Mark obsolete.
11355 (filter-buffer-substring-functions): New variable.
1fada563 11356 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 11357
c04b03f8 113582010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 11359 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
11360
11361 Implement compression for inline methods.
11362
11363 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11364 (tramp-copy-size-limit): Allow also nil.
11365 (tramp-inline-compress-commands): New defconst.
11366 (tramp-find-inline-compress, tramp-get-inline-compress)
11367 (tramp-get-inline-coding): New defuns.
cb7f3653 11368 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 11369 replaced by `tramp-get-inline-coding'.
6a29a838
MA
11370 (tramp-handle-file-local-copy, tramp-handle-write-region)
11371 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11372
8c0bf8b3
SM
113732010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11374
07125a91
SM
11375 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11376 Remove unused functions.
11377
f3a47002
SM
11378 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11379 Set find-tag-default-function as a variable rather than a property.
11380
8c0bf8b3
SM
11381 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11382 * progmodes/etags.el (tags-completion-at-point-function):
11383 Remove left over interactive spec. Add autoloading stub.
11384 (complete-tag): Use tags-completion-at-point-function.
11385
27601456
CY
113862010-04-30 Chong Yidong <cyd@stupidchicken.com>
11387
cb7f3653 11388 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 11389
09d0284d
CY
113902010-04-29 Chong Yidong <cyd@stupidchicken.com>
11391
27d3cd56
CY
11392 * ido.el (ido-init-completion-maps): Remove C-v binding.
11393 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 11394
3a07ffce
CY
113952010-04-29 Chong Yidong <cyd@stupidchicken.com>
11396
11397 * minibuffer.el (tags-completion-at-point-function): New function.
11398 (completion-at-point-functions): Use it.
11399
3a07ffce
CY
11400 * progmodes/etags.el (complete-tag): Revert last change.
11401
3d14bb73
AM
114022010-04-29 Alan Mackenzie <acm@muc.de>
11403
11404 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11405 off-by-one error (in end of macro position).
11406
7d353d11
SM
114072010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11408
11409 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11410 firefox is absent. Don't autoload.
11411 (browse-url-galeon-program): Don't autoload.
11412
48111a85
CY
114132010-04-28 Chong Yidong <cyd@stupidchicken.com>
11414
11415 * bindings.el (complete-symbol): Move into minibuffer.el.
11416
11417 * minibuffer.el (complete-tag): Move from etags.el. If tags
11418 completion cannot be performed, return nil instead of signalling
11419 an error.
11420 (completion-at-point): Make it an alias for complete-symbol.
11421 (complete-symbol): Move from bindings.el, and replace with the
11422 body of completion-at-point.
11423
11424 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11425
7ba94701
MA
114262010-04-28 Michael Albinus <michael.albinus@gmx.de>
11427
11428 * net/tramp.el (tramp-remote-selinux-p): New defun.
11429 (tramp-handle-file-selinux-context)
11430 (tramp-handle-set-file-selinux-context): Use it.
11431
95c6cc3e
SS
114322010-04-28 Sam Steingold <sds@gnu.org>
11433
11434 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11435 `safe-local-variable' if the value is a string or a symbol with
11436 the property `bug-reference-url-format'.
11437
36045ff3
CY
114382010-04-28 Chong Yidong <cyd@stupidchicken.com>
11439
537ffaf3
SM
11440 * progmodes/bug-reference.el (bug-reference-url-format):
11441 Revert 2010-04-27 change due to security risk.
36045ff3 11442
56924d99
SM
114432010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11444
11445 Make it possible to locally disable a globally enabled mode.
11446 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11447 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11448 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11449 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11450 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11451 that subsequent hooks get a chance to disable it.
11452
ccaa4765
SM
114532010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11454
17818d71
SM
11455 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11456 Avoid re-enabling a minor mode after the user turned the minor mode
11457 off if MODE-enable-in-buffers is run twice (typically once from
11458 fundamental-mode's after-change-major-mode-hook and a second time from
11459 run-mode-hook's own after-change-major-mode-hook).
11460
ccaa4765
SM
11461 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11462
2a6f654e
SS
114632010-04-27 Sam Steingold <sds@gnu.org>
11464
11465 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11466 `safe-local-variable' if the value is a string or a function, as
11467 documented and implemented on 2010-04-02.
11468
cecaa674
JB
114692010-04-27 Juanma Barranquero <lekktu@gmail.com>
11470
11471 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11472 when method is 'kill.
11473
114742010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 11475
a628ad9d
JB
11476 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11477 condition in default directory check.
01c35094 11478 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
1e116bb3
AM
11479 Kill ispell process when killing its associated buffer.
11480
7dd7fbb9
JD
114812010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11482
11483 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11484 but we aren't using it.
11485
7ac82b84
J
114862010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11487
11488 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11489 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11490
fea1add4
GM
114912010-04-24 Glenn Morris <rgm@gnu.org>
11492
11493 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11494 Ignore VCS-ignore files, and deleted nextstep preferences files.
11495 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11496 (authors-ambiguous-files): New list.
11497 (authors-valid-file-names): Add some deleted files.
11498 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11499 (authors-disambiguate-file-name): New function. (Bug#5501)
11500 (authors-canonical-file-name): Doc fix.
11501 Don't warn about obsolete files.
11502 (authors-canonical-file-name, authors-scan-el):
11503 Use authors-disambiguate-file-name.
11504
cbcfee6e
GM
11505 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11506 Add autoload cookies.
11507 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11508 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11509 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11510 They have definitions / compiler macros in cl.el.
11511 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11512 Replace manual autoloads with generated ones.
11513 (htmlfontify-unload-rgb-file): Remove autoload.
11514 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11515
3b548e1b
SM
115162010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11517
9ae0c310
SM
11518 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11519 (byte-compile-setq-default): Optimize for the
11520 single-var case and don't call byte-compile-form in this case to avoid
11521 inf-loop with byte-compile-set-default.
11522
3b548e1b
SM
11523 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11524
632c5478
MA
115252010-04-23 Michael Albinus <michael.albinus@gmx.de>
11526
11527 Implement SELINUX backends.
11528
3b548e1b
SM
11529 * net/tramp.el (tramp-file-name-handler-alist):
11530 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11531 (tramp-handle-file-selinux-context)
11532 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
11533 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11534 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 11535
3b548e1b
SM
11536 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11537 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11538 (tramp-gvfs-handle-file-selinux-context)
11539 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11540 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11541
11542 * net/ange-ftp.el (ange-ftp-copy-file):
11543 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11544 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
11545 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11546 Add PRESERVE-SELINUX-CONTEXT.
632c5478 11547
a94d821f
MA
115482010-04-22 Michael Albinus <michael.albinus@gmx.de>
11549
11550 Synchronize with Tramp repository.
11551
11552 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11553 (tramp-action-process-alive, tramp-action-out-of-band)
11554 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11555 (tramp-exists-file-name-handler): Fix docstring.
11556 (with-progress-reporter): New defmacro.
11557 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11558 (tramp-maybe-open-connection): Use it.
11559
a92375d9
MA
115602010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11561
11562 Detect ssh 'ControlMaster' argument automatically in some cases.
11563
11564 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11565 (tramp-default-method): Use it.
11566
489fe4c2
MA
115672010-04-22 Michael Albinus <michael.albinus@gmx.de>
11568
25f14cdb
MA
11569 * net/tramp.el (tramp-handle-copy-file): Add new optional
11570 parameter `preserve-selinux-context'.
11571 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11572
a92375d9
MA
115732010-04-22 Michael Albinus <michael.albinus@gmx.de>
11574
489fe4c2
MA
11575 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11576 Ensure, that non remote files are still checked. Oops.
11577
acd1f317
MA
115782010-04-21 Michael Albinus <michael.albinus@gmx.de>
11579
11580 Fix Bug#5840.
11581
11582 * icomplete.el (icomplete-completions): Use `non-essential'.
11583
11584 * net/tramp.el (tramp-connectable-p): New defun.
11585 (tramp-handle-expand-file-name)
11586 (tramp-completion-handle-file-name-all-completions)
11587 (tramp-completion-handle-file-name-completion): Use it.
11588
62c5b459
SM
115892010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11590
11591 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11592
f904c0f9
JD
115932010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11594
11595 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11596
11597 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11598
11599 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11600 is present.
11601
11602 * info.el (info-tool-bar-map): Add labels.
11603
11604 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11605
11606 * cus-edit.el (custom-commands): Add labels for tool bar.
11607 (custom-buffer-create-internal, Custom-mode): Adjust for
11608 labels in custom-commands.
11609
11610 * dynamic-setting.el: Renamed from font-setting.el.
11611
c5cbeb12
LL
116122010-04-21 John Wiegley <jwiegley@gmail.com>
11613
11614 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11615 toggles the use of virtual buffers.
537ffaf3 11616 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
11617 (ido-toggle-virtual-buffers): New function.
11618
fcc93746
JB
116192010-04-21 Juanma Barranquero <lekktu@gmail.com>
11620
11621 Use `define-derived-mode'; fix window selection; doc fixes.
11622 * play/tetris.el (tetris, tetris-update-speed-function)
11623 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11624 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11625 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11626 (tetris-pause-game): Fix typos in docstrings.
11627 (tetris-mode-map, tetris-null-map):
11628 Move initialization into declaration.
11629 (tetris-mode): Define with `define-derived-mode';
11630 set show-trailing-whitespace to nil.
11631 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11632
574c05e2
KK
116332010-04-21 Karel Klíč <kklic@redhat.com>
11634
11635 * files.el (backup-buffer): Handle SELinux context, and return it
11636 if a backup was made by renaming.
11637 (backup-buffer-copy): Set SELinux context to the target file.
11638 (basic-save-buffer): Set SELinux context of the newly written file.
11639 (basic-save-buffer-1): Now it also returns any SELinux context.
11640 (basic-save-buffer-2): Set SELinux context of the newly created file,
11641 and return it.
11642 * net/tramp.el (tramp-file-name-for-operation):
11643 Add file-selinux-context.
11644
e97a42c1
SM
116452010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11646
f2b9ed18
SM
11647 Make the log-edit comments use RFC822 format throughout.
11648
e97a42c1
SM
11649 * vc.el (vc-checkin, vc-modify-change-comment):
11650 Adjust to new vc-start/finish-logentry.
11651 (vc-find-conflicted-file): New command.
11652 (vc-transfer-file): Adjust to new vc-checkin.
11653 (vc-next-action): Improve scoping.
11654
11655 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11656 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11657
11658 * vc-git.el (vc-git-log-edit-mode): Remove.
11659 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11660 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11661
11662 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11663 (vc-start-logentry): Remove argument `extra'.
11664 (vc-finish-logentry): Remove extra args.
11665
11666 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11667 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11668 (vc-bzr-conflicted-files): New function.
11669
11670 * log-edit.el (log-edit-extra-flags)
11671 (log-edit-before-checkin-process): Remove.
11672 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11673 (log-edit-headers-alist): New var.
11674 (log-edit-header-contents-regexp): New const.
11675 (log-edit-match-to-eoh): New function.
11676 (log-edit-font-lock-keywords): Use them.
11677 (log-edit): Insert a "Summary:" header as default.
11678 (log-edit-mode): Mark font-lock rules as case-insensitive.
11679 (log-edit-done): Cleanup headers.
11680 (log-view-process-buffer): Remove.
11681 (log-edit-extract-headers): New function to replace it.
11682
938efb77
JB
116832010-04-20 Juanma Barranquero <lekktu@gmail.com>
11684
11685 * subr.el (default-direction-reversed): Remove obsolescence info.
11686
1cfb415b
SM
116872010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11688
cb4f9513
SM
11689 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11690 windows/frames.
11691
6e610c72
SM
11692 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11693 I.e. include text after point in the completion region.
11694 Also, return nil when we're not after/in a symbol.
11695
1cfb415b
SM
11696 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11697 default enable-multibyte-characters.
11698
c80fa13c
SM
116992010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11700
87926e02
SM
11701 * international/mule.el: Help the user choose a valid coding-system.
11702 (read-buffer-file-coding-system): New function.
11703 (set-buffer-file-coding-system): Use it. Prompt the user if the
11704 coding-system cannot encode all the chars.
11705
c80fa13c
SM
11706 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11707 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11708 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11709 Don't use *vc-bzr-shelve*.
11710
6e104790 117112010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
11712
11713 Fix the version number for added files.
11714 * vc-hg.el (vc-hg-working-revision): Check if the file is
11715 registered after hg parent fails (Bug#5961).
11716
6e104790 117172010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
11718
11719 * htmlfontify.el (htmlfontify-buffer)
11720 (htmlfontify-copy-and-link-dir): Autoload entry points.
11721
6e104790 117222010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
11723
11724 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11725 name relative to the project root (Bug#5960).
11726
6e104790 117272010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
11728
11729 * vc-git.el (vc-git-print-log): Doc fix.
11730
6e104790 117312010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
11732
11733 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11734
53cfe624 117352010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
7860d2e3
CY
11736
11737 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
11738 default settings (Bug#5928).
11739
6e104790 117402010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
11741
11742 * progmodes/fortran.el (fortran-match-and-skip-declaration):
11743 New function.
0a23b2c3 11744 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 11745
6e104790 117462010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
11747
11748 * language/indian.el (malayalam-composable-pattern): Fix previous
11749 change (add U+0D4D "SIGN VIRAMA").
11750 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
11751 (tamil-composable-pattern): Fix typo in the regexp.
11752 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
11753 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
11754 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
11755
6e104790 117562010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
11757
11758 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
11759 paragraph-separate (Bug#5821).
11760
6e104790 117612010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
11762
11763 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
11764
11765 * info.el (Info-find-node-2): Comment out code that skips
11766 breadcrumbs line.
11767 (Info-mouse-follow-link): New command.
11768 (Info-link-keymap): New keymap.
11769 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
11770 Return a string with links instead of inserting breadcrumbs
11771 to the Info buffer.
11772 (Info-fontify-node): Comment out code that inserts breadcrumbs.
11773 Instead of putting the `invisible' text property over the Info
11774 header, make an overlay over the Info header with the `invisible'
11775 property and `after-string' set to the string returned by
11776 `Info-breadcrumbs'.
11777
6e104790 117782010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
11779
11780 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
11781 Reported by monkey@sandpframing.com.
11782
98923800
SM
117832010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11784
b5feea0f
SM
11785 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
11786 (tmm-get-keymap): Add key-binding shortcuts now that they're not
11787 available in the "keyseq cache" any more.
11788
98923800
SM
11789 * custom.el (defcustom): Add edebug spec.
11790
fd5c9dfa
JL
117912010-04-18 Juri Linkov <juri@jurta.org>
11792
11793 Test for special mode-class in view-buffer instead of view-file (bug#5513).
11794
11795 * view.el (view-file, view-buffer): Move test for special mode-class
11796 from view-file to view-buffer.
11797
11798 * tar-mode.el (tar-extract): Turn if's into one cond
11799 like in arc-mode.el.
11800
b3671a51
JL
118012010-04-18 Juri Linkov <juri@jurta.org>
11802
11803 Add 7z archive format support (bug#5475).
11804
11805 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
11806 (archive-7z-extract): New defcustom.
11807 (archive-find-type): Add magic string for 7z.
11808 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
11809 If `stderr-file' is non-nil, use `(t stderr-file)' for the
11810 `buffer' arg of `call-process'.
11811 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
11812 call the function `archive-7z-extract' with the variable
11813 `archive-7z-extract' let-bound to `archive-zip-extract'.
11814 (archive-7z-summarize, archive-7z-extract): New functions.
11815
11816 * international/mule.el (auto-coding-alist):
11817 * files.el (auto-mode-alist): Add 7z file extension.
11818
8a37fb25
SM
118192010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11820
e9515805
SM
11821 * loadup.el: Setup hash-cons for pure data.
11822
f8ea0098
SM
11823 Fix duplicate entries in cedet's loaddefs.el files.
11824 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
11825 Should make most file-local generated-autoload-file unnecessary.
11826 (print-readably): Silence warnings.
11827 (autoload-find-destination): Take load-name as an arg to make sure
11828 it's the same as the one that will be in the file.
11829 (autoload-generate-file-autoloads): Adjust to above changes.
11830 Try to make the dataflow a bit simpler.
11831
8a37fb25
SM
11832 * cvs-status.el (cvs-refontify): Remove unused.
11833
f8b91752
JB
118342010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
11835
76e3243a 11836 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 11837
76e3243a 11838 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
11839 twos-complement mode.
11840
d8b01fef
JB
118412010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
11842
76e3243a
JB
11843 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
11844 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
11845 (calc-inverse): Add "Option" to message, as appropriate.
11846 (calc-hyperbolic): Add "Option" to message, as appropriate.
11847 (calc-option, calc-is-option): New functions.
11848
76e3243a 11849 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
11850 (calc-option-prefix-help): New function.
11851
76e3243a 11852 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 11853
76e3243a 11854 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
11855 (calc-option-flag): New variable.
11856 (calc-do): Set `calc-option-flag to nil.
11857 (calc-set-mode-line): Add "Opt " as appropriate.
11858
74f806a1
JL
118592010-04-16 Juri Linkov <juri@jurta.org>
11860
11861 Move scrolling commands from simple.el to window.el
11862 because their primitives are implemented in window.c.
11863
11864 * simple.el (scroll-error-top-bottom)
11865 (scroll-up-command, scroll-down-command, scroll-up-line)
11866 (scroll-down-line, scroll-other-window-down)
11867 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11868 * window.el (scroll-error-top-bottom)
11869 (scroll-up-command, scroll-down-command, scroll-up-line)
11870 (scroll-down-line, scroll-other-window-down)
11871 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11872 Move from simple.el to window.el because their primitives are
11873 implemented in window.c.
11874
ad40eec5
JL
118752010-04-16 Juri Linkov <juri@jurta.org>
11876
11877 * isearch.el (isearch-lookup-scroll-key): Check both
11878 `isearch-scroll' and `scroll-command' properties.
11879 (scroll-up, scroll-down): Remove `isearch-scroll' property.
11880
11881 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
11882
11883 * simple.el (scroll-up-command, scroll-down-command)
11884 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
11885
a4b000fb
JL
118862010-04-15 Juri Linkov <juri@jurta.org>
11887
11888 * simple.el (scroll-up-command, scroll-down-command)
11889 (scroll-up-line, scroll-down-line): Put `scroll-command'
11890 property on the these symbols. Remove them from
11891 `scroll-preserve-screen-position-commands'.
11892
11893 * mwheel.el (mwheel-scroll): Put `scroll-command' and
11894 `isearch-scroll' properties on the `mwheel-scroll' symbol.
11895 Remove it from `scroll-preserve-screen-position-commands'.
11896
11897 * isearch.el (isearch-allow-scroll): Doc fix.
11898
4874f5e6
MA
118992010-04-15 Michael Albinus <michael.albinus@gmx.de>
11900
11901 * net/tramp.el (tramp-error-with-buffer): Don't show the
11902 connection buffer when we are in completion mode.
11903 (tramp-file-name-handler): Catch the error for some operations
11904 when we are in completion mode. This gives the user the chance to
11905 correct the file name in the minibuffer.
11906
82883f0a
GM
119072010-04-15 Glenn Morris <rgm@gnu.org>
11908
11909 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
11910
528b9ea9
JB
119112010-04-15 Juanma Barranquero <lekktu@gmail.com>
11912
11913 Simplify by using `define-derived-mode'.
11914 * info.el (Info-mode):
11915 * calendar/todo-mode.el (todo-mode):
11916 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
11917 (gomoku-mode-map): Move initialization into declaration.
11918
5f2b693f
MA
119192010-04-14 Michael Albinus <michael.albinus@gmx.de>
11920
11921 Fix Bug#5840.
11922 * ido.el (ido-file-name-all-completions-1):
11923 * minibuffer.el (minibuffer-completion-help):
11924 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
11925
ebb9641f
SM
119262010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11927
38111a5a
SM
11928 * simple.el (non-essential): New var.
11929
ebb9641f
SM
11930 Add a new field `location' to bookmarks for non-file bookmarks.
11931 * bookmark.el (bookmark-location): Use the new field, if present.
11932 (bookmark-insert-location): Undo last change, not needed any more.
11933 * man.el (Man-bookmark-make-record):
11934 * woman.el (woman-bookmark-make-record): Add `location' field.
11935
7b05466f
JL
119362010-04-14 Juri Linkov <juri@jurta.org>
11937
11938 * simple.el (scroll-error-top-bottom): New defcustom.
11939 (scroll-up-command, scroll-down-command): Use it. Doc fix.
11940
11941 * emulation/pc-select.el (pc-select-override-scroll-error):
11942 Obsolete in favor of `scroll-error-top-bottom'.
11943
32129746
JL
119442010-04-14 Juri Linkov <juri@jurta.org>
11945
11946 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
11947 `scroll-up-command' and `M-v' to `scroll-down-command'.
11948
11949 * emulation/cua-rect.el (cua--init-rectangles):
11950 * forms.el (forms--change-commands):
11951 * image-mode.el (image-mode-map):
11952 Remap scroll-down-command and scroll-up-command
11953 in addition to scroll-down and scroll-up.
11954
9013a7f8
JL
119552010-04-14 Juri Linkov <juri@jurta.org>
11956
11957 * mwheel.el (scroll-preserve-screen-position-commands):
11958 Add mwheel-scroll to this list of commands.
11959
11960 * simple.el (scroll-preserve-screen-position-commands):
11961 Add scroll-up-command, scroll-down-command, scroll-up-line,
11962 scroll-down-line to this list of commands.
11963
3b7e1d5f
SM
119642010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11965
c1e25821
SM
11966 * obsolete/complete.el: Move from lisp/complete.el.
11967
5b31b787
SM
11968 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
11969
3b7e1d5f
SM
11970 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
11971 to the minor mode function now turns the mode ON unconditionally.
11972
398a825b
SM
119732010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11974
a544e7c1
SM
11975 * vc-dir.el (vc-dir-kill-line): New command.
11976 (vc-dir-mode-map): Bind it to C-k.
11977
a1979d8e
SM
11978 * bookmark.el (bookmark-insert-location): Handle a nil filename.
11979
398a825b
SM
11980 * woman.el: Add bookmark declarations to silence the compiler.
11981 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
11982 step to compatibility between man and woman bookmarks.
11983 Adjust for Man-default-bookmark-title renaming.
11984 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
11985
11986 * man.el: Add bookmark declarations to silence the compiler.
11987 (Man-name-local-regexp): Make it match NAME as well.
11988 (Man-getpage-in-background): Return the buffer.
11989 (Man-notify-when-ready): Use `case'.
11990 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
11991 Don't hardcode "NAME". Simplify.
11992 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
11993 Rename from Man-bookmark-make-record.
11994 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
11995 we have the actual man-args. Use Man-getpage-in-background rather
11996 than `man' since the arg is already processed. Let bookmark.el do the
11997 window handling. Only wait for the relevant process.
11998 Don't forget to autoload.
11999
12000 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
12001
45be326a
TV
120022010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12003
12004 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
12005 New functions.
12006 (woman-mode): Setup bookmark support.
12007
12008 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
12009 (man-bookmark-jump): New functions.
12010 (Man-mode): Setup bookmark support.
12011
3acb4c93
CY
120122010-04-10 Jari Aalto <jari.aalto@cante.net>
12013
12014 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
12015 recognize ssh-keygen prompt (Bug#2817).
12016
b6bbb65e
MA
120172010-04-10 Michael Albinus <michael.albinus@gmx.de>
12018
12019 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
12020
b533bc97
MA
120212010-04-10 Michael Albinus <michael.albinus@gmx.de>
12022
12023 Synchronize with Tramp repository.
12024
12025 * net/tramp.el (tramp-completion-function-alist)
12026 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
12027 (tramp-local-coding-commands, tramp-remote-coding-commands):
12028 Fix docstring.
12029 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
12030 (tramp-handle-directory-files-and-attributes)
12031 (tramp-get-remote-path): Use `copy-tree'.
12032 (tramp-handle-file-name-all-completions): Backward/ XEmacs
12033 compatibility: Use `completion-ignore-case' if
12034 `read-file-name-completion-ignore-case' does not exist.
12035 (tramp-do-copy-or-rename-file-directly): Do not use
12036 `tramp-handle-file-remote-p'.
45be326a
TV
12037 (tramp-do-copy-or-rename-file-out-of-band):
12038 Use `tramp-compat-delete-directory'.
b533bc97 12039 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
12040 (tramp-compute-multi-hops, tramp-maybe-open-connection):
12041 Use `format-spec-make'.
b533bc97
MA
12042 (tramp-find-foreign-file-name-handler)
12043 (tramp-advice-make-auto-save-file-name)
12044 (tramp-set-auto-save-file-modes): Remove superfluous check for
12045 `stringp'. This is done inside `tramp-tramp-file-p'.
12046 (tramp-debug-outline-regexp): New defconst.
12047 (tramp-get-debug-buffer): Use it.
12048 (tramp-check-for-regexp): Use (forward-line 1).
12049 (tramp-set-auto-save-file-modes): Adapt version check.
12050
45be326a
TV
12051 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
12052 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
12053 (tramp-compat-make-temp-file): Simplify fallback implementation.
12054 (tramp-compat-copy-tree): Remove function.
12055 (tramp-compat-delete-directory): Provide implementation for older
12056 Emacsen.
12057
12058 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
12059 Do not use `tramp-fish-handle-file-attributes.
12060
12061 * net/trampver.el: Update release number.
12062
ba33df00
GM
120632010-04-10 Glenn Morris <rgm@gnu.org>
12064
12065 * progmodes/compile.el (compilation-save-buffers-predicate):
12066 Add missing :version tag.
12067
4a8ae76f
SS
120682010-04-09 Sam Steingold <sds@gnu.org>
12069
12070 * progmodes/compile.el (compilation-save-buffers-predicate):
12071 Remove the "autoload" cookie.
12072
0880716f
SS
12073 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
12074 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
12075 and `bug-reference-prog-mode' can be used in hooks directly.
12076
6aebd58c
DN
120772010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12078
12079 Add --author support to git commit.
12080 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
12081 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
12082 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
12083 New declarations.
6aebd58c 12084
f6d90772
ER
120852010-04-09 Eric Raymond <esr@snark.thyrsus.com>
12086
12087 * vc-hooks.el, vc-git.el: Improve documentation comments.
12088
e754e83b
SM
120892010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12090
12091 Fix some of the problems in defsubst* (bug#5728).
12092 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
12093 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
12094
9e86ab0b
SS
120952010-04-07 Sam Steingold <sds@gnu.org>
12096
e754e83b
SM
12097 * progmodes/compile.el (compilation-save-buffers-predicate):
12098 New custom variable.
9e86ab0b
SS
12099 (compile, recompile): Pass it to `save-some-buffers'.
12100
b0c8b840
JD
121012010-04-07 Jan Djärv <jan.h.d@swipnet.se>
12102
12103 * wid-edit.el (widget-choose): Move cursor to the second line of
12104 the buffer (Bug#5695).
12105
31527c56
DN
121062010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12107
12108 Add new VC methods: vc-log-incoming and vc-log-outgoing.
12109 * vc.el (vc-print-log-setup-buttons): New function split out from
12110 vc-print-log-internal.
12111 (vc-log-internal-common): New function, a parametrized version of
12112 vc-print-log-internal.
12113 (vc-print-log-internal): Just call vc-log-internal-common with the
12114 right arguments.
12115 (vc-incoming-outgoing-internal):
12116 (vc-log-incoming, vc-log-outgoing): New functions.
12117 (vc-log-view-type): New permanent local variable.
12118
12119 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
12120
12121 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
12122 of the dynamic bound vc-short-log.
12123 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
12124
12125 * vc-git.el (vc-git-log-outgoing): New function.
12126 (vc-git-log-view-mode): Use vc-log-view-type instead
12127 of the dynamic bound vc-short-log.
12128
12129 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
12130 of the dynamic bound vc-short-log. Highlight the tag.
12131 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
12132 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
12133 (vc-hg-incoming-mode): Remove.
12134 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
12135
7ec69e2b
DN
121362010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12137
12138 Fix default-directory for vc-root-diff.
12139 * vc.el (vc-root-diff): Bind default-directory to the root
12140 directory for the diff command.
12141
fd9ea9d3
WS
121422010-04-07 Michael McNamara <mac@mail.brushroad.com>
12143
6e104790 12144 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
12145 (verilog-calc-1): Support "disable fork" and "fork wait" multi
12146 word keywords, suggested by Steve Pearlmutter.
6e104790 12147 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 12148 port lists.
6e104790 12149 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 12150 fix bug for /* / comments.
6e104790 12151 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 12152 Speed up and simplfy as this is never called with a bound.
6e104790
SM
12153 (verilog-pretty-declarations): Enhance to line up declarations
12154 inside a parameter list, suggested by Alan Morgan.
12155 (verilog-pretty-expr): Tune assignment regular expression match
12156 string for corner cases; also use markers instead of character
12157 number as indent changes the later.
fd9ea9d3
WS
12158
121592010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
12160
6e104790
SM
12161 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
12162 as missing keyword.
12163 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
12164 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
12165 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
12166 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
12167 Tennant.
12168 (verilog-keywords):
fd9ea9d3
WS
12169 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
12170 1800-2009 keywords, including "global.".
12171
2a07afc5
JW
121722010-04-06 John Wiegley <jwiegley@gmail.com>
12173
8b32731a 12174 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 12175 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 12176 file basename). Should use uniquify to offer a real solution.
2a07afc5 12177
f9a27d86
JW
121782010-04-06 John Wiegley <jwiegley@gmail.com>
12179
8b32731a
JB
12180 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
12181 comment to code, and add a :version tag.
12182 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 12183
9caf8a8f
JB
121842010-04-06 Juanma Barranquero <lekktu@gmail.com>
12185
12186 Enable recentf-mode if using virtual buffers.
12187 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 12188 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
12189 (ido-make-buffer-list): Simplify.
12190 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
12191
5a97d2da
JL
121922010-04-05 Juri Linkov <juri@jurta.org>
12193
12194 Scrolling commands which scroll a line instead of full screen.
12195 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12196
12197 * simple.el (scroll-up-line, scroll-down-line): New commands.
12198 Put property isearch-scroll=t on them.
12199
12200 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
12201 Remove commands.
12202
79ce172a
JL
122032010-04-05 Juri Linkov <juri@jurta.org>
12204
8b32731a 12205 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
12206 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12207
12208 * simple.el (scroll-up-command, scroll-down-command): New commands.
12209 Put property isearch-scroll=t on them.
12210
12211 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
12212 `scroll-down-command' and [next] from `scroll-up' to
12213 `scroll-up-command'.
12214
12215 * emulation/cua-base.el: Put property CUA=move on
12216 `scroll-up-command' and `scroll-down-command'.
12217 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
12218 and `scroll-down-command' to `cua-scroll-down'.
12219
309d5b43
JB
122202010-04-05 Juanma Barranquero <lekktu@gmail.com>
12221
6460e534 12222 * help.el (describe-mode): Return nil.
309d5b43 12223
0523d117
JW
122242010-04-04 John Wiegley <jwiegley@gmail.com>
12225
12226 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 12227 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
12228 (ido-virtual): Face used to indicate virtual buffers in the list.
12229 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12230 exists, but a virtual buffer of that name does (which would be why
12231 it was in the list), recreate the buffer by reopening the file.
12232 (ido-make-buffer-list): If virtual buffers are being used, call
12233 `ido-add-virtual-buffers-to-list' before the make list hook.
12234 (ido-virtual-buffers): New variable which contains a copy of the
12235 current contents of the `recentf-list', albeit pared down for the
12236 sake of speed, and with proper faces applied.
12237 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12238 create a list of "virtual buffers" to present to the user in
12239 addition to the currently open set. Note that this logic could
12240 get rather slow if that list is too large. With the default
12241 `recentf-max-saved-items' of 200, there is little speed penalty.
12242
202ff0d6
SM
122432010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12244
12245 * font-lock.el: Require CL when compiling.
12246 (font-lock-turn-on-thing-lock): Use `case'.
12247
ef43a0f4
EZ
122482010-04-03 Eli Zaretskii <eliz@gnu.org>
12249
12250 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12251 Zaretskii.
ef43a0f4 12252
9c13a46e
JL
122532010-04-02 Juri Linkov <juri@jurta.org>
12254
12255 * ehelp.el (electric-help-orig-major-mode):
12256 New buffer-local variable.
12257 (electric-help-mode): Set it to original major-mode. Doc fix.
12258 (with-electric-help): Use `electric-help-orig-major-mode' instead
12259 of (default-value 'major-mode). Doc fix.
12260 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12261
3fb87bf5
SS
122622010-04-02 Sam Steingold <sds@gnu.org>
12263
12264 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12265 `vc-hg-command' with a list of flags.
12266
202ff0d6
SM
12267 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12268 Also accept "patch" and "RFE".
dbb5e44a
SS
12269 (bug-reference-fontify): `bug-reference-url-format' can also be a
12270 function to be able to handle the bug kind.
202ff0d6 12271 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 12272
d0b22876
JD
122732010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12274
12275 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12276 value to fboundp, it may not be a symbol.
12277
1625d379
CY
122782010-03-31 Chong Yidong <cyd@stupidchicken.com>
12279
202ff0d6 12280 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 12281
1cd095c6
JL
122822010-03-31 Juri Linkov <juri@jurta.org>
12283
12284 * simple.el (next-line, previous-line): Re-throw a signal
12285 with `signal' instead of using `ding'.
12286 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12287
67189e62
JL
122882010-03-31 Juri Linkov <juri@jurta.org>
12289
12290 * simple.el (keyboard-escape-quit): Raise deselecting the active
12291 region higher than exiting the minibuffer.
12292 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12293
1546c559
JL
122942010-03-31 Juri Linkov <juri@jurta.org>
12295
12296 * image.el (image-animated-p): Use `image-metadata' instead of
12297 `image-extension-data'. Get GIF extenstion data from metadata
12298 property `extension-data'.
12299
85626eef
SM
123002010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12301
12302 * simple.el (append-to-buffer): Simplify.
12303
85738751 123042010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
12305
12306 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12307 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12308
85738751 123092010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
12310
12311 * language/sinhala.el (composition-function-table): Fix regexp for
12312 the new Unicode specification.
12313
12314 * language/indian.el (devanagari-composable-pattern)
12315 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 12316 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
12317 specification.
12318 (bengali-composable-pattern, gurmukhi-composable-pattern)
12319 (gujarati-composable-pattern, oriya-composable-pattern)
12320 (telugu-composable-pattern): New variables to cope with the new
12321 Unicode specification. Use them in composition-function-table.
12322
85738751 123232010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 12324
79d74ac5 12325 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
12326 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12327 vectors rather than cons cells, as used in menu-bar-update-buffers.
12328
85738751 123292010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 12330
2a793f7f
CY
12331 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12332 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12333 electric punctuation for "{}();,:" (Bug#5586).
12334
03ffe8be
CY
12335 * mail/sendmail.el (mail-default-directory): Doc fix.
12336
85738751 123372010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
12338
12339 * mail/sendmail.el (mail-default-directory): Doc fix.
12340
85738751 123412010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
12342
12343 * subr.el (version-regexp-alist, version-to-list)
12344 (version-list-<, version-list-=, version-list-<=)
12345 (version-list-not-zero, version<, version<=, version=): Doc fix.
12346 (Bug#5744).
12347
85738751 123482010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
12349
12350 * vc.el (vc-root-diff): Doc fix.
12351
85738751 123522010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 12353
9aa2c576
CY
12354 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12355
9d30a9f4
CY
12356 * simple.el (append-to-buffer): Fix last change.
12357
85738751 123582010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
12359
12360 * simple.el (append-to-buffer): Ensure that point is preserved if
12361 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12362 (Bug#5749)
12363
2372f278
SM
123642010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12365
12366 * files.el (auto-mode-case-fold): Change default to t.
12367
2223a1b3
JL
123682010-03-30 Juri Linkov <juri@jurta.org>
12369
12370 * dired-x.el (dired-omit-mode): Doc fix.
12371
0ef84fc8
JL
123722010-03-30 Juri Linkov <juri@jurta.org>
12373
12374 * replace.el (occur-accumulate-lines): Move occur-engine related
12375 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12376 to be located after `occur-engine'.
12377
dc2d2590
JL
123782010-03-30 Juri Linkov <juri@jurta.org>
12379
12380 Make occur handle multi-line matches cleanly with context.
12381 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12382
12383 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12384 (occur-engine): Add local variables `ret', `prev-after-lines',
12385 `prev-lines'. Use more arguments for `occur-context-lines'.
12386 Set first elem of its returned list to `data', and the second elem
12387 to `prev-after-lines'. Don't print the separator line.
12388 In the end, print remaining context after-lines.
12389 (occur-context-lines): Add new arguments `begpt', `endpt',
12390 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12391 after-lines of the previous match with before-lines of the
12392 current match and not overlap them. Return a list with two
12393 values: the output line and the list of context after-lines.
12394
47c88c06
JL
123952010-03-30 Juri Linkov <juri@jurta.org>
12396
12397 * replace.el (occur-accumulate-lines): Fix a bug where the first
12398 context line at the beginning of the buffer was missing.
12399
a7b02820
EZ
124002010-03-30 Eli Zaretskii <eliz@gnu.org>
12401
12402 * files.el: Make bidi-display-reordering safe variable for boolean
12403 values.
12404
9326ba26 124052010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 12406 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
12407
12408 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
12409 (progress-reporter-update, progress-reporter-do-update):
12410 Handle non-numeric value arguments.
9326ba26
CY
12411 (progress-reporter--pulse-characters): New var.
12412
f6f8aa12
CY
124132010-03-28 Chong Yidong <cyd@stupidchicken.com>
12414
12415 * progmodes/compile.el (compilation-start): Fix regexp detection
12416 of initial cd command (Bug#5771).
12417
7ed287b5
CY
124182010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12419
12420 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12421
146b8b16
NR
124222010-03-27 Nick Roberts <nickrob@snap.net.nz>
12423
12424 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
12425 * progmodes/gdb-mi.el: Restore.
12426 * progmodes/gdb-ui.el: Remove.
12427 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 12428
b23caf75
GM
124292010-03-25 Glenn Morris <rgm@gnu.org>
12430
12431 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12432 all dired buffers, even tramp ones. (Bug#5755)
12433
18c812bd
SM
124342010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12435
12436 Add "union tags" in mpc.el.
12437 * mpc.el: Remove backward compatibility code.
12438 (mpc-browser-tags): Change default.
12439 (mpc--find-memoize-union-tags): New var.
12440 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12441 (mpc-cmd-find): Handle the case where the playlist does not exist.
12442 Handle union-tags.
12443 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12444 (mpc-cmd-add): Use mpc-cmd-flush.
12445 (mpc-tagbrowser-tag-name): New fun.
12446 (mpc-tagbrowser-buf): Use it.
12447 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12448
efee6a6d
SM
124492010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12450
9586c41a
SM
12451 Misc cleanup.
12452 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12453 Use replace-regexp-in-string.
12454 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12455 (makefile-imake-mode-syntax-table): Move init into defvar.
12456 (makefile-mode): Use define-derived-mode.
12457
efee6a6d
SM
12458 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12459 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12460 not be present any more.
12461
c6f3804c
JB
124622010-03-24 Juanma Barranquero <lekktu@gmail.com>
12463
12464 * faces.el (set-face-attribute): Fix typo in docstring.
12465 (face-valid-attribute-values): Reflow docstring.
12466
e867cb5d 124672010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 12468
efee6a6d 12469 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 12470
e867cb5d 124712010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
12472
12473 * indent.el (indent-for-tab-command): Doc fix.
12474
e867cb5d 124752010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 12476
efee6a6d
SM
12477 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12478 Fix off-by-one error. Fixes bug #5747.
657071fc 12479
e867cb5d 124802010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
12481
12482 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12483 (image-dired-read-comment): Doc fix.
12484
efee6a6d
SM
12485 * json.el (json-object-type, json-array-type, json-key-type)
12486 (json-false, json-null, json-read-number):
c8de140b
JB
12487 * minibuffer.el (completion-in-region-functions):
12488 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12489 (cal-tex-cursor-week):
12490 * emacs-lisp/trace.el (trace-function):
12491 * eshell/em-basic.el (eshell/printnl):
12492 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12493 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12494 * obsolete/levents.el (allocate-event, event-key, event-object)
12495 (event-point, event-process, event-timestamp, event-to-character)
12496 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12497 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12498 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12499 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12500 (reftex-highlight-selection): Fix typos in docstrings.
12501
e867cb5d 125022010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
12503
12504 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12505
e867cb5d 125062010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
12507
12508 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12509 2008-02-13 without comment; mark it obsolete.
12510 (rmail-highlight-headers): Use rmail-highlight-face once more.
12511
e867cb5d 125122010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
12513
12514 * woman.el (woman2-process-escapes): Only consume the newline if
12515 the filler character is on a line by itself (Bug#5729).
12516
e867cb5d 125172010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
12518
12519 * language/indian.el (devanagari-composable-pattern): Add more
12520 consonants.
12521
e867cb5d 125222010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
12523
12524 * net/trampver.el: Update release number.
12525
e867cb5d 125262010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 12527
efee6a6d
SM
12528 * net/tramp.el (tramp-find-executable):
12529 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
12530 output of "wc -l" more robust.
12531 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12532 (tramp-open-connection-setup-interactive-shell): Remove workaround
12533 for OpenSolaris bug, it is not needed anymore.
12534
e867cb5d 125352010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
12536
12537 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12538
e867cb5d 125392010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
12540
12541 * files.el (auto-mode-alist): Accept more verilog file patterns.
12542
b2b8574b
SM
125432010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12544
12545 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12546
1d94ebb0
GM
125472010-03-24 Glenn Morris <rgm@gnu.org>
12548
7e263967
GM
12549 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12550 log-edit-before-checkin-process.
12551
5ac92c5f
GM
12552 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12553
12554 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 12555
549f324a
GM
12556 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12557 (log-view-process-buffer, log-edit-extra-flags): Declare.
12558
495b517c
GM
12559 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12560
f4087766
SS
125612010-03-23 Sam Steingold <sds@gnu.org>
12562
12563 Fix bug#5620: recalculate all markers on compilation buffer
12564 modifications, not on file modifications.
38e9aa53
GM
12565 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12566 variable: the buffer modification time, for buffers not associated with
12567 files.
f4087766
SS
12568 (compilation-mode): Create it.
12569 (compilation-filter): Update it.
12570 (compilation-next-error-function): Use it instead of
12571 `visited-file-modtime' for timestamp.
12572
774642e5
JL
125732010-03-23 Juri Linkov <juri@jurta.org>
12574
12575 Implement Occur multi-line matches.
12576 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12577
12578 * replace.el (occur): Doc fix.
12579 (occur-engine): Set `begpt' to the beginning of the first line.
12580 Set `endpt' to the end of the last match line. At first, count
12581 line numbers between `origpt' and `begpt'. Split out code from
12582 `out-line' variable to new let-bindings `match-prefix' and
12583 `match-str'. In `out-line' add non-numeric prefix to all
12584 non-first lines of multi-line matches. Finally, count lines
12585 between `begpt' and `endpt' and add to `lines'.
12586
f14d1172
JL
125872010-03-23 Juri Linkov <juri@jurta.org>
12588
12589 * replace.el (occur-accumulate-lines, occur-engine):
12590 Use `occur-engine-line' instead of duplicate code.
12591 (occur-engine-line): New function created from duplicate code
12592 in `occur-accumulate-lines' and `occur-engine'.
12593
53e87c57
JL
12594 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12595 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12596
75a3ff20
JL
125972010-03-23 Juri Linkov <juri@jurta.org>
12598
12599 * finder.el: Remove TODO tasks.
12600
12601 * info.el (Info-finder-find-node): Add node "all"
12602 with all package info. Handle a list of multiple keywords
12603 separated by comma.
12604 (info-finder): In interactive use with a prefix argument,
12605 use `completing-read-multiple' to read a list of keywords
12606 separated by comma.
12607
00278747
SM
126082010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12609
12610 Add a new completion style `substring'.
12611 * minibuffer.el (completion-basic--pattern): New function.
12612 (completion-basic-try-completion, completion-basic-all-completions):
12613 Use it.
12614 (completion-substring--all-completions)
12615 (completion-substring-try-completion)
12616 (completion-substring-all-completions): New functions.
12617 (completion-styles-alist): New style `substring'.
12618
64cb11cc
SM
126192010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12620
12621 Get rid of .elc files after removal of the corresponding .el.
12622 * Makefile.in (compile-clean): New target.
12623 (compile-main): Use it.
12624
835e2c65
JD
126252010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12626
12627 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12628 don't do make there. When compiling with separate object dir, there
12629 is no Makefile there.
12630
111a9dff
SM
126312010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12632
12633 Get rid of the ELCFILES abomination, again.
12634 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12635 (all, compile): Don't call compile-last.
12636 (compile-main): Build the "elcfiles" list dynamically.
12637 (compile-targets): New (internal) target.
12638
82c3d67a
AS
126392010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12640
12641 * Makefile.in (top_srcdir): Define.
12642 (abs_top_builddir): Define.
12643 (srcdir): Don't append `/..'.
12644 (EMACS): Use ${abs_top_builddir}.
12645 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
12646 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12647 $(srcdir).
82c3d67a
AS
12648 (lisp): Use $(srcdir) instead of @srcdir@.
12649
d66ecdbb
JL
126502010-03-21 Juri Linkov <juri@jurta.org>
12651
12652 Fix message of multi-line occur regexps and multi-buffer header lines.
12653 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12654
12655 * replace.el (occur-1): Don't display regexp if it is longer
12656 than window-width. Use `query-replace-descr' to display regexp.
12657 (occur-engine): Don't display regexp in the buffer header for
12658 multi-buffer occur. Display a separate header line with total
12659 match count and regexp for multi-buffer occur.
12660 Use `query-replace-descr' to display regexp.
12661
f05e1b94
TZ
126622010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12663
12664 * net/secrets.el: Fix parenthesis.
12665 (secrets-enabled): Fix parenthesis.
12666
801ba3ba
SM
126672010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12668
3613edce
SM
12669 Use more relative file and directory names.
12670 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12671 (setwins, setwins_almost, setwins_for_subdirs):
12672 Don't `cd'; output relative names.
12673 (all, compile, compile-always, compile-last): Set emacswd.
12674 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12675 Just cd to the lisp source dir so we can use relative file names.
12676
801ba3ba
SM
12677 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12678
2b1400b9
GM
126792010-03-20 Glenn Morris <rgm@gnu.org>
12680
12681 * textmodes/rst.el: Use faces for font-lock customization, and make the
12682 old -face variables obsolete.
12683 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12684 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12685 (rst-block-face, rst-external-face, rst-definition-face)
12686 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12687 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12688 Make obsolete.
12689 (rst-font-lock-keywords-function): Update for above changes.
12690
5e418f17
JL
126912010-03-20 Juri Linkov <juri@jurta.org>
12692
12693 * s-region.el:
12694 * obsolete/s-region.el: Move to obsolete.
12695
b0287b39
JB
126962010-03-19 Juanma Barranquero <lekktu@gmail.com>
12697
12698 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12699
3c95bbb6
DN
127002010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12701
12702 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12703
09158997
DN
127042010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12705
12706 Add special markup processing for commit logs.
12707 * log-edit.el (log-edit-extra-flags): New variable.
12708 (log-edit): Add new argument MODE. Use that mode when non-nil
12709 instead of the log-view-mode.
12710 (log-view-process-buffer): New function.
12711
12712 * vc.el: Document that the checkin method takes optional
12713 arguments. Document new backend specific method: log-view-mode.
12714 (vc-default-log-edit-mode): New function.
12715 (vc-checkin): Use a backend specific log-view-mode.
12716 Pass extra arguments to the checkin method.
12717 (vc-modify-change-comment): Pass a dummy extra argument.
12718
12719 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12720 log-edit.
12721 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12722 (vc-finish-logentry): Process the log buffer before passing it
12723 down. Pass log-edit-extra-flags.
12724
12725 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12726 command.
85626eef
SM
12727 (log-edit-extra-flags, log-edit-before-checkin-process):
12728 New declarations.
09158997
DN
12729
12730 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12731 command.
85626eef
SM
12732 (log-edit-extra-flags, log-edit-before-checkin-process):
12733 New declarations.
09158997
DN
12734 (vc-hg-log-edit-mode): New derived mode.
12735
12736 * vc-arch.el (vc-arch-checkin):
12737 * vc-cvs.el (vc-cvs-checkin):
12738 * vc-git.el (vc-git-checkin):
12739 * vc-mtn.el (vc-mtn-checkin):
12740 * vc-rcs.el (vc-rcs-checkin):
12741 * vc-sccs.el (vc-sccs-checkin):
12742 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
12743
f430423d
SM
127442010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12745
12746 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
12747 parent typo).
12748
aa8f8277
GM
127492010-03-19 Glenn Morris <rgm@gnu.org>
12750
f430423d 12751 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 12752
04525749
GM
127532010-03-18 Glenn Morris <rgm@gnu.org>
12754
c70815f1
GM
12755 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
12756
84d0a5f8
GM
12757 * replace.el (query-replace-history): Give it a doc string.
12758 (map-query-replace-regexp): Use query-replace-from-history-variable
12759 and query-replace-to-history-variable.
12760
e3a15161
GM
12761 * mail/hashcash.el (declare-function): Remove duplicate definition.
12762
27be0364
GM
12763 * mail/emacsbug.el (report-emacs-bug-pretest-address):
12764 Make it an obsolete alias for report-emacs-bug-address.
12765 (message-strip-special-text-properties): Declare.
12766 (report-emacs-bug): Remove test for a pretest bug address.
12767 Combine message-mode-specific code.
12768
88b8d18e
GM
12769 * mail/supercite.el: Don't require sendmail.
12770 (mh-in-header-p): Declare rather than using with-no-warnings.
12771 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
12772 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
12773
1a355d09
GM
12774 * calendar/cal-french.el: Convert to utf-8.
12775
04525749
GM
12776 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
12777 Emacs scripts.
12778
ae84eb97
MA
127792010-03-16 Michael Albinus <michael.albinus@gmx.de>
12780
12781 * net/secrets.el (secrets-enabled): New variable. Use it instead
12782 of a subfeature.
12783
7c75524e
MA
127842010-03-15 Michael Albinus <michael.albinus@gmx.de>
12785
12786 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
12787 service "org.freedesktop.secrets" can be pinged.
12788 Provide subfeature `enabled'.
7c75524e 12789
57938a79
JL
127902010-03-14 Juri Linkov <juri@jurta.org>
12791
12792 Add finder unknown keywords.
12793
12794 * finder.el (finder-unknown-keywords): New function.
12795
12796 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
12797 to create a Finder node with unknown keywords.
12798
88f4758e
JL
127992010-03-14 Juri Linkov <juri@jurta.org>
12800
12801 * finder.el (finder-compile-keywords): Replace `princ' with
12802 `prin1' on a list of symbols interned from keyword strings.
12803
12804 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
12805 a comma, then split keywords using a comma and optional whitespace.
12806 Otherwise, split by whitespace.
12807
12808 * complete.el:
12809 * face-remap.el:
12810 * log-view.el:
12811 * net/hmac-def.el:
12812 * net/hmac-md5.el:
12813 * net/netrc.el:
12814 * progmodes/mixal-mode.el: Fix keywords.
12815
7725ebb7
MA
128162010-03-13 Michael Albinus <michael.albinus@gmx.de>
12817
12818 * Makefile.in (ELCFILES): Add net/secrets.elc.
12819
12820 * net/secrets.el: New file.
12821
6f320937
CY
128222010-03-12 Chong Yidong <cyd@stupidchicken.com>
12823
12824 * facemenu.el (list-colors-display, list-colors-print): New arg
12825 callback. Use it to allow selecting colors.
12826
12827 * wid-edit.el (widget-image-insert): Insert image prop even if the
12828 current display is non-graphic.
12829 (widget-field-value-set): New fun.
12830 (editable-field): Use it.
12831 (widget-field-value-get): Clean up unused var.
85626eef
SM
12832 (widget-color-value-create, widget-color--choose-action):
12833 New funs. Allow using list-colors-display to choose color.
6f320937 12834
647f9993
CY
128352010-03-12 Chong Yidong <cyd@stupidchicken.com>
12836
12837 * cus-edit.el: Resort topmost custom groups.
12838 (custom-buffer-sort-alphabetically): Default to t.
12839 (customize-apropos): Use apropos-parse-pattern.
12840 (custom-search-field): New var.
12841 (custom-buffer-create-internal): Add custom-apropos search field.
12842 (custom-add-parent-links): Don't display parent doc.
12843 (custom-group-value-create): Don't sort top-level custom group.
85626eef 12844 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
12845
12846 (custom-variable-state): New fun, from custom-variable-state-set.
12847 (custom-variable-state-set): Use it.
12848 (custom-group-value-create): Hide options with standard values
12849 using the :hidden-states property. Use progress reporter.
12850
12851 (custom-show): Simplify.
12852 (custom-visibility): Disable images by default.
12853 (custom-variable): New property :hidden-states.
12854 (custom-variable-value-create): Enable images for
12855 custom-visibility widgets. Use :hidden-states property to
12856 determine initial visibility.
12857
12858 * wid-edit.el (widget-image-find): Give images center ascent.
12859 (visibility): Add :on-image and :off-image properties.
12860 (widget-visibility-value-create): Use them.
12861
eba5b4dd
CY
128622010-03-12 Chong Yidong <cyd@stupidchicken.com>
12863
12864 * cus-edit.el (processes): Remove from development group.
12865 (oop, hypermedia): Delete group.
26f4b8ab 12866 (comm): Promote to top-level group.
eba5b4dd
CY
12867
12868 * net/browse-url.el (browse-url):
12869 * net/xesam.el (xesam):
12870 * net/tramp.el (tramp):
12871 * net/goto-addr.el (goto-address):
26f4b8ab 12872 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
12873
12874 * view.el (view): Remove from editing group.
12875
12876 * uniquify.el (uniquify): Put in files group.
12877
12878 * net/browse-url.el (browse-url):
12879 * ps-print.el (postscript): Put in external group.
12880
12881 * cus-edit.el (outlines):
12882 * textmodes/text-mode.el (text-mode-hook):
12883 * textmodes/table.el (table):
12884 * textmodes/picture.el (picture):
12885 * outline.el (outlines): Put in wp group.
12886
12887 * nxml/nxml-mode.el (nxml): Remove from wp group.
12888
12889 * net/tramp-imap.el (tramp-imap): Put in tramp group.
12890
12891 * mail/metamail.el (metamail): Remove from hypermedia group.
12892
12893 * cus-edit.el (abbrev):
12894 * whitespace.el (whitespace):
12895 * vcursor.el (vcursor):
12896 * reveal.el (reveal):
12897 * hl-line.el (hl-line): Put in convenience group.
12898
12899 * epg-config.el (epg): Put in data group.
12900
12901 * emulation/pc-select.el (pc-select): Put in emulations group.
12902
12903 * calculator.el (calculator): Put in applications group.
12904
8117868f
DN
129052010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12906
12907 Add .dir-locals.el support for file-less buffers.
12908 * files.el (hack-local-variables): Split out code to apply local
12909 variable settings ...
12910 (hack-local-variables-apply): ... here. New function.
12911 (hack-dir-local-variables): Use the default directory for when the
12912 buffer does not have an associated file.
12913 (hack-dir-local-variables-non-file-buffer): New function.
12914 * diff-mode.el (diff-mode):
12915 * vc-annotate.el (vc-annotate-mode):
12916 * vc-dir.el (vc-dir-mode):
12917 * log-edit.el (log-edit-mode):
12918 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
12919
855a2294
DN
129202010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12921
12922 Add support for shelving snapshots and for showing shelves.
12923 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
12924 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
12925 New functions.
12926 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12927 (vc-bzr-extra-menu-map): Map them.
12928
3e5b7009
GM
129292010-03-11 Glenn Morris <rgm@gnu.org>
12930
0dcf7d7e
GM
12931 * cus-edit.el (customize-changed-options-previous-release):
12932 Bump to 23.1.
12933
3e5b7009
GM
12934 * image.el (image-animate-max-time): Fix :version tag.
12935
288f9fc0
CY
129362010-03-10 Chong Yidong <cyd@stupidchicken.com>
12937
12938 * Branch for 23.2.
12939
53ef91b1
SM
129402010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12941
12942 * vc-git.el (vc-git-revision-table): Include remote branches.
12943
b41460ae 129442010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
12945
12946 Animated image API.
12947 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
12948
12949 * image.el (image-animate-max-time): New defcustom.
12950 (image-animated-types): New defconst.
12951 (create-animated-image, image-animate-timer)
12952 (image-animate-start, image-animate-stop, image-animate-timeout)
12953 (image-animated-p): New functions.
12954
12955 * image-mode.el (image-toggle-display-image):
12956 Replace `create-image' with `create-animated-image'.
12957
e5d1fb10 129582010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
12959
12960 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
12961 instead of "format:"; this ensures that the output is
12962 newline-terminated.
12963
4e7cafbe
CY
129642010-03-08 Chong Yidong <cyd@stupidchicken.com>
12965
12966 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
12967 that all errors are caught, and that the return value is always a
12968 list (Bug#5692).
12969
aec66319
KH
129702010-03-08 Kenichi Handa <handa@m17n.org>
12971
12972 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 12973 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 12974
b327c975
AS
129752010-03-07 Andreas Schwab <schwab@linux-m68k.org>
12976
12977 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
12978 call to rfc822-bad-address. (Bug#5692)
12979
1c465a6a
CY
129802010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
12981
85626eef
SM
12982 * vc-git.el (vc-git-annotate-extract-revision-at-line):
12983 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 12984
a4e32226
CY
129852010-03-06 Chong Yidong <cyd@stupidchicken.com>
12986
12987 * calculator.el (calculator): Don't bind split-window-keep-point
12988 (Bug#5674).
12989
4c83ed3d
SM
129902010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12991
12992 * vc-git.el: Re-flow to fit into 80 columns.
12993 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
12994 Remove spurious `quote' element in each case alternative.
12995 (vc-git-show-log-entry): Use prog1.
12996 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
12997
e8defde3
SM
129982010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12999
13000 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
13001
233f0c9f
CY
130022010-03-03 Chong Yidong <cyd@stupidchicken.com>
13003
13004 * macros.el (insert-kbd-macro): Look up keyboard macro using the
13005 definition, not the name (Bug#5481).
13006
254bedef 130072010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
13008
13009 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
13010 argument with a local variable. (Bug#5670)
13011
7187cdae
JL
130122010-03-02 Juri Linkov <juri@jurta.org>
13013
13014 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
13015
9cf3544e
MA
130162010-03-02 Michael Albinus <michael.albinus@gmx.de>
13017
13018 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
13019 error when FILENAME and NEWNAME are existing remote directories.
13020
13021 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
13022 parameter DIR-FLAG.
13023
33f77982
GM
130242010-03-02 Glenn Morris <rgm@gnu.org>
13025
13026 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
13027 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
13028
d99ea08e
KH
130292010-03-01 Kenichi Handa <handa@m17n.org>
13030
e8defde3 13031 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
13032 myanmar-composable-pattern.
13033
e8defde3
SM
13034 * international/characters.el (script-list):
13035 * international/fontset.el (script-representative-chars):
13036 Change myanmar to burmese.
d99ea08e 13037 (otf-script-alist): Likewise.
4aa2c3b2
KH
13038 (setup-default-fontset): Likewise. Re-fix :otf spec.
13039
b374f54d
KY
130402010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13041
13042 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
13043
71572c03
JD
130442010-02-28 Jan Djärv <jan.h.d@swipnet.se>
13045
13046 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
13047
00cffdeb
MA
130482010-02-28 Michael Albinus <michael.albinus@gmx.de>
13049
13050 * net/tramp.el (tramp-handle-write-region): START can be a string.
13051 Take care in the checks. Reported by Dan Davison
13052 <davison@stats.ox.ac.uk>.
13053
d4b06783
MA
130542010-02-28 Michael Albinus <michael.albinus@gmx.de>
13055
13056 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
13057 (dbus-set-property, dbus-get-all-properties):
13058 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 13059
8c3e96d2
CY
130602010-02-28 Chong Yidong <cyd@stupidchicken.com>
13061
de3a1fe9
CY
13062 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
13063 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
13064 * calendar/icalendar.el (icalendar--add-diary-entry):
13065 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
13066 * files.el (recover-session-finish): Use with-current-buffer
13067 instead of save-excursion.
13068
c53b9c3b
SM
130692010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13070
13071 Fix in-buffer completion when after-change-functions modify the buffer.
13072 * minibuffer.el (completion--replace): New function.
13073 (completion--do-completion): Use it and use relative movement.
13074
4a16bdc6
CY
130752010-02-27 Chong Yidong <cyd@stupidchicken.com>
13076
13077 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 13078
b8280f39
CY
130792010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
13080
c53b9c3b
SM
13081 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
13082 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 13083
f88cc4d6
KH
130842010-02-26 Kenichi Handa <handa@m17n.org>
13085
13086 * language/burmese.el: Fix entries in composition-function-table.
13087 (myanmar-composable-pattern): New variable.
13088
13089 * international/fontset.el (setup-default-fontset): Add an entry
13090 for myanmar.
13091
13092 * international/characters.el (script-list): Add Myanmar
13093 Extended-A.
13094
cdbf9100
GM
130952010-02-26 Glenn Morris <rgm@gnu.org>
13096
90a94603
GM
13097 * custom.el (custom-initialize-delay): Doc fix.
13098
cdbf9100
GM
13099 * mail/sendmail.el (send-mail-function): Autoload the call
13100 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
13101
f95a5fd0
CY
131022010-02-24 Chong Yidong <cyd@stupidchicken.com>
13103
13104 * files.el (hack-local-variables-filter): For eval forms, also
13105 check safe-local-variable-p (Bug#5636).
13106
459a5f4b
MA
131072010-02-22 Michael Albinus <michael.albinus@gmx.de>
13108
13109 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
13110 setting the modes by `ignore-errors'. It might fail, for example
13111 if the file is not owned by the user but the group.
13112 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
13113
bb23f6e8
CY
131142010-02-21 Chong Yidong <cyd@stupidchicken.com>
13115
6a7662bb
BR
13116 * files.el (directory-listing-before-filename-regexp):
13117 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
13118 date-like filenames (Bug#5597).
13119
b660eb70
CY
13120 * htmlfontify.el (htmlfontify): Doc fix.
13121
13122 * eshell/eshell.el (eshell): Doc fix.
13123
bb23f6e8
CY
13124 * startup.el (fancy-about-screen): In mode-line, apply
13125 mode-line-buffer-id face only to the buffer name (Bug#5613).
13126
3e39928c
CY
131272010-02-20 Kevin Ryde <user42@zip.com.au>
13128
f7e0618c
JB
13129 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13130 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
13131 (Bug#5599).
13132
0f00e948
EZ
131332010-02-20 Eli Zaretskii <eliz@gnu.org>
13134
13135 * subr.el (remove-yank-excluded-properties): Explain in a comment
13136 why `category' property is removed.
13137
3513efb2
CY
131382010-02-19 Chong Yidong <cyd@stupidchicken.com>
13139
6a7662bb
BR
13140 * isearch.el (isearch-update-post-hook, isearch-update):
13141 Revert 2010-02-17 change.
3513efb2 13142
b4340b3f
UJ
131432010-02-19 Ulf Jasper <ulf.jasper@web.de>
13144
13145 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
13146 (icalendar--convert-weekly-to-ical)
13147 (icalendar--convert-yearly-to-ical)
13148 (icalendar--convert-block-to-ical)
13149 (icalendar--convert-cyclic-to-ical)
13150 (icalendar--convert-anniversary-to-ical): Take care of time
13151 specifications where hour has 1-digit only (Bug#5549).
13152
8cfae03d
NR
131532010-02-19 Nick Roberts <nickrob@snap.net.nz>
13154
13155 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
13156 of disassemble output in GDB 7.1.
13157
055e4eea
GM
131582010-02-19 Glenn Morris <rgm@gnu.org>
13159
13160 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
13161 property. (Bug#5593)
13162
ff6b00de
SS
131632010-02-18 Sam Steingold <sds@gnu.org>
13164
13165 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13166
fe8c0b47
SM
131672010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13168
13169 Use abbreviated file names in bookmarks (bug#5591).
13170 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
13171 calls to expand-file-name.
13172 (bookmark-relocate): Use abbreviated file names in bookmarks.
13173 (bookmark-load): Use abbreviated file names in messages.
13174
73a37a69
MA
131752010-02-18 Michael Albinus <michael.albinus@gmx.de>
13176
13177 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
13178 expand "." and "..". Reported by Thierry Volpiatto
13179 <thierry.volpiatto@gmail.com>.
13180
6e4f5731
MA
131812010-02-18 Michael Albinus <michael.albinus@gmx.de>
13182
13183 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
13184 permissions of the temporary file to "0600". In case the remote
13185 file has no read permissions for the owner, there might be
13186 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
13187
1318822010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
13189
13190 * emacs-lisp/authors.el (authors-renamed-files-alist):
13191 Add entries for INSTALL.CVS.
13192
ba5bf642
MH
131932010-02-17 Mark A. Hershberger <mah@everybody.org>
13194
f7e0618c 13195 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 13196
f7e0618c 13197 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
13198 (isearch-update): Use the new hook.
13199
aac0b0f2
MA
132002010-02-16 Michael Albinus <michael.albinus@gmx.de>
13201
fe8c0b47
SM
13202 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13203 Fix errors in copying directories.
aac0b0f2
MA
13204 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13205 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
13206 (tramp-handle-delete-file)
13207 (tramp-handle-dired-recursive-delete-directory)
13208 (tramp-handle-write-region): Flush also the cache for the upper
13209 directory.
13210
05bbe066
CY
132112010-02-16 Chong Yidong <cyd@stupidchicken.com>
13212
e8ab3908
CY
13213 * simple.el (save-interprogram-paste-before-kill): Doc fix.
13214
ff90f4b0
CY
13215 * cus-edit.el (hardware): Doc fix.
13216
13217 * man.el (man): Add to external custom group.
13218
13219 * delim-col.el (columns): Move to wp custom group.
13220
13221 * doc-view.el (doc-view): Add to data custom group.
13222
fe8c0b47 13223 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 13224
05bbe066
CY
13225 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13226 by ispell-parse-output (Bug#5575).
13227
fa6ea913
KH
132282010-02-16 Kenichi Handa <handa@m17n.org>
13229
13230 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13231 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13232 (skkdic-convert): Use `euc-japan' coding system for writing.
13233
88fd78ae
GM
132342010-02-16 Glenn Morris <rgm@gnu.org>
13235
13236 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13237 tex-main-file before using it. (Bug#5562)
13238
2b8c974a
SM
132392010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13240
13241 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13242 warnings, since it is annoying for the user to see them each time he
13243 runs the code.
13244
7540f029
MA
132452010-02-15 Michael Albinus <michael.albinus@gmx.de>
13246
13247 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13248 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13249 instead of PROC for caching "first-password-request". Otherwise,
13250 new processes would not profit from passwords already entered.
13251
2b8c974a
SM
13252 * net/tramp-cache.el (tramp-dump-connection-properties):
13253 Don't save "first-password-request" property.
7540f029 13254
fa5f7c5f
JB
132552010-02-14 Juanma Barranquero <lekktu@gmail.com>
13256
13257 * outline.el (outline-head-from-level):
13258 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
13259 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13260 (elint-defun, elint-buffer-env, elint-top-form-logged)
13261 (elint-unbound-variable):
13262 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13263 Fix typos in docstrings.
13264
ecbaeb7b
MA
132652010-02-14 Michael Albinus <michael.albinus@gmx.de>
13266
13267 * files.el (insert-directory): When WILDCARD-REGEXP and
13268 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13269 whole directory. (Bug#5551)
13270
13271 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13272 dired's alignment sanity. (Bug#5516)
13273
91e3333f
JL
132742010-02-14 Juri Linkov <juri@jurta.org>
13275
13276 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13277 Remove remaining ^H with their preceding chars. (Bug#5566)
13278
36020642
GM
132792010-02-13 Glenn Morris <rgm@gnu.org>
13280
13281 * simple.el (transpose-subr): Give it a doc-string.
13282
13283 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13284 Doc fixes.
13285
f5952338
JL
132862010-02-12 Juri Linkov <juri@jurta.org>
13287
13288 * arc-mode.el (archive-unique-fname): Make directories for nested
13289 archives. (Bug#5540)
13290
918fe50f
JL
132912010-02-12 Juri Linkov <juri@jurta.org>
13292
13293 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13294
c07ff221
SM
132952010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13296
48b1e7cf
SM
13297 * subr.el (copy-overlay): Handle deleted overlays.
13298
c07ff221
SM
13299 * man.el (Man-completion-table): Don't signal an error if we can't run
13300 manual-program (bug#4056).
13301
0e374247
JB
133022010-02-10 Juanma Barranquero <lekktu@gmail.com>
13303
13304 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13305
dbf8402b
SM
133062010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13307
348d1e60
SM
13308 * info.el (Info-bookmark-jump): Simplify.
13309
dbf8402b
SM
13310 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13311 (bookmark-default-handler): Accept new bookmark field `buffer'.
13312
e6d23bb5
CY
133132010-02-10 Chong Yidong <cyd@stupidchicken.com>
13314
13315 * iswitchb.el (iswitchb-completions): Revert last change.
13316
a8e4290b
MA
133172010-02-10 Michael Albinus <michael.albinus@gmx.de>
13318
2b23acde 13319 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
13320 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13321 This prevents file names like "~/" being listed literally.
a8e4290b 13322
c59d6fad
DN
133232010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13324
348d1e60
SM
13325 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13326 Remove dead code. (Bug#5546)
c59d6fad 13327
3a66e78f
CY
133282010-02-09 Chong Yidong <cyd@stupidchicken.com>
13329
13330 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13331 correctly (Bug#5548).
13332
f29fd869
CY
133332010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13334
13335 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 13336 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 13337
7fad1447
KH
133382010-02-08 Kenichi Handa <handa@m17n.org>
13339
13340 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 13341 cookie for putting `lisp-indent-function'.
7fad1447 13342
50e4518b
GM
133432010-02-07 Glenn Morris <rgm@gnu.org>
13344
13345 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13346 Move F2003 named interfaces from keywords-2 to keywords-1, and
13347 use function-name-face rather than constant-face.
13348 Simplify "abstract interface" regexp.
13349
a4cc44cf
CY
133502010-02-07 Chong Yidong <cyd@stupidchicken.com>
13351
13352 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13353 ID-FORMAT. Pass it to `file-attributes'.
13354
13355 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13356
c917476d
CY
133572010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13358
13359 * faces.el (set-face-attribute): Allow calling
13360 internal-set-lisp-face-attribute with 'unspecified family and
13361 foundry argument (Bug#5536).
13362
7cf3f3d6
GM
133632010-02-07 Glenn Morris <rgm@gnu.org>
13364
13365 * progmodes/f90.el (f90-font-lock-keywords-2)
13366 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13367 Handle F2003 named interfaces.
13368
ffe87109
CY
133692010-02-06 Chong Yidong <cyd@stupidchicken.com>
13370
13371 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13372 beg and end before calling c-get-state-before-change-functions.
13373
4775ecad
DN
133742010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13375
33aeea0e
SM
13376 * vc-bzr.el (vc-bzr-dir-extra-headers):
13377 Disable the pending merges header.
4775ecad 13378
0d17c4b9
JL
133792010-02-05 Juri Linkov <juri@jurta.org>
13380
13381 * doc-view.el (doc-view-mode):
13382 * image-mode.el (image-mode): Put property mode-class=special.
13383 (Bug#4896)
13384
8228a275
MH
133852010-02-05 Mark A. Hershberger <mah@everybody.org>
13386
13387 * vc-svn.el (vc-svn-revision-table): New function.
13388
d9320986
MA
133892010-02-05 Michael Albinus <michael.albinus@gmx.de>
13390
13391 * net/ange-ftp.el (ange-ftp-insert-directory):
13392 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13393 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13394 Handle also directories. (Bug#5478)
13395
f43d8ecc
GM
133962010-02-05 Glenn Morris <rgm@gnu.org>
13397
13398 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13399
ce3a988d
CY
134002010-02-05 Chong Yidong <cyd@stupidchicken.com>
13401
13402 * startup.el (command-line-1): Convert options beginning with a
13403 single dash as well (Bug#5519).
13404
bdd42899
SM
134052010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13406
51b23c44
SM
13407 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13408 * minibuffer.el (completion-initials-expand): Only check the presence
13409 of delims *within* the boundaries, since otherwise the / delim is
13410 always found for files.
13411
bdd42899
SM
13412 Fix up various corner case problems.
13413 * doc-view.el (doc-view-last-page-number): New function.
13414 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13415 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13416 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13417 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13418 (doc-view-convert-current-doc): Don't create the resolution.el file
13419 here any more.
13420 (doc-view-pdf/ps->png): Do it here instead.
13421 (doc-view-already-converted-p): Check that resolution.el is present.
13422 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13423 windows that are not yet showing images.
13424
d5b3979c
MA
134252010-02-04 Michael Albinus <michael.albinus@gmx.de>
13426
13427 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13428 `dired-uncache' for every elemnt which is an absolute file name.
13429
13430 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13431 directory, handle its directory component.
13432 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13433 function is called permanently and creates noise, otherwise.
13434
13435 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13436 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13437 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13438
b003beb1
DB
134392010-02-04 David Burger <dburger@google.com> (tiny change)
13440
13441 * macros.el (apply-macro-to-region-lines):
13442 Minor simplification. (Bug#5485)
13443
ea92f9f3
GM
134442010-02-04 Glenn Morris <rgm@gnu.org>
13445
a03ae20d
GM
13446 * mail/rmail.el (rmail-show-message-1): Handle malformed
13447 quoted-printable text. (Bug#5441)
13448
4d01b827
GM
13449 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13450
ea92f9f3
GM
13451 * simple.el (visual-line-mode): Capitalize lighter.
13452
82055bb7
JW
134532010-02-03 John Wiegley <jwiegley@gmail.com>
13454
13455 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13456 list of files considered for "virtual buffer" completions.
13457
8214b6e4
MA
134582010-02-03 Michael Albinus <michael.albinus@gmx.de>
13459
13460 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 13461 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
13462 when dired is called with a list of files, which are not in
13463 `default-directory'. (Bug#5478)
13464
1df9718f
SM
134652010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13466
13467 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13468
02ba1267
JL
134692010-02-02 Juri Linkov <juri@jurta.org>
13470
13471 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13472 from unidiff to allow function-line after @@.
13473
a0c6a0fb
JL
134742010-02-02 Juri Linkov <juri@jurta.org>
13475
13476 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13477 '(RCS SCCS) with inverted condition.
13478
c35fcd52
MA
134792010-02-02 Michael Albinus <michael.albinus@gmx.de>
13480
13481 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13482 messages.
13483
6ba973c1
JL
134842010-02-01 Juri Linkov <juri@jurta.org>
13485
13486 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13487 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13488 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13489 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13490
0bca393f
SM
134912010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13492
13493 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13494 (doc-view-revert-buffer): New command.
13495 (doc-view-mode-map): Use it.
13496
7a444e2a
DN
134972010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13498
13499 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13500 pending merge is detected.
13501
ad6fc8f4
JL
135022010-01-31 Juri Linkov <juri@jurta.org>
13503
13504 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13505 beginning of interactive spec like all other grep commands do.
13506 Put "all" in front of "gz". (Bug#5260)
13507
b9236874
DN
135082010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13509
13510 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13511
1e868757
CY
135122010-01-29 Chong Yidong <cyd@stupidchicken.com>
13513
13514 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13515 regexp is incorrect (Bug#5476).
13516
e5c70c41
MA
135172010-01-29 Michael Albinus <michael.albinus@gmx.de>
13518
13519 * net/tramp.el (tramp-handle-insert-directory): Handle also
13520 symlinks, when FILENAME is not in `default-directory'.
13521
0c0b61f1
MA
135222010-01-28 Michael Albinus <michael.albinus@gmx.de>
13523
13524 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 13525 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
13526
13527 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13528 of SWITCHES. Handle the case, FILENAME is not in
13529 `default-directory'. (Bug#5478)
13530 (tramp-register-file-name-handlers): Add safe-magic property.
13531
763f325e
CY
135322010-01-28 Chong Yidong <cyd@stupidchicken.com>
13533
13534 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13535 unzip (Bug#5475).
13536
fd09a83f
CY
135372010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13538
13539 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13540 (flymake-master-make-header-init): Add other C++ filename masks.
13541 (flymake-find-possible-master-files)
13542 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13543
7e5686f0
MA
135442010-01-28 Michael Albinus <michael.albinus@gmx.de>
13545
13546 Fix some busybox annoyances.
13547
13548 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13549 not responding." string.
13550 (tramp-open-connection-setup-interactive-shell): Dump stty
13551 settings. Enable "neveropen" arg for all `tramp-send-command'
13552 calls. Handle "=" in variable values properly.
13553 (tramp-find-inline-encoding): Raise an error, when no encoding is
13554 found.
13555 (tramp-wait-for-output): Check, whether PROC buffer is available.
13556 Remove spurious " ^H" sequences, sent by busybox.
13557 (tramp-get-ls-command): Suppress coloring, if possible.
13558
c6265c10
GM
135592010-01-28 Glenn Morris <rgm@gnu.org>
13560
c85a168b
GM
13561 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13562
c6265c10
GM
13563 * log-edit.el (log-edit-strip-single-file-name): Add missing
13564 :safe, :group, and :version tags.
13565
7d82a738
SB
135662010-01-27 Stephen Berman <stephen.berman@gmx.net>
13567
13568 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13569 buffers. (Bug#5477)
13570
8b0e68ea
CY
135712010-01-27 David De La Harpe Golden <david@harpegolden.net>
13572
13573 * files.el (delete-directory): Handle moving to trash without
13574 first doing recursion (Bug#5436).
13575
368d3208
DN
135762010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13577
13578 * vc-hooks.el (vc-path): Mark as obsolete.
13579
755da7fa
DN
135802010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13581
e2396d80
DN
13582 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13583 names too.
13584
755da7fa
DN
13585 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13586 for the short log.
13587 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13588
6a6d15ab 135892010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 13590
ac9ffe99 13591 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 13592
48c2d18a 13593 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 13594
25f38310 135952010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
504dcc71
EH
13596
13597 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13598 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13599
51850286
DN
136002010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13601
c2f1d6d8
DN
13602 Remove support for adding --signoff on commit.
13603 Future support will use an incompatible generic mechanism.
13604 * vc-git.el (vc-git-add-signoff): Remove variable.
13605 (vc-git-toggle-signoff): Remove function.
13606 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13607
6a7662bb
BR
13608 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13609 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
13610 was set.
13611 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13612 earlier, call it again in case the background mode has changed.
13613
02c6d0d0
CY
136142010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13615
13616 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13617 (Bug#3541).
13618
064eee03
CY
136192010-01-23 Chong Yidong <cyd@stupidchicken.com>
13620
02c6d0d0
CY
13621 * emacs-lisp/assoc.el (aelement): Doc fix.
13622 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 13623
5336c3ec 136242010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 13625
48c2d18a 13626 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
13627 is the same as subprogram call, not declaration. (Bug#5435).
13628
0536254e
MA
136292010-01-23 Michael Albinus <michael.albinus@gmx.de>
13630
13631 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13632 (tramp-smb-maybe-open-connection): Use it.
13633
411d06c2
MA
136342010-01-22 Michael Albinus <michael.albinus@gmx.de>
13635
0536254e 13636 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 13637
c893016b
SM
136382010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13639
13640 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13641 just because we see "encoding: 8bit".
13642 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13643
9425f8e1
CY
136442010-01-22 Chong Yidong <cyd@stupidchicken.com>
13645
13646 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13647
6a801864
EZ
136482010-01-22 Eli Zaretskii <eliz@gnu.org>
13649
13650 * jka-compr.el (jka-compr-load): If load-file is not in
13651 load-history, try its file-truename version. (bug#5447)
13652
3e8f7d91
AM
136532010-01-21 Alan Mackenzie <acm@muc.de>
13654
13655 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
13656 * progmodes/cc-engine.el (c-invalidate-state-cache):
13657 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
13658 special cpp construct is still in the buffer.
13659 (c-parse-state): Record the special cpp with markers, not numbers.
13660
f0bd0ad5
CY
136612010-01-21 Kenichi Handa <handa@m17n.org>
13662
13663 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13664 process last-command-event, as it is now decoded first (Bug#5380).
13665
5189d95b
CY
136662010-01-20 Chong Yidong <cyd@stupidchicken.com>
13667
13668 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13669
e073d74a
GM
136702010-01-20 Glenn Morris <rgm@gnu.org>
13671
13672 * indent.el (tab-always-indent): Fix custom-type.
13673
8ee04f3a
AM
136742010-01-19 Alan Mackenzie <acm@muc.de>
13675
13676 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13677 buffer throws "args out of range".
13678 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13679 playing the role of delimiter.
13680
6a47c86a
SL
136812010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13682
bf0b361c 13683 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
13684 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13685 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13686 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13687 Improve comments in "is" portion. Handle null procedure declaration.
13688 (ada-move-to-end): Improve doc string.
13689
2acfb954
ÓF
136902010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13691
e90d57c0 13692 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 13693 Remove obsolete information from commentary.
e90d57c0
JB
13694 (ido-choice-list): Initialize to nil.
13695 (ido-get-bufname): Reject minibuffers.
13696 (ido-make-buffer-list): If "default" is a nonexistent
13697 buffer, ignore it, as per the function's comment.
13698 (ido-kill-buffer-internal): New function.
13699 (ido-kill-buffer-at-head): Use it.
13700 (ido-visit-buffer): Likewise.
2acfb954 13701
244b023e
CY
137022010-01-18 Chong Yidong <cyd@stupidchicken.com>
13703
13704 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13705
db9e401b
JB
137062010-01-18 Juanma Barranquero <lekktu@gmail.com>
13707
db9e401b
JB
13708 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13709 Fix typos in chart titles.
13710
13711 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
13712 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13713 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13714 (describe-class, eieio-describe-generic, describe-generic):
13715 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13716 (eieio-speedbar-expand):
13717 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13718 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13719 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13720 (viper-del-backward-char-in-replace, viper-backward-indent)
13721 (viper-brac-function, viper-register-to-point, viper-submit-report):
13722 * net/tramp.el (tramp-remote-coding-commands):
13723 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13724 Fix typos in docstrings.
13725
9295137d
CY
137262010-01-17 Chong Yidong <cyd@stupidchicken.com>
13727
13728 * mail/sendmail.el (mail-yank-original): Set the mark if the
13729 specified function for yanking does not do it.
13730
4d0bbcb6
DN
137312010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13732
7902c120
DN
13733 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13734
4d0bbcb6
DN
13735 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13736 resyncing a directory.
13737
0b702bc1
SL
137382010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
13739
6a47c86a 13740 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
13741 (ada-ident-re): Delete ., allow multibyte characters.
13742 (ada-goto-label-re): New; matches goto labels.
13743 (ada-block-label-re): New; matches block labels.
13744 (ada-label-re): New; matches both.
5f9d345c 13745 (ada-named-block-re): Delete; callers changed to use
0b702bc1
SL
13746 `ada-block-label-re' instead.
13747 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
13748 Use `ada-block-label-re'.
13749 (ada-indent-on-previous-lines): Improve handling of goto labels.
13750 (ada-get-indent-block-start): Special-case block label.
13751 (ada-get-indent-label): Split into `ada-indent-block-label' and
13752 `ada-indent-goto-label'.
13753 (ada-goto-stmt-start, ada-goto-next-non-ws):
13754 Optionally ignore goto labels.
13755 (ada-goto-next-word): Simplify.
13756 (ada-indent-newline-indent-conditional): Insert newline before
13757 trying to fix indentation; doc fix.
13758
05287c49
JB
137592010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
13760
13761 * calc/calc.el (calc-command-flags): Give it an initial value.
13762
4963739e
JB
137632010-01-17 Juanma Barranquero <lekktu@gmail.com>
13764
4963739e
JB
13765 * files.el (minibuffer-with-setup-hook):
13766 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
13767 (artist-key-draw-continously, artist-key-do-continously-continously)
13768 (artist-key-set-point-continously, artist-mouse-draw-continously):
13769 Fix typos in docstrings.
13770
116bd1ee
CY
137712010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
13772
6a7662bb
BR
13773 * nxml/nxml-mode.el (nxml-extend-after-change-region):
13774 Never return t (Bug#3898).
116bd1ee 13775
2784cd7a 137762010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
13777
13778 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
13779 can parse the output of the external commands (Bug#5279).
13780
abd5cfe8
CY
137812010-01-16 Jari Aalto <jari.aalto@cante.net>
13782
13783 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
13784
4fe22cdf
CY
137852010-01-16 Chong Yidong <cyd@stupidchicken.com>
13786
bbdc98ef
CY
13787 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
13788
c7dc1ac1
CY
13789 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
13790
4fe22cdf
CY
13791 * startup.el (command-line): Remove unused --icon-type arg.
13792 Handle --display arg, passing it to command-line-1 (Bug#5392).
13793
045b9da7
ML
137942010-01-16 Mario Lang <mlang@delysid.org>
13795
045b9da7
ML
13796 * emacs-lisp/chart.el (chart-translate-namezone):
13797 * textmodes/artist.el (artist-compute-popup-menu-table):
13798 Remove duplicated words in doc-strings.
13799
6554a5df
CY
138002010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
13801
13802 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
13803 to mairix-search to suppress threading (Bug#5342).
13804
ca4f0e9a
KH
138052010-01-15 Kenichi Handa <handa@m17n.org>
13806
13807 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 13808 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 13809
1db3226b
GM
138102010-01-15 Glenn Morris <rgm@gnu.org>
13811
56a03f46
GM
13812 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
13813
13814 * wid-edit.el (widget-keymap): Doc fix.
13815
1db3226b
GM
13816 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
13817 former seems to be more widely accepted by various svn versions.
13818
80cd4bb4
JB
138192010-01-14 Juanma Barranquero <lekktu@gmail.com>
13820
d1f18ec0
JB
13821 * find-cmd.el (find-constituents):
13822 * vc-arch.el (vc-arch-root):
13823 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
13824 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
13825 * progmodes/ada-stmt.el (ada-if):
13826 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
13827 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
13828 (ispell-encoding8-command, ispell-aspell-supports-utf8)
13829 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
13830
80cd4bb4
JB
13831 * progmodes/flymake.el (flymake-post-syntax-check):
13832 Fix typo in error message.
13833
9c23ca47
JB
138342010-01-14 Juanma Barranquero <lekktu@gmail.com>
13835
13836 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
13837 which is always a string. (Bug#5313)
13838
8794c483
JB
138392010-01-14 Juanma Barranquero <lekktu@gmail.com>
13840
13841 * progmodes/ada-xref.el (ada-default-prj-properties):
13842 Simplify previous change.
13843
95005d39
SL
138442010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13845
13846 * progmodes/ada-xref.el (ada-default-prj-properties):
13847 Default ada_project_path to $ADA_PROJECT_PATH.
13848
138492010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
13850
13851 * progmodes/ada-mode.el (ada-create-keymap):
13852 Override `narrow-to-defun' with `ada-narrow-to-defun'.
13853
fb0d1545
SL
138542010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13855
13856 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
13857 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
13858 (ada-get-current-indent, ada-imenu-generic-expression)
13859 (ada-which-function): Check for it.
13860
5c9434d0
SL
138612010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13862
13863 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
13864 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
13865
3a4f3a3b
GM
138662010-01-14 Glenn Morris <rgm@gnu.org>
13867
13868 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
13869
d9a7c140
KH
138702010-01-14 Kenichi Handa <handa@m17n.org>
13871
13872 * composite.el (auto-composition-mode): Make it a buffer local
13873 variable (permanent-local).
13874 (auto-composition-function): Set the default value to
13875 auto-compose-chars.
49caf252 13876 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
13877 (global-auto-composition-mode): Likewise.
13878 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 13879
38bee102
KF
138802010-01-13 Karl Fogel <kfogel@red-bean.com>
13881
13882 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 13883
b8b45afc
MA
138842010-01-12 Michael Albinus <michael.albinus@gmx.de>
13885
13886 * files.el (copy-directory): Compute target for recursive
13887 directories with identical names. (Bug#5343)
13888
893db5bc
GM
138892010-01-12 Glenn Morris <rgm@gnu.org>
13890
6a7662bb
BR
13891 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13892 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 13893
d8b8451f
SS
138942010-01-11 Sam Steingold <sds@gnu.org>
13895
13896 * imenu.el (imenu-default-create-index-function): Detect infinite
13897 loops caused by imenu-prev-index-position-function.
13898
30afcdff
JB
138992010-01-11 Juanma Barranquero <lekktu@gmail.com>
13900
13901 * htmlfontify.el (htmlfontify-load-rgb-file)
13902 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
13903 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
13904 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
13905 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
13906 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
13907 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
13908 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
13909 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
13910 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
13911 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
13912 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
13913 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
13914 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
13915 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
13916 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
13917 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
13918 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
13919 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
13920 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
13921 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
13922 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
13923 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
13924 backslash-quoting from parentheses, etc.
13925
92b1c416
CY
139262010-01-11 Chong Yidong <cyd@stupidchicken.com>
13927
13928 * progmodes/js.el: Autoload javascript-mode alias.
13929
4454adab
JB
139302010-01-11 Juanma Barranquero <lekktu@gmail.com>
13931
13932 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
13933 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
13934 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
13935 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
13936 Fix typos in docstrings.
13937 (ffap-url-regexp): Doc fix.
13938 (ffap-at-mouse): Fix typo in message.
13939
6589a2f9
GM
139402010-01-11 Glenn Morris <rgm@gnu.org>
13941
13942 * version.el (emacs-copyright): Set copyright year to 2010.
13943
4e5617ee
SM
139442010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
13945
13946 * format.el (format-annotate-function): Only set
13947 write-region-post-annotation-function after running to-fn so as not to
13948 affect nested write-region calls (bug#5273).
13949
52bee098
CY
139502010-01-10 Chong Yidong <cyd@stupidchicken.com>
13951
a069f067
CY
13952 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
13953 wisent/python.el.
13954
e709e39d
CY
139552010-01-09 Chong Yidong <cyd@stupidchicken.com>
13956
13957 * man.el (Man-goto-section): Signal error if the section is not
13958 found (Bug#5317).
13959
6ee86780
JB
139602010-01-09 Juanma Barranquero <lekktu@gmail.com>
13961
13962 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
13963 URLs with a leading triple slash in the file: scheme. (Bug#5345)
13964
fa7b5f7b
CY
139652010-01-09 Chong Yidong <cyd@stupidchicken.com>
13966
13967 * progmodes/compile.el: Don't treat compile-command as safe if
13968 compilation-read-command might be nil (Bug#4218).
13969
de62c4d9
JD
139702010-01-09 Jan Djärv <jan.h.d@swipnet.se>
13971
13972 * startup.el (command-line-1): Use orig-argi to check for ignored X and
13973 NS options.
13974
e94be827
KH
139752010-01-08 Kenichi Handa <handa@m17n.org>
13976
4e5617ee
SM
13977 * international/fontset.el (build-default-fontset-data):
13978 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 13979
1dfae2a2
JB
139802010-01-07 Juanma Barranquero <lekktu@gmail.com>
13981
13982 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
13983 to `create-file-buffer' as it expects, not just a buffer name.
13984 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
13985 to help uniquify. (Bug#3224)
13986
d0cf45b7
JD
139872010-01-06 Jan Djärv <jan.h.d@swipnet.se>
13988
13989 * font-setting.el (font-setting-change-default-font): Use user-spec
13990 instead of name.
13991
7534fa5e
DN
139922010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13993
13994 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
13995
fd579fdc
CY
139962010-01-05 Tom Tromey <tromey@redhat.com>
13997
4e5617ee
SM
13998 * progmodes/python.el (python-font-lock-keywords):
13999 Handle qualified decorators (Bug#881).
fd579fdc 14000
37860caf
DN
140012010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14002
14003 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
14004 in a lightweight checkout.
14005
69db641d
KH
140062010-01-05 Kenichi Handa <handa@m17n.org>
14007
4e5617ee 14008 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 14009
b25d6a02
DN
140102010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14011
14012 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
14013
137d88ca
DN
140142010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
14015
14016 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
14017 checkouts. (Bug#618)
3d5d0aa9 14018 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
14019 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
14020 (vc-bzr-shelve-menu-map):
14021 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
14022 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 14023
da76998b
CY
140242010-01-02 Chong Yidong <cyd@stupidchicken.com>
14025
14026 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
14027 They are valid characters in URL paths (rfc3986), and at least
14028 Firefox does not understand the encoded version (Bug#3166).
14029
b2ad70b6
CY
140302010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
14031
14032 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
14033 (octave-block-begin-or-end-regexp, octave-block-match-alist):
14034 Add "end" keyword (Bug#3061).
b2ad70b6
CY
14035 (octave-end-as-array-index-p): New function.
14036 (calculate-octave-indent): Use it.
14037
54136282
KF
140382010-01-02 Karl Fogel <kfogel@red-bean.com>
14039
14040 * bookmark.el: Consistently put the text property on the bookmark name.
14041 (bookmark-bmenu-marks-width): Bump back to 2, to include
14042 annotation marks.
14043 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
14044 property on the bookmark name, instead of not putting it at all.
14045 (bookmark-bmenu-list): Fix where we put the text property.
14046
cc4d3cad
KF
140472010-01-02 Karl Fogel <kfogel@red-bean.com>
14048
14049 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
14050 for showing buffer modified state (as added in the previous change).
14051
b894c439
KF
140522010-01-02 Karl Fogel <kfogel@red-bean.com>
14053
14054 * bookmark.el: Show modified state of bookmark buffer more accurately.
14055 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
14056 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
14057 (with-buffer-modified-unmodified): New macro.
14058 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14059 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 14060 Use new macro to preserve the buffer modified state.
b894c439 14061
3a69db53
KF
140622010-01-02 Karl Fogel <kfogel@red-bean.com>
14063
4e5617ee 14064 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
14065 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
14066 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
14067 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
14068 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
14069 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
14070 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 14071
af414f10
EZ
140722010-01-02 Eli Zaretskii <eliz@gnu.org>
14073
4e5617ee
SM
14074 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14075 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 14076
f2ec0e5e
CY
140772010-01-02 Ryan Yeske <rcyeske@gmail.com>
14078
14079 * net/rcirc.el: Add follow-link binding (Bug#4738).
14080
38c1ba62
EZ
140812010-01-02 Eli Zaretskii <eliz@gnu.org>
14082
4e5617ee 14083 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
14084 (cvs-update): New target for backward compatibility.
14085
4e5617ee 14086 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
14087 (cvs-update): New target for backward compatibility.
14088
ea2c0f5b
KF
140892010-01-02 Karl Fogel <kfogel@red-bean.com>
14090
14091 * bookmark.el: Remove gratuitous gratitude.
14092
5ae329f4
KF
140932010-01-02 Karl Fogel <kfogel@red-bean.com>
14094
c4cc8b9a 14095 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
14096 (bookmark-bmenu-save): Clear buffer modification if no marks.
14097
140982010-01-02 Karl Fogel <kfogel@red-bean.com>
14099
14100 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
14101 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
14102 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
14103 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
14104
14105 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
14106 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
14107 To: emacs-devel {_AT_} gnu.org
14108 Subject: bookmark.el bug report
14109 Date: Mon, 28 Dec 2009 14:19:16 +0800
14110 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
14111
aef053eb
KF
141122010-01-02 Karl Fogel <kfogel@red-bean.com>
14113
14114 * bookmark.el: Improvements suggested by Drew Adams:
14115 (bookmark-bmenu-ensure-position): New name for
14116 `bookmark-bmenu-check-position'. Just ensure the position,
14117 don't return any meaningful value.
14118 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
14119 New constants.
14120
0472835f
JB
141212010-01-02 Juanma Barranquero <lekktu@gmail.com>
14122
14123 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
14124 (bookmark-yank-point, bookmark-bmenu-check-position):
14125 Fix typos in docstrings.
14126 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
14127 (bookmark-name-from-full-record, bookmark-get-position)
14128 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
14129 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
14130 Remove useless quoting of parenthesis, etc. in docstrings.
14131
14132 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
14133 (ediff-append-custom-diff): Fix typo in error message.
14134 (ediff-meta-mark-equal-files): Fix typos in messages.
14135
14136 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
14137
0472835f
JB
14138 * net/imap-hash.el (imap-hash-make): Doc fix.
14139 (imap-hash-test): Fix typo in error message; reflow docstring.
14140 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
14141 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
14142 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
14143 Fix typos in docstrings.
14144 (imap-hash-open-connection): Fix typo in error message.
14145
14146 * play/gomoku.el (gomoku): Fix typos in docstring.
14147
14148 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
14149 (gdb-jsonify-buffer): Fix typos in docstring.
14150 (gdb-goto-breakpoint): Fix typo in error message.
14151 ("Display Other Windows"): Fix typo in help message.
14152 (gdb-speedbar-expand-node): Fix typo in question.
14153
14154 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
14155 (idlwave-html-system-help-location, idlwave-html-help-location)
14156 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
14157 (idlwave-help-browser-generic-args, idlwave-help-directory)
14158 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
14159 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
14160 (idlwave-online-help, idlwave-help-html-link)
14161 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
14162 Fix typos in docstrings.
14163 (idlwave-help-with-source, idlwave-help-find-routine-definition):
14164 Reflow docstrings.
14165 (idlwave-help-assistant-start): Fix typo in error message.
14166
14167 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
14168 (octave-electric-space): Fix typos in docstrings.
14169
9bbe0828
CY
141702010-01-01 Chong Yidong <cyd@stupidchicken.com>
14171
14172 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
14173
a88c46c3
CY
141742010-01-01 Juri Linkov <juri@jurta.org>
14175
14176 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 14177 increase the default to 500 (Bug#5148).
a88c46c3 14178
7ee6c59b
NR
141792009-12-31 Nick Roberts <nickrob@snap.net.nz>
14180
14181 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
14182 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
14183 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
14184
a9c8a2cd
NR
141852009-12-30 Nick Roberts <nickrob@snap.net.nz>
14186
14187 Show working revision correctly for mercurial.
14188 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 14189 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 14190
659e4408
JB
141912009-12-29 Juanma Barranquero <lekktu@gmail.com>
14192
14193 Declare some functions for the byte-compiler.
14194 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
14195 (speedbar-timer-fn, speedbar-change-expand-button-char)
14196 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
14197
7ee6c59b
NR
141982009-12-29 Nick Roberts <nickrob@snap.net.nz>
14199
14200 This changeset reverts GDB Graphical Interface to use annotations.
14201 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
14202
460f6e7c
DN
142032009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14204
14205 Make vc-dir work on subdirectories of the bzr root.
6a7662bb
BR
14206 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
14207 Return file names relative to it.
460f6e7c
DN
14208 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
14209 relative directory to vc-bzr-after-dir-status.
14210
543f553a
TH
142112009-12-28 Tassilo Horn <tassilo@member.fsf.org>
14212
14213 * font-lock.el (font-lock-refresh-defaults): New function, which
14214 can be used to let font-lock react to external changes in
14215 variables like font-lock-defaults and keywords.
14216 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
14217
2592ab76
DN
142182009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
14219
ac859983
DN
14220 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
14221
2592ab76
DN
14222 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14223
58941d03
JB
142242009-12-28 Juanma Barranquero <lekktu@gmail.com>
14225
14226 Supersede color.diff settings in git log (bug#5211).
14227
14228 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14229 escape chars in its output when the user has color.diff set to `always'.
14230 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14231
39764e76
KR
142322009-12-26 Kevin Ryde <user42@zip.com.au>
14233
14234 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14235 node. Keep previous "Index" name to work with past coreutils too.
14236
91c4831e
KR
14237 * man.el (man): Revise docstring a bit to show -a and -l as
14238 examples. Add -k description since support for it has otherwise
14239 been a secret. (Further to bug#3717.)
651e932e
KR
14240 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14241 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 14242 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 14243
7f4d4a97
MA
142442009-12-26 Michael Albinus <michael.albinus@gmx.de>
14245
14246 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14247 switches. Check also for //SUBDIRED// line.
14248
bcffff46
KH
142492009-12-25 Kenichi Handa <handa@m17n.org>
14250
88b5a757 14251 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
14252 handle ZWNJ and ZWJ. Use it in composition-function-table for
14253 Devanagari.
14254 (malayalam-composable-pattern): Fix previous change.
14255
dc1dcfa4
VJL
142562009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14257
14258 * ps-print.el (ps-face-attributes): It was not returning the
14259 attribute face for faces specified as string. Reported by harven
80525855 14260 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
14261 (ps-print-version): New version 7.3.5.
14262
6fe539d2
UJ
142632009-12-18 Ulf Jasper <ulf.jasper@web.de>
14264
85626eef 14265 * calendar/icalendar.el (icalendar--convert-tz-offset):
88b5a757
DD
14266 Fix timezone names.
14267 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
14268 (icalendar--add-diary-entry): Remove the trailing blank that
14269 diary-make-entry inserts.
14270
1f3611c6
MA
142712009-12-17 Michael Albinus <michael.albinus@gmx.de>
14272
14273 Make `file-expand-wildcards' work for remote files.
14274
14275 * files.el (file-expand-wildcards): In case of remote files, check
14276 only local file name part for wildcards. Provide feature 'files
14277 and subfeature 'remote-wildcards. (Bug#5198)
14278
14279 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14280 if there is already an established connection.
14281 (tramp-advice-file-expand-wildcards): Remove it.
14282
14283 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 14284 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
14285 Activate advice for older GNU Emacs versions. (Bug#5237)
14286
9762b219
JB
142872009-12-17 Juanma Barranquero <lekktu@gmail.com>
14288
14289 Some doc fixes (more needed).
14290
14291 * find-cmd.el (find-constituents): Reflow docstring.
14292 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14293 (find-generic): Doc fix.
14294
cfb54897
JL
142952009-12-17 Juri Linkov <juri@jurta.org>
14296
14297 Fix regression from 23.1 to allow multiple modes in Local Variables.
14298
14299 * files.el (hack-local-variables-filter): While ignoring duplicates,
14300 don't take `mode' into account.
85626eef
SM
14301 (hack-local-variables-filter, hack-dir-local-variables):
14302 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 14303
ad974e9e
JL
143042009-12-17 Juri Linkov <juri@jurta.org>
14305
85626eef 14306 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
14307
14308 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14309 `current' or when `file' is a directory of the `current' file.
14310
3616e0b9
AS
143112009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14312
14313 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14314 unconditionally preloaded files.
14315
72b57560
JL
143162009-12-16 Juri Linkov <juri@jurta.org>
14317
14318 Revert to old 23.1 logic of using the file at the mark as default.
14319 * dired-aux.el (dired-diff): Use the file at the mark as default
14320 if it's not the same as the current file, and the target dir is
14321 the current dir or the mark is active. Add the current file
14322 as the arg of `dired-dwim-target-defaults'. Use the default file
14323 in the prompt. (Bug#5225)
14324
68712eb6
MA
143252009-12-15 Michael Albinus <michael.albinus@gmx.de>
14326
14327 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14328 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14329 (tramp-check-for-regexp): Check also, when an echoing shell stops
14330 to echo sent commands.
14331
fd471993
CY
143322009-12-14 Chong Yidong <cyd@stupidchicken.com>
14333
14334 * Makefile.in: Revert last change (Bug#5191).
14335
86b5e14c
DN
143362009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14337
14338 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
14339 (vc-hg-working-revision): Make sure the command is executed in a
14340 known environment so that we can parse the output. (Bug#4417)
86b5e14c 14341
8cffbb75
CY
143422009-12-14 Chong Yidong <cyd@stupidchicken.com>
14343
14344 * progmodes/python.el (python-symbol-completions): Remove text
14345 properties from symbol string before calling python-send-receive.
14346
6c2b67ad
NR
143472009-12-14 Nick Roberts <nickrob@snap.net.nz>
14348
14349 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 14350 when there are values for both file and line. (Bug#5060)
6c2b67ad 14351
ff6f4585
JL
143522009-12-14 Juri Linkov <juri@jurta.org>
14353
14354 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14355 whitespace after the file name of the first line of unified format,
14356 because git-diff doesn't output whitespace and file modification time
14357 after the file name.
14358
d3de1c8e
JL
143592009-12-14 David Kastrup <dak@gnu.org>
14360
14361 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14362 check if it already has the `display' property added by
14363 `Info-display-images-node', and not put the `invisible' property
14364 in this case.
14365
2f1b7dc4
GM
143662009-12-13 Glenn Morris <rgm@gnu.org>
14367
a0cefee5
GM
14368 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14369 (report-emacs-bug): In message-mode, sort manually before storing
14370 original report text. (Bug#5178)
2f1b7dc4
GM
14371 Remove superfluous save-excursion.
14372
31bb373f
MA
143732009-12-12 Michael Albinus <michael.albinus@gmx.de>
14374
14375 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14376 when responding to "GetAll" properties.
14377
5e1d4968
CY
143782009-12-12 Chong Yidong <cyd@stupidchicken.com>
14379
14380 * simple.el (compose-mail): Remove mail-setup-with-from from
14381 customization checks.
14382
097d86f9
EZ
143832009-12-12 Eli Zaretskii <eliz@gnu.org>
14384
14385 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14386 RAR archives created on Unix systems.
14387
1d4adede
SM
143882009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14389
14390 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14391 the varalias that was accidentally removed by the 2009-11-19 change
14392 (bug#5186).
14393
3ff3655c
KH
143942009-12-12 Kenichi Handa <handa@m17n.org>
14395
14396 * language/indian.el (indian-compose-regexp): New function.
14397 (malayalam-composable-pattern): Fix the pattern.
14398 (composition-function-table): Set malayalam-composable-pattern for
14399 Malayalam characters.
14400
82d3343c
CY
144012009-12-11 Chong Yidong <cyd@stupidchicken.com>
14402
315eb96d
CY
14403 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14404 rather than down-mouse-1, based on follow-link conventions.
14405
82d3343c
CY
14406 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14407 are compiled.
14408
86a4c7ac
DN
144092009-12-11 Michael McNamara <mac@mail.brushroad.com>
14410
bf0b361c 14411 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
14412 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14413 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14414 (verilog-leap-to-head, verilog-backward-token):
14415 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
14416
144172009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14418
bf0b361c
JB
14419 * progmodes/verilog-mode.el (verilog-auto-lineup)
14420 (verilog-nameable-item-re): Cleanup user-visible spelling and
14421 documentation errors. One reported by Gary Delp.
1d4adede 14422 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
14423 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14424 package, bug195. Reported by Pierre-David Pfister.
14425
fe03f49a
GM
144262009-12-11 Glenn Morris <rgm@gnu.org>
14427
47641aac
GM
14428 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14429
85094855
GM
14430 * mail/emacsbug.el: No longer require sendmail.
14431 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14432 (report-emacs-bug-orig-text): Doc fix.
14433 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14434 New local variables, to adapt to different mail-user-agents.
14435 (report-emacs-bug): Fix test for a gnu.org address.
14436 Use overlays for emphasis, since font-lock defeats 'face property.
14437 Pretest bugs also end up at the newsgroup these days.
14438 Stop message-mode stripping text properties.
14439 Set and use the new buffer-local variables.
14440 (report-emacs-bug-hook): Add doc-string.
14441 Remove some unnecessary save-excursions and simplify.
14442 Use the appropriate hook and send-command.
14443
fe03f49a
GM
14444 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14445 capitalization of some menu entries.
14446
345427f0
VJL
144472009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14448
277e6741
MP
14449 * whitespace.el (whitespace-display-char-on):
14450 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
14451 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14452 New version 12.1.
14453
c70ccbba
EZ
144542009-12-10 Eli Zaretskii <eliz@gnu.org>
14455
14456 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14457 characters in the Attribute field.
14458
f1943c1b
DN
144592009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14460
14461 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14462
1c67aeaa
SM
144632009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14464
14465 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14466 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14467 Disregard autoload-excludes.
14468 (update-directory-autoloads): Obey autoload-excludes here instead.
14469 But don't store its contents in no-autoloads and remove entries that
14470 refer to excludes files.
14471
d8194864
GM
144722009-12-10 Glenn Morris <rgm@gnu.org>
14473
8c0171c0
GM
14474 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14475 (expand-mail-aliases): Define for compiler.
14476
dba372dd
GM
14477 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14478 Define for compiler.
14479
d8194864
GM
14480 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14481 appropriate for the mail-user-agent in use.
14482
fe5facd3
MA
144832009-12-09 Michael Albinus <michael.albinus@gmx.de>
14484
14485 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14486
99999a1d
DN
144872009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14488
14489 Fix short log parsing and fontification.
14490 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14491 Fix fontification for the [merge] label.
14492
2ea1c4aa
SM
144932009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14494
85626eef 14495 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
14496 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14497 (hfy-fontify-buffer): Use it.
14498
9840deb6
SM
144992009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14500
a0d1aadf
SM
14501 Minor cleanup.
14502 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14503 Adjust all callers.
14504 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14505 args compulsory. Adjust callers.
14506 (ffap-gopher-at-point): Remove unused var `name'.
14507
9840deb6
SM
14508 Get rid of the ELCFILES abomination.
14509 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14510 (compile-elcfiles): New phony target.
14511 (compile-main): Compute ELCFILES dynamically.
14512 (compile-clean): New target to remove left-over elc files.
14513 (compile, all): Use it.
14514
7eb3f9a8
KH
145152009-12-09 Kenichi Handa <handa@etlken>
14516
14517 * international/mule-diag.el: Require help-mode instead of help-fns.
14518
ae63e572
KH
145192009-12-09 Kenichi Handa <handa@m17n.org>
14520
5ce6e4f4 14521 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
14522 fine ranges instead of pre-calculating accurate ranges.
14523 Iterate with bigger gc-cons-threshold.
ae63e572 14524
e2f3c692
DN
145252009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14526
14527 Add support for stashing a snapshot of the current tree.
14528 * vc-git.el (vc-git-stash-snapshot): New function.
14529 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14530
cf6d0352
JB
145312009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14532
14533 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14534 instead of `(beginning|end)-of-line'.
14535
48e4acc9
GM
145362009-12-08 Glenn Morris <rgm@gnu.org>
14537
6e890faa
GM
14538 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14539
48e4acc9
GM
14540 * Makefile.in (ELCFILES): Regenerate.
14541
d2a1dc7b
JL
145422009-12-07 Juri Linkov <juri@jurta.org>
14543
14544 Don't lazy-highlight the comint output in history Isearch mode.
14545
14546 * comint.el (comint-history-isearch-search): Instead of
14547 `comint-line-beginning-position', use `comint-after-pmark-p'
14548 to check if point if before the process mark, and go to
14549 `process-mark' in this case.
14550
51ef56c4
SM
145512009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14552
fb10ee4a
SM
14553 * textmodes/tex-mode.el (latex-complete)
14554 (latex-indent-or-complete): Remove.
14555 (latex-mode): Set completion-at-point-functions instead.
14556
14557 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
14558 * minibuffer.el (completion-at-point-functions): New var.
14559 (completion-at-point): New command.
fb10ee4a 14560 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
14561 * progmodes/python.el (python-mode-map): Use completion-at-point.
14562 (python-completion-at-point): Rename from python-partial-symbol and
14563 adjust for use in completion-at-point-functions.
14564 (python-mode): Setup completion-at-point for Python completion.
14565 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14566 extracted from lisp-complete-symbol.
14567 (lisp-complete-symbol): Use it.
14568 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14569 setup completion-at-point for Elisp completion.
fb10ee4a
SM
14570 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14571 Use completion-at-point.
51ef56c4 14572 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 14573 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
14574 * progmodes/sym-comp.el: Move to...
14575 * obsolete/sym-comp.el: Move from progmodes.
14576
5e7a9022
EZ
145772009-12-07 Eli Zaretskii <eliz@gnu.org>
14578
14579 Prevent save-buffer in Rmail buffers from using the coding-system
14580 of the current message, and from clobbering the encoding mnemonics
14581 in the mode line (Bug#4623).
14582
14583 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14584 flag, too.
14585 (rmail-message-encoding): New variable.
14586 (rmail-write-region-annotate): Record the encoding of the current
14587 message in rmail-message-encoding.
14588 (rmail-after-save-hook): New function, restores the encoding of
14589 the current message after the message collection is saved.
14590
9136e895
JL
145912009-12-07 Juri Linkov <juri@jurta.org>
14592
14593 * progmodes/grep.el (grep-read-files): Use `completing-read'
14594 instead of `read-string'. Set its `collection' arg to
14595 `read-file-name-internal'. (Bug#4301)
14596
40637410
JL
145972009-12-07 Juri Linkov <juri@jurta.org>
14598
14599 Correctly restore original Isearch point. (Bug#4994)
14600
14601 * isearch.el (isearch-mode): Move `isearch-push-state' after
14602 `(run-hooks 'isearch-mode-hook)'.
14603 (isearch-cancel): When `isearch-push-state-function' is defined,
14604 let-bind `isearch-cmds' to the first state (the last element of
14605 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14606 function and restores the original point). Otherwise, move point
14607 to `isearch-opoint'.
14608
da10ce2b
SM
146092009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14610
14611 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14612 chars that don't have names, so the table can be built much faster at
14613 run-time.
14614
3d68fa99
CY
146152009-12-07 Chong Yidong <cyd@stupidchicken.com>
14616
f82b1493
CY
14617 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14618 change. Suggested by David Kastrup.
14619
3d68fa99
CY
14620 * simple.el (compose-mail): Check for incompatibilities and warn.
14621 (compose-mail-user-agent-warnings): New option.
14622
662c5698
DN
146232009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14624
14625 Support showing a single log entry from vc-annotate.
14626 * vc.el (print-log): Add a new argument: START-REVISION.
14627 (vc-print-log-internal): Add a new optional argument and
14628 pass it to the backend.
14629 (vc-print-log, vc-print-root-log): Adjust callers.
14630 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14631 buffer already displays the requested log entry, use it.
14632 Otherwise display only the log entry in question.
14633 * vc-svn.el (vc-svn-print-log):
e4070cdc 14634 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
14635 * vc-hg.el (vc-hg-state):
14636 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14637 (vc-git-show-log-entry): Return t on success.
14638 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14639 (vc-bzr-show-log-entry): Return t on success.
14640 * vc-rcs.el (vc-rcs-print-log):
14641 * vc-sccs.el (vc-sccs-print-log):
14642 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14643
e4070cdc
GM
146442009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14645
5ce6e4f4
JB
14646 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14647 Add menus to the meta mode. (Bug#5043)
e4070cdc 14648
5ce6e4f4 146492009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
14650
14651 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 14652 event-key.
662c5698 14653
662c5698
DN
14654 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14655
dab816a9
MA
146562009-12-07 Michael Albinus <michael.albinus@gmx.de>
14657
14658 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14659 Berbain <raphael.berbain@gmail.com>.
14660
14661 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14662 characters.
14663 (tramp-initial-end-of-output): New defconst.
14664 (tramp-methods, tramp-find-shell)
14665 (tramp-open-connection-setup-interactive-shell)
14666 (tramp-maybe-open-connection): Use it.
6a7662bb
BR
14667 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14668 Handle existence of `#' and `$'.
dab816a9 14669
6a7662bb
BR
14670 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14671 Use `tramp-initial-end-of-output'.
dab816a9 14672
a91e1f6b
DN
146732009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14674
14675 Get the background mode from the terminal for xterm, and set
14676 faces accordingly.
14677 * term/xterm.el (xterm-set-background-mode): New function.
14678 (terminal-init-xterm): Use it in case xterm supports background
14679 color queries. Recompute faces after getting the background
14680 color.
14681
5fa9d1ec
GM
146822009-12-07 Ulrich Mueller <ulm@gentoo.org>
14683
14684 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14685 number comment back on its own line, for easier parsing.
14686
5e9fde5e
SM
146872009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14688
14689 Make it work for non-file buffers (bug#5102).
14690 * doc-view.el (doc-view-current-cache-dir):
14691 Use doc-view-buffer-file-name rather than buffer-file-name.
14692 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14693
2f2f5242
CY
146942009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14695
14696 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14697 author field is too short.
14698
cebf8ec6
DN
146992009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14700
5e9fde5e
SM
14701 * vc-git.el (vc-git-print-log): Handle a limit argument.
14702 Display the short log in graph form and with labels.
0d3f8a78
DN
14703 (vc-git-log-view-mode): Handle labels.
14704
cebf8ec6
DN
14705 Make vc-revert change VC state from 'added to 'unregistered.
14706 * vc-git.el (vc-git-revert): Call git reset first.
14707
8e39154d
UJ
147082009-12-06 Ulf Jasper <ulf.jasper@web.de>
14709
d8194864
GM
14710 * net/newst-backend.el, net/newst-plainview.el:
14711 * net/newst-reader.el, net/newst-ticker.el:
14712 * net/newst-treeview.el, net/newsticker.el:
14713 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 14714
ef187c24
CY
147152009-12-06 Chong Yidong <cyd@stupidchicken.com>
14716
238a0f3a
CY
14717 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14718
2c6bb71a
CY
14719 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14720 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14721 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14722 Update annotation regexp.
14723
ef187c24
CY
14724 * simple.el (beginning-of-visual-line): Constrain to field
14725 boundaries (Bug#5106).
14726
571855b6
UJ
147272009-12-06 Ulf Jasper <ulf.jasper@web.de>
14728
6a7662bb
BR
14729 * xml.el (xml-substitute-numeric-entities):
14730 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14731 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
14732 * net/newst-backend.el (newsticker--parse-generic-feed)
14733 (newsticker--parse-generic-items)
6a7662bb
BR
14734 (newsticker--decode-numeric-entities):
14735 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14736 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 14737
b857059c
CY
147382009-12-06 Daniel Colascione <dan.colascione@gmail.com>
14739
14740 * progmodes/js.el (js--js-not): Add null to the list of values.
14741
c2dae51b
CY
147422009-12-06 Chong Yidong <cyd@stupidchicken.com>
14743
d8194864 14744 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 14745
ed0f72d2
RW
147462009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14747
14748 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
14749 delimiter if it is at the end of the current line.
14750 (bibtex-generate-url-list): Fix docstring.
14751
365b9a62
SM
147522009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14753
14754 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
14755 minibuffer's content with itself.
14756 Fold the confirm-after-completion case into the `confirm' case.
14757 (completion-pcm-word-delimiters): Add : and / to the delimiters.
14758
990a9cb1
KR
147592009-12-06 Kevin Ryde <user42@zip.com.au>
14760
14761 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 14762 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 14763
8b5a10db 14764 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 14765 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 14766
065543e7
JL
147672009-12-05 Juri Linkov <juri@jurta.org>
14768
14769 Save and restore dired buffer's point positions too. (Bug#4880)
14770
14771 * dired.el (dired-save-positions): Return in the first element
14772 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
14773 Doc fix.
14774 (dired-restore-positions): First restore buffer's position.
14775 While restoring window's positions, check if window still displays
14776 the original buffer.
14777
503edac9
CY
147782009-12-05 Chong Yidong <cyd@stupidchicken.com>
14779
9a594ee6
CY
14780 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
14781 if possible.
14782
925f8c70
CY
14783 * shell.el (shell): Require ansi-color (Bug#5113).
14784
14785 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
14786
503edac9
CY
14787 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
14788
8fea6b33
AM
147892009-12-05 Alan Mackenzie <acm@muc.de>
14790
14791 * progmodes/cc-mode.el (c-before-hack-hook)
14792 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
14793 `c-file-style' to work again. This reversion restores the current
212c5aef 14794 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 14795
5d1fd962
CY
147962009-12-05 Kevin Ryde <user42@zip.com.au>
14797
6a7662bb
BR
14798 * textmodes/sgml-mode.el (sgml-lexical-context):
14799 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 14800
30760c8b
JL
148012009-12-05 Juri Linkov <juri@jurta.org>
14802
14803 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
14804 for virtual nodes. (Bug#4147)
14805 (Info-find-node-2): Set `Info-current-node-virtual' to nil
14806 when moving from a virtual node.
14807 (Info-mode-menu): Add `Info-virtual-index' to the menu.
14808 (Info-mode): Add `Info-virtual-index' to the docstring.
14809
403111a8
RW
148102009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14811
14812 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
14813 track of the buffer position of the end of a BibTeX entry as this
14814 position may change during reformatting.
14815 (bibtex-format-entry): Remove whitespace before processing
14816 numerical fields so that we recognize the latter properly.
14817 (bibtex-reformat): Do not use push which changes the global value
14818 of bibtex-entry-format.
14819 (bibtex-field-braces-alist, bibtex-field-strings-alist)
14820 (bibtex-field-re-init): Replace only space characters by regexp
14821 for whitespace.
365b9a62 14822 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
14823 (bibtex-initialize): Also update bibtex-strings.
14824 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
14825 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
14826 Update bibtex-reference-keys.
403111a8 14827
25b54627
SM
148282009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
14829
14830 * minibuffer.el (completion-pcm--merge-try): Also consider placing
14831 point after a star, if that's the only place where modifications can
14832 make progress.
14833
35639eb4
DN
148342009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
14835
14836 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
14837 in docstrings.
14838
8b78760b
JL
148392009-12-04 Juri Linkov <juri@jurta.org>
14840
14841 * proced.el (proced): Call `(proced-update t)' to update process
14842 information instead of only running proced-post-display-hook.
14843 (proced-send-signal): Add a leading space to the buffer name
14844 " *Marked Processes*" to make this buffer ephemeral.
14845
2b3489a7
JL
148462009-12-04 Juri Linkov <juri@jurta.org>
14847
14848 * dired.el (dired-auto-revert-buffer): New defcustom.
14849 (dired-internal-noselect): Use it.
14850
9b9debd1
JL
148512009-12-04 Juri Linkov <juri@jurta.org>
14852
14853 Change roles of modes and functions in image-mode.el (Bug#5062).
14854
14855 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
14856 in `auto-mode-alist'.
14857 (image-mode-previous-major-mode): New variable.
14858 (image-minor-mode-map): Rename from `image-mode-text-map'.
14859 (image-mode): Move graceful error-handling code from
14860 `image-minor-mode' to here. On errors call `image-mode-as-text'.
14861 (image-minor-mode): Remove all image-handling code.
14862 Replace `image-mode-text-map' with `image-minor-mode-map'.
14863 Check for `image-type' in mode-line format string.
14864 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
14865 (image-mode-as-text): New function with most code from
14866 `image-mode-maybe'.
14867 (image-toggle-display-text): Move code that removes image
14868 properties from `image-toggle-display' to here.
14869 (image-toggle-display-image): New function with code that adds
14870 image properties copied from `image-toggle-display'.
14871 (image-toggle-display): Remove most code with leaving only code
14872 that toggles between `image-mode-as-text' and `image-mode'.
14873
0c74a301
UJ
148742009-12-04 Ulf Jasper <ulf.jasper@web.de>
14875
14876 * net/newst-treeview.el
14877 (newsticker--treeview-list-highlight-start): Restored call to
14878 save-excursion: Selected item was stuck.
14879 (newsticker--treeview-list-select): New.
14880 (newsticker--treeview-item-show-text)
14881 (newsticker--treeview-item-show)
14882 (newsticker--treeview-item-update): Use new
14883 newsticker-treeview-item-mode.
14884 (newsticker-treeview-update): Keep current item.
14885 (newsticker-treeview-next-new-or-immortal-item): Doc change.
14886 (newsticker--treeview-first-feed): Doc change.
14887 (newsticker-treeview-list-menu)
88b5a757 14888 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
14889 (newsticker-treeview-item-mode): New.
14890
5ce6e4f4 14891 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
14892 windows.
14893
9eaeec5b
SS
148942009-12-04 Sam Steingold <sds@gnu.org>
14895
14896 * log-view.el (log-view-mode-map): "q" calls quit-window,
14897 like in all the other non-self-insert buffers.
14898
b2bf5be5
SM
148992009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
14900
14901 Minor cleanup.
14902 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
14903 key decoding rather than do it manually via last-input-event +
14904 ascii-character.
14905 (term-exec): Use delete-and-extract-region.
14906 (term-handle-ansi-terminal-messages): Remove unused var `end'.
14907 (term-process-pager): Remove unused var `i'.
14908 (term-dynamic-simple-complete): Make obsolete.
14909 (serial-update-config-menu): Remove unused vars `y' and `str'.
14910 (term-update-mode-line): Remove unused var `temp'.
14911
46e5c897
DN
149122009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14913
14914 Limit the number of log entries displayed by default.
14915 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
14916 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
14917 using a prefix argument.
14918
627e0a14
GM
149192009-12-03 Glenn Morris <rgm@gnu.org>
14920
14921 * progmodes/idlwave.el (class): Restore still useful declaration.
14922
8578c224
AM
149232009-12-03 Alan Mackenzie <acm@muc.de>
14924
4abc318c 14925 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 14926
b2bf5be5
SM
14927 * progmodes/cc-mode.el (c-basic-common-init):
14928 Call c-state-cache-init.
9762b219 14929 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 14930 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 14931 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
14932
14933 * progmodes/cc-langs.el (c-before-font-lock-function):
14934 c-extend-and-neutralize-syntax-in-CPP has been renamed
14935 c-neutralize-syntax-in-and-mark-CPP.
14936
14937 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
14938 with `category' properties now, not `syntax-table' ones.
14939
14940 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
14941 enhanced (but slower) version of c-end-of-macro that won't land
14942 inside a literal or on another awkward character.
14943 (c-state-cache-too-far, c-state-cache-start)
14944 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
14945 (c-state-nonlit-pos-cache-limit, c-state-point-min)
14946 (c-state-point-min-lit-type, c-state-point-min-lit-start)
14947 (c-state-min-scan-pos, c-state-brace-pair-desert)
14948 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
14949 buffer local variables.
14950 (c-state-literal-at, c-state-lit-beg)
14951 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
14952 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
14953 (c-state-cache-top-paren, c-state-cache-after-top-paren)
14954 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
14955 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
14956 (c-renarrow-state-cache)
14957 (c-append-lower-brace-pair-to-state-cache)
14958 (c-state-push-any-brace-pair, c-append-to-state-cache)
14959 (c-remove-stale-state-cache)
14960 (c-remove-stale-state-cache-backwards, c-state-cache-init)
14961 (c-invalidate-state-cache-1, c-parse-state-1)
14962 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
14963 (c-parse-state): Enhance and refactor.
14964 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
14965
14966 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
14967 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
14968 modify to use category text properties rather than syntax-table ones.
14969 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
14970 to switch off/on the syntactic paren property of C++ template
14971 delimiters using the category property.
14972 (c-with-<->-as-parens-suppressed): Macro to invoke code with
14973 template delims suppressed.
14974 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
14975 New constant/macros which apply category properties to the start
14976 and end of preprocessor constructs.
b2bf5be5 14977 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
14978 "comment out" the syntactic value of characters in preprocessor
14979 constructs.
14980 (c-with-cpps-commented-out)
14981 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
14982 with characters in all or all but one preprocessor constructs
14983 "commented out".
14984
0d4dc442
RW
149852009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14986
14987 * proced.el (proced-filter-alist): Use regexp-quote.
14988
a09dc9bf
MA
149892009-12-03 Michael Albinus <michael.albinus@gmx.de>
14990
14991 Cleanup.
14992 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
14993 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
14994 arguments. Expand `default-directory'.
14995
14996 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
14997 the benefit of returning an expanded localname.
14998 (tramp-tramp-file-p): Handle the case NAME is not a string.
14999
3f6bd790
DN
150002009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15001
4dfb3b9c
DN
15002 Add support for bzr shelve/unshelve.
15003 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
15004 (vc-bzr-extra-menu-map): New variables.
15005 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
15006 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
15007 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
15008 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
15009 (vc-bzr-dir-extra-headers): Display shelves.
15010
3f6bd790
DN
15011 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
15012
842d73a1
SM
150132009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15014
15015 * textmodes/bibtex.el (bibtex-complete-internal):
15016 Use completion-in-region.
15017 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
15018
7fa4876f
DN
150192009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15020
15021 Support applying stashes. Improve UI.
15022 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
15023 (vc-git-stash-apply, vc-git-stash-pop)
15024 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
15025 (vc-git-stash-menu): New functions.
15026 (vc-git-stash-menu-map): New variable.
15027 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
15028
d6e82452
GM
150292009-12-03 Glenn Morris <rgm@gnu.org>
15030
15031 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
15032 (vc-print-log-internal): Fix previous change.
15033 (vc-revert): Correct pluralization.
15034
8d222148
SM
150352009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15036
ea52206b
SM
15037 * progmodes/make-mode.el (makefile-special-targets-list): No need for
15038 it to be an alist any more.
15039 (makefile-complete): Use completion-in-region.
15040
69a94a37
SM
15041 * progmodes/octave-mod.el (octave-complete-symbol):
15042 Use completion-in-region.
15043
8d222148
SM
15044 Misc cleanup.
15045 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
15046 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
15047 (idlwave-complete-class): Don't quote lambda.
15048 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
15049 (idlwave-mode-map): Move initialization into declaration.
15050 (idlwave-action-and-binding): Use backquotes.
15051 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
15052 Simplify.
15053 (idlwave-is-pointer-dereference): Remove unused var `pos'.
15054 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
15055 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
15056 `parts', and `all-parts'.
15057 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
15058 (idlwave-convert-xml-system-routine-info): Remove unused string
15059 `version-string'.
15060 (idlwave-display-user-catalog-widget): Use dolist.
15061 (idlwave-scanning-lib): Declare dynamically-scoped var.
15062 (idlwave-scan-library-catalogs): Remove unused var `flags'.
15063 (completion-highlight-first-word-only): Declare to silence bytecomp.
15064 (idlwave-popup-select): Tighten scope of `resp'.
15065 (idlwave-find-struct-tag): Remove unused var `beg'.
15066 (idlwave-after-load-rinfo-hook): Declare.
15067 (idlwave-sintern-class-info): Remove unused var `taglist'.
15068 (idlwave-find-class-definition): Remove unused var `list'.
15069 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
15070 (idlwave-what-module-find-class): Remove unused var `classes'.
15071
3bb8691b
JB
150722009-12-03 Juanma Barranquero <lekktu@gmail.com>
15073
15074 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
15075
f72f0c23
SM
150762009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15077
15078 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
15079 buffers visited. Remove redundant current-buffer-saving.
15080
601a9508
SM
150812009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15082
15083 Use completion-in-buffer and remove uses of dynamic scoping.
15084 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
15085 (pascal-buffer-to-use, pascal-flag): Don't declare.
15086 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
15087 (pascal-get-completion-decl, pascal-keyword-completion):
15088 Add `pascal-str' argument, save-excursion,
15089 return the found completions, and don't filter with pascal-pred.
15090 (pascal-completion-cache): New var.
15091 (pascal-completion): Don't switch buffer any more (it was never
15092 necessary). Don't save-excursion any more (it's done by the called
15093 subroutines). Use a cache to avoid redundant computations.
15094 Use complete-with-action rather than pascal-completion-response and
15095 let it apply the predicate as well.
15096 (pascal-complete-word): Use completion-in-buffer when
15097 pascal-toggle-completions is nil.
15098 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
15099 not used any more.
15100 (pascal-comp-defun): Don't change buffer any more.
15101 Use complete-with-action rather than pascal-completion-response and
15102 let it apply the predicate as well.
15103 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
15104 when neded.
15105
1ff4cb98
KH
151062009-12-02 Kenichi Handa <handa@m17n.org>
15107
15108 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
15109 shape for all Indic scripts.
15110
bb12edf1
SM
151112009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15112
15113 Use completion-in-buffer.
15114 * wid-edit.el (widget-field-text-end): New function.
15115 (widget-field-value-get): Use it.
15116 (widget-string-complete, widget-file-complete)
15117 (widget-color-complete): Use it and completion-in-region.
15118 (widget-complete): Don't narrow the buffer.
15119
5813f6ef
GM
151202009-12-02 Glenn Morris <rgm@gnu.org>
15121
c920f222
GM
15122 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
15123 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
15124 * mail/rmailsum.el: Replace all pop-to-buffer calls with
15125 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 15126
5813f6ef
GM
15127 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
15128 save-excursion with save-current-buffer.
15129 Widen before searching. (Bug#5093)
15130 (diary-list-sexp-entries): Remove superfluous save-excursion.
15131
34b1d750
GM
151322009-12-02 Michael Welsh Duggan <mwd@cert.org>
15133
15134 * woman.el (woman-make-bufname): Handle man-pages with "." in the
15135 name. (Bug#5038)
15136
b2d5f31a
GM
151372009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
15138
15139 * ido.el (ido-file-internal): Handle filenames at point that do
15140 not have a directory part. (Bug#5049)
15141
c710ac3c
JB
151422009-12-02 Juanma Barranquero <lekktu@gmail.com>
15143
15144 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
15145 (mpc-songs-jump-to, mpc-resume): Doc fixes.
15146
9946be46
SM
151472009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
15148
15149 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
15150 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
15151 any more.
15152
b08016f2
SM
151532009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15154
e7440df4
SM
15155 * comint.el (comint-insert-input): Ignore clicks to the right of
15156 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
15157
3bb8691b 15158 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
15159 terminate before setting up the major mode.
15160
f3b757f5
SM
15161 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
15162 in case.
15163
a2877f1d
SM
15164 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
15165 the last element.
15166
b08016f2
SM
15167 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
15168
782d6e30
GM
151692009-12-01 Glenn Morris <rgm@gnu.org>
15170
15171 * window.el (window--display-buffer-2): Fix previous changes.
15172
28f57f7e
CY
151732009-12-01 Chong Yidong <cyd@stupidchicken.com>
15174
15175 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
15176
c31a2fdc
GM
151772009-12-01 Glenn Morris <rgm@gnu.org>
15178
15179 * Makefile.in (ELCFILES): Add mpc.elc.
15180
e1ada222
SM
151812009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15182
15183 * mpc.el: New file.
15184
0c9ff2c5
GM
151852009-12-01 Glenn Morris <rgm@gnu.org>
15186
3689984f
GM
15187 * window.el (window-to-use): Define for compiler.
15188
3ab4308b
GM
15189 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
15190 consistent with others (no final period).
15191
0c9ff2c5
GM
15192 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
15193 (rmail-mime-show): Downcase the encoding. (Bug#5070)
15194
fb0c18ff
DN
151952009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
15196
15197 Make vc-print-log buttons work.
045b9da7 15198 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 15199
2ac7e73e
JB
152002009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
15201
15202 * savehist.el (savehist-autosave-interval): Allow setting to nil
15203 through customize. (Bug#5056)
15204
5237d741
JB
152052009-11-30 Juanma Barranquero <lekktu@gmail.com>
15206
15207 Fix references to jit-lock properties.
15208 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15209 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
15210 (perl-font-lock-special-syntactic-constructs):
15211 Quote jit-lock-defer-multiline property.
15212
379241fa
DN
152132009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
15214
15215 * vc-git.el (vc-git-registered): Call vc-git-root only once.
15216
054ae856
JL
152172009-11-30 Juri Linkov <juri@jurta.org>
15218
15219 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
15220 value `buffer' of `multi-isearch-next-buffer-current-function'.
15221 Use `(current-buffer)' when `buffer' is nil.
15222 (multi-isearch-next-buffer-from-list): Don't fallback to
15223 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15224
67296dda
JL
152252009-11-30 Juri Linkov <juri@jurta.org>
15226
15227 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15228 of buffers with `get-buffer' to `multi-isearch-buffers'.
15229 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15230 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15231 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15232 FILES with `expand-file-name' converting relative file names
15233 to absolute. Doc fix. (Bug#4727)
15234
c585bf32
JL
152352009-11-30 Juri Linkov <juri@jurta.org>
15236
15237 * misearch.el (multi-isearch-read-buffers)
15238 (multi-isearch-read-matching-buffers): New functions.
15239 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15240 Use them in the `interactive' spec. Doc fix.
15241 (multi-isearch-read-files, multi-isearch-read-matching-files):
15242 New functions.
15243 (multi-isearch-files, multi-isearch-files-regexp):
15244 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15245
0a745733
JL
152462009-11-30 Juri Linkov <juri@jurta.org>
15247
15248 * doc-view.el (doc-view-continuous):
15249 Rename from `doc-view-continuous-mode'.
15250 (doc-view-menu): Move "Toggle display" to the top.
15251 Add submenu "Continuous" with radio buttons "Off"/"On"
15252 and "Save as Default".
15253 (doc-view-scroll-up-or-next-page)
15254 (doc-view-scroll-down-or-previous-page)
15255 (doc-view-next-line-or-next-page)
6a7662bb
BR
15256 (doc-view-previous-line-or-previous-page):
15257 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 15258
1f9689eb
JL
152592009-11-30 Juri Linkov <juri@jurta.org>
15260
15261 * comint.el (comint-mode-map): Rebind `M-r' from
15262 `comint-previous-matching-input' to
15263 `comint-history-isearch-backward-regexp'.
15264 Unbind `M-s' to allow global key binding `M-s'.
15265 Add menu items for `comint-history-isearch-backward' and
15266 `comint-history-isearch-backward-regexp'. (Bug#3746)
15267
2952b1ae
JL
152682009-11-30 Juri Linkov <juri@jurta.org>
15269
15270 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15271 For def=recenter, replace `recenter' with `recenter-top-bottom'
15272 that is called with `this-command' and `last-command' let-bound
15273 to `recenter-top-bottom'. When the last `def' was not `recenter',
15274 set `recenter-last-op' to nil. (Bug#4981)
15275
7a9547ca
SM
152762009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15277
20565545
SM
15278 Minor cleanup and simplification.
15279 * filecache.el (file-cache-add-directory)
15280 (file-cache-add-directory-recursively)
15281 (file-cache-add-from-file-cache-buffer)
15282 (file-cache-delete-file-regexp, file-cache-delete-directory)
15283 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15284 (file-cache-temp-minibuffer-message): Delete function.
15285 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15286
7a9547ca
SM
15287 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15288 Don't signal an error when bumping into EOB in tr, s, or y.
15289
08e968f3
JL
152902009-11-29 Juri Linkov <juri@jurta.org>
15291
15292 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15293 (Bug#4960)
15294
15295 * descr-text.el (describe-char-unidata-list): Use lowercase name
15296 for "Unicode name" like in other tags.
15297
f8d170a4
JL
152982009-11-29 Juri Linkov <juri@jurta.org>
15299
15300 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15301 New compatibility macro.
7a9547ca 15302 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 15303
0116abbd
JL
153042009-11-29 Juri Linkov <juri@jurta.org>
15305
15306 Add defcustom to define the cycling order of `recenter-top-bottom'.
15307 (Bug#4981)
15308
15309 * window.el (recenter-last-op): Doc fix.
15310 (recenter-positions): New defcustom.
15311 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15312 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15313
61eef560
MA
153142009-11-29 Michael Albinus <michael.albinus@gmx.de>
15315
15316 Improve integration of Tramp and ange-ftp in eshell.
15317
e4070cdc 15318 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
15319 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15320 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15321
15322 * eshell/esh-util.el (top): Require also Tramp when compiling.
15323 (eshell-directory-files-and-attributes): Check for FTP remote
15324 connection.
15325 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15326 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15327 (eshell-file-attributes): Handle ".". Return `entry'.
15328
15329 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15330 (ange-ftp-directory-files-and-attributes)
15331 (ange-ftp-real-directory-files-and-attributes): New defuns.
15332
15333 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15334 shell with "exec" when possible. This prevents trailing prompts
15335 in `start-file-process'.
15336
f5467d3f
SM
153372009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15338
21f49db9
SM
15339 Try and remove assumptions about point-min==1.
15340 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15341 (rng-compute-mode-line-string): Show the validation percentage in
15342 terms of the narrowed text, not the widened text.
15343 (rng-do-some-validation): Don't catch internal errors when debugging.
15344 (rng-first-error): Simplify.
15345 (rng-after-change-function): Remove work around. AFAIK the bug has
15346 been fixed a while ago.
15347
26224faf
SM
15348 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15349 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15350
d7117720
SM
15351 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15352
f5467d3f
SM
15353 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15354 `cd' doesn't always do it for us (bug#5067).
15355
15356 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15357 on 2009-10-25 as part of some other change (bug#5067).
15358
c5269f1c
SM
153592009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15360
62a258a7
SM
15361 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15362 `suspicious'.
15363 (byte-compile-warnings): Use byte-compile-warning-types.
15364 (byte-compile-save-excursion): Warn about use of set-buffer right
15365 after save-excursion.
15366
c5269f1c
SM
15367 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15368 the excursion as well.
15369
3ba30eb8
MA
153702009-11-27 Michael Albinus <michael.albinus@gmx.de>
15371
15372 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15373 providing a Tramp related implementation of "su" and "sudo".
15374 (eshell-unix-initialize): Add "su" and "sudo".
15375
6c6f788d
DU
153762009-11-27 Daiki Ueno <ueno@unixuser.org>
15377
15378 * net/socks.el (socks-send-command): Convert binary request to
15379 unibyte before sending. This fixes mishandling of some port
15380 numbers such as 129.
15381
10c877fe
SM
153822009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15383
6f06a171
SM
15384 * help.el (describe-bindings-internal): Remove `interactive'.
15385
10c877fe
SM
15386 * man.el (Man-completion-table): Trim a terminating "(".
15387 Remove the space between name page a section.
15388 Add the command's description on the `help-echo' property.
c5269f1c
SM
15389 Remove `process-connection-type' binding since it's unused by
15390 call-process.
10c877fe
SM
15391 Provide completion for the "<section> <name>" format as well.
15392 (Man-default-man-entry): Remove spurious var shadowing the argument.
15393
c44a4822
KR
153942009-11-26 Kevin Ryde <user42@zip.com.au>
15395
15396 * log-view.el: Add "Keywords: tools", since its other keywords
15397 aren't in finder-known-keywords, and following vc.el.
15398
9d58f081
KR
15399 * sha1.el (sha1-string-external): default-directory "/" in case
15400 otherwise non-existent. process-connection-type pipe for touch of
15401 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15402
72fe6b25
SM
154032009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15404
15405 Misc coding convention cleanups.
15406 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15407 hfy-init-kludge-hooks.
15408 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15409 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15410 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15411 and push.
15412 (hfy-slant, hfy-weight): Use tables rather than code.
15413 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15414 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15415 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15416 (hfy-face-to-css): Remove `nconc' with single arg.
15417 (hfy-p-to-face-lennart): Use `or'.
15418 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15419 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15420 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15421 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15422 (hfy-force-fontification): Use run-hooks.
15423
85e0a536
SM
154242009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15425
15426 Various minor fixes.
15427 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15428 Javascript belongs in the header, not the body.
15429 (hfy-javascript): Remove.
15430 (hfy-fontify-buffer): Don't insert it any more.
15431 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15432 Fix bug in invis handling when there were no invis props in a chunk.
15433
62ccc42c
SM
154342009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15435
15436 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15437
2643c7aa
DN
154382009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15439
15440 * finder.el (finder-mode-map): Add a menu.
15441
0e5c8aed
DN
154422009-11-26 Michael McNamara <mac@mail.brushroad.com>
15443
bf0b361c 15444 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
15445 "unsigned" structs.
15446
15447 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15448 fork" statement better.
15449
154502009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15451
bf0b361c
JB
15452 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15453 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15454 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15455 Reported by Clay Douglass.
0e5c8aed
DN
15456
15457 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 15458 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6a7662bb
BR
15459 Fix removing "// Interfaces" when saving .* expansions.
15460 Reported by Pierre-David Pfister.
0e5c8aed 15461
7629c4e7
GM
154622009-11-26 Glenn Morris <rgm@gnu.org>
15463
62ccc42c
SM
15464 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15465 the scope.
7629c4e7 15466
a5d358f8
JB
154672009-11-25 Johan Bockgård <bojohan@gnu.org>
15468
15469 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15470 Really use previous revision.
15471
002cbde5
KR
154722009-11-25 Kevin Ryde <user42@zip.com.au>
15473
15474 * man.el (Man-completion-table): default-directory "/" in case
15475 doesn't otherwise exist. process-environment COLUMNS=999 so as
15476 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
15477 any chance of hitting the pseudo-tty TIOCGWINSZ.
15478 (man): completion-ignore-case t for friendliness and since man
15479 itself is case-insensitive on the command line.
15480 Further to Bug#3717.
002cbde5 15481
8cb5ffe8
KR
15482 * arc-mode.el: Add "Keywords: files", so the details in its
15483 commentary can be reached from finder-by-keyword.
34607612
KR
15484 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15485 editing mode, but it's comms related and sgml-mode.el has "comm"
15486 on that basis too.
b8dfcf54 15487 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
15488 * international/isearch-x.el, international/ja-dic-cnv.el:
15489 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 15490 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 15491
1e2d9ba1
JL
154922009-11-25 Juri Linkov <juri@jurta.org>
15493
15494 * man.el (Man-completion-table): Modify regexp to include
15495 section names to completion strings. (Bug#3717)
15496
a601d313
JL
154972009-11-25 Juri Linkov <juri@jurta.org>
15498
15499 Search recursively in gzipped files. (Bug#4982)
15500
15501 * progmodes/grep.el (grep-highlight-matches): Add new options
15502 `always' and `auto'. Doc fix.
15503 (grep-process-setup): Check `grep-highlight-matches' for
15504 `auto-detect' to determine the need to compute grep defaults.
15505 Move Windows/DOS specific --colors settings handling
15506 to `grep-compute-defaults'. Check `grep-highlight-matches'
15507 to get the value of "--color=".
15508 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15509 has the value `auto-detect'. Move Windows/DOS specific settings
15510 from `grep-process-setup'.
15511 (zrgrep): New command with alias `rzgrep'.
15512
bde04ea9
JL
155132009-11-25 Juri Linkov <juri@jurta.org>
15514
15515 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15516 to nil instead of switching off view-mode. (Bug#4896)
15517
7d6b4d3c
JL
155182009-11-25 Juri Linkov <juri@jurta.org>
15519
15520 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15521
15522 * mwheel.el (mwheel-scroll-up-function)
15523 (mwheel-scroll-down-function): New defvars.
15524 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15525 `scroll-up', and `mwheel-scroll-down-function' instead of
15526 `scroll-down'.
15527
15528 * doc-view.el (doc-view-scroll-up-or-next-page)
15529 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15530 Use this ARG in the call to image-scroll-up/image-scroll-down.
15531 Change `interactive' spec to "P". Goto next/previous page only
15532 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15533 SPC/DEL case). Doc fix.
15534 (doc-view-next-line-or-next-page)
15535 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15536 for consistency.
15537 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15538 `doc-view-scroll-up-or-next-page', and buffer-local
15539 `mwheel-scroll-down-function' to
15540 `doc-view-scroll-down-or-previous-page'.
15541
e237085f
JL
155422009-11-25 Juri Linkov <juri@jurta.org>
15543
15544 Provide additional default values (directories at other Dired
15545 windows) via M-n in the minibuffer of some Dired commands.
15546
15547 * dired-aux.el (dired-diff, dired-compare-directories)
15548 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15549 `minibuffer-default' in `minibuffer-with-setup-hook'.
15550 (dired-dwim-target-directory): Find a window that displays Dired
15551 buffer instead of failing when the next window is not Dired.
15552 Use `get-window-with-predicate' to find for the next Dired window.
15553 (dired-dwim-target-defaults): New function.
15554
15555 * ediff-util.el (ediff-read-file-name):
15556 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15557 in `minibuffer-with-setup-hook'.
15558
7d371eac
JL
155592009-11-25 Juri Linkov <juri@jurta.org>
15560
15561 Provide additional default values (file name at point or at the
15562 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15563
15564 * minibuffer.el (read-file-name-defaults): New function.
15565 (read-file-name): Reset `minibuffer-default' to nil when
15566 it duplicates initial input `insdef'.
15567 Bind `minibuffer-default-add-function' to lambda that
15568 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15569 (minibuffer-insert-file-name-at-point): New command.
15570
15571 * files.el (file-name-at-point-functions): New defcustom.
15572 (find-file-default): Remove defvar.
15573 (find-file-read-args): Don't use `find-file-default'.
15574 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15575 to `read-file-name'.
15576 (find-file-literally): Use `read-file-name' with
15577 `confirm-nonexistent-file-or-buffer'.
15578
15579 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15580
15581 * dired.el (dired-read-dir-and-switches):
15582 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15583 to `read-file-name'.
15584 (dired-file-name-at-point): New function.
15585 (dired-mode): Add hook `dired-file-name-at-point' to
15586 `file-name-at-point-functions'.
15587
04ae543a
SM
155882009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15589
15590 Really make the *Completions* window soft-dedicated (bug#5030).
15591 * window.el (window--display-buffer-2): Add `dedicated' argument.
15592 (display-buffer): Pass it when needed so the dedicated flag is set
15593 after calling set-window-buffer, which would otherwise reset it.
15594
eb708e66
SM
155952009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15596
d6b8d4e7
SM
15597 * progmodes/meta-mode.el (meta-complete-symbol):
15598 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
15599 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15600 Use completion-in-region.
15601
5f24557b
SM
15602 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15603 (dabbrev-completion): Use completion-in-region.
15604 (dabbrev--abbrev-at-point): Simplify regexp.
15605
fe4346f0
SM
15606 * abbrev.el (abbrev--before-point): Use word-motion functions
15607 if :regexp is not specified (bug#5031).
15608
cb190d7d
SM
15609 * subr.el (string-prefix-p): New function.
15610
e2ec6dd5
SM
15611 * man.el (Man-completion-cache): New var.
15612 (Man-completion-table): Use it.
15613
eb708e66
SM
15614 * vc.el (vc-print-log-internal): Make `limit' optional for better
15615 compatibility (e.g. with vc-annotate.el).
15616
4cf8971b
KR
156172009-11-24 Kevin Ryde <user42@zip.com.au>
15618
eb708e66 15619 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 15620 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 15621
4cf8971b
KR
15622 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15623 when .el source file not found or other error.
15624
d204c46c
SM
156252009-11-24 Markus Triska <markus.triska@gmx.at>
15626
15627 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15628
bb301b9a
SM
156292009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15630
449c27f0
SM
15631 Handle the [back] button properly (bug#4979).
15632 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15633 Use help-setup-xref, help-buffer, and with-help-window.
15634 (describe-char): Add `buffer' argument.
15635 Pass proper command to help-setup-xref. Don't meddle with
15636 help-xref-stack-item directly.
15637 (describe-text-category): Use with-help-window and help-buffer.
15638
32fe5377
SM
15639 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15640 for the displayed buffer (bug#4887).
15641
bb301b9a
SM
15642 * man.el (Man-completion-table): New function.
15643 (man): Use it.
15644
35179414
DR
156452009-11-24 David Reitter <david.reitter@gmail.com>
15646
bb301b9a 15647 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
15648 .git is) rather than the file's directory and a relative path spec
15649 to work around a bug in git.
15650
605a20a9
MA
156512009-11-24 Michael Albinus <michael.albinus@gmx.de>
15652
15653 Improve handling of processes on remote hosts.
15654
15655 * eshell/esh-util.el (eshell-path-env): New defvar.
15656 (eshell-parse-colon-path): New defun.
15657 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15658
bb301b9a
SM
15659 * eshell/esh-ext.el (eshell-search-path):
15660 Use `eshell-parse-colon-path'.
605a20a9
MA
15661 (eshell-remote-command): Remove argument HANDLER.
15662 (eshell-external-command): Check for FTP remote connection.
15663
bb301b9a
SM
15664 * eshell/esh-proc.el (eshell-gather-process-output):
15665 Use `file-truename', in order to start also symlinked files.
15666 Apply `start-file-process' instead of `start-process'.
15667 Shorten `command' to the local file name part.
605a20a9 15668
bb301b9a
SM
15669 * eshell/em-cmpl.el (eshell-complete-commands-list):
15670 Use `eshell-parse-colon-path'.
605a20a9
MA
15671
15672 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15673
15674 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15675 to `eshell-directory-change-hook'.
15676
d1d33062
TH
156772009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15678
15679 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 15680 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 15681
a34d8565 156822009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 15683
a34d8565
MK
15684 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15685 made on 2009-11-22.
d1d33062 15686
c83b8d1b
GM
156872009-11-24 Glenn Morris <rgm@gnu.org>
15688
15689 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15690 deleted variable bookmark-bmenu-bookmark-column.
15691
83505cfe
SM
156922009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15693
15694 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15695
5241b291
CY
156962009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15697
15698 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15699 two slashes to the "file:" prefix.
15700 (browse-url-file-url): De-munge Cygwin filenames before passing
15701 them to Windows browser.
15702 (browse-url-default-windows-browser): Use call-process.
15703
aefcadb6
JL
157042009-11-23 Juri Linkov <juri@jurta.org>
15705
15706 Implement DocView Continuous mode. (Bug#4896)
15707 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
15708 (doc-view-mode-map): Bind C-n/<down> to
15709 `doc-view-next-line-or-next-page', C-p/<up> to
15710 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
15711 (doc-view-next-line-or-next-page)
15712 (doc-view-previous-line-or-previous-page): New commands.
15713
0d62bcea
JL
157142009-11-23 Juri Linkov <juri@jurta.org>
15715
15716 Implement Isearch in comint input history. (Bug#3746)
15717 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15718 `isearch-mode-hook'.
15719 (comint-history-isearch): New defcustom.
15720 (comint-history-isearch-backward)
15721 (comint-history-isearch-backward-regexp): New commands.
15722 (comint-history-isearch-message-overlay): New buffer-local variable.
15723 (comint-history-isearch-setup, comint-history-isearch-end)
15724 (comint-goto-input, comint-history-isearch-search)
15725 (comint-history-isearch-message, comint-history-isearch-wrap)
15726 (comint-history-isearch-push-state)
15727 (comint-history-isearch-pop-state): New functions.
15728
b593f105
MA
157292009-11-23 Michael Albinus <michael.albinus@gmx.de>
15730
15731 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15732 return.
15733 (tramp-handle-make-symbolic-link)
15734 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15735 Quote file names.
15736 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15737 (tramp-handle-process-file): Use it.
15738
0f202d5d
SM
157392009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15740
15741 * window.el (move-to-window-line-last-op): Remove.
15742 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
15743
216349f8
SM
157442009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
15745
0f202d5d 15746 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
15747 * window.el (move-to-window-line-last-op): New var.
15748 (move-to-window-line-top-bottom): New command.
15749 (global-map): Bind M-r move-to-window-line-top-bottom.
15750
c10e0633
GM
157512009-11-23 Sven Joachim <svenjoac@gmx.de>
15752
15753 * dired-x.el (dired-guess-shell-alist-default):
15754 Support xz format. (Bug#4953)
15755
953e0c1a
GM
157562009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
15757
15758 * emulation/viper-cmd.el: Use viper-last-command-char instead of
15759 last-command-char/last-command-event.
15760 (viper-prefix-arg-value): Do correct conversion of event-char for
15761 XEmacs.
15762
83505cfe
SM
15763 * emulation/viper-util.el, emulation/viper.el:
15764 Use viper-last-command-char instead of
15765 last-command-char/last-command-event.
953e0c1a 15766
83505cfe
SM
15767 * ediff-init.el, ediff-mult.el, ediff-util.el:
15768 Replace last-command-char and last-command-event
15769 with (ediff-last-command-char) everywhere.
953e0c1a
GM
15770
15771 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
15772 created in fundamental mode.
15773
15774 * ediff.el (ediff-version): Revert the change of interactive-p to
15775 called-interactively-p.
15776
9ee12eee
TH
157772009-11-22 Tassilo Horn <tassilo@member.fsf.org>
15778
15779 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
15780 generation from word-movement command names.
15781
8b571bf3
JD
157822009-11-21 Jan Djärv <jan.h.d@swipnet.se>
15783
15784 * cus-start.el (all): Add native condition for font-use-system-font.
15785
4121db47
AM
157862009-11-21 Nathaniel Flath <flat0103@gmail.com>
15787
83505cfe
SM
15788 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
15789 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 15790
d71f5e0c
TH
157912009-11-21 Tassilo Horn <tassilo@member.fsf.org>
15792
15793 * progmodes/subword.el: Rename from lisp/subword.el.
15794
15795 * subword.el: Rename to progmodes/subword.el.
15796
15797 * Makefile.in (ELCFILES): Adapt to subword.el move.
15798
fc9d6ad6 157992009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 15800 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
15801
15802 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
15803 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
15804 (bookmark-bmenu-show-filenames): Use push.
15805 (bookmark-bmenu-hide-filenames): Use local var instead of
15806 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
15807 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
15808 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
15809 filenames now that the bookmark names are always available.
15810
26d9285f
SM
158112009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15812
15813 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
15814 (bookmark-search-pattern): Move and leave unbound.
15815 (bookmark-bmenu-mode-map): Change binding.
15816 (bookmark-read-search-input): Simplify.
15817 Don't use text-char-description. Don't error on non-char events.
15818 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
15819 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
15820 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
15821 Use a local var for the timer.
15822 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
15823 (i.e. bookmark-bmenu-search).
15824
d73a0317
GM
158252009-11-21 Glenn Morris <rgm@gnu.org>
15826
15827 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
15828
e572025f
CY
158292009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
15830
26d9285f
SM
15831 * net/browse-url.el (browse-url-default-windows-browser):
15832 Use cygstart for cygwin.
e572025f 15833
6aeaa3dc
KF
158342009-11-20 Karl Fogel <karl.fogel@red-bean.com>
15835
e4070cdc 15836 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
15837 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
15838 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 15839 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
15840 (bookmark-read-search-input): Adjust to fit within 80 columns.
15841
a9b76eec
TH
158422009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15843
15844 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
15845 (c-backward-into-nomenclature): Adapt to subword renaming.
15846
15847 * subword.el (subword-forward, subword-backward, subword-mark)
15848 (subword-kill, subword-backward-kill, subword-transpose)
15849 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
15850 (subword-forward-internal, subword-backward-internal):
15851 Rename from forward-subword, backward-subword, mark-subword,
15852 kill-subword, backward-kill-subword, transpose-subwords,
15853 downcase-subword, upcase-subword, capitalize-subword,
15854 forward-subword-internal, backward-subword-internal.
a9b76eec 15855
1e7d4475
SM
158562009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15857
26d9285f
SM
15858 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
15859 New options.
1e7d4475
SM
15860 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
15861 New vars.
15862 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
15863 (bookmark-bmenu-filter-alist-by-regexp)
15864 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
15865 (bookmark-bmenu-search): New command.
15866 (bookmark-bmenu-mode-map): Bind it.
15867
653d1554
TH
158682009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15869
ab84bfa0
TH
15870 * progmodes/cc-cmds.el: declare-functioned forward-subword and
15871 backward-subword to quit the byte-compiler.
15872
1f35fda9
TH
15873 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
15874
15875 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
15876
653d1554 15877 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
15878 (c-forward-into-nomenclature, c-backward-into-nomenclature):
15879 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
15880
15881 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
15882 subword.el functions instead of cc-subword.el.
15883
1e7d4475
SM
15884 * progmodes/cc-subword.el: Rename to subword.el.
15885 * subword.el: Rename from progmodes/cc-subword.el.
15886 (subword-mode-map): Rename from c-subword-mode-map.
15887 (subword-mode): Rename from c-subword-mode.
653d1554 15888 (global-subword-mode): New global minor mode.
1e7d4475
SM
15889 (forward-subword): Rename from c-forward-subword.
15890 (backward-subword): Rename from c-backward-subword.
15891 (mark-subword): Rename from c-mark-subword.
15892 (kill-subword): Rename from c-kill-subword.
15893 (backward-kill-subword): Rename from c-backward-kill-subword.
15894 (transpose-subwords): Rename from c-tranpose-subword.
15895 (downcase-subword): Rename from c-downcase-subword.
15896 (capitalize-subword): Rename from c-capitalize-subword.
15897 (forward-subword-internal): Rename from c-forward-subword-internal.
15898 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 15899
9717f119
DN
159002009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
15901
8de724f3
DN
15902 * vc.el (vc-deduce-fileset): Allow non-state changing operations
15903 from a dired buffer.
15904 (vc-dired-deduce-fileset): New function.
15905 (vc-root-diff, vc-print-root-log): Use it.
15906
9717f119
DN
15907 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
15908 nil LIMIT argument to vc-print-log-internal.
15909
af4999b8
GM
159102009-11-20 Glenn Morris <rgm@gnu.org>
15911
15912 * Makefile.in (ELCFILES): Regenerate.
15913
b58edcb6
JB
159142009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
15915
02e1b488
SM
15916 * calc/calc.el (calc-set-mode-line):
15917 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
15918 (math-format-number): Rename `math-format-complement-signed' to
15919 `math-format-twos-complement'.
15920
02e1b488 15921 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
15922 math-format-complement-signed.
15923 (calc-radix): Rename `calc-complement-signed-mode' to
15924 `calc-twos-complement-mode'.
02e1b488
SM
15925 (calc-octal-radix, calc-hex-radix): Add an argument for
15926 two's complement.
b58edcb6 15927
02e1b488
SM
15928 * calc/calc-embed.el (calc-embedded-mode-vars):
15929 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 15930
02e1b488
SM
15931 * calc/calc-ext.el (calc-init-extensions):
15932 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
15933 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
15934
02e1b488
SM
15935 * calc/calc-units.el (math-build-units-table-buffer):
15936 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
15937
15938 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
15939 entries.
15940
15941 * calc/calc-vec.el (calcFunc-vunpack):
15942 * calc/calc-aent.el (calc-do-calc-eval):
15943 * calc/calc-forms.el (math-format-date):
15944 * calc/calc-graph.el (calc-graph-plot):
15945 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
15946 * calc/calccomp.el (math-compose-expr):
15947 Let `calc-twos-complement-mode' be nil.
15948
159492009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15950
15951 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
15952 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
15953 * minibuffer.el (completion-in-region-functions): New hook.
15954 (completion-in-region): New function.
15955 * emacs-lisp/lisp.el (lisp-complete-symbol):
15956 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 15957
e3353a78
SM
159582009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15959
eff77808
SM
15960 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
15961 (latex-complete-alist): New vars.
15962 (latex-string-prefix-p, latex-complete-bibtex-keys)
15963 (latex-complete-envnames, latex-complete-refkeys)
15964 (latex-complete-data): New functions.
15965 (latex-complete, latex-indent-or-complete): New commands.
15966
d2c9fc42
SM
15967 * window.el (display-buffer-mark-dedicated): New var.
15968 (display-buffer): Obey it.
15969 * minibuffer.el (minibuffer-completion-help): Use it.
15970
31a1c477
SM
15971 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
15972
bed4c972
SM
15973 * filecache.el (file-cache-add-file): Use push and cons.
15974 (file-cache-delete-file-regexp): Use push.
15975 (file-cache-complete): Use completion-in-region.
15976
8c22699f
SM
15977 * simple.el (with-wrapper-hook): Fix thinko.
15978
e3353a78
SM
15979 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
15980 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
15981 Use with-current-buffer and string-to-number.
15982 (hfy-fallback-colour-values): Use assoc-string.
15983 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
15984 (hfy-face-at): Remove unused var `found-face'.
15985 (hfy-compile-stylesheet): Remove unused var `css'.
15986 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
15987 and `orig-buffer'.
15988 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
15989 Use with-current-buffer.
15990 (hfy-text-p): Use expand-file-name and fewer setq.
15991
acca02b0
SM
159922009-11-19 Vivek Dasmohapatra <vivek@etla.org>
15993
15994 * htmlfontify.el, hfy-cmap.el: New files.
15995
042b7cc6
JL
159962009-11-19 Juri Linkov <juri@jurta.org>
15997
15998 * minibuffer.el (completions-format): New defcustom.
15999 (completion--insert-strings): Implement vertical format.
16000
16001 * simple.el (switch-to-completions): Move point to the first
16002 completion when point was at the beginning of the buffer.
16003
da205913
JL
160042009-11-19 Juri Linkov <juri@jurta.org>
16005
16006 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
16007
16008 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
16009
0b8ee421
CY
160102009-11-19 Chong Yidong <cyd@stupidchicken.com>
16011
16012 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
16013 (mail-signature): Change default to t.
16014 (mail-from-style): Deprecate `system-default' value.
16015 (mail-insert-from-field): For default value of mail-from-style,
16016 default to `angles' unless `angles' needs quoting and `parens'
16017 does not.
16018 (mail-citation-prefix-regexp): Use citation regexp from
16019 message-mode.
16020
4265deab
MA
160212009-11-19 Michael Albinus <michael.albinus@gmx.de>
16022
acca02b0
SM
16023 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
16024 Set variables for computing the prompt for reading password.
4265deab 16025
27cacd2d
GM
160262009-11-19 Glenn Morris <rgm@gnu.org>
16027
470bce7d
GM
16028 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
16029
7e705a1d
GM
16030 * textmodes/flyspell.el (sgml-lexical-context): Declare.
16031
27cacd2d
GM
16032 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
16033 (newsticker-treeview-listwindow-height): Fix custom type.
16034
b2f0be0f
KH
160352009-11-19 Kenichi Handa <handa@m17n.org>
16036
16037 * descr-text.el (describe-char-padded-string): Compose with TAB
16038 only if there's a font for CH.
02e1b488 16039 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 16040
03446045 160412009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
16042
16043 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 16044 more accurate version of the regexp. (Bug#3910)
b96337b0 16045
03446045 160462009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
16047
16048 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
16049
e0620570
JB
160502009-11-18 Juanma Barranquero <lekktu@gmail.com>
16051
16052 * font-setting.el (font-use-system-font): Declare for byte-compiler.
16053 (font-setting-change-default-font): Fix typo in docstring.
16054
6cc6582e
AM
160552009-11-18 Alan Mackenzie <acm@muc.de>
16056
16057 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
16058
dfb3c4c6
JD
160592009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16060
02e1b488 16061 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
16062
16063 * cus-start.el (all): ... to here.
16064
e268e987
MA
160652009-11-17 Michael Albinus <michael.albinus@gmx.de>
16066
16067 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
16068 Don't set `ad-return-value' if `ad-do-it' doesn't.
16069
303ffde8
MA
16070 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
16071 modification time.
16072
637fa988
JD
160732009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16074
16075 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 16076 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
16077
16078 * loadup.el: If feature system-font-setting or font-render-setting is
16079 there, load font-setting.
16080
02e1b488 16081 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
16082 * font-setting.el: New file.
16083
1d16a255
GM
160842009-11-17 Glenn Morris <rgm@gnu.org>
16085
16086 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
16087
2d84f804
GM
16088 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
16089 Preserve point in the list buffer. (Bug#4939)
16090 Use point-at-eol.
16091 (newsticker--treeview-list-update-highlight)
16092 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
16093
14467b99
JB
160942009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16095
16096 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
16097 Remove.
16098
16099 * calc/calc-ext.el (calc-init-extensions): Remove references to
16100 symclip.
16101
16102 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
16103
16104 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 16105 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
16106 `calc-symclip'.
16107
e3c39c01
KR
161082009-11-16 Kevin Ryde <user42@zip.com.au>
16109
02e1b488 16110 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 16111 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 16112
497de631
KR
16113 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
16114 (lm-keywords-list): Allow comma-only separator like "foo,bar".
16115 Ignore trailing spaces by omit-nulls to split-string (fixing
16116 regression from Emacs 21 due to the incompatible split-string
14467b99 16117 change). (Bug #4928.)
497de631 16118
48b27575
DN
161192009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
16120
5237d741 16121 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
16122 (vc-print-log-internal): Insert buttons to request more entries
16123 when limiting the output.
16124
16125 * vc-sccs.el (vc-sccs-print-log):
16126 * vc-rcs.el (vc-rcs-print-log):
16127 * vc-cvs.el (vc-cvs-print-log):
16128 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
16129 LIMIT is non-nil.
16130
d3e97185
MA
161312009-11-16 Michael Albinus <michael.albinus@gmx.de>
16132
16133 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
16134 error when `tramp-gvfs-dbus-event-vector' is set.
16135 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
16136
68d87786
SM
161372009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16138
16139 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
16140
c0a39702
MA
161412009-11-16 Michael Albinus <michael.albinus@gmx.de>
16142
16143 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 16144 (dbus-register-property): Register the handlers of
c0a39702
MA
16145 "org.freedesktop.DBus.Properties" for SERVICE.
16146 (dbus-property-handler): Fix docstring.
16147
1e857121
YM
161482009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16149
16150 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
16151 Quote doc string reference in defvaralias as it is not in special form.
16152 (byte-compile-output-docform): Doc fix.
16153
887484c1
JB
161542009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16155
16156 * calc/calc.el (math-2-word-size, math-half-2-word-size)
16157 (calc-complement-signed-mode): New variables.
16158 (calc-set-mode-line): Add indicator for twos-complements.
16159 (math-format-number): Format twos-complement notation.
16160
16161 * calc/calc-bin.el (calc-word-size): Reset the variables
16162 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
16163 (math-format-complement-signed, math-symclip, calcFunc-symclip)
16164 (calc-symclip): New functions.
887484c1
JB
16165
16166 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
16167
68d87786
SM
16168 * calc/calc-embed.el (calc-embedded-mode-vars):
16169 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
16170
16171 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 16172 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
16173
16174 * calc/calc-ext.el (math-read-number-fancy): Read complement
16175 signed numbers.
68d87786
SM
16176 (calc-init-extensions): Add binding for `calc-symclip'.
16177 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
16178
16179 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
16180 `calc-symclip'.
68d87786 16181 (calc-modes-menu): Add item for twos complement mode.
887484c1 16182
5237d741 16183 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 16184
4cf1d7e3
CY
161852009-11-15 Chong Yidong <cyd@stupidchicken.com>
16186
16187 * register.el (jump-to-register, insert-register): Handle Semantic
16188 tags. From commented-out advice in semantic/senator.el.
16189
f8e65267
DN
161902009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
16191
6616006b
DN
16192 * vc.el (vc-log-show-limit): New variable.
16193 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
16194 when using a prefix argument.
16195 (vc-print-log-internal): Add new argument LIMIT.
16196
16197 * vc-svn.el (vc-svn-print-log):
16198 * vc-mtn.el (vc-mtn-print-log):
16199 * vc-hg.el (vc-hg-print-log):
16200 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 16201 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
16202 non-optional.
16203
16204 * vc-sccs.el (vc-sccs-print-log):
16205 * vc-rcs.el (vc-rcs-print-log):
16206 * vc-git.el (vc-git-print-log):
16207 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
01c35094 16208 ignore it. Make the BUFFER argument non-optional.
6616006b 16209
f8e65267
DN
16210 * bindings.el (mode-line-buffer-identification): Do not purecopy.
16211
0566c4bc
CY
162122009-11-15 Chong Yidong <cyd@stupidchicken.com>
16213
7cce3c91
CY
16214 * dired.el (dired-mode-map): Move encryption items to "Operate"
16215 menu (Bug#4703).
16216
d7063de9
CY
16217 * strokes.el (strokes-update-window-configuration): Make strokes
16218 buffer current before erasing (Bug#4906).
16219
0fc10137
JL
162202009-11-15 Juri Linkov <juri@jurta.org>
16221
16222 * simple.el (set-mark-default-inactive): Add :type, :group
16223 and :version. (Bug#4876)
16224
f5fce4ec
MA
162252009-11-15 Michael Albinus <michael.albinus@gmx.de>
16226
16227 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16228 (archive-unique-fname): ... here. (Bug#4929)
16229
8d720a00
SM
162302009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16231
589888fe
SM
16232 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16233 with a real fix.
16234
8d720a00
SM
16235 * novice.el (disabled-command-function): Add useful args.
16236 Setup the help buffer so that [back] works.
16237 Remove redundant call to help-mode.
16238 (disabled-command-function): Use `case'.
16239 (en/disable-command): New function extracted from enable-command.
16240 (enable-command, disable-command): Use it.
16241
a61344d6
GM
162422009-11-14 Glenn Morris <rgm@gnu.org>
16243
497f0cdd
GM
16244 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16245 constants. (Bug#4913)
16246
a61344d6
GM
16247 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16248
d501801e
GM
162492009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16250
16251 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16252 defined in C that have no doc-strings. (Bug#1063)
16253
5af27ac2
GM
162542009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16255
16256 * cus-edit.el (data, files):
16257 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16258
aec5395b
CY
162592009-11-14 Chong Yidong <cyd@stupidchicken.com>
16260
e7791447
CY
16261 * simple.el (shell-command): Doc fix (Bug#4891).
16262
aec5395b
CY
16263 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16264
7a41cd7f
GM
162652009-11-14 Glenn Morris <rgm@gnu.org>
16266
c3583c94
GM
16267 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16268 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16269 If they are already loaded, eval-after-load will do the right thing.
16270
73900d1f
GM
16271 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16272 compiling.
16273
0028351d
GM
16274 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16275
f6714ede
GM
16276 * simple.el (x-selection-owner-p): Declare.
16277 (read-mail-command): Use custom radio type rather than choice.
16278 (completion-no-auto-exit): Doc fix.
16279
7a41cd7f 16280 * custom.el (defgroup):
5af27ac2 16281 * epg-config.el (epg): Doc fixes.
7a41cd7f 16282
2d0659ec
DN
162832009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16284
16285 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16286 * international/ccl.el (define-ccl-program): Do not purecopy the
16287 docstring, defconst does it anyway.
16288
7fdbcd83
SM
162892009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16290
d499c5b9
SM
16291 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16292 a second time.
16293
7fdbcd83
SM
16294 * x-dnd.el (x-dnd-maybe-call-test-function):
16295 * window.el (split-window-vertically):
16296 * whitespace.el (whitespace-help-on):
16297 * vc-rcs.el (vc-rcs-consult-headers):
16298 * userlock.el (ask-user-about-lock-help)
16299 (ask-user-about-supersession-help):
16300 * type-break.el (type-break-force-mode-line-update):
16301 * time-stamp.el (time-stamp-conv-warn):
16302 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 16303 (te-sentinel, terminal-emulator):
7fdbcd83
SM
16304 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16305 (term-write-input-ring, term-check-source, term-start-output-log):
16306 (term-display-buffer-line, term-dynamic-list-completions):
16307 (term-ansi-make-term, serial-term):
16308 * subr.el (selective-display):
16309 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16310 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16311 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16312 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16313 (speedbar-remove-localized-speedbar-support)
16314 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16315 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16316 (speedbar-buffers-line-directory):
16317 * simple.el (shell-command-on-region, append-to-buffer)
16318 (prepend-to-buffer):
16319 * shadowfile.el (shadow-save-todo-file):
16320 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16321 (scroll-bar-maybe-set-window-start):
16322 * sb-image.el (speedbar-image-dump):
16323 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16324 (load-save-place-alist-from-file):
16325 * ps-samp.el (ps-print-message-from-summary):
16326 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16327 (ps-background-image, ps-begin-job, ps-do-despool):
16328 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16329 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16330 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16331 (pr-call-process, pr-file-list, pr-interface-save):
16332 * novice.el (disabled-command-function)
16333 (enable-command, disable-command):
16334 * mouse.el (mouse-buffer-menu-alist):
16335 * mouse-copy.el (mouse-kill-preserving-secondary):
16336 * macros.el (kbd-macro-query):
16337 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16338 * informat.el (batch-info-validate):
16339 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16340 * hippie-exp.el (try-expand-dabbrev-visible):
16341 * help-mode.el (help-make-xrefs):
16342 * help-fns.el (describe-variable):
16343 * generic-x.el (bat-generic-mode-run-as-comint):
16344 * finder.el (finder-mouse-select):
16345 * find-dired.el (find-dired-sentinel):
16346 * filesets.el (filesets-file-close):
16347 * files.el (list-directory):
16348 * faces.el (list-faces-display, describe-face):
16349 * facemenu.el (list-colors-display):
16350 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16351 * epg.el (epg--process-filter, epg-cancel):
16352 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16353 (epa--read-signature-type):
16354 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16355 (emerge-file-names):
16356 * ehelp.el (electric-helpify):
16357 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16358 * ediff-vers.el (rcs-ediff-view-revision):
16359 * ediff-util.el (ediff-setup):
16360 * ediff-mult.el (ediff-append-custom-diff):
16361 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16362 (ediff-wordify):
16363 * echistory.el (Electric-command-history-redo-expression):
16364 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16365 * disp-table.el (describe-display-table):
16366 * dired.el (dired-find-buffer-nocreate):
16367 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16368 * dabbrev.el (dabbrev--same-major-mode-p):
16369 * chistory.el (list-command-history):
16370 * apropos.el (apropos-documentation):
16371 * allout.el (allout-obtain-passphrase):
16372 (allout-copy-exposed-to-buffer):
16373 (allout-verify-passphrase): Use with-current-buffer.
16374
2ccbc060
GM
163752009-11-13 Glenn Morris <rgm@gnu.org>
16376
16377 * Makefile.in (ELCFILES): Regenerate.
16378
b172ed20
MA
163792009-11-13 Michael Albinus <michael.albinus@gmx.de>
16380
7fdbcd83
SM
16381 * net/dbus.el (dbus-registered-objects-table): Rename from
16382 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
16383 (dbus-unregister-object): Unregister also properties.
16384 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16385 Use a timeout of 500 msec, in order to not block.
16386 (dbus-register-property, dbus-property-handler): New defuns.
16387
e96d62cd
SM
163882009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16389
16390 * simple.el (minibuffer-default-add-completions): Drop deprecated
16391 4th arg.
16392
14bd267d
EZ
163932009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16394
e96d62cd
SM
16395 * textmodes/artist.el (artist-mouse-choose-operation):
16396 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 16397 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
16398 (artist-compute-up-event-key): New function.
16399 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16400
bf89fd7b
KH
164012009-11-13 Kenichi Handa <handa@m17n.org>
16402
16403 * language/japan-util.el: Make sure that the value of jisx0208
16404 property is jisx0208 character.
16405
f70b8925
DN
164062009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16407
16408 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16409 car or each item, not the whole list.
16410
4d93a9e0
SM
164112009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16412
16413 * minibuffer.el (minibuffer-completion-help):
16414 Use minibuffer-hide-completions.
16415
05404988
SM
164162009-11-12 Per Starbäck <per@starback.se> (tiny change)
16417
16418 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16419 (dired-revert): Use them (bug#4880).
16420
5297bc10
DN
164212009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16422
16423 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16424
e2685eb7
JL
164252009-11-12 Juri Linkov <juri@jurta.org>
16426
16427 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16428 New functions.
16429 (find-file-literally-at-point): Alias of `ffap-literally'.
16430
76410c3e
DN
164312009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16432
6d341a2a
DN
16433 * textmodes/ispell.el (ispell-skip-region-alist):
16434 * textmodes/css-mode.el (auto-mode-alist):
16435 * progmodes/compile.el (auto-mode-alist):
16436 * international/mule.el (ctext-non-standard-encodings-alist)
16437 (ctext-non-standard-encodings-regexp):
16438 * simple.el (shell-command-switch, text-read-only):
16439 * replace.el (occur-mode-map):
16440 * paths.el (rmail-file-name):
16441 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16442 * find-file.el (ff-special-constructs):
16443 * files.el (file-name-handler-alist):
16444 * composite.el: Purecopy strings.
16445
76410c3e
DN
16446 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16447
aaa448c9
DN
164482009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16449
16450 * widget.el (define-widget): Purecopy the docstring.
16451 * international/mule-cmds.el (charset): Do not purecopy the
16452 docstring here, define-widget does it.
16453
16454 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16455 * textmodes/bibtex-style.el (auto-mode-alist):
16456 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16457 * progmodes/compile.el (compile-command):
16458 * language/korea-util.el (default-korean-keyboard):
16459 * international/mule-conf.el (file-coding-system-alist):
16460 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16461 * tooltip.el (tooltip-frame-parameters):
16462 * newcomment.el (comment-end, comment-padding):
16463 * dired.el (dired-trivial-filenames):
16464 * comint.el (comint-file-name-prefix): Purecopy initial values.
16465
bbe650fd
MA
164662009-11-11 Michael Albinus <michael.albinus@gmx.de>
16467
16468 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16469 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16470 `tramp-unload'.
16471 (tramp-advice-make-auto-save-file-name)
16472 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16473 after removing the advice.
16474
6bdad9ae
DN
164752009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16476
2f7f4bee
DN
16477 * progmodes/grep.el (grep-regexp-alist):
16478 * international/mule-cmds.el (iso-2022-control-alist):
16479 * emacs-lisp/timer.el (timer-duration-words):
16480 * subr.el (version-separator, version-regexp-alist):
16481 * minibuffer.el (completion-styles-alist):
16482 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16483 Change defvars to defconsts.
16484
a042de45
DN
16485 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16486 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16487 * international/mule-conf.el: Allow to be byte compiled.
16488
3b6acc72
DN
16489 * international/mule.el (define-charset): Purecopy props.
16490 (load-with-code-conversion): Purecopy doc string and file name.
16491 (put-charset-property): Purecopy strings.
16492 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16493
1c2efdfb 16494 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
16495 (define-char-code-property): Correctly purecopy the table.
16496
62591911
DN
16497 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16498
8b908da6
DN
16499 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16500
ff917d63
DN
16501 * subr.el (add-hook): Purecopy strings.
16502 (eval-after-load): Purecopy load-history-regexp and the form.
16503
af89cf77
DN
16504 * custom.el (custom-declare-group): Purecopy load-file-name.
16505
a3c20c83 16506 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
16507 * net/eudc.el (eudc-tools-menu):
16508 * international/mule-cmds.el (set-coding-system-map)
16509 (mule-menu-keymap):
16510 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16511 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
16512 * replace.el (occur-mode-map):
16513 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 16514 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
16515 (menu-bar-custom-menu, menu-bar-showhide-menu)
16516 (menu-bar-options-menu, menu-bar-tools-menu)
16517 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16518 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16519 (menu-bar-help-menu):
16520 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16521 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16522
6bdad9ae
DN
16523 * term/x-win.el (x-gtk-stock-map):
16524 * progmodes/vera-mode.el (auto-mode-alist):
16525 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16526 (inferior-lisp-program, inferior-lisp-load-command):
16527 * progmodes/hideshow.el (hs-special-modes-alist):
16528 * progmodes/gud.el (same-window-regexps):
16529 * progmodes/grep.el (grep-program, find-program, xargs-program):
16530 * net/telnet.el (same-window-regexps):
16531 * net/rlogin.el (same-window-regexps):
16532 * language/ethiopic.el (font-ccl-encoder-alist):
16533 * vc-sccs.el (vc-sccs-master-templates):
16534 * vc-rcs.el (vc-rcs-master-templates):
16535 * subr.el (cl-assertion-failed):
16536 * simple.el (next-error-overlay-arrow-position):
16537 * lpr.el (lpr-command):
16538 * locate.el (locate-ls-subdir-switches):
16539 * info.el (same-window-regexps, info)
16540 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16541 * image-mode.el (image-mode, auto-mode-alist):
16542 * hippie-exp.el (hippie-expand-ignore-buffers):
16543 * format.el (format-alist):
16544 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16545 (find-name-arg):
16546 * facemenu.el (facemenu-keybindings):
16547 * dired.el (dired-listing-switches, dired-chown-program):
16548 * diff.el (diff-switches, diff-command):
16549 * cus-edit.el (same-window-regexps):
16550 * bindings.el (mode-line-mule-info)
16551 (mode-line-buffer-identification): Purecopy strings.
16552
e0987650
JL
165532009-11-11 Juri Linkov <juri@jurta.org>
16554
3570691b 16555 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
16556 Tell the byte-compiler about dired-get-filename.
16557 (shell-command): In Dired mode, get filename from the current line
16558 as the default value.
16559
b16ff465
GM
165602009-11-10 Glenn Morris <rgm@gnu.org>
16561
e8a11b22
GM
16562 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16563 * calendar/holidays.el, progmodes/cperl-mode.el:
16564 Update x-popup-menu declarations.
16565
b16ff465
GM
16566 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16567 (list-load-path-shadows): Use dolist.
16568 (list-load-path-shadows): Use with-current-buffer.
16569
032c3399
JL
165702009-11-10 Juri Linkov <juri@jurta.org>
16571
16572 * minibuffer.el (read-file-name): Support a list of default values
16573 in `default-filename'. Use the first file name where only one
16574 element is required. Doc fix.
16575
8fb1629f
MA
165762009-11-09 Michael Albinus <michael.albinus@gmx.de>
16577
16578 * net/dbus.el (dbus-unregister-object): Release service, if no
16579 other method is registered for it.
16580
a51203ee 165812009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
16582
16583 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16584 bookmark-sort-flag is non-nil (Bug#4653).
16585
9bf7dc8a
CY
165862009-11-08 Chong Yidong <cyd@stupidchicken.com>
16587
15207e74
CY
16588 * emulation/cua-base.el: Add CUA property to some CC mode commands
16589 (Bug#4100).
16590
8bf7ed70
KR
165912009-11-08 Kevin Ryde <user42@zip.com.au>
16592
16593 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 16594 at end of sentence (Bug#4818).
8bf7ed70 16595
951802d0
CY
165962009-11-08 Jared Finder <jfinder@crypticstudios.com>
16597
16598 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16599 Handle "see declaration of" MSFT statements (Bug#4100).
16600
e8244310
MA
166012009-11-08 Michael Albinus <michael.albinus@gmx.de>
16602
16603 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16604 (tramp-advice-file-expand-wildcards): Unload via
16605 `ad-remove-advice'.
16606
16607 * net/trampver.el: Update release number.
16608
a51203ee 166092009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
16610
16611 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16612 `ad-do-it'.
16613
a51203ee 166142009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
16615
16616 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16617 in order to keep context in SELinux.
16618
bedd8a58
CY
166192009-11-08 Chong Yidong <cyd@stupidchicken.com>
16620
16621 * dired-aux.el (dired-query): Place cursor in echo area and allow
16622 C-g.
16623
16624 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16625 menu item if not on a directory (Bug#4701).
16626
0484d600
MA
166272009-11-07 Michael Albinus <michael.albinus@gmx.de>
16628
16629 Sync with Tramp 2.1.17.
16630
16631 * net/tramp.el (tramp-handle-copy-directory): Don't use
16632 `file-remote-p' (due to compatibility).
16633
16634 * net/tramp-compat.el (tramp-compat-copy-directory)
16635 (tramp-compat-delete-directory): New defuns.
16636
16637 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6a7662bb
BR
16638 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16639 Use `tramp-compat-delete-directory'.
0484d600
MA
16640
16641 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6a7662bb
BR
16642 (tramp-smb-handle-delete-directory):
16643 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
16644
16645 * net/trampver.el: Update release number.
16646
b42b2189
CY
166472009-11-07 Chong Yidong <cyd@stupidchicken.com>
16648
6960d7b9
CY
16649 * tar-mode.el (tar-copy): Call write-region on the right buffer
16650 (Bug#4857).
16651
b42b2189
CY
16652 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16653 by hand, if necessary (Bug#4878).
16654
0ad57dfd
CY
166552009-11-06 Chong Yidong <cyd@stupidchicken.com>
16656
d19e23ae
CY
16657 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16658 align size column (Bug#4839).
16659
0ad57dfd
CY
16660 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16661 statement.
16662
0b7f397c
DN
166632009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16664
16665 * progmodes/ld-script.el (auto-mode-alist):
16666 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16667
16668 * cus-face.el (custom-declare-face): Purecopy face spec.
16669
495bd5ca
KH
166702009-11-06 Kenichi Handa <handa@m17n.org>
16671
16672 * international/uni-bidi.el: Re-generated.
16673 * international/uni-category.el: Re-generated.
16674 * international/uni-combining.el: Re-generated.
16675 * international/uni-mirrored.el: Re-generated.
16676
1e8780b1
DN
166772009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16678
16679 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16680 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16681 (tex-start-options, slitex-run-command, latex-run-command)
16682 (tex-run-command, tex-directory):
16683 * textmodes/ispell.el (ispell-html-skip-alists)
16684 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16685 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16686 (adaptive-fill-regexp):
16687 * textmodes/dns-mode.el (auto-mode-alist):
16688 * progmodes/python.el (interpreter-mode-alist):
16689 * progmodes/etags.el (tags-compression-info-list):
16690 * progmodes/etags.el (tags-file-name):
16691 * net/browse-url.el (browse-url-galeon-program)
16692 (browse-url-firefox-program):
16693 * mail/sendmail.el (mail-signature-file)
16694 (mail-citation-prefix-regexp):
16695 * international/mule-conf.el (eight-bit):
16696 * international/latexenc.el (latex-inputenc-coding-alist):
16697 * international/fontset.el (x-pixel-size-width-font-regexp):
16698 * emacs-lisp/warnings.el (warning-type-format):
16699 * emacs-lisp/trace.el (trace-buffer):
16700 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16701 (emacs-lisp-mode-map):
16702 * calendar/holidays.el (holiday-solar-holidays)
16703 (holiday-bahai-holidays, holiday-islamic-holidays)
16704 (holiday-christian-holidays, holiday-hebrew-holidays)
16705 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16706 (hebrew-holidays-1, holiday-oriental-holidays)
16707 (holiday-general-holidays):
16708 * x-dnd.el (x-dnd-known-types):
16709 * tool-bar.el (tool-bar):
16710 * startup.el (site-run-file):
16711 * shell.el (shell-dumb-shell-regexp):
16712 * rfn-eshadow.el (file-name-shadow-tty-properties)
16713 (file-name-shadow-properties):
16714 * paths.el (remote-shell-program, news-directory):
16715 * mouse.el ([C-down-mouse-3]):
16716 * menu-bar.el (menu-bar-tools-menu):
16717 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16718 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16719 (jka-compr-compression-info-list):
16720 * isearch.el (search-whitespace-regexp):
16721 * image-file.el (image-file-name-extensions):
16722 * find-dired.el (find-ls-option):
16723 * files.el (directory-listing-before-filename-regexp)
16724 (directory-free-space-args, insert-directory-program)
16725 (list-directory-brief-switches, magic-fallback-mode-alist)
16726 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16727 (automount-dir-prefix):
16728 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16729 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16730 (face-font-registry-alternatives, face-font-registry-alternatives)
16731 (face-font-family-alternatives):
16732 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16733 (facemenu-foreground-menu, facemenu-face-menu):
16734 * epa-hook.el (epa-file-name-regexp):
16735 * dnd.el (dnd-protocol-alist):
16736 * textmodes/rst.el (auto-mode-alist):
a51203ee 16737 * button.el (default-button): Purecopy strings.
1e8780b1 16738
0adae11f
GM
167392009-11-06 Glenn Morris <rgm@gnu.org>
16740
16741 * Makefile.in (ELCFILES): Update.
16742
2adaf057
SM
167432009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
16744
8f72f03c
SM
16745 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
16746 * emacs-lisp/levents.el: Move to obsolete/levents.el.
16747
2adaf057
SM
16748 * nxml/xsd-regexp.el (xsdre-gen-categories):
16749 * nxml/xmltok.el (xmltok-parse-entity):
16750 * nxml/rng-parse.el (rng-parse-validate-file):
16751 * nxml/rng-maint.el (rng-format-manual)
16752 (rng-manual-output-force-new-line):
16753 * nxml/rng-loc.el (rng-save-schema-location-1):
16754 * nxml/rng-cmpct.el (rng-c-parse-file):
16755 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
16756 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
16757
14862301
SM
167582009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
16759
bf0b361c 16760 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
16761 Remove extra save-excursions and make-variable-buffer-local's.
16762 Suggested by Stefan Monnier.
16763
16764 (verilog-getopt-file, verilog-module-inside-filename-p)
16765 (verilog-set-define): Merge GNU 1.35 and repair changes from
16766 switching to using with-current-buffer.
16767
16768 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
16769 being treated as a number and confusing AUTORESET.
16770 Reported by Dan Dever.
16771
16772 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
16773 Add verilog-auto-ignore-concat to fix backward compatibility with
16774 older verilog-modes. Reported by Dan Katz.
16775
16776 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
16777 containing closing anchors "...$".
16778
16779 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
16780 Reported by Wade Smith.
16781
48c2d18a 16782 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
16783
167842009-11-05 Michael McNamara <mac@mail.brushroad.com>
16785
bf0b361c
JB
16786 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
16787 for labels.
14862301
SM
16788
16789 (verilog-label-re, verilog-calc-1): Support proper indent of named
16790 asserts.
16791
16792 (verilog-backward-token, verilog-basic-complete-re)
16793 (verilog-beg-of-statement, verilog-indent-re): Support proper
16794 indent of the assert statement at the beginning of a block of text.
16795
16796 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
16797 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
16798 tokens as begins.
16799
4f8f657f
GM
168002009-11-05 Glenn Morris <rgm@gnu.org>
16801
775adc51
GM
16802 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
16803 Emacs 19. (Bug#1531)
16804 (byte-compile-fix-header): Update for the above change.
16805 Drop test for epoch::version.
16806
4ad6a5e7 16807 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
16808 * cus-dep.el (custom-make-dependencies):
16809 * finder.el (finder-compile-keywords):
16810 Use autoload-rubric's feature argument.
4ad6a5e7 16811
4f8f657f
GM
16812 * calendar/diary-lib.el (top-level): Make load behave more like require.
16813
881e4184
GM
16814 * vc-git.el (vc-git-stash-map): Move definition before use.
16815
ba214964 168162009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 16817
b6f8ba09
DN
16818 * custom.el (custom-declare-group): Purecopy standard-value.
16819 (custom-declare-group): Purecopy custom-prefix.
16820
7fdbcd83
SM
16821 * international/mule.el (load-with-code-conversion):
16822 Call do-after-load-evaluation unconditionally.
eb6f577b 16823
f6195dfb
DN
16824 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
16825
56f14120
SM
168262009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16827
16828 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
16829
e5c89ce9
GM
168302009-11-04 Glenn Morris <rgm@gnu.org>
16831
16832 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
16833 (byte-compile-compatibility): Remove option.
16834 (byte-compile-close-variables, byte-compile-fix-header)
16835 (byte-compile-insert-header, byte-compile-output-docform)
16836 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
16837 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
16838 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
16839 (byte-compile-insert, byte-compile-defun):
16840 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
16841 (byte-defop-compiler19): Remove.
16842 Without byte-compile-compatibility, the 'emacs19-opcode property is not
16843 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 16844
e24f42ab
JL
168452009-11-04 Juri Linkov <juri@jurta.org>
16846
16847 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
16848 (menu-bar-options-menu): Don't quote the `prop' arg of
16849 `menu-bar-make-mm-toggle'.
16850
d3d5f4f5
JB
168512009-11-04 Juanma Barranquero <lekktu@gmail.com>
16852
16853 * calendar/calendar.el (cal-loaddefs):
16854 * calendar/diary-lib.el (diary-loaddefs):
16855 * calendar/holidays.el (hol-loaddefs):
16856 * eshell/esh-module.el (esh-groups): Load rather than require.
16857
6e39d3b2
SM
168582009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16859
e96d62cd
SM
16860 * calendar/todo-mode.el (todo-add-category): Don't hardcode
16861 point-min==1.
7e83e8b4
SM
16862 (todo-top-priorities): Only display-buffer when called interactively.
16863 (todo-item-start): Don't save excursion point.
16864 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
16865 (todo-insert-item-here, todo-file-item, todo-remove-item):
16866 Adjust uses of todo-item-start and todo-item-end.
16867
fae4e5b9
SM
16868 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
16869 (autoload-rubric): Don't use any more.
fae4e5b9 16870
6e39d3b2
SM
16871 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
16872 and only put a prop if it is non-nil.
16873
c9753fb4
JL
168742009-11-03 Juri Linkov <juri@jurta.org>
16875
16876 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
16877 (menu-bar-options-menu): Fix list quoting (Bug#4429).
16878
16879 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
16880 and "Menu" to make top-level menu item visually one unit (like
16881 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
16882 multi-word menu items). Fix :help string for quit-window.
16883
db04f33f
GM
168842009-11-03 Glenn Morris <rgm@gnu.org>
16885
2aea6521
GM
16886 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
16887 (byte-compile-file-form-define-abbrev-table)
16888 (byte-compile-file-form-custom-declare-variable)
16889 (byte-compile-variable-ref, byte-compile-defvar):
16890 Whether or not a warning is enabled should only affect whether we issue
16891 the warning, not whether or not we collect the relevant data.
16892 Eg warnings can be turned on and off throughout the course of a file.
16893
db04f33f
GM
16894 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
16895 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
16896
937e6a56
SM
168972009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16898
16899 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
16900 * play/mpuz.el (mpuz-create-buffer):
16901 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
16902 (lm-print-y,s,noise, lm-print-w0, lm-init):
16903 * play/gomoku.el (gomoku-prompt-for-move):
16904 * play/fortune.el (fortune-in-buffer):
16905 * play/dissociate.el (dissociated-press):
16906 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 16907 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
16908 * mail/supercite.el (sc-eref-show):
16909 * mail/smtpmail.el (smtpmail-send-it):
16910 * mail/rmailsum.el (rmail-summary-next-labeled-message)
16911 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
16912 (rmail-summary-undelete-many, rmail-summary-rmail-update)
16913 (rmail-summary-goto-msg, rmail-summary-expunge)
16914 (rmail-summary-get-new-mail, rmail-summary-search-backward)
16915 (rmail-summary-add-label, rmail-summary-output-menu)
16916 (rmail-summary-output-body):
16917 * mail/rfc822.el (rfc822-addresses):
16918 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
16919 * mail/mailpost.el (post-mail-send-it):
16920 * mail/hashcash.el (hashcash-generate-payment):
16921 * mail/feedmail.el (feedmail-run-the-queue)
16922 (feedmail-queue-send-edit-prompt-help-first)
16923 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
16924 (feedmail-deduce-address-list):
16925 * eshell/esh-ext.el (eshell-remote-command):
16926 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
16927 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
16928 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
16929 (viper-save-string-in-file, viper-valid-marker):
16930 * emulation/viper-keym.el (viper-toggle-key):
16931 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
16932 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
16933 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
16934 * emulation/viper-cmd.el (viper-exec-form-in-vi)
16935 (viper-exec-form-in-emacs, viper-brac-function):
16936 * emulation/viper.el (viper-delocalize-var):
16937 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
16938 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
16939 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
16940 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
16941 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
16942 * emulation/edt.el (edt-electric-helpify):
16943 * emulation/cua-rect.el (cua--rectangle-aux-replace):
16944 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
16945 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
16946 (cua-indent-to-global-mark-column):
16947 * calendar/diary-lib.el (calendar-mark-1):
16948 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
16949 Use with-current-buffer.
16950 * emulation/viper.el (viper-delocalize-var): Use dolist.
16951
5b955562
CY
169522009-11-03 Chong Yidong <cyd@stupidchicken.com>
16953
16954 * comint.el (comint-replace-by-expanded-history-before-point):
16955 Replace !! with the previous input string literally (Bug#1795).
16956
6292c599
JB
169572009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
16958
16959 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
16960 to be made up of whitespace.
16961
8368c14e
CY
169622009-11-02 Chong Yidong <cyd@stupidchicken.com>
16963
16964 * minibuffer.el (read-file-name): Don't use file dialogs for
16965 remote directories (Bug#99).
16966
6f750f0d
CY
169672009-11-01 Chong Yidong <cyd@stupidchicken.com>
16968
16969 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
16970
97ab3f47
AS
169712009-11-01 Andreas Schwab <schwab@linux-m68k.org>
16972
16973 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
16974 instead of deleting the window or frame.
16975
673c1168
CY
169762009-10-31 Chong Yidong <cyd@stupidchicken.com>
16977
16978 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
16979 Support face colors.
16980
937e6a56
SM
16981 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
16982 New function. Support face colors (Bug#1168).
673c1168
CY
16983 (tex-common-initialization): Use it.
16984
16985 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
16986 mode allows it (Bug#1168).
16987
c9349f0a
CY
169882009-10-31 Juri Linkov <juri@jurta.org>
16989
16990 * facemenu.el (list-colors-display): Don't mark buffer as
16991 modified (Bug#3948).
16992
ebf5c4f5
CY
169932009-10-31 Chong Yidong <cyd@stupidchicken.com>
16994
6a7662bb
BR
16995 * international/mule-diag.el (list-character-sets-1):
16996 Minor message fix (Bug#3526).
5c2dce75 16997
6a7662bb
BR
16998 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
16999 Fix face property (Bug#4834).
26581f0e
CY
17000 (etags-list-tags, etags-tags-apropos-additional)
17001 (etags-tags-apropos, tags-select-tags-table): Add follow-link
17002 property.
17003
ebf5c4f5
CY
17004 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
17005 items.
17006
9a529312
SM
170072009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
17008
17009 * textmodes/two-column.el (2C-split):
17010 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
17011 * textmodes/tex-mode.el (tex-set-buffer-directory):
17012 * textmodes/spell.el (spell-region, spell-string):
17013 * textmodes/reftex.el (reftex-erase-buffer):
17014 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
17015 * textmodes/reftex-toc.el (reftex-toc-promote-action):
17016 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
17017 (reftex-select-item):
17018 * textmodes/reftex-ref.el (reftex-label-info-update)
17019 (reftex-offer-label-menu):
17020 * textmodes/reftex-index.el (reftex-index-change-entry)
17021 (reftex-index-phrases-info):
17022 * textmodes/reftex-global.el (reftex-create-tags-file)
17023 (reftex-save-all-document-buffers, reftex-ensure-write-access):
17024 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
17025 (reftex-view-crossref-from-bibtex):
17026 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
17027 (reftex-extract-bib-entries-from-thebibliography)
17028 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
17029 * textmodes/refbib.el (r2b-capitalize-title):
17030 (r2b-convert-buffer, r2b-help):
17031 * textmodes/page-ext.el (pages-directory)
17032 (pages-directory-goto-with-mouse):
17033 * textmodes/bibtex.el (bibtex-validate-globally):
17034 * textmodes/bib-mode.el (bib-capitalize-title):
17035 * textmodes/artist.el (artist-clear-buffer, artist-system):
17036 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
17037 (local-set-scheme-interaction-buffer, xscheme-process-filter)
17038 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
17039 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
17040 (xscheme-send-control-g-interrupt, xscheme-start-process)
17041 (xscheme-process-sentinel, xscheme-cd):
17042 * progmodes/verilog-mode.el (verilog-read-always-signals)
17043 (verilog-set-define, verilog-getopt-file)
17044 (verilog-module-inside-filename-p):
17045 * progmodes/sh-script.el:
17046 * progmodes/python.el (python-pdbtrack-get-source-buffer)
17047 (python-pdbtrack-grub-for-buffer, python-execute-file):
17048 * progmodes/octave-inf.el (inferior-octave):
17049 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
17050 (idlwave-shell-compile-helper-routines, idlwave-set-local)
17051 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
17052 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
17053 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
17054 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
17055 (idlwave-shell-filter, idlwave-shell-examine-highlight)
17056 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
17057 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
17058 (idlwave-shell-examine-display, idlwave-shell-run-region)
17059 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
17060 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
17061 * progmodes/idlw-help.el (idlwave-help-get-special-help)
17062 (idlwave-help-get-help-buffer):
17063 * progmodes/gud.el (gud-basic-call, gud-find-class)
17064 (gud-tooltip-activate-mouse-motions-if-enabled):
17065 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
17066 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
17067 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
17068 (ebrowse-tags-next-file):
17069 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
17070 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
17071 (ebnf-eps-finish-and-write):
17072 * progmodes/cpp.el (cpp-edit-save):
17073 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
17074 * progmodes/cc-defs.el (c-emacs-features):
17075 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
17076 (antlr-directory-dependencies):
17077 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
17078 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
17079 (ada-find-any-references, ada-make-filename-from-adaname)
17080 (ada-make-body-gnatstub):
17081 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 17082 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
17083 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
17084 * net/rcirc.el (rcirc-debug):
17085 * net/newst-treeview.el (newsticker--treeview-list-add-item)
17086 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
17087 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
17088 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 17089 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
17090 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
17091 (newsticker--treeview-list-clear-highlight)
17092 (newsticker--treeview-list-update-highlight)
17093 (newsticker--treeview-list-highlight-start)
17094 (newsticker--treeview-tree-update-highlight)
17095 (newsticker--treeview-get-selected-item)
17096 (newsticker-treeview-mark-list-items-old)
17097 (newsticker--treeview-set-current-node):
17098 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
17099 * net/newst-backend.el (newsticker--get-news-by-funcall)
17100 (newsticker--get-news-by-wget, newsticker--image-get)
17101 (newsticker--image-sentinel):
17102 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
17103 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
17104 (eudc-ph-close-session):
17105 * net/eudc.el (eudc-save-options):
17106 * language/thai-word.el (thai-update-word-table):
17107 * language/japan-util.el (japanese-string-conversion):
17108 * international/titdic-cnv.el (tsang-quick-converter)
17109 (ziranma-converter, ctlau-converter):
17110 * international/mule-cmds.el (describe-language-environment):
17111 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
17112 (skkdic-convert-postfix, skkdic-convert-prefix):
17113 (skkdic-convert-okuri-nasi, skkdic-convert):
17114 * emacs-lisp/re-builder.el (reb-update-overlays):
17115 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
17116 * emacs-lisp/gulp.el (gulp-send-requests):
17117 * emacs-lisp/find-gc.el (trace-call-tree):
17118 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
17119 (eieio-describe-generic):
17120 * emacs-lisp/eieio-base.el (eieio-persistent-read):
17121 * emacs-lisp/edebug.el (edebug-outside-excursion):
17122 * emacs-lisp/debug.el (debugger-make-xrefs):
17123 * emacs-lisp/cust-print.el (custom-prin1-to-string):
17124 * emacs-lisp/chart.el (chart-new-buffer):
17125 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
17126 Use with-current-buffer.
17127 * textmodes/artist.el (artist-system): Don't call
17128 copy-sequence on a fresh string.
17129 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
17130
d566f228
GM
171312009-10-31 Stephen Berman <stephen.berman@gmx.net>
17132
17133 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 17134 is no item to edit. (Bug#4820)
d566f228 17135 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 17136 buffer. (Bug#4820)
d566f228 17137
f3628edd
GM
171382009-10-31 Glenn Morris <rgm@gnu.org>
17139
5cf3709c
GM
17140 * net/ange-ftp.el (top-level): Don't require dired when compiling.
17141 (comint-last-output-start, comint-last-input-start)
17142 (comint-last-input-end): Don't defvar when compiling.
17143 (ange-ftp-process-file): Use bound-and-true-p.
17144
4c814fd2
GM
17145 * pcmpl-rpm.el (top-level): Move provide statement to end.
17146 (pcmpl-rpm): Remove unused custom group.
17147
113b8dcc
GM
17148 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
17149
31c615e4
GM
17150 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
17151
416d3588
GM
17152 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17153 (byte-compile-warnings): Add `constants' as an option.
17154 (byte-compile-callargs-warn, byte-compile-arglist-warn)
17155 (display-call-tree): Update for byte-compile-fdefinition possibly
17156 returning `(macro lambda ...)'. (Bug#4778)
17157 (byte-compile-variable-ref, byte-compile-setq-default):
17158 Respect `constants' member of byte-compile-warnings.
17159
00f71f39
SM
171602009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17161
17162 * vc-bzr.el (vc-bzr-revision-keywords): New var.
17163 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
17164 to "submit:".
17165
ca0a881a
DN
171662009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
17167
17168 * textmodes/ispell.el (ispell-skip-region-alist):
17169 * international/mule-conf.el (eight-bit):
17170 * international/fontset.el (font-encoding-alist):
17171 * startup.el (pure-space-overflow-message):
17172 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
17173 * paths.el (gnus-nntp-service, rmail-spool-directory)
17174 (term-file-prefix):
17175 * files.el (save-some-buffers-action-alist):
17176 * cmuscheme.el (same-window-buffer-names):
17177 * ielm.el (same-window-buffer-names):
17178 * shell.el (same-window-buffer-names):
17179 * mail/sendmail.el (same-window-buffer-names):
17180 * progmodes/inf-lisp.el (same-window-buffer-names):
17181 * bindings.el (mode-line-client)
17182 (mode-line-column-line-number-mode-map):
17183 * language/tibetan.el (tibetan-precomposition-rule-regexp)
17184 (tibetan-precomposed-regexp): Purecopy string arguments.
17185
b861e45e
SM
171862009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17187
6df9b6d7
SM
17188 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
17189 (calcDigit-nondigit):
17190 * calc/calc-yank.el (calc-copy-to-buffer):
17191 * calc/calc-units.el (calc-invalidate-units-table):
17192 * calc/calc-trail.el (calc-trail-yank):
17193 * calc/calc-store.el (calc-insert-variables):
17194 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
17195 * calc/calc-prog.el (calc-read-parse-table):
17196 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
17197 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
17198 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
17199 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
17200 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
17201 (calc-graph-name, calc-graph-find-command, calc-graph-view)
17202 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
17203 * calc/calc-ext.el (calc-realign):
17204 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
17205 (calc-embedded-finish-edit, calc-embedded-make-info)
17206 (calc-embedded-finish-command, calc-embedded-stack-change):
17207 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
17208
70f44c65
SM
17209 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
17210 shell-dynamic-complete-filename in preference to
17211 comint-dynamic-complete-filename.
17212
b861e45e
SM
17213 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17214 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17215 Don't consider whether the display supports colors.
17216 (bookmark-import-new-list): Use dolist.
17217 (bookmark-bmenu-mode-map): Move initialization into declaration.
17218 (bookmark-bmenu-list): Use dolist, simplify.
17219 (bookmark-show-all-annotations): Use save-selected-window and dolist.
17220 (menu-bar-final-items): Use push.
17221
8549241d 172222009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
17223
17224 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17225 it works on remote files.
17226 (vc-hg-diff): Don't pass any `--cwd' argument.
17227
30644573
KR
172282009-10-27 Kevin Ryde <user42@zip.com.au>
17229
cc63d28f
SM
17230 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17231 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
17232 (Further to Bug#3921).
17233
9be01a63
MA
172342009-10-27 Michael Albinus <michael.albinus@gmx.de>
17235
17236 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17237 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17238 calling `tramp-imap-put-file'. Add file size to the call.
17239 (tramp-imap-get-file-entries): Compute also user name, file size,
17240 and date.
17241 (tramp-imap-handle-insert-directory): Insert uid and gid.
17242 (tramp-imap-handle-file-attributes): Transform uid and gid
17243 according to `id-format'.
17244 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17245 size in header X-Size.
17246
41849bf9
JB
172472009-10-26 Juanma Barranquero <lekktu@gmail.com>
17248
17249 * simple.el (transpose-subr): Give clearer error when the mark
17250 is not set. (Bug#4807)
17251
293c24f9
MA
172522009-10-26 Michael Albinus <michael.albinus@gmx.de>
17253
cc63d28f
SM
17254 * net/tramp.el (tramp-perl-file-truename): New defconst.
17255 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 17256 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
17257 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17258 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 17259
cc63d28f
SM
17260 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17261 Ignore `dired-call-process'.
293c24f9
MA
17262 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17263
172642009-10-26 Julian Scheid <julians37@gmail.com>
17265
cc63d28f 17266 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
17267 (tramp-get-remote-readlink): New defun.
17268 (tramp-handle-file-truename): Use it.
17269 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17270 file exists if cache value present.
48c2d18a 17271 (tramp-check-cached-permissions): New defun.
293c24f9
MA
17272 (tramp-handle-file-readable-p): Use it.
17273 (tramp-handle-file-writable-p): Likewise.
17274 (tramp-handle-file-executable-p): Likewise.
17275 (tramp-handle-file-name-all-completions): Try using Perl to get
17276 partial completions. When perl not available, combine `cd' and
17277 `ls' into single remote operation and use shell expansion to get
17278 partial remote directory contents. Set `file-exists-p' cache for
17279 directory and any files returned by ls. Change cache handling to
17280 support partial directory contents. Use error message emitted by
17281 remote `cd' or Perl code for local tramp-error.
17282 (tramp-do-copy-or-rename-file-directly): Avoid separate
17283 tramp-send-command-and-check call.
cc63d28f
SM
17284 (tramp-handle-process-file): Merge three remote ops into one.
17285 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
17286 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17287 file-attributes shows uid/gid to be set already.
17288
a7610c52
DN
172892009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17290
17291 * textmodes/tex-mode.el (tex-dvi-view-command)
17292 (tex-show-queue-command, tex-open-quote):
17293 * progmodes/ruby-mode.el (auto-mode-alist)
17294 (interpreter-mode-alist): Purecopy strings.
17295
17296 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17297
17298 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17299 string for the hook, keymap and abbrev table.
17300
17301 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17302
17303 * x-dnd.el (x-dnd-xdnd-to-action):
17304 * startup.el (fancy-startup-text, fancy-about-text): Change to
17305 defconst from defvar.
17306
17307 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17308
17309 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17310 Purecopy initialization strings.
17311
17312 * mail/sendmail.el (mail-header-separator)
17313 (mail-personal-alias-file):
17314 * mail/rmail.el (rmail-default-dont-reply-to-names)
17315 (rmail-ignored-headers, rmail-retry-ignored-headers)
17316 (rmail-highlighted-headers, rmail-secondary-file-directory)
17317 (rmail-secondary-file-regexp):
17318 * files.el (null-device, file-name-invalid-regexp)
17319 (locate-dominating-stop-dir-regexp)
cc63d28f 17320 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
17321 (interpreter-mode-alist): Use mapcar instead of mapc.
17322
17323 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17324
17325 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17326 (completion-ignored-extensions):
17327 (debug-ignored-errors): Purecopy strings.
17328
4fcc3d32
SM
173292009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17330
0667de21
SM
17331 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17332 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17333 (pcomplete--here): Use push.
17334
4fcc3d32
SM
17335 * subr.el (all-completions): Declare the 4th arg obsolete.
17336
955ef430
SM
173372009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17338
2d085307
SM
17339 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17340 (pcomplete-unquote-argument): New function.
17341 (pcomplete--common-suffix): Always pay attention to case.
17342 (pcomplete--table-subvert): Quote and unquote the text.
17343 (pcomplete--common-quoted-suffix): New function.
17344 (pcomplete-std-complete): Use it and pcomplete-begin.
17345
955ef430
SM
17346 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17347 we're inside a dedicated or minibuffer window.
17348
7c85c02b
KF
173492009-10-24 Karl Fogel <kfogel@red-bean.com>
17350
17351 * bookmark.el: Update documentation, especially documentation
17352 of `bookmark-alist' and of the bookmark file format.
17353 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17354
3e8ae8a6
CY
173552009-10-24 Chong Yidong <cyd@stupidchicken.com>
17356
3e425845
CY
17357 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17358 keybindings apply to the mail buffer (Bug#4003). Shrink help
17359 window to buffer.
17360
cdd47d48
CY
17361 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17362 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
17363 (whitespace-toggle-options, global-whitespace-toggle-options):
17364 Doc fix (Bug#3660).
cdd47d48 17365
ba07c9ad
CY
17366 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17367 of xmltok-start before the end tag was inserted (Bug#2840).
17368
3e8ae8a6
CY
17369 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17370 patterns that are preceded by an open-paren (Bug#1320).
17371
ab276820
CY
173722009-10-24 Sven Joachim <svenjoac@gmx.de>
17373
17374 * files.el (delete-directory): Delete symlinks to directories with
17375 delete-file (Bug#4739).
17376
905a9ed3
DN
173772009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17378
a9a2a6db
DN
17379 * vc.el (vc-backend-for-registration): Rename from
17380 vc-get-backend-for-registration. Update callers.
17381
cc63d28f
SM
17382 * international/mule-cmds.el (set-language-info-alist):
17383 Purecopy lang-env.
905a9ed3
DN
17384 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17385 (charset): Purecopy the name.
17386 (define-char-code-property): Purecopy string arguments.
17387
17388 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17389 Purecopy string arguments.
17390
17391 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17392 * ediff-hook.el (menu-bar-ediff-menu):
17393 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17394 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17395
d270305a
GM
173962009-10-24 Glenn Morris <rgm@gnu.org>
17397
6c74d523 17398 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
17399 * term.el (term-dynamic-list-completions): Use choose-completion rather
17400 than obsolete alias mouse-choose-completion.
17401
ae732337
GM
17402 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17403 file-cache-choose-completion.
17404 (file-cache-choose-completion): Handle an optional event argument.
17405 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17406
cc63d28f
SM
17407 * progmodes/octave-mod.el (octave-complete-symbol):
17408 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 17409
9847dc91
GM
17410 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17411 use.
17412
e8f2a5d5
GM
17413 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17414 compiler.
17415
d270305a
GM
17416 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17417
c6432f1e
SM
174182009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17419
17420 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17421 Ignore `pred' now that we receive one.
17422 Handle test-completion specially.
17423
6ab196f9
DN
174242009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17425
17426 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 17427 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
17428 REGISTER ...
17429 (vc-get-backend-for-registration): ... here. New function.
17430 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17431 of vc-responsible-backend, pass the file name instead of the
17432 directory name.
17433
48feed59
SM
174342009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17435
17436 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17437 New funs.
17438 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17439 (pcomplete-comint-setup): Don't modify a global var via
17440 accidental side-effects.
17441 (pcomplete-shell-setup): Adjust call accordingly.
17442 (pcomplete-parse-comint-arguments): Use push.
17443
00006066
CY
174442009-10-23 Chong Yidong <cyd@stupidchicken.com>
17445
36bfa3af
CY
17446 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17447 Allow uncapitalized info node names (Bug#3921).
17448
00006066
CY
17449 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17450 to the DEBUG file (Bug#3781).
17451
aa311d6e
CY
174522009-10-23 Jari Aalto <jari.aalto@cante.net>
17453
17454 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17455 dictionary entry (Bug#4579).
17456
b88f2d0a
MA
174572009-10-23 Michael Albinus <michael.albinus@gmx.de>
17458
17459 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17460 from `rfn-eshadow-update-overlay-hook' when unloading.
17461 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17462 "rsyncc". Adjust doc string.
48c2d18a 17463 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
17464 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17465 Keep temporary file when indicated by method ("rsync" and
17466 "rsyncc").
17467 (tramp-handle-write-region): Handle APPEND.
17468 (tramp-delete-temp-file-function): New defun. Added to
17469 `kill-buffer-hook'.
17470
1becddbb
JB
174712009-10-23 Juanma Barranquero <lekktu@gmail.com>
17472
17473 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17474
8f43cbf3
DN
174752009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17476
17477 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17478 (color-name-rgb-alist, tty-standard-colors)
17479 (tty-color-mode-alist): Change to defconst.
17480
17481 * simple.el (mark-inactive): Purecopy message.
17482
17483 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17484 (global-map, yank-menu):
17485 * textmodes/ispell.el (ispell-menu-map):
17486 * net/eudc.el (eudc-tools-menu):
17487 * international/mule-cmds.el (describe-language-environment-map)
17488 (setup-language-environment-map, set-coding-system-map)
17489 (mule-menu-keymap):
17490 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17491 * replace.el (occur-mode-map):
17492 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17493
1d228a31
JB
174942009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17495
6a7662bb
BR
17496 * calc/calc.el (math-read-number, math-read-number-simple):
17497 Use `save-match-data'.
1d228a31 17498
3b067af1
SM
174992009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17500
28a90c44
SM
17501 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17502 rather than fiddling with global-map bindings, since it should only
17503 affect per-terminal settings.
17504 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17505
a452eee8
SM
17506 * minibuffer.el (completion-table-with-terminator): Allow to specify
17507 the terminator-regexp.
17508
ab14d7d5
SM
17509 * simple.el (switch-to-completions): Look for *Completions* in other
17510 frames as well.
17511
3b067af1
SM
17512 * pcomplete.el: Allow the use of completion-tables.
17513 (pcomplete-std-complete): New command.
17514 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17515 (pcomplete--here): Use a function for `form' rather than an expression,
17516 so it can be byte-compiled.
17517 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17518 Add edebug declaration.
17519 (pcomplete-show-completions): Remove unused var `curbuf'.
17520 (pcomplete-do-complete, pcomplete-stub):
1becddbb 17521 Don't assume `completions' is a list of strings any more.
3b067af1 17522
5480359e
JB
175232009-10-22 Juanma Barranquero <lekktu@gmail.com>
17524
17525 * find-dired.el (find-name-arg): Fix typo in docstring.
17526
3170b794
SM
175272009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17528
48c23a25
SM
17529 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17530 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17531
56b14058
SM
17532 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17533 pcomplete-entries.
17534
3170b794
SM
17535 * comint.el (comint-read-input-ring, comint-write-input-ring)
17536 (comint-substitute-in-file-name)
17537 (comint-dynamic-complete-as-filename)
17538 (comint-dynamic-simple-complete)
17539 (comint-dynamic-list-filename-completions)
17540 (comint-dynamic-list-completions)
17541 (comint-redirect-results-list-from-process): Minor simplifications.
17542
2affef34
KR
175432009-10-21 Kevin Ryde <user42@zip.com.au>
17544
3170b794
SM
17545 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17546 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 17547 the first form. And insert a blank line after ";;; Code" since
d8194864 17548 that's usual style. (Bug#4612)
2affef34 17549
e7b94bbb
KR
17550 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17551
528c56e2
SM
175522009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17553
17554 * minibuffer.el (completion-table-with-terminator): Properly implement
17555 boundaries, in case `terminator' appears in the suffix.
17556 (completion--embedded-envvar-table): Don't return boundaries if
17557 there's no valid completion. Simplify.
17558 (completion-file-name-table): New completion table extracted from
17559 completion--file-name-table.
17560 (completion--file-name-table): Use it.
17561 (read-file-name-predicate): Declare obsolete.
17562 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17563 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17564 completion-file-name-table, and use the `pred' argument.
17565 * files.el (locate-file-completion-table): Use the `pred' arg rather
17566 than read-file-name-predicate.
17567 (abbreviate-file-name): Use \` rather than ^ for BOS.
17568
f9ed9b4f
DN
175692009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17570
17571 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17572 vc-responsible-backend to register, it causes problems.
17573
5f2022a3
SM
175742009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17575
17576 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17577
fc754ea1
MA
175782009-10-21 Michael Albinus <michael.albinus@gmx.de>
17579
17580 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17581 (tramp-smb-handle-file-attributes): Use it.
17582 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17583 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
17584 `mapcar'. Use `tramp-smb-get-stat-capability'.
17585 Add `dired-filename' text properties.
fc754ea1
MA
17586 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17587 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17588 version.
17589
79bd5ba1
SM
175902009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17591
17592 * subr.el (read-key-delay): Reduce to 0.01.
17593 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17594 (bug#4751).
17595
3c13704d
SM
175962009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17597
554efd10
SM
17598 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17599
c2a37b78
SM
17600 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17601 (Info-menu): Remove unused vars `last' and `completions'.
17602 (Info-index-nodes): Remove unused var `node'.
17603
3c13704d
SM
17604 * info.el (Info-complete-menu-item): Use complete-with-action.
17605
d1e4c403
DN
176062009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17607
17608 Make vc-annotate work through copies and renames.
3c13704d
SM
17609 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17610 Return the file name too.
d1e4c403
DN
17611 (vc-annotate-revision-at-line)
17612 (vc-annotate-find-revision-at-line)
17613 (vc-annotate-revision-previous-to-line)
17614 (vc-annotate-show-log-revision-at-line): Update to get the file
17615 name from vc-annotate-extract-revision-at-line.
17616 (vc-annotate-show-diff-revision-at-line-internal): Change the
17617 argument to mean whether to show a file diff or not. Get the file
17618 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
17619 (vc-annotate-show-diff-revision-at-line):
17620 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
17621 (vc-annotate-warp-revision): Add an optional file argument.
17622
17623 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17624 (vc-git-annotate-extract-revision-at-line): Also return the file
17625 name if found.
17626
17627 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17628 command. Remove unused code.
17629 (vc-hg-annotate-re): Update to match --follow output.
17630 (vc-hg-annotate-extract-revision-at-line): Also return the file
17631 name if found.
17632
17633 * vc.el: Update annotate-extract-revision-at-line documentation.
17634
b0b0ef98
KR
176352009-10-18 Kevin Ryde <user42@zip.com.au>
17636
17637 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17638 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17639
a9e7f03d
KR
17640 * net/browse-url.el (browse-url): Identify alist with "consp and
17641 not functionp" and let all other things go down the `apply' leg,
17642 as suggested by Stefan. (Further to bug#4531.)
17643
7346a407
CY
176442009-10-18 Chong Yidong <cyd@stupidchicken.com>
17645
17646 * minibuffer.el (read-file-name): Check for repeat before putting
17647 a default argument in file-name-history (Bug#4657).
17648
17649 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17650 read syntax (Bug#4737).
17651
3c13704d 17652 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 17653
1da94541
CY
176542009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17655
17656 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17657 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17658 entries and make note of obsolete tags.
17659
2b93080a
SM
176602009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17661
17662 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17663
18b5ffb5
GM
176642009-10-18 Glenn Morris <rgm@gnu.org>
17665
17666 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17667 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 17668 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
17669 now, and in any case the file header format has changed.
17670
c2e161b2
GM
176712009-10-17 Glenn Morris <rgm@gnu.org>
17672
17673 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17674 (flyspell-get-word, flyspell-large-region)
17675 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17676
a1eb44f5
CY
176772009-10-17 Chong Yidong <cyd@stupidchicken.com>
17678
17679 * Makefile.in (ELCFILES): Add ede/shell.
17680
4418646e
DN
176812009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17682
17683 * term/common-win.el (x-colors): Purecopy it.
17684
4062011e
SM
176852009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17686
17687 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17688 permissive for when the buffer is empty.
17689 (tar-header-block-tokenize): Decode the username and groupname.
17690 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17691
b0b111c3
JB
176922009-10-17 Eric Ludlam <zappo@gnu.org>
17693
17694 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17695 contains multibyte characters, choose first applicable coding
17696 system automatically.
17697
2df48a87
SM
176982009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17699
17700 * international/mule-cmds.el (select-safe-coding-system): If the file
17701 has a coding cookie, use it regardless of any other setting (bug#4712).
17702
fd7dd48c
GM
177032009-10-17 Glenn Morris <rgm@gnu.org>
17704
3ee0b477 17705 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
17706 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17707
2550e4b1
GM
17708 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17709 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17710 (dired-keep-marker-symlink, dired-dwim-target)
17711 (dired-copy-preserve-time): Do not autoload these defcustoms.
17712
fd7dd48c
GM
17713 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17714 messages from messing up the file coding. (Bug#4623)
17715
f3e3a990
GM
177162009-10-17 Jari Aalto <jari.aalto@cante.net>
17717
17718 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17719 if no match is found for the current dictionary. (Bug#4578)
17720
17721 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17722 optional, since that is how it is documented, and this is often called
17723 with a nil argument. (Bug#4577)
17724 (flyspell-external-point-words, flyspell-auto-correct-word)
17725 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17726 (flyspell-word-search-backward): Remove nil argument in calls to
17727 flyspell-get-word, since it is not needed now.
17728
177292009-10-17 Ulrich Mueller <ulm@gentoo.org>
17730
1becddbb 17731 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 17732
b61374ab
GM
177332009-10-16 Glenn Morris <rgm@gnu.org>
17734
17735 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17736
412707c2
SM
177372009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
17738
17739 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
17740 (ange-ftp-file-size): New function.
17741 (ange-ftp-file-attributes): Use it.
17742
0c6f436e
MA
177432009-10-16 Michael Albinus <michael.albinus@gmx.de>
17744
17745 * net/tramp-smb.el (tramp-smb-version): New defvar.
17746 (tramp-smb-maybe-open-connection): Use it, in order to avoid
17747 repeated checks.
17748
850bfd04
GM
177492009-10-16 Glenn Morris <rgm@gnu.org>
17750
17751 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
17752 Maybe copy some custom properties from old to new name. (Bug#4706)
17753
f3ed9aca
JB
177542009-10-16 Juanma Barranquero <lekktu@gmail.com>
17755
17756 * subr.el (error, sit-for, start-process-shell-command)
17757 (start-file-process-shell-command): Set the calling convention
17758 after the function definition.
17759
fd6c5134
SM
177602009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17761
17762 * subr.el (error, sit-for, start-process-shell-command)
17763 (start-file-process-shell-command): Use the new
17764 set-advertised-calling-convention feature.
17765
73874eb7
KH
177662009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
17767
fd6c5134
SM
17768 * international/ucs-normalize.el (ucs-normalize-version):
17769 Change to 1.2.
17770 (check-range): Adjust for Unicode 5.2.
73874eb7 17771
03fb33cf
JL
177722009-10-15 Juri Linkov <juri@jurta.org>
17773
17774 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
17775 to the `menu-item' format.
17776
4260b402
MA
177772009-10-15 Michael Albinus <michael.albinus@gmx.de>
17778
17779 * net/tramp.el (tramp-replace-environment-variables): Do not fail
17780 if the environment variable does not exist.
17781
17782 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17783 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
17784 parameter.
17785 (tramp-smb-handle-add-name-to-file)
17786 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17787 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17788 (tramp-smb-handle-file-attributes)
17789 (tramp-smb-do-file-attributes-with-stat)
17790 (tramp-smb-handle-file-local-copy)
17791 (tramp-smb-handle-insert-directory)
17792 (tramp-smb-handle-make-directory)
17793 (tramp-smb-handle-make-directory-internal)
17794 (tramp-smb-handle-make-symbolic-link)
17795 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
17796 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
17797 (tramp-smb-maybe-open-connection): Apply the changed parameters.
17798 (tramp-smb-read-file-entry): Read Disk names in compressed format.
17799 Handle long file names.
17800 (tramp-smb-get-cifs-capabilities): Check, whether the connection
17801 process is running.
17802 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
17803 Read share names with "-g" option.
17804
d7a0fd6f
GM
178052009-10-15 Ryan Yeske <rcyeske@gmail.com>
17806
17807 * net/rcirc.el (rcirc-view-log-file): New command.
17808 (rcirc-track-minor-mode-map): Remove C-c ` binding.
17809 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
17810 specified.
17811
0b44494a
GM
178122009-10-15 Glenn Morris <rgm@gnu.org>
17813
af9fb32f
GM
17814 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
17815 from the second command-line argument.
17816 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
17817 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
17818 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
17819 w32-batch-update-autoloads.
17820 * emacs-lisp/autoload.el (autoload-make-program): New variable.
17821 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
17822
0b44494a
GM
17823 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
17824 the headers cannot be located. Simplify, subtracting superflous
17825 save-excursions.
17826
d5e63715
SM
178272009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17828
17829 Replace completion-base-size by completion-base-position to fix bugs
17830 such as (bug#4699).
17831 * simple.el (completion-base-position): New var.
17832 (completion-base-size): Mark as obsolete.
17833 (choose-completion): Make it work for mouse events as well.
17834 Pass the new base-position to choose-completion-string.
17835 (choose-completion-guess-base-position): New function, extracted from
17836 choose-completion-delete-max-match.
17837 (choose-completion-delete-max-match): Use it. Make obsolete.
17838 (choose-completion-string): Use the new base-position info.
17839 (completion-root-regexp): Delete.
17840 (completion-setup-function): Preserve completion-base-position.
17841 Eliminate obsolete base-size manipulation.
17842 * minibuffer.el (display-completion-list): Don't mess with base-size.
17843 (minibuffer-completion-help): Set completion-base-position instead.
17844 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
17845 choose-completion.
17846 * textmodes/bibtex.el (bibtex-complete):
17847 * emacs-lisp/crm.el (crm--choose-completion-string):
17848 Adjust to new calling convention.
17849 * complete.el (partial-completion-mode): Use minibufferp to avoid
17850 bumping into incompatible change to choose-completion-string-functions.
17851 * ido.el (ido-choose-completion-string): Make its calling convention
17852 more permissive.
17853 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
17854 base-size manipulation.
17855 (comint-dynamic-list-input-ring): Use dotimes and push.
17856 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
17857 fundamental-mode. Use `or'.
17858
92f8bfc7
JL
178592009-10-14 Juri Linkov <juri@jurta.org>
17860
17861 * misearch.el (multi-isearch-next-buffer-from-list)
17862 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
17863
e78e280d
SM
178642009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17865
384ca163
SM
17866 * Makefile.in (compile-onefile): Load `bytecomp' rather than
17867 `bytecomp.el'.
17868
681e0e7c
SM
17869 * minibuffer.el (completion-pcm--merge-completions): Make sure the
17870 string we return is all made up of text from the completions rather
17871 than part from the completions and part from the input (bug#4219).
17872
e78e280d
SM
17873 * ido.el (ido-everywhere): Use define-minor-mode.
17874
17875 * buff-menu.el (list-buffers, ctl-x-map):
17876 Mark the entry points with ;;;###autoload cookies.
17877
b4e813ca
DN
178782009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
17879
52964e54
DN
17880 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
17881 correctly in the detached head case.
17882 (vc-git-print-log): Remove unused binding.
17883
b4e813ca
DN
17884 * vc.el (vc-responsible-backend): When a directory is passed for
17885 for registration create a VC repository if no backend is
17886 responsible for the directory argument.
17887 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
17888
17889 * vc.el: Move comments about RCS and SCCS ...
17890 * vc-rcs.el:
17891 * vc-sccs.el: ... here, respectively.
17892
40ba9882
SM
178932009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17894
17895 * minibuffer.el (completion--file-name-table): Return nil if there's
17896 no file completion, even if substitute-in-file-name changed
17897 the string (bug#4708).
17898
04e0f59b
JL
178992009-10-13 Juri Linkov <juri@jurta.org>
17900
17901 * files-x.el (read-file-local-variable-value): Don't filter out
17902 minor modes from mode name completion (bug#4664).
17903
314c8e25
JB
179042009-10-13 Juanma Barranquero <lekktu@gmail.com>
17905
17906 * international/mule-cmds.el (ucs-names): Remove exclusion of
17907 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
17908
5c9b7d36
KH
179092009-10-13 Kenichi Handa <handa@m17n.org>
17910
17911 * international/uni-name.el: Regenerated.
17912
1e7a80f2
JB
179132009-10-13 Juanma Barranquero <lekktu@gmail.com>
17914
17915 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
17916 should be automatically buffer-local, but isn't.)
17917
cd29f88b
SS
179182009-10-12 Sam Steingold <sds@gnu.org>
17919
17920 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 17921 timestamps if the buffer has been visited before.
0cd16af4
SS
17922 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
17923 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 17924
37493a98
GM
179252009-10-12 Glenn Morris <rgm@gnu.org>
17926
17927 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
17928 Let-bind `size'.
17929
3b56b1e6
JB
179302009-10-12 Juanma Barranquero <lekktu@gmail.com>
17931
7422a4bb
JB
17932 * proced.el (proced-unload-function): New function.
17933
fa72d075
JB
17934 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
17935 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
17936 Doc fix.
17937
3b56b1e6
JB
17938 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
17939
4d9b4323
JL
179402009-10-11 Juri Linkov <juri@jurta.org>
17941
17942 * files-x.el (read-file-local-variable-value):
17943 Provide default value only for bound variables (bug#4664).
17944
f6f7e059
MA
179452009-10-11 Michael Albinus <michael.albinus@gmx.de>
17946
17947 * net/tramp.el (tramp-local-host-p): Function shall return nil for
17948 connection methods like smb.
17949
17950 * net/tramp-cache.el (tramp-flush-connection-property): The hash
17951 can be empty.
17952
17953 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17954 (tramp-smb-file-name-handler-alist): Add handlers for
17955 `add-name-to-file', `make-symbolic-link'.
17956 (tramp-smb-handle-add-name-to-file)
2992485f 17957 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
17958 (tramp-smb-handle-make-symbolic-link)
17959 (tramp-smb-get-cifs-capabilities): New defuns.
17960 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17961 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17962 (tramp-smb-handle-file-local-copy)
17963 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
17964 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
17965 The file name syntax depends on cifs capabilities.
17966 (tramp-smb-handle-file-attributes):
17967 Call `tramp-smb-do-file-attributes-with-stat' if possible.
17968 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
17969 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 17970
67868d26
CY
179712009-10-11 Chong Yidong <cyd@stupidchicken.com>
17972
17973 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
17974 (eieio-defclass): Apply deftype handler and setf-method properties
17975 directly.
17976 (eieio-add-new-slot): Avoid union function from cl library.
17977 (eieio--typep): New function.
17978 (eieio-perform-slot-validation): Use it.
17979
6d6a5b7e
KF
179802009-10-10 Karl Fogel <kfogel@red-bean.com>
17981
3b56b1e6 17982 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
17983 Update documentation to refer to the variables documented in r1.135.
17984 (Bug#4188)
17985
67b70de9
KF
179862009-10-10 Karl Fogel <kfogel@red-bean.com>
17987
17988 * bookmark.el (Info-suffix-list): Remove this unused variable.
17989 (bookmark-current-point): Remove this obsolete variable.
17990 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
17991 Adjust for removal of bookmark-current-point.
17992
17993 (bookmarks-already-loaded, bookmark-current-buffer)
17994 (bookmark-yank-point): Document. (Bug#4188)
17995
58ae51ae
GM
179962009-10-10 Glenn Morris <rgm@gnu.org>
17997
4619ff5e
GM
17998 * frame.el (frame-height): Doc fix.
17999
58ae51ae
GM
18000 * calendar/calendar.el (calendar-split-width-threshold): New option.
18001 (calendar-basic-setup): Use calendar-split-width-threshold.
18002
d364386c
JB
180032009-10-09 Juanma Barranquero <lekktu@gmail.com>
18004
18005 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
18006 Ideographic Supplement" range (U+1F200..U+1F2FF).
18007
33e97a28
KF
180082009-10-09 Karl Fogel <kfogel@red-bean.com>
18009
02d0f051 18010 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 18011 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
18012
180132009-10-09 Karl Fogel <kfogel@red-bean.com>
18014
d364386c 18015 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
18016 (bookmark-bmenu-execute-deletions): Don't save here, as
18017 bookmark-delete will now do so if necessary.
d364386c 18018 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
18019 (Bug#4348)
18020
9656d87b
GM
180212009-10-09 Glenn Morris <rgm@gnu.org>
18022
18023 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
18024
e6227f06
KF
180252009-10-09 Karl Fogel <kfogel@red-bean.com>
18026
18027 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
18028 (bookmark-jump-other-window): Just invoke bookmark-jump with new
18029 argument now, so the two function's behaviors will match. (Bug#3645)
18030
288f783b
MA
180312009-10-08 Michael Albinus <michael.albinus@gmx.de>
18032
18033 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 18034 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 18035 Apply `save-match-data'.
288f783b
MA
18036
18037 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
18038 case both directories are remote.
18039 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 18040 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 18041
872a1ea4
JB
180422009-10-07 Juanma Barranquero <lekktu@gmail.com>
18043
18044 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
18045
ab2baced
GM
180462009-10-07 Glenn Morris <rgm@gnu.org>
18047
e78e280d
SM
18048 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
18049 of concat.
ab2baced 18050
5c4634c1
SM
180512009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
18052
18053 * files-x.el (read-file-local-variable): Include some
18054 non-user-variables in the completion table (bug#4664).
18055
c2dc9732
MA
180562009-10-07 Michael Albinus <michael.albinus@gmx.de>
18057
18058 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
18059 message.
18060
18061 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18062 (tramp-smb-file-name-handler-alist): Add handler for
18063 `copy-directory', `expand-file-name', `set-file-modes'.
18064 (tramp-smb-handle-copy-directory)
18065 (tramp-smb-handle-expand-file-name)
18066 (tramp-smb-handle-set-file-modes): New defuns.
18067 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
18068 (tramp-smb-handle-file-attributes): Simplify check for retrieving
18069 entry.
18070 (tramp-smb-handle-insert-directory): Don't flush the cache.
18071 (tramp-smb-maybe-open-connection): Check for samba client and
18072 server versions.
18073
11be40a6
EZ
180742009-10-07 Eli Zaretskii <eliz@gnu.org>
18075
18076 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
18077 to not error out of search for "^lisp=" fails.
18078
8c4afe20
JB
180792009-10-07 Juanma Barranquero <lekktu@gmail.com>
18080
18081 * makefile.w32-in (WINS_UPDATES): New macro.
18082 (custom-deps, finder-data, autoloads): Use it.
18083
429a1506
GM
180842009-10-07 Glenn Morris <rgm@gnu.org>
18085
ee2e93e2
GM
18086 * Makefile.in (autoloads): Revert previous change.
18087 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
18088 the list of preloaded files passed on the command-line, get
18089 it from src/Makefile.
18090
429a1506
GM
18091 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
18092 show the original buffer rather than a random one.
18093
a51203ee 180942009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
18095
18096 * help.el (describe-no-warranty): Place point in a slightly better
18097 position in the GPLv3 text.
18098
f58f7520
SS
180992009-10-06 Sam Steingold <sds@gnu.org>
18100
18101 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
18102 the comm attribute is present before calling regexp-quote.
18103
bde79dc0
JB
181042009-10-06 Juanma Barranquero <lekktu@gmail.com>
18105
18106 * play/animate.el (animate-string): For good effect, make sure
18107 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
18108
18109 * play/animate.el (animate-sequence, animate-birthday-present):
18110 * misc.el (butterfly): Don't set `indent-tabs-mode'.
18111
25ab0302
GM
181122009-10-06 Glenn Morris <rgm@gnu.org>
18113
73fe714a
GM
18114 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
18115
3405d98c
GM
18116 * emacs-lisp/autoload.el (autoload-excludes): New variable.
18117 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
18118 (batch-update-autoloads): Process a string value of autoload-excludes,
18119 set during the build process.
18120 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
18121
9fb2cdc5
GM
18122 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
18123 inside with-parsed... macro so that `v' is defined.
18124
7938ab41
GM
18125 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
18126 * progmodes/fortran.el (fortran-end-of-block)
18127 (fortran-beginning-of-block):
18128 Also push mark in the macro case.
18129
eaf9b564
GM
18130 * emerge.el (emerge-show-file-name):
18131 * calc/calc.el (calc-quit):
18132 * calc/calc-misc.el (calc-big-or-small):
18133 * calc/calc-graph.el (calc-graph-view):
18134 * calc/calc-ext.el (calc-reset):
18135 * calendar/calendar.el (calendar-basic-setup):
18136 Use window-full-height-p.
18137
25ab0302
GM
18138 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
18139 header we don't understand, don't insert another. (Bug#4624)
18140 If changing mime charset, insert the new one in the right place.
18141
00169eb6
GM
181422009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
18143
18144 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
18145 (cal-tex-cursor-month): Correctly increment the end date for diary and
18146 holiday listing. (Bug#4626)
18147
82882188
SM
181482009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18149
40ba9882 18150 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
18151 a symbol.
18152
a8f316ca
JB
181532009-10-05 Juanma Barranquero <lekktu@gmail.com>
18154
18155 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
18156 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
18157 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
18158 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
18159
18160 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
18161 (eieio-default-superclass): Reflow docstrings.
18162 (this, class-option-assoc, defclass, eieio-class-un-autoload)
18163 (eieio-unbind-method-implementations, defmethod)
18164 (eieio-validate-slot-value, eieio-validate-class-slot-value)
18165 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
18166 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
18167 (eieio-slot-originating-class-p, eieio-slot-name-index)
18168 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
18169 (constructor, initialize-instance, no-next-method, object-print)
18170 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
18171 Fix typos in docstrings.
18172 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
18173 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
18174 (next-method-p): Doc fixes.
18175 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
18176 Fix typos in error messages.
18177 (eieio-defmethod): Fix typo in description of generic method.
18178
18179 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
18180 (eieio-persistent-save-interactive, slot-missing):
18181 Fix typos in docstrings.
18182 (eieio-instance-inheritor-slot-boundp): Doc fix.
18183
18184 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
18185 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
18186
18187 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
18188 (eieio-custom-object-apply-reset):
18189 Fix typos in docstrings and error messages.
18190
18191 * emacs-lisp/eieio-datadebug.el (data-debug-show):
18192 Fix typo in docstring.
18193
18194 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
18195 (eieio-browse-tree): Doc fix.
18196 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
18197 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
18198 Fix typos in docstrings.
18199
18200 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
18201 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
18202 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
18203 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
18204 Reflow docstrings.
18205
c66b7ac0
DN
182062009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
18207
4a827e0a 18208 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
18209 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
18210 Set log-view-vc-backend so that diff can work.
4a827e0a 18211
c66b7ac0
DN
18212 * log-view.el (log-view-diff): Use vc-diff-internal instead of
18213 vc-version-diff.
18214 (vc-diff-internal): Autoload this instead of vc-version-diff.
18215
1902a98c
EZ
182162009-10-05 Eli Zaretskii <eliz@gnu.org>
18217
a7a8618b
EZ
18218 * simple.el (eval-expression): Doc fix.
18219
1902a98c
EZ
18220 * progmodes/cwarn.el (cwarn-mode): Doc fix.
18221
0e1f2ee6
MA
182222009-10-05 Michael Albinus <michael.albinus@gmx.de>
18223
18224 * files.el (directory-files-no-dot-files-regexp): New defconst.
18225 (delete-directory): Use it.
18226 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18227
263c02ef 18228 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
18229 (tramp-methods): Add recursive option to `tramp-copy-args'.
18230 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 18231 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 18232 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
18233 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18234 Add handler for `copy-directory'.
18235 (tramp-handle-copy-directory): New defun.
18236 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
18237 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18238 Optimize sent command.
263c02ef 18239
72aa7df4
SM
182402009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18241
4a34f065
SM
18242 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18243 window if necessary.
18244
72aa7df4
SM
18245 * calendar/calendar.el (calendar-basic-setup): Don't call
18246 switch-to-buffer in a dedicated window.
18247
5feb1ba7
KF
182482009-10-05 Karl Fogel <kfogel@red-bean.com>
18249
18250 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 18251 don't do anything related to relocating, just return nil.
5feb1ba7
KF
18252 (bookmark-error-no-filename): New error.
18253 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
18254 bookmark has no file. Don't even attempt to handle things that
18255 are not files; the whole point of custom handlers is to keep that
18256 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
18257 (bookmark-file-or-variation-thereof): Remove now-unused function.
18258 (bookmark-location): Doc string fix.
18259 (Bug#4250)
18260
1bd49952
KF
182612009-10-04 Karl Fogel <kfogel@red-bean.com>
18262
18263 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18264 don't use a file dialog, because they usually don't know how to read
18265 a directory target from the user. (Bug#4230)
18266 Also, make sure the prompt can display directories as well as files.
18267
825382c0
KF
182682009-10-04 Karl Fogel <kfogel@red-bean.com>
18269
18270 * bookmark.el (bookmark-set, bookmark-buffer-name):
18271 Improve doc strings. (Bug#1193)
18272
13901bcb
KF
182732009-10-04 Karl Fogel <kfogel@red-bean.com>
18274
4a34f065
SM
18275 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18276 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18277 (bookmark-get-annotation, bookmark-set-annotation)
18278 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18279 (bookmark-set-position, bookmark-get-front-context-string)
18280 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18281 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18282 (bookmark-jump-other-window, bookmark-handle-bookmark)
18283 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18284 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18285 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
18286 Improve doc strings to say whether bookmark can be a string or
18287 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
18288 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18289 (bookmark-default-annotation-text, bookmark-yank-word)
18290 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18291 (bookmark-import-new-list, bookmark-maybe-rename)
18292 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18293 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 18294 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 18295 add a FIXME comment about how the function may be pointless.
13901bcb 18296 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
18297 parameter name, to clarify that this takes a bookmark record
18298 not a bookmark name.
13901bcb 18299 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 18300 and improve the doc string a bit.
13901bcb
KF
18301 (Bug#4188)
18302
5c1b3e94
KF
183032009-10-04 Karl Fogel <kfogel@red-bean.com>
18304
18305 * bookmark.el (bookmark-alist): Document the new `handler' element
18306 in the param alist.
18307 (bookmark-make-record-function): Adjust documentation for above.
18308 (Bug#4193)
18309
8559076d
KF
183102009-10-04 Karl Fogel <kfogel@red-bean.com>
18311
18312 * info.el (Info-bookmark-make-record): Document this function.
18313 (Info-bookmark-jump): Document with a doc string, not just a comment.
18314 (Bug#4203)
18315
b4583b8c
MA
183162009-10-04 Michael Albinus <michael.albinus@gmx.de>
18317
18318 * files.el (copy-directory): New defun.
18319
18320 * dired-aux.el (dired-copy-file-recursive): Use it.
18321
131ae8f2
JB
183222009-10-04 Juanma Barranquero <lekktu@gmail.com>
18323
a30e71ae 18324 * files-x.el (modify-dir-local-variable)
dd9af436
CY
18325 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18326 docstrings.
a30e71ae 18327
131ae8f2
JB
18328 * recentf.el (recentf-unload-function): New function.
18329
ccafbf06
GM
183302009-10-04 Glenn Morris <rgm@gnu.org>
18331
18332 * window.el (window-full-height-p): Add doc string.
18333
02c6f098
GM
183342009-10-04 Martin Rudalics <rudalics@gmx.at>
18335
18336 * window.el (window-full-height-p): New function. (Bug#4543)
18337
ed6b0195
DN
183382009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18339
18340 * vc.el: Remove commented out code.
18341 (vc-derived-from-dir-mode): Remove, unused.
18342 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18343
1b8d1cc7
MA
183442009-10-03 Michael Albinus <michael.albinus@gmx.de>
18345
4a34f065
SM
18346 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18347 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
18348 there could be recursive loading when `default-directory' is a
18349 remote file name. (Bug#4614)
18350
ac3c593c
GM
183512009-10-03 Glenn Morris <rgm@gnu.org>
18352
686ea556
GM
18353 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18354 the frame is wide.
18355 (calendar-generate-window): Test for shrinkability rather than width.
18356
ac3c593c
GM
18357 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18358 reusing existing buffers, in case we happen to visit two files with the
18359 same basename. (Bug#4593)
18360
573709fd
EZ
183612009-10-02 Eli Zaretskii <eliz@gnu.org>
18362
4a34f065 18363 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
18364 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18365 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18366 subdirs of cedet as well.
8f885d01 18367 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 18368
8d6c1239
SM
183692009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18370
18371 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18372 Obey advertised-signature-table.
18373
18374 * help-fns.el (help-function-arglist): Don't check
18375 advertised-signature-table.
18376 (describe-function-1): Do it here instead so it also applies to subrs.
18377
c4861de0
MA
183782009-10-02 Michael Albinus <michael.albinus@gmx.de>
18379
18380 * simple.el (start-file-process): Say in the doc-string, that file
18381 handlers might not support pty association, if PROGRAM is nil.
18382
18383 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18384 HOST and USER are strings. They are nil, when there are
18385 incomplete entries in ~/.netrc, for example.
18386 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18387 root directory ("device busy" error otherwise).
18388
8d6c1239
SM
18389 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18390 Flush file properties of created directory.
c4861de0 18391
d2bda74f
EZ
183922009-10-02 Eli Zaretskii <eliz@gnu.org>
18393
18394 * makefile.w32-in (WINS_BASIC): Remove cedet.
18395 (WINS_CEDET): Add cedet.
18396 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18397
895d1904
GM
183982009-10-02 Kevin Ryde <user42@zip.com.au>
18399
18400 * net/browse-url.el (browse-url): Pass any symbol in
18401 browse-url-browser-function to `apply', since if you've mistakenly put
18402 an unbound symbol then the error is clearer. (Bug#4531)
18403
32226619
JB
184042009-10-02 Juanma Barranquero <lekktu@gmail.com>
18405
18406 * allout.el (allout-init, allout-back-to-current-heading)
18407 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18408 (allout-ascend, allout-up-current-level, allout-end-of-level)
18409 (allout-previous-visible-heading, allout-forward-current-level)
18410 (allout-backward-current-level, allout-show-children):
18411 * apropos.el (apropos-describe-plist):
18412 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18413 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18414 * completion.el (add-completion, add-permanent-completion):
18415 * descr-text.el (describe-text-category, describe-char):
18416 * desktop.el (desktop-lazy-abort):
18417 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18418 * dired.el (dired-build-subdir-alist):
18419 * ediff.el (ediff-version):
18420 * elide-head.el (elide-head, elide-head-show):
18421 * emerge.el (emerge-version):
18422 * env.el (getenv):
18423 * face-remap.el (variable-pitch-mode):
18424 * faces.el (describe-face):
18425 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18426 (dired-at-point):
18427 * files.el (find-file-existing, auto-save-mode):
18428 * font-lock.el (font-lock-fontify-buffer):
18429 * help-fns.el (describe-function, describe-variable)
18430 (describe-syntax, describe-categories):
18431 * help.el (view-lossage, describe-bindings, describe-key)
18432 (describe-mode):
18433 * hexl.el (hexl-current-address):
18434 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18435 * info.el (Info-goto-emacs-key-command-node):
18436 * log-edit.el (log-edit-insert-cvs-template)
18437 (log-edit-insert-cvs-rcstemplate):
18438 * menu-bar.el (menu-bar-mode):
18439 * mouse.el (mouse-appearance-menu):
18440 * newcomment.el (comment-indent-new-line):
18441 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18442 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 18443 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
18444 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18445 * recentf.el (recentf-mode):
18446 * savehist.el (savehist-mode, savehist-save):
18447 * shadowfile.el (shadow-copy-files):
18448 * simple.el (kill-ring-save, next-line, previous-line)
18449 (normal-erase-is-backspace-mode):
18450 * strokes.el (strokes-update-window-configuration)
18451 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18452 (strokes-xpm-for-stroke):
18453 * time.el (emacs-uptime, emacs-init-time):
18454 * tutorial.el (tutorial--describe-nonstandard-key)
18455 (tutorial--detailed-help):
18456 * type-break.el (type-break-mode)
18457 (type-break-mode-line-message-mode, type-break-query-mode)
18458 (type-break-guesstimate-keystroke-threshold):
18459 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18460 * version.el (emacs-version):
18461 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18462 * winner.el (winner-mode):
18463 * calendar/timeclock.el (timeclock-in, timeclock-out)
18464 (timeclock-status-string, timeclock-change)
18465 (timeclock-workday-remaining-string)
18466 (timeclock-workday-elapsed-string)
18467 (timeclock-when-to-leave-string):
18468 * calendar/todo-mode.el (todo-add-category):
18469 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18470 * emacs-lisp/autoload.el (update-file-autoloads):
18471 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18472 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18473 (checkdoc-message-text, checkdoc-defun):
18474 * emacs-lisp/debug.el (debugger-list-functions):
18475 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18476 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18477 (eieio-describe-generic):
18478 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18479 * emacs-lisp/shadow.el (list-load-path-shadows):
18480 * emulation/cua-base.el (cua-mode):
18481 * emulation/edt.el (edt-set-scroll-margins):
18482 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18483 (tpu-toggle-regexp, tpu-toggle-search-direction)
18484 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18485 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18486 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18487 (viper-set-parsing-style-toggling-macro)
18488 (viper-set-emacs-state-searchstyle-macros):
18489 * emulation/viper.el (viper-set-hooks):
18490 * eshell/esh-mode.el (eshell-truncate-buffer):
18491 * international/mule-cmds.el (prefer-coding-system)
18492 (describe-input-method, describe-language-environment):
18493 * international/mule-diag.el (list-character-sets)
18494 (describe-character-set, describe-coding-system)
18495 (describe-fontset, list-fontsets, list-input-methods):
18496 * mail/sendmail.el (mail-signature):
18497 * net/ange-ftp.el (ange-ftp-copy-file):
18498 * net/browse-url.el (browse-url):
18499 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18500 * net/quickurl.el (quickurl-add-url):
18501 * net/rcirc.el (names, topic):
18502 * net/xesam.el (xesam-mode):
18503 * play/5x5.el (5x5-new-game):
18504 * play/yow.el (apropos-zippy):
18505 * progmodes/ada-mode.el (ada-mode-version):
18506 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18507 (f90-end-of-block)
18508 (f90-beginning-of-block):
18509 * progmodes/fortran.el (fortran-end-of-block)
18510 (fortran-beginning-of-block):
18511 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18512 * progmodes/python.el (python-describe-symbol, python-shell):
18513 * term/ns-win.el (ns-print-buffer):
18514 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18515 * textmodes/flyspell.el (flyspell-mode-on):
18516 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18517 (pages-directory-for-addresses):
18518 * textmodes/table.el (table-recognize-cell)
18519 (table-query-dimension, table-generate-source)
18520 (table-insert-sequence, table--warn-incompatibility):
18521 * textmodes/tex-mode.el (tex-validate-buffer):
18522 * textmodes/texinfmt.el (texinfmt-version)
18523 (texinfo-format-buffer):
18524 Use `called-interactively-p' instead of `interactive-p'.
18525
12a3c28c
JB
185262009-10-02 Juanma Barranquero <lekktu@gmail.com>
18527
18528 * image-mode.el (image-toggle-display):
18529 * emacs-lisp/elp.el (elp-instrument-function):
18530 * emacs-lisp/advice.el (ad-make-advised-definition):
18531 * emacs-lisp/easy-mmode.el (define-minor-mode):
18532 * net/browse-url.el (browse-url-maybe-new-window):
18533 * progmodes/sh-script.el (sh-learn-buffer-indent):
18534 Pass new argument 'any to `called-interactively-p'.
18535
171fda8a
JB
185362009-10-01 Juanma Barranquero <lekktu@gmail.com>
18537
171fda8a
JB
18538 * international/uni-bidi.el:
18539 * international/uni-category.el:
18540 * international/uni-combining.el:
18541 * international/uni-comment.el:
18542 * international/uni-decimal.el:
9c3c9fdf 18543 * international/uni-decomposition.el:
171fda8a
JB
18544 * international/uni-digit.el:
18545 * international/uni-lowercase.el:
18546 * international/uni-mirrored.el:
18547 * international/uni-name.el:
18548 * international/uni-numeric.el:
18549 * international/uni-old-name.el:
18550 * international/uni-titlecase.el:
18551 * international/uni-uppercase.el:
18552 Regenerate from Unicode 5.2.0 data.
18553
dcb9734a
GM
185542009-10-01 Glenn Morris <rgm@gnu.org>
18555
18556 * Makefile.in (ELCFILES): Regenerate.
18557
ced10a4c
SM
185582009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18559
9d28c33e
SM
18560 * subr.el (interactive-p): Mark obsolete.
18561 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18562 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18563 advertised-signature-table for subroutines as well.
18564
ced10a4c
SM
18565 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18566 (set-advertised-calling-convention): New function.
18567 (make-obsolete, define-obsolete-function-alias)
18568 (make-obsolete-variable, define-obsolete-variable-alias):
18569 Make the optional-ness of `when' obsolete.
18570 (define-obsolete-face-alias): Make `when' non-optional.
18571 * help-fns.el (help-function-arglist):
18572 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18573 Use advertised-signature-table.
18574
cc3dda16
MA
185752009-10-01 Michael Albinus <michael.albinus@gmx.de>
18576
18577 * files.el (delete-directory): New defun. The original function
18578 in fileio.c has been renamed to `delete-directory-internal'.
18579
18580 * dired.el (dired-delete-file): Call `delete-directory' with
18581 RECURSIVE parameter.
18582
5ce6e4f4 18583 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
18584 parameter RECURSIVE. Implementation is missing.
18585
18586 * net/tramp.el (tramp-handle-make-directory): Flush upper
18587 directory's file properties.
ced10a4c 18588 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
18589 (tramp-handle-dired-recursive-delete-directory): Flush directory
18590 properties after the remove command only.
18591
ced10a4c
SM
18592 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18593 Handle optional parameter RECURSIVE.
cc3dda16 18594
ced10a4c
SM
18595 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18596 Handle optional parameter RECURSIVE.
cc3dda16
MA
18597
18598 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18599 connection timeout.
18600 (tramp-smb-handle-delete-directory): Handle optional parameter
18601 RECURSIVE.
18602
cf885595
SM
186032009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18604
e3a6b82f
SM
18605 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18606 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18607 (byte-compile-defmacro): Use backquotes.
18608
7201bfbb
SM
18609 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18610
cf885595
SM
18611 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18612 has no associated file.
18613 (vc-resynch-buffer): Use vc-dir-buffers.
18614
a4d2c321
GM
186152009-10-01 Glenn Morris <rgm@gnu.org>
18616
9ffe3f52
GM
18617 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18618 (chart-file-count):
18619 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18620 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18621 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18622 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18623 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18624 (eieio-copy-parents-into-subclass, make-instance, class-children)
18625 (eieio-generic-form):
bd2afec2 18626
9515cdcc
GM
18627 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18628 match-data. (Bug#4555).
18629
a4d2c321
GM
18630 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18631 rather than parsing it as a regexp. This relaxes the layout
18632 requirements and makes errors easier to detect.
18633 (check-declare-verify): Check file is regular.
18634 (check-declare-directory): Doc fix.
18635 * subr.el (declare-function): Doc fix.
18636
b15c31c7
GM
18637 * ibuffer.el (ibuffer-format-qualifier):
18638 * isearch.el (hi-lock-regexp-okay):
18639 * calc/calc.el (math-zerop):
18640 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18641 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18642 Remove unused declarations.
18643
b0b111c3
JB
186442009-09-30 Eric Ludlam <zappo@gnu.org>
18645
18646 * emacs-lisp/eieio.el (boolean-p): Delete.
18647
1fc28a2c
GM
186482009-09-30 Glenn Morris <rgm@gnu.org>
18649
1fc28a2c
GM
18650 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18651
494f4fc7
GM
18652 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18653 filename is not a string.
18654
561580e9
CY
186552009-09-29 Chong Yidong <cyd@stupidchicken.com>
18656
18657 * files.el (safe-local-eval-forms): Fix typo.
18658
dcbbecd4
SM
186592009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18660
18661 * vc-hooks.el (vc-dir-buffers): New var.
18662 (vc-state-refresh): New function.
18663 (vc-state): Use it.
18664 (vc-after-save): Always ask the backend to recompute the new state.
18665 Always call vc-dir if necessary, using vc-dir-buffers.
18666 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18667 Use vc-dir-buffers.
18668 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18669 (vc-dir-prepare-status-buffer, vc-dir-update)
18670 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18671 Don't call expand-file-name on default-directory.
18672
d88444f2
JB
186732009-09-29 Juanma Barranquero <lekktu@gmail.com>
18674
18675 * speedbar.el (speedbar-item-delete):
18676 * calc/calc-prog.el (calc-kbd-if):
18677 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18678
18679 * epa.el (epa-key-list-mode-map):
18680 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18681
18682 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18683 (hs-show-hook): Fix typo in docstring.
18684
5da62d41
GM
186852009-09-29 Glenn Morris <rgm@gnu.org>
18686
8360fce0
GM
18687 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18688 file-name-nondirectory call preventing location of cedet files.
18689 (check-declare-verify): Use literal search rather than re-search.
ae715515 18690 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
18691
18692 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18693 Use tramp-compat-file-attributes rather than nonexistent
18694 tramp-compat-handle-file-attributes.
18695
5da62d41
GM
18696 * Makefile.in (lisptagsfiles4): New.
18697 (AUTOGENEL): Add cedet loaddefs files.
18698 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18699 (update-elclist, compile-always, backup-compiled-files)
18700 (bootstrap-clean): Add yet another directory level.
18701 (update-elclist): Use LC_COLLATE rather than COLLATE.
18702 (ELCFILES): Update, via `make update-elclist'.
18703
48267264
JB
187042009-09-29 Juanma Barranquero <lekktu@gmail.com>
18705
18706 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18707 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18708 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18709
2c4cd0b0
AS
187102009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18711
18712 * Makefile.in (lisptagsfiles3): Define.
5da62d41 18713 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
18714 (update-elclist): Add third directory level to look for elc files.
18715 (compile-always): Likewise.
18716 (backup-compiled-files): Likewise.
18717 (bootstrap-clean): Likewise.
18718 (ELCFILES): Update.
18719
a2533e47
CY
187202009-09-28 Chong Yidong <cyd@stupidchicken.com>
18721
18722 * Makefile.in (ELCFILES): Add CEDET files.
18723
eefbedb1
MA
187242009-09-28 Michael Albinus <michael.albinus@gmx.de>
18725
18726 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18727
18728 * net/tramp.el (top): Require tramp-imap.
18729
18730 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18731 Use `tramp-compat-handle-file-attributes'.
18732
187332009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18734
18735 * net/tramp-imap.el: New package.
18736
b0b111c3
JB
187372009-09-28 Eric Ludlam <zappo@gnu.org>
18738
18739 * emacs-lisp/chart.el:
18740 * emacs-lisp/eieio-base.el:
18741 * emacs-lisp/eieio-comp.el:
18742 * emacs-lisp/eieio-custom.el:
18743 * emacs-lisp/eieio-datadebug.el:
18744 * emacs-lisp/eieio-opt.el:
18745 * emacs-lisp/eieio-speedbar.el:
18746 * emacs-lisp/eieio.el: New files.
18747
748e3d67
VJL
187482009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18749
18750 * whitespace.el (whitespace-trailing-regexp)
18751 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
18752 Fix doc string.
18753
15120dec
CY
187542009-09-27 Chong Yidong <cyd@stupidchicken.com>
18755
18756 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
18757 menu.
18758
18759 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
18760 menu-bar-ediff-menu.
18761
18762 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
18763 define-overloadable-function.
18764
18765 * progmodes/autoconf.el: Provide autoconf as well, so that this
18766 file can be `require'd.
18767
18768 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
18769
18770 * emacs-lisp/autoload.el (generated-autoload-feature)
18771 (generated-autoload-load-name): New vars.
18772 (autoload-rubric, autoload-generate-file-autoloads): Use them.
18773 (make-autoload): Recognize define-overloadable-function and
18774 defclass forms (for EIEIO).
18775
18776 * Makefile.in (update-subdirs): Exclude cedet directory.
18777
135abf91
AR
187782009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
18779
1becddbb 18780 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
18781
18782 * faces.el: Default light-background background for region face to
18783 ns_selection_color under NS.
18784
3d994264
TZ
187852009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
18786
18787 * net/imap-hash.el: New library, see NEWS.
18788
18789 * Makefile.in (ELCFILES): Add imap-hash.el.
18790
ce9a0ccb
SM
187912009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18792
18793 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
18794 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
18795 * help-macro.el (make-help-screen): Avoid using an ambiguous function
18796 definition where the docstring could be taken for the return value.
18797
a92cdd49
GM
187982009-09-26 Glenn Morris <rgm@gnu.org>
18799
18800 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
18801 Add option to only show images below a certain size.
18802 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
18803 save-excursion calls.
18804
416ac2f1
EZ
188052009-09-26 Eli Zaretskii <eliz@gnu.org>
18806
18807 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
18808 subdirectories) and eieio.
18809
d9a13f68
AM
188102009-09-26 Alan Mackenzie <acm@muc.de>
18811
6a7662bb
BR
18812 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18813 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
18814
18815 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 18816 character constants (as case labels). (Bug#4289)
d9a13f68 18817
182b3bec
CY
188182009-09-25 Juri Linkov <juri@jurta.org>
18819
18820 * files.el (safe-local-eval-forms): Allow time-stamp in
18821 before-save-hook (Bug#4554).
18822
8f75f2da
JB
188232009-09-25 Drew Adams <drew.adams@oracle.com>
18824
18825 * menu-bar.el (list-buffers-directory): Doc fix.
18826
8390fb80
SM
188272009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
18828
18829 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
18830 Try and avoid copying twice the same paragraph.
18831 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
18832 Remove save-excursion.
18833 (log-edit-changelog-entry): Do it here instead.
18834
11ee8d90
JB
188352009-09-25 Juanma Barranquero <lekktu@gmail.com>
18836
027b1942
JB
18837 * bs.el (bs--get-file-name): Use `list-buffers-directory'
18838 when available, instead of hardcoding mode names. Doc fix.
18839
11ee8d90
JB
18840 * menu-bar.el (list-buffers-directory): Add docstring.
18841 Make automatically buffer-local.
18842
18843 * dired.el (dired-mode):
18844 * files.el (cd-absolute):
18845 * pcvs.el (cvs-temp-buffer):
18846 * pcvs-util.el (cvs-get-buffer-create):
18847 * shell.el (shell-mode):
18848 * vc-dir.el (vc-dir-mode):
18849 Don't make `list-buffers-directory' buffer local.
18850
21289c5d
CY
188512009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
18852
8390fb80
SM
18853 * comint.el (comint-exec, comint-run, make-comint):
18854 Doc fixes (Bug#4542).
21289c5d 18855
e8652dd9
GM
188562009-09-25 Glenn Morris <rgm@gnu.org>
18857
18858 * mail/rmailmm.el (rmail-mime): New custom group.
18859 Move all defcustoms in this file into this group.
18860 (rmail-mime-media-type-handlers-alist): Revert previous change.
18861 (rmail-mime-show-images): New option.
18862 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
18863 references to it, since it wasn't actually used for anything.
18864 (rmail-mime-insert-image): New function.
18865 (rmail-mime-image): Use rmail-mime-insert-image.
18866 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
18867 obey the value of `rmail-mime-show-images' option. Print the size of
18868 attachments.
e8652dd9 18869
fb652bb5
JB
188702009-09-25 David Engster <deng@randomsample.de>
18871
18872 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
18873
32a9841c
VJL
188742009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18875
18876 * whitespace.el: Does not highlight trailing spaces While point is
18877 at end of line. Does not highligt spaces at beginning of buffer
18878 while point is at beginning of buffer. Does not highlight spaces
18879 at end of buffer while point is at end of buffer. (Bug#4177)
18880 New version 12.0.
18881 (whitespace-display-mappings): Adjust initialization.
18882 (whitespace-point, whitespace-font-lock-refontify): New vars.
18883 (whitespace-color-on, whitespace-color-off): Adjust code.
18884 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
18885 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
18886 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
18887
e477ca84
CY
188882009-09-24 Chong Yidong <cyd@stupidchicken.com>
18889
18890 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
18891
18892 * textmodes/sgml-mode.el: Remove xml-mode alias.
18893
18894 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 18895 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 18896
68712602
AM
188972009-09-24 Alan Mackenzie <acm@muc.de>
18898
18899 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
18900 c-forward-conditionals, but it doesn't move point and doesn't set
18901 the mark.
18902 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
18903 (c-down-conditional-with-else, c-backward-conditional)
18904 (c-forward-conditional): Refactor to use c-scan-conditionals.
18905
1659ada0
JB
189062009-09-24 Juanma Barranquero <lekktu@gmail.com>
18907
18908 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
18909 (help-default-arg-highlight): Remove.
18910 (help-highlight-arg): New function.
18911 (help-do-arg-highlight): Use it.
18912 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
18913
b3f01e46
SM
189142009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18915
18916 * term.el (term-set-scroll-region, term-handle-ansi-escape):
18917 Undo last change, which didn't fix the problem and introduced others.
18918
107ef54a
NR
189192009-09-24 Nick Roberts <nickrob@snap.net.nz>
18920
18921 * progmodes/gdb-mi.el: Don't require speedbar.
18922 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
18923
ffa1fed6
GM
189242009-09-24 Glenn Morris <rgm@gnu.org>
18925
2157a2be
GM
18926 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
18927
6125167c
GM
18928 * term/ns-win.el (ns-reg-to-script): Define for compiler.
18929
ffa1fed6
GM
18930 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
18931 there is no newline after the final mime boundary. (Bug#4539)
18932 Move markers on insertion so that any buttons inserted don't end up in
18933 the next part of a multipart message.
2e9075d3
GM
18934 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
18935 (rmail-mime-bulk-handler): Optionally handle images.
18936 (rmail-mime-image): New button action.
18937 (rmail-mime-image-handler): New function.
18938 (rmail-mime-mode): New mode.
18939 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 18940
4a814992
SM
189412009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18942
075518b5
SM
18943 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
18944 than just dropping elements from it (bug#4504).
18945
8ad2defc
SM
18946 * term.el (term-set-scroll-region): Don't move cursor any more.
18947 (term-handle-ansi-escape): Call term-goto here instead.
18948 Suggested by Ivan Kanis <apple@kanis.eu>.
18949
4a814992
SM
18950 * term.el: Require CL.
18951 (term-ansi-reset): New function.
18952 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
18953 (term-handle-colors-array): Simplify.
18954
5a0c3f56
JB
189552009-09-24 Juanma Barranquero <lekktu@gmail.com>
18956
18957 * allout.el (allout-overlay-interior-modification-handler)
18958 (allout-obtain-passphrase):
18959 * epa-file.el (epa-file-write-region):
18960 * ps-print.el (ps-begin-job):
18961 * vc-hooks.el (vc-toggle-read-only):
18962 * vc-rcs.el (vc-rcs-rollback):
18963 * vc-sccs.el (vc-sccs-rollback):
18964 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
18965 (vc-version-diff, vc-revert, vc-rollback):
18966 * wdired.el (wdired-check-kill-buffer):
18967 * emacs-lisp/authors.el (authors):
18968 * net/socks.el (socks-open-connection):
18969 * net/zeroconf.el (zeroconf-service-add-hook):
18970 * obsolete/vc-mcvs.el (vc-mcvs-register):
18971 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
18972 (gdb-select-frame):
18973 * progmodes/grep.el (lgrep, rgrep):
18974 * progmodes/idlw-help.el (idlwave-help-check-locations)
18975 (idlwave-help-html-link, idlwave-help-assistant-open-link):
18976 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18977 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
18978 (reftex-toc-rename-label): Fix typos in error messages.
18979
18980 * dired-aux.el (dired-do-shell-command): Reflow docstring.
18981 (dired-copy-how-to-fn): Doc fix.
18982 (dired-files-attributes, dired-read-shell-command):
18983 Fix typos in docstrings.
18984
18985 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
18986 (dired-x-find-file-other-window): Reflow docstrings.
18987 (dired-omit-marker-char, dired-read-shell-command)
18988 (dired-x-submit-report): Fix typos in docstrings.
18989
18990 * shell.el (shell-mode-hook):
18991 * view.el (View-scroll-line-forward):
18992 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
18993 Fix typos in docstrings.
18994
18995 * net/dig.el (dig-invoke): Fix typo in docstring.
18996 (query-dig): Reflow docstring.
18997
18998 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
18999 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
19000 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
19001 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
19002 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
19003 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
19004 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
19005 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
19006 (idlwave-completion-map, idlwave-current-indent)
19007 (idlwave-custom-ampersand-surround, idlwave-customize)
19008 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
19009 (idlwave-define-abbrev, idlwave-determine-class-special)
19010 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
19011 (idlwave-end-block-reg, idlwave-end-of-statement)
19012 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
19013 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
19014 (idlwave-explicit-class-listed, idlwave-file-header)
19015 (idlwave-fill-paragraph, idlwave-find-class-definition)
19016 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
19017 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
19018 (idlwave-in-quote, idlwave-indent-action-table)
19019 (idlwave-indent-expand-table, idlwave-indent-line)
19020 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
19021 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
19022 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
19023 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
19024 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
19025 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
19026 (idlwave-outlawed-buffers, idlwave-popup-select)
19027 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
19028 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
19029 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
19030 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
19031 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
19032 (idlwave-statement-type, idlwave-struct-skip)
19033 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
19034 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
19035 (idlwave-what-module-find-class): Fix typos in docstrings.
19036 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
19037 (idlwave-calculate-cont-indent, idlwave-expand-equal)
19038 (idlwave-find-module, idlwave-find-structure-definition)
19039 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
19040 (idlwave-list-load-path-shadows, idlwave-next-statement)
19041 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
19042 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
19043 (idlwave-template): Reflow docstrings.
19044
19045 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
19046 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
19047 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
19048 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
19049 (idlwave-shell-display-line, idlwave-shell-display-wframe)
19050 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
19051 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
19052 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
19053 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
19054 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
19055 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
19056 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
19057 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
19058 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
19059 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
19060 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
19061 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
19062 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
19063 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
19064 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
19065 Fix typos in docstrings.
19066 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
19067 (idlwave-shell-hide-output, idlwave-shell-mode)
19068 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
19069 Reflow docstrings.
19070
19071 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
19072
62136c5d
SM
190732009-09-24 Ivan Kanis <apple@kanis.eu>
19074
19075 * term.el (term-bold-attribute): New var.
19076 (term-handle-colors-array): Use it.
19077
9c1a45ed
NR
190782009-09-23 Nick Roberts <nickrob@snap.net.nz>
19079
19080 * progmodes/gdb-mi.el (gdb-version): New variable.
19081 (gdb-non-stop-handler): Set gdb-version.
19082 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
19083 Condition "--thread" option on gdb-version.
19084 (gdb-invalidate-threads): Remove unused argument.
19085
03304f31
SM
190862009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19087
19088 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
19089 to looking-back to avoid ridiculous slow down in large files (bug#4511).
19090
4f02f0c9
GM
190912009-09-23 Glenn Morris <rgm@gnu.org>
19092
19093 * mail/rmail.el (rmail-reply): Don't try to add a References header when
19094 replying to mail without References or Message-Id. (Bug#4525)
19095
a3b4b363
AR
190962009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
19097
19098 * term/ns-win.el (ns-reg-to-script): New variable.
19099
7bda18cc
DU
191002009-09-23 Daiki Ueno <ueno@unixuser.org>
19101
19102 * epg.el (epg-wait-for-status): Preserve existing 'error results.
19103
72169e55
SS
191042009-09-22 Sam Steingold <sds@gnu.org>
19105
19106 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
19107 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
19108 to 1 because hg returns status 1 when nothing is found.
0aa4f295 19109 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 19110
905b7d38
SM
191112009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
19112
b0459dec
SM
19113 * textmodes/fill.el: Convert to utf-8 encoding.
19114 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 19115 pre-Unicode days.
b0459dec 19116
905b7d38
SM
19117 * add-log.el (change-log-fill-forward-paragraph): New function.
19118 (change-log-mode): Use it so fill-region DTRT.
19119 Set fill-indent-according-to-mode here rather than in
19120 change-log-fill-paragraph.
19121 (change-log-fill-paragraph): Remove.
19122
baa7f3de
JB
191232009-09-22 Juanma Barranquero <lekktu@gmail.com>
19124
19125 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
19126 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
19127
a8d789f0
GM
191282009-09-22 Glenn Morris <rgm@gnu.org>
19129
daedbbc2
GM
19130 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
19131 the scroll-bar scroll the calendar window rather than the buffer.
19132
d8899a74
GM
19133 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
19134 commands that move point (as opposed to scrolling).
19135
a8d789f0
GM
19136 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
19137
19138 * emacs-lisp/elint.el (elint): New custom group.
19139 (elint-log-buffer): Make it a defcustom.
19140 (elint-scan-preloaded, elint-ignored-warnings)
19141 (elint-directory-skip-re): New options.
19142 (elint-builtin-variables): Doc fix.
19143 (elint-preloaded-env): New variable.
19144 (elint-unknown-builtin-args): Add an entry for encode-time.
19145 (elint-extra-errors): Make it a variable rather than a constant.
19146 (elint-preloaded-skip-re): New constant.
19147 (elint-directory): Skip files matching elint-directory-skip-re.
19148 (elint-features): New variable, local to linted buffers.
19149 (elint-update-env): Initialize elint-features. Possibly add
19150 elint-preloaded-env to the buffer's environment.
19151 (elint-get-top-forms): Bind elint-current-pos, for log messages.
19152 Skip quoted forms.
19153 (elint-init-form): New function, extracted from elint-init-env.
19154 Make non-list forms a warning rather than an error.
19155 Add the mode-map for define-derived-mode. Handle define-minor-mode,
19156 easy-menu-define, put that adds an error-condition, and provide.
19157 When requiring cl, also require cl-macs. Really require cl, to handle
19158 some cl macros. Store required libraries in the list elint-features,
19159 so as not to re-load them. Treat cc-require like require.
19160 (elint-init-env): Call elint-init-form to do the work.
19161 Handle eval-and-compile and such like.
19162 (elint-add-required-env): Do not clear messages.
19163 (elint-special-forms): Add handlers for function, defalias, if, when,
19164 unless, and, or.
19165 (elint-form): Add optional argument to ignore elint-special-forms,
19166 useful to prevent recursive calls from handlers. Doc fix.
19167 Respect elint-ignored-warnings.
19168 (elint-form): Respect elint-ignored-warnings.
19169 (elint-bound-variable, elint-bound-function): New variables.
19170 (elint-unbound-variable): Respect elint-bound-variable.
19171 (elint-get-args): Respect elint-bound-function.
19172 (elint-check-cond-form): Add some simple handling for (f)boundp and
19173 featurep tests.
19174 (elint-check-defalias-form): New handler.
19175 (elint-check-let-form): Make an empty let a warning rather than an
19176 error.
19177 (elint-check-setq-form): Make an empty setq a warning rather than an
19178 error. Respect elint-ignored-warnings.
19179 (elint-check-defvar-form): Accept null doc-strings.
19180 (elint-check-conditional-form): New handler. Does some simple-minded
19181 checking of featurep and (f)boundp tests.
19182 (elint-put-function-args): New function.
19183 (elint-initialize): Use elint-scan-doc-file rather than
19184 elint-find-builtin-variables. Use elint-put-function-args.
19185 Possibly scan preloaded-file-list.
19186 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
19187 extend to handle functions as well.
19188
245be23c
JB
191892009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
19190
19191 * linum.el (linum-delete-overlays, linum-update-window):
19192 Do not modify the right margin. (Bug#3971)
19193
91fdbd6f
CY
191942009-09-21 Chong Yidong <cyd@stupidchicken.com>
19195
6a7662bb
BR
19196 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
19197 Use nxml-mode instead of xml-mode.
91fdbd6f 19198
7589d38e
JB
191992009-09-21 Kevin Ryde <user42@zip.com.au>
19200
19201 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
19202
5ac42715
SM
192032009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19204
19205 * net/dig.el (dig-mode): Use define-derived-mode.
19206
09c01323
DN
192072009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
19208
4096c5f2
DN
19209 * vc-dispatcher.el (vc-do-command): Return the process object in
19210 the asynchronous case. Use when instead of if. Do not run
5480359e 19211 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 19212
0e172cc2
DN
19213 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
19214 properties to the stash strings.
19215 (vc-git-stash-list): Return a list of strings.
19216 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
19217 (vc-git-stash-show-at-point): New functions.
19218 (vc-git-stash-map): New keymap.
19219
03304f31
SM
19220 * register.el (ctl-x-r-map): Define the keys here instead of
19221 using autoload.
09c01323 19222
03304f31 192232009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
19224
19225 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19226 list, to workaround performance problem (bug#4485).
19227
2f5fc4d7
NR
192282009-09-20 Nick Roberts <nickrob@snap.net.nz>
19229
19230 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19231
b0f5fd2e
DU
192322009-09-20 Daiki Ueno <ueno@unixuser.org>
19233
19234 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19235 Document that this option is not recommended to use.
19236
f3445fab
GM
192372009-09-19 Glenn Morris <rgm@gnu.org>
19238
547c6921
GM
19239 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19240 variable `var'.
19241
f3445fab
GM
19242 * calc/calc-alg.el (var):
19243 * calc/calcalg2.el (var): Define for compiler.
19244
946c009b
CY
192452009-09-19 Chong Yidong <cyd@stupidchicken.com>
19246
e3f36d03
SM
19247 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19248 Doc fix (Bug#3932).
e2045997 19249
24aedbca
CY
19250 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19251
327dd27a
CY
19252 * time-stamp.el (time-stamp-month-dd-yyyy)
19253 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19254 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19255 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
19256 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19257 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 19258
946c009b
CY
19259 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19260 indent buffer only if called interactively (Bug#4452).
19261
3e70541a 192622009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 19263 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
19264
19265 This fixes bug#4197 (merged to bug#865, though not identical).
19266 * server.el (server-auth-dir): Add docstring note about FAT32.
19267 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19268 but warn against using them.
19269
9b94c32e
NR
192702009-09-19 Nick Roberts <nickrob@snap.net.nz>
19271
19272 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19273 older GDB where there is no has_more field.
19274
66590684
GM
192752009-09-19 Glenn Morris <rgm@gnu.org>
19276
19277 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19278
9a1337f9
CY
192792009-09-18 Chong Yidong <cyd@stupidchicken.com>
19280
19281 * files.el (auto-mode-alist): Change default for XML files to nXML
19282 mode (Bug#4169).
19283
d7554167
JB
192842009-09-18 Juanma Barranquero <lekktu@gmail.com>
19285
19286 * server.el (server-ensure-safe-dir): Pass 'integer
19287 to `file-attributes', as suggested.
19288
35a3f9a4
SM
192892009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19290
19291 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19292 (dired-query): Use read-key.
19293
044f9b05
AR
192942009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19295
19296 * cus-start.el (ns-use-qd-smoothing): Remove.
19297
6188ea49
GM
192982009-09-18 Glenn Morris <rgm@gnu.org>
19299
08cf18e4
GM
19300 * allout.el (top-level): Remove unnecessary progn.
19301
07eae5c5
GM
19302 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19303
6726c25e
GM
19304 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19305 definition of abbrev table.
19306
3f527154 19307 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
19308 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19309 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
19310 * net/newst-backend.el (newsticker--cache-read-feed):
19311 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
19312 condition-case handlers.
19313
ccb4c30c
NR
193142009-09-18 Nick Roberts <nickrob@snap.net.nz>
19315
19316 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19317 (gdb-var-list): Add an element for has_more field.
19318 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19319 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19320 (gdb-var-update-handler-1): Parse output of dynamic variable
19321 objects (STL containers).
19322 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19323 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19324
19325 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19326 gdb-var-list.
19327 (gud-speedbar-buttons): Make node expandable if expression "has more"
19328 children.
19329
8686ac71
JB
193302009-09-17 Juanma Barranquero <lekktu@gmail.com>
19331
19332 * startup.el (emacs-quick-startup): Remove variable and all uses.
19333 (command-line): Set `inhibit-x-resources' instead.
19334 (command-line-1): Use `inhibit-x-resources' instead.
19335
a69c67e8
CY
193362009-09-17 Chong Yidong <cyd@stupidchicken.com>
19337
19338 * subr.el: Fix last change to avoid using the `unless' macro,
19339 which breaks bootstrapping.
19340
354f0faf
SM
193412009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19342
19343 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19344 extended definitions, in case we reload subr.el after having
19345 loaded CL.
19346 (eval-next-after-load): Mark as obsolete.
19347
98b9bf40
JL
193482009-09-17 Juri Linkov <juri@jurta.org>
19349
19350 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19351 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19352 (menu-bar-showhide-menu, menu-bar-tools-menu)
19353 (menu-bar-describe-menu, menu-bar-help-menu)
19354 (minibuffer-local-completion-map, minibuffer-local-map):
19355 Fix list quoting.
19356
28fab7b5
GM
193572009-09-17 Glenn Morris <rgm@gnu.org>
19358
88d5190c
GM
19359 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19360 arguments, whether or not it has a handler.
19361
74f24ba7
GM
19362 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19363
28fab7b5
GM
19364 * simple.el (hard-newline): Give it a doc-string.
19365
a8106aec
GM
19366 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19367 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 19368
76251ad7
DN
193692009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19370
72033dbe
DN
19371 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19372 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19373 (menu-bar-options-menu, menu-bar-showhide-menu)
19374 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19375 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19376 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19377 (menu-bar-options-menu, menu-bar-tools-menu)
19378 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19379 (menu-bar-help-menu):
19380 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19381 string arguments.
19382
76251ad7
DN
19383 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19384 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19385 calls for the menu names and :help.
19386
97b952b7
SM
193872009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19388
19389 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19390 to :minor-mode-function (bug#4455).
19391
8f38189e
SM
193922009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19393
d2fd733e
SM
19394 * startup.el (command-line): Initialize the window-system after
19395 processing the command-line.
19396
8f38189e
SM
19397 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19398 page-delimiter matches the empty string.
19399
77564fa4
GM
194002009-09-16 Glenn Morris <rgm@gnu.org>
19401
19402 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19403 byte-compile-not-obsolete-var. It's a list now.
19404 (byte-compile-not-obsolete-funcs): New variable.
19405 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19406 byte-compile-not-obsolete-funcs.
19407 (byte-compile-variable-ref, byte-compile-defvar): Update for
19408 byte-compile-not-obsolete-vars name-change and list nature.
19409 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19410 and variables behind (f)boundp tests.
19411 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19412
79d316d3
DN
194132009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19414
19415 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19416
8fed6934
SM
194172009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19418
19419 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19420 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19421 Don't autoload.
19422
4078fd57
SE
194232009-09-15 Stephen Eglen <stephen@gnu.org>
19424
19425 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 19426 the virtual-buffers, use the name of the buffer specified by
4078fd57 19427 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 19428 problem if the target and the symlink had different names.)
4078fd57 19429
838ff458
SM
194302009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19431
b3c7c12d
SM
19432 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19433
13dc2bc2
SM
19434 * desktop.el (desktop-path): Check user-emacs-directory.
19435
49fec531
SM
19436 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19437
0e328d37
SM
19438 * loadup.el: Use after-load-functions to GC after loading each file.
19439 Remove the explicit GC calls that used to be sprinkled around.
19440
838ff458
SM
19441 * subr.el (after-load-functions): New hook.
19442 (do-after-load-evaluation): Run it. Use string-match-p to detect
19443 `obsolete' packages, rather than painfully extracting the relevant
19444 directory name.
19445
a62f564f
GM
194462009-09-15 Glenn Morris <rgm@gnu.org>
19447
19448 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19449 free variable `doc'.
19450
19451 * dired.el (dired-mode-map): Add menu entry for async shell command.
19452
19453 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19454 variables, also consider the .elc files, since the .el files are
19455 normally gzipped (subsequent code locates the .el.gz from the .elc).
19456
19457 * calc/calc-prog.el (arglist): Define for compiler.
19458
19459 * calendar/diary-lib.el (diary-display-function): Change the default to
19460 fancy display.
19461 (body): Define for compiler.
19462
19463 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19464 (byte-compile-file-form, byte-compile-lambda)
19465 (byte-compile-top-level-body, byte-compile-form)
19466 (byte-compile-variable-ref, byte-compile-setq)
19467 (byte-compile-setq-default, byte-compile-body)
19468 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19469 (batch-byte-compile): Give some more local variables with common names
19470 a "bytecomp-" prefix to avoid masking warnings about free variables.
19471
cd05fe7f
GM
19472 * startup.el (command-line-1): Give local variables with common names a
19473 distinguishing prefix, so as not to hide free variable warnings during
19474 bootstrap.
19475
a62f564f
GM
19476 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19477 clever and add a suffix to make a unique name, just let the user decide
19478 whether or not to overwrite it. If the input is a directory, write the
19479 default filename to that directory. (Bug#4388)
19480 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19481 is a filename-as-a-directory.
19482
fbc88440
SM
194832009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19484
19485 * textmodes/page.el (what-page): Don't move to beginning of line.
19486 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19487
60308853
DN
194882009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19489
19490 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19491
32ba3abc
DN
194922009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19493
9cd39aff
DN
19494 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19495 * help.el (help-for-help-internal): Add purecopy calls for text.
19496
32ba3abc
DN
19497 * vc.el (top): print-log method now takes an optional SHORTLOG
19498 argument. Add a new method: root.
32ba3abc
DN
19499 (vc-root-diff, vc-print-root-log): New functions.
19500 (vc-log-short-style): New variable.
19501 (vc-print-log-internal): Add support for showing short logs.
19502
19503 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19504 vc-print-root-log and vc-print-root-diff.
19505
19506 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19507 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19508 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19509 short logs.
19510
19511 * vc-cvs.el (vc-cvs-print-log):
19512 * vc-mtn.el (vc-mtn-print-log):
19513 * vc-rcs.el (vc-rcs-print-log):
19514 * vc-sccs.el (vc-sccs-print-log):
19515 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19516 that is ignored for now.
19517
837b0e99
DN
19518 * vc-mtn.el (vc-mtn-annotate-command):
19519 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19520
31cd2dd4
SM
195212009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19522
19523 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19524 to function-key-map, and give them ascii-character property.
19525 * term/x-win.el (x-alternatives-map):
19526 * term/ns-win.el (ns-alternatives-map):
19527 * term/internal.el (msdos-key-remapping-map):
19528 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19529
d62e5bf2
GM
195302009-09-14 Glenn Morris <rgm@gnu.org>
19531
19532 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19533 temp-buffers (2009-09-12).
19534
7d0105e5
SM
195352009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19536
19537 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19538 the new read-key function.
19539
e17ed9ad
CY
195402009-09-13 Chong Yidong <cyd@stupidchicken.com>
19541
19542 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19543 is defined (Bug#4405).
19544
1fc26e29
CY
195452009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19546
19547 * recentf.el (recentf-cleanup): Use a hash table to find
19548 duplicates (Bug#4407).
19549
61dc96a2 195502009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
19551
19552 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19553 kp-0 to ascii equivalents (Bug#4325).
19554
42c3a9e3
CY
195552009-09-13 Chong Yidong <cyd@stupidchicken.com>
19556
1f5c1626
CY
19557 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19558
42c3a9e3 19559 * eshell/em-hist.el:
31cd2dd4
SM
19560 * eshell/em-dirs.el (eshell-complete-user-reference):
19561 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
19562
195632009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19564
19565 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19566 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19567 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
19568 * eshell/em-hist.el (eshell-history-file-name):
19569 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 19570
1e2b6acf
GM
195712009-09-13 Glenn Morris <rgm@gnu.org>
19572
19573 * ediff-merg.el (ediff-do-merge):
19574 * filesets.el (filesets-run-cmd):
19575 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19576 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19577 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19578 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19579 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19580 Replace empty `let's with `progn'.
19581
adba8116
SM
195822009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19583
19584 * mail/sendmail.el (send-mail-function):
19585 * tooltip.el (tooltip-mode):
19586 * simple.el (transient-mark-mode):
19587 * rfn-eshadow.el (file-name-shadow-mode):
19588 * frame.el (blink-cursor-mode):
19589 * font-core.el (global-font-lock-mode):
19590 * files.el (temporary-file-directory)
19591 (small-temporary-file-directory, auto-save-file-name-transforms):
19592 * epa-hook.el (auto-encryption-mode):
19593 * composite.el (global-auto-composition-mode):
19594 Use custom-initialize-delay.
19595 * startup.el (command-line): Don't explicitly call
19596 custom-reevaluate-setting for all the above vars.
19597 * custom.el (custom-initialize-safe-set)
19598 (custom-initialize-safe-default): Delete.
19599
0a4afea9
SM
196002009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19601
9f94990d
SM
19602 * term/x-win.el (x-initialize-window-system):
19603 * term/w32-win.el (w32-initialize-window-system):
19604 * term/ns-win.el (ns-initialize-window-system): Don't call
19605 mouse-wheel-mode since it's enabled globally by default already.
19606
0a4afea9
SM
19607 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19608 actually define the variable, but only silences the byte-compiler.
19609 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19610 before looking it up.
19611 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19612 is changed.
19613
bf01513f
GM
196142009-09-12 Glenn Morris <rgm@gnu.org>
19615
19616 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19617 1000.
19618 (elint-add-required-env): Don't beep on error.
19619 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
19620 (elint-init-env): Skip non-list forms.
19621 (elint-log): Handle unknown file positions.
bf01513f 19622
d85889e4
DU
196232009-09-12 Daiki Ueno <ueno@unixuser.org>
19624
19625 * epg.el (epg-make-context): Add autoload cookie.
19626 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19627 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19628 (epg-verify-string, epg-start-sign, epg-sign-file)
19629 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19630 (epg-encrypt-string, epg-start-export-keys)
19631 (epg-export-keys-to-file, epg-export-keys-to-string)
19632 (epg-start-import-keys, epg-import-keys-from-file)
19633 (epg-import-keys-from-string, epg-start-receive-keys)
19634 (epg-receive-keys, epg-import-keys-from-server)
19635 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19636 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
19637 (epg-generate-key-from-file, epg-generate-key-from-string):
19638 Remove autoload cookie.
d85889e4 19639
8f825ee6
EZ
196402009-09-12 Eli Zaretskii <eliz@gnu.org>
19641
36b434ee
EZ
19642 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19643 reevaluation of trash-directory.
19644
8f825ee6
EZ
19645 * mwheel.el: Fix last change.
19646 (mouse-wheel-mode): New defvar.
19647 (mouse-wheel-mode): Remove autoload cookie.
19648
5766c380
SM
196492009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19650
ab5c0fcd
SM
19651 * mwheel.el (mwheel-installed-bindings): New var.
19652 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19653 the bindings we set last time. Use custom-initialize-delay.
19654 * loadup.el: Load mwheel after term/*-win.el.
19655 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19656 and mouse-wheel-up-event now that their first evaluation is done
19657 sufficiently late to be correct.
19658
45448e64
SM
19659 * startup.el (tutorial-directory): Make it a defcustom.
19660 Use custom-initialize-delay rather than eval-at-startup to set it.
19661 * image.el (image-load-path): Make it a defcustom.
19662 Use custom-initialize-delay rather than eval-at-startup to set it.
19663 * subr.el (eval-at-startup): Remove.
19664 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19665
5766c380
SM
19666 * subr.el (do-after-load-evaluation): Warn the user after loading an
19667 obsolete package.
19668
d6549da4
GM
196692009-09-12 Glenn Morris <rgm@gnu.org>
19670
19671 * proced.el (proced-mark-alt): Remove alias.
19672 (proced-mode-map): Remove proced-mark-alt.
19673
19674 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19675 Elint file and directory. Remove initialization entry.
19676
19677 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19678 commands.
19679 (elint-current-buffer): Set mode-line-process.
19680 (elint-init-env): Handle define-derived-mode.
19681 Fix declare-function with unspecified arglist. Guard against odd
19682 defalias statements (eg iso-insert's 8859-1-map).
19683 (elint-add-required-env): Use a temp buffer.
19684 (elint-form): Just print the function/macro name, not the whole form.
19685 Return env unchanged if we fail to parse a macro.
19686 (elint-forms): Guard against parse errors.
19687 (elint-output): New function, to handle batch mode.
19688 (elint-log-message): Add optional argument. Use elint-output.
19689 (elint-set-mode-line): New function.
19690
30194d4d
CY
196912009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19692
19693 * emacs-lisp/elp.el (elp-not-profilable): Add more
19694 functions (Bug#4233).
19695
a035f9b0
CY
196962009-09-12 Chong Yidong <cyd@stupidchicken.com>
19697
19698 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19699 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19700
dad61164
NR
197012009-09-11 Nick Roberts <nickrob@snap.net.nz>
19702
19703 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19704 (gdb-var-list-children): Use json parsing.
19705
9c3c9fdf 197062009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
19707
19708 * progmodes/js.el (js--proper-indentation): Handle the case where
19709 char-before is null. Reported by Deniz Dogan.
19710
b4587710
JB
197112009-09-11 Juanma Barranquero <lekktu@gmail.com>
19712
19713 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19714
13890796
DU
197152009-09-11 Daiki Ueno <ueno@unixuser.org>
19716
19717 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19718 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 19719 (epg-context-set-passphrase-callback)
97d4bdba 19720 (epg-context-set-progress-callback): Add description about
b18508dd 19721 callback function.
13890796 19722
2efb64a8
SM
197232009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19724
790d0270
SM
19725 * custom.el (custom-delayed-init-variables): New var.
19726 (custom-initialize-delay): New function.
19727 * startup.el (command-line): "Re"evaluate all vars in
19728 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19729 explicitly any more.
19730 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19731 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19732
19733 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 19734
ac243a40
NR
197352009-09-11 Nick Roberts <nickrob@snap.net.nz>
19736
19737 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
19738 (gdb-var-update-handler): Use json parsing.
19739
657bc6fc
JB
197402009-09-11 Juanma Barranquero <lekktu@gmail.com>
19741
19742 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
19743 decode annotated text, regardless of language environment. (Bug#2741)
19744
b6fe8102
SM
197452009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19746
19747 * Makefile.in (autoloads): Make rmail.el writable as well.
19748
5cc443fe
GM
197492009-09-11 Glenn Morris <rgm@gnu.org>
19750
5515c54e
GM
19751 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
19752 loaddefs.el.
19753 * dired.el: Regenerate with extracted autoloads.
19754 * Makefile.in (autoloads): Make dired.el writable.
19755
15067158
GM
19756 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
19757 * ibuffer.el: Regenerate with extracted autoloads.
19758 * Makefile.in (autoloads): Make ibuffer.el writable.
19759
d35d0238
GM
19760 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
19761 * version.el (emacs-copyright, emacs-major-version)
19762 (emacs-minor-version): Reformat doc-strings for make-docfile.
19763
5cc443fe
GM
19764 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
19765 functions and variables, since they must be stuff specific to some other
19766 platform.
19767 (apropos-print): Make mouse-click message less specific about button.
19768
19769 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
19770 that records where a macro was defined.
19771 * help-fns.el (describe-function-1): Mention if a function has a
19772 compiler-macro.
19773 * help-mode.el (help-function-cmacro): New button.
19774
19775 * locate.el (top-level): Always require dired.
19776 (locate-mode-map): Initialize inside the defvar.
19777
19778 * net/ange-ftp.el (dired-compress-file): Declare.
19779 (ange-ftp-dired-compress-file): Add doc string.
19780
19781 * term/ns-win.el (x-display-name, x-setup-function-keys):
19782 Unify doc-strings with X versions.
19783
8cb95edf
SM
197842009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19785
726a4d09
SM
19786 * emulation/crisp.el (crisp-mode-map): Move initialization
19787 into declaration.
19788 (crisp-mode): Use define-minor-mode.
19789
8cb95edf
SM
19790 * progmodes/xscheme.el (xscheme-evaluation-commands):
19791 Put a :advertised-binding property rather than using
19792 advertised-xscheme-send-previous-expression.
19793 (advertised-xscheme-send-previous-expression): Declare obsolete.
19794 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
19795 `advertised-undo'.
19796 (crisp-mode): Add corresponding bindings to
19797 undo's :advertised-binding instead.
19798 * dired.el (dired-mode-map): Put a :advertised-binding property rather
19799 than using dired-advertised-find-file.
19800 (dired-advertised-find-file):
19801 * simple.el (advertised-undo):
19802 * wid-edit.el (advertised-widget-backward): Declare obsolete.
19803 (widget-keymap): Put a :advertised-binding property rather
19804 than using advertised-widget-backward.
19805 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
19806 than using advertised-undo.
19807 * tutorial.el (tutorial--default-keys): Adjust accordingly.
19808
07db5857
SS
198092009-09-10 Simon South <ssouth@slowcomputing.org>
19810
19811 * progmodes/delphi.el (delphi-tab): Indent region when Transient
19812 Mark mode is enabled and region is active; otherwise indent or
19813 insert TAB as usual.
19814 (delphi-mode): Update description of TAB-key binding.
19815
50d4ba39
SM
198162009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19817
19818 * subr.el (define-key-rebound-commands): Mark obsolete.
19819 * startup.el (precompute-menubar-bindings): Remove.
19820 (normal-top-level): Remove obsolete code that tried to precompute
19821 menubar bindings.
19822 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
19823 define-key-rebound-commands and precompute-menubar-bindings.
19824
ffa894db
KY
198252009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
19826
19827 * net/imap.el (imap-interactive-login): Better messages.
19828 (imap-open): Fix bug with renamed buffer on reconnect.
19829 (imap-authenticate): Add buffer-local imap-last-authenticator variable
19830 for easier debugging and cleaner code. On successful (guessed based on
19831 server capabilities) secondary authentication, set imap-state
19832 correctly.
19833 (imap-last-authenticator): Define imap-last-authenticator as a variable
19834 to avoid warnings.
19835
9477096c
GM
198362009-09-10 Glenn Morris <rgm@gnu.org>
19837
19838 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
19839
19840 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
19841 (byte-compile-file-form-autoload): Don't warn about unknown functions
19842 where the autoload statement comes after the use.
19843 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
19844 that any handlers inside the body (eg require) are in turn respected.
19845
19846 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
19847 effects.
19848
19849 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
19850 and syntax and abbrev tables basic docs, if they don't have any.
19851
19852 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
19853
19854 * international/mule-cmds.el (top-level): Require cl when compiling.
19855 (view-hello-file): Use default-value rather than
19856 default-enable-multibyte-characters.
19857
19858 * progmodes/fortran.el: Move all safe and risky properties into the
19859 defcustoms.
19860
19861 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
19862 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
19863 * mail/undigest.el:
19864 Put autoloads in rmail.el rather than loaddefs.el.
19865 * mail/rmail.el: Regenerate with extracted autoloads.
19866
19867 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
19868 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
19869
9f16c547
NR
198702009-09-10 Nick Roberts <nickrob@snap.net.nz>
19871
19872 Reported in thread for Bug#4375.
19873 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
19874 "-data-evaluate-expression" instead of print.
19875 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
19876 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
19877 (gdb): Revert 2009-08-11 change. User should detach inferior
19878 manually.
9f16c547
NR
19879
19880 Remove the word "separate" from IO functions as inferior
19881 output is now never displayed in the GUD buffer.
19882
50405cd0
JB
198832009-09-10 Juanma Barranquero <lekktu@gmail.com>
19884
19885 * startup.el (command-line-normalize-file-name): On Windows and
19886 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
19887
7ae62430
JL
198882009-09-10 Juri Linkov <juri@jurta.org>
19889
19890 * isearch.el (isearch-text-char-description): Propertize escape
19891 character sequences with the `escape-glyph' face. (Bug#4344)
19892
19893 * simple.el (shell-command): Set asynchronous process filter to
19894 `comint-output-filter'. (Bug#4343)
19895
19896 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
19897 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
19898 the list. Move "asm" to the bottom.
19899 (grep-find-ignored-directories): Add `choice' with nil value
19900 to empty the list easily.
19901 (grep-find-ignored-files): New option.
19902 (grep-files-history): Set to nil by default instead of '("ch" "el").
19903 (grep-compute-defaults): Add "<X>" to `grep-template'.
19904 (grep-read-files): Bind new local variables `default-alias' and
19905 `default-extension'. Use a list of default values for the file prompt.
19906 (lgrep): Add `--exclude=' command line options composed from
19907 `grep-find-ignored-files'.
19908 (rgrep): Add `-name' command line options composed from
19909 `grep-find-ignored-files'. (Bug#4301)
19910
cd875252
SM
199112009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
19912
19913 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
19914 (bug#4368).
19915
cdce0b33
KY
199162009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
19917
19918 * calendar/time-date.el (autoload):
19919 Expand define-obsolete-function-alias into defalias and make-obsolete
19920 for old Emacsen that Gnus supports.
19921 (with-no-warnings): Define it for old Emacsen.
19922 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
19923 is available.
19924 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
19925 float-time is available; suppress compile warning for time-to-seconds.
19926
199272009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
19928
19929 * net/imap.el (imap-message-map): Docstring fix.
19930
2b2eb431
GM
199312009-09-09 Glenn Morris <rgm@gnu.org>
19932
19933 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
19934 line numbers too. (Bug#4374)
19935
83a5aac5
SM
199362009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
19937
755e0210
SM
19938 * smerge-mode.el (smerge-remove-props, smerge-refine):
19939 Use with-silent-modifications (bug#4342).
19940
83a5aac5
SM
19941 * subr.el (with-silent-modifications): New macro.
19942
79f01fa7
JB
199432009-09-07 Juanma Barranquero <lekktu@gmail.com>
19944
19945 * files.el (top-level): Require `cl' when compiling.
19946
448ecec3
GM
199472009-09-07 Glenn Morris <rgm@gnu.org>
19948
19949 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
19950
8f09a02f
GM
19951 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
19952 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
19953
76ff67bf
NR
199542009-09-06 Nick Roberts <nickrob@snap.net.nz>
19955
19956 * vc-git.el (vc-git-annotate-command): Use separator to parse
19957 arguments correctly.
19958
943c8b75
EZ
199592009-09-06 Eli Zaretskii <eliz@gnu.org>
19960
19961 * proced.el (proced-mode): Doc fix.
19962
680db9ac
MA
199632009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
19964
19965 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
19966 lstat fails.
19967 (tramp-do-file-attributes-with-ls): Check for file existence at
19968 remote end.
19969 (tramp-do-file-attributes-with-stat): Likewise.
19970 (tramp-convert-file-attributes): Return nil when attr is nil.
19971
3f12e5bd
GM
199722009-09-05 Glenn Morris <rgm@gnu.org>
19973
c8dc27bf
GM
19974 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
19975 properties to this button.
19976 (diary-fancy-display): Don't extend the button to the final newline.
19977 (diary-fancy-display-mode): Continue to define "q" as a local key.
19978
cca065d8
GM
19979 * calendar/cal-china.el (holiday-chinese): Make it slightly more
19980 efficient.
19981
cddaedb6
GM
19982 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
19983
3f12e5bd
GM
19984 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
19985 (byte-compile-dest-file-function): New option.
19986 (byte-compile-dest-file): Doc fix.
19987 Obey byte-compile-dest-file-function.
19988 (byte-compile-cl-file-p): New function.
19989 (byte-compile-eval): Only suppress noruntime warnings about cl functions
19990 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
19991 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
19992 than for file being previously loaded.
19993 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
19994 (byte-compile-file-form-require): Handle the case where requiring a file
19995 indirectly causes CL to be loaded.
19996
049a231b
KF
199972009-09-05 Karl Fogel <kfogel@red-bean.com>
19998
19999 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
20000 before killing the old buffer, since by the time `kill-buffer' is
20001 run so many buffer variables have been set to nil that it may not
20002 behave as expected. (Bug#4061)
20003
ef7ef2a0
KF
200042009-09-05 Karl Fogel <kfogel@red-bean.com>
20005
20006 * files.el (find-alternate-file): If the old buffer is modified
20007 and visiting a file, behave similarly to `kill-buffer' when
20008 killing it, thus reverting to the pre-1.878 behavior; see
20009 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
20010 for discussion. Also, consult `buffer-file-name' as a variable
20011 not as a function, for consistency with the rest of the code.
20012
73d854cd
MA
200132009-09-04 Michael Albinus <michael.albinus@gmx.de>
20014
20015 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
20016 also when adding a new directory.
20017
6a7662bb
BR
20018 * net/tramp-compat.el (tramp-compat-line-beginning-position):
20019 New defun.
73d854cd 20020
df120481
SM
200212009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
20022
20023 * files.el (locate-file-completion-table): Make it provide boundary
20024 information, so partial-completion works better.
20025
c0bc6d79
SM
200262009-09-04 Leo <sdl.web@gmail.com> (tiny change)
20027
20028 * mail/footnote.el (Footnote-text-under-cursor):
20029 Check footnote-text-marker-alist before using it (bug#4324).
20030
f76a9756
GM
200312009-09-04 Glenn Morris <rgm@gnu.org>
20032
67d110f1
GM
20033 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
20034 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
20035 * play/solitaire.el, play/tetris.el:
20036 Remove leading * from defcustom and defface docs.
20037
b42d4989
GM
20038 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
20039 necessary.
20040 (diary-fancy-overriding-map): New variable.
20041 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
20042 Use view-mode.
20043
f76a9756
GM
20044 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
20045 goto-line.
20046
e605eeeb
GM
200472009-09-03 Glenn Morris <rgm@gnu.org>
20048
597e2240
GM
20049 * arc-mode.el (archive-mode):
20050 * dos-fns.el (set-default-process-coding-system):
20051 * man.el (Man-getpage-in-background):
20052 * menu-bar.el (menu-bar-describe-menu):
20053 * server.el (server-process-filter):
20054 * startup.el (command-line):
20055 * tar-mode.el (tar-header-block-tokenize, tar-extract):
20056 * w32-fns.el (set-default-process-coding-system):
20057 * x-dnd.el (x-dnd-handle-file-name):
20058 * international/mule-cmds.el (mule-menu-keymap)
20059 (set-default-coding-systems, language-info-alist, set-language-info)
20060 (set-language-environment, standard-display-european-internal)
20061 (set-locale-environment):
20062 * international/mule-diag.el (mule-diag):
20063 * mail/emacsbug.el (report-emacs-bug):
20064 * mail/rmail.el (rmail-mode):
20065 * mail/sendmail.el (mail-setup):
20066 Use default-value rather than default-enable-multibyte-characters.
20067
f38184aa
GM
20068 * progmodes/f90.el: Move all safe properties into the defcustoms.
20069 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
20070
e605eeeb
GM
20071 * calendar/appt.el (appt-check):
20072 * calendar/diary-lib.el (diary-set-header, diary-live-p)
20073 (diary-check-diary-file, diary-list-entries)
20074 (diary-include-other-diary-files, diary-simple-display)
20075 (diary-fancy-display, diary-print-entries)
20076 (diary-mark-included-diary-files, diary-make-entry):
20077 Don't call substitute-in-file-name on diary-file.
20078
734db384 200792009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 20080 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
20081
20082 * mail/footnote.el (footnote-prefix): Make it a defcustom.
20083 (footnote-mode-map): Move initialization into the declaration.
20084 (footnote-minor-mode-map): Define it rather than changing global-map.
20085 (footnote-mode): Use define-minor-mode.
20086
e5aa47f9
MA
200872009-09-02 Michael Albinus <michael.albinus@gmx.de>
20088
20089 * net/tramp.el (tramp-handle-file-attributes-with-ls)
20090 (tramp-do-file-attributes-with-perl)
20091 (tramp-do-file-attributes-with-stat): Rename from
20092 `tramp-handle-file-attributes-with-*'.
20093 (tramp-handle-file-attributes): Use them.
20094 (tramp-do-directory-files-and-attributes-with-perl)
20095 (tramp-do-directory-files-and-attributes-with-stat): Rename from
20096 `tramp-handle-directory-files-and-attributes-with-*'.
20097 (tramp-handle-directory-files-and-attributes): Use them.
20098 (tramp-method-out-of-band-p): Additional parameter SIZE.
20099 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
20100 (tramp-handle-write-region): Use it.
734db384 20101 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
20102 (tramp-handle-vc-registered): Check, whether the first run did
20103 return files to be tested.
20104 (tramp-advice-make-auto-save-file-name): Do not call directly
20105 `tramp-handle-make-auto-save-file-name', because this would bypass
20106 the locking mechanism.
20107
734db384 20108 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
20109 (file-remote-p, process-file, start-file-process, set-file-times)
20110 (tramp-compat-file-attributes): Compatibility functions shall not
20111 call directly `tramp-handle-*', because this would bypass the
20112 locking mechanism.
20113 (tramp-compat-number-sequence): New defun.
20114
6e2ca895
GM
201152009-09-02 Glenn Morris <rgm@gnu.org>
20116
697c7714
GM
20117 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
20118 alias for float-time.
20119 (time-to-number-of-days): In Emacs, use float-time.
20120 * net/newst-backend.el (time-add): Suppress warnings from compat
20121 function.
20122 * time.el (emacs-uptime, emacs-init-time):
20123 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
20124 Use float-time rather than time-to-seconds.
20125
6e2ca895
GM
20126 * minibuffer.el (completion-initials-expand): Fix typo.
20127
20128 * faces.el (modeline, modeline-inactive, modeline-highlight)
20129 (modeline-buffer-id):
20130 * info.el (info-menu-5): Mark these face aliases as obsolete.
20131
ed17efec
NR
201322009-09-01 Nick Roberts <nickrob@snap.net.nz>
20133
20134 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
20135 space ...
20136 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
20137 no "--thread" option.
20138 (gdb-stopped): Don't print "Switched to thread" message when it is
20139 unchanged.
20140
fcb68f70
SM
201412009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
20142
20143 * minibuffer.el (completion-try-completion)
20144 (completion-all-completions): Remove ill-defined (and
20145 mistakenly installed and luckily never used nor documented)
20146 `completion-styles' property.
20147 (completion-initials-expand, completion-initials-all-completions)
20148 (completion-initials-try-completion): New functions.
20149 (completion-styles-alist): Add doc to each entry.
20150 Add new `initials' entry.
20151
83318a6d
NR
201522009-09-01 Nick Roberts <nickrob@snap.net.nz>
20153
20154 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
20155 MI command -var-evaluate-expression.
20156 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
20157 and tweak for case of string child.
734db384 20158 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 20159
d63eb0e7
GM
201602009-09-01 Glenn Morris <rgm@gnu.org>
20161
c4f6e489
GM
20162 * add-log.el (change-log-date-face, change-log-name-face)
20163 (change-log-email-face, change-log-file-face, change-log-list-face)
20164 (change-log-conditionals-face, change-log-function-face)
20165 (change-log-acknowledgement-face):
20166 * cus-edit.el (custom-invalid-face, custom-rogue-face)
20167 (custom-modified-face, custom-set-face, custom-changed-face)
20168 (custom-saved-face, custom-button-face, custom-button-pressed-face)
20169 (custom-documentation-face, custom-state-face, custom-comment-face)
20170 (custom-comment-tag-face, custom-variable-tag-face)
20171 (custom-variable-button-face, custom-face-tag-face)
20172 (custom-group-tag-face-1, custom-group-tag-face):
20173 * diff-mode.el (diff-header-face, diff-file-header-face)
20174 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20175 (diff-added-face, diff-changed-face, diff-function-face)
20176 (diff-context-face, diff-nonexistent-face):
20177 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20178 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
20179 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20180 (Info-title-4-face):
20181 * isearch.el (isearch-lazy-highlight-face):
20182 * log-view.el (log-view-file-face, log-view-message-face):
20183 * paren.el (show-paren-match-face, show-paren-mismatch-face):
20184 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20185 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20186 (cvs-msg-face):
20187 * smerge-mode.el (smerge-mine-face, smerge-other-face)
20188 (smerge-base-face, smerge-markers-face):
20189 * wid-edit.el (widget-documentation-face, widget-button-face)
20190 (widget-field-face, widget-single-line-field-face)
20191 (widget-inactive-face, widget-button-pressed-face):
20192 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
20193 (woman-addition-face):
2fb1ec93
GM
20194 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
20195 (eshell-ls-executable-face, eshell-ls-readonly-face)
20196 (eshell-ls-unreadable-face, eshell-ls-special-face)
20197 (eshell-ls-missing-face, eshell-ls-archive-face)
20198 (eshell-ls-backup-face, eshell-ls-product-face)
20199 (eshell-ls-clutter-face):
20200 * eshell/em-prompt.el (eshell-prompt-face):
20201 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 20202 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
20203 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
20204 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
20205 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
20206 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
20207 (antlr-font-lock-literal-face):
c4f6e489
GM
20208 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20209 (ebrowse-root-class-face, ebrowse-file-name-face)
20210 (ebrowse-default-face, ebrowse-member-attribute-face)
20211 (ebrowse-member-class-face, ebrowse-progress-face):
20212 * progmodes/make-mode.el (makefile-space-face):
20213 * progmodes/sh-script.el (sh-heredoc-face):
20214 * textmodes/flyspell.el (flyspell-incorrect-face)
20215 (flyspell-duplicate-face):
20216 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 20217 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
20218 Mark face aliases with "-face" suffix as obsolete.
20219
d80619fa
GM
20220 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
20221 compiler.
20222
5f68c1b7
GM
20223 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20224 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20225 easy-menu-define wants to modify these.
20226
20227 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20228
20229 * net/browse-url.el (browse-url-file-url):
20230 * term/internal.el (dos-codepage-setup):
20231 Use default-value rather than default-enable-multibyte-characters.
20232
d80619fa 20233 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
20234 * progmodes/flymake.el (flymake-highlight-line)
20235 (flymake-goto-file-and-line, flymake-goto-line):
20236 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20237 (gdb-goto-breakpoint):
20238 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20239 * progmodes/python.el (python-find-function)
20240 (python-pdbtrack-track-stack-file):
20241 * progmodes/verilog-mode.el (verilog-surelint-off):
20242 * term/ns-win.el (ns-open-file-select-line):
20243 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20244 Use forward-line rather than goto-line.
20245
d63eb0e7
GM
20246 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20247 * textmodes/reftex-index.el (reftex-display-index):
20248 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20249 * textmodes/reftex-toc.el (reftex-toc):
20250 Remove unnecessary bindings of default-major-mode (all are followed by
20251 major-mode check and possible mode switch).
20252
0afad278
NR
202532009-08-31 Nick Roberts <nickrob@snap.net.nz>
20254
20255 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20256 Handle watchpoints (bug#4282).
20257 (def-gdb-thread-buffer-command): Enable thread to be selected by
20258 clicking without selecting threads buffer first.
20259 (gdb-current-context-command): Use selected frame so that "up",
20260 "down" etc work in the GUD buffer.
20261 (gdb-update): Find selected frame before rendering stack buffer.
20262 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20263
4e135dd2
SM
202642009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20265
20266 * progmodes/sym-comp.el (displayed-completions): Remove.
20267 (symbol-complete): Use minibuffer-complete.
20268
e61eba34
GM
202692009-08-31 Glenn Morris <rgm@gnu.org>
20270
20271 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20272
734db384
SM
20273 * apropos.el (apropos-symbols-internal):
20274 Handle (obsolete) face aliases.
e61eba34
GM
20275
20276 * faces.el (describe-face): Adjust the output format to be more like
20277 describe-variable, and to mention (obsolete) face aliases.
20278 Adjust the whitespace so that help-setup-xref works.
20279
20280 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20281 * calendar/diary-lib.el (diary-button-face):
20282 Mark these face aliases as obsolete.
20283
20284 * calendar/calendar.el (calendar-today): Doc fix.
20285
4cf71456
NR
202862009-08-31 Nick Roberts <nickrob@snap.net.nz>
20287
20288 * progmodes/gdb-mi.el (gdb-control-all-threads)
20289 (gdb-control-current-thread): Force tool bar update.
20290 (gdb-non-stop-handler): New function.
20291 (gdb-init-1): Use it to test if non-stop mode is supported.
20292 Remove unused gdbmi buffer type.
20293
e61eba34 202942009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
20295
20296 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 20297 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 20298
4324f7ca
NR
202992009-08-30 Nick Roberts <nickrob@snap.net.nz>
20300
20301 * comint.el (comint-exec-1): Check command is non-null first.
20302 Part of gdb-mi.el change (2009-08-28).
20303
a1bf889a
SM
203042009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20305
20306 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20307
060c08b5
JB
203082009-08-30 Juanma Barranquero <lekktu@gmail.com>
20309
20310 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20311 instead of `dolist' to avoid a recursive require when bootstrapping.
20312
ab22be48
SM
203132009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20314
73ebf88f
SM
20315 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20316
80629cfc
SM
20317 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20318
206d0387 20319 * net/imap.el (imap-send-command): Simplify.
734db384 20320 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 20321
844f7784
SM
20322 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20323
5ca4661e
SM
20324 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20325 with constant argument.
20326
c61dc887
SM
20327 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20328
7eb73deb
SM
20329 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20330
5fe443de
SM
20331 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20332 Change default, since most of our files don't have a history.
20333 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20334 the user.
20335
6444d64a
SM
20336 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20337 Add comint-run.
20338
5cb16bfc
SM
20339 * calc/calc.el: Improve commenting convention.
20340 (calc-digit-map, toplevel): Simplify.
20341
0aeb71a7
SM
20342 * comint.el (comint-insert-input): Be careful to only set point if we
20343 don't delegate to some other command.
20344
9a9af856
SM
20345 * proced.el (proced-signal-list): Make it an alist.
20346 (proced-grammar-alist): Capitalize names.
20347 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20348 Disable undo manually and make it read-only.
20349 Use completion-annotate-function.
20350
ab22be48
SM
20351 * minibuffer.el (minibuffer-message): If the current buffer is not
20352 a minibuffer, insert the message in the echo area rather than at the
20353 end of the buffer.
20354 (completion-annotate-function): New variable.
20355 (minibuffer-completion-help): Use it.
20356 (completion--embedded-envvar-table): Environment vars are
20357 always case-sensitive.
20358
4a948dbf
GM
203592009-08-30 Glenn Morris <rgm@gnu.org>
20360
20361 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20362 from fortran-current-defun.
20363 (fortran-beginning-of-subprogram): Be more precise about finding the
20364 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20365 (fortran-end-of-subprogram): Simplify.
20366 (fortran-current-defun): Use fortran-start-prog-re.
20367
486cf3b8
JB
203682009-08-29 Juanma Barranquero <lekktu@gmail.com>
20369
20370 * subr.el (do-after-load-evaluation): Simplify.
20371
db167d28
DN
203722009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20373
20374 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20375
20376 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20377 (vc-rcs-print-log): Use it.
20378
20379 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20380
efbc652a
SM
203812009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20382
2aa0e5bf
SM
20383 * paths.el (abbrev-file-name): Move to abbrev.el.
20384 * abbrev.el (abbrev-file-name): Move from paths.el.
20385 Obey user-emacs-directory.
20386 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20387 user-emacs-directory.
20388 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20389 abbrev-file-name and calc-settings-file any more.
20390 * startup.el (command-line): Recompute abbrev-file-name and
20391 abbreviated-home-dir.
20392 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20393 of the special code for when C-h bindings haven't been changed.
20394 (display-startup-echo-area-message): Use with-current-buffer.
20395 (command-line-1): Use a list of strings, rather than a list of lists
20396 of strings for longopts.
20397
51da8fe2
SM
20398 * files.el (get-free-disk-space): Use / for default-directory.
20399
0c3cc4dd
SM
20400 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20401 Use with-current-buffer.
20402
d988dbf6
SM
20403 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20404 Recognize immutable variables like most-positive-fixnum.
20405 (byte-compile-setq-default): Check and warn if trying to assign
20406 to an immutable variable, or a non-variable.
20407
efbc652a
SM
20408 * progmodes/cc-vars.el (c-comment-continuation-stars):
20409 * progmodes/cc-engine.el (c-looking-at-bos):
20410 * progmodes/cc-cmds.el (c-toggle-auto-state)
20411 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20412 (c-comment-line-break-function): Add version of obsolescence.
20413
d30a05d1
JL
204142009-08-28 Juri Linkov <juri@jurta.org>
20415
20416 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20417 associated with `archive-mode'.
20418
20419 * image.el (image-type-header-regexps): Use only JPEG magic number
20420 to determine JPEG images, and don't use `image-jpeg-p' because
20421 Emacs can display non-JFIF non-Exif JPEG images.
20422
1e8eecea
JB
204232009-08-28 Juanma Barranquero <lekktu@gmail.com>
20424
20425 * arc-mode.el (archive-mode):
20426 * emacs-lisp/re-builder.el (re-builder-unload-function):
20427 Protect against the default value of `major-mode' being nil.
20428
dd4fbf56
JB
204292009-08-28 Juanma Barranquero <lekktu@gmail.com>
20430
20431 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20432 Fix typos in docstrings.
20433
20434 * progmodes/js.el (js--macro-decl-re): Doc fix.
20435 (js--plain-method-re, js--split-name): Refloc docstring.
20436 (js--class-styles, js--make-merged-item, js--splice-into-items):
20437 Fix typos in docstrings; reflow docstrings.
20438 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20439 (js--variable-decl-matcher, js--inside-pitem-p)
20440 (js--parse-state-at-point, js--get-all-known-symbols)
20441 (js--symbol-history, js-find-symbol, js--js-references)
20442 (js--moz-interactor, js--js-encode-value, js--read-tab):
20443 Fix typos in docstrings.
20444
72f16325
SM
204452009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20446
14acf2f5
SM
20447 * textmodes/reftex.el (reftex-get-file-buffer-force):
20448 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20449 * emulation/viper.el (viper-go-away, viper-set-hooks):
20450 * emacs-lisp/re-builder.el (re-builder-unload-function):
20451 * emacs-lisp/bytecomp.el (byte-compile-file):
20452 * ses.el (ses-unload-function):
20453 * hexl.el (hexl-find-file):
20454 * files.el (normal-mode):
20455 * ehelp.el (with-electric-help):
20456 * autoinsert.el (auto-insert-alist):
20457 * arc-mode.el (archive-mode):
20458 Use (default-value 'major-mode) instead of default-major-mode.
20459
72f16325
SM
20460 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20461 * international/mule.el (load-with-code-conversion):
20462 * emacs-lisp/debug.el (debug):
20463 * ediff-vers.el (ediff-rcs-get-output-buffer):
20464 * dired.el (dired-internal-noselect): Don't let-bind
20465 default-major-mode around code that doesn't use it.
20466 E.g. buffer creation via get-buffer-create doesn't use it.
20467
aa485f7c
MA
204682009-08-28 Michael Albinus <michael.albinus@gmx.de>
20469
20470 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20471 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20472 when writing the temp file. Otherwise, epa-file gets confused.
20473 (tramp-register-file-name-handlers): Make it a defun. Move also
20474 `epa-file-handler' to the front of `file-name-handler-alist'.
20475
204762009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20477
20478 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20479 start right after a ^M.
20480 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20481 (tramp-completion-file-name-regexp-separate)
20482 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
20483 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20484 Don't modify last-coding-system-used by accident.
aa485f7c
MA
20485 (tramp-completion-file-name-handler): Apply the checks here,
20486 instead during registration.
88b5a757 20487 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
20488 `tramp-register-file-name-handler'. Register both
20489 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 20490 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 20491
3f0c2b92
NR
204922009-08-28 Nick Roberts <nickrob@snap.net.nz>
20493
72f16325
SM
20494 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20495 Remove variable ...
3f0c2b92
NR
20496 (gdb-init-1, gdb-display-separate-io-buffer)
20497 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20498 references to it.
20499 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20500 (gdb-inferior-filter): Use comint-output-filter to stop
20501 echoing and remove ^M characters.
20502
705e5bd9
SM
205032009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20504
009fdc2e
SM
20505 * emulation/viper-init.el (viper-restore-cursor-type):
20506 * emulation/cua-base.el (cua--update-indications):
20507 Replace default-cursor-type with (default-value 'cursor-type).
20508
b56a5ae0
SM
20509 * mail/sendmail.el (mail-recover-1):
20510 * international/mule-diag.el (describe-current-coding-system-briefly)
20511 (describe-current-coding-system):
20512 * international/mule-cmds.el (select-safe-coding-system)
20513 (select-message-coding-system)
20514 (set-language-environment-coding-systems, set-locale-environment):
20515 * hexl.el (hexl-insert-multibyte-char):
20516 * dos-w32.el (find-buffer-file-type-coding-system):
20517 * simple.el (what-cursor-position):
20518 Replace uses of default-buffer-file-coding-system
20519 with (default-value 'buffer-file-coding-system).
20520
de70529f
SM
20521 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20522 Replace uses of default-cursor-in-non-selected-windows
20523 with (default-value 'cursor-in-non-selected-windows).
20524 Use with-current-buffer.
20525
705e5bd9
SM
20526 * mail/feedmail.el: Use CL macros.
20527 (feedmail-run-the-queue, feedmail-send-it-immediately):
20528 * dos-w32.el (find-buffer-file-type): Replace uses of
20529 default-buffer-file-type with (default-value 'buffer-file-type).
20530
4d985ac2
GM
205312009-08-28 Glenn Morris <rgm@gnu.org>
20532
20533 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20534 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20535 Use default-value of major-mode rather than default-major-mode.
20536
17c15b81
SM
205372009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20538
3a68ab06
SM
20539 * Makefile.in (update-elcfiles): Report left over elc files.
20540
9421bdd1
SM
20541 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20542 expand-file-name and with-current-buffer.
20543 (mail-get-names, mail-directory): Use with-current-buffer.
20544
17c15b81
SM
20545 * vc.el (vc-read-revision): New function.
20546 (vc-version-diff, vc-merge): Use it.
20547
ba83a64e
SS
205482009-08-27 Sam Steingold <sds@gnu.org>
20549
20550 * simple.el (kill-do-not-save-duplicates): New user option.
20551 (kill-new): When it is non-nil, and the new string is the same as
20552 the latest kill, set replace to t to avoid duplicates in kill-ring.
20553
be3e598a 205542009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
20555
20556 * net/tramp.el (tramp-handle-process-file): Do not flush all
20557 caches when `process-file-side-effects' is set.
20558 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
20559 instead of `tramp-find-file-exists-command'.
20560 Unset `process-file-side-effects'.
d5b5c94a
MA
20561
205622009-08-27 Michael Albinus <michael.albinus@gmx.de>
20563
20564 * net/tramp.el (tramp-methods): New method "rsyncc".
20565 (top): Add completion function for "rsyncc".
20566 (tramp-message-show-message): New defvar.
20567 (tramp-message, tramp-error): Use it.
20568 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20569 remote copying.
20570 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20571 `tramp-methods' entry `copy-env' of "rsyncc".
20572 (tramp-vc-registered-read-file-names): New defconst.
20573 (tramp-vc-registered-file-names): New defvar.
20574 (tramp-handle-vc-registered): Implement optimization strategy.
20575 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20576 (tramp-vc-file-name-handler): New defun.
20577 (tramp-get-ls-command, tramp-get-test-command)
20578 (tramp-get-file-exists-command, tramp-get-remote-ln)
20579 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 20580 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
20581
20582 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20583 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20584 timestamps.
20585 (tramp-get-file-property): Check for timestamps in
20586 `tramp-cache-inhibit-cache'.
20587 (tramp-set-file-property): Write timestamp.
20588
1339cf20
KH
205892009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20590
20591 * language/japan-util.el (japanese-symbol-table): Add entries for
20592 cp932-2-byte.
20593
20594 * international/characters.el: Add category `j' to cp932-2-byte.
20595
726e3f1d
KH
205962009-08-27 Kenichi Handa <handa@m17n.org>
20597
20598 * international/fontset.el (build-default-fontset-data): New macro.
20599 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 20600 tibetan, ethiopic, and ipa.
726e3f1d 20601
4e3b4528
SM
206022009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20603
20604 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20605 (enable-multibyte-characters): Not customizable any more.
20606
20607 * subr.el (default-mode-line-format, default-header-line-format)
20608 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20609 (default-direction-reversed, default-truncate-lines)
20610 (default-left-margin, default-tab-width, default-case-fold-search)
20611 (default-left-margin-width, default-right-margin-width)
20612 (default-left-fringe-width, default-right-fringe-width)
20613 (default-fringes-outside-margins, default-scroll-bar-width)
20614 (default-vertical-scroll-bar, default-indicate-empty-lines)
20615 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20616 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20617 (default-scroll-down-aggressively, default-fill-column)
20618 (default-cursor-type, default-buffer-file-type)
20619 (default-cursor-in-non-selected-windows)
20620 (default-buffer-file-coding-system, default-major-mode)
20621 (default-enable-multibyte-characters): Mark as obsolete.
20622
b3cca6a6
DN
206232009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20624
652cc1a2
DN
20625 * vc-dir.el (vc-dir-update): Remove debug helper.
20626
b3cca6a6
DN
20627 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20628
4ed8c7aa
SS
206292009-08-26 Sam Steingold <sds@gnu.org>
20630
20631 * simple.el (save-interprogram-paste-before-kill): New user option.
20632 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20633 save the interprogram-paste into kill-ring before overriding it
20634 with the Emacs kill.
20635
3b64d86b
DN
206362009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20637
20638 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20639 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20640 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20641 and move to vc-rcs.el.
20642 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20643 move to vc-rcs.el.
20644 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20645 (vc-rcs-update-changelog): Remove.
20646 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20647 and move to vc-rcs.el.
20648
20649 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20650 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20651 renaming.
20652 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 20653 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
20654 vc.el, renamed to be RCS specific.
20655
72f16325
SM
20656 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20657 New functions.
20658 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
20659
20660 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20661 New functions.
20662
636a36a0
SM
206632009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20664
20665 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20666
239b3340
DN
206672009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20668
b91f0762 20669 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
20670 (vc-git-stash, vc-git-stash-show): New functions.
20671 (vc-git-extra-menu-map): Bind them.
b91f0762 20672
b8e54362
DN
20673 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20674 directory correctly in case the item is a directory itself.
20675
239b3340
DN
20676 * vc.el: Document the desired behavior for reverted files in the
20677 `added' state.
dc810649
DN
20678 (vc-default-prettify-state-info): Remove function, unused.
20679
20680 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 20681
e49c0179
GM
206822009-08-26 Glenn Morris <rgm@gnu.org>
20683
20684 * bindings.el (standard-mode-line-format): Reposition dashes in
20685 which-func entry. (Bug#4217)
20686
3029e594
GM
20687 * files.el (enable-local-variables, enable-local-eval)
20688 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20689 the defcustoms.
20690 (auto-mode-alist, ignored-local-variables)
20691 (save-some-buffers-action-alist): Move risky declarations to the
20692 definitions.
20693 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20694 (font-lock-defaults, format-alist, imenu--index-alist)
20695 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20696 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20697 (mode-line-modified, mode-line-mule-info, mode-line-position)
20698 (mode-line-process, mode-line-remote, outline-level)
20699 (parse-time-rules, rmail-output-file-alist)
20700 (special-display-buffer-names, vc-mode):
20701 Move risky declarations to the relevant files.
72f16325
SM
20702 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20703 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
20704 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20705 * font-core.el (font-lock-defaults):
20706 * format.el (format-alist):
20707 * vc-hooks.el (vc-mode):
20708 * window.el (special-display-buffer-names):
20709 * international/mule-cmds.el (input-method-alist):
20710 Define riskiness here (dumped file) rather than in files.el.
20711 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20712 * imenu.el (imenu-generic-expression, imenu--index-alist):
20713 * outline.el (outline-level):
20714 * time.el (display-time-string):
20715 * calendar/parse-time.el (parse-time-rules):
20716 * mail/rmailout.el (rmail-output-file-alist):
20717 Autoload riskiness here, rather than placing in files.el.
20718
8476cfaf
SM
207192009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20720
20721 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20722
0b35b48e
MA
207232009-08-25 Michael Albinus <michael.albinus@gmx.de>
20724
20725 * simple.el (process-file-side-effects): New defvar.
20726
20727 * dired-aux.el (dired-show-file-type):
20728 * vc.el (vc-diff-internal):
20729 * vc-arch.el (vc-arch-diff):
20730 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20731 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20732 * vc-git.el (vc-git-registered, vc-git-working-revision)
20733 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20734 (vc-git--empty-db-p):
20735 * vc-hooks.el (vc-user-login-name):
20736 * vc-svn.el (vc-svn-registered, vc-svn-state)
20737 (vc-svn-dir-extra-headers, vc-svn-find-revision):
20738 * progmodes/grep.el (grep-probe): Let-bind
20739 `process-file-side-effects' with nil.
20740
20741 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
20742
20743 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
20744 daemon. Replace ping by checking for running service for bluez
20745 and zeroconf. (Bug#4239)
20746
d54cc599
GM
207472009-08-25 Kevin Ryde <user42@zip.com.au>
20748
20749 * net/dig.el (dig): Add autoload cookie.
20750
7bfd055d
GM
207512009-08-25 Glenn Morris <rgm@gnu.org>
20752
bac9c66c
GM
20753 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
20754 load-history for absolute file-names.
20755 (byte-compile-file-form-require): Warn about use of the cl package.
20756
7bfd055d
GM
20757 * format.el (format-alist): Doc fix.
20758
5ac1f9e0
GM
20759 * play/bubbles.el (top-level): Don't require cl at run-time.
20760
af62aa88
GM
20761 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
20762 run-time cl).
20763
71e036af
DD
207642009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
20765
20766 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
20767 from cl package.
20768 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
20769
42110eaf
JB
207702009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
20771
20772 * calc/calc-alg.el (math-trig-rewrite)
20773 (math-hyperbolic-trig-rewrite): New functions.
20774 (calc-simplify): Simplify trig functions when asked.
20775
88421f3e
SM
207762009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20777
20778 * diff-mode.el (diff-find-source-location): Avoid goto-line.
20779
dbd9624e
KH
207802009-08-24 Kenichi Handa <handa@m17n.org>
20781
20782 * language/ind-util.el (mapthread): Delete it.
20783 (combinatorial): New function.
20784 (indian--puthash-cv): Use combinatorial instead of mapthread.
20785
9b89e3ee
GM
207862009-08-22 Kevin Ryde <user42@zip.com.au>
20787
20788 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
20789 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
20790 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
20791 Clarify docstring that the value is strings not symbols.
20792 (checkdoc-list-of-strings-p): New function.
20793
e6ce8c42
GM
207942009-08-22 Glenn Morris <rgm@gnu.org>
20795
2ddf2ea6 20796 * files.el (auto-mode-alist):
a3374680
GM
20797 * hippie-exp.el (he-concat-directory-file-name):
20798 * lpr.el (lpr-windows-system, printer-name):
20799 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
20800 * ps-print.el (ps-windows-system):
20801 * startup.el (command-line):
20802 * emulation/viper-ex.el (viper-glob-function):
20803 * international/mule-cmds.el (set-language-environment-coding-systems):
20804 * net/ange-ftp.el (ange-ftp-write-region):
20805 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 20806 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
20807 unisoft-unix, vax-vms, win32, w32.
20808
977955fa
GM
20809 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
20810 given name if the pattern is not more specific.
20811
b4deec2e
GM
20812 * calendar/lunar.el (lunar-phase-names): New option.
20813 (lunar-phase): Doc fix.
20814 (lunar-cycles-per-year): New constant.
20815 (lunar-index): New function.
20816 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
20817 (lunar-phase-name): Use lunar-phase-names.
20818 (calendar-lunar-phases): Use format.
20819 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
20820
47e83968
GM
20821 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
20822 Copy imenu-example--name-and-position function here for own use.
20823 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
20824
e6ce8c42
GM
20825 * bs.el (bs--redisplay):
20826 * cus-edit.el (custom-redraw):
20827 * ibuffer.el (ibuffer-bury-buffer):
20828 * server.el (server-goto-line-column):
20829 * startup.el (command-line-1):
20830 * strokes.el (strokes-xpm-for-stroke):
20831 * term.el (term-display-buffer-line):
20832 * view.el (View-goto-line):
20833 * calc/calc.el (calc-do, calc-trail-buffer):
20834 * play/gamegrid.el (gamegrid-add-score-insecure):
20835 * progmodes/ada-mode.el (ada-compile-goto-error):
20836 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
20837 (ebrowse-select-1st-to-9nth):
47e83968 20838 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
20839 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
20840 * progmodes/gud.el (gud-display-line):
20841 (idlwave-shell-display-line):
20842 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
20843 * progmodes/make-mode.el (makefile-browser-toggle):
20844 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
20845 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
20846 * textmodes/picture.el (picture-draw-rectangle):
20847 * textmodes/reftex-index.el (reftex-index-goto-letter):
20848 (reftex-select-jump-to-previous):
20849 * textmodes/reftex-sel.el (reftex-find-start-point)
20850 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
20851 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
20852 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
20853 * textmodes/tex-mode.el (tex-compilation-parse-errors):
20854 * textmodes/two-column.el (2C-associated-buffer):
20855 Use forward-line rather than goto-line.
20856
20857 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
20858 goto-line.
20859
4b18bdb3
GM
20860 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
20861 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
20862 (quick-check-list-to-regexp): Declare.
e6ce8c42 20863
72f16325
SM
20864 * progmodes/make-mode.el (makefile-browser-insert-selection):
20865 Use goto-char rather than goto-line.
e6ce8c42
GM
20866
20867 * progmodes/prolog.el (compilation-error-regexp-alist)
20868 (compilation-forget-errors): Declare.
20869
32a2cf25
JL
208702009-08-22 Juri Linkov <juri@jurta.org>
20871
20872 * progmodes/grep.el (lgrep, rgrep): At the beginning
20873 set `dir' to `default-directory' unless `dir' is a non-nil
20874 readable directory. (Bug#4052)
20875 (lgrep, rgrep): Change a weird way to report an error
20876 from using `read-string' to using `error'.
20877 Instead of using interactive arguments in the function body,
20878 add new argument `confirm'.
20879
5443c9b7
SM
208802009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
20881
cb5b40ee
SM
20882 * textmodes/remember.el (remember-buffer):
20883 * progmodes/cperl-mode.el (cperl-vc-header-alist):
20884 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
20885 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
20886 * net/newst-treeview.el (newsticker-groups-filename):
20887 * net/newst-backend.el (newsticker-cache-filename):
20888 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
20889 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
20890 (speedbar-add-ignored-path-regexp, speedbar-line-path)
20891 (speedbar-buffers-line-path, speedbar-path-line)
20892 (speedbar-buffers-line-path):
20893 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
20894 (epg-sign-keys):
20895 * epa.el (epa-display-verify-result):
20896 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
20897
d6261cc1
GM
208982009-08-21 Glenn Morris <rgm@gnu.org>
20899
3e1ea342
GM
20900 * progmodes/js.el (inferior-moz-process): Fix declaration.
20901
ce86eeb5
GM
20902 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
20903
fff28970
GM
20904 * obsolete/rnewspost.el (news-mail-reply):
20905 Use goto-char rather than goto-line.
20906
d93e053b
GM
20907 * term/ns-win.el (ns-open-file-select-line):
20908 Use line-beginning-position rather than goto-line.
20909
d5d105e8
GM
20910 * apropos.el (apropos-command):
20911 * ehelp.el (electric-helpify):
20912 * printing.el (pr-show-setup):
20913 * strokes.el (strokes-help):
20914 * tutorial.el (tutorial--describe-nonstandard-key)
20915 (tutorial--detailed-help):
20916 * woman.el (woman-mini-help, woman-display-extended-fonts):
20917 * calc/calc-help.el (calc-describe-key):
20918 * emulation/edt.el (edt-electric-helpify):
20919 * international/mule-diag.el (mule-diag):
20920 * play/yow.el (apropos-zippy):
20921 * progmodes/python.el (python-describe-symbol):
20922 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
20923 * textmodes/table.el (*table--cell-describe-mode)
20924 (*table--cell-describe-bindings):
20925 Use help-print-return-message rather than the now obsolete alias.
20926
a8ab722f 20927 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
20928 (calendar-cursor-to-visible-date):
20929 * play/5x5.el (5x5-position-cursor):
20930 * play/decipher.el (decipher):
20931 * play/gomoku.el (gomoku-goto-xy):
20932 * play/landmark.el (lm-goto-xy):
20933 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
20934 (mpuz-paint-digit):
20935 Use forward-line, not goto-line.
a8ab722f 20936
d6261cc1
GM
20937 * mail/rmail.el (rmail-obsolete): Delete custom group.
20938 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
20939 (rmail-remote-password, rmail-remote-password-required):
20940 Remove unneeded :set-after and :set properties.
20941
9e846523
MA
209422009-08-21 Michael Albinus <michael.albinus@gmx.de>
20943
20944 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
20945
bbe1f502
DN
209462009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
20947
bcc5db24
DN
20948 * loadup.el: Remove leftover macos code.
20949
bbe1f502
DN
20950 * vc-git.el (vc-git-annotate-command): Run asynchronously.
20951 Explicitly pass the date format to git blame so that user local
20952 so that the output format can be parsed.
20953
6fd2d19a
MA
209542009-08-20 Michael Albinus <michael.albinus@gmx.de>
20955
20956 * net/dbus.el (top): Don't check for (getenv
20957 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
20958
31764e15
SM
209592009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
20960
20961 * log-edit.el (log-edit-strip-single-file-name): New var.
01c35094 20962 (log-edit-insert-changelog): Use it. Bug#3571.
31764e15 20963
28930e39
SM
209642009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20965
4fd15622 20966 * subr.el (read-passwd): Use read-key so keypad keys work as well.
01c35094 20967 Bug#3287.
4fd15622 20968
b3d8e4a0
SM
20969 * help.el (help-print-return-message): Rename from
20970 print-help-return-message.
20971
c9829c70
SM
20972 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
20973 cvs-mode-map parent hack.
20974 (log-view-mode): Derive from special-mode.
20975
b932657b
SM
20976 * linum.el (linum-mode): window-size-change-functions is redundant.
20977 Adapt to new window-configuration-change-hook behavior.
20978 (linum-after-size, linum-after-config): Remove.
20979
1b700bca
SM
20980 * imenu.el (imenu-example--name-and-position)
20981 (imenu-example--lisp-extract-index-name)
20982 (imenu-example--create-lisp-index, imenu-example--create-c-index):
20983 Mark as obsolete.
20984
28930e39
SM
20985 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
20986 (inferior-prolog-mode): Use it.
20987 (inferior-prolog-load-file): Reset list of errors.
20988
c9af0b68
KH
209892009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20990
20991 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
20992
20993 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
20994
720c7cd6
MA
209952009-08-19 Michael Albinus <michael.albinus@gmx.de>
20996
20997 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
20998 is running already.
20999
03a74b84
SM
210002009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21001
21002 * subr.el (listify-key-sequence-1): Use normal syntax since those
21003 integers are nowadays always represented by the same (positive) number
21004 on all platforms.
21005 (read-key-empty-map): New const.
21006 (read-key-delay): New var.
21007 (read-key): New function.
21008 (force-mode-line-update): Use with-current-buffer.
21009 (locate-user-emacs-file): Don't forget to abbreviate the file name.
21010 (start-process-shell-command, start-file-process-shell-command):
21011 Discourage the use of command-args.
21012
f43e88d4
GM
210132009-08-19 Glenn Morris <rgm@gnu.org>
21014
21015 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
21016
890429cc
SM
210172009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21018
85be9ec4
SM
21019 * simple.el (choose-completion-string): Don't rely on
21020 minibuffer-completing-file-name and ad-hoc checks to decide whether
21021 to continue completion or not.
21022
890429cc
SM
21023 * minibuffer.el (minibuffer-hide-completions): New function.
21024 (completion--do-completion): Use it.
21025 (completions-annotations): New face.
21026 (completion--insert-strings): Use it.
21027 (completion-pcm--delim-wild-regex): Add docstring.
21028 (completion-pcm--string->pattern): Add support for 0-width delimiters
21029 in completion-pcm--delim-wild-regex.
21030
265d4549
SM
210312009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
21032
d440b941
SM
21033 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
21034 Remove unused var `buffer-modified-p'.
21035
265d4549
SM
21036 * minibuffer.el (completion--do-completion): Move point for the #b001
21037 case as well (bug#4176).
21038 (minibuffer-complete, minibuffer-complete-word): Don't move point.
21039
ba6f7d86
MA
210402009-08-18 Michael Albinus <michael.albinus@gmx.de>
21041
21042 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
21043 and :session buses.
21044
98819490
KH
210452009-08-18 Kenichi Handa <handa@m17n.org>
21046
265d4549
SM
21047 * international/ucs-normalize.el (ucs-normalize-version):
21048 Change to 1.1.
58627cf0
KH
21049 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
21050 (utf-8-hfs): Make it perform normalization on encoding too.
21051
98819490
KH
21052 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
21053 (sentence-end-without-space): Delete duplicated chars.
21054 (sentence-end-base): Likewise.
e739cc85
KH
21055
21056 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
21057 (html-mode): Delete duplicated chars from sentence-end-base.
21058
21059 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
21060 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 21061
645b9326
CY
210622009-08-17 Chong Yidong <cyd@stupidchicken.com>
21063
21064 * files.el (hack-one-local-variable): If the mode function is for
21065 a minor mode, pass it an argument (Bug#4148).
21066
56c195af
MA
210672009-08-17 Michael Albinus <michael.albinus@gmx.de>
21068
21069 * net/tramp.el (tramp-register-completion-file-name-handler):
21070 Check also for (member 'partial-completion completion-styles).
21071
7a55c78b
CY
210722009-08-16 Chong Yidong <cyd@stupidchicken.com>
21073
21074 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
21075 abbrev (Bug#3943).
21076
be3e598a 210772009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
21078
21079 * progmodes/cperl-mode.el: Merge upstream 6.2.
21080 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
21081 (cperl-forward-re): Check cperl-brace-recursing.
21082 (cperl-highlight-charclass): New function.
21083 (cperl-find-pods-heres): Use it.
31cd2dd4 21084 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 21085 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 21086 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
21087 (cperl-beautify-level): Don't process entire regexp.
21088 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
21089 calling man.
21090 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
21091 (cperl-init-faces): Build a list in the normal way.
21092
81b1f9c9
CY
210932009-08-16 Chong Yidong <cyd@stupidchicken.com>
21094
21095 * calendar/parse-time.el (parse-time-string-chars): Save match
21096 data.
21097
c3732cb8
SM
210982009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
21099
55659495
SM
21100 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
21101 (sql-product): Use it.
21102 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
21103 (sql-set-product): Add completion.
21104 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
21105 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
21106 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
21107 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
21108 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
21109 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
21110 (sql-highlight-db2-keywords): Remove.
21111 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
21112 (sql-highlight-product): Use derived-mode-p.
21113 (sql-set-sqli-buffer): Use with-current-buffer.
21114 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
21115 Simplify.
21116
1ae79427
SM
21117 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
21118
c3732cb8
SM
21119 * term.el: Fix commenting convention, turn comments into docstrings.
21120
f24b8bf3
CY
211212009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21122
21123 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
21124
7b6fefac 211252009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 21126
1200ac26 21127 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
21128 character classes, to handle non-ascii characters (Bug#3190).
21129
211302009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 21131
1abbe4e5
CY
21132 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
21133 another heredoc if the user adds another < (Bug#3226).
21134
c3732cb8
SM
21135 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21136 Don't initialize based on window-system (Bug#4124).
19261da4 21137
daad00fc
CY
21138 * facemenu.el (facemenu-read-color): Use a completion function
21139 that accepts any defined color, such as RGB triplets (Bug#3677).
21140
e1bdde78
CY
21141 * files.el (get-free-disk-space): Change fallback default
21142 directory to /. Expand DIR argument before switching to fallback.
21143 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
21144
9d73a99e
CY
211452009-08-15 Chong Yidong <cyd@stupidchicken.com>
21146
21147 * files.el (load-library): Doc fix.
21148
68b962d4 211492009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 21150
953e0c1a 21151 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 21152 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 21153 incremental search string.
9d73a99e 21154
c3732cb8 21155 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 21156 XEmacs.
9d73a99e 21157
c3732cb8
SM
21158 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
21159 (ediff-merge-region-is-non-clash)
21160 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 21161 Also check if the job is really a merge job.
9d73a99e 21162
c3732cb8 21163 * ediff.el (ediff-current-file): New function.
9d73a99e 21164
2e330adc
CY
211652009-08-15 Chong Yidong <cyd@stupidchicken.com>
21166
21167 * progmodes/js.el: Edit docstrings throughout to follow Emacs
21168 conventions.
c3732cb8 21169 (js-insert-and-indent): Delete function.
2e330adc
CY
21170 (js-mode-map): Don't bind keys to js-insert-and-indent.
21171 (js-beginning-of-defun): Rename from js--beginning-of-defun.
21172 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 21173 (js-auto-indent-flag): Delete variable.
2e330adc 21174
17b5d0f7
CY
211752009-08-14 Chong Yidong <cyd@stupidchicken.com>
21176
c3732cb8
SM
21177 * progmodes/js.el: Remove proclaim statement.
21178 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 21179
ba2d8894
CY
21180 * files.el (auto-mode-alist): Use js-mode for .js files.
21181
c3732cb8 21182 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
21183
21184 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
21185
21186 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
21187
c3732cb8 21188 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
21189
211902009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 21191 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
21192
21193 * progmodes/js.el: New file.
21194
b6377f1d
MH
211952009-08-14 Mark A. Hershberger <mah@everybody.org>
21196
21197 * timezone.el (timezone-parse-date): Add ability to understand ISO
21198 basic format (minimal separators) dates in addition to the
21199 already-supported extended format dates.
21200
bc0eef46
EZ
212012009-08-14 Eli Zaretskii <eliz@gnu.org>
21202
4e021e65
EZ
21203 * international/ucs-normalize.el: Add a `coding' file variable.
21204
bc0eef46
EZ
21205 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
21206
53dab179
SS
212072009-08-14 Sam Steingold <sds@gnu.org>
21208
6801c38a 21209 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 21210
6c58c39c
CY
212112009-08-13 Chong Yidong <cyd@stupidchicken.com>
21212
21213 * faces.el (help-argument-name): Define it here instead of
21214 help-fns.el, because in daemon mode help-fns.el may be loaded when
21215 faces are still uninitialized (Bug#1078).
21216
21217 * help-fns.el (help-argument-name): Move defface to faces.el.
21218
c7baf7e9
NR
212192009-08-13 Nick Roberts <nickrob@snap.net.nz>
21220
21221 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21222 create buffer with a pty but no process so that GDB can make the
21223 inferior the controlling process.
21224
9c40e995 212252009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
21226
21227 * international/ucs-normalize.el: New file.
21228
8cdba32b
RS
212292009-08-13 Richard Stallman <rms@gnu.org>
21230
5c950923
RS
21231 * mail/rmail.el (rmail-get-attr-names):
21232 Accept an attribute header that is too short.
21233
76e1e40b
RS
21234 * mail/rmail.el (rmail-forget-messages):
21235 Ignore nil elt in rmail-message-vector. Use dotimes.
21236
1fc01b08
RS
21237 * progmodes/compile.el (compilation-goto-locus):
21238 Use next-error-move-function.
21239
8cdba32b
RS
21240 * simple.el (next-error-move-function): New variable.
21241
99910cf4
JL
212422009-08-12 Juri Linkov <juri@jurta.org>
21243
21244 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21245 always non-nil. (Bug#4052)
21246
21247 * replace.el (read-regexp): Return empty string when
21248 `default-value' is nil.
21249 (keep-lines-read-args): Don't use empty string as the
21250 default value for `read-regexp'. (Bug#2495)
21251
fc5bdf6c
JL
212522009-08-12 Juri Linkov <juri@jurta.org>
21253
21254 * international/mule-cmds.el (ucs-insert): Change arguments
21255 from `arg' to `character', `count', `inherit' to be the same
21256 as in `insert-char'. Doc fix. (Bug#4039)
21257
21258 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21259
77748848
JL
212602009-08-12 Juri Linkov <juri@jurta.org>
21261
21262 * files-x.el: New file.
21263
21264 * files.el: Move code that deals with adding/deleting
21265 file/directory-local variables to files-x.el.
21266
21267 * Makefile.in (ELCFILES): Add files-x.elc.
21268
c8a44c4e
DD
212692009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21270
27a9fd5a
DD
21271 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21272 to use `goto-line'.
21273 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21274 `goto-line'.
21275 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 21276 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 21277 threads list.
107ef54a 21278 (gdb): Send -target-detach when buffer is killed (Bug#3794).
88b5a757 21279 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
21280 (gdb-stopped): ...here so it's sent when first thread stops.
21281 (gdb-registers-handler-custom): Do nothing if register names are
21282 unknown yet.
27a9fd5a 21283
c8a44c4e
DD
21284 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21285 from `gdb-mi.el' to avoid extra tangling.
21286
21287 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 21288 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
21289 (gdb-update-gud-running): No extra fuss for updating frame number.
21290
dfd4e693
SM
212912009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21292
51c4341f
SM
21293 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21294 (describe-language-environment-map, setup-language-environment-map)
21295 (set-coding-system-map): Move initialization into declaration.
21296 (set-language-info-alist): Last arg to define-key-after can be skipped.
21297
21298 * international/quail.el (quail-completion-1): Simplify.
21299 (quail-define-rules): Use slightly more compact code.
21300 (quail-insert-decode-map): Propertize keys, compact columns.
21301
dfd4e693
SM
21302 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21303 Add goto-line.
21304
83326559
MB
213052009-08-10 Miles Bader <miles@gnu.org>
21306
21307 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21308 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21309 (js2-instance-member, js2-private-member, js2-private-function-call)
21310 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21311 (js2-magic-paren, js2-external-variable):
21312 Remove "-face" suffix from face names.
21313 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21314 (js2-highlight-undeclared-vars, js2-peek-token)
21315 (js2-parse-function-params, js2-mode-show-errors)
21316 (js2-mode-show-warnings, js2-make-magic-delimiter)
21317 (js2-mode-highlight-magic-parens): Update to use new face names.
21318
8e754ea2
MA
213192009-08-09 Michael Albinus <michael.albinus@gmx.de>
21320
21321 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21322 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21323
1c292fc7
CY
213242009-08-09 Chong Yidong <cyd@stupidchicken.com>
21325
18d433a7
CY
21326 * subr.el: Provide hashtable-print-readable.
21327
1c292fc7
CY
21328 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21329 hs-c-like-adjust-block-beginning.
21330 (hs-hide-block-at-point): Stop hiding at the beginning of
21331 hs-block-end-regexp (Bug#700).
21332
2db0ae07
DD
213332009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21334
21335 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21336 a macro.
21337 (gdb-registers-handler-custom): Do not fail when register names
21338 are unavailable.
21339
fe4740a6
DD
213402009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21341
21342 * progmodes/gdb-mi.el (gdb-control-all-threads)
21343 (gdb-control-current-thread): Interactive setters for
21344 `gdb-gud-control-all-threads' to use in menu.
21345 (gdb-show-run-p): Show «Go» when process is not active.
6a7662bb
BR
21346 (gud-tool-bar-map): Add non-stop/A,T indicator.
21347 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 21348
ce299d55
CY
213492009-08-08 Yoni Rabkin <yoni@rabkins.net>
21350
21351 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21352 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
21353 (net-utils-mode): New mode for viewing diagnostic network output.
21354 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21355 (net-utils-run-simple): New function.
21356 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 21357
7c4654ad
DD
213582009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21359
21360 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21361 (gdb-memory-set-address, def-gdb-set-positive-number)
21362 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21363 after changing settings.
21364 (gdb-invalidate-disassembly): Update when first shown.
5f9d345c 21365 (gdb-edit-locals-value): Fix.
7c4654ad
DD
21366 (gdb-registers-handler-custom): Print registers in right order and
21367 allow changing register values (only for current thread yet).
9cbac26b
DD
21368 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21369 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21370 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6a7662bb
BR
21371 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21372 Thread info in mode name.
9cbac26b 21373 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 21374
0f25a277
EZ
213752009-08-08 Eli Zaretskii <eliz@gnu.org>
21376
21377 * mail/rmail.el (rmail-add-mbox-headers)
21378 (rmail-set-message-counters-counter): Search for
21379 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21380
b971be60
GM
213812009-08-08 Glenn Morris <rgm@gnu.org>
21382
21383 * Makefile.in (ELCFILES): Update.
21384
a35d3ad8
EZ
213852009-08-07 Eli Zaretskii <eliz@gnu.org>
21386
6a7662bb
BR
21387 * mail/sendmail.el (mail-yank-original):
21388 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
21389 text is yanked.
21390
8b0bcc2e
EZ
21391 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21392 to "windows" when "pgnuplot" is used.
6a7662bb
BR
21393 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21394 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
21395 (calc-graph-init): Don't send -display and -geometry to
21396 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21397 running "pgnuplot -V" with shell-command-to-string.
21398
21399 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21400 the default.
21401
214022009-08-07 Eli Zaretskii <eliz@gnu.org>
21403
21404 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
21405 org/org-latex.elc.
21406
3bca7ca5
DN
214072009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21408
3c53763c
DN
21409 * vc-dispatcher.el (vc-resynch-window): Update comment.
21410
3bca7ca5
DN
21411 * term.el (term-handle-ansi-escape): Add comments with the
21412 terminfo capabilities implemented.
21413
7b217360
DD
214142009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21415
5f9d345c 21416 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
7b217360 21417 (gdb-var-create-handler): Rewritten using JSON parser.
88b5a757
DD
21418 (gdb-propertize-header): Move earlier.
21419 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
21420 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21421 Refresh disassembly buffers only after threads list have been
21422 update.
21423 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21424 variables.
21425
b4d84ecf
JL
214262009-08-04 Juri Linkov <juri@jurta.org>
21427
21428 * files.el: Commands to add/delete file/directory-local variables.
21429 (read-file-local-variable, read-file-local-variable-value)
21430 (read-file-local-variable-mode, modify-file-local-variable)
21431 (modify-file-local-variable-prop-line)
21432 (modify-dir-local-variable): New functions.
21433 (add-file-local-variable, delete-file-local-variable)
21434 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21435 (add-dir-local-variable, delete-dir-local-variable)
21436 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21437 (copy-dir-locals-to-file-locals-prop-line): New commands.
21438
42da39c1
CY
214392009-08-04 Chong Yidong <cyd@stupidchicken.com>
21440
21441 * abbrev.el (insert-abbrev-table-description): Prettify output.
21442 Suggested by Karl Chen.
21443
98bf8494
DD
214442009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21445
78b9fb28 21446 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 21447 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
21448 (gdb-overlay-arrow-position, gdb-thread-position)
21449 (gdb-disassembly-position): Declare variables.
21450 (gdb-wait-for-pending): Function now.
21451 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21452 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21453 compilation goes smoothly.
21454 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21455 (gdb-non-stop-setting): New customization setting which replaces
21456 `gdb-non-stop' so changing it doesn't break active GDB session.
21457 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21458 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21459 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21460 (gdb-show-threads-by-default): New customization options.
21461 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21462 routines.
21463 (gdb-get-buffer-create): Send buffers update signal when they are
21464 created.
21465 (gdb-invalidate-locals, gdb-invalidate-registers)
21466 (gdb-invalidate-breakpoints)
21467 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21468 (gdb-invalidate-memory): Accept update signal.
21469 (gdb-current-context-command): Use --frame option.
21470 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21471 Implement `gdb-frame-number' selection logic.
21472 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21473 whether to show GUD toolbar buttons.
21474 (gdb-thread-exited): Unselect current thread when it exits.
21475 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21476 (gdb-mark-line): Routine which sets overlay arrow or inverses
21477 video on fringeless displays.
21478 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21479 to build aligned columns of data in GDB buffers and set text
21480 properties line-by-line.
21481 (gdb-invalidate-breakpoints)
21482 (gdb-breakpoints-list-handler-custom)
21483 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21484 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21485 (gdb-registers-handler-custom): Align data columns.
21486 (gdb-locals-handler-custom): Now prints data like in variable
21487 declarations.
21488 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
88b5a757 21489 Remove confusing buttons.
78b9fb28
DD
21490 (gdb-invalidate-threads): Append --frame.
21491 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21492 between breakpoints/threads buffers.
21493 (gdb-set-window-buffer): Now can ignore dedicated windows.
21494 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21495 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21496 (def-gdb-thread-buffer-gud-command): Replaces
21497 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21498 for fine thread control.
21499 (gdb-preempt-existing-or-display-buffer): New function used to
21500 display bound buffers without breaking window layout.
21501 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21502 (gdb-select-frame): New version of `gdb-frames-select' which now
21503 sets `gdb-frame-number' so commands may use --frame option instead
21504 of inner debugger state.
21505 (gdb-frame-handler): Do not set `gdb-frame-number'.
21506 (gdb-threads-mode-map): Select threads with mouse.
21507
21508 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21509 avoid compilation warning.
21510 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21511 `gdb-show-stop-p`.
21512
566f3909
DD
21513 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21514 Argument `key' renamed to `buffer-type'.
21515 (gdb-current-context-buffer-name): Do not add thread info to
21516 buffer name when no thread is selected.
21517 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21518 command (bug 3794).
21519 (gdb-thread-selected): Handle `=thread-selected' notification.
21520 (gdb-wait-for-pending): New macro to deal with congestion problems.
21521 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21522 breakpoints.
7b6fefac
JB
21523 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21524 This fixes problem similar to one described in bug 3947.
566f3909
DD
21525 (gud-menu-map): More menu items.
21526 (gdb-init-1): Reset `gdb-thread-number' to nil.
21527
4a31122c
DD
21528 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21529 non-stop settings.
21530
21531 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21532 (gdb-current-context-command): Do not append --thread if
21533 `gdb-thread-number' is nil.
6a7662bb
BR
21534 (gdb-running-threads-count, gdb-stopped-threads-count):
21535 New variables.
4a31122c 21536 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6a7662bb
BR
21537 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21538 New customization options.
4a31122c
DD
21539 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21540 GUD commands.
7b6fefac 21541 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
21542 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21543 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21544 set `gdb-thread-number' and update `gud-running' properly.
21545 (gdb-running): Update threads list when new threads appear.
21546 (gdb-stopped): Support non-stop operation and new thread switching
21547 logic.
21548 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21549 (gdb-json-partial-output): New set of JSON routines.
21550 (def-gdb-auto-update-trigger): New `signal-list' optional
21551 argument.
21552 (gdb-thread-list-handler-custom): Update `gud-running',
21553 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21554 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21555 (gdb-continue-thread, gdb-step-thread): New commands for fine
21556 thread execution control.
21557 (gud-menu-map): New menu items to switch non-stop options.
21558 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 21559 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
21560
21561 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21562 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21563 gdb-buffer-rules.
21564 (def-gdb-auto-update-handler): New nopreserve optional argument.
21565 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21566
88b5a757 21567 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
21568 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21569 (gdb-parent-mode): New mode to derive other GDB modes from.
21570 (gdb-display-disassembly-for-thread)
21571 (gdb-frame-disassembly-for-thread): New commands for threads
21572 buffer.
21573
21574 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21575 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
21576 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21577 (gdb-update): We now store all GDB buffers in a list so that they
21578 can be updated by traversing a list instead of calling invalidate
7b6fefac 21579 triggers explicitly.
a5c9f540
DD
21580 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21581 pair for GDB buffer.
21582 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
21583 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21584 handle pending triggers.
21585 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21586 (def-gdb-thread-buffer-simple-command)
21587 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21588 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
21589 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21590 New commands which show buffers bound to thread.
88b5a757 21591 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 21592
7b6fefac
JB
21593 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21594 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
21595 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21596 to (gud-comint-buffer) in *-buffer-name functions
21597 because (gdb-get-target-string) already does that.
21598 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21599 (gdb-changed-registers-handler): Rewritten without regexps.
21600
ba214964 21601 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
21602 (gdb-thread-number): New variable.
21603 (gdb-current-context-command): New macro which adds --thread
21604 option to command.
7b6fefac 21605 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 21606 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 21607 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
21608 (gdb-select-thread): New command which selects current thread.
21609 (gdb-invalidate-frames, gdb-invalidate-locals)
21610 (gdb-invalidate-registers): Use --thread option.
20f12ed8 21611
2ac33804
MA
216122009-08-04 Michael Albinus <michael.albinus@gmx.de>
21613
21614 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 21615 robust. (Bug#3977)
2ac33804
MA
21616 (tramp-handle-insert-file-contents): `unwind-protect' must be
21617 inside `with-parsed-tramp-file-name'.
21618
21619 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21620 fails.
21621
39d0296f
NR
216222009-08-03 Nick Roberts <nickrob@snap.net.nz>
21623
21624 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21625 directory if CLASSPATH is not set.
21626
adcbca53
MA
216272009-08-03 Michael Albinus <michael.albinus@gmx.de>
21628
7b6fefac
JB
21629 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21630 New defconst.
7ef849b6 21631 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 21632
30924b0b
CY
216332009-08-02 Kevin Ryde <user42@zip.com.au>
21634
7b6fefac
JB
21635 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21636 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 21637
b6ce92f1
CY
216382009-08-02 Chong Yidong <cyd@stupidchicken.com>
21639
d977a092
CY
21640 * select.el (x-set-selection): Doc fix (Bug#4021).
21641
21642 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21643
b6ce92f1
CY
21644 * help-fns.el (describe-variable): Treat list return values from
21645 dir-locals-find-file properly (Bug#4005).
21646
7b6fefac 216472009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
21648
21649 * net/tramp.el (tramp-debug-message): Print also microseconds.
21650
216512009-08-02 Michael Albinus <michael.albinus@gmx.de>
21652
21653 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21654 or END is non-nil.
21655 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21656 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21657 format.
21658
5ce6e4f4 21659 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
21660 (tramp-get-file-property): Use it.
21661
6a7662bb
BR
21662 * autorevert.el (auto-revert-handler):
21663 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 21664
2aafe808
JR
216652009-08-02 Jason Rumney <jasonr@gnu.org>
21666
21667 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 21668 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 21669
e094097c
CY
216702009-08-02 Chong Yidong <cyd@stupidchicken.com>
21671
21672 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6a7662bb
BR
21673 (font-lock-variable-name-face, font-lock-constant-face):
21674 Darken the colors for light backgrounds.
e094097c 21675
de94f281
EZ
216762009-08-01 Eli Zaretskii <eliz@gnu.org>
21677
21678 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21679 month names. (Bug#3987)
21680
54b99340
CY
216812009-07-31 Chong Yidong <cyd@stupidchicken.com>
21682
21683 * simple.el (line-move-finish): Pass whole number to
21684 line-move-to-column.
34be836c 21685 (line-move-visual): Perform hscroll to the recorded position.
54b99340 21686
38216c30
JB
216872009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21688
21689 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21690
c779896d
CY
216912009-07-29 Alan Mackenzie <acm@muc.de>
21692
21693 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21694
592ccae0
DD
216952009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21696
35edc6c6
DD
21697 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21698 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 21699
5a9e3ab7
JB
217002009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21701
21702 * calc/calc.el (calc-mode-map): Add keybinding for
21703 `calc-transpose-lines'.
21704
7b6fefac 217052009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
21706
21707 * calc/calc-misc.el (calc-transpose-lines): New function.
21708
905fb90e
MA
217092009-07-28 Michael Albinus <michael.albinus@gmx.de>
21710
21711 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21712 Simplify check for out-of-band methods.
21713 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21714 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21715
76e14464
DN
217162009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21717
21718 * vc-git.el (vc-git-checkin): Fix typo.
21719
6088b51f 217202009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
21721
21722 * progmodes/js2-mode.el: New file.
21723
b85157fe
NR
217242009-07-28 Nick Roberts <nickrob@snap.net.nz>
21725
21726 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21727 (gud-menu-map): Adjust tooltip accordingly.
21728
d43c2b06
DN
217292009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21730
1c0f0c3b
DN
21731 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21732 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21733
d43c2b06
DN
21734 * add-log.el (change-log-mode-map): Add a menu.
21735
3dec5c36
MA
217362009-07-27 Michael Albinus <michael.albinus@gmx.de>
21737
21738 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
21739 function returns nil.
21740 (dbus-handle-event): Handle special return value :ignore.
21741 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
21742
5704140c
CY
217432009-07-26 Chong Yidong <cyd@stupidchicken.com>
21744
21745 * view.el (view-mode-enable): Don't define Helper-return-blurb if
21746 it's not needed.
21747
3077d1f6
EZ
217482009-07-25 Eli Zaretskii <eliz@gnu.org>
21749
21750 Fix Bug#3888:
21751
21752 * w32-vars.el (x-select-enable-clipboard): Doc fix.
21753
21754 * term/pc-win.el (x-display-name, x-colors)
21755 (x-select-enable-clipboard, x-select-text): Doc fix.
21756
21757 * term/common-win.el (x-display-name, x-colors): Doc fix.
21758
21759 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
21760 (xw-defined-colors): Doc fix.
21761
21762 * w32-fns.el (x-select-text, x-setup-function-keys)
21763 (x-get-selection, x-set-selection): Doc fix.
21764
21765 * term/x-win.el (x-select-text, x-setup-function-keys)
21766 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
21767
21768 * select.el (x-set-selection): Doc fix.
21769
51768bc8
MA
217702009-07-25 Michael Albinus <michael.albinus@gmx.de>
21771
21772 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
21773 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6a7662bb
BR
21774 "IsNSSSupportAvailable" method is not available.
21775 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 21776
b11c2874
KH
217772009-07-24 Kenichi Handa <handa@m17n.org>
21778
21779 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 21780 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
21781 (build-unicode-category-table): Fix range checks.
21782
ba83b7b6
DN
217832009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21784
21785 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
21786 the buffer we try to sync is current when calling
21787 vc-resynch-buffer.
21788
21789 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
21790 not show up to date files.
21791
7a8ae964
GM
217922009-07-24 Glenn Morris <rgm@gnu.org>
21793
21794 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
21795 Add autoload cookies. If necessary, initialize.
21796 (elint-log): Handle non-file buffers.
21797 (elint-initialize): Add optional argument to reinitialize.
21798 (elint-find-builtin-variables): Save excursion.
21799
a707eb05
DN
218002009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21801
21802 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
21803 for Lint.
21804
0a2ddfa6
DN
218052009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21806
d6a62b0d
DN
21807 * vc.el (vc-print-log-internal): New function, split out from ...
21808 (vc-print-log): ... here.
10b5dcad 21809 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 21810
0a2ddfa6
DN
21811 * vc-git.el (vc-git-add-signoff): New variable.
21812 (vc-git-checkin): Use it.
21813 (vc-git-toggle-signoff): New function.
21814 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
21815 (vc-git--run-command-string): Accept a nil FILE argument.
21816 (vc-git-stash-list): New function.
21817 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 21818
589a99f2
GM
218192009-07-23 Glenn Morris <rgm@gnu.org>
21820
21821 * help-fns.el (describe-variable): Describe ignored and risky local
21822 variables in a similar way to that in which we describe safe ones.
21823
21824 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
21825 (byte-compile-output-file-form, byte-compile-output-docform)
21826 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
21827 Give some more local variables with common names a "bytecomp-" prefix,
21828 so as not to shadow things during compilation.
21829 * emacs-lisp/cl-macs.el (load-time-value)
21830 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
21831 `outbuffer' to `bytecomp-outbuffer'.
21832
21833 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
21834 since the next two variables cover them automatically now.
21835 (elint-builtin-variables, elint-autoloaded-variables): New.
21836 (elint-unknown-builtin-args): Remove all members, since they can be
21837 parsed automatically now.
21838 (elint-extra-errors): New.
21839 (elint-env-add-env, elint-env-add-macro): Use cadr.
21840 (elint-current-buffer): Use or. Change final message.
21841 (elint-get-top-forms): Use line-end-position.
21842 (elint-init-env): Use cadr. Handle autoload, declare-function,
21843 and defalias.
21844 (elint-add-required-env): Doc fix. Use or. Standardize error.
21845 (regexp-assoc): Remove unused function.
21846 (elint-top-form): Set elint-current-pos, to record the start of the
21847 top-level form, for compilation-mode.
21848 (elint-form): Trap errors in macro expansion. Use dolist.
21849 (elint-unbound-variable): Use elint-builtin-variables and
21850 elint-autoloaded-variables.
21851 (elint-get-args): Use cadr, or.
21852 (elint-check-cond-form): Use dolist, cadr.
21853 (elint-check-condition-case-form): Doc fix. Use cadr.
21854 Use elint-extra-errors.
21855 (elint-log): New function.
21856 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
21857 Distinguish errors and warnings.
21858 (elint-log-message): Use with-current-buffer. Inhibit read-only.
21859 Use a bytecomp-style format.
21860 (elint-clear-log): Preserve default-directory. Inhibit read-only.
21861 (elint-get-log-buffer): Use compilation mode. Disable undo.
21862 Don't truncate lines.
21863 (elint-initialize): Set builtin and autoloaded variable lists.
21864 Only process elint-unknown-builtin-args if non-nil.
21865 (elint-find-builtin-variables, elint-find-autoloaded-variables):
21866 New functions.
21867 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
21868
855b42a2
GM
218692009-07-22 Kevin Ryde <user42@zip.com.au>
21870
21871 * net/newst-backend.el (newsticker--parse-atom-1.0)
21872 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21873 (newsticker--parse-rss-1.0):
21874 * progmodes/idlwave.el (idlwave-mode):
21875 * progmodes/idlw-shell.el (idlwave-shell-mode):
21876 * progmodes/vera-mode.el (vera-mode):
21877 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
21878 * progmodes/vhdl-mode.el (vhdl-mode):
21879 * textmodes/table.el (table-generate-source)
21880 (table--warn-incompatibility):
21881 Hyperlink urls in docstrings with URL `...'.
21882
fd413a37
GM
218832009-07-22 Glenn Morris <rgm@gnu.org>
21884
cb711556
GM
21885 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
21886 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
21887 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
21888 Remove leading * from defcustom docs.
21889
fd413a37
GM
21890 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
21891
21892 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
21893 defcustom doc.
21894 (list-load-path-shadows): Optionally, just return shadows as a string.
21895
21896 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
21897
a4f69701
CY
218982009-07-21 Chong Yidong <cyd@stupidchicken.com>
21899
6a7662bb
BR
21900 * mail/rmailedit.el (rmail-edit-mode):
21901 Use auto-save-include-big-deletions.
a4f69701 21902
6a7662bb
BR
21903 * mail/rmail.el (rmail-variables):
21904 Use auto-save-include-big-deletions.
a4f69701
CY
21905
21906 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
21907 changes.
21908
ec06459c
JB
219092009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
21910
21911 * calc/calc.el (calc-undo-length): New variable.
21912 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
21913
b41b0976
RS
219142009-07-21 Richard Stallman <rms@gnu.org>
21915
21916 * files.el (auto-save-mode): Handle buffer-save-size = -2
21917 for toggling mode.
21918
4ed32706
GM
219192009-07-21 Glenn Morris <rgm@gnu.org>
21920
531b1264
GM
21921 * textmodes/ispell.el (ispell-looking-back): Update declaration.
21922
55d27f41
GM
21923 * calendar/todo-mode.el (calendar-current-date): Update declaration.
21924
02df3f4d
GM
21925 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
21926 silence compiler. Instead...
21927 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
21928 (ps-print-ensure-fontified): Update for above function name changes.
21929
fdd8417e
GM
21930 * printing.el (pr-mh-get-msg-num, pr-mh-show)
21931 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
21932 silence compiler. Instead...
21933 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
21934 (mh-show-buffer): Only define for compiler.
21935 (pr-mh-current-message): Update for above function name changes.
21936
4ed32706
GM
21937 * files.el (abort-if-file-too-large): Explicitly pass `filename'
21938 as an argument.
21939 (find-file-noselect, insert-file-1): Update for above change.
21940
21941 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
21942
21943 * mail/mailclient.el (mailclient-send-it): Fix message.
21944
21945 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
21946 (edebug-eval): Check cl-debug-env is bound.
21947 (print-level, print-circle): Don't redefine built-in variables.
21948
21949 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
21950 (custom-print-vectors): Remove old comments from doc.
21951
21952 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
21953 (emerge-version): Make the variable an obsolete alias for the
21954 emacs-version variable. Make the function obsolete.
21955 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
21956 Emerge options, rather than merging in into the main Options menu.
21957 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
21958 and auto advance modes. Disable edit/fast items when not relevant.
21959
86812144
CY
219602009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21961
21962 * term/vt420.el (terminal-init-vt420): Fix typo.
21963
6bb90094
SS
219642009-07-20 Sam Steingold <sds@gnu.org>
21965
21966 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
21967 variable (removed from compile.el on 2004-03-11).
21968
42e0a725
CY
219692009-07-20 Chong Yidong <cyd@stupidchicken.com>
21970
21971 * files.el (hack-local-variables-filter): Fix last change.
21972
2ee20f24
JL
219732009-07-19 Juri Linkov <juri@jurta.org>
21974
21975 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
21976 (dir-local-variables-alist): New buffer-local variable.
21977 (hack-local-variables-filter): If variable is not dir-local,
21978 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
21979 because file-local overrides dir-local.
3570691b 21980 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
21981 Remove obsolete declaration.
21982 (hack-dir-local-variables): Add dir-local variable/value pair to
21983 `dir-local-variables-alist' and remove duplicates. Doc fix.
21984
21985 * help-fns.el (describe-variable): Add information about
21986 file-local and dir-local variables.
21987
89bf83cd
CY
219882009-07-19 Chong Yidong <cyd@stupidchicken.com>
21989
21990 * files.el (hack-local-variables-filter): Rewrite.
21991
1a8d3541
GM
219922009-07-19 Glenn Morris <rgm@gnu.org>
21993
d9e8a018
GM
21994 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
21995 Silence compiler by only defining on XEmacs.
21996
da332cfb
GM
21997 * international/mule.el (auto-coding-regexp-alist): Only match
21998 BABYL... at the start of buffer, not of lines. (Bug#3790)
21999
1a8d3541
GM
22000 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
22001 non-calendar buffers (Bug#3862). Restore "not on a date" message.
22002 (cal-menu-context-mouse-menu): Doc fix.
22003
22004 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
22005
22006 * simple.el (mail-user-agent): Doc fix. Set :version tag.
22007
d842b103
JL
220082009-07-18 Juri Linkov <juri@jurta.org>
22009
22010 * info.el: Virtual Info keyword finder.
3570691b 22011 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
22012 (Info-finder-file): New variable.
22013 (Info-finder-find-file): New function.
22014 (finder-known-keywords, finder-package-info)
22015 (find-library-name, lm-commentary): Use defvar and
22016 declare-function to silence compiler warnings.
22017 (Info-finder-find-node): New function.
22018 (info-finder): New command.
22019
22020 * subr.el (process-kill-buffer-query-function): New function.
22021 (add-hook)<kill-buffer-query-functions>: Add hook
22022 `process-kill-buffer-query-function'.
22023
10d37df7
AM
220242009-07-18 Alan Mackenzie <acm@muc.de>
22025
7b6fefac 22026 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
22027 (c-postprocess-file-styles): Give invocation of `c-set-style'
22028 DONT-OVERRIDE parameter of t. Already set style variables will
22029 thus not be overridden by style settings given by `c-file-syle'.
22030
22031 * files.el (hack-local-variables-filter): Remove entries with
22032 duplicate keys from `file-local-variables-alist'.
22033
102e1a41
EZ
220342009-07-18 Eli Zaretskii <eliz@gnu.org>
22035
22036 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
22037 x-set-selection if display-selections-p returns nil for the
22038 current frame.
22039
16f2e9fc
CY
220402009-07-18 Chong Yidong <cyd@stupidchicken.com>
22041
22042 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
22043
f22693fc
EZ
220442009-07-18 Eli Zaretskii <eliz@gnu.org>
22045
a6c2c80c
EZ
22046 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
22047 Accept nil in addition to a regexp.
22048 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
22049 Accept nil in addition to a regexp.
22050 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
22051 buffers that have an associated file. Handle nil values of
22052 desktop-buffers-not-to-save and desktop-files-not-to-save.
22053 (Bug#3833)
22054
f22693fc
EZ
22055 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
22056 (x-disown-selection-internal): New functions.
22057
e456379a
NR
220582009-07-18 Nick Roberts <nickrob@snap.net.nz>
22059
22060 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
22061 warning.
22062 (gdb-breakpoints-header): Move forward to avoid compiler warning.
22063 (gdb-make-header-line-mouse-map): Remove duplicate definition.
22064
0013b70f
CY
220652009-07-18 David De La Harpe Golden <david@harpegolden.net>
22066
22067 * simple.el (set-mark): Revert last change.
22068
0855c2ca
CY
220692009-07-17 Tassilo Horn <tassilo@member.fsf.org>
22070
22071 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
22072 rendering of pngs is not possible instead of messaging a long
22073 description.
22074
3f5c9cad
CY
220752009-07-17 David De La Harpe Golden <david@harpegolden.net>
22076
22077 * w32-fns.el (x-selection-owner-p): New function.
22078
22079 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6a7662bb
BR
22080 (mouse-yank-at-click, mouse-yank-primary):
22081 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 22082 insertion.
3f5c9cad
CY
22083
22084 * simple.el (deactivate-mark, set-mark): Only save selection if we
22085 own it.
22086
1fc87f9b
KH
220872009-07-17 Kenichi Handa <handa@m17n.org>
22088
22089 * case-table.el (describe-buffer-case-table): Fix for the case
22090 that KEY is a cons.
22091
d56fdcd2
DN
220922009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
22093
22094 * vc-rcs.el (vc-rcs-find-file-hook):
22095 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
22096
bede3e9f
MA
220972009-07-16 Michael Albinus <michael.albinus@gmx.de>
22098
22099 * net/tramp.el (tramp-wait-for-output): Handle the case when
22100 commands do not return a newline but a null byte before the shell
22101 prompt. (Bug#3858)
22102
7653ca1d
YM
221032009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22104
22105 * term/ns-win.el (ns-set-alpha): Don't declare.
22106 (ns-set-background-alpha): Remove function.
22107
ed2a52e9
SM
221082009-07-16 Kevin Ryde <user42@zip.com.au>
22109
22110 * emacs-lisp/copyright.el (copyright-update): Save match-data across
22111 y-or-n-p, for safety.
22112
7a907299
RS
221132009-07-16 Richard Stallman <rms@gnu.org>
22114
22115 * files.el (auto-save-mode): If buffer-saved-size is -2,
22116 don't clobber it.
22117
22118 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
22119 (rmail-retry-ignored-headers): Add more uninteresting fields.
22120
c0db3477
CY
221212009-07-15 Jari Aalto <jari.aalto@cante.net>
22122
22123 * net/rcirc.el (rcirc): Use history variables.
22124 (rcirc-server-name-history, rcirc-nick-name-history)
22125 (rcirc-server-port-history): New variables.
22126
6c875452
KH
221272009-07-15 Kenichi Handa <handa@m17n.org>
22128
bf974dc9
KH
22129 * international/mule-cmds.el (set-language-environment-charset):
22130 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
22131 ignore them.
22132
6c875452
KH
22133 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
22134 Delete unibyte-display.
22135
2066b4fe
CY
221362009-07-15 Chong Yidong <cyd@stupidchicken.com>
22137
22138 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
22139
f9be2e35
CY
221402009-07-15 Chong Yidong <cyd@stupidchicken.com>
22141
22142 * simple.el (deactivate-mark): Optional argument FORCE.
22143 (set-mark): Use deactivate-mark.
22144
22145 * info.el (Info-search): No need to check transient-mark-mode
22146 before calling deactivate-mark.
22147
22148 * select.el (x-set-selection): Doc fix.
22149 (x-valid-simple-selection-p): Allow buffer values.
6a7662bb
BR
22150 (xselect--selection-bounds): Handle buffer values.
22151 Suggested by David De La Harpe Golden.
f9be2e35 22152
6a7662bb
BR
22153 * mouse.el (mouse-set-region, mouse-drag-track):
22154 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
22155 select-active-regions work.
22156
be3e598a 221572009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
22158
22159 * simple.el (deactivate-mark): If select-active-regions is
22160 non-nil, copy the selection data into a string.
22161 (activate-mark): If select-active-regions is non-nil, set the
22162 selection to the current buffer.
22163 (set-mark): Update selection if select-active-regions is non-nil.
22164
22165 * select.el (x-valid-simple-selection-p): Allow buffer values.
22166
cbd61418
SM
221672009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
22168
22169 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
22170 and more featureful message-mode.
22171
f470187f
CY
221722009-07-14 Chong Yidong <cyd@stupidchicken.com>
22173
22174 * select.el (x-set-selection): Doc fix.
22175 (x-valid-simple-selection-p): Disallow selection data consisting
22176 of a list or cons of integers, since that is not used.
22177 (xselect--selection-bounds, xselect--int-to-cons): New functions.
22178 (xselect-convert-to-string, xselect-convert-to-length)
22179 (xselect-convert-to-filename, xselect-convert-to-charpos)
22180 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
22181
bfc99364
DD
221822009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
22183
22184 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
22185 output in -break-info command (Emacs bug #3794).
22186
e32721f5
GM
221872009-07-14 Glenn Morris <rgm@gnu.org>
22188
1e46f9e4
GM
22189 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
22190 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
22191 (edebug-print-length, edebug-print-level, edebug-print-circle)
22192 (edebug-sit-for-seconds, edebug-view-outside)
22193 (edebug-bounce-point, edebug-set-global-break-condition)
22194 (edebug-Go-nonstop-mode, edebug-trace-mode)
22195 (edebug-Trace-fast-mode, edebug-continue-mode)
22196 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
22197 (edebug-visit-eval-list): Doc fixes.
22198
e32721f5
GM
22199 * subr.el (def-edebug-spec): Doc fix.
22200
66a85e76
KH
222012009-07-14 Kenichi Handa <handa@m17n.org>
22202
22203 * international/characters.el: Fix setting of category ?C.
22204
28571246
JD
222052009-07-13 Jan Djärv <jan.h.d@swipnet.se>
22206
7b6fefac 22207 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
22208 ns-popup-font-panel instead of generate-fontset-menu.
22209
5d74672c
EZ
222102009-07-12 Eli Zaretskii <eliz@gnu.org>
22211
7b6fefac 22212 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 22213
eb1727a4
CY
222142009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
22215
22216 * arc-mode.el (archive-find-type): Allow for a PK00 string before
22217 the PK\003\004 header (Bug#3770).
22218
208384c5
CY
222192009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
22220
22221 * pcomplete.el (pcomplete-comint-setup): Check for
22222 shell-dynamic-complete-filename too.
22223
774409a1
CY
222242009-07-11 Chong Yidong <cyd@stupidchicken.com>
22225
22226 * simple.el (temporary-goal-column): Change the value for
22227 line-move-visual to a cons cell.
22228 (line-move-visual): Record or set the window hscroll, if
22229 necessary (Bug#3494).
22230 (line-move-1): Handle cons value of temporary-goal-column.
22231
1639ee1d
KH
222322009-07-11 Kenichi Handa <handa@m17n.org>
22233
22234 * international/mule-diag.el (describe-character-set): Don't show
22235 width.
22236
2b1d2412
SS
222372009-07-10 Sam Steingold <sds@gnu.org>
22238
22239 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22240 Omake sometimes indents the errors it prints, so allow all
22241 regexps to start with spaces.
22242
ed3a5691
EZ
222432009-07-10 Eli Zaretskii <eliz@gnu.org>
22244
ed2a52e9
SM
22245 * cus-edit.el (customize-changed-options-previous-release):
22246 Bump value to 22.1. (Bug#3804)
ed3a5691 22247
49405d0e
SS
222482009-07-08 Sam Steingold <sds@gnu.org>
22249
22250 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22251 to be a cons cell (test . ignored-directory) to selectively ignore
22252 some directories depending on the location of the search.
22253
93c3eb7c
MA
222542009-07-08 Michael Albinus <michael.albinus@gmx.de>
22255
22256 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22257 remote user is root, on the local host.
22258 (tramp-local-host-p): Either the local user or the remote user
22259 must be root. (Bug#3771)
22260
6f2a8484
NR
222612009-07-08 Nick Roberts <nickrob@snap.net.nz>
22262
22263 * progmodes/gdb-mi.el (gdb): Remove description of
22264 gdb-use-separate-io-buffer.
69cb8d82 22265 (menu): Don't allow toggling of or enable
6f2a8484
NR
22266 gdb-use-separate-io-buffer from menubar.
22267
88d03607
CY
222682009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22269
22270 * mail/unrmail.el (unrmail): Make sure the message ends with two
22271 newlines (Bug#3769).
22272
7ef5b8b2
GM
222732009-07-08 Glenn Morris <rgm@gnu.org>
22274
22275 * calendar/calendar.el (calendar-current-date): Rework previous change.
22276
3ce82f97
GM
222772009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22278
22279 * calendar/calendar.el (calendar-current-date):
22280 Add an optional argument giving an offset from today.
22281
f35fc841
GM
222822009-07-08 Glenn Morris <rgm@gnu.org>
22283
22284 * tutorial.el (tutorial--describe-nonstandard-key):
22285 Adjust the message for when a key has been unbound.
22286 (help-with-tutorial): Hide the arch-tag.
22287
40149292
KH
222882009-07-08 Kenichi Handa <handa@m17n.org>
22289
69cb8d82
KH
22290 * international/fontset.el (setup-default-fontset): For each
22291 script, append (not set) font-specs.
22292
40149292
KH
22293 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22294 docstring.
22295
ff0c4194
NR
222962009-07-08 Nick Roberts <nickrob@snap.net.nz>
22297
22298 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22299 -data-list-register-names to ...
22300 (gdb-starting): ... here because GDB 7.0 requires execution to
22301 have started when using this MI command.
22302 (gdb-set-header): New function to distinguish select and
22303 unselected tabs in gdb buffers.
22304 (gdb-propertize-header): New macro that uses gdb-set-header.
22305 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 22306 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 22307
8954c675
CY
223082009-07-07 Chong Yidong <cyd@stupidchicken.com>
22309
22310 * Makefile.in (ELCFILES): Remove fadr.elc.
22311
0996385d
DD
223122009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22313
dc6b4519
DD
22314 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22315 may contain frame information, so `string-match' should be used.
22316 (gdb-update): Disassembly is invalidated through
22317 `gdb-get-selected-frame'.
22318 (gdb-pad-string): New function to pad string with spaces.
22319 (gdb-invalidate-disassembly): Invalidate only if the buffer
22320 exists.
22321 (gdb-disassembly-handler-custom): Column alignment.
22322 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22323 placing new ones.
22324 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22325 end of line, too.
22326 (gdb-frame-handler): Match convention to for disassembly buffer
22327 mode name.
17c1380b 22328 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
22329 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22330 not highlight breakpoints without line information.
69a197a2 22331 (gdb-input): Add trailing newline to command.
dc6b4519 22332
14340b25
DD
22333 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22334 buffer properly.
22335 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 22336 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
22337 now.
22338 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22339 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22340 to place breakpoints.
14340b25
DD
22341 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22342 functions.
22343 (gdb-disassembly-handler-custom): Show overlay arrow.
22344 (gdb-disassembly-place-breakpoints): Show breakpoints in
22345 disassembly buffer.
22346 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 22347 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 22348 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 22349 in `gud-menu-map'.
14340b25 22350
38d4f316 22351 * fadr.el: Remove.
1f2a6224 22352
7b6fefac 22353 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 22354 (gdb-memory-address): New variable which holds top address of
7b6fefac 22355 memory page shown in memory buffer.
6a7662bb
BR
22356 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22357 New customization variables.
0996385d
DD
22358 New functions:
22359 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22360 display the memory buffer.
22361 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22362 buffer display parameters.
22363 (def-gdb-memory-format, gdb-memory-format-binary)
22364 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22365 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22366 Functions for setting memory buffer format.
22367 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22368 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22369 unit size used in memory buffer.
6a7662bb
BR
22370 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22371 Switch to next/previous page of memory buffer.
28d67a53 22372 Now using (bindat-get-field) instead of fadr functions.
0996385d 22373
9ba562d3
SS
223742009-07-07 Sam Steingold <sds@gnu.org>
22375
22376 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22377 non-top-level files.
22378
a43977db
KH
223792009-07-07 Kenichi Handa <handa@m17n.org>
22380
6a7662bb
BR
22381 * international/mule-cmds.el (reset-language-environment):
22382 Put the highset priority to the charset iso-8859-1.
a43977db 22383
d44d05e8
CY
223842009-07-06 Chong Yidong <cyd@stupidchicken.com>
22385
22386 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22387 to the end of the line when locating the block (Bug#700).
22388
3e2fa353
MA
223892009-07-06 Michael Albinus <michael.albinus@gmx.de>
22390
22391 * net/tramp.el (tramp-handle-write-region): Flush file properties
22392 in case of short track.
22393
be3e598a 223942009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 22395
bf0b361c
JB
22396 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22397 Coded custom representation of verilog error regular expressions
22398 to work with Emacs-22's new format.
d88782c3 22399 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 22400 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
22401 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22402 error recognition into XEmacs.
22403 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22404 error recognition into Emacs-22.
22405
25c6f63e
CY
224062009-07-06 Chong Yidong <cyd@stupidchicken.com>
22407
22408 * woman.el: Remove stand-alone closing parentheses.
22409 (woman-file-name, woman2-format-paragraphs)
22410 (woman-leave-blank-lines): Code cleanup.
22411 (woman-use-own-frame): Change default to nil.
6a7662bb
BR
22412 (woman-italic, woman-bold, woman-unknown, woman-addition):
22413 Change defaults to inherit from default faces.
25c6f63e
CY
22414 (woman2-process-escapes): Consume the newline after a stand-alone
22415 filler character (Bug#3651).
22416
f176290e
GM
224172009-07-06 Glenn Morris <rgm@gnu.org>
22418
22419 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22420 (top-level): Move provide to the end.
22421 (ffap): Remove defunct URL from custom group.
22422
22423 * subr.el (eval-after-load): Doc fix.
22424
7b6fefac 224252009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
22426
22427 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22428 `calc-embedded-word' is called twice.
22429
4b8b1ec5
SM
224302009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22431
22432 * files.el (find-alternate-file-other-window, find-alternate-file):
22433 Obey confirm-nonexistent-file-or-buffer.
22434
d6ceb380
MA
224352009-07-05 Michael Albinus <michael.albinus@gmx.de>
22436
22437 * dired-aux.el (dired-show-file-type): Handle remote files.
22438
be3e598a 224392009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 22440
4b8b1ec5
SM
22441 * desktop.el (desktop-globals-to-save):
22442 Add file-name-history (Bug#2750).
c760f19e 22443
6d00ce04
CY
224442009-07-05 Chong Yidong <cyd@stupidchicken.com>
22445
4b8b1ec5 22446 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 22447
6ee21b07
JB
224482009-07-04 Johan Bockgård <bojohan@gnu.org>
22449
22450 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22451 property on entire argument since this is what eshell-lisp-command
22452 expects.
22453
f0dbdc25
MA
224542009-07-03 Michael Albinus <michael.albinus@gmx.de>
22455
22456 * net/tramp-gvfs.el (tramp-gvfs-methods)
22457 (tramp-gvfs-zeroconf-domain)
22458 (tramp-bluez-discover-devices-timeout): Add version flag.
22459 (tramp-gvfs-handler-mounted-unmounted)
22460 (tramp-gvfs-connection-mounted-p): Polish handling of
22461 incompatibilities between GVFS 0.2 and 1.0.
22462
e044e4fc
JD
224632009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22464
4b8b1ec5 22465 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 22466
2e9b968b
JB
224672009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22468
bf0b361c 22469 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
22470 formatted correctly.
22471
baf1a55e
JL
224722009-07-02 Juri Linkov <juri@jurta.org>
22473
22474 * info.el: Virtual Info files and nodes.
22475 (Info-virtual-files, Info-virtual-nodes): New variables.
22476 (Info-current-node-virtual): New variable.
22477 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22478 New functions.
22479 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22480 to check for a virtual file instead of checking a fixed list
22481 of node names.
22482 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22483 instead of ad-hoc processing of "dir" and (apropos history toc).
22484 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22485 instead of ad-hoc processing of "dir" and (apropos history toc).
22486 Reread a file when moving from a virtual node.
22487 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22488 (Info-directory-toc-nodes, Info-directory-find-file)
22489 (Info-directory-find-node): New functions.
22490 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22491 (Info-history): Move part of code to
22492 `Info-history-find-node'.
22493 (Info-history-toc-nodes, Info-history-find-file)
22494 (Info-history-find-node): New functions.
22495 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22496 (Info-toc): Move part of code to `Info-toc-find-node'.
22497 (Info-toc-find-node): New function.
4b8b1ec5 22498 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
22499 the current Info file name to references because now the node
22500 "*TOC*" belongs to the same Info manual.
4b8b1ec5 22501 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
22502 (Info-toc-nodes): Rename input argument `file' to `filename'.
22503 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22504 instead of ad-hoc processing of ("dir" apropos history toc).
22505 (Info-index-nodes): Use Info-virtual-file-p
22506 to check for a virtual file instead of checking a fixed list
22507 of node names.
22508 (Info-index-node): Add check for `Info-current-node-virtual'.
22509 Raise `save-match-data' higher up the tree to contain
22510 `search-forward' too (bug fix).
22511 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22512 (Info-virtual-index-nodes): New variable.
22513 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22514 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22515 (Info-apropos-file, Info-apropos-nodes): New variables.
22516 (Info-apropos-toc-nodes, Info-apropos-find-file)
22517 (Info-apropos-find-node, Info-apropos-matches): New functions.
22518 (info-apropos): Move part of code to `Info-apropos-find-node' and
22519 `Info-apropos-matches'.
22520 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22521 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22522 for a virtual file instead of checking a fixed list of node names.
22523
22524 * simple.el (async-shell-command): New command.
22525
22526 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22527
22528 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22529 instead of `mount-info'.
22530
d04bc496
MA
225312009-07-02 Michael Albinus <michael.albinus@gmx.de>
22532
22533 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 22534 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 22535
af0403e0
KH
225362009-07-02 Kenichi Handa <handa@m17n.org>
22537
22538 * international/mule.el (set-keyboard-coding-system): Force *-unix
22539 coding-system to avoid eol conversion.
22540
99278f8a
MA
225412009-07-01 Michael Albinus <michael.albinus@gmx.de>
22542
4b8b1ec5
SM
22543 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22544 Add handler for `process-file', `shell-command' and
99278f8a
MA
22545 `start-file-process'.
22546 (tramp-gvfs-handle-shell-command)
22547 (tramp-gvfs-handle-start-file-process)
22548 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 22549 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 22550
3f1c6666
JD
225512009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22552
22553 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22554
3f396bac
KH
225552009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22556
22557 * language/korean.el (set-language-info-alist): Add korean-cp949,
22558 cp949 to spec.
22559
c1185193
KH
225602009-07-01 Kenichi Handa <handa@m17n.org>
22561
22562 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22563
22564 * international/encoded-kb.el: Deleted.
22565
22566 * international/mule.el (set-keyboard-coding-system): Perform the
22567 necessary setup here instead of calling encoded-kbd-setup-display.
22568
3f150a60
GM
225692009-07-01 Glenn Morris <rgm@gnu.org>
22570
22571 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22572
b0d5b05b
GM
225732009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22574
22575 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22576
4f4126e6
MA
225772009-06-30 Michael Albinus <michael.albinus@gmx.de>
22578
4b8b1ec5
SM
22579 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22580 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 22581 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 22582
7ae3ea65 22583 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
22584 (top): Add a default for "synce" in `tramp-default-user-alist'.
22585 Add completion function for "synce" method.
22586 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
22587 (tramp-hal-interface-manager, tramp-hal-interface-device):
22588 New defconst.
22589 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22590 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22591 New defuns.
d6ceb380
MA
22592
22593 * net/trampver.el: Update release number.
7ae3ea65 22594
0ad6626b
KH
225952009-06-30 Kenichi Handa <handa@m17n.org>
22596
22597 * international/fontset.el (setup-default-fontset): Add CJK fonts
22598 for symbols and the other miscellaneous characters.
22599
4b8b1ec5
SM
22600 * language/korea-util.el (setup-korean-environment-internal):
22601 Make char-width-table suitable for Korean environments.
0ad6626b
KH
22602 (exit-korean-environment): Cancel above.
22603
22604 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22605 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 22606 setup-function to make char-width-table suitable for respective
0ad6626b
KH
22607 environments, and an exit-function to cancel that.
22608
22609 * language/japan-util.el (setup-japanese-environment-internal):
22610 Call use-cjk-char-width-table with arg `ja_JP'.
22611
22612 * international/characters.el (cjk-char-width-table): Delete it.
22613 (cjk-char-width-table-list): New variable.
22614 (use-cjk-char-width-table): New arg local-name.
22615 (use-default-char-width-table): Fix for the case that Emacs is
22616 already using the default char-width-table.
22617
fd46e893
MA
226182009-06-29 Michael Albinus <michael.albinus@gmx.de>
22619
22620 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22621 modes mandatory. (Bug#3712)
22622
b87d9f96
AM
226232009-06-29 Alan Mackenzie <acm@muc.de>
22624
22625 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 22626 correction between the visible width of TABs and their number of bytes.
b87d9f96 22627
2d25aa5a
CY
226282009-06-29 Chong Yidong <cyd@stupidchicken.com>
22629
22630 * server.el (server-buffer-done): Prevent kill-buffer from
22631 prompting by clearing the buffer modification flag (Bug#3696).
22632
a3a8b002
DN
226332009-06-28 Michael McNamara <mac@mail.brushroad.com>
22634
bf0b361c 22635 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 22636 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
22637 (verilog-basic-complete-re): Support localparam lineup.
22638 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22639 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22640 commenting.
22641 (verilog-leap-to-case-head): Now support *nested* unique &
22642 priority case statements.
22643 (verilog-auto-lineup): Make just declarations the default (as it
22644 had been).
4b8b1ec5 22645 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 22646 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 22647 select the various styles of automatic lineup.
a3a8b002
DN
22648 (verilog-error-regexp-alist): Rework to support the XEmacs style
22649 of error regular expressions from compilers, lint tools &
22650 simulators. Note that GNU Emacs has made it impossible for a mode
22651 to load such things.
22652 (electric-verilog-terminate-line, verilog-indent-declaration)
22653 (verilog-auto-wiure): Rework for radio button selection of
22654 auto-lineup selection of specification of auto lineup.
22655 (verilog-beg-of-statement-1): Redesign to support proper operation
22656 in additional code, based on testing with auto-lineup.
22657 (verilog-calculate-indent, assignments & declarations)
22658 (verilog-backward-token): Enhance to support auto-lineup of
22659 assignments & declarations.
22660 (verilog-in-directive-p, verilog-at-struct-p): New function for
22661 easy test of whether we are.
22662 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22663 to support safe execution at almost anyline.
22664 (verilog-calc-1): Properly support indenting deep inside generate
22665 blocks.
48c2d18a 22666 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 22667 as it is redundant with font-lock-defaults.
a8f316ca 22668 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
22669 to avoid circular calls if syntax-ppss is a function (as is the
22670 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 22671 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
22672 (verilog-ovm-begin-re, verilog-ovm-end-re)
22673 (verilog-ovm-statement-re, verilog-leap-to-head)
22674 (verilog-backward-token): Add support for OVM macros. Some are
22675 complete statements, and others open and close scopes like begin
22676 and end.
22677 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22678 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 22679 compilation issue.
48c2d18a 22680 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 22681 coverpoint, constraint and cross statements.
a3a8b002
DN
22682 (verilog-defun-level-list, verilog-generate-defun-level-list)
22683 (verilog-all-defun-level-list): Redo these specifications - it is
22684 too hard to support eval-when compile aggregation of lists also
22685 built at when-compile time.
22686 (verilog-defun-level-list): Place defconsts of variables used in
22687 building regular expressions which are built in eval-when-compile
22688 bodies in the same eval-when-compile body to facilitate compile
22689 without load.
22690 (verilog-beg-block-re-ordered): Support indenting
22691 virtual/protected tasks and functions.
7b6fefac 22692 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
22693 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22694 indentation of some module items (generate items).
22695 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22696 across virtual/protected tasks and functions.
22697
226982009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22699
bf0b361c 22700 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 22701 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
22702 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22703 in concatenations. Reported by Yishay Belkind.
22704 (verilog-auto-ascii-enum): Support one-hot state machines in
22705 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22706 (verilog-auto-inst, verilog-auto-inst-port): Include interface
6a7662bb
BR
22707 modport in AUTOINST and add vl-modport for users.
22708 Reported by David Rogoff.
a3a8b002
DN
22709 (verilog-auto-inout-module, verilog-auto-inst)
22710 (verilog-decls-get-interfaces, verilog-insert-definition)
22711 (verilog-insert-one-definition, verilog-read-decls)
22712 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22713 (verilog-sig-modport, verilog-signals-combine-bus)
22714 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22715 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22716 Suggested by David Rogoff.
22717 (verilog-repair-open-comma): Fix non-insertion of comma when
22718 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22719 (verilog-make-width-expression): Simplify [A-1:0] expression
22720 widths to just {A{1'b0}}.
22721 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
22722 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22723 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
22724 inputs/outputs or data type. Suggested by Vasu Kandadi.
22725 (next-error-last-buffer): Fix byte-compiler warning.
22726 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22727 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 22728 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 22729 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5 22730 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
01c35094 22731 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
7b6fefac 22732 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
22733 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22734 causing use of <= assignments. Reported by Alex Reed.
22735 (verilog-read-decls): Fix triand, trior, wand, wor to be
22736 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22737 (verilog-extended-complete-re): Support import "DPI-C" functions.
22738 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 22739 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
22740 (verilog-insert-date, verilog-insert-year)
22741 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
22742 Windows systems. Reported by Michael Potts.
22743 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 22744 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 22745 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 22746 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
22747 (verilog-read-decls): Fix detecting "parameter int" when using
22748 AUTOINSTPARAM. Reported by Bruce T.
22749 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 22750 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 22751 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
22752 verilog-goto-defun will work. Reported by Lawrence Butcher.
22753 (verilog-getopt): Expand environment variables in -f file
22754 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 22755 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
22756 when reading enumerations.
22757 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
22758 Suggested by Stephen Peltan.
4b8b1ec5 22759 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
22760 files. Reported by Steve Peltan.
22761
f7c0d931
CY
227622009-06-28 David De La Harpe Golden <david@harpegolden.net>
22763
22764 * files.el (trash-directory): Fix defcustom type.
22765
baf1a55e 227662009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
22767
22768 * help-fns.el (describe-function-1): Correctly locate adviced
22769 functions in hyperlink (Bug#2438).
22770
d63a01ef
CY
227712009-06-28 Chong Yidong <cyd@stupidchicken.com>
22772
22773 * files.el (trash-directory): Change default to nil.
22774 (move-file-to-trash): If trash-directory is nil and
22775 system-move-file-to-trash is unbound, perform freedesktop-style
22776 trashing.
22777
227782009-06-28 David De La Harpe Golden <david@harpegolden.net>
22779
22780 * files.el (move-file-to-trash): Add freedesktop trash
22781 support (Bug#973).
22782
fc2f6a26
GM
227832009-06-28 Glenn Morris <rgm@gnu.org>
22784
22785 * autorevert.el (global-auto-revert-non-file-buffers)
22786 (global-auto-revert-mode): Doc fixes.
22787
00242b07
JB
227882009-06-27 Johan Bockgård <bojohan@gnu.org>
22789
22790 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
22791
f5594f03
CY
227922009-06-27 Chong Yidong <cyd@stupidchicken.com>
22793
e8a2b2da
CY
22794 * faces.el (x-handle-named-frame-geometry): Ensure that we have
22795 opened an X connection before calling x-get-resource (Bug#3194).
22796
f5594f03
CY
22797 * play/doctor.el: Remove reference to obsolete website.
22798 (make-doctor-variables): Correct grammar mistake (Bug#2633).
22799
3c3bf6ce
DN
228002009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
22801
22802 Remove find-file-not-found-hook VC method. (Bug#2757)
22803 * vc-hooks.el (vc-file-not-found-hook)
22804 (vc-default-find-file-not-found-hook): Remove functions.
22805 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
22806 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
22807 * vc.el:
22808 * vc-hg.el:
22809 * vc-git.el: Do not mention find-file-not-found-hook VC method.
22810
e26a7bc0
AM
228112009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
22812
22813 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 22814 compatibility function for `looking-back'.
e26a7bc0 22815
4b8b1ec5 22816 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 22817 Use `ispell-looking-back'.
e26a7bc0 22818
d9848600
MA
228192009-06-24 Michael Albinus <michael.albinus@gmx.de>
22820
22821 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 22822 rather than `filename'.
d9848600 22823
05fbc4a9
MB
228242009-06-23 Miles Bader <miles@gnu.org>
22825
22826 * face-remap.el (text-scale-set): New function.
22827
f86ca715
GM
228282009-06-23 Glenn Morris <rgm@gnu.org>
22829
33e2c2e5
GM
22830 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
22831
f529f302
GM
22832 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
22833
34995333
GM
22834 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
22835
cc80ccee
GM
22836 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
22837
84cb770d
GM
22838 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
22839 Simplify Persian conditionals.
22840
d916c965
GM
22841 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
22842 variable `filename'.
22843
b6a44b27
GM
22844 * comint.el (comint-insert-input): Doc fix.
22845
f86ca715
GM
22846 * Makefile.in (ELCFILES): Fix typo in previous change.
22847
666e158e
MB
228482009-06-23 Miles Bader <miles@gnu.org>
22849
22850 * cus-start.el: Add entry for `recenter-redisplay'.
22851
be3e598a 228522009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
22853
22854 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
22855 Add an optional argument for the backend, use it instead of
22856 calling vc-backend.
4b8b1ec5
SM
22857 (vc-mode-line): Add an optional argument for the backend.
22858 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
22859 special handling for vc-state being a buffer to ...
22860
22861 * vc-rcs.el (vc-rcs-find-file-hook):
22862 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
22863
22864 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
22865 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
22866 vc-stay-local-p and vc-mode-line calls.
22867
22868 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
22869 (vc-cvs-diff, vc-cvs-annotate-command)
22870 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
22871 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
22872 vc-mode-line calls.
22873
22874 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
22875 direct comparison.
22876 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
22877 backend when calling vc-mode-line.
22878 (vc-register): Do not create a closure for calling the vc register
22879 function, call it directly.
22880
2764748c
DN
228812009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22882
22883 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
22884 to make it obvious item can be clicked.
f5a0b281
DN
22885
22886 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
22887
d4a885b2
KH
228882009-06-23 Kenichi Handa <handa@m17n.org>
22889
22890 * language/korea-util.el (korean-key-bindings): Change the binding
22891 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
22892 same command.
22893
e3610693
MA
228942009-06-22 Michael Albinus <michael.albinus@gmx.de>
22895
22896 Sync with Tramp 2.1.16.
22897
22898 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
22899
22900 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
22901 when a loading of a package fails. Completion function for rsync
22902 is `tramp-completion-function-alist-ssh'.
22903 (all): Replace all calls of `split-string' and
22904 `tramp-split-string' by `tramp-compat-split-string'.
22905 (tramp-default-method): Use `tramp-compat-process-running-p'.
22906 (tramp-default-proxies-alist): Allow also Lisp forms.
22907 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 22908 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
22909 (tramp-domain-regexp): Allow also "-", "_" and ".".
22910 (tramp-end-of-output): Remove newlines, and add "$" at the end.
22911 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
22912 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
22913 (tramp-handle-directory-files-and-attributes-with-stat):
22914 Care about filenames with spaces, or starting with "-".
e3610693
MA
22915 (tramp-handle-dired-uncache): New defun.
22916 (tramp-handle-insert-directory): Don't flush the directory from
22917 cache, this is handled by `dired-uncache' now.
22918 (tramp-handle-insert-file-contents): Improve error handling.
22919 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
22920 Quote `tramp-end-of-output'.
22921 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
22922 (tramp-check-for-regexp): Both echoes must be present, before removing.
22923 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
22924 (tramp-compute-multi-hops): Eval cons cells of
22925 `tramp-default-proxies-alist'.
22926 (tramp-maybe-open-connection): Use the same command pattern for
22927 first hop and further hops.
22928 (tramp-wait-for-output): Remove handling of newlines.
22929 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
22930 (tramp-split-string): Remove function. It is handled in
22931 tramp-compat now.
22932
4b8b1ec5
SM
22933 * net/tramp-cmds.el (tramp-bug):
22934 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
22935
22936 * net/tramp-compat.el (tramp-compat-split-string)
22937 (tramp-compat-process-running-p): New defuns.
22938
22939 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
22940 for `dired-uncache'.
22941
22942 * net/tramp-gvfs.el: New package.
22943
4b8b1ec5
SM
22944 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
22945 Add handler for `dired-uncache'.
e3610693
MA
22946 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
22947
22948 * net/trampver.el: Update release number. Make version check fit
22949 for SXEmacs 22.
22950
13a3f374
JM
229512009-06-22 Jim Meyering <meyering@redhat.com>
22952
e0a28a3b 22953 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
22954 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
22955 XZ is the successor to LZMA: <http://tukaani.org/xz/>
22956
5242671e 229572009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 22958 Nick Roberts <nickrob@snap.net.nz>
13a3f374 22959
e0a28a3b 22960 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
22961 repository (http://sphinx.net.ru/hg/gdb-mi/).
22962
3fde45af
GM
229632009-06-22 Glenn Morris <rgm@gnu.org>
22964
46253b34
GM
22965 * files.el (dir-locals-collect-mode-variables): Allow for any number of
22966 `mode' and `eval' entries. (Bug#3430)
22967
97e18192
GM
22968 * Makefile.in (ELCFILES): Add fadr.elc.
22969
731a00fb
GM
22970 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
22971 differing behavior of \n and ^ in strings. (Bug#3385)
22972
c66cd0ff
GM
22973 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
22974
3fde45af
GM
22975 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
22976 property.
22977 (lisp-indent-function): Make it a defcustom.
22978
db2241a0
NR
229792009-06-21 Nick Roberts <nickrob@snap.net.nz>
22980
22981 * progmodes/gdb-ui.el: Replace with ...
5242671e 22982 * progmodes/gdb-mi.el: ... this file.
db2241a0 22983 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
22984
229852009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
22986
db2241a0
NR
22987 * fadr.el: New file.
22988
38d4f316 22989See ChangeLog.14 for earlier changes.
e3d51b27
MR
22990
22991;; Local Variables:
22992;; coding: utf-8
e3d51b27
MR
22993;; End:
22994
73b0cd50 22995 Copyright (C) 2009-2011 Free Software Foundation, Inc.
e3d51b27
MR
22996
22997 This file is part of GNU Emacs.
22998
22999 GNU Emacs is free software: you can redistribute it and/or modify
23000 it under the terms of the GNU General Public License as published by
23001 the Free Software Foundation, either version 3 of the License, or
23002 (at your option) any later version.
23003
23004 GNU Emacs is distributed in the hope that it will be useful,
23005 but WITHOUT ANY WARRANTY; without even the implied warranty of
23006 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23007 GNU General Public License for more details.
23008
23009 You should have received a copy of the GNU General Public License
23010 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.