* calc/calc-math.el (calcFunc-log10): Check for symbolic mode
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
771fc75e
JB
12011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
2
3 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
4 when evaluating.
5
6 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
7 New function.
8 (math-logunits-add, math-logunits-mul, math-logunits-divide):
9 (math-logunits-quant, math-logunits-level):
10 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
11 functions.
12 (math-logunits-level): Extract units from ratio.
13
f6132e5a
JB
142011-03-01 Juanma Barranquero <lekktu@gmail.com>
15
16 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
17
7454f200
GM
182011-03-01 Glenn Morris <rgm@gnu.org>
19
20 * calendar/cal-hebrew.el (calendar-hebrew-birthday, diary-hebrew-date):
21 Rename and rework functions added in previous change.
22
cdcbd5a7
ER
232011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
24
25 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
26 (diary-hebrew-birthday): New functions.
27
9903d828
GM
282011-03-01 Glenn Morris <rgm@gnu.org>
29
30 * dired.el (dired-safe-switches-p): Beef it up.
31 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
32
75da6eb9
SM
332011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
34
35 * dired.el (dired-safe-switches-p): New function.
36
6640b281
GM
372011-03-01 Glenn Morris <rgm@gnu.org>
38
39 * files.el (dir-locals-collect-variables):
40 Add the ability to exclude subdirectories. (Bug#8100)
41
42 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
43
cead857b
CS
442011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
45
46 * ido.el (ido-everywhere): Doc fix.
47 (ido-mode): Doc fix.
48
0a906ec3
GM
492011-02-28 Glenn Morris <rgm@gnu.org>
50
51 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
52
22b300de
MA
532011-02-28 Michael Albinus <michael.albinus@gmx.de>
54
55 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
56 shadows.
57
584a2773
AL
582011-02-28 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
59
60 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
61
ca3afb79
JB
622011-02-28 Juanma Barranquero <lekktu@gmail.com>
63
64 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
65 Fix typos in docstrings.
66
edb57480
SB
672011-02-28 Stephen Berman <stephen.berman@gmx.net>
68
69 * dired-aux.el (dired-update-file-line):
70 Fix 2010-11-09 change. (Bug#8131)
71
2b0c7330 722011-02-28 Eli Zaretskii <eliz@gnu.org>
d1f61aaf
EZ
73
74 * international/mule-cmds.el (set-default-coding-systems): Use the
75 -unix variant of encoding in default-keyboard-coding-system.
76 (Bug#8122)
77
df7f0d0b
CY
782011-02-27 Chong Yidong <cyd@stupidchicken.com>
79
80 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
81
3e478a7c 822011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
6c89f663
PT
83
84 * term/screen.el: New file (Bug#2650).
85
1f0816b6
SM
862011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
87
88 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
89 (pcase-mutually-exclusive-predicates): New var.
90 (pcase--split-consp, pcase--split-pred): Use it.
91 (pcase--split-equal, pcase--split-member): When splitting against
92 a pure predicate, run it to know the outcome.
93 (pcase--u1): Mark vars that are actually used.
94 (pcase--q1): Avoid introducing unused vars.
95
b49df742
JB
962011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
97
98 * calc/calc-ext.el (calc-init-extensions):
99 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
100
101 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
102 symbolic mode.
103
104 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
105 argument is a variable.
106
e573299d
SM
1072011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
108
109 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
110 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
111 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
112
61e9662e
TZ
1132011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
114
115 * password-cache.el (password-in-cache-p): Convenience function to
116 check if a key is in the cache, even if the value is nil.
117
7fe42546
J
1182011-02-25 Jambunathan K <kjambunathan@gmail.com>
119
120 * emacs-lisp/package-x.el (package--archive-contents-from-url)
121 (package--archive-contents-from-file): New functions.
122 (package-update-news-on-upload): New var.
123 (package-upload-buffer-internal): Extract archive-contents from
124 package-archive-upload-base if it is not found at archive-url.
125 Obey package-update-news-on-upload.
126 (package-upload-buffer, package-upload-file): Doc fix.
127
2d8a57ef
GM
1282011-02-24 Glenn Morris <rgm@gnu.org>
129
6a88f031
GM
130 * files-x.el (modify-dir-local-variable): Handle dir-locals from
131 the cache, and from non-file sources.
132
303f9ae0
GM
133 * help-fns.el (describe-variable): Return consistent results when a
134 dir-local from a file came from the cache or did not. (Bug#8095)
135 If a dir-local has no associated file, say it came from a "directory".
136
07915ed9
GM
137 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
138 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
139
ebe401f6
GM
140 * files.el (dir-locals-find-file): Doc fix.
141 Fix the check for cache elements that have no associated file,
303f9ae0 142 and the mtime check for those that do. (Bug#8095)
ebe401f6 143
b36f2f1c
GM
144 * dired-x.el (dired-hack-local-variables):
145 Handle interrupts during hacking local variables. (Bug#5216)
146
2d8a57ef
GM
147 * emacs-lisp/autoload.el (autoload-save-buffers)
148 (autoload-find-destination, update-directory-autoloads):
149 Avoid prompts when updating autoloads.
150
53cfe624
SM
1512011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
152
153 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
154
c1449bff
KH
1552011-02-23 Kenichi Handa <handa@m17n.org>
156
157 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
158 error when a multipart boundary in the nested multipart is found.
159
251ebe0f
KH
160 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
161 header components.
162
5582c670
GM
1632011-02-23 Glenn Morris <rgm@gnu.org>
164
817b48a7
GM
165 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
166 * dired-x.el (dired-omit-mode): Safe if boolean.
167 (dired-enable-local-variables): Fix doc and custom type.
168 (dired-enable-local-variables, dired-local-variables-file)
169 (dired-hack-local-variables): Make obsolete.
170 (dired-omit-here-always): Use dir-locals.el instead.
171
5582c670
GM
172 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
173
5f9d345c
SM
1742011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
175
176 * help-fns.el (describe-function-1): Don't signal an error just because
177 the DOC file disappeared.
178
ca41d117
MA
1792011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
180
181 * eshell/esh-ext.el (eshell-external-command): Do not restrict
182 remote check to "ftp". (Bug#8089)
183
e84efb70
AM
1842011-02-21 Alan Mackenzie <acm@muc.de>
185
186 Fix bug #7930.
187 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
188 in macros finding their way into c-state-nonlit-pos-cache.
189 Strengthen the comments.
190 (c-state-dump): New commented out diagnostic routine.
191
c6309045
MA
1922011-02-21 Michael Albinus <michael.albinus@gmx.de>
193
194 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
195 `field' property of `rfn-eshadow-overlay'.
196
06b840e0
LI
1972011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
198
199 * net/netrc.el (netrc-parse): Comment fix.
200
6d713256
CY
2012011-02-21 Chong Yidong <cyd@stupidchicken.com>
202
203 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
204 Autoload. Add optional arg FRAME, and pass it to color-values.
205 (color-complement): Caller changed. Doc fix.
206 (color-gradient): Rewrite for better clarity and efficiency.
207
208 * faces.el (color-values): Use cond for clarity. Doc fix.
209
5f9d345c 210 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
6d713256 211 color.el instead.
5f9d345c
SM
212 (list-colors-sort-key, list-colors-print):
213 Use color-normalized-values.
6d713256
CY
214
2152011-02-20 Drew Adams <drew.adams@oracle.com>
216
217 * color.el: First part of merge from hexrgb.el.
218 (color-rgb-to-hex): Rename from color-rgb->hex.
219 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
220 saturation to zero if the value is too small.
221 (color-rgb-to-hsl): Rename from color-rgb->hsl.
222 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
223 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
224 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
225 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
226 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
227 (color-cie-de2000): Doc fix.
228
aa9c0efc
AM
2292011-02-20 Alan Mackenzie <acm@muc.de>
230
231 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
232 locating the beginning of a macro. (Bug#7595)
233
18cfb5a1
GM
2342011-02-20 Glenn Morris <rgm@gnu.org>
235
e17816e5
GM
236 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
237 Don't autoload it.
238
18cfb5a1
GM
239 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
240 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
241
a87af185
DB
2422011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
243 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
244
245 * progmodes/hideshow.el (hs-find-block-beginning)
246 (hs-hide-level-recursive): Ignore comments when parsing braces
247 (Bug#8036).
248
2492011-02-19 Chong Yidong <cyd@stupidchicken.com>
250
251 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
252 (vc-bzr-pull): Use it.
253
3ab713fd
CY
2542011-02-19 Chong Yidong <cyd@stupidchicken.com>
255
256 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
257 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
258 but returning an alist. Ignore comments in bzr conffile.
259 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
260 (vc-bzr-error-regex-alist): New var.
261 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
262
5f9d345c
SM
263 * vc/vc-dispatcher.el (vc-do-async-command):
264 Bind inhibit-read-only to t.
3ab713fd
CY
265
266 * progmodes/compile.el (compilation--flush-directory-cache):
267 Handle the case where cdr of compilation--flush-directory-cache
268 points to no buffer, which can occur if we previously switched to
269 compilation-mode in a pregenerated buffer.
270
16bc9688
KH
2712011-02-19 Kenichi Handa <handa@m17n.org>
272
273 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
274 get the header copy into the temporary buffer.
275 (rmail-mime-insert-decoded-text): Ignore us-ascii.
276 (rmail-show-mime): When rmail-mime-coding-system is nil, set
277 buffer-file-coding-system to undecided.
278
67ab0163 2792011-02-19 Eli Zaretskii <eliz@gnu.org>
61aa93ed 280
a167e505
EZ
281 * international/mule-cmds.el (read-char-by-name, ucs-insert):
282 Document completion with asterisk and a substring.
283
67ab0163 2842011-02-19 Glenn Morris <rgm@gnu.org>
72d6685c
GM
285
286 * files.el (find-file-literally): Doc fix.
287
41002397
GM
288 * simple.el (rfc822-goto-eoh): Give it a doc-string.
289
b8bd9908
GM
290 * log-edit.el (log-edit-insert-changelog):
291 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
292
4d737eb2
GM
2932011-02-19 Glenn Morris <rgm@gnu.org>
294
cad7445b
GM
295 * dired-x.el: Don't require dired-aux.
296 (dired-do-create-files, dired-mark-read-regexp)
297 (dired-do-create-files-regexp): Autoload from dired-aux.
298
bea584fa
GM
299 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
300 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
301
d6e96966
GM
302 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
303 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
304
42924231
GM
305 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
306 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
307 (dired-clean-up-buffers-too): Declare.
308
203784cc
GM
309 * dired-x.el (dired-initial-position): Merge into dired.el's version.
310 * dired.el (dired-initial-position): Merge dired-x's version here.
311 (dired-find-subdir): Declare.
312
30abce25
GM
313 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
314 * dired-aux.el (dired-add-entry): Give it a doc-string.
315 Merge dired-x's dired-omit handling here.
316 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
317
4d737eb2
GM
318 * international/mule-diag.el (list-input-methods-1):
319 Indent all lines of multi-line doc-strings. (Bug#8066)
320
abd20d91
CY
3212011-02-18 Chong Yidong <cyd@stupidchicken.com>
322
323 Fix 2011-02-02 changes.
324
325 * apropos.el (apropos-print): Call apropos-mode before setting up
326 buffer variables. Use inhibit-read-only.
327
5f9d345c
SM
328 * emacs-lisp/package.el (package--list-packages):
329 Call package-menu-mode before setting up buffer variables.
abd20d91
CY
330
331 * play/solitaire.el (solitaire): Call solitaire-mode before
332 setting up buffer variables. Use inhibit-read-only.
333
e697fcfc
LM
3342011-02-18 Lawrence Mitchell <wence@gmx.li>
335
336 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
337 Bind case-fold-search to nil when looking for end of here-doc.
338
4114ed61
EZ
3392011-02-18 Eli Zaretskii <eliz@gnu.org>
340
e697fcfc
LM
341 * image-mode.el (image-toggle-display-image):
342 Set find-file-literally non-nil in buffers visiting binary image
4114ed61
EZ
343 files. (Bug#8047)
344
aa56f361
SM
3452011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
346
347 * files.el (cd): Make completion obey cd-path (bug#7924).
348
d1be20a1
GM
3492011-02-18 Glenn Morris <rgm@gnu.org>
350
135dee55
GM
351 * progmodes/prolog.el: Don't require compile when compiling.
352 (compilation-shell-minor-mode, compilation-error-regexp-alist)
353 (compilation-forget-errors, compilation-fake-loc)
354 (compilation-parse-errors-function, compilation-error-list): Declare.
355 (prolog-inferior-mode): Require 'compile.
356
15e0d5a1
GM
357 * emulation/cua-base.el (pc-selection-mode): Declare.
358
002b46b7
GM
359 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
360 (customize-object): Add autoload cookie.
361 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
362 (eieio-browse, describe-class, eieio-describe-class)
363 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
364 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
365 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
366 * Makefile.in (autoloads): Make eieio.el writable.
367
d1be20a1
GM
368 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
369 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
370 (dired-hack-local-variables): Use inhibit-read-only.
371 (dired-guess-default): Simplify.
372 (dired-make-relative-symlink): Use dotimes.
373 (dired-simultaneous-find-file): Use dolist.
374 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
375 (dired-x-hands-off-my-keys): Doc fix.
376 (dired-x-bind-find-file): Doc fix. Use remapping.
377 (after-init-hook): No need to add dired-x-bind-find-file.
378 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
379 No need to call expand-file-name.
380 (dired-filename-at-point): Remove unused locals `end', `filename'.
381
f9d554dd
SM
3822011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
383
384 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
385
5da16a86
CO
3862011-02-18 Christian Ohler <ohler@gnu.org>
387
388 * emacs-lisp/ert.el (ert--setup-results-buffer)
389 (ert-results-pop-to-backtrace-for-test-at-point)
390 (ert-results-pop-to-messages-for-test-at-point)
391 (ert-results-pop-to-should-forms-for-test-at-point)
392 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
393 were incorrect and unnecessary. This should make `make check'
394 pass again.
395
3a00a363
KM
3962011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
397
398 * lisp/allout-widgets.el: (allout-widgets-icons-light-subdir)
399 (allout-widgets-icons-dark-subdir): Track relocations of icons
400 * lisp/allout.el: Remove commentary about remove encryption
401 passphrase mnemonic support and verification.
2a095cec
KM
402 (allout-encrypt-string): (allout-encrypt-string): Recognize epg
403 failure to decrypt gpg2 armored text using gpg1, and indicate that
404 the gpg version *might* be the problem in the error message.
3a00a363 405
73057ba9
DD
4062011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
407
408 * net/rcirc.el (rcirc-float-time): New function.
409 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
410 (rcirc-ctcp-sender-PING): Use it.
411
8551cb32
GM
4122011-02-17 Glenn Morris <rgm@gnu.org>
413
53ef76c7
GM
414 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
415 (speedbar-update-flag, speedbar-fetch-etags-command)
416 (speedbar-fetch-etags-arguments):
417 * term.el (term-buffer-maximum-size, term-input-chunk-size)
418 (term-completion-autolist, term-completion-addsuffix)
419 (term-completion-recexact, term-completion-fignore):
420 * term/sup-mouse.el (sup-mouse-fast-select-window):
421 * term/x-win.el (x-select-request-type):
422 Convert some defvars with "*" to defcustoms.
423
64a14c74
GM
424 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
425
92e39d6f
GM
426 * vc/vc.el (vc-default-previous-version):
427 Remove alias that points nowhere. (Bug#4496)
428
fc14288b
GM
429 * dired-x.el (dired-clean-up-after-deletion):
430 kill-buffer does not need save-excursion.
431 (dired-do-run-mail): Doc fix.
432 (dired-filename-at-point): Doc fix.
433 Use looking-at, and skip-chars rather than re search.
434
8551cb32
GM
435 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
436
96497653
KM
4372011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
438
aac7a935
KM
439 * allout-widgets.el: New allout extension that shows allout
440 outline structure with graphical widgets. 'allout-widgets'
441 customize group is an 'allout' subgroup, for easy discovery.
442
96497653
KM
443 * allout.el: Include PGP and GnuPG in Keywords, and other
444 commentary refinements.
445 (allout-abbreviate-flattened-numbering): Rename to
446 allout-flattened-numbering-abbreviation, and
447 define-obsolete-variable-alias the old name.
448 (allout-flattened-numbering-abbreviation): Rename from
449 allout-abbreviate-flattened-numbering.
450 (allout-mode-p): Include among autoloads, for use by other modes
451 with impunity.
e697fcfc
LM
452 (allout-listify-exposed):
453 Use allout-flattened-numbering-abbreviation.
96497653
KM
454 (allout-encrypt-string): Use set-buffer-multibyte directly.
455 (allout-set-buffer-multibyte): Remove.
456
be4a1d71
DD
4572011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
458
459 * simple.el (just-one-space): Remove useless `or' call.
460
274c2d34
MA
4612011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
462
c6309045 463 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
274c2d34
MA
464 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
465 (soap-decoded-multi-refs, soap-current-wsdl)
466 (soap-encoded-namespaces): Rename CL-style *...* variables.
467
88ae2870
MA
4682011-02-16 Michael Albinus <michael.albinus@gmx.de>
469
470 * net/soap-client.el: Add "comm" and "hypermedia" to the
471 keywords. Reflow too long lines.
472
473 * net/soap-inspect.el: Ditto. Require 'cl.
474
689743a2
BG
4752011-02-16 Bastien Guerry <bzg@altern.org>
476
477 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
478 in a `doctor-type' argument.
479
16d2ff89
MA
4802011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
481
482 * net/soap-client.el:
483 * net/soap-inspect.el: New files.
484
c6cefd36
LL
4852011-02-16 Leo <sdl.web@gmail.com>
486
487 * dired-x.el (dired-mode-map, dired-extra-startup):
488 Remove dired-copy-filename-as-kill since it's already in dired.el.
489
da5e0ce4
GM
4902011-02-16 Glenn Morris <rgm@gnu.org>
491
492 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
493 Doc fixes. Add :set property, replacing top-level calls.
494 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
495 (dired-guess-shell-gnutar): Test tar version rather than system-type.
496 (dired-extra-startup, dired-man, dired-info): Doc fixes.
497 (dired-clean-up-after-deletion): Use when and dolist.
498 (dired-jump): Use unless and when.
499 (dired-virtual): Use line-end-position.
500 (dired-default-directory-alist): Rename from default-directory-alist.
501 (dired-default-directory): Update for above name change.
502 (dired-vm): Drop VM < 5 and simplify.
503 (dired-buffer-more-recently-used-p): Rewrite.
504 (dired-filename-at-point): Use when and or.
505 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
506 Update callers.
507
c5ca3aa0
GM
5082011-02-15 Glenn Morris <rgm@gnu.org>
509
510 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
511
33f6cf7b
CY
5122011-02-14 Chong Yidong <cyd@stupidchicken.com>
513
514 * vc/vc-git.el (vc-git-root-log-format): New option for
515 customizing log format.
516 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
517 (vc-git-log-view-mode): Use it.
518 (vc-git-expanded-log-entry): New function.
519 (vc-git-log-view-mode): Use it. Truncate lines in root log.
520
521 * vc/vc-hg.el (vc-hg-root-log-template): New option for
522 customizing log format.
523 (vc-hg-print-log): Use it.
524 (vc-hg-expanded-log-entry): New function.
525 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
526 vc-hg-expanded-log-entry. Truncate lines in root log.
527
528 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
529
e697fcfc
LM
530 * vc/log-view.el (log-view-mode-menu):
531 Add log-view-toggle-entry-display.
33f6cf7b 532
461b69ae
GM
5332011-02-14 Glenn Morris <rgm@gnu.org>
534
535 * dired-x.el: Don't require man when compiling.
536 (dired-omit-extensions, dired-local-variables-file)
537 (dired-x-hands-off-my-keys): Make them defcustoms.
538 (Man-support-local-filenames, Man-getpage-in-background): Declare.
539 (vm-visit-folder): Declare rather than defining.
540 (dired-x-help-address, dired-x-variable-list): Remove.
541 (dired-x-submit-report): Make it an obsolete alias.
542
35f52ed6
JB
5432011-02-14 Juanma Barranquero <lekktu@gmail.com>
544
545 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
546
b2108a36
TZ
5472011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
548
67186ae2 549 * net/imap.el: Bring it back.
b2108a36 550
abfc152b
AM
5512011-02-13 Alan Mackenzie <acm@muc.de>
552
553 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
554 narrow-to-region call that cuts context off the end (Bug#7722).
555
e697fcfc
LM
556 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
557 Refactor nested if-forms with a simple cond.
abfc152b
AM
558 (c-forward-<>-arglist): Revert 2011-01-31 change.
559
d4eb88c7
CY
5602011-02-13 Chong Yidong <cyd@stupidchicken.com>
561
562 * vc/log-view.el: New command log-view-toggle-entry-display for
563 toggling log entries between concise and detailed forms.
564 (log-view-toggle-entry-display): New command.
565 (log-view-mode-map): Bind RET to it.
566 (log-view-expanded-log-entry-function): New variable.
567 (log-view-current-entry, log-view-inside-comment-p)
568 (log-view-current-tag): New functions.
569 (log-view-toggle-mark-entry): Use log-view-current-entry and
570 log-view-end-of-defun instead of searching directly with
571 log-view-message-re.
572 (log-view-end-of-defun): Likewise. Add optional ARG for
573 compatibility with end-of-defun.
574 (log-view-end-of-defun): Ignore comments and VC buttons.
575
576 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
577 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
578
2609a08e
TZ
5792011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
580
114fe546
G
581 * net/imap.el: Remove file. All the functionality is in nnimap.el.
582
2609a08e
TZ
583 * net/imap-hash.el: Remove file.
584
7a6ebb1a
MA
5852011-02-13 Michael Albinus <michael.albinus@gmx.de>
586
587 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
588
589 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
590 call.
591
592 * net/tramp-imap.el: Remove file.
593
75d4dcc9
CY
5942011-02-13 Chong Yidong <cyd@stupidchicken.com>
595
596 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
597 widget library for buttons, just use button.el.
598
599 * vc/log-view.el (log-view-mode-map): Don't inherit from
600 widget-keymap.
601
3c65e88d 6022011-02-12 Glenn Morris <rgm@gnu.org>
dc4c6a7a 603
86361e1e
GM
604 * emacs-lisp/cl-seq.el (union, nunion, intersection)
605 (nintersection, set-difference, nset-difference)
606 (set-exclusive-or, nset-exclusive-or): Doc fix.
607
dc4c6a7a
GM
608 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
609
8a6f24e5
GM
610 * faces.el (face-attr-match-p): Handle the obsolete :bold and
611 :italic props, so that frame-set-background-mode works. (Bug#7966)
612
3caced0b
GM
613 * simple.el (next-error): Doc fix.
614
9de31df2
TV
6152011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
616
617 * dired-aux.el (dired-create-files): Adapt destination name to
618 match the new behavior of copy-directory.
619
38a71655
CY
6202011-02-12 Chong Yidong <cyd@stupidchicken.com>
621
622 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
623 from rmail-dont-reply-to-names. Callers changed.
624 (mail-dont-reply-to): Rename from mail-dont-reply-to.
625 (rmail-dont-reply-to): Make it an obsolete alias.
626
627 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
628 nil, and make obsolete (Bug#7888).
629 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
630
631 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
632
633 * mail/rmailsort.el (rmail-sort-by-correspondent)
634 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
635
636 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
637
470d996d
TV
6382011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
639
640 * files.el (copy-directory): New argument COPY-CONTENTS for
641 copying directory contents into another existing directory.
642
e2784c87
TH
6432011-02-12 Tassilo Horn <tassilo@member.fsf.org>
644
645 * minibuffer.el (completion-table-case-fold): New function for
646 creating a case-insensitive completion table.
647
563790b6
TZ
6482011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
649
650 * net/tramp.el (tramp-default-method): Also check if
651 `auth-source-search' is bound.
652 (tramp-read-passwd): Use `auth-source-search' instead of
653 `auto-source-user-or-password'.
654
655 * net/tramp-imap.el: Autoload `auto-source-search' instead of
656 `auto-source-user-or-password.
657 (tramp-imap-passphrase-callback-function): Use it.
658
659 * net/imap-hash.el: Autoload `auto-source-search' instead of
660 `auto-source-user-or-password.
661 (imap-hash-open-connection): Use it.
662
663 * mail/smtpmail.el: Autoload `auto-source-search' instead of
664 `auto-source-user-or-password.
665 (smtpmail-try-auth-methods): Use it.
666
c6affbde
PH
6672011-02-12 Phil Hagelberg <phil@hagelb.org>
668
669 * emacs-lisp/package.el: Allow packages to be reinstalled.
670 (package--write-file-no-coding): Remove EXCL arg.
671 (package-unpack-single): Don't use it.
672
b5a53795
KP
6732011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
674
675 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
676 in each sub directory.
677 (vc-svn-registered): Use vc-svn-root.
678 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
679 (vc-svn-repository-hostname): Use "svn info".
680
25833f5e
DD
6812011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
682
683 * simple.el (delete-trailing-whitespace): New optional buffer
684 bound parameters.
685
75d1d833
BG
6862011-02-11 Bastien Guerry <bzg@altern.org>
687
688 * files.el (basic-save-buffer): save unmodified buffers when
689 the file pointed by buffer-file-name doesn't exist.
690
e0e36cac
DD
6912011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
692
693 * net/rcirc.el (defun-rcirc-join): Accept multiple channels.
694
59350862
GM
6952011-02-11 Glenn Morris <rgm@gnu.org>
696
697 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
698
5708ce5e
JB
6992011-02-11 Juanma Barranquero <lekktu@gmail.com>
700
701 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
702
b016851c
SM
7032011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
704
59003be9
SM
705 * server.el (server-process-filter): Use pcase.
706
9517f8af
SM
707 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
708 conflicting ways.
709 (smie-indent--parent): Extend to "parent of arg".
710 (smie-indent-inside-string): New function.
711 (smie-indent-functions): Use it.
712
cf77dd27
SM
713 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
714 bzr locking race condition.
715
49ffc078
SM
716 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
717 still valid before using it.
718
1a0a6cef
SM
719 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
720 `message' -> `compilation-message' rename (bug#8004).
721
b016851c
SM
722 Move keymap initialization into declaration.
723 * textmodes/enriched.el (enriched-mode-map):
724 * textmodes/bib-mode.el (bib-mode-map):
725 * term/lk201.el (lk201-function-map):
726 * tar-mode.el (tar-mode-map):
727 * replace.el (occur-mode-map):
728 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
729 * progmodes/idlw-help.el (idlwave-help-mode-map):
730 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
731 * play/solitaire.el (solitaire-mode-map):
732 * play/snake.el (snake-mode-map, snake-null-map):
733 * play/pong.el (pong-mode-map):
734 * play/handwrite.el (menu-bar-handwrite-map):
735 * play/gametree.el (gametree-mode-map):
736 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map
737 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
738 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
739 (newsticker--url-keymap):
740 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
741 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
742 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
743 (menu-bar-edit-menu, menu-bar-custom-menu)
744 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
745 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
746 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
747 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
748 (menu-bar-tools-menu, menu-bar-describe-menu)
749 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
750 (menu-bar-help-menu):
751 * mail/rmailsum.el (rmail-summary-mode-map):
752 * kmacro.el (kmacro-step-edit-map):
753 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
754 (ibuffer-mode-operate-map):
755 * hi-lock.el (hi-lock-menu, hi-lock-map):
756 * emulation/vip.el (vip-mode-map):
757 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
758 * bookmark.el (bookmark-bmenu-mode-map):
759 * help-mode.el (help-mode-map): Move initialization into declaration.
760
1be1d1e9
DD
7612011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
762
763 * net/rcirc.el: Add PRIVMSG and CTCP functions.
764 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
765 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
766 (rcirc-cmd-me, rcirc-authenticate): Use them.
767
26d2a9bd
KM
7682011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
769
770 * allout.el: Synopsis: Change allout user configuration so
771 auto-activation is controlled solely by customization
772 `allout-auto-activation'.
773
774 (allout-auto-activation-helper) (allout-setup): New autoloads
775 implement new custom set procedure for allout-auto-activation.
776 Also, explicitly invoke
777 (allout-setup) after allout-auto-activation is custom-defined, to
778 effect the settings in emacs sessions besides the few where
779 allout-auto-activation customization is donea.
780 (allout-auto-activation): Use allout-auto-activation-helper to
781 :set. Revise the docstring.
782 (allout-init): Reduce functionality to just customizing
783 allout-auto-activation, and mark obsolete.
784 (allout-mode): Respect string values for allout-auto-activation.
785 Run allout-after-copy-or-kill-hook without any args.
786 (allout-mode) (allout-layout) (allout-default-layout)
787 (outlineify-sticky): Adjust docstring for new scheme.
788 (allout-after-copy-or-kill-hook): No arguments - hook implementers
789 should concentrate on the kill ring.
790
b8e0f0cd
G
7912011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
792
793 * password-cache.el (password-cache-remove): Accept secrets that are
794 not strings.
795
ccded26c
SM
7962011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
797
798 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
799 of here-doc that immediately follows a comment.
800
ee6a57ab
DD
8012011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
802
4d04fdc9
DD
803 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
804
ee6a57ab
DD
805 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
806 available.
807 (rcirc-ctcp-sender-PING): New function.
808
6ca94a0b
SM
8092011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
810
811 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
812 Remove the mark/nomark handling, and activate shift-select-mode instead.
813
814 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
815
226590f8
JB
8162011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
817
818 * calc/calc-units.el (math-logunits-quant): Add support for
819 non-logarithmic units.
820
dd0b691e
KM
8212011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
822
4ec28e14
KM
823 * allout.el (allout-after-copy-or-kill-hook): New hook for
824 extension-specific processing of killed text.
825 (allout-mode): Include new allout-after-copy-or-kill-hook among
826 mentioned hooks.
827 (allout-kill-line) (allout-kill-topic): Ensure that processing
828 after kill happens even if barf-if-buffer-read-only is raised.
829 Include new allout-after-copy-or-kill-hook among that subsequent
830 processing.
831 (allout-deannotate-hidden): Actually remove the annotation text
832 properties.
833
dd0b691e
KM
834 * allout.el (allout-listify-exposed): Copy text sans text properties.
835
07e52e08
MA
8362011-02-07 Michael Albinus <michael.albinus@gmx.de>
837
b016851c 838 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
07e52e08 839
c5aff743
DD
8402011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
841
842 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
843
03925868
JB
8442011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
845
b016851c 846 * calc/calc.el (calc-logunits-field-reference): Rename from
03925868 847 `calc-default-field-reference-level'.
b016851c 848 (calc-logunits-power-reference): Rename from
03925868
JB
849 `calc-default-power-reference-level'
850
b016851c 851 * calc/calc-units.el (math-logunits-quant): Rename from
03925868 852 `math-logunits-level'
b016851c 853 (math-logunits-plus): Rename from math-logcombine.
03925868 854 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
ec6ad6f2
JB
855 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
856 (calcFunc-lufieldsub,calc-logunits-add calc-logunits-sub):
03925868 857 New functions.
b016851c
SM
858 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
859 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
860 (calc-logunits-quantity): Rename from `calc-level'.
03925868
JB
861 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
862 (calcFunc-nppowerlevel,calc-logunits-dblevel, calc-logunits-nplevel)
ec6ad6f2
JB
863 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
864 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
03925868
JB
865 (calcFunc-lupowerdiv,calc-logunits-divide,math-logunits-level):
866 New functions.
867
b016851c 868 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
03925868
JB
869 (calc-ul-prefix-help): Remove.
870 (calc-l-prefix-help): New function.
871 (calc-full-help): Add reference to `calc-l-prefix-help'.
872
873 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
874
ec6ad6f2
JB
875 * calc/README: Mention logarithmic units.
876
f8b351c1
CY
8772011-02-06 Chong Yidong <cyd@stupidchicken.com>
878
879 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
880 non-ASCII characters (Bug#7925).
881
a60287ff
GM
8822011-02-05 Glenn Morris <rgm@gnu.org>
883
884 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
885
9ad53e98
GM
886 * calendar/diary-lib.el (diary-font-lock-keywords):
887 Tweak diary-time-regexp match. (Bug#7891)
888
9783df21
GM
889 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
890 (f90-mode): Use it for mode's `find-tag-default-function' property.
891
df275851
GM
892 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
893
95838641
GM
894 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
895
827b77e9
DD
8962011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
897
898 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
899 (Bug#6386).
900
7cb76591
SM
9012011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
902
ba70ab1c
SM
903 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
904 font-lock-syntax-table remappings.
905 (sh-here-doc-markers, sh-here-doc-re): Remove.
906 (sh-font-lock-close-heredoc): Remove.
907 (sh-syntax-propertize-here-doc): New function.
908 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
909 instead of the sh-here-doc-re.
910 (sh-font-lock-paren): Don't do anything in comments or strings.
911 Handle line continuations. Accept a few more chars.
912 Don't rely on the font-lock-syntax-table remappings.
913 `esac' is not a valid pattern.
914 (sh-syntax-propertize-function): Handle here-docs differently, so we
915 don't bother syntax-propertizing the insides.
916
7cb76591
SM
917 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
918 Handle new bashisms ";&" and ";;&" (bug#7947).
919
39b20f56
MA
9202011-02-05 Michael Albinus <michael.albinus@gmx.de>
921
7cb76591
SM
922 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
923 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
39b20f56 924
51aba3f3
MA
9252011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
926
927 * net/tramp.el (tramp-postfix-method-format)
928 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
929 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
930 (tramp-postfix-user-regexp, tramp-prefix-port-format)
931 (tramp-prefix-port-regexp, tramp-postfix-host-format)
932 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
933 Doc fix.
934
7bc61bb7
SS
9352011-02-04 Sam Steingold <sds@gnu.org>
936
937 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
938
d93c111e
AS
9392011-02-04 Andreas Schwab <schwab@linux-m68k.org>
940
941 * international/mule-util.el (with-coding-priority): Doc fix.
942
6f52d86e
EZ
9432011-02-04 Eli Zaretskii <eliz@gnu.org>
944
945 * arc-mode.el (archive-mode-map): Fix a typo in last change.
946
c1b4afac
SS
9472011-02-03 Sam Steingold <sds@gnu.org>
948
949 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
950 Do not error out when `func' is nil.
951
a857d3c7
MA
9522011-02-03 Michael Albinus <michael.albinus@gmx.de>
953
954 * net/tramp-sh.el (tramp-remote-path): Add default settings for
955 `tramp-default-remote-path' to the docstring.
956 (tramp-get-remote-path): Suppress error message when `getconf
957 PATH' fails.
958
959 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
960
8aa88760
GM
9612011-02-03 Glenn Morris <rgm@gnu.org>
962
219ea611
GM
963 * vc/vc-hg.el (vc-hg-command): Doc fix.
964
8d7b5b5b
GM
965 * term/w32-win.el (libpng-version): Declare for compiler.
966
c03eac34
GM
967 * msb.el: No need to load dired while compiling.
968
7f07c1fe
GM
969 * emacs-lisp/elint.el (elint-standard-variables):
970 Remove a couple of built-ins that now have doc-strings.
971
befe199d
GM
972 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
973 `require' is automatically `eval-and-compile'd.
974
2d7d6439
GM
975 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
976 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
977
8aa88760
GM
978 * strokes.el (strokes-fill-current-buffer-with-whitespace):
979 Move definition before use.
980 (strokes-report-bug): Make it obsolete.
981
e90f8545
SS
9822011-02-02 Sam Steingold <sds@gnu.org>
983
984 * apropos.el (apropos-print): Now that `apropos-mode' inherits
985 from `special-mode', entering it makes the buffer read-only, so
986 call it only when everything has been already inserted.
987 * emacs-lisp/ert.el (ert--setup-results-buffer)
988 (ert-results-pop-to-backtrace-for-test-at-point)
989 (ert-results-pop-to-messages-for-test-at-point)
990 (ert-results-pop-to-timings): Ditto.
991 * emacs-lisp/package.el (package--list-packages): Ditto.
992 * play/solitaire.el (solitaire): Ditto.
993
90db975f
CY
9942011-02-02 Chong Yidong <cyd@stupidchicken.com>
995
996 * progmodes/compile.el: Make all faces inherit.
997 (compilation-warning): Inherit from font-lock-variable-name-face.
998 (compilation-info): Inherit from font-lock-type-face.
999 (compilation-line-number): Reassign to font-lock-keyword-face.
1000 (compilation-column-number): Reassign to font-lock-doc-face.
1001 (compilation-leave-directory-face): Reassign to
1002 font-lock-builtin-face.
1003
bc35ff32
EZ
10042011-02-02 Eli Zaretskii <eliz@gnu.org>
1005
1006 * dired.el (dired-insert-directory): Don't invoke `ls' when
1007 ls-lisp.el is used to emulate it.
1008
39cde66c
JD
10092011-02-01 Julien Danjou <julien@danjou.info>
1010
1011 * color.el (color-gradient): Add a color-gradient function.
1012
abef340a
SS
10132011-02-01 Sam Steingold <sds@gnu.org>
1014
1015 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1016 bind "z" to `kill-this-buffer'.
1017 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1018 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1019 (apropos-mode): Inherit from `special-mode'.
1020 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1021 * bookmark.el (bookmark-bmenu-mode): Define using
1022 `define-derived-mode' inheriting from `special-mode'.
1023 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1024 * image-mode.el (image-mode-map): Ditto.
1025 * replace.el (occur-mode): Define using
1026 `define-derived-mode' inheriting from `special-mode'.
1027 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1028 * calendar/diary-lib.el (diary-fancy-display-mode):
1029 Inherit from `special-mode-map'.
1030 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1031 Inherit from `special-mode'.
1032 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1033 `special-mode-map'.
1034 (package-menu-mode): Define using `define-derived-mode'
1035 inheriting from `special-mode'.
1036 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1037 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1038 (xesam-mode-map): Define separately.
1039 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1040 * progmodes/compile.el (compilation-minor-mode-map)
1041 (compilation-mode-map): Inherit from `special-mode-map'.
1042 * vc/diff-mode.el (diff-mode-shared-map):
1043 Inherit from `special-mode-map'.
1044 * vc/log-view.el (log-view-mode-map): Add a comment.
1045
928f4e73
CY
10462011-02-01 Chong Yidong <cyd@stupidchicken.com>
1047
1048 * custom.el (load-theme): Define return value. Drop use of
1049 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1050 (custom-theme-load-confirm): Scroll in the correct window.
1051 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1052
1053 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1054 checkbox if load-theme fails.
1055
7d116647
SM
10562011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1057
1058 * progmodes/compile.el (compilation-next-error): Check there's
1059 a message before using it (bug#7941).
1060
4fdfcddf
JB
10612011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1062
1063 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1064 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1065 of potential pivots.
1066
3b95603f
AM
10672011-01-31 Alan Mackenzie <acm@muc.de>
1068
7d116647
SM
1069 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1070 Continue parsing if we encounter a naked # (Bug#7595).
3b95603f 1071 (c-beginning-of-statement): Avoid loop in locating the beginning
aa9c0efc 1072 of a macro. (Not actually committed until 2011-02-20, see above).
3b95603f 1073
6fa1f651
CY
10742011-01-31 Chong Yidong <cyd@stupidchicken.com>
1075
1076 * files.el (copy-directory): Fix arguments to recursive call.
1077
14beddf4 10782011-01-31 Chong Yidong <cyd@stupidchicken.com>
82d84d3f
CY
1079
1080 * files.el (copy-directory): If destination is an existing
1081 directory, copy into a subdirectory there.
1082
14beddf4 10832011-01-31 Andreas Schwab <schwab@linux-m68k.org>
e935c6a2
AS
1084
1085 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1086 files.
1087
14beddf4 10882011-01-31 Chong Yidong <cyd@stupidchicken.com>
d1f14baa 1089
6fc0aac3
CY
1090 * image-dired.el (image-dired-mouse-display-image): No-op if no
1091 file is found (Bug#7817).
1092
d1f14baa
CY
1093 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1094
14beddf4 10952011-01-31 Kenichi Handa <handa@m17n.org>
67442738 1096
7d116647
SM
1097 * international/quail.el (quail-keyboard-layout-alist):
1098 Remove superfluous SPC for "pc105-uk" (bug#7927).
67442738 1099
14beddf4 11002011-01-31 Glenn Morris <rgm@gnu.org>
220c2a14
GM
1101
1102 * msb.el (msb-menu-bar-update-buffers): Update for changed
1103 argument handling of menu-bar-select-frame. (Bug#7902)
1104
14beddf4 11052011-01-31 Chong Yidong <cyd@stupidchicken.com>
af7c5700
CY
1106
1107 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1108 to the recursion depth (Bug#7722).
1109
14beddf4 11102011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
ca9c274a
JD
1111
1112 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1113 command-line-default-directory (Bug#7872).
1114
9e11271c
SM
11152011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1116
1117 * progmodes/compile.el (compilation--flush-directory-cache):
1118 New function, extracted from compilation--remove-properties.
1119 (compilation--remove-properties, compilation--parse-region): Use it.
1120 (compilation--previous-directory): Handle one more case.
1121 (compilation-enable-debug-messages): Remove.
1122 (compilation-parse-errors, compilation--flush-parse): Just remove the
1123 left over debug messages.
1124
038714ab
SS
11252011-01-31 Sam Steingold <sds@gnu.org>
1126
1127 * progmodes/compile.el (compilation-enable-debug-messages):
1128 Add a variable to make the parsing messages introduced in
1129 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1130 (compilation-parse-errors, compilation--flush-parse): Use it.
1131
2a4466ca
DD
11322011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1133
35f52ed6 1134 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
2a4466ca
DD
1135 (rcirc-nick-completion-format): New defcustom.
1136 (rcirc-complete): Use it.
1137
186ecaf1
DD
11382011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1139
1140 * net/rcirc.el: Clean log filenames (Bug#7933).
1141 (rcirc-log-write): Use convert-standard-filename.
1142 (rcirc-log-filename-function): Documentation updates.
1143
253f7d1b
JD
11442011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1145
9e11271c
SM
1146 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1147 Check report-emacs-bug-can-use-osx-open and use that if t.
253f7d1b
JD
1148 (report-emacs-bug-can-use-osx-open): New function.
1149 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1150 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1151
a2b6e5d6
CY
11522011-01-29 Chong Yidong <cyd@stupidchicken.com>
1153
1154 * vc/vc-dispatcher.el (vc-set-async-update): New function for
1155 updating Dired or VC-dir buffers after async command completes.
1156
1157 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
1158 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
1159
1160 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
1161 completions if it exists. Use vc-set-async-update.
1162 (vc-git-pull): Use vc-set-async-update.
1163
1164 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
1165 read-shell-command. Use vc-set-async-update.
1166 (vc-hg-merge-branch): Use vc-set-async-update.
1167
8907f7b9
DU
11682011-01-29 Daiki Ueno <ueno@unixuser.org>
1169
9e11271c
SM
1170 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
1171 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
8907f7b9
DU
1172 (Bug#7931).
1173
e52f87a1
SM
11742011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
1175
1176 * progmodes/compile.el: Avoid an N² behavior in grep.
1177 (compilation--previous-directory): New fun.
1178 (compilation--previous-directory-cache): New var.
1179 (compilation--remove-properties): Flush it.
1180 (compilation-directory-properties, compilation-error-properties):
1181 Use the new fun to speed up looking for the current directory.
1182
659114fd
CY
11832011-01-29 Chong Yidong <cyd@stupidchicken.com>
1184
1185 * vc/vc-hg.el (vc-hg-history): New var.
1186 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
1187 (vc-hg-merge-branch): New function.
1188
1189 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
1190 the other way around.
1191
1192 * vc/vc-git.el (vc-git-branches, vc-git-pull)
1193 (vc-git-merge-branch): New functions.
1194 (vc-git-history): New var.
1195
9bfe5783
CY
11962011-01-28 Chong Yidong <cyd@stupidchicken.com>
1197
1198 * vc/vc-dispatcher.el (vc-do-async-command): New function.
1199
1200 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
1201 vc-do-async-command.
1202
e52f87a1
SM
1203 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
1204 Callers changed.
9bfe5783 1205
b1ea593c
LL
12062011-01-28 Leo <sdl.web@gmail.com>
1207
1208 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
9bfe5783 1209 highlighting to the "this function is advised" message.
b1ea593c
LL
1210
1211 * help-mode.el (help-mode-finish): Apply highlighting here, to
1212 avoid clobbering by substitute-command-keys (Bug#6304).
1213
40e22d80
CY
12142011-01-28 Chong Yidong <cyd@stupidchicken.com>
1215
1216 * woman.el (woman0-roff-buffer): Process roff escape sequences
1217 occurring prior to the first request (Bug#7843).
1218
01c63f4c
SM
12192011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1220
55fb9013
SM
1221 * progmodes/compile.el: Don't use font-lock any more.
1222 (compilation-error-regexp-alist-alist): Change handling of makepp
1223 so it preserves the warning/error distinction on subsequent files.
1224 Simplify various rules.
1225 (compilation-directory-properties): Use font-lock-face.
1226 Add a compilation-message property.
1227 (compilation-internal-error-properties): Use font-lock-face.
1228 Don't set the compilation-debug property here.
1229 (compilation--put-prop, compilation--remove-properties)
1230 (compilation--parse-region, compilation--ensure-parse)
1231 (compilation--ensure-parse): New functions.
1232 (compilation-parse-errors): New function, largely inspired of
1233 compilation-mode-font-lock-keywords. Set compilation-debug here.
1234 (compilation--parsed): New var.
1235 (compilation--flush-parse): Use compilation--ensure-parse.
1236 (compilation-start): Don't call font-lock.
1237 (compilation-turn-on-font-lock): Remove.
1238 (compilation-setup): Don't set font-lock-extra-managed-props not change
1239 other font-lock settings, other than keywords.
1240 Don't activate font-lock-mode.
1241 Set change-major-mode-hook and before-change-functions.
1242 (compilation--unsetup): Remove properties and hooks.
1243 (compilation-next-single-property-change): New function.
1244 (compilation-next-error): Use it to parse when needed.
1245 (compile-goto-error): Parse buffer as needed.
1246 (compilation--compat-error-properties): Don't need a dummy `face'
1247 property any more.
1248
8fe52384
SM
12492011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1250
1251 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
1252 (compilation-process-setup-function): Fix docstring's false promises.
1253 (compilation-error-regexp-alist-alist): Catch omake's continuous
1254 recompilation message and avoid reuse of old markers.
1255 (compilation-parse-errors-function): Declare obsolete.
1256 (compilation-buffer-modtime): Remove.
1257 (compilation--make-cdrloc, compilation--loc->col)
1258 (compilation--loc->line, compilation--loc->file-struct)
1259 (compilation--loc->marker, compilation--loc->visited)
1260 (compilation--make-file-struct, compilation--file-struct->file-spec)
1261 (compilation--file-struct->formats)
1262 (compilation--file-struct->loc-tree): New macros. Use them.
1263 (compilation--message): New defstruct. Use them.
1264 (compilation-next-error-function): Don't mess with timestamps to try
1265 and guess when to reparse.
1266
01c63f4c
SM
12672011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1268
5e853d01
SM
1269 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
1270 (tex-old-error-file-name): New function,
1271 extracted from tex-compilation-parse-errors.
1272 (tex-compilation-parse-errors): Remove.
1273 (tex-error-regexp-alist): New var.
1274 (tex-shell): Use it to avoid compilation-parse-errors-function.
1275
07b741a7
SM
1276 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
1277 (grep-mode-font-lock-keywords): Remove regexp that seems like
1278 a left-over from before we used compile.el.
1279 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
1280 modifying the buffer within with-silent-modifications.
1281
1282 * progmodes/compile.el: Cleanup text-properties namespace by using
1283 `compilation-message' instead of `message', `compilation-directory'
1284 instead of `directory', and `compilation-debug' instead of `debug'.
1285 (compilation-last-buffer, compilation-parsing-end)
1286 (compilation-error-list, compilation-old-error-list): Move to the
1287 compatibility part of the code.
1288 (compilation-error-properties): If `file' is a function, let it return
1289 a file name.
1290 (compilation-mode-font-lock-keywords): Be more conservative with the
1291 omake "^ *" pattern prefix, to try and minimize the risk of
1292 pathologically slow regexp matching.
1293 (compilation-start): Use inhibit-read-only.
1294 (compilation--unsetup): New function.
1295 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
1296 (compilation-filter): Minor tweaks.
8fe52384 1297 (compilation-next-error-function): Try and avoid abusing variables.
07b741a7 1298 (compilation--flush-file-structure): New fun.
8fe52384 1299 (compilation-fake-loc): Use it to improve behavior when file is reused.
07b741a7
SM
1300 (debug-ignored-errors): Add "Moved past last ...".
1301 (compilation--compat-error-properties)
1302 (compilation--compat-parse-errors): Rename by doubling the "-".
1303
01c63f4c
SM
1304 Port features from the previous prolog.el to the new one.
1305 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
1306 (prolog-program-name, prolog-program-switches, prolog-consult-string)
1307 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
1308 variable and use a function to compute the value dynamically.
1309 (prolog-prompt-regexp): Add regexp for GNU Prolog.
1310 (prolog-continued-prompt-regexp): Remove, unused.
1311 (prolog-find-value-by-system): Try and use the value of prolog-system
1312 in the *prolog* buffer if it helps.
1313 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
1314 (prolog-zip-on): ..and check prolog-system and version here instead.
1315 (prolog-inferior-self-insert-command): New command.
1316 (prolog-inferior-mode-map): Use it.
1317 (prolog-inferior-error-regexp-alist): New var.
8fe52384 1318 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
01c63f4c
SM
1319 (prolog-input-filter): Use derived-mode-p.
1320 (prolog-inferior-guess-flavor): New function.
1321 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
1322 make-comint to avoid running comint-mode twice.
1323 (prolog-inferior-buffer): New fun.
1324 (prolog-old-process-region, prolog-old-process-file):
1325 Don't call prolog-bsts here...
1326 (prolog-build-prolog-command): ...do it here instead.
1327 (prolog-old-process-region, prolog-old-process-file):
1328 Use compilation-fake-loc and compilation-forget-errors.
1329 (prolog-consult-compile-region): Use bolp.
1330
2f224f0b
CY
13312011-01-28 Chong Yidong <cyd@stupidchicken.com>
1332
1333 * image-mode.el (image-display-size): Doc fix (Bug#7820).
1334
db0e305d
SS
13352011-01-27 Sam Steingold <sds@gnu.org>
1336
9e11271c
SM
1337 * midnight.el (clean-buffer-list-kill-never-buffer-names):
1338 Remove "*server*" which is never created by emacs server.
db0e305d 1339
27bbeb29
DD
13402011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1341
1342 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
1343 there are some diff switches.
1344
153c5428
SM
13452011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
1346
89fdaac7
SM
1347 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1348 Copy change made to ruby-font-lock-syntactic-keywords.
1349
153c5428
SM
1350 * htmlfontify.el: Make it obey the font-lock-face text property.
1351 Miscellaneous cleanup such as:
1352 - Don't hide expressions after a closing paren.
1353 - Move initial setq into let.
1354 - Hoist common parts out of ifs.
1355 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
1356 (hfy-face-at): Use get-text-property instead.
1357 (hfy-prop-invisible-p): Use invisible-p if available.
1358 (htmlfontify-manual): Use \\[...].
1359 (hfy-html-quote-regex): Use [...].
1360 (hfy-combined-face-spec): Simplify.
1361 (hfy-compile-face-map): Don't presume point-min==1.
1362 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
1363 match end of string.
1364 (hfy-text-p): η-reduce.
1365 (hfy-tags-for-file): Receive cache-hash directly.
1366 (hfy-mark-tag-names): Adjust call.
1367
ed7646d4
GM
13682011-01-27 Glenn Morris <rgm@gnu.org>
1369
1370 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
1371 (msb-after-load-hook): Remove eval-after-load wackiness.
1372
ed68f651
SS
13732011-01-25 Sam Steingold <sds@gnu.org>
1374
1375 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
1376 literal "diff" (important for windows-nt).
1377
0fe719e6
GM
13782011-01-25 Glenn Morris <rgm@gnu.org>
1379
1380 * emacs-lisp/copyright.el (copyright-at-end-flag)
1381 (copyright-names-regexp): Add safety properties.
1382 (copyright-year-ranges): New option.
1383 (copyright-find-end): New function, split from copyright-update-year.
1384 (copyright-update-year): Use copyright-find-end.
1385 (copyright-fix-years): Optionally, convert years to ranges.
1386 Handle years continued over comment lines.
1387 Do not mess with the fill-prefix.
1388 Do not call copyright-update.
1389 (copyright-update-directory): Optionally, fix years rather than update.
7e6e2304 1390 Skip directories. Find files with only safe local vars.
0fe719e6 1391
06d8ace5 13922011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
10e1d5f3
SM
1393
1394 * files.el (file-name-non-special): Only change buffer-file-name after
1395 insert-file-contents if it's `visit'ing the file (bug#7854).
1396
06d8ace5 13972011-01-25 Chong Yidong <cyd@stupidchicken.com>
b14f16ad
CY
1398
1399 * dired.el (dired-revert): Doc fix (Bug#7758).
1400
06d8ace5
GM
1401 * simple.el (line-move-visual): Doc fix (Bug#7594).
1402
14032011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
cc9c9831
NN
1404
1405 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
1406 here-doc which ends with an underscore.
1407 (ruby-mode-set-encoding): Skip shebang line always.
1408 (ruby-mode-map): Bind C-c C-c to comment-region.
0d19d4fe 1409 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
cc9c9831
NN
1410 (ruby-forward-sexp): Stop after literal hash key labels.
1411 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
1412 bracket.
1413
06d8ace5 14142011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
d6476407
KM
1415
1416 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
1417 the correct buffer (Bug#7650).
1418
06d8ace5
GM
14192011-01-25 Glenn Morris <rgm@gnu.org>
1420
1421 * comint.el (comint-mode): Doc fix. (Bug#7897)
4d265b4d 1422
ce558208
GM
1423 * simple.el (do-auto-fill): Give it a doc string.
1424
4d265b4d
GM
1425 * button.el (make-text-button): Doc fix. (See bug#7881)
1426
21bb5ce0
SM
14272011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1428
ab0a61d0
SM
1429 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1430 Don't move backward, so as not to fall in an inf-loop (bug#7736).
1431
21bb5ce0
SM
1432 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
1433 Handle ?" and friends differently (e.g. don't use backrefs).
1434
603823f5
JB
14352011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1436
1437 * calc/calc.el (calc-default-power-reference-level)
1438 (calc-default-field-reference-level): New variables.
35f52ed6 1439 * calc/calc-units.el (math-standard-units): Add dB and Np.
603823f5
JB
1440 (math-logunits): New variable.
1441 (math-extract-logunits, math-logcombine, calcFunc-luplus)
1442 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
21bb5ce0
SM
1443 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
1444 New functions.
603823f5
JB
1445 (math-find-base-units-rec): Add entry for ln(10).
1446 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
1447 (calc-ul-prefix-help): New function.
1448 * calc/calc-ext.el (calc-init-extensions): Autoload new units
35f52ed6 1449 functions. Add keybindings for new units functions.
603823f5 1450
11ea68ce 14512011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
10617634
DD
1452
1453 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
11ea68ce 1454 rcirc buffers. (Bug#4940)
10617634 1455
0412a5a4
GM
14562011-01-22 Glenn Morris <rgm@gnu.org>
1457
1458 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
1459 split out from copyright-update-year.
1460 (copyright-update): Don't mess with the GPL version if we don't own the
1461 copyright. Update license regexp, and remove no longer needed
1462 Esperanto stuff.
d226ec23 1463 (copyright-fix-years): Use copyright-find-copyright.
0412a5a4 1464
e7c1dca8
CY
14652011-01-22 Chong Yidong <cyd@stupidchicken.com>
1466
1467 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
1468
4d0143e6
JA
14692011-01-22 Jari Aalto <jari.aalto@cante.net>
1470
1471 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
1472 (lm): Rename to landmark.
1473 (lm-test-run): Rename to landmark-test-run.
1474
e3545d0d
CY
14752011-01-22 Chong Yidong <cyd@stupidchicken.com>
1476
1477 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
1478 "Case sensitive" menu item.
1479
7c82f3e2 14802011-01-22 Roland McGrath <roland@frob.com>
6e1dbaa9
RM
1481
1482 * comint.el (comint-replace-by-expanded-history-before-point): Fix
1483 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
1484
7c82f3e2 14852011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
0f1f97ca
SM
1486
1487 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
1488
7c82f3e2 14892011-01-22 Jari Aalto <jari.aalto@cante.net>
26a27884 1490
6e1dbaa9
RM
1491 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1492 Assume foo(bar) is a manpage reference rather than some unquoted
1493 symbol (bug#7705).
26a27884 1494
7c82f3e2 14952011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
d5e632d8
SM
1496
1497 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
1498 Suggested by Flo <sensorflo@gmail.com>.
1499
7c82f3e2 15002011-01-22 Glenn Morris <rgm@gnu.org>
d00b05c9
GM
1501
1502 * progmodes/compile.el (compilation-error-regexp-alist):
1503 Fix custom type. (Bug#7812)
1504
4936e3ba
KM
15052011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
1506
1507 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
1508 allout-number-siblings, in keeping with what obtained due to
1509 (now-defunct) allout-keybindings-list. Ditch repeat binding to
1510 (prefixed) ?i.
1511 (allout-before-change-handler): Better expose spots affected by
1512 undo.
1513
cde7e38b
CY
15142011-01-22 Chong Yidong <cyd@stupidchicken.com>
1515
1516 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
1517
6b072b27
PH
15182011-01-22 Phil Hagelberg <phil@evri.com>
1519
1520 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
1521 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
1522 (pcmpl-ssh-config-hosts): New function.
1523 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
1524 pcmpl-ssh-known-hosts.
1525
26d82c3a
JB
15262011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1527
c310ff4f
JB
1528 * calc/calc-undo.el (calc-undo): Autoload it.
1529 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
1530 and autoload for `calc-undo'.
1531 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
1532 * calc/calc-prog.el:
1533 * calc/calc-graph.el:
1534 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
26d82c3a 1535
a10c4149
ŠN
15362011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
1537
1538 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
1539 keybindings to `calc-undo'.
1540
8dabbfd6
SM
15412011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1542
1543 Don't mess with *temp*.
1544 * obsolete/spell.el: Move from textmodes/spell.el.
1545 (spell-string):
1546 * term.el (term-read-input-ring):
1547 * startup.el (display-startup-echo-area-message):
1548 * progmodes/antlr-mode.el (antlr-directory-dependencies):
1549 * comint.el (comint-read-input-ring): Use with-temp-buffer.
1550 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
1551 point-min==1.
1552
d3e51865
KM
15532011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
1554
35f52ed6 1555 * allout.el (allout-institute-keymap): Use fset instead of
d42f7802
KM
1556 reapplying defalias.
1557
1558 (allout-hotspot-key-handler): Check for non-control-modified
1559 bindings for hotspot characters if there are no control-modified
1560 versions.
1561
d3e51865
KM
1562 * allout.el: Summary - migrate to defining allout mode using
1563 define-minor-mode instead of defun. Significantly clean-up
1564 internal keymap provisions, refactoring and, in the process,
1565 removing a lot of accumulated cruft.
1566
1567 allout-mode-map is now a keymap by virtue of being a defalias to
1568 allout-mode-map-value, which contains the actual keymap structure.
1569
8dabbfd6
SM
1570 (allout-mode): Use define-minor-mode rather than defun.
1571 Remove now-unnecessary minor-mode setup activities from the body.
d3e51865
KM
1572 Specify :keymap as allout-mode-map so the minor-mode-map-alist
1573 entry will be '(allout-mode . allout-mode-map) - see
1574 allout-mode-map-value, below. Adjust docstring to track changes.
1575 (allout-minor-mode): Remove this defalias, now that we're using
1576 define-minor-mode.
1577 (allout-mode-map): Set value to be 'allout-mode-map. The actual
1578 keymap is allout-mode-map-value, via defalias.
1579 (allout-mode-map-value): The variable holding the actual mode
1580 keymap structure, by virtue of defalias from allout-mode-map.
8dabbfd6 1581 (allout-compose-and-institute-keymap): Rename from
d3e51865
KM
1582 allout-bind-keys, and including the binding-composition
1583 functionality of the former produce-allout-mode-map and
1584 allout-setup-mode-map.
1585 (allout-institute-keymap): Take over the "setup" part of the former
1586 allout-setup-mode-map. Reassign allout-mode-map-value value and
1587 update the defalias.
1588 (allout-command-prefix) (allout-prefixed-keybindings)
8dabbfd6
SM
1589 (allout-unprefixed-keybindings):
1590 Use allout-compose-and-institute-keymap to process the bindings.
2cf429d0 1591 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
d3e51865 1592 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
8dabbfd6
SM
1593 user can customize if they want to use that binding.
1594 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
1595 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
d3e51865
KM
1596 elided that, previously, instead of the one for \C-h.)
1597 (allout-hotspot-key-handler): Remove attempt to resolve the key
1598 through the literal key-string lookup on allout-keybindings-list.
1599 That probably hasn't worked for a Long Time, and removal of
2cf429d0 1600 allout-keybindings-list further simplifies the keybindings situation.
d3e51865
KM
1601 (allout-pre-command-business): Use allout-mode-map-value instead
1602 of allout-mode-map.
1603 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
1604 the bindings if they want to use a keybinding having a trailing
2cf429d0 1605 \C-h. No deprecation needed since this feature was never in a release.
d3e51865
KM
1606 (allout-keybindings-list): Remove. It's not been useful for a
1607 while. (See allout-hotspot-key-handler changes, above.)
1608 (produce-allout-mode-map): Remove. Consolidate into
1609 allout-compose-and-institute-keymap.
1610 (allout-mode-map-adjustments): Remove. No longer necessary with
1611 removal of allout-preempt-trailing-ctrl-h.
1612 (allout-setup-mode-map): Remove. Consolidate into
1613 allout-compose-and-institute-keymap and allout-institute-keymap.
1614
c11136ec
GM
16152011-01-20 Glenn Morris <rgm@gnu.org>
1616
dbfb414e
GM
1617 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
1618
c11136ec
GM
1619 * simple.el (read-expression-history): Remove, it's in minibuf.c.
1620
9aea757b
CY
16212011-01-20 Chong Yidong <cyd@stupidchicken.com>
1622
1623 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
1624
1625 * files.el (find-alternate-file, basic-save-buffer)
1626 (basic-save-buffer-2, revert-buffer, recover-file)
1627 (kill-buffer-ask, abort-if-file-too-large)
1628 (set-visited-file-name, write-file, backup-buffer)
1629 (basic-save-buffer, save-some-buffers):
1630 * dired-aux.el (dired-compress-file): Callers changed.
1631
5dd4f3f7
GM
16322011-01-19 Glenn Morris <rgm@gnu.org>
1633
1634 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
1635 Also check the property status. (Bug#7861)
1636
56761182
MA
16372011-01-18 Michael Albinus <michael.albinus@gmx.de>
1638
1639 * net/tramp.el (tramp-debug-message): Extend function exclude
1640 list. Use `regexp-opt'.
1641
a9faac5c 16422011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1a1fcbe1 1643
9cc3a0c7
SM
1644 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
1645 highlighting doesn't spill over subsequent lines.
1646
1a1fcbe1
SM
1647 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
1648 keymap expression. Improve docstring.
1649
74a10be5
SM
1650 * electric.el (electric-indent-post-self-insert-function):
1651 Don't auto-indent for indent-to-left-margin, it's too often
1652 counter-productive.
1653
721be9cd
TH
16542011-01-16 Tassilo Horn <tassilo@member.fsf.org>
1655
1656 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
1657 spaces if the frame was resized, so that the full visible buffer
1658 serves as canvas for strokes.
1659
a767645f
GM
16602011-01-16 Glenn Morris <rgm@gnu.org>
1661
1662 * info-xref.el (info-xref-docstrings): Replace cl function.
e5c7913c 1663 Also skip directories.
a767645f 1664
444ee8dd
KR
16652011-01-16 Kevin Ryde <user42@zip.com.au>
1666
1667 * info-xref.el: Version 3.
1668 (info-xref-check, info-xref-check-all): Move commentary details
1669 into docstrings for better visibility.
1670 Use compilation-mode for the results buffer.
1671 (info-xref-output, info-xref-output-error, info-xref-with-output)
1672 (info-xref-filename, info-xref-in-progress):
1673 New internals for this.
1674 (info-xref-check-list, info-xref-check-buffer)
1675 (info-xref-check-all-custom): Use those.
1676 (info-xref-output-buffer): Rename from info-xref-results-buffer.
1677 (info-xref-output-heading): Rename from info-xref-filename-heading.
1678 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
1679 (info-xref-filename-heading): Move to output managing section.
35f52ed6 1680 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
444ee8dd
KR
1681 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
1682 (info-xref-subfile-p): Move to generic section with those two.
1683 (info-xref-check-node): New function split from
1684 info-xref-check-buffer, shared by info-xref-docstrings.
1685 (info-xref-goto-node-p): Move to a checking section with that func.
1686 (info-xref-unavail): New counter.
1687 (info-xref-check-node): Use it.
1688 (info-xref-with-output): Show count of unavailables at end of output.
1689 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
35f52ed6 1690 symlinks. Exclude .texi files. Exclude Emacs backup files.
444ee8dd
KR
1691 (info-xref-check-all-custom): Fix quietening viper-mode and
1692 gnus-registry-install -- use setq not let so as not to unbind
1693 after load.
1694
d4119912
JL
16952011-01-16 Juri Linkov <juri@jurta.org>
1696
1697 * isearch.el (isearch-abort): Don't quit if search has
1698 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
1699
b024d9f0
MD
17002011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
1701
1702 * files.el (backup-buffer): Make last-resort backup file in
1703 .emacs.d (Bug#6953).
1704
1705 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
1706 make it with permission 700.
1707
d52969e8 17082011-01-15 Kenichi Handa <handa@m17n.org>
1a6a03e4 1709
74a10be5
SM
1710 * mail/rmailmm.el (rmail-mime-insert-header):
1711 Set rmail-mime-coding-system to a cons whose car is the last coding
1a6a03e4
KH
1712 system used to decode the header.
1713 (rmail-mime-find-header-encoding): New function.
74a10be5
SM
1714 (rmail-mime-insert-decoded-text):
1715 Override rmail-mime-coding-system if it is a cons.
1a6a03e4
KH
1716 (rmail-show-mime): If only a header part was decoded, find the
1717 coding system while ignoring mm-charset-override-alist.
1718
d52969e8 17192011-01-15 Chong Yidong <cyd@stupidchicken.com>
c88aaf48
CY
1720
1721 * subr.el (event-start, event-end): Doc fix (Bug#7826).
1722
d52969e8 17232011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
1724
1725 * mail/rmailmm.el (rmail-mime-next-item)
1726 (rmail-mime-previous-item): Delete them.
1727 (rmail-mime-shown-mode): Recursively call for children.
74a10be5
SM
1728 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
1729 Callers changed.
e7ca0062
KH
1730 (rmail-mime-raw-mode): Recursively call for children.
1731 (rmail-mode-map): Change mapping of tab and backtab to
1732 forward-button and backward-button respectively.
1733 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
1734 button.
1735 (rmail-mime-update-tagline): New function.
1736 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
1737 body display is changed.
74a10be5 1738 (rmail-mime-toggle-button): Rename from rmail-mime-image.
e7ca0062
KH
1739 (rmail-mime-image): Delete this button type.
1740 (rmail-mime-toggle): New button type.
1741 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
1742 body display is changed. Change the save button label to "Save".
1743 Don't process show/hide button here.
1744 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
1745 the body display is changed. Unconditionally call
1746 rmail-mime-insert for children.
1747 (rmail-mime-handle): Update `display' vector of the just inserted
1748 entity.
1749 (rmail-mime-process): If mail-header-parse-content-type returns
1750 nil, use "text/plain" as the fallback type.
1751 (rmail-mime-insert): For raw-mode, recursively call
1752 rmail-mim-insert for children.
1753 (rmail-mime): Handle the case that the current buffer is not rmail
1754 buffer (e.g. in summary buffer).
1755
d52969e8 17562011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
1757
1758 * mail/rmailmm.el (rmail-mime-next-item)
1759 (rmail-mime-previous-item): Skip the body of a non-multipart
1760 entity if a tagline is shown.
1761
362b9d48
GM
17622011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1763
1764 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
1765 (tmm-prompt): Simplify.
1766 (tmm-add-prompt): Remove unused var `win'.
1767
1768 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
1769 to minor mode which used nil accidentally to mean "turn off".
1770
17712011-01-15 Michael Albinus <michael.albinus@gmx.de>
1772
1773 * net/tramp-sh.el (tramp-find-inline-compress)
1774 (tramp-get-inline-coding): Quote command after pipe symbol for
1775 local calls under W32. (Bug#6784)
1776
17772011-01-15 Michael Albinus <michael.albinus@gmx.de>
1778
1779 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
1780 only when running under W32.
1781
17822011-01-15 Eli Zaretskii <eliz@gnu.org>
1783
1784 * progmodes/grep.el (grep-compute-defaults): Quote the program
1785 file name after the pipe symbol in Grep templates. (Bug#6784)
1786 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
1787
17882011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
1789
1790 * buff-menu.el (Buffer-menu-buffer-list): New var.
1791 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
1792 restricted buffer list is not lost on revert (Bug#7749).
1793
17942011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
1795
1796 * net/ldap.el (ldap-search-internal): Discard stderr output.
1797
17982011-01-15 Eli Zaretskii <eliz@gnu.org>
1799
1800 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
1801
18022011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1803
1804 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
1805
18062011-01-15 Kenichi Handa <handa@m17n.org>
1807
1808 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
1809 part as a plain text.
1810 (rmail-mime-process-multipart): Set the default content-type to
1811 nil for unknown multipart subtypes (bug#7651).
1812
6d3d6113
SM
18132011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1814
4391b429
SM
1815 * hexl.el (hexl-mode-old-*): Remove.
1816 (hexl-mode--old-var-vals): New var to replace them.
1817 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
1818 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
1819 Use them to set local vars (bug#7846).
1820 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
1821 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
1822 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
1823
6d3d6113
SM
1824 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
1825 (smerge-resolve--normalize-re): New var.
1826 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
1827 (smerge-resolve): Use them.
1828 * newcomment.el (comment-only-p): New function.
1829 (comment-or-uncomment-region): Use it.
1830
77ab81d0 18312011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
8d4708af
BG
1832
1833 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
1834 table, get the value before switching to the output buffer. (Bug#7733)
1835
77ab81d0 18362011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
364df1cc
SM
1837
1838 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
1839
8faba62c
KS
18402011-01-14 Kim F. Storm <storm@cua.dk>
1841
1842 * emulation/cua-base.el (cua--init-keymaps):
1843 Remap exchange-point-and-mark in cua-global-keymap.
1844
ab7eb811
TH
18452011-01-14 Tassilo Horn <tassilo@member.fsf.org>
1846
1847 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
1848 loop keyword.
1849
fc55380c
SM
18502011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1851
1852 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
1853 Require CL.
1854 (easy-menu-create-menu, easy-menu-convert-item-1):
1855 Use :label rather than nil for labels. Use `case'.
1856 Add :enable as alias for :active.
1857 (easy-menu-binding): Obey :label.
1858
dbed16aa
SM
18592011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1860
4d789d84
SM
1861 Use run-mode-hooks for major mode hooks (bug#513).
1862 * textmodes/reftex-toc.el (reftex-toc-mode-map):
1863 Rename from reftex-toc-map.
1864 (reftex-toc-mode): Use define-derived-mode.
1865 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
1866 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
1867 Rename from reftex-select-(label|bib)-map. Move init into declaration.
1868 (reftex-select-label-mode, reftex-select-bib-mode):
1869 Use define-derived-mode.
1870 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
1871 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
1872 Move init into delcaration.
1873 (reftex-index-mode, reftex-index-phrases-mode):
1874 Use define-derived-mode.
1875 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
1876 speedbar-syntax-table. Move init into declaration.
1877 (speedbar-mode-map): Rename from speedbar-key-map.
1878 Move init into declaration.
1879 (speedbar-file-key-map): Move init into declaration.
1880 (speedbar-mode): Use define-derived-mode.
1881 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
1882 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
1883 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
1884 (chart-face-list): Move initialization into declaration.
1885 (chart-mode): Use define-derived-mode.
1886 * calculator.el (calculator-mode-map): Move init into declaration.
1887 (calculator-mode): Use define-derived-mode.
1888
b49a2dbf
SM
1889 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
1890 work for nested comments.
1891
dbed16aa
SM
1892 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
1893 (prolog-use-prolog-tokenizer-flag): Change default when
1894 syntax-propertize can be used.
1895 (prolog-syntax-propertize-function): New var.
1896 (prolog-mode-variables): Move make-local-variable into `set'.
1897 Don't make comment-column local since we don't set it.
1898 Set comment-add (as it was in previous prolog.el). Use dolist.
1899 Set syntax-propertize-function.
1900 (prolog-mode, prolog-inferior-mode):
1901 Call prolog(-inferior)-menu directly, not through the mode-hook.
1902 (prolog-buffer-module, prolog-indent-level)
1903 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
1904 (prolog-comment-limits, prolog-goto-comment-column):
1905 Use line-(end|beginning)-position.
1906 (prolog-build-prolog-command): Tighten up regexp.
1907 (prolog-consult-compile): Move make-local-variable into `set'.
1908 (prolog-consult-compile-filter, prolog-goto-next-paren)
1909 (prolog-help-on-predicate, prolog-clause-info)
1910 (prolog-mark-predicate): Don't let+setq.
1911 (prolog-indent-line): Use indent-line-to.
1912 Only call prolog-goto-comment-column if necessary.
1913 (prolog-indent-level): Use bobp.
1914 (prolog-first-pos-on-line): Remove, not used any more.
1915 (prolog-in-string-or-comment): Use syntax-ppss if available.
1916 (prolog-help-on-predicate): Use read-string.
1917 (prolog-goto-predicate-info): Simplify.
1918 (prolog-read-predicate): Use `default' rather than `initial'.
1919 (prolog-temporary-file): Use make-temp-file to close a security hole.
1920 (prolog-toggle-sicstus-sd): New command.
1921 (prolog-electric-underscore, prolog-variables-to-anonymous):
1922 Use dynamic-scoping as it was meant.
1923 (prolog-menu): Move menu definitions to top-level.
1924 Use a toggle-button for Sicstus's source debugger.
1925 Change "Code" to the more usual "Prolog", and hence change "Prolog"
1926 to "System".
1927 (prolog-inferior-menu): Reuse prolog-menu's help menu.
1928 Move other menu definition to top-level.
1929
50f8cd96
TH
19302011-01-13 Tassilo Horn <tassilo@member.fsf.org>
1931
5b355315
TH
1932 * doc-view.el (doc-view-open-text): Use meaningful text buffer
1933 name. Keep original document's directory as default-directory
1934 (bug#6446).
1281bd51
TH
1935 (doc-view-initiate-display): Fall back to normal mode when
1936 doc-view-mode cannot be enabled, also when extracting the document
1937 text into a separate buffer (bug#6446).
5b355315 1938
50f8cd96
TH
1939 * simple.el (shell-command): Don't error out if shell command
1940 buffer contains text with non-nil read-only property when erasing
1941 the buffer.
1942
821f936d
KS
19432011-01-13 Kim F. Storm <storm@cua.dk>
1944
1945 * ido.el (ido-may-cache-directory): Move "too-big" check later.
1946 (ido-next-match, ido-prev-match): Fix stray reordering of matching
1947 items when cycling through the matches.
1948
f754f898
TH
19492011-01-13 Tassilo Horn <tassilo@member.fsf.org>
1950
1951 * dired-x.el (dired-omit-verbose): New defcustom that allows
1952 disabling the omit messages.
1953 (dired-omit-expunge): Use it.
1954
d221e780
CO
19552011-01-13 Christian Ohler <ohler@gnu.org>
1956
1957 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
1958
a03b542a
CY
19592011-01-13 Chong Yidong <cyd@stupidchicken.com>
1960
1961 * font-lock.el (font-lock-verbose): Default to nil.
1962
25ca2e61
CY
19632011-01-13 Chong Yidong <cyd@stupidchicken.com>
1964
1965 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
1966 (compose-mail): New arg RETURN-ACTION.
1967 (compose-mail-other-window, compose-mail-other-frame): Likewise.
1968
1969 * mail/sendmail.el (mail-return-action): New var.
1970 (mail-mode): Make it buffer-local.
1971 (mail-bury): Obey it. Move special Rmail window handling to
1972 rmail-mail-return.
1973 (mail, mail-setup): New arg RETURN-ACTION.
1974 (sendmail-user-agent-compose): Move from simple.el.
1975
1976 * mail/rmail.el (rmail-mail-return): New function.
1977 (rmail-start-mail): Pass it to compose-mail.
1978
2a8b13af
CY
19792011-01-12 Chong Yidong <cyd@stupidchicken.com>
1980
b2948a87
CY
1981 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
1982 menus. Add menu item for customize-themes.
1983
1984 * cus-theme.el (customize-themes):
74a10be5
SM
1985 * emacs-lisp/package.el (package--list-packages):
1986 Use switch-to-buffer.
2a8b13af 1987
059616e5
JB
19882011-01-11 Johan Bockgård <bojohan@gnu.org>
1989
1990 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
1991
04380ff1
SM
19922011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1993
1994 * progmodes/prolog.el: Fix up coding convention and such.
1995 (prolog-indent-width): Use the same default as in
1996 previous prolog.el rather than tab-width which depends on which buffer
1997 is current when the file is loaded.
1998 (prolog-electric-newline-flag): Only enable if electric-indent-mode
1999 is not available.
2000 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2001 (prolog-known-systems): Remove.
2002 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2003 Move initialization into declaration.
2004 (prolog-mode-map): Move initialization into declaration.
2005 Remove system-specific mode-map vars, since they referred to the same
2006 keymap anyway.
2007 (prolog-mode-variables): Obey the user's preference w.r.t
2008 adaptive-fill-mode. Prefer symbol-value to `eval'.
2009 (prolog-mode-keybindings-edit): Add compatibility bindings.
2010 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2011 (mercury-mode-map): New var.
2012 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2013 (prolog-ensure-process, prolog-process-insert-string)
2014 (prolog-consult-compile): Use with-current-buffer.
2015 (prolog-guess-fill-prefix): Simplify data flow.
2016 (prolog-replace-in-string): New function to use instead of
2017 replace-in-string.
2018 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2019 (prolog-uncomment-region): Use `uncomment-region' when available.
2020 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2021 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2022 of int-to-char and char-to-int.
2023 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2024
e2019526
SB
20252011-01-11 Stefan Bruda <stefan@bruda.ca>
2026
2027 * progmodes/prolog.el: Replace by a whole new file.
2028
3fa173b4
SM
20292011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2030
2031 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2032 (declare-function, undefined, insert-for-yank)
2033 (replace-regexp-in-string): Follow checkdoc's recommendations.
2034
7973bcea
SM
20352011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2036
2037 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2038 refreshing the diary buffer.
2039
0af8c88b
KM
20402011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2041
7973bcea 2042 * allout.el: Add 2011 to the file copyright.
0af8c88b
KM
2043 (allout-encrypt-string): Prevent encryption from adding an extra
2044 newline at the end of the topic body.
2045 (allout-version): Increment to 2.3.
2046
1a27c64e
MA
20472011-01-10 Michael Albinus <michael.albinus@gmx.de>
2048
7973bcea
SM
2049 * net/dbus.el (dbus-unregister-service): Complete doc.
2050 Fix call of dbus-error signal.
5c0b4070 2051 (dbus-register-property): Use `dont-register' keyword.
1a27c64e 2052
0a203b61
MA
20532011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2054
2055 * net/dbus.el (dbus-unregister-service): Translate returned
2056 integer into a symbol.
2057 (dbus-register-property): Use `dbus-register-service' to do the
2058 name registration.
2059
895123f5
CY
20602011-01-09 Chong Yidong <cyd@stupidchicken.com>
2061
7973bcea
SM
2062 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2063 Suggested by Joakim Verona.
12e1f328 2064
732eb50a
CY
2065 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2066
895123f5
CY
2067 * wid-edit.el (visibility): Replace :on-image and :off-image
2068 widget properties with :on-glyph and :off-glyph, for consistency
2069 with the `visibility' widget.
2070 (widget-toggle-value-create, widget-visibility-value-create):
2071 Merge into a single function `widget-toggle-value-create'.
2072
2073 * cus-edit.el (custom-variable-value-create, custom-visibility)
7973bcea
SM
2074 (custom-face-edit-value-create, custom-face-value-create):
2075 Replace :on-image and :off-image widget properties with :on-glyph and
895123f5
CY
2076 :off-glyph, for consistency with the `visibility' widget.
2077
c8043a22
AS
20782011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2079
2080 * net/ldap.el (ldap-search-internal): Don't use eval.
2081
b7617f6d
CY
20822011-01-09 Chong Yidong <cyd@stupidchicken.com>
2083
973f1f2a
CY
2084 * subr.el (read-char-choice): Use read-key.
2085
b7617f6d
CY
2086 * custom.el (custom-safe-themes): Rename from
2087 custom-safe-theme-files. Add :risky tag.
2088 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2089 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2090
900503ae
CY
20912011-01-09 Chong Yidong <cyd@stupidchicken.com>
2092
2093 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2094 from Search and add a label to Undo.
2095
2096 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2097 inappropriate buttons and adding :vert-only tags.
2098
2099 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2100 removal of Help tool-bar button. Remove Undo button for space.
2101
2102 * info.el (info-tool-bar-map): Add :vert-only tags.
2103
c44d54b3
TH
21042011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2105
2106 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2107 image backend support. Either of them is fine.
2108
3ef01959
CY
21092011-01-08 Chong Yidong <cyd@stupidchicken.com>
2110
3d91e302
CY
2111 * subr.el (y-or-n-p): Doc fix.
2112
278f6845
CY
2113 * custom.el (custom-safe-theme-files): New defcustom.
2114 (custom-theme-load-confirm): New function.
2115 (load-theme): Load theme using `load', confirming with
2116 custom-theme-load-confirm if necessary.
2117
3ef01959
CY
2118 * subr.el (read-char-choice): New function, factored out from
2119 dired-query and hack-local-variables-confirm.
2120
2121 * dired-aux.el (dired-query):
2122 * files.el (hack-local-variables-confirm): Use it.
2123
2124 * dired-aux.el (dired-compress-file):
2125 * files.el (abort-if-file-too-large, find-alternate-file)
2126 (set-visited-file-name, write-file, backup-buffer)
2127 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2128 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2129 Use new format string args for y-or-n-p and yes-or-no-p.
2130
7c837933
AS
21312011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2132
2133 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2134 [gcc-include]: Tighten file name match, add match for column
2135 number. (Bug#7806)
6c7ec171 2136 [gnu]: Remove unused group.
7c837933 2137
d0981f82
GM
21382011-01-08 Glenn Morris <rgm@gnu.org>
2139
e7a42417
GM
2140 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2141
d0981f82
GM
2142 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2143
d43bb7d3
SS
21442011-01-07 Sam Steingold <sds@gnu.org>
2145
2146 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2147 the `explicit-shell-file-name' because that is the
2148 non-interactive shell.
2149
8c51d2a2
CY
21502011-01-07 Chong Yidong <cyd@stupidchicken.com>
2151
2152 * subr.el (y-or-n-p): Accept format string args.
2153
66b7b0fe
GM
21542011-01-07 Glenn Morris <rgm@gnu.org>
2155
2156 * Makefile.in (EMACSOPT): Add --no-site-lisp.
2157
1e004a83
KM
21582011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
2159
66b7b0fe 2160 * allout.el (allout-back-to-current-heading): Ensure return to
1e004a83 2161 the visible containing topic, rather than a collapsed one.
66b7b0fe 2162 (allout-view-change-hook): Remove hook that was deprecated long ago.
1e004a83
KM
2163 (allout-exposure-change-hook): Remove documentation remarks
2164 concerning removed allout-view-change-hook.
2165 (allout-flag-region): Remove invocation of and documentation
2166 remarks concerning allout-view-change-hook.
2167
b0a8e46b
GM
21682011-01-06 Glenn Morris <rgm@gnu.org>
2169
2170 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
2171 (vc-bzr-annotate-extract-revision-at-line):
2172 Handle authors with embedded spaces. (Bug#7792)
2173
875c044a
TH
21742011-01-05 Tassilo Horn <tassilo@member.fsf.org>
2175
2176 * doc-view.el (doc-view-image-width): New variable.
2177 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
2178 backend for PNG images, and do dynamic rescaling instead of
2179 reconverting the whole doc.
2180
1f6f7722
GM
21812011-01-05 Glenn Morris <rgm@gnu.org>
2182
2183 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
2184
e9e68fda
KM
21852011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
2186
4896e8fc 2187 * allout.el: Reconcile with changes in line movement behavior for
e9e68fda
KM
2188 long text lines that cross more than a single physical window
2189 line, ie when truncate-lines is nil.
e9e68fda
KM
2190 (allout-next-visible-heading): Provide for change in line-move
2191 behavior on long lines when truncate-lines is nil. In that case,
2192 line-move can wind up on the same textual line when it moves to
2193 the next window line, and moving to the bullet position after the
2194 move yields zero advancement. Add logic to detect and compensate
2195 for the lack of progress.
2196 (allout-current-topic-collapsed-p): move-end-of-line respect for
2197 field boundaries is different when operating with body lines
2198 shorter than window width versus ones greater than window width,
2199 which can yield false negatives in this function. Avoid
2200 difference by applying move-end-of-line while field-text-motion is
2201 inhibited.
2202
3f1b6eb2
GM
22032011-01-04 Glenn Morris <rgm@gnu.org>
2204
2205 * textmodes/rst.el (rst-compile-toolsets):
2206 Add pdf and s5 to option alist.
2207
6388924a
MA
22082011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2209
7973bcea 2210 * net/dbus.el (dbus-register-property): Add optional parameter
6388924a
MA
2211 dont-register-service. Updated docstring accordingly.
2212
c3e4b003
AS
22132011-01-04 Andreas Schwab <schwab@linux-m68k.org>
2214
2215 * textmodes/rst.el (rst-compile-pdf-preview)
2216 (rst-compile-slides-preview): Remove extra line.
2217
ef4271fe
GM
22182011-01-04 Glenn Morris <rgm@gnu.org>
2219
2220 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
2221 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
2222 default to `prog' without a .py extension.
2223 (rst-compile-pdf-preview, rst-compile-slides-preview):
2224 Use program names from rst-compile-toolsets, rather than hard-coding.
2225 (rst-portable-mark-active-p): Fix presumed typo.
2226
7c420169 22272011-01-02 Eli Zaretskii <eliz@gnu.org>
01e62600 2228
7c420169 2229 * term/w32-win.el (dynamic-library-alist): Set up correctly for
5be1c984
EZ
2230 libpng versions both before and after 1.4.0. (Bug#7716)
2231
7c420169 22322011-01-02 Eli Zaretskii <eliz@gnu.org>
2d34d523 2233
6491af11
EZ
2234 * time.el (display-time-mode): Mention display-time-interval in
2235 the doc string. (Bug#7713)
2236
7c420169 22372011-01-02 Kenichi Handa <handa@m17n.org>
8258ae3f
KH
2238
2239 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
2240 condition-case and return an error message string if something
2241 goes wrong.
2f952059 2242 (rmail-show-mime): Adjust for the above change. Insert the
8258ae3f
KH
2243 header by rmail-mime-insert-header.
2244
7c420169 22452011-01-02 Kenichi Handa <handa@m17n.org>
186f7f0b
KH
2246
2247 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
2248 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
2249 (rmail-mime-mbox-buffer)
2250 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
2251 (rmail-mime-entity): Argument changed. All codes handling an
2252 entity object are changed.
2f952059 2253 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
186f7f0b
KH
2254 the above change.
2255 (rmail-mime-entity-children, rmail-mime-entity-handler)
2256 (rmail-mime-entity-tagline): New functions.
2257 (rmail-mime-message-p): New function.
2258 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
2259 (rmail-mime-entity-segment, rmail-mime-next-item)
2260 (rmail-mime-previous-item, rmail-mime-shown-mode)
2261 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
2262 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2f952059
ML
2263 (rmail-mime-insert-tagline, rmail-mime-insert-header):
2264 New functions.
186f7f0b
KH
2265 (rmail-mime-text-handler): Call rmail-mime-insert-text.
2266 (rmail-mime-insert-decoded-text): New function.
2267 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
2268 (rmail-mime-insert-image): Argument changed. Caller changed.
2269 (rmail-mime-image): Call rmail-mime-toggle-hidden.
b762841f 2270 (rmail-mime-set-bulk-data): New function.
186f7f0b
KH
2271 (rmail-mime-insert-bulk): Argument changed.
2272 (rmail-mime-multipart-handler): Return t.
2f952059
ML
2273 (rmail-mime-process-multipart): Argument changed.
2274 Handle "multipart/alternative" here.
186f7f0b
KH
2275 (rmail-mime-process): Argument changed.
2276 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
2277 (rmail-mime-insert): Argument changed. Handle raw display mode.
2278 (rmail-mime): Argument changed. Handle toggling of raw display
2279 mode.
2280 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
2281 rmail-mime-view-buffer.
2282 (rmail-insert-mime-forwarded-message): Likewise.
2283 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
2284
2285 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
2286 non-nil, handle the header in rmail-show-mime-function.
2287
7c420169 22882011-01-02 Leo <sdl.web@gmail.com>
e1a23575 2289
7c420169 2290 * help-fns.el (describe-variable): Fix previous change.
e1a23575 2291
7c420169 22922011-01-02 Juri Linkov <juri@jurta.org>
957e5dd1
JL
2293
2294 * isearch.el (isearch-lazy-highlight-error): New variable.
2295 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
2296 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
2297 to the current value of `isearch-error' (Bug#7468).
2298
7c420169 22992011-01-02 Chong Yidong <cyd@stupidchicken.com>
3c505d31
CY
2300
2301 * help-fns.el (describe-variable): Don't emit trailing whitespace
2302 (Bug#7511).
2303
7c420169 23042011-01-02 Chong Yidong <cyd@stupidchicken.com>
c1cf05f4
CY
2305
2306 * textmodes/rst.el (rst-compile-pdf-preview)
2307 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
2308
7c420169 23092011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
c8cbbe27
KG
2310
2311 * emulation/edt-mapper.el: Override mapping of function keys so
2312 that the later call to read-key-sequence works.
2313
7c420169 23142011-01-02 Eli Zaretskii <eliz@gnu.org>
95e4cc85
EZ
2315
2316 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
2317 Unix EOLs. (Bug#7589)
2318
7c420169
CY
23192011-01-02 Leo <sdl.web@gmail.com>
2320
2321 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
2322 if point is not behind eshell-last-output-end (Bug#7585).
2323
23242011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
2325
2326 * files.el (file-local-variables-alist):
2327 Make permanent-local (bug#7767).
2328
23292011-01-02 Glenn Morris <rgm@gnu.org>
2330
2331 * version.el (emacs-copyright): Set short copyright year to 2011.
2332
23332011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2334
2335 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
2336 an existing temp buffer. (Bug#7746)
2337
23382011-01-02 Glenn Morris <rgm@gnu.org>
2339
2340 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
2341 multiple addresses. (Bug#7760)
2342
fb9a573a
KM
23432011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
2344
e9e68fda 2345 * allout.el (allout-auto-fill): Do not infinitely recurse - use
fb9a573a
KM
2346 do-auto-fill if everything points back to allout-auto-fill.
2347 (allout-mode-deactivate-hook): Declare obsolete, in favor of
2348 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
2349
8d68c659
MA
23502010-12-31 Michael Albinus <michael.albinus@gmx.de>
2351
2352 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
2353 and "scpx".
2354
291cc045
TH
23552010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2356
2357 * doc-view.el (doc-view-set-doc-type): New function refactored
2358 from doc-view-mode.
2359 (doc-view-fallback-mode): New function.
2360 (doc-view-mode): Use it.
2361 (doc-view-mode-maybe): New function that checks if doc-view-mode
2362 can be used and falls back to the next best mode otherwise.
2363
2364 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
2365 DVI, OpenDocument, and MS Office files.
2366
8ee2dc5c
AS
23672010-12-30 Andreas Schwab <schwab@linux-m68k.org>
2368
2369 * emacs-lisp/rx.el (rx-syntax): Fix typo.
2370
f9e68477
TH
23712010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2372
2373 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
2374 on a copy of auto-mode-alist, because that deletes with side
2375 effects.
2376
ad727c81
TH
23772010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2378
7973bcea
SM
2379 * doc-view.el (doc-view-mode, doc-view-toggle-display):
2380 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
ad727c81
TH
2381 fallback instead of hard coding fundamental mode.
2382
b71b7803
TH
23832010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2384
2385 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
2386 Office) files also for searching.
2387
95e16d17
TH
23882010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2389
2390 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
2391 Office) files. Not yet enabled via auto-mode-list.
2392 (doc-view-unoconv-program): New custom variable.
2393 (doc-view-mode-p): Handle new odf document type.
2394 (doc-view-odf->pdf): New conversion function.
2395 (doc-view-convert-current-doc): Call it for odf files.
2396 (doc-view-mode): Recognize newly supported file extensions.
2397
b191c9d9
MA
23982010-12-30 Michael Albinus <michael.albinus@gmx.de>
2399
2400 * net/tramp.el (tramp-default-method-alist)
2401 (tramp-default-user-alist)
2402 (tramp-local-host-regexp, tramp-prefix-domain-format)
2403 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
2404
2405 * net/tramp-ftp.el:
2406 * net/tramp-gvfs.el:
2407 * net/tramp-gw.el:
2408 * net/tramp-imap.el:
2409 * net/tramp-sh.el:
2410 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
2411 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
2412
6e457cc9
KF
24132010-12-29 Karl Fogel <kfogel@red-bean.com>
2414
2415 * saveplace.el (save-place-alist-to-file): Save list sorted and
2416 pretty-printed, so that it is mergeable by line-based text merging,
2417 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
2418
fb9a573a
KM
24192010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
2420
e9e68fda 2421 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
fb9a573a
KM
2422 (allout-mode): Argument "toggle" => "force".
2423 Refine the docstring.
2424 Remove special provisions for reactivation, besides the 'force'
2425 argument.
2426 Consolidate layout provisions coce directly into the activation
2427 condition branch, now that we've removed those provisions.
2428 (allout-unload-function): Explicitly activate the mode before
2429 deactivating, if it's initially deactivated.
2430 (allout-set-buffer-multibyte): Properly prevent byte-compiler
2431 warnings for version of function used only where
2432 set-buffer-multibyte is unavailable.
2433
c940c054
CY
24342010-12-28 Chong Yidong <cyd@stupidchicken.com>
2435
2436 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
2437 are handled by the menu-bar entries. As before, don't use
2438 :visibile to avoid changing the tool-bar.
2439
4c145d5d
MA
24402010-12-27 Michael Albinus <michael.albinus@gmx.de>
2441
2442 * net/secrets.el (secrets-delete-alias): New defun.
2443
fe99f704
MA
24442010-12-27 Michael Albinus <michael.albinus@gmx.de>
2445
2446 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
2447 methods, otherwise ~/.ssh/config would be ignored.
2448
723ee192
SM
24492010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2450
2451 * emacs-lisp/rx.el: Make it a superset of sregex.
2452 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
2453 of args, add `regex' alias.
2454 (rx-info): Add arg to distinguish head and standalone forms.
2455 (rx-check, rx-form): Pass the corresponding arg.
2456 (rx-**): Simplify.
2457 (rx-repeat): Make it work for any number of args.
2458 (rx-syntax): Make it accept syntax chars as is.
2459 * obsolete/sregex.el: Move from emacs-lisp/.
2460 * emacs-lisp/re-builder.el: Remove sregex support.
2461 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
2462
e77714da
EZ
24632010-12-25 Eli Zaretskii <eliz@gnu.org>
2464
2465 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
2466 PRIMARY first, then the clipboard. (Bug#7699)
2467
17870c01
SM
24682010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2469
2470 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
2471 print-number-table.
2472
6bfa51ba
CY
24732010-12-21 Chong Yidong <cyd@stupidchicken.com>
2474
d78cdcf7
CY
2475 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
2476 .emacs.elc (Bug#7530).
2477
6bfa51ba
CY
2478 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
2479 image spec (Bug#7480).
2480
9d9cfd53
DU
24812010-12-21 Daiki Ueno <ueno@unixuser.org>
2482
2483 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
723ee192
SM
2484 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
2485 Move from lisp/.
9d9cfd53 2486
adc0b793
JD
24872010-12-20 Leo <sdl.web@gmail.com>
2488
2489 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
2490 always be performed (Bug#7680).
2491
778ca437
CY
24922010-12-20 Chong Yidong <cyd@stupidchicken.com>
2493
3f95d7ff
CY
2494 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
2495 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
2496 mouse-region-match.
778ca437 2497
3f95d7ff 2498 * color.el: Move from gnus/.
94975270 2499
f48fdaad
CY
2500 * vc/diff.el (diff-better-file-name): Function deleted.
2501 abbreviating file names causes problems with shell-quote-argument.
94975270
CY
2502 (diff-no-select): Just use expand-file-name.
2503
2504 * tool-bar.el (tool-bar--image-expression): New function.
2505 (tool-bar-local-item, tool-bar--image-exp): Use it.
2506 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
2507 Use :enable instead of :visible to avoid changing the tool-bar
2508 configuration unnecessarily.
2509
2510 * info.el (info-tool-bar-map): Add separators.
2511
2e306b39
KB
25122010-12-17 Ken Brown <kbrown@cornell.edu>
2513
2514 * loadup.el: Use version numbers in Cygwin build.
2515
395542c6
RT
25162010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
2517
2518 * ido.el (ido-file-internal): Ask for confirmation before
2519 overwriting an existing file (Bug#1238).
2520
4039c786
CY
25212010-12-16 Chong Yidong <cyd@stupidchicken.com>
2522
2523 * tool-bar.el (tool-bar-setup): Add separators.
2524
2525 * menu-bar.el (featurep): Use menu-bar-separator.
2526
45720dc3
GM
25272010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
2528
2529 Migrate allout encryption provisions from pgg to epg.
2530
2531 * allout.el (allout-toggle-current-subtree-encryption)
2532 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
2533 defaulting policy and other changes. Change fetch-pass to keymode-cue,
2534 for simpler universal argument interpretation.
35f52ed6 2535 (allout-toggle-subtree-encryption): Adjust docstring to describe
45720dc3
GM
2536 changed encryption provisions. Change fetch-pass to keymode-cue, for
2537 simpler universal argument interpretation. Remove provisions for
2538 handling key type and identity - they'll all be within
2539 allout-encrypt-string or epg/epg or even contained all the way in gpg.
2540 (allout-encrypt-string): Include keymode-cue, for optionally prompting
2541 for keypair recipients (universal argument > 1) and, in addition,
2542 associating the specified recipients with the outline (universal
2543 argument > 4) using a file local variable setting for
2544 'epa-file-encrypt-to'.
2545 Require epa, for recipients handling.
2546 Change how regexp filtering elements are named.
2547 Describe the problem with caching of incorrect symmetric-decryption
2548 keys.
2549 Use the epa-passphrase-callback-function, in case the user is using
2550 GnuPG v1.
2551 Support saving of the selected keypair recipients when invoked with a
2552 keymode-cue > 4.
2553 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
2554 Require 'epa.
2555 Establish epg-context with armoring and default epg-protocol.
2556 Remove all passphrase cache, verification, and hinting code.
2557 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
2558 No longer used, delete.
2559 (allout-mode): Adjust docstring to describe changed encryption
2560 provisions. Describe the problem with caching of incorrect
2561 symmetric-decryption keys.
2562 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
2563 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
2564 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
2565 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
2566 Obsolete, remove.
2567
33088bed
DU
25682010-12-16 Daiki Ueno <ueno@unixuser.org>
2569
2570 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
2571 key selection prompt; make 'silent as default (Bug#7487).
2572
bfc49a5b
LL
25732010-12-16 Leo <sdl.web@gmail.com>
2574
7973bcea
SM
2575 * eshell/eshell.el (eshell-directory-name):
2576 Use locate-user-emacs-file (Bug#7578).
bfc49a5b 2577
68251e16
GM
25782010-12-15 Glenn Morris <rgm@gnu.org>
2579
2580 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
2581
99f053cf
JA
25822010-12-15 Jari Aalto <jari.aalto@cante.net>
2583 Scott Evans <gse@antisleep.com>
2584
2585 * rect.el (rectange--default-line-number-format)
2586 (rectangle-number-line-callback): New functions.
2587 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
2588
5614fd56
CY
25892010-12-15 Chong Yidong <cyd@stupidchicken.com>
2590
2591 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
2592 Delete unused variables.
2593 (move-to-column-force): Remove function obsolete since 21.2.
2594
d68b0220
MA
25952010-12-14 Michael Albinus <michael.albinus@gmx.de>
2596
2597 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
2598 (tramp-handle-insert-file-contents): Do not set permanent-local
2599 property.
2600
7973bcea
SM
2601 * net/tramp-cache.el (tramp-persistency-file-name):
2602 Use `locate-user-emacs-file' if fboundp.
d68b0220
MA
2603
2604 * net/tramp-sh.el (tramp-methods): Add "ksu".
2605 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
2606 method list.
2607
0273f794
GM
26082010-12-14 Glenn Morris <rgm@gnu.org>
2609
ab274982
GM
2610 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
2611 (find-tag-marker-ring): Declare.
2612 (js-find-symbol): Require etags.
2613
e758216c
GM
2614 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
2615 Require mail-utils.
2616 (mail-alias-file): Don't autoload. Doc fix.
2617 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
2618 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
2619 Mark as obsolete, and risky.
2620 (mail-setup): Simplify.
2621
53aff12a
GM
2622 * mail/mailalias.el (build-mail-aliases): Make it interactive.
2623 * mail/sendmail.el (build-mail-aliases): Update autoload.
2624
aae4b48c
GM
2625 * dired.el (dired-trivial-filenames, dired-chown-program)
2626 (dired-auto-revert-buffer): Remove autoload cookies.
2627 * mail/sendmail.el (mail-recover-1): Require 'dired.
2628
bff7c1ad
GM
2629 * dired.el (dired-subdir-switches, dired-chown-program)
2630 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
2631 Make into defcustoms.
2632 (dired-chown-program): Simplify initialization.
2633
0273f794
GM
2634 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
2635
bc557672
RF
26362010-12-13 Romain Francoise <romain@orebokech.com>
2637
2638 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
2639
7410c270
G
26402010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2641
2642 * net/netrc.el (netrc-point-at-eol): Remove the unused
2643 netrc-point-at-old and netrc-bound-and-true-p bindings.
2644 (netrc-parse): Cache the netrc contents.
2645
f49d1f52 26462010-12-13 Eli Zaretskii <eliz@gnu.org>
11aad4e9
EZ
2647
2648 * subr.el (posn-col-row): Evaluate header-line-format in the
2649 context of the POSITION window's buffer.
2650
f49d1f52 26512010-12-13 Glenn Morris <rgm@gnu.org>
5612fd08
GM
2652
2653 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
2654 (with-silent-modifications): Doc fixes.
2655
f49d1f52 26562010-12-13 Michael Albinus <michael.albinus@gmx.de>
158d5945
MA
2657
2658 * net/tramp.el (tramp-action-password, tramp-process-actions):
d68b0220 2659 Revert previous from. Use `save-restriction'.
158d5945 2660
f49d1f52 26612010-12-13 Stephen Berman <stephen.berman@gmx.net>
81ced43d
SB
2662
2663 * calendar/diary-lib.el (diary-list-sexp-entries):
2664 Handle case of no newline at end of file. (Bug#7536)
2665
f49d1f52 26662010-12-13 Glenn Morris <rgm@gnu.org>
b2364eaa
GM
2667
2668 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
2669
f49d1f52 26702010-12-13 Michael Albinus <michael.albinus@gmx.de>
32802ee1 2671
f49d1f52 2672 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
32802ee1 2673 (tramp-process-actions): Do not widen.
d68b0220 2674
f49d1f52
SM
2675 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2676 Protect buffer-modified value. (Bug#7557)
32802ee1 2677
f49d1f52 26782010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
da9123a8
JM
2679
2680 * log-edit.el (log-edit-changelog-entries):
2681 Regexp quote filename. (Bug#7505)
2682
f49d1f52 26832010-12-13 Tom Breton <tehom@panix.com>
478834e6
TB
2684
2685 * cus-edit.el (custom-save-all):
2686 Bind print-length and print-level to nil. (Bug#7581)
2687
f49d1f52 26882010-12-13 Glenn Morris <rgm@gnu.org>
3c1e62f8 2689
d5e6e0b6
GM
2690 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
2691 Run hooks to update menu contents. (Bug#7586)
2692
3c1e62f8
GM
2693 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
2694 file names, for the sake of MS Windows. (Bug#7588)
2695
f49d1f52 26962010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
b1816a74
SM
2697
2698 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
2699 empty lines without a leading space.
2700
f49d1f52 27012010-12-13 Leo <sdl.web@gmail.com>
86a6e8e0 2702
740af6c9
GM
2703 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
2704 while mapping over marks (Bug#6810).
86a6e8e0 2705
f49d1f52 27062010-12-13 Chong Yidong <cyd@stupidchicken.com>
bc60f4de
CY
2707
2708 * image-dired.el (image-dired-db-file)
2709 (image-dired-temp-image-file, image-dired-gallery-dir)
2710 (image-dired-temp-rotate-image-file): Set default values relative
2711 to image-dired-dir (Bug#7518).
2712
f49d1f52 27132010-12-13 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
2714
2715 * format.el (format-decode-run-method): Pass args FROM and TO, not
2716 point-min and point-max, to shell-command-on-region (Bug#7488).
2717
f49d1f52 27182010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0afb6242
JD
2719
2720 * frame.el (blink-cursor-mode): Make default t for ns.
2721
f49d1f52 27222010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
5eae900e
BR
2723
2724 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
2725
f49d1f52 27262010-12-13 Chong Yidong <cyd@stupidchicken.com>
74194465 2727
637c2c43
CY
2728 * comint.el (comint-dynamic-list-input-ring)
2729 (comint-dynamic-complete-filename)
2730 (comint-replace-by-expanded-filename)
2731 (comint-dynamic-simple-complete)
2732 (comint-dynamic-list-filename-completions)
2733 (comint-dynamic-list-completions): Doc fix (Bug#7499).
2734
74194465
CY
2735 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
2736 Doc fix (Bug#7471).
2737
f49d1f52 27382010-12-13 Martin Rudalics <rudalics@gmx.at>
6ed96c33
MR
2739
2740 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
2741 (Bug#7533).
2742
f49d1f52 27432010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
11cb1e35
MB
2744
2745 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
2746 (Bug#7491).
2747
f49d1f52 27482010-12-13 Eli Zaretskii <eliz@gnu.org>
2472c214
EZ
2749
2750 * files.el (file-relative-name): Handle UNC file names on
2751 DOS/Windows. (Bug#4674)
2752
f49d1f52 27532010-12-13 Daiki Ueno <ueno@unixuser.org>
f9fe1af9
DU
2754
2755 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
2756 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
2757 (epg-context-set-passphrase-callback): Mention that the callback
2758 is not called when used with GnuPG 2.x.
2759
f49d1f52 27602010-12-13 Glenn Morris <rgm@gnu.org>
ff80efe7
GM
2761
2762 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
2763 Ensure ps-footer-font-size-internal is initialized.
2764 Call ps-get-page-dimensions before trying to use ps-font-for-text.
2765
f49d1f52 27662010-12-13 Kenichi Handa <handa@m17n.org>
7e116860
KH
2767
2768 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
2769 within condition-case.
2770 (rmail-show-mime): Don't use condition-case.
2771 (rmail-search-mime-message): New function.
2772 (rmail-search-mime-message-function): Set to
2773 rmail-search-mime-message.
2774
f49d1f52 27752010-12-13 Leo <sdl.web@gmail.com>
bd794450 2776
0fdd1db7 2777 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
2778 (ido-mode): Use it.
2779 (ido-completing-read): Call it.
2780
fdbb4d85
KF
27812010-12-12 Karl Fogel <kfogel@red-bean.com>
2782
2783 * bookmark.el (bookmark-name-from-full-record): Rename back to
2784 this original name from `bookmark-name-from-record' reverting part
2785 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
2786 As Drew Adams pointed out, there was no reason to cause churn for
2cf429d0 2787 third-party callers. (Bug#7609)
fdbb4d85 2788
0e5cf2b8
AM
27892010-12-12 Alan Mackenzie <acm@muc.de>
2790
2791 * progmodes/cc-engine.el (c-forward-type): Before scanning a
2792 template arglist, check that the current language supports this.
2793
6961d41c
GM
27942010-12-11 Glenn Morris <rgm@gnu.org>
2795
2b404597
GM
2796 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
2797 state of the file matches. (Bug#7544)
2798 (vc-bzr-register, vc-bzr-checkin)
2799 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
2800 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
2801
6961d41c
GM
2802 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
2803
1e5d2a04
KK
28042010-12-11 Karel Klíč <kklic@redhat.com>
2805
2806 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
2807
175069ef
SM
28082010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2809
2810 Derive from prog-mode, use derived-mode-p, and fix up various
2811 minor style issues in lisp/progmodes.
2812
2813 * progmodes/vhdl-mode.el (vhdl-mode):
2814 * progmodes/verilog-mode.el (verilog-mode):
2815 * progmodes/vera-mode.el (vera-mode):
2816 * progmodes/sql.el (sql-mode):
2817 * progmodes/scheme.el (scheme-mode):
2818 * progmodes/perl-mode.el (perl-mode):
2819 * progmodes/octave-inf.el (inferior-octave-mode):
2820 * progmodes/autoconf.el (autoconf-mode):
2821 * progmodes/m4-mode.el (m4-mode):
2822 * progmodes/inf-lisp.el (inferior-lisp-mode):
2823 * progmodes/idlwave.el (idlwave-mode):
2824 * progmodes/icon.el (icon-mode):
2825 * progmodes/idlw-help.el (idlwave-help-mode):
2826 * progmodes/dcl-mode.el (dcl-mode):
2827 * progmodes/idlw-shell.el (idlwave-shell-mode):
2828 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
2829 (ebrowse-member-mode, ebrowse-electric-position-mode):
2830 Use define-derived-mode.
2831
2832 * progmodes/xscheme.el (exit-scheme-interaction-mode)
2833 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
2834 (xscheme-debugger-mode-p, xscheme-send-string-1):
2835 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
2836 (tcl-load-file, tcl-restart-with-file):
2837 * progmodes/ps-mode.el (ps-run-running):
2838 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
2839 * progmodes/js.el (js--get-all-known-symbols):
2840 * progmodes/inf-lisp.el (inferior-lisp-proc):
2841 * progmodes/idlwave.el (idlwave-beginning-of-statement)
2842 (idlwave-template, idlwave-update-buffer-routine-info)
2843 (idlwave-update-current-buffer-info)
2844 (idlwave-get-routine-info-from-buffers, idlwave-choose)
2845 (idlwave-scan-class-info, idlwave-fix-keywords)
2846 (idlwave-list-buffer-load-path-shadows):
2847 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
2848 (idlwave-toolbar-remove):
2849 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
2850 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
2851 (idlwave-shell-menu-def):
2852 * progmodes/idlw-complete-structtag.el
2853 (idlwave-prepare-structure-tag-completion):
2854 * progmodes/gud.el (gud-set-buffer):
2855 * progmodes/f90.el (f90-backslash-not-special):
2856 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
2857
2858 * progmodes/xscheme.el (xscheme-start)
2859 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
2860 * progmodes/which-func.el (which-function):
2861 * progmodes/vhdl-mode.el (vhdl-set-style):
2862 * progmodes/verilog-mode.el (verilog-set-compile-command)
2863 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
2864 (verilog-set-define, verilog-auto-reeval-locals):
2865 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
2866 * progmodes/simula.el (simula-mode):
2867 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
2868 * progmodes/python.el (python-check, python-mode):
2869 * progmodes/prolog.el (prolog-mode-variables):
2870 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
2871 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
2872 * progmodes/delphi.el (delphi-mode):
2873 * progmodes/cc-styles.el (c-setup-paragraph-variables):
2874 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
2875 (c-font-lock-init): Move make-local-variable to their setq.
2876
2877 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
2878 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
2879 make-local-hook.
2880 * progmodes/sh-script.el (sh-require-final-newline): Remove.
2881 (sh-set-shell): Don't set require-final-newline since it's already done
2882 by prog-mode.
2883 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
2884 since we never set it.
2885 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
2886 Use read-string and standard prompt.
2887 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
2888 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
2889 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
2890 (meta-common-mode-map): Rename from meta-mode-map.
2891 Remove C-m binding, which is a user preference, not mode specific.
2892 (meta-common-mode): New major mode; replace meta-common-initialization.
2893 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
2894 around with font-lock.
2895 * progmodes/etags.el (select-tags-table-mode):
2896 Derive from special-mode.
2897 * progmodes/octave-mod.el (octave-mode):
2898 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
2899 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
2900 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
2901 Let define-derived-mode do its job.
2902 * progmodes/cpp.el (cpp-edit-mode-map):
2903 Move initialization into declaration.
2904 (cpp-edit-mode): Use define-derived-mode.
2905 (cpp-edit-load): Use derived-mode-p.
2906 * progmodes/mixal-mode.el (mixal-mode):
2907 * progmodes/f90.el (f90-mode):
2908 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
2909 require-final-newline since prog-mode does it already.
2910 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
2911 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
2912 * progmodes/antlr-mode.el: Require cc-mode upfront.
2913 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
2914 the declaration.
2915 (antlr-directory-dependencies, antlr-show-makefile-rules):
2916 Use derived-mode-p.
2917 (antlr-language-option): Don't assume point-min==1.
2918 (antlr-mode): Use define-derived-mode.
2919 * progmodes/ada-mode.el: Use derived-mode-p.
2920 (ada-mode): Use define-derived-mode.
2921 Use hack-local-variables-hook.
2922
61f91c04
SM
29232010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2924
2925 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
2926 (texinfo-mode): Don't disable adaptive-fill-mode.
2927 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
2928 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
2929 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
2930 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
2931 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
2932 (texinfo-insert-@quotation, texinfo-insert-@samp)
2933 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
2934 (texinfo-insert-@uref): Use define-skeleton.
2935 (texinfo-insert-@-with-arg): Delete.
2936
72a44673
EZ
29372010-12-10 Eli Zaretskii <eliz@gnu.org>
2938
2939 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
2940 nil, do quote archive member names. (Bug#6144)
2941
ab540f59
GM
29422010-12-10 Glenn Morris <rgm@gnu.org>
2943
66f782de
GM
2944 * files.el (diff-no-select): Declare.
2945
e554b3f8
GM
2946 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
2947 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
2948
ab540f59
GM
2949 * comint.el (comint-input-ring-file-name): Doc fix.
2950
f68ab99b
EZ
29512010-12-09 Eli Zaretskii <eliz@gnu.org>
2952
2953 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
2954 New functions.
61f91c04
SM
2955 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
2956 Use them instead of `nil' and `>', respectively.
f68ab99b
EZ
2957 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
2958 instead of `nil'.
2959 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
2960 and menu-bar-positive-p instead of `nil' and `>', respectively.
2961 (Bug#1077)
2962
650453a9
VJL
29632010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2964
2965 * whitespace.el (whitespace-newline-mode): Code fix.
2966
28d5de72
GM
29672010-12-09 Glenn Morris <rgm@gnu.org>
2968
2969 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
2970 Rename functions without commas, update callers.
2971
b596d50d 29722010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
16498102 2973
b596d50d
GM
2974 * whitespace.el (whitespace-cleanup-region):
2975 Clean up spaces before tabs. (Bug#7582)
16498102 2976
eff37c5e
KF
29772010-12-08 Karl Fogel <kfogel@red-bean.com>
2978
2979 * bookmark.el: Adjust parameter names and doc strings to resolve
2980 confusion over whether "bookmark" meant a bookmark name or a
2981 bookmark record. Along the way, shorten one function's name for
2982 similar reasons. (Issue #7548)
2983 (bookmark-name-from-record): New name for
2984 `bookmark-name-from-full-record'. All callers changed.
2985 (bookmark-get-bookmark, bookmark-get-bookmark-record)
2986 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
2987 (bookmark-get-annotation, bookmark-set-annotation)
2988 (bookmark-get-filename, bookmark-set-filename)
2989 (bookmark-get-position, bookmark-set-position)
2990 (bookmark-get-front-context-string, bookmark-set-front-context-string)
2991 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
2992 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
2993 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
2994 Rename `bookmark' parameter to `bookmark-name-or-record', to
2995 clearly show its role, and shorten or adjust doc strings accordingly.
2996 (bookmark-set-name): Same, and pass the parameter directly to
2997 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
2998 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
2999 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3000 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3001 and in some cases shorten doc string accordingly.
3002 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3003 and `new-name', and adjust an internal variable to avoid confusion.
3004 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3005 parameter in doc string.
3006
5fe9ebd1
GM
30072010-12-08 Glenn Morris <rgm@gnu.org>
3008
ac8331a7
GM
3009 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3010 from gdb's history file. (Bug#7575)
3011
5fe9ebd1
GM
3012 * mail/emacsbug.el (report-emacs-bug):
3013 Try to handle some other mail clients.
3014
33cf0fb2
SM
30152010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3016
3017 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3018 Use string-prefix-p.
3019 (file-name-version-regexp): New var.
3020 (file-name-sans-versions):
3021 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3022 (jka-compr-get-compression-info): Use dolist.
3023 (jka-compr-compression-info-list): Don't bother specifying
3024 version/backup regexps.
3025
11c31b99
TH
30262010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3027
3028 * simple.el (just-one-space): Make argument n default to 1 if
3029 omitted.
3030
a733fc37
SM
30312010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3032
3033 * electric.el (electric-indent-post-self-insert-function):
3034 Delete trailing newlines even if we don't reindent.
3035
88b5a757
DD
30362010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3037
a733fc37
SM
3038 * minibuffer.el (completion-at-point): Remove the `arg'.
3039 * bindings.el (complete-symbol): Move back from minibuffer.el.
3040
30412010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3042
88b5a757
DD
3043 * simple.el (just-one-space): Delete newlines for negative arg.
3044
ce327e48
SM
30452010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3046
3047 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3048 (ansi-color-filter-apply): Simplify.
3049 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3050
ac73d955
BR
30512010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3052
3053 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3054
8c44f097
CY
30552010-12-04 Chong Yidong <cyd@stupidchicken.com>
3056
3057 * dired.el (dired-use-ls-dired): Set default to a special
3058 "unspecified" value.
3059 (dired-insert-directory): When called the first time, check
3060 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3061
15af15e5
TO
30622010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3063
3064 * replace.el: Add "collect" feature to occur.
3065 (occur-collect-regexp-history): New var.
88b5a757
DD
3066 (occur-read-primary-args): Return a replace string for nlines,
3067 if needed.
15af15e5
TO
3068 (occur): Extend the meaning of nlines.
3069
b2e6e5bd
SM
30702010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3071
3072 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3073 (which-func-update-1): Distinguish symbols from strings.
3074 (which-function): Stay within 80 columns.
3075
ee9355dc
SM
30762010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3077
7f0ea0ff
SM
3078 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3079
ee9355dc
SM
3080 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3081 Improve docstring.
3082 (comment-style): Use comment-styles's docs to describe values.
3083
3e972d98
JD
30842010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3085
3086 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3087 and ns-show-prefs (Bug#7535).
3088
3089 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3090 bindings (Bug#7535).
3091
c879436a
GM
30922010-12-03 Glenn Morris <rgm@gnu.org>
3093
afe27238
GM
3094 * nxml/nxml-mode.el: Require rng-nxml.
3095 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3096 Remove declarations.
3097
65beee52
GM
3098 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3099 * nxml/rng-nxml.el, nxml/rng-valid.el:
3100 Remove leading `*' from defcustom docs.
3101
ad961a00
GM
3102 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3103 (normal-top-level-add-to-load-path, tty-handle-args):
3104 Convert comments to basic doc-strings.
3105
c5fd0ab5
GM
3106 * net/browse-url.el (browse-url-url-at-point)
3107 (browse-url-default-browser): Remove autoload cookies.
3108
f62f063d
GM
3109 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3110 Remove more undefined cl functions.
3111
c879436a
GM
3112 * vc/diff.el (diff-sentinel): Make new arguments optional.
3113 * ibuf-ext.el (diff-sentinel): Update declaration.
3114
3721e124
DU
31152010-12-03 Daiki Ueno <ueno@unixuser.org>
3116
3117 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3118 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3119 (epg-context-set-passphrase-callback): Mention that the callback
3120 is not called when used with GnuPG 2.x.
3121
66feec8b
MA
31222010-12-02 Michael Albinus <michael.albinus@gmx.de>
3123
3124 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3125 (tramp-file-name-port): Check also for `tramp-default-port'.
3126 (tramp-get-connection-name): New defun.
3127 (tramp-get-connection-process): Use it.
3128 (tramp-debug-message): Extend function exclude list.
3129 (tramp-drop-volume-letter): Fix doc string.
3130
3131 * net/tramp-cmds.el: Remove solved todo item.
3132
66feec8b
MA
3133 * net/tramp-ftp.el:
3134 * net/tramp-gvfs.el:
3135 * net/tramp-gw.el:
3136 * net/tramp-imap.el:
3137 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3138 and `tramp-default-user-alist', respectively.
3139
88b5a757
DD
3140 * net/tramp-gw.el (tramp-gw-open-connection):
3141 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
66feec8b
MA
3142
3143 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3144 `tramp-file-name-port'.
3145
3146 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3147 and "psftp". Exchange "%k" marker with options.
3148 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3149 Compute size of link target.
35f52ed6
JB
3150 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3151 `tramp-current-*' up due to gateway methods. Optimize computing of
66feec8b
MA
3152 copy arguments. Use `tramp-get-connection-name' and
3153 `tramp-get-connection-buffer'. Improve debug messages.
3154 (tramp-compute-multi-hops): Remove port determination.
3155 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
3156
3157 * net/trampver.el: Update release number.
3158
bd77c2ef
GM
31592010-12-02 Glenn Morris <rgm@gnu.org>
3160
05907bb3
GM
3161 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3162 Avoid infinite loop over windows. (Bug#7492)
3163
bd77c2ef
GM
3164 * progmodes/flymake.el (flymake-check-file-limit):
3165 Allow nil to mean "no limit".
3166 (flymake-check-patch-master-file-buffer): Update for above change.
3167 Allow a .tex file-name extension to be optional.
3168 (flymake-master-tex-init): Also match \include statements.
3169
f7ca27a1
SS
31702010-11-30 Sam Steingold <sds@gnu.org>
3171
3172 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
3173 (nxml-parent-document-set): A function to set `nxml-parent-document'.
3174 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
3175 (nxml-mode-hook): Remove `defcustom' (auto-defined by
3176 define-derived-mode').
3177 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
3178 users who want to call `nxml-parent-document-set'.
3179
402c8a49
CY
31802010-11-27 Chong Yidong <cyd@stupidchicken.com>
3181
3182 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
3183 stand-alone lines, since that is handled by log-edit-match-to-eoh
3184 (Bug#6465).
3185
d1882ac7
EW
31862010-11-27 Eduard Wiebe <usenet@pusto.de>
3187
3188 * dired.el (dired-get-filename): Replace backslashes with slashes
3189 in file names on MS-Windows, needed by `locate'. (Bug#7308)
3190 * locate.el (locate-default-make-command-line): Don't consider
3191 drive letter and root directory part of
3192 `directory-listing-before-filename-regexp'. (Bug#7308)
3193 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
3194
07976ae3 31952010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
09ffa822
SM
3196
3197 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
3198 of :smie-open/close-alist.
3199 (smie-next-sexp): Make it accept a "start token" as argument.
3200 (smie-indent-keyword): Be careful not to misidentify tokens that span
3201 more than one line, as empty lines. Add argument `token'.
3202
07976ae3 32032010-11-27 Kenichi Handa <handa@m17n.org>
3d9ee611 3204
afde451a
KH
3205 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
3206 multipart subtypes, insert all as usual.
3207
3d9ee611
KH
3208 * mail/rmail.el: Require rfc2047.
3209
07976ae3 32102010-11-27 Kenichi Handa <handa@m17n.org>
d1be4ec2
KH
3211
3212 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
3213 (rmail-mime-entity-disposition)
3214 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
3215 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
3216 (rmail-mime-save): Handle the case that the button's `data' is a
3217 MIME entity.
3218 (rmail-mime-insert-text): New function.
9e0ecdab 3219 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
3220 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
3221 (rmail-mime-insert-bulk): New function mostly copied from the old
3222 rmail-mime-bulk-handler.
9e0ecdab
GM
3223 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
3224 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
3225 the old rmail-mime-multipart-handler.
3226 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 3227 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
3228 rmail-mime-show.
3229 (rmail-mime-insert-multipart, rmail-mime-parse)
3230 (rmail-mime-insert, rmail-show-mime)
3231 (rmail-insert-mime-forwarded-message)
3232 (rmail-insert-mime-resent-message): New functions.
3233 (rmail-insert-mime-forwarded-message-function): Set to
3234 rmail-insert-mime-forwarded-message.
3235 (rmail-insert-mime-resent-message-function): Set to
3236 rmail-insert-mime-resent-message.
3237
3238 * mail/rmailsum.el: Require rfc2047.
3239 (rmail-header-summary): Handle multiline Subject: field.
3240 (rmail-summary-line-decoder): Change the default to
3241 rfc2047-decode-string.
3242
3243 * mail/rmail.el (rmail-enable-mime): Change the default to t.
3244 (rmail-mime-feature): Change the default to `rmailmm'.
3245 (rmail-quit): Delete the specifal code for rmail-enable-mime.
3246 (rmail-display-labels): Likewise.
3247 (rmail-show-message-1): Check rmail-enable-mime, and use
3248 rmail-show-mime-function for a MIME message. Decode the headers
3249 according to RFC2047.
3250
07976ae3 32512010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
33aeea0e
SM
3252
3253 * progmodes/which-func.el (which-func-imenu-joiner-function):
3254 Return a string, as expected.
3255 (which-function-mode): Make sure we stop any previous timer before
3256 starting a new one.
3257
07976ae3 32582010-11-27 Michael Albinus <michael.albinus@gmx.de>
e40fc745
MA
3259
3260 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
3261 (tramp-default-user-alist, tramp-default-proxies-alist):
3262 Adapt custom options type. (Bug#7445)
e40fc745 3263
07976ae3 32642010-11-27 Chong Yidong <cyd@stupidchicken.com>
ae3da38a
CY
3265
3266 * progmodes/python.el: Add Ipython support (Bug#5390).
3267 (python-shell-prompt-alist)
3268 (python-shell-continuation-prompt-alist): New options.
3269 (python--set-prompt-regexp): New function.
33aeea0e
SM
3270 (inferior-python-mode, run-python, python-shell):
3271 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
3272 prompt based on the Python interpreter.
3273 (python--prompt-regexp): New var.
3274 (python-check-comint-prompt)
3275 (python-comint-output-filter-function): Use it.
3276 (run-python): Use a pipe (Bug#5694).
3277
07976ae3 32782010-11-27 Chong Yidong <cyd@stupidchicken.com>
1d851570
CY
3279
3280 * progmodes/python.el (run-python): Doc fix.
3281 (python-keep-current-directory-in-path): New var (Bug#7454).
3282
07976ae3 32832010-11-27 Chong Yidong <cyd@stupidchicken.com>
76dabd37
CY
3284
3285 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3286 Prompt user before actually printing.
3287
0b839457
GM
32882010-11-27 Glenn Morris <rgm@gnu.org>
3289
3290 * startup.el (package-enable-at-startup, package-initialize):
3291 Remove unnecessary declarations.
3292
96107967
EZ
32932010-11-27 Eli Zaretskii <eliz@gnu.org>
3294
3295 * international/characters.el (glyphless-char-display-control):
3296 Exclude newline and TAB from the c0-control group.
3297
a140ec5f
GM
32982010-11-27 Glenn Morris <rgm@gnu.org>
3299
82445062
GM
3300 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
3301 (expand-mail-aliases): Remove unnecessary autoload.
3302
08b5f072
GM
3303 * allout.el (allout-command-prefix, allout-mode-map): Declare.
3304
e96d4147
GM
3305 * shell.el (shell-dir-cookie-re): Move definition before use.
3306
a140ec5f
GM
3307 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3308 Replace undefined CL functions.
3309
a2249e66
EZ
33102010-11-26 Eli Zaretskii <eliz@gnu.org>
3311
228482b2
EZ
3312 * simple.el (prog-mode): Set bidi-paragraph-direction to
3313 left-to-right.
3314
a2249e66
EZ
3315 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
3316
d01d7b8d
GM
33172010-11-26 Glenn Morris <rgm@gnu.org>
3318
3319 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
3320 diary-outlook-formats can be sensitive to calendar-date-style.
3321 (diary-outlook-formats): Simplify the default setting.
3322 (diary-from-outlook-internal): Pass subject and body as arguments.
3323 Use dolist rather than dotimes. Don't save the diary buffer.
3324 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3325 Pass subject and body as explicit arguments to the -internal function.
3326
b3ea64a3
LMI
33272010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3328
3329 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
3330 parsing them. This makes mailto:...?subject=foo\nbar work.
3331
d5e7b0d8
SM
33322010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3333
3334 * vc/diff.el (diff): Fix last change.
3335
872ab164
SM
33362010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3337
3338 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
3339 (pcase--dontcare-upats): New var.
3340 (pcase-let, pcase-let*): Generate better code.
3341 Accept the same bodies as `let'.
3342 (pcase-dolist): New macro.
3343 (pcase--trivial-upat-p): New helper function.
3344 (pcase--expand): Strip leading "(let nil" if any.
3345
876d1684
LMI
33462010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3347
7bd9b9d8
LMI
3348 * mail/mailclient.el (browse-url): Require.
3349 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
3350 use the external browser function to send the mail (bug#7469).
3351
876d1684
LMI
3352 * net/browse-url.el (browse-url-browser-function): Revert the
3353 default back to the previous value, since the new value broke
3354 mailclient.el.
3355 (browse-url-mailto-function): New variable for mailto: URLs.
3356 (browse-url): Use the new variable for mailto: URLs.
3357
6e13206c
SM
33582010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3359
3360 * eshell/esh-cmd.el (eshell-parse-command):
3361 * eshell/esh-arg.el (eshell-parse-arguments):
3362 * eshell/em-script.el (eshell-source-file):
3363 Use with-silent-modifications.
3364
3d92f44e
CY
33652010-11-23 Chong Yidong <cyd@stupidchicken.com>
3366
3367 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
3368 for a merge location.
3369
3370 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
3371 (vc-bzr-merge-branch): Always prompt.
3372 (vc-bzr-async-command): Use the full branch filename.
3373
8f5f1e68
SM
33742010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3375
3376 * shell.el (shell): Use current-buffer by default if it's already
3377 a shell mode buffer and its process is dead.
ee9355dc 3378 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
8f5f1e68 3379
331460ac
TH
33802010-11-23 Tassilo Horn <tassilo@member.fsf.org>
3381
8f5f1e68
SM
3382 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3383 Mention that the keywords should be comma separated.
331460ac 3384
2c3160c5
CY
33852010-11-23 Chong Yidong <cyd@stupidchicken.com>
3386
3387 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
3388 Accept optional prefix arg meaning to prompt for a command.
3389 (vc-update): Use vc-BACKEND-pull if available. Accept optional
3390 prefix arg meaning to prompt for a command.
3391 (vc-pull): Alias for vc-update.
3392
3393 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
3394 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
3395 (vc-bzr-merge-branch): New functions, implementing merge-branch
3396 and pull operations.
3397
b2e44819
SM
33982010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3399
8a0eb852
SM
3400 * Makefile.in: Fix up last merge.
3401
b2e44819
SM
3402 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
3403 (diff-sentinel): Get them as arguments instead.
3404 (diff-old-file, diff-new-file, diff-extra-args): Remove.
3405 (diff-file-local-copy, diff-better-file-name): New funs.
3406 (diff-no-select): Rename from diff-into-buffer.
3407 Support buffers additionally to files. Move `buf' arg. Don't display buf.
3408 Prefer closures to buffer-local variables.
3409 (diff): Adjust accordingly.
3410 (diff-buffer-with-file): Move from files.el.
3411 * files.el (diff-buffer-with-file): Move to vc/diff.el.
3412 (diff-buffer-internal): Remove.
3413 (diff-buffer-buffer): Remove.
3414 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
3415 the buffer name used, and so as not to mess up windows and frames.
3416
6a7662bb
BR
34172010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3418
3419 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
3420 (diff-buffer-internal): New function extracted from diff-buffer-with-file
3421 (diff-buffer-with-file): Use it.
3422 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
3423 (diff): Use it.
3424
c799747b
TH
34252010-11-22 Tassilo Horn <tassilo@member.fsf.org>
3426
3427 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
3428 \ref's or \pageref's value as default instead of initial input.
3429
e274eb13
MA
34302010-11-21 Michael Albinus <michael.albinus@gmx.de>
3431
3432 * files.el (backup-by-copying-when-mismatch): The default value is
3433 now t.
3434
3435 * startup.el (normal-top-level):
3436 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
3437 `backup-by-copying-when-mismatch'.
3438
77af54d7
JD
34392010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3440
3441 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
3442
4e2f7d2a
CY
34432010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3444
6a7662bb
BR
3445 * progmodes/python.el (python-font-lock-keywords):
3446 Highlight top-level augmented assignments (Bug#6445).
4e2f7d2a 3447
b7d1e144
JD
34482010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3449
3450 * term/ns-win.el (ns-right-control-modifier)
3451 (ns-right-command-modifier): Defvar them.
3452
3453 * cus-start.el (all): Add ns-right-control-modifier and
3454 ns-right-command-modifier (Bug#7458).
3455
c11cc37a
GM
34562010-11-20 Glenn Morris <rgm@gnu.org>
3457
3458 * emacs-lisp/authors.el (authors-ignored-files)
3459 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
3460
7dcd777e
TH
34612010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3462
3463 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
3464 (report-emacs-bug-parse-query-results)
3465 (report-emacs-bug-create-existing-bugs-buffer): Pass through
3466 keywords used for querying the bug database to show them in the
3467 existing bugs buffer.
3468
d2bd5189
JD
34692010-11-20 Jan Djärv <jan.h.d@swipnet.se>
3470
3471 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
3472
3473 * info.el (info-tool-bar-map): Add some :vert-only keywords.
3474
0e7c0582
EZ
34752010-11-20 Eli Zaretskii <eliz@gnu.org>
3476
3477 * international/characters.el (glyphless-char-display-control):
3478 Make it a defcustom, with update-glyphless-char-display as its
3479 :set attribute.
3480 (top level): Don't call update-glyphless-char-display.
3481
7398933f
MA
34822010-11-20 Michael Albinus <michael.albinus@gmx.de>
3483
3484 Sync with Tramp 2.2.0.
3485
3486 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
3487 `file-remote-p' (due to compatibility).
3488
3489 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
3490 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
3491
3492 * net/trampver.el: Update release number.
3493
1cd64aae
EZ
34942010-11-20 Eli Zaretskii <eliz@gnu.org>
3495
3496 * faces.el (glyphless-char): Define value for `pc'.
3497
614316a7
TH
34982010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3499
26214810
EZ
3500 Implemented a bug querying mechanism.
3501 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
614316a7
TH
3502 (report-emacs-bug-create-existing-bugs-buffer)
3503 (report-emacs-bug-parse-query-results)
26214810 3504 (report-emacs-bug-query-existing-bugs): New functions.
614316a7 3505
9061f667
TH
35062010-11-19 Tassilo Horn <tassilo@member.fsf.org>
3507
3508 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
3509 a \ref{} or \pageref{} macro, then use its value as initial input.
3510
1265829e
JB
35112010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3512
3513 * calc/calc-units.el (math-build-units-table-buffer):
3514 calc/README: Mention that the TeX specific units won't use the
3515 `tex' prefix in TeX mode.
3516 calc/calc-lang.el (math-variable-table): Don't use the `tex'
3517 prefix for units in TeX mode.
3518
9fca7811
SM
35192010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3520
3521 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
3522 * comint.el (comint-kill-region): Make the yank-handler argument
3523 obsolete.
9fca7811 3524
4a47c275 35252010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
88bf1bec 3526
e2f454c4
SM
3527 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
3528 that are both openers (resp. closers) and something else.
3529 (smie-grammar): Loosen definition of valid values.
3530 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
3531 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
3532 (smie-indent-after-keyword): Adjust users.
3533 (smie-indent-keyword): Don't indent empty lines.
3534
88bf1bec
SM
3535 * vc-hg.el (vc-hg-program): New var.
3536 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
3537 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
3538
4a47c275 35392010-11-18 Glenn Morris <rgm@gnu.org>
4c0eb0d3
GM
3540
3541 * emacs-lisp/autoload.el (autoload-find-destination): The function
3542 coding-system-eol-type may return non-numeric values. (Bug#7414)
3543
4a47c275 35442010-11-18 Ulrich Mueller <ulm@gentoo.org>
bf6442c3
UM
3545
3546 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
3547
4a47c275 35482010-11-18 Eli Zaretskii <eliz@gnu.org>
e68afd74
EZ
3549
3550 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
3551
4a47c275 35522010-11-18 Chong Yidong <cyd@stupidchicken.com>
de02effd
CY
3553
3554 * textmodes/picture.el (picture-mouse-set-point): Don't use
3555 posn-col-row; explicitly compute the motion based on the posn at
3556 the window-start (Bug#7390).
3557
4a47c275 35582010-11-18 Glenn Morris <rgm@gnu.org>
f0a698ab
GM
3559
3560 * novice.el (disabled-command-function):
3561 Fix 2009-11-15 change. (Bug#7384)
3562
4a47c275 35632010-11-18 Glenn Morris <rgm@gnu.org>
29f30ab7
GM
3564
3565 * calendar/calendar.el (diary-iso-date-forms): Make elements
3566 mutually exclusive. (Bug#7377)
3567
4a47c275 35682010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10b40d2e
SM
3569
3570 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
3571 when filling the remaining "unconstrained" values.
3572
4a47c275 35732010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7bea8c7a 3574
acef0722
SM
3575 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
3576 safety predicate.
3577
3578 * files.el (safe-local-variable-p): Gracefully handle errors.
3579
7bea8c7a
SM
3580 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
3581 Use smie-indent-virtual when indenting relative to an opener.
3582 (smie-rule-separator): Use smie-rule-parent.
3583 (smie-indent-keyword): Consult rules, even for openers at bol.
3584 (smie-indent-comment-close): Try to align closer's content.
3585
4a47c275 35862010-11-18 Glenn Morris <rgm@gnu.org>
b010e1ba
GM
3587
3588 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
3589
4a47c275 35902010-11-18 Glenn Morris <rgm@gnu.org>
c790cad4 3591
aa514451
GM
3592 * printing.el (pr-menu-bind): Doc fix.
3593
32b636de
GM
3594 * speedbar.el (speedbar-toggle-images): Doc fix.
3595
bc1d5cdf
GM
3596 * progmodes/python.el (python-shell): Doc fix.
3597
c790cad4
GM
3598 * wid-edit.el (widget-field-use-before-change)
3599 (widget-use-overlay-change): Doc fixes.
3600
c51bb5d2
SM
36012010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3602
8bbb7dd8
SM
3603 Minor cleanup to improve style.
3604 * textmodes/rst.el (rst-update-section): Use point-marker.
3605 (rst-get-decoration): Eliminate unneeded assignment.
3606 (rst-promote-region, rst-straighten-decorations)
3607 (rst-section-tree, rst-adjust): Use point-marker.
3608 (rst-toc-mode-mouse-goto): Avoid setq.
3609 (rst-shift-region-guts, rst-shift-region-left)
3610 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
3611 (rst-convert-bullets-to-enumeration): Use copy-marker.
3612
b7e270a2
SM
3613 * minibuffer.el (completion-fail-discreetly): New var.
3614 (completion--do-completion): Use it.
3615
c51bb5d2
SM
3616 * electric.el (electric-pair-pairs): New var.
3617 (electric-pair-post-self-insert-function): Use it.
3618 (electric-layout-post-self-insert-function): Don't insert a before
3619 newline unless it's actually needed.
3620
c04f2ac0
SM
36212010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3622
bac2de0f
SM
3623 * progmodes/python.el (run-python): Explain why we remove the current
3624 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
3625
c04f2ac0
SM
3626 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
3627
7100ff98
SM
36282010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3629
03f70355
SM
3630 * progmodes/octave-mod.el: Rely on elecric-*-modes.
3631 (octave-mode-map): Don't bind ;, SPC, and LF.
3632 (octave-auto-indent, octave-auto-newline): Remove.
3633 (electric-layout-rules): Declare.
3634 (octave-mode): Set electric-layout-rules.
3635 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
3636 (octave-reindent-then-newline-and-indent, octave-electric-semi)
3637 (octave-electric-space): Remove.
3638
7100ff98
SM
3639 * electric.el (electric-layout-mode): New minor mode.
3640 (electric--after-char-pos): New function.
3641 (electric-indent-post-self-insert-function): Use it.
3642 (electric-layout-rules): New var.
3643 (electric-layout-post-self-insert-function): New function.
3644 (electric-indent-mode): Make them interact better.
3645
cca982d0
SM
36462010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3647
3648 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
3649 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
3650 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
3651
84992dff
AM
36522010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
3653
3654 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
3655 Make sure to check inside the word (Bug#6761).
3656
afa42fe3
CY
36572010-11-14 Chong Yidong <cyd@stupidchicken.com>
3658
3659 * startup.el (command-line): If the cursorColor resource is set,
3660 change the cursor face-spec (Bug#7392).
3661
a798747d 36622010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1c9b9df0 3663
a798747d 3664 The main features of the following allout.el changes are:
1c9b9df0
KM
3665 - implement user customization for the allout key bindings
3666 - add a customization control by which the user can inhibit use of
a798747d 3667 a trailing Ctrl-H, so by default it's reserved for use with
1c9b9df0
KM
3668 describe-prefix-bindings
3669 - adapt to new version of called-interactively-p, while
a798747d 3670 maintaining backwards compatibility with old version
1c9b9df0
KM
3671 - fix hotspot navigation so i works properly with meta-modified keys
3672
a798747d
GM
3673 * allout.el (allout-keybindings, allout-bind-keys)
3674 (allout-keybindings-binding, allout-prefixed-keybindings)
3675 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
3676 (allout-keybindings-list, allout-mode-map-adjustments)
3677 (allout-setup-mode-map): Establish allout-mode keymaps as user
3678 customizable settings, and also establish a customizable setting which
3679 regulates whether or not a trailing control-h is reserved for use with
3680 describe-prefix-bindings - and inhibit it by default, so that control-h
3681 *is* reserved for describe-prefix-bindings unless the user changes it.
3682
3683 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
3684 and accurately between modified and unmodified events, and handle
1c9b9df0
KM
3685 modified events more comprehensively.
3686
a798747d
GM
3687 * allout.el (allout-substring-no-properties):
3688 Alias to use or provide version of `substring-no-properties'.
3689 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1c9b9df0 3690
a798747d
GM
3691 * allout.el (allout-next-single-char-property-change):
3692 Alias to use or provide version of `next-single-char-property-change'.
3693 (allout-annotate-hidden, allout-hide-by-annotation):
3694 Use `allout-next-single-char-property-change'.
1c9b9df0 3695
a798747d
GM
3696 * allout.el (allout-select-safe-coding-system):
3697 Alias to use or provide version of `select-safe-coding-system'.
3698 (allout-toggle-subtree-encryption):
3699 Use `allout-select-safe-coding-system'.
1c9b9df0 3700
a798747d
GM
3701 * allout.el (allout-set-buffer-multibyte):
3702 Alias to use or provide version of `set-buffer-multibyte'.
3703 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1c9b9df0 3704
a798747d
GM
3705 * allout.el (allout-called-interactively-p): Macro for using the
3706 different versions of called-interactively-p identically, depending on
3707 the subroutine's argument signature.
3708 (allout-back-to-current-heading, allout-beginning-of-current-entry):
3709 Use `(interactive "p")' instead of `(called-interactively-p)'.
1c9b9df0 3710
a798747d
GM
3711 * allout.el (allout-init, allout-ascend, allout-end-of-level)
3712 (allout-previous-visible-heading, allout-forward-current-level)
3713 (allout-backward-current-level, allout-show-children):
3714 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1c9b9df0 3715
a798747d
GM
3716 * allout.el (allout-before-change-handler):
3717 Exempt edits to the (overlaid) character after the allout outline
3718 bullet from edit confirmation prompt.
1c9b9df0 3719
a798747d
GM
3720 * allout.el (allout-add-resumptions):
3721 Ensure that it respects correct buffer for keybindings.
1c9b9df0 3722
a798747d
GM
3723 * allout.el (allout-beginning-of-line):
3724 Use `allout-previous-single-char-property-change' alias for the sake of
3725 diverse compatibility.
1c9b9df0 3726
a798747d
GM
3727 * allout.el (allout-end-of-line):
3728 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1c9b9df0 3729
0216b738
CY
37302010-11-13 Chong Yidong <cyd@stupidchicken.com>
3731
3732 * frame.el (frame-notice-user-settings): Don't clobber other
3733 user-set parameters when calling face-set-after-frame-default in
3734 response to background-color parameter (Bug#7373).
3735
0eb025fb
EZ
37362010-11-13 Eli Zaretskii <eliz@gnu.org>
3737
3738 * international/characters.el (glyphless-char-display-control):
88b5a757 3739 Rename from glyphless-char-control; all users changed. Doc fix.
4a9f985c
EZ
3740 Signal an error if display method is not one of the recognized
3741 symbols.
0eb025fb 3742
6e060cee
MA
37432010-11-13 Michael Albinus <michael.albinus@gmx.de>
3744
3745 * net/tramp-compat.el (tramp-compat-line-beginning-position)
3746 (tramp-compat-line-end-position): Remove them.
3747
3748 * net/tramp.el (tramp-parse-rhosts-group)
3749 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
3750 (tramp-parse-hosts-group, tramp-parse-passwd-group)
3751 (tramp-parse-netrc-group, tramp-parse-putty-group)
3752 * net/tramp-cmds.el (tramp-append-tramp-buffers)
3753 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
3754 (tramp-sh-handle-file-selinux-context)
3755 (tramp-sh-handle-file-name-all-completions)
3756 (tramp-sh-handle-insert-directory)
3757 (tramp-sh-handle-expand-file-name, tramp-find-executable)
3758 (tramp-wait-for-output, tramp-send-command-and-read)
3759 * net/tramp-smb.el (tramp-smb-read-file-entry)
3760 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
3761
3762 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
3763 `point-at-bol'.
3764 (tramp-remote-coding-commands): Add an alternative using "base64
3765 -d -i". This is needed for older base64 versions from GNU
3766 coreutils. Reported by Klaus Reichl
3767 <Klaus.Reichl@thalesgroup.com>.
3768
8da5345f
HN
37692010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
3770
3771 * simple.el (count-words-region): New function.
3772
c156a63b
SM
37732010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3774
78835dd0
SM
3775 * shell.el (shell-dir-cookie-re): New custom variable.
3776 (shell-dir-cookie-watcher): New function.
3777
ebff325e
SM
3778 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
3779 and compilation-mode (bug#7350).
3780
4e9e1584
SM
3781 * vc/smerge-mode.el (smerge-refine): Choose better default part to
3782 highlight when one of them is empty.
3783
4490f875
SM
3784 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
3785 trailing space.
3786 (skeleton-newline): New function.
3787 (skeleton-internal-1): Use it.
3788
c156a63b
SM
3789 * simple.el (open-line): `newline' may strip trailing space.
3790
f3bb9e16
KR
37912010-11-12 Kevin Ryde <user42@zip.com.au>
3792
3793 * international/mule-cmds.el (princ-list): Use mapc.
3794
7847454a
GM
37952010-11-12 Glenn Morris <rgm@gnu.org>
3796
3797 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
3798 Use it to replace all instances of "*Compile-Log*"
3799
aa310257
SM
38002010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3801
3802 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
3803 indentation specs.
3804
cbf83ce9
SM
38052010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3806
3807 * progmodes/modula2.el: Use SMIE and skeleton.
3808 (m2-mode-syntax-table): (*..*) can be nested.
3809 Add //...\n. Fix paren syntax.
3810 (m2-mode-map): Remove LF and TAB bindings.
3811 (m2-indent): Add safety property.
3812 (m2-smie-grammar): New var.
3813 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
3814 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
3815 (m2-mode): Use define-derived-mode.
3816 (m2-newline, m2-tab): Remove.
3817 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
3818 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
3819 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
3820 (m2-import): Use define-skeleton.
3821
e7c4fb1e
GM
38222010-11-11 Glenn Morris <rgm@gnu.org>
3823
b3e4c911
GM
3824 * obsolete/lucid.el: Don't warn about any CL functions in this file.
3825
b3e22bd4
GM
3826 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
3827 (ls-lisp-verbosity): Add custom :set-after property.
3828 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
3829 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
3830 (ls-lisp-insert-directory): Update caller.
606dcd9e
GM
3831 (ls-lisp-set-options): New function.
3832 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
3833 Doc fix.
b3e22bd4 3834
55a4b4fe
GM
3835 * play/landmark.el (lm-prompt-for-move):
3836 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
3837
e7c4fb1e
GM
3838 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
3839
3840 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
3841 (idlwave-study-twins): Prefix dynamic local variable `name'.
3842 (idlwave-routine-twin-compare): Update for above change.
3843
3844 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
3845 Prefix dynamic local variables `name', `kwd', and `link'.
3846 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
3847 * progmodes/idlw-complete-structtag.el
3848 (idlwave-complete-structure-tag-help):
3849 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
3850 (idlwave-complete-sysvar-tag-help)
3851 (idlwave-complete-class-structure-tag-help):
3852 Update for above name changes.
3853
afe2870b
LMI
38542010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3855
3856 * net/browse-url.el (browse-url-browser-function): Change the
3857 default to use `browse-url-mail' on mailto: URLs.
3858
fbe3be3f
CY
38592010-11-10 Chong Yidong <cyd@stupidchicken.com>
3860
cbf83ce9
SM
3861 * emacs-lisp/package.el (package-read-all-archive-contents):
3862 Reset package-archive-contents to nil before re-reading.
fbe3be3f 3863
a7cfbaea 38642010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
bd4532fc
AM
3865
3866 * textmodes/flyspell.el (flyspell-word): Do not re-check words
3867 already found as misspellings by (flyspell-large-region), just
c97685d4 3868 do highlighting (bug#7322).
bd4532fc 3869
13e7256f
GM
38702010-11-10 Glenn Morris <rgm@gnu.org>
3871
6d2a1e35
GM
3872 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
3873
d4aca69c
GM
3874 * emulation/edt.el (edt-with-position): New macro.
3875 (edt-find-forward, edt-find-backward, edt-find-next-forward)
3876 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
3877 (edt-paragraph-forward, edt-paragraph-backward): Use it.
3878
f8a09adb
GM
3879 * emulation/tpu-extras.el (tpu-with-position): New macro.
3880 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
3881
c026460b
GM
3882 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
3883
dea53a43
GM
3884 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
3885 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
3886 (texinfo-master-menu, texinfo-insert-node-lines)
3887 (texinfo-multiple-files-update):
3888 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
3889 Use line-beginning-position.
3890
72bc50c0
GM
3891 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
3892 No recent Emacs supports system-type `emx'.
3893
3894 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
3895 (ada-command-separator, ada-default-prj-properties)
3896 (ada-find-any-references): Update for above name change.
3897
3898 * dirtrack.el (dirtrack-directory-function)
3899 (dirtrack-canonicalize-function):
3900 * filecache.el (file-cache-completion-ignore-case)
3901 (file-cache-case-fold-search, file-cache-ignore-case):
3902 * term.el (serial-port-is-file-p): Cosmetic change.
3903
3904 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
3905 Remove non-existent `windows-95' system-type.
3906 * dired.el (dired-chown-program): Remove non-existent `linux'
3907 system-type.
3908
17731c39
GM
3909 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
3910 (ping-program-options): Remove non-existent `linux' system-type.
3911
9228bbd3
GM
3912 * startup.el (package-initialize): Update declaration.
3913
6e404950
GM
3914 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
3915 (ls-lisp-handle-switches): Use time-less-p.
3916 (ls-lisp-format-time): Use float-time.
3917
6f0d4bb6
GM
3918 * textmodes/remember.el (remember-time-to-seconds): Remove.
3919 (remember-store-in-mailbox): Use float-time.
3920
3921 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
3922
3923 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
3924 never a real function.
3925 (with-no-warnings): Remove compat stub, now unused.
3926 (time-less-p): Doc fix.
3927 (time-to-number-of-days): Simplify.
3928
73171bd4
GM
3929 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
3930 Remove.
3931 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
3932 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
3933 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
3934 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
3935 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
3936
13e7256f
GM
3937 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
3938 (eshell-shuffle-files, eshell-shorthand-tar-command)
3939 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
3940 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
3941 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
3942 Prefix dynamic local variable `matches'.
3943
b565f5a1
GM
3944 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
3945 Prefix dynamic local variable `skeleton'.
3946
5ad3e885
KY
39472010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3948
3949 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
3950 in mail buffer; make yank-action always a command that yanks original
3951 buffer.
3952
14121c52
GM
39532010-11-09 Glenn Morris <rgm@gnu.org>
3954
3955 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
3956
d607b96b 39572010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
73525e72 3958
9bdba5f5
SM
3959 * minibuffer.el (minibuffer-completion-help): Specify the end of the
3960 completion field (bug#7211).
3961
73525e72
SM
3962 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
3963 Fix handling of backslash escapes.
3964 (python-quote-syntax): Adjust accordingly.
3965
d607b96b 39662010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
3967
3968 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
3969 (vc-mtn-workfile-branch): Adjust to new output format.
3970
d607b96b 39712010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
cc4d2366
SM
3972
3973 * international/mule-cmds.el (princ-list): Mark as obsolete.
3974
d607b96b 39752010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7f925a67
SM
3976
3977 * emacs-lisp/smie.el: New package.
3978
d607b96b 39792010-11-09 Michael Albinus <michael.albinus@gmx.de>
6ce78fdc 3980
7f925a67
SM
3981 * files.el (backup-by-copying-when-mismatch):
3982 Set `permanent-local' property.
6ce78fdc
MA
3983
3984 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 3985 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 3986
d607b96b 39872010-11-09 Eli Zaretskii <eliz@gnu.org>
21620882
EZ
3988
3989 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
3990
d607b96b 39912010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
8468f78b 3992
7f925a67 3993 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 3994 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
3995 AUTOINOUT for SV style multidimensional arrays, bug294.
3996 Reported by Eric Mastromarchi.
3997 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
3998 font-lock-fontify-buffer to cleanup style issues.
3999
d607b96b 40002010-11-09 Glenn Morris <rgm@gnu.org>
cb5e49a3
GM
4001
4002 * locate.el (locate, locate-mode): Doc fixes.
4003
d607b96b 40042010-11-09 Chong Yidong <cyd@stupidchicken.com>
381d186f
CY
4005
4006 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4007 user for confirmation.
4008 (server-force-stop): Use it.
4009 (server-start): Use server-force-stop for kill-emacs-hook, to
4010 avoid user interaction while killing Emacs.
4011
9b026d9f
GM
40122010-11-09 Glenn Morris <rgm@gnu.org>
4013
3406534c 4014 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
e814121e 4015 (meta-indent-line): Simplify.
3406534c 4016
9b026d9f
GM
4017 * vc/emerge.el (emerge-line-number-in-buf):
4018 * textmodes/ispell.el (ispell-region):
4019 * textmodes/fill.el (current-fill-column):
4020 * progmodes/xscheme.el (xscheme-send-current-line):
4021 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4022 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4023 * progmodes/sh-script.el (sh-handle-prev-do):
4024 * progmodes/meta-mode.el (meta-indent-line):
4025 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4026 (idlwave-in-quote):
4027 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4028 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4029 * progmodes/fortran.el (fortran-looking-at-if-then):
4030 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4031 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4032 (cperl-find-pods-heres):
4033 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4034 * net/quickurl.el (quickurl-list-insert):
4035 * net/ldap.el (ldap-search-internal):
4036 * net/eudc.el (eudc-expand-inline):
4037 * mail/sendmail.el (sendmail-send-it):
4038 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4039 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4040 (viper-brac-function):
4041 * calc/calc-yank.el (calc-do-grab-region):
4042 * calc/calc-keypd.el (calc-keypad-press):
4043 * term.el (term-move-columns, term-insert-spaces):
4044 * speedbar.el (speedbar-highlight-one-tag-line):
4045 * simple.el (current-word):
4046 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4047 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4048 (Info-scroll-down):
4049 * hippie-exp.el (he-line-beg):
4050 * epa.el (epa--marked-keys):
4051 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4052 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4053 (dired-relist-entry):
4054 * buff-menu.el (Buffer-menu-buffer):
4055 * array.el (current-line):
4056 * allout.el (allout-resolve-xref)
4057 (allout-latex-verbatim-quote-curr-line):
4058 Replace yet more uses of end-of-line etc with line-end-position, etc.
4059
db94771e
SM
40602010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4061
1398b795
SM
4062 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4063 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4064 (checkdoc-syntax-table): Initialize in the declaration.
4065 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4066 the mode on unconditionally.
4067
db94771e
SM
4068 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4069 (extent-end-position, extent-start-position): Remove setf method for
4070 non-existing functions (bug#7319).
4071
674728d4
SM
40722010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4073
4074 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4075 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4076 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4077 (smie-prec2->grammar): Rename from smie-prec2-levels.
4078 (smie-grammar): Rename from smie-op-levels.
4079 (smie-indent--hanging-p): Rename from smie-hanging-p.
4080 (smie-rule-hanging-p): New alias.
4081 (smie-indent--bolp): Rename from smie-bolp.
4082 (smie-indent--hanging-p): New alias.
4083 (smie--token): New dynamically bound variable.
4084 (smie-indent--parent): New function.
4085 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4086 (smie-rule-next-p): Rename from smie-next-p.
4087 (smie-rule-prev-p): Rename from smie-prev-p.
4088 (smie-rule-sibling-p, smie-rule-parent)
4089 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4090 (smie-rule-separator-outdent): New var.
4091 (smie-indent--rule): Merge with smie-indent--column.
4092 (smie-indent-forward-token, smie-indent-backward-token):
4093 Also recognize close parens.
4094 (smie-indent-keyword): Don't use smie-indent--column any more.
4095 (smie-indent-after-keyword): Ignore closers by default.
4096 (smie-indent-line): Use with-demoted-errors.
4097 * progmodes/octave-mod.el (octave-smie-grammar):
4098 Rename from octave-smie-op-levels.
4099 (octave-smie-rules): Adjust to new behavior.
4100 * progmodes/prolog.el (prolog-smie-grammar):
4101 Rename from prolog-smie-op-levels.
4102
26f097bf
GM
41032010-11-07 Glenn Morris <rgm@gnu.org>
4104
de3490e1
GM
4105 * eshell/esh-util.el (subst-char-in-string)
4106 (directory-files-and-attributes): These compatibility definitions are
4107 not needed on any version of Emacs since at least 21.4.
4108
3ba6b2ee
GM
4109 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4110 (verilog-get-end-of-line): Remove.
4111 (verilog-within-string, verilog-re-search-forward-substr)
4112 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4113 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4114 Use point-at-bol, point-at-eol.
4115 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4116 Remove.
4117 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4118 (electric-pascal-terminate-line, pascal-set-auto-comments)
4119 (pascal-indent-paramlist, pascal-indent-declaration)
4120 (pascal-get-lineup-indent, pascal-func-completion)
4121 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4122 Use point-at-bol, point-at-eol.
4123 * progmodes/flymake.el (flymake-line-beginning-position)
4124 (flymake-line-end-position): Remove.
4125 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4126 * eshell/esh-util.el (line-end-position, line-beginning-position):
4127 Remove compat definitions.
4128
76fc02b6
GM
4129 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4130 Use end-of-line N.
4131 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4132 Use line-end-position.
4133
e180ab9f
GM
4134 * emacs-lisp/chart.el (chart-zap-chars):
4135 * play/decipher.el (decipher-set-map):
4136 * progmodes/ada-mode.el (ada-get-current-indent)
4137 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4138 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4139 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4140 (ada-get-all-references):
4141 * progmodes/cperl-mode.el (cperl-electric-paren)
4142 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4143 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4144 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4145 (cperl-word-at-point-hard):
4146 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4147 (idlwave-shell-filename-string, idlwave-shell-batch-command)
4148 (idlwave-shell-display-line):
4149 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4150 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4151 * progmodes/js.el (js--re-search-forward-inner)
4152 (js--re-search-backward-inner):
4153 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4154 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
4155 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
4156 * textmodes/flyspell.el (flyspell-process-localwords):
4157 * textmodes/ispell.el (ispell-buffer-local-parsing)
4158 (ispell-buffer-local-dict, ispell-buffer-local-words):
4159 Use point-at-bol and point-at-eol.
4160
26f097bf
GM
4161 * speedbar.el (speedbar-generic-item-info)
4162 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
4163 (speedbar-add-indicator, speedbar-check-vc-this-line)
4164 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
4165 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
4166 Replace more uses of end-of-line etc with line-end-position.
4167
b05fde66
GM
41682010-11-06 Glenn Morris <rgm@gnu.org>
4169
5ed619e0
GM
4170 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
4171 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
4172 (texinfo-delete-existing-pointers, texinfo-find-pointer)
4173 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
4174 (texinfo-multiple-files-update):
4175 * textmodes/table.el (table--probe-cell-left-up)
4176 (table--probe-cell-right-bottom):
4177 * textmodes/picture.el (picture-tab-search):
4178 * textmodes/page-ext.el (pages-copy-header-and-position)
4179 (pages-directory-for-addresses):
4180 * progmodes/vera-mode.el (vera-get-offset):
4181 * progmodes/simula.el (simula-calculate-indent):
4182 * progmodes/python.el (python-pdbtrack-overlay-arrow):
4183 * progmodes/prolog.el (end-of-prolog-clause):
4184 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
4185 * progmodes/icon.el (indent-icon-exp):
4186 * progmodes/etags.el (tag-re-match-p):
4187 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
4188 * progmodes/ebnf2ps.el (ebnf-begin-file):
4189 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
4190 (dcl-save-local-variable):
4191 * play/life.el (life-setup):
4192 * play/gametree.el (gametree-looking-at-ply):
4193 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4194 * mail/sendmail.el (mail-mode-auto-fill):
4195 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4196 * emacs-lisp/edebug.el (edebug-overlay-arrow):
4197 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
4198 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
4199 (woman-tab-to-tab-stop, WoMan-warn-ignored):
4200 * type-break.el (type-break-file-keystroke-count):
4201 * term.el (term-replace-by-expanded-history-before-point)
4202 (term-skip-prompt, term-extract-string):
4203 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
4204 (speedbar-contract-line, speedbar-toggle-line-expansion)
4205 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
4206 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
4207 * sort.el (sort-skip-fields):
4208 * skeleton.el (skeleton-internal-list):
4209 * simple.el (line-move-finish, line-move-to-column):
4210 * shell.el (shell-forward-command):
4211 * misc.el (copy-from-above-command):
4212 * makesum.el (double-column):
4213 * ebuff-menu.el (electric-buffer-update-highlight):
4214 * dired.el (dired-move-to-end-of-filename):
4215 * dframe.el (dframe-popup-kludge):
4216 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
4217 * arc-mode.el (archive-get-lineno):
4218 Use line-end-position and line-beginning-position.
4219
e2a9c0bc
GM
4220 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
4221 (idlwave-study-twins): Prefix dynamic local `class'.
4222 (idlwave-routine-twin-compare): Update for above name change.
4223
4e44448f
GM
4224 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
4225 Use boundp tests to silence compiler. Update for changed name of
4226 bytecomp-filename variable.
4227
8f6c3eac
GM
4228 * emulation/viper-cmd.el (viper-read-string-with-history):
4229 Prefix dynamic local `initial'.
4230 (viper-minibuffer-standard-hook): Update for above name change.
4231
79d1dabe
GM
4232 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
4233 (elint-init-form): Update for above name change.
4234
0e4bb7f0
GM
4235 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
4236 local variables `cbeg' and `cend' a prefix.
4237 (mail-extr-voodoo): Update for above name change.
4238
c8f3bf36
GM
4239 * textmodes/reftex-toc.el (reftex-toc-do-promote)
4240 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
4241 (reftex-toc-promote-action): Doc fix.
4242
4243 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
4244 `prompt', `data' a prefix.
4245 (reftex-select-post-command-hook, reftex-select-callback)
4246 (reftex-select-mouse-accept, reftex-select-read-cite):
4247 Update for above name changes.
4248
4249 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
4250 `refstyle' to reftex-refstyle.
4251 (reftex-offer-label-menu): Update for above name change.
4252 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
4253 `refstyle' name change.
4254
b05fde66
GM
4255 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
4256 with with-current-buffer.
4257 (diff, template): Give dynamic local variables a prefix.
4258 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
4259 (emerge-line-number-in-buf): Update for above name change.
4260 (emerge-combine-versions-internal): Rename local `template' to
4261 emerge-combine-template.
4262 (emerge-combine-versions-edit): Update for above name change.
4263
5d8f9169
RA
42642010-11-06 Ralf Angeli <angeli@caeruleus.net>
4265
4266 * textmodes/reftex-cite.el
4267 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
4268 entries with whitespace after \bibitem.
4269 (reftex-create-bibtex-file): Match entries containing numbers and
4270 symbol constituents. Make sure that entries with whitespace at
4271 various places are found.
4272
f8aefe82
MA
42732010-11-05 Christian Millour <cm@abtela.com> (tiny change)
4274
4275 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
4276
e06918d2
JD
42772010-11-05 Jan Djärv <jan.h.d@swipnet.se>
4278
4279 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
4280
17fc58c9
GM
42812010-11-05 Glenn Morris <rgm@gnu.org>
4282
f7fe4837
GM
4283 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
4284 (woman2-roff-buffer): Give local variable `request' a prefix.
4285 (woman0-macro): Rename argument `request' in the same way.
4286 (woman-request): New name for `request' dynamic variable.
4287 (woman-unquote, woman-forward-arg): Update for above name change.
4288 (woman1-roff-buffer): Give local variable `unquote' a prefix.
4289 (woman1-unquote): New name for `unquote' dynamic variable.
4290 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
4291 (woman-translations): Rename from `translations'. No longer global.
4292 (woman2-tr, woman-translate): Update for above name change.
4293 (woman-translate): Check for bound variable.
4294 (woman2-roff-buffer): Give local variable `translations' a prefix.
4295
869c4186
GM
4296 * play/doctor.el: Give all local variables a prefix. Update callers.
4297 (doc$, doctor-put-meaning): Use backquote.
4298
215461a8
GM
4299 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
4300 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
4301
17fc58c9
GM
4302 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
4303 variables bytes, ptr, op a prefix.
4304 (disassemble-offset): Update for above change.
4305
015eea59
CY
43062010-11-03 Chong Yidong <cyd@stupidchicken.com>
4307
4308 * emacs-lisp/package.el (package-unpack): Remove no-op.
4309 (package--builtins, package--dir): Doc fix.
4310 (package-activate-1, package-activate, package-install)
4311 (package-compute-transaction): Fix error message.
4312 (package-delete): Use delete-directory. Omit system packages.
4313 (package-initialize): Set package-alist to nil first.
4314 (package-menu-mark-delete, package-menu-mark-install): Don't add
4315 symbols that are inconsistent with the package state.
4316 (package-menu-execute): Perform deletions and installations as
4317 single batch operations.
4318
033862d1
GM
43192010-11-03 Glenn Morris <rgm@gnu.org>
4320
0b03a950
GM
4321 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
4322 (props): Remove unnecessary declaration.
4323
e337e22c
GM
4324 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
4325 set-process-query-on-exit-flag.
4326
a88e24dd 4327 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
728618ba
GM
4328 (reftex-toc-do-promote): Remove unused local `mpos'.
4329 (reftex-toc-restore-region): Make `mpos' local to this function.
a88e24dd 4330
537b04b9
GM
4331 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
4332
52365e61
GM
4333 * play/landmark.el (lm-losing-threshold): Correct spelling.
4334 (lm-human-plays): Use new name.
4335
cd32f8a9
GM
4336 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
4337 (gomoku-human-plays): Use new name.
4338
033862d1
GM
4339 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
4340 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
4341 (gomoku-score-trans-table, gomoku-winning-threshold)
4342 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
4343
4b99edf2
CY
43442010-11-03 Chong Yidong <cyd@stupidchicken.com>
4345
4346 * emacs-lisp/package.el: Don't put built-in packages in
4347 package-alist, to avoid loading inefficiencies.
4348 (package-built-in-p): Make VERSION optional, and treat it as a
4349 minimum acceptable version.
6a7662bb
BR
4350 (package-activate): Search separately for built-in packages.
4351 Emit a warning if a dependency fails.
4b99edf2
CY
4352 (define-package): Handle most common case, where there is no
4353 obsolete package, first.
4354 (package-compute-transaction): Print required version in error.
4355 (package--initialized): New variable.
4356 (list-packages): Use it.
4357 (package-initialize): Optional arg NO-ACTIVATE. Don't put
6a7662bb
BR
4358 built-in packages in packages-alist; keep it separate.
4359 Set package--initialized.
4b99edf2
CY
4360 (describe-package): Avoid activating packages as a side-effect.
4361 Search separately for built-in packages.
4362 (describe-package-1): Handle the case where an elpa package is
4363 simultaneously built-in and available/installed.
6a7662bb
BR
4364 (package-installed-p, package--generate-package-list):
4365 Search separately for built-in packages.
4b99edf2
CY
4366 (package-load-descriptor): Doc fix.
4367
3225dcaa
SM
43682010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4369
4370 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4371 Handle __DATA__ and __END__.
4372
fa14dc18
NF
43732010-11-02 Noah Friedman <friedman@splode.com>
4374
4375 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
4376 nil, do not ask to recompile files that are not already compiled,
4377 and do not recompile them.
4378
0f75c62a
CY
43792010-11-02 Chong Yidong <cyd@stupidchicken.com>
4380
4381 * emacs-lisp/package.el (package-initialize): Ensure that
4382 obsoleted built-in packages are not in package-activated-list
4383 during activation.
4384 (describe-package-1): Make the "installed" status override
4385 "built-in".
4386
b29f5b7b
VJL
43872010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4388
4389 * subr.el (version-separator, version-regexp-alist): Remove '*'
4390 from docstring.
4391 (version-list-<=, version<=, version=): Doc fix.
4392
b18fad6d
KH
43932010-11-01 Kenichi Handa <handa@m17n.org>
4394
4395 * faces.el (glyphless-char): Inherit underline for tty.
4396
a8039db1 43972010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
4398
4399 Implement various display methods for glyphless characters.
4400
4401 * international/characters.el (char-acronym-table): New variable.
4402 (glyphless-char-control): New variable.
35f52ed6 4403 (update-glyphless-char-display): New function.
b2cca856
KH
4404
4405 * faces.el (glyphless-char): New face.
4406
28886d5e
GM
44072010-11-01 Glenn Morris <rgm@gnu.org>
4408
919dd7aa
GM
4409 * calendar/holidays.el (general-holidays, oriental-holidays)
4410 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
4411 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
4412 the definitions of their targets.
4413
c79fc059
GM
4414 * emacs-lisp/smie.el (smie): New custom group.
4415 (smie-blink-matching-inners, smie-indent-basic): Add :group.
4416
c8ccffb1
GM
4417 * faces.el (xw-defined-colors, x-setup-function-keys):
4418 * mouse-sel.el (x-select-text):
4419 * term/w32console.el (x-setup-function-keys): Update declarations.
4420
f4ff702e
GM
4421 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
4422
806c491a
GM
4423 * textmodes/ispell.el (comment-add): Declare.
4424
c3dfebd1
GM
4425 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
4426 Declare.
4427
28886d5e
GM
4428 * info.el (finder-keywords-hash, package-alist): Declare.
4429
693c9d15
CY
44302010-11-01 Chong Yidong <cyd@stupidchicken.com>
4431
4432 * finder.el (finder-compile-keywords): Don't use intern-soft,
4433 since package names may not yet exist in the obarray.
4434
44352010-11-01 Chong Yidong <cyd@stupidchicken.com>
4624de78
CY
4436
4437 * vc/vc-arch.el (vc-arch-checkin):
4438 * vc/vc-cvs.el (vc-cvs-checkin):
4439 * vc/vc-mtn.el (vc-mtn-checkin):
4440 * vc/vc-rcs.el (vc-rcs-checkin):
4441 * vc/vc-sccs.el (vc-sccs-checkin):
4442 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
4443 since 2010-04-21 commit by Stefan Monnier.
4444
36967cf7
GM
44452010-11-01 Glenn Morris <rgm@gnu.org>
4446
feb5e60a
GM
4447 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
4448
1f023ca9
GM
4449 * startup.el (package-enable-at-startup, package-initialize):
4450 Silence compiler.
4451
36967cf7
GM
4452 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
4453 Silence compiler.
4454
430e7297
JD
44552010-10-31 Julien Danjou <julien@danjou.info>
4456
4457 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
4458 (byte-recompile-directory):
4459 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
430e7297
JD
4460 Use `byte-recompile-file'.
4461
c8c59954
GM
44622010-10-31 Glenn Morris <rgm@gnu.org>
4463
4464 * cus-start.el: Handle standard values via a keyword.
4465 Only set version property if specified.
4466 (cursor-in-non-selected-windows, menu-bar-mode)
4467 (tool-bar-mode, show-trailing-whitespace):
4468 Do not specify standard values.
4469 (transient-mark-mode, temporary-file-directory): Use :standard.
4470
04e63796
JD
44712010-10-31 Jan Djärv <jan.h.d@swipnet.se>
4472
4473 * term/x-win.el (x-get-selection-value): New function that gets
35f52ed6 4474 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
04e63796 4475
2699a554 44762010-10-31 Michael Albinus <michael.albinus@gmx.de>
a057950d
MA
4477
4478 * net/tramp.el (tramp-handle-insert-file-contents): For root,
4479 preserve owner and group when editing files. (Bug#7289)
4480
35fcc05c 44812010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
4482
4483 * speedbar.el (speedbar-mode):
4484 * play/fortune.el (fortune-in-buffer, fortune):
4485 * play/gomoku.el (gomoku-mode):
4486 * play/landmark.el (lm-mode):
4487 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
4488 Replace inappropriate uses of toggle-read-only. (Bug#7292)
4489
82f7efc3
GM
4490 * select.el (x-selection): Mark it as an obsolete alias.
4491
2699a554 44922010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
ca39416c 4493
f486841f 4494 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
ca39416c
AH
4495 major-mode (bug#7284).
4496
2699a554 44972010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
4498
4499 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
4500 rather than just an unused variable that inherits from the real one.
4501
e6ef5dd9
AM
45022010-10-31 Alan Mackenzie <acm@muc.de>
4503
4504 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
4505 This fixes bug #7185.
4506
8a500a91
CY
45072010-10-30 Chong Yidong <cyd@stupidchicken.com>
4508
4509 * startup.el (command-line): Search for package directories, and
4510 don't load package.el if none are found.
4511
6a7662bb
BR
4512 * emacs-lisp/package.el (describe-package, list-packages):
4513 Call package-initialize if it has not been called yet.
8a500a91 4514
4f9e41e4
AM
45152010-10-30 Alan Mackenzie <acm@muc.de>
4516
4517 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
4518 which fontifies the tail of an enum.
4519 (c-basic-matchers-after): Insert a call to the above new function.
4520 This fixes bug #7264.
4521
88f43c67
GM
45222010-10-30 Glenn Morris <rgm@gnu.org>
4523
4524 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
4525 tool-bar-mode, transient-mark-mode. (Bug#7306)
4526 Include the :set property in the dumped Emacs.
4527
c4d17d50
SM
45282010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4529
4530 SMIE: change indent rules format, improve smie-setup.
4531 * emacs-lisp/smie.el (smie-precs-precedence-table)
4532 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
4533 Mark them pure so the tables gets built at compile time.
4534 (smie-bnf-precedence-table): Store the closer-alist in the table.
4535 (smie-prec2-levels): Preserve the closer-alist.
4536 (smie-blink-matching-open): Be more forgiving in case of indentation.
4537 (smie-hanging-p): Rename from smie-indent--hanging-p.
4538 (smie-bolp): Rename from smie-indent--bolp.
4539 (smie--parent, smie--after): New dynamic vars.
4540 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
4541 (smie-indent-rules): Remove.
4542 (smie-indent--offset-rule): Remove fun.
4543 (smie-rules-function): New var.
4544 (smie-indent--rule): New fun.
4545 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
4546 (smie-indent-exps): Use it.
4547 (smie-setup): Setup paren blinking; add keyword args for token
4548 functions; extract closer-alist from op-levels.
4549 (smie-indent-debug-log): Remove var.
4550 (smie-indent-debug): Remove fun.
4551 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
4552 (prolog-smie-rules): New fun to replace it.
4553 (prolog-mode-variables): Simplify.
4554 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
4555 it's setup automatically.
4556 (octave-smie-indent-rules): Remove.
4557 (octave-smie-rules): New fun to replace it.
4558 (octave-mode): Simplify.
4559
9d794026
GM
45602010-10-29 Glenn Morris <rgm@gnu.org>
4561
e088c02a
GM
4562 * files.el (temporary-file-directory): Remove (already defined in C).
4563 * cus-start.el: Add temporary-file-directory.
4564
9d794026
GM
4565 * abbrev.el (abbrev-mode):
4566 * composite.el (auto-composition-mode):
4567 * menu-bar.el (menu-bar-mode):
4568 * simple.el (transient-mark-mode):
4569 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
4570 that they do not define the associated variables twice.
4571 * simple.el (transient-mark-mode): Remove defvar.
4572 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
4573 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
4574 Handle multiple groups, and also custom-delayed-init-variables.
4575 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4576
dcc029e0
SM
45772010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4578
4579 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
4580 (pcase-if): Add one minor optimization.
4581 (pcase-split-equal): Rename from pcase-split-eq.
4582 (pcase-split-member): Rename from pcase-split-memq.
4583 (pcase-u1): Add strings to the member optimization.
4584 Add `guard' variant of predicates.
4585 (pcase-q1): Add string patterns.
4586
a62b88d4
SM
45872010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4588
4589 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
4590
f41f19b0
GM
45912010-10-28 Glenn Morris <rgm@gnu.org>
4592
b3edb781
GM
4593 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
4594 Move menu-bar related settings to ../menu-bar.el.
4595 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
4596 Move ns-specific settings here from term/ns-win.el.
4597
f41f19b0
GM
4598 * simple.el (x-selection-owner-p): Remove unused declaration.
4599
6175cd08
SM
46002010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4601
4602 * minibuffer.el (completion-cycling): New var (bug#7266).
4603 (minibuffer-complete, completion--do-completion):
4604 Use completion--flush-all-sorted-completions.
4605 (minibuffer-complete): Only cycle if completion-cycling is set.
4606 (completion--flush-all-sorted-completions): Unset completion-cycling.
4607 (minibuffer-force-complete): Set completion-cycling.
4608 (completion-all-sorted-completions): Move declaration before first use.
4609
19677c71
LL
46102010-10-28 Leo <sdl.web@gmail.com>
4611
4612 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
4613 which changes the order of matches seen by users (bug#7231).
4614
46152010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
77b143eb
JBK
4616
4617 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4618 Don't confuse -omega as "-o mega".
4619
2122161f
SM
46202010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
4621
ce8794df
SM
4622 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
4623 (log-edit-author): New dynamic var.
4624 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
4625 to return the author if different from committer.
4626 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
4627
80cb310d
SM
4628 * play/landmark.el: Adjust commenting convention.
4629 (lm-nil-score): Rename from nil-score.
4630 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
4631 (OOOOscore): Move into a let in lm-score-trans-table.
4632 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
4633
2122161f
SM
4634 * electric.el (electric-indent-chars): Autoload.
4635 * progmodes/octave-mod.el (octave-mode):
4636 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
4637 (ruby-mode-abbrev-table): Merge initialization and declaration.
4638
e925113b
GM
46392010-10-27 Glenn Morris <rgm@gnu.org>
4640
208d109c
GM
4641 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
4642 variable.
4643
7d3e3843
GM
4644 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
4645
e925113b
GM
4646 * term/ns-win.el: Restore require of cl when compiling.
4647 (menu-bar-final-items): Remove non-existent `windows' menu.
1bcc4637
GM
4648 (ns-handle-nxopen): Optionally handle the temp-case.
4649 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
4650 (ns-insert-file, ns-find-file): Use `pop'.
e925113b 4651
b94a5a43
GM
46522010-10-26 Glenn Morris <rgm@gnu.org>
4653
4654 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
4655
fc3eda04
AR
46562010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
4657
4658 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
4659 global map.
4660 * term/common-win.el (x-setup-function-keys): Remove most of the
4661 keymappings. Comment on the remaining ones.
4662
c79b0b1c
PO
46632010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
4664
c31dc2c0 4665 * server.el (server-port): New option. (Bug#854)
c79b0b1c
PO
4666 (server-start): Use server-port.
4667
725513b7
GM
46682010-10-26 Glenn Morris <rgm@gnu.org>
4669
d7d8c62a
GM
4670 * term/ns-win.el (ns-version-string): Remove unused declaration.
4671 (ns-invocation-args): Change to x-invocation-args.
4672 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
4673 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
4674 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
4675 Use x-invocation-args instead of ns-invocation-args.
4676 (ns-initialize-window-system, handle-args-function-alist):
4677 Use x-handle-args instead of ns-handle-args.
4678 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
4679 * startup.el (command-line-ns-option-alist): Replace
4680 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
4681 ns-handle-iconic with the x- equivalents.
4682
725513b7
GM
4683 * term/common-win.el (x-select-enable-clipboard):
4684 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
4685
4686 * term/ns-win.el: No need to require cl when compiling.
4687 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
4688 (xw-defined-colors): Use the common-win definitions.
4689 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
4690 (ns-handle-iconic): Make it an alias for x-handle-iconic.
4691 * term/common-win.el (x-select-text, x-alternatives-map)
4692 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
4693 * loadup.el [ns]: Load common-win.
4694
77ec02d8
DU
46952010-10-26 Daiki Ueno <ueno@unixuser.org>
4696
4697 * epa-mail.el (epa-mail-encrypt): Handle local-part only
6ee79275 4698 recipients; expand mail aliases (Bug#7280).
77ec02d8 4699
6a5c2175
GM
47002010-10-25 Glenn Morris <rgm@gnu.org>
4701
59ba9d59
GM
4702 * term/common-win.el (x-handle-switch): Simplify with pop.
4703 Optionally handle numeric switches.
4704 (x-handle-numeric-switch): Just call x-handle-switch.
4705 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
4706 (x-handle-name-switch, x-handle-display, x-handle-args):
4707 Simplify with pop.
4708
6a5c2175
GM
4709 * term/ns-win.el: Do not require easymenu.
4710 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
4711 <spell>: Move adjustments to menu-bar.el.
4712 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
4713 <separator-undo, spell>: Move ns-win's adjustments here.
4714 * loadup.el [ns]: Do not load easymenu.
4715
01898dc2
CY
47162010-10-24 Chong Yidong <cyd@stupidchicken.com>
4717
4718 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6a5c2175 4719 Delete (Bug#7222).
01898dc2
CY
4720
4721 * startup.el (fancy-startup-tail): Instead of using inline images,
4722 refer to image files from etc/.
4723
4724 * wid-edit.el (checkbox): Likewise.
4725 (widget-image-find): Center image specs.
4726
a44d921f
GM
47272010-10-24 Glenn Morris <rgm@gnu.org>
4728
4729 * term/ns-win.el (x-select-text): Doc fix.
4730 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
4731 (x-select-text): Move to term/common-win.
4732 * term/w32-win.el (xw-defined-colors): Move to common-win.
4733 * term/x-win.el (xw-defined-colors, x-alternatives-map)
4734 (x-setup-function-keys, x-select-text): Move to common-win.
4735 * term/common-win.el (x-select-text, x-alternatives-map)
4736 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
4737 definitions here.
4738
709228c0 47392010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
a11de514
R
4740
4741 * net/mairix.el (mairix-searches-mode-map):
4742 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
4743
0c382083 47442010-10-24 Michael McNamara <mac@mail.brushroad.com>
a03c2342 4745
2b0c7330 4746 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
a03c2342
WS
4747 auto-built for efficiency of execution and updating.
4748 (verilog-extended-complete-re): Support 'pure' fucntion & task
4749 declarations (these have no bodies).
ca39416c
AH
4750 (verilog-beg-of-statement): General cleanup to enable support of
4751 'pure' fucntion & task declarations (these have no bodies).
4752 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
4753 noticed by Steve Pearlmutter.
4754 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
4755 (verilog-directive-nest-re, verilog-set-auto-endcomments):
4756 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
4757 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
4758 attribute handling for lining up declarations and assignments.
4759 (verilog-beg-of-statement-1): Fix issue where continued declaration
4760 is indented differently if it is after a begin..end clock.
4761 (verilog-in-attribute-p, verilog-skip-backward-comments)
4762 (verilog-skip-forward-comment-p): Support proper treatment of
84eb0351 4763 attributes by indent code. Reported by Jeff Steele.
ca39416c 4764 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
4765 (verilog-backward-up-list, verilog-in-struct-region-p)
4766 (verilog-backward-token, verilog-in-struct-p)
4767 (verilog-in-coverage-p, verilog-do-indent)
4768 (verilog-pretty-declarations): Use verilog-backward-up-list as
4769 wrapper around backward-up-list inorder to properly skip comments.
4770 Reported by David Rogoff.
4771 (verilog-property-re, verilog-endcomment-reason-re)
4772 (verilog-beg-of-statement, verilog-set-auto-endcomments)
4773 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
84eb0351 4774 of if). Reported by Max Bjurling and
a03c2342 4775 (verilog-calc-1): Fix for clocking block in modport
84eb0351 4776 declaration. Reported by Brian Hunter.
a03c2342 4777
0c382083 47782010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
a03c2342 4779
2b0c7330 4780 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
a03c2342
WS
4781 (verilog-gate-keywords, verilog-read-sub-decls)
4782 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
4783 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
4784 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
4785 (verilog-read-decls): Fix spaces in V2K module parameters causing
4786 mis-identification as interfaces, bug287.
4787 (verilog-read-decls): Fix not treating "parameter string" as a
4788 parameter in AUTOINSTPARAM.
4789 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
4790 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 4791 (verilog-do-indent): Implement correct automatic or static task or
b762841f 4792 function end comment highlight. Reported by Steve Pearlmutter.
a03c2342
WS
4793 (verilog-font-lock-keywords-2): Fix highlighting of single
4794 character pins, bug264. Reported by Michael Laajanen.
4795 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
4796 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
6a7662bb
BR
4797 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
4798 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
4799 (verilog-pretty-expr): Fix interactive arguments, bug272.
4800 Reported by Mark Johnson.
4801 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
4802 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
b762841f 4803 bug269. Suggested by Gary Delp.
a03c2342 4804 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
4805 (verilog-preprocessor, verilog-set-compile-command):
4806 Create verilog-preprocess and verilog-preprocessor to show
4807 preprocessed output.
a03c2342
WS
4808 (verilog-get-beg-of-line, verilog-get-end-of-line)
4809 (verilog-modi-file-or-buffer, verilog-modi-name)
4810 (verilog-modi-point, verilog-within-string): Move defmacro's
b762841f 4811 before first use to avoid warning. Reported by Steve Pearlmutter.
a03c2342
WS
4812 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
4813 (verilog-colorize-region, verilog-highlight-buffer)
4814 (verilog-highlight-includes, verilog-highlight-modules)
4815 (verilog-highlight-region, verilog-mode): Rename colorize to
4816 highlight to match other packages. Disable module highlighting,
4817 as received speed complaints, reenable for experimentation only
4818 using new verilog-highlight-modules.
4819 (verilog-read-decls): Fix regexp stack overflow in very large
4820 AUTO_TEMPLATEs, bug250.
4821 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
4822 (verilog-scan): Create verilog-save-buffer-state to standardize
4823 making insignificant changes that shouldn't call hooks.
4824 (verilog-save-no-change-functions, verilog-save-scan-cache)
4825 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
4826 Create verilog-save-no-change-functions to wrap verilog-scan
4827 preservation, and fix to work with nested preserved calls.
4828 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
4829 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
4830 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
4831 (verilog-submit-bug-report): Update variable list to be complete.
4832 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
4833 breaking on-the-fly font-locking.
4834 (verilog-colorize-buffer, verilog-colorize-include-files)
4835 (verilog-colorize-include-files-buffer, verilog-colorize-region)
4836 (verilog-load-file-at-mouse, verilog-load-file-at-point)
4837 (verilog-mode, verilog-read-inst-module-matcher): With point on a
4838 AUTOINST cell instance name, middle mouse button now finds-file on
4839 it. Suggested by Brad Dobbie.
4840 (verilog-alw-get-temps, verilog-auto-reset)
4841 (verilog-auto-sense-sigs, verilog-read-always-signals)
4842 (verilog-read-always-signals-recurse): Fix loop indexes being
b762841f 4843 AUTORESET. AUTORESET now assumes any variables in the
6a7662bb
BR
4844 initialization section of a for() should be ignored.
4845 Reported by Dan Dever.
a03c2342
WS
4846 (verilog-error-font-lock-keywords)
4847 (verilog-error-regexp-emacs-alist)
4848 (verilog-error-regexp-xemacs-alist): Fix error detection of
4849 Cadence HAL, reported by David Asher. Repair drift between the
4850 three similar error variables.
4851 (verilog-modi-lookup, verilog-modi-lookup-cache)
4852 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
4853 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
4854 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
4855 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
4856 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
4857 "{1*2{...". Broke in last revision.
4858 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
4859 submodule connections with replications "{#{a},#{b}}".
4860
0c382083
CY
48612010-10-24 Juanma Barranquero <lekktu@gmail.com>
4862
4863 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
4864 Fix typo in docstring.
4865
48662010-10-24 Kenichi Handa <handa@m17n.org>
4867
4868 * face-remap.el (text-scale-adjust): Call read-event with a proper
4869 prompt.
4870
48712010-10-24 Chong Yidong <cyd@stupidchicken.com>
4872
4873 * emacs-lisp/unsafep.el: Don't mark functions that display
4874 messages as safe. Suggested by Johan Bockgård.
4875
48762010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4877
4878 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
4879 Turn comments into docstrings.
4880
4881 * minibuffer.el (completion--replace): Move point where it belongs
4882 when there's a common suffix (bug#7215).
4883
9317e499
CY
48842010-10-24 Chong Yidong <cyd@stupidchicken.com>
4885
4886 Merge read-color and facemenu-read-color (Bug#7242).
4887
4888 * faces.el (read-color): Use the completion code from
4889 facemenu-read-color. Require match in completion. Doc fix.
4890
4891 * facemenu.el (facemenu-read-color): Alias for read-color.
6a7662bb
BR
4892 (facemenu-set-foreground, facemenu-set-background):
4893 Use read-color.
9317e499
CY
4894
4895 * frame.el (set-background-color, set-foreground-color)
6a7662bb
BR
4896 (set-cursor-color, set-mouse-color, set-border-color):
4897 Use read-color.
9317e499 4898
a44d921f 48992010-10-24 Leo <sdl.web@gmail.com>
59dd6f73
LL
4900
4901 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
4902 argument of delete-file and delete-directory (Bug#7011).
4903
43207249
CY
49042010-10-24 Chong Yidong <cyd@stupidchicken.com>
4905
4906 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
4907 button-buffer-map.
4908
484db896 49092010-10-24 Ralf Angeli <angeli@caeruleus.net>
f34e6aaa
CY
4910
4911 * emacs-lisp/package.el (package--generate-package-list): Make the
4912 *Packages* buffer read-only.
4913
10f5e3e6
AM
49142010-10-24 Alan Mackenzie <acm@muc.de>
4915
4916 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
4917 result of `c-beginning-of-decl-1' between invocations of a lambda
4918 function (Bug #7265).
4919
3ec6ca72
DU
49202010-10-24 Daiki Ueno <ueno@unixuser.org>
4921
4922 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
4923 executable is not available on the system (Bug#7268).
4924
ec514007
GM
49252010-10-24 Glenn Morris <rgm@gnu.org>
4926
f5f25615
GM
4927 * select.el (selection-coding-system, next-selection-coding-system):
4928 Sync doc with C versions.
3646b86d 4929
8aa0f263
GM
4930 * w32-vars.el (x-select-enable-clipboard):
4931 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
4932 * term/common-win.el (x-select-enable-clipboard): Move here.
4933
46710489
GM
4934 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
4935 definition of C variable.
4936
ec514007
GM
4937 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
4938 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
4939 Don't redefine things that are defined in C.
4940 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
4941 (show-trailing-whitespace, auto-hscroll-mode)
4942 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
4943 Set up the appropriate custom properties.
4944
8a79905d
CY
49452010-10-24 Chong Yidong <cyd@stupidchicken.com>
4946
4947 Bind "C-c ]" to ...
4948 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
4949 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
4950 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
4951 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
4952
aa02a29f
GM
49532010-10-23 Glenn Morris <rgm@gnu.org>
4954
7dfc15df
GM
4955 * textmodes/flyspell.el (flyspell-mode): If there was an error,
4956 say what it was.
4957
66c6abf0
GM
4958 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
4959 Sync docs with C version.
f3d87560 4960
3193e969
GM
4961 * term/ns-win.el (xw-defined-colors):
4962 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
4963
6f748f70
GM
4964 * term/pc-win.el (x-select-enable-clipboard):
4965 * term/x-win.el (x-select-enable-clipboard):
4966 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
4967
7aa93795
GM
4968 * comint.el (comint-password-prompt-regexp): Make it less vague.
4969 Bump version.
4970
17284e30
GM
4971 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
4972
aa02a29f
GM
4973 * help.el (finder-by-keyword): Remove unnecessary autoload.
4974
69b55131
GM
49752010-10-22 Glenn Morris <rgm@gnu.org>
4976
9a0dd02d
GM
4977 * loadup.el: Unconditionally load float-sup.
4978 * paren.el (show-paren-delay):
4979 * emacs-lisp/float-sup.el:
4980 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
4981 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
4982 (lazy-lock-stealth-verbose): Assume float support.
4983 * ps-print.el: Assume float support on Emacs.
4984 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
4985 Remove non-float branch.
4986
69b55131
GM
4987 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
4988 src/Makefile no longer being pre-processed.
4989
7c23d9e8
SM
49902010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4991
4992 * emacs-lisp/find-func.el (find-library): Use test-completion.
4993
23737b4a
LMI
49942010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4995
7c23d9e8 4996 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 4997
6e060cee 49982010-10-21 Michael Albinus <michael.albinus@gmx.de>
01d884cf
MA
4999
5000 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5001 space in stat format string.
5002 (tramp-send-command): Unset $PS1 when using here documents, in
5003 order not to get several prompts.
5004 (tramp-get-inline-coding): Return `nil' in case of errors.
5005
08ffb131
DU
50062010-10-21 Daiki Ueno <ueno@unixuser.org>
5007
7c23d9e8
SM
5008 * hexl.el (hexl-mode, hexl-mode-exit):
5009 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
5010 (hexl-revert-buffer-function): New function.
5011 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5012
ba7fdf30
AM
50132010-10-19 Alan Mackenzie <acm@muc.de>
5014
7c23d9e8
SM
5015 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5016 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
5017 that these keywords aren't wrongly matched as identifiers.
5018
ba7fdf30
AM
5019 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5020 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 5021 c-after-change. (Bug#7181)
ba7fdf30 5022
7fd8732d
CY
50232010-10-19 Chong Yidong <cyd@stupidchicken.com>
5024
5025 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5026 Don't mark as safe.
5027
5028 * custom.el (custom-theme-set-variables): Likewise.
5029 (load-theme): Add custom-theme-set-faces and
5030 custom-theme-set-variables to safe-functions while loading.
5031 (custom-enabled-themes): Mark as risky.
5032
3f12b18c
JD
50332010-10-18 Julien Danjou <julien@danjou.info>
5034
5035 * bindings.el: Remove end dashes in default mode-line-format.
5036
b8a47412
CY
50372010-10-19 Chong Yidong <cyd@stupidchicken.com>
5038
5039 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5040 to delete-forward-char.
5041
5042 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5043 deletechar, and hence delete-forward-char.
5044
ca3fa302
JB
50452010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5046
5047 * repeat.el (repeat): Use read-key (bug#6256).
5048
50492010-10-19 Chong Yidong <cyd@stupidchicken.com>
5050
5051 * emacs-lisp/unsafep.el: Don't mark functions that display
5052 messages as safe. Suggested by Johan Bockgård.
5053
50542010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5055
5056 * minibuffer.el (completion--replace): Move point where it belongs
5057 when there's a common suffix (bug#7215).
5058
50592010-10-19 Kenichi Handa <handa@m17n.org>
5060
5061 * international/characters.el: Add category '|' (word breakable)
5062 to fullwidth characters.
5063
3224b54d
MA
50642010-10-19 Michael Albinus <michael.albinus@gmx.de>
5065
5066 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5067 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5068 order to make stat results a float. Patch by Andreas Schwab
5069 <schwab@linux-m68k.org>.
5070
36ba6f07
JD
50712010-10-18 Julien Danjou <julien@danjou.info>
5072
5073 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5074 hidden by `make-pointer-invisible'.
5075
43f964fc
SM
50762010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5077
5078 * files.el (locate-file-completion-table): Strip non-matching elements
5079 before checking length of list (bug#7238).
5080
e48eb343
CY
50812010-10-18 Chong Yidong <cyd@stupidchicken.com>
5082
5083 * custom.el (custom-theme-set-variables): Mark as a safe function.
5084 (load-theme): Check forms using unsafep.
5085
5086 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5087
df987d70
AM
50882010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5089
43f964fc
SM
5090 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5091 Fix aspell data file searching (bug#7230).
df987d70 5092
29a4c45b
CY
50932010-10-16 Chong Yidong <cyd@stupidchicken.com>
5094
5095 * cus-theme.el (custom-theme--migrate-settings): New var.
5096 (customize-create-theme): Allow editing the `user' theme.
5097 (custom-theme-add-variable, custom-theme-add-var-1)
5098 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5099 to the front of each variable or face widget.
5100 (custom-theme-write): Save theme settings in the correct order.
5101 Optionally, remove saved settings from user customizations.
43f964fc
SM
5102 (custom-theme-write-variables, custom-theme-write-faces):
5103 Save only the checked widgets.
29a4c45b
CY
5104 (customize-themes): Add a link for migrating custom settings.
5105
43f964fc
SM
5106 * custom.el (custom-declare-theme, provide-theme):
5107 Use custom-theme-name-valid-p.
29a4c45b
CY
5108 (custom-theme-name-valid-p): Remove checks that are now
5109 unnecessary since themes no longer obey load-path.
5110
5111 * cus-edit.el (custom-variable-value-create): For the simple
5112 style, hide documentation string when hidden.
5113
782b5e8d
CY
51142010-10-16 Chong Yidong <cyd@stupidchicken.com>
5115
647bc502
CY
5116 * cus-edit.el (custom-variable, custom-face): Combine the
5117 :inhibit-magic and :display-style properties into a single
5118 :custom-style property.
43f964fc
SM
5119 (custom-toggle-hide-variable, custom-toggle-hide-face):
5120 New functions. If hiding an edited value, save it to :shown-value.
5121 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
5122 (custom-magic-reset): Allow magic property to be unset.
5123
782b5e8d
CY
5124 * custom.el: Custom themes no longer use load-path.
5125 (custom-theme-load-path): New option. Change built-in theme
5126 directory to etc/.
5127 (custom-enabled-themes): Add custom-theme-load-path dependency.
5128 (custom-theme--load-path): New function.
5129 (load-theme, custom-available-themes): Use it.
5130
5131 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5132 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
5133 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5134 :custom-style property.
782b5e8d
CY
5135
5136 * themes/*.el: Moved to etc/.
5137
99f65cfa
RA
51382010-10-16 Ralf Angeli <angeli@caeruleus.net>
5139
5140 * textmodes/reftex-cite.el
5141 (reftex-extract-bib-entries-from-thebibliography): Do not move
5142 point when searching for \bibitem entries. Match entries with
5143 spaces or tabs in front of arguments.
5144
da16abfc
CY
51452010-10-16 Chong Yidong <cyd@stupidchicken.com>
5146
5147 * cus-theme.el (customize-create-theme): Delete overlays after
5148 erasing. If given a THEME arg, display only the faces of that arg
5149 instead of custom-theme--listed-faces.
5150 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 5151 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
5152 (custom-theme-add-variable, custom-theme-add-face): Apply value
5153 from the theme settings, instead of the current value.
5154 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
5155 (custom-theme-visit-theme): Allow calling outside theme buffers.
5156 (custom-theme-merge-theme): Don't enable the theme when merging.
5157 (custom-theme-write-variables, custom-theme-write-faces): Use the
5158 :shown-value properties to save buffer values, not global ones.
5159 (customize-themes): Display a warning about user customizations.
5160
5161 * cus-edit.el (custom-variable-value-create)
5162 (custom-face-value-create): Obey new special properties
5163 :shown-value and :inhibit-magic.
5164
aa095b2d
MA
51652010-10-15 Michael Albinus <michael.albinus@gmx.de>
5166
5167 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
5168 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
5169 <dale@codefu.org>.
aa095b2d 5170
7ca9cfda
KH
51712010-10-14 Kenichi Handa <handa@m17n.org>
5172
9650fc61
KH
5173 * mail/rmail.el (rmail-show-message-1): Catch an error of
5174 base64-decode-region and just show an error message (bug#7165).
5175
43f964fc 5176 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
5177 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
5178 a font-spec (bug#7197).
5179
220d91b8 51802010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
5181
5182 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
5183
220d91b8 51842010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 5185
c0943d3d
JB
5186 * international/mule.el (define-coding-system):
5187 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
5188 * composite.el (compose-region): Fix typo in docstring.
5189
4983ddea
CY
51902010-10-14 Chong Yidong <cyd@stupidchicken.com>
5191
de43f11b
CY
5192 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
5193 only after checking the theme-face property.
5194
4983ddea
CY
5195 * faces.el (face-spec-reset-face): Reset all attributes in one
5196 single call to set-face-attribute.
5197 (face-spec-match-p): Make it a defsubst.
5198 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
5199 (x-create-frame-with-faces, tty-create-frame-with-faces)
5200 (tty-set-up-initial-frame-faces): Don't recompute face specs in
5201 frame-set-background-mode, since they are recomputed immediately
5202 afterwards in face-set-after-frame-default.
5203 (face-set-after-frame-default): Minor optimization.
5204 (cursor): Provide non-trivial defface spec.
5205
5206 * custom.el (custom-theme-recalc-face): Simplify.
5207
a974dcf2
JB
52082010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
5209
43f964fc 5210 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
5211 (math-is-polynomial, math-is-poly-rec): Replace `var'
5212 with `math-var'.
5213
43f964fc 5214 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
5215 (calcFunc-table, math-scan-for-limits): Replace `var'
5216 with `math-var'.
5217
10e4702a
GM
52182010-10-13 Glenn Morris <rgm@gnu.org>
5219
5220 * subr.el (last): Deal with dotted lists (reported in bug#7174).
5221
88f427d5
SB
52222010-10-13 Stephen Berman <stephen.berman@gmx.net>
5223
5224 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
5225
a1d16a7b
G
52262010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5227
5228 * net/tls.el (tls-program): Remove spurious %s from openssl.
5229 (tls-starttls-switches): Remove starttls hack.
5230 (open-tls-stream): Ditto.
5231 (tls-find-starttls-argument): Ditto.
5232
2e288d54
JB
52332010-10-13 Juanma Barranquero <lekktu@gmail.com>
5234
5235 * image.el (image-library-alist): Declare as obsolete alias.
5236 (image-type-available-p): Use `dynamic-library-alist'.
5237
5238 * term/w32-win.el (dynamic-library-alist):
5239 Use instead of `image-library-alist'.
5240
35744400
IS
52412010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
5242
5243 * subr.el (last): Make it faster. (Bug#7174)
5244
290fe464
RO
52452010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
5246
5247 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
5248
2919746c
CY
52492010-10-12 Chong Yidong <cyd@stupidchicken.com>
5250
5251 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
5252 (describe-theme-1): Extract doc from unloaded themes.
5253
5254 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
5255
5256 * themes/tango-theme.el:
5257 * themes/tango-dark-theme.el:
5258 * themes/wheatgrass-theme.el: New files.
5259
6b09b5d1
CY
52602010-10-12 Chong Yidong <cyd@stupidchicken.com>
5261
5262 * cus-theme.el (describe-theme, customize-themes)
5263 (custom-theme-save): New commands.
5264 (custom-new-theme-mode-map): Bind C-x C-s.
5265 (custom-new-theme-mode): Use custom--initialize-widget-variables.
5266 (customize-create-theme): New optional arg THEME.
5267 (custom-theme-revert): Use it.
5268 (custom-theme-visit-theme): Remove dead code.
5269 (custom-theme-merge-theme): Use custom-available-themes.
5270 (custom-theme-write): Make interactive.
5271 (custom-theme-write): Use custom-theme-name-valid-p.
5272 (describe-theme-1, custom-theme-choose-revert)
5273 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
5274 New funs.
5275 (custom-theme-allow-multiple-selections): New option.
5276 (custom-theme-choose-mode): New major mode.
5277
43f964fc
SM
5278 * custom.el (custom-theme-set-variables): Remove dead code.
5279 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
5280 (custom--inhibit-theme-enable): New var.
5281 (provide-theme): Obey it.
5282 (load-theme): Replace load with manual read/eval, in order to
5283 check for correctness. Use custom-theme-name-valid-p.
5284 (custom-theme-name-valid-p): New function.
5285 (custom-available-themes): Use it.
5286
5287 * cus-edit.el (custom--initialize-widget-variables): New function.
5288 (Custom-mode): Use it.
5289
43f964fc
SM
5290 * cus-face.el (custom-theme-set-faces): Remove dead code.
5291 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
5292
5293 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
5294
16366259
JB
52952010-10-12 Juanma Barranquero <lekktu@gmail.com>
5296
cb7d821e 5297 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 5298
4c14013d 52992010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 5300
4c14013d
JB
5301 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
5302 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
5303 (mac-right-option-modifier): New alias for ns-right-option-modifier.
5304
5305 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 5306
4c14013d 53072010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
5308
5309 * emacs-lisp/lisp.el (lisp-completion-at-point):
5310 Use emacs-lisp-mode-syntax-table for the whole function.
5311
4c14013d 53122010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
5313
5314 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
5315 instead of font-lock-mode before adding keywords.
5316 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
5317 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
5318 non-nil; removed hook inhibit hack.
5319
4c14013d 53202010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 5321
d15f9a2b
GM
5322 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
5323 (load-path-shadows-find): ... to this.
5324 (list-load-path-shadows): Update for above change.
5325
c7d6d8a1
GM
5326 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
5327
f0b7f5a8
KY
53282010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5329
5330 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
5331 Fix comment for declare-function.
5332
05d22d02
CY
53332010-10-11 Chong Yidong <cyd@stupidchicken.com>
5334
5335 * custom.el (custom-fix-face-spec): New function; code moved from
5336 custom-face-edit-fix-value.
5337 (custom-push-theme): Use it when checking if a face has been
5338 changed outside customize.
5339 (custom-available-themes): New function.
5340 (load-theme): Use it.
5341
43f964fc 5342 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
5343
5344 * custom.el (custom-push-theme): Cleanup (use cond).
5345 (disable-theme): Recompute the saved-face property.
5346 (custom-theme-recalc-face): Follow face alias before setting prop.
5347
43f964fc
SM
5348 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5349 New variables, containing checkbox images.
05d22d02
CY
5350
5351 * startup.el (fancy-startup-tail):
5352 * wid-edit.el (checkbox): Use them.
5353
293e7c22
DN
53542010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5355
a0310a6c
DN
5356 * shell.el (shell-mode-map):
5357 * progmodes/modula2.el (m2-mode-map):
5358 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
5359 * play/mpuz.el (mpuz-mode-map):
5360 * play/landmark.el (lm-mode-map):
5361 * play/decipher.el (decipher-mode-map):
5362 * play/5x5.el (5x5-mode-map):
5363 * net/telnet.el (telnet-mode-map):
5364 * net/quickurl.el (quickurl-list-mode-map):
5365 * net/mairix.el (mairix-searches-mode-map):
5366 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
5367 * net/dig.el (dig-mode-map):
5368 * mail/mspools.el (mspools-mode-map):
5369 * hexl.el (hexl-mode-map):
5370 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
5371 (wordstar-C-o-map, wordstar-C-q-map):
5372 * emacs-lisp/edebug.el (edebug-eval-mode-map):
5373 * emacs-lisp/chart.el (chart-map):
5374 * edmacro.el (edmacro-mode-map):
5375 * erc/erc-list.el (erc-list-menu-mode-map):
5376 * array.el (array-mode-map): Declare and define in one step.
5377
293e7c22
DN
5378 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
5379
446b12da
DU
53802010-10-10 Daiki Ueno <ueno@unixuser.org>
5381
5382 * epa.el (epa-passphrase-callback-function): Display filename
5383 passed as the 3rd arg.
43f964fc
SM
5384 * epa-file.el (epa-file-passphrase-callback-function):
5385 Pass filename to epa-passphrase-callback-function.
446b12da 5386
76c16af8
CY
53872010-10-09 Chong Yidong <cyd@stupidchicken.com>
5388
5389 * cus-edit.el (custom-face-widget-to-spec)
5390 (custom-face-get-current-spec, custom-face-state): New functions.
5391 (custom-face-set, custom-face-mark-to-save)
5392 (custom-face-value-create, custom-face-state-set): Use them.
5393
5394 * cus-theme.el (custom-theme--listed-faces): New var.
5395 (customize-create-theme): Use *Custom Theme* as the buffer name.
5396 Set revert-buffer-function. Optional arg BUFFER. Insert all
5397 faces listed in custom-theme--listed-faces.
5398 (custom-theme-revert): New function.
5399 (custom-theme-add-variable, custom-theme-add-face): Insert at the
5400 bottom of the list.
5401 (custom-theme-write): Prompt for theme name if empty.
5402 (custom-theme-write-variables): Use dolist.
5403 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
5404
e15f8aaa
AM
54052010-10-09 Alan Mackenzie <acm@muc.de>
5406
5407 Enhance fontification of declarators to take account of the
5408 presence/absence of "typedef".
5409
5410 * cc-engine.el (c-forward-type): New &optional param
5411 "brace-block-too".
5412 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 5413 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
5414
5415 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
5416 fontification of declarators which follow a "}".
5417 (c-font-lock-declarations): Fontify declarators according to the
5418 presence/absence of "typedef".
5419
5420 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
5421 for "typedef".
5422 (c-typedef-decl-key): New lang variable built from
5423 c-typedef-decl-kwds.
5424
cf321e50
LMI
54252010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5426
77aec221
LMI
5427 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
5428 since that's too annoying. Move the filter groups commands to
5429 TAB/backtab.
5430
7450df5d
LMI
5431 * epa.el (epa-passphrase-callback-function): Say what we're
5432 querying the password for.
5433
cf321e50 5434 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 5435 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 5436
587faadd
CY
54372010-10-08 Chong Yidong <cyd@stupidchicken.com>
5438
5439 * cus-edit.el (custom-commands, custom-buffer-create-internal)
5440 (custom-magic-value-create): Pad button tags with spaces.
5441 (custom-face-edit): New variable.
5442 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
5443 face editor here, instead of using custom-face-selected.
5444 Pass face defaults to custom-face-edit widget.
587faadd
CY
5445 (custom-face-selected, custom-display-unselected): Delete widgets.
5446 (custom-display-unselected-match): Function removed.
43f964fc
SM
5447 (custom-face-set, custom-face-mark-to-save):
5448 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
5449
5450 * wid-edit.el (widget--completing-widget): New var.
5451 (widget-default-complete): Bind it when doing completion.
5452 (widget-string-complete, widget-file-complete): Use it.
5453
a1ab97d0
GM
54542010-10-09 Glenn Morris <rgm@gnu.org>
5455
85d50db7
GM
5456 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
5457 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
5458 (holiday-hebrew-misc): Small simplifications.
5459
3fb78d1f
GM
5460 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
5461
a1ab97d0
GM
5462 * net/browse-url.el: Don't require thingatpt, term, dired,
5463 executable, or w3-auto when compiling.
5464 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
5465 Declare.
5466 (browse-url-text-emacs): Require term.
5467
2187e5bb
AS
54682010-10-08 Andreas Schwab <schwab@linux-m68k.org>
5469
5470 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
5471
e5d49589
GM
54722010-10-08 Glenn Morris <rgm@gnu.org>
5473
5823f53f
GM
5474 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
5475
e5d49589
GM
5476 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
5477 (shadows-compare-text-p): Make it an obsolete alias for...
5478 (load-path-shadows-compare-text): ... new name.
5479 (find-emacs-lisp-shadows): Update for above name change.
5480 (load-path-shadows-same-file-or-nonexistent): New name for the old
5481 shadow-same-file-or-nonexistent.
5482
4628bef1 54832010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
5484
5485 * minibuffer.el (completion--some, completion--do-completion)
5486 (minibuffer-complete-and-exit, minibuffer-completion-help)
5487 (completion-basic-try-completion)
5488 (completion-basic-all-completions)
5489 (completion-pcm--find-all-completions): Use lexical-let to
5490 avoid some false matches in variable completion (Bug#7056)
5491
4628bef1 54922010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
5493
5494 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
5495
4628bef1 54962010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
5497
5498 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
5499 return non-nil if the file exists (Bug#7090).
5500
4628bef1 55012010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
5502
5503 * minibuffer.el (completion--replace):
5504 Better preserve markers (bug#7138).
5505
4628bef1 55062010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
5507
5508 * server.el (server-process-filter): Doc fix.
5509
4628bef1 55102010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
5511
5512 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
5513
e4adf61e
GM
55142010-10-08 Glenn Morris <rgm@gnu.org>
5515
24ac444f
GM
5516 * vc/ediff-wind.el (ediff-setup-control-frame):
5517 * vc/ediff-ptch.el (ediff-default-backup-extension):
5518 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
5519 (ediff-exec-process): Remove system-types emx, windows-95.
5520
e4adf61e
GM
5521 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
5522
61328d7c
CY
55232010-10-07 Chong Yidong <cyd@stupidchicken.com>
5524
5525 * cus-edit.el (custom-variable, custom-face): Doc fix.
5526 (custom-face-edit): Add value-create attribute.
5527 (custom-face-edit-value-create)
43f964fc
SM
5528 (custom-face-edit-value-visibility-action): New functions.
5529 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
5530 (custom-face-edit-deactivate): Show empty values with shadow face.
5531 (custom-face-selected): Only use this for face specs with default
5532 attributes.
5533 (custom-face-value-create): Cleanup.
5534
5535 * wid-edit.el (widget-checklist-value-create): Use dolist.
5536 (widget-checklist-match-find): Make second arg optional.
5537
ac44263a
GM
55382010-10-07 Glenn Morris <rgm@gnu.org>
5539
849b02b4
GM
5540 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
5541 Prefix things.
5542
ac44263a
GM
5543 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
5544 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
5545 load-path-shadows-mode, update references.
06d9ef85
GM
5546 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
5547 Rename variable and button.
5548 (list-load-path-shadows): Update button caller.
ac44263a 5549
29c72a6e
SM
55502010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5551
5552 * emacs-lisp/smie.el (smie-bnf-classify): New function.
5553 (smie-bnf-precedence-table): Use it to remember the closers/openers.
5554 (smie-merge-prec2s): Handle those new entries.
5555 (smie-prec2-levels): Only set precedence to nil for actual
5556 openers/closers.
5557 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
5558 that is now unnecessary.
5559
775f75bc 55602010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
5561
5562 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
5563
7e1e2a6e
GM
55642010-10-07 Glenn Morris <rgm@gnu.org>
5565
58d1ac6d
GM
5566 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
5567 (mail-position-on-field): Remove declarations.
5568 (mail-position-on-field): Autoload it.
5569 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
5570 and mail-header-end. Don't require sendmail.
5571
7b9235ad
GM
5572 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
5573 (shadow-mode): New mode.
5574 (shadow-find-file): New button.
5575 (list-load-path-shadows): Use shadow-mode and buttons.
5576
52da2182
GM
5577 * iimage.el (iimage-version): Remove.
5578 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
5579 Turn into defcustoms.
5580 (iimage-mode-map): Give it a doc string.
5581
7e1e2a6e
GM
5582 * calendar/appt.el (appt-activate): Give a warning rather than an error
5583 if there is no diary-file.
5584
e44eccd7
MA
55852010-10-06 Michael Albinus <michael.albinus@gmx.de>
5586
29c72a6e
SM
5587 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5588 Use `tramp-handle-find-backup-file-name'.
e44eccd7 5589
4583e796
GM
55902010-10-06 Glenn Morris <rgm@gnu.org>
5591
6aecca99
GM
5592 * font-core.el (font-lock-defaults-alist): Remove variable.
5593 (font-lock-mode): Doc fix.
5594 (font-lock-default-function): Do not consult font-lock-defaults-alist.
5595 * font-lock.el (font-lock-refresh-defaults): Doc fix.
5596 (font-lock-set-defaults): Doc fix.
5597 Do not consult font-lock-defaults-alist.
5598
645a6257
GM
5599 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
5600
4583e796
GM
5601 * emacs-lisp/cl.el: No longer provide cl-19.
5602
bd8fadca
MA
56032010-10-05 Michael Albinus <michael.albinus@gmx.de>
5604
5605 * net/tramp.el (tramp-handle-directory-files-and-attributes)
5606 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
5607 New defuns, taken from tramp-smb.el.
5608 (tramp-coding-system-change-eol-conversion)
43f964fc 5609 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 5610
43f964fc 5611 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
5612 (tramp-compat-coding-system-change-eol-conversion)
5613 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
5614 from tramp.el.
5615
5616 * net/tramp-gvfs.el:
5617 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
5618 by `tramp-compat-set-process-query-on-exit-flag'.
5619
43f964fc
SM
5620 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5621 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
5622 `tramp-handle-file-exists-p' and
5623 `tramp-handle-file-newer-than-file-p'.
5624 (tramp-imap-handle-file-exists-p)
5625 (tramp-imap-handle-file-executable-p)
5626 (tramp-imap-handle-file-readable-p)
5627 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 5628 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
5629
5630 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
5631 by `tramp-compat-set-process-query-on-exit-flag' and
5632 `tramp-coding-system-change-eol-conversion' by
5633 `tramp-compat-coding-system-change-eol-conversion'.
5634
43f964fc
SM
5635 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5636 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
5637 `tramp-handle-file-exists-p' and
5638 `tramp-handle-file-newer-than-file-p'.
5639 (tramp-smb-handle-directory-files-and-attributes)
5640 (tramp-smb-handle-file-exists-p)
43f964fc
SM
5641 (tramp-smb-handle-file-newer-than-file-p): Remove.
5642 (tramp-smb-maybe-open-connection):
5643 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
5644 `tramp-compat-set-process-query-on-exit-flag'.
5645
726c5357
GM
56462010-10-05 Glenn Morris <rgm@gnu.org>
5647
5648 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
5649
4a93e698
MA
56502010-10-04 Michael Albinus <michael.albinus@gmx.de>
5651
5652 Continue reorganization of load dependencies. (Bug#7156)
5653
5654 * net/tramp.el (tramp-handle-file-local-copy-hook)
5655 (tramp-delete-temp-file-function): Move down.
5656 (tramp-exists-file-name-handler): Move up.
5657 (tramp-register-file-name-handlers): Simplify autoload.
5658 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
5659 (tramp-handle-directory-files, tramp-handle-dired-uncache)
5660 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
5661 (tramp-handle-file-name-completion)
5662 (tramp-handle-file-name-directory)
5663 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
5664 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
5665 (tramp-handle-find-backup-file-name)
5666 (tramp-handle-insert-file-contents, tramp-handle-load)
5667 (tramp-handle-substitute-in-file-name)
5668 (tramp-handle-unhandled-file-name-directory)
5669 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 5670 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
5671
5672 * net/tramp-gvfs.el (top):
5673 * net/tramp-smb.el (top): Do not require 'tramp-sh.
5674
5675 * net/tramp-sh.el (all): Move several objects to tramp.el, see
5676 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
5677
b4593555
GM
56782010-10-04 Glenn Morris <rgm@gnu.org>
5679
5680 * calendar/appt.el (appt-add): Ensure reminders are enabled.
5681 (appt-activate): Give status messages.
5682
8762aa10
TZ
56832010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
5684
5685 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
5686 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
5687 `gnutls-negotiate' (formerly `starttls-negotiate').
5688 Remove trivial wrapper `starttls-open-stream'.
8762aa10 5689
82fb8701
DN
56902010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5691
5692 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
5693 log-outgoing commands.
5694 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
5695 to create a buffer local revert-buffer-function variable.
5696 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
5697 revert-buffer-function lambda.
5698
c1ae068b
LMI
56992010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
5700
5701 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
5702 `gnutls-boot'. Make TYPE the only required parameter.
5703 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
5704 (open-ssl-stream): Use it.
5705
67141a37
GM
57062010-10-03 Glenn Morris <rgm@gnu.org>
5707
77f38949
GM
5708 * subr.el (directory-sep-char): Remove obsolete variable.
5709 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
5710 it is "necessary".
5711
67141a37
GM
5712 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
5713 * vc/vc.el (vc-static-header-alist): Doc fix.
5714 * vc/vc-cvs.el (vc-cvs-header):
5715 * vc/vc-rcs.el (vc-rcs-header):
5716 * vc/vc-sccs.el (vc-sccs-header):
5717 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
5718 * obsolete/vc-mcvs.el (vc-mcvs-header):
5719 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
5720 on XEmacs.
5721
96bcef2e
CY
57222010-10-03 Chong Yidong <cyd@stupidchicken.com>
5723
43f964fc
SM
5724 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
5725 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 5726
ef47f179
GM
57272010-10-03 Glenn Morris <rgm@gnu.org>
5728
0437978e
GM
5729 * obsolete/x-menu.el: Remove file, obsolete since 21.1
5730
aee3c6f7
GM
5731 * textmodes/rst.el (rst-font-lock-keywords-function):
5732 Drop Emacs 20 code.
5733
f88cd114
GM
5734 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
5735
6abfe35f
GM
5736 * printing.el: Drop Emacs 20 code.
5737
59e31cfa
GM
5738 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
5739 without having used appt.el already).
5740
922ad43e
GM
5741 * subr.el (make-local-hook): Remove function obsolete since 21.1.
5742 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
5743 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
5744 XEmacs.
5745 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
5746 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
5747
ef47f179
GM
5748 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
5749 (charset-width, find-charset-region, chars-in-region, forward-point)
5750 (encode-coding-string, coding-system-p, ccl-execute-on-string)
5751 (define-ccl-program, multibyte-string-p, string-make-multibyte):
5752 Remove compatibility cruft (none of these are used by ps*.el).
5753
ac6ca7ba
KR
57542010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
5755
5756 * subr.el (booleanp): Return t instead of a list (Bug#7086).
5757
2a847524
CY
57582010-10-03 Chong Yidong <cyd@stupidchicken.com>
5759
43f964fc
SM
5760 * server.el (server-process-filter, server-return-error):
5761 Give emacsclient time to shut down after receiving an error string.
2a847524 5762
4bc3c53d
MA
57632010-10-02 Michael Albinus <michael.albinus@gmx.de>
5764
5765 * files.el (remote-file-name-inhibit-cache): New defcustom.
5766
43f964fc
SM
5767 * time.el (display-time-file-nonempty-p):
5768 Use `remote-file-name-inhibit-cache'.
4bc3c53d 5769
43f964fc
SM
5770 * net/tramp.el (tramp-completion-reread-directory-timeout):
5771 Fix docstring.
4bc3c53d
MA
5772
5773 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
5774 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
5775 `remote-file-name-inhibit-cache'. Check also for an integer
5776 value. Add/increase counter when `tramp-verbose' >= 10.
5777 (tramp-set-file-property): Add/increase counter when
5778 `tramp-verbose' >= 10.
5779
5780 * net/tramp-cmds.el (tramp-cleanup-all-connections)
5781 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
5782 (tramp-bug): Set tramp-autoload cookie. Report all interned
5783 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
5784 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
5785 characters only in strings.
5786
5787 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
5788 to backward compatibility.
5789
5790 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
5791 (tramp-handle-file-name-all-completions)
43f964fc
SM
5792 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
5793 (tramp-open-connection-setup-interactive-shell):
5794 Call `tramp-cleanup-connection' directly.
4bc3c53d 5795
9c524fcb
GM
57962010-10-02 Glenn Morris <rgm@gnu.org>
5797
3226d6ca
GM
5798 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
5799
5800 * subr.el (char-bytes): Remove obsolete function.
5801
5802 * isearch.el (isearch-return-char): Remove obsolete function.
5803
5804 * mouse.el: No longer provide mldrag.
5805 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
5806 Remove obsolete aliases.
5807
5808 * comint.el (comint-kill-output): Remove obsolete alias.
5809
5810 * composite.el (decompose-composite-char): Remove obsolete function.
5811 * ps-def.el (decompose-composite-char): Remove unused function.
5812
5813 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
5814
5815 * outline.el (outline-visible): Remove obsolete function.
5816
5817 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
5818 * faces.el (internal-find-face, internal-get-face)
5819 (frame-update-faces, frame-update-face-colors)
5820 (x-frob-font-weight, x-frob-font-slant)
5821 (internal-frob-font-weight, internal-frob-font-slant)
5822 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
5823 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
5824 (x-make-font-bold-italic): Remove functions and aliases, obsolete
5825 since Emacs 21.1.
5826 * emulation/viper-util.el (viper-get-face):
5827 * obsolete/lucid.el (find-face, get-face): Use facep.
5828 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
5829 Remove unused functions.
5830 * vc/ediff-util.el (ediff-submit-report): Doc fix.
5831
9c524fcb
GM
5832 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
5833 delete tempfile if interrupted during compilation.
5834
aecb42aa
LMI
58352010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5836
5837 * net/tls.el (tls-starttls-switches): Give up on using starttls with
5838 gnutls-cli.
5839 (tls-program): Add --insecure to be consistent with the defaults from
5840 openssl s_client. Now all three commands are insecure.
5841
73077a9a
EZ
58422010-10-01 Eli Zaretskii <eliz@gnu.org>
5843
5844 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
5845 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
5846 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
5847
1ef075bb
GM
58482010-10-01 Glenn Morris <rgm@gnu.org>
5849
1fcaf927
GM
5850 * obsolete/sc.el: Remove file.
5851
1ef075bb
GM
5852 * files.el (temporary-file-directory): On darwin, also try
5853 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
5854
a16f5f64
JB
58552010-10-01 Juanma Barranquero <lekktu@gmail.com>
5856
5857 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
5858 Let's not break compatibility gratuitously, shall we?
5859
6b958814
G
58602010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5861
47e08896 5862 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
5863 (tls-find-starttls-argument): Use it.
5864 (open-tls-stream): Ditto.
5865
47e08896 5866 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
5867 entry.
5868 (netrc-machine): Ditto.
5869
cad90f3b
EZ
58702010-09-30 Eli Zaretskii <eliz@gnu.org>
5871
5872 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
5873
968ef9b4
JB
58742010-09-30 Juanma Barranquero <lekktu@gmail.com>
5875
5876 * server.el (server-start): Don't write pid to the authentication file.
5877 (server-create-tty-frame): Don't send pid.
5878 (server-process-filter): Send pid at the start of every connection.
5879
3536dea8
GM
58802010-09-30 Glenn Morris <rgm@gnu.org>
5881
8e378d88
GM
5882 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
5883 (show-all-diary-entries): Remove obsolete function aliases.
5884
3536dea8
GM
5885 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
5886 Remove options, obsolete since 22.1.
6a7662bb
BR
5887 (appt-display-format, appt-display-message):
5888 Remove backwards-compatibility code.
3536dea8
GM
5889 (appt-check): No longer check appt-issue-message.
5890 (appt-make-list): No longer autoload it. Doc fix. No longer
5891 activate the package.
5892
df7fcaff
LMI
58932010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5894
5895 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
5896 (starttls-negotiate): Just call boot, and let the handshake be
5897 triggered from the read loop.
df7fcaff 5898
c2828614
GM
58992010-09-29 Glenn Morris <rgm@gnu.org>
5900
17a46341
GM
5901 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
5902 not displaying the diary.
5903 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
5904 * calendar/appt.el (appt-check): No longer need to kill diary.
5905
7161e329
GM
5906 * calendar/diary-lib.el (diary-list-entries): Move the
5907 "Preparing..." message entirely here.
5908 (diary-simple-display, diary-fancy-display): Move "Preparing..."
5909 messages to diary-list-entries.
5910 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
5911 diary-display-function.
5912
d0de6cba
GM
5913 * calendar/diary-lib.el (diary-include-other-diary-files):
5914 Trap some recursive includes.
5915
c2828614
GM
5916 * calendar/appt.el (appt-activate): Check diary file.
5917
0c43b6f8
KY
59182010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
5919
5920 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
5921 construction.
5922
5923 * calendar/time-date.el: No need to require cl for Emacs 21.
5924
97ce2730
GM
59252010-09-28 Glenn Morris <rgm@gnu.org>
5926
5927 * calendar/appt.el (appt-check): Minor simplification.
5928
e0a185ae
KY
59292010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
5930
5931 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
5932 citation prefix.
5933
c19f76a1
AS
59342010-09-27 Andreas Schwab <schwab@linux-m68k.org>
5935
95b6d681
JB
5936 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5937 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 5938
fd057fd2
KH
59392010-09-27 Kenichi Handa <handa@m17n.org>
5940
5941 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
5942 "ustar" format.
5943
368b3544
KH
59442010-09-27 Kenichi Handa <handa@m17n.org>
5945
5946 * international/mule.el (define-coding-system): Docstring fixed.
5947
5948 * international/mule-diag.el (describe-character-set): Use princ
5949 with proper print-length and print-level instead of insert.
5950
95b6d681 59512010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
5952
5953 * window.el (walk-windows): Doc fix (bug#7105).
5954
99368725
SM
59552010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
5956
5957 * emacs-lisp/float-sup.el (e): Remove.
5958
8ed70bf3
LMI
59592010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
5960
5961 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
5962 variable.
5963 (starttls-negotiate): Use it.
5964
d2e9d0bb
LMI
59652010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5966
5967 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
5968 back.
5969
15413fb4
SM
59702010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
5971
5972 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
5973
1821a7b4
LMI
59742010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5975
6303aba1
LMI
5976 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
5977
1821a7b4
LMI
5978 * net/netrc.el (netrc-store-data): New function.
5979
8af55556
TZ
59802010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
5981
5982 * net/gnutls.el: GnuTLS glue code to set up a connection.
5983
42343747
JD
59842010-09-25 Julien Danjou <julien@danjou.info>
5985
5986 * notifications.el: Call dbus-register-signal only if it is bound.
5987
ec60da52
GM
59882010-09-25 Glenn Morris <rgm@gnu.org>
5989
5990 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5991 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
5992 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
5993 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
5994 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
5995 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
5996 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
5997 * eshell/esh-util.el, eshell/esh-var.el:
5998 Remove leading `*' from docs of faces and defcustoms.
5999
4c964351
UM
60002010-09-25 Ulrich Mueller <ulm@gentoo.org>
6001
6002 * eshell/em-ls.el (eshell-ls-archive-regexp):
6003 * eshell/esh-util.el (eshell-tar-regexp):
6004 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6005 * info.el (Info-suffix-list):
6006 * international/mule.el (auto-coding-alist):
6007 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6008 * progmodes/etags.el (tags-compression-info-list):
6009 Support xz compression.
6010
41f54b73
CY
60112010-09-25 Chong Yidong <cyd@stupidchicken.com>
6012
6013 * files.el (get-free-disk-space): Don't assume the "df" output
6014 columns line up (Bug#6995).
6015
40b1a3a9
JB
60162010-09-25 Juanma Barranquero <lekktu@gmail.com>
6017
6018 * finder.el (finder-unknown-keywords):
6019 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6020 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6021
ba3033ee
JB
60222010-09-25 Juanma Barranquero <lekktu@gmail.com>
6023
6024 * server.el (server-start): Revert part of 2010-08-08 change. Using
6025 address 127.0.0.1 for local host is now done in Fmake_network_process.
6026
5e339ee2
GM
60272010-09-24 Glenn Morris <rgm@gnu.org>
6028
6029 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6030 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6031 * textmodes/css-mode.el, textmodes/dns-mode.el:
6032 Move autoloaded auto-mode-alist entries to files.el.
6033 * files.el (auto-mode-alist): Move entries here.
6034
af3ccb5c
GM
60352010-09-23 Glenn Morris <rgm@gnu.org>
6036
6037 * isearch.el (isearch-lazy-highlight-cleanup)
6038 (isearch-lazy-highlight-initial-delay)
6039 (isearch-lazy-highlight-interval)
6040 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6041 * net/net-utils.el (ipconfig-program-options):
6042 Move aliases to options before the associated definitions.
6043
266a86bd 60442010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
6045
6046 * newcomment.el (comment-normalize-vars): Better test validity of
6047 comment-end-skip.
6048
27ffea71 60492010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
6050
6051 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6052 (float-e): New name for `e'.
6053 (degrees-to-radians, radians-to-degrees):
6054 * calendar/solar.el (solar-longitude):
6055 * calculator.el (calculator-registers, calculator-funcall):
6056 * textmodes/artist.el (artist-spray-random-points):
6057 * play/bubbles.el (bubbles--initialize-images): Use new names.
6058
27ffea71 60592010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
6060
6061 Update to CEDET 1.0's version of EIEIO.
6062
9e0d4f9e
SM
6063 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6064 New function.
a2930e43
EL
6065 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6066 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6067 (class-precedence-list): If class is nil, return nil.
6068 (eieio-generic-call): If class of first input arg is nil, don't
6069 look up static methods, and do check for primary methods.
6070 (initialize-instance): See if the default needs to be evaluated
6071 during the constructor.
6072 (eieio-perform-slot-validation-for-default): Don't do the check
6073 for values that will eventually be evaluated.
6074 (eieio-eval-default-p): New function.
6075 (eieio-default-eval-maybe): Use it.
6076
27ffea71 60772010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
6078
6079 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6080 method-invocation-order.
6081 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6082 (eieio-class-precedence-dfs): Compute class precedence list using
6083 dfs algorithm.
6084 (eieio-class-precedence-bfs): Compute class precedence list using
6085 bfs algorithm.
9e0d4f9e 6086 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
6087 c3 algorithm.
6088 (class-precedence-list): New function.
6089 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6090 (inconsistent-class-hierarchy): New error symbol.
6091 (call-next-method): Stow the replacement argument list for future
6092 call-next-method invocations.
6093
266a86bd 60942010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 6095
ea7f9ebf
GM
6096 * calendar/appt.el (appt-check): If not displaying the diary,
6097 use (diary 1) to only get the entries we need.
6098 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6099 that it is in day order. (Bug#7019)
6100
1bf6d075
GM
6101 * calendar/appt.el (appt-check): Rather than showing the diary,
6102 just turn off invisible display, and only if needed.
6103
87e798a7
GM
6104 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6105
1fc7dabf
GM
61062010-09-23 Glenn Morris <rgm@gnu.org>
6107
7a16788b
GM
6108 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6109 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 6110 Start warnings with lower-case, like the majority.
7a16788b 6111
19543b17
GM
6112 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6113
54238e6d
GM
6114 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6115
ce009d0b
GM
6116 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6117 * files.el (auto-mode-alist): Move ld-script entries here, further down
6118 the list.
6119
7b344dfe
GM
6120 * vc/add-log.el: Don't require timezone when compiling.
6121 (timezone-make-date-sortable): Autoload it.
6122 (change-log-sortable-date-at): Don't require timezone.
6123 Use `ignore-errors'.
6124
d9703498
GM
6125 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6126 Move alias before definition, so it does not need autoloading.
6127
1fc7dabf
GM
6128 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6129 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6130 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6131 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6132 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6133 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6134 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6135 * textmodes/tex-mode.el, textmodes/two-column.el:
6136 Remove leading `*' from docs of defcustoms etc.
6137
7676efad
TZ
61382010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6139
6140 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6141
b069e5a6
G
61422010-09-22 Dan Christensen <jdc@uwo.ca>
6143
6144 * calendar/time-date.el (date-to-time): Try using parse-time-string
6145 first before using the slower timezone-make-date-arpa-standard.
6146
1bf68d53
KY
61472010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6148
6149 * calendar/time-date.el (format-seconds): Comment fix.
6150
cd205c76
GM
61512010-09-22 Glenn Morris <rgm@gnu.org>
6152
6153 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6154 is not automatically buffer-local.
6155
4ddea91b
SM
61562010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6157
6158 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
6159 (smie-indent-comment): Be more careful with comment-start-skip.
6160 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
6161 (smie-indent-functions): Use them.
6162
b0f037ed
MA
61632010-09-21 Michael Albinus <michael.albinus@gmx.de>
6164
6165 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
6166
8cf1771a
JD
61672010-09-21 Jan Djärv <jan.h.d@swipnet.se>
6168
36a1b6db
JD
6169 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
6170 tool-bar-position. Don't modify frame parameters here.
180fb94a 6171 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 6172
8cf1771a
JD
6173 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
6174
0097720d
SM
61752010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6176
5d8e0d5d
SM
6177 * textmodes/reftex-parse.el (reftex-what-macro)
6178 (reftex-context-substring): Let-bind forward-sexp-function to nil
6179 since we don't need/want to treat \begin...\end as a block (bug#7053).
6180
984edd22
SM
6181 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
6182
6183 * simple.el (blink-matching-open): Use syntax-class.
6184
3672149f
SM
6185 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
6186 Set invisibility spec for pascal's outline mode.
6187 (pascal-outline-change): Clean up calling convention.
6188 (pascal-show-all, pascal-hide-other-defuns): Update callers.
6189
549d0e1e
SM
6190 * progmodes/prolog.el (prolog-smie-forward-token)
6191 (prolog-smie-backward-token): New functions.
6192 (prolog-mode-variables): Use them to parse "!," correctly.
6193 Set up smie-blink-matching for ".".
6194
a9cb95dd
SM
6195 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
6196 and `end'.
6197 (ispell-region, ispell-process-line): Update users.
6198
de558d10
SM
6199 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
6200 point-min==1.
6201
94eb3112
SM
6202 * textmodes/ispell.el: Fix commenting convention.
6203 (ispell-parse-output): Simplify, use push.
6204 (ispell-region): Use match-string-no-properties.
6205 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
6206 (ispell-minor-mode): Use define-minor-mode.
6207 (ispell-message): Remove unused var `skip-regexp'.
6208 (ispell-add-per-file-word-list): Use dynamic let-binding.
6209 Try and use the proper comment marker.
6210
1f7f45a5
SM
6211 * mail/sendmail.el: Fix commenting convention.
6212 (sendmail-send-it): Use line-beginning-position.
6213
0097720d
SM
6214 * help-fns.el (describe-variable): Add original value, if applicable.
6215
596880ea
JB
62162010-09-20 Juanma Barranquero <lekktu@gmail.com>
6217
f0713411
JB
6218 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
6219
596880ea
JB
6220 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
6221
37c0347e
SM
62222010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6223
2bc01104
SM
6224 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
6225 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
6226 (smie-prec2-levels): Use them to better diagnose precedence cycles.
6227 (smie-blink-matching-check): Don't signal a mismatch if car is t.
6228 (smie-blink-matching-open): Rewrite to remove assumptions, so that
6229 something like "." can also be a closer.
6230 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
6231 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
6232 Rename internal functions to use "--". Update callers.
6233
e2c3f530
SM
6234 * frame.el (make-frame-names-alist): Don't list frames on other displays.
6235
37c0347e
SM
6236 * fringe.el (fringe-styles): New var.
6237 (fringe-mode, fringe-query-style): Use it.
6238
74790210
MM
62392010-09-18 Michael R. Mauger <mmaug@yahoo.com>
6240
6241 * progmodes/sql.el: Version 2.8
93acd23d 6242 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
6243 (sql-product-alist): Add :list-all and :list-table features for
6244 SQLite, Postgres and MySQL products.
6245 (sql-redirect): Handle default value.
6246 (sql-execute, sql-execute-feature): New functions.
6247 (sql-read-table-name): New function.
93acd23d 6248 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
6249 (sql-mode-map, sql-interactive-mode-map): Add key definitions
6250 for above functions.
6251 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
6252 for above functions.
6253 (sql-postgres-login-params): Add user and database defaults.
6254 (sql-buffer-live-p): Bug fix.
93acd23d 6255 (sql-product-history): New variable.
35f52ed6 6256 (sql-read-product): New function. Use it.
74790210
MM
6257 (sql-set-product, sql-product-interactive): Use it.
6258 (sql-connection-history): New variable.
93acd23d 6259 (sql-read-connection): New function. Use it.
74790210
MM
6260 (sql-connect): New function.
6261 (sql-for-each-login): Redesign function interface.
6262 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
6263 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
6264 (sql-comint): Check for program. Existing live buffer.
74790210
MM
6265 (sql-comint-postgres): Add port parameter.
6266
cec01cd2
SM
62672010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6268
6269 * emacs-lisp/warnings.el: Fix commenting convention.
6270 (display-warning): Use special mode and make the buffer read-only.
6271
c2a845b5
JB
62722010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
6273
6274 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
6275 empty string when it follows a repeated or optional pattern.
6276
f5632fb6
SM
62772010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6278
6279 * indent.el (indent-according-to-mode): Apply syntax-propertize.
6280 (indent-region): Use indent-according-to-mode.
6281
71b961e8
EZ
62822010-09-18 Eli Zaretskii <eliz@gnu.org>
6283
6284 * fringe.el (fringe-mode): Doc fix.
6285
dbbd7ad4
KRC
62862010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
6287
6288 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
6289 refreshing the preview buffer.
6290
b879a6e2
SM
62912010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6292
6293 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
6294 (latex-syntax-propertize-rules): New consts; replace
6295 tex-font-lock-syntactic-keywords.
6296 (tex-env-mark, latex-env-before-change): New functions.
6297 (latex-electric-env-pair-mode): New minor mode.
6298 (tex-font-lock-verb): Change arguments; do move point.
6299 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
6300 representation as a form of comment.
6301 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
6302 (doctex-syntax-propertize-rules): New const; replaces
6303 doctex-font-lock-syntactic-keywords.
6304 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
6305
6306 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
6307 (fortran-make-syntax-propertize-function): New function; replaces
6308 fortran-font-lock-syntactic-keywords.
6309 (fortran-mode): Use it.
6310 (fortran-line-length): Use it. Improve interactive spec.
6311
6312 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
6313 (syntax-propertize-rules): Add var-ref case. Fix offset computation
6314 when adding surrounding \(..\).
6315
6316 * progmodes/js.el (js-mode): Fix last change (bug#7054).
6317
4be520fb
SM
63182010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6319
269c197e
SM
6320 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
6321 Use with-current-buffer.
6322
4be520fb
SM
6323 * isearch.el (isearch-face): Rename from `isearch'.
6324 (isearch-highlight): Use new name.
6325
a67597d6
EZ
63262010-09-17 Eli Zaretskii <eliz@gnu.org>
6327
6328 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
6329 5, for `half' width fringes. (Bug#6933)
6330
31c381e8
SM
63312010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6332
3fe6ef4e
SM
6333 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6334 (byte-compile-defvar): "foo/bar" does not lack a prefix.
6335
31c381e8
SM
6336 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
6337
fb0cf781
J
63382010-09-17 Stephen Berman <stephen.berman@gmx.net>
6339
6340 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
6341 in calculating new frame position. Add more space between new and
6342 parent on the left (Bug#7048).
6343
1a9dc3b5
MA
63442010-09-17 Michael Albinus <michael.albinus@gmx.de>
6345
6346 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
6347 defmacro.
6348
dff0fdc3
CY
63492010-09-16 Chong Yidong <cyd@stupidchicken.com>
6350
31c381e8 6351 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 6352
117c96c7
CY
6353 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
6354 obsolete alias for x-selection-value.
6355
dff0fdc3
CY
6356 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
6357
c6f2191f
MA
63582010-09-16 Michael Albinus <michael.albinus@gmx.de>
6359
6360 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
6361 cookie.
6362
6139f995
MA
63632010-09-15 Michael Albinus <michael.albinus@gmx.de>
6364
6365 * net/tramp-compat.el (tramp-compat-with-temp-message)
6366 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
6367 (tramp-compat-process-put): New defuns.
6368
6369 * net/tramp.el (top):
6370 * net/tramp-gvfs.el (top):
6371 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
6372
31c381e8
SM
6373 * net/tramp.el (tramp-progress-reporter-update):
6374 Use `tramp-compat-funcall'.
6139f995
MA
6375
6376 * net/tramp.el (tramp-process-actions):
0dc3e410
MA
6377 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
6378 * net/tramp-sh.el (tramp-handle-vc-registered)
31c381e8
SM
6379 (tramp-get-remote-stat, tramp-get-remote-readlink):
6380 Use `tramp-compat-with-temp-message'.
6139f995
MA
6381
6382 * net/tramp-sh.el (top): Require 'cl.
6383 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
6384 (tramp-open-connection-setup-interactive-shell):
6385 Use `tramp-compat-process-put'.
6139f995 6386
22c3ce97
AM
63872010-09-15 Alan Mackenzie <acm@muc.de>
6388
6389 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
6390 indentation.
a4ee83cc 6391 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 6392
4f1e9960
SM
63932010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6394
6395 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6396 `lexical' for warnings related to lexical scoping.
6397 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
6398 global vars which don't have a prefix and could hence affect lexical
6399 scoping in unrelated files.
6400
01e80360
LMI
64012010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6402
6403 * net/imap.el: Revert back to version
6404 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6405 seem problematic.
6406
5e2a84e3
JB
64072010-09-14 Juanma Barranquero <lekktu@gmail.com>
6408
6409 * obsolete/old-whitespace.el (whitespace-unload-function):
6410 Explicitly pass `obarray' to `unintern' to avoid a warning.
6411
f3a30a50
SM
64122010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6413
6414 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
6415 Add `when' argument. Update callers.
6416
6417 * subr.el (unintern): Declare the obarray arg mandatory.
6418
92b99a01
GM
64192010-09-14 Glenn Morris <rgm@gnu.org>
6420
67ae9766
GM
6421 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
6422 Doc fixes.
6423
92b99a01
GM
6424 * calendar/diary-lib.el (diary-included-files): New variable.
6425 (diary-list-entries): Maybe initialize diary-included-files.
6426 (diary-include-other-diary-files): Append to diary-included-files.
6427 * calendar/appt.el (appt-update-list): Also check the members of
6428 diary-included-files. (Bug#6999)
08151ec5 6429 (appt-check): Doc fix.
92b99a01 6430
6664fc59 64312010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
6432
6433 * simple.el (line-move-visual): Do not truncate goal column to
6434 integer size. (Bug#7020)
6435
6664fc59 64362010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
6437
6438 * repeat.el (repeat): Allow repeating when the last event is a click.
6439 Suggested by Drew Adams (bug#6256).
6440
6664fc59 64412010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd
SM
6442
6443 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
6444 Replace setting HGRCPATH to "" by some less invasive --config options.
6445
6664fc59 64462010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
6447
6448 * font-lock.el (font-lock-beginning-of-syntax-function):
6449 Mark as obsolete.
6450
6664fc59 64512010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
6452
6453 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
6454 and tool-bar modes. (Bug#6211)
6455 (menu-bar-mode): Move setting of standard-value after the
6456 minor-mode definition, otherwise it seems to have no effect.
6457
6664fc59 64582010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
6459
6460 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
6461 Fix typo. (Bug#6976)
6462
6664fc59 64632010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
6464
6465 * whitespace.el: Allow cleaning up blanks without blank
6466 visualization (Bug#6651). Adjust help window for
6467 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
6468 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
6469 (whitespace-style): Add new value 'face. Adjust docstring.
6470 (whitespace-space, whitespace-hspace, whitespace-tab):
6471 Adjust foreground property face.
9c405a86
CY
6472 (whitespace-line-column): Adjust docstring and type declaration.
6473 (whitespace-style-value-list, whitespace-toggle-option-alist)
6474 (whitespace-help-text): Adjust const initialization.
6475 (whitespace-toggle-options, global-whitespace-toggle-options):
6476 Adjust docstring.
6477 (whitespace-display-window, whitespace-interactive-char)
6478 (whitespace-style-face-p, whitespace-color-on): Adjust code.
6479 (whitespace-help-scroll): New fun.
6480
ba96ddf5
KY
64812010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6482
6483 * calendar/time-date.el (format-seconds): Comment fix.
6484
a386ac70
MM
64852010-09-13 Michael R. Mauger <mmaug@yahoo.com>
6486
6487 * progmodes/sql.el: Version 2.7.
6488 (sql-buffer-live-p): Improve detection.
6489 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6490 (sql-set-sqli-buffer): Use it.
6491 (sql-product-interactive): Run `sql-set-sqli-hook'.
6492 (sql-rename-buffer): Code cleanup.
6493 (sql-redirect, sql-redirect-value): New functions. More to come.
6494
5d921df2
JB
64952010-09-13 Juanma Barranquero <lekktu@gmail.com>
6496
6497 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.
6498 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
6499 (TRAMP_SRC): New macro.
6500 ($(lisp)/net/tramp-loaddefs.el): New target.
6501
03c1ad43
MA
65022010-09-13 Michael Albinus <michael.albinus@gmx.de>
6503
6504 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
6505
6506 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
6507
6508 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
6509 'tramp-compat, everything else is required there.
6510 Use `ignore-errors' where appropriate.
03c1ad43
MA
6511 (tramp-inline-compress-start-size, tramp-copy-size-limit)
6512 (tramp-terminal-type, tramp-end-of-output)
6513 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
6514 (tramp-completion-function-alist-ssh)
6515 (tramp-completion-function-alist-telnet)
6516 (tramp-completion-function-alist-su)
6517 (tramp-completion-function-alist-putty, tramp-remote-path)
6518 (tramp-remote-process-environment, tramp-sh-extra-args)
6519 (tramp-actions-before-shell, tramp-uudecode)
6520 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
6521 (tramp-perl-file-attributes)
6522 (tramp-perl-directory-files-and-attributes)
6523 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
6524 (tramp-perl-encode, tramp-perl-decode)
6525 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
6526 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
6527 (tramp-handle-make-symbolic-link, tramp-handle-load)
6528 (tramp-handle-file-name-as-directory)
6529 (tramp-handle-file-name-directory)
6530 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
6531 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
6532 (tramp-do-file-attributes-with-ls)
6533 (tramp-do-file-attributes-with-perl)
6534 (tramp-do-file-attributes-with-stat)
6535 (tramp-handle-set-visited-file-modtime)
6536 (tramp-handle-verify-visited-file-modtime)
6537 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
6538 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
6539 (tramp-handle-file-selinux-context)
6540 (tramp-handle-set-file-selinux-context)
6541 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
6542 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
6543 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
6544 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
6545 (tramp-handle-file-ownership-preserved-p)
6546 (tramp-handle-directory-file-name, tramp-handle-directory-files)
6547 (tramp-handle-directory-files-and-attributes)
6548 (tramp-do-directory-files-and-attributes-with-perl)
6549 (tramp-do-directory-files-and-attributes-with-stat)
6550 (tramp-handle-file-name-all-completions)
6551 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
6552 (tramp-handle-copy-file, tramp-handle-copy-directory)
6553 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
6554 (tramp-do-copy-or-rename-file-via-buffer)
6555 (tramp-do-copy-or-rename-file-directly)
6556 (tramp-do-copy-or-rename-file-out-of-band)
6557 (tramp-handle-make-directory, tramp-handle-delete-directory)
6558 (tramp-handle-delete-file)
6559 (tramp-handle-dired-recursive-delete-directory)
6560 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
6561 (tramp-handle-insert-directory)
6562 (tramp-handle-unhandled-file-name-directory)
6563 (tramp-handle-expand-file-name)
6564 (tramp-handle-substitute-in-file-name)
6565 (tramp-handle-executable-find, tramp-process-sentinel)
6566 (tramp-handle-start-file-process, tramp-handle-process-file)
6567 (tramp-handle-call-process-region, tramp-handle-shell-command)
6568 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
6569 (tramp-handle-insert-file-contents)
6570 (tramp-handle-insert-file-contents-literally)
6571 (tramp-handle-find-backup-file-name)
6572 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
6573 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
6574 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
6575 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
6576 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
6577 (tramp-find-file-exists-command, tramp-open-shell)
6578 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
6579 (tramp-open-connection-setup-interactive-shell)
6580 (tramp-local-coding-commands, tramp-remote-coding-commands)
6581 (tramp-find-inline-encoding, tramp-call-local-coding-command)
6582 (tramp-inline-compress-commands, tramp-find-inline-compress)
6583 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 6584 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
6585 (tramp-send-command-and-check, tramp-barf-unless-okay)
6586 (tramp-send-command-and-read, tramp-mode-string-to-int)
6587 (tramp-convert-file-attributes, tramp-check-cached-permissions)
6588 (tramp-file-mode-from-int, tramp-file-mode-permissions)
6589 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
6590 (tramp-method-out-of-band-p, tramp-local-host-p)
6591 (tramp-get-remote-path, tramp-get-remote-tmpdir)
6592 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
6593 (tramp-get-test-command, tramp-get-test-nt-command)
6594 (tramp-get-file-exists-command, tramp-get-remote-ln)
6595 (tramp-get-remote-perl, tramp-get-remote-stat)
6596 (tramp-get-remote-readlink, tramp-get-remote-trash)
6597 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
6598 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 6599 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
6600 tramp-sh.el.
6601 (tramp-methods, tramp-default-method-alist)
6602 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
6603 Move initialization to tramp-sh.el.
6604 (tramp-temp-name-prefix): Make it a defconst.
6605 (tramp-dissect-file-name): Don't check anymore for multi-hop
6606 methods.
6607 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 6608 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
6609 (tramp-get-debug-buffer): Use it.
6610
6611 * net/tramp-cache.el (top): Set tramp-autoload cookie for
6612 initialization forms.
6613 (tramp-set-connection-property): Don't protect `tramp-message'
6614 call, it isn't necessary any longer.
6615 (tramp-dump-connection-properties): Use `ignore-errors'.
6616
6617 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
6618 'password-cache and 'auth-source.
6619
6620 * net/tramp-gvfs.el (top):
6621 * net/tramp-smb.el (top): Require 'tramp-sh.
6622
6623 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
6624
6625 * net/tramp-sh.el: New file, derived from tramp.el.
6626 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 6627 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
6628 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
6629 Use `ignore-errors' where appropriate.
6630 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
6631 `tramp-file-name-handler-alist'.
6632 (tramp-send-command-and-check): Return t or nil. Remove all
6633 `zerop' checks, where called.
6634 (tramp-handle-set-file-modes)
6635 (tramp-do-copy-or-rename-file-directly)
6636 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 6637 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
6638 (tramp-sh-file-name-handler, tramp-send-command-and-check)
6639 (tramp-get-remote-ln): Set tramp-autoload cookie.
6640
6641 * net/tramp-fish.el: Remove file.
6642
c5fe4acb
DU
66432010-09-13 Daiki Ueno <ueno@unixuser.org>
6644
6645 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
6646 buffer-file-name to avoid file-locking. (Bug#7026)
6647
7ea2d383
MA
66482010-09-13 Julien Danjou <julien@danjou.info>
6649
6650 * notifications.el (notifications-notify): Add support for
6651 image-path and sound-name.
6652 (notifications-specification-version): Add this variable.
6653
5616cc54
SM
66542010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6655
31c381e8 6656 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 6657
94c7243b
LL
66582010-09-12 Leo <sdl.web@gmail.com>
6659
6660 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
6661 (rcirc-completion-start): New variables.
6662 (rcirc-nick-completions): Rename to rcirc-completions.
6663 (rcirc-nick-completion-start-offset): Delete.
6664 (rcirc-completion-at-point): New function for constructing
6665 completion data for both nicks and irc commands. Add to
6666 completion-at-point-functions in rcirc mode.
6667 (rcirc-complete): Rename from rcirc-nick-complete; use
6668 rcirc-completion-at-point.
6669 (defun-rcirc-command): Update rcirc-client-commands.
6670
0f34ae28
GM
66712010-09-11 Glenn Morris <rgm@gnu.org>
6672
6673 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
6674 atomically, to avoid parallel build errors. (Bug#4196)
6675
9250002f
MM
66762010-09-11 Michael R. Mauger <mmaug@yahoo.com>
6677
6678 * progmodes/sql.el: Version 2.6
6679 (sql-dialect): Synonym for "sql-product".
6680 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6681 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
6682 Set "sql-buffer" to buffer name not buffer object so multiple sql
6683 interactive buffers work properly. Reverts misguided changes in
6684 earlier work.
6685 (sql-comint): Make sure different buffer name is used if "*SQL*"
6686 buffer is for a different product.
6687 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
6688 login param.
6689 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
6690 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
6691 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
6692 Accept new buffer name or prompt for one.
6693 (sql-port): Default to zero.
6694 (sql-comint-mysql): Handle "sql-port" as a numeric.
6695 (sql-port-history): Delete unused variable.
6696 (sql-get-login): Default "sql-port" to a number.
31c381e8 6697 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
6698 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
6699 "sqlite3" executables.
31c381e8 6700 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
6701 (sql-buffer-live-p): New function.
6702 (sql-mode-menu, sql-send-string): Use it.
6703 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
6704 syntax pattern.
6705 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
6706 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
6707
a9ec34f4
LMI
67082010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6709
31c381e8 6710 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 6711
cf38dd42
SM
67122010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6713
6714 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
6715 to replace texinfo-font-lock-syntactic-keywords.
6716 (texinfo-mode): Use it.
6717
6718 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
6719 Use syntax-propertize-function.
6720
6721 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
6722 replace sgml-font-lock-syntactic-keywords.
6723 (sgml-mode): Use it.
6724
6725 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
6726 since we don't use it.
6727
6728 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
6729
6730 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
6731 if available.
6732 (vhdl-fontify-buffer): Adjust.
6733
6734 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
6735 replace tcl-font-lock-syntactic-keywords.
6736 (tcl-mode): Use it.
6737
6738 * progmodes/simula.el (simula-syntax-propertize-function): New var to
6739 replace simula-font-lock-syntactic-keywords.
6740 (simula-mode): Use it.
6741
6742 * progmodes/sh-script.el (sh-st-symbol): Remove.
6743 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
6744 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
6745 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
6746 (sh-font-lock-paren): Set syntax-multiline.
6747 (sh-font-lock-syntactic-keywords): Remove.
6748 (sh-syntax-propertize-function): New function to replace it.
6749 (sh-mode): Use it.
6750
6751 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
6752 Define while compiling.
6753 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
6754 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
6755 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
6756 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
6757 (ruby-here-doc-end-syntax): Only define when
6758 syntax-propertize is not available.
6759 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
6760 New functions.
6761 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
6762 (electric-indent-chars): Silence bytecompiler.
6763 (ruby-mode): Use prog-mode, syntax-propertize-function, and
6764 electric-indent-chars.
6765
6766 * progmodes/python.el (python-syntax-propertize-function): New var to
6767 replace python-font-lock-syntactic-keywords.
6768 (python-mode): Use it.
6769 (python-quote-syntax): Simplify and adjust to new use.
6770
6771 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
6772 replace perl-font-lock-syntactic-keywords.
6773 (perl-syntax-propertize-special-constructs): New fun to replace
6774 perl-font-lock-special-syntactic-constructs.
6775 (perl-font-lock-syntactic-face-function): New fun.
6776 (perl-mode): Use it.
6777
6778 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
6779 to replace octave-font-lock-close-quotes.
6780 (octave-syntax-propertize-function): New function to replace
6781 octave-font-lock-syntactic-keywords.
6782 (octave-mode): Use it.
6783
6784 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
6785 replaces mixal-font-lock-syntactic-keywords.
6786 (mixal-mode): Use it.
6787
6788 * progmodes/make-mode.el (makefile-syntax-propertize-function):
6789 New var; replaces makefile-font-lock-syntactic-keywords.
6790 (makefile-mode): Use it.
6791 (makefile-imake-mode): Adjust.
6792
6793 * progmodes/js.el (js--regexp-literal): Define while compiling.
6794 (js-syntax-propertize-function): New var; replaces
6795 js-font-lock-syntactic-keywords.
6796 (js-mode): Use it.
6797
6798 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
6799 replaces gdb-script-font-lock-syntactic-keywords.
6800 (gdb-script-mode): Use it.
6801
6802 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
6803 (fortran--font-lock-syntactic-keywords): New var.
6804 (fortran-line-length): Update syntax-propertize-function and
6805 fortran--font-lock-syntactic-keywords.
6806
6807 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
6808
6809 * progmodes/cfengine.el (cfengine-mode):
6810 Use syntax-propertize-function.
6811 (cfengine-font-lock-syntactic-keywords): Remove.
6812
6813 * progmodes/autoconf.el (autoconf-mode):
6814 Use syntax-propertize-function.
6815 (autoconf-font-lock-syntactic-keywords): Remove.
6816
6817 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
6818 (ada-after-change-function, ada-initialize-syntax-table-properties)
6819 (ada-handle-syntax-table-properties): Only define when
6820 syntax-propertize is not available.
6821 (ada-mode): Use syntax-propertize-function.
6822
6823 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
6824 (font-lock-fontify-syntactic-keywords-region): Move handling of
6825 font-lock-syntactically-fontified to...
6826 (font-lock-default-fontify-region): ...here.
6827 Let syntax-propertize-function take precedence.
6828 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
6829
6830 * emacs-lisp/syntax.el (syntax-propertize-function)
6831 (syntax-propertize-chunk-size, syntax-propertize--done)
6832 (syntax-propertize-extend-region-functions): New vars.
6833 (syntax-propertize-wholelines, syntax-propertize-multiline)
6834 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
6835 (syntax-propertize): New functions.
6836 (syntax-propertize-rules): New macro.
6837 (syntax-ppss-flush-cache): Set syntax-propertize--done.
6838 (syntax-ppss): Call syntax-propertize.
6839
6840 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
6841
36f7d366
AM
68422010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
6843
6844 * textmodes/ispell.el (ispell-init-process): Improve comments.
6845 XEmacs compatibility changes regarding (add-hook) 'local option
6846 and (set-process-query-on-exit-flag).
6847
8fca3921
MA
68482010-09-09 Michael Albinus <michael.albinus@gmx.de>
6849
cf38dd42
SM
6850 * net/tramp-cache.el (tramp-parse-connection-properties):
6851 Set tramp-autoload cookie.
8fca3921 6852
399653d6
GM
68532010-09-09 Glenn Morris <rgm@gnu.org>
6854
6855 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
6856 (imagemagick-register-types): Doc fix.
6857
c34a9669
SM
68582010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
6859
b073dc4b
SM
6860 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
6861
6862 * progmodes/js.el (require): Require is already "eval-and-compile".
6863 (js--re-search-forward): Avoid `eval'. Preserve the error data.
6864 (js--re-search-backward): Use js--re-search-forward.
6865
6866 * progmodes/fortran.el (fortran-line-length): Don't recompute
6867 syntactic keywords redundantly a second time.
6868
6869 * progmodes/ada-mode.el: Replace "(set '" with setq.
6870 (ada-mode): Simplify.
6871 (ada-create-case-exception, ada-adjust-case-interactive)
6872 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
6873 (ada-search-ignore-string-comment, ada-move-to-start)
6874 (ada-move-to-end): Use with-syntax-table.
6875
6876 * font-lock.el (save-buffer-state): Remove `varlist' arg.
6877 (font-lock-unfontify-region, font-lock-default-fontify-region):
6878 Update usage correspondingly.
6879 (font-lock-fontify-syntactic-keywords-region):
6880 Set parse-sexp-lookup-properties buffer-locally here.
6881 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
6882
c34a9669
SM
6883 * simple.el (blink-matching-open): Don't burp if we can't find a match.
6884
13639aab
GM
68852010-09-08 Glenn Morris <rgm@gnu.org>
6886
5a972c36
GM
6887 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
6888 Error if not compiled with -DBYTE_CODE_METER.
6889
13639aab
GM
6890 * emacs-lisp/bytecomp.el (byte-recompile-directory):
6891 Ignore dir-locals-file.
6892
331b2b90
SM
68932010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
6894
6895 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6896 Not a const.
6897 (compilation-error-regexp-alist-alist): Rule out ": " in file names
6898 for the `gnu' messages.
6899 (compilation-set-skip-threshold): New command.
6900 (compilation-start): Use \' rather than $.
6901 (compilation-forget-errors): Use clrhash.
6902
73b4d51a
AM
69032010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
6904
6905 * textmodes/ispell.el (ispell-valid-dictionary-list):
6906 Simplify logic.
6907
0f34aa77
MA
69082010-09-08 Michael Albinus <michael.albinus@gmx.de>
6909
6910 Migrate to Tramp 2.2. Rearrange load dependencies.
6911 (Bug#1529, Bug#5448, Bug#5705)
6912
6913 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
6914 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
6915 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
6916
6917 * net/tramp.el (top): Remove all other tramp-* loads except
6918 tramp-compat.el. Remove all changes to tramp-unload-hook for
6919 other tramp-* packages. Rearrange defun order. Change calls of
6920 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
6921 `tramp-compat-octal-to-decimal' to new function names.
6922 (tramp-terminal-type, tramp-initial-end-of-output)
6923 (tramp-methods, tramp-foreign-file-name-handler-alist)
6924 (tramp-tramp-file-p, tramp-completion-mode-p)
6925 (tramp-send-command-and-check, tramp-get-remote-path)
6926 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
6927 (tramp-shell-quote-argument): Set tramp-autoload cookie.
6928 (with-file-property, with-connection-property): Move to
6929 tramp-cache.el.
6930 (tramp-local-call-process, tramp-decimal-to-octal)
6931 (tramp-octal-to-decimal): Move to tramp-compat.el.
6932 (tramp-handle-shell-command): Do not require 'shell.
6933 (tramp-compute-multi-hops): No special handling for tramp-gw-*
6934 symbols.
6935 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
6936
6937 * net/tramp-cache.el (top): Require 'tramp. Add to
6938 `tramp-unload-hook'.
6939 (tramp-cache-data, tramp-get-file-property)
6940 (tramp-set-file-property, tramp-flush-file-property)
6941 (tramp-flush-directory-property, tramp-get-connection-property)
6942 (tramp-set-connection-property, tramp-flush-connection-property)
6943 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
6944 cookie.
6945 (with-file-property, with-connection-property): New defuns, moved
6946 from tramp.el.
6947 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
6948 macro.
6949
6950 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
6951 (tramp-version): Set tramp-autoload cookie.
6952
6953 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
6954 changes to tramp-unload-hook for other tramp-* packages. Add to
6955 `tramp-unload-hook'.
6956 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
6957 (tramp-compat-call-process): New defuns, moved from tramp.el.
6958
6959 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
6960 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
6961 Add to `tramp-unload-hook'. Change call of
0f34aa77
MA
6962 `tramp-compat-decimal-to-octal' to new function name.
6963 (tramp-fish-method): Make it a defconst.
6964 (tramp-fish-file-name-p): Make it a defsubst.
6965 (tramp-fish-method, tramp-fish-file-name-handler)
6966 (tramp-fish-file-name-p): Set tramp-autoload cookie.
6967
6968 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
6969 `tramp-foreign-file-name-handler-alist'. Add to
6970 `tramp-unload-hook'.
6971 (tramp-ftp-method): Make it a defconst.
6972 (tramp-ftp-file-name-p): Make it a defsubst.
6973 (tramp-ftp-method, tramp-ftp-file-name-handler)
6974 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
6975
6976 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
6977 `tramp-foreign-file-name-handler-alist'. Add to
6978 `tramp-unload-hook'. Change checks, whether package can be
6979 loaded.
6980 (tramp-gvfs-file-name-p): Make it a defsubst.
6981 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
6982 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
6983 (tramp-gvfs-handle-file-directory-p): New defun.
6984 (tramp-gvfs-file-name-handler-alist): Use it.
6985
6986 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
6987 `tramp-foreign-file-name-handler-alist'. Add to
6988 `tramp-unload-hook'.
6989 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
6990 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
6991 defconst.
6992 (tramp-gw-tunnel-method, tramp-gw-socks-method)
6993 (tramp-gw-open-connection): Set tramp-autoload cookie.
6994
6995 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
6996 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
6997 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
6998 loaded.
6999 (tramp-imap-file-name-p): Make it a defsubst.
7000 (tramp-imap-method, tramp-imaps-method)
7001 (tramp-imap-file-name-handler)
7002 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7003
7004 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7005 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7006 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7007 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7008 function name.
7009 (tramp-smb-tunnel-method): Make it a defconst.
7010 (tramp-smb-file-name-p): Make it a defsubst.
7011 (tramp-smb-method, tramp-smb-file-name-handler)
7012 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7013
7014 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7015 (tramp-uuencode-region): Set tramp-autoload cookie.
7016
7017 * net/trampver.el (top) Add to `tramp-unload-hook'.
7018 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7019 cookie. Update release number.
7020
308e764f
AM
70212010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7022
7023 * textmodes/ispell.el (ispell-start-process): Make sure original
7024 arg list is properly initialized (Bug#6993, Bug#6994).
7025
10999305 70262010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
7027
7028 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
7029
7030 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7031 chars like - or ] (bug#6984).
7032 (rx-any-condense-range): Explode 2-char ranges.
7033
10999305
CY
70342010-09-06 Glenn Morris <rgm@gnu.org>
7035
7036 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7037
70382010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
7039
7040 * textmodes/bibtex.el:
7041 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7042
f292afe5
LMI
70432010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7044
331b2b90 7045 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
7046 since no callers use it.
7047 (imap-message-get): Ditto.
7048 (imap-message-put): Ditto.
7049 (imap-mailbox-map): Ditto.
7050 (imap-mailbox-put): Ditto.
7051 (imap-mailbox-get): Ditto.
a131b9b8 7052 (imap-mailbox-get): Revert last change for this function.
f292afe5 7053
dfe1285d
LMI
70542010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7055
331b2b90 7056 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
7057 callers to use `imap-fetch' instead. According to the comments, this
7058 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
7059 (imap-enable-exchange-bug-workaround): Remove.
7060 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 7061
3ff31c90
LMI
70622010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7063
7064 * net/imap.el (imap-log): New convenience function used throughout
7065 instead of repeating the same code all over the place.
7066
dfe1285d 70672010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
7068
7069 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7070 when mouse-drag-copy-region is non-nil (Bug#6956).
7071
93a596e1
CY
70722010-09-05 Chong Yidong <cyd@stupidchicken.com>
7073
8d76af4a
CY
7074 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7075 Improve regexps (Bug#6987).
7076 (dired-sort-toggle): Search more robustly for -t flag.
7077
93a596e1
CY
7078 * files.el (get-free-disk-space): Search more robustly for
7079 "available" column. Suggested by Ehud Karni
7080 <ehud@unix.mvs.co.il>.
7081
733946e7
JB
70822010-09-05 Juanma Barranquero <lekktu@gmail.com>
7083
7084 * international/uni-bidi.el:
7085 * international/uni-category.el:
7086 * international/uni-combining.el:
7087 * international/uni-decimal.el:
7088 * international/uni-mirrored.el:
7089 * international/uni-name.el: Regenerate.
7090
2e664aab
SM
70912010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7092
6aeafb34
SM
7093 * electric.el (electric-indent-post-self-insert-function):
7094 Don't reindent with a sloppy indentation function.
7095
2e664aab
SM
7096 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7097 border case in change-log-mode.
7098
13ef65a4
CY
70992010-09-04 Chong Yidong <cyd@stupidchicken.com>
7100
7101 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7102 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7103 Recognize leading tab in gcc-include regexp. Ignore names with
7104 leading "from" or "in" in gnu regexp (Bug#6937).
7105
5abf1556
SM
71062010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7107
6aeafb34 7108 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
7109 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7110 (ispell-start-process): Avoid setq and simplify logic.
7111 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7112 (kill-buffer-hook): Don't use it globally with code that uses
7113 expand-file-name since that may call kill-buffer via
7114 code_conversion_restore.
7115
0be01d2c
CY
71162010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7117
7118 * emacs-lisp/package.el (package-directory-list): Only call
7119 file-name-nondirectory on a string.
7120
ebf662f4
CY
71212010-09-02 Chong Yidong <cyd@stupidchicken.com>
7122
5abf1556
SM
7123 * emacs-lisp/package.el (package--download-one-archive):
7124 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
7125 (package-activate-1, package-mark-obsolete, define-package)
7126 (package-compute-transaction, package-list-maybe-add): Use push.
7127
e5eddfd1
SM
71282010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7129
89acf735
SM
7130 Use SMIE's blink-paren for octave-mode.
7131 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7132 Backslashes do not escape single-quotes, single-quotes do.
7133 (octave-block-else-regexp, octave-block-end-regexp)
7134 (octave-block-match-alist): Remove.
7135 (octave-smie-bnf-table): New var, with old content.
7136 (octave-smie-op-levels): Use it.
7137 (octave-smie-closer-alist): New var.
7138 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7139 (octave-blink-matching-block-open): Remove.
7140 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7141 (octave-electric-space): Let self-insert-command run expand-abbrev and
7142 blink parens.
7143
3b843809
SM
7144 * electric.el (electricity): New group.
7145 (electric-indent-chars): New var.
7146 (electric-indent-post-self-insert-function): New fun.
7147 (electric-indent-mode): New minor mode.
7148 (electric-pair-skip-self): New custom.
7149 (electric-pair-post-self-insert-function): New function.
7150 (electric-pair-mode): New minor mode.
7151
0da20854
SM
7152 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7153 calcAlg-blink-matching-open.
7154 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
7155 (calc-do-alg-entry): Only touch the part of the keymap that varies.
7156 Use the new blink-matching-check-function.
7157
a49e651e
SM
7158 Provide blink-matching support to SMIE.
7159 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
7160 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
7161 (smie-blink-matching-check, smie-blink-matching-open): New functions.
7162
e5eddfd1
SM
7163 * simple.el (newline): Fix last change to properly remove itself from
7164 the hook.
7165
b13ebb5c
SM
71662010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7167
7168 * simple.el (newline): Eliminate optimization.
7169 Use post-self-insert-hook to set hard-newline and things before
7170 running post-self-insert-hook.
7171 (blink-matching-check-mismatch): New function.
7172 (blink-matching-check-function): New variable.
7173 (blink-matching-open): Use them.
7174 Skip back forward over prefix chars skipped by forward-sexp.
7175 Don't check if the parens are backslash escaped.
7176 (blink-paren-post-self-insert-function): Check backslash escaping here.
7177
e687c2cd
CY
71782010-09-02 Chong Yidong <cyd@stupidchicken.com>
7179
b13ebb5c
SM
7180 * emacs-lisp/package.el (package-menu-mode-map):
7181 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
7182 (package-menu-mode): Set revert-buffer-function.
7183 (package-menu-revert): Doc fix.
7184
567efba9
AM
71852010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
7186
7187 * textmodes/ispell.el (ispell-init-process): Use "~/" as
7188 `default-directory' unless using Ispell per-directory personal
7189 dictionaries and not in a mini-buffer under XEmacs.
7190 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 7191 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 7192
6d7cc563
JD
71932010-09-02 Jan Djärv <jan.h.d@swipnet.se>
7194
08d4877e
J
7195 * simple.el (kill-new): Call interprogram-cut-function with only
7196 one argument.
7197
45240125
JD
7198 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
7199 Remove cut buffer from error message.
7200
7201 * term/x-win.el (x-select-text):
7202 * term/pc-win.el (x-selection-value):
7203 * term/ns-win.el (x-selection-value):
7204 * eshell/em-term.el:
7205 * w32-fns.el (x-get-selection-value):
7206 * mouse-sel.el (mouse-sel-set-selection-function):
7207 * frame.el (display-selections-p): Remove cut-buffer in documentation.
7208
6d7cc563
JD
7209 * term/x-win.el: Update documentation for x-last-selected-text-*.
7210 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
7211 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6a7662bb
BR
7212 (x-select-text): Remove argument PUSH, update documentation.
7213 Remove cut-buffer code.
6d7cc563 7214 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 7215 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6a7662bb
BR
7216 Update documentation, remove cut-buffer code.
7217 Call x-selection-value-internal.
6d7cc563
JD
7218 (x-clipboard-yank): Call x-selection-value-internal.
7219 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
7220
7221 * term/pc-win.el (x-last-selected-text):
7222 x-cut-buffer-or-selection-value renamed to x-selection-value
7223 (x-select-text): Remove argument PUSH, update documentation.
7224
7225 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
7226 x-cut-buffer-or-selection-value renamed to x-selection-value
88b5a757 7227 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
7228 (x-select-text): Remove argument PUSH, update documentation.
7229
7230 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
7231
7232 * w32-fns.el (x-last-selected-text):
7233 x-cut-buffer-or-selection-value renamed to x-selection-value.
7234 (x-cut-buffer-max): Remove.
7235 (x-select-text): Remove argument PUSH, update documentation.
7236
7237 * simple.el (interprogram-cut-function): Remove mention of PUSH.
7238
7239 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
7240
7241 * mouse-sel.el (mouse-sel-get-selection-function):
7242 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 7243 (x-select-text): Remove optional push.
6d7cc563 7244
4de81ee0
SM
72452010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7246
8f4e9110
SM
7247 * simple.el (blink-paren-function): Move from C to here.
7248 (blink-paren-post-self-insert-function): New function.
7249 (post-self-insert-hook): Use it.
7250
4de81ee0
SM
7251 * emacs-lisp/pcase.el (pcase-split-memq):
7252 Fix overenthusiastic optimisation.
7253 (pcase-u1): Handle the case of a lambda pred.
7254
d419e1d9
KH
72552010-08-31 Kenichi Handa <handa@m17n.org>
7256
7257 * international/mule-cmds.el (standard-display-european-internal):
7258 Setup standard-display-table for 8-bit characters by storing 8-bit
7259 characters in the element vector.
7260
1e05f387
SM
7261 * disp-table.el (standard-display-8bit):
7262 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
7263 characters in the element vector.
7264 (standard-display-european): Likewise.
7265
61f7096c
CY
72662010-08-31 Masatake YAMATO <yamato@redhat.com>
7267
7268 * textmodes/nroff-mode.el (nroff-view): New command.
7269 (nroff-mode-map): Bind it to C-c C-c.
7270
ec5d3ff7
SM
72712010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7272
c8977b2e
SM
7273 * emacs-lisp/smie.el (smie-down-list): New command.
7274
ec5d3ff7
SM
7275 Remove old indentation and navigation code on octave-mode.
7276 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
7277 smie-down-list rather than add a binding for octave-down-block.
7278 (octave-mark-block, octave-blink-matching-block-open):
7279 Rely on forward-sexp-function.
7280 (octave-fill-paragraph): Don't narrow, so you can use
7281 indent-according-to-mode.
7282 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
7283 (octave-in-block-p, octave-re-search-forward-kw)
7284 (octave-re-search-backward-kw, octave-indent-calculate)
7285 (octave-end-as-array-index-p, octave-block-end-offset)
7286 (octave-scan-blocks, octave-forward-block, octave-backward-block)
7287 (octave-down-block, octave-backward-up-block, octave-up-block)
7288 (octave-before-magic-comment-p, octave-indent-line): Remove.
7289
187d3296
CY
72902010-08-31 Chong Yidong <cyd@stupidchicken.com>
7291
7292 * emacs-lisp/package.el (package--read-archive-file): Just use
7293 `read', to avoid copying an additional string.
7294 (package-menu-mode): Set header-line-format here.
7295 (package-menu-refresh, package-menu-revert): Signal an error if
7296 not in the Package Menu.
7297 (package-menu-package-list): New var.
7298 (package--generate-package-list): Operate on the current buffer;
7299 don't assume that it is *Packages*, since the user may rename it.
7300 Allow persistent package listings and sort keys using
7301 package-menu-package-list and package-menu-package-sort-key.
7302 (package-menu--version-predicate): Fix version calculation.
7303 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
7304 (package--list-packages): Create the *Packages* buffer.
7305 Set package-menu-package-list-key.
187d3296
CY
7306 (list-packages): Sorting by status is now the default.
7307 (package-buffer-info): Use match-string-no-properties.
7308 (define-package): Add a &rest argument for future proofing, but
7309 don't use it yet.
7310 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
7311 Merge into a single function, package-install-from-buffer.
7312 (package-install-file): Change caller.
187d3296
CY
7313
7314 * finder.el: Load finder-inf using `require'.
7315 (finder-list-matches): Sorting by status is now the default.
7316 (finder-compile-keywords): Simpify printing.
7317
e17b68ed
SM
73182010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7319
7320 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7321 (octave-mode-map): Remove special bindings for forward/backward-block
7322 and octave-backward-up-block. Use smie-close-block.
7323 (octave-continuation-marker-regexp): New var.
7324 (octave-continuation-regexp): Use it.
7325 (octave-operator-table, octave-smie-op-levels)
7326 (octave-operator-regexp, octave-smie-indent-rules): New vars.
7327 (octave-smie-backward-token, octave-smie-forward-token): New funs.
7328 (octave-mode): Use SMIE.
7329 (octave-close-block): Delete.
7330
42b6a73b
EZ
73312010-08-30 Eli Zaretskii <eliz@gnu.org>
7332
7333 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
7334 CLIPBOARD, not in PRIMARY. (Bug#6944)
7335
f291fe60
SM
73362010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7337
ee992a8c
SM
7338 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
7339 a list of parents.
7340 (smie-indent-column): Allow indirection through variables.
7341
d36b74ca
SM
7342 * composite.el (save-buffer-state): Delete, unused.
7343 * font-lock.el (save-buffer-state): Use with-silent-modifications.
7344 (font-lock-default-fontify-region): Use with-syntax-table.
7345 * jit-lock.el (with-buffer-unmodified): Remove.
7346 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
7347
f291fe60
SM
7348 Use `declare' in defmacros.
7349 * window.el (save-selected-window):
7350 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
7351 * progmodes/python.el (def-python-skeleton):
7352 * net/dbus.el (dbus-ignore-errors):
7353 * jka-cmpr-hook.el (with-auto-compression-mode):
7354 * international/mule.el (with-category-table):
7355 * emacs-lisp/timer.el (with-timeout):
7356 * emacs-lisp/lisp-mnt.el (lm-with-file):
7357 * emacs-lisp/eieio.el (with-slots):
7358 * emacs-lisp/easymenu.el (easy-menu-define):
7359 * emacs-lisp/debug.el (debugger-env-macro):
7360 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
7361 (Multiple-value-call, Multiple-value-prog1):
7362 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
7363 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
7364 edebug rule to definition.
7365 * emacs-lisp/lisp-mode.el (save-selected-window)
7366 (with-current-buffer, combine-after-change-calls)
7367 (with-output-to-string, with-temp-file, with-temp-buffer)
7368 (with-temp-message, with-syntax-table, read-if, eval-after-load)
7369 (dolist, dotimes, when, unless):
7370 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
7371
96ae4c8f
CY
73722010-08-29 Chong Yidong <cyd@stupidchicken.com>
7373
7374 * finder.el: Require `package'.
7375 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
7376 (finder-package-info): Var deleted.
7377 (finder-keywords-hash, finder--builtins-alist): New vars.
7378 (finder-compile-keywords): Compute package--builtins and
7379 finder-keywords-hash instead of finder-keywords-hash, respecting
7380 the "Package" header.
f291fe60
SM
7381 (finder-unknown-keywords, finder-list-matches):
7382 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
7383 (finder-mode): Don't set font-lock-defaults.
7384 (finder-exit): We don't use "*Finder-package*" and "*Finder
7385 Category*" buffers anymore.
7386
7387 * emacs-lisp/package.el (package--builtins-base): Var deleted.
7388 (package--builtins): Set default value to nil.
7389 (package-initialize): Load precomputed value of package--builtins
7390 from finder-inf.el.
7391 (package-alist, package-compute-transaction)
7392 (package-download-transaction): Improve docstring.
7393 (package-read-all-archive-contents): Do not change
7394 package--builtins here.
7395 (list-packages): Make package-list-packages an alias for this.
7396 Sort by status by default.
7397 (package--list-packages): Add optional PACKAGES arg.
7398 (describe-package-1): Use font-lock-face property. For built-in
7399 packages, insert file commentary.
7400 (package--generate-package-list): Rename from
7401 package-list-packages-internal; all callers changed. Add optional
7402 PACKAGES arg. Add alphabetical sort fallbacks.
7403 (package-menu--version-predicate, package-menu--status-predicate)
7404 (package-menu--description-predicate)
7405 (package-menu--name-predicate): New functions.
7406
7407 * info.el (Info-finder-find-node): Search package-alist instead of
7408 finder-package-info.
7409
e2046ecf
CY
74102010-08-29 Chong Yidong <cyd@stupidchicken.com>
7411
7412 * subr.el (version-regexp-alist): Don't use "a" and "b" for
7413 "alpha" and "beta".
7414 (version-to-list): Handle versions like "10.3d".
7415
6fe79b7c
SM
74162010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7417
7418 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
7419 (macroexp-accumulate): Use `declare'.
7420
1a868076
VJL
74212010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7422
7423 * whitespace.el (whitespace-style): Adjust type declaration.
7424
9e69cb05
KH
74252010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
7426
7427 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
7428
74292010-08-26 Chong Yidong <cyd@stupidchicken.com>
7430
7431 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
7432 (Bug#6907).
7433
4142607e
NW
74342010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
7435
7436 * progmodes/js.el: Make indentation more customizable (Bug#6914).
7437 (js-paren-indent-offset, js-square-indent-offset)
7438 (js-curly-indent-offset): New options.
7439 (js--proper-indentation): Use them.
7440
88a36e60
DC
74412010-08-26 Daniel Colascione <dan.colascione@gmail.com>
7442
7443 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
7444 instead of inspecting font-lock properties (Bug#6916).
7445
38dbc4d8
DR
74462010-08-26 David Reitter <david.reitter@gmail.com>
7447
7448 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 7449 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
7450 (server-execute): Do not run hooks here.
7451
44ffae96
MA
74522010-08-26 Michael Albinus <michael.albinus@gmx.de>
7453
7454 Sync with Tramp 2.1.19.
7455
0dc3e410
MA
7456 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Protect
7457 deleting tmpfile.
7458 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
20b8ac83 7459
0dc3e410 7460 * net/tramp.el (tramp-handle-expand-file-name)
20b8ac83 7461 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
7462 (tramp-completion-handle-file-name-completion):
7463 Use `tramp-connectable-p'.
20b8ac83 7464
44ffae96
MA
7465 * net/trampver.el: Update release number.
7466
cb6c4991
CY
74672010-08-26 Chong Yidong <cyd@stupidchicken.com>
7468
7469 * help.el (help-map): Bind `C-h P' to describe-package.
7470
7471 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
7472
7473 * emacs-lisp/package.el (package-refresh-contents): Catch errors
7474 when downloading archives.
7475 (describe-package-1): Add package commentary.
7476 (package-install-button-action): New function.
7477 (package-menu-mode-map): Bind ? to package-menu-describe-package.
7478 (package-menu-view-commentary): Function removed.
7479 (package-list-packages-internal): Hide the `package' package too.
7480
b60f961f
KH
74812010-08-25 Kenichi Handa <handa@m17n.org>
7482
7483 * language/misc-lang.el ("Arabic"): New language environment.
7484 Setup composition-function-table for Arabic characters.
7485
7486 * international/fontset.el (setup-default-fontset): Fix typo for
7487 arabic OTF spec (fini->fina).
7488
a0c16be4
J
74892010-08-25 Jan Djärv <jan.h.d@swipnet.se>
7490
7491 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
7492 on all frames.
7493
85cc3d4f
VJL
74942010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7495
7496 * whitespace.el: Allow cleaning up blanks without blank
7497 visualization (Bug#6651). Adjust help window for
7498 whitespace-toggle-options (Bug#6479). Allow to use fill-column
7499 instead of whitespace-line-column (from EmacsWiki). New version
7500 13.1.
88b5a757 7501 (whitespace-style): Add new value 'face. Adjust docstring.
6a7662bb
BR
7502 (whitespace-space, whitespace-hspace, whitespace-tab):
7503 Adjust foreground property face.
85cc3d4f
VJL
7504 (whitespace-line-column): Adjust docstring and type declaration.
7505 (whitespace-style-value-list, whitespace-toggle-option-alist)
7506 (whitespace-help-text): Adjust const initialization.
7507 (whitespace-toggle-options, global-whitespace-toggle-options):
7508 Adjust docstring.
7509 (whitespace-display-window, whitespace-interactive-char)
7510 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7511 (whitespace-help-scroll): New fun.
7512
cb8759ca
CY
75132010-08-24 Chong Yidong <cyd@stupidchicken.com>
7514
7515 * emacs-lisp/package.el (list-packages): Alias for
7516 package-list-packages.
7517
44a41a47
KR
75182010-08-24 Kevin Ryde <user42@zip.com.au>
7519
be7748e7
KR
7520 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
7521 (Bug#5651).
7522
44a41a47
KR
7523 * progmodes/ruby-mode.el (ruby): Add defgroup.
7524
edfd00fa
CY
75252010-08-24 Chong Yidong <cyd@stupidchicken.com>
7526
7527 * progmodes/python.el: Add Ipython support (Bug#5390).
7528 (python-shell-prompt-alist)
7529 (python-shell-continuation-prompt-alist): New options.
7530 (python--set-prompt-regexp): New function.
6a7662bb
BR
7531 (inferior-python-mode, run-python, python-shell):
7532 Require ansi-color. Use python--set-prompt-regexp to set the comint
edfd00fa
CY
7533 prompt based on the Python interpreter.
7534 (python--prompt-regexp): New var.
7535 (python-check-comint-prompt)
7536 (python-comint-output-filter-function): Use it.
7537 (run-python): Use a pipe (Bug#5694).
7538
75392010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
7540
7541 * progmodes/python.el (python-send-region): Send a different
7542 Python command if Ipython is in use.
7543 (python-check-version): Use a Python command to find the version.
7544
1c409d0b
CY
75452010-08-24 Chong Yidong <cyd@stupidchicken.com>
7546
7547 * mouse.el (mouse-yank-primary): Avoid setting primary when
7548 deactivating the mark (Bug#6872).
7549
733946e7 75502010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
7551
7552 * progmodes/python.el (python-block-pairs): Allow use of "finally"
7553 with "else" (Bug#3991).
7554
e73f184c
MA
75552010-08-23 Michael Albinus <michael.albinus@gmx.de>
7556
7557 * net/dbus.el: Accept UNIX domain sockets as bus address.
7558 (top): Don't initialize `dbus-registered-objects-table' anymore,
7559 this is done in dbusbind,c.
7560 (dbus-check-event): Adapt test for bus.
7561 (dbus-return-values-table, dbus-unregister-service)
7562 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
7563 Adapt doc string.
7564
1a140747
JB
75652010-08-23 Juanma Barranquero <lekktu@gmail.com>
7566
7567 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
7568
7133b7ee
JL
75692010-08-22 Juri Linkov <juri@jurta.org>
7570
7571 * simple.el (read-extended-command): New function with the logic
7572 for `completing-read' moved to Elisp from `execute-extended-command'.
7573 Use `function-called-at-point' in `minibuffer-default-add-function'
7574 to get a command name for M-n (bug#5364, bug#5214).
7575
198a7a97
CY
75762010-08-22 Chong Yidong <cyd@stupidchicken.com>
7577
7578 * startup.el (command-line-1): Issue warning for ignored arguments
7579 --unibyte, etc (Bug#6886).
7580
c00725d7
LL
75812010-08-22 Leo <sdl.web@gmail.com>
7582
7583 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
7584 (ignore, bright, dim, keyword): Split list of nicknames before
7585 passing to rcirc-add-or-remove (Bug#6894).
7586
bc7d7ea6
CY
75872010-08-22 Chong Yidong <cyd@stupidchicken.com>
7588
7589 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
7590
b0126eac 75912010-08-22 Leo <sdl.web@gmail.com>
e0143335 7592
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 7593 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 7594 * ido.el: Revert Óscar's.
e0143335
LL
7595 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
7596 Remember the buffers at head, rather than their name.
76e3243a 7597 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 7598
b0126eac 75992010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
7600 Stefan Monnier <monnier@iro.umontreal.ca>
7601
7602 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
7603 extra backslash added to each line (bug#6890).
7604
b0126eac 76052010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
7606
7607 * subr.el (read-key): Don't echo keystrokes (bug#6883).
7608
b0126eac 76092010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
7610
7611 * menu-bar.el (menu-bar-games-menu): Add landmark.
7612
b0126eac 76132010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 7614
9130a2d6
GM
7615 * align.el (align-regexp): Make group and spacing arguments
7616 use the interactive defaults when non-interactive. (Bug#6698)
7617
fb89a654
GM
7618 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
7619 expansion, so as not to need sendmail.
7620 (mail-text-start): Remove declaration.
7621 (rmail-retry-failure): Require sendmail.
7622
b0126eac 76232010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
7624
7625 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
7626
b0126eac 76272010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 7628
186e86db
SM
7629 * progmodes/flymake.el (flymake-start-syntax-check-process):
7630 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 7631
b0126eac 76322010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
7633
7634 * files.el: Add `word-wrap' as safe local variable.
7635
b0126eac 76362010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
7637
7638 * woman.el (woman-translate): Case matters. (Bug#6849)
7639
b0126eac 76402010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
7641
7642 * simple.el (kill-region): Doc fix (Bug#6787).
7643
b0126eac 76442010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
7645
7646 * calendar/diary-lib.el (diary-header-line-format):
7647 Fit it to the window, not the frame.
7648
b0126eac 76492010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
7650
7651 * subr.el (ignore-errors): Add debug declaration.
7652
b0126eac 76532010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
7654
7655 * whitespace.el (whitespace-color-off): Remove post-command-hook
7656 locally.
7657
537ffaf3
SM
76582010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7659
7660 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
7661
d64b8a68
CY
76622010-08-21 Chong Yidong <cyd@stupidchicken.com>
7663
7664 * cus-edit.el (custom-group-value-create): Add extra newline
7665 before end line (Bug#6876).
7666
d2625c3d
CY
76672010-08-21 Chong Yidong <cyd@stupidchicken.com>
7668
7669 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
7670 when extending it. Before killing on the second click, check if
7671 the buffer is the correct one. Doc fix.
7672 (mouse-secondary-save-then-kill): Allow usage without first
7673 calling mouse-start-secondary, by defaulting to point. Don't save
7674 an empty secondary selection. Doc fix.
7675
80525855
VJL
76762010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7677
91bdeb66
VJL
7678 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
7679 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 7680 New version 13.0.
80525855
VJL
7681 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7682 Adjust initialization.
7683 (whitespace-bob-marker, whitespace-eob-marker)
7684 (whitespace-buffer-changed): New vars.
7685 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
7686 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
7687 (whitespace-post-command-hook, whitespace-display-char-on):
7688 Adjust code.
80525855 7689 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 7690 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 7691
4b9c0a49
SM
76922010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
7693
118cf454
SM
7694 * files.el (locate-file-completion-table): Only list the .el and .elc
7695 extensions if there's no other choice (bug#5955).
7696
a2e5caf7
SM
7697 * facemenu.el (facemenu-self-insert-data): New var.
7698 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
7699 New functions.
7700 (facemenu-add-face): Use them.
7701
4b9c0a49
SM
7702 * simple.el (blink-matching-open): Obey forward-sexp-function.
7703
0193499f
SM
77042010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
7705
b2a15250
SM
7706 * simple.el (prog-mode-map): New var.
7707 (prog-indent-sexp): New command.
7708
b5ba2d6f
SM
7709 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
7710
9acd1bdc
SM
7711 * progmodes/prolog.el (smie): Require.
7712
8723cfa4
SM
7713 * emacs-lisp/smie.el (smie-default-backward-token)
7714 (smie-default-forward-token): Strip properties.
7715 (smie-next-sexp): Be more careful with associative operators.
7716 (smie-forward-sexp-command): Generalize.
7717 (smie-backward-sexp-command): Simplify.
7718 (smie-closer-alist): New var.
7719 (smie-close-block): New command.
7720 (smie-indent-debug-log): New var.
7721 (smie-indent-offset-rule): Add a few more cases.
7722 (smie-indent-column): New function.
7723 (smie-indent-after-keyword): Use it.
7724 (smie-indent-keyword): Use it.
7725 Fix up the opener code's point position.
7726 (smie-indent-comment): Only applies at BOL.
7727 (smie-indent-debug): New command.
7728
0193499f
SM
7729 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
7730 declarations that are useful before running the macro.
7731
0c9b8993
GM
77322010-08-18 Joakim Verona <joakim@verona.se>
7733
7734 * image.el (imagemagick-types-inhibit): New variable.
7735 (imagemagick-register-types): New function.
7736 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
7737 (image-transform-set-scale, image-transform-fit-to-height)
7738 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
7739 (image-transform-fit-to-width, image-transform-fit-to-height):
7740 New functions.
ccd80618
JV
7741 (image-toggle-display-image): Support image transforms.
7742
1075cd61
KY
77432010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7744
7745 * image.el (create-animated-image): Don't add heuristic mask to image
7746 (Bug#6839).
7747
64cb6c78
J
77482010-08-18 Jan Djärv <jan.h.d@swipnet.se>
7749
0193499f
SM
7750 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
7751 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 7752
ff80a446
SM
77532010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
7754
afa22f7c
SM
7755 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
7756
ff80a446
SM
7757 Font-lock '...' strings, plus various simplifications and fixes.
7758 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7759 (octave-font-lock-close-quotes): New function.
7760 (octave-font-lock-syntactic-keywords): New var.
7761 (octave-mode): Use it. Set beginning-of-defun-function.
7762 (octave-mode-map): Don't override the <foo>-defun commands.
7763 (octave-mode-menu): Pass it directly to easy-menu-define;
7764 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
7765 (octave-block-match-alist): Fix up last change so that
7766 octave-close-block uses the more specific keyword.
7767 (info-lookup-mode): Silence byte-compiler.
7768 (octave-beginning-of-defun): Not interactive any more.
7769 Optimize slightly.
7770 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
7771 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
7772 (octave-completion-at-point-function): Make sure point is within
7773 beg..end.
7774 (octave-reindent-then-newline-and-indent):
7775 Use reindent-then-newline-and-indent.
7776 (octave-add-octave-menu): Remove.
7777
2269b349
JD
77782010-08-17 Jan Djärv <jan.h.d@swipnet.se>
7779
489cd5bd
JD
7780 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
7781 (report-emacs-bug-can-use-xdg-email): New functions.
7782 (report-emacs-bug): Set can-xdg-email to result of
7783 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
7784 \C-cm to report-emacs-bug-insert-to-mailer and add help text
7785 about it.
30ebab6d 7786
a2fb159c
GM
7787 * net/browse-url.el (browse-url-default-browser): Add cond
7788 for browse-url-xdg-open.
7789 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
7790
77912010-08-17 Glenn Morris <rgm@gnu.org>
7792
7793 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
7794 (c-fontify-recorded-types-and-refs): Define for compiler.
7795 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
7796 before use.
7797
7798 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
7799 Fix format call.
7800
bb6aba9c
MA
78012010-08-17 Michael Albinus <michael.albinus@gmx.de>
7802
7803 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
7804 properties.
7805 (tramp-handle-process-file): Call the program in a subshell, in
7806 order to preserve working directory.
7807 (tramp-action-password): Hide password prompt before next run.
7808 (tramp-process-actions): Widen connection buffer for the trace.
7809
8f10c937
DD
78102010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
7811
7812 * net/rcirc.el (rcirc-log-process-buffers): New option.
7813 (rcirc-print): Use it.
7814 (rcirc-generate-log-filename): New function.
7815 (rcirc-log-filename-function): Change default to
7816 rcirc-generate-log-filename (Bug#6828).
7817
7c23dd44
CY
78182010-08-16 Chong Yidong <cyd@stupidchicken.com>
7819
7820 * simple.el (deactivate-mark): If select-active-regions is `only',
7821 only set selection for temporarily active regions.
7822
7823 * cus-start.el: Change defcustom for select-active-regions.
7824
6d3e82d2
CY
78252010-08-15 Chong Yidong <cyd@stupidchicken.com>
7826
7827 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
7828 (mouse-drag-track): Use LOCATION arg to push-mark.
7829 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
7830 consideration when updating point and mark (Bug#6840).
7831
c68263b1
CY
78322010-08-15 Chong Yidong <cyd@stupidchicken.com>
7833
7834 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7835 Give the Ruby rule a lower priority than Gnu (Bug#6778).
7836
456f369a
ŠN
78372010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
7838
ff80a446
SM
7839 * font-lock.el (lisp-font-lock-keywords-2):
7840 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
7841 with-demoted-errors, and with-silent-modifications (Bug#6025).
7842
c22e18f5
KR
78432010-08-14 Kevin Ryde <user42@zip.com.au>
7844
7845 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
7846 (copyright-update): Temporary switch-to-buffer to ensure the
7847 buffer change being queried is visible (Bug#5394).
c22e18f5 7848
6f1a6faf
TT
78492010-08-14 Tom Tromey <tromey@redhat.com>
7850
7851 * progmodes/etags.el (tags-file-name): Mark safe if stringp
7852 (Bug#6733).
7853
e7afcf30
EZ
78542010-08-14 Eli Zaretskii <eliz@gnu.org>
7855
7856 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
7857 MS-DOS. (Bug#6689)
7858
2b4e6277
J
78592010-08-13 Jan Djärv <jan.h.d@swipnet.se>
7860
7861 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
7862 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
7863 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
7864 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
7865 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
7866 Call menu-bar-set-tool-bar-position.
2b4e6277 7867
dc94fc85
SM
78682010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7869
c5683ceb
SM
7870 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
7871 comment style (bug#6834).
7872 * progmodes/scheme.el (scheme-mode-syntax-table):
7873 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
7874 "b" flag in "' 14b" syntax.
7875
c82d5b11
SM
7876 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
7877 for (un)commenting the region and performing completion.
7878 (octave-mode-menu): Use standard commands for help and completion.
7879 (octave-mode-syntax-table): Support %{..%} comments (sort of).
7880 (octave-mode): Use define-derived-mode.
7881 Set completion-at-point-functions and don't set columns.
7882 Don't disable adaptive-fill-regexp.
7883 (octave-describe-major-mode, octave-comment-region)
7884 (octave-uncomment-region, octave-comment-indent)
7885 (octave-indent-for-comment): Remove.
7886 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 7887 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
7888 (octave-initialize-completions): No need to make an alist.
7889 (octave-completion-at-point-function): New function.
7890 (octave-complete-symbol): Use it.
7891 (octave-insert-defun): Use define-skeleton.
7892
7893 * progmodes/octave-mod.el (octave-mode): Set comment-add.
7894 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 7895
61b6abbd
AL
78962010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
7897
7898 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
7899 indentation of inserted comment.
7900
3a46642b
J
79012010-08-11 Jan Djärv <jan.h.d@swipnet.se>
7902
7903 * faces.el (region): Add type gtk that uses gtk colors.
7904
7905 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
7906 Handle theme-name change.
7907
3bd2cfef
MM
79082010-08-10 Michael R. Mauger <mmaug@yahoo.com>
7909
7910 * progmodes/sql.el: Version 2.5
7911 (sql-product-alist): Add :prompt-cont-regexp property for several
7912 database products.
7913 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
7914 (sql-output-newline-count, sql-output-by-send):
7915 New variables. Record number of newlines in input text.
3bd2cfef
MM
7916 (sql-send-string): Handle multiple filters and count newlines.
7917 (sql-send-magic-terminator): Count terminator newline.
7918 (sql-interactive-remove-continuation-prompt): Filters output to
7919 remove continuation prompts; one for each newline.
7920 (sql-interactive-mode): Set up new variables, prompt regexp and
7921 output filter.
7922 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 7923 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 7924
d02c9bcd
SM
79252010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7926
7927 * emacs-lisp/pcase.el: New file.
7928
80ca4f1e
MA
79292010-08-10 Michael Albinus <michael.albinus@gmx.de>
7930
7931 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
7932 as here-document, otherwise the command could exceed maximum
7933 length of command line.
d02c9bcd
SM
7934 (tramp-handle-vc-registered): Call script accordingly.
7935 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 7936
2948599b
KH
79372010-08-10 Kenichi Handa <handa@m17n.org>
7938
7939 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
7940 composable pattern.
7941
148cef8e
CY
79422010-08-09 Chong Yidong <cyd@stupidchicken.com>
7943
7944 * emacs-lisp/package.el (package-version-split)
7945 (package--version-first-nonzero, package-version-compare):
7946 Functions removed.
7947 (package-directory-list, package-load-all-descriptors)
7948 (package--built-in, package-activate, define-package)
7949 (package-installed-p, package-compute-transaction)
7950 (package-read-all-archive-contents)
7951 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
7952 (package-tar-file-info, package-list-packages-internal):
7953 Use version-to-list and version-list-*.
148cef8e 7954
d02c9bcd
SM
7955 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7956 Use version-to-list.
148cef8e
CY
7957 (package-upload-buffer-internal): Use version-list-<=.
7958
82a9ce0f
KH
79592010-08-09 Kenichi Handa <handa@m17n.org>
7960
231e5e5f 7961 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
7962 composable pattern.
7963
7adf5fdc
CY
79642010-08-08 Chong Yidong <cyd@stupidchicken.com>
7965
fc560445
CY
7966 * tutorial.el (tutorial--default-keys): C-d is now bound to
7967 delete-forward-char (Bug#6826).
7968
7adf5fdc
CY
7969 * mouse.el (mouse-drag-track): Remove accidentally-removed check
7970 for `double' value of mouse-1-click-follows-link (Bug#6807).
7971
e54a1075
JB
79722010-08-08 Johan Bockgård <bojohan@gnu.org>
7973
7974 * replace.el (replace-highlight): Bind isearch-forward and
7975 isearch-error, ensuring that highlighting is updated if the user
7976 switches the search direction (Bug#6808).
7977
7978 * isearch.el (isearch-lazy-highlight-forward): New var.
7979 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
7980 (isearch-lazy-highlight-update): Use it.
7981
7815fe19 79822010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 7983
8d9e03e4
JB
7984 * international/mule.el (define-charset): Store NAME as :base property.
7985 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
7986 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
7987 current priority. Force using the designation of the specific
8d9e03e4 7988 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 7989
7815fe19 79902010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
7991
7992 * emulation/pc-select.el (pc-selection-mode-hook)
7993 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
7994 (pc-selection-mode): Fix typos in docstrings.
7995
7815fe19 79962010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
7997
7998 * language/cyrillic.el: Don't add "microsoft-cp1251" to
7999 ctext-non-standard-encodings-alist here.
8000
8d9e03e4
JB
8001 * international/mule.el (ctext-non-standard-encodings-alist):
8002 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
8003 (ctext-standard-encodings): New variable.
8004 (ctext-non-standard-encodings-table): List only elements for
8005 non-standard encodings.
186e86db 8006 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
8007 Check ctext-standard-encodings.
8008
8009 * international/mule-conf.el (compound-text): Doc fix.
8010 (ctext-no-compositions): Doc fix.
8011 (compound-text-with-extensions): Doc fix.
8012
7815fe19 80132010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
8014
8015 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8016
8d9e03e4 80172010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 8018
9ebc731b
JB
8019 * progmodes/which-func.el (which-func-format): Split help-echo text
8020 into lines, like other mode-line tooltips.
8021
d5b8058f
JB
8022 * server.el (server-start): When using TCP sockets, force IPv4
8023 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8024
8d9e03e4 80252010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
8026
8027 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8028
8d9e03e4 80292010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
8030
8031 * term.el (term-delimiter-argument-list): Reflow docstring.
8032 (term-read-input-ring, term-write-input-ring, term-send-input)
8033 (term-bol, term-erase-in-display, serial-supported-or-barf):
8034 Fix typos in docstrings.
8035
8d9e03e4 80362010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
8037
8038 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8039
8d9e03e4 80402010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
8041
8042 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8043
8d9e03e4 80442010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
8045
8046 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8047 Fix typo in docstring (bug#6747).
8048
7815fe19 80492010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
8050
8051 * eshell/esh-io.el (eshell-get-target): Better detection of
8052 read-only file (Bug#6762).
8053
7815fe19 80542010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
8055
8056 * align.el (align-default-spacing): Doc fix.
8057 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8058
733946e7 80592010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 8060
490b89ac 8061 * calendar/icalendar.el
93acd23d
JB
8062 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8063 (icalendar--get-weekday-numbers): New.
81ee9410 8064 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 8065 values in weekly rules. (Bug#6766)
81ee9410 8066
490b89ac
UJ
80672010-08-08 Ulf Jasper <ulf.jasper@web.de>
8068
8069 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8070 (icalendar--create-uid, icalendar-export-region)
8071 (icalendar--parse-summary-and-rest): Code formatting.
8072
2c695727
JB
80732010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8074
8075 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
8076 to italicize headers.
8077 (calc-highlight-selections-with-faces): New variable.
8078 (calc-selected-face, calc-nonselected-face): New faces.
8079
8080 * calc/calccomp.el (math-comp-highlight-string): Use
8081 `calc-highlight-selections-with-faces' to determine how to highlight
8082 sub-formulas.
8083
8084 * calc/calc-sel.el (calc-show-selections): Change message to when
8085 using faces to highlight selections.
8086
b93d4f22
MM
80872010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8088
8d9e03e4
JB
8089 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8090 Add SQLite 3 keywords, functions and datatypes.
8091 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
8092 (Bug#6686).
8093
9852377f
CY
80942010-08-07 Chong Yidong <cyd@stupidchicken.com>
8095
8096 * simple.el (select-active-regions): Move to keyboard.c.
8097 (deactivate-mark): Used saved-region-selection.
8098 (select-active-region): Function removed.
8099 (activate-mark, set-mark, push-mark-command)
8100 (handle-shift-selection): Don't call it.
8101 (keyboard-quit): Avoid adding the region to the window selection.
8102
8103 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8104 select-active-regions implementation.
8105 (mouse-yank-at-click): Doc fix.
8106
8107 * cus-start.el: Add custom declaration for select-active-regions.
8108
822775bf
EZ
81092010-08-07 Eli Zaretskii <eliz@gnu.org>
8110
4c5130d6
EZ
8111 * simple.el (delete-forward-char): Doc fix.
8112
822775bf
EZ
8113 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8114 after reading the tutorial.
8115
bd4c5e3e
AM
81162010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8117
6a7662bb
BR
8118 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8119 Fix for the case that a C style comment has its delimiters alone on
bd4c5e3e
AM
8120 their respective lines.
8121
d00fa9b6
MA
81222010-08-06 Michael Albinus <michael.albinus@gmx.de>
8123
8d9e03e4 8124 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6 8125 property "vec".
6a7662bb
BR
8126 (tramp-process-sentinel): Use it for flushing the cache.
8127 We cannot do it via the process buffer, the buffer could be deleted
d00fa9b6
MA
8128 already when running the sentinel.
8129
81302010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
8131
8132 * comint.el (comint-mode): Make directory tracking functions
8133 functional on remote files. (Bug#6764)
8134
b3d42406
DN
81352010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8136
8137 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8138
29cf3e20
EZ
81392010-08-05 Eli Zaretskii <eliz@gnu.org>
8140
6a7662bb
BR
8141 * emacs-lisp/find-gc.el (find-gc-source-files):
8142 Rename unexec.c => unexcoff.c.
29cf3e20 8143
6a7662bb
BR
8144 * emacs-lisp/authors.el (authors-fixed-entries):
8145 Rename unexec.c => unexcoff.c.
29cf3e20 8146
39e1bf0b
MA
81472010-08-05 Michael Albinus <michael.albinus@gmx.de>
8148
8149 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8150 cache, not only file cache.
8151 (tramp-process-sentinel): New defun.
8152 (tramp-handle-start-file-process): Use it, in order to invalidate
8153 file caches.
8154
9f982e22
LL
81552010-08-03 Leo <sdl.web@gmail.com>
8156
8157 * server.el (server-start): Simplify loop.
8158
0798a8d8
SM
81592010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8160
548c5c47
SM
8161 * frame.el (screen-height, screen-width, set-screen-width)
8162 (set-screen-height): Remove ancient compatibility aliases.
8163
3311d1c2
SM
8164 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
8165 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
8166
0798a8d8
SM
8167 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
8168 that change current buffer.
8169
26ee77a6
YM
81702010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8171
8172 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
8173 beginning of the string. Use `string-match-p'. (Bug#6765)
8174
aa1859f5
J
81752010-08-01 Jan Djärv <jan.h.d@swipnet.se>
8176
8177 * cus-start.el (x-gtk-use-system-tooltips): New variable.
8178
376c2b6b
CY
81792010-08-01 Chong Yidong <cyd@stupidchicken.com>
8180
0798a8d8 8181 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 8182 (package--builtins): Tweak descriptions.
0798a8d8
SM
8183 (package-print-package): Upcase descriptions if necessary.
8184 Show all built-in packages in font-lock-builtin-face.
8185 (package-list-packages-internal): Omit "emacs" package.
8186 Show status of built-in packages as "built-in".
376c2b6b 8187
16041401
CY
81882010-07-31 Chong Yidong <cyd@stupidchicken.com>
8189
8190 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
8191 before killing to preserve the primary selection (Bug#6701).
8192
8193 * term/x-win.el (x-select-text): Doc fix.
8194
0798a8d8
SM
81952010-07-31 Nathaniel Flath <flat0103@gmail.com>
8196
452ea855
AM
8197 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
8198 (objc-font-lock-extra-types):
452ea855 8199 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
8200 * progmodes/cc-langs.el (c-make-mode-syntax-table)
8201 (c++-make-template-syntax-table)
8202 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
8203 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
8204 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
8205 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
8206 * progmodes/cc-fonts.el (c-make-inverse-face)
8207 (c-basic-matchers-after):
452ea855
AM
8208 * progmodes/cc-engine.el (c-forward-keyword-clause)
8209 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
8210 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
8211 (c-guess-continued-construct, c-guess-basic-syntax):
2f5e7c6f
GM
8212 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
8213 The above functions were modified or created.
452ea855 8214
37766706
J
82152010-07-31 Jan Djärv <jan.h.d@swipnet.se>
8216
0798a8d8 8217 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 8218
cd83d522
EZ
82192010-07-31 Eli Zaretskii <eliz@gnu.org>
8220
8221 * files.el (bidi-paragraph-direction): Define safe local values.
8222
8223 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
8224 language-info-alist. Remove outdated FIXME in a comment.
8225
28e5cf7c
AM
82262010-07-31 Alan Mackenzie <acm@muc.de>
8227
8228 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
8229 Auto-fill broken in C/C++ modes.
8230
bfeabdc3
JD
82312010-07-29 Jan Djärv <jan.h.d@swipnet.se>
8232
8233 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8234 (menu-bar-showhide-tool-bar-menu-customize-disable)
8235 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
8236 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
8237 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
8238 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
8239 make a menu for Options => toolbar that can move it.
8240
063e5294
CY
82412010-07-29 Chong Yidong <cyd@stupidchicken.com>
8242
8243 * emacs-lisp/package-x.el (package--make-rss-entry):
8244 (package-maint-add-news-item, package--update-news)
8245 (package-upload-buffer-internal): New arg ARCHIVE-URL.
8246
8247 * emacs-lisp/package.el (package-archive-url): Rename from
8248 package-archive-id.
8249 (package-install): Doc fix.
8250 (package-download-single, package-download-tar, package-install)
8251 (package-menu-view-commentary): Callers changed.
8252
683cc385
MA
82532010-07-29 Michael Albinus <michael.albinus@gmx.de>
8254
8255 * net/tramp.el (tramp-handle-start-file-process): Check only for
8256 `remote-tty' process property.
8257 (tramp-open-shell): Don't check for tty.
8258 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
8259 process property.
8260
8261 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
8262 host.
8263
bc44bef7
PH
82642010-07-28 Chong Yidong <cyd@stupidchicken.com>
8265
8266 * emacs-lisp/package.el (package-load-list, package-archives)
8267 (package-archive-contents, package-user-dir)
8268 (package-directory-list, package--builtins, package-alist)
8269 (package-activated-list, package-obsolete-alist): Mark as risky.
8270
82712010-07-28 Phil Hagelberg <phil@evri.com>
8272
8273 Add support for non-default package repositories.
8274 * emacs-lisp/package.el (package-archive-base): Var deleted.
8275 (package-archives): New variable.
8276 (package-archive-contents): Doc fix.
0798a8d8 8277 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
8278 (package--write-file-no-coding): New function.
8279 (package-unpack-single): Use it.
8280 (package-archive-id): New function.
8281 (package-download-single, package-download-tar)
8282 (package-menu-view-commentary): Use it.
8283 (package-installed-p): Make second argument optional.
8284 (package-read-all-archive-contents): New function.
8285 (package-initialize): Use it.
8286 (package-read-archive-contents): Add ARCHIVE argument.
8287 (package--add-to-archive-contents): New function.
8288 (package-install): Don't call package-read-archive-contents.
8289 (package--download-one-archive): Store archive file in a
8290 subdirectory of package-user-dir.
8291 (package-menu-execute): Remove spurious line movement.
8292
8a52f00a
JD
82932010-07-28 Jan Djärv <jan.h.d@swipnet.se>
8294
8295 * cus-start.el (tool-bar-style): Add text-image-horiz.
8296
b21d3ceb
MA
82972010-07-28 Michael Albinus <michael.albinus@gmx.de>
8298
8299 * progmodes/gud.el (gud-common-init): Check for remoteness of
8300 `file', and not of `default-directory'.
8301
8fbcce2d
MA
83022010-07-28 Michael Albinus <michael.albinus@gmx.de>
8303
8304 * net/tramp.el (tramp-methods): Move hostname to the end in all
8305 ssh `tramp-login-args'.
8306 (tramp-verbose): Describe verbose level 9.
8307 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
8308 (tramp-open-connection-setup-interactive-shell): Trace stty
8309 settings if `tramp-verbose' >= 9.
8310 (tramp-handle-start-file-process): Implement tty setting.
8311 (Bug#4604, Bug#6360)
8312
8313 * net/tramp-cmds.el (tramp-bug): Recommend setting of
8314 `tramp-verbose' to 9.
8315
128440c9
AH
83162010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
8317
8318 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
8319 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
8320 Remove references to package `lisp-re' (bug#4369).
8321
ae0c2494
TT
83222010-07-27 Tom Tromey <tromey@redhat.com>
8323
8324 * progmodes/js.el (js-mode):
8325 * progmodes/make-mode.el (makefile-mode):
8326 * progmodes/simula.el (simula-mode):
8327 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
8328
0ed082fe 83292010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
8330
8331 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
8332
7c7c04c0
JB
8333 * time.el (display-time-day-and-date): Remove spurious * in docstring.
8334 (display-time-world-buffer-name, display-time-world-mode-map):
8335 Fix typos in docstrings.
8336
0ed082fe 83372010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
8338
8339 * image-mode.el (image-display-size): New function.
8340 (image-forward-hscroll, image-next-line, image-eol, image-eob)
8341 (image-mode-fit-frame): Use it (Bug#6639).
8342
0ed082fe 83432010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
8344
8345 * dired.el (dired-buffers-for-dir): Handle list values of
8346 dired-directory (Bug#6636).
8347
aa2d4bd3
SS
83482010-07-26 Sam Steingold <sds@gnu.org>
8349
8350 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
8351 Do not call `x-get-selection' the second time, reuse the value.
8352
78b84da3
DU
83532010-07-26 Daiki Ueno <ueno@unixuser.org>
8354
8355 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 8356 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 8357
4f195cf7
DU
83582010-07-25 Daiki Ueno <ueno@unixuser.org>
8359
8360 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
8361 exists before passing an error to find-file-not-found-functions
8362 (bug#6723).
8363
195e19e4
LH
83642010-07-23 Lukas Huonker <l.huonker@gmail.com>
8365
8366 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
8367 Remove leading nil element, adjust values.
8368 (tetris-shapes, tetris-shape-scores):
8369 Change representation of shapes and remove some redundancy.
8370 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
8371 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
8372 Adjust for working with new representation of shapes.
8373 (tetris-shape-rotations): New function.
8374 (tetris-move-bottom, tetris-move-left, tetris-move-right)
8375 (tetris-rotate-prev, tetris-rotate-next):
8376 Adjust for working with the new version of tetris-test-shape.
8377
9cf2db99
MT
83782010-07-23 Markus Triska <markus.triska@gmx.at>
8379
8380 * progmodes/ps-mode.el: Use comint (bug#5954).
8381 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
8382 (ps-mode-other-newline): Simplify.
8383 (ps-run-mode): Derive from comint-mode instead of
8384 fundamental-mode, yielding input history etc.
8385 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
8386 (ps-run-send-string): Adapt for comint-mode.
8387 (ps-run-newline): Remove now unneeded function.
8388
225d5e9e
MA
83892010-07-23 Michael Albinus <michael.albinus@gmx.de>
8390
8391 * net/tramp.el (tramp-methods): Move hostname to the end in all
8392 plink `tramp-login-args'.
8393
84bc68f2
MA
83942010-07-23 Michael Albinus <michael.albinus@gmx.de>
8395
8396 * net/tramp.el (tramp-open-shell): New defun.
8397 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8398 Use it.
8399
1eb5ca1c
MA
84002010-07-23 Michael Albinus <michael.albinus@gmx.de>
8401
8402 * net/tramp.el (tramp-file-name-regexp-unified)
8403 (tramp-completion-file-name-regexp-unified): On W32 systems, do
8404 not regard the volume letter as remote filename. (Bug#5447)
8405
440735a7
JB
84062010-07-23 Juanma Barranquero <lekktu@gmail.com>
8407
8408 * custom.el (custom-declare-variable): Give a clearer error message
8409 when the docstring is missing (bug#6476).
8410
5474c40f
MM
84112010-07-22 Michael R. Mauger <mmaug@yahoo.com>
8412
8413 * progmodes/sql.el: Version 2.4. Improved Login prompting.
8414 (sql-login-params): New widget definition.
8415 (sql-oracle-login-params, sql-mysql-login-params)
8416 (sql-solid-login-params, sql-sybase-login-params)
8417 (sql-informix-login-params, sql-ingres-login-params)
8418 (sql-ms-login-params, sql-postgres-login-params)
8419 (sql-interbase-login-params, sql-db2-login-params)
8420 (sql-linter-login-params): Use it.
8421 (sql-sqlite-login-params): Use it; Define "database" parameter as
8422 a file name.
c4cc8b9a 8423 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
8424 (sql-comint-sqlite): Make sure database name is complete.
8425 (sql-for-each-login): New function.
8426 (sql-connect, sql-save-connection): Use it.
8427 (sql-get-login-ext): New function.
8428 (sql-get-login): Use it.
8429 (sql-make-alternate-buffer-name): Handle :file parameters.
8430
9c0deccb
JB
84312010-07-22 Juanma Barranquero <lekktu@gmail.com>
8432
8433 * dired.el (dired-no-confirm): Document value t and fix defcustom to
8434 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
8435
aac818a8
TL
84362010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8437
8438 * dired.el (dired-mode-map): Use command remapping (bug#6632).
8439
47d2734f
LM
84402010-07-22 Lawrence Mitchell <wence@gmx.li>
8441
8442 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
8443
10e73994
MA
84442010-07-21 Michael Albinus <michael.albinus@gmx.de>
8445
8446 * net/tramp.el (tramp-get-ls-command)
8447 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
8448 instead of "/".
8449
d26b0ea9
MM
84502010-07-20 Michael R. Mauger <mmaug@yahoo.com>
8451
8452 * progmodes/sql.el: Version 2.3.
f49d1f52 8453 (sql-connection-alist): Change keys from symbols to strings;
d26b0ea9 8454 enhanced the widget definition.
88b5a757
DD
8455 (sql-mode-menu): Add submenu to select connections.
8456 (sql-interactive-mode-menu): Add "Save Connection" item.
8457 (sql-add-product): Fix menu item.
d26b0ea9 8458 (sql-get-product-feature): Improved error handling.
5f9d345c 8459 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
d26b0ea9
MM
8460 (sql-make-alternate-buffer-name): Simplified.
8461 (sql-product-interactive): Handle missing product.
8462 (sql-connect): Support string keys, minor improvements.
8463 (sql-save-connection): New function.
8464 (sql-connection-menu-filter): New function.
8465
af4b9ae5
MA
84662010-07-20 Michael Albinus <michael.albinus@gmx.de>
8467
8468 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6a7662bb
BR
8469 (tramp-open-connection-setup-interactive-shell):
8470 Apply workaround for IRIX64 bug. Move argument of last
af4b9ae5
MA
8471 `tramp-send-command' where it belongs to.
8472
da040a16
MA
84732010-07-20 Michael Albinus <michael.albinus@gmx.de>
8474
8475 * net/tramp.el (tramp-perl-file-attributes)
8476 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
8477 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
8478 front of `login-args'.
8479
16f3ade5
JB
84802010-07-19 Juanma Barranquero <lekktu@gmail.com>
8481
8482 * time.el (display-time-world-mode): Define with `define-derived-mode'.
8483 Set `show-trailing-whitespace' to nil.
8484 (display-time-world-display): Simplify.
8485
00af0b67
AM
84862010-07-18 Alan Mackenzie <acm@muc.de>
8487
8488 Enhance `c-file-style' in file/directory local variables.
a628ad9d 8489 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
8490 (c-before-hack-hook): Call `c-set-style' differently according to
8491 whether c-file-style was set in file or directory local
8492 variables.
8493
30c4d8dc
MM
84942010-07-18 Michael R. Mauger <mmaug@yahoo.com>
8495
8496 * progmodes/sql.el: Version 2.2.
6a7662bb
BR
8497 (sql-product, sql-user, sql-database, sql-server, sql-port):
8498 Use defcustom :safe keyword rather than putting safe-local-variable
30c4d8dc
MM
8499 property.
8500 (sql-password): Use defcustom :risky keyword rather than putting
8501 risky-local-variable property.
8502 (sql-oracle-login-params, sql-sqlite-login-params)
8503 (sql-solid-login-params, sql-sybase-login-params)
8504 (sql-informix-login-params, sql-ingres-login-params)
8505 (sql-ms-login-params, sql-postgres-login-params)
8506 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 8507 (sql-linter-login-params): Add `port' option.
88b5a757 8508 (sql-get-product-feature): Add NO-INDIRECT parameter.
30c4d8dc
MM
8509 (sql-comint-oracle, sql-comint-sybase)
8510 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
8511 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
8512 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
88b5a757 8513 (sql-comint-linter): Rename sql-connect-* functions to
30c4d8dc 8514 sql-comint-*.
88b5a757 8515 (sql-product-alist, sql-mode-menu): Rename as above and
30c4d8dc 8516 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 8517 (sql-connection): New variable.
30c4d8dc
MM
8518 (sql-interactive-mode): Set it.
8519 (sql-connection-alist): New variable.
8520 (sql-connect): New function.
8521 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 8522 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 8523
f12492c8
TV
85242010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8525
8526 * image-mode.el (image-bookmark-make-record): Do not set context
8527 in an image (Bug#6650).
8528
91023c68
CY
85292010-07-17 Chong Yidong <cyd@stupidchicken.com>
8530
8531 * simple.el (select-active-region): New function.
8532 (push-mark-command, set-mark, activate-mark)
8533 (handle-shift-selection): Use it.
8534 (deactivate-mark): Don't check for size of region.
8535
8536 * mouse.el (mouse-drag-track): Use select-active-region.
8537
1c0e8f0e
MA
85382010-07-17 Michael Albinus <michael.albinus@gmx.de>
8539
8540 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
8541 "--dired" stronger.
8542
2490cbbc
CY
85432010-07-17 Chong Yidong <cyd@stupidchicken.com>
8544
8545 * term/x-win.el (x-select-enable-primary): Change default to nil.
8546 (x-select-enable-clipboard): Add :version keyword.
8547
8548 * mouse.el (mouse-drag-copy-region):
8549 * simple.el (select-active-regions): Likewise.
8550
f253ef6a
RS
85512010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
8552
a628ad9d 8553 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
8554 (vc-coding-system-for-diff): Use it to decide whether to inherit
8555 from the file the EOL format for reading the diffs of that file.
8556 (Bug#4451)
8557
134a027f
EZ
85582010-07-16 Eli Zaretskii <eliz@gnu.org>
8559
8560 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
8561 unibyte, so compressed attachments are not compressed again.
8562
7e4289ad
MA
85632010-07-16 Michael Albinus <michael.albinus@gmx.de>
8564
8565 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
8566 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
8567 (tramp-find-shell): Simplify setting connection property.
8568 (tramp-get-ls-command): Make test for "--color=never" stronger.
8569
7473fff9 85702010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
8571
8572 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
8573 blocks within record declarations (i.e. variant parts) correctly.
8574
a11b38ee
SS
85752010-07-15 Simon South <ssouth@member.fsf.org>
8576
8577 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
8578 over literal tokens when parsing so newlines aren't "absorbed" by
8579 single-line comments. Corrects the indentation of case blocks
8580 that have a comment on the first line.
8581
077e0753
KF
85822010-07-14 Karl Fogel <kfogel@red-bean.com>
8583
8584 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
8585 by Drew Adams (Bug#5504).
8586
243881ed
J
85872010-07-14 Jan Djärv <jan.h.d@swipnet.se>
8588
8589 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 8590 now that Unicode is used (Bug#6594).
243881ed 8591
f9d71b42
CY
85922010-07-14 Chong Yidong <cyd@stupidchicken.com>
8593
8594 * term/x-win.el (x-select-enable-clipboard): Default to t.
8595 (x-initialize-window-system): Don't overwrite Paste menu item.
8596
8597 * simple.el (select-active-regions): Default to t.
8598 (push-mark-command): Don't overwrite primary with empty string.
8599
8600 * mouse.el: Bind mouse-2 to mouse-yank-primary.
8601 (mouse-drag-copy-region): Default to nil.
8602
8603 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
8604 Cut/Copy/Paste menu bar items.
8605
a628ad9d 86062010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
8607
8608 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
8609 Patch applied by Karl Fogel.
8610
8611 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
8612 and `bookmark-current-buffer' if they have been already set in
8613 another buffer (e.g gnus-art).
8614
e44fa724 86152010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 8616 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
8617
8618 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
8619
8620 * bookmark.el (bookmark-make-record-default): Allow unneeded
8621 information to be omitted from the record.
8622
8623 Adjust declarations and calls:
8624
8625 * info.el (bookmark-make-record-default): Adjust declaration.
8626 (Info-bookmark-make-record): Adjust call.
8627
8628 * woman.el (bookmark-make-record-default): Adjust declaration.
8629 (woman-bookmark-make-record): Adjust call.
8630
8631 * man.el (bookmark-make-record-default): Adjust declaration.
8632 (Man-bookmark-make-record): Adjust call.
8633
8634 * image-mode.el (bookmark-make-record-default): Adjust declaration.
8635
8636 * doc-view.el (bookmark-make-record-default): Adjust declaration.
8637
0c4371fe
KF
86382010-07-13 Karl Fogel <kfogel@red-bean.com>
8639
8640 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
8641 This is also from Thierry Volpiatto's patch in bug #6444. However,
8642 because it was extraneous to the functional change in that patch,
8643 and causes a re-indendation, I am committing it separately.
8644
2bb8db3e 86452010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
8646
8647 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
8648 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 8649 Patch applied by Karl Fogel (Bug#6444).
068a0233 8650
21bd02a6
CY
86512010-07-13 Chong Yidong <cyd@stupidchicken.com>
8652
8653 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
8654
79cb9c05
AR
86552010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
8656
8657 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
8658 Dempsky; bug#5084). Remove incorrect binding for S-tab.
8659 (ns-alternatives-map): Change S-tab binding to backtab
8660 (bug#6616).
8661
8662 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
8663 under ns.
8664
beb000f9
AS
86652010-07-12 Andreas Schwab <schwab@linux-m68k.org>
8666
dd86ea11
JB
8667 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
8668 (Bug#5806)
e9952282 8669
beb000f9
AS
8670 * language/tv-util.el (tai-viet-re): Remove format.
8671
6f2cdcd1
KH
86722010-07-12 Kenichi Handa <handa@m17n.org>
8673
dd86ea11
JB
8674 * language/hebrew.el: Remove no-byte-compile declaration.
8675 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
8676 composition-function-table for 3-character looking back.
8677 (hebrew-font-get-precomposed): New function.
8678 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
8679
f479ef6e
CY
86802010-07-11 Chong Yidong <cyd@stupidchicken.com>
8681
8682 * mouse.el (mouse-drag-track): Handle select-active-regions
8683 (Bug#6612).
8684
3277c1ee
MA
86852010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
8686
8687 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
8688 empty argument to gvfs-copy.
8689
3260caf8
GM
86902010-07-10 Glenn Morris <rgm@gnu.org>
8691
8692 * calendar/calendar.el (calendar-week-end-day): New function.
8693 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
8694 Respect calendar-week-start-day. (Bug#6606)
8695 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
8696 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
8697 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
8698 respect calendar-week-start-day.
8699
c876b263
CY
87002010-07-10 Chong Yidong <cyd@stupidchicken.com>
8701
8702 * simple.el (use-region-p): Doc fix (Bug#6607).
8703
dce34635
AG
87042010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
8705
6a7662bb
BR
8706 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8707 Add regexps for cucumber and ruby.
dce34635 8708
c0397930
DU
87092010-07-08 Daiki Ueno <ueno@unixuser.org>
8710
8711 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
8712 (epa-file-insert-file-contents): Hack to prevent
192cfe77 8713 find-file from opening empty buffer when decryption failed
c0397930
DU
8714 (bug#6568).
8715
fd5539c6
AM
87162010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
8717
a628ad9d
JB
8718 * textmodes/ispell.el (ispell-alternate-dictionary):
8719 Use file-readable-p.
fd5539c6
AM
8720 Return nil if no word-list is found at default locations.
8721 (ispell-complete-word-dict): Default to nil.
8722 (ispell-command-loop): Use 'word-list' when using lookup-words.
8723 (lookup-words): Use ispell-complete-word-dict or
8724 ispell-alternate-dictionary. Check for word-list availability
8725 and handle errors if needed with better messages (Bug#6539).
8726 (ispell-complete-word): Use ispell-complete-word-dict or
8727 ispell-alternate-dictionary.
8728
4565b08e
CS
87292010-07-07 Christoph Scholtes <cschol2112@gmail.com>
8730
8731 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
8732 builtins (BufferError, BytesWarning, WindowsError; callables
8733 bin, bytearray, bytes, format, memoryview, next, print; __package__).
8734
a2c270e7
GM
87352010-07-07 Glenn Morris <rgm@gnu.org>
8736
8737 * play/zone.el (top-level): Do not require timer, tabify, or cl.
8738 (zone-shift-left): Ignore intangibility, and any errors from
8739 forward-char.
8740 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
8741 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
8742 deleting, and copying text properties.
8743 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
8744 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
8745 to point-max is hard.
8746 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
8747 (zone-fill-out-screen): Ignore intangibility.
8748
81133808
CY
87492010-07-05 Chong Yidong <cyd@stupidchicken.com>
8750
4ad11f8c
CY
8751 * menu-bar.el (menu-bar-mode):
8752 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
8753 if it has been set.
8754
81133808
CY
8755 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
8756 word/line selection (Bug#6565).
8757
b24344ca
JB
87582010-07-04 Juanma Barranquero <lekktu@gmail.com>
8759
8760 * net/dbus.el (dbus-send-signal): Declare function.
8761
b1ce08da
MA
87622010-07-04 Michael Albinus <michael.albinus@gmx.de>
8763
8764 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
8765 (dbus-register-property): New optional argument EMITS-SIGNAL.
8766 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
8767
5592c08f
CY
87682010-07-03 Chong Yidong <cyd@stupidchicken.com>
8769
8770 * mouse.el (mouse-drag-overlay): Variable deleted.
8771 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
8772 (mouse--remap-link-click-p): New function.
8773 (mouse-drag-track): Handle dragging by using temporary Transient
8774 Mark mode, instead of a special overlay.
8775 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
8776 mouse-show-mark.
8777
8778 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
8779 deleted.
8780
a6ed0e28
JL
87812010-07-02 Juri Linkov <juri@jurta.org>
8782
8783 * autoinsert.el (auto-insert-alist): Fix readability
8784 by using dotted pair notation for lambda.
8785
c91e692b
JL
87862010-07-02 Juri Linkov <juri@jurta.org>
8787
8788 * faces.el (read-face-name): Rename arg `string-describing-default'
8789 to `default'. Doc fix. Display the default value in quotes
8790 in the prompt. With empty input, return the `default' arg,
8791 unless the default value is a string (in which case return nil).
8792 (describe-face): Replace the string `default' arg of `read-face-name'
8793 with the symbol `default'.
8794
23640f8f
CY
87952010-07-02 Chong Yidong <cyd@stupidchicken.com>
8796
8797 * emulation/viper-cmd.el (viper-delete-backward-char)
8798 (viper-del-backward-char-in-insert)
8799 (viper-del-backward-char-in-replace, viper-change)
8800 (viper-backward-indent): Replace delete-backward-char with
8801 delete-char (Bug#6552).
8802
b32d1614
CY
88032010-07-01 Chong Yidong <cyd@stupidchicken.com>
8804
8805 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
8806
c1ef4455
CY
88072010-06-30 Chong Yidong <cyd@stupidchicken.com>
8808
8809 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
8810 argument passed to frame-creation-function (Bug#5378).
8811
8812 * faces.el (x-handle-named-frame-geometry)
8813 (x-handle-reverse-video, x-create-frame-with-faces)
6a7662bb
BR
8814 (face-set-after-frame-default, tty-create-frame-with-faces):
8815 Don't separately consult default-frame-alist. It is now passed as the
c1ef4455
CY
8816 PARAMETER argument.
8817
55702e89
AS
88182010-06-30 Andreas Schwab <schwab@linux-m68k.org>
8819
8820 * startup.el (command-line): Don't call tool-bar-setup in a
8821 tty-only build.
8822
dc9a226c
CY
88232010-06-30 Chong Yidong <cyd@stupidchicken.com>
8824
8825 * ruler-mode.el (ruler--save-header-line-format): New fun.
8826 (ruler-mode): Use it as a setter function, so as not to overwrite
8827 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
8828
a2f043d3
CY
88292010-06-29 Chong Yidong <cyd@stupidchicken.com>
8830
8831 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
8832 (vc-root-diff, vc-print-root-log, vc-log-incoming)
8833 (vc-log-outgoing): Use it.
8834 (vc-diff-internal): Set diff-vc-backend.
8835
8836 * vc/diff-mode.el (diff-vc-backend): New var.
8837
62d115ef
J
88382010-06-28 Jan Djärv <jan.h.d@swipnet.se>
8839
6a7662bb
BR
8840 * dynamic-setting.el (font-setting-change-default-font):
8841 Remove call to message.
62d115ef 8842
1180f752
KH
88432010-06-28 Kenichi Handa <handa@m17n.org>
8844
8845 * international/quail.el (quail-insert-kbd-layout): Fix the
8846 showing of untranslated characters.
8847
b9229673
CY
88482010-06-28 Chong Yidong <cyd@stupidchicken.com>
8849
8850 * simple.el (delete-active-region): New option.
8851 (delete-backward-char): Implement in Lisp.
8852 (delete-forward-char): New command.
8853
5f9d345c 8854 * mouse.el (mouse-region-delete-keys): Delete.
b9229673
CY
8855 (mouse-show-mark): Simplify.
8856
8857 * bindings.el (global-map): Bind delete and DEL, the former to
8858 delete-forward-char.
8859
a628ad9d 88602010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
8861
8862 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
8863 (ruby-mode): Bind indent-line-function (Bug#5119).
8864
3468f435
CY
88652010-06-27 Chong Yidong <cyd@stupidchicken.com>
8866
8867 * startup.el (command-line): Recognize "0" X resource value.
8868
6431f2e6
CY
88692010-06-27 Chong Yidong <cyd@stupidchicken.com>
8870
8871 * startup.el (command-line): Use X resources to set the value of
8872 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
8873
8874 * menu-bar.el (menu-bar-mode):
8875 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
8876 Set init-value to t.
8877
8878 * frame.el (frame-notice-user-settings): Don't change
8879 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
8880 vice versa (Bug#2249).
8881
b61dfbe2
EZ
88822010-06-26 Eli Zaretskii <eliz@gnu.org>
8883
8884 * w32-fns.el (w32-convert-standard-filename): Doc fix.
8885
f5cbf40e
AM
88862010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
8887
a628ad9d
JB
8888 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
8889 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 8890
a628ad9d 8891 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 8892 default directories are expanded (Bug#6143).
f5cbf40e 8893
8f3b8a5f
JL
88942010-06-24 Juri Linkov <juri@jurta.org>
8895
8896 * minibuffer.el (completions-format): Change default from nil to
8897 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
8898
5af72a47
JL
88992010-06-24 Juri Linkov <juri@jurta.org>
8900
8901 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
8902 buffer-locally to lambda that re-runs the vc diff command.
8903 (Bug#6447)
8904
8f804316
CY
89052010-06-24 Chong Yidong <cyd@stupidchicken.com>
8906
8907 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
8908 echo area is in use (Bug#3412).
8909
be19ef0b
GM
89102010-06-22 Glenn Morris <rgm@gnu.org>
8911
6555773f
GM
8912 * textmodes/texinfmt.el (texinfo-format-region)
8913 (texinfo-raise-lower-sections, texinfo-format-separate-node)
8914 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
8915 (texinfo-format-option, texinfo-noindent):
8916 Use line-beginning-position and line-end-position.
8917
be19ef0b
GM
8918 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
8919 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
8920 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
8921 utf-8 characters.
8922
7f0b7b3e
KF
89232010-06-21 Karl Fogel <kfogel@red-bean.com>
8924
49554388
GM
8925 * play/zone.el (zone-fall-through-ws): Fix next-line ->
8926 forward-line fallout.
8927
e8579ebc
CY
89282010-07-06 Chong Yidong <cyd@stupidchicken.com>
8929
8930 * mouse.el (mouse-appearance-menu): Add docstring.
8931
8932 * help.el (describe-key): Print up-event using key-description.
8933
5d1cd8bd
MA
89342010-07-03 Michael Albinus <michael.albinus@gmx.de>
8935
8936 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 8937 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
8938 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
8939
112dbc0e
MA
89402010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
8941
8942 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
8943
d0cb23ca
DN
89442010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
8945
8946 Avoid displaying files with a nil state in vc-dir.
a628ad9d 8947 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
8948 cases that cause insertion.
8949 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
8950 with a nil state.
8951
01b229d1
CY
89522010-06-30 Chong Yidong <cyd@stupidchicken.com>
8953
8954 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
8955
8bf1c786 89562010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
8957
8958 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
8959
dfc6544c
CY
89602010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
8961
8962 * generic-x.el (bat-generic-mode): Fix regexp for command line
8963 switches (Bug#5719).
8964
b7d4de51
CY
89652010-06-27 Masatake YAMATO <yamato@redhat.com>
8966
dfc6544c
CY
8967 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
8968 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 8969
53cfe624 89702010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
3726248f 8971
8bf1c786 8972 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
8973 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
8974 bindings of bookmark-automatically-show-annotations (Bug#6515).
8975
aca54191
EZ
89762010-06-25 Eli Zaretskii <eliz@gnu.org>
8977
8978 * arc-mode.el (archive-zip-extract): Don't quote the file name on
8979 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
8980
2330fa87
ŠN
89812010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
8982
8983 * comint.el (make-comint, make-comint-in-buffer): Mention return
8984 value in the docstrings. (Bug#6498)
8985
29115ca9
YR
89862010-06-24 Yoni Rabkin <yoni@rabkins.net>
8987
8988 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
8989 since it is not present when using some non-default switches.
8990
2c79f053
KF
89912010-06-23 Karl Fogel <kfogel@red-bean.com>
8992
7f0b7b3e
KF
8993 * simple.el (compose-mail): Fix doc string to refer to
8994 `compose-mail-user-agent-warnings', instead of to the
8995 nonexistent `compose-mail-check-user-agent'.
8996
43a91810
AM
89972010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
8998
8999 Fix an indentation bug:
9000
9001 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9002 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9003 of existing values.
9004
9005 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9006 (c-clear->-pair-props-if-match-before): now return t when they've
9007 cleared properties, nil otherwise.
9008 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9009 by taking account of the existing value.
9010
9011 * progmodes/cc-defs.el
9012 (c-clear-char-property-with-value-function): Fix this to clear the
9013 property rather than overwriting it with nil.
9014
8adb4c33
CY
90152010-06-20 Chong Yidong <cyd@stupidchicken.com>
9016
9017 * emacs-lisp/package.el (package-print-package): Add link to
9018 package description via describe-package.
9019 (describe-package-1): List package requirements. Add button to
9020 perform installation.
9021 (package-menu-describe-package): New command.
9022
9023 * help-mode.el (help-package): New button type.
9024
cced7584
CY
90252010-06-19 Chong Yidong <cyd@stupidchicken.com>
9026
9027 * emacs-lisp/package.el: Move package-list-packages binding to
9028 menu-bar.el.
9029 (describe-package, describe-package-1, package--dir): New funs.
9030 (package-activate-1): Use package--dir.
9031
9032 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9033
9034 * help-mode.el (help-package-def): New button type.
9035
9036 * menu-bar.el: Move package-list-packages binding here from
9037 package.el.
9038
d148e8f9
GH
90392010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9040
9041 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9042
b1a03ef6
SM
90432010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9044
9045 * emacs-lisp/edebug.el (edebug-read-list):
9046 Phase out old-style backquotes.
9047
dbd6da78
JL
90482010-06-17 Juri Linkov <juri@jurta.org>
9049
9050 * help-mode.el (help-mode): Set buffer-local variable
9051 revert-buffer-function to help-mode-revert-buffer.
9052 (help-mode-revert-buffer): New function.
9053
9054 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9055 before popping to "*info*" (like in other Info functions).
9056 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9057 old-history-forward. Pop to old-buffer-name or "*info*" to
9058 recreate the killed buffer. Set Info-history-forward from
9059 old-history-forward.
9060 (Info-breadcrumbs-depth): Add :group and :version.
9061
64eba874
DN
90622010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9063
9064 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9065
26508c03
AM
90662010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9067
a628ad9d
JB
9068 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9069 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 9070
69582fcd
JB
90712010-06-17 Juanma Barranquero <lekktu@gmail.com>
9072
54ea2a0d
JB
9073 * emacs-lisp/package.el (package-menu-mode-map):
9074 Move initialization into declaration.
9075
69582fcd
JB
9076 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9077
44198b6e
CY
90782010-06-17 Chong Yidong <cyd@stupidchicken.com>
9079
9080 * emacs-lisp/package.el (package-archive-base): Point to
9081 elpa.gnu.org.
9082 (package-enable, package-load-list): New defcustoms.
9083 (package-user-dir, package-directory-list): Turn into defcustoms.
9084 Don't include package-user-dir in package-directory-list.
9085 (package--builtins-base): Don't include Emacs as a "package".
9086 (package-subdirectory-regexp): New var.
9087 (package-load-all-descriptors, package-compute-transaction)
9088 (package-download-transaction): Obey package-load-list.
9089 (package-activate-1): Rename from package-do-activate.
9090 (package-list-packages-internal): Check package-load-list.
9091 (package-load-descriptor, package-generate-autoloads)
9092 (package-unpack, package-unpack-single)
6a7662bb
BR
9093 (package--read-archive-file, package-delete):
9094 Use expand-file-name.
44198b6e
CY
9095
9096 * emacs-lisp/package-x.el: New file. Package uploading
9097 functionality split out from package.el.
9098
95b6d681 9099 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
9100
91012010-06-17 Tom Tromey <tromey@redhat.com>
9102
9103 * emacs-lisp/package.el: New file.
9104
50d76a9f
DN
91052010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9106
9107 Fix vc-annotate for renamed files when using Git.
76e3243a 9108 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
9109 ls-files. Doe not pass the object as a file name to cat-file, it
9110 is not a file name.
9111 (vc-git-annotate-command): Pass the file name using -- to avoid
9112 ambiguity with the revision.
9113 (vc-git-previous-revision): Pass a relative file name.
9114
6095a05b
GM
91152010-06-22 Glenn Morris <rgm@gnu.org>
9116
943375a6
GM
9117 * progmodes/js.el (js-mode-map): Use standard capitalization and
9118 ellipses for menu entries.
9119
6095a05b
GM
9120 * wid-edit.el (widget-complete): Doc fix.
9121
4514199e
JH
91222010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9123
9124 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9125
c4786d60
DN
91262010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9127
11c46b39 9128 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 9129 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 9130 VC backend. Use it when non-nil.
a628ad9d 9131 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
07976ae3 9132 (Bug#6487).
11c46b39 9133
c4786d60 9134 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 9135 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
9136 Do not pass the file name to the 'previous-revision call when we
9137 don't want a file diff. (Bug#6489)
9138
04ec0963
DN
91392010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9140
11c46b39 9141 Fix finding revisions for renamed files in vc-annotate.
76e3243a 9142 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 9143 the VC backend. Use it when non-nil.
76e3243a 9144 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
9145 backend to vc-find-revision. (Bug#6487)
9146
c036381c
DN
91472010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9148
9149 Fix reading file names in Git annotate buffers.
95b6d681
JB
9150 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9151 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 9152
05c123e6
AM
91532010-06-20 Alan Mackenzie <acm@muc.de>
9154
9155 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
9156 in file local variables, set it first.
9157
4111f0c7
GM
91582010-06-19 Glenn Morris <rgm@gnu.org>
9159
74739ffd
GM
9160 * descr-text.el (describe-char-unicode-data): Insert separating
9161 space when needed. (Bug#6422)
9162
4111f0c7
GM
9163 * progmodes/idlwave.el (idlwave-action-and-binding):
9164 Fix typo in 2009-12-03 change. (Bug#6450)
9165
e20f0421
SM
91662010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9167
9168 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
9169 handling for `lambda' (misunderstanding).
9170
fb3e306a
JB
91712010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
9172
dd86ea11 9173 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
9174 constants aren't distributed after they are factored out.
9175
e020fb59
JL
91762010-06-16 Juri Linkov <juri@jurta.org>
9177
9178 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
9179 `list-colors-print'. (Bug#6332)
9180
b8add347
SM
9181 * subr.el (read-quoted-char): Fix up last change (bug#6290).
9182
36901266
SM
91832010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9184
49b2e83d
SM
9185 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
9186 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
9187
36901266
SM
9188 * font-lock.el (font-lock-major-mode): Rename from
9189 font-lock-mode-major-mode to distinguish it from
9190 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
9191 (font-lock-set-defaults):
9192 * font-core.el (font-lock-default-function): Adjust users.
9193 (font-lock-mode): Don't set it at all.
9194
2a64315a 91952010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 9196
76e3243a 9197 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 9198
2a64315a 91992010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
9200
9201 * calendar/appt.el (appt-time-msg-list): Doc fix.
9202 (appt-check): Let-bind appt-warn-time.
9203 (appt-add): Make the 3rd argument optional.
9204 Simplify argument names. Doc fix. Check for integer WARNTIME.
9205 Only add WARNTIME to the output list if non-nil.
9206
2a64315a 92072010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
9208
9209 * calendar/appt.el (appt-check): Let the 3rd element of
9210 appt-time-msg-list specify the warning time.
9211 (appt-add): Add new argument with the warning time. (Bug#5176)
9212
6a7662bb 92132010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
a9de35fe 9214
76e3243a 9215 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
9216 older than version 1.6. (Bug#6361)
9217
2a64315a 92182010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
9219
9220 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
9221 used by cl-do-arglist. (Bug#6408)
9222
30d7ac37
AM
92232010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
9224
6a7662bb
BR
9225 * textmodes/ispell.el (ispell-dictionary-base-alist):
9226 Fix portuguese casechars/not-casechars for missing 'çÇ'.
30d7ac37
AM
9227 Suggested by Rolando Pereira (bug#6434).
9228
8fd02581
JB
92292010-06-15 Juanma Barranquero <lekktu@gmail.com>
9230
9231 * facemenu.el (list-colors-sort): Doc fix.
9232
6a7662bb 92332010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
b15922cc
BR
9234
9235 * progmodes/sql.el (sql-connect-mysql): Fix typo.
9236
f0bf7c8e
JL
92372010-06-14 Juri Linkov <juri@jurta.org>
9238
9239 Add sort option `list-colors-sort'. (Bug#6332)
9240 * facemenu.el (color-rgb-to-hsv): New function.
9241 (list-colors-sort): New defcustom.
9242 (list-colors-sort-key): New function.
9243 (list-colors-display): Doc fix. Sort list according to the option
9244 `list-colors-sort'.
9245 (list-colors-print): Add HSV values to `help-echo' property of
9246 RGB strings.
9247
c42fe9a5
JL
92482010-06-14 Juri Linkov <juri@jurta.org>
9249
9250 * compare-w.el: Move to the "vc" subdirectory.
9251
b263a4c4
SM
92522010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9253
d8b0cddd
SM
9254 * image-mode.el (image-mode-map): Remap left-char and right-char.
9255
b263a4c4
SM
9256 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
9257
89877f5f
CY
92582010-06-12 Chong Yidong <cyd@stupidchicken.com>
9259
133a8d82
CY
9260 * term/common-win.el (x-colors): Add all the color names defined
9261 in rgb.txt (Bug#6332).
9262
89877f5f
CY
9263 * facemenu.el (list-colors-print): Don't print extra names if it
9264 will overflow the window width.
9265
9266 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 9267 change (Bug#6343).
89877f5f 9268
9d1f18b5
EZ
92692010-06-12 Eli Zaretskii <eliz@gnu.org>
9270
9271 * files.el (make-directory): Doc fix (bug#6396).
9272
b81a0b56
MA
92732010-06-12 Michael Albinus <michael.albinus@gmx.de>
9274
9275 * net/tramp.el (tramp-remote-process-environment): Protect version
9276 string by apostroph.
9277 (tramp-shell-prompt-pattern): Do not use a shy group in case of
9278 XEmacs.
9279 (tramp-file-name-for-operation): Add `call-process-region'.
9280 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
9281
9282 * net/tramp-compat.el (top): Do not autoload
9283 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
9284 only when `start-file-process' is not bound.
9285 (tramp-advice-file-expand-wildcards): Do not use
9286 `tramp-handle-file-remote-p'.
9287 (tramp-compat-make-temp-file): Handle the case, that
9288 `make-temp-file' has no third argument EXTENSION.
9289
69f18acc
JB
92902010-06-11 Juanma Barranquero <lekktu@gmail.com>
9291
5fee75d4
JB
9292 * makefile.w32-in (WINS_BASIC): Include new directory vc.
9293
69f18acc
JB
9294 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
9295
9766adfb
JL
92962010-06-11 Juri Linkov <juri@jurta.org>
9297
9298 * finder.el (finder-known-keywords): Add keyword "vc"
9299 for version control.
9300
9301 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
9302 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
9303 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
9304 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
9305
56b2854f
JL
93062010-06-11 Juri Linkov <juri@jurta.org>
9307
9308 Move version control related files to the "vc" subdirectory.
9309 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
9310 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
9311 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
9312 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
9313 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
9314 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
9315 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
9316 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
9317 Move files to the "vc" subdirectory.
9318
6534e58a
CY
93192010-06-11 Chong Yidong <cyd@stupidchicken.com>
9320
9321 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
9322 (Bug#6367).
9323
84d9562f
SE
93242010-06-11 Stephen Eglen <stephen@gnu.org>
9325
9326 * shell.el: Bind `shell-resync-dirs' to M-RET.
9327
3ef0a6a5
MA
93282010-06-10 Michael Albinus <michael.albinus@gmx.de>
9329
9330 * notifications.el: Move file from lisp/net, because it is
9331 supposed to talk locally to the user.
9332
fa4003da
MA
93332010-06-10 Julien Danjou <julien@danjou.info>
9334
9335 * net/notifications.el (notifications-on-action-signal)
9336 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 9337 argument to the callback functions. Add docstrings.
fa4003da
MA
9338 (notifications-notify): Fix docstring.
9339
46e6650e
GM
93402010-06-10 Glenn Morris <rgm@gnu.org>
9341
9342 * emacs-lisp/authors.el (authors-ignored-files)
9343 (authors-valid-file-names): Add some files.
9344
a71832f7
SM
93452010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9346
9347 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
9348 merge conflict, giving preference to the emacs-23 version of the code.
9349
8c6eab5a
SM
93502010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9351
989bc97f
SM
9352 * emacs-lisp/advice.el (ad-compile-function):
9353 Define warning-suppress-types before we let-bind it (bug#6275).
9354
8c6eab5a
SM
9355 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
9356 declare it, make it buffer-local and permanent-local (bug#6324).
9357 (vc-resynch-window): Adjust name.
9358 * vc-hooks.el (vc-find-file-hook): Adjust name.
9359
890a18d6
MA
93602010-06-09 Michael Albinus <michael.albinus@gmx.de>
9361
9362 * net/notifications.el (notifications-notify): Fix docstring.
9363
bf3e70eb
JB
93642010-06-09 Juanma Barranquero <lekktu@gmail.com>
9365
9366 Update to Unicode 6.0.0 beta.
9367 * international/charprop.el: Update copyright.
9368 * international/mule-cmds.el (ucs-names): Update character ranges.
9369 * international/uni-bidi.el:
9370 * international/uni-category.el:
9371 * international/uni-combining.el:
9372 * international/uni-comment.el:
9373 * international/uni-decimal.el:
9374 * international/uni-decomposition.el:
9375 * international/uni-digit.el:
9376 * international/uni-lowercase.el:
9377 * international/uni-mirrored.el:
9378 * international/uni-name.el:
9379 * international/uni-numeric.el:
9380 * international/uni-old-name.el:
9381 * international/uni-titlecase.el:
9382 * international/uni-uppercase.el: Regenerate.
9383
b978141d
JB
93842010-06-09 Juanma Barranquero <lekktu@gmail.com>
9385
ee8359ba
JB
9386 * emacs-lisp/smie.el (comment-string-strip): Declare function.
9387 (smie-precs-precedence-table): Fix typo in docstring.
9388
f64ab8fb
JB
9389 * vc-mtn.el (log-edit-extract-headers): Declare function.
9390
883ffa8c
JB
9391 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
9392
b978141d
JB
9393 * net/notifications.el (dbus-register-signal): Declare function.
9394 (notifications-notify): Fix typos and reflow docstring.
9395
5f4f2ae4
DN
93962010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9397
9398 Improve VC create/retrieve tag/branch.
9399 * vc.el (vc-create-tag): Do not read the directory name for VCs
9400 with repository revision granularity. Adjust the tag/branch
9401 prompt. Reset VC properties.
9402 (vc-retrieve-tag): Do not read the directory name for VCs
9403 with repository revision granularity. Reset VC properties.
9404
41a86354
MA
94052010-06-09 Julien Danjou <julien@danjou.info>
9406
ef33fd34 9407 * net/notifications.el: New file.
41a86354 9408
fab43c76
DN
94092010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9410
00fd1147
DN
9411 Add optional support for resetting VC properties.
9412 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
9413 call vc-file-clearprops when true.
9414 (vc-resynch-buffer): Add new optional argument, pass it down.
9415 (vc-resynch-buffers-in-directory): Likewise.
9416
fab43c76
DN
9417 Improve support for special markup in the VC commit message.
9418 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
9419 * vc-hg.el (vc-hg-checkin): Add support for Date:.
9420 * vc-git.el (vc-git-checkin):
9421 * vc-bzr.el (vc-bzr-checkin): Likewise.
9422
e7d67e73
SM
94232010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9424
9425 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
9426 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
9427
277e6741
MP
94282010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
9429
9430 * iimage.el: Remove images as soon as the underlying text is modified.
9431 (iimage-modification-hook): New function.
9432 (iimage-mode-buffer): Use it.
9433
83156c18
SM
94342010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9435
9436 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
9437 smie-indent-offset-after. Add :prev case. Make a bit more generic.
9438 (smie-indent-virtual): Remove `virtual' arg. Update callers.
9439 (smie-indent-keyword): Add handling of open-paren keywords.
9440 (smie-indent-comment-continue): Don't assume comment-continue.
9441
13b5221f
MR
94422010-06-07 Martin Rudalics <rudalics@gmx.at>
9443
9444 * window.el (pop-to-buffer): Remove the conditional that
9445 compares new-window and old-window, so it will reselect
9446 the selected window unconditionally.
9447 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
9448
c2ea5810
SM
94492010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9450
9451 * emacs-lisp/smie.el (smie-indent-offset-after)
9452 (smie-indent-forward-token, smie-indent-backward-token): New functions.
9453 (smie-indent-after-keyword): Use them.
9454 (smie-indent-fixindent): Only applies to the indentation of the BOL.
9455 (smie-indent-keyword): Tweak the black magic.
9456 (smie-indent-comment-continue): Strip comment-continue before use.
9457 (smie-indent-functions): Indent comments before keywords.
9458
27dd3c11
JL
94592010-06-06 Juri Linkov <juri@jurta.org>
9460
9461 * isearch.el (isearch-lazy-highlight-search): Fix looping
9462 by checking for empty match. This syncs this loop with the
9463 similar loop in `isearch-search'. (Bug#6362)
9464
35b148ee
JB
94652010-06-05 Juanma Barranquero <lekktu@gmail.com>
9466
9467 * net/dbus.el (dbus-register-method): Declare function.
9468 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
9469 (dbus-introspect): Doc fix.
9470 (dbus-event-bus-name, dbus-introspect-get-interface)
9471 (dbus-introspect-get-argument): Reflow docstrings.
9472
eccdfe5f
DN
94732010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
9474
9475 vc-log-incoming/vc-log-outgoing fixes for Git.
9476 * vc-git.el (vc-git-log-view-mode): Fix font lock for
9477 incoming/outgoing logs.
9478 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
9479 instead of vc-git-compute-remote.
9480 (vc-git-compute-remote): Remove.
9481
86253dc0
CY
94822010-06-04 Chong Yidong <cyd@stupidchicken.com>
9483
9484 * term/common-win.el (x-colors): Add "dark green" and "dark
9485 turquoise" (Bug#6332).
9486
0665f661
JL
94872010-06-04 Juri Linkov <juri@jurta.org>
9488
9489 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
9490 Instead of setting `replace' to t and replacing the same string
9491 with itself, don't do certain actions when
9492 kill-do-not-save-duplicates is non-nil and string is equal to car
9493 of kill-ring: don't call menu-bar-update-yank-menu, don't push
9494 interprogram-paste strings to kill-ring, and don't push the input
9495 argument `string' to kill-ring.
9496 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
9497
087fc47a
JB
94982010-06-04 Juanma Barranquero <lekktu@gmail.com>
9499
9500 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
9501
4f201088
MA
95022010-06-04 Michael Albinus <michael.albinus@gmx.de>
9503
9504 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
9505 (tramp-gvfs-handler-mounted-unmounted)
9506 (tramp-gvfs-connection-mounted-p): Handle default-location.
9507
9508 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
9509 move files to trash.
9510
18ccd78a
JB
95112010-06-04 Juanma Barranquero <lekktu@gmail.com>
9512
9513 * international/mule-cmds.el (nonascii-insert-offset)
9514 (nonascii-translation-table): Add obsolescence information.
9515
9516 * international/mule.el (make-translation-table-from-vector): Doc fix.
9517
3845c322
GM
95182010-06-03 Glenn Morris <rgm@gnu.org>
9519
9520 * desktop.el (desktop-clear-preserve-buffers):
9521 Add "*Warnings*" buffer. (Bug#6336)
9522
54d3626e
DN
95232010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
9524
6941ffec
DN
9525 vc-log-incoming/vc-log-outgoing improvements for Git.
9526 * vc-git.el (vc-git-log-outgoing): Use the same format as the
9527 short log.
9528 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
9529
54d3626e
DN
9530 Add bindings for vc-log-incoming and vc-log-outgoing.
9531 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
9532 and vc-log-outgoing.
9533 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
9534 and vc-log-outgoing.
9535
aa1bc616
CY
95362010-06-03 Chong Yidong <cyd@stupidchicken.com>
9537
9538 * net/rcirc.el (rcirc-sort-nicknames): Remove.
9539 (rcirc-handler-366): Always sort nicknames.
9540
e2d2a205
JB
95412010-06-03 Juanma Barranquero <lekktu@gmail.com>
9542
9543 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
9544
44ea155d
CY
95452010-06-03 Chong Yidong <cyd@stupidchicken.com>
9546
a628ad9d 9547 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 9548
a91dedc4
SM
95492010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9550
9551 * net/rcirc.el (rcirc-sort-nicknames): Change default.
9552 (rcirc-sort-nicknames-join): Avoid setq.
9553
c62bf05a
DD
95542010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9555
9556 * net/rcirc.el (rcirc-sort-nicknames): New custom.
9557 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
9558 (rcirc-handler-366): Use them.
9559
dd2c3c92
SM
95602010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9561
9562 Split smie-indent-calculate into more manageable chunks.
9563 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
9564 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
9565 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
9566 (smie-indent-exps): Extract from smie-indent-calculate.
9567 (smie-indent-functions): New var.
9568 (smie-indent-functions): Use them.
9569
927c346b
SM
95702010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9571
9572 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
9573 (smie-indent-calculate): Simplify and cleanup.
9574
1efeec86
MA
95752010-06-02 Michael Albinus <michael.albinus@gmx.de>
9576
9577 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
9578 (tramp-gvfs-mount-point): Remove.
9579 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
9580 New defuns.
1efeec86
MA
9581 (with-tramp-dbus-call-method): Format trace message.
9582 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
9583 Implement backup call, when operation on local files fails.
9584 Use progress reporter. Flush properties of changed files.
1efeec86
MA
9585 (tramp-gvfs-handle-make-directory): Make more traces.
9586 (tramp-gvfs-url-file-name): Hexify file name in url.
9587 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
9588 into account for the resulting file name.
9589 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
9590 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
9591 (tramp-gvfs-handler-mounted-unmounted)
9592 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
9593 attribute "default_location". Set "prefix" property.
9594 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
9595 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
9596 exists. Raise an error, if not (due to a corresponding answer
9597 "no" in interactive questions, for example).
9598
89877f5f 95992010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
9600
9601 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
9602
24f574a9
JB
96032010-06-01 Juanma Barranquero <lekktu@gmail.com>
9604
9605 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
9606 right-*. (Bug#6265)
9607
290736f2
DN
96082010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
9609
61158bfa
DN
9610 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
9611 * vc-git.el (vc-git-compute-remote): New function.
9612 (vc-git-log-outgoing): Use it instead of hard coding a value.
9613 (vc-git-log-incoming): New function.
9614
5828f6ca
DN
9615 Improve state updating for VC tag commands.
9616 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
9617 to update the state of all buffers in the directory.
9618
290736f2
DN
9619 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
9620
feceda26
SM
96212010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9622
9623 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
9624 `file-directory-p' to the filename part rather than to the whole text.
9625
896114cf
SM
96262010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9627
9628 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
9629
1603358c
DA
96302010-05-31 Drew Adams <drew.adams@oracle.com>
9631
9632 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
9633
fe40dc63
JB
96342010-05-31 Juanma Barranquero <lekktu@gmail.com>
9635
9636 * subr.el (momentary-string-display): Just use read-event to read
9637 the exit event (Bug#6238).
9638
9e8014c6
EZ
96392010-05-30 Eli Zaretskii <eliz@gnu.org>
9640
9641 * international/mule.el (define-coding-system): Doc fix (bug#6313).
9642
61a08071
JB
96432010-05-30 Juanma Barranquero <lekktu@gmail.com>
9644
9645 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
9646 Suggested by Eli Zaretskii <eliz@gnu.org>.
9647
5feec8ca
SM
96482010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9649
9650 * minibuffer.el (completion-file-name-table): Don't return a boundary
9651 past the end of `string' (bug#6299).
9652 (completion--file-name-table): Delegate to completion-file-name-table
9653 for the `boundaries' case.
9654
8175cb90
JB
96552010-05-30 Juanma Barranquero <lekktu@gmail.com>
9656
2b94133f
JB
9657 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
9658 movement commands.
9659
8175cb90
JB
9660 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
9661 `path-separator', but maintain compatibility with Emacs 20.2.
9662
0191e222
CY
96632010-05-29 Chong Yidong <cyd@stupidchicken.com>
9664
9665 * server.el (server-process-filter): Receive parent-id argument
9666 from emacsclient.
9667 (server-create-window-system-frame): New arg. Pass parent-id as
9668 frame parameter.
9669
9b655a0a
EZ
96702010-05-29 Eli Zaretskii <eliz@gnu.org>
9671
db5dce9d
EZ
9672 Bidi-sensitive word movement with arrow keys.
9673 * subr.el (right-arrow-command, left-arrow-command): Move to
9674 bindings.el.
9675
9676 * bindings.el (right-char, left-char): Move from subr.el and
9677 rename from right-arrow-command and left-arrow-command.
9678 (right-word, left-word): New functions.
9679 (global-map) <right>: Bind to right-char.
9680 (global-map) <left>: Bind to left-char.
9681 (global-map) <C-right>: Bind to right-word.
9682 (global-map) <C-left>: Bind to left-word.
9683
9b655a0a
EZ
9684 * ls-lisp.el (ls-lisp-classify-file): New function.
9685 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
9686 (ls-lisp-classify): Call ls-lisp-classify-file.
9687 (insert-directory): Remove blanks from switches.
9688
fcb52808
CY
96892010-05-29 Chong Yidong <cyd@stupidchicken.com>
9690
9691 * ansi-color.el: Delete unused escape sequences (Bug#6085).
9692 (ansi-color-drop-regexp): New constant.
9693 (ansi-color-apply, ansi-color-filter-region)
896114cf 9694 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
9695 (ansi-color-apply): Build string list before calling concat.
9696
0040735a
JL
96972010-05-28 Juri Linkov <juri@jurta.org>
9698
9699 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
9700 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
9701 (Bug#5270)
9702
b6827fff
MA
97032010-05-28 Michael Albinus <michael.albinus@gmx.de>
9704
9705 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
9706 to ignored backtrace functions.
9707 (with-progress-reporter): Expand docstring.
9708 (tramp-handle-delete-file): Implement TRASH argument.
9709 (tramp-get-remote-trash): New defun.
9710
eba082a2
MA
97112010-05-28 Michael Albinus <michael.albinus@gmx.de>
9712
6a7662bb
BR
9713 * net/tramp-compat.el (tramp-compat-delete-file):
9714 Use `symbol-value' for backward compatibility.
eba082a2
MA
9715
9716 * net/tramp.el (tramp-handle-make-symbolic-link)
9717 (tramp-handle-load)
9718 (tramp-do-copy-or-rename-file-via-buffer)
9719 (tramp-do-copy-or-rename-file-directly)
9720 (tramp-do-copy-or-rename-file-out-of-band)
9721 (tramp-handle-process-file, tramp-handle-call-process-region)
9722 (tramp-handle-shell-command, tramp-handle-file-local-copy)
9723 (tramp-handle-insert-file-contents, tramp-handle-write-region)
9724 (tramp-delete-temp-file-function): Use `delete-file' instead
9725 of `tramp-compat-delete-file'.
9726
9727 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
9728 (tramp-fish-handle-make-symbolic-link)
9729 (tramp-fish-handle-process-file): Use `delete-file' instead
9730 of `tramp-compat-delete-file'.
9731
6a7662bb
BR
9732 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9733 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 9734
0dc3e410
MA
9735 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Use
9736 `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 9737
6a7662bb
BR
9738 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
9739 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
9740
9741 * net/tramp-smb.el (tramp-smb-handle-copy-file)
9742 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
9743 (tramp-smb-handle-write-region): Use `delete-file' instead of
9744 `tramp-compat-delete-file'.
9745 (tramp-smb-handle-delete-directory): Use 'trash as arg.
9746
f1a5d776
CY
97472010-05-27 Chong Yidong <cyd@stupidchicken.com>
9748
9749 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 9750 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
9751 (dired-do-flagged-delete, dired-do-delete): Use trash.
9752
9753 * speedbar.el (speedbar-item-delete): Allow trashing.
9754
9755 * files.el (delete-directory): New arg TRASH.
9756
9757 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
9758 (ange-ftp-rename-remote-to-remote)
9759 (ange-ftp-rename-local-to-remote)
9760 (ange-ftp-rename-remote-to-local, ange-ftp-load)
9761 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
9762 `delete-file'.
9763 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
9764 allow trashing.
9765
9766 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
9767 handle new TRASH arg of `delete-file'.
9768
c4ce1145 9769 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
9770 (tramp-handle-make-symbolic-link, tramp-handle-load)
9771 (tramp-do-copy-or-rename-file-via-buffer)
9772 (tramp-do-copy-or-rename-file-directly)
9773 (tramp-do-copy-or-rename-file-out-of-band)
9774 (tramp-handle-process-file, tramp-handle-call-process-region)
9775 (tramp-handle-shell-command, tramp-handle-file-local-copy)
9776 (tramp-handle-insert-file-contents, tramp-handle-write-region)
9777 (tramp-delete-temp-file-function): Use null TRASH arg in
9778 tramp-compat-delete-file call.
9779
9780 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
9781 (tramp-fish-handle-delete-file)
9782 (tramp-fish-handle-make-symbolic-link)
9783 (tramp-fish-handle-process-file): Use null TRASH arg in
9784 `tramp-compat-delete-file' call.
9785
9786 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
9787 arg in `tramp-compat-delete-file' call.
9788
9789 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
9790 (tramp-gvfs-handle-write-region): Use null TRASH arg in
9791 `tramp-compat-delete-file' call.
9792
9793 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
9794 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
9795 `tramp-compat-delete-file' call.
9796
9797 * net/tramp-smb.el (tramp-smb-handle-copy-file)
9798 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
9799 (tramp-smb-handle-write-region): Use null TRASH arg in
9800 tramp-compat-delete-file call.
9801 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
9802 (tramp-smb-handle-delete-file): Rename arg.
9803
9804 * diff.el (diff-sentinel):
9805 * epg.el (epg--make-temp-file, epg-decrypt-string)
9806 (epg-verify-string, epg-sign-string, epg-encrypt-string):
9807 * jka-compr.el (jka-compr-partial-uncompress)
9808 (jka-compr-call-process, jka-compr-write-region):
9809 * server.el (server-sentinel): Remove optional arg from
9810 delete-file, reverting 2010-05-03 change.
9811
ecb0ab90
CY
98122010-05-27 Chong Yidong <cyd@stupidchicken.com>
9813
6a7662bb
BR
9814 * progmodes/verilog-mode.el (verilog-type-font-keywords):
9815 Use font-lock-constant-face, not obsolete font-lock-reference-face.
ecb0ab90 9816
2b25da45
KH
98172010-05-27 Kenichi Handa <handa@m17n.org>
9818
9819 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
9820 element of GSTRING is nil.
9821
11e4d8c0
SM
98222010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9823
9824 * emacs-lisp/smie.el (smie-forward-token-function)
9825 (smie-backward-token-function): New vars.
9826 (smie-backward-sexp, smie-forward-sexp)
9827 (smie-indent-hanging-p, smie-indent-calculate): Use them.
9828 (smie-default-backward-token): Rename from smie-backward-token and
9829 skip comments.
9830 (smie-default-forward-token): Rename from smie-forward-token and
9831 skip comments.
9832 (smie-next-sexp): Handle nil results from next-token.
9833 (smie-indent-calculate): Add a new case for special `fixindent' comments.
9834
4da3541b
CY
98352010-05-27 Chong Yidong <cyd@stupidchicken.com>
9836
896114cf
SM
9837 * progmodes/verilog-mode.el (verilog-type-font-keywords):
9838 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
9839
98402010-05-27 Masatake YAMATO <yamato@redhat.com>
9841
9842 * htmlfontify.el (hfy-face-resolve-face): New function.
9843 (hfy-face-to-style): Use it (Bug#6279).
9844
6dc439cb
SM
98452010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9846
9847 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
9848 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
9849
021eb8d7
GM
98502010-05-26 Glenn Morris <rgm@gnu.org>
9851
9852 * emulation/edt.el (edt-load-keys): Use locate-library.
9853
bef4957b
CY
98542010-05-25 Chong Yidong <cyd@stupidchicken.com>
9855
9856 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
9857 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
9858 (log-edit-changelog-insert-entries): Args changed.
9859 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
9860 (log-edit-insert-changelog-entries): Reorganize return value of
9861 `log-edit-changelog-entries' to pass filenames to
9862 log-edit-changelog-insert-entries.
9863
84fb0956
TV
98642010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9865
9866 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
9867 `image-dired-dired-insert-marked-thumbs' to
9868 `image-dired-dired-toggle-marked-thumbs'.
9869
9870 * image-dired.el: Require cl when compiling.
9871 (image-dired-dired-toggle-marked-thumbs): Rename from
9872 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
9873 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
9874 to 'no-dir. Skip files whose names don't match
9875 `image-file-name-regexp'. When file has a thumbnail overlay,
9876 delete it. (Bug#5270)
9877
0fb1193d
JL
98782010-05-25 Juri Linkov <juri@jurta.org>
9879
9880 * image-mode.el (image-mode): Add image-after-revert-hook to
9881 after-revert-hook.
9882 (image-after-revert-hook): New function. (Bug#5669)
9883
fc937924
JL
98842010-05-25 Juri Linkov <juri@jurta.org>
9885
9886 * image.el (image-animated-p): When delay between animated images
9887 is 0, set it to 10 (0.1 sec). (Bug#6258)
9888
fa9ba953
MA
98892010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
9890
9891 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 9892 `forward-word', its default syntax could be changed.
fa9ba953 9893
9e021389
MA
98942010-05-25 Michael Albinus <michael.albinus@gmx.de>
9895
9896 * net/tramp.el (tramp-progress-reporter-update): New defun.
9897 (with-progress-reporter): Use it.
9898 (tramp-process-actions):
6a7662bb
BR
9899 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
9900 Preserve current message, in order to let progress reporter continue
9e021389
MA
9901 afterwards. (Bug#6257)
9902
6169260b
GM
99032010-05-25 Glenn Morris <rgm@gnu.org>
9904
9905 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
9906 Add :version.
9907
d26781af
RY
99082010-05-25 Ryan Yeske <rcyeske@gmail.com>
9909
8826afe3 9910 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
9911 (rcirc-default-full-name): Change to "unknown".
9912 (rcirc-user-name-history): Add variable.
8826afe3
GM
9913
99142010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 9915 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
9916
9917 * net/rcirc.el (rcirc-server-alist): Add :pass.
9918 (rcirc): When prompting for connection parameters, also prompt for
d26781af 9919 username and password.
a628ad9d 9920 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
9921 value to server when connecting.
9922
d355a0b7
SM
99232010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9924
f5228f84
SM
9925 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
9926 (smie-merge-prec2s): Pass the tables as separate args.
9927 (smie-bnf-precedence-table): Adjust call accordingly.
9928 (smie-prec2-levels): Set levels at the end.
9929
d355a0b7
SM
9930 Replace Lisp calls to delete-backward-char by delete-char.
9931 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
9932 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
9933 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 9934 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
9935 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
9936 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
9937 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
9938 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
9939 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
9940 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
9941 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
9942 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
9943 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
9944 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
9945 delete-backward-char by calls to delete-char.
9946
f668ef02
KH
99472010-05-25 Kenichi Handa <handa@m17n.org>
9948
9949 * language/hebrew.el (hebrew-shape-gstring): New function.
9950 Register it in composition-function-table for all Hebrew combining
9951 characters.
9952
397eb3f3
SM
99532010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9954
9955 * epa.el (epa--select-keys): Don't explicitly delete the window since
9956 that can fail (e.g. sole window in frame). Use dedication instead.
9957
171eda53 99582010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
9959
9960 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
9961
110683ad
CY
99622010-05-22 Chong Yidong <cyd@stupidchicken.com>
9963
9964 * image.el (image-refresh): Define as an alias for image-flush.
9965
9966 * image-mode.el (image-toggle-display-image): Caller changed.
9967
df9db151
JL
99682010-05-21 Juri Linkov <juri@jurta.org>
9969
9970 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
9971 Remove "all" from grep-files-aliases. Split grep-files-aliases by
9972 whitespace, call wildcard-to-regexp on substrings and concat them
9973 with "\\|". (Bug#6114)
9974
c0209c2c
AM
99752010-05-21 Alan Mackenzie <acm@muc.de>
9976
171eda53
SM
9977 * progmodes/cc-engine.el (c-parse-state-get-strategy):
9978 Replace parameter `here' with `here-' and `here-plus', which sandwich
9979 any pertinent CPP construct.
c0209c2c
AM
9980 (c-remove-stale-state-cache-backwards): Fix a bug which happens
9981 when doing (c-parse-state) in a CPP construct: Exclude any "new"
9982 CPP construct from taking part in the scanning.
9983
655bded0
MA
99842010-05-21 Michael Albinus <michael.albinus@gmx.de>
9985
9986 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
9987 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
9988 Tune `with-progress-reporter' messages.
655bded0
MA
9989 (tramp-handle-vc-registered):
9990 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
9991 (tramp-fish-handle-insert-file-contents)
9992 (tramp-fish-maybe-open-connection):
9993 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9994 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
9995 (tramp-imap-handle-insert-file-contents)
9996 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
9997
3e17a1a7
JB
99982010-05-21 Juanma Barranquero <lekktu@gmail.com>
9999
bf1e8d4a
JB
10000 * add-log.el (change-log-font-lock-keywords):
10001 Highlight all authors in multi-author entries.
10002
3e17a1a7
JB
10003 * smerge-mode.el (smerge-refine-ignore-whitespace)
10004 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10005 Fix typos in docstrings.
10006 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10007
969e684a
GM
100082010-05-21 Glenn Morris <rgm@gnu.org>
10009
e75c1e7d
GM
10010 * progmodes/fortran.el (fortran-mode):
10011 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10012
969e684a
GM
10013 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10014 having a relative path in src/Makefile.in.
10015
a50878fa
KR
100162010-05-20 Kevin Ryde <user42@zip.com.au>
10017
10018 * help-mode.el (help-make-xrefs): For Info node links turn
10019 newlines into spaces. Link node names with newlines are matched
10020 by help-xref-info-regexp and buttonized, this change ensures they
10021 can be followed successfully with RET. (Bug#6206)
10022
f66a2f90
JL
100232010-05-20 Juri Linkov <juri@jurta.org>
10024
10025 * locate.el (locate): Use pop-to-buffer instead of
10026 switch-to-buffer-other-window. (Bug#6204)
10027
201d895a
JL
100282010-05-20 Juri Linkov <juri@jurta.org>
10029
10030 * replace.el (replace-highlight): Fix lazy-highlighting
10031 for `M-s w str M-% str RET'.
10032
1ddb2ea0
MY
100332009-12-15 Masatake YAMATO <yamato@redhat.com>
10034
10035 * isearch.el (isearch-yank-word-or-char): Pull next subword
10036 when `subword-mode' is activated. (Bug#6220)
10037
a6020335
MH
100382010-05-20 Mark A. Hershberger <mah@everybody.org>
10039
10040 * isearch.el (isearch-update-post-hook): New hook.
10041 (isearch-update): Use the new hook. (Bug#6225)
10042
50de6a38
JL
100432010-05-20 Juri Linkov <juri@jurta.org>
10044
10045 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10046 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10047 (Bug#6222)
10048
5d944a8f
JL
100492010-05-20 Juri Linkov <juri@jurta.org>
10050
10051 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10052 (Bug#6223)
10053
f5d6548a
JL
100542010-05-20 Juri Linkov <juri@jurta.org>
10055
10056 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10057 FILE-NAME to read from the minibuffer when called interactively
10058 with prefix argument instead of using buffer-file-name.
10059 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10060
10061 * dired.el: Update autoloads.
10062
f8e63691
CY
100632010-05-20 Chong Yidong <cyd@stupidchicken.com>
10064
10065 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10066 nxml-finish-element, for consistency with SGML mode.
10067
10068 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10069 octave-close-block.
10070
07d7c3bd
JB
100712010-05-20 Juanma Barranquero <lekktu@gmail.com>
10072
10073 * composite.el: Require cl when compiling.
10074 (reference-point-alist, compose-gstring-for-graphic)
10075 (compose-gstring-for-terminal): Fix typos in docstrings.
10076
7bce8510
JL
100772010-05-19 Juri Linkov <juri@jurta.org>
10078
10079 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10080 set-window-parameter.
10081
a7723e05
MA
100822010-05-19 Michael Albinus <michael.albinus@gmx.de>
10083
10084 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10085 where appropriate.
10086 (tramp-maybe-open-connection): Use it.
10087
3f2e7735
EZ
100882010-05-19 Eli Zaretskii <eliz@gnu.org>
10089
10090 * simple.el (move-end-of-line): Make sure we are at line beginning
10091 before backing up to end of previous line.
10092
8d9181c7
MA
100932010-05-19 Michael Albinus <michael.albinus@gmx.de>
10094
8c4ec20f
MA
10095 * password-cache.el (password-cache-remove): Fix docstring.
10096
8d9181c7
MA
10097 * net/secrets.el: Autoload the widget functions.
10098 (secrets-search-items, secrets-create-item)
10099 (secrets-get-attributes, secrets-expand-item): Attributes will be
10100 stored on the password database without leading ":", as all other
10101 clients do as well.
10102 (secrets-mode): Fix docstring.
10103 (secrets-show-secrets): Provide it as autoloaded command only when
10104 D-Bus support is available. Check existence of Secret Service API.
10105
2a96c2a7
SM
101062010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10107
10108 * indent.el (indent-region): Deactivate region (bug#6200).
10109
d24e10b1
GM
101102010-05-19 Glenn Morris <rgm@gnu.org>
10111
10112 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10113
2833d915
KH
101142010-05-19 Kenichi Handa <handa@m17n.org>
10115
10116 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 10117 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 10118
134c2f29
JB
101192010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10120
10121 * calc/calc-trail.el (calc-trail-isearch-forward)
10122 (calc-trail-isearch-backward): Ensure that the new window
10123 point is set correctly.
10124
278847cd
SM
101252010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10126
10127 * subr.el (read-quoted-char): Resolve modifiers after key
10128 remapping (bug#6212).
10129
3a8e7cbd
MA
101302010-05-18 Michael Albinus <michael.albinus@gmx.de>
10131
10132 Add visualization code for secrets.
10133 * net/secrets.el (secrets-mode): New major mode.
10134 (secrets-show-secrets, secrets-show-collections)
10135 (secrets-expand-collection, secrets-expand-item)
10136 (secrets-tree-widget-after-toggle-function)
10137 (secrets-tree-widget-show-password): New defuns.
10138
472e7ec1
SM
101392010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10140
224b70cb
SM
10141 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10142 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10143 handled in smie-next-sexp.
10144 (smie-indent-calculate): Provide a starting indentation (so the
10145 recursion is well-founded ;-).
10146
472e7ec1
SM
10147 Fix handling of non-associative equal levels.
10148 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10149 when it's not needed.
10150 (smie-op-left, smie-op-right): New functions.
10151 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10152 Better handle equal levels to distinguish the associative case from
10153 the "multi-keyword construct" case.
10154 (smie-backward-sexp, smie-forward-sexp): Use it.
10155
35e53abd
JB
101562010-05-18 Juanma Barranquero <lekktu@gmail.com>
10157
5d8fe0ba
JB
10158 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
10159
35e53abd
JB
10160 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
10161 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
10162
5ad4bef5
SM
101632010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10164
10165 Provide a simple generic indentation engine and use it for Prolog.
10166 * emacs-lisp/smie.el: New file.
10167 * progmodes/prolog.el (prolog-smie-op-levels)
10168 (prolog-smie-indent-rules): New var.
10169 (prolog-mode-variables): Use them to configure SMIE.
10170 (prolog-indent-line, prolog-indent-level): Remove.
10171
00681a3c
JB
101722010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10173
560bb7ae 10174 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
10175 order before computing the averages.
10176
eba62f7a
JB
101772010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
10178
597517ef 10179 * calc/calc-vec.el (calc-histogram):
5ad4bef5 10180 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
10181 (math-vector-avg): New function.
10182
560bb7ae 10183 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
10184 being grouped depend on the radix (Bug#6189).
10185
8c5ff6dd
KR
101862010-05-15 Ken Raeburn <raeburn@raeburn.org>
10187
10188 * version.el (emacs-copyright, emacs-version): Don't define here,
10189 now that emacs.c defines it.
10190
98d8b17e
EZ
101912010-05-15 Eli Zaretskii <eliz@gnu.org>
10192
71078429
EZ
10193 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
10194 "Describe Language Environment" menu item.
10195
ce6233c1
EZ
10196 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
10197
d20e1419
EZ
10198 Bidi-sensitive movement with arrow keys.
10199 * subr.el (right-arrow-command, left-arrow-command): New functions.
10200
10201 * bindings.el (global-map): Bind them to right and left arrow keys.
10202
98d8b17e 10203 Don't override standard definition of convert-standard-filename.
6a7662bb
BR
10204 * files.el (convert-standard-filename):
10205 Call w32-convert-standard-filename and dos-convert-standard-filename on
98d8b17e
EZ
10206 the corresponding systems.
10207
10208 * w32-fns.el (w32-convert-standard-filename): Rename from
10209 convert-standard-filename. Doc fix.
10210
10211 * dos-fns.el (dos-convert-standard-filename): Doc fix.
10212 (convert-standard-filename): Don't defalias.
10213 (register-name-alist, make-register, register-value)
10214 (set-register-value, intdos): Obsolete aliases for the
10215 corresponding dos-* functions and variables.
10216 (dos-intdos): Add a doc string.
10217
ae6bc504
JB
102182010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
10219
10220 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
10221 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
10222 (math-compose-tex-func):
10223 * calc/calccomp.el (math-compose-expr):
10224 * calc/calc-ext.el (math-format-flat-expr-fancy):
10225 * calc/calc-store.el (calc-read-var-name):
10226 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
10227
10228 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 10229 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 10230 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 10231 (math-standard-units): Add units.
ae6bc504 10232
c26ea4b2
SM
102332010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10234
7aefa445 10235 * progmodes/asm-mode.el (asm-mode):
13973643
SM
10236 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
10237
c26ea4b2
SM
10238 * pcomplete.el (pcomplete-completions-at-point): New function,
10239 extracted from pcomplete-std-complete.
10240 (pcomplete-std-complete): Use it.
10241
02be533b
GM
102422010-05-15 Glenn Morris <rgm@gnu.org>
10243
10244 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10245 Remove references to CVS, RCS and Old directories.
10246
78ed0efc
JB
102472010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
10248
ae6bc504 10249 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
10250 appropriate.
10251
10dcc561
SM
102522010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10253
5ccaa359
SM
10254 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
10255 (sh-mode-syntax-table): Give it a default value instead.
10256 (sh-header-marker): Make buffer-local.
10257 (sh-mode): Move make-local-variable to the corresponding setq.
10258 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
10259 Use complete-with-action.
10260
10dcc561
SM
10261 * simple.el (prog-mode): New (abstract) major mode.
10262 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
10263 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
10264
c38762fd
JB
102652010-05-14 Juanma Barranquero <lekktu@gmail.com>
10266
10267 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
10268 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
10269 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
10270 (sql-make-alternate-buffer-name, sql-placeholders-filter)
10271 (sql-escape-newlines-filter, sql-input-sender)
10272 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
10273
2ef3c144
CY
102742010-05-13 Chong Yidong <cyd@stupidchicken.com>
10275
560bb7ae 10276 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
10277
10278 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
10279 latex-open-block and C-c / to latex-close-block.
10280
10281 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
10282 and C-c C-e to sgml-close-tag.
10283
3b30ccda
MA
102842010-05-13 Michael Albinus <michael.albinus@gmx.de>
10285
10286 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 10287 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
10288 (tramp-handle-load, tramp-handle-file-local-copy)
10289 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
10290 (tramp-maybe-send-script, tramp-find-shell):
10291 Use `with-progress-reporter'.
3b30ccda
MA
10292 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
10293 Fix message text.
10294
10295 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10296 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10297 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
10298 Use `with-progress-reporter'.
10299
57ff5d7b
AM
103002010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
10301
a628ad9d
JB
10302 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
10303 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 10304
5a70d10f
SM
103052010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10306
791ffe1c
SM
10307 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
10308
5a70d10f
SM
10309 * dos-fns.el: Add "dos-" prefix for namespace control.
10310 (convert-standard-filename): Define as alias for
10311 dos-convert-standard-filename but only if applicable.
10312
38d93f03
AM
103132010-05-12 Alan Mackenzie <acm@muc.de>
10314
10315 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
10316 Push the mark at the start of these functions when appropriate.
10317
902a6d8d
SM
103182010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10319
10320 * minibuffer.el (completion-cycle-threshold): New custom var.
10321 (completion--do-completion): Use it.
10322 (minibuffer-complete): Use cycling if appropriate.
10323
9ee120ba
JB
103242010-05-11 Juanma Barranquero <lekktu@gmail.com>
10325
10326 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
10327 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
10328
841c4085
JL
103292010-05-11 Juri Linkov <juri@jurta.org>
10330
10331 * scroll-all.el (scroll-all-check-to-scroll):
10332 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
10333
8a67c70e
SM
103342010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10335
f2b9ed18
SM
10336 * iimage.el (iimage-mode-map): Move initialization into declaration.
10337 (iimage-mode-buffer): Use with-silent-modifications.
10338 Simplify calling convention. Adjust callers.
10339 (iimage-mode): Don't run hook redundantly.
10340
8a67c70e
SM
10341 * minibuffer.el (completion-pcm--pattern->regex):
10342 Fix last change (bug#6160).
10343
4bbedd98
JL
103442010-05-10 Juri Linkov <juri@jurta.org>
10345
10346 Remove nodes visited during Isearch from the Info history.
10347 * info.el (Info-isearch-initial-history)
10348 (Info-isearch-initial-history-list): New variables.
10349 (Info-isearch-start): Record initial values of
10350 Info-isearch-initial-history and Info-isearch-initial-history-list.
10351 Add Info-isearch-end to isearch-mode-end-hook.
10352 (Info-isearch-end): New function.
10353
94ecf5da
MA
103542010-05-10 Michael Albinus <michael.albinus@gmx.de>
10355
10356 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
10357 format string, in order to work around a bug in pdksh.
10358 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
10359 (tramp-handle-verify-visited-file-modtime): Do not send a command
10360 when the connection is not established.
10361 (tramp-handle-set-file-times): Simplify the check for utc.
10362
c5eb971b
JB
103632010-05-10 Juanma Barranquero <lekktu@gmail.com>
10364
10365 Fix use of `filter-buffer-substring' (rework previous change).
10366 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
10367 (cua-repeat-replace-region):
10368 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
10369 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10370 (cua-cut-region-to-global-mark): Use it.
10371
7492acc9
MM
103722010-05-09 Michael R. Mauger <mmaug@yahoo.com>
10373
77e2fc7a
JB
10374 * progmodes/sql.el: Version 2.1.
10375 (sql-product-alist): Redesign structure of product info.
10376 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
10377 (sql-port, sql-port-history): New variables.
10378 (sql-interactive-product): New variable.
10379 (sql-send-terminator): New variable.
77e2fc7a 10380 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
10381 (sql-oracle-login-params, sql-sqlite-login-params)
10382 (sql-mysql-login-params, sql-solid-login-params)
10383 (sql-sybase-login-params, sql-informix-login-params)
10384 (sql-ingres-login-params, sql-ms-login-params)
10385 (sql-postgres-login-params, sql-interbase-login-params)
10386 (sql-db2-login-params, sql-linter-login-params)
10387 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
10388 (sql-mode-map): Add C-c C-i to start interactive mode.
10389 (sql-mode-menu): Update existing menu entries.
10390 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
10391 (sql-mode-oracle-font-lock-keywords)
10392 (sql-mode-postgres-font-lock-keywords)
10393 (sql-mode-ms-font-lock-keywords)
10394 (sql-mode-sybase-font-lock-keywords)
10395 (sql-mode-informix-font-lock-keywords)
10396 (sql-mode-interbase-font-lock-keywords)
10397 (sql-mode-ingres-font-lock-keywords)
10398 (sql-mode-solid-font-lock-keywords)
10399 (sql-mode-mysql-font-lock-keywords)
10400 (sql-mode-sqlite-font-lock-keywords)
10401 (sql-mode-db2-font-lock-keywords)
77e2fc7a 10402 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
10403 reduce run-time complexity.
10404 (sql-add-product, sql-del-product): New functions.
10405 (sql-set-product-feature, sql-get-product-feature): New functions.
10406 (sql-product-font-lock): Update product API.
10407 (sql-add-product-keywords): New function.
10408 (sql-highlight-product): Update product API.
10409 (sql-help-list-products): New function.
10410 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 10411 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
10412 prompt for port.
10413 (sql-copy-column): Copy without properties.
10414 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
10415 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
10416 Implement as a filter.
7492acc9
MM
10417 (sql-escape-newlines-filter): Implement as a filter.
10418 (sql-remove-tabs-filter): New function.
10419 (sql-send-magic-terminator): New function.
10420 (sql-send-string): Implement magic terminator.
10421 (sql-send-region): Use `sql-send-string'.
10422 (sql-interactive-mode): Use product API.
10423 (sql-product-interactive): Use product API.
10424 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10425 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10426 (sql-db2, sql-linter): Use `sql-product-interactive'.
10427 (sql-connect): New function.
10428 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10429 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10430 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
10431 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10432 Use `sql-connect'.
7492acc9 10433
79ccd68f
SM
104342010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10435
10436 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
10437 New custom variable.
10438 (completion-pcm--string->pattern): Use it.
10439 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
10440 Make it handle any symbol as `any'.
10441 (completion-pcm--merge-completions): Extract common suffix for the new
10442 `prefix' symbol as well.
10443 (completion-substring--all-completions): Use the new `prefix' symbol.
10444
0d5852cf
MA
104452010-05-09 Michael Albinus <michael.albinus@gmx.de>
10446
10447 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
10448 not bound.
10449 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
10450 (tramp-compat-funcall): New defmacro.
10451 (tramp-compat-line-beginning-position)
10452 (tramp-compat-line-end-position)
10453 (tramp-compat-temporary-file-directory)
10454 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
10455 (tramp-compat-copy-file, tramp-compat-copy-directory)
10456 (tramp-compat-delete-file, tramp-compat-delete-directory)
10457 (tramp-compat-number-sequence, tramp-compat-process-running-p)
10458 * net/tramp.el (top, with-progress-reporter)
10459 (tramp-rfn-eshadow-setup-minibuffer)
10460 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
10461 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
10462 (tramp-completion-mode-p, tramp-check-for-regexp)
10463 (tramp-open-connection-setup-interactive-shell)
10464 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
10465 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
10466 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
10467 * net/tramp-cmds.el (tramp-cleanup-all-connections)
10468 (tramp-reporter-dump-variable, tramp-load-report-modules)
10469 (tramp-append-tramp-buffers)
10470 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
10471
10472 * net/tramp-imap.el (top): Autoload `epg-make-context'.
10473
f913fe7d
SM
104742010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10475
10476 * progmodes/compile.el (compilation-buffer-modtime): Rename from
10477 buffer-modtime. Adjust users.
10478
0235128c 104792010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 10480
77e2fc7a 10481 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 10482 car of each item, not the whole list (Bug#6083).
f034e176 10483
0235128c 104842010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
10485
10486 * progmodes/js.el (js-mode): Make paragraph variables local before
10487 calling c-setup-paragraph-variables (Bug#6071).
10488
0235128c 104892010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
10490
10491 * composite.el (compose-region, reference-point-alist): Fix typos
10492 in the doc strings.
10493
77e2fc7a 104942010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
10495
10496 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
10497 gnuplot's "set" command.
10498
0235128c 104992010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
10500
10501 * abbrev.el (last-abbrev-text): Doc fix.
10502 (abbrev-prefix-mark): Don't escape parenthesis.
10503
0235128c 105042010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
10505
10506 * composite.el (find-composition): Doc fix.
10507
0235128c 105082010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
10509
10510 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
10511 (sql-oracle-program, sql-sqlite-options)
10512 (sql-query-placeholders-and-send): Doc fixes.
10513 (sql-set-product, sql-interactive-mode): Reflow docstrings.
10514 (sql-imenu-generic-expression, sql-buffer)
10515 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
10516 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
10517 (sql-mode-sybase-font-lock-keywords)
10518 (sql-mode-informix-font-lock-keywords)
10519 (sql-mode-interbase-font-lock-keywords)
10520 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
10521 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
10522 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
10523 (sql-product-feature, sql-highlight-product)
10524 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
10525 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
10526 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
10527 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
10528 Fix typos in docstrings.
10529
0235128c 105302010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
10531
10532 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
10533 property instead of `invisible' and `after-string' (bug#5998).
10534
0235128c 105352010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
10536
10537 * image-mode.el (image-mode-as-text): Fix typo in docstring.
10538
0235128c 105392010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
10540
10541 * filecache.el (file-cache-add-directory-list)
10542 (file-cache-add-directory-recursively): Fix typos in docstrings.
10543
0235128c 105442010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
10545
10546 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 10547 (gujarati-composable-pattern): Fix typo.
ece33a6e 10548
0235128c 105492010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
10550
10551 * language/indian.el (oriya-composable-pattern)
0235128c
SM
10552 (tamil-composable-pattern, malayalam-composable-pattern):
10553 Add two-part vowels to "v" (vowel sign).
771533aa 10554
0235128c 105552010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 10556
99833607
CY
10557 * files.el (copy-directory): Handle symlinks (Bug#5982).
10558
0235128c 105592010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
10560
10561 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
10562 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
10563 (Bug#5846).
10564
0235128c 105652010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 10566
0ca12598
GM
10567 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
10568
d2c7b917
GM
10569 * minibuffer.el (completion-at-point): Doc fix.
10570
ba5bf5f0
SM
105712010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10572
10573 * electric.el (Electric-command-loop): Minor tweak.
10574
10575 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
10576 better with dedicated windows.
10577
0235128c
SM
105782010-05-07 Chong Yidong <cyd@stupidchicken.com>
10579
10580 * Version 23.2 released.
10581
560bb7ae 105822010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 10583 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
10584
10585 Highlight vendor specific properties.
10586 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
10587 (css-proprietary-property): New face.
10588 (css-font-lock-keywords): Use them.
10589
c0162ade
EZ
105902010-05-07 Eli Zaretskii <eliz@gnu.org>
10591
10592 * cus-start.el (all): Add native condition for tool-bar-* symbols.
10593
f3ee9200
SM
105942010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10595
05623156
SM
10596 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
10597 * files.el (auto-mode-alist): Remove redundant entries.
10598
f3ee9200
SM
10599 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
10600 * simple.el (auto-save-mode): Move from files.el.
10601 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
10602
560bb7ae 106032010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 10604
76e3243a 10605 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 10606
765d4319
KY
106072010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
10608
10609 * mail/binhex.el (binhex-decode-region-internal)
10610 * mail/uudecode.el (uudecode-decode-region-internal)
10611 * net/dns.el (dns-read-string-name, dns-write, dns-read)
10612 (dns-read-type, dns-query)
10613 * pgg-parse.el (pgg-parse-armor)
10614 * pgg.el (pgg-verify-region)
10615 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
10616 XEmacs.
10617
86d21cc0 10618 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 10619
f83483ff
JB
106202010-05-07 Juanma Barranquero <lekktu@gmail.com>
10621
40ab7974
JB
10622 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
10623
f83483ff
JB
10624 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
10625 * emulation/cua-base.el (cua-repeat-replace-region):
10626 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10627 (cua-cut-region-to-global-mark):
10628 Remove text properties with `set-text-properties'.
10629
9566840f
MA
106302010-05-06 Michael Albinus <michael.albinus@gmx.de>
10631
f3ee9200
SM
10632 * net/tramp.el (top, with-progress-reporter):
10633 Use `symbol-function' inside `funcall'.
9566840f
MA
10634
10635 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
10636 (tramp-compat-delete-file, tramp-compat-delete-directory):
10637 Handle only `wrong-number-of-arguments' error.
9566840f
MA
10638
10639 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
10640 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
10641 inside `funcall'.
10642
0c495c21
SM
106432010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10644
1493963b
SM
10645 * minibuffer.el (completion--sreverse, completion--common-suffix):
10646 New functions.
10647 (completion-pcm--merge-completions): Extract common suffix when safe.
10648
0c495c21
SM
10649 * emacs-lisp/easy-mmode.el (define-minor-mode):
10650 Make :variable more flexible.
10651 * files.el (auto-save-mode): Use it to define using define-minor-mode.
10652
221a0647
JL
106532010-05-05 Juri Linkov <juri@jurta.org>
10654
10655 Add `slow' and `history' tags to the desktop data.
10656
10657 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
10658 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
10659 (Info-finder-find-node): Require `finder.el' to be able
10660 to restore node from the desktop.
10661 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
10662 data `Info-history' and `slow' tag in the assoc list.
10663 (Info-restore-desktop-buffer): Don't restore nodes with the
10664 `slow' tag. Restore `Info-history'.
10665
66bdc868
MA
106662010-05-05 Michael Albinus <michael.albinus@gmx.de>
10667
10668 Add FORCE argument to `delete-file'.
10669
10670 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
10671 forcing to delete the temporary file.
10672 (ange-ftp-delete-file): Add FORCE arg.
10673 (ange-ftp-rename-remote-to-remote)
10674 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
10675 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
10676 Force file deletion.
66bdc868
MA
10677
10678 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
10679
10680 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
10681 (tramp-handle-make-symbolic-link, tramp-handle-load)
10682 (tramp-do-copy-or-rename-file-via-buffer)
10683 (tramp-do-copy-or-rename-file-directly)
10684 (tramp-do-copy-or-rename-file-out-of-band)
10685 (tramp-handle-process-file, tramp-handle-call-process-region)
10686 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10687 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10688 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
10689
10690 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
10691 (tramp-fish-handle-make-symbolic-link)
10692 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
10693
0c495c21
SM
10694 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10695 Use `tramp-compat-delete-file'.
66bdc868
MA
10696
10697 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
10698 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
10699
10700 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
10701 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
10702
10703 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
10704 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6a7662bb
BR
10705 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
10706 Use `tramp-compat-delete-file'.
66bdc868 10707
f44379e7
SM
107082010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10709
365f8d85
SM
10710 Minor cleanups.
10711 * subr.el (add-minor-mode): Use push.
10712 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
10713 * emulation/edt.el (edt-select-mode): Simplify.
10714
80ac5d4d
SM
10715 Use define-minor-mode in more cases.
10716 * term/tvi970.el (tvi970-set-keypad-mode):
10717 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10718 (normal-erase-is-backspace-mode):
10719 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
10720 (set-scroll-bar-mode-1): (Re)move to its sole caller.
10721 (get-scroll-bar-mode): New function.
10722 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
10723
10724 Use define-minor-mode for less obvious cases.
f44379e7
SM
10725 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
10726 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
10727 * international/iso-ascii.el (iso-ascii-mode):
10728 * frame.el (auto-raise-mode, auto-lower-mode):
10729 * composite.el (global-auto-composition-mode): Use define-minor-mode.
10730
c04b03f8
MA
107312010-05-04 Michael Albinus <michael.albinus@gmx.de>
10732
10733 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
10734 in order to see error messages for failed logins.
10735
53967e09
CY
107362010-05-03 Chong Yidong <cyd@stupidchicken.com>
10737
10738 * diff.el (diff-sentinel):
10739
10740 * epg.el (epg--make-temp-file, epg-decrypt-string)
10741 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10742
10743 * jka-compr.el (jka-compr-partial-uncompress)
10744 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
10745
10746 * server.el (server-sentinel): Use delete-file's new FORCE arg
10747 (Bug#6070).
10748
56eb0904
SM
107492010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10750
10751 Use define-minor-mode where applicable.
10752 * view.el (view-mode):
10753 * type-break.el (type-break-query-mode)
10754 (type-break-mode-line-message-mode):
10755 * textmodes/reftex.el (reftex-mode):
10756 * term/vt100.el (vt100-wide-mode):
10757 * tar-mode.el (tar-subfile-mode):
10758 * savehist.el (savehist-mode):
10759 * ibuf-ext.el (ibuffer-auto-mode):
10760 * composite.el (auto-composition-mode):
10761 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
10762 Use define-minor-mode.
10763 (vhdl-mode): Use static mode-line format.
10764 (vhdl-mode-line-update): Delete.
10765 (vhdl-create-mode-menu, vhdl-activate-customizations)
10766 (vhdl-hs-minor-mode): Don't bother calling it.
10767
672eb710
SM
107682010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
10769
8f92b8ad
SM
10770 * simple.el (with-wrapper-hook): Move.
10771 (buffer-substring-filters): Mark obsolete.
10772 (filter-buffer-substring-functions): New variable.
1fada563 10773 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 10774
c04b03f8 107752010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 10776 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
10777
10778 Implement compression for inline methods.
10779
10780 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
10781 (tramp-copy-size-limit): Allow also nil.
10782 (tramp-inline-compress-commands): New defconst.
10783 (tramp-find-inline-compress, tramp-get-inline-compress)
10784 (tramp-get-inline-coding): New defuns.
cb7f3653 10785 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 10786 replaced by `tramp-get-inline-coding'.
6a29a838
MA
10787 (tramp-handle-file-local-copy, tramp-handle-write-region)
10788 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
10789
8c0bf8b3
SM
107902010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
10791
07125a91
SM
10792 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
10793 Remove unused functions.
10794
f3a47002
SM
10795 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
10796 Set find-tag-default-function as a variable rather than a property.
10797
8c0bf8b3
SM
10798 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
10799 * progmodes/etags.el (tags-completion-at-point-function):
10800 Remove left over interactive spec. Add autoloading stub.
10801 (complete-tag): Use tags-completion-at-point-function.
10802
27601456
CY
108032010-04-30 Chong Yidong <cyd@stupidchicken.com>
10804
cb7f3653 10805 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 10806
09d0284d
CY
108072010-04-29 Chong Yidong <cyd@stupidchicken.com>
10808
27d3cd56
CY
10809 * ido.el (ido-init-completion-maps): Remove C-v binding.
10810 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 10811
3a07ffce
CY
108122010-04-29 Chong Yidong <cyd@stupidchicken.com>
10813
10814 * minibuffer.el (tags-completion-at-point-function): New function.
10815 (completion-at-point-functions): Use it.
10816
3a07ffce
CY
10817 * progmodes/etags.el (complete-tag): Revert last change.
10818
3d14bb73
AM
108192010-04-29 Alan Mackenzie <acm@muc.de>
10820
10821 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
10822 off-by-one error (in end of macro position).
10823
7d353d11
SM
108242010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10825
10826 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
10827 firefox is absent. Don't autoload.
10828 (browse-url-galeon-program): Don't autoload.
10829
48111a85
CY
108302010-04-28 Chong Yidong <cyd@stupidchicken.com>
10831
10832 * bindings.el (complete-symbol): Move into minibuffer.el.
10833
10834 * minibuffer.el (complete-tag): Move from etags.el. If tags
10835 completion cannot be performed, return nil instead of signalling
10836 an error.
10837 (completion-at-point): Make it an alias for complete-symbol.
10838 (complete-symbol): Move from bindings.el, and replace with the
10839 body of completion-at-point.
10840
10841 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
10842
7ba94701
MA
108432010-04-28 Michael Albinus <michael.albinus@gmx.de>
10844
10845 * net/tramp.el (tramp-remote-selinux-p): New defun.
10846 (tramp-handle-file-selinux-context)
10847 (tramp-handle-set-file-selinux-context): Use it.
10848
95c6cc3e
SS
108492010-04-28 Sam Steingold <sds@gnu.org>
10850
10851 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
10852 `safe-local-variable' if the value is a string or a symbol with
10853 the property `bug-reference-url-format'.
10854
36045ff3
CY
108552010-04-28 Chong Yidong <cyd@stupidchicken.com>
10856
537ffaf3
SM
10857 * progmodes/bug-reference.el (bug-reference-url-format):
10858 Revert 2010-04-27 change due to security risk.
36045ff3 10859
56924d99
SM
108602010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10861
10862 Make it possible to locally disable a globally enabled mode.
10863 * simple.el (fundamental-mode): Run fundamental-mode-hook.
10864 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
10865 rather than kill-all-local-variables so it runs fundamental-mode-hook.
10866 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10867 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
10868 that subsequent hooks get a chance to disable it.
10869
ccaa4765
SM
108702010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
10871
17818d71
SM
10872 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10873 Avoid re-enabling a minor mode after the user turned the minor mode
10874 off if MODE-enable-in-buffers is run twice (typically once from
10875 fundamental-mode's after-change-major-mode-hook and a second time from
10876 run-mode-hook's own after-change-major-mode-hook).
10877
ccaa4765
SM
10878 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
10879
2a6f654e
SS
108802010-04-27 Sam Steingold <sds@gnu.org>
10881
10882 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
10883 `safe-local-variable' if the value is a string or a function, as
10884 documented and implemented on 2010-04-02.
10885
cecaa674
JB
108862010-04-27 Juanma Barranquero <lekktu@gmail.com>
10887
10888 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
10889 when method is 'kill.
10890
108912010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 10892
a628ad9d
JB
10893 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
10894 condition in default directory check.
1e116bb3
AM
10895 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
10896 Kill ispell process when killing its associated buffer.
10897
7dd7fbb9
JD
108982010-04-27 Jan Djärv <jan.h.d@swipnet.se>
10899
10900 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
10901 but we aren't using it.
10902
7ac82b84
J
109032010-04-25 Jan Djärv <jan.h.d@swipnet.se>
10904
10905 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
10906 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
10907
fea1add4
GM
109082010-04-24 Glenn Morris <rgm@gnu.org>
10909
10910 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
10911 Ignore VCS-ignore files, and deleted nextstep preferences files.
10912 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
10913 (authors-ambiguous-files): New list.
10914 (authors-valid-file-names): Add some deleted files.
10915 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
10916 (authors-disambiguate-file-name): New function. (Bug#5501)
10917 (authors-canonical-file-name): Doc fix.
10918 Don't warn about obsolete files.
10919 (authors-canonical-file-name, authors-scan-el):
10920 Use authors-disambiguate-file-name.
10921
cbcfee6e
GM
10922 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
10923 Add autoload cookies.
10924 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
10925 (generated-autoload-file): Set file-local value to "htmlfontify.el".
10926 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
10927 They have definitions / compiler macros in cl.el.
10928 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
10929 Replace manual autoloads with generated ones.
10930 (htmlfontify-unload-rgb-file): Remove autoload.
10931 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
10932
3b548e1b
SM
109332010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10934
9ae0c310
SM
10935 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
10936 (byte-compile-setq-default): Optimize for the
10937 single-var case and don't call byte-compile-form in this case to avoid
10938 inf-loop with byte-compile-set-default.
10939
3b548e1b
SM
10940 * progmodes/compile.el (compilation-start): Abbreviate default directory.
10941
632c5478
MA
109422010-04-23 Michael Albinus <michael.albinus@gmx.de>
10943
10944 Implement SELINUX backends.
10945
3b548e1b
SM
10946 * net/tramp.el (tramp-file-name-handler-alist):
10947 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
10948 (tramp-handle-file-selinux-context)
10949 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
10950 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
10951 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 10952
3b548e1b
SM
10953 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10954 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
10955 (tramp-gvfs-handle-file-selinux-context)
10956 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
10957 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
10958
10959 * net/ange-ftp.el (ange-ftp-copy-file):
10960 * net/tramp-fish.el (tramp-fish-handle-copy-file):
10961 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
10962 * net/tramp-smb.el (tramp-smb-handle-copy-file):
10963 Add PRESERVE-SELINUX-CONTEXT.
632c5478 10964
a94d821f
MA
109652010-04-22 Michael Albinus <michael.albinus@gmx.de>
10966
10967 Synchronize with Tramp repository.
10968
10969 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
10970 (tramp-action-process-alive, tramp-action-out-of-band)
10971 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
10972 (tramp-exists-file-name-handler): Fix docstring.
10973 (with-progress-reporter): New defmacro.
10974 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
10975 (tramp-maybe-open-connection): Use it.
10976
a92375d9
MA
109772010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
10978
10979 Detect ssh 'ControlMaster' argument automatically in some cases.
10980
10981 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
10982 (tramp-default-method): Use it.
10983
489fe4c2
MA
109842010-04-22 Michael Albinus <michael.albinus@gmx.de>
10985
25f14cdb
MA
10986 * net/tramp.el (tramp-handle-copy-file): Add new optional
10987 parameter `preserve-selinux-context'.
10988 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
10989
a92375d9
MA
109902010-04-22 Michael Albinus <michael.albinus@gmx.de>
10991
489fe4c2
MA
10992 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
10993 Ensure, that non remote files are still checked. Oops.
10994
acd1f317
MA
109952010-04-21 Michael Albinus <michael.albinus@gmx.de>
10996
10997 Fix Bug#5840.
10998
10999 * icomplete.el (icomplete-completions): Use `non-essential'.
11000
11001 * net/tramp.el (tramp-connectable-p): New defun.
11002 (tramp-handle-expand-file-name)
11003 (tramp-completion-handle-file-name-all-completions)
11004 (tramp-completion-handle-file-name-completion): Use it.
11005
62c5b459
SM
110062010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11007
11008 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11009
f904c0f9
JD
110102010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11011
11012 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11013
11014 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11015
11016 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11017 is present.
11018
11019 * info.el (info-tool-bar-map): Add labels.
11020
11021 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11022
11023 * cus-edit.el (custom-commands): Add labels for tool bar.
11024 (custom-buffer-create-internal, Custom-mode): Adjust for
11025 labels in custom-commands.
11026
11027 * dynamic-setting.el: Renamed from font-setting.el.
11028
c5cbeb12
LL
110292010-04-21 John Wiegley <jwiegley@gmail.com>
11030
11031 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11032 toggles the use of virtual buffers.
537ffaf3 11033 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
11034 (ido-toggle-virtual-buffers): New function.
11035
fcc93746
JB
110362010-04-21 Juanma Barranquero <lekktu@gmail.com>
11037
11038 Use `define-derived-mode'; fix window selection; doc fixes.
11039 * play/tetris.el (tetris, tetris-update-speed-function)
11040 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11041 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11042 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11043 (tetris-pause-game): Fix typos in docstrings.
11044 (tetris-mode-map, tetris-null-map):
11045 Move initialization into declaration.
11046 (tetris-mode): Define with `define-derived-mode';
11047 set show-trailing-whitespace to nil.
11048 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11049
574c05e2
KK
110502010-04-21 Karel Klíč <kklic@redhat.com>
11051
11052 * files.el (backup-buffer): Handle SELinux context, and return it
11053 if a backup was made by renaming.
11054 (backup-buffer-copy): Set SELinux context to the target file.
11055 (basic-save-buffer): Set SELinux context of the newly written file.
11056 (basic-save-buffer-1): Now it also returns any SELinux context.
11057 (basic-save-buffer-2): Set SELinux context of the newly created file,
11058 and return it.
11059 * net/tramp.el (tramp-file-name-for-operation):
11060 Add file-selinux-context.
11061
e97a42c1
SM
110622010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11063
f2b9ed18
SM
11064 Make the log-edit comments use RFC822 format throughout.
11065
e97a42c1
SM
11066 * vc.el (vc-checkin, vc-modify-change-comment):
11067 Adjust to new vc-start/finish-logentry.
11068 (vc-find-conflicted-file): New command.
11069 (vc-transfer-file): Adjust to new vc-checkin.
11070 (vc-next-action): Improve scoping.
11071
11072 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11073 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11074
11075 * vc-git.el (vc-git-log-edit-mode): Remove.
11076 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11077 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11078
11079 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11080 (vc-start-logentry): Remove argument `extra'.
11081 (vc-finish-logentry): Remove extra args.
11082
11083 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11084 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11085 (vc-bzr-conflicted-files): New function.
11086
11087 * log-edit.el (log-edit-extra-flags)
11088 (log-edit-before-checkin-process): Remove.
11089 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11090 (log-edit-headers-alist): New var.
11091 (log-edit-header-contents-regexp): New const.
11092 (log-edit-match-to-eoh): New function.
11093 (log-edit-font-lock-keywords): Use them.
11094 (log-edit): Insert a "Summary:" header as default.
11095 (log-edit-mode): Mark font-lock rules as case-insensitive.
11096 (log-edit-done): Cleanup headers.
11097 (log-view-process-buffer): Remove.
11098 (log-edit-extract-headers): New function to replace it.
11099
938efb77
JB
111002010-04-20 Juanma Barranquero <lekktu@gmail.com>
11101
11102 * subr.el (default-direction-reversed): Remove obsolescence info.
11103
1cfb415b
SM
111042010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11105
cb4f9513
SM
11106 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11107 windows/frames.
11108
6e610c72
SM
11109 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11110 I.e. include text after point in the completion region.
11111 Also, return nil when we're not after/in a symbol.
11112
1cfb415b
SM
11113 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11114 default enable-multibyte-characters.
11115
c80fa13c
SM
111162010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11117
87926e02
SM
11118 * international/mule.el: Help the user choose a valid coding-system.
11119 (read-buffer-file-coding-system): New function.
11120 (set-buffer-file-coding-system): Use it. Prompt the user if the
11121 coding-system cannot encode all the chars.
11122
c80fa13c
SM
11123 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11124 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11125 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11126 Don't use *vc-bzr-shelve*.
11127
6e104790 111282010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
11129
11130 Fix the version number for added files.
11131 * vc-hg.el (vc-hg-working-revision): Check if the file is
11132 registered after hg parent fails (Bug#5961).
11133
6e104790 111342010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
11135
11136 * htmlfontify.el (htmlfontify-buffer)
11137 (htmlfontify-copy-and-link-dir): Autoload entry points.
11138
6e104790 111392010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
11140
11141 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11142 name relative to the project root (Bug#5960).
11143
6e104790 111442010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
11145
11146 * vc-git.el (vc-git-print-log): Doc fix.
11147
6e104790 111482010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
11149
11150 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11151
53cfe624 111522010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
7860d2e3
CY
11153
11154 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
11155 default settings (Bug#5928).
11156
6e104790 111572010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
11158
11159 * progmodes/fortran.el (fortran-match-and-skip-declaration):
11160 New function.
0a23b2c3 11161 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 11162
6e104790 111632010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
11164
11165 * language/indian.el (malayalam-composable-pattern): Fix previous
11166 change (add U+0D4D "SIGN VIRAMA").
11167 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
11168 (tamil-composable-pattern): Fix typo in the regexp.
11169 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
11170 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
11171 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
11172
6e104790 111732010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
11174
11175 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
11176 paragraph-separate (Bug#5821).
11177
6e104790 111782010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
11179
11180 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
11181
11182 * info.el (Info-find-node-2): Comment out code that skips
11183 breadcrumbs line.
11184 (Info-mouse-follow-link): New command.
11185 (Info-link-keymap): New keymap.
11186 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
11187 Return a string with links instead of inserting breadcrumbs
11188 to the Info buffer.
11189 (Info-fontify-node): Comment out code that inserts breadcrumbs.
11190 Instead of putting the `invisible' text property over the Info
11191 header, make an overlay over the Info header with the `invisible'
11192 property and `after-string' set to the string returned by
11193 `Info-breadcrumbs'.
11194
6e104790 111952010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
11196
11197 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
11198 Reported by monkey@sandpframing.com.
11199
98923800
SM
112002010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11201
b5feea0f
SM
11202 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
11203 (tmm-get-keymap): Add key-binding shortcuts now that they're not
11204 available in the "keyseq cache" any more.
11205
98923800
SM
11206 * custom.el (defcustom): Add edebug spec.
11207
fd5c9dfa
JL
112082010-04-18 Juri Linkov <juri@jurta.org>
11209
11210 Test for special mode-class in view-buffer instead of view-file (bug#5513).
11211
11212 * view.el (view-file, view-buffer): Move test for special mode-class
11213 from view-file to view-buffer.
11214
11215 * tar-mode.el (tar-extract): Turn if's into one cond
11216 like in arc-mode.el.
11217
b3671a51
JL
112182010-04-18 Juri Linkov <juri@jurta.org>
11219
11220 Add 7z archive format support (bug#5475).
11221
11222 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
11223 (archive-7z-extract): New defcustom.
11224 (archive-find-type): Add magic string for 7z.
11225 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
11226 If `stderr-file' is non-nil, use `(t stderr-file)' for the
11227 `buffer' arg of `call-process'.
11228 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
11229 call the function `archive-7z-extract' with the variable
11230 `archive-7z-extract' let-bound to `archive-zip-extract'.
11231 (archive-7z-summarize, archive-7z-extract): New functions.
11232
11233 * international/mule.el (auto-coding-alist):
11234 * files.el (auto-mode-alist): Add 7z file extension.
11235
8a37fb25
SM
112362010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11237
e9515805
SM
11238 * loadup.el: Setup hash-cons for pure data.
11239
f8ea0098
SM
11240 Fix duplicate entries in cedet's loaddefs.el files.
11241 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
11242 Should make most file-local generated-autoload-file unnecessary.
11243 (print-readably): Silence warnings.
11244 (autoload-find-destination): Take load-name as an arg to make sure
11245 it's the same as the one that will be in the file.
11246 (autoload-generate-file-autoloads): Adjust to above changes.
11247 Try to make the dataflow a bit simpler.
11248
8a37fb25
SM
11249 * cvs-status.el (cvs-refontify): Remove unused.
11250
f8b91752
JB
112512010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
11252
76e3243a 11253 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 11254
76e3243a 11255 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
11256 twos-complement mode.
11257
d8b01fef
JB
112582010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
11259
76e3243a
JB
11260 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
11261 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
11262 (calc-inverse): Add "Option" to message, as appropriate.
11263 (calc-hyperbolic): Add "Option" to message, as appropriate.
11264 (calc-option, calc-is-option): New functions.
11265
76e3243a 11266 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
11267 (calc-option-prefix-help): New function.
11268
76e3243a 11269 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 11270
76e3243a 11271 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
11272 (calc-option-flag): New variable.
11273 (calc-do): Set `calc-option-flag to nil.
11274 (calc-set-mode-line): Add "Opt " as appropriate.
11275
74f806a1
JL
112762010-04-16 Juri Linkov <juri@jurta.org>
11277
11278 Move scrolling commands from simple.el to window.el
11279 because their primitives are implemented in window.c.
11280
11281 * simple.el (scroll-error-top-bottom)
11282 (scroll-up-command, scroll-down-command, scroll-up-line)
11283 (scroll-down-line, scroll-other-window-down)
11284 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11285 * window.el (scroll-error-top-bottom)
11286 (scroll-up-command, scroll-down-command, scroll-up-line)
11287 (scroll-down-line, scroll-other-window-down)
11288 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11289 Move from simple.el to window.el because their primitives are
11290 implemented in window.c.
11291
ad40eec5
JL
112922010-04-16 Juri Linkov <juri@jurta.org>
11293
11294 * isearch.el (isearch-lookup-scroll-key): Check both
11295 `isearch-scroll' and `scroll-command' properties.
11296 (scroll-up, scroll-down): Remove `isearch-scroll' property.
11297
11298 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
11299
11300 * simple.el (scroll-up-command, scroll-down-command)
11301 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
11302
a4b000fb
JL
113032010-04-15 Juri Linkov <juri@jurta.org>
11304
11305 * simple.el (scroll-up-command, scroll-down-command)
11306 (scroll-up-line, scroll-down-line): Put `scroll-command'
11307 property on the these symbols. Remove them from
11308 `scroll-preserve-screen-position-commands'.
11309
11310 * mwheel.el (mwheel-scroll): Put `scroll-command' and
11311 `isearch-scroll' properties on the `mwheel-scroll' symbol.
11312 Remove it from `scroll-preserve-screen-position-commands'.
11313
11314 * isearch.el (isearch-allow-scroll): Doc fix.
11315
4874f5e6
MA
113162010-04-15 Michael Albinus <michael.albinus@gmx.de>
11317
11318 * net/tramp.el (tramp-error-with-buffer): Don't show the
11319 connection buffer when we are in completion mode.
11320 (tramp-file-name-handler): Catch the error for some operations
11321 when we are in completion mode. This gives the user the chance to
11322 correct the file name in the minibuffer.
11323
82883f0a
GM
113242010-04-15 Glenn Morris <rgm@gnu.org>
11325
11326 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
11327
528b9ea9
JB
113282010-04-15 Juanma Barranquero <lekktu@gmail.com>
11329
11330 Simplify by using `define-derived-mode'.
11331 * info.el (Info-mode):
11332 * calendar/todo-mode.el (todo-mode):
11333 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
11334 (gomoku-mode-map): Move initialization into declaration.
11335
5f2b693f
MA
113362010-04-14 Michael Albinus <michael.albinus@gmx.de>
11337
11338 Fix Bug#5840.
11339 * ido.el (ido-file-name-all-completions-1):
11340 * minibuffer.el (minibuffer-completion-help):
11341 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
11342
ebb9641f
SM
113432010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11344
38111a5a
SM
11345 * simple.el (non-essential): New var.
11346
ebb9641f
SM
11347 Add a new field `location' to bookmarks for non-file bookmarks.
11348 * bookmark.el (bookmark-location): Use the new field, if present.
11349 (bookmark-insert-location): Undo last change, not needed any more.
11350 * man.el (Man-bookmark-make-record):
11351 * woman.el (woman-bookmark-make-record): Add `location' field.
11352
7b05466f
JL
113532010-04-14 Juri Linkov <juri@jurta.org>
11354
11355 * simple.el (scroll-error-top-bottom): New defcustom.
11356 (scroll-up-command, scroll-down-command): Use it. Doc fix.
11357
11358 * emulation/pc-select.el (pc-select-override-scroll-error):
11359 Obsolete in favor of `scroll-error-top-bottom'.
11360
32129746
JL
113612010-04-14 Juri Linkov <juri@jurta.org>
11362
11363 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
11364 `scroll-up-command' and `M-v' to `scroll-down-command'.
11365
11366 * emulation/cua-rect.el (cua--init-rectangles):
11367 * forms.el (forms--change-commands):
11368 * image-mode.el (image-mode-map):
11369 Remap scroll-down-command and scroll-up-command
11370 in addition to scroll-down and scroll-up.
11371
9013a7f8
JL
113722010-04-14 Juri Linkov <juri@jurta.org>
11373
11374 * mwheel.el (scroll-preserve-screen-position-commands):
11375 Add mwheel-scroll to this list of commands.
11376
11377 * simple.el (scroll-preserve-screen-position-commands):
11378 Add scroll-up-command, scroll-down-command, scroll-up-line,
11379 scroll-down-line to this list of commands.
11380
3b7e1d5f
SM
113812010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11382
c1e25821
SM
11383 * obsolete/complete.el: Move from lisp/complete.el.
11384
5b31b787
SM
11385 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
11386
3b7e1d5f
SM
11387 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
11388 to the minor mode function now turns the mode ON unconditionally.
11389
398a825b
SM
113902010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11391
a544e7c1
SM
11392 * vc-dir.el (vc-dir-kill-line): New command.
11393 (vc-dir-mode-map): Bind it to C-k.
11394
a1979d8e
SM
11395 * bookmark.el (bookmark-insert-location): Handle a nil filename.
11396
398a825b
SM
11397 * woman.el: Add bookmark declarations to silence the compiler.
11398 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
11399 step to compatibility between man and woman bookmarks.
11400 Adjust for Man-default-bookmark-title renaming.
11401 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
11402
11403 * man.el: Add bookmark declarations to silence the compiler.
11404 (Man-name-local-regexp): Make it match NAME as well.
11405 (Man-getpage-in-background): Return the buffer.
11406 (Man-notify-when-ready): Use `case'.
11407 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
11408 Don't hardcode "NAME". Simplify.
11409 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
11410 Rename from Man-bookmark-make-record.
11411 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
11412 we have the actual man-args. Use Man-getpage-in-background rather
11413 than `man' since the arg is already processed. Let bookmark.el do the
11414 window handling. Only wait for the relevant process.
11415 Don't forget to autoload.
11416
11417 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
11418
45be326a
TV
114192010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11420
11421 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
11422 New functions.
11423 (woman-mode): Setup bookmark support.
11424
11425 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
11426 (man-bookmark-jump): New functions.
11427 (Man-mode): Setup bookmark support.
11428
3acb4c93
CY
114292010-04-10 Jari Aalto <jari.aalto@cante.net>
11430
11431 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
11432 recognize ssh-keygen prompt (Bug#2817).
11433
b6bbb65e
MA
114342010-04-10 Michael Albinus <michael.albinus@gmx.de>
11435
11436 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
11437
b533bc97
MA
114382010-04-10 Michael Albinus <michael.albinus@gmx.de>
11439
11440 Synchronize with Tramp repository.
11441
11442 * net/tramp.el (tramp-completion-function-alist)
11443 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
11444 (tramp-local-coding-commands, tramp-remote-coding-commands):
11445 Fix docstring.
11446 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
11447 (tramp-handle-directory-files-and-attributes)
11448 (tramp-get-remote-path): Use `copy-tree'.
11449 (tramp-handle-file-name-all-completions): Backward/ XEmacs
11450 compatibility: Use `completion-ignore-case' if
11451 `read-file-name-completion-ignore-case' does not exist.
11452 (tramp-do-copy-or-rename-file-directly): Do not use
11453 `tramp-handle-file-remote-p'.
45be326a
TV
11454 (tramp-do-copy-or-rename-file-out-of-band):
11455 Use `tramp-compat-delete-directory'.
b533bc97 11456 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
11457 (tramp-compute-multi-hops, tramp-maybe-open-connection):
11458 Use `format-spec-make'.
b533bc97
MA
11459 (tramp-find-foreign-file-name-handler)
11460 (tramp-advice-make-auto-save-file-name)
11461 (tramp-set-auto-save-file-modes): Remove superfluous check for
11462 `stringp'. This is done inside `tramp-tramp-file-p'.
11463 (tramp-debug-outline-regexp): New defconst.
11464 (tramp-get-debug-buffer): Use it.
11465 (tramp-check-for-regexp): Use (forward-line 1).
11466 (tramp-set-auto-save-file-modes): Adapt version check.
11467
45be326a
TV
11468 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
11469 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
11470 (tramp-compat-make-temp-file): Simplify fallback implementation.
11471 (tramp-compat-copy-tree): Remove function.
11472 (tramp-compat-delete-directory): Provide implementation for older
11473 Emacsen.
11474
11475 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
11476 Do not use `tramp-fish-handle-file-attributes.
11477
11478 * net/trampver.el: Update release number.
11479
ba33df00
GM
114802010-04-10 Glenn Morris <rgm@gnu.org>
11481
11482 * progmodes/compile.el (compilation-save-buffers-predicate):
11483 Add missing :version tag.
11484
4a8ae76f
SS
114852010-04-09 Sam Steingold <sds@gnu.org>
11486
11487 * progmodes/compile.el (compilation-save-buffers-predicate):
11488 Remove the "autoload" cookie.
11489
0880716f
SS
11490 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
11491 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
11492 and `bug-reference-prog-mode' can be used in hooks directly.
11493
6aebd58c
DN
114942010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11495
11496 Add --author support to git commit.
11497 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
11498 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
11499 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
11500 New declarations.
6aebd58c 11501
f6d90772
ER
115022010-04-09 Eric Raymond <esr@snark.thyrsus.com>
11503
11504 * vc-hooks.el, vc-git.el: Improve documentation comments.
11505
e754e83b
SM
115062010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11507
11508 Fix some of the problems in defsubst* (bug#5728).
11509 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
11510 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
11511
9e86ab0b
SS
115122010-04-07 Sam Steingold <sds@gnu.org>
11513
e754e83b
SM
11514 * progmodes/compile.el (compilation-save-buffers-predicate):
11515 New custom variable.
9e86ab0b
SS
11516 (compile, recompile): Pass it to `save-some-buffers'.
11517
b0c8b840
JD
115182010-04-07 Jan Djärv <jan.h.d@swipnet.se>
11519
11520 * wid-edit.el (widget-choose): Move cursor to the second line of
11521 the buffer (Bug#5695).
11522
31527c56
DN
115232010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11524
11525 Add new VC methods: vc-log-incoming and vc-log-outgoing.
11526 * vc.el (vc-print-log-setup-buttons): New function split out from
11527 vc-print-log-internal.
11528 (vc-log-internal-common): New function, a parametrized version of
11529 vc-print-log-internal.
11530 (vc-print-log-internal): Just call vc-log-internal-common with the
11531 right arguments.
11532 (vc-incoming-outgoing-internal):
11533 (vc-log-incoming, vc-log-outgoing): New functions.
11534 (vc-log-view-type): New permanent local variable.
11535
11536 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
11537
11538 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
11539 of the dynamic bound vc-short-log.
11540 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
11541
11542 * vc-git.el (vc-git-log-outgoing): New function.
11543 (vc-git-log-view-mode): Use vc-log-view-type instead
11544 of the dynamic bound vc-short-log.
11545
11546 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
11547 of the dynamic bound vc-short-log. Highlight the tag.
11548 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
11549 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
11550 (vc-hg-incoming-mode): Remove.
11551 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
11552
7ec69e2b
DN
115532010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11554
11555 Fix default-directory for vc-root-diff.
11556 * vc.el (vc-root-diff): Bind default-directory to the root
11557 directory for the diff command.
11558
fd9ea9d3
WS
115592010-04-07 Michael McNamara <mac@mail.brushroad.com>
11560
6e104790 11561 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
11562 (verilog-calc-1): Support "disable fork" and "fork wait" multi
11563 word keywords, suggested by Steve Pearlmutter.
6e104790 11564 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 11565 port lists.
6e104790 11566 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 11567 fix bug for /* / comments.
6e104790 11568 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 11569 Speed up and simplfy as this is never called with a bound.
6e104790
SM
11570 (verilog-pretty-declarations): Enhance to line up declarations
11571 inside a parameter list, suggested by Alan Morgan.
11572 (verilog-pretty-expr): Tune assignment regular expression match
11573 string for corner cases; also use markers instead of character
11574 number as indent changes the later.
fd9ea9d3
WS
11575
115762010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
11577
6e104790
SM
11578 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
11579 as missing keyword.
11580 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
11581 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
11582 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
11583 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
11584 Tennant.
11585 (verilog-keywords):
fd9ea9d3
WS
11586 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
11587 1800-2009 keywords, including "global.".
11588
2a07afc5
JW
115892010-04-06 John Wiegley <jwiegley@gmail.com>
11590
8b32731a 11591 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 11592 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 11593 file basename). Should use uniquify to offer a real solution.
2a07afc5 11594
f9a27d86
JW
115952010-04-06 John Wiegley <jwiegley@gmail.com>
11596
8b32731a
JB
11597 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
11598 comment to code, and add a :version tag.
11599 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 11600
9caf8a8f
JB
116012010-04-06 Juanma Barranquero <lekktu@gmail.com>
11602
11603 Enable recentf-mode if using virtual buffers.
11604 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 11605 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
11606 (ido-make-buffer-list): Simplify.
11607 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
11608
5a97d2da
JL
116092010-04-05 Juri Linkov <juri@jurta.org>
11610
11611 Scrolling commands which scroll a line instead of full screen.
11612 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
11613
11614 * simple.el (scroll-up-line, scroll-down-line): New commands.
11615 Put property isearch-scroll=t on them.
11616
11617 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
11618 Remove commands.
11619
79ce172a
JL
116202010-04-05 Juri Linkov <juri@jurta.org>
11621
8b32731a 11622 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
11623 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
11624
11625 * simple.el (scroll-up-command, scroll-down-command): New commands.
11626 Put property isearch-scroll=t on them.
11627
11628 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
11629 `scroll-down-command' and [next] from `scroll-up' to
11630 `scroll-up-command'.
11631
11632 * emulation/cua-base.el: Put property CUA=move on
11633 `scroll-up-command' and `scroll-down-command'.
11634 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
11635 and `scroll-down-command' to `cua-scroll-down'.
11636
309d5b43
JB
116372010-04-05 Juanma Barranquero <lekktu@gmail.com>
11638
6460e534 11639 * help.el (describe-mode): Return nil.
309d5b43 11640
0523d117
JW
116412010-04-04 John Wiegley <jwiegley@gmail.com>
11642
11643 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 11644 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
11645 (ido-virtual): Face used to indicate virtual buffers in the list.
11646 (ido-buffer-internal): If a buffer is chosen, and no such buffer
11647 exists, but a virtual buffer of that name does (which would be why
11648 it was in the list), recreate the buffer by reopening the file.
11649 (ido-make-buffer-list): If virtual buffers are being used, call
11650 `ido-add-virtual-buffers-to-list' before the make list hook.
11651 (ido-virtual-buffers): New variable which contains a copy of the
11652 current contents of the `recentf-list', albeit pared down for the
11653 sake of speed, and with proper faces applied.
11654 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
11655 create a list of "virtual buffers" to present to the user in
11656 addition to the currently open set. Note that this logic could
11657 get rather slow if that list is too large. With the default
11658 `recentf-max-saved-items' of 200, there is little speed penalty.
11659
202ff0d6
SM
116602010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11661
11662 * font-lock.el: Require CL when compiling.
11663 (font-lock-turn-on-thing-lock): Use `case'.
11664
ef43a0f4
EZ
116652010-04-03 Eli Zaretskii <eliz@gnu.org>
11666
11667 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
11668 Zaretskii.
ef43a0f4 11669
9c13a46e
JL
116702010-04-02 Juri Linkov <juri@jurta.org>
11671
11672 * ehelp.el (electric-help-orig-major-mode):
11673 New buffer-local variable.
11674 (electric-help-mode): Set it to original major-mode. Doc fix.
11675 (with-electric-help): Use `electric-help-orig-major-mode' instead
11676 of (default-value 'major-mode). Doc fix.
11677 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
11678
3fb87bf5
SS
116792010-04-02 Sam Steingold <sds@gnu.org>
11680
11681 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
11682 `vc-hg-command' with a list of flags.
11683
202ff0d6
SM
11684 * progmodes/bug-reference.el (bug-reference-bug-regexp):
11685 Also accept "patch" and "RFE".
dbb5e44a
SS
11686 (bug-reference-fontify): `bug-reference-url-format' can also be a
11687 function to be able to handle the bug kind.
202ff0d6 11688 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 11689
d0b22876
JD
116902010-04-02 Jan Djärv <jan.h.d@swipnet.se>
11691
11692 * tmm.el (tmm-get-keymap): Check with symbolp before passing
11693 value to fboundp, it may not be a symbol.
11694
1625d379
CY
116952010-03-31 Chong Yidong <cyd@stupidchicken.com>
11696
202ff0d6 11697 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 11698
1cd095c6
JL
116992010-03-31 Juri Linkov <juri@jurta.org>
11700
11701 * simple.el (next-line, previous-line): Re-throw a signal
11702 with `signal' instead of using `ding'.
11703 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
11704
67189e62
JL
117052010-03-31 Juri Linkov <juri@jurta.org>
11706
11707 * simple.el (keyboard-escape-quit): Raise deselecting the active
11708 region higher than exiting the minibuffer.
11709 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
11710
1546c559
JL
117112010-03-31 Juri Linkov <juri@jurta.org>
11712
11713 * image.el (image-animated-p): Use `image-metadata' instead of
11714 `image-extension-data'. Get GIF extenstion data from metadata
11715 property `extension-data'.
11716
85626eef
SM
117172010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11718
11719 * simple.el (append-to-buffer): Simplify.
11720
85738751 117212010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
11722
11723 * textmodes/artist.el (artist-mode): Fix typo in docstring.
11724 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
11725
85738751 117262010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
11727
11728 * language/sinhala.el (composition-function-table): Fix regexp for
11729 the new Unicode specification.
11730
11731 * language/indian.el (devanagari-composable-pattern)
11732 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 11733 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
11734 specification.
11735 (bengali-composable-pattern, gurmukhi-composable-pattern)
11736 (gujarati-composable-pattern, oriya-composable-pattern)
11737 (telugu-composable-pattern): New variables to cope with the new
11738 Unicode specification. Use them in composition-function-table.
11739
85738751 117402010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 11741
79d74ac5 11742 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
11743 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
11744 vectors rather than cons cells, as used in menu-bar-update-buffers.
11745
85738751 117462010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 11747
2a793f7f
CY
11748 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
11749 (js-insert-and-indent): Revert 2009-08-15 change, restoring
11750 electric punctuation for "{}();,:" (Bug#5586).
11751
03ffe8be
CY
11752 * mail/sendmail.el (mail-default-directory): Doc fix.
11753
85738751 117542010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
11755
11756 * mail/sendmail.el (mail-default-directory): Doc fix.
11757
85738751 117582010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
11759
11760 * subr.el (version-regexp-alist, version-to-list)
11761 (version-list-<, version-list-=, version-list-<=)
11762 (version-list-not-zero, version<, version<=, version=): Doc fix.
11763 (Bug#5744).
11764
85738751 117652010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
11766
11767 * vc.el (vc-root-diff): Doc fix.
11768
85738751 117692010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 11770
9aa2c576
CY
11771 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
11772
9d30a9f4
CY
11773 * simple.el (append-to-buffer): Fix last change.
11774
85738751 117752010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
11776
11777 * simple.el (append-to-buffer): Ensure that point is preserved if
11778 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
11779 (Bug#5749)
11780
2372f278
SM
117812010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11782
11783 * files.el (auto-mode-case-fold): Change default to t.
11784
2223a1b3
JL
117852010-03-30 Juri Linkov <juri@jurta.org>
11786
11787 * dired-x.el (dired-omit-mode): Doc fix.
11788
0ef84fc8
JL
117892010-03-30 Juri Linkov <juri@jurta.org>
11790
11791 * replace.el (occur-accumulate-lines): Move occur-engine related
11792 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
11793 to be located after `occur-engine'.
11794
dc2d2590
JL
117952010-03-30 Juri Linkov <juri@jurta.org>
11796
11797 Make occur handle multi-line matches cleanly with context.
11798 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
11799
11800 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
11801 (occur-engine): Add local variables `ret', `prev-after-lines',
11802 `prev-lines'. Use more arguments for `occur-context-lines'.
11803 Set first elem of its returned list to `data', and the second elem
11804 to `prev-after-lines'. Don't print the separator line.
11805 In the end, print remaining context after-lines.
11806 (occur-context-lines): Add new arguments `begpt', `endpt',
11807 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
11808 after-lines of the previous match with before-lines of the
11809 current match and not overlap them. Return a list with two
11810 values: the output line and the list of context after-lines.
11811
47c88c06
JL
118122010-03-30 Juri Linkov <juri@jurta.org>
11813
11814 * replace.el (occur-accumulate-lines): Fix a bug where the first
11815 context line at the beginning of the buffer was missing.
11816
a7b02820
EZ
118172010-03-30 Eli Zaretskii <eliz@gnu.org>
11818
11819 * files.el: Make bidi-display-reordering safe variable for boolean
11820 values.
11821
9326ba26 118222010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 11823 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
11824
11825 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
11826 (progress-reporter-update, progress-reporter-do-update):
11827 Handle non-numeric value arguments.
9326ba26
CY
11828 (progress-reporter--pulse-characters): New var.
11829
f6f8aa12
CY
118302010-03-28 Chong Yidong <cyd@stupidchicken.com>
11831
11832 * progmodes/compile.el (compilation-start): Fix regexp detection
11833 of initial cd command (Bug#5771).
11834
7ed287b5
CY
118352010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
11836
11837 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
11838
146b8b16
NR
118392010-03-27 Nick Roberts <nickrob@snap.net.nz>
11840
11841 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
11842 * progmodes/gdb-mi.el: Restore.
11843 * progmodes/gdb-ui.el: Remove.
11844 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 11845
b23caf75
GM
118462010-03-25 Glenn Morris <rgm@gnu.org>
11847
11848 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
11849 all dired buffers, even tramp ones. (Bug#5755)
11850
18c812bd
SM
118512010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
11852
11853 Add "union tags" in mpc.el.
11854 * mpc.el: Remove backward compatibility code.
11855 (mpc-browser-tags): Change default.
11856 (mpc--find-memoize-union-tags): New var.
11857 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
11858 (mpc-cmd-find): Handle the case where the playlist does not exist.
11859 Handle union-tags.
11860 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
11861 (mpc-cmd-add): Use mpc-cmd-flush.
11862 (mpc-tagbrowser-tag-name): New fun.
11863 (mpc-tagbrowser-buf): Use it.
11864 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
11865
efee6a6d
SM
118662010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11867
9586c41a
SM
11868 Misc cleanup.
11869 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
11870 Use replace-regexp-in-string.
11871 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
11872 (makefile-imake-mode-syntax-table): Move init into defvar.
11873 (makefile-mode): Use define-derived-mode.
11874
efee6a6d
SM
11875 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
11876 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
11877 not be present any more.
11878
c6f3804c
JB
118792010-03-24 Juanma Barranquero <lekktu@gmail.com>
11880
11881 * faces.el (set-face-attribute): Fix typo in docstring.
11882 (face-valid-attribute-values): Reflow docstring.
11883
e867cb5d 118842010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 11885
efee6a6d 11886 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 11887
e867cb5d 118882010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
11889
11890 * indent.el (indent-for-tab-command): Doc fix.
11891
e867cb5d 118922010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 11893
efee6a6d
SM
11894 * progmodes/cc-engine.el (c-remove-stale-state-cache):
11895 Fix off-by-one error. Fixes bug #5747.
657071fc 11896
e867cb5d 118972010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
11898
11899 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
11900 (image-dired-read-comment): Doc fix.
11901
efee6a6d
SM
11902 * json.el (json-object-type, json-array-type, json-key-type)
11903 (json-false, json-null, json-read-number):
c8de140b
JB
11904 * minibuffer.el (completion-in-region-functions):
11905 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
11906 (cal-tex-cursor-week):
11907 * emacs-lisp/trace.el (trace-function):
11908 * eshell/em-basic.el (eshell/printnl):
11909 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
11910 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
11911 * obsolete/levents.el (allocate-event, event-key, event-object)
11912 (event-point, event-process, event-timestamp, event-to-character)
11913 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
11914 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
11915 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
11916 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
11917 (reftex-highlight-selection): Fix typos in docstrings.
11918
e867cb5d 119192010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
11920
11921 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
11922
e867cb5d 119232010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
11924
11925 * mail/rmail.el (rmail-highlight-face): Restore option deleted
11926 2008-02-13 without comment; mark it obsolete.
11927 (rmail-highlight-headers): Use rmail-highlight-face once more.
11928
e867cb5d 119292010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
11930
11931 * woman.el (woman2-process-escapes): Only consume the newline if
11932 the filler character is on a line by itself (Bug#5729).
11933
e867cb5d 119342010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
11935
11936 * language/indian.el (devanagari-composable-pattern): Add more
11937 consonants.
11938
e867cb5d 119392010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
11940
11941 * net/trampver.el: Update release number.
11942
e867cb5d 119432010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 11944
efee6a6d
SM
11945 * net/tramp.el (tramp-find-executable):
11946 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
11947 output of "wc -l" more robust.
11948 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
11949 (tramp-open-connection-setup-interactive-shell): Remove workaround
11950 for OpenSolaris bug, it is not needed anymore.
11951
e867cb5d 119522010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
11953
11954 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
11955
e867cb5d 119562010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
11957
11958 * files.el (auto-mode-alist): Accept more verilog file patterns.
11959
b2b8574b
SM
119602010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11961
11962 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
11963
1d94ebb0
GM
119642010-03-24 Glenn Morris <rgm@gnu.org>
11965
7e263967
GM
11966 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
11967 log-edit-before-checkin-process.
11968
5ac92c5f
GM
11969 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
11970
11971 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 11972
549f324a
GM
11973 * vc-dispatcher.el (vc-start-logentry): Doc fix.
11974 (log-view-process-buffer, log-edit-extra-flags): Declare.
11975
495b517c
GM
11976 * log-edit.el (log-edit-before-checkin-process): Doc fix.
11977
f4087766
SS
119782010-03-23 Sam Steingold <sds@gnu.org>
11979
11980 Fix bug#5620: recalculate all markers on compilation buffer
11981 modifications, not on file modifications.
38e9aa53
GM
11982 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
11983 variable: the buffer modification time, for buffers not associated with
11984 files.
f4087766
SS
11985 (compilation-mode): Create it.
11986 (compilation-filter): Update it.
11987 (compilation-next-error-function): Use it instead of
11988 `visited-file-modtime' for timestamp.
11989
774642e5
JL
119902010-03-23 Juri Linkov <juri@jurta.org>
11991
11992 Implement Occur multi-line matches.
11993 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
11994
11995 * replace.el (occur): Doc fix.
11996 (occur-engine): Set `begpt' to the beginning of the first line.
11997 Set `endpt' to the end of the last match line. At first, count
11998 line numbers between `origpt' and `begpt'. Split out code from
11999 `out-line' variable to new let-bindings `match-prefix' and
12000 `match-str'. In `out-line' add non-numeric prefix to all
12001 non-first lines of multi-line matches. Finally, count lines
12002 between `begpt' and `endpt' and add to `lines'.
12003
f14d1172
JL
120042010-03-23 Juri Linkov <juri@jurta.org>
12005
12006 * replace.el (occur-accumulate-lines, occur-engine):
12007 Use `occur-engine-line' instead of duplicate code.
12008 (occur-engine-line): New function created from duplicate code
12009 in `occur-accumulate-lines' and `occur-engine'.
12010
53e87c57
JL
12011 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12012 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12013
75a3ff20
JL
120142010-03-23 Juri Linkov <juri@jurta.org>
12015
12016 * finder.el: Remove TODO tasks.
12017
12018 * info.el (Info-finder-find-node): Add node "all"
12019 with all package info. Handle a list of multiple keywords
12020 separated by comma.
12021 (info-finder): In interactive use with a prefix argument,
12022 use `completing-read-multiple' to read a list of keywords
12023 separated by comma.
12024
00278747
SM
120252010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12026
12027 Add a new completion style `substring'.
12028 * minibuffer.el (completion-basic--pattern): New function.
12029 (completion-basic-try-completion, completion-basic-all-completions):
12030 Use it.
12031 (completion-substring--all-completions)
12032 (completion-substring-try-completion)
12033 (completion-substring-all-completions): New functions.
12034 (completion-styles-alist): New style `substring'.
12035
64cb11cc
SM
120362010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12037
12038 Get rid of .elc files after removal of the corresponding .el.
12039 * Makefile.in (compile-clean): New target.
12040 (compile-main): Use it.
12041
835e2c65
JD
120422010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12043
12044 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12045 don't do make there. When compiling with separate object dir, there
12046 is no Makefile there.
12047
111a9dff
SM
120482010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12049
12050 Get rid of the ELCFILES abomination, again.
12051 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12052 (all, compile): Don't call compile-last.
12053 (compile-main): Build the "elcfiles" list dynamically.
12054 (compile-targets): New (internal) target.
12055
82c3d67a
AS
120562010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12057
12058 * Makefile.in (top_srcdir): Define.
12059 (abs_top_builddir): Define.
12060 (srcdir): Don't append `/..'.
12061 (EMACS): Use ${abs_top_builddir}.
12062 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
12063 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12064 $(srcdir).
82c3d67a
AS
12065 (lisp): Use $(srcdir) instead of @srcdir@.
12066
d66ecdbb
JL
120672010-03-21 Juri Linkov <juri@jurta.org>
12068
12069 Fix message of multi-line occur regexps and multi-buffer header lines.
12070 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12071
12072 * replace.el (occur-1): Don't display regexp if it is longer
12073 than window-width. Use `query-replace-descr' to display regexp.
12074 (occur-engine): Don't display regexp in the buffer header for
12075 multi-buffer occur. Display a separate header line with total
12076 match count and regexp for multi-buffer occur.
12077 Use `query-replace-descr' to display regexp.
12078
f05e1b94
TZ
120792010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12080
12081 * net/secrets.el: Fix parenthesis.
12082 (secrets-enabled): Fix parenthesis.
12083
801ba3ba
SM
120842010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12085
3613edce
SM
12086 Use more relative file and directory names.
12087 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12088 (setwins, setwins_almost, setwins_for_subdirs):
12089 Don't `cd'; output relative names.
12090 (all, compile, compile-always, compile-last): Set emacswd.
12091 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12092 Just cd to the lisp source dir so we can use relative file names.
12093
801ba3ba
SM
12094 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12095
2b1400b9
GM
120962010-03-20 Glenn Morris <rgm@gnu.org>
12097
12098 * textmodes/rst.el: Use faces for font-lock customization, and make the
12099 old -face variables obsolete.
12100 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12101 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12102 (rst-block-face, rst-external-face, rst-definition-face)
12103 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12104 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12105 Make obsolete.
12106 (rst-font-lock-keywords-function): Update for above changes.
12107
5e418f17
JL
121082010-03-20 Juri Linkov <juri@jurta.org>
12109
12110 * s-region.el:
12111 * obsolete/s-region.el: Move to obsolete.
12112
b0287b39
JB
121132010-03-19 Juanma Barranquero <lekktu@gmail.com>
12114
12115 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12116
3c95bbb6
DN
121172010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12118
12119 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12120
09158997
DN
121212010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12122
12123 Add special markup processing for commit logs.
12124 * log-edit.el (log-edit-extra-flags): New variable.
12125 (log-edit): Add new argument MODE. Use that mode when non-nil
12126 instead of the log-view-mode.
12127 (log-view-process-buffer): New function.
12128
12129 * vc.el: Document that the checkin method takes optional
12130 arguments. Document new backend specific method: log-view-mode.
12131 (vc-default-log-edit-mode): New function.
12132 (vc-checkin): Use a backend specific log-view-mode.
12133 Pass extra arguments to the checkin method.
12134 (vc-modify-change-comment): Pass a dummy extra argument.
12135
12136 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12137 log-edit.
12138 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12139 (vc-finish-logentry): Process the log buffer before passing it
12140 down. Pass log-edit-extra-flags.
12141
12142 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12143 command.
85626eef
SM
12144 (log-edit-extra-flags, log-edit-before-checkin-process):
12145 New declarations.
09158997
DN
12146
12147 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12148 command.
85626eef
SM
12149 (log-edit-extra-flags, log-edit-before-checkin-process):
12150 New declarations.
09158997
DN
12151 (vc-hg-log-edit-mode): New derived mode.
12152
12153 * vc-arch.el (vc-arch-checkin):
12154 * vc-cvs.el (vc-cvs-checkin):
12155 * vc-git.el (vc-git-checkin):
12156 * vc-mtn.el (vc-mtn-checkin):
12157 * vc-rcs.el (vc-rcs-checkin):
12158 * vc-sccs.el (vc-sccs-checkin):
12159 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
12160
f430423d
SM
121612010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12162
12163 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
12164 parent typo).
12165
aa8f8277
GM
121662010-03-19 Glenn Morris <rgm@gnu.org>
12167
f430423d 12168 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 12169
04525749
GM
121702010-03-18 Glenn Morris <rgm@gnu.org>
12171
c70815f1
GM
12172 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
12173
84d0a5f8
GM
12174 * replace.el (query-replace-history): Give it a doc string.
12175 (map-query-replace-regexp): Use query-replace-from-history-variable
12176 and query-replace-to-history-variable.
12177
e3a15161
GM
12178 * mail/hashcash.el (declare-function): Remove duplicate definition.
12179
27be0364
GM
12180 * mail/emacsbug.el (report-emacs-bug-pretest-address):
12181 Make it an obsolete alias for report-emacs-bug-address.
12182 (message-strip-special-text-properties): Declare.
12183 (report-emacs-bug): Remove test for a pretest bug address.
12184 Combine message-mode-specific code.
12185
88b8d18e
GM
12186 * mail/supercite.el: Don't require sendmail.
12187 (mh-in-header-p): Declare rather than using with-no-warnings.
12188 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
12189 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
12190
1a355d09
GM
12191 * calendar/cal-french.el: Convert to utf-8.
12192
04525749
GM
12193 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
12194 Emacs scripts.
12195
ae84eb97
MA
121962010-03-16 Michael Albinus <michael.albinus@gmx.de>
12197
12198 * net/secrets.el (secrets-enabled): New variable. Use it instead
12199 of a subfeature.
12200
7c75524e
MA
122012010-03-15 Michael Albinus <michael.albinus@gmx.de>
12202
12203 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
12204 service "org.freedesktop.secrets" can be pinged.
12205 Provide subfeature `enabled'.
7c75524e 12206
57938a79
JL
122072010-03-14 Juri Linkov <juri@jurta.org>
12208
12209 Add finder unknown keywords.
12210
12211 * finder.el (finder-unknown-keywords): New function.
12212
12213 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
12214 to create a Finder node with unknown keywords.
12215
88f4758e
JL
122162010-03-14 Juri Linkov <juri@jurta.org>
12217
12218 * finder.el (finder-compile-keywords): Replace `princ' with
12219 `prin1' on a list of symbols interned from keyword strings.
12220
12221 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
12222 a comma, then split keywords using a comma and optional whitespace.
12223 Otherwise, split by whitespace.
12224
12225 * complete.el:
12226 * face-remap.el:
12227 * log-view.el:
12228 * net/hmac-def.el:
12229 * net/hmac-md5.el:
12230 * net/netrc.el:
12231 * progmodes/mixal-mode.el: Fix keywords.
12232
7725ebb7
MA
122332010-03-13 Michael Albinus <michael.albinus@gmx.de>
12234
12235 * Makefile.in (ELCFILES): Add net/secrets.elc.
12236
12237 * net/secrets.el: New file.
12238
6f320937
CY
122392010-03-12 Chong Yidong <cyd@stupidchicken.com>
12240
12241 * facemenu.el (list-colors-display, list-colors-print): New arg
12242 callback. Use it to allow selecting colors.
12243
12244 * wid-edit.el (widget-image-insert): Insert image prop even if the
12245 current display is non-graphic.
12246 (widget-field-value-set): New fun.
12247 (editable-field): Use it.
12248 (widget-field-value-get): Clean up unused var.
85626eef
SM
12249 (widget-color-value-create, widget-color--choose-action):
12250 New funs. Allow using list-colors-display to choose color.
6f320937 12251
647f9993
CY
122522010-03-12 Chong Yidong <cyd@stupidchicken.com>
12253
12254 * cus-edit.el: Resort topmost custom groups.
12255 (custom-buffer-sort-alphabetically): Default to t.
12256 (customize-apropos): Use apropos-parse-pattern.
12257 (custom-search-field): New var.
12258 (custom-buffer-create-internal): Add custom-apropos search field.
12259 (custom-add-parent-links): Don't display parent doc.
12260 (custom-group-value-create): Don't sort top-level custom group.
85626eef 12261 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
12262
12263 (custom-variable-state): New fun, from custom-variable-state-set.
12264 (custom-variable-state-set): Use it.
12265 (custom-group-value-create): Hide options with standard values
12266 using the :hidden-states property. Use progress reporter.
12267
12268 (custom-show): Simplify.
12269 (custom-visibility): Disable images by default.
12270 (custom-variable): New property :hidden-states.
12271 (custom-variable-value-create): Enable images for
12272 custom-visibility widgets. Use :hidden-states property to
12273 determine initial visibility.
12274
12275 * wid-edit.el (widget-image-find): Give images center ascent.
12276 (visibility): Add :on-image and :off-image properties.
12277 (widget-visibility-value-create): Use them.
12278
eba5b4dd
CY
122792010-03-12 Chong Yidong <cyd@stupidchicken.com>
12280
12281 * cus-edit.el (processes): Remove from development group.
12282 (oop, hypermedia): Delete group.
26f4b8ab 12283 (comm): Promote to top-level group.
eba5b4dd
CY
12284
12285 * net/browse-url.el (browse-url):
12286 * net/xesam.el (xesam):
12287 * net/tramp.el (tramp):
12288 * net/goto-addr.el (goto-address):
26f4b8ab 12289 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
12290
12291 * view.el (view): Remove from editing group.
12292
12293 * uniquify.el (uniquify): Put in files group.
12294
12295 * net/browse-url.el (browse-url):
12296 * ps-print.el (postscript): Put in external group.
12297
12298 * cus-edit.el (outlines):
12299 * textmodes/text-mode.el (text-mode-hook):
12300 * textmodes/table.el (table):
12301 * textmodes/picture.el (picture):
12302 * outline.el (outlines): Put in wp group.
12303
12304 * nxml/nxml-mode.el (nxml): Remove from wp group.
12305
12306 * net/tramp-imap.el (tramp-imap): Put in tramp group.
12307
12308 * mail/metamail.el (metamail): Remove from hypermedia group.
12309
12310 * cus-edit.el (abbrev):
12311 * whitespace.el (whitespace):
12312 * vcursor.el (vcursor):
12313 * reveal.el (reveal):
12314 * hl-line.el (hl-line): Put in convenience group.
12315
12316 * epg-config.el (epg): Put in data group.
12317
12318 * emulation/pc-select.el (pc-select): Put in emulations group.
12319
12320 * calculator.el (calculator): Put in applications group.
12321
8117868f
DN
123222010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12323
12324 Add .dir-locals.el support for file-less buffers.
12325 * files.el (hack-local-variables): Split out code to apply local
12326 variable settings ...
12327 (hack-local-variables-apply): ... here. New function.
12328 (hack-dir-local-variables): Use the default directory for when the
12329 buffer does not have an associated file.
12330 (hack-dir-local-variables-non-file-buffer): New function.
12331 * diff-mode.el (diff-mode):
12332 * vc-annotate.el (vc-annotate-mode):
12333 * vc-dir.el (vc-dir-mode):
12334 * log-edit.el (log-edit-mode):
12335 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
12336
855a2294
DN
123372010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12338
12339 Add support for shelving snapshots and for showing shelves.
12340 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
12341 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
12342 New functions.
12343 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12344 (vc-bzr-extra-menu-map): Map them.
12345
3e5b7009
GM
123462010-03-11 Glenn Morris <rgm@gnu.org>
12347
0dcf7d7e
GM
12348 * cus-edit.el (customize-changed-options-previous-release):
12349 Bump to 23.1.
12350
3e5b7009
GM
12351 * image.el (image-animate-max-time): Fix :version tag.
12352
288f9fc0
CY
123532010-03-10 Chong Yidong <cyd@stupidchicken.com>
12354
12355 * Branch for 23.2.
12356
53ef91b1
SM
123572010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12358
12359 * vc-git.el (vc-git-revision-table): Include remote branches.
12360
b41460ae 123612010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
12362
12363 Animated image API.
12364 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
12365
12366 * image.el (image-animate-max-time): New defcustom.
12367 (image-animated-types): New defconst.
12368 (create-animated-image, image-animate-timer)
12369 (image-animate-start, image-animate-stop, image-animate-timeout)
12370 (image-animated-p): New functions.
12371
12372 * image-mode.el (image-toggle-display-image):
12373 Replace `create-image' with `create-animated-image'.
12374
e5d1fb10 123752010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
12376
12377 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
12378 instead of "format:"; this ensures that the output is
12379 newline-terminated.
12380
4e7cafbe
CY
123812010-03-08 Chong Yidong <cyd@stupidchicken.com>
12382
12383 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
12384 that all errors are caught, and that the return value is always a
12385 list (Bug#5692).
12386
aec66319
KH
123872010-03-08 Kenichi Handa <handa@m17n.org>
12388
12389 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 12390 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 12391
b327c975
AS
123922010-03-07 Andreas Schwab <schwab@linux-m68k.org>
12393
12394 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
12395 call to rfc822-bad-address. (Bug#5692)
12396
1c465a6a
CY
123972010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
12398
85626eef
SM
12399 * vc-git.el (vc-git-annotate-extract-revision-at-line):
12400 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 12401
a4e32226
CY
124022010-03-06 Chong Yidong <cyd@stupidchicken.com>
12403
12404 * calculator.el (calculator): Don't bind split-window-keep-point
12405 (Bug#5674).
12406
4c83ed3d
SM
124072010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12408
12409 * vc-git.el: Re-flow to fit into 80 columns.
12410 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
12411 Remove spurious `quote' element in each case alternative.
12412 (vc-git-show-log-entry): Use prog1.
12413 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
12414
e8defde3
SM
124152010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12416
12417 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
12418
233f0c9f
CY
124192010-03-03 Chong Yidong <cyd@stupidchicken.com>
12420
12421 * macros.el (insert-kbd-macro): Look up keyboard macro using the
12422 definition, not the name (Bug#5481).
12423
254bedef 124242010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
12425
12426 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
12427 argument with a local variable. (Bug#5670)
12428
7187cdae
JL
124292010-03-02 Juri Linkov <juri@jurta.org>
12430
12431 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
12432
9cf3544e
MA
124332010-03-02 Michael Albinus <michael.albinus@gmx.de>
12434
12435 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
12436 error when FILENAME and NEWNAME are existing remote directories.
12437
12438 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
12439 parameter DIR-FLAG.
12440
33f77982
GM
124412010-03-02 Glenn Morris <rgm@gnu.org>
12442
12443 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
12444 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
12445
d99ea08e
KH
124462010-03-01 Kenichi Handa <handa@m17n.org>
12447
e8defde3 12448 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
12449 myanmar-composable-pattern.
12450
e8defde3
SM
12451 * international/characters.el (script-list):
12452 * international/fontset.el (script-representative-chars):
12453 Change myanmar to burmese.
d99ea08e 12454 (otf-script-alist): Likewise.
4aa2c3b2
KH
12455 (setup-default-fontset): Likewise. Re-fix :otf spec.
12456
b374f54d
KY
124572010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12458
12459 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
12460
71572c03
JD
124612010-02-28 Jan Djärv <jan.h.d@swipnet.se>
12462
12463 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
12464
00cffdeb
MA
124652010-02-28 Michael Albinus <michael.albinus@gmx.de>
12466
12467 * net/tramp.el (tramp-handle-write-region): START can be a string.
12468 Take care in the checks. Reported by Dan Davison
12469 <davison@stats.ox.ac.uk>.
12470
d4b06783
MA
124712010-02-28 Michael Albinus <michael.albinus@gmx.de>
12472
12473 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
12474 (dbus-set-property, dbus-get-all-properties):
12475 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 12476
8c3e96d2
CY
124772010-02-28 Chong Yidong <cyd@stupidchicken.com>
12478
de3a1fe9
CY
12479 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
12480 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
12481 * calendar/icalendar.el (icalendar--add-diary-entry):
12482 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
12483 * files.el (recover-session-finish): Use with-current-buffer
12484 instead of save-excursion.
12485
c53b9c3b
SM
124862010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
12487
12488 Fix in-buffer completion when after-change-functions modify the buffer.
12489 * minibuffer.el (completion--replace): New function.
12490 (completion--do-completion): Use it and use relative movement.
12491
4a16bdc6
CY
124922010-02-27 Chong Yidong <cyd@stupidchicken.com>
12493
12494 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 12495
b8280f39
CY
124962010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
12497
c53b9c3b
SM
12498 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
12499 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 12500
f88cc4d6
KH
125012010-02-26 Kenichi Handa <handa@m17n.org>
12502
12503 * language/burmese.el: Fix entries in composition-function-table.
12504 (myanmar-composable-pattern): New variable.
12505
12506 * international/fontset.el (setup-default-fontset): Add an entry
12507 for myanmar.
12508
12509 * international/characters.el (script-list): Add Myanmar
12510 Extended-A.
12511
cdbf9100
GM
125122010-02-26 Glenn Morris <rgm@gnu.org>
12513
90a94603
GM
12514 * custom.el (custom-initialize-delay): Doc fix.
12515
cdbf9100
GM
12516 * mail/sendmail.el (send-mail-function): Autoload the call
12517 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
12518
f95a5fd0
CY
125192010-02-24 Chong Yidong <cyd@stupidchicken.com>
12520
12521 * files.el (hack-local-variables-filter): For eval forms, also
12522 check safe-local-variable-p (Bug#5636).
12523
459a5f4b
MA
125242010-02-22 Michael Albinus <michael.albinus@gmx.de>
12525
12526 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
12527 setting the modes by `ignore-errors'. It might fail, for example
12528 if the file is not owned by the user but the group.
12529 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
12530
bb23f6e8
CY
125312010-02-21 Chong Yidong <cyd@stupidchicken.com>
12532
6a7662bb
BR
12533 * files.el (directory-listing-before-filename-regexp):
12534 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
12535 date-like filenames (Bug#5597).
12536
b660eb70
CY
12537 * htmlfontify.el (htmlfontify): Doc fix.
12538
12539 * eshell/eshell.el (eshell): Doc fix.
12540
bb23f6e8
CY
12541 * startup.el (fancy-about-screen): In mode-line, apply
12542 mode-line-buffer-id face only to the buffer name (Bug#5613).
12543
3e39928c
CY
125442010-02-20 Kevin Ryde <user42@zip.com.au>
12545
f7e0618c
JB
12546 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12547 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
12548 (Bug#5599).
12549
0f00e948
EZ
125502010-02-20 Eli Zaretskii <eliz@gnu.org>
12551
12552 * subr.el (remove-yank-excluded-properties): Explain in a comment
12553 why `category' property is removed.
12554
3513efb2
CY
125552010-02-19 Chong Yidong <cyd@stupidchicken.com>
12556
6a7662bb
BR
12557 * isearch.el (isearch-update-post-hook, isearch-update):
12558 Revert 2010-02-17 change.
3513efb2 12559
b4340b3f
UJ
125602010-02-19 Ulf Jasper <ulf.jasper@web.de>
12561
12562 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
12563 (icalendar--convert-weekly-to-ical)
12564 (icalendar--convert-yearly-to-ical)
12565 (icalendar--convert-block-to-ical)
12566 (icalendar--convert-cyclic-to-ical)
12567 (icalendar--convert-anniversary-to-ical): Take care of time
12568 specifications where hour has 1-digit only (Bug#5549).
12569
8cfae03d
NR
125702010-02-19 Nick Roberts <nickrob@snap.net.nz>
12571
12572 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
12573 of disassemble output in GDB 7.1.
12574
055e4eea
GM
125752010-02-19 Glenn Morris <rgm@gnu.org>
12576
12577 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
12578 property. (Bug#5593)
12579
ff6b00de
SS
125802010-02-18 Sam Steingold <sds@gnu.org>
12581
12582 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
12583
fe8c0b47
SM
125842010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12585
12586 Use abbreviated file names in bookmarks (bug#5591).
12587 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
12588 calls to expand-file-name.
12589 (bookmark-relocate): Use abbreviated file names in bookmarks.
12590 (bookmark-load): Use abbreviated file names in messages.
12591
73a37a69
MA
125922010-02-18 Michael Albinus <michael.albinus@gmx.de>
12593
12594 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
12595 expand "." and "..". Reported by Thierry Volpiatto
12596 <thierry.volpiatto@gmail.com>.
12597
6e4f5731
MA
125982010-02-18 Michael Albinus <michael.albinus@gmx.de>
12599
12600 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
12601 permissions of the temporary file to "0600". In case the remote
12602 file has no read permissions for the owner, there might be
12603 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
12604
1260522010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
12606
12607 * emacs-lisp/authors.el (authors-renamed-files-alist):
12608 Add entries for INSTALL.CVS.
12609
ba5bf642
MH
126102010-02-17 Mark A. Hershberger <mah@everybody.org>
12611
f7e0618c 12612 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 12613
f7e0618c 12614 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
12615 (isearch-update): Use the new hook.
12616
aac0b0f2
MA
126172010-02-16 Michael Albinus <michael.albinus@gmx.de>
12618
fe8c0b47
SM
12619 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
12620 Fix errors in copying directories.
aac0b0f2
MA
12621 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
12622 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
12623 (tramp-handle-delete-file)
12624 (tramp-handle-dired-recursive-delete-directory)
12625 (tramp-handle-write-region): Flush also the cache for the upper
12626 directory.
12627
05bbe066
CY
126282010-02-16 Chong Yidong <cyd@stupidchicken.com>
12629
e8ab3908
CY
12630 * simple.el (save-interprogram-paste-before-kill): Doc fix.
12631
ff90f4b0
CY
12632 * cus-edit.el (hardware): Doc fix.
12633
12634 * man.el (man): Add to external custom group.
12635
12636 * delim-col.el (columns): Move to wp custom group.
12637
12638 * doc-view.el (doc-view): Add to data custom group.
12639
fe8c0b47 12640 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 12641
05bbe066
CY
12642 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
12643 by ispell-parse-output (Bug#5575).
12644
fa6ea913
KH
126452010-02-16 Kenichi Handa <handa@m17n.org>
12646
12647 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
12648 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
12649 (skkdic-convert): Use `euc-japan' coding system for writing.
12650
88fd78ae
GM
126512010-02-16 Glenn Morris <rgm@gnu.org>
12652
12653 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
12654 tex-main-file before using it. (Bug#5562)
12655
2b8c974a
SM
126562010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
12657
12658 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
12659 warnings, since it is annoying for the user to see them each time he
12660 runs the code.
12661
7540f029
MA
126622010-02-15 Michael Albinus <michael.albinus@gmx.de>
12663
12664 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
12665 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
12666 instead of PROC for caching "first-password-request". Otherwise,
12667 new processes would not profit from passwords already entered.
12668
2b8c974a
SM
12669 * net/tramp-cache.el (tramp-dump-connection-properties):
12670 Don't save "first-password-request" property.
7540f029 12671
fa5f7c5f
JB
126722010-02-14 Juanma Barranquero <lekktu@gmail.com>
12673
12674 * outline.el (outline-head-from-level):
12675 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
12676 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
12677 (elint-defun, elint-buffer-env, elint-top-form-logged)
12678 (elint-unbound-variable):
12679 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
12680 Fix typos in docstrings.
12681
ecbaeb7b
MA
126822010-02-14 Michael Albinus <michael.albinus@gmx.de>
12683
12684 * files.el (insert-directory): When WILDCARD-REGEXP and
12685 FULL-DIRECTORY-P are nil, insert the file entry instead of the
12686 whole directory. (Bug#5551)
12687
12688 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
12689 dired's alignment sanity. (Bug#5516)
12690
91e3333f
JL
126912010-02-14 Juri Linkov <juri@jurta.org>
12692
12693 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
12694 Remove remaining ^H with their preceding chars. (Bug#5566)
12695
36020642
GM
126962010-02-13 Glenn Morris <rgm@gnu.org>
12697
12698 * simple.el (transpose-subr): Give it a doc-string.
12699
12700 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
12701 Doc fixes.
12702
f5952338
JL
127032010-02-12 Juri Linkov <juri@jurta.org>
12704
12705 * arc-mode.el (archive-unique-fname): Make directories for nested
12706 archives. (Bug#5540)
12707
918fe50f
JL
127082010-02-12 Juri Linkov <juri@jurta.org>
12709
12710 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
12711
c07ff221
SM
127122010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12713
48b1e7cf
SM
12714 * subr.el (copy-overlay): Handle deleted overlays.
12715
c07ff221
SM
12716 * man.el (Man-completion-table): Don't signal an error if we can't run
12717 manual-program (bug#4056).
12718
0e374247
JB
127192010-02-10 Juanma Barranquero <lekktu@gmail.com>
12720
12721 * textmodes/artist.el (artist-mt): Fix typos in docstring.
12722
dbf8402b
SM
127232010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12724
348d1e60
SM
12725 * info.el (Info-bookmark-jump): Simplify.
12726
dbf8402b
SM
12727 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
12728 (bookmark-default-handler): Accept new bookmark field `buffer'.
12729
e6d23bb5
CY
127302010-02-10 Chong Yidong <cyd@stupidchicken.com>
12731
12732 * iswitchb.el (iswitchb-completions): Revert last change.
12733
a8e4290b
MA
127342010-02-10 Michael Albinus <michael.albinus@gmx.de>
12735
2b23acde 12736 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
12737 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
12738 This prevents file names like "~/" being listed literally.
a8e4290b 12739
c59d6fad
DN
127402010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
12741
348d1e60
SM
12742 * term/xterm.el (xterm-maybe-set-dark-background-mode):
12743 Remove dead code. (Bug#5546)
c59d6fad 12744
3a66e78f
CY
127452010-02-09 Chong Yidong <cyd@stupidchicken.com>
12746
12747 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
12748 correctly (Bug#5548).
12749
f29fd869
CY
127502010-02-08 Jose E. Marchesi <jemarch@gnu.org>
12751
12752 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 12753 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 12754
7fad1447
KH
127552010-02-08 Kenichi Handa <handa@m17n.org>
12756
12757 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 12758 cookie for putting `lisp-indent-function'.
7fad1447 12759
50e4518b
GM
127602010-02-07 Glenn Morris <rgm@gnu.org>
12761
12762 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
12763 Move F2003 named interfaces from keywords-2 to keywords-1, and
12764 use function-name-face rather than constant-face.
12765 Simplify "abstract interface" regexp.
12766
a4cc44cf
CY
127672010-02-07 Chong Yidong <cyd@stupidchicken.com>
12768
12769 * eshell/esh-util.el (eshell-file-attributes): New optional arg
12770 ID-FORMAT. Pass it to `file-attributes'.
12771
12772 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
12773
c917476d
CY
127742010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
12775
12776 * faces.el (set-face-attribute): Allow calling
12777 internal-set-lisp-face-attribute with 'unspecified family and
12778 foundry argument (Bug#5536).
12779
7cf3f3d6
GM
127802010-02-07 Glenn Morris <rgm@gnu.org>
12781
12782 * progmodes/f90.el (f90-font-lock-keywords-2)
12783 (f90-looking-at-type-like, f90-looking-at-program-block-end):
12784 Handle F2003 named interfaces.
12785
ffe87109
CY
127862010-02-06 Chong Yidong <cyd@stupidchicken.com>
12787
12788 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
12789 beg and end before calling c-get-state-before-change-functions.
12790
4775ecad
DN
127912010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
12792
33aeea0e
SM
12793 * vc-bzr.el (vc-bzr-dir-extra-headers):
12794 Disable the pending merges header.
4775ecad 12795
0d17c4b9
JL
127962010-02-05 Juri Linkov <juri@jurta.org>
12797
12798 * doc-view.el (doc-view-mode):
12799 * image-mode.el (image-mode): Put property mode-class=special.
12800 (Bug#4896)
12801
8228a275
MH
128022010-02-05 Mark A. Hershberger <mah@everybody.org>
12803
12804 * vc-svn.el (vc-svn-revision-table): New function.
12805
d9320986
MA
128062010-02-05 Michael Albinus <michael.albinus@gmx.de>
12807
12808 * net/ange-ftp.el (ange-ftp-insert-directory):
12809 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
12810 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
12811 Handle also directories. (Bug#5478)
12812
f43d8ecc
GM
128132010-02-05 Glenn Morris <rgm@gnu.org>
12814
12815 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
12816
ce3a988d
CY
128172010-02-05 Chong Yidong <cyd@stupidchicken.com>
12818
12819 * startup.el (command-line-1): Convert options beginning with a
12820 single dash as well (Bug#5519).
12821
bdd42899
SM
128222010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
12823
51b23c44
SM
12824 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
12825 * minibuffer.el (completion-initials-expand): Only check the presence
12826 of delims *within* the boundaries, since otherwise the / delim is
12827 always found for files.
12828
bdd42899
SM
12829 Fix up various corner case problems.
12830 * doc-view.el (doc-view-last-page-number): New function.
12831 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
12832 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
12833 (doc-view-kill-proc): Avoid inf-loop in freak cases.
12834 (doc-view-reconvert-doc): Use the new recursive delete-directory.
12835 (doc-view-convert-current-doc): Don't create the resolution.el file
12836 here any more.
12837 (doc-view-pdf/ps->png): Do it here instead.
12838 (doc-view-already-converted-p): Check that resolution.el is present.
12839 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
12840 windows that are not yet showing images.
12841
d5b3979c
MA
128422010-02-04 Michael Albinus <michael.albinus@gmx.de>
12843
12844 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
12845 `dired-uncache' for every elemnt which is an absolute file name.
12846
12847 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
12848 directory, handle its directory component.
12849 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
12850 function is called permanently and creates noise, otherwise.
12851
12852 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
12853 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
12854 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
12855
b003beb1
DB
128562010-02-04 David Burger <dburger@google.com> (tiny change)
12857
12858 * macros.el (apply-macro-to-region-lines):
12859 Minor simplification. (Bug#5485)
12860
ea92f9f3
GM
128612010-02-04 Glenn Morris <rgm@gnu.org>
12862
a03ae20d
GM
12863 * mail/rmail.el (rmail-show-message-1): Handle malformed
12864 quoted-printable text. (Bug#5441)
12865
4d01b827
GM
12866 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
12867
ea92f9f3
GM
12868 * simple.el (visual-line-mode): Capitalize lighter.
12869
82055bb7
JW
128702010-02-03 John Wiegley <jwiegley@gmail.com>
12871
12872 * iswitchb.el (iswitchb-completions): Add bookmark files to the
12873 list of files considered for "virtual buffer" completions.
12874
8214b6e4
MA
128752010-02-03 Michael Albinus <michael.albinus@gmx.de>
12876
12877 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 12878 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
12879 when dired is called with a list of files, which are not in
12880 `default-directory'. (Bug#5478)
12881
1df9718f
SM
128822010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12883
12884 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
12885
02ba1267
JL
128862010-02-02 Juri Linkov <juri@jurta.org>
12887
12888 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
12889 from unidiff to allow function-line after @@.
12890
a0c6a0fb
JL
128912010-02-02 Juri Linkov <juri@jurta.org>
12892
12893 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
12894 '(RCS SCCS) with inverted condition.
12895
c35fcd52
MA
128962010-02-02 Michael Albinus <michael.albinus@gmx.de>
12897
12898 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
12899 messages.
12900
6ba973c1
JL
129012010-02-01 Juri Linkov <juri@jurta.org>
12902
12903 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
12904 compare with "pkunzip" and "pkzip" instead of only "pkzip".
12905 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
12906 only when (car archive-zip-extract) is "unzip". (Bug#5475)
12907
0bca393f
SM
129082010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
12909
12910 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
12911 (doc-view-revert-buffer): New command.
12912 (doc-view-mode-map): Use it.
12913
7a444e2a
DN
129142010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
12915
12916 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
12917 pending merge is detected.
12918
ad6fc8f4
JL
129192010-01-31 Juri Linkov <juri@jurta.org>
12920
12921 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
12922 beginning of interactive spec like all other grep commands do.
12923 Put "all" in front of "gz". (Bug#5260)
12924
b9236874
DN
129252010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
12926
12927 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
12928
1e868757
CY
129292010-01-29 Chong Yidong <cyd@stupidchicken.com>
12930
12931 * dirtrack.el (dirtrack): Warn instead of signalling error if the
12932 regexp is incorrect (Bug#5476).
12933
e5c70c41
MA
129342010-01-29 Michael Albinus <michael.albinus@gmx.de>
12935
12936 * net/tramp.el (tramp-handle-insert-directory): Handle also
12937 symlinks, when FILENAME is not in `default-directory'.
12938
0c0b61f1
MA
129392010-01-28 Michael Albinus <michael.albinus@gmx.de>
12940
12941 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 12942 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
12943
12944 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
12945 of SWITCHES. Handle the case, FILENAME is not in
12946 `default-directory'. (Bug#5478)
12947 (tramp-register-file-name-handlers): Add safe-magic property.
12948
763f325e
CY
129492010-01-28 Chong Yidong <cyd@stupidchicken.com>
12950
12951 * arc-mode.el (archive-zip-extract): Quote the argument passed to
12952 unzip (Bug#5475).
12953
fd09a83f
CY
129542010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
12955
12956 * progmodes/flymake.el (flymake-allowed-file-name-masks)
12957 (flymake-master-make-header-init): Add other C++ filename masks.
12958 (flymake-find-possible-master-files)
12959 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
12960
7e5686f0
MA
129612010-01-28 Michael Albinus <michael.albinus@gmx.de>
12962
12963 Fix some busybox annoyances.
12964
12965 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
12966 not responding." string.
12967 (tramp-open-connection-setup-interactive-shell): Dump stty
12968 settings. Enable "neveropen" arg for all `tramp-send-command'
12969 calls. Handle "=" in variable values properly.
12970 (tramp-find-inline-encoding): Raise an error, when no encoding is
12971 found.
12972 (tramp-wait-for-output): Check, whether PROC buffer is available.
12973 Remove spurious " ^H" sequences, sent by busybox.
12974 (tramp-get-ls-command): Suppress coloring, if possible.
12975
c6265c10
GM
129762010-01-28 Glenn Morris <rgm@gnu.org>
12977
c85a168b
GM
12978 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
12979
c6265c10
GM
12980 * log-edit.el (log-edit-strip-single-file-name): Add missing
12981 :safe, :group, and :version tags.
12982
7d82a738
SB
129832010-01-27 Stephen Berman <stephen.berman@gmx.net>
12984
12985 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
12986 buffers. (Bug#5477)
12987
8b0e68ea
CY
129882010-01-27 David De La Harpe Golden <david@harpegolden.net>
12989
12990 * files.el (delete-directory): Handle moving to trash without
12991 first doing recursion (Bug#5436).
12992
368d3208
DN
129932010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
12994
12995 * vc-hooks.el (vc-path): Mark as obsolete.
12996
755da7fa
DN
129972010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
12998
e2396d80
DN
12999 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13000 names too.
13001
755da7fa
DN
13002 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13003 for the short log.
13004 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13005
6a6d15ab 130062010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 13007
ac9ffe99 13008 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 13009
48c2d18a 13010 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 13011
25f38310 130122010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
504dcc71
EH
13013
13014 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13015 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13016
51850286
DN
130172010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13018
c2f1d6d8
DN
13019 Remove support for adding --signoff on commit.
13020 Future support will use an incompatible generic mechanism.
13021 * vc-git.el (vc-git-add-signoff): Remove variable.
13022 (vc-git-toggle-signoff): Remove function.
13023 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13024
6a7662bb
BR
13025 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13026 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
13027 was set.
13028 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13029 earlier, call it again in case the background mode has changed.
13030
02c6d0d0
CY
130312010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13032
13033 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13034 (Bug#3541).
13035
064eee03
CY
130362010-01-23 Chong Yidong <cyd@stupidchicken.com>
13037
02c6d0d0
CY
13038 * emacs-lisp/assoc.el (aelement): Doc fix.
13039 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 13040
5336c3ec 130412010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 13042
48c2d18a 13043 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
13044 is the same as subprogram call, not declaration. (Bug#5435).
13045
0536254e
MA
130462010-01-23 Michael Albinus <michael.albinus@gmx.de>
13047
13048 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13049 (tramp-smb-maybe-open-connection): Use it.
13050
411d06c2
MA
130512010-01-22 Michael Albinus <michael.albinus@gmx.de>
13052
0536254e 13053 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 13054
c893016b
SM
130552010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13056
13057 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13058 just because we see "encoding: 8bit".
13059 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13060
9425f8e1
CY
130612010-01-22 Chong Yidong <cyd@stupidchicken.com>
13062
13063 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13064
6a801864
EZ
130652010-01-22 Eli Zaretskii <eliz@gnu.org>
13066
13067 * jka-compr.el (jka-compr-load): If load-file is not in
13068 load-history, try its file-truename version. (bug#5447)
13069
3e8f7d91
AM
130702010-01-21 Alan Mackenzie <acm@muc.de>
13071
13072 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
13073 * progmodes/cc-engine.el (c-invalidate-state-cache):
13074 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
13075 special cpp construct is still in the buffer.
13076 (c-parse-state): Record the special cpp with markers, not numbers.
13077
f0bd0ad5
CY
130782010-01-21 Kenichi Handa <handa@m17n.org>
13079
13080 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13081 process last-command-event, as it is now decoded first (Bug#5380).
13082
5189d95b
CY
130832010-01-20 Chong Yidong <cyd@stupidchicken.com>
13084
13085 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13086
e073d74a
GM
130872010-01-20 Glenn Morris <rgm@gnu.org>
13088
13089 * indent.el (tab-always-indent): Fix custom-type.
13090
8ee04f3a
AM
130912010-01-19 Alan Mackenzie <acm@muc.de>
13092
13093 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13094 buffer throws "args out of range".
13095 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13096 playing the role of delimiter.
13097
6a47c86a
SL
130982010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13099
bf0b361c 13100 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
13101 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13102 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13103 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13104 Improve comments in "is" portion. Handle null procedure declaration.
13105 (ada-move-to-end): Improve doc string.
13106
2acfb954
ÓF
131072010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13108
e90d57c0 13109 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 13110 Remove obsolete information from commentary.
e90d57c0
JB
13111 (ido-choice-list): Initialize to nil.
13112 (ido-get-bufname): Reject minibuffers.
13113 (ido-make-buffer-list): If "default" is a nonexistent
13114 buffer, ignore it, as per the function's comment.
13115 (ido-kill-buffer-internal): New function.
13116 (ido-kill-buffer-at-head): Use it.
13117 (ido-visit-buffer): Likewise.
2acfb954 13118
244b023e
CY
131192010-01-18 Chong Yidong <cyd@stupidchicken.com>
13120
13121 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13122
db9e401b
JB
131232010-01-18 Juanma Barranquero <lekktu@gmail.com>
13124
db9e401b
JB
13125 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13126 Fix typos in chart titles.
13127
13128 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
13129 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13130 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13131 (describe-class, eieio-describe-generic, describe-generic):
13132 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13133 (eieio-speedbar-expand):
13134 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13135 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13136 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13137 (viper-del-backward-char-in-replace, viper-backward-indent)
13138 (viper-brac-function, viper-register-to-point, viper-submit-report):
13139 * net/tramp.el (tramp-remote-coding-commands):
13140 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13141 Fix typos in docstrings.
13142
9295137d
CY
131432010-01-17 Chong Yidong <cyd@stupidchicken.com>
13144
13145 * mail/sendmail.el (mail-yank-original): Set the mark if the
13146 specified function for yanking does not do it.
13147
4d0bbcb6
DN
131482010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13149
7902c120
DN
13150 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13151
4d0bbcb6
DN
13152 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13153 resyncing a directory.
13154
0b702bc1
SL
131552010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
13156
6a47c86a 13157 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
13158 (ada-ident-re): Delete ., allow multibyte characters.
13159 (ada-goto-label-re): New; matches goto labels.
13160 (ada-block-label-re): New; matches block labels.
13161 (ada-label-re): New; matches both.
5f9d345c 13162 (ada-named-block-re): Delete; callers changed to use
0b702bc1
SL
13163 `ada-block-label-re' instead.
13164 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
13165 Use `ada-block-label-re'.
13166 (ada-indent-on-previous-lines): Improve handling of goto labels.
13167 (ada-get-indent-block-start): Special-case block label.
13168 (ada-get-indent-label): Split into `ada-indent-block-label' and
13169 `ada-indent-goto-label'.
13170 (ada-goto-stmt-start, ada-goto-next-non-ws):
13171 Optionally ignore goto labels.
13172 (ada-goto-next-word): Simplify.
13173 (ada-indent-newline-indent-conditional): Insert newline before
13174 trying to fix indentation; doc fix.
13175
05287c49
JB
131762010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
13177
13178 * calc/calc.el (calc-command-flags): Give it an initial value.
13179
4963739e
JB
131802010-01-17 Juanma Barranquero <lekktu@gmail.com>
13181
4963739e
JB
13182 * files.el (minibuffer-with-setup-hook):
13183 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
13184 (artist-key-draw-continously, artist-key-do-continously-continously)
13185 (artist-key-set-point-continously, artist-mouse-draw-continously):
13186 Fix typos in docstrings.
13187
116bd1ee
CY
131882010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
13189
6a7662bb
BR
13190 * nxml/nxml-mode.el (nxml-extend-after-change-region):
13191 Never return t (Bug#3898).
116bd1ee 13192
2784cd7a 131932010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
13194
13195 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
13196 can parse the output of the external commands (Bug#5279).
13197
abd5cfe8
CY
131982010-01-16 Jari Aalto <jari.aalto@cante.net>
13199
13200 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
13201
4fe22cdf
CY
132022010-01-16 Chong Yidong <cyd@stupidchicken.com>
13203
bbdc98ef
CY
13204 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
13205
c7dc1ac1
CY
13206 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
13207
4fe22cdf
CY
13208 * startup.el (command-line): Remove unused --icon-type arg.
13209 Handle --display arg, passing it to command-line-1 (Bug#5392).
13210
045b9da7
ML
132112010-01-16 Mario Lang <mlang@delysid.org>
13212
045b9da7
ML
13213 * emacs-lisp/chart.el (chart-translate-namezone):
13214 * textmodes/artist.el (artist-compute-popup-menu-table):
13215 Remove duplicated words in doc-strings.
13216
6554a5df
CY
132172010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
13218
13219 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
13220 to mairix-search to suppress threading (Bug#5342).
13221
ca4f0e9a
KH
132222010-01-15 Kenichi Handa <handa@m17n.org>
13223
13224 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 13225 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 13226
1db3226b
GM
132272010-01-15 Glenn Morris <rgm@gnu.org>
13228
56a03f46
GM
13229 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
13230
13231 * wid-edit.el (widget-keymap): Doc fix.
13232
1db3226b
GM
13233 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
13234 former seems to be more widely accepted by various svn versions.
13235
80cd4bb4
JB
132362010-01-14 Juanma Barranquero <lekktu@gmail.com>
13237
d1f18ec0
JB
13238 * find-cmd.el (find-constituents):
13239 * vc-arch.el (vc-arch-root):
13240 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
13241 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
13242 * progmodes/ada-stmt.el (ada-if):
13243 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
13244 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
13245 (ispell-encoding8-command, ispell-aspell-supports-utf8)
13246 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
13247
80cd4bb4
JB
13248 * progmodes/flymake.el (flymake-post-syntax-check):
13249 Fix typo in error message.
13250
9c23ca47
JB
132512010-01-14 Juanma Barranquero <lekktu@gmail.com>
13252
13253 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
13254 which is always a string. (Bug#5313)
13255
8794c483
JB
132562010-01-14 Juanma Barranquero <lekktu@gmail.com>
13257
13258 * progmodes/ada-xref.el (ada-default-prj-properties):
13259 Simplify previous change.
13260
95005d39
SL
132612010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13262
13263 * progmodes/ada-xref.el (ada-default-prj-properties):
13264 Default ada_project_path to $ADA_PROJECT_PATH.
13265
132662010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
13267
13268 * progmodes/ada-mode.el (ada-create-keymap):
13269 Override `narrow-to-defun' with `ada-narrow-to-defun'.
13270
fb0d1545
SL
132712010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13272
13273 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
13274 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
13275 (ada-get-current-indent, ada-imenu-generic-expression)
13276 (ada-which-function): Check for it.
13277
5c9434d0
SL
132782010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13279
13280 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
13281 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
13282
3a4f3a3b
GM
132832010-01-14 Glenn Morris <rgm@gnu.org>
13284
13285 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
13286
d9a7c140
KH
132872010-01-14 Kenichi Handa <handa@m17n.org>
13288
13289 * composite.el (auto-composition-mode): Make it a buffer local
13290 variable (permanent-local).
13291 (auto-composition-function): Set the default value to
13292 auto-compose-chars.
49caf252 13293 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
13294 (global-auto-composition-mode): Likewise.
13295 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 13296
38bee102
KF
132972010-01-13 Karl Fogel <kfogel@red-bean.com>
13298
13299 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 13300
b8b45afc
MA
133012010-01-12 Michael Albinus <michael.albinus@gmx.de>
13302
13303 * files.el (copy-directory): Compute target for recursive
13304 directories with identical names. (Bug#5343)
13305
893db5bc
GM
133062010-01-12 Glenn Morris <rgm@gnu.org>
13307
6a7662bb
BR
13308 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13309 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 13310
d8b8451f
SS
133112010-01-11 Sam Steingold <sds@gnu.org>
13312
13313 * imenu.el (imenu-default-create-index-function): Detect infinite
13314 loops caused by imenu-prev-index-position-function.
13315
30afcdff
JB
133162010-01-11 Juanma Barranquero <lekktu@gmail.com>
13317
13318 * htmlfontify.el (htmlfontify-load-rgb-file)
13319 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
13320 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
13321 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
13322 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
13323 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
13324 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
13325 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
13326 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
13327 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
13328 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
13329 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
13330 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
13331 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
13332 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
13333 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
13334 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
13335 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
13336 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
13337 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
13338 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
13339 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
13340 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
13341 backslash-quoting from parentheses, etc.
13342
92b1c416
CY
133432010-01-11 Chong Yidong <cyd@stupidchicken.com>
13344
13345 * progmodes/js.el: Autoload javascript-mode alias.
13346
4454adab
JB
133472010-01-11 Juanma Barranquero <lekktu@gmail.com>
13348
13349 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
13350 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
13351 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
13352 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
13353 Fix typos in docstrings.
13354 (ffap-url-regexp): Doc fix.
13355 (ffap-at-mouse): Fix typo in message.
13356
6589a2f9
GM
133572010-01-11 Glenn Morris <rgm@gnu.org>
13358
13359 * version.el (emacs-copyright): Set copyright year to 2010.
13360
4e5617ee
SM
133612010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
13362
13363 * format.el (format-annotate-function): Only set
13364 write-region-post-annotation-function after running to-fn so as not to
13365 affect nested write-region calls (bug#5273).
13366
52bee098
CY
133672010-01-10 Chong Yidong <cyd@stupidchicken.com>
13368
a069f067
CY
13369 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
13370 wisent/python.el.
13371
e709e39d
CY
133722010-01-09 Chong Yidong <cyd@stupidchicken.com>
13373
13374 * man.el (Man-goto-section): Signal error if the section is not
13375 found (Bug#5317).
13376
6ee86780
JB
133772010-01-09 Juanma Barranquero <lekktu@gmail.com>
13378
13379 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
13380 URLs with a leading triple slash in the file: scheme. (Bug#5345)
13381
fa7b5f7b
CY
133822010-01-09 Chong Yidong <cyd@stupidchicken.com>
13383
13384 * progmodes/compile.el: Don't treat compile-command as safe if
13385 compilation-read-command might be nil (Bug#4218).
13386
de62c4d9
JD
133872010-01-09 Jan Djärv <jan.h.d@swipnet.se>
13388
13389 * startup.el (command-line-1): Use orig-argi to check for ignored X and
13390 NS options.
13391
e94be827
KH
133922010-01-08 Kenichi Handa <handa@m17n.org>
13393
4e5617ee
SM
13394 * international/fontset.el (build-default-fontset-data):
13395 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 13396
1dfae2a2
JB
133972010-01-07 Juanma Barranquero <lekktu@gmail.com>
13398
13399 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
13400 to `create-file-buffer' as it expects, not just a buffer name.
13401 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
13402 to help uniquify. (Bug#3224)
13403
d0cf45b7
JD
134042010-01-06 Jan Djärv <jan.h.d@swipnet.se>
13405
13406 * font-setting.el (font-setting-change-default-font): Use user-spec
13407 instead of name.
13408
7534fa5e
DN
134092010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13410
13411 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
13412
fd579fdc
CY
134132010-01-05 Tom Tromey <tromey@redhat.com>
13414
4e5617ee
SM
13415 * progmodes/python.el (python-font-lock-keywords):
13416 Handle qualified decorators (Bug#881).
fd579fdc 13417
37860caf
DN
134182010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13419
13420 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
13421 in a lightweight checkout.
13422
69db641d
KH
134232010-01-05 Kenichi Handa <handa@m17n.org>
13424
4e5617ee 13425 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 13426
b25d6a02
DN
134272010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13428
13429 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
13430
137d88ca
DN
134312010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
13432
13433 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
13434 checkouts. (Bug#618)
3d5d0aa9 13435 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
13436 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
13437 (vc-bzr-shelve-menu-map):
13438 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
13439 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 13440
da76998b
CY
134412010-01-02 Chong Yidong <cyd@stupidchicken.com>
13442
13443 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
13444 They are valid characters in URL paths (rfc3986), and at least
13445 Firefox does not understand the encoded version (Bug#3166).
13446
b2ad70b6
CY
134472010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
13448
13449 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
13450 (octave-block-begin-or-end-regexp, octave-block-match-alist):
13451 Add "end" keyword (Bug#3061).
b2ad70b6
CY
13452 (octave-end-as-array-index-p): New function.
13453 (calculate-octave-indent): Use it.
13454
54136282
KF
134552010-01-02 Karl Fogel <kfogel@red-bean.com>
13456
13457 * bookmark.el: Consistently put the text property on the bookmark name.
13458 (bookmark-bmenu-marks-width): Bump back to 2, to include
13459 annotation marks.
13460 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
13461 property on the bookmark name, instead of not putting it at all.
13462 (bookmark-bmenu-list): Fix where we put the text property.
13463
cc4d3cad
KF
134642010-01-02 Karl Fogel <kfogel@red-bean.com>
13465
13466 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
13467 for showing buffer modified state (as added in the previous change).
13468
b894c439
KF
134692010-01-02 Karl Fogel <kfogel@red-bean.com>
13470
13471 * bookmark.el: Show modified state of bookmark buffer more accurately.
13472 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
13473 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
13474 (with-buffer-modified-unmodified): New macro.
13475 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13476 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 13477 Use new macro to preserve the buffer modified state.
b894c439 13478
3a69db53
KF
134792010-01-02 Karl Fogel <kfogel@red-bean.com>
13480
4e5617ee 13481 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
13482 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
13483 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
13484 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
13485 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
13486 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
13487 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 13488
af414f10
EZ
134892010-01-02 Eli Zaretskii <eliz@gnu.org>
13490
4e5617ee
SM
13491 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13492 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 13493
f2ec0e5e
CY
134942010-01-02 Ryan Yeske <rcyeske@gmail.com>
13495
13496 * net/rcirc.el: Add follow-link binding (Bug#4738).
13497
38c1ba62
EZ
134982010-01-02 Eli Zaretskii <eliz@gnu.org>
13499
4e5617ee 13500 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
13501 (cvs-update): New target for backward compatibility.
13502
4e5617ee 13503 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
13504 (cvs-update): New target for backward compatibility.
13505
ea2c0f5b
KF
135062010-01-02 Karl Fogel <kfogel@red-bean.com>
13507
13508 * bookmark.el: Remove gratuitous gratitude.
13509
5ae329f4
KF
135102010-01-02 Karl Fogel <kfogel@red-bean.com>
13511
c4cc8b9a 13512 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
13513 (bookmark-bmenu-save): Clear buffer modification if no marks.
13514
135152010-01-02 Karl Fogel <kfogel@red-bean.com>
13516
13517 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
13518 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
13519 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
13520 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
13521
13522 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
13523 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
13524 To: emacs-devel {_AT_} gnu.org
13525 Subject: bookmark.el bug report
13526 Date: Mon, 28 Dec 2009 14:19:16 +0800
13527 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
13528
aef053eb
KF
135292010-01-02 Karl Fogel <kfogel@red-bean.com>
13530
13531 * bookmark.el: Improvements suggested by Drew Adams:
13532 (bookmark-bmenu-ensure-position): New name for
13533 `bookmark-bmenu-check-position'. Just ensure the position,
13534 don't return any meaningful value.
13535 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
13536 New constants.
13537
0472835f
JB
135382010-01-02 Juanma Barranquero <lekktu@gmail.com>
13539
13540 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
13541 (bookmark-yank-point, bookmark-bmenu-check-position):
13542 Fix typos in docstrings.
13543 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
13544 (bookmark-name-from-full-record, bookmark-get-position)
13545 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
13546 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
13547 Remove useless quoting of parenthesis, etc. in docstrings.
13548
13549 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
13550 (ediff-append-custom-diff): Fix typo in error message.
13551 (ediff-meta-mark-equal-files): Fix typos in messages.
13552
13553 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
13554
0472835f
JB
13555 * net/imap-hash.el (imap-hash-make): Doc fix.
13556 (imap-hash-test): Fix typo in error message; reflow docstring.
13557 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
13558 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
13559 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
13560 Fix typos in docstrings.
13561 (imap-hash-open-connection): Fix typo in error message.
13562
13563 * play/gomoku.el (gomoku): Fix typos in docstring.
13564
13565 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
13566 (gdb-jsonify-buffer): Fix typos in docstring.
13567 (gdb-goto-breakpoint): Fix typo in error message.
13568 ("Display Other Windows"): Fix typo in help message.
13569 (gdb-speedbar-expand-node): Fix typo in question.
13570
13571 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
13572 (idlwave-html-system-help-location, idlwave-html-help-location)
13573 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
13574 (idlwave-help-browser-generic-args, idlwave-help-directory)
13575 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
13576 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
13577 (idlwave-online-help, idlwave-help-html-link)
13578 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
13579 Fix typos in docstrings.
13580 (idlwave-help-with-source, idlwave-help-find-routine-definition):
13581 Reflow docstrings.
13582 (idlwave-help-assistant-start): Fix typo in error message.
13583
13584 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
13585 (octave-electric-space): Fix typos in docstrings.
13586
9bbe0828
CY
135872010-01-01 Chong Yidong <cyd@stupidchicken.com>
13588
13589 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
13590
a88c46c3
CY
135912010-01-01 Juri Linkov <juri@jurta.org>
13592
13593 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 13594 increase the default to 500 (Bug#5148).
a88c46c3 13595
7ee6c59b
NR
135962009-12-31 Nick Roberts <nickrob@snap.net.nz>
13597
13598 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
13599 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
13600 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
13601
a9c8a2cd
NR
136022009-12-30 Nick Roberts <nickrob@snap.net.nz>
13603
13604 Show working revision correctly for mercurial.
13605 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 13606 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 13607
659e4408
JB
136082009-12-29 Juanma Barranquero <lekktu@gmail.com>
13609
13610 Declare some functions for the byte-compiler.
13611 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
13612 (speedbar-timer-fn, speedbar-change-expand-button-char)
13613 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
13614
7ee6c59b
NR
136152009-12-29 Nick Roberts <nickrob@snap.net.nz>
13616
13617 This changeset reverts GDB Graphical Interface to use annotations.
13618 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
13619
460f6e7c
DN
136202009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
13621
13622 Make vc-dir work on subdirectories of the bzr root.
6a7662bb
BR
13623 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
13624 Return file names relative to it.
460f6e7c
DN
13625 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
13626 relative directory to vc-bzr-after-dir-status.
13627
543f553a
TH
136282009-12-28 Tassilo Horn <tassilo@member.fsf.org>
13629
13630 * font-lock.el (font-lock-refresh-defaults): New function, which
13631 can be used to let font-lock react to external changes in
13632 variables like font-lock-defaults and keywords.
13633 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
13634
2592ab76
DN
136352009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
13636
ac859983
DN
13637 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
13638
2592ab76
DN
13639 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
13640
58941d03
JB
136412009-12-28 Juanma Barranquero <lekktu@gmail.com>
13642
13643 Supersede color.diff settings in git log (bug#5211).
13644
13645 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
13646 escape chars in its output when the user has color.diff set to `always'.
13647 This fix works on git 1.4.2 and newer (released on 2006-08-13).
13648
39764e76
KR
136492009-12-26 Kevin Ryde <user42@zip.com.au>
13650
13651 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
13652 node. Keep previous "Index" name to work with past coreutils too.
13653
91c4831e
KR
13654 * man.el (man): Revise docstring a bit to show -a and -l as
13655 examples. Add -k description since support for it has otherwise
13656 been a secret. (Further to bug#3717.)
651e932e
KR
13657 (Man-bgproc-sentinel): When "-k foo" produces no output show error
13658 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 13659 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 13660
7f4d4a97
MA
136612009-12-26 Michael Albinus <michael.albinus@gmx.de>
13662
13663 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
13664 switches. Check also for //SUBDIRED// line.
13665
bcffff46
KH
136662009-12-25 Kenichi Handa <handa@m17n.org>
13667
88b5a757 13668 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
13669 handle ZWNJ and ZWJ. Use it in composition-function-table for
13670 Devanagari.
13671 (malayalam-composable-pattern): Fix previous change.
13672
dc1dcfa4
VJL
136732009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13674
13675 * ps-print.el (ps-face-attributes): It was not returning the
13676 attribute face for faces specified as string. Reported by harven
80525855 13677 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
13678 (ps-print-version): New version 7.3.5.
13679
6fe539d2
UJ
136802009-12-18 Ulf Jasper <ulf.jasper@web.de>
13681
85626eef 13682 * calendar/icalendar.el (icalendar--convert-tz-offset):
88b5a757
DD
13683 Fix timezone names.
13684 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
13685 (icalendar--add-diary-entry): Remove the trailing blank that
13686 diary-make-entry inserts.
13687
1f3611c6
MA
136882009-12-17 Michael Albinus <michael.albinus@gmx.de>
13689
13690 Make `file-expand-wildcards' work for remote files.
13691
13692 * files.el (file-expand-wildcards): In case of remote files, check
13693 only local file name part for wildcards. Provide feature 'files
13694 and subfeature 'remote-wildcards. (Bug#5198)
13695
13696 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
13697 if there is already an established connection.
13698 (tramp-advice-file-expand-wildcards): Remove it.
13699
13700 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 13701 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
13702 Activate advice for older GNU Emacs versions. (Bug#5237)
13703
9762b219
JB
137042009-12-17 Juanma Barranquero <lekktu@gmail.com>
13705
13706 Some doc fixes (more needed).
13707
13708 * find-cmd.el (find-constituents): Reflow docstring.
13709 (find-cmd, find-prune, find-command): Fix typos in docstrings.
13710 (find-generic): Doc fix.
13711
cfb54897
JL
137122009-12-17 Juri Linkov <juri@jurta.org>
13713
13714 Fix regression from 23.1 to allow multiple modes in Local Variables.
13715
13716 * files.el (hack-local-variables-filter): While ignoring duplicates,
13717 don't take `mode' into account.
85626eef
SM
13718 (hack-local-variables-filter, hack-dir-local-variables):
13719 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 13720
ad974e9e
JL
137212009-12-17 Juri Linkov <juri@jurta.org>
13722
85626eef 13723 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
13724
13725 * dired-aux.el (dired-diff): Signal an error when `file' equals to
13726 `current' or when `file' is a directory of the `current' file.
13727
3616e0b9
AS
137282009-12-17 Andreas Schwab <schwab@linux-m68k.org>
13729
13730 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
13731 unconditionally preloaded files.
13732
72b57560
JL
137332009-12-16 Juri Linkov <juri@jurta.org>
13734
13735 Revert to old 23.1 logic of using the file at the mark as default.
13736 * dired-aux.el (dired-diff): Use the file at the mark as default
13737 if it's not the same as the current file, and the target dir is
13738 the current dir or the mark is active. Add the current file
13739 as the arg of `dired-dwim-target-defaults'. Use the default file
13740 in the prompt. (Bug#5225)
13741
68712eb6
MA
137422009-12-15 Michael Albinus <michael.albinus@gmx.de>
13743
13744 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
13745 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
13746 (tramp-check-for-regexp): Check also, when an echoing shell stops
13747 to echo sent commands.
13748
fd471993
CY
137492009-12-14 Chong Yidong <cyd@stupidchicken.com>
13750
13751 * Makefile.in: Revert last change (Bug#5191).
13752
86b5e14c
DN
137532009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
13754
13755 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
13756 (vc-hg-working-revision): Make sure the command is executed in a
13757 known environment so that we can parse the output. (Bug#4417)
86b5e14c 13758
8cffbb75
CY
137592009-12-14 Chong Yidong <cyd@stupidchicken.com>
13760
13761 * progmodes/python.el (python-symbol-completions): Remove text
13762 properties from symbol string before calling python-send-receive.
13763
6c2b67ad
NR
137642009-12-14 Nick Roberts <nickrob@snap.net.nz>
13765
13766 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 13767 when there are values for both file and line. (Bug#5060)
6c2b67ad 13768
ff6f4585
JL
137692009-12-14 Juri Linkov <juri@jurta.org>
13770
13771 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
13772 whitespace after the file name of the first line of unified format,
13773 because git-diff doesn't output whitespace and file modification time
13774 after the file name.
13775
d3de1c8e
JL
137762009-12-14 David Kastrup <dak@gnu.org>
13777
13778 * info.el (Info-hide-cookies-node): Before hiding a cookie,
13779 check if it already has the `display' property added by
13780 `Info-display-images-node', and not put the `invisible' property
13781 in this case.
13782
2f1b7dc4
GM
137832009-12-13 Glenn Morris <rgm@gnu.org>
13784
a0cefee5
GM
13785 * mail/emacsbug.el (message-sort-headers): Define for compiler.
13786 (report-emacs-bug): In message-mode, sort manually before storing
13787 original report text. (Bug#5178)
2f1b7dc4
GM
13788 Remove superfluous save-excursion.
13789
31bb373f
MA
137902009-12-12 Michael Albinus <michael.albinus@gmx.de>
13791
13792 * net/dbus.el (dbus-property-handler): Filter lambda forms out
13793 when responding to "GetAll" properties.
13794
5e1d4968
CY
137952009-12-12 Chong Yidong <cyd@stupidchicken.com>
13796
13797 * simple.el (compose-mail): Remove mail-setup-with-from from
13798 customization checks.
13799
097d86f9
EZ
138002009-12-12 Eli Zaretskii <eliz@gnu.org>
13801
13802 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
13803 RAR archives created on Unix systems.
13804
1d4adede
SM
138052009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
13806
13807 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
13808 the varalias that was accidentally removed by the 2009-11-19 change
13809 (bug#5186).
13810
3ff3655c
KH
138112009-12-12 Kenichi Handa <handa@m17n.org>
13812
13813 * language/indian.el (indian-compose-regexp): New function.
13814 (malayalam-composable-pattern): Fix the pattern.
13815 (composition-function-table): Set malayalam-composable-pattern for
13816 Malayalam characters.
13817
82d3343c
CY
138182009-12-11 Chong Yidong <cyd@stupidchicken.com>
13819
315eb96d
CY
13820 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
13821 rather than down-mouse-1, based on follow-link conventions.
13822
82d3343c
CY
13823 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
13824 are compiled.
13825
86a4c7ac
DN
138262009-12-11 Michael McNamara <mac@mail.brushroad.com>
13827
bf0b361c 13828 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
13829 (verilog-vmm-statement-re, verilog-ovm-statement-re)
13830 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
13831 (verilog-leap-to-head, verilog-backward-token):
13832 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
13833
138342009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
13835
bf0b361c
JB
13836 * progmodes/verilog-mode.el (verilog-auto-lineup)
13837 (verilog-nameable-item-re): Cleanup user-visible spelling and
13838 documentation errors. One reported by Gary Delp.
1d4adede 13839 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
13840 (verilog-read-decls): Fix AUTOWIRE with types declared in a
13841 package, bug195. Reported by Pierre-David Pfister.
13842
fe03f49a
GM
138432009-12-11 Glenn Morris <rgm@gnu.org>
13844
47641aac
GM
13845 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
13846
85094855
GM
13847 * mail/emacsbug.el: No longer require sendmail.
13848 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
13849 (report-emacs-bug-orig-text): Doc fix.
13850 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
13851 New local variables, to adapt to different mail-user-agents.
13852 (report-emacs-bug): Fix test for a gnu.org address.
13853 Use overlays for emphasis, since font-lock defeats 'face property.
13854 Pretest bugs also end up at the newsgroup these days.
13855 Stop message-mode stripping text properties.
13856 Set and use the new buffer-local variables.
13857 (report-emacs-bug-hook): Add doc-string.
13858 Remove some unnecessary save-excursions and simplify.
13859 Use the appropriate hook and send-command.
13860
fe03f49a
GM
13861 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
13862 capitalization of some menu entries.
13863
345427f0
VJL
138642009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13865
277e6741
MP
13866 * whitespace.el (whitespace-display-char-on):
13867 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
13868 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
13869 New version 12.1.
13870
c70ccbba
EZ
138712009-12-10 Eli Zaretskii <eliz@gnu.org>
13872
13873 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
13874 characters in the Attribute field.
13875
f1943c1b
DN
138762009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
13877
13878 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
13879
1c67aeaa
SM
138802009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
13881
13882 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
13883 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13884 Disregard autoload-excludes.
13885 (update-directory-autoloads): Obey autoload-excludes here instead.
13886 But don't store its contents in no-autoloads and remove entries that
13887 refer to excludes files.
13888
d8194864
GM
138892009-12-10 Glenn Morris <rgm@gnu.org>
13890
8c0171c0
GM
13891 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
13892 (expand-mail-aliases): Define for compiler.
13893
dba372dd
GM
13894 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
13895 Define for compiler.
13896
d8194864
GM
13897 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
13898 appropriate for the mail-user-agent in use.
13899
fe5facd3
MA
139002009-12-09 Michael Albinus <michael.albinus@gmx.de>
13901
13902 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
13903
99999a1d
DN
139042009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
13905
13906 Fix short log parsing and fontification.
13907 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
13908 Fix fontification for the [merge] label.
13909
2ea1c4aa
SM
139102009-12-09 Vivek Dasmohapatra <vivek@etla.org>
13911
85626eef 13912 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
13913 * htmlfontify.el (hfy-ignored-properties): New defcustom.
13914 (hfy-fontify-buffer): Use it.
13915
9840deb6
SM
139162009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
13917
a0d1aadf
SM
13918 Minor cleanup.
13919 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
13920 Adjust all callers.
13921 (ffap-locate-file): Remove unused arg `dir-ok' and make other
13922 args compulsory. Adjust callers.
13923 (ffap-gopher-at-point): Remove unused var `name'.
13924
9840deb6
SM
13925 Get rid of the ELCFILES abomination.
13926 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
13927 (compile-elcfiles): New phony target.
13928 (compile-main): Compute ELCFILES dynamically.
13929 (compile-clean): New target to remove left-over elc files.
13930 (compile, all): Use it.
13931
7eb3f9a8
KH
139322009-12-09 Kenichi Handa <handa@etlken>
13933
13934 * international/mule-diag.el: Require help-mode instead of help-fns.
13935
ae63e572
KH
139362009-12-09 Kenichi Handa <handa@m17n.org>
13937
5ce6e4f4 13938 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
13939 fine ranges instead of pre-calculating accurate ranges.
13940 Iterate with bigger gc-cons-threshold.
ae63e572 13941
e2f3c692
DN
139422009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
13943
13944 Add support for stashing a snapshot of the current tree.
13945 * vc-git.el (vc-git-stash-snapshot): New function.
13946 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
13947
cf6d0352
JB
139482009-12-08 Jose E. Marchesi <jemarch@gnu.org>
13949
13950 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
13951 instead of `(beginning|end)-of-line'.
13952
48e4acc9
GM
139532009-12-08 Glenn Morris <rgm@gnu.org>
13954
6e890faa
GM
13955 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
13956
48e4acc9
GM
13957 * Makefile.in (ELCFILES): Regenerate.
13958
d2a1dc7b
JL
139592009-12-07 Juri Linkov <juri@jurta.org>
13960
13961 Don't lazy-highlight the comint output in history Isearch mode.
13962
13963 * comint.el (comint-history-isearch-search): Instead of
13964 `comint-line-beginning-position', use `comint-after-pmark-p'
13965 to check if point if before the process mark, and go to
13966 `process-mark' in this case.
13967
51ef56c4
SM
139682009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
13969
fb10ee4a
SM
13970 * textmodes/tex-mode.el (latex-complete)
13971 (latex-indent-or-complete): Remove.
13972 (latex-mode): Set completion-at-point-functions instead.
13973
13974 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
13975 * minibuffer.el (completion-at-point-functions): New var.
13976 (completion-at-point): New command.
fb10ee4a 13977 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
13978 * progmodes/python.el (python-mode-map): Use completion-at-point.
13979 (python-completion-at-point): Rename from python-partial-symbol and
13980 adjust for use in completion-at-point-functions.
13981 (python-mode): Setup completion-at-point for Python completion.
13982 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
13983 extracted from lisp-complete-symbol.
13984 (lisp-complete-symbol): Use it.
13985 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
13986 setup completion-at-point for Elisp completion.
fb10ee4a
SM
13987 (emacs-lisp-mode-map, lisp-interaction-mode-map):
13988 Use completion-at-point.
51ef56c4 13989 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 13990 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
13991 * progmodes/sym-comp.el: Move to...
13992 * obsolete/sym-comp.el: Move from progmodes.
13993
5e7a9022
EZ
139942009-12-07 Eli Zaretskii <eliz@gnu.org>
13995
13996 Prevent save-buffer in Rmail buffers from using the coding-system
13997 of the current message, and from clobbering the encoding mnemonics
13998 in the mode line (Bug#4623).
13999
14000 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14001 flag, too.
14002 (rmail-message-encoding): New variable.
14003 (rmail-write-region-annotate): Record the encoding of the current
14004 message in rmail-message-encoding.
14005 (rmail-after-save-hook): New function, restores the encoding of
14006 the current message after the message collection is saved.
14007
9136e895
JL
140082009-12-07 Juri Linkov <juri@jurta.org>
14009
14010 * progmodes/grep.el (grep-read-files): Use `completing-read'
14011 instead of `read-string'. Set its `collection' arg to
14012 `read-file-name-internal'. (Bug#4301)
14013
40637410
JL
140142009-12-07 Juri Linkov <juri@jurta.org>
14015
14016 Correctly restore original Isearch point. (Bug#4994)
14017
14018 * isearch.el (isearch-mode): Move `isearch-push-state' after
14019 `(run-hooks 'isearch-mode-hook)'.
14020 (isearch-cancel): When `isearch-push-state-function' is defined,
14021 let-bind `isearch-cmds' to the first state (the last element of
14022 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14023 function and restores the original point). Otherwise, move point
14024 to `isearch-opoint'.
14025
da10ce2b
SM
140262009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14027
14028 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14029 chars that don't have names, so the table can be built much faster at
14030 run-time.
14031
3d68fa99
CY
140322009-12-07 Chong Yidong <cyd@stupidchicken.com>
14033
f82b1493
CY
14034 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14035 change. Suggested by David Kastrup.
14036
3d68fa99
CY
14037 * simple.el (compose-mail): Check for incompatibilities and warn.
14038 (compose-mail-user-agent-warnings): New option.
14039
662c5698
DN
140402009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14041
14042 Support showing a single log entry from vc-annotate.
14043 * vc.el (print-log): Add a new argument: START-REVISION.
14044 (vc-print-log-internal): Add a new optional argument and
14045 pass it to the backend.
14046 (vc-print-log, vc-print-root-log): Adjust callers.
14047 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14048 buffer already displays the requested log entry, use it.
14049 Otherwise display only the log entry in question.
14050 * vc-svn.el (vc-svn-print-log):
e4070cdc 14051 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
14052 * vc-hg.el (vc-hg-state):
14053 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14054 (vc-git-show-log-entry): Return t on success.
14055 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14056 (vc-bzr-show-log-entry): Return t on success.
14057 * vc-rcs.el (vc-rcs-print-log):
14058 * vc-sccs.el (vc-sccs-print-log):
14059 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14060
e4070cdc
GM
140612009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14062
5ce6e4f4
JB
14063 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14064 Add menus to the meta mode. (Bug#5043)
e4070cdc 14065
5ce6e4f4 140662009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
14067
14068 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 14069 event-key.
662c5698 14070
662c5698
DN
14071 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14072
dab816a9
MA
140732009-12-07 Michael Albinus <michael.albinus@gmx.de>
14074
14075 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14076 Berbain <raphael.berbain@gmail.com>.
14077
14078 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14079 characters.
14080 (tramp-initial-end-of-output): New defconst.
14081 (tramp-methods, tramp-find-shell)
14082 (tramp-open-connection-setup-interactive-shell)
14083 (tramp-maybe-open-connection): Use it.
6a7662bb
BR
14084 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14085 Handle existence of `#' and `$'.
dab816a9 14086
6a7662bb
BR
14087 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14088 Use `tramp-initial-end-of-output'.
dab816a9 14089
a91e1f6b
DN
140902009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14091
14092 Get the background mode from the terminal for xterm, and set
14093 faces accordingly.
14094 * term/xterm.el (xterm-set-background-mode): New function.
14095 (terminal-init-xterm): Use it in case xterm supports background
14096 color queries. Recompute faces after getting the background
14097 color.
14098
5fa9d1ec
GM
140992009-12-07 Ulrich Mueller <ulm@gentoo.org>
14100
14101 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14102 number comment back on its own line, for easier parsing.
14103
5e9fde5e
SM
141042009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14105
14106 Make it work for non-file buffers (bug#5102).
14107 * doc-view.el (doc-view-current-cache-dir):
14108 Use doc-view-buffer-file-name rather than buffer-file-name.
14109 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14110
2f2f5242
CY
141112009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14112
14113 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14114 author field is too short.
14115
cebf8ec6
DN
141162009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14117
5e9fde5e
SM
14118 * vc-git.el (vc-git-print-log): Handle a limit argument.
14119 Display the short log in graph form and with labels.
0d3f8a78
DN
14120 (vc-git-log-view-mode): Handle labels.
14121
cebf8ec6
DN
14122 Make vc-revert change VC state from 'added to 'unregistered.
14123 * vc-git.el (vc-git-revert): Call git reset first.
14124
8e39154d
UJ
141252009-12-06 Ulf Jasper <ulf.jasper@web.de>
14126
d8194864
GM
14127 * net/newst-backend.el, net/newst-plainview.el:
14128 * net/newst-reader.el, net/newst-ticker.el:
14129 * net/newst-treeview.el, net/newsticker.el:
14130 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 14131
ef187c24
CY
141322009-12-06 Chong Yidong <cyd@stupidchicken.com>
14133
238a0f3a
CY
14134 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14135
2c6bb71a
CY
14136 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14137 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14138 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14139 Update annotation regexp.
14140
ef187c24
CY
14141 * simple.el (beginning-of-visual-line): Constrain to field
14142 boundaries (Bug#5106).
14143
571855b6
UJ
141442009-12-06 Ulf Jasper <ulf.jasper@web.de>
14145
6a7662bb
BR
14146 * xml.el (xml-substitute-numeric-entities):
14147 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14148 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
14149 * net/newst-backend.el (newsticker--parse-generic-feed)
14150 (newsticker--parse-generic-items)
6a7662bb
BR
14151 (newsticker--decode-numeric-entities):
14152 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14153 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 14154
b857059c
CY
141552009-12-06 Daniel Colascione <dan.colascione@gmail.com>
14156
14157 * progmodes/js.el (js--js-not): Add null to the list of values.
14158
c2dae51b
CY
141592009-12-06 Chong Yidong <cyd@stupidchicken.com>
14160
d8194864 14161 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 14162
ed0f72d2
RW
141632009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14164
14165 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
14166 delimiter if it is at the end of the current line.
14167 (bibtex-generate-url-list): Fix docstring.
14168
365b9a62
SM
141692009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14170
14171 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
14172 minibuffer's content with itself.
14173 Fold the confirm-after-completion case into the `confirm' case.
14174 (completion-pcm-word-delimiters): Add : and / to the delimiters.
14175
990a9cb1
KR
141762009-12-06 Kevin Ryde <user42@zip.com.au>
14177
14178 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 14179 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 14180
8b5a10db 14181 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 14182 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 14183
065543e7
JL
141842009-12-05 Juri Linkov <juri@jurta.org>
14185
14186 Save and restore dired buffer's point positions too. (Bug#4880)
14187
14188 * dired.el (dired-save-positions): Return in the first element
14189 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
14190 Doc fix.
14191 (dired-restore-positions): First restore buffer's position.
14192 While restoring window's positions, check if window still displays
14193 the original buffer.
14194
503edac9
CY
141952009-12-05 Chong Yidong <cyd@stupidchicken.com>
14196
9a594ee6
CY
14197 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
14198 if possible.
14199
925f8c70
CY
14200 * shell.el (shell): Require ansi-color (Bug#5113).
14201
14202 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
14203
503edac9
CY
14204 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
14205
8fea6b33
AM
142062009-12-05 Alan Mackenzie <acm@muc.de>
14207
14208 * progmodes/cc-mode.el (c-before-hack-hook)
14209 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
14210 `c-file-style' to work again. This reversion restores the current
212c5aef 14211 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 14212
5d1fd962
CY
142132009-12-05 Kevin Ryde <user42@zip.com.au>
14214
6a7662bb
BR
14215 * textmodes/sgml-mode.el (sgml-lexical-context):
14216 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 14217
30760c8b
JL
142182009-12-05 Juri Linkov <juri@jurta.org>
14219
14220 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
14221 for virtual nodes. (Bug#4147)
14222 (Info-find-node-2): Set `Info-current-node-virtual' to nil
14223 when moving from a virtual node.
14224 (Info-mode-menu): Add `Info-virtual-index' to the menu.
14225 (Info-mode): Add `Info-virtual-index' to the docstring.
14226
403111a8
RW
142272009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14228
14229 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
14230 track of the buffer position of the end of a BibTeX entry as this
14231 position may change during reformatting.
14232 (bibtex-format-entry): Remove whitespace before processing
14233 numerical fields so that we recognize the latter properly.
14234 (bibtex-reformat): Do not use push which changes the global value
14235 of bibtex-entry-format.
14236 (bibtex-field-braces-alist, bibtex-field-strings-alist)
14237 (bibtex-field-re-init): Replace only space characters by regexp
14238 for whitespace.
365b9a62 14239 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
14240 (bibtex-initialize): Also update bibtex-strings.
14241 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
14242 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
14243 Update bibtex-reference-keys.
403111a8 14244
25b54627
SM
142452009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
14246
14247 * minibuffer.el (completion-pcm--merge-try): Also consider placing
14248 point after a star, if that's the only place where modifications can
14249 make progress.
14250
35639eb4
DN
142512009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
14252
14253 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
14254 in docstrings.
14255
8b78760b
JL
142562009-12-04 Juri Linkov <juri@jurta.org>
14257
14258 * proced.el (proced): Call `(proced-update t)' to update process
14259 information instead of only running proced-post-display-hook.
14260 (proced-send-signal): Add a leading space to the buffer name
14261 " *Marked Processes*" to make this buffer ephemeral.
14262
2b3489a7
JL
142632009-12-04 Juri Linkov <juri@jurta.org>
14264
14265 * dired.el (dired-auto-revert-buffer): New defcustom.
14266 (dired-internal-noselect): Use it.
14267
9b9debd1
JL
142682009-12-04 Juri Linkov <juri@jurta.org>
14269
14270 Change roles of modes and functions in image-mode.el (Bug#5062).
14271
14272 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
14273 in `auto-mode-alist'.
14274 (image-mode-previous-major-mode): New variable.
14275 (image-minor-mode-map): Rename from `image-mode-text-map'.
14276 (image-mode): Move graceful error-handling code from
14277 `image-minor-mode' to here. On errors call `image-mode-as-text'.
14278 (image-minor-mode): Remove all image-handling code.
14279 Replace `image-mode-text-map' with `image-minor-mode-map'.
14280 Check for `image-type' in mode-line format string.
14281 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
14282 (image-mode-as-text): New function with most code from
14283 `image-mode-maybe'.
14284 (image-toggle-display-text): Move code that removes image
14285 properties from `image-toggle-display' to here.
14286 (image-toggle-display-image): New function with code that adds
14287 image properties copied from `image-toggle-display'.
14288 (image-toggle-display): Remove most code with leaving only code
14289 that toggles between `image-mode-as-text' and `image-mode'.
14290
0c74a301
UJ
142912009-12-04 Ulf Jasper <ulf.jasper@web.de>
14292
14293 * net/newst-treeview.el
14294 (newsticker--treeview-list-highlight-start): Restored call to
14295 save-excursion: Selected item was stuck.
14296 (newsticker--treeview-list-select): New.
14297 (newsticker--treeview-item-show-text)
14298 (newsticker--treeview-item-show)
14299 (newsticker--treeview-item-update): Use new
14300 newsticker-treeview-item-mode.
14301 (newsticker-treeview-update): Keep current item.
14302 (newsticker-treeview-next-new-or-immortal-item): Doc change.
14303 (newsticker--treeview-first-feed): Doc change.
14304 (newsticker-treeview-list-menu)
88b5a757 14305 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
14306 (newsticker-treeview-item-mode): New.
14307
5ce6e4f4 14308 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
14309 windows.
14310
9eaeec5b
SS
143112009-12-04 Sam Steingold <sds@gnu.org>
14312
14313 * log-view.el (log-view-mode-map): "q" calls quit-window,
14314 like in all the other non-self-insert buffers.
14315
b2bf5be5
SM
143162009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
14317
14318 Minor cleanup.
14319 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
14320 key decoding rather than do it manually via last-input-event +
14321 ascii-character.
14322 (term-exec): Use delete-and-extract-region.
14323 (term-handle-ansi-terminal-messages): Remove unused var `end'.
14324 (term-process-pager): Remove unused var `i'.
14325 (term-dynamic-simple-complete): Make obsolete.
14326 (serial-update-config-menu): Remove unused vars `y' and `str'.
14327 (term-update-mode-line): Remove unused var `temp'.
14328
46e5c897
DN
143292009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14330
14331 Limit the number of log entries displayed by default.
14332 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
14333 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
14334 using a prefix argument.
14335
627e0a14
GM
143362009-12-03 Glenn Morris <rgm@gnu.org>
14337
14338 * progmodes/idlwave.el (class): Restore still useful declaration.
14339
8578c224
AM
143402009-12-03 Alan Mackenzie <acm@muc.de>
14341
4abc318c 14342 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 14343
b2bf5be5
SM
14344 * progmodes/cc-mode.el (c-basic-common-init):
14345 Call c-state-cache-init.
9762b219 14346 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 14347 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 14348 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
14349
14350 * progmodes/cc-langs.el (c-before-font-lock-function):
14351 c-extend-and-neutralize-syntax-in-CPP has been renamed
14352 c-neutralize-syntax-in-and-mark-CPP.
14353
14354 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
14355 with `category' properties now, not `syntax-table' ones.
14356
14357 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
14358 enhanced (but slower) version of c-end-of-macro that won't land
14359 inside a literal or on another awkward character.
14360 (c-state-cache-too-far, c-state-cache-start)
14361 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
14362 (c-state-nonlit-pos-cache-limit, c-state-point-min)
14363 (c-state-point-min-lit-type, c-state-point-min-lit-start)
14364 (c-state-min-scan-pos, c-state-brace-pair-desert)
14365 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
14366 buffer local variables.
14367 (c-state-literal-at, c-state-lit-beg)
14368 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
14369 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
14370 (c-state-cache-top-paren, c-state-cache-after-top-paren)
14371 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
14372 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
14373 (c-renarrow-state-cache)
14374 (c-append-lower-brace-pair-to-state-cache)
14375 (c-state-push-any-brace-pair, c-append-to-state-cache)
14376 (c-remove-stale-state-cache)
14377 (c-remove-stale-state-cache-backwards, c-state-cache-init)
14378 (c-invalidate-state-cache-1, c-parse-state-1)
14379 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
14380 (c-parse-state): Enhance and refactor.
14381 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
14382
14383 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
14384 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
14385 modify to use category text properties rather than syntax-table ones.
14386 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
14387 to switch off/on the syntactic paren property of C++ template
14388 delimiters using the category property.
14389 (c-with-<->-as-parens-suppressed): Macro to invoke code with
14390 template delims suppressed.
14391 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
14392 New constant/macros which apply category properties to the start
14393 and end of preprocessor constructs.
b2bf5be5 14394 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
14395 "comment out" the syntactic value of characters in preprocessor
14396 constructs.
14397 (c-with-cpps-commented-out)
14398 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
14399 with characters in all or all but one preprocessor constructs
14400 "commented out".
14401
0d4dc442
RW
144022009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14403
14404 * proced.el (proced-filter-alist): Use regexp-quote.
14405
a09dc9bf
MA
144062009-12-03 Michael Albinus <michael.albinus@gmx.de>
14407
14408 Cleanup.
14409 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
14410 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
14411 arguments. Expand `default-directory'.
14412
14413 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
14414 the benefit of returning an expanded localname.
14415 (tramp-tramp-file-p): Handle the case NAME is not a string.
14416
3f6bd790
DN
144172009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14418
4dfb3b9c
DN
14419 Add support for bzr shelve/unshelve.
14420 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
14421 (vc-bzr-extra-menu-map): New variables.
14422 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
14423 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
14424 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
14425 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
14426 (vc-bzr-dir-extra-headers): Display shelves.
14427
3f6bd790
DN
14428 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
14429
842d73a1
SM
144302009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14431
14432 * textmodes/bibtex.el (bibtex-complete-internal):
14433 Use completion-in-region.
14434 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
14435
7fa4876f
DN
144362009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14437
14438 Support applying stashes. Improve UI.
14439 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
14440 (vc-git-stash-apply, vc-git-stash-pop)
14441 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
14442 (vc-git-stash-menu): New functions.
14443 (vc-git-stash-menu-map): New variable.
14444 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
14445
d6e82452
GM
144462009-12-03 Glenn Morris <rgm@gnu.org>
14447
14448 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
14449 (vc-print-log-internal): Fix previous change.
14450 (vc-revert): Correct pluralization.
14451
8d222148
SM
144522009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14453
ea52206b
SM
14454 * progmodes/make-mode.el (makefile-special-targets-list): No need for
14455 it to be an alist any more.
14456 (makefile-complete): Use completion-in-region.
14457
69a94a37
SM
14458 * progmodes/octave-mod.el (octave-complete-symbol):
14459 Use completion-in-region.
14460
8d222148
SM
14461 Misc cleanup.
14462 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
14463 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
14464 (idlwave-complete-class): Don't quote lambda.
14465 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
14466 (idlwave-mode-map): Move initialization into declaration.
14467 (idlwave-action-and-binding): Use backquotes.
14468 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
14469 Simplify.
14470 (idlwave-is-pointer-dereference): Remove unused var `pos'.
14471 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
14472 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
14473 `parts', and `all-parts'.
14474 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
14475 (idlwave-convert-xml-system-routine-info): Remove unused string
14476 `version-string'.
14477 (idlwave-display-user-catalog-widget): Use dolist.
14478 (idlwave-scanning-lib): Declare dynamically-scoped var.
14479 (idlwave-scan-library-catalogs): Remove unused var `flags'.
14480 (completion-highlight-first-word-only): Declare to silence bytecomp.
14481 (idlwave-popup-select): Tighten scope of `resp'.
14482 (idlwave-find-struct-tag): Remove unused var `beg'.
14483 (idlwave-after-load-rinfo-hook): Declare.
14484 (idlwave-sintern-class-info): Remove unused var `taglist'.
14485 (idlwave-find-class-definition): Remove unused var `list'.
14486 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
14487 (idlwave-what-module-find-class): Remove unused var `classes'.
14488
3bb8691b
JB
144892009-12-03 Juanma Barranquero <lekktu@gmail.com>
14490
14491 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
14492
f72f0c23
SM
144932009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14494
14495 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
14496 buffers visited. Remove redundant current-buffer-saving.
14497
601a9508
SM
144982009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14499
14500 Use completion-in-buffer and remove uses of dynamic scoping.
14501 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
14502 (pascal-buffer-to-use, pascal-flag): Don't declare.
14503 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
14504 (pascal-get-completion-decl, pascal-keyword-completion):
14505 Add `pascal-str' argument, save-excursion,
14506 return the found completions, and don't filter with pascal-pred.
14507 (pascal-completion-cache): New var.
14508 (pascal-completion): Don't switch buffer any more (it was never
14509 necessary). Don't save-excursion any more (it's done by the called
14510 subroutines). Use a cache to avoid redundant computations.
14511 Use complete-with-action rather than pascal-completion-response and
14512 let it apply the predicate as well.
14513 (pascal-complete-word): Use completion-in-buffer when
14514 pascal-toggle-completions is nil.
14515 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
14516 not used any more.
14517 (pascal-comp-defun): Don't change buffer any more.
14518 Use complete-with-action rather than pascal-completion-response and
14519 let it apply the predicate as well.
14520 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
14521 when neded.
14522
1ff4cb98
KH
145232009-12-02 Kenichi Handa <handa@m17n.org>
14524
14525 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
14526 shape for all Indic scripts.
14527
bb12edf1
SM
145282009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14529
14530 Use completion-in-buffer.
14531 * wid-edit.el (widget-field-text-end): New function.
14532 (widget-field-value-get): Use it.
14533 (widget-string-complete, widget-file-complete)
14534 (widget-color-complete): Use it and completion-in-region.
14535 (widget-complete): Don't narrow the buffer.
14536
5813f6ef
GM
145372009-12-02 Glenn Morris <rgm@gnu.org>
14538
c920f222
GM
14539 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
14540 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
14541 * mail/rmailsum.el: Replace all pop-to-buffer calls with
14542 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 14543
5813f6ef
GM
14544 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
14545 save-excursion with save-current-buffer.
14546 Widen before searching. (Bug#5093)
14547 (diary-list-sexp-entries): Remove superfluous save-excursion.
14548
34b1d750
GM
145492009-12-02 Michael Welsh Duggan <mwd@cert.org>
14550
14551 * woman.el (woman-make-bufname): Handle man-pages with "." in the
14552 name. (Bug#5038)
14553
b2d5f31a
GM
145542009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
14555
14556 * ido.el (ido-file-internal): Handle filenames at point that do
14557 not have a directory part. (Bug#5049)
14558
c710ac3c
JB
145592009-12-02 Juanma Barranquero <lekktu@gmail.com>
14560
14561 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
14562 (mpc-songs-jump-to, mpc-resume): Doc fixes.
14563
9946be46
SM
145642009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
14565
14566 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
14567 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
14568 any more.
14569
b08016f2
SM
145702009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14571
e7440df4
SM
14572 * comint.el (comint-insert-input): Ignore clicks to the right of
14573 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
14574
3bb8691b 14575 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
14576 terminate before setting up the major mode.
14577
f3b757f5
SM
14578 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
14579 in case.
14580
a2877f1d
SM
14581 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
14582 the last element.
14583
b08016f2
SM
14584 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
14585
782d6e30
GM
145862009-12-01 Glenn Morris <rgm@gnu.org>
14587
14588 * window.el (window--display-buffer-2): Fix previous changes.
14589
28f57f7e
CY
145902009-12-01 Chong Yidong <cyd@stupidchicken.com>
14591
14592 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
14593
c31a2fdc
GM
145942009-12-01 Glenn Morris <rgm@gnu.org>
14595
14596 * Makefile.in (ELCFILES): Add mpc.elc.
14597
e1ada222
SM
145982009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14599
14600 * mpc.el: New file.
14601
0c9ff2c5
GM
146022009-12-01 Glenn Morris <rgm@gnu.org>
14603
3689984f
GM
14604 * window.el (window-to-use): Define for compiler.
14605
3ab4308b
GM
14606 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
14607 consistent with others (no final period).
14608
0c9ff2c5
GM
14609 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
14610 (rmail-mime-show): Downcase the encoding. (Bug#5070)
14611
fb0c18ff
DN
146122009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
14613
14614 Make vc-print-log buttons work.
045b9da7 14615 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 14616
2ac7e73e
JB
146172009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
14618
14619 * savehist.el (savehist-autosave-interval): Allow setting to nil
14620 through customize. (Bug#5056)
14621
5237d741
JB
146222009-11-30 Juanma Barranquero <lekktu@gmail.com>
14623
14624 Fix references to jit-lock properties.
14625 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14626 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
14627 (perl-font-lock-special-syntactic-constructs):
14628 Quote jit-lock-defer-multiline property.
14629
379241fa
DN
146302009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
14631
14632 * vc-git.el (vc-git-registered): Call vc-git-root only once.
14633
054ae856
JL
146342009-11-30 Juri Linkov <juri@jurta.org>
14635
14636 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
14637 value `buffer' of `multi-isearch-next-buffer-current-function'.
14638 Use `(current-buffer)' when `buffer' is nil.
14639 (multi-isearch-next-buffer-from-list): Don't fallback to
14640 `(current-buffer)' when `buffer' is nil. (Bug#4947)
14641
67296dda
JL
146422009-11-30 Juri Linkov <juri@jurta.org>
14643
14644 * misearch.el (multi-isearch-read-buffers): Move canonicalization
14645 of buffers with `get-buffer' to `multi-isearch-buffers'.
14646 (multi-isearch-buffers, multi-isearch-buffers-regexp):
14647 Canonicalize BUFFERS with `get-buffer'. Doc fix.
14648 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
14649 FILES with `expand-file-name' converting relative file names
14650 to absolute. Doc fix. (Bug#4727)
14651
c585bf32
JL
146522009-11-30 Juri Linkov <juri@jurta.org>
14653
14654 * misearch.el (multi-isearch-read-buffers)
14655 (multi-isearch-read-matching-buffers): New functions.
14656 (multi-isearch-buffers, multi-isearch-buffers-regexp):
14657 Use them in the `interactive' spec. Doc fix.
14658 (multi-isearch-read-files, multi-isearch-read-matching-files):
14659 New functions.
14660 (multi-isearch-files, multi-isearch-files-regexp):
14661 Use them in the `interactive' spec. Doc fix. (Bug#4725)
14662
0a745733
JL
146632009-11-30 Juri Linkov <juri@jurta.org>
14664
14665 * doc-view.el (doc-view-continuous):
14666 Rename from `doc-view-continuous-mode'.
14667 (doc-view-menu): Move "Toggle display" to the top.
14668 Add submenu "Continuous" with radio buttons "Off"/"On"
14669 and "Save as Default".
14670 (doc-view-scroll-up-or-next-page)
14671 (doc-view-scroll-down-or-previous-page)
14672 (doc-view-next-line-or-next-page)
6a7662bb
BR
14673 (doc-view-previous-line-or-previous-page):
14674 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 14675
1f9689eb
JL
146762009-11-30 Juri Linkov <juri@jurta.org>
14677
14678 * comint.el (comint-mode-map): Rebind `M-r' from
14679 `comint-previous-matching-input' to
14680 `comint-history-isearch-backward-regexp'.
14681 Unbind `M-s' to allow global key binding `M-s'.
14682 Add menu items for `comint-history-isearch-backward' and
14683 `comint-history-isearch-backward-regexp'. (Bug#3746)
14684
2952b1ae
JL
146852009-11-30 Juri Linkov <juri@jurta.org>
14686
14687 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
14688 For def=recenter, replace `recenter' with `recenter-top-bottom'
14689 that is called with `this-command' and `last-command' let-bound
14690 to `recenter-top-bottom'. When the last `def' was not `recenter',
14691 set `recenter-last-op' to nil. (Bug#4981)
14692
7a9547ca
SM
146932009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
14694
20565545
SM
14695 Minor cleanup and simplification.
14696 * filecache.el (file-cache-add-directory)
14697 (file-cache-add-directory-recursively)
14698 (file-cache-add-from-file-cache-buffer)
14699 (file-cache-delete-file-regexp, file-cache-delete-directory)
14700 (file-cache-files-matching-internal, file-cache-display): Use dolist.
14701 (file-cache-temp-minibuffer-message): Delete function.
14702 (file-cache-minibuffer-complete): Use minibuffer-message instead.
14703
7a9547ca
SM
14704 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
14705 Don't signal an error when bumping into EOB in tr, s, or y.
14706
08e968f3
JL
147072009-11-29 Juri Linkov <juri@jurta.org>
14708
14709 * startup.el (fancy-about-text): Fix wording of Guided Tour.
14710 (Bug#4960)
14711
14712 * descr-text.el (describe-char-unidata-list): Use lowercase name
14713 for "Unicode name" like in other tags.
14714
f8d170a4
JL
147152009-11-29 Juri Linkov <juri@jurta.org>
14716
14717 * ediff-util.el (ediff-minibuffer-with-setup-hook):
14718 New compatibility macro.
7a9547ca 14719 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 14720
0116abbd
JL
147212009-11-29 Juri Linkov <juri@jurta.org>
14722
14723 Add defcustom to define the cycling order of `recenter-top-bottom'.
14724 (Bug#4981)
14725
14726 * window.el (recenter-last-op): Doc fix.
14727 (recenter-positions): New defcustom.
14728 (recenter-top-bottom): Rewrite to use `recenter-positions'.
14729 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
14730
61eef560
MA
147312009-11-29 Michael Albinus <michael.albinus@gmx.de>
14732
14733 Improve integration of Tramp and ange-ftp in eshell.
14734
e4070cdc 14735 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
14736 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
14737 (eshell/sudo): Flatten args. Let-bind `default-directory'.
14738
14739 * eshell/esh-util.el (top): Require also Tramp when compiling.
14740 (eshell-directory-files-and-attributes): Check for FTP remote
14741 connection.
14742 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
14743 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
14744 (eshell-file-attributes): Handle ".". Return `entry'.
14745
14746 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
14747 (ange-ftp-directory-files-and-attributes)
14748 (ange-ftp-real-directory-files-and-attributes): New defuns.
14749
14750 * net/tramp.el (tramp-maybe-open-connection): Open the remote
14751 shell with "exec" when possible. This prevents trailing prompts
14752 in `start-file-process'.
14753
f5467d3f
SM
147542009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
14755
21f49db9
SM
14756 Try and remove assumptions about point-min==1.
14757 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
14758 (rng-compute-mode-line-string): Show the validation percentage in
14759 terms of the narrowed text, not the widened text.
14760 (rng-do-some-validation): Don't catch internal errors when debugging.
14761 (rng-first-error): Simplify.
14762 (rng-after-change-function): Remove work around. AFAIK the bug has
14763 been fixed a while ago.
14764
26224faf
SM
14765 * image-mode.el (image-minor-mode): Exit more gracefully when the image
14766 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
14767
d7117720
SM
14768 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
14769
f5467d3f
SM
14770 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
14771 `cd' doesn't always do it for us (bug#5067).
14772
14773 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
14774 on 2009-10-25 as part of some other change (bug#5067).
14775
c5269f1c
SM
147762009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
14777
62a258a7
SM
14778 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
14779 `suspicious'.
14780 (byte-compile-warnings): Use byte-compile-warning-types.
14781 (byte-compile-save-excursion): Warn about use of set-buffer right
14782 after save-excursion.
14783
c5269f1c
SM
14784 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
14785 the excursion as well.
14786
3ba30eb8
MA
147872009-11-27 Michael Albinus <michael.albinus@gmx.de>
14788
14789 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
14790 providing a Tramp related implementation of "su" and "sudo".
14791 (eshell-unix-initialize): Add "su" and "sudo".
14792
6c6f788d
DU
147932009-11-27 Daiki Ueno <ueno@unixuser.org>
14794
14795 * net/socks.el (socks-send-command): Convert binary request to
14796 unibyte before sending. This fixes mishandling of some port
14797 numbers such as 129.
14798
10c877fe
SM
147992009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
14800
6f06a171
SM
14801 * help.el (describe-bindings-internal): Remove `interactive'.
14802
10c877fe
SM
14803 * man.el (Man-completion-table): Trim a terminating "(".
14804 Remove the space between name page a section.
14805 Add the command's description on the `help-echo' property.
c5269f1c
SM
14806 Remove `process-connection-type' binding since it's unused by
14807 call-process.
10c877fe
SM
14808 Provide completion for the "<section> <name>" format as well.
14809 (Man-default-man-entry): Remove spurious var shadowing the argument.
14810
c44a4822
KR
148112009-11-26 Kevin Ryde <user42@zip.com.au>
14812
14813 * log-view.el: Add "Keywords: tools", since its other keywords
14814 aren't in finder-known-keywords, and following vc.el.
14815
9d58f081
KR
14816 * sha1.el (sha1-string-external): default-directory "/" in case
14817 otherwise non-existent. process-connection-type pipe for touch of
14818 efficiency recommended by elisp manual. (An aside in Bug#3911.)
14819
72fe6b25
SM
148202009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
14821
14822 Misc coding convention cleanups.
14823 * htmlfontify.el (hfy-init-kludge-hook): Rename from
14824 hfy-init-kludge-hooks.
14825 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
14826 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
14827 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
14828 and push.
14829 (hfy-slant, hfy-weight): Use tables rather than code.
14830 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
14831 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
14832 (hfy-face-attr-for-class): Initialize `face-spec' directly.
14833 (hfy-face-to-css): Remove `nconc' with single arg.
14834 (hfy-p-to-face-lennart): Use `or'.
14835 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
14836 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
14837 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
14838 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
14839 (hfy-force-fontification): Use run-hooks.
14840
85e0a536
SM
148412009-11-26 Vivek Dasmohapatra <vivek@etla.org>
14842
14843 Various minor fixes.
14844 * htmlfontify.el (hfy-default-header): Add toggle_invis since
14845 Javascript belongs in the header, not the body.
14846 (hfy-javascript): Remove.
14847 (hfy-fontify-buffer): Don't insert it any more.
14848 (hfy-face-at): Handle (face0 face1 face2) style face properties.
14849 Fix bug in invis handling when there were no invis props in a chunk.
14850
62ccc42c
SM
148512009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
14852
14853 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
14854
2643c7aa
DN
148552009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
14856
14857 * finder.el (finder-mode-map): Add a menu.
14858
0e5c8aed
DN
148592009-11-26 Michael McNamara <mac@mail.brushroad.com>
14860
bf0b361c 14861 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
14862 "unsigned" structs.
14863
14864 (verilog-leap-to-head, verilog-backward-token): Handle "disable
14865 fork" statement better.
14866
148672009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
14868
bf0b361c
JB
14869 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
14870 (verilog-delete-auto, verilog-delete-empty-auto-pair)
14871 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
14872 Reported by Clay Douglass.
0e5c8aed
DN
14873
14874 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 14875 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6a7662bb
BR
14876 Fix removing "// Interfaces" when saving .* expansions.
14877 Reported by Pierre-David Pfister.
0e5c8aed 14878
7629c4e7
GM
148792009-11-26 Glenn Morris <rgm@gnu.org>
14880
62ccc42c
SM
14881 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
14882 the scope.
7629c4e7 14883
a5d358f8
JB
148842009-11-25 Johan Bockgård <bojohan@gnu.org>
14885
14886 * vc-annotate.el (vc-annotate-revision-previous-to-line):
14887 Really use previous revision.
14888
002cbde5
KR
148892009-11-25 Kevin Ryde <user42@zip.com.au>
14890
14891 * man.el (Man-completion-table): default-directory "/" in case
14892 doesn't otherwise exist. process-environment COLUMNS=999 so as
14893 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
14894 any chance of hitting the pseudo-tty TIOCGWINSZ.
14895 (man): completion-ignore-case t for friendliness and since man
14896 itself is case-insensitive on the command line.
14897 Further to Bug#3717.
002cbde5 14898
8cb5ffe8
KR
14899 * arc-mode.el: Add "Keywords: files", so the details in its
14900 commentary can be reached from finder-by-keyword.
34607612
KR
14901 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
14902 editing mode, but it's comms related and sgml-mode.el has "comm"
14903 on that basis too.
b8dfcf54 14904 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
14905 * international/isearch-x.el, international/ja-dic-cnv.el:
14906 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 14907 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 14908
1e2d9ba1
JL
149092009-11-25 Juri Linkov <juri@jurta.org>
14910
14911 * man.el (Man-completion-table): Modify regexp to include
14912 section names to completion strings. (Bug#3717)
14913
a601d313
JL
149142009-11-25 Juri Linkov <juri@jurta.org>
14915
14916 Search recursively in gzipped files. (Bug#4982)
14917
14918 * progmodes/grep.el (grep-highlight-matches): Add new options
14919 `always' and `auto'. Doc fix.
14920 (grep-process-setup): Check `grep-highlight-matches' for
14921 `auto-detect' to determine the need to compute grep defaults.
14922 Move Windows/DOS specific --colors settings handling
14923 to `grep-compute-defaults'. Check `grep-highlight-matches'
14924 to get the value of "--color=".
14925 (grep-compute-defaults): Compute `grep-highlight-matches' when it
14926 has the value `auto-detect'. Move Windows/DOS specific settings
14927 from `grep-process-setup'.
14928 (zrgrep): New command with alias `rzgrep'.
14929
bde04ea9
JL
149302009-11-25 Juri Linkov <juri@jurta.org>
14931
14932 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
14933 to nil instead of switching off view-mode. (Bug#4896)
14934
7d6b4d3c
JL
149352009-11-25 Juri Linkov <juri@jurta.org>
14936
14937 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
14938
14939 * mwheel.el (mwheel-scroll-up-function)
14940 (mwheel-scroll-down-function): New defvars.
14941 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
14942 `scroll-up', and `mwheel-scroll-down-function' instead of
14943 `scroll-down'.
14944
14945 * doc-view.el (doc-view-scroll-up-or-next-page)
14946 (doc-view-scroll-down-or-previous-page): Add optional ARG.
14947 Use this ARG in the call to image-scroll-up/image-scroll-down.
14948 Change `interactive' spec to "P". Goto next/previous page only
14949 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
14950 SPC/DEL case). Doc fix.
14951 (doc-view-next-line-or-next-page)
14952 (doc-view-previous-line-or-previous-page): Rename arg to ARG
14953 for consistency.
14954 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
14955 `doc-view-scroll-up-or-next-page', and buffer-local
14956 `mwheel-scroll-down-function' to
14957 `doc-view-scroll-down-or-previous-page'.
14958
e237085f
JL
149592009-11-25 Juri Linkov <juri@jurta.org>
14960
14961 Provide additional default values (directories at other Dired
14962 windows) via M-n in the minibuffer of some Dired commands.
14963
14964 * dired-aux.el (dired-diff, dired-compare-directories)
14965 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
14966 `minibuffer-default' in `minibuffer-with-setup-hook'.
14967 (dired-dwim-target-directory): Find a window that displays Dired
14968 buffer instead of failing when the next window is not Dired.
14969 Use `get-window-with-predicate' to find for the next Dired window.
14970 (dired-dwim-target-defaults): New function.
14971
14972 * ediff-util.el (ediff-read-file-name):
14973 Use `dired-dwim-target-defaults' to set `minibuffer-default'
14974 in `minibuffer-with-setup-hook'.
14975
7d371eac
JL
149762009-11-25 Juri Linkov <juri@jurta.org>
14977
14978 Provide additional default values (file name at point or at the
14979 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
14980
14981 * minibuffer.el (read-file-name-defaults): New function.
14982 (read-file-name): Reset `minibuffer-default' to nil when
14983 it duplicates initial input `insdef'.
14984 Bind `minibuffer-default-add-function' to lambda that
14985 calls `read-file-name-defaults' in `minibuffer-selected-window'.
14986 (minibuffer-insert-file-name-at-point): New command.
14987
14988 * files.el (file-name-at-point-functions): New defcustom.
14989 (find-file-default): Remove defvar.
14990 (find-file-read-args): Don't use `find-file-default'.
14991 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
14992 to `read-file-name'.
14993 (find-file-literally): Use `read-file-name' with
14994 `confirm-nonexistent-file-or-buffer'.
14995
14996 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
14997
14998 * dired.el (dired-read-dir-and-switches):
14999 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15000 to `read-file-name'.
15001 (dired-file-name-at-point): New function.
15002 (dired-mode): Add hook `dired-file-name-at-point' to
15003 `file-name-at-point-functions'.
15004
04ae543a
SM
150052009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15006
15007 Really make the *Completions* window soft-dedicated (bug#5030).
15008 * window.el (window--display-buffer-2): Add `dedicated' argument.
15009 (display-buffer): Pass it when needed so the dedicated flag is set
15010 after calling set-window-buffer, which would otherwise reset it.
15011
eb708e66
SM
150122009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15013
d6b8d4e7
SM
15014 * progmodes/meta-mode.el (meta-complete-symbol):
15015 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
15016 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15017 Use completion-in-region.
15018
5f24557b
SM
15019 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15020 (dabbrev-completion): Use completion-in-region.
15021 (dabbrev--abbrev-at-point): Simplify regexp.
15022
fe4346f0
SM
15023 * abbrev.el (abbrev--before-point): Use word-motion functions
15024 if :regexp is not specified (bug#5031).
15025
cb190d7d
SM
15026 * subr.el (string-prefix-p): New function.
15027
e2ec6dd5
SM
15028 * man.el (Man-completion-cache): New var.
15029 (Man-completion-table): Use it.
15030
eb708e66
SM
15031 * vc.el (vc-print-log-internal): Make `limit' optional for better
15032 compatibility (e.g. with vc-annotate.el).
15033
4cf8971b
KR
150342009-11-24 Kevin Ryde <user42@zip.com.au>
15035
eb708e66 15036 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 15037 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 15038
4cf8971b
KR
15039 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15040 when .el source file not found or other error.
15041
d204c46c
SM
150422009-11-24 Markus Triska <markus.triska@gmx.at>
15043
15044 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15045
bb301b9a
SM
150462009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15047
449c27f0
SM
15048 Handle the [back] button properly (bug#4979).
15049 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15050 Use help-setup-xref, help-buffer, and with-help-window.
15051 (describe-char): Add `buffer' argument.
15052 Pass proper command to help-setup-xref. Don't meddle with
15053 help-xref-stack-item directly.
15054 (describe-text-category): Use with-help-window and help-buffer.
15055
32fe5377
SM
15056 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15057 for the displayed buffer (bug#4887).
15058
bb301b9a
SM
15059 * man.el (Man-completion-table): New function.
15060 (man): Use it.
15061
35179414
DR
150622009-11-24 David Reitter <david.reitter@gmail.com>
15063
bb301b9a 15064 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
15065 .git is) rather than the file's directory and a relative path spec
15066 to work around a bug in git.
15067
605a20a9
MA
150682009-11-24 Michael Albinus <michael.albinus@gmx.de>
15069
15070 Improve handling of processes on remote hosts.
15071
15072 * eshell/esh-util.el (eshell-path-env): New defvar.
15073 (eshell-parse-colon-path): New defun.
15074 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15075
bb301b9a
SM
15076 * eshell/esh-ext.el (eshell-search-path):
15077 Use `eshell-parse-colon-path'.
605a20a9
MA
15078 (eshell-remote-command): Remove argument HANDLER.
15079 (eshell-external-command): Check for FTP remote connection.
15080
bb301b9a
SM
15081 * eshell/esh-proc.el (eshell-gather-process-output):
15082 Use `file-truename', in order to start also symlinked files.
15083 Apply `start-file-process' instead of `start-process'.
15084 Shorten `command' to the local file name part.
605a20a9 15085
bb301b9a
SM
15086 * eshell/em-cmpl.el (eshell-complete-commands-list):
15087 Use `eshell-parse-colon-path'.
605a20a9
MA
15088
15089 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15090
15091 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15092 to `eshell-directory-change-hook'.
15093
d1d33062
TH
150942009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15095
15096 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 15097 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 15098
a34d8565 150992009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 15100
a34d8565
MK
15101 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15102 made on 2009-11-22.
d1d33062 15103
c83b8d1b
GM
151042009-11-24 Glenn Morris <rgm@gnu.org>
15105
15106 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15107 deleted variable bookmark-bmenu-bookmark-column.
15108
83505cfe
SM
151092009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15110
15111 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15112
5241b291
CY
151132009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15114
15115 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15116 two slashes to the "file:" prefix.
15117 (browse-url-file-url): De-munge Cygwin filenames before passing
15118 them to Windows browser.
15119 (browse-url-default-windows-browser): Use call-process.
15120
aefcadb6
JL
151212009-11-23 Juri Linkov <juri@jurta.org>
15122
15123 Implement DocView Continuous mode. (Bug#4896)
15124 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
15125 (doc-view-mode-map): Bind C-n/<down> to
15126 `doc-view-next-line-or-next-page', C-p/<up> to
15127 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
15128 (doc-view-next-line-or-next-page)
15129 (doc-view-previous-line-or-previous-page): New commands.
15130
0d62bcea
JL
151312009-11-23 Juri Linkov <juri@jurta.org>
15132
15133 Implement Isearch in comint input history. (Bug#3746)
15134 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15135 `isearch-mode-hook'.
15136 (comint-history-isearch): New defcustom.
15137 (comint-history-isearch-backward)
15138 (comint-history-isearch-backward-regexp): New commands.
15139 (comint-history-isearch-message-overlay): New buffer-local variable.
15140 (comint-history-isearch-setup, comint-history-isearch-end)
15141 (comint-goto-input, comint-history-isearch-search)
15142 (comint-history-isearch-message, comint-history-isearch-wrap)
15143 (comint-history-isearch-push-state)
15144 (comint-history-isearch-pop-state): New functions.
15145
b593f105
MA
151462009-11-23 Michael Albinus <michael.albinus@gmx.de>
15147
15148 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15149 return.
15150 (tramp-handle-make-symbolic-link)
15151 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15152 Quote file names.
15153 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15154 (tramp-handle-process-file): Use it.
15155
0f202d5d
SM
151562009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15157
15158 * window.el (move-to-window-line-last-op): Remove.
15159 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
15160
216349f8
SM
151612009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
15162
0f202d5d 15163 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
15164 * window.el (move-to-window-line-last-op): New var.
15165 (move-to-window-line-top-bottom): New command.
15166 (global-map): Bind M-r move-to-window-line-top-bottom.
15167
c10e0633
GM
151682009-11-23 Sven Joachim <svenjoac@gmx.de>
15169
15170 * dired-x.el (dired-guess-shell-alist-default):
15171 Support xz format. (Bug#4953)
15172
953e0c1a
GM
151732009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
15174
15175 * emulation/viper-cmd.el: Use viper-last-command-char instead of
15176 last-command-char/last-command-event.
15177 (viper-prefix-arg-value): Do correct conversion of event-char for
15178 XEmacs.
15179
83505cfe
SM
15180 * emulation/viper-util.el, emulation/viper.el:
15181 Use viper-last-command-char instead of
15182 last-command-char/last-command-event.
953e0c1a 15183
83505cfe
SM
15184 * ediff-init.el, ediff-mult.el, ediff-util.el:
15185 Replace last-command-char and last-command-event
15186 with (ediff-last-command-char) everywhere.
953e0c1a
GM
15187
15188 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
15189 created in fundamental mode.
15190
15191 * ediff.el (ediff-version): Revert the change of interactive-p to
15192 called-interactively-p.
15193
9ee12eee
TH
151942009-11-22 Tassilo Horn <tassilo@member.fsf.org>
15195
15196 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
15197 generation from word-movement command names.
15198
8b571bf3
JD
151992009-11-21 Jan Djärv <jan.h.d@swipnet.se>
15200
15201 * cus-start.el (all): Add native condition for font-use-system-font.
15202
4121db47
AM
152032009-11-21 Nathaniel Flath <flat0103@gmail.com>
15204
83505cfe
SM
15205 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
15206 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 15207
d71f5e0c
TH
152082009-11-21 Tassilo Horn <tassilo@member.fsf.org>
15209
15210 * progmodes/subword.el: Rename from lisp/subword.el.
15211
15212 * subword.el: Rename to progmodes/subword.el.
15213
15214 * Makefile.in (ELCFILES): Adapt to subword.el move.
15215
fc9d6ad6 152162009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 15217 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
15218
15219 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
15220 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
15221 (bookmark-bmenu-show-filenames): Use push.
15222 (bookmark-bmenu-hide-filenames): Use local var instead of
15223 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
15224 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
15225 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
15226 filenames now that the bookmark names are always available.
15227
26d9285f
SM
152282009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15229
15230 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
15231 (bookmark-search-pattern): Move and leave unbound.
15232 (bookmark-bmenu-mode-map): Change binding.
15233 (bookmark-read-search-input): Simplify.
15234 Don't use text-char-description. Don't error on non-char events.
15235 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
15236 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
15237 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
15238 Use a local var for the timer.
15239 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
15240 (i.e. bookmark-bmenu-search).
15241
d73a0317
GM
152422009-11-21 Glenn Morris <rgm@gnu.org>
15243
15244 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
15245
e572025f
CY
152462009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
15247
26d9285f
SM
15248 * net/browse-url.el (browse-url-default-windows-browser):
15249 Use cygstart for cygwin.
e572025f 15250
6aeaa3dc
KF
152512009-11-20 Karl Fogel <karl.fogel@red-bean.com>
15252
e4070cdc 15253 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
15254 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
15255 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 15256 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
15257 (bookmark-read-search-input): Adjust to fit within 80 columns.
15258
a9b76eec
TH
152592009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15260
15261 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
15262 (c-backward-into-nomenclature): Adapt to subword renaming.
15263
15264 * subword.el (subword-forward, subword-backward, subword-mark)
15265 (subword-kill, subword-backward-kill, subword-transpose)
15266 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
15267 (subword-forward-internal, subword-backward-internal):
15268 Rename from forward-subword, backward-subword, mark-subword,
15269 kill-subword, backward-kill-subword, transpose-subwords,
15270 downcase-subword, upcase-subword, capitalize-subword,
15271 forward-subword-internal, backward-subword-internal.
a9b76eec 15272
1e7d4475
SM
152732009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15274
26d9285f
SM
15275 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
15276 New options.
1e7d4475
SM
15277 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
15278 New vars.
15279 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
15280 (bookmark-bmenu-filter-alist-by-regexp)
15281 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
15282 (bookmark-bmenu-search): New command.
15283 (bookmark-bmenu-mode-map): Bind it.
15284
653d1554
TH
152852009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15286
ab84bfa0
TH
15287 * progmodes/cc-cmds.el: declare-functioned forward-subword and
15288 backward-subword to quit the byte-compiler.
15289
1f35fda9
TH
15290 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
15291
15292 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
15293
653d1554 15294 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
15295 (c-forward-into-nomenclature, c-backward-into-nomenclature):
15296 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
15297
15298 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
15299 subword.el functions instead of cc-subword.el.
15300
1e7d4475
SM
15301 * progmodes/cc-subword.el: Rename to subword.el.
15302 * subword.el: Rename from progmodes/cc-subword.el.
15303 (subword-mode-map): Rename from c-subword-mode-map.
15304 (subword-mode): Rename from c-subword-mode.
653d1554 15305 (global-subword-mode): New global minor mode.
1e7d4475
SM
15306 (forward-subword): Rename from c-forward-subword.
15307 (backward-subword): Rename from c-backward-subword.
15308 (mark-subword): Rename from c-mark-subword.
15309 (kill-subword): Rename from c-kill-subword.
15310 (backward-kill-subword): Rename from c-backward-kill-subword.
15311 (transpose-subwords): Rename from c-tranpose-subword.
15312 (downcase-subword): Rename from c-downcase-subword.
15313 (capitalize-subword): Rename from c-capitalize-subword.
15314 (forward-subword-internal): Rename from c-forward-subword-internal.
15315 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 15316
9717f119
DN
153172009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
15318
8de724f3
DN
15319 * vc.el (vc-deduce-fileset): Allow non-state changing operations
15320 from a dired buffer.
15321 (vc-dired-deduce-fileset): New function.
15322 (vc-root-diff, vc-print-root-log): Use it.
15323
9717f119
DN
15324 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
15325 nil LIMIT argument to vc-print-log-internal.
15326
af4999b8
GM
153272009-11-20 Glenn Morris <rgm@gnu.org>
15328
15329 * Makefile.in (ELCFILES): Regenerate.
15330
b58edcb6
JB
153312009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
15332
02e1b488
SM
15333 * calc/calc.el (calc-set-mode-line):
15334 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
15335 (math-format-number): Rename `math-format-complement-signed' to
15336 `math-format-twos-complement'.
15337
02e1b488 15338 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
15339 math-format-complement-signed.
15340 (calc-radix): Rename `calc-complement-signed-mode' to
15341 `calc-twos-complement-mode'.
02e1b488
SM
15342 (calc-octal-radix, calc-hex-radix): Add an argument for
15343 two's complement.
b58edcb6 15344
02e1b488
SM
15345 * calc/calc-embed.el (calc-embedded-mode-vars):
15346 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 15347
02e1b488
SM
15348 * calc/calc-ext.el (calc-init-extensions):
15349 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
15350 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
15351
02e1b488
SM
15352 * calc/calc-units.el (math-build-units-table-buffer):
15353 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
15354
15355 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
15356 entries.
15357
15358 * calc/calc-vec.el (calcFunc-vunpack):
15359 * calc/calc-aent.el (calc-do-calc-eval):
15360 * calc/calc-forms.el (math-format-date):
15361 * calc/calc-graph.el (calc-graph-plot):
15362 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
15363 * calc/calccomp.el (math-compose-expr):
15364 Let `calc-twos-complement-mode' be nil.
15365
153662009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15367
15368 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
15369 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
15370 * minibuffer.el (completion-in-region-functions): New hook.
15371 (completion-in-region): New function.
15372 * emacs-lisp/lisp.el (lisp-complete-symbol):
15373 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 15374
e3353a78
SM
153752009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15376
eff77808
SM
15377 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
15378 (latex-complete-alist): New vars.
15379 (latex-string-prefix-p, latex-complete-bibtex-keys)
15380 (latex-complete-envnames, latex-complete-refkeys)
15381 (latex-complete-data): New functions.
15382 (latex-complete, latex-indent-or-complete): New commands.
15383
d2c9fc42
SM
15384 * window.el (display-buffer-mark-dedicated): New var.
15385 (display-buffer): Obey it.
15386 * minibuffer.el (minibuffer-completion-help): Use it.
15387
31a1c477
SM
15388 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
15389
bed4c972
SM
15390 * filecache.el (file-cache-add-file): Use push and cons.
15391 (file-cache-delete-file-regexp): Use push.
15392 (file-cache-complete): Use completion-in-region.
15393
8c22699f
SM
15394 * simple.el (with-wrapper-hook): Fix thinko.
15395
e3353a78
SM
15396 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
15397 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
15398 Use with-current-buffer and string-to-number.
15399 (hfy-fallback-colour-values): Use assoc-string.
15400 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
15401 (hfy-face-at): Remove unused var `found-face'.
15402 (hfy-compile-stylesheet): Remove unused var `css'.
15403 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
15404 and `orig-buffer'.
15405 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
15406 Use with-current-buffer.
15407 (hfy-text-p): Use expand-file-name and fewer setq.
15408
acca02b0
SM
154092009-11-19 Vivek Dasmohapatra <vivek@etla.org>
15410
15411 * htmlfontify.el, hfy-cmap.el: New files.
15412
042b7cc6
JL
154132009-11-19 Juri Linkov <juri@jurta.org>
15414
15415 * minibuffer.el (completions-format): New defcustom.
15416 (completion--insert-strings): Implement vertical format.
15417
15418 * simple.el (switch-to-completions): Move point to the first
15419 completion when point was at the beginning of the buffer.
15420
da205913
JL
154212009-11-19 Juri Linkov <juri@jurta.org>
15422
15423 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
15424
15425 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
15426
0b8ee421
CY
154272009-11-19 Chong Yidong <cyd@stupidchicken.com>
15428
15429 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
15430 (mail-signature): Change default to t.
15431 (mail-from-style): Deprecate `system-default' value.
15432 (mail-insert-from-field): For default value of mail-from-style,
15433 default to `angles' unless `angles' needs quoting and `parens'
15434 does not.
15435 (mail-citation-prefix-regexp): Use citation regexp from
15436 message-mode.
15437
4265deab
MA
154382009-11-19 Michael Albinus <michael.albinus@gmx.de>
15439
acca02b0
SM
15440 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
15441 Set variables for computing the prompt for reading password.
4265deab 15442
27cacd2d
GM
154432009-11-19 Glenn Morris <rgm@gnu.org>
15444
470bce7d
GM
15445 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
15446
7e705a1d
GM
15447 * textmodes/flyspell.el (sgml-lexical-context): Declare.
15448
27cacd2d
GM
15449 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
15450 (newsticker-treeview-listwindow-height): Fix custom type.
15451
b2f0be0f
KH
154522009-11-19 Kenichi Handa <handa@m17n.org>
15453
15454 * descr-text.el (describe-char-padded-string): Compose with TAB
15455 only if there's a font for CH.
02e1b488 15456 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 15457
03446045 154582009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
15459
15460 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 15461 more accurate version of the regexp. (Bug#3910)
b96337b0 15462
03446045 154632009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
15464
15465 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
15466
e0620570
JB
154672009-11-18 Juanma Barranquero <lekktu@gmail.com>
15468
15469 * font-setting.el (font-use-system-font): Declare for byte-compiler.
15470 (font-setting-change-default-font): Fix typo in docstring.
15471
6cc6582e
AM
154722009-11-18 Alan Mackenzie <acm@muc.de>
15473
15474 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
15475
dfb3c4c6
JD
154762009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15477
02e1b488 15478 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
15479
15480 * cus-start.el (all): ... to here.
15481
e268e987
MA
154822009-11-17 Michael Albinus <michael.albinus@gmx.de>
15483
15484 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
15485 Don't set `ad-return-value' if `ad-do-it' doesn't.
15486
303ffde8
MA
15487 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
15488 modification time.
15489
637fa988
JD
154902009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15491
15492 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 15493 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
15494
15495 * loadup.el: If feature system-font-setting or font-render-setting is
15496 there, load font-setting.
15497
02e1b488 15498 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
15499 * font-setting.el: New file.
15500
1d16a255
GM
155012009-11-17 Glenn Morris <rgm@gnu.org>
15502
15503 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
15504
2d84f804
GM
15505 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
15506 Preserve point in the list buffer. (Bug#4939)
15507 Use point-at-eol.
15508 (newsticker--treeview-list-update-highlight)
15509 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
15510
14467b99
JB
155112009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15512
15513 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
15514 Remove.
15515
15516 * calc/calc-ext.el (calc-init-extensions): Remove references to
15517 symclip.
15518
15519 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
15520
15521 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 15522 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
15523 `calc-symclip'.
15524
e3c39c01
KR
155252009-11-16 Kevin Ryde <user42@zip.com.au>
15526
02e1b488 15527 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 15528 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 15529
497de631
KR
15530 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
15531 (lm-keywords-list): Allow comma-only separator like "foo,bar".
15532 Ignore trailing spaces by omit-nulls to split-string (fixing
15533 regression from Emacs 21 due to the incompatible split-string
14467b99 15534 change). (Bug #4928.)
497de631 15535
48b27575
DN
155362009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
15537
5237d741 15538 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
15539 (vc-print-log-internal): Insert buttons to request more entries
15540 when limiting the output.
15541
15542 * vc-sccs.el (vc-sccs-print-log):
15543 * vc-rcs.el (vc-rcs-print-log):
15544 * vc-cvs.el (vc-cvs-print-log):
15545 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
15546 LIMIT is non-nil.
15547
d3e97185
MA
155482009-11-16 Michael Albinus <michael.albinus@gmx.de>
15549
15550 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
15551 error when `tramp-gvfs-dbus-event-vector' is set.
15552 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
15553
68d87786
SM
155542009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15555
15556 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
15557
c0a39702
MA
155582009-11-16 Michael Albinus <michael.albinus@gmx.de>
15559
15560 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 15561 (dbus-register-property): Register the handlers of
c0a39702
MA
15562 "org.freedesktop.DBus.Properties" for SERVICE.
15563 (dbus-property-handler): Fix docstring.
15564
1e857121
YM
155652009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15566
15567 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
15568 Quote doc string reference in defvaralias as it is not in special form.
15569 (byte-compile-output-docform): Doc fix.
15570
887484c1
JB
155712009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15572
15573 * calc/calc.el (math-2-word-size, math-half-2-word-size)
15574 (calc-complement-signed-mode): New variables.
15575 (calc-set-mode-line): Add indicator for twos-complements.
15576 (math-format-number): Format twos-complement notation.
15577
15578 * calc/calc-bin.el (calc-word-size): Reset the variables
15579 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
15580 (math-format-complement-signed, math-symclip, calcFunc-symclip)
15581 (calc-symclip): New functions.
887484c1
JB
15582
15583 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
15584
68d87786
SM
15585 * calc/calc-embed.el (calc-embedded-mode-vars):
15586 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
15587
15588 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 15589 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
15590
15591 * calc/calc-ext.el (math-read-number-fancy): Read complement
15592 signed numbers.
68d87786
SM
15593 (calc-init-extensions): Add binding for `calc-symclip'.
15594 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
15595
15596 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
15597 `calc-symclip'.
68d87786 15598 (calc-modes-menu): Add item for twos complement mode.
887484c1 15599
5237d741 15600 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 15601
4cf1d7e3
CY
156022009-11-15 Chong Yidong <cyd@stupidchicken.com>
15603
15604 * register.el (jump-to-register, insert-register): Handle Semantic
15605 tags. From commented-out advice in semantic/senator.el.
15606
f8e65267
DN
156072009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
15608
6616006b
DN
15609 * vc.el (vc-log-show-limit): New variable.
15610 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
15611 when using a prefix argument.
15612 (vc-print-log-internal): Add new argument LIMIT.
15613
15614 * vc-svn.el (vc-svn-print-log):
15615 * vc-mtn.el (vc-mtn-print-log):
15616 * vc-hg.el (vc-hg-print-log):
15617 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 15618 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
15619 non-optional.
15620
15621 * vc-sccs.el (vc-sccs-print-log):
15622 * vc-rcs.el (vc-rcs-print-log):
15623 * vc-git.el (vc-git-print-log):
15624 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
15625 ignore it. Make the BUFFER argument non-optional
15626
f8e65267
DN
15627 * bindings.el (mode-line-buffer-identification): Do not purecopy.
15628
0566c4bc
CY
156292009-11-15 Chong Yidong <cyd@stupidchicken.com>
15630
7cce3c91
CY
15631 * dired.el (dired-mode-map): Move encryption items to "Operate"
15632 menu (Bug#4703).
15633
d7063de9
CY
15634 * strokes.el (strokes-update-window-configuration): Make strokes
15635 buffer current before erasing (Bug#4906).
15636
0fc10137
JL
156372009-11-15 Juri Linkov <juri@jurta.org>
15638
15639 * simple.el (set-mark-default-inactive): Add :type, :group
15640 and :version. (Bug#4876)
15641
f5fce4ec
MA
156422009-11-15 Michael Albinus <michael.albinus@gmx.de>
15643
15644 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
15645 (archive-unique-fname): ... here. (Bug#4929)
15646
8d720a00
SM
156472009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
15648
589888fe
SM
15649 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
15650 with a real fix.
15651
8d720a00
SM
15652 * novice.el (disabled-command-function): Add useful args.
15653 Setup the help buffer so that [back] works.
15654 Remove redundant call to help-mode.
15655 (disabled-command-function): Use `case'.
15656 (en/disable-command): New function extracted from enable-command.
15657 (enable-command, disable-command): Use it.
15658
a61344d6
GM
156592009-11-14 Glenn Morris <rgm@gnu.org>
15660
497f0cdd
GM
15661 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
15662 constants. (Bug#4913)
15663
a61344d6
GM
15664 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
15665
d501801e
GM
156662009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
15667
15668 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
15669 defined in C that have no doc-strings. (Bug#1063)
15670
5af27ac2
GM
156712009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
15672
15673 * cus-edit.el (data, files):
15674 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
15675
aec5395b
CY
156762009-11-14 Chong Yidong <cyd@stupidchicken.com>
15677
e7791447
CY
15678 * simple.el (shell-command): Doc fix (Bug#4891).
15679
aec5395b
CY
15680 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
15681
7a41cd7f
GM
156822009-11-14 Glenn Morris <rgm@gnu.org>
15683
c3583c94
GM
15684 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
15685 statements for vc-diff, emerge-quit, and rmail-cease-edit.
15686 If they are already loaded, eval-after-load will do the right thing.
15687
73900d1f
GM
15688 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
15689 compiling.
15690
0028351d
GM
15691 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
15692
f6714ede
GM
15693 * simple.el (x-selection-owner-p): Declare.
15694 (read-mail-command): Use custom radio type rather than choice.
15695 (completion-no-auto-exit): Doc fix.
15696
7a41cd7f 15697 * custom.el (defgroup):
5af27ac2 15698 * epg-config.el (epg): Doc fixes.
7a41cd7f 15699
2d0659ec
DN
157002009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
15701
15702 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
15703 * international/ccl.el (define-ccl-program): Do not purecopy the
15704 docstring, defconst does it anyway.
15705
7fdbcd83
SM
157062009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
15707
d499c5b9
SM
15708 * add-log.el (add-change-log-entry): Avoid displaying the changelog
15709 a second time.
15710
7fdbcd83
SM
15711 * x-dnd.el (x-dnd-maybe-call-test-function):
15712 * window.el (split-window-vertically):
15713 * whitespace.el (whitespace-help-on):
15714 * vc-rcs.el (vc-rcs-consult-headers):
15715 * userlock.el (ask-user-about-lock-help)
15716 (ask-user-about-supersession-help):
15717 * type-break.el (type-break-force-mode-line-update):
15718 * time-stamp.el (time-stamp-conv-warn):
15719 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 15720 (te-sentinel, terminal-emulator):
7fdbcd83
SM
15721 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
15722 (term-write-input-ring, term-check-source, term-start-output-log):
15723 (term-display-buffer-line, term-dynamic-list-completions):
15724 (term-ansi-make-term, serial-term):
15725 * subr.el (selective-display):
15726 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
15727 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
15728 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
15729 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
15730 (speedbar-remove-localized-speedbar-support)
15731 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
15732 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
15733 (speedbar-buffers-line-directory):
15734 * simple.el (shell-command-on-region, append-to-buffer)
15735 (prepend-to-buffer):
15736 * shadowfile.el (shadow-save-todo-file):
15737 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
15738 (scroll-bar-maybe-set-window-start):
15739 * sb-image.el (speedbar-image-dump):
15740 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
15741 (load-save-place-alist-from-file):
15742 * ps-samp.el (ps-print-message-from-summary):
15743 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
15744 (ps-background-image, ps-begin-job, ps-do-despool):
15745 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
15746 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
15747 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
15748 (pr-call-process, pr-file-list, pr-interface-save):
15749 * novice.el (disabled-command-function)
15750 (enable-command, disable-command):
15751 * mouse.el (mouse-buffer-menu-alist):
15752 * mouse-copy.el (mouse-kill-preserving-secondary):
15753 * macros.el (kbd-macro-query):
15754 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
15755 * informat.el (batch-info-validate):
15756 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
15757 * hippie-exp.el (try-expand-dabbrev-visible):
15758 * help-mode.el (help-make-xrefs):
15759 * help-fns.el (describe-variable):
15760 * generic-x.el (bat-generic-mode-run-as-comint):
15761 * finder.el (finder-mouse-select):
15762 * find-dired.el (find-dired-sentinel):
15763 * filesets.el (filesets-file-close):
15764 * files.el (list-directory):
15765 * faces.el (list-faces-display, describe-face):
15766 * facemenu.el (list-colors-display):
15767 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
15768 * epg.el (epg--process-filter, epg-cancel):
15769 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
15770 (epa--read-signature-type):
15771 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
15772 (emerge-file-names):
15773 * ehelp.el (electric-helpify):
15774 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
15775 * ediff-vers.el (rcs-ediff-view-revision):
15776 * ediff-util.el (ediff-setup):
15777 * ediff-mult.el (ediff-append-custom-diff):
15778 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
15779 (ediff-wordify):
15780 * echistory.el (Electric-command-history-redo-expression):
15781 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
15782 * disp-table.el (describe-display-table):
15783 * dired.el (dired-find-buffer-nocreate):
15784 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
15785 * dabbrev.el (dabbrev--same-major-mode-p):
15786 * chistory.el (list-command-history):
15787 * apropos.el (apropos-documentation):
15788 * allout.el (allout-obtain-passphrase):
15789 (allout-copy-exposed-to-buffer):
15790 (allout-verify-passphrase): Use with-current-buffer.
15791
2ccbc060
GM
157922009-11-13 Glenn Morris <rgm@gnu.org>
15793
15794 * Makefile.in (ELCFILES): Regenerate.
15795
b172ed20
MA
157962009-11-13 Michael Albinus <michael.albinus@gmx.de>
15797
7fdbcd83
SM
15798 * net/dbus.el (dbus-registered-objects-table): Rename from
15799 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
15800 (dbus-unregister-object): Unregister also properties.
15801 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
15802 Use a timeout of 500 msec, in order to not block.
15803 (dbus-register-property, dbus-property-handler): New defuns.
15804
e96d62cd
SM
158052009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
15806
15807 * simple.el (minibuffer-default-add-completions): Drop deprecated
15808 4th arg.
15809
14bd267d
EZ
158102009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
15811
e96d62cd
SM
15812 * textmodes/artist.el (artist-mouse-choose-operation):
15813 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 15814 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
15815 (artist-compute-up-event-key): New function.
15816 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
15817
bf89fd7b
KH
158182009-11-13 Kenichi Handa <handa@m17n.org>
15819
15820 * language/japan-util.el: Make sure that the value of jisx0208
15821 property is jisx0208 character.
15822
f70b8925
DN
158232009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
15824
15825 * international/mule.el (auto-coding-regexp-alist): Only purecopy
15826 car or each item, not the whole list.
15827
4d93a9e0
SM
158282009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
15829
15830 * minibuffer.el (minibuffer-completion-help):
15831 Use minibuffer-hide-completions.
15832
05404988
SM
158332009-11-12 Per Starbäck <per@starback.se> (tiny change)
15834
15835 * dired.el (dired-save-positions, dired-restore-positions): New funs.
15836 (dired-revert): Use them (bug#4880).
15837
5297bc10
DN
158382009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
15839
15840 * tooltip.el (tooltip-frame-parameters): Undo previous change.
15841
e2685eb7
JL
158422009-11-12 Juri Linkov <juri@jurta.org>
15843
15844 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
15845 New functions.
15846 (find-file-literally-at-point): Alias of `ffap-literally'.
15847
76410c3e
DN
158482009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
15849
6d341a2a
DN
15850 * textmodes/ispell.el (ispell-skip-region-alist):
15851 * textmodes/css-mode.el (auto-mode-alist):
15852 * progmodes/compile.el (auto-mode-alist):
15853 * international/mule.el (ctext-non-standard-encodings-alist)
15854 (ctext-non-standard-encodings-regexp):
15855 * simple.el (shell-command-switch, text-read-only):
15856 * replace.el (occur-mode-map):
15857 * paths.el (rmail-file-name):
15858 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
15859 * find-file.el (ff-special-constructs):
15860 * files.el (file-name-handler-alist):
15861 * composite.el: Purecopy strings.
15862
76410c3e
DN
15863 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
15864
aaa448c9
DN
158652009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
15866
15867 * widget.el (define-widget): Purecopy the docstring.
15868 * international/mule-cmds.el (charset): Do not purecopy the
15869 docstring here, define-widget does it.
15870
15871 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
15872 * textmodes/bibtex-style.el (auto-mode-alist):
15873 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15874 * progmodes/compile.el (compile-command):
15875 * language/korea-util.el (default-korean-keyboard):
15876 * international/mule-conf.el (file-coding-system-alist):
15877 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
15878 * tooltip.el (tooltip-frame-parameters):
15879 * newcomment.el (comment-end, comment-padding):
15880 * dired.el (dired-trivial-filenames):
15881 * comint.el (comint-file-name-prefix): Purecopy initial values.
15882
bbe650fd
MA
158832009-11-11 Michael Albinus <michael.albinus@gmx.de>
15884
15885 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
15886 (tramp-advice-minibuffer-electric-tilde): Unload advices via
15887 `tramp-unload'.
15888 (tramp-advice-make-auto-save-file-name)
15889 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
15890 after removing the advice.
15891
6bdad9ae
DN
158922009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
15893
2f7f4bee
DN
15894 * progmodes/grep.el (grep-regexp-alist):
15895 * international/mule-cmds.el (iso-2022-control-alist):
15896 * emacs-lisp/timer.el (timer-duration-words):
15897 * subr.el (version-separator, version-regexp-alist):
15898 * minibuffer.el (completion-styles-alist):
15899 * faces.el (face-attribute-name-alist, list-faces-sample-text):
15900 Change defvars to defconsts.
15901
a042de45
DN
15902 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
15903 * loadup.el ("international/mule-conf"): Load the byte compiled version.
15904 * international/mule-conf.el: Allow to be byte compiled.
15905
3b6acc72
DN
15906 * international/mule.el (define-charset): Purecopy props.
15907 (load-with-code-conversion): Purecopy doc string and file name.
15908 (put-charset-property): Purecopy strings.
15909 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
15910
1c2efdfb 15911 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
15912 (define-char-code-property): Correctly purecopy the table.
15913
62591911
DN
15914 * international/ccl.el (define-ccl-program): Purecopy the docstring.
15915
8b908da6
DN
15916 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
15917
ff917d63
DN
15918 * subr.el (add-hook): Purecopy strings.
15919 (eval-after-load): Purecopy load-history-regexp and the form.
15920
af89cf77
DN
15921 * custom.el (custom-declare-group): Purecopy load-file-name.
15922
a3c20c83 15923 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
15924 * net/eudc.el (eudc-tools-menu):
15925 * international/mule-cmds.el (set-coding-system-map)
15926 (mule-menu-keymap):
15927 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
15928 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
15929 * replace.el (occur-mode-map):
15930 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 15931 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
15932 (menu-bar-custom-menu, menu-bar-showhide-menu)
15933 (menu-bar-options-menu, menu-bar-tools-menu)
15934 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
15935 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
15936 (menu-bar-help-menu):
15937 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
15938 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
15939
6bdad9ae
DN
15940 * term/x-win.el (x-gtk-stock-map):
15941 * progmodes/vera-mode.el (auto-mode-alist):
15942 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
15943 (inferior-lisp-program, inferior-lisp-load-command):
15944 * progmodes/hideshow.el (hs-special-modes-alist):
15945 * progmodes/gud.el (same-window-regexps):
15946 * progmodes/grep.el (grep-program, find-program, xargs-program):
15947 * net/telnet.el (same-window-regexps):
15948 * net/rlogin.el (same-window-regexps):
15949 * language/ethiopic.el (font-ccl-encoder-alist):
15950 * vc-sccs.el (vc-sccs-master-templates):
15951 * vc-rcs.el (vc-rcs-master-templates):
15952 * subr.el (cl-assertion-failed):
15953 * simple.el (next-error-overlay-arrow-position):
15954 * lpr.el (lpr-command):
15955 * locate.el (locate-ls-subdir-switches):
15956 * info.el (same-window-regexps, info)
15957 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
15958 * image-mode.el (image-mode, auto-mode-alist):
15959 * hippie-exp.el (hippie-expand-ignore-buffers):
15960 * format.el (format-alist):
15961 * find-dired.el (find-ls-subdir-switches, find-grep-options)
15962 (find-name-arg):
15963 * facemenu.el (facemenu-keybindings):
15964 * dired.el (dired-listing-switches, dired-chown-program):
15965 * diff.el (diff-switches, diff-command):
15966 * cus-edit.el (same-window-regexps):
15967 * bindings.el (mode-line-mule-info)
15968 (mode-line-buffer-identification): Purecopy strings.
15969
e0987650
JL
159702009-11-11 Juri Linkov <juri@jurta.org>
15971
3570691b 15972 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
15973 Tell the byte-compiler about dired-get-filename.
15974 (shell-command): In Dired mode, get filename from the current line
15975 as the default value.
15976
b16ff465
GM
159772009-11-10 Glenn Morris <rgm@gnu.org>
15978
e8a11b22
GM
15979 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
15980 * calendar/holidays.el, progmodes/cperl-mode.el:
15981 Update x-popup-menu declarations.
15982
b16ff465
GM
15983 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
15984 (list-load-path-shadows): Use dolist.
15985 (list-load-path-shadows): Use with-current-buffer.
15986
032c3399
JL
159872009-11-10 Juri Linkov <juri@jurta.org>
15988
15989 * minibuffer.el (read-file-name): Support a list of default values
15990 in `default-filename'. Use the first file name where only one
15991 element is required. Doc fix.
15992
8fb1629f
MA
159932009-11-09 Michael Albinus <michael.albinus@gmx.de>
15994
15995 * net/dbus.el (dbus-unregister-object): Release service, if no
15996 other method is registered for it.
15997
a51203ee 159982009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
15999
16000 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16001 bookmark-sort-flag is non-nil (Bug#4653).
16002
9bf7dc8a
CY
160032009-11-08 Chong Yidong <cyd@stupidchicken.com>
16004
15207e74
CY
16005 * emulation/cua-base.el: Add CUA property to some CC mode commands
16006 (Bug#4100).
16007
8bf7ed70
KR
160082009-11-08 Kevin Ryde <user42@zip.com.au>
16009
16010 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 16011 at end of sentence (Bug#4818).
8bf7ed70 16012
951802d0
CY
160132009-11-08 Jared Finder <jfinder@crypticstudios.com>
16014
16015 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16016 Handle "see declaration of" MSFT statements (Bug#4100).
16017
e8244310
MA
160182009-11-08 Michael Albinus <michael.albinus@gmx.de>
16019
16020 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16021 (tramp-advice-file-expand-wildcards): Unload via
16022 `ad-remove-advice'.
16023
16024 * net/trampver.el: Update release number.
16025
a51203ee 160262009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
16027
16028 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16029 `ad-do-it'.
16030
a51203ee 160312009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
16032
16033 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16034 in order to keep context in SELinux.
16035
bedd8a58
CY
160362009-11-08 Chong Yidong <cyd@stupidchicken.com>
16037
16038 * dired-aux.el (dired-query): Place cursor in echo area and allow
16039 C-g.
16040
16041 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16042 menu item if not on a directory (Bug#4701).
16043
0484d600
MA
160442009-11-07 Michael Albinus <michael.albinus@gmx.de>
16045
16046 Sync with Tramp 2.1.17.
16047
16048 * net/tramp.el (tramp-handle-copy-directory): Don't use
16049 `file-remote-p' (due to compatibility).
16050
16051 * net/tramp-compat.el (tramp-compat-copy-directory)
16052 (tramp-compat-delete-directory): New defuns.
16053
16054 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6a7662bb
BR
16055 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16056 Use `tramp-compat-delete-directory'.
0484d600
MA
16057
16058 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6a7662bb
BR
16059 (tramp-smb-handle-delete-directory):
16060 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
16061
16062 * net/trampver.el: Update release number.
16063
b42b2189
CY
160642009-11-07 Chong Yidong <cyd@stupidchicken.com>
16065
6960d7b9
CY
16066 * tar-mode.el (tar-copy): Call write-region on the right buffer
16067 (Bug#4857).
16068
b42b2189
CY
16069 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16070 by hand, if necessary (Bug#4878).
16071
0ad57dfd
CY
160722009-11-06 Chong Yidong <cyd@stupidchicken.com>
16073
d19e23ae
CY
16074 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16075 align size column (Bug#4839).
16076
0ad57dfd
CY
16077 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16078 statement.
16079
0b7f397c
DN
160802009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16081
16082 * progmodes/ld-script.el (auto-mode-alist):
16083 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16084
16085 * cus-face.el (custom-declare-face): Purecopy face spec.
16086
495bd5ca
KH
160872009-11-06 Kenichi Handa <handa@m17n.org>
16088
16089 * international/uni-bidi.el: Re-generated.
16090 * international/uni-category.el: Re-generated.
16091 * international/uni-combining.el: Re-generated.
16092 * international/uni-mirrored.el: Re-generated.
16093
1e8780b1
DN
160942009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16095
16096 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16097 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16098 (tex-start-options, slitex-run-command, latex-run-command)
16099 (tex-run-command, tex-directory):
16100 * textmodes/ispell.el (ispell-html-skip-alists)
16101 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16102 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16103 (adaptive-fill-regexp):
16104 * textmodes/dns-mode.el (auto-mode-alist):
16105 * progmodes/python.el (interpreter-mode-alist):
16106 * progmodes/etags.el (tags-compression-info-list):
16107 * progmodes/etags.el (tags-file-name):
16108 * net/browse-url.el (browse-url-galeon-program)
16109 (browse-url-firefox-program):
16110 * mail/sendmail.el (mail-signature-file)
16111 (mail-citation-prefix-regexp):
16112 * international/mule-conf.el (eight-bit):
16113 * international/latexenc.el (latex-inputenc-coding-alist):
16114 * international/fontset.el (x-pixel-size-width-font-regexp):
16115 * emacs-lisp/warnings.el (warning-type-format):
16116 * emacs-lisp/trace.el (trace-buffer):
16117 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16118 (emacs-lisp-mode-map):
16119 * calendar/holidays.el (holiday-solar-holidays)
16120 (holiday-bahai-holidays, holiday-islamic-holidays)
16121 (holiday-christian-holidays, holiday-hebrew-holidays)
16122 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16123 (hebrew-holidays-1, holiday-oriental-holidays)
16124 (holiday-general-holidays):
16125 * x-dnd.el (x-dnd-known-types):
16126 * tool-bar.el (tool-bar):
16127 * startup.el (site-run-file):
16128 * shell.el (shell-dumb-shell-regexp):
16129 * rfn-eshadow.el (file-name-shadow-tty-properties)
16130 (file-name-shadow-properties):
16131 * paths.el (remote-shell-program, news-directory):
16132 * mouse.el ([C-down-mouse-3]):
16133 * menu-bar.el (menu-bar-tools-menu):
16134 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16135 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16136 (jka-compr-compression-info-list):
16137 * isearch.el (search-whitespace-regexp):
16138 * image-file.el (image-file-name-extensions):
16139 * find-dired.el (find-ls-option):
16140 * files.el (directory-listing-before-filename-regexp)
16141 (directory-free-space-args, insert-directory-program)
16142 (list-directory-brief-switches, magic-fallback-mode-alist)
16143 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16144 (automount-dir-prefix):
16145 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16146 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16147 (face-font-registry-alternatives, face-font-registry-alternatives)
16148 (face-font-family-alternatives):
16149 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16150 (facemenu-foreground-menu, facemenu-face-menu):
16151 * epa-hook.el (epa-file-name-regexp):
16152 * dnd.el (dnd-protocol-alist):
16153 * textmodes/rst.el (auto-mode-alist):
a51203ee 16154 * button.el (default-button): Purecopy strings.
1e8780b1 16155
0adae11f
GM
161562009-11-06 Glenn Morris <rgm@gnu.org>
16157
16158 * Makefile.in (ELCFILES): Update.
16159
2adaf057
SM
161602009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
16161
8f72f03c
SM
16162 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
16163 * emacs-lisp/levents.el: Move to obsolete/levents.el.
16164
2adaf057
SM
16165 * nxml/xsd-regexp.el (xsdre-gen-categories):
16166 * nxml/xmltok.el (xmltok-parse-entity):
16167 * nxml/rng-parse.el (rng-parse-validate-file):
16168 * nxml/rng-maint.el (rng-format-manual)
16169 (rng-manual-output-force-new-line):
16170 * nxml/rng-loc.el (rng-save-schema-location-1):
16171 * nxml/rng-cmpct.el (rng-c-parse-file):
16172 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
16173 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
16174
14862301
SM
161752009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
16176
bf0b361c 16177 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
16178 Remove extra save-excursions and make-variable-buffer-local's.
16179 Suggested by Stefan Monnier.
16180
16181 (verilog-getopt-file, verilog-module-inside-filename-p)
16182 (verilog-set-define): Merge GNU 1.35 and repair changes from
16183 switching to using with-current-buffer.
16184
16185 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
16186 being treated as a number and confusing AUTORESET.
16187 Reported by Dan Dever.
16188
16189 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
16190 Add verilog-auto-ignore-concat to fix backward compatibility with
16191 older verilog-modes. Reported by Dan Katz.
16192
16193 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
16194 containing closing anchors "...$".
16195
16196 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
16197 Reported by Wade Smith.
16198
48c2d18a 16199 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
16200
162012009-11-05 Michael McNamara <mac@mail.brushroad.com>
16202
bf0b361c
JB
16203 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
16204 for labels.
14862301
SM
16205
16206 (verilog-label-re, verilog-calc-1): Support proper indent of named
16207 asserts.
16208
16209 (verilog-backward-token, verilog-basic-complete-re)
16210 (verilog-beg-of-statement, verilog-indent-re): Support proper
16211 indent of the assert statement at the beginning of a block of text.
16212
16213 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
16214 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
16215 tokens as begins.
16216
4f8f657f
GM
162172009-11-05 Glenn Morris <rgm@gnu.org>
16218
775adc51
GM
16219 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
16220 Emacs 19. (Bug#1531)
16221 (byte-compile-fix-header): Update for the above change.
16222 Drop test for epoch::version.
16223
4ad6a5e7 16224 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
16225 * cus-dep.el (custom-make-dependencies):
16226 * finder.el (finder-compile-keywords):
16227 Use autoload-rubric's feature argument.
4ad6a5e7 16228
4f8f657f
GM
16229 * calendar/diary-lib.el (top-level): Make load behave more like require.
16230
881e4184
GM
16231 * vc-git.el (vc-git-stash-map): Move definition before use.
16232
ba214964 162332009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 16234
b6f8ba09
DN
16235 * custom.el (custom-declare-group): Purecopy standard-value.
16236 (custom-declare-group): Purecopy custom-prefix.
16237
7fdbcd83
SM
16238 * international/mule.el (load-with-code-conversion):
16239 Call do-after-load-evaluation unconditionally.
eb6f577b 16240
f6195dfb
DN
16241 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
16242
56f14120
SM
162432009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16244
16245 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
16246
e5c89ce9
GM
162472009-11-04 Glenn Morris <rgm@gnu.org>
16248
16249 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
16250 (byte-compile-compatibility): Remove option.
16251 (byte-compile-close-variables, byte-compile-fix-header)
16252 (byte-compile-insert-header, byte-compile-output-docform)
16253 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
16254 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
16255 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
16256 (byte-compile-insert, byte-compile-defun):
16257 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
16258 (byte-defop-compiler19): Remove.
16259 Without byte-compile-compatibility, the 'emacs19-opcode property is not
16260 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 16261
e24f42ab
JL
162622009-11-04 Juri Linkov <juri@jurta.org>
16263
16264 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
16265 (menu-bar-options-menu): Don't quote the `prop' arg of
16266 `menu-bar-make-mm-toggle'.
16267
d3d5f4f5
JB
162682009-11-04 Juanma Barranquero <lekktu@gmail.com>
16269
16270 * calendar/calendar.el (cal-loaddefs):
16271 * calendar/diary-lib.el (diary-loaddefs):
16272 * calendar/holidays.el (hol-loaddefs):
16273 * eshell/esh-module.el (esh-groups): Load rather than require.
16274
6e39d3b2
SM
162752009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16276
e96d62cd
SM
16277 * calendar/todo-mode.el (todo-add-category): Don't hardcode
16278 point-min==1.
7e83e8b4
SM
16279 (todo-top-priorities): Only display-buffer when called interactively.
16280 (todo-item-start): Don't save excursion point.
16281 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
16282 (todo-insert-item-here, todo-file-item, todo-remove-item):
16283 Adjust uses of todo-item-start and todo-item-end.
16284
fae4e5b9
SM
16285 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
16286 (autoload-rubric): Don't use any more.
fae4e5b9 16287
6e39d3b2
SM
16288 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
16289 and only put a prop if it is non-nil.
16290
c9753fb4
JL
162912009-11-03 Juri Linkov <juri@jurta.org>
16292
16293 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
16294 (menu-bar-options-menu): Fix list quoting (Bug#4429).
16295
16296 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
16297 and "Menu" to make top-level menu item visually one unit (like
16298 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
16299 multi-word menu items). Fix :help string for quit-window.
16300
db04f33f
GM
163012009-11-03 Glenn Morris <rgm@gnu.org>
16302
2aea6521
GM
16303 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
16304 (byte-compile-file-form-define-abbrev-table)
16305 (byte-compile-file-form-custom-declare-variable)
16306 (byte-compile-variable-ref, byte-compile-defvar):
16307 Whether or not a warning is enabled should only affect whether we issue
16308 the warning, not whether or not we collect the relevant data.
16309 Eg warnings can be turned on and off throughout the course of a file.
16310
db04f33f
GM
16311 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
16312 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
16313
937e6a56
SM
163142009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16315
16316 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
16317 * play/mpuz.el (mpuz-create-buffer):
16318 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
16319 (lm-print-y,s,noise, lm-print-w0, lm-init):
16320 * play/gomoku.el (gomoku-prompt-for-move):
16321 * play/fortune.el (fortune-in-buffer):
16322 * play/dissociate.el (dissociated-press):
16323 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 16324 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
16325 * mail/supercite.el (sc-eref-show):
16326 * mail/smtpmail.el (smtpmail-send-it):
16327 * mail/rmailsum.el (rmail-summary-next-labeled-message)
16328 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
16329 (rmail-summary-undelete-many, rmail-summary-rmail-update)
16330 (rmail-summary-goto-msg, rmail-summary-expunge)
16331 (rmail-summary-get-new-mail, rmail-summary-search-backward)
16332 (rmail-summary-add-label, rmail-summary-output-menu)
16333 (rmail-summary-output-body):
16334 * mail/rfc822.el (rfc822-addresses):
16335 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
16336 * mail/mailpost.el (post-mail-send-it):
16337 * mail/hashcash.el (hashcash-generate-payment):
16338 * mail/feedmail.el (feedmail-run-the-queue)
16339 (feedmail-queue-send-edit-prompt-help-first)
16340 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
16341 (feedmail-deduce-address-list):
16342 * eshell/esh-ext.el (eshell-remote-command):
16343 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
16344 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
16345 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
16346 (viper-save-string-in-file, viper-valid-marker):
16347 * emulation/viper-keym.el (viper-toggle-key):
16348 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
16349 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
16350 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
16351 * emulation/viper-cmd.el (viper-exec-form-in-vi)
16352 (viper-exec-form-in-emacs, viper-brac-function):
16353 * emulation/viper.el (viper-delocalize-var):
16354 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
16355 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
16356 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
16357 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
16358 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
16359 * emulation/edt.el (edt-electric-helpify):
16360 * emulation/cua-rect.el (cua--rectangle-aux-replace):
16361 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
16362 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
16363 (cua-indent-to-global-mark-column):
16364 * calendar/diary-lib.el (calendar-mark-1):
16365 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
16366 Use with-current-buffer.
16367 * emulation/viper.el (viper-delocalize-var): Use dolist.
16368
5b955562
CY
163692009-11-03 Chong Yidong <cyd@stupidchicken.com>
16370
16371 * comint.el (comint-replace-by-expanded-history-before-point):
16372 Replace !! with the previous input string literally (Bug#1795).
16373
6292c599
JB
163742009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
16375
16376 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
16377 to be made up of whitespace.
16378
8368c14e
CY
163792009-11-02 Chong Yidong <cyd@stupidchicken.com>
16380
16381 * minibuffer.el (read-file-name): Don't use file dialogs for
16382 remote directories (Bug#99).
16383
6f750f0d
CY
163842009-11-01 Chong Yidong <cyd@stupidchicken.com>
16385
16386 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
16387
97ab3f47
AS
163882009-11-01 Andreas Schwab <schwab@linux-m68k.org>
16389
16390 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
16391 instead of deleting the window or frame.
16392
673c1168
CY
163932009-10-31 Chong Yidong <cyd@stupidchicken.com>
16394
16395 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
16396 Support face colors.
16397
937e6a56
SM
16398 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
16399 New function. Support face colors (Bug#1168).
673c1168
CY
16400 (tex-common-initialization): Use it.
16401
16402 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
16403 mode allows it (Bug#1168).
16404
c9349f0a
CY
164052009-10-31 Juri Linkov <juri@jurta.org>
16406
16407 * facemenu.el (list-colors-display): Don't mark buffer as
16408 modified (Bug#3948).
16409
ebf5c4f5
CY
164102009-10-31 Chong Yidong <cyd@stupidchicken.com>
16411
6a7662bb
BR
16412 * international/mule-diag.el (list-character-sets-1):
16413 Minor message fix (Bug#3526).
5c2dce75 16414
6a7662bb
BR
16415 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
16416 Fix face property (Bug#4834).
26581f0e
CY
16417 (etags-list-tags, etags-tags-apropos-additional)
16418 (etags-tags-apropos, tags-select-tags-table): Add follow-link
16419 property.
16420
ebf5c4f5
CY
16421 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
16422 items.
16423
9a529312
SM
164242009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
16425
16426 * textmodes/two-column.el (2C-split):
16427 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
16428 * textmodes/tex-mode.el (tex-set-buffer-directory):
16429 * textmodes/spell.el (spell-region, spell-string):
16430 * textmodes/reftex.el (reftex-erase-buffer):
16431 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
16432 * textmodes/reftex-toc.el (reftex-toc-promote-action):
16433 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
16434 (reftex-select-item):
16435 * textmodes/reftex-ref.el (reftex-label-info-update)
16436 (reftex-offer-label-menu):
16437 * textmodes/reftex-index.el (reftex-index-change-entry)
16438 (reftex-index-phrases-info):
16439 * textmodes/reftex-global.el (reftex-create-tags-file)
16440 (reftex-save-all-document-buffers, reftex-ensure-write-access):
16441 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
16442 (reftex-view-crossref-from-bibtex):
16443 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
16444 (reftex-extract-bib-entries-from-thebibliography)
16445 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
16446 * textmodes/refbib.el (r2b-capitalize-title):
16447 (r2b-convert-buffer, r2b-help):
16448 * textmodes/page-ext.el (pages-directory)
16449 (pages-directory-goto-with-mouse):
16450 * textmodes/bibtex.el (bibtex-validate-globally):
16451 * textmodes/bib-mode.el (bib-capitalize-title):
16452 * textmodes/artist.el (artist-clear-buffer, artist-system):
16453 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
16454 (local-set-scheme-interaction-buffer, xscheme-process-filter)
16455 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
16456 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
16457 (xscheme-send-control-g-interrupt, xscheme-start-process)
16458 (xscheme-process-sentinel, xscheme-cd):
16459 * progmodes/verilog-mode.el (verilog-read-always-signals)
16460 (verilog-set-define, verilog-getopt-file)
16461 (verilog-module-inside-filename-p):
16462 * progmodes/sh-script.el:
16463 * progmodes/python.el (python-pdbtrack-get-source-buffer)
16464 (python-pdbtrack-grub-for-buffer, python-execute-file):
16465 * progmodes/octave-inf.el (inferior-octave):
16466 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
16467 (idlwave-shell-compile-helper-routines, idlwave-set-local)
16468 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
16469 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
16470 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
16471 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
16472 (idlwave-shell-filter, idlwave-shell-examine-highlight)
16473 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
16474 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
16475 (idlwave-shell-examine-display, idlwave-shell-run-region)
16476 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
16477 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
16478 * progmodes/idlw-help.el (idlwave-help-get-special-help)
16479 (idlwave-help-get-help-buffer):
16480 * progmodes/gud.el (gud-basic-call, gud-find-class)
16481 (gud-tooltip-activate-mouse-motions-if-enabled):
16482 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
16483 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
16484 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
16485 (ebrowse-tags-next-file):
16486 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
16487 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
16488 (ebnf-eps-finish-and-write):
16489 * progmodes/cpp.el (cpp-edit-save):
16490 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
16491 * progmodes/cc-defs.el (c-emacs-features):
16492 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
16493 (antlr-directory-dependencies):
16494 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
16495 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
16496 (ada-find-any-references, ada-make-filename-from-adaname)
16497 (ada-make-body-gnatstub):
16498 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 16499 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
16500 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
16501 * net/rcirc.el (rcirc-debug):
16502 * net/newst-treeview.el (newsticker--treeview-list-add-item)
16503 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
16504 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
16505 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 16506 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
16507 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
16508 (newsticker--treeview-list-clear-highlight)
16509 (newsticker--treeview-list-update-highlight)
16510 (newsticker--treeview-list-highlight-start)
16511 (newsticker--treeview-tree-update-highlight)
16512 (newsticker--treeview-get-selected-item)
16513 (newsticker-treeview-mark-list-items-old)
16514 (newsticker--treeview-set-current-node):
16515 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
16516 * net/newst-backend.el (newsticker--get-news-by-funcall)
16517 (newsticker--get-news-by-wget, newsticker--image-get)
16518 (newsticker--image-sentinel):
16519 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
16520 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
16521 (eudc-ph-close-session):
16522 * net/eudc.el (eudc-save-options):
16523 * language/thai-word.el (thai-update-word-table):
16524 * language/japan-util.el (japanese-string-conversion):
16525 * international/titdic-cnv.el (tsang-quick-converter)
16526 (ziranma-converter, ctlau-converter):
16527 * international/mule-cmds.el (describe-language-environment):
16528 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
16529 (skkdic-convert-postfix, skkdic-convert-prefix):
16530 (skkdic-convert-okuri-nasi, skkdic-convert):
16531 * emacs-lisp/re-builder.el (reb-update-overlays):
16532 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
16533 * emacs-lisp/gulp.el (gulp-send-requests):
16534 * emacs-lisp/find-gc.el (trace-call-tree):
16535 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
16536 (eieio-describe-generic):
16537 * emacs-lisp/eieio-base.el (eieio-persistent-read):
16538 * emacs-lisp/edebug.el (edebug-outside-excursion):
16539 * emacs-lisp/debug.el (debugger-make-xrefs):
16540 * emacs-lisp/cust-print.el (custom-prin1-to-string):
16541 * emacs-lisp/chart.el (chart-new-buffer):
16542 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
16543 Use with-current-buffer.
16544 * textmodes/artist.el (artist-system): Don't call
16545 copy-sequence on a fresh string.
16546 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
16547
d566f228
GM
165482009-10-31 Stephen Berman <stephen.berman@gmx.net>
16549
16550 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 16551 is no item to edit. (Bug#4820)
d566f228 16552 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 16553 buffer. (Bug#4820)
d566f228 16554
f3628edd
GM
165552009-10-31 Glenn Morris <rgm@gnu.org>
16556
5cf3709c
GM
16557 * net/ange-ftp.el (top-level): Don't require dired when compiling.
16558 (comint-last-output-start, comint-last-input-start)
16559 (comint-last-input-end): Don't defvar when compiling.
16560 (ange-ftp-process-file): Use bound-and-true-p.
16561
4c814fd2
GM
16562 * pcmpl-rpm.el (top-level): Move provide statement to end.
16563 (pcmpl-rpm): Remove unused custom group.
16564
113b8dcc
GM
16565 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
16566
31c615e4
GM
16567 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
16568
416d3588
GM
16569 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16570 (byte-compile-warnings): Add `constants' as an option.
16571 (byte-compile-callargs-warn, byte-compile-arglist-warn)
16572 (display-call-tree): Update for byte-compile-fdefinition possibly
16573 returning `(macro lambda ...)'. (Bug#4778)
16574 (byte-compile-variable-ref, byte-compile-setq-default):
16575 Respect `constants' member of byte-compile-warnings.
16576
00f71f39
SM
165772009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16578
16579 * vc-bzr.el (vc-bzr-revision-keywords): New var.
16580 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
16581 to "submit:".
16582
ca0a881a
DN
165832009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
16584
16585 * textmodes/ispell.el (ispell-skip-region-alist):
16586 * international/mule-conf.el (eight-bit):
16587 * international/fontset.el (font-encoding-alist):
16588 * startup.el (pure-space-overflow-message):
16589 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
16590 * paths.el (gnus-nntp-service, rmail-spool-directory)
16591 (term-file-prefix):
16592 * files.el (save-some-buffers-action-alist):
16593 * cmuscheme.el (same-window-buffer-names):
16594 * ielm.el (same-window-buffer-names):
16595 * shell.el (same-window-buffer-names):
16596 * mail/sendmail.el (same-window-buffer-names):
16597 * progmodes/inf-lisp.el (same-window-buffer-names):
16598 * bindings.el (mode-line-client)
16599 (mode-line-column-line-number-mode-map):
16600 * language/tibetan.el (tibetan-precomposition-rule-regexp)
16601 (tibetan-precomposed-regexp): Purecopy string arguments.
16602
b861e45e
SM
166032009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16604
6df9b6d7
SM
16605 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
16606 (calcDigit-nondigit):
16607 * calc/calc-yank.el (calc-copy-to-buffer):
16608 * calc/calc-units.el (calc-invalidate-units-table):
16609 * calc/calc-trail.el (calc-trail-yank):
16610 * calc/calc-store.el (calc-insert-variables):
16611 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
16612 * calc/calc-prog.el (calc-read-parse-table):
16613 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
16614 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
16615 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
16616 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
16617 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
16618 (calc-graph-name, calc-graph-find-command, calc-graph-view)
16619 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
16620 * calc/calc-ext.el (calc-realign):
16621 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
16622 (calc-embedded-finish-edit, calc-embedded-make-info)
16623 (calc-embedded-finish-command, calc-embedded-stack-change):
16624 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
16625
70f44c65
SM
16626 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
16627 shell-dynamic-complete-filename in preference to
16628 comint-dynamic-complete-filename.
16629
b861e45e
SM
16630 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16631 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
16632 Don't consider whether the display supports colors.
16633 (bookmark-import-new-list): Use dolist.
16634 (bookmark-bmenu-mode-map): Move initialization into declaration.
16635 (bookmark-bmenu-list): Use dolist, simplify.
16636 (bookmark-show-all-annotations): Use save-selected-window and dolist.
16637 (menu-bar-final-items): Use push.
16638
8549241d 166392009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
16640
16641 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
16642 it works on remote files.
16643 (vc-hg-diff): Don't pass any `--cwd' argument.
16644
30644573
KR
166452009-10-27 Kevin Ryde <user42@zip.com.au>
16646
cc63d28f
SM
16647 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
16648 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
16649 (Further to Bug#3921).
16650
9be01a63
MA
166512009-10-27 Michael Albinus <michael.albinus@gmx.de>
16652
16653 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
16654 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
16655 calling `tramp-imap-put-file'. Add file size to the call.
16656 (tramp-imap-get-file-entries): Compute also user name, file size,
16657 and date.
16658 (tramp-imap-handle-insert-directory): Insert uid and gid.
16659 (tramp-imap-handle-file-attributes): Transform uid and gid
16660 according to `id-format'.
16661 (tramp-imap-put-file): New optional parameter SIZE. Encode file
16662 size in header X-Size.
16663
41849bf9
JB
166642009-10-26 Juanma Barranquero <lekktu@gmail.com>
16665
16666 * simple.el (transpose-subr): Give clearer error when the mark
16667 is not set. (Bug#4807)
16668
293c24f9
MA
166692009-10-26 Michael Albinus <michael.albinus@gmx.de>
16670
cc63d28f
SM
16671 * net/tramp.el (tramp-perl-file-truename): New defconst.
16672 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 16673 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
16674 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
16675 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 16676
cc63d28f
SM
16677 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
16678 Ignore `dired-call-process'.
293c24f9
MA
16679 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
16680
166812009-10-26 Julian Scheid <julians37@gmail.com>
16682
cc63d28f 16683 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
16684 (tramp-get-remote-readlink): New defun.
16685 (tramp-handle-file-truename): Use it.
16686 (tramp-handle-file-exists-p): Check file-attributes cache, assume
16687 file exists if cache value present.
48c2d18a 16688 (tramp-check-cached-permissions): New defun.
293c24f9
MA
16689 (tramp-handle-file-readable-p): Use it.
16690 (tramp-handle-file-writable-p): Likewise.
16691 (tramp-handle-file-executable-p): Likewise.
16692 (tramp-handle-file-name-all-completions): Try using Perl to get
16693 partial completions. When perl not available, combine `cd' and
16694 `ls' into single remote operation and use shell expansion to get
16695 partial remote directory contents. Set `file-exists-p' cache for
16696 directory and any files returned by ls. Change cache handling to
16697 support partial directory contents. Use error message emitted by
16698 remote `cd' or Perl code for local tramp-error.
16699 (tramp-do-copy-or-rename-file-directly): Avoid separate
16700 tramp-send-command-and-check call.
cc63d28f
SM
16701 (tramp-handle-process-file): Merge three remote ops into one.
16702 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
16703 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
16704 file-attributes shows uid/gid to be set already.
16705
a7610c52
DN
167062009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
16707
16708 * textmodes/tex-mode.el (tex-dvi-view-command)
16709 (tex-show-queue-command, tex-open-quote):
16710 * progmodes/ruby-mode.el (auto-mode-alist)
16711 (interpreter-mode-alist): Purecopy strings.
16712
16713 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
16714
16715 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
16716 string for the hook, keymap and abbrev table.
16717
16718 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
16719
16720 * x-dnd.el (x-dnd-xdnd-to-action):
16721 * startup.el (fancy-startup-text, fancy-about-text): Change to
16722 defconst from defvar.
16723
16724 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
16725
16726 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
16727 Purecopy initialization strings.
16728
16729 * mail/sendmail.el (mail-header-separator)
16730 (mail-personal-alias-file):
16731 * mail/rmail.el (rmail-default-dont-reply-to-names)
16732 (rmail-ignored-headers, rmail-retry-ignored-headers)
16733 (rmail-highlighted-headers, rmail-secondary-file-directory)
16734 (rmail-secondary-file-regexp):
16735 * files.el (null-device, file-name-invalid-regexp)
16736 (locate-dominating-stop-dir-regexp)
cc63d28f 16737 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
16738 (interpreter-mode-alist): Use mapcar instead of mapc.
16739
16740 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
16741
16742 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
16743 (completion-ignored-extensions):
16744 (debug-ignored-errors): Purecopy strings.
16745
4fcc3d32
SM
167462009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
16747
0667de21
SM
16748 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
16749 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
16750 (pcomplete--here): Use push.
16751
4fcc3d32
SM
16752 * subr.el (all-completions): Declare the 4th arg obsolete.
16753
955ef430
SM
167542009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16755
2d085307
SM
16756 * pcomplete.el (pcomplete-unquote-argument-function): New var.
16757 (pcomplete-unquote-argument): New function.
16758 (pcomplete--common-suffix): Always pay attention to case.
16759 (pcomplete--table-subvert): Quote and unquote the text.
16760 (pcomplete--common-quoted-suffix): New function.
16761 (pcomplete-std-complete): Use it and pcomplete-begin.
16762
955ef430
SM
16763 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
16764 we're inside a dedicated or minibuffer window.
16765
7c85c02b
KF
167662009-10-24 Karl Fogel <kfogel@red-bean.com>
16767
16768 * bookmark.el: Update documentation, especially documentation
16769 of `bookmark-alist' and of the bookmark file format.
16770 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
16771
3e8ae8a6
CY
167722009-10-24 Chong Yidong <cyd@stupidchicken.com>
16773
3e425845
CY
16774 * mail/emacsbug.el (report-emacs-bug): Clarify that the
16775 keybindings apply to the mail buffer (Bug#4003). Shrink help
16776 window to buffer.
16777
cdd47d48
CY
16778 * whitespace.el (whitespace-mode, whitespace-newline-mode)
16779 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
16780 (whitespace-toggle-options, global-whitespace-toggle-options):
16781 Doc fix (Bug#3660).
cdd47d48 16782
ba07c9ad
CY
16783 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
16784 of xmltok-start before the end tag was inserted (Bug#2840).
16785
3e8ae8a6
CY
16786 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
16787 patterns that are preceded by an open-paren (Bug#1320).
16788
ab276820
CY
167892009-10-24 Sven Joachim <svenjoac@gmx.de>
16790
16791 * files.el (delete-directory): Delete symlinks to directories with
16792 delete-file (Bug#4739).
16793
905a9ed3
DN
167942009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
16795
a9a2a6db
DN
16796 * vc.el (vc-backend-for-registration): Rename from
16797 vc-get-backend-for-registration. Update callers.
16798
cc63d28f
SM
16799 * international/mule-cmds.el (set-language-info-alist):
16800 Purecopy lang-env.
905a9ed3
DN
16801 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
16802 (charset): Purecopy the name.
16803 (define-char-code-property): Purecopy string arguments.
16804
16805 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
16806 Purecopy string arguments.
16807
16808 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16809 * ediff-hook.el (menu-bar-ediff-menu):
16810 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
16811 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
16812
d270305a
GM
168132009-10-24 Glenn Morris <rgm@gnu.org>
16814
6c74d523 16815 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
16816 * term.el (term-dynamic-list-completions): Use choose-completion rather
16817 than obsolete alias mouse-choose-completion.
16818
ae732337
GM
16819 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
16820 file-cache-choose-completion.
16821 (file-cache-choose-completion): Handle an optional event argument.
16822 (file-cache-mouse-choose-completion): Make it an obsolete alias.
16823
cc63d28f
SM
16824 * progmodes/octave-mod.el (octave-complete-symbol):
16825 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 16826
9847dc91
GM
16827 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
16828 use.
16829
e8f2a5d5
GM
16830 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
16831 compiler.
16832
d270305a
GM
16833 * vc-hooks.el (vc-responsible-backend): Fix declaration.
16834
c6432f1e
SM
168352009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16836
16837 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
16838 Ignore `pred' now that we receive one.
16839 Handle test-completion specially.
16840
6ab196f9
DN
168412009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
16842
16843 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 16844 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
16845 REGISTER ...
16846 (vc-get-backend-for-registration): ... here. New function.
16847 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
16848 of vc-responsible-backend, pass the file name instead of the
16849 directory name.
16850
48feed59
SM
168512009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
16852
16853 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
16854 New funs.
16855 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
16856 (pcomplete-comint-setup): Don't modify a global var via
16857 accidental side-effects.
16858 (pcomplete-shell-setup): Adjust call accordingly.
16859 (pcomplete-parse-comint-arguments): Use push.
16860
00006066
CY
168612009-10-23 Chong Yidong <cyd@stupidchicken.com>
16862
36bfa3af
CY
16863 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
16864 Allow uncapitalized info node names (Bug#3921).
16865
00006066
CY
16866 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
16867 to the DEBUG file (Bug#3781).
16868
aa311d6e
CY
168692009-10-23 Jari Aalto <jari.aalto@cante.net>
16870
16871 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
16872 dictionary entry (Bug#4579).
16873
b88f2d0a
MA
168742009-10-23 Michael Albinus <michael.albinus@gmx.de>
16875
16876 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
16877 from `rfn-eshadow-update-overlay-hook' when unloading.
16878 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
16879 "rsyncc". Adjust doc string.
48c2d18a 16880 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
16881 (tramp-handle-insert-file-contents, tramp-handle-write-region):
16882 Keep temporary file when indicated by method ("rsync" and
16883 "rsyncc").
16884 (tramp-handle-write-region): Handle APPEND.
16885 (tramp-delete-temp-file-function): New defun. Added to
16886 `kill-buffer-hook'.
16887
1becddbb
JB
168882009-10-23 Juanma Barranquero <lekktu@gmail.com>
16889
16890 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
16891
8f43cbf3
DN
168922009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
16893
16894 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
16895 (color-name-rgb-alist, tty-standard-colors)
16896 (tty-color-mode-alist): Change to defconst.
16897
16898 * simple.el (mark-inactive): Purecopy message.
16899
16900 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
16901 (global-map, yank-menu):
16902 * textmodes/ispell.el (ispell-menu-map):
16903 * net/eudc.el (eudc-tools-menu):
16904 * international/mule-cmds.el (describe-language-environment-map)
16905 (setup-language-environment-map, set-coding-system-map)
16906 (mule-menu-keymap):
16907 * vc-hooks.el (vc-menu-entry, vc-menu-map):
16908 * replace.el (occur-mode-map):
16909 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
16910
1d228a31
JB
169112009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
16912
6a7662bb
BR
16913 * calc/calc.el (math-read-number, math-read-number-simple):
16914 Use `save-match-data'.
1d228a31 16915
3b067af1
SM
169162009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
16917
28a90c44
SM
16918 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
16919 rather than fiddling with global-map bindings, since it should only
16920 affect per-terminal settings.
16921 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
16922
a452eee8
SM
16923 * minibuffer.el (completion-table-with-terminator): Allow to specify
16924 the terminator-regexp.
16925
ab14d7d5
SM
16926 * simple.el (switch-to-completions): Look for *Completions* in other
16927 frames as well.
16928
3b067af1
SM
16929 * pcomplete.el: Allow the use of completion-tables.
16930 (pcomplete-std-complete): New command.
16931 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
16932 (pcomplete--here): Use a function for `form' rather than an expression,
16933 so it can be byte-compiled.
16934 (pcomplete-here, pcomplete-here*): Adjust accordingly.
16935 Add edebug declaration.
16936 (pcomplete-show-completions): Remove unused var `curbuf'.
16937 (pcomplete-do-complete, pcomplete-stub):
1becddbb 16938 Don't assume `completions' is a list of strings any more.
3b067af1 16939
5480359e
JB
169402009-10-22 Juanma Barranquero <lekktu@gmail.com>
16941
16942 * find-dired.el (find-name-arg): Fix typo in docstring.
16943
3170b794
SM
169442009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
16945
48c23a25
SM
16946 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
16947 (pcmpl-linux-fs-types): Same, and update to new modules layout.
16948
56b14058
SM
16949 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
16950 pcomplete-entries.
16951
3170b794
SM
16952 * comint.el (comint-read-input-ring, comint-write-input-ring)
16953 (comint-substitute-in-file-name)
16954 (comint-dynamic-complete-as-filename)
16955 (comint-dynamic-simple-complete)
16956 (comint-dynamic-list-filename-completions)
16957 (comint-dynamic-list-completions)
16958 (comint-redirect-results-list-from-process): Minor simplifications.
16959
2affef34
KR
169602009-10-21 Kevin Ryde <user42@zip.com.au>
16961
3170b794
SM
16962 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
16963 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 16964 the first form. And insert a blank line after ";;; Code" since
d8194864 16965 that's usual style. (Bug#4612)
2affef34 16966
e7b94bbb
KR
16967 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
16968
528c56e2
SM
169692009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16970
16971 * minibuffer.el (completion-table-with-terminator): Properly implement
16972 boundaries, in case `terminator' appears in the suffix.
16973 (completion--embedded-envvar-table): Don't return boundaries if
16974 there's no valid completion. Simplify.
16975 (completion-file-name-table): New completion table extracted from
16976 completion--file-name-table.
16977 (completion--file-name-table): Use it.
16978 (read-file-name-predicate): Declare obsolete.
16979 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
16980 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
16981 completion-file-name-table, and use the `pred' argument.
16982 * files.el (locate-file-completion-table): Use the `pred' arg rather
16983 than read-file-name-predicate.
16984 (abbreviate-file-name): Use \` rather than ^ for BOS.
16985
f9ed9b4f
DN
169862009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
16987
16988 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
16989 vc-responsible-backend to register, it causes problems.
16990
5f2022a3
SM
169912009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16992
16993 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
16994
fc754ea1
MA
169952009-10-21 Michael Albinus <michael.albinus@gmx.de>
16996
16997 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
16998 (tramp-smb-handle-file-attributes): Use it.
16999 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17000 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
17001 `mapcar'. Use `tramp-smb-get-stat-capability'.
17002 Add `dired-filename' text properties.
fc754ea1
MA
17003 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17004 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17005 version.
17006
79bd5ba1
SM
170072009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17008
17009 * subr.el (read-key-delay): Reduce to 0.01.
17010 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17011 (bug#4751).
17012
3c13704d
SM
170132009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17014
554efd10
SM
17015 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17016
c2a37b78
SM
17017 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17018 (Info-menu): Remove unused vars `last' and `completions'.
17019 (Info-index-nodes): Remove unused var `node'.
17020
3c13704d
SM
17021 * info.el (Info-complete-menu-item): Use complete-with-action.
17022
d1e4c403
DN
170232009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17024
17025 Make vc-annotate work through copies and renames.
3c13704d
SM
17026 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17027 Return the file name too.
d1e4c403
DN
17028 (vc-annotate-revision-at-line)
17029 (vc-annotate-find-revision-at-line)
17030 (vc-annotate-revision-previous-to-line)
17031 (vc-annotate-show-log-revision-at-line): Update to get the file
17032 name from vc-annotate-extract-revision-at-line.
17033 (vc-annotate-show-diff-revision-at-line-internal): Change the
17034 argument to mean whether to show a file diff or not. Get the file
17035 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
17036 (vc-annotate-show-diff-revision-at-line):
17037 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
17038 (vc-annotate-warp-revision): Add an optional file argument.
17039
17040 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17041 (vc-git-annotate-extract-revision-at-line): Also return the file
17042 name if found.
17043
17044 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17045 command. Remove unused code.
17046 (vc-hg-annotate-re): Update to match --follow output.
17047 (vc-hg-annotate-extract-revision-at-line): Also return the file
17048 name if found.
17049
17050 * vc.el: Update annotate-extract-revision-at-line documentation.
17051
b0b0ef98
KR
170522009-10-18 Kevin Ryde <user42@zip.com.au>
17053
17054 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17055 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17056
a9e7f03d
KR
17057 * net/browse-url.el (browse-url): Identify alist with "consp and
17058 not functionp" and let all other things go down the `apply' leg,
17059 as suggested by Stefan. (Further to bug#4531.)
17060
7346a407
CY
170612009-10-18 Chong Yidong <cyd@stupidchicken.com>
17062
17063 * minibuffer.el (read-file-name): Check for repeat before putting
17064 a default argument in file-name-history (Bug#4657).
17065
17066 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17067 read syntax (Bug#4737).
17068
3c13704d 17069 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 17070
1da94541
CY
170712009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17072
17073 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17074 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17075 entries and make note of obsolete tags.
17076
2b93080a
SM
170772009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17078
17079 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17080
18b5ffb5
GM
170812009-10-18 Glenn Morris <rgm@gnu.org>
17082
17083 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17084 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 17085 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
17086 now, and in any case the file header format has changed.
17087
c2e161b2
GM
170882009-10-17 Glenn Morris <rgm@gnu.org>
17089
17090 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17091 (flyspell-get-word, flyspell-large-region)
17092 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17093
a1eb44f5
CY
170942009-10-17 Chong Yidong <cyd@stupidchicken.com>
17095
17096 * Makefile.in (ELCFILES): Add ede/shell.
17097
4418646e
DN
170982009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17099
17100 * term/common-win.el (x-colors): Purecopy it.
17101
4062011e
SM
171022009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17103
17104 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17105 permissive for when the buffer is empty.
17106 (tar-header-block-tokenize): Decode the username and groupname.
17107 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17108
b0b111c3
JB
171092009-10-17 Eric Ludlam <zappo@gnu.org>
17110
17111 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17112 contains multibyte characters, choose first applicable coding
17113 system automatically.
17114
2df48a87
SM
171152009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17116
17117 * international/mule-cmds.el (select-safe-coding-system): If the file
17118 has a coding cookie, use it regardless of any other setting (bug#4712).
17119
fd7dd48c
GM
171202009-10-17 Glenn Morris <rgm@gnu.org>
17121
3ee0b477 17122 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
17123 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17124
2550e4b1
GM
17125 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17126 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17127 (dired-keep-marker-symlink, dired-dwim-target)
17128 (dired-copy-preserve-time): Do not autoload these defcustoms.
17129
fd7dd48c
GM
17130 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17131 messages from messing up the file coding. (Bug#4623)
17132
f3e3a990
GM
171332009-10-17 Jari Aalto <jari.aalto@cante.net>
17134
17135 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17136 if no match is found for the current dictionary. (Bug#4578)
17137
17138 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17139 optional, since that is how it is documented, and this is often called
17140 with a nil argument. (Bug#4577)
17141 (flyspell-external-point-words, flyspell-auto-correct-word)
17142 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17143 (flyspell-word-search-backward): Remove nil argument in calls to
17144 flyspell-get-word, since it is not needed now.
17145
171462009-10-17 Ulrich Mueller <ulm@gentoo.org>
17147
1becddbb 17148 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 17149
b61374ab
GM
171502009-10-16 Glenn Morris <rgm@gnu.org>
17151
17152 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17153
412707c2
SM
171542009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
17155
17156 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
17157 (ange-ftp-file-size): New function.
17158 (ange-ftp-file-attributes): Use it.
17159
0c6f436e
MA
171602009-10-16 Michael Albinus <michael.albinus@gmx.de>
17161
17162 * net/tramp-smb.el (tramp-smb-version): New defvar.
17163 (tramp-smb-maybe-open-connection): Use it, in order to avoid
17164 repeated checks.
17165
850bfd04
GM
171662009-10-16 Glenn Morris <rgm@gnu.org>
17167
17168 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
17169 Maybe copy some custom properties from old to new name. (Bug#4706)
17170
f3ed9aca
JB
171712009-10-16 Juanma Barranquero <lekktu@gmail.com>
17172
17173 * subr.el (error, sit-for, start-process-shell-command)
17174 (start-file-process-shell-command): Set the calling convention
17175 after the function definition.
17176
fd6c5134
SM
171772009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17178
17179 * subr.el (error, sit-for, start-process-shell-command)
17180 (start-file-process-shell-command): Use the new
17181 set-advertised-calling-convention feature.
17182
73874eb7
KH
171832009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
17184
fd6c5134
SM
17185 * international/ucs-normalize.el (ucs-normalize-version):
17186 Change to 1.2.
17187 (check-range): Adjust for Unicode 5.2.
73874eb7 17188
03fb33cf
JL
171892009-10-15 Juri Linkov <juri@jurta.org>
17190
17191 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
17192 to the `menu-item' format.
17193
4260b402
MA
171942009-10-15 Michael Albinus <michael.albinus@gmx.de>
17195
17196 * net/tramp.el (tramp-replace-environment-variables): Do not fail
17197 if the environment variable does not exist.
17198
17199 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17200 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
17201 parameter.
17202 (tramp-smb-handle-add-name-to-file)
17203 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17204 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17205 (tramp-smb-handle-file-attributes)
17206 (tramp-smb-do-file-attributes-with-stat)
17207 (tramp-smb-handle-file-local-copy)
17208 (tramp-smb-handle-insert-directory)
17209 (tramp-smb-handle-make-directory)
17210 (tramp-smb-handle-make-directory-internal)
17211 (tramp-smb-handle-make-symbolic-link)
17212 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
17213 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
17214 (tramp-smb-maybe-open-connection): Apply the changed parameters.
17215 (tramp-smb-read-file-entry): Read Disk names in compressed format.
17216 Handle long file names.
17217 (tramp-smb-get-cifs-capabilities): Check, whether the connection
17218 process is running.
17219 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
17220 Read share names with "-g" option.
17221
d7a0fd6f
GM
172222009-10-15 Ryan Yeske <rcyeske@gmail.com>
17223
17224 * net/rcirc.el (rcirc-view-log-file): New command.
17225 (rcirc-track-minor-mode-map): Remove C-c ` binding.
17226 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
17227 specified.
17228
0b44494a
GM
172292009-10-15 Glenn Morris <rgm@gnu.org>
17230
af9fb32f
GM
17231 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
17232 from the second command-line argument.
17233 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
17234 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
17235 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
17236 w32-batch-update-autoloads.
17237 * emacs-lisp/autoload.el (autoload-make-program): New variable.
17238 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
17239
0b44494a
GM
17240 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
17241 the headers cannot be located. Simplify, subtracting superflous
17242 save-excursions.
17243
d5e63715
SM
172442009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17245
17246 Replace completion-base-size by completion-base-position to fix bugs
17247 such as (bug#4699).
17248 * simple.el (completion-base-position): New var.
17249 (completion-base-size): Mark as obsolete.
17250 (choose-completion): Make it work for mouse events as well.
17251 Pass the new base-position to choose-completion-string.
17252 (choose-completion-guess-base-position): New function, extracted from
17253 choose-completion-delete-max-match.
17254 (choose-completion-delete-max-match): Use it. Make obsolete.
17255 (choose-completion-string): Use the new base-position info.
17256 (completion-root-regexp): Delete.
17257 (completion-setup-function): Preserve completion-base-position.
17258 Eliminate obsolete base-size manipulation.
17259 * minibuffer.el (display-completion-list): Don't mess with base-size.
17260 (minibuffer-completion-help): Set completion-base-position instead.
17261 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
17262 choose-completion.
17263 * textmodes/bibtex.el (bibtex-complete):
17264 * emacs-lisp/crm.el (crm--choose-completion-string):
17265 Adjust to new calling convention.
17266 * complete.el (partial-completion-mode): Use minibufferp to avoid
17267 bumping into incompatible change to choose-completion-string-functions.
17268 * ido.el (ido-choose-completion-string): Make its calling convention
17269 more permissive.
17270 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
17271 base-size manipulation.
17272 (comint-dynamic-list-input-ring): Use dotimes and push.
17273 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
17274 fundamental-mode. Use `or'.
17275
92f8bfc7
JL
172762009-10-14 Juri Linkov <juri@jurta.org>
17277
17278 * misearch.el (multi-isearch-next-buffer-from-list)
17279 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
17280
e78e280d
SM
172812009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17282
384ca163
SM
17283 * Makefile.in (compile-onefile): Load `bytecomp' rather than
17284 `bytecomp.el'.
17285
681e0e7c
SM
17286 * minibuffer.el (completion-pcm--merge-completions): Make sure the
17287 string we return is all made up of text from the completions rather
17288 than part from the completions and part from the input (bug#4219).
17289
e78e280d
SM
17290 * ido.el (ido-everywhere): Use define-minor-mode.
17291
17292 * buff-menu.el (list-buffers, ctl-x-map):
17293 Mark the entry points with ;;;###autoload cookies.
17294
b4e813ca
DN
172952009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
17296
52964e54
DN
17297 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
17298 correctly in the detached head case.
17299 (vc-git-print-log): Remove unused binding.
17300
b4e813ca
DN
17301 * vc.el (vc-responsible-backend): When a directory is passed for
17302 for registration create a VC repository if no backend is
17303 responsible for the directory argument.
17304 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
17305
17306 * vc.el: Move comments about RCS and SCCS ...
17307 * vc-rcs.el:
17308 * vc-sccs.el: ... here, respectively.
17309
40ba9882
SM
173102009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17311
17312 * minibuffer.el (completion--file-name-table): Return nil if there's
17313 no file completion, even if substitute-in-file-name changed
17314 the string (bug#4708).
17315
04e0f59b
JL
173162009-10-13 Juri Linkov <juri@jurta.org>
17317
17318 * files-x.el (read-file-local-variable-value): Don't filter out
17319 minor modes from mode name completion (bug#4664).
17320
314c8e25
JB
173212009-10-13 Juanma Barranquero <lekktu@gmail.com>
17322
17323 * international/mule-cmds.el (ucs-names): Remove exclusion of
17324 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
17325
5c9b7d36
KH
173262009-10-13 Kenichi Handa <handa@m17n.org>
17327
17328 * international/uni-name.el: Regenerated.
17329
1e7a80f2
JB
173302009-10-13 Juanma Barranquero <lekktu@gmail.com>
17331
17332 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
17333 should be automatically buffer-local, but isn't.)
17334
cd29f88b
SS
173352009-10-12 Sam Steingold <sds@gnu.org>
17336
17337 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 17338 timestamps if the buffer has been visited before.
0cd16af4
SS
17339 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
17340 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 17341
37493a98
GM
173422009-10-12 Glenn Morris <rgm@gnu.org>
17343
17344 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
17345 Let-bind `size'.
17346
3b56b1e6
JB
173472009-10-12 Juanma Barranquero <lekktu@gmail.com>
17348
7422a4bb
JB
17349 * proced.el (proced-unload-function): New function.
17350
fa72d075
JB
17351 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
17352 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
17353 Doc fix.
17354
3b56b1e6
JB
17355 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
17356
4d9b4323
JL
173572009-10-11 Juri Linkov <juri@jurta.org>
17358
17359 * files-x.el (read-file-local-variable-value):
17360 Provide default value only for bound variables (bug#4664).
17361
f6f7e059
MA
173622009-10-11 Michael Albinus <michael.albinus@gmx.de>
17363
17364 * net/tramp.el (tramp-local-host-p): Function shall return nil for
17365 connection methods like smb.
17366
17367 * net/tramp-cache.el (tramp-flush-connection-property): The hash
17368 can be empty.
17369
17370 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17371 (tramp-smb-file-name-handler-alist): Add handlers for
17372 `add-name-to-file', `make-symbolic-link'.
17373 (tramp-smb-handle-add-name-to-file)
2992485f 17374 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
17375 (tramp-smb-handle-make-symbolic-link)
17376 (tramp-smb-get-cifs-capabilities): New defuns.
17377 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17378 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17379 (tramp-smb-handle-file-local-copy)
17380 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
17381 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
17382 The file name syntax depends on cifs capabilities.
17383 (tramp-smb-handle-file-attributes):
17384 Call `tramp-smb-do-file-attributes-with-stat' if possible.
17385 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
17386 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 17387
67868d26
CY
173882009-10-11 Chong Yidong <cyd@stupidchicken.com>
17389
17390 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
17391 (eieio-defclass): Apply deftype handler and setf-method properties
17392 directly.
17393 (eieio-add-new-slot): Avoid union function from cl library.
17394 (eieio--typep): New function.
17395 (eieio-perform-slot-validation): Use it.
17396
6d6a5b7e
KF
173972009-10-10 Karl Fogel <kfogel@red-bean.com>
17398
3b56b1e6 17399 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
17400 Update documentation to refer to the variables documented in r1.135.
17401 (Bug#4188)
17402
67b70de9
KF
174032009-10-10 Karl Fogel <kfogel@red-bean.com>
17404
17405 * bookmark.el (Info-suffix-list): Remove this unused variable.
17406 (bookmark-current-point): Remove this obsolete variable.
17407 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
17408 Adjust for removal of bookmark-current-point.
17409
17410 (bookmarks-already-loaded, bookmark-current-buffer)
17411 (bookmark-yank-point): Document. (Bug#4188)
17412
58ae51ae
GM
174132009-10-10 Glenn Morris <rgm@gnu.org>
17414
4619ff5e
GM
17415 * frame.el (frame-height): Doc fix.
17416
58ae51ae
GM
17417 * calendar/calendar.el (calendar-split-width-threshold): New option.
17418 (calendar-basic-setup): Use calendar-split-width-threshold.
17419
d364386c
JB
174202009-10-09 Juanma Barranquero <lekktu@gmail.com>
17421
17422 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
17423 Ideographic Supplement" range (U+1F200..U+1F2FF).
17424
33e97a28
KF
174252009-10-09 Karl Fogel <kfogel@red-bean.com>
17426
02d0f051 17427 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 17428 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
17429
174302009-10-09 Karl Fogel <kfogel@red-bean.com>
17431
d364386c 17432 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
17433 (bookmark-bmenu-execute-deletions): Don't save here, as
17434 bookmark-delete will now do so if necessary.
d364386c 17435 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
17436 (Bug#4348)
17437
9656d87b
GM
174382009-10-09 Glenn Morris <rgm@gnu.org>
17439
17440 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
17441
e6227f06
KF
174422009-10-09 Karl Fogel <kfogel@red-bean.com>
17443
17444 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
17445 (bookmark-jump-other-window): Just invoke bookmark-jump with new
17446 argument now, so the two function's behaviors will match. (Bug#3645)
17447
288f783b
MA
174482009-10-08 Michael Albinus <michael.albinus@gmx.de>
17449
17450 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 17451 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 17452 Apply `save-match-data'.
288f783b
MA
17453
17454 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
17455 case both directories are remote.
17456 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 17457 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 17458
872a1ea4
JB
174592009-10-07 Juanma Barranquero <lekktu@gmail.com>
17460
17461 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
17462
ab2baced
GM
174632009-10-07 Glenn Morris <rgm@gnu.org>
17464
e78e280d
SM
17465 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
17466 of concat.
ab2baced 17467
5c4634c1
SM
174682009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
17469
17470 * files-x.el (read-file-local-variable): Include some
17471 non-user-variables in the completion table (bug#4664).
17472
c2dc9732
MA
174732009-10-07 Michael Albinus <michael.albinus@gmx.de>
17474
17475 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
17476 message.
17477
17478 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17479 (tramp-smb-file-name-handler-alist): Add handler for
17480 `copy-directory', `expand-file-name', `set-file-modes'.
17481 (tramp-smb-handle-copy-directory)
17482 (tramp-smb-handle-expand-file-name)
17483 (tramp-smb-handle-set-file-modes): New defuns.
17484 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
17485 (tramp-smb-handle-file-attributes): Simplify check for retrieving
17486 entry.
17487 (tramp-smb-handle-insert-directory): Don't flush the cache.
17488 (tramp-smb-maybe-open-connection): Check for samba client and
17489 server versions.
17490
11be40a6
EZ
174912009-10-07 Eli Zaretskii <eliz@gnu.org>
17492
17493 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
17494 to not error out of search for "^lisp=" fails.
17495
8c4afe20
JB
174962009-10-07 Juanma Barranquero <lekktu@gmail.com>
17497
17498 * makefile.w32-in (WINS_UPDATES): New macro.
17499 (custom-deps, finder-data, autoloads): Use it.
17500
429a1506
GM
175012009-10-07 Glenn Morris <rgm@gnu.org>
17502
ee2e93e2
GM
17503 * Makefile.in (autoloads): Revert previous change.
17504 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
17505 the list of preloaded files passed on the command-line, get
17506 it from src/Makefile.
17507
429a1506
GM
17508 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
17509 show the original buffer rather than a random one.
17510
a51203ee 175112009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
17512
17513 * help.el (describe-no-warranty): Place point in a slightly better
17514 position in the GPLv3 text.
17515
f58f7520
SS
175162009-10-06 Sam Steingold <sds@gnu.org>
17517
17518 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
17519 the comm attribute is present before calling regexp-quote.
17520
bde79dc0
JB
175212009-10-06 Juanma Barranquero <lekktu@gmail.com>
17522
17523 * play/animate.el (animate-string): For good effect, make sure
17524 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
17525
17526 * play/animate.el (animate-sequence, animate-birthday-present):
17527 * misc.el (butterfly): Don't set `indent-tabs-mode'.
17528
25ab0302
GM
175292009-10-06 Glenn Morris <rgm@gnu.org>
17530
73fe714a
GM
17531 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
17532
3405d98c
GM
17533 * emacs-lisp/autoload.el (autoload-excludes): New variable.
17534 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
17535 (batch-update-autoloads): Process a string value of autoload-excludes,
17536 set during the build process.
17537 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
17538
9fb2cdc5
GM
17539 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
17540 inside with-parsed... macro so that `v' is defined.
17541
7938ab41
GM
17542 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
17543 * progmodes/fortran.el (fortran-end-of-block)
17544 (fortran-beginning-of-block):
17545 Also push mark in the macro case.
17546
eaf9b564
GM
17547 * emerge.el (emerge-show-file-name):
17548 * calc/calc.el (calc-quit):
17549 * calc/calc-misc.el (calc-big-or-small):
17550 * calc/calc-graph.el (calc-graph-view):
17551 * calc/calc-ext.el (calc-reset):
17552 * calendar/calendar.el (calendar-basic-setup):
17553 Use window-full-height-p.
17554
25ab0302
GM
17555 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
17556 header we don't understand, don't insert another. (Bug#4624)
17557 If changing mime charset, insert the new one in the right place.
17558
00169eb6
GM
175592009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
17560
17561 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
17562 (cal-tex-cursor-month): Correctly increment the end date for diary and
17563 holiday listing. (Bug#4626)
17564
82882188
SM
175652009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17566
40ba9882 17567 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
17568 a symbol.
17569
a8f316ca
JB
175702009-10-05 Juanma Barranquero <lekktu@gmail.com>
17571
17572 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
17573 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
17574 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
17575 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
17576
17577 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
17578 (eieio-default-superclass): Reflow docstrings.
17579 (this, class-option-assoc, defclass, eieio-class-un-autoload)
17580 (eieio-unbind-method-implementations, defmethod)
17581 (eieio-validate-slot-value, eieio-validate-class-slot-value)
17582 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
17583 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
17584 (eieio-slot-originating-class-p, eieio-slot-name-index)
17585 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
17586 (constructor, initialize-instance, no-next-method, object-print)
17587 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
17588 Fix typos in docstrings.
17589 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
17590 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
17591 (next-method-p): Doc fixes.
17592 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
17593 Fix typos in error messages.
17594 (eieio-defmethod): Fix typo in description of generic method.
17595
17596 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
17597 (eieio-persistent-save-interactive, slot-missing):
17598 Fix typos in docstrings.
17599 (eieio-instance-inheritor-slot-boundp): Doc fix.
17600
17601 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
17602 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
17603
17604 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
17605 (eieio-custom-object-apply-reset):
17606 Fix typos in docstrings and error messages.
17607
17608 * emacs-lisp/eieio-datadebug.el (data-debug-show):
17609 Fix typo in docstring.
17610
17611 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
17612 (eieio-browse-tree): Doc fix.
17613 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
17614 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
17615 Fix typos in docstrings.
17616
17617 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
17618 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
17619 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
17620 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
17621 Reflow docstrings.
17622
c66b7ac0
DN
176232009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
17624
4a827e0a 17625 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
17626 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
17627 Set log-view-vc-backend so that diff can work.
4a827e0a 17628
c66b7ac0
DN
17629 * log-view.el (log-view-diff): Use vc-diff-internal instead of
17630 vc-version-diff.
17631 (vc-diff-internal): Autoload this instead of vc-version-diff.
17632
1902a98c
EZ
176332009-10-05 Eli Zaretskii <eliz@gnu.org>
17634
a7a8618b
EZ
17635 * simple.el (eval-expression): Doc fix.
17636
1902a98c
EZ
17637 * progmodes/cwarn.el (cwarn-mode): Doc fix.
17638
0e1f2ee6
MA
176392009-10-05 Michael Albinus <michael.albinus@gmx.de>
17640
17641 * files.el (directory-files-no-dot-files-regexp): New defconst.
17642 (delete-directory): Use it.
17643 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
17644
263c02ef 17645 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
17646 (tramp-methods): Add recursive option to `tramp-copy-args'.
17647 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 17648 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 17649 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
17650 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
17651 Add handler for `copy-directory'.
17652 (tramp-handle-copy-directory): New defun.
17653 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
17654 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
17655 Optimize sent command.
263c02ef 17656
72aa7df4
SM
176572009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17658
4a34f065
SM
17659 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
17660 window if necessary.
17661
72aa7df4
SM
17662 * calendar/calendar.el (calendar-basic-setup): Don't call
17663 switch-to-buffer in a dedicated window.
17664
5feb1ba7
KF
176652009-10-05 Karl Fogel <kfogel@red-bean.com>
17666
17667 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 17668 don't do anything related to relocating, just return nil.
5feb1ba7
KF
17669 (bookmark-error-no-filename): New error.
17670 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
17671 bookmark has no file. Don't even attempt to handle things that
17672 are not files; the whole point of custom handlers is to keep that
17673 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
17674 (bookmark-file-or-variation-thereof): Remove now-unused function.
17675 (bookmark-location): Doc string fix.
17676 (Bug#4250)
17677
1bd49952
KF
176782009-10-04 Karl Fogel <kfogel@red-bean.com>
17679
17680 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
17681 don't use a file dialog, because they usually don't know how to read
17682 a directory target from the user. (Bug#4230)
17683 Also, make sure the prompt can display directories as well as files.
17684
825382c0
KF
176852009-10-04 Karl Fogel <kfogel@red-bean.com>
17686
17687 * bookmark.el (bookmark-set, bookmark-buffer-name):
17688 Improve doc strings. (Bug#1193)
17689
13901bcb
KF
176902009-10-04 Karl Fogel <kfogel@red-bean.com>
17691
4a34f065
SM
17692 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
17693 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
17694 (bookmark-get-annotation, bookmark-set-annotation)
17695 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
17696 (bookmark-set-position, bookmark-get-front-context-string)
17697 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
17698 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
17699 (bookmark-jump-other-window, bookmark-handle-bookmark)
17700 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
17701 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
17702 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
17703 Improve doc strings to say whether bookmark can be a string or
17704 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
17705 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
17706 (bookmark-default-annotation-text, bookmark-yank-word)
17707 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
17708 (bookmark-import-new-list, bookmark-maybe-rename)
17709 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
17710 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 17711 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 17712 add a FIXME comment about how the function may be pointless.
13901bcb 17713 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
17714 parameter name, to clarify that this takes a bookmark record
17715 not a bookmark name.
13901bcb 17716 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 17717 and improve the doc string a bit.
13901bcb
KF
17718 (Bug#4188)
17719
5c1b3e94
KF
177202009-10-04 Karl Fogel <kfogel@red-bean.com>
17721
17722 * bookmark.el (bookmark-alist): Document the new `handler' element
17723 in the param alist.
17724 (bookmark-make-record-function): Adjust documentation for above.
17725 (Bug#4193)
17726
8559076d
KF
177272009-10-04 Karl Fogel <kfogel@red-bean.com>
17728
17729 * info.el (Info-bookmark-make-record): Document this function.
17730 (Info-bookmark-jump): Document with a doc string, not just a comment.
17731 (Bug#4203)
17732
b4583b8c
MA
177332009-10-04 Michael Albinus <michael.albinus@gmx.de>
17734
17735 * files.el (copy-directory): New defun.
17736
17737 * dired-aux.el (dired-copy-file-recursive): Use it.
17738
131ae8f2
JB
177392009-10-04 Juanma Barranquero <lekktu@gmail.com>
17740
a30e71ae 17741 * files-x.el (modify-dir-local-variable)
dd9af436
CY
17742 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
17743 docstrings.
a30e71ae 17744
131ae8f2
JB
17745 * recentf.el (recentf-unload-function): New function.
17746
ccafbf06
GM
177472009-10-04 Glenn Morris <rgm@gnu.org>
17748
17749 * window.el (window-full-height-p): Add doc string.
17750
02c6f098
GM
177512009-10-04 Martin Rudalics <rudalics@gmx.at>
17752
17753 * window.el (window-full-height-p): New function. (Bug#4543)
17754
ed6b0195
DN
177552009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
17756
17757 * vc.el: Remove commented out code.
17758 (vc-derived-from-dir-mode): Remove, unused.
17759 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
17760
1b8d1cc7
MA
177612009-10-03 Michael Albinus <michael.albinus@gmx.de>
17762
4a34f065
SM
17763 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
17764 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
17765 there could be recursive loading when `default-directory' is a
17766 remote file name. (Bug#4614)
17767
ac3c593c
GM
177682009-10-03 Glenn Morris <rgm@gnu.org>
17769
686ea556
GM
17770 * calendar/calendar.el (calendar-basic-setup): Handle the case where
17771 the frame is wide.
17772 (calendar-generate-window): Test for shrinkability rather than width.
17773
ac3c593c
GM
17774 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
17775 reusing existing buffers, in case we happen to visit two files with the
17776 same basename. (Bug#4593)
17777
573709fd
EZ
177782009-10-02 Eli Zaretskii <eliz@gnu.org>
17779
4a34f065 17780 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
17781 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
17782 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
17783 subdirs of cedet as well.
8f885d01 17784 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 17785
8d6c1239
SM
177862009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
17787
17788 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
17789 Obey advertised-signature-table.
17790
17791 * help-fns.el (help-function-arglist): Don't check
17792 advertised-signature-table.
17793 (describe-function-1): Do it here instead so it also applies to subrs.
17794
c4861de0
MA
177952009-10-02 Michael Albinus <michael.albinus@gmx.de>
17796
17797 * simple.el (start-file-process): Say in the doc-string, that file
17798 handlers might not support pty association, if PROGRAM is nil.
17799
17800 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
17801 HOST and USER are strings. They are nil, when there are
17802 incomplete entries in ~/.netrc, for example.
17803 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
17804 root directory ("device busy" error otherwise).
17805
8d6c1239
SM
17806 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
17807 Flush file properties of created directory.
c4861de0 17808
d2bda74f
EZ
178092009-10-02 Eli Zaretskii <eliz@gnu.org>
17810
17811 * makefile.w32-in (WINS_BASIC): Remove cedet.
17812 (WINS_CEDET): Add cedet.
17813 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
17814
895d1904
GM
178152009-10-02 Kevin Ryde <user42@zip.com.au>
17816
17817 * net/browse-url.el (browse-url): Pass any symbol in
17818 browse-url-browser-function to `apply', since if you've mistakenly put
17819 an unbound symbol then the error is clearer. (Bug#4531)
17820
32226619
JB
178212009-10-02 Juanma Barranquero <lekktu@gmail.com>
17822
17823 * allout.el (allout-init, allout-back-to-current-heading)
17824 (allout-beginning-of-current-entry, allout-ascend-to-depth)
17825 (allout-ascend, allout-up-current-level, allout-end-of-level)
17826 (allout-previous-visible-heading, allout-forward-current-level)
17827 (allout-backward-current-level, allout-show-children):
17828 * apropos.el (apropos-describe-plist):
17829 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
17830 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
17831 * completion.el (add-completion, add-permanent-completion):
17832 * descr-text.el (describe-text-category, describe-char):
17833 * desktop.el (desktop-lazy-abort):
17834 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
17835 * dired.el (dired-build-subdir-alist):
17836 * ediff.el (ediff-version):
17837 * elide-head.el (elide-head, elide-head-show):
17838 * emerge.el (emerge-version):
17839 * env.el (getenv):
17840 * face-remap.el (variable-pitch-mode):
17841 * faces.el (describe-face):
17842 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
17843 (dired-at-point):
17844 * files.el (find-file-existing, auto-save-mode):
17845 * font-lock.el (font-lock-fontify-buffer):
17846 * help-fns.el (describe-function, describe-variable)
17847 (describe-syntax, describe-categories):
17848 * help.el (view-lossage, describe-bindings, describe-key)
17849 (describe-mode):
17850 * hexl.el (hexl-current-address):
17851 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
17852 * info.el (Info-goto-emacs-key-command-node):
17853 * log-edit.el (log-edit-insert-cvs-template)
17854 (log-edit-insert-cvs-rcstemplate):
17855 * menu-bar.el (menu-bar-mode):
17856 * mouse.el (mouse-appearance-menu):
17857 * newcomment.el (comment-indent-new-line):
17858 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
17859 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 17860 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
17861 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
17862 * recentf.el (recentf-mode):
17863 * savehist.el (savehist-mode, savehist-save):
17864 * shadowfile.el (shadow-copy-files):
17865 * simple.el (kill-ring-save, next-line, previous-line)
17866 (normal-erase-is-backspace-mode):
17867 * strokes.el (strokes-update-window-configuration)
17868 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
17869 (strokes-xpm-for-stroke):
17870 * time.el (emacs-uptime, emacs-init-time):
17871 * tutorial.el (tutorial--describe-nonstandard-key)
17872 (tutorial--detailed-help):
17873 * type-break.el (type-break-mode)
17874 (type-break-mode-line-message-mode, type-break-query-mode)
17875 (type-break-guesstimate-keystroke-threshold):
17876 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
17877 * version.el (emacs-version):
17878 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
17879 * winner.el (winner-mode):
17880 * calendar/timeclock.el (timeclock-in, timeclock-out)
17881 (timeclock-status-string, timeclock-change)
17882 (timeclock-workday-remaining-string)
17883 (timeclock-workday-elapsed-string)
17884 (timeclock-when-to-leave-string):
17885 * calendar/todo-mode.el (todo-add-category):
17886 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
17887 * emacs-lisp/autoload.el (update-file-autoloads):
17888 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
17889 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
17890 (checkdoc-message-text, checkdoc-defun):
17891 * emacs-lisp/debug.el (debugger-list-functions):
17892 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17893 * emacs-lisp/eieio-opt.el (eieio-describe-class)
17894 (eieio-describe-generic):
17895 * emacs-lisp/lisp-mnt.el (lm-synopsis):
17896 * emacs-lisp/shadow.el (list-load-path-shadows):
17897 * emulation/cua-base.el (cua-mode):
17898 * emulation/edt.el (edt-set-scroll-margins):
17899 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
17900 (tpu-toggle-regexp, tpu-toggle-search-direction)
17901 (tpu-toggle-rectangle, tpu-toggle-control-keys):
17902 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17903 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
17904 (viper-set-parsing-style-toggling-macro)
17905 (viper-set-emacs-state-searchstyle-macros):
17906 * emulation/viper.el (viper-set-hooks):
17907 * eshell/esh-mode.el (eshell-truncate-buffer):
17908 * international/mule-cmds.el (prefer-coding-system)
17909 (describe-input-method, describe-language-environment):
17910 * international/mule-diag.el (list-character-sets)
17911 (describe-character-set, describe-coding-system)
17912 (describe-fontset, list-fontsets, list-input-methods):
17913 * mail/sendmail.el (mail-signature):
17914 * net/ange-ftp.el (ange-ftp-copy-file):
17915 * net/browse-url.el (browse-url):
17916 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
17917 * net/quickurl.el (quickurl-add-url):
17918 * net/rcirc.el (names, topic):
17919 * net/xesam.el (xesam-mode):
17920 * play/5x5.el (5x5-new-game):
17921 * play/yow.el (apropos-zippy):
17922 * progmodes/ada-mode.el (ada-mode-version):
17923 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
17924 (f90-end-of-block)
17925 (f90-beginning-of-block):
17926 * progmodes/fortran.el (fortran-end-of-block)
17927 (fortran-beginning-of-block):
17928 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
17929 * progmodes/python.el (python-describe-symbol, python-shell):
17930 * term/ns-win.el (ns-print-buffer):
17931 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
17932 * textmodes/flyspell.el (flyspell-mode-on):
17933 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
17934 (pages-directory-for-addresses):
17935 * textmodes/table.el (table-recognize-cell)
17936 (table-query-dimension, table-generate-source)
17937 (table-insert-sequence, table--warn-incompatibility):
17938 * textmodes/tex-mode.el (tex-validate-buffer):
17939 * textmodes/texinfmt.el (texinfmt-version)
17940 (texinfo-format-buffer):
17941 Use `called-interactively-p' instead of `interactive-p'.
17942
12a3c28c
JB
179432009-10-02 Juanma Barranquero <lekktu@gmail.com>
17944
17945 * image-mode.el (image-toggle-display):
17946 * emacs-lisp/elp.el (elp-instrument-function):
17947 * emacs-lisp/advice.el (ad-make-advised-definition):
17948 * emacs-lisp/easy-mmode.el (define-minor-mode):
17949 * net/browse-url.el (browse-url-maybe-new-window):
17950 * progmodes/sh-script.el (sh-learn-buffer-indent):
17951 Pass new argument 'any to `called-interactively-p'.
17952
171fda8a
JB
179532009-10-01 Juanma Barranquero <lekktu@gmail.com>
17954
171fda8a
JB
17955 * international/uni-bidi.el:
17956 * international/uni-category.el:
17957 * international/uni-combining.el:
17958 * international/uni-comment.el:
17959 * international/uni-decimal.el:
9c3c9fdf 17960 * international/uni-decomposition.el:
171fda8a
JB
17961 * international/uni-digit.el:
17962 * international/uni-lowercase.el:
17963 * international/uni-mirrored.el:
17964 * international/uni-name.el:
17965 * international/uni-numeric.el:
17966 * international/uni-old-name.el:
17967 * international/uni-titlecase.el:
17968 * international/uni-uppercase.el:
17969 Regenerate from Unicode 5.2.0 data.
17970
dcb9734a
GM
179712009-10-01 Glenn Morris <rgm@gnu.org>
17972
17973 * Makefile.in (ELCFILES): Regenerate.
17974
ced10a4c
SM
179752009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
17976
9d28c33e
SM
17977 * subr.el (interactive-p): Mark obsolete.
17978 (called-interactively-p): Make the optional-ness of `kind' obsolete.
17979 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
17980 advertised-signature-table for subroutines as well.
17981
ced10a4c
SM
17982 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
17983 (set-advertised-calling-convention): New function.
17984 (make-obsolete, define-obsolete-function-alias)
17985 (make-obsolete-variable, define-obsolete-variable-alias):
17986 Make the optional-ness of `when' obsolete.
17987 (define-obsolete-face-alias): Make `when' non-optional.
17988 * help-fns.el (help-function-arglist):
17989 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
17990 Use advertised-signature-table.
17991
cc3dda16
MA
179922009-10-01 Michael Albinus <michael.albinus@gmx.de>
17993
17994 * files.el (delete-directory): New defun. The original function
17995 in fileio.c has been renamed to `delete-directory-internal'.
17996
17997 * dired.el (dired-delete-file): Call `delete-directory' with
17998 RECURSIVE parameter.
17999
5ce6e4f4 18000 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
18001 parameter RECURSIVE. Implementation is missing.
18002
18003 * net/tramp.el (tramp-handle-make-directory): Flush upper
18004 directory's file properties.
ced10a4c 18005 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
18006 (tramp-handle-dired-recursive-delete-directory): Flush directory
18007 properties after the remove command only.
18008
ced10a4c
SM
18009 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18010 Handle optional parameter RECURSIVE.
cc3dda16 18011
ced10a4c
SM
18012 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18013 Handle optional parameter RECURSIVE.
cc3dda16
MA
18014
18015 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18016 connection timeout.
18017 (tramp-smb-handle-delete-directory): Handle optional parameter
18018 RECURSIVE.
18019
cf885595
SM
180202009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18021
e3a6b82f
SM
18022 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18023 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18024 (byte-compile-defmacro): Use backquotes.
18025
7201bfbb
SM
18026 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18027
cf885595
SM
18028 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18029 has no associated file.
18030 (vc-resynch-buffer): Use vc-dir-buffers.
18031
a4d2c321
GM
180322009-10-01 Glenn Morris <rgm@gnu.org>
18033
9ffe3f52
GM
18034 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18035 (chart-file-count):
18036 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18037 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18038 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18039 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18040 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18041 (eieio-copy-parents-into-subclass, make-instance, class-children)
18042 (eieio-generic-form):
bd2afec2 18043
9515cdcc
GM
18044 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18045 match-data. (Bug#4555).
18046
a4d2c321
GM
18047 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18048 rather than parsing it as a regexp. This relaxes the layout
18049 requirements and makes errors easier to detect.
18050 (check-declare-verify): Check file is regular.
18051 (check-declare-directory): Doc fix.
18052 * subr.el (declare-function): Doc fix.
18053
b15c31c7
GM
18054 * ibuffer.el (ibuffer-format-qualifier):
18055 * isearch.el (hi-lock-regexp-okay):
18056 * calc/calc.el (math-zerop):
18057 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18058 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18059 Remove unused declarations.
18060
b0b111c3
JB
180612009-09-30 Eric Ludlam <zappo@gnu.org>
18062
18063 * emacs-lisp/eieio.el (boolean-p): Delete.
18064
1fc28a2c
GM
180652009-09-30 Glenn Morris <rgm@gnu.org>
18066
1fc28a2c
GM
18067 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18068
494f4fc7
GM
18069 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18070 filename is not a string.
18071
561580e9
CY
180722009-09-29 Chong Yidong <cyd@stupidchicken.com>
18073
18074 * files.el (safe-local-eval-forms): Fix typo.
18075
dcbbecd4
SM
180762009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18077
18078 * vc-hooks.el (vc-dir-buffers): New var.
18079 (vc-state-refresh): New function.
18080 (vc-state): Use it.
18081 (vc-after-save): Always ask the backend to recompute the new state.
18082 Always call vc-dir if necessary, using vc-dir-buffers.
18083 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18084 Use vc-dir-buffers.
18085 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18086 (vc-dir-prepare-status-buffer, vc-dir-update)
18087 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18088 Don't call expand-file-name on default-directory.
18089
d88444f2
JB
180902009-09-29 Juanma Barranquero <lekktu@gmail.com>
18091
18092 * speedbar.el (speedbar-item-delete):
18093 * calc/calc-prog.el (calc-kbd-if):
18094 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18095
18096 * epa.el (epa-key-list-mode-map):
18097 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18098
18099 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18100 (hs-show-hook): Fix typo in docstring.
18101
5da62d41
GM
181022009-09-29 Glenn Morris <rgm@gnu.org>
18103
8360fce0
GM
18104 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18105 file-name-nondirectory call preventing location of cedet files.
18106 (check-declare-verify): Use literal search rather than re-search.
ae715515 18107 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
18108
18109 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18110 Use tramp-compat-file-attributes rather than nonexistent
18111 tramp-compat-handle-file-attributes.
18112
5da62d41
GM
18113 * Makefile.in (lisptagsfiles4): New.
18114 (AUTOGENEL): Add cedet loaddefs files.
18115 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18116 (update-elclist, compile-always, backup-compiled-files)
18117 (bootstrap-clean): Add yet another directory level.
18118 (update-elclist): Use LC_COLLATE rather than COLLATE.
18119 (ELCFILES): Update, via `make update-elclist'.
18120
48267264
JB
181212009-09-29 Juanma Barranquero <lekktu@gmail.com>
18122
18123 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18124 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18125 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18126
2c4cd0b0
AS
181272009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18128
18129 * Makefile.in (lisptagsfiles3): Define.
5da62d41 18130 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
18131 (update-elclist): Add third directory level to look for elc files.
18132 (compile-always): Likewise.
18133 (backup-compiled-files): Likewise.
18134 (bootstrap-clean): Likewise.
18135 (ELCFILES): Update.
18136
a2533e47
CY
181372009-09-28 Chong Yidong <cyd@stupidchicken.com>
18138
18139 * Makefile.in (ELCFILES): Add CEDET files.
18140
eefbedb1
MA
181412009-09-28 Michael Albinus <michael.albinus@gmx.de>
18142
18143 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18144
18145 * net/tramp.el (top): Require tramp-imap.
18146
18147 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18148 Use `tramp-compat-handle-file-attributes'.
18149
181502009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18151
18152 * net/tramp-imap.el: New package.
18153
b0b111c3
JB
181542009-09-28 Eric Ludlam <zappo@gnu.org>
18155
18156 * emacs-lisp/chart.el:
18157 * emacs-lisp/eieio-base.el:
18158 * emacs-lisp/eieio-comp.el:
18159 * emacs-lisp/eieio-custom.el:
18160 * emacs-lisp/eieio-datadebug.el:
18161 * emacs-lisp/eieio-opt.el:
18162 * emacs-lisp/eieio-speedbar.el:
18163 * emacs-lisp/eieio.el: New files.
18164
748e3d67
VJL
181652009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18166
18167 * whitespace.el (whitespace-trailing-regexp)
18168 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
18169 Fix doc string.
18170
15120dec
CY
181712009-09-27 Chong Yidong <cyd@stupidchicken.com>
18172
18173 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
18174 menu.
18175
18176 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
18177 menu-bar-ediff-menu.
18178
18179 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
18180 define-overloadable-function.
18181
18182 * progmodes/autoconf.el: Provide autoconf as well, so that this
18183 file can be `require'd.
18184
18185 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
18186
18187 * emacs-lisp/autoload.el (generated-autoload-feature)
18188 (generated-autoload-load-name): New vars.
18189 (autoload-rubric, autoload-generate-file-autoloads): Use them.
18190 (make-autoload): Recognize define-overloadable-function and
18191 defclass forms (for EIEIO).
18192
18193 * Makefile.in (update-subdirs): Exclude cedet directory.
18194
135abf91
AR
181952009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
18196
1becddbb 18197 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
18198
18199 * faces.el: Default light-background background for region face to
18200 ns_selection_color under NS.
18201
3d994264
TZ
182022009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
18203
18204 * net/imap-hash.el: New library, see NEWS.
18205
18206 * Makefile.in (ELCFILES): Add imap-hash.el.
18207
ce9a0ccb
SM
182082009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18209
18210 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
18211 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
18212 * help-macro.el (make-help-screen): Avoid using an ambiguous function
18213 definition where the docstring could be taken for the return value.
18214
a92cdd49
GM
182152009-09-26 Glenn Morris <rgm@gnu.org>
18216
18217 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
18218 Add option to only show images below a certain size.
18219 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
18220 save-excursion calls.
18221
416ac2f1
EZ
182222009-09-26 Eli Zaretskii <eliz@gnu.org>
18223
18224 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
18225 subdirectories) and eieio.
18226
d9a13f68
AM
182272009-09-26 Alan Mackenzie <acm@muc.de>
18228
6a7662bb
BR
18229 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18230 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
18231
18232 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 18233 character constants (as case labels). (Bug#4289)
d9a13f68 18234
182b3bec
CY
182352009-09-25 Juri Linkov <juri@jurta.org>
18236
18237 * files.el (safe-local-eval-forms): Allow time-stamp in
18238 before-save-hook (Bug#4554).
18239
8f75f2da
JB
182402009-09-25 Drew Adams <drew.adams@oracle.com>
18241
18242 * menu-bar.el (list-buffers-directory): Doc fix.
18243
8390fb80
SM
182442009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
18245
18246 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
18247 Try and avoid copying twice the same paragraph.
18248 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
18249 Remove save-excursion.
18250 (log-edit-changelog-entry): Do it here instead.
18251
11ee8d90
JB
182522009-09-25 Juanma Barranquero <lekktu@gmail.com>
18253
027b1942
JB
18254 * bs.el (bs--get-file-name): Use `list-buffers-directory'
18255 when available, instead of hardcoding mode names. Doc fix.
18256
11ee8d90
JB
18257 * menu-bar.el (list-buffers-directory): Add docstring.
18258 Make automatically buffer-local.
18259
18260 * dired.el (dired-mode):
18261 * files.el (cd-absolute):
18262 * pcvs.el (cvs-temp-buffer):
18263 * pcvs-util.el (cvs-get-buffer-create):
18264 * shell.el (shell-mode):
18265 * vc-dir.el (vc-dir-mode):
18266 Don't make `list-buffers-directory' buffer local.
18267
21289c5d
CY
182682009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
18269
8390fb80
SM
18270 * comint.el (comint-exec, comint-run, make-comint):
18271 Doc fixes (Bug#4542).
21289c5d 18272
e8652dd9
GM
182732009-09-25 Glenn Morris <rgm@gnu.org>
18274
18275 * mail/rmailmm.el (rmail-mime): New custom group.
18276 Move all defcustoms in this file into this group.
18277 (rmail-mime-media-type-handlers-alist): Revert previous change.
18278 (rmail-mime-show-images): New option.
18279 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
18280 references to it, since it wasn't actually used for anything.
18281 (rmail-mime-insert-image): New function.
18282 (rmail-mime-image): Use rmail-mime-insert-image.
18283 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
18284 obey the value of `rmail-mime-show-images' option. Print the size of
18285 attachments.
e8652dd9 18286
fb652bb5
JB
182872009-09-25 David Engster <deng@randomsample.de>
18288
18289 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
18290
32a9841c
VJL
182912009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18292
18293 * whitespace.el: Does not highlight trailing spaces While point is
18294 at end of line. Does not highligt spaces at beginning of buffer
18295 while point is at beginning of buffer. Does not highlight spaces
18296 at end of buffer while point is at end of buffer. (Bug#4177)
18297 New version 12.0.
18298 (whitespace-display-mappings): Adjust initialization.
18299 (whitespace-point, whitespace-font-lock-refontify): New vars.
18300 (whitespace-color-on, whitespace-color-off): Adjust code.
18301 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
18302 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
18303 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
18304
e477ca84
CY
183052009-09-24 Chong Yidong <cyd@stupidchicken.com>
18306
18307 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
18308
18309 * textmodes/sgml-mode.el: Remove xml-mode alias.
18310
18311 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 18312 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 18313
68712602
AM
183142009-09-24 Alan Mackenzie <acm@muc.de>
18315
18316 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
18317 c-forward-conditionals, but it doesn't move point and doesn't set
18318 the mark.
18319 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
18320 (c-down-conditional-with-else, c-backward-conditional)
18321 (c-forward-conditional): Refactor to use c-scan-conditionals.
18322
1659ada0
JB
183232009-09-24 Juanma Barranquero <lekktu@gmail.com>
18324
18325 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
18326 (help-default-arg-highlight): Remove.
18327 (help-highlight-arg): New function.
18328 (help-do-arg-highlight): Use it.
18329 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
18330
b3f01e46
SM
183312009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18332
18333 * term.el (term-set-scroll-region, term-handle-ansi-escape):
18334 Undo last change, which didn't fix the problem and introduced others.
18335
107ef54a
NR
183362009-09-24 Nick Roberts <nickrob@snap.net.nz>
18337
18338 * progmodes/gdb-mi.el: Don't require speedbar.
18339 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
18340
ffa1fed6
GM
183412009-09-24 Glenn Morris <rgm@gnu.org>
18342
2157a2be
GM
18343 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
18344
6125167c
GM
18345 * term/ns-win.el (ns-reg-to-script): Define for compiler.
18346
ffa1fed6
GM
18347 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
18348 there is no newline after the final mime boundary. (Bug#4539)
18349 Move markers on insertion so that any buttons inserted don't end up in
18350 the next part of a multipart message.
2e9075d3
GM
18351 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
18352 (rmail-mime-bulk-handler): Optionally handle images.
18353 (rmail-mime-image): New button action.
18354 (rmail-mime-image-handler): New function.
18355 (rmail-mime-mode): New mode.
18356 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 18357
4a814992
SM
183582009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18359
075518b5
SM
18360 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
18361 than just dropping elements from it (bug#4504).
18362
8ad2defc
SM
18363 * term.el (term-set-scroll-region): Don't move cursor any more.
18364 (term-handle-ansi-escape): Call term-goto here instead.
18365 Suggested by Ivan Kanis <apple@kanis.eu>.
18366
4a814992
SM
18367 * term.el: Require CL.
18368 (term-ansi-reset): New function.
18369 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
18370 (term-handle-colors-array): Simplify.
18371
5a0c3f56
JB
183722009-09-24 Juanma Barranquero <lekktu@gmail.com>
18373
18374 * allout.el (allout-overlay-interior-modification-handler)
18375 (allout-obtain-passphrase):
18376 * epa-file.el (epa-file-write-region):
18377 * ps-print.el (ps-begin-job):
18378 * vc-hooks.el (vc-toggle-read-only):
18379 * vc-rcs.el (vc-rcs-rollback):
18380 * vc-sccs.el (vc-sccs-rollback):
18381 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
18382 (vc-version-diff, vc-revert, vc-rollback):
18383 * wdired.el (wdired-check-kill-buffer):
18384 * emacs-lisp/authors.el (authors):
18385 * net/socks.el (socks-open-connection):
18386 * net/zeroconf.el (zeroconf-service-add-hook):
18387 * obsolete/vc-mcvs.el (vc-mcvs-register):
18388 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
18389 (gdb-select-frame):
18390 * progmodes/grep.el (lgrep, rgrep):
18391 * progmodes/idlw-help.el (idlwave-help-check-locations)
18392 (idlwave-help-html-link, idlwave-help-assistant-open-link):
18393 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18394 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
18395 (reftex-toc-rename-label): Fix typos in error messages.
18396
18397 * dired-aux.el (dired-do-shell-command): Reflow docstring.
18398 (dired-copy-how-to-fn): Doc fix.
18399 (dired-files-attributes, dired-read-shell-command):
18400 Fix typos in docstrings.
18401
18402 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
18403 (dired-x-find-file-other-window): Reflow docstrings.
18404 (dired-omit-marker-char, dired-read-shell-command)
18405 (dired-x-submit-report): Fix typos in docstrings.
18406
18407 * shell.el (shell-mode-hook):
18408 * view.el (View-scroll-line-forward):
18409 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
18410 Fix typos in docstrings.
18411
18412 * net/dig.el (dig-invoke): Fix typo in docstring.
18413 (query-dig): Reflow docstring.
18414
18415 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
18416 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
18417 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
18418 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
18419 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
18420 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
18421 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
18422 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
18423 (idlwave-completion-map, idlwave-current-indent)
18424 (idlwave-custom-ampersand-surround, idlwave-customize)
18425 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
18426 (idlwave-define-abbrev, idlwave-determine-class-special)
18427 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
18428 (idlwave-end-block-reg, idlwave-end-of-statement)
18429 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
18430 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
18431 (idlwave-explicit-class-listed, idlwave-file-header)
18432 (idlwave-fill-paragraph, idlwave-find-class-definition)
18433 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
18434 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
18435 (idlwave-in-quote, idlwave-indent-action-table)
18436 (idlwave-indent-expand-table, idlwave-indent-line)
18437 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
18438 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
18439 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
18440 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
18441 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
18442 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
18443 (idlwave-outlawed-buffers, idlwave-popup-select)
18444 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
18445 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
18446 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
18447 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
18448 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
18449 (idlwave-statement-type, idlwave-struct-skip)
18450 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
18451 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
18452 (idlwave-what-module-find-class): Fix typos in docstrings.
18453 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
18454 (idlwave-calculate-cont-indent, idlwave-expand-equal)
18455 (idlwave-find-module, idlwave-find-structure-definition)
18456 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
18457 (idlwave-list-load-path-shadows, idlwave-next-statement)
18458 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
18459 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
18460 (idlwave-template): Reflow docstrings.
18461
18462 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
18463 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
18464 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
18465 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
18466 (idlwave-shell-display-line, idlwave-shell-display-wframe)
18467 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
18468 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
18469 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
18470 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
18471 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
18472 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
18473 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
18474 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
18475 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
18476 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
18477 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
18478 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
18479 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
18480 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
18481 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
18482 Fix typos in docstrings.
18483 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
18484 (idlwave-shell-hide-output, idlwave-shell-mode)
18485 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
18486 Reflow docstrings.
18487
18488 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
18489
62136c5d
SM
184902009-09-24 Ivan Kanis <apple@kanis.eu>
18491
18492 * term.el (term-bold-attribute): New var.
18493 (term-handle-colors-array): Use it.
18494
9c1a45ed
NR
184952009-09-23 Nick Roberts <nickrob@snap.net.nz>
18496
18497 * progmodes/gdb-mi.el (gdb-version): New variable.
18498 (gdb-non-stop-handler): Set gdb-version.
18499 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
18500 Condition "--thread" option on gdb-version.
18501 (gdb-invalidate-threads): Remove unused argument.
18502
03304f31
SM
185032009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18504
18505 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
18506 to looking-back to avoid ridiculous slow down in large files (bug#4511).
18507
4f02f0c9
GM
185082009-09-23 Glenn Morris <rgm@gnu.org>
18509
18510 * mail/rmail.el (rmail-reply): Don't try to add a References header when
18511 replying to mail without References or Message-Id. (Bug#4525)
18512
a3b4b363
AR
185132009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
18514
18515 * term/ns-win.el (ns-reg-to-script): New variable.
18516
7bda18cc
DU
185172009-09-23 Daiki Ueno <ueno@unixuser.org>
18518
18519 * epg.el (epg-wait-for-status): Preserve existing 'error results.
18520
72169e55
SS
185212009-09-22 Sam Steingold <sds@gnu.org>
18522
18523 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
18524 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
18525 to 1 because hg returns status 1 when nothing is found.
0aa4f295 18526 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 18527
905b7d38
SM
185282009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
18529
b0459dec
SM
18530 * textmodes/fill.el: Convert to utf-8 encoding.
18531 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 18532 pre-Unicode days.
b0459dec 18533
905b7d38
SM
18534 * add-log.el (change-log-fill-forward-paragraph): New function.
18535 (change-log-mode): Use it so fill-region DTRT.
18536 Set fill-indent-according-to-mode here rather than in
18537 change-log-fill-paragraph.
18538 (change-log-fill-paragraph): Remove.
18539
baa7f3de
JB
185402009-09-22 Juanma Barranquero <lekktu@gmail.com>
18541
18542 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
18543 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
18544
a8d789f0
GM
185452009-09-22 Glenn Morris <rgm@gnu.org>
18546
daedbbc2
GM
18547 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
18548 the scroll-bar scroll the calendar window rather than the buffer.
18549
d8899a74
GM
18550 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
18551 commands that move point (as opposed to scrolling).
18552
a8d789f0
GM
18553 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
18554
18555 * emacs-lisp/elint.el (elint): New custom group.
18556 (elint-log-buffer): Make it a defcustom.
18557 (elint-scan-preloaded, elint-ignored-warnings)
18558 (elint-directory-skip-re): New options.
18559 (elint-builtin-variables): Doc fix.
18560 (elint-preloaded-env): New variable.
18561 (elint-unknown-builtin-args): Add an entry for encode-time.
18562 (elint-extra-errors): Make it a variable rather than a constant.
18563 (elint-preloaded-skip-re): New constant.
18564 (elint-directory): Skip files matching elint-directory-skip-re.
18565 (elint-features): New variable, local to linted buffers.
18566 (elint-update-env): Initialize elint-features. Possibly add
18567 elint-preloaded-env to the buffer's environment.
18568 (elint-get-top-forms): Bind elint-current-pos, for log messages.
18569 Skip quoted forms.
18570 (elint-init-form): New function, extracted from elint-init-env.
18571 Make non-list forms a warning rather than an error.
18572 Add the mode-map for define-derived-mode. Handle define-minor-mode,
18573 easy-menu-define, put that adds an error-condition, and provide.
18574 When requiring cl, also require cl-macs. Really require cl, to handle
18575 some cl macros. Store required libraries in the list elint-features,
18576 so as not to re-load them. Treat cc-require like require.
18577 (elint-init-env): Call elint-init-form to do the work.
18578 Handle eval-and-compile and such like.
18579 (elint-add-required-env): Do not clear messages.
18580 (elint-special-forms): Add handlers for function, defalias, if, when,
18581 unless, and, or.
18582 (elint-form): Add optional argument to ignore elint-special-forms,
18583 useful to prevent recursive calls from handlers. Doc fix.
18584 Respect elint-ignored-warnings.
18585 (elint-form): Respect elint-ignored-warnings.
18586 (elint-bound-variable, elint-bound-function): New variables.
18587 (elint-unbound-variable): Respect elint-bound-variable.
18588 (elint-get-args): Respect elint-bound-function.
18589 (elint-check-cond-form): Add some simple handling for (f)boundp and
18590 featurep tests.
18591 (elint-check-defalias-form): New handler.
18592 (elint-check-let-form): Make an empty let a warning rather than an
18593 error.
18594 (elint-check-setq-form): Make an empty setq a warning rather than an
18595 error. Respect elint-ignored-warnings.
18596 (elint-check-defvar-form): Accept null doc-strings.
18597 (elint-check-conditional-form): New handler. Does some simple-minded
18598 checking of featurep and (f)boundp tests.
18599 (elint-put-function-args): New function.
18600 (elint-initialize): Use elint-scan-doc-file rather than
18601 elint-find-builtin-variables. Use elint-put-function-args.
18602 Possibly scan preloaded-file-list.
18603 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
18604 extend to handle functions as well.
18605
245be23c
JB
186062009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
18607
18608 * linum.el (linum-delete-overlays, linum-update-window):
18609 Do not modify the right margin. (Bug#3971)
18610
91fdbd6f
CY
186112009-09-21 Chong Yidong <cyd@stupidchicken.com>
18612
6a7662bb
BR
18613 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
18614 Use nxml-mode instead of xml-mode.
91fdbd6f 18615
7589d38e
JB
186162009-09-21 Kevin Ryde <user42@zip.com.au>
18617
18618 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
18619
5ac42715
SM
186202009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18621
18622 * net/dig.el (dig-mode): Use define-derived-mode.
18623
09c01323
DN
186242009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
18625
4096c5f2
DN
18626 * vc-dispatcher.el (vc-do-command): Return the process object in
18627 the asynchronous case. Use when instead of if. Do not run
5480359e 18628 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 18629
0e172cc2
DN
18630 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
18631 properties to the stash strings.
18632 (vc-git-stash-list): Return a list of strings.
18633 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
18634 (vc-git-stash-show-at-point): New functions.
18635 (vc-git-stash-map): New keymap.
18636
03304f31
SM
18637 * register.el (ctl-x-r-map): Define the keys here instead of
18638 using autoload.
09c01323 18639
03304f31 186402009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
18641
18642 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
18643 list, to workaround performance problem (bug#4485).
18644
2f5fc4d7
NR
186452009-09-20 Nick Roberts <nickrob@snap.net.nz>
18646
18647 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
18648
b0f5fd2e
DU
186492009-09-20 Daiki Ueno <ueno@unixuser.org>
18650
18651 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
18652 Document that this option is not recommended to use.
18653
f3445fab
GM
186542009-09-19 Glenn Morris <rgm@gnu.org>
18655
547c6921
GM
18656 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
18657 variable `var'.
18658
f3445fab
GM
18659 * calc/calc-alg.el (var):
18660 * calc/calcalg2.el (var): Define for compiler.
18661
946c009b
CY
186622009-09-19 Chong Yidong <cyd@stupidchicken.com>
18663
e3f36d03
SM
18664 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
18665 Doc fix (Bug#3932).
e2045997 18666
24aedbca
CY
18667 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
18668
327dd27a
CY
18669 * time-stamp.el (time-stamp-month-dd-yyyy)
18670 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
18671 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
18672 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
18673 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
18674 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 18675
946c009b
CY
18676 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
18677 indent buffer only if called interactively (Bug#4452).
18678
3e70541a 186792009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 18680 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
18681
18682 This fixes bug#4197 (merged to bug#865, though not identical).
18683 * server.el (server-auth-dir): Add docstring note about FAT32.
18684 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
18685 but warn against using them.
18686
9b94c32e
NR
186872009-09-19 Nick Roberts <nickrob@snap.net.nz>
18688
18689 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
18690 older GDB where there is no has_more field.
18691
66590684
GM
186922009-09-19 Glenn Morris <rgm@gnu.org>
18693
18694 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
18695
9a1337f9
CY
186962009-09-18 Chong Yidong <cyd@stupidchicken.com>
18697
18698 * files.el (auto-mode-alist): Change default for XML files to nXML
18699 mode (Bug#4169).
18700
d7554167
JB
187012009-09-18 Juanma Barranquero <lekktu@gmail.com>
18702
18703 * server.el (server-ensure-safe-dir): Pass 'integer
18704 to `file-attributes', as suggested.
18705
35a3f9a4
SM
187062009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
18707
18708 * dired-aux.el (dired-query-alist): Remove spurious backslash.
18709 (dired-query): Use read-key.
18710
044f9b05
AR
187112009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
18712
18713 * cus-start.el (ns-use-qd-smoothing): Remove.
18714
6188ea49
GM
187152009-09-18 Glenn Morris <rgm@gnu.org>
18716
08cf18e4
GM
18717 * allout.el (top-level): Remove unnecessary progn.
18718
07eae5c5
GM
18719 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
18720
6726c25e
GM
18721 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
18722 definition of abbrev table.
18723
3f527154 18724 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
18725 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
18726 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
18727 * net/newst-backend.el (newsticker--cache-read-feed):
18728 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
18729 condition-case handlers.
18730
ccb4c30c
NR
187312009-09-18 Nick Roberts <nickrob@snap.net.nz>
18732
18733 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
18734 (gdb-var-list): Add an element for has_more field.
18735 (gdb-non-stop-handler): Enable pretty printing for STL containers.
18736 (gdb-var-create-handler, gdb-var-list-children-handler-1)
18737 (gdb-var-update-handler-1): Parse output of dynamic variable
18738 objects (STL containers).
18739 (gdb-var-delete-1): Pass var1 as an explicit second argument.
18740 (gdb-get-field): Delete alias. Use bindat-get-field directly.
18741
18742 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
18743 gdb-var-list.
18744 (gud-speedbar-buttons): Make node expandable if expression "has more"
18745 children.
18746
8686ac71
JB
187472009-09-17 Juanma Barranquero <lekktu@gmail.com>
18748
18749 * startup.el (emacs-quick-startup): Remove variable and all uses.
18750 (command-line): Set `inhibit-x-resources' instead.
18751 (command-line-1): Use `inhibit-x-resources' instead.
18752
a69c67e8
CY
187532009-09-17 Chong Yidong <cyd@stupidchicken.com>
18754
18755 * subr.el: Fix last change to avoid using the `unless' macro,
18756 which breaks bootstrapping.
18757
354f0faf
SM
187582009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
18759
18760 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
18761 extended definitions, in case we reload subr.el after having
18762 loaded CL.
18763 (eval-next-after-load): Mark as obsolete.
18764
98b9bf40
JL
187652009-09-17 Juri Linkov <juri@jurta.org>
18766
18767 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
18768 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
18769 (menu-bar-showhide-menu, menu-bar-tools-menu)
18770 (menu-bar-describe-menu, menu-bar-help-menu)
18771 (minibuffer-local-completion-map, minibuffer-local-map):
18772 Fix list quoting.
18773
28fab7b5
GM
187742009-09-17 Glenn Morris <rgm@gnu.org>
18775
88d5190c
GM
18776 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
18777 arguments, whether or not it has a handler.
18778
74f24ba7
GM
18779 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
18780
28fab7b5
GM
18781 * simple.el (hard-newline): Give it a doc-string.
18782
a8106aec
GM
18783 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
18784 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 18785
76251ad7
DN
187862009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
18787
72033dbe
DN
18788 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
18789 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
18790 (menu-bar-options-menu, menu-bar-showhide-menu)
18791 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
18792 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
18793 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
18794 (menu-bar-options-menu, menu-bar-tools-menu)
18795 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
18796 (menu-bar-help-menu):
18797 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
18798 string arguments.
18799
76251ad7
DN
18800 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
18801 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
18802 calls for the menu names and :help.
18803
97b952b7
SM
188042009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
18805
18806 * mouse.el (minor-mode-menu-from-indicator): Pay attention
18807 to :minor-mode-function (bug#4455).
18808
8f38189e
SM
188092009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
18810
d2fd733e
SM
18811 * startup.el (command-line): Initialize the window-system after
18812 processing the command-line.
18813
8f38189e
SM
18814 * textmodes/page.el (what-page): Make sure we don't inf-loop if
18815 page-delimiter matches the empty string.
18816
77564fa4
GM
188172009-09-16 Glenn Morris <rgm@gnu.org>
18818
18819 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
18820 byte-compile-not-obsolete-var. It's a list now.
18821 (byte-compile-not-obsolete-funcs): New variable.
18822 (byte-compile-warn-obsolete): Don't warn about functions if they are in
18823 byte-compile-not-obsolete-funcs.
18824 (byte-compile-variable-ref, byte-compile-defvar): Update for
18825 byte-compile-not-obsolete-vars name-change and list nature.
18826 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
18827 and variables behind (f)boundp tests.
18828 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
18829
79d316d3
DN
188302009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
18831
18832 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
18833
8fed6934
SM
188342009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18835
18836 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
18837 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
18838 Don't autoload.
18839
4078fd57
SE
188402009-09-15 Stephen Eglen <stephen@gnu.org>
18841
18842 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 18843 the virtual-buffers, use the name of the buffer specified by
4078fd57 18844 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 18845 problem if the target and the symlink had different names.)
4078fd57 18846
838ff458
SM
188472009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18848
b3c7c12d
SM
18849 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
18850
13dc2bc2
SM
18851 * desktop.el (desktop-path): Check user-emacs-directory.
18852
49fec531
SM
18853 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
18854
0e328d37
SM
18855 * loadup.el: Use after-load-functions to GC after loading each file.
18856 Remove the explicit GC calls that used to be sprinkled around.
18857
838ff458
SM
18858 * subr.el (after-load-functions): New hook.
18859 (do-after-load-evaluation): Run it. Use string-match-p to detect
18860 `obsolete' packages, rather than painfully extracting the relevant
18861 directory name.
18862
a62f564f
GM
188632009-09-15 Glenn Morris <rgm@gnu.org>
18864
18865 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
18866 free variable `doc'.
18867
18868 * dired.el (dired-mode-map): Add menu entry for async shell command.
18869
18870 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
18871 variables, also consider the .elc files, since the .el files are
18872 normally gzipped (subsequent code locates the .el.gz from the .elc).
18873
18874 * calc/calc-prog.el (arglist): Define for compiler.
18875
18876 * calendar/diary-lib.el (diary-display-function): Change the default to
18877 fancy display.
18878 (body): Define for compiler.
18879
18880 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
18881 (byte-compile-file-form, byte-compile-lambda)
18882 (byte-compile-top-level-body, byte-compile-form)
18883 (byte-compile-variable-ref, byte-compile-setq)
18884 (byte-compile-setq-default, byte-compile-body)
18885 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
18886 (batch-byte-compile): Give some more local variables with common names
18887 a "bytecomp-" prefix to avoid masking warnings about free variables.
18888
cd05fe7f
GM
18889 * startup.el (command-line-1): Give local variables with common names a
18890 distinguishing prefix, so as not to hide free variable warnings during
18891 bootstrap.
18892
a62f564f
GM
18893 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
18894 clever and add a suffix to make a unique name, just let the user decide
18895 whether or not to overwrite it. If the input is a directory, write the
18896 default filename to that directory. (Bug#4388)
18897 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
18898 is a filename-as-a-directory.
18899
fbc88440
SM
189002009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18901
18902 * textmodes/page.el (what-page): Don't move to beginning of line.
18903 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
18904
60308853
DN
189052009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
18906
18907 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
18908
32ba3abc
DN
189092009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
18910
9cd39aff
DN
18911 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
18912 * help.el (help-for-help-internal): Add purecopy calls for text.
18913
32ba3abc
DN
18914 * vc.el (top): print-log method now takes an optional SHORTLOG
18915 argument. Add a new method: root.
32ba3abc
DN
18916 (vc-root-diff, vc-print-root-log): New functions.
18917 (vc-log-short-style): New variable.
18918 (vc-print-log-internal): Add support for showing short logs.
18919
18920 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
18921 vc-print-root-log and vc-print-root-diff.
18922
18923 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
18924 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
18925 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
18926 short logs.
18927
18928 * vc-cvs.el (vc-cvs-print-log):
18929 * vc-mtn.el (vc-mtn-print-log):
18930 * vc-rcs.el (vc-rcs-print-log):
18931 * vc-sccs.el (vc-sccs-print-log):
18932 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
18933 that is ignored for now.
18934
837b0e99
DN
18935 * vc-mtn.el (vc-mtn-annotate-command):
18936 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
18937
31cd2dd4
SM
189382009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
18939
18940 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
18941 to function-key-map, and give them ascii-character property.
18942 * term/x-win.el (x-alternatives-map):
18943 * term/ns-win.el (ns-alternatives-map):
18944 * term/internal.el (msdos-key-remapping-map):
18945 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
18946
d62e5bf2
GM
189472009-09-14 Glenn Morris <rgm@gnu.org>
18948
18949 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
18950 temp-buffers (2009-09-12).
18951
7d0105e5
SM
189522009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
18953
18954 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
18955 the new read-key function.
18956
e17ed9ad
CY
189572009-09-13 Chong Yidong <cyd@stupidchicken.com>
18958
18959 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
18960 is defined (Bug#4405).
18961
1fc26e29
CY
189622009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
18963
18964 * recentf.el (recentf-cleanup): Use a hash table to find
18965 duplicates (Bug#4407).
18966
61dc96a2 189672009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
18968
18969 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
18970 kp-0 to ascii equivalents (Bug#4325).
18971
42c3a9e3
CY
189722009-09-13 Chong Yidong <cyd@stupidchicken.com>
18973
1f5c1626
CY
18974 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
18975
42c3a9e3 18976 * eshell/em-hist.el:
31cd2dd4
SM
18977 * eshell/em-dirs.el (eshell-complete-user-reference):
18978 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
18979
189802009-09-13 Leo <sdl.web@gmail.com> (tiny change)
18981
18982 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
18983 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
18984 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
18985 * eshell/em-hist.el (eshell-history-file-name):
18986 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 18987
1e2b6acf
GM
189882009-09-13 Glenn Morris <rgm@gnu.org>
18989
18990 * ediff-merg.el (ediff-do-merge):
18991 * filesets.el (filesets-run-cmd):
18992 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
18993 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
18994 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
18995 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
18996 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
18997 Replace empty `let's with `progn'.
18998
adba8116
SM
189992009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19000
19001 * mail/sendmail.el (send-mail-function):
19002 * tooltip.el (tooltip-mode):
19003 * simple.el (transient-mark-mode):
19004 * rfn-eshadow.el (file-name-shadow-mode):
19005 * frame.el (blink-cursor-mode):
19006 * font-core.el (global-font-lock-mode):
19007 * files.el (temporary-file-directory)
19008 (small-temporary-file-directory, auto-save-file-name-transforms):
19009 * epa-hook.el (auto-encryption-mode):
19010 * composite.el (global-auto-composition-mode):
19011 Use custom-initialize-delay.
19012 * startup.el (command-line): Don't explicitly call
19013 custom-reevaluate-setting for all the above vars.
19014 * custom.el (custom-initialize-safe-set)
19015 (custom-initialize-safe-default): Delete.
19016
0a4afea9
SM
190172009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19018
9f94990d
SM
19019 * term/x-win.el (x-initialize-window-system):
19020 * term/w32-win.el (w32-initialize-window-system):
19021 * term/ns-win.el (ns-initialize-window-system): Don't call
19022 mouse-wheel-mode since it's enabled globally by default already.
19023
0a4afea9
SM
19024 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19025 actually define the variable, but only silences the byte-compiler.
19026 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19027 before looking it up.
19028 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19029 is changed.
19030
bf01513f
GM
190312009-09-12 Glenn Morris <rgm@gnu.org>
19032
19033 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19034 1000.
19035 (elint-add-required-env): Don't beep on error.
19036 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
19037 (elint-init-env): Skip non-list forms.
19038 (elint-log): Handle unknown file positions.
bf01513f 19039
d85889e4
DU
190402009-09-12 Daiki Ueno <ueno@unixuser.org>
19041
19042 * epg.el (epg-make-context): Add autoload cookie.
19043 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19044 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19045 (epg-verify-string, epg-start-sign, epg-sign-file)
19046 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19047 (epg-encrypt-string, epg-start-export-keys)
19048 (epg-export-keys-to-file, epg-export-keys-to-string)
19049 (epg-start-import-keys, epg-import-keys-from-file)
19050 (epg-import-keys-from-string, epg-start-receive-keys)
19051 (epg-receive-keys, epg-import-keys-from-server)
19052 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19053 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
19054 (epg-generate-key-from-file, epg-generate-key-from-string):
19055 Remove autoload cookie.
d85889e4 19056
8f825ee6
EZ
190572009-09-12 Eli Zaretskii <eliz@gnu.org>
19058
36b434ee
EZ
19059 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19060 reevaluation of trash-directory.
19061
8f825ee6
EZ
19062 * mwheel.el: Fix last change.
19063 (mouse-wheel-mode): New defvar.
19064 (mouse-wheel-mode): Remove autoload cookie.
19065
5766c380
SM
190662009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19067
ab5c0fcd
SM
19068 * mwheel.el (mwheel-installed-bindings): New var.
19069 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19070 the bindings we set last time. Use custom-initialize-delay.
19071 * loadup.el: Load mwheel after term/*-win.el.
19072 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19073 and mouse-wheel-up-event now that their first evaluation is done
19074 sufficiently late to be correct.
19075
45448e64
SM
19076 * startup.el (tutorial-directory): Make it a defcustom.
19077 Use custom-initialize-delay rather than eval-at-startup to set it.
19078 * image.el (image-load-path): Make it a defcustom.
19079 Use custom-initialize-delay rather than eval-at-startup to set it.
19080 * subr.el (eval-at-startup): Remove.
19081 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19082
5766c380
SM
19083 * subr.el (do-after-load-evaluation): Warn the user after loading an
19084 obsolete package.
19085
d6549da4
GM
190862009-09-12 Glenn Morris <rgm@gnu.org>
19087
19088 * proced.el (proced-mark-alt): Remove alias.
19089 (proced-mode-map): Remove proced-mark-alt.
19090
19091 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19092 Elint file and directory. Remove initialization entry.
19093
19094 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19095 commands.
19096 (elint-current-buffer): Set mode-line-process.
19097 (elint-init-env): Handle define-derived-mode.
19098 Fix declare-function with unspecified arglist. Guard against odd
19099 defalias statements (eg iso-insert's 8859-1-map).
19100 (elint-add-required-env): Use a temp buffer.
19101 (elint-form): Just print the function/macro name, not the whole form.
19102 Return env unchanged if we fail to parse a macro.
19103 (elint-forms): Guard against parse errors.
19104 (elint-output): New function, to handle batch mode.
19105 (elint-log-message): Add optional argument. Use elint-output.
19106 (elint-set-mode-line): New function.
19107
30194d4d
CY
191082009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19109
19110 * emacs-lisp/elp.el (elp-not-profilable): Add more
19111 functions (Bug#4233).
19112
a035f9b0
CY
191132009-09-12 Chong Yidong <cyd@stupidchicken.com>
19114
19115 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19116 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19117
dad61164
NR
191182009-09-11 Nick Roberts <nickrob@snap.net.nz>
19119
19120 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19121 (gdb-var-list-children): Use json parsing.
19122
9c3c9fdf 191232009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
19124
19125 * progmodes/js.el (js--proper-indentation): Handle the case where
19126 char-before is null. Reported by Deniz Dogan.
19127
b4587710
JB
191282009-09-11 Juanma Barranquero <lekktu@gmail.com>
19129
19130 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19131
13890796
DU
191322009-09-11 Daiki Ueno <ueno@unixuser.org>
19133
19134 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19135 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 19136 (epg-context-set-passphrase-callback)
97d4bdba 19137 (epg-context-set-progress-callback): Add description about
b18508dd 19138 callback function.
13890796 19139
2efb64a8
SM
191402009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19141
790d0270
SM
19142 * custom.el (custom-delayed-init-variables): New var.
19143 (custom-initialize-delay): New function.
19144 * startup.el (command-line): "Re"evaluate all vars in
19145 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19146 explicitly any more.
19147 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19148 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19149
19150 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 19151
ac243a40
NR
191522009-09-11 Nick Roberts <nickrob@snap.net.nz>
19153
19154 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
19155 (gdb-var-update-handler): Use json parsing.
19156
657bc6fc
JB
191572009-09-11 Juanma Barranquero <lekktu@gmail.com>
19158
19159 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
19160 decode annotated text, regardless of language environment. (Bug#2741)
19161
b6fe8102
SM
191622009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19163
19164 * Makefile.in (autoloads): Make rmail.el writable as well.
19165
5cc443fe
GM
191662009-09-11 Glenn Morris <rgm@gnu.org>
19167
5515c54e
GM
19168 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
19169 loaddefs.el.
19170 * dired.el: Regenerate with extracted autoloads.
19171 * Makefile.in (autoloads): Make dired.el writable.
19172
15067158
GM
19173 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
19174 * ibuffer.el: Regenerate with extracted autoloads.
19175 * Makefile.in (autoloads): Make ibuffer.el writable.
19176
d35d0238
GM
19177 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
19178 * version.el (emacs-copyright, emacs-major-version)
19179 (emacs-minor-version): Reformat doc-strings for make-docfile.
19180
5cc443fe
GM
19181 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
19182 functions and variables, since they must be stuff specific to some other
19183 platform.
19184 (apropos-print): Make mouse-click message less specific about button.
19185
19186 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
19187 that records where a macro was defined.
19188 * help-fns.el (describe-function-1): Mention if a function has a
19189 compiler-macro.
19190 * help-mode.el (help-function-cmacro): New button.
19191
19192 * locate.el (top-level): Always require dired.
19193 (locate-mode-map): Initialize inside the defvar.
19194
19195 * net/ange-ftp.el (dired-compress-file): Declare.
19196 (ange-ftp-dired-compress-file): Add doc string.
19197
19198 * term/ns-win.el (x-display-name, x-setup-function-keys):
19199 Unify doc-strings with X versions.
19200
8cb95edf
SM
192012009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19202
726a4d09
SM
19203 * emulation/crisp.el (crisp-mode-map): Move initialization
19204 into declaration.
19205 (crisp-mode): Use define-minor-mode.
19206
8cb95edf
SM
19207 * progmodes/xscheme.el (xscheme-evaluation-commands):
19208 Put a :advertised-binding property rather than using
19209 advertised-xscheme-send-previous-expression.
19210 (advertised-xscheme-send-previous-expression): Declare obsolete.
19211 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
19212 `advertised-undo'.
19213 (crisp-mode): Add corresponding bindings to
19214 undo's :advertised-binding instead.
19215 * dired.el (dired-mode-map): Put a :advertised-binding property rather
19216 than using dired-advertised-find-file.
19217 (dired-advertised-find-file):
19218 * simple.el (advertised-undo):
19219 * wid-edit.el (advertised-widget-backward): Declare obsolete.
19220 (widget-keymap): Put a :advertised-binding property rather
19221 than using advertised-widget-backward.
19222 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
19223 than using advertised-undo.
19224 * tutorial.el (tutorial--default-keys): Adjust accordingly.
19225
07db5857
SS
192262009-09-10 Simon South <ssouth@slowcomputing.org>
19227
19228 * progmodes/delphi.el (delphi-tab): Indent region when Transient
19229 Mark mode is enabled and region is active; otherwise indent or
19230 insert TAB as usual.
19231 (delphi-mode): Update description of TAB-key binding.
19232
50d4ba39
SM
192332009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19234
19235 * subr.el (define-key-rebound-commands): Mark obsolete.
19236 * startup.el (precompute-menubar-bindings): Remove.
19237 (normal-top-level): Remove obsolete code that tried to precompute
19238 menubar bindings.
19239 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
19240 define-key-rebound-commands and precompute-menubar-bindings.
19241
ffa894db
KY
192422009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
19243
19244 * net/imap.el (imap-interactive-login): Better messages.
19245 (imap-open): Fix bug with renamed buffer on reconnect.
19246 (imap-authenticate): Add buffer-local imap-last-authenticator variable
19247 for easier debugging and cleaner code. On successful (guessed based on
19248 server capabilities) secondary authentication, set imap-state
19249 correctly.
19250 (imap-last-authenticator): Define imap-last-authenticator as a variable
19251 to avoid warnings.
19252
9477096c
GM
192532009-09-10 Glenn Morris <rgm@gnu.org>
19254
19255 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
19256
19257 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
19258 (byte-compile-file-form-autoload): Don't warn about unknown functions
19259 where the autoload statement comes after the use.
19260 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
19261 that any handlers inside the body (eg require) are in turn respected.
19262
19263 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
19264 effects.
19265
19266 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
19267 and syntax and abbrev tables basic docs, if they don't have any.
19268
19269 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
19270
19271 * international/mule-cmds.el (top-level): Require cl when compiling.
19272 (view-hello-file): Use default-value rather than
19273 default-enable-multibyte-characters.
19274
19275 * progmodes/fortran.el: Move all safe and risky properties into the
19276 defcustoms.
19277
19278 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
19279 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
19280 * mail/undigest.el:
19281 Put autoloads in rmail.el rather than loaddefs.el.
19282 * mail/rmail.el: Regenerate with extracted autoloads.
19283
19284 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
19285 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
19286
9f16c547
NR
192872009-09-10 Nick Roberts <nickrob@snap.net.nz>
19288
19289 Reported in thread for Bug#4375.
19290 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
19291 "-data-evaluate-expression" instead of print.
19292 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
19293 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
19294 (gdb): Revert 2009-08-11 change. User should detach inferior
19295 manually.
9f16c547
NR
19296
19297 Remove the word "separate" from IO functions as inferior
19298 output is now never displayed in the GUD buffer.
19299
50405cd0
JB
193002009-09-10 Juanma Barranquero <lekktu@gmail.com>
19301
19302 * startup.el (command-line-normalize-file-name): On Windows and
19303 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
19304
7ae62430
JL
193052009-09-10 Juri Linkov <juri@jurta.org>
19306
19307 * isearch.el (isearch-text-char-description): Propertize escape
19308 character sequences with the `escape-glyph' face. (Bug#4344)
19309
19310 * simple.el (shell-command): Set asynchronous process filter to
19311 `comint-output-filter'. (Bug#4343)
19312
19313 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
19314 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
19315 the list. Move "asm" to the bottom.
19316 (grep-find-ignored-directories): Add `choice' with nil value
19317 to empty the list easily.
19318 (grep-find-ignored-files): New option.
19319 (grep-files-history): Set to nil by default instead of '("ch" "el").
19320 (grep-compute-defaults): Add "<X>" to `grep-template'.
19321 (grep-read-files): Bind new local variables `default-alias' and
19322 `default-extension'. Use a list of default values for the file prompt.
19323 (lgrep): Add `--exclude=' command line options composed from
19324 `grep-find-ignored-files'.
19325 (rgrep): Add `-name' command line options composed from
19326 `grep-find-ignored-files'. (Bug#4301)
19327
cd875252
SM
193282009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
19329
19330 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
19331 (bug#4368).
19332
cdce0b33
KY
193332009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
19334
19335 * calendar/time-date.el (autoload):
19336 Expand define-obsolete-function-alias into defalias and make-obsolete
19337 for old Emacsen that Gnus supports.
19338 (with-no-warnings): Define it for old Emacsen.
19339 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
19340 is available.
19341 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
19342 float-time is available; suppress compile warning for time-to-seconds.
19343
193442009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
19345
19346 * net/imap.el (imap-message-map): Docstring fix.
19347
2b2eb431
GM
193482009-09-09 Glenn Morris <rgm@gnu.org>
19349
19350 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
19351 line numbers too. (Bug#4374)
19352
83a5aac5
SM
193532009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
19354
755e0210
SM
19355 * smerge-mode.el (smerge-remove-props, smerge-refine):
19356 Use with-silent-modifications (bug#4342).
19357
83a5aac5
SM
19358 * subr.el (with-silent-modifications): New macro.
19359
79f01fa7
JB
193602009-09-07 Juanma Barranquero <lekktu@gmail.com>
19361
19362 * files.el (top-level): Require `cl' when compiling.
19363
448ecec3
GM
193642009-09-07 Glenn Morris <rgm@gnu.org>
19365
19366 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
19367
8f09a02f
GM
19368 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
19369 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
19370
76ff67bf
NR
193712009-09-06 Nick Roberts <nickrob@snap.net.nz>
19372
19373 * vc-git.el (vc-git-annotate-command): Use separator to parse
19374 arguments correctly.
19375
943c8b75
EZ
193762009-09-06 Eli Zaretskii <eliz@gnu.org>
19377
19378 * proced.el (proced-mode): Doc fix.
19379
680db9ac
MA
193802009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
19381
19382 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
19383 lstat fails.
19384 (tramp-do-file-attributes-with-ls): Check for file existence at
19385 remote end.
19386 (tramp-do-file-attributes-with-stat): Likewise.
19387 (tramp-convert-file-attributes): Return nil when attr is nil.
19388
3f12e5bd
GM
193892009-09-05 Glenn Morris <rgm@gnu.org>
19390
c8dc27bf
GM
19391 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
19392 properties to this button.
19393 (diary-fancy-display): Don't extend the button to the final newline.
19394 (diary-fancy-display-mode): Continue to define "q" as a local key.
19395
cca065d8
GM
19396 * calendar/cal-china.el (holiday-chinese): Make it slightly more
19397 efficient.
19398
cddaedb6
GM
19399 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
19400
3f12e5bd
GM
19401 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
19402 (byte-compile-dest-file-function): New option.
19403 (byte-compile-dest-file): Doc fix.
19404 Obey byte-compile-dest-file-function.
19405 (byte-compile-cl-file-p): New function.
19406 (byte-compile-eval): Only suppress noruntime warnings about cl functions
19407 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
19408 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
19409 than for file being previously loaded.
19410 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
19411 (byte-compile-file-form-require): Handle the case where requiring a file
19412 indirectly causes CL to be loaded.
19413
049a231b
KF
194142009-09-05 Karl Fogel <kfogel@red-bean.com>
19415
19416 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
19417 before killing the old buffer, since by the time `kill-buffer' is
19418 run so many buffer variables have been set to nil that it may not
19419 behave as expected. (Bug#4061)
19420
ef7ef2a0
KF
194212009-09-05 Karl Fogel <kfogel@red-bean.com>
19422
19423 * files.el (find-alternate-file): If the old buffer is modified
19424 and visiting a file, behave similarly to `kill-buffer' when
19425 killing it, thus reverting to the pre-1.878 behavior; see
19426 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
19427 for discussion. Also, consult `buffer-file-name' as a variable
19428 not as a function, for consistency with the rest of the code.
19429
73d854cd
MA
194302009-09-04 Michael Albinus <michael.albinus@gmx.de>
19431
19432 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
19433 also when adding a new directory.
19434
6a7662bb
BR
19435 * net/tramp-compat.el (tramp-compat-line-beginning-position):
19436 New defun.
73d854cd 19437
df120481
SM
194382009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
19439
19440 * files.el (locate-file-completion-table): Make it provide boundary
19441 information, so partial-completion works better.
19442
c0bc6d79
SM
194432009-09-04 Leo <sdl.web@gmail.com> (tiny change)
19444
19445 * mail/footnote.el (Footnote-text-under-cursor):
19446 Check footnote-text-marker-alist before using it (bug#4324).
19447
f76a9756
GM
194482009-09-04 Glenn Morris <rgm@gnu.org>
19449
67d110f1
GM
19450 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
19451 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
19452 * play/solitaire.el, play/tetris.el:
19453 Remove leading * from defcustom and defface docs.
19454
b42d4989
GM
19455 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
19456 necessary.
19457 (diary-fancy-overriding-map): New variable.
19458 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
19459 Use view-mode.
19460
f76a9756
GM
19461 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
19462 goto-line.
19463
e605eeeb
GM
194642009-09-03 Glenn Morris <rgm@gnu.org>
19465
597e2240
GM
19466 * arc-mode.el (archive-mode):
19467 * dos-fns.el (set-default-process-coding-system):
19468 * man.el (Man-getpage-in-background):
19469 * menu-bar.el (menu-bar-describe-menu):
19470 * server.el (server-process-filter):
19471 * startup.el (command-line):
19472 * tar-mode.el (tar-header-block-tokenize, tar-extract):
19473 * w32-fns.el (set-default-process-coding-system):
19474 * x-dnd.el (x-dnd-handle-file-name):
19475 * international/mule-cmds.el (mule-menu-keymap)
19476 (set-default-coding-systems, language-info-alist, set-language-info)
19477 (set-language-environment, standard-display-european-internal)
19478 (set-locale-environment):
19479 * international/mule-diag.el (mule-diag):
19480 * mail/emacsbug.el (report-emacs-bug):
19481 * mail/rmail.el (rmail-mode):
19482 * mail/sendmail.el (mail-setup):
19483 Use default-value rather than default-enable-multibyte-characters.
19484
f38184aa
GM
19485 * progmodes/f90.el: Move all safe properties into the defcustoms.
19486 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
19487
e605eeeb
GM
19488 * calendar/appt.el (appt-check):
19489 * calendar/diary-lib.el (diary-set-header, diary-live-p)
19490 (diary-check-diary-file, diary-list-entries)
19491 (diary-include-other-diary-files, diary-simple-display)
19492 (diary-fancy-display, diary-print-entries)
19493 (diary-mark-included-diary-files, diary-make-entry):
19494 Don't call substitute-in-file-name on diary-file.
19495
734db384 194962009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 19497 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
19498
19499 * mail/footnote.el (footnote-prefix): Make it a defcustom.
19500 (footnote-mode-map): Move initialization into the declaration.
19501 (footnote-minor-mode-map): Define it rather than changing global-map.
19502 (footnote-mode): Use define-minor-mode.
19503
e5aa47f9
MA
195042009-09-02 Michael Albinus <michael.albinus@gmx.de>
19505
19506 * net/tramp.el (tramp-handle-file-attributes-with-ls)
19507 (tramp-do-file-attributes-with-perl)
19508 (tramp-do-file-attributes-with-stat): Rename from
19509 `tramp-handle-file-attributes-with-*'.
19510 (tramp-handle-file-attributes): Use them.
19511 (tramp-do-directory-files-and-attributes-with-perl)
19512 (tramp-do-directory-files-and-attributes-with-stat): Rename from
19513 `tramp-handle-directory-files-and-attributes-with-*'.
19514 (tramp-handle-directory-files-and-attributes): Use them.
19515 (tramp-method-out-of-band-p): Additional parameter SIZE.
19516 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
19517 (tramp-handle-write-region): Use it.
734db384 19518 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
19519 (tramp-handle-vc-registered): Check, whether the first run did
19520 return files to be tested.
19521 (tramp-advice-make-auto-save-file-name): Do not call directly
19522 `tramp-handle-make-auto-save-file-name', because this would bypass
19523 the locking mechanism.
19524
734db384 19525 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
19526 (file-remote-p, process-file, start-file-process, set-file-times)
19527 (tramp-compat-file-attributes): Compatibility functions shall not
19528 call directly `tramp-handle-*', because this would bypass the
19529 locking mechanism.
19530 (tramp-compat-number-sequence): New defun.
19531
6e2ca895
GM
195322009-09-02 Glenn Morris <rgm@gnu.org>
19533
697c7714
GM
19534 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
19535 alias for float-time.
19536 (time-to-number-of-days): In Emacs, use float-time.
19537 * net/newst-backend.el (time-add): Suppress warnings from compat
19538 function.
19539 * time.el (emacs-uptime, emacs-init-time):
19540 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
19541 Use float-time rather than time-to-seconds.
19542
6e2ca895
GM
19543 * minibuffer.el (completion-initials-expand): Fix typo.
19544
19545 * faces.el (modeline, modeline-inactive, modeline-highlight)
19546 (modeline-buffer-id):
19547 * info.el (info-menu-5): Mark these face aliases as obsolete.
19548
ed17efec
NR
195492009-09-01 Nick Roberts <nickrob@snap.net.nz>
19550
19551 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
19552 space ...
19553 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
19554 no "--thread" option.
19555 (gdb-stopped): Don't print "Switched to thread" message when it is
19556 unchanged.
19557
fcb68f70
SM
195582009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
19559
19560 * minibuffer.el (completion-try-completion)
19561 (completion-all-completions): Remove ill-defined (and
19562 mistakenly installed and luckily never used nor documented)
19563 `completion-styles' property.
19564 (completion-initials-expand, completion-initials-all-completions)
19565 (completion-initials-try-completion): New functions.
19566 (completion-styles-alist): Add doc to each entry.
19567 Add new `initials' entry.
19568
83318a6d
NR
195692009-09-01 Nick Roberts <nickrob@snap.net.nz>
19570
19571 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
19572 MI command -var-evaluate-expression.
19573 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
19574 and tweak for case of string child.
734db384 19575 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 19576
d63eb0e7
GM
195772009-09-01 Glenn Morris <rgm@gnu.org>
19578
c4f6e489
GM
19579 * add-log.el (change-log-date-face, change-log-name-face)
19580 (change-log-email-face, change-log-file-face, change-log-list-face)
19581 (change-log-conditionals-face, change-log-function-face)
19582 (change-log-acknowledgement-face):
19583 * cus-edit.el (custom-invalid-face, custom-rogue-face)
19584 (custom-modified-face, custom-set-face, custom-changed-face)
19585 (custom-saved-face, custom-button-face, custom-button-pressed-face)
19586 (custom-documentation-face, custom-state-face, custom-comment-face)
19587 (custom-comment-tag-face, custom-variable-tag-face)
19588 (custom-variable-button-face, custom-face-tag-face)
19589 (custom-group-tag-face-1, custom-group-tag-face):
19590 * diff-mode.el (diff-header-face, diff-file-header-face)
19591 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19592 (diff-added-face, diff-changed-face, diff-function-face)
19593 (diff-context-face, diff-nonexistent-face):
19594 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19595 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
19596 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19597 (Info-title-4-face):
19598 * isearch.el (isearch-lazy-highlight-face):
19599 * log-view.el (log-view-file-face, log-view-message-face):
19600 * paren.el (show-paren-match-face, show-paren-mismatch-face):
19601 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19602 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19603 (cvs-msg-face):
19604 * smerge-mode.el (smerge-mine-face, smerge-other-face)
19605 (smerge-base-face, smerge-markers-face):
19606 * wid-edit.el (widget-documentation-face, widget-button-face)
19607 (widget-field-face, widget-single-line-field-face)
19608 (widget-inactive-face, widget-button-pressed-face):
19609 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
19610 (woman-addition-face):
2fb1ec93
GM
19611 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
19612 (eshell-ls-executable-face, eshell-ls-readonly-face)
19613 (eshell-ls-unreadable-face, eshell-ls-special-face)
19614 (eshell-ls-missing-face, eshell-ls-archive-face)
19615 (eshell-ls-backup-face, eshell-ls-product-face)
19616 (eshell-ls-clutter-face):
19617 * eshell/em-prompt.el (eshell-prompt-face):
19618 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 19619 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
19620 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
19621 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
19622 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
19623 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
19624 (antlr-font-lock-literal-face):
c4f6e489
GM
19625 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19626 (ebrowse-root-class-face, ebrowse-file-name-face)
19627 (ebrowse-default-face, ebrowse-member-attribute-face)
19628 (ebrowse-member-class-face, ebrowse-progress-face):
19629 * progmodes/make-mode.el (makefile-space-face):
19630 * progmodes/sh-script.el (sh-heredoc-face):
19631 * textmodes/flyspell.el (flyspell-incorrect-face)
19632 (flyspell-duplicate-face):
19633 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 19634 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
19635 Mark face aliases with "-face" suffix as obsolete.
19636
d80619fa
GM
19637 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
19638 compiler.
19639
5f68c1b7
GM
19640 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
19641 (eudc-bob-sound-menu): Use defvar rather than defconst, since
19642 easy-menu-define wants to modify these.
19643
19644 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
19645
19646 * net/browse-url.el (browse-url-file-url):
19647 * term/internal.el (dos-codepage-setup):
19648 Use default-value rather than default-enable-multibyte-characters.
19649
d80619fa 19650 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
19651 * progmodes/flymake.el (flymake-highlight-line)
19652 (flymake-goto-file-and-line, flymake-goto-line):
19653 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
19654 (gdb-goto-breakpoint):
19655 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
19656 * progmodes/python.el (python-find-function)
19657 (python-pdbtrack-track-stack-file):
19658 * progmodes/verilog-mode.el (verilog-surelint-off):
19659 * term/ns-win.el (ns-open-file-select-line):
19660 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
19661 Use forward-line rather than goto-line.
19662
d63eb0e7
GM
19663 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
19664 * textmodes/reftex-index.el (reftex-display-index):
19665 * textmodes/reftex-ref.el (reftex-offer-label-menu):
19666 * textmodes/reftex-toc.el (reftex-toc):
19667 Remove unnecessary bindings of default-major-mode (all are followed by
19668 major-mode check and possible mode switch).
19669
0afad278
NR
196702009-08-31 Nick Roberts <nickrob@snap.net.nz>
19671
19672 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
19673 Handle watchpoints (bug#4282).
19674 (def-gdb-thread-buffer-command): Enable thread to be selected by
19675 clicking without selecting threads buffer first.
19676 (gdb-current-context-command): Use selected frame so that "up",
19677 "down" etc work in the GUD buffer.
19678 (gdb-update): Find selected frame before rendering stack buffer.
19679 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
19680
4e135dd2
SM
196812009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
19682
19683 * progmodes/sym-comp.el (displayed-completions): Remove.
19684 (symbol-complete): Use minibuffer-complete.
19685
e61eba34
GM
196862009-08-31 Glenn Morris <rgm@gnu.org>
19687
19688 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
19689
734db384
SM
19690 * apropos.el (apropos-symbols-internal):
19691 Handle (obsolete) face aliases.
e61eba34
GM
19692
19693 * faces.el (describe-face): Adjust the output format to be more like
19694 describe-variable, and to mention (obsolete) face aliases.
19695 Adjust the whitespace so that help-setup-xref works.
19696
19697 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
19698 * calendar/diary-lib.el (diary-button-face):
19699 Mark these face aliases as obsolete.
19700
19701 * calendar/calendar.el (calendar-today): Doc fix.
19702
4cf71456
NR
197032009-08-31 Nick Roberts <nickrob@snap.net.nz>
19704
19705 * progmodes/gdb-mi.el (gdb-control-all-threads)
19706 (gdb-control-current-thread): Force tool bar update.
19707 (gdb-non-stop-handler): New function.
19708 (gdb-init-1): Use it to test if non-stop mode is supported.
19709 Remove unused gdbmi buffer type.
19710
e61eba34 197112009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
19712
19713 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 19714 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 19715
4324f7ca
NR
197162009-08-30 Nick Roberts <nickrob@snap.net.nz>
19717
19718 * comint.el (comint-exec-1): Check command is non-null first.
19719 Part of gdb-mi.el change (2009-08-28).
19720
a1bf889a
SM
197212009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19722
19723 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
19724
060c08b5
JB
197252009-08-30 Juanma Barranquero <lekktu@gmail.com>
19726
19727 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
19728 instead of `dolist' to avoid a recursive require when bootstrapping.
19729
ab22be48
SM
197302009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19731
73ebf88f
SM
19732 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
19733
80629cfc
SM
19734 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
19735
206d0387 19736 * net/imap.el (imap-send-command): Simplify.
734db384 19737 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 19738
844f7784
SM
19739 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
19740
5ca4661e
SM
19741 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
19742 with constant argument.
19743
c61dc887
SM
19744 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
19745
7eb73deb
SM
19746 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
19747
5fe443de
SM
19748 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
19749 Change default, since most of our files don't have a history.
19750 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
19751 the user.
19752
6444d64a
SM
19753 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19754 Add comint-run.
19755
5cb16bfc
SM
19756 * calc/calc.el: Improve commenting convention.
19757 (calc-digit-map, toplevel): Simplify.
19758
0aeb71a7
SM
19759 * comint.el (comint-insert-input): Be careful to only set point if we
19760 don't delegate to some other command.
19761
9a9af856
SM
19762 * proced.el (proced-signal-list): Make it an alist.
19763 (proced-grammar-alist): Capitalize names.
19764 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
19765 Disable undo manually and make it read-only.
19766 Use completion-annotate-function.
19767
ab22be48
SM
19768 * minibuffer.el (minibuffer-message): If the current buffer is not
19769 a minibuffer, insert the message in the echo area rather than at the
19770 end of the buffer.
19771 (completion-annotate-function): New variable.
19772 (minibuffer-completion-help): Use it.
19773 (completion--embedded-envvar-table): Environment vars are
19774 always case-sensitive.
19775
4a948dbf
GM
197762009-08-30 Glenn Morris <rgm@gnu.org>
19777
19778 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
19779 from fortran-current-defun.
19780 (fortran-beginning-of-subprogram): Be more precise about finding the
19781 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
19782 (fortran-end-of-subprogram): Simplify.
19783 (fortran-current-defun): Use fortran-start-prog-re.
19784
486cf3b8
JB
197852009-08-29 Juanma Barranquero <lekktu@gmail.com>
19786
19787 * subr.el (do-after-load-evaluation): Simplify.
19788
db167d28
DN
197892009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
19790
19791 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
19792
19793 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
19794 (vc-rcs-print-log): Use it.
19795
19796 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
19797
efbc652a
SM
197982009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
19799
2aa0e5bf
SM
19800 * paths.el (abbrev-file-name): Move to abbrev.el.
19801 * abbrev.el (abbrev-file-name): Move from paths.el.
19802 Obey user-emacs-directory.
19803 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
19804 user-emacs-directory.
19805 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
19806 abbrev-file-name and calc-settings-file any more.
19807 * startup.el (command-line): Recompute abbrev-file-name and
19808 abbreviated-home-dir.
19809 (normal-no-mouse-startup-screen): Improve the generic code and get rid
19810 of the special code for when C-h bindings haven't been changed.
19811 (display-startup-echo-area-message): Use with-current-buffer.
19812 (command-line-1): Use a list of strings, rather than a list of lists
19813 of strings for longopts.
19814
51da8fe2
SM
19815 * files.el (get-free-disk-space): Use / for default-directory.
19816
0c3cc4dd
SM
19817 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
19818 Use with-current-buffer.
19819
d988dbf6
SM
19820 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
19821 Recognize immutable variables like most-positive-fixnum.
19822 (byte-compile-setq-default): Check and warn if trying to assign
19823 to an immutable variable, or a non-variable.
19824
efbc652a
SM
19825 * progmodes/cc-vars.el (c-comment-continuation-stars):
19826 * progmodes/cc-engine.el (c-looking-at-bos):
19827 * progmodes/cc-cmds.el (c-toggle-auto-state)
19828 (c-forward-into-nomenclature, c-backward-into-nomenclature)
19829 (c-comment-line-break-function): Add version of obsolescence.
19830
d30a05d1
JL
198312009-08-28 Juri Linkov <juri@jurta.org>
19832
19833 * files.el (magic-fallback-mode-alist): Add ZIP magic number
19834 associated with `archive-mode'.
19835
19836 * image.el (image-type-header-regexps): Use only JPEG magic number
19837 to determine JPEG images, and don't use `image-jpeg-p' because
19838 Emacs can display non-JFIF non-Exif JPEG images.
19839
1e8eecea
JB
198402009-08-28 Juanma Barranquero <lekktu@gmail.com>
19841
19842 * arc-mode.el (archive-mode):
19843 * emacs-lisp/re-builder.el (re-builder-unload-function):
19844 Protect against the default value of `major-mode' being nil.
19845
dd4fbf56
JB
198462009-08-28 Juanma Barranquero <lekktu@gmail.com>
19847
19848 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
19849 Fix typos in docstrings.
19850
19851 * progmodes/js.el (js--macro-decl-re): Doc fix.
19852 (js--plain-method-re, js--split-name): Refloc docstring.
19853 (js--class-styles, js--make-merged-item, js--splice-into-items):
19854 Fix typos in docstrings; reflow docstrings.
19855 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
19856 (js--variable-decl-matcher, js--inside-pitem-p)
19857 (js--parse-state-at-point, js--get-all-known-symbols)
19858 (js--symbol-history, js-find-symbol, js--js-references)
19859 (js--moz-interactor, js--js-encode-value, js--read-tab):
19860 Fix typos in docstrings.
19861
72f16325
SM
198622009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19863
14acf2f5
SM
19864 * textmodes/reftex.el (reftex-get-file-buffer-force):
19865 * progmodes/verilog-mode.el (verilog-batch-execute-func):
19866 * emulation/viper.el (viper-go-away, viper-set-hooks):
19867 * emacs-lisp/re-builder.el (re-builder-unload-function):
19868 * emacs-lisp/bytecomp.el (byte-compile-file):
19869 * ses.el (ses-unload-function):
19870 * hexl.el (hexl-find-file):
19871 * files.el (normal-mode):
19872 * ehelp.el (with-electric-help):
19873 * autoinsert.el (auto-insert-alist):
19874 * arc-mode.el (archive-mode):
19875 Use (default-value 'major-mode) instead of default-major-mode.
19876
72f16325
SM
19877 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
19878 * international/mule.el (load-with-code-conversion):
19879 * emacs-lisp/debug.el (debug):
19880 * ediff-vers.el (ediff-rcs-get-output-buffer):
19881 * dired.el (dired-internal-noselect): Don't let-bind
19882 default-major-mode around code that doesn't use it.
19883 E.g. buffer creation via get-buffer-create doesn't use it.
19884
aa485f7c
MA
198852009-08-28 Michael Albinus <michael.albinus@gmx.de>
19886
19887 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
19888 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
19889 when writing the temp file. Otherwise, epa-file gets confused.
19890 (tramp-register-file-name-handlers): Make it a defun. Move also
19891 `epa-file-handler' to the front of `file-name-handler-alist'.
19892
198932009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19894
19895 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
19896 start right after a ^M.
19897 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
19898 (tramp-completion-file-name-regexp-separate)
19899 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
19900 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
19901 Don't modify last-coding-system-used by accident.
aa485f7c
MA
19902 (tramp-completion-file-name-handler): Apply the checks here,
19903 instead during registration.
88b5a757 19904 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
19905 `tramp-register-file-name-handler'. Register both
19906 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 19907 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 19908
3f0c2b92
NR
199092009-08-28 Nick Roberts <nickrob@snap.net.nz>
19910
72f16325
SM
19911 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
19912 Remove variable ...
3f0c2b92
NR
19913 (gdb-init-1, gdb-display-separate-io-buffer)
19914 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
19915 references to it.
19916 (gdb-inferior-io-mode): Use make-comint-in-buffer.
19917 (gdb-inferior-filter): Use comint-output-filter to stop
19918 echoing and remove ^M characters.
19919
705e5bd9
SM
199202009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19921
009fdc2e
SM
19922 * emulation/viper-init.el (viper-restore-cursor-type):
19923 * emulation/cua-base.el (cua--update-indications):
19924 Replace default-cursor-type with (default-value 'cursor-type).
19925
b56a5ae0
SM
19926 * mail/sendmail.el (mail-recover-1):
19927 * international/mule-diag.el (describe-current-coding-system-briefly)
19928 (describe-current-coding-system):
19929 * international/mule-cmds.el (select-safe-coding-system)
19930 (select-message-coding-system)
19931 (set-language-environment-coding-systems, set-locale-environment):
19932 * hexl.el (hexl-insert-multibyte-char):
19933 * dos-w32.el (find-buffer-file-type-coding-system):
19934 * simple.el (what-cursor-position):
19935 Replace uses of default-buffer-file-coding-system
19936 with (default-value 'buffer-file-coding-system).
19937
de70529f
SM
19938 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
19939 Replace uses of default-cursor-in-non-selected-windows
19940 with (default-value 'cursor-in-non-selected-windows).
19941 Use with-current-buffer.
19942
705e5bd9
SM
19943 * mail/feedmail.el: Use CL macros.
19944 (feedmail-run-the-queue, feedmail-send-it-immediately):
19945 * dos-w32.el (find-buffer-file-type): Replace uses of
19946 default-buffer-file-type with (default-value 'buffer-file-type).
19947
4d985ac2
GM
199482009-08-28 Glenn Morris <rgm@gnu.org>
19949
19950 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
19951 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
19952 Use default-value of major-mode rather than default-major-mode.
19953
17c15b81
SM
199542009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
19955
3a68ab06
SM
19956 * Makefile.in (update-elcfiles): Report left over elc files.
19957
9421bdd1
SM
19958 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
19959 expand-file-name and with-current-buffer.
19960 (mail-get-names, mail-directory): Use with-current-buffer.
19961
17c15b81
SM
19962 * vc.el (vc-read-revision): New function.
19963 (vc-version-diff, vc-merge): Use it.
19964
ba83a64e
SS
199652009-08-27 Sam Steingold <sds@gnu.org>
19966
19967 * simple.el (kill-do-not-save-duplicates): New user option.
19968 (kill-new): When it is non-nil, and the new string is the same as
19969 the latest kill, set replace to t to avoid duplicates in kill-ring.
19970
be3e598a 199712009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
19972
19973 * net/tramp.el (tramp-handle-process-file): Do not flush all
19974 caches when `process-file-side-effects' is set.
19975 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
19976 instead of `tramp-find-file-exists-command'.
19977 Unset `process-file-side-effects'.
d5b5c94a
MA
19978
199792009-08-27 Michael Albinus <michael.albinus@gmx.de>
19980
19981 * net/tramp.el (tramp-methods): New method "rsyncc".
19982 (top): Add completion function for "rsyncc".
19983 (tramp-message-show-message): New defvar.
19984 (tramp-message, tramp-error): Use it.
19985 (tramp-do-copy-or-rename-file-directly): Extend check for direct
19986 remote copying.
19987 (tramp-do-copy-or-rename-file-out-of-band): Handle new
19988 `tramp-methods' entry `copy-env' of "rsyncc".
19989 (tramp-vc-registered-read-file-names): New defconst.
19990 (tramp-vc-registered-file-names): New defvar.
19991 (tramp-handle-vc-registered): Implement optimization strategy.
19992 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
19993 (tramp-vc-file-name-handler): New defun.
19994 (tramp-get-ls-command, tramp-get-test-command)
19995 (tramp-get-file-exists-command, tramp-get-remote-ln)
19996 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 19997 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
19998
19999 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20000 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20001 timestamps.
20002 (tramp-get-file-property): Check for timestamps in
20003 `tramp-cache-inhibit-cache'.
20004 (tramp-set-file-property): Write timestamp.
20005
1339cf20
KH
200062009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20007
20008 * language/japan-util.el (japanese-symbol-table): Add entries for
20009 cp932-2-byte.
20010
20011 * international/characters.el: Add category `j' to cp932-2-byte.
20012
726e3f1d
KH
200132009-08-27 Kenichi Handa <handa@m17n.org>
20014
20015 * international/fontset.el (build-default-fontset-data): New macro.
20016 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 20017 tibetan, ethiopic, and ipa.
726e3f1d 20018
4e3b4528
SM
200192009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20020
20021 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20022 (enable-multibyte-characters): Not customizable any more.
20023
20024 * subr.el (default-mode-line-format, default-header-line-format)
20025 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20026 (default-direction-reversed, default-truncate-lines)
20027 (default-left-margin, default-tab-width, default-case-fold-search)
20028 (default-left-margin-width, default-right-margin-width)
20029 (default-left-fringe-width, default-right-fringe-width)
20030 (default-fringes-outside-margins, default-scroll-bar-width)
20031 (default-vertical-scroll-bar, default-indicate-empty-lines)
20032 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20033 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20034 (default-scroll-down-aggressively, default-fill-column)
20035 (default-cursor-type, default-buffer-file-type)
20036 (default-cursor-in-non-selected-windows)
20037 (default-buffer-file-coding-system, default-major-mode)
20038 (default-enable-multibyte-characters): Mark as obsolete.
20039
b3cca6a6
DN
200402009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20041
652cc1a2
DN
20042 * vc-dir.el (vc-dir-update): Remove debug helper.
20043
b3cca6a6
DN
20044 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20045
4ed8c7aa
SS
200462009-08-26 Sam Steingold <sds@gnu.org>
20047
20048 * simple.el (save-interprogram-paste-before-kill): New user option.
20049 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20050 save the interprogram-paste into kill-ring before overriding it
20051 with the Emacs kill.
20052
3b64d86b
DN
200532009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20054
20055 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20056 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20057 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20058 and move to vc-rcs.el.
20059 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20060 move to vc-rcs.el.
20061 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20062 (vc-rcs-update-changelog): Remove.
20063 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20064 and move to vc-rcs.el.
20065
20066 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20067 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20068 renaming.
20069 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 20070 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
20071 vc.el, renamed to be RCS specific.
20072
72f16325
SM
20073 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20074 New functions.
20075 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
20076
20077 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20078 New functions.
20079
636a36a0
SM
200802009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20081
20082 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20083
239b3340
DN
200842009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20085
b91f0762 20086 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
20087 (vc-git-stash, vc-git-stash-show): New functions.
20088 (vc-git-extra-menu-map): Bind them.
b91f0762 20089
b8e54362
DN
20090 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20091 directory correctly in case the item is a directory itself.
20092
239b3340
DN
20093 * vc.el: Document the desired behavior for reverted files in the
20094 `added' state.
dc810649
DN
20095 (vc-default-prettify-state-info): Remove function, unused.
20096
20097 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 20098
e49c0179
GM
200992009-08-26 Glenn Morris <rgm@gnu.org>
20100
20101 * bindings.el (standard-mode-line-format): Reposition dashes in
20102 which-func entry. (Bug#4217)
20103
3029e594
GM
20104 * files.el (enable-local-variables, enable-local-eval)
20105 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20106 the defcustoms.
20107 (auto-mode-alist, ignored-local-variables)
20108 (save-some-buffers-action-alist): Move risky declarations to the
20109 definitions.
20110 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20111 (font-lock-defaults, format-alist, imenu--index-alist)
20112 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20113 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20114 (mode-line-modified, mode-line-mule-info, mode-line-position)
20115 (mode-line-process, mode-line-remote, outline-level)
20116 (parse-time-rules, rmail-output-file-alist)
20117 (special-display-buffer-names, vc-mode):
20118 Move risky declarations to the relevant files.
72f16325
SM
20119 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20120 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
20121 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20122 * font-core.el (font-lock-defaults):
20123 * format.el (format-alist):
20124 * vc-hooks.el (vc-mode):
20125 * window.el (special-display-buffer-names):
20126 * international/mule-cmds.el (input-method-alist):
20127 Define riskiness here (dumped file) rather than in files.el.
20128 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20129 * imenu.el (imenu-generic-expression, imenu--index-alist):
20130 * outline.el (outline-level):
20131 * time.el (display-time-string):
20132 * calendar/parse-time.el (parse-time-rules):
20133 * mail/rmailout.el (rmail-output-file-alist):
20134 Autoload riskiness here, rather than placing in files.el.
20135
8476cfaf
SM
201362009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20137
20138 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20139
0b35b48e
MA
201402009-08-25 Michael Albinus <michael.albinus@gmx.de>
20141
20142 * simple.el (process-file-side-effects): New defvar.
20143
20144 * dired-aux.el (dired-show-file-type):
20145 * vc.el (vc-diff-internal):
20146 * vc-arch.el (vc-arch-diff):
20147 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20148 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20149 * vc-git.el (vc-git-registered, vc-git-working-revision)
20150 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20151 (vc-git--empty-db-p):
20152 * vc-hooks.el (vc-user-login-name):
20153 * vc-svn.el (vc-svn-registered, vc-svn-state)
20154 (vc-svn-dir-extra-headers, vc-svn-find-revision):
20155 * progmodes/grep.el (grep-probe): Let-bind
20156 `process-file-side-effects' with nil.
20157
20158 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
20159
20160 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
20161 daemon. Replace ping by checking for running service for bluez
20162 and zeroconf. (Bug#4239)
20163
d54cc599
GM
201642009-08-25 Kevin Ryde <user42@zip.com.au>
20165
20166 * net/dig.el (dig): Add autoload cookie.
20167
7bfd055d
GM
201682009-08-25 Glenn Morris <rgm@gnu.org>
20169
bac9c66c
GM
20170 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
20171 load-history for absolute file-names.
20172 (byte-compile-file-form-require): Warn about use of the cl package.
20173
7bfd055d
GM
20174 * format.el (format-alist): Doc fix.
20175
5ac1f9e0
GM
20176 * play/bubbles.el (top-level): Don't require cl at run-time.
20177
af62aa88
GM
20178 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
20179 run-time cl).
20180
71e036af
DD
201812009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
20182
20183 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
20184 from cl package.
20185 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
20186
42110eaf
JB
201872009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
20188
20189 * calc/calc-alg.el (math-trig-rewrite)
20190 (math-hyperbolic-trig-rewrite): New functions.
20191 (calc-simplify): Simplify trig functions when asked.
20192
88421f3e
SM
201932009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20194
20195 * diff-mode.el (diff-find-source-location): Avoid goto-line.
20196
dbd9624e
KH
201972009-08-24 Kenichi Handa <handa@m17n.org>
20198
20199 * language/ind-util.el (mapthread): Delete it.
20200 (combinatorial): New function.
20201 (indian--puthash-cv): Use combinatorial instead of mapthread.
20202
9b89e3ee
GM
202032009-08-22 Kevin Ryde <user42@zip.com.au>
20204
20205 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
20206 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
20207 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
20208 Clarify docstring that the value is strings not symbols.
20209 (checkdoc-list-of-strings-p): New function.
20210
e6ce8c42
GM
202112009-08-22 Glenn Morris <rgm@gnu.org>
20212
2ddf2ea6 20213 * files.el (auto-mode-alist):
a3374680
GM
20214 * hippie-exp.el (he-concat-directory-file-name):
20215 * lpr.el (lpr-windows-system, printer-name):
20216 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
20217 * ps-print.el (ps-windows-system):
20218 * startup.el (command-line):
20219 * emulation/viper-ex.el (viper-glob-function):
20220 * international/mule-cmds.el (set-language-environment-coding-systems):
20221 * net/ange-ftp.el (ange-ftp-write-region):
20222 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 20223 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
20224 unisoft-unix, vax-vms, win32, w32.
20225
977955fa
GM
20226 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
20227 given name if the pattern is not more specific.
20228
b4deec2e
GM
20229 * calendar/lunar.el (lunar-phase-names): New option.
20230 (lunar-phase): Doc fix.
20231 (lunar-cycles-per-year): New constant.
20232 (lunar-index): New function.
20233 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
20234 (lunar-phase-name): Use lunar-phase-names.
20235 (calendar-lunar-phases): Use format.
20236 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
20237
47e83968
GM
20238 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
20239 Copy imenu-example--name-and-position function here for own use.
20240 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
20241
e6ce8c42
GM
20242 * bs.el (bs--redisplay):
20243 * cus-edit.el (custom-redraw):
20244 * ibuffer.el (ibuffer-bury-buffer):
20245 * server.el (server-goto-line-column):
20246 * startup.el (command-line-1):
20247 * strokes.el (strokes-xpm-for-stroke):
20248 * term.el (term-display-buffer-line):
20249 * view.el (View-goto-line):
20250 * calc/calc.el (calc-do, calc-trail-buffer):
20251 * play/gamegrid.el (gamegrid-add-score-insecure):
20252 * progmodes/ada-mode.el (ada-compile-goto-error):
20253 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
20254 (ebrowse-select-1st-to-9nth):
47e83968 20255 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
20256 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
20257 * progmodes/gud.el (gud-display-line):
20258 (idlwave-shell-display-line):
20259 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
20260 * progmodes/make-mode.el (makefile-browser-toggle):
20261 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
20262 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
20263 * textmodes/picture.el (picture-draw-rectangle):
20264 * textmodes/reftex-index.el (reftex-index-goto-letter):
20265 (reftex-select-jump-to-previous):
20266 * textmodes/reftex-sel.el (reftex-find-start-point)
20267 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
20268 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
20269 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
20270 * textmodes/tex-mode.el (tex-compilation-parse-errors):
20271 * textmodes/two-column.el (2C-associated-buffer):
20272 Use forward-line rather than goto-line.
20273
20274 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
20275 goto-line.
20276
4b18bdb3
GM
20277 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
20278 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
20279 (quick-check-list-to-regexp): Declare.
e6ce8c42 20280
72f16325
SM
20281 * progmodes/make-mode.el (makefile-browser-insert-selection):
20282 Use goto-char rather than goto-line.
e6ce8c42
GM
20283
20284 * progmodes/prolog.el (compilation-error-regexp-alist)
20285 (compilation-forget-errors): Declare.
20286
32a2cf25
JL
202872009-08-22 Juri Linkov <juri@jurta.org>
20288
20289 * progmodes/grep.el (lgrep, rgrep): At the beginning
20290 set `dir' to `default-directory' unless `dir' is a non-nil
20291 readable directory. (Bug#4052)
20292 (lgrep, rgrep): Change a weird way to report an error
20293 from using `read-string' to using `error'.
20294 Instead of using interactive arguments in the function body,
20295 add new argument `confirm'.
20296
5443c9b7
SM
202972009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
20298
cb5b40ee
SM
20299 * textmodes/remember.el (remember-buffer):
20300 * progmodes/cperl-mode.el (cperl-vc-header-alist):
20301 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
20302 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
20303 * net/newst-treeview.el (newsticker-groups-filename):
20304 * net/newst-backend.el (newsticker-cache-filename):
20305 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
20306 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
20307 (speedbar-add-ignored-path-regexp, speedbar-line-path)
20308 (speedbar-buffers-line-path, speedbar-path-line)
20309 (speedbar-buffers-line-path):
20310 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
20311 (epg-sign-keys):
20312 * epa.el (epa-display-verify-result):
20313 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
20314
d6261cc1
GM
203152009-08-21 Glenn Morris <rgm@gnu.org>
20316
3e1ea342
GM
20317 * progmodes/js.el (inferior-moz-process): Fix declaration.
20318
ce86eeb5
GM
20319 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
20320
fff28970
GM
20321 * obsolete/rnewspost.el (news-mail-reply):
20322 Use goto-char rather than goto-line.
20323
d93e053b
GM
20324 * term/ns-win.el (ns-open-file-select-line):
20325 Use line-beginning-position rather than goto-line.
20326
d5d105e8
GM
20327 * apropos.el (apropos-command):
20328 * ehelp.el (electric-helpify):
20329 * printing.el (pr-show-setup):
20330 * strokes.el (strokes-help):
20331 * tutorial.el (tutorial--describe-nonstandard-key)
20332 (tutorial--detailed-help):
20333 * woman.el (woman-mini-help, woman-display-extended-fonts):
20334 * calc/calc-help.el (calc-describe-key):
20335 * emulation/edt.el (edt-electric-helpify):
20336 * international/mule-diag.el (mule-diag):
20337 * play/yow.el (apropos-zippy):
20338 * progmodes/python.el (python-describe-symbol):
20339 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
20340 * textmodes/table.el (*table--cell-describe-mode)
20341 (*table--cell-describe-bindings):
20342 Use help-print-return-message rather than the now obsolete alias.
20343
a8ab722f 20344 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
20345 (calendar-cursor-to-visible-date):
20346 * play/5x5.el (5x5-position-cursor):
20347 * play/decipher.el (decipher):
20348 * play/gomoku.el (gomoku-goto-xy):
20349 * play/landmark.el (lm-goto-xy):
20350 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
20351 (mpuz-paint-digit):
20352 Use forward-line, not goto-line.
a8ab722f 20353
d6261cc1
GM
20354 * mail/rmail.el (rmail-obsolete): Delete custom group.
20355 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
20356 (rmail-remote-password, rmail-remote-password-required):
20357 Remove unneeded :set-after and :set properties.
20358
9e846523
MA
203592009-08-21 Michael Albinus <michael.albinus@gmx.de>
20360
20361 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
20362
bbe1f502
DN
203632009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
20364
bcc5db24
DN
20365 * loadup.el: Remove leftover macos code.
20366
bbe1f502
DN
20367 * vc-git.el (vc-git-annotate-command): Run asynchronously.
20368 Explicitly pass the date format to git blame so that user local
20369 so that the output format can be parsed.
20370
6fd2d19a
MA
203712009-08-20 Michael Albinus <michael.albinus@gmx.de>
20372
20373 * net/dbus.el (top): Don't check for (getenv
20374 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
20375
31764e15
SM
203762009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
20377
20378 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 20379 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 20380
28930e39
SM
203812009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20382
4fd15622 20383 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 20384 Bug#3287
4fd15622 20385
b3d8e4a0
SM
20386 * help.el (help-print-return-message): Rename from
20387 print-help-return-message.
20388
c9829c70
SM
20389 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
20390 cvs-mode-map parent hack.
20391 (log-view-mode): Derive from special-mode.
20392
b932657b
SM
20393 * linum.el (linum-mode): window-size-change-functions is redundant.
20394 Adapt to new window-configuration-change-hook behavior.
20395 (linum-after-size, linum-after-config): Remove.
20396
1b700bca
SM
20397 * imenu.el (imenu-example--name-and-position)
20398 (imenu-example--lisp-extract-index-name)
20399 (imenu-example--create-lisp-index, imenu-example--create-c-index):
20400 Mark as obsolete.
20401
28930e39
SM
20402 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
20403 (inferior-prolog-mode): Use it.
20404 (inferior-prolog-load-file): Reset list of errors.
20405
c9af0b68
KH
204062009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20407
20408 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
20409
20410 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
20411
720c7cd6
MA
204122009-08-19 Michael Albinus <michael.albinus@gmx.de>
20413
20414 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
20415 is running already.
20416
03a74b84
SM
204172009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20418
20419 * subr.el (listify-key-sequence-1): Use normal syntax since those
20420 integers are nowadays always represented by the same (positive) number
20421 on all platforms.
20422 (read-key-empty-map): New const.
20423 (read-key-delay): New var.
20424 (read-key): New function.
20425 (force-mode-line-update): Use with-current-buffer.
20426 (locate-user-emacs-file): Don't forget to abbreviate the file name.
20427 (start-process-shell-command, start-file-process-shell-command):
20428 Discourage the use of command-args.
20429
f43e88d4
GM
204302009-08-19 Glenn Morris <rgm@gnu.org>
20431
20432 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
20433
890429cc
SM
204342009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20435
85be9ec4
SM
20436 * simple.el (choose-completion-string): Don't rely on
20437 minibuffer-completing-file-name and ad-hoc checks to decide whether
20438 to continue completion or not.
20439
890429cc
SM
20440 * minibuffer.el (minibuffer-hide-completions): New function.
20441 (completion--do-completion): Use it.
20442 (completions-annotations): New face.
20443 (completion--insert-strings): Use it.
20444 (completion-pcm--delim-wild-regex): Add docstring.
20445 (completion-pcm--string->pattern): Add support for 0-width delimiters
20446 in completion-pcm--delim-wild-regex.
20447
265d4549
SM
204482009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
20449
d440b941
SM
20450 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
20451 Remove unused var `buffer-modified-p'.
20452
265d4549
SM
20453 * minibuffer.el (completion--do-completion): Move point for the #b001
20454 case as well (bug#4176).
20455 (minibuffer-complete, minibuffer-complete-word): Don't move point.
20456
ba6f7d86
MA
204572009-08-18 Michael Albinus <michael.albinus@gmx.de>
20458
20459 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
20460 and :session buses.
20461
98819490
KH
204622009-08-18 Kenichi Handa <handa@m17n.org>
20463
265d4549
SM
20464 * international/ucs-normalize.el (ucs-normalize-version):
20465 Change to 1.1.
58627cf0
KH
20466 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
20467 (utf-8-hfs): Make it perform normalization on encoding too.
20468
98819490
KH
20469 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
20470 (sentence-end-without-space): Delete duplicated chars.
20471 (sentence-end-base): Likewise.
e739cc85
KH
20472
20473 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
20474 (html-mode): Delete duplicated chars from sentence-end-base.
20475
20476 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
20477 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 20478
645b9326
CY
204792009-08-17 Chong Yidong <cyd@stupidchicken.com>
20480
20481 * files.el (hack-one-local-variable): If the mode function is for
20482 a minor mode, pass it an argument (Bug#4148).
20483
56c195af
MA
204842009-08-17 Michael Albinus <michael.albinus@gmx.de>
20485
20486 * net/tramp.el (tramp-register-completion-file-name-handler):
20487 Check also for (member 'partial-completion completion-styles).
20488
7a55c78b
CY
204892009-08-16 Chong Yidong <cyd@stupidchicken.com>
20490
20491 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
20492 abbrev (Bug#3943).
20493
be3e598a 204942009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
20495
20496 * progmodes/cperl-mode.el: Merge upstream 6.2.
20497 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
20498 (cperl-forward-re): Check cperl-brace-recursing.
20499 (cperl-highlight-charclass): New function.
20500 (cperl-find-pods-heres): Use it.
31cd2dd4 20501 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 20502 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 20503 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
20504 (cperl-beautify-level): Don't process entire regexp.
20505 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
20506 calling man.
20507 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
20508 (cperl-init-faces): Build a list in the normal way.
20509
81b1f9c9
CY
205102009-08-16 Chong Yidong <cyd@stupidchicken.com>
20511
20512 * calendar/parse-time.el (parse-time-string-chars): Save match
20513 data.
20514
c3732cb8
SM
205152009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
20516
55659495
SM
20517 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
20518 (sql-product): Use it.
20519 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
20520 (sql-set-product): Add completion.
20521 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
20522 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
20523 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
20524 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
20525 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
20526 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
20527 (sql-highlight-db2-keywords): Remove.
20528 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
20529 (sql-highlight-product): Use derived-mode-p.
20530 (sql-set-sqli-buffer): Use with-current-buffer.
20531 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
20532 Simplify.
20533
1ae79427
SM
20534 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
20535
c3732cb8
SM
20536 * term.el: Fix commenting convention, turn comments into docstrings.
20537
f24b8bf3
CY
205382009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
20539
20540 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
20541
7b6fefac 205422009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 20543
1200ac26 20544 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
20545 character classes, to handle non-ascii characters (Bug#3190).
20546
205472009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 20548
1abbe4e5
CY
20549 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
20550 another heredoc if the user adds another < (Bug#3226).
20551
c3732cb8
SM
20552 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20553 Don't initialize based on window-system (Bug#4124).
19261da4 20554
daad00fc
CY
20555 * facemenu.el (facemenu-read-color): Use a completion function
20556 that accepts any defined color, such as RGB triplets (Bug#3677).
20557
e1bdde78
CY
20558 * files.el (get-free-disk-space): Change fallback default
20559 directory to /. Expand DIR argument before switching to fallback.
20560 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
20561
9d73a99e
CY
205622009-08-15 Chong Yidong <cyd@stupidchicken.com>
20563
20564 * files.el (load-library): Doc fix.
20565
68b962d4 205662009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 20567
953e0c1a 20568 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 20569 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 20570 incremental search string.
9d73a99e 20571
c3732cb8 20572 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 20573 XEmacs.
9d73a99e 20574
c3732cb8
SM
20575 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
20576 (ediff-merge-region-is-non-clash)
20577 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 20578 Also check if the job is really a merge job.
9d73a99e 20579
c3732cb8 20580 * ediff.el (ediff-current-file): New function.
9d73a99e 20581
2e330adc
CY
205822009-08-15 Chong Yidong <cyd@stupidchicken.com>
20583
20584 * progmodes/js.el: Edit docstrings throughout to follow Emacs
20585 conventions.
c3732cb8 20586 (js-insert-and-indent): Delete function.
2e330adc
CY
20587 (js-mode-map): Don't bind keys to js-insert-and-indent.
20588 (js-beginning-of-defun): Rename from js--beginning-of-defun.
20589 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 20590 (js-auto-indent-flag): Delete variable.
2e330adc 20591
17b5d0f7
CY
205922009-08-14 Chong Yidong <cyd@stupidchicken.com>
20593
c3732cb8
SM
20594 * progmodes/js.el: Remove proclaim statement.
20595 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 20596
ba2d8894
CY
20597 * files.el (auto-mode-alist): Use js-mode for .js files.
20598
c3732cb8 20599 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
20600
20601 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
20602
20603 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
20604
c3732cb8 20605 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
20606
206072009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 20608 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
20609
20610 * progmodes/js.el: New file.
20611
b6377f1d
MH
206122009-08-14 Mark A. Hershberger <mah@everybody.org>
20613
20614 * timezone.el (timezone-parse-date): Add ability to understand ISO
20615 basic format (minimal separators) dates in addition to the
20616 already-supported extended format dates.
20617
bc0eef46
EZ
206182009-08-14 Eli Zaretskii <eliz@gnu.org>
20619
4e021e65
EZ
20620 * international/ucs-normalize.el: Add a `coding' file variable.
20621
bc0eef46
EZ
20622 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
20623
53dab179
SS
206242009-08-14 Sam Steingold <sds@gnu.org>
20625
6801c38a 20626 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 20627
6c58c39c
CY
206282009-08-13 Chong Yidong <cyd@stupidchicken.com>
20629
20630 * faces.el (help-argument-name): Define it here instead of
20631 help-fns.el, because in daemon mode help-fns.el may be loaded when
20632 faces are still uninitialized (Bug#1078).
20633
20634 * help-fns.el (help-argument-name): Move defface to faces.el.
20635
c7baf7e9
NR
206362009-08-13 Nick Roberts <nickrob@snap.net.nz>
20637
20638 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
20639 create buffer with a pty but no process so that GDB can make the
20640 inferior the controlling process.
20641
9c40e995 206422009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
20643
20644 * international/ucs-normalize.el: New file.
20645
8cdba32b
RS
206462009-08-13 Richard Stallman <rms@gnu.org>
20647
5c950923
RS
20648 * mail/rmail.el (rmail-get-attr-names):
20649 Accept an attribute header that is too short.
20650
76e1e40b
RS
20651 * mail/rmail.el (rmail-forget-messages):
20652 Ignore nil elt in rmail-message-vector. Use dotimes.
20653
1fc01b08
RS
20654 * progmodes/compile.el (compilation-goto-locus):
20655 Use next-error-move-function.
20656
8cdba32b
RS
20657 * simple.el (next-error-move-function): New variable.
20658
99910cf4
JL
206592009-08-12 Juri Linkov <juri@jurta.org>
20660
20661 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
20662 always non-nil. (Bug#4052)
20663
20664 * replace.el (read-regexp): Return empty string when
20665 `default-value' is nil.
20666 (keep-lines-read-args): Don't use empty string as the
20667 default value for `read-regexp'. (Bug#2495)
20668
fc5bdf6c
JL
206692009-08-12 Juri Linkov <juri@jurta.org>
20670
20671 * international/mule-cmds.el (ucs-insert): Change arguments
20672 from `arg' to `character', `count', `inherit' to be the same
20673 as in `insert-char'. Doc fix. (Bug#4039)
20674
20675 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
20676
77748848
JL
206772009-08-12 Juri Linkov <juri@jurta.org>
20678
20679 * files-x.el: New file.
20680
20681 * files.el: Move code that deals with adding/deleting
20682 file/directory-local variables to files-x.el.
20683
20684 * Makefile.in (ELCFILES): Add files-x.elc.
20685
c8a44c4e
DD
206862009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
20687
27a9fd5a
DD
20688 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
20689 to use `goto-line'.
20690 (gdb-place-breakpoints, gdb-get-location): Rewritten without
20691 `goto-line'.
20692 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 20693 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 20694 threads list.
107ef54a 20695 (gdb): Send -target-detach when buffer is killed (Bug#3794).
88b5a757 20696 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
20697 (gdb-stopped): ...here so it's sent when first thread stops.
20698 (gdb-registers-handler-custom): Do nothing if register names are
20699 unknown yet.
27a9fd5a 20700
c8a44c4e
DD
20701 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
20702 from `gdb-mi.el' to avoid extra tangling.
20703
20704 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 20705 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
20706 (gdb-update-gud-running): No extra fuss for updating frame number.
20707
dfd4e693
SM
207082009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
20709
51c4341f
SM
20710 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
20711 (describe-language-environment-map, setup-language-environment-map)
20712 (set-coding-system-map): Move initialization into declaration.
20713 (set-language-info-alist): Last arg to define-key-after can be skipped.
20714
20715 * international/quail.el (quail-completion-1): Simplify.
20716 (quail-define-rules): Use slightly more compact code.
20717 (quail-insert-decode-map): Propertize keys, compact columns.
20718
dfd4e693
SM
20719 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20720 Add goto-line.
20721
83326559
MB
207222009-08-10 Miles Bader <miles@gnu.org>
20723
20724 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
20725 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
20726 (js2-instance-member, js2-private-member, js2-private-function-call)
20727 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
20728 (js2-magic-paren, js2-external-variable):
20729 Remove "-face" suffix from face names.
20730 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
20731 (js2-highlight-undeclared-vars, js2-peek-token)
20732 (js2-parse-function-params, js2-mode-show-errors)
20733 (js2-mode-show-warnings, js2-make-magic-delimiter)
20734 (js2-mode-highlight-magic-parens): Update to use new face names.
20735
8e754ea2
MA
207362009-08-09 Michael Albinus <michael.albinus@gmx.de>
20737
20738 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
20739 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
20740
1c292fc7
CY
207412009-08-09 Chong Yidong <cyd@stupidchicken.com>
20742
18d433a7
CY
20743 * subr.el: Provide hashtable-print-readable.
20744
1c292fc7
CY
20745 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
20746 hs-c-like-adjust-block-beginning.
20747 (hs-hide-block-at-point): Stop hiding at the beginning of
20748 hs-block-end-regexp (Bug#700).
20749
2db0ae07
DD
207502009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
20751
20752 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
20753 a macro.
20754 (gdb-registers-handler-custom): Do not fail when register names
20755 are unavailable.
20756
fe4740a6
DD
207572009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
20758
20759 * progmodes/gdb-mi.el (gdb-control-all-threads)
20760 (gdb-control-current-thread): Interactive setters for
20761 `gdb-gud-control-all-threads' to use in menu.
20762 (gdb-show-run-p): Show «Go» when process is not active.
6a7662bb
BR
20763 (gud-tool-bar-map): Add non-stop/A,T indicator.
20764 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 20765
ce299d55
CY
207662009-08-08 Yoni Rabkin <yoni@rabkins.net>
20767
20768 * net/net-utils.el (net-utils-font-lock-keywords): New var.
20769 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
20770 (net-utils-mode): New mode for viewing diagnostic network output.
20771 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
20772 (net-utils-run-simple): New function.
20773 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 20774
7c4654ad
DD
207752009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
20776
20777 * progmodes/gdb-mi.el (gdb-read-memory-custom)
20778 (gdb-memory-set-address, def-gdb-set-positive-number)
20779 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
20780 after changing settings.
20781 (gdb-invalidate-disassembly): Update when first shown.
5f9d345c 20782 (gdb-edit-locals-value): Fix.
7c4654ad
DD
20783 (gdb-registers-handler-custom): Print registers in right order and
20784 allow changing register values (only for current thread yet).
9cbac26b
DD
20785 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
20786 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
20787 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6a7662bb
BR
20788 (gdb-locals-handler-custom, gdb-registers-handler-custom):
20789 Thread info in mode name.
9cbac26b 20790 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 20791
0f25a277
EZ
207922009-08-08 Eli Zaretskii <eliz@gnu.org>
20793
20794 * mail/rmail.el (rmail-add-mbox-headers)
20795 (rmail-set-message-counters-counter): Search for
20796 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
20797
b971be60
GM
207982009-08-08 Glenn Morris <rgm@gnu.org>
20799
20800 * Makefile.in (ELCFILES): Update.
20801
a35d3ad8
EZ
208022009-08-07 Eli Zaretskii <eliz@gnu.org>
20803
6a7662bb
BR
20804 * mail/sendmail.el (mail-yank-original):
20805 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
20806 text is yanked.
20807
8b0bcc2e
EZ
20808 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
20809 to "windows" when "pgnuplot" is used.
6a7662bb
BR
20810 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
20811 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
20812 (calc-graph-init): Don't send -display and -geometry to
20813 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
20814 running "pgnuplot -V" with shell-command-to-string.
20815
20816 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
20817 the default.
20818
208192009-08-07 Eli Zaretskii <eliz@gnu.org>
20820
20821 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
20822 org/org-latex.elc.
20823
3bca7ca5
DN
208242009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
20825
3c53763c
DN
20826 * vc-dispatcher.el (vc-resynch-window): Update comment.
20827
3bca7ca5
DN
20828 * term.el (term-handle-ansi-escape): Add comments with the
20829 terminfo capabilities implemented.
20830
7b217360
DD
208312009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
20832
5f9d345c 20833 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
7b217360 20834 (gdb-var-create-handler): Rewritten using JSON parser.
88b5a757
DD
20835 (gdb-propertize-header): Move earlier.
20836 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
20837 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
20838 Refresh disassembly buffers only after threads list have been
20839 update.
20840 (gdb-threads-header, gdb-registers-header): Per-buffer header line
20841 variables.
20842
b4d84ecf
JL
208432009-08-04 Juri Linkov <juri@jurta.org>
20844
20845 * files.el: Commands to add/delete file/directory-local variables.
20846 (read-file-local-variable, read-file-local-variable-value)
20847 (read-file-local-variable-mode, modify-file-local-variable)
20848 (modify-file-local-variable-prop-line)
20849 (modify-dir-local-variable): New functions.
20850 (add-file-local-variable, delete-file-local-variable)
20851 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
20852 (add-dir-local-variable, delete-dir-local-variable)
20853 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
20854 (copy-dir-locals-to-file-locals-prop-line): New commands.
20855
42da39c1
CY
208562009-08-04 Chong Yidong <cyd@stupidchicken.com>
20857
20858 * abbrev.el (insert-abbrev-table-description): Prettify output.
20859 Suggested by Karl Chen.
20860
98bf8494
DD
208612009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
20862
78b9fb28 20863 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 20864 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
20865 (gdb-overlay-arrow-position, gdb-thread-position)
20866 (gdb-disassembly-position): Declare variables.
20867 (gdb-wait-for-pending): Function now.
20868 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
20869 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
20870 compilation goes smoothly.
20871 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
20872 (gdb-non-stop-setting): New customization setting which replaces
20873 `gdb-non-stop' so changing it doesn't break active GDB session.
20874 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
20875 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
20876 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
20877 (gdb-show-threads-by-default): New customization options.
20878 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
20879 routines.
20880 (gdb-get-buffer-create): Send buffers update signal when they are
20881 created.
20882 (gdb-invalidate-locals, gdb-invalidate-registers)
20883 (gdb-invalidate-breakpoints)
20884 (gdb-invalidate-threads, gdb-invalidate-disassembly)
20885 (gdb-invalidate-memory): Accept update signal.
20886 (gdb-current-context-command): Use --frame option.
20887 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
20888 Implement `gdb-frame-number' selection logic.
20889 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
20890 whether to show GUD toolbar buttons.
20891 (gdb-thread-exited): Unselect current thread when it exits.
20892 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
20893 (gdb-mark-line): Routine which sets overlay arrow or inverses
20894 video on fringeless displays.
20895 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
20896 to build aligned columns of data in GDB buffers and set text
20897 properties line-by-line.
20898 (gdb-invalidate-breakpoints)
20899 (gdb-breakpoints-list-handler-custom)
20900 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
20901 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
20902 (gdb-registers-handler-custom): Align data columns.
20903 (gdb-locals-handler-custom): Now prints data like in variable
20904 declarations.
20905 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
88b5a757 20906 Remove confusing buttons.
78b9fb28
DD
20907 (gdb-invalidate-threads): Append --frame.
20908 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
20909 between breakpoints/threads buffers.
20910 (gdb-set-window-buffer): Now can ignore dedicated windows.
20911 (gdb-propertize-header): Use `gdb-set-window-buffer'.
20912 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
20913 (def-gdb-thread-buffer-gud-command): Replaces
20914 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
20915 for fine thread control.
20916 (gdb-preempt-existing-or-display-buffer): New function used to
20917 display bound buffers without breaking window layout.
20918 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
20919 (gdb-select-frame): New version of `gdb-frames-select' which now
20920 sets `gdb-frame-number' so commands may use --frame option instead
20921 of inner debugger state.
20922 (gdb-frame-handler): Do not set `gdb-frame-number'.
20923 (gdb-threads-mode-map): Select threads with mouse.
20924
20925 * progmodes/gud.el (gdb-gud-context-call): Declare function to
20926 avoid compilation warning.
20927 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
20928 `gdb-show-stop-p`.
20929
566f3909
DD
20930 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
20931 Argument `key' renamed to `buffer-type'.
20932 (gdb-current-context-buffer-name): Do not add thread info to
20933 buffer name when no thread is selected.
20934 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
20935 command (bug 3794).
20936 (gdb-thread-selected): Handle `=thread-selected' notification.
20937 (gdb-wait-for-pending): New macro to deal with congestion problems.
20938 (gdb-breakpoints-list-handler-custom): Don't fail on pending
20939 breakpoints.
7b6fefac
JB
20940 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
20941 This fixes problem similar to one described in bug 3947.
566f3909
DD
20942 (gud-menu-map): More menu items.
20943 (gdb-init-1): Reset `gdb-thread-number' to nil.
20944
4a31122c
DD
20945 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
20946 non-stop settings.
20947
20948 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
20949 (gdb-current-context-command): Do not append --thread if
20950 `gdb-thread-number' is nil.
6a7662bb
BR
20951 (gdb-running-threads-count, gdb-stopped-threads-count):
20952 New variables.
4a31122c 20953 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6a7662bb
BR
20954 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
20955 New customization options.
4a31122c
DD
20956 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
20957 GUD commands.
7b6fefac 20958 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
20959 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
20960 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
20961 set `gdb-thread-number' and update `gud-running' properly.
20962 (gdb-running): Update threads list when new threads appear.
20963 (gdb-stopped): Support non-stop operation and new thread switching
20964 logic.
20965 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
20966 (gdb-json-partial-output): New set of JSON routines.
20967 (def-gdb-auto-update-trigger): New `signal-list' optional
20968 argument.
20969 (gdb-thread-list-handler-custom): Update `gud-running',
20970 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
20971 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
20972 (gdb-continue-thread, gdb-step-thread): New commands for fine
20973 thread execution control.
20974 (gud-menu-map): New menu items to switch non-stop options.
20975 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 20976 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
20977
20978 * progmodes/gdb-mi.el (gdb-rules-name-maker)
20979 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
20980 gdb-buffer-rules.
20981 (def-gdb-auto-update-handler): New nopreserve optional argument.
20982 (gdb-stack-list-frames-custom): Print stack from top to bottom.
20983
88b5a757 20984 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
20985 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
20986 (gdb-parent-mode): New mode to derive other GDB modes from.
20987 (gdb-display-disassembly-for-thread)
20988 (gdb-frame-disassembly-for-thread): New commands for threads
20989 buffer.
20990
20991 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
20992 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
20993 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
20994 (gdb-update): We now store all GDB buffers in a list so that they
20995 can be updated by traversing a list instead of calling invalidate
7b6fefac 20996 triggers explicitly.
a5c9f540
DD
20997 (def-gdb-trigger-and-handler): New macro to define trigger-handler
20998 pair for GDB buffer.
20999 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
21000 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21001 handle pending triggers.
21002 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21003 (def-gdb-thread-buffer-simple-command)
21004 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21005 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
21006 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21007 New commands which show buffers bound to thread.
88b5a757 21008 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 21009
7b6fefac
JB
21010 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21011 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
21012 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21013 to (gud-comint-buffer) in *-buffer-name functions
21014 because (gdb-get-target-string) already does that.
21015 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21016 (gdb-changed-registers-handler): Rewritten without regexps.
21017
ba214964 21018 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
21019 (gdb-thread-number): New variable.
21020 (gdb-current-context-command): New macro which adds --thread
21021 option to command.
7b6fefac 21022 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 21023 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 21024 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
21025 (gdb-select-thread): New command which selects current thread.
21026 (gdb-invalidate-frames, gdb-invalidate-locals)
21027 (gdb-invalidate-registers): Use --thread option.
20f12ed8 21028
2ac33804
MA
210292009-08-04 Michael Albinus <michael.albinus@gmx.de>
21030
21031 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 21032 robust. (Bug#3977)
2ac33804
MA
21033 (tramp-handle-insert-file-contents): `unwind-protect' must be
21034 inside `with-parsed-tramp-file-name'.
21035
21036 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21037 fails.
21038
39d0296f
NR
210392009-08-03 Nick Roberts <nickrob@snap.net.nz>
21040
21041 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21042 directory if CLASSPATH is not set.
21043
adcbca53
MA
210442009-08-03 Michael Albinus <michael.albinus@gmx.de>
21045
7b6fefac
JB
21046 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21047 New defconst.
7ef849b6 21048 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 21049
30924b0b
CY
210502009-08-02 Kevin Ryde <user42@zip.com.au>
21051
7b6fefac
JB
21052 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21053 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 21054
b6ce92f1
CY
210552009-08-02 Chong Yidong <cyd@stupidchicken.com>
21056
d977a092
CY
21057 * select.el (x-set-selection): Doc fix (Bug#4021).
21058
21059 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21060
b6ce92f1
CY
21061 * help-fns.el (describe-variable): Treat list return values from
21062 dir-locals-find-file properly (Bug#4005).
21063
7b6fefac 210642009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
21065
21066 * net/tramp.el (tramp-debug-message): Print also microseconds.
21067
210682009-08-02 Michael Albinus <michael.albinus@gmx.de>
21069
21070 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21071 or END is non-nil.
21072 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21073 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21074 format.
21075
5ce6e4f4 21076 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
21077 (tramp-get-file-property): Use it.
21078
6a7662bb
BR
21079 * autorevert.el (auto-revert-handler):
21080 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 21081
2aafe808
JR
210822009-08-02 Jason Rumney <jasonr@gnu.org>
21083
21084 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 21085 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 21086
e094097c
CY
210872009-08-02 Chong Yidong <cyd@stupidchicken.com>
21088
21089 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6a7662bb
BR
21090 (font-lock-variable-name-face, font-lock-constant-face):
21091 Darken the colors for light backgrounds.
e094097c 21092
de94f281
EZ
210932009-08-01 Eli Zaretskii <eliz@gnu.org>
21094
21095 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21096 month names. (Bug#3987)
21097
54b99340
CY
210982009-07-31 Chong Yidong <cyd@stupidchicken.com>
21099
21100 * simple.el (line-move-finish): Pass whole number to
21101 line-move-to-column.
34be836c 21102 (line-move-visual): Perform hscroll to the recorded position.
54b99340 21103
38216c30
JB
211042009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21105
21106 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21107
c779896d
CY
211082009-07-29 Alan Mackenzie <acm@muc.de>
21109
21110 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21111
592ccae0
DD
211122009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21113
35edc6c6
DD
21114 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21115 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 21116
5a9e3ab7
JB
211172009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21118
21119 * calc/calc.el (calc-mode-map): Add keybinding for
21120 `calc-transpose-lines'.
21121
7b6fefac 211222009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
21123
21124 * calc/calc-misc.el (calc-transpose-lines): New function.
21125
905fb90e
MA
211262009-07-28 Michael Albinus <michael.albinus@gmx.de>
21127
21128 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21129 Simplify check for out-of-band methods.
21130 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21131 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21132
76e14464
DN
211332009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21134
21135 * vc-git.el (vc-git-checkin): Fix typo.
21136
6088b51f 211372009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
21138
21139 * progmodes/js2-mode.el: New file.
21140
b85157fe
NR
211412009-07-28 Nick Roberts <nickrob@snap.net.nz>
21142
21143 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21144 (gud-menu-map): Adjust tooltip accordingly.
21145
d43c2b06
DN
211462009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21147
1c0f0c3b
DN
21148 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21149 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21150
d43c2b06
DN
21151 * add-log.el (change-log-mode-map): Add a menu.
21152
3dec5c36
MA
211532009-07-27 Michael Albinus <michael.albinus@gmx.de>
21154
21155 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
21156 function returns nil.
21157 (dbus-handle-event): Handle special return value :ignore.
21158 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
21159
5704140c
CY
211602009-07-26 Chong Yidong <cyd@stupidchicken.com>
21161
21162 * view.el (view-mode-enable): Don't define Helper-return-blurb if
21163 it's not needed.
21164
3077d1f6
EZ
211652009-07-25 Eli Zaretskii <eliz@gnu.org>
21166
21167 Fix Bug#3888:
21168
21169 * w32-vars.el (x-select-enable-clipboard): Doc fix.
21170
21171 * term/pc-win.el (x-display-name, x-colors)
21172 (x-select-enable-clipboard, x-select-text): Doc fix.
21173
21174 * term/common-win.el (x-display-name, x-colors): Doc fix.
21175
21176 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
21177 (xw-defined-colors): Doc fix.
21178
21179 * w32-fns.el (x-select-text, x-setup-function-keys)
21180 (x-get-selection, x-set-selection): Doc fix.
21181
21182 * term/x-win.el (x-select-text, x-setup-function-keys)
21183 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
21184
21185 * select.el (x-set-selection): Doc fix.
21186
51768bc8
MA
211872009-07-25 Michael Albinus <michael.albinus@gmx.de>
21188
21189 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
21190 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6a7662bb
BR
21191 "IsNSSSupportAvailable" method is not available.
21192 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 21193
b11c2874
KH
211942009-07-24 Kenichi Handa <handa@m17n.org>
21195
21196 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 21197 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
21198 (build-unicode-category-table): Fix range checks.
21199
ba83b7b6
DN
212002009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21201
21202 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
21203 the buffer we try to sync is current when calling
21204 vc-resynch-buffer.
21205
21206 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
21207 not show up to date files.
21208
7a8ae964
GM
212092009-07-24 Glenn Morris <rgm@gnu.org>
21210
21211 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
21212 Add autoload cookies. If necessary, initialize.
21213 (elint-log): Handle non-file buffers.
21214 (elint-initialize): Add optional argument to reinitialize.
21215 (elint-find-builtin-variables): Save excursion.
21216
a707eb05
DN
212172009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21218
21219 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
21220 for Lint.
21221
0a2ddfa6
DN
212222009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21223
d6a62b0d
DN
21224 * vc.el (vc-print-log-internal): New function, split out from ...
21225 (vc-print-log): ... here.
10b5dcad 21226 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 21227
0a2ddfa6
DN
21228 * vc-git.el (vc-git-add-signoff): New variable.
21229 (vc-git-checkin): Use it.
21230 (vc-git-toggle-signoff): New function.
21231 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
21232 (vc-git--run-command-string): Accept a nil FILE argument.
21233 (vc-git-stash-list): New function.
21234 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 21235
589a99f2
GM
212362009-07-23 Glenn Morris <rgm@gnu.org>
21237
21238 * help-fns.el (describe-variable): Describe ignored and risky local
21239 variables in a similar way to that in which we describe safe ones.
21240
21241 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
21242 (byte-compile-output-file-form, byte-compile-output-docform)
21243 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
21244 Give some more local variables with common names a "bytecomp-" prefix,
21245 so as not to shadow things during compilation.
21246 * emacs-lisp/cl-macs.el (load-time-value)
21247 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
21248 `outbuffer' to `bytecomp-outbuffer'.
21249
21250 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
21251 since the next two variables cover them automatically now.
21252 (elint-builtin-variables, elint-autoloaded-variables): New.
21253 (elint-unknown-builtin-args): Remove all members, since they can be
21254 parsed automatically now.
21255 (elint-extra-errors): New.
21256 (elint-env-add-env, elint-env-add-macro): Use cadr.
21257 (elint-current-buffer): Use or. Change final message.
21258 (elint-get-top-forms): Use line-end-position.
21259 (elint-init-env): Use cadr. Handle autoload, declare-function,
21260 and defalias.
21261 (elint-add-required-env): Doc fix. Use or. Standardize error.
21262 (regexp-assoc): Remove unused function.
21263 (elint-top-form): Set elint-current-pos, to record the start of the
21264 top-level form, for compilation-mode.
21265 (elint-form): Trap errors in macro expansion. Use dolist.
21266 (elint-unbound-variable): Use elint-builtin-variables and
21267 elint-autoloaded-variables.
21268 (elint-get-args): Use cadr, or.
21269 (elint-check-cond-form): Use dolist, cadr.
21270 (elint-check-condition-case-form): Doc fix. Use cadr.
21271 Use elint-extra-errors.
21272 (elint-log): New function.
21273 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
21274 Distinguish errors and warnings.
21275 (elint-log-message): Use with-current-buffer. Inhibit read-only.
21276 Use a bytecomp-style format.
21277 (elint-clear-log): Preserve default-directory. Inhibit read-only.
21278 (elint-get-log-buffer): Use compilation mode. Disable undo.
21279 Don't truncate lines.
21280 (elint-initialize): Set builtin and autoloaded variable lists.
21281 Only process elint-unknown-builtin-args if non-nil.
21282 (elint-find-builtin-variables, elint-find-autoloaded-variables):
21283 New functions.
21284 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
21285
855b42a2
GM
212862009-07-22 Kevin Ryde <user42@zip.com.au>
21287
21288 * net/newst-backend.el (newsticker--parse-atom-1.0)
21289 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21290 (newsticker--parse-rss-1.0):
21291 * progmodes/idlwave.el (idlwave-mode):
21292 * progmodes/idlw-shell.el (idlwave-shell-mode):
21293 * progmodes/vera-mode.el (vera-mode):
21294 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
21295 * progmodes/vhdl-mode.el (vhdl-mode):
21296 * textmodes/table.el (table-generate-source)
21297 (table--warn-incompatibility):
21298 Hyperlink urls in docstrings with URL `...'.
21299
fd413a37
GM
213002009-07-22 Glenn Morris <rgm@gnu.org>
21301
cb711556
GM
21302 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
21303 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
21304 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
21305 Remove leading * from defcustom docs.
21306
fd413a37
GM
21307 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
21308
21309 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
21310 defcustom doc.
21311 (list-load-path-shadows): Optionally, just return shadows as a string.
21312
21313 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
21314
a4f69701
CY
213152009-07-21 Chong Yidong <cyd@stupidchicken.com>
21316
6a7662bb
BR
21317 * mail/rmailedit.el (rmail-edit-mode):
21318 Use auto-save-include-big-deletions.
a4f69701 21319
6a7662bb
BR
21320 * mail/rmail.el (rmail-variables):
21321 Use auto-save-include-big-deletions.
a4f69701
CY
21322
21323 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
21324 changes.
21325
ec06459c
JB
213262009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
21327
21328 * calc/calc.el (calc-undo-length): New variable.
21329 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
21330
b41b0976
RS
213312009-07-21 Richard Stallman <rms@gnu.org>
21332
21333 * files.el (auto-save-mode): Handle buffer-save-size = -2
21334 for toggling mode.
21335
4ed32706
GM
213362009-07-21 Glenn Morris <rgm@gnu.org>
21337
531b1264
GM
21338 * textmodes/ispell.el (ispell-looking-back): Update declaration.
21339
55d27f41
GM
21340 * calendar/todo-mode.el (calendar-current-date): Update declaration.
21341
02df3f4d
GM
21342 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
21343 silence compiler. Instead...
21344 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
21345 (ps-print-ensure-fontified): Update for above function name changes.
21346
fdd8417e
GM
21347 * printing.el (pr-mh-get-msg-num, pr-mh-show)
21348 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
21349 silence compiler. Instead...
21350 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
21351 (mh-show-buffer): Only define for compiler.
21352 (pr-mh-current-message): Update for above function name changes.
21353
4ed32706
GM
21354 * files.el (abort-if-file-too-large): Explicitly pass `filename'
21355 as an argument.
21356 (find-file-noselect, insert-file-1): Update for above change.
21357
21358 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
21359
21360 * mail/mailclient.el (mailclient-send-it): Fix message.
21361
21362 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
21363 (edebug-eval): Check cl-debug-env is bound.
21364 (print-level, print-circle): Don't redefine built-in variables.
21365
21366 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
21367 (custom-print-vectors): Remove old comments from doc.
21368
21369 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
21370 (emerge-version): Make the variable an obsolete alias for the
21371 emacs-version variable. Make the function obsolete.
21372 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
21373 Emerge options, rather than merging in into the main Options menu.
21374 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
21375 and auto advance modes. Disable edit/fast items when not relevant.
21376
86812144
CY
213772009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21378
21379 * term/vt420.el (terminal-init-vt420): Fix typo.
21380
6bb90094
SS
213812009-07-20 Sam Steingold <sds@gnu.org>
21382
21383 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
21384 variable (removed from compile.el on 2004-03-11).
21385
42e0a725
CY
213862009-07-20 Chong Yidong <cyd@stupidchicken.com>
21387
21388 * files.el (hack-local-variables-filter): Fix last change.
21389
2ee20f24
JL
213902009-07-19 Juri Linkov <juri@jurta.org>
21391
21392 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
21393 (dir-local-variables-alist): New buffer-local variable.
21394 (hack-local-variables-filter): If variable is not dir-local,
21395 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
21396 because file-local overrides dir-local.
3570691b 21397 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
21398 Remove obsolete declaration.
21399 (hack-dir-local-variables): Add dir-local variable/value pair to
21400 `dir-local-variables-alist' and remove duplicates. Doc fix.
21401
21402 * help-fns.el (describe-variable): Add information about
21403 file-local and dir-local variables.
21404
89bf83cd
CY
214052009-07-19 Chong Yidong <cyd@stupidchicken.com>
21406
21407 * files.el (hack-local-variables-filter): Rewrite.
21408
1a8d3541
GM
214092009-07-19 Glenn Morris <rgm@gnu.org>
21410
d9e8a018
GM
21411 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
21412 Silence compiler by only defining on XEmacs.
21413
da332cfb
GM
21414 * international/mule.el (auto-coding-regexp-alist): Only match
21415 BABYL... at the start of buffer, not of lines. (Bug#3790)
21416
1a8d3541
GM
21417 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
21418 non-calendar buffers (Bug#3862). Restore "not on a date" message.
21419 (cal-menu-context-mouse-menu): Doc fix.
21420
21421 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
21422
21423 * simple.el (mail-user-agent): Doc fix. Set :version tag.
21424
d842b103
JL
214252009-07-18 Juri Linkov <juri@jurta.org>
21426
21427 * info.el: Virtual Info keyword finder.
3570691b 21428 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
21429 (Info-finder-file): New variable.
21430 (Info-finder-find-file): New function.
21431 (finder-known-keywords, finder-package-info)
21432 (find-library-name, lm-commentary): Use defvar and
21433 declare-function to silence compiler warnings.
21434 (Info-finder-find-node): New function.
21435 (info-finder): New command.
21436
21437 * subr.el (process-kill-buffer-query-function): New function.
21438 (add-hook)<kill-buffer-query-functions>: Add hook
21439 `process-kill-buffer-query-function'.
21440
10d37df7
AM
214412009-07-18 Alan Mackenzie <acm@muc.de>
21442
7b6fefac 21443 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
21444 (c-postprocess-file-styles): Give invocation of `c-set-style'
21445 DONT-OVERRIDE parameter of t. Already set style variables will
21446 thus not be overridden by style settings given by `c-file-syle'.
21447
21448 * files.el (hack-local-variables-filter): Remove entries with
21449 duplicate keys from `file-local-variables-alist'.
21450
102e1a41
EZ
214512009-07-18 Eli Zaretskii <eliz@gnu.org>
21452
21453 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
21454 x-set-selection if display-selections-p returns nil for the
21455 current frame.
21456
16f2e9fc
CY
214572009-07-18 Chong Yidong <cyd@stupidchicken.com>
21458
21459 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
21460
f22693fc
EZ
214612009-07-18 Eli Zaretskii <eliz@gnu.org>
21462
a6c2c80c
EZ
21463 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
21464 Accept nil in addition to a regexp.
21465 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
21466 Accept nil in addition to a regexp.
21467 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
21468 buffers that have an associated file. Handle nil values of
21469 desktop-buffers-not-to-save and desktop-files-not-to-save.
21470 (Bug#3833)
21471
f22693fc
EZ
21472 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
21473 (x-disown-selection-internal): New functions.
21474
e456379a
NR
214752009-07-18 Nick Roberts <nickrob@snap.net.nz>
21476
21477 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
21478 warning.
21479 (gdb-breakpoints-header): Move forward to avoid compiler warning.
21480 (gdb-make-header-line-mouse-map): Remove duplicate definition.
21481
0013b70f
CY
214822009-07-18 David De La Harpe Golden <david@harpegolden.net>
21483
21484 * simple.el (set-mark): Revert last change.
21485
0855c2ca
CY
214862009-07-17 Tassilo Horn <tassilo@member.fsf.org>
21487
21488 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
21489 rendering of pngs is not possible instead of messaging a long
21490 description.
21491
3f5c9cad
CY
214922009-07-17 David De La Harpe Golden <david@harpegolden.net>
21493
21494 * w32-fns.el (x-selection-owner-p): New function.
21495
21496 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6a7662bb
BR
21497 (mouse-yank-at-click, mouse-yank-primary):
21498 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 21499 insertion.
3f5c9cad
CY
21500
21501 * simple.el (deactivate-mark, set-mark): Only save selection if we
21502 own it.
21503
1fc87f9b
KH
215042009-07-17 Kenichi Handa <handa@m17n.org>
21505
21506 * case-table.el (describe-buffer-case-table): Fix for the case
21507 that KEY is a cons.
21508
d56fdcd2
DN
215092009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
21510
21511 * vc-rcs.el (vc-rcs-find-file-hook):
21512 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
21513
bede3e9f
MA
215142009-07-16 Michael Albinus <michael.albinus@gmx.de>
21515
21516 * net/tramp.el (tramp-wait-for-output): Handle the case when
21517 commands do not return a newline but a null byte before the shell
21518 prompt. (Bug#3858)
21519
7653ca1d
YM
215202009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21521
21522 * term/ns-win.el (ns-set-alpha): Don't declare.
21523 (ns-set-background-alpha): Remove function.
21524
ed2a52e9
SM
215252009-07-16 Kevin Ryde <user42@zip.com.au>
21526
21527 * emacs-lisp/copyright.el (copyright-update): Save match-data across
21528 y-or-n-p, for safety.
21529
7a907299
RS
215302009-07-16 Richard Stallman <rms@gnu.org>
21531
21532 * files.el (auto-save-mode): If buffer-saved-size is -2,
21533 don't clobber it.
21534
21535 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
21536 (rmail-retry-ignored-headers): Add more uninteresting fields.
21537
c0db3477
CY
215382009-07-15 Jari Aalto <jari.aalto@cante.net>
21539
21540 * net/rcirc.el (rcirc): Use history variables.
21541 (rcirc-server-name-history, rcirc-nick-name-history)
21542 (rcirc-server-port-history): New variables.
21543
6c875452
KH
215442009-07-15 Kenichi Handa <handa@m17n.org>
21545
bf974dc9
KH
21546 * international/mule-cmds.el (set-language-environment-charset):
21547 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
21548 ignore them.
21549
6c875452
KH
21550 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
21551 Delete unibyte-display.
21552
2066b4fe
CY
215532009-07-15 Chong Yidong <cyd@stupidchicken.com>
21554
21555 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
21556
f9be2e35
CY
215572009-07-15 Chong Yidong <cyd@stupidchicken.com>
21558
21559 * simple.el (deactivate-mark): Optional argument FORCE.
21560 (set-mark): Use deactivate-mark.
21561
21562 * info.el (Info-search): No need to check transient-mark-mode
21563 before calling deactivate-mark.
21564
21565 * select.el (x-set-selection): Doc fix.
21566 (x-valid-simple-selection-p): Allow buffer values.
6a7662bb
BR
21567 (xselect--selection-bounds): Handle buffer values.
21568 Suggested by David De La Harpe Golden.
f9be2e35 21569
6a7662bb
BR
21570 * mouse.el (mouse-set-region, mouse-drag-track):
21571 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
21572 select-active-regions work.
21573
be3e598a 215742009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
21575
21576 * simple.el (deactivate-mark): If select-active-regions is
21577 non-nil, copy the selection data into a string.
21578 (activate-mark): If select-active-regions is non-nil, set the
21579 selection to the current buffer.
21580 (set-mark): Update selection if select-active-regions is non-nil.
21581
21582 * select.el (x-valid-simple-selection-p): Allow buffer values.
21583
cbd61418
SM
215842009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
21585
21586 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
21587 and more featureful message-mode.
21588
f470187f
CY
215892009-07-14 Chong Yidong <cyd@stupidchicken.com>
21590
21591 * select.el (x-set-selection): Doc fix.
21592 (x-valid-simple-selection-p): Disallow selection data consisting
21593 of a list or cons of integers, since that is not used.
21594 (xselect--selection-bounds, xselect--int-to-cons): New functions.
21595 (xselect-convert-to-string, xselect-convert-to-length)
21596 (xselect-convert-to-filename, xselect-convert-to-charpos)
21597 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
21598
bfc99364
DD
215992009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
21600
21601 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
21602 output in -break-info command (Emacs bug #3794).
21603
e32721f5
GM
216042009-07-14 Glenn Morris <rgm@gnu.org>
21605
1e46f9e4
GM
21606 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
21607 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
21608 (edebug-print-length, edebug-print-level, edebug-print-circle)
21609 (edebug-sit-for-seconds, edebug-view-outside)
21610 (edebug-bounce-point, edebug-set-global-break-condition)
21611 (edebug-Go-nonstop-mode, edebug-trace-mode)
21612 (edebug-Trace-fast-mode, edebug-continue-mode)
21613 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
21614 (edebug-visit-eval-list): Doc fixes.
21615
e32721f5
GM
21616 * subr.el (def-edebug-spec): Doc fix.
21617
66a85e76
KH
216182009-07-14 Kenichi Handa <handa@m17n.org>
21619
21620 * international/characters.el: Fix setting of category ?C.
21621
28571246
JD
216222009-07-13 Jan Djärv <jan.h.d@swipnet.se>
21623
7b6fefac 21624 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
21625 ns-popup-font-panel instead of generate-fontset-menu.
21626
5d74672c
EZ
216272009-07-12 Eli Zaretskii <eliz@gnu.org>
21628
7b6fefac 21629 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 21630
eb1727a4
CY
216312009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
21632
21633 * arc-mode.el (archive-find-type): Allow for a PK00 string before
21634 the PK\003\004 header (Bug#3770).
21635
208384c5
CY
216362009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
21637
21638 * pcomplete.el (pcomplete-comint-setup): Check for
21639 shell-dynamic-complete-filename too.
21640
774409a1
CY
216412009-07-11 Chong Yidong <cyd@stupidchicken.com>
21642
21643 * simple.el (temporary-goal-column): Change the value for
21644 line-move-visual to a cons cell.
21645 (line-move-visual): Record or set the window hscroll, if
21646 necessary (Bug#3494).
21647 (line-move-1): Handle cons value of temporary-goal-column.
21648
1639ee1d
KH
216492009-07-11 Kenichi Handa <handa@m17n.org>
21650
21651 * international/mule-diag.el (describe-character-set): Don't show
21652 width.
21653
2b1d2412
SS
216542009-07-10 Sam Steingold <sds@gnu.org>
21655
21656 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21657 Omake sometimes indents the errors it prints, so allow all
21658 regexps to start with spaces.
21659
ed3a5691
EZ
216602009-07-10 Eli Zaretskii <eliz@gnu.org>
21661
ed2a52e9
SM
21662 * cus-edit.el (customize-changed-options-previous-release):
21663 Bump value to 22.1. (Bug#3804)
ed3a5691 21664
49405d0e
SS
216652009-07-08 Sam Steingold <sds@gnu.org>
21666
21667 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
21668 to be a cons cell (test . ignored-directory) to selectively ignore
21669 some directories depending on the location of the search.
21670
93c3eb7c
MA
216712009-07-08 Michael Albinus <michael.albinus@gmx.de>
21672
21673 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
21674 remote user is root, on the local host.
21675 (tramp-local-host-p): Either the local user or the remote user
21676 must be root. (Bug#3771)
21677
6f2a8484
NR
216782009-07-08 Nick Roberts <nickrob@snap.net.nz>
21679
21680 * progmodes/gdb-mi.el (gdb): Remove description of
21681 gdb-use-separate-io-buffer.
69cb8d82 21682 (menu): Don't allow toggling of or enable
6f2a8484
NR
21683 gdb-use-separate-io-buffer from menubar.
21684
88d03607
CY
216852009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21686
21687 * mail/unrmail.el (unrmail): Make sure the message ends with two
21688 newlines (Bug#3769).
21689
7ef5b8b2
GM
216902009-07-08 Glenn Morris <rgm@gnu.org>
21691
21692 * calendar/calendar.el (calendar-current-date): Rework previous change.
21693
3ce82f97
GM
216942009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
21695
21696 * calendar/calendar.el (calendar-current-date):
21697 Add an optional argument giving an offset from today.
21698
f35fc841
GM
216992009-07-08 Glenn Morris <rgm@gnu.org>
21700
21701 * tutorial.el (tutorial--describe-nonstandard-key):
21702 Adjust the message for when a key has been unbound.
21703 (help-with-tutorial): Hide the arch-tag.
21704
40149292
KH
217052009-07-08 Kenichi Handa <handa@m17n.org>
21706
69cb8d82
KH
21707 * international/fontset.el (setup-default-fontset): For each
21708 script, append (not set) font-specs.
21709
40149292
KH
21710 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
21711 docstring.
21712
ff0c4194
NR
217132009-07-08 Nick Roberts <nickrob@snap.net.nz>
21714
21715 * progmodes/gdb-mi.el (gdb-init-1): Move sending
21716 -data-list-register-names to ...
21717 (gdb-starting): ... here because GDB 7.0 requires execution to
21718 have started when using this MI command.
21719 (gdb-set-header): New function to distinguish select and
21720 unselected tabs in gdb buffers.
21721 (gdb-propertize-header): New macro that uses gdb-set-header.
21722 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 21723 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 21724
8954c675
CY
217252009-07-07 Chong Yidong <cyd@stupidchicken.com>
21726
21727 * Makefile.in (ELCFILES): Remove fadr.elc.
21728
0996385d
DD
217292009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
21730
dc6b4519
DD
21731 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
21732 may contain frame information, so `string-match' should be used.
21733 (gdb-update): Disassembly is invalidated through
21734 `gdb-get-selected-frame'.
21735 (gdb-pad-string): New function to pad string with spaces.
21736 (gdb-invalidate-disassembly): Invalidate only if the buffer
21737 exists.
21738 (gdb-disassembly-handler-custom): Column alignment.
21739 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
21740 placing new ones.
21741 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
21742 end of line, too.
21743 (gdb-frame-handler): Match convention to for disassembly buffer
21744 mode name.
17c1380b 21745 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
21746 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
21747 not highlight breakpoints without line information.
69a197a2 21748 (gdb-input): Add trailing newline to command.
dc6b4519 21749
14340b25
DD
21750 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
21751 buffer properly.
21752 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 21753 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
21754 now.
21755 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
21756 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
21757 to place breakpoints.
14340b25
DD
21758 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
21759 functions.
21760 (gdb-disassembly-handler-custom): Show overlay arrow.
21761 (gdb-disassembly-place-breakpoints): Show breakpoints in
21762 disassembly buffer.
21763 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 21764 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 21765 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 21766 in `gud-menu-map'.
14340b25 21767
38d4f316 21768 * fadr.el: Remove.
1f2a6224 21769
7b6fefac 21770 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 21771 (gdb-memory-address): New variable which holds top address of
7b6fefac 21772 memory page shown in memory buffer.
6a7662bb
BR
21773 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
21774 New customization variables.
0996385d
DD
21775 New functions:
21776 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
21777 display the memory buffer.
21778 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
21779 buffer display parameters.
21780 (def-gdb-memory-format, gdb-memory-format-binary)
21781 (gdb-memory-format-octal, gdb-memory-format-unsigned)
21782 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
21783 Functions for setting memory buffer format.
21784 (gdb-memory-unit-word, gdb-memory-unit-halfword)
21785 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
21786 unit size used in memory buffer.
6a7662bb
BR
21787 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
21788 Switch to next/previous page of memory buffer.
28d67a53 21789 Now using (bindat-get-field) instead of fadr functions.
0996385d 21790
9ba562d3
SS
217912009-07-07 Sam Steingold <sds@gnu.org>
21792
21793 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
21794 non-top-level files.
21795
a43977db
KH
217962009-07-07 Kenichi Handa <handa@m17n.org>
21797
6a7662bb
BR
21798 * international/mule-cmds.el (reset-language-environment):
21799 Put the highset priority to the charset iso-8859-1.
a43977db 21800
d44d05e8
CY
218012009-07-06 Chong Yidong <cyd@stupidchicken.com>
21802
21803 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
21804 to the end of the line when locating the block (Bug#700).
21805
3e2fa353
MA
218062009-07-06 Michael Albinus <michael.albinus@gmx.de>
21807
21808 * net/tramp.el (tramp-handle-write-region): Flush file properties
21809 in case of short track.
21810
be3e598a 218112009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 21812
bf0b361c
JB
21813 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
21814 Coded custom representation of verilog error regular expressions
21815 to work with Emacs-22's new format.
d88782c3 21816 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 21817 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
21818 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
21819 error recognition into XEmacs.
21820 (verilog-error-regexp-add-emacs): Hook routine to install verilog
21821 error recognition into Emacs-22.
21822
25c6f63e
CY
218232009-07-06 Chong Yidong <cyd@stupidchicken.com>
21824
21825 * woman.el: Remove stand-alone closing parentheses.
21826 (woman-file-name, woman2-format-paragraphs)
21827 (woman-leave-blank-lines): Code cleanup.
21828 (woman-use-own-frame): Change default to nil.
6a7662bb
BR
21829 (woman-italic, woman-bold, woman-unknown, woman-addition):
21830 Change defaults to inherit from default faces.
25c6f63e
CY
21831 (woman2-process-escapes): Consume the newline after a stand-alone
21832 filler character (Bug#3651).
21833
f176290e
GM
218342009-07-06 Glenn Morris <rgm@gnu.org>
21835
21836 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
21837 (top-level): Move provide to the end.
21838 (ffap): Remove defunct URL from custom group.
21839
21840 * subr.el (eval-after-load): Doc fix.
21841
7b6fefac 218422009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
21843
21844 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
21845 `calc-embedded-word' is called twice.
21846
4b8b1ec5
SM
218472009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21848
21849 * files.el (find-alternate-file-other-window, find-alternate-file):
21850 Obey confirm-nonexistent-file-or-buffer.
21851
d6ceb380
MA
218522009-07-05 Michael Albinus <michael.albinus@gmx.de>
21853
21854 * dired-aux.el (dired-show-file-type): Handle remote files.
21855
be3e598a 218562009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 21857
4b8b1ec5
SM
21858 * desktop.el (desktop-globals-to-save):
21859 Add file-name-history (Bug#2750).
c760f19e 21860
6d00ce04
CY
218612009-07-05 Chong Yidong <cyd@stupidchicken.com>
21862
4b8b1ec5 21863 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 21864
6ee21b07
JB
218652009-07-04 Johan Bockgård <bojohan@gnu.org>
21866
21867 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
21868 property on entire argument since this is what eshell-lisp-command
21869 expects.
21870
f0dbdc25
MA
218712009-07-03 Michael Albinus <michael.albinus@gmx.de>
21872
21873 * net/tramp-gvfs.el (tramp-gvfs-methods)
21874 (tramp-gvfs-zeroconf-domain)
21875 (tramp-bluez-discover-devices-timeout): Add version flag.
21876 (tramp-gvfs-handler-mounted-unmounted)
21877 (tramp-gvfs-connection-mounted-p): Polish handling of
21878 incompatibilities between GVFS 0.2 and 1.0.
21879
e044e4fc
JD
218802009-07-03 Jan Djärv <jan.h.d@swipnet.se>
21881
4b8b1ec5 21882 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 21883
2e9b968b
JB
218842009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
21885
bf0b361c 21886 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
21887 formatted correctly.
21888
baf1a55e
JL
218892009-07-02 Juri Linkov <juri@jurta.org>
21890
21891 * info.el: Virtual Info files and nodes.
21892 (Info-virtual-files, Info-virtual-nodes): New variables.
21893 (Info-current-node-virtual): New variable.
21894 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
21895 New functions.
21896 (Info-file-supports-index-cookies): Use Info-virtual-file-p
21897 to check for a virtual file instead of checking a fixed list
21898 of node names.
21899 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
21900 instead of ad-hoc processing of "dir" and (apropos history toc).
21901 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
21902 instead of ad-hoc processing of "dir" and (apropos history toc).
21903 Reread a file when moving from a virtual node.
21904 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
21905 (Info-directory-toc-nodes, Info-directory-find-file)
21906 (Info-directory-find-node): New functions.
21907 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
21908 (Info-history): Move part of code to
21909 `Info-history-find-node'.
21910 (Info-history-toc-nodes, Info-history-find-file)
21911 (Info-history-find-node): New functions.
21912 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
21913 (Info-toc): Move part of code to `Info-toc-find-node'.
21914 (Info-toc-find-node): New function.
4b8b1ec5 21915 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
21916 the current Info file name to references because now the node
21917 "*TOC*" belongs to the same Info manual.
4b8b1ec5 21918 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
21919 (Info-toc-nodes): Rename input argument `file' to `filename'.
21920 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
21921 instead of ad-hoc processing of ("dir" apropos history toc).
21922 (Info-index-nodes): Use Info-virtual-file-p
21923 to check for a virtual file instead of checking a fixed list
21924 of node names.
21925 (Info-index-node): Add check for `Info-current-node-virtual'.
21926 Raise `save-match-data' higher up the tree to contain
21927 `search-forward' too (bug fix).
21928 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
21929 (Info-virtual-index-nodes): New variable.
21930 (Info-virtual-index-find-node, Info-virtual-index): New functions.
21931 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
21932 (Info-apropos-file, Info-apropos-nodes): New variables.
21933 (Info-apropos-toc-nodes, Info-apropos-find-file)
21934 (Info-apropos-find-node, Info-apropos-matches): New functions.
21935 (info-apropos): Move part of code to `Info-apropos-find-node' and
21936 `Info-apropos-matches'.
21937 (Info-mode-map): Bind "I" to `Info-virtual-index'.
21938 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
21939 for a virtual file instead of checking a fixed list of node names.
21940
21941 * simple.el (async-shell-command): New command.
21942
21943 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
21944
21945 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
21946 instead of `mount-info'.
21947
d04bc496
MA
219482009-07-02 Michael Albinus <michael.albinus@gmx.de>
21949
21950 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 21951 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 21952
af0403e0
KH
219532009-07-02 Kenichi Handa <handa@m17n.org>
21954
21955 * international/mule.el (set-keyboard-coding-system): Force *-unix
21956 coding-system to avoid eol conversion.
21957
99278f8a
MA
219582009-07-01 Michael Albinus <michael.albinus@gmx.de>
21959
4b8b1ec5
SM
21960 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
21961 Add handler for `process-file', `shell-command' and
99278f8a
MA
21962 `start-file-process'.
21963 (tramp-gvfs-handle-shell-command)
21964 (tramp-gvfs-handle-start-file-process)
21965 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 21966 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 21967
3f1c6666
JD
219682009-07-01 Jan Djärv <jan.h.d@swipnet.se>
21969
21970 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
21971
3f396bac
KH
219722009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
21973
21974 * language/korean.el (set-language-info-alist): Add korean-cp949,
21975 cp949 to spec.
21976
c1185193
KH
219772009-07-01 Kenichi Handa <handa@m17n.org>
21978
21979 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
21980
21981 * international/encoded-kb.el: Deleted.
21982
21983 * international/mule.el (set-keyboard-coding-system): Perform the
21984 necessary setup here instead of calling encoded-kbd-setup-display.
21985
3f150a60
GM
219862009-07-01 Glenn Morris <rgm@gnu.org>
21987
21988 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
21989
b0d5b05b
GM
219902009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
21991
21992 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
21993
4f4126e6
MA
219942009-06-30 Michael Albinus <michael.albinus@gmx.de>
21995
4b8b1ec5
SM
21996 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
21997 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 21998 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 21999
7ae3ea65 22000 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
22001 (top): Add a default for "synce" in `tramp-default-user-alist'.
22002 Add completion function for "synce" method.
22003 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
22004 (tramp-hal-interface-manager, tramp-hal-interface-device):
22005 New defconst.
22006 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22007 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22008 New defuns.
d6ceb380
MA
22009
22010 * net/trampver.el: Update release number.
7ae3ea65 22011
0ad6626b
KH
220122009-06-30 Kenichi Handa <handa@m17n.org>
22013
22014 * international/fontset.el (setup-default-fontset): Add CJK fonts
22015 for symbols and the other miscellaneous characters.
22016
4b8b1ec5
SM
22017 * language/korea-util.el (setup-korean-environment-internal):
22018 Make char-width-table suitable for Korean environments.
0ad6626b
KH
22019 (exit-korean-environment): Cancel above.
22020
22021 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22022 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 22023 setup-function to make char-width-table suitable for respective
0ad6626b
KH
22024 environments, and an exit-function to cancel that.
22025
22026 * language/japan-util.el (setup-japanese-environment-internal):
22027 Call use-cjk-char-width-table with arg `ja_JP'.
22028
22029 * international/characters.el (cjk-char-width-table): Delete it.
22030 (cjk-char-width-table-list): New variable.
22031 (use-cjk-char-width-table): New arg local-name.
22032 (use-default-char-width-table): Fix for the case that Emacs is
22033 already using the default char-width-table.
22034
fd46e893
MA
220352009-06-29 Michael Albinus <michael.albinus@gmx.de>
22036
22037 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22038 modes mandatory. (Bug#3712)
22039
b87d9f96
AM
220402009-06-29 Alan Mackenzie <acm@muc.de>
22041
22042 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 22043 correction between the visible width of TABs and their number of bytes.
b87d9f96 22044
2d25aa5a
CY
220452009-06-29 Chong Yidong <cyd@stupidchicken.com>
22046
22047 * server.el (server-buffer-done): Prevent kill-buffer from
22048 prompting by clearing the buffer modification flag (Bug#3696).
22049
a3a8b002
DN
220502009-06-28 Michael McNamara <mac@mail.brushroad.com>
22051
bf0b361c 22052 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 22053 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
22054 (verilog-basic-complete-re): Support localparam lineup.
22055 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22056 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22057 commenting.
22058 (verilog-leap-to-case-head): Now support *nested* unique &
22059 priority case statements.
22060 (verilog-auto-lineup): Make just declarations the default (as it
22061 had been).
4b8b1ec5 22062 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 22063 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 22064 select the various styles of automatic lineup.
a3a8b002
DN
22065 (verilog-error-regexp-alist): Rework to support the XEmacs style
22066 of error regular expressions from compilers, lint tools &
22067 simulators. Note that GNU Emacs has made it impossible for a mode
22068 to load such things.
22069 (electric-verilog-terminate-line, verilog-indent-declaration)
22070 (verilog-auto-wiure): Rework for radio button selection of
22071 auto-lineup selection of specification of auto lineup.
22072 (verilog-beg-of-statement-1): Redesign to support proper operation
22073 in additional code, based on testing with auto-lineup.
22074 (verilog-calculate-indent, assignments & declarations)
22075 (verilog-backward-token): Enhance to support auto-lineup of
22076 assignments & declarations.
22077 (verilog-in-directive-p, verilog-at-struct-p): New function for
22078 easy test of whether we are.
22079 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22080 to support safe execution at almost anyline.
22081 (verilog-calc-1): Properly support indenting deep inside generate
22082 blocks.
48c2d18a 22083 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 22084 as it is redundant with font-lock-defaults.
a8f316ca 22085 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
22086 to avoid circular calls if syntax-ppss is a function (as is the
22087 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 22088 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
22089 (verilog-ovm-begin-re, verilog-ovm-end-re)
22090 (verilog-ovm-statement-re, verilog-leap-to-head)
22091 (verilog-backward-token): Add support for OVM macros. Some are
22092 complete statements, and others open and close scopes like begin
22093 and end.
22094 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22095 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 22096 compilation issue.
48c2d18a 22097 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 22098 coverpoint, constraint and cross statements.
a3a8b002
DN
22099 (verilog-defun-level-list, verilog-generate-defun-level-list)
22100 (verilog-all-defun-level-list): Redo these specifications - it is
22101 too hard to support eval-when compile aggregation of lists also
22102 built at when-compile time.
22103 (verilog-defun-level-list): Place defconsts of variables used in
22104 building regular expressions which are built in eval-when-compile
22105 bodies in the same eval-when-compile body to facilitate compile
22106 without load.
22107 (verilog-beg-block-re-ordered): Support indenting
22108 virtual/protected tasks and functions.
7b6fefac 22109 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
22110 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22111 indentation of some module items (generate items).
22112 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22113 across virtual/protected tasks and functions.
22114
221152009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22116
bf0b361c 22117 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 22118 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
22119 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22120 in concatenations. Reported by Yishay Belkind.
22121 (verilog-auto-ascii-enum): Support one-hot state machines in
22122 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22123 (verilog-auto-inst, verilog-auto-inst-port): Include interface
6a7662bb
BR
22124 modport in AUTOINST and add vl-modport for users.
22125 Reported by David Rogoff.
a3a8b002
DN
22126 (verilog-auto-inout-module, verilog-auto-inst)
22127 (verilog-decls-get-interfaces, verilog-insert-definition)
22128 (verilog-insert-one-definition, verilog-read-decls)
22129 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22130 (verilog-sig-modport, verilog-signals-combine-bus)
22131 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22132 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22133 Suggested by David Rogoff.
22134 (verilog-repair-open-comma): Fix non-insertion of comma when
22135 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22136 (verilog-make-width-expression): Simplify [A-1:0] expression
22137 widths to just {A{1'b0}}.
22138 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
22139 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22140 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
22141 inputs/outputs or data type. Suggested by Vasu Kandadi.
22142 (next-error-last-buffer): Fix byte-compiler warning.
22143 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22144 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 22145 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 22146 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
22147 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
22148 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 22149 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
22150 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22151 causing use of <= assignments. Reported by Alex Reed.
22152 (verilog-read-decls): Fix triand, trior, wand, wor to be
22153 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22154 (verilog-extended-complete-re): Support import "DPI-C" functions.
22155 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 22156 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
22157 (verilog-insert-date, verilog-insert-year)
22158 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
22159 Windows systems. Reported by Michael Potts.
22160 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 22161 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 22162 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 22163 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
22164 (verilog-read-decls): Fix detecting "parameter int" when using
22165 AUTOINSTPARAM. Reported by Bruce T.
22166 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 22167 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 22168 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
22169 verilog-goto-defun will work. Reported by Lawrence Butcher.
22170 (verilog-getopt): Expand environment variables in -f file
22171 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 22172 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
22173 when reading enumerations.
22174 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
22175 Suggested by Stephen Peltan.
4b8b1ec5 22176 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
22177 files. Reported by Steve Peltan.
22178
f7c0d931
CY
221792009-06-28 David De La Harpe Golden <david@harpegolden.net>
22180
22181 * files.el (trash-directory): Fix defcustom type.
22182
baf1a55e 221832009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
22184
22185 * help-fns.el (describe-function-1): Correctly locate adviced
22186 functions in hyperlink (Bug#2438).
22187
d63a01ef
CY
221882009-06-28 Chong Yidong <cyd@stupidchicken.com>
22189
22190 * files.el (trash-directory): Change default to nil.
22191 (move-file-to-trash): If trash-directory is nil and
22192 system-move-file-to-trash is unbound, perform freedesktop-style
22193 trashing.
22194
221952009-06-28 David De La Harpe Golden <david@harpegolden.net>
22196
22197 * files.el (move-file-to-trash): Add freedesktop trash
22198 support (Bug#973).
22199
fc2f6a26
GM
222002009-06-28 Glenn Morris <rgm@gnu.org>
22201
22202 * autorevert.el (global-auto-revert-non-file-buffers)
22203 (global-auto-revert-mode): Doc fixes.
22204
00242b07
JB
222052009-06-27 Johan Bockgård <bojohan@gnu.org>
22206
22207 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
22208
f5594f03
CY
222092009-06-27 Chong Yidong <cyd@stupidchicken.com>
22210
e8a2b2da
CY
22211 * faces.el (x-handle-named-frame-geometry): Ensure that we have
22212 opened an X connection before calling x-get-resource (Bug#3194).
22213
f5594f03
CY
22214 * play/doctor.el: Remove reference to obsolete website.
22215 (make-doctor-variables): Correct grammar mistake (Bug#2633).
22216
3c3bf6ce
DN
222172009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
22218
22219 Remove find-file-not-found-hook VC method. (Bug#2757)
22220 * vc-hooks.el (vc-file-not-found-hook)
22221 (vc-default-find-file-not-found-hook): Remove functions.
22222 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
22223 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
22224 * vc.el:
22225 * vc-hg.el:
22226 * vc-git.el: Do not mention find-file-not-found-hook VC method.
22227
e26a7bc0
AM
222282009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
22229
22230 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 22231 compatibility function for `looking-back'.
e26a7bc0 22232
4b8b1ec5 22233 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 22234 Use `ispell-looking-back'.
e26a7bc0 22235
d9848600
MA
222362009-06-24 Michael Albinus <michael.albinus@gmx.de>
22237
22238 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 22239 rather than `filename'.
d9848600 22240
05fbc4a9
MB
222412009-06-23 Miles Bader <miles@gnu.org>
22242
22243 * face-remap.el (text-scale-set): New function.
22244
f86ca715
GM
222452009-06-23 Glenn Morris <rgm@gnu.org>
22246
33e2c2e5
GM
22247 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
22248
f529f302
GM
22249 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
22250
34995333
GM
22251 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
22252
cc80ccee
GM
22253 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
22254
84cb770d
GM
22255 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
22256 Simplify Persian conditionals.
22257
d916c965
GM
22258 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
22259 variable `filename'.
22260
b6a44b27
GM
22261 * comint.el (comint-insert-input): Doc fix.
22262
f86ca715
GM
22263 * Makefile.in (ELCFILES): Fix typo in previous change.
22264
666e158e
MB
222652009-06-23 Miles Bader <miles@gnu.org>
22266
22267 * cus-start.el: Add entry for `recenter-redisplay'.
22268
be3e598a 222692009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
22270
22271 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
22272 Add an optional argument for the backend, use it instead of
22273 calling vc-backend.
4b8b1ec5
SM
22274 (vc-mode-line): Add an optional argument for the backend.
22275 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
22276 special handling for vc-state being a buffer to ...
22277
22278 * vc-rcs.el (vc-rcs-find-file-hook):
22279 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
22280
22281 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
22282 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
22283 vc-stay-local-p and vc-mode-line calls.
22284
22285 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
22286 (vc-cvs-diff, vc-cvs-annotate-command)
22287 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
22288 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
22289 vc-mode-line calls.
22290
22291 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
22292 direct comparison.
22293 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
22294 backend when calling vc-mode-line.
22295 (vc-register): Do not create a closure for calling the vc register
22296 function, call it directly.
22297
2764748c
DN
222982009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22299
22300 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
22301 to make it obvious item can be clicked.
f5a0b281
DN
22302
22303 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
22304
d4a885b2
KH
223052009-06-23 Kenichi Handa <handa@m17n.org>
22306
22307 * language/korea-util.el (korean-key-bindings): Change the binding
22308 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
22309 same command.
22310
e3610693
MA
223112009-06-22 Michael Albinus <michael.albinus@gmx.de>
22312
22313 Sync with Tramp 2.1.16.
22314
22315 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
22316
22317 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
22318 when a loading of a package fails. Completion function for rsync
22319 is `tramp-completion-function-alist-ssh'.
22320 (all): Replace all calls of `split-string' and
22321 `tramp-split-string' by `tramp-compat-split-string'.
22322 (tramp-default-method): Use `tramp-compat-process-running-p'.
22323 (tramp-default-proxies-alist): Allow also Lisp forms.
22324 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 22325 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
22326 (tramp-domain-regexp): Allow also "-", "_" and ".".
22327 (tramp-end-of-output): Remove newlines, and add "$" at the end.
22328 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
22329 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
22330 (tramp-handle-directory-files-and-attributes-with-stat):
22331 Care about filenames with spaces, or starting with "-".
e3610693
MA
22332 (tramp-handle-dired-uncache): New defun.
22333 (tramp-handle-insert-directory): Don't flush the directory from
22334 cache, this is handled by `dired-uncache' now.
22335 (tramp-handle-insert-file-contents): Improve error handling.
22336 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
22337 Quote `tramp-end-of-output'.
22338 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
22339 (tramp-check-for-regexp): Both echoes must be present, before removing.
22340 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
22341 (tramp-compute-multi-hops): Eval cons cells of
22342 `tramp-default-proxies-alist'.
22343 (tramp-maybe-open-connection): Use the same command pattern for
22344 first hop and further hops.
22345 (tramp-wait-for-output): Remove handling of newlines.
22346 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
22347 (tramp-split-string): Remove function. It is handled in
22348 tramp-compat now.
22349
4b8b1ec5
SM
22350 * net/tramp-cmds.el (tramp-bug):
22351 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
22352
22353 * net/tramp-compat.el (tramp-compat-split-string)
22354 (tramp-compat-process-running-p): New defuns.
22355
22356 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
22357 for `dired-uncache'.
22358
22359 * net/tramp-gvfs.el: New package.
22360
4b8b1ec5
SM
22361 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
22362 Add handler for `dired-uncache'.
e3610693
MA
22363 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
22364
22365 * net/trampver.el: Update release number. Make version check fit
22366 for SXEmacs 22.
22367
13a3f374
JM
223682009-06-22 Jim Meyering <meyering@redhat.com>
22369
e0a28a3b 22370 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
22371 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
22372 XZ is the successor to LZMA: <http://tukaani.org/xz/>
22373
5242671e 223742009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 22375 Nick Roberts <nickrob@snap.net.nz>
13a3f374 22376
e0a28a3b 22377 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
22378 repository (http://sphinx.net.ru/hg/gdb-mi/).
22379
3fde45af
GM
223802009-06-22 Glenn Morris <rgm@gnu.org>
22381
46253b34
GM
22382 * files.el (dir-locals-collect-mode-variables): Allow for any number of
22383 `mode' and `eval' entries. (Bug#3430)
22384
97e18192
GM
22385 * Makefile.in (ELCFILES): Add fadr.elc.
22386
731a00fb
GM
22387 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
22388 differing behavior of \n and ^ in strings. (Bug#3385)
22389
c66cd0ff
GM
22390 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
22391
3fde45af
GM
22392 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
22393 property.
22394 (lisp-indent-function): Make it a defcustom.
22395
db2241a0
NR
223962009-06-21 Nick Roberts <nickrob@snap.net.nz>
22397
22398 * progmodes/gdb-ui.el: Replace with ...
5242671e 22399 * progmodes/gdb-mi.el: ... this file.
db2241a0 22400 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
22401
224022009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
22403
db2241a0
NR
22404 * fadr.el: New file.
22405
38d4f316 22406See ChangeLog.14 for earlier changes.
e3d51b27
MR
22407
22408;; Local Variables:
22409;; coding: utf-8
e3d51b27
MR
22410;; End:
22411
73b0cd50 22412 Copyright (C) 2009-2011 Free Software Foundation, Inc.
e3d51b27
MR
22413
22414 This file is part of GNU Emacs.
22415
22416 GNU Emacs is free software: you can redistribute it and/or modify
22417 it under the terms of the GNU General Public License as published by
22418 the Free Software Foundation, either version 3 of the License, or
22419 (at your option) any later version.
22420
22421 GNU Emacs is distributed in the hope that it will be useful,
22422 but WITHOUT ANY WARRANTY; without even the implied warranty of
22423 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22424 GNU General Public License for more details.
22425
22426 You should have received a copy of the GNU General Public License
22427 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.