Make build-mail-aliases an interactive command.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
0273f794
GM
12010-12-14 Glenn Morris <rgm@gnu.org>
2
53aff12a
GM
3 * mail/mailalias.el (build-mail-aliases): Make it interactive.
4 * mail/sendmail.el (build-mail-aliases): Update autoload.
5
aae4b48c
GM
6 * dired.el (dired-trivial-filenames, dired-chown-program)
7 (dired-auto-revert-buffer): Remove autoload cookies.
8 * mail/sendmail.el (mail-recover-1): Require 'dired.
9
bff7c1ad
GM
10 * dired.el (dired-subdir-switches, dired-chown-program)
11 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
12 Make into defcustoms.
13 (dired-chown-program): Simplify initialization.
14
0273f794
GM
15 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
16
bc557672
RF
172010-12-13 Romain Francoise <romain@orebokech.com>
18
19 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
20
7410c270
G
212010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22
23 * net/netrc.el (netrc-point-at-eol): Remove the unused
24 netrc-point-at-old and netrc-bound-and-true-p bindings.
25 (netrc-parse): Cache the netrc contents.
26
f49d1f52 272010-12-13 Eli Zaretskii <eliz@gnu.org>
11aad4e9
EZ
28
29 * subr.el (posn-col-row): Evaluate header-line-format in the
30 context of the POSITION window's buffer.
31
f49d1f52 322010-12-13 Glenn Morris <rgm@gnu.org>
5612fd08
GM
33
34 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
35 (with-silent-modifications): Doc fixes.
36
f49d1f52 372010-12-13 Michael Albinus <michael.albinus@gmx.de>
158d5945
MA
38
39 * net/tramp.el (tramp-action-password, tramp-process-actions):
40 Revert patch from 2010-12-08. Use `save-restriction'.
41
f49d1f52 422010-12-13 Stephen Berman <stephen.berman@gmx.net>
81ced43d
SB
43
44 * calendar/diary-lib.el (diary-list-sexp-entries):
45 Handle case of no newline at end of file. (Bug#7536)
46
f49d1f52 472010-12-13 Glenn Morris <rgm@gnu.org>
b2364eaa
GM
48
49 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
50
f49d1f52 512010-12-13 Michael Albinus <michael.albinus@gmx.de>
32802ee1 52
f49d1f52 53 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
32802ee1 54 (tramp-process-actions): Do not widen.
f49d1f52
SM
55 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
56 Protect buffer-modified value. (Bug#7557)
32802ee1 57
f49d1f52 582010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
da9123a8
JM
59
60 * log-edit.el (log-edit-changelog-entries):
61 Regexp quote filename. (Bug#7505)
62
f49d1f52 632010-12-13 Tom Breton <tehom@panix.com>
478834e6
TB
64
65 * cus-edit.el (custom-save-all):
66 Bind print-length and print-level to nil. (Bug#7581)
67
f49d1f52 682010-12-13 Glenn Morris <rgm@gnu.org>
3c1e62f8 69
d5e6e0b6
GM
70 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
71 Run hooks to update menu contents. (Bug#7586)
72
3c1e62f8
GM
73 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
74 file names, for the sake of MS Windows. (Bug#7588)
75
f49d1f52 762010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
b1816a74
SM
77
78 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
79 empty lines without a leading space.
80
f49d1f52 812010-12-13 Leo <sdl.web@gmail.com>
86a6e8e0 82
740af6c9
GM
83 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
84 while mapping over marks (Bug#6810).
86a6e8e0 85
f49d1f52 862010-12-13 Chong Yidong <cyd@stupidchicken.com>
bc60f4de
CY
87
88 * image-dired.el (image-dired-db-file)
89 (image-dired-temp-image-file, image-dired-gallery-dir)
90 (image-dired-temp-rotate-image-file): Set default values relative
91 to image-dired-dir (Bug#7518).
92
f49d1f52 932010-12-13 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
94
95 * format.el (format-decode-run-method): Pass args FROM and TO, not
96 point-min and point-max, to shell-command-on-region (Bug#7488).
97
f49d1f52 982010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0afb6242
JD
99
100 * frame.el (blink-cursor-mode): Make default t for ns.
101
f49d1f52 1022010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
5eae900e
BR
103
104 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
105
f49d1f52 1062010-12-13 Chong Yidong <cyd@stupidchicken.com>
74194465 107
637c2c43
CY
108 * comint.el (comint-dynamic-list-input-ring)
109 (comint-dynamic-complete-filename)
110 (comint-replace-by-expanded-filename)
111 (comint-dynamic-simple-complete)
112 (comint-dynamic-list-filename-completions)
113 (comint-dynamic-list-completions): Doc fix (Bug#7499).
114
74194465
CY
115 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
116 Doc fix (Bug#7471).
117
f49d1f52 1182010-12-13 Martin Rudalics <rudalics@gmx.at>
6ed96c33
MR
119
120 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
121 (Bug#7533).
122
f49d1f52 1232010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
11cb1e35
MB
124
125 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
126 (Bug#7491).
127
f49d1f52 1282010-12-13 Eli Zaretskii <eliz@gnu.org>
2472c214
EZ
129
130 * files.el (file-relative-name): Handle UNC file names on
131 DOS/Windows. (Bug#4674)
132
f49d1f52 1332010-12-13 Daiki Ueno <ueno@unixuser.org>
f9fe1af9
DU
134
135 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
136 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
137 (epg-context-set-passphrase-callback): Mention that the callback
138 is not called when used with GnuPG 2.x.
139
f49d1f52 1402010-12-13 Glenn Morris <rgm@gnu.org>
ff80efe7
GM
141
142 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
143 Ensure ps-footer-font-size-internal is initialized.
144 Call ps-get-page-dimensions before trying to use ps-font-for-text.
145
f49d1f52 1462010-12-13 Kenichi Handa <handa@m17n.org>
7e116860
KH
147
148 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
149 within condition-case.
150 (rmail-show-mime): Don't use condition-case.
151 (rmail-search-mime-message): New function.
152 (rmail-search-mime-message-function): Set to
153 rmail-search-mime-message.
154
f49d1f52 1552010-12-13 Leo <sdl.web@gmail.com>
bd794450 156
0fdd1db7 157 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
158 (ido-mode): Use it.
159 (ido-completing-read): Call it.
160
fdbb4d85
KF
1612010-12-12 Karl Fogel <kfogel@red-bean.com>
162
163 * bookmark.el (bookmark-name-from-full-record): Rename back to
164 this original name from `bookmark-name-from-record' reverting part
165 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
166 As Drew Adams pointed out, there was no reason to cause churn for
167 third-party callers.
168
0e5cf2b8
AM
1692010-12-12 Alan Mackenzie <acm@muc.de>
170
171 * progmodes/cc-engine.el (c-forward-type): Before scanning a
172 template arglist, check that the current language supports this.
173
6961d41c
GM
1742010-12-11 Glenn Morris <rgm@gnu.org>
175
2b404597
GM
176 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
177 state of the file matches. (Bug#7544)
178 (vc-bzr-register, vc-bzr-checkin)
179 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
180 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
181
6961d41c
GM
182 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
183
1e5d2a04
KK
1842010-12-11 Karel Klíč <kklic@redhat.com>
185
186 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
187
175069ef
SM
1882010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
189
190 Derive from prog-mode, use derived-mode-p, and fix up various
191 minor style issues in lisp/progmodes.
192
193 * progmodes/vhdl-mode.el (vhdl-mode):
194 * progmodes/verilog-mode.el (verilog-mode):
195 * progmodes/vera-mode.el (vera-mode):
196 * progmodes/sql.el (sql-mode):
197 * progmodes/scheme.el (scheme-mode):
198 * progmodes/perl-mode.el (perl-mode):
199 * progmodes/octave-inf.el (inferior-octave-mode):
200 * progmodes/autoconf.el (autoconf-mode):
201 * progmodes/m4-mode.el (m4-mode):
202 * progmodes/inf-lisp.el (inferior-lisp-mode):
203 * progmodes/idlwave.el (idlwave-mode):
204 * progmodes/icon.el (icon-mode):
205 * progmodes/idlw-help.el (idlwave-help-mode):
206 * progmodes/dcl-mode.el (dcl-mode):
207 * progmodes/idlw-shell.el (idlwave-shell-mode):
208 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
209 (ebrowse-member-mode, ebrowse-electric-position-mode):
210 Use define-derived-mode.
211
212 * progmodes/xscheme.el (exit-scheme-interaction-mode)
213 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
214 (xscheme-debugger-mode-p, xscheme-send-string-1):
215 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
216 (tcl-load-file, tcl-restart-with-file):
217 * progmodes/ps-mode.el (ps-run-running):
218 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
219 * progmodes/js.el (js--get-all-known-symbols):
220 * progmodes/inf-lisp.el (inferior-lisp-proc):
221 * progmodes/idlwave.el (idlwave-beginning-of-statement)
222 (idlwave-template, idlwave-update-buffer-routine-info)
223 (idlwave-update-current-buffer-info)
224 (idlwave-get-routine-info-from-buffers, idlwave-choose)
225 (idlwave-scan-class-info, idlwave-fix-keywords)
226 (idlwave-list-buffer-load-path-shadows):
227 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
228 (idlwave-toolbar-remove):
229 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
230 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
231 (idlwave-shell-menu-def):
232 * progmodes/idlw-complete-structtag.el
233 (idlwave-prepare-structure-tag-completion):
234 * progmodes/gud.el (gud-set-buffer):
235 * progmodes/f90.el (f90-backslash-not-special):
236 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
237
238 * progmodes/xscheme.el (xscheme-start)
239 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
240 * progmodes/which-func.el (which-function):
241 * progmodes/vhdl-mode.el (vhdl-set-style):
242 * progmodes/verilog-mode.el (verilog-set-compile-command)
243 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
244 (verilog-set-define, verilog-auto-reeval-locals):
245 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
246 * progmodes/simula.el (simula-mode):
247 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
248 * progmodes/python.el (python-check, python-mode):
249 * progmodes/prolog.el (prolog-mode-variables):
250 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
251 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
252 * progmodes/delphi.el (delphi-mode):
253 * progmodes/cc-styles.el (c-setup-paragraph-variables):
254 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
255 (c-font-lock-init): Move make-local-variable to their setq.
256
257 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
258 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
259 make-local-hook.
260 * progmodes/sh-script.el (sh-require-final-newline): Remove.
261 (sh-set-shell): Don't set require-final-newline since it's already done
262 by prog-mode.
263 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
264 since we never set it.
265 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
266 Use read-string and standard prompt.
267 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
268 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
269 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
270 (meta-common-mode-map): Rename from meta-mode-map.
271 Remove C-m binding, which is a user preference, not mode specific.
272 (meta-common-mode): New major mode; replace meta-common-initialization.
273 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
274 around with font-lock.
275 * progmodes/etags.el (select-tags-table-mode):
276 Derive from special-mode.
277 * progmodes/octave-mod.el (octave-mode):
278 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
279 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
280 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
281 Let define-derived-mode do its job.
282 * progmodes/cpp.el (cpp-edit-mode-map):
283 Move initialization into declaration.
284 (cpp-edit-mode): Use define-derived-mode.
285 (cpp-edit-load): Use derived-mode-p.
286 * progmodes/mixal-mode.el (mixal-mode):
287 * progmodes/f90.el (f90-mode):
288 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
289 require-final-newline since prog-mode does it already.
290 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
291 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
292 * progmodes/antlr-mode.el: Require cc-mode upfront.
293 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
294 the declaration.
295 (antlr-directory-dependencies, antlr-show-makefile-rules):
296 Use derived-mode-p.
297 (antlr-language-option): Don't assume point-min==1.
298 (antlr-mode): Use define-derived-mode.
299 * progmodes/ada-mode.el: Use derived-mode-p.
300 (ada-mode): Use define-derived-mode.
301 Use hack-local-variables-hook.
302
61f91c04
SM
3032010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
304
305 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
306 (texinfo-mode): Don't disable adaptive-fill-mode.
307 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
308 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
309 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
310 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
311 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
312 (texinfo-insert-@quotation, texinfo-insert-@samp)
313 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
314 (texinfo-insert-@uref): Use define-skeleton.
315 (texinfo-insert-@-with-arg): Delete.
316
72a44673
EZ
3172010-12-10 Eli Zaretskii <eliz@gnu.org>
318
319 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
320 nil, do quote archive member names. (Bug#6144)
321
ab540f59
GM
3222010-12-10 Glenn Morris <rgm@gnu.org>
323
66f782de
GM
324 * files.el (diff-no-select): Declare.
325
e554b3f8
GM
326 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
327 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
328
ab540f59
GM
329 * comint.el (comint-input-ring-file-name): Doc fix.
330
f68ab99b
EZ
3312010-12-09 Eli Zaretskii <eliz@gnu.org>
332
333 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
334 New functions.
61f91c04
SM
335 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
336 Use them instead of `nil' and `>', respectively.
f68ab99b
EZ
337 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
338 instead of `nil'.
339 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
340 and menu-bar-positive-p instead of `nil' and `>', respectively.
341 (Bug#1077)
342
650453a9
VJL
3432010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
344
345 * whitespace.el (whitespace-newline-mode): Code fix.
346
28d5de72
GM
3472010-12-09 Glenn Morris <rgm@gnu.org>
348
349 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
350 Rename functions without commas, update callers.
351
b596d50d 3522010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
16498102 353
b596d50d
GM
354 * whitespace.el (whitespace-cleanup-region):
355 Clean up spaces before tabs. (Bug#7582)
16498102 356
eff37c5e
KF
3572010-12-08 Karl Fogel <kfogel@red-bean.com>
358
359 * bookmark.el: Adjust parameter names and doc strings to resolve
360 confusion over whether "bookmark" meant a bookmark name or a
361 bookmark record. Along the way, shorten one function's name for
362 similar reasons. (Issue #7548)
363 (bookmark-name-from-record): New name for
364 `bookmark-name-from-full-record'. All callers changed.
365 (bookmark-get-bookmark, bookmark-get-bookmark-record)
366 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
367 (bookmark-get-annotation, bookmark-set-annotation)
368 (bookmark-get-filename, bookmark-set-filename)
369 (bookmark-get-position, bookmark-set-position)
370 (bookmark-get-front-context-string, bookmark-set-front-context-string)
371 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
372 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
373 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
374 Rename `bookmark' parameter to `bookmark-name-or-record', to
375 clearly show its role, and shorten or adjust doc strings accordingly.
376 (bookmark-set-name): Same, and pass the parameter directly to
377 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
378 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
379 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
380 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
381 and in some cases shorten doc string accordingly.
382 (bookmark-rename): Change `old' and `new' parameters to `old-name'
383 and `new-name', and adjust an internal variable to avoid confusion.
384 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
385 parameter in doc string.
386
5fe9ebd1
GM
3872010-12-08 Glenn Morris <rgm@gnu.org>
388
ac8331a7
GM
389 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
390 from gdb's history file. (Bug#7575)
391
5fe9ebd1
GM
392 * mail/emacsbug.el (report-emacs-bug):
393 Try to handle some other mail clients.
394
33cf0fb2
SM
3952010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
396
397 * files.el (dir-locals-collect-variables): Don't let errors stop us.
398 Use string-prefix-p.
399 (file-name-version-regexp): New var.
400 (file-name-sans-versions):
401 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
402 (jka-compr-get-compression-info): Use dolist.
403 (jka-compr-compression-info-list): Don't bother specifying
404 version/backup regexps.
405
11c31b99
TH
4062010-12-07 Tassilo Horn <tassilo@member.fsf.org>
407
408 * simple.el (just-one-space): Make argument n default to 1 if
409 omitted.
410
a733fc37
SM
4112010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
412
413 * electric.el (electric-indent-post-self-insert-function):
414 Delete trailing newlines even if we don't reindent.
415
88b5a757
DD
4162010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
417
a733fc37
SM
418 * minibuffer.el (completion-at-point): Remove the `arg'.
419 * bindings.el (complete-symbol): Move back from minibuffer.el.
420
4212010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
422
88b5a757
DD
423 * simple.el (just-one-space): Delete newlines for negative arg.
424
ce327e48
SM
4252010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
426
427 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
428 (ansi-color-filter-apply): Simplify.
429 (ansi-color-apply): Use `font-lock-face' rather than `face'.
430
ac73d955
BR
4312010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
432
433 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
434
8c44f097
CY
4352010-12-04 Chong Yidong <cyd@stupidchicken.com>
436
437 * dired.el (dired-use-ls-dired): Set default to a special
438 "unspecified" value.
439 (dired-insert-directory): When called the first time, check
440 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
441
15af15e5
TO
4422010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
443
444 * replace.el: Add "collect" feature to occur.
445 (occur-collect-regexp-history): New var.
88b5a757
DD
446 (occur-read-primary-args): Return a replace string for nlines,
447 if needed.
15af15e5
TO
448 (occur): Extend the meaning of nlines.
449
b2e6e5bd
SM
4502010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
451
452 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
453 (which-func-update-1): Distinguish symbols from strings.
454 (which-function): Stay within 80 columns.
455
ee9355dc
SM
4562010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
457
7f0ea0ff
SM
458 * subr.el (with-demoted-errors): Distinguish symbols from strings.
459
ee9355dc
SM
460 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
461 Improve docstring.
462 (comment-style): Use comment-styles's docs to describe values.
463
3e972d98
JD
4642010-12-03 Jan Djärv <jan.h.d@swipnet.se>
465
466 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
467 and ns-show-prefs (Bug#7535).
468
469 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
470 bindings (Bug#7535).
471
c879436a
GM
4722010-12-03 Glenn Morris <rgm@gnu.org>
473
afe27238
GM
474 * nxml/nxml-mode.el: Require rng-nxml.
475 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
476 Remove declarations.
477
65beee52
GM
478 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
479 * nxml/rng-nxml.el, nxml/rng-valid.el:
480 Remove leading `*' from defcustom docs.
481
ad961a00
GM
482 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
483 (normal-top-level-add-to-load-path, tty-handle-args):
484 Convert comments to basic doc-strings.
485
c5fd0ab5
GM
486 * net/browse-url.el (browse-url-url-at-point)
487 (browse-url-default-browser): Remove autoload cookies.
488
f62f063d
GM
489 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
490 Remove more undefined cl functions.
491
c879436a
GM
492 * vc/diff.el (diff-sentinel): Make new arguments optional.
493 * ibuf-ext.el (diff-sentinel): Update declaration.
494
3721e124
DU
4952010-12-03 Daiki Ueno <ueno@unixuser.org>
496
497 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
498 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
499 (epg-context-set-passphrase-callback): Mention that the callback
500 is not called when used with GnuPG 2.x.
501
66feec8b
MA
5022010-12-02 Michael Albinus <michael.albinus@gmx.de>
503
504 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
505 (tramp-file-name-port): Check also for `tramp-default-port'.
506 (tramp-get-connection-name): New defun.
507 (tramp-get-connection-process): Use it.
508 (tramp-debug-message): Extend function exclude list.
509 (tramp-drop-volume-letter): Fix doc string.
510
511 * net/tramp-cmds.el: Remove solved todo item.
512
513 * net/tramp-efs.el:
514 * net/tramp-ftp.el:
515 * net/tramp-gvfs.el:
516 * net/tramp-gw.el:
517 * net/tramp-imap.el:
518 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
519 and `tramp-default-user-alist', respectively.
520
88b5a757
DD
521 * net/tramp-gw.el (tramp-gw-open-connection):
522 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
66feec8b
MA
523
524 * net/tramp-imap.el (tramp-imap-make-iht): Use just
525 `tramp-file-name-port'.
526
527 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
528 and "psftp". Exchange "%k" marker with options.
529 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
530 Compute size of link target.
531 (tramp-do-copy-or-rename-file-out-of-band). Move setting of
532 `tramp-current-*' up due to gateway methods. Optimze computing of
533 copy arguments. Use `tramp-get-connection-name' and
534 `tramp-get-connection-buffer'. Improve debug messages.
535 (tramp-compute-multi-hops): Remove port determination.
536 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
537
538 * net/trampver.el: Update release number.
539
bd77c2ef
GM
5402010-12-02 Glenn Morris <rgm@gnu.org>
541
05907bb3
GM
542 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
543 Avoid infinite loop over windows. (Bug#7492)
544
bd77c2ef
GM
545 * progmodes/flymake.el (flymake-check-file-limit):
546 Allow nil to mean "no limit".
547 (flymake-check-patch-master-file-buffer): Update for above change.
548 Allow a .tex file-name extension to be optional.
549 (flymake-master-tex-init): Also match \include statements.
550
f7ca27a1
SS
5512010-11-30 Sam Steingold <sds@gnu.org>
552
553 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
554 (nxml-parent-document-set): A function to set `nxml-parent-document'.
555 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
556 (nxml-mode-hook): Remove `defcustom' (auto-defined by
557 define-derived-mode').
558 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
559 users who want to call `nxml-parent-document-set'.
560
402c8a49
CY
5612010-11-27 Chong Yidong <cyd@stupidchicken.com>
562
563 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
564 stand-alone lines, since that is handled by log-edit-match-to-eoh
565 (Bug#6465).
566
d1882ac7
EW
5672010-11-27 Eduard Wiebe <usenet@pusto.de>
568
569 * dired.el (dired-get-filename): Replace backslashes with slashes
570 in file names on MS-Windows, needed by `locate'. (Bug#7308)
571 * locate.el (locate-default-make-command-line): Don't consider
572 drive letter and root directory part of
573 `directory-listing-before-filename-regexp'. (Bug#7308)
574 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
575
07976ae3 5762010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
09ffa822
SM
577
578 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
579 of :smie-open/close-alist.
580 (smie-next-sexp): Make it accept a "start token" as argument.
581 (smie-indent-keyword): Be careful not to misidentify tokens that span
582 more than one line, as empty lines. Add argument `token'.
583
07976ae3 5842010-11-27 Kenichi Handa <handa@m17n.org>
3d9ee611 585
afde451a
KH
586 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
587 multipart subtypes, insert all as usual.
588
3d9ee611
KH
589 * mail/rmail.el: Require rfc2047.
590
07976ae3 5912010-11-27 Kenichi Handa <handa@m17n.org>
d1be4ec2
KH
592
593 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
594 (rmail-mime-entity-disposition)
595 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
596 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
597 (rmail-mime-save): Handle the case that the button's `data' is a
598 MIME entity.
599 (rmail-mime-insert-text): New function.
9e0ecdab 600 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
601 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
602 (rmail-mime-insert-bulk): New function mostly copied from the old
603 rmail-mime-bulk-handler.
9e0ecdab
GM
604 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
605 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
606 the old rmail-mime-multipart-handler.
607 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 608 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
609 rmail-mime-show.
610 (rmail-mime-insert-multipart, rmail-mime-parse)
611 (rmail-mime-insert, rmail-show-mime)
612 (rmail-insert-mime-forwarded-message)
613 (rmail-insert-mime-resent-message): New functions.
614 (rmail-insert-mime-forwarded-message-function): Set to
615 rmail-insert-mime-forwarded-message.
616 (rmail-insert-mime-resent-message-function): Set to
617 rmail-insert-mime-resent-message.
618
619 * mail/rmailsum.el: Require rfc2047.
620 (rmail-header-summary): Handle multiline Subject: field.
621 (rmail-summary-line-decoder): Change the default to
622 rfc2047-decode-string.
623
624 * mail/rmail.el (rmail-enable-mime): Change the default to t.
625 (rmail-mime-feature): Change the default to `rmailmm'.
626 (rmail-quit): Delete the specifal code for rmail-enable-mime.
627 (rmail-display-labels): Likewise.
628 (rmail-show-message-1): Check rmail-enable-mime, and use
629 rmail-show-mime-function for a MIME message. Decode the headers
630 according to RFC2047.
631
07976ae3 6322010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
33aeea0e
SM
633
634 * progmodes/which-func.el (which-func-imenu-joiner-function):
635 Return a string, as expected.
636 (which-function-mode): Make sure we stop any previous timer before
637 starting a new one.
638
07976ae3 6392010-11-27 Michael Albinus <michael.albinus@gmx.de>
e40fc745
MA
640
641 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
642 (tramp-default-user-alist, tramp-default-proxies-alist):
643 Adapt custom options type. (Bug#7445)
e40fc745 644
07976ae3 6452010-11-27 Chong Yidong <cyd@stupidchicken.com>
ae3da38a
CY
646
647 * progmodes/python.el: Add Ipython support (Bug#5390).
648 (python-shell-prompt-alist)
649 (python-shell-continuation-prompt-alist): New options.
650 (python--set-prompt-regexp): New function.
33aeea0e
SM
651 (inferior-python-mode, run-python, python-shell):
652 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
653 prompt based on the Python interpreter.
654 (python--prompt-regexp): New var.
655 (python-check-comint-prompt)
656 (python-comint-output-filter-function): Use it.
657 (run-python): Use a pipe (Bug#5694).
658
07976ae3 6592010-11-27 Chong Yidong <cyd@stupidchicken.com>
1d851570
CY
660
661 * progmodes/python.el (run-python): Doc fix.
662 (python-keep-current-directory-in-path): New var (Bug#7454).
663
07976ae3 6642010-11-27 Chong Yidong <cyd@stupidchicken.com>
76dabd37
CY
665
666 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
667 Prompt user before actually printing.
668
0b839457
GM
6692010-11-27 Glenn Morris <rgm@gnu.org>
670
671 * startup.el (package-enable-at-startup, package-initialize):
672 Remove unnecessary declarations.
673
96107967
EZ
6742010-11-27 Eli Zaretskii <eliz@gnu.org>
675
676 * international/characters.el (glyphless-char-display-control):
677 Exclude newline and TAB from the c0-control group.
678
a140ec5f
GM
6792010-11-27 Glenn Morris <rgm@gnu.org>
680
82445062
GM
681 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
682 (expand-mail-aliases): Remove unnecessary autoload.
683
08b5f072
GM
684 * allout.el (allout-command-prefix, allout-mode-map): Declare.
685
e96d4147
GM
686 * shell.el (shell-dir-cookie-re): Move definition before use.
687
a140ec5f
GM
688 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
689 Replace undefined CL functions.
690
a2249e66
EZ
6912010-11-26 Eli Zaretskii <eliz@gnu.org>
692
228482b2
EZ
693 * simple.el (prog-mode): Set bidi-paragraph-direction to
694 left-to-right.
695
a2249e66
EZ
696 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
697
d01d7b8d
GM
6982010-11-26 Glenn Morris <rgm@gnu.org>
699
700 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
701 diary-outlook-formats can be sensitive to calendar-date-style.
702 (diary-outlook-formats): Simplify the default setting.
703 (diary-from-outlook-internal): Pass subject and body as arguments.
704 Use dolist rather than dotimes. Don't save the diary buffer.
705 (diary-from-outlook-gnus, diary-from-outlook-rmail):
706 Pass subject and body as explicit arguments to the -internal function.
707
b3ea64a3
LMI
7082010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
709
710 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
711 parsing them. This makes mailto:...?subject=foo\nbar work.
712
d5e7b0d8
SM
7132010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
714
715 * vc/diff.el (diff): Fix last change.
716
872ab164
SM
7172010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
718
719 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
720 (pcase--dontcare-upats): New var.
721 (pcase-let, pcase-let*): Generate better code.
722 Accept the same bodies as `let'.
723 (pcase-dolist): New macro.
724 (pcase--trivial-upat-p): New helper function.
725 (pcase--expand): Strip leading "(let nil" if any.
726
876d1684
LMI
7272010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
728
7bd9b9d8
LMI
729 * mail/mailclient.el (browse-url): Require.
730 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
731 use the external browser function to send the mail (bug#7469).
732
876d1684
LMI
733 * net/browse-url.el (browse-url-browser-function): Revert the
734 default back to the previous value, since the new value broke
735 mailclient.el.
736 (browse-url-mailto-function): New variable for mailto: URLs.
737 (browse-url): Use the new variable for mailto: URLs.
738
6e13206c
SM
7392010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
740
741 * eshell/esh-cmd.el (eshell-parse-command):
742 * eshell/esh-arg.el (eshell-parse-arguments):
743 * eshell/em-script.el (eshell-source-file):
744 Use with-silent-modifications.
745
3d92f44e
CY
7462010-11-23 Chong Yidong <cyd@stupidchicken.com>
747
748 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
749 for a merge location.
750
751 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
752 (vc-bzr-merge-branch): Always prompt.
753 (vc-bzr-async-command): Use the full branch filename.
754
8f5f1e68
SM
7552010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
756
757 * shell.el (shell): Use current-buffer by default if it's already
758 a shell mode buffer and its process is dead.
ee9355dc 759 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
8f5f1e68 760
331460ac
TH
7612010-11-23 Tassilo Horn <tassilo@member.fsf.org>
762
8f5f1e68
SM
763 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
764 Mention that the keywords should be comma separated.
331460ac 765
2c3160c5
CY
7662010-11-23 Chong Yidong <cyd@stupidchicken.com>
767
768 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
769 Accept optional prefix arg meaning to prompt for a command.
770 (vc-update): Use vc-BACKEND-pull if available. Accept optional
771 prefix arg meaning to prompt for a command.
772 (vc-pull): Alias for vc-update.
773
774 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
775 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
776 (vc-bzr-merge-branch): New functions, implementing merge-branch
777 and pull operations.
778
b2e44819
SM
7792010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
780
8a0eb852
SM
781 * Makefile.in: Fix up last merge.
782
b2e44819
SM
783 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
784 (diff-sentinel): Get them as arguments instead.
785 (diff-old-file, diff-new-file, diff-extra-args): Remove.
786 (diff-file-local-copy, diff-better-file-name): New funs.
787 (diff-no-select): Rename from diff-into-buffer.
788 Support buffers additionally to files. Move `buf' arg. Don't display buf.
789 Prefer closures to buffer-local variables.
790 (diff): Adjust accordingly.
791 (diff-buffer-with-file): Move from files.el.
792 * files.el (diff-buffer-with-file): Move to vc/diff.el.
793 (diff-buffer-internal): Remove.
794 (diff-buffer-buffer): Remove.
795 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
796 the buffer name used, and so as not to mess up windows and frames.
797
6a7662bb
BR
7982010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
799
800 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
801 (diff-buffer-internal): New function extracted from diff-buffer-with-file
802 (diff-buffer-with-file): Use it.
803 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
804 (diff): Use it.
805
c799747b
TH
8062010-11-22 Tassilo Horn <tassilo@member.fsf.org>
807
808 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
809 \ref's or \pageref's value as default instead of initial input.
810
e274eb13
MA
8112010-11-21 Michael Albinus <michael.albinus@gmx.de>
812
813 * files.el (backup-by-copying-when-mismatch): The default value is
814 now t.
815
816 * startup.el (normal-top-level):
817 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
818 `backup-by-copying-when-mismatch'.
819
77af54d7
JD
8202010-11-21 Jan Djärv <jan.h.d@swipnet.se>
821
822 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
823
4e2f7d2a
CY
8242010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
825
6a7662bb
BR
826 * progmodes/python.el (python-font-lock-keywords):
827 Highlight top-level augmented assignments (Bug#6445).
4e2f7d2a 828
b7d1e144
JD
8292010-11-21 Jan Djärv <jan.h.d@swipnet.se>
830
831 * term/ns-win.el (ns-right-control-modifier)
832 (ns-right-command-modifier): Defvar them.
833
834 * cus-start.el (all): Add ns-right-control-modifier and
835 ns-right-command-modifier (Bug#7458).
836
c11cc37a
GM
8372010-11-20 Glenn Morris <rgm@gnu.org>
838
839 * emacs-lisp/authors.el (authors-ignored-files)
840 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
841
7dcd777e
TH
8422010-11-20 Tassilo Horn <tassilo@member.fsf.org>
843
844 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
845 (report-emacs-bug-parse-query-results)
846 (report-emacs-bug-create-existing-bugs-buffer): Pass through
847 keywords used for querying the bug database to show them in the
848 existing bugs buffer.
849
d2bd5189
JD
8502010-11-20 Jan Djärv <jan.h.d@swipnet.se>
851
852 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
853
854 * info.el (info-tool-bar-map): Add some :vert-only keywords.
855
0e7c0582
EZ
8562010-11-20 Eli Zaretskii <eliz@gnu.org>
857
858 * international/characters.el (glyphless-char-display-control):
859 Make it a defcustom, with update-glyphless-char-display as its
860 :set attribute.
861 (top level): Don't call update-glyphless-char-display.
862
7398933f
MA
8632010-11-20 Michael Albinus <michael.albinus@gmx.de>
864
865 Sync with Tramp 2.2.0.
866
867 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
868 `file-remote-p' (due to compatibility).
869
870 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
871 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
872
873 * net/trampver.el: Update release number.
874
1cd64aae
EZ
8752010-11-20 Eli Zaretskii <eliz@gnu.org>
876
877 * faces.el (glyphless-char): Define value for `pc'.
878
614316a7
TH
8792010-11-20 Tassilo Horn <tassilo@member.fsf.org>
880
26214810
EZ
881 Implemented a bug querying mechanism.
882 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
614316a7
TH
883 (report-emacs-bug-create-existing-bugs-buffer)
884 (report-emacs-bug-parse-query-results)
26214810 885 (report-emacs-bug-query-existing-bugs): New functions.
614316a7 886
9061f667
TH
8872010-11-19 Tassilo Horn <tassilo@member.fsf.org>
888
889 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
890 a \ref{} or \pageref{} macro, then use its value as initial input.
891
1265829e
JB
8922010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
893
894 * calc/calc-units.el (math-build-units-table-buffer):
895 calc/README: Mention that the TeX specific units won't use the
896 `tex' prefix in TeX mode.
897 calc/calc-lang.el (math-variable-table): Don't use the `tex'
898 prefix for units in TeX mode.
899
9fca7811
SM
9002010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
901
902 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
903 * comint.el (comint-kill-region): Make the yank-handler argument
904 obsolete.
9fca7811 905
4a47c275 9062010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
88bf1bec 907
e2f454c4
SM
908 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
909 that are both openers (resp. closers) and something else.
910 (smie-grammar): Loosen definition of valid values.
911 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
912 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
913 (smie-indent-after-keyword): Adjust users.
914 (smie-indent-keyword): Don't indent empty lines.
915
88bf1bec
SM
916 * vc-hg.el (vc-hg-program): New var.
917 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
918 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
919
4a47c275 9202010-11-18 Glenn Morris <rgm@gnu.org>
4c0eb0d3
GM
921
922 * emacs-lisp/autoload.el (autoload-find-destination): The function
923 coding-system-eol-type may return non-numeric values. (Bug#7414)
924
4a47c275 9252010-11-18 Ulrich Mueller <ulm@gentoo.org>
bf6442c3
UM
926
927 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
928
4a47c275 9292010-11-18 Eli Zaretskii <eliz@gnu.org>
e68afd74
EZ
930
931 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
932
4a47c275 9332010-11-18 Chong Yidong <cyd@stupidchicken.com>
de02effd
CY
934
935 * textmodes/picture.el (picture-mouse-set-point): Don't use
936 posn-col-row; explicitly compute the motion based on the posn at
937 the window-start (Bug#7390).
938
4a47c275 9392010-11-18 Glenn Morris <rgm@gnu.org>
f0a698ab
GM
940
941 * novice.el (disabled-command-function):
942 Fix 2009-11-15 change. (Bug#7384)
943
4a47c275 9442010-11-18 Glenn Morris <rgm@gnu.org>
29f30ab7
GM
945
946 * calendar/calendar.el (diary-iso-date-forms): Make elements
947 mutually exclusive. (Bug#7377)
948
4a47c275 9492010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10b40d2e
SM
950
951 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
952 when filling the remaining "unconstrained" values.
953
4a47c275 9542010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7bea8c7a 955
acef0722
SM
956 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
957 safety predicate.
958
959 * files.el (safe-local-variable-p): Gracefully handle errors.
960
7bea8c7a
SM
961 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
962 Use smie-indent-virtual when indenting relative to an opener.
963 (smie-rule-separator): Use smie-rule-parent.
964 (smie-indent-keyword): Consult rules, even for openers at bol.
965 (smie-indent-comment-close): Try to align closer's content.
966
4a47c275 9672010-11-18 Glenn Morris <rgm@gnu.org>
b010e1ba
GM
968
969 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
970
4a47c275 9712010-11-18 Glenn Morris <rgm@gnu.org>
c790cad4 972
aa514451
GM
973 * printing.el (pr-menu-bind): Doc fix.
974
32b636de
GM
975 * speedbar.el (speedbar-toggle-images): Doc fix.
976
bc1d5cdf
GM
977 * progmodes/python.el (python-shell): Doc fix.
978
c790cad4
GM
979 * wid-edit.el (widget-field-use-before-change)
980 (widget-use-overlay-change): Doc fixes.
981
c51bb5d2
SM
9822010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
983
8bbb7dd8
SM
984 Minor cleanup to improve style.
985 * textmodes/rst.el (rst-update-section): Use point-marker.
986 (rst-get-decoration): Eliminate unneeded assignment.
987 (rst-promote-region, rst-straighten-decorations)
988 (rst-section-tree, rst-adjust): Use point-marker.
989 (rst-toc-mode-mouse-goto): Avoid setq.
990 (rst-shift-region-guts, rst-shift-region-left)
991 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
992 (rst-convert-bullets-to-enumeration): Use copy-marker.
993
b7e270a2
SM
994 * minibuffer.el (completion-fail-discreetly): New var.
995 (completion--do-completion): Use it.
996
c51bb5d2
SM
997 * electric.el (electric-pair-pairs): New var.
998 (electric-pair-post-self-insert-function): Use it.
999 (electric-layout-post-self-insert-function): Don't insert a before
1000 newline unless it's actually needed.
1001
c04f2ac0
SM
10022010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1003
bac2de0f
SM
1004 * progmodes/python.el (run-python): Explain why we remove the current
1005 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
1006
c04f2ac0
SM
1007 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
1008
7100ff98
SM
10092010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1010
03f70355
SM
1011 * progmodes/octave-mod.el: Rely on elecric-*-modes.
1012 (octave-mode-map): Don't bind ;, SPC, and LF.
1013 (octave-auto-indent, octave-auto-newline): Remove.
1014 (electric-layout-rules): Declare.
1015 (octave-mode): Set electric-layout-rules.
1016 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
1017 (octave-reindent-then-newline-and-indent, octave-electric-semi)
1018 (octave-electric-space): Remove.
1019
7100ff98
SM
1020 * electric.el (electric-layout-mode): New minor mode.
1021 (electric--after-char-pos): New function.
1022 (electric-indent-post-self-insert-function): Use it.
1023 (electric-layout-rules): New var.
1024 (electric-layout-post-self-insert-function): New function.
1025 (electric-indent-mode): Make them interact better.
1026
cca982d0
SM
10272010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1028
1029 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
1030 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
1031 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
1032
84992dff
AM
10332010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
1034
1035 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
1036 Make sure to check inside the word (Bug#6761).
1037
afa42fe3
CY
10382010-11-14 Chong Yidong <cyd@stupidchicken.com>
1039
1040 * startup.el (command-line): If the cursorColor resource is set,
1041 change the cursor face-spec (Bug#7392).
1042
a798747d 10432010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1c9b9df0 1044
a798747d 1045 The main features of the following allout.el changes are:
1c9b9df0
KM
1046 - implement user customization for the allout key bindings
1047 - add a customization control by which the user can inhibit use of
a798747d 1048 a trailing Ctrl-H, so by default it's reserved for use with
1c9b9df0
KM
1049 describe-prefix-bindings
1050 - adapt to new version of called-interactively-p, while
a798747d 1051 maintaining backwards compatibility with old version
1c9b9df0
KM
1052 - fix hotspot navigation so i works properly with meta-modified keys
1053
a798747d
GM
1054 * allout.el (allout-keybindings, allout-bind-keys)
1055 (allout-keybindings-binding, allout-prefixed-keybindings)
1056 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
1057 (allout-keybindings-list, allout-mode-map-adjustments)
1058 (allout-setup-mode-map): Establish allout-mode keymaps as user
1059 customizable settings, and also establish a customizable setting which
1060 regulates whether or not a trailing control-h is reserved for use with
1061 describe-prefix-bindings - and inhibit it by default, so that control-h
1062 *is* reserved for describe-prefix-bindings unless the user changes it.
1063
1064 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
1065 and accurately between modified and unmodified events, and handle
1c9b9df0
KM
1066 modified events more comprehensively.
1067
a798747d
GM
1068 * allout.el (allout-substring-no-properties):
1069 Alias to use or provide version of `substring-no-properties'.
1070 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1c9b9df0 1071
a798747d
GM
1072 * allout.el (allout-next-single-char-property-change):
1073 Alias to use or provide version of `next-single-char-property-change'.
1074 (allout-annotate-hidden, allout-hide-by-annotation):
1075 Use `allout-next-single-char-property-change'.
1c9b9df0 1076
a798747d
GM
1077 * allout.el (allout-select-safe-coding-system):
1078 Alias to use or provide version of `select-safe-coding-system'.
1079 (allout-toggle-subtree-encryption):
1080 Use `allout-select-safe-coding-system'.
1c9b9df0 1081
a798747d
GM
1082 * allout.el (allout-set-buffer-multibyte):
1083 Alias to use or provide version of `set-buffer-multibyte'.
1084 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1c9b9df0 1085
a798747d
GM
1086 * allout.el (allout-called-interactively-p): Macro for using the
1087 different versions of called-interactively-p identically, depending on
1088 the subroutine's argument signature.
1089 (allout-back-to-current-heading, allout-beginning-of-current-entry):
1090 Use `(interactive "p")' instead of `(called-interactively-p)'.
1c9b9df0 1091
a798747d
GM
1092 * allout.el (allout-init, allout-ascend, allout-end-of-level)
1093 (allout-previous-visible-heading, allout-forward-current-level)
1094 (allout-backward-current-level, allout-show-children):
1095 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1c9b9df0 1096
a798747d
GM
1097 * allout.el (allout-before-change-handler):
1098 Exempt edits to the (overlaid) character after the allout outline
1099 bullet from edit confirmation prompt.
1c9b9df0 1100
a798747d
GM
1101 * allout.el (allout-add-resumptions):
1102 Ensure that it respects correct buffer for keybindings.
1c9b9df0 1103
a798747d
GM
1104 * allout.el (allout-beginning-of-line):
1105 Use `allout-previous-single-char-property-change' alias for the sake of
1106 diverse compatibility.
1c9b9df0 1107
a798747d
GM
1108 * allout.el (allout-end-of-line):
1109 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1c9b9df0 1110
0216b738
CY
11112010-11-13 Chong Yidong <cyd@stupidchicken.com>
1112
1113 * frame.el (frame-notice-user-settings): Don't clobber other
1114 user-set parameters when calling face-set-after-frame-default in
1115 response to background-color parameter (Bug#7373).
1116
0eb025fb
EZ
11172010-11-13 Eli Zaretskii <eliz@gnu.org>
1118
1119 * international/characters.el (glyphless-char-display-control):
88b5a757 1120 Rename from glyphless-char-control; all users changed. Doc fix.
4a9f985c
EZ
1121 Signal an error if display method is not one of the recognized
1122 symbols.
0eb025fb 1123
6e060cee
MA
11242010-11-13 Michael Albinus <michael.albinus@gmx.de>
1125
1126 * net/tramp-compat.el (tramp-compat-line-beginning-position)
1127 (tramp-compat-line-end-position): Remove them.
1128
1129 * net/tramp.el (tramp-parse-rhosts-group)
1130 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
1131 (tramp-parse-hosts-group, tramp-parse-passwd-group)
1132 (tramp-parse-netrc-group, tramp-parse-putty-group)
1133 * net/tramp-cmds.el (tramp-append-tramp-buffers)
1134 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
1135 (tramp-sh-handle-file-selinux-context)
1136 (tramp-sh-handle-file-name-all-completions)
1137 (tramp-sh-handle-insert-directory)
1138 (tramp-sh-handle-expand-file-name, tramp-find-executable)
1139 (tramp-wait-for-output, tramp-send-command-and-read)
1140 * net/tramp-smb.el (tramp-smb-read-file-entry)
1141 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
1142
1143 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
1144 `point-at-bol'.
1145 (tramp-remote-coding-commands): Add an alternative using "base64
1146 -d -i". This is needed for older base64 versions from GNU
1147 coreutils. Reported by Klaus Reichl
1148 <Klaus.Reichl@thalesgroup.com>.
1149
8da5345f
HN
11502010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
1151
1152 * simple.el (count-words-region): New function.
1153
c156a63b
SM
11542010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1155
78835dd0
SM
1156 * shell.el (shell-dir-cookie-re): New custom variable.
1157 (shell-dir-cookie-watcher): New function.
1158
ebff325e
SM
1159 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
1160 and compilation-mode (bug#7350).
1161
4e9e1584
SM
1162 * vc/smerge-mode.el (smerge-refine): Choose better default part to
1163 highlight when one of them is empty.
1164
4490f875
SM
1165 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
1166 trailing space.
1167 (skeleton-newline): New function.
1168 (skeleton-internal-1): Use it.
1169
c156a63b
SM
1170 * simple.el (open-line): `newline' may strip trailing space.
1171
f3bb9e16
KR
11722010-11-12 Kevin Ryde <user42@zip.com.au>
1173
1174 * international/mule-cmds.el (princ-list): Use mapc.
1175
7847454a
GM
11762010-11-12 Glenn Morris <rgm@gnu.org>
1177
1178 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
1179 Use it to replace all instances of "*Compile-Log*"
1180
aa310257
SM
11812010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1182
1183 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
1184 indentation specs.
1185
cbf83ce9
SM
11862010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1187
1188 * progmodes/modula2.el: Use SMIE and skeleton.
1189 (m2-mode-syntax-table): (*..*) can be nested.
1190 Add //...\n. Fix paren syntax.
1191 (m2-mode-map): Remove LF and TAB bindings.
1192 (m2-indent): Add safety property.
1193 (m2-smie-grammar): New var.
1194 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
1195 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
1196 (m2-mode): Use define-derived-mode.
1197 (m2-newline, m2-tab): Remove.
1198 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
1199 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
1200 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
1201 (m2-import): Use define-skeleton.
1202
e7c4fb1e
GM
12032010-11-11 Glenn Morris <rgm@gnu.org>
1204
b3e4c911
GM
1205 * obsolete/lucid.el: Don't warn about any CL functions in this file.
1206
b3e22bd4
GM
1207 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
1208 (ls-lisp-verbosity): Add custom :set-after property.
1209 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
1210 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
1211 (ls-lisp-insert-directory): Update caller.
606dcd9e
GM
1212 (ls-lisp-set-options): New function.
1213 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
1214 Doc fix.
b3e22bd4 1215
55a4b4fe
GM
1216 * play/landmark.el (lm-prompt-for-move):
1217 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
1218
e7c4fb1e
GM
1219 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
1220
1221 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
1222 (idlwave-study-twins): Prefix dynamic local variable `name'.
1223 (idlwave-routine-twin-compare): Update for above change.
1224
1225 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
1226 Prefix dynamic local variables `name', `kwd', and `link'.
1227 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
1228 * progmodes/idlw-complete-structtag.el
1229 (idlwave-complete-structure-tag-help):
1230 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
1231 (idlwave-complete-sysvar-tag-help)
1232 (idlwave-complete-class-structure-tag-help):
1233 Update for above name changes.
1234
afe2870b
LMI
12352010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1236
1237 * net/browse-url.el (browse-url-browser-function): Change the
1238 default to use `browse-url-mail' on mailto: URLs.
1239
fbe3be3f
CY
12402010-11-10 Chong Yidong <cyd@stupidchicken.com>
1241
cbf83ce9
SM
1242 * emacs-lisp/package.el (package-read-all-archive-contents):
1243 Reset package-archive-contents to nil before re-reading.
fbe3be3f 1244
a7cfbaea 12452010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
bd4532fc
AM
1246
1247 * textmodes/flyspell.el (flyspell-word): Do not re-check words
1248 already found as misspellings by (flyspell-large-region), just
c97685d4 1249 do highlighting (bug#7322).
bd4532fc 1250
13e7256f
GM
12512010-11-10 Glenn Morris <rgm@gnu.org>
1252
6d2a1e35
GM
1253 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
1254
d4aca69c
GM
1255 * emulation/edt.el (edt-with-position): New macro.
1256 (edt-find-forward, edt-find-backward, edt-find-next-forward)
1257 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
1258 (edt-paragraph-forward, edt-paragraph-backward): Use it.
1259
f8a09adb
GM
1260 * emulation/tpu-extras.el (tpu-with-position): New macro.
1261 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
1262
c026460b
GM
1263 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
1264
dea53a43
GM
1265 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
1266 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
1267 (texinfo-master-menu, texinfo-insert-node-lines)
1268 (texinfo-multiple-files-update):
1269 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
1270 Use line-beginning-position.
1271
72bc50c0
GM
1272 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
1273 No recent Emacs supports system-type `emx'.
1274
1275 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
1276 (ada-command-separator, ada-default-prj-properties)
1277 (ada-find-any-references): Update for above name change.
1278
1279 * dirtrack.el (dirtrack-directory-function)
1280 (dirtrack-canonicalize-function):
1281 * filecache.el (file-cache-completion-ignore-case)
1282 (file-cache-case-fold-search, file-cache-ignore-case):
1283 * term.el (serial-port-is-file-p): Cosmetic change.
1284
1285 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
1286 Remove non-existent `windows-95' system-type.
1287 * dired.el (dired-chown-program): Remove non-existent `linux'
1288 system-type.
1289
17731c39
GM
1290 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
1291 (ping-program-options): Remove non-existent `linux' system-type.
1292
9228bbd3
GM
1293 * startup.el (package-initialize): Update declaration.
1294
6e404950
GM
1295 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
1296 (ls-lisp-handle-switches): Use time-less-p.
1297 (ls-lisp-format-time): Use float-time.
1298
6f0d4bb6
GM
1299 * textmodes/remember.el (remember-time-to-seconds): Remove.
1300 (remember-store-in-mailbox): Use float-time.
1301
1302 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
1303
1304 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
1305 never a real function.
1306 (with-no-warnings): Remove compat stub, now unused.
1307 (time-less-p): Doc fix.
1308 (time-to-number-of-days): Simplify.
1309
73171bd4
GM
1310 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
1311 Remove.
1312 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
1313 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
1314 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
1315 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
1316 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
1317
13e7256f
GM
1318 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
1319 (eshell-shuffle-files, eshell-shorthand-tar-command)
1320 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
1321 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
1322 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
1323 Prefix dynamic local variable `matches'.
1324
b565f5a1
GM
1325 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
1326 Prefix dynamic local variable `skeleton'.
1327
5ad3e885
KY
13282010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
1329
1330 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
1331 in mail buffer; make yank-action always a command that yanks original
1332 buffer.
1333
14121c52
GM
13342010-11-09 Glenn Morris <rgm@gnu.org>
1335
1336 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
1337
d607b96b 13382010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
73525e72 1339
9bdba5f5
SM
1340 * minibuffer.el (minibuffer-completion-help): Specify the end of the
1341 completion field (bug#7211).
1342
73525e72
SM
1343 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
1344 Fix handling of backslash escapes.
1345 (python-quote-syntax): Adjust accordingly.
1346
d607b96b 13472010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
1348
1349 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
1350 (vc-mtn-workfile-branch): Adjust to new output format.
1351
d607b96b 13522010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
cc4d2366
SM
1353
1354 * international/mule-cmds.el (princ-list): Mark as obsolete.
1355
d607b96b 13562010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7f925a67
SM
1357
1358 * emacs-lisp/smie.el: New package.
1359
d607b96b 13602010-11-09 Michael Albinus <michael.albinus@gmx.de>
6ce78fdc 1361
7f925a67
SM
1362 * files.el (backup-by-copying-when-mismatch):
1363 Set `permanent-local' property.
6ce78fdc
MA
1364
1365 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 1366 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 1367
d607b96b 13682010-11-09 Eli Zaretskii <eliz@gnu.org>
21620882
EZ
1369
1370 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
1371
d607b96b 13722010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
8468f78b 1373
7f925a67 1374 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 1375 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
1376 AUTOINOUT for SV style multidimensional arrays, bug294.
1377 Reported by Eric Mastromarchi.
1378 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
1379 font-lock-fontify-buffer to cleanup style issues.
1380
d607b96b 13812010-11-09 Glenn Morris <rgm@gnu.org>
cb5e49a3
GM
1382
1383 * locate.el (locate, locate-mode): Doc fixes.
1384
d607b96b 13852010-11-09 Chong Yidong <cyd@stupidchicken.com>
381d186f
CY
1386
1387 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
1388 user for confirmation.
1389 (server-force-stop): Use it.
1390 (server-start): Use server-force-stop for kill-emacs-hook, to
1391 avoid user interaction while killing Emacs.
1392
9b026d9f
GM
13932010-11-09 Glenn Morris <rgm@gnu.org>
1394
3406534c 1395 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
e814121e 1396 (meta-indent-line): Simplify.
3406534c 1397
9b026d9f
GM
1398 * vc/emerge.el (emerge-line-number-in-buf):
1399 * textmodes/ispell.el (ispell-region):
1400 * textmodes/fill.el (current-fill-column):
1401 * progmodes/xscheme.el (xscheme-send-current-line):
1402 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
1403 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
1404 * progmodes/sh-script.el (sh-handle-prev-do):
1405 * progmodes/meta-mode.el (meta-indent-line):
1406 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
1407 (idlwave-in-quote):
1408 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
1409 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
1410 * progmodes/fortran.el (fortran-looking-at-if-then):
1411 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
1412 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
1413 (cperl-find-pods-heres):
1414 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
1415 * net/quickurl.el (quickurl-list-insert):
1416 * net/ldap.el (ldap-search-internal):
1417 * net/eudc.el (eudc-expand-inline):
1418 * mail/sendmail.el (sendmail-send-it):
1419 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
1420 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
1421 (viper-brac-function):
1422 * calc/calc-yank.el (calc-do-grab-region):
1423 * calc/calc-keypd.el (calc-keypad-press):
1424 * term.el (term-move-columns, term-insert-spaces):
1425 * speedbar.el (speedbar-highlight-one-tag-line):
1426 * simple.el (current-word):
1427 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1428 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
1429 (Info-scroll-down):
1430 * hippie-exp.el (he-line-beg):
1431 * epa.el (epa--marked-keys):
1432 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
1433 (dired-update-file-line, dired-add-entry, dired-remove-entry)
1434 (dired-relist-entry):
1435 * buff-menu.el (Buffer-menu-buffer):
1436 * array.el (current-line):
1437 * allout.el (allout-resolve-xref)
1438 (allout-latex-verbatim-quote-curr-line):
1439 Replace yet more uses of end-of-line etc with line-end-position, etc.
1440
db94771e
SM
14412010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1442
1398b795
SM
1443 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
1444 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
1445 (checkdoc-syntax-table): Initialize in the declaration.
1446 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
1447 the mode on unconditionally.
1448
db94771e
SM
1449 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
1450 (extent-end-position, extent-start-position): Remove setf method for
1451 non-existing functions (bug#7319).
1452
674728d4
SM
14532010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1454
1455 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
1456 (smie-precs->prec2): Rename from smie-precs-precedence-table.
1457 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
1458 (smie-prec2->grammar): Rename from smie-prec2-levels.
1459 (smie-grammar): Rename from smie-op-levels.
1460 (smie-indent--hanging-p): Rename from smie-hanging-p.
1461 (smie-rule-hanging-p): New alias.
1462 (smie-indent--bolp): Rename from smie-bolp.
1463 (smie-indent--hanging-p): New alias.
1464 (smie--token): New dynamically bound variable.
1465 (smie-indent--parent): New function.
1466 (smie-rule-parent-p): Use it; rename from smie-parent-p.
1467 (smie-rule-next-p): Rename from smie-next-p.
1468 (smie-rule-prev-p): Rename from smie-prev-p.
1469 (smie-rule-sibling-p, smie-rule-parent)
1470 (smie-indent--separator-outdent, smie-rule-separator): New functions.
1471 (smie-rule-separator-outdent): New var.
1472 (smie-indent--rule): Merge with smie-indent--column.
1473 (smie-indent-forward-token, smie-indent-backward-token):
1474 Also recognize close parens.
1475 (smie-indent-keyword): Don't use smie-indent--column any more.
1476 (smie-indent-after-keyword): Ignore closers by default.
1477 (smie-indent-line): Use with-demoted-errors.
1478 * progmodes/octave-mod.el (octave-smie-grammar):
1479 Rename from octave-smie-op-levels.
1480 (octave-smie-rules): Adjust to new behavior.
1481 * progmodes/prolog.el (prolog-smie-grammar):
1482 Rename from prolog-smie-op-levels.
1483
26f097bf
GM
14842010-11-07 Glenn Morris <rgm@gnu.org>
1485
de3490e1
GM
1486 * eshell/esh-util.el (subst-char-in-string)
1487 (directory-files-and-attributes): These compatibility definitions are
1488 not needed on any version of Emacs since at least 21.4.
1489
3ba6b2ee
GM
1490 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
1491 (verilog-get-end-of-line): Remove.
1492 (verilog-within-string, verilog-re-search-forward-substr)
1493 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
1494 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
1495 Use point-at-bol, point-at-eol.
1496 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
1497 Remove.
1498 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
1499 (electric-pascal-terminate-line, pascal-set-auto-comments)
1500 (pascal-indent-paramlist, pascal-indent-declaration)
1501 (pascal-get-lineup-indent, pascal-func-completion)
1502 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
1503 Use point-at-bol, point-at-eol.
1504 * progmodes/flymake.el (flymake-line-beginning-position)
1505 (flymake-line-end-position): Remove.
1506 (flymake-highlight-line): Use point-at-bol, point-at-eol.
1507 * eshell/esh-util.el (line-end-position, line-beginning-position):
1508 Remove compat definitions.
1509
76fc02b6
GM
1510 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1511 Use end-of-line N.
1512 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
1513 Use line-end-position.
1514
e180ab9f
GM
1515 * emacs-lisp/chart.el (chart-zap-chars):
1516 * play/decipher.el (decipher-set-map):
1517 * progmodes/ada-mode.el (ada-get-current-indent)
1518 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
1519 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
1520 * progmodes/ada-xref.el (ada-initialize-runtime-library)
1521 (ada-get-all-references):
1522 * progmodes/cperl-mode.el (cperl-electric-paren)
1523 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
1524 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
1525 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
1526 (cperl-word-at-point-hard):
1527 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
1528 (idlwave-shell-filename-string, idlwave-shell-batch-command)
1529 (idlwave-shell-display-line):
1530 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
1531 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
1532 * progmodes/js.el (js--re-search-forward-inner)
1533 (js--re-search-backward-inner):
1534 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
1535 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
1536 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
1537 * textmodes/flyspell.el (flyspell-process-localwords):
1538 * textmodes/ispell.el (ispell-buffer-local-parsing)
1539 (ispell-buffer-local-dict, ispell-buffer-local-words):
1540 Use point-at-bol and point-at-eol.
1541
26f097bf
GM
1542 * speedbar.el (speedbar-generic-item-info)
1543 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
1544 (speedbar-add-indicator, speedbar-check-vc-this-line)
1545 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
1546 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
1547 Replace more uses of end-of-line etc with line-end-position.
1548
b05fde66
GM
15492010-11-06 Glenn Morris <rgm@gnu.org>
1550
5ed619e0
GM
1551 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
1552 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
1553 (texinfo-delete-existing-pointers, texinfo-find-pointer)
1554 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
1555 (texinfo-multiple-files-update):
1556 * textmodes/table.el (table--probe-cell-left-up)
1557 (table--probe-cell-right-bottom):
1558 * textmodes/picture.el (picture-tab-search):
1559 * textmodes/page-ext.el (pages-copy-header-and-position)
1560 (pages-directory-for-addresses):
1561 * progmodes/vera-mode.el (vera-get-offset):
1562 * progmodes/simula.el (simula-calculate-indent):
1563 * progmodes/python.el (python-pdbtrack-overlay-arrow):
1564 * progmodes/prolog.el (end-of-prolog-clause):
1565 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
1566 * progmodes/icon.el (indent-icon-exp):
1567 * progmodes/etags.el (tag-re-match-p):
1568 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
1569 * progmodes/ebnf2ps.el (ebnf-begin-file):
1570 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
1571 (dcl-save-local-variable):
1572 * play/life.el (life-setup):
1573 * play/gametree.el (gametree-looking-at-ply):
1574 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
1575 * mail/sendmail.el (mail-mode-auto-fill):
1576 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1577 * emacs-lisp/edebug.el (edebug-overlay-arrow):
1578 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
1579 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
1580 (woman-tab-to-tab-stop, WoMan-warn-ignored):
1581 * type-break.el (type-break-file-keystroke-count):
1582 * term.el (term-replace-by-expanded-history-before-point)
1583 (term-skip-prompt, term-extract-string):
1584 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
1585 (speedbar-contract-line, speedbar-toggle-line-expansion)
1586 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
1587 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
1588 * sort.el (sort-skip-fields):
1589 * skeleton.el (skeleton-internal-list):
1590 * simple.el (line-move-finish, line-move-to-column):
1591 * shell.el (shell-forward-command):
1592 * misc.el (copy-from-above-command):
1593 * makesum.el (double-column):
1594 * ebuff-menu.el (electric-buffer-update-highlight):
1595 * dired.el (dired-move-to-end-of-filename):
1596 * dframe.el (dframe-popup-kludge):
1597 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
1598 * arc-mode.el (archive-get-lineno):
1599 Use line-end-position and line-beginning-position.
1600
e2a9c0bc
GM
1601 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
1602 (idlwave-study-twins): Prefix dynamic local `class'.
1603 (idlwave-routine-twin-compare): Update for above name change.
1604
4e44448f
GM
1605 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
1606 Use boundp tests to silence compiler. Update for changed name of
1607 bytecomp-filename variable.
1608
8f6c3eac
GM
1609 * emulation/viper-cmd.el (viper-read-string-with-history):
1610 Prefix dynamic local `initial'.
1611 (viper-minibuffer-standard-hook): Update for above name change.
1612
79d1dabe
GM
1613 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
1614 (elint-init-form): Update for above name change.
1615
0e4bb7f0
GM
1616 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
1617 local variables `cbeg' and `cend' a prefix.
1618 (mail-extr-voodoo): Update for above name change.
1619
c8f3bf36
GM
1620 * textmodes/reftex-toc.el (reftex-toc-do-promote)
1621 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
1622 (reftex-toc-promote-action): Doc fix.
1623
1624 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
1625 `prompt', `data' a prefix.
1626 (reftex-select-post-command-hook, reftex-select-callback)
1627 (reftex-select-mouse-accept, reftex-select-read-cite):
1628 Update for above name changes.
1629
1630 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
1631 `refstyle' to reftex-refstyle.
1632 (reftex-offer-label-menu): Update for above name change.
1633 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
1634 `refstyle' name change.
1635
b05fde66
GM
1636 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
1637 with with-current-buffer.
1638 (diff, template): Give dynamic local variables a prefix.
1639 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
1640 (emerge-line-number-in-buf): Update for above name change.
1641 (emerge-combine-versions-internal): Rename local `template' to
1642 emerge-combine-template.
1643 (emerge-combine-versions-edit): Update for above name change.
1644
5d8f9169
RA
16452010-11-06 Ralf Angeli <angeli@caeruleus.net>
1646
1647 * textmodes/reftex-cite.el
1648 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
1649 entries with whitespace after \bibitem.
1650 (reftex-create-bibtex-file): Match entries containing numbers and
1651 symbol constituents. Make sure that entries with whitespace at
1652 various places are found.
1653
f8aefe82
MA
16542010-11-05 Christian Millour <cm@abtela.com> (tiny change)
1655
1656 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
1657
e06918d2
JD
16582010-11-05 Jan Djärv <jan.h.d@swipnet.se>
1659
1660 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
1661
17fc58c9
GM
16622010-11-05 Glenn Morris <rgm@gnu.org>
1663
f7fe4837
GM
1664 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
1665 (woman2-roff-buffer): Give local variable `request' a prefix.
1666 (woman0-macro): Rename argument `request' in the same way.
1667 (woman-request): New name for `request' dynamic variable.
1668 (woman-unquote, woman-forward-arg): Update for above name change.
1669 (woman1-roff-buffer): Give local variable `unquote' a prefix.
1670 (woman1-unquote): New name for `unquote' dynamic variable.
1671 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
1672 (woman-translations): Rename from `translations'. No longer global.
1673 (woman2-tr, woman-translate): Update for above name change.
1674 (woman-translate): Check for bound variable.
1675 (woman2-roff-buffer): Give local variable `translations' a prefix.
1676
869c4186
GM
1677 * play/doctor.el: Give all local variables a prefix. Update callers.
1678 (doc$, doctor-put-meaning): Use backquote.
1679
215461a8
GM
1680 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
1681 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
1682
17fc58c9
GM
1683 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
1684 variables bytes, ptr, op a prefix.
1685 (disassemble-offset): Update for above change.
1686
015eea59
CY
16872010-11-03 Chong Yidong <cyd@stupidchicken.com>
1688
1689 * emacs-lisp/package.el (package-unpack): Remove no-op.
1690 (package--builtins, package--dir): Doc fix.
1691 (package-activate-1, package-activate, package-install)
1692 (package-compute-transaction): Fix error message.
1693 (package-delete): Use delete-directory. Omit system packages.
1694 (package-initialize): Set package-alist to nil first.
1695 (package-menu-mark-delete, package-menu-mark-install): Don't add
1696 symbols that are inconsistent with the package state.
1697 (package-menu-execute): Perform deletions and installations as
1698 single batch operations.
1699
033862d1
GM
17002010-11-03 Glenn Morris <rgm@gnu.org>
1701
0b03a950
GM
1702 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
1703 (props): Remove unnecessary declaration.
1704
e337e22c
GM
1705 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
1706 set-process-query-on-exit-flag.
1707
a88e24dd 1708 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
728618ba
GM
1709 (reftex-toc-do-promote): Remove unused local `mpos'.
1710 (reftex-toc-restore-region): Make `mpos' local to this function.
a88e24dd 1711
537b04b9
GM
1712 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
1713
52365e61
GM
1714 * play/landmark.el (lm-losing-threshold): Correct spelling.
1715 (lm-human-plays): Use new name.
1716
cd32f8a9
GM
1717 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
1718 (gomoku-human-plays): Use new name.
1719
033862d1
GM
1720 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
1721 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
1722 (gomoku-score-trans-table, gomoku-winning-threshold)
1723 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
1724
4b99edf2
CY
17252010-11-03 Chong Yidong <cyd@stupidchicken.com>
1726
1727 * emacs-lisp/package.el: Don't put built-in packages in
1728 package-alist, to avoid loading inefficiencies.
1729 (package-built-in-p): Make VERSION optional, and treat it as a
1730 minimum acceptable version.
6a7662bb
BR
1731 (package-activate): Search separately for built-in packages.
1732 Emit a warning if a dependency fails.
4b99edf2
CY
1733 (define-package): Handle most common case, where there is no
1734 obsolete package, first.
1735 (package-compute-transaction): Print required version in error.
1736 (package--initialized): New variable.
1737 (list-packages): Use it.
1738 (package-initialize): Optional arg NO-ACTIVATE. Don't put
6a7662bb
BR
1739 built-in packages in packages-alist; keep it separate.
1740 Set package--initialized.
4b99edf2
CY
1741 (describe-package): Avoid activating packages as a side-effect.
1742 Search separately for built-in packages.
1743 (describe-package-1): Handle the case where an elpa package is
1744 simultaneously built-in and available/installed.
6a7662bb
BR
1745 (package-installed-p, package--generate-package-list):
1746 Search separately for built-in packages.
4b99edf2
CY
1747 (package-load-descriptor): Doc fix.
1748
3225dcaa
SM
17492010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1750
1751 * progmodes/perl-mode.el (perl-syntax-propertize-function):
1752 Handle __DATA__ and __END__.
1753
fa14dc18
NF
17542010-11-02 Noah Friedman <friedman@splode.com>
1755
1756 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
1757 nil, do not ask to recompile files that are not already compiled,
1758 and do not recompile them.
1759
0f75c62a
CY
17602010-11-02 Chong Yidong <cyd@stupidchicken.com>
1761
1762 * emacs-lisp/package.el (package-initialize): Ensure that
1763 obsoleted built-in packages are not in package-activated-list
1764 during activation.
1765 (describe-package-1): Make the "installed" status override
1766 "built-in".
1767
b29f5b7b
VJL
17682010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1769
1770 * subr.el (version-separator, version-regexp-alist): Remove '*'
1771 from docstring.
1772 (version-list-<=, version<=, version=): Doc fix.
1773
b18fad6d
KH
17742010-11-01 Kenichi Handa <handa@m17n.org>
1775
1776 * faces.el (glyphless-char): Inherit underline for tty.
1777
a8039db1 17782010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
1779
1780 Implement various display methods for glyphless characters.
1781
1782 * international/characters.el (char-acronym-table): New variable.
1783 (glyphless-char-control): New variable.
1784 (update-glyphless-char-display): New funciton.
1785
1786 * faces.el (glyphless-char): New face.
1787
28886d5e
GM
17882010-11-01 Glenn Morris <rgm@gnu.org>
1789
919dd7aa
GM
1790 * calendar/holidays.el (general-holidays, oriental-holidays)
1791 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
1792 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
1793 the definitions of their targets.
1794
c79fc059
GM
1795 * emacs-lisp/smie.el (smie): New custom group.
1796 (smie-blink-matching-inners, smie-indent-basic): Add :group.
1797
c8ccffb1
GM
1798 * faces.el (xw-defined-colors, x-setup-function-keys):
1799 * mouse-sel.el (x-select-text):
1800 * term/w32console.el (x-setup-function-keys): Update declarations.
1801
f4ff702e
GM
1802 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
1803
806c491a
GM
1804 * textmodes/ispell.el (comment-add): Declare.
1805
c3dfebd1
GM
1806 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
1807 Declare.
1808
28886d5e
GM
1809 * info.el (finder-keywords-hash, package-alist): Declare.
1810
693c9d15
CY
18112010-11-01 Chong Yidong <cyd@stupidchicken.com>
1812
1813 * finder.el (finder-compile-keywords): Don't use intern-soft,
1814 since package names may not yet exist in the obarray.
1815
18162010-11-01 Chong Yidong <cyd@stupidchicken.com>
4624de78
CY
1817
1818 * vc/vc-arch.el (vc-arch-checkin):
1819 * vc/vc-cvs.el (vc-cvs-checkin):
1820 * vc/vc-mtn.el (vc-mtn-checkin):
1821 * vc/vc-rcs.el (vc-rcs-checkin):
1822 * vc/vc-sccs.el (vc-sccs-checkin):
1823 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
1824 since 2010-04-21 commit by Stefan Monnier.
1825
36967cf7
GM
18262010-11-01 Glenn Morris <rgm@gnu.org>
1827
feb5e60a
GM
1828 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
1829
1f023ca9
GM
1830 * startup.el (package-enable-at-startup, package-initialize):
1831 Silence compiler.
1832
36967cf7
GM
1833 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
1834 Silence compiler.
1835
430e7297
JD
18362010-10-31 Julien Danjou <julien@danjou.info>
1837
1838 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
1839 (byte-recompile-directory):
1840 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
430e7297
JD
1841 Use `byte-recompile-file'.
1842
c8c59954
GM
18432010-10-31 Glenn Morris <rgm@gnu.org>
1844
1845 * cus-start.el: Handle standard values via a keyword.
1846 Only set version property if specified.
1847 (cursor-in-non-selected-windows, menu-bar-mode)
1848 (tool-bar-mode, show-trailing-whitespace):
1849 Do not specify standard values.
1850 (transient-mark-mode, temporary-file-directory): Use :standard.
1851
04e63796
JD
18522010-10-31 Jan Djärv <jan.h.d@swipnet.se>
1853
1854 * term/x-win.el (x-get-selection-value): New function that gets
1855 PRIMARY with type as specified in x-select-request-type. (Bug#6802).
1856
2699a554 18572010-10-31 Michael Albinus <michael.albinus@gmx.de>
a057950d
MA
1858
1859 * net/tramp.el (tramp-handle-insert-file-contents): For root,
1860 preserve owner and group when editing files. (Bug#7289)
1861
35fcc05c 18622010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
1863
1864 * speedbar.el (speedbar-mode):
1865 * play/fortune.el (fortune-in-buffer, fortune):
1866 * play/gomoku.el (gomoku-mode):
1867 * play/landmark.el (lm-mode):
1868 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
1869 Replace inappropriate uses of toggle-read-only. (Bug#7292)
1870
82f7efc3
GM
1871 * select.el (x-selection): Mark it as an obsolete alias.
1872
2699a554 18732010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
ca39416c 1874
f486841f 1875 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
ca39416c
AH
1876 major-mode (bug#7284).
1877
2699a554 18782010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1879
1880 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
1881 rather than just an unused variable that inherits from the real one.
1882
e6ef5dd9
AM
18832010-10-31 Alan Mackenzie <acm@muc.de>
1884
1885 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
1886 This fixes bug #7185.
1887
8a500a91
CY
18882010-10-30 Chong Yidong <cyd@stupidchicken.com>
1889
1890 * startup.el (command-line): Search for package directories, and
1891 don't load package.el if none are found.
1892
6a7662bb
BR
1893 * emacs-lisp/package.el (describe-package, list-packages):
1894 Call package-initialize if it has not been called yet.
8a500a91 1895
4f9e41e4
AM
18962010-10-30 Alan Mackenzie <acm@muc.de>
1897
1898 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
1899 which fontifies the tail of an enum.
1900 (c-basic-matchers-after): Insert a call to the above new function.
1901 This fixes bug #7264.
1902
88f43c67
GM
19032010-10-30 Glenn Morris <rgm@gnu.org>
1904
1905 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
1906 tool-bar-mode, transient-mark-mode. (Bug#7306)
1907 Include the :set property in the dumped Emacs.
1908
c4d17d50
SM
19092010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1910
1911 SMIE: change indent rules format, improve smie-setup.
1912 * emacs-lisp/smie.el (smie-precs-precedence-table)
1913 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
1914 Mark them pure so the tables gets built at compile time.
1915 (smie-bnf-precedence-table): Store the closer-alist in the table.
1916 (smie-prec2-levels): Preserve the closer-alist.
1917 (smie-blink-matching-open): Be more forgiving in case of indentation.
1918 (smie-hanging-p): Rename from smie-indent--hanging-p.
1919 (smie-bolp): Rename from smie-indent--bolp.
1920 (smie--parent, smie--after): New dynamic vars.
1921 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
1922 (smie-indent-rules): Remove.
1923 (smie-indent--offset-rule): Remove fun.
1924 (smie-rules-function): New var.
1925 (smie-indent--rule): New fun.
1926 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
1927 (smie-indent-exps): Use it.
1928 (smie-setup): Setup paren blinking; add keyword args for token
1929 functions; extract closer-alist from op-levels.
1930 (smie-indent-debug-log): Remove var.
1931 (smie-indent-debug): Remove fun.
1932 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
1933 (prolog-smie-rules): New fun to replace it.
1934 (prolog-mode-variables): Simplify.
1935 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
1936 it's setup automatically.
1937 (octave-smie-indent-rules): Remove.
1938 (octave-smie-rules): New fun to replace it.
1939 (octave-mode): Simplify.
1940
9d794026
GM
19412010-10-29 Glenn Morris <rgm@gnu.org>
1942
e088c02a
GM
1943 * files.el (temporary-file-directory): Remove (already defined in C).
1944 * cus-start.el: Add temporary-file-directory.
1945
9d794026
GM
1946 * abbrev.el (abbrev-mode):
1947 * composite.el (auto-composition-mode):
1948 * menu-bar.el (menu-bar-mode):
1949 * simple.el (transient-mark-mode):
1950 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
1951 that they do not define the associated variables twice.
1952 * simple.el (transient-mark-mode): Remove defvar.
1953 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
1954 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
1955 Handle multiple groups, and also custom-delayed-init-variables.
1956 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1957
dcc029e0
SM
19582010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1959
1960 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
1961 (pcase-if): Add one minor optimization.
1962 (pcase-split-equal): Rename from pcase-split-eq.
1963 (pcase-split-member): Rename from pcase-split-memq.
1964 (pcase-u1): Add strings to the member optimization.
1965 Add `guard' variant of predicates.
1966 (pcase-q1): Add string patterns.
1967
a62b88d4
SM
19682010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1969
1970 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
1971
f41f19b0
GM
19722010-10-28 Glenn Morris <rgm@gnu.org>
1973
b3edb781
GM
1974 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
1975 Move menu-bar related settings to ../menu-bar.el.
1976 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
1977 Move ns-specific settings here from term/ns-win.el.
1978
f41f19b0
GM
1979 * simple.el (x-selection-owner-p): Remove unused declaration.
1980
6175cd08
SM
19812010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1982
1983 * minibuffer.el (completion-cycling): New var (bug#7266).
1984 (minibuffer-complete, completion--do-completion):
1985 Use completion--flush-all-sorted-completions.
1986 (minibuffer-complete): Only cycle if completion-cycling is set.
1987 (completion--flush-all-sorted-completions): Unset completion-cycling.
1988 (minibuffer-force-complete): Set completion-cycling.
1989 (completion-all-sorted-completions): Move declaration before first use.
1990
19677c71
LL
19912010-10-28 Leo <sdl.web@gmail.com>
1992
1993 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
1994 which changes the order of matches seen by users (bug#7231).
1995
19962010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
77b143eb
JBK
1997
1998 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1999 Don't confuse -omega as "-o mega".
2000
2122161f
SM
20012010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
2002
ce8794df
SM
2003 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
2004 (log-edit-author): New dynamic var.
2005 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
2006 to return the author if different from committer.
2007 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
2008
80cb310d
SM
2009 * play/landmark.el: Adjust commenting convention.
2010 (lm-nil-score): Rename from nil-score.
2011 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
2012 (OOOOscore): Move into a let in lm-score-trans-table.
2013 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
2014
2122161f
SM
2015 * electric.el (electric-indent-chars): Autoload.
2016 * progmodes/octave-mod.el (octave-mode):
2017 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
2018 (ruby-mode-abbrev-table): Merge initialization and declaration.
2019
e925113b
GM
20202010-10-27 Glenn Morris <rgm@gnu.org>
2021
208d109c
GM
2022 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
2023 variable.
2024
7d3e3843
GM
2025 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
2026
e925113b
GM
2027 * term/ns-win.el: Restore require of cl when compiling.
2028 (menu-bar-final-items): Remove non-existent `windows' menu.
1bcc4637
GM
2029 (ns-handle-nxopen): Optionally handle the temp-case.
2030 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
2031 (ns-insert-file, ns-find-file): Use `pop'.
e925113b 2032
b94a5a43
GM
20332010-10-26 Glenn Morris <rgm@gnu.org>
2034
2035 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
2036
fc3eda04
AR
20372010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
2038
2039 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
2040 global map.
2041 * term/common-win.el (x-setup-function-keys): Remove most of the
2042 keymappings. Comment on the remaining ones.
2043
c79b0b1c
PO
20442010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
2045
c31dc2c0 2046 * server.el (server-port): New option. (Bug#854)
c79b0b1c
PO
2047 (server-start): Use server-port.
2048
725513b7
GM
20492010-10-26 Glenn Morris <rgm@gnu.org>
2050
d7d8c62a
GM
2051 * term/ns-win.el (ns-version-string): Remove unused declaration.
2052 (ns-invocation-args): Change to x-invocation-args.
2053 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
2054 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
2055 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
2056 Use x-invocation-args instead of ns-invocation-args.
2057 (ns-initialize-window-system, handle-args-function-alist):
2058 Use x-handle-args instead of ns-handle-args.
2059 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
2060 * startup.el (command-line-ns-option-alist): Replace
2061 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
2062 ns-handle-iconic with the x- equivalents.
2063
725513b7
GM
2064 * term/common-win.el (x-select-enable-clipboard):
2065 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
2066
2067 * term/ns-win.el: No need to require cl when compiling.
2068 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
2069 (xw-defined-colors): Use the common-win definitions.
2070 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
2071 (ns-handle-iconic): Make it an alias for x-handle-iconic.
2072 * term/common-win.el (x-select-text, x-alternatives-map)
2073 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
2074 * loadup.el [ns]: Load common-win.
2075
77ec02d8
DU
20762010-10-26 Daiki Ueno <ueno@unixuser.org>
2077
2078 * epa-mail.el (epa-mail-encrypt): Handle local-part only
6ee79275 2079 recipients; expand mail aliases (Bug#7280).
77ec02d8 2080
6a5c2175
GM
20812010-10-25 Glenn Morris <rgm@gnu.org>
2082
59ba9d59
GM
2083 * term/common-win.el (x-handle-switch): Simplify with pop.
2084 Optionally handle numeric switches.
2085 (x-handle-numeric-switch): Just call x-handle-switch.
2086 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
2087 (x-handle-name-switch, x-handle-display, x-handle-args):
2088 Simplify with pop.
2089
6a5c2175
GM
2090 * term/ns-win.el: Do not require easymenu.
2091 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
2092 <spell>: Move adjustments to menu-bar.el.
2093 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
2094 <separator-undo, spell>: Move ns-win's adjustments here.
2095 * loadup.el [ns]: Do not load easymenu.
2096
01898dc2
CY
20972010-10-24 Chong Yidong <cyd@stupidchicken.com>
2098
2099 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6a5c2175 2100 Delete (Bug#7222).
01898dc2
CY
2101
2102 * startup.el (fancy-startup-tail): Instead of using inline images,
2103 refer to image files from etc/.
2104
2105 * wid-edit.el (checkbox): Likewise.
2106 (widget-image-find): Center image specs.
2107
a44d921f
GM
21082010-10-24 Glenn Morris <rgm@gnu.org>
2109
2110 * term/ns-win.el (x-select-text): Doc fix.
2111 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
2112 (x-select-text): Move to term/common-win.
2113 * term/w32-win.el (xw-defined-colors): Move to common-win.
2114 * term/x-win.el (xw-defined-colors, x-alternatives-map)
2115 (x-setup-function-keys, x-select-text): Move to common-win.
2116 * term/common-win.el (x-select-text, x-alternatives-map)
2117 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
2118 definitions here.
2119
709228c0 21202010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
a11de514
R
2121
2122 * net/mairix.el (mairix-searches-mode-map):
2123 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
2124
0c382083 21252010-10-24 Michael McNamara <mac@mail.brushroad.com>
a03c2342
WS
2126
2127 * verilog-mode.el (verilog-directive-re): Make this variable
2128 auto-built for efficiency of execution and updating.
2129 (verilog-extended-complete-re): Support 'pure' fucntion & task
2130 declarations (these have no bodies).
ca39416c
AH
2131 (verilog-beg-of-statement): General cleanup to enable support of
2132 'pure' fucntion & task declarations (these have no bodies).
2133 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
2134 noticed by Steve Pearlmutter.
2135 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
2136 (verilog-directive-nest-re, verilog-set-auto-endcomments):
2137 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
2138 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
2139 attribute handling for lining up declarations and assignments.
2140 (verilog-beg-of-statement-1): Fix issue where continued declaration
2141 is indented differently if it is after a begin..end clock.
2142 (verilog-in-attribute-p, verilog-skip-backward-comments)
2143 (verilog-skip-forward-comment-p): Support proper treatment of
2144 attributes by indent code. Reported by Jeff Steele.
ca39416c 2145 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
2146 (verilog-backward-up-list, verilog-in-struct-region-p)
2147 (verilog-backward-token, verilog-in-struct-p)
2148 (verilog-in-coverage-p, verilog-do-indent)
2149 (verilog-pretty-declarations): Use verilog-backward-up-list as
2150 wrapper around backward-up-list inorder to properly skip comments.
2151 Reported by David Rogoff.
2152 (verilog-property-re, verilog-endcomment-reason-re)
2153 (verilog-beg-of-statement, verilog-set-auto-endcomments)
2154 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
2155 of if). Reported by Max Bjurling and
2156 (verilog-calc-1): Fix for clocking block in modport
2157 declaration. Reported by Brian Hunter.
2158
0c382083 21592010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
a03c2342
WS
2160
2161 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
2162 (verilog-gate-keywords, verilog-read-sub-decls)
2163 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
2164 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
2165 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
2166 (verilog-read-decls): Fix spaces in V2K module parameters causing
2167 mis-identification as interfaces, bug287.
2168 (verilog-read-decls): Fix not treating "parameter string" as a
2169 parameter in AUTOINSTPARAM.
2170 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
2171 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 2172 (verilog-do-indent): Implement correct automatic or static task or
a03c2342
WS
2173 function end comment highlight. Reported by Steve Pearlmutter.
2174 (verilog-font-lock-keywords-2): Fix highlighting of single
2175 character pins, bug264. Reported by Michael Laajanen.
2176 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
2177 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
6a7662bb
BR
2178 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
2179 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
2180 (verilog-pretty-expr): Fix interactive arguments, bug272.
2181 Reported by Mark Johnson.
2182 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
2183 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
a03c2342
WS
2184 bug269. Suggested by Gary Delp.
2185 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
2186 (verilog-preprocessor, verilog-set-compile-command):
2187 Create verilog-preprocess and verilog-preprocessor to show
2188 preprocessed output.
a03c2342
WS
2189 (verilog-get-beg-of-line, verilog-get-end-of-line)
2190 (verilog-modi-file-or-buffer, verilog-modi-name)
2191 (verilog-modi-point, verilog-within-string): Move defmacro's
2192 before first use to avoid warning. Reported by Steve Pearlmutter.
2193 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
2194 (verilog-colorize-region, verilog-highlight-buffer)
2195 (verilog-highlight-includes, verilog-highlight-modules)
2196 (verilog-highlight-region, verilog-mode): Rename colorize to
2197 highlight to match other packages. Disable module highlighting,
2198 as received speed complaints, reenable for experimentation only
2199 using new verilog-highlight-modules.
2200 (verilog-read-decls): Fix regexp stack overflow in very large
2201 AUTO_TEMPLATEs, bug250.
2202 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
2203 (verilog-scan): Create verilog-save-buffer-state to standardize
2204 making insignificant changes that shouldn't call hooks.
2205 (verilog-save-no-change-functions, verilog-save-scan-cache)
2206 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
2207 Create verilog-save-no-change-functions to wrap verilog-scan
2208 preservation, and fix to work with nested preserved calls.
2209 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
2210 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
2211 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
2212 (verilog-submit-bug-report): Update variable list to be complete.
2213 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
2214 breaking on-the-fly font-locking.
2215 (verilog-colorize-buffer, verilog-colorize-include-files)
2216 (verilog-colorize-include-files-buffer, verilog-colorize-region)
2217 (verilog-load-file-at-mouse, verilog-load-file-at-point)
2218 (verilog-mode, verilog-read-inst-module-matcher): With point on a
2219 AUTOINST cell instance name, middle mouse button now finds-file on
2220 it. Suggested by Brad Dobbie.
2221 (verilog-alw-get-temps, verilog-auto-reset)
2222 (verilog-auto-sense-sigs, verilog-read-always-signals)
2223 (verilog-read-always-signals-recurse): Fix loop indexes being
2224 AUTORESET. AUTORESET now assumes any variables in the
6a7662bb
BR
2225 initialization section of a for() should be ignored.
2226 Reported by Dan Dever.
a03c2342
WS
2227 (verilog-error-font-lock-keywords)
2228 (verilog-error-regexp-emacs-alist)
2229 (verilog-error-regexp-xemacs-alist): Fix error detection of
2230 Cadence HAL, reported by David Asher. Repair drift between the
2231 three similar error variables.
2232 (verilog-modi-lookup, verilog-modi-lookup-cache)
2233 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
2234 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
2235 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
2236 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
2237 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
2238 "{1*2{...". Broke in last revision.
2239 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
2240 submodule connections with replications "{#{a},#{b}}".
2241
0c382083
CY
22422010-10-24 Juanma Barranquero <lekktu@gmail.com>
2243
2244 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
2245 Fix typo in docstring.
2246
22472010-10-24 Kenichi Handa <handa@m17n.org>
2248
2249 * face-remap.el (text-scale-adjust): Call read-event with a proper
2250 prompt.
2251
22522010-10-24 Chong Yidong <cyd@stupidchicken.com>
2253
2254 * emacs-lisp/unsafep.el: Don't mark functions that display
2255 messages as safe. Suggested by Johan Bockgård.
2256
22572010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2258
2259 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
2260 Turn comments into docstrings.
2261
2262 * minibuffer.el (completion--replace): Move point where it belongs
2263 when there's a common suffix (bug#7215).
2264
9317e499
CY
22652010-10-24 Chong Yidong <cyd@stupidchicken.com>
2266
2267 Merge read-color and facemenu-read-color (Bug#7242).
2268
2269 * faces.el (read-color): Use the completion code from
2270 facemenu-read-color. Require match in completion. Doc fix.
2271
2272 * facemenu.el (facemenu-read-color): Alias for read-color.
6a7662bb
BR
2273 (facemenu-set-foreground, facemenu-set-background):
2274 Use read-color.
9317e499
CY
2275
2276 * frame.el (set-background-color, set-foreground-color)
6a7662bb
BR
2277 (set-cursor-color, set-mouse-color, set-border-color):
2278 Use read-color.
9317e499 2279
a44d921f 22802010-10-24 Leo <sdl.web@gmail.com>
59dd6f73
LL
2281
2282 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
2283 argument of delete-file and delete-directory (Bug#7011).
2284
43207249
CY
22852010-10-24 Chong Yidong <cyd@stupidchicken.com>
2286
2287 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
2288 button-buffer-map.
2289
484db896 22902010-10-24 Ralf Angeli <angeli@caeruleus.net>
f34e6aaa
CY
2291
2292 * emacs-lisp/package.el (package--generate-package-list): Make the
2293 *Packages* buffer read-only.
2294
10f5e3e6
AM
22952010-10-24 Alan Mackenzie <acm@muc.de>
2296
2297 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
2298 result of `c-beginning-of-decl-1' between invocations of a lambda
2299 function (Bug #7265).
2300
3ec6ca72
DU
23012010-10-24 Daiki Ueno <ueno@unixuser.org>
2302
2303 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
2304 executable is not available on the system (Bug#7268).
2305
ec514007
GM
23062010-10-24 Glenn Morris <rgm@gnu.org>
2307
f5f25615
GM
2308 * select.el (selection-coding-system, next-selection-coding-system):
2309 Sync doc with C versions.
3646b86d 2310
8aa0f263
GM
2311 * w32-vars.el (x-select-enable-clipboard):
2312 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
2313 * term/common-win.el (x-select-enable-clipboard): Move here.
2314
46710489
GM
2315 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
2316 definition of C variable.
2317
ec514007
GM
2318 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
2319 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
2320 Don't redefine things that are defined in C.
2321 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
2322 (show-trailing-whitespace, auto-hscroll-mode)
2323 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
2324 Set up the appropriate custom properties.
2325
8a79905d
CY
23262010-10-24 Chong Yidong <cyd@stupidchicken.com>
2327
2328 Bind "C-c ]" to ...
2329 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
2330 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
2331 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
2332 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
2333
aa02a29f
GM
23342010-10-23 Glenn Morris <rgm@gnu.org>
2335
7dfc15df
GM
2336 * textmodes/flyspell.el (flyspell-mode): If there was an error,
2337 say what it was.
2338
66c6abf0
GM
2339 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
2340 Sync docs with C version.
f3d87560 2341
3193e969
GM
2342 * term/ns-win.el (xw-defined-colors):
2343 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
2344
6f748f70
GM
2345 * term/pc-win.el (x-select-enable-clipboard):
2346 * term/x-win.el (x-select-enable-clipboard):
2347 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
2348
7aa93795
GM
2349 * comint.el (comint-password-prompt-regexp): Make it less vague.
2350 Bump version.
2351
17284e30
GM
2352 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
2353
aa02a29f
GM
2354 * help.el (finder-by-keyword): Remove unnecessary autoload.
2355
69b55131
GM
23562010-10-22 Glenn Morris <rgm@gnu.org>
2357
9a0dd02d
GM
2358 * loadup.el: Unconditionally load float-sup.
2359 * paren.el (show-paren-delay):
2360 * emacs-lisp/float-sup.el:
2361 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
2362 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
2363 (lazy-lock-stealth-verbose): Assume float support.
2364 * ps-print.el: Assume float support on Emacs.
2365 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
2366 Remove non-float branch.
2367
69b55131
GM
2368 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
2369 src/Makefile no longer being pre-processed.
2370
7c23d9e8
SM
23712010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2372
2373 * emacs-lisp/find-func.el (find-library): Use test-completion.
2374
23737b4a
LMI
23752010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2376
7c23d9e8 2377 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 2378
6e060cee 23792010-10-21 Michael Albinus <michael.albinus@gmx.de>
01d884cf
MA
2380
2381 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
2382 space in stat format string.
2383 (tramp-send-command): Unset $PS1 when using here documents, in
2384 order not to get several prompts.
2385 (tramp-get-inline-coding): Return `nil' in case of errors.
2386
08ffb131
DU
23872010-10-21 Daiki Ueno <ueno@unixuser.org>
2388
7c23d9e8
SM
2389 * hexl.el (hexl-mode, hexl-mode-exit):
2390 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
2391 (hexl-revert-buffer-function): New function.
2392 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
2393
ba7fdf30
AM
23942010-10-19 Alan Mackenzie <acm@muc.de>
2395
7c23d9e8
SM
2396 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
2397 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
2398 that these keywords aren't wrongly matched as identifiers.
2399
ba7fdf30
AM
2400 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
2401 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 2402 c-after-change. (Bug#7181)
ba7fdf30 2403
7fd8732d
CY
24042010-10-19 Chong Yidong <cyd@stupidchicken.com>
2405
2406 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
2407 Don't mark as safe.
2408
2409 * custom.el (custom-theme-set-variables): Likewise.
2410 (load-theme): Add custom-theme-set-faces and
2411 custom-theme-set-variables to safe-functions while loading.
2412 (custom-enabled-themes): Mark as risky.
2413
3f12b18c
JD
24142010-10-18 Julien Danjou <julien@danjou.info>
2415
2416 * bindings.el: Remove end dashes in default mode-line-format.
2417
b8a47412
CY
24182010-10-19 Chong Yidong <cyd@stupidchicken.com>
2419
2420 * bindings.el (global-map): Bind C-d to delete-char and deletechar
2421 to delete-forward-char.
2422
2423 * simple.el (normal-erase-is-backspace-mode): Remap delete to
2424 deletechar, and hence delete-forward-char.
2425
ca3fa302
JB
24262010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2427
2428 * repeat.el (repeat): Use read-key (bug#6256).
2429
24302010-10-19 Chong Yidong <cyd@stupidchicken.com>
2431
2432 * emacs-lisp/unsafep.el: Don't mark functions that display
2433 messages as safe. Suggested by Johan Bockgård.
2434
24352010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2436
2437 * minibuffer.el (completion--replace): Move point where it belongs
2438 when there's a common suffix (bug#7215).
2439
24402010-10-19 Kenichi Handa <handa@m17n.org>
2441
2442 * international/characters.el: Add category '|' (word breakable)
2443 to fullwidth characters.
2444
3224b54d
MA
24452010-10-19 Michael Albinus <michael.albinus@gmx.de>
2446
2447 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
2448 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
2449 order to make stat results a float. Patch by Andreas Schwab
2450 <schwab@linux-m68k.org>.
2451
36ba6f07
JD
24522010-10-18 Julien Danjou <julien@danjou.info>
2453
2454 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
2455 hidden by `make-pointer-invisible'.
2456
43f964fc
SM
24572010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2458
2459 * files.el (locate-file-completion-table): Strip non-matching elements
2460 before checking length of list (bug#7238).
2461
e48eb343
CY
24622010-10-18 Chong Yidong <cyd@stupidchicken.com>
2463
2464 * custom.el (custom-theme-set-variables): Mark as a safe function.
2465 (load-theme): Check forms using unsafep.
2466
2467 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
2468
df987d70
AM
24692010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
2470
43f964fc
SM
2471 * textmodes/ispell.el (ispell-aspell-find-dictionary):
2472 Fix aspell data file searching (bug#7230).
df987d70 2473
29a4c45b
CY
24742010-10-16 Chong Yidong <cyd@stupidchicken.com>
2475
2476 * cus-theme.el (custom-theme--migrate-settings): New var.
2477 (customize-create-theme): Allow editing the `user' theme.
2478 (custom-theme-add-variable, custom-theme-add-var-1)
2479 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
2480 to the front of each variable or face widget.
2481 (custom-theme-write): Save theme settings in the correct order.
2482 Optionally, remove saved settings from user customizations.
43f964fc
SM
2483 (custom-theme-write-variables, custom-theme-write-faces):
2484 Save only the checked widgets.
29a4c45b
CY
2485 (customize-themes): Add a link for migrating custom settings.
2486
43f964fc
SM
2487 * custom.el (custom-declare-theme, provide-theme):
2488 Use custom-theme-name-valid-p.
29a4c45b
CY
2489 (custom-theme-name-valid-p): Remove checks that are now
2490 unnecessary since themes no longer obey load-path.
2491
2492 * cus-edit.el (custom-variable-value-create): For the simple
2493 style, hide documentation string when hidden.
2494
782b5e8d
CY
24952010-10-16 Chong Yidong <cyd@stupidchicken.com>
2496
647bc502
CY
2497 * cus-edit.el (custom-variable, custom-face): Combine the
2498 :inhibit-magic and :display-style properties into a single
2499 :custom-style property.
43f964fc
SM
2500 (custom-toggle-hide-variable, custom-toggle-hide-face):
2501 New functions. If hiding an edited value, save it to :shown-value.
2502 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
2503 (custom-magic-reset): Allow magic property to be unset.
2504
782b5e8d
CY
2505 * custom.el: Custom themes no longer use load-path.
2506 (custom-theme-load-path): New option. Change built-in theme
2507 directory to etc/.
2508 (custom-enabled-themes): Add custom-theme-load-path dependency.
2509 (custom-theme--load-path): New function.
2510 (load-theme, custom-available-themes): Use it.
2511
2512 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
2513 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
2514 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
2515 :custom-style property.
782b5e8d
CY
2516
2517 * themes/*.el: Moved to etc/.
2518
99f65cfa
RA
25192010-10-16 Ralf Angeli <angeli@caeruleus.net>
2520
2521 * textmodes/reftex-cite.el
2522 (reftex-extract-bib-entries-from-thebibliography): Do not move
2523 point when searching for \bibitem entries. Match entries with
2524 spaces or tabs in front of arguments.
2525
da16abfc
CY
25262010-10-16 Chong Yidong <cyd@stupidchicken.com>
2527
2528 * cus-theme.el (customize-create-theme): Delete overlays after
2529 erasing. If given a THEME arg, display only the faces of that arg
2530 instead of custom-theme--listed-faces.
2531 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 2532 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
2533 (custom-theme-add-variable, custom-theme-add-face): Apply value
2534 from the theme settings, instead of the current value.
2535 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
2536 (custom-theme-visit-theme): Allow calling outside theme buffers.
2537 (custom-theme-merge-theme): Don't enable the theme when merging.
2538 (custom-theme-write-variables, custom-theme-write-faces): Use the
2539 :shown-value properties to save buffer values, not global ones.
2540 (customize-themes): Display a warning about user customizations.
2541
2542 * cus-edit.el (custom-variable-value-create)
2543 (custom-face-value-create): Obey new special properties
2544 :shown-value and :inhibit-magic.
2545
aa095b2d
MA
25462010-10-15 Michael Albinus <michael.albinus@gmx.de>
2547
2548 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
2549 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
2550 <dale@codefu.org>.
aa095b2d 2551
7ca9cfda
KH
25522010-10-14 Kenichi Handa <handa@m17n.org>
2553
9650fc61
KH
2554 * mail/rmail.el (rmail-show-message-1): Catch an error of
2555 base64-decode-region and just show an error message (bug#7165).
2556
43f964fc 2557 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
2558 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
2559 a font-spec (bug#7197).
2560
220d91b8 25612010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
2562
2563 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
2564
220d91b8 25652010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 2566
c0943d3d
JB
2567 * international/mule.el (define-coding-system):
2568 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
2569 * composite.el (compose-region): Fix typo in docstring.
2570
4983ddea
CY
25712010-10-14 Chong Yidong <cyd@stupidchicken.com>
2572
de43f11b
CY
2573 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
2574 only after checking the theme-face property.
2575
4983ddea
CY
2576 * faces.el (face-spec-reset-face): Reset all attributes in one
2577 single call to set-face-attribute.
2578 (face-spec-match-p): Make it a defsubst.
2579 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
2580 (x-create-frame-with-faces, tty-create-frame-with-faces)
2581 (tty-set-up-initial-frame-faces): Don't recompute face specs in
2582 frame-set-background-mode, since they are recomputed immediately
2583 afterwards in face-set-after-frame-default.
2584 (face-set-after-frame-default): Minor optimization.
2585 (cursor): Provide non-trivial defface spec.
2586
2587 * custom.el (custom-theme-recalc-face): Simplify.
2588
a974dcf2
JB
25892010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
2590
43f964fc 2591 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
2592 (math-is-polynomial, math-is-poly-rec): Replace `var'
2593 with `math-var'.
2594
43f964fc 2595 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
2596 (calcFunc-table, math-scan-for-limits): Replace `var'
2597 with `math-var'.
2598
10e4702a
GM
25992010-10-13 Glenn Morris <rgm@gnu.org>
2600
2601 * subr.el (last): Deal with dotted lists (reported in bug#7174).
2602
88f427d5
SB
26032010-10-13 Stephen Berman <stephen.berman@gmx.net>
2604
2605 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
2606
a1d16a7b
G
26072010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2608
2609 * net/tls.el (tls-program): Remove spurious %s from openssl.
2610 (tls-starttls-switches): Remove starttls hack.
2611 (open-tls-stream): Ditto.
2612 (tls-find-starttls-argument): Ditto.
2613
2e288d54
JB
26142010-10-13 Juanma Barranquero <lekktu@gmail.com>
2615
2616 * image.el (image-library-alist): Declare as obsolete alias.
2617 (image-type-available-p): Use `dynamic-library-alist'.
2618
2619 * term/w32-win.el (dynamic-library-alist):
2620 Use instead of `image-library-alist'.
2621
35744400
IS
26222010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
2623
2624 * subr.el (last): Make it faster. (Bug#7174)
2625
290fe464
RO
26262010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
2627
2628 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
2629
2919746c
CY
26302010-10-12 Chong Yidong <cyd@stupidchicken.com>
2631
2632 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
2633 (describe-theme-1): Extract doc from unloaded themes.
2634
2635 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
2636
2637 * themes/tango-theme.el:
2638 * themes/tango-dark-theme.el:
2639 * themes/wheatgrass-theme.el: New files.
2640
6b09b5d1
CY
26412010-10-12 Chong Yidong <cyd@stupidchicken.com>
2642
2643 * cus-theme.el (describe-theme, customize-themes)
2644 (custom-theme-save): New commands.
2645 (custom-new-theme-mode-map): Bind C-x C-s.
2646 (custom-new-theme-mode): Use custom--initialize-widget-variables.
2647 (customize-create-theme): New optional arg THEME.
2648 (custom-theme-revert): Use it.
2649 (custom-theme-visit-theme): Remove dead code.
2650 (custom-theme-merge-theme): Use custom-available-themes.
2651 (custom-theme-write): Make interactive.
2652 (custom-theme-write): Use custom-theme-name-valid-p.
2653 (describe-theme-1, custom-theme-choose-revert)
2654 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
2655 New funs.
2656 (custom-theme-allow-multiple-selections): New option.
2657 (custom-theme-choose-mode): New major mode.
2658
43f964fc
SM
2659 * custom.el (custom-theme-set-variables): Remove dead code.
2660 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
2661 (custom--inhibit-theme-enable): New var.
2662 (provide-theme): Obey it.
2663 (load-theme): Replace load with manual read/eval, in order to
2664 check for correctness. Use custom-theme-name-valid-p.
2665 (custom-theme-name-valid-p): New function.
2666 (custom-available-themes): Use it.
2667
2668 * cus-edit.el (custom--initialize-widget-variables): New function.
2669 (Custom-mode): Use it.
2670
43f964fc
SM
2671 * cus-face.el (custom-theme-set-faces): Remove dead code.
2672 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
2673
2674 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
2675
16366259
JB
26762010-10-12 Juanma Barranquero <lekktu@gmail.com>
2677
cb7d821e 2678 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 2679
4c14013d 26802010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 2681
4c14013d
JB
2682 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
2683 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
2684 (mac-right-option-modifier): New alias for ns-right-option-modifier.
2685
2686 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 2687
4c14013d 26882010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
2689
2690 * emacs-lisp/lisp.el (lisp-completion-at-point):
2691 Use emacs-lisp-mode-syntax-table for the whole function.
2692
4c14013d 26932010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
2694
2695 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
2696 instead of font-lock-mode before adding keywords.
2697 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
2698 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
2699 non-nil; removed hook inhibit hack.
2700
4c14013d 27012010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 2702
d15f9a2b
GM
2703 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
2704 (load-path-shadows-find): ... to this.
2705 (list-load-path-shadows): Update for above change.
2706
c7d6d8a1
GM
2707 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
2708
f0b7f5a8
KY
27092010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2710
2711 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
2712 Fix comment for declare-function.
2713
05d22d02
CY
27142010-10-11 Chong Yidong <cyd@stupidchicken.com>
2715
2716 * custom.el (custom-fix-face-spec): New function; code moved from
2717 custom-face-edit-fix-value.
2718 (custom-push-theme): Use it when checking if a face has been
2719 changed outside customize.
2720 (custom-available-themes): New function.
2721 (load-theme): Use it.
2722
43f964fc 2723 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
2724
2725 * custom.el (custom-push-theme): Cleanup (use cond).
2726 (disable-theme): Recompute the saved-face property.
2727 (custom-theme-recalc-face): Follow face alias before setting prop.
2728
43f964fc
SM
2729 * image.el (image-checkbox-checked, image-checkbox-unchecked):
2730 New variables, containing checkbox images.
05d22d02
CY
2731
2732 * startup.el (fancy-startup-tail):
2733 * wid-edit.el (checkbox): Use them.
2734
293e7c22
DN
27352010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
2736
a0310a6c
DN
2737 * shell.el (shell-mode-map):
2738 * progmodes/modula2.el (m2-mode-map):
2739 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
2740 * play/mpuz.el (mpuz-mode-map):
2741 * play/landmark.el (lm-mode-map):
2742 * play/decipher.el (decipher-mode-map):
2743 * play/5x5.el (5x5-mode-map):
2744 * net/telnet.el (telnet-mode-map):
2745 * net/quickurl.el (quickurl-list-mode-map):
2746 * net/mairix.el (mairix-searches-mode-map):
2747 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
2748 * net/dig.el (dig-mode-map):
2749 * mail/mspools.el (mspools-mode-map):
2750 * hexl.el (hexl-mode-map):
2751 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
2752 (wordstar-C-o-map, wordstar-C-q-map):
2753 * emacs-lisp/edebug.el (edebug-eval-mode-map):
2754 * emacs-lisp/chart.el (chart-map):
2755 * edmacro.el (edmacro-mode-map):
2756 * erc/erc-list.el (erc-list-menu-mode-map):
2757 * array.el (array-mode-map): Declare and define in one step.
2758
293e7c22
DN
2759 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
2760
446b12da
DU
27612010-10-10 Daiki Ueno <ueno@unixuser.org>
2762
2763 * epa.el (epa-passphrase-callback-function): Display filename
2764 passed as the 3rd arg.
43f964fc
SM
2765 * epa-file.el (epa-file-passphrase-callback-function):
2766 Pass filename to epa-passphrase-callback-function.
446b12da 2767
76c16af8
CY
27682010-10-09 Chong Yidong <cyd@stupidchicken.com>
2769
2770 * cus-edit.el (custom-face-widget-to-spec)
2771 (custom-face-get-current-spec, custom-face-state): New functions.
2772 (custom-face-set, custom-face-mark-to-save)
2773 (custom-face-value-create, custom-face-state-set): Use them.
2774
2775 * cus-theme.el (custom-theme--listed-faces): New var.
2776 (customize-create-theme): Use *Custom Theme* as the buffer name.
2777 Set revert-buffer-function. Optional arg BUFFER. Insert all
2778 faces listed in custom-theme--listed-faces.
2779 (custom-theme-revert): New function.
2780 (custom-theme-add-variable, custom-theme-add-face): Insert at the
2781 bottom of the list.
2782 (custom-theme-write): Prompt for theme name if empty.
2783 (custom-theme-write-variables): Use dolist.
2784 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
2785
e15f8aaa
AM
27862010-10-09 Alan Mackenzie <acm@muc.de>
2787
2788 Enhance fontification of declarators to take account of the
2789 presence/absence of "typedef".
2790
2791 * cc-engine.el (c-forward-type): New &optional param
2792 "brace-block-too".
2793 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 2794 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
2795
2796 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
2797 fontification of declarators which follow a "}".
2798 (c-font-lock-declarations): Fontify declarators according to the
2799 presence/absence of "typedef".
2800
2801 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
2802 for "typedef".
2803 (c-typedef-decl-key): New lang variable built from
2804 c-typedef-decl-kwds.
2805
cf321e50
LMI
28062010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2807
77aec221
LMI
2808 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
2809 since that's too annoying. Move the filter groups commands to
2810 TAB/backtab.
2811
7450df5d
LMI
2812 * epa.el (epa-passphrase-callback-function): Say what we're
2813 querying the password for.
2814
cf321e50 2815 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 2816 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 2817
587faadd
CY
28182010-10-08 Chong Yidong <cyd@stupidchicken.com>
2819
2820 * cus-edit.el (custom-commands, custom-buffer-create-internal)
2821 (custom-magic-value-create): Pad button tags with spaces.
2822 (custom-face-edit): New variable.
2823 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
2824 face editor here, instead of using custom-face-selected.
2825 Pass face defaults to custom-face-edit widget.
587faadd
CY
2826 (custom-face-selected, custom-display-unselected): Delete widgets.
2827 (custom-display-unselected-match): Function removed.
43f964fc
SM
2828 (custom-face-set, custom-face-mark-to-save):
2829 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
2830
2831 * wid-edit.el (widget--completing-widget): New var.
2832 (widget-default-complete): Bind it when doing completion.
2833 (widget-string-complete, widget-file-complete): Use it.
2834
a1ab97d0
GM
28352010-10-09 Glenn Morris <rgm@gnu.org>
2836
85d50db7
GM
2837 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
2838 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
2839 (holiday-hebrew-misc): Small simplifications.
2840
3fb78d1f
GM
2841 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
2842
a1ab97d0
GM
2843 * net/browse-url.el: Don't require thingatpt, term, dired,
2844 executable, or w3-auto when compiling.
2845 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
2846 Declare.
2847 (browse-url-text-emacs): Require term.
2848
2187e5bb
AS
28492010-10-08 Andreas Schwab <schwab@linux-m68k.org>
2850
2851 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
2852
e5d49589
GM
28532010-10-08 Glenn Morris <rgm@gnu.org>
2854
5823f53f
GM
2855 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
2856
e5d49589
GM
2857 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
2858 (shadows-compare-text-p): Make it an obsolete alias for...
2859 (load-path-shadows-compare-text): ... new name.
2860 (find-emacs-lisp-shadows): Update for above name change.
2861 (load-path-shadows-same-file-or-nonexistent): New name for the old
2862 shadow-same-file-or-nonexistent.
2863
4628bef1 28642010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
2865
2866 * minibuffer.el (completion--some, completion--do-completion)
2867 (minibuffer-complete-and-exit, minibuffer-completion-help)
2868 (completion-basic-try-completion)
2869 (completion-basic-all-completions)
2870 (completion-pcm--find-all-completions): Use lexical-let to
2871 avoid some false matches in variable completion (Bug#7056)
2872
4628bef1 28732010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
2874
2875 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
2876
4628bef1 28772010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
2878
2879 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
2880 return non-nil if the file exists (Bug#7090).
2881
4628bef1 28822010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
2883
2884 * minibuffer.el (completion--replace):
2885 Better preserve markers (bug#7138).
2886
4628bef1 28872010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
2888
2889 * server.el (server-process-filter): Doc fix.
2890
4628bef1 28912010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
2892
2893 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
2894
e4adf61e
GM
28952010-10-08 Glenn Morris <rgm@gnu.org>
2896
24ac444f
GM
2897 * vc/ediff-wind.el (ediff-setup-control-frame):
2898 * vc/ediff-ptch.el (ediff-default-backup-extension):
2899 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
2900 (ediff-exec-process): Remove system-types emx, windows-95.
2901
e4adf61e
GM
2902 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
2903
61328d7c
CY
29042010-10-07 Chong Yidong <cyd@stupidchicken.com>
2905
2906 * cus-edit.el (custom-variable, custom-face): Doc fix.
2907 (custom-face-edit): Add value-create attribute.
2908 (custom-face-edit-value-create)
43f964fc
SM
2909 (custom-face-edit-value-visibility-action): New functions.
2910 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
2911 (custom-face-edit-deactivate): Show empty values with shadow face.
2912 (custom-face-selected): Only use this for face specs with default
2913 attributes.
2914 (custom-face-value-create): Cleanup.
2915
2916 * wid-edit.el (widget-checklist-value-create): Use dolist.
2917 (widget-checklist-match-find): Make second arg optional.
2918
ac44263a
GM
29192010-10-07 Glenn Morris <rgm@gnu.org>
2920
849b02b4
GM
2921 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
2922 Prefix things.
2923
ac44263a
GM
2924 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
2925 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
2926 load-path-shadows-mode, update references.
06d9ef85
GM
2927 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
2928 Rename variable and button.
2929 (list-load-path-shadows): Update button caller.
ac44263a 2930
29c72a6e
SM
29312010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2932
2933 * emacs-lisp/smie.el (smie-bnf-classify): New function.
2934 (smie-bnf-precedence-table): Use it to remember the closers/openers.
2935 (smie-merge-prec2s): Handle those new entries.
2936 (smie-prec2-levels): Only set precedence to nil for actual
2937 openers/closers.
2938 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
2939 that is now unnecessary.
2940
775f75bc 29412010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
2942
2943 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
2944
7e1e2a6e
GM
29452010-10-07 Glenn Morris <rgm@gnu.org>
2946
58d1ac6d
GM
2947 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
2948 (mail-position-on-field): Remove declarations.
2949 (mail-position-on-field): Autoload it.
2950 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
2951 and mail-header-end. Don't require sendmail.
2952
7b9235ad
GM
2953 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
2954 (shadow-mode): New mode.
2955 (shadow-find-file): New button.
2956 (list-load-path-shadows): Use shadow-mode and buttons.
2957
52da2182
GM
2958 * iimage.el (iimage-version): Remove.
2959 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
2960 Turn into defcustoms.
2961 (iimage-mode-map): Give it a doc string.
2962
7e1e2a6e
GM
2963 * calendar/appt.el (appt-activate): Give a warning rather than an error
2964 if there is no diary-file.
2965
e44eccd7
MA
29662010-10-06 Michael Albinus <michael.albinus@gmx.de>
2967
29c72a6e
SM
2968 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2969 Use `tramp-handle-find-backup-file-name'.
e44eccd7 2970
4583e796
GM
29712010-10-06 Glenn Morris <rgm@gnu.org>
2972
6aecca99
GM
2973 * font-core.el (font-lock-defaults-alist): Remove variable.
2974 (font-lock-mode): Doc fix.
2975 (font-lock-default-function): Do not consult font-lock-defaults-alist.
2976 * font-lock.el (font-lock-refresh-defaults): Doc fix.
2977 (font-lock-set-defaults): Doc fix.
2978 Do not consult font-lock-defaults-alist.
2979
645a6257
GM
2980 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
2981
4583e796
GM
2982 * emacs-lisp/cl.el: No longer provide cl-19.
2983
bd8fadca
MA
29842010-10-05 Michael Albinus <michael.albinus@gmx.de>
2985
2986 * net/tramp.el (tramp-handle-directory-files-and-attributes)
2987 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
2988 New defuns, taken from tramp-smb.el.
2989 (tramp-coding-system-change-eol-conversion)
43f964fc 2990 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 2991
43f964fc 2992 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
2993 (tramp-compat-coding-system-change-eol-conversion)
2994 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
2995 from tramp.el.
2996
2997 * net/tramp-gvfs.el:
2998 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
2999 by `tramp-compat-set-process-query-on-exit-flag'.
3000
43f964fc
SM
3001 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
3002 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
3003 `tramp-handle-file-exists-p' and
3004 `tramp-handle-file-newer-than-file-p'.
3005 (tramp-imap-handle-file-exists-p)
3006 (tramp-imap-handle-file-executable-p)
3007 (tramp-imap-handle-file-readable-p)
3008 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 3009 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
3010
3011 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
3012 by `tramp-compat-set-process-query-on-exit-flag' and
3013 `tramp-coding-system-change-eol-conversion' by
3014 `tramp-compat-coding-system-change-eol-conversion'.
3015
43f964fc
SM
3016 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3017 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
3018 `tramp-handle-file-exists-p' and
3019 `tramp-handle-file-newer-than-file-p'.
3020 (tramp-smb-handle-directory-files-and-attributes)
3021 (tramp-smb-handle-file-exists-p)
43f964fc
SM
3022 (tramp-smb-handle-file-newer-than-file-p): Remove.
3023 (tramp-smb-maybe-open-connection):
3024 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
3025 `tramp-compat-set-process-query-on-exit-flag'.
3026
726c5357
GM
30272010-10-05 Glenn Morris <rgm@gnu.org>
3028
3029 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
3030
4a93e698
MA
30312010-10-04 Michael Albinus <michael.albinus@gmx.de>
3032
3033 Continue reorganization of load dependencies. (Bug#7156)
3034
3035 * net/tramp.el (tramp-handle-file-local-copy-hook)
3036 (tramp-delete-temp-file-function): Move down.
3037 (tramp-exists-file-name-handler): Move up.
3038 (tramp-register-file-name-handlers): Simplify autoload.
3039 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
3040 (tramp-handle-directory-files, tramp-handle-dired-uncache)
3041 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
3042 (tramp-handle-file-name-completion)
3043 (tramp-handle-file-name-directory)
3044 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
3045 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
3046 (tramp-handle-find-backup-file-name)
3047 (tramp-handle-insert-file-contents, tramp-handle-load)
3048 (tramp-handle-substitute-in-file-name)
3049 (tramp-handle-unhandled-file-name-directory)
3050 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 3051 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
3052
3053 * net/tramp-gvfs.el (top):
3054 * net/tramp-smb.el (top): Do not require 'tramp-sh.
3055
3056 * net/tramp-sh.el (all): Move several objects to tramp.el, see
3057 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
3058
b4593555
GM
30592010-10-04 Glenn Morris <rgm@gnu.org>
3060
3061 * calendar/appt.el (appt-add): Ensure reminders are enabled.
3062 (appt-activate): Give status messages.
3063
8762aa10
TZ
30642010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
3065
3066 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
3067 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
3068 `gnutls-negotiate' (formerly `starttls-negotiate').
3069 Remove trivial wrapper `starttls-open-stream'.
8762aa10 3070
82fb8701
DN
30712010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
3072
3073 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
3074 log-outgoing commands.
3075 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
3076 to create a buffer local revert-buffer-function variable.
3077 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
3078 revert-buffer-function lambda.
3079
c1ae068b
LMI
30802010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
3081
3082 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
3083 `gnutls-boot'. Make TYPE the only required parameter.
3084 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
3085 (open-ssl-stream): Use it.
3086
67141a37
GM
30872010-10-03 Glenn Morris <rgm@gnu.org>
3088
77f38949
GM
3089 * subr.el (directory-sep-char): Remove obsolete variable.
3090 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
3091 it is "necessary".
3092
67141a37
GM
3093 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
3094 * vc/vc.el (vc-static-header-alist): Doc fix.
3095 * vc/vc-cvs.el (vc-cvs-header):
3096 * vc/vc-rcs.el (vc-rcs-header):
3097 * vc/vc-sccs.el (vc-sccs-header):
3098 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
3099 * obsolete/vc-mcvs.el (vc-mcvs-header):
3100 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
3101 on XEmacs.
3102
96bcef2e
CY
31032010-10-03 Chong Yidong <cyd@stupidchicken.com>
3104
43f964fc
SM
3105 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
3106 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 3107
ef47f179
GM
31082010-10-03 Glenn Morris <rgm@gnu.org>
3109
0437978e
GM
3110 * obsolete/x-menu.el: Remove file, obsolete since 21.1
3111
aee3c6f7
GM
3112 * textmodes/rst.el (rst-font-lock-keywords-function):
3113 Drop Emacs 20 code.
3114
f88cd114
GM
3115 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
3116
6abfe35f
GM
3117 * printing.el: Drop Emacs 20 code.
3118
59e31cfa
GM
3119 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
3120 without having used appt.el already).
3121
922ad43e
GM
3122 * subr.el (make-local-hook): Remove function obsolete since 21.1.
3123 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
3124 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
3125 XEmacs.
3126 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
3127 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
3128
ef47f179
GM
3129 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
3130 (charset-width, find-charset-region, chars-in-region, forward-point)
3131 (encode-coding-string, coding-system-p, ccl-execute-on-string)
3132 (define-ccl-program, multibyte-string-p, string-make-multibyte):
3133 Remove compatibility cruft (none of these are used by ps*.el).
3134
ac6ca7ba
KR
31352010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
3136
3137 * subr.el (booleanp): Return t instead of a list (Bug#7086).
3138
2a847524
CY
31392010-10-03 Chong Yidong <cyd@stupidchicken.com>
3140
43f964fc
SM
3141 * server.el (server-process-filter, server-return-error):
3142 Give emacsclient time to shut down after receiving an error string.
2a847524 3143
4bc3c53d
MA
31442010-10-02 Michael Albinus <michael.albinus@gmx.de>
3145
3146 * files.el (remote-file-name-inhibit-cache): New defcustom.
3147
43f964fc
SM
3148 * time.el (display-time-file-nonempty-p):
3149 Use `remote-file-name-inhibit-cache'.
4bc3c53d 3150
43f964fc
SM
3151 * net/tramp.el (tramp-completion-reread-directory-timeout):
3152 Fix docstring.
4bc3c53d
MA
3153
3154 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
3155 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
3156 `remote-file-name-inhibit-cache'. Check also for an integer
3157 value. Add/increase counter when `tramp-verbose' >= 10.
3158 (tramp-set-file-property): Add/increase counter when
3159 `tramp-verbose' >= 10.
3160
3161 * net/tramp-cmds.el (tramp-cleanup-all-connections)
3162 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
3163 (tramp-bug): Set tramp-autoload cookie. Report all interned
3164 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
3165 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
3166 characters only in strings.
3167
3168 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
3169 to backward compatibility.
3170
3171 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
3172 (tramp-handle-file-name-all-completions)
43f964fc
SM
3173 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
3174 (tramp-open-connection-setup-interactive-shell):
3175 Call `tramp-cleanup-connection' directly.
4bc3c53d 3176
9c524fcb
GM
31772010-10-02 Glenn Morris <rgm@gnu.org>
3178
3226d6ca
GM
3179 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
3180
3181 * subr.el (char-bytes): Remove obsolete function.
3182
3183 * isearch.el (isearch-return-char): Remove obsolete function.
3184
3185 * mouse.el: No longer provide mldrag.
3186 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
3187 Remove obsolete aliases.
3188
3189 * comint.el (comint-kill-output): Remove obsolete alias.
3190
3191 * composite.el (decompose-composite-char): Remove obsolete function.
3192 * ps-def.el (decompose-composite-char): Remove unused function.
3193
3194 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
3195
3196 * outline.el (outline-visible): Remove obsolete function.
3197
3198 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
3199 * faces.el (internal-find-face, internal-get-face)
3200 (frame-update-faces, frame-update-face-colors)
3201 (x-frob-font-weight, x-frob-font-slant)
3202 (internal-frob-font-weight, internal-frob-font-slant)
3203 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
3204 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
3205 (x-make-font-bold-italic): Remove functions and aliases, obsolete
3206 since Emacs 21.1.
3207 * emulation/viper-util.el (viper-get-face):
3208 * obsolete/lucid.el (find-face, get-face): Use facep.
3209 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
3210 Remove unused functions.
3211 * vc/ediff-util.el (ediff-submit-report): Doc fix.
3212
9c524fcb
GM
3213 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
3214 delete tempfile if interrupted during compilation.
3215
aecb42aa
LMI
32162010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3217
3218 * net/tls.el (tls-starttls-switches): Give up on using starttls with
3219 gnutls-cli.
3220 (tls-program): Add --insecure to be consistent with the defaults from
3221 openssl s_client. Now all three commands are insecure.
3222
73077a9a
EZ
32232010-10-01 Eli Zaretskii <eliz@gnu.org>
3224
3225 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
3226 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
3227 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
3228
1ef075bb
GM
32292010-10-01 Glenn Morris <rgm@gnu.org>
3230
1fcaf927
GM
3231 * obsolete/sc.el: Remove file.
3232
1ef075bb
GM
3233 * files.el (temporary-file-directory): On darwin, also try
3234 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
3235
a16f5f64
JB
32362010-10-01 Juanma Barranquero <lekktu@gmail.com>
3237
3238 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
3239 Let's not break compatibility gratuitously, shall we?
3240
6b958814
G
32412010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3242
47e08896 3243 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
3244 (tls-find-starttls-argument): Use it.
3245 (open-tls-stream): Ditto.
3246
47e08896 3247 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
3248 entry.
3249 (netrc-machine): Ditto.
3250
cad90f3b
EZ
32512010-09-30 Eli Zaretskii <eliz@gnu.org>
3252
3253 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
3254
968ef9b4
JB
32552010-09-30 Juanma Barranquero <lekktu@gmail.com>
3256
3257 * server.el (server-start): Don't write pid to the authentication file.
3258 (server-create-tty-frame): Don't send pid.
3259 (server-process-filter): Send pid at the start of every connection.
3260
3536dea8
GM
32612010-09-30 Glenn Morris <rgm@gnu.org>
3262
8e378d88
GM
3263 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
3264 (show-all-diary-entries): Remove obsolete function aliases.
3265
3536dea8
GM
3266 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
3267 Remove options, obsolete since 22.1.
6a7662bb
BR
3268 (appt-display-format, appt-display-message):
3269 Remove backwards-compatibility code.
3536dea8
GM
3270 (appt-check): No longer check appt-issue-message.
3271 (appt-make-list): No longer autoload it. Doc fix. No longer
3272 activate the package.
3273
df7fcaff
LMI
32742010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3275
3276 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
3277 (starttls-negotiate): Just call boot, and let the handshake be
3278 triggered from the read loop.
df7fcaff 3279
c2828614
GM
32802010-09-29 Glenn Morris <rgm@gnu.org>
3281
17a46341
GM
3282 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
3283 not displaying the diary.
3284 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
3285 * calendar/appt.el (appt-check): No longer need to kill diary.
3286
7161e329
GM
3287 * calendar/diary-lib.el (diary-list-entries): Move the
3288 "Preparing..." message entirely here.
3289 (diary-simple-display, diary-fancy-display): Move "Preparing..."
3290 messages to diary-list-entries.
3291 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
3292 diary-display-function.
3293
d0de6cba
GM
3294 * calendar/diary-lib.el (diary-include-other-diary-files):
3295 Trap some recursive includes.
3296
c2828614
GM
3297 * calendar/appt.el (appt-activate): Check diary file.
3298
0c43b6f8
KY
32992010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
3300
3301 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3302 construction.
3303
3304 * calendar/time-date.el: No need to require cl for Emacs 21.
3305
97ce2730
GM
33062010-09-28 Glenn Morris <rgm@gnu.org>
3307
3308 * calendar/appt.el (appt-check): Minor simplification.
3309
e0a185ae
KY
33102010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
3311
3312 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
3313 citation prefix.
3314
c19f76a1
AS
33152010-09-27 Andreas Schwab <schwab@linux-m68k.org>
3316
95b6d681
JB
3317 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3318 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 3319
fd057fd2
KH
33202010-09-27 Kenichi Handa <handa@m17n.org>
3321
3322 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
3323 "ustar" format.
3324
368b3544
KH
33252010-09-27 Kenichi Handa <handa@m17n.org>
3326
3327 * international/mule.el (define-coding-system): Docstring fixed.
3328
3329 * international/mule-diag.el (describe-character-set): Use princ
3330 with proper print-length and print-level instead of insert.
3331
95b6d681 33322010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
3333
3334 * window.el (walk-windows): Doc fix (bug#7105).
3335
99368725
SM
33362010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
3337
3338 * emacs-lisp/float-sup.el (e): Remove.
3339
8ed70bf3
LMI
33402010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
3341
3342 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
3343 variable.
3344 (starttls-negotiate): Use it.
3345
d2e9d0bb
LMI
33462010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3347
3348 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
3349 back.
3350
15413fb4
SM
33512010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
3352
3353 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
3354
1821a7b4
LMI
33552010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3356
6303aba1
LMI
3357 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
3358
1821a7b4
LMI
3359 * net/netrc.el (netrc-store-data): New function.
3360
8af55556
TZ
33612010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
3362
3363 * net/gnutls.el: GnuTLS glue code to set up a connection.
3364
42343747
JD
33652010-09-25 Julien Danjou <julien@danjou.info>
3366
3367 * notifications.el: Call dbus-register-signal only if it is bound.
3368
ec60da52
GM
33692010-09-25 Glenn Morris <rgm@gnu.org>
3370
3371 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
3372 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
3373 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
3374 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
3375 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
3376 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
3377 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
3378 * eshell/esh-util.el, eshell/esh-var.el:
3379 Remove leading `*' from docs of faces and defcustoms.
3380
4c964351
UM
33812010-09-25 Ulrich Mueller <ulm@gentoo.org>
3382
3383 * eshell/em-ls.el (eshell-ls-archive-regexp):
3384 * eshell/esh-util.el (eshell-tar-regexp):
3385 * ibuffer.el (ibuffer-compressed-file-name-regexp):
3386 * info.el (Info-suffix-list):
3387 * international/mule.el (auto-coding-alist):
3388 * woman.el (woman-file-regexp, woman-file-compression-regexp):
3389 * progmodes/etags.el (tags-compression-info-list):
3390 Support xz compression.
3391
41f54b73
CY
33922010-09-25 Chong Yidong <cyd@stupidchicken.com>
3393
3394 * files.el (get-free-disk-space): Don't assume the "df" output
3395 columns line up (Bug#6995).
3396
40b1a3a9
JB
33972010-09-25 Juanma Barranquero <lekktu@gmail.com>
3398
3399 * finder.el (finder-unknown-keywords):
3400 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
3401 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
3402
ba3033ee
JB
34032010-09-25 Juanma Barranquero <lekktu@gmail.com>
3404
3405 * server.el (server-start): Revert part of 2010-08-08 change. Using
3406 address 127.0.0.1 for local host is now done in Fmake_network_process.
3407
5e339ee2
GM
34082010-09-24 Glenn Morris <rgm@gnu.org>
3409
3410 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
3411 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
3412 * textmodes/css-mode.el, textmodes/dns-mode.el:
3413 Move autoloaded auto-mode-alist entries to files.el.
3414 * files.el (auto-mode-alist): Move entries here.
3415
af3ccb5c
GM
34162010-09-23 Glenn Morris <rgm@gnu.org>
3417
3418 * isearch.el (isearch-lazy-highlight-cleanup)
3419 (isearch-lazy-highlight-initial-delay)
3420 (isearch-lazy-highlight-interval)
3421 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
3422 * net/net-utils.el (ipconfig-program-options):
3423 Move aliases to options before the associated definitions.
3424
266a86bd 34252010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
3426
3427 * newcomment.el (comment-normalize-vars): Better test validity of
3428 comment-end-skip.
3429
27ffea71 34302010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
3431
3432 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
3433 (float-e): New name for `e'.
3434 (degrees-to-radians, radians-to-degrees):
3435 * calendar/solar.el (solar-longitude):
3436 * calculator.el (calculator-registers, calculator-funcall):
3437 * textmodes/artist.el (artist-spray-random-points):
3438 * play/bubbles.el (bubbles--initialize-images): Use new names.
3439
27ffea71 34402010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
3441
3442 Update to CEDET 1.0's version of EIEIO.
3443
9e0d4f9e
SM
3444 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
3445 New function.
a2930e43
EL
3446 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
3447 (eieio-default-eval-maybe): Eval val instead of unquoting only.
3448 (class-precedence-list): If class is nil, return nil.
3449 (eieio-generic-call): If class of first input arg is nil, don't
3450 look up static methods, and do check for primary methods.
3451 (initialize-instance): See if the default needs to be evaluated
3452 during the constructor.
3453 (eieio-perform-slot-validation-for-default): Don't do the check
3454 for values that will eventually be evaluated.
3455 (eieio-eval-default-p): New function.
3456 (eieio-default-eval-maybe): Use it.
3457
27ffea71 34582010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
3459
3460 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
3461 method-invocation-order.
3462 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
3463 (eieio-class-precedence-dfs): Compute class precedence list using
3464 dfs algorithm.
3465 (eieio-class-precedence-bfs): Compute class precedence list using
3466 bfs algorithm.
9e0d4f9e 3467 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
3468 c3 algorithm.
3469 (class-precedence-list): New function.
3470 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
3471 (inconsistent-class-hierarchy): New error symbol.
3472 (call-next-method): Stow the replacement argument list for future
3473 call-next-method invocations.
3474
266a86bd 34752010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 3476
ea7f9ebf
GM
3477 * calendar/appt.el (appt-check): If not displaying the diary,
3478 use (diary 1) to only get the entries we need.
3479 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
3480 that it is in day order. (Bug#7019)
3481
1bf6d075
GM
3482 * calendar/appt.el (appt-check): Rather than showing the diary,
3483 just turn off invisible display, and only if needed.
3484
87e798a7
GM
3485 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
3486
1fc7dabf
GM
34872010-09-23 Glenn Morris <rgm@gnu.org>
3488
7a16788b
GM
3489 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
3490 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 3491 Start warnings with lower-case, like the majority.
7a16788b 3492
19543b17
GM
3493 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
3494
54238e6d
GM
3495 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
3496
ce009d0b
GM
3497 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
3498 * files.el (auto-mode-alist): Move ld-script entries here, further down
3499 the list.
3500
7b344dfe
GM
3501 * vc/add-log.el: Don't require timezone when compiling.
3502 (timezone-make-date-sortable): Autoload it.
3503 (change-log-sortable-date-at): Don't require timezone.
3504 Use `ignore-errors'.
3505
d9703498
GM
3506 * comint.el (comint-use-prompt-regexp-instead-of-fields):
3507 Move alias before definition, so it does not need autoloading.
3508
1fc7dabf
GM
3509 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
3510 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
3511 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
3512 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
3513 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
3514 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
3515 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
3516 * textmodes/tex-mode.el, textmodes/two-column.el:
3517 Remove leading `*' from docs of defcustoms etc.
3518
7676efad
TZ
35192010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
3520
3521 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
3522
b069e5a6
G
35232010-09-22 Dan Christensen <jdc@uwo.ca>
3524
3525 * calendar/time-date.el (date-to-time): Try using parse-time-string
3526 first before using the slower timezone-make-date-arpa-standard.
3527
1bf68d53
KY
35282010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
3529
3530 * calendar/time-date.el (format-seconds): Comment fix.
3531
cd205c76
GM
35322010-09-22 Glenn Morris <rgm@gnu.org>
3533
3534 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
3535 is not automatically buffer-local.
3536
4ddea91b
SM
35372010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3538
3539 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
3540 (smie-indent-comment): Be more careful with comment-start-skip.
3541 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
3542 (smie-indent-functions): Use them.
3543
b0f037ed
MA
35442010-09-21 Michael Albinus <michael.albinus@gmx.de>
3545
3546 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
3547
8cf1771a
JD
35482010-09-21 Jan Djärv <jan.h.d@swipnet.se>
3549
36a1b6db
JD
3550 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
3551 tool-bar-position. Don't modify frame parameters here.
180fb94a 3552 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 3553
8cf1771a
JD
3554 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
3555
0097720d
SM
35562010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3557
5d8e0d5d
SM
3558 * textmodes/reftex-parse.el (reftex-what-macro)
3559 (reftex-context-substring): Let-bind forward-sexp-function to nil
3560 since we don't need/want to treat \begin...\end as a block (bug#7053).
3561
984edd22
SM
3562 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
3563
3564 * simple.el (blink-matching-open): Use syntax-class.
3565
3672149f
SM
3566 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
3567 Set invisibility spec for pascal's outline mode.
3568 (pascal-outline-change): Clean up calling convention.
3569 (pascal-show-all, pascal-hide-other-defuns): Update callers.
3570
549d0e1e
SM
3571 * progmodes/prolog.el (prolog-smie-forward-token)
3572 (prolog-smie-backward-token): New functions.
3573 (prolog-mode-variables): Use them to parse "!," correctly.
3574 Set up smie-blink-matching for ".".
3575
a9cb95dd
SM
3576 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
3577 and `end'.
3578 (ispell-region, ispell-process-line): Update users.
3579
de558d10
SM
3580 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
3581 point-min==1.
3582
94eb3112
SM
3583 * textmodes/ispell.el: Fix commenting convention.
3584 (ispell-parse-output): Simplify, use push.
3585 (ispell-region): Use match-string-no-properties.
3586 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
3587 (ispell-minor-mode): Use define-minor-mode.
3588 (ispell-message): Remove unused var `skip-regexp'.
3589 (ispell-add-per-file-word-list): Use dynamic let-binding.
3590 Try and use the proper comment marker.
3591
1f7f45a5
SM
3592 * mail/sendmail.el: Fix commenting convention.
3593 (sendmail-send-it): Use line-beginning-position.
3594
0097720d
SM
3595 * help-fns.el (describe-variable): Add original value, if applicable.
3596
596880ea
JB
35972010-09-20 Juanma Barranquero <lekktu@gmail.com>
3598
f0713411
JB
3599 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
3600
596880ea
JB
3601 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
3602
37c0347e
SM
36032010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3604
2bc01104
SM
3605 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
3606 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
3607 (smie-prec2-levels): Use them to better diagnose precedence cycles.
3608 (smie-blink-matching-check): Don't signal a mismatch if car is t.
3609 (smie-blink-matching-open): Rewrite to remove assumptions, so that
3610 something like "." can also be a closer.
3611 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
3612 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
3613 Rename internal functions to use "--". Update callers.
3614
e2c3f530
SM
3615 * frame.el (make-frame-names-alist): Don't list frames on other displays.
3616
37c0347e
SM
3617 * fringe.el (fringe-styles): New var.
3618 (fringe-mode, fringe-query-style): Use it.
3619
74790210
MM
36202010-09-18 Michael R. Mauger <mmaug@yahoo.com>
3621
3622 * progmodes/sql.el: Version 2.8
93acd23d 3623 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
3624 (sql-product-alist): Add :list-all and :list-table features for
3625 SQLite, Postgres and MySQL products.
3626 (sql-redirect): Handle default value.
3627 (sql-execute, sql-execute-feature): New functions.
3628 (sql-read-table-name): New function.
93acd23d 3629 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
3630 (sql-mode-map, sql-interactive-mode-map): Add key definitions
3631 for above functions.
3632 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
3633 for above functions.
3634 (sql-postgres-login-params): Add user and database defaults.
3635 (sql-buffer-live-p): Bug fix.
93acd23d 3636 (sql-product-history): New variable.
74790210
MM
3637 (sql-read-product): New function. Use it.
3638 (sql-set-product, sql-product-interactive): Use it.
3639 (sql-connection-history): New variable.
93acd23d 3640 (sql-read-connection): New function. Use it.
74790210
MM
3641 (sql-connect): New function.
3642 (sql-for-each-login): Redesign function interface.
3643 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
3644 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
3645 (sql-comint): Check for program. Existing live buffer.
74790210
MM
3646 (sql-comint-postgres): Add port parameter.
3647
cec01cd2
SM
36482010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3649
3650 * emacs-lisp/warnings.el: Fix commenting convention.
3651 (display-warning): Use special mode and make the buffer read-only.
3652
c2a845b5
JB
36532010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
3654
3655 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
3656 empty string when it follows a repeated or optional pattern.
3657
f5632fb6
SM
36582010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3659
3660 * indent.el (indent-according-to-mode): Apply syntax-propertize.
3661 (indent-region): Use indent-according-to-mode.
3662
71b961e8
EZ
36632010-09-18 Eli Zaretskii <eliz@gnu.org>
3664
3665 * fringe.el (fringe-mode): Doc fix.
3666
dbbd7ad4
KRC
36672010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3668
3669 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
3670 refreshing the preview buffer.
3671
b879a6e2
SM
36722010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3673
3674 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
3675 (latex-syntax-propertize-rules): New consts; replace
3676 tex-font-lock-syntactic-keywords.
3677 (tex-env-mark, latex-env-before-change): New functions.
3678 (latex-electric-env-pair-mode): New minor mode.
3679 (tex-font-lock-verb): Change arguments; do move point.
3680 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
3681 representation as a form of comment.
3682 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
3683 (doctex-syntax-propertize-rules): New const; replaces
3684 doctex-font-lock-syntactic-keywords.
3685 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
3686
3687 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
3688 (fortran-make-syntax-propertize-function): New function; replaces
3689 fortran-font-lock-syntactic-keywords.
3690 (fortran-mode): Use it.
3691 (fortran-line-length): Use it. Improve interactive spec.
3692
3693 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
3694 (syntax-propertize-rules): Add var-ref case. Fix offset computation
3695 when adding surrounding \(..\).
3696
3697 * progmodes/js.el (js-mode): Fix last change (bug#7054).
3698
4be520fb
SM
36992010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3700
269c197e
SM
3701 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
3702 Use with-current-buffer.
3703
4be520fb
SM
3704 * isearch.el (isearch-face): Rename from `isearch'.
3705 (isearch-highlight): Use new name.
3706
a67597d6
EZ
37072010-09-17 Eli Zaretskii <eliz@gnu.org>
3708
3709 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
3710 5, for `half' width fringes. (Bug#6933)
3711
31c381e8
SM
37122010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3713
3fe6ef4e
SM
3714 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
3715 (byte-compile-defvar): "foo/bar" does not lack a prefix.
3716
31c381e8
SM
3717 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
3718
fb0cf781
J
37192010-09-17 Stephen Berman <stephen.berman@gmx.net>
3720
3721 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
3722 in calculating new frame position. Add more space between new and
3723 parent on the left (Bug#7048).
3724
1a9dc3b5
MA
37252010-09-17 Michael Albinus <michael.albinus@gmx.de>
3726
3727 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
3728 defmacro.
3729
dff0fdc3
CY
37302010-09-16 Chong Yidong <cyd@stupidchicken.com>
3731
31c381e8 3732 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 3733
117c96c7
CY
3734 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
3735 obsolete alias for x-selection-value.
3736
dff0fdc3
CY
3737 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
3738
c6f2191f
MA
37392010-09-16 Michael Albinus <michael.albinus@gmx.de>
3740
3741 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
3742 cookie.
3743
6139f995
MA
37442010-09-15 Michael Albinus <michael.albinus@gmx.de>
3745
3746 * net/tramp-compat.el (tramp-compat-with-temp-message)
3747 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
3748 (tramp-compat-process-put): New defuns.
3749
3750 * net/tramp.el (top):
3751 * net/tramp-gvfs.el (top):
3752 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
3753
31c381e8
SM
3754 * net/tramp.el (tramp-progress-reporter-update):
3755 Use `tramp-compat-funcall'.
6139f995
MA
3756
3757 * net/tramp.el (tramp-process-actions):
3758 * net/tramp-gvfs.el (tramp-handle-vc-registered):
3759 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
31c381e8
SM
3760 (tramp-get-remote-stat, tramp-get-remote-readlink):
3761 Use `tramp-compat-with-temp-message'.
6139f995
MA
3762
3763 * net/tramp-sh.el (top): Require 'cl.
3764 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
3765 (tramp-open-connection-setup-interactive-shell):
3766 Use `tramp-compat-process-put'.
6139f995 3767
22c3ce97
AM
37682010-09-15 Alan Mackenzie <acm@muc.de>
3769
3770 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
3771 indentation.
a4ee83cc 3772 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 3773
4f1e9960
SM
37742010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3775
3776 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3777 `lexical' for warnings related to lexical scoping.
3778 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
3779 global vars which don't have a prefix and could hence affect lexical
3780 scoping in unrelated files.
3781
01e80360
LMI
37822010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3783
3784 * net/imap.el: Revert back to version
3785 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3786 seem problematic.
3787
5e2a84e3
JB
37882010-09-14 Juanma Barranquero <lekktu@gmail.com>
3789
3790 * obsolete/old-whitespace.el (whitespace-unload-function):
3791 Explicitly pass `obarray' to `unintern' to avoid a warning.
3792
f3a30a50
SM
37932010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3794
3795 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
3796 Add `when' argument. Update callers.
3797
3798 * subr.el (unintern): Declare the obarray arg mandatory.
3799
92b99a01
GM
38002010-09-14 Glenn Morris <rgm@gnu.org>
3801
67ae9766
GM
3802 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
3803 Doc fixes.
3804
92b99a01
GM
3805 * calendar/diary-lib.el (diary-included-files): New variable.
3806 (diary-list-entries): Maybe initialize diary-included-files.
3807 (diary-include-other-diary-files): Append to diary-included-files.
3808 * calendar/appt.el (appt-update-list): Also check the members of
3809 diary-included-files. (Bug#6999)
08151ec5 3810 (appt-check): Doc fix.
92b99a01 3811
6664fc59 38122010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
3813
3814 * simple.el (line-move-visual): Do not truncate goal column to
3815 integer size. (Bug#7020)
3816
6664fc59 38172010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
3818
3819 * repeat.el (repeat): Allow repeating when the last event is a click.
3820 Suggested by Drew Adams (bug#6256).
3821
6664fc59 38222010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd
SM
3823
3824 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
3825 Replace setting HGRCPATH to "" by some less invasive --config options.
3826
6664fc59 38272010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
3828
3829 * font-lock.el (font-lock-beginning-of-syntax-function):
3830 Mark as obsolete.
3831
6664fc59 38322010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
3833
3834 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
3835 and tool-bar modes. (Bug#6211)
3836 (menu-bar-mode): Move setting of standard-value after the
3837 minor-mode definition, otherwise it seems to have no effect.
3838
6664fc59 38392010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
3840
3841 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
3842 Fix typo. (Bug#6976)
3843
6664fc59 38442010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
3845
3846 * whitespace.el: Allow cleaning up blanks without blank
3847 visualization (Bug#6651). Adjust help window for
3848 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
3849 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
3850 (whitespace-style): Add new value 'face. Adjust docstring.
3851 (whitespace-space, whitespace-hspace, whitespace-tab):
3852 Adjust foreground property face.
9c405a86
CY
3853 (whitespace-line-column): Adjust docstring and type declaration.
3854 (whitespace-style-value-list, whitespace-toggle-option-alist)
3855 (whitespace-help-text): Adjust const initialization.
3856 (whitespace-toggle-options, global-whitespace-toggle-options):
3857 Adjust docstring.
3858 (whitespace-display-window, whitespace-interactive-char)
3859 (whitespace-style-face-p, whitespace-color-on): Adjust code.
3860 (whitespace-help-scroll): New fun.
3861
ba96ddf5
KY
38622010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
3863
3864 * calendar/time-date.el (format-seconds): Comment fix.
3865
a386ac70
MM
38662010-09-13 Michael R. Mauger <mmaug@yahoo.com>
3867
3868 * progmodes/sql.el: Version 2.7.
3869 (sql-buffer-live-p): Improve detection.
3870 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
3871 (sql-set-sqli-buffer): Use it.
3872 (sql-product-interactive): Run `sql-set-sqli-hook'.
3873 (sql-rename-buffer): Code cleanup.
3874 (sql-redirect, sql-redirect-value): New functions. More to come.
3875
5d921df2
JB
38762010-09-13 Juanma Barranquero <lekktu@gmail.com>
3877
3878 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.
3879 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
3880 (TRAMP_SRC): New macro.
3881 ($(lisp)/net/tramp-loaddefs.el): New target.
3882
03c1ad43
MA
38832010-09-13 Michael Albinus <michael.albinus@gmx.de>
3884
3885 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
3886
3887 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
3888
3889 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
3890 'tramp-compat, everything else is required there.
3891 Use `ignore-errors' where appropriate.
03c1ad43
MA
3892 (tramp-inline-compress-start-size, tramp-copy-size-limit)
3893 (tramp-terminal-type, tramp-end-of-output)
3894 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
3895 (tramp-completion-function-alist-ssh)
3896 (tramp-completion-function-alist-telnet)
3897 (tramp-completion-function-alist-su)
3898 (tramp-completion-function-alist-putty, tramp-remote-path)
3899 (tramp-remote-process-environment, tramp-sh-extra-args)
3900 (tramp-actions-before-shell, tramp-uudecode)
3901 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
3902 (tramp-perl-file-attributes)
3903 (tramp-perl-directory-files-and-attributes)
3904 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
3905 (tramp-perl-encode, tramp-perl-decode)
3906 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
3907 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
3908 (tramp-handle-make-symbolic-link, tramp-handle-load)
3909 (tramp-handle-file-name-as-directory)
3910 (tramp-handle-file-name-directory)
3911 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
3912 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
3913 (tramp-do-file-attributes-with-ls)
3914 (tramp-do-file-attributes-with-perl)
3915 (tramp-do-file-attributes-with-stat)
3916 (tramp-handle-set-visited-file-modtime)
3917 (tramp-handle-verify-visited-file-modtime)
3918 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
3919 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
3920 (tramp-handle-file-selinux-context)
3921 (tramp-handle-set-file-selinux-context)
3922 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
3923 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
3924 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
3925 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
3926 (tramp-handle-file-ownership-preserved-p)
3927 (tramp-handle-directory-file-name, tramp-handle-directory-files)
3928 (tramp-handle-directory-files-and-attributes)
3929 (tramp-do-directory-files-and-attributes-with-perl)
3930 (tramp-do-directory-files-and-attributes-with-stat)
3931 (tramp-handle-file-name-all-completions)
3932 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
3933 (tramp-handle-copy-file, tramp-handle-copy-directory)
3934 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
3935 (tramp-do-copy-or-rename-file-via-buffer)
3936 (tramp-do-copy-or-rename-file-directly)
3937 (tramp-do-copy-or-rename-file-out-of-band)
3938 (tramp-handle-make-directory, tramp-handle-delete-directory)
3939 (tramp-handle-delete-file)
3940 (tramp-handle-dired-recursive-delete-directory)
3941 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
3942 (tramp-handle-insert-directory)
3943 (tramp-handle-unhandled-file-name-directory)
3944 (tramp-handle-expand-file-name)
3945 (tramp-handle-substitute-in-file-name)
3946 (tramp-handle-executable-find, tramp-process-sentinel)
3947 (tramp-handle-start-file-process, tramp-handle-process-file)
3948 (tramp-handle-call-process-region, tramp-handle-shell-command)
3949 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
3950 (tramp-handle-insert-file-contents)
3951 (tramp-handle-insert-file-contents-literally)
3952 (tramp-handle-find-backup-file-name)
3953 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
3954 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
3955 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
3956 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
3957 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
3958 (tramp-find-file-exists-command, tramp-open-shell)
3959 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
3960 (tramp-open-connection-setup-interactive-shell)
3961 (tramp-local-coding-commands, tramp-remote-coding-commands)
3962 (tramp-find-inline-encoding, tramp-call-local-coding-command)
3963 (tramp-inline-compress-commands, tramp-find-inline-compress)
3964 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 3965 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
3966 (tramp-send-command-and-check, tramp-barf-unless-okay)
3967 (tramp-send-command-and-read, tramp-mode-string-to-int)
3968 (tramp-convert-file-attributes, tramp-check-cached-permissions)
3969 (tramp-file-mode-from-int, tramp-file-mode-permissions)
3970 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
3971 (tramp-method-out-of-band-p, tramp-local-host-p)
3972 (tramp-get-remote-path, tramp-get-remote-tmpdir)
3973 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
3974 (tramp-get-test-command, tramp-get-test-nt-command)
3975 (tramp-get-file-exists-command, tramp-get-remote-ln)
3976 (tramp-get-remote-perl, tramp-get-remote-stat)
3977 (tramp-get-remote-readlink, tramp-get-remote-trash)
3978 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
3979 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 3980 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
3981 tramp-sh.el.
3982 (tramp-methods, tramp-default-method-alist)
3983 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
3984 Move initialization to tramp-sh.el.
3985 (tramp-temp-name-prefix): Make it a defconst.
3986 (tramp-dissect-file-name): Don't check anymore for multi-hop
3987 methods.
3988 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 3989 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
3990 (tramp-get-debug-buffer): Use it.
3991
3992 * net/tramp-cache.el (top): Set tramp-autoload cookie for
3993 initialization forms.
3994 (tramp-set-connection-property): Don't protect `tramp-message'
3995 call, it isn't necessary any longer.
3996 (tramp-dump-connection-properties): Use `ignore-errors'.
3997
3998 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
3999 'password-cache and 'auth-source.
4000
4001 * net/tramp-gvfs.el (top):
4002 * net/tramp-smb.el (top): Require 'tramp-sh.
4003
4004 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
4005
4006 * net/tramp-sh.el: New file, derived from tramp.el.
4007 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 4008 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
4009 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
4010 Use `ignore-errors' where appropriate.
4011 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
4012 `tramp-file-name-handler-alist'.
4013 (tramp-send-command-and-check): Return t or nil. Remove all
4014 `zerop' checks, where called.
4015 (tramp-handle-set-file-modes)
4016 (tramp-do-copy-or-rename-file-directly)
4017 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 4018 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
4019 (tramp-sh-file-name-handler, tramp-send-command-and-check)
4020 (tramp-get-remote-ln): Set tramp-autoload cookie.
4021
4022 * net/tramp-fish.el: Remove file.
4023
c5fe4acb
DU
40242010-09-13 Daiki Ueno <ueno@unixuser.org>
4025
4026 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
4027 buffer-file-name to avoid file-locking. (Bug#7026)
4028
7ea2d383
MA
40292010-09-13 Julien Danjou <julien@danjou.info>
4030
4031 * notifications.el (notifications-notify): Add support for
4032 image-path and sound-name.
4033 (notifications-specification-version): Add this variable.
4034
5616cc54
SM
40352010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4036
31c381e8 4037 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 4038
94c7243b
LL
40392010-09-12 Leo <sdl.web@gmail.com>
4040
4041 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
4042 (rcirc-completion-start): New variables.
4043 (rcirc-nick-completions): Rename to rcirc-completions.
4044 (rcirc-nick-completion-start-offset): Delete.
4045 (rcirc-completion-at-point): New function for constructing
4046 completion data for both nicks and irc commands. Add to
4047 completion-at-point-functions in rcirc mode.
4048 (rcirc-complete): Rename from rcirc-nick-complete; use
4049 rcirc-completion-at-point.
4050 (defun-rcirc-command): Update rcirc-client-commands.
4051
0f34ae28
GM
40522010-09-11 Glenn Morris <rgm@gnu.org>
4053
4054 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
4055 atomically, to avoid parallel build errors. (Bug#4196)
4056
9250002f
MM
40572010-09-11 Michael R. Mauger <mmaug@yahoo.com>
4058
4059 * progmodes/sql.el: Version 2.6
4060 (sql-dialect): Synonym for "sql-product".
4061 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
4062 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
4063 Set "sql-buffer" to buffer name not buffer object so multiple sql
4064 interactive buffers work properly. Reverts misguided changes in
4065 earlier work.
4066 (sql-comint): Make sure different buffer name is used if "*SQL*"
4067 buffer is for a different product.
4068 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
4069 login param.
4070 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
4071 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
4072 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
4073 Accept new buffer name or prompt for one.
4074 (sql-port): Default to zero.
4075 (sql-comint-mysql): Handle "sql-port" as a numeric.
4076 (sql-port-history): Delete unused variable.
4077 (sql-get-login): Default "sql-port" to a number.
31c381e8 4078 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
4079 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
4080 "sqlite3" executables.
31c381e8 4081 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
4082 (sql-buffer-live-p): New function.
4083 (sql-mode-menu, sql-send-string): Use it.
4084 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
4085 syntax pattern.
4086 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
4087 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
4088
a9ec34f4
LMI
40892010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4090
31c381e8 4091 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 4092
cf38dd42
SM
40932010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4094
4095 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
4096 to replace texinfo-font-lock-syntactic-keywords.
4097 (texinfo-mode): Use it.
4098
4099 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
4100 Use syntax-propertize-function.
4101
4102 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
4103 replace sgml-font-lock-syntactic-keywords.
4104 (sgml-mode): Use it.
4105
4106 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
4107 since we don't use it.
4108
4109 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
4110
4111 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
4112 if available.
4113 (vhdl-fontify-buffer): Adjust.
4114
4115 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
4116 replace tcl-font-lock-syntactic-keywords.
4117 (tcl-mode): Use it.
4118
4119 * progmodes/simula.el (simula-syntax-propertize-function): New var to
4120 replace simula-font-lock-syntactic-keywords.
4121 (simula-mode): Use it.
4122
4123 * progmodes/sh-script.el (sh-st-symbol): Remove.
4124 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
4125 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
4126 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
4127 (sh-font-lock-paren): Set syntax-multiline.
4128 (sh-font-lock-syntactic-keywords): Remove.
4129 (sh-syntax-propertize-function): New function to replace it.
4130 (sh-mode): Use it.
4131
4132 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
4133 Define while compiling.
4134 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
4135 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
4136 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
4137 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
4138 (ruby-here-doc-end-syntax): Only define when
4139 syntax-propertize is not available.
4140 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
4141 New functions.
4142 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
4143 (electric-indent-chars): Silence bytecompiler.
4144 (ruby-mode): Use prog-mode, syntax-propertize-function, and
4145 electric-indent-chars.
4146
4147 * progmodes/python.el (python-syntax-propertize-function): New var to
4148 replace python-font-lock-syntactic-keywords.
4149 (python-mode): Use it.
4150 (python-quote-syntax): Simplify and adjust to new use.
4151
4152 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
4153 replace perl-font-lock-syntactic-keywords.
4154 (perl-syntax-propertize-special-constructs): New fun to replace
4155 perl-font-lock-special-syntactic-constructs.
4156 (perl-font-lock-syntactic-face-function): New fun.
4157 (perl-mode): Use it.
4158
4159 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
4160 to replace octave-font-lock-close-quotes.
4161 (octave-syntax-propertize-function): New function to replace
4162 octave-font-lock-syntactic-keywords.
4163 (octave-mode): Use it.
4164
4165 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
4166 replaces mixal-font-lock-syntactic-keywords.
4167 (mixal-mode): Use it.
4168
4169 * progmodes/make-mode.el (makefile-syntax-propertize-function):
4170 New var; replaces makefile-font-lock-syntactic-keywords.
4171 (makefile-mode): Use it.
4172 (makefile-imake-mode): Adjust.
4173
4174 * progmodes/js.el (js--regexp-literal): Define while compiling.
4175 (js-syntax-propertize-function): New var; replaces
4176 js-font-lock-syntactic-keywords.
4177 (js-mode): Use it.
4178
4179 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
4180 replaces gdb-script-font-lock-syntactic-keywords.
4181 (gdb-script-mode): Use it.
4182
4183 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
4184 (fortran--font-lock-syntactic-keywords): New var.
4185 (fortran-line-length): Update syntax-propertize-function and
4186 fortran--font-lock-syntactic-keywords.
4187
4188 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
4189
4190 * progmodes/cfengine.el (cfengine-mode):
4191 Use syntax-propertize-function.
4192 (cfengine-font-lock-syntactic-keywords): Remove.
4193
4194 * progmodes/autoconf.el (autoconf-mode):
4195 Use syntax-propertize-function.
4196 (autoconf-font-lock-syntactic-keywords): Remove.
4197
4198 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
4199 (ada-after-change-function, ada-initialize-syntax-table-properties)
4200 (ada-handle-syntax-table-properties): Only define when
4201 syntax-propertize is not available.
4202 (ada-mode): Use syntax-propertize-function.
4203
4204 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
4205 (font-lock-fontify-syntactic-keywords-region): Move handling of
4206 font-lock-syntactically-fontified to...
4207 (font-lock-default-fontify-region): ...here.
4208 Let syntax-propertize-function take precedence.
4209 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
4210
4211 * emacs-lisp/syntax.el (syntax-propertize-function)
4212 (syntax-propertize-chunk-size, syntax-propertize--done)
4213 (syntax-propertize-extend-region-functions): New vars.
4214 (syntax-propertize-wholelines, syntax-propertize-multiline)
4215 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
4216 (syntax-propertize): New functions.
4217 (syntax-propertize-rules): New macro.
4218 (syntax-ppss-flush-cache): Set syntax-propertize--done.
4219 (syntax-ppss): Call syntax-propertize.
4220
4221 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
4222
36f7d366
AM
42232010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
4224
4225 * textmodes/ispell.el (ispell-init-process): Improve comments.
4226 XEmacs compatibility changes regarding (add-hook) 'local option
4227 and (set-process-query-on-exit-flag).
4228
8fca3921
MA
42292010-09-09 Michael Albinus <michael.albinus@gmx.de>
4230
cf38dd42
SM
4231 * net/tramp-cache.el (tramp-parse-connection-properties):
4232 Set tramp-autoload cookie.
8fca3921 4233
399653d6
GM
42342010-09-09 Glenn Morris <rgm@gnu.org>
4235
4236 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
4237 (imagemagick-register-types): Doc fix.
4238
c34a9669
SM
42392010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
4240
b073dc4b
SM
4241 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
4242
4243 * progmodes/js.el (require): Require is already "eval-and-compile".
4244 (js--re-search-forward): Avoid `eval'. Preserve the error data.
4245 (js--re-search-backward): Use js--re-search-forward.
4246
4247 * progmodes/fortran.el (fortran-line-length): Don't recompute
4248 syntactic keywords redundantly a second time.
4249
4250 * progmodes/ada-mode.el: Replace "(set '" with setq.
4251 (ada-mode): Simplify.
4252 (ada-create-case-exception, ada-adjust-case-interactive)
4253 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
4254 (ada-search-ignore-string-comment, ada-move-to-start)
4255 (ada-move-to-end): Use with-syntax-table.
4256
4257 * font-lock.el (save-buffer-state): Remove `varlist' arg.
4258 (font-lock-unfontify-region, font-lock-default-fontify-region):
4259 Update usage correspondingly.
4260 (font-lock-fontify-syntactic-keywords-region):
4261 Set parse-sexp-lookup-properties buffer-locally here.
4262 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
4263
c34a9669
SM
4264 * simple.el (blink-matching-open): Don't burp if we can't find a match.
4265
13639aab
GM
42662010-09-08 Glenn Morris <rgm@gnu.org>
4267
5a972c36
GM
4268 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
4269 Error if not compiled with -DBYTE_CODE_METER.
4270
13639aab
GM
4271 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4272 Ignore dir-locals-file.
4273
331b2b90
SM
42742010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
4275
4276 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4277 Not a const.
4278 (compilation-error-regexp-alist-alist): Rule out ": " in file names
4279 for the `gnu' messages.
4280 (compilation-set-skip-threshold): New command.
4281 (compilation-start): Use \' rather than $.
4282 (compilation-forget-errors): Use clrhash.
4283
73b4d51a
AM
42842010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
4285
4286 * textmodes/ispell.el (ispell-valid-dictionary-list):
4287 Simplify logic.
4288
0f34aa77
MA
42892010-09-08 Michael Albinus <michael.albinus@gmx.de>
4290
4291 Migrate to Tramp 2.2. Rearrange load dependencies.
4292 (Bug#1529, Bug#5448, Bug#5705)
4293
4294 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
4295 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
4296 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
4297
4298 * net/tramp.el (top): Remove all other tramp-* loads except
4299 tramp-compat.el. Remove all changes to tramp-unload-hook for
4300 other tramp-* packages. Rearrange defun order. Change calls of
4301 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
4302 `tramp-compat-octal-to-decimal' to new function names.
4303 (tramp-terminal-type, tramp-initial-end-of-output)
4304 (tramp-methods, tramp-foreign-file-name-handler-alist)
4305 (tramp-tramp-file-p, tramp-completion-mode-p)
4306 (tramp-send-command-and-check, tramp-get-remote-path)
4307 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
4308 (tramp-shell-quote-argument): Set tramp-autoload cookie.
4309 (with-file-property, with-connection-property): Move to
4310 tramp-cache.el.
4311 (tramp-local-call-process, tramp-decimal-to-octal)
4312 (tramp-octal-to-decimal): Move to tramp-compat.el.
4313 (tramp-handle-shell-command): Do not require 'shell.
4314 (tramp-compute-multi-hops): No special handling for tramp-gw-*
4315 symbols.
4316 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
4317
4318 * net/tramp-cache.el (top): Require 'tramp. Add to
4319 `tramp-unload-hook'.
4320 (tramp-cache-data, tramp-get-file-property)
4321 (tramp-set-file-property, tramp-flush-file-property)
4322 (tramp-flush-directory-property, tramp-get-connection-property)
4323 (tramp-set-connection-property, tramp-flush-connection-property)
4324 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
4325 cookie.
4326 (with-file-property, with-connection-property): New defuns, moved
4327 from tramp.el.
4328 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
4329 macro.
4330
4331 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
4332 (tramp-version): Set tramp-autoload cookie.
4333
4334 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
4335 changes to tramp-unload-hook for other tramp-* packages. Add to
4336 `tramp-unload-hook'.
4337 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
4338 (tramp-compat-call-process): New defuns, moved from tramp.el.
4339
4340 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
4341 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
4342 Add to `tramp-unload-hook'. Change call of
0f34aa77
MA
4343 `tramp-compat-decimal-to-octal' to new function name.
4344 (tramp-fish-method): Make it a defconst.
4345 (tramp-fish-file-name-p): Make it a defsubst.
4346 (tramp-fish-method, tramp-fish-file-name-handler)
4347 (tramp-fish-file-name-p): Set tramp-autoload cookie.
4348
4349 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
4350 `tramp-foreign-file-name-handler-alist'. Add to
4351 `tramp-unload-hook'.
4352 (tramp-ftp-method): Make it a defconst.
4353 (tramp-ftp-file-name-p): Make it a defsubst.
4354 (tramp-ftp-method, tramp-ftp-file-name-handler)
4355 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
4356
4357 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
4358 `tramp-foreign-file-name-handler-alist'. Add to
4359 `tramp-unload-hook'. Change checks, whether package can be
4360 loaded.
4361 (tramp-gvfs-file-name-p): Make it a defsubst.
4362 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
4363 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
4364 (tramp-gvfs-handle-file-directory-p): New defun.
4365 (tramp-gvfs-file-name-handler-alist): Use it.
4366
4367 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
4368 `tramp-foreign-file-name-handler-alist'. Add to
4369 `tramp-unload-hook'.
4370 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
4371 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
4372 defconst.
4373 (tramp-gw-tunnel-method, tramp-gw-socks-method)
4374 (tramp-gw-open-connection): Set tramp-autoload cookie.
4375
4376 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
4377 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
4378 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
4379 loaded.
4380 (tramp-imap-file-name-p): Make it a defsubst.
4381 (tramp-imap-method, tramp-imaps-method)
4382 (tramp-imap-file-name-handler)
4383 (tramp-imap-file-name-p): Set tramp-autoload cookie.
4384
4385 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
4386 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
4387 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
4388 loaded. Change call of `tramp-compat-decimal-to-octal' to new
4389 function name.
4390 (tramp-smb-tunnel-method): Make it a defconst.
4391 (tramp-smb-file-name-p): Make it a defsubst.
4392 (tramp-smb-method, tramp-smb-file-name-handler)
4393 (tramp-smb-file-name-p): Set tramp-autoload cookie.
4394
4395 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
4396 (tramp-uuencode-region): Set tramp-autoload cookie.
4397
4398 * net/trampver.el (top) Add to `tramp-unload-hook'.
4399 (tramp-version, tramp-bug-report-address): Set tramp-autoload
4400 cookie. Update release number.
4401
308e764f
AM
44022010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
4403
4404 * textmodes/ispell.el (ispell-start-process): Make sure original
4405 arg list is properly initialized (Bug#6993, Bug#6994).
4406
10999305 44072010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
4408
4409 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
4410
4411 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
4412 chars like - or ] (bug#6984).
4413 (rx-any-condense-range): Explode 2-char ranges.
4414
10999305
CY
44152010-09-06 Glenn Morris <rgm@gnu.org>
4416
4417 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
4418
44192010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
4420
4421 * textmodes/bibtex.el:
4422 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
4423
f292afe5
LMI
44242010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4425
331b2b90 4426 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
4427 since no callers use it.
4428 (imap-message-get): Ditto.
4429 (imap-message-put): Ditto.
4430 (imap-mailbox-map): Ditto.
4431 (imap-mailbox-put): Ditto.
4432 (imap-mailbox-get): Ditto.
a131b9b8 4433 (imap-mailbox-get): Revert last change for this function.
f292afe5 4434
dfe1285d
LMI
44352010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4436
331b2b90 4437 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
4438 callers to use `imap-fetch' instead. According to the comments, this
4439 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
4440 (imap-enable-exchange-bug-workaround): Remove.
4441 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 4442
3ff31c90
LMI
44432010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4444
4445 * net/imap.el (imap-log): New convenience function used throughout
4446 instead of repeating the same code all over the place.
4447
dfe1285d 44482010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
4449
4450 * mouse.el (mouse-save-then-kill): Save region to kill-ring
4451 when mouse-drag-copy-region is non-nil (Bug#6956).
4452
93a596e1
CY
44532010-09-05 Chong Yidong <cyd@stupidchicken.com>
4454
8d76af4a
CY
4455 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
4456 Improve regexps (Bug#6987).
4457 (dired-sort-toggle): Search more robustly for -t flag.
4458
93a596e1
CY
4459 * files.el (get-free-disk-space): Search more robustly for
4460 "available" column. Suggested by Ehud Karni
4461 <ehud@unix.mvs.co.il>.
4462
733946e7
JB
44632010-09-05 Juanma Barranquero <lekktu@gmail.com>
4464
4465 * international/uni-bidi.el:
4466 * international/uni-category.el:
4467 * international/uni-combining.el:
4468 * international/uni-decimal.el:
4469 * international/uni-mirrored.el:
4470 * international/uni-name.el: Regenerate.
4471
2e664aab
SM
44722010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
4473
6aeafb34
SM
4474 * electric.el (electric-indent-post-self-insert-function):
4475 Don't reindent with a sloppy indentation function.
4476
2e664aab
SM
4477 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
4478 border case in change-log-mode.
4479
13ef65a4
CY
44802010-09-04 Chong Yidong <cyd@stupidchicken.com>
4481
4482 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4483 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
4484 Recognize leading tab in gcc-include regexp. Ignore names with
4485 leading "from" or "in" in gnu regexp (Bug#6937).
4486
5abf1556
SM
44872010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
4488
6aeafb34 4489 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
4490 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
4491 (ispell-start-process): Avoid setq and simplify logic.
4492 (ispell-init-process): Setup kill-buffer-hook locally when needed.
4493 (kill-buffer-hook): Don't use it globally with code that uses
4494 expand-file-name since that may call kill-buffer via
4495 code_conversion_restore.
4496
0be01d2c
CY
44972010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
4498
4499 * emacs-lisp/package.el (package-directory-list): Only call
4500 file-name-nondirectory on a string.
4501
ebf662f4
CY
45022010-09-02 Chong Yidong <cyd@stupidchicken.com>
4503
5abf1556
SM
4504 * emacs-lisp/package.el (package--download-one-archive):
4505 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
4506 (package-activate-1, package-mark-obsolete, define-package)
4507 (package-compute-transaction, package-list-maybe-add): Use push.
4508
e5eddfd1
SM
45092010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
4510
89acf735
SM
4511 Use SMIE's blink-paren for octave-mode.
4512 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
4513 Backslashes do not escape single-quotes, single-quotes do.
4514 (octave-block-else-regexp, octave-block-end-regexp)
4515 (octave-block-match-alist): Remove.
4516 (octave-smie-bnf-table): New var, with old content.
4517 (octave-smie-op-levels): Use it.
4518 (octave-smie-closer-alist): New var.
4519 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
4520 (octave-blink-matching-block-open): Remove.
4521 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4522 (octave-electric-space): Let self-insert-command run expand-abbrev and
4523 blink parens.
4524
3b843809
SM
4525 * electric.el (electricity): New group.
4526 (electric-indent-chars): New var.
4527 (electric-indent-post-self-insert-function): New fun.
4528 (electric-indent-mode): New minor mode.
4529 (electric-pair-skip-self): New custom.
4530 (electric-pair-post-self-insert-function): New function.
4531 (electric-pair-mode): New minor mode.
4532
0da20854
SM
4533 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
4534 calcAlg-blink-matching-open.
4535 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
4536 (calc-do-alg-entry): Only touch the part of the keymap that varies.
4537 Use the new blink-matching-check-function.
4538
a49e651e
SM
4539 Provide blink-matching support to SMIE.
4540 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
4541 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
4542 (smie-blink-matching-check, smie-blink-matching-open): New functions.
4543
e5eddfd1
SM
4544 * simple.el (newline): Fix last change to properly remove itself from
4545 the hook.
4546
b13ebb5c
SM
45472010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4548
4549 * simple.el (newline): Eliminate optimization.
4550 Use post-self-insert-hook to set hard-newline and things before
4551 running post-self-insert-hook.
4552 (blink-matching-check-mismatch): New function.
4553 (blink-matching-check-function): New variable.
4554 (blink-matching-open): Use them.
4555 Skip back forward over prefix chars skipped by forward-sexp.
4556 Don't check if the parens are backslash escaped.
4557 (blink-paren-post-self-insert-function): Check backslash escaping here.
4558
e687c2cd
CY
45592010-09-02 Chong Yidong <cyd@stupidchicken.com>
4560
b13ebb5c
SM
4561 * emacs-lisp/package.el (package-menu-mode-map):
4562 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
4563 (package-menu-mode): Set revert-buffer-function.
4564 (package-menu-revert): Doc fix.
4565
567efba9
AM
45662010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
4567
4568 * textmodes/ispell.el (ispell-init-process): Use "~/" as
4569 `default-directory' unless using Ispell per-directory personal
4570 dictionaries and not in a mini-buffer under XEmacs.
4571 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 4572 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 4573
6d7cc563
JD
45742010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4575
08d4877e
J
4576 * simple.el (kill-new): Call interprogram-cut-function with only
4577 one argument.
4578
45240125
JD
4579 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
4580 Remove cut buffer from error message.
4581
4582 * term/x-win.el (x-select-text):
4583 * term/pc-win.el (x-selection-value):
4584 * term/ns-win.el (x-selection-value):
4585 * eshell/em-term.el:
4586 * w32-fns.el (x-get-selection-value):
4587 * mouse-sel.el (mouse-sel-set-selection-function):
4588 * frame.el (display-selections-p): Remove cut-buffer in documentation.
4589
6d7cc563
JD
4590 * term/x-win.el: Update documentation for x-last-selected-text-*.
4591 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
4592 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6a7662bb
BR
4593 (x-select-text): Remove argument PUSH, update documentation.
4594 Remove cut-buffer code.
6d7cc563 4595 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 4596 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6a7662bb
BR
4597 Update documentation, remove cut-buffer code.
4598 Call x-selection-value-internal.
6d7cc563
JD
4599 (x-clipboard-yank): Call x-selection-value-internal.
4600 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
4601
4602 * term/pc-win.el (x-last-selected-text):
4603 x-cut-buffer-or-selection-value renamed to x-selection-value
4604 (x-select-text): Remove argument PUSH, update documentation.
4605
4606 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
4607 x-cut-buffer-or-selection-value renamed to x-selection-value
88b5a757 4608 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
4609 (x-select-text): Remove argument PUSH, update documentation.
4610
4611 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
4612
4613 * w32-fns.el (x-last-selected-text):
4614 x-cut-buffer-or-selection-value renamed to x-selection-value.
4615 (x-cut-buffer-max): Remove.
4616 (x-select-text): Remove argument PUSH, update documentation.
4617
4618 * simple.el (interprogram-cut-function): Remove mention of PUSH.
4619
4620 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
4621
4622 * mouse-sel.el (mouse-sel-get-selection-function):
4623 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 4624 (x-select-text): Remove optional push.
6d7cc563 4625
4de81ee0
SM
46262010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4627
8f4e9110
SM
4628 * simple.el (blink-paren-function): Move from C to here.
4629 (blink-paren-post-self-insert-function): New function.
4630 (post-self-insert-hook): Use it.
4631
4de81ee0
SM
4632 * emacs-lisp/pcase.el (pcase-split-memq):
4633 Fix overenthusiastic optimisation.
4634 (pcase-u1): Handle the case of a lambda pred.
4635
d419e1d9
KH
46362010-08-31 Kenichi Handa <handa@m17n.org>
4637
4638 * international/mule-cmds.el (standard-display-european-internal):
4639 Setup standard-display-table for 8-bit characters by storing 8-bit
4640 characters in the element vector.
4641
1e05f387
SM
4642 * disp-table.el (standard-display-8bit):
4643 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
4644 characters in the element vector.
4645 (standard-display-european): Likewise.
4646
61f7096c
CY
46472010-08-31 Masatake YAMATO <yamato@redhat.com>
4648
4649 * textmodes/nroff-mode.el (nroff-view): New command.
4650 (nroff-mode-map): Bind it to C-c C-c.
4651
ec5d3ff7
SM
46522010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4653
c8977b2e
SM
4654 * emacs-lisp/smie.el (smie-down-list): New command.
4655
ec5d3ff7
SM
4656 Remove old indentation and navigation code on octave-mode.
4657 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
4658 smie-down-list rather than add a binding for octave-down-block.
4659 (octave-mark-block, octave-blink-matching-block-open):
4660 Rely on forward-sexp-function.
4661 (octave-fill-paragraph): Don't narrow, so you can use
4662 indent-according-to-mode.
4663 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
4664 (octave-in-block-p, octave-re-search-forward-kw)
4665 (octave-re-search-backward-kw, octave-indent-calculate)
4666 (octave-end-as-array-index-p, octave-block-end-offset)
4667 (octave-scan-blocks, octave-forward-block, octave-backward-block)
4668 (octave-down-block, octave-backward-up-block, octave-up-block)
4669 (octave-before-magic-comment-p, octave-indent-line): Remove.
4670
187d3296
CY
46712010-08-31 Chong Yidong <cyd@stupidchicken.com>
4672
4673 * emacs-lisp/package.el (package--read-archive-file): Just use
4674 `read', to avoid copying an additional string.
4675 (package-menu-mode): Set header-line-format here.
4676 (package-menu-refresh, package-menu-revert): Signal an error if
4677 not in the Package Menu.
4678 (package-menu-package-list): New var.
4679 (package--generate-package-list): Operate on the current buffer;
4680 don't assume that it is *Packages*, since the user may rename it.
4681 Allow persistent package listings and sort keys using
4682 package-menu-package-list and package-menu-package-sort-key.
4683 (package-menu--version-predicate): Fix version calculation.
4684 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
4685 (package--list-packages): Create the *Packages* buffer.
4686 Set package-menu-package-list-key.
187d3296
CY
4687 (list-packages): Sorting by status is now the default.
4688 (package-buffer-info): Use match-string-no-properties.
4689 (define-package): Add a &rest argument for future proofing, but
4690 don't use it yet.
4691 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
4692 Merge into a single function, package-install-from-buffer.
4693 (package-install-file): Change caller.
187d3296
CY
4694
4695 * finder.el: Load finder-inf using `require'.
4696 (finder-list-matches): Sorting by status is now the default.
4697 (finder-compile-keywords): Simpify printing.
4698
e17b68ed
SM
46992010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
4700
4701 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
4702 (octave-mode-map): Remove special bindings for forward/backward-block
4703 and octave-backward-up-block. Use smie-close-block.
4704 (octave-continuation-marker-regexp): New var.
4705 (octave-continuation-regexp): Use it.
4706 (octave-operator-table, octave-smie-op-levels)
4707 (octave-operator-regexp, octave-smie-indent-rules): New vars.
4708 (octave-smie-backward-token, octave-smie-forward-token): New funs.
4709 (octave-mode): Use SMIE.
4710 (octave-close-block): Delete.
4711
42b6a73b
EZ
47122010-08-30 Eli Zaretskii <eliz@gnu.org>
4713
4714 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
4715 CLIPBOARD, not in PRIMARY. (Bug#6944)
4716
f291fe60
SM
47172010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
4718
ee992a8c
SM
4719 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
4720 a list of parents.
4721 (smie-indent-column): Allow indirection through variables.
4722
d36b74ca
SM
4723 * composite.el (save-buffer-state): Delete, unused.
4724 * font-lock.el (save-buffer-state): Use with-silent-modifications.
4725 (font-lock-default-fontify-region): Use with-syntax-table.
4726 * jit-lock.el (with-buffer-unmodified): Remove.
4727 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
4728
f291fe60
SM
4729 Use `declare' in defmacros.
4730 * window.el (save-selected-window):
4731 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
4732 * progmodes/python.el (def-python-skeleton):
4733 * net/dbus.el (dbus-ignore-errors):
4734 * jka-cmpr-hook.el (with-auto-compression-mode):
4735 * international/mule.el (with-category-table):
4736 * emacs-lisp/timer.el (with-timeout):
4737 * emacs-lisp/lisp-mnt.el (lm-with-file):
4738 * emacs-lisp/eieio.el (with-slots):
4739 * emacs-lisp/easymenu.el (easy-menu-define):
4740 * emacs-lisp/debug.el (debugger-env-macro):
4741 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
4742 (Multiple-value-call, Multiple-value-prog1):
4743 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
4744 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
4745 edebug rule to definition.
4746 * emacs-lisp/lisp-mode.el (save-selected-window)
4747 (with-current-buffer, combine-after-change-calls)
4748 (with-output-to-string, with-temp-file, with-temp-buffer)
4749 (with-temp-message, with-syntax-table, read-if, eval-after-load)
4750 (dolist, dotimes, when, unless):
4751 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
4752
96ae4c8f
CY
47532010-08-29 Chong Yidong <cyd@stupidchicken.com>
4754
4755 * finder.el: Require `package'.
4756 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
4757 (finder-package-info): Var deleted.
4758 (finder-keywords-hash, finder--builtins-alist): New vars.
4759 (finder-compile-keywords): Compute package--builtins and
4760 finder-keywords-hash instead of finder-keywords-hash, respecting
4761 the "Package" header.
f291fe60
SM
4762 (finder-unknown-keywords, finder-list-matches):
4763 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
4764 (finder-mode): Don't set font-lock-defaults.
4765 (finder-exit): We don't use "*Finder-package*" and "*Finder
4766 Category*" buffers anymore.
4767
4768 * emacs-lisp/package.el (package--builtins-base): Var deleted.
4769 (package--builtins): Set default value to nil.
4770 (package-initialize): Load precomputed value of package--builtins
4771 from finder-inf.el.
4772 (package-alist, package-compute-transaction)
4773 (package-download-transaction): Improve docstring.
4774 (package-read-all-archive-contents): Do not change
4775 package--builtins here.
4776 (list-packages): Make package-list-packages an alias for this.
4777 Sort by status by default.
4778 (package--list-packages): Add optional PACKAGES arg.
4779 (describe-package-1): Use font-lock-face property. For built-in
4780 packages, insert file commentary.
4781 (package--generate-package-list): Rename from
4782 package-list-packages-internal; all callers changed. Add optional
4783 PACKAGES arg. Add alphabetical sort fallbacks.
4784 (package-menu--version-predicate, package-menu--status-predicate)
4785 (package-menu--description-predicate)
4786 (package-menu--name-predicate): New functions.
4787
4788 * info.el (Info-finder-find-node): Search package-alist instead of
4789 finder-package-info.
4790
e2046ecf
CY
47912010-08-29 Chong Yidong <cyd@stupidchicken.com>
4792
4793 * subr.el (version-regexp-alist): Don't use "a" and "b" for
4794 "alpha" and "beta".
4795 (version-to-list): Handle versions like "10.3d".
4796
6fe79b7c
SM
47972010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4798
4799 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
4800 (macroexp-accumulate): Use `declare'.
4801
1a868076
VJL
48022010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4803
4804 * whitespace.el (whitespace-style): Adjust type declaration.
4805
9e69cb05
KH
48062010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
4807
4808 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
4809 empty argument to gvfs-copy.
4810
48112010-08-26 Chong Yidong <cyd@stupidchicken.com>
4812
4813 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
4814 handle new TRASH arg of `delete-file'.
4815
48162010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
4817
4818 * net/tramp.el (tramp-handle-insert-directory): Don't use
4819 `forward-word', its default syntax could be changed.
4820
48212010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4822 Michael Albinus <michael.albinus@gmx.de>
4823
4824 Implement compression for inline methods.
4825
4826 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
4827 (tramp-copy-size-limit): Allow also nil.
4828 (tramp-inline-compress-commands): New defconst.
4829 (tramp-find-inline-compress, tramp-get-inline-compress)
4830 (tramp-get-inline-coding): New defuns.
4831 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
4832 replaced by `tramp-get-inline-coding'.
4833 (tramp-handle-file-local-copy, tramp-handle-write-region)
4834 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
4835
48362010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
4837
4838 Detect ssh 'ControlMaster' argument automatically in some cases.
4839
4840 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
4841 (tramp-default-method): Use it.
4842
48432010-08-26 Karel Klíč <kklic@redhat.com>
4844
4845 * net/tramp.el (tramp-file-name-for-operation):
4846 Add file-selinux-context.
4847
48482010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
4849
4850 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
4851
48522010-08-26 Chong Yidong <cyd@stupidchicken.com>
4853
4854 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
4855 (Bug#6907).
4856
4142607e
NW
48572010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
4858
4859 * progmodes/js.el: Make indentation more customizable (Bug#6914).
4860 (js-paren-indent-offset, js-square-indent-offset)
4861 (js-curly-indent-offset): New options.
4862 (js--proper-indentation): Use them.
4863
88a36e60
DC
48642010-08-26 Daniel Colascione <dan.colascione@gmail.com>
4865
4866 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
4867 instead of inspecting font-lock properties (Bug#6916).
4868
38dbc4d8
DR
48692010-08-26 David Reitter <david.reitter@gmail.com>
4870
4871 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 4872 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
4873 (server-execute): Do not run hooks here.
4874
44ffae96
MA
48752010-08-26 Michael Albinus <michael.albinus@gmx.de>
4876
4877 Sync with Tramp 2.1.19.
4878
20b8ac83
MA
4879 * net/tramp-cmds.el (tramp-cleanup-all-connections)
4880 (tramp-reporter-dump-variable, tramp-load-report-modules)
4881 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
4882 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
4883
4884 * net/tramp-compat.el (top): Do not autoload
4885 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
4886 only when `start-file-process' is not bound.
4887 (byte-compile-not-obsolete-vars): Define if not bound.
4888 (tramp-compat-funcall): New defmacro.
4889 (tramp-compat-line-beginning-position)
4890 (tramp-compat-line-end-position)
4891 (tramp-compat-temporary-file-directory)
4892 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
4893 (tramp-compat-copy-file, tramp-compat-copy-directory)
4894 (tramp-compat-delete-file, tramp-compat-delete-directory)
4895 (tramp-compat-number-sequence, tramp-compat-process-running-p):
4896 Use it.
4897 (tramp-advice-file-expand-wildcards): Do not use
4898 `tramp-handle-file-remote-p'.
4899 (tramp-compat-make-temp-file): Simplify fallback implementation.
4900 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
4901 (tramp-compat-copy-tree): Remove function.
4902 (tramp-compat-delete-file): New defun.
4903 (tramp-compat-delete-directory): Provide implementation for older
4904 Emacsen.
4905 (tramp-compat-file-attributes): Handle only
4906 `wrong-number-of-arguments' error.
4907
95b6d681
JB
4908 * net/tramp-fish.el (tramp-fish-handle-copy-file):
4909 Add PRESERVE_SELINUX_CONTEXT.
20b8ac83
MA
4910 (tramp-fish-handle-delete-file): Add TRASH arg.
4911 (tramp-fish-handle-directory-files-and-attributes):
4912 Do not use `tramp-fish-handle-file-attributes.
4913 (tramp-fish-handle-file-local-copy)
4914 (tramp-fish-handle-insert-file-contents)
4915 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
4916
4917 * net/tramp-gvfs.el (top): Require url-util.
4918 (tramp-gvfs-mount-point): Remove.
4919 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
4920 and `set-file-selinux-context'.
4921 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
4922 (tramp-gvfs-handle-file-selinux-context)
4923 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
4924 (with-tramp-dbus-call-method): Format trace message.
4925 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
4926 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1e05f387
SM
4927 Implement backup call, when operation on local files fails.
4928 Use progress reporter. Flush properties of changed files.
6a7662bb
BR
4929 (tramp-gvfs-handle-delete-file): Add TRASH arg.
4930 Use `tramp-compat-delete-file'.
20b8ac83
MA
4931 (tramp-gvfs-handle-expand-file-name): Expand "~/".
4932 (tramp-gvfs-handle-make-directory): Make more traces.
4933 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
4934 (tramp-gvfs-url-file-name): Hexify file name in url.
4935 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
4936 into account for the resulting file name.
4937 (tramp-gvfs-handler-askquestion): Preserve current message, in
4938 order to let progress reporter continue afterwards. (Bug#6257)
1e05f387
SM
4939 Return dummy mountpoint, when the answer is "no".
4940 See `tramp-gvfs-maybe-open-connection'.
20b8ac83
MA
4941 (tramp-gvfs-handler-mounted-unmounted)
4942 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1e05f387
SM
4943 attribute "default_location". Set "prefix" property.
4944 Handle default-location.
20b8ac83
MA
4945 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
4946 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
4947 exists. Raise an error, if not (due to a corresponding answer
93acd23d
JB
4948 "no" in interactive questions, for example).
4949 Use `tramp-compat-funcall'.
20b8ac83
MA
4950
4951 * net/tramp-imap.el (top): Autoload `epg-make-context'.
4952 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
4953 (tramp-imap-do-copy-or-rename-file)
4954 (tramp-imap-handle-insert-file-contents)
4955 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
4956 (tramp-imap-handle-delete-file): Add TRASH arg.
4957
1e05f387
SM
4958 * net/tramp-smb.el (tramp-smb-handle-copy-file):
4959 Add PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
4960 (tramp-smb-handle-copy-file)
4961 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4962 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
4963 Use `with-progress-reporter'.
4964 (tramp-smb-handle-delete-file): Add TRASH arg.
4965
4966 * net/tramp.el (tramp-methods): Move hostname to the end in all
4967 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
4968 appropriate.
4969 (tramp-verbose): Describe verbose level 9.
4970 (tramp-completion-function-alist)
4971 (tramp-file-name-regexp, tramp-chunksize)
4972 (tramp-local-coding-commands, tramp-remote-coding-commands)
4973 (with-connection-property, tramp-completion-mode-p)
4974 (tramp-action-process-alive, tramp-action-out-of-band)
4975 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
4976 (tramp-exists-file-name-handler): Fix docstring.
4977 (tramp-remote-process-environment): Use `format' instead of
4978 `concat'. Protect version string by apostroph.
4979 (tramp-shell-prompt-pattern): Do not use a shy group in case of
4980 XEmacs.
4981 (tramp-file-name-regexp-unified)
4982 (tramp-completion-file-name-regexp-unified): On W32 systems, do
4983 not regard the volume letter as remote filename. (Bug#5447)
4984 (tramp-perl-file-attributes)
4985 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
4986 (tramp-vc-registered-read-file-names): Read input as
4987 here-document, otherwise the command could exceed maximum length
4988 of command line.
4989 (tramp-file-name-handler-alist): Add `file-selinux-context' and
4990 `set-file-selinux-context'.
4991 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
4992 backtrace functions.
4993 (tramp-error-with-buffer): Don't show the connection buffer when
4994 we are in completion mode.
4995 (tramp-progress-reporter-update, tramp-remote-selinux-p)
4996 (tramp-handle-file-selinux-context)
4997 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
4998 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
4999 New defuns.
5000 (with-progress-reporter): New defmacro.
5001 (tramp-debug-outline-regexp): New defconst.
5002 (top, tramp-rfn-eshadow-setup-minibuffer)
5003 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5004 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
5005 (tramp-completion-mode-p, tramp-check-for-regexp)
5006 (tramp-open-connection-setup-interactive-shell)
5007 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
5008 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
5009 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
5010 Use `tramp-compat-funcall'.
5011 (tramp-handle-make-symbolic-link): Flush file properties.
5012 (tramp-handle-load, tramp-handle-file-local-copy)
5013 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5014 (tramp-handle-vc-registered, tramp-maybe-send-script)
5015 (tramp-find-shell): Use `with-progress-reporter'.
5016 (tramp-do-file-attributes-with-stat): Add space in format string,
5017 in order to work around a bug in pdksh. Reported by Gilles Pion
5018 <gpion@lfdj.com>.
5019 (tramp-handle-verify-visited-file-modtime): Do not send a command
5020 when the connection is not established.
5021 (tramp-handle-set-file-times): Simplify the check for utc.
5022 (tramp-handle-directory-files-and-attributes)
5023 (tramp-get-remote-path): Use `copy-tree'.
5024 (tramp-completion-handle-file-name-all-completions): Ensure, that
5025 non remote files are still checked. Oops.
1e05f387
SM
5026 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5027 Handle PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
5028 (tramp-do-copy-or-rename-file): Add progress reporter.
5029 (tramp-do-copy-or-rename-file-directly): Do not use
5030 `tramp-handle-file-remote-p'.
5031 (tramp-do-copy-or-rename-file-out-of-band):
5032 Use `tramp-compat-delete-directory'.
5033 (tramp-do-copy-or-rename-file-out-of-band)
5034 (tramp-compute-multi-hops, tramp-maybe-open-connection):
5035 Use `format-spec-make'.
5036 (tramp-handle-delete-file): Add TRASH arg.
5037 (tramp-handle-dired-uncache): Flush directory cache, not only file
5038 cache.
5039 (tramp-handle-expand-file-name)
5040 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
5041 (tramp-completion-handle-file-name-completion):
5042 Use `tramp-connectable-p'.
20b8ac83
MA
5043 (tramp-handle-start-file-process): Set connection property "vec".
5044 Use it, in order to invalidate file caches. Check only for
5045 `remote-tty' process property.
5046 Implement tty setting. (Bug#4604, Bug#6360)
5047 (tramp-file-name-for-operation): Add `call-process-region' and
5048 `set-file-selinux-context'.
5049 (tramp-find-foreign-file-name-handler)
5050 (tramp-advice-make-auto-save-file-name)
5051 (tramp-set-auto-save-file-modes): Remove superfluous check for
5052 `stringp'. This is done inside `tramp-tramp-file-p'.
5053 (tramp-file-name-handler): Trace 'quit. Catch the error for some
5054 operations when we are in completion mode. This gives the user
5055 the chance to correct the file name in the minibuffer.
5056 (tramp-completion-mode-p): Use `non-essential'.
5057 (tramp-handle-file-name-all-completions): Backward/ XEmacs
5058 compatibility: Use `completion-ignore-case' if
5059 `read-file-name-completion-ignore-case' does not exist.
5060 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
5061 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5062 `tramp-open-shell'.
5063 (tramp-action-password): Hide password prompt before next run.
5064 (tramp-process-actions): Widen connection buffer for the trace.
5065 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
5066 process property. Trace stty settings if `tramp-verbose' >= 9.
5067 Apply workaround for IRIX64 bug. Move argument of last
5068 `tramp-send-command' where it belongs to.
5069 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
5070 front of `login-args'.
5071 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
5072 on "/dev/null" instead of "/".
5073 (tramp-get-ls-command-with-dired): Make test for "--dired"
5074 stronger.
5075 (tramp-set-auto-save-file-modes): Adapt version check.
5076 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
5077 (tramp-handle-process-file): Call the program in a subshell, in
5078 order to preserve working directory.
5079 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
5080 `tramp-remote-sh' from `tramp-methods'.
5081 (tramp-get-ls-command): Make test for "--color=never" stronger.
5082 (tramp-check-for-regexp): Use (forward-line 1).
5083
44ffae96
MA
5084 * net/trampver.el: Update release number.
5085
cb6c4991
CY
50862010-08-26 Chong Yidong <cyd@stupidchicken.com>
5087
5088 * help.el (help-map): Bind `C-h P' to describe-package.
5089
5090 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
5091
5092 * emacs-lisp/package.el (package-refresh-contents): Catch errors
5093 when downloading archives.
5094 (describe-package-1): Add package commentary.
5095 (package-install-button-action): New function.
5096 (package-menu-mode-map): Bind ? to package-menu-describe-package.
5097 (package-menu-view-commentary): Function removed.
5098 (package-list-packages-internal): Hide the `package' package too.
5099
b60f961f
KH
51002010-08-25 Kenichi Handa <handa@m17n.org>
5101
5102 * language/misc-lang.el ("Arabic"): New language environment.
5103 Setup composition-function-table for Arabic characters.
5104
5105 * international/fontset.el (setup-default-fontset): Fix typo for
5106 arabic OTF spec (fini->fina).
5107
a0c16be4
J
51082010-08-25 Jan Djärv <jan.h.d@swipnet.se>
5109
5110 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
5111 on all frames.
5112
85cc3d4f
VJL
51132010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5114
5115 * whitespace.el: Allow cleaning up blanks without blank
5116 visualization (Bug#6651). Adjust help window for
5117 whitespace-toggle-options (Bug#6479). Allow to use fill-column
5118 instead of whitespace-line-column (from EmacsWiki). New version
5119 13.1.
88b5a757 5120 (whitespace-style): Add new value 'face. Adjust docstring.
6a7662bb
BR
5121 (whitespace-space, whitespace-hspace, whitespace-tab):
5122 Adjust foreground property face.
85cc3d4f
VJL
5123 (whitespace-line-column): Adjust docstring and type declaration.
5124 (whitespace-style-value-list, whitespace-toggle-option-alist)
5125 (whitespace-help-text): Adjust const initialization.
5126 (whitespace-toggle-options, global-whitespace-toggle-options):
5127 Adjust docstring.
5128 (whitespace-display-window, whitespace-interactive-char)
5129 (whitespace-style-face-p, whitespace-color-on): Adjust code.
5130 (whitespace-help-scroll): New fun.
5131
cb8759ca
CY
51322010-08-24 Chong Yidong <cyd@stupidchicken.com>
5133
5134 * emacs-lisp/package.el (list-packages): Alias for
5135 package-list-packages.
5136
44a41a47
KR
51372010-08-24 Kevin Ryde <user42@zip.com.au>
5138
be7748e7
KR
5139 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
5140 (Bug#5651).
5141
44a41a47
KR
5142 * progmodes/ruby-mode.el (ruby): Add defgroup.
5143
edfd00fa
CY
51442010-08-24 Chong Yidong <cyd@stupidchicken.com>
5145
5146 * progmodes/python.el: Add Ipython support (Bug#5390).
5147 (python-shell-prompt-alist)
5148 (python-shell-continuation-prompt-alist): New options.
5149 (python--set-prompt-regexp): New function.
6a7662bb
BR
5150 (inferior-python-mode, run-python, python-shell):
5151 Require ansi-color. Use python--set-prompt-regexp to set the comint
edfd00fa
CY
5152 prompt based on the Python interpreter.
5153 (python--prompt-regexp): New var.
5154 (python-check-comint-prompt)
5155 (python-comint-output-filter-function): Use it.
5156 (run-python): Use a pipe (Bug#5694).
5157
51582010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
5159
5160 * progmodes/python.el (python-send-region): Send a different
5161 Python command if Ipython is in use.
5162 (python-check-version): Use a Python command to find the version.
5163
1c409d0b
CY
51642010-08-24 Chong Yidong <cyd@stupidchicken.com>
5165
5166 * mouse.el (mouse-yank-primary): Avoid setting primary when
5167 deactivating the mark (Bug#6872).
5168
733946e7 51692010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
5170
5171 * progmodes/python.el (python-block-pairs): Allow use of "finally"
5172 with "else" (Bug#3991).
5173
e73f184c
MA
51742010-08-23 Michael Albinus <michael.albinus@gmx.de>
5175
5176 * net/dbus.el: Accept UNIX domain sockets as bus address.
5177 (top): Don't initialize `dbus-registered-objects-table' anymore,
5178 this is done in dbusbind,c.
5179 (dbus-check-event): Adapt test for bus.
5180 (dbus-return-values-table, dbus-unregister-service)
5181 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
5182 Adapt doc string.
5183
1a140747
JB
51842010-08-23 Juanma Barranquero <lekktu@gmail.com>
5185
5186 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
5187
7133b7ee
JL
51882010-08-22 Juri Linkov <juri@jurta.org>
5189
5190 * simple.el (read-extended-command): New function with the logic
5191 for `completing-read' moved to Elisp from `execute-extended-command'.
5192 Use `function-called-at-point' in `minibuffer-default-add-function'
5193 to get a command name for M-n (bug#5364, bug#5214).
5194
198a7a97
CY
51952010-08-22 Chong Yidong <cyd@stupidchicken.com>
5196
5197 * startup.el (command-line-1): Issue warning for ignored arguments
5198 --unibyte, etc (Bug#6886).
5199
c00725d7
LL
52002010-08-22 Leo <sdl.web@gmail.com>
5201
5202 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
5203 (ignore, bright, dim, keyword): Split list of nicknames before
5204 passing to rcirc-add-or-remove (Bug#6894).
5205
bc7d7ea6
CY
52062010-08-22 Chong Yidong <cyd@stupidchicken.com>
5207
5208 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
5209
b0126eac 52102010-08-22 Leo <sdl.web@gmail.com>
e0143335 5211
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 5212 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 5213 * ido.el: Revert Óscar's.
e0143335
LL
5214 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
5215 Remember the buffers at head, rather than their name.
76e3243a 5216 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 5217
b0126eac 52182010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
5219 Stefan Monnier <monnier@iro.umontreal.ca>
5220
5221 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
5222 extra backslash added to each line (bug#6890).
5223
b0126eac 52242010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
5225
5226 * subr.el (read-key): Don't echo keystrokes (bug#6883).
5227
b0126eac 52282010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
5229
5230 * menu-bar.el (menu-bar-games-menu): Add landmark.
5231
b0126eac 52322010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 5233
9130a2d6
GM
5234 * align.el (align-regexp): Make group and spacing arguments
5235 use the interactive defaults when non-interactive. (Bug#6698)
5236
fb89a654
GM
5237 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
5238 expansion, so as not to need sendmail.
5239 (mail-text-start): Remove declaration.
5240 (rmail-retry-failure): Require sendmail.
5241
b0126eac 52422010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
5243
5244 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
5245
b0126eac 52462010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 5247
186e86db
SM
5248 * progmodes/flymake.el (flymake-start-syntax-check-process):
5249 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 5250
b0126eac 52512010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
5252
5253 * files.el: Add `word-wrap' as safe local variable.
5254
b0126eac 52552010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
5256
5257 * woman.el (woman-translate): Case matters. (Bug#6849)
5258
b0126eac 52592010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
5260
5261 * simple.el (kill-region): Doc fix (Bug#6787).
5262
b0126eac 52632010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
5264
5265 * calendar/diary-lib.el (diary-header-line-format):
5266 Fit it to the window, not the frame.
5267
b0126eac 52682010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
5269
5270 * subr.el (ignore-errors): Add debug declaration.
5271
b0126eac 52722010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
5273
5274 * whitespace.el (whitespace-color-off): Remove post-command-hook
5275 locally.
5276
537ffaf3
SM
52772010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
5278
5279 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
5280
d64b8a68
CY
52812010-08-21 Chong Yidong <cyd@stupidchicken.com>
5282
5283 * cus-edit.el (custom-group-value-create): Add extra newline
5284 before end line (Bug#6876).
5285
d2625c3d
CY
52862010-08-21 Chong Yidong <cyd@stupidchicken.com>
5287
5288 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
5289 when extending it. Before killing on the second click, check if
5290 the buffer is the correct one. Doc fix.
5291 (mouse-secondary-save-then-kill): Allow usage without first
5292 calling mouse-start-secondary, by defaulting to point. Don't save
5293 an empty secondary selection. Doc fix.
5294
80525855
VJL
52952010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5296
91bdeb66
VJL
5297 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
5298 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 5299 New version 13.0.
80525855
VJL
5300 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
5301 Adjust initialization.
5302 (whitespace-bob-marker, whitespace-eob-marker)
5303 (whitespace-buffer-changed): New vars.
5304 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
5305 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
5306 (whitespace-post-command-hook, whitespace-display-char-on):
5307 Adjust code.
80525855 5308 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 5309 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 5310
4b9c0a49
SM
53112010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5312
118cf454
SM
5313 * files.el (locate-file-completion-table): Only list the .el and .elc
5314 extensions if there's no other choice (bug#5955).
5315
a2e5caf7
SM
5316 * facemenu.el (facemenu-self-insert-data): New var.
5317 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
5318 New functions.
5319 (facemenu-add-face): Use them.
5320
4b9c0a49
SM
5321 * simple.el (blink-matching-open): Obey forward-sexp-function.
5322
0193499f
SM
53232010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
5324
b2a15250
SM
5325 * simple.el (prog-mode-map): New var.
5326 (prog-indent-sexp): New command.
5327
b5ba2d6f
SM
5328 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
5329
9acd1bdc
SM
5330 * progmodes/prolog.el (smie): Require.
5331
8723cfa4
SM
5332 * emacs-lisp/smie.el (smie-default-backward-token)
5333 (smie-default-forward-token): Strip properties.
5334 (smie-next-sexp): Be more careful with associative operators.
5335 (smie-forward-sexp-command): Generalize.
5336 (smie-backward-sexp-command): Simplify.
5337 (smie-closer-alist): New var.
5338 (smie-close-block): New command.
5339 (smie-indent-debug-log): New var.
5340 (smie-indent-offset-rule): Add a few more cases.
5341 (smie-indent-column): New function.
5342 (smie-indent-after-keyword): Use it.
5343 (smie-indent-keyword): Use it.
5344 Fix up the opener code's point position.
5345 (smie-indent-comment): Only applies at BOL.
5346 (smie-indent-debug): New command.
5347
0193499f
SM
5348 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
5349 declarations that are useful before running the macro.
5350
0c9b8993
GM
53512010-08-18 Joakim Verona <joakim@verona.se>
5352
5353 * image.el (imagemagick-types-inhibit): New variable.
5354 (imagemagick-register-types): New function.
5355 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
5356 (image-transform-set-scale, image-transform-fit-to-height)
5357 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
5358 (image-transform-fit-to-width, image-transform-fit-to-height):
5359 New functions.
ccd80618
JV
5360 (image-toggle-display-image): Support image transforms.
5361
1075cd61
KY
53622010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
5363
5364 * image.el (create-animated-image): Don't add heuristic mask to image
5365 (Bug#6839).
5366
64cb6c78
J
53672010-08-18 Jan Djärv <jan.h.d@swipnet.se>
5368
0193499f
SM
5369 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
5370 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 5371
ff80a446
SM
53722010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
5373
afa22f7c
SM
5374 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
5375
ff80a446
SM
5376 Font-lock '...' strings, plus various simplifications and fixes.
5377 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
5378 (octave-font-lock-close-quotes): New function.
5379 (octave-font-lock-syntactic-keywords): New var.
5380 (octave-mode): Use it. Set beginning-of-defun-function.
5381 (octave-mode-map): Don't override the <foo>-defun commands.
5382 (octave-mode-menu): Pass it directly to easy-menu-define;
5383 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
5384 (octave-block-match-alist): Fix up last change so that
5385 octave-close-block uses the more specific keyword.
5386 (info-lookup-mode): Silence byte-compiler.
5387 (octave-beginning-of-defun): Not interactive any more.
5388 Optimize slightly.
5389 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
5390 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
5391 (octave-completion-at-point-function): Make sure point is within
5392 beg..end.
5393 (octave-reindent-then-newline-and-indent):
5394 Use reindent-then-newline-and-indent.
5395 (octave-add-octave-menu): Remove.
5396
2269b349
JD
53972010-08-17 Jan Djärv <jan.h.d@swipnet.se>
5398
489cd5bd
JD
5399 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
5400 (report-emacs-bug-can-use-xdg-email): New functions.
5401 (report-emacs-bug): Set can-xdg-email to result of
5402 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
5403 \C-cm to report-emacs-bug-insert-to-mailer and add help text
5404 about it.
30ebab6d 5405
a2fb159c
GM
5406 * net/browse-url.el (browse-url-default-browser): Add cond
5407 for browse-url-xdg-open.
5408 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
5409
54102010-08-17 Glenn Morris <rgm@gnu.org>
5411
5412 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
5413 (c-fontify-recorded-types-and-refs): Define for compiler.
5414 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
5415 before use.
5416
5417 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
5418 Fix format call.
5419
bb6aba9c
MA
54202010-08-17 Michael Albinus <michael.albinus@gmx.de>
5421
5422 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
5423 properties.
5424 (tramp-handle-process-file): Call the program in a subshell, in
5425 order to preserve working directory.
5426 (tramp-action-password): Hide password prompt before next run.
5427 (tramp-process-actions): Widen connection buffer for the trace.
5428
8f10c937
DD
54292010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
5430
5431 * net/rcirc.el (rcirc-log-process-buffers): New option.
5432 (rcirc-print): Use it.
5433 (rcirc-generate-log-filename): New function.
5434 (rcirc-log-filename-function): Change default to
5435 rcirc-generate-log-filename (Bug#6828).
5436
7c23dd44
CY
54372010-08-16 Chong Yidong <cyd@stupidchicken.com>
5438
5439 * simple.el (deactivate-mark): If select-active-regions is `only',
5440 only set selection for temporarily active regions.
5441
5442 * cus-start.el: Change defcustom for select-active-regions.
5443
6d3e82d2
CY
54442010-08-15 Chong Yidong <cyd@stupidchicken.com>
5445
5446 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
5447 (mouse-drag-track): Use LOCATION arg to push-mark.
5448 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
5449 consideration when updating point and mark (Bug#6840).
5450
c68263b1
CY
54512010-08-15 Chong Yidong <cyd@stupidchicken.com>
5452
5453 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5454 Give the Ruby rule a lower priority than Gnu (Bug#6778).
5455
456f369a
ŠN
54562010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
5457
ff80a446
SM
5458 * font-lock.el (lisp-font-lock-keywords-2):
5459 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
5460 with-demoted-errors, and with-silent-modifications (Bug#6025).
5461
c22e18f5
KR
54622010-08-14 Kevin Ryde <user42@zip.com.au>
5463
5464 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
5465 (copyright-update): Temporary switch-to-buffer to ensure the
5466 buffer change being queried is visible (Bug#5394).
c22e18f5 5467
6f1a6faf
TT
54682010-08-14 Tom Tromey <tromey@redhat.com>
5469
5470 * progmodes/etags.el (tags-file-name): Mark safe if stringp
5471 (Bug#6733).
5472
e7afcf30
EZ
54732010-08-14 Eli Zaretskii <eliz@gnu.org>
5474
5475 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
5476 MS-DOS. (Bug#6689)
5477
2b4e6277
J
54782010-08-13 Jan Djärv <jan.h.d@swipnet.se>
5479
5480 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
5481 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
5482 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
5483 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
5484 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
5485 Call menu-bar-set-tool-bar-position.
2b4e6277 5486
dc94fc85
SM
54872010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5488
c5683ceb
SM
5489 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
5490 comment style (bug#6834).
5491 * progmodes/scheme.el (scheme-mode-syntax-table):
5492 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
5493 "b" flag in "' 14b" syntax.
5494
c82d5b11
SM
5495 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
5496 for (un)commenting the region and performing completion.
5497 (octave-mode-menu): Use standard commands for help and completion.
5498 (octave-mode-syntax-table): Support %{..%} comments (sort of).
5499 (octave-mode): Use define-derived-mode.
5500 Set completion-at-point-functions and don't set columns.
5501 Don't disable adaptive-fill-regexp.
5502 (octave-describe-major-mode, octave-comment-region)
5503 (octave-uncomment-region, octave-comment-indent)
5504 (octave-indent-for-comment): Remove.
5505 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 5506 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
5507 (octave-initialize-completions): No need to make an alist.
5508 (octave-completion-at-point-function): New function.
5509 (octave-complete-symbol): Use it.
5510 (octave-insert-defun): Use define-skeleton.
5511
5512 * progmodes/octave-mod.el (octave-mode): Set comment-add.
5513 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 5514
61b6abbd
AL
55152010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5516
5517 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
5518 indentation of inserted comment.
5519
3a46642b
J
55202010-08-11 Jan Djärv <jan.h.d@swipnet.se>
5521
5522 * faces.el (region): Add type gtk that uses gtk colors.
5523
5524 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
5525 Handle theme-name change.
5526
3bd2cfef
MM
55272010-08-10 Michael R. Mauger <mmaug@yahoo.com>
5528
5529 * progmodes/sql.el: Version 2.5
5530 (sql-product-alist): Add :prompt-cont-regexp property for several
5531 database products.
5532 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
5533 (sql-output-newline-count, sql-output-by-send):
5534 New variables. Record number of newlines in input text.
3bd2cfef
MM
5535 (sql-send-string): Handle multiple filters and count newlines.
5536 (sql-send-magic-terminator): Count terminator newline.
5537 (sql-interactive-remove-continuation-prompt): Filters output to
5538 remove continuation prompts; one for each newline.
5539 (sql-interactive-mode): Set up new variables, prompt regexp and
5540 output filter.
5541 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 5542 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 5543
d02c9bcd
SM
55442010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5545
5546 * emacs-lisp/pcase.el: New file.
5547
80ca4f1e
MA
55482010-08-10 Michael Albinus <michael.albinus@gmx.de>
5549
5550 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
5551 as here-document, otherwise the command could exceed maximum
5552 length of command line.
d02c9bcd
SM
5553 (tramp-handle-vc-registered): Call script accordingly.
5554 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 5555
2948599b
KH
55562010-08-10 Kenichi Handa <handa@m17n.org>
5557
5558 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
5559 composable pattern.
5560
148cef8e
CY
55612010-08-09 Chong Yidong <cyd@stupidchicken.com>
5562
5563 * emacs-lisp/package.el (package-version-split)
5564 (package--version-first-nonzero, package-version-compare):
5565 Functions removed.
5566 (package-directory-list, package-load-all-descriptors)
5567 (package--built-in, package-activate, define-package)
5568 (package-installed-p, package-compute-transaction)
5569 (package-read-all-archive-contents)
5570 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
5571 (package-tar-file-info, package-list-packages-internal):
5572 Use version-to-list and version-list-*.
148cef8e 5573
d02c9bcd
SM
5574 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5575 Use version-to-list.
148cef8e
CY
5576 (package-upload-buffer-internal): Use version-list-<=.
5577
82a9ce0f
KH
55782010-08-09 Kenichi Handa <handa@m17n.org>
5579
231e5e5f 5580 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
5581 composable pattern.
5582
7adf5fdc
CY
55832010-08-08 Chong Yidong <cyd@stupidchicken.com>
5584
fc560445
CY
5585 * tutorial.el (tutorial--default-keys): C-d is now bound to
5586 delete-forward-char (Bug#6826).
5587
7adf5fdc
CY
5588 * mouse.el (mouse-drag-track): Remove accidentally-removed check
5589 for `double' value of mouse-1-click-follows-link (Bug#6807).
5590
e54a1075
JB
55912010-08-08 Johan Bockgård <bojohan@gnu.org>
5592
5593 * replace.el (replace-highlight): Bind isearch-forward and
5594 isearch-error, ensuring that highlighting is updated if the user
5595 switches the search direction (Bug#6808).
5596
5597 * isearch.el (isearch-lazy-highlight-forward): New var.
5598 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
5599 (isearch-lazy-highlight-update): Use it.
5600
7815fe19 56012010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 5602
8d9e03e4
JB
5603 * international/mule.el (define-charset): Store NAME as :base property.
5604 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
5605 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
5606 current priority. Force using the designation of the specific
8d9e03e4 5607 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 5608
7815fe19 56092010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
5610
5611 * emulation/pc-select.el (pc-selection-mode-hook)
5612 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
5613 (pc-selection-mode): Fix typos in docstrings.
5614
7815fe19 56152010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
5616
5617 * language/cyrillic.el: Don't add "microsoft-cp1251" to
5618 ctext-non-standard-encodings-alist here.
5619
8d9e03e4
JB
5620 * international/mule.el (ctext-non-standard-encodings-alist):
5621 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
5622 (ctext-standard-encodings): New variable.
5623 (ctext-non-standard-encodings-table): List only elements for
5624 non-standard encodings.
186e86db 5625 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
5626 Check ctext-standard-encodings.
5627
5628 * international/mule-conf.el (compound-text): Doc fix.
5629 (ctext-no-compositions): Doc fix.
5630 (compound-text-with-extensions): Doc fix.
5631
7815fe19 56322010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
5633
5634 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
5635
8d9e03e4 56362010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 5637
9ebc731b
JB
5638 * progmodes/which-func.el (which-func-format): Split help-echo text
5639 into lines, like other mode-line tooltips.
5640
d5b8058f
JB
5641 * server.el (server-start): When using TCP sockets, force IPv4
5642 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
5643
8d9e03e4 56442010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
5645
5646 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
5647
8d9e03e4 56482010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
5649
5650 * term.el (term-delimiter-argument-list): Reflow docstring.
5651 (term-read-input-ring, term-write-input-ring, term-send-input)
5652 (term-bol, term-erase-in-display, serial-supported-or-barf):
5653 Fix typos in docstrings.
5654
8d9e03e4 56552010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
5656
5657 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
5658
8d9e03e4 56592010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
5660
5661 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
5662
8d9e03e4 56632010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
5664
5665 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
5666 Fix typo in docstring (bug#6747).
5667
7815fe19 56682010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
5669
5670 * eshell/esh-io.el (eshell-get-target): Better detection of
5671 read-only file (Bug#6762).
5672
7815fe19 56732010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
5674
5675 * align.el (align-default-spacing): Doc fix.
5676 (align-region-heuristic, align-regexp): Fix typos in docstrings.
5677
733946e7 56782010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 5679
490b89ac 5680 * calendar/icalendar.el
93acd23d
JB
5681 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
5682 (icalendar--get-weekday-numbers): New.
81ee9410 5683 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 5684 values in weekly rules. (Bug#6766)
81ee9410 5685
490b89ac
UJ
56862010-08-08 Ulf Jasper <ulf.jasper@web.de>
5687
5688 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
5689 (icalendar--create-uid, icalendar-export-region)
5690 (icalendar--parse-summary-and-rest): Code formatting.
5691
2c695727
JB
56922010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
5693
5694 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
5695 to italicize headers.
5696 (calc-highlight-selections-with-faces): New variable.
5697 (calc-selected-face, calc-nonselected-face): New faces.
5698
5699 * calc/calccomp.el (math-comp-highlight-string): Use
5700 `calc-highlight-selections-with-faces' to determine how to highlight
5701 sub-formulas.
5702
5703 * calc/calc-sel.el (calc-show-selections): Change message to when
5704 using faces to highlight selections.
5705
b93d4f22
MM
57062010-08-07 Michael R. Mauger <mmaug@yahoo.com>
5707
8d9e03e4
JB
5708 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
5709 Add SQLite 3 keywords, functions and datatypes.
5710 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
5711 (Bug#6686).
5712
9852377f
CY
57132010-08-07 Chong Yidong <cyd@stupidchicken.com>
5714
5715 * simple.el (select-active-regions): Move to keyboard.c.
5716 (deactivate-mark): Used saved-region-selection.
5717 (select-active-region): Function removed.
5718 (activate-mark, set-mark, push-mark-command)
5719 (handle-shift-selection): Don't call it.
5720 (keyboard-quit): Avoid adding the region to the window selection.
5721
5722 * mouse.el (mouse-drag-track): Remove hacks to deal with old
5723 select-active-regions implementation.
5724 (mouse-yank-at-click): Doc fix.
5725
5726 * cus-start.el: Add custom declaration for select-active-regions.
5727
822775bf
EZ
57282010-08-07 Eli Zaretskii <eliz@gnu.org>
5729
4c5130d6
EZ
5730 * simple.el (delete-forward-char): Doc fix.
5731
822775bf
EZ
5732 * tutorial.el (help-with-tutorial): Hack safe file-local variables
5733 after reading the tutorial.
5734
bd4c5e3e
AM
57352010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
5736
6a7662bb
BR
5737 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
5738 Fix for the case that a C style comment has its delimiters alone on
bd4c5e3e
AM
5739 their respective lines.
5740
d00fa9b6
MA
57412010-08-06 Michael Albinus <michael.albinus@gmx.de>
5742
8d9e03e4 5743 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6 5744 property "vec".
6a7662bb
BR
5745 (tramp-process-sentinel): Use it for flushing the cache.
5746 We cannot do it via the process buffer, the buffer could be deleted
d00fa9b6
MA
5747 already when running the sentinel.
5748
57492010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
5750
5751 * comint.el (comint-mode): Make directory tracking functions
5752 functional on remote files. (Bug#6764)
5753
b3d42406
DN
57542010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
5755
5756 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
5757
29cf3e20
EZ
57582010-08-05 Eli Zaretskii <eliz@gnu.org>
5759
6a7662bb
BR
5760 * emacs-lisp/find-gc.el (find-gc-source-files):
5761 Rename unexec.c => unexcoff.c.
29cf3e20 5762
6a7662bb
BR
5763 * emacs-lisp/authors.el (authors-fixed-entries):
5764 Rename unexec.c => unexcoff.c.
29cf3e20 5765
39e1bf0b
MA
57662010-08-05 Michael Albinus <michael.albinus@gmx.de>
5767
5768 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
5769 cache, not only file cache.
5770 (tramp-process-sentinel): New defun.
5771 (tramp-handle-start-file-process): Use it, in order to invalidate
5772 file caches.
5773
9f982e22
LL
57742010-08-03 Leo <sdl.web@gmail.com>
5775
5776 * server.el (server-start): Simplify loop.
5777
0798a8d8
SM
57782010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
5779
548c5c47
SM
5780 * frame.el (screen-height, screen-width, set-screen-width)
5781 (set-screen-height): Remove ancient compatibility aliases.
5782
3311d1c2
SM
5783 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
5784 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
5785
0798a8d8
SM
5786 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
5787 that change current buffer.
5788
26ee77a6
YM
57892010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5790
5791 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
5792 beginning of the string. Use `string-match-p'. (Bug#6765)
5793
aa1859f5
J
57942010-08-01 Jan Djärv <jan.h.d@swipnet.se>
5795
5796 * cus-start.el (x-gtk-use-system-tooltips): New variable.
5797
376c2b6b
CY
57982010-08-01 Chong Yidong <cyd@stupidchicken.com>
5799
0798a8d8 5800 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 5801 (package--builtins): Tweak descriptions.
0798a8d8
SM
5802 (package-print-package): Upcase descriptions if necessary.
5803 Show all built-in packages in font-lock-builtin-face.
5804 (package-list-packages-internal): Omit "emacs" package.
5805 Show status of built-in packages as "built-in".
376c2b6b 5806
16041401
CY
58072010-07-31 Chong Yidong <cyd@stupidchicken.com>
5808
5809 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
5810 before killing to preserve the primary selection (Bug#6701).
5811
5812 * term/x-win.el (x-select-text): Doc fix.
5813
0798a8d8
SM
58142010-07-31 Nathaniel Flath <flat0103@gmail.com>
5815
452ea855
AM
5816 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
5817 (objc-font-lock-extra-types):
452ea855 5818 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
5819 * progmodes/cc-langs.el (c-make-mode-syntax-table)
5820 (c++-make-template-syntax-table)
5821 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
5822 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
5823 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
5824 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
5825 * progmodes/cc-fonts.el (c-make-inverse-face)
5826 (c-basic-matchers-after):
452ea855
AM
5827 * progmodes/cc-engine.el (c-forward-keyword-clause)
5828 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
5829 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
5830 (c-guess-continued-construct, c-guess-basic-syntax):
2f5e7c6f
GM
5831 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
5832 The above functions were modified or created.
452ea855 5833
37766706
J
58342010-07-31 Jan Djärv <jan.h.d@swipnet.se>
5835
0798a8d8 5836 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 5837
cd83d522
EZ
58382010-07-31 Eli Zaretskii <eliz@gnu.org>
5839
5840 * files.el (bidi-paragraph-direction): Define safe local values.
5841
5842 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
5843 language-info-alist. Remove outdated FIXME in a comment.
5844
28e5cf7c
AM
58452010-07-31 Alan Mackenzie <acm@muc.de>
5846
5847 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
5848 Auto-fill broken in C/C++ modes.
5849
bfeabdc3
JD
58502010-07-29 Jan Djärv <jan.h.d@swipnet.se>
5851
5852 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
5853 (menu-bar-showhide-tool-bar-menu-customize-disable)
5854 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
5855 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
5856 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
5857 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
5858 make a menu for Options => toolbar that can move it.
5859
063e5294
CY
58602010-07-29 Chong Yidong <cyd@stupidchicken.com>
5861
5862 * emacs-lisp/package-x.el (package--make-rss-entry):
5863 (package-maint-add-news-item, package--update-news)
5864 (package-upload-buffer-internal): New arg ARCHIVE-URL.
5865
5866 * emacs-lisp/package.el (package-archive-url): Rename from
5867 package-archive-id.
5868 (package-install): Doc fix.
5869 (package-download-single, package-download-tar, package-install)
5870 (package-menu-view-commentary): Callers changed.
5871
683cc385
MA
58722010-07-29 Michael Albinus <michael.albinus@gmx.de>
5873
5874 * net/tramp.el (tramp-handle-start-file-process): Check only for
5875 `remote-tty' process property.
5876 (tramp-open-shell): Don't check for tty.
5877 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
5878 process property.
5879
5880 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
5881 host.
5882
bc44bef7
PH
58832010-07-28 Chong Yidong <cyd@stupidchicken.com>
5884
5885 * emacs-lisp/package.el (package-load-list, package-archives)
5886 (package-archive-contents, package-user-dir)
5887 (package-directory-list, package--builtins, package-alist)
5888 (package-activated-list, package-obsolete-alist): Mark as risky.
5889
58902010-07-28 Phil Hagelberg <phil@evri.com>
5891
5892 Add support for non-default package repositories.
5893 * emacs-lisp/package.el (package-archive-base): Var deleted.
5894 (package-archives): New variable.
5895 (package-archive-contents): Doc fix.
0798a8d8 5896 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
5897 (package--write-file-no-coding): New function.
5898 (package-unpack-single): Use it.
5899 (package-archive-id): New function.
5900 (package-download-single, package-download-tar)
5901 (package-menu-view-commentary): Use it.
5902 (package-installed-p): Make second argument optional.
5903 (package-read-all-archive-contents): New function.
5904 (package-initialize): Use it.
5905 (package-read-archive-contents): Add ARCHIVE argument.
5906 (package--add-to-archive-contents): New function.
5907 (package-install): Don't call package-read-archive-contents.
5908 (package--download-one-archive): Store archive file in a
5909 subdirectory of package-user-dir.
5910 (package-menu-execute): Remove spurious line movement.
5911
8a52f00a
JD
59122010-07-28 Jan Djärv <jan.h.d@swipnet.se>
5913
5914 * cus-start.el (tool-bar-style): Add text-image-horiz.
5915
b21d3ceb
MA
59162010-07-28 Michael Albinus <michael.albinus@gmx.de>
5917
5918 * progmodes/gud.el (gud-common-init): Check for remoteness of
5919 `file', and not of `default-directory'.
5920
8fbcce2d
MA
59212010-07-28 Michael Albinus <michael.albinus@gmx.de>
5922
5923 * net/tramp.el (tramp-methods): Move hostname to the end in all
5924 ssh `tramp-login-args'.
5925 (tramp-verbose): Describe verbose level 9.
5926 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
5927 (tramp-open-connection-setup-interactive-shell): Trace stty
5928 settings if `tramp-verbose' >= 9.
5929 (tramp-handle-start-file-process): Implement tty setting.
5930 (Bug#4604, Bug#6360)
5931
5932 * net/tramp-cmds.el (tramp-bug): Recommend setting of
5933 `tramp-verbose' to 9.
5934
128440c9
AH
59352010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
5936
5937 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
5938 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
5939 Remove references to package `lisp-re' (bug#4369).
5940
ae0c2494
TT
59412010-07-27 Tom Tromey <tromey@redhat.com>
5942
5943 * progmodes/js.el (js-mode):
5944 * progmodes/make-mode.el (makefile-mode):
5945 * progmodes/simula.el (simula-mode):
5946 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
5947
0ed082fe 59482010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
5949
5950 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
5951
7c7c04c0
JB
5952 * time.el (display-time-day-and-date): Remove spurious * in docstring.
5953 (display-time-world-buffer-name, display-time-world-mode-map):
5954 Fix typos in docstrings.
5955
0ed082fe 59562010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
5957
5958 * image-mode.el (image-display-size): New function.
5959 (image-forward-hscroll, image-next-line, image-eol, image-eob)
5960 (image-mode-fit-frame): Use it (Bug#6639).
5961
0ed082fe 59622010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
5963
5964 * dired.el (dired-buffers-for-dir): Handle list values of
5965 dired-directory (Bug#6636).
5966
aa2d4bd3
SS
59672010-07-26 Sam Steingold <sds@gnu.org>
5968
5969 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
5970 Do not call `x-get-selection' the second time, reuse the value.
5971
78b84da3
DU
59722010-07-26 Daiki Ueno <ueno@unixuser.org>
5973
5974 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 5975 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 5976
4f195cf7
DU
59772010-07-25 Daiki Ueno <ueno@unixuser.org>
5978
5979 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
5980 exists before passing an error to find-file-not-found-functions
5981 (bug#6723).
5982
195e19e4
LH
59832010-07-23 Lukas Huonker <l.huonker@gmail.com>
5984
5985 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
5986 Remove leading nil element, adjust values.
5987 (tetris-shapes, tetris-shape-scores):
5988 Change representation of shapes and remove some redundancy.
5989 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
5990 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
5991 Adjust for working with new representation of shapes.
5992 (tetris-shape-rotations): New function.
5993 (tetris-move-bottom, tetris-move-left, tetris-move-right)
5994 (tetris-rotate-prev, tetris-rotate-next):
5995 Adjust for working with the new version of tetris-test-shape.
5996
9cf2db99
MT
59972010-07-23 Markus Triska <markus.triska@gmx.at>
5998
5999 * progmodes/ps-mode.el: Use comint (bug#5954).
6000 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
6001 (ps-mode-other-newline): Simplify.
6002 (ps-run-mode): Derive from comint-mode instead of
6003 fundamental-mode, yielding input history etc.
6004 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
6005 (ps-run-send-string): Adapt for comint-mode.
6006 (ps-run-newline): Remove now unneeded function.
6007
225d5e9e
MA
60082010-07-23 Michael Albinus <michael.albinus@gmx.de>
6009
6010 * net/tramp.el (tramp-methods): Move hostname to the end in all
6011 plink `tramp-login-args'.
6012
84bc68f2
MA
60132010-07-23 Michael Albinus <michael.albinus@gmx.de>
6014
6015 * net/tramp.el (tramp-open-shell): New defun.
6016 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6017 Use it.
6018
1eb5ca1c
MA
60192010-07-23 Michael Albinus <michael.albinus@gmx.de>
6020
6021 * net/tramp.el (tramp-file-name-regexp-unified)
6022 (tramp-completion-file-name-regexp-unified): On W32 systems, do
6023 not regard the volume letter as remote filename. (Bug#5447)
6024
440735a7
JB
60252010-07-23 Juanma Barranquero <lekktu@gmail.com>
6026
6027 * custom.el (custom-declare-variable): Give a clearer error message
6028 when the docstring is missing (bug#6476).
6029
5474c40f
MM
60302010-07-22 Michael R. Mauger <mmaug@yahoo.com>
6031
6032 * progmodes/sql.el: Version 2.4. Improved Login prompting.
6033 (sql-login-params): New widget definition.
6034 (sql-oracle-login-params, sql-mysql-login-params)
6035 (sql-solid-login-params, sql-sybase-login-params)
6036 (sql-informix-login-params, sql-ingres-login-params)
6037 (sql-ms-login-params, sql-postgres-login-params)
6038 (sql-interbase-login-params, sql-db2-login-params)
6039 (sql-linter-login-params): Use it.
6040 (sql-sqlite-login-params): Use it; Define "database" parameter as
6041 a file name.
c4cc8b9a 6042 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
6043 (sql-comint-sqlite): Make sure database name is complete.
6044 (sql-for-each-login): New function.
6045 (sql-connect, sql-save-connection): Use it.
6046 (sql-get-login-ext): New function.
6047 (sql-get-login): Use it.
6048 (sql-make-alternate-buffer-name): Handle :file parameters.
6049
9c0deccb
JB
60502010-07-22 Juanma Barranquero <lekktu@gmail.com>
6051
6052 * dired.el (dired-no-confirm): Document value t and fix defcustom to
6053 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
6054
aac818a8
TL
60552010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
6056
6057 * dired.el (dired-mode-map): Use command remapping (bug#6632).
6058
47d2734f
LM
60592010-07-22 Lawrence Mitchell <wence@gmx.li>
6060
6061 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
6062
10e73994
MA
60632010-07-21 Michael Albinus <michael.albinus@gmx.de>
6064
6065 * net/tramp.el (tramp-get-ls-command)
6066 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
6067 instead of "/".
6068
d26b0ea9
MM
60692010-07-20 Michael R. Mauger <mmaug@yahoo.com>
6070
6071 * progmodes/sql.el: Version 2.3.
f49d1f52 6072 (sql-connection-alist): Change keys from symbols to strings;
d26b0ea9 6073 enhanced the widget definition.
88b5a757
DD
6074 (sql-mode-menu): Add submenu to select connections.
6075 (sql-interactive-mode-menu): Add "Save Connection" item.
6076 (sql-add-product): Fix menu item.
d26b0ea9
MM
6077 (sql-get-product-feature): Improved error handling.
6078 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
6079 (sql-make-alternate-buffer-name): Simplified.
6080 (sql-product-interactive): Handle missing product.
6081 (sql-connect): Support string keys, minor improvements.
6082 (sql-save-connection): New function.
6083 (sql-connection-menu-filter): New function.
6084
af4b9ae5
MA
60852010-07-20 Michael Albinus <michael.albinus@gmx.de>
6086
6087 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6a7662bb
BR
6088 (tramp-open-connection-setup-interactive-shell):
6089 Apply workaround for IRIX64 bug. Move argument of last
af4b9ae5
MA
6090 `tramp-send-command' where it belongs to.
6091
da040a16
MA
60922010-07-20 Michael Albinus <michael.albinus@gmx.de>
6093
6094 * net/tramp.el (tramp-perl-file-attributes)
6095 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
6096 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
6097 front of `login-args'.
6098
16f3ade5
JB
60992010-07-19 Juanma Barranquero <lekktu@gmail.com>
6100
6101 * time.el (display-time-world-mode): Define with `define-derived-mode'.
6102 Set `show-trailing-whitespace' to nil.
6103 (display-time-world-display): Simplify.
6104
00af0b67
AM
61052010-07-18 Alan Mackenzie <acm@muc.de>
6106
6107 Enhance `c-file-style' in file/directory local variables.
a628ad9d 6108 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
6109 (c-before-hack-hook): Call `c-set-style' differently according to
6110 whether c-file-style was set in file or directory local
6111 variables.
6112
30c4d8dc
MM
61132010-07-18 Michael R. Mauger <mmaug@yahoo.com>
6114
6115 * progmodes/sql.el: Version 2.2.
6a7662bb
BR
6116 (sql-product, sql-user, sql-database, sql-server, sql-port):
6117 Use defcustom :safe keyword rather than putting safe-local-variable
30c4d8dc
MM
6118 property.
6119 (sql-password): Use defcustom :risky keyword rather than putting
6120 risky-local-variable property.
6121 (sql-oracle-login-params, sql-sqlite-login-params)
6122 (sql-solid-login-params, sql-sybase-login-params)
6123 (sql-informix-login-params, sql-ingres-login-params)
6124 (sql-ms-login-params, sql-postgres-login-params)
6125 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 6126 (sql-linter-login-params): Add `port' option.
88b5a757 6127 (sql-get-product-feature): Add NO-INDIRECT parameter.
30c4d8dc
MM
6128 (sql-comint-oracle, sql-comint-sybase)
6129 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
6130 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
6131 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
88b5a757 6132 (sql-comint-linter): Rename sql-connect-* functions to
30c4d8dc 6133 sql-comint-*.
88b5a757 6134 (sql-product-alist, sql-mode-menu): Rename as above and
30c4d8dc 6135 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 6136 (sql-connection): New variable.
30c4d8dc
MM
6137 (sql-interactive-mode): Set it.
6138 (sql-connection-alist): New variable.
6139 (sql-connect): New function.
6140 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 6141 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 6142
f12492c8
TV
61432010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6144
6145 * image-mode.el (image-bookmark-make-record): Do not set context
6146 in an image (Bug#6650).
6147
91023c68
CY
61482010-07-17 Chong Yidong <cyd@stupidchicken.com>
6149
6150 * simple.el (select-active-region): New function.
6151 (push-mark-command, set-mark, activate-mark)
6152 (handle-shift-selection): Use it.
6153 (deactivate-mark): Don't check for size of region.
6154
6155 * mouse.el (mouse-drag-track): Use select-active-region.
6156
1c0e8f0e
MA
61572010-07-17 Michael Albinus <michael.albinus@gmx.de>
6158
6159 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
6160 "--dired" stronger.
6161
2490cbbc
CY
61622010-07-17 Chong Yidong <cyd@stupidchicken.com>
6163
6164 * term/x-win.el (x-select-enable-primary): Change default to nil.
6165 (x-select-enable-clipboard): Add :version keyword.
6166
6167 * mouse.el (mouse-drag-copy-region):
6168 * simple.el (select-active-regions): Likewise.
6169
f253ef6a
RS
61702010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
6171
a628ad9d 6172 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
6173 (vc-coding-system-for-diff): Use it to decide whether to inherit
6174 from the file the EOL format for reading the diffs of that file.
6175 (Bug#4451)
6176
134a027f
EZ
61772010-07-16 Eli Zaretskii <eliz@gnu.org>
6178
6179 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
6180 unibyte, so compressed attachments are not compressed again.
6181
7e4289ad
MA
61822010-07-16 Michael Albinus <michael.albinus@gmx.de>
6183
6184 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
6185 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
6186 (tramp-find-shell): Simplify setting connection property.
6187 (tramp-get-ls-command): Make test for "--color=never" stronger.
6188
7473fff9 61892010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
6190
6191 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
6192 blocks within record declarations (i.e. variant parts) correctly.
6193
a11b38ee
SS
61942010-07-15 Simon South <ssouth@member.fsf.org>
6195
6196 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
6197 over literal tokens when parsing so newlines aren't "absorbed" by
6198 single-line comments. Corrects the indentation of case blocks
6199 that have a comment on the first line.
6200
077e0753
KF
62012010-07-14 Karl Fogel <kfogel@red-bean.com>
6202
6203 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
6204 by Drew Adams (Bug#5504).
6205
243881ed
J
62062010-07-14 Jan Djärv <jan.h.d@swipnet.se>
6207
6208 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 6209 now that Unicode is used (Bug#6594).
243881ed 6210
f9d71b42
CY
62112010-07-14 Chong Yidong <cyd@stupidchicken.com>
6212
6213 * term/x-win.el (x-select-enable-clipboard): Default to t.
6214 (x-initialize-window-system): Don't overwrite Paste menu item.
6215
6216 * simple.el (select-active-regions): Default to t.
6217 (push-mark-command): Don't overwrite primary with empty string.
6218
6219 * mouse.el: Bind mouse-2 to mouse-yank-primary.
6220 (mouse-drag-copy-region): Default to nil.
6221
6222 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
6223 Cut/Copy/Paste menu bar items.
6224
a628ad9d 62252010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
6226
6227 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6228 Patch applied by Karl Fogel.
6229
6230 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
6231 and `bookmark-current-buffer' if they have been already set in
6232 another buffer (e.g gnus-art).
6233
e44fa724 62342010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 6235 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
6236
6237 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
6238
6239 * bookmark.el (bookmark-make-record-default): Allow unneeded
6240 information to be omitted from the record.
6241
6242 Adjust declarations and calls:
6243
6244 * info.el (bookmark-make-record-default): Adjust declaration.
6245 (Info-bookmark-make-record): Adjust call.
6246
6247 * woman.el (bookmark-make-record-default): Adjust declaration.
6248 (woman-bookmark-make-record): Adjust call.
6249
6250 * man.el (bookmark-make-record-default): Adjust declaration.
6251 (Man-bookmark-make-record): Adjust call.
6252
6253 * image-mode.el (bookmark-make-record-default): Adjust declaration.
6254
6255 * doc-view.el (bookmark-make-record-default): Adjust declaration.
6256
0c4371fe
KF
62572010-07-13 Karl Fogel <kfogel@red-bean.com>
6258
6259 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
6260 This is also from Thierry Volpiatto's patch in bug #6444. However,
6261 because it was extraneous to the functional change in that patch,
6262 and causes a re-indendation, I am committing it separately.
6263
2bb8db3e 62642010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
6265
6266 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
6267 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 6268 Patch applied by Karl Fogel (Bug#6444).
068a0233 6269
21bd02a6
CY
62702010-07-13 Chong Yidong <cyd@stupidchicken.com>
6271
6272 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
6273
79cb9c05
AR
62742010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
6275
6276 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
6277 Dempsky; bug#5084). Remove incorrect binding for S-tab.
6278 (ns-alternatives-map): Change S-tab binding to backtab
6279 (bug#6616).
6280
6281 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
6282 under ns.
6283
beb000f9
AS
62842010-07-12 Andreas Schwab <schwab@linux-m68k.org>
6285
dd86ea11
JB
6286 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
6287 (Bug#5806)
e9952282 6288
beb000f9
AS
6289 * language/tv-util.el (tai-viet-re): Remove format.
6290
6f2cdcd1
KH
62912010-07-12 Kenichi Handa <handa@m17n.org>
6292
dd86ea11
JB
6293 * language/hebrew.el: Remove no-byte-compile declaration.
6294 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
6295 composition-function-table for 3-character looking back.
6296 (hebrew-font-get-precomposed): New function.
6297 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
6298
f479ef6e
CY
62992010-07-11 Chong Yidong <cyd@stupidchicken.com>
6300
6301 * mouse.el (mouse-drag-track): Handle select-active-regions
6302 (Bug#6612).
6303
3277c1ee
MA
63042010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
6305
6306 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
6307 empty argument to gvfs-copy.
6308
3260caf8
GM
63092010-07-10 Glenn Morris <rgm@gnu.org>
6310
6311 * calendar/calendar.el (calendar-week-end-day): New function.
6312 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
6313 Respect calendar-week-start-day. (Bug#6606)
6314 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
6315 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
6316 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
6317 respect calendar-week-start-day.
6318
c876b263
CY
63192010-07-10 Chong Yidong <cyd@stupidchicken.com>
6320
6321 * simple.el (use-region-p): Doc fix (Bug#6607).
6322
dce34635
AG
63232010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
6324
6a7662bb
BR
6325 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6326 Add regexps for cucumber and ruby.
dce34635 6327
c0397930
DU
63282010-07-08 Daiki Ueno <ueno@unixuser.org>
6329
6330 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
6331 (epa-file-insert-file-contents): Hack to prevent
192cfe77 6332 find-file from opening empty buffer when decryption failed
c0397930
DU
6333 (bug#6568).
6334
fd5539c6
AM
63352010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
6336
a628ad9d
JB
6337 * textmodes/ispell.el (ispell-alternate-dictionary):
6338 Use file-readable-p.
fd5539c6
AM
6339 Return nil if no word-list is found at default locations.
6340 (ispell-complete-word-dict): Default to nil.
6341 (ispell-command-loop): Use 'word-list' when using lookup-words.
6342 (lookup-words): Use ispell-complete-word-dict or
6343 ispell-alternate-dictionary. Check for word-list availability
6344 and handle errors if needed with better messages (Bug#6539).
6345 (ispell-complete-word): Use ispell-complete-word-dict or
6346 ispell-alternate-dictionary.
6347
4565b08e
CS
63482010-07-07 Christoph Scholtes <cschol2112@gmail.com>
6349
6350 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
6351 builtins (BufferError, BytesWarning, WindowsError; callables
6352 bin, bytearray, bytes, format, memoryview, next, print; __package__).
6353
a2c270e7
GM
63542010-07-07 Glenn Morris <rgm@gnu.org>
6355
6356 * play/zone.el (top-level): Do not require timer, tabify, or cl.
6357 (zone-shift-left): Ignore intangibility, and any errors from
6358 forward-char.
6359 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
6360 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
6361 deleting, and copying text properties.
6362 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
6363 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
6364 to point-max is hard.
6365 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
6366 (zone-fill-out-screen): Ignore intangibility.
6367
81133808
CY
63682010-07-05 Chong Yidong <cyd@stupidchicken.com>
6369
4ad11f8c
CY
6370 * menu-bar.el (menu-bar-mode):
6371 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
6372 if it has been set.
6373
81133808
CY
6374 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
6375 word/line selection (Bug#6565).
6376
b24344ca
JB
63772010-07-04 Juanma Barranquero <lekktu@gmail.com>
6378
6379 * net/dbus.el (dbus-send-signal): Declare function.
6380
b1ce08da
MA
63812010-07-04 Michael Albinus <michael.albinus@gmx.de>
6382
6383 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
6384 (dbus-register-property): New optional argument EMITS-SIGNAL.
6385 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
6386
5592c08f
CY
63872010-07-03 Chong Yidong <cyd@stupidchicken.com>
6388
6389 * mouse.el (mouse-drag-overlay): Variable deleted.
6390 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
6391 (mouse--remap-link-click-p): New function.
6392 (mouse-drag-track): Handle dragging by using temporary Transient
6393 Mark mode, instead of a special overlay.
6394 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
6395 mouse-show-mark.
6396
6397 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
6398 deleted.
6399
a6ed0e28
JL
64002010-07-02 Juri Linkov <juri@jurta.org>
6401
6402 * autoinsert.el (auto-insert-alist): Fix readability
6403 by using dotted pair notation for lambda.
6404
c91e692b
JL
64052010-07-02 Juri Linkov <juri@jurta.org>
6406
6407 * faces.el (read-face-name): Rename arg `string-describing-default'
6408 to `default'. Doc fix. Display the default value in quotes
6409 in the prompt. With empty input, return the `default' arg,
6410 unless the default value is a string (in which case return nil).
6411 (describe-face): Replace the string `default' arg of `read-face-name'
6412 with the symbol `default'.
6413
23640f8f
CY
64142010-07-02 Chong Yidong <cyd@stupidchicken.com>
6415
6416 * emulation/viper-cmd.el (viper-delete-backward-char)
6417 (viper-del-backward-char-in-insert)
6418 (viper-del-backward-char-in-replace, viper-change)
6419 (viper-backward-indent): Replace delete-backward-char with
6420 delete-char (Bug#6552).
6421
b32d1614
CY
64222010-07-01 Chong Yidong <cyd@stupidchicken.com>
6423
6424 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
6425
c1ef4455
CY
64262010-06-30 Chong Yidong <cyd@stupidchicken.com>
6427
6428 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
6429 argument passed to frame-creation-function (Bug#5378).
6430
6431 * faces.el (x-handle-named-frame-geometry)
6432 (x-handle-reverse-video, x-create-frame-with-faces)
6a7662bb
BR
6433 (face-set-after-frame-default, tty-create-frame-with-faces):
6434 Don't separately consult default-frame-alist. It is now passed as the
c1ef4455
CY
6435 PARAMETER argument.
6436
55702e89
AS
64372010-06-30 Andreas Schwab <schwab@linux-m68k.org>
6438
6439 * startup.el (command-line): Don't call tool-bar-setup in a
6440 tty-only build.
6441
dc9a226c
CY
64422010-06-30 Chong Yidong <cyd@stupidchicken.com>
6443
6444 * ruler-mode.el (ruler--save-header-line-format): New fun.
6445 (ruler-mode): Use it as a setter function, so as not to overwrite
6446 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
6447
a2f043d3
CY
64482010-06-29 Chong Yidong <cyd@stupidchicken.com>
6449
6450 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
6451 (vc-root-diff, vc-print-root-log, vc-log-incoming)
6452 (vc-log-outgoing): Use it.
6453 (vc-diff-internal): Set diff-vc-backend.
6454
6455 * vc/diff-mode.el (diff-vc-backend): New var.
6456
62d115ef
J
64572010-06-28 Jan Djärv <jan.h.d@swipnet.se>
6458
6a7662bb
BR
6459 * dynamic-setting.el (font-setting-change-default-font):
6460 Remove call to message.
62d115ef 6461
1180f752
KH
64622010-06-28 Kenichi Handa <handa@m17n.org>
6463
6464 * international/quail.el (quail-insert-kbd-layout): Fix the
6465 showing of untranslated characters.
6466
b9229673
CY
64672010-06-28 Chong Yidong <cyd@stupidchicken.com>
6468
6469 * simple.el (delete-active-region): New option.
6470 (delete-backward-char): Implement in Lisp.
6471 (delete-forward-char): New command.
6472
6473 * mouse.el (mouse-region-delete-keys): Deleted.
6474 (mouse-show-mark): Simplify.
6475
6476 * bindings.el (global-map): Bind delete and DEL, the former to
6477 delete-forward-char.
6478
a628ad9d 64792010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
6480
6481 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
6482 (ruby-mode): Bind indent-line-function (Bug#5119).
6483
3468f435
CY
64842010-06-27 Chong Yidong <cyd@stupidchicken.com>
6485
6486 * startup.el (command-line): Recognize "0" X resource value.
6487
6431f2e6
CY
64882010-06-27 Chong Yidong <cyd@stupidchicken.com>
6489
6490 * startup.el (command-line): Use X resources to set the value of
6491 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
6492
6493 * menu-bar.el (menu-bar-mode):
6494 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
6495 Set init-value to t.
6496
6497 * frame.el (frame-notice-user-settings): Don't change
6498 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
6499 vice versa (Bug#2249).
6500
b61dfbe2
EZ
65012010-06-26 Eli Zaretskii <eliz@gnu.org>
6502
6503 * w32-fns.el (w32-convert-standard-filename): Doc fix.
6504
f5cbf40e
AM
65052010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
6506
a628ad9d
JB
6507 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
6508 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 6509
a628ad9d 6510 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 6511 default directories are expanded (Bug#6143).
f5cbf40e 6512
8f3b8a5f
JL
65132010-06-24 Juri Linkov <juri@jurta.org>
6514
6515 * minibuffer.el (completions-format): Change default from nil to
6516 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
6517
5af72a47
JL
65182010-06-24 Juri Linkov <juri@jurta.org>
6519
6520 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
6521 buffer-locally to lambda that re-runs the vc diff command.
6522 (Bug#6447)
6523
8f804316
CY
65242010-06-24 Chong Yidong <cyd@stupidchicken.com>
6525
6526 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
6527 echo area is in use (Bug#3412).
6528
be19ef0b
GM
65292010-06-22 Glenn Morris <rgm@gnu.org>
6530
6555773f
GM
6531 * textmodes/texinfmt.el (texinfo-format-region)
6532 (texinfo-raise-lower-sections, texinfo-format-separate-node)
6533 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
6534 (texinfo-format-option, texinfo-noindent):
6535 Use line-beginning-position and line-end-position.
6536
be19ef0b
GM
6537 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
6538 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
6539 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
6540 utf-8 characters.
6541
7f0b7b3e
KF
65422010-06-21 Karl Fogel <kfogel@red-bean.com>
6543
49554388
GM
6544 * play/zone.el (zone-fall-through-ws): Fix next-line ->
6545 forward-line fallout.
6546
e8579ebc
CY
65472010-07-06 Chong Yidong <cyd@stupidchicken.com>
6548
6549 * mouse.el (mouse-appearance-menu): Add docstring.
6550
6551 * help.el (describe-key): Print up-event using key-description.
6552
5d1cd8bd
MA
65532010-07-03 Michael Albinus <michael.albinus@gmx.de>
6554
6555 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 6556 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
6557 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
6558
112dbc0e
MA
65592010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
6560
6561 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
6562
d0cb23ca
DN
65632010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
6564
6565 Avoid displaying files with a nil state in vc-dir.
a628ad9d 6566 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
6567 cases that cause insertion.
6568 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
6569 with a nil state.
6570
01b229d1
CY
65712010-06-30 Chong Yidong <cyd@stupidchicken.com>
6572
6573 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
6574
8bf1c786 65752010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
6576
6577 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
6578
dfc6544c
CY
65792010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
6580
6581 * generic-x.el (bat-generic-mode): Fix regexp for command line
6582 switches (Bug#5719).
6583
b7d4de51
CY
65842010-06-27 Masatake YAMATO <yamato@redhat.com>
6585
dfc6544c
CY
6586 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
6587 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 6588
3726248f
CY
65892010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
6590
8bf1c786 6591 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
6592 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
6593 bindings of bookmark-automatically-show-annotations (Bug#6515).
6594
aca54191
EZ
65952010-06-25 Eli Zaretskii <eliz@gnu.org>
6596
6597 * arc-mode.el (archive-zip-extract): Don't quote the file name on
6598 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
6599
2330fa87
ŠN
66002010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
6601
6602 * comint.el (make-comint, make-comint-in-buffer): Mention return
6603 value in the docstrings. (Bug#6498)
6604
29115ca9
YR
66052010-06-24 Yoni Rabkin <yoni@rabkins.net>
6606
6607 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
6608 since it is not present when using some non-default switches.
6609
2c79f053
KF
66102010-06-23 Karl Fogel <kfogel@red-bean.com>
6611
7f0b7b3e
KF
6612 * simple.el (compose-mail): Fix doc string to refer to
6613 `compose-mail-user-agent-warnings', instead of to the
6614 nonexistent `compose-mail-check-user-agent'.
6615
43a91810
AM
66162010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
6617
6618 Fix an indentation bug:
6619
6620 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
6621 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
6622 of existing values.
6623
6624 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
6625 (c-clear->-pair-props-if-match-before): now return t when they've
6626 cleared properties, nil otherwise.
6627 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
6628 by taking account of the existing value.
6629
6630 * progmodes/cc-defs.el
6631 (c-clear-char-property-with-value-function): Fix this to clear the
6632 property rather than overwriting it with nil.
6633
8adb4c33
CY
66342010-06-20 Chong Yidong <cyd@stupidchicken.com>
6635
6636 * emacs-lisp/package.el (package-print-package): Add link to
6637 package description via describe-package.
6638 (describe-package-1): List package requirements. Add button to
6639 perform installation.
6640 (package-menu-describe-package): New command.
6641
6642 * help-mode.el (help-package): New button type.
6643
cced7584
CY
66442010-06-19 Chong Yidong <cyd@stupidchicken.com>
6645
6646 * emacs-lisp/package.el: Move package-list-packages binding to
6647 menu-bar.el.
6648 (describe-package, describe-package-1, package--dir): New funs.
6649 (package-activate-1): Use package--dir.
6650
6651 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
6652
6653 * help-mode.el (help-package-def): New button type.
6654
6655 * menu-bar.el: Move package-list-packages binding here from
6656 package.el.
6657
d148e8f9
GH
66582010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
6659
6660 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
6661
b1a03ef6
SM
66622010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6663
6664 * emacs-lisp/edebug.el (edebug-read-list):
6665 Phase out old-style backquotes.
6666
dbd6da78
JL
66672010-06-17 Juri Linkov <juri@jurta.org>
6668
6669 * help-mode.el (help-mode): Set buffer-local variable
6670 revert-buffer-function to help-mode-revert-buffer.
6671 (help-mode-revert-buffer): New function.
6672
6673 * info.el (Info-revert-find-node): Check for major-mode Info-mode
6674 before popping to "*info*" (like in other Info functions).
6675 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
6676 old-history-forward. Pop to old-buffer-name or "*info*" to
6677 recreate the killed buffer. Set Info-history-forward from
6678 old-history-forward.
6679 (Info-breadcrumbs-depth): Add :group and :version.
6680
64eba874
DN
66812010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
6682
6683 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
6684
26508c03
AM
66852010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
6686
a628ad9d
JB
6687 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
6688 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 6689
69582fcd
JB
66902010-06-17 Juanma Barranquero <lekktu@gmail.com>
6691
54ea2a0d
JB
6692 * emacs-lisp/package.el (package-menu-mode-map):
6693 Move initialization into declaration.
6694
69582fcd
JB
6695 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
6696
44198b6e
CY
66972010-06-17 Chong Yidong <cyd@stupidchicken.com>
6698
6699 * emacs-lisp/package.el (package-archive-base): Point to
6700 elpa.gnu.org.
6701 (package-enable, package-load-list): New defcustoms.
6702 (package-user-dir, package-directory-list): Turn into defcustoms.
6703 Don't include package-user-dir in package-directory-list.
6704 (package--builtins-base): Don't include Emacs as a "package".
6705 (package-subdirectory-regexp): New var.
6706 (package-load-all-descriptors, package-compute-transaction)
6707 (package-download-transaction): Obey package-load-list.
6708 (package-activate-1): Rename from package-do-activate.
6709 (package-list-packages-internal): Check package-load-list.
6710 (package-load-descriptor, package-generate-autoloads)
6711 (package-unpack, package-unpack-single)
6a7662bb
BR
6712 (package--read-archive-file, package-delete):
6713 Use expand-file-name.
44198b6e
CY
6714
6715 * emacs-lisp/package-x.el: New file. Package uploading
6716 functionality split out from package.el.
6717
95b6d681 6718 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
6719
67202010-06-17 Tom Tromey <tromey@redhat.com>
6721
6722 * emacs-lisp/package.el: New file.
6723
50d76a9f
DN
67242010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
6725
6726 Fix vc-annotate for renamed files when using Git.
76e3243a 6727 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
6728 ls-files. Doe not pass the object as a file name to cat-file, it
6729 is not a file name.
6730 (vc-git-annotate-command): Pass the file name using -- to avoid
6731 ambiguity with the revision.
6732 (vc-git-previous-revision): Pass a relative file name.
6733
6095a05b
GM
67342010-06-22 Glenn Morris <rgm@gnu.org>
6735
943375a6
GM
6736 * progmodes/js.el (js-mode-map): Use standard capitalization and
6737 ellipses for menu entries.
6738
6095a05b
GM
6739 * wid-edit.el (widget-complete): Doc fix.
6740
4514199e
JH
67412010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
6742
6743 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
6744
c4786d60
DN
67452010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
6746
11c46b39 6747 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 6748 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 6749 VC backend. Use it when non-nil.
a628ad9d 6750 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
07976ae3 6751 (Bug#6487).
11c46b39 6752
c4786d60 6753 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 6754 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
6755 Do not pass the file name to the 'previous-revision call when we
6756 don't want a file diff. (Bug#6489)
6757
04ec0963
DN
67582010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
6759
11c46b39 6760 Fix finding revisions for renamed files in vc-annotate.
76e3243a 6761 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 6762 the VC backend. Use it when non-nil.
76e3243a 6763 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
6764 backend to vc-find-revision. (Bug#6487)
6765
c036381c
DN
67662010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
6767
6768 Fix reading file names in Git annotate buffers.
95b6d681
JB
6769 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
6770 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 6771
05c123e6
AM
67722010-06-20 Alan Mackenzie <acm@muc.de>
6773
6774 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
6775 in file local variables, set it first.
6776
4111f0c7
GM
67772010-06-19 Glenn Morris <rgm@gnu.org>
6778
74739ffd
GM
6779 * descr-text.el (describe-char-unicode-data): Insert separating
6780 space when needed. (Bug#6422)
6781
4111f0c7
GM
6782 * progmodes/idlwave.el (idlwave-action-and-binding):
6783 Fix typo in 2009-12-03 change. (Bug#6450)
6784
e20f0421
SM
67852010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6786
6787 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
6788 handling for `lambda' (misunderstanding).
6789
fb3e306a
JB
67902010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
6791
dd86ea11 6792 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
6793 constants aren't distributed after they are factored out.
6794
e020fb59
JL
67952010-06-16 Juri Linkov <juri@jurta.org>
6796
6797 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
6798 `list-colors-print'. (Bug#6332)
6799
b8add347
SM
6800 * subr.el (read-quoted-char): Fix up last change (bug#6290).
6801
36901266
SM
68022010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
6803
49b2e83d
SM
6804 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
6805 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
6806
36901266
SM
6807 * font-lock.el (font-lock-major-mode): Rename from
6808 font-lock-mode-major-mode to distinguish it from
6809 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
6810 (font-lock-set-defaults):
6811 * font-core.el (font-lock-default-function): Adjust users.
6812 (font-lock-mode): Don't set it at all.
6813
2a64315a 68142010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 6815
76e3243a 6816 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 6817
2a64315a 68182010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
6819
6820 * calendar/appt.el (appt-time-msg-list): Doc fix.
6821 (appt-check): Let-bind appt-warn-time.
6822 (appt-add): Make the 3rd argument optional.
6823 Simplify argument names. Doc fix. Check for integer WARNTIME.
6824 Only add WARNTIME to the output list if non-nil.
6825
2a64315a 68262010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
6827
6828 * calendar/appt.el (appt-check): Let the 3rd element of
6829 appt-time-msg-list specify the warning time.
6830 (appt-add): Add new argument with the warning time. (Bug#5176)
6831
6a7662bb 68322010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
a9de35fe 6833
76e3243a 6834 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
6835 older than version 1.6. (Bug#6361)
6836
2a64315a 68372010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
6838
6839 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
6840 used by cl-do-arglist. (Bug#6408)
6841
30d7ac37
AM
68422010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
6843
6a7662bb
BR
6844 * textmodes/ispell.el (ispell-dictionary-base-alist):
6845 Fix portuguese casechars/not-casechars for missing 'çÇ'.
30d7ac37
AM
6846 Suggested by Rolando Pereira (bug#6434).
6847
8fd02581
JB
68482010-06-15 Juanma Barranquero <lekktu@gmail.com>
6849
6850 * facemenu.el (list-colors-sort): Doc fix.
6851
6a7662bb 68522010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
b15922cc
BR
6853
6854 * progmodes/sql.el (sql-connect-mysql): Fix typo.
6855
f0bf7c8e
JL
68562010-06-14 Juri Linkov <juri@jurta.org>
6857
6858 Add sort option `list-colors-sort'. (Bug#6332)
6859 * facemenu.el (color-rgb-to-hsv): New function.
6860 (list-colors-sort): New defcustom.
6861 (list-colors-sort-key): New function.
6862 (list-colors-display): Doc fix. Sort list according to the option
6863 `list-colors-sort'.
6864 (list-colors-print): Add HSV values to `help-echo' property of
6865 RGB strings.
6866
c42fe9a5
JL
68672010-06-14 Juri Linkov <juri@jurta.org>
6868
6869 * compare-w.el: Move to the "vc" subdirectory.
6870
b263a4c4
SM
68712010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6872
d8b0cddd
SM
6873 * image-mode.el (image-mode-map): Remap left-char and right-char.
6874
b263a4c4
SM
6875 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
6876
89877f5f
CY
68772010-06-12 Chong Yidong <cyd@stupidchicken.com>
6878
133a8d82
CY
6879 * term/common-win.el (x-colors): Add all the color names defined
6880 in rgb.txt (Bug#6332).
6881
89877f5f
CY
6882 * facemenu.el (list-colors-print): Don't print extra names if it
6883 will overflow the window width.
6884
6885 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 6886 change (Bug#6343).
89877f5f 6887
9d1f18b5
EZ
68882010-06-12 Eli Zaretskii <eliz@gnu.org>
6889
6890 * files.el (make-directory): Doc fix (bug#6396).
6891
b81a0b56
MA
68922010-06-12 Michael Albinus <michael.albinus@gmx.de>
6893
6894 * net/tramp.el (tramp-remote-process-environment): Protect version
6895 string by apostroph.
6896 (tramp-shell-prompt-pattern): Do not use a shy group in case of
6897 XEmacs.
6898 (tramp-file-name-for-operation): Add `call-process-region'.
6899 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
6900
6901 * net/tramp-compat.el (top): Do not autoload
6902 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
6903 only when `start-file-process' is not bound.
6904 (tramp-advice-file-expand-wildcards): Do not use
6905 `tramp-handle-file-remote-p'.
6906 (tramp-compat-make-temp-file): Handle the case, that
6907 `make-temp-file' has no third argument EXTENSION.
6908
69f18acc
JB
69092010-06-11 Juanma Barranquero <lekktu@gmail.com>
6910
5fee75d4
JB
6911 * makefile.w32-in (WINS_BASIC): Include new directory vc.
6912
69f18acc
JB
6913 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
6914
9766adfb
JL
69152010-06-11 Juri Linkov <juri@jurta.org>
6916
6917 * finder.el (finder-known-keywords): Add keyword "vc"
6918 for version control.
6919
6920 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
6921 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
6922 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
6923 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
6924
56b2854f
JL
69252010-06-11 Juri Linkov <juri@jurta.org>
6926
6927 Move version control related files to the "vc" subdirectory.
6928 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
6929 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
6930 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
6931 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
6932 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
6933 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
6934 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
6935 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
6936 Move files to the "vc" subdirectory.
6937
6534e58a
CY
69382010-06-11 Chong Yidong <cyd@stupidchicken.com>
6939
6940 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
6941 (Bug#6367).
6942
84d9562f
SE
69432010-06-11 Stephen Eglen <stephen@gnu.org>
6944
6945 * shell.el: Bind `shell-resync-dirs' to M-RET.
6946
3ef0a6a5
MA
69472010-06-10 Michael Albinus <michael.albinus@gmx.de>
6948
6949 * notifications.el: Move file from lisp/net, because it is
6950 supposed to talk locally to the user.
6951
fa4003da
MA
69522010-06-10 Julien Danjou <julien@danjou.info>
6953
6954 * net/notifications.el (notifications-on-action-signal)
6955 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 6956 argument to the callback functions. Add docstrings.
fa4003da
MA
6957 (notifications-notify): Fix docstring.
6958
46e6650e
GM
69592010-06-10 Glenn Morris <rgm@gnu.org>
6960
6961 * emacs-lisp/authors.el (authors-ignored-files)
6962 (authors-valid-file-names): Add some files.
6963
a71832f7
SM
69642010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6965
6966 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
6967 merge conflict, giving preference to the emacs-23 version of the code.
6968
8c6eab5a
SM
69692010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6970
989bc97f
SM
6971 * emacs-lisp/advice.el (ad-compile-function):
6972 Define warning-suppress-types before we let-bind it (bug#6275).
6973
8c6eab5a
SM
6974 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
6975 declare it, make it buffer-local and permanent-local (bug#6324).
6976 (vc-resynch-window): Adjust name.
6977 * vc-hooks.el (vc-find-file-hook): Adjust name.
6978
890a18d6
MA
69792010-06-09 Michael Albinus <michael.albinus@gmx.de>
6980
6981 * net/notifications.el (notifications-notify): Fix docstring.
6982
bf3e70eb
JB
69832010-06-09 Juanma Barranquero <lekktu@gmail.com>
6984
6985 Update to Unicode 6.0.0 beta.
6986 * international/charprop.el: Update copyright.
6987 * international/mule-cmds.el (ucs-names): Update character ranges.
6988 * international/uni-bidi.el:
6989 * international/uni-category.el:
6990 * international/uni-combining.el:
6991 * international/uni-comment.el:
6992 * international/uni-decimal.el:
6993 * international/uni-decomposition.el:
6994 * international/uni-digit.el:
6995 * international/uni-lowercase.el:
6996 * international/uni-mirrored.el:
6997 * international/uni-name.el:
6998 * international/uni-numeric.el:
6999 * international/uni-old-name.el:
7000 * international/uni-titlecase.el:
7001 * international/uni-uppercase.el: Regenerate.
7002
b978141d
JB
70032010-06-09 Juanma Barranquero <lekktu@gmail.com>
7004
ee8359ba
JB
7005 * emacs-lisp/smie.el (comment-string-strip): Declare function.
7006 (smie-precs-precedence-table): Fix typo in docstring.
7007
f64ab8fb
JB
7008 * vc-mtn.el (log-edit-extract-headers): Declare function.
7009
883ffa8c
JB
7010 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
7011
b978141d
JB
7012 * net/notifications.el (dbus-register-signal): Declare function.
7013 (notifications-notify): Fix typos and reflow docstring.
7014
5f4f2ae4
DN
70152010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
7016
7017 Improve VC create/retrieve tag/branch.
7018 * vc.el (vc-create-tag): Do not read the directory name for VCs
7019 with repository revision granularity. Adjust the tag/branch
7020 prompt. Reset VC properties.
7021 (vc-retrieve-tag): Do not read the directory name for VCs
7022 with repository revision granularity. Reset VC properties.
7023
41a86354
MA
70242010-06-09 Julien Danjou <julien@danjou.info>
7025
ef33fd34 7026 * net/notifications.el: New file.
41a86354 7027
fab43c76
DN
70282010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
7029
00fd1147
DN
7030 Add optional support for resetting VC properties.
7031 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
7032 call vc-file-clearprops when true.
7033 (vc-resynch-buffer): Add new optional argument, pass it down.
7034 (vc-resynch-buffers-in-directory): Likewise.
7035
fab43c76
DN
7036 Improve support for special markup in the VC commit message.
7037 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
7038 * vc-hg.el (vc-hg-checkin): Add support for Date:.
7039 * vc-git.el (vc-git-checkin):
7040 * vc-bzr.el (vc-bzr-checkin): Likewise.
7041
e7d67e73
SM
70422010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
7043
7044 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
7045 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
7046
277e6741
MP
70472010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
7048
7049 * iimage.el: Remove images as soon as the underlying text is modified.
7050 (iimage-modification-hook): New function.
7051 (iimage-mode-buffer): Use it.
7052
83156c18
SM
70532010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7054
7055 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
7056 smie-indent-offset-after. Add :prev case. Make a bit more generic.
7057 (smie-indent-virtual): Remove `virtual' arg. Update callers.
7058 (smie-indent-keyword): Add handling of open-paren keywords.
7059 (smie-indent-comment-continue): Don't assume comment-continue.
7060
13b5221f
MR
70612010-06-07 Martin Rudalics <rudalics@gmx.at>
7062
7063 * window.el (pop-to-buffer): Remove the conditional that
7064 compares new-window and old-window, so it will reselect
7065 the selected window unconditionally.
7066 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
7067
c2ea5810
SM
70682010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7069
7070 * emacs-lisp/smie.el (smie-indent-offset-after)
7071 (smie-indent-forward-token, smie-indent-backward-token): New functions.
7072 (smie-indent-after-keyword): Use them.
7073 (smie-indent-fixindent): Only applies to the indentation of the BOL.
7074 (smie-indent-keyword): Tweak the black magic.
7075 (smie-indent-comment-continue): Strip comment-continue before use.
7076 (smie-indent-functions): Indent comments before keywords.
7077
27dd3c11
JL
70782010-06-06 Juri Linkov <juri@jurta.org>
7079
7080 * isearch.el (isearch-lazy-highlight-search): Fix looping
7081 by checking for empty match. This syncs this loop with the
7082 similar loop in `isearch-search'. (Bug#6362)
7083
35b148ee
JB
70842010-06-05 Juanma Barranquero <lekktu@gmail.com>
7085
7086 * net/dbus.el (dbus-register-method): Declare function.
7087 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
7088 (dbus-introspect): Doc fix.
7089 (dbus-event-bus-name, dbus-introspect-get-interface)
7090 (dbus-introspect-get-argument): Reflow docstrings.
7091
eccdfe5f
DN
70922010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
7093
7094 vc-log-incoming/vc-log-outgoing fixes for Git.
7095 * vc-git.el (vc-git-log-view-mode): Fix font lock for
7096 incoming/outgoing logs.
7097 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
7098 instead of vc-git-compute-remote.
7099 (vc-git-compute-remote): Remove.
7100
86253dc0
CY
71012010-06-04 Chong Yidong <cyd@stupidchicken.com>
7102
7103 * term/common-win.el (x-colors): Add "dark green" and "dark
7104 turquoise" (Bug#6332).
7105
0665f661
JL
71062010-06-04 Juri Linkov <juri@jurta.org>
7107
7108 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
7109 Instead of setting `replace' to t and replacing the same string
7110 with itself, don't do certain actions when
7111 kill-do-not-save-duplicates is non-nil and string is equal to car
7112 of kill-ring: don't call menu-bar-update-yank-menu, don't push
7113 interprogram-paste strings to kill-ring, and don't push the input
7114 argument `string' to kill-ring.
7115 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
7116
087fc47a
JB
71172010-06-04 Juanma Barranquero <lekktu@gmail.com>
7118
7119 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
7120
4f201088
MA
71212010-06-04 Michael Albinus <michael.albinus@gmx.de>
7122
7123 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
7124 (tramp-gvfs-handler-mounted-unmounted)
7125 (tramp-gvfs-connection-mounted-p): Handle default-location.
7126
7127 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
7128 move files to trash.
7129
18ccd78a
JB
71302010-06-04 Juanma Barranquero <lekktu@gmail.com>
7131
7132 * international/mule-cmds.el (nonascii-insert-offset)
7133 (nonascii-translation-table): Add obsolescence information.
7134
7135 * international/mule.el (make-translation-table-from-vector): Doc fix.
7136
3845c322
GM
71372010-06-03 Glenn Morris <rgm@gnu.org>
7138
7139 * desktop.el (desktop-clear-preserve-buffers):
7140 Add "*Warnings*" buffer. (Bug#6336)
7141
54d3626e
DN
71422010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
7143
6941ffec
DN
7144 vc-log-incoming/vc-log-outgoing improvements for Git.
7145 * vc-git.el (vc-git-log-outgoing): Use the same format as the
7146 short log.
7147 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
7148
54d3626e
DN
7149 Add bindings for vc-log-incoming and vc-log-outgoing.
7150 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
7151 and vc-log-outgoing.
7152 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
7153 and vc-log-outgoing.
7154
aa1bc616
CY
71552010-06-03 Chong Yidong <cyd@stupidchicken.com>
7156
7157 * net/rcirc.el (rcirc-sort-nicknames): Remove.
7158 (rcirc-handler-366): Always sort nicknames.
7159
e2d2a205
JB
71602010-06-03 Juanma Barranquero <lekktu@gmail.com>
7161
7162 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
7163
44ea155d
CY
71642010-06-03 Chong Yidong <cyd@stupidchicken.com>
7165
a628ad9d 7166 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 7167
a91dedc4
SM
71682010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7169
7170 * net/rcirc.el (rcirc-sort-nicknames): Change default.
7171 (rcirc-sort-nicknames-join): Avoid setq.
7172
c62bf05a
DD
71732010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
7174
7175 * net/rcirc.el (rcirc-sort-nicknames): New custom.
7176 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
7177 (rcirc-handler-366): Use them.
7178
dd2c3c92
SM
71792010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7180
7181 Split smie-indent-calculate into more manageable chunks.
7182 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
7183 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
7184 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
7185 (smie-indent-exps): Extract from smie-indent-calculate.
7186 (smie-indent-functions): New var.
7187 (smie-indent-functions): Use them.
7188
927c346b
SM
71892010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7190
7191 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
7192 (smie-indent-calculate): Simplify and cleanup.
7193
1efeec86
MA
71942010-06-02 Michael Albinus <michael.albinus@gmx.de>
7195
7196 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
7197 (tramp-gvfs-mount-point): Remove.
7198 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
7199 New defuns.
1efeec86
MA
7200 (with-tramp-dbus-call-method): Format trace message.
7201 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
7202 Implement backup call, when operation on local files fails.
7203 Use progress reporter. Flush properties of changed files.
1efeec86
MA
7204 (tramp-gvfs-handle-make-directory): Make more traces.
7205 (tramp-gvfs-url-file-name): Hexify file name in url.
7206 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
7207 into account for the resulting file name.
7208 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
7209 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
7210 (tramp-gvfs-handler-mounted-unmounted)
7211 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
7212 attribute "default_location". Set "prefix" property.
7213 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
7214 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
7215 exists. Raise an error, if not (due to a corresponding answer
7216 "no" in interactive questions, for example).
7217
89877f5f 72182010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
7219
7220 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
7221
24f574a9
JB
72222010-06-01 Juanma Barranquero <lekktu@gmail.com>
7223
7224 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
7225 right-*. (Bug#6265)
7226
290736f2
DN
72272010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
7228
61158bfa
DN
7229 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
7230 * vc-git.el (vc-git-compute-remote): New function.
7231 (vc-git-log-outgoing): Use it instead of hard coding a value.
7232 (vc-git-log-incoming): New function.
7233
5828f6ca
DN
7234 Improve state updating for VC tag commands.
7235 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
7236 to update the state of all buffers in the directory.
7237
290736f2
DN
7238 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
7239
feceda26
SM
72402010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7241
7242 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
7243 `file-directory-p' to the filename part rather than to the whole text.
7244
896114cf
SM
72452010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7246
7247 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
7248
1603358c
DA
72492010-05-31 Drew Adams <drew.adams@oracle.com>
7250
7251 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
7252
fe40dc63
JB
72532010-05-31 Juanma Barranquero <lekktu@gmail.com>
7254
7255 * subr.el (momentary-string-display): Just use read-event to read
7256 the exit event (Bug#6238).
7257
9e8014c6
EZ
72582010-05-30 Eli Zaretskii <eliz@gnu.org>
7259
7260 * international/mule.el (define-coding-system): Doc fix (bug#6313).
7261
61a08071
JB
72622010-05-30 Juanma Barranquero <lekktu@gmail.com>
7263
7264 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
7265 Suggested by Eli Zaretskii <eliz@gnu.org>.
7266
5feec8ca
SM
72672010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7268
7269 * minibuffer.el (completion-file-name-table): Don't return a boundary
7270 past the end of `string' (bug#6299).
7271 (completion--file-name-table): Delegate to completion-file-name-table
7272 for the `boundaries' case.
7273
8175cb90
JB
72742010-05-30 Juanma Barranquero <lekktu@gmail.com>
7275
2b94133f
JB
7276 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
7277 movement commands.
7278
8175cb90
JB
7279 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
7280 `path-separator', but maintain compatibility with Emacs 20.2.
7281
0191e222
CY
72822010-05-29 Chong Yidong <cyd@stupidchicken.com>
7283
7284 * server.el (server-process-filter): Receive parent-id argument
7285 from emacsclient.
7286 (server-create-window-system-frame): New arg. Pass parent-id as
7287 frame parameter.
7288
9b655a0a
EZ
72892010-05-29 Eli Zaretskii <eliz@gnu.org>
7290
db5dce9d
EZ
7291 Bidi-sensitive word movement with arrow keys.
7292 * subr.el (right-arrow-command, left-arrow-command): Move to
7293 bindings.el.
7294
7295 * bindings.el (right-char, left-char): Move from subr.el and
7296 rename from right-arrow-command and left-arrow-command.
7297 (right-word, left-word): New functions.
7298 (global-map) <right>: Bind to right-char.
7299 (global-map) <left>: Bind to left-char.
7300 (global-map) <C-right>: Bind to right-word.
7301 (global-map) <C-left>: Bind to left-word.
7302
9b655a0a
EZ
7303 * ls-lisp.el (ls-lisp-classify-file): New function.
7304 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
7305 (ls-lisp-classify): Call ls-lisp-classify-file.
7306 (insert-directory): Remove blanks from switches.
7307
fcb52808
CY
73082010-05-29 Chong Yidong <cyd@stupidchicken.com>
7309
7310 * ansi-color.el: Delete unused escape sequences (Bug#6085).
7311 (ansi-color-drop-regexp): New constant.
7312 (ansi-color-apply, ansi-color-filter-region)
896114cf 7313 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
7314 (ansi-color-apply): Build string list before calling concat.
7315
0040735a
JL
73162010-05-28 Juri Linkov <juri@jurta.org>
7317
7318 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
7319 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
7320 (Bug#5270)
7321
b6827fff
MA
73222010-05-28 Michael Albinus <michael.albinus@gmx.de>
7323
7324 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
7325 to ignored backtrace functions.
7326 (with-progress-reporter): Expand docstring.
7327 (tramp-handle-delete-file): Implement TRASH argument.
7328 (tramp-get-remote-trash): New defun.
7329
eba082a2
MA
73302010-05-28 Michael Albinus <michael.albinus@gmx.de>
7331
6a7662bb
BR
7332 * net/tramp-compat.el (tramp-compat-delete-file):
7333 Use `symbol-value' for backward compatibility.
eba082a2
MA
7334
7335 * net/tramp.el (tramp-handle-make-symbolic-link)
7336 (tramp-handle-load)
7337 (tramp-do-copy-or-rename-file-via-buffer)
7338 (tramp-do-copy-or-rename-file-directly)
7339 (tramp-do-copy-or-rename-file-out-of-band)
7340 (tramp-handle-process-file, tramp-handle-call-process-region)
7341 (tramp-handle-shell-command, tramp-handle-file-local-copy)
7342 (tramp-handle-insert-file-contents, tramp-handle-write-region)
7343 (tramp-delete-temp-file-function): Use `delete-file' instead
7344 of `tramp-compat-delete-file'.
7345
7346 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
7347 (tramp-fish-handle-make-symbolic-link)
7348 (tramp-fish-handle-process-file): Use `delete-file' instead
7349 of `tramp-compat-delete-file'.
7350
6a7662bb
BR
7351 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7352 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
7353
7354 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
7355 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
7356 `tramp-compat-delete-file'.
7357
6a7662bb
BR
7358 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
7359 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
7360
7361 * net/tramp-smb.el (tramp-smb-handle-copy-file)
7362 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
7363 (tramp-smb-handle-write-region): Use `delete-file' instead of
7364 `tramp-compat-delete-file'.
7365 (tramp-smb-handle-delete-directory): Use 'trash as arg.
7366
f1a5d776
CY
73672010-05-27 Chong Yidong <cyd@stupidchicken.com>
7368
7369 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 7370 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
7371 (dired-do-flagged-delete, dired-do-delete): Use trash.
7372
7373 * speedbar.el (speedbar-item-delete): Allow trashing.
7374
7375 * files.el (delete-directory): New arg TRASH.
7376
7377 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
7378 (ange-ftp-rename-remote-to-remote)
7379 (ange-ftp-rename-local-to-remote)
7380 (ange-ftp-rename-remote-to-local, ange-ftp-load)
7381 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
7382 `delete-file'.
7383 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
7384 allow trashing.
7385
7386 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
7387 handle new TRASH arg of `delete-file'.
7388
c4ce1145 7389 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
7390 (tramp-handle-make-symbolic-link, tramp-handle-load)
7391 (tramp-do-copy-or-rename-file-via-buffer)
7392 (tramp-do-copy-or-rename-file-directly)
7393 (tramp-do-copy-or-rename-file-out-of-band)
7394 (tramp-handle-process-file, tramp-handle-call-process-region)
7395 (tramp-handle-shell-command, tramp-handle-file-local-copy)
7396 (tramp-handle-insert-file-contents, tramp-handle-write-region)
7397 (tramp-delete-temp-file-function): Use null TRASH arg in
7398 tramp-compat-delete-file call.
7399
7400 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
7401 (tramp-fish-handle-delete-file)
7402 (tramp-fish-handle-make-symbolic-link)
7403 (tramp-fish-handle-process-file): Use null TRASH arg in
7404 `tramp-compat-delete-file' call.
7405
7406 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
7407 arg in `tramp-compat-delete-file' call.
7408
7409 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
7410 (tramp-gvfs-handle-write-region): Use null TRASH arg in
7411 `tramp-compat-delete-file' call.
7412
7413 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
7414 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
7415 `tramp-compat-delete-file' call.
7416
7417 * net/tramp-smb.el (tramp-smb-handle-copy-file)
7418 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
7419 (tramp-smb-handle-write-region): Use null TRASH arg in
7420 tramp-compat-delete-file call.
7421 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
7422 (tramp-smb-handle-delete-file): Rename arg.
7423
7424 * diff.el (diff-sentinel):
7425 * epg.el (epg--make-temp-file, epg-decrypt-string)
7426 (epg-verify-string, epg-sign-string, epg-encrypt-string):
7427 * jka-compr.el (jka-compr-partial-uncompress)
7428 (jka-compr-call-process, jka-compr-write-region):
7429 * server.el (server-sentinel): Remove optional arg from
7430 delete-file, reverting 2010-05-03 change.
7431
ecb0ab90
CY
74322010-05-27 Chong Yidong <cyd@stupidchicken.com>
7433
6a7662bb
BR
7434 * progmodes/verilog-mode.el (verilog-type-font-keywords):
7435 Use font-lock-constant-face, not obsolete font-lock-reference-face.
ecb0ab90 7436
2b25da45
KH
74372010-05-27 Kenichi Handa <handa@m17n.org>
7438
7439 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
7440 element of GSTRING is nil.
7441
11e4d8c0
SM
74422010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7443
7444 * emacs-lisp/smie.el (smie-forward-token-function)
7445 (smie-backward-token-function): New vars.
7446 (smie-backward-sexp, smie-forward-sexp)
7447 (smie-indent-hanging-p, smie-indent-calculate): Use them.
7448 (smie-default-backward-token): Rename from smie-backward-token and
7449 skip comments.
7450 (smie-default-forward-token): Rename from smie-forward-token and
7451 skip comments.
7452 (smie-next-sexp): Handle nil results from next-token.
7453 (smie-indent-calculate): Add a new case for special `fixindent' comments.
7454
4da3541b
CY
74552010-05-27 Chong Yidong <cyd@stupidchicken.com>
7456
896114cf
SM
7457 * progmodes/verilog-mode.el (verilog-type-font-keywords):
7458 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
7459
74602010-05-27 Masatake YAMATO <yamato@redhat.com>
7461
7462 * htmlfontify.el (hfy-face-resolve-face): New function.
7463 (hfy-face-to-style): Use it (Bug#6279).
7464
6dc439cb
SM
74652010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7466
7467 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
7468 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
7469
021eb8d7
GM
74702010-05-26 Glenn Morris <rgm@gnu.org>
7471
7472 * emulation/edt.el (edt-load-keys): Use locate-library.
7473
bef4957b
CY
74742010-05-25 Chong Yidong <cyd@stupidchicken.com>
7475
7476 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
7477 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
7478 (log-edit-changelog-insert-entries): Args changed.
7479 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
7480 (log-edit-insert-changelog-entries): Reorganize return value of
7481 `log-edit-changelog-entries' to pass filenames to
7482 log-edit-changelog-insert-entries.
7483
84fb0956
TV
74842010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7485
7486 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
7487 `image-dired-dired-insert-marked-thumbs' to
7488 `image-dired-dired-toggle-marked-thumbs'.
7489
7490 * image-dired.el: Require cl when compiling.
7491 (image-dired-dired-toggle-marked-thumbs): Rename from
7492 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
7493 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
7494 to 'no-dir. Skip files whose names don't match
7495 `image-file-name-regexp'. When file has a thumbnail overlay,
7496 delete it. (Bug#5270)
7497
0fb1193d
JL
74982010-05-25 Juri Linkov <juri@jurta.org>
7499
7500 * image-mode.el (image-mode): Add image-after-revert-hook to
7501 after-revert-hook.
7502 (image-after-revert-hook): New function. (Bug#5669)
7503
fc937924
JL
75042010-05-25 Juri Linkov <juri@jurta.org>
7505
7506 * image.el (image-animated-p): When delay between animated images
7507 is 0, set it to 10 (0.1 sec). (Bug#6258)
7508
fa9ba953
MA
75092010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
7510
7511 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 7512 `forward-word', its default syntax could be changed.
fa9ba953 7513
9e021389
MA
75142010-05-25 Michael Albinus <michael.albinus@gmx.de>
7515
7516 * net/tramp.el (tramp-progress-reporter-update): New defun.
7517 (with-progress-reporter): Use it.
7518 (tramp-process-actions):
6a7662bb
BR
7519 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
7520 Preserve current message, in order to let progress reporter continue
9e021389
MA
7521 afterwards. (Bug#6257)
7522
6169260b
GM
75232010-05-25 Glenn Morris <rgm@gnu.org>
7524
7525 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
7526 Add :version.
7527
d26781af
RY
75282010-05-25 Ryan Yeske <rcyeske@gmail.com>
7529
8826afe3 7530 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
7531 (rcirc-default-full-name): Change to "unknown".
7532 (rcirc-user-name-history): Add variable.
8826afe3
GM
7533
75342010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 7535 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
7536
7537 * net/rcirc.el (rcirc-server-alist): Add :pass.
7538 (rcirc): When prompting for connection parameters, also prompt for
d26781af 7539 username and password.
a628ad9d 7540 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
7541 value to server when connecting.
7542
d355a0b7
SM
75432010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7544
f5228f84
SM
7545 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
7546 (smie-merge-prec2s): Pass the tables as separate args.
7547 (smie-bnf-precedence-table): Adjust call accordingly.
7548 (smie-prec2-levels): Set levels at the end.
7549
d355a0b7
SM
7550 Replace Lisp calls to delete-backward-char by delete-char.
7551 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
7552 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
7553 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 7554 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
7555 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
7556 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
7557 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
7558 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
7559 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
7560 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
7561 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
7562 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
7563 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
7564 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
7565 delete-backward-char by calls to delete-char.
7566
f668ef02
KH
75672010-05-25 Kenichi Handa <handa@m17n.org>
7568
7569 * language/hebrew.el (hebrew-shape-gstring): New function.
7570 Register it in composition-function-table for all Hebrew combining
7571 characters.
7572
397eb3f3
SM
75732010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7574
7575 * epa.el (epa--select-keys): Don't explicitly delete the window since
7576 that can fail (e.g. sole window in frame). Use dedication instead.
7577
171eda53 75782010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
7579
7580 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
7581
110683ad
CY
75822010-05-22 Chong Yidong <cyd@stupidchicken.com>
7583
7584 * image.el (image-refresh): Define as an alias for image-flush.
7585
7586 * image-mode.el (image-toggle-display-image): Caller changed.
7587
df9db151
JL
75882010-05-21 Juri Linkov <juri@jurta.org>
7589
7590 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
7591 Remove "all" from grep-files-aliases. Split grep-files-aliases by
7592 whitespace, call wildcard-to-regexp on substrings and concat them
7593 with "\\|". (Bug#6114)
7594
c0209c2c
AM
75952010-05-21 Alan Mackenzie <acm@muc.de>
7596
171eda53
SM
7597 * progmodes/cc-engine.el (c-parse-state-get-strategy):
7598 Replace parameter `here' with `here-' and `here-plus', which sandwich
7599 any pertinent CPP construct.
c0209c2c
AM
7600 (c-remove-stale-state-cache-backwards): Fix a bug which happens
7601 when doing (c-parse-state) in a CPP construct: Exclude any "new"
7602 CPP construct from taking part in the scanning.
7603
655bded0
MA
76042010-05-21 Michael Albinus <michael.albinus@gmx.de>
7605
7606 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
7607 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
7608 Tune `with-progress-reporter' messages.
655bded0
MA
7609 (tramp-handle-vc-registered):
7610 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
7611 (tramp-fish-handle-insert-file-contents)
7612 (tramp-fish-maybe-open-connection):
7613 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7614 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
7615 (tramp-imap-handle-insert-file-contents)
7616 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
7617
3e17a1a7
JB
76182010-05-21 Juanma Barranquero <lekktu@gmail.com>
7619
bf1e8d4a
JB
7620 * add-log.el (change-log-font-lock-keywords):
7621 Highlight all authors in multi-author entries.
7622
3e17a1a7
JB
7623 * smerge-mode.el (smerge-refine-ignore-whitespace)
7624 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
7625 Fix typos in docstrings.
7626 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
7627
969e684a
GM
76282010-05-21 Glenn Morris <rgm@gnu.org>
7629
e75c1e7d
GM
7630 * progmodes/fortran.el (fortran-mode):
7631 * progmodes/f90.el (f90-mode): Derive from prog-mode.
7632
969e684a
GM
7633 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
7634 having a relative path in src/Makefile.in.
7635
a50878fa
KR
76362010-05-20 Kevin Ryde <user42@zip.com.au>
7637
7638 * help-mode.el (help-make-xrefs): For Info node links turn
7639 newlines into spaces. Link node names with newlines are matched
7640 by help-xref-info-regexp and buttonized, this change ensures they
7641 can be followed successfully with RET. (Bug#6206)
7642
f66a2f90
JL
76432010-05-20 Juri Linkov <juri@jurta.org>
7644
7645 * locate.el (locate): Use pop-to-buffer instead of
7646 switch-to-buffer-other-window. (Bug#6204)
7647
201d895a
JL
76482010-05-20 Juri Linkov <juri@jurta.org>
7649
7650 * replace.el (replace-highlight): Fix lazy-highlighting
7651 for `M-s w str M-% str RET'.
7652
1ddb2ea0
MY
76532009-12-15 Masatake YAMATO <yamato@redhat.com>
7654
7655 * isearch.el (isearch-yank-word-or-char): Pull next subword
7656 when `subword-mode' is activated. (Bug#6220)
7657
a6020335
MH
76582010-05-20 Mark A. Hershberger <mah@everybody.org>
7659
7660 * isearch.el (isearch-update-post-hook): New hook.
7661 (isearch-update): Use the new hook. (Bug#6225)
7662
50de6a38
JL
76632010-05-20 Juri Linkov <juri@jurta.org>
7664
7665 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
7666 [f1], [help], and (char-to-string help-char) instead of "\C-h".
7667 (Bug#6222)
7668
5d944a8f
JL
76692010-05-20 Juri Linkov <juri@jurta.org>
7670
7671 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
7672 (Bug#6223)
7673
f5d6548a
JL
76742010-05-20 Juri Linkov <juri@jurta.org>
7675
7676 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
7677 FILE-NAME to read from the minibuffer when called interactively
7678 with prefix argument instead of using buffer-file-name.
7679 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
7680
7681 * dired.el: Update autoloads.
7682
f8e63691
CY
76832010-05-20 Chong Yidong <cyd@stupidchicken.com>
7684
7685 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
7686 nxml-finish-element, for consistency with SGML mode.
7687
7688 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
7689 octave-close-block.
7690
07d7c3bd
JB
76912010-05-20 Juanma Barranquero <lekktu@gmail.com>
7692
7693 * composite.el: Require cl when compiling.
7694 (reference-point-alist, compose-gstring-for-graphic)
7695 (compose-gstring-for-terminal): Fix typos in docstrings.
7696
7bce8510
JL
76972010-05-19 Juri Linkov <juri@jurta.org>
7698
7699 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
7700 set-window-parameter.
7701
a7723e05
MA
77022010-05-19 Michael Albinus <michael.albinus@gmx.de>
7703
7704 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
7705 where appropriate.
7706 (tramp-maybe-open-connection): Use it.
7707
3f2e7735
EZ
77082010-05-19 Eli Zaretskii <eliz@gnu.org>
7709
7710 * simple.el (move-end-of-line): Make sure we are at line beginning
7711 before backing up to end of previous line.
7712
8d9181c7
MA
77132010-05-19 Michael Albinus <michael.albinus@gmx.de>
7714
8c4ec20f
MA
7715 * password-cache.el (password-cache-remove): Fix docstring.
7716
8d9181c7
MA
7717 * net/secrets.el: Autoload the widget functions.
7718 (secrets-search-items, secrets-create-item)
7719 (secrets-get-attributes, secrets-expand-item): Attributes will be
7720 stored on the password database without leading ":", as all other
7721 clients do as well.
7722 (secrets-mode): Fix docstring.
7723 (secrets-show-secrets): Provide it as autoloaded command only when
7724 D-Bus support is available. Check existence of Secret Service API.
7725
2a96c2a7
SM
77262010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7727
7728 * indent.el (indent-region): Deactivate region (bug#6200).
7729
d24e10b1
GM
77302010-05-19 Glenn Morris <rgm@gnu.org>
7731
7732 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
7733
2833d915
KH
77342010-05-19 Kenichi Handa <handa@m17n.org>
7735
7736 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 7737 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 7738
134c2f29
JB
77392010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
7740
7741 * calc/calc-trail.el (calc-trail-isearch-forward)
7742 (calc-trail-isearch-backward): Ensure that the new window
7743 point is set correctly.
7744
278847cd
SM
77452010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7746
7747 * subr.el (read-quoted-char): Resolve modifiers after key
7748 remapping (bug#6212).
7749
3a8e7cbd
MA
77502010-05-18 Michael Albinus <michael.albinus@gmx.de>
7751
7752 Add visualization code for secrets.
7753 * net/secrets.el (secrets-mode): New major mode.
7754 (secrets-show-secrets, secrets-show-collections)
7755 (secrets-expand-collection, secrets-expand-item)
7756 (secrets-tree-widget-after-toggle-function)
7757 (secrets-tree-widget-show-password): New defuns.
7758
472e7ec1
SM
77592010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7760
224b70cb
SM
7761 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
7762 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
7763 handled in smie-next-sexp.
7764 (smie-indent-calculate): Provide a starting indentation (so the
7765 recursion is well-founded ;-).
7766
472e7ec1
SM
7767 Fix handling of non-associative equal levels.
7768 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
7769 when it's not needed.
7770 (smie-op-left, smie-op-right): New functions.
7771 (smie-next-sexp): New function, extracted from smie-backward-sexp.
7772 Better handle equal levels to distinguish the associative case from
7773 the "multi-keyword construct" case.
7774 (smie-backward-sexp, smie-forward-sexp): Use it.
7775
35e53abd
JB
77762010-05-18 Juanma Barranquero <lekktu@gmail.com>
7777
5d8fe0ba
JB
7778 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
7779
35e53abd
JB
7780 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
7781 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
7782
5ad4bef5
SM
77832010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7784
7785 Provide a simple generic indentation engine and use it for Prolog.
7786 * emacs-lisp/smie.el: New file.
7787 * progmodes/prolog.el (prolog-smie-op-levels)
7788 (prolog-smie-indent-rules): New var.
7789 (prolog-mode-variables): Use them to configure SMIE.
7790 (prolog-indent-line, prolog-indent-level): Remove.
7791
00681a3c
JB
77922010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
7793
560bb7ae 7794 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
7795 order before computing the averages.
7796
eba62f7a
JB
77972010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
7798
597517ef 7799 * calc/calc-vec.el (calc-histogram):
5ad4bef5 7800 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
7801 (math-vector-avg): New function.
7802
560bb7ae 7803 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
7804 being grouped depend on the radix (Bug#6189).
7805
8c5ff6dd
KR
78062010-05-15 Ken Raeburn <raeburn@raeburn.org>
7807
7808 * version.el (emacs-copyright, emacs-version): Don't define here,
7809 now that emacs.c defines it.
7810
98d8b17e
EZ
78112010-05-15 Eli Zaretskii <eliz@gnu.org>
7812
71078429
EZ
7813 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
7814 "Describe Language Environment" menu item.
7815
ce6233c1
EZ
7816 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
7817
d20e1419
EZ
7818 Bidi-sensitive movement with arrow keys.
7819 * subr.el (right-arrow-command, left-arrow-command): New functions.
7820
7821 * bindings.el (global-map): Bind them to right and left arrow keys.
7822
98d8b17e 7823 Don't override standard definition of convert-standard-filename.
6a7662bb
BR
7824 * files.el (convert-standard-filename):
7825 Call w32-convert-standard-filename and dos-convert-standard-filename on
98d8b17e
EZ
7826 the corresponding systems.
7827
7828 * w32-fns.el (w32-convert-standard-filename): Rename from
7829 convert-standard-filename. Doc fix.
7830
7831 * dos-fns.el (dos-convert-standard-filename): Doc fix.
7832 (convert-standard-filename): Don't defalias.
7833 (register-name-alist, make-register, register-value)
7834 (set-register-value, intdos): Obsolete aliases for the
7835 corresponding dos-* functions and variables.
7836 (dos-intdos): Add a doc string.
7837
ae6bc504
JB
78382010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
7839
7840 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
7841 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
7842 (math-compose-tex-func):
7843 * calc/calccomp.el (math-compose-expr):
7844 * calc/calc-ext.el (math-format-flat-expr-fancy):
7845 * calc/calc-store.el (calc-read-var-name):
7846 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
7847
7848 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 7849 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 7850 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 7851 (math-standard-units): Add units.
ae6bc504 7852
c26ea4b2
SM
78532010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7854
7aefa445 7855 * progmodes/asm-mode.el (asm-mode):
13973643
SM
7856 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
7857
c26ea4b2
SM
7858 * pcomplete.el (pcomplete-completions-at-point): New function,
7859 extracted from pcomplete-std-complete.
7860 (pcomplete-std-complete): Use it.
7861
02be533b
GM
78622010-05-15 Glenn Morris <rgm@gnu.org>
7863
7864 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7865 Remove references to CVS, RCS and Old directories.
7866
78ed0efc
JB
78672010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
7868
ae6bc504 7869 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
7870 appropriate.
7871
10dcc561
SM
78722010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7873
5ccaa359
SM
7874 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
7875 (sh-mode-syntax-table): Give it a default value instead.
7876 (sh-header-marker): Make buffer-local.
7877 (sh-mode): Move make-local-variable to the corresponding setq.
7878 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
7879 Use complete-with-action.
7880
10dcc561
SM
7881 * simple.el (prog-mode): New (abstract) major mode.
7882 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
7883 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
7884
c38762fd
JB
78852010-05-14 Juanma Barranquero <lekktu@gmail.com>
7886
7887 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
7888 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
7889 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
7890 (sql-make-alternate-buffer-name, sql-placeholders-filter)
7891 (sql-escape-newlines-filter, sql-input-sender)
7892 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
7893
2ef3c144
CY
78942010-05-13 Chong Yidong <cyd@stupidchicken.com>
7895
560bb7ae 7896 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
7897
7898 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
7899 latex-open-block and C-c / to latex-close-block.
7900
7901 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
7902 and C-c C-e to sgml-close-tag.
7903
3b30ccda
MA
79042010-05-13 Michael Albinus <michael.albinus@gmx.de>
7905
7906 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 7907 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
7908 (tramp-handle-load, tramp-handle-file-local-copy)
7909 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
7910 (tramp-maybe-send-script, tramp-find-shell):
7911 Use `with-progress-reporter'.
3b30ccda
MA
7912 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
7913 Fix message text.
7914
7915 * net/tramp-smb.el (tramp-smb-handle-copy-file)
7916 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
7917 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
7918 Use `with-progress-reporter'.
7919
57ff5d7b
AM
79202010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
7921
a628ad9d
JB
7922 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
7923 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 7924
5a70d10f
SM
79252010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7926
791ffe1c
SM
7927 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
7928
5a70d10f
SM
7929 * dos-fns.el: Add "dos-" prefix for namespace control.
7930 (convert-standard-filename): Define as alias for
7931 dos-convert-standard-filename but only if applicable.
7932
38d93f03
AM
79332010-05-12 Alan Mackenzie <acm@muc.de>
7934
7935 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
7936 Push the mark at the start of these functions when appropriate.
7937
902a6d8d
SM
79382010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7939
7940 * minibuffer.el (completion-cycle-threshold): New custom var.
7941 (completion--do-completion): Use it.
7942 (minibuffer-complete): Use cycling if appropriate.
7943
9ee120ba
JB
79442010-05-11 Juanma Barranquero <lekktu@gmail.com>
7945
7946 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
7947 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
7948
841c4085
JL
79492010-05-11 Juri Linkov <juri@jurta.org>
7950
7951 * scroll-all.el (scroll-all-check-to-scroll):
7952 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
7953
8a67c70e
SM
79542010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7955
f2b9ed18
SM
7956 * iimage.el (iimage-mode-map): Move initialization into declaration.
7957 (iimage-mode-buffer): Use with-silent-modifications.
7958 Simplify calling convention. Adjust callers.
7959 (iimage-mode): Don't run hook redundantly.
7960
8a67c70e
SM
7961 * minibuffer.el (completion-pcm--pattern->regex):
7962 Fix last change (bug#6160).
7963
4bbedd98
JL
79642010-05-10 Juri Linkov <juri@jurta.org>
7965
7966 Remove nodes visited during Isearch from the Info history.
7967 * info.el (Info-isearch-initial-history)
7968 (Info-isearch-initial-history-list): New variables.
7969 (Info-isearch-start): Record initial values of
7970 Info-isearch-initial-history and Info-isearch-initial-history-list.
7971 Add Info-isearch-end to isearch-mode-end-hook.
7972 (Info-isearch-end): New function.
7973
94ecf5da
MA
79742010-05-10 Michael Albinus <michael.albinus@gmx.de>
7975
7976 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
7977 format string, in order to work around a bug in pdksh.
7978 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
7979 (tramp-handle-verify-visited-file-modtime): Do not send a command
7980 when the connection is not established.
7981 (tramp-handle-set-file-times): Simplify the check for utc.
7982
c5eb971b
JB
79832010-05-10 Juanma Barranquero <lekktu@gmail.com>
7984
7985 Fix use of `filter-buffer-substring' (rework previous change).
7986 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
7987 (cua-repeat-replace-region):
7988 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
7989 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
7990 (cua-cut-region-to-global-mark): Use it.
7991
7492acc9
MM
79922010-05-09 Michael R. Mauger <mmaug@yahoo.com>
7993
77e2fc7a
JB
7994 * progmodes/sql.el: Version 2.1.
7995 (sql-product-alist): Redesign structure of product info.
7996 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
7997 (sql-port, sql-port-history): New variables.
7998 (sql-interactive-product): New variable.
7999 (sql-send-terminator): New variable.
77e2fc7a 8000 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
8001 (sql-oracle-login-params, sql-sqlite-login-params)
8002 (sql-mysql-login-params, sql-solid-login-params)
8003 (sql-sybase-login-params, sql-informix-login-params)
8004 (sql-ingres-login-params, sql-ms-login-params)
8005 (sql-postgres-login-params, sql-interbase-login-params)
8006 (sql-db2-login-params, sql-linter-login-params)
8007 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
8008 (sql-mode-map): Add C-c C-i to start interactive mode.
8009 (sql-mode-menu): Update existing menu entries.
8010 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
8011 (sql-mode-oracle-font-lock-keywords)
8012 (sql-mode-postgres-font-lock-keywords)
8013 (sql-mode-ms-font-lock-keywords)
8014 (sql-mode-sybase-font-lock-keywords)
8015 (sql-mode-informix-font-lock-keywords)
8016 (sql-mode-interbase-font-lock-keywords)
8017 (sql-mode-ingres-font-lock-keywords)
8018 (sql-mode-solid-font-lock-keywords)
8019 (sql-mode-mysql-font-lock-keywords)
8020 (sql-mode-sqlite-font-lock-keywords)
8021 (sql-mode-db2-font-lock-keywords)
77e2fc7a 8022 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
8023 reduce run-time complexity.
8024 (sql-add-product, sql-del-product): New functions.
8025 (sql-set-product-feature, sql-get-product-feature): New functions.
8026 (sql-product-font-lock): Update product API.
8027 (sql-add-product-keywords): New function.
8028 (sql-highlight-product): Update product API.
8029 (sql-help-list-products): New function.
8030 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 8031 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
8032 prompt for port.
8033 (sql-copy-column): Copy without properties.
8034 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
8035 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
8036 Implement as a filter.
7492acc9
MM
8037 (sql-escape-newlines-filter): Implement as a filter.
8038 (sql-remove-tabs-filter): New function.
8039 (sql-send-magic-terminator): New function.
8040 (sql-send-string): Implement magic terminator.
8041 (sql-send-region): Use `sql-send-string'.
8042 (sql-interactive-mode): Use product API.
8043 (sql-product-interactive): Use product API.
8044 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8045 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8046 (sql-db2, sql-linter): Use `sql-product-interactive'.
8047 (sql-connect): New function.
8048 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8049 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8050 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
8051 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8052 Use `sql-connect'.
7492acc9 8053
79ccd68f
SM
80542010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8055
8056 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
8057 New custom variable.
8058 (completion-pcm--string->pattern): Use it.
8059 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
8060 Make it handle any symbol as `any'.
8061 (completion-pcm--merge-completions): Extract common suffix for the new
8062 `prefix' symbol as well.
8063 (completion-substring--all-completions): Use the new `prefix' symbol.
8064
0d5852cf
MA
80652010-05-09 Michael Albinus <michael.albinus@gmx.de>
8066
8067 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
8068 not bound.
8069 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
8070 (tramp-compat-funcall): New defmacro.
8071 (tramp-compat-line-beginning-position)
8072 (tramp-compat-line-end-position)
8073 (tramp-compat-temporary-file-directory)
8074 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
8075 (tramp-compat-copy-file, tramp-compat-copy-directory)
8076 (tramp-compat-delete-file, tramp-compat-delete-directory)
8077 (tramp-compat-number-sequence, tramp-compat-process-running-p)
8078 * net/tramp.el (top, with-progress-reporter)
8079 (tramp-rfn-eshadow-setup-minibuffer)
8080 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
8081 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
8082 (tramp-completion-mode-p, tramp-check-for-regexp)
8083 (tramp-open-connection-setup-interactive-shell)
8084 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
8085 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
8086 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
8087 * net/tramp-cmds.el (tramp-cleanup-all-connections)
8088 (tramp-reporter-dump-variable, tramp-load-report-modules)
8089 (tramp-append-tramp-buffers)
8090 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
8091
8092 * net/tramp-imap.el (top): Autoload `epg-make-context'.
8093
f913fe7d
SM
80942010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8095
8096 * progmodes/compile.el (compilation-buffer-modtime): Rename from
8097 buffer-modtime. Adjust users.
8098
0235128c 80992010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 8100
77e2fc7a 8101 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 8102 car of each item, not the whole list (Bug#6083).
f034e176 8103
0235128c 81042010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
8105
8106 * progmodes/js.el (js-mode): Make paragraph variables local before
8107 calling c-setup-paragraph-variables (Bug#6071).
8108
0235128c 81092010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
8110
8111 * composite.el (compose-region, reference-point-alist): Fix typos
8112 in the doc strings.
8113
77e2fc7a 81142010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
8115
8116 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
8117 gnuplot's "set" command.
8118
0235128c 81192010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
8120
8121 * abbrev.el (last-abbrev-text): Doc fix.
8122 (abbrev-prefix-mark): Don't escape parenthesis.
8123
0235128c 81242010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
8125
8126 * composite.el (find-composition): Doc fix.
8127
0235128c 81282010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
8129
8130 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
8131 (sql-oracle-program, sql-sqlite-options)
8132 (sql-query-placeholders-and-send): Doc fixes.
8133 (sql-set-product, sql-interactive-mode): Reflow docstrings.
8134 (sql-imenu-generic-expression, sql-buffer)
8135 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
8136 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
8137 (sql-mode-sybase-font-lock-keywords)
8138 (sql-mode-informix-font-lock-keywords)
8139 (sql-mode-interbase-font-lock-keywords)
8140 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
8141 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
8142 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
8143 (sql-product-feature, sql-highlight-product)
8144 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
8145 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
8146 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
8147 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
8148 Fix typos in docstrings.
8149
0235128c 81502010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
8151
8152 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
8153 property instead of `invisible' and `after-string' (bug#5998).
8154
0235128c 81552010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
8156
8157 * image-mode.el (image-mode-as-text): Fix typo in docstring.
8158
0235128c 81592010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
8160
8161 * filecache.el (file-cache-add-directory-list)
8162 (file-cache-add-directory-recursively): Fix typos in docstrings.
8163
0235128c 81642010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
8165
8166 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 8167 (gujarati-composable-pattern): Fix typo.
ece33a6e 8168
0235128c 81692010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
8170
8171 * language/indian.el (oriya-composable-pattern)
0235128c
SM
8172 (tamil-composable-pattern, malayalam-composable-pattern):
8173 Add two-part vowels to "v" (vowel sign).
771533aa 8174
0235128c 81752010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 8176
99833607
CY
8177 * files.el (copy-directory): Handle symlinks (Bug#5982).
8178
0235128c 81792010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
8180
8181 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
8182 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
8183 (Bug#5846).
8184
0235128c 81852010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 8186
0ca12598
GM
8187 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
8188
d2c7b917
GM
8189 * minibuffer.el (completion-at-point): Doc fix.
8190
ba5bf5f0
SM
81912010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8192
8193 * electric.el (Electric-command-loop): Minor tweak.
8194
8195 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
8196 better with dedicated windows.
8197
0235128c
SM
81982010-05-07 Chong Yidong <cyd@stupidchicken.com>
8199
8200 * Version 23.2 released.
8201
560bb7ae 82022010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 8203 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
8204
8205 Highlight vendor specific properties.
8206 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
8207 (css-proprietary-property): New face.
8208 (css-font-lock-keywords): Use them.
8209
c0162ade
EZ
82102010-05-07 Eli Zaretskii <eliz@gnu.org>
8211
8212 * cus-start.el (all): Add native condition for tool-bar-* symbols.
8213
f3ee9200
SM
82142010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8215
05623156
SM
8216 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
8217 * files.el (auto-mode-alist): Remove redundant entries.
8218
f3ee9200
SM
8219 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
8220 * simple.el (auto-save-mode): Move from files.el.
8221 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
8222
560bb7ae 82232010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 8224
76e3243a 8225 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 8226
765d4319
KY
82272010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
8228
8229 * mail/binhex.el (binhex-decode-region-internal)
8230 * mail/uudecode.el (uudecode-decode-region-internal)
8231 * net/dns.el (dns-read-string-name, dns-write, dns-read)
8232 (dns-read-type, dns-query)
8233 * pgg-parse.el (pgg-parse-armor)
8234 * pgg.el (pgg-verify-region)
8235 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
8236 XEmacs.
8237
86d21cc0 8238 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 8239
f83483ff
JB
82402010-05-07 Juanma Barranquero <lekktu@gmail.com>
8241
40ab7974
JB
8242 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
8243
f83483ff
JB
8244 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
8245 * emulation/cua-base.el (cua-repeat-replace-region):
8246 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
8247 (cua-cut-region-to-global-mark):
8248 Remove text properties with `set-text-properties'.
8249
9566840f
MA
82502010-05-06 Michael Albinus <michael.albinus@gmx.de>
8251
f3ee9200
SM
8252 * net/tramp.el (top, with-progress-reporter):
8253 Use `symbol-function' inside `funcall'.
9566840f
MA
8254
8255 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
8256 (tramp-compat-delete-file, tramp-compat-delete-directory):
8257 Handle only `wrong-number-of-arguments' error.
9566840f
MA
8258
8259 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
8260 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
8261 inside `funcall'.
8262
0c495c21
SM
82632010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8264
1493963b
SM
8265 * minibuffer.el (completion--sreverse, completion--common-suffix):
8266 New functions.
8267 (completion-pcm--merge-completions): Extract common suffix when safe.
8268
0c495c21
SM
8269 * emacs-lisp/easy-mmode.el (define-minor-mode):
8270 Make :variable more flexible.
8271 * files.el (auto-save-mode): Use it to define using define-minor-mode.
8272
221a0647
JL
82732010-05-05 Juri Linkov <juri@jurta.org>
8274
8275 Add `slow' and `history' tags to the desktop data.
8276
8277 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
8278 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
8279 (Info-finder-find-node): Require `finder.el' to be able
8280 to restore node from the desktop.
8281 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
8282 data `Info-history' and `slow' tag in the assoc list.
8283 (Info-restore-desktop-buffer): Don't restore nodes with the
8284 `slow' tag. Restore `Info-history'.
8285
66bdc868
MA
82862010-05-05 Michael Albinus <michael.albinus@gmx.de>
8287
8288 Add FORCE argument to `delete-file'.
8289
8290 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
8291 forcing to delete the temporary file.
8292 (ange-ftp-delete-file): Add FORCE arg.
8293 (ange-ftp-rename-remote-to-remote)
8294 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
8295 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
8296 Force file deletion.
66bdc868
MA
8297
8298 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
8299
8300 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
8301 (tramp-handle-make-symbolic-link, tramp-handle-load)
8302 (tramp-do-copy-or-rename-file-via-buffer)
8303 (tramp-do-copy-or-rename-file-directly)
8304 (tramp-do-copy-or-rename-file-out-of-band)
8305 (tramp-handle-process-file, tramp-handle-call-process-region)
8306 (tramp-handle-shell-command, tramp-handle-file-local-copy)
8307 (tramp-handle-insert-file-contents, tramp-handle-write-region)
8308 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
8309
8310 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
8311 (tramp-fish-handle-make-symbolic-link)
8312 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
8313
0c495c21
SM
8314 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8315 Use `tramp-compat-delete-file'.
66bdc868
MA
8316
8317 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
8318 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
8319
8320 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
8321 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
8322
8323 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
8324 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6a7662bb
BR
8325 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
8326 Use `tramp-compat-delete-file'.
66bdc868 8327
f44379e7
SM
83282010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8329
365f8d85
SM
8330 Minor cleanups.
8331 * subr.el (add-minor-mode): Use push.
8332 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
8333 * emulation/edt.el (edt-select-mode): Simplify.
8334
80ac5d4d
SM
8335 Use define-minor-mode in more cases.
8336 * term/tvi970.el (tvi970-set-keypad-mode):
8337 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
8338 (normal-erase-is-backspace-mode):
8339 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
8340 (set-scroll-bar-mode-1): (Re)move to its sole caller.
8341 (get-scroll-bar-mode): New function.
8342 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
8343
8344 Use define-minor-mode for less obvious cases.
f44379e7
SM
8345 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
8346 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
8347 * international/iso-ascii.el (iso-ascii-mode):
8348 * frame.el (auto-raise-mode, auto-lower-mode):
8349 * composite.el (global-auto-composition-mode): Use define-minor-mode.
8350
c04b03f8
MA
83512010-05-04 Michael Albinus <michael.albinus@gmx.de>
8352
8353 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
8354 in order to see error messages for failed logins.
8355
53967e09
CY
83562010-05-03 Chong Yidong <cyd@stupidchicken.com>
8357
8358 * diff.el (diff-sentinel):
8359
8360 * epg.el (epg--make-temp-file, epg-decrypt-string)
8361 (epg-verify-string, epg-sign-string, epg-encrypt-string):
8362
8363 * jka-compr.el (jka-compr-partial-uncompress)
8364 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
8365
8366 * server.el (server-sentinel): Use delete-file's new FORCE arg
8367 (Bug#6070).
8368
56eb0904
SM
83692010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8370
8371 Use define-minor-mode where applicable.
8372 * view.el (view-mode):
8373 * type-break.el (type-break-query-mode)
8374 (type-break-mode-line-message-mode):
8375 * textmodes/reftex.el (reftex-mode):
8376 * term/vt100.el (vt100-wide-mode):
8377 * tar-mode.el (tar-subfile-mode):
8378 * savehist.el (savehist-mode):
8379 * ibuf-ext.el (ibuffer-auto-mode):
8380 * composite.el (auto-composition-mode):
8381 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8382 Use define-minor-mode.
8383 (vhdl-mode): Use static mode-line format.
8384 (vhdl-mode-line-update): Delete.
8385 (vhdl-create-mode-menu, vhdl-activate-customizations)
8386 (vhdl-hs-minor-mode): Don't bother calling it.
8387
672eb710
SM
83882010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8389
8f92b8ad
SM
8390 * simple.el (with-wrapper-hook): Move.
8391 (buffer-substring-filters): Mark obsolete.
8392 (filter-buffer-substring-functions): New variable.
1fada563 8393 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 8394
c04b03f8 83952010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 8396 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
8397
8398 Implement compression for inline methods.
8399
8400 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
8401 (tramp-copy-size-limit): Allow also nil.
8402 (tramp-inline-compress-commands): New defconst.
8403 (tramp-find-inline-compress, tramp-get-inline-compress)
8404 (tramp-get-inline-coding): New defuns.
cb7f3653 8405 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 8406 replaced by `tramp-get-inline-coding'.
6a29a838
MA
8407 (tramp-handle-file-local-copy, tramp-handle-write-region)
8408 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
8409
8c0bf8b3
SM
84102010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8411
07125a91
SM
8412 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
8413 Remove unused functions.
8414
f3a47002
SM
8415 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
8416 Set find-tag-default-function as a variable rather than a property.
8417
8c0bf8b3
SM
8418 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
8419 * progmodes/etags.el (tags-completion-at-point-function):
8420 Remove left over interactive spec. Add autoloading stub.
8421 (complete-tag): Use tags-completion-at-point-function.
8422
27601456
CY
84232010-04-30 Chong Yidong <cyd@stupidchicken.com>
8424
cb7f3653 8425 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 8426
09d0284d
CY
84272010-04-29 Chong Yidong <cyd@stupidchicken.com>
8428
27d3cd56
CY
8429 * ido.el (ido-init-completion-maps): Remove C-v binding.
8430 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 8431
3a07ffce
CY
84322010-04-29 Chong Yidong <cyd@stupidchicken.com>
8433
8434 * minibuffer.el (tags-completion-at-point-function): New function.
8435 (completion-at-point-functions): Use it.
8436
3a07ffce
CY
8437 * progmodes/etags.el (complete-tag): Revert last change.
8438
3d14bb73
AM
84392010-04-29 Alan Mackenzie <acm@muc.de>
8440
8441 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
8442 off-by-one error (in end of macro position).
8443
7d353d11
SM
84442010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8445
8446 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
8447 firefox is absent. Don't autoload.
8448 (browse-url-galeon-program): Don't autoload.
8449
48111a85
CY
84502010-04-28 Chong Yidong <cyd@stupidchicken.com>
8451
8452 * bindings.el (complete-symbol): Move into minibuffer.el.
8453
8454 * minibuffer.el (complete-tag): Move from etags.el. If tags
8455 completion cannot be performed, return nil instead of signalling
8456 an error.
8457 (completion-at-point): Make it an alias for complete-symbol.
8458 (complete-symbol): Move from bindings.el, and replace with the
8459 body of completion-at-point.
8460
8461 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
8462
7ba94701
MA
84632010-04-28 Michael Albinus <michael.albinus@gmx.de>
8464
8465 * net/tramp.el (tramp-remote-selinux-p): New defun.
8466 (tramp-handle-file-selinux-context)
8467 (tramp-handle-set-file-selinux-context): Use it.
8468
95c6cc3e
SS
84692010-04-28 Sam Steingold <sds@gnu.org>
8470
8471 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
8472 `safe-local-variable' if the value is a string or a symbol with
8473 the property `bug-reference-url-format'.
8474
36045ff3
CY
84752010-04-28 Chong Yidong <cyd@stupidchicken.com>
8476
537ffaf3
SM
8477 * progmodes/bug-reference.el (bug-reference-url-format):
8478 Revert 2010-04-27 change due to security risk.
36045ff3 8479
56924d99
SM
84802010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8481
8482 Make it possible to locally disable a globally enabled mode.
8483 * simple.el (fundamental-mode): Run fundamental-mode-hook.
8484 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
8485 rather than kill-all-local-variables so it runs fundamental-mode-hook.
8486 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8487 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
8488 that subsequent hooks get a chance to disable it.
8489
ccaa4765
SM
84902010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8491
17818d71
SM
8492 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8493 Avoid re-enabling a minor mode after the user turned the minor mode
8494 off if MODE-enable-in-buffers is run twice (typically once from
8495 fundamental-mode's after-change-major-mode-hook and a second time from
8496 run-mode-hook's own after-change-major-mode-hook).
8497
ccaa4765
SM
8498 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
8499
2a6f654e
SS
85002010-04-27 Sam Steingold <sds@gnu.org>
8501
8502 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
8503 `safe-local-variable' if the value is a string or a function, as
8504 documented and implemented on 2010-04-02.
8505
cecaa674
JB
85062010-04-27 Juanma Barranquero <lekktu@gmail.com>
8507
8508 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
8509 when method is 'kill.
8510
85112010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 8512
a628ad9d
JB
8513 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
8514 condition in default directory check.
1e116bb3
AM
8515 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
8516 Kill ispell process when killing its associated buffer.
8517
7dd7fbb9
JD
85182010-04-27 Jan Djärv <jan.h.d@swipnet.se>
8519
8520 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
8521 but we aren't using it.
8522
7ac82b84
J
85232010-04-25 Jan Djärv <jan.h.d@swipnet.se>
8524
8525 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
8526 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
8527
fea1add4
GM
85282010-04-24 Glenn Morris <rgm@gnu.org>
8529
8530 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
8531 Ignore VCS-ignore files, and deleted nextstep preferences files.
8532 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
8533 (authors-ambiguous-files): New list.
8534 (authors-valid-file-names): Add some deleted files.
8535 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
8536 (authors-disambiguate-file-name): New function. (Bug#5501)
8537 (authors-canonical-file-name): Doc fix.
8538 Don't warn about obsolete files.
8539 (authors-canonical-file-name, authors-scan-el):
8540 Use authors-disambiguate-file-name.
8541
cbcfee6e
GM
8542 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
8543 Add autoload cookies.
8544 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
8545 (generated-autoload-file): Set file-local value to "htmlfontify.el".
8546 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
8547 They have definitions / compiler macros in cl.el.
8548 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
8549 Replace manual autoloads with generated ones.
8550 (htmlfontify-unload-rgb-file): Remove autoload.
8551 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
8552
3b548e1b
SM
85532010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8554
9ae0c310
SM
8555 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
8556 (byte-compile-setq-default): Optimize for the
8557 single-var case and don't call byte-compile-form in this case to avoid
8558 inf-loop with byte-compile-set-default.
8559
3b548e1b
SM
8560 * progmodes/compile.el (compilation-start): Abbreviate default directory.
8561
632c5478
MA
85622010-04-23 Michael Albinus <michael.albinus@gmx.de>
8563
8564 Implement SELINUX backends.
8565
3b548e1b
SM
8566 * net/tramp.el (tramp-file-name-handler-alist):
8567 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
8568 (tramp-handle-file-selinux-context)
8569 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
8570 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
8571 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 8572
3b548e1b
SM
8573 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8574 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
8575 (tramp-gvfs-handle-file-selinux-context)
8576 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
8577 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
8578
8579 * net/ange-ftp.el (ange-ftp-copy-file):
8580 * net/tramp-fish.el (tramp-fish-handle-copy-file):
8581 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
8582 * net/tramp-smb.el (tramp-smb-handle-copy-file):
8583 Add PRESERVE-SELINUX-CONTEXT.
632c5478 8584
a94d821f
MA
85852010-04-22 Michael Albinus <michael.albinus@gmx.de>
8586
8587 Synchronize with Tramp repository.
8588
8589 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
8590 (tramp-action-process-alive, tramp-action-out-of-band)
8591 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
8592 (tramp-exists-file-name-handler): Fix docstring.
8593 (with-progress-reporter): New defmacro.
8594 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
8595 (tramp-maybe-open-connection): Use it.
8596
a92375d9
MA
85972010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
8598
8599 Detect ssh 'ControlMaster' argument automatically in some cases.
8600
8601 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
8602 (tramp-default-method): Use it.
8603
489fe4c2
MA
86042010-04-22 Michael Albinus <michael.albinus@gmx.de>
8605
25f14cdb
MA
8606 * net/tramp.el (tramp-handle-copy-file): Add new optional
8607 parameter `preserve-selinux-context'.
8608 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
8609
a92375d9
MA
86102010-04-22 Michael Albinus <michael.albinus@gmx.de>
8611
489fe4c2
MA
8612 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
8613 Ensure, that non remote files are still checked. Oops.
8614
acd1f317
MA
86152010-04-21 Michael Albinus <michael.albinus@gmx.de>
8616
8617 Fix Bug#5840.
8618
8619 * icomplete.el (icomplete-completions): Use `non-essential'.
8620
8621 * net/tramp.el (tramp-connectable-p): New defun.
8622 (tramp-handle-expand-file-name)
8623 (tramp-completion-handle-file-name-all-completions)
8624 (tramp-completion-handle-file-name-completion): Use it.
8625
62c5b459
SM
86262010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
8627
8628 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
8629
f904c0f9
JD
86302010-04-21 Jan Djärv <jan.h.d@swipnet.se>
8631
8632 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
8633
8634 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
8635
8636 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
8637 is present.
8638
8639 * info.el (info-tool-bar-map): Add labels.
8640
8641 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
8642
8643 * cus-edit.el (custom-commands): Add labels for tool bar.
8644 (custom-buffer-create-internal, Custom-mode): Adjust for
8645 labels in custom-commands.
8646
8647 * dynamic-setting.el: Renamed from font-setting.el.
8648
c5cbeb12
LL
86492010-04-21 John Wiegley <jwiegley@gmail.com>
8650
8651 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
8652 toggles the use of virtual buffers.
537ffaf3 8653 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
8654 (ido-toggle-virtual-buffers): New function.
8655
fcc93746
JB
86562010-04-21 Juanma Barranquero <lekktu@gmail.com>
8657
8658 Use `define-derived-mode'; fix window selection; doc fixes.
8659 * play/tetris.el (tetris, tetris-update-speed-function)
8660 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
8661 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
8662 (tetris-rotate-next, tetris-end-game, tetris-start-game)
8663 (tetris-pause-game): Fix typos in docstrings.
8664 (tetris-mode-map, tetris-null-map):
8665 Move initialization into declaration.
8666 (tetris-mode): Define with `define-derived-mode';
8667 set show-trailing-whitespace to nil.
8668 (tetris): Prefer window already displaying the "*Tetris*" buffer.
8669
574c05e2
KK
86702010-04-21 Karel Klíč <kklic@redhat.com>
8671
8672 * files.el (backup-buffer): Handle SELinux context, and return it
8673 if a backup was made by renaming.
8674 (backup-buffer-copy): Set SELinux context to the target file.
8675 (basic-save-buffer): Set SELinux context of the newly written file.
8676 (basic-save-buffer-1): Now it also returns any SELinux context.
8677 (basic-save-buffer-2): Set SELinux context of the newly created file,
8678 and return it.
8679 * net/tramp.el (tramp-file-name-for-operation):
8680 Add file-selinux-context.
8681
e97a42c1
SM
86822010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
8683
f2b9ed18
SM
8684 Make the log-edit comments use RFC822 format throughout.
8685
e97a42c1
SM
8686 * vc.el (vc-checkin, vc-modify-change-comment):
8687 Adjust to new vc-start/finish-logentry.
8688 (vc-find-conflicted-file): New command.
8689 (vc-transfer-file): Adjust to new vc-checkin.
8690 (vc-next-action): Improve scoping.
8691
8692 * vc-hg.el (vc-hg-log-edit-mode): Remove.
8693 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
8694
8695 * vc-git.el (vc-git-log-edit-mode): Remove.
8696 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
8697 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
8698
8699 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
8700 (vc-start-logentry): Remove argument `extra'.
8701 (vc-finish-logentry): Remove extra args.
8702
8703 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
8704 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
8705 (vc-bzr-conflicted-files): New function.
8706
8707 * log-edit.el (log-edit-extra-flags)
8708 (log-edit-before-checkin-process): Remove.
8709 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
8710 (log-edit-headers-alist): New var.
8711 (log-edit-header-contents-regexp): New const.
8712 (log-edit-match-to-eoh): New function.
8713 (log-edit-font-lock-keywords): Use them.
8714 (log-edit): Insert a "Summary:" header as default.
8715 (log-edit-mode): Mark font-lock rules as case-insensitive.
8716 (log-edit-done): Cleanup headers.
8717 (log-view-process-buffer): Remove.
8718 (log-edit-extract-headers): New function to replace it.
8719
938efb77
JB
87202010-04-20 Juanma Barranquero <lekktu@gmail.com>
8721
8722 * subr.el (default-direction-reversed): Remove obsolescence info.
8723
1cfb415b
SM
87242010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8725
cb4f9513
SM
8726 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
8727 windows/frames.
8728
6e610c72
SM
8729 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
8730 I.e. include text after point in the completion region.
8731 Also, return nil when we're not after/in a symbol.
8732
1cfb415b
SM
8733 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
8734 default enable-multibyte-characters.
8735
c80fa13c
SM
87362010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8737
87926e02
SM
8738 * international/mule.el: Help the user choose a valid coding-system.
8739 (read-buffer-file-coding-system): New function.
8740 (set-buffer-file-coding-system): Use it. Prompt the user if the
8741 coding-system cannot encode all the chars.
8742
c80fa13c
SM
8743 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
8744 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
8745 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
8746 Don't use *vc-bzr-shelve*.
8747
6e104790 87482010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
8749
8750 Fix the version number for added files.
8751 * vc-hg.el (vc-hg-working-revision): Check if the file is
8752 registered after hg parent fails (Bug#5961).
8753
6e104790 87542010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
8755
8756 * htmlfontify.el (htmlfontify-buffer)
8757 (htmlfontify-copy-and-link-dir): Autoload entry points.
8758
6e104790 87592010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
8760
8761 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
8762 name relative to the project root (Bug#5960).
8763
6e104790 87642010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
8765
8766 * vc-git.el (vc-git-print-log): Doc fix.
8767
6e104790 87682010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
8769
8770 * ido.el (ido-file-internal): Fix 2009-12-02 change.
8771
6e104790 87722010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
7860d2e3
CY
8773
8774 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
8775 default settings (Bug#5928).
8776
6e104790 87772010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
8778
8779 * progmodes/fortran.el (fortran-match-and-skip-declaration):
8780 New function.
0a23b2c3 8781 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 8782
6e104790 87832010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
8784
8785 * language/indian.el (malayalam-composable-pattern): Fix previous
8786 change (add U+0D4D "SIGN VIRAMA").
8787 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
8788 (tamil-composable-pattern): Fix typo in the regexp.
8789 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
8790 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
8791 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
8792
6e104790 87932010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
8794
8795 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
8796 paragraph-separate (Bug#5821).
8797
6e104790 87982010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
8799
8800 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
8801
8802 * info.el (Info-find-node-2): Comment out code that skips
8803 breadcrumbs line.
8804 (Info-mouse-follow-link): New command.
8805 (Info-link-keymap): New keymap.
8806 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
8807 Return a string with links instead of inserting breadcrumbs
8808 to the Info buffer.
8809 (Info-fontify-node): Comment out code that inserts breadcrumbs.
8810 Instead of putting the `invisible' text property over the Info
8811 header, make an overlay over the Info header with the `invisible'
8812 property and `after-string' set to the string returned by
8813 `Info-breadcrumbs'.
8814
6e104790 88152010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
8816
8817 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
8818 Reported by monkey@sandpframing.com.
8819
98923800
SM
88202010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8821
b5feea0f
SM
8822 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
8823 (tmm-get-keymap): Add key-binding shortcuts now that they're not
8824 available in the "keyseq cache" any more.
8825
98923800
SM
8826 * custom.el (defcustom): Add edebug spec.
8827
fd5c9dfa
JL
88282010-04-18 Juri Linkov <juri@jurta.org>
8829
8830 Test for special mode-class in view-buffer instead of view-file (bug#5513).
8831
8832 * view.el (view-file, view-buffer): Move test for special mode-class
8833 from view-file to view-buffer.
8834
8835 * tar-mode.el (tar-extract): Turn if's into one cond
8836 like in arc-mode.el.
8837
b3671a51
JL
88382010-04-18 Juri Linkov <juri@jurta.org>
8839
8840 Add 7z archive format support (bug#5475).
8841
8842 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
8843 (archive-7z-extract): New defcustom.
8844 (archive-find-type): Add magic string for 7z.
8845 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
8846 If `stderr-file' is non-nil, use `(t stderr-file)' for the
8847 `buffer' arg of `call-process'.
8848 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
8849 call the function `archive-7z-extract' with the variable
8850 `archive-7z-extract' let-bound to `archive-zip-extract'.
8851 (archive-7z-summarize, archive-7z-extract): New functions.
8852
8853 * international/mule.el (auto-coding-alist):
8854 * files.el (auto-mode-alist): Add 7z file extension.
8855
8a37fb25
SM
88562010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8857
e9515805
SM
8858 * loadup.el: Setup hash-cons for pure data.
8859
f8ea0098
SM
8860 Fix duplicate entries in cedet's loaddefs.el files.
8861 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
8862 Should make most file-local generated-autoload-file unnecessary.
8863 (print-readably): Silence warnings.
8864 (autoload-find-destination): Take load-name as an arg to make sure
8865 it's the same as the one that will be in the file.
8866 (autoload-generate-file-autoloads): Adjust to above changes.
8867 Try to make the dataflow a bit simpler.
8868
8a37fb25
SM
8869 * cvs-status.el (cvs-refontify): Remove unused.
8870
f8b91752
JB
88712010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
8872
76e3243a 8873 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 8874
76e3243a 8875 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
8876 twos-complement mode.
8877
d8b01fef
JB
88782010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
8879
76e3243a
JB
8880 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
8881 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
8882 (calc-inverse): Add "Option" to message, as appropriate.
8883 (calc-hyperbolic): Add "Option" to message, as appropriate.
8884 (calc-option, calc-is-option): New functions.
8885
76e3243a 8886 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
8887 (calc-option-prefix-help): New function.
8888
76e3243a 8889 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 8890
76e3243a 8891 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
8892 (calc-option-flag): New variable.
8893 (calc-do): Set `calc-option-flag to nil.
8894 (calc-set-mode-line): Add "Opt " as appropriate.
8895
74f806a1
JL
88962010-04-16 Juri Linkov <juri@jurta.org>
8897
8898 Move scrolling commands from simple.el to window.el
8899 because their primitives are implemented in window.c.
8900
8901 * simple.el (scroll-error-top-bottom)
8902 (scroll-up-command, scroll-down-command, scroll-up-line)
8903 (scroll-down-line, scroll-other-window-down)
8904 (beginning-of-buffer-other-window, end-of-buffer-other-window):
8905 * window.el (scroll-error-top-bottom)
8906 (scroll-up-command, scroll-down-command, scroll-up-line)
8907 (scroll-down-line, scroll-other-window-down)
8908 (beginning-of-buffer-other-window, end-of-buffer-other-window):
8909 Move from simple.el to window.el because their primitives are
8910 implemented in window.c.
8911
ad40eec5
JL
89122010-04-16 Juri Linkov <juri@jurta.org>
8913
8914 * isearch.el (isearch-lookup-scroll-key): Check both
8915 `isearch-scroll' and `scroll-command' properties.
8916 (scroll-up, scroll-down): Remove `isearch-scroll' property.
8917
8918 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
8919
8920 * simple.el (scroll-up-command, scroll-down-command)
8921 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
8922
a4b000fb
JL
89232010-04-15 Juri Linkov <juri@jurta.org>
8924
8925 * simple.el (scroll-up-command, scroll-down-command)
8926 (scroll-up-line, scroll-down-line): Put `scroll-command'
8927 property on the these symbols. Remove them from
8928 `scroll-preserve-screen-position-commands'.
8929
8930 * mwheel.el (mwheel-scroll): Put `scroll-command' and
8931 `isearch-scroll' properties on the `mwheel-scroll' symbol.
8932 Remove it from `scroll-preserve-screen-position-commands'.
8933
8934 * isearch.el (isearch-allow-scroll): Doc fix.
8935
4874f5e6
MA
89362010-04-15 Michael Albinus <michael.albinus@gmx.de>
8937
8938 * net/tramp.el (tramp-error-with-buffer): Don't show the
8939 connection buffer when we are in completion mode.
8940 (tramp-file-name-handler): Catch the error for some operations
8941 when we are in completion mode. This gives the user the chance to
8942 correct the file name in the minibuffer.
8943
82883f0a
GM
89442010-04-15 Glenn Morris <rgm@gnu.org>
8945
8946 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
8947
528b9ea9
JB
89482010-04-15 Juanma Barranquero <lekktu@gmail.com>
8949
8950 Simplify by using `define-derived-mode'.
8951 * info.el (Info-mode):
8952 * calendar/todo-mode.el (todo-mode):
8953 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
8954 (gomoku-mode-map): Move initialization into declaration.
8955
5f2b693f
MA
89562010-04-14 Michael Albinus <michael.albinus@gmx.de>
8957
8958 Fix Bug#5840.
8959 * ido.el (ido-file-name-all-completions-1):
8960 * minibuffer.el (minibuffer-completion-help):
8961 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
8962
ebb9641f
SM
89632010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8964
38111a5a
SM
8965 * simple.el (non-essential): New var.
8966
ebb9641f
SM
8967 Add a new field `location' to bookmarks for non-file bookmarks.
8968 * bookmark.el (bookmark-location): Use the new field, if present.
8969 (bookmark-insert-location): Undo last change, not needed any more.
8970 * man.el (Man-bookmark-make-record):
8971 * woman.el (woman-bookmark-make-record): Add `location' field.
8972
7b05466f
JL
89732010-04-14 Juri Linkov <juri@jurta.org>
8974
8975 * simple.el (scroll-error-top-bottom): New defcustom.
8976 (scroll-up-command, scroll-down-command): Use it. Doc fix.
8977
8978 * emulation/pc-select.el (pc-select-override-scroll-error):
8979 Obsolete in favor of `scroll-error-top-bottom'.
8980
32129746
JL
89812010-04-14 Juri Linkov <juri@jurta.org>
8982
8983 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
8984 `scroll-up-command' and `M-v' to `scroll-down-command'.
8985
8986 * emulation/cua-rect.el (cua--init-rectangles):
8987 * forms.el (forms--change-commands):
8988 * image-mode.el (image-mode-map):
8989 Remap scroll-down-command and scroll-up-command
8990 in addition to scroll-down and scroll-up.
8991
9013a7f8
JL
89922010-04-14 Juri Linkov <juri@jurta.org>
8993
8994 * mwheel.el (scroll-preserve-screen-position-commands):
8995 Add mwheel-scroll to this list of commands.
8996
8997 * simple.el (scroll-preserve-screen-position-commands):
8998 Add scroll-up-command, scroll-down-command, scroll-up-line,
8999 scroll-down-line to this list of commands.
9000
3b7e1d5f
SM
90012010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9002
c1e25821
SM
9003 * obsolete/complete.el: Move from lisp/complete.el.
9004
5b31b787
SM
9005 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
9006
3b7e1d5f
SM
9007 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
9008 to the minor mode function now turns the mode ON unconditionally.
9009
398a825b
SM
90102010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9011
a544e7c1
SM
9012 * vc-dir.el (vc-dir-kill-line): New command.
9013 (vc-dir-mode-map): Bind it to C-k.
9014
a1979d8e
SM
9015 * bookmark.el (bookmark-insert-location): Handle a nil filename.
9016
398a825b
SM
9017 * woman.el: Add bookmark declarations to silence the compiler.
9018 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
9019 step to compatibility between man and woman bookmarks.
9020 Adjust for Man-default-bookmark-title renaming.
9021 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
9022
9023 * man.el: Add bookmark declarations to silence the compiler.
9024 (Man-name-local-regexp): Make it match NAME as well.
9025 (Man-getpage-in-background): Return the buffer.
9026 (Man-notify-when-ready): Use `case'.
9027 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
9028 Don't hardcode "NAME". Simplify.
9029 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
9030 Rename from Man-bookmark-make-record.
9031 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
9032 we have the actual man-args. Use Man-getpage-in-background rather
9033 than `man' since the arg is already processed. Let bookmark.el do the
9034 window handling. Only wait for the relevant process.
9035 Don't forget to autoload.
9036
9037 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
9038
45be326a
TV
90392010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9040
9041 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
9042 New functions.
9043 (woman-mode): Setup bookmark support.
9044
9045 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
9046 (man-bookmark-jump): New functions.
9047 (Man-mode): Setup bookmark support.
9048
3acb4c93
CY
90492010-04-10 Jari Aalto <jari.aalto@cante.net>
9050
9051 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
9052 recognize ssh-keygen prompt (Bug#2817).
9053
b6bbb65e
MA
90542010-04-10 Michael Albinus <michael.albinus@gmx.de>
9055
9056 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
9057
b533bc97
MA
90582010-04-10 Michael Albinus <michael.albinus@gmx.de>
9059
9060 Synchronize with Tramp repository.
9061
9062 * net/tramp.el (tramp-completion-function-alist)
9063 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
9064 (tramp-local-coding-commands, tramp-remote-coding-commands):
9065 Fix docstring.
9066 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
9067 (tramp-handle-directory-files-and-attributes)
9068 (tramp-get-remote-path): Use `copy-tree'.
9069 (tramp-handle-file-name-all-completions): Backward/ XEmacs
9070 compatibility: Use `completion-ignore-case' if
9071 `read-file-name-completion-ignore-case' does not exist.
9072 (tramp-do-copy-or-rename-file-directly): Do not use
9073 `tramp-handle-file-remote-p'.
45be326a
TV
9074 (tramp-do-copy-or-rename-file-out-of-band):
9075 Use `tramp-compat-delete-directory'.
b533bc97 9076 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
9077 (tramp-compute-multi-hops, tramp-maybe-open-connection):
9078 Use `format-spec-make'.
b533bc97
MA
9079 (tramp-find-foreign-file-name-handler)
9080 (tramp-advice-make-auto-save-file-name)
9081 (tramp-set-auto-save-file-modes): Remove superfluous check for
9082 `stringp'. This is done inside `tramp-tramp-file-p'.
9083 (tramp-debug-outline-regexp): New defconst.
9084 (tramp-get-debug-buffer): Use it.
9085 (tramp-check-for-regexp): Use (forward-line 1).
9086 (tramp-set-auto-save-file-modes): Adapt version check.
9087
45be326a
TV
9088 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
9089 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
9090 (tramp-compat-make-temp-file): Simplify fallback implementation.
9091 (tramp-compat-copy-tree): Remove function.
9092 (tramp-compat-delete-directory): Provide implementation for older
9093 Emacsen.
9094
9095 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
9096 Do not use `tramp-fish-handle-file-attributes.
9097
9098 * net/trampver.el: Update release number.
9099
ba33df00
GM
91002010-04-10 Glenn Morris <rgm@gnu.org>
9101
9102 * progmodes/compile.el (compilation-save-buffers-predicate):
9103 Add missing :version tag.
9104
4a8ae76f
SS
91052010-04-09 Sam Steingold <sds@gnu.org>
9106
9107 * progmodes/compile.el (compilation-save-buffers-predicate):
9108 Remove the "autoload" cookie.
9109
0880716f
SS
9110 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
9111 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
9112 and `bug-reference-prog-mode' can be used in hooks directly.
9113
6aebd58c
DN
91142010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9115
9116 Add --author support to git commit.
9117 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
9118 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
9119 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
9120 New declarations.
6aebd58c 9121
f6d90772
ER
91222010-04-09 Eric Raymond <esr@snark.thyrsus.com>
9123
9124 * vc-hooks.el, vc-git.el: Improve documentation comments.
9125
e754e83b
SM
91262010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9127
9128 Fix some of the problems in defsubst* (bug#5728).
9129 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
9130 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
9131
9e86ab0b
SS
91322010-04-07 Sam Steingold <sds@gnu.org>
9133
e754e83b
SM
9134 * progmodes/compile.el (compilation-save-buffers-predicate):
9135 New custom variable.
9e86ab0b
SS
9136 (compile, recompile): Pass it to `save-some-buffers'.
9137
b0c8b840
JD
91382010-04-07 Jan Djärv <jan.h.d@swipnet.se>
9139
9140 * wid-edit.el (widget-choose): Move cursor to the second line of
9141 the buffer (Bug#5695).
9142
31527c56
DN
91432010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
9144
9145 Add new VC methods: vc-log-incoming and vc-log-outgoing.
9146 * vc.el (vc-print-log-setup-buttons): New function split out from
9147 vc-print-log-internal.
9148 (vc-log-internal-common): New function, a parametrized version of
9149 vc-print-log-internal.
9150 (vc-print-log-internal): Just call vc-log-internal-common with the
9151 right arguments.
9152 (vc-incoming-outgoing-internal):
9153 (vc-log-incoming, vc-log-outgoing): New functions.
9154 (vc-log-view-type): New permanent local variable.
9155
9156 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
9157
9158 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
9159 of the dynamic bound vc-short-log.
9160 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
9161
9162 * vc-git.el (vc-git-log-outgoing): New function.
9163 (vc-git-log-view-mode): Use vc-log-view-type instead
9164 of the dynamic bound vc-short-log.
9165
9166 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
9167 of the dynamic bound vc-short-log. Highlight the tag.
9168 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
9169 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
9170 (vc-hg-incoming-mode): Remove.
9171 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
9172
7ec69e2b
DN
91732010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
9174
9175 Fix default-directory for vc-root-diff.
9176 * vc.el (vc-root-diff): Bind default-directory to the root
9177 directory for the diff command.
9178
fd9ea9d3
WS
91792010-04-07 Michael McNamara <mac@mail.brushroad.com>
9180
6e104790 9181 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
9182 (verilog-calc-1): Support "disable fork" and "fork wait" multi
9183 word keywords, suggested by Steve Pearlmutter.
6e104790 9184 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 9185 port lists.
6e104790 9186 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 9187 fix bug for /* / comments.
6e104790 9188 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 9189 Speed up and simplfy as this is never called with a bound.
6e104790
SM
9190 (verilog-pretty-declarations): Enhance to line up declarations
9191 inside a parameter list, suggested by Alan Morgan.
9192 (verilog-pretty-expr): Tune assignment regular expression match
9193 string for corner cases; also use markers instead of character
9194 number as indent changes the later.
fd9ea9d3
WS
9195
91962010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
9197
6e104790
SM
9198 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
9199 as missing keyword.
9200 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
9201 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
9202 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
9203 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
9204 Tennant.
9205 (verilog-keywords):
fd9ea9d3
WS
9206 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
9207 1800-2009 keywords, including "global.".
9208
2a07afc5
JW
92092010-04-06 John Wiegley <jwiegley@gmail.com>
9210
8b32731a 9211 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 9212 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 9213 file basename). Should use uniquify to offer a real solution.
2a07afc5 9214
f9a27d86
JW
92152010-04-06 John Wiegley <jwiegley@gmail.com>
9216
8b32731a
JB
9217 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
9218 comment to code, and add a :version tag.
9219 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 9220
9caf8a8f
JB
92212010-04-06 Juanma Barranquero <lekktu@gmail.com>
9222
9223 Enable recentf-mode if using virtual buffers.
9224 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 9225 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
9226 (ido-make-buffer-list): Simplify.
9227 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
9228
5a97d2da
JL
92292010-04-05 Juri Linkov <juri@jurta.org>
9230
9231 Scrolling commands which scroll a line instead of full screen.
9232 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
9233
9234 * simple.el (scroll-up-line, scroll-down-line): New commands.
9235 Put property isearch-scroll=t on them.
9236
9237 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
9238 Remove commands.
9239
79ce172a
JL
92402010-04-05 Juri Linkov <juri@jurta.org>
9241
8b32731a 9242 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
9243 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
9244
9245 * simple.el (scroll-up-command, scroll-down-command): New commands.
9246 Put property isearch-scroll=t on them.
9247
9248 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
9249 `scroll-down-command' and [next] from `scroll-up' to
9250 `scroll-up-command'.
9251
9252 * emulation/cua-base.el: Put property CUA=move on
9253 `scroll-up-command' and `scroll-down-command'.
9254 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
9255 and `scroll-down-command' to `cua-scroll-down'.
9256
309d5b43
JB
92572010-04-05 Juanma Barranquero <lekktu@gmail.com>
9258
6460e534 9259 * help.el (describe-mode): Return nil.
309d5b43 9260
0523d117
JW
92612010-04-04 John Wiegley <jwiegley@gmail.com>
9262
9263 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 9264 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
9265 (ido-virtual): Face used to indicate virtual buffers in the list.
9266 (ido-buffer-internal): If a buffer is chosen, and no such buffer
9267 exists, but a virtual buffer of that name does (which would be why
9268 it was in the list), recreate the buffer by reopening the file.
9269 (ido-make-buffer-list): If virtual buffers are being used, call
9270 `ido-add-virtual-buffers-to-list' before the make list hook.
9271 (ido-virtual-buffers): New variable which contains a copy of the
9272 current contents of the `recentf-list', albeit pared down for the
9273 sake of speed, and with proper faces applied.
9274 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
9275 create a list of "virtual buffers" to present to the user in
9276 addition to the currently open set. Note that this logic could
9277 get rather slow if that list is too large. With the default
9278 `recentf-max-saved-items' of 200, there is little speed penalty.
9279
202ff0d6
SM
92802010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9281
9282 * font-lock.el: Require CL when compiling.
9283 (font-lock-turn-on-thing-lock): Use `case'.
9284
ef43a0f4
EZ
92852010-04-03 Eli Zaretskii <eliz@gnu.org>
9286
9287 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
9288 Zaretskii.
ef43a0f4 9289
9c13a46e
JL
92902010-04-02 Juri Linkov <juri@jurta.org>
9291
9292 * ehelp.el (electric-help-orig-major-mode):
9293 New buffer-local variable.
9294 (electric-help-mode): Set it to original major-mode. Doc fix.
9295 (with-electric-help): Use `electric-help-orig-major-mode' instead
9296 of (default-value 'major-mode). Doc fix.
9297 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
9298
3fb87bf5
SS
92992010-04-02 Sam Steingold <sds@gnu.org>
9300
9301 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
9302 `vc-hg-command' with a list of flags.
9303
202ff0d6
SM
9304 * progmodes/bug-reference.el (bug-reference-bug-regexp):
9305 Also accept "patch" and "RFE".
dbb5e44a
SS
9306 (bug-reference-fontify): `bug-reference-url-format' can also be a
9307 function to be able to handle the bug kind.
202ff0d6 9308 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 9309
d0b22876
JD
93102010-04-02 Jan Djärv <jan.h.d@swipnet.se>
9311
9312 * tmm.el (tmm-get-keymap): Check with symbolp before passing
9313 value to fboundp, it may not be a symbol.
9314
1625d379
CY
93152010-03-31 Chong Yidong <cyd@stupidchicken.com>
9316
202ff0d6 9317 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 9318
1cd095c6
JL
93192010-03-31 Juri Linkov <juri@jurta.org>
9320
9321 * simple.el (next-line, previous-line): Re-throw a signal
9322 with `signal' instead of using `ding'.
9323 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
9324
67189e62
JL
93252010-03-31 Juri Linkov <juri@jurta.org>
9326
9327 * simple.el (keyboard-escape-quit): Raise deselecting the active
9328 region higher than exiting the minibuffer.
9329 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
9330
1546c559
JL
93312010-03-31 Juri Linkov <juri@jurta.org>
9332
9333 * image.el (image-animated-p): Use `image-metadata' instead of
9334 `image-extension-data'. Get GIF extenstion data from metadata
9335 property `extension-data'.
9336
85626eef
SM
93372010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9338
9339 * simple.el (append-to-buffer): Simplify.
9340
85738751 93412010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
9342
9343 * textmodes/artist.el (artist-mode): Fix typo in docstring.
9344 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
9345
85738751 93462010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
9347
9348 * language/sinhala.el (composition-function-table): Fix regexp for
9349 the new Unicode specification.
9350
9351 * language/indian.el (devanagari-composable-pattern)
9352 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 9353 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
9354 specification.
9355 (bengali-composable-pattern, gurmukhi-composable-pattern)
9356 (gujarati-composable-pattern, oriya-composable-pattern)
9357 (telugu-composable-pattern): New variables to cope with the new
9358 Unicode specification. Use them in composition-function-table.
9359
85738751 93602010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 9361
79d74ac5 9362 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
9363 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
9364 vectors rather than cons cells, as used in menu-bar-update-buffers.
9365
85738751 93662010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 9367
2a793f7f
CY
9368 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
9369 (js-insert-and-indent): Revert 2009-08-15 change, restoring
9370 electric punctuation for "{}();,:" (Bug#5586).
9371
03ffe8be
CY
9372 * mail/sendmail.el (mail-default-directory): Doc fix.
9373
85738751 93742010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
9375
9376 * mail/sendmail.el (mail-default-directory): Doc fix.
9377
85738751 93782010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
9379
9380 * subr.el (version-regexp-alist, version-to-list)
9381 (version-list-<, version-list-=, version-list-<=)
9382 (version-list-not-zero, version<, version<=, version=): Doc fix.
9383 (Bug#5744).
9384
85738751 93852010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
9386
9387 * vc.el (vc-root-diff): Doc fix.
9388
85738751 93892010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 9390
9aa2c576
CY
9391 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
9392
9d30a9f4
CY
9393 * simple.el (append-to-buffer): Fix last change.
9394
85738751 93952010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
9396
9397 * simple.el (append-to-buffer): Ensure that point is preserved if
9398 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
9399 (Bug#5749)
9400
2372f278
SM
94012010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9402
9403 * files.el (auto-mode-case-fold): Change default to t.
9404
2223a1b3
JL
94052010-03-30 Juri Linkov <juri@jurta.org>
9406
9407 * dired-x.el (dired-omit-mode): Doc fix.
9408
0ef84fc8
JL
94092010-03-30 Juri Linkov <juri@jurta.org>
9410
9411 * replace.el (occur-accumulate-lines): Move occur-engine related
9412 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
9413 to be located after `occur-engine'.
9414
dc2d2590
JL
94152010-03-30 Juri Linkov <juri@jurta.org>
9416
9417 Make occur handle multi-line matches cleanly with context.
9418 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
9419
9420 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
9421 (occur-engine): Add local variables `ret', `prev-after-lines',
9422 `prev-lines'. Use more arguments for `occur-context-lines'.
9423 Set first elem of its returned list to `data', and the second elem
9424 to `prev-after-lines'. Don't print the separator line.
9425 In the end, print remaining context after-lines.
9426 (occur-context-lines): Add new arguments `begpt', `endpt',
9427 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
9428 after-lines of the previous match with before-lines of the
9429 current match and not overlap them. Return a list with two
9430 values: the output line and the list of context after-lines.
9431
47c88c06
JL
94322010-03-30 Juri Linkov <juri@jurta.org>
9433
9434 * replace.el (occur-accumulate-lines): Fix a bug where the first
9435 context line at the beginning of the buffer was missing.
9436
a7b02820
EZ
94372010-03-30 Eli Zaretskii <eliz@gnu.org>
9438
9439 * files.el: Make bidi-display-reordering safe variable for boolean
9440 values.
9441
9326ba26 94422010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 9443 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
9444
9445 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
9446 (progress-reporter-update, progress-reporter-do-update):
9447 Handle non-numeric value arguments.
9326ba26
CY
9448 (progress-reporter--pulse-characters): New var.
9449
f6f8aa12
CY
94502010-03-28 Chong Yidong <cyd@stupidchicken.com>
9451
9452 * progmodes/compile.el (compilation-start): Fix regexp detection
9453 of initial cd command (Bug#5771).
9454
7ed287b5
CY
94552010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
9456
9457 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
9458
146b8b16
NR
94592010-03-27 Nick Roberts <nickrob@snap.net.nz>
9460
9461 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
9462 * progmodes/gdb-mi.el: Restore.
9463 * progmodes/gdb-ui.el: Remove.
9464 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 9465
b23caf75
GM
94662010-03-25 Glenn Morris <rgm@gnu.org>
9467
9468 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
9469 all dired buffers, even tramp ones. (Bug#5755)
9470
18c812bd
SM
94712010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
9472
9473 Add "union tags" in mpc.el.
9474 * mpc.el: Remove backward compatibility code.
9475 (mpc-browser-tags): Change default.
9476 (mpc--find-memoize-union-tags): New var.
9477 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
9478 (mpc-cmd-find): Handle the case where the playlist does not exist.
9479 Handle union-tags.
9480 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
9481 (mpc-cmd-add): Use mpc-cmd-flush.
9482 (mpc-tagbrowser-tag-name): New fun.
9483 (mpc-tagbrowser-buf): Use it.
9484 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
9485
efee6a6d
SM
94862010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9487
9586c41a
SM
9488 Misc cleanup.
9489 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
9490 Use replace-regexp-in-string.
9491 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
9492 (makefile-imake-mode-syntax-table): Move init into defvar.
9493 (makefile-mode): Use define-derived-mode.
9494
efee6a6d
SM
9495 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
9496 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
9497 not be present any more.
9498
c6f3804c
JB
94992010-03-24 Juanma Barranquero <lekktu@gmail.com>
9500
9501 * faces.el (set-face-attribute): Fix typo in docstring.
9502 (face-valid-attribute-values): Reflow docstring.
9503
e867cb5d 95042010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 9505
efee6a6d 9506 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 9507
e867cb5d 95082010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
9509
9510 * indent.el (indent-for-tab-command): Doc fix.
9511
e867cb5d 95122010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 9513
efee6a6d
SM
9514 * progmodes/cc-engine.el (c-remove-stale-state-cache):
9515 Fix off-by-one error. Fixes bug #5747.
657071fc 9516
e867cb5d 95172010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
9518
9519 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
9520 (image-dired-read-comment): Doc fix.
9521
efee6a6d
SM
9522 * json.el (json-object-type, json-array-type, json-key-type)
9523 (json-false, json-null, json-read-number):
c8de140b
JB
9524 * minibuffer.el (completion-in-region-functions):
9525 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
9526 (cal-tex-cursor-week):
9527 * emacs-lisp/trace.el (trace-function):
9528 * eshell/em-basic.el (eshell/printnl):
9529 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
9530 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
9531 * obsolete/levents.el (allocate-event, event-key, event-object)
9532 (event-point, event-process, event-timestamp, event-to-character)
9533 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
9534 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
9535 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
9536 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
9537 (reftex-highlight-selection): Fix typos in docstrings.
9538
e867cb5d 95392010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
9540
9541 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
9542
e867cb5d 95432010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
9544
9545 * mail/rmail.el (rmail-highlight-face): Restore option deleted
9546 2008-02-13 without comment; mark it obsolete.
9547 (rmail-highlight-headers): Use rmail-highlight-face once more.
9548
e867cb5d 95492010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
9550
9551 * woman.el (woman2-process-escapes): Only consume the newline if
9552 the filler character is on a line by itself (Bug#5729).
9553
e867cb5d 95542010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
9555
9556 * language/indian.el (devanagari-composable-pattern): Add more
9557 consonants.
9558
e867cb5d 95592010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
9560
9561 * net/trampver.el: Update release number.
9562
e867cb5d 95632010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 9564
efee6a6d
SM
9565 * net/tramp.el (tramp-find-executable):
9566 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
9567 output of "wc -l" more robust.
9568 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
9569 (tramp-open-connection-setup-interactive-shell): Remove workaround
9570 for OpenSolaris bug, it is not needed anymore.
9571
e867cb5d 95722010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
9573
9574 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
9575
e867cb5d 95762010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
9577
9578 * files.el (auto-mode-alist): Accept more verilog file patterns.
9579
b2b8574b
SM
95802010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9581
9582 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
9583
1d94ebb0
GM
95842010-03-24 Glenn Morris <rgm@gnu.org>
9585
7e263967
GM
9586 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
9587 log-edit-before-checkin-process.
9588
5ac92c5f
GM
9589 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
9590
9591 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 9592
549f324a
GM
9593 * vc-dispatcher.el (vc-start-logentry): Doc fix.
9594 (log-view-process-buffer, log-edit-extra-flags): Declare.
9595
495b517c
GM
9596 * log-edit.el (log-edit-before-checkin-process): Doc fix.
9597
f4087766
SS
95982010-03-23 Sam Steingold <sds@gnu.org>
9599
9600 Fix bug#5620: recalculate all markers on compilation buffer
9601 modifications, not on file modifications.
9602 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
9603 the buffer modification time, for buffers not associated with files.
9604 (compilation-mode): Create it.
9605 (compilation-filter): Update it.
9606 (compilation-next-error-function): Use it instead of
9607 `visited-file-modtime' for timestamp.
9608
774642e5
JL
96092010-03-23 Juri Linkov <juri@jurta.org>
9610
9611 Implement Occur multi-line matches.
9612 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
9613
9614 * replace.el (occur): Doc fix.
9615 (occur-engine): Set `begpt' to the beginning of the first line.
9616 Set `endpt' to the end of the last match line. At first, count
9617 line numbers between `origpt' and `begpt'. Split out code from
9618 `out-line' variable to new let-bindings `match-prefix' and
9619 `match-str'. In `out-line' add non-numeric prefix to all
9620 non-first lines of multi-line matches. Finally, count lines
9621 between `begpt' and `endpt' and add to `lines'.
9622
f14d1172
JL
96232010-03-23 Juri Linkov <juri@jurta.org>
9624
9625 * replace.el (occur-accumulate-lines, occur-engine):
9626 Use `occur-engine-line' instead of duplicate code.
9627 (occur-engine-line): New function created from duplicate code
9628 in `occur-accumulate-lines' and `occur-engine'.
9629
53e87c57
JL
9630 * replace.el (occur-engine-line): Add optional arg `keep-props'.
9631 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
9632
75a3ff20
JL
96332010-03-23 Juri Linkov <juri@jurta.org>
9634
9635 * finder.el: Remove TODO tasks.
9636
9637 * info.el (Info-finder-find-node): Add node "all"
9638 with all package info. Handle a list of multiple keywords
9639 separated by comma.
9640 (info-finder): In interactive use with a prefix argument,
9641 use `completing-read-multiple' to read a list of keywords
9642 separated by comma.
9643
00278747
SM
96442010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
9645
9646 Add a new completion style `substring'.
9647 * minibuffer.el (completion-basic--pattern): New function.
9648 (completion-basic-try-completion, completion-basic-all-completions):
9649 Use it.
9650 (completion-substring--all-completions)
9651 (completion-substring-try-completion)
9652 (completion-substring-all-completions): New functions.
9653 (completion-styles-alist): New style `substring'.
9654
64cb11cc
SM
96552010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
9656
9657 Get rid of .elc files after removal of the corresponding .el.
9658 * Makefile.in (compile-clean): New target.
9659 (compile-main): Use it.
9660
835e2c65
JD
96612010-03-22 Jan Djärv <jan.h.d@swipnet.se>
9662
9663 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
9664 don't do make there. When compiling with separate object dir, there
9665 is no Makefile there.
9666
111a9dff
SM
96672010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
9668
9669 Get rid of the ELCFILES abomination, again.
9670 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
9671 (all, compile): Don't call compile-last.
9672 (compile-main): Build the "elcfiles" list dynamically.
9673 (compile-targets): New (internal) target.
9674
82c3d67a
AS
96752010-03-21 Andreas Schwab <schwab@linux-m68k.org>
9676
9677 * Makefile.in (top_srcdir): Define.
9678 (abs_top_builddir): Define.
9679 (srcdir): Don't append `/..'.
9680 (EMACS): Use ${abs_top_builddir}.
9681 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
9682 (update-subdirs, update-authors): Use $(top_srcdir) instead of
9683 $(srcdir).
82c3d67a
AS
9684 (lisp): Use $(srcdir) instead of @srcdir@.
9685
d66ecdbb
JL
96862010-03-21 Juri Linkov <juri@jurta.org>
9687
9688 Fix message of multi-line occur regexps and multi-buffer header lines.
9689 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
9690
9691 * replace.el (occur-1): Don't display regexp if it is longer
9692 than window-width. Use `query-replace-descr' to display regexp.
9693 (occur-engine): Don't display regexp in the buffer header for
9694 multi-buffer occur. Display a separate header line with total
9695 match count and regexp for multi-buffer occur.
9696 Use `query-replace-descr' to display regexp.
9697
f05e1b94
TZ
96982010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
9699
9700 * net/secrets.el: Fix parenthesis.
9701 (secrets-enabled): Fix parenthesis.
9702
801ba3ba
SM
97032010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9704
3613edce
SM
9705 Use more relative file and directory names.
9706 * Makefile.in (EMACS): Arrange for it to work when we chdir.
9707 (setwins, setwins_almost, setwins_for_subdirs):
9708 Don't `cd'; output relative names.
9709 (all, compile, compile-always, compile-last): Set emacswd.
9710 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
9711 Just cd to the lisp source dir so we can use relative file names.
9712
801ba3ba
SM
9713 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
9714
2b1400b9
GM
97152010-03-20 Glenn Morris <rgm@gnu.org>
9716
9717 * textmodes/rst.el: Use faces for font-lock customization, and make the
9718 old -face variables obsolete.
9719 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
9720 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
9721 (rst-block-face, rst-external-face, rst-definition-face)
9722 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
9723 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
9724 Make obsolete.
9725 (rst-font-lock-keywords-function): Update for above changes.
9726
5e418f17
JL
97272010-03-20 Juri Linkov <juri@jurta.org>
9728
9729 * s-region.el:
9730 * obsolete/s-region.el: Move to obsolete.
9731
b0287b39
JB
97322010-03-19 Juanma Barranquero <lekktu@gmail.com>
9733
9734 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
9735
3c95bbb6
DN
97362010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
9737
9738 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
9739
09158997
DN
97402010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
9741
9742 Add special markup processing for commit logs.
9743 * log-edit.el (log-edit-extra-flags): New variable.
9744 (log-edit): Add new argument MODE. Use that mode when non-nil
9745 instead of the log-view-mode.
9746 (log-view-process-buffer): New function.
9747
9748 * vc.el: Document that the checkin method takes optional
9749 arguments. Document new backend specific method: log-view-mode.
9750 (vc-default-log-edit-mode): New function.
9751 (vc-checkin): Use a backend specific log-view-mode.
9752 Pass extra arguments to the checkin method.
9753 (vc-modify-change-comment): Pass a dummy extra argument.
9754
9755 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
9756 log-edit.
9757 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
9758 (vc-finish-logentry): Process the log buffer before passing it
9759 down. Pass log-edit-extra-flags.
9760
9761 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
9762 command.
85626eef
SM
9763 (log-edit-extra-flags, log-edit-before-checkin-process):
9764 New declarations.
09158997
DN
9765
9766 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
9767 command.
85626eef
SM
9768 (log-edit-extra-flags, log-edit-before-checkin-process):
9769 New declarations.
09158997
DN
9770 (vc-hg-log-edit-mode): New derived mode.
9771
9772 * vc-arch.el (vc-arch-checkin):
9773 * vc-cvs.el (vc-cvs-checkin):
9774 * vc-git.el (vc-git-checkin):
9775 * vc-mtn.el (vc-mtn-checkin):
9776 * vc-rcs.el (vc-rcs-checkin):
9777 * vc-sccs.el (vc-sccs-checkin):
9778 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
9779
f430423d
SM
97802010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9781
9782 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
9783 parent typo).
9784
aa8f8277
GM
97852010-03-19 Glenn Morris <rgm@gnu.org>
9786
f430423d 9787 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 9788
04525749
GM
97892010-03-18 Glenn Morris <rgm@gnu.org>
9790
c70815f1
GM
9791 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
9792
84d0a5f8
GM
9793 * replace.el (query-replace-history): Give it a doc string.
9794 (map-query-replace-regexp): Use query-replace-from-history-variable
9795 and query-replace-to-history-variable.
9796
e3a15161
GM
9797 * mail/hashcash.el (declare-function): Remove duplicate definition.
9798
27be0364
GM
9799 * mail/emacsbug.el (report-emacs-bug-pretest-address):
9800 Make it an obsolete alias for report-emacs-bug-address.
9801 (message-strip-special-text-properties): Declare.
9802 (report-emacs-bug): Remove test for a pretest bug address.
9803 Combine message-mode-specific code.
9804
88b8d18e
GM
9805 * mail/supercite.el: Don't require sendmail.
9806 (mh-in-header-p): Declare rather than using with-no-warnings.
9807 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
9808 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
9809
1a355d09
GM
9810 * calendar/cal-french.el: Convert to utf-8.
9811
04525749
GM
9812 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
9813 Emacs scripts.
9814
ae84eb97
MA
98152010-03-16 Michael Albinus <michael.albinus@gmx.de>
9816
9817 * net/secrets.el (secrets-enabled): New variable. Use it instead
9818 of a subfeature.
9819
7c75524e
MA
98202010-03-15 Michael Albinus <michael.albinus@gmx.de>
9821
9822 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
9823 service "org.freedesktop.secrets" can be pinged.
9824 Provide subfeature `enabled'.
7c75524e 9825
57938a79
JL
98262010-03-14 Juri Linkov <juri@jurta.org>
9827
9828 Add finder unknown keywords.
9829
9830 * finder.el (finder-unknown-keywords): New function.
9831
9832 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
9833 to create a Finder node with unknown keywords.
9834
88f4758e
JL
98352010-03-14 Juri Linkov <juri@jurta.org>
9836
9837 * finder.el (finder-compile-keywords): Replace `princ' with
9838 `prin1' on a list of symbols interned from keyword strings.
9839
9840 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
9841 a comma, then split keywords using a comma and optional whitespace.
9842 Otherwise, split by whitespace.
9843
9844 * complete.el:
9845 * face-remap.el:
9846 * log-view.el:
9847 * net/hmac-def.el:
9848 * net/hmac-md5.el:
9849 * net/netrc.el:
9850 * progmodes/mixal-mode.el: Fix keywords.
9851
7725ebb7
MA
98522010-03-13 Michael Albinus <michael.albinus@gmx.de>
9853
9854 * Makefile.in (ELCFILES): Add net/secrets.elc.
9855
9856 * net/secrets.el: New file.
9857
6f320937
CY
98582010-03-12 Chong Yidong <cyd@stupidchicken.com>
9859
9860 * facemenu.el (list-colors-display, list-colors-print): New arg
9861 callback. Use it to allow selecting colors.
9862
9863 * wid-edit.el (widget-image-insert): Insert image prop even if the
9864 current display is non-graphic.
9865 (widget-field-value-set): New fun.
9866 (editable-field): Use it.
9867 (widget-field-value-get): Clean up unused var.
85626eef
SM
9868 (widget-color-value-create, widget-color--choose-action):
9869 New funs. Allow using list-colors-display to choose color.
6f320937 9870
647f9993
CY
98712010-03-12 Chong Yidong <cyd@stupidchicken.com>
9872
9873 * cus-edit.el: Resort topmost custom groups.
9874 (custom-buffer-sort-alphabetically): Default to t.
9875 (customize-apropos): Use apropos-parse-pattern.
9876 (custom-search-field): New var.
9877 (custom-buffer-create-internal): Add custom-apropos search field.
9878 (custom-add-parent-links): Don't display parent doc.
9879 (custom-group-value-create): Don't sort top-level custom group.
85626eef 9880 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
9881
9882 (custom-variable-state): New fun, from custom-variable-state-set.
9883 (custom-variable-state-set): Use it.
9884 (custom-group-value-create): Hide options with standard values
9885 using the :hidden-states property. Use progress reporter.
9886
9887 (custom-show): Simplify.
9888 (custom-visibility): Disable images by default.
9889 (custom-variable): New property :hidden-states.
9890 (custom-variable-value-create): Enable images for
9891 custom-visibility widgets. Use :hidden-states property to
9892 determine initial visibility.
9893
9894 * wid-edit.el (widget-image-find): Give images center ascent.
9895 (visibility): Add :on-image and :off-image properties.
9896 (widget-visibility-value-create): Use them.
9897
eba5b4dd
CY
98982010-03-12 Chong Yidong <cyd@stupidchicken.com>
9899
9900 * cus-edit.el (processes): Remove from development group.
9901 (oop, hypermedia): Delete group.
26f4b8ab 9902 (comm): Promote to top-level group.
eba5b4dd
CY
9903
9904 * net/browse-url.el (browse-url):
9905 * net/xesam.el (xesam):
9906 * net/tramp.el (tramp):
9907 * net/goto-addr.el (goto-address):
26f4b8ab 9908 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
9909
9910 * view.el (view): Remove from editing group.
9911
9912 * uniquify.el (uniquify): Put in files group.
9913
9914 * net/browse-url.el (browse-url):
9915 * ps-print.el (postscript): Put in external group.
9916
9917 * cus-edit.el (outlines):
9918 * textmodes/text-mode.el (text-mode-hook):
9919 * textmodes/table.el (table):
9920 * textmodes/picture.el (picture):
9921 * outline.el (outlines): Put in wp group.
9922
9923 * nxml/nxml-mode.el (nxml): Remove from wp group.
9924
9925 * net/tramp-imap.el (tramp-imap): Put in tramp group.
9926
9927 * mail/metamail.el (metamail): Remove from hypermedia group.
9928
9929 * cus-edit.el (abbrev):
9930 * whitespace.el (whitespace):
9931 * vcursor.el (vcursor):
9932 * reveal.el (reveal):
9933 * hl-line.el (hl-line): Put in convenience group.
9934
9935 * epg-config.el (epg): Put in data group.
9936
9937 * emulation/pc-select.el (pc-select): Put in emulations group.
9938
9939 * calculator.el (calculator): Put in applications group.
9940
8117868f
DN
99412010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
9942
9943 Add .dir-locals.el support for file-less buffers.
9944 * files.el (hack-local-variables): Split out code to apply local
9945 variable settings ...
9946 (hack-local-variables-apply): ... here. New function.
9947 (hack-dir-local-variables): Use the default directory for when the
9948 buffer does not have an associated file.
9949 (hack-dir-local-variables-non-file-buffer): New function.
9950 * diff-mode.el (diff-mode):
9951 * vc-annotate.el (vc-annotate-mode):
9952 * vc-dir.el (vc-dir-mode):
9953 * log-edit.el (log-edit-mode):
9954 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
9955
855a2294
DN
99562010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
9957
9958 Add support for shelving snapshots and for showing shelves.
9959 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
9960 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
9961 New functions.
9962 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
9963 (vc-bzr-extra-menu-map): Map them.
9964
3e5b7009
GM
99652010-03-11 Glenn Morris <rgm@gnu.org>
9966
0dcf7d7e
GM
9967 * cus-edit.el (customize-changed-options-previous-release):
9968 Bump to 23.1.
9969
3e5b7009
GM
9970 * image.el (image-animate-max-time): Fix :version tag.
9971
288f9fc0
CY
99722010-03-10 Chong Yidong <cyd@stupidchicken.com>
9973
9974 * Branch for 23.2.
9975
53ef91b1
SM
99762010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
9977
9978 * vc-git.el (vc-git-revision-table): Include remote branches.
9979
b41460ae 99802010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
9981
9982 Animated image API.
9983 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
9984
9985 * image.el (image-animate-max-time): New defcustom.
9986 (image-animated-types): New defconst.
9987 (create-animated-image, image-animate-timer)
9988 (image-animate-start, image-animate-stop, image-animate-timeout)
9989 (image-animated-p): New functions.
9990
9991 * image-mode.el (image-toggle-display-image):
9992 Replace `create-image' with `create-animated-image'.
9993
e5d1fb10 99942010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
9995
9996 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
9997 instead of "format:"; this ensures that the output is
9998 newline-terminated.
9999
4e7cafbe
CY
100002010-03-08 Chong Yidong <cyd@stupidchicken.com>
10001
10002 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
10003 that all errors are caught, and that the return value is always a
10004 list (Bug#5692).
10005
aec66319
KH
100062010-03-08 Kenichi Handa <handa@m17n.org>
10007
10008 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 10009 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 10010
b327c975
AS
100112010-03-07 Andreas Schwab <schwab@linux-m68k.org>
10012
10013 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
10014 call to rfc822-bad-address. (Bug#5692)
10015
1c465a6a
CY
100162010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
10017
85626eef
SM
10018 * vc-git.el (vc-git-annotate-extract-revision-at-line):
10019 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 10020
a4e32226
CY
100212010-03-06 Chong Yidong <cyd@stupidchicken.com>
10022
10023 * calculator.el (calculator): Don't bind split-window-keep-point
10024 (Bug#5674).
10025
4c83ed3d
SM
100262010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
10027
10028 * vc-git.el: Re-flow to fit into 80 columns.
10029 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
10030 Remove spurious `quote' element in each case alternative.
10031 (vc-git-show-log-entry): Use prog1.
10032 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
10033
e8defde3
SM
100342010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
10035
10036 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
10037
233f0c9f
CY
100382010-03-03 Chong Yidong <cyd@stupidchicken.com>
10039
10040 * macros.el (insert-kbd-macro): Look up keyboard macro using the
10041 definition, not the name (Bug#5481).
10042
254bedef 100432010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
10044
10045 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
10046 argument with a local variable. (Bug#5670)
10047
7187cdae
JL
100482010-03-02 Juri Linkov <juri@jurta.org>
10049
10050 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
10051
9cf3544e
MA
100522010-03-02 Michael Albinus <michael.albinus@gmx.de>
10053
10054 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
10055 error when FILENAME and NEWNAME are existing remote directories.
10056
10057 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
10058 parameter DIR-FLAG.
10059
33f77982
GM
100602010-03-02 Glenn Morris <rgm@gnu.org>
10061
10062 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
10063 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
10064
d99ea08e
KH
100652010-03-01 Kenichi Handa <handa@m17n.org>
10066
e8defde3 10067 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
10068 myanmar-composable-pattern.
10069
e8defde3
SM
10070 * international/characters.el (script-list):
10071 * international/fontset.el (script-representative-chars):
10072 Change myanmar to burmese.
d99ea08e 10073 (otf-script-alist): Likewise.
4aa2c3b2
KH
10074 (setup-default-fontset): Likewise. Re-fix :otf spec.
10075
b374f54d
KY
100762010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10077
10078 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
10079
71572c03
JD
100802010-02-28 Jan Djärv <jan.h.d@swipnet.se>
10081
10082 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
10083
00cffdeb
MA
100842010-02-28 Michael Albinus <michael.albinus@gmx.de>
10085
10086 * net/tramp.el (tramp-handle-write-region): START can be a string.
10087 Take care in the checks. Reported by Dan Davison
10088 <davison@stats.ox.ac.uk>.
10089
d4b06783
MA
100902010-02-28 Michael Albinus <michael.albinus@gmx.de>
10091
10092 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
10093 (dbus-set-property, dbus-get-all-properties):
10094 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 10095
8c3e96d2
CY
100962010-02-28 Chong Yidong <cyd@stupidchicken.com>
10097
de3a1fe9
CY
10098 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
10099 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
10100 * calendar/icalendar.el (icalendar--add-diary-entry):
10101 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
10102 * files.el (recover-session-finish): Use with-current-buffer
10103 instead of save-excursion.
10104
c53b9c3b
SM
101052010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
10106
10107 Fix in-buffer completion when after-change-functions modify the buffer.
10108 * minibuffer.el (completion--replace): New function.
10109 (completion--do-completion): Use it and use relative movement.
10110
4a16bdc6
CY
101112010-02-27 Chong Yidong <cyd@stupidchicken.com>
10112
10113 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 10114
b8280f39
CY
101152010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
10116
c53b9c3b
SM
10117 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
10118 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 10119
f88cc4d6
KH
101202010-02-26 Kenichi Handa <handa@m17n.org>
10121
10122 * language/burmese.el: Fix entries in composition-function-table.
10123 (myanmar-composable-pattern): New variable.
10124
10125 * international/fontset.el (setup-default-fontset): Add an entry
10126 for myanmar.
10127
10128 * international/characters.el (script-list): Add Myanmar
10129 Extended-A.
10130
cdbf9100
GM
101312010-02-26 Glenn Morris <rgm@gnu.org>
10132
90a94603
GM
10133 * custom.el (custom-initialize-delay): Doc fix.
10134
cdbf9100
GM
10135 * mail/sendmail.el (send-mail-function): Autoload the call
10136 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
10137
f95a5fd0
CY
101382010-02-24 Chong Yidong <cyd@stupidchicken.com>
10139
10140 * files.el (hack-local-variables-filter): For eval forms, also
10141 check safe-local-variable-p (Bug#5636).
10142
459a5f4b
MA
101432010-02-22 Michael Albinus <michael.albinus@gmx.de>
10144
10145 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
10146 setting the modes by `ignore-errors'. It might fail, for example
10147 if the file is not owned by the user but the group.
10148 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
10149
bb23f6e8
CY
101502010-02-21 Chong Yidong <cyd@stupidchicken.com>
10151
6a7662bb
BR
10152 * files.el (directory-listing-before-filename-regexp):
10153 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
10154 date-like filenames (Bug#5597).
10155
b660eb70
CY
10156 * htmlfontify.el (htmlfontify): Doc fix.
10157
10158 * eshell/eshell.el (eshell): Doc fix.
10159
bb23f6e8
CY
10160 * startup.el (fancy-about-screen): In mode-line, apply
10161 mode-line-buffer-id face only to the buffer name (Bug#5613).
10162
3e39928c
CY
101632010-02-20 Kevin Ryde <user42@zip.com.au>
10164
f7e0618c
JB
10165 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10166 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
10167 (Bug#5599).
10168
0f00e948
EZ
101692010-02-20 Eli Zaretskii <eliz@gnu.org>
10170
10171 * subr.el (remove-yank-excluded-properties): Explain in a comment
10172 why `category' property is removed.
10173
3513efb2
CY
101742010-02-19 Chong Yidong <cyd@stupidchicken.com>
10175
6a7662bb
BR
10176 * isearch.el (isearch-update-post-hook, isearch-update):
10177 Revert 2010-02-17 change.
3513efb2 10178
b4340b3f
UJ
101792010-02-19 Ulf Jasper <ulf.jasper@web.de>
10180
10181 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
10182 (icalendar--convert-weekly-to-ical)
10183 (icalendar--convert-yearly-to-ical)
10184 (icalendar--convert-block-to-ical)
10185 (icalendar--convert-cyclic-to-ical)
10186 (icalendar--convert-anniversary-to-ical): Take care of time
10187 specifications where hour has 1-digit only (Bug#5549).
10188
8cfae03d
NR
101892010-02-19 Nick Roberts <nickrob@snap.net.nz>
10190
10191 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
10192 of disassemble output in GDB 7.1.
10193
055e4eea
GM
101942010-02-19 Glenn Morris <rgm@gnu.org>
10195
10196 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
10197 property. (Bug#5593)
10198
ff6b00de
SS
101992010-02-18 Sam Steingold <sds@gnu.org>
10200
10201 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10202
fe8c0b47
SM
102032010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
10204
10205 Use abbreviated file names in bookmarks (bug#5591).
10206 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
10207 calls to expand-file-name.
10208 (bookmark-relocate): Use abbreviated file names in bookmarks.
10209 (bookmark-load): Use abbreviated file names in messages.
10210
73a37a69
MA
102112010-02-18 Michael Albinus <michael.albinus@gmx.de>
10212
10213 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
10214 expand "." and "..". Reported by Thierry Volpiatto
10215 <thierry.volpiatto@gmail.com>.
10216
6e4f5731
MA
102172010-02-18 Michael Albinus <michael.albinus@gmx.de>
10218
10219 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
10220 permissions of the temporary file to "0600". In case the remote
10221 file has no read permissions for the owner, there might be
10222 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
10223
1022422010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
10225
10226 * emacs-lisp/authors.el (authors-renamed-files-alist):
10227 Add entries for INSTALL.CVS.
10228
ba5bf642
MH
102292010-02-17 Mark A. Hershberger <mah@everybody.org>
10230
f7e0618c 10231 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 10232
f7e0618c 10233 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
10234 (isearch-update): Use the new hook.
10235
aac0b0f2
MA
102362010-02-16 Michael Albinus <michael.albinus@gmx.de>
10237
fe8c0b47
SM
10238 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
10239 Fix errors in copying directories.
aac0b0f2
MA
10240 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
10241 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
10242 (tramp-handle-delete-file)
10243 (tramp-handle-dired-recursive-delete-directory)
10244 (tramp-handle-write-region): Flush also the cache for the upper
10245 directory.
10246
05bbe066
CY
102472010-02-16 Chong Yidong <cyd@stupidchicken.com>
10248
e8ab3908
CY
10249 * simple.el (save-interprogram-paste-before-kill): Doc fix.
10250
ff90f4b0
CY
10251 * cus-edit.el (hardware): Doc fix.
10252
10253 * man.el (man): Add to external custom group.
10254
10255 * delim-col.el (columns): Move to wp custom group.
10256
10257 * doc-view.el (doc-view): Add to data custom group.
10258
fe8c0b47 10259 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 10260
05bbe066
CY
10261 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
10262 by ispell-parse-output (Bug#5575).
10263
fa6ea913
KH
102642010-02-16 Kenichi Handa <handa@m17n.org>
10265
10266 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
10267 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
10268 (skkdic-convert): Use `euc-japan' coding system for writing.
10269
88fd78ae
GM
102702010-02-16 Glenn Morris <rgm@gnu.org>
10271
10272 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
10273 tex-main-file before using it. (Bug#5562)
10274
2b8c974a
SM
102752010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
10276
10277 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
10278 warnings, since it is annoying for the user to see them each time he
10279 runs the code.
10280
7540f029
MA
102812010-02-15 Michael Albinus <michael.albinus@gmx.de>
10282
10283 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
10284 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
10285 instead of PROC for caching "first-password-request". Otherwise,
10286 new processes would not profit from passwords already entered.
10287
2b8c974a
SM
10288 * net/tramp-cache.el (tramp-dump-connection-properties):
10289 Don't save "first-password-request" property.
7540f029 10290
fa5f7c5f
JB
102912010-02-14 Juanma Barranquero <lekktu@gmail.com>
10292
10293 * outline.el (outline-head-from-level):
10294 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
10295 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
10296 (elint-defun, elint-buffer-env, elint-top-form-logged)
10297 (elint-unbound-variable):
10298 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
10299 Fix typos in docstrings.
10300
ecbaeb7b
MA
103012010-02-14 Michael Albinus <michael.albinus@gmx.de>
10302
10303 * files.el (insert-directory): When WILDCARD-REGEXP and
10304 FULL-DIRECTORY-P are nil, insert the file entry instead of the
10305 whole directory. (Bug#5551)
10306
10307 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
10308 dired's alignment sanity. (Bug#5516)
10309
91e3333f
JL
103102010-02-14 Juri Linkov <juri@jurta.org>
10311
10312 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
10313 Remove remaining ^H with their preceding chars. (Bug#5566)
10314
36020642
GM
103152010-02-13 Glenn Morris <rgm@gnu.org>
10316
10317 * simple.el (transpose-subr): Give it a doc-string.
10318
10319 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
10320 Doc fixes.
10321
f5952338
JL
103222010-02-12 Juri Linkov <juri@jurta.org>
10323
10324 * arc-mode.el (archive-unique-fname): Make directories for nested
10325 archives. (Bug#5540)
10326
918fe50f
JL
103272010-02-12 Juri Linkov <juri@jurta.org>
10328
10329 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
10330
c07ff221
SM
103312010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10332
48b1e7cf
SM
10333 * subr.el (copy-overlay): Handle deleted overlays.
10334
c07ff221
SM
10335 * man.el (Man-completion-table): Don't signal an error if we can't run
10336 manual-program (bug#4056).
10337
0e374247
JB
103382010-02-10 Juanma Barranquero <lekktu@gmail.com>
10339
10340 * textmodes/artist.el (artist-mt): Fix typos in docstring.
10341
dbf8402b
SM
103422010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10343
348d1e60
SM
10344 * info.el (Info-bookmark-jump): Simplify.
10345
dbf8402b
SM
10346 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
10347 (bookmark-default-handler): Accept new bookmark field `buffer'.
10348
e6d23bb5
CY
103492010-02-10 Chong Yidong <cyd@stupidchicken.com>
10350
10351 * iswitchb.el (iswitchb-completions): Revert last change.
10352
a8e4290b
MA
103532010-02-10 Michael Albinus <michael.albinus@gmx.de>
10354
2b23acde 10355 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
10356 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
10357 This prevents file names like "~/" being listed literally.
a8e4290b 10358
c59d6fad
DN
103592010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
10360
348d1e60
SM
10361 * term/xterm.el (xterm-maybe-set-dark-background-mode):
10362 Remove dead code. (Bug#5546)
c59d6fad 10363
3a66e78f
CY
103642010-02-09 Chong Yidong <cyd@stupidchicken.com>
10365
10366 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
10367 correctly (Bug#5548).
10368
f29fd869
CY
103692010-02-08 Jose E. Marchesi <jemarch@gnu.org>
10370
10371 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 10372 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 10373
7fad1447
KH
103742010-02-08 Kenichi Handa <handa@m17n.org>
10375
10376 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 10377 cookie for putting `lisp-indent-function'.
7fad1447 10378
50e4518b
GM
103792010-02-07 Glenn Morris <rgm@gnu.org>
10380
10381 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
10382 Move F2003 named interfaces from keywords-2 to keywords-1, and
10383 use function-name-face rather than constant-face.
10384 Simplify "abstract interface" regexp.
10385
a4cc44cf
CY
103862010-02-07 Chong Yidong <cyd@stupidchicken.com>
10387
10388 * eshell/esh-util.el (eshell-file-attributes): New optional arg
10389 ID-FORMAT. Pass it to `file-attributes'.
10390
10391 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
10392
c917476d
CY
103932010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
10394
10395 * faces.el (set-face-attribute): Allow calling
10396 internal-set-lisp-face-attribute with 'unspecified family and
10397 foundry argument (Bug#5536).
10398
7cf3f3d6
GM
103992010-02-07 Glenn Morris <rgm@gnu.org>
10400
10401 * progmodes/f90.el (f90-font-lock-keywords-2)
10402 (f90-looking-at-type-like, f90-looking-at-program-block-end):
10403 Handle F2003 named interfaces.
10404
ffe87109
CY
104052010-02-06 Chong Yidong <cyd@stupidchicken.com>
10406
10407 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
10408 beg and end before calling c-get-state-before-change-functions.
10409
4775ecad
DN
104102010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
10411
33aeea0e
SM
10412 * vc-bzr.el (vc-bzr-dir-extra-headers):
10413 Disable the pending merges header.
4775ecad 10414
0d17c4b9
JL
104152010-02-05 Juri Linkov <juri@jurta.org>
10416
10417 * doc-view.el (doc-view-mode):
10418 * image-mode.el (image-mode): Put property mode-class=special.
10419 (Bug#4896)
10420
8228a275
MH
104212010-02-05 Mark A. Hershberger <mah@everybody.org>
10422
10423 * vc-svn.el (vc-svn-revision-table): New function.
10424
d9320986
MA
104252010-02-05 Michael Albinus <michael.albinus@gmx.de>
10426
10427 * net/ange-ftp.el (ange-ftp-insert-directory):
10428 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
10429 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
10430 Handle also directories. (Bug#5478)
10431
f43d8ecc
GM
104322010-02-05 Glenn Morris <rgm@gnu.org>
10433
10434 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
10435
ce3a988d
CY
104362010-02-05 Chong Yidong <cyd@stupidchicken.com>
10437
10438 * startup.el (command-line-1): Convert options beginning with a
10439 single dash as well (Bug#5519).
10440
bdd42899
SM
104412010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
10442
51b23c44
SM
10443 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
10444 * minibuffer.el (completion-initials-expand): Only check the presence
10445 of delims *within* the boundaries, since otherwise the / delim is
10446 always found for files.
10447
bdd42899
SM
10448 Fix up various corner case problems.
10449 * doc-view.el (doc-view-last-page-number): New function.
10450 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
10451 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
10452 (doc-view-kill-proc): Avoid inf-loop in freak cases.
10453 (doc-view-reconvert-doc): Use the new recursive delete-directory.
10454 (doc-view-convert-current-doc): Don't create the resolution.el file
10455 here any more.
10456 (doc-view-pdf/ps->png): Do it here instead.
10457 (doc-view-already-converted-p): Check that resolution.el is present.
10458 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
10459 windows that are not yet showing images.
10460
d5b3979c
MA
104612010-02-04 Michael Albinus <michael.albinus@gmx.de>
10462
10463 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
10464 `dired-uncache' for every elemnt which is an absolute file name.
10465
10466 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
10467 directory, handle its directory component.
10468 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
10469 function is called permanently and creates noise, otherwise.
10470
10471 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
10472 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
10473 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
10474
b003beb1
DB
104752010-02-04 David Burger <dburger@google.com> (tiny change)
10476
10477 * macros.el (apply-macro-to-region-lines):
10478 Minor simplification. (Bug#5485)
10479
ea92f9f3
GM
104802010-02-04 Glenn Morris <rgm@gnu.org>
10481
a03ae20d
GM
10482 * mail/rmail.el (rmail-show-message-1): Handle malformed
10483 quoted-printable text. (Bug#5441)
10484
4d01b827
GM
10485 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
10486
ea92f9f3
GM
10487 * simple.el (visual-line-mode): Capitalize lighter.
10488
82055bb7
JW
104892010-02-03 John Wiegley <jwiegley@gmail.com>
10490
10491 * iswitchb.el (iswitchb-completions): Add bookmark files to the
10492 list of files considered for "virtual buffer" completions.
10493
8214b6e4
MA
104942010-02-03 Michael Albinus <michael.albinus@gmx.de>
10495
10496 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 10497 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
10498 when dired is called with a list of files, which are not in
10499 `default-directory'. (Bug#5478)
10500
1df9718f
SM
105012010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
10502
10503 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
10504
02ba1267
JL
105052010-02-02 Juri Linkov <juri@jurta.org>
10506
10507 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
10508 from unidiff to allow function-line after @@.
10509
a0c6a0fb
JL
105102010-02-02 Juri Linkov <juri@jurta.org>
10511
10512 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
10513 '(RCS SCCS) with inverted condition.
10514
c35fcd52
MA
105152010-02-02 Michael Albinus <michael.albinus@gmx.de>
10516
10517 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
10518 messages.
10519
6ba973c1
JL
105202010-02-01 Juri Linkov <juri@jurta.org>
10521
10522 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
10523 compare with "pkunzip" and "pkzip" instead of only "pkzip".
10524 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
10525 only when (car archive-zip-extract) is "unzip". (Bug#5475)
10526
0bca393f
SM
105272010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
10528
10529 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
10530 (doc-view-revert-buffer): New command.
10531 (doc-view-mode-map): Use it.
10532
7a444e2a
DN
105332010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
10534
10535 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
10536 pending merge is detected.
10537
ad6fc8f4
JL
105382010-01-31 Juri Linkov <juri@jurta.org>
10539
10540 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
10541 beginning of interactive spec like all other grep commands do.
10542 Put "all" in front of "gz". (Bug#5260)
10543
b9236874
DN
105442010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
10545
10546 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
10547
1e868757
CY
105482010-01-29 Chong Yidong <cyd@stupidchicken.com>
10549
10550 * dirtrack.el (dirtrack): Warn instead of signalling error if the
10551 regexp is incorrect (Bug#5476).
10552
e5c70c41
MA
105532010-01-29 Michael Albinus <michael.albinus@gmx.de>
10554
10555 * net/tramp.el (tramp-handle-insert-directory): Handle also
10556 symlinks, when FILENAME is not in `default-directory'.
10557
0c0b61f1
MA
105582010-01-28 Michael Albinus <michael.albinus@gmx.de>
10559
10560 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 10561 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
10562
10563 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
10564 of SWITCHES. Handle the case, FILENAME is not in
10565 `default-directory'. (Bug#5478)
10566 (tramp-register-file-name-handlers): Add safe-magic property.
10567
763f325e
CY
105682010-01-28 Chong Yidong <cyd@stupidchicken.com>
10569
10570 * arc-mode.el (archive-zip-extract): Quote the argument passed to
10571 unzip (Bug#5475).
10572
fd09a83f
CY
105732010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
10574
10575 * progmodes/flymake.el (flymake-allowed-file-name-masks)
10576 (flymake-master-make-header-init): Add other C++ filename masks.
10577 (flymake-find-possible-master-files)
10578 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
10579
7e5686f0
MA
105802010-01-28 Michael Albinus <michael.albinus@gmx.de>
10581
10582 Fix some busybox annoyances.
10583
10584 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
10585 not responding." string.
10586 (tramp-open-connection-setup-interactive-shell): Dump stty
10587 settings. Enable "neveropen" arg for all `tramp-send-command'
10588 calls. Handle "=" in variable values properly.
10589 (tramp-find-inline-encoding): Raise an error, when no encoding is
10590 found.
10591 (tramp-wait-for-output): Check, whether PROC buffer is available.
10592 Remove spurious " ^H" sequences, sent by busybox.
10593 (tramp-get-ls-command): Suppress coloring, if possible.
10594
c6265c10
GM
105952010-01-28 Glenn Morris <rgm@gnu.org>
10596
c85a168b
GM
10597 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
10598
c6265c10
GM
10599 * log-edit.el (log-edit-strip-single-file-name): Add missing
10600 :safe, :group, and :version tags.
10601
7d82a738
SB
106022010-01-27 Stephen Berman <stephen.berman@gmx.net>
10603
10604 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
10605 buffers. (Bug#5477)
10606
8b0e68ea
CY
106072010-01-27 David De La Harpe Golden <david@harpegolden.net>
10608
10609 * files.el (delete-directory): Handle moving to trash without
10610 first doing recursion (Bug#5436).
10611
368d3208
DN
106122010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
10613
10614 * vc-hooks.el (vc-path): Mark as obsolete.
10615
755da7fa
DN
106162010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
10617
e2396d80
DN
10618 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
10619 names too.
10620
755da7fa
DN
10621 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
10622 for the short log.
10623 (vc-bzr-log-view-mode): Adjust regexp for the above change.
10624
6a6d15ab 106252010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 10626
ac9ffe99 10627 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 10628
48c2d18a 10629 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 10630
25f38310 106312010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
504dcc71
EH
10632
10633 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
10634 diff-index command. This requires at least git-1.5.5. (Bug#1589).
10635
51850286
DN
106362010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
10637
c2f1d6d8
DN
10638 Remove support for adding --signoff on commit.
10639 Future support will use an incompatible generic mechanism.
10640 * vc-git.el (vc-git-add-signoff): Remove variable.
10641 (vc-git-toggle-signoff): Remove function.
10642 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
10643
6a7662bb
BR
10644 * term/xterm.el (xterm-maybe-set-dark-background-mode):
10645 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
10646 was set.
10647 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
10648 earlier, call it again in case the background mode has changed.
10649
02c6d0d0
CY
106502010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
10651
10652 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
10653 (Bug#3541).
10654
064eee03
CY
106552010-01-23 Chong Yidong <cyd@stupidchicken.com>
10656
02c6d0d0
CY
10657 * emacs-lisp/assoc.el (aelement): Doc fix.
10658 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 10659
5336c3ec 106602010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 10661
48c2d18a 10662 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
10663 is the same as subprogram call, not declaration. (Bug#5435).
10664
0536254e
MA
106652010-01-23 Michael Albinus <michael.albinus@gmx.de>
10666
10667 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
10668 (tramp-smb-maybe-open-connection): Use it.
10669
411d06c2
MA
106702010-01-22 Michael Albinus <michael.albinus@gmx.de>
10671
0536254e 10672 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 10673
c893016b
SM
106742010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
10675
10676 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
10677 just because we see "encoding: 8bit".
10678 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
10679
9425f8e1
CY
106802010-01-22 Chong Yidong <cyd@stupidchicken.com>
10681
10682 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
10683
6a801864
EZ
106842010-01-22 Eli Zaretskii <eliz@gnu.org>
10685
10686 * jka-compr.el (jka-compr-load): If load-file is not in
10687 load-history, try its file-truename version. (bug#5447)
10688
3e8f7d91
AM
106892010-01-21 Alan Mackenzie <acm@muc.de>
10690
10691 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
10692 * progmodes/cc-engine.el (c-invalidate-state-cache):
10693 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
10694 special cpp construct is still in the buffer.
10695 (c-parse-state): Record the special cpp with markers, not numbers.
10696
f0bd0ad5
CY
106972010-01-21 Kenichi Handa <handa@m17n.org>
10698
10699 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
10700 process last-command-event, as it is now decoded first (Bug#5380).
10701
5189d95b
CY
107022010-01-20 Chong Yidong <cyd@stupidchicken.com>
10703
10704 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
10705
e073d74a
GM
107062010-01-20 Glenn Morris <rgm@gnu.org>
10707
10708 * indent.el (tab-always-indent): Fix custom-type.
10709
8ee04f3a
AM
107102010-01-19 Alan Mackenzie <acm@muc.de>
10711
10712 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
10713 buffer throws "args out of range".
10714 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
10715 playing the role of delimiter.
10716
6a47c86a
SL
107172010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
10718
bf0b361c 10719 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
10720 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
10721 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
10722 changed. Delete RECURSIVE parameter; never used. Improve doc string.
10723 Improve comments in "is" portion. Handle null procedure declaration.
10724 (ada-move-to-end): Improve doc string.
10725
2acfb954
ÓF
107262010-01-18 Óscar Fuentes <ofv@wanadoo.es>
10727
e90d57c0 10728 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 10729 Remove obsolete information from commentary.
e90d57c0
JB
10730 (ido-choice-list): Initialize to nil.
10731 (ido-get-bufname): Reject minibuffers.
10732 (ido-make-buffer-list): If "default" is a nonexistent
10733 buffer, ignore it, as per the function's comment.
10734 (ido-kill-buffer-internal): New function.
10735 (ido-kill-buffer-at-head): Use it.
10736 (ido-visit-buffer): Likewise.
2acfb954 10737
244b023e
CY
107382010-01-18 Chong Yidong <cyd@stupidchicken.com>
10739
10740 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
10741
db9e401b
JB
107422010-01-18 Juanma Barranquero <lekktu@gmail.com>
10743
db9e401b
JB
10744 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
10745 Fix typos in chart titles.
10746
10747 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
10748 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
10749 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
10750 (describe-class, eieio-describe-generic, describe-generic):
10751 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
10752 (eieio-speedbar-expand):
10753 * emulation/viper-cmd.el (viper-exec-form-in-vi)
10754 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
10755 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
10756 (viper-del-backward-char-in-replace, viper-backward-indent)
10757 (viper-brac-function, viper-register-to-point, viper-submit-report):
10758 * net/tramp.el (tramp-remote-coding-commands):
10759 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
10760 Fix typos in docstrings.
10761
9295137d
CY
107622010-01-17 Chong Yidong <cyd@stupidchicken.com>
10763
10764 * mail/sendmail.el (mail-yank-original): Set the mark if the
10765 specified function for yanking does not do it.
10766
4d0bbcb6
DN
107672010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
10768
7902c120
DN
10769 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
10770
4d0bbcb6
DN
10771 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
10772 resyncing a directory.
10773
0b702bc1
SL
107742010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
10775
6a47c86a 10776 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
10777 (ada-ident-re): Delete ., allow multibyte characters.
10778 (ada-goto-label-re): New; matches goto labels.
10779 (ada-block-label-re): New; matches block labels.
10780 (ada-label-re): New; matches both.
10781 (ada-named-block-re): Deleted; callers changed to use
10782 `ada-block-label-re' instead.
10783 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
10784 Use `ada-block-label-re'.
10785 (ada-indent-on-previous-lines): Improve handling of goto labels.
10786 (ada-get-indent-block-start): Special-case block label.
10787 (ada-get-indent-label): Split into `ada-indent-block-label' and
10788 `ada-indent-goto-label'.
10789 (ada-goto-stmt-start, ada-goto-next-non-ws):
10790 Optionally ignore goto labels.
10791 (ada-goto-next-word): Simplify.
10792 (ada-indent-newline-indent-conditional): Insert newline before
10793 trying to fix indentation; doc fix.
10794
05287c49
JB
107952010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
10796
10797 * calc/calc.el (calc-command-flags): Give it an initial value.
10798
4963739e
JB
107992010-01-17 Juanma Barranquero <lekktu@gmail.com>
10800
4963739e
JB
10801 * files.el (minibuffer-with-setup-hook):
10802 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
10803 (artist-key-draw-continously, artist-key-do-continously-continously)
10804 (artist-key-set-point-continously, artist-mouse-draw-continously):
10805 Fix typos in docstrings.
10806
116bd1ee
CY
108072010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
10808
6a7662bb
BR
10809 * nxml/nxml-mode.el (nxml-extend-after-change-region):
10810 Never return t (Bug#3898).
116bd1ee 10811
2784cd7a 108122010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
10813
10814 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
10815 can parse the output of the external commands (Bug#5279).
10816
abd5cfe8
CY
108172010-01-16 Jari Aalto <jari.aalto@cante.net>
10818
10819 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
10820
4fe22cdf
CY
108212010-01-16 Chong Yidong <cyd@stupidchicken.com>
10822
bbdc98ef
CY
10823 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
10824
c7dc1ac1
CY
10825 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
10826
4fe22cdf
CY
10827 * startup.el (command-line): Remove unused --icon-type arg.
10828 Handle --display arg, passing it to command-line-1 (Bug#5392).
10829
045b9da7
ML
108302010-01-16 Mario Lang <mlang@delysid.org>
10831
045b9da7
ML
10832 * emacs-lisp/chart.el (chart-translate-namezone):
10833 * textmodes/artist.el (artist-compute-popup-menu-table):
10834 Remove duplicated words in doc-strings.
10835
6554a5df
CY
108362010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
10837
10838 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
10839 to mairix-search to suppress threading (Bug#5342).
10840
ca4f0e9a
KH
108412010-01-15 Kenichi Handa <handa@m17n.org>
10842
10843 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 10844 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 10845
1db3226b
GM
108462010-01-15 Glenn Morris <rgm@gnu.org>
10847
56a03f46
GM
10848 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
10849
10850 * wid-edit.el (widget-keymap): Doc fix.
10851
1db3226b
GM
10852 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
10853 former seems to be more widely accepted by various svn versions.
10854
80cd4bb4
JB
108552010-01-14 Juanma Barranquero <lekktu@gmail.com>
10856
d1f18ec0
JB
10857 * find-cmd.el (find-constituents):
10858 * vc-arch.el (vc-arch-root):
10859 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
10860 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
10861 * progmodes/ada-stmt.el (ada-if):
10862 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
10863 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
10864 (ispell-encoding8-command, ispell-aspell-supports-utf8)
10865 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
10866
80cd4bb4
JB
10867 * progmodes/flymake.el (flymake-post-syntax-check):
10868 Fix typo in error message.
10869
9c23ca47
JB
108702010-01-14 Juanma Barranquero <lekktu@gmail.com>
10871
10872 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
10873 which is always a string. (Bug#5313)
10874
8794c483
JB
108752010-01-14 Juanma Barranquero <lekktu@gmail.com>
10876
10877 * progmodes/ada-xref.el (ada-default-prj-properties):
10878 Simplify previous change.
10879
95005d39
SL
108802010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
10881
10882 * progmodes/ada-xref.el (ada-default-prj-properties):
10883 Default ada_project_path to $ADA_PROJECT_PATH.
10884
108852010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
10886
10887 * progmodes/ada-mode.el (ada-create-keymap):
10888 Override `narrow-to-defun' with `ada-narrow-to-defun'.
10889
fb0d1545
SL
108902010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
10891
10892 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
10893 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
10894 (ada-get-current-indent, ada-imenu-generic-expression)
10895 (ada-which-function): Check for it.
10896
5c9434d0
SL
108972010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
10898
10899 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
10900 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
10901
3a4f3a3b
GM
109022010-01-14 Glenn Morris <rgm@gnu.org>
10903
10904 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
10905
d9a7c140
KH
109062010-01-14 Kenichi Handa <handa@m17n.org>
10907
10908 * composite.el (auto-composition-mode): Make it a buffer local
10909 variable (permanent-local).
10910 (auto-composition-function): Set the default value to
10911 auto-compose-chars.
49caf252 10912 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
10913 (global-auto-composition-mode): Likewise.
10914 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 10915
38bee102
KF
109162010-01-13 Karl Fogel <kfogel@red-bean.com>
10917
10918 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 10919
b8b45afc
MA
109202010-01-12 Michael Albinus <michael.albinus@gmx.de>
10921
10922 * files.el (copy-directory): Compute target for recursive
10923 directories with identical names. (Bug#5343)
10924
893db5bc
GM
109252010-01-12 Glenn Morris <rgm@gnu.org>
10926
6a7662bb
BR
10927 * mail/emacsbug.el (report-emacs-bug-pretest-address):
10928 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 10929
d8b8451f
SS
109302010-01-11 Sam Steingold <sds@gnu.org>
10931
10932 * imenu.el (imenu-default-create-index-function): Detect infinite
10933 loops caused by imenu-prev-index-position-function.
10934
30afcdff
JB
109352010-01-11 Juanma Barranquero <lekktu@gmail.com>
10936
10937 * htmlfontify.el (htmlfontify-load-rgb-file)
10938 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
10939 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
10940 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
10941 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
10942 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
10943 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
10944 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
10945 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
10946 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
10947 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
10948 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
10949 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
10950 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
10951 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
10952 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
10953 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
10954 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
10955 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
10956 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
10957 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
10958 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
10959 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
10960 backslash-quoting from parentheses, etc.
10961
92b1c416
CY
109622010-01-11 Chong Yidong <cyd@stupidchicken.com>
10963
10964 * progmodes/js.el: Autoload javascript-mode alias.
10965
4454adab
JB
109662010-01-11 Juanma Barranquero <lekktu@gmail.com>
10967
10968 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
10969 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
10970 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
10971 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
10972 Fix typos in docstrings.
10973 (ffap-url-regexp): Doc fix.
10974 (ffap-at-mouse): Fix typo in message.
10975
6589a2f9
GM
109762010-01-11 Glenn Morris <rgm@gnu.org>
10977
10978 * version.el (emacs-copyright): Set copyright year to 2010.
10979
4e5617ee
SM
109802010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
10981
10982 * format.el (format-annotate-function): Only set
10983 write-region-post-annotation-function after running to-fn so as not to
10984 affect nested write-region calls (bug#5273).
10985
52bee098
CY
109862010-01-10 Chong Yidong <cyd@stupidchicken.com>
10987
a069f067
CY
10988 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
10989 wisent/python.el.
10990
e709e39d
CY
109912010-01-09 Chong Yidong <cyd@stupidchicken.com>
10992
10993 * man.el (Man-goto-section): Signal error if the section is not
10994 found (Bug#5317).
10995
6ee86780
JB
109962010-01-09 Juanma Barranquero <lekktu@gmail.com>
10997
10998 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
10999 URLs with a leading triple slash in the file: scheme. (Bug#5345)
11000
fa7b5f7b
CY
110012010-01-09 Chong Yidong <cyd@stupidchicken.com>
11002
11003 * progmodes/compile.el: Don't treat compile-command as safe if
11004 compilation-read-command might be nil (Bug#4218).
11005
de62c4d9
JD
110062010-01-09 Jan Djärv <jan.h.d@swipnet.se>
11007
11008 * startup.el (command-line-1): Use orig-argi to check for ignored X and
11009 NS options.
11010
e94be827
KH
110112010-01-08 Kenichi Handa <handa@m17n.org>
11012
4e5617ee
SM
11013 * international/fontset.el (build-default-fontset-data):
11014 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 11015
1dfae2a2
JB
110162010-01-07 Juanma Barranquero <lekktu@gmail.com>
11017
11018 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
11019 to `create-file-buffer' as it expects, not just a buffer name.
11020 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
11021 to help uniquify. (Bug#3224)
11022
d0cf45b7
JD
110232010-01-06 Jan Djärv <jan.h.d@swipnet.se>
11024
11025 * font-setting.el (font-setting-change-default-font): Use user-spec
11026 instead of name.
11027
7534fa5e
DN
110282010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
11029
11030 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
11031
fd579fdc
CY
110322010-01-05 Tom Tromey <tromey@redhat.com>
11033
4e5617ee
SM
11034 * progmodes/python.el (python-font-lock-keywords):
11035 Handle qualified decorators (Bug#881).
fd579fdc 11036
37860caf
DN
110372010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
11038
11039 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
11040 in a lightweight checkout.
11041
69db641d
KH
110422010-01-05 Kenichi Handa <handa@m17n.org>
11043
4e5617ee 11044 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 11045
b25d6a02
DN
110462010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
11047
11048 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
11049
137d88ca
DN
110502010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
11051
11052 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
11053 checkouts. (Bug#618)
3d5d0aa9 11054 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
11055 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
11056 (vc-bzr-shelve-menu-map):
11057 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
11058 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 11059
da76998b
CY
110602010-01-02 Chong Yidong <cyd@stupidchicken.com>
11061
11062 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
11063 They are valid characters in URL paths (rfc3986), and at least
11064 Firefox does not understand the encoded version (Bug#3166).
11065
b2ad70b6
CY
110662010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
11067
11068 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
11069 (octave-block-begin-or-end-regexp, octave-block-match-alist):
11070 Add "end" keyword (Bug#3061).
b2ad70b6
CY
11071 (octave-end-as-array-index-p): New function.
11072 (calculate-octave-indent): Use it.
11073
54136282
KF
110742010-01-02 Karl Fogel <kfogel@red-bean.com>
11075
11076 * bookmark.el: Consistently put the text property on the bookmark name.
11077 (bookmark-bmenu-marks-width): Bump back to 2, to include
11078 annotation marks.
11079 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
11080 property on the bookmark name, instead of not putting it at all.
11081 (bookmark-bmenu-list): Fix where we put the text property.
11082
cc4d3cad
KF
110832010-01-02 Karl Fogel <kfogel@red-bean.com>
11084
11085 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
11086 for showing buffer modified state (as added in the previous change).
11087
b894c439
KF
110882010-01-02 Karl Fogel <kfogel@red-bean.com>
11089
11090 * bookmark.el: Show modified state of bookmark buffer more accurately.
11091 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
11092 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
11093 (with-buffer-modified-unmodified): New macro.
11094 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
11095 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 11096 Use new macro to preserve the buffer modified state.
b894c439 11097
3a69db53
KF
110982010-01-02 Karl Fogel <kfogel@red-bean.com>
11099
4e5617ee 11100 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
11101 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
11102 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
11103 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
11104 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
11105 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
11106 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 11107
af414f10
EZ
111082010-01-02 Eli Zaretskii <eliz@gnu.org>
11109
4e5617ee
SM
11110 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11111 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 11112
f2ec0e5e
CY
111132010-01-02 Ryan Yeske <rcyeske@gmail.com>
11114
11115 * net/rcirc.el: Add follow-link binding (Bug#4738).
11116
38c1ba62
EZ
111172010-01-02 Eli Zaretskii <eliz@gnu.org>
11118
4e5617ee 11119 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
11120 (cvs-update): New target for backward compatibility.
11121
4e5617ee 11122 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
11123 (cvs-update): New target for backward compatibility.
11124
ea2c0f5b
KF
111252010-01-02 Karl Fogel <kfogel@red-bean.com>
11126
11127 * bookmark.el: Remove gratuitous gratitude.
11128
5ae329f4
KF
111292010-01-02 Karl Fogel <kfogel@red-bean.com>
11130
c4cc8b9a 11131 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
11132 (bookmark-bmenu-save): Clear buffer modification if no marks.
11133
111342010-01-02 Karl Fogel <kfogel@red-bean.com>
11135
11136 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
11137 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
11138 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
11139 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
11140
11141 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
11142 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
11143 To: emacs-devel {_AT_} gnu.org
11144 Subject: bookmark.el bug report
11145 Date: Mon, 28 Dec 2009 14:19:16 +0800
11146 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
11147
aef053eb
KF
111482010-01-02 Karl Fogel <kfogel@red-bean.com>
11149
11150 * bookmark.el: Improvements suggested by Drew Adams:
11151 (bookmark-bmenu-ensure-position): New name for
11152 `bookmark-bmenu-check-position'. Just ensure the position,
11153 don't return any meaningful value.
11154 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
11155 New constants.
11156
0472835f
JB
111572010-01-02 Juanma Barranquero <lekktu@gmail.com>
11158
11159 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
11160 (bookmark-yank-point, bookmark-bmenu-check-position):
11161 Fix typos in docstrings.
11162 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
11163 (bookmark-name-from-full-record, bookmark-get-position)
11164 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
11165 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
11166 Remove useless quoting of parenthesis, etc. in docstrings.
11167
11168 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
11169 (ediff-append-custom-diff): Fix typo in error message.
11170 (ediff-meta-mark-equal-files): Fix typos in messages.
11171
11172 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
11173
0472835f
JB
11174 * net/imap-hash.el (imap-hash-make): Doc fix.
11175 (imap-hash-test): Fix typo in error message; reflow docstring.
11176 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
11177 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
11178 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
11179 Fix typos in docstrings.
11180 (imap-hash-open-connection): Fix typo in error message.
11181
11182 * play/gomoku.el (gomoku): Fix typos in docstring.
11183
11184 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
11185 (gdb-jsonify-buffer): Fix typos in docstring.
11186 (gdb-goto-breakpoint): Fix typo in error message.
11187 ("Display Other Windows"): Fix typo in help message.
11188 (gdb-speedbar-expand-node): Fix typo in question.
11189
11190 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
11191 (idlwave-html-system-help-location, idlwave-html-help-location)
11192 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
11193 (idlwave-help-browser-generic-args, idlwave-help-directory)
11194 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
11195 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
11196 (idlwave-online-help, idlwave-help-html-link)
11197 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
11198 Fix typos in docstrings.
11199 (idlwave-help-with-source, idlwave-help-find-routine-definition):
11200 Reflow docstrings.
11201 (idlwave-help-assistant-start): Fix typo in error message.
11202
11203 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
11204 (octave-electric-space): Fix typos in docstrings.
11205
9bbe0828
CY
112062010-01-01 Chong Yidong <cyd@stupidchicken.com>
11207
11208 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
11209
a88c46c3
CY
112102010-01-01 Juri Linkov <juri@jurta.org>
11211
11212 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 11213 increase the default to 500 (Bug#5148).
a88c46c3 11214
7ee6c59b
NR
112152009-12-31 Nick Roberts <nickrob@snap.net.nz>
11216
11217 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
11218 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
11219 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
11220
a9c8a2cd
NR
112212009-12-30 Nick Roberts <nickrob@snap.net.nz>
11222
11223 Show working revision correctly for mercurial.
11224 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 11225 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 11226
659e4408
JB
112272009-12-29 Juanma Barranquero <lekktu@gmail.com>
11228
11229 Declare some functions for the byte-compiler.
11230 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
11231 (speedbar-timer-fn, speedbar-change-expand-button-char)
11232 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
11233
7ee6c59b
NR
112342009-12-29 Nick Roberts <nickrob@snap.net.nz>
11235
11236 This changeset reverts GDB Graphical Interface to use annotations.
11237 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
11238
460f6e7c
DN
112392009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11240
11241 Make vc-dir work on subdirectories of the bzr root.
6a7662bb
BR
11242 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
11243 Return file names relative to it.
460f6e7c
DN
11244 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
11245 relative directory to vc-bzr-after-dir-status.
11246
543f553a
TH
112472009-12-28 Tassilo Horn <tassilo@member.fsf.org>
11248
11249 * font-lock.el (font-lock-refresh-defaults): New function, which
11250 can be used to let font-lock react to external changes in
11251 variables like font-lock-defaults and keywords.
11252 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
11253
2592ab76
DN
112542009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
11255
ac859983
DN
11256 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
11257
2592ab76
DN
11258 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
11259
58941d03
JB
112602009-12-28 Juanma Barranquero <lekktu@gmail.com>
11261
11262 Supersede color.diff settings in git log (bug#5211).
11263
11264 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
11265 escape chars in its output when the user has color.diff set to `always'.
11266 This fix works on git 1.4.2 and newer (released on 2006-08-13).
11267
39764e76
KR
112682009-12-26 Kevin Ryde <user42@zip.com.au>
11269
11270 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
11271 node. Keep previous "Index" name to work with past coreutils too.
11272
91c4831e
KR
11273 * man.el (man): Revise docstring a bit to show -a and -l as
11274 examples. Add -k description since support for it has otherwise
11275 been a secret. (Further to bug#3717.)
651e932e
KR
11276 (Man-bgproc-sentinel): When "-k foo" produces no output show error
11277 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 11278 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 11279
7f4d4a97
MA
112802009-12-26 Michael Albinus <michael.albinus@gmx.de>
11281
11282 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
11283 switches. Check also for //SUBDIRED// line.
11284
bcffff46
KH
112852009-12-25 Kenichi Handa <handa@m17n.org>
11286
88b5a757 11287 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
11288 handle ZWNJ and ZWJ. Use it in composition-function-table for
11289 Devanagari.
11290 (malayalam-composable-pattern): Fix previous change.
11291
dc1dcfa4
VJL
112922009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11293
11294 * ps-print.el (ps-face-attributes): It was not returning the
11295 attribute face for faces specified as string. Reported by harven
80525855 11296 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
11297 (ps-print-version): New version 7.3.5.
11298
6fe539d2
UJ
112992009-12-18 Ulf Jasper <ulf.jasper@web.de>
11300
85626eef 11301 * calendar/icalendar.el (icalendar--convert-tz-offset):
88b5a757
DD
11302 Fix timezone names.
11303 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
11304 (icalendar--add-diary-entry): Remove the trailing blank that
11305 diary-make-entry inserts.
11306
1f3611c6
MA
113072009-12-17 Michael Albinus <michael.albinus@gmx.de>
11308
11309 Make `file-expand-wildcards' work for remote files.
11310
11311 * files.el (file-expand-wildcards): In case of remote files, check
11312 only local file name part for wildcards. Provide feature 'files
11313 and subfeature 'remote-wildcards. (Bug#5198)
11314
11315 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
11316 if there is already an established connection.
11317 (tramp-advice-file-expand-wildcards): Remove it.
11318
11319 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 11320 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
11321 Activate advice for older GNU Emacs versions. (Bug#5237)
11322
9762b219
JB
113232009-12-17 Juanma Barranquero <lekktu@gmail.com>
11324
11325 Some doc fixes (more needed).
11326
11327 * find-cmd.el (find-constituents): Reflow docstring.
11328 (find-cmd, find-prune, find-command): Fix typos in docstrings.
11329 (find-generic): Doc fix.
11330
cfb54897
JL
113312009-12-17 Juri Linkov <juri@jurta.org>
11332
11333 Fix regression from 23.1 to allow multiple modes in Local Variables.
11334
11335 * files.el (hack-local-variables-filter): While ignoring duplicates,
11336 don't take `mode' into account.
85626eef
SM
11337 (hack-local-variables-filter, hack-dir-local-variables):
11338 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 11339
ad974e9e
JL
113402009-12-17 Juri Linkov <juri@jurta.org>
11341
85626eef 11342 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
11343
11344 * dired-aux.el (dired-diff): Signal an error when `file' equals to
11345 `current' or when `file' is a directory of the `current' file.
11346
3616e0b9
AS
113472009-12-17 Andreas Schwab <schwab@linux-m68k.org>
11348
11349 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
11350 unconditionally preloaded files.
11351
72b57560
JL
113522009-12-16 Juri Linkov <juri@jurta.org>
11353
11354 Revert to old 23.1 logic of using the file at the mark as default.
11355 * dired-aux.el (dired-diff): Use the file at the mark as default
11356 if it's not the same as the current file, and the target dir is
11357 the current dir or the mark is active. Add the current file
11358 as the arg of `dired-dwim-target-defaults'. Use the default file
11359 in the prompt. (Bug#5225)
11360
68712eb6
MA
113612009-12-15 Michael Albinus <michael.albinus@gmx.de>
11362
11363 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
11364 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
11365 (tramp-check-for-regexp): Check also, when an echoing shell stops
11366 to echo sent commands.
11367
fd471993
CY
113682009-12-14 Chong Yidong <cyd@stupidchicken.com>
11369
11370 * Makefile.in: Revert last change (Bug#5191).
11371
86b5e14c
DN
113722009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
11373
11374 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
11375 (vc-hg-working-revision): Make sure the command is executed in a
11376 known environment so that we can parse the output. (Bug#4417)
86b5e14c 11377
8cffbb75
CY
113782009-12-14 Chong Yidong <cyd@stupidchicken.com>
11379
11380 * progmodes/python.el (python-symbol-completions): Remove text
11381 properties from symbol string before calling python-send-receive.
11382
6c2b67ad
NR
113832009-12-14 Nick Roberts <nickrob@snap.net.nz>
11384
11385 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 11386 when there are values for both file and line. (Bug#5060)
6c2b67ad 11387
ff6f4585
JL
113882009-12-14 Juri Linkov <juri@jurta.org>
11389
11390 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
11391 whitespace after the file name of the first line of unified format,
11392 because git-diff doesn't output whitespace and file modification time
11393 after the file name.
11394
d3de1c8e
JL
113952009-12-14 David Kastrup <dak@gnu.org>
11396
11397 * info.el (Info-hide-cookies-node): Before hiding a cookie,
11398 check if it already has the `display' property added by
11399 `Info-display-images-node', and not put the `invisible' property
11400 in this case.
11401
2f1b7dc4
GM
114022009-12-13 Glenn Morris <rgm@gnu.org>
11403
a0cefee5
GM
11404 * mail/emacsbug.el (message-sort-headers): Define for compiler.
11405 (report-emacs-bug): In message-mode, sort manually before storing
11406 original report text. (Bug#5178)
2f1b7dc4
GM
11407 Remove superfluous save-excursion.
11408
31bb373f
MA
114092009-12-12 Michael Albinus <michael.albinus@gmx.de>
11410
11411 * net/dbus.el (dbus-property-handler): Filter lambda forms out
11412 when responding to "GetAll" properties.
11413
5e1d4968
CY
114142009-12-12 Chong Yidong <cyd@stupidchicken.com>
11415
11416 * simple.el (compose-mail): Remove mail-setup-with-from from
11417 customization checks.
11418
097d86f9
EZ
114192009-12-12 Eli Zaretskii <eliz@gnu.org>
11420
11421 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
11422 RAR archives created on Unix systems.
11423
1d4adede
SM
114242009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
11425
11426 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
11427 the varalias that was accidentally removed by the 2009-11-19 change
11428 (bug#5186).
11429
3ff3655c
KH
114302009-12-12 Kenichi Handa <handa@m17n.org>
11431
11432 * language/indian.el (indian-compose-regexp): New function.
11433 (malayalam-composable-pattern): Fix the pattern.
11434 (composition-function-table): Set malayalam-composable-pattern for
11435 Malayalam characters.
11436
82d3343c
CY
114372009-12-11 Chong Yidong <cyd@stupidchicken.com>
11438
315eb96d
CY
11439 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
11440 rather than down-mouse-1, based on follow-link conventions.
11441
82d3343c
CY
11442 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
11443 are compiled.
11444
86a4c7ac
DN
114452009-12-11 Michael McNamara <mac@mail.brushroad.com>
11446
bf0b361c 11447 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
11448 (verilog-vmm-statement-re, verilog-ovm-statement-re)
11449 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
11450 (verilog-leap-to-head, verilog-backward-token):
11451 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
11452
114532009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
11454
bf0b361c
JB
11455 * progmodes/verilog-mode.el (verilog-auto-lineup)
11456 (verilog-nameable-item-re): Cleanup user-visible spelling and
11457 documentation errors. One reported by Gary Delp.
1d4adede 11458 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
11459 (verilog-read-decls): Fix AUTOWIRE with types declared in a
11460 package, bug195. Reported by Pierre-David Pfister.
11461
fe03f49a
GM
114622009-12-11 Glenn Morris <rgm@gnu.org>
11463
47641aac
GM
11464 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
11465
85094855
GM
11466 * mail/emacsbug.el: No longer require sendmail.
11467 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
11468 (report-emacs-bug-orig-text): Doc fix.
11469 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
11470 New local variables, to adapt to different mail-user-agents.
11471 (report-emacs-bug): Fix test for a gnu.org address.
11472 Use overlays for emphasis, since font-lock defeats 'face property.
11473 Pretest bugs also end up at the newsgroup these days.
11474 Stop message-mode stripping text properties.
11475 Set and use the new buffer-local variables.
11476 (report-emacs-bug-hook): Add doc-string.
11477 Remove some unnecessary save-excursions and simplify.
11478 Use the appropriate hook and send-command.
11479
fe03f49a
GM
11480 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
11481 capitalization of some menu entries.
11482
345427f0
VJL
114832009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11484
277e6741
MP
11485 * whitespace.el (whitespace-display-char-on):
11486 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
11487 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
11488 New version 12.1.
11489
c70ccbba
EZ
114902009-12-10 Eli Zaretskii <eliz@gnu.org>
11491
11492 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
11493 characters in the Attribute field.
11494
f1943c1b
DN
114952009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
11496
11497 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
11498
1c67aeaa
SM
114992009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
11500
11501 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
11502 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11503 Disregard autoload-excludes.
11504 (update-directory-autoloads): Obey autoload-excludes here instead.
11505 But don't store its contents in no-autoloads and remove entries that
11506 refer to excludes files.
11507
d8194864
GM
115082009-12-10 Glenn Morris <rgm@gnu.org>
11509
8c0171c0
GM
11510 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
11511 (expand-mail-aliases): Define for compiler.
11512
dba372dd
GM
11513 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
11514 Define for compiler.
11515
d8194864
GM
11516 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
11517 appropriate for the mail-user-agent in use.
11518
fe5facd3
MA
115192009-12-09 Michael Albinus <michael.albinus@gmx.de>
11520
11521 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
11522
99999a1d
DN
115232009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
11524
11525 Fix short log parsing and fontification.
11526 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
11527 Fix fontification for the [merge] label.
11528
2ea1c4aa
SM
115292009-12-09 Vivek Dasmohapatra <vivek@etla.org>
11530
85626eef 11531 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
11532 * htmlfontify.el (hfy-ignored-properties): New defcustom.
11533 (hfy-fontify-buffer): Use it.
11534
9840deb6
SM
115352009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
11536
a0d1aadf
SM
11537 Minor cleanup.
11538 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
11539 Adjust all callers.
11540 (ffap-locate-file): Remove unused arg `dir-ok' and make other
11541 args compulsory. Adjust callers.
11542 (ffap-gopher-at-point): Remove unused var `name'.
11543
9840deb6
SM
11544 Get rid of the ELCFILES abomination.
11545 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
11546 (compile-elcfiles): New phony target.
11547 (compile-main): Compute ELCFILES dynamically.
11548 (compile-clean): New target to remove left-over elc files.
11549 (compile, all): Use it.
11550
7eb3f9a8
KH
115512009-12-09 Kenichi Handa <handa@etlken>
11552
11553 * international/mule-diag.el: Require help-mode instead of help-fns.
11554
ae63e572
KH
115552009-12-09 Kenichi Handa <handa@m17n.org>
11556
5ce6e4f4 11557 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
11558 fine ranges instead of pre-calculating accurate ranges.
11559 Iterate with bigger gc-cons-threshold.
ae63e572 11560
e2f3c692
DN
115612009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11562
11563 Add support for stashing a snapshot of the current tree.
11564 * vc-git.el (vc-git-stash-snapshot): New function.
11565 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
11566
cf6d0352
JB
115672009-12-08 Jose E. Marchesi <jemarch@gnu.org>
11568
11569 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
11570 instead of `(beginning|end)-of-line'.
11571
48e4acc9
GM
115722009-12-08 Glenn Morris <rgm@gnu.org>
11573
6e890faa
GM
11574 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
11575
48e4acc9
GM
11576 * Makefile.in (ELCFILES): Regenerate.
11577
d2a1dc7b
JL
115782009-12-07 Juri Linkov <juri@jurta.org>
11579
11580 Don't lazy-highlight the comint output in history Isearch mode.
11581
11582 * comint.el (comint-history-isearch-search): Instead of
11583 `comint-line-beginning-position', use `comint-after-pmark-p'
11584 to check if point if before the process mark, and go to
11585 `process-mark' in this case.
11586
51ef56c4
SM
115872009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
11588
fb10ee4a
SM
11589 * textmodes/tex-mode.el (latex-complete)
11590 (latex-indent-or-complete): Remove.
11591 (latex-mode): Set completion-at-point-functions instead.
11592
11593 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
11594 * minibuffer.el (completion-at-point-functions): New var.
11595 (completion-at-point): New command.
fb10ee4a 11596 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
11597 * progmodes/python.el (python-mode-map): Use completion-at-point.
11598 (python-completion-at-point): Rename from python-partial-symbol and
11599 adjust for use in completion-at-point-functions.
11600 (python-mode): Setup completion-at-point for Python completion.
11601 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
11602 extracted from lisp-complete-symbol.
11603 (lisp-complete-symbol): Use it.
11604 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
11605 setup completion-at-point for Elisp completion.
fb10ee4a
SM
11606 (emacs-lisp-mode-map, lisp-interaction-mode-map):
11607 Use completion-at-point.
51ef56c4 11608 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 11609 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
11610 * progmodes/sym-comp.el: Move to...
11611 * obsolete/sym-comp.el: Move from progmodes.
11612
5e7a9022
EZ
116132009-12-07 Eli Zaretskii <eliz@gnu.org>
11614
11615 Prevent save-buffer in Rmail buffers from using the coding-system
11616 of the current message, and from clobbering the encoding mnemonics
11617 in the mode line (Bug#4623).
11618
11619 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
11620 flag, too.
11621 (rmail-message-encoding): New variable.
11622 (rmail-write-region-annotate): Record the encoding of the current
11623 message in rmail-message-encoding.
11624 (rmail-after-save-hook): New function, restores the encoding of
11625 the current message after the message collection is saved.
11626
9136e895
JL
116272009-12-07 Juri Linkov <juri@jurta.org>
11628
11629 * progmodes/grep.el (grep-read-files): Use `completing-read'
11630 instead of `read-string'. Set its `collection' arg to
11631 `read-file-name-internal'. (Bug#4301)
11632
40637410
JL
116332009-12-07 Juri Linkov <juri@jurta.org>
11634
11635 Correctly restore original Isearch point. (Bug#4994)
11636
11637 * isearch.el (isearch-mode): Move `isearch-push-state' after
11638 `(run-hooks 'isearch-mode-hook)'.
11639 (isearch-cancel): When `isearch-push-state-function' is defined,
11640 let-bind `isearch-cmds' to the first state (the last element of
11641 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
11642 function and restores the original point). Otherwise, move point
11643 to `isearch-opoint'.
11644
da10ce2b
SM
116452009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
11646
11647 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
11648 chars that don't have names, so the table can be built much faster at
11649 run-time.
11650
3d68fa99
CY
116512009-12-07 Chong Yidong <cyd@stupidchicken.com>
11652
f82b1493
CY
11653 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
11654 change. Suggested by David Kastrup.
11655
3d68fa99
CY
11656 * simple.el (compose-mail): Check for incompatibilities and warn.
11657 (compose-mail-user-agent-warnings): New option.
11658
662c5698
DN
116592009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
11660
11661 Support showing a single log entry from vc-annotate.
11662 * vc.el (print-log): Add a new argument: START-REVISION.
11663 (vc-print-log-internal): Add a new optional argument and
11664 pass it to the backend.
11665 (vc-print-log, vc-print-root-log): Adjust callers.
11666 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
11667 buffer already displays the requested log entry, use it.
11668 Otherwise display only the log entry in question.
11669 * vc-svn.el (vc-svn-print-log):
e4070cdc 11670 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
11671 * vc-hg.el (vc-hg-state):
11672 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
11673 (vc-git-show-log-entry): Return t on success.
11674 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
11675 (vc-bzr-show-log-entry): Return t on success.
11676 * vc-rcs.el (vc-rcs-print-log):
11677 * vc-sccs.el (vc-sccs-print-log):
11678 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
11679
e4070cdc
GM
116802009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
11681
5ce6e4f4
JB
11682 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
11683 Add menus to the meta mode. (Bug#5043)
e4070cdc 11684
5ce6e4f4 116852009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
11686
11687 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 11688 event-key.
662c5698 11689
662c5698
DN
11690 * ediff.el (ediff-buffers-internal): Add unwind-protect.
11691
dab816a9
MA
116922009-12-07 Michael Albinus <michael.albinus@gmx.de>
11693
11694 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
11695 Berbain <raphael.berbain@gmail.com>.
11696
11697 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
11698 characters.
11699 (tramp-initial-end-of-output): New defconst.
11700 (tramp-methods, tramp-find-shell)
11701 (tramp-open-connection-setup-interactive-shell)
11702 (tramp-maybe-open-connection): Use it.
6a7662bb
BR
11703 (tramp-shell-prompt-pattern, tramp-wait-for-output):
11704 Handle existence of `#' and `$'.
dab816a9 11705
6a7662bb
BR
11706 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
11707 Use `tramp-initial-end-of-output'.
dab816a9 11708
a91e1f6b
DN
117092009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
11710
11711 Get the background mode from the terminal for xterm, and set
11712 faces accordingly.
11713 * term/xterm.el (xterm-set-background-mode): New function.
11714 (terminal-init-xterm): Use it in case xterm supports background
11715 color queries. Recompute faces after getting the background
11716 color.
11717
5fa9d1ec
GM
117182009-12-07 Ulrich Mueller <ulm@gentoo.org>
11719
11720 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
11721 number comment back on its own line, for easier parsing.
11722
5e9fde5e
SM
117232009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
11724
11725 Make it work for non-file buffers (bug#5102).
11726 * doc-view.el (doc-view-current-cache-dir):
11727 Use doc-view-buffer-file-name rather than buffer-file-name.
11728 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
11729
2f2f5242
CY
117302009-12-06 Óscar Fuentes <ofv@wanadoo.es>
11731
11732 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
11733 author field is too short.
11734
cebf8ec6
DN
117352009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
11736
5e9fde5e
SM
11737 * vc-git.el (vc-git-print-log): Handle a limit argument.
11738 Display the short log in graph form and with labels.
0d3f8a78
DN
11739 (vc-git-log-view-mode): Handle labels.
11740
cebf8ec6
DN
11741 Make vc-revert change VC state from 'added to 'unregistered.
11742 * vc-git.el (vc-git-revert): Call git reset first.
11743
8e39154d
UJ
117442009-12-06 Ulf Jasper <ulf.jasper@web.de>
11745
d8194864
GM
11746 * net/newst-backend.el, net/newst-plainview.el:
11747 * net/newst-reader.el, net/newst-ticker.el:
11748 * net/newst-treeview.el, net/newsticker.el:
11749 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 11750
ef187c24
CY
117512009-12-06 Chong Yidong <cyd@stupidchicken.com>
11752
238a0f3a
CY
11753 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
11754
2c6bb71a
CY
11755 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
11756 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
11757 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
11758 Update annotation regexp.
11759
ef187c24
CY
11760 * simple.el (beginning-of-visual-line): Constrain to field
11761 boundaries (Bug#5106).
11762
571855b6
UJ
117632009-12-06 Ulf Jasper <ulf.jasper@web.de>
11764
6a7662bb
BR
11765 * xml.el (xml-substitute-numeric-entities):
11766 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 11767 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
11768 * net/newst-backend.el (newsticker--parse-generic-feed)
11769 (newsticker--parse-generic-items)
6a7662bb
BR
11770 (newsticker--decode-numeric-entities):
11771 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 11772 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 11773
b857059c
CY
117742009-12-06 Daniel Colascione <dan.colascione@gmail.com>
11775
11776 * progmodes/js.el (js--js-not): Add null to the list of values.
11777
c2dae51b
CY
117782009-12-06 Chong Yidong <cyd@stupidchicken.com>
11779
d8194864 11780 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 11781
ed0f72d2
RW
117822009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11783
11784 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
11785 delimiter if it is at the end of the current line.
11786 (bibtex-generate-url-list): Fix docstring.
11787
365b9a62
SM
117882009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11789
11790 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
11791 minibuffer's content with itself.
11792 Fold the confirm-after-completion case into the `confirm' case.
11793 (completion-pcm-word-delimiters): Add : and / to the delimiters.
11794
990a9cb1
KR
117952009-12-06 Kevin Ryde <user42@zip.com.au>
11796
11797 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 11798 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 11799
8b5a10db 11800 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 11801 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 11802
065543e7
JL
118032009-12-05 Juri Linkov <juri@jurta.org>
11804
11805 Save and restore dired buffer's point positions too. (Bug#4880)
11806
11807 * dired.el (dired-save-positions): Return in the first element
11808 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
11809 Doc fix.
11810 (dired-restore-positions): First restore buffer's position.
11811 While restoring window's positions, check if window still displays
11812 the original buffer.
11813
503edac9
CY
118142009-12-05 Chong Yidong <cyd@stupidchicken.com>
11815
9a594ee6
CY
11816 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
11817 if possible.
11818
925f8c70
CY
11819 * shell.el (shell): Require ansi-color (Bug#5113).
11820
11821 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
11822
503edac9
CY
11823 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
11824
8fea6b33
AM
118252009-12-05 Alan Mackenzie <acm@muc.de>
11826
11827 * progmodes/cc-mode.el (c-before-hack-hook)
11828 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
11829 `c-file-style' to work again. This reversion restores the current
212c5aef 11830 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 11831
5d1fd962
CY
118322009-12-05 Kevin Ryde <user42@zip.com.au>
11833
6a7662bb
BR
11834 * textmodes/sgml-mode.el (sgml-lexical-context):
11835 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 11836
30760c8b
JL
118372009-12-05 Juri Linkov <juri@jurta.org>
11838
11839 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
11840 for virtual nodes. (Bug#4147)
11841 (Info-find-node-2): Set `Info-current-node-virtual' to nil
11842 when moving from a virtual node.
11843 (Info-mode-menu): Add `Info-virtual-index' to the menu.
11844 (Info-mode): Add `Info-virtual-index' to the docstring.
11845
403111a8
RW
118462009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11847
11848 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
11849 track of the buffer position of the end of a BibTeX entry as this
11850 position may change during reformatting.
11851 (bibtex-format-entry): Remove whitespace before processing
11852 numerical fields so that we recognize the latter properly.
11853 (bibtex-reformat): Do not use push which changes the global value
11854 of bibtex-entry-format.
11855 (bibtex-field-braces-alist, bibtex-field-strings-alist)
11856 (bibtex-field-re-init): Replace only space characters by regexp
11857 for whitespace.
365b9a62 11858 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
11859 (bibtex-initialize): Also update bibtex-strings.
11860 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
11861 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
11862 Update bibtex-reference-keys.
403111a8 11863
25b54627
SM
118642009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
11865
11866 * minibuffer.el (completion-pcm--merge-try): Also consider placing
11867 point after a star, if that's the only place where modifications can
11868 make progress.
11869
35639eb4
DN
118702009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
11871
11872 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
11873 in docstrings.
11874
8b78760b
JL
118752009-12-04 Juri Linkov <juri@jurta.org>
11876
11877 * proced.el (proced): Call `(proced-update t)' to update process
11878 information instead of only running proced-post-display-hook.
11879 (proced-send-signal): Add a leading space to the buffer name
11880 " *Marked Processes*" to make this buffer ephemeral.
11881
2b3489a7
JL
118822009-12-04 Juri Linkov <juri@jurta.org>
11883
11884 * dired.el (dired-auto-revert-buffer): New defcustom.
11885 (dired-internal-noselect): Use it.
11886
9b9debd1
JL
118872009-12-04 Juri Linkov <juri@jurta.org>
11888
11889 Change roles of modes and functions in image-mode.el (Bug#5062).
11890
11891 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
11892 in `auto-mode-alist'.
11893 (image-mode-previous-major-mode): New variable.
11894 (image-minor-mode-map): Rename from `image-mode-text-map'.
11895 (image-mode): Move graceful error-handling code from
11896 `image-minor-mode' to here. On errors call `image-mode-as-text'.
11897 (image-minor-mode): Remove all image-handling code.
11898 Replace `image-mode-text-map' with `image-minor-mode-map'.
11899 Check for `image-type' in mode-line format string.
11900 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
11901 (image-mode-as-text): New function with most code from
11902 `image-mode-maybe'.
11903 (image-toggle-display-text): Move code that removes image
11904 properties from `image-toggle-display' to here.
11905 (image-toggle-display-image): New function with code that adds
11906 image properties copied from `image-toggle-display'.
11907 (image-toggle-display): Remove most code with leaving only code
11908 that toggles between `image-mode-as-text' and `image-mode'.
11909
0c74a301
UJ
119102009-12-04 Ulf Jasper <ulf.jasper@web.de>
11911
11912 * net/newst-treeview.el
11913 (newsticker--treeview-list-highlight-start): Restored call to
11914 save-excursion: Selected item was stuck.
11915 (newsticker--treeview-list-select): New.
11916 (newsticker--treeview-item-show-text)
11917 (newsticker--treeview-item-show)
11918 (newsticker--treeview-item-update): Use new
11919 newsticker-treeview-item-mode.
11920 (newsticker-treeview-update): Keep current item.
11921 (newsticker-treeview-next-new-or-immortal-item): Doc change.
11922 (newsticker--treeview-first-feed): Doc change.
11923 (newsticker-treeview-list-menu)
88b5a757 11924 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
11925 (newsticker-treeview-item-mode): New.
11926
5ce6e4f4 11927 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
11928 windows.
11929
9eaeec5b
SS
119302009-12-04 Sam Steingold <sds@gnu.org>
11931
11932 * log-view.el (log-view-mode-map): "q" calls quit-window,
11933 like in all the other non-self-insert buffers.
11934
b2bf5be5
SM
119352009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
11936
11937 Minor cleanup.
11938 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
11939 key decoding rather than do it manually via last-input-event +
11940 ascii-character.
11941 (term-exec): Use delete-and-extract-region.
11942 (term-handle-ansi-terminal-messages): Remove unused var `end'.
11943 (term-process-pager): Remove unused var `i'.
11944 (term-dynamic-simple-complete): Make obsolete.
11945 (serial-update-config-menu): Remove unused vars `y' and `str'.
11946 (term-update-mode-line): Remove unused var `temp'.
11947
46e5c897
DN
119482009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
11949
11950 Limit the number of log entries displayed by default.
11951 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
11952 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
11953 using a prefix argument.
11954
627e0a14
GM
119552009-12-03 Glenn Morris <rgm@gnu.org>
11956
11957 * progmodes/idlwave.el (class): Restore still useful declaration.
11958
8578c224
AM
119592009-12-03 Alan Mackenzie <acm@muc.de>
11960
4abc318c 11961 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 11962
b2bf5be5
SM
11963 * progmodes/cc-mode.el (c-basic-common-init):
11964 Call c-state-cache-init.
9762b219 11965 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 11966 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 11967 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
11968
11969 * progmodes/cc-langs.el (c-before-font-lock-function):
11970 c-extend-and-neutralize-syntax-in-CPP has been renamed
11971 c-neutralize-syntax-in-and-mark-CPP.
11972
11973 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
11974 with `category' properties now, not `syntax-table' ones.
11975
11976 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
11977 enhanced (but slower) version of c-end-of-macro that won't land
11978 inside a literal or on another awkward character.
11979 (c-state-cache-too-far, c-state-cache-start)
11980 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
11981 (c-state-nonlit-pos-cache-limit, c-state-point-min)
11982 (c-state-point-min-lit-type, c-state-point-min-lit-start)
11983 (c-state-min-scan-pos, c-state-brace-pair-desert)
11984 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
11985 buffer local variables.
11986 (c-state-literal-at, c-state-lit-beg)
11987 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
11988 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
11989 (c-state-cache-top-paren, c-state-cache-after-top-paren)
11990 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
11991 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
11992 (c-renarrow-state-cache)
11993 (c-append-lower-brace-pair-to-state-cache)
11994 (c-state-push-any-brace-pair, c-append-to-state-cache)
11995 (c-remove-stale-state-cache)
11996 (c-remove-stale-state-cache-backwards, c-state-cache-init)
11997 (c-invalidate-state-cache-1, c-parse-state-1)
11998 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
11999 (c-parse-state): Enhance and refactor.
12000 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
12001
12002 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
12003 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
12004 modify to use category text properties rather than syntax-table ones.
12005 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
12006 to switch off/on the syntactic paren property of C++ template
12007 delimiters using the category property.
12008 (c-with-<->-as-parens-suppressed): Macro to invoke code with
12009 template delims suppressed.
12010 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
12011 New constant/macros which apply category properties to the start
12012 and end of preprocessor constructs.
b2bf5be5 12013 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
12014 "comment out" the syntactic value of characters in preprocessor
12015 constructs.
12016 (c-with-cpps-commented-out)
12017 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
12018 with characters in all or all but one preprocessor constructs
12019 "commented out".
12020
0d4dc442
RW
120212009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12022
12023 * proced.el (proced-filter-alist): Use regexp-quote.
12024
a09dc9bf
MA
120252009-12-03 Michael Albinus <michael.albinus@gmx.de>
12026
12027 Cleanup.
12028 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
12029 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
12030 arguments. Expand `default-directory'.
12031
12032 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
12033 the benefit of returning an expanded localname.
12034 (tramp-tramp-file-p): Handle the case NAME is not a string.
12035
3f6bd790
DN
120362009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12037
4dfb3b9c
DN
12038 Add support for bzr shelve/unshelve.
12039 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12040 (vc-bzr-extra-menu-map): New variables.
12041 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
12042 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
12043 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
12044 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
12045 (vc-bzr-dir-extra-headers): Display shelves.
12046
3f6bd790
DN
12047 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
12048
842d73a1
SM
120492009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12050
12051 * textmodes/bibtex.el (bibtex-complete-internal):
12052 Use completion-in-region.
12053 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
12054
7fa4876f
DN
120552009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12056
12057 Support applying stashes. Improve UI.
12058 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
12059 (vc-git-stash-apply, vc-git-stash-pop)
12060 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
12061 (vc-git-stash-menu): New functions.
12062 (vc-git-stash-menu-map): New variable.
12063 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
12064
d6e82452
GM
120652009-12-03 Glenn Morris <rgm@gnu.org>
12066
12067 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
12068 (vc-print-log-internal): Fix previous change.
12069 (vc-revert): Correct pluralization.
12070
8d222148
SM
120712009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12072
ea52206b
SM
12073 * progmodes/make-mode.el (makefile-special-targets-list): No need for
12074 it to be an alist any more.
12075 (makefile-complete): Use completion-in-region.
12076
69a94a37
SM
12077 * progmodes/octave-mod.el (octave-complete-symbol):
12078 Use completion-in-region.
12079
8d222148
SM
12080 Misc cleanup.
12081 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
12082 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
12083 (idlwave-complete-class): Don't quote lambda.
12084 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
12085 (idlwave-mode-map): Move initialization into declaration.
12086 (idlwave-action-and-binding): Use backquotes.
12087 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
12088 Simplify.
12089 (idlwave-is-pointer-dereference): Remove unused var `pos'.
12090 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
12091 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
12092 `parts', and `all-parts'.
12093 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
12094 (idlwave-convert-xml-system-routine-info): Remove unused string
12095 `version-string'.
12096 (idlwave-display-user-catalog-widget): Use dolist.
12097 (idlwave-scanning-lib): Declare dynamically-scoped var.
12098 (idlwave-scan-library-catalogs): Remove unused var `flags'.
12099 (completion-highlight-first-word-only): Declare to silence bytecomp.
12100 (idlwave-popup-select): Tighten scope of `resp'.
12101 (idlwave-find-struct-tag): Remove unused var `beg'.
12102 (idlwave-after-load-rinfo-hook): Declare.
12103 (idlwave-sintern-class-info): Remove unused var `taglist'.
12104 (idlwave-find-class-definition): Remove unused var `list'.
12105 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
12106 (idlwave-what-module-find-class): Remove unused var `classes'.
12107
3bb8691b
JB
121082009-12-03 Juanma Barranquero <lekktu@gmail.com>
12109
12110 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
12111
f72f0c23
SM
121122009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12113
12114 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
12115 buffers visited. Remove redundant current-buffer-saving.
12116
601a9508
SM
121172009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12118
12119 Use completion-in-buffer and remove uses of dynamic scoping.
12120 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
12121 (pascal-buffer-to-use, pascal-flag): Don't declare.
12122 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
12123 (pascal-get-completion-decl, pascal-keyword-completion):
12124 Add `pascal-str' argument, save-excursion,
12125 return the found completions, and don't filter with pascal-pred.
12126 (pascal-completion-cache): New var.
12127 (pascal-completion): Don't switch buffer any more (it was never
12128 necessary). Don't save-excursion any more (it's done by the called
12129 subroutines). Use a cache to avoid redundant computations.
12130 Use complete-with-action rather than pascal-completion-response and
12131 let it apply the predicate as well.
12132 (pascal-complete-word): Use completion-in-buffer when
12133 pascal-toggle-completions is nil.
12134 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
12135 not used any more.
12136 (pascal-comp-defun): Don't change buffer any more.
12137 Use complete-with-action rather than pascal-completion-response and
12138 let it apply the predicate as well.
12139 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
12140 when neded.
12141
1ff4cb98
KH
121422009-12-02 Kenichi Handa <handa@m17n.org>
12143
12144 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
12145 shape for all Indic scripts.
12146
bb12edf1
SM
121472009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12148
12149 Use completion-in-buffer.
12150 * wid-edit.el (widget-field-text-end): New function.
12151 (widget-field-value-get): Use it.
12152 (widget-string-complete, widget-file-complete)
12153 (widget-color-complete): Use it and completion-in-region.
12154 (widget-complete): Don't narrow the buffer.
12155
5813f6ef
GM
121562009-12-02 Glenn Morris <rgm@gnu.org>
12157
c920f222
GM
12158 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
12159 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
12160 * mail/rmailsum.el: Replace all pop-to-buffer calls with
12161 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 12162
5813f6ef
GM
12163 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
12164 save-excursion with save-current-buffer.
12165 Widen before searching. (Bug#5093)
12166 (diary-list-sexp-entries): Remove superfluous save-excursion.
12167
34b1d750
GM
121682009-12-02 Michael Welsh Duggan <mwd@cert.org>
12169
12170 * woman.el (woman-make-bufname): Handle man-pages with "." in the
12171 name. (Bug#5038)
12172
b2d5f31a
GM
121732009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
12174
12175 * ido.el (ido-file-internal): Handle filenames at point that do
12176 not have a directory part. (Bug#5049)
12177
c710ac3c
JB
121782009-12-02 Juanma Barranquero <lekktu@gmail.com>
12179
12180 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
12181 (mpc-songs-jump-to, mpc-resume): Doc fixes.
12182
9946be46
SM
121832009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
12184
12185 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
12186 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
12187 any more.
12188
b08016f2
SM
121892009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12190
e7440df4
SM
12191 * comint.el (comint-insert-input): Ignore clicks to the right of
12192 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
12193
3bb8691b 12194 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
12195 terminate before setting up the major mode.
12196
f3b757f5
SM
12197 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
12198 in case.
12199
a2877f1d
SM
12200 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
12201 the last element.
12202
b08016f2
SM
12203 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
12204
782d6e30
GM
122052009-12-01 Glenn Morris <rgm@gnu.org>
12206
12207 * window.el (window--display-buffer-2): Fix previous changes.
12208
28f57f7e
CY
122092009-12-01 Chong Yidong <cyd@stupidchicken.com>
12210
12211 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
12212
c31a2fdc
GM
122132009-12-01 Glenn Morris <rgm@gnu.org>
12214
12215 * Makefile.in (ELCFILES): Add mpc.elc.
12216
e1ada222
SM
122172009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12218
12219 * mpc.el: New file.
12220
0c9ff2c5
GM
122212009-12-01 Glenn Morris <rgm@gnu.org>
12222
3689984f
GM
12223 * window.el (window-to-use): Define for compiler.
12224
3ab4308b
GM
12225 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
12226 consistent with others (no final period).
12227
0c9ff2c5
GM
12228 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
12229 (rmail-mime-show): Downcase the encoding. (Bug#5070)
12230
fb0c18ff
DN
122312009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
12232
12233 Make vc-print-log buttons work.
045b9da7 12234 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 12235
2ac7e73e
JB
122362009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
12237
12238 * savehist.el (savehist-autosave-interval): Allow setting to nil
12239 through customize. (Bug#5056)
12240
5237d741
JB
122412009-11-30 Juanma Barranquero <lekktu@gmail.com>
12242
12243 Fix references to jit-lock properties.
12244 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
12245 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
12246 (perl-font-lock-special-syntactic-constructs):
12247 Quote jit-lock-defer-multiline property.
12248
379241fa
DN
122492009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
12250
12251 * vc-git.el (vc-git-registered): Call vc-git-root only once.
12252
054ae856
JL
122532009-11-30 Juri Linkov <juri@jurta.org>
12254
12255 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
12256 value `buffer' of `multi-isearch-next-buffer-current-function'.
12257 Use `(current-buffer)' when `buffer' is nil.
12258 (multi-isearch-next-buffer-from-list): Don't fallback to
12259 `(current-buffer)' when `buffer' is nil. (Bug#4947)
12260
67296dda
JL
122612009-11-30 Juri Linkov <juri@jurta.org>
12262
12263 * misearch.el (multi-isearch-read-buffers): Move canonicalization
12264 of buffers with `get-buffer' to `multi-isearch-buffers'.
12265 (multi-isearch-buffers, multi-isearch-buffers-regexp):
12266 Canonicalize BUFFERS with `get-buffer'. Doc fix.
12267 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
12268 FILES with `expand-file-name' converting relative file names
12269 to absolute. Doc fix. (Bug#4727)
12270
c585bf32
JL
122712009-11-30 Juri Linkov <juri@jurta.org>
12272
12273 * misearch.el (multi-isearch-read-buffers)
12274 (multi-isearch-read-matching-buffers): New functions.
12275 (multi-isearch-buffers, multi-isearch-buffers-regexp):
12276 Use them in the `interactive' spec. Doc fix.
12277 (multi-isearch-read-files, multi-isearch-read-matching-files):
12278 New functions.
12279 (multi-isearch-files, multi-isearch-files-regexp):
12280 Use them in the `interactive' spec. Doc fix. (Bug#4725)
12281
0a745733
JL
122822009-11-30 Juri Linkov <juri@jurta.org>
12283
12284 * doc-view.el (doc-view-continuous):
12285 Rename from `doc-view-continuous-mode'.
12286 (doc-view-menu): Move "Toggle display" to the top.
12287 Add submenu "Continuous" with radio buttons "Off"/"On"
12288 and "Save as Default".
12289 (doc-view-scroll-up-or-next-page)
12290 (doc-view-scroll-down-or-previous-page)
12291 (doc-view-next-line-or-next-page)
6a7662bb
BR
12292 (doc-view-previous-line-or-previous-page):
12293 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 12294
1f9689eb
JL
122952009-11-30 Juri Linkov <juri@jurta.org>
12296
12297 * comint.el (comint-mode-map): Rebind `M-r' from
12298 `comint-previous-matching-input' to
12299 `comint-history-isearch-backward-regexp'.
12300 Unbind `M-s' to allow global key binding `M-s'.
12301 Add menu items for `comint-history-isearch-backward' and
12302 `comint-history-isearch-backward-regexp'. (Bug#3746)
12303
2952b1ae
JL
123042009-11-30 Juri Linkov <juri@jurta.org>
12305
12306 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
12307 For def=recenter, replace `recenter' with `recenter-top-bottom'
12308 that is called with `this-command' and `last-command' let-bound
12309 to `recenter-top-bottom'. When the last `def' was not `recenter',
12310 set `recenter-last-op' to nil. (Bug#4981)
12311
7a9547ca
SM
123122009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
12313
20565545
SM
12314 Minor cleanup and simplification.
12315 * filecache.el (file-cache-add-directory)
12316 (file-cache-add-directory-recursively)
12317 (file-cache-add-from-file-cache-buffer)
12318 (file-cache-delete-file-regexp, file-cache-delete-directory)
12319 (file-cache-files-matching-internal, file-cache-display): Use dolist.
12320 (file-cache-temp-minibuffer-message): Delete function.
12321 (file-cache-minibuffer-complete): Use minibuffer-message instead.
12322
7a9547ca
SM
12323 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
12324 Don't signal an error when bumping into EOB in tr, s, or y.
12325
08e968f3
JL
123262009-11-29 Juri Linkov <juri@jurta.org>
12327
12328 * startup.el (fancy-about-text): Fix wording of Guided Tour.
12329 (Bug#4960)
12330
12331 * descr-text.el (describe-char-unidata-list): Use lowercase name
12332 for "Unicode name" like in other tags.
12333
f8d170a4
JL
123342009-11-29 Juri Linkov <juri@jurta.org>
12335
12336 * ediff-util.el (ediff-minibuffer-with-setup-hook):
12337 New compatibility macro.
7a9547ca 12338 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 12339
0116abbd
JL
123402009-11-29 Juri Linkov <juri@jurta.org>
12341
12342 Add defcustom to define the cycling order of `recenter-top-bottom'.
12343 (Bug#4981)
12344
12345 * window.el (recenter-last-op): Doc fix.
12346 (recenter-positions): New defcustom.
12347 (recenter-top-bottom): Rewrite to use `recenter-positions'.
12348 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
12349
61eef560
MA
123502009-11-29 Michael Albinus <michael.albinus@gmx.de>
12351
12352 Improve integration of Tramp and ange-ftp in eshell.
12353
e4070cdc 12354 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
12355 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
12356 (eshell/sudo): Flatten args. Let-bind `default-directory'.
12357
12358 * eshell/esh-util.el (top): Require also Tramp when compiling.
12359 (eshell-directory-files-and-attributes): Check for FTP remote
12360 connection.
12361 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
12362 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
12363 (eshell-file-attributes): Handle ".". Return `entry'.
12364
12365 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
12366 (ange-ftp-directory-files-and-attributes)
12367 (ange-ftp-real-directory-files-and-attributes): New defuns.
12368
12369 * net/tramp.el (tramp-maybe-open-connection): Open the remote
12370 shell with "exec" when possible. This prevents trailing prompts
12371 in `start-file-process'.
12372
f5467d3f
SM
123732009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12374
21f49db9
SM
12375 Try and remove assumptions about point-min==1.
12376 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
12377 (rng-compute-mode-line-string): Show the validation percentage in
12378 terms of the narrowed text, not the widened text.
12379 (rng-do-some-validation): Don't catch internal errors when debugging.
12380 (rng-first-error): Simplify.
12381 (rng-after-change-function): Remove work around. AFAIK the bug has
12382 been fixed a while ago.
12383
26224faf
SM
12384 * image-mode.el (image-minor-mode): Exit more gracefully when the image
12385 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
12386
d7117720
SM
12387 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
12388
f5467d3f
SM
12389 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
12390 `cd' doesn't always do it for us (bug#5067).
12391
12392 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
12393 on 2009-10-25 as part of some other change (bug#5067).
12394
c5269f1c
SM
123952009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
12396
62a258a7
SM
12397 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
12398 `suspicious'.
12399 (byte-compile-warnings): Use byte-compile-warning-types.
12400 (byte-compile-save-excursion): Warn about use of set-buffer right
12401 after save-excursion.
12402
c5269f1c
SM
12403 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
12404 the excursion as well.
12405
3ba30eb8
MA
124062009-11-27 Michael Albinus <michael.albinus@gmx.de>
12407
12408 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
12409 providing a Tramp related implementation of "su" and "sudo".
12410 (eshell-unix-initialize): Add "su" and "sudo".
12411
6c6f788d
DU
124122009-11-27 Daiki Ueno <ueno@unixuser.org>
12413
12414 * net/socks.el (socks-send-command): Convert binary request to
12415 unibyte before sending. This fixes mishandling of some port
12416 numbers such as 129.
12417
10c877fe
SM
124182009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
12419
6f06a171
SM
12420 * help.el (describe-bindings-internal): Remove `interactive'.
12421
10c877fe
SM
12422 * man.el (Man-completion-table): Trim a terminating "(".
12423 Remove the space between name page a section.
12424 Add the command's description on the `help-echo' property.
c5269f1c
SM
12425 Remove `process-connection-type' binding since it's unused by
12426 call-process.
10c877fe
SM
12427 Provide completion for the "<section> <name>" format as well.
12428 (Man-default-man-entry): Remove spurious var shadowing the argument.
12429
c44a4822
KR
124302009-11-26 Kevin Ryde <user42@zip.com.au>
12431
12432 * log-view.el: Add "Keywords: tools", since its other keywords
12433 aren't in finder-known-keywords, and following vc.el.
12434
9d58f081
KR
12435 * sha1.el (sha1-string-external): default-directory "/" in case
12436 otherwise non-existent. process-connection-type pipe for touch of
12437 efficiency recommended by elisp manual. (An aside in Bug#3911.)
12438
72fe6b25
SM
124392009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
12440
12441 Misc coding convention cleanups.
12442 * htmlfontify.el (hfy-init-kludge-hook): Rename from
12443 hfy-init-kludge-hooks.
12444 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
12445 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
12446 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
12447 and push.
12448 (hfy-slant, hfy-weight): Use tables rather than code.
12449 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
12450 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
12451 (hfy-face-attr-for-class): Initialize `face-spec' directly.
12452 (hfy-face-to-css): Remove `nconc' with single arg.
12453 (hfy-p-to-face-lennart): Use `or'.
12454 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
12455 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
12456 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
12457 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
12458 (hfy-force-fontification): Use run-hooks.
12459
85e0a536
SM
124602009-11-26 Vivek Dasmohapatra <vivek@etla.org>
12461
12462 Various minor fixes.
12463 * htmlfontify.el (hfy-default-header): Add toggle_invis since
12464 Javascript belongs in the header, not the body.
12465 (hfy-javascript): Remove.
12466 (hfy-fontify-buffer): Don't insert it any more.
12467 (hfy-face-at): Handle (face0 face1 face2) style face properties.
12468 Fix bug in invis handling when there were no invis props in a chunk.
12469
62ccc42c
SM
124702009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
12471
12472 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
12473
2643c7aa
DN
124742009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
12475
12476 * finder.el (finder-mode-map): Add a menu.
12477
0e5c8aed
DN
124782009-11-26 Michael McNamara <mac@mail.brushroad.com>
12479
bf0b361c 12480 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
12481 "unsigned" structs.
12482
12483 (verilog-leap-to-head, verilog-backward-token): Handle "disable
12484 fork" statement better.
12485
124862009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
12487
bf0b361c
JB
12488 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
12489 (verilog-delete-auto, verilog-delete-empty-auto-pair)
12490 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
12491 Reported by Clay Douglass.
0e5c8aed
DN
12492
12493 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 12494 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6a7662bb
BR
12495 Fix removing "// Interfaces" when saving .* expansions.
12496 Reported by Pierre-David Pfister.
0e5c8aed 12497
7629c4e7
GM
124982009-11-26 Glenn Morris <rgm@gnu.org>
12499
62ccc42c
SM
12500 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
12501 the scope.
7629c4e7 12502
a5d358f8
JB
125032009-11-25 Johan Bockgård <bojohan@gnu.org>
12504
12505 * vc-annotate.el (vc-annotate-revision-previous-to-line):
12506 Really use previous revision.
12507
002cbde5
KR
125082009-11-25 Kevin Ryde <user42@zip.com.au>
12509
12510 * man.el (Man-completion-table): default-directory "/" in case
12511 doesn't otherwise exist. process-environment COLUMNS=999 so as
12512 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
12513 any chance of hitting the pseudo-tty TIOCGWINSZ.
12514 (man): completion-ignore-case t for friendliness and since man
12515 itself is case-insensitive on the command line.
12516 Further to Bug#3717.
002cbde5 12517
8cb5ffe8
KR
12518 * arc-mode.el: Add "Keywords: files", so the details in its
12519 commentary can be reached from finder-by-keyword.
34607612
KR
12520 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
12521 editing mode, but it's comms related and sgml-mode.el has "comm"
12522 on that basis too.
b8dfcf54 12523 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
12524 * international/isearch-x.el, international/ja-dic-cnv.el:
12525 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 12526 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 12527
1e2d9ba1
JL
125282009-11-25 Juri Linkov <juri@jurta.org>
12529
12530 * man.el (Man-completion-table): Modify regexp to include
12531 section names to completion strings. (Bug#3717)
12532
a601d313
JL
125332009-11-25 Juri Linkov <juri@jurta.org>
12534
12535 Search recursively in gzipped files. (Bug#4982)
12536
12537 * progmodes/grep.el (grep-highlight-matches): Add new options
12538 `always' and `auto'. Doc fix.
12539 (grep-process-setup): Check `grep-highlight-matches' for
12540 `auto-detect' to determine the need to compute grep defaults.
12541 Move Windows/DOS specific --colors settings handling
12542 to `grep-compute-defaults'. Check `grep-highlight-matches'
12543 to get the value of "--color=".
12544 (grep-compute-defaults): Compute `grep-highlight-matches' when it
12545 has the value `auto-detect'. Move Windows/DOS specific settings
12546 from `grep-process-setup'.
12547 (zrgrep): New command with alias `rzgrep'.
12548
bde04ea9
JL
125492009-11-25 Juri Linkov <juri@jurta.org>
12550
12551 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
12552 to nil instead of switching off view-mode. (Bug#4896)
12553
7d6b4d3c
JL
125542009-11-25 Juri Linkov <juri@jurta.org>
12555
12556 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
12557
12558 * mwheel.el (mwheel-scroll-up-function)
12559 (mwheel-scroll-down-function): New defvars.
12560 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
12561 `scroll-up', and `mwheel-scroll-down-function' instead of
12562 `scroll-down'.
12563
12564 * doc-view.el (doc-view-scroll-up-or-next-page)
12565 (doc-view-scroll-down-or-previous-page): Add optional ARG.
12566 Use this ARG in the call to image-scroll-up/image-scroll-down.
12567 Change `interactive' spec to "P". Goto next/previous page only
12568 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
12569 SPC/DEL case). Doc fix.
12570 (doc-view-next-line-or-next-page)
12571 (doc-view-previous-line-or-previous-page): Rename arg to ARG
12572 for consistency.
12573 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
12574 `doc-view-scroll-up-or-next-page', and buffer-local
12575 `mwheel-scroll-down-function' to
12576 `doc-view-scroll-down-or-previous-page'.
12577
e237085f
JL
125782009-11-25 Juri Linkov <juri@jurta.org>
12579
12580 Provide additional default values (directories at other Dired
12581 windows) via M-n in the minibuffer of some Dired commands.
12582
12583 * dired-aux.el (dired-diff, dired-compare-directories)
12584 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
12585 `minibuffer-default' in `minibuffer-with-setup-hook'.
12586 (dired-dwim-target-directory): Find a window that displays Dired
12587 buffer instead of failing when the next window is not Dired.
12588 Use `get-window-with-predicate' to find for the next Dired window.
12589 (dired-dwim-target-defaults): New function.
12590
12591 * ediff-util.el (ediff-read-file-name):
12592 Use `dired-dwim-target-defaults' to set `minibuffer-default'
12593 in `minibuffer-with-setup-hook'.
12594
7d371eac
JL
125952009-11-25 Juri Linkov <juri@jurta.org>
12596
12597 Provide additional default values (file name at point or at the
12598 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
12599
12600 * minibuffer.el (read-file-name-defaults): New function.
12601 (read-file-name): Reset `minibuffer-default' to nil when
12602 it duplicates initial input `insdef'.
12603 Bind `minibuffer-default-add-function' to lambda that
12604 calls `read-file-name-defaults' in `minibuffer-selected-window'.
12605 (minibuffer-insert-file-name-at-point): New command.
12606
12607 * files.el (file-name-at-point-functions): New defcustom.
12608 (find-file-default): Remove defvar.
12609 (find-file-read-args): Don't use `find-file-default'.
12610 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
12611 to `read-file-name'.
12612 (find-file-literally): Use `read-file-name' with
12613 `confirm-nonexistent-file-or-buffer'.
12614
12615 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
12616
12617 * dired.el (dired-read-dir-and-switches):
12618 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
12619 to `read-file-name'.
12620 (dired-file-name-at-point): New function.
12621 (dired-mode): Add hook `dired-file-name-at-point' to
12622 `file-name-at-point-functions'.
12623
04ae543a
SM
126242009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
12625
12626 Really make the *Completions* window soft-dedicated (bug#5030).
12627 * window.el (window--display-buffer-2): Add `dedicated' argument.
12628 (display-buffer): Pass it when needed so the dedicated flag is set
12629 after calling set-window-buffer, which would otherwise reset it.
12630
eb708e66
SM
126312009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
12632
d6b8d4e7
SM
12633 * progmodes/meta-mode.el (meta-complete-symbol):
12634 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
12635 * mail/mailabbrev.el (mail-abbrev-complete-alias):
12636 Use completion-in-region.
12637
5f24557b
SM
12638 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
12639 (dabbrev-completion): Use completion-in-region.
12640 (dabbrev--abbrev-at-point): Simplify regexp.
12641
fe4346f0
SM
12642 * abbrev.el (abbrev--before-point): Use word-motion functions
12643 if :regexp is not specified (bug#5031).
12644
cb190d7d
SM
12645 * subr.el (string-prefix-p): New function.
12646
e2ec6dd5
SM
12647 * man.el (Man-completion-cache): New var.
12648 (Man-completion-table): Use it.
12649
eb708e66
SM
12650 * vc.el (vc-print-log-internal): Make `limit' optional for better
12651 compatibility (e.g. with vc-annotate.el).
12652
4cf8971b
KR
126532009-11-24 Kevin Ryde <user42@zip.com.au>
12654
eb708e66 12655 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 12656 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 12657
4cf8971b
KR
12658 * emacs-lisp/elint.el (elint-add-required-env): Better error message
12659 when .el source file not found or other error.
12660
d204c46c
SM
126612009-11-24 Markus Triska <markus.triska@gmx.at>
12662
12663 * linum.el (linum-update-window): Ignore intangible (bug#4996).
12664
bb301b9a
SM
126652009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
12666
449c27f0
SM
12667 Handle the [back] button properly (bug#4979).
12668 * descr-text.el (describe-text-properties): Add a `buffer' argument.
12669 Use help-setup-xref, help-buffer, and with-help-window.
12670 (describe-char): Add `buffer' argument.
12671 Pass proper command to help-setup-xref. Don't meddle with
12672 help-xref-stack-item directly.
12673 (describe-text-category): Use with-help-window and help-buffer.
12674
32fe5377
SM
12675 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
12676 for the displayed buffer (bug#4887).
12677
bb301b9a
SM
12678 * man.el (Man-completion-table): New function.
12679 (man): Use it.
12680
35179414
DR
126812009-11-24 David Reitter <david.reitter@gmail.com>
12682
bb301b9a 12683 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
12684 .git is) rather than the file's directory and a relative path spec
12685 to work around a bug in git.
12686
605a20a9
MA
126872009-11-24 Michael Albinus <michael.albinus@gmx.de>
12688
12689 Improve handling of processes on remote hosts.
12690
12691 * eshell/esh-util.el (eshell-path-env): New defvar.
12692 (eshell-parse-colon-path): New defun.
12693 (eshell-file-attributes): Use `eshell-parse-colon-path'.
12694
bb301b9a
SM
12695 * eshell/esh-ext.el (eshell-search-path):
12696 Use `eshell-parse-colon-path'.
605a20a9
MA
12697 (eshell-remote-command): Remove argument HANDLER.
12698 (eshell-external-command): Check for FTP remote connection.
12699
bb301b9a
SM
12700 * eshell/esh-proc.el (eshell-gather-process-output):
12701 Use `file-truename', in order to start also symlinked files.
12702 Apply `start-file-process' instead of `start-process'.
12703 Shorten `command' to the local file name part.
605a20a9 12704
bb301b9a
SM
12705 * eshell/em-cmpl.el (eshell-complete-commands-list):
12706 Use `eshell-parse-colon-path'.
605a20a9
MA
12707
12708 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
12709
12710 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
12711 to `eshell-directory-change-hook'.
12712
d1d33062
TH
127132009-11-24 Tassilo Horn <tassilo@member.fsf.org>
12714
12715 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 12716 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 12717
a34d8565 127182009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 12719
a34d8565
MK
12720 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
12721 made on 2009-11-22.
d1d33062 12722
c83b8d1b
GM
127232009-11-24 Glenn Morris <rgm@gnu.org>
12724
12725 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
12726 deleted variable bookmark-bmenu-bookmark-column.
12727
83505cfe
SM
127282009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
12729
12730 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
12731
5241b291
CY
127322009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
12733
12734 * net/browse-url.el (browse-url-filename-alist): On Windows, add
12735 two slashes to the "file:" prefix.
12736 (browse-url-file-url): De-munge Cygwin filenames before passing
12737 them to Windows browser.
12738 (browse-url-default-windows-browser): Use call-process.
12739
aefcadb6
JL
127402009-11-23 Juri Linkov <juri@jurta.org>
12741
12742 Implement DocView Continuous mode. (Bug#4896)
12743 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
12744 (doc-view-mode-map): Bind C-n/<down> to
12745 `doc-view-next-line-or-next-page', C-p/<up> to
12746 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
12747 (doc-view-next-line-or-next-page)
12748 (doc-view-previous-line-or-previous-page): New commands.
12749
0d62bcea
JL
127502009-11-23 Juri Linkov <juri@jurta.org>
12751
12752 Implement Isearch in comint input history. (Bug#3746)
12753 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
12754 `isearch-mode-hook'.
12755 (comint-history-isearch): New defcustom.
12756 (comint-history-isearch-backward)
12757 (comint-history-isearch-backward-regexp): New commands.
12758 (comint-history-isearch-message-overlay): New buffer-local variable.
12759 (comint-history-isearch-setup, comint-history-isearch-end)
12760 (comint-goto-input, comint-history-isearch-search)
12761 (comint-history-isearch-message, comint-history-isearch-wrap)
12762 (comint-history-isearch-push-state)
12763 (comint-history-isearch-pop-state): New functions.
12764
b593f105
MA
127652009-11-23 Michael Albinus <michael.albinus@gmx.de>
12766
12767 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
12768 return.
12769 (tramp-handle-make-symbolic-link)
12770 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
12771 Quote file names.
12772 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
12773 (tramp-handle-process-file): Use it.
12774
0f202d5d
SM
127752009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
12776
12777 * window.el (move-to-window-line-last-op): Remove.
12778 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
12779
216349f8
SM
127802009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
12781
0f202d5d 12782 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
12783 * window.el (move-to-window-line-last-op): New var.
12784 (move-to-window-line-top-bottom): New command.
12785 (global-map): Bind M-r move-to-window-line-top-bottom.
12786
c10e0633
GM
127872009-11-23 Sven Joachim <svenjoac@gmx.de>
12788
12789 * dired-x.el (dired-guess-shell-alist-default):
12790 Support xz format. (Bug#4953)
12791
953e0c1a
GM
127922009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
12793
12794 * emulation/viper-cmd.el: Use viper-last-command-char instead of
12795 last-command-char/last-command-event.
12796 (viper-prefix-arg-value): Do correct conversion of event-char for
12797 XEmacs.
12798
83505cfe
SM
12799 * emulation/viper-util.el, emulation/viper.el:
12800 Use viper-last-command-char instead of
12801 last-command-char/last-command-event.
953e0c1a 12802
83505cfe
SM
12803 * ediff-init.el, ediff-mult.el, ediff-util.el:
12804 Replace last-command-char and last-command-event
12805 with (ediff-last-command-char) everywhere.
953e0c1a
GM
12806
12807 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
12808 created in fundamental mode.
12809
12810 * ediff.el (ediff-version): Revert the change of interactive-p to
12811 called-interactively-p.
12812
9ee12eee
TH
128132009-11-22 Tassilo Horn <tassilo@member.fsf.org>
12814
12815 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
12816 generation from word-movement command names.
12817
8b571bf3
JD
128182009-11-21 Jan Djärv <jan.h.d@swipnet.se>
12819
12820 * cus-start.el (all): Add native condition for font-use-system-font.
12821
4121db47
AM
128222009-11-21 Nathaniel Flath <flat0103@gmail.com>
12823
83505cfe
SM
12824 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
12825 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 12826
d71f5e0c
TH
128272009-11-21 Tassilo Horn <tassilo@member.fsf.org>
12828
12829 * progmodes/subword.el: Rename from lisp/subword.el.
12830
12831 * subword.el: Rename to progmodes/subword.el.
12832
12833 * Makefile.in (ELCFILES): Adapt to subword.el move.
12834
fc9d6ad6 128352009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 12836 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
12837
12838 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
12839 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
12840 (bookmark-bmenu-show-filenames): Use push.
12841 (bookmark-bmenu-hide-filenames): Use local var instead of
12842 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
12843 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
12844 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
12845 filenames now that the bookmark names are always available.
12846
26d9285f
SM
128472009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12848
12849 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
12850 (bookmark-search-pattern): Move and leave unbound.
12851 (bookmark-bmenu-mode-map): Change binding.
12852 (bookmark-read-search-input): Simplify.
12853 Don't use text-char-description. Don't error on non-char events.
12854 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
12855 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
12856 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
12857 Use a local var for the timer.
12858 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
12859 (i.e. bookmark-bmenu-search).
12860
d73a0317
GM
128612009-11-21 Glenn Morris <rgm@gnu.org>
12862
12863 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
12864
e572025f
CY
128652009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
12866
26d9285f
SM
12867 * net/browse-url.el (browse-url-default-windows-browser):
12868 Use cygstart for cygwin.
e572025f 12869
6aeaa3dc
KF
128702009-11-20 Karl Fogel <karl.fogel@red-bean.com>
12871
e4070cdc 12872 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
12873 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
12874 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 12875 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
12876 (bookmark-read-search-input): Adjust to fit within 80 columns.
12877
a9b76eec
TH
128782009-11-20 Tassilo Horn <tassilo@member.fsf.org>
12879
12880 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
12881 (c-backward-into-nomenclature): Adapt to subword renaming.
12882
12883 * subword.el (subword-forward, subword-backward, subword-mark)
12884 (subword-kill, subword-backward-kill, subword-transpose)
12885 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
12886 (subword-forward-internal, subword-backward-internal):
12887 Rename from forward-subword, backward-subword, mark-subword,
12888 kill-subword, backward-kill-subword, transpose-subwords,
12889 downcase-subword, upcase-subword, capitalize-subword,
12890 forward-subword-internal, backward-subword-internal.
a9b76eec 12891
1e7d4475
SM
128922009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12893
26d9285f
SM
12894 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
12895 New options.
1e7d4475
SM
12896 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
12897 New vars.
12898 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
12899 (bookmark-bmenu-filter-alist-by-regexp)
12900 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
12901 (bookmark-bmenu-search): New command.
12902 (bookmark-bmenu-mode-map): Bind it.
12903
653d1554
TH
129042009-11-20 Tassilo Horn <tassilo@member.fsf.org>
12905
ab84bfa0
TH
12906 * progmodes/cc-cmds.el: declare-functioned forward-subword and
12907 backward-subword to quit the byte-compiler.
12908
1f35fda9
TH
12909 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
12910
12911 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
12912
653d1554 12913 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
12914 (c-forward-into-nomenclature, c-backward-into-nomenclature):
12915 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
12916
12917 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
12918 subword.el functions instead of cc-subword.el.
12919
1e7d4475
SM
12920 * progmodes/cc-subword.el: Rename to subword.el.
12921 * subword.el: Rename from progmodes/cc-subword.el.
12922 (subword-mode-map): Rename from c-subword-mode-map.
12923 (subword-mode): Rename from c-subword-mode.
653d1554 12924 (global-subword-mode): New global minor mode.
1e7d4475
SM
12925 (forward-subword): Rename from c-forward-subword.
12926 (backward-subword): Rename from c-backward-subword.
12927 (mark-subword): Rename from c-mark-subword.
12928 (kill-subword): Rename from c-kill-subword.
12929 (backward-kill-subword): Rename from c-backward-kill-subword.
12930 (transpose-subwords): Rename from c-tranpose-subword.
12931 (downcase-subword): Rename from c-downcase-subword.
12932 (capitalize-subword): Rename from c-capitalize-subword.
12933 (forward-subword-internal): Rename from c-forward-subword-internal.
12934 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 12935
9717f119
DN
129362009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
12937
8de724f3
DN
12938 * vc.el (vc-deduce-fileset): Allow non-state changing operations
12939 from a dired buffer.
12940 (vc-dired-deduce-fileset): New function.
12941 (vc-root-diff, vc-print-root-log): Use it.
12942
9717f119
DN
12943 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
12944 nil LIMIT argument to vc-print-log-internal.
12945
af4999b8
GM
129462009-11-20 Glenn Morris <rgm@gnu.org>
12947
12948 * Makefile.in (ELCFILES): Regenerate.
12949
b58edcb6
JB
129502009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
12951
02e1b488
SM
12952 * calc/calc.el (calc-set-mode-line):
12953 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
12954 (math-format-number): Rename `math-format-complement-signed' to
12955 `math-format-twos-complement'.
12956
02e1b488 12957 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
12958 math-format-complement-signed.
12959 (calc-radix): Rename `calc-complement-signed-mode' to
12960 `calc-twos-complement-mode'.
02e1b488
SM
12961 (calc-octal-radix, calc-hex-radix): Add an argument for
12962 two's complement.
b58edcb6 12963
02e1b488
SM
12964 * calc/calc-embed.el (calc-embedded-mode-vars):
12965 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 12966
02e1b488
SM
12967 * calc/calc-ext.el (calc-init-extensions):
12968 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
12969 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
12970
02e1b488
SM
12971 * calc/calc-units.el (math-build-units-table-buffer):
12972 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
12973
12974 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
12975 entries.
12976
12977 * calc/calc-vec.el (calcFunc-vunpack):
12978 * calc/calc-aent.el (calc-do-calc-eval):
12979 * calc/calc-forms.el (math-format-date):
12980 * calc/calc-graph.el (calc-graph-plot):
12981 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
12982 * calc/calccomp.el (math-compose-expr):
12983 Let `calc-twos-complement-mode' be nil.
12984
129852009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
12986
12987 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
12988 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
12989 * minibuffer.el (completion-in-region-functions): New hook.
12990 (completion-in-region): New function.
12991 * emacs-lisp/lisp.el (lisp-complete-symbol):
12992 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 12993
e3353a78
SM
129942009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
12995
eff77808
SM
12996 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
12997 (latex-complete-alist): New vars.
12998 (latex-string-prefix-p, latex-complete-bibtex-keys)
12999 (latex-complete-envnames, latex-complete-refkeys)
13000 (latex-complete-data): New functions.
13001 (latex-complete, latex-indent-or-complete): New commands.
13002
d2c9fc42
SM
13003 * window.el (display-buffer-mark-dedicated): New var.
13004 (display-buffer): Obey it.
13005 * minibuffer.el (minibuffer-completion-help): Use it.
13006
31a1c477
SM
13007 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
13008
bed4c972
SM
13009 * filecache.el (file-cache-add-file): Use push and cons.
13010 (file-cache-delete-file-regexp): Use push.
13011 (file-cache-complete): Use completion-in-region.
13012
8c22699f
SM
13013 * simple.el (with-wrapper-hook): Fix thinko.
13014
e3353a78
SM
13015 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
13016 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
13017 Use with-current-buffer and string-to-number.
13018 (hfy-fallback-colour-values): Use assoc-string.
13019 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
13020 (hfy-face-at): Remove unused var `found-face'.
13021 (hfy-compile-stylesheet): Remove unused var `css'.
13022 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
13023 and `orig-buffer'.
13024 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
13025 Use with-current-buffer.
13026 (hfy-text-p): Use expand-file-name and fewer setq.
13027
acca02b0
SM
130282009-11-19 Vivek Dasmohapatra <vivek@etla.org>
13029
13030 * htmlfontify.el, hfy-cmap.el: New files.
13031
042b7cc6
JL
130322009-11-19 Juri Linkov <juri@jurta.org>
13033
13034 * minibuffer.el (completions-format): New defcustom.
13035 (completion--insert-strings): Implement vertical format.
13036
13037 * simple.el (switch-to-completions): Move point to the first
13038 completion when point was at the beginning of the buffer.
13039
da205913
JL
130402009-11-19 Juri Linkov <juri@jurta.org>
13041
13042 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
13043
13044 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
13045
0b8ee421
CY
130462009-11-19 Chong Yidong <cyd@stupidchicken.com>
13047
13048 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
13049 (mail-signature): Change default to t.
13050 (mail-from-style): Deprecate `system-default' value.
13051 (mail-insert-from-field): For default value of mail-from-style,
13052 default to `angles' unless `angles' needs quoting and `parens'
13053 does not.
13054 (mail-citation-prefix-regexp): Use citation regexp from
13055 message-mode.
13056
4265deab
MA
130572009-11-19 Michael Albinus <michael.albinus@gmx.de>
13058
acca02b0
SM
13059 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13060 Set variables for computing the prompt for reading password.
4265deab 13061
27cacd2d
GM
130622009-11-19 Glenn Morris <rgm@gnu.org>
13063
470bce7d
GM
13064 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
13065
7e705a1d
GM
13066 * textmodes/flyspell.el (sgml-lexical-context): Declare.
13067
27cacd2d
GM
13068 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
13069 (newsticker-treeview-listwindow-height): Fix custom type.
13070
b2f0be0f
KH
130712009-11-19 Kenichi Handa <handa@m17n.org>
13072
13073 * descr-text.el (describe-char-padded-string): Compose with TAB
13074 only if there's a font for CH.
02e1b488 13075 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 13076
03446045 130772009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
13078
13079 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 13080 more accurate version of the regexp. (Bug#3910)
b96337b0 13081
03446045 130822009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
13083
13084 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
13085
e0620570
JB
130862009-11-18 Juanma Barranquero <lekktu@gmail.com>
13087
13088 * font-setting.el (font-use-system-font): Declare for byte-compiler.
13089 (font-setting-change-default-font): Fix typo in docstring.
13090
6cc6582e
AM
130912009-11-18 Alan Mackenzie <acm@muc.de>
13092
13093 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
13094
dfb3c4c6
JD
130952009-11-17 Jan Djärv <jan.h.d@swipnet.se>
13096
02e1b488 13097 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
13098
13099 * cus-start.el (all): ... to here.
13100
e268e987
MA
131012009-11-17 Michael Albinus <michael.albinus@gmx.de>
13102
13103 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
13104 Don't set `ad-return-value' if `ad-do-it' doesn't.
13105
303ffde8
MA
13106 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
13107 modification time.
13108
637fa988
JD
131092009-11-17 Jan Djärv <jan.h.d@swipnet.se>
13110
13111 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 13112 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
13113
13114 * loadup.el: If feature system-font-setting or font-render-setting is
13115 there, load font-setting.
13116
02e1b488 13117 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
13118 * font-setting.el: New file.
13119
1d16a255
GM
131202009-11-17 Glenn Morris <rgm@gnu.org>
13121
13122 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
13123
2d84f804
GM
13124 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
13125 Preserve point in the list buffer. (Bug#4939)
13126 Use point-at-eol.
13127 (newsticker--treeview-list-update-highlight)
13128 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
13129
14467b99
JB
131302009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
13131
13132 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
13133 Remove.
13134
13135 * calc/calc-ext.el (calc-init-extensions): Remove references to
13136 symclip.
13137
13138 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
13139
13140 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 13141 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
13142 `calc-symclip'.
13143
e3c39c01
KR
131442009-11-16 Kevin Ryde <user42@zip.com.au>
13145
02e1b488 13146 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 13147 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 13148
497de631
KR
13149 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
13150 (lm-keywords-list): Allow comma-only separator like "foo,bar".
13151 Ignore trailing spaces by omit-nulls to split-string (fixing
13152 regression from Emacs 21 due to the incompatible split-string
14467b99 13153 change). (Bug #4928.)
497de631 13154
48b27575
DN
131552009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
13156
5237d741 13157 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
13158 (vc-print-log-internal): Insert buttons to request more entries
13159 when limiting the output.
13160
13161 * vc-sccs.el (vc-sccs-print-log):
13162 * vc-rcs.el (vc-rcs-print-log):
13163 * vc-cvs.el (vc-cvs-print-log):
13164 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
13165 LIMIT is non-nil.
13166
d3e97185
MA
131672009-11-16 Michael Albinus <michael.albinus@gmx.de>
13168
13169 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
13170 error when `tramp-gvfs-dbus-event-vector' is set.
13171 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
13172
68d87786
SM
131732009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13174
13175 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
13176
c0a39702
MA
131772009-11-16 Michael Albinus <michael.albinus@gmx.de>
13178
13179 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 13180 (dbus-register-property): Register the handlers of
c0a39702
MA
13181 "org.freedesktop.DBus.Properties" for SERVICE.
13182 (dbus-property-handler): Fix docstring.
13183
1e857121
YM
131842009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13185
13186 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
13187 Quote doc string reference in defvaralias as it is not in special form.
13188 (byte-compile-output-docform): Doc fix.
13189
887484c1
JB
131902009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
13191
13192 * calc/calc.el (math-2-word-size, math-half-2-word-size)
13193 (calc-complement-signed-mode): New variables.
13194 (calc-set-mode-line): Add indicator for twos-complements.
13195 (math-format-number): Format twos-complement notation.
13196
13197 * calc/calc-bin.el (calc-word-size): Reset the variables
13198 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
13199 (math-format-complement-signed, math-symclip, calcFunc-symclip)
13200 (calc-symclip): New functions.
887484c1
JB
13201
13202 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
13203
68d87786
SM
13204 * calc/calc-embed.el (calc-embedded-mode-vars):
13205 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
13206
13207 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 13208 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
13209
13210 * calc/calc-ext.el (math-read-number-fancy): Read complement
13211 signed numbers.
68d87786
SM
13212 (calc-init-extensions): Add binding for `calc-symclip'.
13213 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
13214
13215 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
13216 `calc-symclip'.
68d87786 13217 (calc-modes-menu): Add item for twos complement mode.
887484c1 13218
5237d741 13219 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 13220
4cf1d7e3
CY
132212009-11-15 Chong Yidong <cyd@stupidchicken.com>
13222
13223 * register.el (jump-to-register, insert-register): Handle Semantic
13224 tags. From commented-out advice in semantic/senator.el.
13225
f8e65267
DN
132262009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
13227
6616006b
DN
13228 * vc.el (vc-log-show-limit): New variable.
13229 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
13230 when using a prefix argument.
13231 (vc-print-log-internal): Add new argument LIMIT.
13232
13233 * vc-svn.el (vc-svn-print-log):
13234 * vc-mtn.el (vc-mtn-print-log):
13235 * vc-hg.el (vc-hg-print-log):
13236 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 13237 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
13238 non-optional.
13239
13240 * vc-sccs.el (vc-sccs-print-log):
13241 * vc-rcs.el (vc-rcs-print-log):
13242 * vc-git.el (vc-git-print-log):
13243 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
13244 ignore it. Make the BUFFER argument non-optional
13245
f8e65267
DN
13246 * bindings.el (mode-line-buffer-identification): Do not purecopy.
13247
0566c4bc
CY
132482009-11-15 Chong Yidong <cyd@stupidchicken.com>
13249
7cce3c91
CY
13250 * dired.el (dired-mode-map): Move encryption items to "Operate"
13251 menu (Bug#4703).
13252
d7063de9
CY
13253 * strokes.el (strokes-update-window-configuration): Make strokes
13254 buffer current before erasing (Bug#4906).
13255
0fc10137
JL
132562009-11-15 Juri Linkov <juri@jurta.org>
13257
13258 * simple.el (set-mark-default-inactive): Add :type, :group
13259 and :version. (Bug#4876)
13260
f5fce4ec
MA
132612009-11-15 Michael Albinus <michael.albinus@gmx.de>
13262
13263 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
13264 (archive-unique-fname): ... here. (Bug#4929)
13265
8d720a00
SM
132662009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13267
589888fe
SM
13268 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
13269 with a real fix.
13270
8d720a00
SM
13271 * novice.el (disabled-command-function): Add useful args.
13272 Setup the help buffer so that [back] works.
13273 Remove redundant call to help-mode.
13274 (disabled-command-function): Use `case'.
13275 (en/disable-command): New function extracted from enable-command.
13276 (enable-command, disable-command): Use it.
13277
a61344d6
GM
132782009-11-14 Glenn Morris <rgm@gnu.org>
13279
497f0cdd
GM
13280 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
13281 constants. (Bug#4913)
13282
a61344d6
GM
13283 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
13284
d501801e
GM
132852009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
13286
13287 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
13288 defined in C that have no doc-strings. (Bug#1063)
13289
5af27ac2
GM
132902009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
13291
13292 * cus-edit.el (data, files):
13293 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
13294
aec5395b
CY
132952009-11-14 Chong Yidong <cyd@stupidchicken.com>
13296
e7791447
CY
13297 * simple.el (shell-command): Doc fix (Bug#4891).
13298
aec5395b
CY
13299 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
13300
7a41cd7f
GM
133012009-11-14 Glenn Morris <rgm@gnu.org>
13302
c3583c94
GM
13303 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
13304 statements for vc-diff, emerge-quit, and rmail-cease-edit.
13305 If they are already loaded, eval-after-load will do the right thing.
13306
73900d1f
GM
13307 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
13308 compiling.
13309
0028351d
GM
13310 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
13311
f6714ede
GM
13312 * simple.el (x-selection-owner-p): Declare.
13313 (read-mail-command): Use custom radio type rather than choice.
13314 (completion-no-auto-exit): Doc fix.
13315
7a41cd7f 13316 * custom.el (defgroup):
5af27ac2 13317 * epg-config.el (epg): Doc fixes.
7a41cd7f 13318
2d0659ec
DN
133192009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
13320
13321 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
13322 * international/ccl.el (define-ccl-program): Do not purecopy the
13323 docstring, defconst does it anyway.
13324
7fdbcd83
SM
133252009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
13326
d499c5b9
SM
13327 * add-log.el (add-change-log-entry): Avoid displaying the changelog
13328 a second time.
13329
7fdbcd83
SM
13330 * x-dnd.el (x-dnd-maybe-call-test-function):
13331 * window.el (split-window-vertically):
13332 * whitespace.el (whitespace-help-on):
13333 * vc-rcs.el (vc-rcs-consult-headers):
13334 * userlock.el (ask-user-about-lock-help)
13335 (ask-user-about-supersession-help):
13336 * type-break.el (type-break-force-mode-line-update):
13337 * time-stamp.el (time-stamp-conv-warn):
13338 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 13339 (te-sentinel, terminal-emulator):
7fdbcd83
SM
13340 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
13341 (term-write-input-ring, term-check-source, term-start-output-log):
13342 (term-display-buffer-line, term-dynamic-list-completions):
13343 (term-ansi-make-term, serial-term):
13344 * subr.el (selective-display):
13345 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13346 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
13347 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
13348 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
13349 (speedbar-remove-localized-speedbar-support)
13350 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
13351 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
13352 (speedbar-buffers-line-directory):
13353 * simple.el (shell-command-on-region, append-to-buffer)
13354 (prepend-to-buffer):
13355 * shadowfile.el (shadow-save-todo-file):
13356 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
13357 (scroll-bar-maybe-set-window-start):
13358 * sb-image.el (speedbar-image-dump):
13359 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
13360 (load-save-place-alist-from-file):
13361 * ps-samp.el (ps-print-message-from-summary):
13362 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
13363 (ps-background-image, ps-begin-job, ps-do-despool):
13364 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
13365 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
13366 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
13367 (pr-call-process, pr-file-list, pr-interface-save):
13368 * novice.el (disabled-command-function)
13369 (enable-command, disable-command):
13370 * mouse.el (mouse-buffer-menu-alist):
13371 * mouse-copy.el (mouse-kill-preserving-secondary):
13372 * macros.el (kbd-macro-query):
13373 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
13374 * informat.el (batch-info-validate):
13375 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
13376 * hippie-exp.el (try-expand-dabbrev-visible):
13377 * help-mode.el (help-make-xrefs):
13378 * help-fns.el (describe-variable):
13379 * generic-x.el (bat-generic-mode-run-as-comint):
13380 * finder.el (finder-mouse-select):
13381 * find-dired.el (find-dired-sentinel):
13382 * filesets.el (filesets-file-close):
13383 * files.el (list-directory):
13384 * faces.el (list-faces-display, describe-face):
13385 * facemenu.el (list-colors-display):
13386 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
13387 * epg.el (epg--process-filter, epg-cancel):
13388 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
13389 (epa--read-signature-type):
13390 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
13391 (emerge-file-names):
13392 * ehelp.el (electric-helpify):
13393 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
13394 * ediff-vers.el (rcs-ediff-view-revision):
13395 * ediff-util.el (ediff-setup):
13396 * ediff-mult.el (ediff-append-custom-diff):
13397 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
13398 (ediff-wordify):
13399 * echistory.el (Electric-command-history-redo-expression):
13400 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
13401 * disp-table.el (describe-display-table):
13402 * dired.el (dired-find-buffer-nocreate):
13403 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
13404 * dabbrev.el (dabbrev--same-major-mode-p):
13405 * chistory.el (list-command-history):
13406 * apropos.el (apropos-documentation):
13407 * allout.el (allout-obtain-passphrase):
13408 (allout-copy-exposed-to-buffer):
13409 (allout-verify-passphrase): Use with-current-buffer.
13410
2ccbc060
GM
134112009-11-13 Glenn Morris <rgm@gnu.org>
13412
13413 * Makefile.in (ELCFILES): Regenerate.
13414
b172ed20
MA
134152009-11-13 Michael Albinus <michael.albinus@gmx.de>
13416
7fdbcd83
SM
13417 * net/dbus.el (dbus-registered-objects-table): Rename from
13418 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
13419 (dbus-unregister-object): Unregister also properties.
13420 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13421 Use a timeout of 500 msec, in order to not block.
13422 (dbus-register-property, dbus-property-handler): New defuns.
13423
e96d62cd
SM
134242009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
13425
13426 * simple.el (minibuffer-default-add-completions): Drop deprecated
13427 4th arg.
13428
14bd267d
EZ
134292009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
13430
e96d62cd
SM
13431 * textmodes/artist.el (artist-mouse-choose-operation):
13432 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 13433 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
13434 (artist-compute-up-event-key): New function.
13435 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
13436
bf89fd7b
KH
134372009-11-13 Kenichi Handa <handa@m17n.org>
13438
13439 * language/japan-util.el: Make sure that the value of jisx0208
13440 property is jisx0208 character.
13441
f70b8925
DN
134422009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
13443
13444 * international/mule.el (auto-coding-regexp-alist): Only purecopy
13445 car or each item, not the whole list.
13446
4d93a9e0
SM
134472009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
13448
13449 * minibuffer.el (minibuffer-completion-help):
13450 Use minibuffer-hide-completions.
13451
05404988
SM
134522009-11-12 Per Starbäck <per@starback.se> (tiny change)
13453
13454 * dired.el (dired-save-positions, dired-restore-positions): New funs.
13455 (dired-revert): Use them (bug#4880).
13456
5297bc10
DN
134572009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
13458
13459 * tooltip.el (tooltip-frame-parameters): Undo previous change.
13460
e2685eb7
JL
134612009-11-12 Juri Linkov <juri@jurta.org>
13462
13463 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
13464 New functions.
13465 (find-file-literally-at-point): Alias of `ffap-literally'.
13466
76410c3e
DN
134672009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
13468
6d341a2a
DN
13469 * textmodes/ispell.el (ispell-skip-region-alist):
13470 * textmodes/css-mode.el (auto-mode-alist):
13471 * progmodes/compile.el (auto-mode-alist):
13472 * international/mule.el (ctext-non-standard-encodings-alist)
13473 (ctext-non-standard-encodings-regexp):
13474 * simple.el (shell-command-switch, text-read-only):
13475 * replace.el (occur-mode-map):
13476 * paths.el (rmail-file-name):
13477 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
13478 * find-file.el (ff-special-constructs):
13479 * files.el (file-name-handler-alist):
13480 * composite.el: Purecopy strings.
13481
76410c3e
DN
13482 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
13483
aaa448c9
DN
134842009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
13485
13486 * widget.el (define-widget): Purecopy the docstring.
13487 * international/mule-cmds.el (charset): Do not purecopy the
13488 docstring here, define-widget does it.
13489
13490 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
13491 * textmodes/bibtex-style.el (auto-mode-alist):
13492 * progmodes/inf-lisp.el (inferior-lisp-prompt):
13493 * progmodes/compile.el (compile-command):
13494 * language/korea-util.el (default-korean-keyboard):
13495 * international/mule-conf.el (file-coding-system-alist):
13496 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
13497 * tooltip.el (tooltip-frame-parameters):
13498 * newcomment.el (comment-end, comment-padding):
13499 * dired.el (dired-trivial-filenames):
13500 * comint.el (comint-file-name-prefix): Purecopy initial values.
13501
bbe650fd
MA
135022009-11-11 Michael Albinus <michael.albinus@gmx.de>
13503
13504 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
13505 (tramp-advice-minibuffer-electric-tilde): Unload advices via
13506 `tramp-unload'.
13507 (tramp-advice-make-auto-save-file-name)
13508 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
13509 after removing the advice.
13510
6bdad9ae
DN
135112009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
13512
2f7f4bee
DN
13513 * progmodes/grep.el (grep-regexp-alist):
13514 * international/mule-cmds.el (iso-2022-control-alist):
13515 * emacs-lisp/timer.el (timer-duration-words):
13516 * subr.el (version-separator, version-regexp-alist):
13517 * minibuffer.el (completion-styles-alist):
13518 * faces.el (face-attribute-name-alist, list-faces-sample-text):
13519 Change defvars to defconsts.
13520
a042de45
DN
13521 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
13522 * loadup.el ("international/mule-conf"): Load the byte compiled version.
13523 * international/mule-conf.el: Allow to be byte compiled.
13524
3b6acc72
DN
13525 * international/mule.el (define-charset): Purecopy props.
13526 (load-with-code-conversion): Purecopy doc string and file name.
13527 (put-charset-property): Purecopy strings.
13528 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
13529
1c2efdfb 13530 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
13531 (define-char-code-property): Correctly purecopy the table.
13532
62591911
DN
13533 * international/ccl.el (define-ccl-program): Purecopy the docstring.
13534
8b908da6
DN
13535 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
13536
ff917d63
DN
13537 * subr.el (add-hook): Purecopy strings.
13538 (eval-after-load): Purecopy load-history-regexp and the form.
13539
af89cf77
DN
13540 * custom.el (custom-declare-group): Purecopy load-file-name.
13541
a3c20c83 13542 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
13543 * net/eudc.el (eudc-tools-menu):
13544 * international/mule-cmds.el (set-coding-system-map)
13545 (mule-menu-keymap):
13546 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
13547 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
13548 * replace.el (occur-mode-map):
13549 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 13550 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
13551 (menu-bar-custom-menu, menu-bar-showhide-menu)
13552 (menu-bar-options-menu, menu-bar-tools-menu)
13553 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
13554 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
13555 (menu-bar-help-menu):
13556 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
13557 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
13558
6bdad9ae
DN
13559 * term/x-win.el (x-gtk-stock-map):
13560 * progmodes/vera-mode.el (auto-mode-alist):
13561 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
13562 (inferior-lisp-program, inferior-lisp-load-command):
13563 * progmodes/hideshow.el (hs-special-modes-alist):
13564 * progmodes/gud.el (same-window-regexps):
13565 * progmodes/grep.el (grep-program, find-program, xargs-program):
13566 * net/telnet.el (same-window-regexps):
13567 * net/rlogin.el (same-window-regexps):
13568 * language/ethiopic.el (font-ccl-encoder-alist):
13569 * vc-sccs.el (vc-sccs-master-templates):
13570 * vc-rcs.el (vc-rcs-master-templates):
13571 * subr.el (cl-assertion-failed):
13572 * simple.el (next-error-overlay-arrow-position):
13573 * lpr.el (lpr-command):
13574 * locate.el (locate-ls-subdir-switches):
13575 * info.el (same-window-regexps, info)
13576 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
13577 * image-mode.el (image-mode, auto-mode-alist):
13578 * hippie-exp.el (hippie-expand-ignore-buffers):
13579 * format.el (format-alist):
13580 * find-dired.el (find-ls-subdir-switches, find-grep-options)
13581 (find-name-arg):
13582 * facemenu.el (facemenu-keybindings):
13583 * dired.el (dired-listing-switches, dired-chown-program):
13584 * diff.el (diff-switches, diff-command):
13585 * cus-edit.el (same-window-regexps):
13586 * bindings.el (mode-line-mule-info)
13587 (mode-line-buffer-identification): Purecopy strings.
13588
e0987650
JL
135892009-11-11 Juri Linkov <juri@jurta.org>
13590
3570691b 13591 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
13592 Tell the byte-compiler about dired-get-filename.
13593 (shell-command): In Dired mode, get filename from the current line
13594 as the default value.
13595
b16ff465
GM
135962009-11-10 Glenn Morris <rgm@gnu.org>
13597
e8a11b22
GM
13598 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
13599 * calendar/holidays.el, progmodes/cperl-mode.el:
13600 Update x-popup-menu declarations.
13601
b16ff465
GM
13602 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
13603 (list-load-path-shadows): Use dolist.
13604 (list-load-path-shadows): Use with-current-buffer.
13605
032c3399
JL
136062009-11-10 Juri Linkov <juri@jurta.org>
13607
13608 * minibuffer.el (read-file-name): Support a list of default values
13609 in `default-filename'. Use the first file name where only one
13610 element is required. Doc fix.
13611
8fb1629f
MA
136122009-11-09 Michael Albinus <michael.albinus@gmx.de>
13613
13614 * net/dbus.el (dbus-unregister-object): Release service, if no
13615 other method is registered for it.
13616
a51203ee 136172009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
13618
13619 * bookmark.el (bookmark-completing-read): Sort bookmark names if
13620 bookmark-sort-flag is non-nil (Bug#4653).
13621
9bf7dc8a
CY
136222009-11-08 Chong Yidong <cyd@stupidchicken.com>
13623
15207e74
CY
13624 * emulation/cua-base.el: Add CUA property to some CC mode commands
13625 (Bug#4100).
13626
8bf7ed70
KR
136272009-11-08 Kevin Ryde <user42@zip.com.au>
13628
13629 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 13630 at end of sentence (Bug#4818).
8bf7ed70 13631
951802d0
CY
136322009-11-08 Jared Finder <jfinder@crypticstudios.com>
13633
13634 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13635 Handle "see declaration of" MSFT statements (Bug#4100).
13636
e8244310
MA
136372009-11-08 Michael Albinus <michael.albinus@gmx.de>
13638
13639 * net/tramp.el (tramp-advice-make-auto-save-file-name)
13640 (tramp-advice-file-expand-wildcards): Unload via
13641 `ad-remove-advice'.
13642
13643 * net/trampver.el: Update release number.
13644
a51203ee 136452009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
13646
13647 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
13648 `ad-do-it'.
13649
a51203ee 136502009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
13651
13652 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
13653 in order to keep context in SELinux.
13654
bedd8a58
CY
136552009-11-08 Chong Yidong <cyd@stupidchicken.com>
13656
13657 * dired-aux.el (dired-query): Place cursor in echo area and allow
13658 C-g.
13659
13660 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
13661 menu item if not on a directory (Bug#4701).
13662
0484d600
MA
136632009-11-07 Michael Albinus <michael.albinus@gmx.de>
13664
13665 Sync with Tramp 2.1.17.
13666
13667 * net/tramp.el (tramp-handle-copy-directory): Don't use
13668 `file-remote-p' (due to compatibility).
13669
13670 * net/tramp-compat.el (tramp-compat-copy-directory)
13671 (tramp-compat-delete-directory): New defuns.
13672
13673 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6a7662bb
BR
13674 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
13675 Use `tramp-compat-delete-directory'.
0484d600
MA
13676
13677 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6a7662bb
BR
13678 (tramp-smb-handle-delete-directory):
13679 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
13680
13681 * net/trampver.el: Update release number.
13682
b42b2189
CY
136832009-11-07 Chong Yidong <cyd@stupidchicken.com>
13684
6960d7b9
CY
13685 * tar-mode.el (tar-copy): Call write-region on the right buffer
13686 (Bug#4857).
13687
b42b2189
CY
13688 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
13689 by hand, if necessary (Bug#4878).
13690
0ad57dfd
CY
136912009-11-06 Chong Yidong <cyd@stupidchicken.com>
13692
d19e23ae
CY
13693 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
13694 align size column (Bug#4839).
13695
0ad57dfd
CY
13696 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
13697 statement.
13698
0b7f397c
DN
136992009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
13700
13701 * progmodes/ld-script.el (auto-mode-alist):
13702 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
13703
13704 * cus-face.el (custom-declare-face): Purecopy face spec.
13705
495bd5ca
KH
137062009-11-06 Kenichi Handa <handa@m17n.org>
13707
13708 * international/uni-bidi.el: Re-generated.
13709 * international/uni-category.el: Re-generated.
13710 * international/uni-combining.el: Re-generated.
13711 * international/uni-mirrored.el: Re-generated.
13712
1e8780b1
DN
137132009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
13714
13715 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
13716 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
13717 (tex-start-options, slitex-run-command, latex-run-command)
13718 (tex-run-command, tex-directory):
13719 * textmodes/ispell.el (ispell-html-skip-alists)
13720 (ispell-tex-skip-alists, ispell-tex-skip-alists):
13721 * textmodes/fill.el (adaptive-fill-first-line-regexp):
13722 (adaptive-fill-regexp):
13723 * textmodes/dns-mode.el (auto-mode-alist):
13724 * progmodes/python.el (interpreter-mode-alist):
13725 * progmodes/etags.el (tags-compression-info-list):
13726 * progmodes/etags.el (tags-file-name):
13727 * net/browse-url.el (browse-url-galeon-program)
13728 (browse-url-firefox-program):
13729 * mail/sendmail.el (mail-signature-file)
13730 (mail-citation-prefix-regexp):
13731 * international/mule-conf.el (eight-bit):
13732 * international/latexenc.el (latex-inputenc-coding-alist):
13733 * international/fontset.el (x-pixel-size-width-font-regexp):
13734 * emacs-lisp/warnings.el (warning-type-format):
13735 * emacs-lisp/trace.el (trace-buffer):
13736 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
13737 (emacs-lisp-mode-map):
13738 * calendar/holidays.el (holiday-solar-holidays)
13739 (holiday-bahai-holidays, holiday-islamic-holidays)
13740 (holiday-christian-holidays, holiday-hebrew-holidays)
13741 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
13742 (hebrew-holidays-1, holiday-oriental-holidays)
13743 (holiday-general-holidays):
13744 * x-dnd.el (x-dnd-known-types):
13745 * tool-bar.el (tool-bar):
13746 * startup.el (site-run-file):
13747 * shell.el (shell-dumb-shell-regexp):
13748 * rfn-eshadow.el (file-name-shadow-tty-properties)
13749 (file-name-shadow-properties):
13750 * paths.el (remote-shell-program, news-directory):
13751 * mouse.el ([C-down-mouse-3]):
13752 * menu-bar.el (menu-bar-tools-menu):
13753 * jka-cmpr-hook.el (jka-compr-load-suffixes)
13754 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
13755 (jka-compr-compression-info-list):
13756 * isearch.el (search-whitespace-regexp):
13757 * image-file.el (image-file-name-extensions):
13758 * find-dired.el (find-ls-option):
13759 * files.el (directory-listing-before-filename-regexp)
13760 (directory-free-space-args, insert-directory-program)
13761 (list-directory-brief-switches, magic-fallback-mode-alist)
13762 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
13763 (automount-dir-prefix):
13764 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
13765 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
13766 (face-font-registry-alternatives, face-font-registry-alternatives)
13767 (face-font-family-alternatives):
13768 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
13769 (facemenu-foreground-menu, facemenu-face-menu):
13770 * epa-hook.el (epa-file-name-regexp):
13771 * dnd.el (dnd-protocol-alist):
13772 * textmodes/rst.el (auto-mode-alist):
a51203ee 13773 * button.el (default-button): Purecopy strings.
1e8780b1 13774
0adae11f
GM
137752009-11-06 Glenn Morris <rgm@gnu.org>
13776
13777 * Makefile.in (ELCFILES): Update.
13778
2adaf057
SM
137792009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
13780
8f72f03c
SM
13781 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
13782 * emacs-lisp/levents.el: Move to obsolete/levents.el.
13783
2adaf057
SM
13784 * nxml/xsd-regexp.el (xsdre-gen-categories):
13785 * nxml/xmltok.el (xmltok-parse-entity):
13786 * nxml/rng-parse.el (rng-parse-validate-file):
13787 * nxml/rng-maint.el (rng-format-manual)
13788 (rng-manual-output-force-new-line):
13789 * nxml/rng-loc.el (rng-save-schema-location-1):
13790 * nxml/rng-cmpct.el (rng-c-parse-file):
13791 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
13792 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
13793
14862301
SM
137942009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
13795
bf0b361c 13796 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
13797 Remove extra save-excursions and make-variable-buffer-local's.
13798 Suggested by Stefan Monnier.
13799
13800 (verilog-getopt-file, verilog-module-inside-filename-p)
13801 (verilog-set-define): Merge GNU 1.35 and repair changes from
13802 switching to using with-current-buffer.
13803
13804 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
13805 being treated as a number and confusing AUTORESET.
13806 Reported by Dan Dever.
13807
13808 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
13809 Add verilog-auto-ignore-concat to fix backward compatibility with
13810 older verilog-modes. Reported by Dan Katz.
13811
13812 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
13813 containing closing anchors "...$".
13814
13815 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
13816 Reported by Wade Smith.
13817
48c2d18a 13818 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
13819
138202009-11-05 Michael McNamara <mac@mail.brushroad.com>
13821
bf0b361c
JB
13822 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
13823 for labels.
14862301
SM
13824
13825 (verilog-label-re, verilog-calc-1): Support proper indent of named
13826 asserts.
13827
13828 (verilog-backward-token, verilog-basic-complete-re)
13829 (verilog-beg-of-statement, verilog-indent-re): Support proper
13830 indent of the assert statement at the beginning of a block of text.
13831
13832 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
13833 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
13834 tokens as begins.
13835
4f8f657f
GM
138362009-11-05 Glenn Morris <rgm@gnu.org>
13837
775adc51
GM
13838 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
13839 Emacs 19. (Bug#1531)
13840 (byte-compile-fix-header): Update for the above change.
13841 Drop test for epoch::version.
13842
4ad6a5e7 13843 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
13844 * cus-dep.el (custom-make-dependencies):
13845 * finder.el (finder-compile-keywords):
13846 Use autoload-rubric's feature argument.
4ad6a5e7 13847
4f8f657f
GM
13848 * calendar/diary-lib.el (top-level): Make load behave more like require.
13849
881e4184
GM
13850 * vc-git.el (vc-git-stash-map): Move definition before use.
13851
ba214964 138522009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 13853
b6f8ba09
DN
13854 * custom.el (custom-declare-group): Purecopy standard-value.
13855 (custom-declare-group): Purecopy custom-prefix.
13856
7fdbcd83
SM
13857 * international/mule.el (load-with-code-conversion):
13858 Call do-after-load-evaluation unconditionally.
eb6f577b 13859
f6195dfb
DN
13860 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
13861
56f14120
SM
138622009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
13863
13864 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
13865
e5c89ce9
GM
138662009-11-04 Glenn Morris <rgm@gnu.org>
13867
13868 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
13869 (byte-compile-compatibility): Remove option.
13870 (byte-compile-close-variables, byte-compile-fix-header)
13871 (byte-compile-insert-header, byte-compile-output-docform)
13872 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
13873 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
13874 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
13875 (byte-compile-insert, byte-compile-defun):
13876 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
13877 (byte-defop-compiler19): Remove.
13878 Without byte-compile-compatibility, the 'emacs19-opcode property is not
13879 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 13880
e24f42ab
JL
138812009-11-04 Juri Linkov <juri@jurta.org>
13882
13883 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
13884 (menu-bar-options-menu): Don't quote the `prop' arg of
13885 `menu-bar-make-mm-toggle'.
13886
d3d5f4f5
JB
138872009-11-04 Juanma Barranquero <lekktu@gmail.com>
13888
13889 * calendar/calendar.el (cal-loaddefs):
13890 * calendar/diary-lib.el (diary-loaddefs):
13891 * calendar/holidays.el (hol-loaddefs):
13892 * eshell/esh-module.el (esh-groups): Load rather than require.
13893
6e39d3b2
SM
138942009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
13895
e96d62cd
SM
13896 * calendar/todo-mode.el (todo-add-category): Don't hardcode
13897 point-min==1.
7e83e8b4
SM
13898 (todo-top-priorities): Only display-buffer when called interactively.
13899 (todo-item-start): Don't save excursion point.
13900 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
13901 (todo-insert-item-here, todo-file-item, todo-remove-item):
13902 Adjust uses of todo-item-start and todo-item-end.
13903
fae4e5b9
SM
13904 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
13905 (autoload-rubric): Don't use any more.
fae4e5b9 13906
6e39d3b2
SM
13907 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
13908 and only put a prop if it is non-nil.
13909
c9753fb4
JL
139102009-11-03 Juri Linkov <juri@jurta.org>
13911
13912 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
13913 (menu-bar-options-menu): Fix list quoting (Bug#4429).
13914
13915 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
13916 and "Menu" to make top-level menu item visually one unit (like
13917 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
13918 multi-word menu items). Fix :help string for quit-window.
13919
db04f33f
GM
139202009-11-03 Glenn Morris <rgm@gnu.org>
13921
2aea6521
GM
13922 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
13923 (byte-compile-file-form-define-abbrev-table)
13924 (byte-compile-file-form-custom-declare-variable)
13925 (byte-compile-variable-ref, byte-compile-defvar):
13926 Whether or not a warning is enabled should only affect whether we issue
13927 the warning, not whether or not we collect the relevant data.
13928 Eg warnings can be turned on and off throughout the course of a file.
13929
db04f33f
GM
13930 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
13931 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
13932
937e6a56
SM
139332009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
13934
13935 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
13936 * play/mpuz.el (mpuz-create-buffer):
13937 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
13938 (lm-print-y,s,noise, lm-print-w0, lm-init):
13939 * play/gomoku.el (gomoku-prompt-for-move):
13940 * play/fortune.el (fortune-in-buffer):
13941 * play/dissociate.el (dissociated-press):
13942 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 13943 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
13944 * mail/supercite.el (sc-eref-show):
13945 * mail/smtpmail.el (smtpmail-send-it):
13946 * mail/rmailsum.el (rmail-summary-next-labeled-message)
13947 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
13948 (rmail-summary-undelete-many, rmail-summary-rmail-update)
13949 (rmail-summary-goto-msg, rmail-summary-expunge)
13950 (rmail-summary-get-new-mail, rmail-summary-search-backward)
13951 (rmail-summary-add-label, rmail-summary-output-menu)
13952 (rmail-summary-output-body):
13953 * mail/rfc822.el (rfc822-addresses):
13954 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
13955 * mail/mailpost.el (post-mail-send-it):
13956 * mail/hashcash.el (hashcash-generate-payment):
13957 * mail/feedmail.el (feedmail-run-the-queue)
13958 (feedmail-queue-send-edit-prompt-help-first)
13959 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
13960 (feedmail-deduce-address-list):
13961 * eshell/esh-ext.el (eshell-remote-command):
13962 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
13963 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
13964 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
13965 (viper-save-string-in-file, viper-valid-marker):
13966 * emulation/viper-keym.el (viper-toggle-key):
13967 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
13968 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
13969 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
13970 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13971 (viper-exec-form-in-emacs, viper-brac-function):
13972 * emulation/viper.el (viper-delocalize-var):
13973 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
13974 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
13975 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
13976 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
13977 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
13978 * emulation/edt.el (edt-electric-helpify):
13979 * emulation/cua-rect.el (cua--rectangle-aux-replace):
13980 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
13981 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
13982 (cua-indent-to-global-mark-column):
13983 * calendar/diary-lib.el (calendar-mark-1):
13984 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
13985 Use with-current-buffer.
13986 * emulation/viper.el (viper-delocalize-var): Use dolist.
13987
5b955562
CY
139882009-11-03 Chong Yidong <cyd@stupidchicken.com>
13989
13990 * comint.el (comint-replace-by-expanded-history-before-point):
13991 Replace !! with the previous input string literally (Bug#1795).
13992
6292c599
JB
139932009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
13994
13995 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
13996 to be made up of whitespace.
13997
8368c14e
CY
139982009-11-02 Chong Yidong <cyd@stupidchicken.com>
13999
14000 * minibuffer.el (read-file-name): Don't use file dialogs for
14001 remote directories (Bug#99).
14002
6f750f0d
CY
140032009-11-01 Chong Yidong <cyd@stupidchicken.com>
14004
14005 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
14006
97ab3f47
AS
140072009-11-01 Andreas Schwab <schwab@linux-m68k.org>
14008
14009 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
14010 instead of deleting the window or frame.
14011
673c1168
CY
140122009-10-31 Chong Yidong <cyd@stupidchicken.com>
14013
14014 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
14015 Support face colors.
14016
937e6a56
SM
14017 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
14018 New function. Support face colors (Bug#1168).
673c1168
CY
14019 (tex-common-initialization): Use it.
14020
14021 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
14022 mode allows it (Bug#1168).
14023
c9349f0a
CY
140242009-10-31 Juri Linkov <juri@jurta.org>
14025
14026 * facemenu.el (list-colors-display): Don't mark buffer as
14027 modified (Bug#3948).
14028
ebf5c4f5
CY
140292009-10-31 Chong Yidong <cyd@stupidchicken.com>
14030
6a7662bb
BR
14031 * international/mule-diag.el (list-character-sets-1):
14032 Minor message fix (Bug#3526).
5c2dce75 14033
6a7662bb
BR
14034 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
14035 Fix face property (Bug#4834).
26581f0e
CY
14036 (etags-list-tags, etags-tags-apropos-additional)
14037 (etags-tags-apropos, tags-select-tags-table): Add follow-link
14038 property.
14039
ebf5c4f5
CY
14040 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
14041 items.
14042
9a529312
SM
140432009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14044
14045 * textmodes/two-column.el (2C-split):
14046 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
14047 * textmodes/tex-mode.el (tex-set-buffer-directory):
14048 * textmodes/spell.el (spell-region, spell-string):
14049 * textmodes/reftex.el (reftex-erase-buffer):
14050 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
14051 * textmodes/reftex-toc.el (reftex-toc-promote-action):
14052 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
14053 (reftex-select-item):
14054 * textmodes/reftex-ref.el (reftex-label-info-update)
14055 (reftex-offer-label-menu):
14056 * textmodes/reftex-index.el (reftex-index-change-entry)
14057 (reftex-index-phrases-info):
14058 * textmodes/reftex-global.el (reftex-create-tags-file)
14059 (reftex-save-all-document-buffers, reftex-ensure-write-access):
14060 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
14061 (reftex-view-crossref-from-bibtex):
14062 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
14063 (reftex-extract-bib-entries-from-thebibliography)
14064 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
14065 * textmodes/refbib.el (r2b-capitalize-title):
14066 (r2b-convert-buffer, r2b-help):
14067 * textmodes/page-ext.el (pages-directory)
14068 (pages-directory-goto-with-mouse):
14069 * textmodes/bibtex.el (bibtex-validate-globally):
14070 * textmodes/bib-mode.el (bib-capitalize-title):
14071 * textmodes/artist.el (artist-clear-buffer, artist-system):
14072 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
14073 (local-set-scheme-interaction-buffer, xscheme-process-filter)
14074 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
14075 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
14076 (xscheme-send-control-g-interrupt, xscheme-start-process)
14077 (xscheme-process-sentinel, xscheme-cd):
14078 * progmodes/verilog-mode.el (verilog-read-always-signals)
14079 (verilog-set-define, verilog-getopt-file)
14080 (verilog-module-inside-filename-p):
14081 * progmodes/sh-script.el:
14082 * progmodes/python.el (python-pdbtrack-get-source-buffer)
14083 (python-pdbtrack-grub-for-buffer, python-execute-file):
14084 * progmodes/octave-inf.el (inferior-octave):
14085 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
14086 (idlwave-shell-compile-helper-routines, idlwave-set-local)
14087 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
14088 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
14089 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
14090 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
14091 (idlwave-shell-filter, idlwave-shell-examine-highlight)
14092 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
14093 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
14094 (idlwave-shell-examine-display, idlwave-shell-run-region)
14095 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
14096 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
14097 * progmodes/idlw-help.el (idlwave-help-get-special-help)
14098 (idlwave-help-get-help-buffer):
14099 * progmodes/gud.el (gud-basic-call, gud-find-class)
14100 (gud-tooltip-activate-mouse-motions-if-enabled):
14101 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
14102 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
14103 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
14104 (ebrowse-tags-next-file):
14105 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
14106 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
14107 (ebnf-eps-finish-and-write):
14108 * progmodes/cpp.el (cpp-edit-save):
14109 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
14110 * progmodes/cc-defs.el (c-emacs-features):
14111 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
14112 (antlr-directory-dependencies):
14113 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
14114 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
14115 (ada-find-any-references, ada-make-filename-from-adaname)
14116 (ada-make-body-gnatstub):
14117 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 14118 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
14119 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
14120 * net/rcirc.el (rcirc-debug):
14121 * net/newst-treeview.el (newsticker--treeview-list-add-item)
14122 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
14123 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
14124 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 14125 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
14126 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
14127 (newsticker--treeview-list-clear-highlight)
14128 (newsticker--treeview-list-update-highlight)
14129 (newsticker--treeview-list-highlight-start)
14130 (newsticker--treeview-tree-update-highlight)
14131 (newsticker--treeview-get-selected-item)
14132 (newsticker-treeview-mark-list-items-old)
14133 (newsticker--treeview-set-current-node):
14134 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
14135 * net/newst-backend.el (newsticker--get-news-by-funcall)
14136 (newsticker--get-news-by-wget, newsticker--image-get)
14137 (newsticker--image-sentinel):
14138 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
14139 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
14140 (eudc-ph-close-session):
14141 * net/eudc.el (eudc-save-options):
14142 * language/thai-word.el (thai-update-word-table):
14143 * language/japan-util.el (japanese-string-conversion):
14144 * international/titdic-cnv.el (tsang-quick-converter)
14145 (ziranma-converter, ctlau-converter):
14146 * international/mule-cmds.el (describe-language-environment):
14147 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
14148 (skkdic-convert-postfix, skkdic-convert-prefix):
14149 (skkdic-convert-okuri-nasi, skkdic-convert):
14150 * emacs-lisp/re-builder.el (reb-update-overlays):
14151 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
14152 * emacs-lisp/gulp.el (gulp-send-requests):
14153 * emacs-lisp/find-gc.el (trace-call-tree):
14154 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
14155 (eieio-describe-generic):
14156 * emacs-lisp/eieio-base.el (eieio-persistent-read):
14157 * emacs-lisp/edebug.el (edebug-outside-excursion):
14158 * emacs-lisp/debug.el (debugger-make-xrefs):
14159 * emacs-lisp/cust-print.el (custom-prin1-to-string):
14160 * emacs-lisp/chart.el (chart-new-buffer):
14161 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
14162 Use with-current-buffer.
14163 * textmodes/artist.el (artist-system): Don't call
14164 copy-sequence on a fresh string.
14165 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
14166
d566f228
GM
141672009-10-31 Stephen Berman <stephen.berman@gmx.net>
14168
14169 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 14170 is no item to edit. (Bug#4820)
d566f228 14171 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 14172 buffer. (Bug#4820)
d566f228 14173
f3628edd
GM
141742009-10-31 Glenn Morris <rgm@gnu.org>
14175
5cf3709c
GM
14176 * net/ange-ftp.el (top-level): Don't require dired when compiling.
14177 (comint-last-output-start, comint-last-input-start)
14178 (comint-last-input-end): Don't defvar when compiling.
14179 (ange-ftp-process-file): Use bound-and-true-p.
14180
4c814fd2
GM
14181 * pcmpl-rpm.el (top-level): Move provide statement to end.
14182 (pcmpl-rpm): Remove unused custom group.
14183
113b8dcc
GM
14184 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
14185
31c615e4
GM
14186 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
14187
416d3588
GM
14188 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14189 (byte-compile-warnings): Add `constants' as an option.
14190 (byte-compile-callargs-warn, byte-compile-arglist-warn)
14191 (display-call-tree): Update for byte-compile-fdefinition possibly
14192 returning `(macro lambda ...)'. (Bug#4778)
14193 (byte-compile-variable-ref, byte-compile-setq-default):
14194 Respect `constants' member of byte-compile-warnings.
14195
00f71f39
SM
141962009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14197
14198 * vc-bzr.el (vc-bzr-revision-keywords): New var.
14199 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
14200 to "submit:".
14201
ca0a881a
DN
142022009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
14203
14204 * textmodes/ispell.el (ispell-skip-region-alist):
14205 * international/mule-conf.el (eight-bit):
14206 * international/fontset.el (font-encoding-alist):
14207 * startup.el (pure-space-overflow-message):
14208 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
14209 * paths.el (gnus-nntp-service, rmail-spool-directory)
14210 (term-file-prefix):
14211 * files.el (save-some-buffers-action-alist):
14212 * cmuscheme.el (same-window-buffer-names):
14213 * ielm.el (same-window-buffer-names):
14214 * shell.el (same-window-buffer-names):
14215 * mail/sendmail.el (same-window-buffer-names):
14216 * progmodes/inf-lisp.el (same-window-buffer-names):
14217 * bindings.el (mode-line-client)
14218 (mode-line-column-line-number-mode-map):
14219 * language/tibetan.el (tibetan-precomposition-rule-regexp)
14220 (tibetan-precomposed-regexp): Purecopy string arguments.
14221
b861e45e
SM
142222009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14223
6df9b6d7
SM
14224 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
14225 (calcDigit-nondigit):
14226 * calc/calc-yank.el (calc-copy-to-buffer):
14227 * calc/calc-units.el (calc-invalidate-units-table):
14228 * calc/calc-trail.el (calc-trail-yank):
14229 * calc/calc-store.el (calc-insert-variables):
14230 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
14231 * calc/calc-prog.el (calc-read-parse-table):
14232 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
14233 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
14234 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
14235 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
14236 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
14237 (calc-graph-name, calc-graph-find-command, calc-graph-view)
14238 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
14239 * calc/calc-ext.el (calc-realign):
14240 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
14241 (calc-embedded-finish-edit, calc-embedded-make-info)
14242 (calc-embedded-finish-command, calc-embedded-stack-change):
14243 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
14244
70f44c65
SM
14245 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
14246 shell-dynamic-complete-filename in preference to
14247 comint-dynamic-complete-filename.
14248
b861e45e
SM
14249 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14250 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
14251 Don't consider whether the display supports colors.
14252 (bookmark-import-new-list): Use dolist.
14253 (bookmark-bmenu-mode-map): Move initialization into declaration.
14254 (bookmark-bmenu-list): Use dolist, simplify.
14255 (bookmark-show-all-annotations): Use save-selected-window and dolist.
14256 (menu-bar-final-items): Use push.
14257
8549241d 142582009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
14259
14260 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
14261 it works on remote files.
14262 (vc-hg-diff): Don't pass any `--cwd' argument.
14263
30644573
KR
142642009-10-27 Kevin Ryde <user42@zip.com.au>
14265
cc63d28f
SM
14266 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
14267 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
14268 (Further to Bug#3921).
14269
9be01a63
MA
142702009-10-27 Michael Albinus <michael.albinus@gmx.de>
14271
14272 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
14273 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
14274 calling `tramp-imap-put-file'. Add file size to the call.
14275 (tramp-imap-get-file-entries): Compute also user name, file size,
14276 and date.
14277 (tramp-imap-handle-insert-directory): Insert uid and gid.
14278 (tramp-imap-handle-file-attributes): Transform uid and gid
14279 according to `id-format'.
14280 (tramp-imap-put-file): New optional parameter SIZE. Encode file
14281 size in header X-Size.
14282
41849bf9
JB
142832009-10-26 Juanma Barranquero <lekktu@gmail.com>
14284
14285 * simple.el (transpose-subr): Give clearer error when the mark
14286 is not set. (Bug#4807)
14287
293c24f9
MA
142882009-10-26 Michael Albinus <michael.albinus@gmx.de>
14289
cc63d28f
SM
14290 * net/tramp.el (tramp-perl-file-truename): New defconst.
14291 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 14292 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
14293 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
14294 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 14295
cc63d28f
SM
14296 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
14297 Ignore `dired-call-process'.
293c24f9
MA
14298 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
14299
143002009-10-26 Julian Scheid <julians37@gmail.com>
14301
cc63d28f 14302 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
14303 (tramp-get-remote-readlink): New defun.
14304 (tramp-handle-file-truename): Use it.
14305 (tramp-handle-file-exists-p): Check file-attributes cache, assume
14306 file exists if cache value present.
48c2d18a 14307 (tramp-check-cached-permissions): New defun.
293c24f9
MA
14308 (tramp-handle-file-readable-p): Use it.
14309 (tramp-handle-file-writable-p): Likewise.
14310 (tramp-handle-file-executable-p): Likewise.
14311 (tramp-handle-file-name-all-completions): Try using Perl to get
14312 partial completions. When perl not available, combine `cd' and
14313 `ls' into single remote operation and use shell expansion to get
14314 partial remote directory contents. Set `file-exists-p' cache for
14315 directory and any files returned by ls. Change cache handling to
14316 support partial directory contents. Use error message emitted by
14317 remote `cd' or Perl code for local tramp-error.
14318 (tramp-do-copy-or-rename-file-directly): Avoid separate
14319 tramp-send-command-and-check call.
cc63d28f
SM
14320 (tramp-handle-process-file): Merge three remote ops into one.
14321 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
14322 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
14323 file-attributes shows uid/gid to be set already.
14324
a7610c52
DN
143252009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
14326
14327 * textmodes/tex-mode.el (tex-dvi-view-command)
14328 (tex-show-queue-command, tex-open-quote):
14329 * progmodes/ruby-mode.el (auto-mode-alist)
14330 (interpreter-mode-alist): Purecopy strings.
14331
14332 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
14333
14334 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
14335 string for the hook, keymap and abbrev table.
14336
14337 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
14338
14339 * x-dnd.el (x-dnd-xdnd-to-action):
14340 * startup.el (fancy-startup-text, fancy-about-text): Change to
14341 defconst from defvar.
14342
14343 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
14344
14345 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
14346 Purecopy initialization strings.
14347
14348 * mail/sendmail.el (mail-header-separator)
14349 (mail-personal-alias-file):
14350 * mail/rmail.el (rmail-default-dont-reply-to-names)
14351 (rmail-ignored-headers, rmail-retry-ignored-headers)
14352 (rmail-highlighted-headers, rmail-secondary-file-directory)
14353 (rmail-secondary-file-regexp):
14354 * files.el (null-device, file-name-invalid-regexp)
14355 (locate-dominating-stop-dir-regexp)
cc63d28f 14356 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
14357 (interpreter-mode-alist): Use mapcar instead of mapc.
14358
14359 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
14360
14361 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
14362 (completion-ignored-extensions):
14363 (debug-ignored-errors): Purecopy strings.
14364
4fcc3d32
SM
143652009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
14366
0667de21
SM
14367 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
14368 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
14369 (pcomplete--here): Use push.
14370
4fcc3d32
SM
14371 * subr.el (all-completions): Declare the 4th arg obsolete.
14372
955ef430
SM
143732009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14374
2d085307
SM
14375 * pcomplete.el (pcomplete-unquote-argument-function): New var.
14376 (pcomplete-unquote-argument): New function.
14377 (pcomplete--common-suffix): Always pay attention to case.
14378 (pcomplete--table-subvert): Quote and unquote the text.
14379 (pcomplete--common-quoted-suffix): New function.
14380 (pcomplete-std-complete): Use it and pcomplete-begin.
14381
955ef430
SM
14382 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
14383 we're inside a dedicated or minibuffer window.
14384
7c85c02b
KF
143852009-10-24 Karl Fogel <kfogel@red-bean.com>
14386
14387 * bookmark.el: Update documentation, especially documentation
14388 of `bookmark-alist' and of the bookmark file format.
14389 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
14390
3e8ae8a6
CY
143912009-10-24 Chong Yidong <cyd@stupidchicken.com>
14392
3e425845
CY
14393 * mail/emacsbug.el (report-emacs-bug): Clarify that the
14394 keybindings apply to the mail buffer (Bug#4003). Shrink help
14395 window to buffer.
14396
cdd47d48
CY
14397 * whitespace.el (whitespace-mode, whitespace-newline-mode)
14398 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
14399 (whitespace-toggle-options, global-whitespace-toggle-options):
14400 Doc fix (Bug#3660).
cdd47d48 14401
ba07c9ad
CY
14402 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
14403 of xmltok-start before the end tag was inserted (Bug#2840).
14404
3e8ae8a6
CY
14405 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
14406 patterns that are preceded by an open-paren (Bug#1320).
14407
ab276820
CY
144082009-10-24 Sven Joachim <svenjoac@gmx.de>
14409
14410 * files.el (delete-directory): Delete symlinks to directories with
14411 delete-file (Bug#4739).
14412
905a9ed3
DN
144132009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
14414
a9a2a6db
DN
14415 * vc.el (vc-backend-for-registration): Rename from
14416 vc-get-backend-for-registration. Update callers.
14417
cc63d28f
SM
14418 * international/mule-cmds.el (set-language-info-alist):
14419 Purecopy lang-env.
905a9ed3
DN
14420 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
14421 (charset): Purecopy the name.
14422 (define-char-code-property): Purecopy string arguments.
14423
14424 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14425 Purecopy string arguments.
14426
14427 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
14428 * ediff-hook.el (menu-bar-ediff-menu):
14429 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
14430 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
14431
d270305a
GM
144322009-10-24 Glenn Morris <rgm@gnu.org>
14433
6c74d523 14434 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
14435 * term.el (term-dynamic-list-completions): Use choose-completion rather
14436 than obsolete alias mouse-choose-completion.
14437
ae732337
GM
14438 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
14439 file-cache-choose-completion.
14440 (file-cache-choose-completion): Handle an optional event argument.
14441 (file-cache-mouse-choose-completion): Make it an obsolete alias.
14442
cc63d28f
SM
14443 * progmodes/octave-mod.el (octave-complete-symbol):
14444 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 14445
9847dc91
GM
14446 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
14447 use.
14448
e8f2a5d5
GM
14449 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
14450 compiler.
14451
d270305a
GM
14452 * vc-hooks.el (vc-responsible-backend): Fix declaration.
14453
c6432f1e
SM
144542009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14455
14456 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
14457 Ignore `pred' now that we receive one.
14458 Handle test-completion specially.
14459
6ab196f9
DN
144602009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
14461
14462 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 14463 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
14464 REGISTER ...
14465 (vc-get-backend-for-registration): ... here. New function.
14466 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
14467 of vc-responsible-backend, pass the file name instead of the
14468 directory name.
14469
48feed59
SM
144702009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14471
14472 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
14473 New funs.
14474 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
14475 (pcomplete-comint-setup): Don't modify a global var via
14476 accidental side-effects.
14477 (pcomplete-shell-setup): Adjust call accordingly.
14478 (pcomplete-parse-comint-arguments): Use push.
14479
00006066
CY
144802009-10-23 Chong Yidong <cyd@stupidchicken.com>
14481
36bfa3af
CY
14482 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
14483 Allow uncapitalized info node names (Bug#3921).
14484
00006066
CY
14485 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
14486 to the DEBUG file (Bug#3781).
14487
aa311d6e
CY
144882009-10-23 Jari Aalto <jari.aalto@cante.net>
14489
14490 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
14491 dictionary entry (Bug#4579).
14492
b88f2d0a
MA
144932009-10-23 Michael Albinus <michael.albinus@gmx.de>
14494
14495 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
14496 from `rfn-eshadow-update-overlay-hook' when unloading.
14497 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
14498 "rsyncc". Adjust doc string.
48c2d18a 14499 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
14500 (tramp-handle-insert-file-contents, tramp-handle-write-region):
14501 Keep temporary file when indicated by method ("rsync" and
14502 "rsyncc").
14503 (tramp-handle-write-region): Handle APPEND.
14504 (tramp-delete-temp-file-function): New defun. Added to
14505 `kill-buffer-hook'.
14506
1becddbb
JB
145072009-10-23 Juanma Barranquero <lekktu@gmail.com>
14508
14509 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
14510
8f43cbf3
DN
145112009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
14512
14513 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
14514 (color-name-rgb-alist, tty-standard-colors)
14515 (tty-color-mode-alist): Change to defconst.
14516
14517 * simple.el (mark-inactive): Purecopy message.
14518
14519 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
14520 (global-map, yank-menu):
14521 * textmodes/ispell.el (ispell-menu-map):
14522 * net/eudc.el (eudc-tools-menu):
14523 * international/mule-cmds.el (describe-language-environment-map)
14524 (setup-language-environment-map, set-coding-system-map)
14525 (mule-menu-keymap):
14526 * vc-hooks.el (vc-menu-entry, vc-menu-map):
14527 * replace.el (occur-mode-map):
14528 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
14529
1d228a31
JB
145302009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
14531
6a7662bb
BR
14532 * calc/calc.el (math-read-number, math-read-number-simple):
14533 Use `save-match-data'.
1d228a31 14534
3b067af1
SM
145352009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
14536
28a90c44
SM
14537 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
14538 rather than fiddling with global-map bindings, since it should only
14539 affect per-terminal settings.
14540 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
14541
a452eee8
SM
14542 * minibuffer.el (completion-table-with-terminator): Allow to specify
14543 the terminator-regexp.
14544
ab14d7d5
SM
14545 * simple.el (switch-to-completions): Look for *Completions* in other
14546 frames as well.
14547
3b067af1
SM
14548 * pcomplete.el: Allow the use of completion-tables.
14549 (pcomplete-std-complete): New command.
14550 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
14551 (pcomplete--here): Use a function for `form' rather than an expression,
14552 so it can be byte-compiled.
14553 (pcomplete-here, pcomplete-here*): Adjust accordingly.
14554 Add edebug declaration.
14555 (pcomplete-show-completions): Remove unused var `curbuf'.
14556 (pcomplete-do-complete, pcomplete-stub):
1becddbb 14557 Don't assume `completions' is a list of strings any more.
3b067af1 14558
5480359e
JB
145592009-10-22 Juanma Barranquero <lekktu@gmail.com>
14560
14561 * find-dired.el (find-name-arg): Fix typo in docstring.
14562
3170b794
SM
145632009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
14564
48c23a25
SM
14565 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
14566 (pcmpl-linux-fs-types): Same, and update to new modules layout.
14567
56b14058
SM
14568 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
14569 pcomplete-entries.
14570
3170b794
SM
14571 * comint.el (comint-read-input-ring, comint-write-input-ring)
14572 (comint-substitute-in-file-name)
14573 (comint-dynamic-complete-as-filename)
14574 (comint-dynamic-simple-complete)
14575 (comint-dynamic-list-filename-completions)
14576 (comint-dynamic-list-completions)
14577 (comint-redirect-results-list-from-process): Minor simplifications.
14578
2affef34
KR
145792009-10-21 Kevin Ryde <user42@zip.com.au>
14580
3170b794
SM
14581 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
14582 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 14583 the first form. And insert a blank line after ";;; Code" since
d8194864 14584 that's usual style. (Bug#4612)
2affef34 14585
e7b94bbb
KR
14586 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
14587
528c56e2
SM
145882009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14589
14590 * minibuffer.el (completion-table-with-terminator): Properly implement
14591 boundaries, in case `terminator' appears in the suffix.
14592 (completion--embedded-envvar-table): Don't return boundaries if
14593 there's no valid completion. Simplify.
14594 (completion-file-name-table): New completion table extracted from
14595 completion--file-name-table.
14596 (completion--file-name-table): Use it.
14597 (read-file-name-predicate): Declare obsolete.
14598 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
14599 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
14600 completion-file-name-table, and use the `pred' argument.
14601 * files.el (locate-file-completion-table): Use the `pred' arg rather
14602 than read-file-name-predicate.
14603 (abbreviate-file-name): Use \` rather than ^ for BOS.
14604
f9ed9b4f
DN
146052009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
14606
14607 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
14608 vc-responsible-backend to register, it causes problems.
14609
5f2022a3
SM
146102009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14611
14612 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
14613
fc754ea1
MA
146142009-10-21 Michael Albinus <michael.albinus@gmx.de>
14615
14616 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
14617 (tramp-smb-handle-file-attributes): Use it.
14618 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
14619 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
14620 `mapcar'. Use `tramp-smb-get-stat-capability'.
14621 Add `dired-filename' text properties.
fc754ea1
MA
14622 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
14623 (tramp-smb-maybe-open-connection): Simplify check for smbclient
14624 version.
14625
79bd5ba1
SM
146262009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
14627
14628 * subr.el (read-key-delay): Reduce to 0.01.
14629 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
14630 (bug#4751).
14631
3c13704d
SM
146322009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
14633
554efd10
SM
14634 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
14635
c2a37b78
SM
14636 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
14637 (Info-menu): Remove unused vars `last' and `completions'.
14638 (Info-index-nodes): Remove unused var `node'.
14639
3c13704d
SM
14640 * info.el (Info-complete-menu-item): Use complete-with-action.
14641
d1e4c403
DN
146422009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
14643
14644 Make vc-annotate work through copies and renames.
3c13704d
SM
14645 * vc-annotate.el (vc-annotate-extract-revision-at-line):
14646 Return the file name too.
d1e4c403
DN
14647 (vc-annotate-revision-at-line)
14648 (vc-annotate-find-revision-at-line)
14649 (vc-annotate-revision-previous-to-line)
14650 (vc-annotate-show-log-revision-at-line): Update to get the file
14651 name from vc-annotate-extract-revision-at-line.
14652 (vc-annotate-show-diff-revision-at-line-internal): Change the
14653 argument to mean whether to show a file diff or not. Get the file
14654 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
14655 (vc-annotate-show-diff-revision-at-line):
14656 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
14657 (vc-annotate-warp-revision): Add an optional file argument.
14658
14659 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
14660 (vc-git-annotate-extract-revision-at-line): Also return the file
14661 name if found.
14662
14663 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
14664 command. Remove unused code.
14665 (vc-hg-annotate-re): Update to match --follow output.
14666 (vc-hg-annotate-extract-revision-at-line): Also return the file
14667 name if found.
14668
14669 * vc.el: Update annotate-extract-revision-at-line documentation.
14670
b0b0ef98
KR
146712009-10-18 Kevin Ryde <user42@zip.com.au>
14672
14673 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
14674 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
14675
a9e7f03d
KR
14676 * net/browse-url.el (browse-url): Identify alist with "consp and
14677 not functionp" and let all other things go down the `apply' leg,
14678 as suggested by Stefan. (Further to bug#4531.)
14679
7346a407
CY
146802009-10-18 Chong Yidong <cyd@stupidchicken.com>
14681
14682 * minibuffer.el (read-file-name): Check for repeat before putting
14683 a default argument in file-name-history (Bug#4657).
14684
14685 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
14686 read syntax (Bug#4737).
14687
3c13704d 14688 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 14689
1da94541
CY
146902009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14691
14692 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
14693 (html-tag-alist, html-tag-help): Add descriptions for undocumented
14694 entries and make note of obsolete tags.
14695
2b93080a
SM
146962009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
14697
14698 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
14699
18b5ffb5
GM
147002009-10-18 Glenn Morris <rgm@gnu.org>
14701
14702 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
14703 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 14704 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
14705 now, and in any case the file header format has changed.
14706
c2e161b2
GM
147072009-10-17 Glenn Morris <rgm@gnu.org>
14708
14709 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
14710 (flyspell-get-word, flyspell-large-region)
14711 (flyspell-auto-correct-previous-word): Doc/error message fixes.
14712
a1eb44f5
CY
147132009-10-17 Chong Yidong <cyd@stupidchicken.com>
14714
14715 * Makefile.in (ELCFILES): Add ede/shell.
14716
4418646e
DN
147172009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
14718
14719 * term/common-win.el (x-colors): Purecopy it.
14720
4062011e
SM
147212009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14722
14723 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
14724 permissive for when the buffer is empty.
14725 (tar-header-block-tokenize): Decode the username and groupname.
14726 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
14727
b0b111c3
JB
147282009-10-17 Eric Ludlam <zappo@gnu.org>
14729
14730 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
14731 contains multibyte characters, choose first applicable coding
14732 system automatically.
14733
2df48a87
SM
147342009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14735
14736 * international/mule-cmds.el (select-safe-coding-system): If the file
14737 has a coding cookie, use it regardless of any other setting (bug#4712).
14738
fd7dd48c
GM
147392009-10-17 Glenn Morris <rgm@gnu.org>
14740
3ee0b477 14741 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
14742 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
14743
2550e4b1
GM
14744 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
14745 (dired-keep-marker-copy, dired-keep-marker-hardlink)
14746 (dired-keep-marker-symlink, dired-dwim-target)
14747 (dired-copy-preserve-time): Do not autoload these defcustoms.
14748
fd7dd48c
GM
14749 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
14750 messages from messing up the file coding. (Bug#4623)
14751
f3e3a990
GM
147522009-10-17 Jari Aalto <jari.aalto@cante.net>
14753
14754 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
14755 if no match is found for the current dictionary. (Bug#4578)
14756
14757 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
14758 optional, since that is how it is documented, and this is often called
14759 with a nil argument. (Bug#4577)
14760 (flyspell-external-point-words, flyspell-auto-correct-word)
14761 (flyspell-correct-word-before-point, flyspell-word-search-forward)
14762 (flyspell-word-search-backward): Remove nil argument in calls to
14763 flyspell-get-word, since it is not needed now.
14764
147652009-10-17 Ulrich Mueller <ulm@gentoo.org>
14766
1becddbb 14767 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 14768
b61374ab
GM
147692009-10-16 Glenn Morris <rgm@gnu.org>
14770
14771 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
14772
412707c2
SM
147732009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
14774
14775 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
14776 (ange-ftp-file-size): New function.
14777 (ange-ftp-file-attributes): Use it.
14778
0c6f436e
MA
147792009-10-16 Michael Albinus <michael.albinus@gmx.de>
14780
14781 * net/tramp-smb.el (tramp-smb-version): New defvar.
14782 (tramp-smb-maybe-open-connection): Use it, in order to avoid
14783 repeated checks.
14784
850bfd04
GM
147852009-10-16 Glenn Morris <rgm@gnu.org>
14786
14787 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
14788 Maybe copy some custom properties from old to new name. (Bug#4706)
14789
f3ed9aca
JB
147902009-10-16 Juanma Barranquero <lekktu@gmail.com>
14791
14792 * subr.el (error, sit-for, start-process-shell-command)
14793 (start-file-process-shell-command): Set the calling convention
14794 after the function definition.
14795
fd6c5134
SM
147962009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14797
14798 * subr.el (error, sit-for, start-process-shell-command)
14799 (start-file-process-shell-command): Use the new
14800 set-advertised-calling-convention feature.
14801
73874eb7
KH
148022009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
14803
fd6c5134
SM
14804 * international/ucs-normalize.el (ucs-normalize-version):
14805 Change to 1.2.
14806 (check-range): Adjust for Unicode 5.2.
73874eb7 14807
03fb33cf
JL
148082009-10-15 Juri Linkov <juri@jurta.org>
14809
14810 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
14811 to the `menu-item' format.
14812
4260b402
MA
148132009-10-15 Michael Albinus <michael.albinus@gmx.de>
14814
14815 * net/tramp.el (tramp-replace-environment-variables): Do not fail
14816 if the environment variable does not exist.
14817
14818 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
14819 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
14820 parameter.
14821 (tramp-smb-handle-add-name-to-file)
14822 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
14823 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
14824 (tramp-smb-handle-file-attributes)
14825 (tramp-smb-do-file-attributes-with-stat)
14826 (tramp-smb-handle-file-local-copy)
14827 (tramp-smb-handle-insert-directory)
14828 (tramp-smb-handle-make-directory)
14829 (tramp-smb-handle-make-directory-internal)
14830 (tramp-smb-handle-make-symbolic-link)
14831 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
14832 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
14833 (tramp-smb-maybe-open-connection): Apply the changed parameters.
14834 (tramp-smb-read-file-entry): Read Disk names in compressed format.
14835 Handle long file names.
14836 (tramp-smb-get-cifs-capabilities): Check, whether the connection
14837 process is running.
14838 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
14839 Read share names with "-g" option.
14840
d7a0fd6f
GM
148412009-10-15 Ryan Yeske <rcyeske@gmail.com>
14842
14843 * net/rcirc.el (rcirc-view-log-file): New command.
14844 (rcirc-track-minor-mode-map): Remove C-c ` binding.
14845 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
14846 specified.
14847
0b44494a
GM
148482009-10-15 Glenn Morris <rgm@gnu.org>
14849
af9fb32f
GM
14850 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
14851 from the second command-line argument.
14852 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
14853 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
14854 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
14855 w32-batch-update-autoloads.
14856 * emacs-lisp/autoload.el (autoload-make-program): New variable.
14857 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
14858
0b44494a
GM
14859 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
14860 the headers cannot be located. Simplify, subtracting superflous
14861 save-excursions.
14862
d5e63715
SM
148632009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
14864
14865 Replace completion-base-size by completion-base-position to fix bugs
14866 such as (bug#4699).
14867 * simple.el (completion-base-position): New var.
14868 (completion-base-size): Mark as obsolete.
14869 (choose-completion): Make it work for mouse events as well.
14870 Pass the new base-position to choose-completion-string.
14871 (choose-completion-guess-base-position): New function, extracted from
14872 choose-completion-delete-max-match.
14873 (choose-completion-delete-max-match): Use it. Make obsolete.
14874 (choose-completion-string): Use the new base-position info.
14875 (completion-root-regexp): Delete.
14876 (completion-setup-function): Preserve completion-base-position.
14877 Eliminate obsolete base-size manipulation.
14878 * minibuffer.el (display-completion-list): Don't mess with base-size.
14879 (minibuffer-completion-help): Set completion-base-position instead.
14880 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
14881 choose-completion.
14882 * textmodes/bibtex.el (bibtex-complete):
14883 * emacs-lisp/crm.el (crm--choose-completion-string):
14884 Adjust to new calling convention.
14885 * complete.el (partial-completion-mode): Use minibufferp to avoid
14886 bumping into incompatible change to choose-completion-string-functions.
14887 * ido.el (ido-choose-completion-string): Make its calling convention
14888 more permissive.
14889 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
14890 base-size manipulation.
14891 (comint-dynamic-list-input-ring): Use dotimes and push.
14892 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
14893 fundamental-mode. Use `or'.
14894
92f8bfc7
JL
148952009-10-14 Juri Linkov <juri@jurta.org>
14896
14897 * misearch.el (multi-isearch-next-buffer-from-list)
14898 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
14899
e78e280d
SM
149002009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
14901
384ca163
SM
14902 * Makefile.in (compile-onefile): Load `bytecomp' rather than
14903 `bytecomp.el'.
14904
681e0e7c
SM
14905 * minibuffer.el (completion-pcm--merge-completions): Make sure the
14906 string we return is all made up of text from the completions rather
14907 than part from the completions and part from the input (bug#4219).
14908
e78e280d
SM
14909 * ido.el (ido-everywhere): Use define-minor-mode.
14910
14911 * buff-menu.el (list-buffers, ctl-x-map):
14912 Mark the entry points with ;;;###autoload cookies.
14913
b4e813ca
DN
149142009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
14915
52964e54
DN
14916 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
14917 correctly in the detached head case.
14918 (vc-git-print-log): Remove unused binding.
14919
b4e813ca
DN
14920 * vc.el (vc-responsible-backend): When a directory is passed for
14921 for registration create a VC repository if no backend is
14922 responsible for the directory argument.
14923 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
14924
14925 * vc.el: Move comments about RCS and SCCS ...
14926 * vc-rcs.el:
14927 * vc-sccs.el: ... here, respectively.
14928
40ba9882
SM
149292009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
14930
14931 * minibuffer.el (completion--file-name-table): Return nil if there's
14932 no file completion, even if substitute-in-file-name changed
14933 the string (bug#4708).
14934
04e0f59b
JL
149352009-10-13 Juri Linkov <juri@jurta.org>
14936
14937 * files-x.el (read-file-local-variable-value): Don't filter out
14938 minor modes from mode name completion (bug#4664).
14939
314c8e25
JB
149402009-10-13 Juanma Barranquero <lekktu@gmail.com>
14941
14942 * international/mule-cmds.el (ucs-names): Remove exclusion of
14943 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
14944
5c9b7d36
KH
149452009-10-13 Kenichi Handa <handa@m17n.org>
14946
14947 * international/uni-name.el: Regenerated.
14948
1e7a80f2
JB
149492009-10-13 Juanma Barranquero <lekktu@gmail.com>
14950
14951 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
14952 should be automatically buffer-local, but isn't.)
14953
cd29f88b
SS
149542009-10-12 Sam Steingold <sds@gnu.org>
14955
14956 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 14957 timestamps if the buffer has been visited before.
0cd16af4
SS
14958 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
14959 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 14960
37493a98
GM
149612009-10-12 Glenn Morris <rgm@gnu.org>
14962
14963 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
14964 Let-bind `size'.
14965
3b56b1e6
JB
149662009-10-12 Juanma Barranquero <lekktu@gmail.com>
14967
7422a4bb
JB
14968 * proced.el (proced-unload-function): New function.
14969
fa72d075
JB
14970 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
14971 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
14972 Doc fix.
14973
3b56b1e6
JB
14974 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
14975
4d9b4323
JL
149762009-10-11 Juri Linkov <juri@jurta.org>
14977
14978 * files-x.el (read-file-local-variable-value):
14979 Provide default value only for bound variables (bug#4664).
14980
f6f7e059
MA
149812009-10-11 Michael Albinus <michael.albinus@gmx.de>
14982
14983 * net/tramp.el (tramp-local-host-p): Function shall return nil for
14984 connection methods like smb.
14985
14986 * net/tramp-cache.el (tramp-flush-connection-property): The hash
14987 can be empty.
14988
14989 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
14990 (tramp-smb-file-name-handler-alist): Add handlers for
14991 `add-name-to-file', `make-symbolic-link'.
14992 (tramp-smb-handle-add-name-to-file)
2992485f 14993 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
14994 (tramp-smb-handle-make-symbolic-link)
14995 (tramp-smb-get-cifs-capabilities): New defuns.
14996 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
14997 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
14998 (tramp-smb-handle-file-local-copy)
14999 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
15000 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
15001 The file name syntax depends on cifs capabilities.
15002 (tramp-smb-handle-file-attributes):
15003 Call `tramp-smb-do-file-attributes-with-stat' if possible.
15004 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
15005 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 15006
67868d26
CY
150072009-10-11 Chong Yidong <cyd@stupidchicken.com>
15008
15009 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
15010 (eieio-defclass): Apply deftype handler and setf-method properties
15011 directly.
15012 (eieio-add-new-slot): Avoid union function from cl library.
15013 (eieio--typep): New function.
15014 (eieio-perform-slot-validation): Use it.
15015
6d6a5b7e
KF
150162009-10-10 Karl Fogel <kfogel@red-bean.com>
15017
3b56b1e6 15018 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
15019 Update documentation to refer to the variables documented in r1.135.
15020 (Bug#4188)
15021
67b70de9
KF
150222009-10-10 Karl Fogel <kfogel@red-bean.com>
15023
15024 * bookmark.el (Info-suffix-list): Remove this unused variable.
15025 (bookmark-current-point): Remove this obsolete variable.
15026 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
15027 Adjust for removal of bookmark-current-point.
15028
15029 (bookmarks-already-loaded, bookmark-current-buffer)
15030 (bookmark-yank-point): Document. (Bug#4188)
15031
58ae51ae
GM
150322009-10-10 Glenn Morris <rgm@gnu.org>
15033
4619ff5e
GM
15034 * frame.el (frame-height): Doc fix.
15035
58ae51ae
GM
15036 * calendar/calendar.el (calendar-split-width-threshold): New option.
15037 (calendar-basic-setup): Use calendar-split-width-threshold.
15038
d364386c
JB
150392009-10-09 Juanma Barranquero <lekktu@gmail.com>
15040
15041 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
15042 Ideographic Supplement" range (U+1F200..U+1F2FF).
15043
33e97a28
KF
150442009-10-09 Karl Fogel <kfogel@red-bean.com>
15045
02d0f051 15046 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 15047 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
15048
150492009-10-09 Karl Fogel <kfogel@red-bean.com>
15050
d364386c 15051 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
15052 (bookmark-bmenu-execute-deletions): Don't save here, as
15053 bookmark-delete will now do so if necessary.
d364386c 15054 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
15055 (Bug#4348)
15056
9656d87b
GM
150572009-10-09 Glenn Morris <rgm@gnu.org>
15058
15059 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
15060
e6227f06
KF
150612009-10-09 Karl Fogel <kfogel@red-bean.com>
15062
15063 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
15064 (bookmark-jump-other-window): Just invoke bookmark-jump with new
15065 argument now, so the two function's behaviors will match. (Bug#3645)
15066
288f783b
MA
150672009-10-08 Michael Albinus <michael.albinus@gmx.de>
15068
15069 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 15070 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 15071 Apply `save-match-data'.
288f783b
MA
15072
15073 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
15074 case both directories are remote.
15075 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 15076 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 15077
872a1ea4
JB
150782009-10-07 Juanma Barranquero <lekktu@gmail.com>
15079
15080 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
15081
ab2baced
GM
150822009-10-07 Glenn Morris <rgm@gnu.org>
15083
e78e280d
SM
15084 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
15085 of concat.
ab2baced 15086
5c4634c1
SM
150872009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
15088
15089 * files-x.el (read-file-local-variable): Include some
15090 non-user-variables in the completion table (bug#4664).
15091
c2dc9732
MA
150922009-10-07 Michael Albinus <michael.albinus@gmx.de>
15093
15094 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
15095 message.
15096
15097 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15098 (tramp-smb-file-name-handler-alist): Add handler for
15099 `copy-directory', `expand-file-name', `set-file-modes'.
15100 (tramp-smb-handle-copy-directory)
15101 (tramp-smb-handle-expand-file-name)
15102 (tramp-smb-handle-set-file-modes): New defuns.
15103 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
15104 (tramp-smb-handle-file-attributes): Simplify check for retrieving
15105 entry.
15106 (tramp-smb-handle-insert-directory): Don't flush the cache.
15107 (tramp-smb-maybe-open-connection): Check for samba client and
15108 server versions.
15109
11be40a6
EZ
151102009-10-07 Eli Zaretskii <eliz@gnu.org>
15111
15112 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
15113 to not error out of search for "^lisp=" fails.
15114
8c4afe20
JB
151152009-10-07 Juanma Barranquero <lekktu@gmail.com>
15116
15117 * makefile.w32-in (WINS_UPDATES): New macro.
15118 (custom-deps, finder-data, autoloads): Use it.
15119
429a1506
GM
151202009-10-07 Glenn Morris <rgm@gnu.org>
15121
ee2e93e2
GM
15122 * Makefile.in (autoloads): Revert previous change.
15123 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
15124 the list of preloaded files passed on the command-line, get
15125 it from src/Makefile.
15126
429a1506
GM
15127 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
15128 show the original buffer rather than a random one.
15129
a51203ee 151302009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
15131
15132 * help.el (describe-no-warranty): Place point in a slightly better
15133 position in the GPLv3 text.
15134
f58f7520
SS
151352009-10-06 Sam Steingold <sds@gnu.org>
15136
15137 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
15138 the comm attribute is present before calling regexp-quote.
15139
bde79dc0
JB
151402009-10-06 Juanma Barranquero <lekktu@gmail.com>
15141
15142 * play/animate.el (animate-string): For good effect, make sure
15143 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
15144
15145 * play/animate.el (animate-sequence, animate-birthday-present):
15146 * misc.el (butterfly): Don't set `indent-tabs-mode'.
15147
25ab0302
GM
151482009-10-06 Glenn Morris <rgm@gnu.org>
15149
73fe714a
GM
15150 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
15151
3405d98c
GM
15152 * emacs-lisp/autoload.el (autoload-excludes): New variable.
15153 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
15154 (batch-update-autoloads): Process a string value of autoload-excludes,
15155 set during the build process.
15156 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
15157
9fb2cdc5
GM
15158 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
15159 inside with-parsed... macro so that `v' is defined.
15160
7938ab41
GM
15161 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
15162 * progmodes/fortran.el (fortran-end-of-block)
15163 (fortran-beginning-of-block):
15164 Also push mark in the macro case.
15165
eaf9b564
GM
15166 * emerge.el (emerge-show-file-name):
15167 * calc/calc.el (calc-quit):
15168 * calc/calc-misc.el (calc-big-or-small):
15169 * calc/calc-graph.el (calc-graph-view):
15170 * calc/calc-ext.el (calc-reset):
15171 * calendar/calendar.el (calendar-basic-setup):
15172 Use window-full-height-p.
15173
25ab0302
GM
15174 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
15175 header we don't understand, don't insert another. (Bug#4624)
15176 If changing mime charset, insert the new one in the right place.
15177
00169eb6
GM
151782009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
15179
15180 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
15181 (cal-tex-cursor-month): Correctly increment the end date for diary and
15182 holiday listing. (Bug#4626)
15183
82882188
SM
151842009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15185
40ba9882 15186 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
15187 a symbol.
15188
a8f316ca
JB
151892009-10-05 Juanma Barranquero <lekktu@gmail.com>
15190
15191 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
15192 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
15193 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
15194 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
15195
15196 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
15197 (eieio-default-superclass): Reflow docstrings.
15198 (this, class-option-assoc, defclass, eieio-class-un-autoload)
15199 (eieio-unbind-method-implementations, defmethod)
15200 (eieio-validate-slot-value, eieio-validate-class-slot-value)
15201 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
15202 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
15203 (eieio-slot-originating-class-p, eieio-slot-name-index)
15204 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
15205 (constructor, initialize-instance, no-next-method, object-print)
15206 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
15207 Fix typos in docstrings.
15208 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
15209 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
15210 (next-method-p): Doc fixes.
15211 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
15212 Fix typos in error messages.
15213 (eieio-defmethod): Fix typo in description of generic method.
15214
15215 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
15216 (eieio-persistent-save-interactive, slot-missing):
15217 Fix typos in docstrings.
15218 (eieio-instance-inheritor-slot-boundp): Doc fix.
15219
15220 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
15221 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
15222
15223 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
15224 (eieio-custom-object-apply-reset):
15225 Fix typos in docstrings and error messages.
15226
15227 * emacs-lisp/eieio-datadebug.el (data-debug-show):
15228 Fix typo in docstring.
15229
15230 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
15231 (eieio-browse-tree): Doc fix.
15232 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
15233 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
15234 Fix typos in docstrings.
15235
15236 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
15237 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
15238 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
15239 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
15240 Reflow docstrings.
15241
c66b7ac0
DN
152422009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
15243
4a827e0a 15244 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
15245 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
15246 Set log-view-vc-backend so that diff can work.
4a827e0a 15247
c66b7ac0
DN
15248 * log-view.el (log-view-diff): Use vc-diff-internal instead of
15249 vc-version-diff.
15250 (vc-diff-internal): Autoload this instead of vc-version-diff.
15251
1902a98c
EZ
152522009-10-05 Eli Zaretskii <eliz@gnu.org>
15253
a7a8618b
EZ
15254 * simple.el (eval-expression): Doc fix.
15255
1902a98c
EZ
15256 * progmodes/cwarn.el (cwarn-mode): Doc fix.
15257
0e1f2ee6
MA
152582009-10-05 Michael Albinus <michael.albinus@gmx.de>
15259
15260 * files.el (directory-files-no-dot-files-regexp): New defconst.
15261 (delete-directory): Use it.
15262 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
15263
263c02ef 15264 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
15265 (tramp-methods): Add recursive option to `tramp-copy-args'.
15266 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 15267 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 15268 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
15269 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
15270 Add handler for `copy-directory'.
15271 (tramp-handle-copy-directory): New defun.
15272 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
15273 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
15274 Optimize sent command.
263c02ef 15275
72aa7df4
SM
152762009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15277
4a34f065
SM
15278 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
15279 window if necessary.
15280
72aa7df4
SM
15281 * calendar/calendar.el (calendar-basic-setup): Don't call
15282 switch-to-buffer in a dedicated window.
15283
5feb1ba7
KF
152842009-10-05 Karl Fogel <kfogel@red-bean.com>
15285
15286 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 15287 don't do anything related to relocating, just return nil.
5feb1ba7
KF
15288 (bookmark-error-no-filename): New error.
15289 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
15290 bookmark has no file. Don't even attempt to handle things that
15291 are not files; the whole point of custom handlers is to keep that
15292 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
15293 (bookmark-file-or-variation-thereof): Remove now-unused function.
15294 (bookmark-location): Doc string fix.
15295 (Bug#4250)
15296
1bd49952
KF
152972009-10-04 Karl Fogel <kfogel@red-bean.com>
15298
15299 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
15300 don't use a file dialog, because they usually don't know how to read
15301 a directory target from the user. (Bug#4230)
15302 Also, make sure the prompt can display directories as well as files.
15303
825382c0
KF
153042009-10-04 Karl Fogel <kfogel@red-bean.com>
15305
15306 * bookmark.el (bookmark-set, bookmark-buffer-name):
15307 Improve doc strings. (Bug#1193)
15308
13901bcb
KF
153092009-10-04 Karl Fogel <kfogel@red-bean.com>
15310
4a34f065
SM
15311 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
15312 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
15313 (bookmark-get-annotation, bookmark-set-annotation)
15314 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
15315 (bookmark-set-position, bookmark-get-front-context-string)
15316 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
15317 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
15318 (bookmark-jump-other-window, bookmark-handle-bookmark)
15319 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
15320 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
15321 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
15322 Improve doc strings to say whether bookmark can be a string or
15323 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
15324 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
15325 (bookmark-default-annotation-text, bookmark-yank-word)
15326 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
15327 (bookmark-import-new-list, bookmark-maybe-rename)
15328 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
15329 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 15330 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 15331 add a FIXME comment about how the function may be pointless.
13901bcb 15332 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
15333 parameter name, to clarify that this takes a bookmark record
15334 not a bookmark name.
13901bcb 15335 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 15336 and improve the doc string a bit.
13901bcb
KF
15337 (Bug#4188)
15338
5c1b3e94
KF
153392009-10-04 Karl Fogel <kfogel@red-bean.com>
15340
15341 * bookmark.el (bookmark-alist): Document the new `handler' element
15342 in the param alist.
15343 (bookmark-make-record-function): Adjust documentation for above.
15344 (Bug#4193)
15345
8559076d
KF
153462009-10-04 Karl Fogel <kfogel@red-bean.com>
15347
15348 * info.el (Info-bookmark-make-record): Document this function.
15349 (Info-bookmark-jump): Document with a doc string, not just a comment.
15350 (Bug#4203)
15351
b4583b8c
MA
153522009-10-04 Michael Albinus <michael.albinus@gmx.de>
15353
15354 * files.el (copy-directory): New defun.
15355
15356 * dired-aux.el (dired-copy-file-recursive): Use it.
15357
131ae8f2
JB
153582009-10-04 Juanma Barranquero <lekktu@gmail.com>
15359
a30e71ae 15360 * files-x.el (modify-dir-local-variable)
dd9af436
CY
15361 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
15362 docstrings.
a30e71ae 15363
131ae8f2
JB
15364 * recentf.el (recentf-unload-function): New function.
15365
ccafbf06
GM
153662009-10-04 Glenn Morris <rgm@gnu.org>
15367
15368 * window.el (window-full-height-p): Add doc string.
15369
02c6f098
GM
153702009-10-04 Martin Rudalics <rudalics@gmx.at>
15371
15372 * window.el (window-full-height-p): New function. (Bug#4543)
15373
ed6b0195
DN
153742009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
15375
15376 * vc.el: Remove commented out code.
15377 (vc-derived-from-dir-mode): Remove, unused.
15378 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
15379
1b8d1cc7
MA
153802009-10-03 Michael Albinus <michael.albinus@gmx.de>
15381
4a34f065
SM
15382 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
15383 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
15384 there could be recursive loading when `default-directory' is a
15385 remote file name. (Bug#4614)
15386
ac3c593c
GM
153872009-10-03 Glenn Morris <rgm@gnu.org>
15388
686ea556
GM
15389 * calendar/calendar.el (calendar-basic-setup): Handle the case where
15390 the frame is wide.
15391 (calendar-generate-window): Test for shrinkability rather than width.
15392
ac3c593c
GM
15393 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
15394 reusing existing buffers, in case we happen to visit two files with the
15395 same basename. (Bug#4593)
15396
573709fd
EZ
153972009-10-02 Eli Zaretskii <eliz@gnu.org>
15398
4a34f065 15399 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
15400 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
15401 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
15402 subdirs of cedet as well.
8f885d01 15403 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 15404
8d6c1239
SM
154052009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
15406
15407 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
15408 Obey advertised-signature-table.
15409
15410 * help-fns.el (help-function-arglist): Don't check
15411 advertised-signature-table.
15412 (describe-function-1): Do it here instead so it also applies to subrs.
15413
c4861de0
MA
154142009-10-02 Michael Albinus <michael.albinus@gmx.de>
15415
15416 * simple.el (start-file-process): Say in the doc-string, that file
15417 handlers might not support pty association, if PROGRAM is nil.
15418
15419 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
15420 HOST and USER are strings. They are nil, when there are
15421 incomplete entries in ~/.netrc, for example.
15422 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
15423 root directory ("device busy" error otherwise).
15424
8d6c1239
SM
15425 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
15426 Flush file properties of created directory.
c4861de0 15427
d2bda74f
EZ
154282009-10-02 Eli Zaretskii <eliz@gnu.org>
15429
15430 * makefile.w32-in (WINS_BASIC): Remove cedet.
15431 (WINS_CEDET): Add cedet.
15432 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
15433
895d1904
GM
154342009-10-02 Kevin Ryde <user42@zip.com.au>
15435
15436 * net/browse-url.el (browse-url): Pass any symbol in
15437 browse-url-browser-function to `apply', since if you've mistakenly put
15438 an unbound symbol then the error is clearer. (Bug#4531)
15439
32226619
JB
154402009-10-02 Juanma Barranquero <lekktu@gmail.com>
15441
15442 * allout.el (allout-init, allout-back-to-current-heading)
15443 (allout-beginning-of-current-entry, allout-ascend-to-depth)
15444 (allout-ascend, allout-up-current-level, allout-end-of-level)
15445 (allout-previous-visible-heading, allout-forward-current-level)
15446 (allout-backward-current-level, allout-show-children):
15447 * apropos.el (apropos-describe-plist):
15448 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
15449 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
15450 * completion.el (add-completion, add-permanent-completion):
15451 * descr-text.el (describe-text-category, describe-char):
15452 * desktop.el (desktop-lazy-abort):
15453 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
15454 * dired.el (dired-build-subdir-alist):
15455 * ediff.el (ediff-version):
15456 * elide-head.el (elide-head, elide-head-show):
15457 * emerge.el (emerge-version):
15458 * env.el (getenv):
15459 * face-remap.el (variable-pitch-mode):
15460 * faces.el (describe-face):
15461 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
15462 (dired-at-point):
15463 * files.el (find-file-existing, auto-save-mode):
15464 * font-lock.el (font-lock-fontify-buffer):
15465 * help-fns.el (describe-function, describe-variable)
15466 (describe-syntax, describe-categories):
15467 * help.el (view-lossage, describe-bindings, describe-key)
15468 (describe-mode):
15469 * hexl.el (hexl-current-address):
15470 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
15471 * info.el (Info-goto-emacs-key-command-node):
15472 * log-edit.el (log-edit-insert-cvs-template)
15473 (log-edit-insert-cvs-rcstemplate):
15474 * menu-bar.el (menu-bar-mode):
15475 * mouse.el (mouse-appearance-menu):
15476 * newcomment.el (comment-indent-new-line):
15477 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
15478 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 15479 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
15480 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
15481 * recentf.el (recentf-mode):
15482 * savehist.el (savehist-mode, savehist-save):
15483 * shadowfile.el (shadow-copy-files):
15484 * simple.el (kill-ring-save, next-line, previous-line)
15485 (normal-erase-is-backspace-mode):
15486 * strokes.el (strokes-update-window-configuration)
15487 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
15488 (strokes-xpm-for-stroke):
15489 * time.el (emacs-uptime, emacs-init-time):
15490 * tutorial.el (tutorial--describe-nonstandard-key)
15491 (tutorial--detailed-help):
15492 * type-break.el (type-break-mode)
15493 (type-break-mode-line-message-mode, type-break-query-mode)
15494 (type-break-guesstimate-keystroke-threshold):
15495 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
15496 * version.el (emacs-version):
15497 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
15498 * winner.el (winner-mode):
15499 * calendar/timeclock.el (timeclock-in, timeclock-out)
15500 (timeclock-status-string, timeclock-change)
15501 (timeclock-workday-remaining-string)
15502 (timeclock-workday-elapsed-string)
15503 (timeclock-when-to-leave-string):
15504 * calendar/todo-mode.el (todo-add-category):
15505 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
15506 * emacs-lisp/autoload.el (update-file-autoloads):
15507 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
15508 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
15509 (checkdoc-message-text, checkdoc-defun):
15510 * emacs-lisp/debug.el (debugger-list-functions):
15511 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15512 * emacs-lisp/eieio-opt.el (eieio-describe-class)
15513 (eieio-describe-generic):
15514 * emacs-lisp/lisp-mnt.el (lm-synopsis):
15515 * emacs-lisp/shadow.el (list-load-path-shadows):
15516 * emulation/cua-base.el (cua-mode):
15517 * emulation/edt.el (edt-set-scroll-margins):
15518 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
15519 (tpu-toggle-regexp, tpu-toggle-search-direction)
15520 (tpu-toggle-rectangle, tpu-toggle-control-keys):
15521 * emulation/tpu-extras.el (tpu-set-scroll-margins):
15522 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
15523 (viper-set-parsing-style-toggling-macro)
15524 (viper-set-emacs-state-searchstyle-macros):
15525 * emulation/viper.el (viper-set-hooks):
15526 * eshell/esh-mode.el (eshell-truncate-buffer):
15527 * international/mule-cmds.el (prefer-coding-system)
15528 (describe-input-method, describe-language-environment):
15529 * international/mule-diag.el (list-character-sets)
15530 (describe-character-set, describe-coding-system)
15531 (describe-fontset, list-fontsets, list-input-methods):
15532 * mail/sendmail.el (mail-signature):
15533 * net/ange-ftp.el (ange-ftp-copy-file):
15534 * net/browse-url.el (browse-url):
15535 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
15536 * net/quickurl.el (quickurl-add-url):
15537 * net/rcirc.el (names, topic):
15538 * net/xesam.el (xesam-mode):
15539 * play/5x5.el (5x5-new-game):
15540 * play/yow.el (apropos-zippy):
15541 * progmodes/ada-mode.el (ada-mode-version):
15542 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
15543 (f90-end-of-block)
15544 (f90-beginning-of-block):
15545 * progmodes/fortran.el (fortran-end-of-block)
15546 (fortran-beginning-of-block):
15547 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
15548 * progmodes/python.el (python-describe-symbol, python-shell):
15549 * term/ns-win.el (ns-print-buffer):
15550 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
15551 * textmodes/flyspell.el (flyspell-mode-on):
15552 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
15553 (pages-directory-for-addresses):
15554 * textmodes/table.el (table-recognize-cell)
15555 (table-query-dimension, table-generate-source)
15556 (table-insert-sequence, table--warn-incompatibility):
15557 * textmodes/tex-mode.el (tex-validate-buffer):
15558 * textmodes/texinfmt.el (texinfmt-version)
15559 (texinfo-format-buffer):
15560 Use `called-interactively-p' instead of `interactive-p'.
15561
12a3c28c
JB
155622009-10-02 Juanma Barranquero <lekktu@gmail.com>
15563
15564 * image-mode.el (image-toggle-display):
15565 * emacs-lisp/elp.el (elp-instrument-function):
15566 * emacs-lisp/advice.el (ad-make-advised-definition):
15567 * emacs-lisp/easy-mmode.el (define-minor-mode):
15568 * net/browse-url.el (browse-url-maybe-new-window):
15569 * progmodes/sh-script.el (sh-learn-buffer-indent):
15570 Pass new argument 'any to `called-interactively-p'.
15571
171fda8a
JB
155722009-10-01 Juanma Barranquero <lekktu@gmail.com>
15573
171fda8a
JB
15574 * international/uni-bidi.el:
15575 * international/uni-category.el:
15576 * international/uni-combining.el:
15577 * international/uni-comment.el:
15578 * international/uni-decimal.el:
9c3c9fdf 15579 * international/uni-decomposition.el:
171fda8a
JB
15580 * international/uni-digit.el:
15581 * international/uni-lowercase.el:
15582 * international/uni-mirrored.el:
15583 * international/uni-name.el:
15584 * international/uni-numeric.el:
15585 * international/uni-old-name.el:
15586 * international/uni-titlecase.el:
15587 * international/uni-uppercase.el:
15588 Regenerate from Unicode 5.2.0 data.
15589
dcb9734a
GM
155902009-10-01 Glenn Morris <rgm@gnu.org>
15591
15592 * Makefile.in (ELCFILES): Regenerate.
15593
ced10a4c
SM
155942009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
15595
9d28c33e
SM
15596 * subr.el (interactive-p): Mark obsolete.
15597 (called-interactively-p): Make the optional-ness of `kind' obsolete.
15598 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
15599 advertised-signature-table for subroutines as well.
15600
ced10a4c
SM
15601 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
15602 (set-advertised-calling-convention): New function.
15603 (make-obsolete, define-obsolete-function-alias)
15604 (make-obsolete-variable, define-obsolete-variable-alias):
15605 Make the optional-ness of `when' obsolete.
15606 (define-obsolete-face-alias): Make `when' non-optional.
15607 * help-fns.el (help-function-arglist):
15608 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
15609 Use advertised-signature-table.
15610
cc3dda16
MA
156112009-10-01 Michael Albinus <michael.albinus@gmx.de>
15612
15613 * files.el (delete-directory): New defun. The original function
15614 in fileio.c has been renamed to `delete-directory-internal'.
15615
15616 * dired.el (dired-delete-file): Call `delete-directory' with
15617 RECURSIVE parameter.
15618
5ce6e4f4 15619 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
15620 parameter RECURSIVE. Implementation is missing.
15621
15622 * net/tramp.el (tramp-handle-make-directory): Flush upper
15623 directory's file properties.
ced10a4c 15624 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
15625 (tramp-handle-dired-recursive-delete-directory): Flush directory
15626 properties after the remove command only.
15627
ced10a4c
SM
15628 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
15629 Handle optional parameter RECURSIVE.
cc3dda16 15630
ced10a4c
SM
15631 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
15632 Handle optional parameter RECURSIVE.
cc3dda16
MA
15633
15634 * net/tramp-smb.el (tramp-smb-errors): Add error message for
15635 connection timeout.
15636 (tramp-smb-handle-delete-directory): Handle optional parameter
15637 RECURSIVE.
15638
cf885595
SM
156392009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
15640
e3a6b82f
SM
15641 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
15642 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
15643 (byte-compile-defmacro): Use backquotes.
15644
7201bfbb
SM
15645 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
15646
cf885595
SM
15647 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
15648 has no associated file.
15649 (vc-resynch-buffer): Use vc-dir-buffers.
15650
a4d2c321
GM
156512009-10-01 Glenn Morris <rgm@gnu.org>
15652
9ffe3f52
GM
15653 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
15654 (chart-file-count):
15655 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
15656 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
15657 * emacs-lisp/eieio-opt.el (eieio-describe-class):
15658 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
15659 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
15660 (eieio-copy-parents-into-subclass, make-instance, class-children)
15661 (eieio-generic-form):
bd2afec2 15662
9515cdcc
GM
15663 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
15664 match-data. (Bug#4555).
15665
a4d2c321
GM
15666 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
15667 rather than parsing it as a regexp. This relaxes the layout
15668 requirements and makes errors easier to detect.
15669 (check-declare-verify): Check file is regular.
15670 (check-declare-directory): Doc fix.
15671 * subr.el (declare-function): Doc fix.
15672
b15c31c7
GM
15673 * ibuffer.el (ibuffer-format-qualifier):
15674 * isearch.el (hi-lock-regexp-okay):
15675 * calc/calc.el (math-zerop):
15676 * mail/uce.el (rmail-msgbeg, rmail-msgend):
15677 * term/w32-win.el (setup-default-fontset, set-fontset-font):
15678 Remove unused declarations.
15679
b0b111c3
JB
156802009-09-30 Eric Ludlam <zappo@gnu.org>
15681
15682 * emacs-lisp/eieio.el (boolean-p): Delete.
15683
1fc28a2c
GM
156842009-09-30 Glenn Morris <rgm@gnu.org>
15685
1fc28a2c
GM
15686 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
15687
494f4fc7
GM
15688 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
15689 filename is not a string.
15690
561580e9
CY
156912009-09-29 Chong Yidong <cyd@stupidchicken.com>
15692
15693 * files.el (safe-local-eval-forms): Fix typo.
15694
dcbbecd4
SM
156952009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
15696
15697 * vc-hooks.el (vc-dir-buffers): New var.
15698 (vc-state-refresh): New function.
15699 (vc-state): Use it.
15700 (vc-after-save): Always ask the backend to recompute the new state.
15701 Always call vc-dir if necessary, using vc-dir-buffers.
15702 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
15703 Use vc-dir-buffers.
15704 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
15705 (vc-dir-prepare-status-buffer, vc-dir-update)
15706 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
15707 Don't call expand-file-name on default-directory.
15708
d88444f2
JB
157092009-09-29 Juanma Barranquero <lekktu@gmail.com>
15710
15711 * speedbar.el (speedbar-item-delete):
15712 * calc/calc-prog.el (calc-kbd-if):
15713 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
15714
15715 * epa.el (epa-key-list-mode-map):
15716 * hi-lock.el (hi-lock-menu): Fix typos in menus.
15717
15718 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
15719 (hs-show-hook): Fix typo in docstring.
15720
5da62d41
GM
157212009-09-29 Glenn Morris <rgm@gnu.org>
15722
8360fce0
GM
15723 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
15724 file-name-nondirectory call preventing location of cedet files.
15725 (check-declare-verify): Use literal search rather than re-search.
ae715515 15726 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
15727
15728 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
15729 Use tramp-compat-file-attributes rather than nonexistent
15730 tramp-compat-handle-file-attributes.
15731
5da62d41
GM
15732 * Makefile.in (lisptagsfiles4): New.
15733 (AUTOGENEL): Add cedet loaddefs files.
15734 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
15735 (update-elclist, compile-always, backup-compiled-files)
15736 (bootstrap-clean): Add yet another directory level.
15737 (update-elclist): Use LC_COLLATE rather than COLLATE.
15738 (ELCFILES): Update, via `make update-elclist'.
15739
48267264
JB
157402009-09-29 Juanma Barranquero <lekktu@gmail.com>
15741
15742 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
15743 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
15744 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
15745
2c4cd0b0
AS
157462009-09-28 Andreas Schwab <schwab@linux-m68k.org>
15747
15748 * Makefile.in (lisptagsfiles3): Define.
5da62d41 15749 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
15750 (update-elclist): Add third directory level to look for elc files.
15751 (compile-always): Likewise.
15752 (backup-compiled-files): Likewise.
15753 (bootstrap-clean): Likewise.
15754 (ELCFILES): Update.
15755
a2533e47
CY
157562009-09-28 Chong Yidong <cyd@stupidchicken.com>
15757
15758 * Makefile.in (ELCFILES): Add CEDET files.
15759
eefbedb1
MA
157602009-09-28 Michael Albinus <michael.albinus@gmx.de>
15761
15762 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
15763
15764 * net/tramp.el (top): Require tramp-imap.
15765
15766 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
15767 Use `tramp-compat-handle-file-attributes'.
15768
157692009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15770
15771 * net/tramp-imap.el: New package.
15772
b0b111c3
JB
157732009-09-28 Eric Ludlam <zappo@gnu.org>
15774
15775 * emacs-lisp/chart.el:
15776 * emacs-lisp/eieio-base.el:
15777 * emacs-lisp/eieio-comp.el:
15778 * emacs-lisp/eieio-custom.el:
15779 * emacs-lisp/eieio-datadebug.el:
15780 * emacs-lisp/eieio-opt.el:
15781 * emacs-lisp/eieio-speedbar.el:
15782 * emacs-lisp/eieio.el: New files.
15783
748e3d67
VJL
157842009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15785
15786 * whitespace.el (whitespace-trailing-regexp)
15787 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
15788 Fix doc string.
15789
15120dec
CY
157902009-09-27 Chong Yidong <cyd@stupidchicken.com>
15791
15792 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
15793 menu.
15794
15795 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
15796 menu-bar-ediff-menu.
15797
15798 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
15799 define-overloadable-function.
15800
15801 * progmodes/autoconf.el: Provide autoconf as well, so that this
15802 file can be `require'd.
15803
15804 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
15805
15806 * emacs-lisp/autoload.el (generated-autoload-feature)
15807 (generated-autoload-load-name): New vars.
15808 (autoload-rubric, autoload-generate-file-autoloads): Use them.
15809 (make-autoload): Recognize define-overloadable-function and
15810 defclass forms (for EIEIO).
15811
15812 * Makefile.in (update-subdirs): Exclude cedet directory.
15813
135abf91
AR
158142009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
15815
1becddbb 15816 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
15817
15818 * faces.el: Default light-background background for region face to
15819 ns_selection_color under NS.
15820
3d994264
TZ
158212009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
15822
15823 * net/imap-hash.el: New library, see NEWS.
15824
15825 * Makefile.in (ELCFILES): Add imap-hash.el.
15826
ce9a0ccb
SM
158272009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
15828
15829 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
15830 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
15831 * help-macro.el (make-help-screen): Avoid using an ambiguous function
15832 definition where the docstring could be taken for the return value.
15833
a92cdd49
GM
158342009-09-26 Glenn Morris <rgm@gnu.org>
15835
15836 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
15837 Add option to only show images below a certain size.
15838 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
15839 save-excursion calls.
15840
416ac2f1
EZ
158412009-09-26 Eli Zaretskii <eliz@gnu.org>
15842
15843 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
15844 subdirectories) and eieio.
15845
d9a13f68
AM
158462009-09-26 Alan Mackenzie <acm@muc.de>
15847
6a7662bb
BR
15848 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15849 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
15850
15851 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 15852 character constants (as case labels). (Bug#4289)
d9a13f68 15853
182b3bec
CY
158542009-09-25 Juri Linkov <juri@jurta.org>
15855
15856 * files.el (safe-local-eval-forms): Allow time-stamp in
15857 before-save-hook (Bug#4554).
15858
8f75f2da
JB
158592009-09-25 Drew Adams <drew.adams@oracle.com>
15860
15861 * menu-bar.el (list-buffers-directory): Doc fix.
15862
8390fb80
SM
158632009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
15864
15865 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
15866 Try and avoid copying twice the same paragraph.
15867 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
15868 Remove save-excursion.
15869 (log-edit-changelog-entry): Do it here instead.
15870
11ee8d90
JB
158712009-09-25 Juanma Barranquero <lekktu@gmail.com>
15872
027b1942
JB
15873 * bs.el (bs--get-file-name): Use `list-buffers-directory'
15874 when available, instead of hardcoding mode names. Doc fix.
15875
11ee8d90
JB
15876 * menu-bar.el (list-buffers-directory): Add docstring.
15877 Make automatically buffer-local.
15878
15879 * dired.el (dired-mode):
15880 * files.el (cd-absolute):
15881 * pcvs.el (cvs-temp-buffer):
15882 * pcvs-util.el (cvs-get-buffer-create):
15883 * shell.el (shell-mode):
15884 * vc-dir.el (vc-dir-mode):
15885 Don't make `list-buffers-directory' buffer local.
15886
21289c5d
CY
158872009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
15888
8390fb80
SM
15889 * comint.el (comint-exec, comint-run, make-comint):
15890 Doc fixes (Bug#4542).
21289c5d 15891
e8652dd9
GM
158922009-09-25 Glenn Morris <rgm@gnu.org>
15893
15894 * mail/rmailmm.el (rmail-mime): New custom group.
15895 Move all defcustoms in this file into this group.
15896 (rmail-mime-media-type-handlers-alist): Revert previous change.
15897 (rmail-mime-show-images): New option.
15898 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
15899 references to it, since it wasn't actually used for anything.
15900 (rmail-mime-insert-image): New function.
15901 (rmail-mime-image): Use rmail-mime-insert-image.
15902 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
15903 obey the value of `rmail-mime-show-images' option. Print the size of
15904 attachments.
e8652dd9 15905
fb652bb5
JB
159062009-09-25 David Engster <deng@randomsample.de>
15907
15908 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
15909
32a9841c
VJL
159102009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15911
15912 * whitespace.el: Does not highlight trailing spaces While point is
15913 at end of line. Does not highligt spaces at beginning of buffer
15914 while point is at beginning of buffer. Does not highlight spaces
15915 at end of buffer while point is at end of buffer. (Bug#4177)
15916 New version 12.0.
15917 (whitespace-display-mappings): Adjust initialization.
15918 (whitespace-point, whitespace-font-lock-refontify): New vars.
15919 (whitespace-color-on, whitespace-color-off): Adjust code.
15920 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
15921 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
15922 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
15923
e477ca84
CY
159242009-09-24 Chong Yidong <cyd@stupidchicken.com>
15925
15926 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
15927
15928 * textmodes/sgml-mode.el: Remove xml-mode alias.
15929
15930 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 15931 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 15932
68712602
AM
159332009-09-24 Alan Mackenzie <acm@muc.de>
15934
15935 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
15936 c-forward-conditionals, but it doesn't move point and doesn't set
15937 the mark.
15938 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
15939 (c-down-conditional-with-else, c-backward-conditional)
15940 (c-forward-conditional): Refactor to use c-scan-conditionals.
15941
1659ada0
JB
159422009-09-24 Juanma Barranquero <lekktu@gmail.com>
15943
15944 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
15945 (help-default-arg-highlight): Remove.
15946 (help-highlight-arg): New function.
15947 (help-do-arg-highlight): Use it.
15948 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
15949
b3f01e46
SM
159502009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
15951
15952 * term.el (term-set-scroll-region, term-handle-ansi-escape):
15953 Undo last change, which didn't fix the problem and introduced others.
15954
107ef54a
NR
159552009-09-24 Nick Roberts <nickrob@snap.net.nz>
15956
15957 * progmodes/gdb-mi.el: Don't require speedbar.
15958 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
15959
ffa1fed6
GM
159602009-09-24 Glenn Morris <rgm@gnu.org>
15961
2157a2be
GM
15962 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
15963
6125167c
GM
15964 * term/ns-win.el (ns-reg-to-script): Define for compiler.
15965
ffa1fed6
GM
15966 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
15967 there is no newline after the final mime boundary. (Bug#4539)
15968 Move markers on insertion so that any buttons inserted don't end up in
15969 the next part of a multipart message.
2e9075d3
GM
15970 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
15971 (rmail-mime-bulk-handler): Optionally handle images.
15972 (rmail-mime-image): New button action.
15973 (rmail-mime-image-handler): New function.
15974 (rmail-mime-mode): New mode.
15975 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 15976
4a814992
SM
159772009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
15978
075518b5
SM
15979 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
15980 than just dropping elements from it (bug#4504).
15981
8ad2defc
SM
15982 * term.el (term-set-scroll-region): Don't move cursor any more.
15983 (term-handle-ansi-escape): Call term-goto here instead.
15984 Suggested by Ivan Kanis <apple@kanis.eu>.
15985
4a814992
SM
15986 * term.el: Require CL.
15987 (term-ansi-reset): New function.
15988 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
15989 (term-handle-colors-array): Simplify.
15990
5a0c3f56
JB
159912009-09-24 Juanma Barranquero <lekktu@gmail.com>
15992
15993 * allout.el (allout-overlay-interior-modification-handler)
15994 (allout-obtain-passphrase):
15995 * epa-file.el (epa-file-write-region):
15996 * ps-print.el (ps-begin-job):
15997 * vc-hooks.el (vc-toggle-read-only):
15998 * vc-rcs.el (vc-rcs-rollback):
15999 * vc-sccs.el (vc-sccs-rollback):
16000 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
16001 (vc-version-diff, vc-revert, vc-rollback):
16002 * wdired.el (wdired-check-kill-buffer):
16003 * emacs-lisp/authors.el (authors):
16004 * net/socks.el (socks-open-connection):
16005 * net/zeroconf.el (zeroconf-service-add-hook):
16006 * obsolete/vc-mcvs.el (vc-mcvs-register):
16007 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
16008 (gdb-select-frame):
16009 * progmodes/grep.el (lgrep, rgrep):
16010 * progmodes/idlw-help.el (idlwave-help-check-locations)
16011 (idlwave-help-html-link, idlwave-help-assistant-open-link):
16012 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
16013 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
16014 (reftex-toc-rename-label): Fix typos in error messages.
16015
16016 * dired-aux.el (dired-do-shell-command): Reflow docstring.
16017 (dired-copy-how-to-fn): Doc fix.
16018 (dired-files-attributes, dired-read-shell-command):
16019 Fix typos in docstrings.
16020
16021 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
16022 (dired-x-find-file-other-window): Reflow docstrings.
16023 (dired-omit-marker-char, dired-read-shell-command)
16024 (dired-x-submit-report): Fix typos in docstrings.
16025
16026 * shell.el (shell-mode-hook):
16027 * view.el (View-scroll-line-forward):
16028 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
16029 Fix typos in docstrings.
16030
16031 * net/dig.el (dig-invoke): Fix typo in docstring.
16032 (query-dig): Reflow docstring.
16033
16034 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
16035 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
16036 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
16037 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
16038 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
16039 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
16040 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
16041 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
16042 (idlwave-completion-map, idlwave-current-indent)
16043 (idlwave-custom-ampersand-surround, idlwave-customize)
16044 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
16045 (idlwave-define-abbrev, idlwave-determine-class-special)
16046 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
16047 (idlwave-end-block-reg, idlwave-end-of-statement)
16048 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
16049 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
16050 (idlwave-explicit-class-listed, idlwave-file-header)
16051 (idlwave-fill-paragraph, idlwave-find-class-definition)
16052 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
16053 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
16054 (idlwave-in-quote, idlwave-indent-action-table)
16055 (idlwave-indent-expand-table, idlwave-indent-line)
16056 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
16057 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
16058 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
16059 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
16060 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
16061 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
16062 (idlwave-outlawed-buffers, idlwave-popup-select)
16063 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
16064 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
16065 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
16066 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
16067 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
16068 (idlwave-statement-type, idlwave-struct-skip)
16069 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
16070 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
16071 (idlwave-what-module-find-class): Fix typos in docstrings.
16072 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
16073 (idlwave-calculate-cont-indent, idlwave-expand-equal)
16074 (idlwave-find-module, idlwave-find-structure-definition)
16075 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
16076 (idlwave-list-load-path-shadows, idlwave-next-statement)
16077 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
16078 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
16079 (idlwave-template): Reflow docstrings.
16080
16081 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
16082 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
16083 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
16084 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
16085 (idlwave-shell-display-line, idlwave-shell-display-wframe)
16086 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
16087 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
16088 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
16089 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
16090 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
16091 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
16092 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
16093 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
16094 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
16095 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
16096 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
16097 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
16098 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
16099 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
16100 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
16101 Fix typos in docstrings.
16102 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
16103 (idlwave-shell-hide-output, idlwave-shell-mode)
16104 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
16105 Reflow docstrings.
16106
16107 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
16108
62136c5d
SM
161092009-09-24 Ivan Kanis <apple@kanis.eu>
16110
16111 * term.el (term-bold-attribute): New var.
16112 (term-handle-colors-array): Use it.
16113
9c1a45ed
NR
161142009-09-23 Nick Roberts <nickrob@snap.net.nz>
16115
16116 * progmodes/gdb-mi.el (gdb-version): New variable.
16117 (gdb-non-stop-handler): Set gdb-version.
16118 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
16119 Condition "--thread" option on gdb-version.
16120 (gdb-invalidate-threads): Remove unused argument.
16121
03304f31
SM
161222009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16123
16124 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
16125 to looking-back to avoid ridiculous slow down in large files (bug#4511).
16126
4f02f0c9
GM
161272009-09-23 Glenn Morris <rgm@gnu.org>
16128
16129 * mail/rmail.el (rmail-reply): Don't try to add a References header when
16130 replying to mail without References or Message-Id. (Bug#4525)
16131
a3b4b363
AR
161322009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
16133
16134 * term/ns-win.el (ns-reg-to-script): New variable.
16135
7bda18cc
DU
161362009-09-23 Daiki Ueno <ueno@unixuser.org>
16137
16138 * epg.el (epg-wait-for-status): Preserve existing 'error results.
16139
72169e55
SS
161402009-09-22 Sam Steingold <sds@gnu.org>
16141
16142 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
16143 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
16144 to 1 because hg returns status 1 when nothing is found.
0aa4f295 16145 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 16146
905b7d38
SM
161472009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
16148
b0459dec
SM
16149 * textmodes/fill.el: Convert to utf-8 encoding.
16150 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 16151 pre-Unicode days.
b0459dec 16152
905b7d38
SM
16153 * add-log.el (change-log-fill-forward-paragraph): New function.
16154 (change-log-mode): Use it so fill-region DTRT.
16155 Set fill-indent-according-to-mode here rather than in
16156 change-log-fill-paragraph.
16157 (change-log-fill-paragraph): Remove.
16158
baa7f3de
JB
161592009-09-22 Juanma Barranquero <lekktu@gmail.com>
16160
16161 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
16162 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
16163
a8d789f0
GM
161642009-09-22 Glenn Morris <rgm@gnu.org>
16165
daedbbc2
GM
16166 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
16167 the scroll-bar scroll the calendar window rather than the buffer.
16168
d8899a74
GM
16169 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
16170 commands that move point (as opposed to scrolling).
16171
a8d789f0
GM
16172 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
16173
16174 * emacs-lisp/elint.el (elint): New custom group.
16175 (elint-log-buffer): Make it a defcustom.
16176 (elint-scan-preloaded, elint-ignored-warnings)
16177 (elint-directory-skip-re): New options.
16178 (elint-builtin-variables): Doc fix.
16179 (elint-preloaded-env): New variable.
16180 (elint-unknown-builtin-args): Add an entry for encode-time.
16181 (elint-extra-errors): Make it a variable rather than a constant.
16182 (elint-preloaded-skip-re): New constant.
16183 (elint-directory): Skip files matching elint-directory-skip-re.
16184 (elint-features): New variable, local to linted buffers.
16185 (elint-update-env): Initialize elint-features. Possibly add
16186 elint-preloaded-env to the buffer's environment.
16187 (elint-get-top-forms): Bind elint-current-pos, for log messages.
16188 Skip quoted forms.
16189 (elint-init-form): New function, extracted from elint-init-env.
16190 Make non-list forms a warning rather than an error.
16191 Add the mode-map for define-derived-mode. Handle define-minor-mode,
16192 easy-menu-define, put that adds an error-condition, and provide.
16193 When requiring cl, also require cl-macs. Really require cl, to handle
16194 some cl macros. Store required libraries in the list elint-features,
16195 so as not to re-load them. Treat cc-require like require.
16196 (elint-init-env): Call elint-init-form to do the work.
16197 Handle eval-and-compile and such like.
16198 (elint-add-required-env): Do not clear messages.
16199 (elint-special-forms): Add handlers for function, defalias, if, when,
16200 unless, and, or.
16201 (elint-form): Add optional argument to ignore elint-special-forms,
16202 useful to prevent recursive calls from handlers. Doc fix.
16203 Respect elint-ignored-warnings.
16204 (elint-form): Respect elint-ignored-warnings.
16205 (elint-bound-variable, elint-bound-function): New variables.
16206 (elint-unbound-variable): Respect elint-bound-variable.
16207 (elint-get-args): Respect elint-bound-function.
16208 (elint-check-cond-form): Add some simple handling for (f)boundp and
16209 featurep tests.
16210 (elint-check-defalias-form): New handler.
16211 (elint-check-let-form): Make an empty let a warning rather than an
16212 error.
16213 (elint-check-setq-form): Make an empty setq a warning rather than an
16214 error. Respect elint-ignored-warnings.
16215 (elint-check-defvar-form): Accept null doc-strings.
16216 (elint-check-conditional-form): New handler. Does some simple-minded
16217 checking of featurep and (f)boundp tests.
16218 (elint-put-function-args): New function.
16219 (elint-initialize): Use elint-scan-doc-file rather than
16220 elint-find-builtin-variables. Use elint-put-function-args.
16221 Possibly scan preloaded-file-list.
16222 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
16223 extend to handle functions as well.
16224
245be23c
JB
162252009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
16226
16227 * linum.el (linum-delete-overlays, linum-update-window):
16228 Do not modify the right margin. (Bug#3971)
16229
91fdbd6f
CY
162302009-09-21 Chong Yidong <cyd@stupidchicken.com>
16231
6a7662bb
BR
16232 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
16233 Use nxml-mode instead of xml-mode.
91fdbd6f 16234
7589d38e
JB
162352009-09-21 Kevin Ryde <user42@zip.com.au>
16236
16237 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
16238
5ac42715
SM
162392009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
16240
16241 * net/dig.el (dig-mode): Use define-derived-mode.
16242
09c01323
DN
162432009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
16244
4096c5f2
DN
16245 * vc-dispatcher.el (vc-do-command): Return the process object in
16246 the asynchronous case. Use when instead of if. Do not run
5480359e 16247 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 16248
0e172cc2
DN
16249 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
16250 properties to the stash strings.
16251 (vc-git-stash-list): Return a list of strings.
16252 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
16253 (vc-git-stash-show-at-point): New functions.
16254 (vc-git-stash-map): New keymap.
16255
03304f31
SM
16256 * register.el (ctl-x-r-map): Define the keys here instead of
16257 using autoload.
09c01323 16258
03304f31 162592009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
16260
16261 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
16262 list, to workaround performance problem (bug#4485).
16263
2f5fc4d7
NR
162642009-09-20 Nick Roberts <nickrob@snap.net.nz>
16265
16266 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
16267
b0f5fd2e
DU
162682009-09-20 Daiki Ueno <ueno@unixuser.org>
16269
16270 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
16271 Document that this option is not recommended to use.
16272
f3445fab
GM
162732009-09-19 Glenn Morris <rgm@gnu.org>
16274
547c6921
GM
16275 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
16276 variable `var'.
16277
f3445fab
GM
16278 * calc/calc-alg.el (var):
16279 * calc/calcalg2.el (var): Define for compiler.
16280
946c009b
CY
162812009-09-19 Chong Yidong <cyd@stupidchicken.com>
16282
e3f36d03
SM
16283 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
16284 Doc fix (Bug#3932).
e2045997 16285
24aedbca
CY
16286 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
16287
327dd27a
CY
16288 * time-stamp.el (time-stamp-month-dd-yyyy)
16289 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
16290 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
16291 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
16292 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
16293 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 16294
946c009b
CY
16295 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
16296 indent buffer only if called interactively (Bug#4452).
16297
3e70541a 162982009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 16299 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
16300
16301 This fixes bug#4197 (merged to bug#865, though not identical).
16302 * server.el (server-auth-dir): Add docstring note about FAT32.
16303 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
16304 but warn against using them.
16305
9b94c32e
NR
163062009-09-19 Nick Roberts <nickrob@snap.net.nz>
16307
16308 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
16309 older GDB where there is no has_more field.
16310
66590684
GM
163112009-09-19 Glenn Morris <rgm@gnu.org>
16312
16313 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
16314
9a1337f9
CY
163152009-09-18 Chong Yidong <cyd@stupidchicken.com>
16316
16317 * files.el (auto-mode-alist): Change default for XML files to nXML
16318 mode (Bug#4169).
16319
d7554167
JB
163202009-09-18 Juanma Barranquero <lekktu@gmail.com>
16321
16322 * server.el (server-ensure-safe-dir): Pass 'integer
16323 to `file-attributes', as suggested.
16324
35a3f9a4
SM
163252009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
16326
16327 * dired-aux.el (dired-query-alist): Remove spurious backslash.
16328 (dired-query): Use read-key.
16329
044f9b05
AR
163302009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
16331
16332 * cus-start.el (ns-use-qd-smoothing): Remove.
16333
6188ea49
GM
163342009-09-18 Glenn Morris <rgm@gnu.org>
16335
08cf18e4
GM
16336 * allout.el (top-level): Remove unnecessary progn.
16337
07eae5c5
GM
16338 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
16339
6726c25e
GM
16340 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
16341 definition of abbrev table.
16342
3f527154 16343 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
16344 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
16345 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
16346 * net/newst-backend.el (newsticker--cache-read-feed):
16347 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
16348 condition-case handlers.
16349
ccb4c30c
NR
163502009-09-18 Nick Roberts <nickrob@snap.net.nz>
16351
16352 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
16353 (gdb-var-list): Add an element for has_more field.
16354 (gdb-non-stop-handler): Enable pretty printing for STL containers.
16355 (gdb-var-create-handler, gdb-var-list-children-handler-1)
16356 (gdb-var-update-handler-1): Parse output of dynamic variable
16357 objects (STL containers).
16358 (gdb-var-delete-1): Pass var1 as an explicit second argument.
16359 (gdb-get-field): Delete alias. Use bindat-get-field directly.
16360
16361 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
16362 gdb-var-list.
16363 (gud-speedbar-buttons): Make node expandable if expression "has more"
16364 children.
16365
8686ac71
JB
163662009-09-17 Juanma Barranquero <lekktu@gmail.com>
16367
16368 * startup.el (emacs-quick-startup): Remove variable and all uses.
16369 (command-line): Set `inhibit-x-resources' instead.
16370 (command-line-1): Use `inhibit-x-resources' instead.
16371
a69c67e8
CY
163722009-09-17 Chong Yidong <cyd@stupidchicken.com>
16373
16374 * subr.el: Fix last change to avoid using the `unless' macro,
16375 which breaks bootstrapping.
16376
354f0faf
SM
163772009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
16378
16379 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
16380 extended definitions, in case we reload subr.el after having
16381 loaded CL.
16382 (eval-next-after-load): Mark as obsolete.
16383
98b9bf40
JL
163842009-09-17 Juri Linkov <juri@jurta.org>
16385
16386 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
16387 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
16388 (menu-bar-showhide-menu, menu-bar-tools-menu)
16389 (menu-bar-describe-menu, menu-bar-help-menu)
16390 (minibuffer-local-completion-map, minibuffer-local-map):
16391 Fix list quoting.
16392
28fab7b5
GM
163932009-09-17 Glenn Morris <rgm@gnu.org>
16394
88d5190c
GM
16395 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
16396 arguments, whether or not it has a handler.
16397
74f24ba7
GM
16398 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
16399
28fab7b5
GM
16400 * simple.el (hard-newline): Give it a doc-string.
16401
a8106aec
GM
16402 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16403 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 16404
76251ad7
DN
164052009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
16406
72033dbe
DN
16407 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
16408 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
16409 (menu-bar-options-menu, menu-bar-showhide-menu)
16410 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
16411 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
16412 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
16413 (menu-bar-options-menu, menu-bar-tools-menu)
16414 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
16415 (menu-bar-help-menu):
16416 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
16417 string arguments.
16418
76251ad7
DN
16419 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
16420 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
16421 calls for the menu names and :help.
16422
97b952b7
SM
164232009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
16424
16425 * mouse.el (minor-mode-menu-from-indicator): Pay attention
16426 to :minor-mode-function (bug#4455).
16427
8f38189e
SM
164282009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
16429
d2fd733e
SM
16430 * startup.el (command-line): Initialize the window-system after
16431 processing the command-line.
16432
8f38189e
SM
16433 * textmodes/page.el (what-page): Make sure we don't inf-loop if
16434 page-delimiter matches the empty string.
16435
77564fa4
GM
164362009-09-16 Glenn Morris <rgm@gnu.org>
16437
16438 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
16439 byte-compile-not-obsolete-var. It's a list now.
16440 (byte-compile-not-obsolete-funcs): New variable.
16441 (byte-compile-warn-obsolete): Don't warn about functions if they are in
16442 byte-compile-not-obsolete-funcs.
16443 (byte-compile-variable-ref, byte-compile-defvar): Update for
16444 byte-compile-not-obsolete-vars name-change and list nature.
16445 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
16446 and variables behind (f)boundp tests.
16447 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
16448
79d316d3
DN
164492009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
16450
16451 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
16452
8fed6934
SM
164532009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
16454
16455 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
16456 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
16457 Don't autoload.
16458
4078fd57
SE
164592009-09-15 Stephen Eglen <stephen@gnu.org>
16460
16461 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 16462 the virtual-buffers, use the name of the buffer specified by
4078fd57 16463 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 16464 problem if the target and the symlink had different names.)
4078fd57 16465
838ff458
SM
164662009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
16467
b3c7c12d
SM
16468 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
16469
13dc2bc2
SM
16470 * desktop.el (desktop-path): Check user-emacs-directory.
16471
49fec531
SM
16472 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
16473
0e328d37
SM
16474 * loadup.el: Use after-load-functions to GC after loading each file.
16475 Remove the explicit GC calls that used to be sprinkled around.
16476
838ff458
SM
16477 * subr.el (after-load-functions): New hook.
16478 (do-after-load-evaluation): Run it. Use string-match-p to detect
16479 `obsolete' packages, rather than painfully extracting the relevant
16480 directory name.
16481
a62f564f
GM
164822009-09-15 Glenn Morris <rgm@gnu.org>
16483
16484 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
16485 free variable `doc'.
16486
16487 * dired.el (dired-mode-map): Add menu entry for async shell command.
16488
16489 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
16490 variables, also consider the .elc files, since the .el files are
16491 normally gzipped (subsequent code locates the .el.gz from the .elc).
16492
16493 * calc/calc-prog.el (arglist): Define for compiler.
16494
16495 * calendar/diary-lib.el (diary-display-function): Change the default to
16496 fancy display.
16497 (body): Define for compiler.
16498
16499 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
16500 (byte-compile-file-form, byte-compile-lambda)
16501 (byte-compile-top-level-body, byte-compile-form)
16502 (byte-compile-variable-ref, byte-compile-setq)
16503 (byte-compile-setq-default, byte-compile-body)
16504 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
16505 (batch-byte-compile): Give some more local variables with common names
16506 a "bytecomp-" prefix to avoid masking warnings about free variables.
16507
cd05fe7f
GM
16508 * startup.el (command-line-1): Give local variables with common names a
16509 distinguishing prefix, so as not to hide free variable warnings during
16510 bootstrap.
16511
a62f564f
GM
16512 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
16513 clever and add a suffix to make a unique name, just let the user decide
16514 whether or not to overwrite it. If the input is a directory, write the
16515 default filename to that directory. (Bug#4388)
16516 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
16517 is a filename-as-a-directory.
16518
fbc88440
SM
165192009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
16520
16521 * textmodes/page.el (what-page): Don't move to beginning of line.
16522 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
16523
60308853
DN
165242009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
16525
16526 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
16527
32ba3abc
DN
165282009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
16529
9cd39aff
DN
16530 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
16531 * help.el (help-for-help-internal): Add purecopy calls for text.
16532
32ba3abc
DN
16533 * vc.el (top): print-log method now takes an optional SHORTLOG
16534 argument. Add a new method: root.
32ba3abc
DN
16535 (vc-root-diff, vc-print-root-log): New functions.
16536 (vc-log-short-style): New variable.
16537 (vc-print-log-internal): Add support for showing short logs.
16538
16539 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
16540 vc-print-root-log and vc-print-root-diff.
16541
16542 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
16543 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
16544 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
16545 short logs.
16546
16547 * vc-cvs.el (vc-cvs-print-log):
16548 * vc-mtn.el (vc-mtn-print-log):
16549 * vc-rcs.el (vc-rcs-print-log):
16550 * vc-sccs.el (vc-sccs-print-log):
16551 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
16552 that is ignored for now.
16553
837b0e99
DN
16554 * vc-mtn.el (vc-mtn-annotate-command):
16555 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
16556
31cd2dd4
SM
165572009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
16558
16559 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
16560 to function-key-map, and give them ascii-character property.
16561 * term/x-win.el (x-alternatives-map):
16562 * term/ns-win.el (ns-alternatives-map):
16563 * term/internal.el (msdos-key-remapping-map):
16564 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
16565
d62e5bf2
GM
165662009-09-14 Glenn Morris <rgm@gnu.org>
16567
16568 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
16569 temp-buffers (2009-09-12).
16570
7d0105e5
SM
165712009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
16572
16573 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
16574 the new read-key function.
16575
e17ed9ad
CY
165762009-09-13 Chong Yidong <cyd@stupidchicken.com>
16577
16578 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
16579 is defined (Bug#4405).
16580
1fc26e29
CY
165812009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
16582
16583 * recentf.el (recentf-cleanup): Use a hash table to find
16584 duplicates (Bug#4407).
16585
61dc96a2 165862009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
16587
16588 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
16589 kp-0 to ascii equivalents (Bug#4325).
16590
42c3a9e3
CY
165912009-09-13 Chong Yidong <cyd@stupidchicken.com>
16592
1f5c1626
CY
16593 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
16594
42c3a9e3 16595 * eshell/em-hist.el:
31cd2dd4
SM
16596 * eshell/em-dirs.el (eshell-complete-user-reference):
16597 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
16598
165992009-09-13 Leo <sdl.web@gmail.com> (tiny change)
16600
16601 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
16602 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
16603 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
16604 * eshell/em-hist.el (eshell-history-file-name):
16605 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 16606
1e2b6acf
GM
166072009-09-13 Glenn Morris <rgm@gnu.org>
16608
16609 * ediff-merg.el (ediff-do-merge):
16610 * filesets.el (filesets-run-cmd):
16611 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
16612 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
16613 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
16614 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
16615 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
16616 Replace empty `let's with `progn'.
16617
adba8116
SM
166182009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
16619
16620 * mail/sendmail.el (send-mail-function):
16621 * tooltip.el (tooltip-mode):
16622 * simple.el (transient-mark-mode):
16623 * rfn-eshadow.el (file-name-shadow-mode):
16624 * frame.el (blink-cursor-mode):
16625 * font-core.el (global-font-lock-mode):
16626 * files.el (temporary-file-directory)
16627 (small-temporary-file-directory, auto-save-file-name-transforms):
16628 * epa-hook.el (auto-encryption-mode):
16629 * composite.el (global-auto-composition-mode):
16630 Use custom-initialize-delay.
16631 * startup.el (command-line): Don't explicitly call
16632 custom-reevaluate-setting for all the above vars.
16633 * custom.el (custom-initialize-safe-set)
16634 (custom-initialize-safe-default): Delete.
16635
0a4afea9
SM
166362009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
16637
9f94990d
SM
16638 * term/x-win.el (x-initialize-window-system):
16639 * term/w32-win.el (w32-initialize-window-system):
16640 * term/ns-win.el (ns-initialize-window-system): Don't call
16641 mouse-wheel-mode since it's enabled globally by default already.
16642
0a4afea9
SM
16643 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
16644 actually define the variable, but only silences the byte-compiler.
16645 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
16646 before looking it up.
16647 (mouse-wheel-scroll-amount): Also reset the bindings if this value
16648 is changed.
16649
bf01513f
GM
166502009-09-12 Glenn Morris <rgm@gnu.org>
16651
16652 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
16653 1000.
16654 (elint-add-required-env): Don't beep on error.
16655 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
16656 (elint-init-env): Skip non-list forms.
16657 (elint-log): Handle unknown file positions.
bf01513f 16658
d85889e4
DU
166592009-09-12 Daiki Ueno <ueno@unixuser.org>
16660
16661 * epg.el (epg-make-context): Add autoload cookie.
16662 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
16663 (epg-decrypt-string, epg-start-verify, epg-verify-file)
16664 (epg-verify-string, epg-start-sign, epg-sign-file)
16665 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
16666 (epg-encrypt-string, epg-start-export-keys)
16667 (epg-export-keys-to-file, epg-export-keys-to-string)
16668 (epg-start-import-keys, epg-import-keys-from-file)
16669 (epg-import-keys-from-string, epg-start-receive-keys)
16670 (epg-receive-keys, epg-import-keys-from-server)
16671 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
16672 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
16673 (epg-generate-key-from-file, epg-generate-key-from-string):
16674 Remove autoload cookie.
d85889e4 16675
8f825ee6
EZ
166762009-09-12 Eli Zaretskii <eliz@gnu.org>
16677
36b434ee
EZ
16678 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
16679 reevaluation of trash-directory.
16680
8f825ee6
EZ
16681 * mwheel.el: Fix last change.
16682 (mouse-wheel-mode): New defvar.
16683 (mouse-wheel-mode): Remove autoload cookie.
16684
5766c380
SM
166852009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
16686
ab5c0fcd
SM
16687 * mwheel.el (mwheel-installed-bindings): New var.
16688 (mouse-wheel-mode): Use it, so as to make sure we really remove all
16689 the bindings we set last time. Use custom-initialize-delay.
16690 * loadup.el: Load mwheel after term/*-win.el.
16691 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
16692 and mouse-wheel-up-event now that their first evaluation is done
16693 sufficiently late to be correct.
16694
45448e64
SM
16695 * startup.el (tutorial-directory): Make it a defcustom.
16696 Use custom-initialize-delay rather than eval-at-startup to set it.
16697 * image.el (image-load-path): Make it a defcustom.
16698 Use custom-initialize-delay rather than eval-at-startup to set it.
16699 * subr.el (eval-at-startup): Remove.
16700 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
16701
5766c380
SM
16702 * subr.el (do-after-load-evaluation): Warn the user after loading an
16703 obsolete package.
16704
d6549da4
GM
167052009-09-12 Glenn Morris <rgm@gnu.org>
16706
16707 * proced.el (proced-mark-alt): Remove alias.
16708 (proced-mode-map): Remove proced-mark-alt.
16709
16710 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
16711 Elint file and directory. Remove initialization entry.
16712
16713 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
16714 commands.
16715 (elint-current-buffer): Set mode-line-process.
16716 (elint-init-env): Handle define-derived-mode.
16717 Fix declare-function with unspecified arglist. Guard against odd
16718 defalias statements (eg iso-insert's 8859-1-map).
16719 (elint-add-required-env): Use a temp buffer.
16720 (elint-form): Just print the function/macro name, not the whole form.
16721 Return env unchanged if we fail to parse a macro.
16722 (elint-forms): Guard against parse errors.
16723 (elint-output): New function, to handle batch mode.
16724 (elint-log-message): Add optional argument. Use elint-output.
16725 (elint-set-mode-line): New function.
16726
30194d4d
CY
167272009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
16728
16729 * emacs-lisp/elp.el (elp-not-profilable): Add more
16730 functions (Bug#4233).
16731
a035f9b0
CY
167322009-09-12 Chong Yidong <cyd@stupidchicken.com>
16733
16734 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
16735 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
16736
dad61164
NR
167372009-09-11 Nick Roberts <nickrob@snap.net.nz>
16738
16739 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
16740 (gdb-var-list-children): Use json parsing.
16741
9c3c9fdf 167422009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
16743
16744 * progmodes/js.el (js--proper-indentation): Handle the case where
16745 char-before is null. Reported by Deniz Dogan.
16746
b4587710
JB
167472009-09-11 Juanma Barranquero <lekktu@gmail.com>
16748
16749 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
16750
13890796
DU
167512009-09-11 Daiki Ueno <ueno@unixuser.org>
16752
16753 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
16754 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 16755 (epg-context-set-passphrase-callback)
97d4bdba 16756 (epg-context-set-progress-callback): Add description about
b18508dd 16757 callback function.
13890796 16758
2efb64a8
SM
167592009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
16760
790d0270
SM
16761 * custom.el (custom-delayed-init-variables): New var.
16762 (custom-initialize-delay): New function.
16763 * startup.el (command-line): "Re"evaluate all vars in
16764 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
16765 explicitly any more.
16766 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
16767 to avoid creating a ~/.emacs.d at build-time (bug#4347).
16768
16769 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 16770
ac243a40
NR
167712009-09-11 Nick Roberts <nickrob@snap.net.nz>
16772
16773 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
16774 (gdb-var-update-handler): Use json parsing.
16775
657bc6fc
JB
167762009-09-11 Juanma Barranquero <lekktu@gmail.com>
16777
16778 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
16779 decode annotated text, regardless of language environment. (Bug#2741)
16780
b6fe8102
SM
167812009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
16782
16783 * Makefile.in (autoloads): Make rmail.el writable as well.
16784
5cc443fe
GM
167852009-09-11 Glenn Morris <rgm@gnu.org>
16786
5515c54e
GM
16787 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
16788 loaddefs.el.
16789 * dired.el: Regenerate with extracted autoloads.
16790 * Makefile.in (autoloads): Make dired.el writable.
16791
15067158
GM
16792 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
16793 * ibuffer.el: Regenerate with extracted autoloads.
16794 * Makefile.in (autoloads): Make ibuffer.el writable.
16795
d35d0238
GM
16796 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
16797 * version.el (emacs-copyright, emacs-major-version)
16798 (emacs-minor-version): Reformat doc-strings for make-docfile.
16799
5cc443fe
GM
16800 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
16801 functions and variables, since they must be stuff specific to some other
16802 platform.
16803 (apropos-print): Make mouse-click message less specific about button.
16804
16805 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
16806 that records where a macro was defined.
16807 * help-fns.el (describe-function-1): Mention if a function has a
16808 compiler-macro.
16809 * help-mode.el (help-function-cmacro): New button.
16810
16811 * locate.el (top-level): Always require dired.
16812 (locate-mode-map): Initialize inside the defvar.
16813
16814 * net/ange-ftp.el (dired-compress-file): Declare.
16815 (ange-ftp-dired-compress-file): Add doc string.
16816
16817 * term/ns-win.el (x-display-name, x-setup-function-keys):
16818 Unify doc-strings with X versions.
16819
8cb95edf
SM
168202009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
16821
726a4d09
SM
16822 * emulation/crisp.el (crisp-mode-map): Move initialization
16823 into declaration.
16824 (crisp-mode): Use define-minor-mode.
16825
8cb95edf
SM
16826 * progmodes/xscheme.el (xscheme-evaluation-commands):
16827 Put a :advertised-binding property rather than using
16828 advertised-xscheme-send-previous-expression.
16829 (advertised-xscheme-send-previous-expression): Declare obsolete.
16830 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
16831 `advertised-undo'.
16832 (crisp-mode): Add corresponding bindings to
16833 undo's :advertised-binding instead.
16834 * dired.el (dired-mode-map): Put a :advertised-binding property rather
16835 than using dired-advertised-find-file.
16836 (dired-advertised-find-file):
16837 * simple.el (advertised-undo):
16838 * wid-edit.el (advertised-widget-backward): Declare obsolete.
16839 (widget-keymap): Put a :advertised-binding property rather
16840 than using advertised-widget-backward.
16841 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
16842 than using advertised-undo.
16843 * tutorial.el (tutorial--default-keys): Adjust accordingly.
16844
07db5857
SS
168452009-09-10 Simon South <ssouth@slowcomputing.org>
16846
16847 * progmodes/delphi.el (delphi-tab): Indent region when Transient
16848 Mark mode is enabled and region is active; otherwise indent or
16849 insert TAB as usual.
16850 (delphi-mode): Update description of TAB-key binding.
16851
50d4ba39
SM
168522009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
16853
16854 * subr.el (define-key-rebound-commands): Mark obsolete.
16855 * startup.el (precompute-menubar-bindings): Remove.
16856 (normal-top-level): Remove obsolete code that tried to precompute
16857 menubar bindings.
16858 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
16859 define-key-rebound-commands and precompute-menubar-bindings.
16860
ffa894db
KY
168612009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
16862
16863 * net/imap.el (imap-interactive-login): Better messages.
16864 (imap-open): Fix bug with renamed buffer on reconnect.
16865 (imap-authenticate): Add buffer-local imap-last-authenticator variable
16866 for easier debugging and cleaner code. On successful (guessed based on
16867 server capabilities) secondary authentication, set imap-state
16868 correctly.
16869 (imap-last-authenticator): Define imap-last-authenticator as a variable
16870 to avoid warnings.
16871
9477096c
GM
168722009-09-10 Glenn Morris <rgm@gnu.org>
16873
16874 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
16875
16876 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
16877 (byte-compile-file-form-autoload): Don't warn about unknown functions
16878 where the autoload statement comes after the use.
16879 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
16880 that any handlers inside the body (eg require) are in turn respected.
16881
16882 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
16883 effects.
16884
16885 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
16886 and syntax and abbrev tables basic docs, if they don't have any.
16887
16888 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
16889
16890 * international/mule-cmds.el (top-level): Require cl when compiling.
16891 (view-hello-file): Use default-value rather than
16892 default-enable-multibyte-characters.
16893
16894 * progmodes/fortran.el: Move all safe and risky properties into the
16895 defcustoms.
16896
16897 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
16898 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
16899 * mail/undigest.el:
16900 Put autoloads in rmail.el rather than loaddefs.el.
16901 * mail/rmail.el: Regenerate with extracted autoloads.
16902
16903 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
16904 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
16905
9f16c547
NR
169062009-09-10 Nick Roberts <nickrob@snap.net.nz>
16907
16908 Reported in thread for Bug#4375.
16909 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
16910 "-data-evaluate-expression" instead of print.
16911 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
16912 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
16913 (gdb): Revert 2009-08-11 change. User should detach inferior
16914 manually.
9f16c547
NR
16915
16916 Remove the word "separate" from IO functions as inferior
16917 output is now never displayed in the GUD buffer.
16918
50405cd0
JB
169192009-09-10 Juanma Barranquero <lekktu@gmail.com>
16920
16921 * startup.el (command-line-normalize-file-name): On Windows and
16922 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
16923
7ae62430
JL
169242009-09-10 Juri Linkov <juri@jurta.org>
16925
16926 * isearch.el (isearch-text-char-description): Propertize escape
16927 character sequences with the `escape-glyph' face. (Bug#4344)
16928
16929 * simple.el (shell-command): Set asynchronous process filter to
16930 `comint-output-filter'. (Bug#4343)
16931
16932 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
16933 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
16934 the list. Move "asm" to the bottom.
16935 (grep-find-ignored-directories): Add `choice' with nil value
16936 to empty the list easily.
16937 (grep-find-ignored-files): New option.
16938 (grep-files-history): Set to nil by default instead of '("ch" "el").
16939 (grep-compute-defaults): Add "<X>" to `grep-template'.
16940 (grep-read-files): Bind new local variables `default-alias' and
16941 `default-extension'. Use a list of default values for the file prompt.
16942 (lgrep): Add `--exclude=' command line options composed from
16943 `grep-find-ignored-files'.
16944 (rgrep): Add `-name' command line options composed from
16945 `grep-find-ignored-files'. (Bug#4301)
16946
cd875252
SM
169472009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
16948
16949 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
16950 (bug#4368).
16951
cdce0b33
KY
169522009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
16953
16954 * calendar/time-date.el (autoload):
16955 Expand define-obsolete-function-alias into defalias and make-obsolete
16956 for old Emacsen that Gnus supports.
16957 (with-no-warnings): Define it for old Emacsen.
16958 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
16959 is available.
16960 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
16961 float-time is available; suppress compile warning for time-to-seconds.
16962
169632009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
16964
16965 * net/imap.el (imap-message-map): Docstring fix.
16966
2b2eb431
GM
169672009-09-09 Glenn Morris <rgm@gnu.org>
16968
16969 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
16970 line numbers too. (Bug#4374)
16971
83a5aac5
SM
169722009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
16973
755e0210
SM
16974 * smerge-mode.el (smerge-remove-props, smerge-refine):
16975 Use with-silent-modifications (bug#4342).
16976
83a5aac5
SM
16977 * subr.el (with-silent-modifications): New macro.
16978
79f01fa7
JB
169792009-09-07 Juanma Barranquero <lekktu@gmail.com>
16980
16981 * files.el (top-level): Require `cl' when compiling.
16982
448ecec3
GM
169832009-09-07 Glenn Morris <rgm@gnu.org>
16984
16985 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
16986
8f09a02f
GM
16987 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
16988 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
16989
76ff67bf
NR
169902009-09-06 Nick Roberts <nickrob@snap.net.nz>
16991
16992 * vc-git.el (vc-git-annotate-command): Use separator to parse
16993 arguments correctly.
16994
943c8b75
EZ
169952009-09-06 Eli Zaretskii <eliz@gnu.org>
16996
16997 * proced.el (proced-mode): Doc fix.
16998
680db9ac
MA
169992009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
17000
17001 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
17002 lstat fails.
17003 (tramp-do-file-attributes-with-ls): Check for file existence at
17004 remote end.
17005 (tramp-do-file-attributes-with-stat): Likewise.
17006 (tramp-convert-file-attributes): Return nil when attr is nil.
17007
3f12e5bd
GM
170082009-09-05 Glenn Morris <rgm@gnu.org>
17009
c8dc27bf
GM
17010 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
17011 properties to this button.
17012 (diary-fancy-display): Don't extend the button to the final newline.
17013 (diary-fancy-display-mode): Continue to define "q" as a local key.
17014
cca065d8
GM
17015 * calendar/cal-china.el (holiday-chinese): Make it slightly more
17016 efficient.
17017
cddaedb6
GM
17018 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
17019
3f12e5bd
GM
17020 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
17021 (byte-compile-dest-file-function): New option.
17022 (byte-compile-dest-file): Doc fix.
17023 Obey byte-compile-dest-file-function.
17024 (byte-compile-cl-file-p): New function.
17025 (byte-compile-eval): Only suppress noruntime warnings about cl functions
17026 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
17027 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
17028 than for file being previously loaded.
17029 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
17030 (byte-compile-file-form-require): Handle the case where requiring a file
17031 indirectly causes CL to be loaded.
17032
049a231b
KF
170332009-09-05 Karl Fogel <kfogel@red-bean.com>
17034
17035 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
17036 before killing the old buffer, since by the time `kill-buffer' is
17037 run so many buffer variables have been set to nil that it may not
17038 behave as expected. (Bug#4061)
17039
ef7ef2a0
KF
170402009-09-05 Karl Fogel <kfogel@red-bean.com>
17041
17042 * files.el (find-alternate-file): If the old buffer is modified
17043 and visiting a file, behave similarly to `kill-buffer' when
17044 killing it, thus reverting to the pre-1.878 behavior; see
17045 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
17046 for discussion. Also, consult `buffer-file-name' as a variable
17047 not as a function, for consistency with the rest of the code.
17048
73d854cd
MA
170492009-09-04 Michael Albinus <michael.albinus@gmx.de>
17050
17051 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
17052 also when adding a new directory.
17053
6a7662bb
BR
17054 * net/tramp-compat.el (tramp-compat-line-beginning-position):
17055 New defun.
73d854cd 17056
df120481
SM
170572009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
17058
17059 * files.el (locate-file-completion-table): Make it provide boundary
17060 information, so partial-completion works better.
17061
c0bc6d79
SM
170622009-09-04 Leo <sdl.web@gmail.com> (tiny change)
17063
17064 * mail/footnote.el (Footnote-text-under-cursor):
17065 Check footnote-text-marker-alist before using it (bug#4324).
17066
f76a9756
GM
170672009-09-04 Glenn Morris <rgm@gnu.org>
17068
67d110f1
GM
17069 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
17070 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
17071 * play/solitaire.el, play/tetris.el:
17072 Remove leading * from defcustom and defface docs.
17073
b42d4989
GM
17074 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
17075 necessary.
17076 (diary-fancy-overriding-map): New variable.
17077 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
17078 Use view-mode.
17079
f76a9756
GM
17080 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
17081 goto-line.
17082
e605eeeb
GM
170832009-09-03 Glenn Morris <rgm@gnu.org>
17084
597e2240
GM
17085 * arc-mode.el (archive-mode):
17086 * dos-fns.el (set-default-process-coding-system):
17087 * man.el (Man-getpage-in-background):
17088 * menu-bar.el (menu-bar-describe-menu):
17089 * server.el (server-process-filter):
17090 * startup.el (command-line):
17091 * tar-mode.el (tar-header-block-tokenize, tar-extract):
17092 * w32-fns.el (set-default-process-coding-system):
17093 * x-dnd.el (x-dnd-handle-file-name):
17094 * international/mule-cmds.el (mule-menu-keymap)
17095 (set-default-coding-systems, language-info-alist, set-language-info)
17096 (set-language-environment, standard-display-european-internal)
17097 (set-locale-environment):
17098 * international/mule-diag.el (mule-diag):
17099 * mail/emacsbug.el (report-emacs-bug):
17100 * mail/rmail.el (rmail-mode):
17101 * mail/sendmail.el (mail-setup):
17102 Use default-value rather than default-enable-multibyte-characters.
17103
f38184aa
GM
17104 * progmodes/f90.el: Move all safe properties into the defcustoms.
17105 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
17106
e605eeeb
GM
17107 * calendar/appt.el (appt-check):
17108 * calendar/diary-lib.el (diary-set-header, diary-live-p)
17109 (diary-check-diary-file, diary-list-entries)
17110 (diary-include-other-diary-files, diary-simple-display)
17111 (diary-fancy-display, diary-print-entries)
17112 (diary-mark-included-diary-files, diary-make-entry):
17113 Don't call substitute-in-file-name on diary-file.
17114
734db384 171152009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 17116 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
17117
17118 * mail/footnote.el (footnote-prefix): Make it a defcustom.
17119 (footnote-mode-map): Move initialization into the declaration.
17120 (footnote-minor-mode-map): Define it rather than changing global-map.
17121 (footnote-mode): Use define-minor-mode.
17122
e5aa47f9
MA
171232009-09-02 Michael Albinus <michael.albinus@gmx.de>
17124
17125 * net/tramp.el (tramp-handle-file-attributes-with-ls)
17126 (tramp-do-file-attributes-with-perl)
17127 (tramp-do-file-attributes-with-stat): Rename from
17128 `tramp-handle-file-attributes-with-*'.
17129 (tramp-handle-file-attributes): Use them.
17130 (tramp-do-directory-files-and-attributes-with-perl)
17131 (tramp-do-directory-files-and-attributes-with-stat): Rename from
17132 `tramp-handle-directory-files-and-attributes-with-*'.
17133 (tramp-handle-directory-files-and-attributes): Use them.
17134 (tramp-method-out-of-band-p): Additional parameter SIZE.
17135 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
17136 (tramp-handle-write-region): Use it.
734db384 17137 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
17138 (tramp-handle-vc-registered): Check, whether the first run did
17139 return files to be tested.
17140 (tramp-advice-make-auto-save-file-name): Do not call directly
17141 `tramp-handle-make-auto-save-file-name', because this would bypass
17142 the locking mechanism.
17143
734db384 17144 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
17145 (file-remote-p, process-file, start-file-process, set-file-times)
17146 (tramp-compat-file-attributes): Compatibility functions shall not
17147 call directly `tramp-handle-*', because this would bypass the
17148 locking mechanism.
17149 (tramp-compat-number-sequence): New defun.
17150
6e2ca895
GM
171512009-09-02 Glenn Morris <rgm@gnu.org>
17152
697c7714
GM
17153 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
17154 alias for float-time.
17155 (time-to-number-of-days): In Emacs, use float-time.
17156 * net/newst-backend.el (time-add): Suppress warnings from compat
17157 function.
17158 * time.el (emacs-uptime, emacs-init-time):
17159 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
17160 Use float-time rather than time-to-seconds.
17161
6e2ca895
GM
17162 * minibuffer.el (completion-initials-expand): Fix typo.
17163
17164 * faces.el (modeline, modeline-inactive, modeline-highlight)
17165 (modeline-buffer-id):
17166 * info.el (info-menu-5): Mark these face aliases as obsolete.
17167
ed17efec
NR
171682009-09-01 Nick Roberts <nickrob@snap.net.nz>
17169
17170 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
17171 space ...
17172 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
17173 no "--thread" option.
17174 (gdb-stopped): Don't print "Switched to thread" message when it is
17175 unchanged.
17176
fcb68f70
SM
171772009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
17178
17179 * minibuffer.el (completion-try-completion)
17180 (completion-all-completions): Remove ill-defined (and
17181 mistakenly installed and luckily never used nor documented)
17182 `completion-styles' property.
17183 (completion-initials-expand, completion-initials-all-completions)
17184 (completion-initials-try-completion): New functions.
17185 (completion-styles-alist): Add doc to each entry.
17186 Add new `initials' entry.
17187
83318a6d
NR
171882009-09-01 Nick Roberts <nickrob@snap.net.nz>
17189
17190 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
17191 MI command -var-evaluate-expression.
17192 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
17193 and tweak for case of string child.
734db384 17194 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 17195
d63eb0e7
GM
171962009-09-01 Glenn Morris <rgm@gnu.org>
17197
c4f6e489
GM
17198 * add-log.el (change-log-date-face, change-log-name-face)
17199 (change-log-email-face, change-log-file-face, change-log-list-face)
17200 (change-log-conditionals-face, change-log-function-face)
17201 (change-log-acknowledgement-face):
17202 * cus-edit.el (custom-invalid-face, custom-rogue-face)
17203 (custom-modified-face, custom-set-face, custom-changed-face)
17204 (custom-saved-face, custom-button-face, custom-button-pressed-face)
17205 (custom-documentation-face, custom-state-face, custom-comment-face)
17206 (custom-comment-tag-face, custom-variable-tag-face)
17207 (custom-variable-button-face, custom-face-tag-face)
17208 (custom-group-tag-face-1, custom-group-tag-face):
17209 * diff-mode.el (diff-header-face, diff-file-header-face)
17210 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17211 (diff-added-face, diff-changed-face, diff-function-face)
17212 (diff-context-face, diff-nonexistent-face):
17213 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
17214 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
17215 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17216 (Info-title-4-face):
17217 * isearch.el (isearch-lazy-highlight-face):
17218 * log-view.el (log-view-file-face, log-view-message-face):
17219 * paren.el (show-paren-match-face, show-paren-mismatch-face):
17220 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
17221 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
17222 (cvs-msg-face):
17223 * smerge-mode.el (smerge-mine-face, smerge-other-face)
17224 (smerge-base-face, smerge-markers-face):
17225 * wid-edit.el (widget-documentation-face, widget-button-face)
17226 (widget-field-face, widget-single-line-field-face)
17227 (widget-inactive-face, widget-button-pressed-face):
17228 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
17229 (woman-addition-face):
2fb1ec93
GM
17230 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
17231 (eshell-ls-executable-face, eshell-ls-readonly-face)
17232 (eshell-ls-unreadable-face, eshell-ls-special-face)
17233 (eshell-ls-missing-face, eshell-ls-archive-face)
17234 (eshell-ls-backup-face, eshell-ls-product-face)
17235 (eshell-ls-clutter-face):
17236 * eshell/em-prompt.el (eshell-prompt-face):
17237 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 17238 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
17239 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
17240 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
17241 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
17242 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
17243 (antlr-font-lock-literal-face):
c4f6e489
GM
17244 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
17245 (ebrowse-root-class-face, ebrowse-file-name-face)
17246 (ebrowse-default-face, ebrowse-member-attribute-face)
17247 (ebrowse-member-class-face, ebrowse-progress-face):
17248 * progmodes/make-mode.el (makefile-space-face):
17249 * progmodes/sh-script.el (sh-heredoc-face):
17250 * textmodes/flyspell.el (flyspell-incorrect-face)
17251 (flyspell-duplicate-face):
17252 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 17253 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
17254 Mark face aliases with "-face" suffix as obsolete.
17255
d80619fa
GM
17256 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
17257 compiler.
17258
5f68c1b7
GM
17259 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
17260 (eudc-bob-sound-menu): Use defvar rather than defconst, since
17261 easy-menu-define wants to modify these.
17262
17263 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
17264
17265 * net/browse-url.el (browse-url-file-url):
17266 * term/internal.el (dos-codepage-setup):
17267 Use default-value rather than default-enable-multibyte-characters.
17268
d80619fa 17269 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
17270 * progmodes/flymake.el (flymake-highlight-line)
17271 (flymake-goto-file-and-line, flymake-goto-line):
17272 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
17273 (gdb-goto-breakpoint):
17274 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
17275 * progmodes/python.el (python-find-function)
17276 (python-pdbtrack-track-stack-file):
17277 * progmodes/verilog-mode.el (verilog-surelint-off):
17278 * term/ns-win.el (ns-open-file-select-line):
17279 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
17280 Use forward-line rather than goto-line.
17281
d63eb0e7
GM
17282 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
17283 * textmodes/reftex-index.el (reftex-display-index):
17284 * textmodes/reftex-ref.el (reftex-offer-label-menu):
17285 * textmodes/reftex-toc.el (reftex-toc):
17286 Remove unnecessary bindings of default-major-mode (all are followed by
17287 major-mode check and possible mode switch).
17288
0afad278
NR
172892009-08-31 Nick Roberts <nickrob@snap.net.nz>
17290
17291 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
17292 Handle watchpoints (bug#4282).
17293 (def-gdb-thread-buffer-command): Enable thread to be selected by
17294 clicking without selecting threads buffer first.
17295 (gdb-current-context-command): Use selected frame so that "up",
17296 "down" etc work in the GUD buffer.
17297 (gdb-update): Find selected frame before rendering stack buffer.
17298 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
17299
4e135dd2
SM
173002009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
17301
17302 * progmodes/sym-comp.el (displayed-completions): Remove.
17303 (symbol-complete): Use minibuffer-complete.
17304
e61eba34
GM
173052009-08-31 Glenn Morris <rgm@gnu.org>
17306
17307 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
17308
734db384
SM
17309 * apropos.el (apropos-symbols-internal):
17310 Handle (obsolete) face aliases.
e61eba34
GM
17311
17312 * faces.el (describe-face): Adjust the output format to be more like
17313 describe-variable, and to mention (obsolete) face aliases.
17314 Adjust the whitespace so that help-setup-xref works.
17315
17316 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
17317 * calendar/diary-lib.el (diary-button-face):
17318 Mark these face aliases as obsolete.
17319
17320 * calendar/calendar.el (calendar-today): Doc fix.
17321
4cf71456
NR
173222009-08-31 Nick Roberts <nickrob@snap.net.nz>
17323
17324 * progmodes/gdb-mi.el (gdb-control-all-threads)
17325 (gdb-control-current-thread): Force tool bar update.
17326 (gdb-non-stop-handler): New function.
17327 (gdb-init-1): Use it to test if non-stop mode is supported.
17328 Remove unused gdbmi buffer type.
17329
e61eba34 173302009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
17331
17332 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 17333 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 17334
4324f7ca
NR
173352009-08-30 Nick Roberts <nickrob@snap.net.nz>
17336
17337 * comint.el (comint-exec-1): Check command is non-null first.
17338 Part of gdb-mi.el change (2009-08-28).
17339
a1bf889a
SM
173402009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17341
17342 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
17343
060c08b5
JB
173442009-08-30 Juanma Barranquero <lekktu@gmail.com>
17345
17346 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
17347 instead of `dolist' to avoid a recursive require when bootstrapping.
17348
ab22be48
SM
173492009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17350
73ebf88f
SM
17351 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
17352
80629cfc
SM
17353 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
17354
206d0387 17355 * net/imap.el (imap-send-command): Simplify.
734db384 17356 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 17357
844f7784
SM
17358 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
17359
5ca4661e
SM
17360 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
17361 with constant argument.
17362
c61dc887
SM
17363 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
17364
7eb73deb
SM
17365 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
17366
5fe443de
SM
17367 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
17368 Change default, since most of our files don't have a history.
17369 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
17370 the user.
17371
6444d64a
SM
17372 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17373 Add comint-run.
17374
5cb16bfc
SM
17375 * calc/calc.el: Improve commenting convention.
17376 (calc-digit-map, toplevel): Simplify.
17377
0aeb71a7
SM
17378 * comint.el (comint-insert-input): Be careful to only set point if we
17379 don't delegate to some other command.
17380
9a9af856
SM
17381 * proced.el (proced-signal-list): Make it an alist.
17382 (proced-grammar-alist): Capitalize names.
17383 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
17384 Disable undo manually and make it read-only.
17385 Use completion-annotate-function.
17386
ab22be48
SM
17387 * minibuffer.el (minibuffer-message): If the current buffer is not
17388 a minibuffer, insert the message in the echo area rather than at the
17389 end of the buffer.
17390 (completion-annotate-function): New variable.
17391 (minibuffer-completion-help): Use it.
17392 (completion--embedded-envvar-table): Environment vars are
17393 always case-sensitive.
17394
4a948dbf
GM
173952009-08-30 Glenn Morris <rgm@gnu.org>
17396
17397 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
17398 from fortran-current-defun.
17399 (fortran-beginning-of-subprogram): Be more precise about finding the
17400 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
17401 (fortran-end-of-subprogram): Simplify.
17402 (fortran-current-defun): Use fortran-start-prog-re.
17403
486cf3b8
JB
174042009-08-29 Juanma Barranquero <lekktu@gmail.com>
17405
17406 * subr.el (do-after-load-evaluation): Simplify.
17407
db167d28
DN
174082009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
17409
17410 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
17411
17412 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
17413 (vc-rcs-print-log): Use it.
17414
17415 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
17416
efbc652a
SM
174172009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
17418
2aa0e5bf
SM
17419 * paths.el (abbrev-file-name): Move to abbrev.el.
17420 * abbrev.el (abbrev-file-name): Move from paths.el.
17421 Obey user-emacs-directory.
17422 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
17423 user-emacs-directory.
17424 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
17425 abbrev-file-name and calc-settings-file any more.
17426 * startup.el (command-line): Recompute abbrev-file-name and
17427 abbreviated-home-dir.
17428 (normal-no-mouse-startup-screen): Improve the generic code and get rid
17429 of the special code for when C-h bindings haven't been changed.
17430 (display-startup-echo-area-message): Use with-current-buffer.
17431 (command-line-1): Use a list of strings, rather than a list of lists
17432 of strings for longopts.
17433
51da8fe2
SM
17434 * files.el (get-free-disk-space): Use / for default-directory.
17435
0c3cc4dd
SM
17436 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
17437 Use with-current-buffer.
17438
d988dbf6
SM
17439 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
17440 Recognize immutable variables like most-positive-fixnum.
17441 (byte-compile-setq-default): Check and warn if trying to assign
17442 to an immutable variable, or a non-variable.
17443
efbc652a
SM
17444 * progmodes/cc-vars.el (c-comment-continuation-stars):
17445 * progmodes/cc-engine.el (c-looking-at-bos):
17446 * progmodes/cc-cmds.el (c-toggle-auto-state)
17447 (c-forward-into-nomenclature, c-backward-into-nomenclature)
17448 (c-comment-line-break-function): Add version of obsolescence.
17449
d30a05d1
JL
174502009-08-28 Juri Linkov <juri@jurta.org>
17451
17452 * files.el (magic-fallback-mode-alist): Add ZIP magic number
17453 associated with `archive-mode'.
17454
17455 * image.el (image-type-header-regexps): Use only JPEG magic number
17456 to determine JPEG images, and don't use `image-jpeg-p' because
17457 Emacs can display non-JFIF non-Exif JPEG images.
17458
1e8eecea
JB
174592009-08-28 Juanma Barranquero <lekktu@gmail.com>
17460
17461 * arc-mode.el (archive-mode):
17462 * emacs-lisp/re-builder.el (re-builder-unload-function):
17463 Protect against the default value of `major-mode' being nil.
17464
dd4fbf56
JB
174652009-08-28 Juanma Barranquero <lekktu@gmail.com>
17466
17467 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
17468 Fix typos in docstrings.
17469
17470 * progmodes/js.el (js--macro-decl-re): Doc fix.
17471 (js--plain-method-re, js--split-name): Refloc docstring.
17472 (js--class-styles, js--make-merged-item, js--splice-into-items):
17473 Fix typos in docstrings; reflow docstrings.
17474 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
17475 (js--variable-decl-matcher, js--inside-pitem-p)
17476 (js--parse-state-at-point, js--get-all-known-symbols)
17477 (js--symbol-history, js-find-symbol, js--js-references)
17478 (js--moz-interactor, js--js-encode-value, js--read-tab):
17479 Fix typos in docstrings.
17480
72f16325
SM
174812009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
17482
14acf2f5
SM
17483 * textmodes/reftex.el (reftex-get-file-buffer-force):
17484 * progmodes/verilog-mode.el (verilog-batch-execute-func):
17485 * emulation/viper.el (viper-go-away, viper-set-hooks):
17486 * emacs-lisp/re-builder.el (re-builder-unload-function):
17487 * emacs-lisp/bytecomp.el (byte-compile-file):
17488 * ses.el (ses-unload-function):
17489 * hexl.el (hexl-find-file):
17490 * files.el (normal-mode):
17491 * ehelp.el (with-electric-help):
17492 * autoinsert.el (auto-insert-alist):
17493 * arc-mode.el (archive-mode):
17494 Use (default-value 'major-mode) instead of default-major-mode.
17495
72f16325
SM
17496 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
17497 * international/mule.el (load-with-code-conversion):
17498 * emacs-lisp/debug.el (debug):
17499 * ediff-vers.el (ediff-rcs-get-output-buffer):
17500 * dired.el (dired-internal-noselect): Don't let-bind
17501 default-major-mode around code that doesn't use it.
17502 E.g. buffer creation via get-buffer-create doesn't use it.
17503
aa485f7c
MA
175042009-08-28 Michael Albinus <michael.albinus@gmx.de>
17505
17506 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
17507 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
17508 when writing the temp file. Otherwise, epa-file gets confused.
17509 (tramp-register-file-name-handlers): Make it a defun. Move also
17510 `epa-file-handler' to the front of `file-name-handler-alist'.
17511
175122009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
17513
17514 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
17515 start right after a ^M.
17516 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
17517 (tramp-completion-file-name-regexp-separate)
17518 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
17519 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
17520 Don't modify last-coding-system-used by accident.
aa485f7c
MA
17521 (tramp-completion-file-name-handler): Apply the checks here,
17522 instead during registration.
88b5a757 17523 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
17524 `tramp-register-file-name-handler'. Register both
17525 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 17526 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 17527
3f0c2b92
NR
175282009-08-28 Nick Roberts <nickrob@snap.net.nz>
17529
72f16325
SM
17530 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
17531 Remove variable ...
3f0c2b92
NR
17532 (gdb-init-1, gdb-display-separate-io-buffer)
17533 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
17534 references to it.
17535 (gdb-inferior-io-mode): Use make-comint-in-buffer.
17536 (gdb-inferior-filter): Use comint-output-filter to stop
17537 echoing and remove ^M characters.
17538
705e5bd9
SM
175392009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
17540
009fdc2e
SM
17541 * emulation/viper-init.el (viper-restore-cursor-type):
17542 * emulation/cua-base.el (cua--update-indications):
17543 Replace default-cursor-type with (default-value 'cursor-type).
17544
b56a5ae0
SM
17545 * mail/sendmail.el (mail-recover-1):
17546 * international/mule-diag.el (describe-current-coding-system-briefly)
17547 (describe-current-coding-system):
17548 * international/mule-cmds.el (select-safe-coding-system)
17549 (select-message-coding-system)
17550 (set-language-environment-coding-systems, set-locale-environment):
17551 * hexl.el (hexl-insert-multibyte-char):
17552 * dos-w32.el (find-buffer-file-type-coding-system):
17553 * simple.el (what-cursor-position):
17554 Replace uses of default-buffer-file-coding-system
17555 with (default-value 'buffer-file-coding-system).
17556
de70529f
SM
17557 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
17558 Replace uses of default-cursor-in-non-selected-windows
17559 with (default-value 'cursor-in-non-selected-windows).
17560 Use with-current-buffer.
17561
705e5bd9
SM
17562 * mail/feedmail.el: Use CL macros.
17563 (feedmail-run-the-queue, feedmail-send-it-immediately):
17564 * dos-w32.el (find-buffer-file-type): Replace uses of
17565 default-buffer-file-type with (default-value 'buffer-file-type).
17566
4d985ac2
GM
175672009-08-28 Glenn Morris <rgm@gnu.org>
17568
17569 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
17570 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
17571 Use default-value of major-mode rather than default-major-mode.
17572
17c15b81
SM
175732009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
17574
3a68ab06
SM
17575 * Makefile.in (update-elcfiles): Report left over elc files.
17576
9421bdd1
SM
17577 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
17578 expand-file-name and with-current-buffer.
17579 (mail-get-names, mail-directory): Use with-current-buffer.
17580
17c15b81
SM
17581 * vc.el (vc-read-revision): New function.
17582 (vc-version-diff, vc-merge): Use it.
17583
ba83a64e
SS
175842009-08-27 Sam Steingold <sds@gnu.org>
17585
17586 * simple.el (kill-do-not-save-duplicates): New user option.
17587 (kill-new): When it is non-nil, and the new string is the same as
17588 the latest kill, set replace to t to avoid duplicates in kill-ring.
17589
be3e598a 175902009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
17591
17592 * net/tramp.el (tramp-handle-process-file): Do not flush all
17593 caches when `process-file-side-effects' is set.
17594 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
17595 instead of `tramp-find-file-exists-command'.
17596 Unset `process-file-side-effects'.
d5b5c94a
MA
17597
175982009-08-27 Michael Albinus <michael.albinus@gmx.de>
17599
17600 * net/tramp.el (tramp-methods): New method "rsyncc".
17601 (top): Add completion function for "rsyncc".
17602 (tramp-message-show-message): New defvar.
17603 (tramp-message, tramp-error): Use it.
17604 (tramp-do-copy-or-rename-file-directly): Extend check for direct
17605 remote copying.
17606 (tramp-do-copy-or-rename-file-out-of-band): Handle new
17607 `tramp-methods' entry `copy-env' of "rsyncc".
17608 (tramp-vc-registered-read-file-names): New defconst.
17609 (tramp-vc-registered-file-names): New defvar.
17610 (tramp-handle-vc-registered): Implement optimization strategy.
17611 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
17612 (tramp-vc-file-name-handler): New defun.
17613 (tramp-get-ls-command, tramp-get-test-command)
17614 (tramp-get-file-exists-command, tramp-get-remote-ln)
17615 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 17616 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
17617
17618 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
17619 (tramp-cache-inhibit-cache): Extend doc string. It allows also
17620 timestamps.
17621 (tramp-get-file-property): Check for timestamps in
17622 `tramp-cache-inhibit-cache'.
17623 (tramp-set-file-property): Write timestamp.
17624
1339cf20
KH
176252009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17626
17627 * language/japan-util.el (japanese-symbol-table): Add entries for
17628 cp932-2-byte.
17629
17630 * international/characters.el: Add category `j' to cp932-2-byte.
17631
726e3f1d
KH
176322009-08-27 Kenichi Handa <handa@m17n.org>
17633
17634 * international/fontset.el (build-default-fontset-data): New macro.
17635 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 17636 tibetan, ethiopic, and ipa.
726e3f1d 17637
4e3b4528
SM
176382009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
17639
17640 * cus-start.el (default-major-mode): Customize `major-mode' instead.
17641 (enable-multibyte-characters): Not customizable any more.
17642
17643 * subr.el (default-mode-line-format, default-header-line-format)
17644 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
17645 (default-direction-reversed, default-truncate-lines)
17646 (default-left-margin, default-tab-width, default-case-fold-search)
17647 (default-left-margin-width, default-right-margin-width)
17648 (default-left-fringe-width, default-right-fringe-width)
17649 (default-fringes-outside-margins, default-scroll-bar-width)
17650 (default-vertical-scroll-bar, default-indicate-empty-lines)
17651 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
17652 (default-fringe-cursor-alist, default-scroll-up-aggressively)
17653 (default-scroll-down-aggressively, default-fill-column)
17654 (default-cursor-type, default-buffer-file-type)
17655 (default-cursor-in-non-selected-windows)
17656 (default-buffer-file-coding-system, default-major-mode)
17657 (default-enable-multibyte-characters): Mark as obsolete.
17658
b3cca6a6
DN
176592009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
17660
652cc1a2
DN
17661 * vc-dir.el (vc-dir-update): Remove debug helper.
17662
b3cca6a6
DN
17663 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
17664
4ed8c7aa
SS
176652009-08-26 Sam Steingold <sds@gnu.org>
17666
17667 * simple.el (save-interprogram-paste-before-kill): New user option.
17668 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
17669 save the interprogram-paste into kill-ring before overriding it
17670 with the Emacs kill.
17671
3b64d86b
DN
176722009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
17673
17674 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
17675 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
17676 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
17677 and move to vc-rcs.el.
17678 (vc-default-next-revision): Rename to vc-rcs-next-revision and
17679 move to vc-rcs.el.
17680 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
17681 (vc-rcs-update-changelog): Remove.
17682 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
17683 and move to vc-rcs.el.
17684
17685 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
17686 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
17687 renaming.
17688 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 17689 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
17690 vc.el, renamed to be RCS specific.
17691
72f16325
SM
17692 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
17693 New functions.
17694 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
17695
17696 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
17697 New functions.
17698
636a36a0
SM
176992009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
17700
17701 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
17702
239b3340
DN
177032009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
17704
b91f0762 17705 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
17706 (vc-git-stash, vc-git-stash-show): New functions.
17707 (vc-git-extra-menu-map): Bind them.
b91f0762 17708
b8e54362
DN
17709 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
17710 directory correctly in case the item is a directory itself.
17711
239b3340
DN
17712 * vc.el: Document the desired behavior for reverted files in the
17713 `added' state.
dc810649
DN
17714 (vc-default-prettify-state-info): Remove function, unused.
17715
17716 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 17717
e49c0179
GM
177182009-08-26 Glenn Morris <rgm@gnu.org>
17719
17720 * bindings.el (standard-mode-line-format): Reposition dashes in
17721 which-func entry. (Bug#4217)
17722
3029e594
GM
17723 * files.el (enable-local-variables, enable-local-eval)
17724 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
17725 the defcustoms.
17726 (auto-mode-alist, ignored-local-variables)
17727 (save-some-buffers-action-alist): Move risky declarations to the
17728 definitions.
17729 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
17730 (font-lock-defaults, format-alist, imenu--index-alist)
17731 (imenu-generic-expression, input-method-alist, minor-mode-alist)
17732 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
17733 (mode-line-modified, mode-line-mule-info, mode-line-position)
17734 (mode-line-process, mode-line-remote, outline-level)
17735 (parse-time-rules, rmail-output-file-alist)
17736 (special-display-buffer-names, vc-mode):
17737 Move risky declarations to the relevant files.
72f16325
SM
17738 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
17739 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
17740 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
17741 * font-core.el (font-lock-defaults):
17742 * format.el (format-alist):
17743 * vc-hooks.el (vc-mode):
17744 * window.el (special-display-buffer-names):
17745 * international/mule-cmds.el (input-method-alist):
17746 Define riskiness here (dumped file) rather than in files.el.
17747 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
17748 * imenu.el (imenu-generic-expression, imenu--index-alist):
17749 * outline.el (outline-level):
17750 * time.el (display-time-string):
17751 * calendar/parse-time.el (parse-time-rules):
17752 * mail/rmailout.el (rmail-output-file-alist):
17753 Autoload riskiness here, rather than placing in files.el.
17754
8476cfaf
SM
177552009-08-26 Andreas Schwab <schwab@linux-m68k.org>
17756
17757 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
17758
0b35b48e
MA
177592009-08-25 Michael Albinus <michael.albinus@gmx.de>
17760
17761 * simple.el (process-file-side-effects): New defvar.
17762
17763 * dired-aux.el (dired-show-file-type):
17764 * vc.el (vc-diff-internal):
17765 * vc-arch.el (vc-arch-diff):
17766 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
17767 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
17768 * vc-git.el (vc-git-registered, vc-git-working-revision)
17769 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
17770 (vc-git--empty-db-p):
17771 * vc-hooks.el (vc-user-login-name):
17772 * vc-svn.el (vc-svn-registered, vc-svn-state)
17773 (vc-svn-dir-extra-headers, vc-svn-find-revision):
17774 * progmodes/grep.el (grep-probe): Let-bind
17775 `process-file-side-effects' with nil.
17776
17777 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
17778
17779 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
17780 daemon. Replace ping by checking for running service for bluez
17781 and zeroconf. (Bug#4239)
17782
d54cc599
GM
177832009-08-25 Kevin Ryde <user42@zip.com.au>
17784
17785 * net/dig.el (dig): Add autoload cookie.
17786
7bfd055d
GM
177872009-08-25 Glenn Morris <rgm@gnu.org>
17788
bac9c66c
GM
17789 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
17790 load-history for absolute file-names.
17791 (byte-compile-file-form-require): Warn about use of the cl package.
17792
7bfd055d
GM
17793 * format.el (format-alist): Doc fix.
17794
5ac1f9e0
GM
17795 * play/bubbles.el (top-level): Don't require cl at run-time.
17796
af62aa88
GM
17797 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
17798 run-time cl).
17799
71e036af
DD
178002009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
17801
17802 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
17803 from cl package.
17804 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
17805
42110eaf
JB
178062009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
17807
17808 * calc/calc-alg.el (math-trig-rewrite)
17809 (math-hyperbolic-trig-rewrite): New functions.
17810 (calc-simplify): Simplify trig functions when asked.
17811
88421f3e
SM
178122009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
17813
17814 * diff-mode.el (diff-find-source-location): Avoid goto-line.
17815
dbd9624e
KH
178162009-08-24 Kenichi Handa <handa@m17n.org>
17817
17818 * language/ind-util.el (mapthread): Delete it.
17819 (combinatorial): New function.
17820 (indian--puthash-cv): Use combinatorial instead of mapthread.
17821
9b89e3ee
GM
178222009-08-22 Kevin Ryde <user42@zip.com.au>
17823
17824 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
17825 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
17826 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
17827 Clarify docstring that the value is strings not symbols.
17828 (checkdoc-list-of-strings-p): New function.
17829
e6ce8c42
GM
178302009-08-22 Glenn Morris <rgm@gnu.org>
17831
2ddf2ea6 17832 * files.el (auto-mode-alist):
a3374680
GM
17833 * hippie-exp.el (he-concat-directory-file-name):
17834 * lpr.el (lpr-windows-system, printer-name):
17835 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
17836 * ps-print.el (ps-windows-system):
17837 * startup.el (command-line):
17838 * emulation/viper-ex.el (viper-glob-function):
17839 * international/mule-cmds.el (set-language-environment-coding-systems):
17840 * net/ange-ftp.el (ange-ftp-write-region):
17841 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 17842 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
17843 unisoft-unix, vax-vms, win32, w32.
17844
977955fa
GM
17845 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
17846 given name if the pattern is not more specific.
17847
b4deec2e
GM
17848 * calendar/lunar.el (lunar-phase-names): New option.
17849 (lunar-phase): Doc fix.
17850 (lunar-cycles-per-year): New constant.
17851 (lunar-index): New function.
17852 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
17853 (lunar-phase-name): Use lunar-phase-names.
17854 (calendar-lunar-phases): Use format.
17855 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
17856
47e83968
GM
17857 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
17858 Copy imenu-example--name-and-position function here for own use.
17859 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
17860
e6ce8c42
GM
17861 * bs.el (bs--redisplay):
17862 * cus-edit.el (custom-redraw):
17863 * ibuffer.el (ibuffer-bury-buffer):
17864 * server.el (server-goto-line-column):
17865 * startup.el (command-line-1):
17866 * strokes.el (strokes-xpm-for-stroke):
17867 * term.el (term-display-buffer-line):
17868 * view.el (View-goto-line):
17869 * calc/calc.el (calc-do, calc-trail-buffer):
17870 * play/gamegrid.el (gamegrid-add-score-insecure):
17871 * progmodes/ada-mode.el (ada-compile-goto-error):
17872 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
17873 (ebrowse-select-1st-to-9nth):
47e83968 17874 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
17875 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
17876 * progmodes/gud.el (gud-display-line):
17877 (idlwave-shell-display-line):
17878 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
17879 * progmodes/make-mode.el (makefile-browser-toggle):
17880 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
17881 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
17882 * textmodes/picture.el (picture-draw-rectangle):
17883 * textmodes/reftex-index.el (reftex-index-goto-letter):
17884 (reftex-select-jump-to-previous):
17885 * textmodes/reftex-sel.el (reftex-find-start-point)
17886 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
17887 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
17888 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
17889 * textmodes/tex-mode.el (tex-compilation-parse-errors):
17890 * textmodes/two-column.el (2C-associated-buffer):
17891 Use forward-line rather than goto-line.
17892
17893 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
17894 goto-line.
17895
4b18bdb3
GM
17896 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
17897 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
17898 (quick-check-list-to-regexp): Declare.
e6ce8c42 17899
72f16325
SM
17900 * progmodes/make-mode.el (makefile-browser-insert-selection):
17901 Use goto-char rather than goto-line.
e6ce8c42
GM
17902
17903 * progmodes/prolog.el (compilation-error-regexp-alist)
17904 (compilation-forget-errors): Declare.
17905
32a2cf25
JL
179062009-08-22 Juri Linkov <juri@jurta.org>
17907
17908 * progmodes/grep.el (lgrep, rgrep): At the beginning
17909 set `dir' to `default-directory' unless `dir' is a non-nil
17910 readable directory. (Bug#4052)
17911 (lgrep, rgrep): Change a weird way to report an error
17912 from using `read-string' to using `error'.
17913 Instead of using interactive arguments in the function body,
17914 add new argument `confirm'.
17915
5443c9b7
SM
179162009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
17917
cb5b40ee
SM
17918 * textmodes/remember.el (remember-buffer):
17919 * progmodes/cperl-mode.el (cperl-vc-header-alist):
17920 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
17921 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
17922 * net/newst-treeview.el (newsticker-groups-filename):
17923 * net/newst-backend.el (newsticker-cache-filename):
17924 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
17925 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
17926 (speedbar-add-ignored-path-regexp, speedbar-line-path)
17927 (speedbar-buffers-line-path, speedbar-path-line)
17928 (speedbar-buffers-line-path):
17929 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
17930 (epg-sign-keys):
17931 * epa.el (epa-display-verify-result):
17932 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
17933
d6261cc1
GM
179342009-08-21 Glenn Morris <rgm@gnu.org>
17935
3e1ea342
GM
17936 * progmodes/js.el (inferior-moz-process): Fix declaration.
17937
ce86eeb5
GM
17938 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
17939
fff28970
GM
17940 * obsolete/rnewspost.el (news-mail-reply):
17941 Use goto-char rather than goto-line.
17942
d93e053b
GM
17943 * term/ns-win.el (ns-open-file-select-line):
17944 Use line-beginning-position rather than goto-line.
17945
d5d105e8
GM
17946 * apropos.el (apropos-command):
17947 * ehelp.el (electric-helpify):
17948 * printing.el (pr-show-setup):
17949 * strokes.el (strokes-help):
17950 * tutorial.el (tutorial--describe-nonstandard-key)
17951 (tutorial--detailed-help):
17952 * woman.el (woman-mini-help, woman-display-extended-fonts):
17953 * calc/calc-help.el (calc-describe-key):
17954 * emulation/edt.el (edt-electric-helpify):
17955 * international/mule-diag.el (mule-diag):
17956 * play/yow.el (apropos-zippy):
17957 * progmodes/python.el (python-describe-symbol):
17958 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
17959 * textmodes/table.el (*table--cell-describe-mode)
17960 (*table--cell-describe-bindings):
17961 Use help-print-return-message rather than the now obsolete alias.
17962
a8ab722f 17963 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
17964 (calendar-cursor-to-visible-date):
17965 * play/5x5.el (5x5-position-cursor):
17966 * play/decipher.el (decipher):
17967 * play/gomoku.el (gomoku-goto-xy):
17968 * play/landmark.el (lm-goto-xy):
17969 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
17970 (mpuz-paint-digit):
17971 Use forward-line, not goto-line.
a8ab722f 17972
d6261cc1
GM
17973 * mail/rmail.el (rmail-obsolete): Delete custom group.
17974 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
17975 (rmail-remote-password, rmail-remote-password-required):
17976 Remove unneeded :set-after and :set properties.
17977
9e846523
MA
179782009-08-21 Michael Albinus <michael.albinus@gmx.de>
17979
17980 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
17981
bbe1f502
DN
179822009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
17983
bcc5db24
DN
17984 * loadup.el: Remove leftover macos code.
17985
bbe1f502
DN
17986 * vc-git.el (vc-git-annotate-command): Run asynchronously.
17987 Explicitly pass the date format to git blame so that user local
17988 so that the output format can be parsed.
17989
6fd2d19a
MA
179902009-08-20 Michael Albinus <michael.albinus@gmx.de>
17991
17992 * net/dbus.el (top): Don't check for (getenv
17993 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
17994
31764e15
SM
179952009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
17996
17997 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 17998 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 17999
28930e39
SM
180002009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
18001
4fd15622 18002 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 18003 Bug#3287
4fd15622 18004
b3d8e4a0
SM
18005 * help.el (help-print-return-message): Rename from
18006 print-help-return-message.
18007
c9829c70
SM
18008 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
18009 cvs-mode-map parent hack.
18010 (log-view-mode): Derive from special-mode.
18011
b932657b
SM
18012 * linum.el (linum-mode): window-size-change-functions is redundant.
18013 Adapt to new window-configuration-change-hook behavior.
18014 (linum-after-size, linum-after-config): Remove.
18015
1b700bca
SM
18016 * imenu.el (imenu-example--name-and-position)
18017 (imenu-example--lisp-extract-index-name)
18018 (imenu-example--create-lisp-index, imenu-example--create-c-index):
18019 Mark as obsolete.
18020
28930e39
SM
18021 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
18022 (inferior-prolog-mode): Use it.
18023 (inferior-prolog-load-file): Reset list of errors.
18024
c9af0b68
KH
180252009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18026
18027 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
18028
18029 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
18030
720c7cd6
MA
180312009-08-19 Michael Albinus <michael.albinus@gmx.de>
18032
18033 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
18034 is running already.
18035
03a74b84
SM
180362009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
18037
18038 * subr.el (listify-key-sequence-1): Use normal syntax since those
18039 integers are nowadays always represented by the same (positive) number
18040 on all platforms.
18041 (read-key-empty-map): New const.
18042 (read-key-delay): New var.
18043 (read-key): New function.
18044 (force-mode-line-update): Use with-current-buffer.
18045 (locate-user-emacs-file): Don't forget to abbreviate the file name.
18046 (start-process-shell-command, start-file-process-shell-command):
18047 Discourage the use of command-args.
18048
f43e88d4
GM
180492009-08-19 Glenn Morris <rgm@gnu.org>
18050
18051 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
18052
890429cc
SM
180532009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
18054
85be9ec4
SM
18055 * simple.el (choose-completion-string): Don't rely on
18056 minibuffer-completing-file-name and ad-hoc checks to decide whether
18057 to continue completion or not.
18058
890429cc
SM
18059 * minibuffer.el (minibuffer-hide-completions): New function.
18060 (completion--do-completion): Use it.
18061 (completions-annotations): New face.
18062 (completion--insert-strings): Use it.
18063 (completion-pcm--delim-wild-regex): Add docstring.
18064 (completion-pcm--string->pattern): Add support for 0-width delimiters
18065 in completion-pcm--delim-wild-regex.
18066
265d4549
SM
180672009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
18068
d440b941
SM
18069 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
18070 Remove unused var `buffer-modified-p'.
18071
265d4549
SM
18072 * minibuffer.el (completion--do-completion): Move point for the #b001
18073 case as well (bug#4176).
18074 (minibuffer-complete, minibuffer-complete-word): Don't move point.
18075
ba6f7d86
MA
180762009-08-18 Michael Albinus <michael.albinus@gmx.de>
18077
18078 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
18079 and :session buses.
18080
98819490
KH
180812009-08-18 Kenichi Handa <handa@m17n.org>
18082
265d4549
SM
18083 * international/ucs-normalize.el (ucs-normalize-version):
18084 Change to 1.1.
58627cf0
KH
18085 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
18086 (utf-8-hfs): Make it perform normalization on encoding too.
18087
98819490
KH
18088 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
18089 (sentence-end-without-space): Delete duplicated chars.
18090 (sentence-end-base): Likewise.
e739cc85
KH
18091
18092 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
18093 (html-mode): Delete duplicated chars from sentence-end-base.
18094
18095 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
18096 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 18097
645b9326
CY
180982009-08-17 Chong Yidong <cyd@stupidchicken.com>
18099
18100 * files.el (hack-one-local-variable): If the mode function is for
18101 a minor mode, pass it an argument (Bug#4148).
18102
56c195af
MA
181032009-08-17 Michael Albinus <michael.albinus@gmx.de>
18104
18105 * net/tramp.el (tramp-register-completion-file-name-handler):
18106 Check also for (member 'partial-completion completion-styles).
18107
7a55c78b
CY
181082009-08-16 Chong Yidong <cyd@stupidchicken.com>
18109
18110 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
18111 abbrev (Bug#3943).
18112
be3e598a 181132009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
18114
18115 * progmodes/cperl-mode.el: Merge upstream 6.2.
18116 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
18117 (cperl-forward-re): Check cperl-brace-recursing.
18118 (cperl-highlight-charclass): New function.
18119 (cperl-find-pods-heres): Use it.
31cd2dd4 18120 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 18121 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 18122 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
18123 (cperl-beautify-level): Don't process entire regexp.
18124 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
18125 calling man.
18126 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
18127 (cperl-init-faces): Build a list in the normal way.
18128
81b1f9c9
CY
181292009-08-16 Chong Yidong <cyd@stupidchicken.com>
18130
18131 * calendar/parse-time.el (parse-time-string-chars): Save match
18132 data.
18133
c3732cb8
SM
181342009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
18135
55659495
SM
18136 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
18137 (sql-product): Use it.
18138 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
18139 (sql-set-product): Add completion.
18140 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
18141 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
18142 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
18143 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
18144 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
18145 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
18146 (sql-highlight-db2-keywords): Remove.
18147 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
18148 (sql-highlight-product): Use derived-mode-p.
18149 (sql-set-sqli-buffer): Use with-current-buffer.
18150 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
18151 Simplify.
18152
1ae79427
SM
18153 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
18154
c3732cb8
SM
18155 * term.el: Fix commenting convention, turn comments into docstrings.
18156
f24b8bf3
CY
181572009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
18158
18159 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
18160
7b6fefac 181612009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 18162
1200ac26 18163 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
18164 character classes, to handle non-ascii characters (Bug#3190).
18165
181662009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 18167
1abbe4e5
CY
18168 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
18169 another heredoc if the user adds another < (Bug#3226).
18170
c3732cb8
SM
18171 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18172 Don't initialize based on window-system (Bug#4124).
19261da4 18173
daad00fc
CY
18174 * facemenu.el (facemenu-read-color): Use a completion function
18175 that accepts any defined color, such as RGB triplets (Bug#3677).
18176
e1bdde78
CY
18177 * files.el (get-free-disk-space): Change fallback default
18178 directory to /. Expand DIR argument before switching to fallback.
18179 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
18180
9d73a99e
CY
181812009-08-15 Chong Yidong <cyd@stupidchicken.com>
18182
18183 * files.el (load-library): Doc fix.
18184
68b962d4 181852009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 18186
953e0c1a 18187 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 18188 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 18189 incremental search string.
9d73a99e 18190
c3732cb8 18191 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 18192 XEmacs.
9d73a99e 18193
c3732cb8
SM
18194 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
18195 (ediff-merge-region-is-non-clash)
18196 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 18197 Also check if the job is really a merge job.
9d73a99e 18198
c3732cb8 18199 * ediff.el (ediff-current-file): New function.
9d73a99e 18200
2e330adc
CY
182012009-08-15 Chong Yidong <cyd@stupidchicken.com>
18202
18203 * progmodes/js.el: Edit docstrings throughout to follow Emacs
18204 conventions.
c3732cb8 18205 (js-insert-and-indent): Delete function.
2e330adc
CY
18206 (js-mode-map): Don't bind keys to js-insert-and-indent.
18207 (js-beginning-of-defun): Rename from js--beginning-of-defun.
18208 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 18209 (js-auto-indent-flag): Delete variable.
2e330adc 18210
17b5d0f7
CY
182112009-08-14 Chong Yidong <cyd@stupidchicken.com>
18212
c3732cb8
SM
18213 * progmodes/js.el: Remove proclaim statement.
18214 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 18215
ba2d8894
CY
18216 * files.el (auto-mode-alist): Use js-mode for .js files.
18217
c3732cb8 18218 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
18219
18220 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
18221
18222 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
18223
c3732cb8 18224 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
18225
182262009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 18227 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
18228
18229 * progmodes/js.el: New file.
18230
b6377f1d
MH
182312009-08-14 Mark A. Hershberger <mah@everybody.org>
18232
18233 * timezone.el (timezone-parse-date): Add ability to understand ISO
18234 basic format (minimal separators) dates in addition to the
18235 already-supported extended format dates.
18236
bc0eef46
EZ
182372009-08-14 Eli Zaretskii <eliz@gnu.org>
18238
4e021e65
EZ
18239 * international/ucs-normalize.el: Add a `coding' file variable.
18240
bc0eef46
EZ
18241 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
18242
53dab179
SS
182432009-08-14 Sam Steingold <sds@gnu.org>
18244
6801c38a 18245 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 18246
6c58c39c
CY
182472009-08-13 Chong Yidong <cyd@stupidchicken.com>
18248
18249 * faces.el (help-argument-name): Define it here instead of
18250 help-fns.el, because in daemon mode help-fns.el may be loaded when
18251 faces are still uninitialized (Bug#1078).
18252
18253 * help-fns.el (help-argument-name): Move defface to faces.el.
18254
c7baf7e9
NR
182552009-08-13 Nick Roberts <nickrob@snap.net.nz>
18256
18257 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
18258 create buffer with a pty but no process so that GDB can make the
18259 inferior the controlling process.
18260
9c40e995 182612009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
18262
18263 * international/ucs-normalize.el: New file.
18264
8cdba32b
RS
182652009-08-13 Richard Stallman <rms@gnu.org>
18266
5c950923
RS
18267 * mail/rmail.el (rmail-get-attr-names):
18268 Accept an attribute header that is too short.
18269
76e1e40b
RS
18270 * mail/rmail.el (rmail-forget-messages):
18271 Ignore nil elt in rmail-message-vector. Use dotimes.
18272
1fc01b08
RS
18273 * progmodes/compile.el (compilation-goto-locus):
18274 Use next-error-move-function.
18275
8cdba32b
RS
18276 * simple.el (next-error-move-function): New variable.
18277
99910cf4
JL
182782009-08-12 Juri Linkov <juri@jurta.org>
18279
18280 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
18281 always non-nil. (Bug#4052)
18282
18283 * replace.el (read-regexp): Return empty string when
18284 `default-value' is nil.
18285 (keep-lines-read-args): Don't use empty string as the
18286 default value for `read-regexp'. (Bug#2495)
18287
fc5bdf6c
JL
182882009-08-12 Juri Linkov <juri@jurta.org>
18289
18290 * international/mule-cmds.el (ucs-insert): Change arguments
18291 from `arg' to `character', `count', `inherit' to be the same
18292 as in `insert-char'. Doc fix. (Bug#4039)
18293
18294 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
18295
77748848
JL
182962009-08-12 Juri Linkov <juri@jurta.org>
18297
18298 * files-x.el: New file.
18299
18300 * files.el: Move code that deals with adding/deleting
18301 file/directory-local variables to files-x.el.
18302
18303 * Makefile.in (ELCFILES): Add files-x.elc.
18304
c8a44c4e
DD
183052009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
18306
27a9fd5a
DD
18307 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
18308 to use `goto-line'.
18309 (gdb-place-breakpoints, gdb-get-location): Rewritten without
18310 `goto-line'.
18311 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 18312 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 18313 threads list.
107ef54a 18314 (gdb): Send -target-detach when buffer is killed (Bug#3794).
88b5a757 18315 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
18316 (gdb-stopped): ...here so it's sent when first thread stops.
18317 (gdb-registers-handler-custom): Do nothing if register names are
18318 unknown yet.
27a9fd5a 18319
c8a44c4e
DD
18320 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
18321 from `gdb-mi.el' to avoid extra tangling.
18322
18323 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 18324 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
18325 (gdb-update-gud-running): No extra fuss for updating frame number.
18326
dfd4e693
SM
183272009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
18328
51c4341f
SM
18329 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
18330 (describe-language-environment-map, setup-language-environment-map)
18331 (set-coding-system-map): Move initialization into declaration.
18332 (set-language-info-alist): Last arg to define-key-after can be skipped.
18333
18334 * international/quail.el (quail-completion-1): Simplify.
18335 (quail-define-rules): Use slightly more compact code.
18336 (quail-insert-decode-map): Propertize keys, compact columns.
18337
dfd4e693
SM
18338 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18339 Add goto-line.
18340
83326559
MB
183412009-08-10 Miles Bader <miles@gnu.org>
18342
18343 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
18344 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
18345 (js2-instance-member, js2-private-member, js2-private-function-call)
18346 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
18347 (js2-magic-paren, js2-external-variable):
18348 Remove "-face" suffix from face names.
18349 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
18350 (js2-highlight-undeclared-vars, js2-peek-token)
18351 (js2-parse-function-params, js2-mode-show-errors)
18352 (js2-mode-show-warnings, js2-make-magic-delimiter)
18353 (js2-mode-highlight-magic-parens): Update to use new face names.
18354
8e754ea2
MA
183552009-08-09 Michael Albinus <michael.albinus@gmx.de>
18356
18357 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
18358 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
18359
1c292fc7
CY
183602009-08-09 Chong Yidong <cyd@stupidchicken.com>
18361
18d433a7
CY
18362 * subr.el: Provide hashtable-print-readable.
18363
1c292fc7
CY
18364 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
18365 hs-c-like-adjust-block-beginning.
18366 (hs-hide-block-at-point): Stop hiding at the beginning of
18367 hs-block-end-regexp (Bug#700).
18368
2db0ae07
DD
183692009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
18370
18371 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
18372 a macro.
18373 (gdb-registers-handler-custom): Do not fail when register names
18374 are unavailable.
18375
fe4740a6
DD
183762009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
18377
18378 * progmodes/gdb-mi.el (gdb-control-all-threads)
18379 (gdb-control-current-thread): Interactive setters for
18380 `gdb-gud-control-all-threads' to use in menu.
18381 (gdb-show-run-p): Show «Go» when process is not active.
6a7662bb
BR
18382 (gud-tool-bar-map): Add non-stop/A,T indicator.
18383 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 18384
ce299d55
CY
183852009-08-08 Yoni Rabkin <yoni@rabkins.net>
18386
18387 * net/net-utils.el (net-utils-font-lock-keywords): New var.
18388 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
18389 (net-utils-mode): New mode for viewing diagnostic network output.
18390 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
18391 (net-utils-run-simple): New function.
18392 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 18393
7c4654ad
DD
183942009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
18395
18396 * progmodes/gdb-mi.el (gdb-read-memory-custom)
18397 (gdb-memory-set-address, def-gdb-set-positive-number)
18398 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
18399 after changing settings.
18400 (gdb-invalidate-disassembly): Update when first shown.
18401 (gdb-edit-locals-value): Fixed.
18402 (gdb-registers-handler-custom): Print registers in right order and
18403 allow changing register values (only for current thread yet).
9cbac26b
DD
18404 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
18405 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
18406 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6a7662bb
BR
18407 (gdb-locals-handler-custom, gdb-registers-handler-custom):
18408 Thread info in mode name.
9cbac26b 18409 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 18410
0f25a277
EZ
184112009-08-08 Eli Zaretskii <eliz@gnu.org>
18412
18413 * mail/rmail.el (rmail-add-mbox-headers)
18414 (rmail-set-message-counters-counter): Search for
18415 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
18416
b971be60
GM
184172009-08-08 Glenn Morris <rgm@gnu.org>
18418
18419 * Makefile.in (ELCFILES): Update.
18420
a35d3ad8
EZ
184212009-08-07 Eli Zaretskii <eliz@gnu.org>
18422
6a7662bb
BR
18423 * mail/sendmail.el (mail-yank-original):
18424 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
18425 text is yanked.
18426
8b0bcc2e
EZ
18427 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
18428 to "windows" when "pgnuplot" is used.
6a7662bb
BR
18429 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
18430 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
18431 (calc-graph-init): Don't send -display and -geometry to
18432 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
18433 running "pgnuplot -V" with shell-command-to-string.
18434
18435 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
18436 the default.
18437
184382009-08-07 Eli Zaretskii <eliz@gnu.org>
18439
18440 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
18441 org/org-latex.elc.
18442
3bca7ca5
DN
184432009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
18444
3c53763c
DN
18445 * vc-dispatcher.el (vc-resynch-window): Update comment.
18446
3bca7ca5
DN
18447 * term.el (term-handle-ansi-escape): Add comments with the
18448 terminfo capabilities implemented.
18449
7b217360
DD
184502009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
18451
18452 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
18453 (gdb-var-create-handler): Rewritten using JSON parser.
88b5a757
DD
18454 (gdb-propertize-header): Move earlier.
18455 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
18456 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
18457 Refresh disassembly buffers only after threads list have been
18458 update.
18459 (gdb-threads-header, gdb-registers-header): Per-buffer header line
18460 variables.
18461
b4d84ecf
JL
184622009-08-04 Juri Linkov <juri@jurta.org>
18463
18464 * files.el: Commands to add/delete file/directory-local variables.
18465 (read-file-local-variable, read-file-local-variable-value)
18466 (read-file-local-variable-mode, modify-file-local-variable)
18467 (modify-file-local-variable-prop-line)
18468 (modify-dir-local-variable): New functions.
18469 (add-file-local-variable, delete-file-local-variable)
18470 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
18471 (add-dir-local-variable, delete-dir-local-variable)
18472 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
18473 (copy-dir-locals-to-file-locals-prop-line): New commands.
18474
42da39c1
CY
184752009-08-04 Chong Yidong <cyd@stupidchicken.com>
18476
18477 * abbrev.el (insert-abbrev-table-description): Prettify output.
18478 Suggested by Karl Chen.
18479
98bf8494
DD
184802009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
18481
78b9fb28 18482 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 18483 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
18484 (gdb-overlay-arrow-position, gdb-thread-position)
18485 (gdb-disassembly-position): Declare variables.
18486 (gdb-wait-for-pending): Function now.
18487 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
18488 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
18489 compilation goes smoothly.
18490 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
18491 (gdb-non-stop-setting): New customization setting which replaces
18492 `gdb-non-stop' so changing it doesn't break active GDB session.
18493 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
18494 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
18495 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
18496 (gdb-show-threads-by-default): New customization options.
18497 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
18498 routines.
18499 (gdb-get-buffer-create): Send buffers update signal when they are
18500 created.
18501 (gdb-invalidate-locals, gdb-invalidate-registers)
18502 (gdb-invalidate-breakpoints)
18503 (gdb-invalidate-threads, gdb-invalidate-disassembly)
18504 (gdb-invalidate-memory): Accept update signal.
18505 (gdb-current-context-command): Use --frame option.
18506 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
18507 Implement `gdb-frame-number' selection logic.
18508 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
18509 whether to show GUD toolbar buttons.
18510 (gdb-thread-exited): Unselect current thread when it exits.
18511 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
18512 (gdb-mark-line): Routine which sets overlay arrow or inverses
18513 video on fringeless displays.
18514 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
18515 to build aligned columns of data in GDB buffers and set text
18516 properties line-by-line.
18517 (gdb-invalidate-breakpoints)
18518 (gdb-breakpoints-list-handler-custom)
18519 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
18520 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
18521 (gdb-registers-handler-custom): Align data columns.
18522 (gdb-locals-handler-custom): Now prints data like in variable
18523 declarations.
18524 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
88b5a757 18525 Remove confusing buttons.
78b9fb28
DD
18526 (gdb-invalidate-threads): Append --frame.
18527 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
18528 between breakpoints/threads buffers.
18529 (gdb-set-window-buffer): Now can ignore dedicated windows.
18530 (gdb-propertize-header): Use `gdb-set-window-buffer'.
18531 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
18532 (def-gdb-thread-buffer-gud-command): Replaces
18533 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
18534 for fine thread control.
18535 (gdb-preempt-existing-or-display-buffer): New function used to
18536 display bound buffers without breaking window layout.
18537 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
18538 (gdb-select-frame): New version of `gdb-frames-select' which now
18539 sets `gdb-frame-number' so commands may use --frame option instead
18540 of inner debugger state.
18541 (gdb-frame-handler): Do not set `gdb-frame-number'.
18542 (gdb-threads-mode-map): Select threads with mouse.
18543
18544 * progmodes/gud.el (gdb-gud-context-call): Declare function to
18545 avoid compilation warning.
18546 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
18547 `gdb-show-stop-p`.
18548
566f3909
DD
18549 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
18550 Argument `key' renamed to `buffer-type'.
18551 (gdb-current-context-buffer-name): Do not add thread info to
18552 buffer name when no thread is selected.
18553 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
18554 command (bug 3794).
18555 (gdb-thread-selected): Handle `=thread-selected' notification.
18556 (gdb-wait-for-pending): New macro to deal with congestion problems.
18557 (gdb-breakpoints-list-handler-custom): Don't fail on pending
18558 breakpoints.
7b6fefac
JB
18559 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
18560 This fixes problem similar to one described in bug 3947.
566f3909
DD
18561 (gud-menu-map): More menu items.
18562 (gdb-init-1): Reset `gdb-thread-number' to nil.
18563
4a31122c
DD
18564 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
18565 non-stop settings.
18566
18567 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
18568 (gdb-current-context-command): Do not append --thread if
18569 `gdb-thread-number' is nil.
6a7662bb
BR
18570 (gdb-running-threads-count, gdb-stopped-threads-count):
18571 New variables.
4a31122c 18572 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6a7662bb
BR
18573 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
18574 New customization options.
4a31122c
DD
18575 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
18576 GUD commands.
7b6fefac 18577 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
18578 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
18579 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
18580 set `gdb-thread-number' and update `gud-running' properly.
18581 (gdb-running): Update threads list when new threads appear.
18582 (gdb-stopped): Support non-stop operation and new thread switching
18583 logic.
18584 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
18585 (gdb-json-partial-output): New set of JSON routines.
18586 (def-gdb-auto-update-trigger): New `signal-list' optional
18587 argument.
18588 (gdb-thread-list-handler-custom): Update `gud-running',
18589 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
18590 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
18591 (gdb-continue-thread, gdb-step-thread): New commands for fine
18592 thread execution control.
18593 (gud-menu-map): New menu items to switch non-stop options.
18594 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 18595 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
18596
18597 * progmodes/gdb-mi.el (gdb-rules-name-maker)
18598 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
18599 gdb-buffer-rules.
18600 (def-gdb-auto-update-handler): New nopreserve optional argument.
18601 (gdb-stack-list-frames-custom): Print stack from top to bottom.
18602
88b5a757 18603 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
18604 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
18605 (gdb-parent-mode): New mode to derive other GDB modes from.
18606 (gdb-display-disassembly-for-thread)
18607 (gdb-frame-disassembly-for-thread): New commands for threads
18608 buffer.
18609
18610 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
18611 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
18612 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
18613 (gdb-update): We now store all GDB buffers in a list so that they
18614 can be updated by traversing a list instead of calling invalidate
7b6fefac 18615 triggers explicitly.
a5c9f540
DD
18616 (def-gdb-trigger-and-handler): New macro to define trigger-handler
18617 pair for GDB buffer.
18618 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
18619 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
18620 handle pending triggers.
18621 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
18622 (def-gdb-thread-buffer-simple-command)
18623 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
18624 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
18625 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
18626 New commands which show buffers bound to thread.
88b5a757 18627 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 18628
7b6fefac
JB
18629 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
18630 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
18631 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
18632 to (gud-comint-buffer) in *-buffer-name functions
18633 because (gdb-get-target-string) already does that.
18634 (gdb-locals-handler-custom, gdb-registers-handler-custom)
18635 (gdb-changed-registers-handler): Rewritten without regexps.
18636
ba214964 18637 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
18638 (gdb-thread-number): New variable.
18639 (gdb-current-context-command): New macro which adds --thread
18640 option to command.
7b6fefac 18641 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 18642 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 18643 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
18644 (gdb-select-thread): New command which selects current thread.
18645 (gdb-invalidate-frames, gdb-invalidate-locals)
18646 (gdb-invalidate-registers): Use --thread option.
20f12ed8 18647
2ac33804
MA
186482009-08-04 Michael Albinus <michael.albinus@gmx.de>
18649
18650 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 18651 robust. (Bug#3977)
2ac33804
MA
18652 (tramp-handle-insert-file-contents): `unwind-protect' must be
18653 inside `with-parsed-tramp-file-name'.
18654
18655 * net/tramp-gvfs.el (top): Remove superfluous message when loading
18656 fails.
18657
39d0296f
NR
186582009-08-03 Nick Roberts <nickrob@snap.net.nz>
18659
18660 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
18661 directory if CLASSPATH is not set.
18662
adcbca53
MA
186632009-08-03 Michael Albinus <michael.albinus@gmx.de>
18664
7b6fefac
JB
18665 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
18666 New defconst.
7ef849b6 18667 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 18668
30924b0b
CY
186692009-08-02 Kevin Ryde <user42@zip.com.au>
18670
7b6fefac
JB
18671 * net/newst-backend.el (newsticker--raw-url-list-defaults):
18672 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 18673
b6ce92f1
CY
186742009-08-02 Chong Yidong <cyd@stupidchicken.com>
18675
d977a092
CY
18676 * select.el (x-set-selection): Doc fix (Bug#4021).
18677
18678 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
18679
b6ce92f1
CY
18680 * help-fns.el (describe-variable): Treat list return values from
18681 dir-locals-find-file properly (Bug#4005).
18682
7b6fefac 186832009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
18684
18685 * net/tramp.el (tramp-debug-message): Print also microseconds.
18686
186872009-08-02 Michael Albinus <michael.albinus@gmx.de>
18688
18689 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
18690 or END is non-nil.
18691 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
18692 (tramp-get-debug-buffer): Change `outline-regexp' according to new
18693 format.
18694
5ce6e4f4 18695 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
18696 (tramp-get-file-property): Use it.
18697
6a7662bb
BR
18698 * autorevert.el (auto-revert-handler):
18699 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 18700
2aafe808
JR
187012009-08-02 Jason Rumney <jasonr@gnu.org>
18702
18703 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 18704 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 18705
e094097c
CY
187062009-08-02 Chong Yidong <cyd@stupidchicken.com>
18707
18708 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6a7662bb
BR
18709 (font-lock-variable-name-face, font-lock-constant-face):
18710 Darken the colors for light backgrounds.
e094097c 18711
de94f281
EZ
187122009-08-01 Eli Zaretskii <eliz@gnu.org>
18713
18714 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
18715 month names. (Bug#3987)
18716
54b99340
CY
187172009-07-31 Chong Yidong <cyd@stupidchicken.com>
18718
18719 * simple.el (line-move-finish): Pass whole number to
18720 line-move-to-column.
34be836c 18721 (line-move-visual): Perform hscroll to the recorded position.
54b99340 18722
38216c30
JB
187232009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
18724
18725 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
18726
c779896d
CY
187272009-07-29 Alan Mackenzie <acm@muc.de>
18728
18729 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
18730
592ccae0
DD
187312009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
18732
35edc6c6
DD
18733 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
18734 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 18735
5a9e3ab7
JB
187362009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
18737
18738 * calc/calc.el (calc-mode-map): Add keybinding for
18739 `calc-transpose-lines'.
18740
7b6fefac 187412009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
18742
18743 * calc/calc-misc.el (calc-transpose-lines): New function.
18744
905fb90e
MA
187452009-07-28 Michael Albinus <michael.albinus@gmx.de>
18746
18747 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
18748 Simplify check for out-of-band methods.
18749 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
18750 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
18751
76e14464
DN
187522009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
18753
18754 * vc-git.el (vc-git-checkin): Fix typo.
18755
6088b51f 187562009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
18757
18758 * progmodes/js2-mode.el: New file.
18759
b85157fe
NR
187602009-07-28 Nick Roberts <nickrob@snap.net.nz>
18761
18762 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
18763 (gud-menu-map): Adjust tooltip accordingly.
18764
d43c2b06
DN
187652009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
18766
1c0f0c3b
DN
18767 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
18768 (vc-bzr-log-view-mode): Adjust log-view-file-re.
18769
d43c2b06
DN
18770 * add-log.el (change-log-mode-map): Add a menu.
18771
3dec5c36
MA
187722009-07-27 Michael Albinus <michael.albinus@gmx.de>
18773
18774 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
18775 function returns nil.
18776 (dbus-handle-event): Handle special return value :ignore.
18777 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
18778
5704140c
CY
187792009-07-26 Chong Yidong <cyd@stupidchicken.com>
18780
18781 * view.el (view-mode-enable): Don't define Helper-return-blurb if
18782 it's not needed.
18783
3077d1f6
EZ
187842009-07-25 Eli Zaretskii <eliz@gnu.org>
18785
18786 Fix Bug#3888:
18787
18788 * w32-vars.el (x-select-enable-clipboard): Doc fix.
18789
18790 * term/pc-win.el (x-display-name, x-colors)
18791 (x-select-enable-clipboard, x-select-text): Doc fix.
18792
18793 * term/common-win.el (x-display-name, x-colors): Doc fix.
18794
18795 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
18796 (xw-defined-colors): Doc fix.
18797
18798 * w32-fns.el (x-select-text, x-setup-function-keys)
18799 (x-get-selection, x-set-selection): Doc fix.
18800
18801 * term/x-win.el (x-select-text, x-setup-function-keys)
18802 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
18803
18804 * select.el (x-set-selection): Doc fix.
18805
51768bc8
MA
188062009-07-25 Michael Albinus <michael.albinus@gmx.de>
18807
18808 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
18809 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6a7662bb
BR
18810 "IsNSSSupportAvailable" method is not available.
18811 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 18812
b11c2874
KH
188132009-07-24 Kenichi Handa <handa@m17n.org>
18814
18815 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 18816 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
18817 (build-unicode-category-table): Fix range checks.
18818
ba83b7b6
DN
188192009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
18820
18821 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
18822 the buffer we try to sync is current when calling
18823 vc-resynch-buffer.
18824
18825 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
18826 not show up to date files.
18827
7a8ae964
GM
188282009-07-24 Glenn Morris <rgm@gnu.org>
18829
18830 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
18831 Add autoload cookies. If necessary, initialize.
18832 (elint-log): Handle non-file buffers.
18833 (elint-initialize): Add optional argument to reinitialize.
18834 (elint-find-builtin-variables): Save excursion.
18835
a707eb05
DN
188362009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
18837
18838 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
18839 for Lint.
18840
0a2ddfa6
DN
188412009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
18842
d6a62b0d
DN
18843 * vc.el (vc-print-log-internal): New function, split out from ...
18844 (vc-print-log): ... here.
10b5dcad 18845 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 18846
0a2ddfa6
DN
18847 * vc-git.el (vc-git-add-signoff): New variable.
18848 (vc-git-checkin): Use it.
18849 (vc-git-toggle-signoff): New function.
18850 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
18851 (vc-git--run-command-string): Accept a nil FILE argument.
18852 (vc-git-stash-list): New function.
18853 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 18854
589a99f2
GM
188552009-07-23 Glenn Morris <rgm@gnu.org>
18856
18857 * help-fns.el (describe-variable): Describe ignored and risky local
18858 variables in a similar way to that in which we describe safe ones.
18859
18860 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
18861 (byte-compile-output-file-form, byte-compile-output-docform)
18862 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
18863 Give some more local variables with common names a "bytecomp-" prefix,
18864 so as not to shadow things during compilation.
18865 * emacs-lisp/cl-macs.el (load-time-value)
18866 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
18867 `outbuffer' to `bytecomp-outbuffer'.
18868
18869 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
18870 since the next two variables cover them automatically now.
18871 (elint-builtin-variables, elint-autoloaded-variables): New.
18872 (elint-unknown-builtin-args): Remove all members, since they can be
18873 parsed automatically now.
18874 (elint-extra-errors): New.
18875 (elint-env-add-env, elint-env-add-macro): Use cadr.
18876 (elint-current-buffer): Use or. Change final message.
18877 (elint-get-top-forms): Use line-end-position.
18878 (elint-init-env): Use cadr. Handle autoload, declare-function,
18879 and defalias.
18880 (elint-add-required-env): Doc fix. Use or. Standardize error.
18881 (regexp-assoc): Remove unused function.
18882 (elint-top-form): Set elint-current-pos, to record the start of the
18883 top-level form, for compilation-mode.
18884 (elint-form): Trap errors in macro expansion. Use dolist.
18885 (elint-unbound-variable): Use elint-builtin-variables and
18886 elint-autoloaded-variables.
18887 (elint-get-args): Use cadr, or.
18888 (elint-check-cond-form): Use dolist, cadr.
18889 (elint-check-condition-case-form): Doc fix. Use cadr.
18890 Use elint-extra-errors.
18891 (elint-log): New function.
18892 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
18893 Distinguish errors and warnings.
18894 (elint-log-message): Use with-current-buffer. Inhibit read-only.
18895 Use a bytecomp-style format.
18896 (elint-clear-log): Preserve default-directory. Inhibit read-only.
18897 (elint-get-log-buffer): Use compilation mode. Disable undo.
18898 Don't truncate lines.
18899 (elint-initialize): Set builtin and autoloaded variable lists.
18900 Only process elint-unknown-builtin-args if non-nil.
18901 (elint-find-builtin-variables, elint-find-autoloaded-variables):
18902 New functions.
18903 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
18904
855b42a2
GM
189052009-07-22 Kevin Ryde <user42@zip.com.au>
18906
18907 * net/newst-backend.el (newsticker--parse-atom-1.0)
18908 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
18909 (newsticker--parse-rss-1.0):
18910 * progmodes/idlwave.el (idlwave-mode):
18911 * progmodes/idlw-shell.el (idlwave-shell-mode):
18912 * progmodes/vera-mode.el (vera-mode):
18913 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
18914 * progmodes/vhdl-mode.el (vhdl-mode):
18915 * textmodes/table.el (table-generate-source)
18916 (table--warn-incompatibility):
18917 Hyperlink urls in docstrings with URL `...'.
18918
fd413a37
GM
189192009-07-22 Glenn Morris <rgm@gnu.org>
18920
cb711556
GM
18921 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
18922 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
18923 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
18924 Remove leading * from defcustom docs.
18925
fd413a37
GM
18926 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
18927
18928 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
18929 defcustom doc.
18930 (list-load-path-shadows): Optionally, just return shadows as a string.
18931
18932 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
18933
a4f69701
CY
189342009-07-21 Chong Yidong <cyd@stupidchicken.com>
18935
6a7662bb
BR
18936 * mail/rmailedit.el (rmail-edit-mode):
18937 Use auto-save-include-big-deletions.
a4f69701 18938
6a7662bb
BR
18939 * mail/rmail.el (rmail-variables):
18940 Use auto-save-include-big-deletions.
a4f69701
CY
18941
18942 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
18943 changes.
18944
ec06459c
JB
189452009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
18946
18947 * calc/calc.el (calc-undo-length): New variable.
18948 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
18949
b41b0976
RS
189502009-07-21 Richard Stallman <rms@gnu.org>
18951
18952 * files.el (auto-save-mode): Handle buffer-save-size = -2
18953 for toggling mode.
18954
4ed32706
GM
189552009-07-21 Glenn Morris <rgm@gnu.org>
18956
531b1264
GM
18957 * textmodes/ispell.el (ispell-looking-back): Update declaration.
18958
55d27f41
GM
18959 * calendar/todo-mode.el (calendar-current-date): Update declaration.
18960
02df3f4d
GM
18961 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
18962 silence compiler. Instead...
18963 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
18964 (ps-print-ensure-fontified): Update for above function name changes.
18965
fdd8417e
GM
18966 * printing.el (pr-mh-get-msg-num, pr-mh-show)
18967 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
18968 silence compiler. Instead...
18969 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
18970 (mh-show-buffer): Only define for compiler.
18971 (pr-mh-current-message): Update for above function name changes.
18972
4ed32706
GM
18973 * files.el (abort-if-file-too-large): Explicitly pass `filename'
18974 as an argument.
18975 (find-file-noselect, insert-file-1): Update for above change.
18976
18977 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
18978
18979 * mail/mailclient.el (mailclient-send-it): Fix message.
18980
18981 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
18982 (edebug-eval): Check cl-debug-env is bound.
18983 (print-level, print-circle): Don't redefine built-in variables.
18984
18985 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
18986 (custom-print-vectors): Remove old comments from doc.
18987
18988 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
18989 (emerge-version): Make the variable an obsolete alias for the
18990 emacs-version variable. Make the function obsolete.
18991 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
18992 Emerge options, rather than merging in into the main Options menu.
18993 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
18994 and auto advance modes. Disable edit/fast items when not relevant.
18995
86812144
CY
189962009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
18997
18998 * term/vt420.el (terminal-init-vt420): Fix typo.
18999
6bb90094
SS
190002009-07-20 Sam Steingold <sds@gnu.org>
19001
19002 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
19003 variable (removed from compile.el on 2004-03-11).
19004
42e0a725
CY
190052009-07-20 Chong Yidong <cyd@stupidchicken.com>
19006
19007 * files.el (hack-local-variables-filter): Fix last change.
19008
2ee20f24
JL
190092009-07-19 Juri Linkov <juri@jurta.org>
19010
19011 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
19012 (dir-local-variables-alist): New buffer-local variable.
19013 (hack-local-variables-filter): If variable is not dir-local,
19014 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
19015 because file-local overrides dir-local.
3570691b 19016 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
19017 Remove obsolete declaration.
19018 (hack-dir-local-variables): Add dir-local variable/value pair to
19019 `dir-local-variables-alist' and remove duplicates. Doc fix.
19020
19021 * help-fns.el (describe-variable): Add information about
19022 file-local and dir-local variables.
19023
89bf83cd
CY
190242009-07-19 Chong Yidong <cyd@stupidchicken.com>
19025
19026 * files.el (hack-local-variables-filter): Rewrite.
19027
1a8d3541
GM
190282009-07-19 Glenn Morris <rgm@gnu.org>
19029
d9e8a018
GM
19030 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
19031 Silence compiler by only defining on XEmacs.
19032
da332cfb
GM
19033 * international/mule.el (auto-coding-regexp-alist): Only match
19034 BABYL... at the start of buffer, not of lines. (Bug#3790)
19035
1a8d3541
GM
19036 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
19037 non-calendar buffers (Bug#3862). Restore "not on a date" message.
19038 (cal-menu-context-mouse-menu): Doc fix.
19039
19040 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
19041
19042 * simple.el (mail-user-agent): Doc fix. Set :version tag.
19043
d842b103
JL
190442009-07-18 Juri Linkov <juri@jurta.org>
19045
19046 * info.el: Virtual Info keyword finder.
3570691b 19047 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
19048 (Info-finder-file): New variable.
19049 (Info-finder-find-file): New function.
19050 (finder-known-keywords, finder-package-info)
19051 (find-library-name, lm-commentary): Use defvar and
19052 declare-function to silence compiler warnings.
19053 (Info-finder-find-node): New function.
19054 (info-finder): New command.
19055
19056 * subr.el (process-kill-buffer-query-function): New function.
19057 (add-hook)<kill-buffer-query-functions>: Add hook
19058 `process-kill-buffer-query-function'.
19059
10d37df7
AM
190602009-07-18 Alan Mackenzie <acm@muc.de>
19061
7b6fefac 19062 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
19063 (c-postprocess-file-styles): Give invocation of `c-set-style'
19064 DONT-OVERRIDE parameter of t. Already set style variables will
19065 thus not be overridden by style settings given by `c-file-syle'.
19066
19067 * files.el (hack-local-variables-filter): Remove entries with
19068 duplicate keys from `file-local-variables-alist'.
19069
102e1a41
EZ
190702009-07-18 Eli Zaretskii <eliz@gnu.org>
19071
19072 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
19073 x-set-selection if display-selections-p returns nil for the
19074 current frame.
19075
16f2e9fc
CY
190762009-07-18 Chong Yidong <cyd@stupidchicken.com>
19077
19078 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
19079
f22693fc
EZ
190802009-07-18 Eli Zaretskii <eliz@gnu.org>
19081
a6c2c80c
EZ
19082 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
19083 Accept nil in addition to a regexp.
19084 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
19085 Accept nil in addition to a regexp.
19086 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
19087 buffers that have an associated file. Handle nil values of
19088 desktop-buffers-not-to-save and desktop-files-not-to-save.
19089 (Bug#3833)
19090
f22693fc
EZ
19091 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
19092 (x-disown-selection-internal): New functions.
19093
e456379a
NR
190942009-07-18 Nick Roberts <nickrob@snap.net.nz>
19095
19096 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
19097 warning.
19098 (gdb-breakpoints-header): Move forward to avoid compiler warning.
19099 (gdb-make-header-line-mouse-map): Remove duplicate definition.
19100
0013b70f
CY
191012009-07-18 David De La Harpe Golden <david@harpegolden.net>
19102
19103 * simple.el (set-mark): Revert last change.
19104
0855c2ca
CY
191052009-07-17 Tassilo Horn <tassilo@member.fsf.org>
19106
19107 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
19108 rendering of pngs is not possible instead of messaging a long
19109 description.
19110
3f5c9cad
CY
191112009-07-17 David De La Harpe Golden <david@harpegolden.net>
19112
19113 * w32-fns.el (x-selection-owner-p): New function.
19114
19115 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6a7662bb
BR
19116 (mouse-yank-at-click, mouse-yank-primary):
19117 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 19118 insertion.
3f5c9cad
CY
19119
19120 * simple.el (deactivate-mark, set-mark): Only save selection if we
19121 own it.
19122
1fc87f9b
KH
191232009-07-17 Kenichi Handa <handa@m17n.org>
19124
19125 * case-table.el (describe-buffer-case-table): Fix for the case
19126 that KEY is a cons.
19127
d56fdcd2
DN
191282009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
19129
19130 * vc-rcs.el (vc-rcs-find-file-hook):
19131 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
19132
bede3e9f
MA
191332009-07-16 Michael Albinus <michael.albinus@gmx.de>
19134
19135 * net/tramp.el (tramp-wait-for-output): Handle the case when
19136 commands do not return a newline but a null byte before the shell
19137 prompt. (Bug#3858)
19138
7653ca1d
YM
191392009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19140
19141 * term/ns-win.el (ns-set-alpha): Don't declare.
19142 (ns-set-background-alpha): Remove function.
19143
ed2a52e9
SM
191442009-07-16 Kevin Ryde <user42@zip.com.au>
19145
19146 * emacs-lisp/copyright.el (copyright-update): Save match-data across
19147 y-or-n-p, for safety.
19148
7a907299
RS
191492009-07-16 Richard Stallman <rms@gnu.org>
19150
19151 * files.el (auto-save-mode): If buffer-saved-size is -2,
19152 don't clobber it.
19153
19154 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
19155 (rmail-retry-ignored-headers): Add more uninteresting fields.
19156
c0db3477
CY
191572009-07-15 Jari Aalto <jari.aalto@cante.net>
19158
19159 * net/rcirc.el (rcirc): Use history variables.
19160 (rcirc-server-name-history, rcirc-nick-name-history)
19161 (rcirc-server-port-history): New variables.
19162
6c875452
KH
191632009-07-15 Kenichi Handa <handa@m17n.org>
19164
bf974dc9
KH
19165 * international/mule-cmds.el (set-language-environment-charset):
19166 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
19167 ignore them.
19168
6c875452
KH
19169 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
19170 Delete unibyte-display.
19171
2066b4fe
CY
191722009-07-15 Chong Yidong <cyd@stupidchicken.com>
19173
19174 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
19175
f9be2e35
CY
191762009-07-15 Chong Yidong <cyd@stupidchicken.com>
19177
19178 * simple.el (deactivate-mark): Optional argument FORCE.
19179 (set-mark): Use deactivate-mark.
19180
19181 * info.el (Info-search): No need to check transient-mark-mode
19182 before calling deactivate-mark.
19183
19184 * select.el (x-set-selection): Doc fix.
19185 (x-valid-simple-selection-p): Allow buffer values.
6a7662bb
BR
19186 (xselect--selection-bounds): Handle buffer values.
19187 Suggested by David De La Harpe Golden.
f9be2e35 19188
6a7662bb
BR
19189 * mouse.el (mouse-set-region, mouse-drag-track):
19190 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
19191 select-active-regions work.
19192
be3e598a 191932009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
19194
19195 * simple.el (deactivate-mark): If select-active-regions is
19196 non-nil, copy the selection data into a string.
19197 (activate-mark): If select-active-regions is non-nil, set the
19198 selection to the current buffer.
19199 (set-mark): Update selection if select-active-regions is non-nil.
19200
19201 * select.el (x-valid-simple-selection-p): Allow buffer values.
19202
cbd61418
SM
192032009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
19204
19205 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
19206 and more featureful message-mode.
19207
f470187f
CY
192082009-07-14 Chong Yidong <cyd@stupidchicken.com>
19209
19210 * select.el (x-set-selection): Doc fix.
19211 (x-valid-simple-selection-p): Disallow selection data consisting
19212 of a list or cons of integers, since that is not used.
19213 (xselect--selection-bounds, xselect--int-to-cons): New functions.
19214 (xselect-convert-to-string, xselect-convert-to-length)
19215 (xselect-convert-to-filename, xselect-convert-to-charpos)
19216 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
19217
bfc99364
DD
192182009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
19219
19220 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
19221 output in -break-info command (Emacs bug #3794).
19222
e32721f5
GM
192232009-07-14 Glenn Morris <rgm@gnu.org>
19224
1e46f9e4
GM
19225 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
19226 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
19227 (edebug-print-length, edebug-print-level, edebug-print-circle)
19228 (edebug-sit-for-seconds, edebug-view-outside)
19229 (edebug-bounce-point, edebug-set-global-break-condition)
19230 (edebug-Go-nonstop-mode, edebug-trace-mode)
19231 (edebug-Trace-fast-mode, edebug-continue-mode)
19232 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
19233 (edebug-visit-eval-list): Doc fixes.
19234
e32721f5
GM
19235 * subr.el (def-edebug-spec): Doc fix.
19236
66a85e76
KH
192372009-07-14 Kenichi Handa <handa@m17n.org>
19238
19239 * international/characters.el: Fix setting of category ?C.
19240
28571246
JD
192412009-07-13 Jan Djärv <jan.h.d@swipnet.se>
19242
7b6fefac 19243 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
19244 ns-popup-font-panel instead of generate-fontset-menu.
19245
5d74672c
EZ
192462009-07-12 Eli Zaretskii <eliz@gnu.org>
19247
7b6fefac 19248 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 19249
eb1727a4
CY
192502009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
19251
19252 * arc-mode.el (archive-find-type): Allow for a PK00 string before
19253 the PK\003\004 header (Bug#3770).
19254
208384c5
CY
192552009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
19256
19257 * pcomplete.el (pcomplete-comint-setup): Check for
19258 shell-dynamic-complete-filename too.
19259
774409a1
CY
192602009-07-11 Chong Yidong <cyd@stupidchicken.com>
19261
19262 * simple.el (temporary-goal-column): Change the value for
19263 line-move-visual to a cons cell.
19264 (line-move-visual): Record or set the window hscroll, if
19265 necessary (Bug#3494).
19266 (line-move-1): Handle cons value of temporary-goal-column.
19267
1639ee1d
KH
192682009-07-11 Kenichi Handa <handa@m17n.org>
19269
19270 * international/mule-diag.el (describe-character-set): Don't show
19271 width.
19272
2b1d2412
SS
192732009-07-10 Sam Steingold <sds@gnu.org>
19274
19275 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19276 Omake sometimes indents the errors it prints, so allow all
19277 regexps to start with spaces.
19278
ed3a5691
EZ
192792009-07-10 Eli Zaretskii <eliz@gnu.org>
19280
ed2a52e9
SM
19281 * cus-edit.el (customize-changed-options-previous-release):
19282 Bump value to 22.1. (Bug#3804)
ed3a5691 19283
49405d0e
SS
192842009-07-08 Sam Steingold <sds@gnu.org>
19285
19286 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
19287 to be a cons cell (test . ignored-directory) to selectively ignore
19288 some directories depending on the location of the search.
19289
93c3eb7c
MA
192902009-07-08 Michael Albinus <michael.albinus@gmx.de>
19291
19292 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
19293 remote user is root, on the local host.
19294 (tramp-local-host-p): Either the local user or the remote user
19295 must be root. (Bug#3771)
19296
6f2a8484
NR
192972009-07-08 Nick Roberts <nickrob@snap.net.nz>
19298
19299 * progmodes/gdb-mi.el (gdb): Remove description of
19300 gdb-use-separate-io-buffer.
69cb8d82 19301 (menu): Don't allow toggling of or enable
6f2a8484
NR
19302 gdb-use-separate-io-buffer from menubar.
19303
88d03607
CY
193042009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
19305
19306 * mail/unrmail.el (unrmail): Make sure the message ends with two
19307 newlines (Bug#3769).
19308
7ef5b8b2
GM
193092009-07-08 Glenn Morris <rgm@gnu.org>
19310
19311 * calendar/calendar.el (calendar-current-date): Rework previous change.
19312
3ce82f97
GM
193132009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
19314
19315 * calendar/calendar.el (calendar-current-date):
19316 Add an optional argument giving an offset from today.
19317
f35fc841
GM
193182009-07-08 Glenn Morris <rgm@gnu.org>
19319
19320 * tutorial.el (tutorial--describe-nonstandard-key):
19321 Adjust the message for when a key has been unbound.
19322 (help-with-tutorial): Hide the arch-tag.
19323
40149292
KH
193242009-07-08 Kenichi Handa <handa@m17n.org>
19325
69cb8d82
KH
19326 * international/fontset.el (setup-default-fontset): For each
19327 script, append (not set) font-specs.
19328
40149292
KH
19329 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
19330 docstring.
19331
ff0c4194
NR
193322009-07-08 Nick Roberts <nickrob@snap.net.nz>
19333
19334 * progmodes/gdb-mi.el (gdb-init-1): Move sending
19335 -data-list-register-names to ...
19336 (gdb-starting): ... here because GDB 7.0 requires execution to
19337 have started when using this MI command.
19338 (gdb-set-header): New function to distinguish select and
19339 unselected tabs in gdb buffers.
19340 (gdb-propertize-header): New macro that uses gdb-set-header.
19341 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 19342 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 19343
8954c675
CY
193442009-07-07 Chong Yidong <cyd@stupidchicken.com>
19345
19346 * Makefile.in (ELCFILES): Remove fadr.elc.
19347
0996385d
DD
193482009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
19349
dc6b4519
DD
19350 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
19351 may contain frame information, so `string-match' should be used.
19352 (gdb-update): Disassembly is invalidated through
19353 `gdb-get-selected-frame'.
19354 (gdb-pad-string): New function to pad string with spaces.
19355 (gdb-invalidate-disassembly): Invalidate only if the buffer
19356 exists.
19357 (gdb-disassembly-handler-custom): Column alignment.
19358 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
19359 placing new ones.
19360 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
19361 end of line, too.
19362 (gdb-frame-handler): Match convention to for disassembly buffer
19363 mode name.
17c1380b 19364 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
19365 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
19366 not highlight breakpoints without line information.
69a197a2 19367 (gdb-input): Add trailing newline to command.
dc6b4519 19368
14340b25
DD
19369 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
19370 buffer properly.
19371 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 19372 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
19373 now.
19374 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
19375 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
19376 to place breakpoints.
14340b25
DD
19377 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
19378 functions.
19379 (gdb-disassembly-handler-custom): Show overlay arrow.
19380 (gdb-disassembly-place-breakpoints): Show breakpoints in
19381 disassembly buffer.
19382 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 19383 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 19384 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 19385 in `gud-menu-map'.
14340b25 19386
38d4f316 19387 * fadr.el: Remove.
1f2a6224 19388
7b6fefac 19389 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 19390 (gdb-memory-address): New variable which holds top address of
7b6fefac 19391 memory page shown in memory buffer.
6a7662bb
BR
19392 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
19393 New customization variables.
0996385d
DD
19394 New functions:
19395 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
19396 display the memory buffer.
19397 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
19398 buffer display parameters.
19399 (def-gdb-memory-format, gdb-memory-format-binary)
19400 (gdb-memory-format-octal, gdb-memory-format-unsigned)
19401 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
19402 Functions for setting memory buffer format.
19403 (gdb-memory-unit-word, gdb-memory-unit-halfword)
19404 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
19405 unit size used in memory buffer.
6a7662bb
BR
19406 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
19407 Switch to next/previous page of memory buffer.
28d67a53 19408 Now using (bindat-get-field) instead of fadr functions.
0996385d 19409
9ba562d3
SS
194102009-07-07 Sam Steingold <sds@gnu.org>
19411
19412 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
19413 non-top-level files.
19414
a43977db
KH
194152009-07-07 Kenichi Handa <handa@m17n.org>
19416
6a7662bb
BR
19417 * international/mule-cmds.el (reset-language-environment):
19418 Put the highset priority to the charset iso-8859-1.
a43977db 19419
d44d05e8
CY
194202009-07-06 Chong Yidong <cyd@stupidchicken.com>
19421
19422 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
19423 to the end of the line when locating the block (Bug#700).
19424
3e2fa353
MA
194252009-07-06 Michael Albinus <michael.albinus@gmx.de>
19426
19427 * net/tramp.el (tramp-handle-write-region): Flush file properties
19428 in case of short track.
19429
be3e598a 194302009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 19431
bf0b361c
JB
19432 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
19433 Coded custom representation of verilog error regular expressions
19434 to work with Emacs-22's new format.
d88782c3 19435 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 19436 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
19437 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
19438 error recognition into XEmacs.
19439 (verilog-error-regexp-add-emacs): Hook routine to install verilog
19440 error recognition into Emacs-22.
19441
25c6f63e
CY
194422009-07-06 Chong Yidong <cyd@stupidchicken.com>
19443
19444 * woman.el: Remove stand-alone closing parentheses.
19445 (woman-file-name, woman2-format-paragraphs)
19446 (woman-leave-blank-lines): Code cleanup.
19447 (woman-use-own-frame): Change default to nil.
6a7662bb
BR
19448 (woman-italic, woman-bold, woman-unknown, woman-addition):
19449 Change defaults to inherit from default faces.
25c6f63e
CY
19450 (woman2-process-escapes): Consume the newline after a stand-alone
19451 filler character (Bug#3651).
19452
f176290e
GM
194532009-07-06 Glenn Morris <rgm@gnu.org>
19454
19455 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
19456 (top-level): Move provide to the end.
19457 (ffap): Remove defunct URL from custom group.
19458
19459 * subr.el (eval-after-load): Doc fix.
19460
7b6fefac 194612009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
19462
19463 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
19464 `calc-embedded-word' is called twice.
19465
4b8b1ec5
SM
194662009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19467
19468 * files.el (find-alternate-file-other-window, find-alternate-file):
19469 Obey confirm-nonexistent-file-or-buffer.
19470
d6ceb380
MA
194712009-07-05 Michael Albinus <michael.albinus@gmx.de>
19472
19473 * dired-aux.el (dired-show-file-type): Handle remote files.
19474
be3e598a 194752009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 19476
4b8b1ec5
SM
19477 * desktop.el (desktop-globals-to-save):
19478 Add file-name-history (Bug#2750).
c760f19e 19479
6d00ce04
CY
194802009-07-05 Chong Yidong <cyd@stupidchicken.com>
19481
4b8b1ec5 19482 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 19483
6ee21b07
JB
194842009-07-04 Johan Bockgård <bojohan@gnu.org>
19485
19486 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
19487 property on entire argument since this is what eshell-lisp-command
19488 expects.
19489
f0dbdc25
MA
194902009-07-03 Michael Albinus <michael.albinus@gmx.de>
19491
19492 * net/tramp-gvfs.el (tramp-gvfs-methods)
19493 (tramp-gvfs-zeroconf-domain)
19494 (tramp-bluez-discover-devices-timeout): Add version flag.
19495 (tramp-gvfs-handler-mounted-unmounted)
19496 (tramp-gvfs-connection-mounted-p): Polish handling of
19497 incompatibilities between GVFS 0.2 and 1.0.
19498
e044e4fc
JD
194992009-07-03 Jan Djärv <jan.h.d@swipnet.se>
19500
4b8b1ec5 19501 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 19502
2e9b968b
JB
195032009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
19504
bf0b361c 19505 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
19506 formatted correctly.
19507
baf1a55e
JL
195082009-07-02 Juri Linkov <juri@jurta.org>
19509
19510 * info.el: Virtual Info files and nodes.
19511 (Info-virtual-files, Info-virtual-nodes): New variables.
19512 (Info-current-node-virtual): New variable.
19513 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
19514 New functions.
19515 (Info-file-supports-index-cookies): Use Info-virtual-file-p
19516 to check for a virtual file instead of checking a fixed list
19517 of node names.
19518 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
19519 instead of ad-hoc processing of "dir" and (apropos history toc).
19520 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
19521 instead of ad-hoc processing of "dir" and (apropos history toc).
19522 Reread a file when moving from a virtual node.
19523 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
19524 (Info-directory-toc-nodes, Info-directory-find-file)
19525 (Info-directory-find-node): New functions.
19526 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
19527 (Info-history): Move part of code to
19528 `Info-history-find-node'.
19529 (Info-history-toc-nodes, Info-history-find-file)
19530 (Info-history-find-node): New functions.
19531 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
19532 (Info-toc): Move part of code to `Info-toc-find-node'.
19533 (Info-toc-find-node): New function.
4b8b1ec5 19534 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
19535 the current Info file name to references because now the node
19536 "*TOC*" belongs to the same Info manual.
4b8b1ec5 19537 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
19538 (Info-toc-nodes): Rename input argument `file' to `filename'.
19539 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
19540 instead of ad-hoc processing of ("dir" apropos history toc).
19541 (Info-index-nodes): Use Info-virtual-file-p
19542 to check for a virtual file instead of checking a fixed list
19543 of node names.
19544 (Info-index-node): Add check for `Info-current-node-virtual'.
19545 Raise `save-match-data' higher up the tree to contain
19546 `search-forward' too (bug fix).
19547 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
19548 (Info-virtual-index-nodes): New variable.
19549 (Info-virtual-index-find-node, Info-virtual-index): New functions.
19550 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
19551 (Info-apropos-file, Info-apropos-nodes): New variables.
19552 (Info-apropos-toc-nodes, Info-apropos-find-file)
19553 (Info-apropos-find-node, Info-apropos-matches): New functions.
19554 (info-apropos): Move part of code to `Info-apropos-find-node' and
19555 `Info-apropos-matches'.
19556 (Info-mode-map): Bind "I" to `Info-virtual-index'.
19557 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
19558 for a virtual file instead of checking a fixed list of node names.
19559
19560 * simple.el (async-shell-command): New command.
19561
19562 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
19563
19564 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
19565 instead of `mount-info'.
19566
d04bc496
MA
195672009-07-02 Michael Albinus <michael.albinus@gmx.de>
19568
19569 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 19570 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 19571
af0403e0
KH
195722009-07-02 Kenichi Handa <handa@m17n.org>
19573
19574 * international/mule.el (set-keyboard-coding-system): Force *-unix
19575 coding-system to avoid eol conversion.
19576
99278f8a
MA
195772009-07-01 Michael Albinus <michael.albinus@gmx.de>
19578
4b8b1ec5
SM
19579 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
19580 Add handler for `process-file', `shell-command' and
99278f8a
MA
19581 `start-file-process'.
19582 (tramp-gvfs-handle-shell-command)
19583 (tramp-gvfs-handle-start-file-process)
19584 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 19585 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 19586
3f1c6666
JD
195872009-07-01 Jan Djärv <jan.h.d@swipnet.se>
19588
19589 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
19590
3f396bac
KH
195912009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
19592
19593 * language/korean.el (set-language-info-alist): Add korean-cp949,
19594 cp949 to spec.
19595
c1185193
KH
195962009-07-01 Kenichi Handa <handa@m17n.org>
19597
19598 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
19599
19600 * international/encoded-kb.el: Deleted.
19601
19602 * international/mule.el (set-keyboard-coding-system): Perform the
19603 necessary setup here instead of calling encoded-kbd-setup-display.
19604
3f150a60
GM
196052009-07-01 Glenn Morris <rgm@gnu.org>
19606
19607 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
19608
b0d5b05b
GM
196092009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
19610
19611 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
19612
4f4126e6
MA
196132009-06-30 Michael Albinus <michael.albinus@gmx.de>
19614
4b8b1ec5
SM
19615 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
19616 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 19617 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 19618
7ae3ea65 19619 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
19620 (top): Add a default for "synce" in `tramp-default-user-alist'.
19621 Add completion function for "synce" method.
19622 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
19623 (tramp-hal-interface-manager, tramp-hal-interface-device):
19624 New defconst.
19625 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
19626 (tramp-synce-list-devices, tramp-synce-parse-device-names):
19627 New defuns.
d6ceb380
MA
19628
19629 * net/trampver.el: Update release number.
7ae3ea65 19630
0ad6626b
KH
196312009-06-30 Kenichi Handa <handa@m17n.org>
19632
19633 * international/fontset.el (setup-default-fontset): Add CJK fonts
19634 for symbols and the other miscellaneous characters.
19635
4b8b1ec5
SM
19636 * language/korea-util.el (setup-korean-environment-internal):
19637 Make char-width-table suitable for Korean environments.
0ad6626b
KH
19638 (exit-korean-environment): Cancel above.
19639
19640 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
19641 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 19642 setup-function to make char-width-table suitable for respective
0ad6626b
KH
19643 environments, and an exit-function to cancel that.
19644
19645 * language/japan-util.el (setup-japanese-environment-internal):
19646 Call use-cjk-char-width-table with arg `ja_JP'.
19647
19648 * international/characters.el (cjk-char-width-table): Delete it.
19649 (cjk-char-width-table-list): New variable.
19650 (use-cjk-char-width-table): New arg local-name.
19651 (use-default-char-width-table): Fix for the case that Emacs is
19652 already using the default char-width-table.
19653
fd46e893
MA
196542009-06-29 Michael Albinus <michael.albinus@gmx.de>
19655
19656 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
19657 modes mandatory. (Bug#3712)
19658
b87d9f96
AM
196592009-06-29 Alan Mackenzie <acm@muc.de>
19660
19661 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 19662 correction between the visible width of TABs and their number of bytes.
b87d9f96 19663
2d25aa5a
CY
196642009-06-29 Chong Yidong <cyd@stupidchicken.com>
19665
19666 * server.el (server-buffer-done): Prevent kill-buffer from
19667 prompting by clearing the buffer modification flag (Bug#3696).
19668
a3a8b002
DN
196692009-06-28 Michael McNamara <mac@mail.brushroad.com>
19670
bf0b361c 19671 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 19672 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
19673 (verilog-basic-complete-re): Support localparam lineup.
19674 (verilog-beg-of-statement-1): Fix for robustness, unique case.
19675 (verilog-set-auto-endcomments): Fix for unique case, always_comb
19676 commenting.
19677 (verilog-leap-to-case-head): Now support *nested* unique &
19678 priority case statements.
19679 (verilog-auto-lineup): Make just declarations the default (as it
19680 had been).
4b8b1ec5 19681 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 19682 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 19683 select the various styles of automatic lineup.
a3a8b002
DN
19684 (verilog-error-regexp-alist): Rework to support the XEmacs style
19685 of error regular expressions from compilers, lint tools &
19686 simulators. Note that GNU Emacs has made it impossible for a mode
19687 to load such things.
19688 (electric-verilog-terminate-line, verilog-indent-declaration)
19689 (verilog-auto-wiure): Rework for radio button selection of
19690 auto-lineup selection of specification of auto lineup.
19691 (verilog-beg-of-statement-1): Redesign to support proper operation
19692 in additional code, based on testing with auto-lineup.
19693 (verilog-calculate-indent, assignments & declarations)
19694 (verilog-backward-token): Enhance to support auto-lineup of
19695 assignments & declarations.
19696 (verilog-in-directive-p, verilog-at-struct-p): New function for
19697 easy test of whether we are.
19698 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
19699 to support safe execution at almost anyline.
19700 (verilog-calc-1): Properly support indenting deep inside generate
19701 blocks.
48c2d18a 19702 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 19703 as it is redundant with font-lock-defaults.
a8f316ca 19704 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
19705 to avoid circular calls if syntax-ppss is a function (as is the
19706 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 19707 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
19708 (verilog-ovm-begin-re, verilog-ovm-end-re)
19709 (verilog-ovm-statement-re, verilog-leap-to-head)
19710 (verilog-backward-token): Add support for OVM macros. Some are
19711 complete statements, and others open and close scopes like begin
19712 and end.
19713 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
19714 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 19715 compilation issue.
48c2d18a 19716 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 19717 coverpoint, constraint and cross statements.
a3a8b002
DN
19718 (verilog-defun-level-list, verilog-generate-defun-level-list)
19719 (verilog-all-defun-level-list): Redo these specifications - it is
19720 too hard to support eval-when compile aggregation of lists also
19721 built at when-compile time.
19722 (verilog-defun-level-list): Place defconsts of variables used in
19723 building regular expressions which are built in eval-when-compile
19724 bodies in the same eval-when-compile body to facilitate compile
19725 without load.
19726 (verilog-beg-block-re-ordered): Support indenting
19727 virtual/protected tasks and functions.
7b6fefac 19728 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
19729 (verilog-backward-ws&directives, verilog-calc-1): Speed up
19730 indentation of some module items (generate items).
19731 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
19732 across virtual/protected tasks and functions.
19733
197342009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
19735
bf0b361c 19736 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 19737 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
19738 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
19739 in concatenations. Reported by Yishay Belkind.
19740 (verilog-auto-ascii-enum): Support one-hot state machines in
19741 AUTOASCIIENUM. Suggested by Lloyd Gomez.
19742 (verilog-auto-inst, verilog-auto-inst-port): Include interface
6a7662bb
BR
19743 modport in AUTOINST and add vl-modport for users.
19744 Reported by David Rogoff.
a3a8b002
DN
19745 (verilog-auto-inout-module, verilog-auto-inst)
19746 (verilog-decls-get-interfaces, verilog-insert-definition)
19747 (verilog-insert-one-definition, verilog-read-decls)
19748 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
19749 (verilog-sig-modport, verilog-signals-combine-bus)
19750 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
19751 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
19752 Suggested by David Rogoff.
19753 (verilog-repair-open-comma): Fix non-insertion of comma when
19754 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
19755 (verilog-make-width-expression): Simplify [A-1:0] expression
19756 widths to just {A{1'b0}}.
19757 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
19758 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
19759 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
19760 inputs/outputs or data type. Suggested by Vasu Kandadi.
19761 (next-error-last-buffer): Fix byte-compiler warning.
19762 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
19763 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 19764 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 19765 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
19766 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
19767 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 19768 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
19769 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
19770 causing use of <= assignments. Reported by Alex Reed.
19771 (verilog-read-decls): Fix triand, trior, wand, wor to be
19772 recognized by AUTOWIRE. Reported by Spencer Isaacson.
19773 (verilog-extended-complete-re): Support import "DPI-C" functions.
19774 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 19775 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
19776 (verilog-insert-date, verilog-insert-year)
19777 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
19778 Windows systems. Reported by Michael Potts.
19779 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 19780 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 19781 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 19782 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
19783 (verilog-read-decls): Fix detecting "parameter int" when using
19784 AUTOINSTPARAM. Reported by Bruce T.
19785 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 19786 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 19787 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
19788 verilog-goto-defun will work. Reported by Lawrence Butcher.
19789 (verilog-getopt): Expand environment variables in -f file
19790 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 19791 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
19792 when reading enumerations.
19793 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
19794 Suggested by Stephen Peltan.
4b8b1ec5 19795 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
19796 files. Reported by Steve Peltan.
19797
f7c0d931
CY
197982009-06-28 David De La Harpe Golden <david@harpegolden.net>
19799
19800 * files.el (trash-directory): Fix defcustom type.
19801
baf1a55e 198022009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
19803
19804 * help-fns.el (describe-function-1): Correctly locate adviced
19805 functions in hyperlink (Bug#2438).
19806
d63a01ef
CY
198072009-06-28 Chong Yidong <cyd@stupidchicken.com>
19808
19809 * files.el (trash-directory): Change default to nil.
19810 (move-file-to-trash): If trash-directory is nil and
19811 system-move-file-to-trash is unbound, perform freedesktop-style
19812 trashing.
19813
198142009-06-28 David De La Harpe Golden <david@harpegolden.net>
19815
19816 * files.el (move-file-to-trash): Add freedesktop trash
19817 support (Bug#973).
19818
fc2f6a26
GM
198192009-06-28 Glenn Morris <rgm@gnu.org>
19820
19821 * autorevert.el (global-auto-revert-non-file-buffers)
19822 (global-auto-revert-mode): Doc fixes.
19823
00242b07
JB
198242009-06-27 Johan Bockgård <bojohan@gnu.org>
19825
19826 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
19827
f5594f03
CY
198282009-06-27 Chong Yidong <cyd@stupidchicken.com>
19829
e8a2b2da
CY
19830 * faces.el (x-handle-named-frame-geometry): Ensure that we have
19831 opened an X connection before calling x-get-resource (Bug#3194).
19832
f5594f03
CY
19833 * play/doctor.el: Remove reference to obsolete website.
19834 (make-doctor-variables): Correct grammar mistake (Bug#2633).
19835
3c3bf6ce
DN
198362009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
19837
19838 Remove find-file-not-found-hook VC method. (Bug#2757)
19839 * vc-hooks.el (vc-file-not-found-hook)
19840 (vc-default-find-file-not-found-hook): Remove functions.
19841 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
19842 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
19843 * vc.el:
19844 * vc-hg.el:
19845 * vc-git.el: Do not mention find-file-not-found-hook VC method.
19846
e26a7bc0
AM
198472009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
19848
19849 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 19850 compatibility function for `looking-back'.
e26a7bc0 19851
4b8b1ec5 19852 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 19853 Use `ispell-looking-back'.
e26a7bc0 19854
d9848600
MA
198552009-06-24 Michael Albinus <michael.albinus@gmx.de>
19856
19857 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 19858 rather than `filename'.
d9848600 19859
05fbc4a9
MB
198602009-06-23 Miles Bader <miles@gnu.org>
19861
19862 * face-remap.el (text-scale-set): New function.
19863
f86ca715
GM
198642009-06-23 Glenn Morris <rgm@gnu.org>
19865
33e2c2e5
GM
19866 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
19867
f529f302
GM
19868 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
19869
34995333
GM
19870 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
19871
cc80ccee
GM
19872 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
19873
84cb770d
GM
19874 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
19875 Simplify Persian conditionals.
19876
d916c965
GM
19877 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
19878 variable `filename'.
19879
b6a44b27
GM
19880 * comint.el (comint-insert-input): Doc fix.
19881
f86ca715
GM
19882 * Makefile.in (ELCFILES): Fix typo in previous change.
19883
666e158e
MB
198842009-06-23 Miles Bader <miles@gnu.org>
19885
19886 * cus-start.el: Add entry for `recenter-redisplay'.
19887
be3e598a 198882009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
19889
19890 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
19891 Add an optional argument for the backend, use it instead of
19892 calling vc-backend.
4b8b1ec5
SM
19893 (vc-mode-line): Add an optional argument for the backend.
19894 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
19895 special handling for vc-state being a buffer to ...
19896
19897 * vc-rcs.el (vc-rcs-find-file-hook):
19898 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
19899
19900 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
19901 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
19902 vc-stay-local-p and vc-mode-line calls.
19903
19904 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
19905 (vc-cvs-diff, vc-cvs-annotate-command)
19906 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
19907 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
19908 vc-mode-line calls.
19909
19910 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
19911 direct comparison.
19912 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
19913 backend when calling vc-mode-line.
19914 (vc-register): Do not create a closure for calling the vc register
19915 function, call it directly.
19916
2764748c
DN
199172009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
19918
19919 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
19920 to make it obvious item can be clicked.
f5a0b281
DN
19921
19922 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
19923
d4a885b2
KH
199242009-06-23 Kenichi Handa <handa@m17n.org>
19925
19926 * language/korea-util.el (korean-key-bindings): Change the binding
19927 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
19928 same command.
19929
e3610693
MA
199302009-06-22 Michael Albinus <michael.albinus@gmx.de>
19931
19932 Sync with Tramp 2.1.16.
19933
19934 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
19935
19936 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
19937 when a loading of a package fails. Completion function for rsync
19938 is `tramp-completion-function-alist-ssh'.
19939 (all): Replace all calls of `split-string' and
19940 `tramp-split-string' by `tramp-compat-split-string'.
19941 (tramp-default-method): Use `tramp-compat-process-running-p'.
19942 (tramp-default-proxies-alist): Allow also Lisp forms.
19943 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 19944 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
19945 (tramp-domain-regexp): Allow also "-", "_" and ".".
19946 (tramp-end-of-output): Remove newlines, and add "$" at the end.
19947 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
19948 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
19949 (tramp-handle-directory-files-and-attributes-with-stat):
19950 Care about filenames with spaces, or starting with "-".
e3610693
MA
19951 (tramp-handle-dired-uncache): New defun.
19952 (tramp-handle-insert-directory): Don't flush the directory from
19953 cache, this is handled by `dired-uncache' now.
19954 (tramp-handle-insert-file-contents): Improve error handling.
19955 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19956 Quote `tramp-end-of-output'.
19957 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
19958 (tramp-check-for-regexp): Both echoes must be present, before removing.
19959 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
19960 (tramp-compute-multi-hops): Eval cons cells of
19961 `tramp-default-proxies-alist'.
19962 (tramp-maybe-open-connection): Use the same command pattern for
19963 first hop and further hops.
19964 (tramp-wait-for-output): Remove handling of newlines.
19965 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
19966 (tramp-split-string): Remove function. It is handled in
19967 tramp-compat now.
19968
4b8b1ec5
SM
19969 * net/tramp-cmds.el (tramp-bug):
19970 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
19971
19972 * net/tramp-compat.el (tramp-compat-split-string)
19973 (tramp-compat-process-running-p): New defuns.
19974
19975 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
19976 for `dired-uncache'.
19977
19978 * net/tramp-gvfs.el: New package.
19979
4b8b1ec5
SM
19980 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
19981 Add handler for `dired-uncache'.
e3610693
MA
19982 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
19983
19984 * net/trampver.el: Update release number. Make version check fit
19985 for SXEmacs 22.
19986
13a3f374
JM
199872009-06-22 Jim Meyering <meyering@redhat.com>
19988
e0a28a3b 19989 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
19990 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
19991 XZ is the successor to LZMA: <http://tukaani.org/xz/>
19992
5242671e 199932009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 19994 Nick Roberts <nickrob@snap.net.nz>
13a3f374 19995
e0a28a3b 19996 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
19997 repository (http://sphinx.net.ru/hg/gdb-mi/).
19998
3fde45af
GM
199992009-06-22 Glenn Morris <rgm@gnu.org>
20000
46253b34
GM
20001 * files.el (dir-locals-collect-mode-variables): Allow for any number of
20002 `mode' and `eval' entries. (Bug#3430)
20003
97e18192
GM
20004 * Makefile.in (ELCFILES): Add fadr.elc.
20005
731a00fb
GM
20006 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
20007 differing behavior of \n and ^ in strings. (Bug#3385)
20008
c66cd0ff
GM
20009 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
20010
3fde45af
GM
20011 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
20012 property.
20013 (lisp-indent-function): Make it a defcustom.
20014
db2241a0
NR
200152009-06-21 Nick Roberts <nickrob@snap.net.nz>
20016
20017 * progmodes/gdb-ui.el: Replace with ...
5242671e 20018 * progmodes/gdb-mi.el: ... this file.
db2241a0 20019 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
20020
200212009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
20022
db2241a0
NR
20023 * fadr.el: New file.
20024
38d4f316 20025See ChangeLog.14 for earlier changes.
e3d51b27
MR
20026
20027;; Local Variables:
20028;; coding: utf-8
e3d51b27
MR
20029;; End:
20030
775f75bc 20031 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
e3d51b27
MR
20032
20033 This file is part of GNU Emacs.
20034
20035 GNU Emacs is free software: you can redistribute it and/or modify
20036 it under the terms of the GNU General Public License as published by
20037 the Free Software Foundation, either version 3 of the License, or
20038 (at your option) any later version.
20039
20040 GNU Emacs is distributed in the hope that it will be useful,
20041 but WITHOUT ANY WARRANTY; without even the implied warranty of
20042 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20043 GNU General Public License for more details.
20044
20045 You should have received a copy of the GNU General Public License
20046 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.