Remove leading `*' from nxml defcustom docs.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
c879436a
GM
12010-12-03 Glenn Morris <rgm@gnu.org>
2
65beee52
GM
3 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
4 * nxml/rng-nxml.el, nxml/rng-valid.el:
5 Remove leading `*' from defcustom docs.
6
ad961a00
GM
7 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
8 (normal-top-level-add-to-load-path, tty-handle-args):
9 Convert comments to basic doc-strings.
10
c5fd0ab5
GM
11 * net/browse-url.el (browse-url-url-at-point)
12 (browse-url-default-browser): Remove autoload cookies.
13
f62f063d
GM
14 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
15 Remove more undefined cl functions.
16
c879436a
GM
17 * vc/diff.el (diff-sentinel): Make new arguments optional.
18 * ibuf-ext.el (diff-sentinel): Update declaration.
19
3721e124
DU
202010-12-03 Daiki Ueno <ueno@unixuser.org>
21
22 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
23 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
24 (epg-context-set-passphrase-callback): Mention that the callback
25 is not called when used with GnuPG 2.x.
26
66feec8b
MA
272010-12-02 Michael Albinus <michael.albinus@gmx.de>
28
29 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
30 (tramp-file-name-port): Check also for `tramp-default-port'.
31 (tramp-get-connection-name): New defun.
32 (tramp-get-connection-process): Use it.
33 (tramp-debug-message): Extend function exclude list.
34 (tramp-drop-volume-letter): Fix doc string.
35
36 * net/tramp-cmds.el: Remove solved todo item.
37
38 * net/tramp-efs.el:
39 * net/tramp-ftp.el:
40 * net/tramp-gvfs.el:
41 * net/tramp-gw.el:
42 * net/tramp-imap.el:
43 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
44 and `tramp-default-user-alist', respectively.
45
46 * net/tramp-gw.el (tramp-gw-open-connection): Use
47 `tramp-get-connection-name' and `tramp-get-connection-buffer'.
48
49 * net/tramp-imap.el (tramp-imap-make-iht): Use just
50 `tramp-file-name-port'.
51
52 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
53 and "psftp". Exchange "%k" marker with options.
54 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
55 Compute size of link target.
56 (tramp-do-copy-or-rename-file-out-of-band). Move setting of
57 `tramp-current-*' up due to gateway methods. Optimze computing of
58 copy arguments. Use `tramp-get-connection-name' and
59 `tramp-get-connection-buffer'. Improve debug messages.
60 (tramp-compute-multi-hops): Remove port determination.
61 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
62
63 * net/trampver.el: Update release number.
64
bd77c2ef
GM
652010-12-02 Glenn Morris <rgm@gnu.org>
66
05907bb3
GM
67 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
68 Avoid infinite loop over windows. (Bug#7492)
69
bd77c2ef
GM
70 * progmodes/flymake.el (flymake-check-file-limit):
71 Allow nil to mean "no limit".
72 (flymake-check-patch-master-file-buffer): Update for above change.
73 Allow a .tex file-name extension to be optional.
74 (flymake-master-tex-init): Also match \include statements.
75
f7ca27a1
SS
762010-11-30 Sam Steingold <sds@gnu.org>
77
78 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
79 (nxml-parent-document-set): A function to set `nxml-parent-document'.
80 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
81 (nxml-mode-hook): Remove `defcustom' (auto-defined by
82 define-derived-mode').
83 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
84 users who want to call `nxml-parent-document-set'.
85
402c8a49
CY
862010-11-27 Chong Yidong <cyd@stupidchicken.com>
87
88 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
89 stand-alone lines, since that is handled by log-edit-match-to-eoh
90 (Bug#6465).
91
d1882ac7
EW
922010-11-27 Eduard Wiebe <usenet@pusto.de>
93
94 * dired.el (dired-get-filename): Replace backslashes with slashes
95 in file names on MS-Windows, needed by `locate'. (Bug#7308)
96 * locate.el (locate-default-make-command-line): Don't consider
97 drive letter and root directory part of
98 `directory-listing-before-filename-regexp'. (Bug#7308)
99 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
100
07976ae3 1012010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
09ffa822
SM
102
103 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
104 of :smie-open/close-alist.
105 (smie-next-sexp): Make it accept a "start token" as argument.
106 (smie-indent-keyword): Be careful not to misidentify tokens that span
107 more than one line, as empty lines. Add argument `token'.
108
07976ae3 1092010-11-27 Kenichi Handa <handa@m17n.org>
3d9ee611 110
afde451a
KH
111 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
112 multipart subtypes, insert all as usual.
113
3d9ee611
KH
114 * mail/rmail.el: Require rfc2047.
115
07976ae3 1162010-11-27 Kenichi Handa <handa@m17n.org>
d1be4ec2
KH
117
118 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
119 (rmail-mime-entity-disposition)
120 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
121 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
122 (rmail-mime-save): Handle the case that the button's `data' is a
123 MIME entity.
124 (rmail-mime-insert-text): New function.
125 (rmail-mime-insert-image): Handle the case that DATA is a MIME
126 entity.
127 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
128 (rmail-mime-insert-bulk): New function mostly copied from the old
129 rmail-mime-bulk-handler.
130 (rmail-mime-multipart-handler): Just call
131 rmail-mime-process-multipart.
132 (rmail-mime-process-multipart): New funciton mostly copied from
133 the old rmail-mime-multipart-handler.
134 (rmail-mime-show): Just call rmail-mime-process.
135 (rmail-mime-process): New funciton mostly copied from the old
136 rmail-mime-show.
137 (rmail-mime-insert-multipart, rmail-mime-parse)
138 (rmail-mime-insert, rmail-show-mime)
139 (rmail-insert-mime-forwarded-message)
140 (rmail-insert-mime-resent-message): New functions.
141 (rmail-insert-mime-forwarded-message-function): Set to
142 rmail-insert-mime-forwarded-message.
143 (rmail-insert-mime-resent-message-function): Set to
144 rmail-insert-mime-resent-message.
145
146 * mail/rmailsum.el: Require rfc2047.
147 (rmail-header-summary): Handle multiline Subject: field.
148 (rmail-summary-line-decoder): Change the default to
149 rfc2047-decode-string.
150
151 * mail/rmail.el (rmail-enable-mime): Change the default to t.
152 (rmail-mime-feature): Change the default to `rmailmm'.
153 (rmail-quit): Delete the specifal code for rmail-enable-mime.
154 (rmail-display-labels): Likewise.
155 (rmail-show-message-1): Check rmail-enable-mime, and use
156 rmail-show-mime-function for a MIME message. Decode the headers
157 according to RFC2047.
158
07976ae3 1592010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
33aeea0e
SM
160
161 * progmodes/which-func.el (which-func-imenu-joiner-function):
162 Return a string, as expected.
163 (which-function-mode): Make sure we stop any previous timer before
164 starting a new one.
165
07976ae3 1662010-11-27 Michael Albinus <michael.albinus@gmx.de>
e40fc745
MA
167
168 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
169 (tramp-default-user-alist, tramp-default-proxies-alist):
170 Adapt custom options type. (Bug#7445)
e40fc745 171
07976ae3 1722010-11-27 Chong Yidong <cyd@stupidchicken.com>
ae3da38a
CY
173
174 * progmodes/python.el: Add Ipython support (Bug#5390).
175 (python-shell-prompt-alist)
176 (python-shell-continuation-prompt-alist): New options.
177 (python--set-prompt-regexp): New function.
33aeea0e
SM
178 (inferior-python-mode, run-python, python-shell):
179 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
180 prompt based on the Python interpreter.
181 (python--prompt-regexp): New var.
182 (python-check-comint-prompt)
183 (python-comint-output-filter-function): Use it.
184 (run-python): Use a pipe (Bug#5694).
185
07976ae3 1862010-11-27 Chong Yidong <cyd@stupidchicken.com>
1d851570
CY
187
188 * progmodes/python.el (run-python): Doc fix.
189 (python-keep-current-directory-in-path): New var (Bug#7454).
190
07976ae3 1912010-11-27 Chong Yidong <cyd@stupidchicken.com>
76dabd37
CY
192
193 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
194 Prompt user before actually printing.
195
0b839457
GM
1962010-11-27 Glenn Morris <rgm@gnu.org>
197
198 * startup.el (package-enable-at-startup, package-initialize):
199 Remove unnecessary declarations.
200
96107967
EZ
2012010-11-27 Eli Zaretskii <eliz@gnu.org>
202
203 * international/characters.el (glyphless-char-display-control):
204 Exclude newline and TAB from the c0-control group.
205
a140ec5f
GM
2062010-11-27 Glenn Morris <rgm@gnu.org>
207
82445062
GM
208 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
209 (expand-mail-aliases): Remove unnecessary autoload.
210
08b5f072
GM
211 * allout.el (allout-command-prefix, allout-mode-map): Declare.
212
e96d4147
GM
213 * shell.el (shell-dir-cookie-re): Move definition before use.
214
a140ec5f
GM
215 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
216 Replace undefined CL functions.
217
a2249e66
EZ
2182010-11-26 Eli Zaretskii <eliz@gnu.org>
219
228482b2
EZ
220 * simple.el (prog-mode): Set bidi-paragraph-direction to
221 left-to-right.
222
a2249e66
EZ
223 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
224
d01d7b8d
GM
2252010-11-26 Glenn Morris <rgm@gnu.org>
226
227 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
228 diary-outlook-formats can be sensitive to calendar-date-style.
229 (diary-outlook-formats): Simplify the default setting.
230 (diary-from-outlook-internal): Pass subject and body as arguments.
231 Use dolist rather than dotimes. Don't save the diary buffer.
232 (diary-from-outlook-gnus, diary-from-outlook-rmail):
233 Pass subject and body as explicit arguments to the -internal function.
234
b3ea64a3
LMI
2352010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
236
237 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
238 parsing them. This makes mailto:...?subject=foo\nbar work.
239
d5e7b0d8
SM
2402010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
241
242 * vc/diff.el (diff): Fix last change.
243
872ab164
SM
2442010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
245
246 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
247 (pcase--dontcare-upats): New var.
248 (pcase-let, pcase-let*): Generate better code.
249 Accept the same bodies as `let'.
250 (pcase-dolist): New macro.
251 (pcase--trivial-upat-p): New helper function.
252 (pcase--expand): Strip leading "(let nil" if any.
253
876d1684
LMI
2542010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
255
7bd9b9d8
LMI
256 * mail/mailclient.el (browse-url): Require.
257 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
258 use the external browser function to send the mail (bug#7469).
259
876d1684
LMI
260 * net/browse-url.el (browse-url-browser-function): Revert the
261 default back to the previous value, since the new value broke
262 mailclient.el.
263 (browse-url-mailto-function): New variable for mailto: URLs.
264 (browse-url): Use the new variable for mailto: URLs.
265
6e13206c
SM
2662010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
267
268 * eshell/esh-cmd.el (eshell-parse-command):
269 * eshell/esh-arg.el (eshell-parse-arguments):
270 * eshell/em-script.el (eshell-source-file):
271 Use with-silent-modifications.
272
3d92f44e
CY
2732010-11-23 Chong Yidong <cyd@stupidchicken.com>
274
275 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
276 for a merge location.
277
278 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
279 (vc-bzr-merge-branch): Always prompt.
280 (vc-bzr-async-command): Use the full branch filename.
281
8f5f1e68
SM
2822010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
283
284 * shell.el (shell): Use current-buffer by default if it's already
285 a shell mode buffer and its process is dead.
286 Suggested by <jemarch@gnu.org>.
287
331460ac
TH
2882010-11-23 Tassilo Horn <tassilo@member.fsf.org>
289
8f5f1e68
SM
290 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
291 Mention that the keywords should be comma separated.
331460ac 292
2c3160c5
CY
2932010-11-23 Chong Yidong <cyd@stupidchicken.com>
294
295 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
296 Accept optional prefix arg meaning to prompt for a command.
297 (vc-update): Use vc-BACKEND-pull if available. Accept optional
298 prefix arg meaning to prompt for a command.
299 (vc-pull): Alias for vc-update.
300
301 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
302 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
303 (vc-bzr-merge-branch): New functions, implementing merge-branch
304 and pull operations.
305
b2e44819
SM
3062010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
307
8a0eb852
SM
308 * Makefile.in: Fix up last merge.
309
b2e44819
SM
310 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
311 (diff-sentinel): Get them as arguments instead.
312 (diff-old-file, diff-new-file, diff-extra-args): Remove.
313 (diff-file-local-copy, diff-better-file-name): New funs.
314 (diff-no-select): Rename from diff-into-buffer.
315 Support buffers additionally to files. Move `buf' arg. Don't display buf.
316 Prefer closures to buffer-local variables.
317 (diff): Adjust accordingly.
318 (diff-buffer-with-file): Move from files.el.
319 * files.el (diff-buffer-with-file): Move to vc/diff.el.
320 (diff-buffer-internal): Remove.
321 (diff-buffer-buffer): Remove.
322 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
323 the buffer name used, and so as not to mess up windows and frames.
324
6a7662bb
BR
3252010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
326
327 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
328 (diff-buffer-internal): New function extracted from diff-buffer-with-file
329 (diff-buffer-with-file): Use it.
330 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
331 (diff): Use it.
332
c799747b
TH
3332010-11-22 Tassilo Horn <tassilo@member.fsf.org>
334
335 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
336 \ref's or \pageref's value as default instead of initial input.
337
e274eb13
MA
3382010-11-21 Michael Albinus <michael.albinus@gmx.de>
339
340 * files.el (backup-by-copying-when-mismatch): The default value is
341 now t.
342
343 * startup.el (normal-top-level):
344 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
345 `backup-by-copying-when-mismatch'.
346
77af54d7
JD
3472010-11-21 Jan Djärv <jan.h.d@swipnet.se>
348
349 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
350
4e2f7d2a
CY
3512010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
352
6a7662bb
BR
353 * progmodes/python.el (python-font-lock-keywords):
354 Highlight top-level augmented assignments (Bug#6445).
4e2f7d2a 355
b7d1e144
JD
3562010-11-21 Jan Djärv <jan.h.d@swipnet.se>
357
358 * term/ns-win.el (ns-right-control-modifier)
359 (ns-right-command-modifier): Defvar them.
360
361 * cus-start.el (all): Add ns-right-control-modifier and
362 ns-right-command-modifier (Bug#7458).
363
c11cc37a
GM
3642010-11-20 Glenn Morris <rgm@gnu.org>
365
366 * emacs-lisp/authors.el (authors-ignored-files)
367 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
368
7dcd777e
TH
3692010-11-20 Tassilo Horn <tassilo@member.fsf.org>
370
371 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
372 (report-emacs-bug-parse-query-results)
373 (report-emacs-bug-create-existing-bugs-buffer): Pass through
374 keywords used for querying the bug database to show them in the
375 existing bugs buffer.
376
d2bd5189
JD
3772010-11-20 Jan Djärv <jan.h.d@swipnet.se>
378
379 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
380
381 * info.el (info-tool-bar-map): Add some :vert-only keywords.
382
0e7c0582
EZ
3832010-11-20 Eli Zaretskii <eliz@gnu.org>
384
385 * international/characters.el (glyphless-char-display-control):
386 Make it a defcustom, with update-glyphless-char-display as its
387 :set attribute.
388 (top level): Don't call update-glyphless-char-display.
389
7398933f
MA
3902010-11-20 Michael Albinus <michael.albinus@gmx.de>
391
392 Sync with Tramp 2.2.0.
393
394 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
395 `file-remote-p' (due to compatibility).
396
397 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
398 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
399
400 * net/trampver.el: Update release number.
401
1cd64aae
EZ
4022010-11-20 Eli Zaretskii <eliz@gnu.org>
403
404 * faces.el (glyphless-char): Define value for `pc'.
405
614316a7
TH
4062010-11-20 Tassilo Horn <tassilo@member.fsf.org>
407
26214810
EZ
408 Implemented a bug querying mechanism.
409 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
614316a7
TH
410 (report-emacs-bug-create-existing-bugs-buffer)
411 (report-emacs-bug-parse-query-results)
26214810 412 (report-emacs-bug-query-existing-bugs): New functions.
614316a7 413
9061f667
TH
4142010-11-19 Tassilo Horn <tassilo@member.fsf.org>
415
416 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
417 a \ref{} or \pageref{} macro, then use its value as initial input.
418
1265829e
JB
4192010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
420
421 * calc/calc-units.el (math-build-units-table-buffer):
422 calc/README: Mention that the TeX specific units won't use the
423 `tex' prefix in TeX mode.
424 calc/calc-lang.el (math-variable-table): Don't use the `tex'
425 prefix for units in TeX mode.
426
9fca7811
SM
4272010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
428
429 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
430 * comint.el (comint-kill-region): Make the yank-handler argument
431 obsolete.
9fca7811 432
4a47c275 4332010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
88bf1bec 434
e2f454c4
SM
435 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
436 that are both openers (resp. closers) and something else.
437 (smie-grammar): Loosen definition of valid values.
438 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
439 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
440 (smie-indent-after-keyword): Adjust users.
441 (smie-indent-keyword): Don't indent empty lines.
442
88bf1bec
SM
443 * vc-hg.el (vc-hg-program): New var.
444 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
445 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
446
4a47c275 4472010-11-18 Glenn Morris <rgm@gnu.org>
4c0eb0d3
GM
448
449 * emacs-lisp/autoload.el (autoload-find-destination): The function
450 coding-system-eol-type may return non-numeric values. (Bug#7414)
451
4a47c275 4522010-11-18 Ulrich Mueller <ulm@gentoo.org>
bf6442c3
UM
453
454 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
455
4a47c275 4562010-11-18 Eli Zaretskii <eliz@gnu.org>
e68afd74
EZ
457
458 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
459
4a47c275 4602010-11-18 Chong Yidong <cyd@stupidchicken.com>
de02effd
CY
461
462 * textmodes/picture.el (picture-mouse-set-point): Don't use
463 posn-col-row; explicitly compute the motion based on the posn at
464 the window-start (Bug#7390).
465
4a47c275 4662010-11-18 Glenn Morris <rgm@gnu.org>
f0a698ab
GM
467
468 * novice.el (disabled-command-function):
469 Fix 2009-11-15 change. (Bug#7384)
470
4a47c275 4712010-11-18 Glenn Morris <rgm@gnu.org>
29f30ab7
GM
472
473 * calendar/calendar.el (diary-iso-date-forms): Make elements
474 mutually exclusive. (Bug#7377)
475
4a47c275 4762010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10b40d2e
SM
477
478 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
479 when filling the remaining "unconstrained" values.
480
4a47c275 4812010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7bea8c7a 482
acef0722
SM
483 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
484 safety predicate.
485
486 * files.el (safe-local-variable-p): Gracefully handle errors.
487
7bea8c7a
SM
488 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
489 Use smie-indent-virtual when indenting relative to an opener.
490 (smie-rule-separator): Use smie-rule-parent.
491 (smie-indent-keyword): Consult rules, even for openers at bol.
492 (smie-indent-comment-close): Try to align closer's content.
493
4a47c275 4942010-11-18 Glenn Morris <rgm@gnu.org>
b010e1ba
GM
495
496 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
497
4a47c275 4982010-11-18 Glenn Morris <rgm@gnu.org>
c790cad4 499
aa514451
GM
500 * printing.el (pr-menu-bind): Doc fix.
501
32b636de
GM
502 * speedbar.el (speedbar-toggle-images): Doc fix.
503
bc1d5cdf
GM
504 * progmodes/python.el (python-shell): Doc fix.
505
c790cad4
GM
506 * wid-edit.el (widget-field-use-before-change)
507 (widget-use-overlay-change): Doc fixes.
508
c51bb5d2
SM
5092010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
510
8bbb7dd8
SM
511 Minor cleanup to improve style.
512 * textmodes/rst.el (rst-update-section): Use point-marker.
513 (rst-get-decoration): Eliminate unneeded assignment.
514 (rst-promote-region, rst-straighten-decorations)
515 (rst-section-tree, rst-adjust): Use point-marker.
516 (rst-toc-mode-mouse-goto): Avoid setq.
517 (rst-shift-region-guts, rst-shift-region-left)
518 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
519 (rst-convert-bullets-to-enumeration): Use copy-marker.
520
b7e270a2
SM
521 * minibuffer.el (completion-fail-discreetly): New var.
522 (completion--do-completion): Use it.
523
c51bb5d2
SM
524 * electric.el (electric-pair-pairs): New var.
525 (electric-pair-post-self-insert-function): Use it.
526 (electric-layout-post-self-insert-function): Don't insert a before
527 newline unless it's actually needed.
528
c04f2ac0
SM
5292010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
530
bac2de0f
SM
531 * progmodes/python.el (run-python): Explain why we remove the current
532 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
533
c04f2ac0
SM
534 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
535
7100ff98
SM
5362010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
537
03f70355
SM
538 * progmodes/octave-mod.el: Rely on elecric-*-modes.
539 (octave-mode-map): Don't bind ;, SPC, and LF.
540 (octave-auto-indent, octave-auto-newline): Remove.
541 (electric-layout-rules): Declare.
542 (octave-mode): Set electric-layout-rules.
543 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
544 (octave-reindent-then-newline-and-indent, octave-electric-semi)
545 (octave-electric-space): Remove.
546
7100ff98
SM
547 * electric.el (electric-layout-mode): New minor mode.
548 (electric--after-char-pos): New function.
549 (electric-indent-post-self-insert-function): Use it.
550 (electric-layout-rules): New var.
551 (electric-layout-post-self-insert-function): New function.
552 (electric-indent-mode): Make them interact better.
553
cca982d0
SM
5542010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
555
556 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
557 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
558 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
559
84992dff
AM
5602010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
561
562 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
563 Make sure to check inside the word (Bug#6761).
564
afa42fe3
CY
5652010-11-14 Chong Yidong <cyd@stupidchicken.com>
566
567 * startup.el (command-line): If the cursorColor resource is set,
568 change the cursor face-spec (Bug#7392).
569
a798747d 5702010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1c9b9df0 571
a798747d 572 The main features of the following allout.el changes are:
1c9b9df0
KM
573 - implement user customization for the allout key bindings
574 - add a customization control by which the user can inhibit use of
a798747d 575 a trailing Ctrl-H, so by default it's reserved for use with
1c9b9df0
KM
576 describe-prefix-bindings
577 - adapt to new version of called-interactively-p, while
a798747d 578 maintaining backwards compatibility with old version
1c9b9df0
KM
579 - fix hotspot navigation so i works properly with meta-modified keys
580
a798747d
GM
581 * allout.el (allout-keybindings, allout-bind-keys)
582 (allout-keybindings-binding, allout-prefixed-keybindings)
583 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
584 (allout-keybindings-list, allout-mode-map-adjustments)
585 (allout-setup-mode-map): Establish allout-mode keymaps as user
586 customizable settings, and also establish a customizable setting which
587 regulates whether or not a trailing control-h is reserved for use with
588 describe-prefix-bindings - and inhibit it by default, so that control-h
589 *is* reserved for describe-prefix-bindings unless the user changes it.
590
591 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
592 and accurately between modified and unmodified events, and handle
1c9b9df0
KM
593 modified events more comprehensively.
594
a798747d
GM
595 * allout.el (allout-substring-no-properties):
596 Alias to use or provide version of `substring-no-properties'.
597 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1c9b9df0 598
a798747d
GM
599 * allout.el (allout-next-single-char-property-change):
600 Alias to use or provide version of `next-single-char-property-change'.
601 (allout-annotate-hidden, allout-hide-by-annotation):
602 Use `allout-next-single-char-property-change'.
1c9b9df0 603
a798747d
GM
604 * allout.el (allout-select-safe-coding-system):
605 Alias to use or provide version of `select-safe-coding-system'.
606 (allout-toggle-subtree-encryption):
607 Use `allout-select-safe-coding-system'.
1c9b9df0 608
a798747d
GM
609 * allout.el (allout-set-buffer-multibyte):
610 Alias to use or provide version of `set-buffer-multibyte'.
611 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1c9b9df0 612
a798747d
GM
613 * allout.el (allout-called-interactively-p): Macro for using the
614 different versions of called-interactively-p identically, depending on
615 the subroutine's argument signature.
616 (allout-back-to-current-heading, allout-beginning-of-current-entry):
617 Use `(interactive "p")' instead of `(called-interactively-p)'.
1c9b9df0 618
a798747d
GM
619 * allout.el (allout-init, allout-ascend, allout-end-of-level)
620 (allout-previous-visible-heading, allout-forward-current-level)
621 (allout-backward-current-level, allout-show-children):
622 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1c9b9df0 623
a798747d
GM
624 * allout.el (allout-before-change-handler):
625 Exempt edits to the (overlaid) character after the allout outline
626 bullet from edit confirmation prompt.
1c9b9df0 627
a798747d
GM
628 * allout.el (allout-add-resumptions):
629 Ensure that it respects correct buffer for keybindings.
1c9b9df0 630
a798747d
GM
631 * allout.el (allout-beginning-of-line):
632 Use `allout-previous-single-char-property-change' alias for the sake of
633 diverse compatibility.
1c9b9df0 634
a798747d
GM
635 * allout.el (allout-end-of-line):
636 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1c9b9df0 637
0216b738
CY
6382010-11-13 Chong Yidong <cyd@stupidchicken.com>
639
640 * frame.el (frame-notice-user-settings): Don't clobber other
641 user-set parameters when calling face-set-after-frame-default in
642 response to background-color parameter (Bug#7373).
643
0eb025fb
EZ
6442010-11-13 Eli Zaretskii <eliz@gnu.org>
645
646 * international/characters.el (glyphless-char-display-control):
4a9f985c
EZ
647 Renamed from glyphless-char-control; all users changed. Doc fix.
648 Signal an error if display method is not one of the recognized
649 symbols.
0eb025fb 650
6e060cee
MA
6512010-11-13 Michael Albinus <michael.albinus@gmx.de>
652
653 * net/tramp-compat.el (tramp-compat-line-beginning-position)
654 (tramp-compat-line-end-position): Remove them.
655
656 * net/tramp.el (tramp-parse-rhosts-group)
657 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
658 (tramp-parse-hosts-group, tramp-parse-passwd-group)
659 (tramp-parse-netrc-group, tramp-parse-putty-group)
660 * net/tramp-cmds.el (tramp-append-tramp-buffers)
661 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
662 (tramp-sh-handle-file-selinux-context)
663 (tramp-sh-handle-file-name-all-completions)
664 (tramp-sh-handle-insert-directory)
665 (tramp-sh-handle-expand-file-name, tramp-find-executable)
666 (tramp-wait-for-output, tramp-send-command-and-read)
667 * net/tramp-smb.el (tramp-smb-read-file-entry)
668 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
669
670 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
671 `point-at-bol'.
672 (tramp-remote-coding-commands): Add an alternative using "base64
673 -d -i". This is needed for older base64 versions from GNU
674 coreutils. Reported by Klaus Reichl
675 <Klaus.Reichl@thalesgroup.com>.
676
8da5345f
HN
6772010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
678
679 * simple.el (count-words-region): New function.
680
c156a63b
SM
6812010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
682
78835dd0
SM
683 * shell.el (shell-dir-cookie-re): New custom variable.
684 (shell-dir-cookie-watcher): New function.
685
ebff325e
SM
686 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
687 and compilation-mode (bug#7350).
688
4e9e1584
SM
689 * vc/smerge-mode.el (smerge-refine): Choose better default part to
690 highlight when one of them is empty.
691
4490f875
SM
692 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
693 trailing space.
694 (skeleton-newline): New function.
695 (skeleton-internal-1): Use it.
696
c156a63b
SM
697 * simple.el (open-line): `newline' may strip trailing space.
698
f3bb9e16
KR
6992010-11-12 Kevin Ryde <user42@zip.com.au>
700
701 * international/mule-cmds.el (princ-list): Use mapc.
702
7847454a
GM
7032010-11-12 Glenn Morris <rgm@gnu.org>
704
705 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
706 Use it to replace all instances of "*Compile-Log*"
707
aa310257
SM
7082010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
709
710 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
711 indentation specs.
712
cbf83ce9
SM
7132010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
714
715 * progmodes/modula2.el: Use SMIE and skeleton.
716 (m2-mode-syntax-table): (*..*) can be nested.
717 Add //...\n. Fix paren syntax.
718 (m2-mode-map): Remove LF and TAB bindings.
719 (m2-indent): Add safety property.
720 (m2-smie-grammar): New var.
721 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
722 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
723 (m2-mode): Use define-derived-mode.
724 (m2-newline, m2-tab): Remove.
725 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
726 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
727 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
728 (m2-import): Use define-skeleton.
729
e7c4fb1e
GM
7302010-11-11 Glenn Morris <rgm@gnu.org>
731
b3e4c911
GM
732 * obsolete/lucid.el: Don't warn about any CL functions in this file.
733
b3e22bd4
GM
734 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
735 (ls-lisp-verbosity): Add custom :set-after property.
736 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
737 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
738 (ls-lisp-insert-directory): Update caller.
606dcd9e
GM
739 (ls-lisp-set-options): New function.
740 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
741 Doc fix.
b3e22bd4 742
55a4b4fe
GM
743 * play/landmark.el (lm-prompt-for-move):
744 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
745
e7c4fb1e
GM
746 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
747
748 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
749 (idlwave-study-twins): Prefix dynamic local variable `name'.
750 (idlwave-routine-twin-compare): Update for above change.
751
752 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
753 Prefix dynamic local variables `name', `kwd', and `link'.
754 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
755 * progmodes/idlw-complete-structtag.el
756 (idlwave-complete-structure-tag-help):
757 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
758 (idlwave-complete-sysvar-tag-help)
759 (idlwave-complete-class-structure-tag-help):
760 Update for above name changes.
761
afe2870b
LMI
7622010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
763
764 * net/browse-url.el (browse-url-browser-function): Change the
765 default to use `browse-url-mail' on mailto: URLs.
766
fbe3be3f
CY
7672010-11-10 Chong Yidong <cyd@stupidchicken.com>
768
cbf83ce9
SM
769 * emacs-lisp/package.el (package-read-all-archive-contents):
770 Reset package-archive-contents to nil before re-reading.
fbe3be3f 771
a7cfbaea 7722010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
bd4532fc
AM
773
774 * textmodes/flyspell.el (flyspell-word): Do not re-check words
775 already found as misspellings by (flyspell-large-region), just
c97685d4 776 do highlighting (bug#7322).
bd4532fc 777
13e7256f
GM
7782010-11-10 Glenn Morris <rgm@gnu.org>
779
6d2a1e35
GM
780 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
781
d4aca69c
GM
782 * emulation/edt.el (edt-with-position): New macro.
783 (edt-find-forward, edt-find-backward, edt-find-next-forward)
784 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
785 (edt-paragraph-forward, edt-paragraph-backward): Use it.
786
f8a09adb
GM
787 * emulation/tpu-extras.el (tpu-with-position): New macro.
788 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
789
c026460b
GM
790 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
791
dea53a43
GM
792 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
793 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
794 (texinfo-master-menu, texinfo-insert-node-lines)
795 (texinfo-multiple-files-update):
796 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
797 Use line-beginning-position.
798
72bc50c0
GM
799 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
800 No recent Emacs supports system-type `emx'.
801
802 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
803 (ada-command-separator, ada-default-prj-properties)
804 (ada-find-any-references): Update for above name change.
805
806 * dirtrack.el (dirtrack-directory-function)
807 (dirtrack-canonicalize-function):
808 * filecache.el (file-cache-completion-ignore-case)
809 (file-cache-case-fold-search, file-cache-ignore-case):
810 * term.el (serial-port-is-file-p): Cosmetic change.
811
812 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
813 Remove non-existent `windows-95' system-type.
814 * dired.el (dired-chown-program): Remove non-existent `linux'
815 system-type.
816
17731c39
GM
817 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
818 (ping-program-options): Remove non-existent `linux' system-type.
819
9228bbd3
GM
820 * startup.el (package-initialize): Update declaration.
821
6e404950
GM
822 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
823 (ls-lisp-handle-switches): Use time-less-p.
824 (ls-lisp-format-time): Use float-time.
825
6f0d4bb6
GM
826 * textmodes/remember.el (remember-time-to-seconds): Remove.
827 (remember-store-in-mailbox): Use float-time.
828
829 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
830
831 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
832 never a real function.
833 (with-no-warnings): Remove compat stub, now unused.
834 (time-less-p): Doc fix.
835 (time-to-number-of-days): Simplify.
836
73171bd4
GM
837 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
838 Remove.
839 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
840 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
841 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
842 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
843 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
844
13e7256f
GM
845 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
846 (eshell-shuffle-files, eshell-shorthand-tar-command)
847 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
848 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
849 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
850 Prefix dynamic local variable `matches'.
851
b565f5a1
GM
852 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
853 Prefix dynamic local variable `skeleton'.
854
5ad3e885
KY
8552010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
856
857 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
858 in mail buffer; make yank-action always a command that yanks original
859 buffer.
860
14121c52
GM
8612010-11-09 Glenn Morris <rgm@gnu.org>
862
863 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
864
d607b96b 8652010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
73525e72 866
9bdba5f5
SM
867 * minibuffer.el (minibuffer-completion-help): Specify the end of the
868 completion field (bug#7211).
869
73525e72
SM
870 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
871 Fix handling of backslash escapes.
872 (python-quote-syntax): Adjust accordingly.
873
d607b96b 8742010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
875
876 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
877 (vc-mtn-workfile-branch): Adjust to new output format.
878
d607b96b 8792010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
cc4d2366
SM
880
881 * international/mule-cmds.el (princ-list): Mark as obsolete.
882
d607b96b 8832010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7f925a67
SM
884
885 * emacs-lisp/smie.el: New package.
886
d607b96b 8872010-11-09 Michael Albinus <michael.albinus@gmx.de>
6ce78fdc 888
7f925a67
SM
889 * files.el (backup-by-copying-when-mismatch):
890 Set `permanent-local' property.
6ce78fdc
MA
891
892 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 893 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 894
d607b96b 8952010-11-09 Eli Zaretskii <eliz@gnu.org>
21620882
EZ
896
897 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
898
d607b96b 8992010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
8468f78b 900
7f925a67 901 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 902 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
903 AUTOINOUT for SV style multidimensional arrays, bug294.
904 Reported by Eric Mastromarchi.
905 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
906 font-lock-fontify-buffer to cleanup style issues.
907
d607b96b 9082010-11-09 Glenn Morris <rgm@gnu.org>
cb5e49a3
GM
909
910 * locate.el (locate, locate-mode): Doc fixes.
911
d607b96b 9122010-11-09 Chong Yidong <cyd@stupidchicken.com>
381d186f
CY
913
914 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
915 user for confirmation.
916 (server-force-stop): Use it.
917 (server-start): Use server-force-stop for kill-emacs-hook, to
918 avoid user interaction while killing Emacs.
919
9b026d9f
GM
9202010-11-09 Glenn Morris <rgm@gnu.org>
921
3406534c 922 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
e814121e 923 (meta-indent-line): Simplify.
3406534c 924
9b026d9f
GM
925 * vc/emerge.el (emerge-line-number-in-buf):
926 * textmodes/ispell.el (ispell-region):
927 * textmodes/fill.el (current-fill-column):
928 * progmodes/xscheme.el (xscheme-send-current-line):
929 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
930 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
931 * progmodes/sh-script.el (sh-handle-prev-do):
932 * progmodes/meta-mode.el (meta-indent-line):
933 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
934 (idlwave-in-quote):
935 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
936 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
937 * progmodes/fortran.el (fortran-looking-at-if-then):
938 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
939 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
940 (cperl-find-pods-heres):
941 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
942 * net/quickurl.el (quickurl-list-insert):
943 * net/ldap.el (ldap-search-internal):
944 * net/eudc.el (eudc-expand-inline):
945 * mail/sendmail.el (sendmail-send-it):
946 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
947 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
948 (viper-brac-function):
949 * calc/calc-yank.el (calc-do-grab-region):
950 * calc/calc-keypd.el (calc-keypad-press):
951 * term.el (term-move-columns, term-insert-spaces):
952 * speedbar.el (speedbar-highlight-one-tag-line):
953 * simple.el (current-word):
954 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
955 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
956 (Info-scroll-down):
957 * hippie-exp.el (he-line-beg):
958 * epa.el (epa--marked-keys):
959 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
960 (dired-update-file-line, dired-add-entry, dired-remove-entry)
961 (dired-relist-entry):
962 * buff-menu.el (Buffer-menu-buffer):
963 * array.el (current-line):
964 * allout.el (allout-resolve-xref)
965 (allout-latex-verbatim-quote-curr-line):
966 Replace yet more uses of end-of-line etc with line-end-position, etc.
967
db94771e
SM
9682010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
969
1398b795
SM
970 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
971 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
972 (checkdoc-syntax-table): Initialize in the declaration.
973 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
974 the mode on unconditionally.
975
db94771e
SM
976 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
977 (extent-end-position, extent-start-position): Remove setf method for
978 non-existing functions (bug#7319).
979
674728d4
SM
9802010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
981
982 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
983 (smie-precs->prec2): Rename from smie-precs-precedence-table.
984 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
985 (smie-prec2->grammar): Rename from smie-prec2-levels.
986 (smie-grammar): Rename from smie-op-levels.
987 (smie-indent--hanging-p): Rename from smie-hanging-p.
988 (smie-rule-hanging-p): New alias.
989 (smie-indent--bolp): Rename from smie-bolp.
990 (smie-indent--hanging-p): New alias.
991 (smie--token): New dynamically bound variable.
992 (smie-indent--parent): New function.
993 (smie-rule-parent-p): Use it; rename from smie-parent-p.
994 (smie-rule-next-p): Rename from smie-next-p.
995 (smie-rule-prev-p): Rename from smie-prev-p.
996 (smie-rule-sibling-p, smie-rule-parent)
997 (smie-indent--separator-outdent, smie-rule-separator): New functions.
998 (smie-rule-separator-outdent): New var.
999 (smie-indent--rule): Merge with smie-indent--column.
1000 (smie-indent-forward-token, smie-indent-backward-token):
1001 Also recognize close parens.
1002 (smie-indent-keyword): Don't use smie-indent--column any more.
1003 (smie-indent-after-keyword): Ignore closers by default.
1004 (smie-indent-line): Use with-demoted-errors.
1005 * progmodes/octave-mod.el (octave-smie-grammar):
1006 Rename from octave-smie-op-levels.
1007 (octave-smie-rules): Adjust to new behavior.
1008 * progmodes/prolog.el (prolog-smie-grammar):
1009 Rename from prolog-smie-op-levels.
1010
26f097bf
GM
10112010-11-07 Glenn Morris <rgm@gnu.org>
1012
de3490e1
GM
1013 * eshell/esh-util.el (subst-char-in-string)
1014 (directory-files-and-attributes): These compatibility definitions are
1015 not needed on any version of Emacs since at least 21.4.
1016
3ba6b2ee
GM
1017 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
1018 (verilog-get-end-of-line): Remove.
1019 (verilog-within-string, verilog-re-search-forward-substr)
1020 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
1021 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
1022 Use point-at-bol, point-at-eol.
1023 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
1024 Remove.
1025 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
1026 (electric-pascal-terminate-line, pascal-set-auto-comments)
1027 (pascal-indent-paramlist, pascal-indent-declaration)
1028 (pascal-get-lineup-indent, pascal-func-completion)
1029 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
1030 Use point-at-bol, point-at-eol.
1031 * progmodes/flymake.el (flymake-line-beginning-position)
1032 (flymake-line-end-position): Remove.
1033 (flymake-highlight-line): Use point-at-bol, point-at-eol.
1034 * eshell/esh-util.el (line-end-position, line-beginning-position):
1035 Remove compat definitions.
1036
76fc02b6
GM
1037 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1038 Use end-of-line N.
1039 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
1040 Use line-end-position.
1041
e180ab9f
GM
1042 * emacs-lisp/chart.el (chart-zap-chars):
1043 * play/decipher.el (decipher-set-map):
1044 * progmodes/ada-mode.el (ada-get-current-indent)
1045 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
1046 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
1047 * progmodes/ada-xref.el (ada-initialize-runtime-library)
1048 (ada-get-all-references):
1049 * progmodes/cperl-mode.el (cperl-electric-paren)
1050 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
1051 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
1052 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
1053 (cperl-word-at-point-hard):
1054 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
1055 (idlwave-shell-filename-string, idlwave-shell-batch-command)
1056 (idlwave-shell-display-line):
1057 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
1058 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
1059 * progmodes/js.el (js--re-search-forward-inner)
1060 (js--re-search-backward-inner):
1061 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
1062 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
1063 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
1064 * textmodes/flyspell.el (flyspell-process-localwords):
1065 * textmodes/ispell.el (ispell-buffer-local-parsing)
1066 (ispell-buffer-local-dict, ispell-buffer-local-words):
1067 Use point-at-bol and point-at-eol.
1068
26f097bf
GM
1069 * speedbar.el (speedbar-generic-item-info)
1070 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
1071 (speedbar-add-indicator, speedbar-check-vc-this-line)
1072 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
1073 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
1074 Replace more uses of end-of-line etc with line-end-position.
1075
b05fde66
GM
10762010-11-06 Glenn Morris <rgm@gnu.org>
1077
5ed619e0
GM
1078 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
1079 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
1080 (texinfo-delete-existing-pointers, texinfo-find-pointer)
1081 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
1082 (texinfo-multiple-files-update):
1083 * textmodes/table.el (table--probe-cell-left-up)
1084 (table--probe-cell-right-bottom):
1085 * textmodes/picture.el (picture-tab-search):
1086 * textmodes/page-ext.el (pages-copy-header-and-position)
1087 (pages-directory-for-addresses):
1088 * progmodes/vera-mode.el (vera-get-offset):
1089 * progmodes/simula.el (simula-calculate-indent):
1090 * progmodes/python.el (python-pdbtrack-overlay-arrow):
1091 * progmodes/prolog.el (end-of-prolog-clause):
1092 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
1093 * progmodes/icon.el (indent-icon-exp):
1094 * progmodes/etags.el (tag-re-match-p):
1095 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
1096 * progmodes/ebnf2ps.el (ebnf-begin-file):
1097 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
1098 (dcl-save-local-variable):
1099 * play/life.el (life-setup):
1100 * play/gametree.el (gametree-looking-at-ply):
1101 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
1102 * mail/sendmail.el (mail-mode-auto-fill):
1103 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1104 * emacs-lisp/edebug.el (edebug-overlay-arrow):
1105 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
1106 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
1107 (woman-tab-to-tab-stop, WoMan-warn-ignored):
1108 * type-break.el (type-break-file-keystroke-count):
1109 * term.el (term-replace-by-expanded-history-before-point)
1110 (term-skip-prompt, term-extract-string):
1111 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
1112 (speedbar-contract-line, speedbar-toggle-line-expansion)
1113 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
1114 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
1115 * sort.el (sort-skip-fields):
1116 * skeleton.el (skeleton-internal-list):
1117 * simple.el (line-move-finish, line-move-to-column):
1118 * shell.el (shell-forward-command):
1119 * misc.el (copy-from-above-command):
1120 * makesum.el (double-column):
1121 * ebuff-menu.el (electric-buffer-update-highlight):
1122 * dired.el (dired-move-to-end-of-filename):
1123 * dframe.el (dframe-popup-kludge):
1124 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
1125 * arc-mode.el (archive-get-lineno):
1126 Use line-end-position and line-beginning-position.
1127
e2a9c0bc
GM
1128 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
1129 (idlwave-study-twins): Prefix dynamic local `class'.
1130 (idlwave-routine-twin-compare): Update for above name change.
1131
4e44448f
GM
1132 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
1133 Use boundp tests to silence compiler. Update for changed name of
1134 bytecomp-filename variable.
1135
8f6c3eac
GM
1136 * emulation/viper-cmd.el (viper-read-string-with-history):
1137 Prefix dynamic local `initial'.
1138 (viper-minibuffer-standard-hook): Update for above name change.
1139
79d1dabe
GM
1140 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
1141 (elint-init-form): Update for above name change.
1142
0e4bb7f0
GM
1143 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
1144 local variables `cbeg' and `cend' a prefix.
1145 (mail-extr-voodoo): Update for above name change.
1146
c8f3bf36
GM
1147 * textmodes/reftex-toc.el (reftex-toc-do-promote)
1148 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
1149 (reftex-toc-promote-action): Doc fix.
1150
1151 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
1152 `prompt', `data' a prefix.
1153 (reftex-select-post-command-hook, reftex-select-callback)
1154 (reftex-select-mouse-accept, reftex-select-read-cite):
1155 Update for above name changes.
1156
1157 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
1158 `refstyle' to reftex-refstyle.
1159 (reftex-offer-label-menu): Update for above name change.
1160 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
1161 `refstyle' name change.
1162
b05fde66
GM
1163 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
1164 with with-current-buffer.
1165 (diff, template): Give dynamic local variables a prefix.
1166 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
1167 (emerge-line-number-in-buf): Update for above name change.
1168 (emerge-combine-versions-internal): Rename local `template' to
1169 emerge-combine-template.
1170 (emerge-combine-versions-edit): Update for above name change.
1171
5d8f9169
RA
11722010-11-06 Ralf Angeli <angeli@caeruleus.net>
1173
1174 * textmodes/reftex-cite.el
1175 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
1176 entries with whitespace after \bibitem.
1177 (reftex-create-bibtex-file): Match entries containing numbers and
1178 symbol constituents. Make sure that entries with whitespace at
1179 various places are found.
1180
f8aefe82
MA
11812010-11-05 Christian Millour <cm@abtela.com> (tiny change)
1182
1183 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
1184
e06918d2
JD
11852010-11-05 Jan Djärv <jan.h.d@swipnet.se>
1186
1187 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
1188
17fc58c9
GM
11892010-11-05 Glenn Morris <rgm@gnu.org>
1190
f7fe4837
GM
1191 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
1192 (woman2-roff-buffer): Give local variable `request' a prefix.
1193 (woman0-macro): Rename argument `request' in the same way.
1194 (woman-request): New name for `request' dynamic variable.
1195 (woman-unquote, woman-forward-arg): Update for above name change.
1196 (woman1-roff-buffer): Give local variable `unquote' a prefix.
1197 (woman1-unquote): New name for `unquote' dynamic variable.
1198 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
1199 (woman-translations): Rename from `translations'. No longer global.
1200 (woman2-tr, woman-translate): Update for above name change.
1201 (woman-translate): Check for bound variable.
1202 (woman2-roff-buffer): Give local variable `translations' a prefix.
1203
869c4186
GM
1204 * play/doctor.el: Give all local variables a prefix. Update callers.
1205 (doc$, doctor-put-meaning): Use backquote.
1206
215461a8
GM
1207 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
1208 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
1209
17fc58c9
GM
1210 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
1211 variables bytes, ptr, op a prefix.
1212 (disassemble-offset): Update for above change.
1213
015eea59
CY
12142010-11-03 Chong Yidong <cyd@stupidchicken.com>
1215
1216 * emacs-lisp/package.el (package-unpack): Remove no-op.
1217 (package--builtins, package--dir): Doc fix.
1218 (package-activate-1, package-activate, package-install)
1219 (package-compute-transaction): Fix error message.
1220 (package-delete): Use delete-directory. Omit system packages.
1221 (package-initialize): Set package-alist to nil first.
1222 (package-menu-mark-delete, package-menu-mark-install): Don't add
1223 symbols that are inconsistent with the package state.
1224 (package-menu-execute): Perform deletions and installations as
1225 single batch operations.
1226
033862d1
GM
12272010-11-03 Glenn Morris <rgm@gnu.org>
1228
0b03a950
GM
1229 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
1230 (props): Remove unnecessary declaration.
1231
e337e22c
GM
1232 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
1233 set-process-query-on-exit-flag.
1234
a88e24dd 1235 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
728618ba
GM
1236 (reftex-toc-do-promote): Remove unused local `mpos'.
1237 (reftex-toc-restore-region): Make `mpos' local to this function.
a88e24dd 1238
537b04b9
GM
1239 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
1240
52365e61
GM
1241 * play/landmark.el (lm-losing-threshold): Correct spelling.
1242 (lm-human-plays): Use new name.
1243
cd32f8a9
GM
1244 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
1245 (gomoku-human-plays): Use new name.
1246
033862d1
GM
1247 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
1248 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
1249 (gomoku-score-trans-table, gomoku-winning-threshold)
1250 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
1251
4b99edf2
CY
12522010-11-03 Chong Yidong <cyd@stupidchicken.com>
1253
1254 * emacs-lisp/package.el: Don't put built-in packages in
1255 package-alist, to avoid loading inefficiencies.
1256 (package-built-in-p): Make VERSION optional, and treat it as a
1257 minimum acceptable version.
6a7662bb
BR
1258 (package-activate): Search separately for built-in packages.
1259 Emit a warning if a dependency fails.
4b99edf2
CY
1260 (define-package): Handle most common case, where there is no
1261 obsolete package, first.
1262 (package-compute-transaction): Print required version in error.
1263 (package--initialized): New variable.
1264 (list-packages): Use it.
1265 (package-initialize): Optional arg NO-ACTIVATE. Don't put
6a7662bb
BR
1266 built-in packages in packages-alist; keep it separate.
1267 Set package--initialized.
4b99edf2
CY
1268 (describe-package): Avoid activating packages as a side-effect.
1269 Search separately for built-in packages.
1270 (describe-package-1): Handle the case where an elpa package is
1271 simultaneously built-in and available/installed.
6a7662bb
BR
1272 (package-installed-p, package--generate-package-list):
1273 Search separately for built-in packages.
4b99edf2
CY
1274 (package-load-descriptor): Doc fix.
1275
3225dcaa
SM
12762010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1277
1278 * progmodes/perl-mode.el (perl-syntax-propertize-function):
1279 Handle __DATA__ and __END__.
1280
fa14dc18
NF
12812010-11-02 Noah Friedman <friedman@splode.com>
1282
1283 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
1284 nil, do not ask to recompile files that are not already compiled,
1285 and do not recompile them.
1286
0f75c62a
CY
12872010-11-02 Chong Yidong <cyd@stupidchicken.com>
1288
1289 * emacs-lisp/package.el (package-initialize): Ensure that
1290 obsoleted built-in packages are not in package-activated-list
1291 during activation.
1292 (describe-package-1): Make the "installed" status override
1293 "built-in".
1294
b29f5b7b
VJL
12952010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1296
1297 * subr.el (version-separator, version-regexp-alist): Remove '*'
1298 from docstring.
1299 (version-list-<=, version<=, version=): Doc fix.
1300
b18fad6d
KH
13012010-11-01 Kenichi Handa <handa@m17n.org>
1302
1303 * faces.el (glyphless-char): Inherit underline for tty.
1304
a8039db1 13052010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
1306
1307 Implement various display methods for glyphless characters.
1308
1309 * international/characters.el (char-acronym-table): New variable.
1310 (glyphless-char-control): New variable.
1311 (update-glyphless-char-display): New funciton.
1312
1313 * faces.el (glyphless-char): New face.
1314
28886d5e
GM
13152010-11-01 Glenn Morris <rgm@gnu.org>
1316
919dd7aa
GM
1317 * calendar/holidays.el (general-holidays, oriental-holidays)
1318 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
1319 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
1320 the definitions of their targets.
1321
c79fc059
GM
1322 * emacs-lisp/smie.el (smie): New custom group.
1323 (smie-blink-matching-inners, smie-indent-basic): Add :group.
1324
c8ccffb1
GM
1325 * faces.el (xw-defined-colors, x-setup-function-keys):
1326 * mouse-sel.el (x-select-text):
1327 * term/w32console.el (x-setup-function-keys): Update declarations.
1328
f4ff702e
GM
1329 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
1330
806c491a
GM
1331 * textmodes/ispell.el (comment-add): Declare.
1332
c3dfebd1
GM
1333 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
1334 Declare.
1335
28886d5e
GM
1336 * info.el (finder-keywords-hash, package-alist): Declare.
1337
693c9d15
CY
13382010-11-01 Chong Yidong <cyd@stupidchicken.com>
1339
1340 * finder.el (finder-compile-keywords): Don't use intern-soft,
1341 since package names may not yet exist in the obarray.
1342
13432010-11-01 Chong Yidong <cyd@stupidchicken.com>
4624de78
CY
1344
1345 * vc/vc-arch.el (vc-arch-checkin):
1346 * vc/vc-cvs.el (vc-cvs-checkin):
1347 * vc/vc-mtn.el (vc-mtn-checkin):
1348 * vc/vc-rcs.el (vc-rcs-checkin):
1349 * vc/vc-sccs.el (vc-sccs-checkin):
1350 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
1351 since 2010-04-21 commit by Stefan Monnier.
1352
36967cf7
GM
13532010-11-01 Glenn Morris <rgm@gnu.org>
1354
feb5e60a
GM
1355 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
1356
1f023ca9
GM
1357 * startup.el (package-enable-at-startup, package-initialize):
1358 Silence compiler.
1359
36967cf7
GM
1360 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
1361 Silence compiler.
1362
430e7297
JD
13632010-10-31 Julien Danjou <julien@danjou.info>
1364
1365 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
1366 (byte-recompile-directory):
1367 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
430e7297
JD
1368 Use `byte-recompile-file'.
1369
c8c59954
GM
13702010-10-31 Glenn Morris <rgm@gnu.org>
1371
1372 * cus-start.el: Handle standard values via a keyword.
1373 Only set version property if specified.
1374 (cursor-in-non-selected-windows, menu-bar-mode)
1375 (tool-bar-mode, show-trailing-whitespace):
1376 Do not specify standard values.
1377 (transient-mark-mode, temporary-file-directory): Use :standard.
1378
04e63796
JD
13792010-10-31 Jan Djärv <jan.h.d@swipnet.se>
1380
1381 * term/x-win.el (x-get-selection-value): New function that gets
1382 PRIMARY with type as specified in x-select-request-type. (Bug#6802).
1383
2699a554 13842010-10-31 Michael Albinus <michael.albinus@gmx.de>
a057950d
MA
1385
1386 * net/tramp.el (tramp-handle-insert-file-contents): For root,
1387 preserve owner and group when editing files. (Bug#7289)
1388
35fcc05c 13892010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
1390
1391 * speedbar.el (speedbar-mode):
1392 * play/fortune.el (fortune-in-buffer, fortune):
1393 * play/gomoku.el (gomoku-mode):
1394 * play/landmark.el (lm-mode):
1395 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
1396 Replace inappropriate uses of toggle-read-only. (Bug#7292)
1397
82f7efc3
GM
1398 * select.el (x-selection): Mark it as an obsolete alias.
1399
2699a554 14002010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
ca39416c 1401
f486841f 1402 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
ca39416c
AH
1403 major-mode (bug#7284).
1404
2699a554 14052010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1406
1407 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
1408 rather than just an unused variable that inherits from the real one.
1409
e6ef5dd9
AM
14102010-10-31 Alan Mackenzie <acm@muc.de>
1411
1412 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
1413 This fixes bug #7185.
1414
8a500a91
CY
14152010-10-30 Chong Yidong <cyd@stupidchicken.com>
1416
1417 * startup.el (command-line): Search for package directories, and
1418 don't load package.el if none are found.
1419
6a7662bb
BR
1420 * emacs-lisp/package.el (describe-package, list-packages):
1421 Call package-initialize if it has not been called yet.
8a500a91 1422
4f9e41e4
AM
14232010-10-30 Alan Mackenzie <acm@muc.de>
1424
1425 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
1426 which fontifies the tail of an enum.
1427 (c-basic-matchers-after): Insert a call to the above new function.
1428 This fixes bug #7264.
1429
88f43c67
GM
14302010-10-30 Glenn Morris <rgm@gnu.org>
1431
1432 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
1433 tool-bar-mode, transient-mark-mode. (Bug#7306)
1434 Include the :set property in the dumped Emacs.
1435
c4d17d50
SM
14362010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1437
1438 SMIE: change indent rules format, improve smie-setup.
1439 * emacs-lisp/smie.el (smie-precs-precedence-table)
1440 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
1441 Mark them pure so the tables gets built at compile time.
1442 (smie-bnf-precedence-table): Store the closer-alist in the table.
1443 (smie-prec2-levels): Preserve the closer-alist.
1444 (smie-blink-matching-open): Be more forgiving in case of indentation.
1445 (smie-hanging-p): Rename from smie-indent--hanging-p.
1446 (smie-bolp): Rename from smie-indent--bolp.
1447 (smie--parent, smie--after): New dynamic vars.
1448 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
1449 (smie-indent-rules): Remove.
1450 (smie-indent--offset-rule): Remove fun.
1451 (smie-rules-function): New var.
1452 (smie-indent--rule): New fun.
1453 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
1454 (smie-indent-exps): Use it.
1455 (smie-setup): Setup paren blinking; add keyword args for token
1456 functions; extract closer-alist from op-levels.
1457 (smie-indent-debug-log): Remove var.
1458 (smie-indent-debug): Remove fun.
1459 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
1460 (prolog-smie-rules): New fun to replace it.
1461 (prolog-mode-variables): Simplify.
1462 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
1463 it's setup automatically.
1464 (octave-smie-indent-rules): Remove.
1465 (octave-smie-rules): New fun to replace it.
1466 (octave-mode): Simplify.
1467
9d794026
GM
14682010-10-29 Glenn Morris <rgm@gnu.org>
1469
e088c02a
GM
1470 * files.el (temporary-file-directory): Remove (already defined in C).
1471 * cus-start.el: Add temporary-file-directory.
1472
9d794026
GM
1473 * abbrev.el (abbrev-mode):
1474 * composite.el (auto-composition-mode):
1475 * menu-bar.el (menu-bar-mode):
1476 * simple.el (transient-mark-mode):
1477 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
1478 that they do not define the associated variables twice.
1479 * simple.el (transient-mark-mode): Remove defvar.
1480 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
1481 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
1482 Handle multiple groups, and also custom-delayed-init-variables.
1483 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1484
dcc029e0
SM
14852010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1486
1487 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
1488 (pcase-if): Add one minor optimization.
1489 (pcase-split-equal): Rename from pcase-split-eq.
1490 (pcase-split-member): Rename from pcase-split-memq.
1491 (pcase-u1): Add strings to the member optimization.
1492 Add `guard' variant of predicates.
1493 (pcase-q1): Add string patterns.
1494
a62b88d4
SM
14952010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1496
1497 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
1498
f41f19b0
GM
14992010-10-28 Glenn Morris <rgm@gnu.org>
1500
b3edb781
GM
1501 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
1502 Move menu-bar related settings to ../menu-bar.el.
1503 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
1504 Move ns-specific settings here from term/ns-win.el.
1505
f41f19b0
GM
1506 * simple.el (x-selection-owner-p): Remove unused declaration.
1507
6175cd08
SM
15082010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1509
1510 * minibuffer.el (completion-cycling): New var (bug#7266).
1511 (minibuffer-complete, completion--do-completion):
1512 Use completion--flush-all-sorted-completions.
1513 (minibuffer-complete): Only cycle if completion-cycling is set.
1514 (completion--flush-all-sorted-completions): Unset completion-cycling.
1515 (minibuffer-force-complete): Set completion-cycling.
1516 (completion-all-sorted-completions): Move declaration before first use.
1517
19677c71
LL
15182010-10-28 Leo <sdl.web@gmail.com>
1519
1520 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
1521 which changes the order of matches seen by users (bug#7231).
1522
15232010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
77b143eb
JBK
1524
1525 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1526 Don't confuse -omega as "-o mega".
1527
2122161f
SM
15282010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
1529
ce8794df
SM
1530 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
1531 (log-edit-author): New dynamic var.
1532 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
1533 to return the author if different from committer.
1534 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
1535
80cb310d
SM
1536 * play/landmark.el: Adjust commenting convention.
1537 (lm-nil-score): Rename from nil-score.
1538 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
1539 (OOOOscore): Move into a let in lm-score-trans-table.
1540 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
1541
2122161f
SM
1542 * electric.el (electric-indent-chars): Autoload.
1543 * progmodes/octave-mod.el (octave-mode):
1544 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
1545 (ruby-mode-abbrev-table): Merge initialization and declaration.
1546
e925113b
GM
15472010-10-27 Glenn Morris <rgm@gnu.org>
1548
208d109c
GM
1549 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
1550 variable.
1551
7d3e3843
GM
1552 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
1553
e925113b
GM
1554 * term/ns-win.el: Restore require of cl when compiling.
1555 (menu-bar-final-items): Remove non-existent `windows' menu.
1bcc4637
GM
1556 (ns-handle-nxopen): Optionally handle the temp-case.
1557 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
1558 (ns-insert-file, ns-find-file): Use `pop'.
e925113b 1559
b94a5a43
GM
15602010-10-26 Glenn Morris <rgm@gnu.org>
1561
1562 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
1563
fc3eda04
AR
15642010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
1565
1566 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
1567 global map.
1568 * term/common-win.el (x-setup-function-keys): Remove most of the
1569 keymappings. Comment on the remaining ones.
1570
c79b0b1c
PO
15712010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
1572
c31dc2c0 1573 * server.el (server-port): New option. (Bug#854)
c79b0b1c
PO
1574 (server-start): Use server-port.
1575
725513b7
GM
15762010-10-26 Glenn Morris <rgm@gnu.org>
1577
d7d8c62a
GM
1578 * term/ns-win.el (ns-version-string): Remove unused declaration.
1579 (ns-invocation-args): Change to x-invocation-args.
1580 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
1581 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
1582 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
1583 Use x-invocation-args instead of ns-invocation-args.
1584 (ns-initialize-window-system, handle-args-function-alist):
1585 Use x-handle-args instead of ns-handle-args.
1586 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
1587 * startup.el (command-line-ns-option-alist): Replace
1588 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
1589 ns-handle-iconic with the x- equivalents.
1590
725513b7
GM
1591 * term/common-win.el (x-select-enable-clipboard):
1592 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
1593
1594 * term/ns-win.el: No need to require cl when compiling.
1595 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
1596 (xw-defined-colors): Use the common-win definitions.
1597 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
1598 (ns-handle-iconic): Make it an alias for x-handle-iconic.
1599 * term/common-win.el (x-select-text, x-alternatives-map)
1600 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
1601 * loadup.el [ns]: Load common-win.
1602
77ec02d8
DU
16032010-10-26 Daiki Ueno <ueno@unixuser.org>
1604
1605 * epa-mail.el (epa-mail-encrypt): Handle local-part only
6ee79275 1606 recipients; expand mail aliases (Bug#7280).
77ec02d8 1607
6a5c2175
GM
16082010-10-25 Glenn Morris <rgm@gnu.org>
1609
59ba9d59
GM
1610 * term/common-win.el (x-handle-switch): Simplify with pop.
1611 Optionally handle numeric switches.
1612 (x-handle-numeric-switch): Just call x-handle-switch.
1613 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
1614 (x-handle-name-switch, x-handle-display, x-handle-args):
1615 Simplify with pop.
1616
6a5c2175
GM
1617 * term/ns-win.el: Do not require easymenu.
1618 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
1619 <spell>: Move adjustments to menu-bar.el.
1620 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
1621 <separator-undo, spell>: Move ns-win's adjustments here.
1622 * loadup.el [ns]: Do not load easymenu.
1623
01898dc2
CY
16242010-10-24 Chong Yidong <cyd@stupidchicken.com>
1625
1626 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6a5c2175 1627 Delete (Bug#7222).
01898dc2
CY
1628
1629 * startup.el (fancy-startup-tail): Instead of using inline images,
1630 refer to image files from etc/.
1631
1632 * wid-edit.el (checkbox): Likewise.
1633 (widget-image-find): Center image specs.
1634
a44d921f
GM
16352010-10-24 Glenn Morris <rgm@gnu.org>
1636
1637 * term/ns-win.el (x-select-text): Doc fix.
1638 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
1639 (x-select-text): Move to term/common-win.
1640 * term/w32-win.el (xw-defined-colors): Move to common-win.
1641 * term/x-win.el (xw-defined-colors, x-alternatives-map)
1642 (x-setup-function-keys, x-select-text): Move to common-win.
1643 * term/common-win.el (x-select-text, x-alternatives-map)
1644 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
1645 definitions here.
1646
709228c0 16472010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
a11de514
R
1648
1649 * net/mairix.el (mairix-searches-mode-map):
1650 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
1651
0c382083 16522010-10-24 Michael McNamara <mac@mail.brushroad.com>
a03c2342
WS
1653
1654 * verilog-mode.el (verilog-directive-re): Make this variable
1655 auto-built for efficiency of execution and updating.
1656 (verilog-extended-complete-re): Support 'pure' fucntion & task
1657 declarations (these have no bodies).
ca39416c
AH
1658 (verilog-beg-of-statement): General cleanup to enable support of
1659 'pure' fucntion & task declarations (these have no bodies).
1660 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
1661 noticed by Steve Pearlmutter.
1662 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
1663 (verilog-directive-nest-re, verilog-set-auto-endcomments):
1664 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
1665 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
1666 attribute handling for lining up declarations and assignments.
1667 (verilog-beg-of-statement-1): Fix issue where continued declaration
1668 is indented differently if it is after a begin..end clock.
1669 (verilog-in-attribute-p, verilog-skip-backward-comments)
1670 (verilog-skip-forward-comment-p): Support proper treatment of
1671 attributes by indent code. Reported by Jeff Steele.
ca39416c 1672 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
1673 (verilog-backward-up-list, verilog-in-struct-region-p)
1674 (verilog-backward-token, verilog-in-struct-p)
1675 (verilog-in-coverage-p, verilog-do-indent)
1676 (verilog-pretty-declarations): Use verilog-backward-up-list as
1677 wrapper around backward-up-list inorder to properly skip comments.
1678 Reported by David Rogoff.
1679 (verilog-property-re, verilog-endcomment-reason-re)
1680 (verilog-beg-of-statement, verilog-set-auto-endcomments)
1681 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
1682 of if). Reported by Max Bjurling and
1683 (verilog-calc-1): Fix for clocking block in modport
1684 declaration. Reported by Brian Hunter.
1685
0c382083 16862010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
a03c2342
WS
1687
1688 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
1689 (verilog-gate-keywords, verilog-read-sub-decls)
1690 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
1691 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
1692 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
1693 (verilog-read-decls): Fix spaces in V2K module parameters causing
1694 mis-identification as interfaces, bug287.
1695 (verilog-read-decls): Fix not treating "parameter string" as a
1696 parameter in AUTOINSTPARAM.
1697 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
1698 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 1699 (verilog-do-indent): Implement correct automatic or static task or
a03c2342
WS
1700 function end comment highlight. Reported by Steve Pearlmutter.
1701 (verilog-font-lock-keywords-2): Fix highlighting of single
1702 character pins, bug264. Reported by Michael Laajanen.
1703 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
1704 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
6a7662bb
BR
1705 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
1706 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
1707 (verilog-pretty-expr): Fix interactive arguments, bug272.
1708 Reported by Mark Johnson.
1709 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
1710 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
a03c2342
WS
1711 bug269. Suggested by Gary Delp.
1712 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
1713 (verilog-preprocessor, verilog-set-compile-command):
1714 Create verilog-preprocess and verilog-preprocessor to show
1715 preprocessed output.
a03c2342
WS
1716 (verilog-get-beg-of-line, verilog-get-end-of-line)
1717 (verilog-modi-file-or-buffer, verilog-modi-name)
1718 (verilog-modi-point, verilog-within-string): Move defmacro's
1719 before first use to avoid warning. Reported by Steve Pearlmutter.
1720 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
1721 (verilog-colorize-region, verilog-highlight-buffer)
1722 (verilog-highlight-includes, verilog-highlight-modules)
1723 (verilog-highlight-region, verilog-mode): Rename colorize to
1724 highlight to match other packages. Disable module highlighting,
1725 as received speed complaints, reenable for experimentation only
1726 using new verilog-highlight-modules.
1727 (verilog-read-decls): Fix regexp stack overflow in very large
1728 AUTO_TEMPLATEs, bug250.
1729 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
1730 (verilog-scan): Create verilog-save-buffer-state to standardize
1731 making insignificant changes that shouldn't call hooks.
1732 (verilog-save-no-change-functions, verilog-save-scan-cache)
1733 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
1734 Create verilog-save-no-change-functions to wrap verilog-scan
1735 preservation, and fix to work with nested preserved calls.
1736 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
1737 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
1738 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
1739 (verilog-submit-bug-report): Update variable list to be complete.
1740 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
1741 breaking on-the-fly font-locking.
1742 (verilog-colorize-buffer, verilog-colorize-include-files)
1743 (verilog-colorize-include-files-buffer, verilog-colorize-region)
1744 (verilog-load-file-at-mouse, verilog-load-file-at-point)
1745 (verilog-mode, verilog-read-inst-module-matcher): With point on a
1746 AUTOINST cell instance name, middle mouse button now finds-file on
1747 it. Suggested by Brad Dobbie.
1748 (verilog-alw-get-temps, verilog-auto-reset)
1749 (verilog-auto-sense-sigs, verilog-read-always-signals)
1750 (verilog-read-always-signals-recurse): Fix loop indexes being
1751 AUTORESET. AUTORESET now assumes any variables in the
6a7662bb
BR
1752 initialization section of a for() should be ignored.
1753 Reported by Dan Dever.
a03c2342
WS
1754 (verilog-error-font-lock-keywords)
1755 (verilog-error-regexp-emacs-alist)
1756 (verilog-error-regexp-xemacs-alist): Fix error detection of
1757 Cadence HAL, reported by David Asher. Repair drift between the
1758 three similar error variables.
1759 (verilog-modi-lookup, verilog-modi-lookup-cache)
1760 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
1761 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
1762 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
1763 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
1764 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
1765 "{1*2{...". Broke in last revision.
1766 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
1767 submodule connections with replications "{#{a},#{b}}".
1768
0c382083
CY
17692010-10-24 Juanma Barranquero <lekktu@gmail.com>
1770
1771 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
1772 Fix typo in docstring.
1773
17742010-10-24 Kenichi Handa <handa@m17n.org>
1775
1776 * face-remap.el (text-scale-adjust): Call read-event with a proper
1777 prompt.
1778
17792010-10-24 Chong Yidong <cyd@stupidchicken.com>
1780
1781 * emacs-lisp/unsafep.el: Don't mark functions that display
1782 messages as safe. Suggested by Johan Bockgård.
1783
17842010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1785
1786 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
1787 Turn comments into docstrings.
1788
1789 * minibuffer.el (completion--replace): Move point where it belongs
1790 when there's a common suffix (bug#7215).
1791
9317e499
CY
17922010-10-24 Chong Yidong <cyd@stupidchicken.com>
1793
1794 Merge read-color and facemenu-read-color (Bug#7242).
1795
1796 * faces.el (read-color): Use the completion code from
1797 facemenu-read-color. Require match in completion. Doc fix.
1798
1799 * facemenu.el (facemenu-read-color): Alias for read-color.
6a7662bb
BR
1800 (facemenu-set-foreground, facemenu-set-background):
1801 Use read-color.
9317e499
CY
1802
1803 * frame.el (set-background-color, set-foreground-color)
6a7662bb
BR
1804 (set-cursor-color, set-mouse-color, set-border-color):
1805 Use read-color.
9317e499 1806
a44d921f 18072010-10-24 Leo <sdl.web@gmail.com>
59dd6f73
LL
1808
1809 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
1810 argument of delete-file and delete-directory (Bug#7011).
1811
43207249
CY
18122010-10-24 Chong Yidong <cyd@stupidchicken.com>
1813
1814 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
1815 button-buffer-map.
1816
484db896 18172010-10-24 Ralf Angeli <angeli@caeruleus.net>
f34e6aaa
CY
1818
1819 * emacs-lisp/package.el (package--generate-package-list): Make the
1820 *Packages* buffer read-only.
1821
10f5e3e6
AM
18222010-10-24 Alan Mackenzie <acm@muc.de>
1823
1824 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
1825 result of `c-beginning-of-decl-1' between invocations of a lambda
1826 function (Bug #7265).
1827
3ec6ca72
DU
18282010-10-24 Daiki Ueno <ueno@unixuser.org>
1829
1830 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
1831 executable is not available on the system (Bug#7268).
1832
ec514007
GM
18332010-10-24 Glenn Morris <rgm@gnu.org>
1834
f5f25615
GM
1835 * select.el (selection-coding-system, next-selection-coding-system):
1836 Sync doc with C versions.
3646b86d 1837
8aa0f263
GM
1838 * w32-vars.el (x-select-enable-clipboard):
1839 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
1840 * term/common-win.el (x-select-enable-clipboard): Move here.
1841
46710489
GM
1842 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
1843 definition of C variable.
1844
ec514007
GM
1845 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
1846 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
1847 Don't redefine things that are defined in C.
1848 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
1849 (show-trailing-whitespace, auto-hscroll-mode)
1850 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
1851 Set up the appropriate custom properties.
1852
8a79905d
CY
18532010-10-24 Chong Yidong <cyd@stupidchicken.com>
1854
1855 Bind "C-c ]" to ...
1856 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
1857 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
1858 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
1859 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
1860
aa02a29f
GM
18612010-10-23 Glenn Morris <rgm@gnu.org>
1862
7dfc15df
GM
1863 * textmodes/flyspell.el (flyspell-mode): If there was an error,
1864 say what it was.
1865
66c6abf0
GM
1866 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
1867 Sync docs with C version.
f3d87560 1868
3193e969
GM
1869 * term/ns-win.el (xw-defined-colors):
1870 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
1871
6f748f70
GM
1872 * term/pc-win.el (x-select-enable-clipboard):
1873 * term/x-win.el (x-select-enable-clipboard):
1874 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
1875
7aa93795
GM
1876 * comint.el (comint-password-prompt-regexp): Make it less vague.
1877 Bump version.
1878
17284e30
GM
1879 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
1880
aa02a29f
GM
1881 * help.el (finder-by-keyword): Remove unnecessary autoload.
1882
69b55131
GM
18832010-10-22 Glenn Morris <rgm@gnu.org>
1884
9a0dd02d
GM
1885 * loadup.el: Unconditionally load float-sup.
1886 * paren.el (show-paren-delay):
1887 * emacs-lisp/float-sup.el:
1888 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
1889 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
1890 (lazy-lock-stealth-verbose): Assume float support.
1891 * ps-print.el: Assume float support on Emacs.
1892 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
1893 Remove non-float branch.
1894
69b55131
GM
1895 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
1896 src/Makefile no longer being pre-processed.
1897
7c23d9e8
SM
18982010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1899
1900 * emacs-lisp/find-func.el (find-library): Use test-completion.
1901
23737b4a
LMI
19022010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1903
7c23d9e8 1904 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 1905
6e060cee 19062010-10-21 Michael Albinus <michael.albinus@gmx.de>
01d884cf
MA
1907
1908 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
1909 space in stat format string.
1910 (tramp-send-command): Unset $PS1 when using here documents, in
1911 order not to get several prompts.
1912 (tramp-get-inline-coding): Return `nil' in case of errors.
1913
08ffb131
DU
19142010-10-21 Daiki Ueno <ueno@unixuser.org>
1915
7c23d9e8
SM
1916 * hexl.el (hexl-mode, hexl-mode-exit):
1917 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
1918 (hexl-revert-buffer-function): New function.
1919 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
1920
ba7fdf30
AM
19212010-10-19 Alan Mackenzie <acm@muc.de>
1922
7c23d9e8
SM
1923 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
1924 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
1925 that these keywords aren't wrongly matched as identifiers.
1926
ba7fdf30
AM
1927 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
1928 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 1929 c-after-change. (Bug#7181)
ba7fdf30 1930
7fd8732d
CY
19312010-10-19 Chong Yidong <cyd@stupidchicken.com>
1932
1933 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
1934 Don't mark as safe.
1935
1936 * custom.el (custom-theme-set-variables): Likewise.
1937 (load-theme): Add custom-theme-set-faces and
1938 custom-theme-set-variables to safe-functions while loading.
1939 (custom-enabled-themes): Mark as risky.
1940
3f12b18c
JD
19412010-10-18 Julien Danjou <julien@danjou.info>
1942
1943 * bindings.el: Remove end dashes in default mode-line-format.
1944
b8a47412
CY
19452010-10-19 Chong Yidong <cyd@stupidchicken.com>
1946
1947 * bindings.el (global-map): Bind C-d to delete-char and deletechar
1948 to delete-forward-char.
1949
1950 * simple.el (normal-erase-is-backspace-mode): Remap delete to
1951 deletechar, and hence delete-forward-char.
1952
ca3fa302
JB
19532010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1954
1955 * repeat.el (repeat): Use read-key (bug#6256).
1956
19572010-10-19 Chong Yidong <cyd@stupidchicken.com>
1958
1959 * emacs-lisp/unsafep.el: Don't mark functions that display
1960 messages as safe. Suggested by Johan Bockgård.
1961
19622010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1963
1964 * minibuffer.el (completion--replace): Move point where it belongs
1965 when there's a common suffix (bug#7215).
1966
19672010-10-19 Kenichi Handa <handa@m17n.org>
1968
1969 * international/characters.el: Add category '|' (word breakable)
1970 to fullwidth characters.
1971
3224b54d
MA
19722010-10-19 Michael Albinus <michael.albinus@gmx.de>
1973
1974 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
1975 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
1976 order to make stat results a float. Patch by Andreas Schwab
1977 <schwab@linux-m68k.org>.
1978
36ba6f07
JD
19792010-10-18 Julien Danjou <julien@danjou.info>
1980
1981 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
1982 hidden by `make-pointer-invisible'.
1983
43f964fc
SM
19842010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1985
1986 * files.el (locate-file-completion-table): Strip non-matching elements
1987 before checking length of list (bug#7238).
1988
e48eb343
CY
19892010-10-18 Chong Yidong <cyd@stupidchicken.com>
1990
1991 * custom.el (custom-theme-set-variables): Mark as a safe function.
1992 (load-theme): Check forms using unsafep.
1993
1994 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
1995
df987d70
AM
19962010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
1997
43f964fc
SM
1998 * textmodes/ispell.el (ispell-aspell-find-dictionary):
1999 Fix aspell data file searching (bug#7230).
df987d70 2000
29a4c45b
CY
20012010-10-16 Chong Yidong <cyd@stupidchicken.com>
2002
2003 * cus-theme.el (custom-theme--migrate-settings): New var.
2004 (customize-create-theme): Allow editing the `user' theme.
2005 (custom-theme-add-variable, custom-theme-add-var-1)
2006 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
2007 to the front of each variable or face widget.
2008 (custom-theme-write): Save theme settings in the correct order.
2009 Optionally, remove saved settings from user customizations.
43f964fc
SM
2010 (custom-theme-write-variables, custom-theme-write-faces):
2011 Save only the checked widgets.
29a4c45b
CY
2012 (customize-themes): Add a link for migrating custom settings.
2013
43f964fc
SM
2014 * custom.el (custom-declare-theme, provide-theme):
2015 Use custom-theme-name-valid-p.
29a4c45b
CY
2016 (custom-theme-name-valid-p): Remove checks that are now
2017 unnecessary since themes no longer obey load-path.
2018
2019 * cus-edit.el (custom-variable-value-create): For the simple
2020 style, hide documentation string when hidden.
2021
782b5e8d
CY
20222010-10-16 Chong Yidong <cyd@stupidchicken.com>
2023
647bc502
CY
2024 * cus-edit.el (custom-variable, custom-face): Combine the
2025 :inhibit-magic and :display-style properties into a single
2026 :custom-style property.
43f964fc
SM
2027 (custom-toggle-hide-variable, custom-toggle-hide-face):
2028 New functions. If hiding an edited value, save it to :shown-value.
2029 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
2030 (custom-magic-reset): Allow magic property to be unset.
2031
782b5e8d
CY
2032 * custom.el: Custom themes no longer use load-path.
2033 (custom-theme-load-path): New option. Change built-in theme
2034 directory to etc/.
2035 (custom-enabled-themes): Add custom-theme-load-path dependency.
2036 (custom-theme--load-path): New function.
2037 (load-theme, custom-available-themes): Use it.
2038
2039 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
2040 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
2041 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
2042 :custom-style property.
782b5e8d
CY
2043
2044 * themes/*.el: Moved to etc/.
2045
99f65cfa
RA
20462010-10-16 Ralf Angeli <angeli@caeruleus.net>
2047
2048 * textmodes/reftex-cite.el
2049 (reftex-extract-bib-entries-from-thebibliography): Do not move
2050 point when searching for \bibitem entries. Match entries with
2051 spaces or tabs in front of arguments.
2052
da16abfc
CY
20532010-10-16 Chong Yidong <cyd@stupidchicken.com>
2054
2055 * cus-theme.el (customize-create-theme): Delete overlays after
2056 erasing. If given a THEME arg, display only the faces of that arg
2057 instead of custom-theme--listed-faces.
2058 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 2059 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
2060 (custom-theme-add-variable, custom-theme-add-face): Apply value
2061 from the theme settings, instead of the current value.
2062 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
2063 (custom-theme-visit-theme): Allow calling outside theme buffers.
2064 (custom-theme-merge-theme): Don't enable the theme when merging.
2065 (custom-theme-write-variables, custom-theme-write-faces): Use the
2066 :shown-value properties to save buffer values, not global ones.
2067 (customize-themes): Display a warning about user customizations.
2068
2069 * cus-edit.el (custom-variable-value-create)
2070 (custom-face-value-create): Obey new special properties
2071 :shown-value and :inhibit-magic.
2072
aa095b2d
MA
20732010-10-15 Michael Albinus <michael.albinus@gmx.de>
2074
2075 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
2076 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
2077 <dale@codefu.org>.
aa095b2d 2078
7ca9cfda
KH
20792010-10-14 Kenichi Handa <handa@m17n.org>
2080
9650fc61
KH
2081 * mail/rmail.el (rmail-show-message-1): Catch an error of
2082 base64-decode-region and just show an error message (bug#7165).
2083
43f964fc 2084 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
2085 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
2086 a font-spec (bug#7197).
2087
220d91b8 20882010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
2089
2090 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
2091
220d91b8 20922010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 2093
c0943d3d
JB
2094 * international/mule.el (define-coding-system):
2095 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
2096 * composite.el (compose-region): Fix typo in docstring.
2097
4983ddea
CY
20982010-10-14 Chong Yidong <cyd@stupidchicken.com>
2099
de43f11b
CY
2100 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
2101 only after checking the theme-face property.
2102
4983ddea
CY
2103 * faces.el (face-spec-reset-face): Reset all attributes in one
2104 single call to set-face-attribute.
2105 (face-spec-match-p): Make it a defsubst.
2106 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
2107 (x-create-frame-with-faces, tty-create-frame-with-faces)
2108 (tty-set-up-initial-frame-faces): Don't recompute face specs in
2109 frame-set-background-mode, since they are recomputed immediately
2110 afterwards in face-set-after-frame-default.
2111 (face-set-after-frame-default): Minor optimization.
2112 (cursor): Provide non-trivial defface spec.
2113
2114 * custom.el (custom-theme-recalc-face): Simplify.
2115
a974dcf2
JB
21162010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
2117
43f964fc 2118 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
2119 (math-is-polynomial, math-is-poly-rec): Replace `var'
2120 with `math-var'.
2121
43f964fc 2122 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
2123 (calcFunc-table, math-scan-for-limits): Replace `var'
2124 with `math-var'.
2125
10e4702a
GM
21262010-10-13 Glenn Morris <rgm@gnu.org>
2127
2128 * subr.el (last): Deal with dotted lists (reported in bug#7174).
2129
88f427d5
SB
21302010-10-13 Stephen Berman <stephen.berman@gmx.net>
2131
2132 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
2133
a1d16a7b
G
21342010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2135
2136 * net/tls.el (tls-program): Remove spurious %s from openssl.
2137 (tls-starttls-switches): Remove starttls hack.
2138 (open-tls-stream): Ditto.
2139 (tls-find-starttls-argument): Ditto.
2140
2e288d54
JB
21412010-10-13 Juanma Barranquero <lekktu@gmail.com>
2142
2143 * image.el (image-library-alist): Declare as obsolete alias.
2144 (image-type-available-p): Use `dynamic-library-alist'.
2145
2146 * term/w32-win.el (dynamic-library-alist):
2147 Use instead of `image-library-alist'.
2148
35744400
IS
21492010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
2150
2151 * subr.el (last): Make it faster. (Bug#7174)
2152
290fe464
RO
21532010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
2154
2155 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
2156
2919746c
CY
21572010-10-12 Chong Yidong <cyd@stupidchicken.com>
2158
2159 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
2160 (describe-theme-1): Extract doc from unloaded themes.
2161
2162 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
2163
2164 * themes/tango-theme.el:
2165 * themes/tango-dark-theme.el:
2166 * themes/wheatgrass-theme.el: New files.
2167
6b09b5d1
CY
21682010-10-12 Chong Yidong <cyd@stupidchicken.com>
2169
2170 * cus-theme.el (describe-theme, customize-themes)
2171 (custom-theme-save): New commands.
2172 (custom-new-theme-mode-map): Bind C-x C-s.
2173 (custom-new-theme-mode): Use custom--initialize-widget-variables.
2174 (customize-create-theme): New optional arg THEME.
2175 (custom-theme-revert): Use it.
2176 (custom-theme-visit-theme): Remove dead code.
2177 (custom-theme-merge-theme): Use custom-available-themes.
2178 (custom-theme-write): Make interactive.
2179 (custom-theme-write): Use custom-theme-name-valid-p.
2180 (describe-theme-1, custom-theme-choose-revert)
2181 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
2182 New funs.
2183 (custom-theme-allow-multiple-selections): New option.
2184 (custom-theme-choose-mode): New major mode.
2185
43f964fc
SM
2186 * custom.el (custom-theme-set-variables): Remove dead code.
2187 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
2188 (custom--inhibit-theme-enable): New var.
2189 (provide-theme): Obey it.
2190 (load-theme): Replace load with manual read/eval, in order to
2191 check for correctness. Use custom-theme-name-valid-p.
2192 (custom-theme-name-valid-p): New function.
2193 (custom-available-themes): Use it.
2194
2195 * cus-edit.el (custom--initialize-widget-variables): New function.
2196 (Custom-mode): Use it.
2197
43f964fc
SM
2198 * cus-face.el (custom-theme-set-faces): Remove dead code.
2199 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
2200
2201 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
2202
16366259
JB
22032010-10-12 Juanma Barranquero <lekktu@gmail.com>
2204
cb7d821e 2205 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 2206
4c14013d 22072010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 2208
4c14013d
JB
2209 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
2210 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
2211 (mac-right-option-modifier): New alias for ns-right-option-modifier.
2212
2213 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 2214
4c14013d 22152010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
2216
2217 * emacs-lisp/lisp.el (lisp-completion-at-point):
2218 Use emacs-lisp-mode-syntax-table for the whole function.
2219
4c14013d 22202010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
2221
2222 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
2223 instead of font-lock-mode before adding keywords.
2224 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
2225 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
2226 non-nil; removed hook inhibit hack.
2227
4c14013d 22282010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 2229
d15f9a2b
GM
2230 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
2231 (load-path-shadows-find): ... to this.
2232 (list-load-path-shadows): Update for above change.
2233
c7d6d8a1
GM
2234 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
2235
f0b7f5a8
KY
22362010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2237
2238 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
2239 Fix comment for declare-function.
2240
05d22d02
CY
22412010-10-11 Chong Yidong <cyd@stupidchicken.com>
2242
2243 * custom.el (custom-fix-face-spec): New function; code moved from
2244 custom-face-edit-fix-value.
2245 (custom-push-theme): Use it when checking if a face has been
2246 changed outside customize.
2247 (custom-available-themes): New function.
2248 (load-theme): Use it.
2249
43f964fc 2250 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
2251
2252 * custom.el (custom-push-theme): Cleanup (use cond).
2253 (disable-theme): Recompute the saved-face property.
2254 (custom-theme-recalc-face): Follow face alias before setting prop.
2255
43f964fc
SM
2256 * image.el (image-checkbox-checked, image-checkbox-unchecked):
2257 New variables, containing checkbox images.
05d22d02
CY
2258
2259 * startup.el (fancy-startup-tail):
2260 * wid-edit.el (checkbox): Use them.
2261
293e7c22
DN
22622010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
2263
a0310a6c
DN
2264 * shell.el (shell-mode-map):
2265 * progmodes/modula2.el (m2-mode-map):
2266 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
2267 * play/mpuz.el (mpuz-mode-map):
2268 * play/landmark.el (lm-mode-map):
2269 * play/decipher.el (decipher-mode-map):
2270 * play/5x5.el (5x5-mode-map):
2271 * net/telnet.el (telnet-mode-map):
2272 * net/quickurl.el (quickurl-list-mode-map):
2273 * net/mairix.el (mairix-searches-mode-map):
2274 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
2275 * net/dig.el (dig-mode-map):
2276 * mail/mspools.el (mspools-mode-map):
2277 * hexl.el (hexl-mode-map):
2278 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
2279 (wordstar-C-o-map, wordstar-C-q-map):
2280 * emacs-lisp/edebug.el (edebug-eval-mode-map):
2281 * emacs-lisp/chart.el (chart-map):
2282 * edmacro.el (edmacro-mode-map):
2283 * erc/erc-list.el (erc-list-menu-mode-map):
2284 * array.el (array-mode-map): Declare and define in one step.
2285
293e7c22
DN
2286 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
2287
446b12da
DU
22882010-10-10 Daiki Ueno <ueno@unixuser.org>
2289
2290 * epa.el (epa-passphrase-callback-function): Display filename
2291 passed as the 3rd arg.
43f964fc
SM
2292 * epa-file.el (epa-file-passphrase-callback-function):
2293 Pass filename to epa-passphrase-callback-function.
446b12da 2294
76c16af8
CY
22952010-10-09 Chong Yidong <cyd@stupidchicken.com>
2296
2297 * cus-edit.el (custom-face-widget-to-spec)
2298 (custom-face-get-current-spec, custom-face-state): New functions.
2299 (custom-face-set, custom-face-mark-to-save)
2300 (custom-face-value-create, custom-face-state-set): Use them.
2301
2302 * cus-theme.el (custom-theme--listed-faces): New var.
2303 (customize-create-theme): Use *Custom Theme* as the buffer name.
2304 Set revert-buffer-function. Optional arg BUFFER. Insert all
2305 faces listed in custom-theme--listed-faces.
2306 (custom-theme-revert): New function.
2307 (custom-theme-add-variable, custom-theme-add-face): Insert at the
2308 bottom of the list.
2309 (custom-theme-write): Prompt for theme name if empty.
2310 (custom-theme-write-variables): Use dolist.
2311 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
2312
e15f8aaa
AM
23132010-10-09 Alan Mackenzie <acm@muc.de>
2314
2315 Enhance fontification of declarators to take account of the
2316 presence/absence of "typedef".
2317
2318 * cc-engine.el (c-forward-type): New &optional param
2319 "brace-block-too".
2320 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 2321 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
2322
2323 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
2324 fontification of declarators which follow a "}".
2325 (c-font-lock-declarations): Fontify declarators according to the
2326 presence/absence of "typedef".
2327
2328 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
2329 for "typedef".
2330 (c-typedef-decl-key): New lang variable built from
2331 c-typedef-decl-kwds.
2332
cf321e50
LMI
23332010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2334
77aec221
LMI
2335 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
2336 since that's too annoying. Move the filter groups commands to
2337 TAB/backtab.
2338
7450df5d
LMI
2339 * epa.el (epa-passphrase-callback-function): Say what we're
2340 querying the password for.
2341
cf321e50 2342 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 2343 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 2344
587faadd
CY
23452010-10-08 Chong Yidong <cyd@stupidchicken.com>
2346
2347 * cus-edit.el (custom-commands, custom-buffer-create-internal)
2348 (custom-magic-value-create): Pad button tags with spaces.
2349 (custom-face-edit): New variable.
2350 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
2351 face editor here, instead of using custom-face-selected.
2352 Pass face defaults to custom-face-edit widget.
587faadd
CY
2353 (custom-face-selected, custom-display-unselected): Delete widgets.
2354 (custom-display-unselected-match): Function removed.
43f964fc
SM
2355 (custom-face-set, custom-face-mark-to-save):
2356 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
2357
2358 * wid-edit.el (widget--completing-widget): New var.
2359 (widget-default-complete): Bind it when doing completion.
2360 (widget-string-complete, widget-file-complete): Use it.
2361
a1ab97d0
GM
23622010-10-09 Glenn Morris <rgm@gnu.org>
2363
85d50db7
GM
2364 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
2365 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
2366 (holiday-hebrew-misc): Small simplifications.
2367
3fb78d1f
GM
2368 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
2369
a1ab97d0
GM
2370 * net/browse-url.el: Don't require thingatpt, term, dired,
2371 executable, or w3-auto when compiling.
2372 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
2373 Declare.
2374 (browse-url-text-emacs): Require term.
2375
2187e5bb
AS
23762010-10-08 Andreas Schwab <schwab@linux-m68k.org>
2377
2378 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
2379
e5d49589
GM
23802010-10-08 Glenn Morris <rgm@gnu.org>
2381
5823f53f
GM
2382 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
2383
e5d49589
GM
2384 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
2385 (shadows-compare-text-p): Make it an obsolete alias for...
2386 (load-path-shadows-compare-text): ... new name.
2387 (find-emacs-lisp-shadows): Update for above name change.
2388 (load-path-shadows-same-file-or-nonexistent): New name for the old
2389 shadow-same-file-or-nonexistent.
2390
4628bef1 23912010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
2392
2393 * minibuffer.el (completion--some, completion--do-completion)
2394 (minibuffer-complete-and-exit, minibuffer-completion-help)
2395 (completion-basic-try-completion)
2396 (completion-basic-all-completions)
2397 (completion-pcm--find-all-completions): Use lexical-let to
2398 avoid some false matches in variable completion (Bug#7056)
2399
4628bef1 24002010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
2401
2402 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
2403
4628bef1 24042010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
2405
2406 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
2407 return non-nil if the file exists (Bug#7090).
2408
4628bef1 24092010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
2410
2411 * minibuffer.el (completion--replace):
2412 Better preserve markers (bug#7138).
2413
4628bef1 24142010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
2415
2416 * server.el (server-process-filter): Doc fix.
2417
4628bef1 24182010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
2419
2420 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
2421
e4adf61e
GM
24222010-10-08 Glenn Morris <rgm@gnu.org>
2423
24ac444f
GM
2424 * vc/ediff-wind.el (ediff-setup-control-frame):
2425 * vc/ediff-ptch.el (ediff-default-backup-extension):
2426 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
2427 (ediff-exec-process): Remove system-types emx, windows-95.
2428
e4adf61e
GM
2429 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
2430
61328d7c
CY
24312010-10-07 Chong Yidong <cyd@stupidchicken.com>
2432
2433 * cus-edit.el (custom-variable, custom-face): Doc fix.
2434 (custom-face-edit): Add value-create attribute.
2435 (custom-face-edit-value-create)
43f964fc
SM
2436 (custom-face-edit-value-visibility-action): New functions.
2437 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
2438 (custom-face-edit-deactivate): Show empty values with shadow face.
2439 (custom-face-selected): Only use this for face specs with default
2440 attributes.
2441 (custom-face-value-create): Cleanup.
2442
2443 * wid-edit.el (widget-checklist-value-create): Use dolist.
2444 (widget-checklist-match-find): Make second arg optional.
2445
ac44263a
GM
24462010-10-07 Glenn Morris <rgm@gnu.org>
2447
849b02b4
GM
2448 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
2449 Prefix things.
2450
ac44263a
GM
2451 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
2452 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
2453 load-path-shadows-mode, update references.
06d9ef85
GM
2454 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
2455 Rename variable and button.
2456 (list-load-path-shadows): Update button caller.
ac44263a 2457
29c72a6e
SM
24582010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2459
2460 * emacs-lisp/smie.el (smie-bnf-classify): New function.
2461 (smie-bnf-precedence-table): Use it to remember the closers/openers.
2462 (smie-merge-prec2s): Handle those new entries.
2463 (smie-prec2-levels): Only set precedence to nil for actual
2464 openers/closers.
2465 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
2466 that is now unnecessary.
2467
775f75bc 24682010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
2469
2470 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
2471
7e1e2a6e
GM
24722010-10-07 Glenn Morris <rgm@gnu.org>
2473
58d1ac6d
GM
2474 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
2475 (mail-position-on-field): Remove declarations.
2476 (mail-position-on-field): Autoload it.
2477 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
2478 and mail-header-end. Don't require sendmail.
2479
7b9235ad
GM
2480 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
2481 (shadow-mode): New mode.
2482 (shadow-find-file): New button.
2483 (list-load-path-shadows): Use shadow-mode and buttons.
2484
52da2182
GM
2485 * iimage.el (iimage-version): Remove.
2486 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
2487 Turn into defcustoms.
2488 (iimage-mode-map): Give it a doc string.
2489
7e1e2a6e
GM
2490 * calendar/appt.el (appt-activate): Give a warning rather than an error
2491 if there is no diary-file.
2492
e44eccd7
MA
24932010-10-06 Michael Albinus <michael.albinus@gmx.de>
2494
29c72a6e
SM
2495 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2496 Use `tramp-handle-find-backup-file-name'.
e44eccd7 2497
4583e796
GM
24982010-10-06 Glenn Morris <rgm@gnu.org>
2499
6aecca99
GM
2500 * font-core.el (font-lock-defaults-alist): Remove variable.
2501 (font-lock-mode): Doc fix.
2502 (font-lock-default-function): Do not consult font-lock-defaults-alist.
2503 * font-lock.el (font-lock-refresh-defaults): Doc fix.
2504 (font-lock-set-defaults): Doc fix.
2505 Do not consult font-lock-defaults-alist.
2506
645a6257
GM
2507 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
2508
4583e796
GM
2509 * emacs-lisp/cl.el: No longer provide cl-19.
2510
bd8fadca
MA
25112010-10-05 Michael Albinus <michael.albinus@gmx.de>
2512
2513 * net/tramp.el (tramp-handle-directory-files-and-attributes)
2514 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
2515 New defuns, taken from tramp-smb.el.
2516 (tramp-coding-system-change-eol-conversion)
43f964fc 2517 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 2518
43f964fc 2519 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
2520 (tramp-compat-coding-system-change-eol-conversion)
2521 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
2522 from tramp.el.
2523
2524 * net/tramp-gvfs.el:
2525 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
2526 by `tramp-compat-set-process-query-on-exit-flag'.
2527
43f964fc
SM
2528 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
2529 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
2530 `tramp-handle-file-exists-p' and
2531 `tramp-handle-file-newer-than-file-p'.
2532 (tramp-imap-handle-file-exists-p)
2533 (tramp-imap-handle-file-executable-p)
2534 (tramp-imap-handle-file-readable-p)
2535 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 2536 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
2537
2538 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
2539 by `tramp-compat-set-process-query-on-exit-flag' and
2540 `tramp-coding-system-change-eol-conversion' by
2541 `tramp-compat-coding-system-change-eol-conversion'.
2542
43f964fc
SM
2543 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2544 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
2545 `tramp-handle-file-exists-p' and
2546 `tramp-handle-file-newer-than-file-p'.
2547 (tramp-smb-handle-directory-files-and-attributes)
2548 (tramp-smb-handle-file-exists-p)
43f964fc
SM
2549 (tramp-smb-handle-file-newer-than-file-p): Remove.
2550 (tramp-smb-maybe-open-connection):
2551 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
2552 `tramp-compat-set-process-query-on-exit-flag'.
2553
726c5357
GM
25542010-10-05 Glenn Morris <rgm@gnu.org>
2555
2556 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
2557
4a93e698
MA
25582010-10-04 Michael Albinus <michael.albinus@gmx.de>
2559
2560 Continue reorganization of load dependencies. (Bug#7156)
2561
2562 * net/tramp.el (tramp-handle-file-local-copy-hook)
2563 (tramp-delete-temp-file-function): Move down.
2564 (tramp-exists-file-name-handler): Move up.
2565 (tramp-register-file-name-handlers): Simplify autoload.
2566 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
2567 (tramp-handle-directory-files, tramp-handle-dired-uncache)
2568 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
2569 (tramp-handle-file-name-completion)
2570 (tramp-handle-file-name-directory)
2571 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
2572 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
2573 (tramp-handle-find-backup-file-name)
2574 (tramp-handle-insert-file-contents, tramp-handle-load)
2575 (tramp-handle-substitute-in-file-name)
2576 (tramp-handle-unhandled-file-name-directory)
2577 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 2578 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
2579
2580 * net/tramp-gvfs.el (top):
2581 * net/tramp-smb.el (top): Do not require 'tramp-sh.
2582
2583 * net/tramp-sh.el (all): Move several objects to tramp.el, see
2584 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
2585
b4593555
GM
25862010-10-04 Glenn Morris <rgm@gnu.org>
2587
2588 * calendar/appt.el (appt-add): Ensure reminders are enabled.
2589 (appt-activate): Give status messages.
2590
8762aa10
TZ
25912010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
2592
2593 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
2594 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
2595 `gnutls-negotiate' (formerly `starttls-negotiate').
2596 Remove trivial wrapper `starttls-open-stream'.
8762aa10 2597
82fb8701
DN
25982010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2599
2600 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
2601 log-outgoing commands.
2602 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
2603 to create a buffer local revert-buffer-function variable.
2604 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
2605 revert-buffer-function lambda.
2606
c1ae068b
LMI
26072010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
2608
2609 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
2610 `gnutls-boot'. Make TYPE the only required parameter.
2611 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
2612 (open-ssl-stream): Use it.
2613
67141a37
GM
26142010-10-03 Glenn Morris <rgm@gnu.org>
2615
77f38949
GM
2616 * subr.el (directory-sep-char): Remove obsolete variable.
2617 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
2618 it is "necessary".
2619
67141a37
GM
2620 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
2621 * vc/vc.el (vc-static-header-alist): Doc fix.
2622 * vc/vc-cvs.el (vc-cvs-header):
2623 * vc/vc-rcs.el (vc-rcs-header):
2624 * vc/vc-sccs.el (vc-sccs-header):
2625 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
2626 * obsolete/vc-mcvs.el (vc-mcvs-header):
2627 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
2628 on XEmacs.
2629
96bcef2e
CY
26302010-10-03 Chong Yidong <cyd@stupidchicken.com>
2631
43f964fc
SM
2632 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
2633 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 2634
ef47f179
GM
26352010-10-03 Glenn Morris <rgm@gnu.org>
2636
0437978e
GM
2637 * obsolete/x-menu.el: Remove file, obsolete since 21.1
2638
aee3c6f7
GM
2639 * textmodes/rst.el (rst-font-lock-keywords-function):
2640 Drop Emacs 20 code.
2641
f88cd114
GM
2642 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
2643
6abfe35f
GM
2644 * printing.el: Drop Emacs 20 code.
2645
59e31cfa
GM
2646 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
2647 without having used appt.el already).
2648
922ad43e
GM
2649 * subr.el (make-local-hook): Remove function obsolete since 21.1.
2650 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
2651 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
2652 XEmacs.
2653 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
2654 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
2655
ef47f179
GM
2656 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
2657 (charset-width, find-charset-region, chars-in-region, forward-point)
2658 (encode-coding-string, coding-system-p, ccl-execute-on-string)
2659 (define-ccl-program, multibyte-string-p, string-make-multibyte):
2660 Remove compatibility cruft (none of these are used by ps*.el).
2661
ac6ca7ba
KR
26622010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
2663
2664 * subr.el (booleanp): Return t instead of a list (Bug#7086).
2665
2a847524
CY
26662010-10-03 Chong Yidong <cyd@stupidchicken.com>
2667
43f964fc
SM
2668 * server.el (server-process-filter, server-return-error):
2669 Give emacsclient time to shut down after receiving an error string.
2a847524 2670
4bc3c53d
MA
26712010-10-02 Michael Albinus <michael.albinus@gmx.de>
2672
2673 * files.el (remote-file-name-inhibit-cache): New defcustom.
2674
43f964fc
SM
2675 * time.el (display-time-file-nonempty-p):
2676 Use `remote-file-name-inhibit-cache'.
4bc3c53d 2677
43f964fc
SM
2678 * net/tramp.el (tramp-completion-reread-directory-timeout):
2679 Fix docstring.
4bc3c53d
MA
2680
2681 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
2682 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
2683 `remote-file-name-inhibit-cache'. Check also for an integer
2684 value. Add/increase counter when `tramp-verbose' >= 10.
2685 (tramp-set-file-property): Add/increase counter when
2686 `tramp-verbose' >= 10.
2687
2688 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2689 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
2690 (tramp-bug): Set tramp-autoload cookie. Report all interned
2691 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
2692 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
2693 characters only in strings.
2694
2695 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
2696 to backward compatibility.
2697
2698 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
2699 (tramp-handle-file-name-all-completions)
43f964fc
SM
2700 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
2701 (tramp-open-connection-setup-interactive-shell):
2702 Call `tramp-cleanup-connection' directly.
4bc3c53d 2703
9c524fcb
GM
27042010-10-02 Glenn Morris <rgm@gnu.org>
2705
3226d6ca
GM
2706 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
2707
2708 * subr.el (char-bytes): Remove obsolete function.
2709
2710 * isearch.el (isearch-return-char): Remove obsolete function.
2711
2712 * mouse.el: No longer provide mldrag.
2713 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
2714 Remove obsolete aliases.
2715
2716 * comint.el (comint-kill-output): Remove obsolete alias.
2717
2718 * composite.el (decompose-composite-char): Remove obsolete function.
2719 * ps-def.el (decompose-composite-char): Remove unused function.
2720
2721 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
2722
2723 * outline.el (outline-visible): Remove obsolete function.
2724
2725 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
2726 * faces.el (internal-find-face, internal-get-face)
2727 (frame-update-faces, frame-update-face-colors)
2728 (x-frob-font-weight, x-frob-font-slant)
2729 (internal-frob-font-weight, internal-frob-font-slant)
2730 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
2731 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
2732 (x-make-font-bold-italic): Remove functions and aliases, obsolete
2733 since Emacs 21.1.
2734 * emulation/viper-util.el (viper-get-face):
2735 * obsolete/lucid.el (find-face, get-face): Use facep.
2736 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
2737 Remove unused functions.
2738 * vc/ediff-util.el (ediff-submit-report): Doc fix.
2739
9c524fcb
GM
2740 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
2741 delete tempfile if interrupted during compilation.
2742
aecb42aa
LMI
27432010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2744
2745 * net/tls.el (tls-starttls-switches): Give up on using starttls with
2746 gnutls-cli.
2747 (tls-program): Add --insecure to be consistent with the defaults from
2748 openssl s_client. Now all three commands are insecure.
2749
73077a9a
EZ
27502010-10-01 Eli Zaretskii <eliz@gnu.org>
2751
2752 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
2753 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
2754 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
2755
1ef075bb
GM
27562010-10-01 Glenn Morris <rgm@gnu.org>
2757
1fcaf927
GM
2758 * obsolete/sc.el: Remove file.
2759
1ef075bb
GM
2760 * files.el (temporary-file-directory): On darwin, also try
2761 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
2762
a16f5f64
JB
27632010-10-01 Juanma Barranquero <lekktu@gmail.com>
2764
2765 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
2766 Let's not break compatibility gratuitously, shall we?
2767
6b958814
G
27682010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2769
47e08896 2770 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
2771 (tls-find-starttls-argument): Use it.
2772 (open-tls-stream): Ditto.
2773
47e08896 2774 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
2775 entry.
2776 (netrc-machine): Ditto.
2777
cad90f3b
EZ
27782010-09-30 Eli Zaretskii <eliz@gnu.org>
2779
2780 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
2781
968ef9b4
JB
27822010-09-30 Juanma Barranquero <lekktu@gmail.com>
2783
2784 * server.el (server-start): Don't write pid to the authentication file.
2785 (server-create-tty-frame): Don't send pid.
2786 (server-process-filter): Send pid at the start of every connection.
2787
3536dea8
GM
27882010-09-30 Glenn Morris <rgm@gnu.org>
2789
8e378d88
GM
2790 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
2791 (show-all-diary-entries): Remove obsolete function aliases.
2792
3536dea8
GM
2793 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
2794 Remove options, obsolete since 22.1.
6a7662bb
BR
2795 (appt-display-format, appt-display-message):
2796 Remove backwards-compatibility code.
3536dea8
GM
2797 (appt-check): No longer check appt-issue-message.
2798 (appt-make-list): No longer autoload it. Doc fix. No longer
2799 activate the package.
2800
df7fcaff
LMI
28012010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2802
2803 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
2804 (starttls-negotiate): Just call boot, and let the handshake be
2805 triggered from the read loop.
df7fcaff 2806
c2828614
GM
28072010-09-29 Glenn Morris <rgm@gnu.org>
2808
17a46341
GM
2809 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
2810 not displaying the diary.
2811 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
2812 * calendar/appt.el (appt-check): No longer need to kill diary.
2813
7161e329
GM
2814 * calendar/diary-lib.el (diary-list-entries): Move the
2815 "Preparing..." message entirely here.
2816 (diary-simple-display, diary-fancy-display): Move "Preparing..."
2817 messages to diary-list-entries.
2818 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
2819 diary-display-function.
2820
d0de6cba
GM
2821 * calendar/diary-lib.el (diary-include-other-diary-files):
2822 Trap some recursive includes.
2823
c2828614
GM
2824 * calendar/appt.el (appt-activate): Check diary file.
2825
0c43b6f8
KY
28262010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
2827
2828 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2829 construction.
2830
2831 * calendar/time-date.el: No need to require cl for Emacs 21.
2832
97ce2730
GM
28332010-09-28 Glenn Morris <rgm@gnu.org>
2834
2835 * calendar/appt.el (appt-check): Minor simplification.
2836
e0a185ae
KY
28372010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2838
2839 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
2840 citation prefix.
2841
c19f76a1
AS
28422010-09-27 Andreas Schwab <schwab@linux-m68k.org>
2843
95b6d681
JB
2844 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2845 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 2846
fd057fd2
KH
28472010-09-27 Kenichi Handa <handa@m17n.org>
2848
2849 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
2850 "ustar" format.
2851
368b3544
KH
28522010-09-27 Kenichi Handa <handa@m17n.org>
2853
2854 * international/mule.el (define-coding-system): Docstring fixed.
2855
2856 * international/mule-diag.el (describe-character-set): Use princ
2857 with proper print-length and print-level instead of insert.
2858
95b6d681 28592010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
2860
2861 * window.el (walk-windows): Doc fix (bug#7105).
2862
99368725
SM
28632010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2864
2865 * emacs-lisp/float-sup.el (e): Remove.
2866
8ed70bf3
LMI
28672010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
2868
2869 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
2870 variable.
2871 (starttls-negotiate): Use it.
2872
d2e9d0bb
LMI
28732010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2874
2875 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
2876 back.
2877
15413fb4
SM
28782010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2879
2880 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
2881
1821a7b4
LMI
28822010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2883
6303aba1
LMI
2884 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
2885
1821a7b4
LMI
2886 * net/netrc.el (netrc-store-data): New function.
2887
8af55556
TZ
28882010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
2889
2890 * net/gnutls.el: GnuTLS glue code to set up a connection.
2891
42343747
JD
28922010-09-25 Julien Danjou <julien@danjou.info>
2893
2894 * notifications.el: Call dbus-register-signal only if it is bound.
2895
ec60da52
GM
28962010-09-25 Glenn Morris <rgm@gnu.org>
2897
2898 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
2899 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
2900 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
2901 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
2902 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
2903 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
2904 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
2905 * eshell/esh-util.el, eshell/esh-var.el:
2906 Remove leading `*' from docs of faces and defcustoms.
2907
4c964351
UM
29082010-09-25 Ulrich Mueller <ulm@gentoo.org>
2909
2910 * eshell/em-ls.el (eshell-ls-archive-regexp):
2911 * eshell/esh-util.el (eshell-tar-regexp):
2912 * ibuffer.el (ibuffer-compressed-file-name-regexp):
2913 * info.el (Info-suffix-list):
2914 * international/mule.el (auto-coding-alist):
2915 * woman.el (woman-file-regexp, woman-file-compression-regexp):
2916 * progmodes/etags.el (tags-compression-info-list):
2917 Support xz compression.
2918
41f54b73
CY
29192010-09-25 Chong Yidong <cyd@stupidchicken.com>
2920
2921 * files.el (get-free-disk-space): Don't assume the "df" output
2922 columns line up (Bug#6995).
2923
40b1a3a9
JB
29242010-09-25 Juanma Barranquero <lekktu@gmail.com>
2925
2926 * finder.el (finder-unknown-keywords):
2927 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
2928 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
2929
ba3033ee
JB
29302010-09-25 Juanma Barranquero <lekktu@gmail.com>
2931
2932 * server.el (server-start): Revert part of 2010-08-08 change. Using
2933 address 127.0.0.1 for local host is now done in Fmake_network_process.
2934
5e339ee2
GM
29352010-09-24 Glenn Morris <rgm@gnu.org>
2936
2937 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
2938 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
2939 * textmodes/css-mode.el, textmodes/dns-mode.el:
2940 Move autoloaded auto-mode-alist entries to files.el.
2941 * files.el (auto-mode-alist): Move entries here.
2942
af3ccb5c
GM
29432010-09-23 Glenn Morris <rgm@gnu.org>
2944
2945 * isearch.el (isearch-lazy-highlight-cleanup)
2946 (isearch-lazy-highlight-initial-delay)
2947 (isearch-lazy-highlight-interval)
2948 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
2949 * net/net-utils.el (ipconfig-program-options):
2950 Move aliases to options before the associated definitions.
2951
266a86bd 29522010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
2953
2954 * newcomment.el (comment-normalize-vars): Better test validity of
2955 comment-end-skip.
2956
27ffea71 29572010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
2958
2959 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
2960 (float-e): New name for `e'.
2961 (degrees-to-radians, radians-to-degrees):
2962 * calendar/solar.el (solar-longitude):
2963 * calculator.el (calculator-registers, calculator-funcall):
2964 * textmodes/artist.el (artist-spray-random-points):
2965 * play/bubbles.el (bubbles--initialize-images): Use new names.
2966
27ffea71 29672010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
2968
2969 Update to CEDET 1.0's version of EIEIO.
2970
9e0d4f9e
SM
2971 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
2972 New function.
a2930e43
EL
2973 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
2974 (eieio-default-eval-maybe): Eval val instead of unquoting only.
2975 (class-precedence-list): If class is nil, return nil.
2976 (eieio-generic-call): If class of first input arg is nil, don't
2977 look up static methods, and do check for primary methods.
2978 (initialize-instance): See if the default needs to be evaluated
2979 during the constructor.
2980 (eieio-perform-slot-validation-for-default): Don't do the check
2981 for values that will eventually be evaluated.
2982 (eieio-eval-default-p): New function.
2983 (eieio-default-eval-maybe): Use it.
2984
27ffea71 29852010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
2986
2987 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
2988 method-invocation-order.
2989 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
2990 (eieio-class-precedence-dfs): Compute class precedence list using
2991 dfs algorithm.
2992 (eieio-class-precedence-bfs): Compute class precedence list using
2993 bfs algorithm.
9e0d4f9e 2994 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
2995 c3 algorithm.
2996 (class-precedence-list): New function.
2997 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
2998 (inconsistent-class-hierarchy): New error symbol.
2999 (call-next-method): Stow the replacement argument list for future
3000 call-next-method invocations.
3001
266a86bd 30022010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 3003
ea7f9ebf
GM
3004 * calendar/appt.el (appt-check): If not displaying the diary,
3005 use (diary 1) to only get the entries we need.
3006 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
3007 that it is in day order. (Bug#7019)
3008
1bf6d075
GM
3009 * calendar/appt.el (appt-check): Rather than showing the diary,
3010 just turn off invisible display, and only if needed.
3011
87e798a7
GM
3012 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
3013
1fc7dabf
GM
30142010-09-23 Glenn Morris <rgm@gnu.org>
3015
7a16788b
GM
3016 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
3017 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 3018 Start warnings with lower-case, like the majority.
7a16788b 3019
19543b17
GM
3020 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
3021
54238e6d
GM
3022 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
3023
ce009d0b
GM
3024 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
3025 * files.el (auto-mode-alist): Move ld-script entries here, further down
3026 the list.
3027
7b344dfe
GM
3028 * vc/add-log.el: Don't require timezone when compiling.
3029 (timezone-make-date-sortable): Autoload it.
3030 (change-log-sortable-date-at): Don't require timezone.
3031 Use `ignore-errors'.
3032
d9703498
GM
3033 * comint.el (comint-use-prompt-regexp-instead-of-fields):
3034 Move alias before definition, so it does not need autoloading.
3035
1fc7dabf
GM
3036 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
3037 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
3038 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
3039 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
3040 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
3041 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
3042 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
3043 * textmodes/tex-mode.el, textmodes/two-column.el:
3044 Remove leading `*' from docs of defcustoms etc.
3045
7676efad
TZ
30462010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
3047
3048 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
3049
b069e5a6
G
30502010-09-22 Dan Christensen <jdc@uwo.ca>
3051
3052 * calendar/time-date.el (date-to-time): Try using parse-time-string
3053 first before using the slower timezone-make-date-arpa-standard.
3054
1bf68d53
KY
30552010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
3056
3057 * calendar/time-date.el (format-seconds): Comment fix.
3058
cd205c76
GM
30592010-09-22 Glenn Morris <rgm@gnu.org>
3060
3061 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
3062 is not automatically buffer-local.
3063
4ddea91b
SM
30642010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3065
3066 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
3067 (smie-indent-comment): Be more careful with comment-start-skip.
3068 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
3069 (smie-indent-functions): Use them.
3070
b0f037ed
MA
30712010-09-21 Michael Albinus <michael.albinus@gmx.de>
3072
3073 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
3074
8cf1771a
JD
30752010-09-21 Jan Djärv <jan.h.d@swipnet.se>
3076
36a1b6db
JD
3077 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
3078 tool-bar-position. Don't modify frame parameters here.
180fb94a 3079 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 3080
8cf1771a
JD
3081 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
3082
0097720d
SM
30832010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3084
5d8e0d5d
SM
3085 * textmodes/reftex-parse.el (reftex-what-macro)
3086 (reftex-context-substring): Let-bind forward-sexp-function to nil
3087 since we don't need/want to treat \begin...\end as a block (bug#7053).
3088
984edd22
SM
3089 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
3090
3091 * simple.el (blink-matching-open): Use syntax-class.
3092
3672149f
SM
3093 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
3094 Set invisibility spec for pascal's outline mode.
3095 (pascal-outline-change): Clean up calling convention.
3096 (pascal-show-all, pascal-hide-other-defuns): Update callers.
3097
549d0e1e
SM
3098 * progmodes/prolog.el (prolog-smie-forward-token)
3099 (prolog-smie-backward-token): New functions.
3100 (prolog-mode-variables): Use them to parse "!," correctly.
3101 Set up smie-blink-matching for ".".
3102
a9cb95dd
SM
3103 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
3104 and `end'.
3105 (ispell-region, ispell-process-line): Update users.
3106
de558d10
SM
3107 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
3108 point-min==1.
3109
94eb3112
SM
3110 * textmodes/ispell.el: Fix commenting convention.
3111 (ispell-parse-output): Simplify, use push.
3112 (ispell-region): Use match-string-no-properties.
3113 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
3114 (ispell-minor-mode): Use define-minor-mode.
3115 (ispell-message): Remove unused var `skip-regexp'.
3116 (ispell-add-per-file-word-list): Use dynamic let-binding.
3117 Try and use the proper comment marker.
3118
1f7f45a5
SM
3119 * mail/sendmail.el: Fix commenting convention.
3120 (sendmail-send-it): Use line-beginning-position.
3121
0097720d
SM
3122 * help-fns.el (describe-variable): Add original value, if applicable.
3123
596880ea
JB
31242010-09-20 Juanma Barranquero <lekktu@gmail.com>
3125
f0713411
JB
3126 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
3127
596880ea
JB
3128 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
3129
37c0347e
SM
31302010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3131
2bc01104
SM
3132 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
3133 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
3134 (smie-prec2-levels): Use them to better diagnose precedence cycles.
3135 (smie-blink-matching-check): Don't signal a mismatch if car is t.
3136 (smie-blink-matching-open): Rewrite to remove assumptions, so that
3137 something like "." can also be a closer.
3138 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
3139 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
3140 Rename internal functions to use "--". Update callers.
3141
e2c3f530
SM
3142 * frame.el (make-frame-names-alist): Don't list frames on other displays.
3143
37c0347e
SM
3144 * fringe.el (fringe-styles): New var.
3145 (fringe-mode, fringe-query-style): Use it.
3146
74790210
MM
31472010-09-18 Michael R. Mauger <mmaug@yahoo.com>
3148
3149 * progmodes/sql.el: Version 2.8
93acd23d 3150 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
3151 (sql-product-alist): Add :list-all and :list-table features for
3152 SQLite, Postgres and MySQL products.
3153 (sql-redirect): Handle default value.
3154 (sql-execute, sql-execute-feature): New functions.
3155 (sql-read-table-name): New function.
93acd23d 3156 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
3157 (sql-mode-map, sql-interactive-mode-map): Add key definitions
3158 for above functions.
3159 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
3160 for above functions.
3161 (sql-postgres-login-params): Add user and database defaults.
3162 (sql-buffer-live-p): Bug fix.
93acd23d 3163 (sql-product-history): New variable.
74790210
MM
3164 (sql-read-product): New function. Use it.
3165 (sql-set-product, sql-product-interactive): Use it.
3166 (sql-connection-history): New variable.
93acd23d 3167 (sql-read-connection): New function. Use it.
74790210
MM
3168 (sql-connect): New function.
3169 (sql-for-each-login): Redesign function interface.
3170 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
3171 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
3172 (sql-comint): Check for program. Existing live buffer.
74790210
MM
3173 (sql-comint-postgres): Add port parameter.
3174
cec01cd2
SM
31752010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3176
3177 * emacs-lisp/warnings.el: Fix commenting convention.
3178 (display-warning): Use special mode and make the buffer read-only.
3179
c2a845b5
JB
31802010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
3181
3182 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
3183 empty string when it follows a repeated or optional pattern.
3184
f5632fb6
SM
31852010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3186
3187 * indent.el (indent-according-to-mode): Apply syntax-propertize.
3188 (indent-region): Use indent-according-to-mode.
3189
71b961e8
EZ
31902010-09-18 Eli Zaretskii <eliz@gnu.org>
3191
3192 * fringe.el (fringe-mode): Doc fix.
3193
dbbd7ad4
KRC
31942010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3195
3196 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
3197 refreshing the preview buffer.
3198
b879a6e2
SM
31992010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3200
3201 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
3202 (latex-syntax-propertize-rules): New consts; replace
3203 tex-font-lock-syntactic-keywords.
3204 (tex-env-mark, latex-env-before-change): New functions.
3205 (latex-electric-env-pair-mode): New minor mode.
3206 (tex-font-lock-verb): Change arguments; do move point.
3207 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
3208 representation as a form of comment.
3209 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
3210 (doctex-syntax-propertize-rules): New const; replaces
3211 doctex-font-lock-syntactic-keywords.
3212 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
3213
3214 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
3215 (fortran-make-syntax-propertize-function): New function; replaces
3216 fortran-font-lock-syntactic-keywords.
3217 (fortran-mode): Use it.
3218 (fortran-line-length): Use it. Improve interactive spec.
3219
3220 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
3221 (syntax-propertize-rules): Add var-ref case. Fix offset computation
3222 when adding surrounding \(..\).
3223
3224 * progmodes/js.el (js-mode): Fix last change (bug#7054).
3225
4be520fb
SM
32262010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3227
269c197e
SM
3228 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
3229 Use with-current-buffer.
3230
4be520fb
SM
3231 * isearch.el (isearch-face): Rename from `isearch'.
3232 (isearch-highlight): Use new name.
3233
a67597d6
EZ
32342010-09-17 Eli Zaretskii <eliz@gnu.org>
3235
3236 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
3237 5, for `half' width fringes. (Bug#6933)
3238
31c381e8
SM
32392010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3240
3fe6ef4e
SM
3241 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
3242 (byte-compile-defvar): "foo/bar" does not lack a prefix.
3243
31c381e8
SM
3244 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
3245
fb0cf781
J
32462010-09-17 Stephen Berman <stephen.berman@gmx.net>
3247
3248 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
3249 in calculating new frame position. Add more space between new and
3250 parent on the left (Bug#7048).
3251
1a9dc3b5
MA
32522010-09-17 Michael Albinus <michael.albinus@gmx.de>
3253
3254 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
3255 defmacro.
3256
dff0fdc3
CY
32572010-09-16 Chong Yidong <cyd@stupidchicken.com>
3258
31c381e8 3259 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 3260
117c96c7
CY
3261 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
3262 obsolete alias for x-selection-value.
3263
dff0fdc3
CY
3264 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
3265
c6f2191f
MA
32662010-09-16 Michael Albinus <michael.albinus@gmx.de>
3267
3268 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
3269 cookie.
3270
6139f995
MA
32712010-09-15 Michael Albinus <michael.albinus@gmx.de>
3272
3273 * net/tramp-compat.el (tramp-compat-with-temp-message)
3274 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
3275 (tramp-compat-process-put): New defuns.
3276
3277 * net/tramp.el (top):
3278 * net/tramp-gvfs.el (top):
3279 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
3280
31c381e8
SM
3281 * net/tramp.el (tramp-progress-reporter-update):
3282 Use `tramp-compat-funcall'.
6139f995
MA
3283
3284 * net/tramp.el (tramp-process-actions):
3285 * net/tramp-gvfs.el (tramp-handle-vc-registered):
3286 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
31c381e8
SM
3287 (tramp-get-remote-stat, tramp-get-remote-readlink):
3288 Use `tramp-compat-with-temp-message'.
6139f995
MA
3289
3290 * net/tramp-sh.el (top): Require 'cl.
3291 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
3292 (tramp-open-connection-setup-interactive-shell):
3293 Use `tramp-compat-process-put'.
6139f995 3294
22c3ce97
AM
32952010-09-15 Alan Mackenzie <acm@muc.de>
3296
3297 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
3298 indentation.
a4ee83cc 3299 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 3300
4f1e9960
SM
33012010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3302
3303 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3304 `lexical' for warnings related to lexical scoping.
3305 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
3306 global vars which don't have a prefix and could hence affect lexical
3307 scoping in unrelated files.
3308
01e80360
LMI
33092010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3310
3311 * net/imap.el: Revert back to version
3312 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3313 seem problematic.
3314
5e2a84e3
JB
33152010-09-14 Juanma Barranquero <lekktu@gmail.com>
3316
3317 * obsolete/old-whitespace.el (whitespace-unload-function):
3318 Explicitly pass `obarray' to `unintern' to avoid a warning.
3319
f3a30a50
SM
33202010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3321
3322 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
3323 Add `when' argument. Update callers.
3324
3325 * subr.el (unintern): Declare the obarray arg mandatory.
3326
92b99a01
GM
33272010-09-14 Glenn Morris <rgm@gnu.org>
3328
67ae9766
GM
3329 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
3330 Doc fixes.
3331
92b99a01
GM
3332 * calendar/diary-lib.el (diary-included-files): New variable.
3333 (diary-list-entries): Maybe initialize diary-included-files.
3334 (diary-include-other-diary-files): Append to diary-included-files.
3335 * calendar/appt.el (appt-update-list): Also check the members of
3336 diary-included-files. (Bug#6999)
08151ec5 3337 (appt-check): Doc fix.
92b99a01 3338
6664fc59 33392010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
3340
3341 * simple.el (line-move-visual): Do not truncate goal column to
3342 integer size. (Bug#7020)
3343
6664fc59 33442010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
3345
3346 * repeat.el (repeat): Allow repeating when the last event is a click.
3347 Suggested by Drew Adams (bug#6256).
3348
6664fc59 33492010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd
SM
3350
3351 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
3352 Replace setting HGRCPATH to "" by some less invasive --config options.
3353
6664fc59 33542010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
3355
3356 * font-lock.el (font-lock-beginning-of-syntax-function):
3357 Mark as obsolete.
3358
6664fc59 33592010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
3360
3361 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
3362 and tool-bar modes. (Bug#6211)
3363 (menu-bar-mode): Move setting of standard-value after the
3364 minor-mode definition, otherwise it seems to have no effect.
3365
6664fc59 33662010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
3367
3368 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
3369 Fix typo. (Bug#6976)
3370
6664fc59 33712010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
3372
3373 * whitespace.el: Allow cleaning up blanks without blank
3374 visualization (Bug#6651). Adjust help window for
3375 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
3376 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
3377 (whitespace-style): Add new value 'face. Adjust docstring.
3378 (whitespace-space, whitespace-hspace, whitespace-tab):
3379 Adjust foreground property face.
9c405a86
CY
3380 (whitespace-line-column): Adjust docstring and type declaration.
3381 (whitespace-style-value-list, whitespace-toggle-option-alist)
3382 (whitespace-help-text): Adjust const initialization.
3383 (whitespace-toggle-options, global-whitespace-toggle-options):
3384 Adjust docstring.
3385 (whitespace-display-window, whitespace-interactive-char)
3386 (whitespace-style-face-p, whitespace-color-on): Adjust code.
3387 (whitespace-help-scroll): New fun.
3388
ba96ddf5
KY
33892010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
3390
3391 * calendar/time-date.el (format-seconds): Comment fix.
3392
a386ac70
MM
33932010-09-13 Michael R. Mauger <mmaug@yahoo.com>
3394
3395 * progmodes/sql.el: Version 2.7.
3396 (sql-buffer-live-p): Improve detection.
3397 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
3398 (sql-set-sqli-buffer): Use it.
3399 (sql-product-interactive): Run `sql-set-sqli-hook'.
3400 (sql-rename-buffer): Code cleanup.
3401 (sql-redirect, sql-redirect-value): New functions. More to come.
3402
5d921df2
JB
34032010-09-13 Juanma Barranquero <lekktu@gmail.com>
3404
3405 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.
3406 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
3407 (TRAMP_SRC): New macro.
3408 ($(lisp)/net/tramp-loaddefs.el): New target.
3409
03c1ad43
MA
34102010-09-13 Michael Albinus <michael.albinus@gmx.de>
3411
3412 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
3413
3414 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
3415
3416 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
3417 'tramp-compat, everything else is required there.
3418 Use `ignore-errors' where appropriate.
03c1ad43
MA
3419 (tramp-inline-compress-start-size, tramp-copy-size-limit)
3420 (tramp-terminal-type, tramp-end-of-output)
3421 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
3422 (tramp-completion-function-alist-ssh)
3423 (tramp-completion-function-alist-telnet)
3424 (tramp-completion-function-alist-su)
3425 (tramp-completion-function-alist-putty, tramp-remote-path)
3426 (tramp-remote-process-environment, tramp-sh-extra-args)
3427 (tramp-actions-before-shell, tramp-uudecode)
3428 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
3429 (tramp-perl-file-attributes)
3430 (tramp-perl-directory-files-and-attributes)
3431 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
3432 (tramp-perl-encode, tramp-perl-decode)
3433 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
3434 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
3435 (tramp-handle-make-symbolic-link, tramp-handle-load)
3436 (tramp-handle-file-name-as-directory)
3437 (tramp-handle-file-name-directory)
3438 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
3439 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
3440 (tramp-do-file-attributes-with-ls)
3441 (tramp-do-file-attributes-with-perl)
3442 (tramp-do-file-attributes-with-stat)
3443 (tramp-handle-set-visited-file-modtime)
3444 (tramp-handle-verify-visited-file-modtime)
3445 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
3446 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
3447 (tramp-handle-file-selinux-context)
3448 (tramp-handle-set-file-selinux-context)
3449 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
3450 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
3451 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
3452 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
3453 (tramp-handle-file-ownership-preserved-p)
3454 (tramp-handle-directory-file-name, tramp-handle-directory-files)
3455 (tramp-handle-directory-files-and-attributes)
3456 (tramp-do-directory-files-and-attributes-with-perl)
3457 (tramp-do-directory-files-and-attributes-with-stat)
3458 (tramp-handle-file-name-all-completions)
3459 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
3460 (tramp-handle-copy-file, tramp-handle-copy-directory)
3461 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
3462 (tramp-do-copy-or-rename-file-via-buffer)
3463 (tramp-do-copy-or-rename-file-directly)
3464 (tramp-do-copy-or-rename-file-out-of-band)
3465 (tramp-handle-make-directory, tramp-handle-delete-directory)
3466 (tramp-handle-delete-file)
3467 (tramp-handle-dired-recursive-delete-directory)
3468 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
3469 (tramp-handle-insert-directory)
3470 (tramp-handle-unhandled-file-name-directory)
3471 (tramp-handle-expand-file-name)
3472 (tramp-handle-substitute-in-file-name)
3473 (tramp-handle-executable-find, tramp-process-sentinel)
3474 (tramp-handle-start-file-process, tramp-handle-process-file)
3475 (tramp-handle-call-process-region, tramp-handle-shell-command)
3476 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
3477 (tramp-handle-insert-file-contents)
3478 (tramp-handle-insert-file-contents-literally)
3479 (tramp-handle-find-backup-file-name)
3480 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
3481 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
3482 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
3483 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
3484 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
3485 (tramp-find-file-exists-command, tramp-open-shell)
3486 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
3487 (tramp-open-connection-setup-interactive-shell)
3488 (tramp-local-coding-commands, tramp-remote-coding-commands)
3489 (tramp-find-inline-encoding, tramp-call-local-coding-command)
3490 (tramp-inline-compress-commands, tramp-find-inline-compress)
3491 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 3492 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
3493 (tramp-send-command-and-check, tramp-barf-unless-okay)
3494 (tramp-send-command-and-read, tramp-mode-string-to-int)
3495 (tramp-convert-file-attributes, tramp-check-cached-permissions)
3496 (tramp-file-mode-from-int, tramp-file-mode-permissions)
3497 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
3498 (tramp-method-out-of-band-p, tramp-local-host-p)
3499 (tramp-get-remote-path, tramp-get-remote-tmpdir)
3500 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
3501 (tramp-get-test-command, tramp-get-test-nt-command)
3502 (tramp-get-file-exists-command, tramp-get-remote-ln)
3503 (tramp-get-remote-perl, tramp-get-remote-stat)
3504 (tramp-get-remote-readlink, tramp-get-remote-trash)
3505 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
3506 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 3507 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
3508 tramp-sh.el.
3509 (tramp-methods, tramp-default-method-alist)
3510 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
3511 Move initialization to tramp-sh.el.
3512 (tramp-temp-name-prefix): Make it a defconst.
3513 (tramp-dissect-file-name): Don't check anymore for multi-hop
3514 methods.
3515 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 3516 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
3517 (tramp-get-debug-buffer): Use it.
3518
3519 * net/tramp-cache.el (top): Set tramp-autoload cookie for
3520 initialization forms.
3521 (tramp-set-connection-property): Don't protect `tramp-message'
3522 call, it isn't necessary any longer.
3523 (tramp-dump-connection-properties): Use `ignore-errors'.
3524
3525 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
3526 'password-cache and 'auth-source.
3527
3528 * net/tramp-gvfs.el (top):
3529 * net/tramp-smb.el (top): Require 'tramp-sh.
3530
3531 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
3532
3533 * net/tramp-sh.el: New file, derived from tramp.el.
3534 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 3535 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
3536 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
3537 Use `ignore-errors' where appropriate.
3538 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
3539 `tramp-file-name-handler-alist'.
3540 (tramp-send-command-and-check): Return t or nil. Remove all
3541 `zerop' checks, where called.
3542 (tramp-handle-set-file-modes)
3543 (tramp-do-copy-or-rename-file-directly)
3544 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 3545 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
3546 (tramp-sh-file-name-handler, tramp-send-command-and-check)
3547 (tramp-get-remote-ln): Set tramp-autoload cookie.
3548
3549 * net/tramp-fish.el: Remove file.
3550
c5fe4acb
DU
35512010-09-13 Daiki Ueno <ueno@unixuser.org>
3552
3553 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
3554 buffer-file-name to avoid file-locking. (Bug#7026)
3555
7ea2d383
MA
35562010-09-13 Julien Danjou <julien@danjou.info>
3557
3558 * notifications.el (notifications-notify): Add support for
3559 image-path and sound-name.
3560 (notifications-specification-version): Add this variable.
3561
5616cc54
SM
35622010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3563
31c381e8 3564 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 3565
94c7243b
LL
35662010-09-12 Leo <sdl.web@gmail.com>
3567
3568 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
3569 (rcirc-completion-start): New variables.
3570 (rcirc-nick-completions): Rename to rcirc-completions.
3571 (rcirc-nick-completion-start-offset): Delete.
3572 (rcirc-completion-at-point): New function for constructing
3573 completion data for both nicks and irc commands. Add to
3574 completion-at-point-functions in rcirc mode.
3575 (rcirc-complete): Rename from rcirc-nick-complete; use
3576 rcirc-completion-at-point.
3577 (defun-rcirc-command): Update rcirc-client-commands.
3578
0f34ae28
GM
35792010-09-11 Glenn Morris <rgm@gnu.org>
3580
3581 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
3582 atomically, to avoid parallel build errors. (Bug#4196)
3583
9250002f
MM
35842010-09-11 Michael R. Mauger <mmaug@yahoo.com>
3585
3586 * progmodes/sql.el: Version 2.6
3587 (sql-dialect): Synonym for "sql-product".
3588 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
3589 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
3590 Set "sql-buffer" to buffer name not buffer object so multiple sql
3591 interactive buffers work properly. Reverts misguided changes in
3592 earlier work.
3593 (sql-comint): Make sure different buffer name is used if "*SQL*"
3594 buffer is for a different product.
3595 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
3596 login param.
3597 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
3598 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
3599 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
3600 Accept new buffer name or prompt for one.
3601 (sql-port): Default to zero.
3602 (sql-comint-mysql): Handle "sql-port" as a numeric.
3603 (sql-port-history): Delete unused variable.
3604 (sql-get-login): Default "sql-port" to a number.
31c381e8 3605 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
3606 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
3607 "sqlite3" executables.
31c381e8 3608 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
3609 (sql-buffer-live-p): New function.
3610 (sql-mode-menu, sql-send-string): Use it.
3611 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
3612 syntax pattern.
3613 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
3614 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
3615
a9ec34f4
LMI
36162010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3617
31c381e8 3618 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 3619
cf38dd42
SM
36202010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3621
3622 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
3623 to replace texinfo-font-lock-syntactic-keywords.
3624 (texinfo-mode): Use it.
3625
3626 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
3627 Use syntax-propertize-function.
3628
3629 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
3630 replace sgml-font-lock-syntactic-keywords.
3631 (sgml-mode): Use it.
3632
3633 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
3634 since we don't use it.
3635
3636 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
3637
3638 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
3639 if available.
3640 (vhdl-fontify-buffer): Adjust.
3641
3642 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
3643 replace tcl-font-lock-syntactic-keywords.
3644 (tcl-mode): Use it.
3645
3646 * progmodes/simula.el (simula-syntax-propertize-function): New var to
3647 replace simula-font-lock-syntactic-keywords.
3648 (simula-mode): Use it.
3649
3650 * progmodes/sh-script.el (sh-st-symbol): Remove.
3651 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
3652 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
3653 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
3654 (sh-font-lock-paren): Set syntax-multiline.
3655 (sh-font-lock-syntactic-keywords): Remove.
3656 (sh-syntax-propertize-function): New function to replace it.
3657 (sh-mode): Use it.
3658
3659 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
3660 Define while compiling.
3661 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
3662 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
3663 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
3664 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
3665 (ruby-here-doc-end-syntax): Only define when
3666 syntax-propertize is not available.
3667 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
3668 New functions.
3669 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
3670 (electric-indent-chars): Silence bytecompiler.
3671 (ruby-mode): Use prog-mode, syntax-propertize-function, and
3672 electric-indent-chars.
3673
3674 * progmodes/python.el (python-syntax-propertize-function): New var to
3675 replace python-font-lock-syntactic-keywords.
3676 (python-mode): Use it.
3677 (python-quote-syntax): Simplify and adjust to new use.
3678
3679 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
3680 replace perl-font-lock-syntactic-keywords.
3681 (perl-syntax-propertize-special-constructs): New fun to replace
3682 perl-font-lock-special-syntactic-constructs.
3683 (perl-font-lock-syntactic-face-function): New fun.
3684 (perl-mode): Use it.
3685
3686 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
3687 to replace octave-font-lock-close-quotes.
3688 (octave-syntax-propertize-function): New function to replace
3689 octave-font-lock-syntactic-keywords.
3690 (octave-mode): Use it.
3691
3692 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
3693 replaces mixal-font-lock-syntactic-keywords.
3694 (mixal-mode): Use it.
3695
3696 * progmodes/make-mode.el (makefile-syntax-propertize-function):
3697 New var; replaces makefile-font-lock-syntactic-keywords.
3698 (makefile-mode): Use it.
3699 (makefile-imake-mode): Adjust.
3700
3701 * progmodes/js.el (js--regexp-literal): Define while compiling.
3702 (js-syntax-propertize-function): New var; replaces
3703 js-font-lock-syntactic-keywords.
3704 (js-mode): Use it.
3705
3706 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
3707 replaces gdb-script-font-lock-syntactic-keywords.
3708 (gdb-script-mode): Use it.
3709
3710 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
3711 (fortran--font-lock-syntactic-keywords): New var.
3712 (fortran-line-length): Update syntax-propertize-function and
3713 fortran--font-lock-syntactic-keywords.
3714
3715 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
3716
3717 * progmodes/cfengine.el (cfengine-mode):
3718 Use syntax-propertize-function.
3719 (cfengine-font-lock-syntactic-keywords): Remove.
3720
3721 * progmodes/autoconf.el (autoconf-mode):
3722 Use syntax-propertize-function.
3723 (autoconf-font-lock-syntactic-keywords): Remove.
3724
3725 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
3726 (ada-after-change-function, ada-initialize-syntax-table-properties)
3727 (ada-handle-syntax-table-properties): Only define when
3728 syntax-propertize is not available.
3729 (ada-mode): Use syntax-propertize-function.
3730
3731 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
3732 (font-lock-fontify-syntactic-keywords-region): Move handling of
3733 font-lock-syntactically-fontified to...
3734 (font-lock-default-fontify-region): ...here.
3735 Let syntax-propertize-function take precedence.
3736 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
3737
3738 * emacs-lisp/syntax.el (syntax-propertize-function)
3739 (syntax-propertize-chunk-size, syntax-propertize--done)
3740 (syntax-propertize-extend-region-functions): New vars.
3741 (syntax-propertize-wholelines, syntax-propertize-multiline)
3742 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
3743 (syntax-propertize): New functions.
3744 (syntax-propertize-rules): New macro.
3745 (syntax-ppss-flush-cache): Set syntax-propertize--done.
3746 (syntax-ppss): Call syntax-propertize.
3747
3748 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
3749
36f7d366
AM
37502010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
3751
3752 * textmodes/ispell.el (ispell-init-process): Improve comments.
3753 XEmacs compatibility changes regarding (add-hook) 'local option
3754 and (set-process-query-on-exit-flag).
3755
8fca3921
MA
37562010-09-09 Michael Albinus <michael.albinus@gmx.de>
3757
cf38dd42
SM
3758 * net/tramp-cache.el (tramp-parse-connection-properties):
3759 Set tramp-autoload cookie.
8fca3921 3760
399653d6
GM
37612010-09-09 Glenn Morris <rgm@gnu.org>
3762
3763 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
3764 (imagemagick-register-types): Doc fix.
3765
c34a9669
SM
37662010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
3767
b073dc4b
SM
3768 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
3769
3770 * progmodes/js.el (require): Require is already "eval-and-compile".
3771 (js--re-search-forward): Avoid `eval'. Preserve the error data.
3772 (js--re-search-backward): Use js--re-search-forward.
3773
3774 * progmodes/fortran.el (fortran-line-length): Don't recompute
3775 syntactic keywords redundantly a second time.
3776
3777 * progmodes/ada-mode.el: Replace "(set '" with setq.
3778 (ada-mode): Simplify.
3779 (ada-create-case-exception, ada-adjust-case-interactive)
3780 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
3781 (ada-search-ignore-string-comment, ada-move-to-start)
3782 (ada-move-to-end): Use with-syntax-table.
3783
3784 * font-lock.el (save-buffer-state): Remove `varlist' arg.
3785 (font-lock-unfontify-region, font-lock-default-fontify-region):
3786 Update usage correspondingly.
3787 (font-lock-fontify-syntactic-keywords-region):
3788 Set parse-sexp-lookup-properties buffer-locally here.
3789 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
3790
c34a9669
SM
3791 * simple.el (blink-matching-open): Don't burp if we can't find a match.
3792
13639aab
GM
37932010-09-08 Glenn Morris <rgm@gnu.org>
3794
5a972c36
GM
3795 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
3796 Error if not compiled with -DBYTE_CODE_METER.
3797
13639aab
GM
3798 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3799 Ignore dir-locals-file.
3800
331b2b90
SM
38012010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
3802
3803 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3804 Not a const.
3805 (compilation-error-regexp-alist-alist): Rule out ": " in file names
3806 for the `gnu' messages.
3807 (compilation-set-skip-threshold): New command.
3808 (compilation-start): Use \' rather than $.
3809 (compilation-forget-errors): Use clrhash.
3810
73b4d51a
AM
38112010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
3812
3813 * textmodes/ispell.el (ispell-valid-dictionary-list):
3814 Simplify logic.
3815
0f34aa77
MA
38162010-09-08 Michael Albinus <michael.albinus@gmx.de>
3817
3818 Migrate to Tramp 2.2. Rearrange load dependencies.
3819 (Bug#1529, Bug#5448, Bug#5705)
3820
3821 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
3822 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
3823 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
3824
3825 * net/tramp.el (top): Remove all other tramp-* loads except
3826 tramp-compat.el. Remove all changes to tramp-unload-hook for
3827 other tramp-* packages. Rearrange defun order. Change calls of
3828 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
3829 `tramp-compat-octal-to-decimal' to new function names.
3830 (tramp-terminal-type, tramp-initial-end-of-output)
3831 (tramp-methods, tramp-foreign-file-name-handler-alist)
3832 (tramp-tramp-file-p, tramp-completion-mode-p)
3833 (tramp-send-command-and-check, tramp-get-remote-path)
3834 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
3835 (tramp-shell-quote-argument): Set tramp-autoload cookie.
3836 (with-file-property, with-connection-property): Move to
3837 tramp-cache.el.
3838 (tramp-local-call-process, tramp-decimal-to-octal)
3839 (tramp-octal-to-decimal): Move to tramp-compat.el.
3840 (tramp-handle-shell-command): Do not require 'shell.
3841 (tramp-compute-multi-hops): No special handling for tramp-gw-*
3842 symbols.
3843 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
3844
3845 * net/tramp-cache.el (top): Require 'tramp. Add to
3846 `tramp-unload-hook'.
3847 (tramp-cache-data, tramp-get-file-property)
3848 (tramp-set-file-property, tramp-flush-file-property)
3849 (tramp-flush-directory-property, tramp-get-connection-property)
3850 (tramp-set-connection-property, tramp-flush-connection-property)
3851 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
3852 cookie.
3853 (with-file-property, with-connection-property): New defuns, moved
3854 from tramp.el.
3855 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
3856 macro.
3857
3858 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
3859 (tramp-version): Set tramp-autoload cookie.
3860
3861 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
3862 changes to tramp-unload-hook for other tramp-* packages. Add to
3863 `tramp-unload-hook'.
3864 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
3865 (tramp-compat-call-process): New defuns, moved from tramp.el.
3866
3867 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
3868 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
3869 Add to `tramp-unload-hook'. Change call of
0f34aa77
MA
3870 `tramp-compat-decimal-to-octal' to new function name.
3871 (tramp-fish-method): Make it a defconst.
3872 (tramp-fish-file-name-p): Make it a defsubst.
3873 (tramp-fish-method, tramp-fish-file-name-handler)
3874 (tramp-fish-file-name-p): Set tramp-autoload cookie.
3875
3876 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
3877 `tramp-foreign-file-name-handler-alist'. Add to
3878 `tramp-unload-hook'.
3879 (tramp-ftp-method): Make it a defconst.
3880 (tramp-ftp-file-name-p): Make it a defsubst.
3881 (tramp-ftp-method, tramp-ftp-file-name-handler)
3882 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
3883
3884 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
3885 `tramp-foreign-file-name-handler-alist'. Add to
3886 `tramp-unload-hook'. Change checks, whether package can be
3887 loaded.
3888 (tramp-gvfs-file-name-p): Make it a defsubst.
3889 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
3890 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
3891 (tramp-gvfs-handle-file-directory-p): New defun.
3892 (tramp-gvfs-file-name-handler-alist): Use it.
3893
3894 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
3895 `tramp-foreign-file-name-handler-alist'. Add to
3896 `tramp-unload-hook'.
3897 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
3898 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
3899 defconst.
3900 (tramp-gw-tunnel-method, tramp-gw-socks-method)
3901 (tramp-gw-open-connection): Set tramp-autoload cookie.
3902
3903 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
3904 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
3905 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
3906 loaded.
3907 (tramp-imap-file-name-p): Make it a defsubst.
3908 (tramp-imap-method, tramp-imaps-method)
3909 (tramp-imap-file-name-handler)
3910 (tramp-imap-file-name-p): Set tramp-autoload cookie.
3911
3912 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
3913 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
3914 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
3915 loaded. Change call of `tramp-compat-decimal-to-octal' to new
3916 function name.
3917 (tramp-smb-tunnel-method): Make it a defconst.
3918 (tramp-smb-file-name-p): Make it a defsubst.
3919 (tramp-smb-method, tramp-smb-file-name-handler)
3920 (tramp-smb-file-name-p): Set tramp-autoload cookie.
3921
3922 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
3923 (tramp-uuencode-region): Set tramp-autoload cookie.
3924
3925 * net/trampver.el (top) Add to `tramp-unload-hook'.
3926 (tramp-version, tramp-bug-report-address): Set tramp-autoload
3927 cookie. Update release number.
3928
308e764f
AM
39292010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
3930
3931 * textmodes/ispell.el (ispell-start-process): Make sure original
3932 arg list is properly initialized (Bug#6993, Bug#6994).
3933
10999305 39342010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
3935
3936 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
3937
3938 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
3939 chars like - or ] (bug#6984).
3940 (rx-any-condense-range): Explode 2-char ranges.
3941
10999305
CY
39422010-09-06 Glenn Morris <rgm@gnu.org>
3943
3944 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
3945
39462010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
3947
3948 * textmodes/bibtex.el:
3949 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
3950
f292afe5
LMI
39512010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3952
331b2b90 3953 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
3954 since no callers use it.
3955 (imap-message-get): Ditto.
3956 (imap-message-put): Ditto.
3957 (imap-mailbox-map): Ditto.
3958 (imap-mailbox-put): Ditto.
3959 (imap-mailbox-get): Ditto.
a131b9b8 3960 (imap-mailbox-get): Revert last change for this function.
f292afe5 3961
dfe1285d
LMI
39622010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3963
331b2b90 3964 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
3965 callers to use `imap-fetch' instead. According to the comments, this
3966 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
3967 (imap-enable-exchange-bug-workaround): Remove.
3968 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 3969
3ff31c90
LMI
39702010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3971
3972 * net/imap.el (imap-log): New convenience function used throughout
3973 instead of repeating the same code all over the place.
3974
dfe1285d 39752010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
3976
3977 * mouse.el (mouse-save-then-kill): Save region to kill-ring
3978 when mouse-drag-copy-region is non-nil (Bug#6956).
3979
93a596e1
CY
39802010-09-05 Chong Yidong <cyd@stupidchicken.com>
3981
8d76af4a
CY
3982 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
3983 Improve regexps (Bug#6987).
3984 (dired-sort-toggle): Search more robustly for -t flag.
3985
93a596e1
CY
3986 * files.el (get-free-disk-space): Search more robustly for
3987 "available" column. Suggested by Ehud Karni
3988 <ehud@unix.mvs.co.il>.
3989
733946e7
JB
39902010-09-05 Juanma Barranquero <lekktu@gmail.com>
3991
3992 * international/uni-bidi.el:
3993 * international/uni-category.el:
3994 * international/uni-combining.el:
3995 * international/uni-decimal.el:
3996 * international/uni-mirrored.el:
3997 * international/uni-name.el: Regenerate.
3998
2e664aab
SM
39992010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
4000
6aeafb34
SM
4001 * electric.el (electric-indent-post-self-insert-function):
4002 Don't reindent with a sloppy indentation function.
4003
2e664aab
SM
4004 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
4005 border case in change-log-mode.
4006
13ef65a4
CY
40072010-09-04 Chong Yidong <cyd@stupidchicken.com>
4008
4009 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4010 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
4011 Recognize leading tab in gcc-include regexp. Ignore names with
4012 leading "from" or "in" in gnu regexp (Bug#6937).
4013
5abf1556
SM
40142010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
4015
6aeafb34 4016 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
4017 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
4018 (ispell-start-process): Avoid setq and simplify logic.
4019 (ispell-init-process): Setup kill-buffer-hook locally when needed.
4020 (kill-buffer-hook): Don't use it globally with code that uses
4021 expand-file-name since that may call kill-buffer via
4022 code_conversion_restore.
4023
0be01d2c
CY
40242010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
4025
4026 * emacs-lisp/package.el (package-directory-list): Only call
4027 file-name-nondirectory on a string.
4028
ebf662f4
CY
40292010-09-02 Chong Yidong <cyd@stupidchicken.com>
4030
5abf1556
SM
4031 * emacs-lisp/package.el (package--download-one-archive):
4032 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
4033 (package-activate-1, package-mark-obsolete, define-package)
4034 (package-compute-transaction, package-list-maybe-add): Use push.
4035
e5eddfd1
SM
40362010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
4037
89acf735
SM
4038 Use SMIE's blink-paren for octave-mode.
4039 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
4040 Backslashes do not escape single-quotes, single-quotes do.
4041 (octave-block-else-regexp, octave-block-end-regexp)
4042 (octave-block-match-alist): Remove.
4043 (octave-smie-bnf-table): New var, with old content.
4044 (octave-smie-op-levels): Use it.
4045 (octave-smie-closer-alist): New var.
4046 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
4047 (octave-blink-matching-block-open): Remove.
4048 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4049 (octave-electric-space): Let self-insert-command run expand-abbrev and
4050 blink parens.
4051
3b843809
SM
4052 * electric.el (electricity): New group.
4053 (electric-indent-chars): New var.
4054 (electric-indent-post-self-insert-function): New fun.
4055 (electric-indent-mode): New minor mode.
4056 (electric-pair-skip-self): New custom.
4057 (electric-pair-post-self-insert-function): New function.
4058 (electric-pair-mode): New minor mode.
4059
0da20854
SM
4060 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
4061 calcAlg-blink-matching-open.
4062 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
4063 (calc-do-alg-entry): Only touch the part of the keymap that varies.
4064 Use the new blink-matching-check-function.
4065
a49e651e
SM
4066 Provide blink-matching support to SMIE.
4067 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
4068 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
4069 (smie-blink-matching-check, smie-blink-matching-open): New functions.
4070
e5eddfd1
SM
4071 * simple.el (newline): Fix last change to properly remove itself from
4072 the hook.
4073
b13ebb5c
SM
40742010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4075
4076 * simple.el (newline): Eliminate optimization.
4077 Use post-self-insert-hook to set hard-newline and things before
4078 running post-self-insert-hook.
4079 (blink-matching-check-mismatch): New function.
4080 (blink-matching-check-function): New variable.
4081 (blink-matching-open): Use them.
4082 Skip back forward over prefix chars skipped by forward-sexp.
4083 Don't check if the parens are backslash escaped.
4084 (blink-paren-post-self-insert-function): Check backslash escaping here.
4085
e687c2cd
CY
40862010-09-02 Chong Yidong <cyd@stupidchicken.com>
4087
b13ebb5c
SM
4088 * emacs-lisp/package.el (package-menu-mode-map):
4089 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
4090 (package-menu-mode): Set revert-buffer-function.
4091 (package-menu-revert): Doc fix.
4092
567efba9
AM
40932010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
4094
4095 * textmodes/ispell.el (ispell-init-process): Use "~/" as
4096 `default-directory' unless using Ispell per-directory personal
4097 dictionaries and not in a mini-buffer under XEmacs.
4098 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 4099 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 4100
6d7cc563
JD
41012010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4102
08d4877e
J
4103 * simple.el (kill-new): Call interprogram-cut-function with only
4104 one argument.
4105
45240125
JD
4106 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
4107 Remove cut buffer from error message.
4108
4109 * term/x-win.el (x-select-text):
4110 * term/pc-win.el (x-selection-value):
4111 * term/ns-win.el (x-selection-value):
4112 * eshell/em-term.el:
4113 * w32-fns.el (x-get-selection-value):
4114 * mouse-sel.el (mouse-sel-set-selection-function):
4115 * frame.el (display-selections-p): Remove cut-buffer in documentation.
4116
6d7cc563
JD
4117 * term/x-win.el: Update documentation for x-last-selected-text-*.
4118 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
4119 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6a7662bb
BR
4120 (x-select-text): Remove argument PUSH, update documentation.
4121 Remove cut-buffer code.
6d7cc563 4122 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 4123 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6a7662bb
BR
4124 Update documentation, remove cut-buffer code.
4125 Call x-selection-value-internal.
6d7cc563
JD
4126 (x-clipboard-yank): Call x-selection-value-internal.
4127 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
4128
4129 * term/pc-win.el (x-last-selected-text):
4130 x-cut-buffer-or-selection-value renamed to x-selection-value
4131 (x-select-text): Remove argument PUSH, update documentation.
4132
4133 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
4134 x-cut-buffer-or-selection-value renamed to x-selection-value
4135 (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
4136 (x-select-text): Remove argument PUSH, update documentation.
4137
4138 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
4139
4140 * w32-fns.el (x-last-selected-text):
4141 x-cut-buffer-or-selection-value renamed to x-selection-value.
4142 (x-cut-buffer-max): Remove.
4143 (x-select-text): Remove argument PUSH, update documentation.
4144
4145 * simple.el (interprogram-cut-function): Remove mention of PUSH.
4146
4147 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
4148
4149 * mouse-sel.el (mouse-sel-get-selection-function):
4150 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 4151 (x-select-text): Remove optional push.
6d7cc563 4152
4de81ee0
SM
41532010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4154
8f4e9110
SM
4155 * simple.el (blink-paren-function): Move from C to here.
4156 (blink-paren-post-self-insert-function): New function.
4157 (post-self-insert-hook): Use it.
4158
4de81ee0
SM
4159 * emacs-lisp/pcase.el (pcase-split-memq):
4160 Fix overenthusiastic optimisation.
4161 (pcase-u1): Handle the case of a lambda pred.
4162
d419e1d9
KH
41632010-08-31 Kenichi Handa <handa@m17n.org>
4164
4165 * international/mule-cmds.el (standard-display-european-internal):
4166 Setup standard-display-table for 8-bit characters by storing 8-bit
4167 characters in the element vector.
4168
1e05f387
SM
4169 * disp-table.el (standard-display-8bit):
4170 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
4171 characters in the element vector.
4172 (standard-display-european): Likewise.
4173
61f7096c
CY
41742010-08-31 Masatake YAMATO <yamato@redhat.com>
4175
4176 * textmodes/nroff-mode.el (nroff-view): New command.
4177 (nroff-mode-map): Bind it to C-c C-c.
4178
ec5d3ff7
SM
41792010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4180
c8977b2e
SM
4181 * emacs-lisp/smie.el (smie-down-list): New command.
4182
ec5d3ff7
SM
4183 Remove old indentation and navigation code on octave-mode.
4184 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
4185 smie-down-list rather than add a binding for octave-down-block.
4186 (octave-mark-block, octave-blink-matching-block-open):
4187 Rely on forward-sexp-function.
4188 (octave-fill-paragraph): Don't narrow, so you can use
4189 indent-according-to-mode.
4190 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
4191 (octave-in-block-p, octave-re-search-forward-kw)
4192 (octave-re-search-backward-kw, octave-indent-calculate)
4193 (octave-end-as-array-index-p, octave-block-end-offset)
4194 (octave-scan-blocks, octave-forward-block, octave-backward-block)
4195 (octave-down-block, octave-backward-up-block, octave-up-block)
4196 (octave-before-magic-comment-p, octave-indent-line): Remove.
4197
187d3296
CY
41982010-08-31 Chong Yidong <cyd@stupidchicken.com>
4199
4200 * emacs-lisp/package.el (package--read-archive-file): Just use
4201 `read', to avoid copying an additional string.
4202 (package-menu-mode): Set header-line-format here.
4203 (package-menu-refresh, package-menu-revert): Signal an error if
4204 not in the Package Menu.
4205 (package-menu-package-list): New var.
4206 (package--generate-package-list): Operate on the current buffer;
4207 don't assume that it is *Packages*, since the user may rename it.
4208 Allow persistent package listings and sort keys using
4209 package-menu-package-list and package-menu-package-sort-key.
4210 (package-menu--version-predicate): Fix version calculation.
4211 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
4212 (package--list-packages): Create the *Packages* buffer.
4213 Set package-menu-package-list-key.
187d3296
CY
4214 (list-packages): Sorting by status is now the default.
4215 (package-buffer-info): Use match-string-no-properties.
4216 (define-package): Add a &rest argument for future proofing, but
4217 don't use it yet.
4218 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
4219 Merge into a single function, package-install-from-buffer.
4220 (package-install-file): Change caller.
187d3296
CY
4221
4222 * finder.el: Load finder-inf using `require'.
4223 (finder-list-matches): Sorting by status is now the default.
4224 (finder-compile-keywords): Simpify printing.
4225
e17b68ed
SM
42262010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
4227
4228 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
4229 (octave-mode-map): Remove special bindings for forward/backward-block
4230 and octave-backward-up-block. Use smie-close-block.
4231 (octave-continuation-marker-regexp): New var.
4232 (octave-continuation-regexp): Use it.
4233 (octave-operator-table, octave-smie-op-levels)
4234 (octave-operator-regexp, octave-smie-indent-rules): New vars.
4235 (octave-smie-backward-token, octave-smie-forward-token): New funs.
4236 (octave-mode): Use SMIE.
4237 (octave-close-block): Delete.
4238
42b6a73b
EZ
42392010-08-30 Eli Zaretskii <eliz@gnu.org>
4240
4241 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
4242 CLIPBOARD, not in PRIMARY. (Bug#6944)
4243
f291fe60
SM
42442010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
4245
ee992a8c
SM
4246 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
4247 a list of parents.
4248 (smie-indent-column): Allow indirection through variables.
4249
d36b74ca
SM
4250 * composite.el (save-buffer-state): Delete, unused.
4251 * font-lock.el (save-buffer-state): Use with-silent-modifications.
4252 (font-lock-default-fontify-region): Use with-syntax-table.
4253 * jit-lock.el (with-buffer-unmodified): Remove.
4254 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
4255
f291fe60
SM
4256 Use `declare' in defmacros.
4257 * window.el (save-selected-window):
4258 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
4259 * progmodes/python.el (def-python-skeleton):
4260 * net/dbus.el (dbus-ignore-errors):
4261 * jka-cmpr-hook.el (with-auto-compression-mode):
4262 * international/mule.el (with-category-table):
4263 * emacs-lisp/timer.el (with-timeout):
4264 * emacs-lisp/lisp-mnt.el (lm-with-file):
4265 * emacs-lisp/eieio.el (with-slots):
4266 * emacs-lisp/easymenu.el (easy-menu-define):
4267 * emacs-lisp/debug.el (debugger-env-macro):
4268 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
4269 (Multiple-value-call, Multiple-value-prog1):
4270 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
4271 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
4272 edebug rule to definition.
4273 * emacs-lisp/lisp-mode.el (save-selected-window)
4274 (with-current-buffer, combine-after-change-calls)
4275 (with-output-to-string, with-temp-file, with-temp-buffer)
4276 (with-temp-message, with-syntax-table, read-if, eval-after-load)
4277 (dolist, dotimes, when, unless):
4278 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
4279
96ae4c8f
CY
42802010-08-29 Chong Yidong <cyd@stupidchicken.com>
4281
4282 * finder.el: Require `package'.
4283 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
4284 (finder-package-info): Var deleted.
4285 (finder-keywords-hash, finder--builtins-alist): New vars.
4286 (finder-compile-keywords): Compute package--builtins and
4287 finder-keywords-hash instead of finder-keywords-hash, respecting
4288 the "Package" header.
f291fe60
SM
4289 (finder-unknown-keywords, finder-list-matches):
4290 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
4291 (finder-mode): Don't set font-lock-defaults.
4292 (finder-exit): We don't use "*Finder-package*" and "*Finder
4293 Category*" buffers anymore.
4294
4295 * emacs-lisp/package.el (package--builtins-base): Var deleted.
4296 (package--builtins): Set default value to nil.
4297 (package-initialize): Load precomputed value of package--builtins
4298 from finder-inf.el.
4299 (package-alist, package-compute-transaction)
4300 (package-download-transaction): Improve docstring.
4301 (package-read-all-archive-contents): Do not change
4302 package--builtins here.
4303 (list-packages): Make package-list-packages an alias for this.
4304 Sort by status by default.
4305 (package--list-packages): Add optional PACKAGES arg.
4306 (describe-package-1): Use font-lock-face property. For built-in
4307 packages, insert file commentary.
4308 (package--generate-package-list): Rename from
4309 package-list-packages-internal; all callers changed. Add optional
4310 PACKAGES arg. Add alphabetical sort fallbacks.
4311 (package-menu--version-predicate, package-menu--status-predicate)
4312 (package-menu--description-predicate)
4313 (package-menu--name-predicate): New functions.
4314
4315 * info.el (Info-finder-find-node): Search package-alist instead of
4316 finder-package-info.
4317
e2046ecf
CY
43182010-08-29 Chong Yidong <cyd@stupidchicken.com>
4319
4320 * subr.el (version-regexp-alist): Don't use "a" and "b" for
4321 "alpha" and "beta".
4322 (version-to-list): Handle versions like "10.3d".
4323
6fe79b7c
SM
43242010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4325
4326 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
4327 (macroexp-accumulate): Use `declare'.
4328
1a868076
VJL
43292010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4330
4331 * whitespace.el (whitespace-style): Adjust type declaration.
4332
9e69cb05
KH
43332010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
4334
4335 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
4336 empty argument to gvfs-copy.
4337
43382010-08-26 Chong Yidong <cyd@stupidchicken.com>
4339
4340 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
4341 handle new TRASH arg of `delete-file'.
4342
43432010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
4344
4345 * net/tramp.el (tramp-handle-insert-directory): Don't use
4346 `forward-word', its default syntax could be changed.
4347
43482010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4349 Michael Albinus <michael.albinus@gmx.de>
4350
4351 Implement compression for inline methods.
4352
4353 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
4354 (tramp-copy-size-limit): Allow also nil.
4355 (tramp-inline-compress-commands): New defconst.
4356 (tramp-find-inline-compress, tramp-get-inline-compress)
4357 (tramp-get-inline-coding): New defuns.
4358 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
4359 replaced by `tramp-get-inline-coding'.
4360 (tramp-handle-file-local-copy, tramp-handle-write-region)
4361 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
4362
43632010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
4364
4365 Detect ssh 'ControlMaster' argument automatically in some cases.
4366
4367 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
4368 (tramp-default-method): Use it.
4369
43702010-08-26 Karel Klíč <kklic@redhat.com>
4371
4372 * net/tramp.el (tramp-file-name-for-operation):
4373 Add file-selinux-context.
4374
43752010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
4376
4377 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
4378
43792010-08-26 Chong Yidong <cyd@stupidchicken.com>
4380
4381 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
4382 (Bug#6907).
4383
4142607e
NW
43842010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
4385
4386 * progmodes/js.el: Make indentation more customizable (Bug#6914).
4387 (js-paren-indent-offset, js-square-indent-offset)
4388 (js-curly-indent-offset): New options.
4389 (js--proper-indentation): Use them.
4390
88a36e60
DC
43912010-08-26 Daniel Colascione <dan.colascione@gmail.com>
4392
4393 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
4394 instead of inspecting font-lock properties (Bug#6916).
4395
38dbc4d8
DR
43962010-08-26 David Reitter <david.reitter@gmail.com>
4397
4398 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 4399 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
4400 (server-execute): Do not run hooks here.
4401
44ffae96
MA
44022010-08-26 Michael Albinus <michael.albinus@gmx.de>
4403
4404 Sync with Tramp 2.1.19.
4405
20b8ac83
MA
4406 * net/tramp-cmds.el (tramp-cleanup-all-connections)
4407 (tramp-reporter-dump-variable, tramp-load-report-modules)
4408 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
4409 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
4410
4411 * net/tramp-compat.el (top): Do not autoload
4412 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
4413 only when `start-file-process' is not bound.
4414 (byte-compile-not-obsolete-vars): Define if not bound.
4415 (tramp-compat-funcall): New defmacro.
4416 (tramp-compat-line-beginning-position)
4417 (tramp-compat-line-end-position)
4418 (tramp-compat-temporary-file-directory)
4419 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
4420 (tramp-compat-copy-file, tramp-compat-copy-directory)
4421 (tramp-compat-delete-file, tramp-compat-delete-directory)
4422 (tramp-compat-number-sequence, tramp-compat-process-running-p):
4423 Use it.
4424 (tramp-advice-file-expand-wildcards): Do not use
4425 `tramp-handle-file-remote-p'.
4426 (tramp-compat-make-temp-file): Simplify fallback implementation.
4427 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
4428 (tramp-compat-copy-tree): Remove function.
4429 (tramp-compat-delete-file): New defun.
4430 (tramp-compat-delete-directory): Provide implementation for older
4431 Emacsen.
4432 (tramp-compat-file-attributes): Handle only
4433 `wrong-number-of-arguments' error.
4434
95b6d681
JB
4435 * net/tramp-fish.el (tramp-fish-handle-copy-file):
4436 Add PRESERVE_SELINUX_CONTEXT.
20b8ac83
MA
4437 (tramp-fish-handle-delete-file): Add TRASH arg.
4438 (tramp-fish-handle-directory-files-and-attributes):
4439 Do not use `tramp-fish-handle-file-attributes.
4440 (tramp-fish-handle-file-local-copy)
4441 (tramp-fish-handle-insert-file-contents)
4442 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
4443
4444 * net/tramp-gvfs.el (top): Require url-util.
4445 (tramp-gvfs-mount-point): Remove.
4446 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
4447 and `set-file-selinux-context'.
4448 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
4449 (tramp-gvfs-handle-file-selinux-context)
4450 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
4451 (with-tramp-dbus-call-method): Format trace message.
4452 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
4453 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1e05f387
SM
4454 Implement backup call, when operation on local files fails.
4455 Use progress reporter. Flush properties of changed files.
6a7662bb
BR
4456 (tramp-gvfs-handle-delete-file): Add TRASH arg.
4457 Use `tramp-compat-delete-file'.
20b8ac83
MA
4458 (tramp-gvfs-handle-expand-file-name): Expand "~/".
4459 (tramp-gvfs-handle-make-directory): Make more traces.
4460 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
4461 (tramp-gvfs-url-file-name): Hexify file name in url.
4462 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
4463 into account for the resulting file name.
4464 (tramp-gvfs-handler-askquestion): Preserve current message, in
4465 order to let progress reporter continue afterwards. (Bug#6257)
1e05f387
SM
4466 Return dummy mountpoint, when the answer is "no".
4467 See `tramp-gvfs-maybe-open-connection'.
20b8ac83
MA
4468 (tramp-gvfs-handler-mounted-unmounted)
4469 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1e05f387
SM
4470 attribute "default_location". Set "prefix" property.
4471 Handle default-location.
20b8ac83
MA
4472 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
4473 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
4474 exists. Raise an error, if not (due to a corresponding answer
93acd23d
JB
4475 "no" in interactive questions, for example).
4476 Use `tramp-compat-funcall'.
20b8ac83
MA
4477
4478 * net/tramp-imap.el (top): Autoload `epg-make-context'.
4479 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
4480 (tramp-imap-do-copy-or-rename-file)
4481 (tramp-imap-handle-insert-file-contents)
4482 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
4483 (tramp-imap-handle-delete-file): Add TRASH arg.
4484
1e05f387
SM
4485 * net/tramp-smb.el (tramp-smb-handle-copy-file):
4486 Add PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
4487 (tramp-smb-handle-copy-file)
4488 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4489 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
4490 Use `with-progress-reporter'.
4491 (tramp-smb-handle-delete-file): Add TRASH arg.
4492
4493 * net/tramp.el (tramp-methods): Move hostname to the end in all
4494 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
4495 appropriate.
4496 (tramp-verbose): Describe verbose level 9.
4497 (tramp-completion-function-alist)
4498 (tramp-file-name-regexp, tramp-chunksize)
4499 (tramp-local-coding-commands, tramp-remote-coding-commands)
4500 (with-connection-property, tramp-completion-mode-p)
4501 (tramp-action-process-alive, tramp-action-out-of-band)
4502 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
4503 (tramp-exists-file-name-handler): Fix docstring.
4504 (tramp-remote-process-environment): Use `format' instead of
4505 `concat'. Protect version string by apostroph.
4506 (tramp-shell-prompt-pattern): Do not use a shy group in case of
4507 XEmacs.
4508 (tramp-file-name-regexp-unified)
4509 (tramp-completion-file-name-regexp-unified): On W32 systems, do
4510 not regard the volume letter as remote filename. (Bug#5447)
4511 (tramp-perl-file-attributes)
4512 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
4513 (tramp-vc-registered-read-file-names): Read input as
4514 here-document, otherwise the command could exceed maximum length
4515 of command line.
4516 (tramp-file-name-handler-alist): Add `file-selinux-context' and
4517 `set-file-selinux-context'.
4518 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
4519 backtrace functions.
4520 (tramp-error-with-buffer): Don't show the connection buffer when
4521 we are in completion mode.
4522 (tramp-progress-reporter-update, tramp-remote-selinux-p)
4523 (tramp-handle-file-selinux-context)
4524 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
4525 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
4526 New defuns.
4527 (with-progress-reporter): New defmacro.
4528 (tramp-debug-outline-regexp): New defconst.
4529 (top, tramp-rfn-eshadow-setup-minibuffer)
4530 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4531 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
4532 (tramp-completion-mode-p, tramp-check-for-regexp)
4533 (tramp-open-connection-setup-interactive-shell)
4534 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
4535 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
4536 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
4537 Use `tramp-compat-funcall'.
4538 (tramp-handle-make-symbolic-link): Flush file properties.
4539 (tramp-handle-load, tramp-handle-file-local-copy)
4540 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4541 (tramp-handle-vc-registered, tramp-maybe-send-script)
4542 (tramp-find-shell): Use `with-progress-reporter'.
4543 (tramp-do-file-attributes-with-stat): Add space in format string,
4544 in order to work around a bug in pdksh. Reported by Gilles Pion
4545 <gpion@lfdj.com>.
4546 (tramp-handle-verify-visited-file-modtime): Do not send a command
4547 when the connection is not established.
4548 (tramp-handle-set-file-times): Simplify the check for utc.
4549 (tramp-handle-directory-files-and-attributes)
4550 (tramp-get-remote-path): Use `copy-tree'.
4551 (tramp-completion-handle-file-name-all-completions): Ensure, that
4552 non remote files are still checked. Oops.
1e05f387
SM
4553 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
4554 Handle PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
4555 (tramp-do-copy-or-rename-file): Add progress reporter.
4556 (tramp-do-copy-or-rename-file-directly): Do not use
4557 `tramp-handle-file-remote-p'.
4558 (tramp-do-copy-or-rename-file-out-of-band):
4559 Use `tramp-compat-delete-directory'.
4560 (tramp-do-copy-or-rename-file-out-of-band)
4561 (tramp-compute-multi-hops, tramp-maybe-open-connection):
4562 Use `format-spec-make'.
4563 (tramp-handle-delete-file): Add TRASH arg.
4564 (tramp-handle-dired-uncache): Flush directory cache, not only file
4565 cache.
4566 (tramp-handle-expand-file-name)
4567 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
4568 (tramp-completion-handle-file-name-completion):
4569 Use `tramp-connectable-p'.
20b8ac83
MA
4570 (tramp-handle-start-file-process): Set connection property "vec".
4571 Use it, in order to invalidate file caches. Check only for
4572 `remote-tty' process property.
4573 Implement tty setting. (Bug#4604, Bug#6360)
4574 (tramp-file-name-for-operation): Add `call-process-region' and
4575 `set-file-selinux-context'.
4576 (tramp-find-foreign-file-name-handler)
4577 (tramp-advice-make-auto-save-file-name)
4578 (tramp-set-auto-save-file-modes): Remove superfluous check for
4579 `stringp'. This is done inside `tramp-tramp-file-p'.
4580 (tramp-file-name-handler): Trace 'quit. Catch the error for some
4581 operations when we are in completion mode. This gives the user
4582 the chance to correct the file name in the minibuffer.
4583 (tramp-completion-mode-p): Use `non-essential'.
4584 (tramp-handle-file-name-all-completions): Backward/ XEmacs
4585 compatibility: Use `completion-ignore-case' if
4586 `read-file-name-completion-ignore-case' does not exist.
4587 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
4588 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4589 `tramp-open-shell'.
4590 (tramp-action-password): Hide password prompt before next run.
4591 (tramp-process-actions): Widen connection buffer for the trace.
4592 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
4593 process property. Trace stty settings if `tramp-verbose' >= 9.
4594 Apply workaround for IRIX64 bug. Move argument of last
4595 `tramp-send-command' where it belongs to.
4596 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
4597 front of `login-args'.
4598 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
4599 on "/dev/null" instead of "/".
4600 (tramp-get-ls-command-with-dired): Make test for "--dired"
4601 stronger.
4602 (tramp-set-auto-save-file-modes): Adapt version check.
4603 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
4604 (tramp-handle-process-file): Call the program in a subshell, in
4605 order to preserve working directory.
4606 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
4607 `tramp-remote-sh' from `tramp-methods'.
4608 (tramp-get-ls-command): Make test for "--color=never" stronger.
4609 (tramp-check-for-regexp): Use (forward-line 1).
4610
44ffae96
MA
4611 * net/trampver.el: Update release number.
4612
cb6c4991
CY
46132010-08-26 Chong Yidong <cyd@stupidchicken.com>
4614
4615 * help.el (help-map): Bind `C-h P' to describe-package.
4616
4617 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
4618
4619 * emacs-lisp/package.el (package-refresh-contents): Catch errors
4620 when downloading archives.
4621 (describe-package-1): Add package commentary.
4622 (package-install-button-action): New function.
4623 (package-menu-mode-map): Bind ? to package-menu-describe-package.
4624 (package-menu-view-commentary): Function removed.
4625 (package-list-packages-internal): Hide the `package' package too.
4626
b60f961f
KH
46272010-08-25 Kenichi Handa <handa@m17n.org>
4628
4629 * language/misc-lang.el ("Arabic"): New language environment.
4630 Setup composition-function-table for Arabic characters.
4631
4632 * international/fontset.el (setup-default-fontset): Fix typo for
4633 arabic OTF spec (fini->fina).
4634
a0c16be4
J
46352010-08-25 Jan Djärv <jan.h.d@swipnet.se>
4636
4637 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
4638 on all frames.
4639
85cc3d4f
VJL
46402010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4641
4642 * whitespace.el: Allow cleaning up blanks without blank
4643 visualization (Bug#6651). Adjust help window for
4644 whitespace-toggle-options (Bug#6479). Allow to use fill-column
4645 instead of whitespace-line-column (from EmacsWiki). New version
4646 13.1.
4647 (whitespace-style): Added new value 'face. Adjust docstring.
6a7662bb
BR
4648 (whitespace-space, whitespace-hspace, whitespace-tab):
4649 Adjust foreground property face.
85cc3d4f
VJL
4650 (whitespace-line-column): Adjust docstring and type declaration.
4651 (whitespace-style-value-list, whitespace-toggle-option-alist)
4652 (whitespace-help-text): Adjust const initialization.
4653 (whitespace-toggle-options, global-whitespace-toggle-options):
4654 Adjust docstring.
4655 (whitespace-display-window, whitespace-interactive-char)
4656 (whitespace-style-face-p, whitespace-color-on): Adjust code.
4657 (whitespace-help-scroll): New fun.
4658
cb8759ca
CY
46592010-08-24 Chong Yidong <cyd@stupidchicken.com>
4660
4661 * emacs-lisp/package.el (list-packages): Alias for
4662 package-list-packages.
4663
44a41a47
KR
46642010-08-24 Kevin Ryde <user42@zip.com.au>
4665
be7748e7
KR
4666 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
4667 (Bug#5651).
4668
44a41a47
KR
4669 * progmodes/ruby-mode.el (ruby): Add defgroup.
4670
edfd00fa
CY
46712010-08-24 Chong Yidong <cyd@stupidchicken.com>
4672
4673 * progmodes/python.el: Add Ipython support (Bug#5390).
4674 (python-shell-prompt-alist)
4675 (python-shell-continuation-prompt-alist): New options.
4676 (python--set-prompt-regexp): New function.
6a7662bb
BR
4677 (inferior-python-mode, run-python, python-shell):
4678 Require ansi-color. Use python--set-prompt-regexp to set the comint
edfd00fa
CY
4679 prompt based on the Python interpreter.
4680 (python--prompt-regexp): New var.
4681 (python-check-comint-prompt)
4682 (python-comint-output-filter-function): Use it.
4683 (run-python): Use a pipe (Bug#5694).
4684
46852010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
4686
4687 * progmodes/python.el (python-send-region): Send a different
4688 Python command if Ipython is in use.
4689 (python-check-version): Use a Python command to find the version.
4690
1c409d0b
CY
46912010-08-24 Chong Yidong <cyd@stupidchicken.com>
4692
4693 * mouse.el (mouse-yank-primary): Avoid setting primary when
4694 deactivating the mark (Bug#6872).
4695
733946e7 46962010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
4697
4698 * progmodes/python.el (python-block-pairs): Allow use of "finally"
4699 with "else" (Bug#3991).
4700
e73f184c
MA
47012010-08-23 Michael Albinus <michael.albinus@gmx.de>
4702
4703 * net/dbus.el: Accept UNIX domain sockets as bus address.
4704 (top): Don't initialize `dbus-registered-objects-table' anymore,
4705 this is done in dbusbind,c.
4706 (dbus-check-event): Adapt test for bus.
4707 (dbus-return-values-table, dbus-unregister-service)
4708 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
4709 Adapt doc string.
4710
1a140747
JB
47112010-08-23 Juanma Barranquero <lekktu@gmail.com>
4712
4713 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
4714
7133b7ee
JL
47152010-08-22 Juri Linkov <juri@jurta.org>
4716
4717 * simple.el (read-extended-command): New function with the logic
4718 for `completing-read' moved to Elisp from `execute-extended-command'.
4719 Use `function-called-at-point' in `minibuffer-default-add-function'
4720 to get a command name for M-n (bug#5364, bug#5214).
4721
198a7a97
CY
47222010-08-22 Chong Yidong <cyd@stupidchicken.com>
4723
4724 * startup.el (command-line-1): Issue warning for ignored arguments
4725 --unibyte, etc (Bug#6886).
4726
c00725d7
LL
47272010-08-22 Leo <sdl.web@gmail.com>
4728
4729 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
4730 (ignore, bright, dim, keyword): Split list of nicknames before
4731 passing to rcirc-add-or-remove (Bug#6894).
4732
bc7d7ea6
CY
47332010-08-22 Chong Yidong <cyd@stupidchicken.com>
4734
4735 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
4736
b0126eac 47372010-08-22 Leo <sdl.web@gmail.com>
e0143335 4738
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 4739 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 4740 * ido.el: Revert Óscar's.
e0143335
LL
4741 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
4742 Remember the buffers at head, rather than their name.
76e3243a 4743 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 4744
b0126eac 47452010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
4746 Stefan Monnier <monnier@iro.umontreal.ca>
4747
4748 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
4749 extra backslash added to each line (bug#6890).
4750
b0126eac 47512010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
4752
4753 * subr.el (read-key): Don't echo keystrokes (bug#6883).
4754
b0126eac 47552010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
4756
4757 * menu-bar.el (menu-bar-games-menu): Add landmark.
4758
b0126eac 47592010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 4760
9130a2d6
GM
4761 * align.el (align-regexp): Make group and spacing arguments
4762 use the interactive defaults when non-interactive. (Bug#6698)
4763
fb89a654
GM
4764 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
4765 expansion, so as not to need sendmail.
4766 (mail-text-start): Remove declaration.
4767 (rmail-retry-failure): Require sendmail.
4768
b0126eac 47692010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
4770
4771 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
4772
b0126eac 47732010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 4774
186e86db
SM
4775 * progmodes/flymake.el (flymake-start-syntax-check-process):
4776 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 4777
b0126eac 47782010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
4779
4780 * files.el: Add `word-wrap' as safe local variable.
4781
b0126eac 47822010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
4783
4784 * woman.el (woman-translate): Case matters. (Bug#6849)
4785
b0126eac 47862010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
4787
4788 * simple.el (kill-region): Doc fix (Bug#6787).
4789
b0126eac 47902010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
4791
4792 * calendar/diary-lib.el (diary-header-line-format):
4793 Fit it to the window, not the frame.
4794
b0126eac 47952010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
4796
4797 * subr.el (ignore-errors): Add debug declaration.
4798
b0126eac 47992010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
4800
4801 * whitespace.el (whitespace-color-off): Remove post-command-hook
4802 locally.
4803
537ffaf3
SM
48042010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4805
4806 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
4807
d64b8a68
CY
48082010-08-21 Chong Yidong <cyd@stupidchicken.com>
4809
4810 * cus-edit.el (custom-group-value-create): Add extra newline
4811 before end line (Bug#6876).
4812
d2625c3d
CY
48132010-08-21 Chong Yidong <cyd@stupidchicken.com>
4814
4815 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
4816 when extending it. Before killing on the second click, check if
4817 the buffer is the correct one. Doc fix.
4818 (mouse-secondary-save-then-kill): Allow usage without first
4819 calling mouse-start-secondary, by defaulting to point. Don't save
4820 an empty secondary selection. Doc fix.
4821
80525855
VJL
48222010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4823
91bdeb66
VJL
4824 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
4825 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 4826 New version 13.0.
80525855
VJL
4827 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
4828 Adjust initialization.
4829 (whitespace-bob-marker, whitespace-eob-marker)
4830 (whitespace-buffer-changed): New vars.
4831 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
4832 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
4833 (whitespace-post-command-hook, whitespace-display-char-on):
4834 Adjust code.
80525855 4835 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 4836 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 4837
4b9c0a49
SM
48382010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4839
118cf454
SM
4840 * files.el (locate-file-completion-table): Only list the .el and .elc
4841 extensions if there's no other choice (bug#5955).
4842
a2e5caf7
SM
4843 * facemenu.el (facemenu-self-insert-data): New var.
4844 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
4845 New functions.
4846 (facemenu-add-face): Use them.
4847
4b9c0a49
SM
4848 * simple.el (blink-matching-open): Obey forward-sexp-function.
4849
0193499f
SM
48502010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
4851
b2a15250
SM
4852 * simple.el (prog-mode-map): New var.
4853 (prog-indent-sexp): New command.
4854
b5ba2d6f
SM
4855 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
4856
9acd1bdc
SM
4857 * progmodes/prolog.el (smie): Require.
4858
8723cfa4
SM
4859 * emacs-lisp/smie.el (smie-default-backward-token)
4860 (smie-default-forward-token): Strip properties.
4861 (smie-next-sexp): Be more careful with associative operators.
4862 (smie-forward-sexp-command): Generalize.
4863 (smie-backward-sexp-command): Simplify.
4864 (smie-closer-alist): New var.
4865 (smie-close-block): New command.
4866 (smie-indent-debug-log): New var.
4867 (smie-indent-offset-rule): Add a few more cases.
4868 (smie-indent-column): New function.
4869 (smie-indent-after-keyword): Use it.
4870 (smie-indent-keyword): Use it.
4871 Fix up the opener code's point position.
4872 (smie-indent-comment): Only applies at BOL.
4873 (smie-indent-debug): New command.
4874
0193499f
SM
4875 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
4876 declarations that are useful before running the macro.
4877
0c9b8993
GM
48782010-08-18 Joakim Verona <joakim@verona.se>
4879
4880 * image.el (imagemagick-types-inhibit): New variable.
4881 (imagemagick-register-types): New function.
4882 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
4883 (image-transform-set-scale, image-transform-fit-to-height)
4884 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
4885 (image-transform-fit-to-width, image-transform-fit-to-height):
4886 New functions.
ccd80618
JV
4887 (image-toggle-display-image): Support image transforms.
4888
1075cd61
KY
48892010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
4890
4891 * image.el (create-animated-image): Don't add heuristic mask to image
4892 (Bug#6839).
4893
64cb6c78
J
48942010-08-18 Jan Djärv <jan.h.d@swipnet.se>
4895
0193499f
SM
4896 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
4897 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 4898
ff80a446
SM
48992010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
4900
afa22f7c
SM
4901 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
4902
ff80a446
SM
4903 Font-lock '...' strings, plus various simplifications and fixes.
4904 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
4905 (octave-font-lock-close-quotes): New function.
4906 (octave-font-lock-syntactic-keywords): New var.
4907 (octave-mode): Use it. Set beginning-of-defun-function.
4908 (octave-mode-map): Don't override the <foo>-defun commands.
4909 (octave-mode-menu): Pass it directly to easy-menu-define;
4910 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
4911 (octave-block-match-alist): Fix up last change so that
4912 octave-close-block uses the more specific keyword.
4913 (info-lookup-mode): Silence byte-compiler.
4914 (octave-beginning-of-defun): Not interactive any more.
4915 Optimize slightly.
4916 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
4917 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
4918 (octave-completion-at-point-function): Make sure point is within
4919 beg..end.
4920 (octave-reindent-then-newline-and-indent):
4921 Use reindent-then-newline-and-indent.
4922 (octave-add-octave-menu): Remove.
4923
2269b349
JD
49242010-08-17 Jan Djärv <jan.h.d@swipnet.se>
4925
489cd5bd
JD
4926 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
4927 (report-emacs-bug-can-use-xdg-email): New functions.
4928 (report-emacs-bug): Set can-xdg-email to result of
4929 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
4930 \C-cm to report-emacs-bug-insert-to-mailer and add help text
4931 about it.
30ebab6d 4932
a2fb159c
GM
4933 * net/browse-url.el (browse-url-default-browser): Add cond
4934 for browse-url-xdg-open.
4935 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
4936
49372010-08-17 Glenn Morris <rgm@gnu.org>
4938
4939 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
4940 (c-fontify-recorded-types-and-refs): Define for compiler.
4941 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
4942 before use.
4943
4944 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
4945 Fix format call.
4946
bb6aba9c
MA
49472010-08-17 Michael Albinus <michael.albinus@gmx.de>
4948
4949 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
4950 properties.
4951 (tramp-handle-process-file): Call the program in a subshell, in
4952 order to preserve working directory.
4953 (tramp-action-password): Hide password prompt before next run.
4954 (tramp-process-actions): Widen connection buffer for the trace.
4955
8f10c937
DD
49562010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4957
4958 * net/rcirc.el (rcirc-log-process-buffers): New option.
4959 (rcirc-print): Use it.
4960 (rcirc-generate-log-filename): New function.
4961 (rcirc-log-filename-function): Change default to
4962 rcirc-generate-log-filename (Bug#6828).
4963
7c23dd44
CY
49642010-08-16 Chong Yidong <cyd@stupidchicken.com>
4965
4966 * simple.el (deactivate-mark): If select-active-regions is `only',
4967 only set selection for temporarily active regions.
4968
4969 * cus-start.el: Change defcustom for select-active-regions.
4970
6d3e82d2
CY
49712010-08-15 Chong Yidong <cyd@stupidchicken.com>
4972
4973 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
4974 (mouse-drag-track): Use LOCATION arg to push-mark.
4975 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
4976 consideration when updating point and mark (Bug#6840).
4977
c68263b1
CY
49782010-08-15 Chong Yidong <cyd@stupidchicken.com>
4979
4980 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4981 Give the Ruby rule a lower priority than Gnu (Bug#6778).
4982
456f369a
ŠN
49832010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
4984
ff80a446
SM
4985 * font-lock.el (lisp-font-lock-keywords-2):
4986 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
4987 with-demoted-errors, and with-silent-modifications (Bug#6025).
4988
c22e18f5
KR
49892010-08-14 Kevin Ryde <user42@zip.com.au>
4990
4991 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
4992 (copyright-update): Temporary switch-to-buffer to ensure the
4993 buffer change being queried is visible (Bug#5394).
c22e18f5 4994
6f1a6faf
TT
49952010-08-14 Tom Tromey <tromey@redhat.com>
4996
4997 * progmodes/etags.el (tags-file-name): Mark safe if stringp
4998 (Bug#6733).
4999
e7afcf30
EZ
50002010-08-14 Eli Zaretskii <eliz@gnu.org>
5001
5002 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
5003 MS-DOS. (Bug#6689)
5004
2b4e6277
J
50052010-08-13 Jan Djärv <jan.h.d@swipnet.se>
5006
5007 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
5008 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
5009 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
5010 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
5011 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
5012 Call menu-bar-set-tool-bar-position.
2b4e6277 5013
dc94fc85
SM
50142010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5015
c5683ceb
SM
5016 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
5017 comment style (bug#6834).
5018 * progmodes/scheme.el (scheme-mode-syntax-table):
5019 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
5020 "b" flag in "' 14b" syntax.
5021
c82d5b11
SM
5022 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
5023 for (un)commenting the region and performing completion.
5024 (octave-mode-menu): Use standard commands for help and completion.
5025 (octave-mode-syntax-table): Support %{..%} comments (sort of).
5026 (octave-mode): Use define-derived-mode.
5027 Set completion-at-point-functions and don't set columns.
5028 Don't disable adaptive-fill-regexp.
5029 (octave-describe-major-mode, octave-comment-region)
5030 (octave-uncomment-region, octave-comment-indent)
5031 (octave-indent-for-comment): Remove.
5032 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 5033 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
5034 (octave-initialize-completions): No need to make an alist.
5035 (octave-completion-at-point-function): New function.
5036 (octave-complete-symbol): Use it.
5037 (octave-insert-defun): Use define-skeleton.
5038
5039 * progmodes/octave-mod.el (octave-mode): Set comment-add.
5040 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 5041
61b6abbd
AL
50422010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5043
5044 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
5045 indentation of inserted comment.
5046
3a46642b
J
50472010-08-11 Jan Djärv <jan.h.d@swipnet.se>
5048
5049 * faces.el (region): Add type gtk that uses gtk colors.
5050
5051 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
5052 Handle theme-name change.
5053
3bd2cfef
MM
50542010-08-10 Michael R. Mauger <mmaug@yahoo.com>
5055
5056 * progmodes/sql.el: Version 2.5
5057 (sql-product-alist): Add :prompt-cont-regexp property for several
5058 database products.
5059 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
5060 (sql-output-newline-count, sql-output-by-send):
5061 New variables. Record number of newlines in input text.
3bd2cfef
MM
5062 (sql-send-string): Handle multiple filters and count newlines.
5063 (sql-send-magic-terminator): Count terminator newline.
5064 (sql-interactive-remove-continuation-prompt): Filters output to
5065 remove continuation prompts; one for each newline.
5066 (sql-interactive-mode): Set up new variables, prompt regexp and
5067 output filter.
5068 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 5069 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 5070
d02c9bcd
SM
50712010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5072
5073 * emacs-lisp/pcase.el: New file.
5074
80ca4f1e
MA
50752010-08-10 Michael Albinus <michael.albinus@gmx.de>
5076
5077 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
5078 as here-document, otherwise the command could exceed maximum
5079 length of command line.
d02c9bcd
SM
5080 (tramp-handle-vc-registered): Call script accordingly.
5081 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 5082
2948599b
KH
50832010-08-10 Kenichi Handa <handa@m17n.org>
5084
5085 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
5086 composable pattern.
5087
148cef8e
CY
50882010-08-09 Chong Yidong <cyd@stupidchicken.com>
5089
5090 * emacs-lisp/package.el (package-version-split)
5091 (package--version-first-nonzero, package-version-compare):
5092 Functions removed.
5093 (package-directory-list, package-load-all-descriptors)
5094 (package--built-in, package-activate, define-package)
5095 (package-installed-p, package-compute-transaction)
5096 (package-read-all-archive-contents)
5097 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
5098 (package-tar-file-info, package-list-packages-internal):
5099 Use version-to-list and version-list-*.
148cef8e 5100
d02c9bcd
SM
5101 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5102 Use version-to-list.
148cef8e
CY
5103 (package-upload-buffer-internal): Use version-list-<=.
5104
82a9ce0f
KH
51052010-08-09 Kenichi Handa <handa@m17n.org>
5106
231e5e5f 5107 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
5108 composable pattern.
5109
7adf5fdc
CY
51102010-08-08 Chong Yidong <cyd@stupidchicken.com>
5111
fc560445
CY
5112 * tutorial.el (tutorial--default-keys): C-d is now bound to
5113 delete-forward-char (Bug#6826).
5114
7adf5fdc
CY
5115 * mouse.el (mouse-drag-track): Remove accidentally-removed check
5116 for `double' value of mouse-1-click-follows-link (Bug#6807).
5117
e54a1075
JB
51182010-08-08 Johan Bockgård <bojohan@gnu.org>
5119
5120 * replace.el (replace-highlight): Bind isearch-forward and
5121 isearch-error, ensuring that highlighting is updated if the user
5122 switches the search direction (Bug#6808).
5123
5124 * isearch.el (isearch-lazy-highlight-forward): New var.
5125 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
5126 (isearch-lazy-highlight-update): Use it.
5127
7815fe19 51282010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 5129
8d9e03e4
JB
5130 * international/mule.el (define-charset): Store NAME as :base property.
5131 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
5132 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
5133 current priority. Force using the designation of the specific
8d9e03e4 5134 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 5135
7815fe19 51362010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
5137
5138 * emulation/pc-select.el (pc-selection-mode-hook)
5139 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
5140 (pc-selection-mode): Fix typos in docstrings.
5141
7815fe19 51422010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
5143
5144 * language/cyrillic.el: Don't add "microsoft-cp1251" to
5145 ctext-non-standard-encodings-alist here.
5146
8d9e03e4
JB
5147 * international/mule.el (ctext-non-standard-encodings-alist):
5148 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
5149 (ctext-standard-encodings): New variable.
5150 (ctext-non-standard-encodings-table): List only elements for
5151 non-standard encodings.
186e86db 5152 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
5153 Check ctext-standard-encodings.
5154
5155 * international/mule-conf.el (compound-text): Doc fix.
5156 (ctext-no-compositions): Doc fix.
5157 (compound-text-with-extensions): Doc fix.
5158
7815fe19 51592010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
5160
5161 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
5162
8d9e03e4 51632010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 5164
9ebc731b
JB
5165 * progmodes/which-func.el (which-func-format): Split help-echo text
5166 into lines, like other mode-line tooltips.
5167
d5b8058f
JB
5168 * server.el (server-start): When using TCP sockets, force IPv4
5169 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
5170
8d9e03e4 51712010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
5172
5173 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
5174
8d9e03e4 51752010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
5176
5177 * term.el (term-delimiter-argument-list): Reflow docstring.
5178 (term-read-input-ring, term-write-input-ring, term-send-input)
5179 (term-bol, term-erase-in-display, serial-supported-or-barf):
5180 Fix typos in docstrings.
5181
8d9e03e4 51822010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
5183
5184 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
5185
8d9e03e4 51862010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
5187
5188 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
5189
8d9e03e4 51902010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
5191
5192 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
5193 Fix typo in docstring (bug#6747).
5194
7815fe19 51952010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
5196
5197 * eshell/esh-io.el (eshell-get-target): Better detection of
5198 read-only file (Bug#6762).
5199
7815fe19 52002010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
5201
5202 * align.el (align-default-spacing): Doc fix.
5203 (align-region-heuristic, align-regexp): Fix typos in docstrings.
5204
733946e7 52052010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 5206
490b89ac 5207 * calendar/icalendar.el
93acd23d
JB
5208 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
5209 (icalendar--get-weekday-numbers): New.
81ee9410 5210 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 5211 values in weekly rules. (Bug#6766)
81ee9410 5212
490b89ac
UJ
52132010-08-08 Ulf Jasper <ulf.jasper@web.de>
5214
5215 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
5216 (icalendar--create-uid, icalendar-export-region)
5217 (icalendar--parse-summary-and-rest): Code formatting.
5218
2c695727
JB
52192010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
5220
5221 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
5222 to italicize headers.
5223 (calc-highlight-selections-with-faces): New variable.
5224 (calc-selected-face, calc-nonselected-face): New faces.
5225
5226 * calc/calccomp.el (math-comp-highlight-string): Use
5227 `calc-highlight-selections-with-faces' to determine how to highlight
5228 sub-formulas.
5229
5230 * calc/calc-sel.el (calc-show-selections): Change message to when
5231 using faces to highlight selections.
5232
b93d4f22
MM
52332010-08-07 Michael R. Mauger <mmaug@yahoo.com>
5234
8d9e03e4
JB
5235 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
5236 Add SQLite 3 keywords, functions and datatypes.
5237 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
5238 (Bug#6686).
5239
9852377f
CY
52402010-08-07 Chong Yidong <cyd@stupidchicken.com>
5241
5242 * simple.el (select-active-regions): Move to keyboard.c.
5243 (deactivate-mark): Used saved-region-selection.
5244 (select-active-region): Function removed.
5245 (activate-mark, set-mark, push-mark-command)
5246 (handle-shift-selection): Don't call it.
5247 (keyboard-quit): Avoid adding the region to the window selection.
5248
5249 * mouse.el (mouse-drag-track): Remove hacks to deal with old
5250 select-active-regions implementation.
5251 (mouse-yank-at-click): Doc fix.
5252
5253 * cus-start.el: Add custom declaration for select-active-regions.
5254
822775bf
EZ
52552010-08-07 Eli Zaretskii <eliz@gnu.org>
5256
4c5130d6
EZ
5257 * simple.el (delete-forward-char): Doc fix.
5258
822775bf
EZ
5259 * tutorial.el (help-with-tutorial): Hack safe file-local variables
5260 after reading the tutorial.
5261
bd4c5e3e
AM
52622010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
5263
6a7662bb
BR
5264 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
5265 Fix for the case that a C style comment has its delimiters alone on
bd4c5e3e
AM
5266 their respective lines.
5267
d00fa9b6
MA
52682010-08-06 Michael Albinus <michael.albinus@gmx.de>
5269
8d9e03e4 5270 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6 5271 property "vec".
6a7662bb
BR
5272 (tramp-process-sentinel): Use it for flushing the cache.
5273 We cannot do it via the process buffer, the buffer could be deleted
d00fa9b6
MA
5274 already when running the sentinel.
5275
52762010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
5277
5278 * comint.el (comint-mode): Make directory tracking functions
5279 functional on remote files. (Bug#6764)
5280
b3d42406
DN
52812010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
5282
5283 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
5284
29cf3e20
EZ
52852010-08-05 Eli Zaretskii <eliz@gnu.org>
5286
6a7662bb
BR
5287 * emacs-lisp/find-gc.el (find-gc-source-files):
5288 Rename unexec.c => unexcoff.c.
29cf3e20 5289
6a7662bb
BR
5290 * emacs-lisp/authors.el (authors-fixed-entries):
5291 Rename unexec.c => unexcoff.c.
29cf3e20 5292
39e1bf0b
MA
52932010-08-05 Michael Albinus <michael.albinus@gmx.de>
5294
5295 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
5296 cache, not only file cache.
5297 (tramp-process-sentinel): New defun.
5298 (tramp-handle-start-file-process): Use it, in order to invalidate
5299 file caches.
5300
9f982e22
LL
53012010-08-03 Leo <sdl.web@gmail.com>
5302
5303 * server.el (server-start): Simplify loop.
5304
0798a8d8
SM
53052010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
5306
548c5c47
SM
5307 * frame.el (screen-height, screen-width, set-screen-width)
5308 (set-screen-height): Remove ancient compatibility aliases.
5309
3311d1c2
SM
5310 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
5311 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
5312
0798a8d8
SM
5313 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
5314 that change current buffer.
5315
26ee77a6
YM
53162010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5317
5318 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
5319 beginning of the string. Use `string-match-p'. (Bug#6765)
5320
aa1859f5
J
53212010-08-01 Jan Djärv <jan.h.d@swipnet.se>
5322
5323 * cus-start.el (x-gtk-use-system-tooltips): New variable.
5324
376c2b6b
CY
53252010-08-01 Chong Yidong <cyd@stupidchicken.com>
5326
0798a8d8 5327 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 5328 (package--builtins): Tweak descriptions.
0798a8d8
SM
5329 (package-print-package): Upcase descriptions if necessary.
5330 Show all built-in packages in font-lock-builtin-face.
5331 (package-list-packages-internal): Omit "emacs" package.
5332 Show status of built-in packages as "built-in".
376c2b6b 5333
16041401
CY
53342010-07-31 Chong Yidong <cyd@stupidchicken.com>
5335
5336 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
5337 before killing to preserve the primary selection (Bug#6701).
5338
5339 * term/x-win.el (x-select-text): Doc fix.
5340
0798a8d8
SM
53412010-07-31 Nathaniel Flath <flat0103@gmail.com>
5342
452ea855
AM
5343 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
5344 (objc-font-lock-extra-types):
452ea855 5345 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
5346 * progmodes/cc-langs.el (c-make-mode-syntax-table)
5347 (c++-make-template-syntax-table)
5348 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
5349 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
5350 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
5351 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
5352 * progmodes/cc-fonts.el (c-make-inverse-face)
5353 (c-basic-matchers-after):
452ea855
AM
5354 * progmodes/cc-engine.el (c-forward-keyword-clause)
5355 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
5356 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
5357 (c-guess-continued-construct, c-guess-basic-syntax):
2f5e7c6f
GM
5358 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
5359 The above functions were modified or created.
452ea855 5360
37766706
J
53612010-07-31 Jan Djärv <jan.h.d@swipnet.se>
5362
0798a8d8 5363 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 5364
cd83d522
EZ
53652010-07-31 Eli Zaretskii <eliz@gnu.org>
5366
5367 * files.el (bidi-paragraph-direction): Define safe local values.
5368
5369 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
5370 language-info-alist. Remove outdated FIXME in a comment.
5371
28e5cf7c
AM
53722010-07-31 Alan Mackenzie <acm@muc.de>
5373
5374 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
5375 Auto-fill broken in C/C++ modes.
5376
bfeabdc3
JD
53772010-07-29 Jan Djärv <jan.h.d@swipnet.se>
5378
5379 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
5380 (menu-bar-showhide-tool-bar-menu-customize-disable)
5381 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
5382 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
5383 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
5384 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
5385 make a menu for Options => toolbar that can move it.
5386
063e5294
CY
53872010-07-29 Chong Yidong <cyd@stupidchicken.com>
5388
5389 * emacs-lisp/package-x.el (package--make-rss-entry):
5390 (package-maint-add-news-item, package--update-news)
5391 (package-upload-buffer-internal): New arg ARCHIVE-URL.
5392
5393 * emacs-lisp/package.el (package-archive-url): Rename from
5394 package-archive-id.
5395 (package-install): Doc fix.
5396 (package-download-single, package-download-tar, package-install)
5397 (package-menu-view-commentary): Callers changed.
5398
683cc385
MA
53992010-07-29 Michael Albinus <michael.albinus@gmx.de>
5400
5401 * net/tramp.el (tramp-handle-start-file-process): Check only for
5402 `remote-tty' process property.
5403 (tramp-open-shell): Don't check for tty.
5404 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
5405 process property.
5406
5407 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
5408 host.
5409
bc44bef7
PH
54102010-07-28 Chong Yidong <cyd@stupidchicken.com>
5411
5412 * emacs-lisp/package.el (package-load-list, package-archives)
5413 (package-archive-contents, package-user-dir)
5414 (package-directory-list, package--builtins, package-alist)
5415 (package-activated-list, package-obsolete-alist): Mark as risky.
5416
54172010-07-28 Phil Hagelberg <phil@evri.com>
5418
5419 Add support for non-default package repositories.
5420 * emacs-lisp/package.el (package-archive-base): Var deleted.
5421 (package-archives): New variable.
5422 (package-archive-contents): Doc fix.
0798a8d8 5423 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
5424 (package--write-file-no-coding): New function.
5425 (package-unpack-single): Use it.
5426 (package-archive-id): New function.
5427 (package-download-single, package-download-tar)
5428 (package-menu-view-commentary): Use it.
5429 (package-installed-p): Make second argument optional.
5430 (package-read-all-archive-contents): New function.
5431 (package-initialize): Use it.
5432 (package-read-archive-contents): Add ARCHIVE argument.
5433 (package--add-to-archive-contents): New function.
5434 (package-install): Don't call package-read-archive-contents.
5435 (package--download-one-archive): Store archive file in a
5436 subdirectory of package-user-dir.
5437 (package-menu-execute): Remove spurious line movement.
5438
8a52f00a
JD
54392010-07-28 Jan Djärv <jan.h.d@swipnet.se>
5440
5441 * cus-start.el (tool-bar-style): Add text-image-horiz.
5442
b21d3ceb
MA
54432010-07-28 Michael Albinus <michael.albinus@gmx.de>
5444
5445 * progmodes/gud.el (gud-common-init): Check for remoteness of
5446 `file', and not of `default-directory'.
5447
8fbcce2d
MA
54482010-07-28 Michael Albinus <michael.albinus@gmx.de>
5449
5450 * net/tramp.el (tramp-methods): Move hostname to the end in all
5451 ssh `tramp-login-args'.
5452 (tramp-verbose): Describe verbose level 9.
5453 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
5454 (tramp-open-connection-setup-interactive-shell): Trace stty
5455 settings if `tramp-verbose' >= 9.
5456 (tramp-handle-start-file-process): Implement tty setting.
5457 (Bug#4604, Bug#6360)
5458
5459 * net/tramp-cmds.el (tramp-bug): Recommend setting of
5460 `tramp-verbose' to 9.
5461
128440c9
AH
54622010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
5463
5464 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
5465 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
5466 Remove references to package `lisp-re' (bug#4369).
5467
ae0c2494
TT
54682010-07-27 Tom Tromey <tromey@redhat.com>
5469
5470 * progmodes/js.el (js-mode):
5471 * progmodes/make-mode.el (makefile-mode):
5472 * progmodes/simula.el (simula-mode):
5473 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
5474
0ed082fe 54752010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
5476
5477 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
5478
7c7c04c0
JB
5479 * time.el (display-time-day-and-date): Remove spurious * in docstring.
5480 (display-time-world-buffer-name, display-time-world-mode-map):
5481 Fix typos in docstrings.
5482
0ed082fe 54832010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
5484
5485 * image-mode.el (image-display-size): New function.
5486 (image-forward-hscroll, image-next-line, image-eol, image-eob)
5487 (image-mode-fit-frame): Use it (Bug#6639).
5488
0ed082fe 54892010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
5490
5491 * dired.el (dired-buffers-for-dir): Handle list values of
5492 dired-directory (Bug#6636).
5493
aa2d4bd3
SS
54942010-07-26 Sam Steingold <sds@gnu.org>
5495
5496 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
5497 Do not call `x-get-selection' the second time, reuse the value.
5498
78b84da3
DU
54992010-07-26 Daiki Ueno <ueno@unixuser.org>
5500
5501 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 5502 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 5503
4f195cf7
DU
55042010-07-25 Daiki Ueno <ueno@unixuser.org>
5505
5506 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
5507 exists before passing an error to find-file-not-found-functions
5508 (bug#6723).
5509
195e19e4
LH
55102010-07-23 Lukas Huonker <l.huonker@gmail.com>
5511
5512 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
5513 Remove leading nil element, adjust values.
5514 (tetris-shapes, tetris-shape-scores):
5515 Change representation of shapes and remove some redundancy.
5516 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
5517 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
5518 Adjust for working with new representation of shapes.
5519 (tetris-shape-rotations): New function.
5520 (tetris-move-bottom, tetris-move-left, tetris-move-right)
5521 (tetris-rotate-prev, tetris-rotate-next):
5522 Adjust for working with the new version of tetris-test-shape.
5523
9cf2db99
MT
55242010-07-23 Markus Triska <markus.triska@gmx.at>
5525
5526 * progmodes/ps-mode.el: Use comint (bug#5954).
5527 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
5528 (ps-mode-other-newline): Simplify.
5529 (ps-run-mode): Derive from comint-mode instead of
5530 fundamental-mode, yielding input history etc.
5531 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
5532 (ps-run-send-string): Adapt for comint-mode.
5533 (ps-run-newline): Remove now unneeded function.
5534
225d5e9e
MA
55352010-07-23 Michael Albinus <michael.albinus@gmx.de>
5536
5537 * net/tramp.el (tramp-methods): Move hostname to the end in all
5538 plink `tramp-login-args'.
5539
84bc68f2
MA
55402010-07-23 Michael Albinus <michael.albinus@gmx.de>
5541
5542 * net/tramp.el (tramp-open-shell): New defun.
5543 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5544 Use it.
5545
1eb5ca1c
MA
55462010-07-23 Michael Albinus <michael.albinus@gmx.de>
5547
5548 * net/tramp.el (tramp-file-name-regexp-unified)
5549 (tramp-completion-file-name-regexp-unified): On W32 systems, do
5550 not regard the volume letter as remote filename. (Bug#5447)
5551
440735a7
JB
55522010-07-23 Juanma Barranquero <lekktu@gmail.com>
5553
5554 * custom.el (custom-declare-variable): Give a clearer error message
5555 when the docstring is missing (bug#6476).
5556
5474c40f
MM
55572010-07-22 Michael R. Mauger <mmaug@yahoo.com>
5558
5559 * progmodes/sql.el: Version 2.4. Improved Login prompting.
5560 (sql-login-params): New widget definition.
5561 (sql-oracle-login-params, sql-mysql-login-params)
5562 (sql-solid-login-params, sql-sybase-login-params)
5563 (sql-informix-login-params, sql-ingres-login-params)
5564 (sql-ms-login-params, sql-postgres-login-params)
5565 (sql-interbase-login-params, sql-db2-login-params)
5566 (sql-linter-login-params): Use it.
5567 (sql-sqlite-login-params): Use it; Define "database" parameter as
5568 a file name.
c4cc8b9a 5569 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
5570 (sql-comint-sqlite): Make sure database name is complete.
5571 (sql-for-each-login): New function.
5572 (sql-connect, sql-save-connection): Use it.
5573 (sql-get-login-ext): New function.
5574 (sql-get-login): Use it.
5575 (sql-make-alternate-buffer-name): Handle :file parameters.
5576
9c0deccb
JB
55772010-07-22 Juanma Barranquero <lekktu@gmail.com>
5578
5579 * dired.el (dired-no-confirm): Document value t and fix defcustom to
5580 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
5581
aac818a8
TL
55822010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
5583
5584 * dired.el (dired-mode-map): Use command remapping (bug#6632).
5585
47d2734f
LM
55862010-07-22 Lawrence Mitchell <wence@gmx.li>
5587
5588 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
5589
10e73994
MA
55902010-07-21 Michael Albinus <michael.albinus@gmx.de>
5591
5592 * net/tramp.el (tramp-get-ls-command)
5593 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
5594 instead of "/".
5595
d26b0ea9
MM
55962010-07-20 Michael R. Mauger <mmaug@yahoo.com>
5597
5598 * progmodes/sql.el: Version 2.3.
5599 (sql-connection-alist): Changed keys from symbols to strings;
5600 enhanced the widget definition.
5601 (sql-mode-menu): Added submenu to select connections.
5602 (sql-interactive-mode-menu): Added "Save Connection" item.
5603 (sql-add-product): Fixed menu item.
5604 (sql-get-product-feature): Improved error handling.
5605 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
5606 (sql-make-alternate-buffer-name): Simplified.
5607 (sql-product-interactive): Handle missing product.
5608 (sql-connect): Support string keys, minor improvements.
5609 (sql-save-connection): New function.
5610 (sql-connection-menu-filter): New function.
5611
af4b9ae5
MA
56122010-07-20 Michael Albinus <michael.albinus@gmx.de>
5613
5614 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6a7662bb
BR
5615 (tramp-open-connection-setup-interactive-shell):
5616 Apply workaround for IRIX64 bug. Move argument of last
af4b9ae5
MA
5617 `tramp-send-command' where it belongs to.
5618
da040a16
MA
56192010-07-20 Michael Albinus <michael.albinus@gmx.de>
5620
5621 * net/tramp.el (tramp-perl-file-attributes)
5622 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
5623 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
5624 front of `login-args'.
5625
16f3ade5
JB
56262010-07-19 Juanma Barranquero <lekktu@gmail.com>
5627
5628 * time.el (display-time-world-mode): Define with `define-derived-mode'.
5629 Set `show-trailing-whitespace' to nil.
5630 (display-time-world-display): Simplify.
5631
00af0b67
AM
56322010-07-18 Alan Mackenzie <acm@muc.de>
5633
5634 Enhance `c-file-style' in file/directory local variables.
a628ad9d 5635 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
5636 (c-before-hack-hook): Call `c-set-style' differently according to
5637 whether c-file-style was set in file or directory local
5638 variables.
5639
30c4d8dc
MM
56402010-07-18 Michael R. Mauger <mmaug@yahoo.com>
5641
5642 * progmodes/sql.el: Version 2.2.
6a7662bb
BR
5643 (sql-product, sql-user, sql-database, sql-server, sql-port):
5644 Use defcustom :safe keyword rather than putting safe-local-variable
30c4d8dc
MM
5645 property.
5646 (sql-password): Use defcustom :risky keyword rather than putting
5647 risky-local-variable property.
5648 (sql-oracle-login-params, sql-sqlite-login-params)
5649 (sql-solid-login-params, sql-sybase-login-params)
5650 (sql-informix-login-params, sql-ingres-login-params)
5651 (sql-ms-login-params, sql-postgres-login-params)
5652 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 5653 (sql-linter-login-params): Add `port' option.
30c4d8dc
MM
5654 (sql-get-product-feature): Added NO-INDIRECT parameter.
5655 (sql-comint-oracle, sql-comint-sybase)
5656 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
5657 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
5658 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
5659 (sql-comint-linter): Renamed sql-connect-* functions to
5660 sql-comint-*.
5661 (sql-product-alist, sql-mode-menu): Renamed as above and
5662 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 5663 (sql-connection): New variable.
30c4d8dc
MM
5664 (sql-interactive-mode): Set it.
5665 (sql-connection-alist): New variable.
5666 (sql-connect): New function.
5667 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 5668 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 5669
f12492c8
TV
56702010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5671
5672 * image-mode.el (image-bookmark-make-record): Do not set context
5673 in an image (Bug#6650).
5674
91023c68
CY
56752010-07-17 Chong Yidong <cyd@stupidchicken.com>
5676
5677 * simple.el (select-active-region): New function.
5678 (push-mark-command, set-mark, activate-mark)
5679 (handle-shift-selection): Use it.
5680 (deactivate-mark): Don't check for size of region.
5681
5682 * mouse.el (mouse-drag-track): Use select-active-region.
5683
1c0e8f0e
MA
56842010-07-17 Michael Albinus <michael.albinus@gmx.de>
5685
5686 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
5687 "--dired" stronger.
5688
2490cbbc
CY
56892010-07-17 Chong Yidong <cyd@stupidchicken.com>
5690
5691 * term/x-win.el (x-select-enable-primary): Change default to nil.
5692 (x-select-enable-clipboard): Add :version keyword.
5693
5694 * mouse.el (mouse-drag-copy-region):
5695 * simple.el (select-active-regions): Likewise.
5696
f253ef6a
RS
56972010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
5698
a628ad9d 5699 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
5700 (vc-coding-system-for-diff): Use it to decide whether to inherit
5701 from the file the EOL format for reading the diffs of that file.
5702 (Bug#4451)
5703
134a027f
EZ
57042010-07-16 Eli Zaretskii <eliz@gnu.org>
5705
5706 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
5707 unibyte, so compressed attachments are not compressed again.
5708
7e4289ad
MA
57092010-07-16 Michael Albinus <michael.albinus@gmx.de>
5710
5711 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
5712 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
5713 (tramp-find-shell): Simplify setting connection property.
5714 (tramp-get-ls-command): Make test for "--color=never" stronger.
5715
7473fff9 57162010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
5717
5718 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
5719 blocks within record declarations (i.e. variant parts) correctly.
5720
a11b38ee
SS
57212010-07-15 Simon South <ssouth@member.fsf.org>
5722
5723 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
5724 over literal tokens when parsing so newlines aren't "absorbed" by
5725 single-line comments. Corrects the indentation of case blocks
5726 that have a comment on the first line.
5727
077e0753
KF
57282010-07-14 Karl Fogel <kfogel@red-bean.com>
5729
5730 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
5731 by Drew Adams (Bug#5504).
5732
243881ed
J
57332010-07-14 Jan Djärv <jan.h.d@swipnet.se>
5734
5735 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 5736 now that Unicode is used (Bug#6594).
243881ed 5737
f9d71b42
CY
57382010-07-14 Chong Yidong <cyd@stupidchicken.com>
5739
5740 * term/x-win.el (x-select-enable-clipboard): Default to t.
5741 (x-initialize-window-system): Don't overwrite Paste menu item.
5742
5743 * simple.el (select-active-regions): Default to t.
5744 (push-mark-command): Don't overwrite primary with empty string.
5745
5746 * mouse.el: Bind mouse-2 to mouse-yank-primary.
5747 (mouse-drag-copy-region): Default to nil.
5748
5749 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
5750 Cut/Copy/Paste menu bar items.
5751
a628ad9d 57522010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
5753
5754 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5755 Patch applied by Karl Fogel.
5756
5757 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
5758 and `bookmark-current-buffer' if they have been already set in
5759 another buffer (e.g gnus-art).
5760
e44fa724 57612010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 5762 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
5763
5764 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
5765
5766 * bookmark.el (bookmark-make-record-default): Allow unneeded
5767 information to be omitted from the record.
5768
5769 Adjust declarations and calls:
5770
5771 * info.el (bookmark-make-record-default): Adjust declaration.
5772 (Info-bookmark-make-record): Adjust call.
5773
5774 * woman.el (bookmark-make-record-default): Adjust declaration.
5775 (woman-bookmark-make-record): Adjust call.
5776
5777 * man.el (bookmark-make-record-default): Adjust declaration.
5778 (Man-bookmark-make-record): Adjust call.
5779
5780 * image-mode.el (bookmark-make-record-default): Adjust declaration.
5781
5782 * doc-view.el (bookmark-make-record-default): Adjust declaration.
5783
0c4371fe
KF
57842010-07-13 Karl Fogel <kfogel@red-bean.com>
5785
5786 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
5787 This is also from Thierry Volpiatto's patch in bug #6444. However,
5788 because it was extraneous to the functional change in that patch,
5789 and causes a re-indendation, I am committing it separately.
5790
2bb8db3e 57912010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
5792
5793 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
5794 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 5795 Patch applied by Karl Fogel (Bug#6444).
068a0233 5796
21bd02a6
CY
57972010-07-13 Chong Yidong <cyd@stupidchicken.com>
5798
5799 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
5800
79cb9c05
AR
58012010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
5802
5803 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
5804 Dempsky; bug#5084). Remove incorrect binding for S-tab.
5805 (ns-alternatives-map): Change S-tab binding to backtab
5806 (bug#6616).
5807
5808 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
5809 under ns.
5810
beb000f9
AS
58112010-07-12 Andreas Schwab <schwab@linux-m68k.org>
5812
dd86ea11
JB
5813 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
5814 (Bug#5806)
e9952282 5815
beb000f9
AS
5816 * language/tv-util.el (tai-viet-re): Remove format.
5817
6f2cdcd1
KH
58182010-07-12 Kenichi Handa <handa@m17n.org>
5819
dd86ea11
JB
5820 * language/hebrew.el: Remove no-byte-compile declaration.
5821 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
5822 composition-function-table for 3-character looking back.
5823 (hebrew-font-get-precomposed): New function.
5824 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
5825
f479ef6e
CY
58262010-07-11 Chong Yidong <cyd@stupidchicken.com>
5827
5828 * mouse.el (mouse-drag-track): Handle select-active-regions
5829 (Bug#6612).
5830
3277c1ee
MA
58312010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
5832
5833 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
5834 empty argument to gvfs-copy.
5835
3260caf8
GM
58362010-07-10 Glenn Morris <rgm@gnu.org>
5837
5838 * calendar/calendar.el (calendar-week-end-day): New function.
5839 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
5840 Respect calendar-week-start-day. (Bug#6606)
5841 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
5842 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
5843 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
5844 respect calendar-week-start-day.
5845
c876b263
CY
58462010-07-10 Chong Yidong <cyd@stupidchicken.com>
5847
5848 * simple.el (use-region-p): Doc fix (Bug#6607).
5849
dce34635
AG
58502010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
5851
6a7662bb
BR
5852 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5853 Add regexps for cucumber and ruby.
dce34635 5854
c0397930
DU
58552010-07-08 Daiki Ueno <ueno@unixuser.org>
5856
5857 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
5858 (epa-file-insert-file-contents): Hack to prevent
192cfe77 5859 find-file from opening empty buffer when decryption failed
c0397930
DU
5860 (bug#6568).
5861
fd5539c6
AM
58622010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
5863
a628ad9d
JB
5864 * textmodes/ispell.el (ispell-alternate-dictionary):
5865 Use file-readable-p.
fd5539c6
AM
5866 Return nil if no word-list is found at default locations.
5867 (ispell-complete-word-dict): Default to nil.
5868 (ispell-command-loop): Use 'word-list' when using lookup-words.
5869 (lookup-words): Use ispell-complete-word-dict or
5870 ispell-alternate-dictionary. Check for word-list availability
5871 and handle errors if needed with better messages (Bug#6539).
5872 (ispell-complete-word): Use ispell-complete-word-dict or
5873 ispell-alternate-dictionary.
5874
4565b08e
CS
58752010-07-07 Christoph Scholtes <cschol2112@gmail.com>
5876
5877 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
5878 builtins (BufferError, BytesWarning, WindowsError; callables
5879 bin, bytearray, bytes, format, memoryview, next, print; __package__).
5880
a2c270e7
GM
58812010-07-07 Glenn Morris <rgm@gnu.org>
5882
5883 * play/zone.el (top-level): Do not require timer, tabify, or cl.
5884 (zone-shift-left): Ignore intangibility, and any errors from
5885 forward-char.
5886 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
5887 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
5888 deleting, and copying text properties.
5889 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
5890 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
5891 to point-max is hard.
5892 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
5893 (zone-fill-out-screen): Ignore intangibility.
5894
81133808
CY
58952010-07-05 Chong Yidong <cyd@stupidchicken.com>
5896
4ad11f8c
CY
5897 * menu-bar.el (menu-bar-mode):
5898 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
5899 if it has been set.
5900
81133808
CY
5901 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
5902 word/line selection (Bug#6565).
5903
b24344ca
JB
59042010-07-04 Juanma Barranquero <lekktu@gmail.com>
5905
5906 * net/dbus.el (dbus-send-signal): Declare function.
5907
b1ce08da
MA
59082010-07-04 Michael Albinus <michael.albinus@gmx.de>
5909
5910 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
5911 (dbus-register-property): New optional argument EMITS-SIGNAL.
5912 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
5913
5592c08f
CY
59142010-07-03 Chong Yidong <cyd@stupidchicken.com>
5915
5916 * mouse.el (mouse-drag-overlay): Variable deleted.
5917 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
5918 (mouse--remap-link-click-p): New function.
5919 (mouse-drag-track): Handle dragging by using temporary Transient
5920 Mark mode, instead of a special overlay.
5921 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
5922 mouse-show-mark.
5923
5924 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
5925 deleted.
5926
a6ed0e28
JL
59272010-07-02 Juri Linkov <juri@jurta.org>
5928
5929 * autoinsert.el (auto-insert-alist): Fix readability
5930 by using dotted pair notation for lambda.
5931
c91e692b
JL
59322010-07-02 Juri Linkov <juri@jurta.org>
5933
5934 * faces.el (read-face-name): Rename arg `string-describing-default'
5935 to `default'. Doc fix. Display the default value in quotes
5936 in the prompt. With empty input, return the `default' arg,
5937 unless the default value is a string (in which case return nil).
5938 (describe-face): Replace the string `default' arg of `read-face-name'
5939 with the symbol `default'.
5940
23640f8f
CY
59412010-07-02 Chong Yidong <cyd@stupidchicken.com>
5942
5943 * emulation/viper-cmd.el (viper-delete-backward-char)
5944 (viper-del-backward-char-in-insert)
5945 (viper-del-backward-char-in-replace, viper-change)
5946 (viper-backward-indent): Replace delete-backward-char with
5947 delete-char (Bug#6552).
5948
b32d1614
CY
59492010-07-01 Chong Yidong <cyd@stupidchicken.com>
5950
5951 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
5952
c1ef4455
CY
59532010-06-30 Chong Yidong <cyd@stupidchicken.com>
5954
5955 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
5956 argument passed to frame-creation-function (Bug#5378).
5957
5958 * faces.el (x-handle-named-frame-geometry)
5959 (x-handle-reverse-video, x-create-frame-with-faces)
6a7662bb
BR
5960 (face-set-after-frame-default, tty-create-frame-with-faces):
5961 Don't separately consult default-frame-alist. It is now passed as the
c1ef4455
CY
5962 PARAMETER argument.
5963
55702e89
AS
59642010-06-30 Andreas Schwab <schwab@linux-m68k.org>
5965
5966 * startup.el (command-line): Don't call tool-bar-setup in a
5967 tty-only build.
5968
dc9a226c
CY
59692010-06-30 Chong Yidong <cyd@stupidchicken.com>
5970
5971 * ruler-mode.el (ruler--save-header-line-format): New fun.
5972 (ruler-mode): Use it as a setter function, so as not to overwrite
5973 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
5974
a2f043d3
CY
59752010-06-29 Chong Yidong <cyd@stupidchicken.com>
5976
5977 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
5978 (vc-root-diff, vc-print-root-log, vc-log-incoming)
5979 (vc-log-outgoing): Use it.
5980 (vc-diff-internal): Set diff-vc-backend.
5981
5982 * vc/diff-mode.el (diff-vc-backend): New var.
5983
62d115ef
J
59842010-06-28 Jan Djärv <jan.h.d@swipnet.se>
5985
6a7662bb
BR
5986 * dynamic-setting.el (font-setting-change-default-font):
5987 Remove call to message.
62d115ef 5988
1180f752
KH
59892010-06-28 Kenichi Handa <handa@m17n.org>
5990
5991 * international/quail.el (quail-insert-kbd-layout): Fix the
5992 showing of untranslated characters.
5993
b9229673
CY
59942010-06-28 Chong Yidong <cyd@stupidchicken.com>
5995
5996 * simple.el (delete-active-region): New option.
5997 (delete-backward-char): Implement in Lisp.
5998 (delete-forward-char): New command.
5999
6000 * mouse.el (mouse-region-delete-keys): Deleted.
6001 (mouse-show-mark): Simplify.
6002
6003 * bindings.el (global-map): Bind delete and DEL, the former to
6004 delete-forward-char.
6005
a628ad9d 60062010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
6007
6008 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
6009 (ruby-mode): Bind indent-line-function (Bug#5119).
6010
3468f435
CY
60112010-06-27 Chong Yidong <cyd@stupidchicken.com>
6012
6013 * startup.el (command-line): Recognize "0" X resource value.
6014
6431f2e6
CY
60152010-06-27 Chong Yidong <cyd@stupidchicken.com>
6016
6017 * startup.el (command-line): Use X resources to set the value of
6018 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
6019
6020 * menu-bar.el (menu-bar-mode):
6021 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
6022 Set init-value to t.
6023
6024 * frame.el (frame-notice-user-settings): Don't change
6025 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
6026 vice versa (Bug#2249).
6027
b61dfbe2
EZ
60282010-06-26 Eli Zaretskii <eliz@gnu.org>
6029
6030 * w32-fns.el (w32-convert-standard-filename): Doc fix.
6031
f5cbf40e
AM
60322010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
6033
a628ad9d
JB
6034 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
6035 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 6036
a628ad9d 6037 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 6038 default directories are expanded (Bug#6143).
f5cbf40e 6039
8f3b8a5f
JL
60402010-06-24 Juri Linkov <juri@jurta.org>
6041
6042 * minibuffer.el (completions-format): Change default from nil to
6043 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
6044
5af72a47
JL
60452010-06-24 Juri Linkov <juri@jurta.org>
6046
6047 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
6048 buffer-locally to lambda that re-runs the vc diff command.
6049 (Bug#6447)
6050
8f804316
CY
60512010-06-24 Chong Yidong <cyd@stupidchicken.com>
6052
6053 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
6054 echo area is in use (Bug#3412).
6055
be19ef0b
GM
60562010-06-22 Glenn Morris <rgm@gnu.org>
6057
6555773f
GM
6058 * textmodes/texinfmt.el (texinfo-format-region)
6059 (texinfo-raise-lower-sections, texinfo-format-separate-node)
6060 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
6061 (texinfo-format-option, texinfo-noindent):
6062 Use line-beginning-position and line-end-position.
6063
be19ef0b
GM
6064 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
6065 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
6066 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
6067 utf-8 characters.
6068
7f0b7b3e
KF
60692010-06-21 Karl Fogel <kfogel@red-bean.com>
6070
49554388
GM
6071 * play/zone.el (zone-fall-through-ws): Fix next-line ->
6072 forward-line fallout.
6073
e8579ebc
CY
60742010-07-06 Chong Yidong <cyd@stupidchicken.com>
6075
6076 * mouse.el (mouse-appearance-menu): Add docstring.
6077
6078 * help.el (describe-key): Print up-event using key-description.
6079
5d1cd8bd
MA
60802010-07-03 Michael Albinus <michael.albinus@gmx.de>
6081
6082 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 6083 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
6084 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
6085
112dbc0e
MA
60862010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
6087
6088 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
6089
d0cb23ca
DN
60902010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
6091
6092 Avoid displaying files with a nil state in vc-dir.
a628ad9d 6093 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
6094 cases that cause insertion.
6095 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
6096 with a nil state.
6097
01b229d1
CY
60982010-06-30 Chong Yidong <cyd@stupidchicken.com>
6099
6100 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
6101
8bf1c786 61022010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
6103
6104 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
6105
dfc6544c
CY
61062010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
6107
6108 * generic-x.el (bat-generic-mode): Fix regexp for command line
6109 switches (Bug#5719).
6110
b7d4de51
CY
61112010-06-27 Masatake YAMATO <yamato@redhat.com>
6112
dfc6544c
CY
6113 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
6114 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 6115
3726248f
CY
61162010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
6117
8bf1c786 6118 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
6119 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
6120 bindings of bookmark-automatically-show-annotations (Bug#6515).
6121
aca54191
EZ
61222010-06-25 Eli Zaretskii <eliz@gnu.org>
6123
6124 * arc-mode.el (archive-zip-extract): Don't quote the file name on
6125 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
6126
2330fa87
ŠN
61272010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
6128
6129 * comint.el (make-comint, make-comint-in-buffer): Mention return
6130 value in the docstrings. (Bug#6498)
6131
29115ca9
YR
61322010-06-24 Yoni Rabkin <yoni@rabkins.net>
6133
6134 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
6135 since it is not present when using some non-default switches.
6136
2c79f053
KF
61372010-06-23 Karl Fogel <kfogel@red-bean.com>
6138
7f0b7b3e
KF
6139 * simple.el (compose-mail): Fix doc string to refer to
6140 `compose-mail-user-agent-warnings', instead of to the
6141 nonexistent `compose-mail-check-user-agent'.
6142
43a91810
AM
61432010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
6144
6145 Fix an indentation bug:
6146
6147 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
6148 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
6149 of existing values.
6150
6151 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
6152 (c-clear->-pair-props-if-match-before): now return t when they've
6153 cleared properties, nil otherwise.
6154 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
6155 by taking account of the existing value.
6156
6157 * progmodes/cc-defs.el
6158 (c-clear-char-property-with-value-function): Fix this to clear the
6159 property rather than overwriting it with nil.
6160
8adb4c33
CY
61612010-06-20 Chong Yidong <cyd@stupidchicken.com>
6162
6163 * emacs-lisp/package.el (package-print-package): Add link to
6164 package description via describe-package.
6165 (describe-package-1): List package requirements. Add button to
6166 perform installation.
6167 (package-menu-describe-package): New command.
6168
6169 * help-mode.el (help-package): New button type.
6170
cced7584
CY
61712010-06-19 Chong Yidong <cyd@stupidchicken.com>
6172
6173 * emacs-lisp/package.el: Move package-list-packages binding to
6174 menu-bar.el.
6175 (describe-package, describe-package-1, package--dir): New funs.
6176 (package-activate-1): Use package--dir.
6177
6178 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
6179
6180 * help-mode.el (help-package-def): New button type.
6181
6182 * menu-bar.el: Move package-list-packages binding here from
6183 package.el.
6184
d148e8f9
GH
61852010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
6186
6187 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
6188
b1a03ef6
SM
61892010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6190
6191 * emacs-lisp/edebug.el (edebug-read-list):
6192 Phase out old-style backquotes.
6193
dbd6da78
JL
61942010-06-17 Juri Linkov <juri@jurta.org>
6195
6196 * help-mode.el (help-mode): Set buffer-local variable
6197 revert-buffer-function to help-mode-revert-buffer.
6198 (help-mode-revert-buffer): New function.
6199
6200 * info.el (Info-revert-find-node): Check for major-mode Info-mode
6201 before popping to "*info*" (like in other Info functions).
6202 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
6203 old-history-forward. Pop to old-buffer-name or "*info*" to
6204 recreate the killed buffer. Set Info-history-forward from
6205 old-history-forward.
6206 (Info-breadcrumbs-depth): Add :group and :version.
6207
64eba874
DN
62082010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
6209
6210 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
6211
26508c03
AM
62122010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
6213
a628ad9d
JB
6214 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
6215 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 6216
69582fcd
JB
62172010-06-17 Juanma Barranquero <lekktu@gmail.com>
6218
54ea2a0d
JB
6219 * emacs-lisp/package.el (package-menu-mode-map):
6220 Move initialization into declaration.
6221
69582fcd
JB
6222 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
6223
44198b6e
CY
62242010-06-17 Chong Yidong <cyd@stupidchicken.com>
6225
6226 * emacs-lisp/package.el (package-archive-base): Point to
6227 elpa.gnu.org.
6228 (package-enable, package-load-list): New defcustoms.
6229 (package-user-dir, package-directory-list): Turn into defcustoms.
6230 Don't include package-user-dir in package-directory-list.
6231 (package--builtins-base): Don't include Emacs as a "package".
6232 (package-subdirectory-regexp): New var.
6233 (package-load-all-descriptors, package-compute-transaction)
6234 (package-download-transaction): Obey package-load-list.
6235 (package-activate-1): Rename from package-do-activate.
6236 (package-list-packages-internal): Check package-load-list.
6237 (package-load-descriptor, package-generate-autoloads)
6238 (package-unpack, package-unpack-single)
6a7662bb
BR
6239 (package--read-archive-file, package-delete):
6240 Use expand-file-name.
44198b6e
CY
6241
6242 * emacs-lisp/package-x.el: New file. Package uploading
6243 functionality split out from package.el.
6244
95b6d681 6245 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
6246
62472010-06-17 Tom Tromey <tromey@redhat.com>
6248
6249 * emacs-lisp/package.el: New file.
6250
50d76a9f
DN
62512010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
6252
6253 Fix vc-annotate for renamed files when using Git.
76e3243a 6254 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
6255 ls-files. Doe not pass the object as a file name to cat-file, it
6256 is not a file name.
6257 (vc-git-annotate-command): Pass the file name using -- to avoid
6258 ambiguity with the revision.
6259 (vc-git-previous-revision): Pass a relative file name.
6260
6095a05b
GM
62612010-06-22 Glenn Morris <rgm@gnu.org>
6262
943375a6
GM
6263 * progmodes/js.el (js-mode-map): Use standard capitalization and
6264 ellipses for menu entries.
6265
6095a05b
GM
6266 * wid-edit.el (widget-complete): Doc fix.
6267
4514199e
JH
62682010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
6269
6270 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
6271
c4786d60
DN
62722010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
6273
11c46b39 6274 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 6275 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 6276 VC backend. Use it when non-nil.
a628ad9d 6277 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
07976ae3 6278 (Bug#6487).
11c46b39 6279
c4786d60 6280 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 6281 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
6282 Do not pass the file name to the 'previous-revision call when we
6283 don't want a file diff. (Bug#6489)
6284
04ec0963
DN
62852010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
6286
11c46b39 6287 Fix finding revisions for renamed files in vc-annotate.
76e3243a 6288 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 6289 the VC backend. Use it when non-nil.
76e3243a 6290 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
6291 backend to vc-find-revision. (Bug#6487)
6292
c036381c
DN
62932010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
6294
6295 Fix reading file names in Git annotate buffers.
95b6d681
JB
6296 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
6297 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 6298
05c123e6
AM
62992010-06-20 Alan Mackenzie <acm@muc.de>
6300
6301 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
6302 in file local variables, set it first.
6303
4111f0c7
GM
63042010-06-19 Glenn Morris <rgm@gnu.org>
6305
74739ffd
GM
6306 * descr-text.el (describe-char-unicode-data): Insert separating
6307 space when needed. (Bug#6422)
6308
4111f0c7
GM
6309 * progmodes/idlwave.el (idlwave-action-and-binding):
6310 Fix typo in 2009-12-03 change. (Bug#6450)
6311
e20f0421
SM
63122010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6313
6314 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
6315 handling for `lambda' (misunderstanding).
6316
fb3e306a
JB
63172010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
6318
dd86ea11 6319 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
6320 constants aren't distributed after they are factored out.
6321
e020fb59
JL
63222010-06-16 Juri Linkov <juri@jurta.org>
6323
6324 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
6325 `list-colors-print'. (Bug#6332)
6326
b8add347
SM
6327 * subr.el (read-quoted-char): Fix up last change (bug#6290).
6328
36901266
SM
63292010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
6330
49b2e83d
SM
6331 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
6332 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
6333
36901266
SM
6334 * font-lock.el (font-lock-major-mode): Rename from
6335 font-lock-mode-major-mode to distinguish it from
6336 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
6337 (font-lock-set-defaults):
6338 * font-core.el (font-lock-default-function): Adjust users.
6339 (font-lock-mode): Don't set it at all.
6340
2a64315a 63412010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 6342
76e3243a 6343 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 6344
2a64315a 63452010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
6346
6347 * calendar/appt.el (appt-time-msg-list): Doc fix.
6348 (appt-check): Let-bind appt-warn-time.
6349 (appt-add): Make the 3rd argument optional.
6350 Simplify argument names. Doc fix. Check for integer WARNTIME.
6351 Only add WARNTIME to the output list if non-nil.
6352
2a64315a 63532010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
6354
6355 * calendar/appt.el (appt-check): Let the 3rd element of
6356 appt-time-msg-list specify the warning time.
6357 (appt-add): Add new argument with the warning time. (Bug#5176)
6358
6a7662bb 63592010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
a9de35fe 6360
76e3243a 6361 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
6362 older than version 1.6. (Bug#6361)
6363
2a64315a 63642010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
6365
6366 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
6367 used by cl-do-arglist. (Bug#6408)
6368
30d7ac37
AM
63692010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
6370
6a7662bb
BR
6371 * textmodes/ispell.el (ispell-dictionary-base-alist):
6372 Fix portuguese casechars/not-casechars for missing 'çÇ'.
30d7ac37
AM
6373 Suggested by Rolando Pereira (bug#6434).
6374
8fd02581
JB
63752010-06-15 Juanma Barranquero <lekktu@gmail.com>
6376
6377 * facemenu.el (list-colors-sort): Doc fix.
6378
6a7662bb 63792010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
b15922cc
BR
6380
6381 * progmodes/sql.el (sql-connect-mysql): Fix typo.
6382
f0bf7c8e
JL
63832010-06-14 Juri Linkov <juri@jurta.org>
6384
6385 Add sort option `list-colors-sort'. (Bug#6332)
6386 * facemenu.el (color-rgb-to-hsv): New function.
6387 (list-colors-sort): New defcustom.
6388 (list-colors-sort-key): New function.
6389 (list-colors-display): Doc fix. Sort list according to the option
6390 `list-colors-sort'.
6391 (list-colors-print): Add HSV values to `help-echo' property of
6392 RGB strings.
6393
c42fe9a5
JL
63942010-06-14 Juri Linkov <juri@jurta.org>
6395
6396 * compare-w.el: Move to the "vc" subdirectory.
6397
b263a4c4
SM
63982010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6399
d8b0cddd
SM
6400 * image-mode.el (image-mode-map): Remap left-char and right-char.
6401
b263a4c4
SM
6402 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
6403
89877f5f
CY
64042010-06-12 Chong Yidong <cyd@stupidchicken.com>
6405
133a8d82
CY
6406 * term/common-win.el (x-colors): Add all the color names defined
6407 in rgb.txt (Bug#6332).
6408
89877f5f
CY
6409 * facemenu.el (list-colors-print): Don't print extra names if it
6410 will overflow the window width.
6411
6412 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 6413 change (Bug#6343).
89877f5f 6414
9d1f18b5
EZ
64152010-06-12 Eli Zaretskii <eliz@gnu.org>
6416
6417 * files.el (make-directory): Doc fix (bug#6396).
6418
b81a0b56
MA
64192010-06-12 Michael Albinus <michael.albinus@gmx.de>
6420
6421 * net/tramp.el (tramp-remote-process-environment): Protect version
6422 string by apostroph.
6423 (tramp-shell-prompt-pattern): Do not use a shy group in case of
6424 XEmacs.
6425 (tramp-file-name-for-operation): Add `call-process-region'.
6426 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
6427
6428 * net/tramp-compat.el (top): Do not autoload
6429 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
6430 only when `start-file-process' is not bound.
6431 (tramp-advice-file-expand-wildcards): Do not use
6432 `tramp-handle-file-remote-p'.
6433 (tramp-compat-make-temp-file): Handle the case, that
6434 `make-temp-file' has no third argument EXTENSION.
6435
69f18acc
JB
64362010-06-11 Juanma Barranquero <lekktu@gmail.com>
6437
5fee75d4
JB
6438 * makefile.w32-in (WINS_BASIC): Include new directory vc.
6439
69f18acc
JB
6440 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
6441
9766adfb
JL
64422010-06-11 Juri Linkov <juri@jurta.org>
6443
6444 * finder.el (finder-known-keywords): Add keyword "vc"
6445 for version control.
6446
6447 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
6448 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
6449 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
6450 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
6451
56b2854f
JL
64522010-06-11 Juri Linkov <juri@jurta.org>
6453
6454 Move version control related files to the "vc" subdirectory.
6455 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
6456 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
6457 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
6458 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
6459 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
6460 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
6461 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
6462 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
6463 Move files to the "vc" subdirectory.
6464
6534e58a
CY
64652010-06-11 Chong Yidong <cyd@stupidchicken.com>
6466
6467 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
6468 (Bug#6367).
6469
84d9562f
SE
64702010-06-11 Stephen Eglen <stephen@gnu.org>
6471
6472 * shell.el: Bind `shell-resync-dirs' to M-RET.
6473
3ef0a6a5
MA
64742010-06-10 Michael Albinus <michael.albinus@gmx.de>
6475
6476 * notifications.el: Move file from lisp/net, because it is
6477 supposed to talk locally to the user.
6478
fa4003da
MA
64792010-06-10 Julien Danjou <julien@danjou.info>
6480
6481 * net/notifications.el (notifications-on-action-signal)
6482 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 6483 argument to the callback functions. Add docstrings.
fa4003da
MA
6484 (notifications-notify): Fix docstring.
6485
46e6650e
GM
64862010-06-10 Glenn Morris <rgm@gnu.org>
6487
6488 * emacs-lisp/authors.el (authors-ignored-files)
6489 (authors-valid-file-names): Add some files.
6490
a71832f7
SM
64912010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6492
6493 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
6494 merge conflict, giving preference to the emacs-23 version of the code.
6495
8c6eab5a
SM
64962010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6497
989bc97f
SM
6498 * emacs-lisp/advice.el (ad-compile-function):
6499 Define warning-suppress-types before we let-bind it (bug#6275).
6500
8c6eab5a
SM
6501 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
6502 declare it, make it buffer-local and permanent-local (bug#6324).
6503 (vc-resynch-window): Adjust name.
6504 * vc-hooks.el (vc-find-file-hook): Adjust name.
6505
890a18d6
MA
65062010-06-09 Michael Albinus <michael.albinus@gmx.de>
6507
6508 * net/notifications.el (notifications-notify): Fix docstring.
6509
bf3e70eb
JB
65102010-06-09 Juanma Barranquero <lekktu@gmail.com>
6511
6512 Update to Unicode 6.0.0 beta.
6513 * international/charprop.el: Update copyright.
6514 * international/mule-cmds.el (ucs-names): Update character ranges.
6515 * international/uni-bidi.el:
6516 * international/uni-category.el:
6517 * international/uni-combining.el:
6518 * international/uni-comment.el:
6519 * international/uni-decimal.el:
6520 * international/uni-decomposition.el:
6521 * international/uni-digit.el:
6522 * international/uni-lowercase.el:
6523 * international/uni-mirrored.el:
6524 * international/uni-name.el:
6525 * international/uni-numeric.el:
6526 * international/uni-old-name.el:
6527 * international/uni-titlecase.el:
6528 * international/uni-uppercase.el: Regenerate.
6529
b978141d
JB
65302010-06-09 Juanma Barranquero <lekktu@gmail.com>
6531
ee8359ba
JB
6532 * emacs-lisp/smie.el (comment-string-strip): Declare function.
6533 (smie-precs-precedence-table): Fix typo in docstring.
6534
f64ab8fb
JB
6535 * vc-mtn.el (log-edit-extract-headers): Declare function.
6536
883ffa8c
JB
6537 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
6538
b978141d
JB
6539 * net/notifications.el (dbus-register-signal): Declare function.
6540 (notifications-notify): Fix typos and reflow docstring.
6541
5f4f2ae4
DN
65422010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
6543
6544 Improve VC create/retrieve tag/branch.
6545 * vc.el (vc-create-tag): Do not read the directory name for VCs
6546 with repository revision granularity. Adjust the tag/branch
6547 prompt. Reset VC properties.
6548 (vc-retrieve-tag): Do not read the directory name for VCs
6549 with repository revision granularity. Reset VC properties.
6550
41a86354
MA
65512010-06-09 Julien Danjou <julien@danjou.info>
6552
ef33fd34 6553 * net/notifications.el: New file.
41a86354 6554
fab43c76
DN
65552010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
6556
00fd1147
DN
6557 Add optional support for resetting VC properties.
6558 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
6559 call vc-file-clearprops when true.
6560 (vc-resynch-buffer): Add new optional argument, pass it down.
6561 (vc-resynch-buffers-in-directory): Likewise.
6562
fab43c76
DN
6563 Improve support for special markup in the VC commit message.
6564 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
6565 * vc-hg.el (vc-hg-checkin): Add support for Date:.
6566 * vc-git.el (vc-git-checkin):
6567 * vc-bzr.el (vc-bzr-checkin): Likewise.
6568
e7d67e73
SM
65692010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6570
6571 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
6572 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
6573
277e6741
MP
65742010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
6575
6576 * iimage.el: Remove images as soon as the underlying text is modified.
6577 (iimage-modification-hook): New function.
6578 (iimage-mode-buffer): Use it.
6579
83156c18
SM
65802010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6581
6582 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
6583 smie-indent-offset-after. Add :prev case. Make a bit more generic.
6584 (smie-indent-virtual): Remove `virtual' arg. Update callers.
6585 (smie-indent-keyword): Add handling of open-paren keywords.
6586 (smie-indent-comment-continue): Don't assume comment-continue.
6587
13b5221f
MR
65882010-06-07 Martin Rudalics <rudalics@gmx.at>
6589
6590 * window.el (pop-to-buffer): Remove the conditional that
6591 compares new-window and old-window, so it will reselect
6592 the selected window unconditionally.
6593 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
6594
c2ea5810
SM
65952010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6596
6597 * emacs-lisp/smie.el (smie-indent-offset-after)
6598 (smie-indent-forward-token, smie-indent-backward-token): New functions.
6599 (smie-indent-after-keyword): Use them.
6600 (smie-indent-fixindent): Only applies to the indentation of the BOL.
6601 (smie-indent-keyword): Tweak the black magic.
6602 (smie-indent-comment-continue): Strip comment-continue before use.
6603 (smie-indent-functions): Indent comments before keywords.
6604
27dd3c11
JL
66052010-06-06 Juri Linkov <juri@jurta.org>
6606
6607 * isearch.el (isearch-lazy-highlight-search): Fix looping
6608 by checking for empty match. This syncs this loop with the
6609 similar loop in `isearch-search'. (Bug#6362)
6610
35b148ee
JB
66112010-06-05 Juanma Barranquero <lekktu@gmail.com>
6612
6613 * net/dbus.el (dbus-register-method): Declare function.
6614 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
6615 (dbus-introspect): Doc fix.
6616 (dbus-event-bus-name, dbus-introspect-get-interface)
6617 (dbus-introspect-get-argument): Reflow docstrings.
6618
eccdfe5f
DN
66192010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
6620
6621 vc-log-incoming/vc-log-outgoing fixes for Git.
6622 * vc-git.el (vc-git-log-view-mode): Fix font lock for
6623 incoming/outgoing logs.
6624 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
6625 instead of vc-git-compute-remote.
6626 (vc-git-compute-remote): Remove.
6627
86253dc0
CY
66282010-06-04 Chong Yidong <cyd@stupidchicken.com>
6629
6630 * term/common-win.el (x-colors): Add "dark green" and "dark
6631 turquoise" (Bug#6332).
6632
0665f661
JL
66332010-06-04 Juri Linkov <juri@jurta.org>
6634
6635 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
6636 Instead of setting `replace' to t and replacing the same string
6637 with itself, don't do certain actions when
6638 kill-do-not-save-duplicates is non-nil and string is equal to car
6639 of kill-ring: don't call menu-bar-update-yank-menu, don't push
6640 interprogram-paste strings to kill-ring, and don't push the input
6641 argument `string' to kill-ring.
6642 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
6643
087fc47a
JB
66442010-06-04 Juanma Barranquero <lekktu@gmail.com>
6645
6646 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
6647
4f201088
MA
66482010-06-04 Michael Albinus <michael.albinus@gmx.de>
6649
6650 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
6651 (tramp-gvfs-handler-mounted-unmounted)
6652 (tramp-gvfs-connection-mounted-p): Handle default-location.
6653
6654 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
6655 move files to trash.
6656
18ccd78a
JB
66572010-06-04 Juanma Barranquero <lekktu@gmail.com>
6658
6659 * international/mule-cmds.el (nonascii-insert-offset)
6660 (nonascii-translation-table): Add obsolescence information.
6661
6662 * international/mule.el (make-translation-table-from-vector): Doc fix.
6663
3845c322
GM
66642010-06-03 Glenn Morris <rgm@gnu.org>
6665
6666 * desktop.el (desktop-clear-preserve-buffers):
6667 Add "*Warnings*" buffer. (Bug#6336)
6668
54d3626e
DN
66692010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
6670
6941ffec
DN
6671 vc-log-incoming/vc-log-outgoing improvements for Git.
6672 * vc-git.el (vc-git-log-outgoing): Use the same format as the
6673 short log.
6674 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
6675
54d3626e
DN
6676 Add bindings for vc-log-incoming and vc-log-outgoing.
6677 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
6678 and vc-log-outgoing.
6679 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
6680 and vc-log-outgoing.
6681
aa1bc616
CY
66822010-06-03 Chong Yidong <cyd@stupidchicken.com>
6683
6684 * net/rcirc.el (rcirc-sort-nicknames): Remove.
6685 (rcirc-handler-366): Always sort nicknames.
6686
e2d2a205
JB
66872010-06-03 Juanma Barranquero <lekktu@gmail.com>
6688
6689 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
6690
44ea155d
CY
66912010-06-03 Chong Yidong <cyd@stupidchicken.com>
6692
a628ad9d 6693 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 6694
a91dedc4
SM
66952010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6696
6697 * net/rcirc.el (rcirc-sort-nicknames): Change default.
6698 (rcirc-sort-nicknames-join): Avoid setq.
6699
c62bf05a
DD
67002010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
6701
6702 * net/rcirc.el (rcirc-sort-nicknames): New custom.
6703 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
6704 (rcirc-handler-366): Use them.
6705
dd2c3c92
SM
67062010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6707
6708 Split smie-indent-calculate into more manageable chunks.
6709 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
6710 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
6711 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
6712 (smie-indent-exps): Extract from smie-indent-calculate.
6713 (smie-indent-functions): New var.
6714 (smie-indent-functions): Use them.
6715
927c346b
SM
67162010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6717
6718 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
6719 (smie-indent-calculate): Simplify and cleanup.
6720
1efeec86
MA
67212010-06-02 Michael Albinus <michael.albinus@gmx.de>
6722
6723 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
6724 (tramp-gvfs-mount-point): Remove.
6725 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
6726 New defuns.
1efeec86
MA
6727 (with-tramp-dbus-call-method): Format trace message.
6728 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
6729 Implement backup call, when operation on local files fails.
6730 Use progress reporter. Flush properties of changed files.
1efeec86
MA
6731 (tramp-gvfs-handle-make-directory): Make more traces.
6732 (tramp-gvfs-url-file-name): Hexify file name in url.
6733 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
6734 into account for the resulting file name.
6735 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
6736 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
6737 (tramp-gvfs-handler-mounted-unmounted)
6738 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
6739 attribute "default_location". Set "prefix" property.
6740 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
6741 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
6742 exists. Raise an error, if not (due to a corresponding answer
6743 "no" in interactive questions, for example).
6744
89877f5f 67452010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
6746
6747 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
6748
24f574a9
JB
67492010-06-01 Juanma Barranquero <lekktu@gmail.com>
6750
6751 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
6752 right-*. (Bug#6265)
6753
290736f2
DN
67542010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
6755
61158bfa
DN
6756 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
6757 * vc-git.el (vc-git-compute-remote): New function.
6758 (vc-git-log-outgoing): Use it instead of hard coding a value.
6759 (vc-git-log-incoming): New function.
6760
5828f6ca
DN
6761 Improve state updating for VC tag commands.
6762 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
6763 to update the state of all buffers in the directory.
6764
290736f2
DN
6765 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
6766
feceda26
SM
67672010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6768
6769 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
6770 `file-directory-p' to the filename part rather than to the whole text.
6771
896114cf
SM
67722010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6773
6774 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
6775
1603358c
DA
67762010-05-31 Drew Adams <drew.adams@oracle.com>
6777
6778 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
6779
fe40dc63
JB
67802010-05-31 Juanma Barranquero <lekktu@gmail.com>
6781
6782 * subr.el (momentary-string-display): Just use read-event to read
6783 the exit event (Bug#6238).
6784
9e8014c6
EZ
67852010-05-30 Eli Zaretskii <eliz@gnu.org>
6786
6787 * international/mule.el (define-coding-system): Doc fix (bug#6313).
6788
61a08071
JB
67892010-05-30 Juanma Barranquero <lekktu@gmail.com>
6790
6791 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
6792 Suggested by Eli Zaretskii <eliz@gnu.org>.
6793
5feec8ca
SM
67942010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6795
6796 * minibuffer.el (completion-file-name-table): Don't return a boundary
6797 past the end of `string' (bug#6299).
6798 (completion--file-name-table): Delegate to completion-file-name-table
6799 for the `boundaries' case.
6800
8175cb90
JB
68012010-05-30 Juanma Barranquero <lekktu@gmail.com>
6802
2b94133f
JB
6803 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
6804 movement commands.
6805
8175cb90
JB
6806 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
6807 `path-separator', but maintain compatibility with Emacs 20.2.
6808
0191e222
CY
68092010-05-29 Chong Yidong <cyd@stupidchicken.com>
6810
6811 * server.el (server-process-filter): Receive parent-id argument
6812 from emacsclient.
6813 (server-create-window-system-frame): New arg. Pass parent-id as
6814 frame parameter.
6815
9b655a0a
EZ
68162010-05-29 Eli Zaretskii <eliz@gnu.org>
6817
db5dce9d
EZ
6818 Bidi-sensitive word movement with arrow keys.
6819 * subr.el (right-arrow-command, left-arrow-command): Move to
6820 bindings.el.
6821
6822 * bindings.el (right-char, left-char): Move from subr.el and
6823 rename from right-arrow-command and left-arrow-command.
6824 (right-word, left-word): New functions.
6825 (global-map) <right>: Bind to right-char.
6826 (global-map) <left>: Bind to left-char.
6827 (global-map) <C-right>: Bind to right-word.
6828 (global-map) <C-left>: Bind to left-word.
6829
9b655a0a
EZ
6830 * ls-lisp.el (ls-lisp-classify-file): New function.
6831 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
6832 (ls-lisp-classify): Call ls-lisp-classify-file.
6833 (insert-directory): Remove blanks from switches.
6834
fcb52808
CY
68352010-05-29 Chong Yidong <cyd@stupidchicken.com>
6836
6837 * ansi-color.el: Delete unused escape sequences (Bug#6085).
6838 (ansi-color-drop-regexp): New constant.
6839 (ansi-color-apply, ansi-color-filter-region)
896114cf 6840 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
6841 (ansi-color-apply): Build string list before calling concat.
6842
0040735a
JL
68432010-05-28 Juri Linkov <juri@jurta.org>
6844
6845 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
6846 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
6847 (Bug#5270)
6848
b6827fff
MA
68492010-05-28 Michael Albinus <michael.albinus@gmx.de>
6850
6851 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
6852 to ignored backtrace functions.
6853 (with-progress-reporter): Expand docstring.
6854 (tramp-handle-delete-file): Implement TRASH argument.
6855 (tramp-get-remote-trash): New defun.
6856
eba082a2
MA
68572010-05-28 Michael Albinus <michael.albinus@gmx.de>
6858
6a7662bb
BR
6859 * net/tramp-compat.el (tramp-compat-delete-file):
6860 Use `symbol-value' for backward compatibility.
eba082a2
MA
6861
6862 * net/tramp.el (tramp-handle-make-symbolic-link)
6863 (tramp-handle-load)
6864 (tramp-do-copy-or-rename-file-via-buffer)
6865 (tramp-do-copy-or-rename-file-directly)
6866 (tramp-do-copy-or-rename-file-out-of-band)
6867 (tramp-handle-process-file, tramp-handle-call-process-region)
6868 (tramp-handle-shell-command, tramp-handle-file-local-copy)
6869 (tramp-handle-insert-file-contents, tramp-handle-write-region)
6870 (tramp-delete-temp-file-function): Use `delete-file' instead
6871 of `tramp-compat-delete-file'.
6872
6873 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
6874 (tramp-fish-handle-make-symbolic-link)
6875 (tramp-fish-handle-process-file): Use `delete-file' instead
6876 of `tramp-compat-delete-file'.
6877
6a7662bb
BR
6878 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6879 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
6880
6881 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
6882 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
6883 `tramp-compat-delete-file'.
6884
6a7662bb
BR
6885 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
6886 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
6887
6888 * net/tramp-smb.el (tramp-smb-handle-copy-file)
6889 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
6890 (tramp-smb-handle-write-region): Use `delete-file' instead of
6891 `tramp-compat-delete-file'.
6892 (tramp-smb-handle-delete-directory): Use 'trash as arg.
6893
f1a5d776
CY
68942010-05-27 Chong Yidong <cyd@stupidchicken.com>
6895
6896 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 6897 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
6898 (dired-do-flagged-delete, dired-do-delete): Use trash.
6899
6900 * speedbar.el (speedbar-item-delete): Allow trashing.
6901
6902 * files.el (delete-directory): New arg TRASH.
6903
6904 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
6905 (ange-ftp-rename-remote-to-remote)
6906 (ange-ftp-rename-local-to-remote)
6907 (ange-ftp-rename-remote-to-local, ange-ftp-load)
6908 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
6909 `delete-file'.
6910 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
6911 allow trashing.
6912
6913 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
6914 handle new TRASH arg of `delete-file'.
6915
c4ce1145 6916 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
6917 (tramp-handle-make-symbolic-link, tramp-handle-load)
6918 (tramp-do-copy-or-rename-file-via-buffer)
6919 (tramp-do-copy-or-rename-file-directly)
6920 (tramp-do-copy-or-rename-file-out-of-band)
6921 (tramp-handle-process-file, tramp-handle-call-process-region)
6922 (tramp-handle-shell-command, tramp-handle-file-local-copy)
6923 (tramp-handle-insert-file-contents, tramp-handle-write-region)
6924 (tramp-delete-temp-file-function): Use null TRASH arg in
6925 tramp-compat-delete-file call.
6926
6927 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
6928 (tramp-fish-handle-delete-file)
6929 (tramp-fish-handle-make-symbolic-link)
6930 (tramp-fish-handle-process-file): Use null TRASH arg in
6931 `tramp-compat-delete-file' call.
6932
6933 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
6934 arg in `tramp-compat-delete-file' call.
6935
6936 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
6937 (tramp-gvfs-handle-write-region): Use null TRASH arg in
6938 `tramp-compat-delete-file' call.
6939
6940 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
6941 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
6942 `tramp-compat-delete-file' call.
6943
6944 * net/tramp-smb.el (tramp-smb-handle-copy-file)
6945 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
6946 (tramp-smb-handle-write-region): Use null TRASH arg in
6947 tramp-compat-delete-file call.
6948 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
6949 (tramp-smb-handle-delete-file): Rename arg.
6950
6951 * diff.el (diff-sentinel):
6952 * epg.el (epg--make-temp-file, epg-decrypt-string)
6953 (epg-verify-string, epg-sign-string, epg-encrypt-string):
6954 * jka-compr.el (jka-compr-partial-uncompress)
6955 (jka-compr-call-process, jka-compr-write-region):
6956 * server.el (server-sentinel): Remove optional arg from
6957 delete-file, reverting 2010-05-03 change.
6958
ecb0ab90
CY
69592010-05-27 Chong Yidong <cyd@stupidchicken.com>
6960
6a7662bb
BR
6961 * progmodes/verilog-mode.el (verilog-type-font-keywords):
6962 Use font-lock-constant-face, not obsolete font-lock-reference-face.
ecb0ab90 6963
2b25da45
KH
69642010-05-27 Kenichi Handa <handa@m17n.org>
6965
6966 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
6967 element of GSTRING is nil.
6968
11e4d8c0
SM
69692010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6970
6971 * emacs-lisp/smie.el (smie-forward-token-function)
6972 (smie-backward-token-function): New vars.
6973 (smie-backward-sexp, smie-forward-sexp)
6974 (smie-indent-hanging-p, smie-indent-calculate): Use them.
6975 (smie-default-backward-token): Rename from smie-backward-token and
6976 skip comments.
6977 (smie-default-forward-token): Rename from smie-forward-token and
6978 skip comments.
6979 (smie-next-sexp): Handle nil results from next-token.
6980 (smie-indent-calculate): Add a new case for special `fixindent' comments.
6981
4da3541b
CY
69822010-05-27 Chong Yidong <cyd@stupidchicken.com>
6983
896114cf
SM
6984 * progmodes/verilog-mode.el (verilog-type-font-keywords):
6985 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
6986
69872010-05-27 Masatake YAMATO <yamato@redhat.com>
6988
6989 * htmlfontify.el (hfy-face-resolve-face): New function.
6990 (hfy-face-to-style): Use it (Bug#6279).
6991
6dc439cb
SM
69922010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
6993
6994 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
6995 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
6996
021eb8d7
GM
69972010-05-26 Glenn Morris <rgm@gnu.org>
6998
6999 * emulation/edt.el (edt-load-keys): Use locate-library.
7000
bef4957b
CY
70012010-05-25 Chong Yidong <cyd@stupidchicken.com>
7002
7003 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
7004 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
7005 (log-edit-changelog-insert-entries): Args changed.
7006 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
7007 (log-edit-insert-changelog-entries): Reorganize return value of
7008 `log-edit-changelog-entries' to pass filenames to
7009 log-edit-changelog-insert-entries.
7010
84fb0956
TV
70112010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7012
7013 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
7014 `image-dired-dired-insert-marked-thumbs' to
7015 `image-dired-dired-toggle-marked-thumbs'.
7016
7017 * image-dired.el: Require cl when compiling.
7018 (image-dired-dired-toggle-marked-thumbs): Rename from
7019 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
7020 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
7021 to 'no-dir. Skip files whose names don't match
7022 `image-file-name-regexp'. When file has a thumbnail overlay,
7023 delete it. (Bug#5270)
7024
0fb1193d
JL
70252010-05-25 Juri Linkov <juri@jurta.org>
7026
7027 * image-mode.el (image-mode): Add image-after-revert-hook to
7028 after-revert-hook.
7029 (image-after-revert-hook): New function. (Bug#5669)
7030
fc937924
JL
70312010-05-25 Juri Linkov <juri@jurta.org>
7032
7033 * image.el (image-animated-p): When delay between animated images
7034 is 0, set it to 10 (0.1 sec). (Bug#6258)
7035
fa9ba953
MA
70362010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
7037
7038 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 7039 `forward-word', its default syntax could be changed.
fa9ba953 7040
9e021389
MA
70412010-05-25 Michael Albinus <michael.albinus@gmx.de>
7042
7043 * net/tramp.el (tramp-progress-reporter-update): New defun.
7044 (with-progress-reporter): Use it.
7045 (tramp-process-actions):
6a7662bb
BR
7046 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
7047 Preserve current message, in order to let progress reporter continue
9e021389
MA
7048 afterwards. (Bug#6257)
7049
6169260b
GM
70502010-05-25 Glenn Morris <rgm@gnu.org>
7051
7052 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
7053 Add :version.
7054
d26781af
RY
70552010-05-25 Ryan Yeske <rcyeske@gmail.com>
7056
8826afe3 7057 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
7058 (rcirc-default-full-name): Change to "unknown".
7059 (rcirc-user-name-history): Add variable.
8826afe3
GM
7060
70612010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 7062 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
7063
7064 * net/rcirc.el (rcirc-server-alist): Add :pass.
7065 (rcirc): When prompting for connection parameters, also prompt for
d26781af 7066 username and password.
a628ad9d 7067 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
7068 value to server when connecting.
7069
d355a0b7
SM
70702010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7071
f5228f84
SM
7072 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
7073 (smie-merge-prec2s): Pass the tables as separate args.
7074 (smie-bnf-precedence-table): Adjust call accordingly.
7075 (smie-prec2-levels): Set levels at the end.
7076
d355a0b7
SM
7077 Replace Lisp calls to delete-backward-char by delete-char.
7078 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
7079 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
7080 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 7081 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
7082 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
7083 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
7084 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
7085 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
7086 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
7087 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
7088 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
7089 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
7090 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
7091 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
7092 delete-backward-char by calls to delete-char.
7093
f668ef02
KH
70942010-05-25 Kenichi Handa <handa@m17n.org>
7095
7096 * language/hebrew.el (hebrew-shape-gstring): New function.
7097 Register it in composition-function-table for all Hebrew combining
7098 characters.
7099
397eb3f3
SM
71002010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7101
7102 * epa.el (epa--select-keys): Don't explicitly delete the window since
7103 that can fail (e.g. sole window in frame). Use dedication instead.
7104
171eda53 71052010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
7106
7107 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
7108
110683ad
CY
71092010-05-22 Chong Yidong <cyd@stupidchicken.com>
7110
7111 * image.el (image-refresh): Define as an alias for image-flush.
7112
7113 * image-mode.el (image-toggle-display-image): Caller changed.
7114
df9db151
JL
71152010-05-21 Juri Linkov <juri@jurta.org>
7116
7117 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
7118 Remove "all" from grep-files-aliases. Split grep-files-aliases by
7119 whitespace, call wildcard-to-regexp on substrings and concat them
7120 with "\\|". (Bug#6114)
7121
c0209c2c
AM
71222010-05-21 Alan Mackenzie <acm@muc.de>
7123
171eda53
SM
7124 * progmodes/cc-engine.el (c-parse-state-get-strategy):
7125 Replace parameter `here' with `here-' and `here-plus', which sandwich
7126 any pertinent CPP construct.
c0209c2c
AM
7127 (c-remove-stale-state-cache-backwards): Fix a bug which happens
7128 when doing (c-parse-state) in a CPP construct: Exclude any "new"
7129 CPP construct from taking part in the scanning.
7130
655bded0
MA
71312010-05-21 Michael Albinus <michael.albinus@gmx.de>
7132
7133 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
7134 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
7135 Tune `with-progress-reporter' messages.
655bded0
MA
7136 (tramp-handle-vc-registered):
7137 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
7138 (tramp-fish-handle-insert-file-contents)
7139 (tramp-fish-maybe-open-connection):
7140 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7141 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
7142 (tramp-imap-handle-insert-file-contents)
7143 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
7144
3e17a1a7
JB
71452010-05-21 Juanma Barranquero <lekktu@gmail.com>
7146
bf1e8d4a
JB
7147 * add-log.el (change-log-font-lock-keywords):
7148 Highlight all authors in multi-author entries.
7149
3e17a1a7
JB
7150 * smerge-mode.el (smerge-refine-ignore-whitespace)
7151 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
7152 Fix typos in docstrings.
7153 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
7154
969e684a
GM
71552010-05-21 Glenn Morris <rgm@gnu.org>
7156
e75c1e7d
GM
7157 * progmodes/fortran.el (fortran-mode):
7158 * progmodes/f90.el (f90-mode): Derive from prog-mode.
7159
969e684a
GM
7160 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
7161 having a relative path in src/Makefile.in.
7162
a50878fa
KR
71632010-05-20 Kevin Ryde <user42@zip.com.au>
7164
7165 * help-mode.el (help-make-xrefs): For Info node links turn
7166 newlines into spaces. Link node names with newlines are matched
7167 by help-xref-info-regexp and buttonized, this change ensures they
7168 can be followed successfully with RET. (Bug#6206)
7169
f66a2f90
JL
71702010-05-20 Juri Linkov <juri@jurta.org>
7171
7172 * locate.el (locate): Use pop-to-buffer instead of
7173 switch-to-buffer-other-window. (Bug#6204)
7174
201d895a
JL
71752010-05-20 Juri Linkov <juri@jurta.org>
7176
7177 * replace.el (replace-highlight): Fix lazy-highlighting
7178 for `M-s w str M-% str RET'.
7179
1ddb2ea0
MY
71802009-12-15 Masatake YAMATO <yamato@redhat.com>
7181
7182 * isearch.el (isearch-yank-word-or-char): Pull next subword
7183 when `subword-mode' is activated. (Bug#6220)
7184
a6020335
MH
71852010-05-20 Mark A. Hershberger <mah@everybody.org>
7186
7187 * isearch.el (isearch-update-post-hook): New hook.
7188 (isearch-update): Use the new hook. (Bug#6225)
7189
50de6a38
JL
71902010-05-20 Juri Linkov <juri@jurta.org>
7191
7192 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
7193 [f1], [help], and (char-to-string help-char) instead of "\C-h".
7194 (Bug#6222)
7195
5d944a8f
JL
71962010-05-20 Juri Linkov <juri@jurta.org>
7197
7198 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
7199 (Bug#6223)
7200
f5d6548a
JL
72012010-05-20 Juri Linkov <juri@jurta.org>
7202
7203 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
7204 FILE-NAME to read from the minibuffer when called interactively
7205 with prefix argument instead of using buffer-file-name.
7206 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
7207
7208 * dired.el: Update autoloads.
7209
f8e63691
CY
72102010-05-20 Chong Yidong <cyd@stupidchicken.com>
7211
7212 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
7213 nxml-finish-element, for consistency with SGML mode.
7214
7215 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
7216 octave-close-block.
7217
07d7c3bd
JB
72182010-05-20 Juanma Barranquero <lekktu@gmail.com>
7219
7220 * composite.el: Require cl when compiling.
7221 (reference-point-alist, compose-gstring-for-graphic)
7222 (compose-gstring-for-terminal): Fix typos in docstrings.
7223
7bce8510
JL
72242010-05-19 Juri Linkov <juri@jurta.org>
7225
7226 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
7227 set-window-parameter.
7228
a7723e05
MA
72292010-05-19 Michael Albinus <michael.albinus@gmx.de>
7230
7231 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
7232 where appropriate.
7233 (tramp-maybe-open-connection): Use it.
7234
3f2e7735
EZ
72352010-05-19 Eli Zaretskii <eliz@gnu.org>
7236
7237 * simple.el (move-end-of-line): Make sure we are at line beginning
7238 before backing up to end of previous line.
7239
8d9181c7
MA
72402010-05-19 Michael Albinus <michael.albinus@gmx.de>
7241
8c4ec20f
MA
7242 * password-cache.el (password-cache-remove): Fix docstring.
7243
8d9181c7
MA
7244 * net/secrets.el: Autoload the widget functions.
7245 (secrets-search-items, secrets-create-item)
7246 (secrets-get-attributes, secrets-expand-item): Attributes will be
7247 stored on the password database without leading ":", as all other
7248 clients do as well.
7249 (secrets-mode): Fix docstring.
7250 (secrets-show-secrets): Provide it as autoloaded command only when
7251 D-Bus support is available. Check existence of Secret Service API.
7252
2a96c2a7
SM
72532010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7254
7255 * indent.el (indent-region): Deactivate region (bug#6200).
7256
d24e10b1
GM
72572010-05-19 Glenn Morris <rgm@gnu.org>
7258
7259 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
7260
2833d915
KH
72612010-05-19 Kenichi Handa <handa@m17n.org>
7262
7263 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 7264 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 7265
134c2f29
JB
72662010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
7267
7268 * calc/calc-trail.el (calc-trail-isearch-forward)
7269 (calc-trail-isearch-backward): Ensure that the new window
7270 point is set correctly.
7271
278847cd
SM
72722010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7273
7274 * subr.el (read-quoted-char): Resolve modifiers after key
7275 remapping (bug#6212).
7276
3a8e7cbd
MA
72772010-05-18 Michael Albinus <michael.albinus@gmx.de>
7278
7279 Add visualization code for secrets.
7280 * net/secrets.el (secrets-mode): New major mode.
7281 (secrets-show-secrets, secrets-show-collections)
7282 (secrets-expand-collection, secrets-expand-item)
7283 (secrets-tree-widget-after-toggle-function)
7284 (secrets-tree-widget-show-password): New defuns.
7285
472e7ec1
SM
72862010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7287
224b70cb
SM
7288 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
7289 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
7290 handled in smie-next-sexp.
7291 (smie-indent-calculate): Provide a starting indentation (so the
7292 recursion is well-founded ;-).
7293
472e7ec1
SM
7294 Fix handling of non-associative equal levels.
7295 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
7296 when it's not needed.
7297 (smie-op-left, smie-op-right): New functions.
7298 (smie-next-sexp): New function, extracted from smie-backward-sexp.
7299 Better handle equal levels to distinguish the associative case from
7300 the "multi-keyword construct" case.
7301 (smie-backward-sexp, smie-forward-sexp): Use it.
7302
35e53abd
JB
73032010-05-18 Juanma Barranquero <lekktu@gmail.com>
7304
5d8fe0ba
JB
7305 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
7306
35e53abd
JB
7307 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
7308 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
7309
5ad4bef5
SM
73102010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7311
7312 Provide a simple generic indentation engine and use it for Prolog.
7313 * emacs-lisp/smie.el: New file.
7314 * progmodes/prolog.el (prolog-smie-op-levels)
7315 (prolog-smie-indent-rules): New var.
7316 (prolog-mode-variables): Use them to configure SMIE.
7317 (prolog-indent-line, prolog-indent-level): Remove.
7318
00681a3c
JB
73192010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
7320
560bb7ae 7321 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
7322 order before computing the averages.
7323
eba62f7a
JB
73242010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
7325
597517ef 7326 * calc/calc-vec.el (calc-histogram):
5ad4bef5 7327 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
7328 (math-vector-avg): New function.
7329
560bb7ae 7330 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
7331 being grouped depend on the radix (Bug#6189).
7332
8c5ff6dd
KR
73332010-05-15 Ken Raeburn <raeburn@raeburn.org>
7334
7335 * version.el (emacs-copyright, emacs-version): Don't define here,
7336 now that emacs.c defines it.
7337
98d8b17e
EZ
73382010-05-15 Eli Zaretskii <eliz@gnu.org>
7339
71078429
EZ
7340 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
7341 "Describe Language Environment" menu item.
7342
ce6233c1
EZ
7343 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
7344
d20e1419
EZ
7345 Bidi-sensitive movement with arrow keys.
7346 * subr.el (right-arrow-command, left-arrow-command): New functions.
7347
7348 * bindings.el (global-map): Bind them to right and left arrow keys.
7349
98d8b17e 7350 Don't override standard definition of convert-standard-filename.
6a7662bb
BR
7351 * files.el (convert-standard-filename):
7352 Call w32-convert-standard-filename and dos-convert-standard-filename on
98d8b17e
EZ
7353 the corresponding systems.
7354
7355 * w32-fns.el (w32-convert-standard-filename): Rename from
7356 convert-standard-filename. Doc fix.
7357
7358 * dos-fns.el (dos-convert-standard-filename): Doc fix.
7359 (convert-standard-filename): Don't defalias.
7360 (register-name-alist, make-register, register-value)
7361 (set-register-value, intdos): Obsolete aliases for the
7362 corresponding dos-* functions and variables.
7363 (dos-intdos): Add a doc string.
7364
ae6bc504
JB
73652010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
7366
7367 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
7368 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
7369 (math-compose-tex-func):
7370 * calc/calccomp.el (math-compose-expr):
7371 * calc/calc-ext.el (math-format-flat-expr-fancy):
7372 * calc/calc-store.el (calc-read-var-name):
7373 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
7374
7375 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 7376 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 7377 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 7378 (math-standard-units): Add units.
ae6bc504 7379
c26ea4b2
SM
73802010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7381
7aefa445 7382 * progmodes/asm-mode.el (asm-mode):
13973643
SM
7383 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
7384
c26ea4b2
SM
7385 * pcomplete.el (pcomplete-completions-at-point): New function,
7386 extracted from pcomplete-std-complete.
7387 (pcomplete-std-complete): Use it.
7388
02be533b
GM
73892010-05-15 Glenn Morris <rgm@gnu.org>
7390
7391 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7392 Remove references to CVS, RCS and Old directories.
7393
78ed0efc
JB
73942010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
7395
ae6bc504 7396 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
7397 appropriate.
7398
10dcc561
SM
73992010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7400
5ccaa359
SM
7401 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
7402 (sh-mode-syntax-table): Give it a default value instead.
7403 (sh-header-marker): Make buffer-local.
7404 (sh-mode): Move make-local-variable to the corresponding setq.
7405 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
7406 Use complete-with-action.
7407
10dcc561
SM
7408 * simple.el (prog-mode): New (abstract) major mode.
7409 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
7410 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
7411
c38762fd
JB
74122010-05-14 Juanma Barranquero <lekktu@gmail.com>
7413
7414 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
7415 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
7416 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
7417 (sql-make-alternate-buffer-name, sql-placeholders-filter)
7418 (sql-escape-newlines-filter, sql-input-sender)
7419 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
7420
2ef3c144
CY
74212010-05-13 Chong Yidong <cyd@stupidchicken.com>
7422
560bb7ae 7423 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
7424
7425 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
7426 latex-open-block and C-c / to latex-close-block.
7427
7428 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
7429 and C-c C-e to sgml-close-tag.
7430
3b30ccda
MA
74312010-05-13 Michael Albinus <michael.albinus@gmx.de>
7432
7433 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 7434 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
7435 (tramp-handle-load, tramp-handle-file-local-copy)
7436 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
7437 (tramp-maybe-send-script, tramp-find-shell):
7438 Use `with-progress-reporter'.
3b30ccda
MA
7439 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
7440 Fix message text.
7441
7442 * net/tramp-smb.el (tramp-smb-handle-copy-file)
7443 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
7444 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
7445 Use `with-progress-reporter'.
7446
57ff5d7b
AM
74472010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
7448
a628ad9d
JB
7449 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
7450 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 7451
5a70d10f
SM
74522010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7453
791ffe1c
SM
7454 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
7455
5a70d10f
SM
7456 * dos-fns.el: Add "dos-" prefix for namespace control.
7457 (convert-standard-filename): Define as alias for
7458 dos-convert-standard-filename but only if applicable.
7459
38d93f03
AM
74602010-05-12 Alan Mackenzie <acm@muc.de>
7461
7462 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
7463 Push the mark at the start of these functions when appropriate.
7464
902a6d8d
SM
74652010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7466
7467 * minibuffer.el (completion-cycle-threshold): New custom var.
7468 (completion--do-completion): Use it.
7469 (minibuffer-complete): Use cycling if appropriate.
7470
9ee120ba
JB
74712010-05-11 Juanma Barranquero <lekktu@gmail.com>
7472
7473 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
7474 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
7475
841c4085
JL
74762010-05-11 Juri Linkov <juri@jurta.org>
7477
7478 * scroll-all.el (scroll-all-check-to-scroll):
7479 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
7480
8a67c70e
SM
74812010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7482
f2b9ed18
SM
7483 * iimage.el (iimage-mode-map): Move initialization into declaration.
7484 (iimage-mode-buffer): Use with-silent-modifications.
7485 Simplify calling convention. Adjust callers.
7486 (iimage-mode): Don't run hook redundantly.
7487
8a67c70e
SM
7488 * minibuffer.el (completion-pcm--pattern->regex):
7489 Fix last change (bug#6160).
7490
4bbedd98
JL
74912010-05-10 Juri Linkov <juri@jurta.org>
7492
7493 Remove nodes visited during Isearch from the Info history.
7494 * info.el (Info-isearch-initial-history)
7495 (Info-isearch-initial-history-list): New variables.
7496 (Info-isearch-start): Record initial values of
7497 Info-isearch-initial-history and Info-isearch-initial-history-list.
7498 Add Info-isearch-end to isearch-mode-end-hook.
7499 (Info-isearch-end): New function.
7500
94ecf5da
MA
75012010-05-10 Michael Albinus <michael.albinus@gmx.de>
7502
7503 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
7504 format string, in order to work around a bug in pdksh.
7505 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
7506 (tramp-handle-verify-visited-file-modtime): Do not send a command
7507 when the connection is not established.
7508 (tramp-handle-set-file-times): Simplify the check for utc.
7509
c5eb971b
JB
75102010-05-10 Juanma Barranquero <lekktu@gmail.com>
7511
7512 Fix use of `filter-buffer-substring' (rework previous change).
7513 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
7514 (cua-repeat-replace-region):
7515 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
7516 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
7517 (cua-cut-region-to-global-mark): Use it.
7518
7492acc9
MM
75192010-05-09 Michael R. Mauger <mmaug@yahoo.com>
7520
77e2fc7a
JB
7521 * progmodes/sql.el: Version 2.1.
7522 (sql-product-alist): Redesign structure of product info.
7523 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
7524 (sql-port, sql-port-history): New variables.
7525 (sql-interactive-product): New variable.
7526 (sql-send-terminator): New variable.
77e2fc7a 7527 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
7528 (sql-oracle-login-params, sql-sqlite-login-params)
7529 (sql-mysql-login-params, sql-solid-login-params)
7530 (sql-sybase-login-params, sql-informix-login-params)
7531 (sql-ingres-login-params, sql-ms-login-params)
7532 (sql-postgres-login-params, sql-interbase-login-params)
7533 (sql-db2-login-params, sql-linter-login-params)
7534 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
7535 (sql-mode-map): Add C-c C-i to start interactive mode.
7536 (sql-mode-menu): Update existing menu entries.
7537 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
7538 (sql-mode-oracle-font-lock-keywords)
7539 (sql-mode-postgres-font-lock-keywords)
7540 (sql-mode-ms-font-lock-keywords)
7541 (sql-mode-sybase-font-lock-keywords)
7542 (sql-mode-informix-font-lock-keywords)
7543 (sql-mode-interbase-font-lock-keywords)
7544 (sql-mode-ingres-font-lock-keywords)
7545 (sql-mode-solid-font-lock-keywords)
7546 (sql-mode-mysql-font-lock-keywords)
7547 (sql-mode-sqlite-font-lock-keywords)
7548 (sql-mode-db2-font-lock-keywords)
77e2fc7a 7549 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
7550 reduce run-time complexity.
7551 (sql-add-product, sql-del-product): New functions.
7552 (sql-set-product-feature, sql-get-product-feature): New functions.
7553 (sql-product-font-lock): Update product API.
7554 (sql-add-product-keywords): New function.
7555 (sql-highlight-product): Update product API.
7556 (sql-help-list-products): New function.
7557 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 7558 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
7559 prompt for port.
7560 (sql-copy-column): Copy without properties.
7561 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
7562 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
7563 Implement as a filter.
7492acc9
MM
7564 (sql-escape-newlines-filter): Implement as a filter.
7565 (sql-remove-tabs-filter): New function.
7566 (sql-send-magic-terminator): New function.
7567 (sql-send-string): Implement magic terminator.
7568 (sql-send-region): Use `sql-send-string'.
7569 (sql-interactive-mode): Use product API.
7570 (sql-product-interactive): Use product API.
7571 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7572 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7573 (sql-db2, sql-linter): Use `sql-product-interactive'.
7574 (sql-connect): New function.
7575 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
7576 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
7577 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
7578 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
7579 Use `sql-connect'.
7492acc9 7580
79ccd68f
SM
75812010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7582
7583 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
7584 New custom variable.
7585 (completion-pcm--string->pattern): Use it.
7586 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
7587 Make it handle any symbol as `any'.
7588 (completion-pcm--merge-completions): Extract common suffix for the new
7589 `prefix' symbol as well.
7590 (completion-substring--all-completions): Use the new `prefix' symbol.
7591
0d5852cf
MA
75922010-05-09 Michael Albinus <michael.albinus@gmx.de>
7593
7594 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
7595 not bound.
7596 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
7597 (tramp-compat-funcall): New defmacro.
7598 (tramp-compat-line-beginning-position)
7599 (tramp-compat-line-end-position)
7600 (tramp-compat-temporary-file-directory)
7601 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
7602 (tramp-compat-copy-file, tramp-compat-copy-directory)
7603 (tramp-compat-delete-file, tramp-compat-delete-directory)
7604 (tramp-compat-number-sequence, tramp-compat-process-running-p)
7605 * net/tramp.el (top, with-progress-reporter)
7606 (tramp-rfn-eshadow-setup-minibuffer)
7607 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
7608 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
7609 (tramp-completion-mode-p, tramp-check-for-regexp)
7610 (tramp-open-connection-setup-interactive-shell)
7611 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
7612 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
7613 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
7614 * net/tramp-cmds.el (tramp-cleanup-all-connections)
7615 (tramp-reporter-dump-variable, tramp-load-report-modules)
7616 (tramp-append-tramp-buffers)
7617 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
7618
7619 * net/tramp-imap.el (top): Autoload `epg-make-context'.
7620
f913fe7d
SM
76212010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7622
7623 * progmodes/compile.el (compilation-buffer-modtime): Rename from
7624 buffer-modtime. Adjust users.
7625
0235128c 76262010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 7627
77e2fc7a 7628 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 7629 car of each item, not the whole list (Bug#6083).
f034e176 7630
0235128c 76312010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
7632
7633 * progmodes/js.el (js-mode): Make paragraph variables local before
7634 calling c-setup-paragraph-variables (Bug#6071).
7635
0235128c 76362010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
7637
7638 * composite.el (compose-region, reference-point-alist): Fix typos
7639 in the doc strings.
7640
77e2fc7a 76412010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
7642
7643 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
7644 gnuplot's "set" command.
7645
0235128c 76462010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
7647
7648 * abbrev.el (last-abbrev-text): Doc fix.
7649 (abbrev-prefix-mark): Don't escape parenthesis.
7650
0235128c 76512010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
7652
7653 * composite.el (find-composition): Doc fix.
7654
0235128c 76552010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
7656
7657 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
7658 (sql-oracle-program, sql-sqlite-options)
7659 (sql-query-placeholders-and-send): Doc fixes.
7660 (sql-set-product, sql-interactive-mode): Reflow docstrings.
7661 (sql-imenu-generic-expression, sql-buffer)
7662 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
7663 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
7664 (sql-mode-sybase-font-lock-keywords)
7665 (sql-mode-informix-font-lock-keywords)
7666 (sql-mode-interbase-font-lock-keywords)
7667 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
7668 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
7669 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
7670 (sql-product-feature, sql-highlight-product)
7671 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
7672 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
7673 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
7674 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
7675 Fix typos in docstrings.
7676
0235128c 76772010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
7678
7679 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
7680 property instead of `invisible' and `after-string' (bug#5998).
7681
0235128c 76822010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
7683
7684 * image-mode.el (image-mode-as-text): Fix typo in docstring.
7685
0235128c 76862010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
7687
7688 * filecache.el (file-cache-add-directory-list)
7689 (file-cache-add-directory-recursively): Fix typos in docstrings.
7690
0235128c 76912010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
7692
7693 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 7694 (gujarati-composable-pattern): Fix typo.
ece33a6e 7695
0235128c 76962010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
7697
7698 * language/indian.el (oriya-composable-pattern)
0235128c
SM
7699 (tamil-composable-pattern, malayalam-composable-pattern):
7700 Add two-part vowels to "v" (vowel sign).
771533aa 7701
0235128c 77022010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 7703
99833607
CY
7704 * files.el (copy-directory): Handle symlinks (Bug#5982).
7705
0235128c 77062010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
7707
7708 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
7709 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
7710 (Bug#5846).
7711
0235128c 77122010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 7713
0ca12598
GM
7714 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
7715
d2c7b917
GM
7716 * minibuffer.el (completion-at-point): Doc fix.
7717
ba5bf5f0
SM
77182010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7719
7720 * electric.el (Electric-command-loop): Minor tweak.
7721
7722 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
7723 better with dedicated windows.
7724
0235128c
SM
77252010-05-07 Chong Yidong <cyd@stupidchicken.com>
7726
7727 * Version 23.2 released.
7728
560bb7ae 77292010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 7730 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
7731
7732 Highlight vendor specific properties.
7733 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
7734 (css-proprietary-property): New face.
7735 (css-font-lock-keywords): Use them.
7736
c0162ade
EZ
77372010-05-07 Eli Zaretskii <eliz@gnu.org>
7738
7739 * cus-start.el (all): Add native condition for tool-bar-* symbols.
7740
f3ee9200
SM
77412010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7742
05623156
SM
7743 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
7744 * files.el (auto-mode-alist): Remove redundant entries.
7745
f3ee9200
SM
7746 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
7747 * simple.el (auto-save-mode): Move from files.el.
7748 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
7749
560bb7ae 77502010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 7751
76e3243a 7752 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 7753
765d4319
KY
77542010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
7755
7756 * mail/binhex.el (binhex-decode-region-internal)
7757 * mail/uudecode.el (uudecode-decode-region-internal)
7758 * net/dns.el (dns-read-string-name, dns-write, dns-read)
7759 (dns-read-type, dns-query)
7760 * pgg-parse.el (pgg-parse-armor)
7761 * pgg.el (pgg-verify-region)
7762 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
7763 XEmacs.
7764
86d21cc0 7765 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 7766
f83483ff
JB
77672010-05-07 Juanma Barranquero <lekktu@gmail.com>
7768
40ab7974
JB
7769 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
7770
f83483ff
JB
7771 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
7772 * emulation/cua-base.el (cua-repeat-replace-region):
7773 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
7774 (cua-cut-region-to-global-mark):
7775 Remove text properties with `set-text-properties'.
7776
9566840f
MA
77772010-05-06 Michael Albinus <michael.albinus@gmx.de>
7778
f3ee9200
SM
7779 * net/tramp.el (top, with-progress-reporter):
7780 Use `symbol-function' inside `funcall'.
9566840f
MA
7781
7782 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
7783 (tramp-compat-delete-file, tramp-compat-delete-directory):
7784 Handle only `wrong-number-of-arguments' error.
9566840f
MA
7785
7786 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
7787 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
7788 inside `funcall'.
7789
0c495c21
SM
77902010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7791
1493963b
SM
7792 * minibuffer.el (completion--sreverse, completion--common-suffix):
7793 New functions.
7794 (completion-pcm--merge-completions): Extract common suffix when safe.
7795
0c495c21
SM
7796 * emacs-lisp/easy-mmode.el (define-minor-mode):
7797 Make :variable more flexible.
7798 * files.el (auto-save-mode): Use it to define using define-minor-mode.
7799
221a0647
JL
78002010-05-05 Juri Linkov <juri@jurta.org>
7801
7802 Add `slow' and `history' tags to the desktop data.
7803
7804 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
7805 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
7806 (Info-finder-find-node): Require `finder.el' to be able
7807 to restore node from the desktop.
7808 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
7809 data `Info-history' and `slow' tag in the assoc list.
7810 (Info-restore-desktop-buffer): Don't restore nodes with the
7811 `slow' tag. Restore `Info-history'.
7812
66bdc868
MA
78132010-05-05 Michael Albinus <michael.albinus@gmx.de>
7814
7815 Add FORCE argument to `delete-file'.
7816
7817 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
7818 forcing to delete the temporary file.
7819 (ange-ftp-delete-file): Add FORCE arg.
7820 (ange-ftp-rename-remote-to-remote)
7821 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
7822 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
7823 Force file deletion.
66bdc868
MA
7824
7825 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
7826
7827 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
7828 (tramp-handle-make-symbolic-link, tramp-handle-load)
7829 (tramp-do-copy-or-rename-file-via-buffer)
7830 (tramp-do-copy-or-rename-file-directly)
7831 (tramp-do-copy-or-rename-file-out-of-band)
7832 (tramp-handle-process-file, tramp-handle-call-process-region)
7833 (tramp-handle-shell-command, tramp-handle-file-local-copy)
7834 (tramp-handle-insert-file-contents, tramp-handle-write-region)
7835 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
7836
7837 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
7838 (tramp-fish-handle-make-symbolic-link)
7839 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
7840
0c495c21
SM
7841 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7842 Use `tramp-compat-delete-file'.
66bdc868
MA
7843
7844 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
7845 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
7846
7847 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
7848 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
7849
7850 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
7851 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6a7662bb
BR
7852 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7853 Use `tramp-compat-delete-file'.
66bdc868 7854
f44379e7
SM
78552010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7856
365f8d85
SM
7857 Minor cleanups.
7858 * subr.el (add-minor-mode): Use push.
7859 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
7860 * emulation/edt.el (edt-select-mode): Simplify.
7861
80ac5d4d
SM
7862 Use define-minor-mode in more cases.
7863 * term/tvi970.el (tvi970-set-keypad-mode):
7864 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
7865 (normal-erase-is-backspace-mode):
7866 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
7867 (set-scroll-bar-mode-1): (Re)move to its sole caller.
7868 (get-scroll-bar-mode): New function.
7869 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
7870
7871 Use define-minor-mode for less obvious cases.
f44379e7
SM
7872 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
7873 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
7874 * international/iso-ascii.el (iso-ascii-mode):
7875 * frame.el (auto-raise-mode, auto-lower-mode):
7876 * composite.el (global-auto-composition-mode): Use define-minor-mode.
7877
c04b03f8
MA
78782010-05-04 Michael Albinus <michael.albinus@gmx.de>
7879
7880 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
7881 in order to see error messages for failed logins.
7882
53967e09
CY
78832010-05-03 Chong Yidong <cyd@stupidchicken.com>
7884
7885 * diff.el (diff-sentinel):
7886
7887 * epg.el (epg--make-temp-file, epg-decrypt-string)
7888 (epg-verify-string, epg-sign-string, epg-encrypt-string):
7889
7890 * jka-compr.el (jka-compr-partial-uncompress)
7891 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
7892
7893 * server.el (server-sentinel): Use delete-file's new FORCE arg
7894 (Bug#6070).
7895
56eb0904
SM
78962010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7897
7898 Use define-minor-mode where applicable.
7899 * view.el (view-mode):
7900 * type-break.el (type-break-query-mode)
7901 (type-break-mode-line-message-mode):
7902 * textmodes/reftex.el (reftex-mode):
7903 * term/vt100.el (vt100-wide-mode):
7904 * tar-mode.el (tar-subfile-mode):
7905 * savehist.el (savehist-mode):
7906 * ibuf-ext.el (ibuffer-auto-mode):
7907 * composite.el (auto-composition-mode):
7908 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7909 Use define-minor-mode.
7910 (vhdl-mode): Use static mode-line format.
7911 (vhdl-mode-line-update): Delete.
7912 (vhdl-create-mode-menu, vhdl-activate-customizations)
7913 (vhdl-hs-minor-mode): Don't bother calling it.
7914
672eb710
SM
79152010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
7916
8f92b8ad
SM
7917 * simple.el (with-wrapper-hook): Move.
7918 (buffer-substring-filters): Mark obsolete.
7919 (filter-buffer-substring-functions): New variable.
1fada563 7920 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 7921
c04b03f8 79222010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 7923 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
7924
7925 Implement compression for inline methods.
7926
7927 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
7928 (tramp-copy-size-limit): Allow also nil.
7929 (tramp-inline-compress-commands): New defconst.
7930 (tramp-find-inline-compress, tramp-get-inline-compress)
7931 (tramp-get-inline-coding): New defuns.
cb7f3653 7932 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 7933 replaced by `tramp-get-inline-coding'.
6a29a838
MA
7934 (tramp-handle-file-local-copy, tramp-handle-write-region)
7935 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
7936
8c0bf8b3
SM
79372010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7938
07125a91
SM
7939 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
7940 Remove unused functions.
7941
f3a47002
SM
7942 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
7943 Set find-tag-default-function as a variable rather than a property.
7944
8c0bf8b3
SM
7945 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
7946 * progmodes/etags.el (tags-completion-at-point-function):
7947 Remove left over interactive spec. Add autoloading stub.
7948 (complete-tag): Use tags-completion-at-point-function.
7949
27601456
CY
79502010-04-30 Chong Yidong <cyd@stupidchicken.com>
7951
cb7f3653 7952 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 7953
09d0284d
CY
79542010-04-29 Chong Yidong <cyd@stupidchicken.com>
7955
27d3cd56
CY
7956 * ido.el (ido-init-completion-maps): Remove C-v binding.
7957 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 7958
3a07ffce
CY
79592010-04-29 Chong Yidong <cyd@stupidchicken.com>
7960
7961 * minibuffer.el (tags-completion-at-point-function): New function.
7962 (completion-at-point-functions): Use it.
7963
3a07ffce
CY
7964 * progmodes/etags.el (complete-tag): Revert last change.
7965
3d14bb73
AM
79662010-04-29 Alan Mackenzie <acm@muc.de>
7967
7968 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
7969 off-by-one error (in end of macro position).
7970
7d353d11
SM
79712010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7972
7973 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
7974 firefox is absent. Don't autoload.
7975 (browse-url-galeon-program): Don't autoload.
7976
48111a85
CY
79772010-04-28 Chong Yidong <cyd@stupidchicken.com>
7978
7979 * bindings.el (complete-symbol): Move into minibuffer.el.
7980
7981 * minibuffer.el (complete-tag): Move from etags.el. If tags
7982 completion cannot be performed, return nil instead of signalling
7983 an error.
7984 (completion-at-point): Make it an alias for complete-symbol.
7985 (complete-symbol): Move from bindings.el, and replace with the
7986 body of completion-at-point.
7987
7988 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
7989
7ba94701
MA
79902010-04-28 Michael Albinus <michael.albinus@gmx.de>
7991
7992 * net/tramp.el (tramp-remote-selinux-p): New defun.
7993 (tramp-handle-file-selinux-context)
7994 (tramp-handle-set-file-selinux-context): Use it.
7995
95c6cc3e
SS
79962010-04-28 Sam Steingold <sds@gnu.org>
7997
7998 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
7999 `safe-local-variable' if the value is a string or a symbol with
8000 the property `bug-reference-url-format'.
8001
36045ff3
CY
80022010-04-28 Chong Yidong <cyd@stupidchicken.com>
8003
537ffaf3
SM
8004 * progmodes/bug-reference.el (bug-reference-url-format):
8005 Revert 2010-04-27 change due to security risk.
36045ff3 8006
56924d99
SM
80072010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8008
8009 Make it possible to locally disable a globally enabled mode.
8010 * simple.el (fundamental-mode): Run fundamental-mode-hook.
8011 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
8012 rather than kill-all-local-variables so it runs fundamental-mode-hook.
8013 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8014 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
8015 that subsequent hooks get a chance to disable it.
8016
ccaa4765
SM
80172010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8018
17818d71
SM
8019 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8020 Avoid re-enabling a minor mode after the user turned the minor mode
8021 off if MODE-enable-in-buffers is run twice (typically once from
8022 fundamental-mode's after-change-major-mode-hook and a second time from
8023 run-mode-hook's own after-change-major-mode-hook).
8024
ccaa4765
SM
8025 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
8026
2a6f654e
SS
80272010-04-27 Sam Steingold <sds@gnu.org>
8028
8029 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
8030 `safe-local-variable' if the value is a string or a function, as
8031 documented and implemented on 2010-04-02.
8032
cecaa674
JB
80332010-04-27 Juanma Barranquero <lekktu@gmail.com>
8034
8035 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
8036 when method is 'kill.
8037
80382010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 8039
a628ad9d
JB
8040 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
8041 condition in default directory check.
1e116bb3
AM
8042 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
8043 Kill ispell process when killing its associated buffer.
8044
7dd7fbb9
JD
80452010-04-27 Jan Djärv <jan.h.d@swipnet.se>
8046
8047 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
8048 but we aren't using it.
8049
7ac82b84
J
80502010-04-25 Jan Djärv <jan.h.d@swipnet.se>
8051
8052 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
8053 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
8054
fea1add4
GM
80552010-04-24 Glenn Morris <rgm@gnu.org>
8056
8057 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
8058 Ignore VCS-ignore files, and deleted nextstep preferences files.
8059 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
8060 (authors-ambiguous-files): New list.
8061 (authors-valid-file-names): Add some deleted files.
8062 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
8063 (authors-disambiguate-file-name): New function. (Bug#5501)
8064 (authors-canonical-file-name): Doc fix.
8065 Don't warn about obsolete files.
8066 (authors-canonical-file-name, authors-scan-el):
8067 Use authors-disambiguate-file-name.
8068
cbcfee6e
GM
8069 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
8070 Add autoload cookies.
8071 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
8072 (generated-autoload-file): Set file-local value to "htmlfontify.el".
8073 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
8074 They have definitions / compiler macros in cl.el.
8075 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
8076 Replace manual autoloads with generated ones.
8077 (htmlfontify-unload-rgb-file): Remove autoload.
8078 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
8079
3b548e1b
SM
80802010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8081
9ae0c310
SM
8082 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
8083 (byte-compile-setq-default): Optimize for the
8084 single-var case and don't call byte-compile-form in this case to avoid
8085 inf-loop with byte-compile-set-default.
8086
3b548e1b
SM
8087 * progmodes/compile.el (compilation-start): Abbreviate default directory.
8088
632c5478
MA
80892010-04-23 Michael Albinus <michael.albinus@gmx.de>
8090
8091 Implement SELINUX backends.
8092
3b548e1b
SM
8093 * net/tramp.el (tramp-file-name-handler-alist):
8094 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
8095 (tramp-handle-file-selinux-context)
8096 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
8097 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
8098 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 8099
3b548e1b
SM
8100 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8101 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
8102 (tramp-gvfs-handle-file-selinux-context)
8103 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
8104 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
8105
8106 * net/ange-ftp.el (ange-ftp-copy-file):
8107 * net/tramp-fish.el (tramp-fish-handle-copy-file):
8108 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
8109 * net/tramp-smb.el (tramp-smb-handle-copy-file):
8110 Add PRESERVE-SELINUX-CONTEXT.
632c5478 8111
a94d821f
MA
81122010-04-22 Michael Albinus <michael.albinus@gmx.de>
8113
8114 Synchronize with Tramp repository.
8115
8116 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
8117 (tramp-action-process-alive, tramp-action-out-of-band)
8118 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
8119 (tramp-exists-file-name-handler): Fix docstring.
8120 (with-progress-reporter): New defmacro.
8121 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
8122 (tramp-maybe-open-connection): Use it.
8123
a92375d9
MA
81242010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
8125
8126 Detect ssh 'ControlMaster' argument automatically in some cases.
8127
8128 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
8129 (tramp-default-method): Use it.
8130
489fe4c2
MA
81312010-04-22 Michael Albinus <michael.albinus@gmx.de>
8132
25f14cdb
MA
8133 * net/tramp.el (tramp-handle-copy-file): Add new optional
8134 parameter `preserve-selinux-context'.
8135 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
8136
a92375d9
MA
81372010-04-22 Michael Albinus <michael.albinus@gmx.de>
8138
489fe4c2
MA
8139 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
8140 Ensure, that non remote files are still checked. Oops.
8141
acd1f317
MA
81422010-04-21 Michael Albinus <michael.albinus@gmx.de>
8143
8144 Fix Bug#5840.
8145
8146 * icomplete.el (icomplete-completions): Use `non-essential'.
8147
8148 * net/tramp.el (tramp-connectable-p): New defun.
8149 (tramp-handle-expand-file-name)
8150 (tramp-completion-handle-file-name-all-completions)
8151 (tramp-completion-handle-file-name-completion): Use it.
8152
62c5b459
SM
81532010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
8154
8155 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
8156
f904c0f9
JD
81572010-04-21 Jan Djärv <jan.h.d@swipnet.se>
8158
8159 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
8160
8161 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
8162
8163 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
8164 is present.
8165
8166 * info.el (info-tool-bar-map): Add labels.
8167
8168 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
8169
8170 * cus-edit.el (custom-commands): Add labels for tool bar.
8171 (custom-buffer-create-internal, Custom-mode): Adjust for
8172 labels in custom-commands.
8173
8174 * dynamic-setting.el: Renamed from font-setting.el.
8175
c5cbeb12
LL
81762010-04-21 John Wiegley <jwiegley@gmail.com>
8177
8178 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
8179 toggles the use of virtual buffers.
537ffaf3 8180 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
8181 (ido-toggle-virtual-buffers): New function.
8182
fcc93746
JB
81832010-04-21 Juanma Barranquero <lekktu@gmail.com>
8184
8185 Use `define-derived-mode'; fix window selection; doc fixes.
8186 * play/tetris.el (tetris, tetris-update-speed-function)
8187 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
8188 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
8189 (tetris-rotate-next, tetris-end-game, tetris-start-game)
8190 (tetris-pause-game): Fix typos in docstrings.
8191 (tetris-mode-map, tetris-null-map):
8192 Move initialization into declaration.
8193 (tetris-mode): Define with `define-derived-mode';
8194 set show-trailing-whitespace to nil.
8195 (tetris): Prefer window already displaying the "*Tetris*" buffer.
8196
574c05e2
KK
81972010-04-21 Karel Klíč <kklic@redhat.com>
8198
8199 * files.el (backup-buffer): Handle SELinux context, and return it
8200 if a backup was made by renaming.
8201 (backup-buffer-copy): Set SELinux context to the target file.
8202 (basic-save-buffer): Set SELinux context of the newly written file.
8203 (basic-save-buffer-1): Now it also returns any SELinux context.
8204 (basic-save-buffer-2): Set SELinux context of the newly created file,
8205 and return it.
8206 * net/tramp.el (tramp-file-name-for-operation):
8207 Add file-selinux-context.
8208
e97a42c1
SM
82092010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
8210
f2b9ed18
SM
8211 Make the log-edit comments use RFC822 format throughout.
8212
e97a42c1
SM
8213 * vc.el (vc-checkin, vc-modify-change-comment):
8214 Adjust to new vc-start/finish-logentry.
8215 (vc-find-conflicted-file): New command.
8216 (vc-transfer-file): Adjust to new vc-checkin.
8217 (vc-next-action): Improve scoping.
8218
8219 * vc-hg.el (vc-hg-log-edit-mode): Remove.
8220 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
8221
8222 * vc-git.el (vc-git-log-edit-mode): Remove.
8223 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
8224 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
8225
8226 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
8227 (vc-start-logentry): Remove argument `extra'.
8228 (vc-finish-logentry): Remove extra args.
8229
8230 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
8231 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
8232 (vc-bzr-conflicted-files): New function.
8233
8234 * log-edit.el (log-edit-extra-flags)
8235 (log-edit-before-checkin-process): Remove.
8236 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
8237 (log-edit-headers-alist): New var.
8238 (log-edit-header-contents-regexp): New const.
8239 (log-edit-match-to-eoh): New function.
8240 (log-edit-font-lock-keywords): Use them.
8241 (log-edit): Insert a "Summary:" header as default.
8242 (log-edit-mode): Mark font-lock rules as case-insensitive.
8243 (log-edit-done): Cleanup headers.
8244 (log-view-process-buffer): Remove.
8245 (log-edit-extract-headers): New function to replace it.
8246
938efb77
JB
82472010-04-20 Juanma Barranquero <lekktu@gmail.com>
8248
8249 * subr.el (default-direction-reversed): Remove obsolescence info.
8250
1cfb415b
SM
82512010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8252
cb4f9513
SM
8253 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
8254 windows/frames.
8255
6e610c72
SM
8256 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
8257 I.e. include text after point in the completion region.
8258 Also, return nil when we're not after/in a symbol.
8259
1cfb415b
SM
8260 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
8261 default enable-multibyte-characters.
8262
c80fa13c
SM
82632010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8264
87926e02
SM
8265 * international/mule.el: Help the user choose a valid coding-system.
8266 (read-buffer-file-coding-system): New function.
8267 (set-buffer-file-coding-system): Use it. Prompt the user if the
8268 coding-system cannot encode all the chars.
8269
c80fa13c
SM
8270 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
8271 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
8272 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
8273 Don't use *vc-bzr-shelve*.
8274
6e104790 82752010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
8276
8277 Fix the version number for added files.
8278 * vc-hg.el (vc-hg-working-revision): Check if the file is
8279 registered after hg parent fails (Bug#5961).
8280
6e104790 82812010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
8282
8283 * htmlfontify.el (htmlfontify-buffer)
8284 (htmlfontify-copy-and-link-dir): Autoload entry points.
8285
6e104790 82862010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
8287
8288 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
8289 name relative to the project root (Bug#5960).
8290
6e104790 82912010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
8292
8293 * vc-git.el (vc-git-print-log): Doc fix.
8294
6e104790 82952010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
8296
8297 * ido.el (ido-file-internal): Fix 2009-12-02 change.
8298
6e104790 82992010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
7860d2e3
CY
8300
8301 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
8302 default settings (Bug#5928).
8303
6e104790 83042010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
8305
8306 * progmodes/fortran.el (fortran-match-and-skip-declaration):
8307 New function.
0a23b2c3 8308 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 8309
6e104790 83102010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
8311
8312 * language/indian.el (malayalam-composable-pattern): Fix previous
8313 change (add U+0D4D "SIGN VIRAMA").
8314 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
8315 (tamil-composable-pattern): Fix typo in the regexp.
8316 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
8317 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
8318 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
8319
6e104790 83202010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
8321
8322 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
8323 paragraph-separate (Bug#5821).
8324
6e104790 83252010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
8326
8327 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
8328
8329 * info.el (Info-find-node-2): Comment out code that skips
8330 breadcrumbs line.
8331 (Info-mouse-follow-link): New command.
8332 (Info-link-keymap): New keymap.
8333 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
8334 Return a string with links instead of inserting breadcrumbs
8335 to the Info buffer.
8336 (Info-fontify-node): Comment out code that inserts breadcrumbs.
8337 Instead of putting the `invisible' text property over the Info
8338 header, make an overlay over the Info header with the `invisible'
8339 property and `after-string' set to the string returned by
8340 `Info-breadcrumbs'.
8341
6e104790 83422010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
8343
8344 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
8345 Reported by monkey@sandpframing.com.
8346
98923800
SM
83472010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8348
b5feea0f
SM
8349 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
8350 (tmm-get-keymap): Add key-binding shortcuts now that they're not
8351 available in the "keyseq cache" any more.
8352
98923800
SM
8353 * custom.el (defcustom): Add edebug spec.
8354
fd5c9dfa
JL
83552010-04-18 Juri Linkov <juri@jurta.org>
8356
8357 Test for special mode-class in view-buffer instead of view-file (bug#5513).
8358
8359 * view.el (view-file, view-buffer): Move test for special mode-class
8360 from view-file to view-buffer.
8361
8362 * tar-mode.el (tar-extract): Turn if's into one cond
8363 like in arc-mode.el.
8364
b3671a51
JL
83652010-04-18 Juri Linkov <juri@jurta.org>
8366
8367 Add 7z archive format support (bug#5475).
8368
8369 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
8370 (archive-7z-extract): New defcustom.
8371 (archive-find-type): Add magic string for 7z.
8372 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
8373 If `stderr-file' is non-nil, use `(t stderr-file)' for the
8374 `buffer' arg of `call-process'.
8375 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
8376 call the function `archive-7z-extract' with the variable
8377 `archive-7z-extract' let-bound to `archive-zip-extract'.
8378 (archive-7z-summarize, archive-7z-extract): New functions.
8379
8380 * international/mule.el (auto-coding-alist):
8381 * files.el (auto-mode-alist): Add 7z file extension.
8382
8a37fb25
SM
83832010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8384
e9515805
SM
8385 * loadup.el: Setup hash-cons for pure data.
8386
f8ea0098
SM
8387 Fix duplicate entries in cedet's loaddefs.el files.
8388 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
8389 Should make most file-local generated-autoload-file unnecessary.
8390 (print-readably): Silence warnings.
8391 (autoload-find-destination): Take load-name as an arg to make sure
8392 it's the same as the one that will be in the file.
8393 (autoload-generate-file-autoloads): Adjust to above changes.
8394 Try to make the dataflow a bit simpler.
8395
8a37fb25
SM
8396 * cvs-status.el (cvs-refontify): Remove unused.
8397
f8b91752
JB
83982010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
8399
76e3243a 8400 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 8401
76e3243a 8402 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
8403 twos-complement mode.
8404
d8b01fef
JB
84052010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
8406
76e3243a
JB
8407 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
8408 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
8409 (calc-inverse): Add "Option" to message, as appropriate.
8410 (calc-hyperbolic): Add "Option" to message, as appropriate.
8411 (calc-option, calc-is-option): New functions.
8412
76e3243a 8413 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
8414 (calc-option-prefix-help): New function.
8415
76e3243a 8416 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 8417
76e3243a 8418 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
8419 (calc-option-flag): New variable.
8420 (calc-do): Set `calc-option-flag to nil.
8421 (calc-set-mode-line): Add "Opt " as appropriate.
8422
74f806a1
JL
84232010-04-16 Juri Linkov <juri@jurta.org>
8424
8425 Move scrolling commands from simple.el to window.el
8426 because their primitives are implemented in window.c.
8427
8428 * simple.el (scroll-error-top-bottom)
8429 (scroll-up-command, scroll-down-command, scroll-up-line)
8430 (scroll-down-line, scroll-other-window-down)
8431 (beginning-of-buffer-other-window, end-of-buffer-other-window):
8432 * window.el (scroll-error-top-bottom)
8433 (scroll-up-command, scroll-down-command, scroll-up-line)
8434 (scroll-down-line, scroll-other-window-down)
8435 (beginning-of-buffer-other-window, end-of-buffer-other-window):
8436 Move from simple.el to window.el because their primitives are
8437 implemented in window.c.
8438
ad40eec5
JL
84392010-04-16 Juri Linkov <juri@jurta.org>
8440
8441 * isearch.el (isearch-lookup-scroll-key): Check both
8442 `isearch-scroll' and `scroll-command' properties.
8443 (scroll-up, scroll-down): Remove `isearch-scroll' property.
8444
8445 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
8446
8447 * simple.el (scroll-up-command, scroll-down-command)
8448 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
8449
a4b000fb
JL
84502010-04-15 Juri Linkov <juri@jurta.org>
8451
8452 * simple.el (scroll-up-command, scroll-down-command)
8453 (scroll-up-line, scroll-down-line): Put `scroll-command'
8454 property on the these symbols. Remove them from
8455 `scroll-preserve-screen-position-commands'.
8456
8457 * mwheel.el (mwheel-scroll): Put `scroll-command' and
8458 `isearch-scroll' properties on the `mwheel-scroll' symbol.
8459 Remove it from `scroll-preserve-screen-position-commands'.
8460
8461 * isearch.el (isearch-allow-scroll): Doc fix.
8462
4874f5e6
MA
84632010-04-15 Michael Albinus <michael.albinus@gmx.de>
8464
8465 * net/tramp.el (tramp-error-with-buffer): Don't show the
8466 connection buffer when we are in completion mode.
8467 (tramp-file-name-handler): Catch the error for some operations
8468 when we are in completion mode. This gives the user the chance to
8469 correct the file name in the minibuffer.
8470
82883f0a
GM
84712010-04-15 Glenn Morris <rgm@gnu.org>
8472
8473 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
8474
528b9ea9
JB
84752010-04-15 Juanma Barranquero <lekktu@gmail.com>
8476
8477 Simplify by using `define-derived-mode'.
8478 * info.el (Info-mode):
8479 * calendar/todo-mode.el (todo-mode):
8480 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
8481 (gomoku-mode-map): Move initialization into declaration.
8482
5f2b693f
MA
84832010-04-14 Michael Albinus <michael.albinus@gmx.de>
8484
8485 Fix Bug#5840.
8486 * ido.el (ido-file-name-all-completions-1):
8487 * minibuffer.el (minibuffer-completion-help):
8488 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
8489
ebb9641f
SM
84902010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8491
38111a5a
SM
8492 * simple.el (non-essential): New var.
8493
ebb9641f
SM
8494 Add a new field `location' to bookmarks for non-file bookmarks.
8495 * bookmark.el (bookmark-location): Use the new field, if present.
8496 (bookmark-insert-location): Undo last change, not needed any more.
8497 * man.el (Man-bookmark-make-record):
8498 * woman.el (woman-bookmark-make-record): Add `location' field.
8499
7b05466f
JL
85002010-04-14 Juri Linkov <juri@jurta.org>
8501
8502 * simple.el (scroll-error-top-bottom): New defcustom.
8503 (scroll-up-command, scroll-down-command): Use it. Doc fix.
8504
8505 * emulation/pc-select.el (pc-select-override-scroll-error):
8506 Obsolete in favor of `scroll-error-top-bottom'.
8507
32129746
JL
85082010-04-14 Juri Linkov <juri@jurta.org>
8509
8510 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
8511 `scroll-up-command' and `M-v' to `scroll-down-command'.
8512
8513 * emulation/cua-rect.el (cua--init-rectangles):
8514 * forms.el (forms--change-commands):
8515 * image-mode.el (image-mode-map):
8516 Remap scroll-down-command and scroll-up-command
8517 in addition to scroll-down and scroll-up.
8518
9013a7f8
JL
85192010-04-14 Juri Linkov <juri@jurta.org>
8520
8521 * mwheel.el (scroll-preserve-screen-position-commands):
8522 Add mwheel-scroll to this list of commands.
8523
8524 * simple.el (scroll-preserve-screen-position-commands):
8525 Add scroll-up-command, scroll-down-command, scroll-up-line,
8526 scroll-down-line to this list of commands.
8527
3b7e1d5f
SM
85282010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
8529
c1e25821
SM
8530 * obsolete/complete.el: Move from lisp/complete.el.
8531
5b31b787
SM
8532 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
8533
3b7e1d5f
SM
8534 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
8535 to the minor mode function now turns the mode ON unconditionally.
8536
398a825b
SM
85372010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8538
a544e7c1
SM
8539 * vc-dir.el (vc-dir-kill-line): New command.
8540 (vc-dir-mode-map): Bind it to C-k.
8541
a1979d8e
SM
8542 * bookmark.el (bookmark-insert-location): Handle a nil filename.
8543
398a825b
SM
8544 * woman.el: Add bookmark declarations to silence the compiler.
8545 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
8546 step to compatibility between man and woman bookmarks.
8547 Adjust for Man-default-bookmark-title renaming.
8548 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
8549
8550 * man.el: Add bookmark declarations to silence the compiler.
8551 (Man-name-local-regexp): Make it match NAME as well.
8552 (Man-getpage-in-background): Return the buffer.
8553 (Man-notify-when-ready): Use `case'.
8554 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
8555 Don't hardcode "NAME". Simplify.
8556 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
8557 Rename from Man-bookmark-make-record.
8558 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
8559 we have the actual man-args. Use Man-getpage-in-background rather
8560 than `man' since the arg is already processed. Let bookmark.el do the
8561 window handling. Only wait for the relevant process.
8562 Don't forget to autoload.
8563
8564 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
8565
45be326a
TV
85662010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8567
8568 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
8569 New functions.
8570 (woman-mode): Setup bookmark support.
8571
8572 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
8573 (man-bookmark-jump): New functions.
8574 (Man-mode): Setup bookmark support.
8575
3acb4c93
CY
85762010-04-10 Jari Aalto <jari.aalto@cante.net>
8577
8578 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
8579 recognize ssh-keygen prompt (Bug#2817).
8580
b6bbb65e
MA
85812010-04-10 Michael Albinus <michael.albinus@gmx.de>
8582
8583 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
8584
b533bc97
MA
85852010-04-10 Michael Albinus <michael.albinus@gmx.de>
8586
8587 Synchronize with Tramp repository.
8588
8589 * net/tramp.el (tramp-completion-function-alist)
8590 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
8591 (tramp-local-coding-commands, tramp-remote-coding-commands):
8592 Fix docstring.
8593 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
8594 (tramp-handle-directory-files-and-attributes)
8595 (tramp-get-remote-path): Use `copy-tree'.
8596 (tramp-handle-file-name-all-completions): Backward/ XEmacs
8597 compatibility: Use `completion-ignore-case' if
8598 `read-file-name-completion-ignore-case' does not exist.
8599 (tramp-do-copy-or-rename-file-directly): Do not use
8600 `tramp-handle-file-remote-p'.
45be326a
TV
8601 (tramp-do-copy-or-rename-file-out-of-band):
8602 Use `tramp-compat-delete-directory'.
b533bc97 8603 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
8604 (tramp-compute-multi-hops, tramp-maybe-open-connection):
8605 Use `format-spec-make'.
b533bc97
MA
8606 (tramp-find-foreign-file-name-handler)
8607 (tramp-advice-make-auto-save-file-name)
8608 (tramp-set-auto-save-file-modes): Remove superfluous check for
8609 `stringp'. This is done inside `tramp-tramp-file-p'.
8610 (tramp-debug-outline-regexp): New defconst.
8611 (tramp-get-debug-buffer): Use it.
8612 (tramp-check-for-regexp): Use (forward-line 1).
8613 (tramp-set-auto-save-file-modes): Adapt version check.
8614
45be326a
TV
8615 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
8616 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
8617 (tramp-compat-make-temp-file): Simplify fallback implementation.
8618 (tramp-compat-copy-tree): Remove function.
8619 (tramp-compat-delete-directory): Provide implementation for older
8620 Emacsen.
8621
8622 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
8623 Do not use `tramp-fish-handle-file-attributes.
8624
8625 * net/trampver.el: Update release number.
8626
ba33df00
GM
86272010-04-10 Glenn Morris <rgm@gnu.org>
8628
8629 * progmodes/compile.el (compilation-save-buffers-predicate):
8630 Add missing :version tag.
8631
4a8ae76f
SS
86322010-04-09 Sam Steingold <sds@gnu.org>
8633
8634 * progmodes/compile.el (compilation-save-buffers-predicate):
8635 Remove the "autoload" cookie.
8636
0880716f
SS
8637 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
8638 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
8639 and `bug-reference-prog-mode' can be used in hooks directly.
8640
6aebd58c
DN
86412010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
8642
8643 Add --author support to git commit.
8644 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
8645 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
8646 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
8647 New declarations.
6aebd58c 8648
f6d90772
ER
86492010-04-09 Eric Raymond <esr@snark.thyrsus.com>
8650
8651 * vc-hooks.el, vc-git.el: Improve documentation comments.
8652
e754e83b
SM
86532010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8654
8655 Fix some of the problems in defsubst* (bug#5728).
8656 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
8657 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
8658
9e86ab0b
SS
86592010-04-07 Sam Steingold <sds@gnu.org>
8660
e754e83b
SM
8661 * progmodes/compile.el (compilation-save-buffers-predicate):
8662 New custom variable.
9e86ab0b
SS
8663 (compile, recompile): Pass it to `save-some-buffers'.
8664
b0c8b840
JD
86652010-04-07 Jan Djärv <jan.h.d@swipnet.se>
8666
8667 * wid-edit.el (widget-choose): Move cursor to the second line of
8668 the buffer (Bug#5695).
8669
31527c56
DN
86702010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
8671
8672 Add new VC methods: vc-log-incoming and vc-log-outgoing.
8673 * vc.el (vc-print-log-setup-buttons): New function split out from
8674 vc-print-log-internal.
8675 (vc-log-internal-common): New function, a parametrized version of
8676 vc-print-log-internal.
8677 (vc-print-log-internal): Just call vc-log-internal-common with the
8678 right arguments.
8679 (vc-incoming-outgoing-internal):
8680 (vc-log-incoming, vc-log-outgoing): New functions.
8681 (vc-log-view-type): New permanent local variable.
8682
8683 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
8684
8685 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
8686 of the dynamic bound vc-short-log.
8687 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
8688
8689 * vc-git.el (vc-git-log-outgoing): New function.
8690 (vc-git-log-view-mode): Use vc-log-view-type instead
8691 of the dynamic bound vc-short-log.
8692
8693 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
8694 of the dynamic bound vc-short-log. Highlight the tag.
8695 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
8696 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
8697 (vc-hg-incoming-mode): Remove.
8698 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
8699
7ec69e2b
DN
87002010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
8701
8702 Fix default-directory for vc-root-diff.
8703 * vc.el (vc-root-diff): Bind default-directory to the root
8704 directory for the diff command.
8705
fd9ea9d3
WS
87062010-04-07 Michael McNamara <mac@mail.brushroad.com>
8707
6e104790 8708 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
8709 (verilog-calc-1): Support "disable fork" and "fork wait" multi
8710 word keywords, suggested by Steve Pearlmutter.
6e104790 8711 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 8712 port lists.
6e104790 8713 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 8714 fix bug for /* / comments.
6e104790 8715 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 8716 Speed up and simplfy as this is never called with a bound.
6e104790
SM
8717 (verilog-pretty-declarations): Enhance to line up declarations
8718 inside a parameter list, suggested by Alan Morgan.
8719 (verilog-pretty-expr): Tune assignment regular expression match
8720 string for corner cases; also use markers instead of character
8721 number as indent changes the later.
fd9ea9d3
WS
8722
87232010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
8724
6e104790
SM
8725 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
8726 as missing keyword.
8727 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
8728 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
8729 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
8730 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
8731 Tennant.
8732 (verilog-keywords):
fd9ea9d3
WS
8733 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
8734 1800-2009 keywords, including "global.".
8735
2a07afc5
JW
87362010-04-06 John Wiegley <jwiegley@gmail.com>
8737
8b32731a 8738 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 8739 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 8740 file basename). Should use uniquify to offer a real solution.
2a07afc5 8741
f9a27d86
JW
87422010-04-06 John Wiegley <jwiegley@gmail.com>
8743
8b32731a
JB
8744 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
8745 comment to code, and add a :version tag.
8746 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 8747
9caf8a8f
JB
87482010-04-06 Juanma Barranquero <lekktu@gmail.com>
8749
8750 Enable recentf-mode if using virtual buffers.
8751 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 8752 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
8753 (ido-make-buffer-list): Simplify.
8754 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
8755
5a97d2da
JL
87562010-04-05 Juri Linkov <juri@jurta.org>
8757
8758 Scrolling commands which scroll a line instead of full screen.
8759 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
8760
8761 * simple.el (scroll-up-line, scroll-down-line): New commands.
8762 Put property isearch-scroll=t on them.
8763
8764 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
8765 Remove commands.
8766
79ce172a
JL
87672010-04-05 Juri Linkov <juri@jurta.org>
8768
8b32731a 8769 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
8770 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
8771
8772 * simple.el (scroll-up-command, scroll-down-command): New commands.
8773 Put property isearch-scroll=t on them.
8774
8775 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
8776 `scroll-down-command' and [next] from `scroll-up' to
8777 `scroll-up-command'.
8778
8779 * emulation/cua-base.el: Put property CUA=move on
8780 `scroll-up-command' and `scroll-down-command'.
8781 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
8782 and `scroll-down-command' to `cua-scroll-down'.
8783
309d5b43
JB
87842010-04-05 Juanma Barranquero <lekktu@gmail.com>
8785
6460e534 8786 * help.el (describe-mode): Return nil.
309d5b43 8787
0523d117
JW
87882010-04-04 John Wiegley <jwiegley@gmail.com>
8789
8790 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 8791 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
8792 (ido-virtual): Face used to indicate virtual buffers in the list.
8793 (ido-buffer-internal): If a buffer is chosen, and no such buffer
8794 exists, but a virtual buffer of that name does (which would be why
8795 it was in the list), recreate the buffer by reopening the file.
8796 (ido-make-buffer-list): If virtual buffers are being used, call
8797 `ido-add-virtual-buffers-to-list' before the make list hook.
8798 (ido-virtual-buffers): New variable which contains a copy of the
8799 current contents of the `recentf-list', albeit pared down for the
8800 sake of speed, and with proper faces applied.
8801 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
8802 create a list of "virtual buffers" to present to the user in
8803 addition to the currently open set. Note that this logic could
8804 get rather slow if that list is too large. With the default
8805 `recentf-max-saved-items' of 200, there is little speed penalty.
8806
202ff0d6
SM
88072010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8808
8809 * font-lock.el: Require CL when compiling.
8810 (font-lock-turn-on-thing-lock): Use `case'.
8811
ef43a0f4
EZ
88122010-04-03 Eli Zaretskii <eliz@gnu.org>
8813
8814 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
8815 Zaretskii.
ef43a0f4 8816
9c13a46e
JL
88172010-04-02 Juri Linkov <juri@jurta.org>
8818
8819 * ehelp.el (electric-help-orig-major-mode):
8820 New buffer-local variable.
8821 (electric-help-mode): Set it to original major-mode. Doc fix.
8822 (with-electric-help): Use `electric-help-orig-major-mode' instead
8823 of (default-value 'major-mode). Doc fix.
8824 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
8825
3fb87bf5
SS
88262010-04-02 Sam Steingold <sds@gnu.org>
8827
8828 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
8829 `vc-hg-command' with a list of flags.
8830
202ff0d6
SM
8831 * progmodes/bug-reference.el (bug-reference-bug-regexp):
8832 Also accept "patch" and "RFE".
dbb5e44a
SS
8833 (bug-reference-fontify): `bug-reference-url-format' can also be a
8834 function to be able to handle the bug kind.
202ff0d6 8835 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 8836
d0b22876
JD
88372010-04-02 Jan Djärv <jan.h.d@swipnet.se>
8838
8839 * tmm.el (tmm-get-keymap): Check with symbolp before passing
8840 value to fboundp, it may not be a symbol.
8841
1625d379
CY
88422010-03-31 Chong Yidong <cyd@stupidchicken.com>
8843
202ff0d6 8844 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 8845
1cd095c6
JL
88462010-03-31 Juri Linkov <juri@jurta.org>
8847
8848 * simple.el (next-line, previous-line): Re-throw a signal
8849 with `signal' instead of using `ding'.
8850 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
8851
67189e62
JL
88522010-03-31 Juri Linkov <juri@jurta.org>
8853
8854 * simple.el (keyboard-escape-quit): Raise deselecting the active
8855 region higher than exiting the minibuffer.
8856 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
8857
1546c559
JL
88582010-03-31 Juri Linkov <juri@jurta.org>
8859
8860 * image.el (image-animated-p): Use `image-metadata' instead of
8861 `image-extension-data'. Get GIF extenstion data from metadata
8862 property `extension-data'.
8863
85626eef
SM
88642010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8865
8866 * simple.el (append-to-buffer): Simplify.
8867
85738751 88682010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
8869
8870 * textmodes/artist.el (artist-mode): Fix typo in docstring.
8871 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
8872
85738751 88732010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
8874
8875 * language/sinhala.el (composition-function-table): Fix regexp for
8876 the new Unicode specification.
8877
8878 * language/indian.el (devanagari-composable-pattern)
8879 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 8880 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
8881 specification.
8882 (bengali-composable-pattern, gurmukhi-composable-pattern)
8883 (gujarati-composable-pattern, oriya-composable-pattern)
8884 (telugu-composable-pattern): New variables to cope with the new
8885 Unicode specification. Use them in composition-function-table.
8886
85738751 88872010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 8888
79d74ac5 8889 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
8890 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
8891 vectors rather than cons cells, as used in menu-bar-update-buffers.
8892
85738751 88932010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 8894
2a793f7f
CY
8895 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
8896 (js-insert-and-indent): Revert 2009-08-15 change, restoring
8897 electric punctuation for "{}();,:" (Bug#5586).
8898
03ffe8be
CY
8899 * mail/sendmail.el (mail-default-directory): Doc fix.
8900
85738751 89012010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
8902
8903 * mail/sendmail.el (mail-default-directory): Doc fix.
8904
85738751 89052010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
8906
8907 * subr.el (version-regexp-alist, version-to-list)
8908 (version-list-<, version-list-=, version-list-<=)
8909 (version-list-not-zero, version<, version<=, version=): Doc fix.
8910 (Bug#5744).
8911
85738751 89122010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
8913
8914 * vc.el (vc-root-diff): Doc fix.
8915
85738751 89162010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 8917
9aa2c576
CY
8918 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
8919
9d30a9f4
CY
8920 * simple.el (append-to-buffer): Fix last change.
8921
85738751 89222010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
8923
8924 * simple.el (append-to-buffer): Ensure that point is preserved if
8925 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
8926 (Bug#5749)
8927
2372f278
SM
89282010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8929
8930 * files.el (auto-mode-case-fold): Change default to t.
8931
2223a1b3
JL
89322010-03-30 Juri Linkov <juri@jurta.org>
8933
8934 * dired-x.el (dired-omit-mode): Doc fix.
8935
0ef84fc8
JL
89362010-03-30 Juri Linkov <juri@jurta.org>
8937
8938 * replace.el (occur-accumulate-lines): Move occur-engine related
8939 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
8940 to be located after `occur-engine'.
8941
dc2d2590
JL
89422010-03-30 Juri Linkov <juri@jurta.org>
8943
8944 Make occur handle multi-line matches cleanly with context.
8945 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
8946
8947 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
8948 (occur-engine): Add local variables `ret', `prev-after-lines',
8949 `prev-lines'. Use more arguments for `occur-context-lines'.
8950 Set first elem of its returned list to `data', and the second elem
8951 to `prev-after-lines'. Don't print the separator line.
8952 In the end, print remaining context after-lines.
8953 (occur-context-lines): Add new arguments `begpt', `endpt',
8954 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
8955 after-lines of the previous match with before-lines of the
8956 current match and not overlap them. Return a list with two
8957 values: the output line and the list of context after-lines.
8958
47c88c06
JL
89592010-03-30 Juri Linkov <juri@jurta.org>
8960
8961 * replace.el (occur-accumulate-lines): Fix a bug where the first
8962 context line at the beginning of the buffer was missing.
8963
a7b02820
EZ
89642010-03-30 Eli Zaretskii <eliz@gnu.org>
8965
8966 * files.el: Make bidi-display-reordering safe variable for boolean
8967 values.
8968
9326ba26 89692010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 8970 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
8971
8972 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
8973 (progress-reporter-update, progress-reporter-do-update):
8974 Handle non-numeric value arguments.
9326ba26
CY
8975 (progress-reporter--pulse-characters): New var.
8976
f6f8aa12
CY
89772010-03-28 Chong Yidong <cyd@stupidchicken.com>
8978
8979 * progmodes/compile.el (compilation-start): Fix regexp detection
8980 of initial cd command (Bug#5771).
8981
7ed287b5
CY
89822010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
8983
8984 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
8985
146b8b16
NR
89862010-03-27 Nick Roberts <nickrob@snap.net.nz>
8987
8988 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
8989 * progmodes/gdb-mi.el: Restore.
8990 * progmodes/gdb-ui.el: Remove.
8991 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 8992
b23caf75
GM
89932010-03-25 Glenn Morris <rgm@gnu.org>
8994
8995 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
8996 all dired buffers, even tramp ones. (Bug#5755)
8997
18c812bd
SM
89982010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
8999
9000 Add "union tags" in mpc.el.
9001 * mpc.el: Remove backward compatibility code.
9002 (mpc-browser-tags): Change default.
9003 (mpc--find-memoize-union-tags): New var.
9004 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
9005 (mpc-cmd-find): Handle the case where the playlist does not exist.
9006 Handle union-tags.
9007 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
9008 (mpc-cmd-add): Use mpc-cmd-flush.
9009 (mpc-tagbrowser-tag-name): New fun.
9010 (mpc-tagbrowser-buf): Use it.
9011 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
9012
efee6a6d
SM
90132010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9014
9586c41a
SM
9015 Misc cleanup.
9016 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
9017 Use replace-regexp-in-string.
9018 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
9019 (makefile-imake-mode-syntax-table): Move init into defvar.
9020 (makefile-mode): Use define-derived-mode.
9021
efee6a6d
SM
9022 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
9023 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
9024 not be present any more.
9025
c6f3804c
JB
90262010-03-24 Juanma Barranquero <lekktu@gmail.com>
9027
9028 * faces.el (set-face-attribute): Fix typo in docstring.
9029 (face-valid-attribute-values): Reflow docstring.
9030
e867cb5d 90312010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 9032
efee6a6d 9033 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 9034
e867cb5d 90352010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
9036
9037 * indent.el (indent-for-tab-command): Doc fix.
9038
e867cb5d 90392010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 9040
efee6a6d
SM
9041 * progmodes/cc-engine.el (c-remove-stale-state-cache):
9042 Fix off-by-one error. Fixes bug #5747.
657071fc 9043
e867cb5d 90442010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
9045
9046 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
9047 (image-dired-read-comment): Doc fix.
9048
efee6a6d
SM
9049 * json.el (json-object-type, json-array-type, json-key-type)
9050 (json-false, json-null, json-read-number):
c8de140b
JB
9051 * minibuffer.el (completion-in-region-functions):
9052 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
9053 (cal-tex-cursor-week):
9054 * emacs-lisp/trace.el (trace-function):
9055 * eshell/em-basic.el (eshell/printnl):
9056 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
9057 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
9058 * obsolete/levents.el (allocate-event, event-key, event-object)
9059 (event-point, event-process, event-timestamp, event-to-character)
9060 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
9061 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
9062 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
9063 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
9064 (reftex-highlight-selection): Fix typos in docstrings.
9065
e867cb5d 90662010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
9067
9068 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
9069
e867cb5d 90702010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
9071
9072 * mail/rmail.el (rmail-highlight-face): Restore option deleted
9073 2008-02-13 without comment; mark it obsolete.
9074 (rmail-highlight-headers): Use rmail-highlight-face once more.
9075
e867cb5d 90762010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
9077
9078 * woman.el (woman2-process-escapes): Only consume the newline if
9079 the filler character is on a line by itself (Bug#5729).
9080
e867cb5d 90812010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
9082
9083 * language/indian.el (devanagari-composable-pattern): Add more
9084 consonants.
9085
e867cb5d 90862010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
9087
9088 * net/trampver.el: Update release number.
9089
e867cb5d 90902010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 9091
efee6a6d
SM
9092 * net/tramp.el (tramp-find-executable):
9093 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
9094 output of "wc -l" more robust.
9095 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
9096 (tramp-open-connection-setup-interactive-shell): Remove workaround
9097 for OpenSolaris bug, it is not needed anymore.
9098
e867cb5d 90992010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
9100
9101 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
9102
e867cb5d 91032010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
9104
9105 * files.el (auto-mode-alist): Accept more verilog file patterns.
9106
b2b8574b
SM
91072010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9108
9109 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
9110
1d94ebb0
GM
91112010-03-24 Glenn Morris <rgm@gnu.org>
9112
7e263967
GM
9113 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
9114 log-edit-before-checkin-process.
9115
5ac92c5f
GM
9116 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
9117
9118 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 9119
549f324a
GM
9120 * vc-dispatcher.el (vc-start-logentry): Doc fix.
9121 (log-view-process-buffer, log-edit-extra-flags): Declare.
9122
495b517c
GM
9123 * log-edit.el (log-edit-before-checkin-process): Doc fix.
9124
f4087766
SS
91252010-03-23 Sam Steingold <sds@gnu.org>
9126
9127 Fix bug#5620: recalculate all markers on compilation buffer
9128 modifications, not on file modifications.
9129 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
9130 the buffer modification time, for buffers not associated with files.
9131 (compilation-mode): Create it.
9132 (compilation-filter): Update it.
9133 (compilation-next-error-function): Use it instead of
9134 `visited-file-modtime' for timestamp.
9135
774642e5
JL
91362010-03-23 Juri Linkov <juri@jurta.org>
9137
9138 Implement Occur multi-line matches.
9139 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
9140
9141 * replace.el (occur): Doc fix.
9142 (occur-engine): Set `begpt' to the beginning of the first line.
9143 Set `endpt' to the end of the last match line. At first, count
9144 line numbers between `origpt' and `begpt'. Split out code from
9145 `out-line' variable to new let-bindings `match-prefix' and
9146 `match-str'. In `out-line' add non-numeric prefix to all
9147 non-first lines of multi-line matches. Finally, count lines
9148 between `begpt' and `endpt' and add to `lines'.
9149
f14d1172
JL
91502010-03-23 Juri Linkov <juri@jurta.org>
9151
9152 * replace.el (occur-accumulate-lines, occur-engine):
9153 Use `occur-engine-line' instead of duplicate code.
9154 (occur-engine-line): New function created from duplicate code
9155 in `occur-accumulate-lines' and `occur-engine'.
9156
53e87c57
JL
9157 * replace.el (occur-engine-line): Add optional arg `keep-props'.
9158 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
9159
75a3ff20
JL
91602010-03-23 Juri Linkov <juri@jurta.org>
9161
9162 * finder.el: Remove TODO tasks.
9163
9164 * info.el (Info-finder-find-node): Add node "all"
9165 with all package info. Handle a list of multiple keywords
9166 separated by comma.
9167 (info-finder): In interactive use with a prefix argument,
9168 use `completing-read-multiple' to read a list of keywords
9169 separated by comma.
9170
00278747
SM
91712010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
9172
9173 Add a new completion style `substring'.
9174 * minibuffer.el (completion-basic--pattern): New function.
9175 (completion-basic-try-completion, completion-basic-all-completions):
9176 Use it.
9177 (completion-substring--all-completions)
9178 (completion-substring-try-completion)
9179 (completion-substring-all-completions): New functions.
9180 (completion-styles-alist): New style `substring'.
9181
64cb11cc
SM
91822010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
9183
9184 Get rid of .elc files after removal of the corresponding .el.
9185 * Makefile.in (compile-clean): New target.
9186 (compile-main): Use it.
9187
835e2c65
JD
91882010-03-22 Jan Djärv <jan.h.d@swipnet.se>
9189
9190 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
9191 don't do make there. When compiling with separate object dir, there
9192 is no Makefile there.
9193
111a9dff
SM
91942010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
9195
9196 Get rid of the ELCFILES abomination, again.
9197 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
9198 (all, compile): Don't call compile-last.
9199 (compile-main): Build the "elcfiles" list dynamically.
9200 (compile-targets): New (internal) target.
9201
82c3d67a
AS
92022010-03-21 Andreas Schwab <schwab@linux-m68k.org>
9203
9204 * Makefile.in (top_srcdir): Define.
9205 (abs_top_builddir): Define.
9206 (srcdir): Don't append `/..'.
9207 (EMACS): Use ${abs_top_builddir}.
9208 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
9209 (update-subdirs, update-authors): Use $(top_srcdir) instead of
9210 $(srcdir).
82c3d67a
AS
9211 (lisp): Use $(srcdir) instead of @srcdir@.
9212
d66ecdbb
JL
92132010-03-21 Juri Linkov <juri@jurta.org>
9214
9215 Fix message of multi-line occur regexps and multi-buffer header lines.
9216 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
9217
9218 * replace.el (occur-1): Don't display regexp if it is longer
9219 than window-width. Use `query-replace-descr' to display regexp.
9220 (occur-engine): Don't display regexp in the buffer header for
9221 multi-buffer occur. Display a separate header line with total
9222 match count and regexp for multi-buffer occur.
9223 Use `query-replace-descr' to display regexp.
9224
f05e1b94
TZ
92252010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
9226
9227 * net/secrets.el: Fix parenthesis.
9228 (secrets-enabled): Fix parenthesis.
9229
801ba3ba
SM
92302010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9231
3613edce
SM
9232 Use more relative file and directory names.
9233 * Makefile.in (EMACS): Arrange for it to work when we chdir.
9234 (setwins, setwins_almost, setwins_for_subdirs):
9235 Don't `cd'; output relative names.
9236 (all, compile, compile-always, compile-last): Set emacswd.
9237 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
9238 Just cd to the lisp source dir so we can use relative file names.
9239
801ba3ba
SM
9240 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
9241
2b1400b9
GM
92422010-03-20 Glenn Morris <rgm@gnu.org>
9243
9244 * textmodes/rst.el: Use faces for font-lock customization, and make the
9245 old -face variables obsolete.
9246 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
9247 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
9248 (rst-block-face, rst-external-face, rst-definition-face)
9249 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
9250 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
9251 Make obsolete.
9252 (rst-font-lock-keywords-function): Update for above changes.
9253
5e418f17
JL
92542010-03-20 Juri Linkov <juri@jurta.org>
9255
9256 * s-region.el:
9257 * obsolete/s-region.el: Move to obsolete.
9258
b0287b39
JB
92592010-03-19 Juanma Barranquero <lekktu@gmail.com>
9260
9261 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
9262
3c95bbb6
DN
92632010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
9264
9265 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
9266
09158997
DN
92672010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
9268
9269 Add special markup processing for commit logs.
9270 * log-edit.el (log-edit-extra-flags): New variable.
9271 (log-edit): Add new argument MODE. Use that mode when non-nil
9272 instead of the log-view-mode.
9273 (log-view-process-buffer): New function.
9274
9275 * vc.el: Document that the checkin method takes optional
9276 arguments. Document new backend specific method: log-view-mode.
9277 (vc-default-log-edit-mode): New function.
9278 (vc-checkin): Use a backend specific log-view-mode.
9279 Pass extra arguments to the checkin method.
9280 (vc-modify-change-comment): Pass a dummy extra argument.
9281
9282 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
9283 log-edit.
9284 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
9285 (vc-finish-logentry): Process the log buffer before passing it
9286 down. Pass log-edit-extra-flags.
9287
9288 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
9289 command.
85626eef
SM
9290 (log-edit-extra-flags, log-edit-before-checkin-process):
9291 New declarations.
09158997
DN
9292
9293 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
9294 command.
85626eef
SM
9295 (log-edit-extra-flags, log-edit-before-checkin-process):
9296 New declarations.
09158997
DN
9297 (vc-hg-log-edit-mode): New derived mode.
9298
9299 * vc-arch.el (vc-arch-checkin):
9300 * vc-cvs.el (vc-cvs-checkin):
9301 * vc-git.el (vc-git-checkin):
9302 * vc-mtn.el (vc-mtn-checkin):
9303 * vc-rcs.el (vc-rcs-checkin):
9304 * vc-sccs.el (vc-sccs-checkin):
9305 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
9306
f430423d
SM
93072010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9308
9309 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
9310 parent typo).
9311
aa8f8277
GM
93122010-03-19 Glenn Morris <rgm@gnu.org>
9313
f430423d 9314 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 9315
04525749
GM
93162010-03-18 Glenn Morris <rgm@gnu.org>
9317
c70815f1
GM
9318 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
9319
84d0a5f8
GM
9320 * replace.el (query-replace-history): Give it a doc string.
9321 (map-query-replace-regexp): Use query-replace-from-history-variable
9322 and query-replace-to-history-variable.
9323
e3a15161
GM
9324 * mail/hashcash.el (declare-function): Remove duplicate definition.
9325
27be0364
GM
9326 * mail/emacsbug.el (report-emacs-bug-pretest-address):
9327 Make it an obsolete alias for report-emacs-bug-address.
9328 (message-strip-special-text-properties): Declare.
9329 (report-emacs-bug): Remove test for a pretest bug address.
9330 Combine message-mode-specific code.
9331
88b8d18e
GM
9332 * mail/supercite.el: Don't require sendmail.
9333 (mh-in-header-p): Declare rather than using with-no-warnings.
9334 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
9335 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
9336
1a355d09
GM
9337 * calendar/cal-french.el: Convert to utf-8.
9338
04525749
GM
9339 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
9340 Emacs scripts.
9341
ae84eb97
MA
93422010-03-16 Michael Albinus <michael.albinus@gmx.de>
9343
9344 * net/secrets.el (secrets-enabled): New variable. Use it instead
9345 of a subfeature.
9346
7c75524e
MA
93472010-03-15 Michael Albinus <michael.albinus@gmx.de>
9348
9349 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
9350 service "org.freedesktop.secrets" can be pinged.
9351 Provide subfeature `enabled'.
7c75524e 9352
57938a79
JL
93532010-03-14 Juri Linkov <juri@jurta.org>
9354
9355 Add finder unknown keywords.
9356
9357 * finder.el (finder-unknown-keywords): New function.
9358
9359 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
9360 to create a Finder node with unknown keywords.
9361
88f4758e
JL
93622010-03-14 Juri Linkov <juri@jurta.org>
9363
9364 * finder.el (finder-compile-keywords): Replace `princ' with
9365 `prin1' on a list of symbols interned from keyword strings.
9366
9367 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
9368 a comma, then split keywords using a comma and optional whitespace.
9369 Otherwise, split by whitespace.
9370
9371 * complete.el:
9372 * face-remap.el:
9373 * log-view.el:
9374 * net/hmac-def.el:
9375 * net/hmac-md5.el:
9376 * net/netrc.el:
9377 * progmodes/mixal-mode.el: Fix keywords.
9378
7725ebb7
MA
93792010-03-13 Michael Albinus <michael.albinus@gmx.de>
9380
9381 * Makefile.in (ELCFILES): Add net/secrets.elc.
9382
9383 * net/secrets.el: New file.
9384
6f320937
CY
93852010-03-12 Chong Yidong <cyd@stupidchicken.com>
9386
9387 * facemenu.el (list-colors-display, list-colors-print): New arg
9388 callback. Use it to allow selecting colors.
9389
9390 * wid-edit.el (widget-image-insert): Insert image prop even if the
9391 current display is non-graphic.
9392 (widget-field-value-set): New fun.
9393 (editable-field): Use it.
9394 (widget-field-value-get): Clean up unused var.
85626eef
SM
9395 (widget-color-value-create, widget-color--choose-action):
9396 New funs. Allow using list-colors-display to choose color.
6f320937 9397
647f9993
CY
93982010-03-12 Chong Yidong <cyd@stupidchicken.com>
9399
9400 * cus-edit.el: Resort topmost custom groups.
9401 (custom-buffer-sort-alphabetically): Default to t.
9402 (customize-apropos): Use apropos-parse-pattern.
9403 (custom-search-field): New var.
9404 (custom-buffer-create-internal): Add custom-apropos search field.
9405 (custom-add-parent-links): Don't display parent doc.
9406 (custom-group-value-create): Don't sort top-level custom group.
85626eef 9407 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
9408
9409 (custom-variable-state): New fun, from custom-variable-state-set.
9410 (custom-variable-state-set): Use it.
9411 (custom-group-value-create): Hide options with standard values
9412 using the :hidden-states property. Use progress reporter.
9413
9414 (custom-show): Simplify.
9415 (custom-visibility): Disable images by default.
9416 (custom-variable): New property :hidden-states.
9417 (custom-variable-value-create): Enable images for
9418 custom-visibility widgets. Use :hidden-states property to
9419 determine initial visibility.
9420
9421 * wid-edit.el (widget-image-find): Give images center ascent.
9422 (visibility): Add :on-image and :off-image properties.
9423 (widget-visibility-value-create): Use them.
9424
eba5b4dd
CY
94252010-03-12 Chong Yidong <cyd@stupidchicken.com>
9426
9427 * cus-edit.el (processes): Remove from development group.
9428 (oop, hypermedia): Delete group.
26f4b8ab 9429 (comm): Promote to top-level group.
eba5b4dd
CY
9430
9431 * net/browse-url.el (browse-url):
9432 * net/xesam.el (xesam):
9433 * net/tramp.el (tramp):
9434 * net/goto-addr.el (goto-address):
26f4b8ab 9435 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
9436
9437 * view.el (view): Remove from editing group.
9438
9439 * uniquify.el (uniquify): Put in files group.
9440
9441 * net/browse-url.el (browse-url):
9442 * ps-print.el (postscript): Put in external group.
9443
9444 * cus-edit.el (outlines):
9445 * textmodes/text-mode.el (text-mode-hook):
9446 * textmodes/table.el (table):
9447 * textmodes/picture.el (picture):
9448 * outline.el (outlines): Put in wp group.
9449
9450 * nxml/nxml-mode.el (nxml): Remove from wp group.
9451
9452 * net/tramp-imap.el (tramp-imap): Put in tramp group.
9453
9454 * mail/metamail.el (metamail): Remove from hypermedia group.
9455
9456 * cus-edit.el (abbrev):
9457 * whitespace.el (whitespace):
9458 * vcursor.el (vcursor):
9459 * reveal.el (reveal):
9460 * hl-line.el (hl-line): Put in convenience group.
9461
9462 * epg-config.el (epg): Put in data group.
9463
9464 * emulation/pc-select.el (pc-select): Put in emulations group.
9465
9466 * calculator.el (calculator): Put in applications group.
9467
8117868f
DN
94682010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
9469
9470 Add .dir-locals.el support for file-less buffers.
9471 * files.el (hack-local-variables): Split out code to apply local
9472 variable settings ...
9473 (hack-local-variables-apply): ... here. New function.
9474 (hack-dir-local-variables): Use the default directory for when the
9475 buffer does not have an associated file.
9476 (hack-dir-local-variables-non-file-buffer): New function.
9477 * diff-mode.el (diff-mode):
9478 * vc-annotate.el (vc-annotate-mode):
9479 * vc-dir.el (vc-dir-mode):
9480 * log-edit.el (log-edit-mode):
9481 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
9482
855a2294
DN
94832010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
9484
9485 Add support for shelving snapshots and for showing shelves.
9486 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
9487 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
9488 New functions.
9489 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
9490 (vc-bzr-extra-menu-map): Map them.
9491
3e5b7009
GM
94922010-03-11 Glenn Morris <rgm@gnu.org>
9493
0dcf7d7e
GM
9494 * cus-edit.el (customize-changed-options-previous-release):
9495 Bump to 23.1.
9496
3e5b7009
GM
9497 * image.el (image-animate-max-time): Fix :version tag.
9498
288f9fc0
CY
94992010-03-10 Chong Yidong <cyd@stupidchicken.com>
9500
9501 * Branch for 23.2.
9502
53ef91b1
SM
95032010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
9504
9505 * vc-git.el (vc-git-revision-table): Include remote branches.
9506
b41460ae 95072010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
9508
9509 Animated image API.
9510 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
9511
9512 * image.el (image-animate-max-time): New defcustom.
9513 (image-animated-types): New defconst.
9514 (create-animated-image, image-animate-timer)
9515 (image-animate-start, image-animate-stop, image-animate-timeout)
9516 (image-animated-p): New functions.
9517
9518 * image-mode.el (image-toggle-display-image):
9519 Replace `create-image' with `create-animated-image'.
9520
e5d1fb10 95212010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
9522
9523 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
9524 instead of "format:"; this ensures that the output is
9525 newline-terminated.
9526
4e7cafbe
CY
95272010-03-08 Chong Yidong <cyd@stupidchicken.com>
9528
9529 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
9530 that all errors are caught, and that the return value is always a
9531 list (Bug#5692).
9532
aec66319
KH
95332010-03-08 Kenichi Handa <handa@m17n.org>
9534
9535 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 9536 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 9537
b327c975
AS
95382010-03-07 Andreas Schwab <schwab@linux-m68k.org>
9539
9540 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
9541 call to rfc822-bad-address. (Bug#5692)
9542
1c465a6a
CY
95432010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
9544
85626eef
SM
9545 * vc-git.el (vc-git-annotate-extract-revision-at-line):
9546 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 9547
a4e32226
CY
95482010-03-06 Chong Yidong <cyd@stupidchicken.com>
9549
9550 * calculator.el (calculator): Don't bind split-window-keep-point
9551 (Bug#5674).
9552
4c83ed3d
SM
95532010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
9554
9555 * vc-git.el: Re-flow to fit into 80 columns.
9556 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
9557 Remove spurious `quote' element in each case alternative.
9558 (vc-git-show-log-entry): Use prog1.
9559 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
9560
e8defde3
SM
95612010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
9562
9563 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
9564
233f0c9f
CY
95652010-03-03 Chong Yidong <cyd@stupidchicken.com>
9566
9567 * macros.el (insert-kbd-macro): Look up keyboard macro using the
9568 definition, not the name (Bug#5481).
9569
254bedef 95702010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
9571
9572 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
9573 argument with a local variable. (Bug#5670)
9574
7187cdae
JL
95752010-03-02 Juri Linkov <juri@jurta.org>
9576
9577 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
9578
9cf3544e
MA
95792010-03-02 Michael Albinus <michael.albinus@gmx.de>
9580
9581 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
9582 error when FILENAME and NEWNAME are existing remote directories.
9583
9584 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
9585 parameter DIR-FLAG.
9586
33f77982
GM
95872010-03-02 Glenn Morris <rgm@gnu.org>
9588
9589 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
9590 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
9591
d99ea08e
KH
95922010-03-01 Kenichi Handa <handa@m17n.org>
9593
e8defde3 9594 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
9595 myanmar-composable-pattern.
9596
e8defde3
SM
9597 * international/characters.el (script-list):
9598 * international/fontset.el (script-representative-chars):
9599 Change myanmar to burmese.
d99ea08e 9600 (otf-script-alist): Likewise.
4aa2c3b2
KH
9601 (setup-default-fontset): Likewise. Re-fix :otf spec.
9602
b374f54d
KY
96032010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
9604
9605 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
9606
71572c03
JD
96072010-02-28 Jan Djärv <jan.h.d@swipnet.se>
9608
9609 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
9610
00cffdeb
MA
96112010-02-28 Michael Albinus <michael.albinus@gmx.de>
9612
9613 * net/tramp.el (tramp-handle-write-region): START can be a string.
9614 Take care in the checks. Reported by Dan Davison
9615 <davison@stats.ox.ac.uk>.
9616
d4b06783
MA
96172010-02-28 Michael Albinus <michael.albinus@gmx.de>
9618
9619 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
9620 (dbus-set-property, dbus-get-all-properties):
9621 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 9622
8c3e96d2
CY
96232010-02-28 Chong Yidong <cyd@stupidchicken.com>
9624
de3a1fe9
CY
9625 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
9626 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
9627 * calendar/icalendar.el (icalendar--add-diary-entry):
9628 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
9629 * files.el (recover-session-finish): Use with-current-buffer
9630 instead of save-excursion.
9631
c53b9c3b
SM
96322010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
9633
9634 Fix in-buffer completion when after-change-functions modify the buffer.
9635 * minibuffer.el (completion--replace): New function.
9636 (completion--do-completion): Use it and use relative movement.
9637
4a16bdc6
CY
96382010-02-27 Chong Yidong <cyd@stupidchicken.com>
9639
9640 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 9641
b8280f39
CY
96422010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
9643
c53b9c3b
SM
9644 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
9645 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 9646
f88cc4d6
KH
96472010-02-26 Kenichi Handa <handa@m17n.org>
9648
9649 * language/burmese.el: Fix entries in composition-function-table.
9650 (myanmar-composable-pattern): New variable.
9651
9652 * international/fontset.el (setup-default-fontset): Add an entry
9653 for myanmar.
9654
9655 * international/characters.el (script-list): Add Myanmar
9656 Extended-A.
9657
cdbf9100
GM
96582010-02-26 Glenn Morris <rgm@gnu.org>
9659
90a94603
GM
9660 * custom.el (custom-initialize-delay): Doc fix.
9661
cdbf9100
GM
9662 * mail/sendmail.el (send-mail-function): Autoload the call
9663 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
9664
f95a5fd0
CY
96652010-02-24 Chong Yidong <cyd@stupidchicken.com>
9666
9667 * files.el (hack-local-variables-filter): For eval forms, also
9668 check safe-local-variable-p (Bug#5636).
9669
459a5f4b
MA
96702010-02-22 Michael Albinus <michael.albinus@gmx.de>
9671
9672 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
9673 setting the modes by `ignore-errors'. It might fail, for example
9674 if the file is not owned by the user but the group.
9675 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
9676
bb23f6e8
CY
96772010-02-21 Chong Yidong <cyd@stupidchicken.com>
9678
6a7662bb
BR
9679 * files.el (directory-listing-before-filename-regexp):
9680 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
9681 date-like filenames (Bug#5597).
9682
b660eb70
CY
9683 * htmlfontify.el (htmlfontify): Doc fix.
9684
9685 * eshell/eshell.el (eshell): Doc fix.
9686
bb23f6e8
CY
9687 * startup.el (fancy-about-screen): In mode-line, apply
9688 mode-line-buffer-id face only to the buffer name (Bug#5613).
9689
3e39928c
CY
96902010-02-20 Kevin Ryde <user42@zip.com.au>
9691
f7e0618c
JB
9692 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9693 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
9694 (Bug#5599).
9695
0f00e948
EZ
96962010-02-20 Eli Zaretskii <eliz@gnu.org>
9697
9698 * subr.el (remove-yank-excluded-properties): Explain in a comment
9699 why `category' property is removed.
9700
3513efb2
CY
97012010-02-19 Chong Yidong <cyd@stupidchicken.com>
9702
6a7662bb
BR
9703 * isearch.el (isearch-update-post-hook, isearch-update):
9704 Revert 2010-02-17 change.
3513efb2 9705
b4340b3f
UJ
97062010-02-19 Ulf Jasper <ulf.jasper@web.de>
9707
9708 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
9709 (icalendar--convert-weekly-to-ical)
9710 (icalendar--convert-yearly-to-ical)
9711 (icalendar--convert-block-to-ical)
9712 (icalendar--convert-cyclic-to-ical)
9713 (icalendar--convert-anniversary-to-ical): Take care of time
9714 specifications where hour has 1-digit only (Bug#5549).
9715
8cfae03d
NR
97162010-02-19 Nick Roberts <nickrob@snap.net.nz>
9717
9718 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
9719 of disassemble output in GDB 7.1.
9720
055e4eea
GM
97212010-02-19 Glenn Morris <rgm@gnu.org>
9722
9723 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
9724 property. (Bug#5593)
9725
ff6b00de
SS
97262010-02-18 Sam Steingold <sds@gnu.org>
9727
9728 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9729
fe8c0b47
SM
97302010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
9731
9732 Use abbreviated file names in bookmarks (bug#5591).
9733 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
9734 calls to expand-file-name.
9735 (bookmark-relocate): Use abbreviated file names in bookmarks.
9736 (bookmark-load): Use abbreviated file names in messages.
9737
73a37a69
MA
97382010-02-18 Michael Albinus <michael.albinus@gmx.de>
9739
9740 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
9741 expand "." and "..". Reported by Thierry Volpiatto
9742 <thierry.volpiatto@gmail.com>.
9743
6e4f5731
MA
97442010-02-18 Michael Albinus <michael.albinus@gmx.de>
9745
9746 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
9747 permissions of the temporary file to "0600". In case the remote
9748 file has no read permissions for the owner, there might be
9749 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
9750
975122010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
9752
9753 * emacs-lisp/authors.el (authors-renamed-files-alist):
9754 Add entries for INSTALL.CVS.
9755
ba5bf642
MH
97562010-02-17 Mark A. Hershberger <mah@everybody.org>
9757
f7e0618c 9758 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 9759
f7e0618c 9760 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
9761 (isearch-update): Use the new hook.
9762
aac0b0f2
MA
97632010-02-16 Michael Albinus <michael.albinus@gmx.de>
9764
fe8c0b47
SM
9765 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
9766 Fix errors in copying directories.
aac0b0f2
MA
9767 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
9768 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
9769 (tramp-handle-delete-file)
9770 (tramp-handle-dired-recursive-delete-directory)
9771 (tramp-handle-write-region): Flush also the cache for the upper
9772 directory.
9773
05bbe066
CY
97742010-02-16 Chong Yidong <cyd@stupidchicken.com>
9775
e8ab3908
CY
9776 * simple.el (save-interprogram-paste-before-kill): Doc fix.
9777
ff90f4b0
CY
9778 * cus-edit.el (hardware): Doc fix.
9779
9780 * man.el (man): Add to external custom group.
9781
9782 * delim-col.el (columns): Move to wp custom group.
9783
9784 * doc-view.el (doc-view): Add to data custom group.
9785
fe8c0b47 9786 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 9787
05bbe066
CY
9788 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
9789 by ispell-parse-output (Bug#5575).
9790
fa6ea913
KH
97912010-02-16 Kenichi Handa <handa@m17n.org>
9792
9793 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
9794 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
9795 (skkdic-convert): Use `euc-japan' coding system for writing.
9796
88fd78ae
GM
97972010-02-16 Glenn Morris <rgm@gnu.org>
9798
9799 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
9800 tex-main-file before using it. (Bug#5562)
9801
2b8c974a
SM
98022010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
9803
9804 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
9805 warnings, since it is annoying for the user to see them each time he
9806 runs the code.
9807
7540f029
MA
98082010-02-15 Michael Albinus <michael.albinus@gmx.de>
9809
9810 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
9811 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
9812 instead of PROC for caching "first-password-request". Otherwise,
9813 new processes would not profit from passwords already entered.
9814
2b8c974a
SM
9815 * net/tramp-cache.el (tramp-dump-connection-properties):
9816 Don't save "first-password-request" property.
7540f029 9817
fa5f7c5f
JB
98182010-02-14 Juanma Barranquero <lekktu@gmail.com>
9819
9820 * outline.el (outline-head-from-level):
9821 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
9822 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
9823 (elint-defun, elint-buffer-env, elint-top-form-logged)
9824 (elint-unbound-variable):
9825 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
9826 Fix typos in docstrings.
9827
ecbaeb7b
MA
98282010-02-14 Michael Albinus <michael.albinus@gmx.de>
9829
9830 * files.el (insert-directory): When WILDCARD-REGEXP and
9831 FULL-DIRECTORY-P are nil, insert the file entry instead of the
9832 whole directory. (Bug#5551)
9833
9834 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
9835 dired's alignment sanity. (Bug#5516)
9836
91e3333f
JL
98372010-02-14 Juri Linkov <juri@jurta.org>
9838
9839 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
9840 Remove remaining ^H with their preceding chars. (Bug#5566)
9841
36020642
GM
98422010-02-13 Glenn Morris <rgm@gnu.org>
9843
9844 * simple.el (transpose-subr): Give it a doc-string.
9845
9846 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
9847 Doc fixes.
9848
f5952338
JL
98492010-02-12 Juri Linkov <juri@jurta.org>
9850
9851 * arc-mode.el (archive-unique-fname): Make directories for nested
9852 archives. (Bug#5540)
9853
918fe50f
JL
98542010-02-12 Juri Linkov <juri@jurta.org>
9855
9856 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
9857
c07ff221
SM
98582010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
9859
48b1e7cf
SM
9860 * subr.el (copy-overlay): Handle deleted overlays.
9861
c07ff221
SM
9862 * man.el (Man-completion-table): Don't signal an error if we can't run
9863 manual-program (bug#4056).
9864
0e374247
JB
98652010-02-10 Juanma Barranquero <lekktu@gmail.com>
9866
9867 * textmodes/artist.el (artist-mt): Fix typos in docstring.
9868
dbf8402b
SM
98692010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9870
348d1e60
SM
9871 * info.el (Info-bookmark-jump): Simplify.
9872
dbf8402b
SM
9873 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
9874 (bookmark-default-handler): Accept new bookmark field `buffer'.
9875
e6d23bb5
CY
98762010-02-10 Chong Yidong <cyd@stupidchicken.com>
9877
9878 * iswitchb.el (iswitchb-completions): Revert last change.
9879
a8e4290b
MA
98802010-02-10 Michael Albinus <michael.albinus@gmx.de>
9881
2b23acde 9882 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
9883 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
9884 This prevents file names like "~/" being listed literally.
a8e4290b 9885
c59d6fad
DN
98862010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
9887
348d1e60
SM
9888 * term/xterm.el (xterm-maybe-set-dark-background-mode):
9889 Remove dead code. (Bug#5546)
c59d6fad 9890
3a66e78f
CY
98912010-02-09 Chong Yidong <cyd@stupidchicken.com>
9892
9893 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
9894 correctly (Bug#5548).
9895
f29fd869
CY
98962010-02-08 Jose E. Marchesi <jemarch@gnu.org>
9897
9898 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 9899 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 9900
7fad1447
KH
99012010-02-08 Kenichi Handa <handa@m17n.org>
9902
9903 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 9904 cookie for putting `lisp-indent-function'.
7fad1447 9905
50e4518b
GM
99062010-02-07 Glenn Morris <rgm@gnu.org>
9907
9908 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
9909 Move F2003 named interfaces from keywords-2 to keywords-1, and
9910 use function-name-face rather than constant-face.
9911 Simplify "abstract interface" regexp.
9912
a4cc44cf
CY
99132010-02-07 Chong Yidong <cyd@stupidchicken.com>
9914
9915 * eshell/esh-util.el (eshell-file-attributes): New optional arg
9916 ID-FORMAT. Pass it to `file-attributes'.
9917
9918 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
9919
c917476d
CY
99202010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
9921
9922 * faces.el (set-face-attribute): Allow calling
9923 internal-set-lisp-face-attribute with 'unspecified family and
9924 foundry argument (Bug#5536).
9925
7cf3f3d6
GM
99262010-02-07 Glenn Morris <rgm@gnu.org>
9927
9928 * progmodes/f90.el (f90-font-lock-keywords-2)
9929 (f90-looking-at-type-like, f90-looking-at-program-block-end):
9930 Handle F2003 named interfaces.
9931
ffe87109
CY
99322010-02-06 Chong Yidong <cyd@stupidchicken.com>
9933
9934 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
9935 beg and end before calling c-get-state-before-change-functions.
9936
4775ecad
DN
99372010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
9938
33aeea0e
SM
9939 * vc-bzr.el (vc-bzr-dir-extra-headers):
9940 Disable the pending merges header.
4775ecad 9941
0d17c4b9
JL
99422010-02-05 Juri Linkov <juri@jurta.org>
9943
9944 * doc-view.el (doc-view-mode):
9945 * image-mode.el (image-mode): Put property mode-class=special.
9946 (Bug#4896)
9947
8228a275
MH
99482010-02-05 Mark A. Hershberger <mah@everybody.org>
9949
9950 * vc-svn.el (vc-svn-revision-table): New function.
9951
d9320986
MA
99522010-02-05 Michael Albinus <michael.albinus@gmx.de>
9953
9954 * net/ange-ftp.el (ange-ftp-insert-directory):
9955 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
9956 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
9957 Handle also directories. (Bug#5478)
9958
f43d8ecc
GM
99592010-02-05 Glenn Morris <rgm@gnu.org>
9960
9961 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
9962
ce3a988d
CY
99632010-02-05 Chong Yidong <cyd@stupidchicken.com>
9964
9965 * startup.el (command-line-1): Convert options beginning with a
9966 single dash as well (Bug#5519).
9967
bdd42899
SM
99682010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
9969
51b23c44
SM
9970 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
9971 * minibuffer.el (completion-initials-expand): Only check the presence
9972 of delims *within* the boundaries, since otherwise the / delim is
9973 always found for files.
9974
bdd42899
SM
9975 Fix up various corner case problems.
9976 * doc-view.el (doc-view-last-page-number): New function.
9977 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
9978 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
9979 (doc-view-kill-proc): Avoid inf-loop in freak cases.
9980 (doc-view-reconvert-doc): Use the new recursive delete-directory.
9981 (doc-view-convert-current-doc): Don't create the resolution.el file
9982 here any more.
9983 (doc-view-pdf/ps->png): Do it here instead.
9984 (doc-view-already-converted-p): Check that resolution.el is present.
9985 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
9986 windows that are not yet showing images.
9987
d5b3979c
MA
99882010-02-04 Michael Albinus <michael.albinus@gmx.de>
9989
9990 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
9991 `dired-uncache' for every elemnt which is an absolute file name.
9992
9993 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
9994 directory, handle its directory component.
9995 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
9996 function is called permanently and creates noise, otherwise.
9997
9998 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
9999 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
10000 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
10001
b003beb1
DB
100022010-02-04 David Burger <dburger@google.com> (tiny change)
10003
10004 * macros.el (apply-macro-to-region-lines):
10005 Minor simplification. (Bug#5485)
10006
ea92f9f3
GM
100072010-02-04 Glenn Morris <rgm@gnu.org>
10008
a03ae20d
GM
10009 * mail/rmail.el (rmail-show-message-1): Handle malformed
10010 quoted-printable text. (Bug#5441)
10011
4d01b827
GM
10012 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
10013
ea92f9f3
GM
10014 * simple.el (visual-line-mode): Capitalize lighter.
10015
82055bb7
JW
100162010-02-03 John Wiegley <jwiegley@gmail.com>
10017
10018 * iswitchb.el (iswitchb-completions): Add bookmark files to the
10019 list of files considered for "virtual buffer" completions.
10020
8214b6e4
MA
100212010-02-03 Michael Albinus <michael.albinus@gmx.de>
10022
10023 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 10024 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
10025 when dired is called with a list of files, which are not in
10026 `default-directory'. (Bug#5478)
10027
1df9718f
SM
100282010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
10029
10030 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
10031
02ba1267
JL
100322010-02-02 Juri Linkov <juri@jurta.org>
10033
10034 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
10035 from unidiff to allow function-line after @@.
10036
a0c6a0fb
JL
100372010-02-02 Juri Linkov <juri@jurta.org>
10038
10039 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
10040 '(RCS SCCS) with inverted condition.
10041
c35fcd52
MA
100422010-02-02 Michael Albinus <michael.albinus@gmx.de>
10043
10044 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
10045 messages.
10046
6ba973c1
JL
100472010-02-01 Juri Linkov <juri@jurta.org>
10048
10049 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
10050 compare with "pkunzip" and "pkzip" instead of only "pkzip".
10051 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
10052 only when (car archive-zip-extract) is "unzip". (Bug#5475)
10053
0bca393f
SM
100542010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
10055
10056 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
10057 (doc-view-revert-buffer): New command.
10058 (doc-view-mode-map): Use it.
10059
7a444e2a
DN
100602010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
10061
10062 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
10063 pending merge is detected.
10064
ad6fc8f4
JL
100652010-01-31 Juri Linkov <juri@jurta.org>
10066
10067 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
10068 beginning of interactive spec like all other grep commands do.
10069 Put "all" in front of "gz". (Bug#5260)
10070
b9236874
DN
100712010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
10072
10073 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
10074
1e868757
CY
100752010-01-29 Chong Yidong <cyd@stupidchicken.com>
10076
10077 * dirtrack.el (dirtrack): Warn instead of signalling error if the
10078 regexp is incorrect (Bug#5476).
10079
e5c70c41
MA
100802010-01-29 Michael Albinus <michael.albinus@gmx.de>
10081
10082 * net/tramp.el (tramp-handle-insert-directory): Handle also
10083 symlinks, when FILENAME is not in `default-directory'.
10084
0c0b61f1
MA
100852010-01-28 Michael Albinus <michael.albinus@gmx.de>
10086
10087 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 10088 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
10089
10090 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
10091 of SWITCHES. Handle the case, FILENAME is not in
10092 `default-directory'. (Bug#5478)
10093 (tramp-register-file-name-handlers): Add safe-magic property.
10094
763f325e
CY
100952010-01-28 Chong Yidong <cyd@stupidchicken.com>
10096
10097 * arc-mode.el (archive-zip-extract): Quote the argument passed to
10098 unzip (Bug#5475).
10099
fd09a83f
CY
101002010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
10101
10102 * progmodes/flymake.el (flymake-allowed-file-name-masks)
10103 (flymake-master-make-header-init): Add other C++ filename masks.
10104 (flymake-find-possible-master-files)
10105 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
10106
7e5686f0
MA
101072010-01-28 Michael Albinus <michael.albinus@gmx.de>
10108
10109 Fix some busybox annoyances.
10110
10111 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
10112 not responding." string.
10113 (tramp-open-connection-setup-interactive-shell): Dump stty
10114 settings. Enable "neveropen" arg for all `tramp-send-command'
10115 calls. Handle "=" in variable values properly.
10116 (tramp-find-inline-encoding): Raise an error, when no encoding is
10117 found.
10118 (tramp-wait-for-output): Check, whether PROC buffer is available.
10119 Remove spurious " ^H" sequences, sent by busybox.
10120 (tramp-get-ls-command): Suppress coloring, if possible.
10121
c6265c10
GM
101222010-01-28 Glenn Morris <rgm@gnu.org>
10123
c85a168b
GM
10124 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
10125
c6265c10
GM
10126 * log-edit.el (log-edit-strip-single-file-name): Add missing
10127 :safe, :group, and :version tags.
10128
7d82a738
SB
101292010-01-27 Stephen Berman <stephen.berman@gmx.net>
10130
10131 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
10132 buffers. (Bug#5477)
10133
8b0e68ea
CY
101342010-01-27 David De La Harpe Golden <david@harpegolden.net>
10135
10136 * files.el (delete-directory): Handle moving to trash without
10137 first doing recursion (Bug#5436).
10138
368d3208
DN
101392010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
10140
10141 * vc-hooks.el (vc-path): Mark as obsolete.
10142
755da7fa
DN
101432010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
10144
e2396d80
DN
10145 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
10146 names too.
10147
755da7fa
DN
10148 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
10149 for the short log.
10150 (vc-bzr-log-view-mode): Adjust regexp for the above change.
10151
6a6d15ab 101522010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 10153
ac9ffe99 10154 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 10155
48c2d18a 10156 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 10157
25f38310 101582010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
504dcc71
EH
10159
10160 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
10161 diff-index command. This requires at least git-1.5.5. (Bug#1589).
10162
51850286
DN
101632010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
10164
c2f1d6d8
DN
10165 Remove support for adding --signoff on commit.
10166 Future support will use an incompatible generic mechanism.
10167 * vc-git.el (vc-git-add-signoff): Remove variable.
10168 (vc-git-toggle-signoff): Remove function.
10169 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
10170
6a7662bb
BR
10171 * term/xterm.el (xterm-maybe-set-dark-background-mode):
10172 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
10173 was set.
10174 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
10175 earlier, call it again in case the background mode has changed.
10176
02c6d0d0
CY
101772010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
10178
10179 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
10180 (Bug#3541).
10181
064eee03
CY
101822010-01-23 Chong Yidong <cyd@stupidchicken.com>
10183
02c6d0d0
CY
10184 * emacs-lisp/assoc.el (aelement): Doc fix.
10185 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 10186
5336c3ec 101872010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 10188
48c2d18a 10189 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
10190 is the same as subprogram call, not declaration. (Bug#5435).
10191
0536254e
MA
101922010-01-23 Michael Albinus <michael.albinus@gmx.de>
10193
10194 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
10195 (tramp-smb-maybe-open-connection): Use it.
10196
411d06c2
MA
101972010-01-22 Michael Albinus <michael.albinus@gmx.de>
10198
0536254e 10199 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 10200
c893016b
SM
102012010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
10202
10203 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
10204 just because we see "encoding: 8bit".
10205 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
10206
9425f8e1
CY
102072010-01-22 Chong Yidong <cyd@stupidchicken.com>
10208
10209 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
10210
6a801864
EZ
102112010-01-22 Eli Zaretskii <eliz@gnu.org>
10212
10213 * jka-compr.el (jka-compr-load): If load-file is not in
10214 load-history, try its file-truename version. (bug#5447)
10215
3e8f7d91
AM
102162010-01-21 Alan Mackenzie <acm@muc.de>
10217
10218 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
10219 * progmodes/cc-engine.el (c-invalidate-state-cache):
10220 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
10221 special cpp construct is still in the buffer.
10222 (c-parse-state): Record the special cpp with markers, not numbers.
10223
f0bd0ad5
CY
102242010-01-21 Kenichi Handa <handa@m17n.org>
10225
10226 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
10227 process last-command-event, as it is now decoded first (Bug#5380).
10228
5189d95b
CY
102292010-01-20 Chong Yidong <cyd@stupidchicken.com>
10230
10231 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
10232
e073d74a
GM
102332010-01-20 Glenn Morris <rgm@gnu.org>
10234
10235 * indent.el (tab-always-indent): Fix custom-type.
10236
8ee04f3a
AM
102372010-01-19 Alan Mackenzie <acm@muc.de>
10238
10239 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
10240 buffer throws "args out of range".
10241 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
10242 playing the role of delimiter.
10243
6a47c86a
SL
102442010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
10245
bf0b361c 10246 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
10247 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
10248 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
10249 changed. Delete RECURSIVE parameter; never used. Improve doc string.
10250 Improve comments in "is" portion. Handle null procedure declaration.
10251 (ada-move-to-end): Improve doc string.
10252
2acfb954
ÓF
102532010-01-18 Óscar Fuentes <ofv@wanadoo.es>
10254
e90d57c0 10255 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 10256 Remove obsolete information from commentary.
e90d57c0
JB
10257 (ido-choice-list): Initialize to nil.
10258 (ido-get-bufname): Reject minibuffers.
10259 (ido-make-buffer-list): If "default" is a nonexistent
10260 buffer, ignore it, as per the function's comment.
10261 (ido-kill-buffer-internal): New function.
10262 (ido-kill-buffer-at-head): Use it.
10263 (ido-visit-buffer): Likewise.
2acfb954 10264
244b023e
CY
102652010-01-18 Chong Yidong <cyd@stupidchicken.com>
10266
10267 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
10268
db9e401b
JB
102692010-01-18 Juanma Barranquero <lekktu@gmail.com>
10270
db9e401b
JB
10271 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
10272 Fix typos in chart titles.
10273
10274 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
10275 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
10276 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
10277 (describe-class, eieio-describe-generic, describe-generic):
10278 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
10279 (eieio-speedbar-expand):
10280 * emulation/viper-cmd.el (viper-exec-form-in-vi)
10281 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
10282 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
10283 (viper-del-backward-char-in-replace, viper-backward-indent)
10284 (viper-brac-function, viper-register-to-point, viper-submit-report):
10285 * net/tramp.el (tramp-remote-coding-commands):
10286 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
10287 Fix typos in docstrings.
10288
9295137d
CY
102892010-01-17 Chong Yidong <cyd@stupidchicken.com>
10290
10291 * mail/sendmail.el (mail-yank-original): Set the mark if the
10292 specified function for yanking does not do it.
10293
4d0bbcb6
DN
102942010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
10295
7902c120
DN
10296 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
10297
4d0bbcb6
DN
10298 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
10299 resyncing a directory.
10300
0b702bc1
SL
103012010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
10302
6a47c86a 10303 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
10304 (ada-ident-re): Delete ., allow multibyte characters.
10305 (ada-goto-label-re): New; matches goto labels.
10306 (ada-block-label-re): New; matches block labels.
10307 (ada-label-re): New; matches both.
10308 (ada-named-block-re): Deleted; callers changed to use
10309 `ada-block-label-re' instead.
10310 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
10311 Use `ada-block-label-re'.
10312 (ada-indent-on-previous-lines): Improve handling of goto labels.
10313 (ada-get-indent-block-start): Special-case block label.
10314 (ada-get-indent-label): Split into `ada-indent-block-label' and
10315 `ada-indent-goto-label'.
10316 (ada-goto-stmt-start, ada-goto-next-non-ws):
10317 Optionally ignore goto labels.
10318 (ada-goto-next-word): Simplify.
10319 (ada-indent-newline-indent-conditional): Insert newline before
10320 trying to fix indentation; doc fix.
10321
05287c49
JB
103222010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
10323
10324 * calc/calc.el (calc-command-flags): Give it an initial value.
10325
4963739e
JB
103262010-01-17 Juanma Barranquero <lekktu@gmail.com>
10327
4963739e
JB
10328 * files.el (minibuffer-with-setup-hook):
10329 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
10330 (artist-key-draw-continously, artist-key-do-continously-continously)
10331 (artist-key-set-point-continously, artist-mouse-draw-continously):
10332 Fix typos in docstrings.
10333
116bd1ee
CY
103342010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
10335
6a7662bb
BR
10336 * nxml/nxml-mode.el (nxml-extend-after-change-region):
10337 Never return t (Bug#3898).
116bd1ee 10338
2784cd7a 103392010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
10340
10341 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
10342 can parse the output of the external commands (Bug#5279).
10343
abd5cfe8
CY
103442010-01-16 Jari Aalto <jari.aalto@cante.net>
10345
10346 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
10347
4fe22cdf
CY
103482010-01-16 Chong Yidong <cyd@stupidchicken.com>
10349
bbdc98ef
CY
10350 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
10351
c7dc1ac1
CY
10352 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
10353
4fe22cdf
CY
10354 * startup.el (command-line): Remove unused --icon-type arg.
10355 Handle --display arg, passing it to command-line-1 (Bug#5392).
10356
045b9da7
ML
103572010-01-16 Mario Lang <mlang@delysid.org>
10358
045b9da7
ML
10359 * emacs-lisp/chart.el (chart-translate-namezone):
10360 * textmodes/artist.el (artist-compute-popup-menu-table):
10361 Remove duplicated words in doc-strings.
10362
6554a5df
CY
103632010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
10364
10365 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
10366 to mairix-search to suppress threading (Bug#5342).
10367
ca4f0e9a
KH
103682010-01-15 Kenichi Handa <handa@m17n.org>
10369
10370 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 10371 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 10372
1db3226b
GM
103732010-01-15 Glenn Morris <rgm@gnu.org>
10374
56a03f46
GM
10375 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
10376
10377 * wid-edit.el (widget-keymap): Doc fix.
10378
1db3226b
GM
10379 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
10380 former seems to be more widely accepted by various svn versions.
10381
80cd4bb4
JB
103822010-01-14 Juanma Barranquero <lekktu@gmail.com>
10383
d1f18ec0
JB
10384 * find-cmd.el (find-constituents):
10385 * vc-arch.el (vc-arch-root):
10386 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
10387 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
10388 * progmodes/ada-stmt.el (ada-if):
10389 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
10390 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
10391 (ispell-encoding8-command, ispell-aspell-supports-utf8)
10392 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
10393
80cd4bb4
JB
10394 * progmodes/flymake.el (flymake-post-syntax-check):
10395 Fix typo in error message.
10396
9c23ca47
JB
103972010-01-14 Juanma Barranquero <lekktu@gmail.com>
10398
10399 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
10400 which is always a string. (Bug#5313)
10401
8794c483
JB
104022010-01-14 Juanma Barranquero <lekktu@gmail.com>
10403
10404 * progmodes/ada-xref.el (ada-default-prj-properties):
10405 Simplify previous change.
10406
95005d39
SL
104072010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
10408
10409 * progmodes/ada-xref.el (ada-default-prj-properties):
10410 Default ada_project_path to $ADA_PROJECT_PATH.
10411
104122010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
10413
10414 * progmodes/ada-mode.el (ada-create-keymap):
10415 Override `narrow-to-defun' with `ada-narrow-to-defun'.
10416
fb0d1545
SL
104172010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
10418
10419 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
10420 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
10421 (ada-get-current-indent, ada-imenu-generic-expression)
10422 (ada-which-function): Check for it.
10423
5c9434d0
SL
104242010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
10425
10426 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
10427 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
10428
3a4f3a3b
GM
104292010-01-14 Glenn Morris <rgm@gnu.org>
10430
10431 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
10432
d9a7c140
KH
104332010-01-14 Kenichi Handa <handa@m17n.org>
10434
10435 * composite.el (auto-composition-mode): Make it a buffer local
10436 variable (permanent-local).
10437 (auto-composition-function): Set the default value to
10438 auto-compose-chars.
49caf252 10439 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
10440 (global-auto-composition-mode): Likewise.
10441 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 10442
38bee102
KF
104432010-01-13 Karl Fogel <kfogel@red-bean.com>
10444
10445 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 10446
b8b45afc
MA
104472010-01-12 Michael Albinus <michael.albinus@gmx.de>
10448
10449 * files.el (copy-directory): Compute target for recursive
10450 directories with identical names. (Bug#5343)
10451
893db5bc
GM
104522010-01-12 Glenn Morris <rgm@gnu.org>
10453
6a7662bb
BR
10454 * mail/emacsbug.el (report-emacs-bug-pretest-address):
10455 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 10456
d8b8451f
SS
104572010-01-11 Sam Steingold <sds@gnu.org>
10458
10459 * imenu.el (imenu-default-create-index-function): Detect infinite
10460 loops caused by imenu-prev-index-position-function.
10461
30afcdff
JB
104622010-01-11 Juanma Barranquero <lekktu@gmail.com>
10463
10464 * htmlfontify.el (htmlfontify-load-rgb-file)
10465 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
10466 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
10467 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
10468 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
10469 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
10470 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
10471 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
10472 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
10473 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
10474 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
10475 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
10476 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
10477 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
10478 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
10479 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
10480 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
10481 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
10482 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
10483 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
10484 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
10485 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
10486 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
10487 backslash-quoting from parentheses, etc.
10488
92b1c416
CY
104892010-01-11 Chong Yidong <cyd@stupidchicken.com>
10490
10491 * progmodes/js.el: Autoload javascript-mode alias.
10492
4454adab
JB
104932010-01-11 Juanma Barranquero <lekktu@gmail.com>
10494
10495 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
10496 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
10497 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
10498 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
10499 Fix typos in docstrings.
10500 (ffap-url-regexp): Doc fix.
10501 (ffap-at-mouse): Fix typo in message.
10502
6589a2f9
GM
105032010-01-11 Glenn Morris <rgm@gnu.org>
10504
10505 * version.el (emacs-copyright): Set copyright year to 2010.
10506
4e5617ee
SM
105072010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
10508
10509 * format.el (format-annotate-function): Only set
10510 write-region-post-annotation-function after running to-fn so as not to
10511 affect nested write-region calls (bug#5273).
10512
52bee098
CY
105132010-01-10 Chong Yidong <cyd@stupidchicken.com>
10514
a069f067
CY
10515 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
10516 wisent/python.el.
10517
e709e39d
CY
105182010-01-09 Chong Yidong <cyd@stupidchicken.com>
10519
10520 * man.el (Man-goto-section): Signal error if the section is not
10521 found (Bug#5317).
10522
6ee86780
JB
105232010-01-09 Juanma Barranquero <lekktu@gmail.com>
10524
10525 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
10526 URLs with a leading triple slash in the file: scheme. (Bug#5345)
10527
fa7b5f7b
CY
105282010-01-09 Chong Yidong <cyd@stupidchicken.com>
10529
10530 * progmodes/compile.el: Don't treat compile-command as safe if
10531 compilation-read-command might be nil (Bug#4218).
10532
de62c4d9
JD
105332010-01-09 Jan Djärv <jan.h.d@swipnet.se>
10534
10535 * startup.el (command-line-1): Use orig-argi to check for ignored X and
10536 NS options.
10537
e94be827
KH
105382010-01-08 Kenichi Handa <handa@m17n.org>
10539
4e5617ee
SM
10540 * international/fontset.el (build-default-fontset-data):
10541 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 10542
1dfae2a2
JB
105432010-01-07 Juanma Barranquero <lekktu@gmail.com>
10544
10545 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
10546 to `create-file-buffer' as it expects, not just a buffer name.
10547 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
10548 to help uniquify. (Bug#3224)
10549
d0cf45b7
JD
105502010-01-06 Jan Djärv <jan.h.d@swipnet.se>
10551
10552 * font-setting.el (font-setting-change-default-font): Use user-spec
10553 instead of name.
10554
7534fa5e
DN
105552010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
10556
10557 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
10558
fd579fdc
CY
105592010-01-05 Tom Tromey <tromey@redhat.com>
10560
4e5617ee
SM
10561 * progmodes/python.el (python-font-lock-keywords):
10562 Handle qualified decorators (Bug#881).
fd579fdc 10563
37860caf
DN
105642010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
10565
10566 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
10567 in a lightweight checkout.
10568
69db641d
KH
105692010-01-05 Kenichi Handa <handa@m17n.org>
10570
4e5617ee 10571 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 10572
b25d6a02
DN
105732010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
10574
10575 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
10576
137d88ca
DN
105772010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
10578
10579 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
10580 checkouts. (Bug#618)
3d5d0aa9 10581 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
10582 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
10583 (vc-bzr-shelve-menu-map):
10584 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
10585 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 10586
da76998b
CY
105872010-01-02 Chong Yidong <cyd@stupidchicken.com>
10588
10589 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
10590 They are valid characters in URL paths (rfc3986), and at least
10591 Firefox does not understand the encoded version (Bug#3166).
10592
b2ad70b6
CY
105932010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
10594
10595 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
10596 (octave-block-begin-or-end-regexp, octave-block-match-alist):
10597 Add "end" keyword (Bug#3061).
b2ad70b6
CY
10598 (octave-end-as-array-index-p): New function.
10599 (calculate-octave-indent): Use it.
10600
54136282
KF
106012010-01-02 Karl Fogel <kfogel@red-bean.com>
10602
10603 * bookmark.el: Consistently put the text property on the bookmark name.
10604 (bookmark-bmenu-marks-width): Bump back to 2, to include
10605 annotation marks.
10606 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
10607 property on the bookmark name, instead of not putting it at all.
10608 (bookmark-bmenu-list): Fix where we put the text property.
10609
cc4d3cad
KF
106102010-01-02 Karl Fogel <kfogel@red-bean.com>
10611
10612 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
10613 for showing buffer modified state (as added in the previous change).
10614
b894c439
KF
106152010-01-02 Karl Fogel <kfogel@red-bean.com>
10616
10617 * bookmark.el: Show modified state of bookmark buffer more accurately.
10618 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
10619 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
10620 (with-buffer-modified-unmodified): New macro.
10621 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10622 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 10623 Use new macro to preserve the buffer modified state.
b894c439 10624
3a69db53
KF
106252010-01-02 Karl Fogel <kfogel@red-bean.com>
10626
4e5617ee 10627 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
10628 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
10629 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
10630 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
10631 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
10632 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
10633 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 10634
af414f10
EZ
106352010-01-02 Eli Zaretskii <eliz@gnu.org>
10636
4e5617ee
SM
10637 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10638 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 10639
f2ec0e5e
CY
106402010-01-02 Ryan Yeske <rcyeske@gmail.com>
10641
10642 * net/rcirc.el: Add follow-link binding (Bug#4738).
10643
38c1ba62
EZ
106442010-01-02 Eli Zaretskii <eliz@gnu.org>
10645
4e5617ee 10646 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
10647 (cvs-update): New target for backward compatibility.
10648
4e5617ee 10649 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
10650 (cvs-update): New target for backward compatibility.
10651
ea2c0f5b
KF
106522010-01-02 Karl Fogel <kfogel@red-bean.com>
10653
10654 * bookmark.el: Remove gratuitous gratitude.
10655
5ae329f4
KF
106562010-01-02 Karl Fogel <kfogel@red-bean.com>
10657
c4cc8b9a 10658 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
10659 (bookmark-bmenu-save): Clear buffer modification if no marks.
10660
106612010-01-02 Karl Fogel <kfogel@red-bean.com>
10662
10663 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
10664 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
10665 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
10666 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
10667
10668 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
10669 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
10670 To: emacs-devel {_AT_} gnu.org
10671 Subject: bookmark.el bug report
10672 Date: Mon, 28 Dec 2009 14:19:16 +0800
10673 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
10674
aef053eb
KF
106752010-01-02 Karl Fogel <kfogel@red-bean.com>
10676
10677 * bookmark.el: Improvements suggested by Drew Adams:
10678 (bookmark-bmenu-ensure-position): New name for
10679 `bookmark-bmenu-check-position'. Just ensure the position,
10680 don't return any meaningful value.
10681 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
10682 New constants.
10683
0472835f
JB
106842010-01-02 Juanma Barranquero <lekktu@gmail.com>
10685
10686 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
10687 (bookmark-yank-point, bookmark-bmenu-check-position):
10688 Fix typos in docstrings.
10689 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
10690 (bookmark-name-from-full-record, bookmark-get-position)
10691 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
10692 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
10693 Remove useless quoting of parenthesis, etc. in docstrings.
10694
10695 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
10696 (ediff-append-custom-diff): Fix typo in error message.
10697 (ediff-meta-mark-equal-files): Fix typos in messages.
10698
10699 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
10700
0472835f
JB
10701 * net/imap-hash.el (imap-hash-make): Doc fix.
10702 (imap-hash-test): Fix typo in error message; reflow docstring.
10703 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
10704 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
10705 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
10706 Fix typos in docstrings.
10707 (imap-hash-open-connection): Fix typo in error message.
10708
10709 * play/gomoku.el (gomoku): Fix typos in docstring.
10710
10711 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
10712 (gdb-jsonify-buffer): Fix typos in docstring.
10713 (gdb-goto-breakpoint): Fix typo in error message.
10714 ("Display Other Windows"): Fix typo in help message.
10715 (gdb-speedbar-expand-node): Fix typo in question.
10716
10717 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
10718 (idlwave-html-system-help-location, idlwave-html-help-location)
10719 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
10720 (idlwave-help-browser-generic-args, idlwave-help-directory)
10721 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
10722 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
10723 (idlwave-online-help, idlwave-help-html-link)
10724 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
10725 Fix typos in docstrings.
10726 (idlwave-help-with-source, idlwave-help-find-routine-definition):
10727 Reflow docstrings.
10728 (idlwave-help-assistant-start): Fix typo in error message.
10729
10730 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
10731 (octave-electric-space): Fix typos in docstrings.
10732
9bbe0828
CY
107332010-01-01 Chong Yidong <cyd@stupidchicken.com>
10734
10735 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
10736
a88c46c3
CY
107372010-01-01 Juri Linkov <juri@jurta.org>
10738
10739 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 10740 increase the default to 500 (Bug#5148).
a88c46c3 10741
7ee6c59b
NR
107422009-12-31 Nick Roberts <nickrob@snap.net.nz>
10743
10744 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
10745 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
10746 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
10747
a9c8a2cd
NR
107482009-12-30 Nick Roberts <nickrob@snap.net.nz>
10749
10750 Show working revision correctly for mercurial.
10751 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 10752 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 10753
659e4408
JB
107542009-12-29 Juanma Barranquero <lekktu@gmail.com>
10755
10756 Declare some functions for the byte-compiler.
10757 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
10758 (speedbar-timer-fn, speedbar-change-expand-button-char)
10759 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
10760
7ee6c59b
NR
107612009-12-29 Nick Roberts <nickrob@snap.net.nz>
10762
10763 This changeset reverts GDB Graphical Interface to use annotations.
10764 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
10765
460f6e7c
DN
107662009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10767
10768 Make vc-dir work on subdirectories of the bzr root.
6a7662bb
BR
10769 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
10770 Return file names relative to it.
460f6e7c
DN
10771 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
10772 relative directory to vc-bzr-after-dir-status.
10773
543f553a
TH
107742009-12-28 Tassilo Horn <tassilo@member.fsf.org>
10775
10776 * font-lock.el (font-lock-refresh-defaults): New function, which
10777 can be used to let font-lock react to external changes in
10778 variables like font-lock-defaults and keywords.
10779 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
10780
2592ab76
DN
107812009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
10782
ac859983
DN
10783 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
10784
2592ab76
DN
10785 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
10786
58941d03
JB
107872009-12-28 Juanma Barranquero <lekktu@gmail.com>
10788
10789 Supersede color.diff settings in git log (bug#5211).
10790
10791 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
10792 escape chars in its output when the user has color.diff set to `always'.
10793 This fix works on git 1.4.2 and newer (released on 2006-08-13).
10794
39764e76
KR
107952009-12-26 Kevin Ryde <user42@zip.com.au>
10796
10797 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
10798 node. Keep previous "Index" name to work with past coreutils too.
10799
91c4831e
KR
10800 * man.el (man): Revise docstring a bit to show -a and -l as
10801 examples. Add -k description since support for it has otherwise
10802 been a secret. (Further to bug#3717.)
651e932e
KR
10803 (Man-bgproc-sentinel): When "-k foo" produces no output show error
10804 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 10805 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 10806
7f4d4a97
MA
108072009-12-26 Michael Albinus <michael.albinus@gmx.de>
10808
10809 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
10810 switches. Check also for //SUBDIRED// line.
10811
bcffff46
KH
108122009-12-25 Kenichi Handa <handa@m17n.org>
10813
10814 * language/indian.el (devanagari-composable-pattern): Fixed to
10815 handle ZWNJ and ZWJ. Use it in composition-function-table for
10816 Devanagari.
10817 (malayalam-composable-pattern): Fix previous change.
10818
dc1dcfa4
VJL
108192009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10820
10821 * ps-print.el (ps-face-attributes): It was not returning the
10822 attribute face for faces specified as string. Reported by harven
80525855 10823 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
10824 (ps-print-version): New version 7.3.5.
10825
6fe539d2
UJ
108262009-12-18 Ulf Jasper <ulf.jasper@web.de>
10827
85626eef 10828 * calendar/icalendar.el (icalendar--convert-tz-offset):
33aeea0e 10829 Fixed timezone names.
6fe539d2
UJ
10830 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
10831 (icalendar--add-diary-entry): Remove the trailing blank that
10832 diary-make-entry inserts.
10833
1f3611c6
MA
108342009-12-17 Michael Albinus <michael.albinus@gmx.de>
10835
10836 Make `file-expand-wildcards' work for remote files.
10837
10838 * files.el (file-expand-wildcards): In case of remote files, check
10839 only local file name part for wildcards. Provide feature 'files
10840 and subfeature 'remote-wildcards. (Bug#5198)
10841
10842 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
10843 if there is already an established connection.
10844 (tramp-advice-file-expand-wildcards): Remove it.
10845
10846 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 10847 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
10848 Activate advice for older GNU Emacs versions. (Bug#5237)
10849
9762b219
JB
108502009-12-17 Juanma Barranquero <lekktu@gmail.com>
10851
10852 Some doc fixes (more needed).
10853
10854 * find-cmd.el (find-constituents): Reflow docstring.
10855 (find-cmd, find-prune, find-command): Fix typos in docstrings.
10856 (find-generic): Doc fix.
10857
cfb54897
JL
108582009-12-17 Juri Linkov <juri@jurta.org>
10859
10860 Fix regression from 23.1 to allow multiple modes in Local Variables.
10861
10862 * files.el (hack-local-variables-filter): While ignoring duplicates,
10863 don't take `mode' into account.
85626eef
SM
10864 (hack-local-variables-filter, hack-dir-local-variables):
10865 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 10866
ad974e9e
JL
108672009-12-17 Juri Linkov <juri@jurta.org>
10868
85626eef 10869 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
10870
10871 * dired-aux.el (dired-diff): Signal an error when `file' equals to
10872 `current' or when `file' is a directory of the `current' file.
10873
3616e0b9
AS
108742009-12-17 Andreas Schwab <schwab@linux-m68k.org>
10875
10876 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
10877 unconditionally preloaded files.
10878
72b57560
JL
108792009-12-16 Juri Linkov <juri@jurta.org>
10880
10881 Revert to old 23.1 logic of using the file at the mark as default.
10882 * dired-aux.el (dired-diff): Use the file at the mark as default
10883 if it's not the same as the current file, and the target dir is
10884 the current dir or the mark is active. Add the current file
10885 as the arg of `dired-dwim-target-defaults'. Use the default file
10886 in the prompt. (Bug#5225)
10887
68712eb6
MA
108882009-12-15 Michael Albinus <michael.albinus@gmx.de>
10889
10890 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
10891 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
10892 (tramp-check-for-regexp): Check also, when an echoing shell stops
10893 to echo sent commands.
10894
fd471993
CY
108952009-12-14 Chong Yidong <cyd@stupidchicken.com>
10896
10897 * Makefile.in: Revert last change (Bug#5191).
10898
86b5e14c
DN
108992009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
10900
10901 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
10902 (vc-hg-working-revision): Make sure the command is executed in a
10903 known environment so that we can parse the output. (Bug#4417)
86b5e14c 10904
8cffbb75
CY
109052009-12-14 Chong Yidong <cyd@stupidchicken.com>
10906
10907 * progmodes/python.el (python-symbol-completions): Remove text
10908 properties from symbol string before calling python-send-receive.
10909
6c2b67ad
NR
109102009-12-14 Nick Roberts <nickrob@snap.net.nz>
10911
10912 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 10913 when there are values for both file and line. (Bug#5060)
6c2b67ad 10914
ff6f4585
JL
109152009-12-14 Juri Linkov <juri@jurta.org>
10916
10917 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
10918 whitespace after the file name of the first line of unified format,
10919 because git-diff doesn't output whitespace and file modification time
10920 after the file name.
10921
d3de1c8e
JL
109222009-12-14 David Kastrup <dak@gnu.org>
10923
10924 * info.el (Info-hide-cookies-node): Before hiding a cookie,
10925 check if it already has the `display' property added by
10926 `Info-display-images-node', and not put the `invisible' property
10927 in this case.
10928
2f1b7dc4
GM
109292009-12-13 Glenn Morris <rgm@gnu.org>
10930
a0cefee5
GM
10931 * mail/emacsbug.el (message-sort-headers): Define for compiler.
10932 (report-emacs-bug): In message-mode, sort manually before storing
10933 original report text. (Bug#5178)
2f1b7dc4
GM
10934 Remove superfluous save-excursion.
10935
31bb373f
MA
109362009-12-12 Michael Albinus <michael.albinus@gmx.de>
10937
10938 * net/dbus.el (dbus-property-handler): Filter lambda forms out
10939 when responding to "GetAll" properties.
10940
5e1d4968
CY
109412009-12-12 Chong Yidong <cyd@stupidchicken.com>
10942
10943 * simple.el (compose-mail): Remove mail-setup-with-from from
10944 customization checks.
10945
097d86f9
EZ
109462009-12-12 Eli Zaretskii <eliz@gnu.org>
10947
10948 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
10949 RAR archives created on Unix systems.
10950
1d4adede
SM
109512009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
10952
10953 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
10954 the varalias that was accidentally removed by the 2009-11-19 change
10955 (bug#5186).
10956
3ff3655c
KH
109572009-12-12 Kenichi Handa <handa@m17n.org>
10958
10959 * language/indian.el (indian-compose-regexp): New function.
10960 (malayalam-composable-pattern): Fix the pattern.
10961 (composition-function-table): Set malayalam-composable-pattern for
10962 Malayalam characters.
10963
82d3343c
CY
109642009-12-11 Chong Yidong <cyd@stupidchicken.com>
10965
315eb96d
CY
10966 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
10967 rather than down-mouse-1, based on follow-link conventions.
10968
82d3343c
CY
10969 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
10970 are compiled.
10971
86a4c7ac
DN
109722009-12-11 Michael McNamara <mac@mail.brushroad.com>
10973
bf0b361c 10974 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
10975 (verilog-vmm-statement-re, verilog-ovm-statement-re)
10976 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
10977 (verilog-leap-to-head, verilog-backward-token):
10978 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
10979
109802009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
10981
bf0b361c
JB
10982 * progmodes/verilog-mode.el (verilog-auto-lineup)
10983 (verilog-nameable-item-re): Cleanup user-visible spelling and
10984 documentation errors. One reported by Gary Delp.
1d4adede 10985 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
10986 (verilog-read-decls): Fix AUTOWIRE with types declared in a
10987 package, bug195. Reported by Pierre-David Pfister.
10988
fe03f49a
GM
109892009-12-11 Glenn Morris <rgm@gnu.org>
10990
47641aac
GM
10991 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
10992
85094855
GM
10993 * mail/emacsbug.el: No longer require sendmail.
10994 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
10995 (report-emacs-bug-orig-text): Doc fix.
10996 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
10997 New local variables, to adapt to different mail-user-agents.
10998 (report-emacs-bug): Fix test for a gnu.org address.
10999 Use overlays for emphasis, since font-lock defeats 'face property.
11000 Pretest bugs also end up at the newsgroup these days.
11001 Stop message-mode stripping text properties.
11002 Set and use the new buffer-local variables.
11003 (report-emacs-bug-hook): Add doc-string.
11004 Remove some unnecessary save-excursions and simplify.
11005 Use the appropriate hook and send-command.
11006
fe03f49a
GM
11007 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
11008 capitalization of some menu entries.
11009
345427f0
VJL
110102009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11011
277e6741
MP
11012 * whitespace.el (whitespace-display-char-on):
11013 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
11014 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
11015 New version 12.1.
11016
c70ccbba
EZ
110172009-12-10 Eli Zaretskii <eliz@gnu.org>
11018
11019 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
11020 characters in the Attribute field.
11021
f1943c1b
DN
110222009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
11023
11024 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
11025
1c67aeaa
SM
110262009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
11027
11028 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
11029 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11030 Disregard autoload-excludes.
11031 (update-directory-autoloads): Obey autoload-excludes here instead.
11032 But don't store its contents in no-autoloads and remove entries that
11033 refer to excludes files.
11034
d8194864
GM
110352009-12-10 Glenn Morris <rgm@gnu.org>
11036
8c0171c0
GM
11037 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
11038 (expand-mail-aliases): Define for compiler.
11039
dba372dd
GM
11040 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
11041 Define for compiler.
11042
d8194864
GM
11043 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
11044 appropriate for the mail-user-agent in use.
11045
fe5facd3
MA
110462009-12-09 Michael Albinus <michael.albinus@gmx.de>
11047
11048 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
11049
99999a1d
DN
110502009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
11051
11052 Fix short log parsing and fontification.
11053 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
11054 Fix fontification for the [merge] label.
11055
2ea1c4aa
SM
110562009-12-09 Vivek Dasmohapatra <vivek@etla.org>
11057
85626eef 11058 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
11059 * htmlfontify.el (hfy-ignored-properties): New defcustom.
11060 (hfy-fontify-buffer): Use it.
11061
9840deb6
SM
110622009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
11063
a0d1aadf
SM
11064 Minor cleanup.
11065 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
11066 Adjust all callers.
11067 (ffap-locate-file): Remove unused arg `dir-ok' and make other
11068 args compulsory. Adjust callers.
11069 (ffap-gopher-at-point): Remove unused var `name'.
11070
9840deb6
SM
11071 Get rid of the ELCFILES abomination.
11072 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
11073 (compile-elcfiles): New phony target.
11074 (compile-main): Compute ELCFILES dynamically.
11075 (compile-clean): New target to remove left-over elc files.
11076 (compile, all): Use it.
11077
7eb3f9a8
KH
110782009-12-09 Kenichi Handa <handa@etlken>
11079
11080 * international/mule-diag.el: Require help-mode instead of help-fns.
11081
ae63e572
KH
110822009-12-09 Kenichi Handa <handa@m17n.org>
11083
5ce6e4f4 11084 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
11085 fine ranges instead of pre-calculating accurate ranges.
11086 Iterate with bigger gc-cons-threshold.
ae63e572 11087
e2f3c692
DN
110882009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11089
11090 Add support for stashing a snapshot of the current tree.
11091 * vc-git.el (vc-git-stash-snapshot): New function.
11092 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
11093
cf6d0352
JB
110942009-12-08 Jose E. Marchesi <jemarch@gnu.org>
11095
11096 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
11097 instead of `(beginning|end)-of-line'.
11098
48e4acc9
GM
110992009-12-08 Glenn Morris <rgm@gnu.org>
11100
6e890faa
GM
11101 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
11102
48e4acc9
GM
11103 * Makefile.in (ELCFILES): Regenerate.
11104
d2a1dc7b
JL
111052009-12-07 Juri Linkov <juri@jurta.org>
11106
11107 Don't lazy-highlight the comint output in history Isearch mode.
11108
11109 * comint.el (comint-history-isearch-search): Instead of
11110 `comint-line-beginning-position', use `comint-after-pmark-p'
11111 to check if point if before the process mark, and go to
11112 `process-mark' in this case.
11113
51ef56c4
SM
111142009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
11115
fb10ee4a
SM
11116 * textmodes/tex-mode.el (latex-complete)
11117 (latex-indent-or-complete): Remove.
11118 (latex-mode): Set completion-at-point-functions instead.
11119
11120 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
11121 * minibuffer.el (completion-at-point-functions): New var.
11122 (completion-at-point): New command.
fb10ee4a 11123 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
11124 * progmodes/python.el (python-mode-map): Use completion-at-point.
11125 (python-completion-at-point): Rename from python-partial-symbol and
11126 adjust for use in completion-at-point-functions.
11127 (python-mode): Setup completion-at-point for Python completion.
11128 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
11129 extracted from lisp-complete-symbol.
11130 (lisp-complete-symbol): Use it.
11131 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
11132 setup completion-at-point for Elisp completion.
fb10ee4a
SM
11133 (emacs-lisp-mode-map, lisp-interaction-mode-map):
11134 Use completion-at-point.
51ef56c4 11135 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 11136 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
11137 * progmodes/sym-comp.el: Move to...
11138 * obsolete/sym-comp.el: Move from progmodes.
11139
5e7a9022
EZ
111402009-12-07 Eli Zaretskii <eliz@gnu.org>
11141
11142 Prevent save-buffer in Rmail buffers from using the coding-system
11143 of the current message, and from clobbering the encoding mnemonics
11144 in the mode line (Bug#4623).
11145
11146 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
11147 flag, too.
11148 (rmail-message-encoding): New variable.
11149 (rmail-write-region-annotate): Record the encoding of the current
11150 message in rmail-message-encoding.
11151 (rmail-after-save-hook): New function, restores the encoding of
11152 the current message after the message collection is saved.
11153
9136e895
JL
111542009-12-07 Juri Linkov <juri@jurta.org>
11155
11156 * progmodes/grep.el (grep-read-files): Use `completing-read'
11157 instead of `read-string'. Set its `collection' arg to
11158 `read-file-name-internal'. (Bug#4301)
11159
40637410
JL
111602009-12-07 Juri Linkov <juri@jurta.org>
11161
11162 Correctly restore original Isearch point. (Bug#4994)
11163
11164 * isearch.el (isearch-mode): Move `isearch-push-state' after
11165 `(run-hooks 'isearch-mode-hook)'.
11166 (isearch-cancel): When `isearch-push-state-function' is defined,
11167 let-bind `isearch-cmds' to the first state (the last element of
11168 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
11169 function and restores the original point). Otherwise, move point
11170 to `isearch-opoint'.
11171
da10ce2b
SM
111722009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
11173
11174 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
11175 chars that don't have names, so the table can be built much faster at
11176 run-time.
11177
3d68fa99
CY
111782009-12-07 Chong Yidong <cyd@stupidchicken.com>
11179
f82b1493
CY
11180 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
11181 change. Suggested by David Kastrup.
11182
3d68fa99
CY
11183 * simple.el (compose-mail): Check for incompatibilities and warn.
11184 (compose-mail-user-agent-warnings): New option.
11185
662c5698
DN
111862009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
11187
11188 Support showing a single log entry from vc-annotate.
11189 * vc.el (print-log): Add a new argument: START-REVISION.
11190 (vc-print-log-internal): Add a new optional argument and
11191 pass it to the backend.
11192 (vc-print-log, vc-print-root-log): Adjust callers.
11193 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
11194 buffer already displays the requested log entry, use it.
11195 Otherwise display only the log entry in question.
11196 * vc-svn.el (vc-svn-print-log):
e4070cdc 11197 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
11198 * vc-hg.el (vc-hg-state):
11199 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
11200 (vc-git-show-log-entry): Return t on success.
11201 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
11202 (vc-bzr-show-log-entry): Return t on success.
11203 * vc-rcs.el (vc-rcs-print-log):
11204 * vc-sccs.el (vc-sccs-print-log):
11205 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
11206
e4070cdc
GM
112072009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
11208
5ce6e4f4
JB
11209 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
11210 Add menus to the meta mode. (Bug#5043)
e4070cdc 11211
5ce6e4f4 112122009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
11213
11214 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 11215 event-key.
662c5698 11216
662c5698
DN
11217 * ediff.el (ediff-buffers-internal): Add unwind-protect.
11218
dab816a9
MA
112192009-12-07 Michael Albinus <michael.albinus@gmx.de>
11220
11221 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
11222 Berbain <raphael.berbain@gmail.com>.
11223
11224 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
11225 characters.
11226 (tramp-initial-end-of-output): New defconst.
11227 (tramp-methods, tramp-find-shell)
11228 (tramp-open-connection-setup-interactive-shell)
11229 (tramp-maybe-open-connection): Use it.
6a7662bb
BR
11230 (tramp-shell-prompt-pattern, tramp-wait-for-output):
11231 Handle existence of `#' and `$'.
dab816a9 11232
6a7662bb
BR
11233 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
11234 Use `tramp-initial-end-of-output'.
dab816a9 11235
a91e1f6b
DN
112362009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
11237
11238 Get the background mode from the terminal for xterm, and set
11239 faces accordingly.
11240 * term/xterm.el (xterm-set-background-mode): New function.
11241 (terminal-init-xterm): Use it in case xterm supports background
11242 color queries. Recompute faces after getting the background
11243 color.
11244
5fa9d1ec
GM
112452009-12-07 Ulrich Mueller <ulm@gentoo.org>
11246
11247 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
11248 number comment back on its own line, for easier parsing.
11249
5e9fde5e
SM
112502009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
11251
11252 Make it work for non-file buffers (bug#5102).
11253 * doc-view.el (doc-view-current-cache-dir):
11254 Use doc-view-buffer-file-name rather than buffer-file-name.
11255 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
11256
2f2f5242
CY
112572009-12-06 Óscar Fuentes <ofv@wanadoo.es>
11258
11259 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
11260 author field is too short.
11261
cebf8ec6
DN
112622009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
11263
5e9fde5e
SM
11264 * vc-git.el (vc-git-print-log): Handle a limit argument.
11265 Display the short log in graph form and with labels.
0d3f8a78
DN
11266 (vc-git-log-view-mode): Handle labels.
11267
cebf8ec6
DN
11268 Make vc-revert change VC state from 'added to 'unregistered.
11269 * vc-git.el (vc-git-revert): Call git reset first.
11270
8e39154d
UJ
112712009-12-06 Ulf Jasper <ulf.jasper@web.de>
11272
d8194864
GM
11273 * net/newst-backend.el, net/newst-plainview.el:
11274 * net/newst-reader.el, net/newst-ticker.el:
11275 * net/newst-treeview.el, net/newsticker.el:
11276 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 11277
ef187c24
CY
112782009-12-06 Chong Yidong <cyd@stupidchicken.com>
11279
238a0f3a
CY
11280 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
11281
2c6bb71a
CY
11282 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
11283 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
11284 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
11285 Update annotation regexp.
11286
ef187c24
CY
11287 * simple.el (beginning-of-visual-line): Constrain to field
11288 boundaries (Bug#5106).
11289
571855b6
UJ
112902009-12-06 Ulf Jasper <ulf.jasper@web.de>
11291
6a7662bb
BR
11292 * xml.el (xml-substitute-numeric-entities):
11293 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 11294 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
11295 * net/newst-backend.el (newsticker--parse-generic-feed)
11296 (newsticker--parse-generic-items)
6a7662bb
BR
11297 (newsticker--decode-numeric-entities):
11298 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 11299 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 11300
b857059c
CY
113012009-12-06 Daniel Colascione <dan.colascione@gmail.com>
11302
11303 * progmodes/js.el (js--js-not): Add null to the list of values.
11304
c2dae51b
CY
113052009-12-06 Chong Yidong <cyd@stupidchicken.com>
11306
d8194864 11307 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 11308
ed0f72d2
RW
113092009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11310
11311 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
11312 delimiter if it is at the end of the current line.
11313 (bibtex-generate-url-list): Fix docstring.
11314
365b9a62
SM
113152009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11316
11317 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
11318 minibuffer's content with itself.
11319 Fold the confirm-after-completion case into the `confirm' case.
11320 (completion-pcm-word-delimiters): Add : and / to the delimiters.
11321
990a9cb1
KR
113222009-12-06 Kevin Ryde <user42@zip.com.au>
11323
11324 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 11325 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 11326
8b5a10db 11327 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 11328 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 11329
065543e7
JL
113302009-12-05 Juri Linkov <juri@jurta.org>
11331
11332 Save and restore dired buffer's point positions too. (Bug#4880)
11333
11334 * dired.el (dired-save-positions): Return in the first element
11335 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
11336 Doc fix.
11337 (dired-restore-positions): First restore buffer's position.
11338 While restoring window's positions, check if window still displays
11339 the original buffer.
11340
503edac9
CY
113412009-12-05 Chong Yidong <cyd@stupidchicken.com>
11342
9a594ee6
CY
11343 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
11344 if possible.
11345
925f8c70
CY
11346 * shell.el (shell): Require ansi-color (Bug#5113).
11347
11348 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
11349
503edac9
CY
11350 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
11351
8fea6b33
AM
113522009-12-05 Alan Mackenzie <acm@muc.de>
11353
11354 * progmodes/cc-mode.el (c-before-hack-hook)
11355 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
11356 `c-file-style' to work again. This reversion restores the current
212c5aef 11357 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 11358
5d1fd962
CY
113592009-12-05 Kevin Ryde <user42@zip.com.au>
11360
6a7662bb
BR
11361 * textmodes/sgml-mode.el (sgml-lexical-context):
11362 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 11363
30760c8b
JL
113642009-12-05 Juri Linkov <juri@jurta.org>
11365
11366 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
11367 for virtual nodes. (Bug#4147)
11368 (Info-find-node-2): Set `Info-current-node-virtual' to nil
11369 when moving from a virtual node.
11370 (Info-mode-menu): Add `Info-virtual-index' to the menu.
11371 (Info-mode): Add `Info-virtual-index' to the docstring.
11372
403111a8
RW
113732009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11374
11375 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
11376 track of the buffer position of the end of a BibTeX entry as this
11377 position may change during reformatting.
11378 (bibtex-format-entry): Remove whitespace before processing
11379 numerical fields so that we recognize the latter properly.
11380 (bibtex-reformat): Do not use push which changes the global value
11381 of bibtex-entry-format.
11382 (bibtex-field-braces-alist, bibtex-field-strings-alist)
11383 (bibtex-field-re-init): Replace only space characters by regexp
11384 for whitespace.
365b9a62 11385 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
11386 (bibtex-initialize): Also update bibtex-strings.
11387 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
11388 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
11389 Update bibtex-reference-keys.
403111a8 11390
25b54627
SM
113912009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
11392
11393 * minibuffer.el (completion-pcm--merge-try): Also consider placing
11394 point after a star, if that's the only place where modifications can
11395 make progress.
11396
35639eb4
DN
113972009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
11398
11399 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
11400 in docstrings.
11401
8b78760b
JL
114022009-12-04 Juri Linkov <juri@jurta.org>
11403
11404 * proced.el (proced): Call `(proced-update t)' to update process
11405 information instead of only running proced-post-display-hook.
11406 (proced-send-signal): Add a leading space to the buffer name
11407 " *Marked Processes*" to make this buffer ephemeral.
11408
2b3489a7
JL
114092009-12-04 Juri Linkov <juri@jurta.org>
11410
11411 * dired.el (dired-auto-revert-buffer): New defcustom.
11412 (dired-internal-noselect): Use it.
11413
9b9debd1
JL
114142009-12-04 Juri Linkov <juri@jurta.org>
11415
11416 Change roles of modes and functions in image-mode.el (Bug#5062).
11417
11418 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
11419 in `auto-mode-alist'.
11420 (image-mode-previous-major-mode): New variable.
11421 (image-minor-mode-map): Rename from `image-mode-text-map'.
11422 (image-mode): Move graceful error-handling code from
11423 `image-minor-mode' to here. On errors call `image-mode-as-text'.
11424 (image-minor-mode): Remove all image-handling code.
11425 Replace `image-mode-text-map' with `image-minor-mode-map'.
11426 Check for `image-type' in mode-line format string.
11427 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
11428 (image-mode-as-text): New function with most code from
11429 `image-mode-maybe'.
11430 (image-toggle-display-text): Move code that removes image
11431 properties from `image-toggle-display' to here.
11432 (image-toggle-display-image): New function with code that adds
11433 image properties copied from `image-toggle-display'.
11434 (image-toggle-display): Remove most code with leaving only code
11435 that toggles between `image-mode-as-text' and `image-mode'.
11436
0c74a301
UJ
114372009-12-04 Ulf Jasper <ulf.jasper@web.de>
11438
11439 * net/newst-treeview.el
11440 (newsticker--treeview-list-highlight-start): Restored call to
11441 save-excursion: Selected item was stuck.
11442 (newsticker--treeview-list-select): New.
11443 (newsticker--treeview-item-show-text)
11444 (newsticker--treeview-item-show)
11445 (newsticker--treeview-item-update): Use new
11446 newsticker-treeview-item-mode.
11447 (newsticker-treeview-update): Keep current item.
11448 (newsticker-treeview-next-new-or-immortal-item): Doc change.
11449 (newsticker--treeview-first-feed): Doc change.
11450 (newsticker-treeview-list-menu)
11451 (newsticker-treeview-item-menu): Added menu entries.
11452 (newsticker-treeview-item-mode): New.
11453
5ce6e4f4 11454 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
11455 windows.
11456
9eaeec5b
SS
114572009-12-04 Sam Steingold <sds@gnu.org>
11458
11459 * log-view.el (log-view-mode-map): "q" calls quit-window,
11460 like in all the other non-self-insert buffers.
11461
b2bf5be5
SM
114622009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
11463
11464 Minor cleanup.
11465 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
11466 key decoding rather than do it manually via last-input-event +
11467 ascii-character.
11468 (term-exec): Use delete-and-extract-region.
11469 (term-handle-ansi-terminal-messages): Remove unused var `end'.
11470 (term-process-pager): Remove unused var `i'.
11471 (term-dynamic-simple-complete): Make obsolete.
11472 (serial-update-config-menu): Remove unused vars `y' and `str'.
11473 (term-update-mode-line): Remove unused var `temp'.
11474
46e5c897
DN
114752009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
11476
11477 Limit the number of log entries displayed by default.
11478 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
11479 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
11480 using a prefix argument.
11481
627e0a14
GM
114822009-12-03 Glenn Morris <rgm@gnu.org>
11483
11484 * progmodes/idlwave.el (class): Restore still useful declaration.
11485
8578c224
AM
114862009-12-03 Alan Mackenzie <acm@muc.de>
11487
4abc318c 11488 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 11489
b2bf5be5
SM
11490 * progmodes/cc-mode.el (c-basic-common-init):
11491 Call c-state-cache-init.
9762b219 11492 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 11493 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 11494 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
11495
11496 * progmodes/cc-langs.el (c-before-font-lock-function):
11497 c-extend-and-neutralize-syntax-in-CPP has been renamed
11498 c-neutralize-syntax-in-and-mark-CPP.
11499
11500 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
11501 with `category' properties now, not `syntax-table' ones.
11502
11503 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
11504 enhanced (but slower) version of c-end-of-macro that won't land
11505 inside a literal or on another awkward character.
11506 (c-state-cache-too-far, c-state-cache-start)
11507 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
11508 (c-state-nonlit-pos-cache-limit, c-state-point-min)
11509 (c-state-point-min-lit-type, c-state-point-min-lit-start)
11510 (c-state-min-scan-pos, c-state-brace-pair-desert)
11511 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
11512 buffer local variables.
11513 (c-state-literal-at, c-state-lit-beg)
11514 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
11515 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
11516 (c-state-cache-top-paren, c-state-cache-after-top-paren)
11517 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
11518 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
11519 (c-renarrow-state-cache)
11520 (c-append-lower-brace-pair-to-state-cache)
11521 (c-state-push-any-brace-pair, c-append-to-state-cache)
11522 (c-remove-stale-state-cache)
11523 (c-remove-stale-state-cache-backwards, c-state-cache-init)
11524 (c-invalidate-state-cache-1, c-parse-state-1)
11525 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
11526 (c-parse-state): Enhance and refactor.
11527 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
11528
11529 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
11530 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
11531 modify to use category text properties rather than syntax-table ones.
11532 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
11533 to switch off/on the syntactic paren property of C++ template
11534 delimiters using the category property.
11535 (c-with-<->-as-parens-suppressed): Macro to invoke code with
11536 template delims suppressed.
11537 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
11538 New constant/macros which apply category properties to the start
11539 and end of preprocessor constructs.
b2bf5be5 11540 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
11541 "comment out" the syntactic value of characters in preprocessor
11542 constructs.
11543 (c-with-cpps-commented-out)
11544 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
11545 with characters in all or all but one preprocessor constructs
11546 "commented out".
11547
0d4dc442
RW
115482009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11549
11550 * proced.el (proced-filter-alist): Use regexp-quote.
11551
a09dc9bf
MA
115522009-12-03 Michael Albinus <michael.albinus@gmx.de>
11553
11554 Cleanup.
11555 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
11556 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
11557 arguments. Expand `default-directory'.
11558
11559 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
11560 the benefit of returning an expanded localname.
11561 (tramp-tramp-file-p): Handle the case NAME is not a string.
11562
3f6bd790
DN
115632009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
11564
4dfb3b9c
DN
11565 Add support for bzr shelve/unshelve.
11566 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
11567 (vc-bzr-extra-menu-map): New variables.
11568 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
11569 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
11570 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
11571 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
11572 (vc-bzr-dir-extra-headers): Display shelves.
11573
3f6bd790
DN
11574 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
11575
842d73a1
SM
115762009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11577
11578 * textmodes/bibtex.el (bibtex-complete-internal):
11579 Use completion-in-region.
11580 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
11581
7fa4876f
DN
115822009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
11583
11584 Support applying stashes. Improve UI.
11585 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
11586 (vc-git-stash-apply, vc-git-stash-pop)
11587 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
11588 (vc-git-stash-menu): New functions.
11589 (vc-git-stash-menu-map): New variable.
11590 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
11591
d6e82452
GM
115922009-12-03 Glenn Morris <rgm@gnu.org>
11593
11594 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
11595 (vc-print-log-internal): Fix previous change.
11596 (vc-revert): Correct pluralization.
11597
8d222148
SM
115982009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11599
ea52206b
SM
11600 * progmodes/make-mode.el (makefile-special-targets-list): No need for
11601 it to be an alist any more.
11602 (makefile-complete): Use completion-in-region.
11603
69a94a37
SM
11604 * progmodes/octave-mod.el (octave-complete-symbol):
11605 Use completion-in-region.
11606
8d222148
SM
11607 Misc cleanup.
11608 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
11609 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
11610 (idlwave-complete-class): Don't quote lambda.
11611 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
11612 (idlwave-mode-map): Move initialization into declaration.
11613 (idlwave-action-and-binding): Use backquotes.
11614 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
11615 Simplify.
11616 (idlwave-is-pointer-dereference): Remove unused var `pos'.
11617 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
11618 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
11619 `parts', and `all-parts'.
11620 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
11621 (idlwave-convert-xml-system-routine-info): Remove unused string
11622 `version-string'.
11623 (idlwave-display-user-catalog-widget): Use dolist.
11624 (idlwave-scanning-lib): Declare dynamically-scoped var.
11625 (idlwave-scan-library-catalogs): Remove unused var `flags'.
11626 (completion-highlight-first-word-only): Declare to silence bytecomp.
11627 (idlwave-popup-select): Tighten scope of `resp'.
11628 (idlwave-find-struct-tag): Remove unused var `beg'.
11629 (idlwave-after-load-rinfo-hook): Declare.
11630 (idlwave-sintern-class-info): Remove unused var `taglist'.
11631 (idlwave-find-class-definition): Remove unused var `list'.
11632 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
11633 (idlwave-what-module-find-class): Remove unused var `classes'.
11634
3bb8691b
JB
116352009-12-03 Juanma Barranquero <lekktu@gmail.com>
11636
11637 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
11638
f72f0c23
SM
116392009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11640
11641 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
11642 buffers visited. Remove redundant current-buffer-saving.
11643
601a9508
SM
116442009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11645
11646 Use completion-in-buffer and remove uses of dynamic scoping.
11647 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
11648 (pascal-buffer-to-use, pascal-flag): Don't declare.
11649 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
11650 (pascal-get-completion-decl, pascal-keyword-completion):
11651 Add `pascal-str' argument, save-excursion,
11652 return the found completions, and don't filter with pascal-pred.
11653 (pascal-completion-cache): New var.
11654 (pascal-completion): Don't switch buffer any more (it was never
11655 necessary). Don't save-excursion any more (it's done by the called
11656 subroutines). Use a cache to avoid redundant computations.
11657 Use complete-with-action rather than pascal-completion-response and
11658 let it apply the predicate as well.
11659 (pascal-complete-word): Use completion-in-buffer when
11660 pascal-toggle-completions is nil.
11661 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
11662 not used any more.
11663 (pascal-comp-defun): Don't change buffer any more.
11664 Use complete-with-action rather than pascal-completion-response and
11665 let it apply the predicate as well.
11666 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
11667 when neded.
11668
1ff4cb98
KH
116692009-12-02 Kenichi Handa <handa@m17n.org>
11670
11671 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
11672 shape for all Indic scripts.
11673
bb12edf1
SM
116742009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11675
11676 Use completion-in-buffer.
11677 * wid-edit.el (widget-field-text-end): New function.
11678 (widget-field-value-get): Use it.
11679 (widget-string-complete, widget-file-complete)
11680 (widget-color-complete): Use it and completion-in-region.
11681 (widget-complete): Don't narrow the buffer.
11682
5813f6ef
GM
116832009-12-02 Glenn Morris <rgm@gnu.org>
11684
c920f222
GM
11685 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
11686 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
11687 * mail/rmailsum.el: Replace all pop-to-buffer calls with
11688 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 11689
5813f6ef
GM
11690 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
11691 save-excursion with save-current-buffer.
11692 Widen before searching. (Bug#5093)
11693 (diary-list-sexp-entries): Remove superfluous save-excursion.
11694
34b1d750
GM
116952009-12-02 Michael Welsh Duggan <mwd@cert.org>
11696
11697 * woman.el (woman-make-bufname): Handle man-pages with "." in the
11698 name. (Bug#5038)
11699
b2d5f31a
GM
117002009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
11701
11702 * ido.el (ido-file-internal): Handle filenames at point that do
11703 not have a directory part. (Bug#5049)
11704
c710ac3c
JB
117052009-12-02 Juanma Barranquero <lekktu@gmail.com>
11706
11707 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
11708 (mpc-songs-jump-to, mpc-resume): Doc fixes.
11709
9946be46
SM
117102009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
11711
11712 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
11713 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
11714 any more.
11715
b08016f2
SM
117162009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
11717
e7440df4
SM
11718 * comint.el (comint-insert-input): Ignore clicks to the right of
11719 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
11720
3bb8691b 11721 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
11722 terminate before setting up the major mode.
11723
f3b757f5
SM
11724 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
11725 in case.
11726
a2877f1d
SM
11727 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
11728 the last element.
11729
b08016f2
SM
11730 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
11731
782d6e30
GM
117322009-12-01 Glenn Morris <rgm@gnu.org>
11733
11734 * window.el (window--display-buffer-2): Fix previous changes.
11735
28f57f7e
CY
117362009-12-01 Chong Yidong <cyd@stupidchicken.com>
11737
11738 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
11739
c31a2fdc
GM
117402009-12-01 Glenn Morris <rgm@gnu.org>
11741
11742 * Makefile.in (ELCFILES): Add mpc.elc.
11743
e1ada222
SM
117442009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
11745
11746 * mpc.el: New file.
11747
0c9ff2c5
GM
117482009-12-01 Glenn Morris <rgm@gnu.org>
11749
3689984f
GM
11750 * window.el (window-to-use): Define for compiler.
11751
3ab4308b
GM
11752 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
11753 consistent with others (no final period).
11754
0c9ff2c5
GM
11755 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
11756 (rmail-mime-show): Downcase the encoding. (Bug#5070)
11757
fb0c18ff
DN
117582009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
11759
11760 Make vc-print-log buttons work.
045b9da7 11761 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 11762
2ac7e73e
JB
117632009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
11764
11765 * savehist.el (savehist-autosave-interval): Allow setting to nil
11766 through customize. (Bug#5056)
11767
5237d741
JB
117682009-11-30 Juanma Barranquero <lekktu@gmail.com>
11769
11770 Fix references to jit-lock properties.
11771 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11772 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
11773 (perl-font-lock-special-syntactic-constructs):
11774 Quote jit-lock-defer-multiline property.
11775
379241fa
DN
117762009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
11777
11778 * vc-git.el (vc-git-registered): Call vc-git-root only once.
11779
054ae856
JL
117802009-11-30 Juri Linkov <juri@jurta.org>
11781
11782 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
11783 value `buffer' of `multi-isearch-next-buffer-current-function'.
11784 Use `(current-buffer)' when `buffer' is nil.
11785 (multi-isearch-next-buffer-from-list): Don't fallback to
11786 `(current-buffer)' when `buffer' is nil. (Bug#4947)
11787
67296dda
JL
117882009-11-30 Juri Linkov <juri@jurta.org>
11789
11790 * misearch.el (multi-isearch-read-buffers): Move canonicalization
11791 of buffers with `get-buffer' to `multi-isearch-buffers'.
11792 (multi-isearch-buffers, multi-isearch-buffers-regexp):
11793 Canonicalize BUFFERS with `get-buffer'. Doc fix.
11794 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
11795 FILES with `expand-file-name' converting relative file names
11796 to absolute. Doc fix. (Bug#4727)
11797
c585bf32
JL
117982009-11-30 Juri Linkov <juri@jurta.org>
11799
11800 * misearch.el (multi-isearch-read-buffers)
11801 (multi-isearch-read-matching-buffers): New functions.
11802 (multi-isearch-buffers, multi-isearch-buffers-regexp):
11803 Use them in the `interactive' spec. Doc fix.
11804 (multi-isearch-read-files, multi-isearch-read-matching-files):
11805 New functions.
11806 (multi-isearch-files, multi-isearch-files-regexp):
11807 Use them in the `interactive' spec. Doc fix. (Bug#4725)
11808
0a745733
JL
118092009-11-30 Juri Linkov <juri@jurta.org>
11810
11811 * doc-view.el (doc-view-continuous):
11812 Rename from `doc-view-continuous-mode'.
11813 (doc-view-menu): Move "Toggle display" to the top.
11814 Add submenu "Continuous" with radio buttons "Off"/"On"
11815 and "Save as Default".
11816 (doc-view-scroll-up-or-next-page)
11817 (doc-view-scroll-down-or-previous-page)
11818 (doc-view-next-line-or-next-page)
6a7662bb
BR
11819 (doc-view-previous-line-or-previous-page):
11820 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 11821
1f9689eb
JL
118222009-11-30 Juri Linkov <juri@jurta.org>
11823
11824 * comint.el (comint-mode-map): Rebind `M-r' from
11825 `comint-previous-matching-input' to
11826 `comint-history-isearch-backward-regexp'.
11827 Unbind `M-s' to allow global key binding `M-s'.
11828 Add menu items for `comint-history-isearch-backward' and
11829 `comint-history-isearch-backward-regexp'. (Bug#3746)
11830
2952b1ae
JL
118312009-11-30 Juri Linkov <juri@jurta.org>
11832
11833 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
11834 For def=recenter, replace `recenter' with `recenter-top-bottom'
11835 that is called with `this-command' and `last-command' let-bound
11836 to `recenter-top-bottom'. When the last `def' was not `recenter',
11837 set `recenter-last-op' to nil. (Bug#4981)
11838
7a9547ca
SM
118392009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
11840
20565545
SM
11841 Minor cleanup and simplification.
11842 * filecache.el (file-cache-add-directory)
11843 (file-cache-add-directory-recursively)
11844 (file-cache-add-from-file-cache-buffer)
11845 (file-cache-delete-file-regexp, file-cache-delete-directory)
11846 (file-cache-files-matching-internal, file-cache-display): Use dolist.
11847 (file-cache-temp-minibuffer-message): Delete function.
11848 (file-cache-minibuffer-complete): Use minibuffer-message instead.
11849
7a9547ca
SM
11850 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11851 Don't signal an error when bumping into EOB in tr, s, or y.
11852
08e968f3
JL
118532009-11-29 Juri Linkov <juri@jurta.org>
11854
11855 * startup.el (fancy-about-text): Fix wording of Guided Tour.
11856 (Bug#4960)
11857
11858 * descr-text.el (describe-char-unidata-list): Use lowercase name
11859 for "Unicode name" like in other tags.
11860
f8d170a4
JL
118612009-11-29 Juri Linkov <juri@jurta.org>
11862
11863 * ediff-util.el (ediff-minibuffer-with-setup-hook):
11864 New compatibility macro.
7a9547ca 11865 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 11866
0116abbd
JL
118672009-11-29 Juri Linkov <juri@jurta.org>
11868
11869 Add defcustom to define the cycling order of `recenter-top-bottom'.
11870 (Bug#4981)
11871
11872 * window.el (recenter-last-op): Doc fix.
11873 (recenter-positions): New defcustom.
11874 (recenter-top-bottom): Rewrite to use `recenter-positions'.
11875 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
11876
61eef560
MA
118772009-11-29 Michael Albinus <michael.albinus@gmx.de>
11878
11879 Improve integration of Tramp and ange-ftp in eshell.
11880
e4070cdc 11881 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
11882 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
11883 (eshell/sudo): Flatten args. Let-bind `default-directory'.
11884
11885 * eshell/esh-util.el (top): Require also Tramp when compiling.
11886 (eshell-directory-files-and-attributes): Check for FTP remote
11887 connection.
11888 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
11889 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
11890 (eshell-file-attributes): Handle ".". Return `entry'.
11891
11892 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
11893 (ange-ftp-directory-files-and-attributes)
11894 (ange-ftp-real-directory-files-and-attributes): New defuns.
11895
11896 * net/tramp.el (tramp-maybe-open-connection): Open the remote
11897 shell with "exec" when possible. This prevents trailing prompts
11898 in `start-file-process'.
11899
f5467d3f
SM
119002009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11901
21f49db9
SM
11902 Try and remove assumptions about point-min==1.
11903 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
11904 (rng-compute-mode-line-string): Show the validation percentage in
11905 terms of the narrowed text, not the widened text.
11906 (rng-do-some-validation): Don't catch internal errors when debugging.
11907 (rng-first-error): Simplify.
11908 (rng-after-change-function): Remove work around. AFAIK the bug has
11909 been fixed a while ago.
11910
26224faf
SM
11911 * image-mode.el (image-minor-mode): Exit more gracefully when the image
11912 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
11913
d7117720
SM
11914 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
11915
f5467d3f
SM
11916 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
11917 `cd' doesn't always do it for us (bug#5067).
11918
11919 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
11920 on 2009-10-25 as part of some other change (bug#5067).
11921
c5269f1c
SM
119222009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
11923
62a258a7
SM
11924 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
11925 `suspicious'.
11926 (byte-compile-warnings): Use byte-compile-warning-types.
11927 (byte-compile-save-excursion): Warn about use of set-buffer right
11928 after save-excursion.
11929
c5269f1c
SM
11930 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
11931 the excursion as well.
11932
3ba30eb8
MA
119332009-11-27 Michael Albinus <michael.albinus@gmx.de>
11934
11935 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
11936 providing a Tramp related implementation of "su" and "sudo".
11937 (eshell-unix-initialize): Add "su" and "sudo".
11938
6c6f788d
DU
119392009-11-27 Daiki Ueno <ueno@unixuser.org>
11940
11941 * net/socks.el (socks-send-command): Convert binary request to
11942 unibyte before sending. This fixes mishandling of some port
11943 numbers such as 129.
11944
10c877fe
SM
119452009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
11946
6f06a171
SM
11947 * help.el (describe-bindings-internal): Remove `interactive'.
11948
10c877fe
SM
11949 * man.el (Man-completion-table): Trim a terminating "(".
11950 Remove the space between name page a section.
11951 Add the command's description on the `help-echo' property.
c5269f1c
SM
11952 Remove `process-connection-type' binding since it's unused by
11953 call-process.
10c877fe
SM
11954 Provide completion for the "<section> <name>" format as well.
11955 (Man-default-man-entry): Remove spurious var shadowing the argument.
11956
c44a4822
KR
119572009-11-26 Kevin Ryde <user42@zip.com.au>
11958
11959 * log-view.el: Add "Keywords: tools", since its other keywords
11960 aren't in finder-known-keywords, and following vc.el.
11961
9d58f081
KR
11962 * sha1.el (sha1-string-external): default-directory "/" in case
11963 otherwise non-existent. process-connection-type pipe for touch of
11964 efficiency recommended by elisp manual. (An aside in Bug#3911.)
11965
72fe6b25
SM
119662009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
11967
11968 Misc coding convention cleanups.
11969 * htmlfontify.el (hfy-init-kludge-hook): Rename from
11970 hfy-init-kludge-hooks.
11971 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
11972 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
11973 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
11974 and push.
11975 (hfy-slant, hfy-weight): Use tables rather than code.
11976 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
11977 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
11978 (hfy-face-attr-for-class): Initialize `face-spec' directly.
11979 (hfy-face-to-css): Remove `nconc' with single arg.
11980 (hfy-p-to-face-lennart): Use `or'.
11981 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
11982 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
11983 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
11984 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
11985 (hfy-force-fontification): Use run-hooks.
11986
85e0a536
SM
119872009-11-26 Vivek Dasmohapatra <vivek@etla.org>
11988
11989 Various minor fixes.
11990 * htmlfontify.el (hfy-default-header): Add toggle_invis since
11991 Javascript belongs in the header, not the body.
11992 (hfy-javascript): Remove.
11993 (hfy-fontify-buffer): Don't insert it any more.
11994 (hfy-face-at): Handle (face0 face1 face2) style face properties.
11995 Fix bug in invis handling when there were no invis props in a chunk.
11996
62ccc42c
SM
119972009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
11998
11999 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
12000
2643c7aa
DN
120012009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
12002
12003 * finder.el (finder-mode-map): Add a menu.
12004
0e5c8aed
DN
120052009-11-26 Michael McNamara <mac@mail.brushroad.com>
12006
bf0b361c 12007 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
12008 "unsigned" structs.
12009
12010 (verilog-leap-to-head, verilog-backward-token): Handle "disable
12011 fork" statement better.
12012
120132009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
12014
bf0b361c
JB
12015 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
12016 (verilog-delete-auto, verilog-delete-empty-auto-pair)
12017 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
12018 Reported by Clay Douglass.
0e5c8aed
DN
12019
12020 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 12021 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6a7662bb
BR
12022 Fix removing "// Interfaces" when saving .* expansions.
12023 Reported by Pierre-David Pfister.
0e5c8aed 12024
7629c4e7
GM
120252009-11-26 Glenn Morris <rgm@gnu.org>
12026
62ccc42c
SM
12027 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
12028 the scope.
7629c4e7 12029
a5d358f8
JB
120302009-11-25 Johan Bockgård <bojohan@gnu.org>
12031
12032 * vc-annotate.el (vc-annotate-revision-previous-to-line):
12033 Really use previous revision.
12034
002cbde5
KR
120352009-11-25 Kevin Ryde <user42@zip.com.au>
12036
12037 * man.el (Man-completion-table): default-directory "/" in case
12038 doesn't otherwise exist. process-environment COLUMNS=999 so as
12039 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
12040 any chance of hitting the pseudo-tty TIOCGWINSZ.
12041 (man): completion-ignore-case t for friendliness and since man
12042 itself is case-insensitive on the command line.
12043 Further to Bug#3717.
002cbde5 12044
8cb5ffe8
KR
12045 * arc-mode.el: Add "Keywords: files", so the details in its
12046 commentary can be reached from finder-by-keyword.
34607612
KR
12047 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
12048 editing mode, but it's comms related and sgml-mode.el has "comm"
12049 on that basis too.
b8dfcf54 12050 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
12051 * international/isearch-x.el, international/ja-dic-cnv.el:
12052 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 12053 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 12054
1e2d9ba1
JL
120552009-11-25 Juri Linkov <juri@jurta.org>
12056
12057 * man.el (Man-completion-table): Modify regexp to include
12058 section names to completion strings. (Bug#3717)
12059
a601d313
JL
120602009-11-25 Juri Linkov <juri@jurta.org>
12061
12062 Search recursively in gzipped files. (Bug#4982)
12063
12064 * progmodes/grep.el (grep-highlight-matches): Add new options
12065 `always' and `auto'. Doc fix.
12066 (grep-process-setup): Check `grep-highlight-matches' for
12067 `auto-detect' to determine the need to compute grep defaults.
12068 Move Windows/DOS specific --colors settings handling
12069 to `grep-compute-defaults'. Check `grep-highlight-matches'
12070 to get the value of "--color=".
12071 (grep-compute-defaults): Compute `grep-highlight-matches' when it
12072 has the value `auto-detect'. Move Windows/DOS specific settings
12073 from `grep-process-setup'.
12074 (zrgrep): New command with alias `rzgrep'.
12075
bde04ea9
JL
120762009-11-25 Juri Linkov <juri@jurta.org>
12077
12078 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
12079 to nil instead of switching off view-mode. (Bug#4896)
12080
7d6b4d3c
JL
120812009-11-25 Juri Linkov <juri@jurta.org>
12082
12083 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
12084
12085 * mwheel.el (mwheel-scroll-up-function)
12086 (mwheel-scroll-down-function): New defvars.
12087 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
12088 `scroll-up', and `mwheel-scroll-down-function' instead of
12089 `scroll-down'.
12090
12091 * doc-view.el (doc-view-scroll-up-or-next-page)
12092 (doc-view-scroll-down-or-previous-page): Add optional ARG.
12093 Use this ARG in the call to image-scroll-up/image-scroll-down.
12094 Change `interactive' spec to "P". Goto next/previous page only
12095 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
12096 SPC/DEL case). Doc fix.
12097 (doc-view-next-line-or-next-page)
12098 (doc-view-previous-line-or-previous-page): Rename arg to ARG
12099 for consistency.
12100 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
12101 `doc-view-scroll-up-or-next-page', and buffer-local
12102 `mwheel-scroll-down-function' to
12103 `doc-view-scroll-down-or-previous-page'.
12104
e237085f
JL
121052009-11-25 Juri Linkov <juri@jurta.org>
12106
12107 Provide additional default values (directories at other Dired
12108 windows) via M-n in the minibuffer of some Dired commands.
12109
12110 * dired-aux.el (dired-diff, dired-compare-directories)
12111 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
12112 `minibuffer-default' in `minibuffer-with-setup-hook'.
12113 (dired-dwim-target-directory): Find a window that displays Dired
12114 buffer instead of failing when the next window is not Dired.
12115 Use `get-window-with-predicate' to find for the next Dired window.
12116 (dired-dwim-target-defaults): New function.
12117
12118 * ediff-util.el (ediff-read-file-name):
12119 Use `dired-dwim-target-defaults' to set `minibuffer-default'
12120 in `minibuffer-with-setup-hook'.
12121
7d371eac
JL
121222009-11-25 Juri Linkov <juri@jurta.org>
12123
12124 Provide additional default values (file name at point or at the
12125 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
12126
12127 * minibuffer.el (read-file-name-defaults): New function.
12128 (read-file-name): Reset `minibuffer-default' to nil when
12129 it duplicates initial input `insdef'.
12130 Bind `minibuffer-default-add-function' to lambda that
12131 calls `read-file-name-defaults' in `minibuffer-selected-window'.
12132 (minibuffer-insert-file-name-at-point): New command.
12133
12134 * files.el (file-name-at-point-functions): New defcustom.
12135 (find-file-default): Remove defvar.
12136 (find-file-read-args): Don't use `find-file-default'.
12137 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
12138 to `read-file-name'.
12139 (find-file-literally): Use `read-file-name' with
12140 `confirm-nonexistent-file-or-buffer'.
12141
12142 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
12143
12144 * dired.el (dired-read-dir-and-switches):
12145 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
12146 to `read-file-name'.
12147 (dired-file-name-at-point): New function.
12148 (dired-mode): Add hook `dired-file-name-at-point' to
12149 `file-name-at-point-functions'.
12150
04ae543a
SM
121512009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
12152
12153 Really make the *Completions* window soft-dedicated (bug#5030).
12154 * window.el (window--display-buffer-2): Add `dedicated' argument.
12155 (display-buffer): Pass it when needed so the dedicated flag is set
12156 after calling set-window-buffer, which would otherwise reset it.
12157
eb708e66
SM
121582009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
12159
d6b8d4e7
SM
12160 * progmodes/meta-mode.el (meta-complete-symbol):
12161 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
12162 * mail/mailabbrev.el (mail-abbrev-complete-alias):
12163 Use completion-in-region.
12164
5f24557b
SM
12165 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
12166 (dabbrev-completion): Use completion-in-region.
12167 (dabbrev--abbrev-at-point): Simplify regexp.
12168
fe4346f0
SM
12169 * abbrev.el (abbrev--before-point): Use word-motion functions
12170 if :regexp is not specified (bug#5031).
12171
cb190d7d
SM
12172 * subr.el (string-prefix-p): New function.
12173
e2ec6dd5
SM
12174 * man.el (Man-completion-cache): New var.
12175 (Man-completion-table): Use it.
12176
eb708e66
SM
12177 * vc.el (vc-print-log-internal): Make `limit' optional for better
12178 compatibility (e.g. with vc-annotate.el).
12179
4cf8971b
KR
121802009-11-24 Kevin Ryde <user42@zip.com.au>
12181
eb708e66 12182 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 12183 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 12184
4cf8971b
KR
12185 * emacs-lisp/elint.el (elint-add-required-env): Better error message
12186 when .el source file not found or other error.
12187
d204c46c
SM
121882009-11-24 Markus Triska <markus.triska@gmx.at>
12189
12190 * linum.el (linum-update-window): Ignore intangible (bug#4996).
12191
bb301b9a
SM
121922009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
12193
449c27f0
SM
12194 Handle the [back] button properly (bug#4979).
12195 * descr-text.el (describe-text-properties): Add a `buffer' argument.
12196 Use help-setup-xref, help-buffer, and with-help-window.
12197 (describe-char): Add `buffer' argument.
12198 Pass proper command to help-setup-xref. Don't meddle with
12199 help-xref-stack-item directly.
12200 (describe-text-category): Use with-help-window and help-buffer.
12201
32fe5377
SM
12202 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
12203 for the displayed buffer (bug#4887).
12204
bb301b9a
SM
12205 * man.el (Man-completion-table): New function.
12206 (man): Use it.
12207
35179414
DR
122082009-11-24 David Reitter <david.reitter@gmail.com>
12209
bb301b9a 12210 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
12211 .git is) rather than the file's directory and a relative path spec
12212 to work around a bug in git.
12213
605a20a9
MA
122142009-11-24 Michael Albinus <michael.albinus@gmx.de>
12215
12216 Improve handling of processes on remote hosts.
12217
12218 * eshell/esh-util.el (eshell-path-env): New defvar.
12219 (eshell-parse-colon-path): New defun.
12220 (eshell-file-attributes): Use `eshell-parse-colon-path'.
12221
bb301b9a
SM
12222 * eshell/esh-ext.el (eshell-search-path):
12223 Use `eshell-parse-colon-path'.
605a20a9
MA
12224 (eshell-remote-command): Remove argument HANDLER.
12225 (eshell-external-command): Check for FTP remote connection.
12226
bb301b9a
SM
12227 * eshell/esh-proc.el (eshell-gather-process-output):
12228 Use `file-truename', in order to start also symlinked files.
12229 Apply `start-file-process' instead of `start-process'.
12230 Shorten `command' to the local file name part.
605a20a9 12231
bb301b9a
SM
12232 * eshell/em-cmpl.el (eshell-complete-commands-list):
12233 Use `eshell-parse-colon-path'.
605a20a9
MA
12234
12235 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
12236
12237 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
12238 to `eshell-directory-change-hook'.
12239
d1d33062
TH
122402009-11-24 Tassilo Horn <tassilo@member.fsf.org>
12241
12242 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 12243 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 12244
a34d8565 122452009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 12246
a34d8565
MK
12247 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
12248 made on 2009-11-22.
d1d33062 12249
c83b8d1b
GM
122502009-11-24 Glenn Morris <rgm@gnu.org>
12251
12252 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
12253 deleted variable bookmark-bmenu-bookmark-column.
12254
83505cfe
SM
122552009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
12256
12257 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
12258
5241b291
CY
122592009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
12260
12261 * net/browse-url.el (browse-url-filename-alist): On Windows, add
12262 two slashes to the "file:" prefix.
12263 (browse-url-file-url): De-munge Cygwin filenames before passing
12264 them to Windows browser.
12265 (browse-url-default-windows-browser): Use call-process.
12266
aefcadb6
JL
122672009-11-23 Juri Linkov <juri@jurta.org>
12268
12269 Implement DocView Continuous mode. (Bug#4896)
12270 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
12271 (doc-view-mode-map): Bind C-n/<down> to
12272 `doc-view-next-line-or-next-page', C-p/<up> to
12273 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
12274 (doc-view-next-line-or-next-page)
12275 (doc-view-previous-line-or-previous-page): New commands.
12276
0d62bcea
JL
122772009-11-23 Juri Linkov <juri@jurta.org>
12278
12279 Implement Isearch in comint input history. (Bug#3746)
12280 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
12281 `isearch-mode-hook'.
12282 (comint-history-isearch): New defcustom.
12283 (comint-history-isearch-backward)
12284 (comint-history-isearch-backward-regexp): New commands.
12285 (comint-history-isearch-message-overlay): New buffer-local variable.
12286 (comint-history-isearch-setup, comint-history-isearch-end)
12287 (comint-goto-input, comint-history-isearch-search)
12288 (comint-history-isearch-message, comint-history-isearch-wrap)
12289 (comint-history-isearch-push-state)
12290 (comint-history-isearch-pop-state): New functions.
12291
b593f105
MA
122922009-11-23 Michael Albinus <michael.albinus@gmx.de>
12293
12294 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
12295 return.
12296 (tramp-handle-make-symbolic-link)
12297 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
12298 Quote file names.
12299 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
12300 (tramp-handle-process-file): Use it.
12301
0f202d5d
SM
123022009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
12303
12304 * window.el (move-to-window-line-last-op): Remove.
12305 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
12306
216349f8
SM
123072009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
12308
0f202d5d 12309 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
12310 * window.el (move-to-window-line-last-op): New var.
12311 (move-to-window-line-top-bottom): New command.
12312 (global-map): Bind M-r move-to-window-line-top-bottom.
12313
c10e0633
GM
123142009-11-23 Sven Joachim <svenjoac@gmx.de>
12315
12316 * dired-x.el (dired-guess-shell-alist-default):
12317 Support xz format. (Bug#4953)
12318
953e0c1a
GM
123192009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
12320
12321 * emulation/viper-cmd.el: Use viper-last-command-char instead of
12322 last-command-char/last-command-event.
12323 (viper-prefix-arg-value): Do correct conversion of event-char for
12324 XEmacs.
12325
83505cfe
SM
12326 * emulation/viper-util.el, emulation/viper.el:
12327 Use viper-last-command-char instead of
12328 last-command-char/last-command-event.
953e0c1a 12329
83505cfe
SM
12330 * ediff-init.el, ediff-mult.el, ediff-util.el:
12331 Replace last-command-char and last-command-event
12332 with (ediff-last-command-char) everywhere.
953e0c1a
GM
12333
12334 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
12335 created in fundamental mode.
12336
12337 * ediff.el (ediff-version): Revert the change of interactive-p to
12338 called-interactively-p.
12339
9ee12eee
TH
123402009-11-22 Tassilo Horn <tassilo@member.fsf.org>
12341
12342 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
12343 generation from word-movement command names.
12344
8b571bf3
JD
123452009-11-21 Jan Djärv <jan.h.d@swipnet.se>
12346
12347 * cus-start.el (all): Add native condition for font-use-system-font.
12348
4121db47
AM
123492009-11-21 Nathaniel Flath <flat0103@gmail.com>
12350
83505cfe
SM
12351 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
12352 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 12353
d71f5e0c
TH
123542009-11-21 Tassilo Horn <tassilo@member.fsf.org>
12355
12356 * progmodes/subword.el: Rename from lisp/subword.el.
12357
12358 * subword.el: Rename to progmodes/subword.el.
12359
12360 * Makefile.in (ELCFILES): Adapt to subword.el move.
12361
fc9d6ad6 123622009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 12363 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
12364
12365 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
12366 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
12367 (bookmark-bmenu-show-filenames): Use push.
12368 (bookmark-bmenu-hide-filenames): Use local var instead of
12369 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
12370 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
12371 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
12372 filenames now that the bookmark names are always available.
12373
26d9285f
SM
123742009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12375
12376 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
12377 (bookmark-search-pattern): Move and leave unbound.
12378 (bookmark-bmenu-mode-map): Change binding.
12379 (bookmark-read-search-input): Simplify.
12380 Don't use text-char-description. Don't error on non-char events.
12381 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
12382 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
12383 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
12384 Use a local var for the timer.
12385 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
12386 (i.e. bookmark-bmenu-search).
12387
d73a0317
GM
123882009-11-21 Glenn Morris <rgm@gnu.org>
12389
12390 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
12391
e572025f
CY
123922009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
12393
26d9285f
SM
12394 * net/browse-url.el (browse-url-default-windows-browser):
12395 Use cygstart for cygwin.
e572025f 12396
6aeaa3dc
KF
123972009-11-20 Karl Fogel <karl.fogel@red-bean.com>
12398
e4070cdc 12399 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
12400 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
12401 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 12402 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
12403 (bookmark-read-search-input): Adjust to fit within 80 columns.
12404
a9b76eec
TH
124052009-11-20 Tassilo Horn <tassilo@member.fsf.org>
12406
12407 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
12408 (c-backward-into-nomenclature): Adapt to subword renaming.
12409
12410 * subword.el (subword-forward, subword-backward, subword-mark)
12411 (subword-kill, subword-backward-kill, subword-transpose)
12412 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
12413 (subword-forward-internal, subword-backward-internal):
12414 Rename from forward-subword, backward-subword, mark-subword,
12415 kill-subword, backward-kill-subword, transpose-subwords,
12416 downcase-subword, upcase-subword, capitalize-subword,
12417 forward-subword-internal, backward-subword-internal.
a9b76eec 12418
1e7d4475
SM
124192009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12420
26d9285f
SM
12421 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
12422 New options.
1e7d4475
SM
12423 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
12424 New vars.
12425 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
12426 (bookmark-bmenu-filter-alist-by-regexp)
12427 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
12428 (bookmark-bmenu-search): New command.
12429 (bookmark-bmenu-mode-map): Bind it.
12430
653d1554
TH
124312009-11-20 Tassilo Horn <tassilo@member.fsf.org>
12432
ab84bfa0
TH
12433 * progmodes/cc-cmds.el: declare-functioned forward-subword and
12434 backward-subword to quit the byte-compiler.
12435
1f35fda9
TH
12436 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
12437
12438 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
12439
653d1554 12440 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
12441 (c-forward-into-nomenclature, c-backward-into-nomenclature):
12442 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
12443
12444 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
12445 subword.el functions instead of cc-subword.el.
12446
1e7d4475
SM
12447 * progmodes/cc-subword.el: Rename to subword.el.
12448 * subword.el: Rename from progmodes/cc-subword.el.
12449 (subword-mode-map): Rename from c-subword-mode-map.
12450 (subword-mode): Rename from c-subword-mode.
653d1554 12451 (global-subword-mode): New global minor mode.
1e7d4475
SM
12452 (forward-subword): Rename from c-forward-subword.
12453 (backward-subword): Rename from c-backward-subword.
12454 (mark-subword): Rename from c-mark-subword.
12455 (kill-subword): Rename from c-kill-subword.
12456 (backward-kill-subword): Rename from c-backward-kill-subword.
12457 (transpose-subwords): Rename from c-tranpose-subword.
12458 (downcase-subword): Rename from c-downcase-subword.
12459 (capitalize-subword): Rename from c-capitalize-subword.
12460 (forward-subword-internal): Rename from c-forward-subword-internal.
12461 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 12462
9717f119
DN
124632009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
12464
8de724f3
DN
12465 * vc.el (vc-deduce-fileset): Allow non-state changing operations
12466 from a dired buffer.
12467 (vc-dired-deduce-fileset): New function.
12468 (vc-root-diff, vc-print-root-log): Use it.
12469
9717f119
DN
12470 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
12471 nil LIMIT argument to vc-print-log-internal.
12472
af4999b8
GM
124732009-11-20 Glenn Morris <rgm@gnu.org>
12474
12475 * Makefile.in (ELCFILES): Regenerate.
12476
b58edcb6
JB
124772009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
12478
02e1b488
SM
12479 * calc/calc.el (calc-set-mode-line):
12480 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
12481 (math-format-number): Rename `math-format-complement-signed' to
12482 `math-format-twos-complement'.
12483
02e1b488 12484 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
12485 math-format-complement-signed.
12486 (calc-radix): Rename `calc-complement-signed-mode' to
12487 `calc-twos-complement-mode'.
02e1b488
SM
12488 (calc-octal-radix, calc-hex-radix): Add an argument for
12489 two's complement.
b58edcb6 12490
02e1b488
SM
12491 * calc/calc-embed.el (calc-embedded-mode-vars):
12492 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 12493
02e1b488
SM
12494 * calc/calc-ext.el (calc-init-extensions):
12495 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
12496 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
12497
02e1b488
SM
12498 * calc/calc-units.el (math-build-units-table-buffer):
12499 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
12500
12501 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
12502 entries.
12503
12504 * calc/calc-vec.el (calcFunc-vunpack):
12505 * calc/calc-aent.el (calc-do-calc-eval):
12506 * calc/calc-forms.el (math-format-date):
12507 * calc/calc-graph.el (calc-graph-plot):
12508 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
12509 * calc/calccomp.el (math-compose-expr):
12510 Let `calc-twos-complement-mode' be nil.
12511
125122009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
12513
12514 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
12515 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
12516 * minibuffer.el (completion-in-region-functions): New hook.
12517 (completion-in-region): New function.
12518 * emacs-lisp/lisp.el (lisp-complete-symbol):
12519 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 12520
e3353a78
SM
125212009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
12522
eff77808
SM
12523 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
12524 (latex-complete-alist): New vars.
12525 (latex-string-prefix-p, latex-complete-bibtex-keys)
12526 (latex-complete-envnames, latex-complete-refkeys)
12527 (latex-complete-data): New functions.
12528 (latex-complete, latex-indent-or-complete): New commands.
12529
d2c9fc42
SM
12530 * window.el (display-buffer-mark-dedicated): New var.
12531 (display-buffer): Obey it.
12532 * minibuffer.el (minibuffer-completion-help): Use it.
12533
31a1c477
SM
12534 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
12535
bed4c972
SM
12536 * filecache.el (file-cache-add-file): Use push and cons.
12537 (file-cache-delete-file-regexp): Use push.
12538 (file-cache-complete): Use completion-in-region.
12539
8c22699f
SM
12540 * simple.el (with-wrapper-hook): Fix thinko.
12541
e3353a78
SM
12542 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
12543 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
12544 Use with-current-buffer and string-to-number.
12545 (hfy-fallback-colour-values): Use assoc-string.
12546 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
12547 (hfy-face-at): Remove unused var `found-face'.
12548 (hfy-compile-stylesheet): Remove unused var `css'.
12549 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
12550 and `orig-buffer'.
12551 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
12552 Use with-current-buffer.
12553 (hfy-text-p): Use expand-file-name and fewer setq.
12554
acca02b0
SM
125552009-11-19 Vivek Dasmohapatra <vivek@etla.org>
12556
12557 * htmlfontify.el, hfy-cmap.el: New files.
12558
042b7cc6
JL
125592009-11-19 Juri Linkov <juri@jurta.org>
12560
12561 * minibuffer.el (completions-format): New defcustom.
12562 (completion--insert-strings): Implement vertical format.
12563
12564 * simple.el (switch-to-completions): Move point to the first
12565 completion when point was at the beginning of the buffer.
12566
da205913
JL
125672009-11-19 Juri Linkov <juri@jurta.org>
12568
12569 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
12570
12571 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
12572
0b8ee421
CY
125732009-11-19 Chong Yidong <cyd@stupidchicken.com>
12574
12575 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
12576 (mail-signature): Change default to t.
12577 (mail-from-style): Deprecate `system-default' value.
12578 (mail-insert-from-field): For default value of mail-from-style,
12579 default to `angles' unless `angles' needs quoting and `parens'
12580 does not.
12581 (mail-citation-prefix-regexp): Use citation regexp from
12582 message-mode.
12583
4265deab
MA
125842009-11-19 Michael Albinus <michael.albinus@gmx.de>
12585
acca02b0
SM
12586 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
12587 Set variables for computing the prompt for reading password.
4265deab 12588
27cacd2d
GM
125892009-11-19 Glenn Morris <rgm@gnu.org>
12590
470bce7d
GM
12591 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
12592
7e705a1d
GM
12593 * textmodes/flyspell.el (sgml-lexical-context): Declare.
12594
27cacd2d
GM
12595 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
12596 (newsticker-treeview-listwindow-height): Fix custom type.
12597
b2f0be0f
KH
125982009-11-19 Kenichi Handa <handa@m17n.org>
12599
12600 * descr-text.el (describe-char-padded-string): Compose with TAB
12601 only if there's a font for CH.
02e1b488 12602 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 12603
03446045 126042009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
12605
12606 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 12607 more accurate version of the regexp. (Bug#3910)
b96337b0 12608
03446045 126092009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
12610
12611 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
12612
e0620570
JB
126132009-11-18 Juanma Barranquero <lekktu@gmail.com>
12614
12615 * font-setting.el (font-use-system-font): Declare for byte-compiler.
12616 (font-setting-change-default-font): Fix typo in docstring.
12617
6cc6582e
AM
126182009-11-18 Alan Mackenzie <acm@muc.de>
12619
12620 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
12621
dfb3c4c6
JD
126222009-11-17 Jan Djärv <jan.h.d@swipnet.se>
12623
02e1b488 12624 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
12625
12626 * cus-start.el (all): ... to here.
12627
e268e987
MA
126282009-11-17 Michael Albinus <michael.albinus@gmx.de>
12629
12630 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
12631 Don't set `ad-return-value' if `ad-do-it' doesn't.
12632
303ffde8
MA
12633 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
12634 modification time.
12635
637fa988
JD
126362009-11-17 Jan Djärv <jan.h.d@swipnet.se>
12637
12638 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 12639 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
12640
12641 * loadup.el: If feature system-font-setting or font-render-setting is
12642 there, load font-setting.
12643
02e1b488 12644 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
12645 * font-setting.el: New file.
12646
1d16a255
GM
126472009-11-17 Glenn Morris <rgm@gnu.org>
12648
12649 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
12650
2d84f804
GM
12651 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
12652 Preserve point in the list buffer. (Bug#4939)
12653 Use point-at-eol.
12654 (newsticker--treeview-list-update-highlight)
12655 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
12656
14467b99
JB
126572009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
12658
12659 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
12660 Remove.
12661
12662 * calc/calc-ext.el (calc-init-extensions): Remove references to
12663 symclip.
12664
12665 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
12666
12667 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 12668 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
12669 `calc-symclip'.
12670
e3c39c01
KR
126712009-11-16 Kevin Ryde <user42@zip.com.au>
12672
02e1b488 12673 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 12674 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 12675
497de631
KR
12676 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
12677 (lm-keywords-list): Allow comma-only separator like "foo,bar".
12678 Ignore trailing spaces by omit-nulls to split-string (fixing
12679 regression from Emacs 21 due to the incompatible split-string
14467b99 12680 change). (Bug #4928.)
497de631 12681
48b27575
DN
126822009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
12683
5237d741 12684 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
12685 (vc-print-log-internal): Insert buttons to request more entries
12686 when limiting the output.
12687
12688 * vc-sccs.el (vc-sccs-print-log):
12689 * vc-rcs.el (vc-rcs-print-log):
12690 * vc-cvs.el (vc-cvs-print-log):
12691 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
12692 LIMIT is non-nil.
12693
d3e97185
MA
126942009-11-16 Michael Albinus <michael.albinus@gmx.de>
12695
12696 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
12697 error when `tramp-gvfs-dbus-event-vector' is set.
12698 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
12699
68d87786
SM
127002009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12701
12702 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
12703
c0a39702
MA
127042009-11-16 Michael Albinus <michael.albinus@gmx.de>
12705
12706 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 12707 (dbus-register-property): Register the handlers of
c0a39702
MA
12708 "org.freedesktop.DBus.Properties" for SERVICE.
12709 (dbus-property-handler): Fix docstring.
12710
1e857121
YM
127112009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12712
12713 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
12714 Quote doc string reference in defvaralias as it is not in special form.
12715 (byte-compile-output-docform): Doc fix.
12716
887484c1
JB
127172009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
12718
12719 * calc/calc.el (math-2-word-size, math-half-2-word-size)
12720 (calc-complement-signed-mode): New variables.
12721 (calc-set-mode-line): Add indicator for twos-complements.
12722 (math-format-number): Format twos-complement notation.
12723
12724 * calc/calc-bin.el (calc-word-size): Reset the variables
12725 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
12726 (math-format-complement-signed, math-symclip, calcFunc-symclip)
12727 (calc-symclip): New functions.
887484c1
JB
12728
12729 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
12730
68d87786
SM
12731 * calc/calc-embed.el (calc-embedded-mode-vars):
12732 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
12733
12734 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 12735 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
12736
12737 * calc/calc-ext.el (math-read-number-fancy): Read complement
12738 signed numbers.
68d87786
SM
12739 (calc-init-extensions): Add binding for `calc-symclip'.
12740 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
12741
12742 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
12743 `calc-symclip'.
68d87786 12744 (calc-modes-menu): Add item for twos complement mode.
887484c1 12745
5237d741 12746 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 12747
4cf1d7e3
CY
127482009-11-15 Chong Yidong <cyd@stupidchicken.com>
12749
12750 * register.el (jump-to-register, insert-register): Handle Semantic
12751 tags. From commented-out advice in semantic/senator.el.
12752
f8e65267
DN
127532009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
12754
6616006b
DN
12755 * vc.el (vc-log-show-limit): New variable.
12756 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
12757 when using a prefix argument.
12758 (vc-print-log-internal): Add new argument LIMIT.
12759
12760 * vc-svn.el (vc-svn-print-log):
12761 * vc-mtn.el (vc-mtn-print-log):
12762 * vc-hg.el (vc-hg-print-log):
12763 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 12764 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
12765 non-optional.
12766
12767 * vc-sccs.el (vc-sccs-print-log):
12768 * vc-rcs.el (vc-rcs-print-log):
12769 * vc-git.el (vc-git-print-log):
12770 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
12771 ignore it. Make the BUFFER argument non-optional
12772
f8e65267
DN
12773 * bindings.el (mode-line-buffer-identification): Do not purecopy.
12774
0566c4bc
CY
127752009-11-15 Chong Yidong <cyd@stupidchicken.com>
12776
7cce3c91
CY
12777 * dired.el (dired-mode-map): Move encryption items to "Operate"
12778 menu (Bug#4703).
12779
d7063de9
CY
12780 * strokes.el (strokes-update-window-configuration): Make strokes
12781 buffer current before erasing (Bug#4906).
12782
0fc10137
JL
127832009-11-15 Juri Linkov <juri@jurta.org>
12784
12785 * simple.el (set-mark-default-inactive): Add :type, :group
12786 and :version. (Bug#4876)
12787
f5fce4ec
MA
127882009-11-15 Michael Albinus <michael.albinus@gmx.de>
12789
12790 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
12791 (archive-unique-fname): ... here. (Bug#4929)
12792
8d720a00
SM
127932009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12794
589888fe
SM
12795 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
12796 with a real fix.
12797
8d720a00
SM
12798 * novice.el (disabled-command-function): Add useful args.
12799 Setup the help buffer so that [back] works.
12800 Remove redundant call to help-mode.
12801 (disabled-command-function): Use `case'.
12802 (en/disable-command): New function extracted from enable-command.
12803 (enable-command, disable-command): Use it.
12804
a61344d6
GM
128052009-11-14 Glenn Morris <rgm@gnu.org>
12806
497f0cdd
GM
12807 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
12808 constants. (Bug#4913)
12809
a61344d6
GM
12810 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
12811
d501801e
GM
128122009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
12813
12814 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
12815 defined in C that have no doc-strings. (Bug#1063)
12816
5af27ac2
GM
128172009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
12818
12819 * cus-edit.el (data, files):
12820 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
12821
aec5395b
CY
128222009-11-14 Chong Yidong <cyd@stupidchicken.com>
12823
e7791447
CY
12824 * simple.el (shell-command): Doc fix (Bug#4891).
12825
aec5395b
CY
12826 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
12827
7a41cd7f
GM
128282009-11-14 Glenn Morris <rgm@gnu.org>
12829
c3583c94
GM
12830 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
12831 statements for vc-diff, emerge-quit, and rmail-cease-edit.
12832 If they are already loaded, eval-after-load will do the right thing.
12833
73900d1f
GM
12834 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
12835 compiling.
12836
0028351d
GM
12837 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
12838
f6714ede
GM
12839 * simple.el (x-selection-owner-p): Declare.
12840 (read-mail-command): Use custom radio type rather than choice.
12841 (completion-no-auto-exit): Doc fix.
12842
7a41cd7f 12843 * custom.el (defgroup):
5af27ac2 12844 * epg-config.el (epg): Doc fixes.
7a41cd7f 12845
2d0659ec
DN
128462009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
12847
12848 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
12849 * international/ccl.el (define-ccl-program): Do not purecopy the
12850 docstring, defconst does it anyway.
12851
7fdbcd83
SM
128522009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
12853
d499c5b9
SM
12854 * add-log.el (add-change-log-entry): Avoid displaying the changelog
12855 a second time.
12856
7fdbcd83
SM
12857 * x-dnd.el (x-dnd-maybe-call-test-function):
12858 * window.el (split-window-vertically):
12859 * whitespace.el (whitespace-help-on):
12860 * vc-rcs.el (vc-rcs-consult-headers):
12861 * userlock.el (ask-user-about-lock-help)
12862 (ask-user-about-supersession-help):
12863 * type-break.el (type-break-force-mode-line-update):
12864 * time-stamp.el (time-stamp-conv-warn):
12865 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 12866 (te-sentinel, terminal-emulator):
7fdbcd83
SM
12867 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
12868 (term-write-input-ring, term-check-source, term-start-output-log):
12869 (term-display-buffer-line, term-dynamic-list-completions):
12870 (term-ansi-make-term, serial-term):
12871 * subr.el (selective-display):
12872 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
12873 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
12874 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
12875 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
12876 (speedbar-remove-localized-speedbar-support)
12877 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
12878 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
12879 (speedbar-buffers-line-directory):
12880 * simple.el (shell-command-on-region, append-to-buffer)
12881 (prepend-to-buffer):
12882 * shadowfile.el (shadow-save-todo-file):
12883 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
12884 (scroll-bar-maybe-set-window-start):
12885 * sb-image.el (speedbar-image-dump):
12886 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
12887 (load-save-place-alist-from-file):
12888 * ps-samp.el (ps-print-message-from-summary):
12889 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
12890 (ps-background-image, ps-begin-job, ps-do-despool):
12891 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
12892 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
12893 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
12894 (pr-call-process, pr-file-list, pr-interface-save):
12895 * novice.el (disabled-command-function)
12896 (enable-command, disable-command):
12897 * mouse.el (mouse-buffer-menu-alist):
12898 * mouse-copy.el (mouse-kill-preserving-secondary):
12899 * macros.el (kbd-macro-query):
12900 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
12901 * informat.el (batch-info-validate):
12902 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
12903 * hippie-exp.el (try-expand-dabbrev-visible):
12904 * help-mode.el (help-make-xrefs):
12905 * help-fns.el (describe-variable):
12906 * generic-x.el (bat-generic-mode-run-as-comint):
12907 * finder.el (finder-mouse-select):
12908 * find-dired.el (find-dired-sentinel):
12909 * filesets.el (filesets-file-close):
12910 * files.el (list-directory):
12911 * faces.el (list-faces-display, describe-face):
12912 * facemenu.el (list-colors-display):
12913 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
12914 * epg.el (epg--process-filter, epg-cancel):
12915 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
12916 (epa--read-signature-type):
12917 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
12918 (emerge-file-names):
12919 * ehelp.el (electric-helpify):
12920 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
12921 * ediff-vers.el (rcs-ediff-view-revision):
12922 * ediff-util.el (ediff-setup):
12923 * ediff-mult.el (ediff-append-custom-diff):
12924 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
12925 (ediff-wordify):
12926 * echistory.el (Electric-command-history-redo-expression):
12927 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
12928 * disp-table.el (describe-display-table):
12929 * dired.el (dired-find-buffer-nocreate):
12930 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
12931 * dabbrev.el (dabbrev--same-major-mode-p):
12932 * chistory.el (list-command-history):
12933 * apropos.el (apropos-documentation):
12934 * allout.el (allout-obtain-passphrase):
12935 (allout-copy-exposed-to-buffer):
12936 (allout-verify-passphrase): Use with-current-buffer.
12937
2ccbc060
GM
129382009-11-13 Glenn Morris <rgm@gnu.org>
12939
12940 * Makefile.in (ELCFILES): Regenerate.
12941
b172ed20
MA
129422009-11-13 Michael Albinus <michael.albinus@gmx.de>
12943
7fdbcd83
SM
12944 * net/dbus.el (dbus-registered-objects-table): Rename from
12945 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
12946 (dbus-unregister-object): Unregister also properties.
12947 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
12948 Use a timeout of 500 msec, in order to not block.
12949 (dbus-register-property, dbus-property-handler): New defuns.
12950
e96d62cd
SM
129512009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
12952
12953 * simple.el (minibuffer-default-add-completions): Drop deprecated
12954 4th arg.
12955
14bd267d
EZ
129562009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
12957
e96d62cd
SM
12958 * textmodes/artist.el (artist-mouse-choose-operation):
12959 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 12960 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
12961 (artist-compute-up-event-key): New function.
12962 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
12963
bf89fd7b
KH
129642009-11-13 Kenichi Handa <handa@m17n.org>
12965
12966 * language/japan-util.el: Make sure that the value of jisx0208
12967 property is jisx0208 character.
12968
f70b8925
DN
129692009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
12970
12971 * international/mule.el (auto-coding-regexp-alist): Only purecopy
12972 car or each item, not the whole list.
12973
4d93a9e0
SM
129742009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
12975
12976 * minibuffer.el (minibuffer-completion-help):
12977 Use minibuffer-hide-completions.
12978
05404988
SM
129792009-11-12 Per Starbäck <per@starback.se> (tiny change)
12980
12981 * dired.el (dired-save-positions, dired-restore-positions): New funs.
12982 (dired-revert): Use them (bug#4880).
12983
5297bc10
DN
129842009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
12985
12986 * tooltip.el (tooltip-frame-parameters): Undo previous change.
12987
e2685eb7
JL
129882009-11-12 Juri Linkov <juri@jurta.org>
12989
12990 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
12991 New functions.
12992 (find-file-literally-at-point): Alias of `ffap-literally'.
12993
76410c3e
DN
129942009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
12995
6d341a2a
DN
12996 * textmodes/ispell.el (ispell-skip-region-alist):
12997 * textmodes/css-mode.el (auto-mode-alist):
12998 * progmodes/compile.el (auto-mode-alist):
12999 * international/mule.el (ctext-non-standard-encodings-alist)
13000 (ctext-non-standard-encodings-regexp):
13001 * simple.el (shell-command-switch, text-read-only):
13002 * replace.el (occur-mode-map):
13003 * paths.el (rmail-file-name):
13004 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
13005 * find-file.el (ff-special-constructs):
13006 * files.el (file-name-handler-alist):
13007 * composite.el: Purecopy strings.
13008
76410c3e
DN
13009 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
13010
aaa448c9
DN
130112009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
13012
13013 * widget.el (define-widget): Purecopy the docstring.
13014 * international/mule-cmds.el (charset): Do not purecopy the
13015 docstring here, define-widget does it.
13016
13017 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
13018 * textmodes/bibtex-style.el (auto-mode-alist):
13019 * progmodes/inf-lisp.el (inferior-lisp-prompt):
13020 * progmodes/compile.el (compile-command):
13021 * language/korea-util.el (default-korean-keyboard):
13022 * international/mule-conf.el (file-coding-system-alist):
13023 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
13024 * tooltip.el (tooltip-frame-parameters):
13025 * newcomment.el (comment-end, comment-padding):
13026 * dired.el (dired-trivial-filenames):
13027 * comint.el (comint-file-name-prefix): Purecopy initial values.
13028
bbe650fd
MA
130292009-11-11 Michael Albinus <michael.albinus@gmx.de>
13030
13031 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
13032 (tramp-advice-minibuffer-electric-tilde): Unload advices via
13033 `tramp-unload'.
13034 (tramp-advice-make-auto-save-file-name)
13035 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
13036 after removing the advice.
13037
6bdad9ae
DN
130382009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
13039
2f7f4bee
DN
13040 * progmodes/grep.el (grep-regexp-alist):
13041 * international/mule-cmds.el (iso-2022-control-alist):
13042 * emacs-lisp/timer.el (timer-duration-words):
13043 * subr.el (version-separator, version-regexp-alist):
13044 * minibuffer.el (completion-styles-alist):
13045 * faces.el (face-attribute-name-alist, list-faces-sample-text):
13046 Change defvars to defconsts.
13047
a042de45
DN
13048 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
13049 * loadup.el ("international/mule-conf"): Load the byte compiled version.
13050 * international/mule-conf.el: Allow to be byte compiled.
13051
3b6acc72
DN
13052 * international/mule.el (define-charset): Purecopy props.
13053 (load-with-code-conversion): Purecopy doc string and file name.
13054 (put-charset-property): Purecopy strings.
13055 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
13056
1c2efdfb 13057 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
13058 (define-char-code-property): Correctly purecopy the table.
13059
62591911
DN
13060 * international/ccl.el (define-ccl-program): Purecopy the docstring.
13061
8b908da6
DN
13062 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
13063
ff917d63
DN
13064 * subr.el (add-hook): Purecopy strings.
13065 (eval-after-load): Purecopy load-history-regexp and the form.
13066
af89cf77
DN
13067 * custom.el (custom-declare-group): Purecopy load-file-name.
13068
a3c20c83 13069 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
13070 * net/eudc.el (eudc-tools-menu):
13071 * international/mule-cmds.el (set-coding-system-map)
13072 (mule-menu-keymap):
13073 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
13074 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
13075 * replace.el (occur-mode-map):
13076 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 13077 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
13078 (menu-bar-custom-menu, menu-bar-showhide-menu)
13079 (menu-bar-options-menu, menu-bar-tools-menu)
13080 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
13081 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
13082 (menu-bar-help-menu):
13083 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
13084 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
13085
6bdad9ae
DN
13086 * term/x-win.el (x-gtk-stock-map):
13087 * progmodes/vera-mode.el (auto-mode-alist):
13088 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
13089 (inferior-lisp-program, inferior-lisp-load-command):
13090 * progmodes/hideshow.el (hs-special-modes-alist):
13091 * progmodes/gud.el (same-window-regexps):
13092 * progmodes/grep.el (grep-program, find-program, xargs-program):
13093 * net/telnet.el (same-window-regexps):
13094 * net/rlogin.el (same-window-regexps):
13095 * language/ethiopic.el (font-ccl-encoder-alist):
13096 * vc-sccs.el (vc-sccs-master-templates):
13097 * vc-rcs.el (vc-rcs-master-templates):
13098 * subr.el (cl-assertion-failed):
13099 * simple.el (next-error-overlay-arrow-position):
13100 * lpr.el (lpr-command):
13101 * locate.el (locate-ls-subdir-switches):
13102 * info.el (same-window-regexps, info)
13103 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
13104 * image-mode.el (image-mode, auto-mode-alist):
13105 * hippie-exp.el (hippie-expand-ignore-buffers):
13106 * format.el (format-alist):
13107 * find-dired.el (find-ls-subdir-switches, find-grep-options)
13108 (find-name-arg):
13109 * facemenu.el (facemenu-keybindings):
13110 * dired.el (dired-listing-switches, dired-chown-program):
13111 * diff.el (diff-switches, diff-command):
13112 * cus-edit.el (same-window-regexps):
13113 * bindings.el (mode-line-mule-info)
13114 (mode-line-buffer-identification): Purecopy strings.
13115
e0987650
JL
131162009-11-11 Juri Linkov <juri@jurta.org>
13117
3570691b 13118 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
13119 Tell the byte-compiler about dired-get-filename.
13120 (shell-command): In Dired mode, get filename from the current line
13121 as the default value.
13122
b16ff465
GM
131232009-11-10 Glenn Morris <rgm@gnu.org>
13124
e8a11b22
GM
13125 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
13126 * calendar/holidays.el, progmodes/cperl-mode.el:
13127 Update x-popup-menu declarations.
13128
b16ff465
GM
13129 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
13130 (list-load-path-shadows): Use dolist.
13131 (list-load-path-shadows): Use with-current-buffer.
13132
032c3399
JL
131332009-11-10 Juri Linkov <juri@jurta.org>
13134
13135 * minibuffer.el (read-file-name): Support a list of default values
13136 in `default-filename'. Use the first file name where only one
13137 element is required. Doc fix.
13138
8fb1629f
MA
131392009-11-09 Michael Albinus <michael.albinus@gmx.de>
13140
13141 * net/dbus.el (dbus-unregister-object): Release service, if no
13142 other method is registered for it.
13143
a51203ee 131442009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
13145
13146 * bookmark.el (bookmark-completing-read): Sort bookmark names if
13147 bookmark-sort-flag is non-nil (Bug#4653).
13148
9bf7dc8a
CY
131492009-11-08 Chong Yidong <cyd@stupidchicken.com>
13150
15207e74
CY
13151 * emulation/cua-base.el: Add CUA property to some CC mode commands
13152 (Bug#4100).
13153
8bf7ed70
KR
131542009-11-08 Kevin Ryde <user42@zip.com.au>
13155
13156 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 13157 at end of sentence (Bug#4818).
8bf7ed70 13158
951802d0
CY
131592009-11-08 Jared Finder <jfinder@crypticstudios.com>
13160
13161 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13162 Handle "see declaration of" MSFT statements (Bug#4100).
13163
e8244310
MA
131642009-11-08 Michael Albinus <michael.albinus@gmx.de>
13165
13166 * net/tramp.el (tramp-advice-make-auto-save-file-name)
13167 (tramp-advice-file-expand-wildcards): Unload via
13168 `ad-remove-advice'.
13169
13170 * net/trampver.el: Update release number.
13171
a51203ee 131722009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
13173
13174 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
13175 `ad-do-it'.
13176
a51203ee 131772009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
13178
13179 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
13180 in order to keep context in SELinux.
13181
bedd8a58
CY
131822009-11-08 Chong Yidong <cyd@stupidchicken.com>
13183
13184 * dired-aux.el (dired-query): Place cursor in echo area and allow
13185 C-g.
13186
13187 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
13188 menu item if not on a directory (Bug#4701).
13189
0484d600
MA
131902009-11-07 Michael Albinus <michael.albinus@gmx.de>
13191
13192 Sync with Tramp 2.1.17.
13193
13194 * net/tramp.el (tramp-handle-copy-directory): Don't use
13195 `file-remote-p' (due to compatibility).
13196
13197 * net/tramp-compat.el (tramp-compat-copy-directory)
13198 (tramp-compat-delete-directory): New defuns.
13199
13200 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6a7662bb
BR
13201 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
13202 Use `tramp-compat-delete-directory'.
0484d600
MA
13203
13204 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6a7662bb
BR
13205 (tramp-smb-handle-delete-directory):
13206 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
13207
13208 * net/trampver.el: Update release number.
13209
b42b2189
CY
132102009-11-07 Chong Yidong <cyd@stupidchicken.com>
13211
6960d7b9
CY
13212 * tar-mode.el (tar-copy): Call write-region on the right buffer
13213 (Bug#4857).
13214
b42b2189
CY
13215 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
13216 by hand, if necessary (Bug#4878).
13217
0ad57dfd
CY
132182009-11-06 Chong Yidong <cyd@stupidchicken.com>
13219
d19e23ae
CY
13220 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
13221 align size column (Bug#4839).
13222
0ad57dfd
CY
13223 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
13224 statement.
13225
0b7f397c
DN
132262009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
13227
13228 * progmodes/ld-script.el (auto-mode-alist):
13229 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
13230
13231 * cus-face.el (custom-declare-face): Purecopy face spec.
13232
495bd5ca
KH
132332009-11-06 Kenichi Handa <handa@m17n.org>
13234
13235 * international/uni-bidi.el: Re-generated.
13236 * international/uni-category.el: Re-generated.
13237 * international/uni-combining.el: Re-generated.
13238 * international/uni-mirrored.el: Re-generated.
13239
1e8780b1
DN
132402009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
13241
13242 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
13243 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
13244 (tex-start-options, slitex-run-command, latex-run-command)
13245 (tex-run-command, tex-directory):
13246 * textmodes/ispell.el (ispell-html-skip-alists)
13247 (ispell-tex-skip-alists, ispell-tex-skip-alists):
13248 * textmodes/fill.el (adaptive-fill-first-line-regexp):
13249 (adaptive-fill-regexp):
13250 * textmodes/dns-mode.el (auto-mode-alist):
13251 * progmodes/python.el (interpreter-mode-alist):
13252 * progmodes/etags.el (tags-compression-info-list):
13253 * progmodes/etags.el (tags-file-name):
13254 * net/browse-url.el (browse-url-galeon-program)
13255 (browse-url-firefox-program):
13256 * mail/sendmail.el (mail-signature-file)
13257 (mail-citation-prefix-regexp):
13258 * international/mule-conf.el (eight-bit):
13259 * international/latexenc.el (latex-inputenc-coding-alist):
13260 * international/fontset.el (x-pixel-size-width-font-regexp):
13261 * emacs-lisp/warnings.el (warning-type-format):
13262 * emacs-lisp/trace.el (trace-buffer):
13263 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
13264 (emacs-lisp-mode-map):
13265 * calendar/holidays.el (holiday-solar-holidays)
13266 (holiday-bahai-holidays, holiday-islamic-holidays)
13267 (holiday-christian-holidays, holiday-hebrew-holidays)
13268 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
13269 (hebrew-holidays-1, holiday-oriental-holidays)
13270 (holiday-general-holidays):
13271 * x-dnd.el (x-dnd-known-types):
13272 * tool-bar.el (tool-bar):
13273 * startup.el (site-run-file):
13274 * shell.el (shell-dumb-shell-regexp):
13275 * rfn-eshadow.el (file-name-shadow-tty-properties)
13276 (file-name-shadow-properties):
13277 * paths.el (remote-shell-program, news-directory):
13278 * mouse.el ([C-down-mouse-3]):
13279 * menu-bar.el (menu-bar-tools-menu):
13280 * jka-cmpr-hook.el (jka-compr-load-suffixes)
13281 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
13282 (jka-compr-compression-info-list):
13283 * isearch.el (search-whitespace-regexp):
13284 * image-file.el (image-file-name-extensions):
13285 * find-dired.el (find-ls-option):
13286 * files.el (directory-listing-before-filename-regexp)
13287 (directory-free-space-args, insert-directory-program)
13288 (list-directory-brief-switches, magic-fallback-mode-alist)
13289 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
13290 (automount-dir-prefix):
13291 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
13292 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
13293 (face-font-registry-alternatives, face-font-registry-alternatives)
13294 (face-font-family-alternatives):
13295 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
13296 (facemenu-foreground-menu, facemenu-face-menu):
13297 * epa-hook.el (epa-file-name-regexp):
13298 * dnd.el (dnd-protocol-alist):
13299 * textmodes/rst.el (auto-mode-alist):
a51203ee 13300 * button.el (default-button): Purecopy strings.
1e8780b1 13301
0adae11f
GM
133022009-11-06 Glenn Morris <rgm@gnu.org>
13303
13304 * Makefile.in (ELCFILES): Update.
13305
2adaf057
SM
133062009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
13307
8f72f03c
SM
13308 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
13309 * emacs-lisp/levents.el: Move to obsolete/levents.el.
13310
2adaf057
SM
13311 * nxml/xsd-regexp.el (xsdre-gen-categories):
13312 * nxml/xmltok.el (xmltok-parse-entity):
13313 * nxml/rng-parse.el (rng-parse-validate-file):
13314 * nxml/rng-maint.el (rng-format-manual)
13315 (rng-manual-output-force-new-line):
13316 * nxml/rng-loc.el (rng-save-schema-location-1):
13317 * nxml/rng-cmpct.el (rng-c-parse-file):
13318 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
13319 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
13320
14862301
SM
133212009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
13322
bf0b361c 13323 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
13324 Remove extra save-excursions and make-variable-buffer-local's.
13325 Suggested by Stefan Monnier.
13326
13327 (verilog-getopt-file, verilog-module-inside-filename-p)
13328 (verilog-set-define): Merge GNU 1.35 and repair changes from
13329 switching to using with-current-buffer.
13330
13331 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
13332 being treated as a number and confusing AUTORESET.
13333 Reported by Dan Dever.
13334
13335 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
13336 Add verilog-auto-ignore-concat to fix backward compatibility with
13337 older verilog-modes. Reported by Dan Katz.
13338
13339 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
13340 containing closing anchors "...$".
13341
13342 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
13343 Reported by Wade Smith.
13344
48c2d18a 13345 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
13346
133472009-11-05 Michael McNamara <mac@mail.brushroad.com>
13348
bf0b361c
JB
13349 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
13350 for labels.
14862301
SM
13351
13352 (verilog-label-re, verilog-calc-1): Support proper indent of named
13353 asserts.
13354
13355 (verilog-backward-token, verilog-basic-complete-re)
13356 (verilog-beg-of-statement, verilog-indent-re): Support proper
13357 indent of the assert statement at the beginning of a block of text.
13358
13359 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
13360 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
13361 tokens as begins.
13362
4f8f657f
GM
133632009-11-05 Glenn Morris <rgm@gnu.org>
13364
775adc51
GM
13365 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
13366 Emacs 19. (Bug#1531)
13367 (byte-compile-fix-header): Update for the above change.
13368 Drop test for epoch::version.
13369
4ad6a5e7 13370 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
13371 * cus-dep.el (custom-make-dependencies):
13372 * finder.el (finder-compile-keywords):
13373 Use autoload-rubric's feature argument.
4ad6a5e7 13374
4f8f657f
GM
13375 * calendar/diary-lib.el (top-level): Make load behave more like require.
13376
881e4184
GM
13377 * vc-git.el (vc-git-stash-map): Move definition before use.
13378
ba214964 133792009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 13380
b6f8ba09
DN
13381 * custom.el (custom-declare-group): Purecopy standard-value.
13382 (custom-declare-group): Purecopy custom-prefix.
13383
7fdbcd83
SM
13384 * international/mule.el (load-with-code-conversion):
13385 Call do-after-load-evaluation unconditionally.
eb6f577b 13386
f6195dfb
DN
13387 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
13388
56f14120
SM
133892009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
13390
13391 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
13392
e5c89ce9
GM
133932009-11-04 Glenn Morris <rgm@gnu.org>
13394
13395 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
13396 (byte-compile-compatibility): Remove option.
13397 (byte-compile-close-variables, byte-compile-fix-header)
13398 (byte-compile-insert-header, byte-compile-output-docform)
13399 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
13400 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
13401 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
13402 (byte-compile-insert, byte-compile-defun):
13403 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
13404 (byte-defop-compiler19): Remove.
13405 Without byte-compile-compatibility, the 'emacs19-opcode property is not
13406 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 13407
e24f42ab
JL
134082009-11-04 Juri Linkov <juri@jurta.org>
13409
13410 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
13411 (menu-bar-options-menu): Don't quote the `prop' arg of
13412 `menu-bar-make-mm-toggle'.
13413
d3d5f4f5
JB
134142009-11-04 Juanma Barranquero <lekktu@gmail.com>
13415
13416 * calendar/calendar.el (cal-loaddefs):
13417 * calendar/diary-lib.el (diary-loaddefs):
13418 * calendar/holidays.el (hol-loaddefs):
13419 * eshell/esh-module.el (esh-groups): Load rather than require.
13420
6e39d3b2
SM
134212009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
13422
e96d62cd
SM
13423 * calendar/todo-mode.el (todo-add-category): Don't hardcode
13424 point-min==1.
7e83e8b4
SM
13425 (todo-top-priorities): Only display-buffer when called interactively.
13426 (todo-item-start): Don't save excursion point.
13427 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
13428 (todo-insert-item-here, todo-file-item, todo-remove-item):
13429 Adjust uses of todo-item-start and todo-item-end.
13430
fae4e5b9
SM
13431 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
13432 (autoload-rubric): Don't use any more.
fae4e5b9 13433
6e39d3b2
SM
13434 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
13435 and only put a prop if it is non-nil.
13436
c9753fb4
JL
134372009-11-03 Juri Linkov <juri@jurta.org>
13438
13439 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
13440 (menu-bar-options-menu): Fix list quoting (Bug#4429).
13441
13442 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
13443 and "Menu" to make top-level menu item visually one unit (like
13444 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
13445 multi-word menu items). Fix :help string for quit-window.
13446
db04f33f
GM
134472009-11-03 Glenn Morris <rgm@gnu.org>
13448
2aea6521
GM
13449 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
13450 (byte-compile-file-form-define-abbrev-table)
13451 (byte-compile-file-form-custom-declare-variable)
13452 (byte-compile-variable-ref, byte-compile-defvar):
13453 Whether or not a warning is enabled should only affect whether we issue
13454 the warning, not whether or not we collect the relevant data.
13455 Eg warnings can be turned on and off throughout the course of a file.
13456
db04f33f
GM
13457 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
13458 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
13459
937e6a56
SM
134602009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
13461
13462 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
13463 * play/mpuz.el (mpuz-create-buffer):
13464 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
13465 (lm-print-y,s,noise, lm-print-w0, lm-init):
13466 * play/gomoku.el (gomoku-prompt-for-move):
13467 * play/fortune.el (fortune-in-buffer):
13468 * play/dissociate.el (dissociated-press):
13469 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 13470 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
13471 * mail/supercite.el (sc-eref-show):
13472 * mail/smtpmail.el (smtpmail-send-it):
13473 * mail/rmailsum.el (rmail-summary-next-labeled-message)
13474 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
13475 (rmail-summary-undelete-many, rmail-summary-rmail-update)
13476 (rmail-summary-goto-msg, rmail-summary-expunge)
13477 (rmail-summary-get-new-mail, rmail-summary-search-backward)
13478 (rmail-summary-add-label, rmail-summary-output-menu)
13479 (rmail-summary-output-body):
13480 * mail/rfc822.el (rfc822-addresses):
13481 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
13482 * mail/mailpost.el (post-mail-send-it):
13483 * mail/hashcash.el (hashcash-generate-payment):
13484 * mail/feedmail.el (feedmail-run-the-queue)
13485 (feedmail-queue-send-edit-prompt-help-first)
13486 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
13487 (feedmail-deduce-address-list):
13488 * eshell/esh-ext.el (eshell-remote-command):
13489 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
13490 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
13491 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
13492 (viper-save-string-in-file, viper-valid-marker):
13493 * emulation/viper-keym.el (viper-toggle-key):
13494 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
13495 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
13496 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
13497 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13498 (viper-exec-form-in-emacs, viper-brac-function):
13499 * emulation/viper.el (viper-delocalize-var):
13500 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
13501 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
13502 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
13503 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
13504 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
13505 * emulation/edt.el (edt-electric-helpify):
13506 * emulation/cua-rect.el (cua--rectangle-aux-replace):
13507 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
13508 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
13509 (cua-indent-to-global-mark-column):
13510 * calendar/diary-lib.el (calendar-mark-1):
13511 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
13512 Use with-current-buffer.
13513 * emulation/viper.el (viper-delocalize-var): Use dolist.
13514
5b955562
CY
135152009-11-03 Chong Yidong <cyd@stupidchicken.com>
13516
13517 * comint.el (comint-replace-by-expanded-history-before-point):
13518 Replace !! with the previous input string literally (Bug#1795).
13519
6292c599
JB
135202009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
13521
13522 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
13523 to be made up of whitespace.
13524
8368c14e
CY
135252009-11-02 Chong Yidong <cyd@stupidchicken.com>
13526
13527 * minibuffer.el (read-file-name): Don't use file dialogs for
13528 remote directories (Bug#99).
13529
6f750f0d
CY
135302009-11-01 Chong Yidong <cyd@stupidchicken.com>
13531
13532 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
13533
97ab3f47
AS
135342009-11-01 Andreas Schwab <schwab@linux-m68k.org>
13535
13536 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
13537 instead of deleting the window or frame.
13538
673c1168
CY
135392009-10-31 Chong Yidong <cyd@stupidchicken.com>
13540
13541 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
13542 Support face colors.
13543
937e6a56
SM
13544 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
13545 New function. Support face colors (Bug#1168).
673c1168
CY
13546 (tex-common-initialization): Use it.
13547
13548 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
13549 mode allows it (Bug#1168).
13550
c9349f0a
CY
135512009-10-31 Juri Linkov <juri@jurta.org>
13552
13553 * facemenu.el (list-colors-display): Don't mark buffer as
13554 modified (Bug#3948).
13555
ebf5c4f5
CY
135562009-10-31 Chong Yidong <cyd@stupidchicken.com>
13557
6a7662bb
BR
13558 * international/mule-diag.el (list-character-sets-1):
13559 Minor message fix (Bug#3526).
5c2dce75 13560
6a7662bb
BR
13561 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
13562 Fix face property (Bug#4834).
26581f0e
CY
13563 (etags-list-tags, etags-tags-apropos-additional)
13564 (etags-tags-apropos, tags-select-tags-table): Add follow-link
13565 property.
13566
ebf5c4f5
CY
13567 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
13568 items.
13569
9a529312
SM
135702009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
13571
13572 * textmodes/two-column.el (2C-split):
13573 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
13574 * textmodes/tex-mode.el (tex-set-buffer-directory):
13575 * textmodes/spell.el (spell-region, spell-string):
13576 * textmodes/reftex.el (reftex-erase-buffer):
13577 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
13578 * textmodes/reftex-toc.el (reftex-toc-promote-action):
13579 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
13580 (reftex-select-item):
13581 * textmodes/reftex-ref.el (reftex-label-info-update)
13582 (reftex-offer-label-menu):
13583 * textmodes/reftex-index.el (reftex-index-change-entry)
13584 (reftex-index-phrases-info):
13585 * textmodes/reftex-global.el (reftex-create-tags-file)
13586 (reftex-save-all-document-buffers, reftex-ensure-write-access):
13587 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
13588 (reftex-view-crossref-from-bibtex):
13589 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
13590 (reftex-extract-bib-entries-from-thebibliography)
13591 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
13592 * textmodes/refbib.el (r2b-capitalize-title):
13593 (r2b-convert-buffer, r2b-help):
13594 * textmodes/page-ext.el (pages-directory)
13595 (pages-directory-goto-with-mouse):
13596 * textmodes/bibtex.el (bibtex-validate-globally):
13597 * textmodes/bib-mode.el (bib-capitalize-title):
13598 * textmodes/artist.el (artist-clear-buffer, artist-system):
13599 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
13600 (local-set-scheme-interaction-buffer, xscheme-process-filter)
13601 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
13602 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
13603 (xscheme-send-control-g-interrupt, xscheme-start-process)
13604 (xscheme-process-sentinel, xscheme-cd):
13605 * progmodes/verilog-mode.el (verilog-read-always-signals)
13606 (verilog-set-define, verilog-getopt-file)
13607 (verilog-module-inside-filename-p):
13608 * progmodes/sh-script.el:
13609 * progmodes/python.el (python-pdbtrack-get-source-buffer)
13610 (python-pdbtrack-grub-for-buffer, python-execute-file):
13611 * progmodes/octave-inf.el (inferior-octave):
13612 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
13613 (idlwave-shell-compile-helper-routines, idlwave-set-local)
13614 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
13615 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
13616 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
13617 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
13618 (idlwave-shell-filter, idlwave-shell-examine-highlight)
13619 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
13620 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
13621 (idlwave-shell-examine-display, idlwave-shell-run-region)
13622 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
13623 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
13624 * progmodes/idlw-help.el (idlwave-help-get-special-help)
13625 (idlwave-help-get-help-buffer):
13626 * progmodes/gud.el (gud-basic-call, gud-find-class)
13627 (gud-tooltip-activate-mouse-motions-if-enabled):
13628 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
13629 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
13630 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
13631 (ebrowse-tags-next-file):
13632 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
13633 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
13634 (ebnf-eps-finish-and-write):
13635 * progmodes/cpp.el (cpp-edit-save):
13636 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
13637 * progmodes/cc-defs.el (c-emacs-features):
13638 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
13639 (antlr-directory-dependencies):
13640 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
13641 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
13642 (ada-find-any-references, ada-make-filename-from-adaname)
13643 (ada-make-body-gnatstub):
13644 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 13645 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
13646 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
13647 * net/rcirc.el (rcirc-debug):
13648 * net/newst-treeview.el (newsticker--treeview-list-add-item)
13649 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
13650 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
13651 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 13652 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
13653 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
13654 (newsticker--treeview-list-clear-highlight)
13655 (newsticker--treeview-list-update-highlight)
13656 (newsticker--treeview-list-highlight-start)
13657 (newsticker--treeview-tree-update-highlight)
13658 (newsticker--treeview-get-selected-item)
13659 (newsticker-treeview-mark-list-items-old)
13660 (newsticker--treeview-set-current-node):
13661 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
13662 * net/newst-backend.el (newsticker--get-news-by-funcall)
13663 (newsticker--get-news-by-wget, newsticker--image-get)
13664 (newsticker--image-sentinel):
13665 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
13666 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
13667 (eudc-ph-close-session):
13668 * net/eudc.el (eudc-save-options):
13669 * language/thai-word.el (thai-update-word-table):
13670 * language/japan-util.el (japanese-string-conversion):
13671 * international/titdic-cnv.el (tsang-quick-converter)
13672 (ziranma-converter, ctlau-converter):
13673 * international/mule-cmds.el (describe-language-environment):
13674 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
13675 (skkdic-convert-postfix, skkdic-convert-prefix):
13676 (skkdic-convert-okuri-nasi, skkdic-convert):
13677 * emacs-lisp/re-builder.el (reb-update-overlays):
13678 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
13679 * emacs-lisp/gulp.el (gulp-send-requests):
13680 * emacs-lisp/find-gc.el (trace-call-tree):
13681 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
13682 (eieio-describe-generic):
13683 * emacs-lisp/eieio-base.el (eieio-persistent-read):
13684 * emacs-lisp/edebug.el (edebug-outside-excursion):
13685 * emacs-lisp/debug.el (debugger-make-xrefs):
13686 * emacs-lisp/cust-print.el (custom-prin1-to-string):
13687 * emacs-lisp/chart.el (chart-new-buffer):
13688 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
13689 Use with-current-buffer.
13690 * textmodes/artist.el (artist-system): Don't call
13691 copy-sequence on a fresh string.
13692 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
13693
d566f228
GM
136942009-10-31 Stephen Berman <stephen.berman@gmx.net>
13695
13696 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 13697 is no item to edit. (Bug#4820)
d566f228 13698 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 13699 buffer. (Bug#4820)
d566f228 13700
f3628edd
GM
137012009-10-31 Glenn Morris <rgm@gnu.org>
13702
5cf3709c
GM
13703 * net/ange-ftp.el (top-level): Don't require dired when compiling.
13704 (comint-last-output-start, comint-last-input-start)
13705 (comint-last-input-end): Don't defvar when compiling.
13706 (ange-ftp-process-file): Use bound-and-true-p.
13707
4c814fd2
GM
13708 * pcmpl-rpm.el (top-level): Move provide statement to end.
13709 (pcmpl-rpm): Remove unused custom group.
13710
113b8dcc
GM
13711 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
13712
31c615e4
GM
13713 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
13714
416d3588
GM
13715 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13716 (byte-compile-warnings): Add `constants' as an option.
13717 (byte-compile-callargs-warn, byte-compile-arglist-warn)
13718 (display-call-tree): Update for byte-compile-fdefinition possibly
13719 returning `(macro lambda ...)'. (Bug#4778)
13720 (byte-compile-variable-ref, byte-compile-setq-default):
13721 Respect `constants' member of byte-compile-warnings.
13722
00f71f39
SM
137232009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13724
13725 * vc-bzr.el (vc-bzr-revision-keywords): New var.
13726 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
13727 to "submit:".
13728
ca0a881a
DN
137292009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
13730
13731 * textmodes/ispell.el (ispell-skip-region-alist):
13732 * international/mule-conf.el (eight-bit):
13733 * international/fontset.el (font-encoding-alist):
13734 * startup.el (pure-space-overflow-message):
13735 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
13736 * paths.el (gnus-nntp-service, rmail-spool-directory)
13737 (term-file-prefix):
13738 * files.el (save-some-buffers-action-alist):
13739 * cmuscheme.el (same-window-buffer-names):
13740 * ielm.el (same-window-buffer-names):
13741 * shell.el (same-window-buffer-names):
13742 * mail/sendmail.el (same-window-buffer-names):
13743 * progmodes/inf-lisp.el (same-window-buffer-names):
13744 * bindings.el (mode-line-client)
13745 (mode-line-column-line-number-mode-map):
13746 * language/tibetan.el (tibetan-precomposition-rule-regexp)
13747 (tibetan-precomposed-regexp): Purecopy string arguments.
13748
b861e45e
SM
137492009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13750
6df9b6d7
SM
13751 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
13752 (calcDigit-nondigit):
13753 * calc/calc-yank.el (calc-copy-to-buffer):
13754 * calc/calc-units.el (calc-invalidate-units-table):
13755 * calc/calc-trail.el (calc-trail-yank):
13756 * calc/calc-store.el (calc-insert-variables):
13757 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
13758 * calc/calc-prog.el (calc-read-parse-table):
13759 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
13760 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
13761 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
13762 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
13763 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
13764 (calc-graph-name, calc-graph-find-command, calc-graph-view)
13765 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
13766 * calc/calc-ext.el (calc-realign):
13767 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
13768 (calc-embedded-finish-edit, calc-embedded-make-info)
13769 (calc-embedded-finish-command, calc-embedded-stack-change):
13770 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
13771
70f44c65
SM
13772 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
13773 shell-dynamic-complete-filename in preference to
13774 comint-dynamic-complete-filename.
13775
b861e45e
SM
13776 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13777 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
13778 Don't consider whether the display supports colors.
13779 (bookmark-import-new-list): Use dolist.
13780 (bookmark-bmenu-mode-map): Move initialization into declaration.
13781 (bookmark-bmenu-list): Use dolist, simplify.
13782 (bookmark-show-all-annotations): Use save-selected-window and dolist.
13783 (menu-bar-final-items): Use push.
13784
8549241d 137852009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
13786
13787 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
13788 it works on remote files.
13789 (vc-hg-diff): Don't pass any `--cwd' argument.
13790
30644573
KR
137912009-10-27 Kevin Ryde <user42@zip.com.au>
13792
cc63d28f
SM
13793 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
13794 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
13795 (Further to Bug#3921).
13796
9be01a63
MA
137972009-10-27 Michael Albinus <michael.albinus@gmx.de>
13798
13799 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
13800 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
13801 calling `tramp-imap-put-file'. Add file size to the call.
13802 (tramp-imap-get-file-entries): Compute also user name, file size,
13803 and date.
13804 (tramp-imap-handle-insert-directory): Insert uid and gid.
13805 (tramp-imap-handle-file-attributes): Transform uid and gid
13806 according to `id-format'.
13807 (tramp-imap-put-file): New optional parameter SIZE. Encode file
13808 size in header X-Size.
13809
41849bf9
JB
138102009-10-26 Juanma Barranquero <lekktu@gmail.com>
13811
13812 * simple.el (transpose-subr): Give clearer error when the mark
13813 is not set. (Bug#4807)
13814
293c24f9
MA
138152009-10-26 Michael Albinus <michael.albinus@gmx.de>
13816
cc63d28f
SM
13817 * net/tramp.el (tramp-perl-file-truename): New defconst.
13818 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 13819 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
13820 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
13821 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 13822
cc63d28f
SM
13823 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
13824 Ignore `dired-call-process'.
293c24f9
MA
13825 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
13826
138272009-10-26 Julian Scheid <julians37@gmail.com>
13828
cc63d28f 13829 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
13830 (tramp-get-remote-readlink): New defun.
13831 (tramp-handle-file-truename): Use it.
13832 (tramp-handle-file-exists-p): Check file-attributes cache, assume
13833 file exists if cache value present.
48c2d18a 13834 (tramp-check-cached-permissions): New defun.
293c24f9
MA
13835 (tramp-handle-file-readable-p): Use it.
13836 (tramp-handle-file-writable-p): Likewise.
13837 (tramp-handle-file-executable-p): Likewise.
13838 (tramp-handle-file-name-all-completions): Try using Perl to get
13839 partial completions. When perl not available, combine `cd' and
13840 `ls' into single remote operation and use shell expansion to get
13841 partial remote directory contents. Set `file-exists-p' cache for
13842 directory and any files returned by ls. Change cache handling to
13843 support partial directory contents. Use error message emitted by
13844 remote `cd' or Perl code for local tramp-error.
13845 (tramp-do-copy-or-rename-file-directly): Avoid separate
13846 tramp-send-command-and-check call.
cc63d28f
SM
13847 (tramp-handle-process-file): Merge three remote ops into one.
13848 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
13849 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
13850 file-attributes shows uid/gid to be set already.
13851
a7610c52
DN
138522009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
13853
13854 * textmodes/tex-mode.el (tex-dvi-view-command)
13855 (tex-show-queue-command, tex-open-quote):
13856 * progmodes/ruby-mode.el (auto-mode-alist)
13857 (interpreter-mode-alist): Purecopy strings.
13858
13859 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
13860
13861 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
13862 string for the hook, keymap and abbrev table.
13863
13864 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
13865
13866 * x-dnd.el (x-dnd-xdnd-to-action):
13867 * startup.el (fancy-startup-text, fancy-about-text): Change to
13868 defconst from defvar.
13869
13870 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
13871
13872 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
13873 Purecopy initialization strings.
13874
13875 * mail/sendmail.el (mail-header-separator)
13876 (mail-personal-alias-file):
13877 * mail/rmail.el (rmail-default-dont-reply-to-names)
13878 (rmail-ignored-headers, rmail-retry-ignored-headers)
13879 (rmail-highlighted-headers, rmail-secondary-file-directory)
13880 (rmail-secondary-file-regexp):
13881 * files.el (null-device, file-name-invalid-regexp)
13882 (locate-dominating-stop-dir-regexp)
cc63d28f 13883 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
13884 (interpreter-mode-alist): Use mapcar instead of mapc.
13885
13886 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
13887
13888 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
13889 (completion-ignored-extensions):
13890 (debug-ignored-errors): Purecopy strings.
13891
4fcc3d32
SM
138922009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
13893
0667de21
SM
13894 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
13895 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
13896 (pcomplete--here): Use push.
13897
4fcc3d32
SM
13898 * subr.el (all-completions): Declare the 4th arg obsolete.
13899
955ef430
SM
139002009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13901
2d085307
SM
13902 * pcomplete.el (pcomplete-unquote-argument-function): New var.
13903 (pcomplete-unquote-argument): New function.
13904 (pcomplete--common-suffix): Always pay attention to case.
13905 (pcomplete--table-subvert): Quote and unquote the text.
13906 (pcomplete--common-quoted-suffix): New function.
13907 (pcomplete-std-complete): Use it and pcomplete-begin.
13908
955ef430
SM
13909 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
13910 we're inside a dedicated or minibuffer window.
13911
7c85c02b
KF
139122009-10-24 Karl Fogel <kfogel@red-bean.com>
13913
13914 * bookmark.el: Update documentation, especially documentation
13915 of `bookmark-alist' and of the bookmark file format.
13916 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
13917
3e8ae8a6
CY
139182009-10-24 Chong Yidong <cyd@stupidchicken.com>
13919
3e425845
CY
13920 * mail/emacsbug.el (report-emacs-bug): Clarify that the
13921 keybindings apply to the mail buffer (Bug#4003). Shrink help
13922 window to buffer.
13923
cdd47d48
CY
13924 * whitespace.el (whitespace-mode, whitespace-newline-mode)
13925 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
13926 (whitespace-toggle-options, global-whitespace-toggle-options):
13927 Doc fix (Bug#3660).
cdd47d48 13928
ba07c9ad
CY
13929 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
13930 of xmltok-start before the end tag was inserted (Bug#2840).
13931
3e8ae8a6
CY
13932 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
13933 patterns that are preceded by an open-paren (Bug#1320).
13934
ab276820
CY
139352009-10-24 Sven Joachim <svenjoac@gmx.de>
13936
13937 * files.el (delete-directory): Delete symlinks to directories with
13938 delete-file (Bug#4739).
13939
905a9ed3
DN
139402009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
13941
a9a2a6db
DN
13942 * vc.el (vc-backend-for-registration): Rename from
13943 vc-get-backend-for-registration. Update callers.
13944
cc63d28f
SM
13945 * international/mule-cmds.el (set-language-info-alist):
13946 Purecopy lang-env.
905a9ed3
DN
13947 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
13948 (charset): Purecopy the name.
13949 (define-char-code-property): Purecopy string arguments.
13950
13951 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13952 Purecopy string arguments.
13953
13954 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
13955 * ediff-hook.el (menu-bar-ediff-menu):
13956 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
13957 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
13958
d270305a
GM
139592009-10-24 Glenn Morris <rgm@gnu.org>
13960
6c74d523 13961 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
13962 * term.el (term-dynamic-list-completions): Use choose-completion rather
13963 than obsolete alias mouse-choose-completion.
13964
ae732337
GM
13965 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
13966 file-cache-choose-completion.
13967 (file-cache-choose-completion): Handle an optional event argument.
13968 (file-cache-mouse-choose-completion): Make it an obsolete alias.
13969
cc63d28f
SM
13970 * progmodes/octave-mod.el (octave-complete-symbol):
13971 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 13972
9847dc91
GM
13973 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
13974 use.
13975
e8f2a5d5
GM
13976 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
13977 compiler.
13978
d270305a
GM
13979 * vc-hooks.el (vc-responsible-backend): Fix declaration.
13980
c6432f1e
SM
139812009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13982
13983 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
13984 Ignore `pred' now that we receive one.
13985 Handle test-completion specially.
13986
6ab196f9
DN
139872009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
13988
13989 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 13990 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
13991 REGISTER ...
13992 (vc-get-backend-for-registration): ... here. New function.
13993 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
13994 of vc-responsible-backend, pass the file name instead of the
13995 directory name.
13996
48feed59
SM
139972009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
13998
13999 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
14000 New funs.
14001 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
14002 (pcomplete-comint-setup): Don't modify a global var via
14003 accidental side-effects.
14004 (pcomplete-shell-setup): Adjust call accordingly.
14005 (pcomplete-parse-comint-arguments): Use push.
14006
00006066
CY
140072009-10-23 Chong Yidong <cyd@stupidchicken.com>
14008
36bfa3af
CY
14009 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
14010 Allow uncapitalized info node names (Bug#3921).
14011
00006066
CY
14012 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
14013 to the DEBUG file (Bug#3781).
14014
aa311d6e
CY
140152009-10-23 Jari Aalto <jari.aalto@cante.net>
14016
14017 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
14018 dictionary entry (Bug#4579).
14019
b88f2d0a
MA
140202009-10-23 Michael Albinus <michael.albinus@gmx.de>
14021
14022 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
14023 from `rfn-eshadow-update-overlay-hook' when unloading.
14024 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
14025 "rsyncc". Adjust doc string.
48c2d18a 14026 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
14027 (tramp-handle-insert-file-contents, tramp-handle-write-region):
14028 Keep temporary file when indicated by method ("rsync" and
14029 "rsyncc").
14030 (tramp-handle-write-region): Handle APPEND.
14031 (tramp-delete-temp-file-function): New defun. Added to
14032 `kill-buffer-hook'.
14033
1becddbb
JB
140342009-10-23 Juanma Barranquero <lekktu@gmail.com>
14035
14036 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
14037
8f43cbf3
DN
140382009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
14039
14040 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
14041 (color-name-rgb-alist, tty-standard-colors)
14042 (tty-color-mode-alist): Change to defconst.
14043
14044 * simple.el (mark-inactive): Purecopy message.
14045
14046 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
14047 (global-map, yank-menu):
14048 * textmodes/ispell.el (ispell-menu-map):
14049 * net/eudc.el (eudc-tools-menu):
14050 * international/mule-cmds.el (describe-language-environment-map)
14051 (setup-language-environment-map, set-coding-system-map)
14052 (mule-menu-keymap):
14053 * vc-hooks.el (vc-menu-entry, vc-menu-map):
14054 * replace.el (occur-mode-map):
14055 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
14056
1d228a31
JB
140572009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
14058
6a7662bb
BR
14059 * calc/calc.el (math-read-number, math-read-number-simple):
14060 Use `save-match-data'.
1d228a31 14061
3b067af1
SM
140622009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
14063
28a90c44
SM
14064 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
14065 rather than fiddling with global-map bindings, since it should only
14066 affect per-terminal settings.
14067 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
14068
a452eee8
SM
14069 * minibuffer.el (completion-table-with-terminator): Allow to specify
14070 the terminator-regexp.
14071
ab14d7d5
SM
14072 * simple.el (switch-to-completions): Look for *Completions* in other
14073 frames as well.
14074
3b067af1
SM
14075 * pcomplete.el: Allow the use of completion-tables.
14076 (pcomplete-std-complete): New command.
14077 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
14078 (pcomplete--here): Use a function for `form' rather than an expression,
14079 so it can be byte-compiled.
14080 (pcomplete-here, pcomplete-here*): Adjust accordingly.
14081 Add edebug declaration.
14082 (pcomplete-show-completions): Remove unused var `curbuf'.
14083 (pcomplete-do-complete, pcomplete-stub):
1becddbb 14084 Don't assume `completions' is a list of strings any more.
3b067af1 14085
5480359e
JB
140862009-10-22 Juanma Barranquero <lekktu@gmail.com>
14087
14088 * find-dired.el (find-name-arg): Fix typo in docstring.
14089
3170b794
SM
140902009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
14091
48c23a25
SM
14092 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
14093 (pcmpl-linux-fs-types): Same, and update to new modules layout.
14094
56b14058
SM
14095 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
14096 pcomplete-entries.
14097
3170b794
SM
14098 * comint.el (comint-read-input-ring, comint-write-input-ring)
14099 (comint-substitute-in-file-name)
14100 (comint-dynamic-complete-as-filename)
14101 (comint-dynamic-simple-complete)
14102 (comint-dynamic-list-filename-completions)
14103 (comint-dynamic-list-completions)
14104 (comint-redirect-results-list-from-process): Minor simplifications.
14105
2affef34
KR
141062009-10-21 Kevin Ryde <user42@zip.com.au>
14107
3170b794
SM
14108 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
14109 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 14110 the first form. And insert a blank line after ";;; Code" since
d8194864 14111 that's usual style. (Bug#4612)
2affef34 14112
e7b94bbb
KR
14113 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
14114
528c56e2
SM
141152009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14116
14117 * minibuffer.el (completion-table-with-terminator): Properly implement
14118 boundaries, in case `terminator' appears in the suffix.
14119 (completion--embedded-envvar-table): Don't return boundaries if
14120 there's no valid completion. Simplify.
14121 (completion-file-name-table): New completion table extracted from
14122 completion--file-name-table.
14123 (completion--file-name-table): Use it.
14124 (read-file-name-predicate): Declare obsolete.
14125 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
14126 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
14127 completion-file-name-table, and use the `pred' argument.
14128 * files.el (locate-file-completion-table): Use the `pred' arg rather
14129 than read-file-name-predicate.
14130 (abbreviate-file-name): Use \` rather than ^ for BOS.
14131
f9ed9b4f
DN
141322009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
14133
14134 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
14135 vc-responsible-backend to register, it causes problems.
14136
5f2022a3
SM
141372009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14138
14139 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
14140
fc754ea1
MA
141412009-10-21 Michael Albinus <michael.albinus@gmx.de>
14142
14143 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
14144 (tramp-smb-handle-file-attributes): Use it.
14145 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
14146 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
14147 `mapcar'. Use `tramp-smb-get-stat-capability'.
14148 Add `dired-filename' text properties.
fc754ea1
MA
14149 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
14150 (tramp-smb-maybe-open-connection): Simplify check for smbclient
14151 version.
14152
79bd5ba1
SM
141532009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
14154
14155 * subr.el (read-key-delay): Reduce to 0.01.
14156 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
14157 (bug#4751).
14158
3c13704d
SM
141592009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
14160
554efd10
SM
14161 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
14162
c2a37b78
SM
14163 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
14164 (Info-menu): Remove unused vars `last' and `completions'.
14165 (Info-index-nodes): Remove unused var `node'.
14166
3c13704d
SM
14167 * info.el (Info-complete-menu-item): Use complete-with-action.
14168
d1e4c403
DN
141692009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
14170
14171 Make vc-annotate work through copies and renames.
3c13704d
SM
14172 * vc-annotate.el (vc-annotate-extract-revision-at-line):
14173 Return the file name too.
d1e4c403
DN
14174 (vc-annotate-revision-at-line)
14175 (vc-annotate-find-revision-at-line)
14176 (vc-annotate-revision-previous-to-line)
14177 (vc-annotate-show-log-revision-at-line): Update to get the file
14178 name from vc-annotate-extract-revision-at-line.
14179 (vc-annotate-show-diff-revision-at-line-internal): Change the
14180 argument to mean whether to show a file diff or not. Get the file
14181 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
14182 (vc-annotate-show-diff-revision-at-line):
14183 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
14184 (vc-annotate-warp-revision): Add an optional file argument.
14185
14186 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
14187 (vc-git-annotate-extract-revision-at-line): Also return the file
14188 name if found.
14189
14190 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
14191 command. Remove unused code.
14192 (vc-hg-annotate-re): Update to match --follow output.
14193 (vc-hg-annotate-extract-revision-at-line): Also return the file
14194 name if found.
14195
14196 * vc.el: Update annotate-extract-revision-at-line documentation.
14197
b0b0ef98
KR
141982009-10-18 Kevin Ryde <user42@zip.com.au>
14199
14200 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
14201 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
14202
a9e7f03d
KR
14203 * net/browse-url.el (browse-url): Identify alist with "consp and
14204 not functionp" and let all other things go down the `apply' leg,
14205 as suggested by Stefan. (Further to bug#4531.)
14206
7346a407
CY
142072009-10-18 Chong Yidong <cyd@stupidchicken.com>
14208
14209 * minibuffer.el (read-file-name): Check for repeat before putting
14210 a default argument in file-name-history (Bug#4657).
14211
14212 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
14213 read syntax (Bug#4737).
14214
3c13704d 14215 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 14216
1da94541
CY
142172009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14218
14219 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
14220 (html-tag-alist, html-tag-help): Add descriptions for undocumented
14221 entries and make note of obsolete tags.
14222
2b93080a
SM
142232009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
14224
14225 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
14226
18b5ffb5
GM
142272009-10-18 Glenn Morris <rgm@gnu.org>
14228
14229 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
14230 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 14231 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
14232 now, and in any case the file header format has changed.
14233
c2e161b2
GM
142342009-10-17 Glenn Morris <rgm@gnu.org>
14235
14236 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
14237 (flyspell-get-word, flyspell-large-region)
14238 (flyspell-auto-correct-previous-word): Doc/error message fixes.
14239
a1eb44f5
CY
142402009-10-17 Chong Yidong <cyd@stupidchicken.com>
14241
14242 * Makefile.in (ELCFILES): Add ede/shell.
14243
4418646e
DN
142442009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
14245
14246 * term/common-win.el (x-colors): Purecopy it.
14247
4062011e
SM
142482009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14249
14250 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
14251 permissive for when the buffer is empty.
14252 (tar-header-block-tokenize): Decode the username and groupname.
14253 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
14254
b0b111c3
JB
142552009-10-17 Eric Ludlam <zappo@gnu.org>
14256
14257 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
14258 contains multibyte characters, choose first applicable coding
14259 system automatically.
14260
2df48a87
SM
142612009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14262
14263 * international/mule-cmds.el (select-safe-coding-system): If the file
14264 has a coding cookie, use it regardless of any other setting (bug#4712).
14265
fd7dd48c
GM
142662009-10-17 Glenn Morris <rgm@gnu.org>
14267
3ee0b477 14268 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
14269 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
14270
2550e4b1
GM
14271 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
14272 (dired-keep-marker-copy, dired-keep-marker-hardlink)
14273 (dired-keep-marker-symlink, dired-dwim-target)
14274 (dired-copy-preserve-time): Do not autoload these defcustoms.
14275
fd7dd48c
GM
14276 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
14277 messages from messing up the file coding. (Bug#4623)
14278
f3e3a990
GM
142792009-10-17 Jari Aalto <jari.aalto@cante.net>
14280
14281 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
14282 if no match is found for the current dictionary. (Bug#4578)
14283
14284 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
14285 optional, since that is how it is documented, and this is often called
14286 with a nil argument. (Bug#4577)
14287 (flyspell-external-point-words, flyspell-auto-correct-word)
14288 (flyspell-correct-word-before-point, flyspell-word-search-forward)
14289 (flyspell-word-search-backward): Remove nil argument in calls to
14290 flyspell-get-word, since it is not needed now.
14291
142922009-10-17 Ulrich Mueller <ulm@gentoo.org>
14293
1becddbb 14294 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 14295
b61374ab
GM
142962009-10-16 Glenn Morris <rgm@gnu.org>
14297
14298 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
14299
412707c2
SM
143002009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
14301
14302 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
14303 (ange-ftp-file-size): New function.
14304 (ange-ftp-file-attributes): Use it.
14305
0c6f436e
MA
143062009-10-16 Michael Albinus <michael.albinus@gmx.de>
14307
14308 * net/tramp-smb.el (tramp-smb-version): New defvar.
14309 (tramp-smb-maybe-open-connection): Use it, in order to avoid
14310 repeated checks.
14311
850bfd04
GM
143122009-10-16 Glenn Morris <rgm@gnu.org>
14313
14314 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
14315 Maybe copy some custom properties from old to new name. (Bug#4706)
14316
f3ed9aca
JB
143172009-10-16 Juanma Barranquero <lekktu@gmail.com>
14318
14319 * subr.el (error, sit-for, start-process-shell-command)
14320 (start-file-process-shell-command): Set the calling convention
14321 after the function definition.
14322
fd6c5134
SM
143232009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14324
14325 * subr.el (error, sit-for, start-process-shell-command)
14326 (start-file-process-shell-command): Use the new
14327 set-advertised-calling-convention feature.
14328
73874eb7
KH
143292009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
14330
fd6c5134
SM
14331 * international/ucs-normalize.el (ucs-normalize-version):
14332 Change to 1.2.
14333 (check-range): Adjust for Unicode 5.2.
73874eb7 14334
03fb33cf
JL
143352009-10-15 Juri Linkov <juri@jurta.org>
14336
14337 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
14338 to the `menu-item' format.
14339
4260b402
MA
143402009-10-15 Michael Albinus <michael.albinus@gmx.de>
14341
14342 * net/tramp.el (tramp-replace-environment-variables): Do not fail
14343 if the environment variable does not exist.
14344
14345 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
14346 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
14347 parameter.
14348 (tramp-smb-handle-add-name-to-file)
14349 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
14350 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
14351 (tramp-smb-handle-file-attributes)
14352 (tramp-smb-do-file-attributes-with-stat)
14353 (tramp-smb-handle-file-local-copy)
14354 (tramp-smb-handle-insert-directory)
14355 (tramp-smb-handle-make-directory)
14356 (tramp-smb-handle-make-directory-internal)
14357 (tramp-smb-handle-make-symbolic-link)
14358 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
14359 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
14360 (tramp-smb-maybe-open-connection): Apply the changed parameters.
14361 (tramp-smb-read-file-entry): Read Disk names in compressed format.
14362 Handle long file names.
14363 (tramp-smb-get-cifs-capabilities): Check, whether the connection
14364 process is running.
14365 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
14366 Read share names with "-g" option.
14367
d7a0fd6f
GM
143682009-10-15 Ryan Yeske <rcyeske@gmail.com>
14369
14370 * net/rcirc.el (rcirc-view-log-file): New command.
14371 (rcirc-track-minor-mode-map): Remove C-c ` binding.
14372 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
14373 specified.
14374
0b44494a
GM
143752009-10-15 Glenn Morris <rgm@gnu.org>
14376
af9fb32f
GM
14377 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
14378 from the second command-line argument.
14379 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
14380 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
14381 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
14382 w32-batch-update-autoloads.
14383 * emacs-lisp/autoload.el (autoload-make-program): New variable.
14384 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
14385
0b44494a
GM
14386 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
14387 the headers cannot be located. Simplify, subtracting superflous
14388 save-excursions.
14389
d5e63715
SM
143902009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
14391
14392 Replace completion-base-size by completion-base-position to fix bugs
14393 such as (bug#4699).
14394 * simple.el (completion-base-position): New var.
14395 (completion-base-size): Mark as obsolete.
14396 (choose-completion): Make it work for mouse events as well.
14397 Pass the new base-position to choose-completion-string.
14398 (choose-completion-guess-base-position): New function, extracted from
14399 choose-completion-delete-max-match.
14400 (choose-completion-delete-max-match): Use it. Make obsolete.
14401 (choose-completion-string): Use the new base-position info.
14402 (completion-root-regexp): Delete.
14403 (completion-setup-function): Preserve completion-base-position.
14404 Eliminate obsolete base-size manipulation.
14405 * minibuffer.el (display-completion-list): Don't mess with base-size.
14406 (minibuffer-completion-help): Set completion-base-position instead.
14407 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
14408 choose-completion.
14409 * textmodes/bibtex.el (bibtex-complete):
14410 * emacs-lisp/crm.el (crm--choose-completion-string):
14411 Adjust to new calling convention.
14412 * complete.el (partial-completion-mode): Use minibufferp to avoid
14413 bumping into incompatible change to choose-completion-string-functions.
14414 * ido.el (ido-choose-completion-string): Make its calling convention
14415 more permissive.
14416 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
14417 base-size manipulation.
14418 (comint-dynamic-list-input-ring): Use dotimes and push.
14419 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
14420 fundamental-mode. Use `or'.
14421
92f8bfc7
JL
144222009-10-14 Juri Linkov <juri@jurta.org>
14423
14424 * misearch.el (multi-isearch-next-buffer-from-list)
14425 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
14426
e78e280d
SM
144272009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
14428
384ca163
SM
14429 * Makefile.in (compile-onefile): Load `bytecomp' rather than
14430 `bytecomp.el'.
14431
681e0e7c
SM
14432 * minibuffer.el (completion-pcm--merge-completions): Make sure the
14433 string we return is all made up of text from the completions rather
14434 than part from the completions and part from the input (bug#4219).
14435
e78e280d
SM
14436 * ido.el (ido-everywhere): Use define-minor-mode.
14437
14438 * buff-menu.el (list-buffers, ctl-x-map):
14439 Mark the entry points with ;;;###autoload cookies.
14440
b4e813ca
DN
144412009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
14442
52964e54
DN
14443 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
14444 correctly in the detached head case.
14445 (vc-git-print-log): Remove unused binding.
14446
b4e813ca
DN
14447 * vc.el (vc-responsible-backend): When a directory is passed for
14448 for registration create a VC repository if no backend is
14449 responsible for the directory argument.
14450 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
14451
14452 * vc.el: Move comments about RCS and SCCS ...
14453 * vc-rcs.el:
14454 * vc-sccs.el: ... here, respectively.
14455
40ba9882
SM
144562009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
14457
14458 * minibuffer.el (completion--file-name-table): Return nil if there's
14459 no file completion, even if substitute-in-file-name changed
14460 the string (bug#4708).
14461
04e0f59b
JL
144622009-10-13 Juri Linkov <juri@jurta.org>
14463
14464 * files-x.el (read-file-local-variable-value): Don't filter out
14465 minor modes from mode name completion (bug#4664).
14466
314c8e25
JB
144672009-10-13 Juanma Barranquero <lekktu@gmail.com>
14468
14469 * international/mule-cmds.el (ucs-names): Remove exclusion of
14470 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
14471
5c9b7d36
KH
144722009-10-13 Kenichi Handa <handa@m17n.org>
14473
14474 * international/uni-name.el: Regenerated.
14475
1e7a80f2
JB
144762009-10-13 Juanma Barranquero <lekktu@gmail.com>
14477
14478 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
14479 should be automatically buffer-local, but isn't.)
14480
cd29f88b
SS
144812009-10-12 Sam Steingold <sds@gnu.org>
14482
14483 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 14484 timestamps if the buffer has been visited before.
0cd16af4
SS
14485 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
14486 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 14487
37493a98
GM
144882009-10-12 Glenn Morris <rgm@gnu.org>
14489
14490 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
14491 Let-bind `size'.
14492
3b56b1e6
JB
144932009-10-12 Juanma Barranquero <lekktu@gmail.com>
14494
7422a4bb
JB
14495 * proced.el (proced-unload-function): New function.
14496
fa72d075
JB
14497 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
14498 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
14499 Doc fix.
14500
3b56b1e6
JB
14501 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
14502
4d9b4323
JL
145032009-10-11 Juri Linkov <juri@jurta.org>
14504
14505 * files-x.el (read-file-local-variable-value):
14506 Provide default value only for bound variables (bug#4664).
14507
f6f7e059
MA
145082009-10-11 Michael Albinus <michael.albinus@gmx.de>
14509
14510 * net/tramp.el (tramp-local-host-p): Function shall return nil for
14511 connection methods like smb.
14512
14513 * net/tramp-cache.el (tramp-flush-connection-property): The hash
14514 can be empty.
14515
14516 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
14517 (tramp-smb-file-name-handler-alist): Add handlers for
14518 `add-name-to-file', `make-symbolic-link'.
14519 (tramp-smb-handle-add-name-to-file)
2992485f 14520 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
14521 (tramp-smb-handle-make-symbolic-link)
14522 (tramp-smb-get-cifs-capabilities): New defuns.
14523 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
14524 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
14525 (tramp-smb-handle-file-local-copy)
14526 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
14527 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
14528 The file name syntax depends on cifs capabilities.
14529 (tramp-smb-handle-file-attributes):
14530 Call `tramp-smb-do-file-attributes-with-stat' if possible.
14531 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
14532 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 14533
67868d26
CY
145342009-10-11 Chong Yidong <cyd@stupidchicken.com>
14535
14536 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
14537 (eieio-defclass): Apply deftype handler and setf-method properties
14538 directly.
14539 (eieio-add-new-slot): Avoid union function from cl library.
14540 (eieio--typep): New function.
14541 (eieio-perform-slot-validation): Use it.
14542
6d6a5b7e
KF
145432009-10-10 Karl Fogel <kfogel@red-bean.com>
14544
3b56b1e6 14545 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
14546 Update documentation to refer to the variables documented in r1.135.
14547 (Bug#4188)
14548
67b70de9
KF
145492009-10-10 Karl Fogel <kfogel@red-bean.com>
14550
14551 * bookmark.el (Info-suffix-list): Remove this unused variable.
14552 (bookmark-current-point): Remove this obsolete variable.
14553 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
14554 Adjust for removal of bookmark-current-point.
14555
14556 (bookmarks-already-loaded, bookmark-current-buffer)
14557 (bookmark-yank-point): Document. (Bug#4188)
14558
58ae51ae
GM
145592009-10-10 Glenn Morris <rgm@gnu.org>
14560
4619ff5e
GM
14561 * frame.el (frame-height): Doc fix.
14562
58ae51ae
GM
14563 * calendar/calendar.el (calendar-split-width-threshold): New option.
14564 (calendar-basic-setup): Use calendar-split-width-threshold.
14565
d364386c
JB
145662009-10-09 Juanma Barranquero <lekktu@gmail.com>
14567
14568 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
14569 Ideographic Supplement" range (U+1F200..U+1F2FF).
14570
33e97a28
KF
145712009-10-09 Karl Fogel <kfogel@red-bean.com>
14572
02d0f051 14573 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 14574 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
14575
145762009-10-09 Karl Fogel <kfogel@red-bean.com>
14577
d364386c 14578 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
14579 (bookmark-bmenu-execute-deletions): Don't save here, as
14580 bookmark-delete will now do so if necessary.
d364386c 14581 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
14582 (Bug#4348)
14583
9656d87b
GM
145842009-10-09 Glenn Morris <rgm@gnu.org>
14585
14586 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
14587
e6227f06
KF
145882009-10-09 Karl Fogel <kfogel@red-bean.com>
14589
14590 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
14591 (bookmark-jump-other-window): Just invoke bookmark-jump with new
14592 argument now, so the two function's behaviors will match. (Bug#3645)
14593
288f783b
MA
145942009-10-08 Michael Albinus <michael.albinus@gmx.de>
14595
14596 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 14597 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 14598 Apply `save-match-data'.
288f783b
MA
14599
14600 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
14601 case both directories are remote.
14602 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 14603 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 14604
872a1ea4
JB
146052009-10-07 Juanma Barranquero <lekktu@gmail.com>
14606
14607 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
14608
ab2baced
GM
146092009-10-07 Glenn Morris <rgm@gnu.org>
14610
e78e280d
SM
14611 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
14612 of concat.
ab2baced 14613
5c4634c1
SM
146142009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
14615
14616 * files-x.el (read-file-local-variable): Include some
14617 non-user-variables in the completion table (bug#4664).
14618
c2dc9732
MA
146192009-10-07 Michael Albinus <michael.albinus@gmx.de>
14620
14621 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
14622 message.
14623
14624 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
14625 (tramp-smb-file-name-handler-alist): Add handler for
14626 `copy-directory', `expand-file-name', `set-file-modes'.
14627 (tramp-smb-handle-copy-directory)
14628 (tramp-smb-handle-expand-file-name)
14629 (tramp-smb-handle-set-file-modes): New defuns.
14630 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
14631 (tramp-smb-handle-file-attributes): Simplify check for retrieving
14632 entry.
14633 (tramp-smb-handle-insert-directory): Don't flush the cache.
14634 (tramp-smb-maybe-open-connection): Check for samba client and
14635 server versions.
14636
11be40a6
EZ
146372009-10-07 Eli Zaretskii <eliz@gnu.org>
14638
14639 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
14640 to not error out of search for "^lisp=" fails.
14641
8c4afe20
JB
146422009-10-07 Juanma Barranquero <lekktu@gmail.com>
14643
14644 * makefile.w32-in (WINS_UPDATES): New macro.
14645 (custom-deps, finder-data, autoloads): Use it.
14646
429a1506
GM
146472009-10-07 Glenn Morris <rgm@gnu.org>
14648
ee2e93e2
GM
14649 * Makefile.in (autoloads): Revert previous change.
14650 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
14651 the list of preloaded files passed on the command-line, get
14652 it from src/Makefile.
14653
429a1506
GM
14654 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
14655 show the original buffer rather than a random one.
14656
a51203ee 146572009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
14658
14659 * help.el (describe-no-warranty): Place point in a slightly better
14660 position in the GPLv3 text.
14661
f58f7520
SS
146622009-10-06 Sam Steingold <sds@gnu.org>
14663
14664 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
14665 the comm attribute is present before calling regexp-quote.
14666
bde79dc0
JB
146672009-10-06 Juanma Barranquero <lekktu@gmail.com>
14668
14669 * play/animate.el (animate-string): For good effect, make sure
14670 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
14671
14672 * play/animate.el (animate-sequence, animate-birthday-present):
14673 * misc.el (butterfly): Don't set `indent-tabs-mode'.
14674
25ab0302
GM
146752009-10-06 Glenn Morris <rgm@gnu.org>
14676
73fe714a
GM
14677 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
14678
3405d98c
GM
14679 * emacs-lisp/autoload.el (autoload-excludes): New variable.
14680 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
14681 (batch-update-autoloads): Process a string value of autoload-excludes,
14682 set during the build process.
14683 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
14684
9fb2cdc5
GM
14685 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
14686 inside with-parsed... macro so that `v' is defined.
14687
7938ab41
GM
14688 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
14689 * progmodes/fortran.el (fortran-end-of-block)
14690 (fortran-beginning-of-block):
14691 Also push mark in the macro case.
14692
eaf9b564
GM
14693 * emerge.el (emerge-show-file-name):
14694 * calc/calc.el (calc-quit):
14695 * calc/calc-misc.el (calc-big-or-small):
14696 * calc/calc-graph.el (calc-graph-view):
14697 * calc/calc-ext.el (calc-reset):
14698 * calendar/calendar.el (calendar-basic-setup):
14699 Use window-full-height-p.
14700
25ab0302
GM
14701 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
14702 header we don't understand, don't insert another. (Bug#4624)
14703 If changing mime charset, insert the new one in the right place.
14704
00169eb6
GM
147052009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
14706
14707 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
14708 (cal-tex-cursor-month): Correctly increment the end date for diary and
14709 holiday listing. (Bug#4626)
14710
82882188
SM
147112009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14712
40ba9882 14713 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
14714 a symbol.
14715
a8f316ca
JB
147162009-10-05 Juanma Barranquero <lekktu@gmail.com>
14717
14718 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
14719 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
14720 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
14721 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
14722
14723 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
14724 (eieio-default-superclass): Reflow docstrings.
14725 (this, class-option-assoc, defclass, eieio-class-un-autoload)
14726 (eieio-unbind-method-implementations, defmethod)
14727 (eieio-validate-slot-value, eieio-validate-class-slot-value)
14728 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
14729 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
14730 (eieio-slot-originating-class-p, eieio-slot-name-index)
14731 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
14732 (constructor, initialize-instance, no-next-method, object-print)
14733 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
14734 Fix typos in docstrings.
14735 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
14736 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
14737 (next-method-p): Doc fixes.
14738 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
14739 Fix typos in error messages.
14740 (eieio-defmethod): Fix typo in description of generic method.
14741
14742 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
14743 (eieio-persistent-save-interactive, slot-missing):
14744 Fix typos in docstrings.
14745 (eieio-instance-inheritor-slot-boundp): Doc fix.
14746
14747 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
14748 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
14749
14750 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
14751 (eieio-custom-object-apply-reset):
14752 Fix typos in docstrings and error messages.
14753
14754 * emacs-lisp/eieio-datadebug.el (data-debug-show):
14755 Fix typo in docstring.
14756
14757 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
14758 (eieio-browse-tree): Doc fix.
14759 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
14760 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
14761 Fix typos in docstrings.
14762
14763 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
14764 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
14765 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
14766 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
14767 Reflow docstrings.
14768
c66b7ac0
DN
147692009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
14770
4a827e0a 14771 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
14772 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
14773 Set log-view-vc-backend so that diff can work.
4a827e0a 14774
c66b7ac0
DN
14775 * log-view.el (log-view-diff): Use vc-diff-internal instead of
14776 vc-version-diff.
14777 (vc-diff-internal): Autoload this instead of vc-version-diff.
14778
1902a98c
EZ
147792009-10-05 Eli Zaretskii <eliz@gnu.org>
14780
a7a8618b
EZ
14781 * simple.el (eval-expression): Doc fix.
14782
1902a98c
EZ
14783 * progmodes/cwarn.el (cwarn-mode): Doc fix.
14784
0e1f2ee6
MA
147852009-10-05 Michael Albinus <michael.albinus@gmx.de>
14786
14787 * files.el (directory-files-no-dot-files-regexp): New defconst.
14788 (delete-directory): Use it.
14789 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
14790
263c02ef 14791 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
14792 (tramp-methods): Add recursive option to `tramp-copy-args'.
14793 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 14794 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 14795 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
14796 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
14797 Add handler for `copy-directory'.
14798 (tramp-handle-copy-directory): New defun.
14799 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
14800 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
14801 Optimize sent command.
263c02ef 14802
72aa7df4
SM
148032009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14804
4a34f065
SM
14805 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
14806 window if necessary.
14807
72aa7df4
SM
14808 * calendar/calendar.el (calendar-basic-setup): Don't call
14809 switch-to-buffer in a dedicated window.
14810
5feb1ba7
KF
148112009-10-05 Karl Fogel <kfogel@red-bean.com>
14812
14813 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 14814 don't do anything related to relocating, just return nil.
5feb1ba7
KF
14815 (bookmark-error-no-filename): New error.
14816 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
14817 bookmark has no file. Don't even attempt to handle things that
14818 are not files; the whole point of custom handlers is to keep that
14819 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
14820 (bookmark-file-or-variation-thereof): Remove now-unused function.
14821 (bookmark-location): Doc string fix.
14822 (Bug#4250)
14823
1bd49952
KF
148242009-10-04 Karl Fogel <kfogel@red-bean.com>
14825
14826 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
14827 don't use a file dialog, because they usually don't know how to read
14828 a directory target from the user. (Bug#4230)
14829 Also, make sure the prompt can display directories as well as files.
14830
825382c0
KF
148312009-10-04 Karl Fogel <kfogel@red-bean.com>
14832
14833 * bookmark.el (bookmark-set, bookmark-buffer-name):
14834 Improve doc strings. (Bug#1193)
14835
13901bcb
KF
148362009-10-04 Karl Fogel <kfogel@red-bean.com>
14837
4a34f065
SM
14838 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
14839 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
14840 (bookmark-get-annotation, bookmark-set-annotation)
14841 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
14842 (bookmark-set-position, bookmark-get-front-context-string)
14843 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
14844 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
14845 (bookmark-jump-other-window, bookmark-handle-bookmark)
14846 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
14847 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
14848 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
14849 Improve doc strings to say whether bookmark can be a string or
14850 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
14851 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
14852 (bookmark-default-annotation-text, bookmark-yank-word)
14853 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
14854 (bookmark-import-new-list, bookmark-maybe-rename)
14855 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14856 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 14857 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 14858 add a FIXME comment about how the function may be pointless.
13901bcb 14859 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
14860 parameter name, to clarify that this takes a bookmark record
14861 not a bookmark name.
13901bcb 14862 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 14863 and improve the doc string a bit.
13901bcb
KF
14864 (Bug#4188)
14865
5c1b3e94
KF
148662009-10-04 Karl Fogel <kfogel@red-bean.com>
14867
14868 * bookmark.el (bookmark-alist): Document the new `handler' element
14869 in the param alist.
14870 (bookmark-make-record-function): Adjust documentation for above.
14871 (Bug#4193)
14872
8559076d
KF
148732009-10-04 Karl Fogel <kfogel@red-bean.com>
14874
14875 * info.el (Info-bookmark-make-record): Document this function.
14876 (Info-bookmark-jump): Document with a doc string, not just a comment.
14877 (Bug#4203)
14878
b4583b8c
MA
148792009-10-04 Michael Albinus <michael.albinus@gmx.de>
14880
14881 * files.el (copy-directory): New defun.
14882
14883 * dired-aux.el (dired-copy-file-recursive): Use it.
14884
131ae8f2
JB
148852009-10-04 Juanma Barranquero <lekktu@gmail.com>
14886
a30e71ae 14887 * files-x.el (modify-dir-local-variable)
dd9af436
CY
14888 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
14889 docstrings.
a30e71ae 14890
131ae8f2
JB
14891 * recentf.el (recentf-unload-function): New function.
14892
ccafbf06
GM
148932009-10-04 Glenn Morris <rgm@gnu.org>
14894
14895 * window.el (window-full-height-p): Add doc string.
14896
02c6f098
GM
148972009-10-04 Martin Rudalics <rudalics@gmx.at>
14898
14899 * window.el (window-full-height-p): New function. (Bug#4543)
14900
ed6b0195
DN
149012009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
14902
14903 * vc.el: Remove commented out code.
14904 (vc-derived-from-dir-mode): Remove, unused.
14905 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
14906
1b8d1cc7
MA
149072009-10-03 Michael Albinus <michael.albinus@gmx.de>
14908
4a34f065
SM
14909 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
14910 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
14911 there could be recursive loading when `default-directory' is a
14912 remote file name. (Bug#4614)
14913
ac3c593c
GM
149142009-10-03 Glenn Morris <rgm@gnu.org>
14915
686ea556
GM
14916 * calendar/calendar.el (calendar-basic-setup): Handle the case where
14917 the frame is wide.
14918 (calendar-generate-window): Test for shrinkability rather than width.
14919
ac3c593c
GM
14920 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
14921 reusing existing buffers, in case we happen to visit two files with the
14922 same basename. (Bug#4593)
14923
573709fd
EZ
149242009-10-02 Eli Zaretskii <eliz@gnu.org>
14925
4a34f065 14926 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
14927 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
14928 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
14929 subdirs of cedet as well.
8f885d01 14930 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 14931
8d6c1239
SM
149322009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14933
14934 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
14935 Obey advertised-signature-table.
14936
14937 * help-fns.el (help-function-arglist): Don't check
14938 advertised-signature-table.
14939 (describe-function-1): Do it here instead so it also applies to subrs.
14940
c4861de0
MA
149412009-10-02 Michael Albinus <michael.albinus@gmx.de>
14942
14943 * simple.el (start-file-process): Say in the doc-string, that file
14944 handlers might not support pty association, if PROGRAM is nil.
14945
14946 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
14947 HOST and USER are strings. They are nil, when there are
14948 incomplete entries in ~/.netrc, for example.
14949 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
14950 root directory ("device busy" error otherwise).
14951
8d6c1239
SM
14952 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
14953 Flush file properties of created directory.
c4861de0 14954
d2bda74f
EZ
149552009-10-02 Eli Zaretskii <eliz@gnu.org>
14956
14957 * makefile.w32-in (WINS_BASIC): Remove cedet.
14958 (WINS_CEDET): Add cedet.
14959 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
14960
895d1904
GM
149612009-10-02 Kevin Ryde <user42@zip.com.au>
14962
14963 * net/browse-url.el (browse-url): Pass any symbol in
14964 browse-url-browser-function to `apply', since if you've mistakenly put
14965 an unbound symbol then the error is clearer. (Bug#4531)
14966
32226619
JB
149672009-10-02 Juanma Barranquero <lekktu@gmail.com>
14968
14969 * allout.el (allout-init, allout-back-to-current-heading)
14970 (allout-beginning-of-current-entry, allout-ascend-to-depth)
14971 (allout-ascend, allout-up-current-level, allout-end-of-level)
14972 (allout-previous-visible-heading, allout-forward-current-level)
14973 (allout-backward-current-level, allout-show-children):
14974 * apropos.el (apropos-describe-plist):
14975 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
14976 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
14977 * completion.el (add-completion, add-permanent-completion):
14978 * descr-text.el (describe-text-category, describe-char):
14979 * desktop.el (desktop-lazy-abort):
14980 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
14981 * dired.el (dired-build-subdir-alist):
14982 * ediff.el (ediff-version):
14983 * elide-head.el (elide-head, elide-head-show):
14984 * emerge.el (emerge-version):
14985 * env.el (getenv):
14986 * face-remap.el (variable-pitch-mode):
14987 * faces.el (describe-face):
14988 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
14989 (dired-at-point):
14990 * files.el (find-file-existing, auto-save-mode):
14991 * font-lock.el (font-lock-fontify-buffer):
14992 * help-fns.el (describe-function, describe-variable)
14993 (describe-syntax, describe-categories):
14994 * help.el (view-lossage, describe-bindings, describe-key)
14995 (describe-mode):
14996 * hexl.el (hexl-current-address):
14997 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
14998 * info.el (Info-goto-emacs-key-command-node):
14999 * log-edit.el (log-edit-insert-cvs-template)
15000 (log-edit-insert-cvs-rcstemplate):
15001 * menu-bar.el (menu-bar-mode):
15002 * mouse.el (mouse-appearance-menu):
15003 * newcomment.el (comment-indent-new-line):
15004 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
15005 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 15006 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
15007 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
15008 * recentf.el (recentf-mode):
15009 * savehist.el (savehist-mode, savehist-save):
15010 * shadowfile.el (shadow-copy-files):
15011 * simple.el (kill-ring-save, next-line, previous-line)
15012 (normal-erase-is-backspace-mode):
15013 * strokes.el (strokes-update-window-configuration)
15014 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
15015 (strokes-xpm-for-stroke):
15016 * time.el (emacs-uptime, emacs-init-time):
15017 * tutorial.el (tutorial--describe-nonstandard-key)
15018 (tutorial--detailed-help):
15019 * type-break.el (type-break-mode)
15020 (type-break-mode-line-message-mode, type-break-query-mode)
15021 (type-break-guesstimate-keystroke-threshold):
15022 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
15023 * version.el (emacs-version):
15024 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
15025 * winner.el (winner-mode):
15026 * calendar/timeclock.el (timeclock-in, timeclock-out)
15027 (timeclock-status-string, timeclock-change)
15028 (timeclock-workday-remaining-string)
15029 (timeclock-workday-elapsed-string)
15030 (timeclock-when-to-leave-string):
15031 * calendar/todo-mode.el (todo-add-category):
15032 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
15033 * emacs-lisp/autoload.el (update-file-autoloads):
15034 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
15035 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
15036 (checkdoc-message-text, checkdoc-defun):
15037 * emacs-lisp/debug.el (debugger-list-functions):
15038 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15039 * emacs-lisp/eieio-opt.el (eieio-describe-class)
15040 (eieio-describe-generic):
15041 * emacs-lisp/lisp-mnt.el (lm-synopsis):
15042 * emacs-lisp/shadow.el (list-load-path-shadows):
15043 * emulation/cua-base.el (cua-mode):
15044 * emulation/edt.el (edt-set-scroll-margins):
15045 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
15046 (tpu-toggle-regexp, tpu-toggle-search-direction)
15047 (tpu-toggle-rectangle, tpu-toggle-control-keys):
15048 * emulation/tpu-extras.el (tpu-set-scroll-margins):
15049 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
15050 (viper-set-parsing-style-toggling-macro)
15051 (viper-set-emacs-state-searchstyle-macros):
15052 * emulation/viper.el (viper-set-hooks):
15053 * eshell/esh-mode.el (eshell-truncate-buffer):
15054 * international/mule-cmds.el (prefer-coding-system)
15055 (describe-input-method, describe-language-environment):
15056 * international/mule-diag.el (list-character-sets)
15057 (describe-character-set, describe-coding-system)
15058 (describe-fontset, list-fontsets, list-input-methods):
15059 * mail/sendmail.el (mail-signature):
15060 * net/ange-ftp.el (ange-ftp-copy-file):
15061 * net/browse-url.el (browse-url):
15062 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
15063 * net/quickurl.el (quickurl-add-url):
15064 * net/rcirc.el (names, topic):
15065 * net/xesam.el (xesam-mode):
15066 * play/5x5.el (5x5-new-game):
15067 * play/yow.el (apropos-zippy):
15068 * progmodes/ada-mode.el (ada-mode-version):
15069 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
15070 (f90-end-of-block)
15071 (f90-beginning-of-block):
15072 * progmodes/fortran.el (fortran-end-of-block)
15073 (fortran-beginning-of-block):
15074 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
15075 * progmodes/python.el (python-describe-symbol, python-shell):
15076 * term/ns-win.el (ns-print-buffer):
15077 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
15078 * textmodes/flyspell.el (flyspell-mode-on):
15079 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
15080 (pages-directory-for-addresses):
15081 * textmodes/table.el (table-recognize-cell)
15082 (table-query-dimension, table-generate-source)
15083 (table-insert-sequence, table--warn-incompatibility):
15084 * textmodes/tex-mode.el (tex-validate-buffer):
15085 * textmodes/texinfmt.el (texinfmt-version)
15086 (texinfo-format-buffer):
15087 Use `called-interactively-p' instead of `interactive-p'.
15088
12a3c28c
JB
150892009-10-02 Juanma Barranquero <lekktu@gmail.com>
15090
15091 * image-mode.el (image-toggle-display):
15092 * emacs-lisp/elp.el (elp-instrument-function):
15093 * emacs-lisp/advice.el (ad-make-advised-definition):
15094 * emacs-lisp/easy-mmode.el (define-minor-mode):
15095 * net/browse-url.el (browse-url-maybe-new-window):
15096 * progmodes/sh-script.el (sh-learn-buffer-indent):
15097 Pass new argument 'any to `called-interactively-p'.
15098
171fda8a
JB
150992009-10-01 Juanma Barranquero <lekktu@gmail.com>
15100
171fda8a
JB
15101 * international/uni-bidi.el:
15102 * international/uni-category.el:
15103 * international/uni-combining.el:
15104 * international/uni-comment.el:
15105 * international/uni-decimal.el:
9c3c9fdf 15106 * international/uni-decomposition.el:
171fda8a
JB
15107 * international/uni-digit.el:
15108 * international/uni-lowercase.el:
15109 * international/uni-mirrored.el:
15110 * international/uni-name.el:
15111 * international/uni-numeric.el:
15112 * international/uni-old-name.el:
15113 * international/uni-titlecase.el:
15114 * international/uni-uppercase.el:
15115 Regenerate from Unicode 5.2.0 data.
15116
dcb9734a
GM
151172009-10-01 Glenn Morris <rgm@gnu.org>
15118
15119 * Makefile.in (ELCFILES): Regenerate.
15120
ced10a4c
SM
151212009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
15122
9d28c33e
SM
15123 * subr.el (interactive-p): Mark obsolete.
15124 (called-interactively-p): Make the optional-ness of `kind' obsolete.
15125 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
15126 advertised-signature-table for subroutines as well.
15127
ced10a4c
SM
15128 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
15129 (set-advertised-calling-convention): New function.
15130 (make-obsolete, define-obsolete-function-alias)
15131 (make-obsolete-variable, define-obsolete-variable-alias):
15132 Make the optional-ness of `when' obsolete.
15133 (define-obsolete-face-alias): Make `when' non-optional.
15134 * help-fns.el (help-function-arglist):
15135 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
15136 Use advertised-signature-table.
15137
cc3dda16
MA
151382009-10-01 Michael Albinus <michael.albinus@gmx.de>
15139
15140 * files.el (delete-directory): New defun. The original function
15141 in fileio.c has been renamed to `delete-directory-internal'.
15142
15143 * dired.el (dired-delete-file): Call `delete-directory' with
15144 RECURSIVE parameter.
15145
5ce6e4f4 15146 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
15147 parameter RECURSIVE. Implementation is missing.
15148
15149 * net/tramp.el (tramp-handle-make-directory): Flush upper
15150 directory's file properties.
ced10a4c 15151 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
15152 (tramp-handle-dired-recursive-delete-directory): Flush directory
15153 properties after the remove command only.
15154
ced10a4c
SM
15155 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
15156 Handle optional parameter RECURSIVE.
cc3dda16 15157
ced10a4c
SM
15158 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
15159 Handle optional parameter RECURSIVE.
cc3dda16
MA
15160
15161 * net/tramp-smb.el (tramp-smb-errors): Add error message for
15162 connection timeout.
15163 (tramp-smb-handle-delete-directory): Handle optional parameter
15164 RECURSIVE.
15165
cf885595
SM
151662009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
15167
e3a6b82f
SM
15168 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
15169 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
15170 (byte-compile-defmacro): Use backquotes.
15171
7201bfbb
SM
15172 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
15173
cf885595
SM
15174 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
15175 has no associated file.
15176 (vc-resynch-buffer): Use vc-dir-buffers.
15177
a4d2c321
GM
151782009-10-01 Glenn Morris <rgm@gnu.org>
15179
9ffe3f52
GM
15180 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
15181 (chart-file-count):
15182 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
15183 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
15184 * emacs-lisp/eieio-opt.el (eieio-describe-class):
15185 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
15186 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
15187 (eieio-copy-parents-into-subclass, make-instance, class-children)
15188 (eieio-generic-form):
bd2afec2 15189
9515cdcc
GM
15190 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
15191 match-data. (Bug#4555).
15192
a4d2c321
GM
15193 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
15194 rather than parsing it as a regexp. This relaxes the layout
15195 requirements and makes errors easier to detect.
15196 (check-declare-verify): Check file is regular.
15197 (check-declare-directory): Doc fix.
15198 * subr.el (declare-function): Doc fix.
15199
b15c31c7
GM
15200 * ibuffer.el (ibuffer-format-qualifier):
15201 * isearch.el (hi-lock-regexp-okay):
15202 * calc/calc.el (math-zerop):
15203 * mail/uce.el (rmail-msgbeg, rmail-msgend):
15204 * term/w32-win.el (setup-default-fontset, set-fontset-font):
15205 Remove unused declarations.
15206
b0b111c3
JB
152072009-09-30 Eric Ludlam <zappo@gnu.org>
15208
15209 * emacs-lisp/eieio.el (boolean-p): Delete.
15210
1fc28a2c
GM
152112009-09-30 Glenn Morris <rgm@gnu.org>
15212
1fc28a2c
GM
15213 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
15214
494f4fc7
GM
15215 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
15216 filename is not a string.
15217
561580e9
CY
152182009-09-29 Chong Yidong <cyd@stupidchicken.com>
15219
15220 * files.el (safe-local-eval-forms): Fix typo.
15221
dcbbecd4
SM
152222009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
15223
15224 * vc-hooks.el (vc-dir-buffers): New var.
15225 (vc-state-refresh): New function.
15226 (vc-state): Use it.
15227 (vc-after-save): Always ask the backend to recompute the new state.
15228 Always call vc-dir if necessary, using vc-dir-buffers.
15229 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
15230 Use vc-dir-buffers.
15231 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
15232 (vc-dir-prepare-status-buffer, vc-dir-update)
15233 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
15234 Don't call expand-file-name on default-directory.
15235
d88444f2
JB
152362009-09-29 Juanma Barranquero <lekktu@gmail.com>
15237
15238 * speedbar.el (speedbar-item-delete):
15239 * calc/calc-prog.el (calc-kbd-if):
15240 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
15241
15242 * epa.el (epa-key-list-mode-map):
15243 * hi-lock.el (hi-lock-menu): Fix typos in menus.
15244
15245 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
15246 (hs-show-hook): Fix typo in docstring.
15247
5da62d41
GM
152482009-09-29 Glenn Morris <rgm@gnu.org>
15249
8360fce0
GM
15250 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
15251 file-name-nondirectory call preventing location of cedet files.
15252 (check-declare-verify): Use literal search rather than re-search.
ae715515 15253 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
15254
15255 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
15256 Use tramp-compat-file-attributes rather than nonexistent
15257 tramp-compat-handle-file-attributes.
15258
5da62d41
GM
15259 * Makefile.in (lisptagsfiles4): New.
15260 (AUTOGENEL): Add cedet loaddefs files.
15261 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
15262 (update-elclist, compile-always, backup-compiled-files)
15263 (bootstrap-clean): Add yet another directory level.
15264 (update-elclist): Use LC_COLLATE rather than COLLATE.
15265 (ELCFILES): Update, via `make update-elclist'.
15266
48267264
JB
152672009-09-29 Juanma Barranquero <lekktu@gmail.com>
15268
15269 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
15270 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
15271 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
15272
2c4cd0b0
AS
152732009-09-28 Andreas Schwab <schwab@linux-m68k.org>
15274
15275 * Makefile.in (lisptagsfiles3): Define.
5da62d41 15276 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
15277 (update-elclist): Add third directory level to look for elc files.
15278 (compile-always): Likewise.
15279 (backup-compiled-files): Likewise.
15280 (bootstrap-clean): Likewise.
15281 (ELCFILES): Update.
15282
a2533e47
CY
152832009-09-28 Chong Yidong <cyd@stupidchicken.com>
15284
15285 * Makefile.in (ELCFILES): Add CEDET files.
15286
eefbedb1
MA
152872009-09-28 Michael Albinus <michael.albinus@gmx.de>
15288
15289 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
15290
15291 * net/tramp.el (top): Require tramp-imap.
15292
15293 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
15294 Use `tramp-compat-handle-file-attributes'.
15295
152962009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15297
15298 * net/tramp-imap.el: New package.
15299
b0b111c3
JB
153002009-09-28 Eric Ludlam <zappo@gnu.org>
15301
15302 * emacs-lisp/chart.el:
15303 * emacs-lisp/eieio-base.el:
15304 * emacs-lisp/eieio-comp.el:
15305 * emacs-lisp/eieio-custom.el:
15306 * emacs-lisp/eieio-datadebug.el:
15307 * emacs-lisp/eieio-opt.el:
15308 * emacs-lisp/eieio-speedbar.el:
15309 * emacs-lisp/eieio.el: New files.
15310
748e3d67
VJL
153112009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15312
15313 * whitespace.el (whitespace-trailing-regexp)
15314 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
15315 Fix doc string.
15316
15120dec
CY
153172009-09-27 Chong Yidong <cyd@stupidchicken.com>
15318
15319 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
15320 menu.
15321
15322 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
15323 menu-bar-ediff-menu.
15324
15325 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
15326 define-overloadable-function.
15327
15328 * progmodes/autoconf.el: Provide autoconf as well, so that this
15329 file can be `require'd.
15330
15331 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
15332
15333 * emacs-lisp/autoload.el (generated-autoload-feature)
15334 (generated-autoload-load-name): New vars.
15335 (autoload-rubric, autoload-generate-file-autoloads): Use them.
15336 (make-autoload): Recognize define-overloadable-function and
15337 defclass forms (for EIEIO).
15338
15339 * Makefile.in (update-subdirs): Exclude cedet directory.
15340
135abf91
AR
153412009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
15342
1becddbb 15343 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
15344
15345 * faces.el: Default light-background background for region face to
15346 ns_selection_color under NS.
15347
3d994264
TZ
153482009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
15349
15350 * net/imap-hash.el: New library, see NEWS.
15351
15352 * Makefile.in (ELCFILES): Add imap-hash.el.
15353
ce9a0ccb
SM
153542009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
15355
15356 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
15357 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
15358 * help-macro.el (make-help-screen): Avoid using an ambiguous function
15359 definition where the docstring could be taken for the return value.
15360
a92cdd49
GM
153612009-09-26 Glenn Morris <rgm@gnu.org>
15362
15363 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
15364 Add option to only show images below a certain size.
15365 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
15366 save-excursion calls.
15367
416ac2f1
EZ
153682009-09-26 Eli Zaretskii <eliz@gnu.org>
15369
15370 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
15371 subdirectories) and eieio.
15372
d9a13f68
AM
153732009-09-26 Alan Mackenzie <acm@muc.de>
15374
6a7662bb
BR
15375 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15376 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
15377
15378 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 15379 character constants (as case labels). (Bug#4289)
d9a13f68 15380
182b3bec
CY
153812009-09-25 Juri Linkov <juri@jurta.org>
15382
15383 * files.el (safe-local-eval-forms): Allow time-stamp in
15384 before-save-hook (Bug#4554).
15385
8f75f2da
JB
153862009-09-25 Drew Adams <drew.adams@oracle.com>
15387
15388 * menu-bar.el (list-buffers-directory): Doc fix.
15389
8390fb80
SM
153902009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
15391
15392 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
15393 Try and avoid copying twice the same paragraph.
15394 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
15395 Remove save-excursion.
15396 (log-edit-changelog-entry): Do it here instead.
15397
11ee8d90
JB
153982009-09-25 Juanma Barranquero <lekktu@gmail.com>
15399
027b1942
JB
15400 * bs.el (bs--get-file-name): Use `list-buffers-directory'
15401 when available, instead of hardcoding mode names. Doc fix.
15402
11ee8d90
JB
15403 * menu-bar.el (list-buffers-directory): Add docstring.
15404 Make automatically buffer-local.
15405
15406 * dired.el (dired-mode):
15407 * files.el (cd-absolute):
15408 * pcvs.el (cvs-temp-buffer):
15409 * pcvs-util.el (cvs-get-buffer-create):
15410 * shell.el (shell-mode):
15411 * vc-dir.el (vc-dir-mode):
15412 Don't make `list-buffers-directory' buffer local.
15413
21289c5d
CY
154142009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
15415
8390fb80
SM
15416 * comint.el (comint-exec, comint-run, make-comint):
15417 Doc fixes (Bug#4542).
21289c5d 15418
e8652dd9
GM
154192009-09-25 Glenn Morris <rgm@gnu.org>
15420
15421 * mail/rmailmm.el (rmail-mime): New custom group.
15422 Move all defcustoms in this file into this group.
15423 (rmail-mime-media-type-handlers-alist): Revert previous change.
15424 (rmail-mime-show-images): New option.
15425 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
15426 references to it, since it wasn't actually used for anything.
15427 (rmail-mime-insert-image): New function.
15428 (rmail-mime-image): Use rmail-mime-insert-image.
15429 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
15430 obey the value of `rmail-mime-show-images' option. Print the size of
15431 attachments.
e8652dd9 15432
fb652bb5
JB
154332009-09-25 David Engster <deng@randomsample.de>
15434
15435 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
15436
32a9841c
VJL
154372009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15438
15439 * whitespace.el: Does not highlight trailing spaces While point is
15440 at end of line. Does not highligt spaces at beginning of buffer
15441 while point is at beginning of buffer. Does not highlight spaces
15442 at end of buffer while point is at end of buffer. (Bug#4177)
15443 New version 12.0.
15444 (whitespace-display-mappings): Adjust initialization.
15445 (whitespace-point, whitespace-font-lock-refontify): New vars.
15446 (whitespace-color-on, whitespace-color-off): Adjust code.
15447 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
15448 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
15449 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
15450
e477ca84
CY
154512009-09-24 Chong Yidong <cyd@stupidchicken.com>
15452
15453 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
15454
15455 * textmodes/sgml-mode.el: Remove xml-mode alias.
15456
15457 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 15458 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 15459
68712602
AM
154602009-09-24 Alan Mackenzie <acm@muc.de>
15461
15462 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
15463 c-forward-conditionals, but it doesn't move point and doesn't set
15464 the mark.
15465 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
15466 (c-down-conditional-with-else, c-backward-conditional)
15467 (c-forward-conditional): Refactor to use c-scan-conditionals.
15468
1659ada0
JB
154692009-09-24 Juanma Barranquero <lekktu@gmail.com>
15470
15471 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
15472 (help-default-arg-highlight): Remove.
15473 (help-highlight-arg): New function.
15474 (help-do-arg-highlight): Use it.
15475 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
15476
b3f01e46
SM
154772009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
15478
15479 * term.el (term-set-scroll-region, term-handle-ansi-escape):
15480 Undo last change, which didn't fix the problem and introduced others.
15481
107ef54a
NR
154822009-09-24 Nick Roberts <nickrob@snap.net.nz>
15483
15484 * progmodes/gdb-mi.el: Don't require speedbar.
15485 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
15486
ffa1fed6
GM
154872009-09-24 Glenn Morris <rgm@gnu.org>
15488
2157a2be
GM
15489 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
15490
6125167c
GM
15491 * term/ns-win.el (ns-reg-to-script): Define for compiler.
15492
ffa1fed6
GM
15493 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
15494 there is no newline after the final mime boundary. (Bug#4539)
15495 Move markers on insertion so that any buttons inserted don't end up in
15496 the next part of a multipart message.
2e9075d3
GM
15497 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
15498 (rmail-mime-bulk-handler): Optionally handle images.
15499 (rmail-mime-image): New button action.
15500 (rmail-mime-image-handler): New function.
15501 (rmail-mime-mode): New mode.
15502 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 15503
4a814992
SM
155042009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
15505
075518b5
SM
15506 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
15507 than just dropping elements from it (bug#4504).
15508
8ad2defc
SM
15509 * term.el (term-set-scroll-region): Don't move cursor any more.
15510 (term-handle-ansi-escape): Call term-goto here instead.
15511 Suggested by Ivan Kanis <apple@kanis.eu>.
15512
4a814992
SM
15513 * term.el: Require CL.
15514 (term-ansi-reset): New function.
15515 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
15516 (term-handle-colors-array): Simplify.
15517
5a0c3f56
JB
155182009-09-24 Juanma Barranquero <lekktu@gmail.com>
15519
15520 * allout.el (allout-overlay-interior-modification-handler)
15521 (allout-obtain-passphrase):
15522 * epa-file.el (epa-file-write-region):
15523 * ps-print.el (ps-begin-job):
15524 * vc-hooks.el (vc-toggle-read-only):
15525 * vc-rcs.el (vc-rcs-rollback):
15526 * vc-sccs.el (vc-sccs-rollback):
15527 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
15528 (vc-version-diff, vc-revert, vc-rollback):
15529 * wdired.el (wdired-check-kill-buffer):
15530 * emacs-lisp/authors.el (authors):
15531 * net/socks.el (socks-open-connection):
15532 * net/zeroconf.el (zeroconf-service-add-hook):
15533 * obsolete/vc-mcvs.el (vc-mcvs-register):
15534 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
15535 (gdb-select-frame):
15536 * progmodes/grep.el (lgrep, rgrep):
15537 * progmodes/idlw-help.el (idlwave-help-check-locations)
15538 (idlwave-help-html-link, idlwave-help-assistant-open-link):
15539 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
15540 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
15541 (reftex-toc-rename-label): Fix typos in error messages.
15542
15543 * dired-aux.el (dired-do-shell-command): Reflow docstring.
15544 (dired-copy-how-to-fn): Doc fix.
15545 (dired-files-attributes, dired-read-shell-command):
15546 Fix typos in docstrings.
15547
15548 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
15549 (dired-x-find-file-other-window): Reflow docstrings.
15550 (dired-omit-marker-char, dired-read-shell-command)
15551 (dired-x-submit-report): Fix typos in docstrings.
15552
15553 * shell.el (shell-mode-hook):
15554 * view.el (View-scroll-line-forward):
15555 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
15556 Fix typos in docstrings.
15557
15558 * net/dig.el (dig-invoke): Fix typo in docstring.
15559 (query-dig): Reflow docstring.
15560
15561 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
15562 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
15563 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
15564 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
15565 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
15566 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
15567 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
15568 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
15569 (idlwave-completion-map, idlwave-current-indent)
15570 (idlwave-custom-ampersand-surround, idlwave-customize)
15571 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
15572 (idlwave-define-abbrev, idlwave-determine-class-special)
15573 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
15574 (idlwave-end-block-reg, idlwave-end-of-statement)
15575 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
15576 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
15577 (idlwave-explicit-class-listed, idlwave-file-header)
15578 (idlwave-fill-paragraph, idlwave-find-class-definition)
15579 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
15580 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
15581 (idlwave-in-quote, idlwave-indent-action-table)
15582 (idlwave-indent-expand-table, idlwave-indent-line)
15583 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
15584 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
15585 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
15586 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
15587 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
15588 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
15589 (idlwave-outlawed-buffers, idlwave-popup-select)
15590 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
15591 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
15592 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
15593 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
15594 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
15595 (idlwave-statement-type, idlwave-struct-skip)
15596 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
15597 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
15598 (idlwave-what-module-find-class): Fix typos in docstrings.
15599 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
15600 (idlwave-calculate-cont-indent, idlwave-expand-equal)
15601 (idlwave-find-module, idlwave-find-structure-definition)
15602 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
15603 (idlwave-list-load-path-shadows, idlwave-next-statement)
15604 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
15605 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
15606 (idlwave-template): Reflow docstrings.
15607
15608 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
15609 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
15610 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
15611 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
15612 (idlwave-shell-display-line, idlwave-shell-display-wframe)
15613 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
15614 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
15615 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
15616 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
15617 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
15618 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
15619 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
15620 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
15621 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
15622 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
15623 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
15624 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
15625 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
15626 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
15627 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
15628 Fix typos in docstrings.
15629 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
15630 (idlwave-shell-hide-output, idlwave-shell-mode)
15631 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
15632 Reflow docstrings.
15633
15634 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
15635
62136c5d
SM
156362009-09-24 Ivan Kanis <apple@kanis.eu>
15637
15638 * term.el (term-bold-attribute): New var.
15639 (term-handle-colors-array): Use it.
15640
9c1a45ed
NR
156412009-09-23 Nick Roberts <nickrob@snap.net.nz>
15642
15643 * progmodes/gdb-mi.el (gdb-version): New variable.
15644 (gdb-non-stop-handler): Set gdb-version.
15645 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
15646 Condition "--thread" option on gdb-version.
15647 (gdb-invalidate-threads): Remove unused argument.
15648
03304f31
SM
156492009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
15650
15651 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
15652 to looking-back to avoid ridiculous slow down in large files (bug#4511).
15653
4f02f0c9
GM
156542009-09-23 Glenn Morris <rgm@gnu.org>
15655
15656 * mail/rmail.el (rmail-reply): Don't try to add a References header when
15657 replying to mail without References or Message-Id. (Bug#4525)
15658
a3b4b363
AR
156592009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
15660
15661 * term/ns-win.el (ns-reg-to-script): New variable.
15662
7bda18cc
DU
156632009-09-23 Daiki Ueno <ueno@unixuser.org>
15664
15665 * epg.el (epg-wait-for-status): Preserve existing 'error results.
15666
72169e55
SS
156672009-09-22 Sam Steingold <sds@gnu.org>
15668
15669 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
15670 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
15671 to 1 because hg returns status 1 when nothing is found.
0aa4f295 15672 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 15673
905b7d38
SM
156742009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
15675
b0459dec
SM
15676 * textmodes/fill.el: Convert to utf-8 encoding.
15677 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 15678 pre-Unicode days.
b0459dec 15679
905b7d38
SM
15680 * add-log.el (change-log-fill-forward-paragraph): New function.
15681 (change-log-mode): Use it so fill-region DTRT.
15682 Set fill-indent-according-to-mode here rather than in
15683 change-log-fill-paragraph.
15684 (change-log-fill-paragraph): Remove.
15685
baa7f3de
JB
156862009-09-22 Juanma Barranquero <lekktu@gmail.com>
15687
15688 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
15689 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
15690
a8d789f0
GM
156912009-09-22 Glenn Morris <rgm@gnu.org>
15692
daedbbc2
GM
15693 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
15694 the scroll-bar scroll the calendar window rather than the buffer.
15695
d8899a74
GM
15696 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
15697 commands that move point (as opposed to scrolling).
15698
a8d789f0
GM
15699 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
15700
15701 * emacs-lisp/elint.el (elint): New custom group.
15702 (elint-log-buffer): Make it a defcustom.
15703 (elint-scan-preloaded, elint-ignored-warnings)
15704 (elint-directory-skip-re): New options.
15705 (elint-builtin-variables): Doc fix.
15706 (elint-preloaded-env): New variable.
15707 (elint-unknown-builtin-args): Add an entry for encode-time.
15708 (elint-extra-errors): Make it a variable rather than a constant.
15709 (elint-preloaded-skip-re): New constant.
15710 (elint-directory): Skip files matching elint-directory-skip-re.
15711 (elint-features): New variable, local to linted buffers.
15712 (elint-update-env): Initialize elint-features. Possibly add
15713 elint-preloaded-env to the buffer's environment.
15714 (elint-get-top-forms): Bind elint-current-pos, for log messages.
15715 Skip quoted forms.
15716 (elint-init-form): New function, extracted from elint-init-env.
15717 Make non-list forms a warning rather than an error.
15718 Add the mode-map for define-derived-mode. Handle define-minor-mode,
15719 easy-menu-define, put that adds an error-condition, and provide.
15720 When requiring cl, also require cl-macs. Really require cl, to handle
15721 some cl macros. Store required libraries in the list elint-features,
15722 so as not to re-load them. Treat cc-require like require.
15723 (elint-init-env): Call elint-init-form to do the work.
15724 Handle eval-and-compile and such like.
15725 (elint-add-required-env): Do not clear messages.
15726 (elint-special-forms): Add handlers for function, defalias, if, when,
15727 unless, and, or.
15728 (elint-form): Add optional argument to ignore elint-special-forms,
15729 useful to prevent recursive calls from handlers. Doc fix.
15730 Respect elint-ignored-warnings.
15731 (elint-form): Respect elint-ignored-warnings.
15732 (elint-bound-variable, elint-bound-function): New variables.
15733 (elint-unbound-variable): Respect elint-bound-variable.
15734 (elint-get-args): Respect elint-bound-function.
15735 (elint-check-cond-form): Add some simple handling for (f)boundp and
15736 featurep tests.
15737 (elint-check-defalias-form): New handler.
15738 (elint-check-let-form): Make an empty let a warning rather than an
15739 error.
15740 (elint-check-setq-form): Make an empty setq a warning rather than an
15741 error. Respect elint-ignored-warnings.
15742 (elint-check-defvar-form): Accept null doc-strings.
15743 (elint-check-conditional-form): New handler. Does some simple-minded
15744 checking of featurep and (f)boundp tests.
15745 (elint-put-function-args): New function.
15746 (elint-initialize): Use elint-scan-doc-file rather than
15747 elint-find-builtin-variables. Use elint-put-function-args.
15748 Possibly scan preloaded-file-list.
15749 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
15750 extend to handle functions as well.
15751
245be23c
JB
157522009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
15753
15754 * linum.el (linum-delete-overlays, linum-update-window):
15755 Do not modify the right margin. (Bug#3971)
15756
91fdbd6f
CY
157572009-09-21 Chong Yidong <cyd@stupidchicken.com>
15758
6a7662bb
BR
15759 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
15760 Use nxml-mode instead of xml-mode.
91fdbd6f 15761
7589d38e
JB
157622009-09-21 Kevin Ryde <user42@zip.com.au>
15763
15764 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
15765
5ac42715
SM
157662009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
15767
15768 * net/dig.el (dig-mode): Use define-derived-mode.
15769
09c01323
DN
157702009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
15771
4096c5f2
DN
15772 * vc-dispatcher.el (vc-do-command): Return the process object in
15773 the asynchronous case. Use when instead of if. Do not run
5480359e 15774 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 15775
0e172cc2
DN
15776 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
15777 properties to the stash strings.
15778 (vc-git-stash-list): Return a list of strings.
15779 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
15780 (vc-git-stash-show-at-point): New functions.
15781 (vc-git-stash-map): New keymap.
15782
03304f31
SM
15783 * register.el (ctl-x-r-map): Define the keys here instead of
15784 using autoload.
09c01323 15785
03304f31 157862009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
15787
15788 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
15789 list, to workaround performance problem (bug#4485).
15790
2f5fc4d7
NR
157912009-09-20 Nick Roberts <nickrob@snap.net.nz>
15792
15793 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
15794
b0f5fd2e
DU
157952009-09-20 Daiki Ueno <ueno@unixuser.org>
15796
15797 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
15798 Document that this option is not recommended to use.
15799
f3445fab
GM
158002009-09-19 Glenn Morris <rgm@gnu.org>
15801
547c6921
GM
15802 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
15803 variable `var'.
15804
f3445fab
GM
15805 * calc/calc-alg.el (var):
15806 * calc/calcalg2.el (var): Define for compiler.
15807
946c009b
CY
158082009-09-19 Chong Yidong <cyd@stupidchicken.com>
15809
e3f36d03
SM
15810 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
15811 Doc fix (Bug#3932).
e2045997 15812
24aedbca
CY
15813 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
15814
327dd27a
CY
15815 * time-stamp.el (time-stamp-month-dd-yyyy)
15816 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
15817 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
15818 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
15819 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
15820 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 15821
946c009b
CY
15822 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
15823 indent buffer only if called interactively (Bug#4452).
15824
3e70541a 158252009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 15826 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
15827
15828 This fixes bug#4197 (merged to bug#865, though not identical).
15829 * server.el (server-auth-dir): Add docstring note about FAT32.
15830 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
15831 but warn against using them.
15832
9b94c32e
NR
158332009-09-19 Nick Roberts <nickrob@snap.net.nz>
15834
15835 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
15836 older GDB where there is no has_more field.
15837
66590684
GM
158382009-09-19 Glenn Morris <rgm@gnu.org>
15839
15840 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
15841
9a1337f9
CY
158422009-09-18 Chong Yidong <cyd@stupidchicken.com>
15843
15844 * files.el (auto-mode-alist): Change default for XML files to nXML
15845 mode (Bug#4169).
15846
d7554167
JB
158472009-09-18 Juanma Barranquero <lekktu@gmail.com>
15848
15849 * server.el (server-ensure-safe-dir): Pass 'integer
15850 to `file-attributes', as suggested.
15851
35a3f9a4
SM
158522009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
15853
15854 * dired-aux.el (dired-query-alist): Remove spurious backslash.
15855 (dired-query): Use read-key.
15856
044f9b05
AR
158572009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
15858
15859 * cus-start.el (ns-use-qd-smoothing): Remove.
15860
6188ea49
GM
158612009-09-18 Glenn Morris <rgm@gnu.org>
15862
08cf18e4
GM
15863 * allout.el (top-level): Remove unnecessary progn.
15864
07eae5c5
GM
15865 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
15866
6726c25e
GM
15867 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
15868 definition of abbrev table.
15869
3f527154 15870 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
15871 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
15872 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
15873 * net/newst-backend.el (newsticker--cache-read-feed):
15874 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
15875 condition-case handlers.
15876
ccb4c30c
NR
158772009-09-18 Nick Roberts <nickrob@snap.net.nz>
15878
15879 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
15880 (gdb-var-list): Add an element for has_more field.
15881 (gdb-non-stop-handler): Enable pretty printing for STL containers.
15882 (gdb-var-create-handler, gdb-var-list-children-handler-1)
15883 (gdb-var-update-handler-1): Parse output of dynamic variable
15884 objects (STL containers).
15885 (gdb-var-delete-1): Pass var1 as an explicit second argument.
15886 (gdb-get-field): Delete alias. Use bindat-get-field directly.
15887
15888 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
15889 gdb-var-list.
15890 (gud-speedbar-buttons): Make node expandable if expression "has more"
15891 children.
15892
8686ac71
JB
158932009-09-17 Juanma Barranquero <lekktu@gmail.com>
15894
15895 * startup.el (emacs-quick-startup): Remove variable and all uses.
15896 (command-line): Set `inhibit-x-resources' instead.
15897 (command-line-1): Use `inhibit-x-resources' instead.
15898
a69c67e8
CY
158992009-09-17 Chong Yidong <cyd@stupidchicken.com>
15900
15901 * subr.el: Fix last change to avoid using the `unless' macro,
15902 which breaks bootstrapping.
15903
354f0faf
SM
159042009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
15905
15906 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
15907 extended definitions, in case we reload subr.el after having
15908 loaded CL.
15909 (eval-next-after-load): Mark as obsolete.
15910
98b9bf40
JL
159112009-09-17 Juri Linkov <juri@jurta.org>
15912
15913 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
15914 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
15915 (menu-bar-showhide-menu, menu-bar-tools-menu)
15916 (menu-bar-describe-menu, menu-bar-help-menu)
15917 (minibuffer-local-completion-map, minibuffer-local-map):
15918 Fix list quoting.
15919
28fab7b5
GM
159202009-09-17 Glenn Morris <rgm@gnu.org>
15921
88d5190c
GM
15922 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
15923 arguments, whether or not it has a handler.
15924
74f24ba7
GM
15925 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
15926
28fab7b5
GM
15927 * simple.el (hard-newline): Give it a doc-string.
15928
a8106aec
GM
15929 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
15930 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 15931
76251ad7
DN
159322009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
15933
72033dbe
DN
15934 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
15935 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
15936 (menu-bar-options-menu, menu-bar-showhide-menu)
15937 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
15938 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
15939 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
15940 (menu-bar-options-menu, menu-bar-tools-menu)
15941 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
15942 (menu-bar-help-menu):
15943 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
15944 string arguments.
15945
76251ad7
DN
15946 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
15947 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
15948 calls for the menu names and :help.
15949
97b952b7
SM
159502009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
15951
15952 * mouse.el (minor-mode-menu-from-indicator): Pay attention
15953 to :minor-mode-function (bug#4455).
15954
8f38189e
SM
159552009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
15956
d2fd733e
SM
15957 * startup.el (command-line): Initialize the window-system after
15958 processing the command-line.
15959
8f38189e
SM
15960 * textmodes/page.el (what-page): Make sure we don't inf-loop if
15961 page-delimiter matches the empty string.
15962
77564fa4
GM
159632009-09-16 Glenn Morris <rgm@gnu.org>
15964
15965 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
15966 byte-compile-not-obsolete-var. It's a list now.
15967 (byte-compile-not-obsolete-funcs): New variable.
15968 (byte-compile-warn-obsolete): Don't warn about functions if they are in
15969 byte-compile-not-obsolete-funcs.
15970 (byte-compile-variable-ref, byte-compile-defvar): Update for
15971 byte-compile-not-obsolete-vars name-change and list nature.
15972 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
15973 and variables behind (f)boundp tests.
15974 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
15975
79d316d3
DN
159762009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
15977
15978 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
15979
8fed6934
SM
159802009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
15981
15982 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
15983 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
15984 Don't autoload.
15985
4078fd57
SE
159862009-09-15 Stephen Eglen <stephen@gnu.org>
15987
15988 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 15989 the virtual-buffers, use the name of the buffer specified by
4078fd57 15990 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 15991 problem if the target and the symlink had different names.)
4078fd57 15992
838ff458
SM
159932009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
15994
b3c7c12d
SM
15995 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
15996
13dc2bc2
SM
15997 * desktop.el (desktop-path): Check user-emacs-directory.
15998
49fec531
SM
15999 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
16000
0e328d37
SM
16001 * loadup.el: Use after-load-functions to GC after loading each file.
16002 Remove the explicit GC calls that used to be sprinkled around.
16003
838ff458
SM
16004 * subr.el (after-load-functions): New hook.
16005 (do-after-load-evaluation): Run it. Use string-match-p to detect
16006 `obsolete' packages, rather than painfully extracting the relevant
16007 directory name.
16008
a62f564f
GM
160092009-09-15 Glenn Morris <rgm@gnu.org>
16010
16011 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
16012 free variable `doc'.
16013
16014 * dired.el (dired-mode-map): Add menu entry for async shell command.
16015
16016 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
16017 variables, also consider the .elc files, since the .el files are
16018 normally gzipped (subsequent code locates the .el.gz from the .elc).
16019
16020 * calc/calc-prog.el (arglist): Define for compiler.
16021
16022 * calendar/diary-lib.el (diary-display-function): Change the default to
16023 fancy display.
16024 (body): Define for compiler.
16025
16026 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
16027 (byte-compile-file-form, byte-compile-lambda)
16028 (byte-compile-top-level-body, byte-compile-form)
16029 (byte-compile-variable-ref, byte-compile-setq)
16030 (byte-compile-setq-default, byte-compile-body)
16031 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
16032 (batch-byte-compile): Give some more local variables with common names
16033 a "bytecomp-" prefix to avoid masking warnings about free variables.
16034
cd05fe7f
GM
16035 * startup.el (command-line-1): Give local variables with common names a
16036 distinguishing prefix, so as not to hide free variable warnings during
16037 bootstrap.
16038
a62f564f
GM
16039 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
16040 clever and add a suffix to make a unique name, just let the user decide
16041 whether or not to overwrite it. If the input is a directory, write the
16042 default filename to that directory. (Bug#4388)
16043 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
16044 is a filename-as-a-directory.
16045
fbc88440
SM
160462009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
16047
16048 * textmodes/page.el (what-page): Don't move to beginning of line.
16049 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
16050
60308853
DN
160512009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
16052
16053 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
16054
32ba3abc
DN
160552009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
16056
9cd39aff
DN
16057 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
16058 * help.el (help-for-help-internal): Add purecopy calls for text.
16059
32ba3abc
DN
16060 * vc.el (top): print-log method now takes an optional SHORTLOG
16061 argument. Add a new method: root.
32ba3abc
DN
16062 (vc-root-diff, vc-print-root-log): New functions.
16063 (vc-log-short-style): New variable.
16064 (vc-print-log-internal): Add support for showing short logs.
16065
16066 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
16067 vc-print-root-log and vc-print-root-diff.
16068
16069 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
16070 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
16071 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
16072 short logs.
16073
16074 * vc-cvs.el (vc-cvs-print-log):
16075 * vc-mtn.el (vc-mtn-print-log):
16076 * vc-rcs.el (vc-rcs-print-log):
16077 * vc-sccs.el (vc-sccs-print-log):
16078 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
16079 that is ignored for now.
16080
837b0e99
DN
16081 * vc-mtn.el (vc-mtn-annotate-command):
16082 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
16083
31cd2dd4
SM
160842009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
16085
16086 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
16087 to function-key-map, and give them ascii-character property.
16088 * term/x-win.el (x-alternatives-map):
16089 * term/ns-win.el (ns-alternatives-map):
16090 * term/internal.el (msdos-key-remapping-map):
16091 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
16092
d62e5bf2
GM
160932009-09-14 Glenn Morris <rgm@gnu.org>
16094
16095 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
16096 temp-buffers (2009-09-12).
16097
7d0105e5
SM
160982009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
16099
16100 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
16101 the new read-key function.
16102
e17ed9ad
CY
161032009-09-13 Chong Yidong <cyd@stupidchicken.com>
16104
16105 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
16106 is defined (Bug#4405).
16107
1fc26e29
CY
161082009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
16109
16110 * recentf.el (recentf-cleanup): Use a hash table to find
16111 duplicates (Bug#4407).
16112
61dc96a2 161132009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
16114
16115 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
16116 kp-0 to ascii equivalents (Bug#4325).
16117
42c3a9e3
CY
161182009-09-13 Chong Yidong <cyd@stupidchicken.com>
16119
1f5c1626
CY
16120 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
16121
42c3a9e3 16122 * eshell/em-hist.el:
31cd2dd4
SM
16123 * eshell/em-dirs.el (eshell-complete-user-reference):
16124 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
16125
161262009-09-13 Leo <sdl.web@gmail.com> (tiny change)
16127
16128 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
16129 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
16130 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
16131 * eshell/em-hist.el (eshell-history-file-name):
16132 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 16133
1e2b6acf
GM
161342009-09-13 Glenn Morris <rgm@gnu.org>
16135
16136 * ediff-merg.el (ediff-do-merge):
16137 * filesets.el (filesets-run-cmd):
16138 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
16139 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
16140 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
16141 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
16142 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
16143 Replace empty `let's with `progn'.
16144
adba8116
SM
161452009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
16146
16147 * mail/sendmail.el (send-mail-function):
16148 * tooltip.el (tooltip-mode):
16149 * simple.el (transient-mark-mode):
16150 * rfn-eshadow.el (file-name-shadow-mode):
16151 * frame.el (blink-cursor-mode):
16152 * font-core.el (global-font-lock-mode):
16153 * files.el (temporary-file-directory)
16154 (small-temporary-file-directory, auto-save-file-name-transforms):
16155 * epa-hook.el (auto-encryption-mode):
16156 * composite.el (global-auto-composition-mode):
16157 Use custom-initialize-delay.
16158 * startup.el (command-line): Don't explicitly call
16159 custom-reevaluate-setting for all the above vars.
16160 * custom.el (custom-initialize-safe-set)
16161 (custom-initialize-safe-default): Delete.
16162
0a4afea9
SM
161632009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
16164
9f94990d
SM
16165 * term/x-win.el (x-initialize-window-system):
16166 * term/w32-win.el (w32-initialize-window-system):
16167 * term/ns-win.el (ns-initialize-window-system): Don't call
16168 mouse-wheel-mode since it's enabled globally by default already.
16169
0a4afea9
SM
16170 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
16171 actually define the variable, but only silences the byte-compiler.
16172 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
16173 before looking it up.
16174 (mouse-wheel-scroll-amount): Also reset the bindings if this value
16175 is changed.
16176
bf01513f
GM
161772009-09-12 Glenn Morris <rgm@gnu.org>
16178
16179 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
16180 1000.
16181 (elint-add-required-env): Don't beep on error.
16182 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
16183 (elint-init-env): Skip non-list forms.
16184 (elint-log): Handle unknown file positions.
bf01513f 16185
d85889e4
DU
161862009-09-12 Daiki Ueno <ueno@unixuser.org>
16187
16188 * epg.el (epg-make-context): Add autoload cookie.
16189 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
16190 (epg-decrypt-string, epg-start-verify, epg-verify-file)
16191 (epg-verify-string, epg-start-sign, epg-sign-file)
16192 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
16193 (epg-encrypt-string, epg-start-export-keys)
16194 (epg-export-keys-to-file, epg-export-keys-to-string)
16195 (epg-start-import-keys, epg-import-keys-from-file)
16196 (epg-import-keys-from-string, epg-start-receive-keys)
16197 (epg-receive-keys, epg-import-keys-from-server)
16198 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
16199 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
16200 (epg-generate-key-from-file, epg-generate-key-from-string):
16201 Remove autoload cookie.
d85889e4 16202
8f825ee6
EZ
162032009-09-12 Eli Zaretskii <eliz@gnu.org>
16204
36b434ee
EZ
16205 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
16206 reevaluation of trash-directory.
16207
8f825ee6
EZ
16208 * mwheel.el: Fix last change.
16209 (mouse-wheel-mode): New defvar.
16210 (mouse-wheel-mode): Remove autoload cookie.
16211
5766c380
SM
162122009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
16213
ab5c0fcd
SM
16214 * mwheel.el (mwheel-installed-bindings): New var.
16215 (mouse-wheel-mode): Use it, so as to make sure we really remove all
16216 the bindings we set last time. Use custom-initialize-delay.
16217 * loadup.el: Load mwheel after term/*-win.el.
16218 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
16219 and mouse-wheel-up-event now that their first evaluation is done
16220 sufficiently late to be correct.
16221
45448e64
SM
16222 * startup.el (tutorial-directory): Make it a defcustom.
16223 Use custom-initialize-delay rather than eval-at-startup to set it.
16224 * image.el (image-load-path): Make it a defcustom.
16225 Use custom-initialize-delay rather than eval-at-startup to set it.
16226 * subr.el (eval-at-startup): Remove.
16227 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
16228
5766c380
SM
16229 * subr.el (do-after-load-evaluation): Warn the user after loading an
16230 obsolete package.
16231
d6549da4
GM
162322009-09-12 Glenn Morris <rgm@gnu.org>
16233
16234 * proced.el (proced-mark-alt): Remove alias.
16235 (proced-mode-map): Remove proced-mark-alt.
16236
16237 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
16238 Elint file and directory. Remove initialization entry.
16239
16240 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
16241 commands.
16242 (elint-current-buffer): Set mode-line-process.
16243 (elint-init-env): Handle define-derived-mode.
16244 Fix declare-function with unspecified arglist. Guard against odd
16245 defalias statements (eg iso-insert's 8859-1-map).
16246 (elint-add-required-env): Use a temp buffer.
16247 (elint-form): Just print the function/macro name, not the whole form.
16248 Return env unchanged if we fail to parse a macro.
16249 (elint-forms): Guard against parse errors.
16250 (elint-output): New function, to handle batch mode.
16251 (elint-log-message): Add optional argument. Use elint-output.
16252 (elint-set-mode-line): New function.
16253
30194d4d
CY
162542009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
16255
16256 * emacs-lisp/elp.el (elp-not-profilable): Add more
16257 functions (Bug#4233).
16258
a035f9b0
CY
162592009-09-12 Chong Yidong <cyd@stupidchicken.com>
16260
16261 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
16262 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
16263
dad61164
NR
162642009-09-11 Nick Roberts <nickrob@snap.net.nz>
16265
16266 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
16267 (gdb-var-list-children): Use json parsing.
16268
9c3c9fdf 162692009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
16270
16271 * progmodes/js.el (js--proper-indentation): Handle the case where
16272 char-before is null. Reported by Deniz Dogan.
16273
b4587710
JB
162742009-09-11 Juanma Barranquero <lekktu@gmail.com>
16275
16276 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
16277
13890796
DU
162782009-09-11 Daiki Ueno <ueno@unixuser.org>
16279
16280 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
16281 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 16282 (epg-context-set-passphrase-callback)
97d4bdba 16283 (epg-context-set-progress-callback): Add description about
b18508dd 16284 callback function.
13890796 16285
2efb64a8
SM
162862009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
16287
790d0270
SM
16288 * custom.el (custom-delayed-init-variables): New var.
16289 (custom-initialize-delay): New function.
16290 * startup.el (command-line): "Re"evaluate all vars in
16291 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
16292 explicitly any more.
16293 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
16294 to avoid creating a ~/.emacs.d at build-time (bug#4347).
16295
16296 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 16297
ac243a40
NR
162982009-09-11 Nick Roberts <nickrob@snap.net.nz>
16299
16300 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
16301 (gdb-var-update-handler): Use json parsing.
16302
657bc6fc
JB
163032009-09-11 Juanma Barranquero <lekktu@gmail.com>
16304
16305 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
16306 decode annotated text, regardless of language environment. (Bug#2741)
16307
b6fe8102
SM
163082009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
16309
16310 * Makefile.in (autoloads): Make rmail.el writable as well.
16311
5cc443fe
GM
163122009-09-11 Glenn Morris <rgm@gnu.org>
16313
5515c54e
GM
16314 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
16315 loaddefs.el.
16316 * dired.el: Regenerate with extracted autoloads.
16317 * Makefile.in (autoloads): Make dired.el writable.
16318
15067158
GM
16319 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
16320 * ibuffer.el: Regenerate with extracted autoloads.
16321 * Makefile.in (autoloads): Make ibuffer.el writable.
16322
d35d0238
GM
16323 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
16324 * version.el (emacs-copyright, emacs-major-version)
16325 (emacs-minor-version): Reformat doc-strings for make-docfile.
16326
5cc443fe
GM
16327 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
16328 functions and variables, since they must be stuff specific to some other
16329 platform.
16330 (apropos-print): Make mouse-click message less specific about button.
16331
16332 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
16333 that records where a macro was defined.
16334 * help-fns.el (describe-function-1): Mention if a function has a
16335 compiler-macro.
16336 * help-mode.el (help-function-cmacro): New button.
16337
16338 * locate.el (top-level): Always require dired.
16339 (locate-mode-map): Initialize inside the defvar.
16340
16341 * net/ange-ftp.el (dired-compress-file): Declare.
16342 (ange-ftp-dired-compress-file): Add doc string.
16343
16344 * term/ns-win.el (x-display-name, x-setup-function-keys):
16345 Unify doc-strings with X versions.
16346
8cb95edf
SM
163472009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
16348
726a4d09
SM
16349 * emulation/crisp.el (crisp-mode-map): Move initialization
16350 into declaration.
16351 (crisp-mode): Use define-minor-mode.
16352
8cb95edf
SM
16353 * progmodes/xscheme.el (xscheme-evaluation-commands):
16354 Put a :advertised-binding property rather than using
16355 advertised-xscheme-send-previous-expression.
16356 (advertised-xscheme-send-previous-expression): Declare obsolete.
16357 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
16358 `advertised-undo'.
16359 (crisp-mode): Add corresponding bindings to
16360 undo's :advertised-binding instead.
16361 * dired.el (dired-mode-map): Put a :advertised-binding property rather
16362 than using dired-advertised-find-file.
16363 (dired-advertised-find-file):
16364 * simple.el (advertised-undo):
16365 * wid-edit.el (advertised-widget-backward): Declare obsolete.
16366 (widget-keymap): Put a :advertised-binding property rather
16367 than using advertised-widget-backward.
16368 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
16369 than using advertised-undo.
16370 * tutorial.el (tutorial--default-keys): Adjust accordingly.
16371
07db5857
SS
163722009-09-10 Simon South <ssouth@slowcomputing.org>
16373
16374 * progmodes/delphi.el (delphi-tab): Indent region when Transient
16375 Mark mode is enabled and region is active; otherwise indent or
16376 insert TAB as usual.
16377 (delphi-mode): Update description of TAB-key binding.
16378
50d4ba39
SM
163792009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
16380
16381 * subr.el (define-key-rebound-commands): Mark obsolete.
16382 * startup.el (precompute-menubar-bindings): Remove.
16383 (normal-top-level): Remove obsolete code that tried to precompute
16384 menubar bindings.
16385 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
16386 define-key-rebound-commands and precompute-menubar-bindings.
16387
ffa894db
KY
163882009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
16389
16390 * net/imap.el (imap-interactive-login): Better messages.
16391 (imap-open): Fix bug with renamed buffer on reconnect.
16392 (imap-authenticate): Add buffer-local imap-last-authenticator variable
16393 for easier debugging and cleaner code. On successful (guessed based on
16394 server capabilities) secondary authentication, set imap-state
16395 correctly.
16396 (imap-last-authenticator): Define imap-last-authenticator as a variable
16397 to avoid warnings.
16398
9477096c
GM
163992009-09-10 Glenn Morris <rgm@gnu.org>
16400
16401 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
16402
16403 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
16404 (byte-compile-file-form-autoload): Don't warn about unknown functions
16405 where the autoload statement comes after the use.
16406 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
16407 that any handlers inside the body (eg require) are in turn respected.
16408
16409 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
16410 effects.
16411
16412 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
16413 and syntax and abbrev tables basic docs, if they don't have any.
16414
16415 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
16416
16417 * international/mule-cmds.el (top-level): Require cl when compiling.
16418 (view-hello-file): Use default-value rather than
16419 default-enable-multibyte-characters.
16420
16421 * progmodes/fortran.el: Move all safe and risky properties into the
16422 defcustoms.
16423
16424 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
16425 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
16426 * mail/undigest.el:
16427 Put autoloads in rmail.el rather than loaddefs.el.
16428 * mail/rmail.el: Regenerate with extracted autoloads.
16429
16430 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
16431 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
16432
9f16c547
NR
164332009-09-10 Nick Roberts <nickrob@snap.net.nz>
16434
16435 Reported in thread for Bug#4375.
16436 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
16437 "-data-evaluate-expression" instead of print.
16438 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
16439 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
16440 (gdb): Revert 2009-08-11 change. User should detach inferior
16441 manually.
9f16c547
NR
16442
16443 Remove the word "separate" from IO functions as inferior
16444 output is now never displayed in the GUD buffer.
16445
50405cd0
JB
164462009-09-10 Juanma Barranquero <lekktu@gmail.com>
16447
16448 * startup.el (command-line-normalize-file-name): On Windows and
16449 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
16450
7ae62430
JL
164512009-09-10 Juri Linkov <juri@jurta.org>
16452
16453 * isearch.el (isearch-text-char-description): Propertize escape
16454 character sequences with the `escape-glyph' face. (Bug#4344)
16455
16456 * simple.el (shell-command): Set asynchronous process filter to
16457 `comint-output-filter'. (Bug#4343)
16458
16459 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
16460 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
16461 the list. Move "asm" to the bottom.
16462 (grep-find-ignored-directories): Add `choice' with nil value
16463 to empty the list easily.
16464 (grep-find-ignored-files): New option.
16465 (grep-files-history): Set to nil by default instead of '("ch" "el").
16466 (grep-compute-defaults): Add "<X>" to `grep-template'.
16467 (grep-read-files): Bind new local variables `default-alias' and
16468 `default-extension'. Use a list of default values for the file prompt.
16469 (lgrep): Add `--exclude=' command line options composed from
16470 `grep-find-ignored-files'.
16471 (rgrep): Add `-name' command line options composed from
16472 `grep-find-ignored-files'. (Bug#4301)
16473
cd875252
SM
164742009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
16475
16476 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
16477 (bug#4368).
16478
cdce0b33
KY
164792009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
16480
16481 * calendar/time-date.el (autoload):
16482 Expand define-obsolete-function-alias into defalias and make-obsolete
16483 for old Emacsen that Gnus supports.
16484 (with-no-warnings): Define it for old Emacsen.
16485 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
16486 is available.
16487 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
16488 float-time is available; suppress compile warning for time-to-seconds.
16489
164902009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
16491
16492 * net/imap.el (imap-message-map): Docstring fix.
16493
2b2eb431
GM
164942009-09-09 Glenn Morris <rgm@gnu.org>
16495
16496 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
16497 line numbers too. (Bug#4374)
16498
83a5aac5
SM
164992009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
16500
755e0210
SM
16501 * smerge-mode.el (smerge-remove-props, smerge-refine):
16502 Use with-silent-modifications (bug#4342).
16503
83a5aac5
SM
16504 * subr.el (with-silent-modifications): New macro.
16505
79f01fa7
JB
165062009-09-07 Juanma Barranquero <lekktu@gmail.com>
16507
16508 * files.el (top-level): Require `cl' when compiling.
16509
448ecec3
GM
165102009-09-07 Glenn Morris <rgm@gnu.org>
16511
16512 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
16513
8f09a02f
GM
16514 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
16515 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
16516
76ff67bf
NR
165172009-09-06 Nick Roberts <nickrob@snap.net.nz>
16518
16519 * vc-git.el (vc-git-annotate-command): Use separator to parse
16520 arguments correctly.
16521
943c8b75
EZ
165222009-09-06 Eli Zaretskii <eliz@gnu.org>
16523
16524 * proced.el (proced-mode): Doc fix.
16525
680db9ac
MA
165262009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
16527
16528 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
16529 lstat fails.
16530 (tramp-do-file-attributes-with-ls): Check for file existence at
16531 remote end.
16532 (tramp-do-file-attributes-with-stat): Likewise.
16533 (tramp-convert-file-attributes): Return nil when attr is nil.
16534
3f12e5bd
GM
165352009-09-05 Glenn Morris <rgm@gnu.org>
16536
c8dc27bf
GM
16537 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
16538 properties to this button.
16539 (diary-fancy-display): Don't extend the button to the final newline.
16540 (diary-fancy-display-mode): Continue to define "q" as a local key.
16541
cca065d8
GM
16542 * calendar/cal-china.el (holiday-chinese): Make it slightly more
16543 efficient.
16544
cddaedb6
GM
16545 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
16546
3f12e5bd
GM
16547 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
16548 (byte-compile-dest-file-function): New option.
16549 (byte-compile-dest-file): Doc fix.
16550 Obey byte-compile-dest-file-function.
16551 (byte-compile-cl-file-p): New function.
16552 (byte-compile-eval): Only suppress noruntime warnings about cl functions
16553 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
16554 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
16555 than for file being previously loaded.
16556 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
16557 (byte-compile-file-form-require): Handle the case where requiring a file
16558 indirectly causes CL to be loaded.
16559
049a231b
KF
165602009-09-05 Karl Fogel <kfogel@red-bean.com>
16561
16562 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
16563 before killing the old buffer, since by the time `kill-buffer' is
16564 run so many buffer variables have been set to nil that it may not
16565 behave as expected. (Bug#4061)
16566
ef7ef2a0
KF
165672009-09-05 Karl Fogel <kfogel@red-bean.com>
16568
16569 * files.el (find-alternate-file): If the old buffer is modified
16570 and visiting a file, behave similarly to `kill-buffer' when
16571 killing it, thus reverting to the pre-1.878 behavior; see
16572 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
16573 for discussion. Also, consult `buffer-file-name' as a variable
16574 not as a function, for consistency with the rest of the code.
16575
73d854cd
MA
165762009-09-04 Michael Albinus <michael.albinus@gmx.de>
16577
16578 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
16579 also when adding a new directory.
16580
6a7662bb
BR
16581 * net/tramp-compat.el (tramp-compat-line-beginning-position):
16582 New defun.
73d854cd 16583
df120481
SM
165842009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
16585
16586 * files.el (locate-file-completion-table): Make it provide boundary
16587 information, so partial-completion works better.
16588
c0bc6d79
SM
165892009-09-04 Leo <sdl.web@gmail.com> (tiny change)
16590
16591 * mail/footnote.el (Footnote-text-under-cursor):
16592 Check footnote-text-marker-alist before using it (bug#4324).
16593
f76a9756
GM
165942009-09-04 Glenn Morris <rgm@gnu.org>
16595
67d110f1
GM
16596 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
16597 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
16598 * play/solitaire.el, play/tetris.el:
16599 Remove leading * from defcustom and defface docs.
16600
b42d4989
GM
16601 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
16602 necessary.
16603 (diary-fancy-overriding-map): New variable.
16604 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
16605 Use view-mode.
16606
f76a9756
GM
16607 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
16608 goto-line.
16609
e605eeeb
GM
166102009-09-03 Glenn Morris <rgm@gnu.org>
16611
597e2240
GM
16612 * arc-mode.el (archive-mode):
16613 * dos-fns.el (set-default-process-coding-system):
16614 * man.el (Man-getpage-in-background):
16615 * menu-bar.el (menu-bar-describe-menu):
16616 * server.el (server-process-filter):
16617 * startup.el (command-line):
16618 * tar-mode.el (tar-header-block-tokenize, tar-extract):
16619 * w32-fns.el (set-default-process-coding-system):
16620 * x-dnd.el (x-dnd-handle-file-name):
16621 * international/mule-cmds.el (mule-menu-keymap)
16622 (set-default-coding-systems, language-info-alist, set-language-info)
16623 (set-language-environment, standard-display-european-internal)
16624 (set-locale-environment):
16625 * international/mule-diag.el (mule-diag):
16626 * mail/emacsbug.el (report-emacs-bug):
16627 * mail/rmail.el (rmail-mode):
16628 * mail/sendmail.el (mail-setup):
16629 Use default-value rather than default-enable-multibyte-characters.
16630
f38184aa
GM
16631 * progmodes/f90.el: Move all safe properties into the defcustoms.
16632 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
16633
e605eeeb
GM
16634 * calendar/appt.el (appt-check):
16635 * calendar/diary-lib.el (diary-set-header, diary-live-p)
16636 (diary-check-diary-file, diary-list-entries)
16637 (diary-include-other-diary-files, diary-simple-display)
16638 (diary-fancy-display, diary-print-entries)
16639 (diary-mark-included-diary-files, diary-make-entry):
16640 Don't call substitute-in-file-name on diary-file.
16641
734db384 166422009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 16643 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
16644
16645 * mail/footnote.el (footnote-prefix): Make it a defcustom.
16646 (footnote-mode-map): Move initialization into the declaration.
16647 (footnote-minor-mode-map): Define it rather than changing global-map.
16648 (footnote-mode): Use define-minor-mode.
16649
e5aa47f9
MA
166502009-09-02 Michael Albinus <michael.albinus@gmx.de>
16651
16652 * net/tramp.el (tramp-handle-file-attributes-with-ls)
16653 (tramp-do-file-attributes-with-perl)
16654 (tramp-do-file-attributes-with-stat): Rename from
16655 `tramp-handle-file-attributes-with-*'.
16656 (tramp-handle-file-attributes): Use them.
16657 (tramp-do-directory-files-and-attributes-with-perl)
16658 (tramp-do-directory-files-and-attributes-with-stat): Rename from
16659 `tramp-handle-directory-files-and-attributes-with-*'.
16660 (tramp-handle-directory-files-and-attributes): Use them.
16661 (tramp-method-out-of-band-p): Additional parameter SIZE.
16662 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
16663 (tramp-handle-write-region): Use it.
734db384 16664 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
16665 (tramp-handle-vc-registered): Check, whether the first run did
16666 return files to be tested.
16667 (tramp-advice-make-auto-save-file-name): Do not call directly
16668 `tramp-handle-make-auto-save-file-name', because this would bypass
16669 the locking mechanism.
16670
734db384 16671 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
16672 (file-remote-p, process-file, start-file-process, set-file-times)
16673 (tramp-compat-file-attributes): Compatibility functions shall not
16674 call directly `tramp-handle-*', because this would bypass the
16675 locking mechanism.
16676 (tramp-compat-number-sequence): New defun.
16677
6e2ca895
GM
166782009-09-02 Glenn Morris <rgm@gnu.org>
16679
697c7714
GM
16680 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
16681 alias for float-time.
16682 (time-to-number-of-days): In Emacs, use float-time.
16683 * net/newst-backend.el (time-add): Suppress warnings from compat
16684 function.
16685 * time.el (emacs-uptime, emacs-init-time):
16686 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
16687 Use float-time rather than time-to-seconds.
16688
6e2ca895
GM
16689 * minibuffer.el (completion-initials-expand): Fix typo.
16690
16691 * faces.el (modeline, modeline-inactive, modeline-highlight)
16692 (modeline-buffer-id):
16693 * info.el (info-menu-5): Mark these face aliases as obsolete.
16694
ed17efec
NR
166952009-09-01 Nick Roberts <nickrob@snap.net.nz>
16696
16697 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
16698 space ...
16699 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
16700 no "--thread" option.
16701 (gdb-stopped): Don't print "Switched to thread" message when it is
16702 unchanged.
16703
fcb68f70
SM
167042009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
16705
16706 * minibuffer.el (completion-try-completion)
16707 (completion-all-completions): Remove ill-defined (and
16708 mistakenly installed and luckily never used nor documented)
16709 `completion-styles' property.
16710 (completion-initials-expand, completion-initials-all-completions)
16711 (completion-initials-try-completion): New functions.
16712 (completion-styles-alist): Add doc to each entry.
16713 Add new `initials' entry.
16714
83318a6d
NR
167152009-09-01 Nick Roberts <nickrob@snap.net.nz>
16716
16717 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
16718 MI command -var-evaluate-expression.
16719 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
16720 and tweak for case of string child.
734db384 16721 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 16722
d63eb0e7
GM
167232009-09-01 Glenn Morris <rgm@gnu.org>
16724
c4f6e489
GM
16725 * add-log.el (change-log-date-face, change-log-name-face)
16726 (change-log-email-face, change-log-file-face, change-log-list-face)
16727 (change-log-conditionals-face, change-log-function-face)
16728 (change-log-acknowledgement-face):
16729 * cus-edit.el (custom-invalid-face, custom-rogue-face)
16730 (custom-modified-face, custom-set-face, custom-changed-face)
16731 (custom-saved-face, custom-button-face, custom-button-pressed-face)
16732 (custom-documentation-face, custom-state-face, custom-comment-face)
16733 (custom-comment-tag-face, custom-variable-tag-face)
16734 (custom-variable-button-face, custom-face-tag-face)
16735 (custom-group-tag-face-1, custom-group-tag-face):
16736 * diff-mode.el (diff-header-face, diff-file-header-face)
16737 (diff-index-face, diff-hunk-header-face, diff-removed-face)
16738 (diff-added-face, diff-changed-face, diff-function-face)
16739 (diff-context-face, diff-nonexistent-face):
16740 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
16741 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
16742 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16743 (Info-title-4-face):
16744 * isearch.el (isearch-lazy-highlight-face):
16745 * log-view.el (log-view-file-face, log-view-message-face):
16746 * paren.el (show-paren-match-face, show-paren-mismatch-face):
16747 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
16748 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
16749 (cvs-msg-face):
16750 * smerge-mode.el (smerge-mine-face, smerge-other-face)
16751 (smerge-base-face, smerge-markers-face):
16752 * wid-edit.el (widget-documentation-face, widget-button-face)
16753 (widget-field-face, widget-single-line-field-face)
16754 (widget-inactive-face, widget-button-pressed-face):
16755 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
16756 (woman-addition-face):
2fb1ec93
GM
16757 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
16758 (eshell-ls-executable-face, eshell-ls-readonly-face)
16759 (eshell-ls-unreadable-face, eshell-ls-special-face)
16760 (eshell-ls-missing-face, eshell-ls-archive-face)
16761 (eshell-ls-backup-face, eshell-ls-product-face)
16762 (eshell-ls-clutter-face):
16763 * eshell/em-prompt.el (eshell-prompt-face):
16764 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 16765 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
16766 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
16767 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
16768 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
16769 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
16770 (antlr-font-lock-literal-face):
c4f6e489
GM
16771 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
16772 (ebrowse-root-class-face, ebrowse-file-name-face)
16773 (ebrowse-default-face, ebrowse-member-attribute-face)
16774 (ebrowse-member-class-face, ebrowse-progress-face):
16775 * progmodes/make-mode.el (makefile-space-face):
16776 * progmodes/sh-script.el (sh-heredoc-face):
16777 * textmodes/flyspell.el (flyspell-incorrect-face)
16778 (flyspell-duplicate-face):
16779 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 16780 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
16781 Mark face aliases with "-face" suffix as obsolete.
16782
d80619fa
GM
16783 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
16784 compiler.
16785
5f68c1b7
GM
16786 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
16787 (eudc-bob-sound-menu): Use defvar rather than defconst, since
16788 easy-menu-define wants to modify these.
16789
16790 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
16791
16792 * net/browse-url.el (browse-url-file-url):
16793 * term/internal.el (dos-codepage-setup):
16794 Use default-value rather than default-enable-multibyte-characters.
16795
d80619fa 16796 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
16797 * progmodes/flymake.el (flymake-highlight-line)
16798 (flymake-goto-file-and-line, flymake-goto-line):
16799 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
16800 (gdb-goto-breakpoint):
16801 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
16802 * progmodes/python.el (python-find-function)
16803 (python-pdbtrack-track-stack-file):
16804 * progmodes/verilog-mode.el (verilog-surelint-off):
16805 * term/ns-win.el (ns-open-file-select-line):
16806 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
16807 Use forward-line rather than goto-line.
16808
d63eb0e7
GM
16809 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
16810 * textmodes/reftex-index.el (reftex-display-index):
16811 * textmodes/reftex-ref.el (reftex-offer-label-menu):
16812 * textmodes/reftex-toc.el (reftex-toc):
16813 Remove unnecessary bindings of default-major-mode (all are followed by
16814 major-mode check and possible mode switch).
16815
0afad278
NR
168162009-08-31 Nick Roberts <nickrob@snap.net.nz>
16817
16818 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
16819 Handle watchpoints (bug#4282).
16820 (def-gdb-thread-buffer-command): Enable thread to be selected by
16821 clicking without selecting threads buffer first.
16822 (gdb-current-context-command): Use selected frame so that "up",
16823 "down" etc work in the GUD buffer.
16824 (gdb-update): Find selected frame before rendering stack buffer.
16825 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
16826
4e135dd2
SM
168272009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
16828
16829 * progmodes/sym-comp.el (displayed-completions): Remove.
16830 (symbol-complete): Use minibuffer-complete.
16831
e61eba34
GM
168322009-08-31 Glenn Morris <rgm@gnu.org>
16833
16834 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
16835
734db384
SM
16836 * apropos.el (apropos-symbols-internal):
16837 Handle (obsolete) face aliases.
e61eba34
GM
16838
16839 * faces.el (describe-face): Adjust the output format to be more like
16840 describe-variable, and to mention (obsolete) face aliases.
16841 Adjust the whitespace so that help-setup-xref works.
16842
16843 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
16844 * calendar/diary-lib.el (diary-button-face):
16845 Mark these face aliases as obsolete.
16846
16847 * calendar/calendar.el (calendar-today): Doc fix.
16848
4cf71456
NR
168492009-08-31 Nick Roberts <nickrob@snap.net.nz>
16850
16851 * progmodes/gdb-mi.el (gdb-control-all-threads)
16852 (gdb-control-current-thread): Force tool bar update.
16853 (gdb-non-stop-handler): New function.
16854 (gdb-init-1): Use it to test if non-stop mode is supported.
16855 Remove unused gdbmi buffer type.
16856
e61eba34 168572009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
16858
16859 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 16860 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 16861
4324f7ca
NR
168622009-08-30 Nick Roberts <nickrob@snap.net.nz>
16863
16864 * comint.el (comint-exec-1): Check command is non-null first.
16865 Part of gdb-mi.el change (2009-08-28).
16866
a1bf889a
SM
168672009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
16868
16869 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
16870
060c08b5
JB
168712009-08-30 Juanma Barranquero <lekktu@gmail.com>
16872
16873 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
16874 instead of `dolist' to avoid a recursive require when bootstrapping.
16875
ab22be48
SM
168762009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
16877
73ebf88f
SM
16878 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
16879
80629cfc
SM
16880 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
16881
206d0387 16882 * net/imap.el (imap-send-command): Simplify.
734db384 16883 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 16884
844f7784
SM
16885 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
16886
5ca4661e
SM
16887 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
16888 with constant argument.
16889
c61dc887
SM
16890 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
16891
7eb73deb
SM
16892 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
16893
5fe443de
SM
16894 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
16895 Change default, since most of our files don't have a history.
16896 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
16897 the user.
16898
6444d64a
SM
16899 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16900 Add comint-run.
16901
5cb16bfc
SM
16902 * calc/calc.el: Improve commenting convention.
16903 (calc-digit-map, toplevel): Simplify.
16904
0aeb71a7
SM
16905 * comint.el (comint-insert-input): Be careful to only set point if we
16906 don't delegate to some other command.
16907
9a9af856
SM
16908 * proced.el (proced-signal-list): Make it an alist.
16909 (proced-grammar-alist): Capitalize names.
16910 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
16911 Disable undo manually and make it read-only.
16912 Use completion-annotate-function.
16913
ab22be48
SM
16914 * minibuffer.el (minibuffer-message): If the current buffer is not
16915 a minibuffer, insert the message in the echo area rather than at the
16916 end of the buffer.
16917 (completion-annotate-function): New variable.
16918 (minibuffer-completion-help): Use it.
16919 (completion--embedded-envvar-table): Environment vars are
16920 always case-sensitive.
16921
4a948dbf
GM
169222009-08-30 Glenn Morris <rgm@gnu.org>
16923
16924 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
16925 from fortran-current-defun.
16926 (fortran-beginning-of-subprogram): Be more precise about finding the
16927 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
16928 (fortran-end-of-subprogram): Simplify.
16929 (fortran-current-defun): Use fortran-start-prog-re.
16930
486cf3b8
JB
169312009-08-29 Juanma Barranquero <lekktu@gmail.com>
16932
16933 * subr.el (do-after-load-evaluation): Simplify.
16934
db167d28
DN
169352009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
16936
16937 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
16938
16939 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
16940 (vc-rcs-print-log): Use it.
16941
16942 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
16943
efbc652a
SM
169442009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
16945
2aa0e5bf
SM
16946 * paths.el (abbrev-file-name): Move to abbrev.el.
16947 * abbrev.el (abbrev-file-name): Move from paths.el.
16948 Obey user-emacs-directory.
16949 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
16950 user-emacs-directory.
16951 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
16952 abbrev-file-name and calc-settings-file any more.
16953 * startup.el (command-line): Recompute abbrev-file-name and
16954 abbreviated-home-dir.
16955 (normal-no-mouse-startup-screen): Improve the generic code and get rid
16956 of the special code for when C-h bindings haven't been changed.
16957 (display-startup-echo-area-message): Use with-current-buffer.
16958 (command-line-1): Use a list of strings, rather than a list of lists
16959 of strings for longopts.
16960
51da8fe2
SM
16961 * files.el (get-free-disk-space): Use / for default-directory.
16962
0c3cc4dd
SM
16963 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
16964 Use with-current-buffer.
16965
d988dbf6
SM
16966 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
16967 Recognize immutable variables like most-positive-fixnum.
16968 (byte-compile-setq-default): Check and warn if trying to assign
16969 to an immutable variable, or a non-variable.
16970
efbc652a
SM
16971 * progmodes/cc-vars.el (c-comment-continuation-stars):
16972 * progmodes/cc-engine.el (c-looking-at-bos):
16973 * progmodes/cc-cmds.el (c-toggle-auto-state)
16974 (c-forward-into-nomenclature, c-backward-into-nomenclature)
16975 (c-comment-line-break-function): Add version of obsolescence.
16976
d30a05d1
JL
169772009-08-28 Juri Linkov <juri@jurta.org>
16978
16979 * files.el (magic-fallback-mode-alist): Add ZIP magic number
16980 associated with `archive-mode'.
16981
16982 * image.el (image-type-header-regexps): Use only JPEG magic number
16983 to determine JPEG images, and don't use `image-jpeg-p' because
16984 Emacs can display non-JFIF non-Exif JPEG images.
16985
1e8eecea
JB
169862009-08-28 Juanma Barranquero <lekktu@gmail.com>
16987
16988 * arc-mode.el (archive-mode):
16989 * emacs-lisp/re-builder.el (re-builder-unload-function):
16990 Protect against the default value of `major-mode' being nil.
16991
dd4fbf56
JB
169922009-08-28 Juanma Barranquero <lekktu@gmail.com>
16993
16994 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
16995 Fix typos in docstrings.
16996
16997 * progmodes/js.el (js--macro-decl-re): Doc fix.
16998 (js--plain-method-re, js--split-name): Refloc docstring.
16999 (js--class-styles, js--make-merged-item, js--splice-into-items):
17000 Fix typos in docstrings; reflow docstrings.
17001 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
17002 (js--variable-decl-matcher, js--inside-pitem-p)
17003 (js--parse-state-at-point, js--get-all-known-symbols)
17004 (js--symbol-history, js-find-symbol, js--js-references)
17005 (js--moz-interactor, js--js-encode-value, js--read-tab):
17006 Fix typos in docstrings.
17007
72f16325
SM
170082009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
17009
14acf2f5
SM
17010 * textmodes/reftex.el (reftex-get-file-buffer-force):
17011 * progmodes/verilog-mode.el (verilog-batch-execute-func):
17012 * emulation/viper.el (viper-go-away, viper-set-hooks):
17013 * emacs-lisp/re-builder.el (re-builder-unload-function):
17014 * emacs-lisp/bytecomp.el (byte-compile-file):
17015 * ses.el (ses-unload-function):
17016 * hexl.el (hexl-find-file):
17017 * files.el (normal-mode):
17018 * ehelp.el (with-electric-help):
17019 * autoinsert.el (auto-insert-alist):
17020 * arc-mode.el (archive-mode):
17021 Use (default-value 'major-mode) instead of default-major-mode.
17022
72f16325
SM
17023 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
17024 * international/mule.el (load-with-code-conversion):
17025 * emacs-lisp/debug.el (debug):
17026 * ediff-vers.el (ediff-rcs-get-output-buffer):
17027 * dired.el (dired-internal-noselect): Don't let-bind
17028 default-major-mode around code that doesn't use it.
17029 E.g. buffer creation via get-buffer-create doesn't use it.
17030
aa485f7c
MA
170312009-08-28 Michael Albinus <michael.albinus@gmx.de>
17032
17033 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
17034 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
17035 when writing the temp file. Otherwise, epa-file gets confused.
17036 (tramp-register-file-name-handlers): Make it a defun. Move also
17037 `epa-file-handler' to the front of `file-name-handler-alist'.
17038
170392009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
17040
17041 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
17042 start right after a ^M.
17043 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
17044 (tramp-completion-file-name-regexp-separate)
17045 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
17046 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
17047 Don't modify last-coding-system-used by accident.
aa485f7c
MA
17048 (tramp-completion-file-name-handler): Apply the checks here,
17049 instead during registration.
48c2d18a 17050 (tramp-register-file-name-handlers): Renamed from
aa485f7c
MA
17051 `tramp-register-file-name-handler'. Register both
17052 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 17053 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 17054
3f0c2b92
NR
170552009-08-28 Nick Roberts <nickrob@snap.net.nz>
17056
72f16325
SM
17057 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
17058 Remove variable ...
3f0c2b92
NR
17059 (gdb-init-1, gdb-display-separate-io-buffer)
17060 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
17061 references to it.
17062 (gdb-inferior-io-mode): Use make-comint-in-buffer.
17063 (gdb-inferior-filter): Use comint-output-filter to stop
17064 echoing and remove ^M characters.
17065
705e5bd9
SM
170662009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
17067
009fdc2e
SM
17068 * emulation/viper-init.el (viper-restore-cursor-type):
17069 * emulation/cua-base.el (cua--update-indications):
17070 Replace default-cursor-type with (default-value 'cursor-type).
17071
b56a5ae0
SM
17072 * mail/sendmail.el (mail-recover-1):
17073 * international/mule-diag.el (describe-current-coding-system-briefly)
17074 (describe-current-coding-system):
17075 * international/mule-cmds.el (select-safe-coding-system)
17076 (select-message-coding-system)
17077 (set-language-environment-coding-systems, set-locale-environment):
17078 * hexl.el (hexl-insert-multibyte-char):
17079 * dos-w32.el (find-buffer-file-type-coding-system):
17080 * simple.el (what-cursor-position):
17081 Replace uses of default-buffer-file-coding-system
17082 with (default-value 'buffer-file-coding-system).
17083
de70529f
SM
17084 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
17085 Replace uses of default-cursor-in-non-selected-windows
17086 with (default-value 'cursor-in-non-selected-windows).
17087 Use with-current-buffer.
17088
705e5bd9
SM
17089 * mail/feedmail.el: Use CL macros.
17090 (feedmail-run-the-queue, feedmail-send-it-immediately):
17091 * dos-w32.el (find-buffer-file-type): Replace uses of
17092 default-buffer-file-type with (default-value 'buffer-file-type).
17093
4d985ac2
GM
170942009-08-28 Glenn Morris <rgm@gnu.org>
17095
17096 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
17097 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
17098 Use default-value of major-mode rather than default-major-mode.
17099
17c15b81
SM
171002009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
17101
3a68ab06
SM
17102 * Makefile.in (update-elcfiles): Report left over elc files.
17103
9421bdd1
SM
17104 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
17105 expand-file-name and with-current-buffer.
17106 (mail-get-names, mail-directory): Use with-current-buffer.
17107
17c15b81
SM
17108 * vc.el (vc-read-revision): New function.
17109 (vc-version-diff, vc-merge): Use it.
17110
ba83a64e
SS
171112009-08-27 Sam Steingold <sds@gnu.org>
17112
17113 * simple.el (kill-do-not-save-duplicates): New user option.
17114 (kill-new): When it is non-nil, and the new string is the same as
17115 the latest kill, set replace to t to avoid duplicates in kill-ring.
17116
be3e598a 171172009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
17118
17119 * net/tramp.el (tramp-handle-process-file): Do not flush all
17120 caches when `process-file-side-effects' is set.
17121 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
17122 instead of `tramp-find-file-exists-command'.
17123 Unset `process-file-side-effects'.
d5b5c94a
MA
17124
171252009-08-27 Michael Albinus <michael.albinus@gmx.de>
17126
17127 * net/tramp.el (tramp-methods): New method "rsyncc".
17128 (top): Add completion function for "rsyncc".
17129 (tramp-message-show-message): New defvar.
17130 (tramp-message, tramp-error): Use it.
17131 (tramp-do-copy-or-rename-file-directly): Extend check for direct
17132 remote copying.
17133 (tramp-do-copy-or-rename-file-out-of-band): Handle new
17134 `tramp-methods' entry `copy-env' of "rsyncc".
17135 (tramp-vc-registered-read-file-names): New defconst.
17136 (tramp-vc-registered-file-names): New defvar.
17137 (tramp-handle-vc-registered): Implement optimization strategy.
17138 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
17139 (tramp-vc-file-name-handler): New defun.
17140 (tramp-get-ls-command, tramp-get-test-command)
17141 (tramp-get-file-exists-command, tramp-get-remote-ln)
17142 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 17143 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
17144
17145 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
17146 (tramp-cache-inhibit-cache): Extend doc string. It allows also
17147 timestamps.
17148 (tramp-get-file-property): Check for timestamps in
17149 `tramp-cache-inhibit-cache'.
17150 (tramp-set-file-property): Write timestamp.
17151
1339cf20
KH
171522009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17153
17154 * language/japan-util.el (japanese-symbol-table): Add entries for
17155 cp932-2-byte.
17156
17157 * international/characters.el: Add category `j' to cp932-2-byte.
17158
726e3f1d
KH
171592009-08-27 Kenichi Handa <handa@m17n.org>
17160
17161 * international/fontset.el (build-default-fontset-data): New macro.
17162 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 17163 tibetan, ethiopic, and ipa.
726e3f1d 17164
4e3b4528
SM
171652009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
17166
17167 * cus-start.el (default-major-mode): Customize `major-mode' instead.
17168 (enable-multibyte-characters): Not customizable any more.
17169
17170 * subr.el (default-mode-line-format, default-header-line-format)
17171 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
17172 (default-direction-reversed, default-truncate-lines)
17173 (default-left-margin, default-tab-width, default-case-fold-search)
17174 (default-left-margin-width, default-right-margin-width)
17175 (default-left-fringe-width, default-right-fringe-width)
17176 (default-fringes-outside-margins, default-scroll-bar-width)
17177 (default-vertical-scroll-bar, default-indicate-empty-lines)
17178 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
17179 (default-fringe-cursor-alist, default-scroll-up-aggressively)
17180 (default-scroll-down-aggressively, default-fill-column)
17181 (default-cursor-type, default-buffer-file-type)
17182 (default-cursor-in-non-selected-windows)
17183 (default-buffer-file-coding-system, default-major-mode)
17184 (default-enable-multibyte-characters): Mark as obsolete.
17185
b3cca6a6
DN
171862009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
17187
652cc1a2
DN
17188 * vc-dir.el (vc-dir-update): Remove debug helper.
17189
b3cca6a6
DN
17190 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
17191
4ed8c7aa
SS
171922009-08-26 Sam Steingold <sds@gnu.org>
17193
17194 * simple.el (save-interprogram-paste-before-kill): New user option.
17195 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
17196 save the interprogram-paste into kill-ring before overriding it
17197 with the Emacs kill.
17198
3b64d86b
DN
171992009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
17200
17201 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
17202 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
17203 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
17204 and move to vc-rcs.el.
17205 (vc-default-next-revision): Rename to vc-rcs-next-revision and
17206 move to vc-rcs.el.
17207 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
17208 (vc-rcs-update-changelog): Remove.
17209 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
17210 and move to vc-rcs.el.
17211
17212 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
17213 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
17214 renaming.
17215 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 17216 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
17217 vc.el, renamed to be RCS specific.
17218
72f16325
SM
17219 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
17220 New functions.
17221 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
17222
17223 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
17224 New functions.
17225
636a36a0
SM
172262009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
17227
17228 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
17229
239b3340
DN
172302009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
17231
b91f0762 17232 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
17233 (vc-git-stash, vc-git-stash-show): New functions.
17234 (vc-git-extra-menu-map): Bind them.
b91f0762 17235
b8e54362
DN
17236 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
17237 directory correctly in case the item is a directory itself.
17238
239b3340
DN
17239 * vc.el: Document the desired behavior for reverted files in the
17240 `added' state.
dc810649
DN
17241 (vc-default-prettify-state-info): Remove function, unused.
17242
17243 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 17244
e49c0179
GM
172452009-08-26 Glenn Morris <rgm@gnu.org>
17246
17247 * bindings.el (standard-mode-line-format): Reposition dashes in
17248 which-func entry. (Bug#4217)
17249
3029e594
GM
17250 * files.el (enable-local-variables, enable-local-eval)
17251 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
17252 the defcustoms.
17253 (auto-mode-alist, ignored-local-variables)
17254 (save-some-buffers-action-alist): Move risky declarations to the
17255 definitions.
17256 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
17257 (font-lock-defaults, format-alist, imenu--index-alist)
17258 (imenu-generic-expression, input-method-alist, minor-mode-alist)
17259 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
17260 (mode-line-modified, mode-line-mule-info, mode-line-position)
17261 (mode-line-process, mode-line-remote, outline-level)
17262 (parse-time-rules, rmail-output-file-alist)
17263 (special-display-buffer-names, vc-mode):
17264 Move risky declarations to the relevant files.
72f16325
SM
17265 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
17266 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
17267 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
17268 * font-core.el (font-lock-defaults):
17269 * format.el (format-alist):
17270 * vc-hooks.el (vc-mode):
17271 * window.el (special-display-buffer-names):
17272 * international/mule-cmds.el (input-method-alist):
17273 Define riskiness here (dumped file) rather than in files.el.
17274 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
17275 * imenu.el (imenu-generic-expression, imenu--index-alist):
17276 * outline.el (outline-level):
17277 * time.el (display-time-string):
17278 * calendar/parse-time.el (parse-time-rules):
17279 * mail/rmailout.el (rmail-output-file-alist):
17280 Autoload riskiness here, rather than placing in files.el.
17281
8476cfaf
SM
172822009-08-26 Andreas Schwab <schwab@linux-m68k.org>
17283
17284 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
17285
0b35b48e
MA
172862009-08-25 Michael Albinus <michael.albinus@gmx.de>
17287
17288 * simple.el (process-file-side-effects): New defvar.
17289
17290 * dired-aux.el (dired-show-file-type):
17291 * vc.el (vc-diff-internal):
17292 * vc-arch.el (vc-arch-diff):
17293 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
17294 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
17295 * vc-git.el (vc-git-registered, vc-git-working-revision)
17296 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
17297 (vc-git--empty-db-p):
17298 * vc-hooks.el (vc-user-login-name):
17299 * vc-svn.el (vc-svn-registered, vc-svn-state)
17300 (vc-svn-dir-extra-headers, vc-svn-find-revision):
17301 * progmodes/grep.el (grep-probe): Let-bind
17302 `process-file-side-effects' with nil.
17303
17304 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
17305
17306 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
17307 daemon. Replace ping by checking for running service for bluez
17308 and zeroconf. (Bug#4239)
17309
d54cc599
GM
173102009-08-25 Kevin Ryde <user42@zip.com.au>
17311
17312 * net/dig.el (dig): Add autoload cookie.
17313
7bfd055d
GM
173142009-08-25 Glenn Morris <rgm@gnu.org>
17315
bac9c66c
GM
17316 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
17317 load-history for absolute file-names.
17318 (byte-compile-file-form-require): Warn about use of the cl package.
17319
7bfd055d
GM
17320 * format.el (format-alist): Doc fix.
17321
5ac1f9e0
GM
17322 * play/bubbles.el (top-level): Don't require cl at run-time.
17323
af62aa88
GM
17324 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
17325 run-time cl).
17326
71e036af
DD
173272009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
17328
17329 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
17330 from cl package.
17331 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
17332
42110eaf
JB
173332009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
17334
17335 * calc/calc-alg.el (math-trig-rewrite)
17336 (math-hyperbolic-trig-rewrite): New functions.
17337 (calc-simplify): Simplify trig functions when asked.
17338
88421f3e
SM
173392009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
17340
17341 * diff-mode.el (diff-find-source-location): Avoid goto-line.
17342
dbd9624e
KH
173432009-08-24 Kenichi Handa <handa@m17n.org>
17344
17345 * language/ind-util.el (mapthread): Delete it.
17346 (combinatorial): New function.
17347 (indian--puthash-cv): Use combinatorial instead of mapthread.
17348
9b89e3ee
GM
173492009-08-22 Kevin Ryde <user42@zip.com.au>
17350
17351 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
17352 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
17353 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
17354 Clarify docstring that the value is strings not symbols.
17355 (checkdoc-list-of-strings-p): New function.
17356
e6ce8c42
GM
173572009-08-22 Glenn Morris <rgm@gnu.org>
17358
2ddf2ea6 17359 * files.el (auto-mode-alist):
a3374680
GM
17360 * hippie-exp.el (he-concat-directory-file-name):
17361 * lpr.el (lpr-windows-system, printer-name):
17362 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
17363 * ps-print.el (ps-windows-system):
17364 * startup.el (command-line):
17365 * emulation/viper-ex.el (viper-glob-function):
17366 * international/mule-cmds.el (set-language-environment-coding-systems):
17367 * net/ange-ftp.el (ange-ftp-write-region):
17368 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 17369 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
17370 unisoft-unix, vax-vms, win32, w32.
17371
977955fa
GM
17372 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
17373 given name if the pattern is not more specific.
17374
b4deec2e
GM
17375 * calendar/lunar.el (lunar-phase-names): New option.
17376 (lunar-phase): Doc fix.
17377 (lunar-cycles-per-year): New constant.
17378 (lunar-index): New function.
17379 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
17380 (lunar-phase-name): Use lunar-phase-names.
17381 (calendar-lunar-phases): Use format.
17382 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
17383
47e83968
GM
17384 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
17385 Copy imenu-example--name-and-position function here for own use.
17386 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
17387
e6ce8c42
GM
17388 * bs.el (bs--redisplay):
17389 * cus-edit.el (custom-redraw):
17390 * ibuffer.el (ibuffer-bury-buffer):
17391 * server.el (server-goto-line-column):
17392 * startup.el (command-line-1):
17393 * strokes.el (strokes-xpm-for-stroke):
17394 * term.el (term-display-buffer-line):
17395 * view.el (View-goto-line):
17396 * calc/calc.el (calc-do, calc-trail-buffer):
17397 * play/gamegrid.el (gamegrid-add-score-insecure):
17398 * progmodes/ada-mode.el (ada-compile-goto-error):
17399 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
17400 (ebrowse-select-1st-to-9nth):
47e83968 17401 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
17402 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
17403 * progmodes/gud.el (gud-display-line):
17404 (idlwave-shell-display-line):
17405 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
17406 * progmodes/make-mode.el (makefile-browser-toggle):
17407 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
17408 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
17409 * textmodes/picture.el (picture-draw-rectangle):
17410 * textmodes/reftex-index.el (reftex-index-goto-letter):
17411 (reftex-select-jump-to-previous):
17412 * textmodes/reftex-sel.el (reftex-find-start-point)
17413 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
17414 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
17415 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
17416 * textmodes/tex-mode.el (tex-compilation-parse-errors):
17417 * textmodes/two-column.el (2C-associated-buffer):
17418 Use forward-line rather than goto-line.
17419
17420 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
17421 goto-line.
17422
4b18bdb3
GM
17423 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
17424 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
17425 (quick-check-list-to-regexp): Declare.
e6ce8c42 17426
72f16325
SM
17427 * progmodes/make-mode.el (makefile-browser-insert-selection):
17428 Use goto-char rather than goto-line.
e6ce8c42
GM
17429
17430 * progmodes/prolog.el (compilation-error-regexp-alist)
17431 (compilation-forget-errors): Declare.
17432
32a2cf25
JL
174332009-08-22 Juri Linkov <juri@jurta.org>
17434
17435 * progmodes/grep.el (lgrep, rgrep): At the beginning
17436 set `dir' to `default-directory' unless `dir' is a non-nil
17437 readable directory. (Bug#4052)
17438 (lgrep, rgrep): Change a weird way to report an error
17439 from using `read-string' to using `error'.
17440 Instead of using interactive arguments in the function body,
17441 add new argument `confirm'.
17442
5443c9b7
SM
174432009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
17444
cb5b40ee
SM
17445 * textmodes/remember.el (remember-buffer):
17446 * progmodes/cperl-mode.el (cperl-vc-header-alist):
17447 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
17448 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
17449 * net/newst-treeview.el (newsticker-groups-filename):
17450 * net/newst-backend.el (newsticker-cache-filename):
17451 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
17452 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
17453 (speedbar-add-ignored-path-regexp, speedbar-line-path)
17454 (speedbar-buffers-line-path, speedbar-path-line)
17455 (speedbar-buffers-line-path):
17456 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
17457 (epg-sign-keys):
17458 * epa.el (epa-display-verify-result):
17459 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
17460
d6261cc1
GM
174612009-08-21 Glenn Morris <rgm@gnu.org>
17462
3e1ea342
GM
17463 * progmodes/js.el (inferior-moz-process): Fix declaration.
17464
ce86eeb5
GM
17465 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
17466
fff28970
GM
17467 * obsolete/rnewspost.el (news-mail-reply):
17468 Use goto-char rather than goto-line.
17469
d93e053b
GM
17470 * term/ns-win.el (ns-open-file-select-line):
17471 Use line-beginning-position rather than goto-line.
17472
d5d105e8
GM
17473 * apropos.el (apropos-command):
17474 * ehelp.el (electric-helpify):
17475 * printing.el (pr-show-setup):
17476 * strokes.el (strokes-help):
17477 * tutorial.el (tutorial--describe-nonstandard-key)
17478 (tutorial--detailed-help):
17479 * woman.el (woman-mini-help, woman-display-extended-fonts):
17480 * calc/calc-help.el (calc-describe-key):
17481 * emulation/edt.el (edt-electric-helpify):
17482 * international/mule-diag.el (mule-diag):
17483 * play/yow.el (apropos-zippy):
17484 * progmodes/python.el (python-describe-symbol):
17485 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
17486 * textmodes/table.el (*table--cell-describe-mode)
17487 (*table--cell-describe-bindings):
17488 Use help-print-return-message rather than the now obsolete alias.
17489
a8ab722f 17490 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
17491 (calendar-cursor-to-visible-date):
17492 * play/5x5.el (5x5-position-cursor):
17493 * play/decipher.el (decipher):
17494 * play/gomoku.el (gomoku-goto-xy):
17495 * play/landmark.el (lm-goto-xy):
17496 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
17497 (mpuz-paint-digit):
17498 Use forward-line, not goto-line.
a8ab722f 17499
d6261cc1
GM
17500 * mail/rmail.el (rmail-obsolete): Delete custom group.
17501 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
17502 (rmail-remote-password, rmail-remote-password-required):
17503 Remove unneeded :set-after and :set properties.
17504
9e846523
MA
175052009-08-21 Michael Albinus <michael.albinus@gmx.de>
17506
17507 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
17508
bbe1f502
DN
175092009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
17510
bcc5db24
DN
17511 * loadup.el: Remove leftover macos code.
17512
bbe1f502
DN
17513 * vc-git.el (vc-git-annotate-command): Run asynchronously.
17514 Explicitly pass the date format to git blame so that user local
17515 so that the output format can be parsed.
17516
6fd2d19a
MA
175172009-08-20 Michael Albinus <michael.albinus@gmx.de>
17518
17519 * net/dbus.el (top): Don't check for (getenv
17520 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
17521
31764e15
SM
175222009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
17523
17524 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 17525 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 17526
28930e39
SM
175272009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
17528
4fd15622 17529 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 17530 Bug#3287
4fd15622 17531
b3d8e4a0
SM
17532 * help.el (help-print-return-message): Rename from
17533 print-help-return-message.
17534
c9829c70
SM
17535 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
17536 cvs-mode-map parent hack.
17537 (log-view-mode): Derive from special-mode.
17538
b932657b
SM
17539 * linum.el (linum-mode): window-size-change-functions is redundant.
17540 Adapt to new window-configuration-change-hook behavior.
17541 (linum-after-size, linum-after-config): Remove.
17542
1b700bca
SM
17543 * imenu.el (imenu-example--name-and-position)
17544 (imenu-example--lisp-extract-index-name)
17545 (imenu-example--create-lisp-index, imenu-example--create-c-index):
17546 Mark as obsolete.
17547
28930e39
SM
17548 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
17549 (inferior-prolog-mode): Use it.
17550 (inferior-prolog-load-file): Reset list of errors.
17551
c9af0b68
KH
175522009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17553
17554 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
17555
17556 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
17557
720c7cd6
MA
175582009-08-19 Michael Albinus <michael.albinus@gmx.de>
17559
17560 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
17561 is running already.
17562
03a74b84
SM
175632009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
17564
17565 * subr.el (listify-key-sequence-1): Use normal syntax since those
17566 integers are nowadays always represented by the same (positive) number
17567 on all platforms.
17568 (read-key-empty-map): New const.
17569 (read-key-delay): New var.
17570 (read-key): New function.
17571 (force-mode-line-update): Use with-current-buffer.
17572 (locate-user-emacs-file): Don't forget to abbreviate the file name.
17573 (start-process-shell-command, start-file-process-shell-command):
17574 Discourage the use of command-args.
17575
f43e88d4
GM
175762009-08-19 Glenn Morris <rgm@gnu.org>
17577
17578 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
17579
890429cc
SM
175802009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
17581
85be9ec4
SM
17582 * simple.el (choose-completion-string): Don't rely on
17583 minibuffer-completing-file-name and ad-hoc checks to decide whether
17584 to continue completion or not.
17585
890429cc
SM
17586 * minibuffer.el (minibuffer-hide-completions): New function.
17587 (completion--do-completion): Use it.
17588 (completions-annotations): New face.
17589 (completion--insert-strings): Use it.
17590 (completion-pcm--delim-wild-regex): Add docstring.
17591 (completion-pcm--string->pattern): Add support for 0-width delimiters
17592 in completion-pcm--delim-wild-regex.
17593
265d4549
SM
175942009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
17595
d440b941
SM
17596 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
17597 Remove unused var `buffer-modified-p'.
17598
265d4549
SM
17599 * minibuffer.el (completion--do-completion): Move point for the #b001
17600 case as well (bug#4176).
17601 (minibuffer-complete, minibuffer-complete-word): Don't move point.
17602
ba6f7d86
MA
176032009-08-18 Michael Albinus <michael.albinus@gmx.de>
17604
17605 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
17606 and :session buses.
17607
98819490
KH
176082009-08-18 Kenichi Handa <handa@m17n.org>
17609
265d4549
SM
17610 * international/ucs-normalize.el (ucs-normalize-version):
17611 Change to 1.1.
58627cf0
KH
17612 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
17613 (utf-8-hfs): Make it perform normalization on encoding too.
17614
98819490
KH
17615 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
17616 (sentence-end-without-space): Delete duplicated chars.
17617 (sentence-end-base): Likewise.
e739cc85
KH
17618
17619 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
17620 (html-mode): Delete duplicated chars from sentence-end-base.
17621
17622 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
17623 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 17624
645b9326
CY
176252009-08-17 Chong Yidong <cyd@stupidchicken.com>
17626
17627 * files.el (hack-one-local-variable): If the mode function is for
17628 a minor mode, pass it an argument (Bug#4148).
17629
56c195af
MA
176302009-08-17 Michael Albinus <michael.albinus@gmx.de>
17631
17632 * net/tramp.el (tramp-register-completion-file-name-handler):
17633 Check also for (member 'partial-completion completion-styles).
17634
7a55c78b
CY
176352009-08-16 Chong Yidong <cyd@stupidchicken.com>
17636
17637 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
17638 abbrev (Bug#3943).
17639
be3e598a 176402009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
17641
17642 * progmodes/cperl-mode.el: Merge upstream 6.2.
17643 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
17644 (cperl-forward-re): Check cperl-brace-recursing.
17645 (cperl-highlight-charclass): New function.
17646 (cperl-find-pods-heres): Use it.
31cd2dd4 17647 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 17648 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 17649 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
17650 (cperl-beautify-level): Don't process entire regexp.
17651 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
17652 calling man.
17653 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
17654 (cperl-init-faces): Build a list in the normal way.
17655
81b1f9c9
CY
176562009-08-16 Chong Yidong <cyd@stupidchicken.com>
17657
17658 * calendar/parse-time.el (parse-time-string-chars): Save match
17659 data.
17660
c3732cb8
SM
176612009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
17662
55659495
SM
17663 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
17664 (sql-product): Use it.
17665 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
17666 (sql-set-product): Add completion.
17667 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
17668 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
17669 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
17670 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
17671 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
17672 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
17673 (sql-highlight-db2-keywords): Remove.
17674 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
17675 (sql-highlight-product): Use derived-mode-p.
17676 (sql-set-sqli-buffer): Use with-current-buffer.
17677 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
17678 Simplify.
17679
1ae79427
SM
17680 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
17681
c3732cb8
SM
17682 * term.el: Fix commenting convention, turn comments into docstrings.
17683
f24b8bf3
CY
176842009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
17685
17686 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
17687
7b6fefac 176882009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 17689
1200ac26 17690 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
17691 character classes, to handle non-ascii characters (Bug#3190).
17692
176932009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 17694
1abbe4e5
CY
17695 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
17696 another heredoc if the user adds another < (Bug#3226).
17697
c3732cb8
SM
17698 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
17699 Don't initialize based on window-system (Bug#4124).
19261da4 17700
daad00fc
CY
17701 * facemenu.el (facemenu-read-color): Use a completion function
17702 that accepts any defined color, such as RGB triplets (Bug#3677).
17703
e1bdde78
CY
17704 * files.el (get-free-disk-space): Change fallback default
17705 directory to /. Expand DIR argument before switching to fallback.
17706 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
17707
9d73a99e
CY
177082009-08-15 Chong Yidong <cyd@stupidchicken.com>
17709
17710 * files.el (load-library): Doc fix.
17711
68b962d4 177122009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 17713
953e0c1a 17714 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 17715 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 17716 incremental search string.
9d73a99e 17717
c3732cb8 17718 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 17719 XEmacs.
9d73a99e 17720
c3732cb8
SM
17721 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
17722 (ediff-merge-region-is-non-clash)
17723 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 17724 Also check if the job is really a merge job.
9d73a99e 17725
c3732cb8 17726 * ediff.el (ediff-current-file): New function.
9d73a99e 17727
2e330adc
CY
177282009-08-15 Chong Yidong <cyd@stupidchicken.com>
17729
17730 * progmodes/js.el: Edit docstrings throughout to follow Emacs
17731 conventions.
c3732cb8 17732 (js-insert-and-indent): Delete function.
2e330adc
CY
17733 (js-mode-map): Don't bind keys to js-insert-and-indent.
17734 (js-beginning-of-defun): Rename from js--beginning-of-defun.
17735 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 17736 (js-auto-indent-flag): Delete variable.
2e330adc 17737
17b5d0f7
CY
177382009-08-14 Chong Yidong <cyd@stupidchicken.com>
17739
c3732cb8
SM
17740 * progmodes/js.el: Remove proclaim statement.
17741 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 17742
ba2d8894
CY
17743 * files.el (auto-mode-alist): Use js-mode for .js files.
17744
c3732cb8 17745 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
17746
17747 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
17748
17749 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
17750
c3732cb8 17751 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
17752
177532009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 17754 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
17755
17756 * progmodes/js.el: New file.
17757
b6377f1d
MH
177582009-08-14 Mark A. Hershberger <mah@everybody.org>
17759
17760 * timezone.el (timezone-parse-date): Add ability to understand ISO
17761 basic format (minimal separators) dates in addition to the
17762 already-supported extended format dates.
17763
bc0eef46
EZ
177642009-08-14 Eli Zaretskii <eliz@gnu.org>
17765
4e021e65
EZ
17766 * international/ucs-normalize.el: Add a `coding' file variable.
17767
bc0eef46
EZ
17768 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
17769
53dab179
SS
177702009-08-14 Sam Steingold <sds@gnu.org>
17771
6801c38a 17772 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 17773
6c58c39c
CY
177742009-08-13 Chong Yidong <cyd@stupidchicken.com>
17775
17776 * faces.el (help-argument-name): Define it here instead of
17777 help-fns.el, because in daemon mode help-fns.el may be loaded when
17778 faces are still uninitialized (Bug#1078).
17779
17780 * help-fns.el (help-argument-name): Move defface to faces.el.
17781
c7baf7e9
NR
177822009-08-13 Nick Roberts <nickrob@snap.net.nz>
17783
17784 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
17785 create buffer with a pty but no process so that GDB can make the
17786 inferior the controlling process.
17787
9c40e995 177882009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
17789
17790 * international/ucs-normalize.el: New file.
17791
8cdba32b
RS
177922009-08-13 Richard Stallman <rms@gnu.org>
17793
5c950923
RS
17794 * mail/rmail.el (rmail-get-attr-names):
17795 Accept an attribute header that is too short.
17796
76e1e40b
RS
17797 * mail/rmail.el (rmail-forget-messages):
17798 Ignore nil elt in rmail-message-vector. Use dotimes.
17799
1fc01b08
RS
17800 * progmodes/compile.el (compilation-goto-locus):
17801 Use next-error-move-function.
17802
8cdba32b
RS
17803 * simple.el (next-error-move-function): New variable.
17804
99910cf4
JL
178052009-08-12 Juri Linkov <juri@jurta.org>
17806
17807 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
17808 always non-nil. (Bug#4052)
17809
17810 * replace.el (read-regexp): Return empty string when
17811 `default-value' is nil.
17812 (keep-lines-read-args): Don't use empty string as the
17813 default value for `read-regexp'. (Bug#2495)
17814
fc5bdf6c
JL
178152009-08-12 Juri Linkov <juri@jurta.org>
17816
17817 * international/mule-cmds.el (ucs-insert): Change arguments
17818 from `arg' to `character', `count', `inherit' to be the same
17819 as in `insert-char'. Doc fix. (Bug#4039)
17820
17821 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
17822
77748848
JL
178232009-08-12 Juri Linkov <juri@jurta.org>
17824
17825 * files-x.el: New file.
17826
17827 * files.el: Move code that deals with adding/deleting
17828 file/directory-local variables to files-x.el.
17829
17830 * Makefile.in (ELCFILES): Add files-x.elc.
17831
c8a44c4e
DD
178322009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
17833
27a9fd5a
DD
17834 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
17835 to use `goto-line'.
17836 (gdb-place-breakpoints, gdb-get-location): Rewritten without
17837 `goto-line'.
17838 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 17839 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 17840 threads list.
107ef54a 17841 (gdb): Send -target-detach when buffer is killed (Bug#3794).
cf6e27cf
DD
17842 (gdb-starting): Moved -data-list-register-names...
17843 (gdb-stopped): ...here so it's sent when first thread stops.
17844 (gdb-registers-handler-custom): Do nothing if register names are
17845 unknown yet.
27a9fd5a 17846
c8a44c4e
DD
17847 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
17848 from `gdb-mi.el' to avoid extra tangling.
17849
17850 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 17851 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
17852 (gdb-update-gud-running): No extra fuss for updating frame number.
17853
dfd4e693
SM
178542009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
17855
51c4341f
SM
17856 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
17857 (describe-language-environment-map, setup-language-environment-map)
17858 (set-coding-system-map): Move initialization into declaration.
17859 (set-language-info-alist): Last arg to define-key-after can be skipped.
17860
17861 * international/quail.el (quail-completion-1): Simplify.
17862 (quail-define-rules): Use slightly more compact code.
17863 (quail-insert-decode-map): Propertize keys, compact columns.
17864
dfd4e693
SM
17865 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17866 Add goto-line.
17867
83326559
MB
178682009-08-10 Miles Bader <miles@gnu.org>
17869
17870 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
17871 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
17872 (js2-instance-member, js2-private-member, js2-private-function-call)
17873 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
17874 (js2-magic-paren, js2-external-variable):
17875 Remove "-face" suffix from face names.
17876 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
17877 (js2-highlight-undeclared-vars, js2-peek-token)
17878 (js2-parse-function-params, js2-mode-show-errors)
17879 (js2-mode-show-warnings, js2-make-magic-delimiter)
17880 (js2-mode-highlight-magic-parens): Update to use new face names.
17881
8e754ea2
MA
178822009-08-09 Michael Albinus <michael.albinus@gmx.de>
17883
17884 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
17885 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
17886
1c292fc7
CY
178872009-08-09 Chong Yidong <cyd@stupidchicken.com>
17888
18d433a7
CY
17889 * subr.el: Provide hashtable-print-readable.
17890
1c292fc7
CY
17891 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
17892 hs-c-like-adjust-block-beginning.
17893 (hs-hide-block-at-point): Stop hiding at the beginning of
17894 hs-block-end-regexp (Bug#700).
17895
2db0ae07
DD
178962009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
17897
17898 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
17899 a macro.
17900 (gdb-registers-handler-custom): Do not fail when register names
17901 are unavailable.
17902
fe4740a6
DD
179032009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
17904
17905 * progmodes/gdb-mi.el (gdb-control-all-threads)
17906 (gdb-control-current-thread): Interactive setters for
17907 `gdb-gud-control-all-threads' to use in menu.
17908 (gdb-show-run-p): Show «Go» when process is not active.
6a7662bb
BR
17909 (gud-tool-bar-map): Add non-stop/A,T indicator.
17910 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 17911
ce299d55
CY
179122009-08-08 Yoni Rabkin <yoni@rabkins.net>
17913
17914 * net/net-utils.el (net-utils-font-lock-keywords): New var.
17915 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
17916 (net-utils-mode): New mode for viewing diagnostic network output.
17917 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
17918 (net-utils-run-simple): New function.
17919 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 17920
7c4654ad
DD
179212009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
17922
17923 * progmodes/gdb-mi.el (gdb-read-memory-custom)
17924 (gdb-memory-set-address, def-gdb-set-positive-number)
17925 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
17926 after changing settings.
17927 (gdb-invalidate-disassembly): Update when first shown.
17928 (gdb-edit-locals-value): Fixed.
17929 (gdb-registers-handler-custom): Print registers in right order and
17930 allow changing register values (only for current thread yet).
9cbac26b
DD
17931 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
17932 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
17933 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6a7662bb
BR
17934 (gdb-locals-handler-custom, gdb-registers-handler-custom):
17935 Thread info in mode name.
9cbac26b 17936 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 17937
0f25a277
EZ
179382009-08-08 Eli Zaretskii <eliz@gnu.org>
17939
17940 * mail/rmail.el (rmail-add-mbox-headers)
17941 (rmail-set-message-counters-counter): Search for
17942 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
17943
b971be60
GM
179442009-08-08 Glenn Morris <rgm@gnu.org>
17945
17946 * Makefile.in (ELCFILES): Update.
17947
a35d3ad8
EZ
179482009-08-07 Eli Zaretskii <eliz@gnu.org>
17949
6a7662bb
BR
17950 * mail/sendmail.el (mail-yank-original):
17951 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
17952 text is yanked.
17953
8b0bcc2e
EZ
17954 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
17955 to "windows" when "pgnuplot" is used.
6a7662bb
BR
17956 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
17957 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
17958 (calc-graph-init): Don't send -display and -geometry to
17959 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
17960 running "pgnuplot -V" with shell-command-to-string.
17961
17962 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
17963 the default.
17964
179652009-08-07 Eli Zaretskii <eliz@gnu.org>
17966
17967 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
17968 org/org-latex.elc.
17969
3bca7ca5
DN
179702009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
17971
3c53763c
DN
17972 * vc-dispatcher.el (vc-resynch-window): Update comment.
17973
3bca7ca5
DN
17974 * term.el (term-handle-ansi-escape): Add comments with the
17975 terminfo capabilities implemented.
17976
7b217360
DD
179772009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
17978
17979 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
17980 (gdb-var-create-handler): Rewritten using JSON parser.
17981 (gdb-propertize-header): Moved earlier.
17982 (gdb-set-header): Removed to avoid duplication.
17983 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
17984 Refresh disassembly buffers only after threads list have been
17985 update.
17986 (gdb-threads-header, gdb-registers-header): Per-buffer header line
17987 variables.
17988
b4d84ecf
JL
179892009-08-04 Juri Linkov <juri@jurta.org>
17990
17991 * files.el: Commands to add/delete file/directory-local variables.
17992 (read-file-local-variable, read-file-local-variable-value)
17993 (read-file-local-variable-mode, modify-file-local-variable)
17994 (modify-file-local-variable-prop-line)
17995 (modify-dir-local-variable): New functions.
17996 (add-file-local-variable, delete-file-local-variable)
17997 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
17998 (add-dir-local-variable, delete-dir-local-variable)
17999 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
18000 (copy-dir-locals-to-file-locals-prop-line): New commands.
18001
42da39c1
CY
180022009-08-04 Chong Yidong <cyd@stupidchicken.com>
18003
18004 * abbrev.el (insert-abbrev-table-description): Prettify output.
18005 Suggested by Karl Chen.
18006
98bf8494
DD
180072009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
18008
78b9fb28 18009 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 18010 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
18011 (gdb-overlay-arrow-position, gdb-thread-position)
18012 (gdb-disassembly-position): Declare variables.
18013 (gdb-wait-for-pending): Function now.
18014 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
18015 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
18016 compilation goes smoothly.
18017 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
18018 (gdb-non-stop-setting): New customization setting which replaces
18019 `gdb-non-stop' so changing it doesn't break active GDB session.
18020 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
18021 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
18022 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
18023 (gdb-show-threads-by-default): New customization options.
18024 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
18025 routines.
18026 (gdb-get-buffer-create): Send buffers update signal when they are
18027 created.
18028 (gdb-invalidate-locals, gdb-invalidate-registers)
18029 (gdb-invalidate-breakpoints)
18030 (gdb-invalidate-threads, gdb-invalidate-disassembly)
18031 (gdb-invalidate-memory): Accept update signal.
18032 (gdb-current-context-command): Use --frame option.
18033 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
18034 Implement `gdb-frame-number' selection logic.
18035 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
18036 whether to show GUD toolbar buttons.
18037 (gdb-thread-exited): Unselect current thread when it exits.
18038 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
18039 (gdb-mark-line): Routine which sets overlay arrow or inverses
18040 video on fringeless displays.
18041 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
18042 to build aligned columns of data in GDB buffers and set text
18043 properties line-by-line.
18044 (gdb-invalidate-breakpoints)
18045 (gdb-breakpoints-list-handler-custom)
18046 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
18047 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
18048 (gdb-registers-handler-custom): Align data columns.
18049 (gdb-locals-handler-custom): Now prints data like in variable
18050 declarations.
18051 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
18052 Removed confusing buttons.
18053 (gdb-invalidate-threads): Append --frame.
18054 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
18055 between breakpoints/threads buffers.
18056 (gdb-set-window-buffer): Now can ignore dedicated windows.
18057 (gdb-propertize-header): Use `gdb-set-window-buffer'.
18058 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
18059 (def-gdb-thread-buffer-gud-command): Replaces
18060 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
18061 for fine thread control.
18062 (gdb-preempt-existing-or-display-buffer): New function used to
18063 display bound buffers without breaking window layout.
18064 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
18065 (gdb-select-frame): New version of `gdb-frames-select' which now
18066 sets `gdb-frame-number' so commands may use --frame option instead
18067 of inner debugger state.
18068 (gdb-frame-handler): Do not set `gdb-frame-number'.
18069 (gdb-threads-mode-map): Select threads with mouse.
18070
18071 * progmodes/gud.el (gdb-gud-context-call): Declare function to
18072 avoid compilation warning.
18073 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
18074 `gdb-show-stop-p`.
18075
566f3909
DD
18076 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
18077 Argument `key' renamed to `buffer-type'.
18078 (gdb-current-context-buffer-name): Do not add thread info to
18079 buffer name when no thread is selected.
18080 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
18081 command (bug 3794).
18082 (gdb-thread-selected): Handle `=thread-selected' notification.
18083 (gdb-wait-for-pending): New macro to deal with congestion problems.
18084 (gdb-breakpoints-list-handler-custom): Don't fail on pending
18085 breakpoints.
7b6fefac
JB
18086 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
18087 This fixes problem similar to one described in bug 3947.
566f3909
DD
18088 (gud-menu-map): More menu items.
18089 (gdb-init-1): Reset `gdb-thread-number' to nil.
18090
4a31122c
DD
18091 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
18092 non-stop settings.
18093
18094 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
18095 (gdb-current-context-command): Do not append --thread if
18096 `gdb-thread-number' is nil.
6a7662bb
BR
18097 (gdb-running-threads-count, gdb-stopped-threads-count):
18098 New variables.
4a31122c 18099 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6a7662bb
BR
18100 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
18101 New customization options.
4a31122c
DD
18102 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
18103 GUD commands.
7b6fefac 18104 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
18105 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
18106 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
18107 set `gdb-thread-number' and update `gud-running' properly.
18108 (gdb-running): Update threads list when new threads appear.
18109 (gdb-stopped): Support non-stop operation and new thread switching
18110 logic.
18111 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
18112 (gdb-json-partial-output): New set of JSON routines.
18113 (def-gdb-auto-update-trigger): New `signal-list' optional
18114 argument.
18115 (gdb-thread-list-handler-custom): Update `gud-running',
18116 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
18117 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
18118 (gdb-continue-thread, gdb-step-thread): New commands for fine
18119 thread execution control.
18120 (gud-menu-map): New menu items to switch non-stop options.
18121 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 18122 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
18123
18124 * progmodes/gdb-mi.el (gdb-rules-name-maker)
18125 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
18126 gdb-buffer-rules.
18127 (def-gdb-auto-update-handler): New nopreserve optional argument.
18128 (gdb-stack-list-frames-custom): Print stack from top to bottom.
18129
18130 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
18131 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
18132 (gdb-parent-mode): New mode to derive other GDB modes from.
18133 (gdb-display-disassembly-for-thread)
18134 (gdb-frame-disassembly-for-thread): New commands for threads
18135 buffer.
18136
18137 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
18138 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
18139 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
18140 (gdb-update): We now store all GDB buffers in a list so that they
18141 can be updated by traversing a list instead of calling invalidate
7b6fefac 18142 triggers explicitly.
a5c9f540
DD
18143 (def-gdb-trigger-and-handler): New macro to define trigger-handler
18144 pair for GDB buffer.
18145 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
18146 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
18147 handle pending triggers.
18148 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
18149 (def-gdb-thread-buffer-simple-command)
18150 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
18151 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
18152 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
18153 New commands which show buffers bound to thread.
e7086683 18154 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 18155
7b6fefac
JB
18156 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
18157 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
18158 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
18159 to (gud-comint-buffer) in *-buffer-name functions
18160 because (gdb-get-target-string) already does that.
18161 (gdb-locals-handler-custom, gdb-registers-handler-custom)
18162 (gdb-changed-registers-handler): Rewritten without regexps.
18163
ba214964 18164 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
18165 (gdb-thread-number): New variable.
18166 (gdb-current-context-command): New macro which adds --thread
18167 option to command.
7b6fefac 18168 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 18169 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 18170 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
18171 (gdb-select-thread): New command which selects current thread.
18172 (gdb-invalidate-frames, gdb-invalidate-locals)
18173 (gdb-invalidate-registers): Use --thread option.
20f12ed8 18174
2ac33804
MA
181752009-08-04 Michael Albinus <michael.albinus@gmx.de>
18176
18177 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 18178 robust. (Bug#3977)
2ac33804
MA
18179 (tramp-handle-insert-file-contents): `unwind-protect' must be
18180 inside `with-parsed-tramp-file-name'.
18181
18182 * net/tramp-gvfs.el (top): Remove superfluous message when loading
18183 fails.
18184
39d0296f
NR
181852009-08-03 Nick Roberts <nickrob@snap.net.nz>
18186
18187 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
18188 directory if CLASSPATH is not set.
18189
adcbca53
MA
181902009-08-03 Michael Albinus <michael.albinus@gmx.de>
18191
7b6fefac
JB
18192 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
18193 New defconst.
7ef849b6 18194 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 18195
30924b0b
CY
181962009-08-02 Kevin Ryde <user42@zip.com.au>
18197
7b6fefac
JB
18198 * net/newst-backend.el (newsticker--raw-url-list-defaults):
18199 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 18200
b6ce92f1
CY
182012009-08-02 Chong Yidong <cyd@stupidchicken.com>
18202
d977a092
CY
18203 * select.el (x-set-selection): Doc fix (Bug#4021).
18204
18205 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
18206
b6ce92f1
CY
18207 * help-fns.el (describe-variable): Treat list return values from
18208 dir-locals-find-file properly (Bug#4005).
18209
7b6fefac 182102009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
18211
18212 * net/tramp.el (tramp-debug-message): Print also microseconds.
18213
182142009-08-02 Michael Albinus <michael.albinus@gmx.de>
18215
18216 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
18217 or END is non-nil.
18218 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
18219 (tramp-get-debug-buffer): Change `outline-regexp' according to new
18220 format.
18221
5ce6e4f4 18222 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
18223 (tramp-get-file-property): Use it.
18224
6a7662bb
BR
18225 * autorevert.el (auto-revert-handler):
18226 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 18227
2aafe808
JR
182282009-08-02 Jason Rumney <jasonr@gnu.org>
18229
18230 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 18231 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 18232
e094097c
CY
182332009-08-02 Chong Yidong <cyd@stupidchicken.com>
18234
18235 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6a7662bb
BR
18236 (font-lock-variable-name-face, font-lock-constant-face):
18237 Darken the colors for light backgrounds.
e094097c 18238
de94f281
EZ
182392009-08-01 Eli Zaretskii <eliz@gnu.org>
18240
18241 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
18242 month names. (Bug#3987)
18243
54b99340
CY
182442009-07-31 Chong Yidong <cyd@stupidchicken.com>
18245
18246 * simple.el (line-move-finish): Pass whole number to
18247 line-move-to-column.
34be836c 18248 (line-move-visual): Perform hscroll to the recorded position.
54b99340 18249
38216c30
JB
182502009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
18251
18252 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
18253
c779896d
CY
182542009-07-29 Alan Mackenzie <acm@muc.de>
18255
18256 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
18257
592ccae0
DD
182582009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
18259
35edc6c6
DD
18260 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
18261 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 18262
5a9e3ab7
JB
182632009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
18264
18265 * calc/calc.el (calc-mode-map): Add keybinding for
18266 `calc-transpose-lines'.
18267
7b6fefac 182682009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
18269
18270 * calc/calc-misc.el (calc-transpose-lines): New function.
18271
905fb90e
MA
182722009-07-28 Michael Albinus <michael.albinus@gmx.de>
18273
18274 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
18275 Simplify check for out-of-band methods.
18276 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
18277 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
18278
76e14464
DN
182792009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
18280
18281 * vc-git.el (vc-git-checkin): Fix typo.
18282
6088b51f 182832009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
18284
18285 * progmodes/js2-mode.el: New file.
18286
b85157fe
NR
182872009-07-28 Nick Roberts <nickrob@snap.net.nz>
18288
18289 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
18290 (gud-menu-map): Adjust tooltip accordingly.
18291
d43c2b06
DN
182922009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
18293
1c0f0c3b
DN
18294 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
18295 (vc-bzr-log-view-mode): Adjust log-view-file-re.
18296
d43c2b06
DN
18297 * add-log.el (change-log-mode-map): Add a menu.
18298
3dec5c36
MA
182992009-07-27 Michael Albinus <michael.albinus@gmx.de>
18300
18301 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
18302 function returns nil.
18303 (dbus-handle-event): Handle special return value :ignore.
18304 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
18305
5704140c
CY
183062009-07-26 Chong Yidong <cyd@stupidchicken.com>
18307
18308 * view.el (view-mode-enable): Don't define Helper-return-blurb if
18309 it's not needed.
18310
3077d1f6
EZ
183112009-07-25 Eli Zaretskii <eliz@gnu.org>
18312
18313 Fix Bug#3888:
18314
18315 * w32-vars.el (x-select-enable-clipboard): Doc fix.
18316
18317 * term/pc-win.el (x-display-name, x-colors)
18318 (x-select-enable-clipboard, x-select-text): Doc fix.
18319
18320 * term/common-win.el (x-display-name, x-colors): Doc fix.
18321
18322 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
18323 (xw-defined-colors): Doc fix.
18324
18325 * w32-fns.el (x-select-text, x-setup-function-keys)
18326 (x-get-selection, x-set-selection): Doc fix.
18327
18328 * term/x-win.el (x-select-text, x-setup-function-keys)
18329 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
18330
18331 * select.el (x-set-selection): Doc fix.
18332
51768bc8
MA
183332009-07-25 Michael Albinus <michael.albinus@gmx.de>
18334
18335 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
18336 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6a7662bb
BR
18337 "IsNSSSupportAvailable" method is not available.
18338 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 18339
b11c2874
KH
183402009-07-24 Kenichi Handa <handa@m17n.org>
18341
18342 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 18343 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
18344 (build-unicode-category-table): Fix range checks.
18345
ba83b7b6
DN
183462009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
18347
18348 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
18349 the buffer we try to sync is current when calling
18350 vc-resynch-buffer.
18351
18352 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
18353 not show up to date files.
18354
7a8ae964
GM
183552009-07-24 Glenn Morris <rgm@gnu.org>
18356
18357 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
18358 Add autoload cookies. If necessary, initialize.
18359 (elint-log): Handle non-file buffers.
18360 (elint-initialize): Add optional argument to reinitialize.
18361 (elint-find-builtin-variables): Save excursion.
18362
a707eb05
DN
183632009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
18364
18365 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
18366 for Lint.
18367
0a2ddfa6
DN
183682009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
18369
d6a62b0d
DN
18370 * vc.el (vc-print-log-internal): New function, split out from ...
18371 (vc-print-log): ... here.
10b5dcad 18372 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 18373
0a2ddfa6
DN
18374 * vc-git.el (vc-git-add-signoff): New variable.
18375 (vc-git-checkin): Use it.
18376 (vc-git-toggle-signoff): New function.
18377 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
18378 (vc-git--run-command-string): Accept a nil FILE argument.
18379 (vc-git-stash-list): New function.
18380 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 18381
589a99f2
GM
183822009-07-23 Glenn Morris <rgm@gnu.org>
18383
18384 * help-fns.el (describe-variable): Describe ignored and risky local
18385 variables in a similar way to that in which we describe safe ones.
18386
18387 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
18388 (byte-compile-output-file-form, byte-compile-output-docform)
18389 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
18390 Give some more local variables with common names a "bytecomp-" prefix,
18391 so as not to shadow things during compilation.
18392 * emacs-lisp/cl-macs.el (load-time-value)
18393 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
18394 `outbuffer' to `bytecomp-outbuffer'.
18395
18396 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
18397 since the next two variables cover them automatically now.
18398 (elint-builtin-variables, elint-autoloaded-variables): New.
18399 (elint-unknown-builtin-args): Remove all members, since they can be
18400 parsed automatically now.
18401 (elint-extra-errors): New.
18402 (elint-env-add-env, elint-env-add-macro): Use cadr.
18403 (elint-current-buffer): Use or. Change final message.
18404 (elint-get-top-forms): Use line-end-position.
18405 (elint-init-env): Use cadr. Handle autoload, declare-function,
18406 and defalias.
18407 (elint-add-required-env): Doc fix. Use or. Standardize error.
18408 (regexp-assoc): Remove unused function.
18409 (elint-top-form): Set elint-current-pos, to record the start of the
18410 top-level form, for compilation-mode.
18411 (elint-form): Trap errors in macro expansion. Use dolist.
18412 (elint-unbound-variable): Use elint-builtin-variables and
18413 elint-autoloaded-variables.
18414 (elint-get-args): Use cadr, or.
18415 (elint-check-cond-form): Use dolist, cadr.
18416 (elint-check-condition-case-form): Doc fix. Use cadr.
18417 Use elint-extra-errors.
18418 (elint-log): New function.
18419 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
18420 Distinguish errors and warnings.
18421 (elint-log-message): Use with-current-buffer. Inhibit read-only.
18422 Use a bytecomp-style format.
18423 (elint-clear-log): Preserve default-directory. Inhibit read-only.
18424 (elint-get-log-buffer): Use compilation mode. Disable undo.
18425 Don't truncate lines.
18426 (elint-initialize): Set builtin and autoloaded variable lists.
18427 Only process elint-unknown-builtin-args if non-nil.
18428 (elint-find-builtin-variables, elint-find-autoloaded-variables):
18429 New functions.
18430 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
18431
855b42a2
GM
184322009-07-22 Kevin Ryde <user42@zip.com.au>
18433
18434 * net/newst-backend.el (newsticker--parse-atom-1.0)
18435 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
18436 (newsticker--parse-rss-1.0):
18437 * progmodes/idlwave.el (idlwave-mode):
18438 * progmodes/idlw-shell.el (idlwave-shell-mode):
18439 * progmodes/vera-mode.el (vera-mode):
18440 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
18441 * progmodes/vhdl-mode.el (vhdl-mode):
18442 * textmodes/table.el (table-generate-source)
18443 (table--warn-incompatibility):
18444 Hyperlink urls in docstrings with URL `...'.
18445
fd413a37
GM
184462009-07-22 Glenn Morris <rgm@gnu.org>
18447
cb711556
GM
18448 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
18449 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
18450 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
18451 Remove leading * from defcustom docs.
18452
fd413a37
GM
18453 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
18454
18455 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
18456 defcustom doc.
18457 (list-load-path-shadows): Optionally, just return shadows as a string.
18458
18459 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
18460
a4f69701
CY
184612009-07-21 Chong Yidong <cyd@stupidchicken.com>
18462
6a7662bb
BR
18463 * mail/rmailedit.el (rmail-edit-mode):
18464 Use auto-save-include-big-deletions.
a4f69701 18465
6a7662bb
BR
18466 * mail/rmail.el (rmail-variables):
18467 Use auto-save-include-big-deletions.
a4f69701
CY
18468
18469 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
18470 changes.
18471
ec06459c
JB
184722009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
18473
18474 * calc/calc.el (calc-undo-length): New variable.
18475 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
18476
b41b0976
RS
184772009-07-21 Richard Stallman <rms@gnu.org>
18478
18479 * files.el (auto-save-mode): Handle buffer-save-size = -2
18480 for toggling mode.
18481
4ed32706
GM
184822009-07-21 Glenn Morris <rgm@gnu.org>
18483
531b1264
GM
18484 * textmodes/ispell.el (ispell-looking-back): Update declaration.
18485
55d27f41
GM
18486 * calendar/todo-mode.el (calendar-current-date): Update declaration.
18487
02df3f4d
GM
18488 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
18489 silence compiler. Instead...
18490 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
18491 (ps-print-ensure-fontified): Update for above function name changes.
18492
fdd8417e
GM
18493 * printing.el (pr-mh-get-msg-num, pr-mh-show)
18494 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
18495 silence compiler. Instead...
18496 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
18497 (mh-show-buffer): Only define for compiler.
18498 (pr-mh-current-message): Update for above function name changes.
18499
4ed32706
GM
18500 * files.el (abort-if-file-too-large): Explicitly pass `filename'
18501 as an argument.
18502 (find-file-noselect, insert-file-1): Update for above change.
18503
18504 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
18505
18506 * mail/mailclient.el (mailclient-send-it): Fix message.
18507
18508 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
18509 (edebug-eval): Check cl-debug-env is bound.
18510 (print-level, print-circle): Don't redefine built-in variables.
18511
18512 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
18513 (custom-print-vectors): Remove old comments from doc.
18514
18515 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
18516 (emerge-version): Make the variable an obsolete alias for the
18517 emacs-version variable. Make the function obsolete.
18518 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
18519 Emerge options, rather than merging in into the main Options menu.
18520 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
18521 and auto advance modes. Disable edit/fast items when not relevant.
18522
86812144
CY
185232009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
18524
18525 * term/vt420.el (terminal-init-vt420): Fix typo.
18526
6bb90094
SS
185272009-07-20 Sam Steingold <sds@gnu.org>
18528
18529 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
18530 variable (removed from compile.el on 2004-03-11).
18531
42e0a725
CY
185322009-07-20 Chong Yidong <cyd@stupidchicken.com>
18533
18534 * files.el (hack-local-variables-filter): Fix last change.
18535
2ee20f24
JL
185362009-07-19 Juri Linkov <juri@jurta.org>
18537
18538 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
18539 (dir-local-variables-alist): New buffer-local variable.
18540 (hack-local-variables-filter): If variable is not dir-local,
18541 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
18542 because file-local overrides dir-local.
3570691b 18543 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
18544 Remove obsolete declaration.
18545 (hack-dir-local-variables): Add dir-local variable/value pair to
18546 `dir-local-variables-alist' and remove duplicates. Doc fix.
18547
18548 * help-fns.el (describe-variable): Add information about
18549 file-local and dir-local variables.
18550
89bf83cd
CY
185512009-07-19 Chong Yidong <cyd@stupidchicken.com>
18552
18553 * files.el (hack-local-variables-filter): Rewrite.
18554
1a8d3541
GM
185552009-07-19 Glenn Morris <rgm@gnu.org>
18556
d9e8a018
GM
18557 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
18558 Silence compiler by only defining on XEmacs.
18559
da332cfb
GM
18560 * international/mule.el (auto-coding-regexp-alist): Only match
18561 BABYL... at the start of buffer, not of lines. (Bug#3790)
18562
1a8d3541
GM
18563 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
18564 non-calendar buffers (Bug#3862). Restore "not on a date" message.
18565 (cal-menu-context-mouse-menu): Doc fix.
18566
18567 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
18568
18569 * simple.el (mail-user-agent): Doc fix. Set :version tag.
18570
d842b103
JL
185712009-07-18 Juri Linkov <juri@jurta.org>
18572
18573 * info.el: Virtual Info keyword finder.
3570691b 18574 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
18575 (Info-finder-file): New variable.
18576 (Info-finder-find-file): New function.
18577 (finder-known-keywords, finder-package-info)
18578 (find-library-name, lm-commentary): Use defvar and
18579 declare-function to silence compiler warnings.
18580 (Info-finder-find-node): New function.
18581 (info-finder): New command.
18582
18583 * subr.el (process-kill-buffer-query-function): New function.
18584 (add-hook)<kill-buffer-query-functions>: Add hook
18585 `process-kill-buffer-query-function'.
18586
10d37df7
AM
185872009-07-18 Alan Mackenzie <acm@muc.de>
18588
7b6fefac 18589 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
18590 (c-postprocess-file-styles): Give invocation of `c-set-style'
18591 DONT-OVERRIDE parameter of t. Already set style variables will
18592 thus not be overridden by style settings given by `c-file-syle'.
18593
18594 * files.el (hack-local-variables-filter): Remove entries with
18595 duplicate keys from `file-local-variables-alist'.
18596
102e1a41
EZ
185972009-07-18 Eli Zaretskii <eliz@gnu.org>
18598
18599 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
18600 x-set-selection if display-selections-p returns nil for the
18601 current frame.
18602
16f2e9fc
CY
186032009-07-18 Chong Yidong <cyd@stupidchicken.com>
18604
18605 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
18606
f22693fc
EZ
186072009-07-18 Eli Zaretskii <eliz@gnu.org>
18608
a6c2c80c
EZ
18609 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
18610 Accept nil in addition to a regexp.
18611 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
18612 Accept nil in addition to a regexp.
18613 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
18614 buffers that have an associated file. Handle nil values of
18615 desktop-buffers-not-to-save and desktop-files-not-to-save.
18616 (Bug#3833)
18617
f22693fc
EZ
18618 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
18619 (x-disown-selection-internal): New functions.
18620
e456379a
NR
186212009-07-18 Nick Roberts <nickrob@snap.net.nz>
18622
18623 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
18624 warning.
18625 (gdb-breakpoints-header): Move forward to avoid compiler warning.
18626 (gdb-make-header-line-mouse-map): Remove duplicate definition.
18627
0013b70f
CY
186282009-07-18 David De La Harpe Golden <david@harpegolden.net>
18629
18630 * simple.el (set-mark): Revert last change.
18631
0855c2ca
CY
186322009-07-17 Tassilo Horn <tassilo@member.fsf.org>
18633
18634 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
18635 rendering of pngs is not possible instead of messaging a long
18636 description.
18637
3f5c9cad
CY
186382009-07-17 David De La Harpe Golden <david@harpegolden.net>
18639
18640 * w32-fns.el (x-selection-owner-p): New function.
18641
18642 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6a7662bb
BR
18643 (mouse-yank-at-click, mouse-yank-primary):
18644 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 18645 insertion.
3f5c9cad
CY
18646
18647 * simple.el (deactivate-mark, set-mark): Only save selection if we
18648 own it.
18649
1fc87f9b
KH
186502009-07-17 Kenichi Handa <handa@m17n.org>
18651
18652 * case-table.el (describe-buffer-case-table): Fix for the case
18653 that KEY is a cons.
18654
d56fdcd2
DN
186552009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
18656
18657 * vc-rcs.el (vc-rcs-find-file-hook):
18658 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
18659
bede3e9f
MA
186602009-07-16 Michael Albinus <michael.albinus@gmx.de>
18661
18662 * net/tramp.el (tramp-wait-for-output): Handle the case when
18663 commands do not return a newline but a null byte before the shell
18664 prompt. (Bug#3858)
18665
7653ca1d
YM
186662009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18667
18668 * term/ns-win.el (ns-set-alpha): Don't declare.
18669 (ns-set-background-alpha): Remove function.
18670
ed2a52e9
SM
186712009-07-16 Kevin Ryde <user42@zip.com.au>
18672
18673 * emacs-lisp/copyright.el (copyright-update): Save match-data across
18674 y-or-n-p, for safety.
18675
7a907299
RS
186762009-07-16 Richard Stallman <rms@gnu.org>
18677
18678 * files.el (auto-save-mode): If buffer-saved-size is -2,
18679 don't clobber it.
18680
18681 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
18682 (rmail-retry-ignored-headers): Add more uninteresting fields.
18683
c0db3477
CY
186842009-07-15 Jari Aalto <jari.aalto@cante.net>
18685
18686 * net/rcirc.el (rcirc): Use history variables.
18687 (rcirc-server-name-history, rcirc-nick-name-history)
18688 (rcirc-server-port-history): New variables.
18689
6c875452
KH
186902009-07-15 Kenichi Handa <handa@m17n.org>
18691
bf974dc9
KH
18692 * international/mule-cmds.el (set-language-environment-charset):
18693 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
18694 ignore them.
18695
6c875452
KH
18696 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
18697 Delete unibyte-display.
18698
2066b4fe
CY
186992009-07-15 Chong Yidong <cyd@stupidchicken.com>
18700
18701 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
18702
f9be2e35
CY
187032009-07-15 Chong Yidong <cyd@stupidchicken.com>
18704
18705 * simple.el (deactivate-mark): Optional argument FORCE.
18706 (set-mark): Use deactivate-mark.
18707
18708 * info.el (Info-search): No need to check transient-mark-mode
18709 before calling deactivate-mark.
18710
18711 * select.el (x-set-selection): Doc fix.
18712 (x-valid-simple-selection-p): Allow buffer values.
6a7662bb
BR
18713 (xselect--selection-bounds): Handle buffer values.
18714 Suggested by David De La Harpe Golden.
f9be2e35 18715
6a7662bb
BR
18716 * mouse.el (mouse-set-region, mouse-drag-track):
18717 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
18718 select-active-regions work.
18719
be3e598a 187202009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
18721
18722 * simple.el (deactivate-mark): If select-active-regions is
18723 non-nil, copy the selection data into a string.
18724 (activate-mark): If select-active-regions is non-nil, set the
18725 selection to the current buffer.
18726 (set-mark): Update selection if select-active-regions is non-nil.
18727
18728 * select.el (x-valid-simple-selection-p): Allow buffer values.
18729
cbd61418
SM
187302009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
18731
18732 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
18733 and more featureful message-mode.
18734
f470187f
CY
187352009-07-14 Chong Yidong <cyd@stupidchicken.com>
18736
18737 * select.el (x-set-selection): Doc fix.
18738 (x-valid-simple-selection-p): Disallow selection data consisting
18739 of a list or cons of integers, since that is not used.
18740 (xselect--selection-bounds, xselect--int-to-cons): New functions.
18741 (xselect-convert-to-string, xselect-convert-to-length)
18742 (xselect-convert-to-filename, xselect-convert-to-charpos)
18743 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
18744
bfc99364
DD
187452009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
18746
18747 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
18748 output in -break-info command (Emacs bug #3794).
18749
e32721f5
GM
187502009-07-14 Glenn Morris <rgm@gnu.org>
18751
1e46f9e4
GM
18752 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
18753 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
18754 (edebug-print-length, edebug-print-level, edebug-print-circle)
18755 (edebug-sit-for-seconds, edebug-view-outside)
18756 (edebug-bounce-point, edebug-set-global-break-condition)
18757 (edebug-Go-nonstop-mode, edebug-trace-mode)
18758 (edebug-Trace-fast-mode, edebug-continue-mode)
18759 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
18760 (edebug-visit-eval-list): Doc fixes.
18761
e32721f5
GM
18762 * subr.el (def-edebug-spec): Doc fix.
18763
66a85e76
KH
187642009-07-14 Kenichi Handa <handa@m17n.org>
18765
18766 * international/characters.el: Fix setting of category ?C.
18767
28571246
JD
187682009-07-13 Jan Djärv <jan.h.d@swipnet.se>
18769
7b6fefac 18770 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
18771 ns-popup-font-panel instead of generate-fontset-menu.
18772
5d74672c
EZ
187732009-07-12 Eli Zaretskii <eliz@gnu.org>
18774
7b6fefac 18775 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 18776
eb1727a4
CY
187772009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
18778
18779 * arc-mode.el (archive-find-type): Allow for a PK00 string before
18780 the PK\003\004 header (Bug#3770).
18781
208384c5
CY
187822009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
18783
18784 * pcomplete.el (pcomplete-comint-setup): Check for
18785 shell-dynamic-complete-filename too.
18786
774409a1
CY
187872009-07-11 Chong Yidong <cyd@stupidchicken.com>
18788
18789 * simple.el (temporary-goal-column): Change the value for
18790 line-move-visual to a cons cell.
18791 (line-move-visual): Record or set the window hscroll, if
18792 necessary (Bug#3494).
18793 (line-move-1): Handle cons value of temporary-goal-column.
18794
1639ee1d
KH
187952009-07-11 Kenichi Handa <handa@m17n.org>
18796
18797 * international/mule-diag.el (describe-character-set): Don't show
18798 width.
18799
2b1d2412
SS
188002009-07-10 Sam Steingold <sds@gnu.org>
18801
18802 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18803 Omake sometimes indents the errors it prints, so allow all
18804 regexps to start with spaces.
18805
ed3a5691
EZ
188062009-07-10 Eli Zaretskii <eliz@gnu.org>
18807
ed2a52e9
SM
18808 * cus-edit.el (customize-changed-options-previous-release):
18809 Bump value to 22.1. (Bug#3804)
ed3a5691 18810
49405d0e
SS
188112009-07-08 Sam Steingold <sds@gnu.org>
18812
18813 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
18814 to be a cons cell (test . ignored-directory) to selectively ignore
18815 some directories depending on the location of the search.
18816
93c3eb7c
MA
188172009-07-08 Michael Albinus <michael.albinus@gmx.de>
18818
18819 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
18820 remote user is root, on the local host.
18821 (tramp-local-host-p): Either the local user or the remote user
18822 must be root. (Bug#3771)
18823
6f2a8484
NR
188242009-07-08 Nick Roberts <nickrob@snap.net.nz>
18825
18826 * progmodes/gdb-mi.el (gdb): Remove description of
18827 gdb-use-separate-io-buffer.
69cb8d82 18828 (menu): Don't allow toggling of or enable
6f2a8484
NR
18829 gdb-use-separate-io-buffer from menubar.
18830
88d03607
CY
188312009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
18832
18833 * mail/unrmail.el (unrmail): Make sure the message ends with two
18834 newlines (Bug#3769).
18835
7ef5b8b2
GM
188362009-07-08 Glenn Morris <rgm@gnu.org>
18837
18838 * calendar/calendar.el (calendar-current-date): Rework previous change.
18839
3ce82f97
GM
188402009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
18841
18842 * calendar/calendar.el (calendar-current-date):
18843 Add an optional argument giving an offset from today.
18844
f35fc841
GM
188452009-07-08 Glenn Morris <rgm@gnu.org>
18846
18847 * tutorial.el (tutorial--describe-nonstandard-key):
18848 Adjust the message for when a key has been unbound.
18849 (help-with-tutorial): Hide the arch-tag.
18850
40149292
KH
188512009-07-08 Kenichi Handa <handa@m17n.org>
18852
69cb8d82
KH
18853 * international/fontset.el (setup-default-fontset): For each
18854 script, append (not set) font-specs.
18855
40149292
KH
18856 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
18857 docstring.
18858
ff0c4194
NR
188592009-07-08 Nick Roberts <nickrob@snap.net.nz>
18860
18861 * progmodes/gdb-mi.el (gdb-init-1): Move sending
18862 -data-list-register-names to ...
18863 (gdb-starting): ... here because GDB 7.0 requires execution to
18864 have started when using this MI command.
18865 (gdb-set-header): New function to distinguish select and
18866 unselected tabs in gdb buffers.
18867 (gdb-propertize-header): New macro that uses gdb-set-header.
18868 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 18869 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 18870
8954c675
CY
188712009-07-07 Chong Yidong <cyd@stupidchicken.com>
18872
18873 * Makefile.in (ELCFILES): Remove fadr.elc.
18874
0996385d
DD
188752009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
18876
dc6b4519
DD
18877 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
18878 may contain frame information, so `string-match' should be used.
18879 (gdb-update): Disassembly is invalidated through
18880 `gdb-get-selected-frame'.
18881 (gdb-pad-string): New function to pad string with spaces.
18882 (gdb-invalidate-disassembly): Invalidate only if the buffer
18883 exists.
18884 (gdb-disassembly-handler-custom): Column alignment.
18885 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
18886 placing new ones.
18887 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
18888 end of line, too.
18889 (gdb-frame-handler): Match convention to for disassembly buffer
18890 mode name.
17c1380b 18891 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
18892 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
18893 not highlight breakpoints without line information.
69a197a2 18894 (gdb-input): Add trailing newline to command.
dc6b4519 18895
14340b25
DD
18896 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
18897 buffer properly.
18898 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 18899 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
18900 now.
18901 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
18902 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
18903 to place breakpoints.
14340b25
DD
18904 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
18905 functions.
18906 (gdb-disassembly-handler-custom): Show overlay arrow.
18907 (gdb-disassembly-place-breakpoints): Show breakpoints in
18908 disassembly buffer.
18909 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 18910 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 18911 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 18912 in `gud-menu-map'.
14340b25 18913
38d4f316 18914 * fadr.el: Remove.
1f2a6224 18915
7b6fefac 18916 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 18917 (gdb-memory-address): New variable which holds top address of
7b6fefac 18918 memory page shown in memory buffer.
6a7662bb
BR
18919 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
18920 New customization variables.
0996385d
DD
18921 New functions:
18922 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
18923 display the memory buffer.
18924 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
18925 buffer display parameters.
18926 (def-gdb-memory-format, gdb-memory-format-binary)
18927 (gdb-memory-format-octal, gdb-memory-format-unsigned)
18928 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
18929 Functions for setting memory buffer format.
18930 (gdb-memory-unit-word, gdb-memory-unit-halfword)
18931 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
18932 unit size used in memory buffer.
6a7662bb
BR
18933 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
18934 Switch to next/previous page of memory buffer.
28d67a53 18935 Now using (bindat-get-field) instead of fadr functions.
0996385d 18936
9ba562d3
SS
189372009-07-07 Sam Steingold <sds@gnu.org>
18938
18939 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
18940 non-top-level files.
18941
a43977db
KH
189422009-07-07 Kenichi Handa <handa@m17n.org>
18943
6a7662bb
BR
18944 * international/mule-cmds.el (reset-language-environment):
18945 Put the highset priority to the charset iso-8859-1.
a43977db 18946
d44d05e8
CY
189472009-07-06 Chong Yidong <cyd@stupidchicken.com>
18948
18949 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
18950 to the end of the line when locating the block (Bug#700).
18951
3e2fa353
MA
189522009-07-06 Michael Albinus <michael.albinus@gmx.de>
18953
18954 * net/tramp.el (tramp-handle-write-region): Flush file properties
18955 in case of short track.
18956
be3e598a 189572009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 18958
bf0b361c
JB
18959 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
18960 Coded custom representation of verilog error regular expressions
18961 to work with Emacs-22's new format.
d88782c3 18962 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 18963 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
18964 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
18965 error recognition into XEmacs.
18966 (verilog-error-regexp-add-emacs): Hook routine to install verilog
18967 error recognition into Emacs-22.
18968
25c6f63e
CY
189692009-07-06 Chong Yidong <cyd@stupidchicken.com>
18970
18971 * woman.el: Remove stand-alone closing parentheses.
18972 (woman-file-name, woman2-format-paragraphs)
18973 (woman-leave-blank-lines): Code cleanup.
18974 (woman-use-own-frame): Change default to nil.
6a7662bb
BR
18975 (woman-italic, woman-bold, woman-unknown, woman-addition):
18976 Change defaults to inherit from default faces.
25c6f63e
CY
18977 (woman2-process-escapes): Consume the newline after a stand-alone
18978 filler character (Bug#3651).
18979
f176290e
GM
189802009-07-06 Glenn Morris <rgm@gnu.org>
18981
18982 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
18983 (top-level): Move provide to the end.
18984 (ffap): Remove defunct URL from custom group.
18985
18986 * subr.el (eval-after-load): Doc fix.
18987
7b6fefac 189882009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
18989
18990 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
18991 `calc-embedded-word' is called twice.
18992
4b8b1ec5
SM
189932009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
18994
18995 * files.el (find-alternate-file-other-window, find-alternate-file):
18996 Obey confirm-nonexistent-file-or-buffer.
18997
d6ceb380
MA
189982009-07-05 Michael Albinus <michael.albinus@gmx.de>
18999
19000 * dired-aux.el (dired-show-file-type): Handle remote files.
19001
be3e598a 190022009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 19003
4b8b1ec5
SM
19004 * desktop.el (desktop-globals-to-save):
19005 Add file-name-history (Bug#2750).
c760f19e 19006
6d00ce04
CY
190072009-07-05 Chong Yidong <cyd@stupidchicken.com>
19008
4b8b1ec5 19009 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 19010
6ee21b07
JB
190112009-07-04 Johan Bockgård <bojohan@gnu.org>
19012
19013 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
19014 property on entire argument since this is what eshell-lisp-command
19015 expects.
19016
f0dbdc25
MA
190172009-07-03 Michael Albinus <michael.albinus@gmx.de>
19018
19019 * net/tramp-gvfs.el (tramp-gvfs-methods)
19020 (tramp-gvfs-zeroconf-domain)
19021 (tramp-bluez-discover-devices-timeout): Add version flag.
19022 (tramp-gvfs-handler-mounted-unmounted)
19023 (tramp-gvfs-connection-mounted-p): Polish handling of
19024 incompatibilities between GVFS 0.2 and 1.0.
19025
e044e4fc
JD
190262009-07-03 Jan Djärv <jan.h.d@swipnet.se>
19027
4b8b1ec5 19028 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 19029
2e9b968b
JB
190302009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
19031
bf0b361c 19032 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
19033 formatted correctly.
19034
baf1a55e
JL
190352009-07-02 Juri Linkov <juri@jurta.org>
19036
19037 * info.el: Virtual Info files and nodes.
19038 (Info-virtual-files, Info-virtual-nodes): New variables.
19039 (Info-current-node-virtual): New variable.
19040 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
19041 New functions.
19042 (Info-file-supports-index-cookies): Use Info-virtual-file-p
19043 to check for a virtual file instead of checking a fixed list
19044 of node names.
19045 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
19046 instead of ad-hoc processing of "dir" and (apropos history toc).
19047 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
19048 instead of ad-hoc processing of "dir" and (apropos history toc).
19049 Reread a file when moving from a virtual node.
19050 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
19051 (Info-directory-toc-nodes, Info-directory-find-file)
19052 (Info-directory-find-node): New functions.
19053 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
19054 (Info-history): Move part of code to
19055 `Info-history-find-node'.
19056 (Info-history-toc-nodes, Info-history-find-file)
19057 (Info-history-find-node): New functions.
19058 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
19059 (Info-toc): Move part of code to `Info-toc-find-node'.
19060 (Info-toc-find-node): New function.
4b8b1ec5 19061 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
19062 the current Info file name to references because now the node
19063 "*TOC*" belongs to the same Info manual.
4b8b1ec5 19064 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
19065 (Info-toc-nodes): Rename input argument `file' to `filename'.
19066 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
19067 instead of ad-hoc processing of ("dir" apropos history toc).
19068 (Info-index-nodes): Use Info-virtual-file-p
19069 to check for a virtual file instead of checking a fixed list
19070 of node names.
19071 (Info-index-node): Add check for `Info-current-node-virtual'.
19072 Raise `save-match-data' higher up the tree to contain
19073 `search-forward' too (bug fix).
19074 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
19075 (Info-virtual-index-nodes): New variable.
19076 (Info-virtual-index-find-node, Info-virtual-index): New functions.
19077 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
19078 (Info-apropos-file, Info-apropos-nodes): New variables.
19079 (Info-apropos-toc-nodes, Info-apropos-find-file)
19080 (Info-apropos-find-node, Info-apropos-matches): New functions.
19081 (info-apropos): Move part of code to `Info-apropos-find-node' and
19082 `Info-apropos-matches'.
19083 (Info-mode-map): Bind "I" to `Info-virtual-index'.
19084 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
19085 for a virtual file instead of checking a fixed list of node names.
19086
19087 * simple.el (async-shell-command): New command.
19088
19089 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
19090
19091 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
19092 instead of `mount-info'.
19093
d04bc496
MA
190942009-07-02 Michael Albinus <michael.albinus@gmx.de>
19095
19096 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 19097 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 19098
af0403e0
KH
190992009-07-02 Kenichi Handa <handa@m17n.org>
19100
19101 * international/mule.el (set-keyboard-coding-system): Force *-unix
19102 coding-system to avoid eol conversion.
19103
99278f8a
MA
191042009-07-01 Michael Albinus <michael.albinus@gmx.de>
19105
4b8b1ec5
SM
19106 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
19107 Add handler for `process-file', `shell-command' and
99278f8a
MA
19108 `start-file-process'.
19109 (tramp-gvfs-handle-shell-command)
19110 (tramp-gvfs-handle-start-file-process)
19111 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 19112 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 19113
3f1c6666
JD
191142009-07-01 Jan Djärv <jan.h.d@swipnet.se>
19115
19116 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
19117
3f396bac
KH
191182009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
19119
19120 * language/korean.el (set-language-info-alist): Add korean-cp949,
19121 cp949 to spec.
19122
c1185193
KH
191232009-07-01 Kenichi Handa <handa@m17n.org>
19124
19125 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
19126
19127 * international/encoded-kb.el: Deleted.
19128
19129 * international/mule.el (set-keyboard-coding-system): Perform the
19130 necessary setup here instead of calling encoded-kbd-setup-display.
19131
3f150a60
GM
191322009-07-01 Glenn Morris <rgm@gnu.org>
19133
19134 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
19135
b0d5b05b
GM
191362009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
19137
19138 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
19139
4f4126e6
MA
191402009-06-30 Michael Albinus <michael.albinus@gmx.de>
19141
4b8b1ec5
SM
19142 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
19143 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 19144 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 19145
7ae3ea65 19146 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
19147 (top): Add a default for "synce" in `tramp-default-user-alist'.
19148 Add completion function for "synce" method.
19149 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
19150 (tramp-hal-interface-manager, tramp-hal-interface-device):
19151 New defconst.
19152 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
19153 (tramp-synce-list-devices, tramp-synce-parse-device-names):
19154 New defuns.
d6ceb380
MA
19155
19156 * net/trampver.el: Update release number.
7ae3ea65 19157
0ad6626b
KH
191582009-06-30 Kenichi Handa <handa@m17n.org>
19159
19160 * international/fontset.el (setup-default-fontset): Add CJK fonts
19161 for symbols and the other miscellaneous characters.
19162
4b8b1ec5
SM
19163 * language/korea-util.el (setup-korean-environment-internal):
19164 Make char-width-table suitable for Korean environments.
0ad6626b
KH
19165 (exit-korean-environment): Cancel above.
19166
19167 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
19168 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 19169 setup-function to make char-width-table suitable for respective
0ad6626b
KH
19170 environments, and an exit-function to cancel that.
19171
19172 * language/japan-util.el (setup-japanese-environment-internal):
19173 Call use-cjk-char-width-table with arg `ja_JP'.
19174
19175 * international/characters.el (cjk-char-width-table): Delete it.
19176 (cjk-char-width-table-list): New variable.
19177 (use-cjk-char-width-table): New arg local-name.
19178 (use-default-char-width-table): Fix for the case that Emacs is
19179 already using the default char-width-table.
19180
fd46e893
MA
191812009-06-29 Michael Albinus <michael.albinus@gmx.de>
19182
19183 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
19184 modes mandatory. (Bug#3712)
19185
b87d9f96
AM
191862009-06-29 Alan Mackenzie <acm@muc.de>
19187
19188 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 19189 correction between the visible width of TABs and their number of bytes.
b87d9f96 19190
2d25aa5a
CY
191912009-06-29 Chong Yidong <cyd@stupidchicken.com>
19192
19193 * server.el (server-buffer-done): Prevent kill-buffer from
19194 prompting by clearing the buffer modification flag (Bug#3696).
19195
a3a8b002
DN
191962009-06-28 Michael McNamara <mac@mail.brushroad.com>
19197
bf0b361c 19198 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 19199 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
19200 (verilog-basic-complete-re): Support localparam lineup.
19201 (verilog-beg-of-statement-1): Fix for robustness, unique case.
19202 (verilog-set-auto-endcomments): Fix for unique case, always_comb
19203 commenting.
19204 (verilog-leap-to-case-head): Now support *nested* unique &
19205 priority case statements.
19206 (verilog-auto-lineup): Make just declarations the default (as it
19207 had been).
4b8b1ec5 19208 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 19209 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 19210 select the various styles of automatic lineup.
a3a8b002
DN
19211 (verilog-error-regexp-alist): Rework to support the XEmacs style
19212 of error regular expressions from compilers, lint tools &
19213 simulators. Note that GNU Emacs has made it impossible for a mode
19214 to load such things.
19215 (electric-verilog-terminate-line, verilog-indent-declaration)
19216 (verilog-auto-wiure): Rework for radio button selection of
19217 auto-lineup selection of specification of auto lineup.
19218 (verilog-beg-of-statement-1): Redesign to support proper operation
19219 in additional code, based on testing with auto-lineup.
19220 (verilog-calculate-indent, assignments & declarations)
19221 (verilog-backward-token): Enhance to support auto-lineup of
19222 assignments & declarations.
19223 (verilog-in-directive-p, verilog-at-struct-p): New function for
19224 easy test of whether we are.
19225 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
19226 to support safe execution at almost anyline.
19227 (verilog-calc-1): Properly support indenting deep inside generate
19228 blocks.
48c2d18a 19229 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 19230 as it is redundant with font-lock-defaults.
a8f316ca 19231 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
19232 to avoid circular calls if syntax-ppss is a function (as is the
19233 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 19234 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
19235 (verilog-ovm-begin-re, verilog-ovm-end-re)
19236 (verilog-ovm-statement-re, verilog-leap-to-head)
19237 (verilog-backward-token): Add support for OVM macros. Some are
19238 complete statements, and others open and close scopes like begin
19239 and end.
19240 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
19241 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 19242 compilation issue.
48c2d18a 19243 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 19244 coverpoint, constraint and cross statements.
a3a8b002
DN
19245 (verilog-defun-level-list, verilog-generate-defun-level-list)
19246 (verilog-all-defun-level-list): Redo these specifications - it is
19247 too hard to support eval-when compile aggregation of lists also
19248 built at when-compile time.
19249 (verilog-defun-level-list): Place defconsts of variables used in
19250 building regular expressions which are built in eval-when-compile
19251 bodies in the same eval-when-compile body to facilitate compile
19252 without load.
19253 (verilog-beg-block-re-ordered): Support indenting
19254 virtual/protected tasks and functions.
7b6fefac 19255 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
19256 (verilog-backward-ws&directives, verilog-calc-1): Speed up
19257 indentation of some module items (generate items).
19258 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
19259 across virtual/protected tasks and functions.
19260
192612009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
19262
bf0b361c 19263 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 19264 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
19265 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
19266 in concatenations. Reported by Yishay Belkind.
19267 (verilog-auto-ascii-enum): Support one-hot state machines in
19268 AUTOASCIIENUM. Suggested by Lloyd Gomez.
19269 (verilog-auto-inst, verilog-auto-inst-port): Include interface
6a7662bb
BR
19270 modport in AUTOINST and add vl-modport for users.
19271 Reported by David Rogoff.
a3a8b002
DN
19272 (verilog-auto-inout-module, verilog-auto-inst)
19273 (verilog-decls-get-interfaces, verilog-insert-definition)
19274 (verilog-insert-one-definition, verilog-read-decls)
19275 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
19276 (verilog-sig-modport, verilog-signals-combine-bus)
19277 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
19278 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
19279 Suggested by David Rogoff.
19280 (verilog-repair-open-comma): Fix non-insertion of comma when
19281 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
19282 (verilog-make-width-expression): Simplify [A-1:0] expression
19283 widths to just {A{1'b0}}.
19284 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
19285 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
19286 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
19287 inputs/outputs or data type. Suggested by Vasu Kandadi.
19288 (next-error-last-buffer): Fix byte-compiler warning.
19289 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
19290 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 19291 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 19292 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
19293 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
19294 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 19295 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
19296 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
19297 causing use of <= assignments. Reported by Alex Reed.
19298 (verilog-read-decls): Fix triand, trior, wand, wor to be
19299 recognized by AUTOWIRE. Reported by Spencer Isaacson.
19300 (verilog-extended-complete-re): Support import "DPI-C" functions.
19301 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 19302 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
19303 (verilog-insert-date, verilog-insert-year)
19304 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
19305 Windows systems. Reported by Michael Potts.
19306 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 19307 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 19308 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 19309 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
19310 (verilog-read-decls): Fix detecting "parameter int" when using
19311 AUTOINSTPARAM. Reported by Bruce T.
19312 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 19313 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 19314 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
19315 verilog-goto-defun will work. Reported by Lawrence Butcher.
19316 (verilog-getopt): Expand environment variables in -f file
19317 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 19318 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
19319 when reading enumerations.
19320 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
19321 Suggested by Stephen Peltan.
4b8b1ec5 19322 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
19323 files. Reported by Steve Peltan.
19324
f7c0d931
CY
193252009-06-28 David De La Harpe Golden <david@harpegolden.net>
19326
19327 * files.el (trash-directory): Fix defcustom type.
19328
baf1a55e 193292009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
19330
19331 * help-fns.el (describe-function-1): Correctly locate adviced
19332 functions in hyperlink (Bug#2438).
19333
d63a01ef
CY
193342009-06-28 Chong Yidong <cyd@stupidchicken.com>
19335
19336 * files.el (trash-directory): Change default to nil.
19337 (move-file-to-trash): If trash-directory is nil and
19338 system-move-file-to-trash is unbound, perform freedesktop-style
19339 trashing.
19340
193412009-06-28 David De La Harpe Golden <david@harpegolden.net>
19342
19343 * files.el (move-file-to-trash): Add freedesktop trash
19344 support (Bug#973).
19345
fc2f6a26
GM
193462009-06-28 Glenn Morris <rgm@gnu.org>
19347
19348 * autorevert.el (global-auto-revert-non-file-buffers)
19349 (global-auto-revert-mode): Doc fixes.
19350
00242b07
JB
193512009-06-27 Johan Bockgård <bojohan@gnu.org>
19352
19353 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
19354
f5594f03
CY
193552009-06-27 Chong Yidong <cyd@stupidchicken.com>
19356
e8a2b2da
CY
19357 * faces.el (x-handle-named-frame-geometry): Ensure that we have
19358 opened an X connection before calling x-get-resource (Bug#3194).
19359
f5594f03
CY
19360 * play/doctor.el: Remove reference to obsolete website.
19361 (make-doctor-variables): Correct grammar mistake (Bug#2633).
19362
3c3bf6ce
DN
193632009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
19364
19365 Remove find-file-not-found-hook VC method. (Bug#2757)
19366 * vc-hooks.el (vc-file-not-found-hook)
19367 (vc-default-find-file-not-found-hook): Remove functions.
19368 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
19369 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
19370 * vc.el:
19371 * vc-hg.el:
19372 * vc-git.el: Do not mention find-file-not-found-hook VC method.
19373
e26a7bc0
AM
193742009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
19375
19376 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 19377 compatibility function for `looking-back'.
e26a7bc0 19378
4b8b1ec5 19379 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 19380 Use `ispell-looking-back'.
e26a7bc0 19381
d9848600
MA
193822009-06-24 Michael Albinus <michael.albinus@gmx.de>
19383
19384 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 19385 rather than `filename'.
d9848600 19386
05fbc4a9
MB
193872009-06-23 Miles Bader <miles@gnu.org>
19388
19389 * face-remap.el (text-scale-set): New function.
19390
f86ca715
GM
193912009-06-23 Glenn Morris <rgm@gnu.org>
19392
33e2c2e5
GM
19393 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
19394
f529f302
GM
19395 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
19396
34995333
GM
19397 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
19398
cc80ccee
GM
19399 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
19400
84cb770d
GM
19401 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
19402 Simplify Persian conditionals.
19403
d916c965
GM
19404 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
19405 variable `filename'.
19406
b6a44b27
GM
19407 * comint.el (comint-insert-input): Doc fix.
19408
f86ca715
GM
19409 * Makefile.in (ELCFILES): Fix typo in previous change.
19410
666e158e
MB
194112009-06-23 Miles Bader <miles@gnu.org>
19412
19413 * cus-start.el: Add entry for `recenter-redisplay'.
19414
be3e598a 194152009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
19416
19417 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
19418 Add an optional argument for the backend, use it instead of
19419 calling vc-backend.
4b8b1ec5
SM
19420 (vc-mode-line): Add an optional argument for the backend.
19421 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
19422 special handling for vc-state being a buffer to ...
19423
19424 * vc-rcs.el (vc-rcs-find-file-hook):
19425 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
19426
19427 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
19428 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
19429 vc-stay-local-p and vc-mode-line calls.
19430
19431 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
19432 (vc-cvs-diff, vc-cvs-annotate-command)
19433 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
19434 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
19435 vc-mode-line calls.
19436
19437 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
19438 direct comparison.
19439 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
19440 backend when calling vc-mode-line.
19441 (vc-register): Do not create a closure for calling the vc register
19442 function, call it directly.
19443
2764748c
DN
194442009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
19445
19446 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
19447 to make it obvious item can be clicked.
f5a0b281
DN
19448
19449 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
19450
d4a885b2
KH
194512009-06-23 Kenichi Handa <handa@m17n.org>
19452
19453 * language/korea-util.el (korean-key-bindings): Change the binding
19454 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
19455 same command.
19456
e3610693
MA
194572009-06-22 Michael Albinus <michael.albinus@gmx.de>
19458
19459 Sync with Tramp 2.1.16.
19460
19461 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
19462
19463 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
19464 when a loading of a package fails. Completion function for rsync
19465 is `tramp-completion-function-alist-ssh'.
19466 (all): Replace all calls of `split-string' and
19467 `tramp-split-string' by `tramp-compat-split-string'.
19468 (tramp-default-method): Use `tramp-compat-process-running-p'.
19469 (tramp-default-proxies-alist): Allow also Lisp forms.
19470 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 19471 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
19472 (tramp-domain-regexp): Allow also "-", "_" and ".".
19473 (tramp-end-of-output): Remove newlines, and add "$" at the end.
19474 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
19475 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
19476 (tramp-handle-directory-files-and-attributes-with-stat):
19477 Care about filenames with spaces, or starting with "-".
e3610693
MA
19478 (tramp-handle-dired-uncache): New defun.
19479 (tramp-handle-insert-directory): Don't flush the directory from
19480 cache, this is handled by `dired-uncache' now.
19481 (tramp-handle-insert-file-contents): Improve error handling.
19482 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19483 Quote `tramp-end-of-output'.
19484 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
19485 (tramp-check-for-regexp): Both echoes must be present, before removing.
19486 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
19487 (tramp-compute-multi-hops): Eval cons cells of
19488 `tramp-default-proxies-alist'.
19489 (tramp-maybe-open-connection): Use the same command pattern for
19490 first hop and further hops.
19491 (tramp-wait-for-output): Remove handling of newlines.
19492 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
19493 (tramp-split-string): Remove function. It is handled in
19494 tramp-compat now.
19495
4b8b1ec5
SM
19496 * net/tramp-cmds.el (tramp-bug):
19497 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
19498
19499 * net/tramp-compat.el (tramp-compat-split-string)
19500 (tramp-compat-process-running-p): New defuns.
19501
19502 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
19503 for `dired-uncache'.
19504
19505 * net/tramp-gvfs.el: New package.
19506
4b8b1ec5
SM
19507 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
19508 Add handler for `dired-uncache'.
e3610693
MA
19509 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
19510
19511 * net/trampver.el: Update release number. Make version check fit
19512 for SXEmacs 22.
19513
13a3f374
JM
195142009-06-22 Jim Meyering <meyering@redhat.com>
19515
e0a28a3b 19516 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
19517 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
19518 XZ is the successor to LZMA: <http://tukaani.org/xz/>
19519
5242671e 195202009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 19521 Nick Roberts <nickrob@snap.net.nz>
13a3f374 19522
e0a28a3b 19523 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
19524 repository (http://sphinx.net.ru/hg/gdb-mi/).
19525
3fde45af
GM
195262009-06-22 Glenn Morris <rgm@gnu.org>
19527
46253b34
GM
19528 * files.el (dir-locals-collect-mode-variables): Allow for any number of
19529 `mode' and `eval' entries. (Bug#3430)
19530
97e18192
GM
19531 * Makefile.in (ELCFILES): Add fadr.elc.
19532
731a00fb
GM
19533 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
19534 differing behavior of \n and ^ in strings. (Bug#3385)
19535
c66cd0ff
GM
19536 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
19537
3fde45af
GM
19538 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
19539 property.
19540 (lisp-indent-function): Make it a defcustom.
19541
db2241a0
NR
195422009-06-21 Nick Roberts <nickrob@snap.net.nz>
19543
19544 * progmodes/gdb-ui.el: Replace with ...
5242671e 19545 * progmodes/gdb-mi.el: ... this file.
db2241a0 19546 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
19547
195482009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
19549
db2241a0
NR
19550 * fadr.el: New file.
19551
38d4f316 19552See ChangeLog.14 for earlier changes.
e3d51b27
MR
19553
19554;; Local Variables:
19555;; coding: utf-8
e3d51b27
MR
19556;; End:
19557
775f75bc 19558 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
e3d51b27
MR
19559
19560 This file is part of GNU Emacs.
19561
19562 GNU Emacs is free software: you can redistribute it and/or modify
19563 it under the terms of the GNU General Public License as published by
19564 the Free Software Foundation, either version 3 of the License, or
19565 (at your option) any later version.
19566
19567 GNU Emacs is distributed in the hope that it will be useful,
19568 but WITHOUT ANY WARRANTY; without even the implied warranty of
19569 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19570 GNU General Public License for more details.
19571
19572 You should have received a copy of the GNU General Public License
19573 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.