Derive from prog-mode, use derived-mode-p, and fix up various
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
175069ef
SM
12010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 Derive from prog-mode, use derived-mode-p, and fix up various
4 minor style issues in lisp/progmodes.
5
6 * progmodes/vhdl-mode.el (vhdl-mode):
7 * progmodes/verilog-mode.el (verilog-mode):
8 * progmodes/vera-mode.el (vera-mode):
9 * progmodes/sql.el (sql-mode):
10 * progmodes/scheme.el (scheme-mode):
11 * progmodes/perl-mode.el (perl-mode):
12 * progmodes/octave-inf.el (inferior-octave-mode):
13 * progmodes/autoconf.el (autoconf-mode):
14 * progmodes/m4-mode.el (m4-mode):
15 * progmodes/inf-lisp.el (inferior-lisp-mode):
16 * progmodes/idlwave.el (idlwave-mode):
17 * progmodes/icon.el (icon-mode):
18 * progmodes/idlw-help.el (idlwave-help-mode):
19 * progmodes/dcl-mode.el (dcl-mode):
20 * progmodes/idlw-shell.el (idlwave-shell-mode):
21 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
22 (ebrowse-member-mode, ebrowse-electric-position-mode):
23 Use define-derived-mode.
24
25 * progmodes/xscheme.el (exit-scheme-interaction-mode)
26 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
27 (xscheme-debugger-mode-p, xscheme-send-string-1):
28 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
29 (tcl-load-file, tcl-restart-with-file):
30 * progmodes/ps-mode.el (ps-run-running):
31 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
32 * progmodes/js.el (js--get-all-known-symbols):
33 * progmodes/inf-lisp.el (inferior-lisp-proc):
34 * progmodes/idlwave.el (idlwave-beginning-of-statement)
35 (idlwave-template, idlwave-update-buffer-routine-info)
36 (idlwave-update-current-buffer-info)
37 (idlwave-get-routine-info-from-buffers, idlwave-choose)
38 (idlwave-scan-class-info, idlwave-fix-keywords)
39 (idlwave-list-buffer-load-path-shadows):
40 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
41 (idlwave-toolbar-remove):
42 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
43 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
44 (idlwave-shell-menu-def):
45 * progmodes/idlw-complete-structtag.el
46 (idlwave-prepare-structure-tag-completion):
47 * progmodes/gud.el (gud-set-buffer):
48 * progmodes/f90.el (f90-backslash-not-special):
49 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
50
51 * progmodes/xscheme.el (xscheme-start)
52 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
53 * progmodes/which-func.el (which-function):
54 * progmodes/vhdl-mode.el (vhdl-set-style):
55 * progmodes/verilog-mode.el (verilog-set-compile-command)
56 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
57 (verilog-set-define, verilog-auto-reeval-locals):
58 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
59 * progmodes/simula.el (simula-mode):
60 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
61 * progmodes/python.el (python-check, python-mode):
62 * progmodes/prolog.el (prolog-mode-variables):
63 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
64 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
65 * progmodes/delphi.el (delphi-mode):
66 * progmodes/cc-styles.el (c-setup-paragraph-variables):
67 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
68 (c-font-lock-init): Move make-local-variable to their setq.
69
70 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
71 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
72 make-local-hook.
73 * progmodes/sh-script.el (sh-require-final-newline): Remove.
74 (sh-set-shell): Don't set require-final-newline since it's already done
75 by prog-mode.
76 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
77 since we never set it.
78 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
79 Use read-string and standard prompt.
80 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
81 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
82 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
83 (meta-common-mode-map): Rename from meta-mode-map.
84 Remove C-m binding, which is a user preference, not mode specific.
85 (meta-common-mode): New major mode; replace meta-common-initialization.
86 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
87 around with font-lock.
88 * progmodes/etags.el (select-tags-table-mode):
89 Derive from special-mode.
90 * progmodes/octave-mod.el (octave-mode):
91 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
92 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
93 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
94 Let define-derived-mode do its job.
95 * progmodes/cpp.el (cpp-edit-mode-map):
96 Move initialization into declaration.
97 (cpp-edit-mode): Use define-derived-mode.
98 (cpp-edit-load): Use derived-mode-p.
99 * progmodes/mixal-mode.el (mixal-mode):
100 * progmodes/f90.el (f90-mode):
101 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
102 require-final-newline since prog-mode does it already.
103 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
104 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
105 * progmodes/antlr-mode.el: Require cc-mode upfront.
106 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
107 the declaration.
108 (antlr-directory-dependencies, antlr-show-makefile-rules):
109 Use derived-mode-p.
110 (antlr-language-option): Don't assume point-min==1.
111 (antlr-mode): Use define-derived-mode.
112 * progmodes/ada-mode.el: Use derived-mode-p.
113 (ada-mode): Use define-derived-mode.
114 Use hack-local-variables-hook.
115
61f91c04
SM
1162010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
117
118 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
119 (texinfo-mode): Don't disable adaptive-fill-mode.
120 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
121 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
122 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
123 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
124 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
125 (texinfo-insert-@quotation, texinfo-insert-@samp)
126 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
127 (texinfo-insert-@uref): Use define-skeleton.
128 (texinfo-insert-@-with-arg): Delete.
129
72a44673
EZ
1302010-12-10 Eli Zaretskii <eliz@gnu.org>
131
132 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
133 nil, do quote archive member names. (Bug#6144)
134
ab540f59
GM
1352010-12-10 Glenn Morris <rgm@gnu.org>
136
66f782de
GM
137 * files.el (diff-no-select): Declare.
138
e554b3f8
GM
139 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
140 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
141
ab540f59
GM
142 * comint.el (comint-input-ring-file-name): Doc fix.
143
f68ab99b
EZ
1442010-12-09 Eli Zaretskii <eliz@gnu.org>
145
146 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
147 New functions.
61f91c04
SM
148 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
149 Use them instead of `nil' and `>', respectively.
f68ab99b
EZ
150 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
151 instead of `nil'.
152 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
153 and menu-bar-positive-p instead of `nil' and `>', respectively.
154 (Bug#1077)
155
650453a9
VJL
1562010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
157
158 * whitespace.el (whitespace-newline-mode): Code fix.
159
28d5de72
GM
1602010-12-09 Glenn Morris <rgm@gnu.org>
161
162 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
163 Rename functions without commas, update callers.
164
b596d50d 1652010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
16498102 166
b596d50d
GM
167 * whitespace.el (whitespace-cleanup-region):
168 Clean up spaces before tabs. (Bug#7582)
16498102 169
eff37c5e
KF
1702010-12-08 Karl Fogel <kfogel@red-bean.com>
171
172 * bookmark.el: Adjust parameter names and doc strings to resolve
173 confusion over whether "bookmark" meant a bookmark name or a
174 bookmark record. Along the way, shorten one function's name for
175 similar reasons. (Issue #7548)
176 (bookmark-name-from-record): New name for
177 `bookmark-name-from-full-record'. All callers changed.
178 (bookmark-get-bookmark, bookmark-get-bookmark-record)
179 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
180 (bookmark-get-annotation, bookmark-set-annotation)
181 (bookmark-get-filename, bookmark-set-filename)
182 (bookmark-get-position, bookmark-set-position)
183 (bookmark-get-front-context-string, bookmark-set-front-context-string)
184 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
185 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
186 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
187 Rename `bookmark' parameter to `bookmark-name-or-record', to
188 clearly show its role, and shorten or adjust doc strings accordingly.
189 (bookmark-set-name): Same, and pass the parameter directly to
190 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
191 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
192 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
193 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
194 and in some cases shorten doc string accordingly.
195 (bookmark-rename): Change `old' and `new' parameters to `old-name'
196 and `new-name', and adjust an internal variable to avoid confusion.
197 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
198 parameter in doc string.
199
5fe9ebd1
GM
2002010-12-08 Glenn Morris <rgm@gnu.org>
201
ac8331a7
GM
202 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
203 from gdb's history file. (Bug#7575)
204
5fe9ebd1
GM
205 * mail/emacsbug.el (report-emacs-bug):
206 Try to handle some other mail clients.
207
33cf0fb2
SM
2082010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
209
210 * files.el (dir-locals-collect-variables): Don't let errors stop us.
211 Use string-prefix-p.
212 (file-name-version-regexp): New var.
213 (file-name-sans-versions):
214 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
215 (jka-compr-get-compression-info): Use dolist.
216 (jka-compr-compression-info-list): Don't bother specifying
217 version/backup regexps.
218
11c31b99
TH
2192010-12-07 Tassilo Horn <tassilo@member.fsf.org>
220
221 * simple.el (just-one-space): Make argument n default to 1 if
222 omitted.
223
a733fc37
SM
2242010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
225
226 * electric.el (electric-indent-post-self-insert-function):
227 Delete trailing newlines even if we don't reindent.
228
88b5a757
DD
2292010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
230
a733fc37
SM
231 * minibuffer.el (completion-at-point): Remove the `arg'.
232 * bindings.el (complete-symbol): Move back from minibuffer.el.
233
2342010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
235
88b5a757
DD
236 * simple.el (just-one-space): Delete newlines for negative arg.
237
ce327e48
SM
2382010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
239
240 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
241 (ansi-color-filter-apply): Simplify.
242 (ansi-color-apply): Use `font-lock-face' rather than `face'.
243
ac73d955
BR
2442010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
245
246 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
247
8c44f097
CY
2482010-12-04 Chong Yidong <cyd@stupidchicken.com>
249
250 * dired.el (dired-use-ls-dired): Set default to a special
251 "unspecified" value.
252 (dired-insert-directory): When called the first time, check
253 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
254
15af15e5
TO
2552010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
256
257 * replace.el: Add "collect" feature to occur.
258 (occur-collect-regexp-history): New var.
88b5a757
DD
259 (occur-read-primary-args): Return a replace string for nlines,
260 if needed.
15af15e5
TO
261 (occur): Extend the meaning of nlines.
262
b2e6e5bd
SM
2632010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
264
265 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
266 (which-func-update-1): Distinguish symbols from strings.
267 (which-function): Stay within 80 columns.
268
ee9355dc
SM
2692010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
270
7f0ea0ff
SM
271 * subr.el (with-demoted-errors): Distinguish symbols from strings.
272
ee9355dc
SM
273 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
274 Improve docstring.
275 (comment-style): Use comment-styles's docs to describe values.
276
3e972d98
JD
2772010-12-03 Jan Djärv <jan.h.d@swipnet.se>
278
279 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
280 and ns-show-prefs (Bug#7535).
281
282 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
283 bindings (Bug#7535).
284
c879436a
GM
2852010-12-03 Glenn Morris <rgm@gnu.org>
286
afe27238
GM
287 * nxml/nxml-mode.el: Require rng-nxml.
288 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
289 Remove declarations.
290
65beee52
GM
291 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
292 * nxml/rng-nxml.el, nxml/rng-valid.el:
293 Remove leading `*' from defcustom docs.
294
ad961a00
GM
295 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
296 (normal-top-level-add-to-load-path, tty-handle-args):
297 Convert comments to basic doc-strings.
298
c5fd0ab5
GM
299 * net/browse-url.el (browse-url-url-at-point)
300 (browse-url-default-browser): Remove autoload cookies.
301
f62f063d
GM
302 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
303 Remove more undefined cl functions.
304
c879436a
GM
305 * vc/diff.el (diff-sentinel): Make new arguments optional.
306 * ibuf-ext.el (diff-sentinel): Update declaration.
307
3721e124
DU
3082010-12-03 Daiki Ueno <ueno@unixuser.org>
309
310 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
311 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
312 (epg-context-set-passphrase-callback): Mention that the callback
313 is not called when used with GnuPG 2.x.
314
66feec8b
MA
3152010-12-02 Michael Albinus <michael.albinus@gmx.de>
316
317 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
318 (tramp-file-name-port): Check also for `tramp-default-port'.
319 (tramp-get-connection-name): New defun.
320 (tramp-get-connection-process): Use it.
321 (tramp-debug-message): Extend function exclude list.
322 (tramp-drop-volume-letter): Fix doc string.
323
324 * net/tramp-cmds.el: Remove solved todo item.
325
326 * net/tramp-efs.el:
327 * net/tramp-ftp.el:
328 * net/tramp-gvfs.el:
329 * net/tramp-gw.el:
330 * net/tramp-imap.el:
331 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
332 and `tramp-default-user-alist', respectively.
333
88b5a757
DD
334 * net/tramp-gw.el (tramp-gw-open-connection):
335 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
66feec8b
MA
336
337 * net/tramp-imap.el (tramp-imap-make-iht): Use just
338 `tramp-file-name-port'.
339
340 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
341 and "psftp". Exchange "%k" marker with options.
342 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
343 Compute size of link target.
344 (tramp-do-copy-or-rename-file-out-of-band). Move setting of
345 `tramp-current-*' up due to gateway methods. Optimze computing of
346 copy arguments. Use `tramp-get-connection-name' and
347 `tramp-get-connection-buffer'. Improve debug messages.
348 (tramp-compute-multi-hops): Remove port determination.
349 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
350
351 * net/trampver.el: Update release number.
352
bd77c2ef
GM
3532010-12-02 Glenn Morris <rgm@gnu.org>
354
05907bb3
GM
355 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
356 Avoid infinite loop over windows. (Bug#7492)
357
bd77c2ef
GM
358 * progmodes/flymake.el (flymake-check-file-limit):
359 Allow nil to mean "no limit".
360 (flymake-check-patch-master-file-buffer): Update for above change.
361 Allow a .tex file-name extension to be optional.
362 (flymake-master-tex-init): Also match \include statements.
363
f7ca27a1
SS
3642010-11-30 Sam Steingold <sds@gnu.org>
365
366 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
367 (nxml-parent-document-set): A function to set `nxml-parent-document'.
368 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
369 (nxml-mode-hook): Remove `defcustom' (auto-defined by
370 define-derived-mode').
371 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
372 users who want to call `nxml-parent-document-set'.
373
402c8a49
CY
3742010-11-27 Chong Yidong <cyd@stupidchicken.com>
375
376 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
377 stand-alone lines, since that is handled by log-edit-match-to-eoh
378 (Bug#6465).
379
d1882ac7
EW
3802010-11-27 Eduard Wiebe <usenet@pusto.de>
381
382 * dired.el (dired-get-filename): Replace backslashes with slashes
383 in file names on MS-Windows, needed by `locate'. (Bug#7308)
384 * locate.el (locate-default-make-command-line): Don't consider
385 drive letter and root directory part of
386 `directory-listing-before-filename-regexp'. (Bug#7308)
387 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
388
07976ae3 3892010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
09ffa822
SM
390
391 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
392 of :smie-open/close-alist.
393 (smie-next-sexp): Make it accept a "start token" as argument.
394 (smie-indent-keyword): Be careful not to misidentify tokens that span
395 more than one line, as empty lines. Add argument `token'.
396
07976ae3 3972010-11-27 Kenichi Handa <handa@m17n.org>
3d9ee611 398
afde451a
KH
399 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
400 multipart subtypes, insert all as usual.
401
3d9ee611
KH
402 * mail/rmail.el: Require rfc2047.
403
07976ae3 4042010-11-27 Kenichi Handa <handa@m17n.org>
d1be4ec2
KH
405
406 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
407 (rmail-mime-entity-disposition)
408 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
409 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
410 (rmail-mime-save): Handle the case that the button's `data' is a
411 MIME entity.
412 (rmail-mime-insert-text): New function.
413 (rmail-mime-insert-image): Handle the case that DATA is a MIME
414 entity.
415 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
416 (rmail-mime-insert-bulk): New function mostly copied from the old
417 rmail-mime-bulk-handler.
418 (rmail-mime-multipart-handler): Just call
419 rmail-mime-process-multipart.
420 (rmail-mime-process-multipart): New funciton mostly copied from
421 the old rmail-mime-multipart-handler.
422 (rmail-mime-show): Just call rmail-mime-process.
423 (rmail-mime-process): New funciton mostly copied from the old
424 rmail-mime-show.
425 (rmail-mime-insert-multipart, rmail-mime-parse)
426 (rmail-mime-insert, rmail-show-mime)
427 (rmail-insert-mime-forwarded-message)
428 (rmail-insert-mime-resent-message): New functions.
429 (rmail-insert-mime-forwarded-message-function): Set to
430 rmail-insert-mime-forwarded-message.
431 (rmail-insert-mime-resent-message-function): Set to
432 rmail-insert-mime-resent-message.
433
434 * mail/rmailsum.el: Require rfc2047.
435 (rmail-header-summary): Handle multiline Subject: field.
436 (rmail-summary-line-decoder): Change the default to
437 rfc2047-decode-string.
438
439 * mail/rmail.el (rmail-enable-mime): Change the default to t.
440 (rmail-mime-feature): Change the default to `rmailmm'.
441 (rmail-quit): Delete the specifal code for rmail-enable-mime.
442 (rmail-display-labels): Likewise.
443 (rmail-show-message-1): Check rmail-enable-mime, and use
444 rmail-show-mime-function for a MIME message. Decode the headers
445 according to RFC2047.
446
07976ae3 4472010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
33aeea0e
SM
448
449 * progmodes/which-func.el (which-func-imenu-joiner-function):
450 Return a string, as expected.
451 (which-function-mode): Make sure we stop any previous timer before
452 starting a new one.
453
07976ae3 4542010-11-27 Michael Albinus <michael.albinus@gmx.de>
e40fc745
MA
455
456 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
457 (tramp-default-user-alist, tramp-default-proxies-alist):
458 Adapt custom options type. (Bug#7445)
e40fc745 459
07976ae3 4602010-11-27 Chong Yidong <cyd@stupidchicken.com>
ae3da38a
CY
461
462 * progmodes/python.el: Add Ipython support (Bug#5390).
463 (python-shell-prompt-alist)
464 (python-shell-continuation-prompt-alist): New options.
465 (python--set-prompt-regexp): New function.
33aeea0e
SM
466 (inferior-python-mode, run-python, python-shell):
467 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
468 prompt based on the Python interpreter.
469 (python--prompt-regexp): New var.
470 (python-check-comint-prompt)
471 (python-comint-output-filter-function): Use it.
472 (run-python): Use a pipe (Bug#5694).
473
07976ae3 4742010-11-27 Chong Yidong <cyd@stupidchicken.com>
1d851570
CY
475
476 * progmodes/python.el (run-python): Doc fix.
477 (python-keep-current-directory-in-path): New var (Bug#7454).
478
07976ae3 4792010-11-27 Chong Yidong <cyd@stupidchicken.com>
76dabd37
CY
480
481 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
482 Prompt user before actually printing.
483
0b839457
GM
4842010-11-27 Glenn Morris <rgm@gnu.org>
485
486 * startup.el (package-enable-at-startup, package-initialize):
487 Remove unnecessary declarations.
488
96107967
EZ
4892010-11-27 Eli Zaretskii <eliz@gnu.org>
490
491 * international/characters.el (glyphless-char-display-control):
492 Exclude newline and TAB from the c0-control group.
493
a140ec5f
GM
4942010-11-27 Glenn Morris <rgm@gnu.org>
495
82445062
GM
496 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
497 (expand-mail-aliases): Remove unnecessary autoload.
498
08b5f072
GM
499 * allout.el (allout-command-prefix, allout-mode-map): Declare.
500
e96d4147
GM
501 * shell.el (shell-dir-cookie-re): Move definition before use.
502
a140ec5f
GM
503 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
504 Replace undefined CL functions.
505
a2249e66
EZ
5062010-11-26 Eli Zaretskii <eliz@gnu.org>
507
228482b2
EZ
508 * simple.el (prog-mode): Set bidi-paragraph-direction to
509 left-to-right.
510
a2249e66
EZ
511 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
512
d01d7b8d
GM
5132010-11-26 Glenn Morris <rgm@gnu.org>
514
515 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
516 diary-outlook-formats can be sensitive to calendar-date-style.
517 (diary-outlook-formats): Simplify the default setting.
518 (diary-from-outlook-internal): Pass subject and body as arguments.
519 Use dolist rather than dotimes. Don't save the diary buffer.
520 (diary-from-outlook-gnus, diary-from-outlook-rmail):
521 Pass subject and body as explicit arguments to the -internal function.
522
b3ea64a3
LMI
5232010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
524
525 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
526 parsing them. This makes mailto:...?subject=foo\nbar work.
527
d5e7b0d8
SM
5282010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
529
530 * vc/diff.el (diff): Fix last change.
531
872ab164
SM
5322010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
533
534 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
535 (pcase--dontcare-upats): New var.
536 (pcase-let, pcase-let*): Generate better code.
537 Accept the same bodies as `let'.
538 (pcase-dolist): New macro.
539 (pcase--trivial-upat-p): New helper function.
540 (pcase--expand): Strip leading "(let nil" if any.
541
876d1684
LMI
5422010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
543
7bd9b9d8
LMI
544 * mail/mailclient.el (browse-url): Require.
545 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
546 use the external browser function to send the mail (bug#7469).
547
876d1684
LMI
548 * net/browse-url.el (browse-url-browser-function): Revert the
549 default back to the previous value, since the new value broke
550 mailclient.el.
551 (browse-url-mailto-function): New variable for mailto: URLs.
552 (browse-url): Use the new variable for mailto: URLs.
553
6e13206c
SM
5542010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
555
556 * eshell/esh-cmd.el (eshell-parse-command):
557 * eshell/esh-arg.el (eshell-parse-arguments):
558 * eshell/em-script.el (eshell-source-file):
559 Use with-silent-modifications.
560
3d92f44e
CY
5612010-11-23 Chong Yidong <cyd@stupidchicken.com>
562
563 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
564 for a merge location.
565
566 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
567 (vc-bzr-merge-branch): Always prompt.
568 (vc-bzr-async-command): Use the full branch filename.
569
8f5f1e68
SM
5702010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
571
572 * shell.el (shell): Use current-buffer by default if it's already
573 a shell mode buffer and its process is dead.
ee9355dc 574 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
8f5f1e68 575
331460ac
TH
5762010-11-23 Tassilo Horn <tassilo@member.fsf.org>
577
8f5f1e68
SM
578 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
579 Mention that the keywords should be comma separated.
331460ac 580
2c3160c5
CY
5812010-11-23 Chong Yidong <cyd@stupidchicken.com>
582
583 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
584 Accept optional prefix arg meaning to prompt for a command.
585 (vc-update): Use vc-BACKEND-pull if available. Accept optional
586 prefix arg meaning to prompt for a command.
587 (vc-pull): Alias for vc-update.
588
589 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
590 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
591 (vc-bzr-merge-branch): New functions, implementing merge-branch
592 and pull operations.
593
b2e44819
SM
5942010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
595
8a0eb852
SM
596 * Makefile.in: Fix up last merge.
597
b2e44819
SM
598 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
599 (diff-sentinel): Get them as arguments instead.
600 (diff-old-file, diff-new-file, diff-extra-args): Remove.
601 (diff-file-local-copy, diff-better-file-name): New funs.
602 (diff-no-select): Rename from diff-into-buffer.
603 Support buffers additionally to files. Move `buf' arg. Don't display buf.
604 Prefer closures to buffer-local variables.
605 (diff): Adjust accordingly.
606 (diff-buffer-with-file): Move from files.el.
607 * files.el (diff-buffer-with-file): Move to vc/diff.el.
608 (diff-buffer-internal): Remove.
609 (diff-buffer-buffer): Remove.
610 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
611 the buffer name used, and so as not to mess up windows and frames.
612
6a7662bb
BR
6132010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
614
615 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
616 (diff-buffer-internal): New function extracted from diff-buffer-with-file
617 (diff-buffer-with-file): Use it.
618 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
619 (diff): Use it.
620
c799747b
TH
6212010-11-22 Tassilo Horn <tassilo@member.fsf.org>
622
623 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
624 \ref's or \pageref's value as default instead of initial input.
625
e274eb13
MA
6262010-11-21 Michael Albinus <michael.albinus@gmx.de>
627
628 * files.el (backup-by-copying-when-mismatch): The default value is
629 now t.
630
631 * startup.el (normal-top-level):
632 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
633 `backup-by-copying-when-mismatch'.
634
77af54d7
JD
6352010-11-21 Jan Djärv <jan.h.d@swipnet.se>
636
637 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
638
4e2f7d2a
CY
6392010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
640
6a7662bb
BR
641 * progmodes/python.el (python-font-lock-keywords):
642 Highlight top-level augmented assignments (Bug#6445).
4e2f7d2a 643
b7d1e144
JD
6442010-11-21 Jan Djärv <jan.h.d@swipnet.se>
645
646 * term/ns-win.el (ns-right-control-modifier)
647 (ns-right-command-modifier): Defvar them.
648
649 * cus-start.el (all): Add ns-right-control-modifier and
650 ns-right-command-modifier (Bug#7458).
651
c11cc37a
GM
6522010-11-20 Glenn Morris <rgm@gnu.org>
653
654 * emacs-lisp/authors.el (authors-ignored-files)
655 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
656
7dcd777e
TH
6572010-11-20 Tassilo Horn <tassilo@member.fsf.org>
658
659 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
660 (report-emacs-bug-parse-query-results)
661 (report-emacs-bug-create-existing-bugs-buffer): Pass through
662 keywords used for querying the bug database to show them in the
663 existing bugs buffer.
664
d2bd5189
JD
6652010-11-20 Jan Djärv <jan.h.d@swipnet.se>
666
667 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
668
669 * info.el (info-tool-bar-map): Add some :vert-only keywords.
670
0e7c0582
EZ
6712010-11-20 Eli Zaretskii <eliz@gnu.org>
672
673 * international/characters.el (glyphless-char-display-control):
674 Make it a defcustom, with update-glyphless-char-display as its
675 :set attribute.
676 (top level): Don't call update-glyphless-char-display.
677
7398933f
MA
6782010-11-20 Michael Albinus <michael.albinus@gmx.de>
679
680 Sync with Tramp 2.2.0.
681
682 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
683 `file-remote-p' (due to compatibility).
684
685 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
686 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
687
688 * net/trampver.el: Update release number.
689
1cd64aae
EZ
6902010-11-20 Eli Zaretskii <eliz@gnu.org>
691
692 * faces.el (glyphless-char): Define value for `pc'.
693
614316a7
TH
6942010-11-20 Tassilo Horn <tassilo@member.fsf.org>
695
26214810
EZ
696 Implemented a bug querying mechanism.
697 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
614316a7
TH
698 (report-emacs-bug-create-existing-bugs-buffer)
699 (report-emacs-bug-parse-query-results)
26214810 700 (report-emacs-bug-query-existing-bugs): New functions.
614316a7 701
9061f667
TH
7022010-11-19 Tassilo Horn <tassilo@member.fsf.org>
703
704 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
705 a \ref{} or \pageref{} macro, then use its value as initial input.
706
1265829e
JB
7072010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
708
709 * calc/calc-units.el (math-build-units-table-buffer):
710 calc/README: Mention that the TeX specific units won't use the
711 `tex' prefix in TeX mode.
712 calc/calc-lang.el (math-variable-table): Don't use the `tex'
713 prefix for units in TeX mode.
714
9fca7811
SM
7152010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
716
717 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
718 * comint.el (comint-kill-region): Make the yank-handler argument
719 obsolete.
9fca7811 720
4a47c275 7212010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
88bf1bec 722
e2f454c4
SM
723 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
724 that are both openers (resp. closers) and something else.
725 (smie-grammar): Loosen definition of valid values.
726 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
727 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
728 (smie-indent-after-keyword): Adjust users.
729 (smie-indent-keyword): Don't indent empty lines.
730
88bf1bec
SM
731 * vc-hg.el (vc-hg-program): New var.
732 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
733 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
734
4a47c275 7352010-11-18 Glenn Morris <rgm@gnu.org>
4c0eb0d3
GM
736
737 * emacs-lisp/autoload.el (autoload-find-destination): The function
738 coding-system-eol-type may return non-numeric values. (Bug#7414)
739
4a47c275 7402010-11-18 Ulrich Mueller <ulm@gentoo.org>
bf6442c3
UM
741
742 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
743
4a47c275 7442010-11-18 Eli Zaretskii <eliz@gnu.org>
e68afd74
EZ
745
746 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
747
4a47c275 7482010-11-18 Chong Yidong <cyd@stupidchicken.com>
de02effd
CY
749
750 * textmodes/picture.el (picture-mouse-set-point): Don't use
751 posn-col-row; explicitly compute the motion based on the posn at
752 the window-start (Bug#7390).
753
4a47c275 7542010-11-18 Glenn Morris <rgm@gnu.org>
f0a698ab
GM
755
756 * novice.el (disabled-command-function):
757 Fix 2009-11-15 change. (Bug#7384)
758
4a47c275 7592010-11-18 Glenn Morris <rgm@gnu.org>
29f30ab7
GM
760
761 * calendar/calendar.el (diary-iso-date-forms): Make elements
762 mutually exclusive. (Bug#7377)
763
4a47c275 7642010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10b40d2e
SM
765
766 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
767 when filling the remaining "unconstrained" values.
768
4a47c275 7692010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7bea8c7a 770
acef0722
SM
771 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
772 safety predicate.
773
774 * files.el (safe-local-variable-p): Gracefully handle errors.
775
7bea8c7a
SM
776 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
777 Use smie-indent-virtual when indenting relative to an opener.
778 (smie-rule-separator): Use smie-rule-parent.
779 (smie-indent-keyword): Consult rules, even for openers at bol.
780 (smie-indent-comment-close): Try to align closer's content.
781
4a47c275 7822010-11-18 Glenn Morris <rgm@gnu.org>
b010e1ba
GM
783
784 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
785
4a47c275 7862010-11-18 Glenn Morris <rgm@gnu.org>
c790cad4 787
aa514451
GM
788 * printing.el (pr-menu-bind): Doc fix.
789
32b636de
GM
790 * speedbar.el (speedbar-toggle-images): Doc fix.
791
bc1d5cdf
GM
792 * progmodes/python.el (python-shell): Doc fix.
793
c790cad4
GM
794 * wid-edit.el (widget-field-use-before-change)
795 (widget-use-overlay-change): Doc fixes.
796
c51bb5d2
SM
7972010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
798
8bbb7dd8
SM
799 Minor cleanup to improve style.
800 * textmodes/rst.el (rst-update-section): Use point-marker.
801 (rst-get-decoration): Eliminate unneeded assignment.
802 (rst-promote-region, rst-straighten-decorations)
803 (rst-section-tree, rst-adjust): Use point-marker.
804 (rst-toc-mode-mouse-goto): Avoid setq.
805 (rst-shift-region-guts, rst-shift-region-left)
806 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
807 (rst-convert-bullets-to-enumeration): Use copy-marker.
808
b7e270a2
SM
809 * minibuffer.el (completion-fail-discreetly): New var.
810 (completion--do-completion): Use it.
811
c51bb5d2
SM
812 * electric.el (electric-pair-pairs): New var.
813 (electric-pair-post-self-insert-function): Use it.
814 (electric-layout-post-self-insert-function): Don't insert a before
815 newline unless it's actually needed.
816
c04f2ac0
SM
8172010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
818
bac2de0f
SM
819 * progmodes/python.el (run-python): Explain why we remove the current
820 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
821
c04f2ac0
SM
822 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
823
7100ff98
SM
8242010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
825
03f70355
SM
826 * progmodes/octave-mod.el: Rely on elecric-*-modes.
827 (octave-mode-map): Don't bind ;, SPC, and LF.
828 (octave-auto-indent, octave-auto-newline): Remove.
829 (electric-layout-rules): Declare.
830 (octave-mode): Set electric-layout-rules.
831 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
832 (octave-reindent-then-newline-and-indent, octave-electric-semi)
833 (octave-electric-space): Remove.
834
7100ff98
SM
835 * electric.el (electric-layout-mode): New minor mode.
836 (electric--after-char-pos): New function.
837 (electric-indent-post-self-insert-function): Use it.
838 (electric-layout-rules): New var.
839 (electric-layout-post-self-insert-function): New function.
840 (electric-indent-mode): Make them interact better.
841
cca982d0
SM
8422010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
843
844 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
845 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
846 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
847
84992dff
AM
8482010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
849
850 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
851 Make sure to check inside the word (Bug#6761).
852
afa42fe3
CY
8532010-11-14 Chong Yidong <cyd@stupidchicken.com>
854
855 * startup.el (command-line): If the cursorColor resource is set,
856 change the cursor face-spec (Bug#7392).
857
a798747d 8582010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1c9b9df0 859
a798747d 860 The main features of the following allout.el changes are:
1c9b9df0
KM
861 - implement user customization for the allout key bindings
862 - add a customization control by which the user can inhibit use of
a798747d 863 a trailing Ctrl-H, so by default it's reserved for use with
1c9b9df0
KM
864 describe-prefix-bindings
865 - adapt to new version of called-interactively-p, while
a798747d 866 maintaining backwards compatibility with old version
1c9b9df0
KM
867 - fix hotspot navigation so i works properly with meta-modified keys
868
a798747d
GM
869 * allout.el (allout-keybindings, allout-bind-keys)
870 (allout-keybindings-binding, allout-prefixed-keybindings)
871 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
872 (allout-keybindings-list, allout-mode-map-adjustments)
873 (allout-setup-mode-map): Establish allout-mode keymaps as user
874 customizable settings, and also establish a customizable setting which
875 regulates whether or not a trailing control-h is reserved for use with
876 describe-prefix-bindings - and inhibit it by default, so that control-h
877 *is* reserved for describe-prefix-bindings unless the user changes it.
878
879 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
880 and accurately between modified and unmodified events, and handle
1c9b9df0
KM
881 modified events more comprehensively.
882
a798747d
GM
883 * allout.el (allout-substring-no-properties):
884 Alias to use or provide version of `substring-no-properties'.
885 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1c9b9df0 886
a798747d
GM
887 * allout.el (allout-next-single-char-property-change):
888 Alias to use or provide version of `next-single-char-property-change'.
889 (allout-annotate-hidden, allout-hide-by-annotation):
890 Use `allout-next-single-char-property-change'.
1c9b9df0 891
a798747d
GM
892 * allout.el (allout-select-safe-coding-system):
893 Alias to use or provide version of `select-safe-coding-system'.
894 (allout-toggle-subtree-encryption):
895 Use `allout-select-safe-coding-system'.
1c9b9df0 896
a798747d
GM
897 * allout.el (allout-set-buffer-multibyte):
898 Alias to use or provide version of `set-buffer-multibyte'.
899 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1c9b9df0 900
a798747d
GM
901 * allout.el (allout-called-interactively-p): Macro for using the
902 different versions of called-interactively-p identically, depending on
903 the subroutine's argument signature.
904 (allout-back-to-current-heading, allout-beginning-of-current-entry):
905 Use `(interactive "p")' instead of `(called-interactively-p)'.
1c9b9df0 906
a798747d
GM
907 * allout.el (allout-init, allout-ascend, allout-end-of-level)
908 (allout-previous-visible-heading, allout-forward-current-level)
909 (allout-backward-current-level, allout-show-children):
910 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1c9b9df0 911
a798747d
GM
912 * allout.el (allout-before-change-handler):
913 Exempt edits to the (overlaid) character after the allout outline
914 bullet from edit confirmation prompt.
1c9b9df0 915
a798747d
GM
916 * allout.el (allout-add-resumptions):
917 Ensure that it respects correct buffer for keybindings.
1c9b9df0 918
a798747d
GM
919 * allout.el (allout-beginning-of-line):
920 Use `allout-previous-single-char-property-change' alias for the sake of
921 diverse compatibility.
1c9b9df0 922
a798747d
GM
923 * allout.el (allout-end-of-line):
924 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1c9b9df0 925
0216b738
CY
9262010-11-13 Chong Yidong <cyd@stupidchicken.com>
927
928 * frame.el (frame-notice-user-settings): Don't clobber other
929 user-set parameters when calling face-set-after-frame-default in
930 response to background-color parameter (Bug#7373).
931
0eb025fb
EZ
9322010-11-13 Eli Zaretskii <eliz@gnu.org>
933
934 * international/characters.el (glyphless-char-display-control):
88b5a757 935 Rename from glyphless-char-control; all users changed. Doc fix.
4a9f985c
EZ
936 Signal an error if display method is not one of the recognized
937 symbols.
0eb025fb 938
6e060cee
MA
9392010-11-13 Michael Albinus <michael.albinus@gmx.de>
940
941 * net/tramp-compat.el (tramp-compat-line-beginning-position)
942 (tramp-compat-line-end-position): Remove them.
943
944 * net/tramp.el (tramp-parse-rhosts-group)
945 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
946 (tramp-parse-hosts-group, tramp-parse-passwd-group)
947 (tramp-parse-netrc-group, tramp-parse-putty-group)
948 * net/tramp-cmds.el (tramp-append-tramp-buffers)
949 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
950 (tramp-sh-handle-file-selinux-context)
951 (tramp-sh-handle-file-name-all-completions)
952 (tramp-sh-handle-insert-directory)
953 (tramp-sh-handle-expand-file-name, tramp-find-executable)
954 (tramp-wait-for-output, tramp-send-command-and-read)
955 * net/tramp-smb.el (tramp-smb-read-file-entry)
956 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
957
958 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
959 `point-at-bol'.
960 (tramp-remote-coding-commands): Add an alternative using "base64
961 -d -i". This is needed for older base64 versions from GNU
962 coreutils. Reported by Klaus Reichl
963 <Klaus.Reichl@thalesgroup.com>.
964
8da5345f
HN
9652010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
966
967 * simple.el (count-words-region): New function.
968
c156a63b
SM
9692010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
970
78835dd0
SM
971 * shell.el (shell-dir-cookie-re): New custom variable.
972 (shell-dir-cookie-watcher): New function.
973
ebff325e
SM
974 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
975 and compilation-mode (bug#7350).
976
4e9e1584
SM
977 * vc/smerge-mode.el (smerge-refine): Choose better default part to
978 highlight when one of them is empty.
979
4490f875
SM
980 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
981 trailing space.
982 (skeleton-newline): New function.
983 (skeleton-internal-1): Use it.
984
c156a63b
SM
985 * simple.el (open-line): `newline' may strip trailing space.
986
f3bb9e16
KR
9872010-11-12 Kevin Ryde <user42@zip.com.au>
988
989 * international/mule-cmds.el (princ-list): Use mapc.
990
7847454a
GM
9912010-11-12 Glenn Morris <rgm@gnu.org>
992
993 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
994 Use it to replace all instances of "*Compile-Log*"
995
aa310257
SM
9962010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
997
998 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
999 indentation specs.
1000
cbf83ce9
SM
10012010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1002
1003 * progmodes/modula2.el: Use SMIE and skeleton.
1004 (m2-mode-syntax-table): (*..*) can be nested.
1005 Add //...\n. Fix paren syntax.
1006 (m2-mode-map): Remove LF and TAB bindings.
1007 (m2-indent): Add safety property.
1008 (m2-smie-grammar): New var.
1009 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
1010 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
1011 (m2-mode): Use define-derived-mode.
1012 (m2-newline, m2-tab): Remove.
1013 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
1014 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
1015 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
1016 (m2-import): Use define-skeleton.
1017
e7c4fb1e
GM
10182010-11-11 Glenn Morris <rgm@gnu.org>
1019
b3e4c911
GM
1020 * obsolete/lucid.el: Don't warn about any CL functions in this file.
1021
b3e22bd4
GM
1022 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
1023 (ls-lisp-verbosity): Add custom :set-after property.
1024 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
1025 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
1026 (ls-lisp-insert-directory): Update caller.
606dcd9e
GM
1027 (ls-lisp-set-options): New function.
1028 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
1029 Doc fix.
b3e22bd4 1030
55a4b4fe
GM
1031 * play/landmark.el (lm-prompt-for-move):
1032 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
1033
e7c4fb1e
GM
1034 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
1035
1036 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
1037 (idlwave-study-twins): Prefix dynamic local variable `name'.
1038 (idlwave-routine-twin-compare): Update for above change.
1039
1040 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
1041 Prefix dynamic local variables `name', `kwd', and `link'.
1042 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
1043 * progmodes/idlw-complete-structtag.el
1044 (idlwave-complete-structure-tag-help):
1045 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
1046 (idlwave-complete-sysvar-tag-help)
1047 (idlwave-complete-class-structure-tag-help):
1048 Update for above name changes.
1049
afe2870b
LMI
10502010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1051
1052 * net/browse-url.el (browse-url-browser-function): Change the
1053 default to use `browse-url-mail' on mailto: URLs.
1054
fbe3be3f
CY
10552010-11-10 Chong Yidong <cyd@stupidchicken.com>
1056
cbf83ce9
SM
1057 * emacs-lisp/package.el (package-read-all-archive-contents):
1058 Reset package-archive-contents to nil before re-reading.
fbe3be3f 1059
a7cfbaea 10602010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
bd4532fc
AM
1061
1062 * textmodes/flyspell.el (flyspell-word): Do not re-check words
1063 already found as misspellings by (flyspell-large-region), just
c97685d4 1064 do highlighting (bug#7322).
bd4532fc 1065
13e7256f
GM
10662010-11-10 Glenn Morris <rgm@gnu.org>
1067
6d2a1e35
GM
1068 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
1069
d4aca69c
GM
1070 * emulation/edt.el (edt-with-position): New macro.
1071 (edt-find-forward, edt-find-backward, edt-find-next-forward)
1072 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
1073 (edt-paragraph-forward, edt-paragraph-backward): Use it.
1074
f8a09adb
GM
1075 * emulation/tpu-extras.el (tpu-with-position): New macro.
1076 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
1077
c026460b
GM
1078 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
1079
dea53a43
GM
1080 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
1081 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
1082 (texinfo-master-menu, texinfo-insert-node-lines)
1083 (texinfo-multiple-files-update):
1084 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
1085 Use line-beginning-position.
1086
72bc50c0
GM
1087 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
1088 No recent Emacs supports system-type `emx'.
1089
1090 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
1091 (ada-command-separator, ada-default-prj-properties)
1092 (ada-find-any-references): Update for above name change.
1093
1094 * dirtrack.el (dirtrack-directory-function)
1095 (dirtrack-canonicalize-function):
1096 * filecache.el (file-cache-completion-ignore-case)
1097 (file-cache-case-fold-search, file-cache-ignore-case):
1098 * term.el (serial-port-is-file-p): Cosmetic change.
1099
1100 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
1101 Remove non-existent `windows-95' system-type.
1102 * dired.el (dired-chown-program): Remove non-existent `linux'
1103 system-type.
1104
17731c39
GM
1105 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
1106 (ping-program-options): Remove non-existent `linux' system-type.
1107
9228bbd3
GM
1108 * startup.el (package-initialize): Update declaration.
1109
6e404950
GM
1110 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
1111 (ls-lisp-handle-switches): Use time-less-p.
1112 (ls-lisp-format-time): Use float-time.
1113
6f0d4bb6
GM
1114 * textmodes/remember.el (remember-time-to-seconds): Remove.
1115 (remember-store-in-mailbox): Use float-time.
1116
1117 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
1118
1119 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
1120 never a real function.
1121 (with-no-warnings): Remove compat stub, now unused.
1122 (time-less-p): Doc fix.
1123 (time-to-number-of-days): Simplify.
1124
73171bd4
GM
1125 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
1126 Remove.
1127 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
1128 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
1129 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
1130 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
1131 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
1132
13e7256f
GM
1133 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
1134 (eshell-shuffle-files, eshell-shorthand-tar-command)
1135 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
1136 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
1137 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
1138 Prefix dynamic local variable `matches'.
1139
b565f5a1
GM
1140 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
1141 Prefix dynamic local variable `skeleton'.
1142
5ad3e885
KY
11432010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
1144
1145 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
1146 in mail buffer; make yank-action always a command that yanks original
1147 buffer.
1148
14121c52
GM
11492010-11-09 Glenn Morris <rgm@gnu.org>
1150
1151 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
1152
d607b96b 11532010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
73525e72 1154
9bdba5f5
SM
1155 * minibuffer.el (minibuffer-completion-help): Specify the end of the
1156 completion field (bug#7211).
1157
73525e72
SM
1158 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
1159 Fix handling of backslash escapes.
1160 (python-quote-syntax): Adjust accordingly.
1161
d607b96b 11622010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
1163
1164 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
1165 (vc-mtn-workfile-branch): Adjust to new output format.
1166
d607b96b 11672010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
cc4d2366
SM
1168
1169 * international/mule-cmds.el (princ-list): Mark as obsolete.
1170
d607b96b 11712010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7f925a67
SM
1172
1173 * emacs-lisp/smie.el: New package.
1174
d607b96b 11752010-11-09 Michael Albinus <michael.albinus@gmx.de>
6ce78fdc 1176
7f925a67
SM
1177 * files.el (backup-by-copying-when-mismatch):
1178 Set `permanent-local' property.
6ce78fdc
MA
1179
1180 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 1181 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 1182
d607b96b 11832010-11-09 Eli Zaretskii <eliz@gnu.org>
21620882
EZ
1184
1185 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
1186
d607b96b 11872010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
8468f78b 1188
7f925a67 1189 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 1190 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
1191 AUTOINOUT for SV style multidimensional arrays, bug294.
1192 Reported by Eric Mastromarchi.
1193 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
1194 font-lock-fontify-buffer to cleanup style issues.
1195
d607b96b 11962010-11-09 Glenn Morris <rgm@gnu.org>
cb5e49a3
GM
1197
1198 * locate.el (locate, locate-mode): Doc fixes.
1199
d607b96b 12002010-11-09 Chong Yidong <cyd@stupidchicken.com>
381d186f
CY
1201
1202 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
1203 user for confirmation.
1204 (server-force-stop): Use it.
1205 (server-start): Use server-force-stop for kill-emacs-hook, to
1206 avoid user interaction while killing Emacs.
1207
9b026d9f
GM
12082010-11-09 Glenn Morris <rgm@gnu.org>
1209
3406534c 1210 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
e814121e 1211 (meta-indent-line): Simplify.
3406534c 1212
9b026d9f
GM
1213 * vc/emerge.el (emerge-line-number-in-buf):
1214 * textmodes/ispell.el (ispell-region):
1215 * textmodes/fill.el (current-fill-column):
1216 * progmodes/xscheme.el (xscheme-send-current-line):
1217 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
1218 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
1219 * progmodes/sh-script.el (sh-handle-prev-do):
1220 * progmodes/meta-mode.el (meta-indent-line):
1221 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
1222 (idlwave-in-quote):
1223 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
1224 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
1225 * progmodes/fortran.el (fortran-looking-at-if-then):
1226 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
1227 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
1228 (cperl-find-pods-heres):
1229 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
1230 * net/quickurl.el (quickurl-list-insert):
1231 * net/ldap.el (ldap-search-internal):
1232 * net/eudc.el (eudc-expand-inline):
1233 * mail/sendmail.el (sendmail-send-it):
1234 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
1235 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
1236 (viper-brac-function):
1237 * calc/calc-yank.el (calc-do-grab-region):
1238 * calc/calc-keypd.el (calc-keypad-press):
1239 * term.el (term-move-columns, term-insert-spaces):
1240 * speedbar.el (speedbar-highlight-one-tag-line):
1241 * simple.el (current-word):
1242 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1243 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
1244 (Info-scroll-down):
1245 * hippie-exp.el (he-line-beg):
1246 * epa.el (epa--marked-keys):
1247 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
1248 (dired-update-file-line, dired-add-entry, dired-remove-entry)
1249 (dired-relist-entry):
1250 * buff-menu.el (Buffer-menu-buffer):
1251 * array.el (current-line):
1252 * allout.el (allout-resolve-xref)
1253 (allout-latex-verbatim-quote-curr-line):
1254 Replace yet more uses of end-of-line etc with line-end-position, etc.
1255
db94771e
SM
12562010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1257
1398b795
SM
1258 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
1259 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
1260 (checkdoc-syntax-table): Initialize in the declaration.
1261 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
1262 the mode on unconditionally.
1263
db94771e
SM
1264 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
1265 (extent-end-position, extent-start-position): Remove setf method for
1266 non-existing functions (bug#7319).
1267
674728d4
SM
12682010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1269
1270 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
1271 (smie-precs->prec2): Rename from smie-precs-precedence-table.
1272 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
1273 (smie-prec2->grammar): Rename from smie-prec2-levels.
1274 (smie-grammar): Rename from smie-op-levels.
1275 (smie-indent--hanging-p): Rename from smie-hanging-p.
1276 (smie-rule-hanging-p): New alias.
1277 (smie-indent--bolp): Rename from smie-bolp.
1278 (smie-indent--hanging-p): New alias.
1279 (smie--token): New dynamically bound variable.
1280 (smie-indent--parent): New function.
1281 (smie-rule-parent-p): Use it; rename from smie-parent-p.
1282 (smie-rule-next-p): Rename from smie-next-p.
1283 (smie-rule-prev-p): Rename from smie-prev-p.
1284 (smie-rule-sibling-p, smie-rule-parent)
1285 (smie-indent--separator-outdent, smie-rule-separator): New functions.
1286 (smie-rule-separator-outdent): New var.
1287 (smie-indent--rule): Merge with smie-indent--column.
1288 (smie-indent-forward-token, smie-indent-backward-token):
1289 Also recognize close parens.
1290 (smie-indent-keyword): Don't use smie-indent--column any more.
1291 (smie-indent-after-keyword): Ignore closers by default.
1292 (smie-indent-line): Use with-demoted-errors.
1293 * progmodes/octave-mod.el (octave-smie-grammar):
1294 Rename from octave-smie-op-levels.
1295 (octave-smie-rules): Adjust to new behavior.
1296 * progmodes/prolog.el (prolog-smie-grammar):
1297 Rename from prolog-smie-op-levels.
1298
26f097bf
GM
12992010-11-07 Glenn Morris <rgm@gnu.org>
1300
de3490e1
GM
1301 * eshell/esh-util.el (subst-char-in-string)
1302 (directory-files-and-attributes): These compatibility definitions are
1303 not needed on any version of Emacs since at least 21.4.
1304
3ba6b2ee
GM
1305 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
1306 (verilog-get-end-of-line): Remove.
1307 (verilog-within-string, verilog-re-search-forward-substr)
1308 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
1309 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
1310 Use point-at-bol, point-at-eol.
1311 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
1312 Remove.
1313 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
1314 (electric-pascal-terminate-line, pascal-set-auto-comments)
1315 (pascal-indent-paramlist, pascal-indent-declaration)
1316 (pascal-get-lineup-indent, pascal-func-completion)
1317 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
1318 Use point-at-bol, point-at-eol.
1319 * progmodes/flymake.el (flymake-line-beginning-position)
1320 (flymake-line-end-position): Remove.
1321 (flymake-highlight-line): Use point-at-bol, point-at-eol.
1322 * eshell/esh-util.el (line-end-position, line-beginning-position):
1323 Remove compat definitions.
1324
76fc02b6
GM
1325 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1326 Use end-of-line N.
1327 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
1328 Use line-end-position.
1329
e180ab9f
GM
1330 * emacs-lisp/chart.el (chart-zap-chars):
1331 * play/decipher.el (decipher-set-map):
1332 * progmodes/ada-mode.el (ada-get-current-indent)
1333 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
1334 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
1335 * progmodes/ada-xref.el (ada-initialize-runtime-library)
1336 (ada-get-all-references):
1337 * progmodes/cperl-mode.el (cperl-electric-paren)
1338 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
1339 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
1340 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
1341 (cperl-word-at-point-hard):
1342 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
1343 (idlwave-shell-filename-string, idlwave-shell-batch-command)
1344 (idlwave-shell-display-line):
1345 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
1346 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
1347 * progmodes/js.el (js--re-search-forward-inner)
1348 (js--re-search-backward-inner):
1349 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
1350 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
1351 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
1352 * textmodes/flyspell.el (flyspell-process-localwords):
1353 * textmodes/ispell.el (ispell-buffer-local-parsing)
1354 (ispell-buffer-local-dict, ispell-buffer-local-words):
1355 Use point-at-bol and point-at-eol.
1356
26f097bf
GM
1357 * speedbar.el (speedbar-generic-item-info)
1358 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
1359 (speedbar-add-indicator, speedbar-check-vc-this-line)
1360 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
1361 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
1362 Replace more uses of end-of-line etc with line-end-position.
1363
b05fde66
GM
13642010-11-06 Glenn Morris <rgm@gnu.org>
1365
5ed619e0
GM
1366 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
1367 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
1368 (texinfo-delete-existing-pointers, texinfo-find-pointer)
1369 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
1370 (texinfo-multiple-files-update):
1371 * textmodes/table.el (table--probe-cell-left-up)
1372 (table--probe-cell-right-bottom):
1373 * textmodes/picture.el (picture-tab-search):
1374 * textmodes/page-ext.el (pages-copy-header-and-position)
1375 (pages-directory-for-addresses):
1376 * progmodes/vera-mode.el (vera-get-offset):
1377 * progmodes/simula.el (simula-calculate-indent):
1378 * progmodes/python.el (python-pdbtrack-overlay-arrow):
1379 * progmodes/prolog.el (end-of-prolog-clause):
1380 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
1381 * progmodes/icon.el (indent-icon-exp):
1382 * progmodes/etags.el (tag-re-match-p):
1383 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
1384 * progmodes/ebnf2ps.el (ebnf-begin-file):
1385 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
1386 (dcl-save-local-variable):
1387 * play/life.el (life-setup):
1388 * play/gametree.el (gametree-looking-at-ply):
1389 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
1390 * mail/sendmail.el (mail-mode-auto-fill):
1391 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1392 * emacs-lisp/edebug.el (edebug-overlay-arrow):
1393 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
1394 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
1395 (woman-tab-to-tab-stop, WoMan-warn-ignored):
1396 * type-break.el (type-break-file-keystroke-count):
1397 * term.el (term-replace-by-expanded-history-before-point)
1398 (term-skip-prompt, term-extract-string):
1399 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
1400 (speedbar-contract-line, speedbar-toggle-line-expansion)
1401 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
1402 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
1403 * sort.el (sort-skip-fields):
1404 * skeleton.el (skeleton-internal-list):
1405 * simple.el (line-move-finish, line-move-to-column):
1406 * shell.el (shell-forward-command):
1407 * misc.el (copy-from-above-command):
1408 * makesum.el (double-column):
1409 * ebuff-menu.el (electric-buffer-update-highlight):
1410 * dired.el (dired-move-to-end-of-filename):
1411 * dframe.el (dframe-popup-kludge):
1412 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
1413 * arc-mode.el (archive-get-lineno):
1414 Use line-end-position and line-beginning-position.
1415
e2a9c0bc
GM
1416 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
1417 (idlwave-study-twins): Prefix dynamic local `class'.
1418 (idlwave-routine-twin-compare): Update for above name change.
1419
4e44448f
GM
1420 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
1421 Use boundp tests to silence compiler. Update for changed name of
1422 bytecomp-filename variable.
1423
8f6c3eac
GM
1424 * emulation/viper-cmd.el (viper-read-string-with-history):
1425 Prefix dynamic local `initial'.
1426 (viper-minibuffer-standard-hook): Update for above name change.
1427
79d1dabe
GM
1428 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
1429 (elint-init-form): Update for above name change.
1430
0e4bb7f0
GM
1431 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
1432 local variables `cbeg' and `cend' a prefix.
1433 (mail-extr-voodoo): Update for above name change.
1434
c8f3bf36
GM
1435 * textmodes/reftex-toc.el (reftex-toc-do-promote)
1436 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
1437 (reftex-toc-promote-action): Doc fix.
1438
1439 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
1440 `prompt', `data' a prefix.
1441 (reftex-select-post-command-hook, reftex-select-callback)
1442 (reftex-select-mouse-accept, reftex-select-read-cite):
1443 Update for above name changes.
1444
1445 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
1446 `refstyle' to reftex-refstyle.
1447 (reftex-offer-label-menu): Update for above name change.
1448 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
1449 `refstyle' name change.
1450
b05fde66
GM
1451 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
1452 with with-current-buffer.
1453 (diff, template): Give dynamic local variables a prefix.
1454 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
1455 (emerge-line-number-in-buf): Update for above name change.
1456 (emerge-combine-versions-internal): Rename local `template' to
1457 emerge-combine-template.
1458 (emerge-combine-versions-edit): Update for above name change.
1459
5d8f9169
RA
14602010-11-06 Ralf Angeli <angeli@caeruleus.net>
1461
1462 * textmodes/reftex-cite.el
1463 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
1464 entries with whitespace after \bibitem.
1465 (reftex-create-bibtex-file): Match entries containing numbers and
1466 symbol constituents. Make sure that entries with whitespace at
1467 various places are found.
1468
f8aefe82
MA
14692010-11-05 Christian Millour <cm@abtela.com> (tiny change)
1470
1471 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
1472
e06918d2
JD
14732010-11-05 Jan Djärv <jan.h.d@swipnet.se>
1474
1475 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
1476
17fc58c9
GM
14772010-11-05 Glenn Morris <rgm@gnu.org>
1478
f7fe4837
GM
1479 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
1480 (woman2-roff-buffer): Give local variable `request' a prefix.
1481 (woman0-macro): Rename argument `request' in the same way.
1482 (woman-request): New name for `request' dynamic variable.
1483 (woman-unquote, woman-forward-arg): Update for above name change.
1484 (woman1-roff-buffer): Give local variable `unquote' a prefix.
1485 (woman1-unquote): New name for `unquote' dynamic variable.
1486 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
1487 (woman-translations): Rename from `translations'. No longer global.
1488 (woman2-tr, woman-translate): Update for above name change.
1489 (woman-translate): Check for bound variable.
1490 (woman2-roff-buffer): Give local variable `translations' a prefix.
1491
869c4186
GM
1492 * play/doctor.el: Give all local variables a prefix. Update callers.
1493 (doc$, doctor-put-meaning): Use backquote.
1494
215461a8
GM
1495 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
1496 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
1497
17fc58c9
GM
1498 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
1499 variables bytes, ptr, op a prefix.
1500 (disassemble-offset): Update for above change.
1501
015eea59
CY
15022010-11-03 Chong Yidong <cyd@stupidchicken.com>
1503
1504 * emacs-lisp/package.el (package-unpack): Remove no-op.
1505 (package--builtins, package--dir): Doc fix.
1506 (package-activate-1, package-activate, package-install)
1507 (package-compute-transaction): Fix error message.
1508 (package-delete): Use delete-directory. Omit system packages.
1509 (package-initialize): Set package-alist to nil first.
1510 (package-menu-mark-delete, package-menu-mark-install): Don't add
1511 symbols that are inconsistent with the package state.
1512 (package-menu-execute): Perform deletions and installations as
1513 single batch operations.
1514
033862d1
GM
15152010-11-03 Glenn Morris <rgm@gnu.org>
1516
0b03a950
GM
1517 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
1518 (props): Remove unnecessary declaration.
1519
e337e22c
GM
1520 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
1521 set-process-query-on-exit-flag.
1522
a88e24dd 1523 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
728618ba
GM
1524 (reftex-toc-do-promote): Remove unused local `mpos'.
1525 (reftex-toc-restore-region): Make `mpos' local to this function.
a88e24dd 1526
537b04b9
GM
1527 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
1528
52365e61
GM
1529 * play/landmark.el (lm-losing-threshold): Correct spelling.
1530 (lm-human-plays): Use new name.
1531
cd32f8a9
GM
1532 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
1533 (gomoku-human-plays): Use new name.
1534
033862d1
GM
1535 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
1536 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
1537 (gomoku-score-trans-table, gomoku-winning-threshold)
1538 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
1539
4b99edf2
CY
15402010-11-03 Chong Yidong <cyd@stupidchicken.com>
1541
1542 * emacs-lisp/package.el: Don't put built-in packages in
1543 package-alist, to avoid loading inefficiencies.
1544 (package-built-in-p): Make VERSION optional, and treat it as a
1545 minimum acceptable version.
6a7662bb
BR
1546 (package-activate): Search separately for built-in packages.
1547 Emit a warning if a dependency fails.
4b99edf2
CY
1548 (define-package): Handle most common case, where there is no
1549 obsolete package, first.
1550 (package-compute-transaction): Print required version in error.
1551 (package--initialized): New variable.
1552 (list-packages): Use it.
1553 (package-initialize): Optional arg NO-ACTIVATE. Don't put
6a7662bb
BR
1554 built-in packages in packages-alist; keep it separate.
1555 Set package--initialized.
4b99edf2
CY
1556 (describe-package): Avoid activating packages as a side-effect.
1557 Search separately for built-in packages.
1558 (describe-package-1): Handle the case where an elpa package is
1559 simultaneously built-in and available/installed.
6a7662bb
BR
1560 (package-installed-p, package--generate-package-list):
1561 Search separately for built-in packages.
4b99edf2
CY
1562 (package-load-descriptor): Doc fix.
1563
3225dcaa
SM
15642010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1565
1566 * progmodes/perl-mode.el (perl-syntax-propertize-function):
1567 Handle __DATA__ and __END__.
1568
fa14dc18
NF
15692010-11-02 Noah Friedman <friedman@splode.com>
1570
1571 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
1572 nil, do not ask to recompile files that are not already compiled,
1573 and do not recompile them.
1574
0f75c62a
CY
15752010-11-02 Chong Yidong <cyd@stupidchicken.com>
1576
1577 * emacs-lisp/package.el (package-initialize): Ensure that
1578 obsoleted built-in packages are not in package-activated-list
1579 during activation.
1580 (describe-package-1): Make the "installed" status override
1581 "built-in".
1582
b29f5b7b
VJL
15832010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1584
1585 * subr.el (version-separator, version-regexp-alist): Remove '*'
1586 from docstring.
1587 (version-list-<=, version<=, version=): Doc fix.
1588
b18fad6d
KH
15892010-11-01 Kenichi Handa <handa@m17n.org>
1590
1591 * faces.el (glyphless-char): Inherit underline for tty.
1592
a8039db1 15932010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
1594
1595 Implement various display methods for glyphless characters.
1596
1597 * international/characters.el (char-acronym-table): New variable.
1598 (glyphless-char-control): New variable.
1599 (update-glyphless-char-display): New funciton.
1600
1601 * faces.el (glyphless-char): New face.
1602
28886d5e
GM
16032010-11-01 Glenn Morris <rgm@gnu.org>
1604
919dd7aa
GM
1605 * calendar/holidays.el (general-holidays, oriental-holidays)
1606 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
1607 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
1608 the definitions of their targets.
1609
c79fc059
GM
1610 * emacs-lisp/smie.el (smie): New custom group.
1611 (smie-blink-matching-inners, smie-indent-basic): Add :group.
1612
c8ccffb1
GM
1613 * faces.el (xw-defined-colors, x-setup-function-keys):
1614 * mouse-sel.el (x-select-text):
1615 * term/w32console.el (x-setup-function-keys): Update declarations.
1616
f4ff702e
GM
1617 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
1618
806c491a
GM
1619 * textmodes/ispell.el (comment-add): Declare.
1620
c3dfebd1
GM
1621 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
1622 Declare.
1623
28886d5e
GM
1624 * info.el (finder-keywords-hash, package-alist): Declare.
1625
693c9d15
CY
16262010-11-01 Chong Yidong <cyd@stupidchicken.com>
1627
1628 * finder.el (finder-compile-keywords): Don't use intern-soft,
1629 since package names may not yet exist in the obarray.
1630
16312010-11-01 Chong Yidong <cyd@stupidchicken.com>
4624de78
CY
1632
1633 * vc/vc-arch.el (vc-arch-checkin):
1634 * vc/vc-cvs.el (vc-cvs-checkin):
1635 * vc/vc-mtn.el (vc-mtn-checkin):
1636 * vc/vc-rcs.el (vc-rcs-checkin):
1637 * vc/vc-sccs.el (vc-sccs-checkin):
1638 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
1639 since 2010-04-21 commit by Stefan Monnier.
1640
36967cf7
GM
16412010-11-01 Glenn Morris <rgm@gnu.org>
1642
feb5e60a
GM
1643 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
1644
1f023ca9
GM
1645 * startup.el (package-enable-at-startup, package-initialize):
1646 Silence compiler.
1647
36967cf7
GM
1648 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
1649 Silence compiler.
1650
430e7297
JD
16512010-10-31 Julien Danjou <julien@danjou.info>
1652
1653 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
1654 (byte-recompile-directory):
1655 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
430e7297
JD
1656 Use `byte-recompile-file'.
1657
c8c59954
GM
16582010-10-31 Glenn Morris <rgm@gnu.org>
1659
1660 * cus-start.el: Handle standard values via a keyword.
1661 Only set version property if specified.
1662 (cursor-in-non-selected-windows, menu-bar-mode)
1663 (tool-bar-mode, show-trailing-whitespace):
1664 Do not specify standard values.
1665 (transient-mark-mode, temporary-file-directory): Use :standard.
1666
04e63796
JD
16672010-10-31 Jan Djärv <jan.h.d@swipnet.se>
1668
1669 * term/x-win.el (x-get-selection-value): New function that gets
1670 PRIMARY with type as specified in x-select-request-type. (Bug#6802).
1671
2699a554 16722010-10-31 Michael Albinus <michael.albinus@gmx.de>
a057950d
MA
1673
1674 * net/tramp.el (tramp-handle-insert-file-contents): For root,
1675 preserve owner and group when editing files. (Bug#7289)
1676
35fcc05c 16772010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
1678
1679 * speedbar.el (speedbar-mode):
1680 * play/fortune.el (fortune-in-buffer, fortune):
1681 * play/gomoku.el (gomoku-mode):
1682 * play/landmark.el (lm-mode):
1683 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
1684 Replace inappropriate uses of toggle-read-only. (Bug#7292)
1685
82f7efc3
GM
1686 * select.el (x-selection): Mark it as an obsolete alias.
1687
2699a554 16882010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
ca39416c 1689
f486841f 1690 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
ca39416c
AH
1691 major-mode (bug#7284).
1692
2699a554 16932010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1694
1695 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
1696 rather than just an unused variable that inherits from the real one.
1697
e6ef5dd9
AM
16982010-10-31 Alan Mackenzie <acm@muc.de>
1699
1700 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
1701 This fixes bug #7185.
1702
8a500a91
CY
17032010-10-30 Chong Yidong <cyd@stupidchicken.com>
1704
1705 * startup.el (command-line): Search for package directories, and
1706 don't load package.el if none are found.
1707
6a7662bb
BR
1708 * emacs-lisp/package.el (describe-package, list-packages):
1709 Call package-initialize if it has not been called yet.
8a500a91 1710
4f9e41e4
AM
17112010-10-30 Alan Mackenzie <acm@muc.de>
1712
1713 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
1714 which fontifies the tail of an enum.
1715 (c-basic-matchers-after): Insert a call to the above new function.
1716 This fixes bug #7264.
1717
88f43c67
GM
17182010-10-30 Glenn Morris <rgm@gnu.org>
1719
1720 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
1721 tool-bar-mode, transient-mark-mode. (Bug#7306)
1722 Include the :set property in the dumped Emacs.
1723
c4d17d50
SM
17242010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1725
1726 SMIE: change indent rules format, improve smie-setup.
1727 * emacs-lisp/smie.el (smie-precs-precedence-table)
1728 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
1729 Mark them pure so the tables gets built at compile time.
1730 (smie-bnf-precedence-table): Store the closer-alist in the table.
1731 (smie-prec2-levels): Preserve the closer-alist.
1732 (smie-blink-matching-open): Be more forgiving in case of indentation.
1733 (smie-hanging-p): Rename from smie-indent--hanging-p.
1734 (smie-bolp): Rename from smie-indent--bolp.
1735 (smie--parent, smie--after): New dynamic vars.
1736 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
1737 (smie-indent-rules): Remove.
1738 (smie-indent--offset-rule): Remove fun.
1739 (smie-rules-function): New var.
1740 (smie-indent--rule): New fun.
1741 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
1742 (smie-indent-exps): Use it.
1743 (smie-setup): Setup paren blinking; add keyword args for token
1744 functions; extract closer-alist from op-levels.
1745 (smie-indent-debug-log): Remove var.
1746 (smie-indent-debug): Remove fun.
1747 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
1748 (prolog-smie-rules): New fun to replace it.
1749 (prolog-mode-variables): Simplify.
1750 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
1751 it's setup automatically.
1752 (octave-smie-indent-rules): Remove.
1753 (octave-smie-rules): New fun to replace it.
1754 (octave-mode): Simplify.
1755
9d794026
GM
17562010-10-29 Glenn Morris <rgm@gnu.org>
1757
e088c02a
GM
1758 * files.el (temporary-file-directory): Remove (already defined in C).
1759 * cus-start.el: Add temporary-file-directory.
1760
9d794026
GM
1761 * abbrev.el (abbrev-mode):
1762 * composite.el (auto-composition-mode):
1763 * menu-bar.el (menu-bar-mode):
1764 * simple.el (transient-mark-mode):
1765 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
1766 that they do not define the associated variables twice.
1767 * simple.el (transient-mark-mode): Remove defvar.
1768 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
1769 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
1770 Handle multiple groups, and also custom-delayed-init-variables.
1771 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1772
dcc029e0
SM
17732010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1774
1775 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
1776 (pcase-if): Add one minor optimization.
1777 (pcase-split-equal): Rename from pcase-split-eq.
1778 (pcase-split-member): Rename from pcase-split-memq.
1779 (pcase-u1): Add strings to the member optimization.
1780 Add `guard' variant of predicates.
1781 (pcase-q1): Add string patterns.
1782
a62b88d4
SM
17832010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1784
1785 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
1786
f41f19b0
GM
17872010-10-28 Glenn Morris <rgm@gnu.org>
1788
b3edb781
GM
1789 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
1790 Move menu-bar related settings to ../menu-bar.el.
1791 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
1792 Move ns-specific settings here from term/ns-win.el.
1793
f41f19b0
GM
1794 * simple.el (x-selection-owner-p): Remove unused declaration.
1795
6175cd08
SM
17962010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1797
1798 * minibuffer.el (completion-cycling): New var (bug#7266).
1799 (minibuffer-complete, completion--do-completion):
1800 Use completion--flush-all-sorted-completions.
1801 (minibuffer-complete): Only cycle if completion-cycling is set.
1802 (completion--flush-all-sorted-completions): Unset completion-cycling.
1803 (minibuffer-force-complete): Set completion-cycling.
1804 (completion-all-sorted-completions): Move declaration before first use.
1805
19677c71
LL
18062010-10-28 Leo <sdl.web@gmail.com>
1807
1808 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
1809 which changes the order of matches seen by users (bug#7231).
1810
18112010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
77b143eb
JBK
1812
1813 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1814 Don't confuse -omega as "-o mega".
1815
2122161f
SM
18162010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
1817
ce8794df
SM
1818 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
1819 (log-edit-author): New dynamic var.
1820 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
1821 to return the author if different from committer.
1822 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
1823
80cb310d
SM
1824 * play/landmark.el: Adjust commenting convention.
1825 (lm-nil-score): Rename from nil-score.
1826 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
1827 (OOOOscore): Move into a let in lm-score-trans-table.
1828 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
1829
2122161f
SM
1830 * electric.el (electric-indent-chars): Autoload.
1831 * progmodes/octave-mod.el (octave-mode):
1832 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
1833 (ruby-mode-abbrev-table): Merge initialization and declaration.
1834
e925113b
GM
18352010-10-27 Glenn Morris <rgm@gnu.org>
1836
208d109c
GM
1837 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
1838 variable.
1839
7d3e3843
GM
1840 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
1841
e925113b
GM
1842 * term/ns-win.el: Restore require of cl when compiling.
1843 (menu-bar-final-items): Remove non-existent `windows' menu.
1bcc4637
GM
1844 (ns-handle-nxopen): Optionally handle the temp-case.
1845 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
1846 (ns-insert-file, ns-find-file): Use `pop'.
e925113b 1847
b94a5a43
GM
18482010-10-26 Glenn Morris <rgm@gnu.org>
1849
1850 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
1851
fc3eda04
AR
18522010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
1853
1854 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
1855 global map.
1856 * term/common-win.el (x-setup-function-keys): Remove most of the
1857 keymappings. Comment on the remaining ones.
1858
c79b0b1c
PO
18592010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
1860
c31dc2c0 1861 * server.el (server-port): New option. (Bug#854)
c79b0b1c
PO
1862 (server-start): Use server-port.
1863
725513b7
GM
18642010-10-26 Glenn Morris <rgm@gnu.org>
1865
d7d8c62a
GM
1866 * term/ns-win.el (ns-version-string): Remove unused declaration.
1867 (ns-invocation-args): Change to x-invocation-args.
1868 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
1869 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
1870 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
1871 Use x-invocation-args instead of ns-invocation-args.
1872 (ns-initialize-window-system, handle-args-function-alist):
1873 Use x-handle-args instead of ns-handle-args.
1874 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
1875 * startup.el (command-line-ns-option-alist): Replace
1876 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
1877 ns-handle-iconic with the x- equivalents.
1878
725513b7
GM
1879 * term/common-win.el (x-select-enable-clipboard):
1880 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
1881
1882 * term/ns-win.el: No need to require cl when compiling.
1883 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
1884 (xw-defined-colors): Use the common-win definitions.
1885 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
1886 (ns-handle-iconic): Make it an alias for x-handle-iconic.
1887 * term/common-win.el (x-select-text, x-alternatives-map)
1888 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
1889 * loadup.el [ns]: Load common-win.
1890
77ec02d8
DU
18912010-10-26 Daiki Ueno <ueno@unixuser.org>
1892
1893 * epa-mail.el (epa-mail-encrypt): Handle local-part only
6ee79275 1894 recipients; expand mail aliases (Bug#7280).
77ec02d8 1895
6a5c2175
GM
18962010-10-25 Glenn Morris <rgm@gnu.org>
1897
59ba9d59
GM
1898 * term/common-win.el (x-handle-switch): Simplify with pop.
1899 Optionally handle numeric switches.
1900 (x-handle-numeric-switch): Just call x-handle-switch.
1901 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
1902 (x-handle-name-switch, x-handle-display, x-handle-args):
1903 Simplify with pop.
1904
6a5c2175
GM
1905 * term/ns-win.el: Do not require easymenu.
1906 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
1907 <spell>: Move adjustments to menu-bar.el.
1908 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
1909 <separator-undo, spell>: Move ns-win's adjustments here.
1910 * loadup.el [ns]: Do not load easymenu.
1911
01898dc2
CY
19122010-10-24 Chong Yidong <cyd@stupidchicken.com>
1913
1914 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6a5c2175 1915 Delete (Bug#7222).
01898dc2
CY
1916
1917 * startup.el (fancy-startup-tail): Instead of using inline images,
1918 refer to image files from etc/.
1919
1920 * wid-edit.el (checkbox): Likewise.
1921 (widget-image-find): Center image specs.
1922
a44d921f
GM
19232010-10-24 Glenn Morris <rgm@gnu.org>
1924
1925 * term/ns-win.el (x-select-text): Doc fix.
1926 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
1927 (x-select-text): Move to term/common-win.
1928 * term/w32-win.el (xw-defined-colors): Move to common-win.
1929 * term/x-win.el (xw-defined-colors, x-alternatives-map)
1930 (x-setup-function-keys, x-select-text): Move to common-win.
1931 * term/common-win.el (x-select-text, x-alternatives-map)
1932 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
1933 definitions here.
1934
709228c0 19352010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
a11de514
R
1936
1937 * net/mairix.el (mairix-searches-mode-map):
1938 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
1939
0c382083 19402010-10-24 Michael McNamara <mac@mail.brushroad.com>
a03c2342
WS
1941
1942 * verilog-mode.el (verilog-directive-re): Make this variable
1943 auto-built for efficiency of execution and updating.
1944 (verilog-extended-complete-re): Support 'pure' fucntion & task
1945 declarations (these have no bodies).
ca39416c
AH
1946 (verilog-beg-of-statement): General cleanup to enable support of
1947 'pure' fucntion & task declarations (these have no bodies).
1948 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
1949 noticed by Steve Pearlmutter.
1950 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
1951 (verilog-directive-nest-re, verilog-set-auto-endcomments):
1952 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
1953 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
1954 attribute handling for lining up declarations and assignments.
1955 (verilog-beg-of-statement-1): Fix issue where continued declaration
1956 is indented differently if it is after a begin..end clock.
1957 (verilog-in-attribute-p, verilog-skip-backward-comments)
1958 (verilog-skip-forward-comment-p): Support proper treatment of
1959 attributes by indent code. Reported by Jeff Steele.
ca39416c 1960 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
1961 (verilog-backward-up-list, verilog-in-struct-region-p)
1962 (verilog-backward-token, verilog-in-struct-p)
1963 (verilog-in-coverage-p, verilog-do-indent)
1964 (verilog-pretty-declarations): Use verilog-backward-up-list as
1965 wrapper around backward-up-list inorder to properly skip comments.
1966 Reported by David Rogoff.
1967 (verilog-property-re, verilog-endcomment-reason-re)
1968 (verilog-beg-of-statement, verilog-set-auto-endcomments)
1969 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
1970 of if). Reported by Max Bjurling and
1971 (verilog-calc-1): Fix for clocking block in modport
1972 declaration. Reported by Brian Hunter.
1973
0c382083 19742010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
a03c2342
WS
1975
1976 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
1977 (verilog-gate-keywords, verilog-read-sub-decls)
1978 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
1979 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
1980 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
1981 (verilog-read-decls): Fix spaces in V2K module parameters causing
1982 mis-identification as interfaces, bug287.
1983 (verilog-read-decls): Fix not treating "parameter string" as a
1984 parameter in AUTOINSTPARAM.
1985 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
1986 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 1987 (verilog-do-indent): Implement correct automatic or static task or
a03c2342
WS
1988 function end comment highlight. Reported by Steve Pearlmutter.
1989 (verilog-font-lock-keywords-2): Fix highlighting of single
1990 character pins, bug264. Reported by Michael Laajanen.
1991 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
1992 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
6a7662bb
BR
1993 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
1994 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
1995 (verilog-pretty-expr): Fix interactive arguments, bug272.
1996 Reported by Mark Johnson.
1997 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
1998 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
a03c2342
WS
1999 bug269. Suggested by Gary Delp.
2000 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
2001 (verilog-preprocessor, verilog-set-compile-command):
2002 Create verilog-preprocess and verilog-preprocessor to show
2003 preprocessed output.
a03c2342
WS
2004 (verilog-get-beg-of-line, verilog-get-end-of-line)
2005 (verilog-modi-file-or-buffer, verilog-modi-name)
2006 (verilog-modi-point, verilog-within-string): Move defmacro's
2007 before first use to avoid warning. Reported by Steve Pearlmutter.
2008 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
2009 (verilog-colorize-region, verilog-highlight-buffer)
2010 (verilog-highlight-includes, verilog-highlight-modules)
2011 (verilog-highlight-region, verilog-mode): Rename colorize to
2012 highlight to match other packages. Disable module highlighting,
2013 as received speed complaints, reenable for experimentation only
2014 using new verilog-highlight-modules.
2015 (verilog-read-decls): Fix regexp stack overflow in very large
2016 AUTO_TEMPLATEs, bug250.
2017 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
2018 (verilog-scan): Create verilog-save-buffer-state to standardize
2019 making insignificant changes that shouldn't call hooks.
2020 (verilog-save-no-change-functions, verilog-save-scan-cache)
2021 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
2022 Create verilog-save-no-change-functions to wrap verilog-scan
2023 preservation, and fix to work with nested preserved calls.
2024 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
2025 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
2026 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
2027 (verilog-submit-bug-report): Update variable list to be complete.
2028 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
2029 breaking on-the-fly font-locking.
2030 (verilog-colorize-buffer, verilog-colorize-include-files)
2031 (verilog-colorize-include-files-buffer, verilog-colorize-region)
2032 (verilog-load-file-at-mouse, verilog-load-file-at-point)
2033 (verilog-mode, verilog-read-inst-module-matcher): With point on a
2034 AUTOINST cell instance name, middle mouse button now finds-file on
2035 it. Suggested by Brad Dobbie.
2036 (verilog-alw-get-temps, verilog-auto-reset)
2037 (verilog-auto-sense-sigs, verilog-read-always-signals)
2038 (verilog-read-always-signals-recurse): Fix loop indexes being
2039 AUTORESET. AUTORESET now assumes any variables in the
6a7662bb
BR
2040 initialization section of a for() should be ignored.
2041 Reported by Dan Dever.
a03c2342
WS
2042 (verilog-error-font-lock-keywords)
2043 (verilog-error-regexp-emacs-alist)
2044 (verilog-error-regexp-xemacs-alist): Fix error detection of
2045 Cadence HAL, reported by David Asher. Repair drift between the
2046 three similar error variables.
2047 (verilog-modi-lookup, verilog-modi-lookup-cache)
2048 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
2049 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
2050 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
2051 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
2052 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
2053 "{1*2{...". Broke in last revision.
2054 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
2055 submodule connections with replications "{#{a},#{b}}".
2056
0c382083
CY
20572010-10-24 Juanma Barranquero <lekktu@gmail.com>
2058
2059 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
2060 Fix typo in docstring.
2061
20622010-10-24 Kenichi Handa <handa@m17n.org>
2063
2064 * face-remap.el (text-scale-adjust): Call read-event with a proper
2065 prompt.
2066
20672010-10-24 Chong Yidong <cyd@stupidchicken.com>
2068
2069 * emacs-lisp/unsafep.el: Don't mark functions that display
2070 messages as safe. Suggested by Johan Bockgård.
2071
20722010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2073
2074 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
2075 Turn comments into docstrings.
2076
2077 * minibuffer.el (completion--replace): Move point where it belongs
2078 when there's a common suffix (bug#7215).
2079
9317e499
CY
20802010-10-24 Chong Yidong <cyd@stupidchicken.com>
2081
2082 Merge read-color and facemenu-read-color (Bug#7242).
2083
2084 * faces.el (read-color): Use the completion code from
2085 facemenu-read-color. Require match in completion. Doc fix.
2086
2087 * facemenu.el (facemenu-read-color): Alias for read-color.
6a7662bb
BR
2088 (facemenu-set-foreground, facemenu-set-background):
2089 Use read-color.
9317e499
CY
2090
2091 * frame.el (set-background-color, set-foreground-color)
6a7662bb
BR
2092 (set-cursor-color, set-mouse-color, set-border-color):
2093 Use read-color.
9317e499 2094
a44d921f 20952010-10-24 Leo <sdl.web@gmail.com>
59dd6f73
LL
2096
2097 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
2098 argument of delete-file and delete-directory (Bug#7011).
2099
43207249
CY
21002010-10-24 Chong Yidong <cyd@stupidchicken.com>
2101
2102 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
2103 button-buffer-map.
2104
484db896 21052010-10-24 Ralf Angeli <angeli@caeruleus.net>
f34e6aaa
CY
2106
2107 * emacs-lisp/package.el (package--generate-package-list): Make the
2108 *Packages* buffer read-only.
2109
10f5e3e6
AM
21102010-10-24 Alan Mackenzie <acm@muc.de>
2111
2112 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
2113 result of `c-beginning-of-decl-1' between invocations of a lambda
2114 function (Bug #7265).
2115
3ec6ca72
DU
21162010-10-24 Daiki Ueno <ueno@unixuser.org>
2117
2118 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
2119 executable is not available on the system (Bug#7268).
2120
ec514007
GM
21212010-10-24 Glenn Morris <rgm@gnu.org>
2122
f5f25615
GM
2123 * select.el (selection-coding-system, next-selection-coding-system):
2124 Sync doc with C versions.
3646b86d 2125
8aa0f263
GM
2126 * w32-vars.el (x-select-enable-clipboard):
2127 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
2128 * term/common-win.el (x-select-enable-clipboard): Move here.
2129
46710489
GM
2130 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
2131 definition of C variable.
2132
ec514007
GM
2133 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
2134 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
2135 Don't redefine things that are defined in C.
2136 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
2137 (show-trailing-whitespace, auto-hscroll-mode)
2138 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
2139 Set up the appropriate custom properties.
2140
8a79905d
CY
21412010-10-24 Chong Yidong <cyd@stupidchicken.com>
2142
2143 Bind "C-c ]" to ...
2144 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
2145 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
2146 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
2147 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
2148
aa02a29f
GM
21492010-10-23 Glenn Morris <rgm@gnu.org>
2150
7dfc15df
GM
2151 * textmodes/flyspell.el (flyspell-mode): If there was an error,
2152 say what it was.
2153
66c6abf0
GM
2154 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
2155 Sync docs with C version.
f3d87560 2156
3193e969
GM
2157 * term/ns-win.el (xw-defined-colors):
2158 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
2159
6f748f70
GM
2160 * term/pc-win.el (x-select-enable-clipboard):
2161 * term/x-win.el (x-select-enable-clipboard):
2162 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
2163
7aa93795
GM
2164 * comint.el (comint-password-prompt-regexp): Make it less vague.
2165 Bump version.
2166
17284e30
GM
2167 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
2168
aa02a29f
GM
2169 * help.el (finder-by-keyword): Remove unnecessary autoload.
2170
69b55131
GM
21712010-10-22 Glenn Morris <rgm@gnu.org>
2172
9a0dd02d
GM
2173 * loadup.el: Unconditionally load float-sup.
2174 * paren.el (show-paren-delay):
2175 * emacs-lisp/float-sup.el:
2176 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
2177 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
2178 (lazy-lock-stealth-verbose): Assume float support.
2179 * ps-print.el: Assume float support on Emacs.
2180 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
2181 Remove non-float branch.
2182
69b55131
GM
2183 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
2184 src/Makefile no longer being pre-processed.
2185
7c23d9e8
SM
21862010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2187
2188 * emacs-lisp/find-func.el (find-library): Use test-completion.
2189
23737b4a
LMI
21902010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2191
7c23d9e8 2192 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 2193
6e060cee 21942010-10-21 Michael Albinus <michael.albinus@gmx.de>
01d884cf
MA
2195
2196 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
2197 space in stat format string.
2198 (tramp-send-command): Unset $PS1 when using here documents, in
2199 order not to get several prompts.
2200 (tramp-get-inline-coding): Return `nil' in case of errors.
2201
08ffb131
DU
22022010-10-21 Daiki Ueno <ueno@unixuser.org>
2203
7c23d9e8
SM
2204 * hexl.el (hexl-mode, hexl-mode-exit):
2205 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
2206 (hexl-revert-buffer-function): New function.
2207 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
2208
ba7fdf30
AM
22092010-10-19 Alan Mackenzie <acm@muc.de>
2210
7c23d9e8
SM
2211 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
2212 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
2213 that these keywords aren't wrongly matched as identifiers.
2214
ba7fdf30
AM
2215 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
2216 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 2217 c-after-change. (Bug#7181)
ba7fdf30 2218
7fd8732d
CY
22192010-10-19 Chong Yidong <cyd@stupidchicken.com>
2220
2221 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
2222 Don't mark as safe.
2223
2224 * custom.el (custom-theme-set-variables): Likewise.
2225 (load-theme): Add custom-theme-set-faces and
2226 custom-theme-set-variables to safe-functions while loading.
2227 (custom-enabled-themes): Mark as risky.
2228
3f12b18c
JD
22292010-10-18 Julien Danjou <julien@danjou.info>
2230
2231 * bindings.el: Remove end dashes in default mode-line-format.
2232
b8a47412
CY
22332010-10-19 Chong Yidong <cyd@stupidchicken.com>
2234
2235 * bindings.el (global-map): Bind C-d to delete-char and deletechar
2236 to delete-forward-char.
2237
2238 * simple.el (normal-erase-is-backspace-mode): Remap delete to
2239 deletechar, and hence delete-forward-char.
2240
ca3fa302
JB
22412010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2242
2243 * repeat.el (repeat): Use read-key (bug#6256).
2244
22452010-10-19 Chong Yidong <cyd@stupidchicken.com>
2246
2247 * emacs-lisp/unsafep.el: Don't mark functions that display
2248 messages as safe. Suggested by Johan Bockgård.
2249
22502010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2251
2252 * minibuffer.el (completion--replace): Move point where it belongs
2253 when there's a common suffix (bug#7215).
2254
22552010-10-19 Kenichi Handa <handa@m17n.org>
2256
2257 * international/characters.el: Add category '|' (word breakable)
2258 to fullwidth characters.
2259
3224b54d
MA
22602010-10-19 Michael Albinus <michael.albinus@gmx.de>
2261
2262 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
2263 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
2264 order to make stat results a float. Patch by Andreas Schwab
2265 <schwab@linux-m68k.org>.
2266
36ba6f07
JD
22672010-10-18 Julien Danjou <julien@danjou.info>
2268
2269 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
2270 hidden by `make-pointer-invisible'.
2271
43f964fc
SM
22722010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2273
2274 * files.el (locate-file-completion-table): Strip non-matching elements
2275 before checking length of list (bug#7238).
2276
e48eb343
CY
22772010-10-18 Chong Yidong <cyd@stupidchicken.com>
2278
2279 * custom.el (custom-theme-set-variables): Mark as a safe function.
2280 (load-theme): Check forms using unsafep.
2281
2282 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
2283
df987d70
AM
22842010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
2285
43f964fc
SM
2286 * textmodes/ispell.el (ispell-aspell-find-dictionary):
2287 Fix aspell data file searching (bug#7230).
df987d70 2288
29a4c45b
CY
22892010-10-16 Chong Yidong <cyd@stupidchicken.com>
2290
2291 * cus-theme.el (custom-theme--migrate-settings): New var.
2292 (customize-create-theme): Allow editing the `user' theme.
2293 (custom-theme-add-variable, custom-theme-add-var-1)
2294 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
2295 to the front of each variable or face widget.
2296 (custom-theme-write): Save theme settings in the correct order.
2297 Optionally, remove saved settings from user customizations.
43f964fc
SM
2298 (custom-theme-write-variables, custom-theme-write-faces):
2299 Save only the checked widgets.
29a4c45b
CY
2300 (customize-themes): Add a link for migrating custom settings.
2301
43f964fc
SM
2302 * custom.el (custom-declare-theme, provide-theme):
2303 Use custom-theme-name-valid-p.
29a4c45b
CY
2304 (custom-theme-name-valid-p): Remove checks that are now
2305 unnecessary since themes no longer obey load-path.
2306
2307 * cus-edit.el (custom-variable-value-create): For the simple
2308 style, hide documentation string when hidden.
2309
782b5e8d
CY
23102010-10-16 Chong Yidong <cyd@stupidchicken.com>
2311
647bc502
CY
2312 * cus-edit.el (custom-variable, custom-face): Combine the
2313 :inhibit-magic and :display-style properties into a single
2314 :custom-style property.
43f964fc
SM
2315 (custom-toggle-hide-variable, custom-toggle-hide-face):
2316 New functions. If hiding an edited value, save it to :shown-value.
2317 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
2318 (custom-magic-reset): Allow magic property to be unset.
2319
782b5e8d
CY
2320 * custom.el: Custom themes no longer use load-path.
2321 (custom-theme-load-path): New option. Change built-in theme
2322 directory to etc/.
2323 (custom-enabled-themes): Add custom-theme-load-path dependency.
2324 (custom-theme--load-path): New function.
2325 (load-theme, custom-available-themes): Use it.
2326
2327 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
2328 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
2329 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
2330 :custom-style property.
782b5e8d
CY
2331
2332 * themes/*.el: Moved to etc/.
2333
99f65cfa
RA
23342010-10-16 Ralf Angeli <angeli@caeruleus.net>
2335
2336 * textmodes/reftex-cite.el
2337 (reftex-extract-bib-entries-from-thebibliography): Do not move
2338 point when searching for \bibitem entries. Match entries with
2339 spaces or tabs in front of arguments.
2340
da16abfc
CY
23412010-10-16 Chong Yidong <cyd@stupidchicken.com>
2342
2343 * cus-theme.el (customize-create-theme): Delete overlays after
2344 erasing. If given a THEME arg, display only the faces of that arg
2345 instead of custom-theme--listed-faces.
2346 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 2347 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
2348 (custom-theme-add-variable, custom-theme-add-face): Apply value
2349 from the theme settings, instead of the current value.
2350 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
2351 (custom-theme-visit-theme): Allow calling outside theme buffers.
2352 (custom-theme-merge-theme): Don't enable the theme when merging.
2353 (custom-theme-write-variables, custom-theme-write-faces): Use the
2354 :shown-value properties to save buffer values, not global ones.
2355 (customize-themes): Display a warning about user customizations.
2356
2357 * cus-edit.el (custom-variable-value-create)
2358 (custom-face-value-create): Obey new special properties
2359 :shown-value and :inhibit-magic.
2360
aa095b2d
MA
23612010-10-15 Michael Albinus <michael.albinus@gmx.de>
2362
2363 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
2364 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
2365 <dale@codefu.org>.
aa095b2d 2366
7ca9cfda
KH
23672010-10-14 Kenichi Handa <handa@m17n.org>
2368
9650fc61
KH
2369 * mail/rmail.el (rmail-show-message-1): Catch an error of
2370 base64-decode-region and just show an error message (bug#7165).
2371
43f964fc 2372 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
2373 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
2374 a font-spec (bug#7197).
2375
220d91b8 23762010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
2377
2378 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
2379
220d91b8 23802010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 2381
c0943d3d
JB
2382 * international/mule.el (define-coding-system):
2383 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
2384 * composite.el (compose-region): Fix typo in docstring.
2385
4983ddea
CY
23862010-10-14 Chong Yidong <cyd@stupidchicken.com>
2387
de43f11b
CY
2388 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
2389 only after checking the theme-face property.
2390
4983ddea
CY
2391 * faces.el (face-spec-reset-face): Reset all attributes in one
2392 single call to set-face-attribute.
2393 (face-spec-match-p): Make it a defsubst.
2394 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
2395 (x-create-frame-with-faces, tty-create-frame-with-faces)
2396 (tty-set-up-initial-frame-faces): Don't recompute face specs in
2397 frame-set-background-mode, since they are recomputed immediately
2398 afterwards in face-set-after-frame-default.
2399 (face-set-after-frame-default): Minor optimization.
2400 (cursor): Provide non-trivial defface spec.
2401
2402 * custom.el (custom-theme-recalc-face): Simplify.
2403
a974dcf2
JB
24042010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
2405
43f964fc 2406 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
2407 (math-is-polynomial, math-is-poly-rec): Replace `var'
2408 with `math-var'.
2409
43f964fc 2410 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
2411 (calcFunc-table, math-scan-for-limits): Replace `var'
2412 with `math-var'.
2413
10e4702a
GM
24142010-10-13 Glenn Morris <rgm@gnu.org>
2415
2416 * subr.el (last): Deal with dotted lists (reported in bug#7174).
2417
88f427d5
SB
24182010-10-13 Stephen Berman <stephen.berman@gmx.net>
2419
2420 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
2421
a1d16a7b
G
24222010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2423
2424 * net/tls.el (tls-program): Remove spurious %s from openssl.
2425 (tls-starttls-switches): Remove starttls hack.
2426 (open-tls-stream): Ditto.
2427 (tls-find-starttls-argument): Ditto.
2428
2e288d54
JB
24292010-10-13 Juanma Barranquero <lekktu@gmail.com>
2430
2431 * image.el (image-library-alist): Declare as obsolete alias.
2432 (image-type-available-p): Use `dynamic-library-alist'.
2433
2434 * term/w32-win.el (dynamic-library-alist):
2435 Use instead of `image-library-alist'.
2436
35744400
IS
24372010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
2438
2439 * subr.el (last): Make it faster. (Bug#7174)
2440
290fe464
RO
24412010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
2442
2443 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
2444
2919746c
CY
24452010-10-12 Chong Yidong <cyd@stupidchicken.com>
2446
2447 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
2448 (describe-theme-1): Extract doc from unloaded themes.
2449
2450 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
2451
2452 * themes/tango-theme.el:
2453 * themes/tango-dark-theme.el:
2454 * themes/wheatgrass-theme.el: New files.
2455
6b09b5d1
CY
24562010-10-12 Chong Yidong <cyd@stupidchicken.com>
2457
2458 * cus-theme.el (describe-theme, customize-themes)
2459 (custom-theme-save): New commands.
2460 (custom-new-theme-mode-map): Bind C-x C-s.
2461 (custom-new-theme-mode): Use custom--initialize-widget-variables.
2462 (customize-create-theme): New optional arg THEME.
2463 (custom-theme-revert): Use it.
2464 (custom-theme-visit-theme): Remove dead code.
2465 (custom-theme-merge-theme): Use custom-available-themes.
2466 (custom-theme-write): Make interactive.
2467 (custom-theme-write): Use custom-theme-name-valid-p.
2468 (describe-theme-1, custom-theme-choose-revert)
2469 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
2470 New funs.
2471 (custom-theme-allow-multiple-selections): New option.
2472 (custom-theme-choose-mode): New major mode.
2473
43f964fc
SM
2474 * custom.el (custom-theme-set-variables): Remove dead code.
2475 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
2476 (custom--inhibit-theme-enable): New var.
2477 (provide-theme): Obey it.
2478 (load-theme): Replace load with manual read/eval, in order to
2479 check for correctness. Use custom-theme-name-valid-p.
2480 (custom-theme-name-valid-p): New function.
2481 (custom-available-themes): Use it.
2482
2483 * cus-edit.el (custom--initialize-widget-variables): New function.
2484 (Custom-mode): Use it.
2485
43f964fc
SM
2486 * cus-face.el (custom-theme-set-faces): Remove dead code.
2487 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
2488
2489 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
2490
16366259
JB
24912010-10-12 Juanma Barranquero <lekktu@gmail.com>
2492
cb7d821e 2493 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 2494
4c14013d 24952010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 2496
4c14013d
JB
2497 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
2498 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
2499 (mac-right-option-modifier): New alias for ns-right-option-modifier.
2500
2501 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 2502
4c14013d 25032010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
2504
2505 * emacs-lisp/lisp.el (lisp-completion-at-point):
2506 Use emacs-lisp-mode-syntax-table for the whole function.
2507
4c14013d 25082010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
2509
2510 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
2511 instead of font-lock-mode before adding keywords.
2512 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
2513 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
2514 non-nil; removed hook inhibit hack.
2515
4c14013d 25162010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 2517
d15f9a2b
GM
2518 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
2519 (load-path-shadows-find): ... to this.
2520 (list-load-path-shadows): Update for above change.
2521
c7d6d8a1
GM
2522 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
2523
f0b7f5a8
KY
25242010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2525
2526 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
2527 Fix comment for declare-function.
2528
05d22d02
CY
25292010-10-11 Chong Yidong <cyd@stupidchicken.com>
2530
2531 * custom.el (custom-fix-face-spec): New function; code moved from
2532 custom-face-edit-fix-value.
2533 (custom-push-theme): Use it when checking if a face has been
2534 changed outside customize.
2535 (custom-available-themes): New function.
2536 (load-theme): Use it.
2537
43f964fc 2538 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
2539
2540 * custom.el (custom-push-theme): Cleanup (use cond).
2541 (disable-theme): Recompute the saved-face property.
2542 (custom-theme-recalc-face): Follow face alias before setting prop.
2543
43f964fc
SM
2544 * image.el (image-checkbox-checked, image-checkbox-unchecked):
2545 New variables, containing checkbox images.
05d22d02
CY
2546
2547 * startup.el (fancy-startup-tail):
2548 * wid-edit.el (checkbox): Use them.
2549
293e7c22
DN
25502010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
2551
a0310a6c
DN
2552 * shell.el (shell-mode-map):
2553 * progmodes/modula2.el (m2-mode-map):
2554 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
2555 * play/mpuz.el (mpuz-mode-map):
2556 * play/landmark.el (lm-mode-map):
2557 * play/decipher.el (decipher-mode-map):
2558 * play/5x5.el (5x5-mode-map):
2559 * net/telnet.el (telnet-mode-map):
2560 * net/quickurl.el (quickurl-list-mode-map):
2561 * net/mairix.el (mairix-searches-mode-map):
2562 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
2563 * net/dig.el (dig-mode-map):
2564 * mail/mspools.el (mspools-mode-map):
2565 * hexl.el (hexl-mode-map):
2566 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
2567 (wordstar-C-o-map, wordstar-C-q-map):
2568 * emacs-lisp/edebug.el (edebug-eval-mode-map):
2569 * emacs-lisp/chart.el (chart-map):
2570 * edmacro.el (edmacro-mode-map):
2571 * erc/erc-list.el (erc-list-menu-mode-map):
2572 * array.el (array-mode-map): Declare and define in one step.
2573
293e7c22
DN
2574 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
2575
446b12da
DU
25762010-10-10 Daiki Ueno <ueno@unixuser.org>
2577
2578 * epa.el (epa-passphrase-callback-function): Display filename
2579 passed as the 3rd arg.
43f964fc
SM
2580 * epa-file.el (epa-file-passphrase-callback-function):
2581 Pass filename to epa-passphrase-callback-function.
446b12da 2582
76c16af8
CY
25832010-10-09 Chong Yidong <cyd@stupidchicken.com>
2584
2585 * cus-edit.el (custom-face-widget-to-spec)
2586 (custom-face-get-current-spec, custom-face-state): New functions.
2587 (custom-face-set, custom-face-mark-to-save)
2588 (custom-face-value-create, custom-face-state-set): Use them.
2589
2590 * cus-theme.el (custom-theme--listed-faces): New var.
2591 (customize-create-theme): Use *Custom Theme* as the buffer name.
2592 Set revert-buffer-function. Optional arg BUFFER. Insert all
2593 faces listed in custom-theme--listed-faces.
2594 (custom-theme-revert): New function.
2595 (custom-theme-add-variable, custom-theme-add-face): Insert at the
2596 bottom of the list.
2597 (custom-theme-write): Prompt for theme name if empty.
2598 (custom-theme-write-variables): Use dolist.
2599 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
2600
e15f8aaa
AM
26012010-10-09 Alan Mackenzie <acm@muc.de>
2602
2603 Enhance fontification of declarators to take account of the
2604 presence/absence of "typedef".
2605
2606 * cc-engine.el (c-forward-type): New &optional param
2607 "brace-block-too".
2608 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 2609 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
2610
2611 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
2612 fontification of declarators which follow a "}".
2613 (c-font-lock-declarations): Fontify declarators according to the
2614 presence/absence of "typedef".
2615
2616 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
2617 for "typedef".
2618 (c-typedef-decl-key): New lang variable built from
2619 c-typedef-decl-kwds.
2620
cf321e50
LMI
26212010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2622
77aec221
LMI
2623 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
2624 since that's too annoying. Move the filter groups commands to
2625 TAB/backtab.
2626
7450df5d
LMI
2627 * epa.el (epa-passphrase-callback-function): Say what we're
2628 querying the password for.
2629
cf321e50 2630 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 2631 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 2632
587faadd
CY
26332010-10-08 Chong Yidong <cyd@stupidchicken.com>
2634
2635 * cus-edit.el (custom-commands, custom-buffer-create-internal)
2636 (custom-magic-value-create): Pad button tags with spaces.
2637 (custom-face-edit): New variable.
2638 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
2639 face editor here, instead of using custom-face-selected.
2640 Pass face defaults to custom-face-edit widget.
587faadd
CY
2641 (custom-face-selected, custom-display-unselected): Delete widgets.
2642 (custom-display-unselected-match): Function removed.
43f964fc
SM
2643 (custom-face-set, custom-face-mark-to-save):
2644 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
2645
2646 * wid-edit.el (widget--completing-widget): New var.
2647 (widget-default-complete): Bind it when doing completion.
2648 (widget-string-complete, widget-file-complete): Use it.
2649
a1ab97d0
GM
26502010-10-09 Glenn Morris <rgm@gnu.org>
2651
85d50db7
GM
2652 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
2653 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
2654 (holiday-hebrew-misc): Small simplifications.
2655
3fb78d1f
GM
2656 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
2657
a1ab97d0
GM
2658 * net/browse-url.el: Don't require thingatpt, term, dired,
2659 executable, or w3-auto when compiling.
2660 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
2661 Declare.
2662 (browse-url-text-emacs): Require term.
2663
2187e5bb
AS
26642010-10-08 Andreas Schwab <schwab@linux-m68k.org>
2665
2666 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
2667
e5d49589
GM
26682010-10-08 Glenn Morris <rgm@gnu.org>
2669
5823f53f
GM
2670 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
2671
e5d49589
GM
2672 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
2673 (shadows-compare-text-p): Make it an obsolete alias for...
2674 (load-path-shadows-compare-text): ... new name.
2675 (find-emacs-lisp-shadows): Update for above name change.
2676 (load-path-shadows-same-file-or-nonexistent): New name for the old
2677 shadow-same-file-or-nonexistent.
2678
4628bef1 26792010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
2680
2681 * minibuffer.el (completion--some, completion--do-completion)
2682 (minibuffer-complete-and-exit, minibuffer-completion-help)
2683 (completion-basic-try-completion)
2684 (completion-basic-all-completions)
2685 (completion-pcm--find-all-completions): Use lexical-let to
2686 avoid some false matches in variable completion (Bug#7056)
2687
4628bef1 26882010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
2689
2690 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
2691
4628bef1 26922010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
2693
2694 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
2695 return non-nil if the file exists (Bug#7090).
2696
4628bef1 26972010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
2698
2699 * minibuffer.el (completion--replace):
2700 Better preserve markers (bug#7138).
2701
4628bef1 27022010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
2703
2704 * server.el (server-process-filter): Doc fix.
2705
4628bef1 27062010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
2707
2708 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
2709
e4adf61e
GM
27102010-10-08 Glenn Morris <rgm@gnu.org>
2711
24ac444f
GM
2712 * vc/ediff-wind.el (ediff-setup-control-frame):
2713 * vc/ediff-ptch.el (ediff-default-backup-extension):
2714 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
2715 (ediff-exec-process): Remove system-types emx, windows-95.
2716
e4adf61e
GM
2717 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
2718
61328d7c
CY
27192010-10-07 Chong Yidong <cyd@stupidchicken.com>
2720
2721 * cus-edit.el (custom-variable, custom-face): Doc fix.
2722 (custom-face-edit): Add value-create attribute.
2723 (custom-face-edit-value-create)
43f964fc
SM
2724 (custom-face-edit-value-visibility-action): New functions.
2725 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
2726 (custom-face-edit-deactivate): Show empty values with shadow face.
2727 (custom-face-selected): Only use this for face specs with default
2728 attributes.
2729 (custom-face-value-create): Cleanup.
2730
2731 * wid-edit.el (widget-checklist-value-create): Use dolist.
2732 (widget-checklist-match-find): Make second arg optional.
2733
ac44263a
GM
27342010-10-07 Glenn Morris <rgm@gnu.org>
2735
849b02b4
GM
2736 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
2737 Prefix things.
2738
ac44263a
GM
2739 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
2740 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
2741 load-path-shadows-mode, update references.
06d9ef85
GM
2742 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
2743 Rename variable and button.
2744 (list-load-path-shadows): Update button caller.
ac44263a 2745
29c72a6e
SM
27462010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2747
2748 * emacs-lisp/smie.el (smie-bnf-classify): New function.
2749 (smie-bnf-precedence-table): Use it to remember the closers/openers.
2750 (smie-merge-prec2s): Handle those new entries.
2751 (smie-prec2-levels): Only set precedence to nil for actual
2752 openers/closers.
2753 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
2754 that is now unnecessary.
2755
775f75bc 27562010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
2757
2758 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
2759
7e1e2a6e
GM
27602010-10-07 Glenn Morris <rgm@gnu.org>
2761
58d1ac6d
GM
2762 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
2763 (mail-position-on-field): Remove declarations.
2764 (mail-position-on-field): Autoload it.
2765 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
2766 and mail-header-end. Don't require sendmail.
2767
7b9235ad
GM
2768 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
2769 (shadow-mode): New mode.
2770 (shadow-find-file): New button.
2771 (list-load-path-shadows): Use shadow-mode and buttons.
2772
52da2182
GM
2773 * iimage.el (iimage-version): Remove.
2774 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
2775 Turn into defcustoms.
2776 (iimage-mode-map): Give it a doc string.
2777
7e1e2a6e
GM
2778 * calendar/appt.el (appt-activate): Give a warning rather than an error
2779 if there is no diary-file.
2780
e44eccd7
MA
27812010-10-06 Michael Albinus <michael.albinus@gmx.de>
2782
29c72a6e
SM
2783 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2784 Use `tramp-handle-find-backup-file-name'.
e44eccd7 2785
4583e796
GM
27862010-10-06 Glenn Morris <rgm@gnu.org>
2787
6aecca99
GM
2788 * font-core.el (font-lock-defaults-alist): Remove variable.
2789 (font-lock-mode): Doc fix.
2790 (font-lock-default-function): Do not consult font-lock-defaults-alist.
2791 * font-lock.el (font-lock-refresh-defaults): Doc fix.
2792 (font-lock-set-defaults): Doc fix.
2793 Do not consult font-lock-defaults-alist.
2794
645a6257
GM
2795 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
2796
4583e796
GM
2797 * emacs-lisp/cl.el: No longer provide cl-19.
2798
bd8fadca
MA
27992010-10-05 Michael Albinus <michael.albinus@gmx.de>
2800
2801 * net/tramp.el (tramp-handle-directory-files-and-attributes)
2802 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
2803 New defuns, taken from tramp-smb.el.
2804 (tramp-coding-system-change-eol-conversion)
43f964fc 2805 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 2806
43f964fc 2807 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
2808 (tramp-compat-coding-system-change-eol-conversion)
2809 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
2810 from tramp.el.
2811
2812 * net/tramp-gvfs.el:
2813 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
2814 by `tramp-compat-set-process-query-on-exit-flag'.
2815
43f964fc
SM
2816 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
2817 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
2818 `tramp-handle-file-exists-p' and
2819 `tramp-handle-file-newer-than-file-p'.
2820 (tramp-imap-handle-file-exists-p)
2821 (tramp-imap-handle-file-executable-p)
2822 (tramp-imap-handle-file-readable-p)
2823 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 2824 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
2825
2826 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
2827 by `tramp-compat-set-process-query-on-exit-flag' and
2828 `tramp-coding-system-change-eol-conversion' by
2829 `tramp-compat-coding-system-change-eol-conversion'.
2830
43f964fc
SM
2831 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2832 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
2833 `tramp-handle-file-exists-p' and
2834 `tramp-handle-file-newer-than-file-p'.
2835 (tramp-smb-handle-directory-files-and-attributes)
2836 (tramp-smb-handle-file-exists-p)
43f964fc
SM
2837 (tramp-smb-handle-file-newer-than-file-p): Remove.
2838 (tramp-smb-maybe-open-connection):
2839 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
2840 `tramp-compat-set-process-query-on-exit-flag'.
2841
726c5357
GM
28422010-10-05 Glenn Morris <rgm@gnu.org>
2843
2844 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
2845
4a93e698
MA
28462010-10-04 Michael Albinus <michael.albinus@gmx.de>
2847
2848 Continue reorganization of load dependencies. (Bug#7156)
2849
2850 * net/tramp.el (tramp-handle-file-local-copy-hook)
2851 (tramp-delete-temp-file-function): Move down.
2852 (tramp-exists-file-name-handler): Move up.
2853 (tramp-register-file-name-handlers): Simplify autoload.
2854 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
2855 (tramp-handle-directory-files, tramp-handle-dired-uncache)
2856 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
2857 (tramp-handle-file-name-completion)
2858 (tramp-handle-file-name-directory)
2859 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
2860 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
2861 (tramp-handle-find-backup-file-name)
2862 (tramp-handle-insert-file-contents, tramp-handle-load)
2863 (tramp-handle-substitute-in-file-name)
2864 (tramp-handle-unhandled-file-name-directory)
2865 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 2866 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
2867
2868 * net/tramp-gvfs.el (top):
2869 * net/tramp-smb.el (top): Do not require 'tramp-sh.
2870
2871 * net/tramp-sh.el (all): Move several objects to tramp.el, see
2872 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
2873
b4593555
GM
28742010-10-04 Glenn Morris <rgm@gnu.org>
2875
2876 * calendar/appt.el (appt-add): Ensure reminders are enabled.
2877 (appt-activate): Give status messages.
2878
8762aa10
TZ
28792010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
2880
2881 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
2882 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
2883 `gnutls-negotiate' (formerly `starttls-negotiate').
2884 Remove trivial wrapper `starttls-open-stream'.
8762aa10 2885
82fb8701
DN
28862010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2887
2888 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
2889 log-outgoing commands.
2890 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
2891 to create a buffer local revert-buffer-function variable.
2892 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
2893 revert-buffer-function lambda.
2894
c1ae068b
LMI
28952010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
2896
2897 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
2898 `gnutls-boot'. Make TYPE the only required parameter.
2899 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
2900 (open-ssl-stream): Use it.
2901
67141a37
GM
29022010-10-03 Glenn Morris <rgm@gnu.org>
2903
77f38949
GM
2904 * subr.el (directory-sep-char): Remove obsolete variable.
2905 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
2906 it is "necessary".
2907
67141a37
GM
2908 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
2909 * vc/vc.el (vc-static-header-alist): Doc fix.
2910 * vc/vc-cvs.el (vc-cvs-header):
2911 * vc/vc-rcs.el (vc-rcs-header):
2912 * vc/vc-sccs.el (vc-sccs-header):
2913 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
2914 * obsolete/vc-mcvs.el (vc-mcvs-header):
2915 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
2916 on XEmacs.
2917
96bcef2e
CY
29182010-10-03 Chong Yidong <cyd@stupidchicken.com>
2919
43f964fc
SM
2920 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
2921 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 2922
ef47f179
GM
29232010-10-03 Glenn Morris <rgm@gnu.org>
2924
0437978e
GM
2925 * obsolete/x-menu.el: Remove file, obsolete since 21.1
2926
aee3c6f7
GM
2927 * textmodes/rst.el (rst-font-lock-keywords-function):
2928 Drop Emacs 20 code.
2929
f88cd114
GM
2930 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
2931
6abfe35f
GM
2932 * printing.el: Drop Emacs 20 code.
2933
59e31cfa
GM
2934 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
2935 without having used appt.el already).
2936
922ad43e
GM
2937 * subr.el (make-local-hook): Remove function obsolete since 21.1.
2938 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
2939 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
2940 XEmacs.
2941 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
2942 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
2943
ef47f179
GM
2944 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
2945 (charset-width, find-charset-region, chars-in-region, forward-point)
2946 (encode-coding-string, coding-system-p, ccl-execute-on-string)
2947 (define-ccl-program, multibyte-string-p, string-make-multibyte):
2948 Remove compatibility cruft (none of these are used by ps*.el).
2949
ac6ca7ba
KR
29502010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
2951
2952 * subr.el (booleanp): Return t instead of a list (Bug#7086).
2953
2a847524
CY
29542010-10-03 Chong Yidong <cyd@stupidchicken.com>
2955
43f964fc
SM
2956 * server.el (server-process-filter, server-return-error):
2957 Give emacsclient time to shut down after receiving an error string.
2a847524 2958
4bc3c53d
MA
29592010-10-02 Michael Albinus <michael.albinus@gmx.de>
2960
2961 * files.el (remote-file-name-inhibit-cache): New defcustom.
2962
43f964fc
SM
2963 * time.el (display-time-file-nonempty-p):
2964 Use `remote-file-name-inhibit-cache'.
4bc3c53d 2965
43f964fc
SM
2966 * net/tramp.el (tramp-completion-reread-directory-timeout):
2967 Fix docstring.
4bc3c53d
MA
2968
2969 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
2970 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
2971 `remote-file-name-inhibit-cache'. Check also for an integer
2972 value. Add/increase counter when `tramp-verbose' >= 10.
2973 (tramp-set-file-property): Add/increase counter when
2974 `tramp-verbose' >= 10.
2975
2976 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2977 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
2978 (tramp-bug): Set tramp-autoload cookie. Report all interned
2979 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
2980 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
2981 characters only in strings.
2982
2983 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
2984 to backward compatibility.
2985
2986 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
2987 (tramp-handle-file-name-all-completions)
43f964fc
SM
2988 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
2989 (tramp-open-connection-setup-interactive-shell):
2990 Call `tramp-cleanup-connection' directly.
4bc3c53d 2991
9c524fcb
GM
29922010-10-02 Glenn Morris <rgm@gnu.org>
2993
3226d6ca
GM
2994 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
2995
2996 * subr.el (char-bytes): Remove obsolete function.
2997
2998 * isearch.el (isearch-return-char): Remove obsolete function.
2999
3000 * mouse.el: No longer provide mldrag.
3001 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
3002 Remove obsolete aliases.
3003
3004 * comint.el (comint-kill-output): Remove obsolete alias.
3005
3006 * composite.el (decompose-composite-char): Remove obsolete function.
3007 * ps-def.el (decompose-composite-char): Remove unused function.
3008
3009 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
3010
3011 * outline.el (outline-visible): Remove obsolete function.
3012
3013 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
3014 * faces.el (internal-find-face, internal-get-face)
3015 (frame-update-faces, frame-update-face-colors)
3016 (x-frob-font-weight, x-frob-font-slant)
3017 (internal-frob-font-weight, internal-frob-font-slant)
3018 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
3019 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
3020 (x-make-font-bold-italic): Remove functions and aliases, obsolete
3021 since Emacs 21.1.
3022 * emulation/viper-util.el (viper-get-face):
3023 * obsolete/lucid.el (find-face, get-face): Use facep.
3024 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
3025 Remove unused functions.
3026 * vc/ediff-util.el (ediff-submit-report): Doc fix.
3027
9c524fcb
GM
3028 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
3029 delete tempfile if interrupted during compilation.
3030
aecb42aa
LMI
30312010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3032
3033 * net/tls.el (tls-starttls-switches): Give up on using starttls with
3034 gnutls-cli.
3035 (tls-program): Add --insecure to be consistent with the defaults from
3036 openssl s_client. Now all three commands are insecure.
3037
73077a9a
EZ
30382010-10-01 Eli Zaretskii <eliz@gnu.org>
3039
3040 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
3041 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
3042 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
3043
1ef075bb
GM
30442010-10-01 Glenn Morris <rgm@gnu.org>
3045
1fcaf927
GM
3046 * obsolete/sc.el: Remove file.
3047
1ef075bb
GM
3048 * files.el (temporary-file-directory): On darwin, also try
3049 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
3050
a16f5f64
JB
30512010-10-01 Juanma Barranquero <lekktu@gmail.com>
3052
3053 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
3054 Let's not break compatibility gratuitously, shall we?
3055
6b958814
G
30562010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3057
47e08896 3058 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
3059 (tls-find-starttls-argument): Use it.
3060 (open-tls-stream): Ditto.
3061
47e08896 3062 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
3063 entry.
3064 (netrc-machine): Ditto.
3065
cad90f3b
EZ
30662010-09-30 Eli Zaretskii <eliz@gnu.org>
3067
3068 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
3069
968ef9b4
JB
30702010-09-30 Juanma Barranquero <lekktu@gmail.com>
3071
3072 * server.el (server-start): Don't write pid to the authentication file.
3073 (server-create-tty-frame): Don't send pid.
3074 (server-process-filter): Send pid at the start of every connection.
3075
3536dea8
GM
30762010-09-30 Glenn Morris <rgm@gnu.org>
3077
8e378d88
GM
3078 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
3079 (show-all-diary-entries): Remove obsolete function aliases.
3080
3536dea8
GM
3081 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
3082 Remove options, obsolete since 22.1.
6a7662bb
BR
3083 (appt-display-format, appt-display-message):
3084 Remove backwards-compatibility code.
3536dea8
GM
3085 (appt-check): No longer check appt-issue-message.
3086 (appt-make-list): No longer autoload it. Doc fix. No longer
3087 activate the package.
3088
df7fcaff
LMI
30892010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3090
3091 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
3092 (starttls-negotiate): Just call boot, and let the handshake be
3093 triggered from the read loop.
df7fcaff 3094
c2828614
GM
30952010-09-29 Glenn Morris <rgm@gnu.org>
3096
17a46341
GM
3097 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
3098 not displaying the diary.
3099 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
3100 * calendar/appt.el (appt-check): No longer need to kill diary.
3101
7161e329
GM
3102 * calendar/diary-lib.el (diary-list-entries): Move the
3103 "Preparing..." message entirely here.
3104 (diary-simple-display, diary-fancy-display): Move "Preparing..."
3105 messages to diary-list-entries.
3106 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
3107 diary-display-function.
3108
d0de6cba
GM
3109 * calendar/diary-lib.el (diary-include-other-diary-files):
3110 Trap some recursive includes.
3111
c2828614
GM
3112 * calendar/appt.el (appt-activate): Check diary file.
3113
0c43b6f8
KY
31142010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
3115
3116 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3117 construction.
3118
3119 * calendar/time-date.el: No need to require cl for Emacs 21.
3120
97ce2730
GM
31212010-09-28 Glenn Morris <rgm@gnu.org>
3122
3123 * calendar/appt.el (appt-check): Minor simplification.
3124
e0a185ae
KY
31252010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
3126
3127 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
3128 citation prefix.
3129
c19f76a1
AS
31302010-09-27 Andreas Schwab <schwab@linux-m68k.org>
3131
95b6d681
JB
3132 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3133 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 3134
fd057fd2
KH
31352010-09-27 Kenichi Handa <handa@m17n.org>
3136
3137 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
3138 "ustar" format.
3139
368b3544
KH
31402010-09-27 Kenichi Handa <handa@m17n.org>
3141
3142 * international/mule.el (define-coding-system): Docstring fixed.
3143
3144 * international/mule-diag.el (describe-character-set): Use princ
3145 with proper print-length and print-level instead of insert.
3146
95b6d681 31472010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
3148
3149 * window.el (walk-windows): Doc fix (bug#7105).
3150
99368725
SM
31512010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
3152
3153 * emacs-lisp/float-sup.el (e): Remove.
3154
8ed70bf3
LMI
31552010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
3156
3157 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
3158 variable.
3159 (starttls-negotiate): Use it.
3160
d2e9d0bb
LMI
31612010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3162
3163 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
3164 back.
3165
15413fb4
SM
31662010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
3167
3168 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
3169
1821a7b4
LMI
31702010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3171
6303aba1
LMI
3172 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
3173
1821a7b4
LMI
3174 * net/netrc.el (netrc-store-data): New function.
3175
8af55556
TZ
31762010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
3177
3178 * net/gnutls.el: GnuTLS glue code to set up a connection.
3179
42343747
JD
31802010-09-25 Julien Danjou <julien@danjou.info>
3181
3182 * notifications.el: Call dbus-register-signal only if it is bound.
3183
ec60da52
GM
31842010-09-25 Glenn Morris <rgm@gnu.org>
3185
3186 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
3187 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
3188 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
3189 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
3190 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
3191 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
3192 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
3193 * eshell/esh-util.el, eshell/esh-var.el:
3194 Remove leading `*' from docs of faces and defcustoms.
3195
4c964351
UM
31962010-09-25 Ulrich Mueller <ulm@gentoo.org>
3197
3198 * eshell/em-ls.el (eshell-ls-archive-regexp):
3199 * eshell/esh-util.el (eshell-tar-regexp):
3200 * ibuffer.el (ibuffer-compressed-file-name-regexp):
3201 * info.el (Info-suffix-list):
3202 * international/mule.el (auto-coding-alist):
3203 * woman.el (woman-file-regexp, woman-file-compression-regexp):
3204 * progmodes/etags.el (tags-compression-info-list):
3205 Support xz compression.
3206
41f54b73
CY
32072010-09-25 Chong Yidong <cyd@stupidchicken.com>
3208
3209 * files.el (get-free-disk-space): Don't assume the "df" output
3210 columns line up (Bug#6995).
3211
40b1a3a9
JB
32122010-09-25 Juanma Barranquero <lekktu@gmail.com>
3213
3214 * finder.el (finder-unknown-keywords):
3215 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
3216 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
3217
ba3033ee
JB
32182010-09-25 Juanma Barranquero <lekktu@gmail.com>
3219
3220 * server.el (server-start): Revert part of 2010-08-08 change. Using
3221 address 127.0.0.1 for local host is now done in Fmake_network_process.
3222
5e339ee2
GM
32232010-09-24 Glenn Morris <rgm@gnu.org>
3224
3225 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
3226 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
3227 * textmodes/css-mode.el, textmodes/dns-mode.el:
3228 Move autoloaded auto-mode-alist entries to files.el.
3229 * files.el (auto-mode-alist): Move entries here.
3230
af3ccb5c
GM
32312010-09-23 Glenn Morris <rgm@gnu.org>
3232
3233 * isearch.el (isearch-lazy-highlight-cleanup)
3234 (isearch-lazy-highlight-initial-delay)
3235 (isearch-lazy-highlight-interval)
3236 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
3237 * net/net-utils.el (ipconfig-program-options):
3238 Move aliases to options before the associated definitions.
3239
266a86bd 32402010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
3241
3242 * newcomment.el (comment-normalize-vars): Better test validity of
3243 comment-end-skip.
3244
27ffea71 32452010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
3246
3247 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
3248 (float-e): New name for `e'.
3249 (degrees-to-radians, radians-to-degrees):
3250 * calendar/solar.el (solar-longitude):
3251 * calculator.el (calculator-registers, calculator-funcall):
3252 * textmodes/artist.el (artist-spray-random-points):
3253 * play/bubbles.el (bubbles--initialize-images): Use new names.
3254
27ffea71 32552010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
3256
3257 Update to CEDET 1.0's version of EIEIO.
3258
9e0d4f9e
SM
3259 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
3260 New function.
a2930e43
EL
3261 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
3262 (eieio-default-eval-maybe): Eval val instead of unquoting only.
3263 (class-precedence-list): If class is nil, return nil.
3264 (eieio-generic-call): If class of first input arg is nil, don't
3265 look up static methods, and do check for primary methods.
3266 (initialize-instance): See if the default needs to be evaluated
3267 during the constructor.
3268 (eieio-perform-slot-validation-for-default): Don't do the check
3269 for values that will eventually be evaluated.
3270 (eieio-eval-default-p): New function.
3271 (eieio-default-eval-maybe): Use it.
3272
27ffea71 32732010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
3274
3275 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
3276 method-invocation-order.
3277 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
3278 (eieio-class-precedence-dfs): Compute class precedence list using
3279 dfs algorithm.
3280 (eieio-class-precedence-bfs): Compute class precedence list using
3281 bfs algorithm.
9e0d4f9e 3282 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
3283 c3 algorithm.
3284 (class-precedence-list): New function.
3285 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
3286 (inconsistent-class-hierarchy): New error symbol.
3287 (call-next-method): Stow the replacement argument list for future
3288 call-next-method invocations.
3289
266a86bd 32902010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 3291
ea7f9ebf
GM
3292 * calendar/appt.el (appt-check): If not displaying the diary,
3293 use (diary 1) to only get the entries we need.
3294 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
3295 that it is in day order. (Bug#7019)
3296
1bf6d075
GM
3297 * calendar/appt.el (appt-check): Rather than showing the diary,
3298 just turn off invisible display, and only if needed.
3299
87e798a7
GM
3300 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
3301
1fc7dabf
GM
33022010-09-23 Glenn Morris <rgm@gnu.org>
3303
7a16788b
GM
3304 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
3305 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 3306 Start warnings with lower-case, like the majority.
7a16788b 3307
19543b17
GM
3308 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
3309
54238e6d
GM
3310 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
3311
ce009d0b
GM
3312 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
3313 * files.el (auto-mode-alist): Move ld-script entries here, further down
3314 the list.
3315
7b344dfe
GM
3316 * vc/add-log.el: Don't require timezone when compiling.
3317 (timezone-make-date-sortable): Autoload it.
3318 (change-log-sortable-date-at): Don't require timezone.
3319 Use `ignore-errors'.
3320
d9703498
GM
3321 * comint.el (comint-use-prompt-regexp-instead-of-fields):
3322 Move alias before definition, so it does not need autoloading.
3323
1fc7dabf
GM
3324 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
3325 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
3326 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
3327 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
3328 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
3329 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
3330 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
3331 * textmodes/tex-mode.el, textmodes/two-column.el:
3332 Remove leading `*' from docs of defcustoms etc.
3333
7676efad
TZ
33342010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
3335
3336 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
3337
b069e5a6
G
33382010-09-22 Dan Christensen <jdc@uwo.ca>
3339
3340 * calendar/time-date.el (date-to-time): Try using parse-time-string
3341 first before using the slower timezone-make-date-arpa-standard.
3342
1bf68d53
KY
33432010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
3344
3345 * calendar/time-date.el (format-seconds): Comment fix.
3346
cd205c76
GM
33472010-09-22 Glenn Morris <rgm@gnu.org>
3348
3349 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
3350 is not automatically buffer-local.
3351
4ddea91b
SM
33522010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3353
3354 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
3355 (smie-indent-comment): Be more careful with comment-start-skip.
3356 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
3357 (smie-indent-functions): Use them.
3358
b0f037ed
MA
33592010-09-21 Michael Albinus <michael.albinus@gmx.de>
3360
3361 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
3362
8cf1771a
JD
33632010-09-21 Jan Djärv <jan.h.d@swipnet.se>
3364
36a1b6db
JD
3365 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
3366 tool-bar-position. Don't modify frame parameters here.
180fb94a 3367 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 3368
8cf1771a
JD
3369 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
3370
0097720d
SM
33712010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3372
5d8e0d5d
SM
3373 * textmodes/reftex-parse.el (reftex-what-macro)
3374 (reftex-context-substring): Let-bind forward-sexp-function to nil
3375 since we don't need/want to treat \begin...\end as a block (bug#7053).
3376
984edd22
SM
3377 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
3378
3379 * simple.el (blink-matching-open): Use syntax-class.
3380
3672149f
SM
3381 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
3382 Set invisibility spec for pascal's outline mode.
3383 (pascal-outline-change): Clean up calling convention.
3384 (pascal-show-all, pascal-hide-other-defuns): Update callers.
3385
549d0e1e
SM
3386 * progmodes/prolog.el (prolog-smie-forward-token)
3387 (prolog-smie-backward-token): New functions.
3388 (prolog-mode-variables): Use them to parse "!," correctly.
3389 Set up smie-blink-matching for ".".
3390
a9cb95dd
SM
3391 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
3392 and `end'.
3393 (ispell-region, ispell-process-line): Update users.
3394
de558d10
SM
3395 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
3396 point-min==1.
3397
94eb3112
SM
3398 * textmodes/ispell.el: Fix commenting convention.
3399 (ispell-parse-output): Simplify, use push.
3400 (ispell-region): Use match-string-no-properties.
3401 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
3402 (ispell-minor-mode): Use define-minor-mode.
3403 (ispell-message): Remove unused var `skip-regexp'.
3404 (ispell-add-per-file-word-list): Use dynamic let-binding.
3405 Try and use the proper comment marker.
3406
1f7f45a5
SM
3407 * mail/sendmail.el: Fix commenting convention.
3408 (sendmail-send-it): Use line-beginning-position.
3409
0097720d
SM
3410 * help-fns.el (describe-variable): Add original value, if applicable.
3411
596880ea
JB
34122010-09-20 Juanma Barranquero <lekktu@gmail.com>
3413
f0713411
JB
3414 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
3415
596880ea
JB
3416 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
3417
37c0347e
SM
34182010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3419
2bc01104
SM
3420 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
3421 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
3422 (smie-prec2-levels): Use them to better diagnose precedence cycles.
3423 (smie-blink-matching-check): Don't signal a mismatch if car is t.
3424 (smie-blink-matching-open): Rewrite to remove assumptions, so that
3425 something like "." can also be a closer.
3426 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
3427 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
3428 Rename internal functions to use "--". Update callers.
3429
e2c3f530
SM
3430 * frame.el (make-frame-names-alist): Don't list frames on other displays.
3431
37c0347e
SM
3432 * fringe.el (fringe-styles): New var.
3433 (fringe-mode, fringe-query-style): Use it.
3434
74790210
MM
34352010-09-18 Michael R. Mauger <mmaug@yahoo.com>
3436
3437 * progmodes/sql.el: Version 2.8
93acd23d 3438 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
3439 (sql-product-alist): Add :list-all and :list-table features for
3440 SQLite, Postgres and MySQL products.
3441 (sql-redirect): Handle default value.
3442 (sql-execute, sql-execute-feature): New functions.
3443 (sql-read-table-name): New function.
93acd23d 3444 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
3445 (sql-mode-map, sql-interactive-mode-map): Add key definitions
3446 for above functions.
3447 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
3448 for above functions.
3449 (sql-postgres-login-params): Add user and database defaults.
3450 (sql-buffer-live-p): Bug fix.
93acd23d 3451 (sql-product-history): New variable.
74790210
MM
3452 (sql-read-product): New function. Use it.
3453 (sql-set-product, sql-product-interactive): Use it.
3454 (sql-connection-history): New variable.
93acd23d 3455 (sql-read-connection): New function. Use it.
74790210
MM
3456 (sql-connect): New function.
3457 (sql-for-each-login): Redesign function interface.
3458 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
3459 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
3460 (sql-comint): Check for program. Existing live buffer.
74790210
MM
3461 (sql-comint-postgres): Add port parameter.
3462
cec01cd2
SM
34632010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3464
3465 * emacs-lisp/warnings.el: Fix commenting convention.
3466 (display-warning): Use special mode and make the buffer read-only.
3467
c2a845b5
JB
34682010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
3469
3470 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
3471 empty string when it follows a repeated or optional pattern.
3472
f5632fb6
SM
34732010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3474
3475 * indent.el (indent-according-to-mode): Apply syntax-propertize.
3476 (indent-region): Use indent-according-to-mode.
3477
71b961e8
EZ
34782010-09-18 Eli Zaretskii <eliz@gnu.org>
3479
3480 * fringe.el (fringe-mode): Doc fix.
3481
dbbd7ad4
KRC
34822010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3483
3484 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
3485 refreshing the preview buffer.
3486
b879a6e2
SM
34872010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3488
3489 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
3490 (latex-syntax-propertize-rules): New consts; replace
3491 tex-font-lock-syntactic-keywords.
3492 (tex-env-mark, latex-env-before-change): New functions.
3493 (latex-electric-env-pair-mode): New minor mode.
3494 (tex-font-lock-verb): Change arguments; do move point.
3495 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
3496 representation as a form of comment.
3497 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
3498 (doctex-syntax-propertize-rules): New const; replaces
3499 doctex-font-lock-syntactic-keywords.
3500 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
3501
3502 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
3503 (fortran-make-syntax-propertize-function): New function; replaces
3504 fortran-font-lock-syntactic-keywords.
3505 (fortran-mode): Use it.
3506 (fortran-line-length): Use it. Improve interactive spec.
3507
3508 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
3509 (syntax-propertize-rules): Add var-ref case. Fix offset computation
3510 when adding surrounding \(..\).
3511
3512 * progmodes/js.el (js-mode): Fix last change (bug#7054).
3513
4be520fb
SM
35142010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3515
269c197e
SM
3516 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
3517 Use with-current-buffer.
3518
4be520fb
SM
3519 * isearch.el (isearch-face): Rename from `isearch'.
3520 (isearch-highlight): Use new name.
3521
a67597d6
EZ
35222010-09-17 Eli Zaretskii <eliz@gnu.org>
3523
3524 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
3525 5, for `half' width fringes. (Bug#6933)
3526
31c381e8
SM
35272010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3528
3fe6ef4e
SM
3529 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
3530 (byte-compile-defvar): "foo/bar" does not lack a prefix.
3531
31c381e8
SM
3532 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
3533
fb0cf781
J
35342010-09-17 Stephen Berman <stephen.berman@gmx.net>
3535
3536 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
3537 in calculating new frame position. Add more space between new and
3538 parent on the left (Bug#7048).
3539
1a9dc3b5
MA
35402010-09-17 Michael Albinus <michael.albinus@gmx.de>
3541
3542 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
3543 defmacro.
3544
dff0fdc3
CY
35452010-09-16 Chong Yidong <cyd@stupidchicken.com>
3546
31c381e8 3547 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 3548
117c96c7
CY
3549 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
3550 obsolete alias for x-selection-value.
3551
dff0fdc3
CY
3552 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
3553
c6f2191f
MA
35542010-09-16 Michael Albinus <michael.albinus@gmx.de>
3555
3556 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
3557 cookie.
3558
6139f995
MA
35592010-09-15 Michael Albinus <michael.albinus@gmx.de>
3560
3561 * net/tramp-compat.el (tramp-compat-with-temp-message)
3562 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
3563 (tramp-compat-process-put): New defuns.
3564
3565 * net/tramp.el (top):
3566 * net/tramp-gvfs.el (top):
3567 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
3568
31c381e8
SM
3569 * net/tramp.el (tramp-progress-reporter-update):
3570 Use `tramp-compat-funcall'.
6139f995
MA
3571
3572 * net/tramp.el (tramp-process-actions):
3573 * net/tramp-gvfs.el (tramp-handle-vc-registered):
3574 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
31c381e8
SM
3575 (tramp-get-remote-stat, tramp-get-remote-readlink):
3576 Use `tramp-compat-with-temp-message'.
6139f995
MA
3577
3578 * net/tramp-sh.el (top): Require 'cl.
3579 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
3580 (tramp-open-connection-setup-interactive-shell):
3581 Use `tramp-compat-process-put'.
6139f995 3582
22c3ce97
AM
35832010-09-15 Alan Mackenzie <acm@muc.de>
3584
3585 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
3586 indentation.
a4ee83cc 3587 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 3588
4f1e9960
SM
35892010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3590
3591 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3592 `lexical' for warnings related to lexical scoping.
3593 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
3594 global vars which don't have a prefix and could hence affect lexical
3595 scoping in unrelated files.
3596
01e80360
LMI
35972010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3598
3599 * net/imap.el: Revert back to version
3600 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3601 seem problematic.
3602
5e2a84e3
JB
36032010-09-14 Juanma Barranquero <lekktu@gmail.com>
3604
3605 * obsolete/old-whitespace.el (whitespace-unload-function):
3606 Explicitly pass `obarray' to `unintern' to avoid a warning.
3607
f3a30a50
SM
36082010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3609
3610 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
3611 Add `when' argument. Update callers.
3612
3613 * subr.el (unintern): Declare the obarray arg mandatory.
3614
92b99a01
GM
36152010-09-14 Glenn Morris <rgm@gnu.org>
3616
67ae9766
GM
3617 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
3618 Doc fixes.
3619
92b99a01
GM
3620 * calendar/diary-lib.el (diary-included-files): New variable.
3621 (diary-list-entries): Maybe initialize diary-included-files.
3622 (diary-include-other-diary-files): Append to diary-included-files.
3623 * calendar/appt.el (appt-update-list): Also check the members of
3624 diary-included-files. (Bug#6999)
08151ec5 3625 (appt-check): Doc fix.
92b99a01 3626
6664fc59 36272010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
3628
3629 * simple.el (line-move-visual): Do not truncate goal column to
3630 integer size. (Bug#7020)
3631
6664fc59 36322010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
3633
3634 * repeat.el (repeat): Allow repeating when the last event is a click.
3635 Suggested by Drew Adams (bug#6256).
3636
6664fc59 36372010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd
SM
3638
3639 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
3640 Replace setting HGRCPATH to "" by some less invasive --config options.
3641
6664fc59 36422010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
3643
3644 * font-lock.el (font-lock-beginning-of-syntax-function):
3645 Mark as obsolete.
3646
6664fc59 36472010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
3648
3649 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
3650 and tool-bar modes. (Bug#6211)
3651 (menu-bar-mode): Move setting of standard-value after the
3652 minor-mode definition, otherwise it seems to have no effect.
3653
6664fc59 36542010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
3655
3656 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
3657 Fix typo. (Bug#6976)
3658
6664fc59 36592010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
3660
3661 * whitespace.el: Allow cleaning up blanks without blank
3662 visualization (Bug#6651). Adjust help window for
3663 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
3664 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
3665 (whitespace-style): Add new value 'face. Adjust docstring.
3666 (whitespace-space, whitespace-hspace, whitespace-tab):
3667 Adjust foreground property face.
9c405a86
CY
3668 (whitespace-line-column): Adjust docstring and type declaration.
3669 (whitespace-style-value-list, whitespace-toggle-option-alist)
3670 (whitespace-help-text): Adjust const initialization.
3671 (whitespace-toggle-options, global-whitespace-toggle-options):
3672 Adjust docstring.
3673 (whitespace-display-window, whitespace-interactive-char)
3674 (whitespace-style-face-p, whitespace-color-on): Adjust code.
3675 (whitespace-help-scroll): New fun.
3676
ba96ddf5
KY
36772010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
3678
3679 * calendar/time-date.el (format-seconds): Comment fix.
3680
a386ac70
MM
36812010-09-13 Michael R. Mauger <mmaug@yahoo.com>
3682
3683 * progmodes/sql.el: Version 2.7.
3684 (sql-buffer-live-p): Improve detection.
3685 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
3686 (sql-set-sqli-buffer): Use it.
3687 (sql-product-interactive): Run `sql-set-sqli-hook'.
3688 (sql-rename-buffer): Code cleanup.
3689 (sql-redirect, sql-redirect-value): New functions. More to come.
3690
5d921df2
JB
36912010-09-13 Juanma Barranquero <lekktu@gmail.com>
3692
3693 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.
3694 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
3695 (TRAMP_SRC): New macro.
3696 ($(lisp)/net/tramp-loaddefs.el): New target.
3697
03c1ad43
MA
36982010-09-13 Michael Albinus <michael.albinus@gmx.de>
3699
3700 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
3701
3702 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
3703
3704 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
3705 'tramp-compat, everything else is required there.
3706 Use `ignore-errors' where appropriate.
03c1ad43
MA
3707 (tramp-inline-compress-start-size, tramp-copy-size-limit)
3708 (tramp-terminal-type, tramp-end-of-output)
3709 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
3710 (tramp-completion-function-alist-ssh)
3711 (tramp-completion-function-alist-telnet)
3712 (tramp-completion-function-alist-su)
3713 (tramp-completion-function-alist-putty, tramp-remote-path)
3714 (tramp-remote-process-environment, tramp-sh-extra-args)
3715 (tramp-actions-before-shell, tramp-uudecode)
3716 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
3717 (tramp-perl-file-attributes)
3718 (tramp-perl-directory-files-and-attributes)
3719 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
3720 (tramp-perl-encode, tramp-perl-decode)
3721 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
3722 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
3723 (tramp-handle-make-symbolic-link, tramp-handle-load)
3724 (tramp-handle-file-name-as-directory)
3725 (tramp-handle-file-name-directory)
3726 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
3727 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
3728 (tramp-do-file-attributes-with-ls)
3729 (tramp-do-file-attributes-with-perl)
3730 (tramp-do-file-attributes-with-stat)
3731 (tramp-handle-set-visited-file-modtime)
3732 (tramp-handle-verify-visited-file-modtime)
3733 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
3734 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
3735 (tramp-handle-file-selinux-context)
3736 (tramp-handle-set-file-selinux-context)
3737 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
3738 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
3739 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
3740 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
3741 (tramp-handle-file-ownership-preserved-p)
3742 (tramp-handle-directory-file-name, tramp-handle-directory-files)
3743 (tramp-handle-directory-files-and-attributes)
3744 (tramp-do-directory-files-and-attributes-with-perl)
3745 (tramp-do-directory-files-and-attributes-with-stat)
3746 (tramp-handle-file-name-all-completions)
3747 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
3748 (tramp-handle-copy-file, tramp-handle-copy-directory)
3749 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
3750 (tramp-do-copy-or-rename-file-via-buffer)
3751 (tramp-do-copy-or-rename-file-directly)
3752 (tramp-do-copy-or-rename-file-out-of-band)
3753 (tramp-handle-make-directory, tramp-handle-delete-directory)
3754 (tramp-handle-delete-file)
3755 (tramp-handle-dired-recursive-delete-directory)
3756 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
3757 (tramp-handle-insert-directory)
3758 (tramp-handle-unhandled-file-name-directory)
3759 (tramp-handle-expand-file-name)
3760 (tramp-handle-substitute-in-file-name)
3761 (tramp-handle-executable-find, tramp-process-sentinel)
3762 (tramp-handle-start-file-process, tramp-handle-process-file)
3763 (tramp-handle-call-process-region, tramp-handle-shell-command)
3764 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
3765 (tramp-handle-insert-file-contents)
3766 (tramp-handle-insert-file-contents-literally)
3767 (tramp-handle-find-backup-file-name)
3768 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
3769 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
3770 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
3771 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
3772 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
3773 (tramp-find-file-exists-command, tramp-open-shell)
3774 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
3775 (tramp-open-connection-setup-interactive-shell)
3776 (tramp-local-coding-commands, tramp-remote-coding-commands)
3777 (tramp-find-inline-encoding, tramp-call-local-coding-command)
3778 (tramp-inline-compress-commands, tramp-find-inline-compress)
3779 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 3780 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
3781 (tramp-send-command-and-check, tramp-barf-unless-okay)
3782 (tramp-send-command-and-read, tramp-mode-string-to-int)
3783 (tramp-convert-file-attributes, tramp-check-cached-permissions)
3784 (tramp-file-mode-from-int, tramp-file-mode-permissions)
3785 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
3786 (tramp-method-out-of-band-p, tramp-local-host-p)
3787 (tramp-get-remote-path, tramp-get-remote-tmpdir)
3788 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
3789 (tramp-get-test-command, tramp-get-test-nt-command)
3790 (tramp-get-file-exists-command, tramp-get-remote-ln)
3791 (tramp-get-remote-perl, tramp-get-remote-stat)
3792 (tramp-get-remote-readlink, tramp-get-remote-trash)
3793 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
3794 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 3795 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
3796 tramp-sh.el.
3797 (tramp-methods, tramp-default-method-alist)
3798 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
3799 Move initialization to tramp-sh.el.
3800 (tramp-temp-name-prefix): Make it a defconst.
3801 (tramp-dissect-file-name): Don't check anymore for multi-hop
3802 methods.
3803 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 3804 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
3805 (tramp-get-debug-buffer): Use it.
3806
3807 * net/tramp-cache.el (top): Set tramp-autoload cookie for
3808 initialization forms.
3809 (tramp-set-connection-property): Don't protect `tramp-message'
3810 call, it isn't necessary any longer.
3811 (tramp-dump-connection-properties): Use `ignore-errors'.
3812
3813 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
3814 'password-cache and 'auth-source.
3815
3816 * net/tramp-gvfs.el (top):
3817 * net/tramp-smb.el (top): Require 'tramp-sh.
3818
3819 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
3820
3821 * net/tramp-sh.el: New file, derived from tramp.el.
3822 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 3823 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
3824 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
3825 Use `ignore-errors' where appropriate.
3826 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
3827 `tramp-file-name-handler-alist'.
3828 (tramp-send-command-and-check): Return t or nil. Remove all
3829 `zerop' checks, where called.
3830 (tramp-handle-set-file-modes)
3831 (tramp-do-copy-or-rename-file-directly)
3832 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 3833 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
3834 (tramp-sh-file-name-handler, tramp-send-command-and-check)
3835 (tramp-get-remote-ln): Set tramp-autoload cookie.
3836
3837 * net/tramp-fish.el: Remove file.
3838
c5fe4acb
DU
38392010-09-13 Daiki Ueno <ueno@unixuser.org>
3840
3841 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
3842 buffer-file-name to avoid file-locking. (Bug#7026)
3843
7ea2d383
MA
38442010-09-13 Julien Danjou <julien@danjou.info>
3845
3846 * notifications.el (notifications-notify): Add support for
3847 image-path and sound-name.
3848 (notifications-specification-version): Add this variable.
3849
5616cc54
SM
38502010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3851
31c381e8 3852 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 3853
94c7243b
LL
38542010-09-12 Leo <sdl.web@gmail.com>
3855
3856 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
3857 (rcirc-completion-start): New variables.
3858 (rcirc-nick-completions): Rename to rcirc-completions.
3859 (rcirc-nick-completion-start-offset): Delete.
3860 (rcirc-completion-at-point): New function for constructing
3861 completion data for both nicks and irc commands. Add to
3862 completion-at-point-functions in rcirc mode.
3863 (rcirc-complete): Rename from rcirc-nick-complete; use
3864 rcirc-completion-at-point.
3865 (defun-rcirc-command): Update rcirc-client-commands.
3866
0f34ae28
GM
38672010-09-11 Glenn Morris <rgm@gnu.org>
3868
3869 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
3870 atomically, to avoid parallel build errors. (Bug#4196)
3871
9250002f
MM
38722010-09-11 Michael R. Mauger <mmaug@yahoo.com>
3873
3874 * progmodes/sql.el: Version 2.6
3875 (sql-dialect): Synonym for "sql-product".
3876 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
3877 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
3878 Set "sql-buffer" to buffer name not buffer object so multiple sql
3879 interactive buffers work properly. Reverts misguided changes in
3880 earlier work.
3881 (sql-comint): Make sure different buffer name is used if "*SQL*"
3882 buffer is for a different product.
3883 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
3884 login param.
3885 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
3886 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
3887 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
3888 Accept new buffer name or prompt for one.
3889 (sql-port): Default to zero.
3890 (sql-comint-mysql): Handle "sql-port" as a numeric.
3891 (sql-port-history): Delete unused variable.
3892 (sql-get-login): Default "sql-port" to a number.
31c381e8 3893 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
3894 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
3895 "sqlite3" executables.
31c381e8 3896 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
3897 (sql-buffer-live-p): New function.
3898 (sql-mode-menu, sql-send-string): Use it.
3899 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
3900 syntax pattern.
3901 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
3902 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
3903
a9ec34f4
LMI
39042010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3905
31c381e8 3906 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 3907
cf38dd42
SM
39082010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3909
3910 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
3911 to replace texinfo-font-lock-syntactic-keywords.
3912 (texinfo-mode): Use it.
3913
3914 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
3915 Use syntax-propertize-function.
3916
3917 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
3918 replace sgml-font-lock-syntactic-keywords.
3919 (sgml-mode): Use it.
3920
3921 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
3922 since we don't use it.
3923
3924 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
3925
3926 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
3927 if available.
3928 (vhdl-fontify-buffer): Adjust.
3929
3930 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
3931 replace tcl-font-lock-syntactic-keywords.
3932 (tcl-mode): Use it.
3933
3934 * progmodes/simula.el (simula-syntax-propertize-function): New var to
3935 replace simula-font-lock-syntactic-keywords.
3936 (simula-mode): Use it.
3937
3938 * progmodes/sh-script.el (sh-st-symbol): Remove.
3939 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
3940 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
3941 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
3942 (sh-font-lock-paren): Set syntax-multiline.
3943 (sh-font-lock-syntactic-keywords): Remove.
3944 (sh-syntax-propertize-function): New function to replace it.
3945 (sh-mode): Use it.
3946
3947 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
3948 Define while compiling.
3949 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
3950 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
3951 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
3952 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
3953 (ruby-here-doc-end-syntax): Only define when
3954 syntax-propertize is not available.
3955 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
3956 New functions.
3957 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
3958 (electric-indent-chars): Silence bytecompiler.
3959 (ruby-mode): Use prog-mode, syntax-propertize-function, and
3960 electric-indent-chars.
3961
3962 * progmodes/python.el (python-syntax-propertize-function): New var to
3963 replace python-font-lock-syntactic-keywords.
3964 (python-mode): Use it.
3965 (python-quote-syntax): Simplify and adjust to new use.
3966
3967 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
3968 replace perl-font-lock-syntactic-keywords.
3969 (perl-syntax-propertize-special-constructs): New fun to replace
3970 perl-font-lock-special-syntactic-constructs.
3971 (perl-font-lock-syntactic-face-function): New fun.
3972 (perl-mode): Use it.
3973
3974 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
3975 to replace octave-font-lock-close-quotes.
3976 (octave-syntax-propertize-function): New function to replace
3977 octave-font-lock-syntactic-keywords.
3978 (octave-mode): Use it.
3979
3980 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
3981 replaces mixal-font-lock-syntactic-keywords.
3982 (mixal-mode): Use it.
3983
3984 * progmodes/make-mode.el (makefile-syntax-propertize-function):
3985 New var; replaces makefile-font-lock-syntactic-keywords.
3986 (makefile-mode): Use it.
3987 (makefile-imake-mode): Adjust.
3988
3989 * progmodes/js.el (js--regexp-literal): Define while compiling.
3990 (js-syntax-propertize-function): New var; replaces
3991 js-font-lock-syntactic-keywords.
3992 (js-mode): Use it.
3993
3994 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
3995 replaces gdb-script-font-lock-syntactic-keywords.
3996 (gdb-script-mode): Use it.
3997
3998 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
3999 (fortran--font-lock-syntactic-keywords): New var.
4000 (fortran-line-length): Update syntax-propertize-function and
4001 fortran--font-lock-syntactic-keywords.
4002
4003 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
4004
4005 * progmodes/cfengine.el (cfengine-mode):
4006 Use syntax-propertize-function.
4007 (cfengine-font-lock-syntactic-keywords): Remove.
4008
4009 * progmodes/autoconf.el (autoconf-mode):
4010 Use syntax-propertize-function.
4011 (autoconf-font-lock-syntactic-keywords): Remove.
4012
4013 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
4014 (ada-after-change-function, ada-initialize-syntax-table-properties)
4015 (ada-handle-syntax-table-properties): Only define when
4016 syntax-propertize is not available.
4017 (ada-mode): Use syntax-propertize-function.
4018
4019 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
4020 (font-lock-fontify-syntactic-keywords-region): Move handling of
4021 font-lock-syntactically-fontified to...
4022 (font-lock-default-fontify-region): ...here.
4023 Let syntax-propertize-function take precedence.
4024 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
4025
4026 * emacs-lisp/syntax.el (syntax-propertize-function)
4027 (syntax-propertize-chunk-size, syntax-propertize--done)
4028 (syntax-propertize-extend-region-functions): New vars.
4029 (syntax-propertize-wholelines, syntax-propertize-multiline)
4030 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
4031 (syntax-propertize): New functions.
4032 (syntax-propertize-rules): New macro.
4033 (syntax-ppss-flush-cache): Set syntax-propertize--done.
4034 (syntax-ppss): Call syntax-propertize.
4035
4036 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
4037
36f7d366
AM
40382010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
4039
4040 * textmodes/ispell.el (ispell-init-process): Improve comments.
4041 XEmacs compatibility changes regarding (add-hook) 'local option
4042 and (set-process-query-on-exit-flag).
4043
8fca3921
MA
40442010-09-09 Michael Albinus <michael.albinus@gmx.de>
4045
cf38dd42
SM
4046 * net/tramp-cache.el (tramp-parse-connection-properties):
4047 Set tramp-autoload cookie.
8fca3921 4048
399653d6
GM
40492010-09-09 Glenn Morris <rgm@gnu.org>
4050
4051 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
4052 (imagemagick-register-types): Doc fix.
4053
c34a9669
SM
40542010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
4055
b073dc4b
SM
4056 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
4057
4058 * progmodes/js.el (require): Require is already "eval-and-compile".
4059 (js--re-search-forward): Avoid `eval'. Preserve the error data.
4060 (js--re-search-backward): Use js--re-search-forward.
4061
4062 * progmodes/fortran.el (fortran-line-length): Don't recompute
4063 syntactic keywords redundantly a second time.
4064
4065 * progmodes/ada-mode.el: Replace "(set '" with setq.
4066 (ada-mode): Simplify.
4067 (ada-create-case-exception, ada-adjust-case-interactive)
4068 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
4069 (ada-search-ignore-string-comment, ada-move-to-start)
4070 (ada-move-to-end): Use with-syntax-table.
4071
4072 * font-lock.el (save-buffer-state): Remove `varlist' arg.
4073 (font-lock-unfontify-region, font-lock-default-fontify-region):
4074 Update usage correspondingly.
4075 (font-lock-fontify-syntactic-keywords-region):
4076 Set parse-sexp-lookup-properties buffer-locally here.
4077 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
4078
c34a9669
SM
4079 * simple.el (blink-matching-open): Don't burp if we can't find a match.
4080
13639aab
GM
40812010-09-08 Glenn Morris <rgm@gnu.org>
4082
5a972c36
GM
4083 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
4084 Error if not compiled with -DBYTE_CODE_METER.
4085
13639aab
GM
4086 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4087 Ignore dir-locals-file.
4088
331b2b90
SM
40892010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
4090
4091 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4092 Not a const.
4093 (compilation-error-regexp-alist-alist): Rule out ": " in file names
4094 for the `gnu' messages.
4095 (compilation-set-skip-threshold): New command.
4096 (compilation-start): Use \' rather than $.
4097 (compilation-forget-errors): Use clrhash.
4098
73b4d51a
AM
40992010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
4100
4101 * textmodes/ispell.el (ispell-valid-dictionary-list):
4102 Simplify logic.
4103
0f34aa77
MA
41042010-09-08 Michael Albinus <michael.albinus@gmx.de>
4105
4106 Migrate to Tramp 2.2. Rearrange load dependencies.
4107 (Bug#1529, Bug#5448, Bug#5705)
4108
4109 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
4110 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
4111 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
4112
4113 * net/tramp.el (top): Remove all other tramp-* loads except
4114 tramp-compat.el. Remove all changes to tramp-unload-hook for
4115 other tramp-* packages. Rearrange defun order. Change calls of
4116 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
4117 `tramp-compat-octal-to-decimal' to new function names.
4118 (tramp-terminal-type, tramp-initial-end-of-output)
4119 (tramp-methods, tramp-foreign-file-name-handler-alist)
4120 (tramp-tramp-file-p, tramp-completion-mode-p)
4121 (tramp-send-command-and-check, tramp-get-remote-path)
4122 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
4123 (tramp-shell-quote-argument): Set tramp-autoload cookie.
4124 (with-file-property, with-connection-property): Move to
4125 tramp-cache.el.
4126 (tramp-local-call-process, tramp-decimal-to-octal)
4127 (tramp-octal-to-decimal): Move to tramp-compat.el.
4128 (tramp-handle-shell-command): Do not require 'shell.
4129 (tramp-compute-multi-hops): No special handling for tramp-gw-*
4130 symbols.
4131 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
4132
4133 * net/tramp-cache.el (top): Require 'tramp. Add to
4134 `tramp-unload-hook'.
4135 (tramp-cache-data, tramp-get-file-property)
4136 (tramp-set-file-property, tramp-flush-file-property)
4137 (tramp-flush-directory-property, tramp-get-connection-property)
4138 (tramp-set-connection-property, tramp-flush-connection-property)
4139 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
4140 cookie.
4141 (with-file-property, with-connection-property): New defuns, moved
4142 from tramp.el.
4143 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
4144 macro.
4145
4146 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
4147 (tramp-version): Set tramp-autoload cookie.
4148
4149 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
4150 changes to tramp-unload-hook for other tramp-* packages. Add to
4151 `tramp-unload-hook'.
4152 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
4153 (tramp-compat-call-process): New defuns, moved from tramp.el.
4154
4155 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
4156 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
4157 Add to `tramp-unload-hook'. Change call of
0f34aa77
MA
4158 `tramp-compat-decimal-to-octal' to new function name.
4159 (tramp-fish-method): Make it a defconst.
4160 (tramp-fish-file-name-p): Make it a defsubst.
4161 (tramp-fish-method, tramp-fish-file-name-handler)
4162 (tramp-fish-file-name-p): Set tramp-autoload cookie.
4163
4164 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
4165 `tramp-foreign-file-name-handler-alist'. Add to
4166 `tramp-unload-hook'.
4167 (tramp-ftp-method): Make it a defconst.
4168 (tramp-ftp-file-name-p): Make it a defsubst.
4169 (tramp-ftp-method, tramp-ftp-file-name-handler)
4170 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
4171
4172 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
4173 `tramp-foreign-file-name-handler-alist'. Add to
4174 `tramp-unload-hook'. Change checks, whether package can be
4175 loaded.
4176 (tramp-gvfs-file-name-p): Make it a defsubst.
4177 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
4178 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
4179 (tramp-gvfs-handle-file-directory-p): New defun.
4180 (tramp-gvfs-file-name-handler-alist): Use it.
4181
4182 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
4183 `tramp-foreign-file-name-handler-alist'. Add to
4184 `tramp-unload-hook'.
4185 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
4186 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
4187 defconst.
4188 (tramp-gw-tunnel-method, tramp-gw-socks-method)
4189 (tramp-gw-open-connection): Set tramp-autoload cookie.
4190
4191 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
4192 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
4193 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
4194 loaded.
4195 (tramp-imap-file-name-p): Make it a defsubst.
4196 (tramp-imap-method, tramp-imaps-method)
4197 (tramp-imap-file-name-handler)
4198 (tramp-imap-file-name-p): Set tramp-autoload cookie.
4199
4200 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
4201 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
4202 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
4203 loaded. Change call of `tramp-compat-decimal-to-octal' to new
4204 function name.
4205 (tramp-smb-tunnel-method): Make it a defconst.
4206 (tramp-smb-file-name-p): Make it a defsubst.
4207 (tramp-smb-method, tramp-smb-file-name-handler)
4208 (tramp-smb-file-name-p): Set tramp-autoload cookie.
4209
4210 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
4211 (tramp-uuencode-region): Set tramp-autoload cookie.
4212
4213 * net/trampver.el (top) Add to `tramp-unload-hook'.
4214 (tramp-version, tramp-bug-report-address): Set tramp-autoload
4215 cookie. Update release number.
4216
308e764f
AM
42172010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
4218
4219 * textmodes/ispell.el (ispell-start-process): Make sure original
4220 arg list is properly initialized (Bug#6993, Bug#6994).
4221
10999305 42222010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
4223
4224 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
4225
4226 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
4227 chars like - or ] (bug#6984).
4228 (rx-any-condense-range): Explode 2-char ranges.
4229
10999305
CY
42302010-09-06 Glenn Morris <rgm@gnu.org>
4231
4232 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
4233
42342010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
4235
4236 * textmodes/bibtex.el:
4237 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
4238
f292afe5
LMI
42392010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4240
331b2b90 4241 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
4242 since no callers use it.
4243 (imap-message-get): Ditto.
4244 (imap-message-put): Ditto.
4245 (imap-mailbox-map): Ditto.
4246 (imap-mailbox-put): Ditto.
4247 (imap-mailbox-get): Ditto.
a131b9b8 4248 (imap-mailbox-get): Revert last change for this function.
f292afe5 4249
dfe1285d
LMI
42502010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4251
331b2b90 4252 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
4253 callers to use `imap-fetch' instead. According to the comments, this
4254 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
4255 (imap-enable-exchange-bug-workaround): Remove.
4256 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 4257
3ff31c90
LMI
42582010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4259
4260 * net/imap.el (imap-log): New convenience function used throughout
4261 instead of repeating the same code all over the place.
4262
dfe1285d 42632010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
4264
4265 * mouse.el (mouse-save-then-kill): Save region to kill-ring
4266 when mouse-drag-copy-region is non-nil (Bug#6956).
4267
93a596e1
CY
42682010-09-05 Chong Yidong <cyd@stupidchicken.com>
4269
8d76af4a
CY
4270 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
4271 Improve regexps (Bug#6987).
4272 (dired-sort-toggle): Search more robustly for -t flag.
4273
93a596e1
CY
4274 * files.el (get-free-disk-space): Search more robustly for
4275 "available" column. Suggested by Ehud Karni
4276 <ehud@unix.mvs.co.il>.
4277
733946e7
JB
42782010-09-05 Juanma Barranquero <lekktu@gmail.com>
4279
4280 * international/uni-bidi.el:
4281 * international/uni-category.el:
4282 * international/uni-combining.el:
4283 * international/uni-decimal.el:
4284 * international/uni-mirrored.el:
4285 * international/uni-name.el: Regenerate.
4286
2e664aab
SM
42872010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
4288
6aeafb34
SM
4289 * electric.el (electric-indent-post-self-insert-function):
4290 Don't reindent with a sloppy indentation function.
4291
2e664aab
SM
4292 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
4293 border case in change-log-mode.
4294
13ef65a4
CY
42952010-09-04 Chong Yidong <cyd@stupidchicken.com>
4296
4297 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4298 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
4299 Recognize leading tab in gcc-include regexp. Ignore names with
4300 leading "from" or "in" in gnu regexp (Bug#6937).
4301
5abf1556
SM
43022010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
4303
6aeafb34 4304 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
4305 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
4306 (ispell-start-process): Avoid setq and simplify logic.
4307 (ispell-init-process): Setup kill-buffer-hook locally when needed.
4308 (kill-buffer-hook): Don't use it globally with code that uses
4309 expand-file-name since that may call kill-buffer via
4310 code_conversion_restore.
4311
0be01d2c
CY
43122010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
4313
4314 * emacs-lisp/package.el (package-directory-list): Only call
4315 file-name-nondirectory on a string.
4316
ebf662f4
CY
43172010-09-02 Chong Yidong <cyd@stupidchicken.com>
4318
5abf1556
SM
4319 * emacs-lisp/package.el (package--download-one-archive):
4320 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
4321 (package-activate-1, package-mark-obsolete, define-package)
4322 (package-compute-transaction, package-list-maybe-add): Use push.
4323
e5eddfd1
SM
43242010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
4325
89acf735
SM
4326 Use SMIE's blink-paren for octave-mode.
4327 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
4328 Backslashes do not escape single-quotes, single-quotes do.
4329 (octave-block-else-regexp, octave-block-end-regexp)
4330 (octave-block-match-alist): Remove.
4331 (octave-smie-bnf-table): New var, with old content.
4332 (octave-smie-op-levels): Use it.
4333 (octave-smie-closer-alist): New var.
4334 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
4335 (octave-blink-matching-block-open): Remove.
4336 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4337 (octave-electric-space): Let self-insert-command run expand-abbrev and
4338 blink parens.
4339
3b843809
SM
4340 * electric.el (electricity): New group.
4341 (electric-indent-chars): New var.
4342 (electric-indent-post-self-insert-function): New fun.
4343 (electric-indent-mode): New minor mode.
4344 (electric-pair-skip-self): New custom.
4345 (electric-pair-post-self-insert-function): New function.
4346 (electric-pair-mode): New minor mode.
4347
0da20854
SM
4348 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
4349 calcAlg-blink-matching-open.
4350 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
4351 (calc-do-alg-entry): Only touch the part of the keymap that varies.
4352 Use the new blink-matching-check-function.
4353
a49e651e
SM
4354 Provide blink-matching support to SMIE.
4355 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
4356 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
4357 (smie-blink-matching-check, smie-blink-matching-open): New functions.
4358
e5eddfd1
SM
4359 * simple.el (newline): Fix last change to properly remove itself from
4360 the hook.
4361
b13ebb5c
SM
43622010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4363
4364 * simple.el (newline): Eliminate optimization.
4365 Use post-self-insert-hook to set hard-newline and things before
4366 running post-self-insert-hook.
4367 (blink-matching-check-mismatch): New function.
4368 (blink-matching-check-function): New variable.
4369 (blink-matching-open): Use them.
4370 Skip back forward over prefix chars skipped by forward-sexp.
4371 Don't check if the parens are backslash escaped.
4372 (blink-paren-post-self-insert-function): Check backslash escaping here.
4373
e687c2cd
CY
43742010-09-02 Chong Yidong <cyd@stupidchicken.com>
4375
b13ebb5c
SM
4376 * emacs-lisp/package.el (package-menu-mode-map):
4377 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
4378 (package-menu-mode): Set revert-buffer-function.
4379 (package-menu-revert): Doc fix.
4380
567efba9
AM
43812010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
4382
4383 * textmodes/ispell.el (ispell-init-process): Use "~/" as
4384 `default-directory' unless using Ispell per-directory personal
4385 dictionaries and not in a mini-buffer under XEmacs.
4386 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 4387 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 4388
6d7cc563
JD
43892010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4390
08d4877e
J
4391 * simple.el (kill-new): Call interprogram-cut-function with only
4392 one argument.
4393
45240125
JD
4394 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
4395 Remove cut buffer from error message.
4396
4397 * term/x-win.el (x-select-text):
4398 * term/pc-win.el (x-selection-value):
4399 * term/ns-win.el (x-selection-value):
4400 * eshell/em-term.el:
4401 * w32-fns.el (x-get-selection-value):
4402 * mouse-sel.el (mouse-sel-set-selection-function):
4403 * frame.el (display-selections-p): Remove cut-buffer in documentation.
4404
6d7cc563
JD
4405 * term/x-win.el: Update documentation for x-last-selected-text-*.
4406 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
4407 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6a7662bb
BR
4408 (x-select-text): Remove argument PUSH, update documentation.
4409 Remove cut-buffer code.
6d7cc563 4410 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 4411 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6a7662bb
BR
4412 Update documentation, remove cut-buffer code.
4413 Call x-selection-value-internal.
6d7cc563
JD
4414 (x-clipboard-yank): Call x-selection-value-internal.
4415 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
4416
4417 * term/pc-win.el (x-last-selected-text):
4418 x-cut-buffer-or-selection-value renamed to x-selection-value
4419 (x-select-text): Remove argument PUSH, update documentation.
4420
4421 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
4422 x-cut-buffer-or-selection-value renamed to x-selection-value
88b5a757 4423 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
4424 (x-select-text): Remove argument PUSH, update documentation.
4425
4426 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
4427
4428 * w32-fns.el (x-last-selected-text):
4429 x-cut-buffer-or-selection-value renamed to x-selection-value.
4430 (x-cut-buffer-max): Remove.
4431 (x-select-text): Remove argument PUSH, update documentation.
4432
4433 * simple.el (interprogram-cut-function): Remove mention of PUSH.
4434
4435 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
4436
4437 * mouse-sel.el (mouse-sel-get-selection-function):
4438 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 4439 (x-select-text): Remove optional push.
6d7cc563 4440
4de81ee0
SM
44412010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4442
8f4e9110
SM
4443 * simple.el (blink-paren-function): Move from C to here.
4444 (blink-paren-post-self-insert-function): New function.
4445 (post-self-insert-hook): Use it.
4446
4de81ee0
SM
4447 * emacs-lisp/pcase.el (pcase-split-memq):
4448 Fix overenthusiastic optimisation.
4449 (pcase-u1): Handle the case of a lambda pred.
4450
d419e1d9
KH
44512010-08-31 Kenichi Handa <handa@m17n.org>
4452
4453 * international/mule-cmds.el (standard-display-european-internal):
4454 Setup standard-display-table for 8-bit characters by storing 8-bit
4455 characters in the element vector.
4456
1e05f387
SM
4457 * disp-table.el (standard-display-8bit):
4458 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
4459 characters in the element vector.
4460 (standard-display-european): Likewise.
4461
61f7096c
CY
44622010-08-31 Masatake YAMATO <yamato@redhat.com>
4463
4464 * textmodes/nroff-mode.el (nroff-view): New command.
4465 (nroff-mode-map): Bind it to C-c C-c.
4466
ec5d3ff7
SM
44672010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4468
c8977b2e
SM
4469 * emacs-lisp/smie.el (smie-down-list): New command.
4470
ec5d3ff7
SM
4471 Remove old indentation and navigation code on octave-mode.
4472 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
4473 smie-down-list rather than add a binding for octave-down-block.
4474 (octave-mark-block, octave-blink-matching-block-open):
4475 Rely on forward-sexp-function.
4476 (octave-fill-paragraph): Don't narrow, so you can use
4477 indent-according-to-mode.
4478 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
4479 (octave-in-block-p, octave-re-search-forward-kw)
4480 (octave-re-search-backward-kw, octave-indent-calculate)
4481 (octave-end-as-array-index-p, octave-block-end-offset)
4482 (octave-scan-blocks, octave-forward-block, octave-backward-block)
4483 (octave-down-block, octave-backward-up-block, octave-up-block)
4484 (octave-before-magic-comment-p, octave-indent-line): Remove.
4485
187d3296
CY
44862010-08-31 Chong Yidong <cyd@stupidchicken.com>
4487
4488 * emacs-lisp/package.el (package--read-archive-file): Just use
4489 `read', to avoid copying an additional string.
4490 (package-menu-mode): Set header-line-format here.
4491 (package-menu-refresh, package-menu-revert): Signal an error if
4492 not in the Package Menu.
4493 (package-menu-package-list): New var.
4494 (package--generate-package-list): Operate on the current buffer;
4495 don't assume that it is *Packages*, since the user may rename it.
4496 Allow persistent package listings and sort keys using
4497 package-menu-package-list and package-menu-package-sort-key.
4498 (package-menu--version-predicate): Fix version calculation.
4499 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
4500 (package--list-packages): Create the *Packages* buffer.
4501 Set package-menu-package-list-key.
187d3296
CY
4502 (list-packages): Sorting by status is now the default.
4503 (package-buffer-info): Use match-string-no-properties.
4504 (define-package): Add a &rest argument for future proofing, but
4505 don't use it yet.
4506 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
4507 Merge into a single function, package-install-from-buffer.
4508 (package-install-file): Change caller.
187d3296
CY
4509
4510 * finder.el: Load finder-inf using `require'.
4511 (finder-list-matches): Sorting by status is now the default.
4512 (finder-compile-keywords): Simpify printing.
4513
e17b68ed
SM
45142010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
4515
4516 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
4517 (octave-mode-map): Remove special bindings for forward/backward-block
4518 and octave-backward-up-block. Use smie-close-block.
4519 (octave-continuation-marker-regexp): New var.
4520 (octave-continuation-regexp): Use it.
4521 (octave-operator-table, octave-smie-op-levels)
4522 (octave-operator-regexp, octave-smie-indent-rules): New vars.
4523 (octave-smie-backward-token, octave-smie-forward-token): New funs.
4524 (octave-mode): Use SMIE.
4525 (octave-close-block): Delete.
4526
42b6a73b
EZ
45272010-08-30 Eli Zaretskii <eliz@gnu.org>
4528
4529 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
4530 CLIPBOARD, not in PRIMARY. (Bug#6944)
4531
f291fe60
SM
45322010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
4533
ee992a8c
SM
4534 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
4535 a list of parents.
4536 (smie-indent-column): Allow indirection through variables.
4537
d36b74ca
SM
4538 * composite.el (save-buffer-state): Delete, unused.
4539 * font-lock.el (save-buffer-state): Use with-silent-modifications.
4540 (font-lock-default-fontify-region): Use with-syntax-table.
4541 * jit-lock.el (with-buffer-unmodified): Remove.
4542 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
4543
f291fe60
SM
4544 Use `declare' in defmacros.
4545 * window.el (save-selected-window):
4546 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
4547 * progmodes/python.el (def-python-skeleton):
4548 * net/dbus.el (dbus-ignore-errors):
4549 * jka-cmpr-hook.el (with-auto-compression-mode):
4550 * international/mule.el (with-category-table):
4551 * emacs-lisp/timer.el (with-timeout):
4552 * emacs-lisp/lisp-mnt.el (lm-with-file):
4553 * emacs-lisp/eieio.el (with-slots):
4554 * emacs-lisp/easymenu.el (easy-menu-define):
4555 * emacs-lisp/debug.el (debugger-env-macro):
4556 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
4557 (Multiple-value-call, Multiple-value-prog1):
4558 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
4559 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
4560 edebug rule to definition.
4561 * emacs-lisp/lisp-mode.el (save-selected-window)
4562 (with-current-buffer, combine-after-change-calls)
4563 (with-output-to-string, with-temp-file, with-temp-buffer)
4564 (with-temp-message, with-syntax-table, read-if, eval-after-load)
4565 (dolist, dotimes, when, unless):
4566 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
4567
96ae4c8f
CY
45682010-08-29 Chong Yidong <cyd@stupidchicken.com>
4569
4570 * finder.el: Require `package'.
4571 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
4572 (finder-package-info): Var deleted.
4573 (finder-keywords-hash, finder--builtins-alist): New vars.
4574 (finder-compile-keywords): Compute package--builtins and
4575 finder-keywords-hash instead of finder-keywords-hash, respecting
4576 the "Package" header.
f291fe60
SM
4577 (finder-unknown-keywords, finder-list-matches):
4578 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
4579 (finder-mode): Don't set font-lock-defaults.
4580 (finder-exit): We don't use "*Finder-package*" and "*Finder
4581 Category*" buffers anymore.
4582
4583 * emacs-lisp/package.el (package--builtins-base): Var deleted.
4584 (package--builtins): Set default value to nil.
4585 (package-initialize): Load precomputed value of package--builtins
4586 from finder-inf.el.
4587 (package-alist, package-compute-transaction)
4588 (package-download-transaction): Improve docstring.
4589 (package-read-all-archive-contents): Do not change
4590 package--builtins here.
4591 (list-packages): Make package-list-packages an alias for this.
4592 Sort by status by default.
4593 (package--list-packages): Add optional PACKAGES arg.
4594 (describe-package-1): Use font-lock-face property. For built-in
4595 packages, insert file commentary.
4596 (package--generate-package-list): Rename from
4597 package-list-packages-internal; all callers changed. Add optional
4598 PACKAGES arg. Add alphabetical sort fallbacks.
4599 (package-menu--version-predicate, package-menu--status-predicate)
4600 (package-menu--description-predicate)
4601 (package-menu--name-predicate): New functions.
4602
4603 * info.el (Info-finder-find-node): Search package-alist instead of
4604 finder-package-info.
4605
e2046ecf
CY
46062010-08-29 Chong Yidong <cyd@stupidchicken.com>
4607
4608 * subr.el (version-regexp-alist): Don't use "a" and "b" for
4609 "alpha" and "beta".
4610 (version-to-list): Handle versions like "10.3d".
4611
6fe79b7c
SM
46122010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4613
4614 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
4615 (macroexp-accumulate): Use `declare'.
4616
1a868076
VJL
46172010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4618
4619 * whitespace.el (whitespace-style): Adjust type declaration.
4620
9e69cb05
KH
46212010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
4622
4623 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
4624 empty argument to gvfs-copy.
4625
46262010-08-26 Chong Yidong <cyd@stupidchicken.com>
4627
4628 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
4629 handle new TRASH arg of `delete-file'.
4630
46312010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
4632
4633 * net/tramp.el (tramp-handle-insert-directory): Don't use
4634 `forward-word', its default syntax could be changed.
4635
46362010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4637 Michael Albinus <michael.albinus@gmx.de>
4638
4639 Implement compression for inline methods.
4640
4641 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
4642 (tramp-copy-size-limit): Allow also nil.
4643 (tramp-inline-compress-commands): New defconst.
4644 (tramp-find-inline-compress, tramp-get-inline-compress)
4645 (tramp-get-inline-coding): New defuns.
4646 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
4647 replaced by `tramp-get-inline-coding'.
4648 (tramp-handle-file-local-copy, tramp-handle-write-region)
4649 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
4650
46512010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
4652
4653 Detect ssh 'ControlMaster' argument automatically in some cases.
4654
4655 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
4656 (tramp-default-method): Use it.
4657
46582010-08-26 Karel Klíč <kklic@redhat.com>
4659
4660 * net/tramp.el (tramp-file-name-for-operation):
4661 Add file-selinux-context.
4662
46632010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
4664
4665 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
4666
46672010-08-26 Chong Yidong <cyd@stupidchicken.com>
4668
4669 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
4670 (Bug#6907).
4671
4142607e
NW
46722010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
4673
4674 * progmodes/js.el: Make indentation more customizable (Bug#6914).
4675 (js-paren-indent-offset, js-square-indent-offset)
4676 (js-curly-indent-offset): New options.
4677 (js--proper-indentation): Use them.
4678
88a36e60
DC
46792010-08-26 Daniel Colascione <dan.colascione@gmail.com>
4680
4681 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
4682 instead of inspecting font-lock properties (Bug#6916).
4683
38dbc4d8
DR
46842010-08-26 David Reitter <david.reitter@gmail.com>
4685
4686 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 4687 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
4688 (server-execute): Do not run hooks here.
4689
44ffae96
MA
46902010-08-26 Michael Albinus <michael.albinus@gmx.de>
4691
4692 Sync with Tramp 2.1.19.
4693
20b8ac83
MA
4694 * net/tramp-cmds.el (tramp-cleanup-all-connections)
4695 (tramp-reporter-dump-variable, tramp-load-report-modules)
4696 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
4697 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
4698
4699 * net/tramp-compat.el (top): Do not autoload
4700 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
4701 only when `start-file-process' is not bound.
4702 (byte-compile-not-obsolete-vars): Define if not bound.
4703 (tramp-compat-funcall): New defmacro.
4704 (tramp-compat-line-beginning-position)
4705 (tramp-compat-line-end-position)
4706 (tramp-compat-temporary-file-directory)
4707 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
4708 (tramp-compat-copy-file, tramp-compat-copy-directory)
4709 (tramp-compat-delete-file, tramp-compat-delete-directory)
4710 (tramp-compat-number-sequence, tramp-compat-process-running-p):
4711 Use it.
4712 (tramp-advice-file-expand-wildcards): Do not use
4713 `tramp-handle-file-remote-p'.
4714 (tramp-compat-make-temp-file): Simplify fallback implementation.
4715 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
4716 (tramp-compat-copy-tree): Remove function.
4717 (tramp-compat-delete-file): New defun.
4718 (tramp-compat-delete-directory): Provide implementation for older
4719 Emacsen.
4720 (tramp-compat-file-attributes): Handle only
4721 `wrong-number-of-arguments' error.
4722
95b6d681
JB
4723 * net/tramp-fish.el (tramp-fish-handle-copy-file):
4724 Add PRESERVE_SELINUX_CONTEXT.
20b8ac83
MA
4725 (tramp-fish-handle-delete-file): Add TRASH arg.
4726 (tramp-fish-handle-directory-files-and-attributes):
4727 Do not use `tramp-fish-handle-file-attributes.
4728 (tramp-fish-handle-file-local-copy)
4729 (tramp-fish-handle-insert-file-contents)
4730 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
4731
4732 * net/tramp-gvfs.el (top): Require url-util.
4733 (tramp-gvfs-mount-point): Remove.
4734 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
4735 and `set-file-selinux-context'.
4736 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
4737 (tramp-gvfs-handle-file-selinux-context)
4738 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
4739 (with-tramp-dbus-call-method): Format trace message.
4740 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
4741 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1e05f387
SM
4742 Implement backup call, when operation on local files fails.
4743 Use progress reporter. Flush properties of changed files.
6a7662bb
BR
4744 (tramp-gvfs-handle-delete-file): Add TRASH arg.
4745 Use `tramp-compat-delete-file'.
20b8ac83
MA
4746 (tramp-gvfs-handle-expand-file-name): Expand "~/".
4747 (tramp-gvfs-handle-make-directory): Make more traces.
4748 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
4749 (tramp-gvfs-url-file-name): Hexify file name in url.
4750 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
4751 into account for the resulting file name.
4752 (tramp-gvfs-handler-askquestion): Preserve current message, in
4753 order to let progress reporter continue afterwards. (Bug#6257)
1e05f387
SM
4754 Return dummy mountpoint, when the answer is "no".
4755 See `tramp-gvfs-maybe-open-connection'.
20b8ac83
MA
4756 (tramp-gvfs-handler-mounted-unmounted)
4757 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1e05f387
SM
4758 attribute "default_location". Set "prefix" property.
4759 Handle default-location.
20b8ac83
MA
4760 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
4761 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
4762 exists. Raise an error, if not (due to a corresponding answer
93acd23d
JB
4763 "no" in interactive questions, for example).
4764 Use `tramp-compat-funcall'.
20b8ac83
MA
4765
4766 * net/tramp-imap.el (top): Autoload `epg-make-context'.
4767 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
4768 (tramp-imap-do-copy-or-rename-file)
4769 (tramp-imap-handle-insert-file-contents)
4770 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
4771 (tramp-imap-handle-delete-file): Add TRASH arg.
4772
1e05f387
SM
4773 * net/tramp-smb.el (tramp-smb-handle-copy-file):
4774 Add PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
4775 (tramp-smb-handle-copy-file)
4776 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4777 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
4778 Use `with-progress-reporter'.
4779 (tramp-smb-handle-delete-file): Add TRASH arg.
4780
4781 * net/tramp.el (tramp-methods): Move hostname to the end in all
4782 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
4783 appropriate.
4784 (tramp-verbose): Describe verbose level 9.
4785 (tramp-completion-function-alist)
4786 (tramp-file-name-regexp, tramp-chunksize)
4787 (tramp-local-coding-commands, tramp-remote-coding-commands)
4788 (with-connection-property, tramp-completion-mode-p)
4789 (tramp-action-process-alive, tramp-action-out-of-band)
4790 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
4791 (tramp-exists-file-name-handler): Fix docstring.
4792 (tramp-remote-process-environment): Use `format' instead of
4793 `concat'. Protect version string by apostroph.
4794 (tramp-shell-prompt-pattern): Do not use a shy group in case of
4795 XEmacs.
4796 (tramp-file-name-regexp-unified)
4797 (tramp-completion-file-name-regexp-unified): On W32 systems, do
4798 not regard the volume letter as remote filename. (Bug#5447)
4799 (tramp-perl-file-attributes)
4800 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
4801 (tramp-vc-registered-read-file-names): Read input as
4802 here-document, otherwise the command could exceed maximum length
4803 of command line.
4804 (tramp-file-name-handler-alist): Add `file-selinux-context' and
4805 `set-file-selinux-context'.
4806 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
4807 backtrace functions.
4808 (tramp-error-with-buffer): Don't show the connection buffer when
4809 we are in completion mode.
4810 (tramp-progress-reporter-update, tramp-remote-selinux-p)
4811 (tramp-handle-file-selinux-context)
4812 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
4813 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
4814 New defuns.
4815 (with-progress-reporter): New defmacro.
4816 (tramp-debug-outline-regexp): New defconst.
4817 (top, tramp-rfn-eshadow-setup-minibuffer)
4818 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4819 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
4820 (tramp-completion-mode-p, tramp-check-for-regexp)
4821 (tramp-open-connection-setup-interactive-shell)
4822 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
4823 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
4824 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
4825 Use `tramp-compat-funcall'.
4826 (tramp-handle-make-symbolic-link): Flush file properties.
4827 (tramp-handle-load, tramp-handle-file-local-copy)
4828 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4829 (tramp-handle-vc-registered, tramp-maybe-send-script)
4830 (tramp-find-shell): Use `with-progress-reporter'.
4831 (tramp-do-file-attributes-with-stat): Add space in format string,
4832 in order to work around a bug in pdksh. Reported by Gilles Pion
4833 <gpion@lfdj.com>.
4834 (tramp-handle-verify-visited-file-modtime): Do not send a command
4835 when the connection is not established.
4836 (tramp-handle-set-file-times): Simplify the check for utc.
4837 (tramp-handle-directory-files-and-attributes)
4838 (tramp-get-remote-path): Use `copy-tree'.
4839 (tramp-completion-handle-file-name-all-completions): Ensure, that
4840 non remote files are still checked. Oops.
1e05f387
SM
4841 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
4842 Handle PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
4843 (tramp-do-copy-or-rename-file): Add progress reporter.
4844 (tramp-do-copy-or-rename-file-directly): Do not use
4845 `tramp-handle-file-remote-p'.
4846 (tramp-do-copy-or-rename-file-out-of-band):
4847 Use `tramp-compat-delete-directory'.
4848 (tramp-do-copy-or-rename-file-out-of-band)
4849 (tramp-compute-multi-hops, tramp-maybe-open-connection):
4850 Use `format-spec-make'.
4851 (tramp-handle-delete-file): Add TRASH arg.
4852 (tramp-handle-dired-uncache): Flush directory cache, not only file
4853 cache.
4854 (tramp-handle-expand-file-name)
4855 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
4856 (tramp-completion-handle-file-name-completion):
4857 Use `tramp-connectable-p'.
20b8ac83
MA
4858 (tramp-handle-start-file-process): Set connection property "vec".
4859 Use it, in order to invalidate file caches. Check only for
4860 `remote-tty' process property.
4861 Implement tty setting. (Bug#4604, Bug#6360)
4862 (tramp-file-name-for-operation): Add `call-process-region' and
4863 `set-file-selinux-context'.
4864 (tramp-find-foreign-file-name-handler)
4865 (tramp-advice-make-auto-save-file-name)
4866 (tramp-set-auto-save-file-modes): Remove superfluous check for
4867 `stringp'. This is done inside `tramp-tramp-file-p'.
4868 (tramp-file-name-handler): Trace 'quit. Catch the error for some
4869 operations when we are in completion mode. This gives the user
4870 the chance to correct the file name in the minibuffer.
4871 (tramp-completion-mode-p): Use `non-essential'.
4872 (tramp-handle-file-name-all-completions): Backward/ XEmacs
4873 compatibility: Use `completion-ignore-case' if
4874 `read-file-name-completion-ignore-case' does not exist.
4875 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
4876 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4877 `tramp-open-shell'.
4878 (tramp-action-password): Hide password prompt before next run.
4879 (tramp-process-actions): Widen connection buffer for the trace.
4880 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
4881 process property. Trace stty settings if `tramp-verbose' >= 9.
4882 Apply workaround for IRIX64 bug. Move argument of last
4883 `tramp-send-command' where it belongs to.
4884 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
4885 front of `login-args'.
4886 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
4887 on "/dev/null" instead of "/".
4888 (tramp-get-ls-command-with-dired): Make test for "--dired"
4889 stronger.
4890 (tramp-set-auto-save-file-modes): Adapt version check.
4891 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
4892 (tramp-handle-process-file): Call the program in a subshell, in
4893 order to preserve working directory.
4894 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
4895 `tramp-remote-sh' from `tramp-methods'.
4896 (tramp-get-ls-command): Make test for "--color=never" stronger.
4897 (tramp-check-for-regexp): Use (forward-line 1).
4898
44ffae96
MA
4899 * net/trampver.el: Update release number.
4900
cb6c4991
CY
49012010-08-26 Chong Yidong <cyd@stupidchicken.com>
4902
4903 * help.el (help-map): Bind `C-h P' to describe-package.
4904
4905 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
4906
4907 * emacs-lisp/package.el (package-refresh-contents): Catch errors
4908 when downloading archives.
4909 (describe-package-1): Add package commentary.
4910 (package-install-button-action): New function.
4911 (package-menu-mode-map): Bind ? to package-menu-describe-package.
4912 (package-menu-view-commentary): Function removed.
4913 (package-list-packages-internal): Hide the `package' package too.
4914
b60f961f
KH
49152010-08-25 Kenichi Handa <handa@m17n.org>
4916
4917 * language/misc-lang.el ("Arabic"): New language environment.
4918 Setup composition-function-table for Arabic characters.
4919
4920 * international/fontset.el (setup-default-fontset): Fix typo for
4921 arabic OTF spec (fini->fina).
4922
a0c16be4
J
49232010-08-25 Jan Djärv <jan.h.d@swipnet.se>
4924
4925 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
4926 on all frames.
4927
85cc3d4f
VJL
49282010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4929
4930 * whitespace.el: Allow cleaning up blanks without blank
4931 visualization (Bug#6651). Adjust help window for
4932 whitespace-toggle-options (Bug#6479). Allow to use fill-column
4933 instead of whitespace-line-column (from EmacsWiki). New version
4934 13.1.
88b5a757 4935 (whitespace-style): Add new value 'face. Adjust docstring.
6a7662bb
BR
4936 (whitespace-space, whitespace-hspace, whitespace-tab):
4937 Adjust foreground property face.
85cc3d4f
VJL
4938 (whitespace-line-column): Adjust docstring and type declaration.
4939 (whitespace-style-value-list, whitespace-toggle-option-alist)
4940 (whitespace-help-text): Adjust const initialization.
4941 (whitespace-toggle-options, global-whitespace-toggle-options):
4942 Adjust docstring.
4943 (whitespace-display-window, whitespace-interactive-char)
4944 (whitespace-style-face-p, whitespace-color-on): Adjust code.
4945 (whitespace-help-scroll): New fun.
4946
cb8759ca
CY
49472010-08-24 Chong Yidong <cyd@stupidchicken.com>
4948
4949 * emacs-lisp/package.el (list-packages): Alias for
4950 package-list-packages.
4951
44a41a47
KR
49522010-08-24 Kevin Ryde <user42@zip.com.au>
4953
be7748e7
KR
4954 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
4955 (Bug#5651).
4956
44a41a47
KR
4957 * progmodes/ruby-mode.el (ruby): Add defgroup.
4958
edfd00fa
CY
49592010-08-24 Chong Yidong <cyd@stupidchicken.com>
4960
4961 * progmodes/python.el: Add Ipython support (Bug#5390).
4962 (python-shell-prompt-alist)
4963 (python-shell-continuation-prompt-alist): New options.
4964 (python--set-prompt-regexp): New function.
6a7662bb
BR
4965 (inferior-python-mode, run-python, python-shell):
4966 Require ansi-color. Use python--set-prompt-regexp to set the comint
edfd00fa
CY
4967 prompt based on the Python interpreter.
4968 (python--prompt-regexp): New var.
4969 (python-check-comint-prompt)
4970 (python-comint-output-filter-function): Use it.
4971 (run-python): Use a pipe (Bug#5694).
4972
49732010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
4974
4975 * progmodes/python.el (python-send-region): Send a different
4976 Python command if Ipython is in use.
4977 (python-check-version): Use a Python command to find the version.
4978
1c409d0b
CY
49792010-08-24 Chong Yidong <cyd@stupidchicken.com>
4980
4981 * mouse.el (mouse-yank-primary): Avoid setting primary when
4982 deactivating the mark (Bug#6872).
4983
733946e7 49842010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
4985
4986 * progmodes/python.el (python-block-pairs): Allow use of "finally"
4987 with "else" (Bug#3991).
4988
e73f184c
MA
49892010-08-23 Michael Albinus <michael.albinus@gmx.de>
4990
4991 * net/dbus.el: Accept UNIX domain sockets as bus address.
4992 (top): Don't initialize `dbus-registered-objects-table' anymore,
4993 this is done in dbusbind,c.
4994 (dbus-check-event): Adapt test for bus.
4995 (dbus-return-values-table, dbus-unregister-service)
4996 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
4997 Adapt doc string.
4998
1a140747
JB
49992010-08-23 Juanma Barranquero <lekktu@gmail.com>
5000
5001 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
5002
7133b7ee
JL
50032010-08-22 Juri Linkov <juri@jurta.org>
5004
5005 * simple.el (read-extended-command): New function with the logic
5006 for `completing-read' moved to Elisp from `execute-extended-command'.
5007 Use `function-called-at-point' in `minibuffer-default-add-function'
5008 to get a command name for M-n (bug#5364, bug#5214).
5009
198a7a97
CY
50102010-08-22 Chong Yidong <cyd@stupidchicken.com>
5011
5012 * startup.el (command-line-1): Issue warning for ignored arguments
5013 --unibyte, etc (Bug#6886).
5014
c00725d7
LL
50152010-08-22 Leo <sdl.web@gmail.com>
5016
5017 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
5018 (ignore, bright, dim, keyword): Split list of nicknames before
5019 passing to rcirc-add-or-remove (Bug#6894).
5020
bc7d7ea6
CY
50212010-08-22 Chong Yidong <cyd@stupidchicken.com>
5022
5023 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
5024
b0126eac 50252010-08-22 Leo <sdl.web@gmail.com>
e0143335 5026
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 5027 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 5028 * ido.el: Revert Óscar's.
e0143335
LL
5029 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
5030 Remember the buffers at head, rather than their name.
76e3243a 5031 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 5032
b0126eac 50332010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
5034 Stefan Monnier <monnier@iro.umontreal.ca>
5035
5036 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
5037 extra backslash added to each line (bug#6890).
5038
b0126eac 50392010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
5040
5041 * subr.el (read-key): Don't echo keystrokes (bug#6883).
5042
b0126eac 50432010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
5044
5045 * menu-bar.el (menu-bar-games-menu): Add landmark.
5046
b0126eac 50472010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 5048
9130a2d6
GM
5049 * align.el (align-regexp): Make group and spacing arguments
5050 use the interactive defaults when non-interactive. (Bug#6698)
5051
fb89a654
GM
5052 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
5053 expansion, so as not to need sendmail.
5054 (mail-text-start): Remove declaration.
5055 (rmail-retry-failure): Require sendmail.
5056
b0126eac 50572010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
5058
5059 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
5060
b0126eac 50612010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 5062
186e86db
SM
5063 * progmodes/flymake.el (flymake-start-syntax-check-process):
5064 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 5065
b0126eac 50662010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
5067
5068 * files.el: Add `word-wrap' as safe local variable.
5069
b0126eac 50702010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
5071
5072 * woman.el (woman-translate): Case matters. (Bug#6849)
5073
b0126eac 50742010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
5075
5076 * simple.el (kill-region): Doc fix (Bug#6787).
5077
b0126eac 50782010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
5079
5080 * calendar/diary-lib.el (diary-header-line-format):
5081 Fit it to the window, not the frame.
5082
b0126eac 50832010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
5084
5085 * subr.el (ignore-errors): Add debug declaration.
5086
b0126eac 50872010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
5088
5089 * whitespace.el (whitespace-color-off): Remove post-command-hook
5090 locally.
5091
537ffaf3
SM
50922010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
5093
5094 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
5095
d64b8a68
CY
50962010-08-21 Chong Yidong <cyd@stupidchicken.com>
5097
5098 * cus-edit.el (custom-group-value-create): Add extra newline
5099 before end line (Bug#6876).
5100
d2625c3d
CY
51012010-08-21 Chong Yidong <cyd@stupidchicken.com>
5102
5103 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
5104 when extending it. Before killing on the second click, check if
5105 the buffer is the correct one. Doc fix.
5106 (mouse-secondary-save-then-kill): Allow usage without first
5107 calling mouse-start-secondary, by defaulting to point. Don't save
5108 an empty secondary selection. Doc fix.
5109
80525855
VJL
51102010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5111
91bdeb66
VJL
5112 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
5113 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 5114 New version 13.0.
80525855
VJL
5115 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
5116 Adjust initialization.
5117 (whitespace-bob-marker, whitespace-eob-marker)
5118 (whitespace-buffer-changed): New vars.
5119 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
5120 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
5121 (whitespace-post-command-hook, whitespace-display-char-on):
5122 Adjust code.
80525855 5123 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 5124 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 5125
4b9c0a49
SM
51262010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5127
118cf454
SM
5128 * files.el (locate-file-completion-table): Only list the .el and .elc
5129 extensions if there's no other choice (bug#5955).
5130
a2e5caf7
SM
5131 * facemenu.el (facemenu-self-insert-data): New var.
5132 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
5133 New functions.
5134 (facemenu-add-face): Use them.
5135
4b9c0a49
SM
5136 * simple.el (blink-matching-open): Obey forward-sexp-function.
5137
0193499f
SM
51382010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
5139
b2a15250
SM
5140 * simple.el (prog-mode-map): New var.
5141 (prog-indent-sexp): New command.
5142
b5ba2d6f
SM
5143 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
5144
9acd1bdc
SM
5145 * progmodes/prolog.el (smie): Require.
5146
8723cfa4
SM
5147 * emacs-lisp/smie.el (smie-default-backward-token)
5148 (smie-default-forward-token): Strip properties.
5149 (smie-next-sexp): Be more careful with associative operators.
5150 (smie-forward-sexp-command): Generalize.
5151 (smie-backward-sexp-command): Simplify.
5152 (smie-closer-alist): New var.
5153 (smie-close-block): New command.
5154 (smie-indent-debug-log): New var.
5155 (smie-indent-offset-rule): Add a few more cases.
5156 (smie-indent-column): New function.
5157 (smie-indent-after-keyword): Use it.
5158 (smie-indent-keyword): Use it.
5159 Fix up the opener code's point position.
5160 (smie-indent-comment): Only applies at BOL.
5161 (smie-indent-debug): New command.
5162
0193499f
SM
5163 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
5164 declarations that are useful before running the macro.
5165
0c9b8993
GM
51662010-08-18 Joakim Verona <joakim@verona.se>
5167
5168 * image.el (imagemagick-types-inhibit): New variable.
5169 (imagemagick-register-types): New function.
5170 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
5171 (image-transform-set-scale, image-transform-fit-to-height)
5172 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
5173 (image-transform-fit-to-width, image-transform-fit-to-height):
5174 New functions.
ccd80618
JV
5175 (image-toggle-display-image): Support image transforms.
5176
1075cd61
KY
51772010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
5178
5179 * image.el (create-animated-image): Don't add heuristic mask to image
5180 (Bug#6839).
5181
64cb6c78
J
51822010-08-18 Jan Djärv <jan.h.d@swipnet.se>
5183
0193499f
SM
5184 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
5185 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 5186
ff80a446
SM
51872010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
5188
afa22f7c
SM
5189 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
5190
ff80a446
SM
5191 Font-lock '...' strings, plus various simplifications and fixes.
5192 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
5193 (octave-font-lock-close-quotes): New function.
5194 (octave-font-lock-syntactic-keywords): New var.
5195 (octave-mode): Use it. Set beginning-of-defun-function.
5196 (octave-mode-map): Don't override the <foo>-defun commands.
5197 (octave-mode-menu): Pass it directly to easy-menu-define;
5198 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
5199 (octave-block-match-alist): Fix up last change so that
5200 octave-close-block uses the more specific keyword.
5201 (info-lookup-mode): Silence byte-compiler.
5202 (octave-beginning-of-defun): Not interactive any more.
5203 Optimize slightly.
5204 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
5205 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
5206 (octave-completion-at-point-function): Make sure point is within
5207 beg..end.
5208 (octave-reindent-then-newline-and-indent):
5209 Use reindent-then-newline-and-indent.
5210 (octave-add-octave-menu): Remove.
5211
2269b349
JD
52122010-08-17 Jan Djärv <jan.h.d@swipnet.se>
5213
489cd5bd
JD
5214 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
5215 (report-emacs-bug-can-use-xdg-email): New functions.
5216 (report-emacs-bug): Set can-xdg-email to result of
5217 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
5218 \C-cm to report-emacs-bug-insert-to-mailer and add help text
5219 about it.
30ebab6d 5220
a2fb159c
GM
5221 * net/browse-url.el (browse-url-default-browser): Add cond
5222 for browse-url-xdg-open.
5223 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
5224
52252010-08-17 Glenn Morris <rgm@gnu.org>
5226
5227 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
5228 (c-fontify-recorded-types-and-refs): Define for compiler.
5229 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
5230 before use.
5231
5232 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
5233 Fix format call.
5234
bb6aba9c
MA
52352010-08-17 Michael Albinus <michael.albinus@gmx.de>
5236
5237 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
5238 properties.
5239 (tramp-handle-process-file): Call the program in a subshell, in
5240 order to preserve working directory.
5241 (tramp-action-password): Hide password prompt before next run.
5242 (tramp-process-actions): Widen connection buffer for the trace.
5243
8f10c937
DD
52442010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
5245
5246 * net/rcirc.el (rcirc-log-process-buffers): New option.
5247 (rcirc-print): Use it.
5248 (rcirc-generate-log-filename): New function.
5249 (rcirc-log-filename-function): Change default to
5250 rcirc-generate-log-filename (Bug#6828).
5251
7c23dd44
CY
52522010-08-16 Chong Yidong <cyd@stupidchicken.com>
5253
5254 * simple.el (deactivate-mark): If select-active-regions is `only',
5255 only set selection for temporarily active regions.
5256
5257 * cus-start.el: Change defcustom for select-active-regions.
5258
6d3e82d2
CY
52592010-08-15 Chong Yidong <cyd@stupidchicken.com>
5260
5261 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
5262 (mouse-drag-track): Use LOCATION arg to push-mark.
5263 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
5264 consideration when updating point and mark (Bug#6840).
5265
c68263b1
CY
52662010-08-15 Chong Yidong <cyd@stupidchicken.com>
5267
5268 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5269 Give the Ruby rule a lower priority than Gnu (Bug#6778).
5270
456f369a
ŠN
52712010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
5272
ff80a446
SM
5273 * font-lock.el (lisp-font-lock-keywords-2):
5274 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
5275 with-demoted-errors, and with-silent-modifications (Bug#6025).
5276
c22e18f5
KR
52772010-08-14 Kevin Ryde <user42@zip.com.au>
5278
5279 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
5280 (copyright-update): Temporary switch-to-buffer to ensure the
5281 buffer change being queried is visible (Bug#5394).
c22e18f5 5282
6f1a6faf
TT
52832010-08-14 Tom Tromey <tromey@redhat.com>
5284
5285 * progmodes/etags.el (tags-file-name): Mark safe if stringp
5286 (Bug#6733).
5287
e7afcf30
EZ
52882010-08-14 Eli Zaretskii <eliz@gnu.org>
5289
5290 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
5291 MS-DOS. (Bug#6689)
5292
2b4e6277
J
52932010-08-13 Jan Djärv <jan.h.d@swipnet.se>
5294
5295 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
5296 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
5297 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
5298 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
5299 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
5300 Call menu-bar-set-tool-bar-position.
2b4e6277 5301
dc94fc85
SM
53022010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5303
c5683ceb
SM
5304 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
5305 comment style (bug#6834).
5306 * progmodes/scheme.el (scheme-mode-syntax-table):
5307 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
5308 "b" flag in "' 14b" syntax.
5309
c82d5b11
SM
5310 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
5311 for (un)commenting the region and performing completion.
5312 (octave-mode-menu): Use standard commands for help and completion.
5313 (octave-mode-syntax-table): Support %{..%} comments (sort of).
5314 (octave-mode): Use define-derived-mode.
5315 Set completion-at-point-functions and don't set columns.
5316 Don't disable adaptive-fill-regexp.
5317 (octave-describe-major-mode, octave-comment-region)
5318 (octave-uncomment-region, octave-comment-indent)
5319 (octave-indent-for-comment): Remove.
5320 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 5321 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
5322 (octave-initialize-completions): No need to make an alist.
5323 (octave-completion-at-point-function): New function.
5324 (octave-complete-symbol): Use it.
5325 (octave-insert-defun): Use define-skeleton.
5326
5327 * progmodes/octave-mod.el (octave-mode): Set comment-add.
5328 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 5329
61b6abbd
AL
53302010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5331
5332 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
5333 indentation of inserted comment.
5334
3a46642b
J
53352010-08-11 Jan Djärv <jan.h.d@swipnet.se>
5336
5337 * faces.el (region): Add type gtk that uses gtk colors.
5338
5339 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
5340 Handle theme-name change.
5341
3bd2cfef
MM
53422010-08-10 Michael R. Mauger <mmaug@yahoo.com>
5343
5344 * progmodes/sql.el: Version 2.5
5345 (sql-product-alist): Add :prompt-cont-regexp property for several
5346 database products.
5347 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
5348 (sql-output-newline-count, sql-output-by-send):
5349 New variables. Record number of newlines in input text.
3bd2cfef
MM
5350 (sql-send-string): Handle multiple filters and count newlines.
5351 (sql-send-magic-terminator): Count terminator newline.
5352 (sql-interactive-remove-continuation-prompt): Filters output to
5353 remove continuation prompts; one for each newline.
5354 (sql-interactive-mode): Set up new variables, prompt regexp and
5355 output filter.
5356 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 5357 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 5358
d02c9bcd
SM
53592010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5360
5361 * emacs-lisp/pcase.el: New file.
5362
80ca4f1e
MA
53632010-08-10 Michael Albinus <michael.albinus@gmx.de>
5364
5365 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
5366 as here-document, otherwise the command could exceed maximum
5367 length of command line.
d02c9bcd
SM
5368 (tramp-handle-vc-registered): Call script accordingly.
5369 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 5370
2948599b
KH
53712010-08-10 Kenichi Handa <handa@m17n.org>
5372
5373 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
5374 composable pattern.
5375
148cef8e
CY
53762010-08-09 Chong Yidong <cyd@stupidchicken.com>
5377
5378 * emacs-lisp/package.el (package-version-split)
5379 (package--version-first-nonzero, package-version-compare):
5380 Functions removed.
5381 (package-directory-list, package-load-all-descriptors)
5382 (package--built-in, package-activate, define-package)
5383 (package-installed-p, package-compute-transaction)
5384 (package-read-all-archive-contents)
5385 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
5386 (package-tar-file-info, package-list-packages-internal):
5387 Use version-to-list and version-list-*.
148cef8e 5388
d02c9bcd
SM
5389 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5390 Use version-to-list.
148cef8e
CY
5391 (package-upload-buffer-internal): Use version-list-<=.
5392
82a9ce0f
KH
53932010-08-09 Kenichi Handa <handa@m17n.org>
5394
231e5e5f 5395 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
5396 composable pattern.
5397
7adf5fdc
CY
53982010-08-08 Chong Yidong <cyd@stupidchicken.com>
5399
fc560445
CY
5400 * tutorial.el (tutorial--default-keys): C-d is now bound to
5401 delete-forward-char (Bug#6826).
5402
7adf5fdc
CY
5403 * mouse.el (mouse-drag-track): Remove accidentally-removed check
5404 for `double' value of mouse-1-click-follows-link (Bug#6807).
5405
e54a1075
JB
54062010-08-08 Johan Bockgård <bojohan@gnu.org>
5407
5408 * replace.el (replace-highlight): Bind isearch-forward and
5409 isearch-error, ensuring that highlighting is updated if the user
5410 switches the search direction (Bug#6808).
5411
5412 * isearch.el (isearch-lazy-highlight-forward): New var.
5413 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
5414 (isearch-lazy-highlight-update): Use it.
5415
7815fe19 54162010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 5417
8d9e03e4
JB
5418 * international/mule.el (define-charset): Store NAME as :base property.
5419 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
5420 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
5421 current priority. Force using the designation of the specific
8d9e03e4 5422 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 5423
7815fe19 54242010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
5425
5426 * emulation/pc-select.el (pc-selection-mode-hook)
5427 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
5428 (pc-selection-mode): Fix typos in docstrings.
5429
7815fe19 54302010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
5431
5432 * language/cyrillic.el: Don't add "microsoft-cp1251" to
5433 ctext-non-standard-encodings-alist here.
5434
8d9e03e4
JB
5435 * international/mule.el (ctext-non-standard-encodings-alist):
5436 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
5437 (ctext-standard-encodings): New variable.
5438 (ctext-non-standard-encodings-table): List only elements for
5439 non-standard encodings.
186e86db 5440 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
5441 Check ctext-standard-encodings.
5442
5443 * international/mule-conf.el (compound-text): Doc fix.
5444 (ctext-no-compositions): Doc fix.
5445 (compound-text-with-extensions): Doc fix.
5446
7815fe19 54472010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
5448
5449 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
5450
8d9e03e4 54512010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 5452
9ebc731b
JB
5453 * progmodes/which-func.el (which-func-format): Split help-echo text
5454 into lines, like other mode-line tooltips.
5455
d5b8058f
JB
5456 * server.el (server-start): When using TCP sockets, force IPv4
5457 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
5458
8d9e03e4 54592010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
5460
5461 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
5462
8d9e03e4 54632010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
5464
5465 * term.el (term-delimiter-argument-list): Reflow docstring.
5466 (term-read-input-ring, term-write-input-ring, term-send-input)
5467 (term-bol, term-erase-in-display, serial-supported-or-barf):
5468 Fix typos in docstrings.
5469
8d9e03e4 54702010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
5471
5472 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
5473
8d9e03e4 54742010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
5475
5476 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
5477
8d9e03e4 54782010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
5479
5480 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
5481 Fix typo in docstring (bug#6747).
5482
7815fe19 54832010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
5484
5485 * eshell/esh-io.el (eshell-get-target): Better detection of
5486 read-only file (Bug#6762).
5487
7815fe19 54882010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
5489
5490 * align.el (align-default-spacing): Doc fix.
5491 (align-region-heuristic, align-regexp): Fix typos in docstrings.
5492
733946e7 54932010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 5494
490b89ac 5495 * calendar/icalendar.el
93acd23d
JB
5496 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
5497 (icalendar--get-weekday-numbers): New.
81ee9410 5498 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 5499 values in weekly rules. (Bug#6766)
81ee9410 5500
490b89ac
UJ
55012010-08-08 Ulf Jasper <ulf.jasper@web.de>
5502
5503 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
5504 (icalendar--create-uid, icalendar-export-region)
5505 (icalendar--parse-summary-and-rest): Code formatting.
5506
2c695727
JB
55072010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
5508
5509 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
5510 to italicize headers.
5511 (calc-highlight-selections-with-faces): New variable.
5512 (calc-selected-face, calc-nonselected-face): New faces.
5513
5514 * calc/calccomp.el (math-comp-highlight-string): Use
5515 `calc-highlight-selections-with-faces' to determine how to highlight
5516 sub-formulas.
5517
5518 * calc/calc-sel.el (calc-show-selections): Change message to when
5519 using faces to highlight selections.
5520
b93d4f22
MM
55212010-08-07 Michael R. Mauger <mmaug@yahoo.com>
5522
8d9e03e4
JB
5523 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
5524 Add SQLite 3 keywords, functions and datatypes.
5525 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
5526 (Bug#6686).
5527
9852377f
CY
55282010-08-07 Chong Yidong <cyd@stupidchicken.com>
5529
5530 * simple.el (select-active-regions): Move to keyboard.c.
5531 (deactivate-mark): Used saved-region-selection.
5532 (select-active-region): Function removed.
5533 (activate-mark, set-mark, push-mark-command)
5534 (handle-shift-selection): Don't call it.
5535 (keyboard-quit): Avoid adding the region to the window selection.
5536
5537 * mouse.el (mouse-drag-track): Remove hacks to deal with old
5538 select-active-regions implementation.
5539 (mouse-yank-at-click): Doc fix.
5540
5541 * cus-start.el: Add custom declaration for select-active-regions.
5542
822775bf
EZ
55432010-08-07 Eli Zaretskii <eliz@gnu.org>
5544
4c5130d6
EZ
5545 * simple.el (delete-forward-char): Doc fix.
5546
822775bf
EZ
5547 * tutorial.el (help-with-tutorial): Hack safe file-local variables
5548 after reading the tutorial.
5549
bd4c5e3e
AM
55502010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
5551
6a7662bb
BR
5552 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
5553 Fix for the case that a C style comment has its delimiters alone on
bd4c5e3e
AM
5554 their respective lines.
5555
d00fa9b6
MA
55562010-08-06 Michael Albinus <michael.albinus@gmx.de>
5557
8d9e03e4 5558 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6 5559 property "vec".
6a7662bb
BR
5560 (tramp-process-sentinel): Use it for flushing the cache.
5561 We cannot do it via the process buffer, the buffer could be deleted
d00fa9b6
MA
5562 already when running the sentinel.
5563
55642010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
5565
5566 * comint.el (comint-mode): Make directory tracking functions
5567 functional on remote files. (Bug#6764)
5568
b3d42406
DN
55692010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
5570
5571 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
5572
29cf3e20
EZ
55732010-08-05 Eli Zaretskii <eliz@gnu.org>
5574
6a7662bb
BR
5575 * emacs-lisp/find-gc.el (find-gc-source-files):
5576 Rename unexec.c => unexcoff.c.
29cf3e20 5577
6a7662bb
BR
5578 * emacs-lisp/authors.el (authors-fixed-entries):
5579 Rename unexec.c => unexcoff.c.
29cf3e20 5580
39e1bf0b
MA
55812010-08-05 Michael Albinus <michael.albinus@gmx.de>
5582
5583 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
5584 cache, not only file cache.
5585 (tramp-process-sentinel): New defun.
5586 (tramp-handle-start-file-process): Use it, in order to invalidate
5587 file caches.
5588
9f982e22
LL
55892010-08-03 Leo <sdl.web@gmail.com>
5590
5591 * server.el (server-start): Simplify loop.
5592
0798a8d8
SM
55932010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
5594
548c5c47
SM
5595 * frame.el (screen-height, screen-width, set-screen-width)
5596 (set-screen-height): Remove ancient compatibility aliases.
5597
3311d1c2
SM
5598 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
5599 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
5600
0798a8d8
SM
5601 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
5602 that change current buffer.
5603
26ee77a6
YM
56042010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5605
5606 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
5607 beginning of the string. Use `string-match-p'. (Bug#6765)
5608
aa1859f5
J
56092010-08-01 Jan Djärv <jan.h.d@swipnet.se>
5610
5611 * cus-start.el (x-gtk-use-system-tooltips): New variable.
5612
376c2b6b
CY
56132010-08-01 Chong Yidong <cyd@stupidchicken.com>
5614
0798a8d8 5615 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 5616 (package--builtins): Tweak descriptions.
0798a8d8
SM
5617 (package-print-package): Upcase descriptions if necessary.
5618 Show all built-in packages in font-lock-builtin-face.
5619 (package-list-packages-internal): Omit "emacs" package.
5620 Show status of built-in packages as "built-in".
376c2b6b 5621
16041401
CY
56222010-07-31 Chong Yidong <cyd@stupidchicken.com>
5623
5624 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
5625 before killing to preserve the primary selection (Bug#6701).
5626
5627 * term/x-win.el (x-select-text): Doc fix.
5628
0798a8d8
SM
56292010-07-31 Nathaniel Flath <flat0103@gmail.com>
5630
452ea855
AM
5631 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
5632 (objc-font-lock-extra-types):
452ea855 5633 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
5634 * progmodes/cc-langs.el (c-make-mode-syntax-table)
5635 (c++-make-template-syntax-table)
5636 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
5637 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
5638 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
5639 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
5640 * progmodes/cc-fonts.el (c-make-inverse-face)
5641 (c-basic-matchers-after):
452ea855
AM
5642 * progmodes/cc-engine.el (c-forward-keyword-clause)
5643 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
5644 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
5645 (c-guess-continued-construct, c-guess-basic-syntax):
2f5e7c6f
GM
5646 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
5647 The above functions were modified or created.
452ea855 5648
37766706
J
56492010-07-31 Jan Djärv <jan.h.d@swipnet.se>
5650
0798a8d8 5651 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 5652
cd83d522
EZ
56532010-07-31 Eli Zaretskii <eliz@gnu.org>
5654
5655 * files.el (bidi-paragraph-direction): Define safe local values.
5656
5657 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
5658 language-info-alist. Remove outdated FIXME in a comment.
5659
28e5cf7c
AM
56602010-07-31 Alan Mackenzie <acm@muc.de>
5661
5662 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
5663 Auto-fill broken in C/C++ modes.
5664
bfeabdc3
JD
56652010-07-29 Jan Djärv <jan.h.d@swipnet.se>
5666
5667 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
5668 (menu-bar-showhide-tool-bar-menu-customize-disable)
5669 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
5670 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
5671 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
5672 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
5673 make a menu for Options => toolbar that can move it.
5674
063e5294
CY
56752010-07-29 Chong Yidong <cyd@stupidchicken.com>
5676
5677 * emacs-lisp/package-x.el (package--make-rss-entry):
5678 (package-maint-add-news-item, package--update-news)
5679 (package-upload-buffer-internal): New arg ARCHIVE-URL.
5680
5681 * emacs-lisp/package.el (package-archive-url): Rename from
5682 package-archive-id.
5683 (package-install): Doc fix.
5684 (package-download-single, package-download-tar, package-install)
5685 (package-menu-view-commentary): Callers changed.
5686
683cc385
MA
56872010-07-29 Michael Albinus <michael.albinus@gmx.de>
5688
5689 * net/tramp.el (tramp-handle-start-file-process): Check only for
5690 `remote-tty' process property.
5691 (tramp-open-shell): Don't check for tty.
5692 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
5693 process property.
5694
5695 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
5696 host.
5697
bc44bef7
PH
56982010-07-28 Chong Yidong <cyd@stupidchicken.com>
5699
5700 * emacs-lisp/package.el (package-load-list, package-archives)
5701 (package-archive-contents, package-user-dir)
5702 (package-directory-list, package--builtins, package-alist)
5703 (package-activated-list, package-obsolete-alist): Mark as risky.
5704
57052010-07-28 Phil Hagelberg <phil@evri.com>
5706
5707 Add support for non-default package repositories.
5708 * emacs-lisp/package.el (package-archive-base): Var deleted.
5709 (package-archives): New variable.
5710 (package-archive-contents): Doc fix.
0798a8d8 5711 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
5712 (package--write-file-no-coding): New function.
5713 (package-unpack-single): Use it.
5714 (package-archive-id): New function.
5715 (package-download-single, package-download-tar)
5716 (package-menu-view-commentary): Use it.
5717 (package-installed-p): Make second argument optional.
5718 (package-read-all-archive-contents): New function.
5719 (package-initialize): Use it.
5720 (package-read-archive-contents): Add ARCHIVE argument.
5721 (package--add-to-archive-contents): New function.
5722 (package-install): Don't call package-read-archive-contents.
5723 (package--download-one-archive): Store archive file in a
5724 subdirectory of package-user-dir.
5725 (package-menu-execute): Remove spurious line movement.
5726
8a52f00a
JD
57272010-07-28 Jan Djärv <jan.h.d@swipnet.se>
5728
5729 * cus-start.el (tool-bar-style): Add text-image-horiz.
5730
b21d3ceb
MA
57312010-07-28 Michael Albinus <michael.albinus@gmx.de>
5732
5733 * progmodes/gud.el (gud-common-init): Check for remoteness of
5734 `file', and not of `default-directory'.
5735
8fbcce2d
MA
57362010-07-28 Michael Albinus <michael.albinus@gmx.de>
5737
5738 * net/tramp.el (tramp-methods): Move hostname to the end in all
5739 ssh `tramp-login-args'.
5740 (tramp-verbose): Describe verbose level 9.
5741 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
5742 (tramp-open-connection-setup-interactive-shell): Trace stty
5743 settings if `tramp-verbose' >= 9.
5744 (tramp-handle-start-file-process): Implement tty setting.
5745 (Bug#4604, Bug#6360)
5746
5747 * net/tramp-cmds.el (tramp-bug): Recommend setting of
5748 `tramp-verbose' to 9.
5749
128440c9
AH
57502010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
5751
5752 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
5753 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
5754 Remove references to package `lisp-re' (bug#4369).
5755
ae0c2494
TT
57562010-07-27 Tom Tromey <tromey@redhat.com>
5757
5758 * progmodes/js.el (js-mode):
5759 * progmodes/make-mode.el (makefile-mode):
5760 * progmodes/simula.el (simula-mode):
5761 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
5762
0ed082fe 57632010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
5764
5765 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
5766
7c7c04c0
JB
5767 * time.el (display-time-day-and-date): Remove spurious * in docstring.
5768 (display-time-world-buffer-name, display-time-world-mode-map):
5769 Fix typos in docstrings.
5770
0ed082fe 57712010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
5772
5773 * image-mode.el (image-display-size): New function.
5774 (image-forward-hscroll, image-next-line, image-eol, image-eob)
5775 (image-mode-fit-frame): Use it (Bug#6639).
5776
0ed082fe 57772010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
5778
5779 * dired.el (dired-buffers-for-dir): Handle list values of
5780 dired-directory (Bug#6636).
5781
aa2d4bd3
SS
57822010-07-26 Sam Steingold <sds@gnu.org>
5783
5784 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
5785 Do not call `x-get-selection' the second time, reuse the value.
5786
78b84da3
DU
57872010-07-26 Daiki Ueno <ueno@unixuser.org>
5788
5789 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 5790 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 5791
4f195cf7
DU
57922010-07-25 Daiki Ueno <ueno@unixuser.org>
5793
5794 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
5795 exists before passing an error to find-file-not-found-functions
5796 (bug#6723).
5797
195e19e4
LH
57982010-07-23 Lukas Huonker <l.huonker@gmail.com>
5799
5800 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
5801 Remove leading nil element, adjust values.
5802 (tetris-shapes, tetris-shape-scores):
5803 Change representation of shapes and remove some redundancy.
5804 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
5805 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
5806 Adjust for working with new representation of shapes.
5807 (tetris-shape-rotations): New function.
5808 (tetris-move-bottom, tetris-move-left, tetris-move-right)
5809 (tetris-rotate-prev, tetris-rotate-next):
5810 Adjust for working with the new version of tetris-test-shape.
5811
9cf2db99
MT
58122010-07-23 Markus Triska <markus.triska@gmx.at>
5813
5814 * progmodes/ps-mode.el: Use comint (bug#5954).
5815 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
5816 (ps-mode-other-newline): Simplify.
5817 (ps-run-mode): Derive from comint-mode instead of
5818 fundamental-mode, yielding input history etc.
5819 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
5820 (ps-run-send-string): Adapt for comint-mode.
5821 (ps-run-newline): Remove now unneeded function.
5822
225d5e9e
MA
58232010-07-23 Michael Albinus <michael.albinus@gmx.de>
5824
5825 * net/tramp.el (tramp-methods): Move hostname to the end in all
5826 plink `tramp-login-args'.
5827
84bc68f2
MA
58282010-07-23 Michael Albinus <michael.albinus@gmx.de>
5829
5830 * net/tramp.el (tramp-open-shell): New defun.
5831 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5832 Use it.
5833
1eb5ca1c
MA
58342010-07-23 Michael Albinus <michael.albinus@gmx.de>
5835
5836 * net/tramp.el (tramp-file-name-regexp-unified)
5837 (tramp-completion-file-name-regexp-unified): On W32 systems, do
5838 not regard the volume letter as remote filename. (Bug#5447)
5839
440735a7
JB
58402010-07-23 Juanma Barranquero <lekktu@gmail.com>
5841
5842 * custom.el (custom-declare-variable): Give a clearer error message
5843 when the docstring is missing (bug#6476).
5844
5474c40f
MM
58452010-07-22 Michael R. Mauger <mmaug@yahoo.com>
5846
5847 * progmodes/sql.el: Version 2.4. Improved Login prompting.
5848 (sql-login-params): New widget definition.
5849 (sql-oracle-login-params, sql-mysql-login-params)
5850 (sql-solid-login-params, sql-sybase-login-params)
5851 (sql-informix-login-params, sql-ingres-login-params)
5852 (sql-ms-login-params, sql-postgres-login-params)
5853 (sql-interbase-login-params, sql-db2-login-params)
5854 (sql-linter-login-params): Use it.
5855 (sql-sqlite-login-params): Use it; Define "database" parameter as
5856 a file name.
c4cc8b9a 5857 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
5858 (sql-comint-sqlite): Make sure database name is complete.
5859 (sql-for-each-login): New function.
5860 (sql-connect, sql-save-connection): Use it.
5861 (sql-get-login-ext): New function.
5862 (sql-get-login): Use it.
5863 (sql-make-alternate-buffer-name): Handle :file parameters.
5864
9c0deccb
JB
58652010-07-22 Juanma Barranquero <lekktu@gmail.com>
5866
5867 * dired.el (dired-no-confirm): Document value t and fix defcustom to
5868 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
5869
aac818a8
TL
58702010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
5871
5872 * dired.el (dired-mode-map): Use command remapping (bug#6632).
5873
47d2734f
LM
58742010-07-22 Lawrence Mitchell <wence@gmx.li>
5875
5876 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
5877
10e73994
MA
58782010-07-21 Michael Albinus <michael.albinus@gmx.de>
5879
5880 * net/tramp.el (tramp-get-ls-command)
5881 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
5882 instead of "/".
5883
d26b0ea9
MM
58842010-07-20 Michael R. Mauger <mmaug@yahoo.com>
5885
5886 * progmodes/sql.el: Version 2.3.
5887 (sql-connection-alist): Changed keys from symbols to strings;
5888 enhanced the widget definition.
88b5a757
DD
5889 (sql-mode-menu): Add submenu to select connections.
5890 (sql-interactive-mode-menu): Add "Save Connection" item.
5891 (sql-add-product): Fix menu item.
d26b0ea9
MM
5892 (sql-get-product-feature): Improved error handling.
5893 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
5894 (sql-make-alternate-buffer-name): Simplified.
5895 (sql-product-interactive): Handle missing product.
5896 (sql-connect): Support string keys, minor improvements.
5897 (sql-save-connection): New function.
5898 (sql-connection-menu-filter): New function.
5899
af4b9ae5
MA
59002010-07-20 Michael Albinus <michael.albinus@gmx.de>
5901
5902 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6a7662bb
BR
5903 (tramp-open-connection-setup-interactive-shell):
5904 Apply workaround for IRIX64 bug. Move argument of last
af4b9ae5
MA
5905 `tramp-send-command' where it belongs to.
5906
da040a16
MA
59072010-07-20 Michael Albinus <michael.albinus@gmx.de>
5908
5909 * net/tramp.el (tramp-perl-file-attributes)
5910 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
5911 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
5912 front of `login-args'.
5913
16f3ade5
JB
59142010-07-19 Juanma Barranquero <lekktu@gmail.com>
5915
5916 * time.el (display-time-world-mode): Define with `define-derived-mode'.
5917 Set `show-trailing-whitespace' to nil.
5918 (display-time-world-display): Simplify.
5919
00af0b67
AM
59202010-07-18 Alan Mackenzie <acm@muc.de>
5921
5922 Enhance `c-file-style' in file/directory local variables.
a628ad9d 5923 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
5924 (c-before-hack-hook): Call `c-set-style' differently according to
5925 whether c-file-style was set in file or directory local
5926 variables.
5927
30c4d8dc
MM
59282010-07-18 Michael R. Mauger <mmaug@yahoo.com>
5929
5930 * progmodes/sql.el: Version 2.2.
6a7662bb
BR
5931 (sql-product, sql-user, sql-database, sql-server, sql-port):
5932 Use defcustom :safe keyword rather than putting safe-local-variable
30c4d8dc
MM
5933 property.
5934 (sql-password): Use defcustom :risky keyword rather than putting
5935 risky-local-variable property.
5936 (sql-oracle-login-params, sql-sqlite-login-params)
5937 (sql-solid-login-params, sql-sybase-login-params)
5938 (sql-informix-login-params, sql-ingres-login-params)
5939 (sql-ms-login-params, sql-postgres-login-params)
5940 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 5941 (sql-linter-login-params): Add `port' option.
88b5a757 5942 (sql-get-product-feature): Add NO-INDIRECT parameter.
30c4d8dc
MM
5943 (sql-comint-oracle, sql-comint-sybase)
5944 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
5945 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
5946 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
88b5a757 5947 (sql-comint-linter): Rename sql-connect-* functions to
30c4d8dc 5948 sql-comint-*.
88b5a757 5949 (sql-product-alist, sql-mode-menu): Rename as above and
30c4d8dc 5950 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 5951 (sql-connection): New variable.
30c4d8dc
MM
5952 (sql-interactive-mode): Set it.
5953 (sql-connection-alist): New variable.
5954 (sql-connect): New function.
5955 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 5956 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 5957
f12492c8
TV
59582010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5959
5960 * image-mode.el (image-bookmark-make-record): Do not set context
5961 in an image (Bug#6650).
5962
91023c68
CY
59632010-07-17 Chong Yidong <cyd@stupidchicken.com>
5964
5965 * simple.el (select-active-region): New function.
5966 (push-mark-command, set-mark, activate-mark)
5967 (handle-shift-selection): Use it.
5968 (deactivate-mark): Don't check for size of region.
5969
5970 * mouse.el (mouse-drag-track): Use select-active-region.
5971
1c0e8f0e
MA
59722010-07-17 Michael Albinus <michael.albinus@gmx.de>
5973
5974 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
5975 "--dired" stronger.
5976
2490cbbc
CY
59772010-07-17 Chong Yidong <cyd@stupidchicken.com>
5978
5979 * term/x-win.el (x-select-enable-primary): Change default to nil.
5980 (x-select-enable-clipboard): Add :version keyword.
5981
5982 * mouse.el (mouse-drag-copy-region):
5983 * simple.el (select-active-regions): Likewise.
5984
f253ef6a
RS
59852010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
5986
a628ad9d 5987 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
5988 (vc-coding-system-for-diff): Use it to decide whether to inherit
5989 from the file the EOL format for reading the diffs of that file.
5990 (Bug#4451)
5991
134a027f
EZ
59922010-07-16 Eli Zaretskii <eliz@gnu.org>
5993
5994 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
5995 unibyte, so compressed attachments are not compressed again.
5996
7e4289ad
MA
59972010-07-16 Michael Albinus <michael.albinus@gmx.de>
5998
5999 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
6000 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
6001 (tramp-find-shell): Simplify setting connection property.
6002 (tramp-get-ls-command): Make test for "--color=never" stronger.
6003
7473fff9 60042010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
6005
6006 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
6007 blocks within record declarations (i.e. variant parts) correctly.
6008
a11b38ee
SS
60092010-07-15 Simon South <ssouth@member.fsf.org>
6010
6011 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
6012 over literal tokens when parsing so newlines aren't "absorbed" by
6013 single-line comments. Corrects the indentation of case blocks
6014 that have a comment on the first line.
6015
077e0753
KF
60162010-07-14 Karl Fogel <kfogel@red-bean.com>
6017
6018 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
6019 by Drew Adams (Bug#5504).
6020
243881ed
J
60212010-07-14 Jan Djärv <jan.h.d@swipnet.se>
6022
6023 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 6024 now that Unicode is used (Bug#6594).
243881ed 6025
f9d71b42
CY
60262010-07-14 Chong Yidong <cyd@stupidchicken.com>
6027
6028 * term/x-win.el (x-select-enable-clipboard): Default to t.
6029 (x-initialize-window-system): Don't overwrite Paste menu item.
6030
6031 * simple.el (select-active-regions): Default to t.
6032 (push-mark-command): Don't overwrite primary with empty string.
6033
6034 * mouse.el: Bind mouse-2 to mouse-yank-primary.
6035 (mouse-drag-copy-region): Default to nil.
6036
6037 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
6038 Cut/Copy/Paste menu bar items.
6039
a628ad9d 60402010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
6041
6042 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6043 Patch applied by Karl Fogel.
6044
6045 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
6046 and `bookmark-current-buffer' if they have been already set in
6047 another buffer (e.g gnus-art).
6048
e44fa724 60492010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 6050 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
6051
6052 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
6053
6054 * bookmark.el (bookmark-make-record-default): Allow unneeded
6055 information to be omitted from the record.
6056
6057 Adjust declarations and calls:
6058
6059 * info.el (bookmark-make-record-default): Adjust declaration.
6060 (Info-bookmark-make-record): Adjust call.
6061
6062 * woman.el (bookmark-make-record-default): Adjust declaration.
6063 (woman-bookmark-make-record): Adjust call.
6064
6065 * man.el (bookmark-make-record-default): Adjust declaration.
6066 (Man-bookmark-make-record): Adjust call.
6067
6068 * image-mode.el (bookmark-make-record-default): Adjust declaration.
6069
6070 * doc-view.el (bookmark-make-record-default): Adjust declaration.
6071
0c4371fe
KF
60722010-07-13 Karl Fogel <kfogel@red-bean.com>
6073
6074 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
6075 This is also from Thierry Volpiatto's patch in bug #6444. However,
6076 because it was extraneous to the functional change in that patch,
6077 and causes a re-indendation, I am committing it separately.
6078
2bb8db3e 60792010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
6080
6081 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
6082 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 6083 Patch applied by Karl Fogel (Bug#6444).
068a0233 6084
21bd02a6
CY
60852010-07-13 Chong Yidong <cyd@stupidchicken.com>
6086
6087 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
6088
79cb9c05
AR
60892010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
6090
6091 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
6092 Dempsky; bug#5084). Remove incorrect binding for S-tab.
6093 (ns-alternatives-map): Change S-tab binding to backtab
6094 (bug#6616).
6095
6096 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
6097 under ns.
6098
beb000f9
AS
60992010-07-12 Andreas Schwab <schwab@linux-m68k.org>
6100
dd86ea11
JB
6101 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
6102 (Bug#5806)
e9952282 6103
beb000f9
AS
6104 * language/tv-util.el (tai-viet-re): Remove format.
6105
6f2cdcd1
KH
61062010-07-12 Kenichi Handa <handa@m17n.org>
6107
dd86ea11
JB
6108 * language/hebrew.el: Remove no-byte-compile declaration.
6109 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
6110 composition-function-table for 3-character looking back.
6111 (hebrew-font-get-precomposed): New function.
6112 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
6113
f479ef6e
CY
61142010-07-11 Chong Yidong <cyd@stupidchicken.com>
6115
6116 * mouse.el (mouse-drag-track): Handle select-active-regions
6117 (Bug#6612).
6118
3277c1ee
MA
61192010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
6120
6121 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
6122 empty argument to gvfs-copy.
6123
3260caf8
GM
61242010-07-10 Glenn Morris <rgm@gnu.org>
6125
6126 * calendar/calendar.el (calendar-week-end-day): New function.
6127 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
6128 Respect calendar-week-start-day. (Bug#6606)
6129 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
6130 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
6131 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
6132 respect calendar-week-start-day.
6133
c876b263
CY
61342010-07-10 Chong Yidong <cyd@stupidchicken.com>
6135
6136 * simple.el (use-region-p): Doc fix (Bug#6607).
6137
dce34635
AG
61382010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
6139
6a7662bb
BR
6140 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6141 Add regexps for cucumber and ruby.
dce34635 6142
c0397930
DU
61432010-07-08 Daiki Ueno <ueno@unixuser.org>
6144
6145 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
6146 (epa-file-insert-file-contents): Hack to prevent
192cfe77 6147 find-file from opening empty buffer when decryption failed
c0397930
DU
6148 (bug#6568).
6149
fd5539c6
AM
61502010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
6151
a628ad9d
JB
6152 * textmodes/ispell.el (ispell-alternate-dictionary):
6153 Use file-readable-p.
fd5539c6
AM
6154 Return nil if no word-list is found at default locations.
6155 (ispell-complete-word-dict): Default to nil.
6156 (ispell-command-loop): Use 'word-list' when using lookup-words.
6157 (lookup-words): Use ispell-complete-word-dict or
6158 ispell-alternate-dictionary. Check for word-list availability
6159 and handle errors if needed with better messages (Bug#6539).
6160 (ispell-complete-word): Use ispell-complete-word-dict or
6161 ispell-alternate-dictionary.
6162
4565b08e
CS
61632010-07-07 Christoph Scholtes <cschol2112@gmail.com>
6164
6165 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
6166 builtins (BufferError, BytesWarning, WindowsError; callables
6167 bin, bytearray, bytes, format, memoryview, next, print; __package__).
6168
a2c270e7
GM
61692010-07-07 Glenn Morris <rgm@gnu.org>
6170
6171 * play/zone.el (top-level): Do not require timer, tabify, or cl.
6172 (zone-shift-left): Ignore intangibility, and any errors from
6173 forward-char.
6174 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
6175 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
6176 deleting, and copying text properties.
6177 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
6178 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
6179 to point-max is hard.
6180 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
6181 (zone-fill-out-screen): Ignore intangibility.
6182
81133808
CY
61832010-07-05 Chong Yidong <cyd@stupidchicken.com>
6184
4ad11f8c
CY
6185 * menu-bar.el (menu-bar-mode):
6186 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
6187 if it has been set.
6188
81133808
CY
6189 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
6190 word/line selection (Bug#6565).
6191
b24344ca
JB
61922010-07-04 Juanma Barranquero <lekktu@gmail.com>
6193
6194 * net/dbus.el (dbus-send-signal): Declare function.
6195
b1ce08da
MA
61962010-07-04 Michael Albinus <michael.albinus@gmx.de>
6197
6198 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
6199 (dbus-register-property): New optional argument EMITS-SIGNAL.
6200 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
6201
5592c08f
CY
62022010-07-03 Chong Yidong <cyd@stupidchicken.com>
6203
6204 * mouse.el (mouse-drag-overlay): Variable deleted.
6205 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
6206 (mouse--remap-link-click-p): New function.
6207 (mouse-drag-track): Handle dragging by using temporary Transient
6208 Mark mode, instead of a special overlay.
6209 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
6210 mouse-show-mark.
6211
6212 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
6213 deleted.
6214
a6ed0e28
JL
62152010-07-02 Juri Linkov <juri@jurta.org>
6216
6217 * autoinsert.el (auto-insert-alist): Fix readability
6218 by using dotted pair notation for lambda.
6219
c91e692b
JL
62202010-07-02 Juri Linkov <juri@jurta.org>
6221
6222 * faces.el (read-face-name): Rename arg `string-describing-default'
6223 to `default'. Doc fix. Display the default value in quotes
6224 in the prompt. With empty input, return the `default' arg,
6225 unless the default value is a string (in which case return nil).
6226 (describe-face): Replace the string `default' arg of `read-face-name'
6227 with the symbol `default'.
6228
23640f8f
CY
62292010-07-02 Chong Yidong <cyd@stupidchicken.com>
6230
6231 * emulation/viper-cmd.el (viper-delete-backward-char)
6232 (viper-del-backward-char-in-insert)
6233 (viper-del-backward-char-in-replace, viper-change)
6234 (viper-backward-indent): Replace delete-backward-char with
6235 delete-char (Bug#6552).
6236
b32d1614
CY
62372010-07-01 Chong Yidong <cyd@stupidchicken.com>
6238
6239 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
6240
c1ef4455
CY
62412010-06-30 Chong Yidong <cyd@stupidchicken.com>
6242
6243 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
6244 argument passed to frame-creation-function (Bug#5378).
6245
6246 * faces.el (x-handle-named-frame-geometry)
6247 (x-handle-reverse-video, x-create-frame-with-faces)
6a7662bb
BR
6248 (face-set-after-frame-default, tty-create-frame-with-faces):
6249 Don't separately consult default-frame-alist. It is now passed as the
c1ef4455
CY
6250 PARAMETER argument.
6251
55702e89
AS
62522010-06-30 Andreas Schwab <schwab@linux-m68k.org>
6253
6254 * startup.el (command-line): Don't call tool-bar-setup in a
6255 tty-only build.
6256
dc9a226c
CY
62572010-06-30 Chong Yidong <cyd@stupidchicken.com>
6258
6259 * ruler-mode.el (ruler--save-header-line-format): New fun.
6260 (ruler-mode): Use it as a setter function, so as not to overwrite
6261 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
6262
a2f043d3
CY
62632010-06-29 Chong Yidong <cyd@stupidchicken.com>
6264
6265 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
6266 (vc-root-diff, vc-print-root-log, vc-log-incoming)
6267 (vc-log-outgoing): Use it.
6268 (vc-diff-internal): Set diff-vc-backend.
6269
6270 * vc/diff-mode.el (diff-vc-backend): New var.
6271
62d115ef
J
62722010-06-28 Jan Djärv <jan.h.d@swipnet.se>
6273
6a7662bb
BR
6274 * dynamic-setting.el (font-setting-change-default-font):
6275 Remove call to message.
62d115ef 6276
1180f752
KH
62772010-06-28 Kenichi Handa <handa@m17n.org>
6278
6279 * international/quail.el (quail-insert-kbd-layout): Fix the
6280 showing of untranslated characters.
6281
b9229673
CY
62822010-06-28 Chong Yidong <cyd@stupidchicken.com>
6283
6284 * simple.el (delete-active-region): New option.
6285 (delete-backward-char): Implement in Lisp.
6286 (delete-forward-char): New command.
6287
6288 * mouse.el (mouse-region-delete-keys): Deleted.
6289 (mouse-show-mark): Simplify.
6290
6291 * bindings.el (global-map): Bind delete and DEL, the former to
6292 delete-forward-char.
6293
a628ad9d 62942010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
6295
6296 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
6297 (ruby-mode): Bind indent-line-function (Bug#5119).
6298
3468f435
CY
62992010-06-27 Chong Yidong <cyd@stupidchicken.com>
6300
6301 * startup.el (command-line): Recognize "0" X resource value.
6302
6431f2e6
CY
63032010-06-27 Chong Yidong <cyd@stupidchicken.com>
6304
6305 * startup.el (command-line): Use X resources to set the value of
6306 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
6307
6308 * menu-bar.el (menu-bar-mode):
6309 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
6310 Set init-value to t.
6311
6312 * frame.el (frame-notice-user-settings): Don't change
6313 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
6314 vice versa (Bug#2249).
6315
b61dfbe2
EZ
63162010-06-26 Eli Zaretskii <eliz@gnu.org>
6317
6318 * w32-fns.el (w32-convert-standard-filename): Doc fix.
6319
f5cbf40e
AM
63202010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
6321
a628ad9d
JB
6322 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
6323 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 6324
a628ad9d 6325 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 6326 default directories are expanded (Bug#6143).
f5cbf40e 6327
8f3b8a5f
JL
63282010-06-24 Juri Linkov <juri@jurta.org>
6329
6330 * minibuffer.el (completions-format): Change default from nil to
6331 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
6332
5af72a47
JL
63332010-06-24 Juri Linkov <juri@jurta.org>
6334
6335 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
6336 buffer-locally to lambda that re-runs the vc diff command.
6337 (Bug#6447)
6338
8f804316
CY
63392010-06-24 Chong Yidong <cyd@stupidchicken.com>
6340
6341 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
6342 echo area is in use (Bug#3412).
6343
be19ef0b
GM
63442010-06-22 Glenn Morris <rgm@gnu.org>
6345
6555773f
GM
6346 * textmodes/texinfmt.el (texinfo-format-region)
6347 (texinfo-raise-lower-sections, texinfo-format-separate-node)
6348 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
6349 (texinfo-format-option, texinfo-noindent):
6350 Use line-beginning-position and line-end-position.
6351
be19ef0b
GM
6352 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
6353 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
6354 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
6355 utf-8 characters.
6356
7f0b7b3e
KF
63572010-06-21 Karl Fogel <kfogel@red-bean.com>
6358
49554388
GM
6359 * play/zone.el (zone-fall-through-ws): Fix next-line ->
6360 forward-line fallout.
6361
e8579ebc
CY
63622010-07-06 Chong Yidong <cyd@stupidchicken.com>
6363
6364 * mouse.el (mouse-appearance-menu): Add docstring.
6365
6366 * help.el (describe-key): Print up-event using key-description.
6367
5d1cd8bd
MA
63682010-07-03 Michael Albinus <michael.albinus@gmx.de>
6369
6370 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 6371 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
6372 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
6373
112dbc0e
MA
63742010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
6375
6376 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
6377
d0cb23ca
DN
63782010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
6379
6380 Avoid displaying files with a nil state in vc-dir.
a628ad9d 6381 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
6382 cases that cause insertion.
6383 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
6384 with a nil state.
6385
01b229d1
CY
63862010-06-30 Chong Yidong <cyd@stupidchicken.com>
6387
6388 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
6389
8bf1c786 63902010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
6391
6392 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
6393
dfc6544c
CY
63942010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
6395
6396 * generic-x.el (bat-generic-mode): Fix regexp for command line
6397 switches (Bug#5719).
6398
b7d4de51
CY
63992010-06-27 Masatake YAMATO <yamato@redhat.com>
6400
dfc6544c
CY
6401 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
6402 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 6403
3726248f
CY
64042010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
6405
8bf1c786 6406 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
6407 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
6408 bindings of bookmark-automatically-show-annotations (Bug#6515).
6409
aca54191
EZ
64102010-06-25 Eli Zaretskii <eliz@gnu.org>
6411
6412 * arc-mode.el (archive-zip-extract): Don't quote the file name on
6413 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
6414
2330fa87
ŠN
64152010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
6416
6417 * comint.el (make-comint, make-comint-in-buffer): Mention return
6418 value in the docstrings. (Bug#6498)
6419
29115ca9
YR
64202010-06-24 Yoni Rabkin <yoni@rabkins.net>
6421
6422 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
6423 since it is not present when using some non-default switches.
6424
2c79f053
KF
64252010-06-23 Karl Fogel <kfogel@red-bean.com>
6426
7f0b7b3e
KF
6427 * simple.el (compose-mail): Fix doc string to refer to
6428 `compose-mail-user-agent-warnings', instead of to the
6429 nonexistent `compose-mail-check-user-agent'.
6430
43a91810
AM
64312010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
6432
6433 Fix an indentation bug:
6434
6435 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
6436 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
6437 of existing values.
6438
6439 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
6440 (c-clear->-pair-props-if-match-before): now return t when they've
6441 cleared properties, nil otherwise.
6442 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
6443 by taking account of the existing value.
6444
6445 * progmodes/cc-defs.el
6446 (c-clear-char-property-with-value-function): Fix this to clear the
6447 property rather than overwriting it with nil.
6448
8adb4c33
CY
64492010-06-20 Chong Yidong <cyd@stupidchicken.com>
6450
6451 * emacs-lisp/package.el (package-print-package): Add link to
6452 package description via describe-package.
6453 (describe-package-1): List package requirements. Add button to
6454 perform installation.
6455 (package-menu-describe-package): New command.
6456
6457 * help-mode.el (help-package): New button type.
6458
cced7584
CY
64592010-06-19 Chong Yidong <cyd@stupidchicken.com>
6460
6461 * emacs-lisp/package.el: Move package-list-packages binding to
6462 menu-bar.el.
6463 (describe-package, describe-package-1, package--dir): New funs.
6464 (package-activate-1): Use package--dir.
6465
6466 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
6467
6468 * help-mode.el (help-package-def): New button type.
6469
6470 * menu-bar.el: Move package-list-packages binding here from
6471 package.el.
6472
d148e8f9
GH
64732010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
6474
6475 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
6476
b1a03ef6
SM
64772010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6478
6479 * emacs-lisp/edebug.el (edebug-read-list):
6480 Phase out old-style backquotes.
6481
dbd6da78
JL
64822010-06-17 Juri Linkov <juri@jurta.org>
6483
6484 * help-mode.el (help-mode): Set buffer-local variable
6485 revert-buffer-function to help-mode-revert-buffer.
6486 (help-mode-revert-buffer): New function.
6487
6488 * info.el (Info-revert-find-node): Check for major-mode Info-mode
6489 before popping to "*info*" (like in other Info functions).
6490 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
6491 old-history-forward. Pop to old-buffer-name or "*info*" to
6492 recreate the killed buffer. Set Info-history-forward from
6493 old-history-forward.
6494 (Info-breadcrumbs-depth): Add :group and :version.
6495
64eba874
DN
64962010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
6497
6498 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
6499
26508c03
AM
65002010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
6501
a628ad9d
JB
6502 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
6503 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 6504
69582fcd
JB
65052010-06-17 Juanma Barranquero <lekktu@gmail.com>
6506
54ea2a0d
JB
6507 * emacs-lisp/package.el (package-menu-mode-map):
6508 Move initialization into declaration.
6509
69582fcd
JB
6510 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
6511
44198b6e
CY
65122010-06-17 Chong Yidong <cyd@stupidchicken.com>
6513
6514 * emacs-lisp/package.el (package-archive-base): Point to
6515 elpa.gnu.org.
6516 (package-enable, package-load-list): New defcustoms.
6517 (package-user-dir, package-directory-list): Turn into defcustoms.
6518 Don't include package-user-dir in package-directory-list.
6519 (package--builtins-base): Don't include Emacs as a "package".
6520 (package-subdirectory-regexp): New var.
6521 (package-load-all-descriptors, package-compute-transaction)
6522 (package-download-transaction): Obey package-load-list.
6523 (package-activate-1): Rename from package-do-activate.
6524 (package-list-packages-internal): Check package-load-list.
6525 (package-load-descriptor, package-generate-autoloads)
6526 (package-unpack, package-unpack-single)
6a7662bb
BR
6527 (package--read-archive-file, package-delete):
6528 Use expand-file-name.
44198b6e
CY
6529
6530 * emacs-lisp/package-x.el: New file. Package uploading
6531 functionality split out from package.el.
6532
95b6d681 6533 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
6534
65352010-06-17 Tom Tromey <tromey@redhat.com>
6536
6537 * emacs-lisp/package.el: New file.
6538
50d76a9f
DN
65392010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
6540
6541 Fix vc-annotate for renamed files when using Git.
76e3243a 6542 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
6543 ls-files. Doe not pass the object as a file name to cat-file, it
6544 is not a file name.
6545 (vc-git-annotate-command): Pass the file name using -- to avoid
6546 ambiguity with the revision.
6547 (vc-git-previous-revision): Pass a relative file name.
6548
6095a05b
GM
65492010-06-22 Glenn Morris <rgm@gnu.org>
6550
943375a6
GM
6551 * progmodes/js.el (js-mode-map): Use standard capitalization and
6552 ellipses for menu entries.
6553
6095a05b
GM
6554 * wid-edit.el (widget-complete): Doc fix.
6555
4514199e
JH
65562010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
6557
6558 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
6559
c4786d60
DN
65602010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
6561
11c46b39 6562 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 6563 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 6564 VC backend. Use it when non-nil.
a628ad9d 6565 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
07976ae3 6566 (Bug#6487).
11c46b39 6567
c4786d60 6568 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 6569 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
6570 Do not pass the file name to the 'previous-revision call when we
6571 don't want a file diff. (Bug#6489)
6572
04ec0963
DN
65732010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
6574
11c46b39 6575 Fix finding revisions for renamed files in vc-annotate.
76e3243a 6576 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 6577 the VC backend. Use it when non-nil.
76e3243a 6578 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
6579 backend to vc-find-revision. (Bug#6487)
6580
c036381c
DN
65812010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
6582
6583 Fix reading file names in Git annotate buffers.
95b6d681
JB
6584 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
6585 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 6586
05c123e6
AM
65872010-06-20 Alan Mackenzie <acm@muc.de>
6588
6589 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
6590 in file local variables, set it first.
6591
4111f0c7
GM
65922010-06-19 Glenn Morris <rgm@gnu.org>
6593
74739ffd
GM
6594 * descr-text.el (describe-char-unicode-data): Insert separating
6595 space when needed. (Bug#6422)
6596
4111f0c7
GM
6597 * progmodes/idlwave.el (idlwave-action-and-binding):
6598 Fix typo in 2009-12-03 change. (Bug#6450)
6599
e20f0421
SM
66002010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6601
6602 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
6603 handling for `lambda' (misunderstanding).
6604
fb3e306a
JB
66052010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
6606
dd86ea11 6607 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
6608 constants aren't distributed after they are factored out.
6609
e020fb59
JL
66102010-06-16 Juri Linkov <juri@jurta.org>
6611
6612 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
6613 `list-colors-print'. (Bug#6332)
6614
b8add347
SM
6615 * subr.el (read-quoted-char): Fix up last change (bug#6290).
6616
36901266
SM
66172010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
6618
49b2e83d
SM
6619 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
6620 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
6621
36901266
SM
6622 * font-lock.el (font-lock-major-mode): Rename from
6623 font-lock-mode-major-mode to distinguish it from
6624 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
6625 (font-lock-set-defaults):
6626 * font-core.el (font-lock-default-function): Adjust users.
6627 (font-lock-mode): Don't set it at all.
6628
2a64315a 66292010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 6630
76e3243a 6631 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 6632
2a64315a 66332010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
6634
6635 * calendar/appt.el (appt-time-msg-list): Doc fix.
6636 (appt-check): Let-bind appt-warn-time.
6637 (appt-add): Make the 3rd argument optional.
6638 Simplify argument names. Doc fix. Check for integer WARNTIME.
6639 Only add WARNTIME to the output list if non-nil.
6640
2a64315a 66412010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
6642
6643 * calendar/appt.el (appt-check): Let the 3rd element of
6644 appt-time-msg-list specify the warning time.
6645 (appt-add): Add new argument with the warning time. (Bug#5176)
6646
6a7662bb 66472010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
a9de35fe 6648
76e3243a 6649 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
6650 older than version 1.6. (Bug#6361)
6651
2a64315a 66522010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
6653
6654 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
6655 used by cl-do-arglist. (Bug#6408)
6656
30d7ac37
AM
66572010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
6658
6a7662bb
BR
6659 * textmodes/ispell.el (ispell-dictionary-base-alist):
6660 Fix portuguese casechars/not-casechars for missing 'çÇ'.
30d7ac37
AM
6661 Suggested by Rolando Pereira (bug#6434).
6662
8fd02581
JB
66632010-06-15 Juanma Barranquero <lekktu@gmail.com>
6664
6665 * facemenu.el (list-colors-sort): Doc fix.
6666
6a7662bb 66672010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
b15922cc
BR
6668
6669 * progmodes/sql.el (sql-connect-mysql): Fix typo.
6670
f0bf7c8e
JL
66712010-06-14 Juri Linkov <juri@jurta.org>
6672
6673 Add sort option `list-colors-sort'. (Bug#6332)
6674 * facemenu.el (color-rgb-to-hsv): New function.
6675 (list-colors-sort): New defcustom.
6676 (list-colors-sort-key): New function.
6677 (list-colors-display): Doc fix. Sort list according to the option
6678 `list-colors-sort'.
6679 (list-colors-print): Add HSV values to `help-echo' property of
6680 RGB strings.
6681
c42fe9a5
JL
66822010-06-14 Juri Linkov <juri@jurta.org>
6683
6684 * compare-w.el: Move to the "vc" subdirectory.
6685
b263a4c4
SM
66862010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6687
d8b0cddd
SM
6688 * image-mode.el (image-mode-map): Remap left-char and right-char.
6689
b263a4c4
SM
6690 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
6691
89877f5f
CY
66922010-06-12 Chong Yidong <cyd@stupidchicken.com>
6693
133a8d82
CY
6694 * term/common-win.el (x-colors): Add all the color names defined
6695 in rgb.txt (Bug#6332).
6696
89877f5f
CY
6697 * facemenu.el (list-colors-print): Don't print extra names if it
6698 will overflow the window width.
6699
6700 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 6701 change (Bug#6343).
89877f5f 6702
9d1f18b5
EZ
67032010-06-12 Eli Zaretskii <eliz@gnu.org>
6704
6705 * files.el (make-directory): Doc fix (bug#6396).
6706
b81a0b56
MA
67072010-06-12 Michael Albinus <michael.albinus@gmx.de>
6708
6709 * net/tramp.el (tramp-remote-process-environment): Protect version
6710 string by apostroph.
6711 (tramp-shell-prompt-pattern): Do not use a shy group in case of
6712 XEmacs.
6713 (tramp-file-name-for-operation): Add `call-process-region'.
6714 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
6715
6716 * net/tramp-compat.el (top): Do not autoload
6717 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
6718 only when `start-file-process' is not bound.
6719 (tramp-advice-file-expand-wildcards): Do not use
6720 `tramp-handle-file-remote-p'.
6721 (tramp-compat-make-temp-file): Handle the case, that
6722 `make-temp-file' has no third argument EXTENSION.
6723
69f18acc
JB
67242010-06-11 Juanma Barranquero <lekktu@gmail.com>
6725
5fee75d4
JB
6726 * makefile.w32-in (WINS_BASIC): Include new directory vc.
6727
69f18acc
JB
6728 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
6729
9766adfb
JL
67302010-06-11 Juri Linkov <juri@jurta.org>
6731
6732 * finder.el (finder-known-keywords): Add keyword "vc"
6733 for version control.
6734
6735 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
6736 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
6737 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
6738 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
6739
56b2854f
JL
67402010-06-11 Juri Linkov <juri@jurta.org>
6741
6742 Move version control related files to the "vc" subdirectory.
6743 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
6744 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
6745 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
6746 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
6747 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
6748 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
6749 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
6750 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
6751 Move files to the "vc" subdirectory.
6752
6534e58a
CY
67532010-06-11 Chong Yidong <cyd@stupidchicken.com>
6754
6755 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
6756 (Bug#6367).
6757
84d9562f
SE
67582010-06-11 Stephen Eglen <stephen@gnu.org>
6759
6760 * shell.el: Bind `shell-resync-dirs' to M-RET.
6761
3ef0a6a5
MA
67622010-06-10 Michael Albinus <michael.albinus@gmx.de>
6763
6764 * notifications.el: Move file from lisp/net, because it is
6765 supposed to talk locally to the user.
6766
fa4003da
MA
67672010-06-10 Julien Danjou <julien@danjou.info>
6768
6769 * net/notifications.el (notifications-on-action-signal)
6770 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 6771 argument to the callback functions. Add docstrings.
fa4003da
MA
6772 (notifications-notify): Fix docstring.
6773
46e6650e
GM
67742010-06-10 Glenn Morris <rgm@gnu.org>
6775
6776 * emacs-lisp/authors.el (authors-ignored-files)
6777 (authors-valid-file-names): Add some files.
6778
a71832f7
SM
67792010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6780
6781 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
6782 merge conflict, giving preference to the emacs-23 version of the code.
6783
8c6eab5a
SM
67842010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6785
989bc97f
SM
6786 * emacs-lisp/advice.el (ad-compile-function):
6787 Define warning-suppress-types before we let-bind it (bug#6275).
6788
8c6eab5a
SM
6789 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
6790 declare it, make it buffer-local and permanent-local (bug#6324).
6791 (vc-resynch-window): Adjust name.
6792 * vc-hooks.el (vc-find-file-hook): Adjust name.
6793
890a18d6
MA
67942010-06-09 Michael Albinus <michael.albinus@gmx.de>
6795
6796 * net/notifications.el (notifications-notify): Fix docstring.
6797
bf3e70eb
JB
67982010-06-09 Juanma Barranquero <lekktu@gmail.com>
6799
6800 Update to Unicode 6.0.0 beta.
6801 * international/charprop.el: Update copyright.
6802 * international/mule-cmds.el (ucs-names): Update character ranges.
6803 * international/uni-bidi.el:
6804 * international/uni-category.el:
6805 * international/uni-combining.el:
6806 * international/uni-comment.el:
6807 * international/uni-decimal.el:
6808 * international/uni-decomposition.el:
6809 * international/uni-digit.el:
6810 * international/uni-lowercase.el:
6811 * international/uni-mirrored.el:
6812 * international/uni-name.el:
6813 * international/uni-numeric.el:
6814 * international/uni-old-name.el:
6815 * international/uni-titlecase.el:
6816 * international/uni-uppercase.el: Regenerate.
6817
b978141d
JB
68182010-06-09 Juanma Barranquero <lekktu@gmail.com>
6819
ee8359ba
JB
6820 * emacs-lisp/smie.el (comment-string-strip): Declare function.
6821 (smie-precs-precedence-table): Fix typo in docstring.
6822
f64ab8fb
JB
6823 * vc-mtn.el (log-edit-extract-headers): Declare function.
6824
883ffa8c
JB
6825 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
6826
b978141d
JB
6827 * net/notifications.el (dbus-register-signal): Declare function.
6828 (notifications-notify): Fix typos and reflow docstring.
6829
5f4f2ae4
DN
68302010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
6831
6832 Improve VC create/retrieve tag/branch.
6833 * vc.el (vc-create-tag): Do not read the directory name for VCs
6834 with repository revision granularity. Adjust the tag/branch
6835 prompt. Reset VC properties.
6836 (vc-retrieve-tag): Do not read the directory name for VCs
6837 with repository revision granularity. Reset VC properties.
6838
41a86354
MA
68392010-06-09 Julien Danjou <julien@danjou.info>
6840
ef33fd34 6841 * net/notifications.el: New file.
41a86354 6842
fab43c76
DN
68432010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
6844
00fd1147
DN
6845 Add optional support for resetting VC properties.
6846 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
6847 call vc-file-clearprops when true.
6848 (vc-resynch-buffer): Add new optional argument, pass it down.
6849 (vc-resynch-buffers-in-directory): Likewise.
6850
fab43c76
DN
6851 Improve support for special markup in the VC commit message.
6852 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
6853 * vc-hg.el (vc-hg-checkin): Add support for Date:.
6854 * vc-git.el (vc-git-checkin):
6855 * vc-bzr.el (vc-bzr-checkin): Likewise.
6856
e7d67e73
SM
68572010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6858
6859 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
6860 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
6861
277e6741
MP
68622010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
6863
6864 * iimage.el: Remove images as soon as the underlying text is modified.
6865 (iimage-modification-hook): New function.
6866 (iimage-mode-buffer): Use it.
6867
83156c18
SM
68682010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6869
6870 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
6871 smie-indent-offset-after. Add :prev case. Make a bit more generic.
6872 (smie-indent-virtual): Remove `virtual' arg. Update callers.
6873 (smie-indent-keyword): Add handling of open-paren keywords.
6874 (smie-indent-comment-continue): Don't assume comment-continue.
6875
13b5221f
MR
68762010-06-07 Martin Rudalics <rudalics@gmx.at>
6877
6878 * window.el (pop-to-buffer): Remove the conditional that
6879 compares new-window and old-window, so it will reselect
6880 the selected window unconditionally.
6881 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
6882
c2ea5810
SM
68832010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6884
6885 * emacs-lisp/smie.el (smie-indent-offset-after)
6886 (smie-indent-forward-token, smie-indent-backward-token): New functions.
6887 (smie-indent-after-keyword): Use them.
6888 (smie-indent-fixindent): Only applies to the indentation of the BOL.
6889 (smie-indent-keyword): Tweak the black magic.
6890 (smie-indent-comment-continue): Strip comment-continue before use.
6891 (smie-indent-functions): Indent comments before keywords.
6892
27dd3c11
JL
68932010-06-06 Juri Linkov <juri@jurta.org>
6894
6895 * isearch.el (isearch-lazy-highlight-search): Fix looping
6896 by checking for empty match. This syncs this loop with the
6897 similar loop in `isearch-search'. (Bug#6362)
6898
35b148ee
JB
68992010-06-05 Juanma Barranquero <lekktu@gmail.com>
6900
6901 * net/dbus.el (dbus-register-method): Declare function.
6902 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
6903 (dbus-introspect): Doc fix.
6904 (dbus-event-bus-name, dbus-introspect-get-interface)
6905 (dbus-introspect-get-argument): Reflow docstrings.
6906
eccdfe5f
DN
69072010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
6908
6909 vc-log-incoming/vc-log-outgoing fixes for Git.
6910 * vc-git.el (vc-git-log-view-mode): Fix font lock for
6911 incoming/outgoing logs.
6912 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
6913 instead of vc-git-compute-remote.
6914 (vc-git-compute-remote): Remove.
6915
86253dc0
CY
69162010-06-04 Chong Yidong <cyd@stupidchicken.com>
6917
6918 * term/common-win.el (x-colors): Add "dark green" and "dark
6919 turquoise" (Bug#6332).
6920
0665f661
JL
69212010-06-04 Juri Linkov <juri@jurta.org>
6922
6923 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
6924 Instead of setting `replace' to t and replacing the same string
6925 with itself, don't do certain actions when
6926 kill-do-not-save-duplicates is non-nil and string is equal to car
6927 of kill-ring: don't call menu-bar-update-yank-menu, don't push
6928 interprogram-paste strings to kill-ring, and don't push the input
6929 argument `string' to kill-ring.
6930 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
6931
087fc47a
JB
69322010-06-04 Juanma Barranquero <lekktu@gmail.com>
6933
6934 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
6935
4f201088
MA
69362010-06-04 Michael Albinus <michael.albinus@gmx.de>
6937
6938 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
6939 (tramp-gvfs-handler-mounted-unmounted)
6940 (tramp-gvfs-connection-mounted-p): Handle default-location.
6941
6942 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
6943 move files to trash.
6944
18ccd78a
JB
69452010-06-04 Juanma Barranquero <lekktu@gmail.com>
6946
6947 * international/mule-cmds.el (nonascii-insert-offset)
6948 (nonascii-translation-table): Add obsolescence information.
6949
6950 * international/mule.el (make-translation-table-from-vector): Doc fix.
6951
3845c322
GM
69522010-06-03 Glenn Morris <rgm@gnu.org>
6953
6954 * desktop.el (desktop-clear-preserve-buffers):
6955 Add "*Warnings*" buffer. (Bug#6336)
6956
54d3626e
DN
69572010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
6958
6941ffec
DN
6959 vc-log-incoming/vc-log-outgoing improvements for Git.
6960 * vc-git.el (vc-git-log-outgoing): Use the same format as the
6961 short log.
6962 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
6963
54d3626e
DN
6964 Add bindings for vc-log-incoming and vc-log-outgoing.
6965 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
6966 and vc-log-outgoing.
6967 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
6968 and vc-log-outgoing.
6969
aa1bc616
CY
69702010-06-03 Chong Yidong <cyd@stupidchicken.com>
6971
6972 * net/rcirc.el (rcirc-sort-nicknames): Remove.
6973 (rcirc-handler-366): Always sort nicknames.
6974
e2d2a205
JB
69752010-06-03 Juanma Barranquero <lekktu@gmail.com>
6976
6977 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
6978
44ea155d
CY
69792010-06-03 Chong Yidong <cyd@stupidchicken.com>
6980
a628ad9d 6981 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 6982
a91dedc4
SM
69832010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6984
6985 * net/rcirc.el (rcirc-sort-nicknames): Change default.
6986 (rcirc-sort-nicknames-join): Avoid setq.
6987
c62bf05a
DD
69882010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
6989
6990 * net/rcirc.el (rcirc-sort-nicknames): New custom.
6991 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
6992 (rcirc-handler-366): Use them.
6993
dd2c3c92
SM
69942010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6995
6996 Split smie-indent-calculate into more manageable chunks.
6997 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
6998 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
6999 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
7000 (smie-indent-exps): Extract from smie-indent-calculate.
7001 (smie-indent-functions): New var.
7002 (smie-indent-functions): Use them.
7003
927c346b
SM
70042010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7005
7006 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
7007 (smie-indent-calculate): Simplify and cleanup.
7008
1efeec86
MA
70092010-06-02 Michael Albinus <michael.albinus@gmx.de>
7010
7011 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
7012 (tramp-gvfs-mount-point): Remove.
7013 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
7014 New defuns.
1efeec86
MA
7015 (with-tramp-dbus-call-method): Format trace message.
7016 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
7017 Implement backup call, when operation on local files fails.
7018 Use progress reporter. Flush properties of changed files.
1efeec86
MA
7019 (tramp-gvfs-handle-make-directory): Make more traces.
7020 (tramp-gvfs-url-file-name): Hexify file name in url.
7021 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
7022 into account for the resulting file name.
7023 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
7024 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
7025 (tramp-gvfs-handler-mounted-unmounted)
7026 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
7027 attribute "default_location". Set "prefix" property.
7028 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
7029 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
7030 exists. Raise an error, if not (due to a corresponding answer
7031 "no" in interactive questions, for example).
7032
89877f5f 70332010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
7034
7035 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
7036
24f574a9
JB
70372010-06-01 Juanma Barranquero <lekktu@gmail.com>
7038
7039 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
7040 right-*. (Bug#6265)
7041
290736f2
DN
70422010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
7043
61158bfa
DN
7044 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
7045 * vc-git.el (vc-git-compute-remote): New function.
7046 (vc-git-log-outgoing): Use it instead of hard coding a value.
7047 (vc-git-log-incoming): New function.
7048
5828f6ca
DN
7049 Improve state updating for VC tag commands.
7050 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
7051 to update the state of all buffers in the directory.
7052
290736f2
DN
7053 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
7054
feceda26
SM
70552010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7056
7057 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
7058 `file-directory-p' to the filename part rather than to the whole text.
7059
896114cf
SM
70602010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7061
7062 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
7063
1603358c
DA
70642010-05-31 Drew Adams <drew.adams@oracle.com>
7065
7066 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
7067
fe40dc63
JB
70682010-05-31 Juanma Barranquero <lekktu@gmail.com>
7069
7070 * subr.el (momentary-string-display): Just use read-event to read
7071 the exit event (Bug#6238).
7072
9e8014c6
EZ
70732010-05-30 Eli Zaretskii <eliz@gnu.org>
7074
7075 * international/mule.el (define-coding-system): Doc fix (bug#6313).
7076
61a08071
JB
70772010-05-30 Juanma Barranquero <lekktu@gmail.com>
7078
7079 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
7080 Suggested by Eli Zaretskii <eliz@gnu.org>.
7081
5feec8ca
SM
70822010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7083
7084 * minibuffer.el (completion-file-name-table): Don't return a boundary
7085 past the end of `string' (bug#6299).
7086 (completion--file-name-table): Delegate to completion-file-name-table
7087 for the `boundaries' case.
7088
8175cb90
JB
70892010-05-30 Juanma Barranquero <lekktu@gmail.com>
7090
2b94133f
JB
7091 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
7092 movement commands.
7093
8175cb90
JB
7094 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
7095 `path-separator', but maintain compatibility with Emacs 20.2.
7096
0191e222
CY
70972010-05-29 Chong Yidong <cyd@stupidchicken.com>
7098
7099 * server.el (server-process-filter): Receive parent-id argument
7100 from emacsclient.
7101 (server-create-window-system-frame): New arg. Pass parent-id as
7102 frame parameter.
7103
9b655a0a
EZ
71042010-05-29 Eli Zaretskii <eliz@gnu.org>
7105
db5dce9d
EZ
7106 Bidi-sensitive word movement with arrow keys.
7107 * subr.el (right-arrow-command, left-arrow-command): Move to
7108 bindings.el.
7109
7110 * bindings.el (right-char, left-char): Move from subr.el and
7111 rename from right-arrow-command and left-arrow-command.
7112 (right-word, left-word): New functions.
7113 (global-map) <right>: Bind to right-char.
7114 (global-map) <left>: Bind to left-char.
7115 (global-map) <C-right>: Bind to right-word.
7116 (global-map) <C-left>: Bind to left-word.
7117
9b655a0a
EZ
7118 * ls-lisp.el (ls-lisp-classify-file): New function.
7119 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
7120 (ls-lisp-classify): Call ls-lisp-classify-file.
7121 (insert-directory): Remove blanks from switches.
7122
fcb52808
CY
71232010-05-29 Chong Yidong <cyd@stupidchicken.com>
7124
7125 * ansi-color.el: Delete unused escape sequences (Bug#6085).
7126 (ansi-color-drop-regexp): New constant.
7127 (ansi-color-apply, ansi-color-filter-region)
896114cf 7128 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
7129 (ansi-color-apply): Build string list before calling concat.
7130
0040735a
JL
71312010-05-28 Juri Linkov <juri@jurta.org>
7132
7133 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
7134 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
7135 (Bug#5270)
7136
b6827fff
MA
71372010-05-28 Michael Albinus <michael.albinus@gmx.de>
7138
7139 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
7140 to ignored backtrace functions.
7141 (with-progress-reporter): Expand docstring.
7142 (tramp-handle-delete-file): Implement TRASH argument.
7143 (tramp-get-remote-trash): New defun.
7144
eba082a2
MA
71452010-05-28 Michael Albinus <michael.albinus@gmx.de>
7146
6a7662bb
BR
7147 * net/tramp-compat.el (tramp-compat-delete-file):
7148 Use `symbol-value' for backward compatibility.
eba082a2
MA
7149
7150 * net/tramp.el (tramp-handle-make-symbolic-link)
7151 (tramp-handle-load)
7152 (tramp-do-copy-or-rename-file-via-buffer)
7153 (tramp-do-copy-or-rename-file-directly)
7154 (tramp-do-copy-or-rename-file-out-of-band)
7155 (tramp-handle-process-file, tramp-handle-call-process-region)
7156 (tramp-handle-shell-command, tramp-handle-file-local-copy)
7157 (tramp-handle-insert-file-contents, tramp-handle-write-region)
7158 (tramp-delete-temp-file-function): Use `delete-file' instead
7159 of `tramp-compat-delete-file'.
7160
7161 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
7162 (tramp-fish-handle-make-symbolic-link)
7163 (tramp-fish-handle-process-file): Use `delete-file' instead
7164 of `tramp-compat-delete-file'.
7165
6a7662bb
BR
7166 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7167 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
7168
7169 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
7170 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
7171 `tramp-compat-delete-file'.
7172
6a7662bb
BR
7173 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
7174 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
7175
7176 * net/tramp-smb.el (tramp-smb-handle-copy-file)
7177 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
7178 (tramp-smb-handle-write-region): Use `delete-file' instead of
7179 `tramp-compat-delete-file'.
7180 (tramp-smb-handle-delete-directory): Use 'trash as arg.
7181
f1a5d776
CY
71822010-05-27 Chong Yidong <cyd@stupidchicken.com>
7183
7184 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 7185 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
7186 (dired-do-flagged-delete, dired-do-delete): Use trash.
7187
7188 * speedbar.el (speedbar-item-delete): Allow trashing.
7189
7190 * files.el (delete-directory): New arg TRASH.
7191
7192 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
7193 (ange-ftp-rename-remote-to-remote)
7194 (ange-ftp-rename-local-to-remote)
7195 (ange-ftp-rename-remote-to-local, ange-ftp-load)
7196 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
7197 `delete-file'.
7198 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
7199 allow trashing.
7200
7201 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
7202 handle new TRASH arg of `delete-file'.
7203
c4ce1145 7204 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
7205 (tramp-handle-make-symbolic-link, tramp-handle-load)
7206 (tramp-do-copy-or-rename-file-via-buffer)
7207 (tramp-do-copy-or-rename-file-directly)
7208 (tramp-do-copy-or-rename-file-out-of-band)
7209 (tramp-handle-process-file, tramp-handle-call-process-region)
7210 (tramp-handle-shell-command, tramp-handle-file-local-copy)
7211 (tramp-handle-insert-file-contents, tramp-handle-write-region)
7212 (tramp-delete-temp-file-function): Use null TRASH arg in
7213 tramp-compat-delete-file call.
7214
7215 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
7216 (tramp-fish-handle-delete-file)
7217 (tramp-fish-handle-make-symbolic-link)
7218 (tramp-fish-handle-process-file): Use null TRASH arg in
7219 `tramp-compat-delete-file' call.
7220
7221 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
7222 arg in `tramp-compat-delete-file' call.
7223
7224 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
7225 (tramp-gvfs-handle-write-region): Use null TRASH arg in
7226 `tramp-compat-delete-file' call.
7227
7228 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
7229 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
7230 `tramp-compat-delete-file' call.
7231
7232 * net/tramp-smb.el (tramp-smb-handle-copy-file)
7233 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
7234 (tramp-smb-handle-write-region): Use null TRASH arg in
7235 tramp-compat-delete-file call.
7236 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
7237 (tramp-smb-handle-delete-file): Rename arg.
7238
7239 * diff.el (diff-sentinel):
7240 * epg.el (epg--make-temp-file, epg-decrypt-string)
7241 (epg-verify-string, epg-sign-string, epg-encrypt-string):
7242 * jka-compr.el (jka-compr-partial-uncompress)
7243 (jka-compr-call-process, jka-compr-write-region):
7244 * server.el (server-sentinel): Remove optional arg from
7245 delete-file, reverting 2010-05-03 change.
7246
ecb0ab90
CY
72472010-05-27 Chong Yidong <cyd@stupidchicken.com>
7248
6a7662bb
BR
7249 * progmodes/verilog-mode.el (verilog-type-font-keywords):
7250 Use font-lock-constant-face, not obsolete font-lock-reference-face.
ecb0ab90 7251
2b25da45
KH
72522010-05-27 Kenichi Handa <handa@m17n.org>
7253
7254 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
7255 element of GSTRING is nil.
7256
11e4d8c0
SM
72572010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7258
7259 * emacs-lisp/smie.el (smie-forward-token-function)
7260 (smie-backward-token-function): New vars.
7261 (smie-backward-sexp, smie-forward-sexp)
7262 (smie-indent-hanging-p, smie-indent-calculate): Use them.
7263 (smie-default-backward-token): Rename from smie-backward-token and
7264 skip comments.
7265 (smie-default-forward-token): Rename from smie-forward-token and
7266 skip comments.
7267 (smie-next-sexp): Handle nil results from next-token.
7268 (smie-indent-calculate): Add a new case for special `fixindent' comments.
7269
4da3541b
CY
72702010-05-27 Chong Yidong <cyd@stupidchicken.com>
7271
896114cf
SM
7272 * progmodes/verilog-mode.el (verilog-type-font-keywords):
7273 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
7274
72752010-05-27 Masatake YAMATO <yamato@redhat.com>
7276
7277 * htmlfontify.el (hfy-face-resolve-face): New function.
7278 (hfy-face-to-style): Use it (Bug#6279).
7279
6dc439cb
SM
72802010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7281
7282 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
7283 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
7284
021eb8d7
GM
72852010-05-26 Glenn Morris <rgm@gnu.org>
7286
7287 * emulation/edt.el (edt-load-keys): Use locate-library.
7288
bef4957b
CY
72892010-05-25 Chong Yidong <cyd@stupidchicken.com>
7290
7291 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
7292 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
7293 (log-edit-changelog-insert-entries): Args changed.
7294 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
7295 (log-edit-insert-changelog-entries): Reorganize return value of
7296 `log-edit-changelog-entries' to pass filenames to
7297 log-edit-changelog-insert-entries.
7298
84fb0956
TV
72992010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7300
7301 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
7302 `image-dired-dired-insert-marked-thumbs' to
7303 `image-dired-dired-toggle-marked-thumbs'.
7304
7305 * image-dired.el: Require cl when compiling.
7306 (image-dired-dired-toggle-marked-thumbs): Rename from
7307 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
7308 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
7309 to 'no-dir. Skip files whose names don't match
7310 `image-file-name-regexp'. When file has a thumbnail overlay,
7311 delete it. (Bug#5270)
7312
0fb1193d
JL
73132010-05-25 Juri Linkov <juri@jurta.org>
7314
7315 * image-mode.el (image-mode): Add image-after-revert-hook to
7316 after-revert-hook.
7317 (image-after-revert-hook): New function. (Bug#5669)
7318
fc937924
JL
73192010-05-25 Juri Linkov <juri@jurta.org>
7320
7321 * image.el (image-animated-p): When delay between animated images
7322 is 0, set it to 10 (0.1 sec). (Bug#6258)
7323
fa9ba953
MA
73242010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
7325
7326 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 7327 `forward-word', its default syntax could be changed.
fa9ba953 7328
9e021389
MA
73292010-05-25 Michael Albinus <michael.albinus@gmx.de>
7330
7331 * net/tramp.el (tramp-progress-reporter-update): New defun.
7332 (with-progress-reporter): Use it.
7333 (tramp-process-actions):
6a7662bb
BR
7334 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
7335 Preserve current message, in order to let progress reporter continue
9e021389
MA
7336 afterwards. (Bug#6257)
7337
6169260b
GM
73382010-05-25 Glenn Morris <rgm@gnu.org>
7339
7340 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
7341 Add :version.
7342
d26781af
RY
73432010-05-25 Ryan Yeske <rcyeske@gmail.com>
7344
8826afe3 7345 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
7346 (rcirc-default-full-name): Change to "unknown".
7347 (rcirc-user-name-history): Add variable.
8826afe3
GM
7348
73492010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 7350 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
7351
7352 * net/rcirc.el (rcirc-server-alist): Add :pass.
7353 (rcirc): When prompting for connection parameters, also prompt for
d26781af 7354 username and password.
a628ad9d 7355 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
7356 value to server when connecting.
7357
d355a0b7
SM
73582010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7359
f5228f84
SM
7360 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
7361 (smie-merge-prec2s): Pass the tables as separate args.
7362 (smie-bnf-precedence-table): Adjust call accordingly.
7363 (smie-prec2-levels): Set levels at the end.
7364
d355a0b7
SM
7365 Replace Lisp calls to delete-backward-char by delete-char.
7366 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
7367 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
7368 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 7369 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
7370 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
7371 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
7372 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
7373 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
7374 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
7375 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
7376 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
7377 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
7378 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
7379 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
7380 delete-backward-char by calls to delete-char.
7381
f668ef02
KH
73822010-05-25 Kenichi Handa <handa@m17n.org>
7383
7384 * language/hebrew.el (hebrew-shape-gstring): New function.
7385 Register it in composition-function-table for all Hebrew combining
7386 characters.
7387
397eb3f3
SM
73882010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7389
7390 * epa.el (epa--select-keys): Don't explicitly delete the window since
7391 that can fail (e.g. sole window in frame). Use dedication instead.
7392
171eda53 73932010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
7394
7395 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
7396
110683ad
CY
73972010-05-22 Chong Yidong <cyd@stupidchicken.com>
7398
7399 * image.el (image-refresh): Define as an alias for image-flush.
7400
7401 * image-mode.el (image-toggle-display-image): Caller changed.
7402
df9db151
JL
74032010-05-21 Juri Linkov <juri@jurta.org>
7404
7405 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
7406 Remove "all" from grep-files-aliases. Split grep-files-aliases by
7407 whitespace, call wildcard-to-regexp on substrings and concat them
7408 with "\\|". (Bug#6114)
7409
c0209c2c
AM
74102010-05-21 Alan Mackenzie <acm@muc.de>
7411
171eda53
SM
7412 * progmodes/cc-engine.el (c-parse-state-get-strategy):
7413 Replace parameter `here' with `here-' and `here-plus', which sandwich
7414 any pertinent CPP construct.
c0209c2c
AM
7415 (c-remove-stale-state-cache-backwards): Fix a bug which happens
7416 when doing (c-parse-state) in a CPP construct: Exclude any "new"
7417 CPP construct from taking part in the scanning.
7418
655bded0
MA
74192010-05-21 Michael Albinus <michael.albinus@gmx.de>
7420
7421 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
7422 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
7423 Tune `with-progress-reporter' messages.
655bded0
MA
7424 (tramp-handle-vc-registered):
7425 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
7426 (tramp-fish-handle-insert-file-contents)
7427 (tramp-fish-maybe-open-connection):
7428 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7429 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
7430 (tramp-imap-handle-insert-file-contents)
7431 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
7432
3e17a1a7
JB
74332010-05-21 Juanma Barranquero <lekktu@gmail.com>
7434
bf1e8d4a
JB
7435 * add-log.el (change-log-font-lock-keywords):
7436 Highlight all authors in multi-author entries.
7437
3e17a1a7
JB
7438 * smerge-mode.el (smerge-refine-ignore-whitespace)
7439 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
7440 Fix typos in docstrings.
7441 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
7442
969e684a
GM
74432010-05-21 Glenn Morris <rgm@gnu.org>
7444
e75c1e7d
GM
7445 * progmodes/fortran.el (fortran-mode):
7446 * progmodes/f90.el (f90-mode): Derive from prog-mode.
7447
969e684a
GM
7448 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
7449 having a relative path in src/Makefile.in.
7450
a50878fa
KR
74512010-05-20 Kevin Ryde <user42@zip.com.au>
7452
7453 * help-mode.el (help-make-xrefs): For Info node links turn
7454 newlines into spaces. Link node names with newlines are matched
7455 by help-xref-info-regexp and buttonized, this change ensures they
7456 can be followed successfully with RET. (Bug#6206)
7457
f66a2f90
JL
74582010-05-20 Juri Linkov <juri@jurta.org>
7459
7460 * locate.el (locate): Use pop-to-buffer instead of
7461 switch-to-buffer-other-window. (Bug#6204)
7462
201d895a
JL
74632010-05-20 Juri Linkov <juri@jurta.org>
7464
7465 * replace.el (replace-highlight): Fix lazy-highlighting
7466 for `M-s w str M-% str RET'.
7467
1ddb2ea0
MY
74682009-12-15 Masatake YAMATO <yamato@redhat.com>
7469
7470 * isearch.el (isearch-yank-word-or-char): Pull next subword
7471 when `subword-mode' is activated. (Bug#6220)
7472
a6020335
MH
74732010-05-20 Mark A. Hershberger <mah@everybody.org>
7474
7475 * isearch.el (isearch-update-post-hook): New hook.
7476 (isearch-update): Use the new hook. (Bug#6225)
7477
50de6a38
JL
74782010-05-20 Juri Linkov <juri@jurta.org>
7479
7480 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
7481 [f1], [help], and (char-to-string help-char) instead of "\C-h".
7482 (Bug#6222)
7483
5d944a8f
JL
74842010-05-20 Juri Linkov <juri@jurta.org>
7485
7486 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
7487 (Bug#6223)
7488
f5d6548a
JL
74892010-05-20 Juri Linkov <juri@jurta.org>
7490
7491 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
7492 FILE-NAME to read from the minibuffer when called interactively
7493 with prefix argument instead of using buffer-file-name.
7494 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
7495
7496 * dired.el: Update autoloads.
7497
f8e63691
CY
74982010-05-20 Chong Yidong <cyd@stupidchicken.com>
7499
7500 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
7501 nxml-finish-element, for consistency with SGML mode.
7502
7503 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
7504 octave-close-block.
7505
07d7c3bd
JB
75062010-05-20 Juanma Barranquero <lekktu@gmail.com>
7507
7508 * composite.el: Require cl when compiling.
7509 (reference-point-alist, compose-gstring-for-graphic)
7510 (compose-gstring-for-terminal): Fix typos in docstrings.
7511
7bce8510
JL
75122010-05-19 Juri Linkov <juri@jurta.org>
7513
7514 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
7515 set-window-parameter.
7516
a7723e05
MA
75172010-05-19 Michael Albinus <michael.albinus@gmx.de>
7518
7519 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
7520 where appropriate.
7521 (tramp-maybe-open-connection): Use it.
7522
3f2e7735
EZ
75232010-05-19 Eli Zaretskii <eliz@gnu.org>
7524
7525 * simple.el (move-end-of-line): Make sure we are at line beginning
7526 before backing up to end of previous line.
7527
8d9181c7
MA
75282010-05-19 Michael Albinus <michael.albinus@gmx.de>
7529
8c4ec20f
MA
7530 * password-cache.el (password-cache-remove): Fix docstring.
7531
8d9181c7
MA
7532 * net/secrets.el: Autoload the widget functions.
7533 (secrets-search-items, secrets-create-item)
7534 (secrets-get-attributes, secrets-expand-item): Attributes will be
7535 stored on the password database without leading ":", as all other
7536 clients do as well.
7537 (secrets-mode): Fix docstring.
7538 (secrets-show-secrets): Provide it as autoloaded command only when
7539 D-Bus support is available. Check existence of Secret Service API.
7540
2a96c2a7
SM
75412010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7542
7543 * indent.el (indent-region): Deactivate region (bug#6200).
7544
d24e10b1
GM
75452010-05-19 Glenn Morris <rgm@gnu.org>
7546
7547 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
7548
2833d915
KH
75492010-05-19 Kenichi Handa <handa@m17n.org>
7550
7551 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 7552 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 7553
134c2f29
JB
75542010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
7555
7556 * calc/calc-trail.el (calc-trail-isearch-forward)
7557 (calc-trail-isearch-backward): Ensure that the new window
7558 point is set correctly.
7559
278847cd
SM
75602010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7561
7562 * subr.el (read-quoted-char): Resolve modifiers after key
7563 remapping (bug#6212).
7564
3a8e7cbd
MA
75652010-05-18 Michael Albinus <michael.albinus@gmx.de>
7566
7567 Add visualization code for secrets.
7568 * net/secrets.el (secrets-mode): New major mode.
7569 (secrets-show-secrets, secrets-show-collections)
7570 (secrets-expand-collection, secrets-expand-item)
7571 (secrets-tree-widget-after-toggle-function)
7572 (secrets-tree-widget-show-password): New defuns.
7573
472e7ec1
SM
75742010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7575
224b70cb
SM
7576 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
7577 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
7578 handled in smie-next-sexp.
7579 (smie-indent-calculate): Provide a starting indentation (so the
7580 recursion is well-founded ;-).
7581
472e7ec1
SM
7582 Fix handling of non-associative equal levels.
7583 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
7584 when it's not needed.
7585 (smie-op-left, smie-op-right): New functions.
7586 (smie-next-sexp): New function, extracted from smie-backward-sexp.
7587 Better handle equal levels to distinguish the associative case from
7588 the "multi-keyword construct" case.
7589 (smie-backward-sexp, smie-forward-sexp): Use it.
7590
35e53abd
JB
75912010-05-18 Juanma Barranquero <lekktu@gmail.com>
7592
5d8fe0ba
JB
7593 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
7594
35e53abd
JB
7595 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
7596 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
7597
5ad4bef5
SM
75982010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7599
7600 Provide a simple generic indentation engine and use it for Prolog.
7601 * emacs-lisp/smie.el: New file.
7602 * progmodes/prolog.el (prolog-smie-op-levels)
7603 (prolog-smie-indent-rules): New var.
7604 (prolog-mode-variables): Use them to configure SMIE.
7605 (prolog-indent-line, prolog-indent-level): Remove.
7606
00681a3c
JB
76072010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
7608
560bb7ae 7609 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
7610 order before computing the averages.
7611
eba62f7a
JB
76122010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
7613
597517ef 7614 * calc/calc-vec.el (calc-histogram):
5ad4bef5 7615 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
7616 (math-vector-avg): New function.
7617
560bb7ae 7618 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
7619 being grouped depend on the radix (Bug#6189).
7620
8c5ff6dd
KR
76212010-05-15 Ken Raeburn <raeburn@raeburn.org>
7622
7623 * version.el (emacs-copyright, emacs-version): Don't define here,
7624 now that emacs.c defines it.
7625
98d8b17e
EZ
76262010-05-15 Eli Zaretskii <eliz@gnu.org>
7627
71078429
EZ
7628 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
7629 "Describe Language Environment" menu item.
7630
ce6233c1
EZ
7631 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
7632
d20e1419
EZ
7633 Bidi-sensitive movement with arrow keys.
7634 * subr.el (right-arrow-command, left-arrow-command): New functions.
7635
7636 * bindings.el (global-map): Bind them to right and left arrow keys.
7637
98d8b17e 7638 Don't override standard definition of convert-standard-filename.
6a7662bb
BR
7639 * files.el (convert-standard-filename):
7640 Call w32-convert-standard-filename and dos-convert-standard-filename on
98d8b17e
EZ
7641 the corresponding systems.
7642
7643 * w32-fns.el (w32-convert-standard-filename): Rename from
7644 convert-standard-filename. Doc fix.
7645
7646 * dos-fns.el (dos-convert-standard-filename): Doc fix.
7647 (convert-standard-filename): Don't defalias.
7648 (register-name-alist, make-register, register-value)
7649 (set-register-value, intdos): Obsolete aliases for the
7650 corresponding dos-* functions and variables.
7651 (dos-intdos): Add a doc string.
7652
ae6bc504
JB
76532010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
7654
7655 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
7656 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
7657 (math-compose-tex-func):
7658 * calc/calccomp.el (math-compose-expr):
7659 * calc/calc-ext.el (math-format-flat-expr-fancy):
7660 * calc/calc-store.el (calc-read-var-name):
7661 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
7662
7663 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 7664 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 7665 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 7666 (math-standard-units): Add units.
ae6bc504 7667
c26ea4b2
SM
76682010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7669
7aefa445 7670 * progmodes/asm-mode.el (asm-mode):
13973643
SM
7671 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
7672
c26ea4b2
SM
7673 * pcomplete.el (pcomplete-completions-at-point): New function,
7674 extracted from pcomplete-std-complete.
7675 (pcomplete-std-complete): Use it.
7676
02be533b
GM
76772010-05-15 Glenn Morris <rgm@gnu.org>
7678
7679 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7680 Remove references to CVS, RCS and Old directories.
7681
78ed0efc
JB
76822010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
7683
ae6bc504 7684 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
7685 appropriate.
7686
10dcc561
SM
76872010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7688
5ccaa359
SM
7689 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
7690 (sh-mode-syntax-table): Give it a default value instead.
7691 (sh-header-marker): Make buffer-local.
7692 (sh-mode): Move make-local-variable to the corresponding setq.
7693 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
7694 Use complete-with-action.
7695
10dcc561
SM
7696 * simple.el (prog-mode): New (abstract) major mode.
7697 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
7698 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
7699
c38762fd
JB
77002010-05-14 Juanma Barranquero <lekktu@gmail.com>
7701
7702 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
7703 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
7704 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
7705 (sql-make-alternate-buffer-name, sql-placeholders-filter)
7706 (sql-escape-newlines-filter, sql-input-sender)
7707 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
7708
2ef3c144
CY
77092010-05-13 Chong Yidong <cyd@stupidchicken.com>
7710
560bb7ae 7711 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
7712
7713 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
7714 latex-open-block and C-c / to latex-close-block.
7715
7716 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
7717 and C-c C-e to sgml-close-tag.
7718
3b30ccda
MA
77192010-05-13 Michael Albinus <michael.albinus@gmx.de>
7720
7721 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 7722 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
7723 (tramp-handle-load, tramp-handle-file-local-copy)
7724 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
7725 (tramp-maybe-send-script, tramp-find-shell):
7726 Use `with-progress-reporter'.
3b30ccda
MA
7727 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
7728 Fix message text.
7729
7730 * net/tramp-smb.el (tramp-smb-handle-copy-file)
7731 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
7732 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
7733 Use `with-progress-reporter'.
7734
57ff5d7b
AM
77352010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
7736
a628ad9d
JB
7737 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
7738 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 7739
5a70d10f
SM
77402010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7741
791ffe1c
SM
7742 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
7743
5a70d10f
SM
7744 * dos-fns.el: Add "dos-" prefix for namespace control.
7745 (convert-standard-filename): Define as alias for
7746 dos-convert-standard-filename but only if applicable.
7747
38d93f03
AM
77482010-05-12 Alan Mackenzie <acm@muc.de>
7749
7750 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
7751 Push the mark at the start of these functions when appropriate.
7752
902a6d8d
SM
77532010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7754
7755 * minibuffer.el (completion-cycle-threshold): New custom var.
7756 (completion--do-completion): Use it.
7757 (minibuffer-complete): Use cycling if appropriate.
7758
9ee120ba
JB
77592010-05-11 Juanma Barranquero <lekktu@gmail.com>
7760
7761 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
7762 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
7763
841c4085
JL
77642010-05-11 Juri Linkov <juri@jurta.org>
7765
7766 * scroll-all.el (scroll-all-check-to-scroll):
7767 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
7768
8a67c70e
SM
77692010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7770
f2b9ed18
SM
7771 * iimage.el (iimage-mode-map): Move initialization into declaration.
7772 (iimage-mode-buffer): Use with-silent-modifications.
7773 Simplify calling convention. Adjust callers.
7774 (iimage-mode): Don't run hook redundantly.
7775
8a67c70e
SM
7776 * minibuffer.el (completion-pcm--pattern->regex):
7777 Fix last change (bug#6160).
7778
4bbedd98
JL
77792010-05-10 Juri Linkov <juri@jurta.org>
7780
7781 Remove nodes visited during Isearch from the Info history.
7782 * info.el (Info-isearch-initial-history)
7783 (Info-isearch-initial-history-list): New variables.
7784 (Info-isearch-start): Record initial values of
7785 Info-isearch-initial-history and Info-isearch-initial-history-list.
7786 Add Info-isearch-end to isearch-mode-end-hook.
7787 (Info-isearch-end): New function.
7788
94ecf5da
MA
77892010-05-10 Michael Albinus <michael.albinus@gmx.de>
7790
7791 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
7792 format string, in order to work around a bug in pdksh.
7793 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
7794 (tramp-handle-verify-visited-file-modtime): Do not send a command
7795 when the connection is not established.
7796 (tramp-handle-set-file-times): Simplify the check for utc.
7797
c5eb971b
JB
77982010-05-10 Juanma Barranquero <lekktu@gmail.com>
7799
7800 Fix use of `filter-buffer-substring' (rework previous change).
7801 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
7802 (cua-repeat-replace-region):
7803 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
7804 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
7805 (cua-cut-region-to-global-mark): Use it.
7806
7492acc9
MM
78072010-05-09 Michael R. Mauger <mmaug@yahoo.com>
7808
77e2fc7a
JB
7809 * progmodes/sql.el: Version 2.1.
7810 (sql-product-alist): Redesign structure of product info.
7811 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
7812 (sql-port, sql-port-history): New variables.
7813 (sql-interactive-product): New variable.
7814 (sql-send-terminator): New variable.
77e2fc7a 7815 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
7816 (sql-oracle-login-params, sql-sqlite-login-params)
7817 (sql-mysql-login-params, sql-solid-login-params)
7818 (sql-sybase-login-params, sql-informix-login-params)
7819 (sql-ingres-login-params, sql-ms-login-params)
7820 (sql-postgres-login-params, sql-interbase-login-params)
7821 (sql-db2-login-params, sql-linter-login-params)
7822 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
7823 (sql-mode-map): Add C-c C-i to start interactive mode.
7824 (sql-mode-menu): Update existing menu entries.
7825 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
7826 (sql-mode-oracle-font-lock-keywords)
7827 (sql-mode-postgres-font-lock-keywords)
7828 (sql-mode-ms-font-lock-keywords)
7829 (sql-mode-sybase-font-lock-keywords)
7830 (sql-mode-informix-font-lock-keywords)
7831 (sql-mode-interbase-font-lock-keywords)
7832 (sql-mode-ingres-font-lock-keywords)
7833 (sql-mode-solid-font-lock-keywords)
7834 (sql-mode-mysql-font-lock-keywords)
7835 (sql-mode-sqlite-font-lock-keywords)
7836 (sql-mode-db2-font-lock-keywords)
77e2fc7a 7837 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
7838 reduce run-time complexity.
7839 (sql-add-product, sql-del-product): New functions.
7840 (sql-set-product-feature, sql-get-product-feature): New functions.
7841 (sql-product-font-lock): Update product API.
7842 (sql-add-product-keywords): New function.
7843 (sql-highlight-product): Update product API.
7844 (sql-help-list-products): New function.
7845 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 7846 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
7847 prompt for port.
7848 (sql-copy-column): Copy without properties.
7849 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
7850 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
7851 Implement as a filter.
7492acc9
MM
7852 (sql-escape-newlines-filter): Implement as a filter.
7853 (sql-remove-tabs-filter): New function.
7854 (sql-send-magic-terminator): New function.
7855 (sql-send-string): Implement magic terminator.
7856 (sql-send-region): Use `sql-send-string'.
7857 (sql-interactive-mode): Use product API.
7858 (sql-product-interactive): Use product API.
7859 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7860 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7861 (sql-db2, sql-linter): Use `sql-product-interactive'.
7862 (sql-connect): New function.
7863 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
7864 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
7865 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
7866 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
7867 Use `sql-connect'.
7492acc9 7868
79ccd68f
SM
78692010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7870
7871 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
7872 New custom variable.
7873 (completion-pcm--string->pattern): Use it.
7874 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
7875 Make it handle any symbol as `any'.
7876 (completion-pcm--merge-completions): Extract common suffix for the new
7877 `prefix' symbol as well.
7878 (completion-substring--all-completions): Use the new `prefix' symbol.
7879
0d5852cf
MA
78802010-05-09 Michael Albinus <michael.albinus@gmx.de>
7881
7882 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
7883 not bound.
7884 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
7885 (tramp-compat-funcall): New defmacro.
7886 (tramp-compat-line-beginning-position)
7887 (tramp-compat-line-end-position)
7888 (tramp-compat-temporary-file-directory)
7889 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
7890 (tramp-compat-copy-file, tramp-compat-copy-directory)
7891 (tramp-compat-delete-file, tramp-compat-delete-directory)
7892 (tramp-compat-number-sequence, tramp-compat-process-running-p)
7893 * net/tramp.el (top, with-progress-reporter)
7894 (tramp-rfn-eshadow-setup-minibuffer)
7895 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
7896 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
7897 (tramp-completion-mode-p, tramp-check-for-regexp)
7898 (tramp-open-connection-setup-interactive-shell)
7899 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
7900 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
7901 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
7902 * net/tramp-cmds.el (tramp-cleanup-all-connections)
7903 (tramp-reporter-dump-variable, tramp-load-report-modules)
7904 (tramp-append-tramp-buffers)
7905 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
7906
7907 * net/tramp-imap.el (top): Autoload `epg-make-context'.
7908
f913fe7d
SM
79092010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7910
7911 * progmodes/compile.el (compilation-buffer-modtime): Rename from
7912 buffer-modtime. Adjust users.
7913
0235128c 79142010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 7915
77e2fc7a 7916 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 7917 car of each item, not the whole list (Bug#6083).
f034e176 7918
0235128c 79192010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
7920
7921 * progmodes/js.el (js-mode): Make paragraph variables local before
7922 calling c-setup-paragraph-variables (Bug#6071).
7923
0235128c 79242010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
7925
7926 * composite.el (compose-region, reference-point-alist): Fix typos
7927 in the doc strings.
7928
77e2fc7a 79292010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
7930
7931 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
7932 gnuplot's "set" command.
7933
0235128c 79342010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
7935
7936 * abbrev.el (last-abbrev-text): Doc fix.
7937 (abbrev-prefix-mark): Don't escape parenthesis.
7938
0235128c 79392010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
7940
7941 * composite.el (find-composition): Doc fix.
7942
0235128c 79432010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
7944
7945 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
7946 (sql-oracle-program, sql-sqlite-options)
7947 (sql-query-placeholders-and-send): Doc fixes.
7948 (sql-set-product, sql-interactive-mode): Reflow docstrings.
7949 (sql-imenu-generic-expression, sql-buffer)
7950 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
7951 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
7952 (sql-mode-sybase-font-lock-keywords)
7953 (sql-mode-informix-font-lock-keywords)
7954 (sql-mode-interbase-font-lock-keywords)
7955 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
7956 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
7957 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
7958 (sql-product-feature, sql-highlight-product)
7959 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
7960 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
7961 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
7962 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
7963 Fix typos in docstrings.
7964
0235128c 79652010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
7966
7967 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
7968 property instead of `invisible' and `after-string' (bug#5998).
7969
0235128c 79702010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
7971
7972 * image-mode.el (image-mode-as-text): Fix typo in docstring.
7973
0235128c 79742010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
7975
7976 * filecache.el (file-cache-add-directory-list)
7977 (file-cache-add-directory-recursively): Fix typos in docstrings.
7978
0235128c 79792010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
7980
7981 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 7982 (gujarati-composable-pattern): Fix typo.
ece33a6e 7983
0235128c 79842010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
7985
7986 * language/indian.el (oriya-composable-pattern)
0235128c
SM
7987 (tamil-composable-pattern, malayalam-composable-pattern):
7988 Add two-part vowels to "v" (vowel sign).
771533aa 7989
0235128c 79902010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 7991
99833607
CY
7992 * files.el (copy-directory): Handle symlinks (Bug#5982).
7993
0235128c 79942010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
7995
7996 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
7997 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
7998 (Bug#5846).
7999
0235128c 80002010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 8001
0ca12598
GM
8002 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
8003
d2c7b917
GM
8004 * minibuffer.el (completion-at-point): Doc fix.
8005
ba5bf5f0
SM
80062010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8007
8008 * electric.el (Electric-command-loop): Minor tweak.
8009
8010 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
8011 better with dedicated windows.
8012
0235128c
SM
80132010-05-07 Chong Yidong <cyd@stupidchicken.com>
8014
8015 * Version 23.2 released.
8016
560bb7ae 80172010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 8018 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
8019
8020 Highlight vendor specific properties.
8021 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
8022 (css-proprietary-property): New face.
8023 (css-font-lock-keywords): Use them.
8024
c0162ade
EZ
80252010-05-07 Eli Zaretskii <eliz@gnu.org>
8026
8027 * cus-start.el (all): Add native condition for tool-bar-* symbols.
8028
f3ee9200
SM
80292010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8030
05623156
SM
8031 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
8032 * files.el (auto-mode-alist): Remove redundant entries.
8033
f3ee9200
SM
8034 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
8035 * simple.el (auto-save-mode): Move from files.el.
8036 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
8037
560bb7ae 80382010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 8039
76e3243a 8040 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 8041
765d4319
KY
80422010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
8043
8044 * mail/binhex.el (binhex-decode-region-internal)
8045 * mail/uudecode.el (uudecode-decode-region-internal)
8046 * net/dns.el (dns-read-string-name, dns-write, dns-read)
8047 (dns-read-type, dns-query)
8048 * pgg-parse.el (pgg-parse-armor)
8049 * pgg.el (pgg-verify-region)
8050 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
8051 XEmacs.
8052
86d21cc0 8053 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 8054
f83483ff
JB
80552010-05-07 Juanma Barranquero <lekktu@gmail.com>
8056
40ab7974
JB
8057 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
8058
f83483ff
JB
8059 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
8060 * emulation/cua-base.el (cua-repeat-replace-region):
8061 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
8062 (cua-cut-region-to-global-mark):
8063 Remove text properties with `set-text-properties'.
8064
9566840f
MA
80652010-05-06 Michael Albinus <michael.albinus@gmx.de>
8066
f3ee9200
SM
8067 * net/tramp.el (top, with-progress-reporter):
8068 Use `symbol-function' inside `funcall'.
9566840f
MA
8069
8070 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
8071 (tramp-compat-delete-file, tramp-compat-delete-directory):
8072 Handle only `wrong-number-of-arguments' error.
9566840f
MA
8073
8074 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
8075 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
8076 inside `funcall'.
8077
0c495c21
SM
80782010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8079
1493963b
SM
8080 * minibuffer.el (completion--sreverse, completion--common-suffix):
8081 New functions.
8082 (completion-pcm--merge-completions): Extract common suffix when safe.
8083
0c495c21
SM
8084 * emacs-lisp/easy-mmode.el (define-minor-mode):
8085 Make :variable more flexible.
8086 * files.el (auto-save-mode): Use it to define using define-minor-mode.
8087
221a0647
JL
80882010-05-05 Juri Linkov <juri@jurta.org>
8089
8090 Add `slow' and `history' tags to the desktop data.
8091
8092 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
8093 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
8094 (Info-finder-find-node): Require `finder.el' to be able
8095 to restore node from the desktop.
8096 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
8097 data `Info-history' and `slow' tag in the assoc list.
8098 (Info-restore-desktop-buffer): Don't restore nodes with the
8099 `slow' tag. Restore `Info-history'.
8100
66bdc868
MA
81012010-05-05 Michael Albinus <michael.albinus@gmx.de>
8102
8103 Add FORCE argument to `delete-file'.
8104
8105 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
8106 forcing to delete the temporary file.
8107 (ange-ftp-delete-file): Add FORCE arg.
8108 (ange-ftp-rename-remote-to-remote)
8109 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
8110 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
8111 Force file deletion.
66bdc868
MA
8112
8113 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
8114
8115 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
8116 (tramp-handle-make-symbolic-link, tramp-handle-load)
8117 (tramp-do-copy-or-rename-file-via-buffer)
8118 (tramp-do-copy-or-rename-file-directly)
8119 (tramp-do-copy-or-rename-file-out-of-band)
8120 (tramp-handle-process-file, tramp-handle-call-process-region)
8121 (tramp-handle-shell-command, tramp-handle-file-local-copy)
8122 (tramp-handle-insert-file-contents, tramp-handle-write-region)
8123 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
8124
8125 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
8126 (tramp-fish-handle-make-symbolic-link)
8127 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
8128
0c495c21
SM
8129 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8130 Use `tramp-compat-delete-file'.
66bdc868
MA
8131
8132 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
8133 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
8134
8135 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
8136 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
8137
8138 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
8139 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6a7662bb
BR
8140 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
8141 Use `tramp-compat-delete-file'.
66bdc868 8142
f44379e7
SM
81432010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8144
365f8d85
SM
8145 Minor cleanups.
8146 * subr.el (add-minor-mode): Use push.
8147 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
8148 * emulation/edt.el (edt-select-mode): Simplify.
8149
80ac5d4d
SM
8150 Use define-minor-mode in more cases.
8151 * term/tvi970.el (tvi970-set-keypad-mode):
8152 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
8153 (normal-erase-is-backspace-mode):
8154 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
8155 (set-scroll-bar-mode-1): (Re)move to its sole caller.
8156 (get-scroll-bar-mode): New function.
8157 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
8158
8159 Use define-minor-mode for less obvious cases.
f44379e7
SM
8160 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
8161 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
8162 * international/iso-ascii.el (iso-ascii-mode):
8163 * frame.el (auto-raise-mode, auto-lower-mode):
8164 * composite.el (global-auto-composition-mode): Use define-minor-mode.
8165
c04b03f8
MA
81662010-05-04 Michael Albinus <michael.albinus@gmx.de>
8167
8168 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
8169 in order to see error messages for failed logins.
8170
53967e09
CY
81712010-05-03 Chong Yidong <cyd@stupidchicken.com>
8172
8173 * diff.el (diff-sentinel):
8174
8175 * epg.el (epg--make-temp-file, epg-decrypt-string)
8176 (epg-verify-string, epg-sign-string, epg-encrypt-string):
8177
8178 * jka-compr.el (jka-compr-partial-uncompress)
8179 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
8180
8181 * server.el (server-sentinel): Use delete-file's new FORCE arg
8182 (Bug#6070).
8183
56eb0904
SM
81842010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8185
8186 Use define-minor-mode where applicable.
8187 * view.el (view-mode):
8188 * type-break.el (type-break-query-mode)
8189 (type-break-mode-line-message-mode):
8190 * textmodes/reftex.el (reftex-mode):
8191 * term/vt100.el (vt100-wide-mode):
8192 * tar-mode.el (tar-subfile-mode):
8193 * savehist.el (savehist-mode):
8194 * ibuf-ext.el (ibuffer-auto-mode):
8195 * composite.el (auto-composition-mode):
8196 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8197 Use define-minor-mode.
8198 (vhdl-mode): Use static mode-line format.
8199 (vhdl-mode-line-update): Delete.
8200 (vhdl-create-mode-menu, vhdl-activate-customizations)
8201 (vhdl-hs-minor-mode): Don't bother calling it.
8202
672eb710
SM
82032010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8204
8f92b8ad
SM
8205 * simple.el (with-wrapper-hook): Move.
8206 (buffer-substring-filters): Mark obsolete.
8207 (filter-buffer-substring-functions): New variable.
1fada563 8208 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 8209
c04b03f8 82102010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 8211 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
8212
8213 Implement compression for inline methods.
8214
8215 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
8216 (tramp-copy-size-limit): Allow also nil.
8217 (tramp-inline-compress-commands): New defconst.
8218 (tramp-find-inline-compress, tramp-get-inline-compress)
8219 (tramp-get-inline-coding): New defuns.
cb7f3653 8220 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 8221 replaced by `tramp-get-inline-coding'.
6a29a838
MA
8222 (tramp-handle-file-local-copy, tramp-handle-write-region)
8223 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
8224
8c0bf8b3
SM
82252010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8226
07125a91
SM
8227 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
8228 Remove unused functions.
8229
f3a47002
SM
8230 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
8231 Set find-tag-default-function as a variable rather than a property.
8232
8c0bf8b3
SM
8233 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
8234 * progmodes/etags.el (tags-completion-at-point-function):
8235 Remove left over interactive spec. Add autoloading stub.
8236 (complete-tag): Use tags-completion-at-point-function.
8237
27601456
CY
82382010-04-30 Chong Yidong <cyd@stupidchicken.com>
8239
cb7f3653 8240 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 8241
09d0284d
CY
82422010-04-29 Chong Yidong <cyd@stupidchicken.com>
8243
27d3cd56
CY
8244 * ido.el (ido-init-completion-maps): Remove C-v binding.
8245 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 8246
3a07ffce
CY
82472010-04-29 Chong Yidong <cyd@stupidchicken.com>
8248
8249 * minibuffer.el (tags-completion-at-point-function): New function.
8250 (completion-at-point-functions): Use it.
8251
3a07ffce
CY
8252 * progmodes/etags.el (complete-tag): Revert last change.
8253
3d14bb73
AM
82542010-04-29 Alan Mackenzie <acm@muc.de>
8255
8256 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
8257 off-by-one error (in end of macro position).
8258
7d353d11
SM
82592010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8260
8261 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
8262 firefox is absent. Don't autoload.
8263 (browse-url-galeon-program): Don't autoload.
8264
48111a85
CY
82652010-04-28 Chong Yidong <cyd@stupidchicken.com>
8266
8267 * bindings.el (complete-symbol): Move into minibuffer.el.
8268
8269 * minibuffer.el (complete-tag): Move from etags.el. If tags
8270 completion cannot be performed, return nil instead of signalling
8271 an error.
8272 (completion-at-point): Make it an alias for complete-symbol.
8273 (complete-symbol): Move from bindings.el, and replace with the
8274 body of completion-at-point.
8275
8276 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
8277
7ba94701
MA
82782010-04-28 Michael Albinus <michael.albinus@gmx.de>
8279
8280 * net/tramp.el (tramp-remote-selinux-p): New defun.
8281 (tramp-handle-file-selinux-context)
8282 (tramp-handle-set-file-selinux-context): Use it.
8283
95c6cc3e
SS
82842010-04-28 Sam Steingold <sds@gnu.org>
8285
8286 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
8287 `safe-local-variable' if the value is a string or a symbol with
8288 the property `bug-reference-url-format'.
8289
36045ff3
CY
82902010-04-28 Chong Yidong <cyd@stupidchicken.com>
8291
537ffaf3
SM
8292 * progmodes/bug-reference.el (bug-reference-url-format):
8293 Revert 2010-04-27 change due to security risk.
36045ff3 8294
56924d99
SM
82952010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8296
8297 Make it possible to locally disable a globally enabled mode.
8298 * simple.el (fundamental-mode): Run fundamental-mode-hook.
8299 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
8300 rather than kill-all-local-variables so it runs fundamental-mode-hook.
8301 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8302 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
8303 that subsequent hooks get a chance to disable it.
8304
ccaa4765
SM
83052010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8306
17818d71
SM
8307 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8308 Avoid re-enabling a minor mode after the user turned the minor mode
8309 off if MODE-enable-in-buffers is run twice (typically once from
8310 fundamental-mode's after-change-major-mode-hook and a second time from
8311 run-mode-hook's own after-change-major-mode-hook).
8312
ccaa4765
SM
8313 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
8314
2a6f654e
SS
83152010-04-27 Sam Steingold <sds@gnu.org>
8316
8317 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
8318 `safe-local-variable' if the value is a string or a function, as
8319 documented and implemented on 2010-04-02.
8320
cecaa674
JB
83212010-04-27 Juanma Barranquero <lekktu@gmail.com>
8322
8323 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
8324 when method is 'kill.
8325
83262010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 8327
a628ad9d
JB
8328 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
8329 condition in default directory check.
1e116bb3
AM
8330 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
8331 Kill ispell process when killing its associated buffer.
8332
7dd7fbb9
JD
83332010-04-27 Jan Djärv <jan.h.d@swipnet.se>
8334
8335 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
8336 but we aren't using it.
8337
7ac82b84
J
83382010-04-25 Jan Djärv <jan.h.d@swipnet.se>
8339
8340 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
8341 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
8342
fea1add4
GM
83432010-04-24 Glenn Morris <rgm@gnu.org>
8344
8345 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
8346 Ignore VCS-ignore files, and deleted nextstep preferences files.
8347 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
8348 (authors-ambiguous-files): New list.
8349 (authors-valid-file-names): Add some deleted files.
8350 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
8351 (authors-disambiguate-file-name): New function. (Bug#5501)
8352 (authors-canonical-file-name): Doc fix.
8353 Don't warn about obsolete files.
8354 (authors-canonical-file-name, authors-scan-el):
8355 Use authors-disambiguate-file-name.
8356
cbcfee6e
GM
8357 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
8358 Add autoload cookies.
8359 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
8360 (generated-autoload-file): Set file-local value to "htmlfontify.el".
8361 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
8362 They have definitions / compiler macros in cl.el.
8363 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
8364 Replace manual autoloads with generated ones.
8365 (htmlfontify-unload-rgb-file): Remove autoload.
8366 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
8367
3b548e1b
SM
83682010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8369
9ae0c310
SM
8370 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
8371 (byte-compile-setq-default): Optimize for the
8372 single-var case and don't call byte-compile-form in this case to avoid
8373 inf-loop with byte-compile-set-default.
8374
3b548e1b
SM
8375 * progmodes/compile.el (compilation-start): Abbreviate default directory.
8376
632c5478
MA
83772010-04-23 Michael Albinus <michael.albinus@gmx.de>
8378
8379 Implement SELINUX backends.
8380
3b548e1b
SM
8381 * net/tramp.el (tramp-file-name-handler-alist):
8382 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
8383 (tramp-handle-file-selinux-context)
8384 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
8385 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
8386 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 8387
3b548e1b
SM
8388 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8389 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
8390 (tramp-gvfs-handle-file-selinux-context)
8391 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
8392 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
8393
8394 * net/ange-ftp.el (ange-ftp-copy-file):
8395 * net/tramp-fish.el (tramp-fish-handle-copy-file):
8396 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
8397 * net/tramp-smb.el (tramp-smb-handle-copy-file):
8398 Add PRESERVE-SELINUX-CONTEXT.
632c5478 8399
a94d821f
MA
84002010-04-22 Michael Albinus <michael.albinus@gmx.de>
8401
8402 Synchronize with Tramp repository.
8403
8404 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
8405 (tramp-action-process-alive, tramp-action-out-of-band)
8406 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
8407 (tramp-exists-file-name-handler): Fix docstring.
8408 (with-progress-reporter): New defmacro.
8409 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
8410 (tramp-maybe-open-connection): Use it.
8411
a92375d9
MA
84122010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
8413
8414 Detect ssh 'ControlMaster' argument automatically in some cases.
8415
8416 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
8417 (tramp-default-method): Use it.
8418
489fe4c2
MA
84192010-04-22 Michael Albinus <michael.albinus@gmx.de>
8420
25f14cdb
MA
8421 * net/tramp.el (tramp-handle-copy-file): Add new optional
8422 parameter `preserve-selinux-context'.
8423 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
8424
a92375d9
MA
84252010-04-22 Michael Albinus <michael.albinus@gmx.de>
8426
489fe4c2
MA
8427 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
8428 Ensure, that non remote files are still checked. Oops.
8429
acd1f317
MA
84302010-04-21 Michael Albinus <michael.albinus@gmx.de>
8431
8432 Fix Bug#5840.
8433
8434 * icomplete.el (icomplete-completions): Use `non-essential'.
8435
8436 * net/tramp.el (tramp-connectable-p): New defun.
8437 (tramp-handle-expand-file-name)
8438 (tramp-completion-handle-file-name-all-completions)
8439 (tramp-completion-handle-file-name-completion): Use it.
8440
62c5b459
SM
84412010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
8442
8443 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
8444
f904c0f9
JD
84452010-04-21 Jan Djärv <jan.h.d@swipnet.se>
8446
8447 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
8448
8449 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
8450
8451 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
8452 is present.
8453
8454 * info.el (info-tool-bar-map): Add labels.
8455
8456 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
8457
8458 * cus-edit.el (custom-commands): Add labels for tool bar.
8459 (custom-buffer-create-internal, Custom-mode): Adjust for
8460 labels in custom-commands.
8461
8462 * dynamic-setting.el: Renamed from font-setting.el.
8463
c5cbeb12
LL
84642010-04-21 John Wiegley <jwiegley@gmail.com>
8465
8466 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
8467 toggles the use of virtual buffers.
537ffaf3 8468 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
8469 (ido-toggle-virtual-buffers): New function.
8470
fcc93746
JB
84712010-04-21 Juanma Barranquero <lekktu@gmail.com>
8472
8473 Use `define-derived-mode'; fix window selection; doc fixes.
8474 * play/tetris.el (tetris, tetris-update-speed-function)
8475 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
8476 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
8477 (tetris-rotate-next, tetris-end-game, tetris-start-game)
8478 (tetris-pause-game): Fix typos in docstrings.
8479 (tetris-mode-map, tetris-null-map):
8480 Move initialization into declaration.
8481 (tetris-mode): Define with `define-derived-mode';
8482 set show-trailing-whitespace to nil.
8483 (tetris): Prefer window already displaying the "*Tetris*" buffer.
8484
574c05e2
KK
84852010-04-21 Karel Klíč <kklic@redhat.com>
8486
8487 * files.el (backup-buffer): Handle SELinux context, and return it
8488 if a backup was made by renaming.
8489 (backup-buffer-copy): Set SELinux context to the target file.
8490 (basic-save-buffer): Set SELinux context of the newly written file.
8491 (basic-save-buffer-1): Now it also returns any SELinux context.
8492 (basic-save-buffer-2): Set SELinux context of the newly created file,
8493 and return it.
8494 * net/tramp.el (tramp-file-name-for-operation):
8495 Add file-selinux-context.
8496
e97a42c1
SM
84972010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
8498
f2b9ed18
SM
8499 Make the log-edit comments use RFC822 format throughout.
8500
e97a42c1
SM
8501 * vc.el (vc-checkin, vc-modify-change-comment):
8502 Adjust to new vc-start/finish-logentry.
8503 (vc-find-conflicted-file): New command.
8504 (vc-transfer-file): Adjust to new vc-checkin.
8505 (vc-next-action): Improve scoping.
8506
8507 * vc-hg.el (vc-hg-log-edit-mode): Remove.
8508 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
8509
8510 * vc-git.el (vc-git-log-edit-mode): Remove.
8511 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
8512 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
8513
8514 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
8515 (vc-start-logentry): Remove argument `extra'.
8516 (vc-finish-logentry): Remove extra args.
8517
8518 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
8519 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
8520 (vc-bzr-conflicted-files): New function.
8521
8522 * log-edit.el (log-edit-extra-flags)
8523 (log-edit-before-checkin-process): Remove.
8524 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
8525 (log-edit-headers-alist): New var.
8526 (log-edit-header-contents-regexp): New const.
8527 (log-edit-match-to-eoh): New function.
8528 (log-edit-font-lock-keywords): Use them.
8529 (log-edit): Insert a "Summary:" header as default.
8530 (log-edit-mode): Mark font-lock rules as case-insensitive.
8531 (log-edit-done): Cleanup headers.
8532 (log-view-process-buffer): Remove.
8533 (log-edit-extract-headers): New function to replace it.
8534
938efb77
JB
85352010-04-20 Juanma Barranquero <lekktu@gmail.com>
8536
8537 * subr.el (default-direction-reversed): Remove obsolescence info.
8538
1cfb415b
SM
85392010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8540
cb4f9513
SM
8541 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
8542 windows/frames.
8543
6e610c72
SM
8544 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
8545 I.e. include text after point in the completion region.
8546 Also, return nil when we're not after/in a symbol.
8547
1cfb415b
SM
8548 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
8549 default enable-multibyte-characters.
8550
c80fa13c
SM
85512010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8552
87926e02
SM
8553 * international/mule.el: Help the user choose a valid coding-system.
8554 (read-buffer-file-coding-system): New function.
8555 (set-buffer-file-coding-system): Use it. Prompt the user if the
8556 coding-system cannot encode all the chars.
8557
c80fa13c
SM
8558 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
8559 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
8560 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
8561 Don't use *vc-bzr-shelve*.
8562
6e104790 85632010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
8564
8565 Fix the version number for added files.
8566 * vc-hg.el (vc-hg-working-revision): Check if the file is
8567 registered after hg parent fails (Bug#5961).
8568
6e104790 85692010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
8570
8571 * htmlfontify.el (htmlfontify-buffer)
8572 (htmlfontify-copy-and-link-dir): Autoload entry points.
8573
6e104790 85742010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
8575
8576 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
8577 name relative to the project root (Bug#5960).
8578
6e104790 85792010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
8580
8581 * vc-git.el (vc-git-print-log): Doc fix.
8582
6e104790 85832010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
8584
8585 * ido.el (ido-file-internal): Fix 2009-12-02 change.
8586
6e104790 85872010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
7860d2e3
CY
8588
8589 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
8590 default settings (Bug#5928).
8591
6e104790 85922010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
8593
8594 * progmodes/fortran.el (fortran-match-and-skip-declaration):
8595 New function.
0a23b2c3 8596 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 8597
6e104790 85982010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
8599
8600 * language/indian.el (malayalam-composable-pattern): Fix previous
8601 change (add U+0D4D "SIGN VIRAMA").
8602 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
8603 (tamil-composable-pattern): Fix typo in the regexp.
8604 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
8605 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
8606 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
8607
6e104790 86082010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
8609
8610 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
8611 paragraph-separate (Bug#5821).
8612
6e104790 86132010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
8614
8615 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
8616
8617 * info.el (Info-find-node-2): Comment out code that skips
8618 breadcrumbs line.
8619 (Info-mouse-follow-link): New command.
8620 (Info-link-keymap): New keymap.
8621 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
8622 Return a string with links instead of inserting breadcrumbs
8623 to the Info buffer.
8624 (Info-fontify-node): Comment out code that inserts breadcrumbs.
8625 Instead of putting the `invisible' text property over the Info
8626 header, make an overlay over the Info header with the `invisible'
8627 property and `after-string' set to the string returned by
8628 `Info-breadcrumbs'.
8629
6e104790 86302010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
8631
8632 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
8633 Reported by monkey@sandpframing.com.
8634
98923800
SM
86352010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8636
b5feea0f
SM
8637 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
8638 (tmm-get-keymap): Add key-binding shortcuts now that they're not
8639 available in the "keyseq cache" any more.
8640
98923800
SM
8641 * custom.el (defcustom): Add edebug spec.
8642
fd5c9dfa
JL
86432010-04-18 Juri Linkov <juri@jurta.org>
8644
8645 Test for special mode-class in view-buffer instead of view-file (bug#5513).
8646
8647 * view.el (view-file, view-buffer): Move test for special mode-class
8648 from view-file to view-buffer.
8649
8650 * tar-mode.el (tar-extract): Turn if's into one cond
8651 like in arc-mode.el.
8652
b3671a51
JL
86532010-04-18 Juri Linkov <juri@jurta.org>
8654
8655 Add 7z archive format support (bug#5475).
8656
8657 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
8658 (archive-7z-extract): New defcustom.
8659 (archive-find-type): Add magic string for 7z.
8660 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
8661 If `stderr-file' is non-nil, use `(t stderr-file)' for the
8662 `buffer' arg of `call-process'.
8663 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
8664 call the function `archive-7z-extract' with the variable
8665 `archive-7z-extract' let-bound to `archive-zip-extract'.
8666 (archive-7z-summarize, archive-7z-extract): New functions.
8667
8668 * international/mule.el (auto-coding-alist):
8669 * files.el (auto-mode-alist): Add 7z file extension.
8670
8a37fb25
SM
86712010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8672
e9515805
SM
8673 * loadup.el: Setup hash-cons for pure data.
8674
f8ea0098
SM
8675 Fix duplicate entries in cedet's loaddefs.el files.
8676 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
8677 Should make most file-local generated-autoload-file unnecessary.
8678 (print-readably): Silence warnings.
8679 (autoload-find-destination): Take load-name as an arg to make sure
8680 it's the same as the one that will be in the file.
8681 (autoload-generate-file-autoloads): Adjust to above changes.
8682 Try to make the dataflow a bit simpler.
8683
8a37fb25
SM
8684 * cvs-status.el (cvs-refontify): Remove unused.
8685
f8b91752
JB
86862010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
8687
76e3243a 8688 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 8689
76e3243a 8690 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
8691 twos-complement mode.
8692
d8b01fef
JB
86932010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
8694
76e3243a
JB
8695 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
8696 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
8697 (calc-inverse): Add "Option" to message, as appropriate.
8698 (calc-hyperbolic): Add "Option" to message, as appropriate.
8699 (calc-option, calc-is-option): New functions.
8700
76e3243a 8701 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
8702 (calc-option-prefix-help): New function.
8703
76e3243a 8704 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 8705
76e3243a 8706 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
8707 (calc-option-flag): New variable.
8708 (calc-do): Set `calc-option-flag to nil.
8709 (calc-set-mode-line): Add "Opt " as appropriate.
8710
74f806a1
JL
87112010-04-16 Juri Linkov <juri@jurta.org>
8712
8713 Move scrolling commands from simple.el to window.el
8714 because their primitives are implemented in window.c.
8715
8716 * simple.el (scroll-error-top-bottom)
8717 (scroll-up-command, scroll-down-command, scroll-up-line)
8718 (scroll-down-line, scroll-other-window-down)
8719 (beginning-of-buffer-other-window, end-of-buffer-other-window):
8720 * window.el (scroll-error-top-bottom)
8721 (scroll-up-command, scroll-down-command, scroll-up-line)
8722 (scroll-down-line, scroll-other-window-down)
8723 (beginning-of-buffer-other-window, end-of-buffer-other-window):
8724 Move from simple.el to window.el because their primitives are
8725 implemented in window.c.
8726
ad40eec5
JL
87272010-04-16 Juri Linkov <juri@jurta.org>
8728
8729 * isearch.el (isearch-lookup-scroll-key): Check both
8730 `isearch-scroll' and `scroll-command' properties.
8731 (scroll-up, scroll-down): Remove `isearch-scroll' property.
8732
8733 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
8734
8735 * simple.el (scroll-up-command, scroll-down-command)
8736 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
8737
a4b000fb
JL
87382010-04-15 Juri Linkov <juri@jurta.org>
8739
8740 * simple.el (scroll-up-command, scroll-down-command)
8741 (scroll-up-line, scroll-down-line): Put `scroll-command'
8742 property on the these symbols. Remove them from
8743 `scroll-preserve-screen-position-commands'.
8744
8745 * mwheel.el (mwheel-scroll): Put `scroll-command' and
8746 `isearch-scroll' properties on the `mwheel-scroll' symbol.
8747 Remove it from `scroll-preserve-screen-position-commands'.
8748
8749 * isearch.el (isearch-allow-scroll): Doc fix.
8750
4874f5e6
MA
87512010-04-15 Michael Albinus <michael.albinus@gmx.de>
8752
8753 * net/tramp.el (tramp-error-with-buffer): Don't show the
8754 connection buffer when we are in completion mode.
8755 (tramp-file-name-handler): Catch the error for some operations
8756 when we are in completion mode. This gives the user the chance to
8757 correct the file name in the minibuffer.
8758
82883f0a
GM
87592010-04-15 Glenn Morris <rgm@gnu.org>
8760
8761 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
8762
528b9ea9
JB
87632010-04-15 Juanma Barranquero <lekktu@gmail.com>
8764
8765 Simplify by using `define-derived-mode'.
8766 * info.el (Info-mode):
8767 * calendar/todo-mode.el (todo-mode):
8768 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
8769 (gomoku-mode-map): Move initialization into declaration.
8770
5f2b693f
MA
87712010-04-14 Michael Albinus <michael.albinus@gmx.de>
8772
8773 Fix Bug#5840.
8774 * ido.el (ido-file-name-all-completions-1):
8775 * minibuffer.el (minibuffer-completion-help):
8776 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
8777
ebb9641f
SM
87782010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8779
38111a5a
SM
8780 * simple.el (non-essential): New var.
8781
ebb9641f
SM
8782 Add a new field `location' to bookmarks for non-file bookmarks.
8783 * bookmark.el (bookmark-location): Use the new field, if present.
8784 (bookmark-insert-location): Undo last change, not needed any more.
8785 * man.el (Man-bookmark-make-record):
8786 * woman.el (woman-bookmark-make-record): Add `location' field.
8787
7b05466f
JL
87882010-04-14 Juri Linkov <juri@jurta.org>
8789
8790 * simple.el (scroll-error-top-bottom): New defcustom.
8791 (scroll-up-command, scroll-down-command): Use it. Doc fix.
8792
8793 * emulation/pc-select.el (pc-select-override-scroll-error):
8794 Obsolete in favor of `scroll-error-top-bottom'.
8795
32129746
JL
87962010-04-14 Juri Linkov <juri@jurta.org>
8797
8798 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
8799 `scroll-up-command' and `M-v' to `scroll-down-command'.
8800
8801 * emulation/cua-rect.el (cua--init-rectangles):
8802 * forms.el (forms--change-commands):
8803 * image-mode.el (image-mode-map):
8804 Remap scroll-down-command and scroll-up-command
8805 in addition to scroll-down and scroll-up.
8806
9013a7f8
JL
88072010-04-14 Juri Linkov <juri@jurta.org>
8808
8809 * mwheel.el (scroll-preserve-screen-position-commands):
8810 Add mwheel-scroll to this list of commands.
8811
8812 * simple.el (scroll-preserve-screen-position-commands):
8813 Add scroll-up-command, scroll-down-command, scroll-up-line,
8814 scroll-down-line to this list of commands.
8815
3b7e1d5f
SM
88162010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
8817
c1e25821
SM
8818 * obsolete/complete.el: Move from lisp/complete.el.
8819
5b31b787
SM
8820 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
8821
3b7e1d5f
SM
8822 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
8823 to the minor mode function now turns the mode ON unconditionally.
8824
398a825b
SM
88252010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8826
a544e7c1
SM
8827 * vc-dir.el (vc-dir-kill-line): New command.
8828 (vc-dir-mode-map): Bind it to C-k.
8829
a1979d8e
SM
8830 * bookmark.el (bookmark-insert-location): Handle a nil filename.
8831
398a825b
SM
8832 * woman.el: Add bookmark declarations to silence the compiler.
8833 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
8834 step to compatibility between man and woman bookmarks.
8835 Adjust for Man-default-bookmark-title renaming.
8836 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
8837
8838 * man.el: Add bookmark declarations to silence the compiler.
8839 (Man-name-local-regexp): Make it match NAME as well.
8840 (Man-getpage-in-background): Return the buffer.
8841 (Man-notify-when-ready): Use `case'.
8842 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
8843 Don't hardcode "NAME". Simplify.
8844 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
8845 Rename from Man-bookmark-make-record.
8846 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
8847 we have the actual man-args. Use Man-getpage-in-background rather
8848 than `man' since the arg is already processed. Let bookmark.el do the
8849 window handling. Only wait for the relevant process.
8850 Don't forget to autoload.
8851
8852 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
8853
45be326a
TV
88542010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8855
8856 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
8857 New functions.
8858 (woman-mode): Setup bookmark support.
8859
8860 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
8861 (man-bookmark-jump): New functions.
8862 (Man-mode): Setup bookmark support.
8863
3acb4c93
CY
88642010-04-10 Jari Aalto <jari.aalto@cante.net>
8865
8866 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
8867 recognize ssh-keygen prompt (Bug#2817).
8868
b6bbb65e
MA
88692010-04-10 Michael Albinus <michael.albinus@gmx.de>
8870
8871 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
8872
b533bc97
MA
88732010-04-10 Michael Albinus <michael.albinus@gmx.de>
8874
8875 Synchronize with Tramp repository.
8876
8877 * net/tramp.el (tramp-completion-function-alist)
8878 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
8879 (tramp-local-coding-commands, tramp-remote-coding-commands):
8880 Fix docstring.
8881 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
8882 (tramp-handle-directory-files-and-attributes)
8883 (tramp-get-remote-path): Use `copy-tree'.
8884 (tramp-handle-file-name-all-completions): Backward/ XEmacs
8885 compatibility: Use `completion-ignore-case' if
8886 `read-file-name-completion-ignore-case' does not exist.
8887 (tramp-do-copy-or-rename-file-directly): Do not use
8888 `tramp-handle-file-remote-p'.
45be326a
TV
8889 (tramp-do-copy-or-rename-file-out-of-band):
8890 Use `tramp-compat-delete-directory'.
b533bc97 8891 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
8892 (tramp-compute-multi-hops, tramp-maybe-open-connection):
8893 Use `format-spec-make'.
b533bc97
MA
8894 (tramp-find-foreign-file-name-handler)
8895 (tramp-advice-make-auto-save-file-name)
8896 (tramp-set-auto-save-file-modes): Remove superfluous check for
8897 `stringp'. This is done inside `tramp-tramp-file-p'.
8898 (tramp-debug-outline-regexp): New defconst.
8899 (tramp-get-debug-buffer): Use it.
8900 (tramp-check-for-regexp): Use (forward-line 1).
8901 (tramp-set-auto-save-file-modes): Adapt version check.
8902
45be326a
TV
8903 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
8904 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
8905 (tramp-compat-make-temp-file): Simplify fallback implementation.
8906 (tramp-compat-copy-tree): Remove function.
8907 (tramp-compat-delete-directory): Provide implementation for older
8908 Emacsen.
8909
8910 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
8911 Do not use `tramp-fish-handle-file-attributes.
8912
8913 * net/trampver.el: Update release number.
8914
ba33df00
GM
89152010-04-10 Glenn Morris <rgm@gnu.org>
8916
8917 * progmodes/compile.el (compilation-save-buffers-predicate):
8918 Add missing :version tag.
8919
4a8ae76f
SS
89202010-04-09 Sam Steingold <sds@gnu.org>
8921
8922 * progmodes/compile.el (compilation-save-buffers-predicate):
8923 Remove the "autoload" cookie.
8924
0880716f
SS
8925 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
8926 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
8927 and `bug-reference-prog-mode' can be used in hooks directly.
8928
6aebd58c
DN
89292010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
8930
8931 Add --author support to git commit.
8932 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
8933 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
8934 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
8935 New declarations.
6aebd58c 8936
f6d90772
ER
89372010-04-09 Eric Raymond <esr@snark.thyrsus.com>
8938
8939 * vc-hooks.el, vc-git.el: Improve documentation comments.
8940
e754e83b
SM
89412010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8942
8943 Fix some of the problems in defsubst* (bug#5728).
8944 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
8945 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
8946
9e86ab0b
SS
89472010-04-07 Sam Steingold <sds@gnu.org>
8948
e754e83b
SM
8949 * progmodes/compile.el (compilation-save-buffers-predicate):
8950 New custom variable.
9e86ab0b
SS
8951 (compile, recompile): Pass it to `save-some-buffers'.
8952
b0c8b840
JD
89532010-04-07 Jan Djärv <jan.h.d@swipnet.se>
8954
8955 * wid-edit.el (widget-choose): Move cursor to the second line of
8956 the buffer (Bug#5695).
8957
31527c56
DN
89582010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
8959
8960 Add new VC methods: vc-log-incoming and vc-log-outgoing.
8961 * vc.el (vc-print-log-setup-buttons): New function split out from
8962 vc-print-log-internal.
8963 (vc-log-internal-common): New function, a parametrized version of
8964 vc-print-log-internal.
8965 (vc-print-log-internal): Just call vc-log-internal-common with the
8966 right arguments.
8967 (vc-incoming-outgoing-internal):
8968 (vc-log-incoming, vc-log-outgoing): New functions.
8969 (vc-log-view-type): New permanent local variable.
8970
8971 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
8972
8973 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
8974 of the dynamic bound vc-short-log.
8975 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
8976
8977 * vc-git.el (vc-git-log-outgoing): New function.
8978 (vc-git-log-view-mode): Use vc-log-view-type instead
8979 of the dynamic bound vc-short-log.
8980
8981 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
8982 of the dynamic bound vc-short-log. Highlight the tag.
8983 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
8984 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
8985 (vc-hg-incoming-mode): Remove.
8986 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
8987
7ec69e2b
DN
89882010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
8989
8990 Fix default-directory for vc-root-diff.
8991 * vc.el (vc-root-diff): Bind default-directory to the root
8992 directory for the diff command.
8993
fd9ea9d3
WS
89942010-04-07 Michael McNamara <mac@mail.brushroad.com>
8995
6e104790 8996 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
8997 (verilog-calc-1): Support "disable fork" and "fork wait" multi
8998 word keywords, suggested by Steve Pearlmutter.
6e104790 8999 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 9000 port lists.
6e104790 9001 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 9002 fix bug for /* / comments.
6e104790 9003 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 9004 Speed up and simplfy as this is never called with a bound.
6e104790
SM
9005 (verilog-pretty-declarations): Enhance to line up declarations
9006 inside a parameter list, suggested by Alan Morgan.
9007 (verilog-pretty-expr): Tune assignment regular expression match
9008 string for corner cases; also use markers instead of character
9009 number as indent changes the later.
fd9ea9d3
WS
9010
90112010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
9012
6e104790
SM
9013 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
9014 as missing keyword.
9015 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
9016 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
9017 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
9018 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
9019 Tennant.
9020 (verilog-keywords):
fd9ea9d3
WS
9021 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
9022 1800-2009 keywords, including "global.".
9023
2a07afc5
JW
90242010-04-06 John Wiegley <jwiegley@gmail.com>
9025
8b32731a 9026 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 9027 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 9028 file basename). Should use uniquify to offer a real solution.
2a07afc5 9029
f9a27d86
JW
90302010-04-06 John Wiegley <jwiegley@gmail.com>
9031
8b32731a
JB
9032 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
9033 comment to code, and add a :version tag.
9034 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 9035
9caf8a8f
JB
90362010-04-06 Juanma Barranquero <lekktu@gmail.com>
9037
9038 Enable recentf-mode if using virtual buffers.
9039 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 9040 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
9041 (ido-make-buffer-list): Simplify.
9042 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
9043
5a97d2da
JL
90442010-04-05 Juri Linkov <juri@jurta.org>
9045
9046 Scrolling commands which scroll a line instead of full screen.
9047 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
9048
9049 * simple.el (scroll-up-line, scroll-down-line): New commands.
9050 Put property isearch-scroll=t on them.
9051
9052 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
9053 Remove commands.
9054
79ce172a
JL
90552010-04-05 Juri Linkov <juri@jurta.org>
9056
8b32731a 9057 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
9058 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
9059
9060 * simple.el (scroll-up-command, scroll-down-command): New commands.
9061 Put property isearch-scroll=t on them.
9062
9063 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
9064 `scroll-down-command' and [next] from `scroll-up' to
9065 `scroll-up-command'.
9066
9067 * emulation/cua-base.el: Put property CUA=move on
9068 `scroll-up-command' and `scroll-down-command'.
9069 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
9070 and `scroll-down-command' to `cua-scroll-down'.
9071
309d5b43
JB
90722010-04-05 Juanma Barranquero <lekktu@gmail.com>
9073
6460e534 9074 * help.el (describe-mode): Return nil.
309d5b43 9075
0523d117
JW
90762010-04-04 John Wiegley <jwiegley@gmail.com>
9077
9078 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 9079 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
9080 (ido-virtual): Face used to indicate virtual buffers in the list.
9081 (ido-buffer-internal): If a buffer is chosen, and no such buffer
9082 exists, but a virtual buffer of that name does (which would be why
9083 it was in the list), recreate the buffer by reopening the file.
9084 (ido-make-buffer-list): If virtual buffers are being used, call
9085 `ido-add-virtual-buffers-to-list' before the make list hook.
9086 (ido-virtual-buffers): New variable which contains a copy of the
9087 current contents of the `recentf-list', albeit pared down for the
9088 sake of speed, and with proper faces applied.
9089 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
9090 create a list of "virtual buffers" to present to the user in
9091 addition to the currently open set. Note that this logic could
9092 get rather slow if that list is too large. With the default
9093 `recentf-max-saved-items' of 200, there is little speed penalty.
9094
202ff0d6
SM
90952010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9096
9097 * font-lock.el: Require CL when compiling.
9098 (font-lock-turn-on-thing-lock): Use `case'.
9099
ef43a0f4
EZ
91002010-04-03 Eli Zaretskii <eliz@gnu.org>
9101
9102 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
9103 Zaretskii.
ef43a0f4 9104
9c13a46e
JL
91052010-04-02 Juri Linkov <juri@jurta.org>
9106
9107 * ehelp.el (electric-help-orig-major-mode):
9108 New buffer-local variable.
9109 (electric-help-mode): Set it to original major-mode. Doc fix.
9110 (with-electric-help): Use `electric-help-orig-major-mode' instead
9111 of (default-value 'major-mode). Doc fix.
9112 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
9113
3fb87bf5
SS
91142010-04-02 Sam Steingold <sds@gnu.org>
9115
9116 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
9117 `vc-hg-command' with a list of flags.
9118
202ff0d6
SM
9119 * progmodes/bug-reference.el (bug-reference-bug-regexp):
9120 Also accept "patch" and "RFE".
dbb5e44a
SS
9121 (bug-reference-fontify): `bug-reference-url-format' can also be a
9122 function to be able to handle the bug kind.
202ff0d6 9123 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 9124
d0b22876
JD
91252010-04-02 Jan Djärv <jan.h.d@swipnet.se>
9126
9127 * tmm.el (tmm-get-keymap): Check with symbolp before passing
9128 value to fboundp, it may not be a symbol.
9129
1625d379
CY
91302010-03-31 Chong Yidong <cyd@stupidchicken.com>
9131
202ff0d6 9132 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 9133
1cd095c6
JL
91342010-03-31 Juri Linkov <juri@jurta.org>
9135
9136 * simple.el (next-line, previous-line): Re-throw a signal
9137 with `signal' instead of using `ding'.
9138 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
9139
67189e62
JL
91402010-03-31 Juri Linkov <juri@jurta.org>
9141
9142 * simple.el (keyboard-escape-quit): Raise deselecting the active
9143 region higher than exiting the minibuffer.
9144 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
9145
1546c559
JL
91462010-03-31 Juri Linkov <juri@jurta.org>
9147
9148 * image.el (image-animated-p): Use `image-metadata' instead of
9149 `image-extension-data'. Get GIF extenstion data from metadata
9150 property `extension-data'.
9151
85626eef
SM
91522010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9153
9154 * simple.el (append-to-buffer): Simplify.
9155
85738751 91562010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
9157
9158 * textmodes/artist.el (artist-mode): Fix typo in docstring.
9159 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
9160
85738751 91612010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
9162
9163 * language/sinhala.el (composition-function-table): Fix regexp for
9164 the new Unicode specification.
9165
9166 * language/indian.el (devanagari-composable-pattern)
9167 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 9168 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
9169 specification.
9170 (bengali-composable-pattern, gurmukhi-composable-pattern)
9171 (gujarati-composable-pattern, oriya-composable-pattern)
9172 (telugu-composable-pattern): New variables to cope with the new
9173 Unicode specification. Use them in composition-function-table.
9174
85738751 91752010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 9176
79d74ac5 9177 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
9178 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
9179 vectors rather than cons cells, as used in menu-bar-update-buffers.
9180
85738751 91812010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 9182
2a793f7f
CY
9183 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
9184 (js-insert-and-indent): Revert 2009-08-15 change, restoring
9185 electric punctuation for "{}();,:" (Bug#5586).
9186
03ffe8be
CY
9187 * mail/sendmail.el (mail-default-directory): Doc fix.
9188
85738751 91892010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
9190
9191 * mail/sendmail.el (mail-default-directory): Doc fix.
9192
85738751 91932010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
9194
9195 * subr.el (version-regexp-alist, version-to-list)
9196 (version-list-<, version-list-=, version-list-<=)
9197 (version-list-not-zero, version<, version<=, version=): Doc fix.
9198 (Bug#5744).
9199
85738751 92002010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
9201
9202 * vc.el (vc-root-diff): Doc fix.
9203
85738751 92042010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 9205
9aa2c576
CY
9206 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
9207
9d30a9f4
CY
9208 * simple.el (append-to-buffer): Fix last change.
9209
85738751 92102010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
9211
9212 * simple.el (append-to-buffer): Ensure that point is preserved if
9213 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
9214 (Bug#5749)
9215
2372f278
SM
92162010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9217
9218 * files.el (auto-mode-case-fold): Change default to t.
9219
2223a1b3
JL
92202010-03-30 Juri Linkov <juri@jurta.org>
9221
9222 * dired-x.el (dired-omit-mode): Doc fix.
9223
0ef84fc8
JL
92242010-03-30 Juri Linkov <juri@jurta.org>
9225
9226 * replace.el (occur-accumulate-lines): Move occur-engine related
9227 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
9228 to be located after `occur-engine'.
9229
dc2d2590
JL
92302010-03-30 Juri Linkov <juri@jurta.org>
9231
9232 Make occur handle multi-line matches cleanly with context.
9233 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
9234
9235 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
9236 (occur-engine): Add local variables `ret', `prev-after-lines',
9237 `prev-lines'. Use more arguments for `occur-context-lines'.
9238 Set first elem of its returned list to `data', and the second elem
9239 to `prev-after-lines'. Don't print the separator line.
9240 In the end, print remaining context after-lines.
9241 (occur-context-lines): Add new arguments `begpt', `endpt',
9242 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
9243 after-lines of the previous match with before-lines of the
9244 current match and not overlap them. Return a list with two
9245 values: the output line and the list of context after-lines.
9246
47c88c06
JL
92472010-03-30 Juri Linkov <juri@jurta.org>
9248
9249 * replace.el (occur-accumulate-lines): Fix a bug where the first
9250 context line at the beginning of the buffer was missing.
9251
a7b02820
EZ
92522010-03-30 Eli Zaretskii <eliz@gnu.org>
9253
9254 * files.el: Make bidi-display-reordering safe variable for boolean
9255 values.
9256
9326ba26 92572010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 9258 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
9259
9260 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
9261 (progress-reporter-update, progress-reporter-do-update):
9262 Handle non-numeric value arguments.
9326ba26
CY
9263 (progress-reporter--pulse-characters): New var.
9264
f6f8aa12
CY
92652010-03-28 Chong Yidong <cyd@stupidchicken.com>
9266
9267 * progmodes/compile.el (compilation-start): Fix regexp detection
9268 of initial cd command (Bug#5771).
9269
7ed287b5
CY
92702010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
9271
9272 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
9273
146b8b16
NR
92742010-03-27 Nick Roberts <nickrob@snap.net.nz>
9275
9276 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
9277 * progmodes/gdb-mi.el: Restore.
9278 * progmodes/gdb-ui.el: Remove.
9279 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 9280
b23caf75
GM
92812010-03-25 Glenn Morris <rgm@gnu.org>
9282
9283 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
9284 all dired buffers, even tramp ones. (Bug#5755)
9285
18c812bd
SM
92862010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
9287
9288 Add "union tags" in mpc.el.
9289 * mpc.el: Remove backward compatibility code.
9290 (mpc-browser-tags): Change default.
9291 (mpc--find-memoize-union-tags): New var.
9292 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
9293 (mpc-cmd-find): Handle the case where the playlist does not exist.
9294 Handle union-tags.
9295 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
9296 (mpc-cmd-add): Use mpc-cmd-flush.
9297 (mpc-tagbrowser-tag-name): New fun.
9298 (mpc-tagbrowser-buf): Use it.
9299 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
9300
efee6a6d
SM
93012010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9302
9586c41a
SM
9303 Misc cleanup.
9304 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
9305 Use replace-regexp-in-string.
9306 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
9307 (makefile-imake-mode-syntax-table): Move init into defvar.
9308 (makefile-mode): Use define-derived-mode.
9309
efee6a6d
SM
9310 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
9311 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
9312 not be present any more.
9313
c6f3804c
JB
93142010-03-24 Juanma Barranquero <lekktu@gmail.com>
9315
9316 * faces.el (set-face-attribute): Fix typo in docstring.
9317 (face-valid-attribute-values): Reflow docstring.
9318
e867cb5d 93192010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 9320
efee6a6d 9321 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 9322
e867cb5d 93232010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
9324
9325 * indent.el (indent-for-tab-command): Doc fix.
9326
e867cb5d 93272010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 9328
efee6a6d
SM
9329 * progmodes/cc-engine.el (c-remove-stale-state-cache):
9330 Fix off-by-one error. Fixes bug #5747.
657071fc 9331
e867cb5d 93322010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
9333
9334 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
9335 (image-dired-read-comment): Doc fix.
9336
efee6a6d
SM
9337 * json.el (json-object-type, json-array-type, json-key-type)
9338 (json-false, json-null, json-read-number):
c8de140b
JB
9339 * minibuffer.el (completion-in-region-functions):
9340 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
9341 (cal-tex-cursor-week):
9342 * emacs-lisp/trace.el (trace-function):
9343 * eshell/em-basic.el (eshell/printnl):
9344 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
9345 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
9346 * obsolete/levents.el (allocate-event, event-key, event-object)
9347 (event-point, event-process, event-timestamp, event-to-character)
9348 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
9349 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
9350 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
9351 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
9352 (reftex-highlight-selection): Fix typos in docstrings.
9353
e867cb5d 93542010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
9355
9356 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
9357
e867cb5d 93582010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
9359
9360 * mail/rmail.el (rmail-highlight-face): Restore option deleted
9361 2008-02-13 without comment; mark it obsolete.
9362 (rmail-highlight-headers): Use rmail-highlight-face once more.
9363
e867cb5d 93642010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
9365
9366 * woman.el (woman2-process-escapes): Only consume the newline if
9367 the filler character is on a line by itself (Bug#5729).
9368
e867cb5d 93692010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
9370
9371 * language/indian.el (devanagari-composable-pattern): Add more
9372 consonants.
9373
e867cb5d 93742010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
9375
9376 * net/trampver.el: Update release number.
9377
e867cb5d 93782010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 9379
efee6a6d
SM
9380 * net/tramp.el (tramp-find-executable):
9381 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
9382 output of "wc -l" more robust.
9383 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
9384 (tramp-open-connection-setup-interactive-shell): Remove workaround
9385 for OpenSolaris bug, it is not needed anymore.
9386
e867cb5d 93872010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
9388
9389 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
9390
e867cb5d 93912010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
9392
9393 * files.el (auto-mode-alist): Accept more verilog file patterns.
9394
b2b8574b
SM
93952010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9396
9397 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
9398
1d94ebb0
GM
93992010-03-24 Glenn Morris <rgm@gnu.org>
9400
7e263967
GM
9401 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
9402 log-edit-before-checkin-process.
9403
5ac92c5f
GM
9404 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
9405
9406 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 9407
549f324a
GM
9408 * vc-dispatcher.el (vc-start-logentry): Doc fix.
9409 (log-view-process-buffer, log-edit-extra-flags): Declare.
9410
495b517c
GM
9411 * log-edit.el (log-edit-before-checkin-process): Doc fix.
9412
f4087766
SS
94132010-03-23 Sam Steingold <sds@gnu.org>
9414
9415 Fix bug#5620: recalculate all markers on compilation buffer
9416 modifications, not on file modifications.
9417 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
9418 the buffer modification time, for buffers not associated with files.
9419 (compilation-mode): Create it.
9420 (compilation-filter): Update it.
9421 (compilation-next-error-function): Use it instead of
9422 `visited-file-modtime' for timestamp.
9423
774642e5
JL
94242010-03-23 Juri Linkov <juri@jurta.org>
9425
9426 Implement Occur multi-line matches.
9427 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
9428
9429 * replace.el (occur): Doc fix.
9430 (occur-engine): Set `begpt' to the beginning of the first line.
9431 Set `endpt' to the end of the last match line. At first, count
9432 line numbers between `origpt' and `begpt'. Split out code from
9433 `out-line' variable to new let-bindings `match-prefix' and
9434 `match-str'. In `out-line' add non-numeric prefix to all
9435 non-first lines of multi-line matches. Finally, count lines
9436 between `begpt' and `endpt' and add to `lines'.
9437
f14d1172
JL
94382010-03-23 Juri Linkov <juri@jurta.org>
9439
9440 * replace.el (occur-accumulate-lines, occur-engine):
9441 Use `occur-engine-line' instead of duplicate code.
9442 (occur-engine-line): New function created from duplicate code
9443 in `occur-accumulate-lines' and `occur-engine'.
9444
53e87c57
JL
9445 * replace.el (occur-engine-line): Add optional arg `keep-props'.
9446 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
9447
75a3ff20
JL
94482010-03-23 Juri Linkov <juri@jurta.org>
9449
9450 * finder.el: Remove TODO tasks.
9451
9452 * info.el (Info-finder-find-node): Add node "all"
9453 with all package info. Handle a list of multiple keywords
9454 separated by comma.
9455 (info-finder): In interactive use with a prefix argument,
9456 use `completing-read-multiple' to read a list of keywords
9457 separated by comma.
9458
00278747
SM
94592010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
9460
9461 Add a new completion style `substring'.
9462 * minibuffer.el (completion-basic--pattern): New function.
9463 (completion-basic-try-completion, completion-basic-all-completions):
9464 Use it.
9465 (completion-substring--all-completions)
9466 (completion-substring-try-completion)
9467 (completion-substring-all-completions): New functions.
9468 (completion-styles-alist): New style `substring'.
9469
64cb11cc
SM
94702010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
9471
9472 Get rid of .elc files after removal of the corresponding .el.
9473 * Makefile.in (compile-clean): New target.
9474 (compile-main): Use it.
9475
835e2c65
JD
94762010-03-22 Jan Djärv <jan.h.d@swipnet.se>
9477
9478 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
9479 don't do make there. When compiling with separate object dir, there
9480 is no Makefile there.
9481
111a9dff
SM
94822010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
9483
9484 Get rid of the ELCFILES abomination, again.
9485 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
9486 (all, compile): Don't call compile-last.
9487 (compile-main): Build the "elcfiles" list dynamically.
9488 (compile-targets): New (internal) target.
9489
82c3d67a
AS
94902010-03-21 Andreas Schwab <schwab@linux-m68k.org>
9491
9492 * Makefile.in (top_srcdir): Define.
9493 (abs_top_builddir): Define.
9494 (srcdir): Don't append `/..'.
9495 (EMACS): Use ${abs_top_builddir}.
9496 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
9497 (update-subdirs, update-authors): Use $(top_srcdir) instead of
9498 $(srcdir).
82c3d67a
AS
9499 (lisp): Use $(srcdir) instead of @srcdir@.
9500
d66ecdbb
JL
95012010-03-21 Juri Linkov <juri@jurta.org>
9502
9503 Fix message of multi-line occur regexps and multi-buffer header lines.
9504 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
9505
9506 * replace.el (occur-1): Don't display regexp if it is longer
9507 than window-width. Use `query-replace-descr' to display regexp.
9508 (occur-engine): Don't display regexp in the buffer header for
9509 multi-buffer occur. Display a separate header line with total
9510 match count and regexp for multi-buffer occur.
9511 Use `query-replace-descr' to display regexp.
9512
f05e1b94
TZ
95132010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
9514
9515 * net/secrets.el: Fix parenthesis.
9516 (secrets-enabled): Fix parenthesis.
9517
801ba3ba
SM
95182010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9519
3613edce
SM
9520 Use more relative file and directory names.
9521 * Makefile.in (EMACS): Arrange for it to work when we chdir.
9522 (setwins, setwins_almost, setwins_for_subdirs):
9523 Don't `cd'; output relative names.
9524 (all, compile, compile-always, compile-last): Set emacswd.
9525 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
9526 Just cd to the lisp source dir so we can use relative file names.
9527
801ba3ba
SM
9528 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
9529
2b1400b9
GM
95302010-03-20 Glenn Morris <rgm@gnu.org>
9531
9532 * textmodes/rst.el: Use faces for font-lock customization, and make the
9533 old -face variables obsolete.
9534 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
9535 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
9536 (rst-block-face, rst-external-face, rst-definition-face)
9537 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
9538 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
9539 Make obsolete.
9540 (rst-font-lock-keywords-function): Update for above changes.
9541
5e418f17
JL
95422010-03-20 Juri Linkov <juri@jurta.org>
9543
9544 * s-region.el:
9545 * obsolete/s-region.el: Move to obsolete.
9546
b0287b39
JB
95472010-03-19 Juanma Barranquero <lekktu@gmail.com>
9548
9549 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
9550
3c95bbb6
DN
95512010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
9552
9553 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
9554
09158997
DN
95552010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
9556
9557 Add special markup processing for commit logs.
9558 * log-edit.el (log-edit-extra-flags): New variable.
9559 (log-edit): Add new argument MODE. Use that mode when non-nil
9560 instead of the log-view-mode.
9561 (log-view-process-buffer): New function.
9562
9563 * vc.el: Document that the checkin method takes optional
9564 arguments. Document new backend specific method: log-view-mode.
9565 (vc-default-log-edit-mode): New function.
9566 (vc-checkin): Use a backend specific log-view-mode.
9567 Pass extra arguments to the checkin method.
9568 (vc-modify-change-comment): Pass a dummy extra argument.
9569
9570 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
9571 log-edit.
9572 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
9573 (vc-finish-logentry): Process the log buffer before passing it
9574 down. Pass log-edit-extra-flags.
9575
9576 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
9577 command.
85626eef
SM
9578 (log-edit-extra-flags, log-edit-before-checkin-process):
9579 New declarations.
09158997
DN
9580
9581 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
9582 command.
85626eef
SM
9583 (log-edit-extra-flags, log-edit-before-checkin-process):
9584 New declarations.
09158997
DN
9585 (vc-hg-log-edit-mode): New derived mode.
9586
9587 * vc-arch.el (vc-arch-checkin):
9588 * vc-cvs.el (vc-cvs-checkin):
9589 * vc-git.el (vc-git-checkin):
9590 * vc-mtn.el (vc-mtn-checkin):
9591 * vc-rcs.el (vc-rcs-checkin):
9592 * vc-sccs.el (vc-sccs-checkin):
9593 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
9594
f430423d
SM
95952010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9596
9597 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
9598 parent typo).
9599
aa8f8277
GM
96002010-03-19 Glenn Morris <rgm@gnu.org>
9601
f430423d 9602 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 9603
04525749
GM
96042010-03-18 Glenn Morris <rgm@gnu.org>
9605
c70815f1
GM
9606 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
9607
84d0a5f8
GM
9608 * replace.el (query-replace-history): Give it a doc string.
9609 (map-query-replace-regexp): Use query-replace-from-history-variable
9610 and query-replace-to-history-variable.
9611
e3a15161
GM
9612 * mail/hashcash.el (declare-function): Remove duplicate definition.
9613
27be0364
GM
9614 * mail/emacsbug.el (report-emacs-bug-pretest-address):
9615 Make it an obsolete alias for report-emacs-bug-address.
9616 (message-strip-special-text-properties): Declare.
9617 (report-emacs-bug): Remove test for a pretest bug address.
9618 Combine message-mode-specific code.
9619
88b8d18e
GM
9620 * mail/supercite.el: Don't require sendmail.
9621 (mh-in-header-p): Declare rather than using with-no-warnings.
9622 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
9623 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
9624
1a355d09
GM
9625 * calendar/cal-french.el: Convert to utf-8.
9626
04525749
GM
9627 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
9628 Emacs scripts.
9629
ae84eb97
MA
96302010-03-16 Michael Albinus <michael.albinus@gmx.de>
9631
9632 * net/secrets.el (secrets-enabled): New variable. Use it instead
9633 of a subfeature.
9634
7c75524e
MA
96352010-03-15 Michael Albinus <michael.albinus@gmx.de>
9636
9637 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
9638 service "org.freedesktop.secrets" can be pinged.
9639 Provide subfeature `enabled'.
7c75524e 9640
57938a79
JL
96412010-03-14 Juri Linkov <juri@jurta.org>
9642
9643 Add finder unknown keywords.
9644
9645 * finder.el (finder-unknown-keywords): New function.
9646
9647 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
9648 to create a Finder node with unknown keywords.
9649
88f4758e
JL
96502010-03-14 Juri Linkov <juri@jurta.org>
9651
9652 * finder.el (finder-compile-keywords): Replace `princ' with
9653 `prin1' on a list of symbols interned from keyword strings.
9654
9655 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
9656 a comma, then split keywords using a comma and optional whitespace.
9657 Otherwise, split by whitespace.
9658
9659 * complete.el:
9660 * face-remap.el:
9661 * log-view.el:
9662 * net/hmac-def.el:
9663 * net/hmac-md5.el:
9664 * net/netrc.el:
9665 * progmodes/mixal-mode.el: Fix keywords.
9666
7725ebb7
MA
96672010-03-13 Michael Albinus <michael.albinus@gmx.de>
9668
9669 * Makefile.in (ELCFILES): Add net/secrets.elc.
9670
9671 * net/secrets.el: New file.
9672
6f320937
CY
96732010-03-12 Chong Yidong <cyd@stupidchicken.com>
9674
9675 * facemenu.el (list-colors-display, list-colors-print): New arg
9676 callback. Use it to allow selecting colors.
9677
9678 * wid-edit.el (widget-image-insert): Insert image prop even if the
9679 current display is non-graphic.
9680 (widget-field-value-set): New fun.
9681 (editable-field): Use it.
9682 (widget-field-value-get): Clean up unused var.
85626eef
SM
9683 (widget-color-value-create, widget-color--choose-action):
9684 New funs. Allow using list-colors-display to choose color.
6f320937 9685
647f9993
CY
96862010-03-12 Chong Yidong <cyd@stupidchicken.com>
9687
9688 * cus-edit.el: Resort topmost custom groups.
9689 (custom-buffer-sort-alphabetically): Default to t.
9690 (customize-apropos): Use apropos-parse-pattern.
9691 (custom-search-field): New var.
9692 (custom-buffer-create-internal): Add custom-apropos search field.
9693 (custom-add-parent-links): Don't display parent doc.
9694 (custom-group-value-create): Don't sort top-level custom group.
85626eef 9695 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
9696
9697 (custom-variable-state): New fun, from custom-variable-state-set.
9698 (custom-variable-state-set): Use it.
9699 (custom-group-value-create): Hide options with standard values
9700 using the :hidden-states property. Use progress reporter.
9701
9702 (custom-show): Simplify.
9703 (custom-visibility): Disable images by default.
9704 (custom-variable): New property :hidden-states.
9705 (custom-variable-value-create): Enable images for
9706 custom-visibility widgets. Use :hidden-states property to
9707 determine initial visibility.
9708
9709 * wid-edit.el (widget-image-find): Give images center ascent.
9710 (visibility): Add :on-image and :off-image properties.
9711 (widget-visibility-value-create): Use them.
9712
eba5b4dd
CY
97132010-03-12 Chong Yidong <cyd@stupidchicken.com>
9714
9715 * cus-edit.el (processes): Remove from development group.
9716 (oop, hypermedia): Delete group.
26f4b8ab 9717 (comm): Promote to top-level group.
eba5b4dd
CY
9718
9719 * net/browse-url.el (browse-url):
9720 * net/xesam.el (xesam):
9721 * net/tramp.el (tramp):
9722 * net/goto-addr.el (goto-address):
26f4b8ab 9723 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
9724
9725 * view.el (view): Remove from editing group.
9726
9727 * uniquify.el (uniquify): Put in files group.
9728
9729 * net/browse-url.el (browse-url):
9730 * ps-print.el (postscript): Put in external group.
9731
9732 * cus-edit.el (outlines):
9733 * textmodes/text-mode.el (text-mode-hook):
9734 * textmodes/table.el (table):
9735 * textmodes/picture.el (picture):
9736 * outline.el (outlines): Put in wp group.
9737
9738 * nxml/nxml-mode.el (nxml): Remove from wp group.
9739
9740 * net/tramp-imap.el (tramp-imap): Put in tramp group.
9741
9742 * mail/metamail.el (metamail): Remove from hypermedia group.
9743
9744 * cus-edit.el (abbrev):
9745 * whitespace.el (whitespace):
9746 * vcursor.el (vcursor):
9747 * reveal.el (reveal):
9748 * hl-line.el (hl-line): Put in convenience group.
9749
9750 * epg-config.el (epg): Put in data group.
9751
9752 * emulation/pc-select.el (pc-select): Put in emulations group.
9753
9754 * calculator.el (calculator): Put in applications group.
9755
8117868f
DN
97562010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
9757
9758 Add .dir-locals.el support for file-less buffers.
9759 * files.el (hack-local-variables): Split out code to apply local
9760 variable settings ...
9761 (hack-local-variables-apply): ... here. New function.
9762 (hack-dir-local-variables): Use the default directory for when the
9763 buffer does not have an associated file.
9764 (hack-dir-local-variables-non-file-buffer): New function.
9765 * diff-mode.el (diff-mode):
9766 * vc-annotate.el (vc-annotate-mode):
9767 * vc-dir.el (vc-dir-mode):
9768 * log-edit.el (log-edit-mode):
9769 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
9770
855a2294
DN
97712010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
9772
9773 Add support for shelving snapshots and for showing shelves.
9774 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
9775 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
9776 New functions.
9777 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
9778 (vc-bzr-extra-menu-map): Map them.
9779
3e5b7009
GM
97802010-03-11 Glenn Morris <rgm@gnu.org>
9781
0dcf7d7e
GM
9782 * cus-edit.el (customize-changed-options-previous-release):
9783 Bump to 23.1.
9784
3e5b7009
GM
9785 * image.el (image-animate-max-time): Fix :version tag.
9786
288f9fc0
CY
97872010-03-10 Chong Yidong <cyd@stupidchicken.com>
9788
9789 * Branch for 23.2.
9790
53ef91b1
SM
97912010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
9792
9793 * vc-git.el (vc-git-revision-table): Include remote branches.
9794
b41460ae 97952010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
9796
9797 Animated image API.
9798 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
9799
9800 * image.el (image-animate-max-time): New defcustom.
9801 (image-animated-types): New defconst.
9802 (create-animated-image, image-animate-timer)
9803 (image-animate-start, image-animate-stop, image-animate-timeout)
9804 (image-animated-p): New functions.
9805
9806 * image-mode.el (image-toggle-display-image):
9807 Replace `create-image' with `create-animated-image'.
9808
e5d1fb10 98092010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
9810
9811 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
9812 instead of "format:"; this ensures that the output is
9813 newline-terminated.
9814
4e7cafbe
CY
98152010-03-08 Chong Yidong <cyd@stupidchicken.com>
9816
9817 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
9818 that all errors are caught, and that the return value is always a
9819 list (Bug#5692).
9820
aec66319
KH
98212010-03-08 Kenichi Handa <handa@m17n.org>
9822
9823 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 9824 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 9825
b327c975
AS
98262010-03-07 Andreas Schwab <schwab@linux-m68k.org>
9827
9828 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
9829 call to rfc822-bad-address. (Bug#5692)
9830
1c465a6a
CY
98312010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
9832
85626eef
SM
9833 * vc-git.el (vc-git-annotate-extract-revision-at-line):
9834 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 9835
a4e32226
CY
98362010-03-06 Chong Yidong <cyd@stupidchicken.com>
9837
9838 * calculator.el (calculator): Don't bind split-window-keep-point
9839 (Bug#5674).
9840
4c83ed3d
SM
98412010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
9842
9843 * vc-git.el: Re-flow to fit into 80 columns.
9844 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
9845 Remove spurious `quote' element in each case alternative.
9846 (vc-git-show-log-entry): Use prog1.
9847 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
9848
e8defde3
SM
98492010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
9850
9851 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
9852
233f0c9f
CY
98532010-03-03 Chong Yidong <cyd@stupidchicken.com>
9854
9855 * macros.el (insert-kbd-macro): Look up keyboard macro using the
9856 definition, not the name (Bug#5481).
9857
254bedef 98582010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
9859
9860 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
9861 argument with a local variable. (Bug#5670)
9862
7187cdae
JL
98632010-03-02 Juri Linkov <juri@jurta.org>
9864
9865 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
9866
9cf3544e
MA
98672010-03-02 Michael Albinus <michael.albinus@gmx.de>
9868
9869 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
9870 error when FILENAME and NEWNAME are existing remote directories.
9871
9872 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
9873 parameter DIR-FLAG.
9874
33f77982
GM
98752010-03-02 Glenn Morris <rgm@gnu.org>
9876
9877 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
9878 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
9879
d99ea08e
KH
98802010-03-01 Kenichi Handa <handa@m17n.org>
9881
e8defde3 9882 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
9883 myanmar-composable-pattern.
9884
e8defde3
SM
9885 * international/characters.el (script-list):
9886 * international/fontset.el (script-representative-chars):
9887 Change myanmar to burmese.
d99ea08e 9888 (otf-script-alist): Likewise.
4aa2c3b2
KH
9889 (setup-default-fontset): Likewise. Re-fix :otf spec.
9890
b374f54d
KY
98912010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
9892
9893 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
9894
71572c03
JD
98952010-02-28 Jan Djärv <jan.h.d@swipnet.se>
9896
9897 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
9898
00cffdeb
MA
98992010-02-28 Michael Albinus <michael.albinus@gmx.de>
9900
9901 * net/tramp.el (tramp-handle-write-region): START can be a string.
9902 Take care in the checks. Reported by Dan Davison
9903 <davison@stats.ox.ac.uk>.
9904
d4b06783
MA
99052010-02-28 Michael Albinus <michael.albinus@gmx.de>
9906
9907 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
9908 (dbus-set-property, dbus-get-all-properties):
9909 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 9910
8c3e96d2
CY
99112010-02-28 Chong Yidong <cyd@stupidchicken.com>
9912
de3a1fe9
CY
9913 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
9914 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
9915 * calendar/icalendar.el (icalendar--add-diary-entry):
9916 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
9917 * files.el (recover-session-finish): Use with-current-buffer
9918 instead of save-excursion.
9919
c53b9c3b
SM
99202010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
9921
9922 Fix in-buffer completion when after-change-functions modify the buffer.
9923 * minibuffer.el (completion--replace): New function.
9924 (completion--do-completion): Use it and use relative movement.
9925
4a16bdc6
CY
99262010-02-27 Chong Yidong <cyd@stupidchicken.com>
9927
9928 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 9929
b8280f39
CY
99302010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
9931
c53b9c3b
SM
9932 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
9933 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 9934
f88cc4d6
KH
99352010-02-26 Kenichi Handa <handa@m17n.org>
9936
9937 * language/burmese.el: Fix entries in composition-function-table.
9938 (myanmar-composable-pattern): New variable.
9939
9940 * international/fontset.el (setup-default-fontset): Add an entry
9941 for myanmar.
9942
9943 * international/characters.el (script-list): Add Myanmar
9944 Extended-A.
9945
cdbf9100
GM
99462010-02-26 Glenn Morris <rgm@gnu.org>
9947
90a94603
GM
9948 * custom.el (custom-initialize-delay): Doc fix.
9949
cdbf9100
GM
9950 * mail/sendmail.el (send-mail-function): Autoload the call
9951 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
9952
f95a5fd0
CY
99532010-02-24 Chong Yidong <cyd@stupidchicken.com>
9954
9955 * files.el (hack-local-variables-filter): For eval forms, also
9956 check safe-local-variable-p (Bug#5636).
9957
459a5f4b
MA
99582010-02-22 Michael Albinus <michael.albinus@gmx.de>
9959
9960 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
9961 setting the modes by `ignore-errors'. It might fail, for example
9962 if the file is not owned by the user but the group.
9963 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
9964
bb23f6e8
CY
99652010-02-21 Chong Yidong <cyd@stupidchicken.com>
9966
6a7662bb
BR
9967 * files.el (directory-listing-before-filename-regexp):
9968 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
9969 date-like filenames (Bug#5597).
9970
b660eb70
CY
9971 * htmlfontify.el (htmlfontify): Doc fix.
9972
9973 * eshell/eshell.el (eshell): Doc fix.
9974
bb23f6e8
CY
9975 * startup.el (fancy-about-screen): In mode-line, apply
9976 mode-line-buffer-id face only to the buffer name (Bug#5613).
9977
3e39928c
CY
99782010-02-20 Kevin Ryde <user42@zip.com.au>
9979
f7e0618c
JB
9980 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9981 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
9982 (Bug#5599).
9983
0f00e948
EZ
99842010-02-20 Eli Zaretskii <eliz@gnu.org>
9985
9986 * subr.el (remove-yank-excluded-properties): Explain in a comment
9987 why `category' property is removed.
9988
3513efb2
CY
99892010-02-19 Chong Yidong <cyd@stupidchicken.com>
9990
6a7662bb
BR
9991 * isearch.el (isearch-update-post-hook, isearch-update):
9992 Revert 2010-02-17 change.
3513efb2 9993
b4340b3f
UJ
99942010-02-19 Ulf Jasper <ulf.jasper@web.de>
9995
9996 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
9997 (icalendar--convert-weekly-to-ical)
9998 (icalendar--convert-yearly-to-ical)
9999 (icalendar--convert-block-to-ical)
10000 (icalendar--convert-cyclic-to-ical)
10001 (icalendar--convert-anniversary-to-ical): Take care of time
10002 specifications where hour has 1-digit only (Bug#5549).
10003
8cfae03d
NR
100042010-02-19 Nick Roberts <nickrob@snap.net.nz>
10005
10006 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
10007 of disassemble output in GDB 7.1.
10008
055e4eea
GM
100092010-02-19 Glenn Morris <rgm@gnu.org>
10010
10011 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
10012 property. (Bug#5593)
10013
ff6b00de
SS
100142010-02-18 Sam Steingold <sds@gnu.org>
10015
10016 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10017
fe8c0b47
SM
100182010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
10019
10020 Use abbreviated file names in bookmarks (bug#5591).
10021 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
10022 calls to expand-file-name.
10023 (bookmark-relocate): Use abbreviated file names in bookmarks.
10024 (bookmark-load): Use abbreviated file names in messages.
10025
73a37a69
MA
100262010-02-18 Michael Albinus <michael.albinus@gmx.de>
10027
10028 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
10029 expand "." and "..". Reported by Thierry Volpiatto
10030 <thierry.volpiatto@gmail.com>.
10031
6e4f5731
MA
100322010-02-18 Michael Albinus <michael.albinus@gmx.de>
10033
10034 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
10035 permissions of the temporary file to "0600". In case the remote
10036 file has no read permissions for the owner, there might be
10037 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
10038
1003922010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
10040
10041 * emacs-lisp/authors.el (authors-renamed-files-alist):
10042 Add entries for INSTALL.CVS.
10043
ba5bf642
MH
100442010-02-17 Mark A. Hershberger <mah@everybody.org>
10045
f7e0618c 10046 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 10047
f7e0618c 10048 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
10049 (isearch-update): Use the new hook.
10050
aac0b0f2
MA
100512010-02-16 Michael Albinus <michael.albinus@gmx.de>
10052
fe8c0b47
SM
10053 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
10054 Fix errors in copying directories.
aac0b0f2
MA
10055 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
10056 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
10057 (tramp-handle-delete-file)
10058 (tramp-handle-dired-recursive-delete-directory)
10059 (tramp-handle-write-region): Flush also the cache for the upper
10060 directory.
10061
05bbe066
CY
100622010-02-16 Chong Yidong <cyd@stupidchicken.com>
10063
e8ab3908
CY
10064 * simple.el (save-interprogram-paste-before-kill): Doc fix.
10065
ff90f4b0
CY
10066 * cus-edit.el (hardware): Doc fix.
10067
10068 * man.el (man): Add to external custom group.
10069
10070 * delim-col.el (columns): Move to wp custom group.
10071
10072 * doc-view.el (doc-view): Add to data custom group.
10073
fe8c0b47 10074 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 10075
05bbe066
CY
10076 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
10077 by ispell-parse-output (Bug#5575).
10078
fa6ea913
KH
100792010-02-16 Kenichi Handa <handa@m17n.org>
10080
10081 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
10082 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
10083 (skkdic-convert): Use `euc-japan' coding system for writing.
10084
88fd78ae
GM
100852010-02-16 Glenn Morris <rgm@gnu.org>
10086
10087 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
10088 tex-main-file before using it. (Bug#5562)
10089
2b8c974a
SM
100902010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
10091
10092 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
10093 warnings, since it is annoying for the user to see them each time he
10094 runs the code.
10095
7540f029
MA
100962010-02-15 Michael Albinus <michael.albinus@gmx.de>
10097
10098 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
10099 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
10100 instead of PROC for caching "first-password-request". Otherwise,
10101 new processes would not profit from passwords already entered.
10102
2b8c974a
SM
10103 * net/tramp-cache.el (tramp-dump-connection-properties):
10104 Don't save "first-password-request" property.
7540f029 10105
fa5f7c5f
JB
101062010-02-14 Juanma Barranquero <lekktu@gmail.com>
10107
10108 * outline.el (outline-head-from-level):
10109 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
10110 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
10111 (elint-defun, elint-buffer-env, elint-top-form-logged)
10112 (elint-unbound-variable):
10113 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
10114 Fix typos in docstrings.
10115
ecbaeb7b
MA
101162010-02-14 Michael Albinus <michael.albinus@gmx.de>
10117
10118 * files.el (insert-directory): When WILDCARD-REGEXP and
10119 FULL-DIRECTORY-P are nil, insert the file entry instead of the
10120 whole directory. (Bug#5551)
10121
10122 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
10123 dired's alignment sanity. (Bug#5516)
10124
91e3333f
JL
101252010-02-14 Juri Linkov <juri@jurta.org>
10126
10127 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
10128 Remove remaining ^H with their preceding chars. (Bug#5566)
10129
36020642
GM
101302010-02-13 Glenn Morris <rgm@gnu.org>
10131
10132 * simple.el (transpose-subr): Give it a doc-string.
10133
10134 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
10135 Doc fixes.
10136
f5952338
JL
101372010-02-12 Juri Linkov <juri@jurta.org>
10138
10139 * arc-mode.el (archive-unique-fname): Make directories for nested
10140 archives. (Bug#5540)
10141
918fe50f
JL
101422010-02-12 Juri Linkov <juri@jurta.org>
10143
10144 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
10145
c07ff221
SM
101462010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10147
48b1e7cf
SM
10148 * subr.el (copy-overlay): Handle deleted overlays.
10149
c07ff221
SM
10150 * man.el (Man-completion-table): Don't signal an error if we can't run
10151 manual-program (bug#4056).
10152
0e374247
JB
101532010-02-10 Juanma Barranquero <lekktu@gmail.com>
10154
10155 * textmodes/artist.el (artist-mt): Fix typos in docstring.
10156
dbf8402b
SM
101572010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10158
348d1e60
SM
10159 * info.el (Info-bookmark-jump): Simplify.
10160
dbf8402b
SM
10161 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
10162 (bookmark-default-handler): Accept new bookmark field `buffer'.
10163
e6d23bb5
CY
101642010-02-10 Chong Yidong <cyd@stupidchicken.com>
10165
10166 * iswitchb.el (iswitchb-completions): Revert last change.
10167
a8e4290b
MA
101682010-02-10 Michael Albinus <michael.albinus@gmx.de>
10169
2b23acde 10170 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
10171 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
10172 This prevents file names like "~/" being listed literally.
a8e4290b 10173
c59d6fad
DN
101742010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
10175
348d1e60
SM
10176 * term/xterm.el (xterm-maybe-set-dark-background-mode):
10177 Remove dead code. (Bug#5546)
c59d6fad 10178
3a66e78f
CY
101792010-02-09 Chong Yidong <cyd@stupidchicken.com>
10180
10181 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
10182 correctly (Bug#5548).
10183
f29fd869
CY
101842010-02-08 Jose E. Marchesi <jemarch@gnu.org>
10185
10186 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 10187 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 10188
7fad1447
KH
101892010-02-08 Kenichi Handa <handa@m17n.org>
10190
10191 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 10192 cookie for putting `lisp-indent-function'.
7fad1447 10193
50e4518b
GM
101942010-02-07 Glenn Morris <rgm@gnu.org>
10195
10196 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
10197 Move F2003 named interfaces from keywords-2 to keywords-1, and
10198 use function-name-face rather than constant-face.
10199 Simplify "abstract interface" regexp.
10200
a4cc44cf
CY
102012010-02-07 Chong Yidong <cyd@stupidchicken.com>
10202
10203 * eshell/esh-util.el (eshell-file-attributes): New optional arg
10204 ID-FORMAT. Pass it to `file-attributes'.
10205
10206 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
10207
c917476d
CY
102082010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
10209
10210 * faces.el (set-face-attribute): Allow calling
10211 internal-set-lisp-face-attribute with 'unspecified family and
10212 foundry argument (Bug#5536).
10213
7cf3f3d6
GM
102142010-02-07 Glenn Morris <rgm@gnu.org>
10215
10216 * progmodes/f90.el (f90-font-lock-keywords-2)
10217 (f90-looking-at-type-like, f90-looking-at-program-block-end):
10218 Handle F2003 named interfaces.
10219
ffe87109
CY
102202010-02-06 Chong Yidong <cyd@stupidchicken.com>
10221
10222 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
10223 beg and end before calling c-get-state-before-change-functions.
10224
4775ecad
DN
102252010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
10226
33aeea0e
SM
10227 * vc-bzr.el (vc-bzr-dir-extra-headers):
10228 Disable the pending merges header.
4775ecad 10229
0d17c4b9
JL
102302010-02-05 Juri Linkov <juri@jurta.org>
10231
10232 * doc-view.el (doc-view-mode):
10233 * image-mode.el (image-mode): Put property mode-class=special.
10234 (Bug#4896)
10235
8228a275
MH
102362010-02-05 Mark A. Hershberger <mah@everybody.org>
10237
10238 * vc-svn.el (vc-svn-revision-table): New function.
10239
d9320986
MA
102402010-02-05 Michael Albinus <michael.albinus@gmx.de>
10241
10242 * net/ange-ftp.el (ange-ftp-insert-directory):
10243 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
10244 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
10245 Handle also directories. (Bug#5478)
10246
f43d8ecc
GM
102472010-02-05 Glenn Morris <rgm@gnu.org>
10248
10249 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
10250
ce3a988d
CY
102512010-02-05 Chong Yidong <cyd@stupidchicken.com>
10252
10253 * startup.el (command-line-1): Convert options beginning with a
10254 single dash as well (Bug#5519).
10255
bdd42899
SM
102562010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
10257
51b23c44
SM
10258 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
10259 * minibuffer.el (completion-initials-expand): Only check the presence
10260 of delims *within* the boundaries, since otherwise the / delim is
10261 always found for files.
10262
bdd42899
SM
10263 Fix up various corner case problems.
10264 * doc-view.el (doc-view-last-page-number): New function.
10265 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
10266 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
10267 (doc-view-kill-proc): Avoid inf-loop in freak cases.
10268 (doc-view-reconvert-doc): Use the new recursive delete-directory.
10269 (doc-view-convert-current-doc): Don't create the resolution.el file
10270 here any more.
10271 (doc-view-pdf/ps->png): Do it here instead.
10272 (doc-view-already-converted-p): Check that resolution.el is present.
10273 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
10274 windows that are not yet showing images.
10275
d5b3979c
MA
102762010-02-04 Michael Albinus <michael.albinus@gmx.de>
10277
10278 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
10279 `dired-uncache' for every elemnt which is an absolute file name.
10280
10281 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
10282 directory, handle its directory component.
10283 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
10284 function is called permanently and creates noise, otherwise.
10285
10286 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
10287 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
10288 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
10289
b003beb1
DB
102902010-02-04 David Burger <dburger@google.com> (tiny change)
10291
10292 * macros.el (apply-macro-to-region-lines):
10293 Minor simplification. (Bug#5485)
10294
ea92f9f3
GM
102952010-02-04 Glenn Morris <rgm@gnu.org>
10296
a03ae20d
GM
10297 * mail/rmail.el (rmail-show-message-1): Handle malformed
10298 quoted-printable text. (Bug#5441)
10299
4d01b827
GM
10300 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
10301
ea92f9f3
GM
10302 * simple.el (visual-line-mode): Capitalize lighter.
10303
82055bb7
JW
103042010-02-03 John Wiegley <jwiegley@gmail.com>
10305
10306 * iswitchb.el (iswitchb-completions): Add bookmark files to the
10307 list of files considered for "virtual buffer" completions.
10308
8214b6e4
MA
103092010-02-03 Michael Albinus <michael.albinus@gmx.de>
10310
10311 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 10312 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
10313 when dired is called with a list of files, which are not in
10314 `default-directory'. (Bug#5478)
10315
1df9718f
SM
103162010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
10317
10318 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
10319
02ba1267
JL
103202010-02-02 Juri Linkov <juri@jurta.org>
10321
10322 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
10323 from unidiff to allow function-line after @@.
10324
a0c6a0fb
JL
103252010-02-02 Juri Linkov <juri@jurta.org>
10326
10327 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
10328 '(RCS SCCS) with inverted condition.
10329
c35fcd52
MA
103302010-02-02 Michael Albinus <michael.albinus@gmx.de>
10331
10332 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
10333 messages.
10334
6ba973c1
JL
103352010-02-01 Juri Linkov <juri@jurta.org>
10336
10337 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
10338 compare with "pkunzip" and "pkzip" instead of only "pkzip".
10339 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
10340 only when (car archive-zip-extract) is "unzip". (Bug#5475)
10341
0bca393f
SM
103422010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
10343
10344 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
10345 (doc-view-revert-buffer): New command.
10346 (doc-view-mode-map): Use it.
10347
7a444e2a
DN
103482010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
10349
10350 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
10351 pending merge is detected.
10352
ad6fc8f4
JL
103532010-01-31 Juri Linkov <juri@jurta.org>
10354
10355 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
10356 beginning of interactive spec like all other grep commands do.
10357 Put "all" in front of "gz". (Bug#5260)
10358
b9236874
DN
103592010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
10360
10361 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
10362
1e868757
CY
103632010-01-29 Chong Yidong <cyd@stupidchicken.com>
10364
10365 * dirtrack.el (dirtrack): Warn instead of signalling error if the
10366 regexp is incorrect (Bug#5476).
10367
e5c70c41
MA
103682010-01-29 Michael Albinus <michael.albinus@gmx.de>
10369
10370 * net/tramp.el (tramp-handle-insert-directory): Handle also
10371 symlinks, when FILENAME is not in `default-directory'.
10372
0c0b61f1
MA
103732010-01-28 Michael Albinus <michael.albinus@gmx.de>
10374
10375 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 10376 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
10377
10378 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
10379 of SWITCHES. Handle the case, FILENAME is not in
10380 `default-directory'. (Bug#5478)
10381 (tramp-register-file-name-handlers): Add safe-magic property.
10382
763f325e
CY
103832010-01-28 Chong Yidong <cyd@stupidchicken.com>
10384
10385 * arc-mode.el (archive-zip-extract): Quote the argument passed to
10386 unzip (Bug#5475).
10387
fd09a83f
CY
103882010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
10389
10390 * progmodes/flymake.el (flymake-allowed-file-name-masks)
10391 (flymake-master-make-header-init): Add other C++ filename masks.
10392 (flymake-find-possible-master-files)
10393 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
10394
7e5686f0
MA
103952010-01-28 Michael Albinus <michael.albinus@gmx.de>
10396
10397 Fix some busybox annoyances.
10398
10399 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
10400 not responding." string.
10401 (tramp-open-connection-setup-interactive-shell): Dump stty
10402 settings. Enable "neveropen" arg for all `tramp-send-command'
10403 calls. Handle "=" in variable values properly.
10404 (tramp-find-inline-encoding): Raise an error, when no encoding is
10405 found.
10406 (tramp-wait-for-output): Check, whether PROC buffer is available.
10407 Remove spurious " ^H" sequences, sent by busybox.
10408 (tramp-get-ls-command): Suppress coloring, if possible.
10409
c6265c10
GM
104102010-01-28 Glenn Morris <rgm@gnu.org>
10411
c85a168b
GM
10412 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
10413
c6265c10
GM
10414 * log-edit.el (log-edit-strip-single-file-name): Add missing
10415 :safe, :group, and :version tags.
10416
7d82a738
SB
104172010-01-27 Stephen Berman <stephen.berman@gmx.net>
10418
10419 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
10420 buffers. (Bug#5477)
10421
8b0e68ea
CY
104222010-01-27 David De La Harpe Golden <david@harpegolden.net>
10423
10424 * files.el (delete-directory): Handle moving to trash without
10425 first doing recursion (Bug#5436).
10426
368d3208
DN
104272010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
10428
10429 * vc-hooks.el (vc-path): Mark as obsolete.
10430
755da7fa
DN
104312010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
10432
e2396d80
DN
10433 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
10434 names too.
10435
755da7fa
DN
10436 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
10437 for the short log.
10438 (vc-bzr-log-view-mode): Adjust regexp for the above change.
10439
6a6d15ab 104402010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 10441
ac9ffe99 10442 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 10443
48c2d18a 10444 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 10445
25f38310 104462010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
504dcc71
EH
10447
10448 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
10449 diff-index command. This requires at least git-1.5.5. (Bug#1589).
10450
51850286
DN
104512010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
10452
c2f1d6d8
DN
10453 Remove support for adding --signoff on commit.
10454 Future support will use an incompatible generic mechanism.
10455 * vc-git.el (vc-git-add-signoff): Remove variable.
10456 (vc-git-toggle-signoff): Remove function.
10457 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
10458
6a7662bb
BR
10459 * term/xterm.el (xterm-maybe-set-dark-background-mode):
10460 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
10461 was set.
10462 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
10463 earlier, call it again in case the background mode has changed.
10464
02c6d0d0
CY
104652010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
10466
10467 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
10468 (Bug#3541).
10469
064eee03
CY
104702010-01-23 Chong Yidong <cyd@stupidchicken.com>
10471
02c6d0d0
CY
10472 * emacs-lisp/assoc.el (aelement): Doc fix.
10473 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 10474
5336c3ec 104752010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 10476
48c2d18a 10477 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
10478 is the same as subprogram call, not declaration. (Bug#5435).
10479
0536254e
MA
104802010-01-23 Michael Albinus <michael.albinus@gmx.de>
10481
10482 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
10483 (tramp-smb-maybe-open-connection): Use it.
10484
411d06c2
MA
104852010-01-22 Michael Albinus <michael.albinus@gmx.de>
10486
0536254e 10487 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 10488
c893016b
SM
104892010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
10490
10491 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
10492 just because we see "encoding: 8bit".
10493 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
10494
9425f8e1
CY
104952010-01-22 Chong Yidong <cyd@stupidchicken.com>
10496
10497 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
10498
6a801864
EZ
104992010-01-22 Eli Zaretskii <eliz@gnu.org>
10500
10501 * jka-compr.el (jka-compr-load): If load-file is not in
10502 load-history, try its file-truename version. (bug#5447)
10503
3e8f7d91
AM
105042010-01-21 Alan Mackenzie <acm@muc.de>
10505
10506 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
10507 * progmodes/cc-engine.el (c-invalidate-state-cache):
10508 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
10509 special cpp construct is still in the buffer.
10510 (c-parse-state): Record the special cpp with markers, not numbers.
10511
f0bd0ad5
CY
105122010-01-21 Kenichi Handa <handa@m17n.org>
10513
10514 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
10515 process last-command-event, as it is now decoded first (Bug#5380).
10516
5189d95b
CY
105172010-01-20 Chong Yidong <cyd@stupidchicken.com>
10518
10519 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
10520
e073d74a
GM
105212010-01-20 Glenn Morris <rgm@gnu.org>
10522
10523 * indent.el (tab-always-indent): Fix custom-type.
10524
8ee04f3a
AM
105252010-01-19 Alan Mackenzie <acm@muc.de>
10526
10527 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
10528 buffer throws "args out of range".
10529 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
10530 playing the role of delimiter.
10531
6a47c86a
SL
105322010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
10533
bf0b361c 10534 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
10535 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
10536 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
10537 changed. Delete RECURSIVE parameter; never used. Improve doc string.
10538 Improve comments in "is" portion. Handle null procedure declaration.
10539 (ada-move-to-end): Improve doc string.
10540
2acfb954
ÓF
105412010-01-18 Óscar Fuentes <ofv@wanadoo.es>
10542
e90d57c0 10543 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 10544 Remove obsolete information from commentary.
e90d57c0
JB
10545 (ido-choice-list): Initialize to nil.
10546 (ido-get-bufname): Reject minibuffers.
10547 (ido-make-buffer-list): If "default" is a nonexistent
10548 buffer, ignore it, as per the function's comment.
10549 (ido-kill-buffer-internal): New function.
10550 (ido-kill-buffer-at-head): Use it.
10551 (ido-visit-buffer): Likewise.
2acfb954 10552
244b023e
CY
105532010-01-18 Chong Yidong <cyd@stupidchicken.com>
10554
10555 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
10556
db9e401b
JB
105572010-01-18 Juanma Barranquero <lekktu@gmail.com>
10558
db9e401b
JB
10559 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
10560 Fix typos in chart titles.
10561
10562 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
10563 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
10564 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
10565 (describe-class, eieio-describe-generic, describe-generic):
10566 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
10567 (eieio-speedbar-expand):
10568 * emulation/viper-cmd.el (viper-exec-form-in-vi)
10569 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
10570 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
10571 (viper-del-backward-char-in-replace, viper-backward-indent)
10572 (viper-brac-function, viper-register-to-point, viper-submit-report):
10573 * net/tramp.el (tramp-remote-coding-commands):
10574 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
10575 Fix typos in docstrings.
10576
9295137d
CY
105772010-01-17 Chong Yidong <cyd@stupidchicken.com>
10578
10579 * mail/sendmail.el (mail-yank-original): Set the mark if the
10580 specified function for yanking does not do it.
10581
4d0bbcb6
DN
105822010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
10583
7902c120
DN
10584 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
10585
4d0bbcb6
DN
10586 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
10587 resyncing a directory.
10588
0b702bc1
SL
105892010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
10590
6a47c86a 10591 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
10592 (ada-ident-re): Delete ., allow multibyte characters.
10593 (ada-goto-label-re): New; matches goto labels.
10594 (ada-block-label-re): New; matches block labels.
10595 (ada-label-re): New; matches both.
10596 (ada-named-block-re): Deleted; callers changed to use
10597 `ada-block-label-re' instead.
10598 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
10599 Use `ada-block-label-re'.
10600 (ada-indent-on-previous-lines): Improve handling of goto labels.
10601 (ada-get-indent-block-start): Special-case block label.
10602 (ada-get-indent-label): Split into `ada-indent-block-label' and
10603 `ada-indent-goto-label'.
10604 (ada-goto-stmt-start, ada-goto-next-non-ws):
10605 Optionally ignore goto labels.
10606 (ada-goto-next-word): Simplify.
10607 (ada-indent-newline-indent-conditional): Insert newline before
10608 trying to fix indentation; doc fix.
10609
05287c49
JB
106102010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
10611
10612 * calc/calc.el (calc-command-flags): Give it an initial value.
10613
4963739e
JB
106142010-01-17 Juanma Barranquero <lekktu@gmail.com>
10615
4963739e
JB
10616 * files.el (minibuffer-with-setup-hook):
10617 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
10618 (artist-key-draw-continously, artist-key-do-continously-continously)
10619 (artist-key-set-point-continously, artist-mouse-draw-continously):
10620 Fix typos in docstrings.
10621
116bd1ee
CY
106222010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
10623
6a7662bb
BR
10624 * nxml/nxml-mode.el (nxml-extend-after-change-region):
10625 Never return t (Bug#3898).
116bd1ee 10626
2784cd7a 106272010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
10628
10629 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
10630 can parse the output of the external commands (Bug#5279).
10631
abd5cfe8
CY
106322010-01-16 Jari Aalto <jari.aalto@cante.net>
10633
10634 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
10635
4fe22cdf
CY
106362010-01-16 Chong Yidong <cyd@stupidchicken.com>
10637
bbdc98ef
CY
10638 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
10639
c7dc1ac1
CY
10640 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
10641
4fe22cdf
CY
10642 * startup.el (command-line): Remove unused --icon-type arg.
10643 Handle --display arg, passing it to command-line-1 (Bug#5392).
10644
045b9da7
ML
106452010-01-16 Mario Lang <mlang@delysid.org>
10646
045b9da7
ML
10647 * emacs-lisp/chart.el (chart-translate-namezone):
10648 * textmodes/artist.el (artist-compute-popup-menu-table):
10649 Remove duplicated words in doc-strings.
10650
6554a5df
CY
106512010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
10652
10653 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
10654 to mairix-search to suppress threading (Bug#5342).
10655
ca4f0e9a
KH
106562010-01-15 Kenichi Handa <handa@m17n.org>
10657
10658 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 10659 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 10660
1db3226b
GM
106612010-01-15 Glenn Morris <rgm@gnu.org>
10662
56a03f46
GM
10663 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
10664
10665 * wid-edit.el (widget-keymap): Doc fix.
10666
1db3226b
GM
10667 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
10668 former seems to be more widely accepted by various svn versions.
10669
80cd4bb4
JB
106702010-01-14 Juanma Barranquero <lekktu@gmail.com>
10671
d1f18ec0
JB
10672 * find-cmd.el (find-constituents):
10673 * vc-arch.el (vc-arch-root):
10674 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
10675 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
10676 * progmodes/ada-stmt.el (ada-if):
10677 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
10678 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
10679 (ispell-encoding8-command, ispell-aspell-supports-utf8)
10680 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
10681
80cd4bb4
JB
10682 * progmodes/flymake.el (flymake-post-syntax-check):
10683 Fix typo in error message.
10684
9c23ca47
JB
106852010-01-14 Juanma Barranquero <lekktu@gmail.com>
10686
10687 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
10688 which is always a string. (Bug#5313)
10689
8794c483
JB
106902010-01-14 Juanma Barranquero <lekktu@gmail.com>
10691
10692 * progmodes/ada-xref.el (ada-default-prj-properties):
10693 Simplify previous change.
10694
95005d39
SL
106952010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
10696
10697 * progmodes/ada-xref.el (ada-default-prj-properties):
10698 Default ada_project_path to $ADA_PROJECT_PATH.
10699
107002010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
10701
10702 * progmodes/ada-mode.el (ada-create-keymap):
10703 Override `narrow-to-defun' with `ada-narrow-to-defun'.
10704
fb0d1545
SL
107052010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
10706
10707 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
10708 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
10709 (ada-get-current-indent, ada-imenu-generic-expression)
10710 (ada-which-function): Check for it.
10711
5c9434d0
SL
107122010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
10713
10714 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
10715 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
10716
3a4f3a3b
GM
107172010-01-14 Glenn Morris <rgm@gnu.org>
10718
10719 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
10720
d9a7c140
KH
107212010-01-14 Kenichi Handa <handa@m17n.org>
10722
10723 * composite.el (auto-composition-mode): Make it a buffer local
10724 variable (permanent-local).
10725 (auto-composition-function): Set the default value to
10726 auto-compose-chars.
49caf252 10727 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
10728 (global-auto-composition-mode): Likewise.
10729 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 10730
38bee102
KF
107312010-01-13 Karl Fogel <kfogel@red-bean.com>
10732
10733 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 10734
b8b45afc
MA
107352010-01-12 Michael Albinus <michael.albinus@gmx.de>
10736
10737 * files.el (copy-directory): Compute target for recursive
10738 directories with identical names. (Bug#5343)
10739
893db5bc
GM
107402010-01-12 Glenn Morris <rgm@gnu.org>
10741
6a7662bb
BR
10742 * mail/emacsbug.el (report-emacs-bug-pretest-address):
10743 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 10744
d8b8451f
SS
107452010-01-11 Sam Steingold <sds@gnu.org>
10746
10747 * imenu.el (imenu-default-create-index-function): Detect infinite
10748 loops caused by imenu-prev-index-position-function.
10749
30afcdff
JB
107502010-01-11 Juanma Barranquero <lekktu@gmail.com>
10751
10752 * htmlfontify.el (htmlfontify-load-rgb-file)
10753 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
10754 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
10755 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
10756 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
10757 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
10758 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
10759 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
10760 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
10761 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
10762 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
10763 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
10764 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
10765 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
10766 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
10767 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
10768 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
10769 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
10770 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
10771 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
10772 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
10773 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
10774 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
10775 backslash-quoting from parentheses, etc.
10776
92b1c416
CY
107772010-01-11 Chong Yidong <cyd@stupidchicken.com>
10778
10779 * progmodes/js.el: Autoload javascript-mode alias.
10780
4454adab
JB
107812010-01-11 Juanma Barranquero <lekktu@gmail.com>
10782
10783 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
10784 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
10785 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
10786 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
10787 Fix typos in docstrings.
10788 (ffap-url-regexp): Doc fix.
10789 (ffap-at-mouse): Fix typo in message.
10790
6589a2f9
GM
107912010-01-11 Glenn Morris <rgm@gnu.org>
10792
10793 * version.el (emacs-copyright): Set copyright year to 2010.
10794
4e5617ee
SM
107952010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
10796
10797 * format.el (format-annotate-function): Only set
10798 write-region-post-annotation-function after running to-fn so as not to
10799 affect nested write-region calls (bug#5273).
10800
52bee098
CY
108012010-01-10 Chong Yidong <cyd@stupidchicken.com>
10802
a069f067
CY
10803 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
10804 wisent/python.el.
10805
e709e39d
CY
108062010-01-09 Chong Yidong <cyd@stupidchicken.com>
10807
10808 * man.el (Man-goto-section): Signal error if the section is not
10809 found (Bug#5317).
10810
6ee86780
JB
108112010-01-09 Juanma Barranquero <lekktu@gmail.com>
10812
10813 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
10814 URLs with a leading triple slash in the file: scheme. (Bug#5345)
10815
fa7b5f7b
CY
108162010-01-09 Chong Yidong <cyd@stupidchicken.com>
10817
10818 * progmodes/compile.el: Don't treat compile-command as safe if
10819 compilation-read-command might be nil (Bug#4218).
10820
de62c4d9
JD
108212010-01-09 Jan Djärv <jan.h.d@swipnet.se>
10822
10823 * startup.el (command-line-1): Use orig-argi to check for ignored X and
10824 NS options.
10825
e94be827
KH
108262010-01-08 Kenichi Handa <handa@m17n.org>
10827
4e5617ee
SM
10828 * international/fontset.el (build-default-fontset-data):
10829 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 10830
1dfae2a2
JB
108312010-01-07 Juanma Barranquero <lekktu@gmail.com>
10832
10833 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
10834 to `create-file-buffer' as it expects, not just a buffer name.
10835 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
10836 to help uniquify. (Bug#3224)
10837
d0cf45b7
JD
108382010-01-06 Jan Djärv <jan.h.d@swipnet.se>
10839
10840 * font-setting.el (font-setting-change-default-font): Use user-spec
10841 instead of name.
10842
7534fa5e
DN
108432010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
10844
10845 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
10846
fd579fdc
CY
108472010-01-05 Tom Tromey <tromey@redhat.com>
10848
4e5617ee
SM
10849 * progmodes/python.el (python-font-lock-keywords):
10850 Handle qualified decorators (Bug#881).
fd579fdc 10851
37860caf
DN
108522010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
10853
10854 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
10855 in a lightweight checkout.
10856
69db641d
KH
108572010-01-05 Kenichi Handa <handa@m17n.org>
10858
4e5617ee 10859 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 10860
b25d6a02
DN
108612010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
10862
10863 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
10864
137d88ca
DN
108652010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
10866
10867 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
10868 checkouts. (Bug#618)
3d5d0aa9 10869 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
10870 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
10871 (vc-bzr-shelve-menu-map):
10872 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
10873 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 10874
da76998b
CY
108752010-01-02 Chong Yidong <cyd@stupidchicken.com>
10876
10877 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
10878 They are valid characters in URL paths (rfc3986), and at least
10879 Firefox does not understand the encoded version (Bug#3166).
10880
b2ad70b6
CY
108812010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
10882
10883 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
10884 (octave-block-begin-or-end-regexp, octave-block-match-alist):
10885 Add "end" keyword (Bug#3061).
b2ad70b6
CY
10886 (octave-end-as-array-index-p): New function.
10887 (calculate-octave-indent): Use it.
10888
54136282
KF
108892010-01-02 Karl Fogel <kfogel@red-bean.com>
10890
10891 * bookmark.el: Consistently put the text property on the bookmark name.
10892 (bookmark-bmenu-marks-width): Bump back to 2, to include
10893 annotation marks.
10894 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
10895 property on the bookmark name, instead of not putting it at all.
10896 (bookmark-bmenu-list): Fix where we put the text property.
10897
cc4d3cad
KF
108982010-01-02 Karl Fogel <kfogel@red-bean.com>
10899
10900 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
10901 for showing buffer modified state (as added in the previous change).
10902
b894c439
KF
109032010-01-02 Karl Fogel <kfogel@red-bean.com>
10904
10905 * bookmark.el: Show modified state of bookmark buffer more accurately.
10906 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
10907 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
10908 (with-buffer-modified-unmodified): New macro.
10909 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10910 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 10911 Use new macro to preserve the buffer modified state.
b894c439 10912
3a69db53
KF
109132010-01-02 Karl Fogel <kfogel@red-bean.com>
10914
4e5617ee 10915 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
10916 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
10917 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
10918 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
10919 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
10920 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
10921 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 10922
af414f10
EZ
109232010-01-02 Eli Zaretskii <eliz@gnu.org>
10924
4e5617ee
SM
10925 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10926 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 10927
f2ec0e5e
CY
109282010-01-02 Ryan Yeske <rcyeske@gmail.com>
10929
10930 * net/rcirc.el: Add follow-link binding (Bug#4738).
10931
38c1ba62
EZ
109322010-01-02 Eli Zaretskii <eliz@gnu.org>
10933
4e5617ee 10934 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
10935 (cvs-update): New target for backward compatibility.
10936
4e5617ee 10937 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
10938 (cvs-update): New target for backward compatibility.
10939
ea2c0f5b
KF
109402010-01-02 Karl Fogel <kfogel@red-bean.com>
10941
10942 * bookmark.el: Remove gratuitous gratitude.
10943
5ae329f4
KF
109442010-01-02 Karl Fogel <kfogel@red-bean.com>
10945
c4cc8b9a 10946 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
10947 (bookmark-bmenu-save): Clear buffer modification if no marks.
10948
109492010-01-02 Karl Fogel <kfogel@red-bean.com>
10950
10951 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
10952 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
10953 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
10954 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
10955
10956 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
10957 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
10958 To: emacs-devel {_AT_} gnu.org
10959 Subject: bookmark.el bug report
10960 Date: Mon, 28 Dec 2009 14:19:16 +0800
10961 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
10962
aef053eb
KF
109632010-01-02 Karl Fogel <kfogel@red-bean.com>
10964
10965 * bookmark.el: Improvements suggested by Drew Adams:
10966 (bookmark-bmenu-ensure-position): New name for
10967 `bookmark-bmenu-check-position'. Just ensure the position,
10968 don't return any meaningful value.
10969 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
10970 New constants.
10971
0472835f
JB
109722010-01-02 Juanma Barranquero <lekktu@gmail.com>
10973
10974 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
10975 (bookmark-yank-point, bookmark-bmenu-check-position):
10976 Fix typos in docstrings.
10977 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
10978 (bookmark-name-from-full-record, bookmark-get-position)
10979 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
10980 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
10981 Remove useless quoting of parenthesis, etc. in docstrings.
10982
10983 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
10984 (ediff-append-custom-diff): Fix typo in error message.
10985 (ediff-meta-mark-equal-files): Fix typos in messages.
10986
10987 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
10988
0472835f
JB
10989 * net/imap-hash.el (imap-hash-make): Doc fix.
10990 (imap-hash-test): Fix typo in error message; reflow docstring.
10991 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
10992 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
10993 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
10994 Fix typos in docstrings.
10995 (imap-hash-open-connection): Fix typo in error message.
10996
10997 * play/gomoku.el (gomoku): Fix typos in docstring.
10998
10999 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
11000 (gdb-jsonify-buffer): Fix typos in docstring.
11001 (gdb-goto-breakpoint): Fix typo in error message.
11002 ("Display Other Windows"): Fix typo in help message.
11003 (gdb-speedbar-expand-node): Fix typo in question.
11004
11005 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
11006 (idlwave-html-system-help-location, idlwave-html-help-location)
11007 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
11008 (idlwave-help-browser-generic-args, idlwave-help-directory)
11009 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
11010 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
11011 (idlwave-online-help, idlwave-help-html-link)
11012 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
11013 Fix typos in docstrings.
11014 (idlwave-help-with-source, idlwave-help-find-routine-definition):
11015 Reflow docstrings.
11016 (idlwave-help-assistant-start): Fix typo in error message.
11017
11018 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
11019 (octave-electric-space): Fix typos in docstrings.
11020
9bbe0828
CY
110212010-01-01 Chong Yidong <cyd@stupidchicken.com>
11022
11023 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
11024
a88c46c3
CY
110252010-01-01 Juri Linkov <juri@jurta.org>
11026
11027 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 11028 increase the default to 500 (Bug#5148).
a88c46c3 11029
7ee6c59b
NR
110302009-12-31 Nick Roberts <nickrob@snap.net.nz>
11031
11032 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
11033 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
11034 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
11035
a9c8a2cd
NR
110362009-12-30 Nick Roberts <nickrob@snap.net.nz>
11037
11038 Show working revision correctly for mercurial.
11039 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 11040 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 11041
659e4408
JB
110422009-12-29 Juanma Barranquero <lekktu@gmail.com>
11043
11044 Declare some functions for the byte-compiler.
11045 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
11046 (speedbar-timer-fn, speedbar-change-expand-button-char)
11047 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
11048
7ee6c59b
NR
110492009-12-29 Nick Roberts <nickrob@snap.net.nz>
11050
11051 This changeset reverts GDB Graphical Interface to use annotations.
11052 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
11053
460f6e7c
DN
110542009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11055
11056 Make vc-dir work on subdirectories of the bzr root.
6a7662bb
BR
11057 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
11058 Return file names relative to it.
460f6e7c
DN
11059 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
11060 relative directory to vc-bzr-after-dir-status.
11061
543f553a
TH
110622009-12-28 Tassilo Horn <tassilo@member.fsf.org>
11063
11064 * font-lock.el (font-lock-refresh-defaults): New function, which
11065 can be used to let font-lock react to external changes in
11066 variables like font-lock-defaults and keywords.
11067 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
11068
2592ab76
DN
110692009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
11070
ac859983
DN
11071 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
11072
2592ab76
DN
11073 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
11074
58941d03
JB
110752009-12-28 Juanma Barranquero <lekktu@gmail.com>
11076
11077 Supersede color.diff settings in git log (bug#5211).
11078
11079 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
11080 escape chars in its output when the user has color.diff set to `always'.
11081 This fix works on git 1.4.2 and newer (released on 2006-08-13).
11082
39764e76
KR
110832009-12-26 Kevin Ryde <user42@zip.com.au>
11084
11085 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
11086 node. Keep previous "Index" name to work with past coreutils too.
11087
91c4831e
KR
11088 * man.el (man): Revise docstring a bit to show -a and -l as
11089 examples. Add -k description since support for it has otherwise
11090 been a secret. (Further to bug#3717.)
651e932e
KR
11091 (Man-bgproc-sentinel): When "-k foo" produces no output show error
11092 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 11093 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 11094
7f4d4a97
MA
110952009-12-26 Michael Albinus <michael.albinus@gmx.de>
11096
11097 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
11098 switches. Check also for //SUBDIRED// line.
11099
bcffff46
KH
111002009-12-25 Kenichi Handa <handa@m17n.org>
11101
88b5a757 11102 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
11103 handle ZWNJ and ZWJ. Use it in composition-function-table for
11104 Devanagari.
11105 (malayalam-composable-pattern): Fix previous change.
11106
dc1dcfa4
VJL
111072009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11108
11109 * ps-print.el (ps-face-attributes): It was not returning the
11110 attribute face for faces specified as string. Reported by harven
80525855 11111 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
11112 (ps-print-version): New version 7.3.5.
11113
6fe539d2
UJ
111142009-12-18 Ulf Jasper <ulf.jasper@web.de>
11115
85626eef 11116 * calendar/icalendar.el (icalendar--convert-tz-offset):
88b5a757
DD
11117 Fix timezone names.
11118 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
11119 (icalendar--add-diary-entry): Remove the trailing blank that
11120 diary-make-entry inserts.
11121
1f3611c6
MA
111222009-12-17 Michael Albinus <michael.albinus@gmx.de>
11123
11124 Make `file-expand-wildcards' work for remote files.
11125
11126 * files.el (file-expand-wildcards): In case of remote files, check
11127 only local file name part for wildcards. Provide feature 'files
11128 and subfeature 'remote-wildcards. (Bug#5198)
11129
11130 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
11131 if there is already an established connection.
11132 (tramp-advice-file-expand-wildcards): Remove it.
11133
11134 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 11135 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
11136 Activate advice for older GNU Emacs versions. (Bug#5237)
11137
9762b219
JB
111382009-12-17 Juanma Barranquero <lekktu@gmail.com>
11139
11140 Some doc fixes (more needed).
11141
11142 * find-cmd.el (find-constituents): Reflow docstring.
11143 (find-cmd, find-prune, find-command): Fix typos in docstrings.
11144 (find-generic): Doc fix.
11145
cfb54897
JL
111462009-12-17 Juri Linkov <juri@jurta.org>
11147
11148 Fix regression from 23.1 to allow multiple modes in Local Variables.
11149
11150 * files.el (hack-local-variables-filter): While ignoring duplicates,
11151 don't take `mode' into account.
85626eef
SM
11152 (hack-local-variables-filter, hack-dir-local-variables):
11153 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 11154
ad974e9e
JL
111552009-12-17 Juri Linkov <juri@jurta.org>
11156
85626eef 11157 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
11158
11159 * dired-aux.el (dired-diff): Signal an error when `file' equals to
11160 `current' or when `file' is a directory of the `current' file.
11161
3616e0b9
AS
111622009-12-17 Andreas Schwab <schwab@linux-m68k.org>
11163
11164 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
11165 unconditionally preloaded files.
11166
72b57560
JL
111672009-12-16 Juri Linkov <juri@jurta.org>
11168
11169 Revert to old 23.1 logic of using the file at the mark as default.
11170 * dired-aux.el (dired-diff): Use the file at the mark as default
11171 if it's not the same as the current file, and the target dir is
11172 the current dir or the mark is active. Add the current file
11173 as the arg of `dired-dwim-target-defaults'. Use the default file
11174 in the prompt. (Bug#5225)
11175
68712eb6
MA
111762009-12-15 Michael Albinus <michael.albinus@gmx.de>
11177
11178 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
11179 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
11180 (tramp-check-for-regexp): Check also, when an echoing shell stops
11181 to echo sent commands.
11182
fd471993
CY
111832009-12-14 Chong Yidong <cyd@stupidchicken.com>
11184
11185 * Makefile.in: Revert last change (Bug#5191).
11186
86b5e14c
DN
111872009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
11188
11189 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
11190 (vc-hg-working-revision): Make sure the command is executed in a
11191 known environment so that we can parse the output. (Bug#4417)
86b5e14c 11192
8cffbb75
CY
111932009-12-14 Chong Yidong <cyd@stupidchicken.com>
11194
11195 * progmodes/python.el (python-symbol-completions): Remove text
11196 properties from symbol string before calling python-send-receive.
11197
6c2b67ad
NR
111982009-12-14 Nick Roberts <nickrob@snap.net.nz>
11199
11200 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 11201 when there are values for both file and line. (Bug#5060)
6c2b67ad 11202
ff6f4585
JL
112032009-12-14 Juri Linkov <juri@jurta.org>
11204
11205 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
11206 whitespace after the file name of the first line of unified format,
11207 because git-diff doesn't output whitespace and file modification time
11208 after the file name.
11209
d3de1c8e
JL
112102009-12-14 David Kastrup <dak@gnu.org>
11211
11212 * info.el (Info-hide-cookies-node): Before hiding a cookie,
11213 check if it already has the `display' property added by
11214 `Info-display-images-node', and not put the `invisible' property
11215 in this case.
11216
2f1b7dc4
GM
112172009-12-13 Glenn Morris <rgm@gnu.org>
11218
a0cefee5
GM
11219 * mail/emacsbug.el (message-sort-headers): Define for compiler.
11220 (report-emacs-bug): In message-mode, sort manually before storing
11221 original report text. (Bug#5178)
2f1b7dc4
GM
11222 Remove superfluous save-excursion.
11223
31bb373f
MA
112242009-12-12 Michael Albinus <michael.albinus@gmx.de>
11225
11226 * net/dbus.el (dbus-property-handler): Filter lambda forms out
11227 when responding to "GetAll" properties.
11228
5e1d4968
CY
112292009-12-12 Chong Yidong <cyd@stupidchicken.com>
11230
11231 * simple.el (compose-mail): Remove mail-setup-with-from from
11232 customization checks.
11233
097d86f9
EZ
112342009-12-12 Eli Zaretskii <eliz@gnu.org>
11235
11236 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
11237 RAR archives created on Unix systems.
11238
1d4adede
SM
112392009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
11240
11241 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
11242 the varalias that was accidentally removed by the 2009-11-19 change
11243 (bug#5186).
11244
3ff3655c
KH
112452009-12-12 Kenichi Handa <handa@m17n.org>
11246
11247 * language/indian.el (indian-compose-regexp): New function.
11248 (malayalam-composable-pattern): Fix the pattern.
11249 (composition-function-table): Set malayalam-composable-pattern for
11250 Malayalam characters.
11251
82d3343c
CY
112522009-12-11 Chong Yidong <cyd@stupidchicken.com>
11253
315eb96d
CY
11254 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
11255 rather than down-mouse-1, based on follow-link conventions.
11256
82d3343c
CY
11257 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
11258 are compiled.
11259
86a4c7ac
DN
112602009-12-11 Michael McNamara <mac@mail.brushroad.com>
11261
bf0b361c 11262 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
11263 (verilog-vmm-statement-re, verilog-ovm-statement-re)
11264 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
11265 (verilog-leap-to-head, verilog-backward-token):
11266 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
11267
112682009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
11269
bf0b361c
JB
11270 * progmodes/verilog-mode.el (verilog-auto-lineup)
11271 (verilog-nameable-item-re): Cleanup user-visible spelling and
11272 documentation errors. One reported by Gary Delp.
1d4adede 11273 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
11274 (verilog-read-decls): Fix AUTOWIRE with types declared in a
11275 package, bug195. Reported by Pierre-David Pfister.
11276
fe03f49a
GM
112772009-12-11 Glenn Morris <rgm@gnu.org>
11278
47641aac
GM
11279 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
11280
85094855
GM
11281 * mail/emacsbug.el: No longer require sendmail.
11282 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
11283 (report-emacs-bug-orig-text): Doc fix.
11284 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
11285 New local variables, to adapt to different mail-user-agents.
11286 (report-emacs-bug): Fix test for a gnu.org address.
11287 Use overlays for emphasis, since font-lock defeats 'face property.
11288 Pretest bugs also end up at the newsgroup these days.
11289 Stop message-mode stripping text properties.
11290 Set and use the new buffer-local variables.
11291 (report-emacs-bug-hook): Add doc-string.
11292 Remove some unnecessary save-excursions and simplify.
11293 Use the appropriate hook and send-command.
11294
fe03f49a
GM
11295 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
11296 capitalization of some menu entries.
11297
345427f0
VJL
112982009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11299
277e6741
MP
11300 * whitespace.el (whitespace-display-char-on):
11301 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
11302 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
11303 New version 12.1.
11304
c70ccbba
EZ
113052009-12-10 Eli Zaretskii <eliz@gnu.org>
11306
11307 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
11308 characters in the Attribute field.
11309
f1943c1b
DN
113102009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
11311
11312 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
11313
1c67aeaa
SM
113142009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
11315
11316 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
11317 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11318 Disregard autoload-excludes.
11319 (update-directory-autoloads): Obey autoload-excludes here instead.
11320 But don't store its contents in no-autoloads and remove entries that
11321 refer to excludes files.
11322
d8194864
GM
113232009-12-10 Glenn Morris <rgm@gnu.org>
11324
8c0171c0
GM
11325 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
11326 (expand-mail-aliases): Define for compiler.
11327
dba372dd
GM
11328 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
11329 Define for compiler.
11330
d8194864
GM
11331 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
11332 appropriate for the mail-user-agent in use.
11333
fe5facd3
MA
113342009-12-09 Michael Albinus <michael.albinus@gmx.de>
11335
11336 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
11337
99999a1d
DN
113382009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
11339
11340 Fix short log parsing and fontification.
11341 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
11342 Fix fontification for the [merge] label.
11343
2ea1c4aa
SM
113442009-12-09 Vivek Dasmohapatra <vivek@etla.org>
11345
85626eef 11346 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
11347 * htmlfontify.el (hfy-ignored-properties): New defcustom.
11348 (hfy-fontify-buffer): Use it.
11349
9840deb6
SM
113502009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
11351
a0d1aadf
SM
11352 Minor cleanup.
11353 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
11354 Adjust all callers.
11355 (ffap-locate-file): Remove unused arg `dir-ok' and make other
11356 args compulsory. Adjust callers.
11357 (ffap-gopher-at-point): Remove unused var `name'.
11358
9840deb6
SM
11359 Get rid of the ELCFILES abomination.
11360 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
11361 (compile-elcfiles): New phony target.
11362 (compile-main): Compute ELCFILES dynamically.
11363 (compile-clean): New target to remove left-over elc files.
11364 (compile, all): Use it.
11365
7eb3f9a8
KH
113662009-12-09 Kenichi Handa <handa@etlken>
11367
11368 * international/mule-diag.el: Require help-mode instead of help-fns.
11369
ae63e572
KH
113702009-12-09 Kenichi Handa <handa@m17n.org>
11371
5ce6e4f4 11372 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
11373 fine ranges instead of pre-calculating accurate ranges.
11374 Iterate with bigger gc-cons-threshold.
ae63e572 11375
e2f3c692
DN
113762009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11377
11378 Add support for stashing a snapshot of the current tree.
11379 * vc-git.el (vc-git-stash-snapshot): New function.
11380 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
11381
cf6d0352
JB
113822009-12-08 Jose E. Marchesi <jemarch@gnu.org>
11383
11384 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
11385 instead of `(beginning|end)-of-line'.
11386
48e4acc9
GM
113872009-12-08 Glenn Morris <rgm@gnu.org>
11388
6e890faa
GM
11389 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
11390
48e4acc9
GM
11391 * Makefile.in (ELCFILES): Regenerate.
11392
d2a1dc7b
JL
113932009-12-07 Juri Linkov <juri@jurta.org>
11394
11395 Don't lazy-highlight the comint output in history Isearch mode.
11396
11397 * comint.el (comint-history-isearch-search): Instead of
11398 `comint-line-beginning-position', use `comint-after-pmark-p'
11399 to check if point if before the process mark, and go to
11400 `process-mark' in this case.
11401
51ef56c4
SM
114022009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
11403
fb10ee4a
SM
11404 * textmodes/tex-mode.el (latex-complete)
11405 (latex-indent-or-complete): Remove.
11406 (latex-mode): Set completion-at-point-functions instead.
11407
11408 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
11409 * minibuffer.el (completion-at-point-functions): New var.
11410 (completion-at-point): New command.
fb10ee4a 11411 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
11412 * progmodes/python.el (python-mode-map): Use completion-at-point.
11413 (python-completion-at-point): Rename from python-partial-symbol and
11414 adjust for use in completion-at-point-functions.
11415 (python-mode): Setup completion-at-point for Python completion.
11416 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
11417 extracted from lisp-complete-symbol.
11418 (lisp-complete-symbol): Use it.
11419 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
11420 setup completion-at-point for Elisp completion.
fb10ee4a
SM
11421 (emacs-lisp-mode-map, lisp-interaction-mode-map):
11422 Use completion-at-point.
51ef56c4 11423 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 11424 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
11425 * progmodes/sym-comp.el: Move to...
11426 * obsolete/sym-comp.el: Move from progmodes.
11427
5e7a9022
EZ
114282009-12-07 Eli Zaretskii <eliz@gnu.org>
11429
11430 Prevent save-buffer in Rmail buffers from using the coding-system
11431 of the current message, and from clobbering the encoding mnemonics
11432 in the mode line (Bug#4623).
11433
11434 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
11435 flag, too.
11436 (rmail-message-encoding): New variable.
11437 (rmail-write-region-annotate): Record the encoding of the current
11438 message in rmail-message-encoding.
11439 (rmail-after-save-hook): New function, restores the encoding of
11440 the current message after the message collection is saved.
11441
9136e895
JL
114422009-12-07 Juri Linkov <juri@jurta.org>
11443
11444 * progmodes/grep.el (grep-read-files): Use `completing-read'
11445 instead of `read-string'. Set its `collection' arg to
11446 `read-file-name-internal'. (Bug#4301)
11447
40637410
JL
114482009-12-07 Juri Linkov <juri@jurta.org>
11449
11450 Correctly restore original Isearch point. (Bug#4994)
11451
11452 * isearch.el (isearch-mode): Move `isearch-push-state' after
11453 `(run-hooks 'isearch-mode-hook)'.
11454 (isearch-cancel): When `isearch-push-state-function' is defined,
11455 let-bind `isearch-cmds' to the first state (the last element of
11456 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
11457 function and restores the original point). Otherwise, move point
11458 to `isearch-opoint'.
11459
da10ce2b
SM
114602009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
11461
11462 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
11463 chars that don't have names, so the table can be built much faster at
11464 run-time.
11465
3d68fa99
CY
114662009-12-07 Chong Yidong <cyd@stupidchicken.com>
11467
f82b1493
CY
11468 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
11469 change. Suggested by David Kastrup.
11470
3d68fa99
CY
11471 * simple.el (compose-mail): Check for incompatibilities and warn.
11472 (compose-mail-user-agent-warnings): New option.
11473
662c5698
DN
114742009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
11475
11476 Support showing a single log entry from vc-annotate.
11477 * vc.el (print-log): Add a new argument: START-REVISION.
11478 (vc-print-log-internal): Add a new optional argument and
11479 pass it to the backend.
11480 (vc-print-log, vc-print-root-log): Adjust callers.
11481 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
11482 buffer already displays the requested log entry, use it.
11483 Otherwise display only the log entry in question.
11484 * vc-svn.el (vc-svn-print-log):
e4070cdc 11485 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
11486 * vc-hg.el (vc-hg-state):
11487 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
11488 (vc-git-show-log-entry): Return t on success.
11489 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
11490 (vc-bzr-show-log-entry): Return t on success.
11491 * vc-rcs.el (vc-rcs-print-log):
11492 * vc-sccs.el (vc-sccs-print-log):
11493 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
11494
e4070cdc
GM
114952009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
11496
5ce6e4f4
JB
11497 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
11498 Add menus to the meta mode. (Bug#5043)
e4070cdc 11499
5ce6e4f4 115002009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
11501
11502 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 11503 event-key.
662c5698 11504
662c5698
DN
11505 * ediff.el (ediff-buffers-internal): Add unwind-protect.
11506
dab816a9
MA
115072009-12-07 Michael Albinus <michael.albinus@gmx.de>
11508
11509 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
11510 Berbain <raphael.berbain@gmail.com>.
11511
11512 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
11513 characters.
11514 (tramp-initial-end-of-output): New defconst.
11515 (tramp-methods, tramp-find-shell)
11516 (tramp-open-connection-setup-interactive-shell)
11517 (tramp-maybe-open-connection): Use it.
6a7662bb
BR
11518 (tramp-shell-prompt-pattern, tramp-wait-for-output):
11519 Handle existence of `#' and `$'.
dab816a9 11520
6a7662bb
BR
11521 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
11522 Use `tramp-initial-end-of-output'.
dab816a9 11523
a91e1f6b
DN
115242009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
11525
11526 Get the background mode from the terminal for xterm, and set
11527 faces accordingly.
11528 * term/xterm.el (xterm-set-background-mode): New function.
11529 (terminal-init-xterm): Use it in case xterm supports background
11530 color queries. Recompute faces after getting the background
11531 color.
11532
5fa9d1ec
GM
115332009-12-07 Ulrich Mueller <ulm@gentoo.org>
11534
11535 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
11536 number comment back on its own line, for easier parsing.
11537
5e9fde5e
SM
115382009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
11539
11540 Make it work for non-file buffers (bug#5102).
11541 * doc-view.el (doc-view-current-cache-dir):
11542 Use doc-view-buffer-file-name rather than buffer-file-name.
11543 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
11544
2f2f5242
CY
115452009-12-06 Óscar Fuentes <ofv@wanadoo.es>
11546
11547 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
11548 author field is too short.
11549
cebf8ec6
DN
115502009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
11551
5e9fde5e
SM
11552 * vc-git.el (vc-git-print-log): Handle a limit argument.
11553 Display the short log in graph form and with labels.
0d3f8a78
DN
11554 (vc-git-log-view-mode): Handle labels.
11555
cebf8ec6
DN
11556 Make vc-revert change VC state from 'added to 'unregistered.
11557 * vc-git.el (vc-git-revert): Call git reset first.
11558
8e39154d
UJ
115592009-12-06 Ulf Jasper <ulf.jasper@web.de>
11560
d8194864
GM
11561 * net/newst-backend.el, net/newst-plainview.el:
11562 * net/newst-reader.el, net/newst-ticker.el:
11563 * net/newst-treeview.el, net/newsticker.el:
11564 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 11565
ef187c24
CY
115662009-12-06 Chong Yidong <cyd@stupidchicken.com>
11567
238a0f3a
CY
11568 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
11569
2c6bb71a
CY
11570 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
11571 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
11572 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
11573 Update annotation regexp.
11574
ef187c24
CY
11575 * simple.el (beginning-of-visual-line): Constrain to field
11576 boundaries (Bug#5106).
11577
571855b6
UJ
115782009-12-06 Ulf Jasper <ulf.jasper@web.de>
11579
6a7662bb
BR
11580 * xml.el (xml-substitute-numeric-entities):
11581 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 11582 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
11583 * net/newst-backend.el (newsticker--parse-generic-feed)
11584 (newsticker--parse-generic-items)
6a7662bb
BR
11585 (newsticker--decode-numeric-entities):
11586 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 11587 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 11588
b857059c
CY
115892009-12-06 Daniel Colascione <dan.colascione@gmail.com>
11590
11591 * progmodes/js.el (js--js-not): Add null to the list of values.
11592
c2dae51b
CY
115932009-12-06 Chong Yidong <cyd@stupidchicken.com>
11594
d8194864 11595 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 11596
ed0f72d2
RW
115972009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11598
11599 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
11600 delimiter if it is at the end of the current line.
11601 (bibtex-generate-url-list): Fix docstring.
11602
365b9a62
SM
116032009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11604
11605 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
11606 minibuffer's content with itself.
11607 Fold the confirm-after-completion case into the `confirm' case.
11608 (completion-pcm-word-delimiters): Add : and / to the delimiters.
11609
990a9cb1
KR
116102009-12-06 Kevin Ryde <user42@zip.com.au>
11611
11612 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 11613 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 11614
8b5a10db 11615 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 11616 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 11617
065543e7
JL
116182009-12-05 Juri Linkov <juri@jurta.org>
11619
11620 Save and restore dired buffer's point positions too. (Bug#4880)
11621
11622 * dired.el (dired-save-positions): Return in the first element
11623 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
11624 Doc fix.
11625 (dired-restore-positions): First restore buffer's position.
11626 While restoring window's positions, check if window still displays
11627 the original buffer.
11628
503edac9
CY
116292009-12-05 Chong Yidong <cyd@stupidchicken.com>
11630
9a594ee6
CY
11631 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
11632 if possible.
11633
925f8c70
CY
11634 * shell.el (shell): Require ansi-color (Bug#5113).
11635
11636 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
11637
503edac9
CY
11638 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
11639
8fea6b33
AM
116402009-12-05 Alan Mackenzie <acm@muc.de>
11641
11642 * progmodes/cc-mode.el (c-before-hack-hook)
11643 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
11644 `c-file-style' to work again. This reversion restores the current
212c5aef 11645 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 11646
5d1fd962
CY
116472009-12-05 Kevin Ryde <user42@zip.com.au>
11648
6a7662bb
BR
11649 * textmodes/sgml-mode.el (sgml-lexical-context):
11650 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 11651
30760c8b
JL
116522009-12-05 Juri Linkov <juri@jurta.org>
11653
11654 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
11655 for virtual nodes. (Bug#4147)
11656 (Info-find-node-2): Set `Info-current-node-virtual' to nil
11657 when moving from a virtual node.
11658 (Info-mode-menu): Add `Info-virtual-index' to the menu.
11659 (Info-mode): Add `Info-virtual-index' to the docstring.
11660
403111a8
RW
116612009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11662
11663 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
11664 track of the buffer position of the end of a BibTeX entry as this
11665 position may change during reformatting.
11666 (bibtex-format-entry): Remove whitespace before processing
11667 numerical fields so that we recognize the latter properly.
11668 (bibtex-reformat): Do not use push which changes the global value
11669 of bibtex-entry-format.
11670 (bibtex-field-braces-alist, bibtex-field-strings-alist)
11671 (bibtex-field-re-init): Replace only space characters by regexp
11672 for whitespace.
365b9a62 11673 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
11674 (bibtex-initialize): Also update bibtex-strings.
11675 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
11676 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
11677 Update bibtex-reference-keys.
403111a8 11678
25b54627
SM
116792009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
11680
11681 * minibuffer.el (completion-pcm--merge-try): Also consider placing
11682 point after a star, if that's the only place where modifications can
11683 make progress.
11684
35639eb4
DN
116852009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
11686
11687 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
11688 in docstrings.
11689
8b78760b
JL
116902009-12-04 Juri Linkov <juri@jurta.org>
11691
11692 * proced.el (proced): Call `(proced-update t)' to update process
11693 information instead of only running proced-post-display-hook.
11694 (proced-send-signal): Add a leading space to the buffer name
11695 " *Marked Processes*" to make this buffer ephemeral.
11696
2b3489a7
JL
116972009-12-04 Juri Linkov <juri@jurta.org>
11698
11699 * dired.el (dired-auto-revert-buffer): New defcustom.
11700 (dired-internal-noselect): Use it.
11701
9b9debd1
JL
117022009-12-04 Juri Linkov <juri@jurta.org>
11703
11704 Change roles of modes and functions in image-mode.el (Bug#5062).
11705
11706 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
11707 in `auto-mode-alist'.
11708 (image-mode-previous-major-mode): New variable.
11709 (image-minor-mode-map): Rename from `image-mode-text-map'.
11710 (image-mode): Move graceful error-handling code from
11711 `image-minor-mode' to here. On errors call `image-mode-as-text'.
11712 (image-minor-mode): Remove all image-handling code.
11713 Replace `image-mode-text-map' with `image-minor-mode-map'.
11714 Check for `image-type' in mode-line format string.
11715 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
11716 (image-mode-as-text): New function with most code from
11717 `image-mode-maybe'.
11718 (image-toggle-display-text): Move code that removes image
11719 properties from `image-toggle-display' to here.
11720 (image-toggle-display-image): New function with code that adds
11721 image properties copied from `image-toggle-display'.
11722 (image-toggle-display): Remove most code with leaving only code
11723 that toggles between `image-mode-as-text' and `image-mode'.
11724
0c74a301
UJ
117252009-12-04 Ulf Jasper <ulf.jasper@web.de>
11726
11727 * net/newst-treeview.el
11728 (newsticker--treeview-list-highlight-start): Restored call to
11729 save-excursion: Selected item was stuck.
11730 (newsticker--treeview-list-select): New.
11731 (newsticker--treeview-item-show-text)
11732 (newsticker--treeview-item-show)
11733 (newsticker--treeview-item-update): Use new
11734 newsticker-treeview-item-mode.
11735 (newsticker-treeview-update): Keep current item.
11736 (newsticker-treeview-next-new-or-immortal-item): Doc change.
11737 (newsticker--treeview-first-feed): Doc change.
11738 (newsticker-treeview-list-menu)
88b5a757 11739 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
11740 (newsticker-treeview-item-mode): New.
11741
5ce6e4f4 11742 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
11743 windows.
11744
9eaeec5b
SS
117452009-12-04 Sam Steingold <sds@gnu.org>
11746
11747 * log-view.el (log-view-mode-map): "q" calls quit-window,
11748 like in all the other non-self-insert buffers.
11749
b2bf5be5
SM
117502009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
11751
11752 Minor cleanup.
11753 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
11754 key decoding rather than do it manually via last-input-event +
11755 ascii-character.
11756 (term-exec): Use delete-and-extract-region.
11757 (term-handle-ansi-terminal-messages): Remove unused var `end'.
11758 (term-process-pager): Remove unused var `i'.
11759 (term-dynamic-simple-complete): Make obsolete.
11760 (serial-update-config-menu): Remove unused vars `y' and `str'.
11761 (term-update-mode-line): Remove unused var `temp'.
11762
46e5c897
DN
117632009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
11764
11765 Limit the number of log entries displayed by default.
11766 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
11767 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
11768 using a prefix argument.
11769
627e0a14
GM
117702009-12-03 Glenn Morris <rgm@gnu.org>
11771
11772 * progmodes/idlwave.el (class): Restore still useful declaration.
11773
8578c224
AM
117742009-12-03 Alan Mackenzie <acm@muc.de>
11775
4abc318c 11776 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 11777
b2bf5be5
SM
11778 * progmodes/cc-mode.el (c-basic-common-init):
11779 Call c-state-cache-init.
9762b219 11780 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 11781 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 11782 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
11783
11784 * progmodes/cc-langs.el (c-before-font-lock-function):
11785 c-extend-and-neutralize-syntax-in-CPP has been renamed
11786 c-neutralize-syntax-in-and-mark-CPP.
11787
11788 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
11789 with `category' properties now, not `syntax-table' ones.
11790
11791 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
11792 enhanced (but slower) version of c-end-of-macro that won't land
11793 inside a literal or on another awkward character.
11794 (c-state-cache-too-far, c-state-cache-start)
11795 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
11796 (c-state-nonlit-pos-cache-limit, c-state-point-min)
11797 (c-state-point-min-lit-type, c-state-point-min-lit-start)
11798 (c-state-min-scan-pos, c-state-brace-pair-desert)
11799 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
11800 buffer local variables.
11801 (c-state-literal-at, c-state-lit-beg)
11802 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
11803 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
11804 (c-state-cache-top-paren, c-state-cache-after-top-paren)
11805 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
11806 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
11807 (c-renarrow-state-cache)
11808 (c-append-lower-brace-pair-to-state-cache)
11809 (c-state-push-any-brace-pair, c-append-to-state-cache)
11810 (c-remove-stale-state-cache)
11811 (c-remove-stale-state-cache-backwards, c-state-cache-init)
11812 (c-invalidate-state-cache-1, c-parse-state-1)
11813 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
11814 (c-parse-state): Enhance and refactor.
11815 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
11816
11817 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
11818 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
11819 modify to use category text properties rather than syntax-table ones.
11820 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
11821 to switch off/on the syntactic paren property of C++ template
11822 delimiters using the category property.
11823 (c-with-<->-as-parens-suppressed): Macro to invoke code with
11824 template delims suppressed.
11825 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
11826 New constant/macros which apply category properties to the start
11827 and end of preprocessor constructs.
b2bf5be5 11828 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
11829 "comment out" the syntactic value of characters in preprocessor
11830 constructs.
11831 (c-with-cpps-commented-out)
11832 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
11833 with characters in all or all but one preprocessor constructs
11834 "commented out".
11835
0d4dc442
RW
118362009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11837
11838 * proced.el (proced-filter-alist): Use regexp-quote.
11839
a09dc9bf
MA
118402009-12-03 Michael Albinus <michael.albinus@gmx.de>
11841
11842 Cleanup.
11843 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
11844 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
11845 arguments. Expand `default-directory'.
11846
11847 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
11848 the benefit of returning an expanded localname.
11849 (tramp-tramp-file-p): Handle the case NAME is not a string.
11850
3f6bd790
DN
118512009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
11852
4dfb3b9c
DN
11853 Add support for bzr shelve/unshelve.
11854 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
11855 (vc-bzr-extra-menu-map): New variables.
11856 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
11857 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
11858 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
11859 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
11860 (vc-bzr-dir-extra-headers): Display shelves.
11861
3f6bd790
DN
11862 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
11863
842d73a1
SM
118642009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11865
11866 * textmodes/bibtex.el (bibtex-complete-internal):
11867 Use completion-in-region.
11868 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
11869
7fa4876f
DN
118702009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
11871
11872 Support applying stashes. Improve UI.
11873 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
11874 (vc-git-stash-apply, vc-git-stash-pop)
11875 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
11876 (vc-git-stash-menu): New functions.
11877 (vc-git-stash-menu-map): New variable.
11878 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
11879
d6e82452
GM
118802009-12-03 Glenn Morris <rgm@gnu.org>
11881
11882 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
11883 (vc-print-log-internal): Fix previous change.
11884 (vc-revert): Correct pluralization.
11885
8d222148
SM
118862009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11887
ea52206b
SM
11888 * progmodes/make-mode.el (makefile-special-targets-list): No need for
11889 it to be an alist any more.
11890 (makefile-complete): Use completion-in-region.
11891
69a94a37
SM
11892 * progmodes/octave-mod.el (octave-complete-symbol):
11893 Use completion-in-region.
11894
8d222148
SM
11895 Misc cleanup.
11896 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
11897 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
11898 (idlwave-complete-class): Don't quote lambda.
11899 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
11900 (idlwave-mode-map): Move initialization into declaration.
11901 (idlwave-action-and-binding): Use backquotes.
11902 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
11903 Simplify.
11904 (idlwave-is-pointer-dereference): Remove unused var `pos'.
11905 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
11906 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
11907 `parts', and `all-parts'.
11908 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
11909 (idlwave-convert-xml-system-routine-info): Remove unused string
11910 `version-string'.
11911 (idlwave-display-user-catalog-widget): Use dolist.
11912 (idlwave-scanning-lib): Declare dynamically-scoped var.
11913 (idlwave-scan-library-catalogs): Remove unused var `flags'.
11914 (completion-highlight-first-word-only): Declare to silence bytecomp.
11915 (idlwave-popup-select): Tighten scope of `resp'.
11916 (idlwave-find-struct-tag): Remove unused var `beg'.
11917 (idlwave-after-load-rinfo-hook): Declare.
11918 (idlwave-sintern-class-info): Remove unused var `taglist'.
11919 (idlwave-find-class-definition): Remove unused var `list'.
11920 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
11921 (idlwave-what-module-find-class): Remove unused var `classes'.
11922
3bb8691b
JB
119232009-12-03 Juanma Barranquero <lekktu@gmail.com>
11924
11925 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
11926
f72f0c23
SM
119272009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11928
11929 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
11930 buffers visited. Remove redundant current-buffer-saving.
11931
601a9508
SM
119322009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11933
11934 Use completion-in-buffer and remove uses of dynamic scoping.
11935 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
11936 (pascal-buffer-to-use, pascal-flag): Don't declare.
11937 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
11938 (pascal-get-completion-decl, pascal-keyword-completion):
11939 Add `pascal-str' argument, save-excursion,
11940 return the found completions, and don't filter with pascal-pred.
11941 (pascal-completion-cache): New var.
11942 (pascal-completion): Don't switch buffer any more (it was never
11943 necessary). Don't save-excursion any more (it's done by the called
11944 subroutines). Use a cache to avoid redundant computations.
11945 Use complete-with-action rather than pascal-completion-response and
11946 let it apply the predicate as well.
11947 (pascal-complete-word): Use completion-in-buffer when
11948 pascal-toggle-completions is nil.
11949 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
11950 not used any more.
11951 (pascal-comp-defun): Don't change buffer any more.
11952 Use complete-with-action rather than pascal-completion-response and
11953 let it apply the predicate as well.
11954 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
11955 when neded.
11956
1ff4cb98
KH
119572009-12-02 Kenichi Handa <handa@m17n.org>
11958
11959 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
11960 shape for all Indic scripts.
11961
bb12edf1
SM
119622009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11963
11964 Use completion-in-buffer.
11965 * wid-edit.el (widget-field-text-end): New function.
11966 (widget-field-value-get): Use it.
11967 (widget-string-complete, widget-file-complete)
11968 (widget-color-complete): Use it and completion-in-region.
11969 (widget-complete): Don't narrow the buffer.
11970
5813f6ef
GM
119712009-12-02 Glenn Morris <rgm@gnu.org>
11972
c920f222
GM
11973 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
11974 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
11975 * mail/rmailsum.el: Replace all pop-to-buffer calls with
11976 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 11977
5813f6ef
GM
11978 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
11979 save-excursion with save-current-buffer.
11980 Widen before searching. (Bug#5093)
11981 (diary-list-sexp-entries): Remove superfluous save-excursion.
11982
34b1d750
GM
119832009-12-02 Michael Welsh Duggan <mwd@cert.org>
11984
11985 * woman.el (woman-make-bufname): Handle man-pages with "." in the
11986 name. (Bug#5038)
11987
b2d5f31a
GM
119882009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
11989
11990 * ido.el (ido-file-internal): Handle filenames at point that do
11991 not have a directory part. (Bug#5049)
11992
c710ac3c
JB
119932009-12-02 Juanma Barranquero <lekktu@gmail.com>
11994
11995 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
11996 (mpc-songs-jump-to, mpc-resume): Doc fixes.
11997
9946be46
SM
119982009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
11999
12000 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
12001 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
12002 any more.
12003
b08016f2
SM
120042009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12005
e7440df4
SM
12006 * comint.el (comint-insert-input): Ignore clicks to the right of
12007 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
12008
3bb8691b 12009 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
12010 terminate before setting up the major mode.
12011
f3b757f5
SM
12012 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
12013 in case.
12014
a2877f1d
SM
12015 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
12016 the last element.
12017
b08016f2
SM
12018 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
12019
782d6e30
GM
120202009-12-01 Glenn Morris <rgm@gnu.org>
12021
12022 * window.el (window--display-buffer-2): Fix previous changes.
12023
28f57f7e
CY
120242009-12-01 Chong Yidong <cyd@stupidchicken.com>
12025
12026 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
12027
c31a2fdc
GM
120282009-12-01 Glenn Morris <rgm@gnu.org>
12029
12030 * Makefile.in (ELCFILES): Add mpc.elc.
12031
e1ada222
SM
120322009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12033
12034 * mpc.el: New file.
12035
0c9ff2c5
GM
120362009-12-01 Glenn Morris <rgm@gnu.org>
12037
3689984f
GM
12038 * window.el (window-to-use): Define for compiler.
12039
3ab4308b
GM
12040 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
12041 consistent with others (no final period).
12042
0c9ff2c5
GM
12043 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
12044 (rmail-mime-show): Downcase the encoding. (Bug#5070)
12045
fb0c18ff
DN
120462009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
12047
12048 Make vc-print-log buttons work.
045b9da7 12049 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 12050
2ac7e73e
JB
120512009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
12052
12053 * savehist.el (savehist-autosave-interval): Allow setting to nil
12054 through customize. (Bug#5056)
12055
5237d741
JB
120562009-11-30 Juanma Barranquero <lekktu@gmail.com>
12057
12058 Fix references to jit-lock properties.
12059 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
12060 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
12061 (perl-font-lock-special-syntactic-constructs):
12062 Quote jit-lock-defer-multiline property.
12063
379241fa
DN
120642009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
12065
12066 * vc-git.el (vc-git-registered): Call vc-git-root only once.
12067
054ae856
JL
120682009-11-30 Juri Linkov <juri@jurta.org>
12069
12070 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
12071 value `buffer' of `multi-isearch-next-buffer-current-function'.
12072 Use `(current-buffer)' when `buffer' is nil.
12073 (multi-isearch-next-buffer-from-list): Don't fallback to
12074 `(current-buffer)' when `buffer' is nil. (Bug#4947)
12075
67296dda
JL
120762009-11-30 Juri Linkov <juri@jurta.org>
12077
12078 * misearch.el (multi-isearch-read-buffers): Move canonicalization
12079 of buffers with `get-buffer' to `multi-isearch-buffers'.
12080 (multi-isearch-buffers, multi-isearch-buffers-regexp):
12081 Canonicalize BUFFERS with `get-buffer'. Doc fix.
12082 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
12083 FILES with `expand-file-name' converting relative file names
12084 to absolute. Doc fix. (Bug#4727)
12085
c585bf32
JL
120862009-11-30 Juri Linkov <juri@jurta.org>
12087
12088 * misearch.el (multi-isearch-read-buffers)
12089 (multi-isearch-read-matching-buffers): New functions.
12090 (multi-isearch-buffers, multi-isearch-buffers-regexp):
12091 Use them in the `interactive' spec. Doc fix.
12092 (multi-isearch-read-files, multi-isearch-read-matching-files):
12093 New functions.
12094 (multi-isearch-files, multi-isearch-files-regexp):
12095 Use them in the `interactive' spec. Doc fix. (Bug#4725)
12096
0a745733
JL
120972009-11-30 Juri Linkov <juri@jurta.org>
12098
12099 * doc-view.el (doc-view-continuous):
12100 Rename from `doc-view-continuous-mode'.
12101 (doc-view-menu): Move "Toggle display" to the top.
12102 Add submenu "Continuous" with radio buttons "Off"/"On"
12103 and "Save as Default".
12104 (doc-view-scroll-up-or-next-page)
12105 (doc-view-scroll-down-or-previous-page)
12106 (doc-view-next-line-or-next-page)
6a7662bb
BR
12107 (doc-view-previous-line-or-previous-page):
12108 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 12109
1f9689eb
JL
121102009-11-30 Juri Linkov <juri@jurta.org>
12111
12112 * comint.el (comint-mode-map): Rebind `M-r' from
12113 `comint-previous-matching-input' to
12114 `comint-history-isearch-backward-regexp'.
12115 Unbind `M-s' to allow global key binding `M-s'.
12116 Add menu items for `comint-history-isearch-backward' and
12117 `comint-history-isearch-backward-regexp'. (Bug#3746)
12118
2952b1ae
JL
121192009-11-30 Juri Linkov <juri@jurta.org>
12120
12121 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
12122 For def=recenter, replace `recenter' with `recenter-top-bottom'
12123 that is called with `this-command' and `last-command' let-bound
12124 to `recenter-top-bottom'. When the last `def' was not `recenter',
12125 set `recenter-last-op' to nil. (Bug#4981)
12126
7a9547ca
SM
121272009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
12128
20565545
SM
12129 Minor cleanup and simplification.
12130 * filecache.el (file-cache-add-directory)
12131 (file-cache-add-directory-recursively)
12132 (file-cache-add-from-file-cache-buffer)
12133 (file-cache-delete-file-regexp, file-cache-delete-directory)
12134 (file-cache-files-matching-internal, file-cache-display): Use dolist.
12135 (file-cache-temp-minibuffer-message): Delete function.
12136 (file-cache-minibuffer-complete): Use minibuffer-message instead.
12137
7a9547ca
SM
12138 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
12139 Don't signal an error when bumping into EOB in tr, s, or y.
12140
08e968f3
JL
121412009-11-29 Juri Linkov <juri@jurta.org>
12142
12143 * startup.el (fancy-about-text): Fix wording of Guided Tour.
12144 (Bug#4960)
12145
12146 * descr-text.el (describe-char-unidata-list): Use lowercase name
12147 for "Unicode name" like in other tags.
12148
f8d170a4
JL
121492009-11-29 Juri Linkov <juri@jurta.org>
12150
12151 * ediff-util.el (ediff-minibuffer-with-setup-hook):
12152 New compatibility macro.
7a9547ca 12153 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 12154
0116abbd
JL
121552009-11-29 Juri Linkov <juri@jurta.org>
12156
12157 Add defcustom to define the cycling order of `recenter-top-bottom'.
12158 (Bug#4981)
12159
12160 * window.el (recenter-last-op): Doc fix.
12161 (recenter-positions): New defcustom.
12162 (recenter-top-bottom): Rewrite to use `recenter-positions'.
12163 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
12164
61eef560
MA
121652009-11-29 Michael Albinus <michael.albinus@gmx.de>
12166
12167 Improve integration of Tramp and ange-ftp in eshell.
12168
e4070cdc 12169 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
12170 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
12171 (eshell/sudo): Flatten args. Let-bind `default-directory'.
12172
12173 * eshell/esh-util.el (top): Require also Tramp when compiling.
12174 (eshell-directory-files-and-attributes): Check for FTP remote
12175 connection.
12176 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
12177 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
12178 (eshell-file-attributes): Handle ".". Return `entry'.
12179
12180 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
12181 (ange-ftp-directory-files-and-attributes)
12182 (ange-ftp-real-directory-files-and-attributes): New defuns.
12183
12184 * net/tramp.el (tramp-maybe-open-connection): Open the remote
12185 shell with "exec" when possible. This prevents trailing prompts
12186 in `start-file-process'.
12187
f5467d3f
SM
121882009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12189
21f49db9
SM
12190 Try and remove assumptions about point-min==1.
12191 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
12192 (rng-compute-mode-line-string): Show the validation percentage in
12193 terms of the narrowed text, not the widened text.
12194 (rng-do-some-validation): Don't catch internal errors when debugging.
12195 (rng-first-error): Simplify.
12196 (rng-after-change-function): Remove work around. AFAIK the bug has
12197 been fixed a while ago.
12198
26224faf
SM
12199 * image-mode.el (image-minor-mode): Exit more gracefully when the image
12200 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
12201
d7117720
SM
12202 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
12203
f5467d3f
SM
12204 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
12205 `cd' doesn't always do it for us (bug#5067).
12206
12207 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
12208 on 2009-10-25 as part of some other change (bug#5067).
12209
c5269f1c
SM
122102009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
12211
62a258a7
SM
12212 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
12213 `suspicious'.
12214 (byte-compile-warnings): Use byte-compile-warning-types.
12215 (byte-compile-save-excursion): Warn about use of set-buffer right
12216 after save-excursion.
12217
c5269f1c
SM
12218 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
12219 the excursion as well.
12220
3ba30eb8
MA
122212009-11-27 Michael Albinus <michael.albinus@gmx.de>
12222
12223 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
12224 providing a Tramp related implementation of "su" and "sudo".
12225 (eshell-unix-initialize): Add "su" and "sudo".
12226
6c6f788d
DU
122272009-11-27 Daiki Ueno <ueno@unixuser.org>
12228
12229 * net/socks.el (socks-send-command): Convert binary request to
12230 unibyte before sending. This fixes mishandling of some port
12231 numbers such as 129.
12232
10c877fe
SM
122332009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
12234
6f06a171
SM
12235 * help.el (describe-bindings-internal): Remove `interactive'.
12236
10c877fe
SM
12237 * man.el (Man-completion-table): Trim a terminating "(".
12238 Remove the space between name page a section.
12239 Add the command's description on the `help-echo' property.
c5269f1c
SM
12240 Remove `process-connection-type' binding since it's unused by
12241 call-process.
10c877fe
SM
12242 Provide completion for the "<section> <name>" format as well.
12243 (Man-default-man-entry): Remove spurious var shadowing the argument.
12244
c44a4822
KR
122452009-11-26 Kevin Ryde <user42@zip.com.au>
12246
12247 * log-view.el: Add "Keywords: tools", since its other keywords
12248 aren't in finder-known-keywords, and following vc.el.
12249
9d58f081
KR
12250 * sha1.el (sha1-string-external): default-directory "/" in case
12251 otherwise non-existent. process-connection-type pipe for touch of
12252 efficiency recommended by elisp manual. (An aside in Bug#3911.)
12253
72fe6b25
SM
122542009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
12255
12256 Misc coding convention cleanups.
12257 * htmlfontify.el (hfy-init-kludge-hook): Rename from
12258 hfy-init-kludge-hooks.
12259 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
12260 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
12261 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
12262 and push.
12263 (hfy-slant, hfy-weight): Use tables rather than code.
12264 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
12265 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
12266 (hfy-face-attr-for-class): Initialize `face-spec' directly.
12267 (hfy-face-to-css): Remove `nconc' with single arg.
12268 (hfy-p-to-face-lennart): Use `or'.
12269 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
12270 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
12271 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
12272 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
12273 (hfy-force-fontification): Use run-hooks.
12274
85e0a536
SM
122752009-11-26 Vivek Dasmohapatra <vivek@etla.org>
12276
12277 Various minor fixes.
12278 * htmlfontify.el (hfy-default-header): Add toggle_invis since
12279 Javascript belongs in the header, not the body.
12280 (hfy-javascript): Remove.
12281 (hfy-fontify-buffer): Don't insert it any more.
12282 (hfy-face-at): Handle (face0 face1 face2) style face properties.
12283 Fix bug in invis handling when there were no invis props in a chunk.
12284
62ccc42c
SM
122852009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
12286
12287 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
12288
2643c7aa
DN
122892009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
12290
12291 * finder.el (finder-mode-map): Add a menu.
12292
0e5c8aed
DN
122932009-11-26 Michael McNamara <mac@mail.brushroad.com>
12294
bf0b361c 12295 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
12296 "unsigned" structs.
12297
12298 (verilog-leap-to-head, verilog-backward-token): Handle "disable
12299 fork" statement better.
12300
123012009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
12302
bf0b361c
JB
12303 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
12304 (verilog-delete-auto, verilog-delete-empty-auto-pair)
12305 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
12306 Reported by Clay Douglass.
0e5c8aed
DN
12307
12308 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 12309 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6a7662bb
BR
12310 Fix removing "// Interfaces" when saving .* expansions.
12311 Reported by Pierre-David Pfister.
0e5c8aed 12312
7629c4e7
GM
123132009-11-26 Glenn Morris <rgm@gnu.org>
12314
62ccc42c
SM
12315 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
12316 the scope.
7629c4e7 12317
a5d358f8
JB
123182009-11-25 Johan Bockgård <bojohan@gnu.org>
12319
12320 * vc-annotate.el (vc-annotate-revision-previous-to-line):
12321 Really use previous revision.
12322
002cbde5
KR
123232009-11-25 Kevin Ryde <user42@zip.com.au>
12324
12325 * man.el (Man-completion-table): default-directory "/" in case
12326 doesn't otherwise exist. process-environment COLUMNS=999 so as
12327 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
12328 any chance of hitting the pseudo-tty TIOCGWINSZ.
12329 (man): completion-ignore-case t for friendliness and since man
12330 itself is case-insensitive on the command line.
12331 Further to Bug#3717.
002cbde5 12332
8cb5ffe8
KR
12333 * arc-mode.el: Add "Keywords: files", so the details in its
12334 commentary can be reached from finder-by-keyword.
34607612
KR
12335 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
12336 editing mode, but it's comms related and sgml-mode.el has "comm"
12337 on that basis too.
b8dfcf54 12338 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
12339 * international/isearch-x.el, international/ja-dic-cnv.el:
12340 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 12341 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 12342
1e2d9ba1
JL
123432009-11-25 Juri Linkov <juri@jurta.org>
12344
12345 * man.el (Man-completion-table): Modify regexp to include
12346 section names to completion strings. (Bug#3717)
12347
a601d313
JL
123482009-11-25 Juri Linkov <juri@jurta.org>
12349
12350 Search recursively in gzipped files. (Bug#4982)
12351
12352 * progmodes/grep.el (grep-highlight-matches): Add new options
12353 `always' and `auto'. Doc fix.
12354 (grep-process-setup): Check `grep-highlight-matches' for
12355 `auto-detect' to determine the need to compute grep defaults.
12356 Move Windows/DOS specific --colors settings handling
12357 to `grep-compute-defaults'. Check `grep-highlight-matches'
12358 to get the value of "--color=".
12359 (grep-compute-defaults): Compute `grep-highlight-matches' when it
12360 has the value `auto-detect'. Move Windows/DOS specific settings
12361 from `grep-process-setup'.
12362 (zrgrep): New command with alias `rzgrep'.
12363
bde04ea9
JL
123642009-11-25 Juri Linkov <juri@jurta.org>
12365
12366 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
12367 to nil instead of switching off view-mode. (Bug#4896)
12368
7d6b4d3c
JL
123692009-11-25 Juri Linkov <juri@jurta.org>
12370
12371 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
12372
12373 * mwheel.el (mwheel-scroll-up-function)
12374 (mwheel-scroll-down-function): New defvars.
12375 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
12376 `scroll-up', and `mwheel-scroll-down-function' instead of
12377 `scroll-down'.
12378
12379 * doc-view.el (doc-view-scroll-up-or-next-page)
12380 (doc-view-scroll-down-or-previous-page): Add optional ARG.
12381 Use this ARG in the call to image-scroll-up/image-scroll-down.
12382 Change `interactive' spec to "P". Goto next/previous page only
12383 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
12384 SPC/DEL case). Doc fix.
12385 (doc-view-next-line-or-next-page)
12386 (doc-view-previous-line-or-previous-page): Rename arg to ARG
12387 for consistency.
12388 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
12389 `doc-view-scroll-up-or-next-page', and buffer-local
12390 `mwheel-scroll-down-function' to
12391 `doc-view-scroll-down-or-previous-page'.
12392
e237085f
JL
123932009-11-25 Juri Linkov <juri@jurta.org>
12394
12395 Provide additional default values (directories at other Dired
12396 windows) via M-n in the minibuffer of some Dired commands.
12397
12398 * dired-aux.el (dired-diff, dired-compare-directories)
12399 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
12400 `minibuffer-default' in `minibuffer-with-setup-hook'.
12401 (dired-dwim-target-directory): Find a window that displays Dired
12402 buffer instead of failing when the next window is not Dired.
12403 Use `get-window-with-predicate' to find for the next Dired window.
12404 (dired-dwim-target-defaults): New function.
12405
12406 * ediff-util.el (ediff-read-file-name):
12407 Use `dired-dwim-target-defaults' to set `minibuffer-default'
12408 in `minibuffer-with-setup-hook'.
12409
7d371eac
JL
124102009-11-25 Juri Linkov <juri@jurta.org>
12411
12412 Provide additional default values (file name at point or at the
12413 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
12414
12415 * minibuffer.el (read-file-name-defaults): New function.
12416 (read-file-name): Reset `minibuffer-default' to nil when
12417 it duplicates initial input `insdef'.
12418 Bind `minibuffer-default-add-function' to lambda that
12419 calls `read-file-name-defaults' in `minibuffer-selected-window'.
12420 (minibuffer-insert-file-name-at-point): New command.
12421
12422 * files.el (file-name-at-point-functions): New defcustom.
12423 (find-file-default): Remove defvar.
12424 (find-file-read-args): Don't use `find-file-default'.
12425 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
12426 to `read-file-name'.
12427 (find-file-literally): Use `read-file-name' with
12428 `confirm-nonexistent-file-or-buffer'.
12429
12430 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
12431
12432 * dired.el (dired-read-dir-and-switches):
12433 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
12434 to `read-file-name'.
12435 (dired-file-name-at-point): New function.
12436 (dired-mode): Add hook `dired-file-name-at-point' to
12437 `file-name-at-point-functions'.
12438
04ae543a
SM
124392009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
12440
12441 Really make the *Completions* window soft-dedicated (bug#5030).
12442 * window.el (window--display-buffer-2): Add `dedicated' argument.
12443 (display-buffer): Pass it when needed so the dedicated flag is set
12444 after calling set-window-buffer, which would otherwise reset it.
12445
eb708e66
SM
124462009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
12447
d6b8d4e7
SM
12448 * progmodes/meta-mode.el (meta-complete-symbol):
12449 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
12450 * mail/mailabbrev.el (mail-abbrev-complete-alias):
12451 Use completion-in-region.
12452
5f24557b
SM
12453 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
12454 (dabbrev-completion): Use completion-in-region.
12455 (dabbrev--abbrev-at-point): Simplify regexp.
12456
fe4346f0
SM
12457 * abbrev.el (abbrev--before-point): Use word-motion functions
12458 if :regexp is not specified (bug#5031).
12459
cb190d7d
SM
12460 * subr.el (string-prefix-p): New function.
12461
e2ec6dd5
SM
12462 * man.el (Man-completion-cache): New var.
12463 (Man-completion-table): Use it.
12464
eb708e66
SM
12465 * vc.el (vc-print-log-internal): Make `limit' optional for better
12466 compatibility (e.g. with vc-annotate.el).
12467
4cf8971b
KR
124682009-11-24 Kevin Ryde <user42@zip.com.au>
12469
eb708e66 12470 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 12471 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 12472
4cf8971b
KR
12473 * emacs-lisp/elint.el (elint-add-required-env): Better error message
12474 when .el source file not found or other error.
12475
d204c46c
SM
124762009-11-24 Markus Triska <markus.triska@gmx.at>
12477
12478 * linum.el (linum-update-window): Ignore intangible (bug#4996).
12479
bb301b9a
SM
124802009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
12481
449c27f0
SM
12482 Handle the [back] button properly (bug#4979).
12483 * descr-text.el (describe-text-properties): Add a `buffer' argument.
12484 Use help-setup-xref, help-buffer, and with-help-window.
12485 (describe-char): Add `buffer' argument.
12486 Pass proper command to help-setup-xref. Don't meddle with
12487 help-xref-stack-item directly.
12488 (describe-text-category): Use with-help-window and help-buffer.
12489
32fe5377
SM
12490 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
12491 for the displayed buffer (bug#4887).
12492
bb301b9a
SM
12493 * man.el (Man-completion-table): New function.
12494 (man): Use it.
12495
35179414
DR
124962009-11-24 David Reitter <david.reitter@gmail.com>
12497
bb301b9a 12498 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
12499 .git is) rather than the file's directory and a relative path spec
12500 to work around a bug in git.
12501
605a20a9
MA
125022009-11-24 Michael Albinus <michael.albinus@gmx.de>
12503
12504 Improve handling of processes on remote hosts.
12505
12506 * eshell/esh-util.el (eshell-path-env): New defvar.
12507 (eshell-parse-colon-path): New defun.
12508 (eshell-file-attributes): Use `eshell-parse-colon-path'.
12509
bb301b9a
SM
12510 * eshell/esh-ext.el (eshell-search-path):
12511 Use `eshell-parse-colon-path'.
605a20a9
MA
12512 (eshell-remote-command): Remove argument HANDLER.
12513 (eshell-external-command): Check for FTP remote connection.
12514
bb301b9a
SM
12515 * eshell/esh-proc.el (eshell-gather-process-output):
12516 Use `file-truename', in order to start also symlinked files.
12517 Apply `start-file-process' instead of `start-process'.
12518 Shorten `command' to the local file name part.
605a20a9 12519
bb301b9a
SM
12520 * eshell/em-cmpl.el (eshell-complete-commands-list):
12521 Use `eshell-parse-colon-path'.
605a20a9
MA
12522
12523 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
12524
12525 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
12526 to `eshell-directory-change-hook'.
12527
d1d33062
TH
125282009-11-24 Tassilo Horn <tassilo@member.fsf.org>
12529
12530 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 12531 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 12532
a34d8565 125332009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 12534
a34d8565
MK
12535 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
12536 made on 2009-11-22.
d1d33062 12537
c83b8d1b
GM
125382009-11-24 Glenn Morris <rgm@gnu.org>
12539
12540 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
12541 deleted variable bookmark-bmenu-bookmark-column.
12542
83505cfe
SM
125432009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
12544
12545 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
12546
5241b291
CY
125472009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
12548
12549 * net/browse-url.el (browse-url-filename-alist): On Windows, add
12550 two slashes to the "file:" prefix.
12551 (browse-url-file-url): De-munge Cygwin filenames before passing
12552 them to Windows browser.
12553 (browse-url-default-windows-browser): Use call-process.
12554
aefcadb6
JL
125552009-11-23 Juri Linkov <juri@jurta.org>
12556
12557 Implement DocView Continuous mode. (Bug#4896)
12558 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
12559 (doc-view-mode-map): Bind C-n/<down> to
12560 `doc-view-next-line-or-next-page', C-p/<up> to
12561 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
12562 (doc-view-next-line-or-next-page)
12563 (doc-view-previous-line-or-previous-page): New commands.
12564
0d62bcea
JL
125652009-11-23 Juri Linkov <juri@jurta.org>
12566
12567 Implement Isearch in comint input history. (Bug#3746)
12568 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
12569 `isearch-mode-hook'.
12570 (comint-history-isearch): New defcustom.
12571 (comint-history-isearch-backward)
12572 (comint-history-isearch-backward-regexp): New commands.
12573 (comint-history-isearch-message-overlay): New buffer-local variable.
12574 (comint-history-isearch-setup, comint-history-isearch-end)
12575 (comint-goto-input, comint-history-isearch-search)
12576 (comint-history-isearch-message, comint-history-isearch-wrap)
12577 (comint-history-isearch-push-state)
12578 (comint-history-isearch-pop-state): New functions.
12579
b593f105
MA
125802009-11-23 Michael Albinus <michael.albinus@gmx.de>
12581
12582 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
12583 return.
12584 (tramp-handle-make-symbolic-link)
12585 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
12586 Quote file names.
12587 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
12588 (tramp-handle-process-file): Use it.
12589
0f202d5d
SM
125902009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
12591
12592 * window.el (move-to-window-line-last-op): Remove.
12593 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
12594
216349f8
SM
125952009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
12596
0f202d5d 12597 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
12598 * window.el (move-to-window-line-last-op): New var.
12599 (move-to-window-line-top-bottom): New command.
12600 (global-map): Bind M-r move-to-window-line-top-bottom.
12601
c10e0633
GM
126022009-11-23 Sven Joachim <svenjoac@gmx.de>
12603
12604 * dired-x.el (dired-guess-shell-alist-default):
12605 Support xz format. (Bug#4953)
12606
953e0c1a
GM
126072009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
12608
12609 * emulation/viper-cmd.el: Use viper-last-command-char instead of
12610 last-command-char/last-command-event.
12611 (viper-prefix-arg-value): Do correct conversion of event-char for
12612 XEmacs.
12613
83505cfe
SM
12614 * emulation/viper-util.el, emulation/viper.el:
12615 Use viper-last-command-char instead of
12616 last-command-char/last-command-event.
953e0c1a 12617
83505cfe
SM
12618 * ediff-init.el, ediff-mult.el, ediff-util.el:
12619 Replace last-command-char and last-command-event
12620 with (ediff-last-command-char) everywhere.
953e0c1a
GM
12621
12622 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
12623 created in fundamental mode.
12624
12625 * ediff.el (ediff-version): Revert the change of interactive-p to
12626 called-interactively-p.
12627
9ee12eee
TH
126282009-11-22 Tassilo Horn <tassilo@member.fsf.org>
12629
12630 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
12631 generation from word-movement command names.
12632
8b571bf3
JD
126332009-11-21 Jan Djärv <jan.h.d@swipnet.se>
12634
12635 * cus-start.el (all): Add native condition for font-use-system-font.
12636
4121db47
AM
126372009-11-21 Nathaniel Flath <flat0103@gmail.com>
12638
83505cfe
SM
12639 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
12640 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 12641
d71f5e0c
TH
126422009-11-21 Tassilo Horn <tassilo@member.fsf.org>
12643
12644 * progmodes/subword.el: Rename from lisp/subword.el.
12645
12646 * subword.el: Rename to progmodes/subword.el.
12647
12648 * Makefile.in (ELCFILES): Adapt to subword.el move.
12649
fc9d6ad6 126502009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 12651 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
12652
12653 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
12654 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
12655 (bookmark-bmenu-show-filenames): Use push.
12656 (bookmark-bmenu-hide-filenames): Use local var instead of
12657 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
12658 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
12659 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
12660 filenames now that the bookmark names are always available.
12661
26d9285f
SM
126622009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12663
12664 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
12665 (bookmark-search-pattern): Move and leave unbound.
12666 (bookmark-bmenu-mode-map): Change binding.
12667 (bookmark-read-search-input): Simplify.
12668 Don't use text-char-description. Don't error on non-char events.
12669 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
12670 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
12671 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
12672 Use a local var for the timer.
12673 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
12674 (i.e. bookmark-bmenu-search).
12675
d73a0317
GM
126762009-11-21 Glenn Morris <rgm@gnu.org>
12677
12678 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
12679
e572025f
CY
126802009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
12681
26d9285f
SM
12682 * net/browse-url.el (browse-url-default-windows-browser):
12683 Use cygstart for cygwin.
e572025f 12684
6aeaa3dc
KF
126852009-11-20 Karl Fogel <karl.fogel@red-bean.com>
12686
e4070cdc 12687 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
12688 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
12689 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 12690 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
12691 (bookmark-read-search-input): Adjust to fit within 80 columns.
12692
a9b76eec
TH
126932009-11-20 Tassilo Horn <tassilo@member.fsf.org>
12694
12695 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
12696 (c-backward-into-nomenclature): Adapt to subword renaming.
12697
12698 * subword.el (subword-forward, subword-backward, subword-mark)
12699 (subword-kill, subword-backward-kill, subword-transpose)
12700 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
12701 (subword-forward-internal, subword-backward-internal):
12702 Rename from forward-subword, backward-subword, mark-subword,
12703 kill-subword, backward-kill-subword, transpose-subwords,
12704 downcase-subword, upcase-subword, capitalize-subword,
12705 forward-subword-internal, backward-subword-internal.
a9b76eec 12706
1e7d4475
SM
127072009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12708
26d9285f
SM
12709 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
12710 New options.
1e7d4475
SM
12711 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
12712 New vars.
12713 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
12714 (bookmark-bmenu-filter-alist-by-regexp)
12715 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
12716 (bookmark-bmenu-search): New command.
12717 (bookmark-bmenu-mode-map): Bind it.
12718
653d1554
TH
127192009-11-20 Tassilo Horn <tassilo@member.fsf.org>
12720
ab84bfa0
TH
12721 * progmodes/cc-cmds.el: declare-functioned forward-subword and
12722 backward-subword to quit the byte-compiler.
12723
1f35fda9
TH
12724 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
12725
12726 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
12727
653d1554 12728 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
12729 (c-forward-into-nomenclature, c-backward-into-nomenclature):
12730 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
12731
12732 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
12733 subword.el functions instead of cc-subword.el.
12734
1e7d4475
SM
12735 * progmodes/cc-subword.el: Rename to subword.el.
12736 * subword.el: Rename from progmodes/cc-subword.el.
12737 (subword-mode-map): Rename from c-subword-mode-map.
12738 (subword-mode): Rename from c-subword-mode.
653d1554 12739 (global-subword-mode): New global minor mode.
1e7d4475
SM
12740 (forward-subword): Rename from c-forward-subword.
12741 (backward-subword): Rename from c-backward-subword.
12742 (mark-subword): Rename from c-mark-subword.
12743 (kill-subword): Rename from c-kill-subword.
12744 (backward-kill-subword): Rename from c-backward-kill-subword.
12745 (transpose-subwords): Rename from c-tranpose-subword.
12746 (downcase-subword): Rename from c-downcase-subword.
12747 (capitalize-subword): Rename from c-capitalize-subword.
12748 (forward-subword-internal): Rename from c-forward-subword-internal.
12749 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 12750
9717f119
DN
127512009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
12752
8de724f3
DN
12753 * vc.el (vc-deduce-fileset): Allow non-state changing operations
12754 from a dired buffer.
12755 (vc-dired-deduce-fileset): New function.
12756 (vc-root-diff, vc-print-root-log): Use it.
12757
9717f119
DN
12758 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
12759 nil LIMIT argument to vc-print-log-internal.
12760
af4999b8
GM
127612009-11-20 Glenn Morris <rgm@gnu.org>
12762
12763 * Makefile.in (ELCFILES): Regenerate.
12764
b58edcb6
JB
127652009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
12766
02e1b488
SM
12767 * calc/calc.el (calc-set-mode-line):
12768 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
12769 (math-format-number): Rename `math-format-complement-signed' to
12770 `math-format-twos-complement'.
12771
02e1b488 12772 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
12773 math-format-complement-signed.
12774 (calc-radix): Rename `calc-complement-signed-mode' to
12775 `calc-twos-complement-mode'.
02e1b488
SM
12776 (calc-octal-radix, calc-hex-radix): Add an argument for
12777 two's complement.
b58edcb6 12778
02e1b488
SM
12779 * calc/calc-embed.el (calc-embedded-mode-vars):
12780 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 12781
02e1b488
SM
12782 * calc/calc-ext.el (calc-init-extensions):
12783 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
12784 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
12785
02e1b488
SM
12786 * calc/calc-units.el (math-build-units-table-buffer):
12787 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
12788
12789 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
12790 entries.
12791
12792 * calc/calc-vec.el (calcFunc-vunpack):
12793 * calc/calc-aent.el (calc-do-calc-eval):
12794 * calc/calc-forms.el (math-format-date):
12795 * calc/calc-graph.el (calc-graph-plot):
12796 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
12797 * calc/calccomp.el (math-compose-expr):
12798 Let `calc-twos-complement-mode' be nil.
12799
128002009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
12801
12802 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
12803 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
12804 * minibuffer.el (completion-in-region-functions): New hook.
12805 (completion-in-region): New function.
12806 * emacs-lisp/lisp.el (lisp-complete-symbol):
12807 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 12808
e3353a78
SM
128092009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
12810
eff77808
SM
12811 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
12812 (latex-complete-alist): New vars.
12813 (latex-string-prefix-p, latex-complete-bibtex-keys)
12814 (latex-complete-envnames, latex-complete-refkeys)
12815 (latex-complete-data): New functions.
12816 (latex-complete, latex-indent-or-complete): New commands.
12817
d2c9fc42
SM
12818 * window.el (display-buffer-mark-dedicated): New var.
12819 (display-buffer): Obey it.
12820 * minibuffer.el (minibuffer-completion-help): Use it.
12821
31a1c477
SM
12822 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
12823
bed4c972
SM
12824 * filecache.el (file-cache-add-file): Use push and cons.
12825 (file-cache-delete-file-regexp): Use push.
12826 (file-cache-complete): Use completion-in-region.
12827
8c22699f
SM
12828 * simple.el (with-wrapper-hook): Fix thinko.
12829
e3353a78
SM
12830 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
12831 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
12832 Use with-current-buffer and string-to-number.
12833 (hfy-fallback-colour-values): Use assoc-string.
12834 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
12835 (hfy-face-at): Remove unused var `found-face'.
12836 (hfy-compile-stylesheet): Remove unused var `css'.
12837 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
12838 and `orig-buffer'.
12839 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
12840 Use with-current-buffer.
12841 (hfy-text-p): Use expand-file-name and fewer setq.
12842
acca02b0
SM
128432009-11-19 Vivek Dasmohapatra <vivek@etla.org>
12844
12845 * htmlfontify.el, hfy-cmap.el: New files.
12846
042b7cc6
JL
128472009-11-19 Juri Linkov <juri@jurta.org>
12848
12849 * minibuffer.el (completions-format): New defcustom.
12850 (completion--insert-strings): Implement vertical format.
12851
12852 * simple.el (switch-to-completions): Move point to the first
12853 completion when point was at the beginning of the buffer.
12854
da205913
JL
128552009-11-19 Juri Linkov <juri@jurta.org>
12856
12857 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
12858
12859 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
12860
0b8ee421
CY
128612009-11-19 Chong Yidong <cyd@stupidchicken.com>
12862
12863 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
12864 (mail-signature): Change default to t.
12865 (mail-from-style): Deprecate `system-default' value.
12866 (mail-insert-from-field): For default value of mail-from-style,
12867 default to `angles' unless `angles' needs quoting and `parens'
12868 does not.
12869 (mail-citation-prefix-regexp): Use citation regexp from
12870 message-mode.
12871
4265deab
MA
128722009-11-19 Michael Albinus <michael.albinus@gmx.de>
12873
acca02b0
SM
12874 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
12875 Set variables for computing the prompt for reading password.
4265deab 12876
27cacd2d
GM
128772009-11-19 Glenn Morris <rgm@gnu.org>
12878
470bce7d
GM
12879 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
12880
7e705a1d
GM
12881 * textmodes/flyspell.el (sgml-lexical-context): Declare.
12882
27cacd2d
GM
12883 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
12884 (newsticker-treeview-listwindow-height): Fix custom type.
12885
b2f0be0f
KH
128862009-11-19 Kenichi Handa <handa@m17n.org>
12887
12888 * descr-text.el (describe-char-padded-string): Compose with TAB
12889 only if there's a font for CH.
02e1b488 12890 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 12891
03446045 128922009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
12893
12894 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 12895 more accurate version of the regexp. (Bug#3910)
b96337b0 12896
03446045 128972009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
12898
12899 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
12900
e0620570
JB
129012009-11-18 Juanma Barranquero <lekktu@gmail.com>
12902
12903 * font-setting.el (font-use-system-font): Declare for byte-compiler.
12904 (font-setting-change-default-font): Fix typo in docstring.
12905
6cc6582e
AM
129062009-11-18 Alan Mackenzie <acm@muc.de>
12907
12908 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
12909
dfb3c4c6
JD
129102009-11-17 Jan Djärv <jan.h.d@swipnet.se>
12911
02e1b488 12912 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
12913
12914 * cus-start.el (all): ... to here.
12915
e268e987
MA
129162009-11-17 Michael Albinus <michael.albinus@gmx.de>
12917
12918 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
12919 Don't set `ad-return-value' if `ad-do-it' doesn't.
12920
303ffde8
MA
12921 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
12922 modification time.
12923
637fa988
JD
129242009-11-17 Jan Djärv <jan.h.d@swipnet.se>
12925
12926 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 12927 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
12928
12929 * loadup.el: If feature system-font-setting or font-render-setting is
12930 there, load font-setting.
12931
02e1b488 12932 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
12933 * font-setting.el: New file.
12934
1d16a255
GM
129352009-11-17 Glenn Morris <rgm@gnu.org>
12936
12937 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
12938
2d84f804
GM
12939 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
12940 Preserve point in the list buffer. (Bug#4939)
12941 Use point-at-eol.
12942 (newsticker--treeview-list-update-highlight)
12943 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
12944
14467b99
JB
129452009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
12946
12947 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
12948 Remove.
12949
12950 * calc/calc-ext.el (calc-init-extensions): Remove references to
12951 symclip.
12952
12953 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
12954
12955 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 12956 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
12957 `calc-symclip'.
12958
e3c39c01
KR
129592009-11-16 Kevin Ryde <user42@zip.com.au>
12960
02e1b488 12961 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 12962 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 12963
497de631
KR
12964 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
12965 (lm-keywords-list): Allow comma-only separator like "foo,bar".
12966 Ignore trailing spaces by omit-nulls to split-string (fixing
12967 regression from Emacs 21 due to the incompatible split-string
14467b99 12968 change). (Bug #4928.)
497de631 12969
48b27575
DN
129702009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
12971
5237d741 12972 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
12973 (vc-print-log-internal): Insert buttons to request more entries
12974 when limiting the output.
12975
12976 * vc-sccs.el (vc-sccs-print-log):
12977 * vc-rcs.el (vc-rcs-print-log):
12978 * vc-cvs.el (vc-cvs-print-log):
12979 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
12980 LIMIT is non-nil.
12981
d3e97185
MA
129822009-11-16 Michael Albinus <michael.albinus@gmx.de>
12983
12984 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
12985 error when `tramp-gvfs-dbus-event-vector' is set.
12986 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
12987
68d87786
SM
129882009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12989
12990 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
12991
c0a39702
MA
129922009-11-16 Michael Albinus <michael.albinus@gmx.de>
12993
12994 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 12995 (dbus-register-property): Register the handlers of
c0a39702
MA
12996 "org.freedesktop.DBus.Properties" for SERVICE.
12997 (dbus-property-handler): Fix docstring.
12998
1e857121
YM
129992009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13000
13001 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
13002 Quote doc string reference in defvaralias as it is not in special form.
13003 (byte-compile-output-docform): Doc fix.
13004
887484c1
JB
130052009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
13006
13007 * calc/calc.el (math-2-word-size, math-half-2-word-size)
13008 (calc-complement-signed-mode): New variables.
13009 (calc-set-mode-line): Add indicator for twos-complements.
13010 (math-format-number): Format twos-complement notation.
13011
13012 * calc/calc-bin.el (calc-word-size): Reset the variables
13013 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
13014 (math-format-complement-signed, math-symclip, calcFunc-symclip)
13015 (calc-symclip): New functions.
887484c1
JB
13016
13017 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
13018
68d87786
SM
13019 * calc/calc-embed.el (calc-embedded-mode-vars):
13020 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
13021
13022 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 13023 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
13024
13025 * calc/calc-ext.el (math-read-number-fancy): Read complement
13026 signed numbers.
68d87786
SM
13027 (calc-init-extensions): Add binding for `calc-symclip'.
13028 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
13029
13030 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
13031 `calc-symclip'.
68d87786 13032 (calc-modes-menu): Add item for twos complement mode.
887484c1 13033
5237d741 13034 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 13035
4cf1d7e3
CY
130362009-11-15 Chong Yidong <cyd@stupidchicken.com>
13037
13038 * register.el (jump-to-register, insert-register): Handle Semantic
13039 tags. From commented-out advice in semantic/senator.el.
13040
f8e65267
DN
130412009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
13042
6616006b
DN
13043 * vc.el (vc-log-show-limit): New variable.
13044 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
13045 when using a prefix argument.
13046 (vc-print-log-internal): Add new argument LIMIT.
13047
13048 * vc-svn.el (vc-svn-print-log):
13049 * vc-mtn.el (vc-mtn-print-log):
13050 * vc-hg.el (vc-hg-print-log):
13051 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 13052 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
13053 non-optional.
13054
13055 * vc-sccs.el (vc-sccs-print-log):
13056 * vc-rcs.el (vc-rcs-print-log):
13057 * vc-git.el (vc-git-print-log):
13058 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
13059 ignore it. Make the BUFFER argument non-optional
13060
f8e65267
DN
13061 * bindings.el (mode-line-buffer-identification): Do not purecopy.
13062
0566c4bc
CY
130632009-11-15 Chong Yidong <cyd@stupidchicken.com>
13064
7cce3c91
CY
13065 * dired.el (dired-mode-map): Move encryption items to "Operate"
13066 menu (Bug#4703).
13067
d7063de9
CY
13068 * strokes.el (strokes-update-window-configuration): Make strokes
13069 buffer current before erasing (Bug#4906).
13070
0fc10137
JL
130712009-11-15 Juri Linkov <juri@jurta.org>
13072
13073 * simple.el (set-mark-default-inactive): Add :type, :group
13074 and :version. (Bug#4876)
13075
f5fce4ec
MA
130762009-11-15 Michael Albinus <michael.albinus@gmx.de>
13077
13078 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
13079 (archive-unique-fname): ... here. (Bug#4929)
13080
8d720a00
SM
130812009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13082
589888fe
SM
13083 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
13084 with a real fix.
13085
8d720a00
SM
13086 * novice.el (disabled-command-function): Add useful args.
13087 Setup the help buffer so that [back] works.
13088 Remove redundant call to help-mode.
13089 (disabled-command-function): Use `case'.
13090 (en/disable-command): New function extracted from enable-command.
13091 (enable-command, disable-command): Use it.
13092
a61344d6
GM
130932009-11-14 Glenn Morris <rgm@gnu.org>
13094
497f0cdd
GM
13095 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
13096 constants. (Bug#4913)
13097
a61344d6
GM
13098 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
13099
d501801e
GM
131002009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
13101
13102 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
13103 defined in C that have no doc-strings. (Bug#1063)
13104
5af27ac2
GM
131052009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
13106
13107 * cus-edit.el (data, files):
13108 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
13109
aec5395b
CY
131102009-11-14 Chong Yidong <cyd@stupidchicken.com>
13111
e7791447
CY
13112 * simple.el (shell-command): Doc fix (Bug#4891).
13113
aec5395b
CY
13114 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
13115
7a41cd7f
GM
131162009-11-14 Glenn Morris <rgm@gnu.org>
13117
c3583c94
GM
13118 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
13119 statements for vc-diff, emerge-quit, and rmail-cease-edit.
13120 If they are already loaded, eval-after-load will do the right thing.
13121
73900d1f
GM
13122 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
13123 compiling.
13124
0028351d
GM
13125 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
13126
f6714ede
GM
13127 * simple.el (x-selection-owner-p): Declare.
13128 (read-mail-command): Use custom radio type rather than choice.
13129 (completion-no-auto-exit): Doc fix.
13130
7a41cd7f 13131 * custom.el (defgroup):
5af27ac2 13132 * epg-config.el (epg): Doc fixes.
7a41cd7f 13133
2d0659ec
DN
131342009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
13135
13136 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
13137 * international/ccl.el (define-ccl-program): Do not purecopy the
13138 docstring, defconst does it anyway.
13139
7fdbcd83
SM
131402009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
13141
d499c5b9
SM
13142 * add-log.el (add-change-log-entry): Avoid displaying the changelog
13143 a second time.
13144
7fdbcd83
SM
13145 * x-dnd.el (x-dnd-maybe-call-test-function):
13146 * window.el (split-window-vertically):
13147 * whitespace.el (whitespace-help-on):
13148 * vc-rcs.el (vc-rcs-consult-headers):
13149 * userlock.el (ask-user-about-lock-help)
13150 (ask-user-about-supersession-help):
13151 * type-break.el (type-break-force-mode-line-update):
13152 * time-stamp.el (time-stamp-conv-warn):
13153 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 13154 (te-sentinel, terminal-emulator):
7fdbcd83
SM
13155 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
13156 (term-write-input-ring, term-check-source, term-start-output-log):
13157 (term-display-buffer-line, term-dynamic-list-completions):
13158 (term-ansi-make-term, serial-term):
13159 * subr.el (selective-display):
13160 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13161 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
13162 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
13163 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
13164 (speedbar-remove-localized-speedbar-support)
13165 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
13166 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
13167 (speedbar-buffers-line-directory):
13168 * simple.el (shell-command-on-region, append-to-buffer)
13169 (prepend-to-buffer):
13170 * shadowfile.el (shadow-save-todo-file):
13171 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
13172 (scroll-bar-maybe-set-window-start):
13173 * sb-image.el (speedbar-image-dump):
13174 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
13175 (load-save-place-alist-from-file):
13176 * ps-samp.el (ps-print-message-from-summary):
13177 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
13178 (ps-background-image, ps-begin-job, ps-do-despool):
13179 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
13180 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
13181 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
13182 (pr-call-process, pr-file-list, pr-interface-save):
13183 * novice.el (disabled-command-function)
13184 (enable-command, disable-command):
13185 * mouse.el (mouse-buffer-menu-alist):
13186 * mouse-copy.el (mouse-kill-preserving-secondary):
13187 * macros.el (kbd-macro-query):
13188 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
13189 * informat.el (batch-info-validate):
13190 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
13191 * hippie-exp.el (try-expand-dabbrev-visible):
13192 * help-mode.el (help-make-xrefs):
13193 * help-fns.el (describe-variable):
13194 * generic-x.el (bat-generic-mode-run-as-comint):
13195 * finder.el (finder-mouse-select):
13196 * find-dired.el (find-dired-sentinel):
13197 * filesets.el (filesets-file-close):
13198 * files.el (list-directory):
13199 * faces.el (list-faces-display, describe-face):
13200 * facemenu.el (list-colors-display):
13201 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
13202 * epg.el (epg--process-filter, epg-cancel):
13203 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
13204 (epa--read-signature-type):
13205 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
13206 (emerge-file-names):
13207 * ehelp.el (electric-helpify):
13208 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
13209 * ediff-vers.el (rcs-ediff-view-revision):
13210 * ediff-util.el (ediff-setup):
13211 * ediff-mult.el (ediff-append-custom-diff):
13212 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
13213 (ediff-wordify):
13214 * echistory.el (Electric-command-history-redo-expression):
13215 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
13216 * disp-table.el (describe-display-table):
13217 * dired.el (dired-find-buffer-nocreate):
13218 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
13219 * dabbrev.el (dabbrev--same-major-mode-p):
13220 * chistory.el (list-command-history):
13221 * apropos.el (apropos-documentation):
13222 * allout.el (allout-obtain-passphrase):
13223 (allout-copy-exposed-to-buffer):
13224 (allout-verify-passphrase): Use with-current-buffer.
13225
2ccbc060
GM
132262009-11-13 Glenn Morris <rgm@gnu.org>
13227
13228 * Makefile.in (ELCFILES): Regenerate.
13229
b172ed20
MA
132302009-11-13 Michael Albinus <michael.albinus@gmx.de>
13231
7fdbcd83
SM
13232 * net/dbus.el (dbus-registered-objects-table): Rename from
13233 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
13234 (dbus-unregister-object): Unregister also properties.
13235 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13236 Use a timeout of 500 msec, in order to not block.
13237 (dbus-register-property, dbus-property-handler): New defuns.
13238
e96d62cd
SM
132392009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
13240
13241 * simple.el (minibuffer-default-add-completions): Drop deprecated
13242 4th arg.
13243
14bd267d
EZ
132442009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
13245
e96d62cd
SM
13246 * textmodes/artist.el (artist-mouse-choose-operation):
13247 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 13248 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
13249 (artist-compute-up-event-key): New function.
13250 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
13251
bf89fd7b
KH
132522009-11-13 Kenichi Handa <handa@m17n.org>
13253
13254 * language/japan-util.el: Make sure that the value of jisx0208
13255 property is jisx0208 character.
13256
f70b8925
DN
132572009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
13258
13259 * international/mule.el (auto-coding-regexp-alist): Only purecopy
13260 car or each item, not the whole list.
13261
4d93a9e0
SM
132622009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
13263
13264 * minibuffer.el (minibuffer-completion-help):
13265 Use minibuffer-hide-completions.
13266
05404988
SM
132672009-11-12 Per Starbäck <per@starback.se> (tiny change)
13268
13269 * dired.el (dired-save-positions, dired-restore-positions): New funs.
13270 (dired-revert): Use them (bug#4880).
13271
5297bc10
DN
132722009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
13273
13274 * tooltip.el (tooltip-frame-parameters): Undo previous change.
13275
e2685eb7
JL
132762009-11-12 Juri Linkov <juri@jurta.org>
13277
13278 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
13279 New functions.
13280 (find-file-literally-at-point): Alias of `ffap-literally'.
13281
76410c3e
DN
132822009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
13283
6d341a2a
DN
13284 * textmodes/ispell.el (ispell-skip-region-alist):
13285 * textmodes/css-mode.el (auto-mode-alist):
13286 * progmodes/compile.el (auto-mode-alist):
13287 * international/mule.el (ctext-non-standard-encodings-alist)
13288 (ctext-non-standard-encodings-regexp):
13289 * simple.el (shell-command-switch, text-read-only):
13290 * replace.el (occur-mode-map):
13291 * paths.el (rmail-file-name):
13292 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
13293 * find-file.el (ff-special-constructs):
13294 * files.el (file-name-handler-alist):
13295 * composite.el: Purecopy strings.
13296
76410c3e
DN
13297 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
13298
aaa448c9
DN
132992009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
13300
13301 * widget.el (define-widget): Purecopy the docstring.
13302 * international/mule-cmds.el (charset): Do not purecopy the
13303 docstring here, define-widget does it.
13304
13305 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
13306 * textmodes/bibtex-style.el (auto-mode-alist):
13307 * progmodes/inf-lisp.el (inferior-lisp-prompt):
13308 * progmodes/compile.el (compile-command):
13309 * language/korea-util.el (default-korean-keyboard):
13310 * international/mule-conf.el (file-coding-system-alist):
13311 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
13312 * tooltip.el (tooltip-frame-parameters):
13313 * newcomment.el (comment-end, comment-padding):
13314 * dired.el (dired-trivial-filenames):
13315 * comint.el (comint-file-name-prefix): Purecopy initial values.
13316
bbe650fd
MA
133172009-11-11 Michael Albinus <michael.albinus@gmx.de>
13318
13319 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
13320 (tramp-advice-minibuffer-electric-tilde): Unload advices via
13321 `tramp-unload'.
13322 (tramp-advice-make-auto-save-file-name)
13323 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
13324 after removing the advice.
13325
6bdad9ae
DN
133262009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
13327
2f7f4bee
DN
13328 * progmodes/grep.el (grep-regexp-alist):
13329 * international/mule-cmds.el (iso-2022-control-alist):
13330 * emacs-lisp/timer.el (timer-duration-words):
13331 * subr.el (version-separator, version-regexp-alist):
13332 * minibuffer.el (completion-styles-alist):
13333 * faces.el (face-attribute-name-alist, list-faces-sample-text):
13334 Change defvars to defconsts.
13335
a042de45
DN
13336 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
13337 * loadup.el ("international/mule-conf"): Load the byte compiled version.
13338 * international/mule-conf.el: Allow to be byte compiled.
13339
3b6acc72
DN
13340 * international/mule.el (define-charset): Purecopy props.
13341 (load-with-code-conversion): Purecopy doc string and file name.
13342 (put-charset-property): Purecopy strings.
13343 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
13344
1c2efdfb 13345 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
13346 (define-char-code-property): Correctly purecopy the table.
13347
62591911
DN
13348 * international/ccl.el (define-ccl-program): Purecopy the docstring.
13349
8b908da6
DN
13350 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
13351
ff917d63
DN
13352 * subr.el (add-hook): Purecopy strings.
13353 (eval-after-load): Purecopy load-history-regexp and the form.
13354
af89cf77
DN
13355 * custom.el (custom-declare-group): Purecopy load-file-name.
13356
a3c20c83 13357 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
13358 * net/eudc.el (eudc-tools-menu):
13359 * international/mule-cmds.el (set-coding-system-map)
13360 (mule-menu-keymap):
13361 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
13362 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
13363 * replace.el (occur-mode-map):
13364 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 13365 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
13366 (menu-bar-custom-menu, menu-bar-showhide-menu)
13367 (menu-bar-options-menu, menu-bar-tools-menu)
13368 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
13369 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
13370 (menu-bar-help-menu):
13371 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
13372 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
13373
6bdad9ae
DN
13374 * term/x-win.el (x-gtk-stock-map):
13375 * progmodes/vera-mode.el (auto-mode-alist):
13376 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
13377 (inferior-lisp-program, inferior-lisp-load-command):
13378 * progmodes/hideshow.el (hs-special-modes-alist):
13379 * progmodes/gud.el (same-window-regexps):
13380 * progmodes/grep.el (grep-program, find-program, xargs-program):
13381 * net/telnet.el (same-window-regexps):
13382 * net/rlogin.el (same-window-regexps):
13383 * language/ethiopic.el (font-ccl-encoder-alist):
13384 * vc-sccs.el (vc-sccs-master-templates):
13385 * vc-rcs.el (vc-rcs-master-templates):
13386 * subr.el (cl-assertion-failed):
13387 * simple.el (next-error-overlay-arrow-position):
13388 * lpr.el (lpr-command):
13389 * locate.el (locate-ls-subdir-switches):
13390 * info.el (same-window-regexps, info)
13391 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
13392 * image-mode.el (image-mode, auto-mode-alist):
13393 * hippie-exp.el (hippie-expand-ignore-buffers):
13394 * format.el (format-alist):
13395 * find-dired.el (find-ls-subdir-switches, find-grep-options)
13396 (find-name-arg):
13397 * facemenu.el (facemenu-keybindings):
13398 * dired.el (dired-listing-switches, dired-chown-program):
13399 * diff.el (diff-switches, diff-command):
13400 * cus-edit.el (same-window-regexps):
13401 * bindings.el (mode-line-mule-info)
13402 (mode-line-buffer-identification): Purecopy strings.
13403
e0987650
JL
134042009-11-11 Juri Linkov <juri@jurta.org>
13405
3570691b 13406 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
13407 Tell the byte-compiler about dired-get-filename.
13408 (shell-command): In Dired mode, get filename from the current line
13409 as the default value.
13410
b16ff465
GM
134112009-11-10 Glenn Morris <rgm@gnu.org>
13412
e8a11b22
GM
13413 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
13414 * calendar/holidays.el, progmodes/cperl-mode.el:
13415 Update x-popup-menu declarations.
13416
b16ff465
GM
13417 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
13418 (list-load-path-shadows): Use dolist.
13419 (list-load-path-shadows): Use with-current-buffer.
13420
032c3399
JL
134212009-11-10 Juri Linkov <juri@jurta.org>
13422
13423 * minibuffer.el (read-file-name): Support a list of default values
13424 in `default-filename'. Use the first file name where only one
13425 element is required. Doc fix.
13426
8fb1629f
MA
134272009-11-09 Michael Albinus <michael.albinus@gmx.de>
13428
13429 * net/dbus.el (dbus-unregister-object): Release service, if no
13430 other method is registered for it.
13431
a51203ee 134322009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
13433
13434 * bookmark.el (bookmark-completing-read): Sort bookmark names if
13435 bookmark-sort-flag is non-nil (Bug#4653).
13436
9bf7dc8a
CY
134372009-11-08 Chong Yidong <cyd@stupidchicken.com>
13438
15207e74
CY
13439 * emulation/cua-base.el: Add CUA property to some CC mode commands
13440 (Bug#4100).
13441
8bf7ed70
KR
134422009-11-08 Kevin Ryde <user42@zip.com.au>
13443
13444 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 13445 at end of sentence (Bug#4818).
8bf7ed70 13446
951802d0
CY
134472009-11-08 Jared Finder <jfinder@crypticstudios.com>
13448
13449 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13450 Handle "see declaration of" MSFT statements (Bug#4100).
13451
e8244310
MA
134522009-11-08 Michael Albinus <michael.albinus@gmx.de>
13453
13454 * net/tramp.el (tramp-advice-make-auto-save-file-name)
13455 (tramp-advice-file-expand-wildcards): Unload via
13456 `ad-remove-advice'.
13457
13458 * net/trampver.el: Update release number.
13459
a51203ee 134602009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
13461
13462 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
13463 `ad-do-it'.
13464
a51203ee 134652009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
13466
13467 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
13468 in order to keep context in SELinux.
13469
bedd8a58
CY
134702009-11-08 Chong Yidong <cyd@stupidchicken.com>
13471
13472 * dired-aux.el (dired-query): Place cursor in echo area and allow
13473 C-g.
13474
13475 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
13476 menu item if not on a directory (Bug#4701).
13477
0484d600
MA
134782009-11-07 Michael Albinus <michael.albinus@gmx.de>
13479
13480 Sync with Tramp 2.1.17.
13481
13482 * net/tramp.el (tramp-handle-copy-directory): Don't use
13483 `file-remote-p' (due to compatibility).
13484
13485 * net/tramp-compat.el (tramp-compat-copy-directory)
13486 (tramp-compat-delete-directory): New defuns.
13487
13488 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6a7662bb
BR
13489 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
13490 Use `tramp-compat-delete-directory'.
0484d600
MA
13491
13492 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6a7662bb
BR
13493 (tramp-smb-handle-delete-directory):
13494 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
13495
13496 * net/trampver.el: Update release number.
13497
b42b2189
CY
134982009-11-07 Chong Yidong <cyd@stupidchicken.com>
13499
6960d7b9
CY
13500 * tar-mode.el (tar-copy): Call write-region on the right buffer
13501 (Bug#4857).
13502
b42b2189
CY
13503 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
13504 by hand, if necessary (Bug#4878).
13505
0ad57dfd
CY
135062009-11-06 Chong Yidong <cyd@stupidchicken.com>
13507
d19e23ae
CY
13508 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
13509 align size column (Bug#4839).
13510
0ad57dfd
CY
13511 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
13512 statement.
13513
0b7f397c
DN
135142009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
13515
13516 * progmodes/ld-script.el (auto-mode-alist):
13517 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
13518
13519 * cus-face.el (custom-declare-face): Purecopy face spec.
13520
495bd5ca
KH
135212009-11-06 Kenichi Handa <handa@m17n.org>
13522
13523 * international/uni-bidi.el: Re-generated.
13524 * international/uni-category.el: Re-generated.
13525 * international/uni-combining.el: Re-generated.
13526 * international/uni-mirrored.el: Re-generated.
13527
1e8780b1
DN
135282009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
13529
13530 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
13531 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
13532 (tex-start-options, slitex-run-command, latex-run-command)
13533 (tex-run-command, tex-directory):
13534 * textmodes/ispell.el (ispell-html-skip-alists)
13535 (ispell-tex-skip-alists, ispell-tex-skip-alists):
13536 * textmodes/fill.el (adaptive-fill-first-line-regexp):
13537 (adaptive-fill-regexp):
13538 * textmodes/dns-mode.el (auto-mode-alist):
13539 * progmodes/python.el (interpreter-mode-alist):
13540 * progmodes/etags.el (tags-compression-info-list):
13541 * progmodes/etags.el (tags-file-name):
13542 * net/browse-url.el (browse-url-galeon-program)
13543 (browse-url-firefox-program):
13544 * mail/sendmail.el (mail-signature-file)
13545 (mail-citation-prefix-regexp):
13546 * international/mule-conf.el (eight-bit):
13547 * international/latexenc.el (latex-inputenc-coding-alist):
13548 * international/fontset.el (x-pixel-size-width-font-regexp):
13549 * emacs-lisp/warnings.el (warning-type-format):
13550 * emacs-lisp/trace.el (trace-buffer):
13551 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
13552 (emacs-lisp-mode-map):
13553 * calendar/holidays.el (holiday-solar-holidays)
13554 (holiday-bahai-holidays, holiday-islamic-holidays)
13555 (holiday-christian-holidays, holiday-hebrew-holidays)
13556 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
13557 (hebrew-holidays-1, holiday-oriental-holidays)
13558 (holiday-general-holidays):
13559 * x-dnd.el (x-dnd-known-types):
13560 * tool-bar.el (tool-bar):
13561 * startup.el (site-run-file):
13562 * shell.el (shell-dumb-shell-regexp):
13563 * rfn-eshadow.el (file-name-shadow-tty-properties)
13564 (file-name-shadow-properties):
13565 * paths.el (remote-shell-program, news-directory):
13566 * mouse.el ([C-down-mouse-3]):
13567 * menu-bar.el (menu-bar-tools-menu):
13568 * jka-cmpr-hook.el (jka-compr-load-suffixes)
13569 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
13570 (jka-compr-compression-info-list):
13571 * isearch.el (search-whitespace-regexp):
13572 * image-file.el (image-file-name-extensions):
13573 * find-dired.el (find-ls-option):
13574 * files.el (directory-listing-before-filename-regexp)
13575 (directory-free-space-args, insert-directory-program)
13576 (list-directory-brief-switches, magic-fallback-mode-alist)
13577 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
13578 (automount-dir-prefix):
13579 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
13580 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
13581 (face-font-registry-alternatives, face-font-registry-alternatives)
13582 (face-font-family-alternatives):
13583 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
13584 (facemenu-foreground-menu, facemenu-face-menu):
13585 * epa-hook.el (epa-file-name-regexp):
13586 * dnd.el (dnd-protocol-alist):
13587 * textmodes/rst.el (auto-mode-alist):
a51203ee 13588 * button.el (default-button): Purecopy strings.
1e8780b1 13589
0adae11f
GM
135902009-11-06 Glenn Morris <rgm@gnu.org>
13591
13592 * Makefile.in (ELCFILES): Update.
13593
2adaf057
SM
135942009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
13595
8f72f03c
SM
13596 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
13597 * emacs-lisp/levents.el: Move to obsolete/levents.el.
13598
2adaf057
SM
13599 * nxml/xsd-regexp.el (xsdre-gen-categories):
13600 * nxml/xmltok.el (xmltok-parse-entity):
13601 * nxml/rng-parse.el (rng-parse-validate-file):
13602 * nxml/rng-maint.el (rng-format-manual)
13603 (rng-manual-output-force-new-line):
13604 * nxml/rng-loc.el (rng-save-schema-location-1):
13605 * nxml/rng-cmpct.el (rng-c-parse-file):
13606 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
13607 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
13608
14862301
SM
136092009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
13610
bf0b361c 13611 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
13612 Remove extra save-excursions and make-variable-buffer-local's.
13613 Suggested by Stefan Monnier.
13614
13615 (verilog-getopt-file, verilog-module-inside-filename-p)
13616 (verilog-set-define): Merge GNU 1.35 and repair changes from
13617 switching to using with-current-buffer.
13618
13619 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
13620 being treated as a number and confusing AUTORESET.
13621 Reported by Dan Dever.
13622
13623 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
13624 Add verilog-auto-ignore-concat to fix backward compatibility with
13625 older verilog-modes. Reported by Dan Katz.
13626
13627 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
13628 containing closing anchors "...$".
13629
13630 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
13631 Reported by Wade Smith.
13632
48c2d18a 13633 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
13634
136352009-11-05 Michael McNamara <mac@mail.brushroad.com>
13636
bf0b361c
JB
13637 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
13638 for labels.
14862301
SM
13639
13640 (verilog-label-re, verilog-calc-1): Support proper indent of named
13641 asserts.
13642
13643 (verilog-backward-token, verilog-basic-complete-re)
13644 (verilog-beg-of-statement, verilog-indent-re): Support proper
13645 indent of the assert statement at the beginning of a block of text.
13646
13647 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
13648 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
13649 tokens as begins.
13650
4f8f657f
GM
136512009-11-05 Glenn Morris <rgm@gnu.org>
13652
775adc51
GM
13653 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
13654 Emacs 19. (Bug#1531)
13655 (byte-compile-fix-header): Update for the above change.
13656 Drop test for epoch::version.
13657
4ad6a5e7 13658 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
13659 * cus-dep.el (custom-make-dependencies):
13660 * finder.el (finder-compile-keywords):
13661 Use autoload-rubric's feature argument.
4ad6a5e7 13662
4f8f657f
GM
13663 * calendar/diary-lib.el (top-level): Make load behave more like require.
13664
881e4184
GM
13665 * vc-git.el (vc-git-stash-map): Move definition before use.
13666
ba214964 136672009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 13668
b6f8ba09
DN
13669 * custom.el (custom-declare-group): Purecopy standard-value.
13670 (custom-declare-group): Purecopy custom-prefix.
13671
7fdbcd83
SM
13672 * international/mule.el (load-with-code-conversion):
13673 Call do-after-load-evaluation unconditionally.
eb6f577b 13674
f6195dfb
DN
13675 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
13676
56f14120
SM
136772009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
13678
13679 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
13680
e5c89ce9
GM
136812009-11-04 Glenn Morris <rgm@gnu.org>
13682
13683 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
13684 (byte-compile-compatibility): Remove option.
13685 (byte-compile-close-variables, byte-compile-fix-header)
13686 (byte-compile-insert-header, byte-compile-output-docform)
13687 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
13688 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
13689 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
13690 (byte-compile-insert, byte-compile-defun):
13691 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
13692 (byte-defop-compiler19): Remove.
13693 Without byte-compile-compatibility, the 'emacs19-opcode property is not
13694 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 13695
e24f42ab
JL
136962009-11-04 Juri Linkov <juri@jurta.org>
13697
13698 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
13699 (menu-bar-options-menu): Don't quote the `prop' arg of
13700 `menu-bar-make-mm-toggle'.
13701
d3d5f4f5
JB
137022009-11-04 Juanma Barranquero <lekktu@gmail.com>
13703
13704 * calendar/calendar.el (cal-loaddefs):
13705 * calendar/diary-lib.el (diary-loaddefs):
13706 * calendar/holidays.el (hol-loaddefs):
13707 * eshell/esh-module.el (esh-groups): Load rather than require.
13708
6e39d3b2
SM
137092009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
13710
e96d62cd
SM
13711 * calendar/todo-mode.el (todo-add-category): Don't hardcode
13712 point-min==1.
7e83e8b4
SM
13713 (todo-top-priorities): Only display-buffer when called interactively.
13714 (todo-item-start): Don't save excursion point.
13715 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
13716 (todo-insert-item-here, todo-file-item, todo-remove-item):
13717 Adjust uses of todo-item-start and todo-item-end.
13718
fae4e5b9
SM
13719 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
13720 (autoload-rubric): Don't use any more.
fae4e5b9 13721
6e39d3b2
SM
13722 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
13723 and only put a prop if it is non-nil.
13724
c9753fb4
JL
137252009-11-03 Juri Linkov <juri@jurta.org>
13726
13727 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
13728 (menu-bar-options-menu): Fix list quoting (Bug#4429).
13729
13730 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
13731 and "Menu" to make top-level menu item visually one unit (like
13732 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
13733 multi-word menu items). Fix :help string for quit-window.
13734
db04f33f
GM
137352009-11-03 Glenn Morris <rgm@gnu.org>
13736
2aea6521
GM
13737 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
13738 (byte-compile-file-form-define-abbrev-table)
13739 (byte-compile-file-form-custom-declare-variable)
13740 (byte-compile-variable-ref, byte-compile-defvar):
13741 Whether or not a warning is enabled should only affect whether we issue
13742 the warning, not whether or not we collect the relevant data.
13743 Eg warnings can be turned on and off throughout the course of a file.
13744
db04f33f
GM
13745 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
13746 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
13747
937e6a56
SM
137482009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
13749
13750 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
13751 * play/mpuz.el (mpuz-create-buffer):
13752 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
13753 (lm-print-y,s,noise, lm-print-w0, lm-init):
13754 * play/gomoku.el (gomoku-prompt-for-move):
13755 * play/fortune.el (fortune-in-buffer):
13756 * play/dissociate.el (dissociated-press):
13757 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 13758 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
13759 * mail/supercite.el (sc-eref-show):
13760 * mail/smtpmail.el (smtpmail-send-it):
13761 * mail/rmailsum.el (rmail-summary-next-labeled-message)
13762 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
13763 (rmail-summary-undelete-many, rmail-summary-rmail-update)
13764 (rmail-summary-goto-msg, rmail-summary-expunge)
13765 (rmail-summary-get-new-mail, rmail-summary-search-backward)
13766 (rmail-summary-add-label, rmail-summary-output-menu)
13767 (rmail-summary-output-body):
13768 * mail/rfc822.el (rfc822-addresses):
13769 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
13770 * mail/mailpost.el (post-mail-send-it):
13771 * mail/hashcash.el (hashcash-generate-payment):
13772 * mail/feedmail.el (feedmail-run-the-queue)
13773 (feedmail-queue-send-edit-prompt-help-first)
13774 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
13775 (feedmail-deduce-address-list):
13776 * eshell/esh-ext.el (eshell-remote-command):
13777 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
13778 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
13779 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
13780 (viper-save-string-in-file, viper-valid-marker):
13781 * emulation/viper-keym.el (viper-toggle-key):
13782 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
13783 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
13784 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
13785 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13786 (viper-exec-form-in-emacs, viper-brac-function):
13787 * emulation/viper.el (viper-delocalize-var):
13788 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
13789 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
13790 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
13791 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
13792 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
13793 * emulation/edt.el (edt-electric-helpify):
13794 * emulation/cua-rect.el (cua--rectangle-aux-replace):
13795 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
13796 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
13797 (cua-indent-to-global-mark-column):
13798 * calendar/diary-lib.el (calendar-mark-1):
13799 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
13800 Use with-current-buffer.
13801 * emulation/viper.el (viper-delocalize-var): Use dolist.
13802
5b955562
CY
138032009-11-03 Chong Yidong <cyd@stupidchicken.com>
13804
13805 * comint.el (comint-replace-by-expanded-history-before-point):
13806 Replace !! with the previous input string literally (Bug#1795).
13807
6292c599
JB
138082009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
13809
13810 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
13811 to be made up of whitespace.
13812
8368c14e
CY
138132009-11-02 Chong Yidong <cyd@stupidchicken.com>
13814
13815 * minibuffer.el (read-file-name): Don't use file dialogs for
13816 remote directories (Bug#99).
13817
6f750f0d
CY
138182009-11-01 Chong Yidong <cyd@stupidchicken.com>
13819
13820 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
13821
97ab3f47
AS
138222009-11-01 Andreas Schwab <schwab@linux-m68k.org>
13823
13824 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
13825 instead of deleting the window or frame.
13826
673c1168
CY
138272009-10-31 Chong Yidong <cyd@stupidchicken.com>
13828
13829 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
13830 Support face colors.
13831
937e6a56
SM
13832 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
13833 New function. Support face colors (Bug#1168).
673c1168
CY
13834 (tex-common-initialization): Use it.
13835
13836 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
13837 mode allows it (Bug#1168).
13838
c9349f0a
CY
138392009-10-31 Juri Linkov <juri@jurta.org>
13840
13841 * facemenu.el (list-colors-display): Don't mark buffer as
13842 modified (Bug#3948).
13843
ebf5c4f5
CY
138442009-10-31 Chong Yidong <cyd@stupidchicken.com>
13845
6a7662bb
BR
13846 * international/mule-diag.el (list-character-sets-1):
13847 Minor message fix (Bug#3526).
5c2dce75 13848
6a7662bb
BR
13849 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
13850 Fix face property (Bug#4834).
26581f0e
CY
13851 (etags-list-tags, etags-tags-apropos-additional)
13852 (etags-tags-apropos, tags-select-tags-table): Add follow-link
13853 property.
13854
ebf5c4f5
CY
13855 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
13856 items.
13857
9a529312
SM
138582009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
13859
13860 * textmodes/two-column.el (2C-split):
13861 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
13862 * textmodes/tex-mode.el (tex-set-buffer-directory):
13863 * textmodes/spell.el (spell-region, spell-string):
13864 * textmodes/reftex.el (reftex-erase-buffer):
13865 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
13866 * textmodes/reftex-toc.el (reftex-toc-promote-action):
13867 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
13868 (reftex-select-item):
13869 * textmodes/reftex-ref.el (reftex-label-info-update)
13870 (reftex-offer-label-menu):
13871 * textmodes/reftex-index.el (reftex-index-change-entry)
13872 (reftex-index-phrases-info):
13873 * textmodes/reftex-global.el (reftex-create-tags-file)
13874 (reftex-save-all-document-buffers, reftex-ensure-write-access):
13875 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
13876 (reftex-view-crossref-from-bibtex):
13877 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
13878 (reftex-extract-bib-entries-from-thebibliography)
13879 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
13880 * textmodes/refbib.el (r2b-capitalize-title):
13881 (r2b-convert-buffer, r2b-help):
13882 * textmodes/page-ext.el (pages-directory)
13883 (pages-directory-goto-with-mouse):
13884 * textmodes/bibtex.el (bibtex-validate-globally):
13885 * textmodes/bib-mode.el (bib-capitalize-title):
13886 * textmodes/artist.el (artist-clear-buffer, artist-system):
13887 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
13888 (local-set-scheme-interaction-buffer, xscheme-process-filter)
13889 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
13890 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
13891 (xscheme-send-control-g-interrupt, xscheme-start-process)
13892 (xscheme-process-sentinel, xscheme-cd):
13893 * progmodes/verilog-mode.el (verilog-read-always-signals)
13894 (verilog-set-define, verilog-getopt-file)
13895 (verilog-module-inside-filename-p):
13896 * progmodes/sh-script.el:
13897 * progmodes/python.el (python-pdbtrack-get-source-buffer)
13898 (python-pdbtrack-grub-for-buffer, python-execute-file):
13899 * progmodes/octave-inf.el (inferior-octave):
13900 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
13901 (idlwave-shell-compile-helper-routines, idlwave-set-local)
13902 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
13903 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
13904 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
13905 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
13906 (idlwave-shell-filter, idlwave-shell-examine-highlight)
13907 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
13908 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
13909 (idlwave-shell-examine-display, idlwave-shell-run-region)
13910 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
13911 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
13912 * progmodes/idlw-help.el (idlwave-help-get-special-help)
13913 (idlwave-help-get-help-buffer):
13914 * progmodes/gud.el (gud-basic-call, gud-find-class)
13915 (gud-tooltip-activate-mouse-motions-if-enabled):
13916 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
13917 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
13918 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
13919 (ebrowse-tags-next-file):
13920 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
13921 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
13922 (ebnf-eps-finish-and-write):
13923 * progmodes/cpp.el (cpp-edit-save):
13924 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
13925 * progmodes/cc-defs.el (c-emacs-features):
13926 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
13927 (antlr-directory-dependencies):
13928 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
13929 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
13930 (ada-find-any-references, ada-make-filename-from-adaname)
13931 (ada-make-body-gnatstub):
13932 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 13933 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
13934 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
13935 * net/rcirc.el (rcirc-debug):
13936 * net/newst-treeview.el (newsticker--treeview-list-add-item)
13937 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
13938 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
13939 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 13940 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
13941 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
13942 (newsticker--treeview-list-clear-highlight)
13943 (newsticker--treeview-list-update-highlight)
13944 (newsticker--treeview-list-highlight-start)
13945 (newsticker--treeview-tree-update-highlight)
13946 (newsticker--treeview-get-selected-item)
13947 (newsticker-treeview-mark-list-items-old)
13948 (newsticker--treeview-set-current-node):
13949 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
13950 * net/newst-backend.el (newsticker--get-news-by-funcall)
13951 (newsticker--get-news-by-wget, newsticker--image-get)
13952 (newsticker--image-sentinel):
13953 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
13954 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
13955 (eudc-ph-close-session):
13956 * net/eudc.el (eudc-save-options):
13957 * language/thai-word.el (thai-update-word-table):
13958 * language/japan-util.el (japanese-string-conversion):
13959 * international/titdic-cnv.el (tsang-quick-converter)
13960 (ziranma-converter, ctlau-converter):
13961 * international/mule-cmds.el (describe-language-environment):
13962 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
13963 (skkdic-convert-postfix, skkdic-convert-prefix):
13964 (skkdic-convert-okuri-nasi, skkdic-convert):
13965 * emacs-lisp/re-builder.el (reb-update-overlays):
13966 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
13967 * emacs-lisp/gulp.el (gulp-send-requests):
13968 * emacs-lisp/find-gc.el (trace-call-tree):
13969 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
13970 (eieio-describe-generic):
13971 * emacs-lisp/eieio-base.el (eieio-persistent-read):
13972 * emacs-lisp/edebug.el (edebug-outside-excursion):
13973 * emacs-lisp/debug.el (debugger-make-xrefs):
13974 * emacs-lisp/cust-print.el (custom-prin1-to-string):
13975 * emacs-lisp/chart.el (chart-new-buffer):
13976 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
13977 Use with-current-buffer.
13978 * textmodes/artist.el (artist-system): Don't call
13979 copy-sequence on a fresh string.
13980 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
13981
d566f228
GM
139822009-10-31 Stephen Berman <stephen.berman@gmx.net>
13983
13984 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 13985 is no item to edit. (Bug#4820)
d566f228 13986 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 13987 buffer. (Bug#4820)
d566f228 13988
f3628edd
GM
139892009-10-31 Glenn Morris <rgm@gnu.org>
13990
5cf3709c
GM
13991 * net/ange-ftp.el (top-level): Don't require dired when compiling.
13992 (comint-last-output-start, comint-last-input-start)
13993 (comint-last-input-end): Don't defvar when compiling.
13994 (ange-ftp-process-file): Use bound-and-true-p.
13995
4c814fd2
GM
13996 * pcmpl-rpm.el (top-level): Move provide statement to end.
13997 (pcmpl-rpm): Remove unused custom group.
13998
113b8dcc
GM
13999 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
14000
31c615e4
GM
14001 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
14002
416d3588
GM
14003 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14004 (byte-compile-warnings): Add `constants' as an option.
14005 (byte-compile-callargs-warn, byte-compile-arglist-warn)
14006 (display-call-tree): Update for byte-compile-fdefinition possibly
14007 returning `(macro lambda ...)'. (Bug#4778)
14008 (byte-compile-variable-ref, byte-compile-setq-default):
14009 Respect `constants' member of byte-compile-warnings.
14010
00f71f39
SM
140112009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14012
14013 * vc-bzr.el (vc-bzr-revision-keywords): New var.
14014 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
14015 to "submit:".
14016
ca0a881a
DN
140172009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
14018
14019 * textmodes/ispell.el (ispell-skip-region-alist):
14020 * international/mule-conf.el (eight-bit):
14021 * international/fontset.el (font-encoding-alist):
14022 * startup.el (pure-space-overflow-message):
14023 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
14024 * paths.el (gnus-nntp-service, rmail-spool-directory)
14025 (term-file-prefix):
14026 * files.el (save-some-buffers-action-alist):
14027 * cmuscheme.el (same-window-buffer-names):
14028 * ielm.el (same-window-buffer-names):
14029 * shell.el (same-window-buffer-names):
14030 * mail/sendmail.el (same-window-buffer-names):
14031 * progmodes/inf-lisp.el (same-window-buffer-names):
14032 * bindings.el (mode-line-client)
14033 (mode-line-column-line-number-mode-map):
14034 * language/tibetan.el (tibetan-precomposition-rule-regexp)
14035 (tibetan-precomposed-regexp): Purecopy string arguments.
14036
b861e45e
SM
140372009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14038
6df9b6d7
SM
14039 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
14040 (calcDigit-nondigit):
14041 * calc/calc-yank.el (calc-copy-to-buffer):
14042 * calc/calc-units.el (calc-invalidate-units-table):
14043 * calc/calc-trail.el (calc-trail-yank):
14044 * calc/calc-store.el (calc-insert-variables):
14045 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
14046 * calc/calc-prog.el (calc-read-parse-table):
14047 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
14048 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
14049 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
14050 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
14051 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
14052 (calc-graph-name, calc-graph-find-command, calc-graph-view)
14053 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
14054 * calc/calc-ext.el (calc-realign):
14055 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
14056 (calc-embedded-finish-edit, calc-embedded-make-info)
14057 (calc-embedded-finish-command, calc-embedded-stack-change):
14058 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
14059
70f44c65
SM
14060 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
14061 shell-dynamic-complete-filename in preference to
14062 comint-dynamic-complete-filename.
14063
b861e45e
SM
14064 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14065 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
14066 Don't consider whether the display supports colors.
14067 (bookmark-import-new-list): Use dolist.
14068 (bookmark-bmenu-mode-map): Move initialization into declaration.
14069 (bookmark-bmenu-list): Use dolist, simplify.
14070 (bookmark-show-all-annotations): Use save-selected-window and dolist.
14071 (menu-bar-final-items): Use push.
14072
8549241d 140732009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
14074
14075 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
14076 it works on remote files.
14077 (vc-hg-diff): Don't pass any `--cwd' argument.
14078
30644573
KR
140792009-10-27 Kevin Ryde <user42@zip.com.au>
14080
cc63d28f
SM
14081 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
14082 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
14083 (Further to Bug#3921).
14084
9be01a63
MA
140852009-10-27 Michael Albinus <michael.albinus@gmx.de>
14086
14087 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
14088 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
14089 calling `tramp-imap-put-file'. Add file size to the call.
14090 (tramp-imap-get-file-entries): Compute also user name, file size,
14091 and date.
14092 (tramp-imap-handle-insert-directory): Insert uid and gid.
14093 (tramp-imap-handle-file-attributes): Transform uid and gid
14094 according to `id-format'.
14095 (tramp-imap-put-file): New optional parameter SIZE. Encode file
14096 size in header X-Size.
14097
41849bf9
JB
140982009-10-26 Juanma Barranquero <lekktu@gmail.com>
14099
14100 * simple.el (transpose-subr): Give clearer error when the mark
14101 is not set. (Bug#4807)
14102
293c24f9
MA
141032009-10-26 Michael Albinus <michael.albinus@gmx.de>
14104
cc63d28f
SM
14105 * net/tramp.el (tramp-perl-file-truename): New defconst.
14106 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 14107 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
14108 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
14109 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 14110
cc63d28f
SM
14111 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
14112 Ignore `dired-call-process'.
293c24f9
MA
14113 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
14114
141152009-10-26 Julian Scheid <julians37@gmail.com>
14116
cc63d28f 14117 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
14118 (tramp-get-remote-readlink): New defun.
14119 (tramp-handle-file-truename): Use it.
14120 (tramp-handle-file-exists-p): Check file-attributes cache, assume
14121 file exists if cache value present.
48c2d18a 14122 (tramp-check-cached-permissions): New defun.
293c24f9
MA
14123 (tramp-handle-file-readable-p): Use it.
14124 (tramp-handle-file-writable-p): Likewise.
14125 (tramp-handle-file-executable-p): Likewise.
14126 (tramp-handle-file-name-all-completions): Try using Perl to get
14127 partial completions. When perl not available, combine `cd' and
14128 `ls' into single remote operation and use shell expansion to get
14129 partial remote directory contents. Set `file-exists-p' cache for
14130 directory and any files returned by ls. Change cache handling to
14131 support partial directory contents. Use error message emitted by
14132 remote `cd' or Perl code for local tramp-error.
14133 (tramp-do-copy-or-rename-file-directly): Avoid separate
14134 tramp-send-command-and-check call.
cc63d28f
SM
14135 (tramp-handle-process-file): Merge three remote ops into one.
14136 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
14137 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
14138 file-attributes shows uid/gid to be set already.
14139
a7610c52
DN
141402009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
14141
14142 * textmodes/tex-mode.el (tex-dvi-view-command)
14143 (tex-show-queue-command, tex-open-quote):
14144 * progmodes/ruby-mode.el (auto-mode-alist)
14145 (interpreter-mode-alist): Purecopy strings.
14146
14147 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
14148
14149 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
14150 string for the hook, keymap and abbrev table.
14151
14152 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
14153
14154 * x-dnd.el (x-dnd-xdnd-to-action):
14155 * startup.el (fancy-startup-text, fancy-about-text): Change to
14156 defconst from defvar.
14157
14158 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
14159
14160 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
14161 Purecopy initialization strings.
14162
14163 * mail/sendmail.el (mail-header-separator)
14164 (mail-personal-alias-file):
14165 * mail/rmail.el (rmail-default-dont-reply-to-names)
14166 (rmail-ignored-headers, rmail-retry-ignored-headers)
14167 (rmail-highlighted-headers, rmail-secondary-file-directory)
14168 (rmail-secondary-file-regexp):
14169 * files.el (null-device, file-name-invalid-regexp)
14170 (locate-dominating-stop-dir-regexp)
cc63d28f 14171 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
14172 (interpreter-mode-alist): Use mapcar instead of mapc.
14173
14174 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
14175
14176 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
14177 (completion-ignored-extensions):
14178 (debug-ignored-errors): Purecopy strings.
14179
4fcc3d32
SM
141802009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
14181
0667de21
SM
14182 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
14183 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
14184 (pcomplete--here): Use push.
14185
4fcc3d32
SM
14186 * subr.el (all-completions): Declare the 4th arg obsolete.
14187
955ef430
SM
141882009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14189
2d085307
SM
14190 * pcomplete.el (pcomplete-unquote-argument-function): New var.
14191 (pcomplete-unquote-argument): New function.
14192 (pcomplete--common-suffix): Always pay attention to case.
14193 (pcomplete--table-subvert): Quote and unquote the text.
14194 (pcomplete--common-quoted-suffix): New function.
14195 (pcomplete-std-complete): Use it and pcomplete-begin.
14196
955ef430
SM
14197 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
14198 we're inside a dedicated or minibuffer window.
14199
7c85c02b
KF
142002009-10-24 Karl Fogel <kfogel@red-bean.com>
14201
14202 * bookmark.el: Update documentation, especially documentation
14203 of `bookmark-alist' and of the bookmark file format.
14204 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
14205
3e8ae8a6
CY
142062009-10-24 Chong Yidong <cyd@stupidchicken.com>
14207
3e425845
CY
14208 * mail/emacsbug.el (report-emacs-bug): Clarify that the
14209 keybindings apply to the mail buffer (Bug#4003). Shrink help
14210 window to buffer.
14211
cdd47d48
CY
14212 * whitespace.el (whitespace-mode, whitespace-newline-mode)
14213 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
14214 (whitespace-toggle-options, global-whitespace-toggle-options):
14215 Doc fix (Bug#3660).
cdd47d48 14216
ba07c9ad
CY
14217 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
14218 of xmltok-start before the end tag was inserted (Bug#2840).
14219
3e8ae8a6
CY
14220 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
14221 patterns that are preceded by an open-paren (Bug#1320).
14222
ab276820
CY
142232009-10-24 Sven Joachim <svenjoac@gmx.de>
14224
14225 * files.el (delete-directory): Delete symlinks to directories with
14226 delete-file (Bug#4739).
14227
905a9ed3
DN
142282009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
14229
a9a2a6db
DN
14230 * vc.el (vc-backend-for-registration): Rename from
14231 vc-get-backend-for-registration. Update callers.
14232
cc63d28f
SM
14233 * international/mule-cmds.el (set-language-info-alist):
14234 Purecopy lang-env.
905a9ed3
DN
14235 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
14236 (charset): Purecopy the name.
14237 (define-char-code-property): Purecopy string arguments.
14238
14239 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14240 Purecopy string arguments.
14241
14242 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
14243 * ediff-hook.el (menu-bar-ediff-menu):
14244 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
14245 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
14246
d270305a
GM
142472009-10-24 Glenn Morris <rgm@gnu.org>
14248
6c74d523 14249 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
14250 * term.el (term-dynamic-list-completions): Use choose-completion rather
14251 than obsolete alias mouse-choose-completion.
14252
ae732337
GM
14253 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
14254 file-cache-choose-completion.
14255 (file-cache-choose-completion): Handle an optional event argument.
14256 (file-cache-mouse-choose-completion): Make it an obsolete alias.
14257
cc63d28f
SM
14258 * progmodes/octave-mod.el (octave-complete-symbol):
14259 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 14260
9847dc91
GM
14261 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
14262 use.
14263
e8f2a5d5
GM
14264 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
14265 compiler.
14266
d270305a
GM
14267 * vc-hooks.el (vc-responsible-backend): Fix declaration.
14268
c6432f1e
SM
142692009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14270
14271 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
14272 Ignore `pred' now that we receive one.
14273 Handle test-completion specially.
14274
6ab196f9
DN
142752009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
14276
14277 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 14278 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
14279 REGISTER ...
14280 (vc-get-backend-for-registration): ... here. New function.
14281 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
14282 of vc-responsible-backend, pass the file name instead of the
14283 directory name.
14284
48feed59
SM
142852009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14286
14287 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
14288 New funs.
14289 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
14290 (pcomplete-comint-setup): Don't modify a global var via
14291 accidental side-effects.
14292 (pcomplete-shell-setup): Adjust call accordingly.
14293 (pcomplete-parse-comint-arguments): Use push.
14294
00006066
CY
142952009-10-23 Chong Yidong <cyd@stupidchicken.com>
14296
36bfa3af
CY
14297 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
14298 Allow uncapitalized info node names (Bug#3921).
14299
00006066
CY
14300 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
14301 to the DEBUG file (Bug#3781).
14302
aa311d6e
CY
143032009-10-23 Jari Aalto <jari.aalto@cante.net>
14304
14305 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
14306 dictionary entry (Bug#4579).
14307
b88f2d0a
MA
143082009-10-23 Michael Albinus <michael.albinus@gmx.de>
14309
14310 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
14311 from `rfn-eshadow-update-overlay-hook' when unloading.
14312 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
14313 "rsyncc". Adjust doc string.
48c2d18a 14314 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
14315 (tramp-handle-insert-file-contents, tramp-handle-write-region):
14316 Keep temporary file when indicated by method ("rsync" and
14317 "rsyncc").
14318 (tramp-handle-write-region): Handle APPEND.
14319 (tramp-delete-temp-file-function): New defun. Added to
14320 `kill-buffer-hook'.
14321
1becddbb
JB
143222009-10-23 Juanma Barranquero <lekktu@gmail.com>
14323
14324 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
14325
8f43cbf3
DN
143262009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
14327
14328 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
14329 (color-name-rgb-alist, tty-standard-colors)
14330 (tty-color-mode-alist): Change to defconst.
14331
14332 * simple.el (mark-inactive): Purecopy message.
14333
14334 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
14335 (global-map, yank-menu):
14336 * textmodes/ispell.el (ispell-menu-map):
14337 * net/eudc.el (eudc-tools-menu):
14338 * international/mule-cmds.el (describe-language-environment-map)
14339 (setup-language-environment-map, set-coding-system-map)
14340 (mule-menu-keymap):
14341 * vc-hooks.el (vc-menu-entry, vc-menu-map):
14342 * replace.el (occur-mode-map):
14343 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
14344
1d228a31
JB
143452009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
14346
6a7662bb
BR
14347 * calc/calc.el (math-read-number, math-read-number-simple):
14348 Use `save-match-data'.
1d228a31 14349
3b067af1
SM
143502009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
14351
28a90c44
SM
14352 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
14353 rather than fiddling with global-map bindings, since it should only
14354 affect per-terminal settings.
14355 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
14356
a452eee8
SM
14357 * minibuffer.el (completion-table-with-terminator): Allow to specify
14358 the terminator-regexp.
14359
ab14d7d5
SM
14360 * simple.el (switch-to-completions): Look for *Completions* in other
14361 frames as well.
14362
3b067af1
SM
14363 * pcomplete.el: Allow the use of completion-tables.
14364 (pcomplete-std-complete): New command.
14365 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
14366 (pcomplete--here): Use a function for `form' rather than an expression,
14367 so it can be byte-compiled.
14368 (pcomplete-here, pcomplete-here*): Adjust accordingly.
14369 Add edebug declaration.
14370 (pcomplete-show-completions): Remove unused var `curbuf'.
14371 (pcomplete-do-complete, pcomplete-stub):
1becddbb 14372 Don't assume `completions' is a list of strings any more.
3b067af1 14373
5480359e
JB
143742009-10-22 Juanma Barranquero <lekktu@gmail.com>
14375
14376 * find-dired.el (find-name-arg): Fix typo in docstring.
14377
3170b794
SM
143782009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
14379
48c23a25
SM
14380 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
14381 (pcmpl-linux-fs-types): Same, and update to new modules layout.
14382
56b14058
SM
14383 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
14384 pcomplete-entries.
14385
3170b794
SM
14386 * comint.el (comint-read-input-ring, comint-write-input-ring)
14387 (comint-substitute-in-file-name)
14388 (comint-dynamic-complete-as-filename)
14389 (comint-dynamic-simple-complete)
14390 (comint-dynamic-list-filename-completions)
14391 (comint-dynamic-list-completions)
14392 (comint-redirect-results-list-from-process): Minor simplifications.
14393
2affef34
KR
143942009-10-21 Kevin Ryde <user42@zip.com.au>
14395
3170b794
SM
14396 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
14397 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 14398 the first form. And insert a blank line after ";;; Code" since
d8194864 14399 that's usual style. (Bug#4612)
2affef34 14400
e7b94bbb
KR
14401 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
14402
528c56e2
SM
144032009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14404
14405 * minibuffer.el (completion-table-with-terminator): Properly implement
14406 boundaries, in case `terminator' appears in the suffix.
14407 (completion--embedded-envvar-table): Don't return boundaries if
14408 there's no valid completion. Simplify.
14409 (completion-file-name-table): New completion table extracted from
14410 completion--file-name-table.
14411 (completion--file-name-table): Use it.
14412 (read-file-name-predicate): Declare obsolete.
14413 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
14414 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
14415 completion-file-name-table, and use the `pred' argument.
14416 * files.el (locate-file-completion-table): Use the `pred' arg rather
14417 than read-file-name-predicate.
14418 (abbreviate-file-name): Use \` rather than ^ for BOS.
14419
f9ed9b4f
DN
144202009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
14421
14422 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
14423 vc-responsible-backend to register, it causes problems.
14424
5f2022a3
SM
144252009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14426
14427 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
14428
fc754ea1
MA
144292009-10-21 Michael Albinus <michael.albinus@gmx.de>
14430
14431 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
14432 (tramp-smb-handle-file-attributes): Use it.
14433 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
14434 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
14435 `mapcar'. Use `tramp-smb-get-stat-capability'.
14436 Add `dired-filename' text properties.
fc754ea1
MA
14437 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
14438 (tramp-smb-maybe-open-connection): Simplify check for smbclient
14439 version.
14440
79bd5ba1
SM
144412009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
14442
14443 * subr.el (read-key-delay): Reduce to 0.01.
14444 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
14445 (bug#4751).
14446
3c13704d
SM
144472009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
14448
554efd10
SM
14449 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
14450
c2a37b78
SM
14451 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
14452 (Info-menu): Remove unused vars `last' and `completions'.
14453 (Info-index-nodes): Remove unused var `node'.
14454
3c13704d
SM
14455 * info.el (Info-complete-menu-item): Use complete-with-action.
14456
d1e4c403
DN
144572009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
14458
14459 Make vc-annotate work through copies and renames.
3c13704d
SM
14460 * vc-annotate.el (vc-annotate-extract-revision-at-line):
14461 Return the file name too.
d1e4c403
DN
14462 (vc-annotate-revision-at-line)
14463 (vc-annotate-find-revision-at-line)
14464 (vc-annotate-revision-previous-to-line)
14465 (vc-annotate-show-log-revision-at-line): Update to get the file
14466 name from vc-annotate-extract-revision-at-line.
14467 (vc-annotate-show-diff-revision-at-line-internal): Change the
14468 argument to mean whether to show a file diff or not. Get the file
14469 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
14470 (vc-annotate-show-diff-revision-at-line):
14471 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
14472 (vc-annotate-warp-revision): Add an optional file argument.
14473
14474 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
14475 (vc-git-annotate-extract-revision-at-line): Also return the file
14476 name if found.
14477
14478 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
14479 command. Remove unused code.
14480 (vc-hg-annotate-re): Update to match --follow output.
14481 (vc-hg-annotate-extract-revision-at-line): Also return the file
14482 name if found.
14483
14484 * vc.el: Update annotate-extract-revision-at-line documentation.
14485
b0b0ef98
KR
144862009-10-18 Kevin Ryde <user42@zip.com.au>
14487
14488 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
14489 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
14490
a9e7f03d
KR
14491 * net/browse-url.el (browse-url): Identify alist with "consp and
14492 not functionp" and let all other things go down the `apply' leg,
14493 as suggested by Stefan. (Further to bug#4531.)
14494
7346a407
CY
144952009-10-18 Chong Yidong <cyd@stupidchicken.com>
14496
14497 * minibuffer.el (read-file-name): Check for repeat before putting
14498 a default argument in file-name-history (Bug#4657).
14499
14500 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
14501 read syntax (Bug#4737).
14502
3c13704d 14503 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 14504
1da94541
CY
145052009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14506
14507 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
14508 (html-tag-alist, html-tag-help): Add descriptions for undocumented
14509 entries and make note of obsolete tags.
14510
2b93080a
SM
145112009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
14512
14513 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
14514
18b5ffb5
GM
145152009-10-18 Glenn Morris <rgm@gnu.org>
14516
14517 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
14518 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 14519 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
14520 now, and in any case the file header format has changed.
14521
c2e161b2
GM
145222009-10-17 Glenn Morris <rgm@gnu.org>
14523
14524 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
14525 (flyspell-get-word, flyspell-large-region)
14526 (flyspell-auto-correct-previous-word): Doc/error message fixes.
14527
a1eb44f5
CY
145282009-10-17 Chong Yidong <cyd@stupidchicken.com>
14529
14530 * Makefile.in (ELCFILES): Add ede/shell.
14531
4418646e
DN
145322009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
14533
14534 * term/common-win.el (x-colors): Purecopy it.
14535
4062011e
SM
145362009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14537
14538 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
14539 permissive for when the buffer is empty.
14540 (tar-header-block-tokenize): Decode the username and groupname.
14541 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
14542
b0b111c3
JB
145432009-10-17 Eric Ludlam <zappo@gnu.org>
14544
14545 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
14546 contains multibyte characters, choose first applicable coding
14547 system automatically.
14548
2df48a87
SM
145492009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14550
14551 * international/mule-cmds.el (select-safe-coding-system): If the file
14552 has a coding cookie, use it regardless of any other setting (bug#4712).
14553
fd7dd48c
GM
145542009-10-17 Glenn Morris <rgm@gnu.org>
14555
3ee0b477 14556 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
14557 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
14558
2550e4b1
GM
14559 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
14560 (dired-keep-marker-copy, dired-keep-marker-hardlink)
14561 (dired-keep-marker-symlink, dired-dwim-target)
14562 (dired-copy-preserve-time): Do not autoload these defcustoms.
14563
fd7dd48c
GM
14564 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
14565 messages from messing up the file coding. (Bug#4623)
14566
f3e3a990
GM
145672009-10-17 Jari Aalto <jari.aalto@cante.net>
14568
14569 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
14570 if no match is found for the current dictionary. (Bug#4578)
14571
14572 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
14573 optional, since that is how it is documented, and this is often called
14574 with a nil argument. (Bug#4577)
14575 (flyspell-external-point-words, flyspell-auto-correct-word)
14576 (flyspell-correct-word-before-point, flyspell-word-search-forward)
14577 (flyspell-word-search-backward): Remove nil argument in calls to
14578 flyspell-get-word, since it is not needed now.
14579
145802009-10-17 Ulrich Mueller <ulm@gentoo.org>
14581
1becddbb 14582 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 14583
b61374ab
GM
145842009-10-16 Glenn Morris <rgm@gnu.org>
14585
14586 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
14587
412707c2
SM
145882009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
14589
14590 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
14591 (ange-ftp-file-size): New function.
14592 (ange-ftp-file-attributes): Use it.
14593
0c6f436e
MA
145942009-10-16 Michael Albinus <michael.albinus@gmx.de>
14595
14596 * net/tramp-smb.el (tramp-smb-version): New defvar.
14597 (tramp-smb-maybe-open-connection): Use it, in order to avoid
14598 repeated checks.
14599
850bfd04
GM
146002009-10-16 Glenn Morris <rgm@gnu.org>
14601
14602 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
14603 Maybe copy some custom properties from old to new name. (Bug#4706)
14604
f3ed9aca
JB
146052009-10-16 Juanma Barranquero <lekktu@gmail.com>
14606
14607 * subr.el (error, sit-for, start-process-shell-command)
14608 (start-file-process-shell-command): Set the calling convention
14609 after the function definition.
14610
fd6c5134
SM
146112009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14612
14613 * subr.el (error, sit-for, start-process-shell-command)
14614 (start-file-process-shell-command): Use the new
14615 set-advertised-calling-convention feature.
14616
73874eb7
KH
146172009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
14618
fd6c5134
SM
14619 * international/ucs-normalize.el (ucs-normalize-version):
14620 Change to 1.2.
14621 (check-range): Adjust for Unicode 5.2.
73874eb7 14622
03fb33cf
JL
146232009-10-15 Juri Linkov <juri@jurta.org>
14624
14625 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
14626 to the `menu-item' format.
14627
4260b402
MA
146282009-10-15 Michael Albinus <michael.albinus@gmx.de>
14629
14630 * net/tramp.el (tramp-replace-environment-variables): Do not fail
14631 if the environment variable does not exist.
14632
14633 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
14634 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
14635 parameter.
14636 (tramp-smb-handle-add-name-to-file)
14637 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
14638 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
14639 (tramp-smb-handle-file-attributes)
14640 (tramp-smb-do-file-attributes-with-stat)
14641 (tramp-smb-handle-file-local-copy)
14642 (tramp-smb-handle-insert-directory)
14643 (tramp-smb-handle-make-directory)
14644 (tramp-smb-handle-make-directory-internal)
14645 (tramp-smb-handle-make-symbolic-link)
14646 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
14647 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
14648 (tramp-smb-maybe-open-connection): Apply the changed parameters.
14649 (tramp-smb-read-file-entry): Read Disk names in compressed format.
14650 Handle long file names.
14651 (tramp-smb-get-cifs-capabilities): Check, whether the connection
14652 process is running.
14653 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
14654 Read share names with "-g" option.
14655
d7a0fd6f
GM
146562009-10-15 Ryan Yeske <rcyeske@gmail.com>
14657
14658 * net/rcirc.el (rcirc-view-log-file): New command.
14659 (rcirc-track-minor-mode-map): Remove C-c ` binding.
14660 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
14661 specified.
14662
0b44494a
GM
146632009-10-15 Glenn Morris <rgm@gnu.org>
14664
af9fb32f
GM
14665 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
14666 from the second command-line argument.
14667 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
14668 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
14669 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
14670 w32-batch-update-autoloads.
14671 * emacs-lisp/autoload.el (autoload-make-program): New variable.
14672 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
14673
0b44494a
GM
14674 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
14675 the headers cannot be located. Simplify, subtracting superflous
14676 save-excursions.
14677
d5e63715
SM
146782009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
14679
14680 Replace completion-base-size by completion-base-position to fix bugs
14681 such as (bug#4699).
14682 * simple.el (completion-base-position): New var.
14683 (completion-base-size): Mark as obsolete.
14684 (choose-completion): Make it work for mouse events as well.
14685 Pass the new base-position to choose-completion-string.
14686 (choose-completion-guess-base-position): New function, extracted from
14687 choose-completion-delete-max-match.
14688 (choose-completion-delete-max-match): Use it. Make obsolete.
14689 (choose-completion-string): Use the new base-position info.
14690 (completion-root-regexp): Delete.
14691 (completion-setup-function): Preserve completion-base-position.
14692 Eliminate obsolete base-size manipulation.
14693 * minibuffer.el (display-completion-list): Don't mess with base-size.
14694 (minibuffer-completion-help): Set completion-base-position instead.
14695 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
14696 choose-completion.
14697 * textmodes/bibtex.el (bibtex-complete):
14698 * emacs-lisp/crm.el (crm--choose-completion-string):
14699 Adjust to new calling convention.
14700 * complete.el (partial-completion-mode): Use minibufferp to avoid
14701 bumping into incompatible change to choose-completion-string-functions.
14702 * ido.el (ido-choose-completion-string): Make its calling convention
14703 more permissive.
14704 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
14705 base-size manipulation.
14706 (comint-dynamic-list-input-ring): Use dotimes and push.
14707 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
14708 fundamental-mode. Use `or'.
14709
92f8bfc7
JL
147102009-10-14 Juri Linkov <juri@jurta.org>
14711
14712 * misearch.el (multi-isearch-next-buffer-from-list)
14713 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
14714
e78e280d
SM
147152009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
14716
384ca163
SM
14717 * Makefile.in (compile-onefile): Load `bytecomp' rather than
14718 `bytecomp.el'.
14719
681e0e7c
SM
14720 * minibuffer.el (completion-pcm--merge-completions): Make sure the
14721 string we return is all made up of text from the completions rather
14722 than part from the completions and part from the input (bug#4219).
14723
e78e280d
SM
14724 * ido.el (ido-everywhere): Use define-minor-mode.
14725
14726 * buff-menu.el (list-buffers, ctl-x-map):
14727 Mark the entry points with ;;;###autoload cookies.
14728
b4e813ca
DN
147292009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
14730
52964e54
DN
14731 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
14732 correctly in the detached head case.
14733 (vc-git-print-log): Remove unused binding.
14734
b4e813ca
DN
14735 * vc.el (vc-responsible-backend): When a directory is passed for
14736 for registration create a VC repository if no backend is
14737 responsible for the directory argument.
14738 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
14739
14740 * vc.el: Move comments about RCS and SCCS ...
14741 * vc-rcs.el:
14742 * vc-sccs.el: ... here, respectively.
14743
40ba9882
SM
147442009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
14745
14746 * minibuffer.el (completion--file-name-table): Return nil if there's
14747 no file completion, even if substitute-in-file-name changed
14748 the string (bug#4708).
14749
04e0f59b
JL
147502009-10-13 Juri Linkov <juri@jurta.org>
14751
14752 * files-x.el (read-file-local-variable-value): Don't filter out
14753 minor modes from mode name completion (bug#4664).
14754
314c8e25
JB
147552009-10-13 Juanma Barranquero <lekktu@gmail.com>
14756
14757 * international/mule-cmds.el (ucs-names): Remove exclusion of
14758 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
14759
5c9b7d36
KH
147602009-10-13 Kenichi Handa <handa@m17n.org>
14761
14762 * international/uni-name.el: Regenerated.
14763
1e7a80f2
JB
147642009-10-13 Juanma Barranquero <lekktu@gmail.com>
14765
14766 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
14767 should be automatically buffer-local, but isn't.)
14768
cd29f88b
SS
147692009-10-12 Sam Steingold <sds@gnu.org>
14770
14771 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 14772 timestamps if the buffer has been visited before.
0cd16af4
SS
14773 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
14774 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 14775
37493a98
GM
147762009-10-12 Glenn Morris <rgm@gnu.org>
14777
14778 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
14779 Let-bind `size'.
14780
3b56b1e6
JB
147812009-10-12 Juanma Barranquero <lekktu@gmail.com>
14782
7422a4bb
JB
14783 * proced.el (proced-unload-function): New function.
14784
fa72d075
JB
14785 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
14786 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
14787 Doc fix.
14788
3b56b1e6
JB
14789 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
14790
4d9b4323
JL
147912009-10-11 Juri Linkov <juri@jurta.org>
14792
14793 * files-x.el (read-file-local-variable-value):
14794 Provide default value only for bound variables (bug#4664).
14795
f6f7e059
MA
147962009-10-11 Michael Albinus <michael.albinus@gmx.de>
14797
14798 * net/tramp.el (tramp-local-host-p): Function shall return nil for
14799 connection methods like smb.
14800
14801 * net/tramp-cache.el (tramp-flush-connection-property): The hash
14802 can be empty.
14803
14804 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
14805 (tramp-smb-file-name-handler-alist): Add handlers for
14806 `add-name-to-file', `make-symbolic-link'.
14807 (tramp-smb-handle-add-name-to-file)
2992485f 14808 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
14809 (tramp-smb-handle-make-symbolic-link)
14810 (tramp-smb-get-cifs-capabilities): New defuns.
14811 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
14812 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
14813 (tramp-smb-handle-file-local-copy)
14814 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
14815 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
14816 The file name syntax depends on cifs capabilities.
14817 (tramp-smb-handle-file-attributes):
14818 Call `tramp-smb-do-file-attributes-with-stat' if possible.
14819 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
14820 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 14821
67868d26
CY
148222009-10-11 Chong Yidong <cyd@stupidchicken.com>
14823
14824 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
14825 (eieio-defclass): Apply deftype handler and setf-method properties
14826 directly.
14827 (eieio-add-new-slot): Avoid union function from cl library.
14828 (eieio--typep): New function.
14829 (eieio-perform-slot-validation): Use it.
14830
6d6a5b7e
KF
148312009-10-10 Karl Fogel <kfogel@red-bean.com>
14832
3b56b1e6 14833 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
14834 Update documentation to refer to the variables documented in r1.135.
14835 (Bug#4188)
14836
67b70de9
KF
148372009-10-10 Karl Fogel <kfogel@red-bean.com>
14838
14839 * bookmark.el (Info-suffix-list): Remove this unused variable.
14840 (bookmark-current-point): Remove this obsolete variable.
14841 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
14842 Adjust for removal of bookmark-current-point.
14843
14844 (bookmarks-already-loaded, bookmark-current-buffer)
14845 (bookmark-yank-point): Document. (Bug#4188)
14846
58ae51ae
GM
148472009-10-10 Glenn Morris <rgm@gnu.org>
14848
4619ff5e
GM
14849 * frame.el (frame-height): Doc fix.
14850
58ae51ae
GM
14851 * calendar/calendar.el (calendar-split-width-threshold): New option.
14852 (calendar-basic-setup): Use calendar-split-width-threshold.
14853
d364386c
JB
148542009-10-09 Juanma Barranquero <lekktu@gmail.com>
14855
14856 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
14857 Ideographic Supplement" range (U+1F200..U+1F2FF).
14858
33e97a28
KF
148592009-10-09 Karl Fogel <kfogel@red-bean.com>
14860
02d0f051 14861 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 14862 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
14863
148642009-10-09 Karl Fogel <kfogel@red-bean.com>
14865
d364386c 14866 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
14867 (bookmark-bmenu-execute-deletions): Don't save here, as
14868 bookmark-delete will now do so if necessary.
d364386c 14869 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
14870 (Bug#4348)
14871
9656d87b
GM
148722009-10-09 Glenn Morris <rgm@gnu.org>
14873
14874 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
14875
e6227f06
KF
148762009-10-09 Karl Fogel <kfogel@red-bean.com>
14877
14878 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
14879 (bookmark-jump-other-window): Just invoke bookmark-jump with new
14880 argument now, so the two function's behaviors will match. (Bug#3645)
14881
288f783b
MA
148822009-10-08 Michael Albinus <michael.albinus@gmx.de>
14883
14884 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 14885 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 14886 Apply `save-match-data'.
288f783b
MA
14887
14888 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
14889 case both directories are remote.
14890 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 14891 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 14892
872a1ea4
JB
148932009-10-07 Juanma Barranquero <lekktu@gmail.com>
14894
14895 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
14896
ab2baced
GM
148972009-10-07 Glenn Morris <rgm@gnu.org>
14898
e78e280d
SM
14899 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
14900 of concat.
ab2baced 14901
5c4634c1
SM
149022009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
14903
14904 * files-x.el (read-file-local-variable): Include some
14905 non-user-variables in the completion table (bug#4664).
14906
c2dc9732
MA
149072009-10-07 Michael Albinus <michael.albinus@gmx.de>
14908
14909 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
14910 message.
14911
14912 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
14913 (tramp-smb-file-name-handler-alist): Add handler for
14914 `copy-directory', `expand-file-name', `set-file-modes'.
14915 (tramp-smb-handle-copy-directory)
14916 (tramp-smb-handle-expand-file-name)
14917 (tramp-smb-handle-set-file-modes): New defuns.
14918 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
14919 (tramp-smb-handle-file-attributes): Simplify check for retrieving
14920 entry.
14921 (tramp-smb-handle-insert-directory): Don't flush the cache.
14922 (tramp-smb-maybe-open-connection): Check for samba client and
14923 server versions.
14924
11be40a6
EZ
149252009-10-07 Eli Zaretskii <eliz@gnu.org>
14926
14927 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
14928 to not error out of search for "^lisp=" fails.
14929
8c4afe20
JB
149302009-10-07 Juanma Barranquero <lekktu@gmail.com>
14931
14932 * makefile.w32-in (WINS_UPDATES): New macro.
14933 (custom-deps, finder-data, autoloads): Use it.
14934
429a1506
GM
149352009-10-07 Glenn Morris <rgm@gnu.org>
14936
ee2e93e2
GM
14937 * Makefile.in (autoloads): Revert previous change.
14938 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
14939 the list of preloaded files passed on the command-line, get
14940 it from src/Makefile.
14941
429a1506
GM
14942 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
14943 show the original buffer rather than a random one.
14944
a51203ee 149452009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
14946
14947 * help.el (describe-no-warranty): Place point in a slightly better
14948 position in the GPLv3 text.
14949
f58f7520
SS
149502009-10-06 Sam Steingold <sds@gnu.org>
14951
14952 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
14953 the comm attribute is present before calling regexp-quote.
14954
bde79dc0
JB
149552009-10-06 Juanma Barranquero <lekktu@gmail.com>
14956
14957 * play/animate.el (animate-string): For good effect, make sure
14958 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
14959
14960 * play/animate.el (animate-sequence, animate-birthday-present):
14961 * misc.el (butterfly): Don't set `indent-tabs-mode'.
14962
25ab0302
GM
149632009-10-06 Glenn Morris <rgm@gnu.org>
14964
73fe714a
GM
14965 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
14966
3405d98c
GM
14967 * emacs-lisp/autoload.el (autoload-excludes): New variable.
14968 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
14969 (batch-update-autoloads): Process a string value of autoload-excludes,
14970 set during the build process.
14971 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
14972
9fb2cdc5
GM
14973 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
14974 inside with-parsed... macro so that `v' is defined.
14975
7938ab41
GM
14976 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
14977 * progmodes/fortran.el (fortran-end-of-block)
14978 (fortran-beginning-of-block):
14979 Also push mark in the macro case.
14980
eaf9b564
GM
14981 * emerge.el (emerge-show-file-name):
14982 * calc/calc.el (calc-quit):
14983 * calc/calc-misc.el (calc-big-or-small):
14984 * calc/calc-graph.el (calc-graph-view):
14985 * calc/calc-ext.el (calc-reset):
14986 * calendar/calendar.el (calendar-basic-setup):
14987 Use window-full-height-p.
14988
25ab0302
GM
14989 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
14990 header we don't understand, don't insert another. (Bug#4624)
14991 If changing mime charset, insert the new one in the right place.
14992
00169eb6
GM
149932009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
14994
14995 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
14996 (cal-tex-cursor-month): Correctly increment the end date for diary and
14997 holiday listing. (Bug#4626)
14998
82882188
SM
149992009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15000
40ba9882 15001 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
15002 a symbol.
15003
a8f316ca
JB
150042009-10-05 Juanma Barranquero <lekktu@gmail.com>
15005
15006 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
15007 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
15008 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
15009 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
15010
15011 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
15012 (eieio-default-superclass): Reflow docstrings.
15013 (this, class-option-assoc, defclass, eieio-class-un-autoload)
15014 (eieio-unbind-method-implementations, defmethod)
15015 (eieio-validate-slot-value, eieio-validate-class-slot-value)
15016 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
15017 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
15018 (eieio-slot-originating-class-p, eieio-slot-name-index)
15019 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
15020 (constructor, initialize-instance, no-next-method, object-print)
15021 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
15022 Fix typos in docstrings.
15023 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
15024 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
15025 (next-method-p): Doc fixes.
15026 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
15027 Fix typos in error messages.
15028 (eieio-defmethod): Fix typo in description of generic method.
15029
15030 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
15031 (eieio-persistent-save-interactive, slot-missing):
15032 Fix typos in docstrings.
15033 (eieio-instance-inheritor-slot-boundp): Doc fix.
15034
15035 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
15036 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
15037
15038 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
15039 (eieio-custom-object-apply-reset):
15040 Fix typos in docstrings and error messages.
15041
15042 * emacs-lisp/eieio-datadebug.el (data-debug-show):
15043 Fix typo in docstring.
15044
15045 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
15046 (eieio-browse-tree): Doc fix.
15047 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
15048 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
15049 Fix typos in docstrings.
15050
15051 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
15052 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
15053 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
15054 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
15055 Reflow docstrings.
15056
c66b7ac0
DN
150572009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
15058
4a827e0a 15059 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
15060 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
15061 Set log-view-vc-backend so that diff can work.
4a827e0a 15062
c66b7ac0
DN
15063 * log-view.el (log-view-diff): Use vc-diff-internal instead of
15064 vc-version-diff.
15065 (vc-diff-internal): Autoload this instead of vc-version-diff.
15066
1902a98c
EZ
150672009-10-05 Eli Zaretskii <eliz@gnu.org>
15068
a7a8618b
EZ
15069 * simple.el (eval-expression): Doc fix.
15070
1902a98c
EZ
15071 * progmodes/cwarn.el (cwarn-mode): Doc fix.
15072
0e1f2ee6
MA
150732009-10-05 Michael Albinus <michael.albinus@gmx.de>
15074
15075 * files.el (directory-files-no-dot-files-regexp): New defconst.
15076 (delete-directory): Use it.
15077 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
15078
263c02ef 15079 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
15080 (tramp-methods): Add recursive option to `tramp-copy-args'.
15081 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 15082 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 15083 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
15084 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
15085 Add handler for `copy-directory'.
15086 (tramp-handle-copy-directory): New defun.
15087 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
15088 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
15089 Optimize sent command.
263c02ef 15090
72aa7df4
SM
150912009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15092
4a34f065
SM
15093 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
15094 window if necessary.
15095
72aa7df4
SM
15096 * calendar/calendar.el (calendar-basic-setup): Don't call
15097 switch-to-buffer in a dedicated window.
15098
5feb1ba7
KF
150992009-10-05 Karl Fogel <kfogel@red-bean.com>
15100
15101 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 15102 don't do anything related to relocating, just return nil.
5feb1ba7
KF
15103 (bookmark-error-no-filename): New error.
15104 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
15105 bookmark has no file. Don't even attempt to handle things that
15106 are not files; the whole point of custom handlers is to keep that
15107 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
15108 (bookmark-file-or-variation-thereof): Remove now-unused function.
15109 (bookmark-location): Doc string fix.
15110 (Bug#4250)
15111
1bd49952
KF
151122009-10-04 Karl Fogel <kfogel@red-bean.com>
15113
15114 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
15115 don't use a file dialog, because they usually don't know how to read
15116 a directory target from the user. (Bug#4230)
15117 Also, make sure the prompt can display directories as well as files.
15118
825382c0
KF
151192009-10-04 Karl Fogel <kfogel@red-bean.com>
15120
15121 * bookmark.el (bookmark-set, bookmark-buffer-name):
15122 Improve doc strings. (Bug#1193)
15123
13901bcb
KF
151242009-10-04 Karl Fogel <kfogel@red-bean.com>
15125
4a34f065
SM
15126 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
15127 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
15128 (bookmark-get-annotation, bookmark-set-annotation)
15129 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
15130 (bookmark-set-position, bookmark-get-front-context-string)
15131 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
15132 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
15133 (bookmark-jump-other-window, bookmark-handle-bookmark)
15134 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
15135 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
15136 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
15137 Improve doc strings to say whether bookmark can be a string or
15138 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
15139 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
15140 (bookmark-default-annotation-text, bookmark-yank-word)
15141 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
15142 (bookmark-import-new-list, bookmark-maybe-rename)
15143 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
15144 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 15145 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 15146 add a FIXME comment about how the function may be pointless.
13901bcb 15147 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
15148 parameter name, to clarify that this takes a bookmark record
15149 not a bookmark name.
13901bcb 15150 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 15151 and improve the doc string a bit.
13901bcb
KF
15152 (Bug#4188)
15153
5c1b3e94
KF
151542009-10-04 Karl Fogel <kfogel@red-bean.com>
15155
15156 * bookmark.el (bookmark-alist): Document the new `handler' element
15157 in the param alist.
15158 (bookmark-make-record-function): Adjust documentation for above.
15159 (Bug#4193)
15160
8559076d
KF
151612009-10-04 Karl Fogel <kfogel@red-bean.com>
15162
15163 * info.el (Info-bookmark-make-record): Document this function.
15164 (Info-bookmark-jump): Document with a doc string, not just a comment.
15165 (Bug#4203)
15166
b4583b8c
MA
151672009-10-04 Michael Albinus <michael.albinus@gmx.de>
15168
15169 * files.el (copy-directory): New defun.
15170
15171 * dired-aux.el (dired-copy-file-recursive): Use it.
15172
131ae8f2
JB
151732009-10-04 Juanma Barranquero <lekktu@gmail.com>
15174
a30e71ae 15175 * files-x.el (modify-dir-local-variable)
dd9af436
CY
15176 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
15177 docstrings.
a30e71ae 15178
131ae8f2
JB
15179 * recentf.el (recentf-unload-function): New function.
15180
ccafbf06
GM
151812009-10-04 Glenn Morris <rgm@gnu.org>
15182
15183 * window.el (window-full-height-p): Add doc string.
15184
02c6f098
GM
151852009-10-04 Martin Rudalics <rudalics@gmx.at>
15186
15187 * window.el (window-full-height-p): New function. (Bug#4543)
15188
ed6b0195
DN
151892009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
15190
15191 * vc.el: Remove commented out code.
15192 (vc-derived-from-dir-mode): Remove, unused.
15193 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
15194
1b8d1cc7
MA
151952009-10-03 Michael Albinus <michael.albinus@gmx.de>
15196
4a34f065
SM
15197 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
15198 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
15199 there could be recursive loading when `default-directory' is a
15200 remote file name. (Bug#4614)
15201
ac3c593c
GM
152022009-10-03 Glenn Morris <rgm@gnu.org>
15203
686ea556
GM
15204 * calendar/calendar.el (calendar-basic-setup): Handle the case where
15205 the frame is wide.
15206 (calendar-generate-window): Test for shrinkability rather than width.
15207
ac3c593c
GM
15208 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
15209 reusing existing buffers, in case we happen to visit two files with the
15210 same basename. (Bug#4593)
15211
573709fd
EZ
152122009-10-02 Eli Zaretskii <eliz@gnu.org>
15213
4a34f065 15214 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
15215 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
15216 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
15217 subdirs of cedet as well.
8f885d01 15218 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 15219
8d6c1239
SM
152202009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
15221
15222 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
15223 Obey advertised-signature-table.
15224
15225 * help-fns.el (help-function-arglist): Don't check
15226 advertised-signature-table.
15227 (describe-function-1): Do it here instead so it also applies to subrs.
15228
c4861de0
MA
152292009-10-02 Michael Albinus <michael.albinus@gmx.de>
15230
15231 * simple.el (start-file-process): Say in the doc-string, that file
15232 handlers might not support pty association, if PROGRAM is nil.
15233
15234 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
15235 HOST and USER are strings. They are nil, when there are
15236 incomplete entries in ~/.netrc, for example.
15237 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
15238 root directory ("device busy" error otherwise).
15239
8d6c1239
SM
15240 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
15241 Flush file properties of created directory.
c4861de0 15242
d2bda74f
EZ
152432009-10-02 Eli Zaretskii <eliz@gnu.org>
15244
15245 * makefile.w32-in (WINS_BASIC): Remove cedet.
15246 (WINS_CEDET): Add cedet.
15247 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
15248
895d1904
GM
152492009-10-02 Kevin Ryde <user42@zip.com.au>
15250
15251 * net/browse-url.el (browse-url): Pass any symbol in
15252 browse-url-browser-function to `apply', since if you've mistakenly put
15253 an unbound symbol then the error is clearer. (Bug#4531)
15254
32226619
JB
152552009-10-02 Juanma Barranquero <lekktu@gmail.com>
15256
15257 * allout.el (allout-init, allout-back-to-current-heading)
15258 (allout-beginning-of-current-entry, allout-ascend-to-depth)
15259 (allout-ascend, allout-up-current-level, allout-end-of-level)
15260 (allout-previous-visible-heading, allout-forward-current-level)
15261 (allout-backward-current-level, allout-show-children):
15262 * apropos.el (apropos-describe-plist):
15263 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
15264 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
15265 * completion.el (add-completion, add-permanent-completion):
15266 * descr-text.el (describe-text-category, describe-char):
15267 * desktop.el (desktop-lazy-abort):
15268 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
15269 * dired.el (dired-build-subdir-alist):
15270 * ediff.el (ediff-version):
15271 * elide-head.el (elide-head, elide-head-show):
15272 * emerge.el (emerge-version):
15273 * env.el (getenv):
15274 * face-remap.el (variable-pitch-mode):
15275 * faces.el (describe-face):
15276 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
15277 (dired-at-point):
15278 * files.el (find-file-existing, auto-save-mode):
15279 * font-lock.el (font-lock-fontify-buffer):
15280 * help-fns.el (describe-function, describe-variable)
15281 (describe-syntax, describe-categories):
15282 * help.el (view-lossage, describe-bindings, describe-key)
15283 (describe-mode):
15284 * hexl.el (hexl-current-address):
15285 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
15286 * info.el (Info-goto-emacs-key-command-node):
15287 * log-edit.el (log-edit-insert-cvs-template)
15288 (log-edit-insert-cvs-rcstemplate):
15289 * menu-bar.el (menu-bar-mode):
15290 * mouse.el (mouse-appearance-menu):
15291 * newcomment.el (comment-indent-new-line):
15292 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
15293 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 15294 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
15295 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
15296 * recentf.el (recentf-mode):
15297 * savehist.el (savehist-mode, savehist-save):
15298 * shadowfile.el (shadow-copy-files):
15299 * simple.el (kill-ring-save, next-line, previous-line)
15300 (normal-erase-is-backspace-mode):
15301 * strokes.el (strokes-update-window-configuration)
15302 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
15303 (strokes-xpm-for-stroke):
15304 * time.el (emacs-uptime, emacs-init-time):
15305 * tutorial.el (tutorial--describe-nonstandard-key)
15306 (tutorial--detailed-help):
15307 * type-break.el (type-break-mode)
15308 (type-break-mode-line-message-mode, type-break-query-mode)
15309 (type-break-guesstimate-keystroke-threshold):
15310 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
15311 * version.el (emacs-version):
15312 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
15313 * winner.el (winner-mode):
15314 * calendar/timeclock.el (timeclock-in, timeclock-out)
15315 (timeclock-status-string, timeclock-change)
15316 (timeclock-workday-remaining-string)
15317 (timeclock-workday-elapsed-string)
15318 (timeclock-when-to-leave-string):
15319 * calendar/todo-mode.el (todo-add-category):
15320 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
15321 * emacs-lisp/autoload.el (update-file-autoloads):
15322 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
15323 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
15324 (checkdoc-message-text, checkdoc-defun):
15325 * emacs-lisp/debug.el (debugger-list-functions):
15326 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15327 * emacs-lisp/eieio-opt.el (eieio-describe-class)
15328 (eieio-describe-generic):
15329 * emacs-lisp/lisp-mnt.el (lm-synopsis):
15330 * emacs-lisp/shadow.el (list-load-path-shadows):
15331 * emulation/cua-base.el (cua-mode):
15332 * emulation/edt.el (edt-set-scroll-margins):
15333 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
15334 (tpu-toggle-regexp, tpu-toggle-search-direction)
15335 (tpu-toggle-rectangle, tpu-toggle-control-keys):
15336 * emulation/tpu-extras.el (tpu-set-scroll-margins):
15337 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
15338 (viper-set-parsing-style-toggling-macro)
15339 (viper-set-emacs-state-searchstyle-macros):
15340 * emulation/viper.el (viper-set-hooks):
15341 * eshell/esh-mode.el (eshell-truncate-buffer):
15342 * international/mule-cmds.el (prefer-coding-system)
15343 (describe-input-method, describe-language-environment):
15344 * international/mule-diag.el (list-character-sets)
15345 (describe-character-set, describe-coding-system)
15346 (describe-fontset, list-fontsets, list-input-methods):
15347 * mail/sendmail.el (mail-signature):
15348 * net/ange-ftp.el (ange-ftp-copy-file):
15349 * net/browse-url.el (browse-url):
15350 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
15351 * net/quickurl.el (quickurl-add-url):
15352 * net/rcirc.el (names, topic):
15353 * net/xesam.el (xesam-mode):
15354 * play/5x5.el (5x5-new-game):
15355 * play/yow.el (apropos-zippy):
15356 * progmodes/ada-mode.el (ada-mode-version):
15357 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
15358 (f90-end-of-block)
15359 (f90-beginning-of-block):
15360 * progmodes/fortran.el (fortran-end-of-block)
15361 (fortran-beginning-of-block):
15362 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
15363 * progmodes/python.el (python-describe-symbol, python-shell):
15364 * term/ns-win.el (ns-print-buffer):
15365 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
15366 * textmodes/flyspell.el (flyspell-mode-on):
15367 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
15368 (pages-directory-for-addresses):
15369 * textmodes/table.el (table-recognize-cell)
15370 (table-query-dimension, table-generate-source)
15371 (table-insert-sequence, table--warn-incompatibility):
15372 * textmodes/tex-mode.el (tex-validate-buffer):
15373 * textmodes/texinfmt.el (texinfmt-version)
15374 (texinfo-format-buffer):
15375 Use `called-interactively-p' instead of `interactive-p'.
15376
12a3c28c
JB
153772009-10-02 Juanma Barranquero <lekktu@gmail.com>
15378
15379 * image-mode.el (image-toggle-display):
15380 * emacs-lisp/elp.el (elp-instrument-function):
15381 * emacs-lisp/advice.el (ad-make-advised-definition):
15382 * emacs-lisp/easy-mmode.el (define-minor-mode):
15383 * net/browse-url.el (browse-url-maybe-new-window):
15384 * progmodes/sh-script.el (sh-learn-buffer-indent):
15385 Pass new argument 'any to `called-interactively-p'.
15386
171fda8a
JB
153872009-10-01 Juanma Barranquero <lekktu@gmail.com>
15388
171fda8a
JB
15389 * international/uni-bidi.el:
15390 * international/uni-category.el:
15391 * international/uni-combining.el:
15392 * international/uni-comment.el:
15393 * international/uni-decimal.el:
9c3c9fdf 15394 * international/uni-decomposition.el:
171fda8a
JB
15395 * international/uni-digit.el:
15396 * international/uni-lowercase.el:
15397 * international/uni-mirrored.el:
15398 * international/uni-name.el:
15399 * international/uni-numeric.el:
15400 * international/uni-old-name.el:
15401 * international/uni-titlecase.el:
15402 * international/uni-uppercase.el:
15403 Regenerate from Unicode 5.2.0 data.
15404
dcb9734a
GM
154052009-10-01 Glenn Morris <rgm@gnu.org>
15406
15407 * Makefile.in (ELCFILES): Regenerate.
15408
ced10a4c
SM
154092009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
15410
9d28c33e
SM
15411 * subr.el (interactive-p): Mark obsolete.
15412 (called-interactively-p): Make the optional-ness of `kind' obsolete.
15413 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
15414 advertised-signature-table for subroutines as well.
15415
ced10a4c
SM
15416 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
15417 (set-advertised-calling-convention): New function.
15418 (make-obsolete, define-obsolete-function-alias)
15419 (make-obsolete-variable, define-obsolete-variable-alias):
15420 Make the optional-ness of `when' obsolete.
15421 (define-obsolete-face-alias): Make `when' non-optional.
15422 * help-fns.el (help-function-arglist):
15423 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
15424 Use advertised-signature-table.
15425
cc3dda16
MA
154262009-10-01 Michael Albinus <michael.albinus@gmx.de>
15427
15428 * files.el (delete-directory): New defun. The original function
15429 in fileio.c has been renamed to `delete-directory-internal'.
15430
15431 * dired.el (dired-delete-file): Call `delete-directory' with
15432 RECURSIVE parameter.
15433
5ce6e4f4 15434 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
15435 parameter RECURSIVE. Implementation is missing.
15436
15437 * net/tramp.el (tramp-handle-make-directory): Flush upper
15438 directory's file properties.
ced10a4c 15439 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
15440 (tramp-handle-dired-recursive-delete-directory): Flush directory
15441 properties after the remove command only.
15442
ced10a4c
SM
15443 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
15444 Handle optional parameter RECURSIVE.
cc3dda16 15445
ced10a4c
SM
15446 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
15447 Handle optional parameter RECURSIVE.
cc3dda16
MA
15448
15449 * net/tramp-smb.el (tramp-smb-errors): Add error message for
15450 connection timeout.
15451 (tramp-smb-handle-delete-directory): Handle optional parameter
15452 RECURSIVE.
15453
cf885595
SM
154542009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
15455
e3a6b82f
SM
15456 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
15457 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
15458 (byte-compile-defmacro): Use backquotes.
15459
7201bfbb
SM
15460 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
15461
cf885595
SM
15462 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
15463 has no associated file.
15464 (vc-resynch-buffer): Use vc-dir-buffers.
15465
a4d2c321
GM
154662009-10-01 Glenn Morris <rgm@gnu.org>
15467
9ffe3f52
GM
15468 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
15469 (chart-file-count):
15470 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
15471 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
15472 * emacs-lisp/eieio-opt.el (eieio-describe-class):
15473 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
15474 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
15475 (eieio-copy-parents-into-subclass, make-instance, class-children)
15476 (eieio-generic-form):
bd2afec2 15477
9515cdcc
GM
15478 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
15479 match-data. (Bug#4555).
15480
a4d2c321
GM
15481 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
15482 rather than parsing it as a regexp. This relaxes the layout
15483 requirements and makes errors easier to detect.
15484 (check-declare-verify): Check file is regular.
15485 (check-declare-directory): Doc fix.
15486 * subr.el (declare-function): Doc fix.
15487
b15c31c7
GM
15488 * ibuffer.el (ibuffer-format-qualifier):
15489 * isearch.el (hi-lock-regexp-okay):
15490 * calc/calc.el (math-zerop):
15491 * mail/uce.el (rmail-msgbeg, rmail-msgend):
15492 * term/w32-win.el (setup-default-fontset, set-fontset-font):
15493 Remove unused declarations.
15494
b0b111c3
JB
154952009-09-30 Eric Ludlam <zappo@gnu.org>
15496
15497 * emacs-lisp/eieio.el (boolean-p): Delete.
15498
1fc28a2c
GM
154992009-09-30 Glenn Morris <rgm@gnu.org>
15500
1fc28a2c
GM
15501 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
15502
494f4fc7
GM
15503 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
15504 filename is not a string.
15505
561580e9
CY
155062009-09-29 Chong Yidong <cyd@stupidchicken.com>
15507
15508 * files.el (safe-local-eval-forms): Fix typo.
15509
dcbbecd4
SM
155102009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
15511
15512 * vc-hooks.el (vc-dir-buffers): New var.
15513 (vc-state-refresh): New function.
15514 (vc-state): Use it.
15515 (vc-after-save): Always ask the backend to recompute the new state.
15516 Always call vc-dir if necessary, using vc-dir-buffers.
15517 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
15518 Use vc-dir-buffers.
15519 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
15520 (vc-dir-prepare-status-buffer, vc-dir-update)
15521 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
15522 Don't call expand-file-name on default-directory.
15523
d88444f2
JB
155242009-09-29 Juanma Barranquero <lekktu@gmail.com>
15525
15526 * speedbar.el (speedbar-item-delete):
15527 * calc/calc-prog.el (calc-kbd-if):
15528 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
15529
15530 * epa.el (epa-key-list-mode-map):
15531 * hi-lock.el (hi-lock-menu): Fix typos in menus.
15532
15533 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
15534 (hs-show-hook): Fix typo in docstring.
15535
5da62d41
GM
155362009-09-29 Glenn Morris <rgm@gnu.org>
15537
8360fce0
GM
15538 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
15539 file-name-nondirectory call preventing location of cedet files.
15540 (check-declare-verify): Use literal search rather than re-search.
ae715515 15541 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
15542
15543 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
15544 Use tramp-compat-file-attributes rather than nonexistent
15545 tramp-compat-handle-file-attributes.
15546
5da62d41
GM
15547 * Makefile.in (lisptagsfiles4): New.
15548 (AUTOGENEL): Add cedet loaddefs files.
15549 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
15550 (update-elclist, compile-always, backup-compiled-files)
15551 (bootstrap-clean): Add yet another directory level.
15552 (update-elclist): Use LC_COLLATE rather than COLLATE.
15553 (ELCFILES): Update, via `make update-elclist'.
15554
48267264
JB
155552009-09-29 Juanma Barranquero <lekktu@gmail.com>
15556
15557 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
15558 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
15559 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
15560
2c4cd0b0
AS
155612009-09-28 Andreas Schwab <schwab@linux-m68k.org>
15562
15563 * Makefile.in (lisptagsfiles3): Define.
5da62d41 15564 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
15565 (update-elclist): Add third directory level to look for elc files.
15566 (compile-always): Likewise.
15567 (backup-compiled-files): Likewise.
15568 (bootstrap-clean): Likewise.
15569 (ELCFILES): Update.
15570
a2533e47
CY
155712009-09-28 Chong Yidong <cyd@stupidchicken.com>
15572
15573 * Makefile.in (ELCFILES): Add CEDET files.
15574
eefbedb1
MA
155752009-09-28 Michael Albinus <michael.albinus@gmx.de>
15576
15577 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
15578
15579 * net/tramp.el (top): Require tramp-imap.
15580
15581 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
15582 Use `tramp-compat-handle-file-attributes'.
15583
155842009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15585
15586 * net/tramp-imap.el: New package.
15587
b0b111c3
JB
155882009-09-28 Eric Ludlam <zappo@gnu.org>
15589
15590 * emacs-lisp/chart.el:
15591 * emacs-lisp/eieio-base.el:
15592 * emacs-lisp/eieio-comp.el:
15593 * emacs-lisp/eieio-custom.el:
15594 * emacs-lisp/eieio-datadebug.el:
15595 * emacs-lisp/eieio-opt.el:
15596 * emacs-lisp/eieio-speedbar.el:
15597 * emacs-lisp/eieio.el: New files.
15598
748e3d67
VJL
155992009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15600
15601 * whitespace.el (whitespace-trailing-regexp)
15602 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
15603 Fix doc string.
15604
15120dec
CY
156052009-09-27 Chong Yidong <cyd@stupidchicken.com>
15606
15607 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
15608 menu.
15609
15610 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
15611 menu-bar-ediff-menu.
15612
15613 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
15614 define-overloadable-function.
15615
15616 * progmodes/autoconf.el: Provide autoconf as well, so that this
15617 file can be `require'd.
15618
15619 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
15620
15621 * emacs-lisp/autoload.el (generated-autoload-feature)
15622 (generated-autoload-load-name): New vars.
15623 (autoload-rubric, autoload-generate-file-autoloads): Use them.
15624 (make-autoload): Recognize define-overloadable-function and
15625 defclass forms (for EIEIO).
15626
15627 * Makefile.in (update-subdirs): Exclude cedet directory.
15628
135abf91
AR
156292009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
15630
1becddbb 15631 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
15632
15633 * faces.el: Default light-background background for region face to
15634 ns_selection_color under NS.
15635
3d994264
TZ
156362009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
15637
15638 * net/imap-hash.el: New library, see NEWS.
15639
15640 * Makefile.in (ELCFILES): Add imap-hash.el.
15641
ce9a0ccb
SM
156422009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
15643
15644 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
15645 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
15646 * help-macro.el (make-help-screen): Avoid using an ambiguous function
15647 definition where the docstring could be taken for the return value.
15648
a92cdd49
GM
156492009-09-26 Glenn Morris <rgm@gnu.org>
15650
15651 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
15652 Add option to only show images below a certain size.
15653 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
15654 save-excursion calls.
15655
416ac2f1
EZ
156562009-09-26 Eli Zaretskii <eliz@gnu.org>
15657
15658 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
15659 subdirectories) and eieio.
15660
d9a13f68
AM
156612009-09-26 Alan Mackenzie <acm@muc.de>
15662
6a7662bb
BR
15663 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15664 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
15665
15666 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 15667 character constants (as case labels). (Bug#4289)
d9a13f68 15668
182b3bec
CY
156692009-09-25 Juri Linkov <juri@jurta.org>
15670
15671 * files.el (safe-local-eval-forms): Allow time-stamp in
15672 before-save-hook (Bug#4554).
15673
8f75f2da
JB
156742009-09-25 Drew Adams <drew.adams@oracle.com>
15675
15676 * menu-bar.el (list-buffers-directory): Doc fix.
15677
8390fb80
SM
156782009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
15679
15680 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
15681 Try and avoid copying twice the same paragraph.
15682 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
15683 Remove save-excursion.
15684 (log-edit-changelog-entry): Do it here instead.
15685
11ee8d90
JB
156862009-09-25 Juanma Barranquero <lekktu@gmail.com>
15687
027b1942
JB
15688 * bs.el (bs--get-file-name): Use `list-buffers-directory'
15689 when available, instead of hardcoding mode names. Doc fix.
15690
11ee8d90
JB
15691 * menu-bar.el (list-buffers-directory): Add docstring.
15692 Make automatically buffer-local.
15693
15694 * dired.el (dired-mode):
15695 * files.el (cd-absolute):
15696 * pcvs.el (cvs-temp-buffer):
15697 * pcvs-util.el (cvs-get-buffer-create):
15698 * shell.el (shell-mode):
15699 * vc-dir.el (vc-dir-mode):
15700 Don't make `list-buffers-directory' buffer local.
15701
21289c5d
CY
157022009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
15703
8390fb80
SM
15704 * comint.el (comint-exec, comint-run, make-comint):
15705 Doc fixes (Bug#4542).
21289c5d 15706
e8652dd9
GM
157072009-09-25 Glenn Morris <rgm@gnu.org>
15708
15709 * mail/rmailmm.el (rmail-mime): New custom group.
15710 Move all defcustoms in this file into this group.
15711 (rmail-mime-media-type-handlers-alist): Revert previous change.
15712 (rmail-mime-show-images): New option.
15713 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
15714 references to it, since it wasn't actually used for anything.
15715 (rmail-mime-insert-image): New function.
15716 (rmail-mime-image): Use rmail-mime-insert-image.
15717 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
15718 obey the value of `rmail-mime-show-images' option. Print the size of
15719 attachments.
e8652dd9 15720
fb652bb5
JB
157212009-09-25 David Engster <deng@randomsample.de>
15722
15723 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
15724
32a9841c
VJL
157252009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15726
15727 * whitespace.el: Does not highlight trailing spaces While point is
15728 at end of line. Does not highligt spaces at beginning of buffer
15729 while point is at beginning of buffer. Does not highlight spaces
15730 at end of buffer while point is at end of buffer. (Bug#4177)
15731 New version 12.0.
15732 (whitespace-display-mappings): Adjust initialization.
15733 (whitespace-point, whitespace-font-lock-refontify): New vars.
15734 (whitespace-color-on, whitespace-color-off): Adjust code.
15735 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
15736 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
15737 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
15738
e477ca84
CY
157392009-09-24 Chong Yidong <cyd@stupidchicken.com>
15740
15741 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
15742
15743 * textmodes/sgml-mode.el: Remove xml-mode alias.
15744
15745 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 15746 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 15747
68712602
AM
157482009-09-24 Alan Mackenzie <acm@muc.de>
15749
15750 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
15751 c-forward-conditionals, but it doesn't move point and doesn't set
15752 the mark.
15753 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
15754 (c-down-conditional-with-else, c-backward-conditional)
15755 (c-forward-conditional): Refactor to use c-scan-conditionals.
15756
1659ada0
JB
157572009-09-24 Juanma Barranquero <lekktu@gmail.com>
15758
15759 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
15760 (help-default-arg-highlight): Remove.
15761 (help-highlight-arg): New function.
15762 (help-do-arg-highlight): Use it.
15763 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
15764
b3f01e46
SM
157652009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
15766
15767 * term.el (term-set-scroll-region, term-handle-ansi-escape):
15768 Undo last change, which didn't fix the problem and introduced others.
15769
107ef54a
NR
157702009-09-24 Nick Roberts <nickrob@snap.net.nz>
15771
15772 * progmodes/gdb-mi.el: Don't require speedbar.
15773 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
15774
ffa1fed6
GM
157752009-09-24 Glenn Morris <rgm@gnu.org>
15776
2157a2be
GM
15777 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
15778
6125167c
GM
15779 * term/ns-win.el (ns-reg-to-script): Define for compiler.
15780
ffa1fed6
GM
15781 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
15782 there is no newline after the final mime boundary. (Bug#4539)
15783 Move markers on insertion so that any buttons inserted don't end up in
15784 the next part of a multipart message.
2e9075d3
GM
15785 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
15786 (rmail-mime-bulk-handler): Optionally handle images.
15787 (rmail-mime-image): New button action.
15788 (rmail-mime-image-handler): New function.
15789 (rmail-mime-mode): New mode.
15790 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 15791
4a814992
SM
157922009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
15793
075518b5
SM
15794 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
15795 than just dropping elements from it (bug#4504).
15796
8ad2defc
SM
15797 * term.el (term-set-scroll-region): Don't move cursor any more.
15798 (term-handle-ansi-escape): Call term-goto here instead.
15799 Suggested by Ivan Kanis <apple@kanis.eu>.
15800
4a814992
SM
15801 * term.el: Require CL.
15802 (term-ansi-reset): New function.
15803 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
15804 (term-handle-colors-array): Simplify.
15805
5a0c3f56
JB
158062009-09-24 Juanma Barranquero <lekktu@gmail.com>
15807
15808 * allout.el (allout-overlay-interior-modification-handler)
15809 (allout-obtain-passphrase):
15810 * epa-file.el (epa-file-write-region):
15811 * ps-print.el (ps-begin-job):
15812 * vc-hooks.el (vc-toggle-read-only):
15813 * vc-rcs.el (vc-rcs-rollback):
15814 * vc-sccs.el (vc-sccs-rollback):
15815 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
15816 (vc-version-diff, vc-revert, vc-rollback):
15817 * wdired.el (wdired-check-kill-buffer):
15818 * emacs-lisp/authors.el (authors):
15819 * net/socks.el (socks-open-connection):
15820 * net/zeroconf.el (zeroconf-service-add-hook):
15821 * obsolete/vc-mcvs.el (vc-mcvs-register):
15822 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
15823 (gdb-select-frame):
15824 * progmodes/grep.el (lgrep, rgrep):
15825 * progmodes/idlw-help.el (idlwave-help-check-locations)
15826 (idlwave-help-html-link, idlwave-help-assistant-open-link):
15827 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
15828 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
15829 (reftex-toc-rename-label): Fix typos in error messages.
15830
15831 * dired-aux.el (dired-do-shell-command): Reflow docstring.
15832 (dired-copy-how-to-fn): Doc fix.
15833 (dired-files-attributes, dired-read-shell-command):
15834 Fix typos in docstrings.
15835
15836 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
15837 (dired-x-find-file-other-window): Reflow docstrings.
15838 (dired-omit-marker-char, dired-read-shell-command)
15839 (dired-x-submit-report): Fix typos in docstrings.
15840
15841 * shell.el (shell-mode-hook):
15842 * view.el (View-scroll-line-forward):
15843 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
15844 Fix typos in docstrings.
15845
15846 * net/dig.el (dig-invoke): Fix typo in docstring.
15847 (query-dig): Reflow docstring.
15848
15849 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
15850 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
15851 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
15852 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
15853 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
15854 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
15855 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
15856 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
15857 (idlwave-completion-map, idlwave-current-indent)
15858 (idlwave-custom-ampersand-surround, idlwave-customize)
15859 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
15860 (idlwave-define-abbrev, idlwave-determine-class-special)
15861 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
15862 (idlwave-end-block-reg, idlwave-end-of-statement)
15863 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
15864 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
15865 (idlwave-explicit-class-listed, idlwave-file-header)
15866 (idlwave-fill-paragraph, idlwave-find-class-definition)
15867 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
15868 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
15869 (idlwave-in-quote, idlwave-indent-action-table)
15870 (idlwave-indent-expand-table, idlwave-indent-line)
15871 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
15872 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
15873 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
15874 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
15875 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
15876 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
15877 (idlwave-outlawed-buffers, idlwave-popup-select)
15878 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
15879 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
15880 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
15881 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
15882 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
15883 (idlwave-statement-type, idlwave-struct-skip)
15884 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
15885 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
15886 (idlwave-what-module-find-class): Fix typos in docstrings.
15887 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
15888 (idlwave-calculate-cont-indent, idlwave-expand-equal)
15889 (idlwave-find-module, idlwave-find-structure-definition)
15890 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
15891 (idlwave-list-load-path-shadows, idlwave-next-statement)
15892 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
15893 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
15894 (idlwave-template): Reflow docstrings.
15895
15896 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
15897 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
15898 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
15899 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
15900 (idlwave-shell-display-line, idlwave-shell-display-wframe)
15901 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
15902 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
15903 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
15904 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
15905 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
15906 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
15907 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
15908 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
15909 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
15910 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
15911 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
15912 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
15913 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
15914 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
15915 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
15916 Fix typos in docstrings.
15917 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
15918 (idlwave-shell-hide-output, idlwave-shell-mode)
15919 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
15920 Reflow docstrings.
15921
15922 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
15923
62136c5d
SM
159242009-09-24 Ivan Kanis <apple@kanis.eu>
15925
15926 * term.el (term-bold-attribute): New var.
15927 (term-handle-colors-array): Use it.
15928
9c1a45ed
NR
159292009-09-23 Nick Roberts <nickrob@snap.net.nz>
15930
15931 * progmodes/gdb-mi.el (gdb-version): New variable.
15932 (gdb-non-stop-handler): Set gdb-version.
15933 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
15934 Condition "--thread" option on gdb-version.
15935 (gdb-invalidate-threads): Remove unused argument.
15936
03304f31
SM
159372009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
15938
15939 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
15940 to looking-back to avoid ridiculous slow down in large files (bug#4511).
15941
4f02f0c9
GM
159422009-09-23 Glenn Morris <rgm@gnu.org>
15943
15944 * mail/rmail.el (rmail-reply): Don't try to add a References header when
15945 replying to mail without References or Message-Id. (Bug#4525)
15946
a3b4b363
AR
159472009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
15948
15949 * term/ns-win.el (ns-reg-to-script): New variable.
15950
7bda18cc
DU
159512009-09-23 Daiki Ueno <ueno@unixuser.org>
15952
15953 * epg.el (epg-wait-for-status): Preserve existing 'error results.
15954
72169e55
SS
159552009-09-22 Sam Steingold <sds@gnu.org>
15956
15957 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
15958 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
15959 to 1 because hg returns status 1 when nothing is found.
0aa4f295 15960 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 15961
905b7d38
SM
159622009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
15963
b0459dec
SM
15964 * textmodes/fill.el: Convert to utf-8 encoding.
15965 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 15966 pre-Unicode days.
b0459dec 15967
905b7d38
SM
15968 * add-log.el (change-log-fill-forward-paragraph): New function.
15969 (change-log-mode): Use it so fill-region DTRT.
15970 Set fill-indent-according-to-mode here rather than in
15971 change-log-fill-paragraph.
15972 (change-log-fill-paragraph): Remove.
15973
baa7f3de
JB
159742009-09-22 Juanma Barranquero <lekktu@gmail.com>
15975
15976 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
15977 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
15978
a8d789f0
GM
159792009-09-22 Glenn Morris <rgm@gnu.org>
15980
daedbbc2
GM
15981 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
15982 the scroll-bar scroll the calendar window rather than the buffer.
15983
d8899a74
GM
15984 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
15985 commands that move point (as opposed to scrolling).
15986
a8d789f0
GM
15987 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
15988
15989 * emacs-lisp/elint.el (elint): New custom group.
15990 (elint-log-buffer): Make it a defcustom.
15991 (elint-scan-preloaded, elint-ignored-warnings)
15992 (elint-directory-skip-re): New options.
15993 (elint-builtin-variables): Doc fix.
15994 (elint-preloaded-env): New variable.
15995 (elint-unknown-builtin-args): Add an entry for encode-time.
15996 (elint-extra-errors): Make it a variable rather than a constant.
15997 (elint-preloaded-skip-re): New constant.
15998 (elint-directory): Skip files matching elint-directory-skip-re.
15999 (elint-features): New variable, local to linted buffers.
16000 (elint-update-env): Initialize elint-features. Possibly add
16001 elint-preloaded-env to the buffer's environment.
16002 (elint-get-top-forms): Bind elint-current-pos, for log messages.
16003 Skip quoted forms.
16004 (elint-init-form): New function, extracted from elint-init-env.
16005 Make non-list forms a warning rather than an error.
16006 Add the mode-map for define-derived-mode. Handle define-minor-mode,
16007 easy-menu-define, put that adds an error-condition, and provide.
16008 When requiring cl, also require cl-macs. Really require cl, to handle
16009 some cl macros. Store required libraries in the list elint-features,
16010 so as not to re-load them. Treat cc-require like require.
16011 (elint-init-env): Call elint-init-form to do the work.
16012 Handle eval-and-compile and such like.
16013 (elint-add-required-env): Do not clear messages.
16014 (elint-special-forms): Add handlers for function, defalias, if, when,
16015 unless, and, or.
16016 (elint-form): Add optional argument to ignore elint-special-forms,
16017 useful to prevent recursive calls from handlers. Doc fix.
16018 Respect elint-ignored-warnings.
16019 (elint-form): Respect elint-ignored-warnings.
16020 (elint-bound-variable, elint-bound-function): New variables.
16021 (elint-unbound-variable): Respect elint-bound-variable.
16022 (elint-get-args): Respect elint-bound-function.
16023 (elint-check-cond-form): Add some simple handling for (f)boundp and
16024 featurep tests.
16025 (elint-check-defalias-form): New handler.
16026 (elint-check-let-form): Make an empty let a warning rather than an
16027 error.
16028 (elint-check-setq-form): Make an empty setq a warning rather than an
16029 error. Respect elint-ignored-warnings.
16030 (elint-check-defvar-form): Accept null doc-strings.
16031 (elint-check-conditional-form): New handler. Does some simple-minded
16032 checking of featurep and (f)boundp tests.
16033 (elint-put-function-args): New function.
16034 (elint-initialize): Use elint-scan-doc-file rather than
16035 elint-find-builtin-variables. Use elint-put-function-args.
16036 Possibly scan preloaded-file-list.
16037 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
16038 extend to handle functions as well.
16039
245be23c
JB
160402009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
16041
16042 * linum.el (linum-delete-overlays, linum-update-window):
16043 Do not modify the right margin. (Bug#3971)
16044
91fdbd6f
CY
160452009-09-21 Chong Yidong <cyd@stupidchicken.com>
16046
6a7662bb
BR
16047 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
16048 Use nxml-mode instead of xml-mode.
91fdbd6f 16049
7589d38e
JB
160502009-09-21 Kevin Ryde <user42@zip.com.au>
16051
16052 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
16053
5ac42715
SM
160542009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
16055
16056 * net/dig.el (dig-mode): Use define-derived-mode.
16057
09c01323
DN
160582009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
16059
4096c5f2
DN
16060 * vc-dispatcher.el (vc-do-command): Return the process object in
16061 the asynchronous case. Use when instead of if. Do not run
5480359e 16062 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 16063
0e172cc2
DN
16064 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
16065 properties to the stash strings.
16066 (vc-git-stash-list): Return a list of strings.
16067 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
16068 (vc-git-stash-show-at-point): New functions.
16069 (vc-git-stash-map): New keymap.
16070
03304f31
SM
16071 * register.el (ctl-x-r-map): Define the keys here instead of
16072 using autoload.
09c01323 16073
03304f31 160742009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
16075
16076 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
16077 list, to workaround performance problem (bug#4485).
16078
2f5fc4d7
NR
160792009-09-20 Nick Roberts <nickrob@snap.net.nz>
16080
16081 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
16082
b0f5fd2e
DU
160832009-09-20 Daiki Ueno <ueno@unixuser.org>
16084
16085 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
16086 Document that this option is not recommended to use.
16087
f3445fab
GM
160882009-09-19 Glenn Morris <rgm@gnu.org>
16089
547c6921
GM
16090 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
16091 variable `var'.
16092
f3445fab
GM
16093 * calc/calc-alg.el (var):
16094 * calc/calcalg2.el (var): Define for compiler.
16095
946c009b
CY
160962009-09-19 Chong Yidong <cyd@stupidchicken.com>
16097
e3f36d03
SM
16098 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
16099 Doc fix (Bug#3932).
e2045997 16100
24aedbca
CY
16101 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
16102
327dd27a
CY
16103 * time-stamp.el (time-stamp-month-dd-yyyy)
16104 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
16105 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
16106 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
16107 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
16108 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 16109
946c009b
CY
16110 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
16111 indent buffer only if called interactively (Bug#4452).
16112
3e70541a 161132009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 16114 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
16115
16116 This fixes bug#4197 (merged to bug#865, though not identical).
16117 * server.el (server-auth-dir): Add docstring note about FAT32.
16118 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
16119 but warn against using them.
16120
9b94c32e
NR
161212009-09-19 Nick Roberts <nickrob@snap.net.nz>
16122
16123 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
16124 older GDB where there is no has_more field.
16125
66590684
GM
161262009-09-19 Glenn Morris <rgm@gnu.org>
16127
16128 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
16129
9a1337f9
CY
161302009-09-18 Chong Yidong <cyd@stupidchicken.com>
16131
16132 * files.el (auto-mode-alist): Change default for XML files to nXML
16133 mode (Bug#4169).
16134
d7554167
JB
161352009-09-18 Juanma Barranquero <lekktu@gmail.com>
16136
16137 * server.el (server-ensure-safe-dir): Pass 'integer
16138 to `file-attributes', as suggested.
16139
35a3f9a4
SM
161402009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
16141
16142 * dired-aux.el (dired-query-alist): Remove spurious backslash.
16143 (dired-query): Use read-key.
16144
044f9b05
AR
161452009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
16146
16147 * cus-start.el (ns-use-qd-smoothing): Remove.
16148
6188ea49
GM
161492009-09-18 Glenn Morris <rgm@gnu.org>
16150
08cf18e4
GM
16151 * allout.el (top-level): Remove unnecessary progn.
16152
07eae5c5
GM
16153 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
16154
6726c25e
GM
16155 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
16156 definition of abbrev table.
16157
3f527154 16158 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
16159 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
16160 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
16161 * net/newst-backend.el (newsticker--cache-read-feed):
16162 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
16163 condition-case handlers.
16164
ccb4c30c
NR
161652009-09-18 Nick Roberts <nickrob@snap.net.nz>
16166
16167 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
16168 (gdb-var-list): Add an element for has_more field.
16169 (gdb-non-stop-handler): Enable pretty printing for STL containers.
16170 (gdb-var-create-handler, gdb-var-list-children-handler-1)
16171 (gdb-var-update-handler-1): Parse output of dynamic variable
16172 objects (STL containers).
16173 (gdb-var-delete-1): Pass var1 as an explicit second argument.
16174 (gdb-get-field): Delete alias. Use bindat-get-field directly.
16175
16176 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
16177 gdb-var-list.
16178 (gud-speedbar-buttons): Make node expandable if expression "has more"
16179 children.
16180
8686ac71
JB
161812009-09-17 Juanma Barranquero <lekktu@gmail.com>
16182
16183 * startup.el (emacs-quick-startup): Remove variable and all uses.
16184 (command-line): Set `inhibit-x-resources' instead.
16185 (command-line-1): Use `inhibit-x-resources' instead.
16186
a69c67e8
CY
161872009-09-17 Chong Yidong <cyd@stupidchicken.com>
16188
16189 * subr.el: Fix last change to avoid using the `unless' macro,
16190 which breaks bootstrapping.
16191
354f0faf
SM
161922009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
16193
16194 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
16195 extended definitions, in case we reload subr.el after having
16196 loaded CL.
16197 (eval-next-after-load): Mark as obsolete.
16198
98b9bf40
JL
161992009-09-17 Juri Linkov <juri@jurta.org>
16200
16201 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
16202 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
16203 (menu-bar-showhide-menu, menu-bar-tools-menu)
16204 (menu-bar-describe-menu, menu-bar-help-menu)
16205 (minibuffer-local-completion-map, minibuffer-local-map):
16206 Fix list quoting.
16207
28fab7b5
GM
162082009-09-17 Glenn Morris <rgm@gnu.org>
16209
88d5190c
GM
16210 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
16211 arguments, whether or not it has a handler.
16212
74f24ba7
GM
16213 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
16214
28fab7b5
GM
16215 * simple.el (hard-newline): Give it a doc-string.
16216
a8106aec
GM
16217 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16218 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 16219
76251ad7
DN
162202009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
16221
72033dbe
DN
16222 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
16223 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
16224 (menu-bar-options-menu, menu-bar-showhide-menu)
16225 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
16226 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
16227 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
16228 (menu-bar-options-menu, menu-bar-tools-menu)
16229 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
16230 (menu-bar-help-menu):
16231 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
16232 string arguments.
16233
76251ad7
DN
16234 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
16235 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
16236 calls for the menu names and :help.
16237
97b952b7
SM
162382009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
16239
16240 * mouse.el (minor-mode-menu-from-indicator): Pay attention
16241 to :minor-mode-function (bug#4455).
16242
8f38189e
SM
162432009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
16244
d2fd733e
SM
16245 * startup.el (command-line): Initialize the window-system after
16246 processing the command-line.
16247
8f38189e
SM
16248 * textmodes/page.el (what-page): Make sure we don't inf-loop if
16249 page-delimiter matches the empty string.
16250
77564fa4
GM
162512009-09-16 Glenn Morris <rgm@gnu.org>
16252
16253 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
16254 byte-compile-not-obsolete-var. It's a list now.
16255 (byte-compile-not-obsolete-funcs): New variable.
16256 (byte-compile-warn-obsolete): Don't warn about functions if they are in
16257 byte-compile-not-obsolete-funcs.
16258 (byte-compile-variable-ref, byte-compile-defvar): Update for
16259 byte-compile-not-obsolete-vars name-change and list nature.
16260 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
16261 and variables behind (f)boundp tests.
16262 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
16263
79d316d3
DN
162642009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
16265
16266 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
16267
8fed6934
SM
162682009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
16269
16270 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
16271 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
16272 Don't autoload.
16273
4078fd57
SE
162742009-09-15 Stephen Eglen <stephen@gnu.org>
16275
16276 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 16277 the virtual-buffers, use the name of the buffer specified by
4078fd57 16278 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 16279 problem if the target and the symlink had different names.)
4078fd57 16280
838ff458
SM
162812009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
16282
b3c7c12d
SM
16283 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
16284
13dc2bc2
SM
16285 * desktop.el (desktop-path): Check user-emacs-directory.
16286
49fec531
SM
16287 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
16288
0e328d37
SM
16289 * loadup.el: Use after-load-functions to GC after loading each file.
16290 Remove the explicit GC calls that used to be sprinkled around.
16291
838ff458
SM
16292 * subr.el (after-load-functions): New hook.
16293 (do-after-load-evaluation): Run it. Use string-match-p to detect
16294 `obsolete' packages, rather than painfully extracting the relevant
16295 directory name.
16296
a62f564f
GM
162972009-09-15 Glenn Morris <rgm@gnu.org>
16298
16299 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
16300 free variable `doc'.
16301
16302 * dired.el (dired-mode-map): Add menu entry for async shell command.
16303
16304 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
16305 variables, also consider the .elc files, since the .el files are
16306 normally gzipped (subsequent code locates the .el.gz from the .elc).
16307
16308 * calc/calc-prog.el (arglist): Define for compiler.
16309
16310 * calendar/diary-lib.el (diary-display-function): Change the default to
16311 fancy display.
16312 (body): Define for compiler.
16313
16314 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
16315 (byte-compile-file-form, byte-compile-lambda)
16316 (byte-compile-top-level-body, byte-compile-form)
16317 (byte-compile-variable-ref, byte-compile-setq)
16318 (byte-compile-setq-default, byte-compile-body)
16319 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
16320 (batch-byte-compile): Give some more local variables with common names
16321 a "bytecomp-" prefix to avoid masking warnings about free variables.
16322
cd05fe7f
GM
16323 * startup.el (command-line-1): Give local variables with common names a
16324 distinguishing prefix, so as not to hide free variable warnings during
16325 bootstrap.
16326
a62f564f
GM
16327 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
16328 clever and add a suffix to make a unique name, just let the user decide
16329 whether or not to overwrite it. If the input is a directory, write the
16330 default filename to that directory. (Bug#4388)
16331 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
16332 is a filename-as-a-directory.
16333
fbc88440
SM
163342009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
16335
16336 * textmodes/page.el (what-page): Don't move to beginning of line.
16337 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
16338
60308853
DN
163392009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
16340
16341 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
16342
32ba3abc
DN
163432009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
16344
9cd39aff
DN
16345 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
16346 * help.el (help-for-help-internal): Add purecopy calls for text.
16347
32ba3abc
DN
16348 * vc.el (top): print-log method now takes an optional SHORTLOG
16349 argument. Add a new method: root.
32ba3abc
DN
16350 (vc-root-diff, vc-print-root-log): New functions.
16351 (vc-log-short-style): New variable.
16352 (vc-print-log-internal): Add support for showing short logs.
16353
16354 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
16355 vc-print-root-log and vc-print-root-diff.
16356
16357 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
16358 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
16359 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
16360 short logs.
16361
16362 * vc-cvs.el (vc-cvs-print-log):
16363 * vc-mtn.el (vc-mtn-print-log):
16364 * vc-rcs.el (vc-rcs-print-log):
16365 * vc-sccs.el (vc-sccs-print-log):
16366 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
16367 that is ignored for now.
16368
837b0e99
DN
16369 * vc-mtn.el (vc-mtn-annotate-command):
16370 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
16371
31cd2dd4
SM
163722009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
16373
16374 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
16375 to function-key-map, and give them ascii-character property.
16376 * term/x-win.el (x-alternatives-map):
16377 * term/ns-win.el (ns-alternatives-map):
16378 * term/internal.el (msdos-key-remapping-map):
16379 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
16380
d62e5bf2
GM
163812009-09-14 Glenn Morris <rgm@gnu.org>
16382
16383 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
16384 temp-buffers (2009-09-12).
16385
7d0105e5
SM
163862009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
16387
16388 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
16389 the new read-key function.
16390
e17ed9ad
CY
163912009-09-13 Chong Yidong <cyd@stupidchicken.com>
16392
16393 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
16394 is defined (Bug#4405).
16395
1fc26e29
CY
163962009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
16397
16398 * recentf.el (recentf-cleanup): Use a hash table to find
16399 duplicates (Bug#4407).
16400
61dc96a2 164012009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
16402
16403 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
16404 kp-0 to ascii equivalents (Bug#4325).
16405
42c3a9e3
CY
164062009-09-13 Chong Yidong <cyd@stupidchicken.com>
16407
1f5c1626
CY
16408 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
16409
42c3a9e3 16410 * eshell/em-hist.el:
31cd2dd4
SM
16411 * eshell/em-dirs.el (eshell-complete-user-reference):
16412 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
16413
164142009-09-13 Leo <sdl.web@gmail.com> (tiny change)
16415
16416 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
16417 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
16418 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
16419 * eshell/em-hist.el (eshell-history-file-name):
16420 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 16421
1e2b6acf
GM
164222009-09-13 Glenn Morris <rgm@gnu.org>
16423
16424 * ediff-merg.el (ediff-do-merge):
16425 * filesets.el (filesets-run-cmd):
16426 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
16427 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
16428 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
16429 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
16430 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
16431 Replace empty `let's with `progn'.
16432
adba8116
SM
164332009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
16434
16435 * mail/sendmail.el (send-mail-function):
16436 * tooltip.el (tooltip-mode):
16437 * simple.el (transient-mark-mode):
16438 * rfn-eshadow.el (file-name-shadow-mode):
16439 * frame.el (blink-cursor-mode):
16440 * font-core.el (global-font-lock-mode):
16441 * files.el (temporary-file-directory)
16442 (small-temporary-file-directory, auto-save-file-name-transforms):
16443 * epa-hook.el (auto-encryption-mode):
16444 * composite.el (global-auto-composition-mode):
16445 Use custom-initialize-delay.
16446 * startup.el (command-line): Don't explicitly call
16447 custom-reevaluate-setting for all the above vars.
16448 * custom.el (custom-initialize-safe-set)
16449 (custom-initialize-safe-default): Delete.
16450
0a4afea9
SM
164512009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
16452
9f94990d
SM
16453 * term/x-win.el (x-initialize-window-system):
16454 * term/w32-win.el (w32-initialize-window-system):
16455 * term/ns-win.el (ns-initialize-window-system): Don't call
16456 mouse-wheel-mode since it's enabled globally by default already.
16457
0a4afea9
SM
16458 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
16459 actually define the variable, but only silences the byte-compiler.
16460 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
16461 before looking it up.
16462 (mouse-wheel-scroll-amount): Also reset the bindings if this value
16463 is changed.
16464
bf01513f
GM
164652009-09-12 Glenn Morris <rgm@gnu.org>
16466
16467 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
16468 1000.
16469 (elint-add-required-env): Don't beep on error.
16470 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
16471 (elint-init-env): Skip non-list forms.
16472 (elint-log): Handle unknown file positions.
bf01513f 16473
d85889e4
DU
164742009-09-12 Daiki Ueno <ueno@unixuser.org>
16475
16476 * epg.el (epg-make-context): Add autoload cookie.
16477 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
16478 (epg-decrypt-string, epg-start-verify, epg-verify-file)
16479 (epg-verify-string, epg-start-sign, epg-sign-file)
16480 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
16481 (epg-encrypt-string, epg-start-export-keys)
16482 (epg-export-keys-to-file, epg-export-keys-to-string)
16483 (epg-start-import-keys, epg-import-keys-from-file)
16484 (epg-import-keys-from-string, epg-start-receive-keys)
16485 (epg-receive-keys, epg-import-keys-from-server)
16486 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
16487 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
16488 (epg-generate-key-from-file, epg-generate-key-from-string):
16489 Remove autoload cookie.
d85889e4 16490
8f825ee6
EZ
164912009-09-12 Eli Zaretskii <eliz@gnu.org>
16492
36b434ee
EZ
16493 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
16494 reevaluation of trash-directory.
16495
8f825ee6
EZ
16496 * mwheel.el: Fix last change.
16497 (mouse-wheel-mode): New defvar.
16498 (mouse-wheel-mode): Remove autoload cookie.
16499
5766c380
SM
165002009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
16501
ab5c0fcd
SM
16502 * mwheel.el (mwheel-installed-bindings): New var.
16503 (mouse-wheel-mode): Use it, so as to make sure we really remove all
16504 the bindings we set last time. Use custom-initialize-delay.
16505 * loadup.el: Load mwheel after term/*-win.el.
16506 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
16507 and mouse-wheel-up-event now that their first evaluation is done
16508 sufficiently late to be correct.
16509
45448e64
SM
16510 * startup.el (tutorial-directory): Make it a defcustom.
16511 Use custom-initialize-delay rather than eval-at-startup to set it.
16512 * image.el (image-load-path): Make it a defcustom.
16513 Use custom-initialize-delay rather than eval-at-startup to set it.
16514 * subr.el (eval-at-startup): Remove.
16515 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
16516
5766c380
SM
16517 * subr.el (do-after-load-evaluation): Warn the user after loading an
16518 obsolete package.
16519
d6549da4
GM
165202009-09-12 Glenn Morris <rgm@gnu.org>
16521
16522 * proced.el (proced-mark-alt): Remove alias.
16523 (proced-mode-map): Remove proced-mark-alt.
16524
16525 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
16526 Elint file and directory. Remove initialization entry.
16527
16528 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
16529 commands.
16530 (elint-current-buffer): Set mode-line-process.
16531 (elint-init-env): Handle define-derived-mode.
16532 Fix declare-function with unspecified arglist. Guard against odd
16533 defalias statements (eg iso-insert's 8859-1-map).
16534 (elint-add-required-env): Use a temp buffer.
16535 (elint-form): Just print the function/macro name, not the whole form.
16536 Return env unchanged if we fail to parse a macro.
16537 (elint-forms): Guard against parse errors.
16538 (elint-output): New function, to handle batch mode.
16539 (elint-log-message): Add optional argument. Use elint-output.
16540 (elint-set-mode-line): New function.
16541
30194d4d
CY
165422009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
16543
16544 * emacs-lisp/elp.el (elp-not-profilable): Add more
16545 functions (Bug#4233).
16546
a035f9b0
CY
165472009-09-12 Chong Yidong <cyd@stupidchicken.com>
16548
16549 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
16550 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
16551
dad61164
NR
165522009-09-11 Nick Roberts <nickrob@snap.net.nz>
16553
16554 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
16555 (gdb-var-list-children): Use json parsing.
16556
9c3c9fdf 165572009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
16558
16559 * progmodes/js.el (js--proper-indentation): Handle the case where
16560 char-before is null. Reported by Deniz Dogan.
16561
b4587710
JB
165622009-09-11 Juanma Barranquero <lekktu@gmail.com>
16563
16564 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
16565
13890796
DU
165662009-09-11 Daiki Ueno <ueno@unixuser.org>
16567
16568 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
16569 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 16570 (epg-context-set-passphrase-callback)
97d4bdba 16571 (epg-context-set-progress-callback): Add description about
b18508dd 16572 callback function.
13890796 16573
2efb64a8
SM
165742009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
16575
790d0270
SM
16576 * custom.el (custom-delayed-init-variables): New var.
16577 (custom-initialize-delay): New function.
16578 * startup.el (command-line): "Re"evaluate all vars in
16579 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
16580 explicitly any more.
16581 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
16582 to avoid creating a ~/.emacs.d at build-time (bug#4347).
16583
16584 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 16585
ac243a40
NR
165862009-09-11 Nick Roberts <nickrob@snap.net.nz>
16587
16588 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
16589 (gdb-var-update-handler): Use json parsing.
16590
657bc6fc
JB
165912009-09-11 Juanma Barranquero <lekktu@gmail.com>
16592
16593 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
16594 decode annotated text, regardless of language environment. (Bug#2741)
16595
b6fe8102
SM
165962009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
16597
16598 * Makefile.in (autoloads): Make rmail.el writable as well.
16599
5cc443fe
GM
166002009-09-11 Glenn Morris <rgm@gnu.org>
16601
5515c54e
GM
16602 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
16603 loaddefs.el.
16604 * dired.el: Regenerate with extracted autoloads.
16605 * Makefile.in (autoloads): Make dired.el writable.
16606
15067158
GM
16607 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
16608 * ibuffer.el: Regenerate with extracted autoloads.
16609 * Makefile.in (autoloads): Make ibuffer.el writable.
16610
d35d0238
GM
16611 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
16612 * version.el (emacs-copyright, emacs-major-version)
16613 (emacs-minor-version): Reformat doc-strings for make-docfile.
16614
5cc443fe
GM
16615 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
16616 functions and variables, since they must be stuff specific to some other
16617 platform.
16618 (apropos-print): Make mouse-click message less specific about button.
16619
16620 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
16621 that records where a macro was defined.
16622 * help-fns.el (describe-function-1): Mention if a function has a
16623 compiler-macro.
16624 * help-mode.el (help-function-cmacro): New button.
16625
16626 * locate.el (top-level): Always require dired.
16627 (locate-mode-map): Initialize inside the defvar.
16628
16629 * net/ange-ftp.el (dired-compress-file): Declare.
16630 (ange-ftp-dired-compress-file): Add doc string.
16631
16632 * term/ns-win.el (x-display-name, x-setup-function-keys):
16633 Unify doc-strings with X versions.
16634
8cb95edf
SM
166352009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
16636
726a4d09
SM
16637 * emulation/crisp.el (crisp-mode-map): Move initialization
16638 into declaration.
16639 (crisp-mode): Use define-minor-mode.
16640
8cb95edf
SM
16641 * progmodes/xscheme.el (xscheme-evaluation-commands):
16642 Put a :advertised-binding property rather than using
16643 advertised-xscheme-send-previous-expression.
16644 (advertised-xscheme-send-previous-expression): Declare obsolete.
16645 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
16646 `advertised-undo'.
16647 (crisp-mode): Add corresponding bindings to
16648 undo's :advertised-binding instead.
16649 * dired.el (dired-mode-map): Put a :advertised-binding property rather
16650 than using dired-advertised-find-file.
16651 (dired-advertised-find-file):
16652 * simple.el (advertised-undo):
16653 * wid-edit.el (advertised-widget-backward): Declare obsolete.
16654 (widget-keymap): Put a :advertised-binding property rather
16655 than using advertised-widget-backward.
16656 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
16657 than using advertised-undo.
16658 * tutorial.el (tutorial--default-keys): Adjust accordingly.
16659
07db5857
SS
166602009-09-10 Simon South <ssouth@slowcomputing.org>
16661
16662 * progmodes/delphi.el (delphi-tab): Indent region when Transient
16663 Mark mode is enabled and region is active; otherwise indent or
16664 insert TAB as usual.
16665 (delphi-mode): Update description of TAB-key binding.
16666
50d4ba39
SM
166672009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
16668
16669 * subr.el (define-key-rebound-commands): Mark obsolete.
16670 * startup.el (precompute-menubar-bindings): Remove.
16671 (normal-top-level): Remove obsolete code that tried to precompute
16672 menubar bindings.
16673 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
16674 define-key-rebound-commands and precompute-menubar-bindings.
16675
ffa894db
KY
166762009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
16677
16678 * net/imap.el (imap-interactive-login): Better messages.
16679 (imap-open): Fix bug with renamed buffer on reconnect.
16680 (imap-authenticate): Add buffer-local imap-last-authenticator variable
16681 for easier debugging and cleaner code. On successful (guessed based on
16682 server capabilities) secondary authentication, set imap-state
16683 correctly.
16684 (imap-last-authenticator): Define imap-last-authenticator as a variable
16685 to avoid warnings.
16686
9477096c
GM
166872009-09-10 Glenn Morris <rgm@gnu.org>
16688
16689 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
16690
16691 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
16692 (byte-compile-file-form-autoload): Don't warn about unknown functions
16693 where the autoload statement comes after the use.
16694 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
16695 that any handlers inside the body (eg require) are in turn respected.
16696
16697 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
16698 effects.
16699
16700 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
16701 and syntax and abbrev tables basic docs, if they don't have any.
16702
16703 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
16704
16705 * international/mule-cmds.el (top-level): Require cl when compiling.
16706 (view-hello-file): Use default-value rather than
16707 default-enable-multibyte-characters.
16708
16709 * progmodes/fortran.el: Move all safe and risky properties into the
16710 defcustoms.
16711
16712 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
16713 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
16714 * mail/undigest.el:
16715 Put autoloads in rmail.el rather than loaddefs.el.
16716 * mail/rmail.el: Regenerate with extracted autoloads.
16717
16718 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
16719 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
16720
9f16c547
NR
167212009-09-10 Nick Roberts <nickrob@snap.net.nz>
16722
16723 Reported in thread for Bug#4375.
16724 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
16725 "-data-evaluate-expression" instead of print.
16726 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
16727 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
16728 (gdb): Revert 2009-08-11 change. User should detach inferior
16729 manually.
9f16c547
NR
16730
16731 Remove the word "separate" from IO functions as inferior
16732 output is now never displayed in the GUD buffer.
16733
50405cd0
JB
167342009-09-10 Juanma Barranquero <lekktu@gmail.com>
16735
16736 * startup.el (command-line-normalize-file-name): On Windows and
16737 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
16738
7ae62430
JL
167392009-09-10 Juri Linkov <juri@jurta.org>
16740
16741 * isearch.el (isearch-text-char-description): Propertize escape
16742 character sequences with the `escape-glyph' face. (Bug#4344)
16743
16744 * simple.el (shell-command): Set asynchronous process filter to
16745 `comint-output-filter'. (Bug#4343)
16746
16747 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
16748 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
16749 the list. Move "asm" to the bottom.
16750 (grep-find-ignored-directories): Add `choice' with nil value
16751 to empty the list easily.
16752 (grep-find-ignored-files): New option.
16753 (grep-files-history): Set to nil by default instead of '("ch" "el").
16754 (grep-compute-defaults): Add "<X>" to `grep-template'.
16755 (grep-read-files): Bind new local variables `default-alias' and
16756 `default-extension'. Use a list of default values for the file prompt.
16757 (lgrep): Add `--exclude=' command line options composed from
16758 `grep-find-ignored-files'.
16759 (rgrep): Add `-name' command line options composed from
16760 `grep-find-ignored-files'. (Bug#4301)
16761
cd875252
SM
167622009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
16763
16764 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
16765 (bug#4368).
16766
cdce0b33
KY
167672009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
16768
16769 * calendar/time-date.el (autoload):
16770 Expand define-obsolete-function-alias into defalias and make-obsolete
16771 for old Emacsen that Gnus supports.
16772 (with-no-warnings): Define it for old Emacsen.
16773 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
16774 is available.
16775 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
16776 float-time is available; suppress compile warning for time-to-seconds.
16777
167782009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
16779
16780 * net/imap.el (imap-message-map): Docstring fix.
16781
2b2eb431
GM
167822009-09-09 Glenn Morris <rgm@gnu.org>
16783
16784 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
16785 line numbers too. (Bug#4374)
16786
83a5aac5
SM
167872009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
16788
755e0210
SM
16789 * smerge-mode.el (smerge-remove-props, smerge-refine):
16790 Use with-silent-modifications (bug#4342).
16791
83a5aac5
SM
16792 * subr.el (with-silent-modifications): New macro.
16793
79f01fa7
JB
167942009-09-07 Juanma Barranquero <lekktu@gmail.com>
16795
16796 * files.el (top-level): Require `cl' when compiling.
16797
448ecec3
GM
167982009-09-07 Glenn Morris <rgm@gnu.org>
16799
16800 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
16801
8f09a02f
GM
16802 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
16803 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
16804
76ff67bf
NR
168052009-09-06 Nick Roberts <nickrob@snap.net.nz>
16806
16807 * vc-git.el (vc-git-annotate-command): Use separator to parse
16808 arguments correctly.
16809
943c8b75
EZ
168102009-09-06 Eli Zaretskii <eliz@gnu.org>
16811
16812 * proced.el (proced-mode): Doc fix.
16813
680db9ac
MA
168142009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
16815
16816 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
16817 lstat fails.
16818 (tramp-do-file-attributes-with-ls): Check for file existence at
16819 remote end.
16820 (tramp-do-file-attributes-with-stat): Likewise.
16821 (tramp-convert-file-attributes): Return nil when attr is nil.
16822
3f12e5bd
GM
168232009-09-05 Glenn Morris <rgm@gnu.org>
16824
c8dc27bf
GM
16825 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
16826 properties to this button.
16827 (diary-fancy-display): Don't extend the button to the final newline.
16828 (diary-fancy-display-mode): Continue to define "q" as a local key.
16829
cca065d8
GM
16830 * calendar/cal-china.el (holiday-chinese): Make it slightly more
16831 efficient.
16832
cddaedb6
GM
16833 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
16834
3f12e5bd
GM
16835 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
16836 (byte-compile-dest-file-function): New option.
16837 (byte-compile-dest-file): Doc fix.
16838 Obey byte-compile-dest-file-function.
16839 (byte-compile-cl-file-p): New function.
16840 (byte-compile-eval): Only suppress noruntime warnings about cl functions
16841 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
16842 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
16843 than for file being previously loaded.
16844 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
16845 (byte-compile-file-form-require): Handle the case where requiring a file
16846 indirectly causes CL to be loaded.
16847
049a231b
KF
168482009-09-05 Karl Fogel <kfogel@red-bean.com>
16849
16850 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
16851 before killing the old buffer, since by the time `kill-buffer' is
16852 run so many buffer variables have been set to nil that it may not
16853 behave as expected. (Bug#4061)
16854
ef7ef2a0
KF
168552009-09-05 Karl Fogel <kfogel@red-bean.com>
16856
16857 * files.el (find-alternate-file): If the old buffer is modified
16858 and visiting a file, behave similarly to `kill-buffer' when
16859 killing it, thus reverting to the pre-1.878 behavior; see
16860 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
16861 for discussion. Also, consult `buffer-file-name' as a variable
16862 not as a function, for consistency with the rest of the code.
16863
73d854cd
MA
168642009-09-04 Michael Albinus <michael.albinus@gmx.de>
16865
16866 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
16867 also when adding a new directory.
16868
6a7662bb
BR
16869 * net/tramp-compat.el (tramp-compat-line-beginning-position):
16870 New defun.
73d854cd 16871
df120481
SM
168722009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
16873
16874 * files.el (locate-file-completion-table): Make it provide boundary
16875 information, so partial-completion works better.
16876
c0bc6d79
SM
168772009-09-04 Leo <sdl.web@gmail.com> (tiny change)
16878
16879 * mail/footnote.el (Footnote-text-under-cursor):
16880 Check footnote-text-marker-alist before using it (bug#4324).
16881
f76a9756
GM
168822009-09-04 Glenn Morris <rgm@gnu.org>
16883
67d110f1
GM
16884 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
16885 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
16886 * play/solitaire.el, play/tetris.el:
16887 Remove leading * from defcustom and defface docs.
16888
b42d4989
GM
16889 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
16890 necessary.
16891 (diary-fancy-overriding-map): New variable.
16892 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
16893 Use view-mode.
16894
f76a9756
GM
16895 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
16896 goto-line.
16897
e605eeeb
GM
168982009-09-03 Glenn Morris <rgm@gnu.org>
16899
597e2240
GM
16900 * arc-mode.el (archive-mode):
16901 * dos-fns.el (set-default-process-coding-system):
16902 * man.el (Man-getpage-in-background):
16903 * menu-bar.el (menu-bar-describe-menu):
16904 * server.el (server-process-filter):
16905 * startup.el (command-line):
16906 * tar-mode.el (tar-header-block-tokenize, tar-extract):
16907 * w32-fns.el (set-default-process-coding-system):
16908 * x-dnd.el (x-dnd-handle-file-name):
16909 * international/mule-cmds.el (mule-menu-keymap)
16910 (set-default-coding-systems, language-info-alist, set-language-info)
16911 (set-language-environment, standard-display-european-internal)
16912 (set-locale-environment):
16913 * international/mule-diag.el (mule-diag):
16914 * mail/emacsbug.el (report-emacs-bug):
16915 * mail/rmail.el (rmail-mode):
16916 * mail/sendmail.el (mail-setup):
16917 Use default-value rather than default-enable-multibyte-characters.
16918
f38184aa
GM
16919 * progmodes/f90.el: Move all safe properties into the defcustoms.
16920 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
16921
e605eeeb
GM
16922 * calendar/appt.el (appt-check):
16923 * calendar/diary-lib.el (diary-set-header, diary-live-p)
16924 (diary-check-diary-file, diary-list-entries)
16925 (diary-include-other-diary-files, diary-simple-display)
16926 (diary-fancy-display, diary-print-entries)
16927 (diary-mark-included-diary-files, diary-make-entry):
16928 Don't call substitute-in-file-name on diary-file.
16929
734db384 169302009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 16931 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
16932
16933 * mail/footnote.el (footnote-prefix): Make it a defcustom.
16934 (footnote-mode-map): Move initialization into the declaration.
16935 (footnote-minor-mode-map): Define it rather than changing global-map.
16936 (footnote-mode): Use define-minor-mode.
16937
e5aa47f9
MA
169382009-09-02 Michael Albinus <michael.albinus@gmx.de>
16939
16940 * net/tramp.el (tramp-handle-file-attributes-with-ls)
16941 (tramp-do-file-attributes-with-perl)
16942 (tramp-do-file-attributes-with-stat): Rename from
16943 `tramp-handle-file-attributes-with-*'.
16944 (tramp-handle-file-attributes): Use them.
16945 (tramp-do-directory-files-and-attributes-with-perl)
16946 (tramp-do-directory-files-and-attributes-with-stat): Rename from
16947 `tramp-handle-directory-files-and-attributes-with-*'.
16948 (tramp-handle-directory-files-and-attributes): Use them.
16949 (tramp-method-out-of-band-p): Additional parameter SIZE.
16950 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
16951 (tramp-handle-write-region): Use it.
734db384 16952 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
16953 (tramp-handle-vc-registered): Check, whether the first run did
16954 return files to be tested.
16955 (tramp-advice-make-auto-save-file-name): Do not call directly
16956 `tramp-handle-make-auto-save-file-name', because this would bypass
16957 the locking mechanism.
16958
734db384 16959 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
16960 (file-remote-p, process-file, start-file-process, set-file-times)
16961 (tramp-compat-file-attributes): Compatibility functions shall not
16962 call directly `tramp-handle-*', because this would bypass the
16963 locking mechanism.
16964 (tramp-compat-number-sequence): New defun.
16965
6e2ca895
GM
169662009-09-02 Glenn Morris <rgm@gnu.org>
16967
697c7714
GM
16968 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
16969 alias for float-time.
16970 (time-to-number-of-days): In Emacs, use float-time.
16971 * net/newst-backend.el (time-add): Suppress warnings from compat
16972 function.
16973 * time.el (emacs-uptime, emacs-init-time):
16974 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
16975 Use float-time rather than time-to-seconds.
16976
6e2ca895
GM
16977 * minibuffer.el (completion-initials-expand): Fix typo.
16978
16979 * faces.el (modeline, modeline-inactive, modeline-highlight)
16980 (modeline-buffer-id):
16981 * info.el (info-menu-5): Mark these face aliases as obsolete.
16982
ed17efec
NR
169832009-09-01 Nick Roberts <nickrob@snap.net.nz>
16984
16985 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
16986 space ...
16987 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
16988 no "--thread" option.
16989 (gdb-stopped): Don't print "Switched to thread" message when it is
16990 unchanged.
16991
fcb68f70
SM
169922009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
16993
16994 * minibuffer.el (completion-try-completion)
16995 (completion-all-completions): Remove ill-defined (and
16996 mistakenly installed and luckily never used nor documented)
16997 `completion-styles' property.
16998 (completion-initials-expand, completion-initials-all-completions)
16999 (completion-initials-try-completion): New functions.
17000 (completion-styles-alist): Add doc to each entry.
17001 Add new `initials' entry.
17002
83318a6d
NR
170032009-09-01 Nick Roberts <nickrob@snap.net.nz>
17004
17005 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
17006 MI command -var-evaluate-expression.
17007 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
17008 and tweak for case of string child.
734db384 17009 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 17010
d63eb0e7
GM
170112009-09-01 Glenn Morris <rgm@gnu.org>
17012
c4f6e489
GM
17013 * add-log.el (change-log-date-face, change-log-name-face)
17014 (change-log-email-face, change-log-file-face, change-log-list-face)
17015 (change-log-conditionals-face, change-log-function-face)
17016 (change-log-acknowledgement-face):
17017 * cus-edit.el (custom-invalid-face, custom-rogue-face)
17018 (custom-modified-face, custom-set-face, custom-changed-face)
17019 (custom-saved-face, custom-button-face, custom-button-pressed-face)
17020 (custom-documentation-face, custom-state-face, custom-comment-face)
17021 (custom-comment-tag-face, custom-variable-tag-face)
17022 (custom-variable-button-face, custom-face-tag-face)
17023 (custom-group-tag-face-1, custom-group-tag-face):
17024 * diff-mode.el (diff-header-face, diff-file-header-face)
17025 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17026 (diff-added-face, diff-changed-face, diff-function-face)
17027 (diff-context-face, diff-nonexistent-face):
17028 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
17029 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
17030 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17031 (Info-title-4-face):
17032 * isearch.el (isearch-lazy-highlight-face):
17033 * log-view.el (log-view-file-face, log-view-message-face):
17034 * paren.el (show-paren-match-face, show-paren-mismatch-face):
17035 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
17036 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
17037 (cvs-msg-face):
17038 * smerge-mode.el (smerge-mine-face, smerge-other-face)
17039 (smerge-base-face, smerge-markers-face):
17040 * wid-edit.el (widget-documentation-face, widget-button-face)
17041 (widget-field-face, widget-single-line-field-face)
17042 (widget-inactive-face, widget-button-pressed-face):
17043 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
17044 (woman-addition-face):
2fb1ec93
GM
17045 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
17046 (eshell-ls-executable-face, eshell-ls-readonly-face)
17047 (eshell-ls-unreadable-face, eshell-ls-special-face)
17048 (eshell-ls-missing-face, eshell-ls-archive-face)
17049 (eshell-ls-backup-face, eshell-ls-product-face)
17050 (eshell-ls-clutter-face):
17051 * eshell/em-prompt.el (eshell-prompt-face):
17052 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 17053 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
17054 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
17055 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
17056 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
17057 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
17058 (antlr-font-lock-literal-face):
c4f6e489
GM
17059 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
17060 (ebrowse-root-class-face, ebrowse-file-name-face)
17061 (ebrowse-default-face, ebrowse-member-attribute-face)
17062 (ebrowse-member-class-face, ebrowse-progress-face):
17063 * progmodes/make-mode.el (makefile-space-face):
17064 * progmodes/sh-script.el (sh-heredoc-face):
17065 * textmodes/flyspell.el (flyspell-incorrect-face)
17066 (flyspell-duplicate-face):
17067 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 17068 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
17069 Mark face aliases with "-face" suffix as obsolete.
17070
d80619fa
GM
17071 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
17072 compiler.
17073
5f68c1b7
GM
17074 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
17075 (eudc-bob-sound-menu): Use defvar rather than defconst, since
17076 easy-menu-define wants to modify these.
17077
17078 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
17079
17080 * net/browse-url.el (browse-url-file-url):
17081 * term/internal.el (dos-codepage-setup):
17082 Use default-value rather than default-enable-multibyte-characters.
17083
d80619fa 17084 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
17085 * progmodes/flymake.el (flymake-highlight-line)
17086 (flymake-goto-file-and-line, flymake-goto-line):
17087 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
17088 (gdb-goto-breakpoint):
17089 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
17090 * progmodes/python.el (python-find-function)
17091 (python-pdbtrack-track-stack-file):
17092 * progmodes/verilog-mode.el (verilog-surelint-off):
17093 * term/ns-win.el (ns-open-file-select-line):
17094 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
17095 Use forward-line rather than goto-line.
17096
d63eb0e7
GM
17097 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
17098 * textmodes/reftex-index.el (reftex-display-index):
17099 * textmodes/reftex-ref.el (reftex-offer-label-menu):
17100 * textmodes/reftex-toc.el (reftex-toc):
17101 Remove unnecessary bindings of default-major-mode (all are followed by
17102 major-mode check and possible mode switch).
17103
0afad278
NR
171042009-08-31 Nick Roberts <nickrob@snap.net.nz>
17105
17106 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
17107 Handle watchpoints (bug#4282).
17108 (def-gdb-thread-buffer-command): Enable thread to be selected by
17109 clicking without selecting threads buffer first.
17110 (gdb-current-context-command): Use selected frame so that "up",
17111 "down" etc work in the GUD buffer.
17112 (gdb-update): Find selected frame before rendering stack buffer.
17113 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
17114
4e135dd2
SM
171152009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
17116
17117 * progmodes/sym-comp.el (displayed-completions): Remove.
17118 (symbol-complete): Use minibuffer-complete.
17119
e61eba34
GM
171202009-08-31 Glenn Morris <rgm@gnu.org>
17121
17122 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
17123
734db384
SM
17124 * apropos.el (apropos-symbols-internal):
17125 Handle (obsolete) face aliases.
e61eba34
GM
17126
17127 * faces.el (describe-face): Adjust the output format to be more like
17128 describe-variable, and to mention (obsolete) face aliases.
17129 Adjust the whitespace so that help-setup-xref works.
17130
17131 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
17132 * calendar/diary-lib.el (diary-button-face):
17133 Mark these face aliases as obsolete.
17134
17135 * calendar/calendar.el (calendar-today): Doc fix.
17136
4cf71456
NR
171372009-08-31 Nick Roberts <nickrob@snap.net.nz>
17138
17139 * progmodes/gdb-mi.el (gdb-control-all-threads)
17140 (gdb-control-current-thread): Force tool bar update.
17141 (gdb-non-stop-handler): New function.
17142 (gdb-init-1): Use it to test if non-stop mode is supported.
17143 Remove unused gdbmi buffer type.
17144
e61eba34 171452009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
17146
17147 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 17148 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 17149
4324f7ca
NR
171502009-08-30 Nick Roberts <nickrob@snap.net.nz>
17151
17152 * comint.el (comint-exec-1): Check command is non-null first.
17153 Part of gdb-mi.el change (2009-08-28).
17154
a1bf889a
SM
171552009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17156
17157 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
17158
060c08b5
JB
171592009-08-30 Juanma Barranquero <lekktu@gmail.com>
17160
17161 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
17162 instead of `dolist' to avoid a recursive require when bootstrapping.
17163
ab22be48
SM
171642009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17165
73ebf88f
SM
17166 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
17167
80629cfc
SM
17168 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
17169
206d0387 17170 * net/imap.el (imap-send-command): Simplify.
734db384 17171 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 17172
844f7784
SM
17173 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
17174
5ca4661e
SM
17175 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
17176 with constant argument.
17177
c61dc887
SM
17178 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
17179
7eb73deb
SM
17180 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
17181
5fe443de
SM
17182 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
17183 Change default, since most of our files don't have a history.
17184 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
17185 the user.
17186
6444d64a
SM
17187 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17188 Add comint-run.
17189
5cb16bfc
SM
17190 * calc/calc.el: Improve commenting convention.
17191 (calc-digit-map, toplevel): Simplify.
17192
0aeb71a7
SM
17193 * comint.el (comint-insert-input): Be careful to only set point if we
17194 don't delegate to some other command.
17195
9a9af856
SM
17196 * proced.el (proced-signal-list): Make it an alist.
17197 (proced-grammar-alist): Capitalize names.
17198 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
17199 Disable undo manually and make it read-only.
17200 Use completion-annotate-function.
17201
ab22be48
SM
17202 * minibuffer.el (minibuffer-message): If the current buffer is not
17203 a minibuffer, insert the message in the echo area rather than at the
17204 end of the buffer.
17205 (completion-annotate-function): New variable.
17206 (minibuffer-completion-help): Use it.
17207 (completion--embedded-envvar-table): Environment vars are
17208 always case-sensitive.
17209
4a948dbf
GM
172102009-08-30 Glenn Morris <rgm@gnu.org>
17211
17212 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
17213 from fortran-current-defun.
17214 (fortran-beginning-of-subprogram): Be more precise about finding the
17215 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
17216 (fortran-end-of-subprogram): Simplify.
17217 (fortran-current-defun): Use fortran-start-prog-re.
17218
486cf3b8
JB
172192009-08-29 Juanma Barranquero <lekktu@gmail.com>
17220
17221 * subr.el (do-after-load-evaluation): Simplify.
17222
db167d28
DN
172232009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
17224
17225 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
17226
17227 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
17228 (vc-rcs-print-log): Use it.
17229
17230 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
17231
efbc652a
SM
172322009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
17233
2aa0e5bf
SM
17234 * paths.el (abbrev-file-name): Move to abbrev.el.
17235 * abbrev.el (abbrev-file-name): Move from paths.el.
17236 Obey user-emacs-directory.
17237 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
17238 user-emacs-directory.
17239 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
17240 abbrev-file-name and calc-settings-file any more.
17241 * startup.el (command-line): Recompute abbrev-file-name and
17242 abbreviated-home-dir.
17243 (normal-no-mouse-startup-screen): Improve the generic code and get rid
17244 of the special code for when C-h bindings haven't been changed.
17245 (display-startup-echo-area-message): Use with-current-buffer.
17246 (command-line-1): Use a list of strings, rather than a list of lists
17247 of strings for longopts.
17248
51da8fe2
SM
17249 * files.el (get-free-disk-space): Use / for default-directory.
17250
0c3cc4dd
SM
17251 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
17252 Use with-current-buffer.
17253
d988dbf6
SM
17254 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
17255 Recognize immutable variables like most-positive-fixnum.
17256 (byte-compile-setq-default): Check and warn if trying to assign
17257 to an immutable variable, or a non-variable.
17258
efbc652a
SM
17259 * progmodes/cc-vars.el (c-comment-continuation-stars):
17260 * progmodes/cc-engine.el (c-looking-at-bos):
17261 * progmodes/cc-cmds.el (c-toggle-auto-state)
17262 (c-forward-into-nomenclature, c-backward-into-nomenclature)
17263 (c-comment-line-break-function): Add version of obsolescence.
17264
d30a05d1
JL
172652009-08-28 Juri Linkov <juri@jurta.org>
17266
17267 * files.el (magic-fallback-mode-alist): Add ZIP magic number
17268 associated with `archive-mode'.
17269
17270 * image.el (image-type-header-regexps): Use only JPEG magic number
17271 to determine JPEG images, and don't use `image-jpeg-p' because
17272 Emacs can display non-JFIF non-Exif JPEG images.
17273
1e8eecea
JB
172742009-08-28 Juanma Barranquero <lekktu@gmail.com>
17275
17276 * arc-mode.el (archive-mode):
17277 * emacs-lisp/re-builder.el (re-builder-unload-function):
17278 Protect against the default value of `major-mode' being nil.
17279
dd4fbf56
JB
172802009-08-28 Juanma Barranquero <lekktu@gmail.com>
17281
17282 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
17283 Fix typos in docstrings.
17284
17285 * progmodes/js.el (js--macro-decl-re): Doc fix.
17286 (js--plain-method-re, js--split-name): Refloc docstring.
17287 (js--class-styles, js--make-merged-item, js--splice-into-items):
17288 Fix typos in docstrings; reflow docstrings.
17289 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
17290 (js--variable-decl-matcher, js--inside-pitem-p)
17291 (js--parse-state-at-point, js--get-all-known-symbols)
17292 (js--symbol-history, js-find-symbol, js--js-references)
17293 (js--moz-interactor, js--js-encode-value, js--read-tab):
17294 Fix typos in docstrings.
17295
72f16325
SM
172962009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
17297
14acf2f5
SM
17298 * textmodes/reftex.el (reftex-get-file-buffer-force):
17299 * progmodes/verilog-mode.el (verilog-batch-execute-func):
17300 * emulation/viper.el (viper-go-away, viper-set-hooks):
17301 * emacs-lisp/re-builder.el (re-builder-unload-function):
17302 * emacs-lisp/bytecomp.el (byte-compile-file):
17303 * ses.el (ses-unload-function):
17304 * hexl.el (hexl-find-file):
17305 * files.el (normal-mode):
17306 * ehelp.el (with-electric-help):
17307 * autoinsert.el (auto-insert-alist):
17308 * arc-mode.el (archive-mode):
17309 Use (default-value 'major-mode) instead of default-major-mode.
17310
72f16325
SM
17311 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
17312 * international/mule.el (load-with-code-conversion):
17313 * emacs-lisp/debug.el (debug):
17314 * ediff-vers.el (ediff-rcs-get-output-buffer):
17315 * dired.el (dired-internal-noselect): Don't let-bind
17316 default-major-mode around code that doesn't use it.
17317 E.g. buffer creation via get-buffer-create doesn't use it.
17318
aa485f7c
MA
173192009-08-28 Michael Albinus <michael.albinus@gmx.de>
17320
17321 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
17322 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
17323 when writing the temp file. Otherwise, epa-file gets confused.
17324 (tramp-register-file-name-handlers): Make it a defun. Move also
17325 `epa-file-handler' to the front of `file-name-handler-alist'.
17326
173272009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
17328
17329 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
17330 start right after a ^M.
17331 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
17332 (tramp-completion-file-name-regexp-separate)
17333 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
17334 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
17335 Don't modify last-coding-system-used by accident.
aa485f7c
MA
17336 (tramp-completion-file-name-handler): Apply the checks here,
17337 instead during registration.
88b5a757 17338 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
17339 `tramp-register-file-name-handler'. Register both
17340 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 17341 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 17342
3f0c2b92
NR
173432009-08-28 Nick Roberts <nickrob@snap.net.nz>
17344
72f16325
SM
17345 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
17346 Remove variable ...
3f0c2b92
NR
17347 (gdb-init-1, gdb-display-separate-io-buffer)
17348 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
17349 references to it.
17350 (gdb-inferior-io-mode): Use make-comint-in-buffer.
17351 (gdb-inferior-filter): Use comint-output-filter to stop
17352 echoing and remove ^M characters.
17353
705e5bd9
SM
173542009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
17355
009fdc2e
SM
17356 * emulation/viper-init.el (viper-restore-cursor-type):
17357 * emulation/cua-base.el (cua--update-indications):
17358 Replace default-cursor-type with (default-value 'cursor-type).
17359
b56a5ae0
SM
17360 * mail/sendmail.el (mail-recover-1):
17361 * international/mule-diag.el (describe-current-coding-system-briefly)
17362 (describe-current-coding-system):
17363 * international/mule-cmds.el (select-safe-coding-system)
17364 (select-message-coding-system)
17365 (set-language-environment-coding-systems, set-locale-environment):
17366 * hexl.el (hexl-insert-multibyte-char):
17367 * dos-w32.el (find-buffer-file-type-coding-system):
17368 * simple.el (what-cursor-position):
17369 Replace uses of default-buffer-file-coding-system
17370 with (default-value 'buffer-file-coding-system).
17371
de70529f
SM
17372 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
17373 Replace uses of default-cursor-in-non-selected-windows
17374 with (default-value 'cursor-in-non-selected-windows).
17375 Use with-current-buffer.
17376
705e5bd9
SM
17377 * mail/feedmail.el: Use CL macros.
17378 (feedmail-run-the-queue, feedmail-send-it-immediately):
17379 * dos-w32.el (find-buffer-file-type): Replace uses of
17380 default-buffer-file-type with (default-value 'buffer-file-type).
17381
4d985ac2
GM
173822009-08-28 Glenn Morris <rgm@gnu.org>
17383
17384 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
17385 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
17386 Use default-value of major-mode rather than default-major-mode.
17387
17c15b81
SM
173882009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
17389
3a68ab06
SM
17390 * Makefile.in (update-elcfiles): Report left over elc files.
17391
9421bdd1
SM
17392 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
17393 expand-file-name and with-current-buffer.
17394 (mail-get-names, mail-directory): Use with-current-buffer.
17395
17c15b81
SM
17396 * vc.el (vc-read-revision): New function.
17397 (vc-version-diff, vc-merge): Use it.
17398
ba83a64e
SS
173992009-08-27 Sam Steingold <sds@gnu.org>
17400
17401 * simple.el (kill-do-not-save-duplicates): New user option.
17402 (kill-new): When it is non-nil, and the new string is the same as
17403 the latest kill, set replace to t to avoid duplicates in kill-ring.
17404
be3e598a 174052009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
17406
17407 * net/tramp.el (tramp-handle-process-file): Do not flush all
17408 caches when `process-file-side-effects' is set.
17409 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
17410 instead of `tramp-find-file-exists-command'.
17411 Unset `process-file-side-effects'.
d5b5c94a
MA
17412
174132009-08-27 Michael Albinus <michael.albinus@gmx.de>
17414
17415 * net/tramp.el (tramp-methods): New method "rsyncc".
17416 (top): Add completion function for "rsyncc".
17417 (tramp-message-show-message): New defvar.
17418 (tramp-message, tramp-error): Use it.
17419 (tramp-do-copy-or-rename-file-directly): Extend check for direct
17420 remote copying.
17421 (tramp-do-copy-or-rename-file-out-of-band): Handle new
17422 `tramp-methods' entry `copy-env' of "rsyncc".
17423 (tramp-vc-registered-read-file-names): New defconst.
17424 (tramp-vc-registered-file-names): New defvar.
17425 (tramp-handle-vc-registered): Implement optimization strategy.
17426 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
17427 (tramp-vc-file-name-handler): New defun.
17428 (tramp-get-ls-command, tramp-get-test-command)
17429 (tramp-get-file-exists-command, tramp-get-remote-ln)
17430 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 17431 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
17432
17433 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
17434 (tramp-cache-inhibit-cache): Extend doc string. It allows also
17435 timestamps.
17436 (tramp-get-file-property): Check for timestamps in
17437 `tramp-cache-inhibit-cache'.
17438 (tramp-set-file-property): Write timestamp.
17439
1339cf20
KH
174402009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17441
17442 * language/japan-util.el (japanese-symbol-table): Add entries for
17443 cp932-2-byte.
17444
17445 * international/characters.el: Add category `j' to cp932-2-byte.
17446
726e3f1d
KH
174472009-08-27 Kenichi Handa <handa@m17n.org>
17448
17449 * international/fontset.el (build-default-fontset-data): New macro.
17450 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 17451 tibetan, ethiopic, and ipa.
726e3f1d 17452
4e3b4528
SM
174532009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
17454
17455 * cus-start.el (default-major-mode): Customize `major-mode' instead.
17456 (enable-multibyte-characters): Not customizable any more.
17457
17458 * subr.el (default-mode-line-format, default-header-line-format)
17459 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
17460 (default-direction-reversed, default-truncate-lines)
17461 (default-left-margin, default-tab-width, default-case-fold-search)
17462 (default-left-margin-width, default-right-margin-width)
17463 (default-left-fringe-width, default-right-fringe-width)
17464 (default-fringes-outside-margins, default-scroll-bar-width)
17465 (default-vertical-scroll-bar, default-indicate-empty-lines)
17466 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
17467 (default-fringe-cursor-alist, default-scroll-up-aggressively)
17468 (default-scroll-down-aggressively, default-fill-column)
17469 (default-cursor-type, default-buffer-file-type)
17470 (default-cursor-in-non-selected-windows)
17471 (default-buffer-file-coding-system, default-major-mode)
17472 (default-enable-multibyte-characters): Mark as obsolete.
17473
b3cca6a6
DN
174742009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
17475
652cc1a2
DN
17476 * vc-dir.el (vc-dir-update): Remove debug helper.
17477
b3cca6a6
DN
17478 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
17479
4ed8c7aa
SS
174802009-08-26 Sam Steingold <sds@gnu.org>
17481
17482 * simple.el (save-interprogram-paste-before-kill): New user option.
17483 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
17484 save the interprogram-paste into kill-ring before overriding it
17485 with the Emacs kill.
17486
3b64d86b
DN
174872009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
17488
17489 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
17490 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
17491 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
17492 and move to vc-rcs.el.
17493 (vc-default-next-revision): Rename to vc-rcs-next-revision and
17494 move to vc-rcs.el.
17495 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
17496 (vc-rcs-update-changelog): Remove.
17497 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
17498 and move to vc-rcs.el.
17499
17500 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
17501 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
17502 renaming.
17503 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 17504 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
17505 vc.el, renamed to be RCS specific.
17506
72f16325
SM
17507 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
17508 New functions.
17509 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
17510
17511 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
17512 New functions.
17513
636a36a0
SM
175142009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
17515
17516 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
17517
239b3340
DN
175182009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
17519
b91f0762 17520 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
17521 (vc-git-stash, vc-git-stash-show): New functions.
17522 (vc-git-extra-menu-map): Bind them.
b91f0762 17523
b8e54362
DN
17524 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
17525 directory correctly in case the item is a directory itself.
17526
239b3340
DN
17527 * vc.el: Document the desired behavior for reverted files in the
17528 `added' state.
dc810649
DN
17529 (vc-default-prettify-state-info): Remove function, unused.
17530
17531 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 17532
e49c0179
GM
175332009-08-26 Glenn Morris <rgm@gnu.org>
17534
17535 * bindings.el (standard-mode-line-format): Reposition dashes in
17536 which-func entry. (Bug#4217)
17537
3029e594
GM
17538 * files.el (enable-local-variables, enable-local-eval)
17539 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
17540 the defcustoms.
17541 (auto-mode-alist, ignored-local-variables)
17542 (save-some-buffers-action-alist): Move risky declarations to the
17543 definitions.
17544 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
17545 (font-lock-defaults, format-alist, imenu--index-alist)
17546 (imenu-generic-expression, input-method-alist, minor-mode-alist)
17547 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
17548 (mode-line-modified, mode-line-mule-info, mode-line-position)
17549 (mode-line-process, mode-line-remote, outline-level)
17550 (parse-time-rules, rmail-output-file-alist)
17551 (special-display-buffer-names, vc-mode):
17552 Move risky declarations to the relevant files.
72f16325
SM
17553 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
17554 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
17555 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
17556 * font-core.el (font-lock-defaults):
17557 * format.el (format-alist):
17558 * vc-hooks.el (vc-mode):
17559 * window.el (special-display-buffer-names):
17560 * international/mule-cmds.el (input-method-alist):
17561 Define riskiness here (dumped file) rather than in files.el.
17562 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
17563 * imenu.el (imenu-generic-expression, imenu--index-alist):
17564 * outline.el (outline-level):
17565 * time.el (display-time-string):
17566 * calendar/parse-time.el (parse-time-rules):
17567 * mail/rmailout.el (rmail-output-file-alist):
17568 Autoload riskiness here, rather than placing in files.el.
17569
8476cfaf
SM
175702009-08-26 Andreas Schwab <schwab@linux-m68k.org>
17571
17572 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
17573
0b35b48e
MA
175742009-08-25 Michael Albinus <michael.albinus@gmx.de>
17575
17576 * simple.el (process-file-side-effects): New defvar.
17577
17578 * dired-aux.el (dired-show-file-type):
17579 * vc.el (vc-diff-internal):
17580 * vc-arch.el (vc-arch-diff):
17581 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
17582 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
17583 * vc-git.el (vc-git-registered, vc-git-working-revision)
17584 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
17585 (vc-git--empty-db-p):
17586 * vc-hooks.el (vc-user-login-name):
17587 * vc-svn.el (vc-svn-registered, vc-svn-state)
17588 (vc-svn-dir-extra-headers, vc-svn-find-revision):
17589 * progmodes/grep.el (grep-probe): Let-bind
17590 `process-file-side-effects' with nil.
17591
17592 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
17593
17594 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
17595 daemon. Replace ping by checking for running service for bluez
17596 and zeroconf. (Bug#4239)
17597
d54cc599
GM
175982009-08-25 Kevin Ryde <user42@zip.com.au>
17599
17600 * net/dig.el (dig): Add autoload cookie.
17601
7bfd055d
GM
176022009-08-25 Glenn Morris <rgm@gnu.org>
17603
bac9c66c
GM
17604 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
17605 load-history for absolute file-names.
17606 (byte-compile-file-form-require): Warn about use of the cl package.
17607
7bfd055d
GM
17608 * format.el (format-alist): Doc fix.
17609
5ac1f9e0
GM
17610 * play/bubbles.el (top-level): Don't require cl at run-time.
17611
af62aa88
GM
17612 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
17613 run-time cl).
17614
71e036af
DD
176152009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
17616
17617 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
17618 from cl package.
17619 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
17620
42110eaf
JB
176212009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
17622
17623 * calc/calc-alg.el (math-trig-rewrite)
17624 (math-hyperbolic-trig-rewrite): New functions.
17625 (calc-simplify): Simplify trig functions when asked.
17626
88421f3e
SM
176272009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
17628
17629 * diff-mode.el (diff-find-source-location): Avoid goto-line.
17630
dbd9624e
KH
176312009-08-24 Kenichi Handa <handa@m17n.org>
17632
17633 * language/ind-util.el (mapthread): Delete it.
17634 (combinatorial): New function.
17635 (indian--puthash-cv): Use combinatorial instead of mapthread.
17636
9b89e3ee
GM
176372009-08-22 Kevin Ryde <user42@zip.com.au>
17638
17639 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
17640 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
17641 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
17642 Clarify docstring that the value is strings not symbols.
17643 (checkdoc-list-of-strings-p): New function.
17644
e6ce8c42
GM
176452009-08-22 Glenn Morris <rgm@gnu.org>
17646
2ddf2ea6 17647 * files.el (auto-mode-alist):
a3374680
GM
17648 * hippie-exp.el (he-concat-directory-file-name):
17649 * lpr.el (lpr-windows-system, printer-name):
17650 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
17651 * ps-print.el (ps-windows-system):
17652 * startup.el (command-line):
17653 * emulation/viper-ex.el (viper-glob-function):
17654 * international/mule-cmds.el (set-language-environment-coding-systems):
17655 * net/ange-ftp.el (ange-ftp-write-region):
17656 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 17657 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
17658 unisoft-unix, vax-vms, win32, w32.
17659
977955fa
GM
17660 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
17661 given name if the pattern is not more specific.
17662
b4deec2e
GM
17663 * calendar/lunar.el (lunar-phase-names): New option.
17664 (lunar-phase): Doc fix.
17665 (lunar-cycles-per-year): New constant.
17666 (lunar-index): New function.
17667 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
17668 (lunar-phase-name): Use lunar-phase-names.
17669 (calendar-lunar-phases): Use format.
17670 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
17671
47e83968
GM
17672 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
17673 Copy imenu-example--name-and-position function here for own use.
17674 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
17675
e6ce8c42
GM
17676 * bs.el (bs--redisplay):
17677 * cus-edit.el (custom-redraw):
17678 * ibuffer.el (ibuffer-bury-buffer):
17679 * server.el (server-goto-line-column):
17680 * startup.el (command-line-1):
17681 * strokes.el (strokes-xpm-for-stroke):
17682 * term.el (term-display-buffer-line):
17683 * view.el (View-goto-line):
17684 * calc/calc.el (calc-do, calc-trail-buffer):
17685 * play/gamegrid.el (gamegrid-add-score-insecure):
17686 * progmodes/ada-mode.el (ada-compile-goto-error):
17687 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
17688 (ebrowse-select-1st-to-9nth):
47e83968 17689 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
17690 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
17691 * progmodes/gud.el (gud-display-line):
17692 (idlwave-shell-display-line):
17693 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
17694 * progmodes/make-mode.el (makefile-browser-toggle):
17695 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
17696 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
17697 * textmodes/picture.el (picture-draw-rectangle):
17698 * textmodes/reftex-index.el (reftex-index-goto-letter):
17699 (reftex-select-jump-to-previous):
17700 * textmodes/reftex-sel.el (reftex-find-start-point)
17701 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
17702 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
17703 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
17704 * textmodes/tex-mode.el (tex-compilation-parse-errors):
17705 * textmodes/two-column.el (2C-associated-buffer):
17706 Use forward-line rather than goto-line.
17707
17708 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
17709 goto-line.
17710
4b18bdb3
GM
17711 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
17712 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
17713 (quick-check-list-to-regexp): Declare.
e6ce8c42 17714
72f16325
SM
17715 * progmodes/make-mode.el (makefile-browser-insert-selection):
17716 Use goto-char rather than goto-line.
e6ce8c42
GM
17717
17718 * progmodes/prolog.el (compilation-error-regexp-alist)
17719 (compilation-forget-errors): Declare.
17720
32a2cf25
JL
177212009-08-22 Juri Linkov <juri@jurta.org>
17722
17723 * progmodes/grep.el (lgrep, rgrep): At the beginning
17724 set `dir' to `default-directory' unless `dir' is a non-nil
17725 readable directory. (Bug#4052)
17726 (lgrep, rgrep): Change a weird way to report an error
17727 from using `read-string' to using `error'.
17728 Instead of using interactive arguments in the function body,
17729 add new argument `confirm'.
17730
5443c9b7
SM
177312009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
17732
cb5b40ee
SM
17733 * textmodes/remember.el (remember-buffer):
17734 * progmodes/cperl-mode.el (cperl-vc-header-alist):
17735 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
17736 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
17737 * net/newst-treeview.el (newsticker-groups-filename):
17738 * net/newst-backend.el (newsticker-cache-filename):
17739 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
17740 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
17741 (speedbar-add-ignored-path-regexp, speedbar-line-path)
17742 (speedbar-buffers-line-path, speedbar-path-line)
17743 (speedbar-buffers-line-path):
17744 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
17745 (epg-sign-keys):
17746 * epa.el (epa-display-verify-result):
17747 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
17748
d6261cc1
GM
177492009-08-21 Glenn Morris <rgm@gnu.org>
17750
3e1ea342
GM
17751 * progmodes/js.el (inferior-moz-process): Fix declaration.
17752
ce86eeb5
GM
17753 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
17754
fff28970
GM
17755 * obsolete/rnewspost.el (news-mail-reply):
17756 Use goto-char rather than goto-line.
17757
d93e053b
GM
17758 * term/ns-win.el (ns-open-file-select-line):
17759 Use line-beginning-position rather than goto-line.
17760
d5d105e8
GM
17761 * apropos.el (apropos-command):
17762 * ehelp.el (electric-helpify):
17763 * printing.el (pr-show-setup):
17764 * strokes.el (strokes-help):
17765 * tutorial.el (tutorial--describe-nonstandard-key)
17766 (tutorial--detailed-help):
17767 * woman.el (woman-mini-help, woman-display-extended-fonts):
17768 * calc/calc-help.el (calc-describe-key):
17769 * emulation/edt.el (edt-electric-helpify):
17770 * international/mule-diag.el (mule-diag):
17771 * play/yow.el (apropos-zippy):
17772 * progmodes/python.el (python-describe-symbol):
17773 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
17774 * textmodes/table.el (*table--cell-describe-mode)
17775 (*table--cell-describe-bindings):
17776 Use help-print-return-message rather than the now obsolete alias.
17777
a8ab722f 17778 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
17779 (calendar-cursor-to-visible-date):
17780 * play/5x5.el (5x5-position-cursor):
17781 * play/decipher.el (decipher):
17782 * play/gomoku.el (gomoku-goto-xy):
17783 * play/landmark.el (lm-goto-xy):
17784 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
17785 (mpuz-paint-digit):
17786 Use forward-line, not goto-line.
a8ab722f 17787
d6261cc1
GM
17788 * mail/rmail.el (rmail-obsolete): Delete custom group.
17789 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
17790 (rmail-remote-password, rmail-remote-password-required):
17791 Remove unneeded :set-after and :set properties.
17792
9e846523
MA
177932009-08-21 Michael Albinus <michael.albinus@gmx.de>
17794
17795 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
17796
bbe1f502
DN
177972009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
17798
bcc5db24
DN
17799 * loadup.el: Remove leftover macos code.
17800
bbe1f502
DN
17801 * vc-git.el (vc-git-annotate-command): Run asynchronously.
17802 Explicitly pass the date format to git blame so that user local
17803 so that the output format can be parsed.
17804
6fd2d19a
MA
178052009-08-20 Michael Albinus <michael.albinus@gmx.de>
17806
17807 * net/dbus.el (top): Don't check for (getenv
17808 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
17809
31764e15
SM
178102009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
17811
17812 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 17813 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 17814
28930e39
SM
178152009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
17816
4fd15622 17817 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 17818 Bug#3287
4fd15622 17819
b3d8e4a0
SM
17820 * help.el (help-print-return-message): Rename from
17821 print-help-return-message.
17822
c9829c70
SM
17823 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
17824 cvs-mode-map parent hack.
17825 (log-view-mode): Derive from special-mode.
17826
b932657b
SM
17827 * linum.el (linum-mode): window-size-change-functions is redundant.
17828 Adapt to new window-configuration-change-hook behavior.
17829 (linum-after-size, linum-after-config): Remove.
17830
1b700bca
SM
17831 * imenu.el (imenu-example--name-and-position)
17832 (imenu-example--lisp-extract-index-name)
17833 (imenu-example--create-lisp-index, imenu-example--create-c-index):
17834 Mark as obsolete.
17835
28930e39
SM
17836 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
17837 (inferior-prolog-mode): Use it.
17838 (inferior-prolog-load-file): Reset list of errors.
17839
c9af0b68
KH
178402009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17841
17842 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
17843
17844 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
17845
720c7cd6
MA
178462009-08-19 Michael Albinus <michael.albinus@gmx.de>
17847
17848 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
17849 is running already.
17850
03a74b84
SM
178512009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
17852
17853 * subr.el (listify-key-sequence-1): Use normal syntax since those
17854 integers are nowadays always represented by the same (positive) number
17855 on all platforms.
17856 (read-key-empty-map): New const.
17857 (read-key-delay): New var.
17858 (read-key): New function.
17859 (force-mode-line-update): Use with-current-buffer.
17860 (locate-user-emacs-file): Don't forget to abbreviate the file name.
17861 (start-process-shell-command, start-file-process-shell-command):
17862 Discourage the use of command-args.
17863
f43e88d4
GM
178642009-08-19 Glenn Morris <rgm@gnu.org>
17865
17866 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
17867
890429cc
SM
178682009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
17869
85be9ec4
SM
17870 * simple.el (choose-completion-string): Don't rely on
17871 minibuffer-completing-file-name and ad-hoc checks to decide whether
17872 to continue completion or not.
17873
890429cc
SM
17874 * minibuffer.el (minibuffer-hide-completions): New function.
17875 (completion--do-completion): Use it.
17876 (completions-annotations): New face.
17877 (completion--insert-strings): Use it.
17878 (completion-pcm--delim-wild-regex): Add docstring.
17879 (completion-pcm--string->pattern): Add support for 0-width delimiters
17880 in completion-pcm--delim-wild-regex.
17881
265d4549
SM
178822009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
17883
d440b941
SM
17884 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
17885 Remove unused var `buffer-modified-p'.
17886
265d4549
SM
17887 * minibuffer.el (completion--do-completion): Move point for the #b001
17888 case as well (bug#4176).
17889 (minibuffer-complete, minibuffer-complete-word): Don't move point.
17890
ba6f7d86
MA
178912009-08-18 Michael Albinus <michael.albinus@gmx.de>
17892
17893 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
17894 and :session buses.
17895
98819490
KH
178962009-08-18 Kenichi Handa <handa@m17n.org>
17897
265d4549
SM
17898 * international/ucs-normalize.el (ucs-normalize-version):
17899 Change to 1.1.
58627cf0
KH
17900 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
17901 (utf-8-hfs): Make it perform normalization on encoding too.
17902
98819490
KH
17903 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
17904 (sentence-end-without-space): Delete duplicated chars.
17905 (sentence-end-base): Likewise.
e739cc85
KH
17906
17907 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
17908 (html-mode): Delete duplicated chars from sentence-end-base.
17909
17910 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
17911 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 17912
645b9326
CY
179132009-08-17 Chong Yidong <cyd@stupidchicken.com>
17914
17915 * files.el (hack-one-local-variable): If the mode function is for
17916 a minor mode, pass it an argument (Bug#4148).
17917
56c195af
MA
179182009-08-17 Michael Albinus <michael.albinus@gmx.de>
17919
17920 * net/tramp.el (tramp-register-completion-file-name-handler):
17921 Check also for (member 'partial-completion completion-styles).
17922
7a55c78b
CY
179232009-08-16 Chong Yidong <cyd@stupidchicken.com>
17924
17925 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
17926 abbrev (Bug#3943).
17927
be3e598a 179282009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
17929
17930 * progmodes/cperl-mode.el: Merge upstream 6.2.
17931 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
17932 (cperl-forward-re): Check cperl-brace-recursing.
17933 (cperl-highlight-charclass): New function.
17934 (cperl-find-pods-heres): Use it.
31cd2dd4 17935 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 17936 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 17937 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
17938 (cperl-beautify-level): Don't process entire regexp.
17939 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
17940 calling man.
17941 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
17942 (cperl-init-faces): Build a list in the normal way.
17943
81b1f9c9
CY
179442009-08-16 Chong Yidong <cyd@stupidchicken.com>
17945
17946 * calendar/parse-time.el (parse-time-string-chars): Save match
17947 data.
17948
c3732cb8
SM
179492009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
17950
55659495
SM
17951 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
17952 (sql-product): Use it.
17953 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
17954 (sql-set-product): Add completion.
17955 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
17956 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
17957 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
17958 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
17959 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
17960 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
17961 (sql-highlight-db2-keywords): Remove.
17962 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
17963 (sql-highlight-product): Use derived-mode-p.
17964 (sql-set-sqli-buffer): Use with-current-buffer.
17965 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
17966 Simplify.
17967
1ae79427
SM
17968 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
17969
c3732cb8
SM
17970 * term.el: Fix commenting convention, turn comments into docstrings.
17971
f24b8bf3
CY
179722009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
17973
17974 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
17975
7b6fefac 179762009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 17977
1200ac26 17978 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
17979 character classes, to handle non-ascii characters (Bug#3190).
17980
179812009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 17982
1abbe4e5
CY
17983 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
17984 another heredoc if the user adds another < (Bug#3226).
17985
c3732cb8
SM
17986 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
17987 Don't initialize based on window-system (Bug#4124).
19261da4 17988
daad00fc
CY
17989 * facemenu.el (facemenu-read-color): Use a completion function
17990 that accepts any defined color, such as RGB triplets (Bug#3677).
17991
e1bdde78
CY
17992 * files.el (get-free-disk-space): Change fallback default
17993 directory to /. Expand DIR argument before switching to fallback.
17994 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
17995
9d73a99e
CY
179962009-08-15 Chong Yidong <cyd@stupidchicken.com>
17997
17998 * files.el (load-library): Doc fix.
17999
68b962d4 180002009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 18001
953e0c1a 18002 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 18003 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 18004 incremental search string.
9d73a99e 18005
c3732cb8 18006 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 18007 XEmacs.
9d73a99e 18008
c3732cb8
SM
18009 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
18010 (ediff-merge-region-is-non-clash)
18011 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 18012 Also check if the job is really a merge job.
9d73a99e 18013
c3732cb8 18014 * ediff.el (ediff-current-file): New function.
9d73a99e 18015
2e330adc
CY
180162009-08-15 Chong Yidong <cyd@stupidchicken.com>
18017
18018 * progmodes/js.el: Edit docstrings throughout to follow Emacs
18019 conventions.
c3732cb8 18020 (js-insert-and-indent): Delete function.
2e330adc
CY
18021 (js-mode-map): Don't bind keys to js-insert-and-indent.
18022 (js-beginning-of-defun): Rename from js--beginning-of-defun.
18023 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 18024 (js-auto-indent-flag): Delete variable.
2e330adc 18025
17b5d0f7
CY
180262009-08-14 Chong Yidong <cyd@stupidchicken.com>
18027
c3732cb8
SM
18028 * progmodes/js.el: Remove proclaim statement.
18029 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 18030
ba2d8894
CY
18031 * files.el (auto-mode-alist): Use js-mode for .js files.
18032
c3732cb8 18033 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
18034
18035 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
18036
18037 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
18038
c3732cb8 18039 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
18040
180412009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 18042 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
18043
18044 * progmodes/js.el: New file.
18045
b6377f1d
MH
180462009-08-14 Mark A. Hershberger <mah@everybody.org>
18047
18048 * timezone.el (timezone-parse-date): Add ability to understand ISO
18049 basic format (minimal separators) dates in addition to the
18050 already-supported extended format dates.
18051
bc0eef46
EZ
180522009-08-14 Eli Zaretskii <eliz@gnu.org>
18053
4e021e65
EZ
18054 * international/ucs-normalize.el: Add a `coding' file variable.
18055
bc0eef46
EZ
18056 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
18057
53dab179
SS
180582009-08-14 Sam Steingold <sds@gnu.org>
18059
6801c38a 18060 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 18061
6c58c39c
CY
180622009-08-13 Chong Yidong <cyd@stupidchicken.com>
18063
18064 * faces.el (help-argument-name): Define it here instead of
18065 help-fns.el, because in daemon mode help-fns.el may be loaded when
18066 faces are still uninitialized (Bug#1078).
18067
18068 * help-fns.el (help-argument-name): Move defface to faces.el.
18069
c7baf7e9
NR
180702009-08-13 Nick Roberts <nickrob@snap.net.nz>
18071
18072 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
18073 create buffer with a pty but no process so that GDB can make the
18074 inferior the controlling process.
18075
9c40e995 180762009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
18077
18078 * international/ucs-normalize.el: New file.
18079
8cdba32b
RS
180802009-08-13 Richard Stallman <rms@gnu.org>
18081
5c950923
RS
18082 * mail/rmail.el (rmail-get-attr-names):
18083 Accept an attribute header that is too short.
18084
76e1e40b
RS
18085 * mail/rmail.el (rmail-forget-messages):
18086 Ignore nil elt in rmail-message-vector. Use dotimes.
18087
1fc01b08
RS
18088 * progmodes/compile.el (compilation-goto-locus):
18089 Use next-error-move-function.
18090
8cdba32b
RS
18091 * simple.el (next-error-move-function): New variable.
18092
99910cf4
JL
180932009-08-12 Juri Linkov <juri@jurta.org>
18094
18095 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
18096 always non-nil. (Bug#4052)
18097
18098 * replace.el (read-regexp): Return empty string when
18099 `default-value' is nil.
18100 (keep-lines-read-args): Don't use empty string as the
18101 default value for `read-regexp'. (Bug#2495)
18102
fc5bdf6c
JL
181032009-08-12 Juri Linkov <juri@jurta.org>
18104
18105 * international/mule-cmds.el (ucs-insert): Change arguments
18106 from `arg' to `character', `count', `inherit' to be the same
18107 as in `insert-char'. Doc fix. (Bug#4039)
18108
18109 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
18110
77748848
JL
181112009-08-12 Juri Linkov <juri@jurta.org>
18112
18113 * files-x.el: New file.
18114
18115 * files.el: Move code that deals with adding/deleting
18116 file/directory-local variables to files-x.el.
18117
18118 * Makefile.in (ELCFILES): Add files-x.elc.
18119
c8a44c4e
DD
181202009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
18121
27a9fd5a
DD
18122 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
18123 to use `goto-line'.
18124 (gdb-place-breakpoints, gdb-get-location): Rewritten without
18125 `goto-line'.
18126 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 18127 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 18128 threads list.
107ef54a 18129 (gdb): Send -target-detach when buffer is killed (Bug#3794).
88b5a757 18130 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
18131 (gdb-stopped): ...here so it's sent when first thread stops.
18132 (gdb-registers-handler-custom): Do nothing if register names are
18133 unknown yet.
27a9fd5a 18134
c8a44c4e
DD
18135 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
18136 from `gdb-mi.el' to avoid extra tangling.
18137
18138 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 18139 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
18140 (gdb-update-gud-running): No extra fuss for updating frame number.
18141
dfd4e693
SM
181422009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
18143
51c4341f
SM
18144 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
18145 (describe-language-environment-map, setup-language-environment-map)
18146 (set-coding-system-map): Move initialization into declaration.
18147 (set-language-info-alist): Last arg to define-key-after can be skipped.
18148
18149 * international/quail.el (quail-completion-1): Simplify.
18150 (quail-define-rules): Use slightly more compact code.
18151 (quail-insert-decode-map): Propertize keys, compact columns.
18152
dfd4e693
SM
18153 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18154 Add goto-line.
18155
83326559
MB
181562009-08-10 Miles Bader <miles@gnu.org>
18157
18158 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
18159 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
18160 (js2-instance-member, js2-private-member, js2-private-function-call)
18161 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
18162 (js2-magic-paren, js2-external-variable):
18163 Remove "-face" suffix from face names.
18164 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
18165 (js2-highlight-undeclared-vars, js2-peek-token)
18166 (js2-parse-function-params, js2-mode-show-errors)
18167 (js2-mode-show-warnings, js2-make-magic-delimiter)
18168 (js2-mode-highlight-magic-parens): Update to use new face names.
18169
8e754ea2
MA
181702009-08-09 Michael Albinus <michael.albinus@gmx.de>
18171
18172 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
18173 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
18174
1c292fc7
CY
181752009-08-09 Chong Yidong <cyd@stupidchicken.com>
18176
18d433a7
CY
18177 * subr.el: Provide hashtable-print-readable.
18178
1c292fc7
CY
18179 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
18180 hs-c-like-adjust-block-beginning.
18181 (hs-hide-block-at-point): Stop hiding at the beginning of
18182 hs-block-end-regexp (Bug#700).
18183
2db0ae07
DD
181842009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
18185
18186 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
18187 a macro.
18188 (gdb-registers-handler-custom): Do not fail when register names
18189 are unavailable.
18190
fe4740a6
DD
181912009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
18192
18193 * progmodes/gdb-mi.el (gdb-control-all-threads)
18194 (gdb-control-current-thread): Interactive setters for
18195 `gdb-gud-control-all-threads' to use in menu.
18196 (gdb-show-run-p): Show «Go» when process is not active.
6a7662bb
BR
18197 (gud-tool-bar-map): Add non-stop/A,T indicator.
18198 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 18199
ce299d55
CY
182002009-08-08 Yoni Rabkin <yoni@rabkins.net>
18201
18202 * net/net-utils.el (net-utils-font-lock-keywords): New var.
18203 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
18204 (net-utils-mode): New mode for viewing diagnostic network output.
18205 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
18206 (net-utils-run-simple): New function.
18207 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 18208
7c4654ad
DD
182092009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
18210
18211 * progmodes/gdb-mi.el (gdb-read-memory-custom)
18212 (gdb-memory-set-address, def-gdb-set-positive-number)
18213 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
18214 after changing settings.
18215 (gdb-invalidate-disassembly): Update when first shown.
18216 (gdb-edit-locals-value): Fixed.
18217 (gdb-registers-handler-custom): Print registers in right order and
18218 allow changing register values (only for current thread yet).
9cbac26b
DD
18219 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
18220 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
18221 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6a7662bb
BR
18222 (gdb-locals-handler-custom, gdb-registers-handler-custom):
18223 Thread info in mode name.
9cbac26b 18224 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 18225
0f25a277
EZ
182262009-08-08 Eli Zaretskii <eliz@gnu.org>
18227
18228 * mail/rmail.el (rmail-add-mbox-headers)
18229 (rmail-set-message-counters-counter): Search for
18230 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
18231
b971be60
GM
182322009-08-08 Glenn Morris <rgm@gnu.org>
18233
18234 * Makefile.in (ELCFILES): Update.
18235
a35d3ad8
EZ
182362009-08-07 Eli Zaretskii <eliz@gnu.org>
18237
6a7662bb
BR
18238 * mail/sendmail.el (mail-yank-original):
18239 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
18240 text is yanked.
18241
8b0bcc2e
EZ
18242 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
18243 to "windows" when "pgnuplot" is used.
6a7662bb
BR
18244 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
18245 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
18246 (calc-graph-init): Don't send -display and -geometry to
18247 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
18248 running "pgnuplot -V" with shell-command-to-string.
18249
18250 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
18251 the default.
18252
182532009-08-07 Eli Zaretskii <eliz@gnu.org>
18254
18255 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
18256 org/org-latex.elc.
18257
3bca7ca5
DN
182582009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
18259
3c53763c
DN
18260 * vc-dispatcher.el (vc-resynch-window): Update comment.
18261
3bca7ca5
DN
18262 * term.el (term-handle-ansi-escape): Add comments with the
18263 terminfo capabilities implemented.
18264
7b217360
DD
182652009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
18266
18267 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
18268 (gdb-var-create-handler): Rewritten using JSON parser.
88b5a757
DD
18269 (gdb-propertize-header): Move earlier.
18270 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
18271 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
18272 Refresh disassembly buffers only after threads list have been
18273 update.
18274 (gdb-threads-header, gdb-registers-header): Per-buffer header line
18275 variables.
18276
b4d84ecf
JL
182772009-08-04 Juri Linkov <juri@jurta.org>
18278
18279 * files.el: Commands to add/delete file/directory-local variables.
18280 (read-file-local-variable, read-file-local-variable-value)
18281 (read-file-local-variable-mode, modify-file-local-variable)
18282 (modify-file-local-variable-prop-line)
18283 (modify-dir-local-variable): New functions.
18284 (add-file-local-variable, delete-file-local-variable)
18285 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
18286 (add-dir-local-variable, delete-dir-local-variable)
18287 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
18288 (copy-dir-locals-to-file-locals-prop-line): New commands.
18289
42da39c1
CY
182902009-08-04 Chong Yidong <cyd@stupidchicken.com>
18291
18292 * abbrev.el (insert-abbrev-table-description): Prettify output.
18293 Suggested by Karl Chen.
18294
98bf8494
DD
182952009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
18296
78b9fb28 18297 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 18298 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
18299 (gdb-overlay-arrow-position, gdb-thread-position)
18300 (gdb-disassembly-position): Declare variables.
18301 (gdb-wait-for-pending): Function now.
18302 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
18303 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
18304 compilation goes smoothly.
18305 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
18306 (gdb-non-stop-setting): New customization setting which replaces
18307 `gdb-non-stop' so changing it doesn't break active GDB session.
18308 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
18309 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
18310 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
18311 (gdb-show-threads-by-default): New customization options.
18312 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
18313 routines.
18314 (gdb-get-buffer-create): Send buffers update signal when they are
18315 created.
18316 (gdb-invalidate-locals, gdb-invalidate-registers)
18317 (gdb-invalidate-breakpoints)
18318 (gdb-invalidate-threads, gdb-invalidate-disassembly)
18319 (gdb-invalidate-memory): Accept update signal.
18320 (gdb-current-context-command): Use --frame option.
18321 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
18322 Implement `gdb-frame-number' selection logic.
18323 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
18324 whether to show GUD toolbar buttons.
18325 (gdb-thread-exited): Unselect current thread when it exits.
18326 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
18327 (gdb-mark-line): Routine which sets overlay arrow or inverses
18328 video on fringeless displays.
18329 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
18330 to build aligned columns of data in GDB buffers and set text
18331 properties line-by-line.
18332 (gdb-invalidate-breakpoints)
18333 (gdb-breakpoints-list-handler-custom)
18334 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
18335 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
18336 (gdb-registers-handler-custom): Align data columns.
18337 (gdb-locals-handler-custom): Now prints data like in variable
18338 declarations.
18339 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
88b5a757 18340 Remove confusing buttons.
78b9fb28
DD
18341 (gdb-invalidate-threads): Append --frame.
18342 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
18343 between breakpoints/threads buffers.
18344 (gdb-set-window-buffer): Now can ignore dedicated windows.
18345 (gdb-propertize-header): Use `gdb-set-window-buffer'.
18346 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
18347 (def-gdb-thread-buffer-gud-command): Replaces
18348 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
18349 for fine thread control.
18350 (gdb-preempt-existing-or-display-buffer): New function used to
18351 display bound buffers without breaking window layout.
18352 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
18353 (gdb-select-frame): New version of `gdb-frames-select' which now
18354 sets `gdb-frame-number' so commands may use --frame option instead
18355 of inner debugger state.
18356 (gdb-frame-handler): Do not set `gdb-frame-number'.
18357 (gdb-threads-mode-map): Select threads with mouse.
18358
18359 * progmodes/gud.el (gdb-gud-context-call): Declare function to
18360 avoid compilation warning.
18361 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
18362 `gdb-show-stop-p`.
18363
566f3909
DD
18364 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
18365 Argument `key' renamed to `buffer-type'.
18366 (gdb-current-context-buffer-name): Do not add thread info to
18367 buffer name when no thread is selected.
18368 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
18369 command (bug 3794).
18370 (gdb-thread-selected): Handle `=thread-selected' notification.
18371 (gdb-wait-for-pending): New macro to deal with congestion problems.
18372 (gdb-breakpoints-list-handler-custom): Don't fail on pending
18373 breakpoints.
7b6fefac
JB
18374 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
18375 This fixes problem similar to one described in bug 3947.
566f3909
DD
18376 (gud-menu-map): More menu items.
18377 (gdb-init-1): Reset `gdb-thread-number' to nil.
18378
4a31122c
DD
18379 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
18380 non-stop settings.
18381
18382 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
18383 (gdb-current-context-command): Do not append --thread if
18384 `gdb-thread-number' is nil.
6a7662bb
BR
18385 (gdb-running-threads-count, gdb-stopped-threads-count):
18386 New variables.
4a31122c 18387 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6a7662bb
BR
18388 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
18389 New customization options.
4a31122c
DD
18390 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
18391 GUD commands.
7b6fefac 18392 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
18393 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
18394 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
18395 set `gdb-thread-number' and update `gud-running' properly.
18396 (gdb-running): Update threads list when new threads appear.
18397 (gdb-stopped): Support non-stop operation and new thread switching
18398 logic.
18399 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
18400 (gdb-json-partial-output): New set of JSON routines.
18401 (def-gdb-auto-update-trigger): New `signal-list' optional
18402 argument.
18403 (gdb-thread-list-handler-custom): Update `gud-running',
18404 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
18405 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
18406 (gdb-continue-thread, gdb-step-thread): New commands for fine
18407 thread execution control.
18408 (gud-menu-map): New menu items to switch non-stop options.
18409 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 18410 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
18411
18412 * progmodes/gdb-mi.el (gdb-rules-name-maker)
18413 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
18414 gdb-buffer-rules.
18415 (def-gdb-auto-update-handler): New nopreserve optional argument.
18416 (gdb-stack-list-frames-custom): Print stack from top to bottom.
18417
88b5a757 18418 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
18419 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
18420 (gdb-parent-mode): New mode to derive other GDB modes from.
18421 (gdb-display-disassembly-for-thread)
18422 (gdb-frame-disassembly-for-thread): New commands for threads
18423 buffer.
18424
18425 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
18426 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
18427 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
18428 (gdb-update): We now store all GDB buffers in a list so that they
18429 can be updated by traversing a list instead of calling invalidate
7b6fefac 18430 triggers explicitly.
a5c9f540
DD
18431 (def-gdb-trigger-and-handler): New macro to define trigger-handler
18432 pair for GDB buffer.
18433 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
18434 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
18435 handle pending triggers.
18436 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
18437 (def-gdb-thread-buffer-simple-command)
18438 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
18439 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
18440 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
18441 New commands which show buffers bound to thread.
88b5a757 18442 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 18443
7b6fefac
JB
18444 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
18445 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
18446 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
18447 to (gud-comint-buffer) in *-buffer-name functions
18448 because (gdb-get-target-string) already does that.
18449 (gdb-locals-handler-custom, gdb-registers-handler-custom)
18450 (gdb-changed-registers-handler): Rewritten without regexps.
18451
ba214964 18452 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
18453 (gdb-thread-number): New variable.
18454 (gdb-current-context-command): New macro which adds --thread
18455 option to command.
7b6fefac 18456 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 18457 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 18458 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
18459 (gdb-select-thread): New command which selects current thread.
18460 (gdb-invalidate-frames, gdb-invalidate-locals)
18461 (gdb-invalidate-registers): Use --thread option.
20f12ed8 18462
2ac33804
MA
184632009-08-04 Michael Albinus <michael.albinus@gmx.de>
18464
18465 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 18466 robust. (Bug#3977)
2ac33804
MA
18467 (tramp-handle-insert-file-contents): `unwind-protect' must be
18468 inside `with-parsed-tramp-file-name'.
18469
18470 * net/tramp-gvfs.el (top): Remove superfluous message when loading
18471 fails.
18472
39d0296f
NR
184732009-08-03 Nick Roberts <nickrob@snap.net.nz>
18474
18475 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
18476 directory if CLASSPATH is not set.
18477
adcbca53
MA
184782009-08-03 Michael Albinus <michael.albinus@gmx.de>
18479
7b6fefac
JB
18480 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
18481 New defconst.
7ef849b6 18482 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 18483
30924b0b
CY
184842009-08-02 Kevin Ryde <user42@zip.com.au>
18485
7b6fefac
JB
18486 * net/newst-backend.el (newsticker--raw-url-list-defaults):
18487 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 18488
b6ce92f1
CY
184892009-08-02 Chong Yidong <cyd@stupidchicken.com>
18490
d977a092
CY
18491 * select.el (x-set-selection): Doc fix (Bug#4021).
18492
18493 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
18494
b6ce92f1
CY
18495 * help-fns.el (describe-variable): Treat list return values from
18496 dir-locals-find-file properly (Bug#4005).
18497
7b6fefac 184982009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
18499
18500 * net/tramp.el (tramp-debug-message): Print also microseconds.
18501
185022009-08-02 Michael Albinus <michael.albinus@gmx.de>
18503
18504 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
18505 or END is non-nil.
18506 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
18507 (tramp-get-debug-buffer): Change `outline-regexp' according to new
18508 format.
18509
5ce6e4f4 18510 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
18511 (tramp-get-file-property): Use it.
18512
6a7662bb
BR
18513 * autorevert.el (auto-revert-handler):
18514 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 18515
2aafe808
JR
185162009-08-02 Jason Rumney <jasonr@gnu.org>
18517
18518 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 18519 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 18520
e094097c
CY
185212009-08-02 Chong Yidong <cyd@stupidchicken.com>
18522
18523 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6a7662bb
BR
18524 (font-lock-variable-name-face, font-lock-constant-face):
18525 Darken the colors for light backgrounds.
e094097c 18526
de94f281
EZ
185272009-08-01 Eli Zaretskii <eliz@gnu.org>
18528
18529 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
18530 month names. (Bug#3987)
18531
54b99340
CY
185322009-07-31 Chong Yidong <cyd@stupidchicken.com>
18533
18534 * simple.el (line-move-finish): Pass whole number to
18535 line-move-to-column.
34be836c 18536 (line-move-visual): Perform hscroll to the recorded position.
54b99340 18537
38216c30
JB
185382009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
18539
18540 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
18541
c779896d
CY
185422009-07-29 Alan Mackenzie <acm@muc.de>
18543
18544 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
18545
592ccae0
DD
185462009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
18547
35edc6c6
DD
18548 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
18549 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 18550
5a9e3ab7
JB
185512009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
18552
18553 * calc/calc.el (calc-mode-map): Add keybinding for
18554 `calc-transpose-lines'.
18555
7b6fefac 185562009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
18557
18558 * calc/calc-misc.el (calc-transpose-lines): New function.
18559
905fb90e
MA
185602009-07-28 Michael Albinus <michael.albinus@gmx.de>
18561
18562 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
18563 Simplify check for out-of-band methods.
18564 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
18565 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
18566
76e14464
DN
185672009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
18568
18569 * vc-git.el (vc-git-checkin): Fix typo.
18570
6088b51f 185712009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
18572
18573 * progmodes/js2-mode.el: New file.
18574
b85157fe
NR
185752009-07-28 Nick Roberts <nickrob@snap.net.nz>
18576
18577 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
18578 (gud-menu-map): Adjust tooltip accordingly.
18579
d43c2b06
DN
185802009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
18581
1c0f0c3b
DN
18582 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
18583 (vc-bzr-log-view-mode): Adjust log-view-file-re.
18584
d43c2b06
DN
18585 * add-log.el (change-log-mode-map): Add a menu.
18586
3dec5c36
MA
185872009-07-27 Michael Albinus <michael.albinus@gmx.de>
18588
18589 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
18590 function returns nil.
18591 (dbus-handle-event): Handle special return value :ignore.
18592 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
18593
5704140c
CY
185942009-07-26 Chong Yidong <cyd@stupidchicken.com>
18595
18596 * view.el (view-mode-enable): Don't define Helper-return-blurb if
18597 it's not needed.
18598
3077d1f6
EZ
185992009-07-25 Eli Zaretskii <eliz@gnu.org>
18600
18601 Fix Bug#3888:
18602
18603 * w32-vars.el (x-select-enable-clipboard): Doc fix.
18604
18605 * term/pc-win.el (x-display-name, x-colors)
18606 (x-select-enable-clipboard, x-select-text): Doc fix.
18607
18608 * term/common-win.el (x-display-name, x-colors): Doc fix.
18609
18610 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
18611 (xw-defined-colors): Doc fix.
18612
18613 * w32-fns.el (x-select-text, x-setup-function-keys)
18614 (x-get-selection, x-set-selection): Doc fix.
18615
18616 * term/x-win.el (x-select-text, x-setup-function-keys)
18617 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
18618
18619 * select.el (x-set-selection): Doc fix.
18620
51768bc8
MA
186212009-07-25 Michael Albinus <michael.albinus@gmx.de>
18622
18623 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
18624 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6a7662bb
BR
18625 "IsNSSSupportAvailable" method is not available.
18626 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 18627
b11c2874
KH
186282009-07-24 Kenichi Handa <handa@m17n.org>
18629
18630 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 18631 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
18632 (build-unicode-category-table): Fix range checks.
18633
ba83b7b6
DN
186342009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
18635
18636 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
18637 the buffer we try to sync is current when calling
18638 vc-resynch-buffer.
18639
18640 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
18641 not show up to date files.
18642
7a8ae964
GM
186432009-07-24 Glenn Morris <rgm@gnu.org>
18644
18645 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
18646 Add autoload cookies. If necessary, initialize.
18647 (elint-log): Handle non-file buffers.
18648 (elint-initialize): Add optional argument to reinitialize.
18649 (elint-find-builtin-variables): Save excursion.
18650
a707eb05
DN
186512009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
18652
18653 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
18654 for Lint.
18655
0a2ddfa6
DN
186562009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
18657
d6a62b0d
DN
18658 * vc.el (vc-print-log-internal): New function, split out from ...
18659 (vc-print-log): ... here.
10b5dcad 18660 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 18661
0a2ddfa6
DN
18662 * vc-git.el (vc-git-add-signoff): New variable.
18663 (vc-git-checkin): Use it.
18664 (vc-git-toggle-signoff): New function.
18665 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
18666 (vc-git--run-command-string): Accept a nil FILE argument.
18667 (vc-git-stash-list): New function.
18668 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 18669
589a99f2
GM
186702009-07-23 Glenn Morris <rgm@gnu.org>
18671
18672 * help-fns.el (describe-variable): Describe ignored and risky local
18673 variables in a similar way to that in which we describe safe ones.
18674
18675 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
18676 (byte-compile-output-file-form, byte-compile-output-docform)
18677 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
18678 Give some more local variables with common names a "bytecomp-" prefix,
18679 so as not to shadow things during compilation.
18680 * emacs-lisp/cl-macs.el (load-time-value)
18681 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
18682 `outbuffer' to `bytecomp-outbuffer'.
18683
18684 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
18685 since the next two variables cover them automatically now.
18686 (elint-builtin-variables, elint-autoloaded-variables): New.
18687 (elint-unknown-builtin-args): Remove all members, since they can be
18688 parsed automatically now.
18689 (elint-extra-errors): New.
18690 (elint-env-add-env, elint-env-add-macro): Use cadr.
18691 (elint-current-buffer): Use or. Change final message.
18692 (elint-get-top-forms): Use line-end-position.
18693 (elint-init-env): Use cadr. Handle autoload, declare-function,
18694 and defalias.
18695 (elint-add-required-env): Doc fix. Use or. Standardize error.
18696 (regexp-assoc): Remove unused function.
18697 (elint-top-form): Set elint-current-pos, to record the start of the
18698 top-level form, for compilation-mode.
18699 (elint-form): Trap errors in macro expansion. Use dolist.
18700 (elint-unbound-variable): Use elint-builtin-variables and
18701 elint-autoloaded-variables.
18702 (elint-get-args): Use cadr, or.
18703 (elint-check-cond-form): Use dolist, cadr.
18704 (elint-check-condition-case-form): Doc fix. Use cadr.
18705 Use elint-extra-errors.
18706 (elint-log): New function.
18707 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
18708 Distinguish errors and warnings.
18709 (elint-log-message): Use with-current-buffer. Inhibit read-only.
18710 Use a bytecomp-style format.
18711 (elint-clear-log): Preserve default-directory. Inhibit read-only.
18712 (elint-get-log-buffer): Use compilation mode. Disable undo.
18713 Don't truncate lines.
18714 (elint-initialize): Set builtin and autoloaded variable lists.
18715 Only process elint-unknown-builtin-args if non-nil.
18716 (elint-find-builtin-variables, elint-find-autoloaded-variables):
18717 New functions.
18718 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
18719
855b42a2
GM
187202009-07-22 Kevin Ryde <user42@zip.com.au>
18721
18722 * net/newst-backend.el (newsticker--parse-atom-1.0)
18723 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
18724 (newsticker--parse-rss-1.0):
18725 * progmodes/idlwave.el (idlwave-mode):
18726 * progmodes/idlw-shell.el (idlwave-shell-mode):
18727 * progmodes/vera-mode.el (vera-mode):
18728 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
18729 * progmodes/vhdl-mode.el (vhdl-mode):
18730 * textmodes/table.el (table-generate-source)
18731 (table--warn-incompatibility):
18732 Hyperlink urls in docstrings with URL `...'.
18733
fd413a37
GM
187342009-07-22 Glenn Morris <rgm@gnu.org>
18735
cb711556
GM
18736 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
18737 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
18738 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
18739 Remove leading * from defcustom docs.
18740
fd413a37
GM
18741 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
18742
18743 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
18744 defcustom doc.
18745 (list-load-path-shadows): Optionally, just return shadows as a string.
18746
18747 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
18748
a4f69701
CY
187492009-07-21 Chong Yidong <cyd@stupidchicken.com>
18750
6a7662bb
BR
18751 * mail/rmailedit.el (rmail-edit-mode):
18752 Use auto-save-include-big-deletions.
a4f69701 18753
6a7662bb
BR
18754 * mail/rmail.el (rmail-variables):
18755 Use auto-save-include-big-deletions.
a4f69701
CY
18756
18757 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
18758 changes.
18759
ec06459c
JB
187602009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
18761
18762 * calc/calc.el (calc-undo-length): New variable.
18763 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
18764
b41b0976
RS
187652009-07-21 Richard Stallman <rms@gnu.org>
18766
18767 * files.el (auto-save-mode): Handle buffer-save-size = -2
18768 for toggling mode.
18769
4ed32706
GM
187702009-07-21 Glenn Morris <rgm@gnu.org>
18771
531b1264
GM
18772 * textmodes/ispell.el (ispell-looking-back): Update declaration.
18773
55d27f41
GM
18774 * calendar/todo-mode.el (calendar-current-date): Update declaration.
18775
02df3f4d
GM
18776 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
18777 silence compiler. Instead...
18778 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
18779 (ps-print-ensure-fontified): Update for above function name changes.
18780
fdd8417e
GM
18781 * printing.el (pr-mh-get-msg-num, pr-mh-show)
18782 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
18783 silence compiler. Instead...
18784 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
18785 (mh-show-buffer): Only define for compiler.
18786 (pr-mh-current-message): Update for above function name changes.
18787
4ed32706
GM
18788 * files.el (abort-if-file-too-large): Explicitly pass `filename'
18789 as an argument.
18790 (find-file-noselect, insert-file-1): Update for above change.
18791
18792 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
18793
18794 * mail/mailclient.el (mailclient-send-it): Fix message.
18795
18796 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
18797 (edebug-eval): Check cl-debug-env is bound.
18798 (print-level, print-circle): Don't redefine built-in variables.
18799
18800 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
18801 (custom-print-vectors): Remove old comments from doc.
18802
18803 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
18804 (emerge-version): Make the variable an obsolete alias for the
18805 emacs-version variable. Make the function obsolete.
18806 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
18807 Emerge options, rather than merging in into the main Options menu.
18808 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
18809 and auto advance modes. Disable edit/fast items when not relevant.
18810
86812144
CY
188112009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
18812
18813 * term/vt420.el (terminal-init-vt420): Fix typo.
18814
6bb90094
SS
188152009-07-20 Sam Steingold <sds@gnu.org>
18816
18817 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
18818 variable (removed from compile.el on 2004-03-11).
18819
42e0a725
CY
188202009-07-20 Chong Yidong <cyd@stupidchicken.com>
18821
18822 * files.el (hack-local-variables-filter): Fix last change.
18823
2ee20f24
JL
188242009-07-19 Juri Linkov <juri@jurta.org>
18825
18826 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
18827 (dir-local-variables-alist): New buffer-local variable.
18828 (hack-local-variables-filter): If variable is not dir-local,
18829 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
18830 because file-local overrides dir-local.
3570691b 18831 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
18832 Remove obsolete declaration.
18833 (hack-dir-local-variables): Add dir-local variable/value pair to
18834 `dir-local-variables-alist' and remove duplicates. Doc fix.
18835
18836 * help-fns.el (describe-variable): Add information about
18837 file-local and dir-local variables.
18838
89bf83cd
CY
188392009-07-19 Chong Yidong <cyd@stupidchicken.com>
18840
18841 * files.el (hack-local-variables-filter): Rewrite.
18842
1a8d3541
GM
188432009-07-19 Glenn Morris <rgm@gnu.org>
18844
d9e8a018
GM
18845 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
18846 Silence compiler by only defining on XEmacs.
18847
da332cfb
GM
18848 * international/mule.el (auto-coding-regexp-alist): Only match
18849 BABYL... at the start of buffer, not of lines. (Bug#3790)
18850
1a8d3541
GM
18851 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
18852 non-calendar buffers (Bug#3862). Restore "not on a date" message.
18853 (cal-menu-context-mouse-menu): Doc fix.
18854
18855 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
18856
18857 * simple.el (mail-user-agent): Doc fix. Set :version tag.
18858
d842b103
JL
188592009-07-18 Juri Linkov <juri@jurta.org>
18860
18861 * info.el: Virtual Info keyword finder.
3570691b 18862 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
18863 (Info-finder-file): New variable.
18864 (Info-finder-find-file): New function.
18865 (finder-known-keywords, finder-package-info)
18866 (find-library-name, lm-commentary): Use defvar and
18867 declare-function to silence compiler warnings.
18868 (Info-finder-find-node): New function.
18869 (info-finder): New command.
18870
18871 * subr.el (process-kill-buffer-query-function): New function.
18872 (add-hook)<kill-buffer-query-functions>: Add hook
18873 `process-kill-buffer-query-function'.
18874
10d37df7
AM
188752009-07-18 Alan Mackenzie <acm@muc.de>
18876
7b6fefac 18877 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
18878 (c-postprocess-file-styles): Give invocation of `c-set-style'
18879 DONT-OVERRIDE parameter of t. Already set style variables will
18880 thus not be overridden by style settings given by `c-file-syle'.
18881
18882 * files.el (hack-local-variables-filter): Remove entries with
18883 duplicate keys from `file-local-variables-alist'.
18884
102e1a41
EZ
188852009-07-18 Eli Zaretskii <eliz@gnu.org>
18886
18887 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
18888 x-set-selection if display-selections-p returns nil for the
18889 current frame.
18890
16f2e9fc
CY
188912009-07-18 Chong Yidong <cyd@stupidchicken.com>
18892
18893 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
18894
f22693fc
EZ
188952009-07-18 Eli Zaretskii <eliz@gnu.org>
18896
a6c2c80c
EZ
18897 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
18898 Accept nil in addition to a regexp.
18899 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
18900 Accept nil in addition to a regexp.
18901 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
18902 buffers that have an associated file. Handle nil values of
18903 desktop-buffers-not-to-save and desktop-files-not-to-save.
18904 (Bug#3833)
18905
f22693fc
EZ
18906 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
18907 (x-disown-selection-internal): New functions.
18908
e456379a
NR
189092009-07-18 Nick Roberts <nickrob@snap.net.nz>
18910
18911 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
18912 warning.
18913 (gdb-breakpoints-header): Move forward to avoid compiler warning.
18914 (gdb-make-header-line-mouse-map): Remove duplicate definition.
18915
0013b70f
CY
189162009-07-18 David De La Harpe Golden <david@harpegolden.net>
18917
18918 * simple.el (set-mark): Revert last change.
18919
0855c2ca
CY
189202009-07-17 Tassilo Horn <tassilo@member.fsf.org>
18921
18922 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
18923 rendering of pngs is not possible instead of messaging a long
18924 description.
18925
3f5c9cad
CY
189262009-07-17 David De La Harpe Golden <david@harpegolden.net>
18927
18928 * w32-fns.el (x-selection-owner-p): New function.
18929
18930 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6a7662bb
BR
18931 (mouse-yank-at-click, mouse-yank-primary):
18932 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 18933 insertion.
3f5c9cad
CY
18934
18935 * simple.el (deactivate-mark, set-mark): Only save selection if we
18936 own it.
18937
1fc87f9b
KH
189382009-07-17 Kenichi Handa <handa@m17n.org>
18939
18940 * case-table.el (describe-buffer-case-table): Fix for the case
18941 that KEY is a cons.
18942
d56fdcd2
DN
189432009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
18944
18945 * vc-rcs.el (vc-rcs-find-file-hook):
18946 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
18947
bede3e9f
MA
189482009-07-16 Michael Albinus <michael.albinus@gmx.de>
18949
18950 * net/tramp.el (tramp-wait-for-output): Handle the case when
18951 commands do not return a newline but a null byte before the shell
18952 prompt. (Bug#3858)
18953
7653ca1d
YM
189542009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18955
18956 * term/ns-win.el (ns-set-alpha): Don't declare.
18957 (ns-set-background-alpha): Remove function.
18958
ed2a52e9
SM
189592009-07-16 Kevin Ryde <user42@zip.com.au>
18960
18961 * emacs-lisp/copyright.el (copyright-update): Save match-data across
18962 y-or-n-p, for safety.
18963
7a907299
RS
189642009-07-16 Richard Stallman <rms@gnu.org>
18965
18966 * files.el (auto-save-mode): If buffer-saved-size is -2,
18967 don't clobber it.
18968
18969 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
18970 (rmail-retry-ignored-headers): Add more uninteresting fields.
18971
c0db3477
CY
189722009-07-15 Jari Aalto <jari.aalto@cante.net>
18973
18974 * net/rcirc.el (rcirc): Use history variables.
18975 (rcirc-server-name-history, rcirc-nick-name-history)
18976 (rcirc-server-port-history): New variables.
18977
6c875452
KH
189782009-07-15 Kenichi Handa <handa@m17n.org>
18979
bf974dc9
KH
18980 * international/mule-cmds.el (set-language-environment-charset):
18981 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
18982 ignore them.
18983
6c875452
KH
18984 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
18985 Delete unibyte-display.
18986
2066b4fe
CY
189872009-07-15 Chong Yidong <cyd@stupidchicken.com>
18988
18989 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
18990
f9be2e35
CY
189912009-07-15 Chong Yidong <cyd@stupidchicken.com>
18992
18993 * simple.el (deactivate-mark): Optional argument FORCE.
18994 (set-mark): Use deactivate-mark.
18995
18996 * info.el (Info-search): No need to check transient-mark-mode
18997 before calling deactivate-mark.
18998
18999 * select.el (x-set-selection): Doc fix.
19000 (x-valid-simple-selection-p): Allow buffer values.
6a7662bb
BR
19001 (xselect--selection-bounds): Handle buffer values.
19002 Suggested by David De La Harpe Golden.
f9be2e35 19003
6a7662bb
BR
19004 * mouse.el (mouse-set-region, mouse-drag-track):
19005 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
19006 select-active-regions work.
19007
be3e598a 190082009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
19009
19010 * simple.el (deactivate-mark): If select-active-regions is
19011 non-nil, copy the selection data into a string.
19012 (activate-mark): If select-active-regions is non-nil, set the
19013 selection to the current buffer.
19014 (set-mark): Update selection if select-active-regions is non-nil.
19015
19016 * select.el (x-valid-simple-selection-p): Allow buffer values.
19017
cbd61418
SM
190182009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
19019
19020 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
19021 and more featureful message-mode.
19022
f470187f
CY
190232009-07-14 Chong Yidong <cyd@stupidchicken.com>
19024
19025 * select.el (x-set-selection): Doc fix.
19026 (x-valid-simple-selection-p): Disallow selection data consisting
19027 of a list or cons of integers, since that is not used.
19028 (xselect--selection-bounds, xselect--int-to-cons): New functions.
19029 (xselect-convert-to-string, xselect-convert-to-length)
19030 (xselect-convert-to-filename, xselect-convert-to-charpos)
19031 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
19032
bfc99364
DD
190332009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
19034
19035 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
19036 output in -break-info command (Emacs bug #3794).
19037
e32721f5
GM
190382009-07-14 Glenn Morris <rgm@gnu.org>
19039
1e46f9e4
GM
19040 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
19041 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
19042 (edebug-print-length, edebug-print-level, edebug-print-circle)
19043 (edebug-sit-for-seconds, edebug-view-outside)
19044 (edebug-bounce-point, edebug-set-global-break-condition)
19045 (edebug-Go-nonstop-mode, edebug-trace-mode)
19046 (edebug-Trace-fast-mode, edebug-continue-mode)
19047 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
19048 (edebug-visit-eval-list): Doc fixes.
19049
e32721f5
GM
19050 * subr.el (def-edebug-spec): Doc fix.
19051
66a85e76
KH
190522009-07-14 Kenichi Handa <handa@m17n.org>
19053
19054 * international/characters.el: Fix setting of category ?C.
19055
28571246
JD
190562009-07-13 Jan Djärv <jan.h.d@swipnet.se>
19057
7b6fefac 19058 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
19059 ns-popup-font-panel instead of generate-fontset-menu.
19060
5d74672c
EZ
190612009-07-12 Eli Zaretskii <eliz@gnu.org>
19062
7b6fefac 19063 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 19064
eb1727a4
CY
190652009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
19066
19067 * arc-mode.el (archive-find-type): Allow for a PK00 string before
19068 the PK\003\004 header (Bug#3770).
19069
208384c5
CY
190702009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
19071
19072 * pcomplete.el (pcomplete-comint-setup): Check for
19073 shell-dynamic-complete-filename too.
19074
774409a1
CY
190752009-07-11 Chong Yidong <cyd@stupidchicken.com>
19076
19077 * simple.el (temporary-goal-column): Change the value for
19078 line-move-visual to a cons cell.
19079 (line-move-visual): Record or set the window hscroll, if
19080 necessary (Bug#3494).
19081 (line-move-1): Handle cons value of temporary-goal-column.
19082
1639ee1d
KH
190832009-07-11 Kenichi Handa <handa@m17n.org>
19084
19085 * international/mule-diag.el (describe-character-set): Don't show
19086 width.
19087
2b1d2412
SS
190882009-07-10 Sam Steingold <sds@gnu.org>
19089
19090 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19091 Omake sometimes indents the errors it prints, so allow all
19092 regexps to start with spaces.
19093
ed3a5691
EZ
190942009-07-10 Eli Zaretskii <eliz@gnu.org>
19095
ed2a52e9
SM
19096 * cus-edit.el (customize-changed-options-previous-release):
19097 Bump value to 22.1. (Bug#3804)
ed3a5691 19098
49405d0e
SS
190992009-07-08 Sam Steingold <sds@gnu.org>
19100
19101 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
19102 to be a cons cell (test . ignored-directory) to selectively ignore
19103 some directories depending on the location of the search.
19104
93c3eb7c
MA
191052009-07-08 Michael Albinus <michael.albinus@gmx.de>
19106
19107 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
19108 remote user is root, on the local host.
19109 (tramp-local-host-p): Either the local user or the remote user
19110 must be root. (Bug#3771)
19111
6f2a8484
NR
191122009-07-08 Nick Roberts <nickrob@snap.net.nz>
19113
19114 * progmodes/gdb-mi.el (gdb): Remove description of
19115 gdb-use-separate-io-buffer.
69cb8d82 19116 (menu): Don't allow toggling of or enable
6f2a8484
NR
19117 gdb-use-separate-io-buffer from menubar.
19118
88d03607
CY
191192009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
19120
19121 * mail/unrmail.el (unrmail): Make sure the message ends with two
19122 newlines (Bug#3769).
19123
7ef5b8b2
GM
191242009-07-08 Glenn Morris <rgm@gnu.org>
19125
19126 * calendar/calendar.el (calendar-current-date): Rework previous change.
19127
3ce82f97
GM
191282009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
19129
19130 * calendar/calendar.el (calendar-current-date):
19131 Add an optional argument giving an offset from today.
19132
f35fc841
GM
191332009-07-08 Glenn Morris <rgm@gnu.org>
19134
19135 * tutorial.el (tutorial--describe-nonstandard-key):
19136 Adjust the message for when a key has been unbound.
19137 (help-with-tutorial): Hide the arch-tag.
19138
40149292
KH
191392009-07-08 Kenichi Handa <handa@m17n.org>
19140
69cb8d82
KH
19141 * international/fontset.el (setup-default-fontset): For each
19142 script, append (not set) font-specs.
19143
40149292
KH
19144 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
19145 docstring.
19146
ff0c4194
NR
191472009-07-08 Nick Roberts <nickrob@snap.net.nz>
19148
19149 * progmodes/gdb-mi.el (gdb-init-1): Move sending
19150 -data-list-register-names to ...
19151 (gdb-starting): ... here because GDB 7.0 requires execution to
19152 have started when using this MI command.
19153 (gdb-set-header): New function to distinguish select and
19154 unselected tabs in gdb buffers.
19155 (gdb-propertize-header): New macro that uses gdb-set-header.
19156 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 19157 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 19158
8954c675
CY
191592009-07-07 Chong Yidong <cyd@stupidchicken.com>
19160
19161 * Makefile.in (ELCFILES): Remove fadr.elc.
19162
0996385d
DD
191632009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
19164
dc6b4519
DD
19165 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
19166 may contain frame information, so `string-match' should be used.
19167 (gdb-update): Disassembly is invalidated through
19168 `gdb-get-selected-frame'.
19169 (gdb-pad-string): New function to pad string with spaces.
19170 (gdb-invalidate-disassembly): Invalidate only if the buffer
19171 exists.
19172 (gdb-disassembly-handler-custom): Column alignment.
19173 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
19174 placing new ones.
19175 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
19176 end of line, too.
19177 (gdb-frame-handler): Match convention to for disassembly buffer
19178 mode name.
17c1380b 19179 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
19180 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
19181 not highlight breakpoints without line information.
69a197a2 19182 (gdb-input): Add trailing newline to command.
dc6b4519 19183
14340b25
DD
19184 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
19185 buffer properly.
19186 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 19187 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
19188 now.
19189 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
19190 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
19191 to place breakpoints.
14340b25
DD
19192 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
19193 functions.
19194 (gdb-disassembly-handler-custom): Show overlay arrow.
19195 (gdb-disassembly-place-breakpoints): Show breakpoints in
19196 disassembly buffer.
19197 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 19198 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 19199 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 19200 in `gud-menu-map'.
14340b25 19201
38d4f316 19202 * fadr.el: Remove.
1f2a6224 19203
7b6fefac 19204 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 19205 (gdb-memory-address): New variable which holds top address of
7b6fefac 19206 memory page shown in memory buffer.
6a7662bb
BR
19207 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
19208 New customization variables.
0996385d
DD
19209 New functions:
19210 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
19211 display the memory buffer.
19212 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
19213 buffer display parameters.
19214 (def-gdb-memory-format, gdb-memory-format-binary)
19215 (gdb-memory-format-octal, gdb-memory-format-unsigned)
19216 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
19217 Functions for setting memory buffer format.
19218 (gdb-memory-unit-word, gdb-memory-unit-halfword)
19219 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
19220 unit size used in memory buffer.
6a7662bb
BR
19221 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
19222 Switch to next/previous page of memory buffer.
28d67a53 19223 Now using (bindat-get-field) instead of fadr functions.
0996385d 19224
9ba562d3
SS
192252009-07-07 Sam Steingold <sds@gnu.org>
19226
19227 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
19228 non-top-level files.
19229
a43977db
KH
192302009-07-07 Kenichi Handa <handa@m17n.org>
19231
6a7662bb
BR
19232 * international/mule-cmds.el (reset-language-environment):
19233 Put the highset priority to the charset iso-8859-1.
a43977db 19234
d44d05e8
CY
192352009-07-06 Chong Yidong <cyd@stupidchicken.com>
19236
19237 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
19238 to the end of the line when locating the block (Bug#700).
19239
3e2fa353
MA
192402009-07-06 Michael Albinus <michael.albinus@gmx.de>
19241
19242 * net/tramp.el (tramp-handle-write-region): Flush file properties
19243 in case of short track.
19244
be3e598a 192452009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 19246
bf0b361c
JB
19247 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
19248 Coded custom representation of verilog error regular expressions
19249 to work with Emacs-22's new format.
d88782c3 19250 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 19251 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
19252 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
19253 error recognition into XEmacs.
19254 (verilog-error-regexp-add-emacs): Hook routine to install verilog
19255 error recognition into Emacs-22.
19256
25c6f63e
CY
192572009-07-06 Chong Yidong <cyd@stupidchicken.com>
19258
19259 * woman.el: Remove stand-alone closing parentheses.
19260 (woman-file-name, woman2-format-paragraphs)
19261 (woman-leave-blank-lines): Code cleanup.
19262 (woman-use-own-frame): Change default to nil.
6a7662bb
BR
19263 (woman-italic, woman-bold, woman-unknown, woman-addition):
19264 Change defaults to inherit from default faces.
25c6f63e
CY
19265 (woman2-process-escapes): Consume the newline after a stand-alone
19266 filler character (Bug#3651).
19267
f176290e
GM
192682009-07-06 Glenn Morris <rgm@gnu.org>
19269
19270 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
19271 (top-level): Move provide to the end.
19272 (ffap): Remove defunct URL from custom group.
19273
19274 * subr.el (eval-after-load): Doc fix.
19275
7b6fefac 192762009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
19277
19278 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
19279 `calc-embedded-word' is called twice.
19280
4b8b1ec5
SM
192812009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19282
19283 * files.el (find-alternate-file-other-window, find-alternate-file):
19284 Obey confirm-nonexistent-file-or-buffer.
19285
d6ceb380
MA
192862009-07-05 Michael Albinus <michael.albinus@gmx.de>
19287
19288 * dired-aux.el (dired-show-file-type): Handle remote files.
19289
be3e598a 192902009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 19291
4b8b1ec5
SM
19292 * desktop.el (desktop-globals-to-save):
19293 Add file-name-history (Bug#2750).
c760f19e 19294
6d00ce04
CY
192952009-07-05 Chong Yidong <cyd@stupidchicken.com>
19296
4b8b1ec5 19297 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 19298
6ee21b07
JB
192992009-07-04 Johan Bockgård <bojohan@gnu.org>
19300
19301 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
19302 property on entire argument since this is what eshell-lisp-command
19303 expects.
19304
f0dbdc25
MA
193052009-07-03 Michael Albinus <michael.albinus@gmx.de>
19306
19307 * net/tramp-gvfs.el (tramp-gvfs-methods)
19308 (tramp-gvfs-zeroconf-domain)
19309 (tramp-bluez-discover-devices-timeout): Add version flag.
19310 (tramp-gvfs-handler-mounted-unmounted)
19311 (tramp-gvfs-connection-mounted-p): Polish handling of
19312 incompatibilities between GVFS 0.2 and 1.0.
19313
e044e4fc
JD
193142009-07-03 Jan Djärv <jan.h.d@swipnet.se>
19315
4b8b1ec5 19316 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 19317
2e9b968b
JB
193182009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
19319
bf0b361c 19320 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
19321 formatted correctly.
19322
baf1a55e
JL
193232009-07-02 Juri Linkov <juri@jurta.org>
19324
19325 * info.el: Virtual Info files and nodes.
19326 (Info-virtual-files, Info-virtual-nodes): New variables.
19327 (Info-current-node-virtual): New variable.
19328 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
19329 New functions.
19330 (Info-file-supports-index-cookies): Use Info-virtual-file-p
19331 to check for a virtual file instead of checking a fixed list
19332 of node names.
19333 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
19334 instead of ad-hoc processing of "dir" and (apropos history toc).
19335 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
19336 instead of ad-hoc processing of "dir" and (apropos history toc).
19337 Reread a file when moving from a virtual node.
19338 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
19339 (Info-directory-toc-nodes, Info-directory-find-file)
19340 (Info-directory-find-node): New functions.
19341 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
19342 (Info-history): Move part of code to
19343 `Info-history-find-node'.
19344 (Info-history-toc-nodes, Info-history-find-file)
19345 (Info-history-find-node): New functions.
19346 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
19347 (Info-toc): Move part of code to `Info-toc-find-node'.
19348 (Info-toc-find-node): New function.
4b8b1ec5 19349 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
19350 the current Info file name to references because now the node
19351 "*TOC*" belongs to the same Info manual.
4b8b1ec5 19352 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
19353 (Info-toc-nodes): Rename input argument `file' to `filename'.
19354 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
19355 instead of ad-hoc processing of ("dir" apropos history toc).
19356 (Info-index-nodes): Use Info-virtual-file-p
19357 to check for a virtual file instead of checking a fixed list
19358 of node names.
19359 (Info-index-node): Add check for `Info-current-node-virtual'.
19360 Raise `save-match-data' higher up the tree to contain
19361 `search-forward' too (bug fix).
19362 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
19363 (Info-virtual-index-nodes): New variable.
19364 (Info-virtual-index-find-node, Info-virtual-index): New functions.
19365 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
19366 (Info-apropos-file, Info-apropos-nodes): New variables.
19367 (Info-apropos-toc-nodes, Info-apropos-find-file)
19368 (Info-apropos-find-node, Info-apropos-matches): New functions.
19369 (info-apropos): Move part of code to `Info-apropos-find-node' and
19370 `Info-apropos-matches'.
19371 (Info-mode-map): Bind "I" to `Info-virtual-index'.
19372 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
19373 for a virtual file instead of checking a fixed list of node names.
19374
19375 * simple.el (async-shell-command): New command.
19376
19377 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
19378
19379 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
19380 instead of `mount-info'.
19381
d04bc496
MA
193822009-07-02 Michael Albinus <michael.albinus@gmx.de>
19383
19384 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 19385 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 19386
af0403e0
KH
193872009-07-02 Kenichi Handa <handa@m17n.org>
19388
19389 * international/mule.el (set-keyboard-coding-system): Force *-unix
19390 coding-system to avoid eol conversion.
19391
99278f8a
MA
193922009-07-01 Michael Albinus <michael.albinus@gmx.de>
19393
4b8b1ec5
SM
19394 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
19395 Add handler for `process-file', `shell-command' and
99278f8a
MA
19396 `start-file-process'.
19397 (tramp-gvfs-handle-shell-command)
19398 (tramp-gvfs-handle-start-file-process)
19399 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 19400 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 19401
3f1c6666
JD
194022009-07-01 Jan Djärv <jan.h.d@swipnet.se>
19403
19404 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
19405
3f396bac
KH
194062009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
19407
19408 * language/korean.el (set-language-info-alist): Add korean-cp949,
19409 cp949 to spec.
19410
c1185193
KH
194112009-07-01 Kenichi Handa <handa@m17n.org>
19412
19413 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
19414
19415 * international/encoded-kb.el: Deleted.
19416
19417 * international/mule.el (set-keyboard-coding-system): Perform the
19418 necessary setup here instead of calling encoded-kbd-setup-display.
19419
3f150a60
GM
194202009-07-01 Glenn Morris <rgm@gnu.org>
19421
19422 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
19423
b0d5b05b
GM
194242009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
19425
19426 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
19427
4f4126e6
MA
194282009-06-30 Michael Albinus <michael.albinus@gmx.de>
19429
4b8b1ec5
SM
19430 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
19431 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 19432 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 19433
7ae3ea65 19434 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
19435 (top): Add a default for "synce" in `tramp-default-user-alist'.
19436 Add completion function for "synce" method.
19437 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
19438 (tramp-hal-interface-manager, tramp-hal-interface-device):
19439 New defconst.
19440 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
19441 (tramp-synce-list-devices, tramp-synce-parse-device-names):
19442 New defuns.
d6ceb380
MA
19443
19444 * net/trampver.el: Update release number.
7ae3ea65 19445
0ad6626b
KH
194462009-06-30 Kenichi Handa <handa@m17n.org>
19447
19448 * international/fontset.el (setup-default-fontset): Add CJK fonts
19449 for symbols and the other miscellaneous characters.
19450
4b8b1ec5
SM
19451 * language/korea-util.el (setup-korean-environment-internal):
19452 Make char-width-table suitable for Korean environments.
0ad6626b
KH
19453 (exit-korean-environment): Cancel above.
19454
19455 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
19456 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 19457 setup-function to make char-width-table suitable for respective
0ad6626b
KH
19458 environments, and an exit-function to cancel that.
19459
19460 * language/japan-util.el (setup-japanese-environment-internal):
19461 Call use-cjk-char-width-table with arg `ja_JP'.
19462
19463 * international/characters.el (cjk-char-width-table): Delete it.
19464 (cjk-char-width-table-list): New variable.
19465 (use-cjk-char-width-table): New arg local-name.
19466 (use-default-char-width-table): Fix for the case that Emacs is
19467 already using the default char-width-table.
19468
fd46e893
MA
194692009-06-29 Michael Albinus <michael.albinus@gmx.de>
19470
19471 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
19472 modes mandatory. (Bug#3712)
19473
b87d9f96
AM
194742009-06-29 Alan Mackenzie <acm@muc.de>
19475
19476 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 19477 correction between the visible width of TABs and their number of bytes.
b87d9f96 19478
2d25aa5a
CY
194792009-06-29 Chong Yidong <cyd@stupidchicken.com>
19480
19481 * server.el (server-buffer-done): Prevent kill-buffer from
19482 prompting by clearing the buffer modification flag (Bug#3696).
19483
a3a8b002
DN
194842009-06-28 Michael McNamara <mac@mail.brushroad.com>
19485
bf0b361c 19486 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 19487 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
19488 (verilog-basic-complete-re): Support localparam lineup.
19489 (verilog-beg-of-statement-1): Fix for robustness, unique case.
19490 (verilog-set-auto-endcomments): Fix for unique case, always_comb
19491 commenting.
19492 (verilog-leap-to-case-head): Now support *nested* unique &
19493 priority case statements.
19494 (verilog-auto-lineup): Make just declarations the default (as it
19495 had been).
4b8b1ec5 19496 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 19497 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 19498 select the various styles of automatic lineup.
a3a8b002
DN
19499 (verilog-error-regexp-alist): Rework to support the XEmacs style
19500 of error regular expressions from compilers, lint tools &
19501 simulators. Note that GNU Emacs has made it impossible for a mode
19502 to load such things.
19503 (electric-verilog-terminate-line, verilog-indent-declaration)
19504 (verilog-auto-wiure): Rework for radio button selection of
19505 auto-lineup selection of specification of auto lineup.
19506 (verilog-beg-of-statement-1): Redesign to support proper operation
19507 in additional code, based on testing with auto-lineup.
19508 (verilog-calculate-indent, assignments & declarations)
19509 (verilog-backward-token): Enhance to support auto-lineup of
19510 assignments & declarations.
19511 (verilog-in-directive-p, verilog-at-struct-p): New function for
19512 easy test of whether we are.
19513 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
19514 to support safe execution at almost anyline.
19515 (verilog-calc-1): Properly support indenting deep inside generate
19516 blocks.
48c2d18a 19517 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 19518 as it is redundant with font-lock-defaults.
a8f316ca 19519 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
19520 to avoid circular calls if syntax-ppss is a function (as is the
19521 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 19522 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
19523 (verilog-ovm-begin-re, verilog-ovm-end-re)
19524 (verilog-ovm-statement-re, verilog-leap-to-head)
19525 (verilog-backward-token): Add support for OVM macros. Some are
19526 complete statements, and others open and close scopes like begin
19527 and end.
19528 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
19529 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 19530 compilation issue.
48c2d18a 19531 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 19532 coverpoint, constraint and cross statements.
a3a8b002
DN
19533 (verilog-defun-level-list, verilog-generate-defun-level-list)
19534 (verilog-all-defun-level-list): Redo these specifications - it is
19535 too hard to support eval-when compile aggregation of lists also
19536 built at when-compile time.
19537 (verilog-defun-level-list): Place defconsts of variables used in
19538 building regular expressions which are built in eval-when-compile
19539 bodies in the same eval-when-compile body to facilitate compile
19540 without load.
19541 (verilog-beg-block-re-ordered): Support indenting
19542 virtual/protected tasks and functions.
7b6fefac 19543 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
19544 (verilog-backward-ws&directives, verilog-calc-1): Speed up
19545 indentation of some module items (generate items).
19546 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
19547 across virtual/protected tasks and functions.
19548
195492009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
19550
bf0b361c 19551 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 19552 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
19553 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
19554 in concatenations. Reported by Yishay Belkind.
19555 (verilog-auto-ascii-enum): Support one-hot state machines in
19556 AUTOASCIIENUM. Suggested by Lloyd Gomez.
19557 (verilog-auto-inst, verilog-auto-inst-port): Include interface
6a7662bb
BR
19558 modport in AUTOINST and add vl-modport for users.
19559 Reported by David Rogoff.
a3a8b002
DN
19560 (verilog-auto-inout-module, verilog-auto-inst)
19561 (verilog-decls-get-interfaces, verilog-insert-definition)
19562 (verilog-insert-one-definition, verilog-read-decls)
19563 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
19564 (verilog-sig-modport, verilog-signals-combine-bus)
19565 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
19566 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
19567 Suggested by David Rogoff.
19568 (verilog-repair-open-comma): Fix non-insertion of comma when
19569 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
19570 (verilog-make-width-expression): Simplify [A-1:0] expression
19571 widths to just {A{1'b0}}.
19572 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
19573 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
19574 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
19575 inputs/outputs or data type. Suggested by Vasu Kandadi.
19576 (next-error-last-buffer): Fix byte-compiler warning.
19577 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
19578 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 19579 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 19580 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
19581 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
19582 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 19583 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
19584 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
19585 causing use of <= assignments. Reported by Alex Reed.
19586 (verilog-read-decls): Fix triand, trior, wand, wor to be
19587 recognized by AUTOWIRE. Reported by Spencer Isaacson.
19588 (verilog-extended-complete-re): Support import "DPI-C" functions.
19589 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 19590 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
19591 (verilog-insert-date, verilog-insert-year)
19592 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
19593 Windows systems. Reported by Michael Potts.
19594 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 19595 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 19596 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 19597 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
19598 (verilog-read-decls): Fix detecting "parameter int" when using
19599 AUTOINSTPARAM. Reported by Bruce T.
19600 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 19601 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 19602 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
19603 verilog-goto-defun will work. Reported by Lawrence Butcher.
19604 (verilog-getopt): Expand environment variables in -f file
19605 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 19606 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
19607 when reading enumerations.
19608 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
19609 Suggested by Stephen Peltan.
4b8b1ec5 19610 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
19611 files. Reported by Steve Peltan.
19612
f7c0d931
CY
196132009-06-28 David De La Harpe Golden <david@harpegolden.net>
19614
19615 * files.el (trash-directory): Fix defcustom type.
19616
baf1a55e 196172009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
19618
19619 * help-fns.el (describe-function-1): Correctly locate adviced
19620 functions in hyperlink (Bug#2438).
19621
d63a01ef
CY
196222009-06-28 Chong Yidong <cyd@stupidchicken.com>
19623
19624 * files.el (trash-directory): Change default to nil.
19625 (move-file-to-trash): If trash-directory is nil and
19626 system-move-file-to-trash is unbound, perform freedesktop-style
19627 trashing.
19628
196292009-06-28 David De La Harpe Golden <david@harpegolden.net>
19630
19631 * files.el (move-file-to-trash): Add freedesktop trash
19632 support (Bug#973).
19633
fc2f6a26
GM
196342009-06-28 Glenn Morris <rgm@gnu.org>
19635
19636 * autorevert.el (global-auto-revert-non-file-buffers)
19637 (global-auto-revert-mode): Doc fixes.
19638
00242b07
JB
196392009-06-27 Johan Bockgård <bojohan@gnu.org>
19640
19641 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
19642
f5594f03
CY
196432009-06-27 Chong Yidong <cyd@stupidchicken.com>
19644
e8a2b2da
CY
19645 * faces.el (x-handle-named-frame-geometry): Ensure that we have
19646 opened an X connection before calling x-get-resource (Bug#3194).
19647
f5594f03
CY
19648 * play/doctor.el: Remove reference to obsolete website.
19649 (make-doctor-variables): Correct grammar mistake (Bug#2633).
19650
3c3bf6ce
DN
196512009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
19652
19653 Remove find-file-not-found-hook VC method. (Bug#2757)
19654 * vc-hooks.el (vc-file-not-found-hook)
19655 (vc-default-find-file-not-found-hook): Remove functions.
19656 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
19657 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
19658 * vc.el:
19659 * vc-hg.el:
19660 * vc-git.el: Do not mention find-file-not-found-hook VC method.
19661
e26a7bc0
AM
196622009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
19663
19664 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 19665 compatibility function for `looking-back'.
e26a7bc0 19666
4b8b1ec5 19667 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 19668 Use `ispell-looking-back'.
e26a7bc0 19669
d9848600
MA
196702009-06-24 Michael Albinus <michael.albinus@gmx.de>
19671
19672 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 19673 rather than `filename'.
d9848600 19674
05fbc4a9
MB
196752009-06-23 Miles Bader <miles@gnu.org>
19676
19677 * face-remap.el (text-scale-set): New function.
19678
f86ca715
GM
196792009-06-23 Glenn Morris <rgm@gnu.org>
19680
33e2c2e5
GM
19681 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
19682
f529f302
GM
19683 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
19684
34995333
GM
19685 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
19686
cc80ccee
GM
19687 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
19688
84cb770d
GM
19689 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
19690 Simplify Persian conditionals.
19691
d916c965
GM
19692 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
19693 variable `filename'.
19694
b6a44b27
GM
19695 * comint.el (comint-insert-input): Doc fix.
19696
f86ca715
GM
19697 * Makefile.in (ELCFILES): Fix typo in previous change.
19698
666e158e
MB
196992009-06-23 Miles Bader <miles@gnu.org>
19700
19701 * cus-start.el: Add entry for `recenter-redisplay'.
19702
be3e598a 197032009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
19704
19705 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
19706 Add an optional argument for the backend, use it instead of
19707 calling vc-backend.
4b8b1ec5
SM
19708 (vc-mode-line): Add an optional argument for the backend.
19709 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
19710 special handling for vc-state being a buffer to ...
19711
19712 * vc-rcs.el (vc-rcs-find-file-hook):
19713 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
19714
19715 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
19716 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
19717 vc-stay-local-p and vc-mode-line calls.
19718
19719 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
19720 (vc-cvs-diff, vc-cvs-annotate-command)
19721 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
19722 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
19723 vc-mode-line calls.
19724
19725 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
19726 direct comparison.
19727 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
19728 backend when calling vc-mode-line.
19729 (vc-register): Do not create a closure for calling the vc register
19730 function, call it directly.
19731
2764748c
DN
197322009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
19733
19734 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
19735 to make it obvious item can be clicked.
f5a0b281
DN
19736
19737 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
19738
d4a885b2
KH
197392009-06-23 Kenichi Handa <handa@m17n.org>
19740
19741 * language/korea-util.el (korean-key-bindings): Change the binding
19742 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
19743 same command.
19744
e3610693
MA
197452009-06-22 Michael Albinus <michael.albinus@gmx.de>
19746
19747 Sync with Tramp 2.1.16.
19748
19749 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
19750
19751 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
19752 when a loading of a package fails. Completion function for rsync
19753 is `tramp-completion-function-alist-ssh'.
19754 (all): Replace all calls of `split-string' and
19755 `tramp-split-string' by `tramp-compat-split-string'.
19756 (tramp-default-method): Use `tramp-compat-process-running-p'.
19757 (tramp-default-proxies-alist): Allow also Lisp forms.
19758 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 19759 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
19760 (tramp-domain-regexp): Allow also "-", "_" and ".".
19761 (tramp-end-of-output): Remove newlines, and add "$" at the end.
19762 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
19763 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
19764 (tramp-handle-directory-files-and-attributes-with-stat):
19765 Care about filenames with spaces, or starting with "-".
e3610693
MA
19766 (tramp-handle-dired-uncache): New defun.
19767 (tramp-handle-insert-directory): Don't flush the directory from
19768 cache, this is handled by `dired-uncache' now.
19769 (tramp-handle-insert-file-contents): Improve error handling.
19770 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19771 Quote `tramp-end-of-output'.
19772 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
19773 (tramp-check-for-regexp): Both echoes must be present, before removing.
19774 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
19775 (tramp-compute-multi-hops): Eval cons cells of
19776 `tramp-default-proxies-alist'.
19777 (tramp-maybe-open-connection): Use the same command pattern for
19778 first hop and further hops.
19779 (tramp-wait-for-output): Remove handling of newlines.
19780 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
19781 (tramp-split-string): Remove function. It is handled in
19782 tramp-compat now.
19783
4b8b1ec5
SM
19784 * net/tramp-cmds.el (tramp-bug):
19785 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
19786
19787 * net/tramp-compat.el (tramp-compat-split-string)
19788 (tramp-compat-process-running-p): New defuns.
19789
19790 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
19791 for `dired-uncache'.
19792
19793 * net/tramp-gvfs.el: New package.
19794
4b8b1ec5
SM
19795 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
19796 Add handler for `dired-uncache'.
e3610693
MA
19797 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
19798
19799 * net/trampver.el: Update release number. Make version check fit
19800 for SXEmacs 22.
19801
13a3f374
JM
198022009-06-22 Jim Meyering <meyering@redhat.com>
19803
e0a28a3b 19804 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
19805 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
19806 XZ is the successor to LZMA: <http://tukaani.org/xz/>
19807
5242671e 198082009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 19809 Nick Roberts <nickrob@snap.net.nz>
13a3f374 19810
e0a28a3b 19811 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
19812 repository (http://sphinx.net.ru/hg/gdb-mi/).
19813
3fde45af
GM
198142009-06-22 Glenn Morris <rgm@gnu.org>
19815
46253b34
GM
19816 * files.el (dir-locals-collect-mode-variables): Allow for any number of
19817 `mode' and `eval' entries. (Bug#3430)
19818
97e18192
GM
19819 * Makefile.in (ELCFILES): Add fadr.elc.
19820
731a00fb
GM
19821 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
19822 differing behavior of \n and ^ in strings. (Bug#3385)
19823
c66cd0ff
GM
19824 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
19825
3fde45af
GM
19826 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
19827 property.
19828 (lisp-indent-function): Make it a defcustom.
19829
db2241a0
NR
198302009-06-21 Nick Roberts <nickrob@snap.net.nz>
19831
19832 * progmodes/gdb-ui.el: Replace with ...
5242671e 19833 * progmodes/gdb-mi.el: ... this file.
db2241a0 19834 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
19835
198362009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
19837
db2241a0
NR
19838 * fadr.el: New file.
19839
38d4f316 19840See ChangeLog.14 for earlier changes.
e3d51b27
MR
19841
19842;; Local Variables:
19843;; coding: utf-8
e3d51b27
MR
19844;; End:
19845
775f75bc 19846 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
e3d51b27
MR
19847
19848 This file is part of GNU Emacs.
19849
19850 GNU Emacs is free software: you can redistribute it and/or modify
19851 it under the terms of the GNU General Public License as published by
19852 the Free Software Foundation, either version 3 of the License, or
19853 (at your option) any later version.
19854
19855 GNU Emacs is distributed in the hope that it will be useful,
19856 but WITHOUT ANY WARRANTY; without even the implied warranty of
19857 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19858 GNU General Public License for more details.
19859
19860 You should have received a copy of the GNU General Public License
19861 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.