Rename `image-library-alist' to `dynamic-library-alist'.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
2e288d54
JB
12010-10-13 Juanma Barranquero <lekktu@gmail.com>
2
3 * image.el (image-library-alist): Declare as obsolete alias.
4 (image-type-available-p): Use `dynamic-library-alist'.
5
6 * term/w32-win.el (dynamic-library-alist):
7 Use instead of `image-library-alist'.
8
35744400
IS
92010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
10
11 * subr.el (last): Make it faster. (Bug#7174)
12
290fe464
RO
132010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
14
15 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
16
2919746c
CY
172010-10-12 Chong Yidong <cyd@stupidchicken.com>
18
19 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
20 (describe-theme-1): Extract doc from unloaded themes.
21
22 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
23
24 * themes/tango-theme.el:
25 * themes/tango-dark-theme.el:
26 * themes/wheatgrass-theme.el: New files.
27
6b09b5d1
CY
282010-10-12 Chong Yidong <cyd@stupidchicken.com>
29
30 * cus-theme.el (describe-theme, customize-themes)
31 (custom-theme-save): New commands.
32 (custom-new-theme-mode-map): Bind C-x C-s.
33 (custom-new-theme-mode): Use custom--initialize-widget-variables.
34 (customize-create-theme): New optional arg THEME.
35 (custom-theme-revert): Use it.
36 (custom-theme-visit-theme): Remove dead code.
37 (custom-theme-merge-theme): Use custom-available-themes.
38 (custom-theme-write): Make interactive.
39 (custom-theme-write): Use custom-theme-name-valid-p.
40 (describe-theme-1, custom-theme-choose-revert)
41 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
42 New funs.
43 (custom-theme-allow-multiple-selections): New option.
44 (custom-theme-choose-mode): New major mode.
45
46 * custom.el (custom-theme-set-variables): Remove dead code. Obey
47 custom--inhibit-theme-enable.
48 (custom--inhibit-theme-enable): New var.
49 (provide-theme): Obey it.
50 (load-theme): Replace load with manual read/eval, in order to
51 check for correctness. Use custom-theme-name-valid-p.
52 (custom-theme-name-valid-p): New function.
53 (custom-available-themes): Use it.
54
55 * cus-edit.el (custom--initialize-widget-variables): New function.
56 (Custom-mode): Use it.
57
58 * cus-face.el (custom-theme-set-faces): Remove dead code. Obey
59 custom--inhibit-theme-enable.
60
61 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
62
16366259
JB
632010-10-12 Juanma Barranquero <lekktu@gmail.com>
64
cb7d821e 65 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 66
4c14013d 672010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 68
4c14013d
JB
69 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
70 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
71 (mac-right-option-modifier): New alias for ns-right-option-modifier.
72
73 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 74
4c14013d 752010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
76
77 * emacs-lisp/lisp.el (lisp-completion-at-point):
78 Use emacs-lisp-mode-syntax-table for the whole function.
79
4c14013d 802010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
81
82 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
83 instead of font-lock-mode before adding keywords.
84 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
85 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
86 non-nil; removed hook inhibit hack.
87
4c14013d 882010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 89
d15f9a2b
GM
90 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
91 (load-path-shadows-find): ... to this.
92 (list-load-path-shadows): Update for above change.
93
c7d6d8a1
GM
94 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
95
f0b7f5a8
KY
962010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
97
98 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
99 Fix comment for declare-function.
100
05d22d02
CY
1012010-10-11 Chong Yidong <cyd@stupidchicken.com>
102
103 * custom.el (custom-fix-face-spec): New function; code moved from
104 custom-face-edit-fix-value.
105 (custom-push-theme): Use it when checking if a face has been
106 changed outside customize.
107 (custom-available-themes): New function.
108 (load-theme): Use it.
109
110 * cus-edit.el (custom-face-edit-fix-value): Use
111 custom-fix-face-spec.
112
113 * custom.el (custom-push-theme): Cleanup (use cond).
114 (disable-theme): Recompute the saved-face property.
115 (custom-theme-recalc-face): Follow face alias before setting prop.
116
117 * image.el (image-checkbox-checked, image-checkbox-unchecked): New
118 variables, containing checkbox images.
119
120 * startup.el (fancy-startup-tail):
121 * wid-edit.el (checkbox): Use them.
122
293e7c22
DN
1232010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
124
a0310a6c
DN
125 * shell.el (shell-mode-map):
126 * progmodes/modula2.el (m2-mode-map):
127 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
128 * play/mpuz.el (mpuz-mode-map):
129 * play/landmark.el (lm-mode-map):
130 * play/decipher.el (decipher-mode-map):
131 * play/5x5.el (5x5-mode-map):
132 * net/telnet.el (telnet-mode-map):
133 * net/quickurl.el (quickurl-list-mode-map):
134 * net/mairix.el (mairix-searches-mode-map):
135 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
136 * net/dig.el (dig-mode-map):
137 * mail/mspools.el (mspools-mode-map):
138 * hexl.el (hexl-mode-map):
139 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
140 (wordstar-C-o-map, wordstar-C-q-map):
141 * emacs-lisp/edebug.el (edebug-eval-mode-map):
142 * emacs-lisp/chart.el (chart-map):
143 * edmacro.el (edmacro-mode-map):
144 * erc/erc-list.el (erc-list-menu-mode-map):
145 * array.el (array-mode-map): Declare and define in one step.
146
293e7c22
DN
147 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
148
446b12da
DU
1492010-10-10 Daiki Ueno <ueno@unixuser.org>
150
151 * epa.el (epa-passphrase-callback-function): Display filename
152 passed as the 3rd arg.
153 * epa-file.el (epa-file-passphrase-callback-function): Pass
154 filename to epa-passphrase-callback-function.
155
76c16af8
CY
1562010-10-09 Chong Yidong <cyd@stupidchicken.com>
157
158 * cus-edit.el (custom-face-widget-to-spec)
159 (custom-face-get-current-spec, custom-face-state): New functions.
160 (custom-face-set, custom-face-mark-to-save)
161 (custom-face-value-create, custom-face-state-set): Use them.
162
163 * cus-theme.el (custom-theme--listed-faces): New var.
164 (customize-create-theme): Use *Custom Theme* as the buffer name.
165 Set revert-buffer-function. Optional arg BUFFER. Insert all
166 faces listed in custom-theme--listed-faces.
167 (custom-theme-revert): New function.
168 (custom-theme-add-variable, custom-theme-add-face): Insert at the
169 bottom of the list.
170 (custom-theme-write): Prompt for theme name if empty.
171 (custom-theme-write-variables): Use dolist.
172 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
173
e15f8aaa
AM
1742010-10-09 Alan Mackenzie <acm@muc.de>
175
176 Enhance fontification of declarators to take account of the
177 presence/absence of "typedef".
178
179 * cc-engine.el (c-forward-type): New &optional param
180 "brace-block-too".
181 (c-forward-decl-or-cast-1): cdr of return value now indicates the
182 presence of either or both of a "struct"-like keyword and
183 "typedef".
184
185 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
186 fontification of declarators which follow a "}".
187 (c-font-lock-declarations): Fontify declarators according to the
188 presence/absence of "typedef".
189
190 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
191 for "typedef".
192 (c-typedef-decl-key): New lang variable built from
193 c-typedef-decl-kwds.
194
cf321e50
LMI
1952010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
196
77aec221
LMI
197 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
198 since that's too annoying. Move the filter groups commands to
199 TAB/backtab.
200
7450df5d
LMI
201 * epa.el (epa-passphrase-callback-function): Say what we're
202 querying the password for.
203
cf321e50
LMI
204 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
205 behaviour, don't bury the ibuffer buffer when visiting other
206 buffers.
207
587faadd
CY
2082010-10-08 Chong Yidong <cyd@stupidchicken.com>
209
210 * cus-edit.el (custom-commands, custom-buffer-create-internal)
211 (custom-magic-value-create): Pad button tags with spaces.
212 (custom-face-edit): New variable.
213 (custom-face-value-create): Determine whether to use the usual
214 face editor here, instead of using custom-face-selected. Pass
215 face defaults to custom-face-edit widget.
216 (custom-face-selected, custom-display-unselected): Delete widgets.
217 (custom-display-unselected-match): Function removed.
218 (custom-face-set, custom-face-mark-to-save): Accept
219 custom-face-edit widgets as the direct widget child.
220
221 * wid-edit.el (widget--completing-widget): New var.
222 (widget-default-complete): Bind it when doing completion.
223 (widget-string-complete, widget-file-complete): Use it.
224
a1ab97d0
GM
2252010-10-09 Glenn Morris <rgm@gnu.org>
226
85d50db7
GM
227 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
228 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
229 (holiday-hebrew-misc): Small simplifications.
230
3fb78d1f
GM
231 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
232
a1ab97d0
GM
233 * net/browse-url.el: Don't require thingatpt, term, dired,
234 executable, or w3-auto when compiling.
235 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
236 Declare.
237 (browse-url-text-emacs): Require term.
238
2187e5bb
AS
2392010-10-08 Andreas Schwab <schwab@linux-m68k.org>
240
241 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
242
e5d49589
GM
2432010-10-08 Glenn Morris <rgm@gnu.org>
244
5823f53f
GM
245 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
246
e5d49589
GM
247 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
248 (shadows-compare-text-p): Make it an obsolete alias for...
249 (load-path-shadows-compare-text): ... new name.
250 (find-emacs-lisp-shadows): Update for above name change.
251 (load-path-shadows-same-file-or-nonexistent): New name for the old
252 shadow-same-file-or-nonexistent.
253
4628bef1 2542010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
255
256 * minibuffer.el (completion--some, completion--do-completion)
257 (minibuffer-complete-and-exit, minibuffer-completion-help)
258 (completion-basic-try-completion)
259 (completion-basic-all-completions)
260 (completion-pcm--find-all-completions): Use lexical-let to
261 avoid some false matches in variable completion (Bug#7056)
262
4628bef1 2632010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
264
265 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
266
4628bef1 2672010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
268
269 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
270 return non-nil if the file exists (Bug#7090).
271
4628bef1 2722010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
273
274 * minibuffer.el (completion--replace):
275 Better preserve markers (bug#7138).
276
4628bef1 2772010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
278
279 * server.el (server-process-filter): Doc fix.
280
4628bef1 2812010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
282
283 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
284
4628bef1 2852010-10-08 Andreas Schwab <schwab@linux-m68k.org>
c19f76a1 286
0cceab3d
AS
287 * Makefile.in (ELCFILES): Update.
288
e4adf61e
GM
2892010-10-08 Glenn Morris <rgm@gnu.org>
290
24ac444f
GM
291 * vc/ediff-wind.el (ediff-setup-control-frame):
292 * vc/ediff-ptch.el (ediff-default-backup-extension):
293 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
294 (ediff-exec-process): Remove system-types emx, windows-95.
295
e4adf61e
GM
296 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
297
61328d7c
CY
2982010-10-07 Chong Yidong <cyd@stupidchicken.com>
299
300 * cus-edit.el (custom-variable, custom-face): Doc fix.
301 (custom-face-edit): Add value-create attribute.
302 (custom-face-edit-value-create)
303 (custom-face-edit-value-visibility-action): New functions. Hide
304 unused face attributes by default, and add a visibility toggle.
305 (custom-face-edit-deactivate): Show empty values with shadow face.
306 (custom-face-selected): Only use this for face specs with default
307 attributes.
308 (custom-face-value-create): Cleanup.
309
310 * wid-edit.el (widget-checklist-value-create): Use dolist.
311 (widget-checklist-match-find): Make second arg optional.
312
ac44263a
GM
3132010-10-07 Glenn Morris <rgm@gnu.org>
314
849b02b4
GM
315 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
316 Prefix things.
317
ac44263a
GM
318 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
319 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
320 load-path-shadows-mode, update references.
06d9ef85
GM
321 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
322 Rename variable and button.
323 (list-load-path-shadows): Update button caller.
ac44263a 324
29c72a6e
SM
3252010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
326
327 * emacs-lisp/smie.el (smie-bnf-classify): New function.
328 (smie-bnf-precedence-table): Use it to remember the closers/openers.
329 (smie-merge-prec2s): Handle those new entries.
330 (smie-prec2-levels): Only set precedence to nil for actual
331 openers/closers.
332 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
333 that is now unnecessary.
334
775f75bc 3352010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
336
337 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
338
7e1e2a6e
GM
3392010-10-07 Glenn Morris <rgm@gnu.org>
340
58d1ac6d
GM
341 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
342 (mail-position-on-field): Remove declarations.
343 (mail-position-on-field): Autoload it.
344 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
345 and mail-header-end. Don't require sendmail.
346
7b9235ad
GM
347 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
348 (shadow-mode): New mode.
349 (shadow-find-file): New button.
350 (list-load-path-shadows): Use shadow-mode and buttons.
351
52da2182
GM
352 * iimage.el (iimage-version): Remove.
353 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
354 Turn into defcustoms.
355 (iimage-mode-map): Give it a doc string.
356
7e1e2a6e
GM
357 * calendar/appt.el (appt-activate): Give a warning rather than an error
358 if there is no diary-file.
359
e44eccd7
MA
3602010-10-06 Michael Albinus <michael.albinus@gmx.de>
361
29c72a6e
SM
362 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
363 Use `tramp-handle-find-backup-file-name'.
e44eccd7 364
4583e796
GM
3652010-10-06 Glenn Morris <rgm@gnu.org>
366
6aecca99
GM
367 * font-core.el (font-lock-defaults-alist): Remove variable.
368 (font-lock-mode): Doc fix.
369 (font-lock-default-function): Do not consult font-lock-defaults-alist.
370 * font-lock.el (font-lock-refresh-defaults): Doc fix.
371 (font-lock-set-defaults): Doc fix.
372 Do not consult font-lock-defaults-alist.
373
645a6257
GM
374 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
375
4583e796
GM
376 * emacs-lisp/cl.el: No longer provide cl-19.
377
bd8fadca
MA
3782010-10-05 Michael Albinus <michael.albinus@gmx.de>
379
380 * net/tramp.el (tramp-handle-directory-files-and-attributes)
381 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
382 New defuns, taken from tramp-smb.el.
383 (tramp-coding-system-change-eol-conversion)
384 (tramp-set-process-query-on-exit-flag): Removed.
385
386 * net/tramp-compat.el (top): Do not check for byte-compiler
387 objects.
388 (tramp-compat-coding-system-change-eol-conversion)
389 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
390 from tramp.el.
391
392 * net/tramp-gvfs.el:
393 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
394 by `tramp-compat-set-process-query-on-exit-flag'.
395
396 * net/tramp-imap.el (tramp-imap-file-name-handler-alist): Use
397 `tramp-handle-directory-files-and-attributes',
398 `tramp-handle-file-exists-p' and
399 `tramp-handle-file-newer-than-file-p'.
400 (tramp-imap-handle-file-exists-p)
401 (tramp-imap-handle-file-executable-p)
402 (tramp-imap-handle-file-readable-p)
403 (tramp-imap-handle-directory-files-and-attributes)
404 (tramp-imap-handle-file-newer-than-file-p): Removed.
405
406 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
407 by `tramp-compat-set-process-query-on-exit-flag' and
408 `tramp-coding-system-change-eol-conversion' by
409 `tramp-compat-coding-system-change-eol-conversion'.
410
411 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use
412 `tramp-handle-directory-files-and-attributes',
413 `tramp-handle-file-exists-p' and
414 `tramp-handle-file-newer-than-file-p'.
415 (tramp-smb-handle-directory-files-and-attributes)
416 (tramp-smb-handle-file-exists-p)
417 (tramp-smb-handle-file-newer-than-file-p): Removed.
418 (tramp-smb-maybe-open-connection): Replace
419 `tramp-set-process-query-on-exit-flag' by
420 `tramp-compat-set-process-query-on-exit-flag'.
421
726c5357
GM
4222010-10-05 Glenn Morris <rgm@gnu.org>
423
424 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
425
4a93e698
MA
4262010-10-04 Michael Albinus <michael.albinus@gmx.de>
427
428 Continue reorganization of load dependencies. (Bug#7156)
429
430 * net/tramp.el (tramp-handle-file-local-copy-hook)
431 (tramp-delete-temp-file-function): Move down.
432 (tramp-exists-file-name-handler): Move up.
433 (tramp-register-file-name-handlers): Simplify autoload.
434 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
435 (tramp-handle-directory-files, tramp-handle-dired-uncache)
436 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
437 (tramp-handle-file-name-completion)
438 (tramp-handle-file-name-directory)
439 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
440 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
441 (tramp-handle-find-backup-file-name)
442 (tramp-handle-insert-file-contents, tramp-handle-load)
443 (tramp-handle-substitute-in-file-name)
444 (tramp-handle-unhandled-file-name-directory)
445 (tramp-mode-string-to-int, tramp-local-host-p)
446 (tramp-make-tramp-temp-file): Moved from tramp-sh.el.
447
448 * net/tramp-gvfs.el (top):
449 * net/tramp-smb.el (top): Do not require 'tramp-sh.
450
451 * net/tramp-sh.el (all): Move several objects to tramp.el, see
452 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
453
b4593555
GM
4542010-10-04 Glenn Morris <rgm@gnu.org>
455
456 * calendar/appt.el (appt-add): Ensure reminders are enabled.
457 (appt-activate): Give status messages.
458
8762aa10
TZ
4592010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
460
461 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
462 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
463 `gnutls-negotiate' (formerly `starttls-negotiate'). Remove
464 trivial wrapper `starttls-open-stream'.
465
82fb8701
DN
4662010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
467
468 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
469 log-outgoing commands.
470 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
471 to create a buffer local revert-buffer-function variable.
472 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
473 revert-buffer-function lambda.
474
c1ae068b
LMI
4752010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
476
477 * net/gnutls.el (starttls-negotiate): Use the plist interface to
478 `gnutls-boot'. Make TYPE the only required parameter. Allow
479 TRUSTFILES and KEYFILES to be lists.
480 (open-ssl-stream): Use it.
481
67141a37
GM
4822010-10-03 Glenn Morris <rgm@gnu.org>
483
77f38949
GM
484 * subr.el (directory-sep-char): Remove obsolete variable.
485 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
486 it is "necessary".
487
67141a37
GM
488 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
489 * vc/vc.el (vc-static-header-alist): Doc fix.
490 * vc/vc-cvs.el (vc-cvs-header):
491 * vc/vc-rcs.el (vc-rcs-header):
492 * vc/vc-sccs.el (vc-sccs-header):
493 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
494 * obsolete/vc-mcvs.el (vc-mcvs-header):
495 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
496 on XEmacs.
497
96bcef2e
CY
4982010-10-03 Chong Yidong <cyd@stupidchicken.com>
499
500 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Remove
501 obsolete use of binary-overwrite-mode (Bug#7001).
502
ef47f179
GM
5032010-10-03 Glenn Morris <rgm@gnu.org>
504
0437978e
GM
505 * obsolete/x-menu.el: Remove file, obsolete since 21.1
506
aee3c6f7
GM
507 * textmodes/rst.el (rst-font-lock-keywords-function):
508 Drop Emacs 20 code.
509
f88cd114
GM
510 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
511
6abfe35f
GM
512 * printing.el: Drop Emacs 20 code.
513
59e31cfa
GM
514 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
515 without having used appt.el already).
516
922ad43e
GM
517 * subr.el (make-local-hook): Remove function obsolete since 21.1.
518 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
519 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
520 XEmacs.
521 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
522 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
523
ef47f179
GM
524 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
525 (charset-width, find-charset-region, chars-in-region, forward-point)
526 (encode-coding-string, coding-system-p, ccl-execute-on-string)
527 (define-ccl-program, multibyte-string-p, string-make-multibyte):
528 Remove compatibility cruft (none of these are used by ps*.el).
529
ac6ca7ba
KR
5302010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
531
532 * subr.el (booleanp): Return t instead of a list (Bug#7086).
533
2a847524
CY
5342010-10-03 Chong Yidong <cyd@stupidchicken.com>
535
536 * server.el (server-process-filter, server-return-error): Give
537 emacsclient time to shut down after receiving an error string.
538
4bc3c53d
MA
5392010-10-02 Michael Albinus <michael.albinus@gmx.de>
540
541 * files.el (remote-file-name-inhibit-cache): New defcustom.
542
543 * time.el (display-time-file-nonempty-p): Use
544 `remote-file-name-inhibit-cache'.
545
546 * net/tramp.el (tramp-completion-reread-directory-timeout): Fix
547 docstring.
548
549 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
550 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
551 `remote-file-name-inhibit-cache'. Check also for an integer
552 value. Add/increase counter when `tramp-verbose' >= 10.
553 (tramp-set-file-property): Add/increase counter when
554 `tramp-verbose' >= 10.
555
556 * net/tramp-cmds.el (tramp-cleanup-all-connections)
557 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
558 (tramp-bug): Set tramp-autoload cookie. Report all interned
559 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
560 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
561 characters only in strings.
562
563 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
564 to backward compatibility.
565
566 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
567 (tramp-handle-file-name-all-completions)
568 (tramp-handle-vc-registered): Use
569 `remote-file-name-inhibit-cache'.
570 (tramp-open-connection-setup-interactive-shell): Call
571 `tramp-cleanup-connection' directly.
572
9c524fcb
GM
5732010-10-02 Glenn Morris <rgm@gnu.org>
574
3226d6ca
GM
575 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
576
577 * subr.el (char-bytes): Remove obsolete function.
578
579 * isearch.el (isearch-return-char): Remove obsolete function.
580
581 * mouse.el: No longer provide mldrag.
582 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
583 Remove obsolete aliases.
584
585 * comint.el (comint-kill-output): Remove obsolete alias.
586
587 * composite.el (decompose-composite-char): Remove obsolete function.
588 * ps-def.el (decompose-composite-char): Remove unused function.
589
590 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
591
592 * outline.el (outline-visible): Remove obsolete function.
593
594 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
595 * faces.el (internal-find-face, internal-get-face)
596 (frame-update-faces, frame-update-face-colors)
597 (x-frob-font-weight, x-frob-font-slant)
598 (internal-frob-font-weight, internal-frob-font-slant)
599 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
600 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
601 (x-make-font-bold-italic): Remove functions and aliases, obsolete
602 since Emacs 21.1.
603 * emulation/viper-util.el (viper-get-face):
604 * obsolete/lucid.el (find-face, get-face): Use facep.
605 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
606 Remove unused functions.
607 * vc/ediff-util.el (ediff-submit-report): Doc fix.
608
9c524fcb
GM
609 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
610 delete tempfile if interrupted during compilation.
611
aecb42aa
LMI
6122010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
613
614 * net/tls.el (tls-starttls-switches): Give up on using starttls with
615 gnutls-cli.
616 (tls-program): Add --insecure to be consistent with the defaults from
617 openssl s_client. Now all three commands are insecure.
618
73077a9a
EZ
6192010-10-01 Eli Zaretskii <eliz@gnu.org>
620
621 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
622 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
623 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
624
1ef075bb
GM
6252010-10-01 Glenn Morris <rgm@gnu.org>
626
1fcaf927
GM
627 * obsolete/sc.el: Remove file.
628
1ef075bb
GM
629 * files.el (temporary-file-directory): On darwin, also try
630 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
631
a16f5f64
JB
6322010-10-01 Juanma Barranquero <lekktu@gmail.com>
633
634 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
635 Let's not break compatibility gratuitously, shall we?
636
6b958814
G
6372010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
638
47e08896 639 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
640 (tls-find-starttls-argument): Use it.
641 (open-tls-stream): Ditto.
642
47e08896 643 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
644 entry.
645 (netrc-machine): Ditto.
646
cad90f3b
EZ
6472010-09-30 Eli Zaretskii <eliz@gnu.org>
648
649 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
650
968ef9b4
JB
6512010-09-30 Juanma Barranquero <lekktu@gmail.com>
652
653 * server.el (server-start): Don't write pid to the authentication file.
654 (server-create-tty-frame): Don't send pid.
655 (server-process-filter): Send pid at the start of every connection.
656
3536dea8
GM
6572010-09-30 Glenn Morris <rgm@gnu.org>
658
8e378d88
GM
659 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
660 (show-all-diary-entries): Remove obsolete function aliases.
661
3536dea8
GM
662 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
663 Remove options, obsolete since 22.1.
664 (appt-display-format, appt-display-message): Remove
665 backwards-compatibility code.
666 (appt-check): No longer check appt-issue-message.
667 (appt-make-list): No longer autoload it. Doc fix. No longer
668 activate the package.
669
df7fcaff
LMI
6702010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
671
672 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
673 (starttls-negotiate): Just call boot, and let the handshake be
674 triggered from the read loop.
df7fcaff 675
c2828614
GM
6762010-09-29 Glenn Morris <rgm@gnu.org>
677
17a46341
GM
678 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
679 not displaying the diary.
680 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
681 * calendar/appt.el (appt-check): No longer need to kill diary.
682
7161e329
GM
683 * calendar/diary-lib.el (diary-list-entries): Move the
684 "Preparing..." message entirely here.
685 (diary-simple-display, diary-fancy-display): Move "Preparing..."
686 messages to diary-list-entries.
687 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
688 diary-display-function.
689
d0de6cba
GM
690 * calendar/diary-lib.el (diary-include-other-diary-files):
691 Trap some recursive includes.
692
c2828614
GM
693 * calendar/appt.el (appt-activate): Check diary file.
694
0c43b6f8
KY
6952010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
696
697 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
698 construction.
699
700 * calendar/time-date.el: No need to require cl for Emacs 21.
701
97ce2730
GM
7022010-09-28 Glenn Morris <rgm@gnu.org>
703
704 * calendar/appt.el (appt-check): Minor simplification.
705
e0a185ae
KY
7062010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
707
708 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
709 citation prefix.
710
c19f76a1
AS
7112010-09-27 Andreas Schwab <schwab@linux-m68k.org>
712
95b6d681
JB
713 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
714 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 715
fd057fd2
KH
7162010-09-27 Kenichi Handa <handa@m17n.org>
717
718 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
719 "ustar" format.
720
368b3544
KH
7212010-09-27 Kenichi Handa <handa@m17n.org>
722
723 * international/mule.el (define-coding-system): Docstring fixed.
724
725 * international/mule-diag.el (describe-character-set): Use princ
726 with proper print-length and print-level instead of insert.
727
95b6d681 7282010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
729
730 * window.el (walk-windows): Doc fix (bug#7105).
731
99368725
SM
7322010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
733
734 * emacs-lisp/float-sup.el (e): Remove.
735
8ed70bf3
LMI
7362010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
737
738 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
739 variable.
740 (starttls-negotiate): Use it.
741
d2e9d0bb
LMI
7422010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
743
744 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
745 back.
746
15413fb4
SM
7472010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
748
749 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
750
1821a7b4
LMI
7512010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
752
6303aba1
LMI
753 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
754
1821a7b4
LMI
755 * net/netrc.el (netrc-store-data): New function.
756
8af55556
TZ
7572010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
758
759 * net/gnutls.el: GnuTLS glue code to set up a connection.
760
42343747
JD
7612010-09-25 Julien Danjou <julien@danjou.info>
762
763 * notifications.el: Call dbus-register-signal only if it is bound.
764
ec60da52
GM
7652010-09-25 Glenn Morris <rgm@gnu.org>
766
767 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
768 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
769 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
770 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
771 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
772 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
773 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
774 * eshell/esh-util.el, eshell/esh-var.el:
775 Remove leading `*' from docs of faces and defcustoms.
776
4c964351
UM
7772010-09-25 Ulrich Mueller <ulm@gentoo.org>
778
779 * eshell/em-ls.el (eshell-ls-archive-regexp):
780 * eshell/esh-util.el (eshell-tar-regexp):
781 * ibuffer.el (ibuffer-compressed-file-name-regexp):
782 * info.el (Info-suffix-list):
783 * international/mule.el (auto-coding-alist):
784 * woman.el (woman-file-regexp, woman-file-compression-regexp):
785 * progmodes/etags.el (tags-compression-info-list):
786 Support xz compression.
787
41f54b73
CY
7882010-09-25 Chong Yidong <cyd@stupidchicken.com>
789
790 * files.el (get-free-disk-space): Don't assume the "df" output
791 columns line up (Bug#6995).
792
40b1a3a9
JB
7932010-09-25 Juanma Barranquero <lekktu@gmail.com>
794
795 * finder.el (finder-unknown-keywords):
796 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
797 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
798
ba3033ee
JB
7992010-09-25 Juanma Barranquero <lekktu@gmail.com>
800
801 * server.el (server-start): Revert part of 2010-08-08 change. Using
802 address 127.0.0.1 for local host is now done in Fmake_network_process.
803
5e339ee2
GM
8042010-09-24 Glenn Morris <rgm@gnu.org>
805
806 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
807 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
808 * textmodes/css-mode.el, textmodes/dns-mode.el:
809 Move autoloaded auto-mode-alist entries to files.el.
810 * files.el (auto-mode-alist): Move entries here.
811
af3ccb5c
GM
8122010-09-23 Glenn Morris <rgm@gnu.org>
813
814 * isearch.el (isearch-lazy-highlight-cleanup)
815 (isearch-lazy-highlight-initial-delay)
816 (isearch-lazy-highlight-interval)
817 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
818 * net/net-utils.el (ipconfig-program-options):
819 Move aliases to options before the associated definitions.
820
266a86bd 8212010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
822
823 * newcomment.el (comment-normalize-vars): Better test validity of
824 comment-end-skip.
825
27ffea71 8262010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
827
828 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
829 (float-e): New name for `e'.
830 (degrees-to-radians, radians-to-degrees):
831 * calendar/solar.el (solar-longitude):
832 * calculator.el (calculator-registers, calculator-funcall):
833 * textmodes/artist.el (artist-spray-random-points):
834 * play/bubbles.el (bubbles--initialize-images): Use new names.
835
27ffea71 8362010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
837
838 Update to CEDET 1.0's version of EIEIO.
839
9e0d4f9e
SM
840 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
841 New function.
a2930e43
EL
842 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
843 (eieio-default-eval-maybe): Eval val instead of unquoting only.
844 (class-precedence-list): If class is nil, return nil.
845 (eieio-generic-call): If class of first input arg is nil, don't
846 look up static methods, and do check for primary methods.
847 (initialize-instance): See if the default needs to be evaluated
848 during the constructor.
849 (eieio-perform-slot-validation-for-default): Don't do the check
850 for values that will eventually be evaluated.
851 (eieio-eval-default-p): New function.
852 (eieio-default-eval-maybe): Use it.
853
27ffea71 8542010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
855
856 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
857 method-invocation-order.
858 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
859 (eieio-class-precedence-dfs): Compute class precedence list using
860 dfs algorithm.
861 (eieio-class-precedence-bfs): Compute class precedence list using
862 bfs algorithm.
9e0d4f9e 863 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
864 c3 algorithm.
865 (class-precedence-list): New function.
866 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
867 (inconsistent-class-hierarchy): New error symbol.
868 (call-next-method): Stow the replacement argument list for future
869 call-next-method invocations.
870
266a86bd 8712010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 872
ea7f9ebf
GM
873 * calendar/appt.el (appt-check): If not displaying the diary,
874 use (diary 1) to only get the entries we need.
875 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
876 that it is in day order. (Bug#7019)
877
1bf6d075
GM
878 * calendar/appt.el (appt-check): Rather than showing the diary,
879 just turn off invisible display, and only if needed.
880
87e798a7
GM
881 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
882
1fc7dabf
GM
8832010-09-23 Glenn Morris <rgm@gnu.org>
884
7a16788b
GM
885 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
886 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 887 Start warnings with lower-case, like the majority.
7a16788b 888
19543b17
GM
889 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
890
54238e6d
GM
891 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
892
ce009d0b
GM
893 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
894 * files.el (auto-mode-alist): Move ld-script entries here, further down
895 the list.
896
7b344dfe
GM
897 * vc/add-log.el: Don't require timezone when compiling.
898 (timezone-make-date-sortable): Autoload it.
899 (change-log-sortable-date-at): Don't require timezone.
900 Use `ignore-errors'.
901
d9703498
GM
902 * comint.el (comint-use-prompt-regexp-instead-of-fields):
903 Move alias before definition, so it does not need autoloading.
904
1fc7dabf
GM
905 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
906 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
907 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
908 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
909 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
910 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
911 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
912 * textmodes/tex-mode.el, textmodes/two-column.el:
913 Remove leading `*' from docs of defcustoms etc.
914
7676efad
TZ
9152010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
916
917 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
918
b069e5a6
G
9192010-09-22 Dan Christensen <jdc@uwo.ca>
920
921 * calendar/time-date.el (date-to-time): Try using parse-time-string
922 first before using the slower timezone-make-date-arpa-standard.
923
1bf68d53
KY
9242010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
925
926 * calendar/time-date.el (format-seconds): Comment fix.
927
cd205c76
GM
9282010-09-22 Glenn Morris <rgm@gnu.org>
929
930 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
931 is not automatically buffer-local.
932
4ddea91b
SM
9332010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
934
935 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
936 (smie-indent-comment): Be more careful with comment-start-skip.
937 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
938 (smie-indent-functions): Use them.
939
b0f037ed
MA
9402010-09-21 Michael Albinus <michael.albinus@gmx.de>
941
942 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
943
8cf1771a
JD
9442010-09-21 Jan Djärv <jan.h.d@swipnet.se>
945
36a1b6db
JD
946 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
947 tool-bar-position. Don't modify frame parameters here.
180fb94a 948 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 949
8cf1771a
JD
950 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
951
0097720d
SM
9522010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
953
5d8e0d5d
SM
954 * textmodes/reftex-parse.el (reftex-what-macro)
955 (reftex-context-substring): Let-bind forward-sexp-function to nil
956 since we don't need/want to treat \begin...\end as a block (bug#7053).
957
984edd22
SM
958 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
959
960 * simple.el (blink-matching-open): Use syntax-class.
961
3672149f
SM
962 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
963 Set invisibility spec for pascal's outline mode.
964 (pascal-outline-change): Clean up calling convention.
965 (pascal-show-all, pascal-hide-other-defuns): Update callers.
966
549d0e1e
SM
967 * progmodes/prolog.el (prolog-smie-forward-token)
968 (prolog-smie-backward-token): New functions.
969 (prolog-mode-variables): Use them to parse "!," correctly.
970 Set up smie-blink-matching for ".".
971
a9cb95dd
SM
972 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
973 and `end'.
974 (ispell-region, ispell-process-line): Update users.
975
de558d10
SM
976 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
977 point-min==1.
978
94eb3112
SM
979 * textmodes/ispell.el: Fix commenting convention.
980 (ispell-parse-output): Simplify, use push.
981 (ispell-region): Use match-string-no-properties.
982 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
983 (ispell-minor-mode): Use define-minor-mode.
984 (ispell-message): Remove unused var `skip-regexp'.
985 (ispell-add-per-file-word-list): Use dynamic let-binding.
986 Try and use the proper comment marker.
987
1f7f45a5
SM
988 * mail/sendmail.el: Fix commenting convention.
989 (sendmail-send-it): Use line-beginning-position.
990
0097720d
SM
991 * help-fns.el (describe-variable): Add original value, if applicable.
992
596880ea
JB
9932010-09-20 Juanma Barranquero <lekktu@gmail.com>
994
f0713411
JB
995 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
996
596880ea
JB
997 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
998
37c0347e
SM
9992010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1000
2bc01104
SM
1001 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
1002 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
1003 (smie-prec2-levels): Use them to better diagnose precedence cycles.
1004 (smie-blink-matching-check): Don't signal a mismatch if car is t.
1005 (smie-blink-matching-open): Rewrite to remove assumptions, so that
1006 something like "." can also be a closer.
1007 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
1008 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
1009 Rename internal functions to use "--". Update callers.
1010
e2c3f530
SM
1011 * frame.el (make-frame-names-alist): Don't list frames on other displays.
1012
37c0347e
SM
1013 * fringe.el (fringe-styles): New var.
1014 (fringe-mode, fringe-query-style): Use it.
1015
74790210
MM
10162010-09-18 Michael R. Mauger <mmaug@yahoo.com>
1017
1018 * progmodes/sql.el: Version 2.8
93acd23d 1019 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
1020 (sql-product-alist): Add :list-all and :list-table features for
1021 SQLite, Postgres and MySQL products.
1022 (sql-redirect): Handle default value.
1023 (sql-execute, sql-execute-feature): New functions.
1024 (sql-read-table-name): New function.
93acd23d 1025 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
1026 (sql-mode-map, sql-interactive-mode-map): Add key definitions
1027 for above functions.
1028 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
1029 for above functions.
1030 (sql-postgres-login-params): Add user and database defaults.
1031 (sql-buffer-live-p): Bug fix.
93acd23d 1032 (sql-product-history): New variable.
74790210
MM
1033 (sql-read-product): New function. Use it.
1034 (sql-set-product, sql-product-interactive): Use it.
1035 (sql-connection-history): New variable.
93acd23d 1036 (sql-read-connection): New function. Use it.
74790210
MM
1037 (sql-connect): New function.
1038 (sql-for-each-login): Redesign function interface.
1039 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
1040 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
1041 (sql-comint): Check for program. Existing live buffer.
74790210
MM
1042 (sql-comint-postgres): Add port parameter.
1043
cec01cd2
SM
10442010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1045
1046 * emacs-lisp/warnings.el: Fix commenting convention.
1047 (display-warning): Use special mode and make the buffer read-only.
1048
c2a845b5
JB
10492010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
1050
1051 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
1052 empty string when it follows a repeated or optional pattern.
1053
f5632fb6
SM
10542010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1055
1056 * indent.el (indent-according-to-mode): Apply syntax-propertize.
1057 (indent-region): Use indent-according-to-mode.
1058
71b961e8
EZ
10592010-09-18 Eli Zaretskii <eliz@gnu.org>
1060
1061 * fringe.el (fringe-mode): Doc fix.
1062
dbbd7ad4
KRC
10632010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
1064
1065 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
1066 refreshing the preview buffer.
1067
b879a6e2
SM
10682010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1069
1070 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
1071 (latex-syntax-propertize-rules): New consts; replace
1072 tex-font-lock-syntactic-keywords.
1073 (tex-env-mark, latex-env-before-change): New functions.
1074 (latex-electric-env-pair-mode): New minor mode.
1075 (tex-font-lock-verb): Change arguments; do move point.
1076 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
1077 representation as a form of comment.
1078 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
1079 (doctex-syntax-propertize-rules): New const; replaces
1080 doctex-font-lock-syntactic-keywords.
1081 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
1082
1083 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
1084 (fortran-make-syntax-propertize-function): New function; replaces
1085 fortran-font-lock-syntactic-keywords.
1086 (fortran-mode): Use it.
1087 (fortran-line-length): Use it. Improve interactive spec.
1088
1089 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
1090 (syntax-propertize-rules): Add var-ref case. Fix offset computation
1091 when adding surrounding \(..\).
1092
1093 * progmodes/js.el (js-mode): Fix last change (bug#7054).
1094
4be520fb
SM
10952010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1096
269c197e
SM
1097 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
1098 Use with-current-buffer.
1099
4be520fb
SM
1100 * isearch.el (isearch-face): Rename from `isearch'.
1101 (isearch-highlight): Use new name.
1102
a67597d6
EZ
11032010-09-17 Eli Zaretskii <eliz@gnu.org>
1104
1105 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
1106 5, for `half' width fringes. (Bug#6933)
1107
31c381e8
SM
11082010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1109
3fe6ef4e
SM
1110 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
1111 (byte-compile-defvar): "foo/bar" does not lack a prefix.
1112
31c381e8
SM
1113 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
1114
fb0cf781
J
11152010-09-17 Stephen Berman <stephen.berman@gmx.net>
1116
1117 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
1118 in calculating new frame position. Add more space between new and
1119 parent on the left (Bug#7048).
1120
1a9dc3b5
MA
11212010-09-17 Michael Albinus <michael.albinus@gmx.de>
1122
1123 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
1124 defmacro.
1125
dff0fdc3
CY
11262010-09-16 Chong Yidong <cyd@stupidchicken.com>
1127
31c381e8 1128 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 1129
117c96c7
CY
1130 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
1131 obsolete alias for x-selection-value.
1132
dff0fdc3
CY
1133 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
1134
c6f2191f
MA
11352010-09-16 Michael Albinus <michael.albinus@gmx.de>
1136
1137 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
1138 cookie.
1139
6139f995
MA
11402010-09-15 Michael Albinus <michael.albinus@gmx.de>
1141
1142 * net/tramp-compat.el (tramp-compat-with-temp-message)
1143 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
1144 (tramp-compat-process-put): New defuns.
1145
1146 * net/tramp.el (top):
1147 * net/tramp-gvfs.el (top):
1148 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
1149
31c381e8
SM
1150 * net/tramp.el (tramp-progress-reporter-update):
1151 Use `tramp-compat-funcall'.
6139f995
MA
1152
1153 * net/tramp.el (tramp-process-actions):
1154 * net/tramp-gvfs.el (tramp-handle-vc-registered):
1155 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
31c381e8
SM
1156 (tramp-get-remote-stat, tramp-get-remote-readlink):
1157 Use `tramp-compat-with-temp-message'.
6139f995
MA
1158
1159 * net/tramp-sh.el (top): Require 'cl.
1160 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
1161 (tramp-open-connection-setup-interactive-shell):
1162 Use `tramp-compat-process-put'.
6139f995 1163
22c3ce97
AM
11642010-09-15 Alan Mackenzie <acm@muc.de>
1165
1166 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
1167 indentation.
a4ee83cc 1168 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 1169
4f1e9960
SM
11702010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
1171
1172 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
1173 `lexical' for warnings related to lexical scoping.
1174 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
1175 global vars which don't have a prefix and could hence affect lexical
1176 scoping in unrelated files.
1177
01e80360
LMI
11782010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1179
1180 * net/imap.el: Revert back to version
1181 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1182 seem problematic.
1183
5e2a84e3
JB
11842010-09-14 Juanma Barranquero <lekktu@gmail.com>
1185
1186 * obsolete/old-whitespace.el (whitespace-unload-function):
1187 Explicitly pass `obarray' to `unintern' to avoid a warning.
1188
f3a30a50
SM
11892010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1190
1191 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1192 Add `when' argument. Update callers.
1193
1194 * subr.el (unintern): Declare the obarray arg mandatory.
1195
92b99a01
GM
11962010-09-14 Glenn Morris <rgm@gnu.org>
1197
67ae9766
GM
1198 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1199 Doc fixes.
1200
92b99a01
GM
1201 * calendar/diary-lib.el (diary-included-files): New variable.
1202 (diary-list-entries): Maybe initialize diary-included-files.
1203 (diary-include-other-diary-files): Append to diary-included-files.
1204 * calendar/appt.el (appt-update-list): Also check the members of
1205 diary-included-files. (Bug#6999)
08151ec5 1206 (appt-check): Doc fix.
92b99a01 1207
6664fc59 12082010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
1209
1210 * simple.el (line-move-visual): Do not truncate goal column to
1211 integer size. (Bug#7020)
1212
6664fc59 12132010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
1214
1215 * repeat.el (repeat): Allow repeating when the last event is a click.
1216 Suggested by Drew Adams (bug#6256).
1217
6664fc59 12182010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd
SM
1219
1220 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1221 Replace setting HGRCPATH to "" by some less invasive --config options.
1222
6664fc59 12232010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
1224
1225 * font-lock.el (font-lock-beginning-of-syntax-function):
1226 Mark as obsolete.
1227
6664fc59 12282010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
1229
1230 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1231 and tool-bar modes. (Bug#6211)
1232 (menu-bar-mode): Move setting of standard-value after the
1233 minor-mode definition, otherwise it seems to have no effect.
1234
6664fc59 12352010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
1236
1237 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1238 Fix typo. (Bug#6976)
1239
6664fc59 12402010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
1241
1242 * whitespace.el: Allow cleaning up blanks without blank
1243 visualization (Bug#6651). Adjust help window for
1244 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
1245 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1246 (whitespace-style): Add new value 'face. Adjust docstring.
1247 (whitespace-space, whitespace-hspace, whitespace-tab):
1248 Adjust foreground property face.
9c405a86
CY
1249 (whitespace-line-column): Adjust docstring and type declaration.
1250 (whitespace-style-value-list, whitespace-toggle-option-alist)
1251 (whitespace-help-text): Adjust const initialization.
1252 (whitespace-toggle-options, global-whitespace-toggle-options):
1253 Adjust docstring.
1254 (whitespace-display-window, whitespace-interactive-char)
1255 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1256 (whitespace-help-scroll): New fun.
1257
ba96ddf5
KY
12582010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
1259
1260 * calendar/time-date.el (format-seconds): Comment fix.
1261
a386ac70
MM
12622010-09-13 Michael R. Mauger <mmaug@yahoo.com>
1263
1264 * progmodes/sql.el: Version 2.7.
1265 (sql-buffer-live-p): Improve detection.
1266 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1267 (sql-set-sqli-buffer): Use it.
1268 (sql-product-interactive): Run `sql-set-sqli-hook'.
1269 (sql-rename-buffer): Code cleanup.
1270 (sql-redirect, sql-redirect-value): New functions. More to come.
1271
5d921df2
JB
12722010-09-13 Juanma Barranquero <lekktu@gmail.com>
1273
1274 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.
1275 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1276 (TRAMP_SRC): New macro.
1277 ($(lisp)/net/tramp-loaddefs.el): New target.
1278
03c1ad43
MA
12792010-09-13 Michael Albinus <michael.albinus@gmx.de>
1280
1281 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
1282
1283 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
1284
1285 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
1286 'tramp-compat, everything else is required there.
1287 Use `ignore-errors' where appropriate.
03c1ad43
MA
1288 (tramp-inline-compress-start-size, tramp-copy-size-limit)
1289 (tramp-terminal-type, tramp-end-of-output)
1290 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
1291 (tramp-completion-function-alist-ssh)
1292 (tramp-completion-function-alist-telnet)
1293 (tramp-completion-function-alist-su)
1294 (tramp-completion-function-alist-putty, tramp-remote-path)
1295 (tramp-remote-process-environment, tramp-sh-extra-args)
1296 (tramp-actions-before-shell, tramp-uudecode)
1297 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
1298 (tramp-perl-file-attributes)
1299 (tramp-perl-directory-files-and-attributes)
1300 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
1301 (tramp-perl-encode, tramp-perl-decode)
1302 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
1303 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
1304 (tramp-handle-make-symbolic-link, tramp-handle-load)
1305 (tramp-handle-file-name-as-directory)
1306 (tramp-handle-file-name-directory)
1307 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
1308 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
1309 (tramp-do-file-attributes-with-ls)
1310 (tramp-do-file-attributes-with-perl)
1311 (tramp-do-file-attributes-with-stat)
1312 (tramp-handle-set-visited-file-modtime)
1313 (tramp-handle-verify-visited-file-modtime)
1314 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
1315 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
1316 (tramp-handle-file-selinux-context)
1317 (tramp-handle-set-file-selinux-context)
1318 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
1319 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
1320 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
1321 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
1322 (tramp-handle-file-ownership-preserved-p)
1323 (tramp-handle-directory-file-name, tramp-handle-directory-files)
1324 (tramp-handle-directory-files-and-attributes)
1325 (tramp-do-directory-files-and-attributes-with-perl)
1326 (tramp-do-directory-files-and-attributes-with-stat)
1327 (tramp-handle-file-name-all-completions)
1328 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
1329 (tramp-handle-copy-file, tramp-handle-copy-directory)
1330 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
1331 (tramp-do-copy-or-rename-file-via-buffer)
1332 (tramp-do-copy-or-rename-file-directly)
1333 (tramp-do-copy-or-rename-file-out-of-band)
1334 (tramp-handle-make-directory, tramp-handle-delete-directory)
1335 (tramp-handle-delete-file)
1336 (tramp-handle-dired-recursive-delete-directory)
1337 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
1338 (tramp-handle-insert-directory)
1339 (tramp-handle-unhandled-file-name-directory)
1340 (tramp-handle-expand-file-name)
1341 (tramp-handle-substitute-in-file-name)
1342 (tramp-handle-executable-find, tramp-process-sentinel)
1343 (tramp-handle-start-file-process, tramp-handle-process-file)
1344 (tramp-handle-call-process-region, tramp-handle-shell-command)
1345 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
1346 (tramp-handle-insert-file-contents)
1347 (tramp-handle-insert-file-contents-literally)
1348 (tramp-handle-find-backup-file-name)
1349 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
1350 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
1351 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
1352 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
1353 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
1354 (tramp-find-file-exists-command, tramp-open-shell)
1355 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
1356 (tramp-open-connection-setup-interactive-shell)
1357 (tramp-local-coding-commands, tramp-remote-coding-commands)
1358 (tramp-find-inline-encoding, tramp-call-local-coding-command)
1359 (tramp-inline-compress-commands, tramp-find-inline-compress)
1360 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 1361 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
1362 (tramp-send-command-and-check, tramp-barf-unless-okay)
1363 (tramp-send-command-and-read, tramp-mode-string-to-int)
1364 (tramp-convert-file-attributes, tramp-check-cached-permissions)
1365 (tramp-file-mode-from-int, tramp-file-mode-permissions)
1366 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
1367 (tramp-method-out-of-band-p, tramp-local-host-p)
1368 (tramp-get-remote-path, tramp-get-remote-tmpdir)
1369 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
1370 (tramp-get-test-command, tramp-get-test-nt-command)
1371 (tramp-get-file-exists-command, tramp-get-remote-ln)
1372 (tramp-get-remote-perl, tramp-get-remote-stat)
1373 (tramp-get-remote-readlink, tramp-get-remote-trash)
1374 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
1375 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 1376 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
1377 tramp-sh.el.
1378 (tramp-methods, tramp-default-method-alist)
1379 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
1380 Move initialization to tramp-sh.el.
1381 (tramp-temp-name-prefix): Make it a defconst.
1382 (tramp-dissect-file-name): Don't check anymore for multi-hop
1383 methods.
1384 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 1385 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
1386 (tramp-get-debug-buffer): Use it.
1387
1388 * net/tramp-cache.el (top): Set tramp-autoload cookie for
1389 initialization forms.
1390 (tramp-set-connection-property): Don't protect `tramp-message'
1391 call, it isn't necessary any longer.
1392 (tramp-dump-connection-properties): Use `ignore-errors'.
1393
1394 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
1395 'password-cache and 'auth-source.
1396
1397 * net/tramp-gvfs.el (top):
1398 * net/tramp-smb.el (top): Require 'tramp-sh.
1399
1400 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
1401
1402 * net/tramp-sh.el: New file, derived from tramp.el.
1403 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 1404 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
1405 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
1406 Use `ignore-errors' where appropriate.
1407 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
1408 `tramp-file-name-handler-alist'.
1409 (tramp-send-command-and-check): Return t or nil. Remove all
1410 `zerop' checks, where called.
1411 (tramp-handle-set-file-modes)
1412 (tramp-do-copy-or-rename-file-directly)
1413 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 1414 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
1415 (tramp-sh-file-name-handler, tramp-send-command-and-check)
1416 (tramp-get-remote-ln): Set tramp-autoload cookie.
1417
1418 * net/tramp-fish.el: Remove file.
1419
c5fe4acb
DU
14202010-09-13 Daiki Ueno <ueno@unixuser.org>
1421
1422 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
1423 buffer-file-name to avoid file-locking. (Bug#7026)
1424
7ea2d383
MA
14252010-09-13 Julien Danjou <julien@danjou.info>
1426
1427 * notifications.el (notifications-notify): Add support for
1428 image-path and sound-name.
1429 (notifications-specification-version): Add this variable.
1430
5616cc54
SM
14312010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1432
31c381e8 1433 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 1434
94c7243b
LL
14352010-09-12 Leo <sdl.web@gmail.com>
1436
1437 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
1438 (rcirc-completion-start): New variables.
1439 (rcirc-nick-completions): Rename to rcirc-completions.
1440 (rcirc-nick-completion-start-offset): Delete.
1441 (rcirc-completion-at-point): New function for constructing
1442 completion data for both nicks and irc commands. Add to
1443 completion-at-point-functions in rcirc mode.
1444 (rcirc-complete): Rename from rcirc-nick-complete; use
1445 rcirc-completion-at-point.
1446 (defun-rcirc-command): Update rcirc-client-commands.
1447
0f34ae28
GM
14482010-09-11 Glenn Morris <rgm@gnu.org>
1449
1450 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
1451 atomically, to avoid parallel build errors. (Bug#4196)
1452
9250002f
MM
14532010-09-11 Michael R. Mauger <mmaug@yahoo.com>
1454
1455 * progmodes/sql.el: Version 2.6
1456 (sql-dialect): Synonym for "sql-product".
1457 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1458 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
1459 Set "sql-buffer" to buffer name not buffer object so multiple sql
1460 interactive buffers work properly. Reverts misguided changes in
1461 earlier work.
1462 (sql-comint): Make sure different buffer name is used if "*SQL*"
1463 buffer is for a different product.
1464 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
1465 login param.
1466 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1467 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1468 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
1469 Accept new buffer name or prompt for one.
1470 (sql-port): Default to zero.
1471 (sql-comint-mysql): Handle "sql-port" as a numeric.
1472 (sql-port-history): Delete unused variable.
1473 (sql-get-login): Default "sql-port" to a number.
31c381e8 1474 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
1475 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
1476 "sqlite3" executables.
31c381e8 1477 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
1478 (sql-buffer-live-p): New function.
1479 (sql-mode-menu, sql-send-string): Use it.
1480 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
1481 syntax pattern.
1482 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
1483 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
1484
a9ec34f4
LMI
14852010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1486
31c381e8 1487 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 1488
cf38dd42
SM
14892010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1490
1491 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
1492 to replace texinfo-font-lock-syntactic-keywords.
1493 (texinfo-mode): Use it.
1494
1495 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
1496 Use syntax-propertize-function.
1497
1498 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
1499 replace sgml-font-lock-syntactic-keywords.
1500 (sgml-mode): Use it.
1501
1502 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
1503 since we don't use it.
1504
1505 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
1506
1507 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
1508 if available.
1509 (vhdl-fontify-buffer): Adjust.
1510
1511 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
1512 replace tcl-font-lock-syntactic-keywords.
1513 (tcl-mode): Use it.
1514
1515 * progmodes/simula.el (simula-syntax-propertize-function): New var to
1516 replace simula-font-lock-syntactic-keywords.
1517 (simula-mode): Use it.
1518
1519 * progmodes/sh-script.el (sh-st-symbol): Remove.
1520 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
1521 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
1522 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
1523 (sh-font-lock-paren): Set syntax-multiline.
1524 (sh-font-lock-syntactic-keywords): Remove.
1525 (sh-syntax-propertize-function): New function to replace it.
1526 (sh-mode): Use it.
1527
1528 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
1529 Define while compiling.
1530 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1531 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
1532 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
1533 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1534 (ruby-here-doc-end-syntax): Only define when
1535 syntax-propertize is not available.
1536 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
1537 New functions.
1538 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
1539 (electric-indent-chars): Silence bytecompiler.
1540 (ruby-mode): Use prog-mode, syntax-propertize-function, and
1541 electric-indent-chars.
1542
1543 * progmodes/python.el (python-syntax-propertize-function): New var to
1544 replace python-font-lock-syntactic-keywords.
1545 (python-mode): Use it.
1546 (python-quote-syntax): Simplify and adjust to new use.
1547
1548 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
1549 replace perl-font-lock-syntactic-keywords.
1550 (perl-syntax-propertize-special-constructs): New fun to replace
1551 perl-font-lock-special-syntactic-constructs.
1552 (perl-font-lock-syntactic-face-function): New fun.
1553 (perl-mode): Use it.
1554
1555 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
1556 to replace octave-font-lock-close-quotes.
1557 (octave-syntax-propertize-function): New function to replace
1558 octave-font-lock-syntactic-keywords.
1559 (octave-mode): Use it.
1560
1561 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
1562 replaces mixal-font-lock-syntactic-keywords.
1563 (mixal-mode): Use it.
1564
1565 * progmodes/make-mode.el (makefile-syntax-propertize-function):
1566 New var; replaces makefile-font-lock-syntactic-keywords.
1567 (makefile-mode): Use it.
1568 (makefile-imake-mode): Adjust.
1569
1570 * progmodes/js.el (js--regexp-literal): Define while compiling.
1571 (js-syntax-propertize-function): New var; replaces
1572 js-font-lock-syntactic-keywords.
1573 (js-mode): Use it.
1574
1575 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
1576 replaces gdb-script-font-lock-syntactic-keywords.
1577 (gdb-script-mode): Use it.
1578
1579 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
1580 (fortran--font-lock-syntactic-keywords): New var.
1581 (fortran-line-length): Update syntax-propertize-function and
1582 fortran--font-lock-syntactic-keywords.
1583
1584 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
1585
1586 * progmodes/cfengine.el (cfengine-mode):
1587 Use syntax-propertize-function.
1588 (cfengine-font-lock-syntactic-keywords): Remove.
1589
1590 * progmodes/autoconf.el (autoconf-mode):
1591 Use syntax-propertize-function.
1592 (autoconf-font-lock-syntactic-keywords): Remove.
1593
1594 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
1595 (ada-after-change-function, ada-initialize-syntax-table-properties)
1596 (ada-handle-syntax-table-properties): Only define when
1597 syntax-propertize is not available.
1598 (ada-mode): Use syntax-propertize-function.
1599
1600 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
1601 (font-lock-fontify-syntactic-keywords-region): Move handling of
1602 font-lock-syntactically-fontified to...
1603 (font-lock-default-fontify-region): ...here.
1604 Let syntax-propertize-function take precedence.
1605 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
1606
1607 * emacs-lisp/syntax.el (syntax-propertize-function)
1608 (syntax-propertize-chunk-size, syntax-propertize--done)
1609 (syntax-propertize-extend-region-functions): New vars.
1610 (syntax-propertize-wholelines, syntax-propertize-multiline)
1611 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
1612 (syntax-propertize): New functions.
1613 (syntax-propertize-rules): New macro.
1614 (syntax-ppss-flush-cache): Set syntax-propertize--done.
1615 (syntax-ppss): Call syntax-propertize.
1616
1617 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
1618
36f7d366
AM
16192010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
1620
1621 * textmodes/ispell.el (ispell-init-process): Improve comments.
1622 XEmacs compatibility changes regarding (add-hook) 'local option
1623 and (set-process-query-on-exit-flag).
1624
8fca3921
MA
16252010-09-09 Michael Albinus <michael.albinus@gmx.de>
1626
cf38dd42
SM
1627 * net/tramp-cache.el (tramp-parse-connection-properties):
1628 Set tramp-autoload cookie.
8fca3921 1629
399653d6
GM
16302010-09-09 Glenn Morris <rgm@gnu.org>
1631
1632 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
1633 (imagemagick-register-types): Doc fix.
1634
c34a9669
SM
16352010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1636
b073dc4b
SM
1637 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
1638
1639 * progmodes/js.el (require): Require is already "eval-and-compile".
1640 (js--re-search-forward): Avoid `eval'. Preserve the error data.
1641 (js--re-search-backward): Use js--re-search-forward.
1642
1643 * progmodes/fortran.el (fortran-line-length): Don't recompute
1644 syntactic keywords redundantly a second time.
1645
1646 * progmodes/ada-mode.el: Replace "(set '" with setq.
1647 (ada-mode): Simplify.
1648 (ada-create-case-exception, ada-adjust-case-interactive)
1649 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
1650 (ada-search-ignore-string-comment, ada-move-to-start)
1651 (ada-move-to-end): Use with-syntax-table.
1652
1653 * font-lock.el (save-buffer-state): Remove `varlist' arg.
1654 (font-lock-unfontify-region, font-lock-default-fontify-region):
1655 Update usage correspondingly.
1656 (font-lock-fontify-syntactic-keywords-region):
1657 Set parse-sexp-lookup-properties buffer-locally here.
1658 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
1659
c34a9669
SM
1660 * simple.el (blink-matching-open): Don't burp if we can't find a match.
1661
13639aab
GM
16622010-09-08 Glenn Morris <rgm@gnu.org>
1663
5a972c36
GM
1664 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
1665 Error if not compiled with -DBYTE_CODE_METER.
1666
13639aab
GM
1667 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1668 Ignore dir-locals-file.
1669
331b2b90
SM
16702010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1671
1672 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1673 Not a const.
1674 (compilation-error-regexp-alist-alist): Rule out ": " in file names
1675 for the `gnu' messages.
1676 (compilation-set-skip-threshold): New command.
1677 (compilation-start): Use \' rather than $.
1678 (compilation-forget-errors): Use clrhash.
1679
73b4d51a
AM
16802010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
1681
1682 * textmodes/ispell.el (ispell-valid-dictionary-list):
1683 Simplify logic.
1684
0f34aa77
MA
16852010-09-08 Michael Albinus <michael.albinus@gmx.de>
1686
1687 Migrate to Tramp 2.2. Rearrange load dependencies.
1688 (Bug#1529, Bug#5448, Bug#5705)
1689
1690 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
1691 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
1692 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1693
1694 * net/tramp.el (top): Remove all other tramp-* loads except
1695 tramp-compat.el. Remove all changes to tramp-unload-hook for
1696 other tramp-* packages. Rearrange defun order. Change calls of
1697 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
1698 `tramp-compat-octal-to-decimal' to new function names.
1699 (tramp-terminal-type, tramp-initial-end-of-output)
1700 (tramp-methods, tramp-foreign-file-name-handler-alist)
1701 (tramp-tramp-file-p, tramp-completion-mode-p)
1702 (tramp-send-command-and-check, tramp-get-remote-path)
1703 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
1704 (tramp-shell-quote-argument): Set tramp-autoload cookie.
1705 (with-file-property, with-connection-property): Move to
1706 tramp-cache.el.
1707 (tramp-local-call-process, tramp-decimal-to-octal)
1708 (tramp-octal-to-decimal): Move to tramp-compat.el.
1709 (tramp-handle-shell-command): Do not require 'shell.
1710 (tramp-compute-multi-hops): No special handling for tramp-gw-*
1711 symbols.
1712 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
1713
1714 * net/tramp-cache.el (top): Require 'tramp. Add to
1715 `tramp-unload-hook'.
1716 (tramp-cache-data, tramp-get-file-property)
1717 (tramp-set-file-property, tramp-flush-file-property)
1718 (tramp-flush-directory-property, tramp-get-connection-property)
1719 (tramp-set-connection-property, tramp-flush-connection-property)
1720 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
1721 cookie.
1722 (with-file-property, with-connection-property): New defuns, moved
1723 from tramp.el.
1724 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
1725 macro.
1726
1727 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
1728 (tramp-version): Set tramp-autoload cookie.
1729
1730 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
1731 changes to tramp-unload-hook for other tramp-* packages. Add to
1732 `tramp-unload-hook'.
1733 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
1734 (tramp-compat-call-process): New defuns, moved from tramp.el.
1735
1736 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
1737 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1738 to `tramp-unload-hook'. Change call of
1739 `tramp-compat-decimal-to-octal' to new function name.
1740 (tramp-fish-method): Make it a defconst.
1741 (tramp-fish-file-name-p): Make it a defsubst.
1742 (tramp-fish-method, tramp-fish-file-name-handler)
1743 (tramp-fish-file-name-p): Set tramp-autoload cookie.
1744
1745 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
1746 `tramp-foreign-file-name-handler-alist'. Add to
1747 `tramp-unload-hook'.
1748 (tramp-ftp-method): Make it a defconst.
1749 (tramp-ftp-file-name-p): Make it a defsubst.
1750 (tramp-ftp-method, tramp-ftp-file-name-handler)
1751 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
1752
1753 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
1754 `tramp-foreign-file-name-handler-alist'. Add to
1755 `tramp-unload-hook'. Change checks, whether package can be
1756 loaded.
1757 (tramp-gvfs-file-name-p): Make it a defsubst.
1758 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
1759 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
1760 (tramp-gvfs-handle-file-directory-p): New defun.
1761 (tramp-gvfs-file-name-handler-alist): Use it.
1762
1763 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
1764 `tramp-foreign-file-name-handler-alist'. Add to
1765 `tramp-unload-hook'.
1766 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
1767 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
1768 defconst.
1769 (tramp-gw-tunnel-method, tramp-gw-socks-method)
1770 (tramp-gw-open-connection): Set tramp-autoload cookie.
1771
1772 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
1773 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1774 to `tramp-unload-hook'. Change checks, whether package can be
1775 loaded.
1776 (tramp-imap-file-name-p): Make it a defsubst.
1777 (tramp-imap-method, tramp-imaps-method)
1778 (tramp-imap-file-name-handler)
1779 (tramp-imap-file-name-p): Set tramp-autoload cookie.
1780
1781 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
1782 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1783 to `tramp-unload-hook'. Change checks, whether package can be
1784 loaded. Change call of `tramp-compat-decimal-to-octal' to new
1785 function name.
1786 (tramp-smb-tunnel-method): Make it a defconst.
1787 (tramp-smb-file-name-p): Make it a defsubst.
1788 (tramp-smb-method, tramp-smb-file-name-handler)
1789 (tramp-smb-file-name-p): Set tramp-autoload cookie.
1790
1791 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
1792 (tramp-uuencode-region): Set tramp-autoload cookie.
1793
1794 * net/trampver.el (top) Add to `tramp-unload-hook'.
1795 (tramp-version, tramp-bug-report-address): Set tramp-autoload
1796 cookie. Update release number.
1797
308e764f
AM
17982010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
1799
1800 * textmodes/ispell.el (ispell-start-process): Make sure original
1801 arg list is properly initialized (Bug#6993, Bug#6994).
1802
10999305 18032010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
1804
1805 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
1806
1807 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1808 chars like - or ] (bug#6984).
1809 (rx-any-condense-range): Explode 2-char ranges.
1810
10999305
CY
18112010-09-06 Glenn Morris <rgm@gnu.org>
1812
1813 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1814
18152010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
1816
1817 * textmodes/bibtex.el:
1818 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1819
f292afe5
LMI
18202010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1821
331b2b90 1822 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
1823 since no callers use it.
1824 (imap-message-get): Ditto.
1825 (imap-message-put): Ditto.
1826 (imap-mailbox-map): Ditto.
1827 (imap-mailbox-put): Ditto.
1828 (imap-mailbox-get): Ditto.
a131b9b8 1829 (imap-mailbox-get): Revert last change for this function.
f292afe5 1830
dfe1285d
LMI
18312010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1832
331b2b90 1833 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
1834 callers to use `imap-fetch' instead. According to the comments, this
1835 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
1836 (imap-enable-exchange-bug-workaround): Remove.
1837 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 1838
3ff31c90
LMI
18392010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1840
1841 * net/imap.el (imap-log): New convenience function used throughout
1842 instead of repeating the same code all over the place.
1843
dfe1285d 18442010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
1845
1846 * mouse.el (mouse-save-then-kill): Save region to kill-ring
1847 when mouse-drag-copy-region is non-nil (Bug#6956).
1848
93a596e1
CY
18492010-09-05 Chong Yidong <cyd@stupidchicken.com>
1850
8d76af4a
CY
1851 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
1852 Improve regexps (Bug#6987).
1853 (dired-sort-toggle): Search more robustly for -t flag.
1854
93a596e1
CY
1855 * files.el (get-free-disk-space): Search more robustly for
1856 "available" column. Suggested by Ehud Karni
1857 <ehud@unix.mvs.co.il>.
1858
733946e7
JB
18592010-09-05 Juanma Barranquero <lekktu@gmail.com>
1860
1861 * international/uni-bidi.el:
1862 * international/uni-category.el:
1863 * international/uni-combining.el:
1864 * international/uni-decimal.el:
1865 * international/uni-mirrored.el:
1866 * international/uni-name.el: Regenerate.
1867
2e664aab
SM
18682010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1869
6aeafb34
SM
1870 * electric.el (electric-indent-post-self-insert-function):
1871 Don't reindent with a sloppy indentation function.
1872
2e664aab
SM
1873 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
1874 border case in change-log-mode.
1875
13ef65a4
CY
18762010-09-04 Chong Yidong <cyd@stupidchicken.com>
1877
1878 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1879 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
1880 Recognize leading tab in gcc-include regexp. Ignore names with
1881 leading "from" or "in" in gnu regexp (Bug#6937).
1882
5abf1556
SM
18832010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1884
6aeafb34 1885 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
1886 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
1887 (ispell-start-process): Avoid setq and simplify logic.
1888 (ispell-init-process): Setup kill-buffer-hook locally when needed.
1889 (kill-buffer-hook): Don't use it globally with code that uses
1890 expand-file-name since that may call kill-buffer via
1891 code_conversion_restore.
1892
0be01d2c
CY
18932010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
1894
1895 * emacs-lisp/package.el (package-directory-list): Only call
1896 file-name-nondirectory on a string.
1897
ebf662f4
CY
18982010-09-02 Chong Yidong <cyd@stupidchicken.com>
1899
5abf1556
SM
1900 * emacs-lisp/package.el (package--download-one-archive):
1901 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
1902 (package-activate-1, package-mark-obsolete, define-package)
1903 (package-compute-transaction, package-list-maybe-add): Use push.
1904
e5eddfd1
SM
19052010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
1906
89acf735
SM
1907 Use SMIE's blink-paren for octave-mode.
1908 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
1909 Backslashes do not escape single-quotes, single-quotes do.
1910 (octave-block-else-regexp, octave-block-end-regexp)
1911 (octave-block-match-alist): Remove.
1912 (octave-smie-bnf-table): New var, with old content.
1913 (octave-smie-op-levels): Use it.
1914 (octave-smie-closer-alist): New var.
1915 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
1916 (octave-blink-matching-block-open): Remove.
1917 (octave-reindent-then-newline-and-indent, octave-electric-semi)
1918 (octave-electric-space): Let self-insert-command run expand-abbrev and
1919 blink parens.
1920
3b843809
SM
1921 * electric.el (electricity): New group.
1922 (electric-indent-chars): New var.
1923 (electric-indent-post-self-insert-function): New fun.
1924 (electric-indent-mode): New minor mode.
1925 (electric-pair-skip-self): New custom.
1926 (electric-pair-post-self-insert-function): New function.
1927 (electric-pair-mode): New minor mode.
1928
0da20854
SM
1929 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
1930 calcAlg-blink-matching-open.
1931 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
1932 (calc-do-alg-entry): Only touch the part of the keymap that varies.
1933 Use the new blink-matching-check-function.
1934
a49e651e
SM
1935 Provide blink-matching support to SMIE.
1936 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
1937 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
1938 (smie-blink-matching-check, smie-blink-matching-open): New functions.
1939
e5eddfd1
SM
1940 * simple.el (newline): Fix last change to properly remove itself from
1941 the hook.
1942
b13ebb5c
SM
19432010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1944
1945 * simple.el (newline): Eliminate optimization.
1946 Use post-self-insert-hook to set hard-newline and things before
1947 running post-self-insert-hook.
1948 (blink-matching-check-mismatch): New function.
1949 (blink-matching-check-function): New variable.
1950 (blink-matching-open): Use them.
1951 Skip back forward over prefix chars skipped by forward-sexp.
1952 Don't check if the parens are backslash escaped.
1953 (blink-paren-post-self-insert-function): Check backslash escaping here.
1954
e687c2cd
CY
19552010-09-02 Chong Yidong <cyd@stupidchicken.com>
1956
b13ebb5c
SM
1957 * emacs-lisp/package.el (package-menu-mode-map):
1958 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
1959 (package-menu-mode): Set revert-buffer-function.
1960 (package-menu-revert): Doc fix.
1961
567efba9
AM
19622010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
1963
1964 * textmodes/ispell.el (ispell-init-process): Use "~/" as
1965 `default-directory' unless using Ispell per-directory personal
1966 dictionaries and not in a mini-buffer under XEmacs.
1967 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 1968 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 1969
6d7cc563
JD
19702010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1971
08d4877e
J
1972 * simple.el (kill-new): Call interprogram-cut-function with only
1973 one argument.
1974
45240125
JD
1975 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
1976 Remove cut buffer from error message.
1977
1978 * term/x-win.el (x-select-text):
1979 * term/pc-win.el (x-selection-value):
1980 * term/ns-win.el (x-selection-value):
1981 * eshell/em-term.el:
1982 * w32-fns.el (x-get-selection-value):
1983 * mouse-sel.el (mouse-sel-set-selection-function):
1984 * frame.el (display-selections-p): Remove cut-buffer in documentation.
1985
6d7cc563
JD
1986 * term/x-win.el: Update documentation for x-last-selected-text-*.
1987 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
1988 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
1989 (x-select-text): Remove argument PUSH, update documentation. Remove
1990 cut-buffer code.
1991 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 1992 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
1993 Update documentation, remove cut-buffer code. Call
1994 x-selection-value-internal.
1995 (x-clipboard-yank): Call x-selection-value-internal.
1996 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
1997
1998 * term/pc-win.el (x-last-selected-text):
1999 x-cut-buffer-or-selection-value renamed to x-selection-value
2000 (x-select-text): Remove argument PUSH, update documentation.
2001
2002 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
2003 x-cut-buffer-or-selection-value renamed to x-selection-value
2004 (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
2005 (x-select-text): Remove argument PUSH, update documentation.
2006
2007 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
2008
2009 * w32-fns.el (x-last-selected-text):
2010 x-cut-buffer-or-selection-value renamed to x-selection-value.
2011 (x-cut-buffer-max): Remove.
2012 (x-select-text): Remove argument PUSH, update documentation.
2013
2014 * simple.el (interprogram-cut-function): Remove mention of PUSH.
2015
2016 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
2017
2018 * mouse-sel.el (mouse-sel-get-selection-function):
2019 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 2020 (x-select-text): Remove optional push.
6d7cc563 2021
4de81ee0
SM
20222010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2023
8f4e9110
SM
2024 * simple.el (blink-paren-function): Move from C to here.
2025 (blink-paren-post-self-insert-function): New function.
2026 (post-self-insert-hook): Use it.
2027
4de81ee0
SM
2028 * emacs-lisp/pcase.el (pcase-split-memq):
2029 Fix overenthusiastic optimisation.
2030 (pcase-u1): Handle the case of a lambda pred.
2031
d419e1d9
KH
20322010-08-31 Kenichi Handa <handa@m17n.org>
2033
2034 * international/mule-cmds.el (standard-display-european-internal):
2035 Setup standard-display-table for 8-bit characters by storing 8-bit
2036 characters in the element vector.
2037
1e05f387
SM
2038 * disp-table.el (standard-display-8bit):
2039 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
2040 characters in the element vector.
2041 (standard-display-european): Likewise.
2042
61f7096c
CY
20432010-08-31 Masatake YAMATO <yamato@redhat.com>
2044
2045 * textmodes/nroff-mode.el (nroff-view): New command.
2046 (nroff-mode-map): Bind it to C-c C-c.
2047
ec5d3ff7
SM
20482010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2049
c8977b2e
SM
2050 * emacs-lisp/smie.el (smie-down-list): New command.
2051
ec5d3ff7
SM
2052 Remove old indentation and navigation code on octave-mode.
2053 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
2054 smie-down-list rather than add a binding for octave-down-block.
2055 (octave-mark-block, octave-blink-matching-block-open):
2056 Rely on forward-sexp-function.
2057 (octave-fill-paragraph): Don't narrow, so you can use
2058 indent-according-to-mode.
2059 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
2060 (octave-in-block-p, octave-re-search-forward-kw)
2061 (octave-re-search-backward-kw, octave-indent-calculate)
2062 (octave-end-as-array-index-p, octave-block-end-offset)
2063 (octave-scan-blocks, octave-forward-block, octave-backward-block)
2064 (octave-down-block, octave-backward-up-block, octave-up-block)
2065 (octave-before-magic-comment-p, octave-indent-line): Remove.
2066
187d3296
CY
20672010-08-31 Chong Yidong <cyd@stupidchicken.com>
2068
2069 * emacs-lisp/package.el (package--read-archive-file): Just use
2070 `read', to avoid copying an additional string.
2071 (package-menu-mode): Set header-line-format here.
2072 (package-menu-refresh, package-menu-revert): Signal an error if
2073 not in the Package Menu.
2074 (package-menu-package-list): New var.
2075 (package--generate-package-list): Operate on the current buffer;
2076 don't assume that it is *Packages*, since the user may rename it.
2077 Allow persistent package listings and sort keys using
2078 package-menu-package-list and package-menu-package-sort-key.
2079 (package-menu--version-predicate): Fix version calculation.
2080 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
2081 (package--list-packages): Create the *Packages* buffer.
2082 Set package-menu-package-list-key.
187d3296
CY
2083 (list-packages): Sorting by status is now the default.
2084 (package-buffer-info): Use match-string-no-properties.
2085 (define-package): Add a &rest argument for future proofing, but
2086 don't use it yet.
2087 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
2088 Merge into a single function, package-install-from-buffer.
2089 (package-install-file): Change caller.
187d3296
CY
2090
2091 * finder.el: Load finder-inf using `require'.
2092 (finder-list-matches): Sorting by status is now the default.
2093 (finder-compile-keywords): Simpify printing.
2094
e17b68ed
SM
20952010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2096
2097 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2098 (octave-mode-map): Remove special bindings for forward/backward-block
2099 and octave-backward-up-block. Use smie-close-block.
2100 (octave-continuation-marker-regexp): New var.
2101 (octave-continuation-regexp): Use it.
2102 (octave-operator-table, octave-smie-op-levels)
2103 (octave-operator-regexp, octave-smie-indent-rules): New vars.
2104 (octave-smie-backward-token, octave-smie-forward-token): New funs.
2105 (octave-mode): Use SMIE.
2106 (octave-close-block): Delete.
2107
42b6a73b
EZ
21082010-08-30 Eli Zaretskii <eliz@gnu.org>
2109
2110 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
2111 CLIPBOARD, not in PRIMARY. (Bug#6944)
2112
f291fe60
SM
21132010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2114
ee992a8c
SM
2115 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
2116 a list of parents.
2117 (smie-indent-column): Allow indirection through variables.
2118
d36b74ca
SM
2119 * composite.el (save-buffer-state): Delete, unused.
2120 * font-lock.el (save-buffer-state): Use with-silent-modifications.
2121 (font-lock-default-fontify-region): Use with-syntax-table.
2122 * jit-lock.el (with-buffer-unmodified): Remove.
2123 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
2124
f291fe60
SM
2125 Use `declare' in defmacros.
2126 * window.el (save-selected-window):
2127 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
2128 * progmodes/python.el (def-python-skeleton):
2129 * net/dbus.el (dbus-ignore-errors):
2130 * jka-cmpr-hook.el (with-auto-compression-mode):
2131 * international/mule.el (with-category-table):
2132 * emacs-lisp/timer.el (with-timeout):
2133 * emacs-lisp/lisp-mnt.el (lm-with-file):
2134 * emacs-lisp/eieio.el (with-slots):
2135 * emacs-lisp/easymenu.el (easy-menu-define):
2136 * emacs-lisp/debug.el (debugger-env-macro):
2137 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
2138 (Multiple-value-call, Multiple-value-prog1):
2139 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
2140 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
2141 edebug rule to definition.
2142 * emacs-lisp/lisp-mode.el (save-selected-window)
2143 (with-current-buffer, combine-after-change-calls)
2144 (with-output-to-string, with-temp-file, with-temp-buffer)
2145 (with-temp-message, with-syntax-table, read-if, eval-after-load)
2146 (dolist, dotimes, when, unless):
2147 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
2148
96ae4c8f
CY
21492010-08-29 Chong Yidong <cyd@stupidchicken.com>
2150
2151 * finder.el: Require `package'.
2152 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
2153 (finder-package-info): Var deleted.
2154 (finder-keywords-hash, finder--builtins-alist): New vars.
2155 (finder-compile-keywords): Compute package--builtins and
2156 finder-keywords-hash instead of finder-keywords-hash, respecting
2157 the "Package" header.
f291fe60
SM
2158 (finder-unknown-keywords, finder-list-matches):
2159 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
2160 (finder-mode): Don't set font-lock-defaults.
2161 (finder-exit): We don't use "*Finder-package*" and "*Finder
2162 Category*" buffers anymore.
2163
2164 * emacs-lisp/package.el (package--builtins-base): Var deleted.
2165 (package--builtins): Set default value to nil.
2166 (package-initialize): Load precomputed value of package--builtins
2167 from finder-inf.el.
2168 (package-alist, package-compute-transaction)
2169 (package-download-transaction): Improve docstring.
2170 (package-read-all-archive-contents): Do not change
2171 package--builtins here.
2172 (list-packages): Make package-list-packages an alias for this.
2173 Sort by status by default.
2174 (package--list-packages): Add optional PACKAGES arg.
2175 (describe-package-1): Use font-lock-face property. For built-in
2176 packages, insert file commentary.
2177 (package--generate-package-list): Rename from
2178 package-list-packages-internal; all callers changed. Add optional
2179 PACKAGES arg. Add alphabetical sort fallbacks.
2180 (package-menu--version-predicate, package-menu--status-predicate)
2181 (package-menu--description-predicate)
2182 (package-menu--name-predicate): New functions.
2183
2184 * info.el (Info-finder-find-node): Search package-alist instead of
2185 finder-package-info.
2186
e2046ecf
CY
21872010-08-29 Chong Yidong <cyd@stupidchicken.com>
2188
2189 * subr.el (version-regexp-alist): Don't use "a" and "b" for
2190 "alpha" and "beta".
2191 (version-to-list): Handle versions like "10.3d".
2192
6fe79b7c
SM
21932010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2194
2195 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
2196 (macroexp-accumulate): Use `declare'.
2197
1a868076
VJL
21982010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2199
2200 * whitespace.el (whitespace-style): Adjust type declaration.
2201
9e69cb05
KH
22022010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
2203
2204 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2205 empty argument to gvfs-copy.
2206
22072010-08-26 Chong Yidong <cyd@stupidchicken.com>
2208
2209 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
2210 handle new TRASH arg of `delete-file'.
2211
22122010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
2213
2214 * net/tramp.el (tramp-handle-insert-directory): Don't use
2215 `forward-word', its default syntax could be changed.
2216
22172010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2218 Michael Albinus <michael.albinus@gmx.de>
2219
2220 Implement compression for inline methods.
2221
2222 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2223 (tramp-copy-size-limit): Allow also nil.
2224 (tramp-inline-compress-commands): New defconst.
2225 (tramp-find-inline-compress, tramp-get-inline-compress)
2226 (tramp-get-inline-coding): New defuns.
2227 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2228 replaced by `tramp-get-inline-coding'.
2229 (tramp-handle-file-local-copy, tramp-handle-write-region)
2230 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2231
22322010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
2233
2234 Detect ssh 'ControlMaster' argument automatically in some cases.
2235
2236 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2237 (tramp-default-method): Use it.
2238
22392010-08-26 Karel Klíč <kklic@redhat.com>
2240
2241 * net/tramp.el (tramp-file-name-for-operation):
2242 Add file-selinux-context.
2243
22442010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
2245
2246 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
2247
22482010-08-26 Chong Yidong <cyd@stupidchicken.com>
2249
2250 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
2251 (Bug#6907).
2252
4142607e
NW
22532010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
2254
2255 * progmodes/js.el: Make indentation more customizable (Bug#6914).
2256 (js-paren-indent-offset, js-square-indent-offset)
2257 (js-curly-indent-offset): New options.
2258 (js--proper-indentation): Use them.
2259
88a36e60
DC
22602010-08-26 Daniel Colascione <dan.colascione@gmail.com>
2261
2262 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
2263 instead of inspecting font-lock properties (Bug#6916).
2264
38dbc4d8
DR
22652010-08-26 David Reitter <david.reitter@gmail.com>
2266
2267 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 2268 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
2269 (server-execute): Do not run hooks here.
2270
44ffae96
MA
22712010-08-26 Michael Albinus <michael.albinus@gmx.de>
2272
2273 Sync with Tramp 2.1.19.
2274
20b8ac83
MA
2275 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2276 (tramp-reporter-dump-variable, tramp-load-report-modules)
2277 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
2278 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
2279
2280 * net/tramp-compat.el (top): Do not autoload
2281 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
2282 only when `start-file-process' is not bound.
2283 (byte-compile-not-obsolete-vars): Define if not bound.
2284 (tramp-compat-funcall): New defmacro.
2285 (tramp-compat-line-beginning-position)
2286 (tramp-compat-line-end-position)
2287 (tramp-compat-temporary-file-directory)
2288 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2289 (tramp-compat-copy-file, tramp-compat-copy-directory)
2290 (tramp-compat-delete-file, tramp-compat-delete-directory)
2291 (tramp-compat-number-sequence, tramp-compat-process-running-p):
2292 Use it.
2293 (tramp-advice-file-expand-wildcards): Do not use
2294 `tramp-handle-file-remote-p'.
2295 (tramp-compat-make-temp-file): Simplify fallback implementation.
2296 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2297 (tramp-compat-copy-tree): Remove function.
2298 (tramp-compat-delete-file): New defun.
2299 (tramp-compat-delete-directory): Provide implementation for older
2300 Emacsen.
2301 (tramp-compat-file-attributes): Handle only
2302 `wrong-number-of-arguments' error.
2303
95b6d681
JB
2304 * net/tramp-fish.el (tramp-fish-handle-copy-file):
2305 Add PRESERVE_SELINUX_CONTEXT.
20b8ac83
MA
2306 (tramp-fish-handle-delete-file): Add TRASH arg.
2307 (tramp-fish-handle-directory-files-and-attributes):
2308 Do not use `tramp-fish-handle-file-attributes.
2309 (tramp-fish-handle-file-local-copy)
2310 (tramp-fish-handle-insert-file-contents)
2311 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
2312
2313 * net/tramp-gvfs.el (top): Require url-util.
2314 (tramp-gvfs-mount-point): Remove.
2315 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
2316 and `set-file-selinux-context'.
2317 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
2318 (tramp-gvfs-handle-file-selinux-context)
2319 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2320 (with-tramp-dbus-call-method): Format trace message.
2321 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2322 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1e05f387
SM
2323 Implement backup call, when operation on local files fails.
2324 Use progress reporter. Flush properties of changed files.
20b8ac83
MA
2325 (tramp-gvfs-handle-delete-file): Add TRASH arg. Use
2326 `tramp-compat-delete-file'.
2327 (tramp-gvfs-handle-expand-file-name): Expand "~/".
2328 (tramp-gvfs-handle-make-directory): Make more traces.
2329 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
2330 (tramp-gvfs-url-file-name): Hexify file name in url.
2331 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
2332 into account for the resulting file name.
2333 (tramp-gvfs-handler-askquestion): Preserve current message, in
2334 order to let progress reporter continue afterwards. (Bug#6257)
1e05f387
SM
2335 Return dummy mountpoint, when the answer is "no".
2336 See `tramp-gvfs-maybe-open-connection'.
20b8ac83
MA
2337 (tramp-gvfs-handler-mounted-unmounted)
2338 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1e05f387
SM
2339 attribute "default_location". Set "prefix" property.
2340 Handle default-location.
20b8ac83
MA
2341 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
2342 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
2343 exists. Raise an error, if not (due to a corresponding answer
93acd23d
JB
2344 "no" in interactive questions, for example).
2345 Use `tramp-compat-funcall'.
20b8ac83
MA
2346
2347 * net/tramp-imap.el (top): Autoload `epg-make-context'.
2348 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2349 (tramp-imap-do-copy-or-rename-file)
2350 (tramp-imap-handle-insert-file-contents)
2351 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
2352 (tramp-imap-handle-delete-file): Add TRASH arg.
2353
1e05f387
SM
2354 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2355 Add PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
2356 (tramp-smb-handle-copy-file)
2357 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2358 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2359 Use `with-progress-reporter'.
2360 (tramp-smb-handle-delete-file): Add TRASH arg.
2361
2362 * net/tramp.el (tramp-methods): Move hostname to the end in all
2363 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
2364 appropriate.
2365 (tramp-verbose): Describe verbose level 9.
2366 (tramp-completion-function-alist)
2367 (tramp-file-name-regexp, tramp-chunksize)
2368 (tramp-local-coding-commands, tramp-remote-coding-commands)
2369 (with-connection-property, tramp-completion-mode-p)
2370 (tramp-action-process-alive, tramp-action-out-of-band)
2371 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2372 (tramp-exists-file-name-handler): Fix docstring.
2373 (tramp-remote-process-environment): Use `format' instead of
2374 `concat'. Protect version string by apostroph.
2375 (tramp-shell-prompt-pattern): Do not use a shy group in case of
2376 XEmacs.
2377 (tramp-file-name-regexp-unified)
2378 (tramp-completion-file-name-regexp-unified): On W32 systems, do
2379 not regard the volume letter as remote filename. (Bug#5447)
2380 (tramp-perl-file-attributes)
2381 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2382 (tramp-vc-registered-read-file-names): Read input as
2383 here-document, otherwise the command could exceed maximum length
2384 of command line.
2385 (tramp-file-name-handler-alist): Add `file-selinux-context' and
2386 `set-file-selinux-context'.
2387 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
2388 backtrace functions.
2389 (tramp-error-with-buffer): Don't show the connection buffer when
2390 we are in completion mode.
2391 (tramp-progress-reporter-update, tramp-remote-selinux-p)
2392 (tramp-handle-file-selinux-context)
2393 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
2394 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
2395 New defuns.
2396 (with-progress-reporter): New defmacro.
2397 (tramp-debug-outline-regexp): New defconst.
2398 (top, tramp-rfn-eshadow-setup-minibuffer)
2399 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2400 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2401 (tramp-completion-mode-p, tramp-check-for-regexp)
2402 (tramp-open-connection-setup-interactive-shell)
2403 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2404 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2405 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
2406 Use `tramp-compat-funcall'.
2407 (tramp-handle-make-symbolic-link): Flush file properties.
2408 (tramp-handle-load, tramp-handle-file-local-copy)
2409 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2410 (tramp-handle-vc-registered, tramp-maybe-send-script)
2411 (tramp-find-shell): Use `with-progress-reporter'.
2412 (tramp-do-file-attributes-with-stat): Add space in format string,
2413 in order to work around a bug in pdksh. Reported by Gilles Pion
2414 <gpion@lfdj.com>.
2415 (tramp-handle-verify-visited-file-modtime): Do not send a command
2416 when the connection is not established.
2417 (tramp-handle-set-file-times): Simplify the check for utc.
2418 (tramp-handle-directory-files-and-attributes)
2419 (tramp-get-remote-path): Use `copy-tree'.
2420 (tramp-completion-handle-file-name-all-completions): Ensure, that
2421 non remote files are still checked. Oops.
1e05f387
SM
2422 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2423 Handle PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
2424 (tramp-do-copy-or-rename-file): Add progress reporter.
2425 (tramp-do-copy-or-rename-file-directly): Do not use
2426 `tramp-handle-file-remote-p'.
2427 (tramp-do-copy-or-rename-file-out-of-band):
2428 Use `tramp-compat-delete-directory'.
2429 (tramp-do-copy-or-rename-file-out-of-band)
2430 (tramp-compute-multi-hops, tramp-maybe-open-connection):
2431 Use `format-spec-make'.
2432 (tramp-handle-delete-file): Add TRASH arg.
2433 (tramp-handle-dired-uncache): Flush directory cache, not only file
2434 cache.
2435 (tramp-handle-expand-file-name)
2436 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
2437 (tramp-completion-handle-file-name-completion):
2438 Use `tramp-connectable-p'.
20b8ac83
MA
2439 (tramp-handle-start-file-process): Set connection property "vec".
2440 Use it, in order to invalidate file caches. Check only for
2441 `remote-tty' process property.
2442 Implement tty setting. (Bug#4604, Bug#6360)
2443 (tramp-file-name-for-operation): Add `call-process-region' and
2444 `set-file-selinux-context'.
2445 (tramp-find-foreign-file-name-handler)
2446 (tramp-advice-make-auto-save-file-name)
2447 (tramp-set-auto-save-file-modes): Remove superfluous check for
2448 `stringp'. This is done inside `tramp-tramp-file-p'.
2449 (tramp-file-name-handler): Trace 'quit. Catch the error for some
2450 operations when we are in completion mode. This gives the user
2451 the chance to correct the file name in the minibuffer.
2452 (tramp-completion-mode-p): Use `non-essential'.
2453 (tramp-handle-file-name-all-completions): Backward/ XEmacs
2454 compatibility: Use `completion-ignore-case' if
2455 `read-file-name-completion-ignore-case' does not exist.
2456 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
2457 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2458 `tramp-open-shell'.
2459 (tramp-action-password): Hide password prompt before next run.
2460 (tramp-process-actions): Widen connection buffer for the trace.
2461 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2462 process property. Trace stty settings if `tramp-verbose' >= 9.
2463 Apply workaround for IRIX64 bug. Move argument of last
2464 `tramp-send-command' where it belongs to.
2465 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2466 front of `login-args'.
2467 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
2468 on "/dev/null" instead of "/".
2469 (tramp-get-ls-command-with-dired): Make test for "--dired"
2470 stronger.
2471 (tramp-set-auto-save-file-modes): Adapt version check.
2472 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
2473 (tramp-handle-process-file): Call the program in a subshell, in
2474 order to preserve working directory.
2475 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
2476 `tramp-remote-sh' from `tramp-methods'.
2477 (tramp-get-ls-command): Make test for "--color=never" stronger.
2478 (tramp-check-for-regexp): Use (forward-line 1).
2479
44ffae96
MA
2480 * net/trampver.el: Update release number.
2481
cb6c4991
CY
24822010-08-26 Chong Yidong <cyd@stupidchicken.com>
2483
2484 * help.el (help-map): Bind `C-h P' to describe-package.
2485
2486 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
2487
2488 * emacs-lisp/package.el (package-refresh-contents): Catch errors
2489 when downloading archives.
2490 (describe-package-1): Add package commentary.
2491 (package-install-button-action): New function.
2492 (package-menu-mode-map): Bind ? to package-menu-describe-package.
2493 (package-menu-view-commentary): Function removed.
2494 (package-list-packages-internal): Hide the `package' package too.
2495
b60f961f
KH
24962010-08-25 Kenichi Handa <handa@m17n.org>
2497
2498 * language/misc-lang.el ("Arabic"): New language environment.
2499 Setup composition-function-table for Arabic characters.
2500
2501 * international/fontset.el (setup-default-fontset): Fix typo for
2502 arabic OTF spec (fini->fina).
2503
a0c16be4
J
25042010-08-25 Jan Djärv <jan.h.d@swipnet.se>
2505
2506 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
2507 on all frames.
2508
85cc3d4f
VJL
25092010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2510
2511 * whitespace.el: Allow cleaning up blanks without blank
2512 visualization (Bug#6651). Adjust help window for
2513 whitespace-toggle-options (Bug#6479). Allow to use fill-column
2514 instead of whitespace-line-column (from EmacsWiki). New version
2515 13.1.
2516 (whitespace-style): Added new value 'face. Adjust docstring.
2517 (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
2518 foreground property face.
2519 (whitespace-line-column): Adjust docstring and type declaration.
2520 (whitespace-style-value-list, whitespace-toggle-option-alist)
2521 (whitespace-help-text): Adjust const initialization.
2522 (whitespace-toggle-options, global-whitespace-toggle-options):
2523 Adjust docstring.
2524 (whitespace-display-window, whitespace-interactive-char)
2525 (whitespace-style-face-p, whitespace-color-on): Adjust code.
2526 (whitespace-help-scroll): New fun.
2527
cb8759ca
CY
25282010-08-24 Chong Yidong <cyd@stupidchicken.com>
2529
2530 * emacs-lisp/package.el (list-packages): Alias for
2531 package-list-packages.
2532
44a41a47
KR
25332010-08-24 Kevin Ryde <user42@zip.com.au>
2534
be7748e7
KR
2535 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
2536 (Bug#5651).
2537
44a41a47
KR
2538 * progmodes/ruby-mode.el (ruby): Add defgroup.
2539
edfd00fa
CY
25402010-08-24 Chong Yidong <cyd@stupidchicken.com>
2541
2542 * progmodes/python.el: Add Ipython support (Bug#5390).
2543 (python-shell-prompt-alist)
2544 (python-shell-continuation-prompt-alist): New options.
2545 (python--set-prompt-regexp): New function.
2546 (inferior-python-mode, run-python, python-shell): Require
2547 ansi-color. Use python--set-prompt-regexp to set the comint
2548 prompt based on the Python interpreter.
2549 (python--prompt-regexp): New var.
2550 (python-check-comint-prompt)
2551 (python-comint-output-filter-function): Use it.
2552 (run-python): Use a pipe (Bug#5694).
2553
25542010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
2555
2556 * progmodes/python.el (python-send-region): Send a different
2557 Python command if Ipython is in use.
2558 (python-check-version): Use a Python command to find the version.
2559
1c409d0b
CY
25602010-08-24 Chong Yidong <cyd@stupidchicken.com>
2561
2562 * mouse.el (mouse-yank-primary): Avoid setting primary when
2563 deactivating the mark (Bug#6872).
2564
733946e7 25652010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
2566
2567 * progmodes/python.el (python-block-pairs): Allow use of "finally"
2568 with "else" (Bug#3991).
2569
e73f184c
MA
25702010-08-23 Michael Albinus <michael.albinus@gmx.de>
2571
2572 * net/dbus.el: Accept UNIX domain sockets as bus address.
2573 (top): Don't initialize `dbus-registered-objects-table' anymore,
2574 this is done in dbusbind,c.
2575 (dbus-check-event): Adapt test for bus.
2576 (dbus-return-values-table, dbus-unregister-service)
2577 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
2578 Adapt doc string.
2579
1a140747
JB
25802010-08-23 Juanma Barranquero <lekktu@gmail.com>
2581
2582 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
2583
7133b7ee
JL
25842010-08-22 Juri Linkov <juri@jurta.org>
2585
2586 * simple.el (read-extended-command): New function with the logic
2587 for `completing-read' moved to Elisp from `execute-extended-command'.
2588 Use `function-called-at-point' in `minibuffer-default-add-function'
2589 to get a command name for M-n (bug#5364, bug#5214).
2590
198a7a97
CY
25912010-08-22 Chong Yidong <cyd@stupidchicken.com>
2592
2593 * startup.el (command-line-1): Issue warning for ignored arguments
2594 --unibyte, etc (Bug#6886).
2595
c00725d7
LL
25962010-08-22 Leo <sdl.web@gmail.com>
2597
2598 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
2599 (ignore, bright, dim, keyword): Split list of nicknames before
2600 passing to rcirc-add-or-remove (Bug#6894).
2601
bc7d7ea6
CY
26022010-08-22 Chong Yidong <cyd@stupidchicken.com>
2603
2604 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2605
b0126eac 26062010-08-22 Leo <sdl.web@gmail.com>
e0143335 2607
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 2608 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 2609 * ido.el: Revert Óscar's.
e0143335
LL
2610 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
2611 Remember the buffers at head, rather than their name.
76e3243a 2612 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 2613
b0126eac 26142010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
2615 Stefan Monnier <monnier@iro.umontreal.ca>
2616
2617 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
2618 extra backslash added to each line (bug#6890).
2619
b0126eac 26202010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
2621
2622 * subr.el (read-key): Don't echo keystrokes (bug#6883).
2623
b0126eac 26242010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
2625
2626 * menu-bar.el (menu-bar-games-menu): Add landmark.
2627
b0126eac 26282010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 2629
9130a2d6
GM
2630 * align.el (align-regexp): Make group and spacing arguments
2631 use the interactive defaults when non-interactive. (Bug#6698)
2632
fb89a654
GM
2633 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
2634 expansion, so as not to need sendmail.
2635 (mail-text-start): Remove declaration.
2636 (rmail-retry-failure): Require sendmail.
2637
b0126eac 26382010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
2639
2640 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
2641
b0126eac 26422010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 2643
186e86db
SM
2644 * progmodes/flymake.el (flymake-start-syntax-check-process):
2645 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 2646
b0126eac 26472010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
2648
2649 * files.el: Add `word-wrap' as safe local variable.
2650
b0126eac 26512010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
2652
2653 * woman.el (woman-translate): Case matters. (Bug#6849)
2654
b0126eac 26552010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
2656
2657 * simple.el (kill-region): Doc fix (Bug#6787).
2658
b0126eac 26592010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
2660
2661 * calendar/diary-lib.el (diary-header-line-format):
2662 Fit it to the window, not the frame.
2663
b0126eac 26642010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
2665
2666 * subr.el (ignore-errors): Add debug declaration.
2667
b0126eac 26682010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
2669
2670 * whitespace.el (whitespace-color-off): Remove post-command-hook
2671 locally.
2672
537ffaf3
SM
26732010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2674
2675 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
2676
d64b8a68
CY
26772010-08-21 Chong Yidong <cyd@stupidchicken.com>
2678
2679 * cus-edit.el (custom-group-value-create): Add extra newline
2680 before end line (Bug#6876).
2681
d2625c3d
CY
26822010-08-21 Chong Yidong <cyd@stupidchicken.com>
2683
2684 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
2685 when extending it. Before killing on the second click, check if
2686 the buffer is the correct one. Doc fix.
2687 (mouse-secondary-save-then-kill): Allow usage without first
2688 calling mouse-start-secondary, by defaulting to point. Don't save
2689 an empty secondary selection. Doc fix.
2690
80525855
VJL
26912010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2692
91bdeb66
VJL
2693 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
2694 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 2695 New version 13.0.
80525855
VJL
2696 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2697 Adjust initialization.
2698 (whitespace-bob-marker, whitespace-eob-marker)
2699 (whitespace-buffer-changed): New vars.
2700 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
2701 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
2702 (whitespace-post-command-hook, whitespace-display-char-on):
2703 Adjust code.
80525855 2704 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 2705 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 2706
4b9c0a49
SM
27072010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2708
118cf454
SM
2709 * files.el (locate-file-completion-table): Only list the .el and .elc
2710 extensions if there's no other choice (bug#5955).
2711
a2e5caf7
SM
2712 * facemenu.el (facemenu-self-insert-data): New var.
2713 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
2714 New functions.
2715 (facemenu-add-face): Use them.
2716
4b9c0a49
SM
2717 * simple.el (blink-matching-open): Obey forward-sexp-function.
2718
0193499f
SM
27192010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
2720
b2a15250
SM
2721 * simple.el (prog-mode-map): New var.
2722 (prog-indent-sexp): New command.
2723
b5ba2d6f
SM
2724 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
2725
9acd1bdc
SM
2726 * progmodes/prolog.el (smie): Require.
2727
8723cfa4
SM
2728 * emacs-lisp/smie.el (smie-default-backward-token)
2729 (smie-default-forward-token): Strip properties.
2730 (smie-next-sexp): Be more careful with associative operators.
2731 (smie-forward-sexp-command): Generalize.
2732 (smie-backward-sexp-command): Simplify.
2733 (smie-closer-alist): New var.
2734 (smie-close-block): New command.
2735 (smie-indent-debug-log): New var.
2736 (smie-indent-offset-rule): Add a few more cases.
2737 (smie-indent-column): New function.
2738 (smie-indent-after-keyword): Use it.
2739 (smie-indent-keyword): Use it.
2740 Fix up the opener code's point position.
2741 (smie-indent-comment): Only applies at BOL.
2742 (smie-indent-debug): New command.
2743
0193499f
SM
2744 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
2745 declarations that are useful before running the macro.
2746
0c9b8993
GM
27472010-08-18 Joakim Verona <joakim@verona.se>
2748
2749 * image.el (imagemagick-types-inhibit): New variable.
2750 (imagemagick-register-types): New function.
2751 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
2752 (image-transform-set-scale, image-transform-fit-to-height)
2753 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
2754 (image-transform-fit-to-width, image-transform-fit-to-height):
2755 New functions.
ccd80618
JV
2756 (image-toggle-display-image): Support image transforms.
2757
1075cd61
KY
27582010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
2759
2760 * image.el (create-animated-image): Don't add heuristic mask to image
2761 (Bug#6839).
2762
64cb6c78
J
27632010-08-18 Jan Djärv <jan.h.d@swipnet.se>
2764
0193499f
SM
2765 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
2766 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 2767
ff80a446
SM
27682010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
2769
afa22f7c
SM
2770 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
2771
ff80a446
SM
2772 Font-lock '...' strings, plus various simplifications and fixes.
2773 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2774 (octave-font-lock-close-quotes): New function.
2775 (octave-font-lock-syntactic-keywords): New var.
2776 (octave-mode): Use it. Set beginning-of-defun-function.
2777 (octave-mode-map): Don't override the <foo>-defun commands.
2778 (octave-mode-menu): Pass it directly to easy-menu-define;
2779 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
2780 (octave-block-match-alist): Fix up last change so that
2781 octave-close-block uses the more specific keyword.
2782 (info-lookup-mode): Silence byte-compiler.
2783 (octave-beginning-of-defun): Not interactive any more.
2784 Optimize slightly.
2785 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
2786 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
2787 (octave-completion-at-point-function): Make sure point is within
2788 beg..end.
2789 (octave-reindent-then-newline-and-indent):
2790 Use reindent-then-newline-and-indent.
2791 (octave-add-octave-menu): Remove.
2792
2269b349
JD
27932010-08-17 Jan Djärv <jan.h.d@swipnet.se>
2794
489cd5bd
JD
2795 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
2796 (report-emacs-bug-can-use-xdg-email): New functions.
2797 (report-emacs-bug): Set can-xdg-email to result of
2798 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
2799 \C-cm to report-emacs-bug-insert-to-mailer and add help text
2800 about it.
30ebab6d 2801
a2fb159c
GM
2802 * net/browse-url.el (browse-url-default-browser): Add cond
2803 for browse-url-xdg-open.
2804 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
2805
28062010-08-17 Glenn Morris <rgm@gnu.org>
2807
2808 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
2809 (c-fontify-recorded-types-and-refs): Define for compiler.
2810 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
2811 before use.
2812
2813 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
2814 Fix format call.
2815
bb6aba9c
MA
28162010-08-17 Michael Albinus <michael.albinus@gmx.de>
2817
2818 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
2819 properties.
2820 (tramp-handle-process-file): Call the program in a subshell, in
2821 order to preserve working directory.
2822 (tramp-action-password): Hide password prompt before next run.
2823 (tramp-process-actions): Widen connection buffer for the trace.
2824
8f10c937
DD
28252010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2826
2827 * net/rcirc.el (rcirc-log-process-buffers): New option.
2828 (rcirc-print): Use it.
2829 (rcirc-generate-log-filename): New function.
2830 (rcirc-log-filename-function): Change default to
2831 rcirc-generate-log-filename (Bug#6828).
2832
7c23dd44
CY
28332010-08-16 Chong Yidong <cyd@stupidchicken.com>
2834
2835 * simple.el (deactivate-mark): If select-active-regions is `only',
2836 only set selection for temporarily active regions.
2837
2838 * cus-start.el: Change defcustom for select-active-regions.
2839
6d3e82d2
CY
28402010-08-15 Chong Yidong <cyd@stupidchicken.com>
2841
2842 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
2843 (mouse-drag-track): Use LOCATION arg to push-mark.
2844 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
2845 consideration when updating point and mark (Bug#6840).
2846
c68263b1
CY
28472010-08-15 Chong Yidong <cyd@stupidchicken.com>
2848
2849 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2850 Give the Ruby rule a lower priority than Gnu (Bug#6778).
2851
456f369a
ŠN
28522010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
2853
ff80a446
SM
2854 * font-lock.el (lisp-font-lock-keywords-2):
2855 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
2856 with-demoted-errors, and with-silent-modifications (Bug#6025).
2857
c22e18f5
KR
28582010-08-14 Kevin Ryde <user42@zip.com.au>
2859
2860 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
2861 (copyright-update): Temporary switch-to-buffer to ensure the
2862 buffer change being queried is visible (Bug#5394).
c22e18f5 2863
6f1a6faf
TT
28642010-08-14 Tom Tromey <tromey@redhat.com>
2865
2866 * progmodes/etags.el (tags-file-name): Mark safe if stringp
2867 (Bug#6733).
2868
e7afcf30
EZ
28692010-08-14 Eli Zaretskii <eliz@gnu.org>
2870
2871 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
2872 MS-DOS. (Bug#6689)
2873
2b4e6277
J
28742010-08-13 Jan Djärv <jan.h.d@swipnet.se>
2875
2876 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
2877 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2878 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2879 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
2880 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
2881 Call menu-bar-set-tool-bar-position.
2b4e6277 2882
dc94fc85
SM
28832010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2884
c5683ceb
SM
2885 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
2886 comment style (bug#6834).
2887 * progmodes/scheme.el (scheme-mode-syntax-table):
2888 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
2889 "b" flag in "' 14b" syntax.
2890
c82d5b11
SM
2891 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
2892 for (un)commenting the region and performing completion.
2893 (octave-mode-menu): Use standard commands for help and completion.
2894 (octave-mode-syntax-table): Support %{..%} comments (sort of).
2895 (octave-mode): Use define-derived-mode.
2896 Set completion-at-point-functions and don't set columns.
2897 Don't disable adaptive-fill-regexp.
2898 (octave-describe-major-mode, octave-comment-region)
2899 (octave-uncomment-region, octave-comment-indent)
2900 (octave-indent-for-comment): Remove.
2901 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 2902 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
2903 (octave-initialize-completions): No need to make an alist.
2904 (octave-completion-at-point-function): New function.
2905 (octave-complete-symbol): Use it.
2906 (octave-insert-defun): Use define-skeleton.
2907
2908 * progmodes/octave-mod.el (octave-mode): Set comment-add.
2909 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 2910
61b6abbd
AL
29112010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
2912
2913 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
2914 indentation of inserted comment.
2915
3a46642b
J
29162010-08-11 Jan Djärv <jan.h.d@swipnet.se>
2917
2918 * faces.el (region): Add type gtk that uses gtk colors.
2919
2920 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
2921 Handle theme-name change.
2922
3bd2cfef
MM
29232010-08-10 Michael R. Mauger <mmaug@yahoo.com>
2924
2925 * progmodes/sql.el: Version 2.5
2926 (sql-product-alist): Add :prompt-cont-regexp property for several
2927 database products.
2928 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
2929 (sql-output-newline-count, sql-output-by-send):
2930 New variables. Record number of newlines in input text.
3bd2cfef
MM
2931 (sql-send-string): Handle multiple filters and count newlines.
2932 (sql-send-magic-terminator): Count terminator newline.
2933 (sql-interactive-remove-continuation-prompt): Filters output to
2934 remove continuation prompts; one for each newline.
2935 (sql-interactive-mode): Set up new variables, prompt regexp and
2936 output filter.
2937 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 2938 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 2939
d02c9bcd
SM
29402010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2941
2942 * emacs-lisp/pcase.el: New file.
2943
80ca4f1e
MA
29442010-08-10 Michael Albinus <michael.albinus@gmx.de>
2945
2946 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
2947 as here-document, otherwise the command could exceed maximum
2948 length of command line.
d02c9bcd
SM
2949 (tramp-handle-vc-registered): Call script accordingly.
2950 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 2951
2948599b
KH
29522010-08-10 Kenichi Handa <handa@m17n.org>
2953
2954 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
2955 composable pattern.
2956
148cef8e
CY
29572010-08-09 Chong Yidong <cyd@stupidchicken.com>
2958
2959 * emacs-lisp/package.el (package-version-split)
2960 (package--version-first-nonzero, package-version-compare):
2961 Functions removed.
2962 (package-directory-list, package-load-all-descriptors)
2963 (package--built-in, package-activate, define-package)
2964 (package-installed-p, package-compute-transaction)
2965 (package-read-all-archive-contents)
2966 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
2967 (package-tar-file-info, package-list-packages-internal):
2968 Use version-to-list and version-list-*.
148cef8e 2969
d02c9bcd
SM
2970 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2971 Use version-to-list.
148cef8e
CY
2972 (package-upload-buffer-internal): Use version-list-<=.
2973
82a9ce0f
KH
29742010-08-09 Kenichi Handa <handa@m17n.org>
2975
231e5e5f 2976 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
2977 composable pattern.
2978
7adf5fdc
CY
29792010-08-08 Chong Yidong <cyd@stupidchicken.com>
2980
fc560445
CY
2981 * tutorial.el (tutorial--default-keys): C-d is now bound to
2982 delete-forward-char (Bug#6826).
2983
7adf5fdc
CY
2984 * mouse.el (mouse-drag-track): Remove accidentally-removed check
2985 for `double' value of mouse-1-click-follows-link (Bug#6807).
2986
e54a1075
JB
29872010-08-08 Johan Bockgård <bojohan@gnu.org>
2988
2989 * replace.el (replace-highlight): Bind isearch-forward and
2990 isearch-error, ensuring that highlighting is updated if the user
2991 switches the search direction (Bug#6808).
2992
2993 * isearch.el (isearch-lazy-highlight-forward): New var.
2994 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2995 (isearch-lazy-highlight-update): Use it.
2996
7815fe19 29972010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 2998
8d9e03e4
JB
2999 * international/mule.el (define-charset): Store NAME as :base property.
3000 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
3001 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
3002 current priority. Force using the designation of the specific
8d9e03e4 3003 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 3004
7815fe19 30052010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
3006
3007 * emulation/pc-select.el (pc-selection-mode-hook)
3008 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
3009 (pc-selection-mode): Fix typos in docstrings.
3010
7815fe19 30112010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
3012
3013 * language/cyrillic.el: Don't add "microsoft-cp1251" to
3014 ctext-non-standard-encodings-alist here.
3015
8d9e03e4
JB
3016 * international/mule.el (ctext-non-standard-encodings-alist):
3017 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
3018 (ctext-standard-encodings): New variable.
3019 (ctext-non-standard-encodings-table): List only elements for
3020 non-standard encodings.
186e86db 3021 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
3022 Check ctext-standard-encodings.
3023
3024 * international/mule-conf.el (compound-text): Doc fix.
3025 (ctext-no-compositions): Doc fix.
3026 (compound-text-with-extensions): Doc fix.
3027
7815fe19 30282010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
3029
3030 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
3031
8d9e03e4 30322010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 3033
9ebc731b
JB
3034 * progmodes/which-func.el (which-func-format): Split help-echo text
3035 into lines, like other mode-line tooltips.
3036
d5b8058f
JB
3037 * server.el (server-start): When using TCP sockets, force IPv4
3038 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
3039
8d9e03e4 30402010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
3041
3042 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
3043
8d9e03e4 30442010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
3045
3046 * term.el (term-delimiter-argument-list): Reflow docstring.
3047 (term-read-input-ring, term-write-input-ring, term-send-input)
3048 (term-bol, term-erase-in-display, serial-supported-or-barf):
3049 Fix typos in docstrings.
3050
8d9e03e4 30512010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
3052
3053 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
3054
8d9e03e4 30552010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
3056
3057 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
3058
8d9e03e4 30592010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
3060
3061 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
3062 Fix typo in docstring (bug#6747).
3063
7815fe19 30642010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
3065
3066 * eshell/esh-io.el (eshell-get-target): Better detection of
3067 read-only file (Bug#6762).
3068
7815fe19 30692010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
3070
3071 * align.el (align-default-spacing): Doc fix.
3072 (align-region-heuristic, align-regexp): Fix typos in docstrings.
3073
733946e7 30742010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 3075
490b89ac 3076 * calendar/icalendar.el
93acd23d
JB
3077 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
3078 (icalendar--get-weekday-numbers): New.
81ee9410 3079 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 3080 values in weekly rules. (Bug#6766)
81ee9410 3081
490b89ac
UJ
30822010-08-08 Ulf Jasper <ulf.jasper@web.de>
3083
3084 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
3085 (icalendar--create-uid, icalendar-export-region)
3086 (icalendar--parse-summary-and-rest): Code formatting.
3087
2c695727
JB
30882010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
3089
3090 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
3091 to italicize headers.
3092 (calc-highlight-selections-with-faces): New variable.
3093 (calc-selected-face, calc-nonselected-face): New faces.
3094
3095 * calc/calccomp.el (math-comp-highlight-string): Use
3096 `calc-highlight-selections-with-faces' to determine how to highlight
3097 sub-formulas.
3098
3099 * calc/calc-sel.el (calc-show-selections): Change message to when
3100 using faces to highlight selections.
3101
b93d4f22
MM
31022010-08-07 Michael R. Mauger <mmaug@yahoo.com>
3103
8d9e03e4
JB
3104 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
3105 Add SQLite 3 keywords, functions and datatypes.
3106 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
3107 (Bug#6686).
3108
9852377f
CY
31092010-08-07 Chong Yidong <cyd@stupidchicken.com>
3110
3111 * simple.el (select-active-regions): Move to keyboard.c.
3112 (deactivate-mark): Used saved-region-selection.
3113 (select-active-region): Function removed.
3114 (activate-mark, set-mark, push-mark-command)
3115 (handle-shift-selection): Don't call it.
3116 (keyboard-quit): Avoid adding the region to the window selection.
3117
3118 * mouse.el (mouse-drag-track): Remove hacks to deal with old
3119 select-active-regions implementation.
3120 (mouse-yank-at-click): Doc fix.
3121
3122 * cus-start.el: Add custom declaration for select-active-regions.
3123
822775bf
EZ
31242010-08-07 Eli Zaretskii <eliz@gnu.org>
3125
4c5130d6
EZ
3126 * simple.el (delete-forward-char): Doc fix.
3127
822775bf
EZ
3128 * tutorial.el (help-with-tutorial): Hack safe file-local variables
3129 after reading the tutorial.
3130
bd4c5e3e
AM
31312010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
3132
3133 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
3134 for the case that a C style comment has its delimiters alone on
3135 their respective lines.
3136
d00fa9b6
MA
31372010-08-06 Michael Albinus <michael.albinus@gmx.de>
3138
8d9e03e4 3139 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6
MA
3140 property "vec".
3141 (tramp-process-sentinel): Use it for flushing the cache. We
3142 cannot do it via the process buffer, the buffer could be deleted
3143 already when running the sentinel.
3144
31452010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
3146
3147 * comint.el (comint-mode): Make directory tracking functions
3148 functional on remote files. (Bug#6764)
3149
b3d42406
DN
31502010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3151
3152 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
3153
29cf3e20
EZ
31542010-08-05 Eli Zaretskii <eliz@gnu.org>
3155
3156 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
3157 unexec.c => unexcoff.c.
3158
3159 * emacs-lisp/authors.el (authors-fixed-entries): Rename
3160 unexec.c => unexcoff.c.
3161
39e1bf0b
MA
31622010-08-05 Michael Albinus <michael.albinus@gmx.de>
3163
3164 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
3165 cache, not only file cache.
3166 (tramp-process-sentinel): New defun.
3167 (tramp-handle-start-file-process): Use it, in order to invalidate
3168 file caches.
3169
9f982e22
LL
31702010-08-03 Leo <sdl.web@gmail.com>
3171
3172 * server.el (server-start): Simplify loop.
3173
0798a8d8
SM
31742010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3175
548c5c47
SM
3176 * frame.el (screen-height, screen-width, set-screen-width)
3177 (set-screen-height): Remove ancient compatibility aliases.
3178
3311d1c2
SM
3179 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
3180 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
3181
0798a8d8
SM
3182 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
3183 that change current buffer.
3184
26ee77a6
YM
31852010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3186
3187 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
3188 beginning of the string. Use `string-match-p'. (Bug#6765)
3189
aa1859f5
J
31902010-08-01 Jan Djärv <jan.h.d@swipnet.se>
3191
3192 * cus-start.el (x-gtk-use-system-tooltips): New variable.
3193
376c2b6b
CY
31942010-08-01 Chong Yidong <cyd@stupidchicken.com>
3195
0798a8d8 3196 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 3197 (package--builtins): Tweak descriptions.
0798a8d8
SM
3198 (package-print-package): Upcase descriptions if necessary.
3199 Show all built-in packages in font-lock-builtin-face.
3200 (package-list-packages-internal): Omit "emacs" package.
3201 Show status of built-in packages as "built-in".
376c2b6b 3202
16041401
CY
32032010-07-31 Chong Yidong <cyd@stupidchicken.com>
3204
3205 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
3206 before killing to preserve the primary selection (Bug#6701).
3207
3208 * term/x-win.el (x-select-text): Doc fix.
3209
0798a8d8
SM
32102010-07-31 Nathaniel Flath <flat0103@gmail.com>
3211
3212 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
3213 The following functions were modified or created:
452ea855
AM
3214
3215 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
3216 (objc-font-lock-extra-types):
452ea855 3217 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
3218 * progmodes/cc-langs.el (c-make-mode-syntax-table)
3219 (c++-make-template-syntax-table)
3220 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
3221 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
3222 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
3223 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
3224 * progmodes/cc-fonts.el (c-make-inverse-face)
3225 (c-basic-matchers-after):
452ea855
AM
3226 * progmodes/cc-engine.el (c-forward-keyword-clause)
3227 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
3228 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
3229 (c-guess-continued-construct, c-guess-basic-syntax):
3230
37766706
J
32312010-07-31 Jan Djärv <jan.h.d@swipnet.se>
3232
0798a8d8 3233 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 3234
cd83d522
EZ
32352010-07-31 Eli Zaretskii <eliz@gnu.org>
3236
3237 * files.el (bidi-paragraph-direction): Define safe local values.
3238
3239 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
3240 language-info-alist. Remove outdated FIXME in a comment.
3241
28e5cf7c
AM
32422010-07-31 Alan Mackenzie <acm@muc.de>
3243
3244 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
3245 Auto-fill broken in C/C++ modes.
3246
bfeabdc3
JD
32472010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3248
3249 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
3250 (menu-bar-showhide-tool-bar-menu-customize-disable)
3251 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
3252 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
3253 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
3254 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
3255 make a menu for Options => toolbar that can move it.
3256
063e5294
CY
32572010-07-29 Chong Yidong <cyd@stupidchicken.com>
3258
3259 * emacs-lisp/package-x.el (package--make-rss-entry):
3260 (package-maint-add-news-item, package--update-news)
3261 (package-upload-buffer-internal): New arg ARCHIVE-URL.
3262
3263 * emacs-lisp/package.el (package-archive-url): Rename from
3264 package-archive-id.
3265 (package-install): Doc fix.
3266 (package-download-single, package-download-tar, package-install)
3267 (package-menu-view-commentary): Callers changed.
3268
683cc385
MA
32692010-07-29 Michael Albinus <michael.albinus@gmx.de>
3270
3271 * net/tramp.el (tramp-handle-start-file-process): Check only for
3272 `remote-tty' process property.
3273 (tramp-open-shell): Don't check for tty.
3274 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
3275 process property.
3276
3277 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
3278 host.
3279
bc44bef7
PH
32802010-07-28 Chong Yidong <cyd@stupidchicken.com>
3281
3282 * emacs-lisp/package.el (package-load-list, package-archives)
3283 (package-archive-contents, package-user-dir)
3284 (package-directory-list, package--builtins, package-alist)
3285 (package-activated-list, package-obsolete-alist): Mark as risky.
3286
32872010-07-28 Phil Hagelberg <phil@evri.com>
3288
3289 Add support for non-default package repositories.
3290 * emacs-lisp/package.el (package-archive-base): Var deleted.
3291 (package-archives): New variable.
3292 (package-archive-contents): Doc fix.
0798a8d8 3293 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
3294 (package--write-file-no-coding): New function.
3295 (package-unpack-single): Use it.
3296 (package-archive-id): New function.
3297 (package-download-single, package-download-tar)
3298 (package-menu-view-commentary): Use it.
3299 (package-installed-p): Make second argument optional.
3300 (package-read-all-archive-contents): New function.
3301 (package-initialize): Use it.
3302 (package-read-archive-contents): Add ARCHIVE argument.
3303 (package--add-to-archive-contents): New function.
3304 (package-install): Don't call package-read-archive-contents.
3305 (package--download-one-archive): Store archive file in a
3306 subdirectory of package-user-dir.
3307 (package-menu-execute): Remove spurious line movement.
3308
8a52f00a
JD
33092010-07-28 Jan Djärv <jan.h.d@swipnet.se>
3310
3311 * cus-start.el (tool-bar-style): Add text-image-horiz.
3312
b21d3ceb
MA
33132010-07-28 Michael Albinus <michael.albinus@gmx.de>
3314
3315 * progmodes/gud.el (gud-common-init): Check for remoteness of
3316 `file', and not of `default-directory'.
3317
8fbcce2d
MA
33182010-07-28 Michael Albinus <michael.albinus@gmx.de>
3319
3320 * net/tramp.el (tramp-methods): Move hostname to the end in all
3321 ssh `tramp-login-args'.
3322 (tramp-verbose): Describe verbose level 9.
3323 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
3324 (tramp-open-connection-setup-interactive-shell): Trace stty
3325 settings if `tramp-verbose' >= 9.
3326 (tramp-handle-start-file-process): Implement tty setting.
3327 (Bug#4604, Bug#6360)
3328
3329 * net/tramp-cmds.el (tramp-bug): Recommend setting of
3330 `tramp-verbose' to 9.
3331
128440c9
AH
33322010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
3333
3334 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
3335 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
3336 Remove references to package `lisp-re' (bug#4369).
3337
ae0c2494
TT
33382010-07-27 Tom Tromey <tromey@redhat.com>
3339
3340 * progmodes/js.el (js-mode):
3341 * progmodes/make-mode.el (makefile-mode):
3342 * progmodes/simula.el (simula-mode):
3343 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
3344
0ed082fe 33452010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
3346
3347 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
3348
7c7c04c0
JB
3349 * time.el (display-time-day-and-date): Remove spurious * in docstring.
3350 (display-time-world-buffer-name, display-time-world-mode-map):
3351 Fix typos in docstrings.
3352
0ed082fe 33532010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
3354
3355 * image-mode.el (image-display-size): New function.
3356 (image-forward-hscroll, image-next-line, image-eol, image-eob)
3357 (image-mode-fit-frame): Use it (Bug#6639).
3358
0ed082fe 33592010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
3360
3361 * dired.el (dired-buffers-for-dir): Handle list values of
3362 dired-directory (Bug#6636).
3363
aa2d4bd3
SS
33642010-07-26 Sam Steingold <sds@gnu.org>
3365
3366 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
3367 Do not call `x-get-selection' the second time, reuse the value.
3368
78b84da3
DU
33692010-07-26 Daiki Ueno <ueno@unixuser.org>
3370
3371 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 3372 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 3373
4f195cf7
DU
33742010-07-25 Daiki Ueno <ueno@unixuser.org>
3375
3376 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
3377 exists before passing an error to find-file-not-found-functions
3378 (bug#6723).
3379
195e19e4
LH
33802010-07-23 Lukas Huonker <l.huonker@gmail.com>
3381
3382 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
3383 Remove leading nil element, adjust values.
3384 (tetris-shapes, tetris-shape-scores):
3385 Change representation of shapes and remove some redundancy.
3386 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
3387 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
3388 Adjust for working with new representation of shapes.
3389 (tetris-shape-rotations): New function.
3390 (tetris-move-bottom, tetris-move-left, tetris-move-right)
3391 (tetris-rotate-prev, tetris-rotate-next):
3392 Adjust for working with the new version of tetris-test-shape.
3393
9cf2db99
MT
33942010-07-23 Markus Triska <markus.triska@gmx.at>
3395
3396 * progmodes/ps-mode.el: Use comint (bug#5954).
3397 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
3398 (ps-mode-other-newline): Simplify.
3399 (ps-run-mode): Derive from comint-mode instead of
3400 fundamental-mode, yielding input history etc.
3401 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
3402 (ps-run-send-string): Adapt for comint-mode.
3403 (ps-run-newline): Remove now unneeded function.
3404
225d5e9e
MA
34052010-07-23 Michael Albinus <michael.albinus@gmx.de>
3406
3407 * net/tramp.el (tramp-methods): Move hostname to the end in all
3408 plink `tramp-login-args'.
3409
84bc68f2
MA
34102010-07-23 Michael Albinus <michael.albinus@gmx.de>
3411
3412 * net/tramp.el (tramp-open-shell): New defun.
3413 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3414 Use it.
3415
1eb5ca1c
MA
34162010-07-23 Michael Albinus <michael.albinus@gmx.de>
3417
3418 * net/tramp.el (tramp-file-name-regexp-unified)
3419 (tramp-completion-file-name-regexp-unified): On W32 systems, do
3420 not regard the volume letter as remote filename. (Bug#5447)
3421
440735a7
JB
34222010-07-23 Juanma Barranquero <lekktu@gmail.com>
3423
3424 * custom.el (custom-declare-variable): Give a clearer error message
3425 when the docstring is missing (bug#6476).
3426
5474c40f
MM
34272010-07-22 Michael R. Mauger <mmaug@yahoo.com>
3428
3429 * progmodes/sql.el: Version 2.4. Improved Login prompting.
3430 (sql-login-params): New widget definition.
3431 (sql-oracle-login-params, sql-mysql-login-params)
3432 (sql-solid-login-params, sql-sybase-login-params)
3433 (sql-informix-login-params, sql-ingres-login-params)
3434 (sql-ms-login-params, sql-postgres-login-params)
3435 (sql-interbase-login-params, sql-db2-login-params)
3436 (sql-linter-login-params): Use it.
3437 (sql-sqlite-login-params): Use it; Define "database" parameter as
3438 a file name.
c4cc8b9a 3439 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
3440 (sql-comint-sqlite): Make sure database name is complete.
3441 (sql-for-each-login): New function.
3442 (sql-connect, sql-save-connection): Use it.
3443 (sql-get-login-ext): New function.
3444 (sql-get-login): Use it.
3445 (sql-make-alternate-buffer-name): Handle :file parameters.
3446
9c0deccb
JB
34472010-07-22 Juanma Barranquero <lekktu@gmail.com>
3448
3449 * dired.el (dired-no-confirm): Document value t and fix defcustom to
3450 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
3451
aac818a8
TL
34522010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
3453
3454 * dired.el (dired-mode-map): Use command remapping (bug#6632).
3455
47d2734f
LM
34562010-07-22 Lawrence Mitchell <wence@gmx.li>
3457
3458 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
3459
10e73994
MA
34602010-07-21 Michael Albinus <michael.albinus@gmx.de>
3461
3462 * net/tramp.el (tramp-get-ls-command)
3463 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
3464 instead of "/".
3465
d26b0ea9
MM
34662010-07-20 Michael R. Mauger <mmaug@yahoo.com>
3467
3468 * progmodes/sql.el: Version 2.3.
3469 (sql-connection-alist): Changed keys from symbols to strings;
3470 enhanced the widget definition.
3471 (sql-mode-menu): Added submenu to select connections.
3472 (sql-interactive-mode-menu): Added "Save Connection" item.
3473 (sql-add-product): Fixed menu item.
3474 (sql-get-product-feature): Improved error handling.
3475 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
3476 (sql-make-alternate-buffer-name): Simplified.
3477 (sql-product-interactive): Handle missing product.
3478 (sql-connect): Support string keys, minor improvements.
3479 (sql-save-connection): New function.
3480 (sql-connection-menu-filter): New function.
3481
af4b9ae5
MA
34822010-07-20 Michael Albinus <michael.albinus@gmx.de>
3483
3484 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
3485 (tramp-open-connection-setup-interactive-shell): Apply
3486 workaround for IRIX64 bug. Move argument of last
3487 `tramp-send-command' where it belongs to.
3488
da040a16
MA
34892010-07-20 Michael Albinus <michael.albinus@gmx.de>
3490
3491 * net/tramp.el (tramp-perl-file-attributes)
3492 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
3493 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
3494 front of `login-args'.
3495
16f3ade5
JB
34962010-07-19 Juanma Barranquero <lekktu@gmail.com>
3497
3498 * time.el (display-time-world-mode): Define with `define-derived-mode'.
3499 Set `show-trailing-whitespace' to nil.
3500 (display-time-world-display): Simplify.
3501
00af0b67
AM
35022010-07-18 Alan Mackenzie <acm@muc.de>
3503
3504 Enhance `c-file-style' in file/directory local variables.
a628ad9d 3505 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
3506 (c-before-hack-hook): Call `c-set-style' differently according to
3507 whether c-file-style was set in file or directory local
3508 variables.
3509
30c4d8dc
MM
35102010-07-18 Michael R. Mauger <mmaug@yahoo.com>
3511
3512 * progmodes/sql.el: Version 2.2.
3513 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
3514 defcustom :safe keyword rather than putting safe-local-variable
3515 property.
3516 (sql-password): Use defcustom :risky keyword rather than putting
3517 risky-local-variable property.
3518 (sql-oracle-login-params, sql-sqlite-login-params)
3519 (sql-solid-login-params, sql-sybase-login-params)
3520 (sql-informix-login-params, sql-ingres-login-params)
3521 (sql-ms-login-params, sql-postgres-login-params)
3522 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 3523 (sql-linter-login-params): Add `port' option.
30c4d8dc
MM
3524 (sql-get-product-feature): Added NO-INDIRECT parameter.
3525 (sql-comint-oracle, sql-comint-sybase)
3526 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
3527 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
3528 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
3529 (sql-comint-linter): Renamed sql-connect-* functions to
3530 sql-comint-*.
3531 (sql-product-alist, sql-mode-menu): Renamed as above and
3532 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 3533 (sql-connection): New variable.
30c4d8dc
MM
3534 (sql-interactive-mode): Set it.
3535 (sql-connection-alist): New variable.
3536 (sql-connect): New function.
3537 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 3538 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 3539
f12492c8
TV
35402010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3541
3542 * image-mode.el (image-bookmark-make-record): Do not set context
3543 in an image (Bug#6650).
3544
91023c68
CY
35452010-07-17 Chong Yidong <cyd@stupidchicken.com>
3546
3547 * simple.el (select-active-region): New function.
3548 (push-mark-command, set-mark, activate-mark)
3549 (handle-shift-selection): Use it.
3550 (deactivate-mark): Don't check for size of region.
3551
3552 * mouse.el (mouse-drag-track): Use select-active-region.
3553
1c0e8f0e
MA
35542010-07-17 Michael Albinus <michael.albinus@gmx.de>
3555
3556 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
3557 "--dired" stronger.
3558
2490cbbc
CY
35592010-07-17 Chong Yidong <cyd@stupidchicken.com>
3560
3561 * term/x-win.el (x-select-enable-primary): Change default to nil.
3562 (x-select-enable-clipboard): Add :version keyword.
3563
3564 * mouse.el (mouse-drag-copy-region):
3565 * simple.el (select-active-regions): Likewise.
3566
f253ef6a
RS
35672010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
3568
a628ad9d 3569 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
3570 (vc-coding-system-for-diff): Use it to decide whether to inherit
3571 from the file the EOL format for reading the diffs of that file.
3572 (Bug#4451)
3573
134a027f
EZ
35742010-07-16 Eli Zaretskii <eliz@gnu.org>
3575
3576 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
3577 unibyte, so compressed attachments are not compressed again.
3578
7e4289ad
MA
35792010-07-16 Michael Albinus <michael.albinus@gmx.de>
3580
3581 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
3582 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
3583 (tramp-find-shell): Simplify setting connection property.
3584 (tramp-get-ls-command): Make test for "--color=never" stronger.
3585
7473fff9 35862010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
3587
3588 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
3589 blocks within record declarations (i.e. variant parts) correctly.
3590
a11b38ee
SS
35912010-07-15 Simon South <ssouth@member.fsf.org>
3592
3593 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
3594 over literal tokens when parsing so newlines aren't "absorbed" by
3595 single-line comments. Corrects the indentation of case blocks
3596 that have a comment on the first line.
3597
077e0753
KF
35982010-07-14 Karl Fogel <kfogel@red-bean.com>
3599
3600 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
3601 by Drew Adams (Bug#5504).
3602
243881ed
J
36032010-07-14 Jan Djärv <jan.h.d@swipnet.se>
3604
3605 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 3606 now that Unicode is used (Bug#6594).
243881ed 3607
f9d71b42
CY
36082010-07-14 Chong Yidong <cyd@stupidchicken.com>
3609
3610 * term/x-win.el (x-select-enable-clipboard): Default to t.
3611 (x-initialize-window-system): Don't overwrite Paste menu item.
3612
3613 * simple.el (select-active-regions): Default to t.
3614 (push-mark-command): Don't overwrite primary with empty string.
3615
3616 * mouse.el: Bind mouse-2 to mouse-yank-primary.
3617 (mouse-drag-copy-region): Default to nil.
3618
3619 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
3620 Cut/Copy/Paste menu bar items.
3621
a628ad9d 36222010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
3623
3624 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3625 Patch applied by Karl Fogel.
3626
3627 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
3628 and `bookmark-current-buffer' if they have been already set in
3629 another buffer (e.g gnus-art).
3630
e44fa724 36312010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 3632 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
3633
3634 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
3635
3636 * bookmark.el (bookmark-make-record-default): Allow unneeded
3637 information to be omitted from the record.
3638
3639 Adjust declarations and calls:
3640
3641 * info.el (bookmark-make-record-default): Adjust declaration.
3642 (Info-bookmark-make-record): Adjust call.
3643
3644 * woman.el (bookmark-make-record-default): Adjust declaration.
3645 (woman-bookmark-make-record): Adjust call.
3646
3647 * man.el (bookmark-make-record-default): Adjust declaration.
3648 (Man-bookmark-make-record): Adjust call.
3649
3650 * image-mode.el (bookmark-make-record-default): Adjust declaration.
3651
3652 * doc-view.el (bookmark-make-record-default): Adjust declaration.
3653
0c4371fe
KF
36542010-07-13 Karl Fogel <kfogel@red-bean.com>
3655
3656 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
3657 This is also from Thierry Volpiatto's patch in bug #6444. However,
3658 because it was extraneous to the functional change in that patch,
3659 and causes a re-indendation, I am committing it separately.
3660
2bb8db3e 36612010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
3662
3663 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
3664 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 3665 Patch applied by Karl Fogel (Bug#6444).
068a0233 3666
21bd02a6
CY
36672010-07-13 Chong Yidong <cyd@stupidchicken.com>
3668
3669 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
3670
79cb9c05
AR
36712010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
3672
3673 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
3674 Dempsky; bug#5084). Remove incorrect binding for S-tab.
3675 (ns-alternatives-map): Change S-tab binding to backtab
3676 (bug#6616).
3677
3678 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
3679 under ns.
3680
beb000f9
AS
36812010-07-12 Andreas Schwab <schwab@linux-m68k.org>
3682
dd86ea11
JB
3683 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
3684 (Bug#5806)
e9952282 3685
beb000f9
AS
3686 * language/tv-util.el (tai-viet-re): Remove format.
3687
6f2cdcd1
KH
36882010-07-12 Kenichi Handa <handa@m17n.org>
3689
dd86ea11
JB
3690 * language/hebrew.el: Remove no-byte-compile declaration.
3691 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
3692 composition-function-table for 3-character looking back.
3693 (hebrew-font-get-precomposed): New function.
3694 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
3695
f479ef6e
CY
36962010-07-11 Chong Yidong <cyd@stupidchicken.com>
3697
3698 * mouse.el (mouse-drag-track): Handle select-active-regions
3699 (Bug#6612).
3700
3277c1ee
MA
37012010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
3702
3703 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
3704 empty argument to gvfs-copy.
3705
3260caf8
GM
37062010-07-10 Glenn Morris <rgm@gnu.org>
3707
3708 * calendar/calendar.el (calendar-week-end-day): New function.
3709 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
3710 Respect calendar-week-start-day. (Bug#6606)
3711 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
3712 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
3713 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
3714 respect calendar-week-start-day.
3715
c876b263
CY
37162010-07-10 Chong Yidong <cyd@stupidchicken.com>
3717
3718 * simple.el (use-region-p): Doc fix (Bug#6607).
3719
dce34635
AG
37202010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
3721
3722 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
3723 regexps for cucumber and ruby.
3724
c0397930
DU
37252010-07-08 Daiki Ueno <ueno@unixuser.org>
3726
3727 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
3728 (epa-file-insert-file-contents): Hack to prevent
192cfe77 3729 find-file from opening empty buffer when decryption failed
c0397930
DU
3730 (bug#6568).
3731
fd5539c6
AM
37322010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
3733
a628ad9d
JB
3734 * textmodes/ispell.el (ispell-alternate-dictionary):
3735 Use file-readable-p.
fd5539c6
AM
3736 Return nil if no word-list is found at default locations.
3737 (ispell-complete-word-dict): Default to nil.
3738 (ispell-command-loop): Use 'word-list' when using lookup-words.
3739 (lookup-words): Use ispell-complete-word-dict or
3740 ispell-alternate-dictionary. Check for word-list availability
3741 and handle errors if needed with better messages (Bug#6539).
3742 (ispell-complete-word): Use ispell-complete-word-dict or
3743 ispell-alternate-dictionary.
3744
4565b08e
CS
37452010-07-07 Christoph Scholtes <cschol2112@gmail.com>
3746
3747 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
3748 builtins (BufferError, BytesWarning, WindowsError; callables
3749 bin, bytearray, bytes, format, memoryview, next, print; __package__).
3750
a2c270e7
GM
37512010-07-07 Glenn Morris <rgm@gnu.org>
3752
3753 * play/zone.el (top-level): Do not require timer, tabify, or cl.
3754 (zone-shift-left): Ignore intangibility, and any errors from
3755 forward-char.
3756 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
3757 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
3758 deleting, and copying text properties.
3759 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
3760 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
3761 to point-max is hard.
3762 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
3763 (zone-fill-out-screen): Ignore intangibility.
3764
81133808
CY
37652010-07-05 Chong Yidong <cyd@stupidchicken.com>
3766
4ad11f8c
CY
3767 * menu-bar.el (menu-bar-mode):
3768 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
3769 if it has been set.
3770
81133808
CY
3771 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
3772 word/line selection (Bug#6565).
3773
b24344ca
JB
37742010-07-04 Juanma Barranquero <lekktu@gmail.com>
3775
3776 * net/dbus.el (dbus-send-signal): Declare function.
3777
b1ce08da
MA
37782010-07-04 Michael Albinus <michael.albinus@gmx.de>
3779
3780 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
3781 (dbus-register-property): New optional argument EMITS-SIGNAL.
3782 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
3783
5592c08f
CY
37842010-07-03 Chong Yidong <cyd@stupidchicken.com>
3785
3786 * mouse.el (mouse-drag-overlay): Variable deleted.
3787 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
3788 (mouse--remap-link-click-p): New function.
3789 (mouse-drag-track): Handle dragging by using temporary Transient
3790 Mark mode, instead of a special overlay.
3791 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
3792 mouse-show-mark.
3793
3794 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
3795 deleted.
3796
a6ed0e28
JL
37972010-07-02 Juri Linkov <juri@jurta.org>
3798
3799 * autoinsert.el (auto-insert-alist): Fix readability
3800 by using dotted pair notation for lambda.
3801
c91e692b
JL
38022010-07-02 Juri Linkov <juri@jurta.org>
3803
3804 * faces.el (read-face-name): Rename arg `string-describing-default'
3805 to `default'. Doc fix. Display the default value in quotes
3806 in the prompt. With empty input, return the `default' arg,
3807 unless the default value is a string (in which case return nil).
3808 (describe-face): Replace the string `default' arg of `read-face-name'
3809 with the symbol `default'.
3810
23640f8f
CY
38112010-07-02 Chong Yidong <cyd@stupidchicken.com>
3812
3813 * emulation/viper-cmd.el (viper-delete-backward-char)
3814 (viper-del-backward-char-in-insert)
3815 (viper-del-backward-char-in-replace, viper-change)
3816 (viper-backward-indent): Replace delete-backward-char with
3817 delete-char (Bug#6552).
3818
b32d1614
CY
38192010-07-01 Chong Yidong <cyd@stupidchicken.com>
3820
3821 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
3822
c1ef4455
CY
38232010-06-30 Chong Yidong <cyd@stupidchicken.com>
3824
3825 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
3826 argument passed to frame-creation-function (Bug#5378).
3827
3828 * faces.el (x-handle-named-frame-geometry)
3829 (x-handle-reverse-video, x-create-frame-with-faces)
3830 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
3831 separately consult default-frame-alist. It is now passed as the
3832 PARAMETER argument.
3833
55702e89
AS
38342010-06-30 Andreas Schwab <schwab@linux-m68k.org>
3835
3836 * startup.el (command-line): Don't call tool-bar-setup in a
3837 tty-only build.
3838
dc9a226c
CY
38392010-06-30 Chong Yidong <cyd@stupidchicken.com>
3840
3841 * ruler-mode.el (ruler--save-header-line-format): New fun.
3842 (ruler-mode): Use it as a setter function, so as not to overwrite
3843 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
3844
a2f043d3
CY
38452010-06-29 Chong Yidong <cyd@stupidchicken.com>
3846
3847 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
3848 (vc-root-diff, vc-print-root-log, vc-log-incoming)
3849 (vc-log-outgoing): Use it.
3850 (vc-diff-internal): Set diff-vc-backend.
3851
3852 * vc/diff-mode.el (diff-vc-backend): New var.
3853
62d115ef
J
38542010-06-28 Jan Djärv <jan.h.d@swipnet.se>
3855
3856 * dynamic-setting.el (font-setting-change-default-font): Remove
3857 call to message.
3858
1180f752
KH
38592010-06-28 Kenichi Handa <handa@m17n.org>
3860
3861 * international/quail.el (quail-insert-kbd-layout): Fix the
3862 showing of untranslated characters.
3863
b9229673
CY
38642010-06-28 Chong Yidong <cyd@stupidchicken.com>
3865
3866 * simple.el (delete-active-region): New option.
3867 (delete-backward-char): Implement in Lisp.
3868 (delete-forward-char): New command.
3869
3870 * mouse.el (mouse-region-delete-keys): Deleted.
3871 (mouse-show-mark): Simplify.
3872
3873 * bindings.el (global-map): Bind delete and DEL, the former to
3874 delete-forward-char.
3875
a628ad9d 38762010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
3877
3878 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
3879 (ruby-mode): Bind indent-line-function (Bug#5119).
3880
3468f435
CY
38812010-06-27 Chong Yidong <cyd@stupidchicken.com>
3882
3883 * startup.el (command-line): Recognize "0" X resource value.
3884
6431f2e6
CY
38852010-06-27 Chong Yidong <cyd@stupidchicken.com>
3886
3887 * startup.el (command-line): Use X resources to set the value of
3888 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
3889
3890 * menu-bar.el (menu-bar-mode):
3891 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
3892 Set init-value to t.
3893
3894 * frame.el (frame-notice-user-settings): Don't change
3895 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
3896 vice versa (Bug#2249).
3897
b61dfbe2
EZ
38982010-06-26 Eli Zaretskii <eliz@gnu.org>
3899
3900 * w32-fns.el (w32-convert-standard-filename): Doc fix.
3901
f5cbf40e
AM
39022010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
3903
a628ad9d
JB
3904 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
3905 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 3906
a628ad9d 3907 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 3908 default directories are expanded (Bug#6143).
f5cbf40e 3909
8f3b8a5f
JL
39102010-06-24 Juri Linkov <juri@jurta.org>
3911
3912 * minibuffer.el (completions-format): Change default from nil to
3913 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
3914
5af72a47
JL
39152010-06-24 Juri Linkov <juri@jurta.org>
3916
3917 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
3918 buffer-locally to lambda that re-runs the vc diff command.
3919 (Bug#6447)
3920
8f804316
CY
39212010-06-24 Chong Yidong <cyd@stupidchicken.com>
3922
3923 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
3924 echo area is in use (Bug#3412).
3925
be19ef0b
GM
39262010-06-22 Glenn Morris <rgm@gnu.org>
3927
6555773f
GM
3928 * textmodes/texinfmt.el (texinfo-format-region)
3929 (texinfo-raise-lower-sections, texinfo-format-separate-node)
3930 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
3931 (texinfo-format-option, texinfo-noindent):
3932 Use line-beginning-position and line-end-position.
3933
be19ef0b
GM
3934 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
3935 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
3936 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
3937 utf-8 characters.
3938
7f0b7b3e
KF
39392010-06-21 Karl Fogel <kfogel@red-bean.com>
3940
49554388
GM
3941 * play/zone.el (zone-fall-through-ws): Fix next-line ->
3942 forward-line fallout.
3943
e8579ebc
CY
39442010-07-06 Chong Yidong <cyd@stupidchicken.com>
3945
3946 * mouse.el (mouse-appearance-menu): Add docstring.
3947
3948 * help.el (describe-key): Print up-event using key-description.
3949
5d1cd8bd
MA
39502010-07-03 Michael Albinus <michael.albinus@gmx.de>
3951
3952 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 3953 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
3954 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
3955
112dbc0e
MA
39562010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
3957
3958 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
3959
d0cb23ca
DN
39602010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
3961
3962 Avoid displaying files with a nil state in vc-dir.
a628ad9d 3963 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
3964 cases that cause insertion.
3965 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
3966 with a nil state.
3967
01b229d1
CY
39682010-06-30 Chong Yidong <cyd@stupidchicken.com>
3969
3970 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
3971
8bf1c786 39722010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
3973
3974 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
3975
dfc6544c
CY
39762010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
3977
3978 * generic-x.el (bat-generic-mode): Fix regexp for command line
3979 switches (Bug#5719).
3980
b7d4de51
CY
39812010-06-27 Masatake YAMATO <yamato@redhat.com>
3982
dfc6544c
CY
3983 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
3984 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 3985
3726248f
CY
39862010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
3987
8bf1c786 3988 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
3989 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
3990 bindings of bookmark-automatically-show-annotations (Bug#6515).
3991
aca54191
EZ
39922010-06-25 Eli Zaretskii <eliz@gnu.org>
3993
3994 * arc-mode.el (archive-zip-extract): Don't quote the file name on
3995 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
3996
2330fa87
ŠN
39972010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
3998
3999 * comint.el (make-comint, make-comint-in-buffer): Mention return
4000 value in the docstrings. (Bug#6498)
4001
29115ca9
YR
40022010-06-24 Yoni Rabkin <yoni@rabkins.net>
4003
4004 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
4005 since it is not present when using some non-default switches.
4006
2c79f053
KF
40072010-06-23 Karl Fogel <kfogel@red-bean.com>
4008
7f0b7b3e
KF
4009 * simple.el (compose-mail): Fix doc string to refer to
4010 `compose-mail-user-agent-warnings', instead of to the
4011 nonexistent `compose-mail-check-user-agent'.
4012
43a91810
AM
40132010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
4014
4015 Fix an indentation bug:
4016
4017 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
4018 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
4019 of existing values.
4020
4021 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
4022 (c-clear->-pair-props-if-match-before): now return t when they've
4023 cleared properties, nil otherwise.
4024 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
4025 by taking account of the existing value.
4026
4027 * progmodes/cc-defs.el
4028 (c-clear-char-property-with-value-function): Fix this to clear the
4029 property rather than overwriting it with nil.
4030
8adb4c33
CY
40312010-06-20 Chong Yidong <cyd@stupidchicken.com>
4032
4033 * emacs-lisp/package.el (package-print-package): Add link to
4034 package description via describe-package.
4035 (describe-package-1): List package requirements. Add button to
4036 perform installation.
4037 (package-menu-describe-package): New command.
4038
4039 * help-mode.el (help-package): New button type.
4040
cced7584
CY
40412010-06-19 Chong Yidong <cyd@stupidchicken.com>
4042
4043 * emacs-lisp/package.el: Move package-list-packages binding to
4044 menu-bar.el.
4045 (describe-package, describe-package-1, package--dir): New funs.
4046 (package-activate-1): Use package--dir.
4047
4048 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
4049
4050 * help-mode.el (help-package-def): New button type.
4051
4052 * menu-bar.el: Move package-list-packages binding here from
4053 package.el.
4054
d148e8f9
GH
40552010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
4056
4057 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
4058
b1a03ef6
SM
40592010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4060
4061 * emacs-lisp/edebug.el (edebug-read-list):
4062 Phase out old-style backquotes.
4063
dbd6da78
JL
40642010-06-17 Juri Linkov <juri@jurta.org>
4065
4066 * help-mode.el (help-mode): Set buffer-local variable
4067 revert-buffer-function to help-mode-revert-buffer.
4068 (help-mode-revert-buffer): New function.
4069
4070 * info.el (Info-revert-find-node): Check for major-mode Info-mode
4071 before popping to "*info*" (like in other Info functions).
4072 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
4073 old-history-forward. Pop to old-buffer-name or "*info*" to
4074 recreate the killed buffer. Set Info-history-forward from
4075 old-history-forward.
4076 (Info-breadcrumbs-depth): Add :group and :version.
4077
64eba874
DN
40782010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
4079
4080 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
4081
26508c03
AM
40822010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
4083
a628ad9d
JB
4084 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
4085 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 4086
69582fcd
JB
40872010-06-17 Juanma Barranquero <lekktu@gmail.com>
4088
54ea2a0d
JB
4089 * emacs-lisp/package.el (package-menu-mode-map):
4090 Move initialization into declaration.
4091
69582fcd
JB
4092 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
4093
44198b6e
CY
40942010-06-17 Chong Yidong <cyd@stupidchicken.com>
4095
4096 * emacs-lisp/package.el (package-archive-base): Point to
4097 elpa.gnu.org.
4098 (package-enable, package-load-list): New defcustoms.
4099 (package-user-dir, package-directory-list): Turn into defcustoms.
4100 Don't include package-user-dir in package-directory-list.
4101 (package--builtins-base): Don't include Emacs as a "package".
4102 (package-subdirectory-regexp): New var.
4103 (package-load-all-descriptors, package-compute-transaction)
4104 (package-download-transaction): Obey package-load-list.
4105 (package-activate-1): Rename from package-do-activate.
4106 (package-list-packages-internal): Check package-load-list.
4107 (package-load-descriptor, package-generate-autoloads)
4108 (package-unpack, package-unpack-single)
4109 (package--read-archive-file, package-delete): Use
4110 expand-file-name.
4111
4112 * emacs-lisp/package-x.el: New file. Package uploading
4113 functionality split out from package.el.
4114
95b6d681 4115 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
4116
41172010-06-17 Tom Tromey <tromey@redhat.com>
4118
4119 * emacs-lisp/package.el: New file.
4120
50d76a9f
DN
41212010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
4122
4123 Fix vc-annotate for renamed files when using Git.
76e3243a 4124 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
4125 ls-files. Doe not pass the object as a file name to cat-file, it
4126 is not a file name.
4127 (vc-git-annotate-command): Pass the file name using -- to avoid
4128 ambiguity with the revision.
4129 (vc-git-previous-revision): Pass a relative file name.
4130
6095a05b
GM
41312010-06-22 Glenn Morris <rgm@gnu.org>
4132
943375a6
GM
4133 * progmodes/js.el (js-mode-map): Use standard capitalization and
4134 ellipses for menu entries.
4135
6095a05b
GM
4136 * wid-edit.el (widget-complete): Doc fix.
4137
4514199e
JH
41382010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
4139
4140 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
4141
c4786d60
DN
41422010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
4143
11c46b39 4144 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 4145 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 4146 VC backend. Use it when non-nil.
a628ad9d
JB
4147 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
4148 (Bug#6487)
11c46b39 4149
c4786d60 4150 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 4151 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
4152 Do not pass the file name to the 'previous-revision call when we
4153 don't want a file diff. (Bug#6489)
4154
04ec0963
DN
41552010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
4156
11c46b39 4157 Fix finding revisions for renamed files in vc-annotate.
76e3243a 4158 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 4159 the VC backend. Use it when non-nil.
76e3243a 4160 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
4161 backend to vc-find-revision. (Bug#6487)
4162
c036381c
DN
41632010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
4164
4165 Fix reading file names in Git annotate buffers.
95b6d681
JB
4166 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
4167 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 4168
05c123e6
AM
41692010-06-20 Alan Mackenzie <acm@muc.de>
4170
4171 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
4172 in file local variables, set it first.
4173
4111f0c7
GM
41742010-06-19 Glenn Morris <rgm@gnu.org>
4175
74739ffd
GM
4176 * descr-text.el (describe-char-unicode-data): Insert separating
4177 space when needed. (Bug#6422)
4178
4111f0c7
GM
4179 * progmodes/idlwave.el (idlwave-action-and-binding):
4180 Fix typo in 2009-12-03 change. (Bug#6450)
4181
e20f0421
SM
41822010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
4183
4184 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
4185 handling for `lambda' (misunderstanding).
4186
fb3e306a
JB
41872010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
4188
dd86ea11 4189 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
4190 constants aren't distributed after they are factored out.
4191
e020fb59
JL
41922010-06-16 Juri Linkov <juri@jurta.org>
4193
4194 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
4195 `list-colors-print'. (Bug#6332)
4196
b8add347
SM
4197 * subr.el (read-quoted-char): Fix up last change (bug#6290).
4198
36901266
SM
41992010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
4200
49b2e83d
SM
4201 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
4202 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
4203
36901266
SM
4204 * font-lock.el (font-lock-major-mode): Rename from
4205 font-lock-mode-major-mode to distinguish it from
4206 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
4207 (font-lock-set-defaults):
4208 * font-core.el (font-lock-default-function): Adjust users.
4209 (font-lock-mode): Don't set it at all.
4210
2a64315a 42112010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 4212
76e3243a 4213 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 4214
2a64315a 42152010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
4216
4217 * calendar/appt.el (appt-time-msg-list): Doc fix.
4218 (appt-check): Let-bind appt-warn-time.
4219 (appt-add): Make the 3rd argument optional.
4220 Simplify argument names. Doc fix. Check for integer WARNTIME.
4221 Only add WARNTIME to the output list if non-nil.
4222
2a64315a 42232010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
4224
4225 * calendar/appt.el (appt-check): Let the 3rd element of
4226 appt-time-msg-list specify the warning time.
4227 (appt-add): Add new argument with the warning time. (Bug#5176)
4228
2a64315a 42292010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
a9de35fe 4230
76e3243a 4231 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
4232 older than version 1.6. (Bug#6361)
4233
2a64315a 42342010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
4235
4236 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
4237 used by cl-do-arglist. (Bug#6408)
4238
30d7ac37
AM
42392010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
4240
a628ad9d 4241 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
30d7ac37
AM
4242 portuguese casechars/not-casechars for missing 'çÇ'.
4243 Suggested by Rolando Pereira (bug#6434).
4244
8fd02581
JB
42452010-06-15 Juanma Barranquero <lekktu@gmail.com>
4246
4247 * facemenu.el (list-colors-sort): Doc fix.
4248
b15922cc
BR
42492010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4250
4251 * progmodes/sql.el (sql-connect-mysql): Fix typo.
4252
f0bf7c8e
JL
42532010-06-14 Juri Linkov <juri@jurta.org>
4254
4255 Add sort option `list-colors-sort'. (Bug#6332)
4256 * facemenu.el (color-rgb-to-hsv): New function.
4257 (list-colors-sort): New defcustom.
4258 (list-colors-sort-key): New function.
4259 (list-colors-display): Doc fix. Sort list according to the option
4260 `list-colors-sort'.
4261 (list-colors-print): Add HSV values to `help-echo' property of
4262 RGB strings.
4263
c42fe9a5
JL
42642010-06-14 Juri Linkov <juri@jurta.org>
4265
4266 * compare-w.el: Move to the "vc" subdirectory.
4267
b263a4c4
SM
42682010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4269
d8b0cddd
SM
4270 * image-mode.el (image-mode-map): Remap left-char and right-char.
4271
b263a4c4
SM
4272 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
4273
89877f5f
CY
42742010-06-12 Chong Yidong <cyd@stupidchicken.com>
4275
133a8d82
CY
4276 * term/common-win.el (x-colors): Add all the color names defined
4277 in rgb.txt (Bug#6332).
4278
89877f5f
CY
4279 * facemenu.el (list-colors-print): Don't print extra names if it
4280 will overflow the window width.
4281
4282 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 4283 change (Bug#6343).
89877f5f 4284
9d1f18b5
EZ
42852010-06-12 Eli Zaretskii <eliz@gnu.org>
4286
4287 * files.el (make-directory): Doc fix (bug#6396).
4288
b81a0b56
MA
42892010-06-12 Michael Albinus <michael.albinus@gmx.de>
4290
4291 * net/tramp.el (tramp-remote-process-environment): Protect version
4292 string by apostroph.
4293 (tramp-shell-prompt-pattern): Do not use a shy group in case of
4294 XEmacs.
4295 (tramp-file-name-for-operation): Add `call-process-region'.
4296 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
4297
4298 * net/tramp-compat.el (top): Do not autoload
4299 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
4300 only when `start-file-process' is not bound.
4301 (tramp-advice-file-expand-wildcards): Do not use
4302 `tramp-handle-file-remote-p'.
4303 (tramp-compat-make-temp-file): Handle the case, that
4304 `make-temp-file' has no third argument EXTENSION.
4305
69f18acc
JB
43062010-06-11 Juanma Barranquero <lekktu@gmail.com>
4307
5fee75d4
JB
4308 * makefile.w32-in (WINS_BASIC): Include new directory vc.
4309
69f18acc
JB
4310 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
4311
9766adfb
JL
43122010-06-11 Juri Linkov <juri@jurta.org>
4313
4314 * finder.el (finder-known-keywords): Add keyword "vc"
4315 for version control.
4316
4317 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
4318 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
4319 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
4320 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
4321
56b2854f
JL
43222010-06-11 Juri Linkov <juri@jurta.org>
4323
4324 Move version control related files to the "vc" subdirectory.
4325 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
4326 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
4327 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
4328 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
4329 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
4330 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
4331 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
4332 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
4333 Move files to the "vc" subdirectory.
4334
6534e58a
CY
43352010-06-11 Chong Yidong <cyd@stupidchicken.com>
4336
4337 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
4338 (Bug#6367).
4339
84d9562f
SE
43402010-06-11 Stephen Eglen <stephen@gnu.org>
4341
4342 * shell.el: Bind `shell-resync-dirs' to M-RET.
4343
3ef0a6a5
MA
43442010-06-10 Michael Albinus <michael.albinus@gmx.de>
4345
4346 * notifications.el: Move file from lisp/net, because it is
4347 supposed to talk locally to the user.
4348
fa4003da
MA
43492010-06-10 Julien Danjou <julien@danjou.info>
4350
4351 * net/notifications.el (notifications-on-action-signal)
4352 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 4353 argument to the callback functions. Add docstrings.
fa4003da
MA
4354 (notifications-notify): Fix docstring.
4355
46e6650e
GM
43562010-06-10 Glenn Morris <rgm@gnu.org>
4357
4358 * emacs-lisp/authors.el (authors-ignored-files)
4359 (authors-valid-file-names): Add some files.
4360
a71832f7
SM
43612010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4362
4363 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
4364 merge conflict, giving preference to the emacs-23 version of the code.
4365
8c6eab5a
SM
43662010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4367
989bc97f
SM
4368 * emacs-lisp/advice.el (ad-compile-function):
4369 Define warning-suppress-types before we let-bind it (bug#6275).
4370
8c6eab5a
SM
4371 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
4372 declare it, make it buffer-local and permanent-local (bug#6324).
4373 (vc-resynch-window): Adjust name.
4374 * vc-hooks.el (vc-find-file-hook): Adjust name.
4375
890a18d6
MA
43762010-06-09 Michael Albinus <michael.albinus@gmx.de>
4377
4378 * net/notifications.el (notifications-notify): Fix docstring.
4379
bf3e70eb
JB
43802010-06-09 Juanma Barranquero <lekktu@gmail.com>
4381
4382 Update to Unicode 6.0.0 beta.
4383 * international/charprop.el: Update copyright.
4384 * international/mule-cmds.el (ucs-names): Update character ranges.
4385 * international/uni-bidi.el:
4386 * international/uni-category.el:
4387 * international/uni-combining.el:
4388 * international/uni-comment.el:
4389 * international/uni-decimal.el:
4390 * international/uni-decomposition.el:
4391 * international/uni-digit.el:
4392 * international/uni-lowercase.el:
4393 * international/uni-mirrored.el:
4394 * international/uni-name.el:
4395 * international/uni-numeric.el:
4396 * international/uni-old-name.el:
4397 * international/uni-titlecase.el:
4398 * international/uni-uppercase.el: Regenerate.
4399
b978141d
JB
44002010-06-09 Juanma Barranquero <lekktu@gmail.com>
4401
ee8359ba
JB
4402 * emacs-lisp/smie.el (comment-string-strip): Declare function.
4403 (smie-precs-precedence-table): Fix typo in docstring.
4404
f64ab8fb
JB
4405 * vc-mtn.el (log-edit-extract-headers): Declare function.
4406
883ffa8c
JB
4407 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
4408
b978141d
JB
4409 * net/notifications.el (dbus-register-signal): Declare function.
4410 (notifications-notify): Fix typos and reflow docstring.
4411
5f4f2ae4
DN
44122010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4413
4414 Improve VC create/retrieve tag/branch.
4415 * vc.el (vc-create-tag): Do not read the directory name for VCs
4416 with repository revision granularity. Adjust the tag/branch
4417 prompt. Reset VC properties.
4418 (vc-retrieve-tag): Do not read the directory name for VCs
4419 with repository revision granularity. Reset VC properties.
4420
41a86354
MA
44212010-06-09 Julien Danjou <julien@danjou.info>
4422
ef33fd34 4423 * net/notifications.el: New file.
41a86354 4424
fab43c76
DN
44252010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4426
00fd1147
DN
4427 Add optional support for resetting VC properties.
4428 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
4429 call vc-file-clearprops when true.
4430 (vc-resynch-buffer): Add new optional argument, pass it down.
4431 (vc-resynch-buffers-in-directory): Likewise.
4432
fab43c76
DN
4433 Improve support for special markup in the VC commit message.
4434 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
4435 * vc-hg.el (vc-hg-checkin): Add support for Date:.
4436 * vc-git.el (vc-git-checkin):
4437 * vc-bzr.el (vc-bzr-checkin): Likewise.
4438
e7d67e73
SM
44392010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4440
4441 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
4442 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
4443
277e6741
MP
44442010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
4445
4446 * iimage.el: Remove images as soon as the underlying text is modified.
4447 (iimage-modification-hook): New function.
4448 (iimage-mode-buffer): Use it.
4449
83156c18
SM
44502010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4451
4452 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
4453 smie-indent-offset-after. Add :prev case. Make a bit more generic.
4454 (smie-indent-virtual): Remove `virtual' arg. Update callers.
4455 (smie-indent-keyword): Add handling of open-paren keywords.
4456 (smie-indent-comment-continue): Don't assume comment-continue.
4457
13b5221f
MR
44582010-06-07 Martin Rudalics <rudalics@gmx.at>
4459
4460 * window.el (pop-to-buffer): Remove the conditional that
4461 compares new-window and old-window, so it will reselect
4462 the selected window unconditionally.
4463 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
4464
c2ea5810
SM
44652010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4466
4467 * emacs-lisp/smie.el (smie-indent-offset-after)
4468 (smie-indent-forward-token, smie-indent-backward-token): New functions.
4469 (smie-indent-after-keyword): Use them.
4470 (smie-indent-fixindent): Only applies to the indentation of the BOL.
4471 (smie-indent-keyword): Tweak the black magic.
4472 (smie-indent-comment-continue): Strip comment-continue before use.
4473 (smie-indent-functions): Indent comments before keywords.
4474
27dd3c11
JL
44752010-06-06 Juri Linkov <juri@jurta.org>
4476
4477 * isearch.el (isearch-lazy-highlight-search): Fix looping
4478 by checking for empty match. This syncs this loop with the
4479 similar loop in `isearch-search'. (Bug#6362)
4480
35b148ee
JB
44812010-06-05 Juanma Barranquero <lekktu@gmail.com>
4482
4483 * net/dbus.el (dbus-register-method): Declare function.
4484 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
4485 (dbus-introspect): Doc fix.
4486 (dbus-event-bus-name, dbus-introspect-get-interface)
4487 (dbus-introspect-get-argument): Reflow docstrings.
4488
eccdfe5f
DN
44892010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
4490
4491 vc-log-incoming/vc-log-outgoing fixes for Git.
4492 * vc-git.el (vc-git-log-view-mode): Fix font lock for
4493 incoming/outgoing logs.
4494 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
4495 instead of vc-git-compute-remote.
4496 (vc-git-compute-remote): Remove.
4497
86253dc0
CY
44982010-06-04 Chong Yidong <cyd@stupidchicken.com>
4499
4500 * term/common-win.el (x-colors): Add "dark green" and "dark
4501 turquoise" (Bug#6332).
4502
0665f661
JL
45032010-06-04 Juri Linkov <juri@jurta.org>
4504
4505 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
4506 Instead of setting `replace' to t and replacing the same string
4507 with itself, don't do certain actions when
4508 kill-do-not-save-duplicates is non-nil and string is equal to car
4509 of kill-ring: don't call menu-bar-update-yank-menu, don't push
4510 interprogram-paste strings to kill-ring, and don't push the input
4511 argument `string' to kill-ring.
4512 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
4513
087fc47a
JB
45142010-06-04 Juanma Barranquero <lekktu@gmail.com>
4515
4516 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
4517
4f201088
MA
45182010-06-04 Michael Albinus <michael.albinus@gmx.de>
4519
4520 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
4521 (tramp-gvfs-handler-mounted-unmounted)
4522 (tramp-gvfs-connection-mounted-p): Handle default-location.
4523
4524 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
4525 move files to trash.
4526
18ccd78a
JB
45272010-06-04 Juanma Barranquero <lekktu@gmail.com>
4528
4529 * international/mule-cmds.el (nonascii-insert-offset)
4530 (nonascii-translation-table): Add obsolescence information.
4531
4532 * international/mule.el (make-translation-table-from-vector): Doc fix.
4533
3845c322
GM
45342010-06-03 Glenn Morris <rgm@gnu.org>
4535
4536 * desktop.el (desktop-clear-preserve-buffers):
4537 Add "*Warnings*" buffer. (Bug#6336)
4538
54d3626e
DN
45392010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
4540
6941ffec
DN
4541 vc-log-incoming/vc-log-outgoing improvements for Git.
4542 * vc-git.el (vc-git-log-outgoing): Use the same format as the
4543 short log.
4544 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
4545
54d3626e
DN
4546 Add bindings for vc-log-incoming and vc-log-outgoing.
4547 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
4548 and vc-log-outgoing.
4549 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
4550 and vc-log-outgoing.
4551
aa1bc616
CY
45522010-06-03 Chong Yidong <cyd@stupidchicken.com>
4553
4554 * net/rcirc.el (rcirc-sort-nicknames): Remove.
4555 (rcirc-handler-366): Always sort nicknames.
4556
e2d2a205
JB
45572010-06-03 Juanma Barranquero <lekktu@gmail.com>
4558
4559 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
4560
44ea155d
CY
45612010-06-03 Chong Yidong <cyd@stupidchicken.com>
4562
a628ad9d 4563 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 4564
a91dedc4
SM
45652010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4566
4567 * net/rcirc.el (rcirc-sort-nicknames): Change default.
4568 (rcirc-sort-nicknames-join): Avoid setq.
4569
c62bf05a
DD
45702010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4571
4572 * net/rcirc.el (rcirc-sort-nicknames): New custom.
4573 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
4574 (rcirc-handler-366): Use them.
4575
dd2c3c92
SM
45762010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4577
4578 Split smie-indent-calculate into more manageable chunks.
4579 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
4580 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
4581 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
4582 (smie-indent-exps): Extract from smie-indent-calculate.
4583 (smie-indent-functions): New var.
4584 (smie-indent-functions): Use them.
4585
927c346b
SM
45862010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4587
4588 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
4589 (smie-indent-calculate): Simplify and cleanup.
4590
1efeec86
MA
45912010-06-02 Michael Albinus <michael.albinus@gmx.de>
4592
4593 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
4594 (tramp-gvfs-mount-point): Remove.
4595 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
4596 New defuns.
1efeec86
MA
4597 (with-tramp-dbus-call-method): Format trace message.
4598 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
4599 Implement backup call, when operation on local files fails.
4600 Use progress reporter. Flush properties of changed files.
1efeec86
MA
4601 (tramp-gvfs-handle-make-directory): Make more traces.
4602 (tramp-gvfs-url-file-name): Hexify file name in url.
4603 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
4604 into account for the resulting file name.
4605 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
4606 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
4607 (tramp-gvfs-handler-mounted-unmounted)
4608 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
4609 attribute "default_location". Set "prefix" property.
4610 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
4611 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
4612 exists. Raise an error, if not (due to a corresponding answer
4613 "no" in interactive questions, for example).
4614
89877f5f 46152010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
4616
4617 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
4618
24f574a9
JB
46192010-06-01 Juanma Barranquero <lekktu@gmail.com>
4620
4621 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
4622 right-*. (Bug#6265)
4623
290736f2
DN
46242010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
4625
61158bfa
DN
4626 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
4627 * vc-git.el (vc-git-compute-remote): New function.
4628 (vc-git-log-outgoing): Use it instead of hard coding a value.
4629 (vc-git-log-incoming): New function.
4630
5828f6ca
DN
4631 Improve state updating for VC tag commands.
4632 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
4633 to update the state of all buffers in the directory.
4634
290736f2
DN
4635 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
4636
feceda26
SM
46372010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4638
4639 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
4640 `file-directory-p' to the filename part rather than to the whole text.
4641
896114cf
SM
46422010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4643
4644 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
4645
1603358c
DA
46462010-05-31 Drew Adams <drew.adams@oracle.com>
4647
4648 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
4649
fe40dc63
JB
46502010-05-31 Juanma Barranquero <lekktu@gmail.com>
4651
4652 * subr.el (momentary-string-display): Just use read-event to read
4653 the exit event (Bug#6238).
4654
9e8014c6
EZ
46552010-05-30 Eli Zaretskii <eliz@gnu.org>
4656
4657 * international/mule.el (define-coding-system): Doc fix (bug#6313).
4658
61a08071
JB
46592010-05-30 Juanma Barranquero <lekktu@gmail.com>
4660
4661 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
4662 Suggested by Eli Zaretskii <eliz@gnu.org>.
4663
5feec8ca
SM
46642010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4665
4666 * minibuffer.el (completion-file-name-table): Don't return a boundary
4667 past the end of `string' (bug#6299).
4668 (completion--file-name-table): Delegate to completion-file-name-table
4669 for the `boundaries' case.
4670
8175cb90
JB
46712010-05-30 Juanma Barranquero <lekktu@gmail.com>
4672
2b94133f
JB
4673 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
4674 movement commands.
4675
8175cb90
JB
4676 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
4677 `path-separator', but maintain compatibility with Emacs 20.2.
4678
0191e222
CY
46792010-05-29 Chong Yidong <cyd@stupidchicken.com>
4680
4681 * server.el (server-process-filter): Receive parent-id argument
4682 from emacsclient.
4683 (server-create-window-system-frame): New arg. Pass parent-id as
4684 frame parameter.
4685
9b655a0a
EZ
46862010-05-29 Eli Zaretskii <eliz@gnu.org>
4687
db5dce9d
EZ
4688 Bidi-sensitive word movement with arrow keys.
4689 * subr.el (right-arrow-command, left-arrow-command): Move to
4690 bindings.el.
4691
4692 * bindings.el (right-char, left-char): Move from subr.el and
4693 rename from right-arrow-command and left-arrow-command.
4694 (right-word, left-word): New functions.
4695 (global-map) <right>: Bind to right-char.
4696 (global-map) <left>: Bind to left-char.
4697 (global-map) <C-right>: Bind to right-word.
4698 (global-map) <C-left>: Bind to left-word.
4699
9b655a0a
EZ
4700 * ls-lisp.el (ls-lisp-classify-file): New function.
4701 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
4702 (ls-lisp-classify): Call ls-lisp-classify-file.
4703 (insert-directory): Remove blanks from switches.
4704
fcb52808
CY
47052010-05-29 Chong Yidong <cyd@stupidchicken.com>
4706
4707 * ansi-color.el: Delete unused escape sequences (Bug#6085).
4708 (ansi-color-drop-regexp): New constant.
4709 (ansi-color-apply, ansi-color-filter-region)
896114cf 4710 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
4711 (ansi-color-apply): Build string list before calling concat.
4712
0040735a
JL
47132010-05-28 Juri Linkov <juri@jurta.org>
4714
4715 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4716 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
4717 (Bug#5270)
4718
b6827fff
MA
47192010-05-28 Michael Albinus <michael.albinus@gmx.de>
4720
4721 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
4722 to ignored backtrace functions.
4723 (with-progress-reporter): Expand docstring.
4724 (tramp-handle-delete-file): Implement TRASH argument.
4725 (tramp-get-remote-trash): New defun.
4726
eba082a2
MA
47272010-05-28 Michael Albinus <michael.albinus@gmx.de>
4728
4729 * net/tramp-compat.el (tramp-compat-delete-file): Use
4730 `symbol-value' for backward compatibility.
4731
4732 * net/tramp.el (tramp-handle-make-symbolic-link)
4733 (tramp-handle-load)
4734 (tramp-do-copy-or-rename-file-via-buffer)
4735 (tramp-do-copy-or-rename-file-directly)
4736 (tramp-do-copy-or-rename-file-out-of-band)
4737 (tramp-handle-process-file, tramp-handle-call-process-region)
4738 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4739 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4740 (tramp-delete-temp-file-function): Use `delete-file' instead
4741 of `tramp-compat-delete-file'.
4742
4743 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4744 (tramp-fish-handle-make-symbolic-link)
4745 (tramp-fish-handle-process-file): Use `delete-file' instead
4746 of `tramp-compat-delete-file'.
4747
4748 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
4749 `delete-file' instead of `tramp-compat-delete-file'.
4750
4751 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4752 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
4753 `tramp-compat-delete-file'.
4754
4755 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
4756 `delete-file' instead of `tramp-compat-delete-file'.
4757
4758 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4759 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4760 (tramp-smb-handle-write-region): Use `delete-file' instead of
4761 `tramp-compat-delete-file'.
4762 (tramp-smb-handle-delete-directory): Use 'trash as arg.
4763
f1a5d776
CY
47642010-05-27 Chong Yidong <cyd@stupidchicken.com>
4765
4766 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 4767 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
4768 (dired-do-flagged-delete, dired-do-delete): Use trash.
4769
4770 * speedbar.el (speedbar-item-delete): Allow trashing.
4771
4772 * files.el (delete-directory): New arg TRASH.
4773
4774 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
4775 (ange-ftp-rename-remote-to-remote)
4776 (ange-ftp-rename-local-to-remote)
4777 (ange-ftp-rename-remote-to-local, ange-ftp-load)
4778 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
4779 `delete-file'.
4780 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
4781 allow trashing.
4782
4783 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
4784 handle new TRASH arg of `delete-file'.
4785
c4ce1145 4786 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
4787 (tramp-handle-make-symbolic-link, tramp-handle-load)
4788 (tramp-do-copy-or-rename-file-via-buffer)
4789 (tramp-do-copy-or-rename-file-directly)
4790 (tramp-do-copy-or-rename-file-out-of-band)
4791 (tramp-handle-process-file, tramp-handle-call-process-region)
4792 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4793 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4794 (tramp-delete-temp-file-function): Use null TRASH arg in
4795 tramp-compat-delete-file call.
4796
4797 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4798 (tramp-fish-handle-delete-file)
4799 (tramp-fish-handle-make-symbolic-link)
4800 (tramp-fish-handle-process-file): Use null TRASH arg in
4801 `tramp-compat-delete-file' call.
4802
4803 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
4804 arg in `tramp-compat-delete-file' call.
4805
4806 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4807 (tramp-gvfs-handle-write-region): Use null TRASH arg in
4808 `tramp-compat-delete-file' call.
4809
4810 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
4811 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
4812 `tramp-compat-delete-file' call.
4813
4814 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4815 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4816 (tramp-smb-handle-write-region): Use null TRASH arg in
4817 tramp-compat-delete-file call.
4818 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
4819 (tramp-smb-handle-delete-file): Rename arg.
4820
4821 * diff.el (diff-sentinel):
4822 * epg.el (epg--make-temp-file, epg-decrypt-string)
4823 (epg-verify-string, epg-sign-string, epg-encrypt-string):
4824 * jka-compr.el (jka-compr-partial-uncompress)
4825 (jka-compr-call-process, jka-compr-write-region):
4826 * server.el (server-sentinel): Remove optional arg from
4827 delete-file, reverting 2010-05-03 change.
4828
ecb0ab90
CY
48292010-05-27 Chong Yidong <cyd@stupidchicken.com>
4830
4831 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
4832 font-lock-constant-face, not obsolete font-lock-reference-face.
4833
2b25da45
KH
48342010-05-27 Kenichi Handa <handa@m17n.org>
4835
4836 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
4837 element of GSTRING is nil.
4838
11e4d8c0
SM
48392010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4840
4841 * emacs-lisp/smie.el (smie-forward-token-function)
4842 (smie-backward-token-function): New vars.
4843 (smie-backward-sexp, smie-forward-sexp)
4844 (smie-indent-hanging-p, smie-indent-calculate): Use them.
4845 (smie-default-backward-token): Rename from smie-backward-token and
4846 skip comments.
4847 (smie-default-forward-token): Rename from smie-forward-token and
4848 skip comments.
4849 (smie-next-sexp): Handle nil results from next-token.
4850 (smie-indent-calculate): Add a new case for special `fixindent' comments.
4851
4da3541b
CY
48522010-05-27 Chong Yidong <cyd@stupidchicken.com>
4853
896114cf
SM
4854 * progmodes/verilog-mode.el (verilog-type-font-keywords):
4855 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
4856
48572010-05-27 Masatake YAMATO <yamato@redhat.com>
4858
4859 * htmlfontify.el (hfy-face-resolve-face): New function.
4860 (hfy-face-to-style): Use it (Bug#6279).
4861
6dc439cb
SM
48622010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4863
4864 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
4865 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
4866
021eb8d7
GM
48672010-05-26 Glenn Morris <rgm@gnu.org>
4868
4869 * emulation/edt.el (edt-load-keys): Use locate-library.
4870
bef4957b
CY
48712010-05-25 Chong Yidong <cyd@stupidchicken.com>
4872
4873 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
4874 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
4875 (log-edit-changelog-insert-entries): Args changed.
4876 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
4877 (log-edit-insert-changelog-entries): Reorganize return value of
4878 `log-edit-changelog-entries' to pass filenames to
4879 log-edit-changelog-insert-entries.
4880
84fb0956
TV
48812010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4882
4883 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
4884 `image-dired-dired-insert-marked-thumbs' to
4885 `image-dired-dired-toggle-marked-thumbs'.
4886
4887 * image-dired.el: Require cl when compiling.
4888 (image-dired-dired-toggle-marked-thumbs): Rename from
4889 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
4890 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
4891 to 'no-dir. Skip files whose names don't match
4892 `image-file-name-regexp'. When file has a thumbnail overlay,
4893 delete it. (Bug#5270)
4894
0fb1193d
JL
48952010-05-25 Juri Linkov <juri@jurta.org>
4896
4897 * image-mode.el (image-mode): Add image-after-revert-hook to
4898 after-revert-hook.
4899 (image-after-revert-hook): New function. (Bug#5669)
4900
fc937924
JL
49012010-05-25 Juri Linkov <juri@jurta.org>
4902
4903 * image.el (image-animated-p): When delay between animated images
4904 is 0, set it to 10 (0.1 sec). (Bug#6258)
4905
fa9ba953
MA
49062010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
4907
4908 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 4909 `forward-word', its default syntax could be changed.
fa9ba953 4910
9e021389
MA
49112010-05-25 Michael Albinus <michael.albinus@gmx.de>
4912
4913 * net/tramp.el (tramp-progress-reporter-update): New defun.
4914 (with-progress-reporter): Use it.
4915 (tramp-process-actions):
4916 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
4917 current message, in order to let progress reporter continue
4918 afterwards. (Bug#6257)
4919
6169260b
GM
49202010-05-25 Glenn Morris <rgm@gnu.org>
4921
4922 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
4923 Add :version.
4924
d26781af
RY
49252010-05-25 Ryan Yeske <rcyeske@gmail.com>
4926
8826afe3 4927 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
4928 (rcirc-default-full-name): Change to "unknown".
4929 (rcirc-user-name-history): Add variable.
8826afe3
GM
4930
49312010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 4932 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
4933
4934 * net/rcirc.el (rcirc-server-alist): Add :pass.
4935 (rcirc): When prompting for connection parameters, also prompt for
d26781af 4936 username and password.
a628ad9d 4937 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
4938 value to server when connecting.
4939
d355a0b7
SM
49402010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4941
f5228f84
SM
4942 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
4943 (smie-merge-prec2s): Pass the tables as separate args.
4944 (smie-bnf-precedence-table): Adjust call accordingly.
4945 (smie-prec2-levels): Set levels at the end.
4946
d355a0b7
SM
4947 Replace Lisp calls to delete-backward-char by delete-char.
4948 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
4949 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
4950 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 4951 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
4952 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
4953 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
4954 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
4955 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
4956 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
4957 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
4958 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
4959 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
4960 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
4961 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
4962 delete-backward-char by calls to delete-char.
4963
f668ef02
KH
49642010-05-25 Kenichi Handa <handa@m17n.org>
4965
4966 * language/hebrew.el (hebrew-shape-gstring): New function.
4967 Register it in composition-function-table for all Hebrew combining
4968 characters.
4969
397eb3f3
SM
49702010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4971
4972 * epa.el (epa--select-keys): Don't explicitly delete the window since
4973 that can fail (e.g. sole window in frame). Use dedication instead.
4974
171eda53 49752010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
4976
4977 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
4978
110683ad
CY
49792010-05-22 Chong Yidong <cyd@stupidchicken.com>
4980
4981 * image.el (image-refresh): Define as an alias for image-flush.
4982
4983 * image-mode.el (image-toggle-display-image): Caller changed.
4984
df9db151
JL
49852010-05-21 Juri Linkov <juri@jurta.org>
4986
4987 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
4988 Remove "all" from grep-files-aliases. Split grep-files-aliases by
4989 whitespace, call wildcard-to-regexp on substrings and concat them
4990 with "\\|". (Bug#6114)
4991
c0209c2c
AM
49922010-05-21 Alan Mackenzie <acm@muc.de>
4993
171eda53
SM
4994 * progmodes/cc-engine.el (c-parse-state-get-strategy):
4995 Replace parameter `here' with `here-' and `here-plus', which sandwich
4996 any pertinent CPP construct.
c0209c2c
AM
4997 (c-remove-stale-state-cache-backwards): Fix a bug which happens
4998 when doing (c-parse-state) in a CPP construct: Exclude any "new"
4999 CPP construct from taking part in the scanning.
5000
655bded0
MA
50012010-05-21 Michael Albinus <michael.albinus@gmx.de>
5002
5003 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
5004 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
5005 Tune `with-progress-reporter' messages.
655bded0
MA
5006 (tramp-handle-vc-registered):
5007 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
5008 (tramp-fish-handle-insert-file-contents)
5009 (tramp-fish-maybe-open-connection):
5010 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5011 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
5012 (tramp-imap-handle-insert-file-contents)
5013 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
5014
3e17a1a7
JB
50152010-05-21 Juanma Barranquero <lekktu@gmail.com>
5016
bf1e8d4a
JB
5017 * add-log.el (change-log-font-lock-keywords):
5018 Highlight all authors in multi-author entries.
5019
3e17a1a7
JB
5020 * smerge-mode.el (smerge-refine-ignore-whitespace)
5021 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
5022 Fix typos in docstrings.
5023 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
5024
969e684a
GM
50252010-05-21 Glenn Morris <rgm@gnu.org>
5026
e75c1e7d
GM
5027 * progmodes/fortran.el (fortran-mode):
5028 * progmodes/f90.el (f90-mode): Derive from prog-mode.
5029
969e684a
GM
5030 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
5031 having a relative path in src/Makefile.in.
5032
a50878fa
KR
50332010-05-20 Kevin Ryde <user42@zip.com.au>
5034
5035 * help-mode.el (help-make-xrefs): For Info node links turn
5036 newlines into spaces. Link node names with newlines are matched
5037 by help-xref-info-regexp and buttonized, this change ensures they
5038 can be followed successfully with RET. (Bug#6206)
5039
f66a2f90
JL
50402010-05-20 Juri Linkov <juri@jurta.org>
5041
5042 * locate.el (locate): Use pop-to-buffer instead of
5043 switch-to-buffer-other-window. (Bug#6204)
5044
201d895a
JL
50452010-05-20 Juri Linkov <juri@jurta.org>
5046
5047 * replace.el (replace-highlight): Fix lazy-highlighting
5048 for `M-s w str M-% str RET'.
5049
1ddb2ea0
MY
50502009-12-15 Masatake YAMATO <yamato@redhat.com>
5051
5052 * isearch.el (isearch-yank-word-or-char): Pull next subword
5053 when `subword-mode' is activated. (Bug#6220)
5054
a6020335
MH
50552010-05-20 Mark A. Hershberger <mah@everybody.org>
5056
5057 * isearch.el (isearch-update-post-hook): New hook.
5058 (isearch-update): Use the new hook. (Bug#6225)
5059
50de6a38
JL
50602010-05-20 Juri Linkov <juri@jurta.org>
5061
5062 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
5063 [f1], [help], and (char-to-string help-char) instead of "\C-h".
5064 (Bug#6222)
5065
5d944a8f
JL
50662010-05-20 Juri Linkov <juri@jurta.org>
5067
5068 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
5069 (Bug#6223)
5070
f5d6548a
JL
50712010-05-20 Juri Linkov <juri@jurta.org>
5072
5073 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
5074 FILE-NAME to read from the minibuffer when called interactively
5075 with prefix argument instead of using buffer-file-name.
5076 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
5077
5078 * dired.el: Update autoloads.
5079
f8e63691
CY
50802010-05-20 Chong Yidong <cyd@stupidchicken.com>
5081
5082 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
5083 nxml-finish-element, for consistency with SGML mode.
5084
5085 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
5086 octave-close-block.
5087
07d7c3bd
JB
50882010-05-20 Juanma Barranquero <lekktu@gmail.com>
5089
5090 * composite.el: Require cl when compiling.
5091 (reference-point-alist, compose-gstring-for-graphic)
5092 (compose-gstring-for-terminal): Fix typos in docstrings.
5093
7bce8510
JL
50942010-05-19 Juri Linkov <juri@jurta.org>
5095
5096 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
5097 set-window-parameter.
5098
a7723e05
MA
50992010-05-19 Michael Albinus <michael.albinus@gmx.de>
5100
5101 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
5102 where appropriate.
5103 (tramp-maybe-open-connection): Use it.
5104
3f2e7735
EZ
51052010-05-19 Eli Zaretskii <eliz@gnu.org>
5106
5107 * simple.el (move-end-of-line): Make sure we are at line beginning
5108 before backing up to end of previous line.
5109
8d9181c7
MA
51102010-05-19 Michael Albinus <michael.albinus@gmx.de>
5111
8c4ec20f
MA
5112 * password-cache.el (password-cache-remove): Fix docstring.
5113
8d9181c7
MA
5114 * net/secrets.el: Autoload the widget functions.
5115 (secrets-search-items, secrets-create-item)
5116 (secrets-get-attributes, secrets-expand-item): Attributes will be
5117 stored on the password database without leading ":", as all other
5118 clients do as well.
5119 (secrets-mode): Fix docstring.
5120 (secrets-show-secrets): Provide it as autoloaded command only when
5121 D-Bus support is available. Check existence of Secret Service API.
5122
2a96c2a7
SM
51232010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5124
5125 * indent.el (indent-region): Deactivate region (bug#6200).
5126
d24e10b1
GM
51272010-05-19 Glenn Morris <rgm@gnu.org>
5128
5129 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
5130
2833d915
KH
51312010-05-19 Kenichi Handa <handa@m17n.org>
5132
5133 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 5134 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 5135
134c2f29
JB
51362010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
5137
5138 * calc/calc-trail.el (calc-trail-isearch-forward)
5139 (calc-trail-isearch-backward): Ensure that the new window
5140 point is set correctly.
5141
278847cd
SM
51422010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5143
5144 * subr.el (read-quoted-char): Resolve modifiers after key
5145 remapping (bug#6212).
5146
3a8e7cbd
MA
51472010-05-18 Michael Albinus <michael.albinus@gmx.de>
5148
5149 Add visualization code for secrets.
5150 * net/secrets.el (secrets-mode): New major mode.
5151 (secrets-show-secrets, secrets-show-collections)
5152 (secrets-expand-collection, secrets-expand-item)
5153 (secrets-tree-widget-after-toggle-function)
5154 (secrets-tree-widget-show-password): New defuns.
5155
472e7ec1
SM
51562010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5157
224b70cb
SM
5158 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
5159 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
5160 handled in smie-next-sexp.
5161 (smie-indent-calculate): Provide a starting indentation (so the
5162 recursion is well-founded ;-).
5163
472e7ec1
SM
5164 Fix handling of non-associative equal levels.
5165 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
5166 when it's not needed.
5167 (smie-op-left, smie-op-right): New functions.
5168 (smie-next-sexp): New function, extracted from smie-backward-sexp.
5169 Better handle equal levels to distinguish the associative case from
5170 the "multi-keyword construct" case.
5171 (smie-backward-sexp, smie-forward-sexp): Use it.
5172
35e53abd
JB
51732010-05-18 Juanma Barranquero <lekktu@gmail.com>
5174
5d8fe0ba
JB
5175 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
5176
35e53abd
JB
5177 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
5178 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
5179
5ad4bef5
SM
51802010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5181
5182 Provide a simple generic indentation engine and use it for Prolog.
5183 * emacs-lisp/smie.el: New file.
5184 * progmodes/prolog.el (prolog-smie-op-levels)
5185 (prolog-smie-indent-rules): New var.
5186 (prolog-mode-variables): Use them to configure SMIE.
5187 (prolog-indent-line, prolog-indent-level): Remove.
5188
00681a3c
JB
51892010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
5190
560bb7ae 5191 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
5192 order before computing the averages.
5193
eba62f7a
JB
51942010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
5195
597517ef 5196 * calc/calc-vec.el (calc-histogram):
5ad4bef5 5197 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
5198 (math-vector-avg): New function.
5199
560bb7ae 5200 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
5201 being grouped depend on the radix (Bug#6189).
5202
8c5ff6dd
KR
52032010-05-15 Ken Raeburn <raeburn@raeburn.org>
5204
5205 * version.el (emacs-copyright, emacs-version): Don't define here,
5206 now that emacs.c defines it.
5207
98d8b17e
EZ
52082010-05-15 Eli Zaretskii <eliz@gnu.org>
5209
71078429
EZ
5210 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
5211 "Describe Language Environment" menu item.
5212
ce6233c1
EZ
5213 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
5214
d20e1419
EZ
5215 Bidi-sensitive movement with arrow keys.
5216 * subr.el (right-arrow-command, left-arrow-command): New functions.
5217
5218 * bindings.el (global-map): Bind them to right and left arrow keys.
5219
98d8b17e
EZ
5220 Don't override standard definition of convert-standard-filename.
5221 * files.el (convert-standard-filename): Call
5222 w32-convert-standard-filename and dos-convert-standard-filename on
5223 the corresponding systems.
5224
5225 * w32-fns.el (w32-convert-standard-filename): Rename from
5226 convert-standard-filename. Doc fix.
5227
5228 * dos-fns.el (dos-convert-standard-filename): Doc fix.
5229 (convert-standard-filename): Don't defalias.
5230 (register-name-alist, make-register, register-value)
5231 (set-register-value, intdos): Obsolete aliases for the
5232 corresponding dos-* functions and variables.
5233 (dos-intdos): Add a doc string.
5234
ae6bc504
JB
52352010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
5236
5237 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
5238 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
5239 (math-compose-tex-func):
5240 * calc/calccomp.el (math-compose-expr):
5241 * calc/calc-ext.el (math-format-flat-expr-fancy):
5242 * calc/calc-store.el (calc-read-var-name):
5243 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
5244
5245 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 5246 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 5247 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 5248 (math-standard-units): Add units.
ae6bc504 5249
c26ea4b2
SM
52502010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5251
7aefa445 5252 * progmodes/asm-mode.el (asm-mode):
13973643
SM
5253 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
5254
c26ea4b2
SM
5255 * pcomplete.el (pcomplete-completions-at-point): New function,
5256 extracted from pcomplete-std-complete.
5257 (pcomplete-std-complete): Use it.
5258
02be533b
GM
52592010-05-15 Glenn Morris <rgm@gnu.org>
5260
5261 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5262 Remove references to CVS, RCS and Old directories.
5263
78ed0efc
JB
52642010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
5265
ae6bc504 5266 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
5267 appropriate.
5268
10dcc561
SM
52692010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
5270
5ccaa359
SM
5271 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
5272 (sh-mode-syntax-table): Give it a default value instead.
5273 (sh-header-marker): Make buffer-local.
5274 (sh-mode): Move make-local-variable to the corresponding setq.
5275 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
5276 Use complete-with-action.
5277
10dcc561
SM
5278 * simple.el (prog-mode): New (abstract) major mode.
5279 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
5280 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
5281
c38762fd
JB
52822010-05-14 Juanma Barranquero <lekktu@gmail.com>
5283
5284 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
5285 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
5286 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
5287 (sql-make-alternate-buffer-name, sql-placeholders-filter)
5288 (sql-escape-newlines-filter, sql-input-sender)
5289 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
5290
2ef3c144
CY
52912010-05-13 Chong Yidong <cyd@stupidchicken.com>
5292
560bb7ae 5293 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
5294
5295 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
5296 latex-open-block and C-c / to latex-close-block.
5297
5298 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
5299 and C-c C-e to sgml-close-tag.
5300
3b30ccda
MA
53012010-05-13 Michael Albinus <michael.albinus@gmx.de>
5302
5303 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 5304 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
5305 (tramp-handle-load, tramp-handle-file-local-copy)
5306 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
5307 (tramp-maybe-send-script, tramp-find-shell):
5308 Use `with-progress-reporter'.
3b30ccda
MA
5309 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
5310 Fix message text.
5311
5312 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5313 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5314 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
5315 Use `with-progress-reporter'.
5316
57ff5d7b
AM
53172010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
5318
a628ad9d
JB
5319 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
5320 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 5321
5a70d10f
SM
53222010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5323
791ffe1c
SM
5324 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
5325
5a70d10f
SM
5326 * dos-fns.el: Add "dos-" prefix for namespace control.
5327 (convert-standard-filename): Define as alias for
5328 dos-convert-standard-filename but only if applicable.
5329
38d93f03
AM
53302010-05-12 Alan Mackenzie <acm@muc.de>
5331
5332 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
5333 Push the mark at the start of these functions when appropriate.
5334
902a6d8d
SM
53352010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5336
5337 * minibuffer.el (completion-cycle-threshold): New custom var.
5338 (completion--do-completion): Use it.
5339 (minibuffer-complete): Use cycling if appropriate.
5340
9ee120ba
JB
53412010-05-11 Juanma Barranquero <lekktu@gmail.com>
5342
5343 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
5344 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
5345
841c4085
JL
53462010-05-11 Juri Linkov <juri@jurta.org>
5347
5348 * scroll-all.el (scroll-all-check-to-scroll):
5349 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
5350
8a67c70e
SM
53512010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5352
f2b9ed18
SM
5353 * iimage.el (iimage-mode-map): Move initialization into declaration.
5354 (iimage-mode-buffer): Use with-silent-modifications.
5355 Simplify calling convention. Adjust callers.
5356 (iimage-mode): Don't run hook redundantly.
5357
8a67c70e
SM
5358 * minibuffer.el (completion-pcm--pattern->regex):
5359 Fix last change (bug#6160).
5360
4bbedd98
JL
53612010-05-10 Juri Linkov <juri@jurta.org>
5362
5363 Remove nodes visited during Isearch from the Info history.
5364 * info.el (Info-isearch-initial-history)
5365 (Info-isearch-initial-history-list): New variables.
5366 (Info-isearch-start): Record initial values of
5367 Info-isearch-initial-history and Info-isearch-initial-history-list.
5368 Add Info-isearch-end to isearch-mode-end-hook.
5369 (Info-isearch-end): New function.
5370
94ecf5da
MA
53712010-05-10 Michael Albinus <michael.albinus@gmx.de>
5372
5373 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
5374 format string, in order to work around a bug in pdksh.
5375 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
5376 (tramp-handle-verify-visited-file-modtime): Do not send a command
5377 when the connection is not established.
5378 (tramp-handle-set-file-times): Simplify the check for utc.
5379
c5eb971b
JB
53802010-05-10 Juanma Barranquero <lekktu@gmail.com>
5381
5382 Fix use of `filter-buffer-substring' (rework previous change).
5383 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
5384 (cua-repeat-replace-region):
5385 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
5386 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5387 (cua-cut-region-to-global-mark): Use it.
5388
7492acc9
MM
53892010-05-09 Michael R. Mauger <mmaug@yahoo.com>
5390
77e2fc7a
JB
5391 * progmodes/sql.el: Version 2.1.
5392 (sql-product-alist): Redesign structure of product info.
5393 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
5394 (sql-port, sql-port-history): New variables.
5395 (sql-interactive-product): New variable.
5396 (sql-send-terminator): New variable.
77e2fc7a 5397 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
5398 (sql-oracle-login-params, sql-sqlite-login-params)
5399 (sql-mysql-login-params, sql-solid-login-params)
5400 (sql-sybase-login-params, sql-informix-login-params)
5401 (sql-ingres-login-params, sql-ms-login-params)
5402 (sql-postgres-login-params, sql-interbase-login-params)
5403 (sql-db2-login-params, sql-linter-login-params)
5404 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
5405 (sql-mode-map): Add C-c C-i to start interactive mode.
5406 (sql-mode-menu): Update existing menu entries.
5407 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
5408 (sql-mode-oracle-font-lock-keywords)
5409 (sql-mode-postgres-font-lock-keywords)
5410 (sql-mode-ms-font-lock-keywords)
5411 (sql-mode-sybase-font-lock-keywords)
5412 (sql-mode-informix-font-lock-keywords)
5413 (sql-mode-interbase-font-lock-keywords)
5414 (sql-mode-ingres-font-lock-keywords)
5415 (sql-mode-solid-font-lock-keywords)
5416 (sql-mode-mysql-font-lock-keywords)
5417 (sql-mode-sqlite-font-lock-keywords)
5418 (sql-mode-db2-font-lock-keywords)
77e2fc7a 5419 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
5420 reduce run-time complexity.
5421 (sql-add-product, sql-del-product): New functions.
5422 (sql-set-product-feature, sql-get-product-feature): New functions.
5423 (sql-product-font-lock): Update product API.
5424 (sql-add-product-keywords): New function.
5425 (sql-highlight-product): Update product API.
5426 (sql-help-list-products): New function.
5427 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 5428 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
5429 prompt for port.
5430 (sql-copy-column): Copy without properties.
5431 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
5432 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
5433 Implement as a filter.
7492acc9
MM
5434 (sql-escape-newlines-filter): Implement as a filter.
5435 (sql-remove-tabs-filter): New function.
5436 (sql-send-magic-terminator): New function.
5437 (sql-send-string): Implement magic terminator.
5438 (sql-send-region): Use `sql-send-string'.
5439 (sql-interactive-mode): Use product API.
5440 (sql-product-interactive): Use product API.
5441 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
5442 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
5443 (sql-db2, sql-linter): Use `sql-product-interactive'.
5444 (sql-connect): New function.
5445 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
5446 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
5447 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
5448 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
5449 Use `sql-connect'.
7492acc9 5450
79ccd68f
SM
54512010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5452
5453 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
5454 New custom variable.
5455 (completion-pcm--string->pattern): Use it.
5456 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
5457 Make it handle any symbol as `any'.
5458 (completion-pcm--merge-completions): Extract common suffix for the new
5459 `prefix' symbol as well.
5460 (completion-substring--all-completions): Use the new `prefix' symbol.
5461
0d5852cf
MA
54622010-05-09 Michael Albinus <michael.albinus@gmx.de>
5463
5464 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
5465 not bound.
5466 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5467 (tramp-compat-funcall): New defmacro.
5468 (tramp-compat-line-beginning-position)
5469 (tramp-compat-line-end-position)
5470 (tramp-compat-temporary-file-directory)
5471 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
5472 (tramp-compat-copy-file, tramp-compat-copy-directory)
5473 (tramp-compat-delete-file, tramp-compat-delete-directory)
5474 (tramp-compat-number-sequence, tramp-compat-process-running-p)
5475 * net/tramp.el (top, with-progress-reporter)
5476 (tramp-rfn-eshadow-setup-minibuffer)
5477 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5478 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
5479 (tramp-completion-mode-p, tramp-check-for-regexp)
5480 (tramp-open-connection-setup-interactive-shell)
5481 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
5482 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
5483 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
5484 * net/tramp-cmds.el (tramp-cleanup-all-connections)
5485 (tramp-reporter-dump-variable, tramp-load-report-modules)
5486 (tramp-append-tramp-buffers)
5487 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
5488
5489 * net/tramp-imap.el (top): Autoload `epg-make-context'.
5490
f913fe7d
SM
54912010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5492
5493 * progmodes/compile.el (compilation-buffer-modtime): Rename from
5494 buffer-modtime. Adjust users.
5495
0235128c 54962010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 5497
77e2fc7a 5498 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 5499 car of each item, not the whole list (Bug#6083).
f034e176 5500
0235128c 55012010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
5502
5503 * progmodes/js.el (js-mode): Make paragraph variables local before
5504 calling c-setup-paragraph-variables (Bug#6071).
5505
0235128c 55062010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
5507
5508 * composite.el (compose-region, reference-point-alist): Fix typos
5509 in the doc strings.
5510
77e2fc7a 55112010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
5512
5513 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
5514 gnuplot's "set" command.
5515
0235128c 55162010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
5517
5518 * abbrev.el (last-abbrev-text): Doc fix.
5519 (abbrev-prefix-mark): Don't escape parenthesis.
5520
0235128c 55212010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
5522
5523 * composite.el (find-composition): Doc fix.
5524
0235128c 55252010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
5526
5527 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
5528 (sql-oracle-program, sql-sqlite-options)
5529 (sql-query-placeholders-and-send): Doc fixes.
5530 (sql-set-product, sql-interactive-mode): Reflow docstrings.
5531 (sql-imenu-generic-expression, sql-buffer)
5532 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
5533 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
5534 (sql-mode-sybase-font-lock-keywords)
5535 (sql-mode-informix-font-lock-keywords)
5536 (sql-mode-interbase-font-lock-keywords)
5537 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
5538 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
5539 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
5540 (sql-product-feature, sql-highlight-product)
5541 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
5542 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
5543 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
5544 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
5545 Fix typos in docstrings.
5546
0235128c 55472010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
5548
5549 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
5550 property instead of `invisible' and `after-string' (bug#5998).
5551
0235128c 55522010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
5553
5554 * image-mode.el (image-mode-as-text): Fix typo in docstring.
5555
0235128c 55562010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
5557
5558 * filecache.el (file-cache-add-directory-list)
5559 (file-cache-add-directory-recursively): Fix typos in docstrings.
5560
0235128c 55612010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
5562
5563 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 5564 (gujarati-composable-pattern): Fix typo.
ece33a6e 5565
0235128c 55662010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
5567
5568 * language/indian.el (oriya-composable-pattern)
0235128c
SM
5569 (tamil-composable-pattern, malayalam-composable-pattern):
5570 Add two-part vowels to "v" (vowel sign).
771533aa 5571
0235128c 55722010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 5573
99833607
CY
5574 * files.el (copy-directory): Handle symlinks (Bug#5982).
5575
0235128c 55762010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
5577
5578 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
5579 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
5580 (Bug#5846).
5581
0235128c 55822010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 5583
0ca12598
GM
5584 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
5585
d2c7b917
GM
5586 * minibuffer.el (completion-at-point): Doc fix.
5587
ba5bf5f0
SM
55882010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5589
5590 * electric.el (Electric-command-loop): Minor tweak.
5591
5592 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
5593 better with dedicated windows.
5594
0235128c
SM
55952010-05-07 Chong Yidong <cyd@stupidchicken.com>
5596
5597 * Version 23.2 released.
5598
560bb7ae 55992010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 5600 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
5601
5602 Highlight vendor specific properties.
5603 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
5604 (css-proprietary-property): New face.
5605 (css-font-lock-keywords): Use them.
5606
c0162ade
EZ
56072010-05-07 Eli Zaretskii <eliz@gnu.org>
5608
5609 * cus-start.el (all): Add native condition for tool-bar-* symbols.
5610
f3ee9200
SM
56112010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5612
05623156
SM
5613 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
5614 * files.el (auto-mode-alist): Remove redundant entries.
5615
f3ee9200
SM
5616 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
5617 * simple.el (auto-save-mode): Move from files.el.
5618 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
5619
560bb7ae 56202010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 5621
76e3243a 5622 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 5623
765d4319
KY
56242010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
5625
5626 * mail/binhex.el (binhex-decode-region-internal)
5627 * mail/uudecode.el (uudecode-decode-region-internal)
5628 * net/dns.el (dns-read-string-name, dns-write, dns-read)
5629 (dns-read-type, dns-query)
5630 * pgg-parse.el (pgg-parse-armor)
5631 * pgg.el (pgg-verify-region)
5632 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
5633 XEmacs.
5634
86d21cc0 5635 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 5636
f83483ff
JB
56372010-05-07 Juanma Barranquero <lekktu@gmail.com>
5638
40ab7974
JB
5639 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
5640
f83483ff
JB
5641 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
5642 * emulation/cua-base.el (cua-repeat-replace-region):
5643 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5644 (cua-cut-region-to-global-mark):
5645 Remove text properties with `set-text-properties'.
5646
9566840f
MA
56472010-05-06 Michael Albinus <michael.albinus@gmx.de>
5648
f3ee9200
SM
5649 * net/tramp.el (top, with-progress-reporter):
5650 Use `symbol-function' inside `funcall'.
9566840f
MA
5651
5652 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
5653 (tramp-compat-delete-file, tramp-compat-delete-directory):
5654 Handle only `wrong-number-of-arguments' error.
9566840f
MA
5655
5656 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
5657 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
5658 inside `funcall'.
5659
0c495c21
SM
56602010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5661
1493963b
SM
5662 * minibuffer.el (completion--sreverse, completion--common-suffix):
5663 New functions.
5664 (completion-pcm--merge-completions): Extract common suffix when safe.
5665
0c495c21
SM
5666 * emacs-lisp/easy-mmode.el (define-minor-mode):
5667 Make :variable more flexible.
5668 * files.el (auto-save-mode): Use it to define using define-minor-mode.
5669
221a0647
JL
56702010-05-05 Juri Linkov <juri@jurta.org>
5671
5672 Add `slow' and `history' tags to the desktop data.
5673
5674 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
5675 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
5676 (Info-finder-find-node): Require `finder.el' to be able
5677 to restore node from the desktop.
5678 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
5679 data `Info-history' and `slow' tag in the assoc list.
5680 (Info-restore-desktop-buffer): Don't restore nodes with the
5681 `slow' tag. Restore `Info-history'.
5682
66bdc868
MA
56832010-05-05 Michael Albinus <michael.albinus@gmx.de>
5684
5685 Add FORCE argument to `delete-file'.
5686
5687 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
5688 forcing to delete the temporary file.
5689 (ange-ftp-delete-file): Add FORCE arg.
5690 (ange-ftp-rename-remote-to-remote)
5691 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
5692 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
5693 Force file deletion.
66bdc868
MA
5694
5695 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
5696
5697 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
5698 (tramp-handle-make-symbolic-link, tramp-handle-load)
5699 (tramp-do-copy-or-rename-file-via-buffer)
5700 (tramp-do-copy-or-rename-file-directly)
5701 (tramp-do-copy-or-rename-file-out-of-band)
5702 (tramp-handle-process-file, tramp-handle-call-process-region)
5703 (tramp-handle-shell-command, tramp-handle-file-local-copy)
5704 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5705 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
5706
5707 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
5708 (tramp-fish-handle-make-symbolic-link)
5709 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
5710
0c495c21
SM
5711 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5712 Use `tramp-compat-delete-file'.
66bdc868
MA
5713
5714 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
5715 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
5716
5717 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
5718 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
5719
5720 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
5721 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
5722 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
5723 `tramp-compat-delete-file'.
5724
f44379e7
SM
57252010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5726
365f8d85
SM
5727 Minor cleanups.
5728 * subr.el (add-minor-mode): Use push.
5729 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
5730 * emulation/edt.el (edt-select-mode): Simplify.
5731
80ac5d4d
SM
5732 Use define-minor-mode in more cases.
5733 * term/tvi970.el (tvi970-set-keypad-mode):
5734 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5735 (normal-erase-is-backspace-mode):
5736 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
5737 (set-scroll-bar-mode-1): (Re)move to its sole caller.
5738 (get-scroll-bar-mode): New function.
5739 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
5740
5741 Use define-minor-mode for less obvious cases.
f44379e7
SM
5742 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
5743 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
5744 * international/iso-ascii.el (iso-ascii-mode):
5745 * frame.el (auto-raise-mode, auto-lower-mode):
5746 * composite.el (global-auto-composition-mode): Use define-minor-mode.
5747
c04b03f8
MA
57482010-05-04 Michael Albinus <michael.albinus@gmx.de>
5749
5750 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
5751 in order to see error messages for failed logins.
5752
53967e09
CY
57532010-05-03 Chong Yidong <cyd@stupidchicken.com>
5754
5755 * diff.el (diff-sentinel):
5756
5757 * epg.el (epg--make-temp-file, epg-decrypt-string)
5758 (epg-verify-string, epg-sign-string, epg-encrypt-string):
5759
5760 * jka-compr.el (jka-compr-partial-uncompress)
5761 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
5762
5763 * server.el (server-sentinel): Use delete-file's new FORCE arg
5764 (Bug#6070).
5765
56eb0904
SM
57662010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5767
5768 Use define-minor-mode where applicable.
5769 * view.el (view-mode):
5770 * type-break.el (type-break-query-mode)
5771 (type-break-mode-line-message-mode):
5772 * textmodes/reftex.el (reftex-mode):
5773 * term/vt100.el (vt100-wide-mode):
5774 * tar-mode.el (tar-subfile-mode):
5775 * savehist.el (savehist-mode):
5776 * ibuf-ext.el (ibuffer-auto-mode):
5777 * composite.el (auto-composition-mode):
5778 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5779 Use define-minor-mode.
5780 (vhdl-mode): Use static mode-line format.
5781 (vhdl-mode-line-update): Delete.
5782 (vhdl-create-mode-menu, vhdl-activate-customizations)
5783 (vhdl-hs-minor-mode): Don't bother calling it.
5784
672eb710
SM
57852010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
5786
8f92b8ad
SM
5787 * simple.el (with-wrapper-hook): Move.
5788 (buffer-substring-filters): Mark obsolete.
5789 (filter-buffer-substring-functions): New variable.
1fada563 5790 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 5791
c04b03f8 57922010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 5793 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
5794
5795 Implement compression for inline methods.
5796
5797 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
5798 (tramp-copy-size-limit): Allow also nil.
5799 (tramp-inline-compress-commands): New defconst.
5800 (tramp-find-inline-compress, tramp-get-inline-compress)
5801 (tramp-get-inline-coding): New defuns.
cb7f3653 5802 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 5803 replaced by `tramp-get-inline-coding'.
6a29a838
MA
5804 (tramp-handle-file-local-copy, tramp-handle-write-region)
5805 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
5806
8c0bf8b3
SM
58072010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5808
07125a91
SM
5809 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
5810 Remove unused functions.
5811
f3a47002
SM
5812 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
5813 Set find-tag-default-function as a variable rather than a property.
5814
8c0bf8b3
SM
5815 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
5816 * progmodes/etags.el (tags-completion-at-point-function):
5817 Remove left over interactive spec. Add autoloading stub.
5818 (complete-tag): Use tags-completion-at-point-function.
5819
27601456
CY
58202010-04-30 Chong Yidong <cyd@stupidchicken.com>
5821
cb7f3653 5822 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 5823
09d0284d
CY
58242010-04-29 Chong Yidong <cyd@stupidchicken.com>
5825
27d3cd56
CY
5826 * ido.el (ido-init-completion-maps): Remove C-v binding.
5827 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 5828
3a07ffce
CY
58292010-04-29 Chong Yidong <cyd@stupidchicken.com>
5830
5831 * minibuffer.el (tags-completion-at-point-function): New function.
5832 (completion-at-point-functions): Use it.
5833
3a07ffce
CY
5834 * progmodes/etags.el (complete-tag): Revert last change.
5835
3d14bb73
AM
58362010-04-29 Alan Mackenzie <acm@muc.de>
5837
5838 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
5839 off-by-one error (in end of macro position).
5840
7d353d11
SM
58412010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5842
5843 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
5844 firefox is absent. Don't autoload.
5845 (browse-url-galeon-program): Don't autoload.
5846
48111a85
CY
58472010-04-28 Chong Yidong <cyd@stupidchicken.com>
5848
5849 * bindings.el (complete-symbol): Move into minibuffer.el.
5850
5851 * minibuffer.el (complete-tag): Move from etags.el. If tags
5852 completion cannot be performed, return nil instead of signalling
5853 an error.
5854 (completion-at-point): Make it an alias for complete-symbol.
5855 (complete-symbol): Move from bindings.el, and replace with the
5856 body of completion-at-point.
5857
5858 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
5859
7ba94701
MA
58602010-04-28 Michael Albinus <michael.albinus@gmx.de>
5861
5862 * net/tramp.el (tramp-remote-selinux-p): New defun.
5863 (tramp-handle-file-selinux-context)
5864 (tramp-handle-set-file-selinux-context): Use it.
5865
95c6cc3e
SS
58662010-04-28 Sam Steingold <sds@gnu.org>
5867
5868 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5869 `safe-local-variable' if the value is a string or a symbol with
5870 the property `bug-reference-url-format'.
5871
36045ff3
CY
58722010-04-28 Chong Yidong <cyd@stupidchicken.com>
5873
537ffaf3
SM
5874 * progmodes/bug-reference.el (bug-reference-url-format):
5875 Revert 2010-04-27 change due to security risk.
36045ff3 5876
56924d99
SM
58772010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5878
5879 Make it possible to locally disable a globally enabled mode.
5880 * simple.el (fundamental-mode): Run fundamental-mode-hook.
5881 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
5882 rather than kill-all-local-variables so it runs fundamental-mode-hook.
5883 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5884 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
5885 that subsequent hooks get a chance to disable it.
5886
ccaa4765
SM
58872010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5888
17818d71
SM
5889 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5890 Avoid re-enabling a minor mode after the user turned the minor mode
5891 off if MODE-enable-in-buffers is run twice (typically once from
5892 fundamental-mode's after-change-major-mode-hook and a second time from
5893 run-mode-hook's own after-change-major-mode-hook).
5894
ccaa4765
SM
5895 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
5896
2a6f654e
SS
58972010-04-27 Sam Steingold <sds@gnu.org>
5898
5899 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5900 `safe-local-variable' if the value is a string or a function, as
5901 documented and implemented on 2010-04-02.
5902
cecaa674
JB
59032010-04-27 Juanma Barranquero <lekktu@gmail.com>
5904
5905 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
5906 when method is 'kill.
5907
59082010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 5909
a628ad9d
JB
5910 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
5911 condition in default directory check.
1e116bb3
AM
5912 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
5913 Kill ispell process when killing its associated buffer.
5914
7dd7fbb9
JD
59152010-04-27 Jan Djärv <jan.h.d@swipnet.se>
5916
5917 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
5918 but we aren't using it.
5919
7ac82b84
J
59202010-04-25 Jan Djärv <jan.h.d@swipnet.se>
5921
5922 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
5923 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
5924
fea1add4
GM
59252010-04-24 Glenn Morris <rgm@gnu.org>
5926
5927 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
5928 Ignore VCS-ignore files, and deleted nextstep preferences files.
5929 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
5930 (authors-ambiguous-files): New list.
5931 (authors-valid-file-names): Add some deleted files.
5932 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
5933 (authors-disambiguate-file-name): New function. (Bug#5501)
5934 (authors-canonical-file-name): Doc fix.
5935 Don't warn about obsolete files.
5936 (authors-canonical-file-name, authors-scan-el):
5937 Use authors-disambiguate-file-name.
5938
cbcfee6e
GM
5939 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5940 Add autoload cookies.
5941 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
5942 (generated-autoload-file): Set file-local value to "htmlfontify.el".
5943 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
5944 They have definitions / compiler macros in cl.el.
5945 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5946 Replace manual autoloads with generated ones.
5947 (htmlfontify-unload-rgb-file): Remove autoload.
5948 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
5949
3b548e1b
SM
59502010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5951
9ae0c310
SM
5952 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
5953 (byte-compile-setq-default): Optimize for the
5954 single-var case and don't call byte-compile-form in this case to avoid
5955 inf-loop with byte-compile-set-default.
5956
3b548e1b
SM
5957 * progmodes/compile.el (compilation-start): Abbreviate default directory.
5958
632c5478
MA
59592010-04-23 Michael Albinus <michael.albinus@gmx.de>
5960
5961 Implement SELINUX backends.
5962
3b548e1b
SM
5963 * net/tramp.el (tramp-file-name-handler-alist):
5964 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
5965 (tramp-handle-file-selinux-context)
5966 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
5967 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5968 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 5969
3b548e1b
SM
5970 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5971 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
5972 (tramp-gvfs-handle-file-selinux-context)
5973 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5974 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5975
5976 * net/ange-ftp.el (ange-ftp-copy-file):
5977 * net/tramp-fish.el (tramp-fish-handle-copy-file):
5978 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
5979 * net/tramp-smb.el (tramp-smb-handle-copy-file):
5980 Add PRESERVE-SELINUX-CONTEXT.
632c5478 5981
a94d821f
MA
59822010-04-22 Michael Albinus <michael.albinus@gmx.de>
5983
5984 Synchronize with Tramp repository.
5985
5986 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
5987 (tramp-action-process-alive, tramp-action-out-of-band)
5988 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5989 (tramp-exists-file-name-handler): Fix docstring.
5990 (with-progress-reporter): New defmacro.
5991 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
5992 (tramp-maybe-open-connection): Use it.
5993
a92375d9
MA
59942010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
5995
5996 Detect ssh 'ControlMaster' argument automatically in some cases.
5997
5998 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5999 (tramp-default-method): Use it.
6000
489fe4c2
MA
60012010-04-22 Michael Albinus <michael.albinus@gmx.de>
6002
25f14cdb
MA
6003 * net/tramp.el (tramp-handle-copy-file): Add new optional
6004 parameter `preserve-selinux-context'.
6005 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
6006
a92375d9
MA
60072010-04-22 Michael Albinus <michael.albinus@gmx.de>
6008
489fe4c2
MA
6009 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
6010 Ensure, that non remote files are still checked. Oops.
6011
acd1f317
MA
60122010-04-21 Michael Albinus <michael.albinus@gmx.de>
6013
6014 Fix Bug#5840.
6015
6016 * icomplete.el (icomplete-completions): Use `non-essential'.
6017
6018 * net/tramp.el (tramp-connectable-p): New defun.
6019 (tramp-handle-expand-file-name)
6020 (tramp-completion-handle-file-name-all-completions)
6021 (tramp-completion-handle-file-name-completion): Use it.
6022
62c5b459
SM
60232010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6024
6025 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
6026
f904c0f9
JD
60272010-04-21 Jan Djärv <jan.h.d@swipnet.se>
6028
6029 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
6030
6031 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
6032
6033 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
6034 is present.
6035
6036 * info.el (info-tool-bar-map): Add labels.
6037
6038 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
6039
6040 * cus-edit.el (custom-commands): Add labels for tool bar.
6041 (custom-buffer-create-internal, Custom-mode): Adjust for
6042 labels in custom-commands.
6043
6044 * dynamic-setting.el: Renamed from font-setting.el.
6045
c5cbeb12
LL
60462010-04-21 John Wiegley <jwiegley@gmail.com>
6047
6048 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
6049 toggles the use of virtual buffers.
537ffaf3 6050 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
6051 (ido-toggle-virtual-buffers): New function.
6052
fcc93746
JB
60532010-04-21 Juanma Barranquero <lekktu@gmail.com>
6054
6055 Use `define-derived-mode'; fix window selection; doc fixes.
6056 * play/tetris.el (tetris, tetris-update-speed-function)
6057 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
6058 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
6059 (tetris-rotate-next, tetris-end-game, tetris-start-game)
6060 (tetris-pause-game): Fix typos in docstrings.
6061 (tetris-mode-map, tetris-null-map):
6062 Move initialization into declaration.
6063 (tetris-mode): Define with `define-derived-mode';
6064 set show-trailing-whitespace to nil.
6065 (tetris): Prefer window already displaying the "*Tetris*" buffer.
6066
574c05e2
KK
60672010-04-21 Karel Klíč <kklic@redhat.com>
6068
6069 * files.el (backup-buffer): Handle SELinux context, and return it
6070 if a backup was made by renaming.
6071 (backup-buffer-copy): Set SELinux context to the target file.
6072 (basic-save-buffer): Set SELinux context of the newly written file.
6073 (basic-save-buffer-1): Now it also returns any SELinux context.
6074 (basic-save-buffer-2): Set SELinux context of the newly created file,
6075 and return it.
6076 * net/tramp.el (tramp-file-name-for-operation):
6077 Add file-selinux-context.
6078
e97a42c1
SM
60792010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6080
f2b9ed18
SM
6081 Make the log-edit comments use RFC822 format throughout.
6082
e97a42c1
SM
6083 * vc.el (vc-checkin, vc-modify-change-comment):
6084 Adjust to new vc-start/finish-logentry.
6085 (vc-find-conflicted-file): New command.
6086 (vc-transfer-file): Adjust to new vc-checkin.
6087 (vc-next-action): Improve scoping.
6088
6089 * vc-hg.el (vc-hg-log-edit-mode): Remove.
6090 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
6091
6092 * vc-git.el (vc-git-log-edit-mode): Remove.
6093 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
6094 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
6095
6096 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
6097 (vc-start-logentry): Remove argument `extra'.
6098 (vc-finish-logentry): Remove extra args.
6099
6100 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
6101 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
6102 (vc-bzr-conflicted-files): New function.
6103
6104 * log-edit.el (log-edit-extra-flags)
6105 (log-edit-before-checkin-process): Remove.
6106 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
6107 (log-edit-headers-alist): New var.
6108 (log-edit-header-contents-regexp): New const.
6109 (log-edit-match-to-eoh): New function.
6110 (log-edit-font-lock-keywords): Use them.
6111 (log-edit): Insert a "Summary:" header as default.
6112 (log-edit-mode): Mark font-lock rules as case-insensitive.
6113 (log-edit-done): Cleanup headers.
6114 (log-view-process-buffer): Remove.
6115 (log-edit-extract-headers): New function to replace it.
6116
938efb77
JB
61172010-04-20 Juanma Barranquero <lekktu@gmail.com>
6118
6119 * subr.el (default-direction-reversed): Remove obsolescence info.
6120
1cfb415b
SM
61212010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6122
cb4f9513
SM
6123 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
6124 windows/frames.
6125
6e610c72
SM
6126 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
6127 I.e. include text after point in the completion region.
6128 Also, return nil when we're not after/in a symbol.
6129
1cfb415b
SM
6130 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
6131 default enable-multibyte-characters.
6132
c80fa13c
SM
61332010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6134
87926e02
SM
6135 * international/mule.el: Help the user choose a valid coding-system.
6136 (read-buffer-file-coding-system): New function.
6137 (set-buffer-file-coding-system): Use it. Prompt the user if the
6138 coding-system cannot encode all the chars.
6139
c80fa13c
SM
6140 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
6141 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
6142 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
6143 Don't use *vc-bzr-shelve*.
6144
6e104790 61452010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
6146
6147 Fix the version number for added files.
6148 * vc-hg.el (vc-hg-working-revision): Check if the file is
6149 registered after hg parent fails (Bug#5961).
6150
6e104790 61512010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
6152
6153 * htmlfontify.el (htmlfontify-buffer)
6154 (htmlfontify-copy-and-link-dir): Autoload entry points.
6155
6e104790 61562010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
6157
6158 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
6159 name relative to the project root (Bug#5960).
6160
6e104790 61612010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
6162
6163 * vc-git.el (vc-git-print-log): Doc fix.
6164
6e104790 61652010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
6166
6167 * ido.el (ido-file-internal): Fix 2009-12-02 change.
6168
6e104790 61692010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
7860d2e3
CY
6170
6171 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
6172 default settings (Bug#5928).
6173
6e104790 61742010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
6175
6176 * progmodes/fortran.el (fortran-match-and-skip-declaration):
6177 New function.
0a23b2c3 6178 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 6179
6e104790 61802010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
6181
6182 * language/indian.el (malayalam-composable-pattern): Fix previous
6183 change (add U+0D4D "SIGN VIRAMA").
6184 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
6185 (tamil-composable-pattern): Fix typo in the regexp.
6186 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
6187 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
6188 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
6189
6e104790 61902010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
6191
6192 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
6193 paragraph-separate (Bug#5821).
6194
6e104790 61952010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
6196
6197 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
6198
6199 * info.el (Info-find-node-2): Comment out code that skips
6200 breadcrumbs line.
6201 (Info-mouse-follow-link): New command.
6202 (Info-link-keymap): New keymap.
6203 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
6204 Return a string with links instead of inserting breadcrumbs
6205 to the Info buffer.
6206 (Info-fontify-node): Comment out code that inserts breadcrumbs.
6207 Instead of putting the `invisible' text property over the Info
6208 header, make an overlay over the Info header with the `invisible'
6209 property and `after-string' set to the string returned by
6210 `Info-breadcrumbs'.
6211
6e104790 62122010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
6213
6214 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
6215 Reported by monkey@sandpframing.com.
6216
98923800
SM
62172010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6218
b5feea0f
SM
6219 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
6220 (tmm-get-keymap): Add key-binding shortcuts now that they're not
6221 available in the "keyseq cache" any more.
6222
98923800
SM
6223 * custom.el (defcustom): Add edebug spec.
6224
fd5c9dfa
JL
62252010-04-18 Juri Linkov <juri@jurta.org>
6226
6227 Test for special mode-class in view-buffer instead of view-file (bug#5513).
6228
6229 * view.el (view-file, view-buffer): Move test for special mode-class
6230 from view-file to view-buffer.
6231
6232 * tar-mode.el (tar-extract): Turn if's into one cond
6233 like in arc-mode.el.
6234
b3671a51
JL
62352010-04-18 Juri Linkov <juri@jurta.org>
6236
6237 Add 7z archive format support (bug#5475).
6238
6239 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
6240 (archive-7z-extract): New defcustom.
6241 (archive-find-type): Add magic string for 7z.
6242 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
6243 If `stderr-file' is non-nil, use `(t stderr-file)' for the
6244 `buffer' arg of `call-process'.
6245 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
6246 call the function `archive-7z-extract' with the variable
6247 `archive-7z-extract' let-bound to `archive-zip-extract'.
6248 (archive-7z-summarize, archive-7z-extract): New functions.
6249
6250 * international/mule.el (auto-coding-alist):
6251 * files.el (auto-mode-alist): Add 7z file extension.
6252
8a37fb25
SM
62532010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6254
e9515805
SM
6255 * loadup.el: Setup hash-cons for pure data.
6256
f8ea0098
SM
6257 Fix duplicate entries in cedet's loaddefs.el files.
6258 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
6259 Should make most file-local generated-autoload-file unnecessary.
6260 (print-readably): Silence warnings.
6261 (autoload-find-destination): Take load-name as an arg to make sure
6262 it's the same as the one that will be in the file.
6263 (autoload-generate-file-autoloads): Adjust to above changes.
6264 Try to make the dataflow a bit simpler.
6265
8a37fb25
SM
6266 * cvs-status.el (cvs-refontify): Remove unused.
6267
f8b91752
JB
62682010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
6269
76e3243a 6270 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 6271
76e3243a 6272 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
6273 twos-complement mode.
6274
d8b01fef
JB
62752010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
6276
76e3243a
JB
6277 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
6278 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
6279 (calc-inverse): Add "Option" to message, as appropriate.
6280 (calc-hyperbolic): Add "Option" to message, as appropriate.
6281 (calc-option, calc-is-option): New functions.
6282
76e3243a 6283 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
6284 (calc-option-prefix-help): New function.
6285
76e3243a 6286 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 6287
76e3243a 6288 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
6289 (calc-option-flag): New variable.
6290 (calc-do): Set `calc-option-flag to nil.
6291 (calc-set-mode-line): Add "Opt " as appropriate.
6292
74f806a1
JL
62932010-04-16 Juri Linkov <juri@jurta.org>
6294
6295 Move scrolling commands from simple.el to window.el
6296 because their primitives are implemented in window.c.
6297
6298 * simple.el (scroll-error-top-bottom)
6299 (scroll-up-command, scroll-down-command, scroll-up-line)
6300 (scroll-down-line, scroll-other-window-down)
6301 (beginning-of-buffer-other-window, end-of-buffer-other-window):
6302 * window.el (scroll-error-top-bottom)
6303 (scroll-up-command, scroll-down-command, scroll-up-line)
6304 (scroll-down-line, scroll-other-window-down)
6305 (beginning-of-buffer-other-window, end-of-buffer-other-window):
6306 Move from simple.el to window.el because their primitives are
6307 implemented in window.c.
6308
ad40eec5
JL
63092010-04-16 Juri Linkov <juri@jurta.org>
6310
6311 * isearch.el (isearch-lookup-scroll-key): Check both
6312 `isearch-scroll' and `scroll-command' properties.
6313 (scroll-up, scroll-down): Remove `isearch-scroll' property.
6314
6315 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
6316
6317 * simple.el (scroll-up-command, scroll-down-command)
6318 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
6319
a4b000fb
JL
63202010-04-15 Juri Linkov <juri@jurta.org>
6321
6322 * simple.el (scroll-up-command, scroll-down-command)
6323 (scroll-up-line, scroll-down-line): Put `scroll-command'
6324 property on the these symbols. Remove them from
6325 `scroll-preserve-screen-position-commands'.
6326
6327 * mwheel.el (mwheel-scroll): Put `scroll-command' and
6328 `isearch-scroll' properties on the `mwheel-scroll' symbol.
6329 Remove it from `scroll-preserve-screen-position-commands'.
6330
6331 * isearch.el (isearch-allow-scroll): Doc fix.
6332
4874f5e6
MA
63332010-04-15 Michael Albinus <michael.albinus@gmx.de>
6334
6335 * net/tramp.el (tramp-error-with-buffer): Don't show the
6336 connection buffer when we are in completion mode.
6337 (tramp-file-name-handler): Catch the error for some operations
6338 when we are in completion mode. This gives the user the chance to
6339 correct the file name in the minibuffer.
6340
82883f0a
GM
63412010-04-15 Glenn Morris <rgm@gnu.org>
6342
6343 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
6344
528b9ea9
JB
63452010-04-15 Juanma Barranquero <lekktu@gmail.com>
6346
6347 Simplify by using `define-derived-mode'.
6348 * info.el (Info-mode):
6349 * calendar/todo-mode.el (todo-mode):
6350 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
6351 (gomoku-mode-map): Move initialization into declaration.
6352
5f2b693f
MA
63532010-04-14 Michael Albinus <michael.albinus@gmx.de>
6354
6355 Fix Bug#5840.
6356 * ido.el (ido-file-name-all-completions-1):
6357 * minibuffer.el (minibuffer-completion-help):
6358 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
6359
ebb9641f
SM
63602010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6361
38111a5a
SM
6362 * simple.el (non-essential): New var.
6363
ebb9641f
SM
6364 Add a new field `location' to bookmarks for non-file bookmarks.
6365 * bookmark.el (bookmark-location): Use the new field, if present.
6366 (bookmark-insert-location): Undo last change, not needed any more.
6367 * man.el (Man-bookmark-make-record):
6368 * woman.el (woman-bookmark-make-record): Add `location' field.
6369
7b05466f
JL
63702010-04-14 Juri Linkov <juri@jurta.org>
6371
6372 * simple.el (scroll-error-top-bottom): New defcustom.
6373 (scroll-up-command, scroll-down-command): Use it. Doc fix.
6374
6375 * emulation/pc-select.el (pc-select-override-scroll-error):
6376 Obsolete in favor of `scroll-error-top-bottom'.
6377
32129746
JL
63782010-04-14 Juri Linkov <juri@jurta.org>
6379
6380 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
6381 `scroll-up-command' and `M-v' to `scroll-down-command'.
6382
6383 * emulation/cua-rect.el (cua--init-rectangles):
6384 * forms.el (forms--change-commands):
6385 * image-mode.el (image-mode-map):
6386 Remap scroll-down-command and scroll-up-command
6387 in addition to scroll-down and scroll-up.
6388
9013a7f8
JL
63892010-04-14 Juri Linkov <juri@jurta.org>
6390
6391 * mwheel.el (scroll-preserve-screen-position-commands):
6392 Add mwheel-scroll to this list of commands.
6393
6394 * simple.el (scroll-preserve-screen-position-commands):
6395 Add scroll-up-command, scroll-down-command, scroll-up-line,
6396 scroll-down-line to this list of commands.
6397
3b7e1d5f
SM
63982010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6399
c1e25821
SM
6400 * obsolete/complete.el: Move from lisp/complete.el.
6401
5b31b787
SM
6402 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
6403
3b7e1d5f
SM
6404 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
6405 to the minor mode function now turns the mode ON unconditionally.
6406
398a825b
SM
64072010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6408
a544e7c1
SM
6409 * vc-dir.el (vc-dir-kill-line): New command.
6410 (vc-dir-mode-map): Bind it to C-k.
6411
a1979d8e
SM
6412 * bookmark.el (bookmark-insert-location): Handle a nil filename.
6413
398a825b
SM
6414 * woman.el: Add bookmark declarations to silence the compiler.
6415 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
6416 step to compatibility between man and woman bookmarks.
6417 Adjust for Man-default-bookmark-title renaming.
6418 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
6419
6420 * man.el: Add bookmark declarations to silence the compiler.
6421 (Man-name-local-regexp): Make it match NAME as well.
6422 (Man-getpage-in-background): Return the buffer.
6423 (Man-notify-when-ready): Use `case'.
6424 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
6425 Don't hardcode "NAME". Simplify.
6426 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
6427 Rename from Man-bookmark-make-record.
6428 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
6429 we have the actual man-args. Use Man-getpage-in-background rather
6430 than `man' since the arg is already processed. Let bookmark.el do the
6431 window handling. Only wait for the relevant process.
6432 Don't forget to autoload.
6433
6434 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
6435
45be326a
TV
64362010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6437
6438 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
6439 New functions.
6440 (woman-mode): Setup bookmark support.
6441
6442 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
6443 (man-bookmark-jump): New functions.
6444 (Man-mode): Setup bookmark support.
6445
3acb4c93
CY
64462010-04-10 Jari Aalto <jari.aalto@cante.net>
6447
6448 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
6449 recognize ssh-keygen prompt (Bug#2817).
6450
b6bbb65e
MA
64512010-04-10 Michael Albinus <michael.albinus@gmx.de>
6452
6453 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
6454
b533bc97
MA
64552010-04-10 Michael Albinus <michael.albinus@gmx.de>
6456
6457 Synchronize with Tramp repository.
6458
6459 * net/tramp.el (tramp-completion-function-alist)
6460 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
6461 (tramp-local-coding-commands, tramp-remote-coding-commands):
6462 Fix docstring.
6463 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
6464 (tramp-handle-directory-files-and-attributes)
6465 (tramp-get-remote-path): Use `copy-tree'.
6466 (tramp-handle-file-name-all-completions): Backward/ XEmacs
6467 compatibility: Use `completion-ignore-case' if
6468 `read-file-name-completion-ignore-case' does not exist.
6469 (tramp-do-copy-or-rename-file-directly): Do not use
6470 `tramp-handle-file-remote-p'.
45be326a
TV
6471 (tramp-do-copy-or-rename-file-out-of-band):
6472 Use `tramp-compat-delete-directory'.
b533bc97 6473 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
6474 (tramp-compute-multi-hops, tramp-maybe-open-connection):
6475 Use `format-spec-make'.
b533bc97
MA
6476 (tramp-find-foreign-file-name-handler)
6477 (tramp-advice-make-auto-save-file-name)
6478 (tramp-set-auto-save-file-modes): Remove superfluous check for
6479 `stringp'. This is done inside `tramp-tramp-file-p'.
6480 (tramp-debug-outline-regexp): New defconst.
6481 (tramp-get-debug-buffer): Use it.
6482 (tramp-check-for-regexp): Use (forward-line 1).
6483 (tramp-set-auto-save-file-modes): Adapt version check.
6484
45be326a
TV
6485 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
6486 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
6487 (tramp-compat-make-temp-file): Simplify fallback implementation.
6488 (tramp-compat-copy-tree): Remove function.
6489 (tramp-compat-delete-directory): Provide implementation for older
6490 Emacsen.
6491
6492 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
6493 Do not use `tramp-fish-handle-file-attributes.
6494
6495 * net/trampver.el: Update release number.
6496
ba33df00
GM
64972010-04-10 Glenn Morris <rgm@gnu.org>
6498
6499 * progmodes/compile.el (compilation-save-buffers-predicate):
6500 Add missing :version tag.
6501
4a8ae76f
SS
65022010-04-09 Sam Steingold <sds@gnu.org>
6503
6504 * progmodes/compile.el (compilation-save-buffers-predicate):
6505 Remove the "autoload" cookie.
6506
0880716f
SS
6507 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
6508 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
6509 and `bug-reference-prog-mode' can be used in hooks directly.
6510
6aebd58c
DN
65112010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6512
6513 Add --author support to git commit.
6514 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
6515 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
6516 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
6517 New declarations.
6aebd58c 6518
f6d90772
ER
65192010-04-09 Eric Raymond <esr@snark.thyrsus.com>
6520
6521 * vc-hooks.el, vc-git.el: Improve documentation comments.
6522
e754e83b
SM
65232010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6524
6525 Fix some of the problems in defsubst* (bug#5728).
6526 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
6527 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
6528
9e86ab0b
SS
65292010-04-07 Sam Steingold <sds@gnu.org>
6530
e754e83b
SM
6531 * progmodes/compile.el (compilation-save-buffers-predicate):
6532 New custom variable.
9e86ab0b
SS
6533 (compile, recompile): Pass it to `save-some-buffers'.
6534
b0c8b840
JD
65352010-04-07 Jan Djärv <jan.h.d@swipnet.se>
6536
6537 * wid-edit.el (widget-choose): Move cursor to the second line of
6538 the buffer (Bug#5695).
6539
31527c56
DN
65402010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6541
6542 Add new VC methods: vc-log-incoming and vc-log-outgoing.
6543 * vc.el (vc-print-log-setup-buttons): New function split out from
6544 vc-print-log-internal.
6545 (vc-log-internal-common): New function, a parametrized version of
6546 vc-print-log-internal.
6547 (vc-print-log-internal): Just call vc-log-internal-common with the
6548 right arguments.
6549 (vc-incoming-outgoing-internal):
6550 (vc-log-incoming, vc-log-outgoing): New functions.
6551 (vc-log-view-type): New permanent local variable.
6552
6553 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
6554
6555 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
6556 of the dynamic bound vc-short-log.
6557 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
6558
6559 * vc-git.el (vc-git-log-outgoing): New function.
6560 (vc-git-log-view-mode): Use vc-log-view-type instead
6561 of the dynamic bound vc-short-log.
6562
6563 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
6564 of the dynamic bound vc-short-log. Highlight the tag.
6565 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
6566 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
6567 (vc-hg-incoming-mode): Remove.
6568 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
6569
7ec69e2b
DN
65702010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6571
6572 Fix default-directory for vc-root-diff.
6573 * vc.el (vc-root-diff): Bind default-directory to the root
6574 directory for the diff command.
6575
fd9ea9d3
WS
65762010-04-07 Michael McNamara <mac@mail.brushroad.com>
6577
6e104790 6578 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
6579 (verilog-calc-1): Support "disable fork" and "fork wait" multi
6580 word keywords, suggested by Steve Pearlmutter.
6e104790 6581 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 6582 port lists.
6e104790 6583 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 6584 fix bug for /* / comments.
6e104790 6585 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 6586 Speed up and simplfy as this is never called with a bound.
6e104790
SM
6587 (verilog-pretty-declarations): Enhance to line up declarations
6588 inside a parameter list, suggested by Alan Morgan.
6589 (verilog-pretty-expr): Tune assignment regular expression match
6590 string for corner cases; also use markers instead of character
6591 number as indent changes the later.
fd9ea9d3
WS
6592
65932010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
6594
6e104790
SM
6595 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
6596 as missing keyword.
6597 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
6598 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
6599 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
6600 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
6601 Tennant.
6602 (verilog-keywords):
fd9ea9d3
WS
6603 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
6604 1800-2009 keywords, including "global.".
6605
2a07afc5
JW
66062010-04-06 John Wiegley <jwiegley@gmail.com>
6607
8b32731a 6608 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 6609 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 6610 file basename). Should use uniquify to offer a real solution.
2a07afc5 6611
f9a27d86
JW
66122010-04-06 John Wiegley <jwiegley@gmail.com>
6613
8b32731a
JB
6614 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
6615 comment to code, and add a :version tag.
6616 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 6617
9caf8a8f
JB
66182010-04-06 Juanma Barranquero <lekktu@gmail.com>
6619
6620 Enable recentf-mode if using virtual buffers.
6621 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 6622 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
6623 (ido-make-buffer-list): Simplify.
6624 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
6625
5a97d2da
JL
66262010-04-05 Juri Linkov <juri@jurta.org>
6627
6628 Scrolling commands which scroll a line instead of full screen.
6629 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6630
6631 * simple.el (scroll-up-line, scroll-down-line): New commands.
6632 Put property isearch-scroll=t on them.
6633
6634 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
6635 Remove commands.
6636
79ce172a
JL
66372010-04-05 Juri Linkov <juri@jurta.org>
6638
8b32731a 6639 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
6640 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6641
6642 * simple.el (scroll-up-command, scroll-down-command): New commands.
6643 Put property isearch-scroll=t on them.
6644
6645 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
6646 `scroll-down-command' and [next] from `scroll-up' to
6647 `scroll-up-command'.
6648
6649 * emulation/cua-base.el: Put property CUA=move on
6650 `scroll-up-command' and `scroll-down-command'.
6651 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
6652 and `scroll-down-command' to `cua-scroll-down'.
6653
309d5b43
JB
66542010-04-05 Juanma Barranquero <lekktu@gmail.com>
6655
6460e534 6656 * help.el (describe-mode): Return nil.
309d5b43 6657
0523d117
JW
66582010-04-04 John Wiegley <jwiegley@gmail.com>
6659
6660 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 6661 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
6662 (ido-virtual): Face used to indicate virtual buffers in the list.
6663 (ido-buffer-internal): If a buffer is chosen, and no such buffer
6664 exists, but a virtual buffer of that name does (which would be why
6665 it was in the list), recreate the buffer by reopening the file.
6666 (ido-make-buffer-list): If virtual buffers are being used, call
6667 `ido-add-virtual-buffers-to-list' before the make list hook.
6668 (ido-virtual-buffers): New variable which contains a copy of the
6669 current contents of the `recentf-list', albeit pared down for the
6670 sake of speed, and with proper faces applied.
6671 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
6672 create a list of "virtual buffers" to present to the user in
6673 addition to the currently open set. Note that this logic could
6674 get rather slow if that list is too large. With the default
6675 `recentf-max-saved-items' of 200, there is little speed penalty.
6676
202ff0d6
SM
66772010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6678
6679 * font-lock.el: Require CL when compiling.
6680 (font-lock-turn-on-thing-lock): Use `case'.
6681
ef43a0f4
EZ
66822010-04-03 Eli Zaretskii <eliz@gnu.org>
6683
6684 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
6685 Zaretskii.
ef43a0f4 6686
9c13a46e
JL
66872010-04-02 Juri Linkov <juri@jurta.org>
6688
6689 * ehelp.el (electric-help-orig-major-mode):
6690 New buffer-local variable.
6691 (electric-help-mode): Set it to original major-mode. Doc fix.
6692 (with-electric-help): Use `electric-help-orig-major-mode' instead
6693 of (default-value 'major-mode). Doc fix.
6694 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
6695
3fb87bf5
SS
66962010-04-02 Sam Steingold <sds@gnu.org>
6697
6698 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
6699 `vc-hg-command' with a list of flags.
6700
202ff0d6
SM
6701 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6702 Also accept "patch" and "RFE".
dbb5e44a
SS
6703 (bug-reference-fontify): `bug-reference-url-format' can also be a
6704 function to be able to handle the bug kind.
202ff0d6 6705 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 6706
d0b22876
JD
67072010-04-02 Jan Djärv <jan.h.d@swipnet.se>
6708
6709 * tmm.el (tmm-get-keymap): Check with symbolp before passing
6710 value to fboundp, it may not be a symbol.
6711
1625d379
CY
67122010-03-31 Chong Yidong <cyd@stupidchicken.com>
6713
202ff0d6 6714 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 6715
1cd095c6
JL
67162010-03-31 Juri Linkov <juri@jurta.org>
6717
6718 * simple.el (next-line, previous-line): Re-throw a signal
6719 with `signal' instead of using `ding'.
6720 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
6721
67189e62
JL
67222010-03-31 Juri Linkov <juri@jurta.org>
6723
6724 * simple.el (keyboard-escape-quit): Raise deselecting the active
6725 region higher than exiting the minibuffer.
6726 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
6727
1546c559
JL
67282010-03-31 Juri Linkov <juri@jurta.org>
6729
6730 * image.el (image-animated-p): Use `image-metadata' instead of
6731 `image-extension-data'. Get GIF extenstion data from metadata
6732 property `extension-data'.
6733
85626eef
SM
67342010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6735
6736 * simple.el (append-to-buffer): Simplify.
6737
85738751 67382010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
6739
6740 * textmodes/artist.el (artist-mode): Fix typo in docstring.
6741 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
6742
85738751 67432010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
6744
6745 * language/sinhala.el (composition-function-table): Fix regexp for
6746 the new Unicode specification.
6747
6748 * language/indian.el (devanagari-composable-pattern)
6749 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 6750 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
6751 specification.
6752 (bengali-composable-pattern, gurmukhi-composable-pattern)
6753 (gujarati-composable-pattern, oriya-composable-pattern)
6754 (telugu-composable-pattern): New variables to cope with the new
6755 Unicode specification. Use them in composition-function-table.
6756
85738751 67572010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 6758
79d74ac5 6759 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
6760 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
6761 vectors rather than cons cells, as used in menu-bar-update-buffers.
6762
85738751 67632010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 6764
2a793f7f
CY
6765 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
6766 (js-insert-and-indent): Revert 2009-08-15 change, restoring
6767 electric punctuation for "{}();,:" (Bug#5586).
6768
03ffe8be
CY
6769 * mail/sendmail.el (mail-default-directory): Doc fix.
6770
85738751 67712010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
6772
6773 * mail/sendmail.el (mail-default-directory): Doc fix.
6774
85738751 67752010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
6776
6777 * subr.el (version-regexp-alist, version-to-list)
6778 (version-list-<, version-list-=, version-list-<=)
6779 (version-list-not-zero, version<, version<=, version=): Doc fix.
6780 (Bug#5744).
6781
85738751 67822010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
6783
6784 * vc.el (vc-root-diff): Doc fix.
6785
85738751 67862010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 6787
9aa2c576
CY
6788 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
6789
9d30a9f4
CY
6790 * simple.el (append-to-buffer): Fix last change.
6791
85738751 67922010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
6793
6794 * simple.el (append-to-buffer): Ensure that point is preserved if
6795 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
6796 (Bug#5749)
6797
2372f278
SM
67982010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6799
6800 * files.el (auto-mode-case-fold): Change default to t.
6801
2223a1b3
JL
68022010-03-30 Juri Linkov <juri@jurta.org>
6803
6804 * dired-x.el (dired-omit-mode): Doc fix.
6805
0ef84fc8
JL
68062010-03-30 Juri Linkov <juri@jurta.org>
6807
6808 * replace.el (occur-accumulate-lines): Move occur-engine related
6809 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
6810 to be located after `occur-engine'.
6811
dc2d2590
JL
68122010-03-30 Juri Linkov <juri@jurta.org>
6813
6814 Make occur handle multi-line matches cleanly with context.
6815 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
6816
6817 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
6818 (occur-engine): Add local variables `ret', `prev-after-lines',
6819 `prev-lines'. Use more arguments for `occur-context-lines'.
6820 Set first elem of its returned list to `data', and the second elem
6821 to `prev-after-lines'. Don't print the separator line.
6822 In the end, print remaining context after-lines.
6823 (occur-context-lines): Add new arguments `begpt', `endpt',
6824 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
6825 after-lines of the previous match with before-lines of the
6826 current match and not overlap them. Return a list with two
6827 values: the output line and the list of context after-lines.
6828
47c88c06
JL
68292010-03-30 Juri Linkov <juri@jurta.org>
6830
6831 * replace.el (occur-accumulate-lines): Fix a bug where the first
6832 context line at the beginning of the buffer was missing.
6833
a7b02820
EZ
68342010-03-30 Eli Zaretskii <eliz@gnu.org>
6835
6836 * files.el: Make bidi-display-reordering safe variable for boolean
6837 values.
6838
9326ba26 68392010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 6840 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
6841
6842 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
6843 (progress-reporter-update, progress-reporter-do-update):
6844 Handle non-numeric value arguments.
9326ba26
CY
6845 (progress-reporter--pulse-characters): New var.
6846
f6f8aa12
CY
68472010-03-28 Chong Yidong <cyd@stupidchicken.com>
6848
6849 * progmodes/compile.el (compilation-start): Fix regexp detection
6850 of initial cd command (Bug#5771).
6851
7ed287b5
CY
68522010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
6853
6854 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
6855
146b8b16
NR
68562010-03-27 Nick Roberts <nickrob@snap.net.nz>
6857
6858 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
6859 * progmodes/gdb-mi.el: Restore.
6860 * progmodes/gdb-ui.el: Remove.
6861 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 6862
b23caf75
GM
68632010-03-25 Glenn Morris <rgm@gnu.org>
6864
6865 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
6866 all dired buffers, even tramp ones. (Bug#5755)
6867
18c812bd
SM
68682010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6869
6870 Add "union tags" in mpc.el.
6871 * mpc.el: Remove backward compatibility code.
6872 (mpc-browser-tags): Change default.
6873 (mpc--find-memoize-union-tags): New var.
6874 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
6875 (mpc-cmd-find): Handle the case where the playlist does not exist.
6876 Handle union-tags.
6877 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
6878 (mpc-cmd-add): Use mpc-cmd-flush.
6879 (mpc-tagbrowser-tag-name): New fun.
6880 (mpc-tagbrowser-buf): Use it.
6881 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
6882
efee6a6d
SM
68832010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6884
9586c41a
SM
6885 Misc cleanup.
6886 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
6887 Use replace-regexp-in-string.
6888 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
6889 (makefile-imake-mode-syntax-table): Move init into defvar.
6890 (makefile-mode): Use define-derived-mode.
6891
efee6a6d
SM
6892 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
6893 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
6894 not be present any more.
6895
c6f3804c
JB
68962010-03-24 Juanma Barranquero <lekktu@gmail.com>
6897
6898 * faces.el (set-face-attribute): Fix typo in docstring.
6899 (face-valid-attribute-values): Reflow docstring.
6900
e867cb5d 69012010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 6902
efee6a6d 6903 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 6904
e867cb5d 69052010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
6906
6907 * indent.el (indent-for-tab-command): Doc fix.
6908
e867cb5d 69092010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 6910
efee6a6d
SM
6911 * progmodes/cc-engine.el (c-remove-stale-state-cache):
6912 Fix off-by-one error. Fixes bug #5747.
657071fc 6913
e867cb5d 69142010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
6915
6916 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
6917 (image-dired-read-comment): Doc fix.
6918
efee6a6d
SM
6919 * json.el (json-object-type, json-array-type, json-key-type)
6920 (json-false, json-null, json-read-number):
c8de140b
JB
6921 * minibuffer.el (completion-in-region-functions):
6922 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
6923 (cal-tex-cursor-week):
6924 * emacs-lisp/trace.el (trace-function):
6925 * eshell/em-basic.el (eshell/printnl):
6926 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
6927 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
6928 * obsolete/levents.el (allocate-event, event-key, event-object)
6929 (event-point, event-process, event-timestamp, event-to-character)
6930 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
6931 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
6932 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
6933 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
6934 (reftex-highlight-selection): Fix typos in docstrings.
6935
e867cb5d 69362010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
6937
6938 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
6939
e867cb5d 69402010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
6941
6942 * mail/rmail.el (rmail-highlight-face): Restore option deleted
6943 2008-02-13 without comment; mark it obsolete.
6944 (rmail-highlight-headers): Use rmail-highlight-face once more.
6945
e867cb5d 69462010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
6947
6948 * woman.el (woman2-process-escapes): Only consume the newline if
6949 the filler character is on a line by itself (Bug#5729).
6950
e867cb5d 69512010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
6952
6953 * language/indian.el (devanagari-composable-pattern): Add more
6954 consonants.
6955
e867cb5d 69562010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
6957
6958 * net/trampver.el: Update release number.
6959
e867cb5d 69602010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 6961
efee6a6d
SM
6962 * net/tramp.el (tramp-find-executable):
6963 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
6964 output of "wc -l" more robust.
6965 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
6966 (tramp-open-connection-setup-interactive-shell): Remove workaround
6967 for OpenSolaris bug, it is not needed anymore.
6968
e867cb5d 69692010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
6970
6971 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
6972
e867cb5d 69732010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
6974
6975 * files.el (auto-mode-alist): Accept more verilog file patterns.
6976
b2b8574b
SM
69772010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6978
6979 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
6980
1d94ebb0
GM
69812010-03-24 Glenn Morris <rgm@gnu.org>
6982
7e263967
GM
6983 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
6984 log-edit-before-checkin-process.
6985
5ac92c5f
GM
6986 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
6987
6988 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 6989
549f324a
GM
6990 * vc-dispatcher.el (vc-start-logentry): Doc fix.
6991 (log-view-process-buffer, log-edit-extra-flags): Declare.
6992
495b517c
GM
6993 * log-edit.el (log-edit-before-checkin-process): Doc fix.
6994
f4087766
SS
69952010-03-23 Sam Steingold <sds@gnu.org>
6996
6997 Fix bug#5620: recalculate all markers on compilation buffer
6998 modifications, not on file modifications.
6999 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
7000 the buffer modification time, for buffers not associated with files.
7001 (compilation-mode): Create it.
7002 (compilation-filter): Update it.
7003 (compilation-next-error-function): Use it instead of
7004 `visited-file-modtime' for timestamp.
7005
774642e5
JL
70062010-03-23 Juri Linkov <juri@jurta.org>
7007
7008 Implement Occur multi-line matches.
7009 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
7010
7011 * replace.el (occur): Doc fix.
7012 (occur-engine): Set `begpt' to the beginning of the first line.
7013 Set `endpt' to the end of the last match line. At first, count
7014 line numbers between `origpt' and `begpt'. Split out code from
7015 `out-line' variable to new let-bindings `match-prefix' and
7016 `match-str'. In `out-line' add non-numeric prefix to all
7017 non-first lines of multi-line matches. Finally, count lines
7018 between `begpt' and `endpt' and add to `lines'.
7019
f14d1172
JL
70202010-03-23 Juri Linkov <juri@jurta.org>
7021
7022 * replace.el (occur-accumulate-lines, occur-engine):
7023 Use `occur-engine-line' instead of duplicate code.
7024 (occur-engine-line): New function created from duplicate code
7025 in `occur-accumulate-lines' and `occur-engine'.
7026
53e87c57
JL
7027 * replace.el (occur-engine-line): Add optional arg `keep-props'.
7028 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
7029
75a3ff20
JL
70302010-03-23 Juri Linkov <juri@jurta.org>
7031
7032 * finder.el: Remove TODO tasks.
7033
7034 * info.el (Info-finder-find-node): Add node "all"
7035 with all package info. Handle a list of multiple keywords
7036 separated by comma.
7037 (info-finder): In interactive use with a prefix argument,
7038 use `completing-read-multiple' to read a list of keywords
7039 separated by comma.
7040
00278747
SM
70412010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7042
7043 Add a new completion style `substring'.
7044 * minibuffer.el (completion-basic--pattern): New function.
7045 (completion-basic-try-completion, completion-basic-all-completions):
7046 Use it.
7047 (completion-substring--all-completions)
7048 (completion-substring-try-completion)
7049 (completion-substring-all-completions): New functions.
7050 (completion-styles-alist): New style `substring'.
7051
64cb11cc
SM
70522010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7053
7054 Get rid of .elc files after removal of the corresponding .el.
7055 * Makefile.in (compile-clean): New target.
7056 (compile-main): Use it.
7057
835e2c65
JD
70582010-03-22 Jan Djärv <jan.h.d@swipnet.se>
7059
7060 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
7061 don't do make there. When compiling with separate object dir, there
7062 is no Makefile there.
7063
111a9dff
SM
70642010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7065
7066 Get rid of the ELCFILES abomination, again.
7067 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
7068 (all, compile): Don't call compile-last.
7069 (compile-main): Build the "elcfiles" list dynamically.
7070 (compile-targets): New (internal) target.
7071
82c3d67a
AS
70722010-03-21 Andreas Schwab <schwab@linux-m68k.org>
7073
7074 * Makefile.in (top_srcdir): Define.
7075 (abs_top_builddir): Define.
7076 (srcdir): Don't append `/..'.
7077 (EMACS): Use ${abs_top_builddir}.
7078 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
7079 (update-subdirs, update-authors): Use $(top_srcdir) instead of
7080 $(srcdir).
82c3d67a
AS
7081 (lisp): Use $(srcdir) instead of @srcdir@.
7082
d66ecdbb
JL
70832010-03-21 Juri Linkov <juri@jurta.org>
7084
7085 Fix message of multi-line occur regexps and multi-buffer header lines.
7086 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
7087
7088 * replace.el (occur-1): Don't display regexp if it is longer
7089 than window-width. Use `query-replace-descr' to display regexp.
7090 (occur-engine): Don't display regexp in the buffer header for
7091 multi-buffer occur. Display a separate header line with total
7092 match count and regexp for multi-buffer occur.
7093 Use `query-replace-descr' to display regexp.
7094
f05e1b94
TZ
70952010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
7096
7097 * net/secrets.el: Fix parenthesis.
7098 (secrets-enabled): Fix parenthesis.
7099
801ba3ba
SM
71002010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7101
3613edce
SM
7102 Use more relative file and directory names.
7103 * Makefile.in (EMACS): Arrange for it to work when we chdir.
7104 (setwins, setwins_almost, setwins_for_subdirs):
7105 Don't `cd'; output relative names.
7106 (all, compile, compile-always, compile-last): Set emacswd.
7107 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
7108 Just cd to the lisp source dir so we can use relative file names.
7109
801ba3ba
SM
7110 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
7111
2b1400b9
GM
71122010-03-20 Glenn Morris <rgm@gnu.org>
7113
7114 * textmodes/rst.el: Use faces for font-lock customization, and make the
7115 old -face variables obsolete.
7116 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
7117 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
7118 (rst-block-face, rst-external-face, rst-definition-face)
7119 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
7120 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
7121 Make obsolete.
7122 (rst-font-lock-keywords-function): Update for above changes.
7123
5e418f17
JL
71242010-03-20 Juri Linkov <juri@jurta.org>
7125
7126 * s-region.el:
7127 * obsolete/s-region.el: Move to obsolete.
7128
b0287b39
JB
71292010-03-19 Juanma Barranquero <lekktu@gmail.com>
7130
7131 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
7132
3c95bbb6
DN
71332010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
7134
7135 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
7136
09158997
DN
71372010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
7138
7139 Add special markup processing for commit logs.
7140 * log-edit.el (log-edit-extra-flags): New variable.
7141 (log-edit): Add new argument MODE. Use that mode when non-nil
7142 instead of the log-view-mode.
7143 (log-view-process-buffer): New function.
7144
7145 * vc.el: Document that the checkin method takes optional
7146 arguments. Document new backend specific method: log-view-mode.
7147 (vc-default-log-edit-mode): New function.
7148 (vc-checkin): Use a backend specific log-view-mode.
7149 Pass extra arguments to the checkin method.
7150 (vc-modify-change-comment): Pass a dummy extra argument.
7151
7152 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
7153 log-edit.
7154 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
7155 (vc-finish-logentry): Process the log buffer before passing it
7156 down. Pass log-edit-extra-flags.
7157
7158 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
7159 command.
85626eef
SM
7160 (log-edit-extra-flags, log-edit-before-checkin-process):
7161 New declarations.
09158997
DN
7162
7163 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
7164 command.
85626eef
SM
7165 (log-edit-extra-flags, log-edit-before-checkin-process):
7166 New declarations.
09158997
DN
7167 (vc-hg-log-edit-mode): New derived mode.
7168
7169 * vc-arch.el (vc-arch-checkin):
7170 * vc-cvs.el (vc-cvs-checkin):
7171 * vc-git.el (vc-git-checkin):
7172 * vc-mtn.el (vc-mtn-checkin):
7173 * vc-rcs.el (vc-rcs-checkin):
7174 * vc-sccs.el (vc-sccs-checkin):
7175 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
7176
f430423d
SM
71772010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7178
7179 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
7180 parent typo).
7181
aa8f8277
GM
71822010-03-19 Glenn Morris <rgm@gnu.org>
7183
f430423d 7184 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 7185
04525749
GM
71862010-03-18 Glenn Morris <rgm@gnu.org>
7187
c70815f1
GM
7188 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
7189
84d0a5f8
GM
7190 * replace.el (query-replace-history): Give it a doc string.
7191 (map-query-replace-regexp): Use query-replace-from-history-variable
7192 and query-replace-to-history-variable.
7193
e3a15161
GM
7194 * mail/hashcash.el (declare-function): Remove duplicate definition.
7195
27be0364
GM
7196 * mail/emacsbug.el (report-emacs-bug-pretest-address):
7197 Make it an obsolete alias for report-emacs-bug-address.
7198 (message-strip-special-text-properties): Declare.
7199 (report-emacs-bug): Remove test for a pretest bug address.
7200 Combine message-mode-specific code.
7201
88b8d18e
GM
7202 * mail/supercite.el: Don't require sendmail.
7203 (mh-in-header-p): Declare rather than using with-no-warnings.
7204 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
7205 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
7206
1a355d09
GM
7207 * calendar/cal-french.el: Convert to utf-8.
7208
04525749
GM
7209 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
7210 Emacs scripts.
7211
ae84eb97
MA
72122010-03-16 Michael Albinus <michael.albinus@gmx.de>
7213
7214 * net/secrets.el (secrets-enabled): New variable. Use it instead
7215 of a subfeature.
7216
7c75524e
MA
72172010-03-15 Michael Albinus <michael.albinus@gmx.de>
7218
7219 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
7220 service "org.freedesktop.secrets" can be pinged.
7221 Provide subfeature `enabled'.
7c75524e 7222
57938a79
JL
72232010-03-14 Juri Linkov <juri@jurta.org>
7224
7225 Add finder unknown keywords.
7226
7227 * finder.el (finder-unknown-keywords): New function.
7228
7229 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
7230 to create a Finder node with unknown keywords.
7231
88f4758e
JL
72322010-03-14 Juri Linkov <juri@jurta.org>
7233
7234 * finder.el (finder-compile-keywords): Replace `princ' with
7235 `prin1' on a list of symbols interned from keyword strings.
7236
7237 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
7238 a comma, then split keywords using a comma and optional whitespace.
7239 Otherwise, split by whitespace.
7240
7241 * complete.el:
7242 * face-remap.el:
7243 * log-view.el:
7244 * net/hmac-def.el:
7245 * net/hmac-md5.el:
7246 * net/netrc.el:
7247 * progmodes/mixal-mode.el: Fix keywords.
7248
7725ebb7
MA
72492010-03-13 Michael Albinus <michael.albinus@gmx.de>
7250
7251 * Makefile.in (ELCFILES): Add net/secrets.elc.
7252
7253 * net/secrets.el: New file.
7254
6f320937
CY
72552010-03-12 Chong Yidong <cyd@stupidchicken.com>
7256
7257 * facemenu.el (list-colors-display, list-colors-print): New arg
7258 callback. Use it to allow selecting colors.
7259
7260 * wid-edit.el (widget-image-insert): Insert image prop even if the
7261 current display is non-graphic.
7262 (widget-field-value-set): New fun.
7263 (editable-field): Use it.
7264 (widget-field-value-get): Clean up unused var.
85626eef
SM
7265 (widget-color-value-create, widget-color--choose-action):
7266 New funs. Allow using list-colors-display to choose color.
6f320937 7267
647f9993
CY
72682010-03-12 Chong Yidong <cyd@stupidchicken.com>
7269
7270 * cus-edit.el: Resort topmost custom groups.
7271 (custom-buffer-sort-alphabetically): Default to t.
7272 (customize-apropos): Use apropos-parse-pattern.
7273 (custom-search-field): New var.
7274 (custom-buffer-create-internal): Add custom-apropos search field.
7275 (custom-add-parent-links): Don't display parent doc.
7276 (custom-group-value-create): Don't sort top-level custom group.
85626eef 7277 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
7278
7279 (custom-variable-state): New fun, from custom-variable-state-set.
7280 (custom-variable-state-set): Use it.
7281 (custom-group-value-create): Hide options with standard values
7282 using the :hidden-states property. Use progress reporter.
7283
7284 (custom-show): Simplify.
7285 (custom-visibility): Disable images by default.
7286 (custom-variable): New property :hidden-states.
7287 (custom-variable-value-create): Enable images for
7288 custom-visibility widgets. Use :hidden-states property to
7289 determine initial visibility.
7290
7291 * wid-edit.el (widget-image-find): Give images center ascent.
7292 (visibility): Add :on-image and :off-image properties.
7293 (widget-visibility-value-create): Use them.
7294
eba5b4dd
CY
72952010-03-12 Chong Yidong <cyd@stupidchicken.com>
7296
7297 * cus-edit.el (processes): Remove from development group.
7298 (oop, hypermedia): Delete group.
26f4b8ab 7299 (comm): Promote to top-level group.
eba5b4dd
CY
7300
7301 * net/browse-url.el (browse-url):
7302 * net/xesam.el (xesam):
7303 * net/tramp.el (tramp):
7304 * net/goto-addr.el (goto-address):
26f4b8ab 7305 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
7306
7307 * view.el (view): Remove from editing group.
7308
7309 * uniquify.el (uniquify): Put in files group.
7310
7311 * net/browse-url.el (browse-url):
7312 * ps-print.el (postscript): Put in external group.
7313
7314 * cus-edit.el (outlines):
7315 * textmodes/text-mode.el (text-mode-hook):
7316 * textmodes/table.el (table):
7317 * textmodes/picture.el (picture):
7318 * outline.el (outlines): Put in wp group.
7319
7320 * nxml/nxml-mode.el (nxml): Remove from wp group.
7321
7322 * net/tramp-imap.el (tramp-imap): Put in tramp group.
7323
7324 * mail/metamail.el (metamail): Remove from hypermedia group.
7325
7326 * cus-edit.el (abbrev):
7327 * whitespace.el (whitespace):
7328 * vcursor.el (vcursor):
7329 * reveal.el (reveal):
7330 * hl-line.el (hl-line): Put in convenience group.
7331
7332 * epg-config.el (epg): Put in data group.
7333
7334 * emulation/pc-select.el (pc-select): Put in emulations group.
7335
7336 * calculator.el (calculator): Put in applications group.
7337
8117868f
DN
73382010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7339
7340 Add .dir-locals.el support for file-less buffers.
7341 * files.el (hack-local-variables): Split out code to apply local
7342 variable settings ...
7343 (hack-local-variables-apply): ... here. New function.
7344 (hack-dir-local-variables): Use the default directory for when the
7345 buffer does not have an associated file.
7346 (hack-dir-local-variables-non-file-buffer): New function.
7347 * diff-mode.el (diff-mode):
7348 * vc-annotate.el (vc-annotate-mode):
7349 * vc-dir.el (vc-dir-mode):
7350 * log-edit.el (log-edit-mode):
7351 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
7352
855a2294
DN
73532010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7354
7355 Add support for shelving snapshots and for showing shelves.
7356 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
7357 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
7358 New functions.
7359 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
7360 (vc-bzr-extra-menu-map): Map them.
7361
3e5b7009
GM
73622010-03-11 Glenn Morris <rgm@gnu.org>
7363
0dcf7d7e
GM
7364 * cus-edit.el (customize-changed-options-previous-release):
7365 Bump to 23.1.
7366
3e5b7009
GM
7367 * image.el (image-animate-max-time): Fix :version tag.
7368
288f9fc0
CY
73692010-03-10 Chong Yidong <cyd@stupidchicken.com>
7370
7371 * Branch for 23.2.
7372
53ef91b1
SM
73732010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7374
7375 * vc-git.el (vc-git-revision-table): Include remote branches.
7376
b41460ae 73772010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
7378
7379 Animated image API.
7380 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
7381
7382 * image.el (image-animate-max-time): New defcustom.
7383 (image-animated-types): New defconst.
7384 (create-animated-image, image-animate-timer)
7385 (image-animate-start, image-animate-stop, image-animate-timeout)
7386 (image-animated-p): New functions.
7387
7388 * image-mode.el (image-toggle-display-image):
7389 Replace `create-image' with `create-animated-image'.
7390
e5d1fb10 73912010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
7392
7393 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
7394 instead of "format:"; this ensures that the output is
7395 newline-terminated.
7396
4e7cafbe
CY
73972010-03-08 Chong Yidong <cyd@stupidchicken.com>
7398
7399 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
7400 that all errors are caught, and that the return value is always a
7401 list (Bug#5692).
7402
aec66319
KH
74032010-03-08 Kenichi Handa <handa@m17n.org>
7404
7405 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 7406 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 7407
b327c975
AS
74082010-03-07 Andreas Schwab <schwab@linux-m68k.org>
7409
7410 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
7411 call to rfc822-bad-address. (Bug#5692)
7412
1c465a6a
CY
74132010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
7414
85626eef
SM
7415 * vc-git.el (vc-git-annotate-extract-revision-at-line):
7416 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 7417
a4e32226
CY
74182010-03-06 Chong Yidong <cyd@stupidchicken.com>
7419
7420 * calculator.el (calculator): Don't bind split-window-keep-point
7421 (Bug#5674).
7422
4c83ed3d
SM
74232010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
7424
7425 * vc-git.el: Re-flow to fit into 80 columns.
7426 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
7427 Remove spurious `quote' element in each case alternative.
7428 (vc-git-show-log-entry): Use prog1.
7429 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
7430
e8defde3
SM
74312010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7432
7433 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
7434
233f0c9f
CY
74352010-03-03 Chong Yidong <cyd@stupidchicken.com>
7436
7437 * macros.el (insert-kbd-macro): Look up keyboard macro using the
7438 definition, not the name (Bug#5481).
7439
254bedef 74402010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
7441
7442 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
7443 argument with a local variable. (Bug#5670)
7444
7187cdae
JL
74452010-03-02 Juri Linkov <juri@jurta.org>
7446
7447 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
7448
9cf3544e
MA
74492010-03-02 Michael Albinus <michael.albinus@gmx.de>
7450
7451 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
7452 error when FILENAME and NEWNAME are existing remote directories.
7453
7454 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
7455 parameter DIR-FLAG.
7456
33f77982
GM
74572010-03-02 Glenn Morris <rgm@gnu.org>
7458
7459 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
7460 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
7461
d99ea08e
KH
74622010-03-01 Kenichi Handa <handa@m17n.org>
7463
e8defde3 7464 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
7465 myanmar-composable-pattern.
7466
e8defde3
SM
7467 * international/characters.el (script-list):
7468 * international/fontset.el (script-representative-chars):
7469 Change myanmar to burmese.
d99ea08e 7470 (otf-script-alist): Likewise.
4aa2c3b2
KH
7471 (setup-default-fontset): Likewise. Re-fix :otf spec.
7472
b374f54d
KY
74732010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7474
7475 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
7476
71572c03
JD
74772010-02-28 Jan Djärv <jan.h.d@swipnet.se>
7478
7479 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
7480
00cffdeb
MA
74812010-02-28 Michael Albinus <michael.albinus@gmx.de>
7482
7483 * net/tramp.el (tramp-handle-write-region): START can be a string.
7484 Take care in the checks. Reported by Dan Davison
7485 <davison@stats.ox.ac.uk>.
7486
d4b06783
MA
74872010-02-28 Michael Albinus <michael.albinus@gmx.de>
7488
7489 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
7490 (dbus-set-property, dbus-get-all-properties):
7491 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 7492
8c3e96d2
CY
74932010-02-28 Chong Yidong <cyd@stupidchicken.com>
7494
de3a1fe9
CY
7495 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
7496 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
7497 * calendar/icalendar.el (icalendar--add-diary-entry):
7498 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
7499 * files.el (recover-session-finish): Use with-current-buffer
7500 instead of save-excursion.
7501
c53b9c3b
SM
75022010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
7503
7504 Fix in-buffer completion when after-change-functions modify the buffer.
7505 * minibuffer.el (completion--replace): New function.
7506 (completion--do-completion): Use it and use relative movement.
7507
4a16bdc6
CY
75082010-02-27 Chong Yidong <cyd@stupidchicken.com>
7509
7510 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 7511
b8280f39
CY
75122010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
7513
c53b9c3b
SM
7514 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
7515 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 7516
f88cc4d6
KH
75172010-02-26 Kenichi Handa <handa@m17n.org>
7518
7519 * language/burmese.el: Fix entries in composition-function-table.
7520 (myanmar-composable-pattern): New variable.
7521
7522 * international/fontset.el (setup-default-fontset): Add an entry
7523 for myanmar.
7524
7525 * international/characters.el (script-list): Add Myanmar
7526 Extended-A.
7527
cdbf9100
GM
75282010-02-26 Glenn Morris <rgm@gnu.org>
7529
90a94603
GM
7530 * custom.el (custom-initialize-delay): Doc fix.
7531
cdbf9100
GM
7532 * mail/sendmail.el (send-mail-function): Autoload the call
7533 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
7534
f95a5fd0
CY
75352010-02-24 Chong Yidong <cyd@stupidchicken.com>
7536
7537 * files.el (hack-local-variables-filter): For eval forms, also
7538 check safe-local-variable-p (Bug#5636).
7539
459a5f4b
MA
75402010-02-22 Michael Albinus <michael.albinus@gmx.de>
7541
7542 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
7543 setting the modes by `ignore-errors'. It might fail, for example
7544 if the file is not owned by the user but the group.
7545 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
7546
bb23f6e8
CY
75472010-02-21 Chong Yidong <cyd@stupidchicken.com>
7548
50c58e27
CY
7549 * files.el (directory-listing-before-filename-regexp): Use
7550 stricter matching for iso-style dates, to avoid false matches with
7551 date-like filenames (Bug#5597).
7552
b660eb70
CY
7553 * htmlfontify.el (htmlfontify): Doc fix.
7554
7555 * eshell/eshell.el (eshell): Doc fix.
7556
bb23f6e8
CY
7557 * startup.el (fancy-about-screen): In mode-line, apply
7558 mode-line-buffer-id face only to the buffer name (Bug#5613).
7559
3e39928c
CY
75602010-02-20 Kevin Ryde <user42@zip.com.au>
7561
f7e0618c
JB
7562 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7563 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
7564 (Bug#5599).
7565
0f00e948
EZ
75662010-02-20 Eli Zaretskii <eliz@gnu.org>
7567
7568 * subr.el (remove-yank-excluded-properties): Explain in a comment
7569 why `category' property is removed.
7570
3513efb2
CY
75712010-02-19 Chong Yidong <cyd@stupidchicken.com>
7572
7573 * isearch.el (isearch-update-post-hook, isearch-update): Revert
7574 2010-02-17 change.
7575
b4340b3f
UJ
75762010-02-19 Ulf Jasper <ulf.jasper@web.de>
7577
7578 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
7579 (icalendar--convert-weekly-to-ical)
7580 (icalendar--convert-yearly-to-ical)
7581 (icalendar--convert-block-to-ical)
7582 (icalendar--convert-cyclic-to-ical)
7583 (icalendar--convert-anniversary-to-ical): Take care of time
7584 specifications where hour has 1-digit only (Bug#5549).
7585
8cfae03d
NR
75862010-02-19 Nick Roberts <nickrob@snap.net.nz>
7587
7588 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
7589 of disassemble output in GDB 7.1.
7590
055e4eea
GM
75912010-02-19 Glenn Morris <rgm@gnu.org>
7592
7593 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
7594 property. (Bug#5593)
7595
ff6b00de
SS
75962010-02-18 Sam Steingold <sds@gnu.org>
7597
7598 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
7599
fe8c0b47
SM
76002010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7601
7602 Use abbreviated file names in bookmarks (bug#5591).
7603 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
7604 calls to expand-file-name.
7605 (bookmark-relocate): Use abbreviated file names in bookmarks.
7606 (bookmark-load): Use abbreviated file names in messages.
7607
73a37a69
MA
76082010-02-18 Michael Albinus <michael.albinus@gmx.de>
7609
7610 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
7611 expand "." and "..". Reported by Thierry Volpiatto
7612 <thierry.volpiatto@gmail.com>.
7613
6e4f5731
MA
76142010-02-18 Michael Albinus <michael.albinus@gmx.de>
7615
7616 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
7617 permissions of the temporary file to "0600". In case the remote
7618 file has no read permissions for the owner, there might be
7619 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
7620
762122010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
7622
7623 * emacs-lisp/authors.el (authors-renamed-files-alist):
7624 Add entries for INSTALL.CVS.
7625
ba5bf642
MH
76262010-02-17 Mark A. Hershberger <mah@everybody.org>
7627
f7e0618c 7628 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 7629
f7e0618c 7630 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
7631 (isearch-update): Use the new hook.
7632
aac0b0f2
MA
76332010-02-16 Michael Albinus <michael.albinus@gmx.de>
7634
fe8c0b47
SM
7635 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7636 Fix errors in copying directories.
aac0b0f2
MA
7637 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
7638 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
7639 (tramp-handle-delete-file)
7640 (tramp-handle-dired-recursive-delete-directory)
7641 (tramp-handle-write-region): Flush also the cache for the upper
7642 directory.
7643
05bbe066
CY
76442010-02-16 Chong Yidong <cyd@stupidchicken.com>
7645
e8ab3908
CY
7646 * simple.el (save-interprogram-paste-before-kill): Doc fix.
7647
ff90f4b0
CY
7648 * cus-edit.el (hardware): Doc fix.
7649
7650 * man.el (man): Add to external custom group.
7651
7652 * delim-col.el (columns): Move to wp custom group.
7653
7654 * doc-view.el (doc-view): Add to data custom group.
7655
fe8c0b47 7656 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 7657
05bbe066
CY
7658 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
7659 by ispell-parse-output (Bug#5575).
7660
fa6ea913
KH
76612010-02-16 Kenichi Handa <handa@m17n.org>
7662
7663 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
7664 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
7665 (skkdic-convert): Use `euc-japan' coding system for writing.
7666
88fd78ae
GM
76672010-02-16 Glenn Morris <rgm@gnu.org>
7668
7669 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
7670 tex-main-file before using it. (Bug#5562)
7671
2b8c974a
SM
76722010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
7673
7674 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
7675 warnings, since it is annoying for the user to see them each time he
7676 runs the code.
7677
7540f029
MA
76782010-02-15 Michael Albinus <michael.albinus@gmx.de>
7679
7680 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
7681 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
7682 instead of PROC for caching "first-password-request". Otherwise,
7683 new processes would not profit from passwords already entered.
7684
2b8c974a
SM
7685 * net/tramp-cache.el (tramp-dump-connection-properties):
7686 Don't save "first-password-request" property.
7540f029 7687
fa5f7c5f
JB
76882010-02-14 Juanma Barranquero <lekktu@gmail.com>
7689
7690 * outline.el (outline-head-from-level):
7691 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
7692 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
7693 (elint-defun, elint-buffer-env, elint-top-form-logged)
7694 (elint-unbound-variable):
7695 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
7696 Fix typos in docstrings.
7697
ecbaeb7b
MA
76982010-02-14 Michael Albinus <michael.albinus@gmx.de>
7699
7700 * files.el (insert-directory): When WILDCARD-REGEXP and
7701 FULL-DIRECTORY-P are nil, insert the file entry instead of the
7702 whole directory. (Bug#5551)
7703
7704 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
7705 dired's alignment sanity. (Bug#5516)
7706
91e3333f
JL
77072010-02-14 Juri Linkov <juri@jurta.org>
7708
7709 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
7710 Remove remaining ^H with their preceding chars. (Bug#5566)
7711
36020642
GM
77122010-02-13 Glenn Morris <rgm@gnu.org>
7713
7714 * simple.el (transpose-subr): Give it a doc-string.
7715
7716 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
7717 Doc fixes.
7718
f5952338
JL
77192010-02-12 Juri Linkov <juri@jurta.org>
7720
7721 * arc-mode.el (archive-unique-fname): Make directories for nested
7722 archives. (Bug#5540)
7723
918fe50f
JL
77242010-02-12 Juri Linkov <juri@jurta.org>
7725
7726 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
7727
c07ff221
SM
77282010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7729
48b1e7cf
SM
7730 * subr.el (copy-overlay): Handle deleted overlays.
7731
c07ff221
SM
7732 * man.el (Man-completion-table): Don't signal an error if we can't run
7733 manual-program (bug#4056).
7734
0e374247
JB
77352010-02-10 Juanma Barranquero <lekktu@gmail.com>
7736
7737 * textmodes/artist.el (artist-mt): Fix typos in docstring.
7738
dbf8402b
SM
77392010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7740
348d1e60
SM
7741 * info.el (Info-bookmark-jump): Simplify.
7742
dbf8402b
SM
7743 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
7744 (bookmark-default-handler): Accept new bookmark field `buffer'.
7745
e6d23bb5
CY
77462010-02-10 Chong Yidong <cyd@stupidchicken.com>
7747
7748 * iswitchb.el (iswitchb-completions): Revert last change.
7749
a8e4290b
MA
77502010-02-10 Michael Albinus <michael.albinus@gmx.de>
7751
2b23acde 7752 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
7753 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
7754 This prevents file names like "~/" being listed literally.
a8e4290b 7755
c59d6fad
DN
77562010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
7757
348d1e60
SM
7758 * term/xterm.el (xterm-maybe-set-dark-background-mode):
7759 Remove dead code. (Bug#5546)
c59d6fad 7760
3a66e78f
CY
77612010-02-09 Chong Yidong <cyd@stupidchicken.com>
7762
7763 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
7764 correctly (Bug#5548).
7765
f29fd869
CY
77662010-02-08 Jose E. Marchesi <jemarch@gnu.org>
7767
7768 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 7769 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 7770
7fad1447
KH
77712010-02-08 Kenichi Handa <handa@m17n.org>
7772
7773 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 7774 cookie for putting `lisp-indent-function'.
7fad1447 7775
50e4518b
GM
77762010-02-07 Glenn Morris <rgm@gnu.org>
7777
7778 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
7779 Move F2003 named interfaces from keywords-2 to keywords-1, and
7780 use function-name-face rather than constant-face.
7781 Simplify "abstract interface" regexp.
7782
a4cc44cf
CY
77832010-02-07 Chong Yidong <cyd@stupidchicken.com>
7784
7785 * eshell/esh-util.el (eshell-file-attributes): New optional arg
7786 ID-FORMAT. Pass it to `file-attributes'.
7787
7788 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
7789
c917476d
CY
77902010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
7791
7792 * faces.el (set-face-attribute): Allow calling
7793 internal-set-lisp-face-attribute with 'unspecified family and
7794 foundry argument (Bug#5536).
7795
7cf3f3d6
GM
77962010-02-07 Glenn Morris <rgm@gnu.org>
7797
7798 * progmodes/f90.el (f90-font-lock-keywords-2)
7799 (f90-looking-at-type-like, f90-looking-at-program-block-end):
7800 Handle F2003 named interfaces.
7801
ffe87109
CY
78022010-02-06 Chong Yidong <cyd@stupidchicken.com>
7803
7804 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
7805 beg and end before calling c-get-state-before-change-functions.
7806
4775ecad
DN
78072010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
7808
7809 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
7810
0d17c4b9
JL
78112010-02-05 Juri Linkov <juri@jurta.org>
7812
7813 * doc-view.el (doc-view-mode):
7814 * image-mode.el (image-mode): Put property mode-class=special.
7815 (Bug#4896)
7816
8228a275
MH
78172010-02-05 Mark A. Hershberger <mah@everybody.org>
7818
7819 * vc-svn.el (vc-svn-revision-table): New function.
7820
d9320986
MA
78212010-02-05 Michael Albinus <michael.albinus@gmx.de>
7822
7823 * net/ange-ftp.el (ange-ftp-insert-directory):
7824 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7825 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7826 Handle also directories. (Bug#5478)
7827
f43d8ecc
GM
78282010-02-05 Glenn Morris <rgm@gnu.org>
7829
7830 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
7831
ce3a988d
CY
78322010-02-05 Chong Yidong <cyd@stupidchicken.com>
7833
7834 * startup.el (command-line-1): Convert options beginning with a
7835 single dash as well (Bug#5519).
7836
bdd42899
SM
78372010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
7838
51b23c44
SM
7839 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
7840 * minibuffer.el (completion-initials-expand): Only check the presence
7841 of delims *within* the boundaries, since otherwise the / delim is
7842 always found for files.
7843
bdd42899
SM
7844 Fix up various corner case problems.
7845 * doc-view.el (doc-view-last-page-number): New function.
7846 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
7847 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
7848 (doc-view-kill-proc): Avoid inf-loop in freak cases.
7849 (doc-view-reconvert-doc): Use the new recursive delete-directory.
7850 (doc-view-convert-current-doc): Don't create the resolution.el file
7851 here any more.
7852 (doc-view-pdf/ps->png): Do it here instead.
7853 (doc-view-already-converted-p): Check that resolution.el is present.
7854 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
7855 windows that are not yet showing images.
7856
d5b3979c
MA
78572010-02-04 Michael Albinus <michael.albinus@gmx.de>
7858
7859 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
7860 `dired-uncache' for every elemnt which is an absolute file name.
7861
7862 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
7863 directory, handle its directory component.
7864 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
7865 function is called permanently and creates noise, otherwise.
7866
7867 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7868 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7869 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
7870
b003beb1
DB
78712010-02-04 David Burger <dburger@google.com> (tiny change)
7872
7873 * macros.el (apply-macro-to-region-lines):
7874 Minor simplification. (Bug#5485)
7875
ea92f9f3
GM
78762010-02-04 Glenn Morris <rgm@gnu.org>
7877
a03ae20d
GM
7878 * mail/rmail.el (rmail-show-message-1): Handle malformed
7879 quoted-printable text. (Bug#5441)
7880
4d01b827
GM
7881 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
7882
ea92f9f3
GM
7883 * simple.el (visual-line-mode): Capitalize lighter.
7884
82055bb7
JW
78852010-02-03 John Wiegley <jwiegley@gmail.com>
7886
7887 * iswitchb.el (iswitchb-completions): Add bookmark files to the
7888 list of files considered for "virtual buffer" completions.
7889
8214b6e4
MA
78902010-02-03 Michael Albinus <michael.albinus@gmx.de>
7891
7892 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 7893 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
7894 when dired is called with a list of files, which are not in
7895 `default-directory'. (Bug#5478)
7896
1df9718f
SM
78972010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
7898
7899 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
7900
02ba1267
JL
79012010-02-02 Juri Linkov <juri@jurta.org>
7902
7903 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
7904 from unidiff to allow function-line after @@.
7905
a0c6a0fb
JL
79062010-02-02 Juri Linkov <juri@jurta.org>
7907
7908 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
7909 '(RCS SCCS) with inverted condition.
7910
c35fcd52
MA
79112010-02-02 Michael Albinus <michael.albinus@gmx.de>
7912
7913 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
7914 messages.
7915
6ba973c1
JL
79162010-02-01 Juri Linkov <juri@jurta.org>
7917
7918 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
7919 compare with "pkunzip" and "pkzip" instead of only "pkzip".
7920 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
7921 only when (car archive-zip-extract) is "unzip". (Bug#5475)
7922
0bca393f
SM
79232010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
7924
7925 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
7926 (doc-view-revert-buffer): New command.
7927 (doc-view-mode-map): Use it.
7928
7a444e2a
DN
79292010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
7930
7931 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
7932 pending merge is detected.
7933
ad6fc8f4
JL
79342010-01-31 Juri Linkov <juri@jurta.org>
7935
7936 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
7937 beginning of interactive spec like all other grep commands do.
7938 Put "all" in front of "gz". (Bug#5260)
7939
b9236874
DN
79402010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
7941
7942 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
7943
1e868757
CY
79442010-01-29 Chong Yidong <cyd@stupidchicken.com>
7945
7946 * dirtrack.el (dirtrack): Warn instead of signalling error if the
7947 regexp is incorrect (Bug#5476).
7948
e5c70c41
MA
79492010-01-29 Michael Albinus <michael.albinus@gmx.de>
7950
7951 * net/tramp.el (tramp-handle-insert-directory): Handle also
7952 symlinks, when FILENAME is not in `default-directory'.
7953
0c0b61f1
MA
79542010-01-28 Michael Albinus <michael.albinus@gmx.de>
7955
7956 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 7957 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
7958
7959 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
7960 of SWITCHES. Handle the case, FILENAME is not in
7961 `default-directory'. (Bug#5478)
7962 (tramp-register-file-name-handlers): Add safe-magic property.
7963
763f325e
CY
79642010-01-28 Chong Yidong <cyd@stupidchicken.com>
7965
7966 * arc-mode.el (archive-zip-extract): Quote the argument passed to
7967 unzip (Bug#5475).
7968
fd09a83f
CY
79692010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
7970
7971 * progmodes/flymake.el (flymake-allowed-file-name-masks)
7972 (flymake-master-make-header-init): Add other C++ filename masks.
7973 (flymake-find-possible-master-files)
7974 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
7975
7e5686f0
MA
79762010-01-28 Michael Albinus <michael.albinus@gmx.de>
7977
7978 Fix some busybox annoyances.
7979
7980 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
7981 not responding." string.
7982 (tramp-open-connection-setup-interactive-shell): Dump stty
7983 settings. Enable "neveropen" arg for all `tramp-send-command'
7984 calls. Handle "=" in variable values properly.
7985 (tramp-find-inline-encoding): Raise an error, when no encoding is
7986 found.
7987 (tramp-wait-for-output): Check, whether PROC buffer is available.
7988 Remove spurious " ^H" sequences, sent by busybox.
7989 (tramp-get-ls-command): Suppress coloring, if possible.
7990
c6265c10
GM
79912010-01-28 Glenn Morris <rgm@gnu.org>
7992
c85a168b
GM
7993 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
7994
c6265c10
GM
7995 * log-edit.el (log-edit-strip-single-file-name): Add missing
7996 :safe, :group, and :version tags.
7997
7d82a738
SB
79982010-01-27 Stephen Berman <stephen.berman@gmx.net>
7999
8000 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
8001 buffers. (Bug#5477)
8002
8b0e68ea
CY
80032010-01-27 David De La Harpe Golden <david@harpegolden.net>
8004
8005 * files.el (delete-directory): Handle moving to trash without
8006 first doing recursion (Bug#5436).
8007
368d3208
DN
80082010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
8009
8010 * vc-hooks.el (vc-path): Mark as obsolete.
8011
755da7fa
DN
80122010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
8013
e2396d80
DN
8014 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
8015 names too.
8016
755da7fa
DN
8017 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
8018 for the short log.
8019 (vc-bzr-log-view-mode): Adjust regexp for the above change.
8020
6a6d15ab 80212010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 8022
ac9ffe99 8023 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 8024
48c2d18a 8025 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 8026
504dcc71
EH
80272010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
8028
8029 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
8030 diff-index command. This requires at least git-1.5.5. (Bug#1589).
8031
51850286
DN
80322010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
8033
c2f1d6d8
DN
8034 Remove support for adding --signoff on commit.
8035 Future support will use an incompatible generic mechanism.
8036 * vc-git.el (vc-git-add-signoff): Remove variable.
8037 (vc-git-toggle-signoff): Remove function.
8038 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
8039
51850286
DN
8040 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
8041 from xterm-set-background-mode. Return t if the background mode
8042 was set.
8043 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
8044 earlier, call it again in case the background mode has changed.
8045
02c6d0d0
CY
80462010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
8047
8048 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
8049 (Bug#3541).
8050
064eee03
CY
80512010-01-23 Chong Yidong <cyd@stupidchicken.com>
8052
02c6d0d0
CY
8053 * emacs-lisp/assoc.el (aelement): Doc fix.
8054 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 8055
5336c3ec 80562010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 8057
48c2d18a 8058 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
8059 is the same as subprogram call, not declaration. (Bug#5435).
8060
0536254e
MA
80612010-01-23 Michael Albinus <michael.albinus@gmx.de>
8062
8063 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
8064 (tramp-smb-maybe-open-connection): Use it.
8065
411d06c2
MA
80662010-01-22 Michael Albinus <michael.albinus@gmx.de>
8067
0536254e 8068 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 8069
c893016b
SM
80702010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
8071
8072 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
8073 just because we see "encoding: 8bit".
8074 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
8075
9425f8e1
CY
80762010-01-22 Chong Yidong <cyd@stupidchicken.com>
8077
8078 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
8079
6a801864
EZ
80802010-01-22 Eli Zaretskii <eliz@gnu.org>
8081
8082 * jka-compr.el (jka-compr-load): If load-file is not in
8083 load-history, try its file-truename version. (bug#5447)
8084
3e8f7d91
AM
80852010-01-21 Alan Mackenzie <acm@muc.de>
8086
8087 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
8088 * progmodes/cc-engine.el (c-invalidate-state-cache):
8089 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
8090 special cpp construct is still in the buffer.
8091 (c-parse-state): Record the special cpp with markers, not numbers.
8092
f0bd0ad5
CY
80932010-01-21 Kenichi Handa <handa@m17n.org>
8094
8095 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
8096 process last-command-event, as it is now decoded first (Bug#5380).
8097
5189d95b
CY
80982010-01-20 Chong Yidong <cyd@stupidchicken.com>
8099
8100 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
8101
e073d74a
GM
81022010-01-20 Glenn Morris <rgm@gnu.org>
8103
8104 * indent.el (tab-always-indent): Fix custom-type.
8105
8ee04f3a
AM
81062010-01-19 Alan Mackenzie <acm@muc.de>
8107
8108 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
8109 buffer throws "args out of range".
8110 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
8111 playing the role of delimiter.
8112
6a47c86a
SL
81132010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
8114
bf0b361c 8115 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
8116 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
8117 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
8118 changed. Delete RECURSIVE parameter; never used. Improve doc string.
8119 Improve comments in "is" portion. Handle null procedure declaration.
8120 (ada-move-to-end): Improve doc string.
8121
2acfb954
ÓF
81222010-01-18 Óscar Fuentes <ofv@wanadoo.es>
8123
e90d57c0 8124 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 8125 Remove obsolete information from commentary.
e90d57c0
JB
8126 (ido-choice-list): Initialize to nil.
8127 (ido-get-bufname): Reject minibuffers.
8128 (ido-make-buffer-list): If "default" is a nonexistent
8129 buffer, ignore it, as per the function's comment.
8130 (ido-kill-buffer-internal): New function.
8131 (ido-kill-buffer-at-head): Use it.
8132 (ido-visit-buffer): Likewise.
2acfb954 8133
244b023e
CY
81342010-01-18 Chong Yidong <cyd@stupidchicken.com>
8135
8136 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
8137
db9e401b
JB
81382010-01-18 Juanma Barranquero <lekktu@gmail.com>
8139
db9e401b
JB
8140 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
8141 Fix typos in chart titles.
8142
8143 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
8144 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
8145 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
8146 (describe-class, eieio-describe-generic, describe-generic):
8147 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
8148 (eieio-speedbar-expand):
8149 * emulation/viper-cmd.el (viper-exec-form-in-vi)
8150 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
8151 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
8152 (viper-del-backward-char-in-replace, viper-backward-indent)
8153 (viper-brac-function, viper-register-to-point, viper-submit-report):
8154 * net/tramp.el (tramp-remote-coding-commands):
8155 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
8156 Fix typos in docstrings.
8157
9295137d
CY
81582010-01-17 Chong Yidong <cyd@stupidchicken.com>
8159
8160 * mail/sendmail.el (mail-yank-original): Set the mark if the
8161 specified function for yanking does not do it.
8162
4d0bbcb6
DN
81632010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
8164
7902c120
DN
8165 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
8166
4d0bbcb6
DN
8167 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
8168 resyncing a directory.
8169
0b702bc1
SL
81702010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
8171
6a47c86a 8172 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
8173 (ada-ident-re): Delete ., allow multibyte characters.
8174 (ada-goto-label-re): New; matches goto labels.
8175 (ada-block-label-re): New; matches block labels.
8176 (ada-label-re): New; matches both.
8177 (ada-named-block-re): Deleted; callers changed to use
8178 `ada-block-label-re' instead.
8179 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
8180 Use `ada-block-label-re'.
8181 (ada-indent-on-previous-lines): Improve handling of goto labels.
8182 (ada-get-indent-block-start): Special-case block label.
8183 (ada-get-indent-label): Split into `ada-indent-block-label' and
8184 `ada-indent-goto-label'.
8185 (ada-goto-stmt-start, ada-goto-next-non-ws):
8186 Optionally ignore goto labels.
8187 (ada-goto-next-word): Simplify.
8188 (ada-indent-newline-indent-conditional): Insert newline before
8189 trying to fix indentation; doc fix.
8190
05287c49
JB
81912010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
8192
8193 * calc/calc.el (calc-command-flags): Give it an initial value.
8194
4963739e
JB
81952010-01-17 Juanma Barranquero <lekktu@gmail.com>
8196
4963739e
JB
8197 * files.el (minibuffer-with-setup-hook):
8198 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
8199 (artist-key-draw-continously, artist-key-do-continously-continously)
8200 (artist-key-set-point-continously, artist-mouse-draw-continously):
8201 Fix typos in docstrings.
8202
116bd1ee
CY
82032010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
8204
8205 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
8206 return t (Bug#3898).
8207
2784cd7a 82082010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
8209
8210 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
8211 can parse the output of the external commands (Bug#5279).
8212
abd5cfe8
CY
82132010-01-16 Jari Aalto <jari.aalto@cante.net>
8214
8215 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
8216
4fe22cdf
CY
82172010-01-16 Chong Yidong <cyd@stupidchicken.com>
8218
bbdc98ef
CY
8219 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
8220
c7dc1ac1
CY
8221 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
8222
4fe22cdf
CY
8223 * startup.el (command-line): Remove unused --icon-type arg.
8224 Handle --display arg, passing it to command-line-1 (Bug#5392).
8225
045b9da7
ML
82262010-01-16 Mario Lang <mlang@delysid.org>
8227
045b9da7
ML
8228 * emacs-lisp/chart.el (chart-translate-namezone):
8229 * textmodes/artist.el (artist-compute-popup-menu-table):
8230 Remove duplicated words in doc-strings.
8231
6554a5df
CY
82322010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
8233
8234 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
8235 to mairix-search to suppress threading (Bug#5342).
8236
ca4f0e9a
KH
82372010-01-15 Kenichi Handa <handa@m17n.org>
8238
8239 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 8240 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 8241
1db3226b
GM
82422010-01-15 Glenn Morris <rgm@gnu.org>
8243
56a03f46
GM
8244 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
8245
8246 * wid-edit.el (widget-keymap): Doc fix.
8247
1db3226b
GM
8248 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
8249 former seems to be more widely accepted by various svn versions.
8250
80cd4bb4
JB
82512010-01-14 Juanma Barranquero <lekktu@gmail.com>
8252
d1f18ec0
JB
8253 * find-cmd.el (find-constituents):
8254 * vc-arch.el (vc-arch-root):
8255 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
8256 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
8257 * progmodes/ada-stmt.el (ada-if):
8258 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
8259 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
8260 (ispell-encoding8-command, ispell-aspell-supports-utf8)
8261 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
8262
80cd4bb4
JB
8263 * progmodes/flymake.el (flymake-post-syntax-check):
8264 Fix typo in error message.
8265
9c23ca47
JB
82662010-01-14 Juanma Barranquero <lekktu@gmail.com>
8267
8268 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
8269 which is always a string. (Bug#5313)
8270
8794c483
JB
82712010-01-14 Juanma Barranquero <lekktu@gmail.com>
8272
8273 * progmodes/ada-xref.el (ada-default-prj-properties):
8274 Simplify previous change.
8275
95005d39
SL
82762010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8277
8278 * progmodes/ada-xref.el (ada-default-prj-properties):
8279 Default ada_project_path to $ADA_PROJECT_PATH.
8280
82812010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
8282
8283 * progmodes/ada-mode.el (ada-create-keymap):
8284 Override `narrow-to-defun' with `ada-narrow-to-defun'.
8285
fb0d1545
SL
82862010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8287
8288 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
8289 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
8290 (ada-get-current-indent, ada-imenu-generic-expression)
8291 (ada-which-function): Check for it.
8292
5c9434d0
SL
82932010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8294
8295 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
8296 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
8297
3a4f3a3b
GM
82982010-01-14 Glenn Morris <rgm@gnu.org>
8299
8300 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
8301
d9a7c140
KH
83022010-01-14 Kenichi Handa <handa@m17n.org>
8303
8304 * composite.el (auto-composition-mode): Make it a buffer local
8305 variable (permanent-local).
8306 (auto-composition-function): Set the default value to
8307 auto-compose-chars.
49caf252 8308 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
8309 (global-auto-composition-mode): Likewise.
8310 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 8311
38bee102
KF
83122010-01-13 Karl Fogel <kfogel@red-bean.com>
8313
8314 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 8315
b8b45afc
MA
83162010-01-12 Michael Albinus <michael.albinus@gmx.de>
8317
8318 * files.el (copy-directory): Compute target for recursive
8319 directories with identical names. (Bug#5343)
8320
893db5bc
GM
83212010-01-12 Glenn Morris <rgm@gnu.org>
8322
8323 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
8324 it to bug-gnu-emacs rather than emacs-pretest-bug.
8325
d8b8451f
SS
83262010-01-11 Sam Steingold <sds@gnu.org>
8327
8328 * imenu.el (imenu-default-create-index-function): Detect infinite
8329 loops caused by imenu-prev-index-position-function.
8330
30afcdff
JB
83312010-01-11 Juanma Barranquero <lekktu@gmail.com>
8332
8333 * htmlfontify.el (htmlfontify-load-rgb-file)
8334 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
8335 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
8336 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
8337 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
8338 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
8339 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
8340 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
8341 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
8342 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
8343 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
8344 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
8345 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
8346 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
8347 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
8348 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
8349 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
8350 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
8351 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
8352 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
8353 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
8354 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
8355 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
8356 backslash-quoting from parentheses, etc.
8357
92b1c416
CY
83582010-01-11 Chong Yidong <cyd@stupidchicken.com>
8359
8360 * progmodes/js.el: Autoload javascript-mode alias.
8361
4454adab
JB
83622010-01-11 Juanma Barranquero <lekktu@gmail.com>
8363
8364 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
8365 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
8366 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
8367 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
8368 Fix typos in docstrings.
8369 (ffap-url-regexp): Doc fix.
8370 (ffap-at-mouse): Fix typo in message.
8371
6589a2f9
GM
83722010-01-11 Glenn Morris <rgm@gnu.org>
8373
8374 * version.el (emacs-copyright): Set copyright year to 2010.
8375
4e5617ee
SM
83762010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
8377
8378 * format.el (format-annotate-function): Only set
8379 write-region-post-annotation-function after running to-fn so as not to
8380 affect nested write-region calls (bug#5273).
8381
52bee098
CY
83822010-01-10 Chong Yidong <cyd@stupidchicken.com>
8383
a069f067
CY
8384 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
8385 wisent/python.el.
8386
e709e39d
CY
83872010-01-09 Chong Yidong <cyd@stupidchicken.com>
8388
8389 * man.el (Man-goto-section): Signal error if the section is not
8390 found (Bug#5317).
8391
6ee86780
JB
83922010-01-09 Juanma Barranquero <lekktu@gmail.com>
8393
8394 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
8395 URLs with a leading triple slash in the file: scheme. (Bug#5345)
8396
fa7b5f7b
CY
83972010-01-09 Chong Yidong <cyd@stupidchicken.com>
8398
8399 * progmodes/compile.el: Don't treat compile-command as safe if
8400 compilation-read-command might be nil (Bug#4218).
8401
de62c4d9
JD
84022010-01-09 Jan Djärv <jan.h.d@swipnet.se>
8403
8404 * startup.el (command-line-1): Use orig-argi to check for ignored X and
8405 NS options.
8406
e94be827
KH
84072010-01-08 Kenichi Handa <handa@m17n.org>
8408
4e5617ee
SM
8409 * international/fontset.el (build-default-fontset-data):
8410 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 8411
1dfae2a2
JB
84122010-01-07 Juanma Barranquero <lekktu@gmail.com>
8413
8414 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
8415 to `create-file-buffer' as it expects, not just a buffer name.
8416 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
8417 to help uniquify. (Bug#3224)
8418
d0cf45b7
JD
84192010-01-06 Jan Djärv <jan.h.d@swipnet.se>
8420
8421 * font-setting.el (font-setting-change-default-font): Use user-spec
8422 instead of name.
8423
7534fa5e
DN
84242010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8425
8426 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
8427
fd579fdc
CY
84282010-01-05 Tom Tromey <tromey@redhat.com>
8429
4e5617ee
SM
8430 * progmodes/python.el (python-font-lock-keywords):
8431 Handle qualified decorators (Bug#881).
fd579fdc 8432
37860caf
DN
84332010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8434
8435 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
8436 in a lightweight checkout.
8437
69db641d
KH
84382010-01-05 Kenichi Handa <handa@m17n.org>
8439
4e5617ee 8440 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 8441
b25d6a02
DN
84422010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8443
8444 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
8445
137d88ca
DN
84462010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
8447
8448 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
8449 checkouts. (Bug#618)
3d5d0aa9 8450 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
8451 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
8452 (vc-bzr-shelve-menu-map):
8453 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
8454 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 8455
da76998b
CY
84562010-01-02 Chong Yidong <cyd@stupidchicken.com>
8457
8458 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
8459 They are valid characters in URL paths (rfc3986), and at least
8460 Firefox does not understand the encoded version (Bug#3166).
8461
b2ad70b6
CY
84622010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
8463
8464 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
8465 (octave-block-begin-or-end-regexp, octave-block-match-alist):
8466 Add "end" keyword (Bug#3061).
b2ad70b6
CY
8467 (octave-end-as-array-index-p): New function.
8468 (calculate-octave-indent): Use it.
8469
54136282
KF
84702010-01-02 Karl Fogel <kfogel@red-bean.com>
8471
8472 * bookmark.el: Consistently put the text property on the bookmark name.
8473 (bookmark-bmenu-marks-width): Bump back to 2, to include
8474 annotation marks.
8475 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
8476 property on the bookmark name, instead of not putting it at all.
8477 (bookmark-bmenu-list): Fix where we put the text property.
8478
cc4d3cad
KF
84792010-01-02 Karl Fogel <kfogel@red-bean.com>
8480
8481 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
8482 for showing buffer modified state (as added in the previous change).
8483
b894c439
KF
84842010-01-02 Karl Fogel <kfogel@red-bean.com>
8485
8486 * bookmark.el: Show modified state of bookmark buffer more accurately.
8487 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
8488 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
8489 (with-buffer-modified-unmodified): New macro.
8490 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8491 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 8492 Use new macro to preserve the buffer modified state.
b894c439 8493
3a69db53
KF
84942010-01-02 Karl Fogel <kfogel@red-bean.com>
8495
4e5617ee 8496 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
8497 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
8498 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
8499 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
8500 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
8501 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
8502 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 8503
af414f10
EZ
85042010-01-02 Eli Zaretskii <eliz@gnu.org>
8505
4e5617ee
SM
8506 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8507 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 8508
f2ec0e5e
CY
85092010-01-02 Ryan Yeske <rcyeske@gmail.com>
8510
8511 * net/rcirc.el: Add follow-link binding (Bug#4738).
8512
38c1ba62
EZ
85132010-01-02 Eli Zaretskii <eliz@gnu.org>
8514
4e5617ee 8515 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
8516 (cvs-update): New target for backward compatibility.
8517
4e5617ee 8518 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
8519 (cvs-update): New target for backward compatibility.
8520
ea2c0f5b
KF
85212010-01-02 Karl Fogel <kfogel@red-bean.com>
8522
8523 * bookmark.el: Remove gratuitous gratitude.
8524
5ae329f4
KF
85252010-01-02 Karl Fogel <kfogel@red-bean.com>
8526
c4cc8b9a 8527 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
8528 (bookmark-bmenu-save): Clear buffer modification if no marks.
8529
85302010-01-02 Karl Fogel <kfogel@red-bean.com>
8531
8532 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
8533 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
8534 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
8535 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
8536
8537 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
8538 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
8539 To: emacs-devel {_AT_} gnu.org
8540 Subject: bookmark.el bug report
8541 Date: Mon, 28 Dec 2009 14:19:16 +0800
8542 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
8543
aef053eb
KF
85442010-01-02 Karl Fogel <kfogel@red-bean.com>
8545
8546 * bookmark.el: Improvements suggested by Drew Adams:
8547 (bookmark-bmenu-ensure-position): New name for
8548 `bookmark-bmenu-check-position'. Just ensure the position,
8549 don't return any meaningful value.
8550 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
8551 New constants.
8552
0472835f
JB
85532010-01-02 Juanma Barranquero <lekktu@gmail.com>
8554
8555 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
8556 (bookmark-yank-point, bookmark-bmenu-check-position):
8557 Fix typos in docstrings.
8558 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
8559 (bookmark-name-from-full-record, bookmark-get-position)
8560 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
8561 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
8562 Remove useless quoting of parenthesis, etc. in docstrings.
8563
8564 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
8565 (ediff-append-custom-diff): Fix typo in error message.
8566 (ediff-meta-mark-equal-files): Fix typos in messages.
8567
8568 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
8569
0472835f
JB
8570 * net/imap-hash.el (imap-hash-make): Doc fix.
8571 (imap-hash-test): Fix typo in error message; reflow docstring.
8572 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
8573 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
8574 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
8575 Fix typos in docstrings.
8576 (imap-hash-open-connection): Fix typo in error message.
8577
8578 * play/gomoku.el (gomoku): Fix typos in docstring.
8579
8580 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
8581 (gdb-jsonify-buffer): Fix typos in docstring.
8582 (gdb-goto-breakpoint): Fix typo in error message.
8583 ("Display Other Windows"): Fix typo in help message.
8584 (gdb-speedbar-expand-node): Fix typo in question.
8585
8586 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
8587 (idlwave-html-system-help-location, idlwave-html-help-location)
8588 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
8589 (idlwave-help-browser-generic-args, idlwave-help-directory)
8590 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
8591 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
8592 (idlwave-online-help, idlwave-help-html-link)
8593 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
8594 Fix typos in docstrings.
8595 (idlwave-help-with-source, idlwave-help-find-routine-definition):
8596 Reflow docstrings.
8597 (idlwave-help-assistant-start): Fix typo in error message.
8598
8599 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
8600 (octave-electric-space): Fix typos in docstrings.
8601
9bbe0828
CY
86022010-01-01 Chong Yidong <cyd@stupidchicken.com>
8603
8604 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
8605
a88c46c3
CY
86062010-01-01 Juri Linkov <juri@jurta.org>
8607
8608 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 8609 increase the default to 500 (Bug#5148).
a88c46c3 8610
7ee6c59b
NR
86112009-12-31 Nick Roberts <nickrob@snap.net.nz>
8612
8613 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
8614 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
8615 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
8616
a9c8a2cd
NR
86172009-12-30 Nick Roberts <nickrob@snap.net.nz>
8618
8619 Show working revision correctly for mercurial.
8620 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 8621 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 8622
659e4408
JB
86232009-12-29 Juanma Barranquero <lekktu@gmail.com>
8624
8625 Declare some functions for the byte-compiler.
8626 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
8627 (speedbar-timer-fn, speedbar-change-expand-button-char)
8628 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
8629
7ee6c59b
NR
86302009-12-29 Nick Roberts <nickrob@snap.net.nz>
8631
8632 This changeset reverts GDB Graphical Interface to use annotations.
8633 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
8634
460f6e7c
DN
86352009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8636
8637 Make vc-dir work on subdirectories of the bzr root.
8638 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
8639 file names relative to it.
8640 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
8641 relative directory to vc-bzr-after-dir-status.
8642
543f553a
TH
86432009-12-28 Tassilo Horn <tassilo@member.fsf.org>
8644
8645 * font-lock.el (font-lock-refresh-defaults): New function, which
8646 can be used to let font-lock react to external changes in
8647 variables like font-lock-defaults and keywords.
8648 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
8649
2592ab76
DN
86502009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
8651
ac859983
DN
8652 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
8653
2592ab76
DN
8654 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
8655
58941d03
JB
86562009-12-28 Juanma Barranquero <lekktu@gmail.com>
8657
8658 Supersede color.diff settings in git log (bug#5211).
8659
8660 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
8661 escape chars in its output when the user has color.diff set to `always'.
8662 This fix works on git 1.4.2 and newer (released on 2006-08-13).
8663
39764e76
KR
86642009-12-26 Kevin Ryde <user42@zip.com.au>
8665
8666 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
8667 node. Keep previous "Index" name to work with past coreutils too.
8668
91c4831e
KR
8669 * man.el (man): Revise docstring a bit to show -a and -l as
8670 examples. Add -k description since support for it has otherwise
8671 been a secret. (Further to bug#3717.)
651e932e
KR
8672 (Man-bgproc-sentinel): When "-k foo" produces no output show error
8673 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 8674 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 8675
7f4d4a97
MA
86762009-12-26 Michael Albinus <michael.albinus@gmx.de>
8677
8678 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
8679 switches. Check also for //SUBDIRED// line.
8680
bcffff46
KH
86812009-12-25 Kenichi Handa <handa@m17n.org>
8682
8683 * language/indian.el (devanagari-composable-pattern): Fixed to
8684 handle ZWNJ and ZWJ. Use it in composition-function-table for
8685 Devanagari.
8686 (malayalam-composable-pattern): Fix previous change.
8687
dc1dcfa4
VJL
86882009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8689
8690 * ps-print.el (ps-face-attributes): It was not returning the
8691 attribute face for faces specified as string. Reported by harven
80525855 8692 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
8693 (ps-print-version): New version 7.3.5.
8694
6fe539d2
UJ
86952009-12-18 Ulf Jasper <ulf.jasper@web.de>
8696
85626eef
SM
8697 * calendar/icalendar.el (icalendar--convert-tz-offset):
8698 Fix timezone names.
8699 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
8700 (icalendar--add-diary-entry): Remove the trailing blank that
8701 diary-make-entry inserts.
8702
1f3611c6
MA
87032009-12-17 Michael Albinus <michael.albinus@gmx.de>
8704
8705 Make `file-expand-wildcards' work for remote files.
8706
8707 * files.el (file-expand-wildcards): In case of remote files, check
8708 only local file name part for wildcards. Provide feature 'files
8709 and subfeature 'remote-wildcards. (Bug#5198)
8710
8711 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
8712 if there is already an established connection.
8713 (tramp-advice-file-expand-wildcards): Remove it.
8714
8715 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 8716 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
8717 Activate advice for older GNU Emacs versions. (Bug#5237)
8718
9762b219
JB
87192009-12-17 Juanma Barranquero <lekktu@gmail.com>
8720
8721 Some doc fixes (more needed).
8722
8723 * find-cmd.el (find-constituents): Reflow docstring.
8724 (find-cmd, find-prune, find-command): Fix typos in docstrings.
8725 (find-generic): Doc fix.
8726
cfb54897
JL
87272009-12-17 Juri Linkov <juri@jurta.org>
8728
8729 Fix regression from 23.1 to allow multiple modes in Local Variables.
8730
8731 * files.el (hack-local-variables-filter): While ignoring duplicates,
8732 don't take `mode' into account.
85626eef
SM
8733 (hack-local-variables-filter, hack-dir-local-variables):
8734 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 8735
ad974e9e
JL
87362009-12-17 Juri Linkov <juri@jurta.org>
8737
85626eef 8738 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
8739
8740 * dired-aux.el (dired-diff): Signal an error when `file' equals to
8741 `current' or when `file' is a directory of the `current' file.
8742
3616e0b9
AS
87432009-12-17 Andreas Schwab <schwab@linux-m68k.org>
8744
8745 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
8746 unconditionally preloaded files.
8747
72b57560
JL
87482009-12-16 Juri Linkov <juri@jurta.org>
8749
8750 Revert to old 23.1 logic of using the file at the mark as default.
8751 * dired-aux.el (dired-diff): Use the file at the mark as default
8752 if it's not the same as the current file, and the target dir is
8753 the current dir or the mark is active. Add the current file
8754 as the arg of `dired-dwim-target-defaults'. Use the default file
8755 in the prompt. (Bug#5225)
8756
68712eb6
MA
87572009-12-15 Michael Albinus <michael.albinus@gmx.de>
8758
8759 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
8760 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
8761 (tramp-check-for-regexp): Check also, when an echoing shell stops
8762 to echo sent commands.
8763
fd471993
CY
87642009-12-14 Chong Yidong <cyd@stupidchicken.com>
8765
8766 * Makefile.in: Revert last change (Bug#5191).
8767
86b5e14c
DN
87682009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
8769
8770 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
8771 (vc-hg-working-revision): Make sure the command is executed in a
8772 known environment so that we can parse the output. (Bug#4417)
86b5e14c 8773
8cffbb75
CY
87742009-12-14 Chong Yidong <cyd@stupidchicken.com>
8775
8776 * progmodes/python.el (python-symbol-completions): Remove text
8777 properties from symbol string before calling python-send-receive.
8778
6c2b67ad
NR
87792009-12-14 Nick Roberts <nickrob@snap.net.nz>
8780
8781 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 8782 when there are values for both file and line. (Bug#5060)
6c2b67ad 8783
ff6f4585
JL
87842009-12-14 Juri Linkov <juri@jurta.org>
8785
8786 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
8787 whitespace after the file name of the first line of unified format,
8788 because git-diff doesn't output whitespace and file modification time
8789 after the file name.
8790
d3de1c8e
JL
87912009-12-14 David Kastrup <dak@gnu.org>
8792
8793 * info.el (Info-hide-cookies-node): Before hiding a cookie,
8794 check if it already has the `display' property added by
8795 `Info-display-images-node', and not put the `invisible' property
8796 in this case.
8797
2f1b7dc4
GM
87982009-12-13 Glenn Morris <rgm@gnu.org>
8799
a0cefee5
GM
8800 * mail/emacsbug.el (message-sort-headers): Define for compiler.
8801 (report-emacs-bug): In message-mode, sort manually before storing
8802 original report text. (Bug#5178)
2f1b7dc4
GM
8803 Remove superfluous save-excursion.
8804
31bb373f
MA
88052009-12-12 Michael Albinus <michael.albinus@gmx.de>
8806
8807 * net/dbus.el (dbus-property-handler): Filter lambda forms out
8808 when responding to "GetAll" properties.
8809
5e1d4968
CY
88102009-12-12 Chong Yidong <cyd@stupidchicken.com>
8811
8812 * simple.el (compose-mail): Remove mail-setup-with-from from
8813 customization checks.
8814
097d86f9
EZ
88152009-12-12 Eli Zaretskii <eliz@gnu.org>
8816
8817 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
8818 RAR archives created on Unix systems.
8819
1d4adede
SM
88202009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8821
8822 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
8823 the varalias that was accidentally removed by the 2009-11-19 change
8824 (bug#5186).
8825
3ff3655c
KH
88262009-12-12 Kenichi Handa <handa@m17n.org>
8827
8828 * language/indian.el (indian-compose-regexp): New function.
8829 (malayalam-composable-pattern): Fix the pattern.
8830 (composition-function-table): Set malayalam-composable-pattern for
8831 Malayalam characters.
8832
82d3343c
CY
88332009-12-11 Chong Yidong <cyd@stupidchicken.com>
8834
315eb96d
CY
8835 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
8836 rather than down-mouse-1, based on follow-link conventions.
8837
82d3343c
CY
8838 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
8839 are compiled.
8840
86a4c7ac
DN
88412009-12-11 Michael McNamara <mac@mail.brushroad.com>
8842
bf0b361c 8843 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
8844 (verilog-vmm-statement-re, verilog-ovm-statement-re)
8845 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
8846 (verilog-leap-to-head, verilog-backward-token):
8847 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
8848
88492009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
8850
bf0b361c
JB
8851 * progmodes/verilog-mode.el (verilog-auto-lineup)
8852 (verilog-nameable-item-re): Cleanup user-visible spelling and
8853 documentation errors. One reported by Gary Delp.
1d4adede 8854 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
8855 (verilog-read-decls): Fix AUTOWIRE with types declared in a
8856 package, bug195. Reported by Pierre-David Pfister.
8857
fe03f49a
GM
88582009-12-11 Glenn Morris <rgm@gnu.org>
8859
47641aac
GM
8860 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
8861
85094855
GM
8862 * mail/emacsbug.el: No longer require sendmail.
8863 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
8864 (report-emacs-bug-orig-text): Doc fix.
8865 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
8866 New local variables, to adapt to different mail-user-agents.
8867 (report-emacs-bug): Fix test for a gnu.org address.
8868 Use overlays for emphasis, since font-lock defeats 'face property.
8869 Pretest bugs also end up at the newsgroup these days.
8870 Stop message-mode stripping text properties.
8871 Set and use the new buffer-local variables.
8872 (report-emacs-bug-hook): Add doc-string.
8873 Remove some unnecessary save-excursions and simplify.
8874 Use the appropriate hook and send-command.
8875
fe03f49a
GM
8876 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
8877 capitalization of some menu entries.
8878
345427f0
VJL
88792009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8880
277e6741
MP
8881 * whitespace.el (whitespace-display-char-on):
8882 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
8883 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
8884 New version 12.1.
8885
c70ccbba
EZ
88862009-12-10 Eli Zaretskii <eliz@gnu.org>
8887
8888 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
8889 characters in the Attribute field.
8890
f1943c1b
DN
88912009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
8892
8893 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
8894
1c67aeaa
SM
88952009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
8896
8897 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
8898 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8899 Disregard autoload-excludes.
8900 (update-directory-autoloads): Obey autoload-excludes here instead.
8901 But don't store its contents in no-autoloads and remove entries that
8902 refer to excludes files.
8903
d8194864
GM
89042009-12-10 Glenn Morris <rgm@gnu.org>
8905
8c0171c0
GM
8906 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
8907 (expand-mail-aliases): Define for compiler.
8908
dba372dd
GM
8909 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
8910 Define for compiler.
8911
d8194864
GM
8912 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
8913 appropriate for the mail-user-agent in use.
8914
fe5facd3
MA
89152009-12-09 Michael Albinus <michael.albinus@gmx.de>
8916
8917 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
8918
99999a1d
DN
89192009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
8920
8921 Fix short log parsing and fontification.
8922 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
8923 Fix fontification for the [merge] label.
8924
2ea1c4aa
SM
89252009-12-09 Vivek Dasmohapatra <vivek@etla.org>
8926
85626eef 8927 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
8928 * htmlfontify.el (hfy-ignored-properties): New defcustom.
8929 (hfy-fontify-buffer): Use it.
8930
9840deb6
SM
89312009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
8932
a0d1aadf
SM
8933 Minor cleanup.
8934 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
8935 Adjust all callers.
8936 (ffap-locate-file): Remove unused arg `dir-ok' and make other
8937 args compulsory. Adjust callers.
8938 (ffap-gopher-at-point): Remove unused var `name'.
8939
9840deb6
SM
8940 Get rid of the ELCFILES abomination.
8941 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8942 (compile-elcfiles): New phony target.
8943 (compile-main): Compute ELCFILES dynamically.
8944 (compile-clean): New target to remove left-over elc files.
8945 (compile, all): Use it.
8946
7eb3f9a8
KH
89472009-12-09 Kenichi Handa <handa@etlken>
8948
8949 * international/mule-diag.el: Require help-mode instead of help-fns.
8950
ae63e572
KH
89512009-12-09 Kenichi Handa <handa@m17n.org>
8952
5ce6e4f4 8953 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
8954 fine ranges instead of pre-calculating accurate ranges.
8955 Iterate with bigger gc-cons-threshold.
ae63e572 8956
e2f3c692
DN
89572009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
8958
8959 Add support for stashing a snapshot of the current tree.
8960 * vc-git.el (vc-git-stash-snapshot): New function.
8961 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
8962
cf6d0352
JB
89632009-12-08 Jose E. Marchesi <jemarch@gnu.org>
8964
8965 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
8966 instead of `(beginning|end)-of-line'.
8967
48e4acc9
GM
89682009-12-08 Glenn Morris <rgm@gnu.org>
8969
6e890faa
GM
8970 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
8971
48e4acc9
GM
8972 * Makefile.in (ELCFILES): Regenerate.
8973
d2a1dc7b
JL
89742009-12-07 Juri Linkov <juri@jurta.org>
8975
8976 Don't lazy-highlight the comint output in history Isearch mode.
8977
8978 * comint.el (comint-history-isearch-search): Instead of
8979 `comint-line-beginning-position', use `comint-after-pmark-p'
8980 to check if point if before the process mark, and go to
8981 `process-mark' in this case.
8982
51ef56c4
SM
89832009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8984
fb10ee4a
SM
8985 * textmodes/tex-mode.el (latex-complete)
8986 (latex-indent-or-complete): Remove.
8987 (latex-mode): Set completion-at-point-functions instead.
8988
8989 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
8990 * minibuffer.el (completion-at-point-functions): New var.
8991 (completion-at-point): New command.
fb10ee4a 8992 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
8993 * progmodes/python.el (python-mode-map): Use completion-at-point.
8994 (python-completion-at-point): Rename from python-partial-symbol and
8995 adjust for use in completion-at-point-functions.
8996 (python-mode): Setup completion-at-point for Python completion.
8997 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
8998 extracted from lisp-complete-symbol.
8999 (lisp-complete-symbol): Use it.
9000 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
9001 setup completion-at-point for Elisp completion.
fb10ee4a
SM
9002 (emacs-lisp-mode-map, lisp-interaction-mode-map):
9003 Use completion-at-point.
51ef56c4 9004 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 9005 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
9006 * progmodes/sym-comp.el: Move to...
9007 * obsolete/sym-comp.el: Move from progmodes.
9008
5e7a9022
EZ
90092009-12-07 Eli Zaretskii <eliz@gnu.org>
9010
9011 Prevent save-buffer in Rmail buffers from using the coding-system
9012 of the current message, and from clobbering the encoding mnemonics
9013 in the mode line (Bug#4623).
9014
9015 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
9016 flag, too.
9017 (rmail-message-encoding): New variable.
9018 (rmail-write-region-annotate): Record the encoding of the current
9019 message in rmail-message-encoding.
9020 (rmail-after-save-hook): New function, restores the encoding of
9021 the current message after the message collection is saved.
9022
9136e895
JL
90232009-12-07 Juri Linkov <juri@jurta.org>
9024
9025 * progmodes/grep.el (grep-read-files): Use `completing-read'
9026 instead of `read-string'. Set its `collection' arg to
9027 `read-file-name-internal'. (Bug#4301)
9028
40637410
JL
90292009-12-07 Juri Linkov <juri@jurta.org>
9030
9031 Correctly restore original Isearch point. (Bug#4994)
9032
9033 * isearch.el (isearch-mode): Move `isearch-push-state' after
9034 `(run-hooks 'isearch-mode-hook)'.
9035 (isearch-cancel): When `isearch-push-state-function' is defined,
9036 let-bind `isearch-cmds' to the first state (the last element of
9037 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
9038 function and restores the original point). Otherwise, move point
9039 to `isearch-opoint'.
9040
da10ce2b
SM
90412009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9042
9043 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
9044 chars that don't have names, so the table can be built much faster at
9045 run-time.
9046
3d68fa99
CY
90472009-12-07 Chong Yidong <cyd@stupidchicken.com>
9048
f82b1493
CY
9049 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
9050 change. Suggested by David Kastrup.
9051
3d68fa99
CY
9052 * simple.el (compose-mail): Check for incompatibilities and warn.
9053 (compose-mail-user-agent-warnings): New option.
9054
662c5698
DN
90552009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
9056
9057 Support showing a single log entry from vc-annotate.
9058 * vc.el (print-log): Add a new argument: START-REVISION.
9059 (vc-print-log-internal): Add a new optional argument and
9060 pass it to the backend.
9061 (vc-print-log, vc-print-root-log): Adjust callers.
9062 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
9063 buffer already displays the requested log entry, use it.
9064 Otherwise display only the log entry in question.
9065 * vc-svn.el (vc-svn-print-log):
e4070cdc 9066 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
9067 * vc-hg.el (vc-hg-state):
9068 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
9069 (vc-git-show-log-entry): Return t on success.
9070 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
9071 (vc-bzr-show-log-entry): Return t on success.
9072 * vc-rcs.el (vc-rcs-print-log):
9073 * vc-sccs.el (vc-sccs-print-log):
9074 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
9075
e4070cdc
GM
90762009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
9077
5ce6e4f4
JB
9078 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
9079 Add menus to the meta mode. (Bug#5043)
e4070cdc 9080
5ce6e4f4 90812009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
9082
9083 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 9084 event-key.
662c5698 9085
662c5698
DN
9086 * ediff.el (ediff-buffers-internal): Add unwind-protect.
9087
dab816a9
MA
90882009-12-07 Michael Albinus <michael.albinus@gmx.de>
9089
9090 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
9091 Berbain <raphael.berbain@gmail.com>.
9092
9093 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
9094 characters.
9095 (tramp-initial-end-of-output): New defconst.
9096 (tramp-methods, tramp-find-shell)
9097 (tramp-open-connection-setup-interactive-shell)
9098 (tramp-maybe-open-connection): Use it.
9099 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
9100 existence of `#' and `$'.
9101
9102 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
9103 `tramp-initial-end-of-output'.
9104
a91e1f6b
DN
91052009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
9106
9107 Get the background mode from the terminal for xterm, and set
9108 faces accordingly.
9109 * term/xterm.el (xterm-set-background-mode): New function.
9110 (terminal-init-xterm): Use it in case xterm supports background
9111 color queries. Recompute faces after getting the background
9112 color.
9113
5fa9d1ec
GM
91142009-12-07 Ulrich Mueller <ulm@gentoo.org>
9115
9116 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
9117 number comment back on its own line, for easier parsing.
9118
5e9fde5e
SM
91192009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9120
9121 Make it work for non-file buffers (bug#5102).
9122 * doc-view.el (doc-view-current-cache-dir):
9123 Use doc-view-buffer-file-name rather than buffer-file-name.
9124 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
9125
2f2f5242
CY
91262009-12-06 Óscar Fuentes <ofv@wanadoo.es>
9127
9128 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
9129 author field is too short.
9130
cebf8ec6
DN
91312009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
9132
5e9fde5e
SM
9133 * vc-git.el (vc-git-print-log): Handle a limit argument.
9134 Display the short log in graph form and with labels.
0d3f8a78
DN
9135 (vc-git-log-view-mode): Handle labels.
9136
cebf8ec6
DN
9137 Make vc-revert change VC state from 'added to 'unregistered.
9138 * vc-git.el (vc-git-revert): Call git reset first.
9139
8e39154d
UJ
91402009-12-06 Ulf Jasper <ulf.jasper@web.de>
9141
d8194864
GM
9142 * net/newst-backend.el, net/newst-plainview.el:
9143 * net/newst-reader.el, net/newst-ticker.el:
9144 * net/newst-treeview.el, net/newsticker.el:
9145 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 9146
ef187c24
CY
91472009-12-06 Chong Yidong <cyd@stupidchicken.com>
9148
238a0f3a
CY
9149 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
9150
2c6bb71a
CY
9151 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
9152 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
9153 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
9154 Update annotation regexp.
9155
ef187c24
CY
9156 * simple.el (beginning-of-visual-line): Constrain to field
9157 boundaries (Bug#5106).
9158
571855b6
UJ
91592009-12-06 Ulf Jasper <ulf.jasper@web.de>
9160
d8194864 9161 * xml.el (xml-substitute-numeric-entities): Move
571855b6 9162 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 9163 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
9164 * net/newst-backend.el (newsticker--parse-generic-feed)
9165 (newsticker--parse-generic-items)
d8194864 9166 (newsticker--decode-numeric-entities): Move
571855b6 9167 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 9168 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 9169
b857059c
CY
91702009-12-06 Daniel Colascione <dan.colascione@gmail.com>
9171
9172 * progmodes/js.el (js--js-not): Add null to the list of values.
9173
c2dae51b
CY
91742009-12-06 Chong Yidong <cyd@stupidchicken.com>
9175
d8194864 9176 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 9177
ed0f72d2
RW
91782009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9179
9180 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
9181 delimiter if it is at the end of the current line.
9182 (bibtex-generate-url-list): Fix docstring.
9183
365b9a62
SM
91842009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9185
9186 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
9187 minibuffer's content with itself.
9188 Fold the confirm-after-completion case into the `confirm' case.
9189 (completion-pcm-word-delimiters): Add : and / to the delimiters.
9190
990a9cb1
KR
91912009-12-06 Kevin Ryde <user42@zip.com.au>
9192
9193 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 9194 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 9195
8b5a10db 9196 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 9197 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 9198
065543e7
JL
91992009-12-05 Juri Linkov <juri@jurta.org>
9200
9201 Save and restore dired buffer's point positions too. (Bug#4880)
9202
9203 * dired.el (dired-save-positions): Return in the first element
9204 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
9205 Doc fix.
9206 (dired-restore-positions): First restore buffer's position.
9207 While restoring window's positions, check if window still displays
9208 the original buffer.
9209
503edac9
CY
92102009-12-05 Chong Yidong <cyd@stupidchicken.com>
9211
9a594ee6
CY
9212 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
9213 if possible.
9214
925f8c70
CY
9215 * shell.el (shell): Require ansi-color (Bug#5113).
9216
9217 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
9218
503edac9
CY
9219 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
9220
8fea6b33
AM
92212009-12-05 Alan Mackenzie <acm@muc.de>
9222
9223 * progmodes/cc-mode.el (c-before-hack-hook)
9224 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
9225 `c-file-style' to work again. This reversion restores the current
212c5aef 9226 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 9227
5d1fd962
CY
92282009-12-05 Kevin Ryde <user42@zip.com.au>
9229
9230 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
9231 comment-start-skip to comment-end-skip as comment (Bug#4781).
9232
30760c8b
JL
92332009-12-05 Juri Linkov <juri@jurta.org>
9234
9235 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
9236 for virtual nodes. (Bug#4147)
9237 (Info-find-node-2): Set `Info-current-node-virtual' to nil
9238 when moving from a virtual node.
9239 (Info-mode-menu): Add `Info-virtual-index' to the menu.
9240 (Info-mode): Add `Info-virtual-index' to the docstring.
9241
403111a8
RW
92422009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9243
9244 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
9245 track of the buffer position of the end of a BibTeX entry as this
9246 position may change during reformatting.
9247 (bibtex-format-entry): Remove whitespace before processing
9248 numerical fields so that we recognize the latter properly.
9249 (bibtex-reformat): Do not use push which changes the global value
9250 of bibtex-entry-format.
9251 (bibtex-field-braces-alist, bibtex-field-strings-alist)
9252 (bibtex-field-re-init): Replace only space characters by regexp
9253 for whitespace.
365b9a62 9254 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
9255 (bibtex-initialize): Also update bibtex-strings.
9256 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
9257 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
9258 Update bibtex-reference-keys.
403111a8 9259
25b54627
SM
92602009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9261
9262 * minibuffer.el (completion-pcm--merge-try): Also consider placing
9263 point after a star, if that's the only place where modifications can
9264 make progress.
9265
35639eb4
DN
92662009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
9267
9268 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
9269 in docstrings.
9270
8b78760b
JL
92712009-12-04 Juri Linkov <juri@jurta.org>
9272
9273 * proced.el (proced): Call `(proced-update t)' to update process
9274 information instead of only running proced-post-display-hook.
9275 (proced-send-signal): Add a leading space to the buffer name
9276 " *Marked Processes*" to make this buffer ephemeral.
9277
2b3489a7
JL
92782009-12-04 Juri Linkov <juri@jurta.org>
9279
9280 * dired.el (dired-auto-revert-buffer): New defcustom.
9281 (dired-internal-noselect): Use it.
9282
9b9debd1
JL
92832009-12-04 Juri Linkov <juri@jurta.org>
9284
9285 Change roles of modes and functions in image-mode.el (Bug#5062).
9286
9287 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
9288 in `auto-mode-alist'.
9289 (image-mode-previous-major-mode): New variable.
9290 (image-minor-mode-map): Rename from `image-mode-text-map'.
9291 (image-mode): Move graceful error-handling code from
9292 `image-minor-mode' to here. On errors call `image-mode-as-text'.
9293 (image-minor-mode): Remove all image-handling code.
9294 Replace `image-mode-text-map' with `image-minor-mode-map'.
9295 Check for `image-type' in mode-line format string.
9296 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
9297 (image-mode-as-text): New function with most code from
9298 `image-mode-maybe'.
9299 (image-toggle-display-text): Move code that removes image
9300 properties from `image-toggle-display' to here.
9301 (image-toggle-display-image): New function with code that adds
9302 image properties copied from `image-toggle-display'.
9303 (image-toggle-display): Remove most code with leaving only code
9304 that toggles between `image-mode-as-text' and `image-mode'.
9305
0c74a301
UJ
93062009-12-04 Ulf Jasper <ulf.jasper@web.de>
9307
9308 * net/newst-treeview.el
9309 (newsticker--treeview-list-highlight-start): Restored call to
9310 save-excursion: Selected item was stuck.
9311 (newsticker--treeview-list-select): New.
9312 (newsticker--treeview-item-show-text)
9313 (newsticker--treeview-item-show)
9314 (newsticker--treeview-item-update): Use new
9315 newsticker-treeview-item-mode.
9316 (newsticker-treeview-update): Keep current item.
9317 (newsticker-treeview-next-new-or-immortal-item): Doc change.
9318 (newsticker--treeview-first-feed): Doc change.
9319 (newsticker-treeview-list-menu)
9320 (newsticker-treeview-item-menu): Added menu entries.
9321 (newsticker-treeview-item-mode): New.
9322
5ce6e4f4 9323 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
9324 windows.
9325
9eaeec5b
SS
93262009-12-04 Sam Steingold <sds@gnu.org>
9327
9328 * log-view.el (log-view-mode-map): "q" calls quit-window,
9329 like in all the other non-self-insert buffers.
9330
b2bf5be5
SM
93312009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
9332
9333 Minor cleanup.
9334 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
9335 key decoding rather than do it manually via last-input-event +
9336 ascii-character.
9337 (term-exec): Use delete-and-extract-region.
9338 (term-handle-ansi-terminal-messages): Remove unused var `end'.
9339 (term-process-pager): Remove unused var `i'.
9340 (term-dynamic-simple-complete): Make obsolete.
9341 (serial-update-config-menu): Remove unused vars `y' and `str'.
9342 (term-update-mode-line): Remove unused var `temp'.
9343
46e5c897
DN
93442009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9345
9346 Limit the number of log entries displayed by default.
9347 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
9348 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
9349 using a prefix argument.
9350
627e0a14
GM
93512009-12-03 Glenn Morris <rgm@gnu.org>
9352
9353 * progmodes/idlwave.el (class): Restore still useful declaration.
9354
8578c224
AM
93552009-12-03 Alan Mackenzie <acm@muc.de>
9356
4abc318c 9357 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 9358
b2bf5be5
SM
9359 * progmodes/cc-mode.el (c-basic-common-init):
9360 Call c-state-cache-init.
9762b219 9361 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 9362 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 9363 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
9364
9365 * progmodes/cc-langs.el (c-before-font-lock-function):
9366 c-extend-and-neutralize-syntax-in-CPP has been renamed
9367 c-neutralize-syntax-in-and-mark-CPP.
9368
9369 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
9370 with `category' properties now, not `syntax-table' ones.
9371
9372 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
9373 enhanced (but slower) version of c-end-of-macro that won't land
9374 inside a literal or on another awkward character.
9375 (c-state-cache-too-far, c-state-cache-start)
9376 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
9377 (c-state-nonlit-pos-cache-limit, c-state-point-min)
9378 (c-state-point-min-lit-type, c-state-point-min-lit-start)
9379 (c-state-min-scan-pos, c-state-brace-pair-desert)
9380 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
9381 buffer local variables.
9382 (c-state-literal-at, c-state-lit-beg)
9383 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
9384 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
9385 (c-state-cache-top-paren, c-state-cache-after-top-paren)
9386 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
9387 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
9388 (c-renarrow-state-cache)
9389 (c-append-lower-brace-pair-to-state-cache)
9390 (c-state-push-any-brace-pair, c-append-to-state-cache)
9391 (c-remove-stale-state-cache)
9392 (c-remove-stale-state-cache-backwards, c-state-cache-init)
9393 (c-invalidate-state-cache-1, c-parse-state-1)
9394 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
9395 (c-parse-state): Enhance and refactor.
9396 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
9397
9398 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
9399 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
9400 modify to use category text properties rather than syntax-table ones.
9401 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
9402 to switch off/on the syntactic paren property of C++ template
9403 delimiters using the category property.
9404 (c-with-<->-as-parens-suppressed): Macro to invoke code with
9405 template delims suppressed.
9406 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
9407 New constant/macros which apply category properties to the start
9408 and end of preprocessor constructs.
b2bf5be5 9409 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
9410 "comment out" the syntactic value of characters in preprocessor
9411 constructs.
9412 (c-with-cpps-commented-out)
9413 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
9414 with characters in all or all but one preprocessor constructs
9415 "commented out".
9416
0d4dc442
RW
94172009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9418
9419 * proced.el (proced-filter-alist): Use regexp-quote.
9420
a09dc9bf
MA
94212009-12-03 Michael Albinus <michael.albinus@gmx.de>
9422
9423 Cleanup.
9424 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
9425 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
9426 arguments. Expand `default-directory'.
9427
9428 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
9429 the benefit of returning an expanded localname.
9430 (tramp-tramp-file-p): Handle the case NAME is not a string.
9431
3f6bd790
DN
94322009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9433
4dfb3b9c
DN
9434 Add support for bzr shelve/unshelve.
9435 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
9436 (vc-bzr-extra-menu-map): New variables.
9437 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
9438 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
9439 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
9440 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
9441 (vc-bzr-dir-extra-headers): Display shelves.
9442
3f6bd790
DN
9443 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
9444
842d73a1
SM
94452009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9446
9447 * textmodes/bibtex.el (bibtex-complete-internal):
9448 Use completion-in-region.
9449 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
9450
7fa4876f
DN
94512009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9452
9453 Support applying stashes. Improve UI.
9454 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
9455 (vc-git-stash-apply, vc-git-stash-pop)
9456 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
9457 (vc-git-stash-menu): New functions.
9458 (vc-git-stash-menu-map): New variable.
9459 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
9460
d6e82452
GM
94612009-12-03 Glenn Morris <rgm@gnu.org>
9462
9463 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
9464 (vc-print-log-internal): Fix previous change.
9465 (vc-revert): Correct pluralization.
9466
8d222148
SM
94672009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9468
ea52206b
SM
9469 * progmodes/make-mode.el (makefile-special-targets-list): No need for
9470 it to be an alist any more.
9471 (makefile-complete): Use completion-in-region.
9472
69a94a37
SM
9473 * progmodes/octave-mod.el (octave-complete-symbol):
9474 Use completion-in-region.
9475
8d222148
SM
9476 Misc cleanup.
9477 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
9478 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
9479 (idlwave-complete-class): Don't quote lambda.
9480 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
9481 (idlwave-mode-map): Move initialization into declaration.
9482 (idlwave-action-and-binding): Use backquotes.
9483 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
9484 Simplify.
9485 (idlwave-is-pointer-dereference): Remove unused var `pos'.
9486 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
9487 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
9488 `parts', and `all-parts'.
9489 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
9490 (idlwave-convert-xml-system-routine-info): Remove unused string
9491 `version-string'.
9492 (idlwave-display-user-catalog-widget): Use dolist.
9493 (idlwave-scanning-lib): Declare dynamically-scoped var.
9494 (idlwave-scan-library-catalogs): Remove unused var `flags'.
9495 (completion-highlight-first-word-only): Declare to silence bytecomp.
9496 (idlwave-popup-select): Tighten scope of `resp'.
9497 (idlwave-find-struct-tag): Remove unused var `beg'.
9498 (idlwave-after-load-rinfo-hook): Declare.
9499 (idlwave-sintern-class-info): Remove unused var `taglist'.
9500 (idlwave-find-class-definition): Remove unused var `list'.
9501 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
9502 (idlwave-what-module-find-class): Remove unused var `classes'.
9503
3bb8691b
JB
95042009-12-03 Juanma Barranquero <lekktu@gmail.com>
9505
9506 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
9507
f72f0c23
SM
95082009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9509
9510 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
9511 buffers visited. Remove redundant current-buffer-saving.
9512
601a9508
SM
95132009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9514
9515 Use completion-in-buffer and remove uses of dynamic scoping.
9516 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
9517 (pascal-buffer-to-use, pascal-flag): Don't declare.
9518 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
9519 (pascal-get-completion-decl, pascal-keyword-completion):
9520 Add `pascal-str' argument, save-excursion,
9521 return the found completions, and don't filter with pascal-pred.
9522 (pascal-completion-cache): New var.
9523 (pascal-completion): Don't switch buffer any more (it was never
9524 necessary). Don't save-excursion any more (it's done by the called
9525 subroutines). Use a cache to avoid redundant computations.
9526 Use complete-with-action rather than pascal-completion-response and
9527 let it apply the predicate as well.
9528 (pascal-complete-word): Use completion-in-buffer when
9529 pascal-toggle-completions is nil.
9530 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
9531 not used any more.
9532 (pascal-comp-defun): Don't change buffer any more.
9533 Use complete-with-action rather than pascal-completion-response and
9534 let it apply the predicate as well.
9535 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
9536 when neded.
9537
1ff4cb98
KH
95382009-12-02 Kenichi Handa <handa@m17n.org>
9539
9540 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
9541 shape for all Indic scripts.
9542
bb12edf1
SM
95432009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9544
9545 Use completion-in-buffer.
9546 * wid-edit.el (widget-field-text-end): New function.
9547 (widget-field-value-get): Use it.
9548 (widget-string-complete, widget-file-complete)
9549 (widget-color-complete): Use it and completion-in-region.
9550 (widget-complete): Don't narrow the buffer.
9551
5813f6ef
GM
95522009-12-02 Glenn Morris <rgm@gnu.org>
9553
c920f222
GM
9554 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
9555 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
9556 * mail/rmailsum.el: Replace all pop-to-buffer calls with
9557 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 9558
5813f6ef
GM
9559 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
9560 save-excursion with save-current-buffer.
9561 Widen before searching. (Bug#5093)
9562 (diary-list-sexp-entries): Remove superfluous save-excursion.
9563
34b1d750
GM
95642009-12-02 Michael Welsh Duggan <mwd@cert.org>
9565
9566 * woman.el (woman-make-bufname): Handle man-pages with "." in the
9567 name. (Bug#5038)
9568
b2d5f31a
GM
95692009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
9570
9571 * ido.el (ido-file-internal): Handle filenames at point that do
9572 not have a directory part. (Bug#5049)
9573
c710ac3c
JB
95742009-12-02 Juanma Barranquero <lekktu@gmail.com>
9575
9576 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
9577 (mpc-songs-jump-to, mpc-resume): Doc fixes.
9578
9946be46
SM
95792009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
9580
9581 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
9582 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
9583 any more.
9584
b08016f2
SM
95852009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9586
e7440df4
SM
9587 * comint.el (comint-insert-input): Ignore clicks to the right of
9588 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
9589
3bb8691b 9590 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
9591 terminate before setting up the major mode.
9592
f3b757f5
SM
9593 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
9594 in case.
9595
a2877f1d
SM
9596 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
9597 the last element.
9598
b08016f2
SM
9599 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
9600
782d6e30
GM
96012009-12-01 Glenn Morris <rgm@gnu.org>
9602
9603 * window.el (window--display-buffer-2): Fix previous changes.
9604
28f57f7e
CY
96052009-12-01 Chong Yidong <cyd@stupidchicken.com>
9606
9607 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
9608
c31a2fdc
GM
96092009-12-01 Glenn Morris <rgm@gnu.org>
9610
9611 * Makefile.in (ELCFILES): Add mpc.elc.
9612
e1ada222
SM
96132009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9614
9615 * mpc.el: New file.
9616
0c9ff2c5
GM
96172009-12-01 Glenn Morris <rgm@gnu.org>
9618
3689984f
GM
9619 * window.el (window-to-use): Define for compiler.
9620
3ab4308b
GM
9621 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
9622 consistent with others (no final period).
9623
0c9ff2c5
GM
9624 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
9625 (rmail-mime-show): Downcase the encoding. (Bug#5070)
9626
fb0c18ff
DN
96272009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
9628
9629 Make vc-print-log buttons work.
045b9da7 9630 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 9631
2ac7e73e
JB
96322009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
9633
9634 * savehist.el (savehist-autosave-interval): Allow setting to nil
9635 through customize. (Bug#5056)
9636
5237d741
JB
96372009-11-30 Juanma Barranquero <lekktu@gmail.com>
9638
9639 Fix references to jit-lock properties.
9640 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9641 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
9642 (perl-font-lock-special-syntactic-constructs):
9643 Quote jit-lock-defer-multiline property.
9644
379241fa
DN
96452009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
9646
9647 * vc-git.el (vc-git-registered): Call vc-git-root only once.
9648
054ae856
JL
96492009-11-30 Juri Linkov <juri@jurta.org>
9650
9651 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
9652 value `buffer' of `multi-isearch-next-buffer-current-function'.
9653 Use `(current-buffer)' when `buffer' is nil.
9654 (multi-isearch-next-buffer-from-list): Don't fallback to
9655 `(current-buffer)' when `buffer' is nil. (Bug#4947)
9656
67296dda
JL
96572009-11-30 Juri Linkov <juri@jurta.org>
9658
9659 * misearch.el (multi-isearch-read-buffers): Move canonicalization
9660 of buffers with `get-buffer' to `multi-isearch-buffers'.
9661 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9662 Canonicalize BUFFERS with `get-buffer'. Doc fix.
9663 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
9664 FILES with `expand-file-name' converting relative file names
9665 to absolute. Doc fix. (Bug#4727)
9666
c585bf32
JL
96672009-11-30 Juri Linkov <juri@jurta.org>
9668
9669 * misearch.el (multi-isearch-read-buffers)
9670 (multi-isearch-read-matching-buffers): New functions.
9671 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9672 Use them in the `interactive' spec. Doc fix.
9673 (multi-isearch-read-files, multi-isearch-read-matching-files):
9674 New functions.
9675 (multi-isearch-files, multi-isearch-files-regexp):
9676 Use them in the `interactive' spec. Doc fix. (Bug#4725)
9677
0a745733
JL
96782009-11-30 Juri Linkov <juri@jurta.org>
9679
9680 * doc-view.el (doc-view-continuous):
9681 Rename from `doc-view-continuous-mode'.
9682 (doc-view-menu): Move "Toggle display" to the top.
9683 Add submenu "Continuous" with radio buttons "Off"/"On"
9684 and "Save as Default".
9685 (doc-view-scroll-up-or-next-page)
9686 (doc-view-scroll-down-or-previous-page)
9687 (doc-view-next-line-or-next-page)
9688 (doc-view-previous-line-or-previous-page): Rename
9689 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
9690
1f9689eb
JL
96912009-11-30 Juri Linkov <juri@jurta.org>
9692
9693 * comint.el (comint-mode-map): Rebind `M-r' from
9694 `comint-previous-matching-input' to
9695 `comint-history-isearch-backward-regexp'.
9696 Unbind `M-s' to allow global key binding `M-s'.
9697 Add menu items for `comint-history-isearch-backward' and
9698 `comint-history-isearch-backward-regexp'. (Bug#3746)
9699
2952b1ae
JL
97002009-11-30 Juri Linkov <juri@jurta.org>
9701
9702 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
9703 For def=recenter, replace `recenter' with `recenter-top-bottom'
9704 that is called with `this-command' and `last-command' let-bound
9705 to `recenter-top-bottom'. When the last `def' was not `recenter',
9706 set `recenter-last-op' to nil. (Bug#4981)
9707
7a9547ca
SM
97082009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9709
20565545
SM
9710 Minor cleanup and simplification.
9711 * filecache.el (file-cache-add-directory)
9712 (file-cache-add-directory-recursively)
9713 (file-cache-add-from-file-cache-buffer)
9714 (file-cache-delete-file-regexp, file-cache-delete-directory)
9715 (file-cache-files-matching-internal, file-cache-display): Use dolist.
9716 (file-cache-temp-minibuffer-message): Delete function.
9717 (file-cache-minibuffer-complete): Use minibuffer-message instead.
9718
7a9547ca
SM
9719 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9720 Don't signal an error when bumping into EOB in tr, s, or y.
9721
08e968f3
JL
97222009-11-29 Juri Linkov <juri@jurta.org>
9723
9724 * startup.el (fancy-about-text): Fix wording of Guided Tour.
9725 (Bug#4960)
9726
9727 * descr-text.el (describe-char-unidata-list): Use lowercase name
9728 for "Unicode name" like in other tags.
9729
f8d170a4
JL
97302009-11-29 Juri Linkov <juri@jurta.org>
9731
9732 * ediff-util.el (ediff-minibuffer-with-setup-hook):
9733 New compatibility macro.
7a9547ca 9734 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 9735
0116abbd
JL
97362009-11-29 Juri Linkov <juri@jurta.org>
9737
9738 Add defcustom to define the cycling order of `recenter-top-bottom'.
9739 (Bug#4981)
9740
9741 * window.el (recenter-last-op): Doc fix.
9742 (recenter-positions): New defcustom.
9743 (recenter-top-bottom): Rewrite to use `recenter-positions'.
9744 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
9745
61eef560
MA
97462009-11-29 Michael Albinus <michael.albinus@gmx.de>
9747
9748 Improve integration of Tramp and ange-ftp in eshell.
9749
e4070cdc 9750 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
9751 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
9752 (eshell/sudo): Flatten args. Let-bind `default-directory'.
9753
9754 * eshell/esh-util.el (top): Require also Tramp when compiling.
9755 (eshell-directory-files-and-attributes): Check for FTP remote
9756 connection.
9757 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
9758 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
9759 (eshell-file-attributes): Handle ".". Return `entry'.
9760
9761 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
9762 (ange-ftp-directory-files-and-attributes)
9763 (ange-ftp-real-directory-files-and-attributes): New defuns.
9764
9765 * net/tramp.el (tramp-maybe-open-connection): Open the remote
9766 shell with "exec" when possible. This prevents trailing prompts
9767 in `start-file-process'.
9768
f5467d3f
SM
97692009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9770
21f49db9
SM
9771 Try and remove assumptions about point-min==1.
9772 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
9773 (rng-compute-mode-line-string): Show the validation percentage in
9774 terms of the narrowed text, not the widened text.
9775 (rng-do-some-validation): Don't catch internal errors when debugging.
9776 (rng-first-error): Simplify.
9777 (rng-after-change-function): Remove work around. AFAIK the bug has
9778 been fixed a while ago.
9779
26224faf
SM
9780 * image-mode.el (image-minor-mode): Exit more gracefully when the image
9781 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
9782
d7117720
SM
9783 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
9784
f5467d3f
SM
9785 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
9786 `cd' doesn't always do it for us (bug#5067).
9787
9788 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
9789 on 2009-10-25 as part of some other change (bug#5067).
9790
c5269f1c
SM
97912009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9792
62a258a7
SM
9793 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
9794 `suspicious'.
9795 (byte-compile-warnings): Use byte-compile-warning-types.
9796 (byte-compile-save-excursion): Warn about use of set-buffer right
9797 after save-excursion.
9798
c5269f1c
SM
9799 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
9800 the excursion as well.
9801
3ba30eb8
MA
98022009-11-27 Michael Albinus <michael.albinus@gmx.de>
9803
9804 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
9805 providing a Tramp related implementation of "su" and "sudo".
9806 (eshell-unix-initialize): Add "su" and "sudo".
9807
6c6f788d
DU
98082009-11-27 Daiki Ueno <ueno@unixuser.org>
9809
9810 * net/socks.el (socks-send-command): Convert binary request to
9811 unibyte before sending. This fixes mishandling of some port
9812 numbers such as 129.
9813
10c877fe
SM
98142009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9815
6f06a171
SM
9816 * help.el (describe-bindings-internal): Remove `interactive'.
9817
10c877fe
SM
9818 * man.el (Man-completion-table): Trim a terminating "(".
9819 Remove the space between name page a section.
9820 Add the command's description on the `help-echo' property.
c5269f1c
SM
9821 Remove `process-connection-type' binding since it's unused by
9822 call-process.
10c877fe
SM
9823 Provide completion for the "<section> <name>" format as well.
9824 (Man-default-man-entry): Remove spurious var shadowing the argument.
9825
c44a4822
KR
98262009-11-26 Kevin Ryde <user42@zip.com.au>
9827
9828 * log-view.el: Add "Keywords: tools", since its other keywords
9829 aren't in finder-known-keywords, and following vc.el.
9830
9d58f081
KR
9831 * sha1.el (sha1-string-external): default-directory "/" in case
9832 otherwise non-existent. process-connection-type pipe for touch of
9833 efficiency recommended by elisp manual. (An aside in Bug#3911.)
9834
72fe6b25
SM
98352009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9836
9837 Misc coding convention cleanups.
9838 * htmlfontify.el (hfy-init-kludge-hook): Rename from
9839 hfy-init-kludge-hooks.
9840 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
9841 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
9842 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
9843 and push.
9844 (hfy-slant, hfy-weight): Use tables rather than code.
9845 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
9846 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
9847 (hfy-face-attr-for-class): Initialize `face-spec' directly.
9848 (hfy-face-to-css): Remove `nconc' with single arg.
9849 (hfy-p-to-face-lennart): Use `or'.
9850 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
9851 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
9852 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
9853 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
9854 (hfy-force-fontification): Use run-hooks.
9855
85e0a536
SM
98562009-11-26 Vivek Dasmohapatra <vivek@etla.org>
9857
9858 Various minor fixes.
9859 * htmlfontify.el (hfy-default-header): Add toggle_invis since
9860 Javascript belongs in the header, not the body.
9861 (hfy-javascript): Remove.
9862 (hfy-fontify-buffer): Don't insert it any more.
9863 (hfy-face-at): Handle (face0 face1 face2) style face properties.
9864 Fix bug in invis handling when there were no invis props in a chunk.
9865
62ccc42c
SM
98662009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9867
9868 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
9869
2643c7aa
DN
98702009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
9871
9872 * finder.el (finder-mode-map): Add a menu.
9873
0e5c8aed
DN
98742009-11-26 Michael McNamara <mac@mail.brushroad.com>
9875
bf0b361c 9876 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
9877 "unsigned" structs.
9878
9879 (verilog-leap-to-head, verilog-backward-token): Handle "disable
9880 fork" statement better.
9881
98822009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
9883
bf0b361c
JB
9884 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
9885 (verilog-delete-auto, verilog-delete-empty-auto-pair)
9886 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
9887 Reported by Clay Douglass.
0e5c8aed
DN
9888
9889 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c
SM
9890 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
9891 Fix removing "// Interfaces" when saving .* expansions. Reported by
0e5c8aed
DN
9892 Pierre-David Pfister.
9893
7629c4e7
GM
98942009-11-26 Glenn Morris <rgm@gnu.org>
9895
62ccc42c
SM
9896 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
9897 the scope.
7629c4e7 9898
a5d358f8
JB
98992009-11-25 Johan Bockgård <bojohan@gnu.org>
9900
9901 * vc-annotate.el (vc-annotate-revision-previous-to-line):
9902 Really use previous revision.
9903
002cbde5
KR
99042009-11-25 Kevin Ryde <user42@zip.com.au>
9905
9906 * man.el (Man-completion-table): default-directory "/" in case
9907 doesn't otherwise exist. process-environment COLUMNS=999 so as
9908 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
9909 any chance of hitting the pseudo-tty TIOCGWINSZ.
9910 (man): completion-ignore-case t for friendliness and since man
9911 itself is case-insensitive on the command line.
9912 Further to Bug#3717.
002cbde5 9913
8cb5ffe8
KR
9914 * arc-mode.el: Add "Keywords: files", so the details in its
9915 commentary can be reached from finder-by-keyword.
34607612
KR
9916 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
9917 editing mode, but it's comms related and sgml-mode.el has "comm"
9918 on that basis too.
b8dfcf54 9919 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
9920 * international/isearch-x.el, international/ja-dic-cnv.el:
9921 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 9922 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 9923
1e2d9ba1
JL
99242009-11-25 Juri Linkov <juri@jurta.org>
9925
9926 * man.el (Man-completion-table): Modify regexp to include
9927 section names to completion strings. (Bug#3717)
9928
a601d313
JL
99292009-11-25 Juri Linkov <juri@jurta.org>
9930
9931 Search recursively in gzipped files. (Bug#4982)
9932
9933 * progmodes/grep.el (grep-highlight-matches): Add new options
9934 `always' and `auto'. Doc fix.
9935 (grep-process-setup): Check `grep-highlight-matches' for
9936 `auto-detect' to determine the need to compute grep defaults.
9937 Move Windows/DOS specific --colors settings handling
9938 to `grep-compute-defaults'. Check `grep-highlight-matches'
9939 to get the value of "--color=".
9940 (grep-compute-defaults): Compute `grep-highlight-matches' when it
9941 has the value `auto-detect'. Move Windows/DOS specific settings
9942 from `grep-process-setup'.
9943 (zrgrep): New command with alias `rzgrep'.
9944
bde04ea9
JL
99452009-11-25 Juri Linkov <juri@jurta.org>
9946
9947 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
9948 to nil instead of switching off view-mode. (Bug#4896)
9949
7d6b4d3c
JL
99502009-11-25 Juri Linkov <juri@jurta.org>
9951
9952 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
9953
9954 * mwheel.el (mwheel-scroll-up-function)
9955 (mwheel-scroll-down-function): New defvars.
9956 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
9957 `scroll-up', and `mwheel-scroll-down-function' instead of
9958 `scroll-down'.
9959
9960 * doc-view.el (doc-view-scroll-up-or-next-page)
9961 (doc-view-scroll-down-or-previous-page): Add optional ARG.
9962 Use this ARG in the call to image-scroll-up/image-scroll-down.
9963 Change `interactive' spec to "P". Goto next/previous page only
9964 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
9965 SPC/DEL case). Doc fix.
9966 (doc-view-next-line-or-next-page)
9967 (doc-view-previous-line-or-previous-page): Rename arg to ARG
9968 for consistency.
9969 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
9970 `doc-view-scroll-up-or-next-page', and buffer-local
9971 `mwheel-scroll-down-function' to
9972 `doc-view-scroll-down-or-previous-page'.
9973
e237085f
JL
99742009-11-25 Juri Linkov <juri@jurta.org>
9975
9976 Provide additional default values (directories at other Dired
9977 windows) via M-n in the minibuffer of some Dired commands.
9978
9979 * dired-aux.el (dired-diff, dired-compare-directories)
9980 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
9981 `minibuffer-default' in `minibuffer-with-setup-hook'.
9982 (dired-dwim-target-directory): Find a window that displays Dired
9983 buffer instead of failing when the next window is not Dired.
9984 Use `get-window-with-predicate' to find for the next Dired window.
9985 (dired-dwim-target-defaults): New function.
9986
9987 * ediff-util.el (ediff-read-file-name):
9988 Use `dired-dwim-target-defaults' to set `minibuffer-default'
9989 in `minibuffer-with-setup-hook'.
9990
7d371eac
JL
99912009-11-25 Juri Linkov <juri@jurta.org>
9992
9993 Provide additional default values (file name at point or at the
9994 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
9995
9996 * minibuffer.el (read-file-name-defaults): New function.
9997 (read-file-name): Reset `minibuffer-default' to nil when
9998 it duplicates initial input `insdef'.
9999 Bind `minibuffer-default-add-function' to lambda that
10000 calls `read-file-name-defaults' in `minibuffer-selected-window'.
10001 (minibuffer-insert-file-name-at-point): New command.
10002
10003 * files.el (file-name-at-point-functions): New defcustom.
10004 (find-file-default): Remove defvar.
10005 (find-file-read-args): Don't use `find-file-default'.
10006 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
10007 to `read-file-name'.
10008 (find-file-literally): Use `read-file-name' with
10009 `confirm-nonexistent-file-or-buffer'.
10010
10011 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
10012
10013 * dired.el (dired-read-dir-and-switches):
10014 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
10015 to `read-file-name'.
10016 (dired-file-name-at-point): New function.
10017 (dired-mode): Add hook `dired-file-name-at-point' to
10018 `file-name-at-point-functions'.
10019
04ae543a
SM
100202009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
10021
10022 Really make the *Completions* window soft-dedicated (bug#5030).
10023 * window.el (window--display-buffer-2): Add `dedicated' argument.
10024 (display-buffer): Pass it when needed so the dedicated flag is set
10025 after calling set-window-buffer, which would otherwise reset it.
10026
eb708e66
SM
100272009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
10028
d6b8d4e7
SM
10029 * progmodes/meta-mode.el (meta-complete-symbol):
10030 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
10031 * mail/mailabbrev.el (mail-abbrev-complete-alias):
10032 Use completion-in-region.
10033
5f24557b
SM
10034 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
10035 (dabbrev-completion): Use completion-in-region.
10036 (dabbrev--abbrev-at-point): Simplify regexp.
10037
fe4346f0
SM
10038 * abbrev.el (abbrev--before-point): Use word-motion functions
10039 if :regexp is not specified (bug#5031).
10040
cb190d7d
SM
10041 * subr.el (string-prefix-p): New function.
10042
e2ec6dd5
SM
10043 * man.el (Man-completion-cache): New var.
10044 (Man-completion-table): Use it.
10045
eb708e66
SM
10046 * vc.el (vc-print-log-internal): Make `limit' optional for better
10047 compatibility (e.g. with vc-annotate.el).
10048
4cf8971b
KR
100492009-11-24 Kevin Ryde <user42@zip.com.au>
10050
eb708e66 10051 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 10052 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 10053
4cf8971b
KR
10054 * emacs-lisp/elint.el (elint-add-required-env): Better error message
10055 when .el source file not found or other error.
10056
d204c46c
SM
100572009-11-24 Markus Triska <markus.triska@gmx.at>
10058
10059 * linum.el (linum-update-window): Ignore intangible (bug#4996).
10060
bb301b9a
SM
100612009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
10062
449c27f0
SM
10063 Handle the [back] button properly (bug#4979).
10064 * descr-text.el (describe-text-properties): Add a `buffer' argument.
10065 Use help-setup-xref, help-buffer, and with-help-window.
10066 (describe-char): Add `buffer' argument.
10067 Pass proper command to help-setup-xref. Don't meddle with
10068 help-xref-stack-item directly.
10069 (describe-text-category): Use with-help-window and help-buffer.
10070
32fe5377
SM
10071 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
10072 for the displayed buffer (bug#4887).
10073
bb301b9a
SM
10074 * man.el (Man-completion-table): New function.
10075 (man): Use it.
10076
35179414
DR
100772009-11-24 David Reitter <david.reitter@gmail.com>
10078
bb301b9a 10079 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
10080 .git is) rather than the file's directory and a relative path spec
10081 to work around a bug in git.
10082
605a20a9
MA
100832009-11-24 Michael Albinus <michael.albinus@gmx.de>
10084
10085 Improve handling of processes on remote hosts.
10086
10087 * eshell/esh-util.el (eshell-path-env): New defvar.
10088 (eshell-parse-colon-path): New defun.
10089 (eshell-file-attributes): Use `eshell-parse-colon-path'.
10090
bb301b9a
SM
10091 * eshell/esh-ext.el (eshell-search-path):
10092 Use `eshell-parse-colon-path'.
605a20a9
MA
10093 (eshell-remote-command): Remove argument HANDLER.
10094 (eshell-external-command): Check for FTP remote connection.
10095
bb301b9a
SM
10096 * eshell/esh-proc.el (eshell-gather-process-output):
10097 Use `file-truename', in order to start also symlinked files.
10098 Apply `start-file-process' instead of `start-process'.
10099 Shorten `command' to the local file name part.
605a20a9 10100
bb301b9a
SM
10101 * eshell/em-cmpl.el (eshell-complete-commands-list):
10102 Use `eshell-parse-colon-path'.
605a20a9
MA
10103
10104 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
10105
10106 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
10107 to `eshell-directory-change-hook'.
10108
d1d33062
TH
101092009-11-24 Tassilo Horn <tassilo@member.fsf.org>
10110
10111 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 10112 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 10113
a34d8565 101142009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 10115
a34d8565
MK
10116 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
10117 made on 2009-11-22.
d1d33062 10118
c83b8d1b
GM
101192009-11-24 Glenn Morris <rgm@gnu.org>
10120
10121 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
10122 deleted variable bookmark-bmenu-bookmark-column.
10123
83505cfe
SM
101242009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
10125
10126 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
10127
5241b291
CY
101282009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
10129
10130 * net/browse-url.el (browse-url-filename-alist): On Windows, add
10131 two slashes to the "file:" prefix.
10132 (browse-url-file-url): De-munge Cygwin filenames before passing
10133 them to Windows browser.
10134 (browse-url-default-windows-browser): Use call-process.
10135
aefcadb6
JL
101362009-11-23 Juri Linkov <juri@jurta.org>
10137
10138 Implement DocView Continuous mode. (Bug#4896)
10139 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
10140 (doc-view-mode-map): Bind C-n/<down> to
10141 `doc-view-next-line-or-next-page', C-p/<up> to
10142 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
10143 (doc-view-next-line-or-next-page)
10144 (doc-view-previous-line-or-previous-page): New commands.
10145
0d62bcea
JL
101462009-11-23 Juri Linkov <juri@jurta.org>
10147
10148 Implement Isearch in comint input history. (Bug#3746)
10149 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
10150 `isearch-mode-hook'.
10151 (comint-history-isearch): New defcustom.
10152 (comint-history-isearch-backward)
10153 (comint-history-isearch-backward-regexp): New commands.
10154 (comint-history-isearch-message-overlay): New buffer-local variable.
10155 (comint-history-isearch-setup, comint-history-isearch-end)
10156 (comint-goto-input, comint-history-isearch-search)
10157 (comint-history-isearch-message, comint-history-isearch-wrap)
10158 (comint-history-isearch-push-state)
10159 (comint-history-isearch-pop-state): New functions.
10160
b593f105
MA
101612009-11-23 Michael Albinus <michael.albinus@gmx.de>
10162
10163 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
10164 return.
10165 (tramp-handle-make-symbolic-link)
10166 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
10167 Quote file names.
10168 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
10169 (tramp-handle-process-file): Use it.
10170
0f202d5d
SM
101712009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10172
10173 * window.el (move-to-window-line-last-op): Remove.
10174 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
10175
216349f8
SM
101762009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
10177
0f202d5d 10178 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
10179 * window.el (move-to-window-line-last-op): New var.
10180 (move-to-window-line-top-bottom): New command.
10181 (global-map): Bind M-r move-to-window-line-top-bottom.
10182
c10e0633
GM
101832009-11-23 Sven Joachim <svenjoac@gmx.de>
10184
10185 * dired-x.el (dired-guess-shell-alist-default):
10186 Support xz format. (Bug#4953)
10187
953e0c1a
GM
101882009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
10189
10190 * emulation/viper-cmd.el: Use viper-last-command-char instead of
10191 last-command-char/last-command-event.
10192 (viper-prefix-arg-value): Do correct conversion of event-char for
10193 XEmacs.
10194
83505cfe
SM
10195 * emulation/viper-util.el, emulation/viper.el:
10196 Use viper-last-command-char instead of
10197 last-command-char/last-command-event.
953e0c1a 10198
83505cfe
SM
10199 * ediff-init.el, ediff-mult.el, ediff-util.el:
10200 Replace last-command-char and last-command-event
10201 with (ediff-last-command-char) everywhere.
953e0c1a
GM
10202
10203 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
10204 created in fundamental mode.
10205
10206 * ediff.el (ediff-version): Revert the change of interactive-p to
10207 called-interactively-p.
10208
9ee12eee
TH
102092009-11-22 Tassilo Horn <tassilo@member.fsf.org>
10210
10211 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
10212 generation from word-movement command names.
10213
8b571bf3
JD
102142009-11-21 Jan Djärv <jan.h.d@swipnet.se>
10215
10216 * cus-start.el (all): Add native condition for font-use-system-font.
10217
4121db47
AM
102182009-11-21 Nathaniel Flath <flat0103@gmail.com>
10219
83505cfe
SM
10220 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10221 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 10222
d71f5e0c
TH
102232009-11-21 Tassilo Horn <tassilo@member.fsf.org>
10224
10225 * progmodes/subword.el: Rename from lisp/subword.el.
10226
10227 * subword.el: Rename to progmodes/subword.el.
10228
10229 * Makefile.in (ELCFILES): Adapt to subword.el move.
10230
fc9d6ad6 102312009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 10232 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
10233
10234 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
10235 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
10236 (bookmark-bmenu-show-filenames): Use push.
10237 (bookmark-bmenu-hide-filenames): Use local var instead of
10238 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
10239 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
10240 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
10241 filenames now that the bookmark names are always available.
10242
26d9285f
SM
102432009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10244
10245 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
10246 (bookmark-search-pattern): Move and leave unbound.
10247 (bookmark-bmenu-mode-map): Change binding.
10248 (bookmark-read-search-input): Simplify.
10249 Don't use text-char-description. Don't error on non-char events.
10250 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
10251 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
10252 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
10253 Use a local var for the timer.
10254 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
10255 (i.e. bookmark-bmenu-search).
10256
d73a0317
GM
102572009-11-21 Glenn Morris <rgm@gnu.org>
10258
10259 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
10260
e572025f
CY
102612009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
10262
26d9285f
SM
10263 * net/browse-url.el (browse-url-default-windows-browser):
10264 Use cygstart for cygwin.
e572025f 10265
6aeaa3dc
KF
102662009-11-20 Karl Fogel <karl.fogel@red-bean.com>
10267
e4070cdc 10268 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
10269 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
10270 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 10271 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
10272 (bookmark-read-search-input): Adjust to fit within 80 columns.
10273
a9b76eec
TH
102742009-11-20 Tassilo Horn <tassilo@member.fsf.org>
10275
10276 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
10277 (c-backward-into-nomenclature): Adapt to subword renaming.
10278
10279 * subword.el (subword-forward, subword-backward, subword-mark)
10280 (subword-kill, subword-backward-kill, subword-transpose)
10281 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
10282 (subword-forward-internal, subword-backward-internal):
10283 Rename from forward-subword, backward-subword, mark-subword,
10284 kill-subword, backward-kill-subword, transpose-subwords,
10285 downcase-subword, upcase-subword, capitalize-subword,
10286 forward-subword-internal, backward-subword-internal.
a9b76eec 10287
1e7d4475
SM
102882009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10289
26d9285f
SM
10290 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
10291 New options.
1e7d4475
SM
10292 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
10293 New vars.
10294 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
10295 (bookmark-bmenu-filter-alist-by-regexp)
10296 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
10297 (bookmark-bmenu-search): New command.
10298 (bookmark-bmenu-mode-map): Bind it.
10299
653d1554
TH
103002009-11-20 Tassilo Horn <tassilo@member.fsf.org>
10301
ab84bfa0
TH
10302 * progmodes/cc-cmds.el: declare-functioned forward-subword and
10303 backward-subword to quit the byte-compiler.
10304
1f35fda9
TH
10305 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
10306
10307 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
10308
653d1554 10309 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
10310 (c-forward-into-nomenclature, c-backward-into-nomenclature):
10311 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
10312
10313 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
10314 subword.el functions instead of cc-subword.el.
10315
1e7d4475
SM
10316 * progmodes/cc-subword.el: Rename to subword.el.
10317 * subword.el: Rename from progmodes/cc-subword.el.
10318 (subword-mode-map): Rename from c-subword-mode-map.
10319 (subword-mode): Rename from c-subword-mode.
653d1554 10320 (global-subword-mode): New global minor mode.
1e7d4475
SM
10321 (forward-subword): Rename from c-forward-subword.
10322 (backward-subword): Rename from c-backward-subword.
10323 (mark-subword): Rename from c-mark-subword.
10324 (kill-subword): Rename from c-kill-subword.
10325 (backward-kill-subword): Rename from c-backward-kill-subword.
10326 (transpose-subwords): Rename from c-tranpose-subword.
10327 (downcase-subword): Rename from c-downcase-subword.
10328 (capitalize-subword): Rename from c-capitalize-subword.
10329 (forward-subword-internal): Rename from c-forward-subword-internal.
10330 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 10331
9717f119
DN
103322009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
10333
8de724f3
DN
10334 * vc.el (vc-deduce-fileset): Allow non-state changing operations
10335 from a dired buffer.
10336 (vc-dired-deduce-fileset): New function.
10337 (vc-root-diff, vc-print-root-log): Use it.
10338
9717f119
DN
10339 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
10340 nil LIMIT argument to vc-print-log-internal.
10341
af4999b8
GM
103422009-11-20 Glenn Morris <rgm@gnu.org>
10343
10344 * Makefile.in (ELCFILES): Regenerate.
10345
b58edcb6
JB
103462009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
10347
02e1b488
SM
10348 * calc/calc.el (calc-set-mode-line):
10349 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
10350 (math-format-number): Rename `math-format-complement-signed' to
10351 `math-format-twos-complement'.
10352
02e1b488 10353 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
10354 math-format-complement-signed.
10355 (calc-radix): Rename `calc-complement-signed-mode' to
10356 `calc-twos-complement-mode'.
02e1b488
SM
10357 (calc-octal-radix, calc-hex-radix): Add an argument for
10358 two's complement.
b58edcb6 10359
02e1b488
SM
10360 * calc/calc-embed.el (calc-embedded-mode-vars):
10361 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 10362
02e1b488
SM
10363 * calc/calc-ext.el (calc-init-extensions):
10364 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
10365 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
10366
02e1b488
SM
10367 * calc/calc-units.el (math-build-units-table-buffer):
10368 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
10369
10370 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
10371 entries.
10372
10373 * calc/calc-vec.el (calcFunc-vunpack):
10374 * calc/calc-aent.el (calc-do-calc-eval):
10375 * calc/calc-forms.el (math-format-date):
10376 * calc/calc-graph.el (calc-graph-plot):
10377 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
10378 * calc/calccomp.el (math-compose-expr):
10379 Let `calc-twos-complement-mode' be nil.
10380
103812009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10382
10383 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
10384 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
10385 * minibuffer.el (completion-in-region-functions): New hook.
10386 (completion-in-region): New function.
10387 * emacs-lisp/lisp.el (lisp-complete-symbol):
10388 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 10389
e3353a78
SM
103902009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10391
eff77808
SM
10392 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
10393 (latex-complete-alist): New vars.
10394 (latex-string-prefix-p, latex-complete-bibtex-keys)
10395 (latex-complete-envnames, latex-complete-refkeys)
10396 (latex-complete-data): New functions.
10397 (latex-complete, latex-indent-or-complete): New commands.
10398
d2c9fc42
SM
10399 * window.el (display-buffer-mark-dedicated): New var.
10400 (display-buffer): Obey it.
10401 * minibuffer.el (minibuffer-completion-help): Use it.
10402
31a1c477
SM
10403 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
10404
bed4c972
SM
10405 * filecache.el (file-cache-add-file): Use push and cons.
10406 (file-cache-delete-file-regexp): Use push.
10407 (file-cache-complete): Use completion-in-region.
10408
8c22699f
SM
10409 * simple.el (with-wrapper-hook): Fix thinko.
10410
e3353a78
SM
10411 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
10412 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
10413 Use with-current-buffer and string-to-number.
10414 (hfy-fallback-colour-values): Use assoc-string.
10415 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
10416 (hfy-face-at): Remove unused var `found-face'.
10417 (hfy-compile-stylesheet): Remove unused var `css'.
10418 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
10419 and `orig-buffer'.
10420 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
10421 Use with-current-buffer.
10422 (hfy-text-p): Use expand-file-name and fewer setq.
10423
acca02b0
SM
104242009-11-19 Vivek Dasmohapatra <vivek@etla.org>
10425
10426 * htmlfontify.el, hfy-cmap.el: New files.
10427
042b7cc6
JL
104282009-11-19 Juri Linkov <juri@jurta.org>
10429
10430 * minibuffer.el (completions-format): New defcustom.
10431 (completion--insert-strings): Implement vertical format.
10432
10433 * simple.el (switch-to-completions): Move point to the first
10434 completion when point was at the beginning of the buffer.
10435
da205913
JL
104362009-11-19 Juri Linkov <juri@jurta.org>
10437
10438 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
10439
10440 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
10441
0b8ee421
CY
104422009-11-19 Chong Yidong <cyd@stupidchicken.com>
10443
10444 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
10445 (mail-signature): Change default to t.
10446 (mail-from-style): Deprecate `system-default' value.
10447 (mail-insert-from-field): For default value of mail-from-style,
10448 default to `angles' unless `angles' needs quoting and `parens'
10449 does not.
10450 (mail-citation-prefix-regexp): Use citation regexp from
10451 message-mode.
10452
4265deab
MA
104532009-11-19 Michael Albinus <michael.albinus@gmx.de>
10454
acca02b0
SM
10455 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
10456 Set variables for computing the prompt for reading password.
4265deab 10457
27cacd2d
GM
104582009-11-19 Glenn Morris <rgm@gnu.org>
10459
470bce7d
GM
10460 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
10461
7e705a1d
GM
10462 * textmodes/flyspell.el (sgml-lexical-context): Declare.
10463
27cacd2d
GM
10464 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
10465 (newsticker-treeview-listwindow-height): Fix custom type.
10466
b2f0be0f
KH
104672009-11-19 Kenichi Handa <handa@m17n.org>
10468
10469 * descr-text.el (describe-char-padded-string): Compose with TAB
10470 only if there's a font for CH.
02e1b488 10471 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 10472
03446045 104732009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
10474
10475 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 10476 more accurate version of the regexp. (Bug#3910)
b96337b0 10477
03446045 104782009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
10479
10480 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
10481
e0620570
JB
104822009-11-18 Juanma Barranquero <lekktu@gmail.com>
10483
10484 * font-setting.el (font-use-system-font): Declare for byte-compiler.
10485 (font-setting-change-default-font): Fix typo in docstring.
10486
6cc6582e
AM
104872009-11-18 Alan Mackenzie <acm@muc.de>
10488
10489 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
10490
dfb3c4c6
JD
104912009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10492
02e1b488 10493 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
10494
10495 * cus-start.el (all): ... to here.
10496
e268e987
MA
104972009-11-17 Michael Albinus <michael.albinus@gmx.de>
10498
10499 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
10500 Don't set `ad-return-value' if `ad-do-it' doesn't.
10501
303ffde8
MA
10502 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
10503 modification time.
10504
637fa988
JD
105052009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10506
10507 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 10508 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
10509
10510 * loadup.el: If feature system-font-setting or font-render-setting is
10511 there, load font-setting.
10512
02e1b488 10513 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
10514 * font-setting.el: New file.
10515
1d16a255
GM
105162009-11-17 Glenn Morris <rgm@gnu.org>
10517
10518 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
10519
2d84f804
GM
10520 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
10521 Preserve point in the list buffer. (Bug#4939)
10522 Use point-at-eol.
10523 (newsticker--treeview-list-update-highlight)
10524 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
10525
14467b99
JB
105262009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10527
10528 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
10529 Remove.
10530
10531 * calc/calc-ext.el (calc-init-extensions): Remove references to
10532 symclip.
10533
10534 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
10535
10536 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 10537 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
10538 `calc-symclip'.
10539
e3c39c01
KR
105402009-11-16 Kevin Ryde <user42@zip.com.au>
10541
02e1b488 10542 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 10543 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 10544
497de631
KR
10545 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
10546 (lm-keywords-list): Allow comma-only separator like "foo,bar".
10547 Ignore trailing spaces by omit-nulls to split-string (fixing
10548 regression from Emacs 21 due to the incompatible split-string
14467b99 10549 change). (Bug #4928.)
497de631 10550
48b27575
DN
105512009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
10552
5237d741 10553 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
10554 (vc-print-log-internal): Insert buttons to request more entries
10555 when limiting the output.
10556
10557 * vc-sccs.el (vc-sccs-print-log):
10558 * vc-rcs.el (vc-rcs-print-log):
10559 * vc-cvs.el (vc-cvs-print-log):
10560 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
10561 LIMIT is non-nil.
10562
d3e97185
MA
105632009-11-16 Michael Albinus <michael.albinus@gmx.de>
10564
10565 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
10566 error when `tramp-gvfs-dbus-event-vector' is set.
10567 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
10568
68d87786
SM
105692009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10570
10571 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
10572
c0a39702
MA
105732009-11-16 Michael Albinus <michael.albinus@gmx.de>
10574
10575 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 10576 (dbus-register-property): Register the handlers of
c0a39702
MA
10577 "org.freedesktop.DBus.Properties" for SERVICE.
10578 (dbus-property-handler): Fix docstring.
10579
1e857121
YM
105802009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10581
10582 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
10583 Quote doc string reference in defvaralias as it is not in special form.
10584 (byte-compile-output-docform): Doc fix.
10585
887484c1
JB
105862009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10587
10588 * calc/calc.el (math-2-word-size, math-half-2-word-size)
10589 (calc-complement-signed-mode): New variables.
10590 (calc-set-mode-line): Add indicator for twos-complements.
10591 (math-format-number): Format twos-complement notation.
10592
10593 * calc/calc-bin.el (calc-word-size): Reset the variables
10594 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
10595 (math-format-complement-signed, math-symclip, calcFunc-symclip)
10596 (calc-symclip): New functions.
887484c1
JB
10597
10598 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
10599
68d87786
SM
10600 * calc/calc-embed.el (calc-embedded-mode-vars):
10601 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
10602
10603 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 10604 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
10605
10606 * calc/calc-ext.el (math-read-number-fancy): Read complement
10607 signed numbers.
68d87786
SM
10608 (calc-init-extensions): Add binding for `calc-symclip'.
10609 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
10610
10611 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
10612 `calc-symclip'.
68d87786 10613 (calc-modes-menu): Add item for twos complement mode.
887484c1 10614
5237d741 10615 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 10616
4cf1d7e3
CY
106172009-11-15 Chong Yidong <cyd@stupidchicken.com>
10618
10619 * register.el (jump-to-register, insert-register): Handle Semantic
10620 tags. From commented-out advice in semantic/senator.el.
10621
f8e65267
DN
106222009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10623
6616006b
DN
10624 * vc.el (vc-log-show-limit): New variable.
10625 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
10626 when using a prefix argument.
10627 (vc-print-log-internal): Add new argument LIMIT.
10628
10629 * vc-svn.el (vc-svn-print-log):
10630 * vc-mtn.el (vc-mtn-print-log):
10631 * vc-hg.el (vc-hg-print-log):
10632 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 10633 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
10634 non-optional.
10635
10636 * vc-sccs.el (vc-sccs-print-log):
10637 * vc-rcs.el (vc-rcs-print-log):
10638 * vc-git.el (vc-git-print-log):
10639 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
10640 ignore it. Make the BUFFER argument non-optional
10641
f8e65267
DN
10642 * bindings.el (mode-line-buffer-identification): Do not purecopy.
10643
0566c4bc
CY
106442009-11-15 Chong Yidong <cyd@stupidchicken.com>
10645
7cce3c91
CY
10646 * dired.el (dired-mode-map): Move encryption items to "Operate"
10647 menu (Bug#4703).
10648
d7063de9
CY
10649 * strokes.el (strokes-update-window-configuration): Make strokes
10650 buffer current before erasing (Bug#4906).
10651
0fc10137
JL
106522009-11-15 Juri Linkov <juri@jurta.org>
10653
10654 * simple.el (set-mark-default-inactive): Add :type, :group
10655 and :version. (Bug#4876)
10656
f5fce4ec
MA
106572009-11-15 Michael Albinus <michael.albinus@gmx.de>
10658
10659 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
10660 (archive-unique-fname): ... here. (Bug#4929)
10661
8d720a00
SM
106622009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10663
589888fe
SM
10664 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
10665 with a real fix.
10666
8d720a00
SM
10667 * novice.el (disabled-command-function): Add useful args.
10668 Setup the help buffer so that [back] works.
10669 Remove redundant call to help-mode.
10670 (disabled-command-function): Use `case'.
10671 (en/disable-command): New function extracted from enable-command.
10672 (enable-command, disable-command): Use it.
10673
a61344d6
GM
106742009-11-14 Glenn Morris <rgm@gnu.org>
10675
497f0cdd
GM
10676 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
10677 constants. (Bug#4913)
10678
a61344d6
GM
10679 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
10680
d501801e
GM
106812009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
10682
10683 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
10684 defined in C that have no doc-strings. (Bug#1063)
10685
5af27ac2
GM
106862009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
10687
10688 * cus-edit.el (data, files):
10689 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
10690
aec5395b
CY
106912009-11-14 Chong Yidong <cyd@stupidchicken.com>
10692
e7791447
CY
10693 * simple.el (shell-command): Doc fix (Bug#4891).
10694
aec5395b
CY
10695 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
10696
7a41cd7f
GM
106972009-11-14 Glenn Morris <rgm@gnu.org>
10698
c3583c94
GM
10699 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
10700 statements for vc-diff, emerge-quit, and rmail-cease-edit.
10701 If they are already loaded, eval-after-load will do the right thing.
10702
73900d1f
GM
10703 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
10704 compiling.
10705
0028351d
GM
10706 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
10707
f6714ede
GM
10708 * simple.el (x-selection-owner-p): Declare.
10709 (read-mail-command): Use custom radio type rather than choice.
10710 (completion-no-auto-exit): Doc fix.
10711
7a41cd7f 10712 * custom.el (defgroup):
5af27ac2 10713 * epg-config.el (epg): Doc fixes.
7a41cd7f 10714
2d0659ec
DN
107152009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10716
10717 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
10718 * international/ccl.el (define-ccl-program): Do not purecopy the
10719 docstring, defconst does it anyway.
10720
7fdbcd83
SM
107212009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10722
d499c5b9
SM
10723 * add-log.el (add-change-log-entry): Avoid displaying the changelog
10724 a second time.
10725
7fdbcd83
SM
10726 * x-dnd.el (x-dnd-maybe-call-test-function):
10727 * window.el (split-window-vertically):
10728 * whitespace.el (whitespace-help-on):
10729 * vc-rcs.el (vc-rcs-consult-headers):
10730 * userlock.el (ask-user-about-lock-help)
10731 (ask-user-about-supersession-help):
10732 * type-break.el (type-break-force-mode-line-update):
10733 * time-stamp.el (time-stamp-conv-warn):
10734 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 10735 (te-sentinel, terminal-emulator):
7fdbcd83
SM
10736 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
10737 (term-write-input-ring, term-check-source, term-start-output-log):
10738 (term-display-buffer-line, term-dynamic-list-completions):
10739 (term-ansi-make-term, serial-term):
10740 * subr.el (selective-display):
10741 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10742 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
10743 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
10744 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
10745 (speedbar-remove-localized-speedbar-support)
10746 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
10747 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
10748 (speedbar-buffers-line-directory):
10749 * simple.el (shell-command-on-region, append-to-buffer)
10750 (prepend-to-buffer):
10751 * shadowfile.el (shadow-save-todo-file):
10752 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
10753 (scroll-bar-maybe-set-window-start):
10754 * sb-image.el (speedbar-image-dump):
10755 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
10756 (load-save-place-alist-from-file):
10757 * ps-samp.el (ps-print-message-from-summary):
10758 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
10759 (ps-background-image, ps-begin-job, ps-do-despool):
10760 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
10761 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
10762 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
10763 (pr-call-process, pr-file-list, pr-interface-save):
10764 * novice.el (disabled-command-function)
10765 (enable-command, disable-command):
10766 * mouse.el (mouse-buffer-menu-alist):
10767 * mouse-copy.el (mouse-kill-preserving-secondary):
10768 * macros.el (kbd-macro-query):
10769 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
10770 * informat.el (batch-info-validate):
10771 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
10772 * hippie-exp.el (try-expand-dabbrev-visible):
10773 * help-mode.el (help-make-xrefs):
10774 * help-fns.el (describe-variable):
10775 * generic-x.el (bat-generic-mode-run-as-comint):
10776 * finder.el (finder-mouse-select):
10777 * find-dired.el (find-dired-sentinel):
10778 * filesets.el (filesets-file-close):
10779 * files.el (list-directory):
10780 * faces.el (list-faces-display, describe-face):
10781 * facemenu.el (list-colors-display):
10782 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
10783 * epg.el (epg--process-filter, epg-cancel):
10784 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
10785 (epa--read-signature-type):
10786 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
10787 (emerge-file-names):
10788 * ehelp.el (electric-helpify):
10789 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
10790 * ediff-vers.el (rcs-ediff-view-revision):
10791 * ediff-util.el (ediff-setup):
10792 * ediff-mult.el (ediff-append-custom-diff):
10793 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
10794 (ediff-wordify):
10795 * echistory.el (Electric-command-history-redo-expression):
10796 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10797 * disp-table.el (describe-display-table):
10798 * dired.el (dired-find-buffer-nocreate):
10799 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
10800 * dabbrev.el (dabbrev--same-major-mode-p):
10801 * chistory.el (list-command-history):
10802 * apropos.el (apropos-documentation):
10803 * allout.el (allout-obtain-passphrase):
10804 (allout-copy-exposed-to-buffer):
10805 (allout-verify-passphrase): Use with-current-buffer.
10806
2ccbc060
GM
108072009-11-13 Glenn Morris <rgm@gnu.org>
10808
10809 * Makefile.in (ELCFILES): Regenerate.
10810
b172ed20
MA
108112009-11-13 Michael Albinus <michael.albinus@gmx.de>
10812
7fdbcd83
SM
10813 * net/dbus.el (dbus-registered-objects-table): Rename from
10814 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
10815 (dbus-unregister-object): Unregister also properties.
10816 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10817 Use a timeout of 500 msec, in order to not block.
10818 (dbus-register-property, dbus-property-handler): New defuns.
10819
e96d62cd
SM
108202009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10821
10822 * simple.el (minibuffer-default-add-completions): Drop deprecated
10823 4th arg.
10824
14bd267d
EZ
108252009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
10826
e96d62cd
SM
10827 * textmodes/artist.el (artist-mouse-choose-operation):
10828 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 10829 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
10830 (artist-compute-up-event-key): New function.
10831 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
10832
bf89fd7b
KH
108332009-11-13 Kenichi Handa <handa@m17n.org>
10834
10835 * language/japan-util.el: Make sure that the value of jisx0208
10836 property is jisx0208 character.
10837
f70b8925
DN
108382009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
10839
10840 * international/mule.el (auto-coding-regexp-alist): Only purecopy
10841 car or each item, not the whole list.
10842
4d93a9e0
SM
108432009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
10844
10845 * minibuffer.el (minibuffer-completion-help):
10846 Use minibuffer-hide-completions.
10847
05404988
SM
108482009-11-12 Per Starbäck <per@starback.se> (tiny change)
10849
10850 * dired.el (dired-save-positions, dired-restore-positions): New funs.
10851 (dired-revert): Use them (bug#4880).
10852
5297bc10
DN
108532009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10854
10855 * tooltip.el (tooltip-frame-parameters): Undo previous change.
10856
e2685eb7
JL
108572009-11-12 Juri Linkov <juri@jurta.org>
10858
10859 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
10860 New functions.
10861 (find-file-literally-at-point): Alias of `ffap-literally'.
10862
76410c3e
DN
108632009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10864
6d341a2a
DN
10865 * textmodes/ispell.el (ispell-skip-region-alist):
10866 * textmodes/css-mode.el (auto-mode-alist):
10867 * progmodes/compile.el (auto-mode-alist):
10868 * international/mule.el (ctext-non-standard-encodings-alist)
10869 (ctext-non-standard-encodings-regexp):
10870 * simple.el (shell-command-switch, text-read-only):
10871 * replace.el (occur-mode-map):
10872 * paths.el (rmail-file-name):
10873 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
10874 * find-file.el (ff-special-constructs):
10875 * files.el (file-name-handler-alist):
10876 * composite.el: Purecopy strings.
10877
76410c3e
DN
10878 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
10879
aaa448c9
DN
108802009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10881
10882 * widget.el (define-widget): Purecopy the docstring.
10883 * international/mule-cmds.el (charset): Do not purecopy the
10884 docstring here, define-widget does it.
10885
10886 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10887 * textmodes/bibtex-style.el (auto-mode-alist):
10888 * progmodes/inf-lisp.el (inferior-lisp-prompt):
10889 * progmodes/compile.el (compile-command):
10890 * language/korea-util.el (default-korean-keyboard):
10891 * international/mule-conf.el (file-coding-system-alist):
10892 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
10893 * tooltip.el (tooltip-frame-parameters):
10894 * newcomment.el (comment-end, comment-padding):
10895 * dired.el (dired-trivial-filenames):
10896 * comint.el (comint-file-name-prefix): Purecopy initial values.
10897
bbe650fd
MA
108982009-11-11 Michael Albinus <michael.albinus@gmx.de>
10899
10900 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
10901 (tramp-advice-minibuffer-electric-tilde): Unload advices via
10902 `tramp-unload'.
10903 (tramp-advice-make-auto-save-file-name)
10904 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
10905 after removing the advice.
10906
6bdad9ae
DN
109072009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10908
2f7f4bee
DN
10909 * progmodes/grep.el (grep-regexp-alist):
10910 * international/mule-cmds.el (iso-2022-control-alist):
10911 * emacs-lisp/timer.el (timer-duration-words):
10912 * subr.el (version-separator, version-regexp-alist):
10913 * minibuffer.el (completion-styles-alist):
10914 * faces.el (face-attribute-name-alist, list-faces-sample-text):
10915 Change defvars to defconsts.
10916
a042de45
DN
10917 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
10918 * loadup.el ("international/mule-conf"): Load the byte compiled version.
10919 * international/mule-conf.el: Allow to be byte compiled.
10920
3b6acc72
DN
10921 * international/mule.el (define-charset): Purecopy props.
10922 (load-with-code-conversion): Purecopy doc string and file name.
10923 (put-charset-property): Purecopy strings.
10924 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
10925
1c2efdfb 10926 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
10927 (define-char-code-property): Correctly purecopy the table.
10928
62591911
DN
10929 * international/ccl.el (define-ccl-program): Purecopy the docstring.
10930
8b908da6
DN
10931 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
10932
ff917d63
DN
10933 * subr.el (add-hook): Purecopy strings.
10934 (eval-after-load): Purecopy load-history-regexp and the form.
10935
af89cf77
DN
10936 * custom.el (custom-declare-group): Purecopy load-file-name.
10937
a3c20c83 10938 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
10939 * net/eudc.el (eudc-tools-menu):
10940 * international/mule-cmds.el (set-coding-system-map)
10941 (mule-menu-keymap):
10942 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10943 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
10944 * replace.el (occur-mode-map):
10945 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 10946 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
10947 (menu-bar-custom-menu, menu-bar-showhide-menu)
10948 (menu-bar-options-menu, menu-bar-tools-menu)
10949 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
10950 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
10951 (menu-bar-help-menu):
10952 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
10953 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
10954
6bdad9ae
DN
10955 * term/x-win.el (x-gtk-stock-map):
10956 * progmodes/vera-mode.el (auto-mode-alist):
10957 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
10958 (inferior-lisp-program, inferior-lisp-load-command):
10959 * progmodes/hideshow.el (hs-special-modes-alist):
10960 * progmodes/gud.el (same-window-regexps):
10961 * progmodes/grep.el (grep-program, find-program, xargs-program):
10962 * net/telnet.el (same-window-regexps):
10963 * net/rlogin.el (same-window-regexps):
10964 * language/ethiopic.el (font-ccl-encoder-alist):
10965 * vc-sccs.el (vc-sccs-master-templates):
10966 * vc-rcs.el (vc-rcs-master-templates):
10967 * subr.el (cl-assertion-failed):
10968 * simple.el (next-error-overlay-arrow-position):
10969 * lpr.el (lpr-command):
10970 * locate.el (locate-ls-subdir-switches):
10971 * info.el (same-window-regexps, info)
10972 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10973 * image-mode.el (image-mode, auto-mode-alist):
10974 * hippie-exp.el (hippie-expand-ignore-buffers):
10975 * format.el (format-alist):
10976 * find-dired.el (find-ls-subdir-switches, find-grep-options)
10977 (find-name-arg):
10978 * facemenu.el (facemenu-keybindings):
10979 * dired.el (dired-listing-switches, dired-chown-program):
10980 * diff.el (diff-switches, diff-command):
10981 * cus-edit.el (same-window-regexps):
10982 * bindings.el (mode-line-mule-info)
10983 (mode-line-buffer-identification): Purecopy strings.
10984
e0987650
JL
109852009-11-11 Juri Linkov <juri@jurta.org>
10986
3570691b 10987 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
10988 Tell the byte-compiler about dired-get-filename.
10989 (shell-command): In Dired mode, get filename from the current line
10990 as the default value.
10991
b16ff465
GM
109922009-11-10 Glenn Morris <rgm@gnu.org>
10993
e8a11b22
GM
10994 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
10995 * calendar/holidays.el, progmodes/cperl-mode.el:
10996 Update x-popup-menu declarations.
10997
b16ff465
GM
10998 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
10999 (list-load-path-shadows): Use dolist.
11000 (list-load-path-shadows): Use with-current-buffer.
11001
032c3399
JL
110022009-11-10 Juri Linkov <juri@jurta.org>
11003
11004 * minibuffer.el (read-file-name): Support a list of default values
11005 in `default-filename'. Use the first file name where only one
11006 element is required. Doc fix.
11007
8fb1629f
MA
110082009-11-09 Michael Albinus <michael.albinus@gmx.de>
11009
11010 * net/dbus.el (dbus-unregister-object): Release service, if no
11011 other method is registered for it.
11012
a51203ee 110132009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
11014
11015 * bookmark.el (bookmark-completing-read): Sort bookmark names if
11016 bookmark-sort-flag is non-nil (Bug#4653).
11017
9bf7dc8a
CY
110182009-11-08 Chong Yidong <cyd@stupidchicken.com>
11019
15207e74
CY
11020 * emulation/cua-base.el: Add CUA property to some CC mode commands
11021 (Bug#4100).
11022
8bf7ed70
KR
110232009-11-08 Kevin Ryde <user42@zip.com.au>
11024
11025 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 11026 at end of sentence (Bug#4818).
8bf7ed70 11027
951802d0
CY
110282009-11-08 Jared Finder <jfinder@crypticstudios.com>
11029
11030 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11031 Handle "see declaration of" MSFT statements (Bug#4100).
11032
e8244310
MA
110332009-11-08 Michael Albinus <michael.albinus@gmx.de>
11034
11035 * net/tramp.el (tramp-advice-make-auto-save-file-name)
11036 (tramp-advice-file-expand-wildcards): Unload via
11037 `ad-remove-advice'.
11038
11039 * net/trampver.el: Update release number.
11040
a51203ee 110412009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
11042
11043 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
11044 `ad-do-it'.
11045
a51203ee 110462009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
11047
11048 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
11049 in order to keep context in SELinux.
11050
bedd8a58
CY
110512009-11-08 Chong Yidong <cyd@stupidchicken.com>
11052
11053 * dired-aux.el (dired-query): Place cursor in echo area and allow
11054 C-g.
11055
11056 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
11057 menu item if not on a directory (Bug#4701).
11058
0484d600
MA
110592009-11-07 Michael Albinus <michael.albinus@gmx.de>
11060
11061 Sync with Tramp 2.1.17.
11062
11063 * net/tramp.el (tramp-handle-copy-directory): Don't use
11064 `file-remote-p' (due to compatibility).
11065
11066 * net/tramp-compat.el (tramp-compat-copy-directory)
11067 (tramp-compat-delete-directory): New defuns.
11068
11069 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
11070 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
11071 `tramp-compat-delete-directory'.
11072
11073 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5ce6e4f4 11074 (tramp-smb-handle-delete-directory): Use
0484d600
MA
11075 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
11076
11077 * net/trampver.el: Update release number.
11078
b42b2189
CY
110792009-11-07 Chong Yidong <cyd@stupidchicken.com>
11080
6960d7b9
CY
11081 * tar-mode.el (tar-copy): Call write-region on the right buffer
11082 (Bug#4857).
11083
b42b2189
CY
11084 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
11085 by hand, if necessary (Bug#4878).
11086
0ad57dfd
CY
110872009-11-06 Chong Yidong <cyd@stupidchicken.com>
11088
d19e23ae
CY
11089 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
11090 align size column (Bug#4839).
11091
0ad57dfd
CY
11092 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
11093 statement.
11094
0b7f397c
DN
110952009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
11096
11097 * progmodes/ld-script.el (auto-mode-alist):
11098 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
11099
11100 * cus-face.el (custom-declare-face): Purecopy face spec.
11101
495bd5ca
KH
111022009-11-06 Kenichi Handa <handa@m17n.org>
11103
11104 * international/uni-bidi.el: Re-generated.
11105 * international/uni-category.el: Re-generated.
11106 * international/uni-combining.el: Re-generated.
11107 * international/uni-mirrored.el: Re-generated.
11108
1e8780b1
DN
111092009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
11110
11111 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
11112 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
11113 (tex-start-options, slitex-run-command, latex-run-command)
11114 (tex-run-command, tex-directory):
11115 * textmodes/ispell.el (ispell-html-skip-alists)
11116 (ispell-tex-skip-alists, ispell-tex-skip-alists):
11117 * textmodes/fill.el (adaptive-fill-first-line-regexp):
11118 (adaptive-fill-regexp):
11119 * textmodes/dns-mode.el (auto-mode-alist):
11120 * progmodes/python.el (interpreter-mode-alist):
11121 * progmodes/etags.el (tags-compression-info-list):
11122 * progmodes/etags.el (tags-file-name):
11123 * net/browse-url.el (browse-url-galeon-program)
11124 (browse-url-firefox-program):
11125 * mail/sendmail.el (mail-signature-file)
11126 (mail-citation-prefix-regexp):
11127 * international/mule-conf.el (eight-bit):
11128 * international/latexenc.el (latex-inputenc-coding-alist):
11129 * international/fontset.el (x-pixel-size-width-font-regexp):
11130 * emacs-lisp/warnings.el (warning-type-format):
11131 * emacs-lisp/trace.el (trace-buffer):
11132 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
11133 (emacs-lisp-mode-map):
11134 * calendar/holidays.el (holiday-solar-holidays)
11135 (holiday-bahai-holidays, holiday-islamic-holidays)
11136 (holiday-christian-holidays, holiday-hebrew-holidays)
11137 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
11138 (hebrew-holidays-1, holiday-oriental-holidays)
11139 (holiday-general-holidays):
11140 * x-dnd.el (x-dnd-known-types):
11141 * tool-bar.el (tool-bar):
11142 * startup.el (site-run-file):
11143 * shell.el (shell-dumb-shell-regexp):
11144 * rfn-eshadow.el (file-name-shadow-tty-properties)
11145 (file-name-shadow-properties):
11146 * paths.el (remote-shell-program, news-directory):
11147 * mouse.el ([C-down-mouse-3]):
11148 * menu-bar.el (menu-bar-tools-menu):
11149 * jka-cmpr-hook.el (jka-compr-load-suffixes)
11150 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
11151 (jka-compr-compression-info-list):
11152 * isearch.el (search-whitespace-regexp):
11153 * image-file.el (image-file-name-extensions):
11154 * find-dired.el (find-ls-option):
11155 * files.el (directory-listing-before-filename-regexp)
11156 (directory-free-space-args, insert-directory-program)
11157 (list-directory-brief-switches, magic-fallback-mode-alist)
11158 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
11159 (automount-dir-prefix):
11160 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
11161 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
11162 (face-font-registry-alternatives, face-font-registry-alternatives)
11163 (face-font-family-alternatives):
11164 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
11165 (facemenu-foreground-menu, facemenu-face-menu):
11166 * epa-hook.el (epa-file-name-regexp):
11167 * dnd.el (dnd-protocol-alist):
11168 * textmodes/rst.el (auto-mode-alist):
a51203ee 11169 * button.el (default-button): Purecopy strings.
1e8780b1 11170
0adae11f
GM
111712009-11-06 Glenn Morris <rgm@gnu.org>
11172
11173 * Makefile.in (ELCFILES): Update.
11174
2adaf057
SM
111752009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
11176
8f72f03c
SM
11177 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
11178 * emacs-lisp/levents.el: Move to obsolete/levents.el.
11179
2adaf057
SM
11180 * nxml/xsd-regexp.el (xsdre-gen-categories):
11181 * nxml/xmltok.el (xmltok-parse-entity):
11182 * nxml/rng-parse.el (rng-parse-validate-file):
11183 * nxml/rng-maint.el (rng-format-manual)
11184 (rng-manual-output-force-new-line):
11185 * nxml/rng-loc.el (rng-save-schema-location-1):
11186 * nxml/rng-cmpct.el (rng-c-parse-file):
11187 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
11188 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
11189
14862301
SM
111902009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
11191
bf0b361c 11192 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
11193 Remove extra save-excursions and make-variable-buffer-local's.
11194 Suggested by Stefan Monnier.
11195
11196 (verilog-getopt-file, verilog-module-inside-filename-p)
11197 (verilog-set-define): Merge GNU 1.35 and repair changes from
11198 switching to using with-current-buffer.
11199
11200 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
11201 being treated as a number and confusing AUTORESET.
11202 Reported by Dan Dever.
11203
11204 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
11205 Add verilog-auto-ignore-concat to fix backward compatibility with
11206 older verilog-modes. Reported by Dan Katz.
11207
11208 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
11209 containing closing anchors "...$".
11210
11211 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
11212 Reported by Wade Smith.
11213
48c2d18a 11214 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
11215
112162009-11-05 Michael McNamara <mac@mail.brushroad.com>
11217
bf0b361c
JB
11218 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
11219 for labels.
14862301
SM
11220
11221 (verilog-label-re, verilog-calc-1): Support proper indent of named
11222 asserts.
11223
11224 (verilog-backward-token, verilog-basic-complete-re)
11225 (verilog-beg-of-statement, verilog-indent-re): Support proper
11226 indent of the assert statement at the beginning of a block of text.
11227
11228 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
11229 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
11230 tokens as begins.
11231
4f8f657f
GM
112322009-11-05 Glenn Morris <rgm@gnu.org>
11233
775adc51
GM
11234 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
11235 Emacs 19. (Bug#1531)
11236 (byte-compile-fix-header): Update for the above change.
11237 Drop test for epoch::version.
11238
4ad6a5e7 11239 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
11240 * cus-dep.el (custom-make-dependencies):
11241 * finder.el (finder-compile-keywords):
11242 Use autoload-rubric's feature argument.
4ad6a5e7 11243
4f8f657f
GM
11244 * calendar/diary-lib.el (top-level): Make load behave more like require.
11245
881e4184
GM
11246 * vc-git.el (vc-git-stash-map): Move definition before use.
11247
ba214964 112482009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 11249
b6f8ba09
DN
11250 * custom.el (custom-declare-group): Purecopy standard-value.
11251 (custom-declare-group): Purecopy custom-prefix.
11252
7fdbcd83
SM
11253 * international/mule.el (load-with-code-conversion):
11254 Call do-after-load-evaluation unconditionally.
eb6f577b 11255
f6195dfb
DN
11256 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
11257
56f14120
SM
112582009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11259
11260 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
11261
e5c89ce9
GM
112622009-11-04 Glenn Morris <rgm@gnu.org>
11263
11264 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
11265 (byte-compile-compatibility): Remove option.
11266 (byte-compile-close-variables, byte-compile-fix-header)
11267 (byte-compile-insert-header, byte-compile-output-docform)
11268 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
11269 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
11270 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
11271 (byte-compile-insert, byte-compile-defun):
11272 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
11273 (byte-defop-compiler19): Remove.
11274 Without byte-compile-compatibility, the 'emacs19-opcode property is not
11275 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 11276
e24f42ab
JL
112772009-11-04 Juri Linkov <juri@jurta.org>
11278
11279 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
11280 (menu-bar-options-menu): Don't quote the `prop' arg of
11281 `menu-bar-make-mm-toggle'.
11282
d3d5f4f5
JB
112832009-11-04 Juanma Barranquero <lekktu@gmail.com>
11284
11285 * calendar/calendar.el (cal-loaddefs):
11286 * calendar/diary-lib.el (diary-loaddefs):
11287 * calendar/holidays.el (hol-loaddefs):
11288 * eshell/esh-module.el (esh-groups): Load rather than require.
11289
6e39d3b2
SM
112902009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11291
e96d62cd
SM
11292 * calendar/todo-mode.el (todo-add-category): Don't hardcode
11293 point-min==1.
7e83e8b4
SM
11294 (todo-top-priorities): Only display-buffer when called interactively.
11295 (todo-item-start): Don't save excursion point.
11296 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
11297 (todo-insert-item-here, todo-file-item, todo-remove-item):
11298 Adjust uses of todo-item-start and todo-item-end.
11299
fae4e5b9
SM
11300 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
11301 (autoload-rubric): Don't use any more.
fae4e5b9 11302
6e39d3b2
SM
11303 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
11304 and only put a prop if it is non-nil.
11305
c9753fb4
JL
113062009-11-03 Juri Linkov <juri@jurta.org>
11307
11308 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
11309 (menu-bar-options-menu): Fix list quoting (Bug#4429).
11310
11311 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
11312 and "Menu" to make top-level menu item visually one unit (like
11313 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
11314 multi-word menu items). Fix :help string for quit-window.
11315
db04f33f
GM
113162009-11-03 Glenn Morris <rgm@gnu.org>
11317
2aea6521
GM
11318 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
11319 (byte-compile-file-form-define-abbrev-table)
11320 (byte-compile-file-form-custom-declare-variable)
11321 (byte-compile-variable-ref, byte-compile-defvar):
11322 Whether or not a warning is enabled should only affect whether we issue
11323 the warning, not whether or not we collect the relevant data.
11324 Eg warnings can be turned on and off throughout the course of a file.
11325
db04f33f
GM
11326 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
11327 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
11328
937e6a56
SM
113292009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11330
11331 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
11332 * play/mpuz.el (mpuz-create-buffer):
11333 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
11334 (lm-print-y,s,noise, lm-print-w0, lm-init):
11335 * play/gomoku.el (gomoku-prompt-for-move):
11336 * play/fortune.el (fortune-in-buffer):
11337 * play/dissociate.el (dissociated-press):
11338 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 11339 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
11340 * mail/supercite.el (sc-eref-show):
11341 * mail/smtpmail.el (smtpmail-send-it):
11342 * mail/rmailsum.el (rmail-summary-next-labeled-message)
11343 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
11344 (rmail-summary-undelete-many, rmail-summary-rmail-update)
11345 (rmail-summary-goto-msg, rmail-summary-expunge)
11346 (rmail-summary-get-new-mail, rmail-summary-search-backward)
11347 (rmail-summary-add-label, rmail-summary-output-menu)
11348 (rmail-summary-output-body):
11349 * mail/rfc822.el (rfc822-addresses):
11350 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
11351 * mail/mailpost.el (post-mail-send-it):
11352 * mail/hashcash.el (hashcash-generate-payment):
11353 * mail/feedmail.el (feedmail-run-the-queue)
11354 (feedmail-queue-send-edit-prompt-help-first)
11355 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
11356 (feedmail-deduce-address-list):
11357 * eshell/esh-ext.el (eshell-remote-command):
11358 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
11359 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
11360 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
11361 (viper-save-string-in-file, viper-valid-marker):
11362 * emulation/viper-keym.el (viper-toggle-key):
11363 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
11364 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
11365 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
11366 * emulation/viper-cmd.el (viper-exec-form-in-vi)
11367 (viper-exec-form-in-emacs, viper-brac-function):
11368 * emulation/viper.el (viper-delocalize-var):
11369 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
11370 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
11371 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
11372 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
11373 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
11374 * emulation/edt.el (edt-electric-helpify):
11375 * emulation/cua-rect.el (cua--rectangle-aux-replace):
11376 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
11377 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
11378 (cua-indent-to-global-mark-column):
11379 * calendar/diary-lib.el (calendar-mark-1):
11380 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
11381 Use with-current-buffer.
11382 * emulation/viper.el (viper-delocalize-var): Use dolist.
11383
5b955562
CY
113842009-11-03 Chong Yidong <cyd@stupidchicken.com>
11385
11386 * comint.el (comint-replace-by-expanded-history-before-point):
11387 Replace !! with the previous input string literally (Bug#1795).
11388
6292c599
JB
113892009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
11390
11391 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
11392 to be made up of whitespace.
11393
8368c14e
CY
113942009-11-02 Chong Yidong <cyd@stupidchicken.com>
11395
11396 * minibuffer.el (read-file-name): Don't use file dialogs for
11397 remote directories (Bug#99).
11398
6f750f0d
CY
113992009-11-01 Chong Yidong <cyd@stupidchicken.com>
11400
11401 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
11402
97ab3f47
AS
114032009-11-01 Andreas Schwab <schwab@linux-m68k.org>
11404
11405 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
11406 instead of deleting the window or frame.
11407
673c1168
CY
114082009-10-31 Chong Yidong <cyd@stupidchicken.com>
11409
11410 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
11411 Support face colors.
11412
937e6a56
SM
11413 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
11414 New function. Support face colors (Bug#1168).
673c1168
CY
11415 (tex-common-initialization): Use it.
11416
11417 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
11418 mode allows it (Bug#1168).
11419
c9349f0a
CY
114202009-10-31 Juri Linkov <juri@jurta.org>
11421
11422 * facemenu.el (list-colors-display): Don't mark buffer as
11423 modified (Bug#3948).
11424
ebf5c4f5
CY
114252009-10-31 Chong Yidong <cyd@stupidchicken.com>
11426
5c2dce75
CY
11427 * international/mule-diag.el (list-character-sets-1): Minor
11428 message fix (Bug#3526).
11429
26581f0e
CY
11430 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
11431 face property (Bug#4834).
11432 (etags-list-tags, etags-tags-apropos-additional)
11433 (etags-tags-apropos, tags-select-tags-table): Add follow-link
11434 property.
11435
ebf5c4f5
CY
11436 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
11437 items.
11438
9a529312
SM
114392009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11440
11441 * textmodes/two-column.el (2C-split):
11442 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
11443 * textmodes/tex-mode.el (tex-set-buffer-directory):
11444 * textmodes/spell.el (spell-region, spell-string):
11445 * textmodes/reftex.el (reftex-erase-buffer):
11446 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
11447 * textmodes/reftex-toc.el (reftex-toc-promote-action):
11448 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
11449 (reftex-select-item):
11450 * textmodes/reftex-ref.el (reftex-label-info-update)
11451 (reftex-offer-label-menu):
11452 * textmodes/reftex-index.el (reftex-index-change-entry)
11453 (reftex-index-phrases-info):
11454 * textmodes/reftex-global.el (reftex-create-tags-file)
11455 (reftex-save-all-document-buffers, reftex-ensure-write-access):
11456 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
11457 (reftex-view-crossref-from-bibtex):
11458 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
11459 (reftex-extract-bib-entries-from-thebibliography)
11460 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
11461 * textmodes/refbib.el (r2b-capitalize-title):
11462 (r2b-convert-buffer, r2b-help):
11463 * textmodes/page-ext.el (pages-directory)
11464 (pages-directory-goto-with-mouse):
11465 * textmodes/bibtex.el (bibtex-validate-globally):
11466 * textmodes/bib-mode.el (bib-capitalize-title):
11467 * textmodes/artist.el (artist-clear-buffer, artist-system):
11468 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
11469 (local-set-scheme-interaction-buffer, xscheme-process-filter)
11470 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
11471 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
11472 (xscheme-send-control-g-interrupt, xscheme-start-process)
11473 (xscheme-process-sentinel, xscheme-cd):
11474 * progmodes/verilog-mode.el (verilog-read-always-signals)
11475 (verilog-set-define, verilog-getopt-file)
11476 (verilog-module-inside-filename-p):
11477 * progmodes/sh-script.el:
11478 * progmodes/python.el (python-pdbtrack-get-source-buffer)
11479 (python-pdbtrack-grub-for-buffer, python-execute-file):
11480 * progmodes/octave-inf.el (inferior-octave):
11481 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11482 (idlwave-shell-compile-helper-routines, idlwave-set-local)
11483 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
11484 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
11485 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
11486 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
11487 (idlwave-shell-filter, idlwave-shell-examine-highlight)
11488 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
11489 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
11490 (idlwave-shell-examine-display, idlwave-shell-run-region)
11491 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
11492 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
11493 * progmodes/idlw-help.el (idlwave-help-get-special-help)
11494 (idlwave-help-get-help-buffer):
11495 * progmodes/gud.el (gud-basic-call, gud-find-class)
11496 (gud-tooltip-activate-mouse-motions-if-enabled):
11497 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11498 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
11499 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
11500 (ebrowse-tags-next-file):
11501 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
11502 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
11503 (ebnf-eps-finish-and-write):
11504 * progmodes/cpp.el (cpp-edit-save):
11505 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
11506 * progmodes/cc-defs.el (c-emacs-features):
11507 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
11508 (antlr-directory-dependencies):
11509 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
11510 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
11511 (ada-find-any-references, ada-make-filename-from-adaname)
11512 (ada-make-body-gnatstub):
11513 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 11514 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
11515 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
11516 * net/rcirc.el (rcirc-debug):
11517 * net/newst-treeview.el (newsticker--treeview-list-add-item)
11518 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
11519 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
11520 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 11521 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
11522 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
11523 (newsticker--treeview-list-clear-highlight)
11524 (newsticker--treeview-list-update-highlight)
11525 (newsticker--treeview-list-highlight-start)
11526 (newsticker--treeview-tree-update-highlight)
11527 (newsticker--treeview-get-selected-item)
11528 (newsticker-treeview-mark-list-items-old)
11529 (newsticker--treeview-set-current-node):
11530 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
11531 * net/newst-backend.el (newsticker--get-news-by-funcall)
11532 (newsticker--get-news-by-wget, newsticker--image-get)
11533 (newsticker--image-sentinel):
11534 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
11535 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
11536 (eudc-ph-close-session):
11537 * net/eudc.el (eudc-save-options):
11538 * language/thai-word.el (thai-update-word-table):
11539 * language/japan-util.el (japanese-string-conversion):
11540 * international/titdic-cnv.el (tsang-quick-converter)
11541 (ziranma-converter, ctlau-converter):
11542 * international/mule-cmds.el (describe-language-environment):
11543 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
11544 (skkdic-convert-postfix, skkdic-convert-prefix):
11545 (skkdic-convert-okuri-nasi, skkdic-convert):
11546 * emacs-lisp/re-builder.el (reb-update-overlays):
11547 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
11548 * emacs-lisp/gulp.el (gulp-send-requests):
11549 * emacs-lisp/find-gc.el (trace-call-tree):
11550 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
11551 (eieio-describe-generic):
11552 * emacs-lisp/eieio-base.el (eieio-persistent-read):
11553 * emacs-lisp/edebug.el (edebug-outside-excursion):
11554 * emacs-lisp/debug.el (debugger-make-xrefs):
11555 * emacs-lisp/cust-print.el (custom-prin1-to-string):
11556 * emacs-lisp/chart.el (chart-new-buffer):
11557 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
11558 Use with-current-buffer.
11559 * textmodes/artist.el (artist-system): Don't call
11560 copy-sequence on a fresh string.
11561 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
11562
d566f228
GM
115632009-10-31 Stephen Berman <stephen.berman@gmx.net>
11564
11565 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 11566 is no item to edit. (Bug#4820)
d566f228 11567 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 11568 buffer. (Bug#4820)
d566f228 11569
f3628edd
GM
115702009-10-31 Glenn Morris <rgm@gnu.org>
11571
5cf3709c
GM
11572 * net/ange-ftp.el (top-level): Don't require dired when compiling.
11573 (comint-last-output-start, comint-last-input-start)
11574 (comint-last-input-end): Don't defvar when compiling.
11575 (ange-ftp-process-file): Use bound-and-true-p.
11576
4c814fd2
GM
11577 * pcmpl-rpm.el (top-level): Move provide statement to end.
11578 (pcmpl-rpm): Remove unused custom group.
11579
113b8dcc
GM
11580 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
11581
31c615e4
GM
11582 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
11583
416d3588
GM
11584 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11585 (byte-compile-warnings): Add `constants' as an option.
11586 (byte-compile-callargs-warn, byte-compile-arglist-warn)
11587 (display-call-tree): Update for byte-compile-fdefinition possibly
11588 returning `(macro lambda ...)'. (Bug#4778)
11589 (byte-compile-variable-ref, byte-compile-setq-default):
11590 Respect `constants' member of byte-compile-warnings.
11591
00f71f39
SM
115922009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11593
11594 * vc-bzr.el (vc-bzr-revision-keywords): New var.
11595 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
11596 to "submit:".
11597
ca0a881a
DN
115982009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
11599
11600 * textmodes/ispell.el (ispell-skip-region-alist):
11601 * international/mule-conf.el (eight-bit):
11602 * international/fontset.el (font-encoding-alist):
11603 * startup.el (pure-space-overflow-message):
11604 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
11605 * paths.el (gnus-nntp-service, rmail-spool-directory)
11606 (term-file-prefix):
11607 * files.el (save-some-buffers-action-alist):
11608 * cmuscheme.el (same-window-buffer-names):
11609 * ielm.el (same-window-buffer-names):
11610 * shell.el (same-window-buffer-names):
11611 * mail/sendmail.el (same-window-buffer-names):
11612 * progmodes/inf-lisp.el (same-window-buffer-names):
11613 * bindings.el (mode-line-client)
11614 (mode-line-column-line-number-mode-map):
11615 * language/tibetan.el (tibetan-precomposition-rule-regexp)
11616 (tibetan-precomposed-regexp): Purecopy string arguments.
11617
b861e45e
SM
116182009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11619
6df9b6d7
SM
11620 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
11621 (calcDigit-nondigit):
11622 * calc/calc-yank.el (calc-copy-to-buffer):
11623 * calc/calc-units.el (calc-invalidate-units-table):
11624 * calc/calc-trail.el (calc-trail-yank):
11625 * calc/calc-store.el (calc-insert-variables):
11626 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11627 * calc/calc-prog.el (calc-read-parse-table):
11628 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
11629 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
11630 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
11631 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
11632 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
11633 (calc-graph-name, calc-graph-find-command, calc-graph-view)
11634 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
11635 * calc/calc-ext.el (calc-realign):
11636 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
11637 (calc-embedded-finish-edit, calc-embedded-make-info)
11638 (calc-embedded-finish-command, calc-embedded-stack-change):
11639 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
11640
70f44c65
SM
11641 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
11642 shell-dynamic-complete-filename in preference to
11643 comint-dynamic-complete-filename.
11644
b861e45e
SM
11645 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11646 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11647 Don't consider whether the display supports colors.
11648 (bookmark-import-new-list): Use dolist.
11649 (bookmark-bmenu-mode-map): Move initialization into declaration.
11650 (bookmark-bmenu-list): Use dolist, simplify.
11651 (bookmark-show-all-annotations): Use save-selected-window and dolist.
11652 (menu-bar-final-items): Use push.
11653
8549241d 116542009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
11655
11656 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
11657 it works on remote files.
11658 (vc-hg-diff): Don't pass any `--cwd' argument.
11659
30644573
KR
116602009-10-27 Kevin Ryde <user42@zip.com.au>
11661
cc63d28f
SM
11662 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11663 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
11664 (Further to Bug#3921).
11665
9be01a63
MA
116662009-10-27 Michael Albinus <michael.albinus@gmx.de>
11667
11668 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
11669 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
11670 calling `tramp-imap-put-file'. Add file size to the call.
11671 (tramp-imap-get-file-entries): Compute also user name, file size,
11672 and date.
11673 (tramp-imap-handle-insert-directory): Insert uid and gid.
11674 (tramp-imap-handle-file-attributes): Transform uid and gid
11675 according to `id-format'.
11676 (tramp-imap-put-file): New optional parameter SIZE. Encode file
11677 size in header X-Size.
11678
41849bf9
JB
116792009-10-26 Juanma Barranquero <lekktu@gmail.com>
11680
11681 * simple.el (transpose-subr): Give clearer error when the mark
11682 is not set. (Bug#4807)
11683
293c24f9
MA
116842009-10-26 Michael Albinus <michael.albinus@gmx.de>
11685
cc63d28f
SM
11686 * net/tramp.el (tramp-perl-file-truename): New defconst.
11687 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 11688 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
11689 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
11690 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 11691
cc63d28f
SM
11692 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
11693 Ignore `dired-call-process'.
293c24f9
MA
11694 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
11695
116962009-10-26 Julian Scheid <julians37@gmail.com>
11697
cc63d28f 11698 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
11699 (tramp-get-remote-readlink): New defun.
11700 (tramp-handle-file-truename): Use it.
11701 (tramp-handle-file-exists-p): Check file-attributes cache, assume
11702 file exists if cache value present.
48c2d18a 11703 (tramp-check-cached-permissions): New defun.
293c24f9
MA
11704 (tramp-handle-file-readable-p): Use it.
11705 (tramp-handle-file-writable-p): Likewise.
11706 (tramp-handle-file-executable-p): Likewise.
11707 (tramp-handle-file-name-all-completions): Try using Perl to get
11708 partial completions. When perl not available, combine `cd' and
11709 `ls' into single remote operation and use shell expansion to get
11710 partial remote directory contents. Set `file-exists-p' cache for
11711 directory and any files returned by ls. Change cache handling to
11712 support partial directory contents. Use error message emitted by
11713 remote `cd' or Perl code for local tramp-error.
11714 (tramp-do-copy-or-rename-file-directly): Avoid separate
11715 tramp-send-command-and-check call.
cc63d28f
SM
11716 (tramp-handle-process-file): Merge three remote ops into one.
11717 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
11718 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
11719 file-attributes shows uid/gid to be set already.
11720
a7610c52
DN
117212009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11722
11723 * textmodes/tex-mode.el (tex-dvi-view-command)
11724 (tex-show-queue-command, tex-open-quote):
11725 * progmodes/ruby-mode.el (auto-mode-alist)
11726 (interpreter-mode-alist): Purecopy strings.
11727
11728 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
11729
11730 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
11731 string for the hook, keymap and abbrev table.
11732
11733 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
11734
11735 * x-dnd.el (x-dnd-xdnd-to-action):
11736 * startup.el (fancy-startup-text, fancy-about-text): Change to
11737 defconst from defvar.
11738
11739 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
11740
11741 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
11742 Purecopy initialization strings.
11743
11744 * mail/sendmail.el (mail-header-separator)
11745 (mail-personal-alias-file):
11746 * mail/rmail.el (rmail-default-dont-reply-to-names)
11747 (rmail-ignored-headers, rmail-retry-ignored-headers)
11748 (rmail-highlighted-headers, rmail-secondary-file-directory)
11749 (rmail-secondary-file-regexp):
11750 * files.el (null-device, file-name-invalid-regexp)
11751 (locate-dominating-stop-dir-regexp)
cc63d28f 11752 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
11753 (interpreter-mode-alist): Use mapcar instead of mapc.
11754
11755 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
11756
11757 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
11758 (completion-ignored-extensions):
11759 (debug-ignored-errors): Purecopy strings.
11760
4fcc3d32
SM
117612009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
11762
0667de21
SM
11763 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
11764 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
11765 (pcomplete--here): Use push.
11766
4fcc3d32
SM
11767 * subr.el (all-completions): Declare the 4th arg obsolete.
11768
955ef430
SM
117692009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11770
2d085307
SM
11771 * pcomplete.el (pcomplete-unquote-argument-function): New var.
11772 (pcomplete-unquote-argument): New function.
11773 (pcomplete--common-suffix): Always pay attention to case.
11774 (pcomplete--table-subvert): Quote and unquote the text.
11775 (pcomplete--common-quoted-suffix): New function.
11776 (pcomplete-std-complete): Use it and pcomplete-begin.
11777
955ef430
SM
11778 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
11779 we're inside a dedicated or minibuffer window.
11780
7c85c02b
KF
117812009-10-24 Karl Fogel <kfogel@red-bean.com>
11782
11783 * bookmark.el: Update documentation, especially documentation
11784 of `bookmark-alist' and of the bookmark file format.
11785 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
11786
3e8ae8a6
CY
117872009-10-24 Chong Yidong <cyd@stupidchicken.com>
11788
3e425845
CY
11789 * mail/emacsbug.el (report-emacs-bug): Clarify that the
11790 keybindings apply to the mail buffer (Bug#4003). Shrink help
11791 window to buffer.
11792
cdd47d48
CY
11793 * whitespace.el (whitespace-mode, whitespace-newline-mode)
11794 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
11795 (whitespace-toggle-options, global-whitespace-toggle-options):
11796 Doc fix (Bug#3660).
cdd47d48 11797
ba07c9ad
CY
11798 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
11799 of xmltok-start before the end tag was inserted (Bug#2840).
11800
3e8ae8a6
CY
11801 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
11802 patterns that are preceded by an open-paren (Bug#1320).
11803
ab276820
CY
118042009-10-24 Sven Joachim <svenjoac@gmx.de>
11805
11806 * files.el (delete-directory): Delete symlinks to directories with
11807 delete-file (Bug#4739).
11808
905a9ed3
DN
118092009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
11810
a9a2a6db
DN
11811 * vc.el (vc-backend-for-registration): Rename from
11812 vc-get-backend-for-registration. Update callers.
11813
cc63d28f
SM
11814 * international/mule-cmds.el (set-language-info-alist):
11815 Purecopy lang-env.
905a9ed3
DN
11816 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
11817 (charset): Purecopy the name.
11818 (define-char-code-property): Purecopy string arguments.
11819
11820 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11821 Purecopy string arguments.
11822
11823 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11824 * ediff-hook.el (menu-bar-ediff-menu):
11825 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
11826 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
11827
d270305a
GM
118282009-10-24 Glenn Morris <rgm@gnu.org>
11829
6c74d523 11830 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
11831 * term.el (term-dynamic-list-completions): Use choose-completion rather
11832 than obsolete alias mouse-choose-completion.
11833
ae732337
GM
11834 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
11835 file-cache-choose-completion.
11836 (file-cache-choose-completion): Handle an optional event argument.
11837 (file-cache-mouse-choose-completion): Make it an obsolete alias.
11838
cc63d28f
SM
11839 * progmodes/octave-mod.el (octave-complete-symbol):
11840 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 11841
9847dc91
GM
11842 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
11843 use.
11844
e8f2a5d5
GM
11845 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
11846 compiler.
11847
d270305a
GM
11848 * vc-hooks.el (vc-responsible-backend): Fix declaration.
11849
c6432f1e
SM
118502009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11851
11852 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
11853 Ignore `pred' now that we receive one.
11854 Handle test-completion specially.
11855
6ab196f9
DN
118562009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11857
11858 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 11859 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
11860 REGISTER ...
11861 (vc-get-backend-for-registration): ... here. New function.
11862 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
11863 of vc-responsible-backend, pass the file name instead of the
11864 directory name.
11865
48feed59
SM
118662009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11867
11868 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
11869 New funs.
11870 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
11871 (pcomplete-comint-setup): Don't modify a global var via
11872 accidental side-effects.
11873 (pcomplete-shell-setup): Adjust call accordingly.
11874 (pcomplete-parse-comint-arguments): Use push.
11875
00006066
CY
118762009-10-23 Chong Yidong <cyd@stupidchicken.com>
11877
36bfa3af
CY
11878 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11879 Allow uncapitalized info node names (Bug#3921).
11880
00006066
CY
11881 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
11882 to the DEBUG file (Bug#3781).
11883
aa311d6e
CY
118842009-10-23 Jari Aalto <jari.aalto@cante.net>
11885
11886 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
11887 dictionary entry (Bug#4579).
11888
b88f2d0a
MA
118892009-10-23 Michael Albinus <michael.albinus@gmx.de>
11890
11891 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
11892 from `rfn-eshadow-update-overlay-hook' when unloading.
11893 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
11894 "rsyncc". Adjust doc string.
48c2d18a 11895 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
11896 (tramp-handle-insert-file-contents, tramp-handle-write-region):
11897 Keep temporary file when indicated by method ("rsync" and
11898 "rsyncc").
11899 (tramp-handle-write-region): Handle APPEND.
11900 (tramp-delete-temp-file-function): New defun. Added to
11901 `kill-buffer-hook'.
11902
1becddbb
JB
119032009-10-23 Juanma Barranquero <lekktu@gmail.com>
11904
11905 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
11906
8f43cbf3
DN
119072009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11908
11909 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
11910 (color-name-rgb-alist, tty-standard-colors)
11911 (tty-color-mode-alist): Change to defconst.
11912
11913 * simple.el (mark-inactive): Purecopy message.
11914
11915 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
11916 (global-map, yank-menu):
11917 * textmodes/ispell.el (ispell-menu-map):
11918 * net/eudc.el (eudc-tools-menu):
11919 * international/mule-cmds.el (describe-language-environment-map)
11920 (setup-language-environment-map, set-coding-system-map)
11921 (mule-menu-keymap):
11922 * vc-hooks.el (vc-menu-entry, vc-menu-map):
11923 * replace.el (occur-mode-map):
11924 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
11925
1d228a31
JB
119262009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
11927
11928 * calc/calc.el (math-read-number, math-read-number-simple): Use
11929 `save-match-data'.
11930
3b067af1
SM
119312009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11932
28a90c44
SM
11933 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
11934 rather than fiddling with global-map bindings, since it should only
11935 affect per-terminal settings.
11936 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
11937
a452eee8
SM
11938 * minibuffer.el (completion-table-with-terminator): Allow to specify
11939 the terminator-regexp.
11940
ab14d7d5
SM
11941 * simple.el (switch-to-completions): Look for *Completions* in other
11942 frames as well.
11943
3b067af1
SM
11944 * pcomplete.el: Allow the use of completion-tables.
11945 (pcomplete-std-complete): New command.
11946 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
11947 (pcomplete--here): Use a function for `form' rather than an expression,
11948 so it can be byte-compiled.
11949 (pcomplete-here, pcomplete-here*): Adjust accordingly.
11950 Add edebug declaration.
11951 (pcomplete-show-completions): Remove unused var `curbuf'.
11952 (pcomplete-do-complete, pcomplete-stub):
1becddbb 11953 Don't assume `completions' is a list of strings any more.
3b067af1 11954
5480359e
JB
119552009-10-22 Juanma Barranquero <lekktu@gmail.com>
11956
11957 * find-dired.el (find-name-arg): Fix typo in docstring.
11958
3170b794
SM
119592009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11960
48c23a25
SM
11961 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
11962 (pcmpl-linux-fs-types): Same, and update to new modules layout.
11963
56b14058
SM
11964 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
11965 pcomplete-entries.
11966
3170b794
SM
11967 * comint.el (comint-read-input-ring, comint-write-input-ring)
11968 (comint-substitute-in-file-name)
11969 (comint-dynamic-complete-as-filename)
11970 (comint-dynamic-simple-complete)
11971 (comint-dynamic-list-filename-completions)
11972 (comint-dynamic-list-completions)
11973 (comint-redirect-results-list-from-process): Minor simplifications.
11974
2affef34
KR
119752009-10-21 Kevin Ryde <user42@zip.com.au>
11976
3170b794
SM
11977 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11978 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 11979 the first form. And insert a blank line after ";;; Code" since
d8194864 11980 that's usual style. (Bug#4612)
2affef34 11981
e7b94bbb
KR
11982 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
11983
528c56e2
SM
119842009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11985
11986 * minibuffer.el (completion-table-with-terminator): Properly implement
11987 boundaries, in case `terminator' appears in the suffix.
11988 (completion--embedded-envvar-table): Don't return boundaries if
11989 there's no valid completion. Simplify.
11990 (completion-file-name-table): New completion table extracted from
11991 completion--file-name-table.
11992 (completion--file-name-table): Use it.
11993 (read-file-name-predicate): Declare obsolete.
11994 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
11995 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
11996 completion-file-name-table, and use the `pred' argument.
11997 * files.el (locate-file-completion-table): Use the `pred' arg rather
11998 than read-file-name-predicate.
11999 (abbreviate-file-name): Use \` rather than ^ for BOS.
12000
f9ed9b4f
DN
120012009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
12002
12003 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
12004 vc-responsible-backend to register, it causes problems.
12005
5f2022a3
SM
120062009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12007
12008 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
12009
fc754ea1
MA
120102009-10-21 Michael Albinus <michael.albinus@gmx.de>
12011
12012 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
12013 (tramp-smb-handle-file-attributes): Use it.
12014 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
12015 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
12016 `mapcar'. Use `tramp-smb-get-stat-capability'.
12017 Add `dired-filename' text properties.
fc754ea1
MA
12018 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
12019 (tramp-smb-maybe-open-connection): Simplify check for smbclient
12020 version.
12021
79bd5ba1
SM
120222009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12023
12024 * subr.el (read-key-delay): Reduce to 0.01.
12025 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
12026 (bug#4751).
12027
3c13704d
SM
120282009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12029
554efd10
SM
12030 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
12031
c2a37b78
SM
12032 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
12033 (Info-menu): Remove unused vars `last' and `completions'.
12034 (Info-index-nodes): Remove unused var `node'.
12035
3c13704d
SM
12036 * info.el (Info-complete-menu-item): Use complete-with-action.
12037
d1e4c403
DN
120382009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
12039
12040 Make vc-annotate work through copies and renames.
3c13704d
SM
12041 * vc-annotate.el (vc-annotate-extract-revision-at-line):
12042 Return the file name too.
d1e4c403
DN
12043 (vc-annotate-revision-at-line)
12044 (vc-annotate-find-revision-at-line)
12045 (vc-annotate-revision-previous-to-line)
12046 (vc-annotate-show-log-revision-at-line): Update to get the file
12047 name from vc-annotate-extract-revision-at-line.
12048 (vc-annotate-show-diff-revision-at-line-internal): Change the
12049 argument to mean whether to show a file diff or not. Get the file
12050 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
12051 (vc-annotate-show-diff-revision-at-line):
12052 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
12053 (vc-annotate-warp-revision): Add an optional file argument.
12054
12055 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
12056 (vc-git-annotate-extract-revision-at-line): Also return the file
12057 name if found.
12058
12059 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
12060 command. Remove unused code.
12061 (vc-hg-annotate-re): Update to match --follow output.
12062 (vc-hg-annotate-extract-revision-at-line): Also return the file
12063 name if found.
12064
12065 * vc.el: Update annotate-extract-revision-at-line documentation.
12066
b0b0ef98
KR
120672009-10-18 Kevin Ryde <user42@zip.com.au>
12068
12069 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
12070 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
12071
a9e7f03d
KR
12072 * net/browse-url.el (browse-url): Identify alist with "consp and
12073 not functionp" and let all other things go down the `apply' leg,
12074 as suggested by Stefan. (Further to bug#4531.)
12075
7346a407
CY
120762009-10-18 Chong Yidong <cyd@stupidchicken.com>
12077
12078 * minibuffer.el (read-file-name): Check for repeat before putting
12079 a default argument in file-name-history (Bug#4657).
12080
12081 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
12082 read syntax (Bug#4737).
12083
3c13704d 12084 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 12085
1da94541
CY
120862009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12087
12088 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
12089 (html-tag-alist, html-tag-help): Add descriptions for undocumented
12090 entries and make note of obsolete tags.
12091
2b93080a
SM
120922009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12093
12094 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
12095
18b5ffb5
GM
120962009-10-18 Glenn Morris <rgm@gnu.org>
12097
12098 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
12099 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 12100 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
12101 now, and in any case the file header format has changed.
12102
c2e161b2
GM
121032009-10-17 Glenn Morris <rgm@gnu.org>
12104
12105 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
12106 (flyspell-get-word, flyspell-large-region)
12107 (flyspell-auto-correct-previous-word): Doc/error message fixes.
12108
a1eb44f5
CY
121092009-10-17 Chong Yidong <cyd@stupidchicken.com>
12110
12111 * Makefile.in (ELCFILES): Add ede/shell.
12112
4418646e
DN
121132009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
12114
12115 * term/common-win.el (x-colors): Purecopy it.
12116
4062011e
SM
121172009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12118
12119 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
12120 permissive for when the buffer is empty.
12121 (tar-header-block-tokenize): Decode the username and groupname.
12122 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
12123
b0b111c3
JB
121242009-10-17 Eric Ludlam <zappo@gnu.org>
12125
12126 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
12127 contains multibyte characters, choose first applicable coding
12128 system automatically.
12129
2df48a87
SM
121302009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12131
12132 * international/mule-cmds.el (select-safe-coding-system): If the file
12133 has a coding cookie, use it regardless of any other setting (bug#4712).
12134
fd7dd48c
GM
121352009-10-17 Glenn Morris <rgm@gnu.org>
12136
3ee0b477 12137 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
12138 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
12139
2550e4b1
GM
12140 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
12141 (dired-keep-marker-copy, dired-keep-marker-hardlink)
12142 (dired-keep-marker-symlink, dired-dwim-target)
12143 (dired-copy-preserve-time): Do not autoload these defcustoms.
12144
fd7dd48c
GM
12145 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
12146 messages from messing up the file coding. (Bug#4623)
12147
f3e3a990
GM
121482009-10-17 Jari Aalto <jari.aalto@cante.net>
12149
12150 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
12151 if no match is found for the current dictionary. (Bug#4578)
12152
12153 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
12154 optional, since that is how it is documented, and this is often called
12155 with a nil argument. (Bug#4577)
12156 (flyspell-external-point-words, flyspell-auto-correct-word)
12157 (flyspell-correct-word-before-point, flyspell-word-search-forward)
12158 (flyspell-word-search-backward): Remove nil argument in calls to
12159 flyspell-get-word, since it is not needed now.
12160
121612009-10-17 Ulrich Mueller <ulm@gentoo.org>
12162
1becddbb 12163 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 12164
b61374ab
GM
121652009-10-16 Glenn Morris <rgm@gnu.org>
12166
12167 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
12168
412707c2
SM
121692009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
12170
12171 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
12172 (ange-ftp-file-size): New function.
12173 (ange-ftp-file-attributes): Use it.
12174
0c6f436e
MA
121752009-10-16 Michael Albinus <michael.albinus@gmx.de>
12176
12177 * net/tramp-smb.el (tramp-smb-version): New defvar.
12178 (tramp-smb-maybe-open-connection): Use it, in order to avoid
12179 repeated checks.
12180
850bfd04
GM
121812009-10-16 Glenn Morris <rgm@gnu.org>
12182
12183 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
12184 Maybe copy some custom properties from old to new name. (Bug#4706)
12185
f3ed9aca
JB
121862009-10-16 Juanma Barranquero <lekktu@gmail.com>
12187
12188 * subr.el (error, sit-for, start-process-shell-command)
12189 (start-file-process-shell-command): Set the calling convention
12190 after the function definition.
12191
fd6c5134
SM
121922009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12193
12194 * subr.el (error, sit-for, start-process-shell-command)
12195 (start-file-process-shell-command): Use the new
12196 set-advertised-calling-convention feature.
12197
73874eb7
KH
121982009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
12199
fd6c5134
SM
12200 * international/ucs-normalize.el (ucs-normalize-version):
12201 Change to 1.2.
12202 (check-range): Adjust for Unicode 5.2.
73874eb7 12203
03fb33cf
JL
122042009-10-15 Juri Linkov <juri@jurta.org>
12205
12206 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
12207 to the `menu-item' format.
12208
4260b402
MA
122092009-10-15 Michael Albinus <michael.albinus@gmx.de>
12210
12211 * net/tramp.el (tramp-replace-environment-variables): Do not fail
12212 if the environment variable does not exist.
12213
12214 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12215 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
12216 parameter.
12217 (tramp-smb-handle-add-name-to-file)
12218 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12219 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12220 (tramp-smb-handle-file-attributes)
12221 (tramp-smb-do-file-attributes-with-stat)
12222 (tramp-smb-handle-file-local-copy)
12223 (tramp-smb-handle-insert-directory)
12224 (tramp-smb-handle-make-directory)
12225 (tramp-smb-handle-make-directory-internal)
12226 (tramp-smb-handle-make-symbolic-link)
12227 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
12228 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
12229 (tramp-smb-maybe-open-connection): Apply the changed parameters.
12230 (tramp-smb-read-file-entry): Read Disk names in compressed format.
12231 Handle long file names.
12232 (tramp-smb-get-cifs-capabilities): Check, whether the connection
12233 process is running.
12234 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
12235 Read share names with "-g" option.
12236
d7a0fd6f
GM
122372009-10-15 Ryan Yeske <rcyeske@gmail.com>
12238
12239 * net/rcirc.el (rcirc-view-log-file): New command.
12240 (rcirc-track-minor-mode-map): Remove C-c ` binding.
12241 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
12242 specified.
12243
0b44494a
GM
122442009-10-15 Glenn Morris <rgm@gnu.org>
12245
af9fb32f
GM
12246 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
12247 from the second command-line argument.
12248 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
12249 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
12250 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
12251 w32-batch-update-autoloads.
12252 * emacs-lisp/autoload.el (autoload-make-program): New variable.
12253 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
12254
0b44494a
GM
12255 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
12256 the headers cannot be located. Simplify, subtracting superflous
12257 save-excursions.
12258
d5e63715
SM
122592009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12260
12261 Replace completion-base-size by completion-base-position to fix bugs
12262 such as (bug#4699).
12263 * simple.el (completion-base-position): New var.
12264 (completion-base-size): Mark as obsolete.
12265 (choose-completion): Make it work for mouse events as well.
12266 Pass the new base-position to choose-completion-string.
12267 (choose-completion-guess-base-position): New function, extracted from
12268 choose-completion-delete-max-match.
12269 (choose-completion-delete-max-match): Use it. Make obsolete.
12270 (choose-completion-string): Use the new base-position info.
12271 (completion-root-regexp): Delete.
12272 (completion-setup-function): Preserve completion-base-position.
12273 Eliminate obsolete base-size manipulation.
12274 * minibuffer.el (display-completion-list): Don't mess with base-size.
12275 (minibuffer-completion-help): Set completion-base-position instead.
12276 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
12277 choose-completion.
12278 * textmodes/bibtex.el (bibtex-complete):
12279 * emacs-lisp/crm.el (crm--choose-completion-string):
12280 Adjust to new calling convention.
12281 * complete.el (partial-completion-mode): Use minibufferp to avoid
12282 bumping into incompatible change to choose-completion-string-functions.
12283 * ido.el (ido-choose-completion-string): Make its calling convention
12284 more permissive.
12285 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
12286 base-size manipulation.
12287 (comint-dynamic-list-input-ring): Use dotimes and push.
12288 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
12289 fundamental-mode. Use `or'.
12290
92f8bfc7
JL
122912009-10-14 Juri Linkov <juri@jurta.org>
12292
12293 * misearch.el (multi-isearch-next-buffer-from-list)
12294 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
12295
e78e280d
SM
122962009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12297
384ca163
SM
12298 * Makefile.in (compile-onefile): Load `bytecomp' rather than
12299 `bytecomp.el'.
12300
681e0e7c
SM
12301 * minibuffer.el (completion-pcm--merge-completions): Make sure the
12302 string we return is all made up of text from the completions rather
12303 than part from the completions and part from the input (bug#4219).
12304
e78e280d
SM
12305 * ido.el (ido-everywhere): Use define-minor-mode.
12306
12307 * buff-menu.el (list-buffers, ctl-x-map):
12308 Mark the entry points with ;;;###autoload cookies.
12309
b4e813ca
DN
123102009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
12311
52964e54
DN
12312 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
12313 correctly in the detached head case.
12314 (vc-git-print-log): Remove unused binding.
12315
b4e813ca
DN
12316 * vc.el (vc-responsible-backend): When a directory is passed for
12317 for registration create a VC repository if no backend is
12318 responsible for the directory argument.
12319 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
12320
12321 * vc.el: Move comments about RCS and SCCS ...
12322 * vc-rcs.el:
12323 * vc-sccs.el: ... here, respectively.
12324
40ba9882
SM
123252009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12326
12327 * minibuffer.el (completion--file-name-table): Return nil if there's
12328 no file completion, even if substitute-in-file-name changed
12329 the string (bug#4708).
12330
04e0f59b
JL
123312009-10-13 Juri Linkov <juri@jurta.org>
12332
12333 * files-x.el (read-file-local-variable-value): Don't filter out
12334 minor modes from mode name completion (bug#4664).
12335
314c8e25
JB
123362009-10-13 Juanma Barranquero <lekktu@gmail.com>
12337
12338 * international/mule-cmds.el (ucs-names): Remove exclusion of
12339 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
12340
5c9b7d36
KH
123412009-10-13 Kenichi Handa <handa@m17n.org>
12342
12343 * international/uni-name.el: Regenerated.
12344
1e7a80f2
JB
123452009-10-13 Juanma Barranquero <lekktu@gmail.com>
12346
12347 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
12348 should be automatically buffer-local, but isn't.)
12349
cd29f88b
SS
123502009-10-12 Sam Steingold <sds@gnu.org>
12351
12352 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 12353 timestamps if the buffer has been visited before.
0cd16af4
SS
12354 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
12355 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 12356
37493a98
GM
123572009-10-12 Glenn Morris <rgm@gnu.org>
12358
12359 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
12360 Let-bind `size'.
12361
3b56b1e6
JB
123622009-10-12 Juanma Barranquero <lekktu@gmail.com>
12363
7422a4bb
JB
12364 * proced.el (proced-unload-function): New function.
12365
fa72d075
JB
12366 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
12367 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
12368 Doc fix.
12369
3b56b1e6
JB
12370 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
12371
4d9b4323
JL
123722009-10-11 Juri Linkov <juri@jurta.org>
12373
12374 * files-x.el (read-file-local-variable-value):
12375 Provide default value only for bound variables (bug#4664).
12376
f6f7e059
MA
123772009-10-11 Michael Albinus <michael.albinus@gmx.de>
12378
12379 * net/tramp.el (tramp-local-host-p): Function shall return nil for
12380 connection methods like smb.
12381
12382 * net/tramp-cache.el (tramp-flush-connection-property): The hash
12383 can be empty.
12384
12385 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12386 (tramp-smb-file-name-handler-alist): Add handlers for
12387 `add-name-to-file', `make-symbolic-link'.
12388 (tramp-smb-handle-add-name-to-file)
2992485f 12389 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
12390 (tramp-smb-handle-make-symbolic-link)
12391 (tramp-smb-get-cifs-capabilities): New defuns.
12392 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12393 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12394 (tramp-smb-handle-file-local-copy)
12395 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
12396 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
12397 The file name syntax depends on cifs capabilities.
12398 (tramp-smb-handle-file-attributes):
12399 Call `tramp-smb-do-file-attributes-with-stat' if possible.
12400 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
12401 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 12402
67868d26
CY
124032009-10-11 Chong Yidong <cyd@stupidchicken.com>
12404
12405 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
12406 (eieio-defclass): Apply deftype handler and setf-method properties
12407 directly.
12408 (eieio-add-new-slot): Avoid union function from cl library.
12409 (eieio--typep): New function.
12410 (eieio-perform-slot-validation): Use it.
12411
6d6a5b7e
KF
124122009-10-10 Karl Fogel <kfogel@red-bean.com>
12413
3b56b1e6 12414 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
12415 Update documentation to refer to the variables documented in r1.135.
12416 (Bug#4188)
12417
67b70de9
KF
124182009-10-10 Karl Fogel <kfogel@red-bean.com>
12419
12420 * bookmark.el (Info-suffix-list): Remove this unused variable.
12421 (bookmark-current-point): Remove this obsolete variable.
12422 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
12423 Adjust for removal of bookmark-current-point.
12424
12425 (bookmarks-already-loaded, bookmark-current-buffer)
12426 (bookmark-yank-point): Document. (Bug#4188)
12427
58ae51ae
GM
124282009-10-10 Glenn Morris <rgm@gnu.org>
12429
4619ff5e
GM
12430 * frame.el (frame-height): Doc fix.
12431
58ae51ae
GM
12432 * calendar/calendar.el (calendar-split-width-threshold): New option.
12433 (calendar-basic-setup): Use calendar-split-width-threshold.
12434
d364386c
JB
124352009-10-09 Juanma Barranquero <lekktu@gmail.com>
12436
12437 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
12438 Ideographic Supplement" range (U+1F200..U+1F2FF).
12439
33e97a28
KF
124402009-10-09 Karl Fogel <kfogel@red-bean.com>
12441
02d0f051 12442 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 12443 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
12444
124452009-10-09 Karl Fogel <kfogel@red-bean.com>
12446
d364386c 12447 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
12448 (bookmark-bmenu-execute-deletions): Don't save here, as
12449 bookmark-delete will now do so if necessary.
d364386c 12450 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
12451 (Bug#4348)
12452
9656d87b
GM
124532009-10-09 Glenn Morris <rgm@gnu.org>
12454
12455 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
12456
e6227f06
KF
124572009-10-09 Karl Fogel <kfogel@red-bean.com>
12458
12459 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
12460 (bookmark-jump-other-window): Just invoke bookmark-jump with new
12461 argument now, so the two function's behaviors will match. (Bug#3645)
12462
288f783b
MA
124632009-10-08 Michael Albinus <michael.albinus@gmx.de>
12464
12465 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 12466 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 12467 Apply `save-match-data'.
288f783b
MA
12468
12469 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
12470 case both directories are remote.
12471 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 12472 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 12473
872a1ea4
JB
124742009-10-07 Juanma Barranquero <lekktu@gmail.com>
12475
12476 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
12477
ab2baced
GM
124782009-10-07 Glenn Morris <rgm@gnu.org>
12479
e78e280d
SM
12480 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
12481 of concat.
ab2baced 12482
5c4634c1
SM
124832009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
12484
12485 * files-x.el (read-file-local-variable): Include some
12486 non-user-variables in the completion table (bug#4664).
12487
c2dc9732
MA
124882009-10-07 Michael Albinus <michael.albinus@gmx.de>
12489
12490 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
12491 message.
12492
12493 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12494 (tramp-smb-file-name-handler-alist): Add handler for
12495 `copy-directory', `expand-file-name', `set-file-modes'.
12496 (tramp-smb-handle-copy-directory)
12497 (tramp-smb-handle-expand-file-name)
12498 (tramp-smb-handle-set-file-modes): New defuns.
12499 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
12500 (tramp-smb-handle-file-attributes): Simplify check for retrieving
12501 entry.
12502 (tramp-smb-handle-insert-directory): Don't flush the cache.
12503 (tramp-smb-maybe-open-connection): Check for samba client and
12504 server versions.
12505
11be40a6
EZ
125062009-10-07 Eli Zaretskii <eliz@gnu.org>
12507
12508 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
12509 to not error out of search for "^lisp=" fails.
12510
8c4afe20
JB
125112009-10-07 Juanma Barranquero <lekktu@gmail.com>
12512
12513 * makefile.w32-in (WINS_UPDATES): New macro.
12514 (custom-deps, finder-data, autoloads): Use it.
12515
429a1506
GM
125162009-10-07 Glenn Morris <rgm@gnu.org>
12517
ee2e93e2
GM
12518 * Makefile.in (autoloads): Revert previous change.
12519 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
12520 the list of preloaded files passed on the command-line, get
12521 it from src/Makefile.
12522
429a1506
GM
12523 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
12524 show the original buffer rather than a random one.
12525
a51203ee 125262009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
12527
12528 * help.el (describe-no-warranty): Place point in a slightly better
12529 position in the GPLv3 text.
12530
f58f7520
SS
125312009-10-06 Sam Steingold <sds@gnu.org>
12532
12533 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
12534 the comm attribute is present before calling regexp-quote.
12535
bde79dc0
JB
125362009-10-06 Juanma Barranquero <lekktu@gmail.com>
12537
12538 * play/animate.el (animate-string): For good effect, make sure
12539 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
12540
12541 * play/animate.el (animate-sequence, animate-birthday-present):
12542 * misc.el (butterfly): Don't set `indent-tabs-mode'.
12543
25ab0302
GM
125442009-10-06 Glenn Morris <rgm@gnu.org>
12545
73fe714a
GM
12546 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
12547
3405d98c
GM
12548 * emacs-lisp/autoload.el (autoload-excludes): New variable.
12549 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
12550 (batch-update-autoloads): Process a string value of autoload-excludes,
12551 set during the build process.
12552 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
12553
9fb2cdc5
GM
12554 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
12555 inside with-parsed... macro so that `v' is defined.
12556
7938ab41
GM
12557 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
12558 * progmodes/fortran.el (fortran-end-of-block)
12559 (fortran-beginning-of-block):
12560 Also push mark in the macro case.
12561
eaf9b564
GM
12562 * emerge.el (emerge-show-file-name):
12563 * calc/calc.el (calc-quit):
12564 * calc/calc-misc.el (calc-big-or-small):
12565 * calc/calc-graph.el (calc-graph-view):
12566 * calc/calc-ext.el (calc-reset):
12567 * calendar/calendar.el (calendar-basic-setup):
12568 Use window-full-height-p.
12569
25ab0302
GM
12570 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
12571 header we don't understand, don't insert another. (Bug#4624)
12572 If changing mime charset, insert the new one in the right place.
12573
00169eb6
GM
125742009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
12575
12576 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12577 (cal-tex-cursor-month): Correctly increment the end date for diary and
12578 holiday listing. (Bug#4626)
12579
82882188
SM
125802009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12581
40ba9882 12582 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
12583 a symbol.
12584
a8f316ca
JB
125852009-10-05 Juanma Barranquero <lekktu@gmail.com>
12586
12587 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
12588 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
12589 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
12590 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
12591
12592 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
12593 (eieio-default-superclass): Reflow docstrings.
12594 (this, class-option-assoc, defclass, eieio-class-un-autoload)
12595 (eieio-unbind-method-implementations, defmethod)
12596 (eieio-validate-slot-value, eieio-validate-class-slot-value)
12597 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
12598 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
12599 (eieio-slot-originating-class-p, eieio-slot-name-index)
12600 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
12601 (constructor, initialize-instance, no-next-method, object-print)
12602 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
12603 Fix typos in docstrings.
12604 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
12605 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
12606 (next-method-p): Doc fixes.
12607 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
12608 Fix typos in error messages.
12609 (eieio-defmethod): Fix typo in description of generic method.
12610
12611 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
12612 (eieio-persistent-save-interactive, slot-missing):
12613 Fix typos in docstrings.
12614 (eieio-instance-inheritor-slot-boundp): Doc fix.
12615
12616 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
12617 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
12618
12619 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
12620 (eieio-custom-object-apply-reset):
12621 Fix typos in docstrings and error messages.
12622
12623 * emacs-lisp/eieio-datadebug.el (data-debug-show):
12624 Fix typo in docstring.
12625
12626 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
12627 (eieio-browse-tree): Doc fix.
12628 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
12629 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
12630 Fix typos in docstrings.
12631
12632 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
12633 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
12634 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
12635 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
12636 Reflow docstrings.
12637
c66b7ac0
DN
126382009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
12639
4a827e0a 12640 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
12641 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
12642 Set log-view-vc-backend so that diff can work.
4a827e0a 12643
c66b7ac0
DN
12644 * log-view.el (log-view-diff): Use vc-diff-internal instead of
12645 vc-version-diff.
12646 (vc-diff-internal): Autoload this instead of vc-version-diff.
12647
1902a98c
EZ
126482009-10-05 Eli Zaretskii <eliz@gnu.org>
12649
a7a8618b
EZ
12650 * simple.el (eval-expression): Doc fix.
12651
1902a98c
EZ
12652 * progmodes/cwarn.el (cwarn-mode): Doc fix.
12653
0e1f2ee6
MA
126542009-10-05 Michael Albinus <michael.albinus@gmx.de>
12655
12656 * files.el (directory-files-no-dot-files-regexp): New defconst.
12657 (delete-directory): Use it.
12658 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
12659
263c02ef 12660 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
12661 (tramp-methods): Add recursive option to `tramp-copy-args'.
12662 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 12663 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 12664 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
12665 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12666 Add handler for `copy-directory'.
12667 (tramp-handle-copy-directory): New defun.
12668 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
12669 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
12670 Optimize sent command.
263c02ef 12671
72aa7df4
SM
126722009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12673
4a34f065
SM
12674 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
12675 window if necessary.
12676
72aa7df4
SM
12677 * calendar/calendar.el (calendar-basic-setup): Don't call
12678 switch-to-buffer in a dedicated window.
12679
5feb1ba7
KF
126802009-10-05 Karl Fogel <kfogel@red-bean.com>
12681
12682 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 12683 don't do anything related to relocating, just return nil.
5feb1ba7
KF
12684 (bookmark-error-no-filename): New error.
12685 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
12686 bookmark has no file. Don't even attempt to handle things that
12687 are not files; the whole point of custom handlers is to keep that
12688 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
12689 (bookmark-file-or-variation-thereof): Remove now-unused function.
12690 (bookmark-location): Doc string fix.
12691 (Bug#4250)
12692
1bd49952
KF
126932009-10-04 Karl Fogel <kfogel@red-bean.com>
12694
12695 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
12696 don't use a file dialog, because they usually don't know how to read
12697 a directory target from the user. (Bug#4230)
12698 Also, make sure the prompt can display directories as well as files.
12699
825382c0
KF
127002009-10-04 Karl Fogel <kfogel@red-bean.com>
12701
12702 * bookmark.el (bookmark-set, bookmark-buffer-name):
12703 Improve doc strings. (Bug#1193)
12704
13901bcb
KF
127052009-10-04 Karl Fogel <kfogel@red-bean.com>
12706
4a34f065
SM
12707 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
12708 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
12709 (bookmark-get-annotation, bookmark-set-annotation)
12710 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
12711 (bookmark-set-position, bookmark-get-front-context-string)
12712 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
12713 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
12714 (bookmark-jump-other-window, bookmark-handle-bookmark)
12715 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
12716 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
12717 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
12718 Improve doc strings to say whether bookmark can be a string or
12719 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
12720 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
12721 (bookmark-default-annotation-text, bookmark-yank-word)
12722 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
12723 (bookmark-import-new-list, bookmark-maybe-rename)
12724 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12725 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 12726 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 12727 add a FIXME comment about how the function may be pointless.
13901bcb 12728 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
12729 parameter name, to clarify that this takes a bookmark record
12730 not a bookmark name.
13901bcb 12731 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 12732 and improve the doc string a bit.
13901bcb
KF
12733 (Bug#4188)
12734
5c1b3e94
KF
127352009-10-04 Karl Fogel <kfogel@red-bean.com>
12736
12737 * bookmark.el (bookmark-alist): Document the new `handler' element
12738 in the param alist.
12739 (bookmark-make-record-function): Adjust documentation for above.
12740 (Bug#4193)
12741
8559076d
KF
127422009-10-04 Karl Fogel <kfogel@red-bean.com>
12743
12744 * info.el (Info-bookmark-make-record): Document this function.
12745 (Info-bookmark-jump): Document with a doc string, not just a comment.
12746 (Bug#4203)
12747
b4583b8c
MA
127482009-10-04 Michael Albinus <michael.albinus@gmx.de>
12749
12750 * files.el (copy-directory): New defun.
12751
12752 * dired-aux.el (dired-copy-file-recursive): Use it.
12753
131ae8f2
JB
127542009-10-04 Juanma Barranquero <lekktu@gmail.com>
12755
a30e71ae 12756 * files-x.el (modify-dir-local-variable)
dd9af436
CY
12757 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
12758 docstrings.
a30e71ae 12759
131ae8f2
JB
12760 * recentf.el (recentf-unload-function): New function.
12761
ccafbf06
GM
127622009-10-04 Glenn Morris <rgm@gnu.org>
12763
12764 * window.el (window-full-height-p): Add doc string.
12765
02c6f098
GM
127662009-10-04 Martin Rudalics <rudalics@gmx.at>
12767
12768 * window.el (window-full-height-p): New function. (Bug#4543)
12769
ed6b0195
DN
127702009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
12771
12772 * vc.el: Remove commented out code.
12773 (vc-derived-from-dir-mode): Remove, unused.
12774 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
12775
1b8d1cc7
MA
127762009-10-03 Michael Albinus <michael.albinus@gmx.de>
12777
4a34f065
SM
12778 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
12779 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
12780 there could be recursive loading when `default-directory' is a
12781 remote file name. (Bug#4614)
12782
ac3c593c
GM
127832009-10-03 Glenn Morris <rgm@gnu.org>
12784
686ea556
GM
12785 * calendar/calendar.el (calendar-basic-setup): Handle the case where
12786 the frame is wide.
12787 (calendar-generate-window): Test for shrinkability rather than width.
12788
ac3c593c
GM
12789 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
12790 reusing existing buffers, in case we happen to visit two files with the
12791 same basename. (Bug#4593)
12792
573709fd
EZ
127932009-10-02 Eli Zaretskii <eliz@gnu.org>
12794
4a34f065 12795 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
12796 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
12797 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
12798 subdirs of cedet as well.
8f885d01 12799 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 12800
8d6c1239
SM
128012009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12802
12803 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
12804 Obey advertised-signature-table.
12805
12806 * help-fns.el (help-function-arglist): Don't check
12807 advertised-signature-table.
12808 (describe-function-1): Do it here instead so it also applies to subrs.
12809
c4861de0
MA
128102009-10-02 Michael Albinus <michael.albinus@gmx.de>
12811
12812 * simple.el (start-file-process): Say in the doc-string, that file
12813 handlers might not support pty association, if PROGRAM is nil.
12814
12815 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
12816 HOST and USER are strings. They are nil, when there are
12817 incomplete entries in ~/.netrc, for example.
12818 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
12819 root directory ("device busy" error otherwise).
12820
8d6c1239
SM
12821 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
12822 Flush file properties of created directory.
c4861de0 12823
d2bda74f
EZ
128242009-10-02 Eli Zaretskii <eliz@gnu.org>
12825
12826 * makefile.w32-in (WINS_BASIC): Remove cedet.
12827 (WINS_CEDET): Add cedet.
12828 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
12829
895d1904
GM
128302009-10-02 Kevin Ryde <user42@zip.com.au>
12831
12832 * net/browse-url.el (browse-url): Pass any symbol in
12833 browse-url-browser-function to `apply', since if you've mistakenly put
12834 an unbound symbol then the error is clearer. (Bug#4531)
12835
32226619
JB
128362009-10-02 Juanma Barranquero <lekktu@gmail.com>
12837
12838 * allout.el (allout-init, allout-back-to-current-heading)
12839 (allout-beginning-of-current-entry, allout-ascend-to-depth)
12840 (allout-ascend, allout-up-current-level, allout-end-of-level)
12841 (allout-previous-visible-heading, allout-forward-current-level)
12842 (allout-backward-current-level, allout-show-children):
12843 * apropos.el (apropos-describe-plist):
12844 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
12845 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
12846 * completion.el (add-completion, add-permanent-completion):
12847 * descr-text.el (describe-text-category, describe-char):
12848 * desktop.el (desktop-lazy-abort):
12849 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
12850 * dired.el (dired-build-subdir-alist):
12851 * ediff.el (ediff-version):
12852 * elide-head.el (elide-head, elide-head-show):
12853 * emerge.el (emerge-version):
12854 * env.el (getenv):
12855 * face-remap.el (variable-pitch-mode):
12856 * faces.el (describe-face):
12857 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
12858 (dired-at-point):
12859 * files.el (find-file-existing, auto-save-mode):
12860 * font-lock.el (font-lock-fontify-buffer):
12861 * help-fns.el (describe-function, describe-variable)
12862 (describe-syntax, describe-categories):
12863 * help.el (view-lossage, describe-bindings, describe-key)
12864 (describe-mode):
12865 * hexl.el (hexl-current-address):
12866 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
12867 * info.el (Info-goto-emacs-key-command-node):
12868 * log-edit.el (log-edit-insert-cvs-template)
12869 (log-edit-insert-cvs-rcstemplate):
12870 * menu-bar.el (menu-bar-mode):
12871 * mouse.el (mouse-appearance-menu):
12872 * newcomment.el (comment-indent-new-line):
12873 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
12874 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 12875 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
12876 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
12877 * recentf.el (recentf-mode):
12878 * savehist.el (savehist-mode, savehist-save):
12879 * shadowfile.el (shadow-copy-files):
12880 * simple.el (kill-ring-save, next-line, previous-line)
12881 (normal-erase-is-backspace-mode):
12882 * strokes.el (strokes-update-window-configuration)
12883 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
12884 (strokes-xpm-for-stroke):
12885 * time.el (emacs-uptime, emacs-init-time):
12886 * tutorial.el (tutorial--describe-nonstandard-key)
12887 (tutorial--detailed-help):
12888 * type-break.el (type-break-mode)
12889 (type-break-mode-line-message-mode, type-break-query-mode)
12890 (type-break-guesstimate-keystroke-threshold):
12891 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
12892 * version.el (emacs-version):
12893 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
12894 * winner.el (winner-mode):
12895 * calendar/timeclock.el (timeclock-in, timeclock-out)
12896 (timeclock-status-string, timeclock-change)
12897 (timeclock-workday-remaining-string)
12898 (timeclock-workday-elapsed-string)
12899 (timeclock-when-to-leave-string):
12900 * calendar/todo-mode.el (todo-add-category):
12901 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
12902 * emacs-lisp/autoload.el (update-file-autoloads):
12903 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
12904 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
12905 (checkdoc-message-text, checkdoc-defun):
12906 * emacs-lisp/debug.el (debugger-list-functions):
12907 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12908 * emacs-lisp/eieio-opt.el (eieio-describe-class)
12909 (eieio-describe-generic):
12910 * emacs-lisp/lisp-mnt.el (lm-synopsis):
12911 * emacs-lisp/shadow.el (list-load-path-shadows):
12912 * emulation/cua-base.el (cua-mode):
12913 * emulation/edt.el (edt-set-scroll-margins):
12914 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
12915 (tpu-toggle-regexp, tpu-toggle-search-direction)
12916 (tpu-toggle-rectangle, tpu-toggle-control-keys):
12917 * emulation/tpu-extras.el (tpu-set-scroll-margins):
12918 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12919 (viper-set-parsing-style-toggling-macro)
12920 (viper-set-emacs-state-searchstyle-macros):
12921 * emulation/viper.el (viper-set-hooks):
12922 * eshell/esh-mode.el (eshell-truncate-buffer):
12923 * international/mule-cmds.el (prefer-coding-system)
12924 (describe-input-method, describe-language-environment):
12925 * international/mule-diag.el (list-character-sets)
12926 (describe-character-set, describe-coding-system)
12927 (describe-fontset, list-fontsets, list-input-methods):
12928 * mail/sendmail.el (mail-signature):
12929 * net/ange-ftp.el (ange-ftp-copy-file):
12930 * net/browse-url.el (browse-url):
12931 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
12932 * net/quickurl.el (quickurl-add-url):
12933 * net/rcirc.el (names, topic):
12934 * net/xesam.el (xesam-mode):
12935 * play/5x5.el (5x5-new-game):
12936 * play/yow.el (apropos-zippy):
12937 * progmodes/ada-mode.el (ada-mode-version):
12938 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
12939 (f90-end-of-block)
12940 (f90-beginning-of-block):
12941 * progmodes/fortran.el (fortran-end-of-block)
12942 (fortran-beginning-of-block):
12943 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
12944 * progmodes/python.el (python-describe-symbol, python-shell):
12945 * term/ns-win.el (ns-print-buffer):
12946 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
12947 * textmodes/flyspell.el (flyspell-mode-on):
12948 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
12949 (pages-directory-for-addresses):
12950 * textmodes/table.el (table-recognize-cell)
12951 (table-query-dimension, table-generate-source)
12952 (table-insert-sequence, table--warn-incompatibility):
12953 * textmodes/tex-mode.el (tex-validate-buffer):
12954 * textmodes/texinfmt.el (texinfmt-version)
12955 (texinfo-format-buffer):
12956 Use `called-interactively-p' instead of `interactive-p'.
12957
12a3c28c
JB
129582009-10-02 Juanma Barranquero <lekktu@gmail.com>
12959
12960 * image-mode.el (image-toggle-display):
12961 * emacs-lisp/elp.el (elp-instrument-function):
12962 * emacs-lisp/advice.el (ad-make-advised-definition):
12963 * emacs-lisp/easy-mmode.el (define-minor-mode):
12964 * net/browse-url.el (browse-url-maybe-new-window):
12965 * progmodes/sh-script.el (sh-learn-buffer-indent):
12966 Pass new argument 'any to `called-interactively-p'.
12967
171fda8a
JB
129682009-10-01 Juanma Barranquero <lekktu@gmail.com>
12969
171fda8a
JB
12970 * international/uni-bidi.el:
12971 * international/uni-category.el:
12972 * international/uni-combining.el:
12973 * international/uni-comment.el:
12974 * international/uni-decimal.el:
9c3c9fdf 12975 * international/uni-decomposition.el:
171fda8a
JB
12976 * international/uni-digit.el:
12977 * international/uni-lowercase.el:
12978 * international/uni-mirrored.el:
12979 * international/uni-name.el:
12980 * international/uni-numeric.el:
12981 * international/uni-old-name.el:
12982 * international/uni-titlecase.el:
12983 * international/uni-uppercase.el:
12984 Regenerate from Unicode 5.2.0 data.
12985
dcb9734a
GM
129862009-10-01 Glenn Morris <rgm@gnu.org>
12987
12988 * Makefile.in (ELCFILES): Regenerate.
12989
ced10a4c
SM
129902009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12991
9d28c33e
SM
12992 * subr.el (interactive-p): Mark obsolete.
12993 (called-interactively-p): Make the optional-ness of `kind' obsolete.
12994 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
12995 advertised-signature-table for subroutines as well.
12996
ced10a4c
SM
12997 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
12998 (set-advertised-calling-convention): New function.
12999 (make-obsolete, define-obsolete-function-alias)
13000 (make-obsolete-variable, define-obsolete-variable-alias):
13001 Make the optional-ness of `when' obsolete.
13002 (define-obsolete-face-alias): Make `when' non-optional.
13003 * help-fns.el (help-function-arglist):
13004 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
13005 Use advertised-signature-table.
13006
cc3dda16
MA
130072009-10-01 Michael Albinus <michael.albinus@gmx.de>
13008
13009 * files.el (delete-directory): New defun. The original function
13010 in fileio.c has been renamed to `delete-directory-internal'.
13011
13012 * dired.el (dired-delete-file): Call `delete-directory' with
13013 RECURSIVE parameter.
13014
5ce6e4f4 13015 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
13016 parameter RECURSIVE. Implementation is missing.
13017
13018 * net/tramp.el (tramp-handle-make-directory): Flush upper
13019 directory's file properties.
ced10a4c 13020 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
13021 (tramp-handle-dired-recursive-delete-directory): Flush directory
13022 properties after the remove command only.
13023
ced10a4c
SM
13024 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
13025 Handle optional parameter RECURSIVE.
cc3dda16 13026
ced10a4c
SM
13027 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
13028 Handle optional parameter RECURSIVE.
cc3dda16
MA
13029
13030 * net/tramp-smb.el (tramp-smb-errors): Add error message for
13031 connection timeout.
13032 (tramp-smb-handle-delete-directory): Handle optional parameter
13033 RECURSIVE.
13034
cf885595
SM
130352009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
13036
e3a6b82f
SM
13037 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
13038 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
13039 (byte-compile-defmacro): Use backquotes.
13040
7201bfbb
SM
13041 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
13042
cf885595
SM
13043 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
13044 has no associated file.
13045 (vc-resynch-buffer): Use vc-dir-buffers.
13046
a4d2c321
GM
130472009-10-01 Glenn Morris <rgm@gnu.org>
13048
9ffe3f52
GM
13049 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
13050 (chart-file-count):
13051 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
13052 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
13053 * emacs-lisp/eieio-opt.el (eieio-describe-class):
13054 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
13055 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
13056 (eieio-copy-parents-into-subclass, make-instance, class-children)
13057 (eieio-generic-form):
bd2afec2 13058
9515cdcc
GM
13059 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
13060 match-data. (Bug#4555).
13061
a4d2c321
GM
13062 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
13063 rather than parsing it as a regexp. This relaxes the layout
13064 requirements and makes errors easier to detect.
13065 (check-declare-verify): Check file is regular.
13066 (check-declare-directory): Doc fix.
13067 * subr.el (declare-function): Doc fix.
13068
b15c31c7
GM
13069 * ibuffer.el (ibuffer-format-qualifier):
13070 * isearch.el (hi-lock-regexp-okay):
13071 * calc/calc.el (math-zerop):
13072 * mail/uce.el (rmail-msgbeg, rmail-msgend):
13073 * term/w32-win.el (setup-default-fontset, set-fontset-font):
13074 Remove unused declarations.
13075
b0b111c3
JB
130762009-09-30 Eric Ludlam <zappo@gnu.org>
13077
13078 * emacs-lisp/eieio.el (boolean-p): Delete.
13079
1fc28a2c
GM
130802009-09-30 Glenn Morris <rgm@gnu.org>
13081
1fc28a2c
GM
13082 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
13083
494f4fc7
GM
13084 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
13085 filename is not a string.
13086
561580e9
CY
130872009-09-29 Chong Yidong <cyd@stupidchicken.com>
13088
13089 * files.el (safe-local-eval-forms): Fix typo.
13090
dcbbecd4
SM
130912009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
13092
13093 * vc-hooks.el (vc-dir-buffers): New var.
13094 (vc-state-refresh): New function.
13095 (vc-state): Use it.
13096 (vc-after-save): Always ask the backend to recompute the new state.
13097 Always call vc-dir if necessary, using vc-dir-buffers.
13098 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
13099 Use vc-dir-buffers.
13100 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
13101 (vc-dir-prepare-status-buffer, vc-dir-update)
13102 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
13103 Don't call expand-file-name on default-directory.
13104
d88444f2
JB
131052009-09-29 Juanma Barranquero <lekktu@gmail.com>
13106
13107 * speedbar.el (speedbar-item-delete):
13108 * calc/calc-prog.el (calc-kbd-if):
13109 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
13110
13111 * epa.el (epa-key-list-mode-map):
13112 * hi-lock.el (hi-lock-menu): Fix typos in menus.
13113
13114 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
13115 (hs-show-hook): Fix typo in docstring.
13116
5da62d41
GM
131172009-09-29 Glenn Morris <rgm@gnu.org>
13118
8360fce0
GM
13119 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
13120 file-name-nondirectory call preventing location of cedet files.
13121 (check-declare-verify): Use literal search rather than re-search.
ae715515 13122 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
13123
13124 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13125 Use tramp-compat-file-attributes rather than nonexistent
13126 tramp-compat-handle-file-attributes.
13127
5da62d41
GM
13128 * Makefile.in (lisptagsfiles4): New.
13129 (AUTOGENEL): Add cedet loaddefs files.
13130 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
13131 (update-elclist, compile-always, backup-compiled-files)
13132 (bootstrap-clean): Add yet another directory level.
13133 (update-elclist): Use LC_COLLATE rather than COLLATE.
13134 (ELCFILES): Update, via `make update-elclist'.
13135
48267264
JB
131362009-09-29 Juanma Barranquero <lekktu@gmail.com>
13137
13138 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
13139 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
13140 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
13141
2c4cd0b0
AS
131422009-09-28 Andreas Schwab <schwab@linux-m68k.org>
13143
13144 * Makefile.in (lisptagsfiles3): Define.
5da62d41 13145 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
13146 (update-elclist): Add third directory level to look for elc files.
13147 (compile-always): Likewise.
13148 (backup-compiled-files): Likewise.
13149 (bootstrap-clean): Likewise.
13150 (ELCFILES): Update.
13151
a2533e47
CY
131522009-09-28 Chong Yidong <cyd@stupidchicken.com>
13153
13154 * Makefile.in (ELCFILES): Add CEDET files.
13155
eefbedb1
MA
131562009-09-28 Michael Albinus <michael.albinus@gmx.de>
13157
13158 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
13159
13160 * net/tramp.el (top): Require tramp-imap.
13161
13162 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13163 Use `tramp-compat-handle-file-attributes'.
13164
131652009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
13166
13167 * net/tramp-imap.el: New package.
13168
b0b111c3
JB
131692009-09-28 Eric Ludlam <zappo@gnu.org>
13170
13171 * emacs-lisp/chart.el:
13172 * emacs-lisp/eieio-base.el:
13173 * emacs-lisp/eieio-comp.el:
13174 * emacs-lisp/eieio-custom.el:
13175 * emacs-lisp/eieio-datadebug.el:
13176 * emacs-lisp/eieio-opt.el:
13177 * emacs-lisp/eieio-speedbar.el:
13178 * emacs-lisp/eieio.el: New files.
13179
748e3d67
VJL
131802009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13181
13182 * whitespace.el (whitespace-trailing-regexp)
13183 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
13184 Fix doc string.
13185
15120dec
CY
131862009-09-27 Chong Yidong <cyd@stupidchicken.com>
13187
13188 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
13189 menu.
13190
13191 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
13192 menu-bar-ediff-menu.
13193
13194 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
13195 define-overloadable-function.
13196
13197 * progmodes/autoconf.el: Provide autoconf as well, so that this
13198 file can be `require'd.
13199
13200 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
13201
13202 * emacs-lisp/autoload.el (generated-autoload-feature)
13203 (generated-autoload-load-name): New vars.
13204 (autoload-rubric, autoload-generate-file-autoloads): Use them.
13205 (make-autoload): Recognize define-overloadable-function and
13206 defclass forms (for EIEIO).
13207
13208 * Makefile.in (update-subdirs): Exclude cedet directory.
13209
135abf91
AR
132102009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13211
1becddbb 13212 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
13213
13214 * faces.el: Default light-background background for region face to
13215 ns_selection_color under NS.
13216
3d994264
TZ
132172009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
13218
13219 * net/imap-hash.el: New library, see NEWS.
13220
13221 * Makefile.in (ELCFILES): Add imap-hash.el.
13222
ce9a0ccb
SM
132232009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
13224
13225 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
13226 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
13227 * help-macro.el (make-help-screen): Avoid using an ambiguous function
13228 definition where the docstring could be taken for the return value.
13229
a92cdd49
GM
132302009-09-26 Glenn Morris <rgm@gnu.org>
13231
13232 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
13233 Add option to only show images below a certain size.
13234 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
13235 save-excursion calls.
13236
416ac2f1
EZ
132372009-09-26 Eli Zaretskii <eliz@gnu.org>
13238
13239 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
13240 subdirectories) and eieio.
13241
d9a13f68
AM
132422009-09-26 Alan Mackenzie <acm@muc.de>
13243
9c3c9fdf 13244 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
550d95a0 13245 buggy bracketing. (Bug#4289)
d9a13f68
AM
13246
13247 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 13248 character constants (as case labels). (Bug#4289)
d9a13f68 13249
182b3bec
CY
132502009-09-25 Juri Linkov <juri@jurta.org>
13251
13252 * files.el (safe-local-eval-forms): Allow time-stamp in
13253 before-save-hook (Bug#4554).
13254
8f75f2da
JB
132552009-09-25 Drew Adams <drew.adams@oracle.com>
13256
13257 * menu-bar.el (list-buffers-directory): Doc fix.
13258
8390fb80
SM
132592009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
13260
13261 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
13262 Try and avoid copying twice the same paragraph.
13263 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
13264 Remove save-excursion.
13265 (log-edit-changelog-entry): Do it here instead.
13266
11ee8d90
JB
132672009-09-25 Juanma Barranquero <lekktu@gmail.com>
13268
027b1942
JB
13269 * bs.el (bs--get-file-name): Use `list-buffers-directory'
13270 when available, instead of hardcoding mode names. Doc fix.
13271
11ee8d90
JB
13272 * menu-bar.el (list-buffers-directory): Add docstring.
13273 Make automatically buffer-local.
13274
13275 * dired.el (dired-mode):
13276 * files.el (cd-absolute):
13277 * pcvs.el (cvs-temp-buffer):
13278 * pcvs-util.el (cvs-get-buffer-create):
13279 * shell.el (shell-mode):
13280 * vc-dir.el (vc-dir-mode):
13281 Don't make `list-buffers-directory' buffer local.
13282
21289c5d
CY
132832009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
13284
8390fb80
SM
13285 * comint.el (comint-exec, comint-run, make-comint):
13286 Doc fixes (Bug#4542).
21289c5d 13287
e8652dd9
GM
132882009-09-25 Glenn Morris <rgm@gnu.org>
13289
13290 * mail/rmailmm.el (rmail-mime): New custom group.
13291 Move all defcustoms in this file into this group.
13292 (rmail-mime-media-type-handlers-alist): Revert previous change.
13293 (rmail-mime-show-images): New option.
13294 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
13295 references to it, since it wasn't actually used for anything.
13296 (rmail-mime-insert-image): New function.
13297 (rmail-mime-image): Use rmail-mime-insert-image.
13298 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
13299 obey the value of `rmail-mime-show-images' option. Print the size of
13300 attachments.
e8652dd9 13301
fb652bb5
JB
133022009-09-25 David Engster <deng@randomsample.de>
13303
13304 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
13305
32a9841c
VJL
133062009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13307
13308 * whitespace.el: Does not highlight trailing spaces While point is
13309 at end of line. Does not highligt spaces at beginning of buffer
13310 while point is at beginning of buffer. Does not highlight spaces
13311 at end of buffer while point is at end of buffer. (Bug#4177)
13312 New version 12.0.
13313 (whitespace-display-mappings): Adjust initialization.
13314 (whitespace-point, whitespace-font-lock-refontify): New vars.
13315 (whitespace-color-on, whitespace-color-off): Adjust code.
13316 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13317 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
13318 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
13319
e477ca84
CY
133202009-09-24 Chong Yidong <cyd@stupidchicken.com>
13321
13322 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
13323
13324 * textmodes/sgml-mode.el: Remove xml-mode alias.
13325
13326 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 13327 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 13328
68712602
AM
133292009-09-24 Alan Mackenzie <acm@muc.de>
13330
13331 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
13332 c-forward-conditionals, but it doesn't move point and doesn't set
13333 the mark.
13334 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
13335 (c-down-conditional-with-else, c-backward-conditional)
13336 (c-forward-conditional): Refactor to use c-scan-conditionals.
13337
1659ada0
JB
133382009-09-24 Juanma Barranquero <lekktu@gmail.com>
13339
13340 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
13341 (help-default-arg-highlight): Remove.
13342 (help-highlight-arg): New function.
13343 (help-do-arg-highlight): Use it.
13344 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
13345
b3f01e46
SM
133462009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13347
13348 * term.el (term-set-scroll-region, term-handle-ansi-escape):
13349 Undo last change, which didn't fix the problem and introduced others.
13350
107ef54a
NR
133512009-09-24 Nick Roberts <nickrob@snap.net.nz>
13352
13353 * progmodes/gdb-mi.el: Don't require speedbar.
13354 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
13355
ffa1fed6
GM
133562009-09-24 Glenn Morris <rgm@gnu.org>
13357
2157a2be
GM
13358 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
13359
6125167c
GM
13360 * term/ns-win.el (ns-reg-to-script): Define for compiler.
13361
ffa1fed6
GM
13362 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
13363 there is no newline after the final mime boundary. (Bug#4539)
13364 Move markers on insertion so that any buttons inserted don't end up in
13365 the next part of a multipart message.
2e9075d3
GM
13366 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
13367 (rmail-mime-bulk-handler): Optionally handle images.
13368 (rmail-mime-image): New button action.
13369 (rmail-mime-image-handler): New function.
13370 (rmail-mime-mode): New mode.
13371 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 13372
4a814992
SM
133732009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13374
075518b5
SM
13375 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
13376 than just dropping elements from it (bug#4504).
13377
8ad2defc
SM
13378 * term.el (term-set-scroll-region): Don't move cursor any more.
13379 (term-handle-ansi-escape): Call term-goto here instead.
13380 Suggested by Ivan Kanis <apple@kanis.eu>.
13381
4a814992
SM
13382 * term.el: Require CL.
13383 (term-ansi-reset): New function.
13384 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
13385 (term-handle-colors-array): Simplify.
13386
5a0c3f56
JB
133872009-09-24 Juanma Barranquero <lekktu@gmail.com>
13388
13389 * allout.el (allout-overlay-interior-modification-handler)
13390 (allout-obtain-passphrase):
13391 * epa-file.el (epa-file-write-region):
13392 * ps-print.el (ps-begin-job):
13393 * vc-hooks.el (vc-toggle-read-only):
13394 * vc-rcs.el (vc-rcs-rollback):
13395 * vc-sccs.el (vc-sccs-rollback):
13396 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
13397 (vc-version-diff, vc-revert, vc-rollback):
13398 * wdired.el (wdired-check-kill-buffer):
13399 * emacs-lisp/authors.el (authors):
13400 * net/socks.el (socks-open-connection):
13401 * net/zeroconf.el (zeroconf-service-add-hook):
13402 * obsolete/vc-mcvs.el (vc-mcvs-register):
13403 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
13404 (gdb-select-frame):
13405 * progmodes/grep.el (lgrep, rgrep):
13406 * progmodes/idlw-help.el (idlwave-help-check-locations)
13407 (idlwave-help-html-link, idlwave-help-assistant-open-link):
13408 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13409 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
13410 (reftex-toc-rename-label): Fix typos in error messages.
13411
13412 * dired-aux.el (dired-do-shell-command): Reflow docstring.
13413 (dired-copy-how-to-fn): Doc fix.
13414 (dired-files-attributes, dired-read-shell-command):
13415 Fix typos in docstrings.
13416
13417 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
13418 (dired-x-find-file-other-window): Reflow docstrings.
13419 (dired-omit-marker-char, dired-read-shell-command)
13420 (dired-x-submit-report): Fix typos in docstrings.
13421
13422 * shell.el (shell-mode-hook):
13423 * view.el (View-scroll-line-forward):
13424 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
13425 Fix typos in docstrings.
13426
13427 * net/dig.el (dig-invoke): Fix typo in docstring.
13428 (query-dig): Reflow docstring.
13429
13430 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
13431 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
13432 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
13433 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
13434 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
13435 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
13436 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
13437 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
13438 (idlwave-completion-map, idlwave-current-indent)
13439 (idlwave-custom-ampersand-surround, idlwave-customize)
13440 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
13441 (idlwave-define-abbrev, idlwave-determine-class-special)
13442 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
13443 (idlwave-end-block-reg, idlwave-end-of-statement)
13444 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
13445 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
13446 (idlwave-explicit-class-listed, idlwave-file-header)
13447 (idlwave-fill-paragraph, idlwave-find-class-definition)
13448 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
13449 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
13450 (idlwave-in-quote, idlwave-indent-action-table)
13451 (idlwave-indent-expand-table, idlwave-indent-line)
13452 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
13453 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
13454 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
13455 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
13456 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
13457 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
13458 (idlwave-outlawed-buffers, idlwave-popup-select)
13459 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
13460 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
13461 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
13462 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
13463 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
13464 (idlwave-statement-type, idlwave-struct-skip)
13465 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
13466 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
13467 (idlwave-what-module-find-class): Fix typos in docstrings.
13468 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
13469 (idlwave-calculate-cont-indent, idlwave-expand-equal)
13470 (idlwave-find-module, idlwave-find-structure-definition)
13471 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
13472 (idlwave-list-load-path-shadows, idlwave-next-statement)
13473 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
13474 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
13475 (idlwave-template): Reflow docstrings.
13476
13477 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
13478 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
13479 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
13480 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
13481 (idlwave-shell-display-line, idlwave-shell-display-wframe)
13482 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
13483 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
13484 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
13485 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
13486 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
13487 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
13488 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
13489 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
13490 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
13491 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
13492 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
13493 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
13494 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
13495 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
13496 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
13497 Fix typos in docstrings.
13498 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
13499 (idlwave-shell-hide-output, idlwave-shell-mode)
13500 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
13501 Reflow docstrings.
13502
13503 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
13504
62136c5d
SM
135052009-09-24 Ivan Kanis <apple@kanis.eu>
13506
13507 * term.el (term-bold-attribute): New var.
13508 (term-handle-colors-array): Use it.
13509
9c1a45ed
NR
135102009-09-23 Nick Roberts <nickrob@snap.net.nz>
13511
13512 * progmodes/gdb-mi.el (gdb-version): New variable.
13513 (gdb-non-stop-handler): Set gdb-version.
13514 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
13515 Condition "--thread" option on gdb-version.
13516 (gdb-invalidate-threads): Remove unused argument.
13517
03304f31
SM
135182009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13519
13520 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
13521 to looking-back to avoid ridiculous slow down in large files (bug#4511).
13522
4f02f0c9
GM
135232009-09-23 Glenn Morris <rgm@gnu.org>
13524
13525 * mail/rmail.el (rmail-reply): Don't try to add a References header when
13526 replying to mail without References or Message-Id. (Bug#4525)
13527
a3b4b363
AR
135282009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
13529
13530 * term/ns-win.el (ns-reg-to-script): New variable.
13531
7bda18cc
DU
135322009-09-23 Daiki Ueno <ueno@unixuser.org>
13533
13534 * epg.el (epg-wait-for-status): Preserve existing 'error results.
13535
72169e55
SS
135362009-09-22 Sam Steingold <sds@gnu.org>
13537
13538 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
13539 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
13540 to 1 because hg returns status 1 when nothing is found.
0aa4f295 13541 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 13542
905b7d38
SM
135432009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13544
b0459dec
SM
13545 * textmodes/fill.el: Convert to utf-8 encoding.
13546 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 13547 pre-Unicode days.
b0459dec 13548
905b7d38
SM
13549 * add-log.el (change-log-fill-forward-paragraph): New function.
13550 (change-log-mode): Use it so fill-region DTRT.
13551 Set fill-indent-according-to-mode here rather than in
13552 change-log-fill-paragraph.
13553 (change-log-fill-paragraph): Remove.
13554
baa7f3de
JB
135552009-09-22 Juanma Barranquero <lekktu@gmail.com>
13556
13557 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
13558 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
13559
a8d789f0
GM
135602009-09-22 Glenn Morris <rgm@gnu.org>
13561
daedbbc2
GM
13562 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
13563 the scroll-bar scroll the calendar window rather than the buffer.
13564
d8899a74
GM
13565 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
13566 commands that move point (as opposed to scrolling).
13567
a8d789f0
GM
13568 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
13569
13570 * emacs-lisp/elint.el (elint): New custom group.
13571 (elint-log-buffer): Make it a defcustom.
13572 (elint-scan-preloaded, elint-ignored-warnings)
13573 (elint-directory-skip-re): New options.
13574 (elint-builtin-variables): Doc fix.
13575 (elint-preloaded-env): New variable.
13576 (elint-unknown-builtin-args): Add an entry for encode-time.
13577 (elint-extra-errors): Make it a variable rather than a constant.
13578 (elint-preloaded-skip-re): New constant.
13579 (elint-directory): Skip files matching elint-directory-skip-re.
13580 (elint-features): New variable, local to linted buffers.
13581 (elint-update-env): Initialize elint-features. Possibly add
13582 elint-preloaded-env to the buffer's environment.
13583 (elint-get-top-forms): Bind elint-current-pos, for log messages.
13584 Skip quoted forms.
13585 (elint-init-form): New function, extracted from elint-init-env.
13586 Make non-list forms a warning rather than an error.
13587 Add the mode-map for define-derived-mode. Handle define-minor-mode,
13588 easy-menu-define, put that adds an error-condition, and provide.
13589 When requiring cl, also require cl-macs. Really require cl, to handle
13590 some cl macros. Store required libraries in the list elint-features,
13591 so as not to re-load them. Treat cc-require like require.
13592 (elint-init-env): Call elint-init-form to do the work.
13593 Handle eval-and-compile and such like.
13594 (elint-add-required-env): Do not clear messages.
13595 (elint-special-forms): Add handlers for function, defalias, if, when,
13596 unless, and, or.
13597 (elint-form): Add optional argument to ignore elint-special-forms,
13598 useful to prevent recursive calls from handlers. Doc fix.
13599 Respect elint-ignored-warnings.
13600 (elint-form): Respect elint-ignored-warnings.
13601 (elint-bound-variable, elint-bound-function): New variables.
13602 (elint-unbound-variable): Respect elint-bound-variable.
13603 (elint-get-args): Respect elint-bound-function.
13604 (elint-check-cond-form): Add some simple handling for (f)boundp and
13605 featurep tests.
13606 (elint-check-defalias-form): New handler.
13607 (elint-check-let-form): Make an empty let a warning rather than an
13608 error.
13609 (elint-check-setq-form): Make an empty setq a warning rather than an
13610 error. Respect elint-ignored-warnings.
13611 (elint-check-defvar-form): Accept null doc-strings.
13612 (elint-check-conditional-form): New handler. Does some simple-minded
13613 checking of featurep and (f)boundp tests.
13614 (elint-put-function-args): New function.
13615 (elint-initialize): Use elint-scan-doc-file rather than
13616 elint-find-builtin-variables. Use elint-put-function-args.
13617 Possibly scan preloaded-file-list.
13618 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
13619 extend to handle functions as well.
13620
245be23c
JB
136212009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
13622
13623 * linum.el (linum-delete-overlays, linum-update-window):
13624 Do not modify the right margin. (Bug#3971)
13625
91fdbd6f
CY
136262009-09-21 Chong Yidong <cyd@stupidchicken.com>
13627
13628 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
13629 nxml-mode instead of xml-mode.
13630
7589d38e
JB
136312009-09-21 Kevin Ryde <user42@zip.com.au>
13632
13633 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
13634
5ac42715
SM
136352009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13636
13637 * net/dig.el (dig-mode): Use define-derived-mode.
13638
09c01323
DN
136392009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
13640
4096c5f2
DN
13641 * vc-dispatcher.el (vc-do-command): Return the process object in
13642 the asynchronous case. Use when instead of if. Do not run
5480359e 13643 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 13644
0e172cc2
DN
13645 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
13646 properties to the stash strings.
13647 (vc-git-stash-list): Return a list of strings.
13648 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
13649 (vc-git-stash-show-at-point): New functions.
13650 (vc-git-stash-map): New keymap.
13651
03304f31
SM
13652 * register.el (ctl-x-r-map): Define the keys here instead of
13653 using autoload.
09c01323 13654
03304f31 136552009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
13656
13657 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
13658 list, to workaround performance problem (bug#4485).
13659
2f5fc4d7
NR
136602009-09-20 Nick Roberts <nickrob@snap.net.nz>
13661
13662 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
13663
b0f5fd2e
DU
136642009-09-20 Daiki Ueno <ueno@unixuser.org>
13665
13666 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
13667 Document that this option is not recommended to use.
13668
f3445fab
GM
136692009-09-19 Glenn Morris <rgm@gnu.org>
13670
547c6921
GM
13671 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
13672 variable `var'.
13673
f3445fab
GM
13674 * calc/calc-alg.el (var):
13675 * calc/calcalg2.el (var): Define for compiler.
13676
946c009b
CY
136772009-09-19 Chong Yidong <cyd@stupidchicken.com>
13678
e3f36d03
SM
13679 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
13680 Doc fix (Bug#3932).
e2045997 13681
24aedbca
CY
13682 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
13683
327dd27a
CY
13684 * time-stamp.el (time-stamp-month-dd-yyyy)
13685 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
13686 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
13687 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
13688 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
13689 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 13690
946c009b
CY
13691 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
13692 indent buffer only if called interactively (Bug#4452).
13693
3e70541a 136942009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 13695 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
13696
13697 This fixes bug#4197 (merged to bug#865, though not identical).
13698 * server.el (server-auth-dir): Add docstring note about FAT32.
13699 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
13700 but warn against using them.
13701
9b94c32e
NR
137022009-09-19 Nick Roberts <nickrob@snap.net.nz>
13703
13704 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
13705 older GDB where there is no has_more field.
13706
66590684
GM
137072009-09-19 Glenn Morris <rgm@gnu.org>
13708
13709 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13710
9a1337f9
CY
137112009-09-18 Chong Yidong <cyd@stupidchicken.com>
13712
13713 * files.el (auto-mode-alist): Change default for XML files to nXML
13714 mode (Bug#4169).
13715
d7554167
JB
137162009-09-18 Juanma Barranquero <lekktu@gmail.com>
13717
13718 * server.el (server-ensure-safe-dir): Pass 'integer
13719 to `file-attributes', as suggested.
13720
35a3f9a4
SM
137212009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
13722
13723 * dired-aux.el (dired-query-alist): Remove spurious backslash.
13724 (dired-query): Use read-key.
13725
044f9b05
AR
137262009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
13727
13728 * cus-start.el (ns-use-qd-smoothing): Remove.
13729
6188ea49
GM
137302009-09-18 Glenn Morris <rgm@gnu.org>
13731
08cf18e4
GM
13732 * allout.el (top-level): Remove unnecessary progn.
13733
07eae5c5
GM
13734 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
13735
6726c25e
GM
13736 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
13737 definition of abbrev table.
13738
3f527154 13739 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
13740 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
13741 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
13742 * net/newst-backend.el (newsticker--cache-read-feed):
13743 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
13744 condition-case handlers.
13745
ccb4c30c
NR
137462009-09-18 Nick Roberts <nickrob@snap.net.nz>
13747
13748 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
13749 (gdb-var-list): Add an element for has_more field.
13750 (gdb-non-stop-handler): Enable pretty printing for STL containers.
13751 (gdb-var-create-handler, gdb-var-list-children-handler-1)
13752 (gdb-var-update-handler-1): Parse output of dynamic variable
13753 objects (STL containers).
13754 (gdb-var-delete-1): Pass var1 as an explicit second argument.
13755 (gdb-get-field): Delete alias. Use bindat-get-field directly.
13756
13757 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
13758 gdb-var-list.
13759 (gud-speedbar-buttons): Make node expandable if expression "has more"
13760 children.
13761
8686ac71
JB
137622009-09-17 Juanma Barranquero <lekktu@gmail.com>
13763
13764 * startup.el (emacs-quick-startup): Remove variable and all uses.
13765 (command-line): Set `inhibit-x-resources' instead.
13766 (command-line-1): Use `inhibit-x-resources' instead.
13767
a69c67e8
CY
137682009-09-17 Chong Yidong <cyd@stupidchicken.com>
13769
13770 * subr.el: Fix last change to avoid using the `unless' macro,
13771 which breaks bootstrapping.
13772
354f0faf
SM
137732009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13774
13775 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
13776 extended definitions, in case we reload subr.el after having
13777 loaded CL.
13778 (eval-next-after-load): Mark as obsolete.
13779
98b9bf40
JL
137802009-09-17 Juri Linkov <juri@jurta.org>
13781
13782 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
13783 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
13784 (menu-bar-showhide-menu, menu-bar-tools-menu)
13785 (menu-bar-describe-menu, menu-bar-help-menu)
13786 (minibuffer-local-completion-map, minibuffer-local-map):
13787 Fix list quoting.
13788
28fab7b5
GM
137892009-09-17 Glenn Morris <rgm@gnu.org>
13790
88d5190c
GM
13791 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
13792 arguments, whether or not it has a handler.
13793
74f24ba7
GM
13794 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
13795
28fab7b5
GM
13796 * simple.el (hard-newline): Give it a doc-string.
13797
a8106aec
GM
13798 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13799 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 13800
76251ad7
DN
138012009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
13802
72033dbe
DN
13803 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
13804 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
13805 (menu-bar-options-menu, menu-bar-showhide-menu)
13806 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
13807 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
13808 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
13809 (menu-bar-options-menu, menu-bar-tools-menu)
13810 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
13811 (menu-bar-help-menu):
13812 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
13813 string arguments.
13814
76251ad7
DN
13815 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
13816 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
13817 calls for the menu names and :help.
13818
97b952b7
SM
138192009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13820
13821 * mouse.el (minor-mode-menu-from-indicator): Pay attention
13822 to :minor-mode-function (bug#4455).
13823
8f38189e
SM
138242009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13825
d2fd733e
SM
13826 * startup.el (command-line): Initialize the window-system after
13827 processing the command-line.
13828
8f38189e
SM
13829 * textmodes/page.el (what-page): Make sure we don't inf-loop if
13830 page-delimiter matches the empty string.
13831
77564fa4
GM
138322009-09-16 Glenn Morris <rgm@gnu.org>
13833
13834 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
13835 byte-compile-not-obsolete-var. It's a list now.
13836 (byte-compile-not-obsolete-funcs): New variable.
13837 (byte-compile-warn-obsolete): Don't warn about functions if they are in
13838 byte-compile-not-obsolete-funcs.
13839 (byte-compile-variable-ref, byte-compile-defvar): Update for
13840 byte-compile-not-obsolete-vars name-change and list nature.
13841 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
13842 and variables behind (f)boundp tests.
13843 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
13844
79d316d3
DN
138452009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13846
13847 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
13848
8fed6934
SM
138492009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13850
13851 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
13852 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
13853 Don't autoload.
13854
4078fd57
SE
138552009-09-15 Stephen Eglen <stephen@gnu.org>
13856
13857 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 13858 the virtual-buffers, use the name of the buffer specified by
4078fd57 13859 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 13860 problem if the target and the symlink had different names.)
4078fd57 13861
838ff458
SM
138622009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13863
b3c7c12d
SM
13864 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
13865
13dc2bc2
SM
13866 * desktop.el (desktop-path): Check user-emacs-directory.
13867
49fec531
SM
13868 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
13869
0e328d37
SM
13870 * loadup.el: Use after-load-functions to GC after loading each file.
13871 Remove the explicit GC calls that used to be sprinkled around.
13872
838ff458
SM
13873 * subr.el (after-load-functions): New hook.
13874 (do-after-load-evaluation): Run it. Use string-match-p to detect
13875 `obsolete' packages, rather than painfully extracting the relevant
13876 directory name.
13877
a62f564f
GM
138782009-09-15 Glenn Morris <rgm@gnu.org>
13879
13880 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
13881 free variable `doc'.
13882
13883 * dired.el (dired-mode-map): Add menu entry for async shell command.
13884
13885 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
13886 variables, also consider the .elc files, since the .el files are
13887 normally gzipped (subsequent code locates the .el.gz from the .elc).
13888
13889 * calc/calc-prog.el (arglist): Define for compiler.
13890
13891 * calendar/diary-lib.el (diary-display-function): Change the default to
13892 fancy display.
13893 (body): Define for compiler.
13894
13895 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
13896 (byte-compile-file-form, byte-compile-lambda)
13897 (byte-compile-top-level-body, byte-compile-form)
13898 (byte-compile-variable-ref, byte-compile-setq)
13899 (byte-compile-setq-default, byte-compile-body)
13900 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
13901 (batch-byte-compile): Give some more local variables with common names
13902 a "bytecomp-" prefix to avoid masking warnings about free variables.
13903
cd05fe7f
GM
13904 * startup.el (command-line-1): Give local variables with common names a
13905 distinguishing prefix, so as not to hide free variable warnings during
13906 bootstrap.
13907
a62f564f
GM
13908 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
13909 clever and add a suffix to make a unique name, just let the user decide
13910 whether or not to overwrite it. If the input is a directory, write the
13911 default filename to that directory. (Bug#4388)
13912 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
13913 is a filename-as-a-directory.
13914
fbc88440
SM
139152009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13916
13917 * textmodes/page.el (what-page): Don't move to beginning of line.
13918 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
13919
60308853
DN
139202009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13921
13922 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
13923
32ba3abc
DN
139242009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
13925
9cd39aff
DN
13926 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
13927 * help.el (help-for-help-internal): Add purecopy calls for text.
13928
32ba3abc
DN
13929 * vc.el (top): print-log method now takes an optional SHORTLOG
13930 argument. Add a new method: root.
32ba3abc
DN
13931 (vc-root-diff, vc-print-root-log): New functions.
13932 (vc-log-short-style): New variable.
13933 (vc-print-log-internal): Add support for showing short logs.
13934
13935 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
13936 vc-print-root-log and vc-print-root-diff.
13937
13938 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
13939 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
13940 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
13941 short logs.
13942
13943 * vc-cvs.el (vc-cvs-print-log):
13944 * vc-mtn.el (vc-mtn-print-log):
13945 * vc-rcs.el (vc-rcs-print-log):
13946 * vc-sccs.el (vc-sccs-print-log):
13947 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
13948 that is ignored for now.
13949
837b0e99
DN
13950 * vc-mtn.el (vc-mtn-annotate-command):
13951 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
13952
31cd2dd4
SM
139532009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13954
13955 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
13956 to function-key-map, and give them ascii-character property.
13957 * term/x-win.el (x-alternatives-map):
13958 * term/ns-win.el (ns-alternatives-map):
13959 * term/internal.el (msdos-key-remapping-map):
13960 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
13961
d62e5bf2
GM
139622009-09-14 Glenn Morris <rgm@gnu.org>
13963
13964 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
13965 temp-buffers (2009-09-12).
13966
7d0105e5
SM
139672009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13968
13969 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
13970 the new read-key function.
13971
e17ed9ad
CY
139722009-09-13 Chong Yidong <cyd@stupidchicken.com>
13973
13974 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
13975 is defined (Bug#4405).
13976
1fc26e29
CY
139772009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
13978
13979 * recentf.el (recentf-cleanup): Use a hash table to find
13980 duplicates (Bug#4407).
13981
61dc96a2 139822009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
13983
13984 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
13985 kp-0 to ascii equivalents (Bug#4325).
13986
42c3a9e3
CY
139872009-09-13 Chong Yidong <cyd@stupidchicken.com>
13988
1f5c1626
CY
13989 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
13990
42c3a9e3 13991 * eshell/em-hist.el:
31cd2dd4
SM
13992 * eshell/em-dirs.el (eshell-complete-user-reference):
13993 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
13994
139952009-09-13 Leo <sdl.web@gmail.com> (tiny change)
13996
13997 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
13998 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
13999 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
14000 * eshell/em-hist.el (eshell-history-file-name):
14001 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 14002
1e2b6acf
GM
140032009-09-13 Glenn Morris <rgm@gnu.org>
14004
14005 * ediff-merg.el (ediff-do-merge):
14006 * filesets.el (filesets-run-cmd):
14007 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
14008 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
14009 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
14010 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
14011 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
14012 Replace empty `let's with `progn'.
14013
adba8116
SM
140142009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
14015
14016 * mail/sendmail.el (send-mail-function):
14017 * tooltip.el (tooltip-mode):
14018 * simple.el (transient-mark-mode):
14019 * rfn-eshadow.el (file-name-shadow-mode):
14020 * frame.el (blink-cursor-mode):
14021 * font-core.el (global-font-lock-mode):
14022 * files.el (temporary-file-directory)
14023 (small-temporary-file-directory, auto-save-file-name-transforms):
14024 * epa-hook.el (auto-encryption-mode):
14025 * composite.el (global-auto-composition-mode):
14026 Use custom-initialize-delay.
14027 * startup.el (command-line): Don't explicitly call
14028 custom-reevaluate-setting for all the above vars.
14029 * custom.el (custom-initialize-safe-set)
14030 (custom-initialize-safe-default): Delete.
14031
0a4afea9
SM
140322009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14033
9f94990d
SM
14034 * term/x-win.el (x-initialize-window-system):
14035 * term/w32-win.el (w32-initialize-window-system):
14036 * term/ns-win.el (ns-initialize-window-system): Don't call
14037 mouse-wheel-mode since it's enabled globally by default already.
14038
0a4afea9
SM
14039 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
14040 actually define the variable, but only silences the byte-compiler.
14041 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
14042 before looking it up.
14043 (mouse-wheel-scroll-amount): Also reset the bindings if this value
14044 is changed.
14045
bf01513f
GM
140462009-09-12 Glenn Morris <rgm@gnu.org>
14047
14048 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
14049 1000.
14050 (elint-add-required-env): Don't beep on error.
14051 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
14052 (elint-init-env): Skip non-list forms.
14053 (elint-log): Handle unknown file positions.
bf01513f 14054
d85889e4
DU
140552009-09-12 Daiki Ueno <ueno@unixuser.org>
14056
14057 * epg.el (epg-make-context): Add autoload cookie.
14058 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
14059 (epg-decrypt-string, epg-start-verify, epg-verify-file)
14060 (epg-verify-string, epg-start-sign, epg-sign-file)
14061 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
14062 (epg-encrypt-string, epg-start-export-keys)
14063 (epg-export-keys-to-file, epg-export-keys-to-string)
14064 (epg-start-import-keys, epg-import-keys-from-file)
14065 (epg-import-keys-from-string, epg-start-receive-keys)
14066 (epg-receive-keys, epg-import-keys-from-server)
14067 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
14068 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
14069 (epg-generate-key-from-file, epg-generate-key-from-string):
14070 Remove autoload cookie.
d85889e4 14071
8f825ee6
EZ
140722009-09-12 Eli Zaretskii <eliz@gnu.org>
14073
36b434ee
EZ
14074 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
14075 reevaluation of trash-directory.
14076
8f825ee6
EZ
14077 * mwheel.el: Fix last change.
14078 (mouse-wheel-mode): New defvar.
14079 (mouse-wheel-mode): Remove autoload cookie.
14080
5766c380
SM
140812009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14082
ab5c0fcd
SM
14083 * mwheel.el (mwheel-installed-bindings): New var.
14084 (mouse-wheel-mode): Use it, so as to make sure we really remove all
14085 the bindings we set last time. Use custom-initialize-delay.
14086 * loadup.el: Load mwheel after term/*-win.el.
14087 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
14088 and mouse-wheel-up-event now that their first evaluation is done
14089 sufficiently late to be correct.
14090
45448e64
SM
14091 * startup.el (tutorial-directory): Make it a defcustom.
14092 Use custom-initialize-delay rather than eval-at-startup to set it.
14093 * image.el (image-load-path): Make it a defcustom.
14094 Use custom-initialize-delay rather than eval-at-startup to set it.
14095 * subr.el (eval-at-startup): Remove.
14096 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
14097
5766c380
SM
14098 * subr.el (do-after-load-evaluation): Warn the user after loading an
14099 obsolete package.
14100
d6549da4
GM
141012009-09-12 Glenn Morris <rgm@gnu.org>
14102
14103 * proced.el (proced-mark-alt): Remove alias.
14104 (proced-mode-map): Remove proced-mark-alt.
14105
14106 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
14107 Elint file and directory. Remove initialization entry.
14108
14109 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
14110 commands.
14111 (elint-current-buffer): Set mode-line-process.
14112 (elint-init-env): Handle define-derived-mode.
14113 Fix declare-function with unspecified arglist. Guard against odd
14114 defalias statements (eg iso-insert's 8859-1-map).
14115 (elint-add-required-env): Use a temp buffer.
14116 (elint-form): Just print the function/macro name, not the whole form.
14117 Return env unchanged if we fail to parse a macro.
14118 (elint-forms): Guard against parse errors.
14119 (elint-output): New function, to handle batch mode.
14120 (elint-log-message): Add optional argument. Use elint-output.
14121 (elint-set-mode-line): New function.
14122
30194d4d
CY
141232009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
14124
14125 * emacs-lisp/elp.el (elp-not-profilable): Add more
14126 functions (Bug#4233).
14127
a035f9b0
CY
141282009-09-12 Chong Yidong <cyd@stupidchicken.com>
14129
14130 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
14131 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
14132
dad61164
NR
141332009-09-11 Nick Roberts <nickrob@snap.net.nz>
14134
14135 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
14136 (gdb-var-list-children): Use json parsing.
14137
9c3c9fdf 141382009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
14139
14140 * progmodes/js.el (js--proper-indentation): Handle the case where
14141 char-before is null. Reported by Deniz Dogan.
14142
b4587710
JB
141432009-09-11 Juanma Barranquero <lekktu@gmail.com>
14144
14145 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
14146
13890796
DU
141472009-09-11 Daiki Ueno <ueno@unixuser.org>
14148
14149 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
14150 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 14151 (epg-context-set-passphrase-callback)
97d4bdba 14152 (epg-context-set-progress-callback): Add description about
b18508dd 14153 callback function.
13890796 14154
2efb64a8
SM
141552009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14156
790d0270
SM
14157 * custom.el (custom-delayed-init-variables): New var.
14158 (custom-initialize-delay): New function.
14159 * startup.el (command-line): "Re"evaluate all vars in
14160 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
14161 explicitly any more.
14162 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
14163 to avoid creating a ~/.emacs.d at build-time (bug#4347).
14164
14165 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 14166
ac243a40
NR
141672009-09-11 Nick Roberts <nickrob@snap.net.nz>
14168
14169 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
14170 (gdb-var-update-handler): Use json parsing.
14171
657bc6fc
JB
141722009-09-11 Juanma Barranquero <lekktu@gmail.com>
14173
14174 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
14175 decode annotated text, regardless of language environment. (Bug#2741)
14176
b6fe8102
SM
141772009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14178
14179 * Makefile.in (autoloads): Make rmail.el writable as well.
14180
5cc443fe
GM
141812009-09-11 Glenn Morris <rgm@gnu.org>
14182
5515c54e
GM
14183 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
14184 loaddefs.el.
14185 * dired.el: Regenerate with extracted autoloads.
14186 * Makefile.in (autoloads): Make dired.el writable.
14187
15067158
GM
14188 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
14189 * ibuffer.el: Regenerate with extracted autoloads.
14190 * Makefile.in (autoloads): Make ibuffer.el writable.
14191
d35d0238
GM
14192 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
14193 * version.el (emacs-copyright, emacs-major-version)
14194 (emacs-minor-version): Reformat doc-strings for make-docfile.
14195
5cc443fe
GM
14196 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
14197 functions and variables, since they must be stuff specific to some other
14198 platform.
14199 (apropos-print): Make mouse-click message less specific about button.
14200
14201 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
14202 that records where a macro was defined.
14203 * help-fns.el (describe-function-1): Mention if a function has a
14204 compiler-macro.
14205 * help-mode.el (help-function-cmacro): New button.
14206
14207 * locate.el (top-level): Always require dired.
14208 (locate-mode-map): Initialize inside the defvar.
14209
14210 * net/ange-ftp.el (dired-compress-file): Declare.
14211 (ange-ftp-dired-compress-file): Add doc string.
14212
14213 * term/ns-win.el (x-display-name, x-setup-function-keys):
14214 Unify doc-strings with X versions.
14215
8cb95edf
SM
142162009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14217
726a4d09
SM
14218 * emulation/crisp.el (crisp-mode-map): Move initialization
14219 into declaration.
14220 (crisp-mode): Use define-minor-mode.
14221
8cb95edf
SM
14222 * progmodes/xscheme.el (xscheme-evaluation-commands):
14223 Put a :advertised-binding property rather than using
14224 advertised-xscheme-send-previous-expression.
14225 (advertised-xscheme-send-previous-expression): Declare obsolete.
14226 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
14227 `advertised-undo'.
14228 (crisp-mode): Add corresponding bindings to
14229 undo's :advertised-binding instead.
14230 * dired.el (dired-mode-map): Put a :advertised-binding property rather
14231 than using dired-advertised-find-file.
14232 (dired-advertised-find-file):
14233 * simple.el (advertised-undo):
14234 * wid-edit.el (advertised-widget-backward): Declare obsolete.
14235 (widget-keymap): Put a :advertised-binding property rather
14236 than using advertised-widget-backward.
14237 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
14238 than using advertised-undo.
14239 * tutorial.el (tutorial--default-keys): Adjust accordingly.
14240
07db5857
SS
142412009-09-10 Simon South <ssouth@slowcomputing.org>
14242
14243 * progmodes/delphi.el (delphi-tab): Indent region when Transient
14244 Mark mode is enabled and region is active; otherwise indent or
14245 insert TAB as usual.
14246 (delphi-mode): Update description of TAB-key binding.
14247
50d4ba39
SM
142482009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
14249
14250 * subr.el (define-key-rebound-commands): Mark obsolete.
14251 * startup.el (precompute-menubar-bindings): Remove.
14252 (normal-top-level): Remove obsolete code that tried to precompute
14253 menubar bindings.
14254 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
14255 define-key-rebound-commands and precompute-menubar-bindings.
14256
ffa894db
KY
142572009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
14258
14259 * net/imap.el (imap-interactive-login): Better messages.
14260 (imap-open): Fix bug with renamed buffer on reconnect.
14261 (imap-authenticate): Add buffer-local imap-last-authenticator variable
14262 for easier debugging and cleaner code. On successful (guessed based on
14263 server capabilities) secondary authentication, set imap-state
14264 correctly.
14265 (imap-last-authenticator): Define imap-last-authenticator as a variable
14266 to avoid warnings.
14267
9477096c
GM
142682009-09-10 Glenn Morris <rgm@gnu.org>
14269
14270 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
14271
14272 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
14273 (byte-compile-file-form-autoload): Don't warn about unknown functions
14274 where the autoload statement comes after the use.
14275 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
14276 that any handlers inside the body (eg require) are in turn respected.
14277
14278 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
14279 effects.
14280
14281 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
14282 and syntax and abbrev tables basic docs, if they don't have any.
14283
14284 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
14285
14286 * international/mule-cmds.el (top-level): Require cl when compiling.
14287 (view-hello-file): Use default-value rather than
14288 default-enable-multibyte-characters.
14289
14290 * progmodes/fortran.el: Move all safe and risky properties into the
14291 defcustoms.
14292
14293 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
14294 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
14295 * mail/undigest.el:
14296 Put autoloads in rmail.el rather than loaddefs.el.
14297 * mail/rmail.el: Regenerate with extracted autoloads.
14298
14299 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
14300 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
14301
9f16c547
NR
143022009-09-10 Nick Roberts <nickrob@snap.net.nz>
14303
14304 Reported in thread for Bug#4375.
14305 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
14306 "-data-evaluate-expression" instead of print.
14307 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
14308 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
14309 (gdb): Revert 2009-08-11 change. User should detach inferior
14310 manually.
9f16c547
NR
14311
14312 Remove the word "separate" from IO functions as inferior
14313 output is now never displayed in the GUD buffer.
14314
50405cd0
JB
143152009-09-10 Juanma Barranquero <lekktu@gmail.com>
14316
14317 * startup.el (command-line-normalize-file-name): On Windows and
14318 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
14319
7ae62430
JL
143202009-09-10 Juri Linkov <juri@jurta.org>
14321
14322 * isearch.el (isearch-text-char-description): Propertize escape
14323 character sequences with the `escape-glyph' face. (Bug#4344)
14324
14325 * simple.el (shell-command): Set asynchronous process filter to
14326 `comint-output-filter'. (Bug#4343)
14327
14328 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
14329 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
14330 the list. Move "asm" to the bottom.
14331 (grep-find-ignored-directories): Add `choice' with nil value
14332 to empty the list easily.
14333 (grep-find-ignored-files): New option.
14334 (grep-files-history): Set to nil by default instead of '("ch" "el").
14335 (grep-compute-defaults): Add "<X>" to `grep-template'.
14336 (grep-read-files): Bind new local variables `default-alias' and
14337 `default-extension'. Use a list of default values for the file prompt.
14338 (lgrep): Add `--exclude=' command line options composed from
14339 `grep-find-ignored-files'.
14340 (rgrep): Add `-name' command line options composed from
14341 `grep-find-ignored-files'. (Bug#4301)
14342
cd875252
SM
143432009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
14344
14345 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
14346 (bug#4368).
14347
cdce0b33
KY
143482009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
14349
14350 * calendar/time-date.el (autoload):
14351 Expand define-obsolete-function-alias into defalias and make-obsolete
14352 for old Emacsen that Gnus supports.
14353 (with-no-warnings): Define it for old Emacsen.
14354 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14355 is available.
14356 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14357 float-time is available; suppress compile warning for time-to-seconds.
14358
143592009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
14360
14361 * net/imap.el (imap-message-map): Docstring fix.
14362
2b2eb431
GM
143632009-09-09 Glenn Morris <rgm@gnu.org>
14364
14365 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
14366 line numbers too. (Bug#4374)
14367
83a5aac5
SM
143682009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
14369
755e0210
SM
14370 * smerge-mode.el (smerge-remove-props, smerge-refine):
14371 Use with-silent-modifications (bug#4342).
14372
83a5aac5
SM
14373 * subr.el (with-silent-modifications): New macro.
14374
79f01fa7
JB
143752009-09-07 Juanma Barranquero <lekktu@gmail.com>
14376
14377 * files.el (top-level): Require `cl' when compiling.
14378
448ecec3
GM
143792009-09-07 Glenn Morris <rgm@gnu.org>
14380
14381 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
14382
8f09a02f
GM
14383 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
14384 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
14385
76ff67bf
NR
143862009-09-06 Nick Roberts <nickrob@snap.net.nz>
14387
14388 * vc-git.el (vc-git-annotate-command): Use separator to parse
14389 arguments correctly.
14390
943c8b75
EZ
143912009-09-06 Eli Zaretskii <eliz@gnu.org>
14392
14393 * proced.el (proced-mode): Doc fix.
14394
680db9ac
MA
143952009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
14396
14397 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
14398 lstat fails.
14399 (tramp-do-file-attributes-with-ls): Check for file existence at
14400 remote end.
14401 (tramp-do-file-attributes-with-stat): Likewise.
14402 (tramp-convert-file-attributes): Return nil when attr is nil.
14403
3f12e5bd
GM
144042009-09-05 Glenn Morris <rgm@gnu.org>
14405
c8dc27bf
GM
14406 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
14407 properties to this button.
14408 (diary-fancy-display): Don't extend the button to the final newline.
14409 (diary-fancy-display-mode): Continue to define "q" as a local key.
14410
cca065d8
GM
14411 * calendar/cal-china.el (holiday-chinese): Make it slightly more
14412 efficient.
14413
cddaedb6
GM
14414 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
14415
3f12e5bd
GM
14416 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
14417 (byte-compile-dest-file-function): New option.
14418 (byte-compile-dest-file): Doc fix.
14419 Obey byte-compile-dest-file-function.
14420 (byte-compile-cl-file-p): New function.
14421 (byte-compile-eval): Only suppress noruntime warnings about cl functions
14422 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
14423 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
14424 than for file being previously loaded.
14425 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
14426 (byte-compile-file-form-require): Handle the case where requiring a file
14427 indirectly causes CL to be loaded.
14428
049a231b
KF
144292009-09-05 Karl Fogel <kfogel@red-bean.com>
14430
14431 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
14432 before killing the old buffer, since by the time `kill-buffer' is
14433 run so many buffer variables have been set to nil that it may not
14434 behave as expected. (Bug#4061)
14435
ef7ef2a0
KF
144362009-09-05 Karl Fogel <kfogel@red-bean.com>
14437
14438 * files.el (find-alternate-file): If the old buffer is modified
14439 and visiting a file, behave similarly to `kill-buffer' when
14440 killing it, thus reverting to the pre-1.878 behavior; see
14441 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
14442 for discussion. Also, consult `buffer-file-name' as a variable
14443 not as a function, for consistency with the rest of the code.
14444
73d854cd
MA
144452009-09-04 Michael Albinus <michael.albinus@gmx.de>
14446
14447 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
14448 also when adding a new directory.
14449
14450 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
14451 defun.
14452
df120481
SM
144532009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
14454
14455 * files.el (locate-file-completion-table): Make it provide boundary
14456 information, so partial-completion works better.
14457
c0bc6d79
SM
144582009-09-04 Leo <sdl.web@gmail.com> (tiny change)
14459
14460 * mail/footnote.el (Footnote-text-under-cursor):
14461 Check footnote-text-marker-alist before using it (bug#4324).
14462
f76a9756
GM
144632009-09-04 Glenn Morris <rgm@gnu.org>
14464
67d110f1
GM
14465 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
14466 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
14467 * play/solitaire.el, play/tetris.el:
14468 Remove leading * from defcustom and defface docs.
14469
b42d4989
GM
14470 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
14471 necessary.
14472 (diary-fancy-overriding-map): New variable.
14473 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
14474 Use view-mode.
14475
f76a9756
GM
14476 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
14477 goto-line.
14478
e605eeeb
GM
144792009-09-03 Glenn Morris <rgm@gnu.org>
14480
597e2240
GM
14481 * arc-mode.el (archive-mode):
14482 * dos-fns.el (set-default-process-coding-system):
14483 * man.el (Man-getpage-in-background):
14484 * menu-bar.el (menu-bar-describe-menu):
14485 * server.el (server-process-filter):
14486 * startup.el (command-line):
14487 * tar-mode.el (tar-header-block-tokenize, tar-extract):
14488 * w32-fns.el (set-default-process-coding-system):
14489 * x-dnd.el (x-dnd-handle-file-name):
14490 * international/mule-cmds.el (mule-menu-keymap)
14491 (set-default-coding-systems, language-info-alist, set-language-info)
14492 (set-language-environment, standard-display-european-internal)
14493 (set-locale-environment):
14494 * international/mule-diag.el (mule-diag):
14495 * mail/emacsbug.el (report-emacs-bug):
14496 * mail/rmail.el (rmail-mode):
14497 * mail/sendmail.el (mail-setup):
14498 Use default-value rather than default-enable-multibyte-characters.
14499
f38184aa
GM
14500 * progmodes/f90.el: Move all safe properties into the defcustoms.
14501 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
14502
e605eeeb
GM
14503 * calendar/appt.el (appt-check):
14504 * calendar/diary-lib.el (diary-set-header, diary-live-p)
14505 (diary-check-diary-file, diary-list-entries)
14506 (diary-include-other-diary-files, diary-simple-display)
14507 (diary-fancy-display, diary-print-entries)
14508 (diary-mark-included-diary-files, diary-make-entry):
14509 Don't call substitute-in-file-name on diary-file.
14510
734db384 145112009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 14512 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
14513
14514 * mail/footnote.el (footnote-prefix): Make it a defcustom.
14515 (footnote-mode-map): Move initialization into the declaration.
14516 (footnote-minor-mode-map): Define it rather than changing global-map.
14517 (footnote-mode): Use define-minor-mode.
14518
e5aa47f9
MA
145192009-09-02 Michael Albinus <michael.albinus@gmx.de>
14520
14521 * net/tramp.el (tramp-handle-file-attributes-with-ls)
14522 (tramp-do-file-attributes-with-perl)
14523 (tramp-do-file-attributes-with-stat): Rename from
14524 `tramp-handle-file-attributes-with-*'.
14525 (tramp-handle-file-attributes): Use them.
14526 (tramp-do-directory-files-and-attributes-with-perl)
14527 (tramp-do-directory-files-and-attributes-with-stat): Rename from
14528 `tramp-handle-directory-files-and-attributes-with-*'.
14529 (tramp-handle-directory-files-and-attributes): Use them.
14530 (tramp-method-out-of-band-p): Additional parameter SIZE.
14531 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
14532 (tramp-handle-write-region): Use it.
734db384 14533 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
14534 (tramp-handle-vc-registered): Check, whether the first run did
14535 return files to be tested.
14536 (tramp-advice-make-auto-save-file-name): Do not call directly
14537 `tramp-handle-make-auto-save-file-name', because this would bypass
14538 the locking mechanism.
14539
734db384 14540 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
14541 (file-remote-p, process-file, start-file-process, set-file-times)
14542 (tramp-compat-file-attributes): Compatibility functions shall not
14543 call directly `tramp-handle-*', because this would bypass the
14544 locking mechanism.
14545 (tramp-compat-number-sequence): New defun.
14546
6e2ca895
GM
145472009-09-02 Glenn Morris <rgm@gnu.org>
14548
697c7714
GM
14549 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
14550 alias for float-time.
14551 (time-to-number-of-days): In Emacs, use float-time.
14552 * net/newst-backend.el (time-add): Suppress warnings from compat
14553 function.
14554 * time.el (emacs-uptime, emacs-init-time):
14555 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
14556 Use float-time rather than time-to-seconds.
14557
6e2ca895
GM
14558 * minibuffer.el (completion-initials-expand): Fix typo.
14559
14560 * faces.el (modeline, modeline-inactive, modeline-highlight)
14561 (modeline-buffer-id):
14562 * info.el (info-menu-5): Mark these face aliases as obsolete.
14563
ed17efec
NR
145642009-09-01 Nick Roberts <nickrob@snap.net.nz>
14565
14566 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
14567 space ...
14568 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
14569 no "--thread" option.
14570 (gdb-stopped): Don't print "Switched to thread" message when it is
14571 unchanged.
14572
fcb68f70
SM
145732009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14574
14575 * minibuffer.el (completion-try-completion)
14576 (completion-all-completions): Remove ill-defined (and
14577 mistakenly installed and luckily never used nor documented)
14578 `completion-styles' property.
14579 (completion-initials-expand, completion-initials-all-completions)
14580 (completion-initials-try-completion): New functions.
14581 (completion-styles-alist): Add doc to each entry.
14582 Add new `initials' entry.
14583
83318a6d
NR
145842009-09-01 Nick Roberts <nickrob@snap.net.nz>
14585
14586 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
14587 MI command -var-evaluate-expression.
14588 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
14589 and tweak for case of string child.
734db384 14590 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 14591
d63eb0e7
GM
145922009-09-01 Glenn Morris <rgm@gnu.org>
14593
c4f6e489
GM
14594 * add-log.el (change-log-date-face, change-log-name-face)
14595 (change-log-email-face, change-log-file-face, change-log-list-face)
14596 (change-log-conditionals-face, change-log-function-face)
14597 (change-log-acknowledgement-face):
14598 * cus-edit.el (custom-invalid-face, custom-rogue-face)
14599 (custom-modified-face, custom-set-face, custom-changed-face)
14600 (custom-saved-face, custom-button-face, custom-button-pressed-face)
14601 (custom-documentation-face, custom-state-face, custom-comment-face)
14602 (custom-comment-tag-face, custom-variable-tag-face)
14603 (custom-variable-button-face, custom-face-tag-face)
14604 (custom-group-tag-face-1, custom-group-tag-face):
14605 * diff-mode.el (diff-header-face, diff-file-header-face)
14606 (diff-index-face, diff-hunk-header-face, diff-removed-face)
14607 (diff-added-face, diff-changed-face, diff-function-face)
14608 (diff-context-face, diff-nonexistent-face):
14609 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14610 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
14611 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14612 (Info-title-4-face):
14613 * isearch.el (isearch-lazy-highlight-face):
14614 * log-view.el (log-view-file-face, log-view-message-face):
14615 * paren.el (show-paren-match-face, show-paren-mismatch-face):
14616 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14617 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14618 (cvs-msg-face):
14619 * smerge-mode.el (smerge-mine-face, smerge-other-face)
14620 (smerge-base-face, smerge-markers-face):
14621 * wid-edit.el (widget-documentation-face, widget-button-face)
14622 (widget-field-face, widget-single-line-field-face)
14623 (widget-inactive-face, widget-button-pressed-face):
14624 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
14625 (woman-addition-face):
2fb1ec93
GM
14626 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
14627 (eshell-ls-executable-face, eshell-ls-readonly-face)
14628 (eshell-ls-unreadable-face, eshell-ls-special-face)
14629 (eshell-ls-missing-face, eshell-ls-archive-face)
14630 (eshell-ls-backup-face, eshell-ls-product-face)
14631 (eshell-ls-clutter-face):
14632 * eshell/em-prompt.el (eshell-prompt-face):
14633 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 14634 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
14635 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
14636 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
14637 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
14638 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
14639 (antlr-font-lock-literal-face):
c4f6e489
GM
14640 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14641 (ebrowse-root-class-face, ebrowse-file-name-face)
14642 (ebrowse-default-face, ebrowse-member-attribute-face)
14643 (ebrowse-member-class-face, ebrowse-progress-face):
14644 * progmodes/make-mode.el (makefile-space-face):
14645 * progmodes/sh-script.el (sh-heredoc-face):
14646 * textmodes/flyspell.el (flyspell-incorrect-face)
14647 (flyspell-duplicate-face):
14648 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 14649 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
14650 Mark face aliases with "-face" suffix as obsolete.
14651
d80619fa
GM
14652 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
14653 compiler.
14654
5f68c1b7
GM
14655 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
14656 (eudc-bob-sound-menu): Use defvar rather than defconst, since
14657 easy-menu-define wants to modify these.
14658
14659 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
14660
14661 * net/browse-url.el (browse-url-file-url):
14662 * term/internal.el (dos-codepage-setup):
14663 Use default-value rather than default-enable-multibyte-characters.
14664
d80619fa 14665 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
14666 * progmodes/flymake.el (flymake-highlight-line)
14667 (flymake-goto-file-and-line, flymake-goto-line):
14668 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
14669 (gdb-goto-breakpoint):
14670 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14671 * progmodes/python.el (python-find-function)
14672 (python-pdbtrack-track-stack-file):
14673 * progmodes/verilog-mode.el (verilog-surelint-off):
14674 * term/ns-win.el (ns-open-file-select-line):
14675 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
14676 Use forward-line rather than goto-line.
14677
d63eb0e7
GM
14678 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
14679 * textmodes/reftex-index.el (reftex-display-index):
14680 * textmodes/reftex-ref.el (reftex-offer-label-menu):
14681 * textmodes/reftex-toc.el (reftex-toc):
14682 Remove unnecessary bindings of default-major-mode (all are followed by
14683 major-mode check and possible mode switch).
14684
0afad278
NR
146852009-08-31 Nick Roberts <nickrob@snap.net.nz>
14686
14687 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14688 Handle watchpoints (bug#4282).
14689 (def-gdb-thread-buffer-command): Enable thread to be selected by
14690 clicking without selecting threads buffer first.
14691 (gdb-current-context-command): Use selected frame so that "up",
14692 "down" etc work in the GUD buffer.
14693 (gdb-update): Find selected frame before rendering stack buffer.
14694 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
14695
4e135dd2
SM
146962009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
14697
14698 * progmodes/sym-comp.el (displayed-completions): Remove.
14699 (symbol-complete): Use minibuffer-complete.
14700
e61eba34
GM
147012009-08-31 Glenn Morris <rgm@gnu.org>
14702
14703 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
14704
734db384
SM
14705 * apropos.el (apropos-symbols-internal):
14706 Handle (obsolete) face aliases.
e61eba34
GM
14707
14708 * faces.el (describe-face): Adjust the output format to be more like
14709 describe-variable, and to mention (obsolete) face aliases.
14710 Adjust the whitespace so that help-setup-xref works.
14711
14712 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
14713 * calendar/diary-lib.el (diary-button-face):
14714 Mark these face aliases as obsolete.
14715
14716 * calendar/calendar.el (calendar-today): Doc fix.
14717
4cf71456
NR
147182009-08-31 Nick Roberts <nickrob@snap.net.nz>
14719
14720 * progmodes/gdb-mi.el (gdb-control-all-threads)
14721 (gdb-control-current-thread): Force tool bar update.
14722 (gdb-non-stop-handler): New function.
14723 (gdb-init-1): Use it to test if non-stop mode is supported.
14724 Remove unused gdbmi buffer type.
14725
e61eba34 147262009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
14727
14728 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 14729 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 14730
4324f7ca
NR
147312009-08-30 Nick Roberts <nickrob@snap.net.nz>
14732
14733 * comint.el (comint-exec-1): Check command is non-null first.
14734 Part of gdb-mi.el change (2009-08-28).
14735
a1bf889a
SM
147362009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14737
14738 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
14739
060c08b5
JB
147402009-08-30 Juanma Barranquero <lekktu@gmail.com>
14741
14742 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
14743 instead of `dolist' to avoid a recursive require when bootstrapping.
14744
ab22be48
SM
147452009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14746
73ebf88f
SM
14747 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
14748
80629cfc
SM
14749 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
14750
206d0387 14751 * net/imap.el (imap-send-command): Simplify.
734db384 14752 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 14753
844f7784
SM
14754 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
14755
5ca4661e
SM
14756 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
14757 with constant argument.
14758
c61dc887
SM
14759 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
14760
7eb73deb
SM
14761 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
14762
5fe443de
SM
14763 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
14764 Change default, since most of our files don't have a history.
14765 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
14766 the user.
14767
6444d64a
SM
14768 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14769 Add comint-run.
14770
5cb16bfc
SM
14771 * calc/calc.el: Improve commenting convention.
14772 (calc-digit-map, toplevel): Simplify.
14773
0aeb71a7
SM
14774 * comint.el (comint-insert-input): Be careful to only set point if we
14775 don't delegate to some other command.
14776
9a9af856
SM
14777 * proced.el (proced-signal-list): Make it an alist.
14778 (proced-grammar-alist): Capitalize names.
14779 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
14780 Disable undo manually and make it read-only.
14781 Use completion-annotate-function.
14782
ab22be48
SM
14783 * minibuffer.el (minibuffer-message): If the current buffer is not
14784 a minibuffer, insert the message in the echo area rather than at the
14785 end of the buffer.
14786 (completion-annotate-function): New variable.
14787 (minibuffer-completion-help): Use it.
14788 (completion--embedded-envvar-table): Environment vars are
14789 always case-sensitive.
14790
4a948dbf
GM
147912009-08-30 Glenn Morris <rgm@gnu.org>
14792
14793 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
14794 from fortran-current-defun.
14795 (fortran-beginning-of-subprogram): Be more precise about finding the
14796 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
14797 (fortran-end-of-subprogram): Simplify.
14798 (fortran-current-defun): Use fortran-start-prog-re.
14799
486cf3b8
JB
148002009-08-29 Juanma Barranquero <lekktu@gmail.com>
14801
14802 * subr.el (do-after-load-evaluation): Simplify.
14803
db167d28
DN
148042009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
14805
14806 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
14807
14808 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
14809 (vc-rcs-print-log): Use it.
14810
14811 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
14812
efbc652a
SM
148132009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
14814
2aa0e5bf
SM
14815 * paths.el (abbrev-file-name): Move to abbrev.el.
14816 * abbrev.el (abbrev-file-name): Move from paths.el.
14817 Obey user-emacs-directory.
14818 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
14819 user-emacs-directory.
14820 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
14821 abbrev-file-name and calc-settings-file any more.
14822 * startup.el (command-line): Recompute abbrev-file-name and
14823 abbreviated-home-dir.
14824 (normal-no-mouse-startup-screen): Improve the generic code and get rid
14825 of the special code for when C-h bindings haven't been changed.
14826 (display-startup-echo-area-message): Use with-current-buffer.
14827 (command-line-1): Use a list of strings, rather than a list of lists
14828 of strings for longopts.
14829
51da8fe2
SM
14830 * files.el (get-free-disk-space): Use / for default-directory.
14831
0c3cc4dd
SM
14832 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
14833 Use with-current-buffer.
14834
d988dbf6
SM
14835 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
14836 Recognize immutable variables like most-positive-fixnum.
14837 (byte-compile-setq-default): Check and warn if trying to assign
14838 to an immutable variable, or a non-variable.
14839
efbc652a
SM
14840 * progmodes/cc-vars.el (c-comment-continuation-stars):
14841 * progmodes/cc-engine.el (c-looking-at-bos):
14842 * progmodes/cc-cmds.el (c-toggle-auto-state)
14843 (c-forward-into-nomenclature, c-backward-into-nomenclature)
14844 (c-comment-line-break-function): Add version of obsolescence.
14845
d30a05d1
JL
148462009-08-28 Juri Linkov <juri@jurta.org>
14847
14848 * files.el (magic-fallback-mode-alist): Add ZIP magic number
14849 associated with `archive-mode'.
14850
14851 * image.el (image-type-header-regexps): Use only JPEG magic number
14852 to determine JPEG images, and don't use `image-jpeg-p' because
14853 Emacs can display non-JFIF non-Exif JPEG images.
14854
1e8eecea
JB
148552009-08-28 Juanma Barranquero <lekktu@gmail.com>
14856
14857 * arc-mode.el (archive-mode):
14858 * emacs-lisp/re-builder.el (re-builder-unload-function):
14859 Protect against the default value of `major-mode' being nil.
14860
dd4fbf56
JB
148612009-08-28 Juanma Barranquero <lekktu@gmail.com>
14862
14863 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
14864 Fix typos in docstrings.
14865
14866 * progmodes/js.el (js--macro-decl-re): Doc fix.
14867 (js--plain-method-re, js--split-name): Refloc docstring.
14868 (js--class-styles, js--make-merged-item, js--splice-into-items):
14869 Fix typos in docstrings; reflow docstrings.
14870 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
14871 (js--variable-decl-matcher, js--inside-pitem-p)
14872 (js--parse-state-at-point, js--get-all-known-symbols)
14873 (js--symbol-history, js-find-symbol, js--js-references)
14874 (js--moz-interactor, js--js-encode-value, js--read-tab):
14875 Fix typos in docstrings.
14876
72f16325
SM
148772009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14878
14acf2f5
SM
14879 * textmodes/reftex.el (reftex-get-file-buffer-force):
14880 * progmodes/verilog-mode.el (verilog-batch-execute-func):
14881 * emulation/viper.el (viper-go-away, viper-set-hooks):
14882 * emacs-lisp/re-builder.el (re-builder-unload-function):
14883 * emacs-lisp/bytecomp.el (byte-compile-file):
14884 * ses.el (ses-unload-function):
14885 * hexl.el (hexl-find-file):
14886 * files.el (normal-mode):
14887 * ehelp.el (with-electric-help):
14888 * autoinsert.el (auto-insert-alist):
14889 * arc-mode.el (archive-mode):
14890 Use (default-value 'major-mode) instead of default-major-mode.
14891
72f16325
SM
14892 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
14893 * international/mule.el (load-with-code-conversion):
14894 * emacs-lisp/debug.el (debug):
14895 * ediff-vers.el (ediff-rcs-get-output-buffer):
14896 * dired.el (dired-internal-noselect): Don't let-bind
14897 default-major-mode around code that doesn't use it.
14898 E.g. buffer creation via get-buffer-create doesn't use it.
14899
aa485f7c
MA
149002009-08-28 Michael Albinus <michael.albinus@gmx.de>
14901
14902 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
14903 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
14904 when writing the temp file. Otherwise, epa-file gets confused.
14905 (tramp-register-file-name-handlers): Make it a defun. Move also
14906 `epa-file-handler' to the front of `file-name-handler-alist'.
14907
149082009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14909
14910 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
14911 start right after a ^M.
14912 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
14913 (tramp-completion-file-name-regexp-separate)
14914 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
14915 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
14916 Don't modify last-coding-system-used by accident.
aa485f7c
MA
14917 (tramp-completion-file-name-handler): Apply the checks here,
14918 instead during registration.
48c2d18a 14919 (tramp-register-file-name-handlers): Renamed from
aa485f7c
MA
14920 `tramp-register-file-name-handler'. Register both
14921 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 14922 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 14923
3f0c2b92
NR
149242009-08-28 Nick Roberts <nickrob@snap.net.nz>
14925
72f16325
SM
14926 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
14927 Remove variable ...
3f0c2b92
NR
14928 (gdb-init-1, gdb-display-separate-io-buffer)
14929 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
14930 references to it.
14931 (gdb-inferior-io-mode): Use make-comint-in-buffer.
14932 (gdb-inferior-filter): Use comint-output-filter to stop
14933 echoing and remove ^M characters.
14934
705e5bd9
SM
149352009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14936
009fdc2e
SM
14937 * emulation/viper-init.el (viper-restore-cursor-type):
14938 * emulation/cua-base.el (cua--update-indications):
14939 Replace default-cursor-type with (default-value 'cursor-type).
14940
b56a5ae0
SM
14941 * mail/sendmail.el (mail-recover-1):
14942 * international/mule-diag.el (describe-current-coding-system-briefly)
14943 (describe-current-coding-system):
14944 * international/mule-cmds.el (select-safe-coding-system)
14945 (select-message-coding-system)
14946 (set-language-environment-coding-systems, set-locale-environment):
14947 * hexl.el (hexl-insert-multibyte-char):
14948 * dos-w32.el (find-buffer-file-type-coding-system):
14949 * simple.el (what-cursor-position):
14950 Replace uses of default-buffer-file-coding-system
14951 with (default-value 'buffer-file-coding-system).
14952
de70529f
SM
14953 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
14954 Replace uses of default-cursor-in-non-selected-windows
14955 with (default-value 'cursor-in-non-selected-windows).
14956 Use with-current-buffer.
14957
705e5bd9
SM
14958 * mail/feedmail.el: Use CL macros.
14959 (feedmail-run-the-queue, feedmail-send-it-immediately):
14960 * dos-w32.el (find-buffer-file-type): Replace uses of
14961 default-buffer-file-type with (default-value 'buffer-file-type).
14962
4d985ac2
GM
149632009-08-28 Glenn Morris <rgm@gnu.org>
14964
14965 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
14966 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
14967 Use default-value of major-mode rather than default-major-mode.
14968
17c15b81
SM
149692009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14970
3a68ab06
SM
14971 * Makefile.in (update-elcfiles): Report left over elc files.
14972
9421bdd1
SM
14973 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
14974 expand-file-name and with-current-buffer.
14975 (mail-get-names, mail-directory): Use with-current-buffer.
14976
17c15b81
SM
14977 * vc.el (vc-read-revision): New function.
14978 (vc-version-diff, vc-merge): Use it.
14979
ba83a64e
SS
149802009-08-27 Sam Steingold <sds@gnu.org>
14981
14982 * simple.el (kill-do-not-save-duplicates): New user option.
14983 (kill-new): When it is non-nil, and the new string is the same as
14984 the latest kill, set replace to t to avoid duplicates in kill-ring.
14985
be3e598a 149862009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
14987
14988 * net/tramp.el (tramp-handle-process-file): Do not flush all
14989 caches when `process-file-side-effects' is set.
14990 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
14991 instead of `tramp-find-file-exists-command'.
14992 Unset `process-file-side-effects'.
d5b5c94a
MA
14993
149942009-08-27 Michael Albinus <michael.albinus@gmx.de>
14995
14996 * net/tramp.el (tramp-methods): New method "rsyncc".
14997 (top): Add completion function for "rsyncc".
14998 (tramp-message-show-message): New defvar.
14999 (tramp-message, tramp-error): Use it.
15000 (tramp-do-copy-or-rename-file-directly): Extend check for direct
15001 remote copying.
15002 (tramp-do-copy-or-rename-file-out-of-band): Handle new
15003 `tramp-methods' entry `copy-env' of "rsyncc".
15004 (tramp-vc-registered-read-file-names): New defconst.
15005 (tramp-vc-registered-file-names): New defvar.
15006 (tramp-handle-vc-registered): Implement optimization strategy.
15007 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
15008 (tramp-vc-file-name-handler): New defun.
15009 (tramp-get-ls-command, tramp-get-test-command)
15010 (tramp-get-file-exists-command, tramp-get-remote-ln)
15011 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 15012 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
15013
15014 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
15015 (tramp-cache-inhibit-cache): Extend doc string. It allows also
15016 timestamps.
15017 (tramp-get-file-property): Check for timestamps in
15018 `tramp-cache-inhibit-cache'.
15019 (tramp-set-file-property): Write timestamp.
15020
1339cf20
KH
150212009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15022
15023 * language/japan-util.el (japanese-symbol-table): Add entries for
15024 cp932-2-byte.
15025
15026 * international/characters.el: Add category `j' to cp932-2-byte.
15027
726e3f1d
KH
150282009-08-27 Kenichi Handa <handa@m17n.org>
15029
15030 * international/fontset.el (build-default-fontset-data): New macro.
15031 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 15032 tibetan, ethiopic, and ipa.
726e3f1d 15033
4e3b4528
SM
150342009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
15035
15036 * cus-start.el (default-major-mode): Customize `major-mode' instead.
15037 (enable-multibyte-characters): Not customizable any more.
15038
15039 * subr.el (default-mode-line-format, default-header-line-format)
15040 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
15041 (default-direction-reversed, default-truncate-lines)
15042 (default-left-margin, default-tab-width, default-case-fold-search)
15043 (default-left-margin-width, default-right-margin-width)
15044 (default-left-fringe-width, default-right-fringe-width)
15045 (default-fringes-outside-margins, default-scroll-bar-width)
15046 (default-vertical-scroll-bar, default-indicate-empty-lines)
15047 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
15048 (default-fringe-cursor-alist, default-scroll-up-aggressively)
15049 (default-scroll-down-aggressively, default-fill-column)
15050 (default-cursor-type, default-buffer-file-type)
15051 (default-cursor-in-non-selected-windows)
15052 (default-buffer-file-coding-system, default-major-mode)
15053 (default-enable-multibyte-characters): Mark as obsolete.
15054
b3cca6a6
DN
150552009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
15056
652cc1a2
DN
15057 * vc-dir.el (vc-dir-update): Remove debug helper.
15058
b3cca6a6
DN
15059 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
15060
4ed8c7aa
SS
150612009-08-26 Sam Steingold <sds@gnu.org>
15062
15063 * simple.el (save-interprogram-paste-before-kill): New user option.
15064 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
15065 save the interprogram-paste into kill-ring before overriding it
15066 with the Emacs kill.
15067
3b64d86b
DN
150682009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
15069
15070 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
15071 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
15072 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
15073 and move to vc-rcs.el.
15074 (vc-default-next-revision): Rename to vc-rcs-next-revision and
15075 move to vc-rcs.el.
15076 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
15077 (vc-rcs-update-changelog): Remove.
15078 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
15079 and move to vc-rcs.el.
15080
15081 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
15082 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
15083 renaming.
15084 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 15085 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
15086 vc.el, renamed to be RCS specific.
15087
72f16325
SM
15088 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
15089 New functions.
15090 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
15091
15092 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
15093 New functions.
15094
636a36a0
SM
150952009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
15096
15097 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
15098
239b3340
DN
150992009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
15100
b91f0762 15101 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
15102 (vc-git-stash, vc-git-stash-show): New functions.
15103 (vc-git-extra-menu-map): Bind them.
b91f0762 15104
b8e54362
DN
15105 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
15106 directory correctly in case the item is a directory itself.
15107
239b3340
DN
15108 * vc.el: Document the desired behavior for reverted files in the
15109 `added' state.
dc810649
DN
15110 (vc-default-prettify-state-info): Remove function, unused.
15111
15112 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 15113
e49c0179
GM
151142009-08-26 Glenn Morris <rgm@gnu.org>
15115
15116 * bindings.el (standard-mode-line-format): Reposition dashes in
15117 which-func entry. (Bug#4217)
15118
3029e594
GM
15119 * files.el (enable-local-variables, enable-local-eval)
15120 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
15121 the defcustoms.
15122 (auto-mode-alist, ignored-local-variables)
15123 (save-some-buffers-action-alist): Move risky declarations to the
15124 definitions.
15125 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
15126 (font-lock-defaults, format-alist, imenu--index-alist)
15127 (imenu-generic-expression, input-method-alist, minor-mode-alist)
15128 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
15129 (mode-line-modified, mode-line-mule-info, mode-line-position)
15130 (mode-line-process, mode-line-remote, outline-level)
15131 (parse-time-rules, rmail-output-file-alist)
15132 (special-display-buffer-names, vc-mode):
15133 Move risky declarations to the relevant files.
72f16325
SM
15134 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
15135 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
15136 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
15137 * font-core.el (font-lock-defaults):
15138 * format.el (format-alist):
15139 * vc-hooks.el (vc-mode):
15140 * window.el (special-display-buffer-names):
15141 * international/mule-cmds.el (input-method-alist):
15142 Define riskiness here (dumped file) rather than in files.el.
15143 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
15144 * imenu.el (imenu-generic-expression, imenu--index-alist):
15145 * outline.el (outline-level):
15146 * time.el (display-time-string):
15147 * calendar/parse-time.el (parse-time-rules):
15148 * mail/rmailout.el (rmail-output-file-alist):
15149 Autoload riskiness here, rather than placing in files.el.
15150
8476cfaf
SM
151512009-08-26 Andreas Schwab <schwab@linux-m68k.org>
15152
15153 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
15154
0b35b48e
MA
151552009-08-25 Michael Albinus <michael.albinus@gmx.de>
15156
15157 * simple.el (process-file-side-effects): New defvar.
15158
15159 * dired-aux.el (dired-show-file-type):
15160 * vc.el (vc-diff-internal):
15161 * vc-arch.el (vc-arch-diff):
15162 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
15163 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
15164 * vc-git.el (vc-git-registered, vc-git-working-revision)
15165 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
15166 (vc-git--empty-db-p):
15167 * vc-hooks.el (vc-user-login-name):
15168 * vc-svn.el (vc-svn-registered, vc-svn-state)
15169 (vc-svn-dir-extra-headers, vc-svn-find-revision):
15170 * progmodes/grep.el (grep-probe): Let-bind
15171 `process-file-side-effects' with nil.
15172
15173 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
15174
15175 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
15176 daemon. Replace ping by checking for running service for bluez
15177 and zeroconf. (Bug#4239)
15178
d54cc599
GM
151792009-08-25 Kevin Ryde <user42@zip.com.au>
15180
15181 * net/dig.el (dig): Add autoload cookie.
15182
7bfd055d
GM
151832009-08-25 Glenn Morris <rgm@gnu.org>
15184
bac9c66c
GM
15185 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
15186 load-history for absolute file-names.
15187 (byte-compile-file-form-require): Warn about use of the cl package.
15188
7bfd055d
GM
15189 * format.el (format-alist): Doc fix.
15190
5ac1f9e0
GM
15191 * play/bubbles.el (top-level): Don't require cl at run-time.
15192
af62aa88
GM
15193 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
15194 run-time cl).
15195
71e036af
DD
151962009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
15197
15198 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
15199 from cl package.
15200 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
15201
42110eaf
JB
152022009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
15203
15204 * calc/calc-alg.el (math-trig-rewrite)
15205 (math-hyperbolic-trig-rewrite): New functions.
15206 (calc-simplify): Simplify trig functions when asked.
15207
88421f3e
SM
152082009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15209
15210 * diff-mode.el (diff-find-source-location): Avoid goto-line.
15211
dbd9624e
KH
152122009-08-24 Kenichi Handa <handa@m17n.org>
15213
15214 * language/ind-util.el (mapthread): Delete it.
15215 (combinatorial): New function.
15216 (indian--puthash-cv): Use combinatorial instead of mapthread.
15217
9b89e3ee
GM
152182009-08-22 Kevin Ryde <user42@zip.com.au>
15219
15220 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
15221 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
15222 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
15223 Clarify docstring that the value is strings not symbols.
15224 (checkdoc-list-of-strings-p): New function.
15225
e6ce8c42
GM
152262009-08-22 Glenn Morris <rgm@gnu.org>
15227
2ddf2ea6 15228 * files.el (auto-mode-alist):
a3374680
GM
15229 * hippie-exp.el (he-concat-directory-file-name):
15230 * lpr.el (lpr-windows-system, printer-name):
15231 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
15232 * ps-print.el (ps-windows-system):
15233 * startup.el (command-line):
15234 * emulation/viper-ex.el (viper-glob-function):
15235 * international/mule-cmds.el (set-language-environment-coding-systems):
15236 * net/ange-ftp.el (ange-ftp-write-region):
15237 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 15238 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
15239 unisoft-unix, vax-vms, win32, w32.
15240
977955fa
GM
15241 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
15242 given name if the pattern is not more specific.
15243
b4deec2e
GM
15244 * calendar/lunar.el (lunar-phase-names): New option.
15245 (lunar-phase): Doc fix.
15246 (lunar-cycles-per-year): New constant.
15247 (lunar-index): New function.
15248 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
15249 (lunar-phase-name): Use lunar-phase-names.
15250 (calendar-lunar-phases): Use format.
15251 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
15252
47e83968
GM
15253 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
15254 Copy imenu-example--name-and-position function here for own use.
15255 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
15256
e6ce8c42
GM
15257 * bs.el (bs--redisplay):
15258 * cus-edit.el (custom-redraw):
15259 * ibuffer.el (ibuffer-bury-buffer):
15260 * server.el (server-goto-line-column):
15261 * startup.el (command-line-1):
15262 * strokes.el (strokes-xpm-for-stroke):
15263 * term.el (term-display-buffer-line):
15264 * view.el (View-goto-line):
15265 * calc/calc.el (calc-do, calc-trail-buffer):
15266 * play/gamegrid.el (gamegrid-add-score-insecure):
15267 * progmodes/ada-mode.el (ada-compile-goto-error):
15268 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
15269 (ebrowse-select-1st-to-9nth):
47e83968 15270 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
15271 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
15272 * progmodes/gud.el (gud-display-line):
15273 (idlwave-shell-display-line):
15274 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
15275 * progmodes/make-mode.el (makefile-browser-toggle):
15276 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
15277 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
15278 * textmodes/picture.el (picture-draw-rectangle):
15279 * textmodes/reftex-index.el (reftex-index-goto-letter):
15280 (reftex-select-jump-to-previous):
15281 * textmodes/reftex-sel.el (reftex-find-start-point)
15282 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
15283 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
15284 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
15285 * textmodes/tex-mode.el (tex-compilation-parse-errors):
15286 * textmodes/two-column.el (2C-associated-buffer):
15287 Use forward-line rather than goto-line.
15288
15289 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
15290 goto-line.
15291
4b18bdb3
GM
15292 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
15293 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
15294 (quick-check-list-to-regexp): Declare.
e6ce8c42 15295
72f16325
SM
15296 * progmodes/make-mode.el (makefile-browser-insert-selection):
15297 Use goto-char rather than goto-line.
e6ce8c42
GM
15298
15299 * progmodes/prolog.el (compilation-error-regexp-alist)
15300 (compilation-forget-errors): Declare.
15301
32a2cf25
JL
153022009-08-22 Juri Linkov <juri@jurta.org>
15303
15304 * progmodes/grep.el (lgrep, rgrep): At the beginning
15305 set `dir' to `default-directory' unless `dir' is a non-nil
15306 readable directory. (Bug#4052)
15307 (lgrep, rgrep): Change a weird way to report an error
15308 from using `read-string' to using `error'.
15309 Instead of using interactive arguments in the function body,
15310 add new argument `confirm'.
15311
5443c9b7
SM
153122009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
15313
cb5b40ee
SM
15314 * textmodes/remember.el (remember-buffer):
15315 * progmodes/cperl-mode.el (cperl-vc-header-alist):
15316 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
15317 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
15318 * net/newst-treeview.el (newsticker-groups-filename):
15319 * net/newst-backend.el (newsticker-cache-filename):
15320 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
15321 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
15322 (speedbar-add-ignored-path-regexp, speedbar-line-path)
15323 (speedbar-buffers-line-path, speedbar-path-line)
15324 (speedbar-buffers-line-path):
15325 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
15326 (epg-sign-keys):
15327 * epa.el (epa-display-verify-result):
15328 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
15329
d6261cc1
GM
153302009-08-21 Glenn Morris <rgm@gnu.org>
15331
3e1ea342
GM
15332 * progmodes/js.el (inferior-moz-process): Fix declaration.
15333
ce86eeb5
GM
15334 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
15335
fff28970
GM
15336 * obsolete/rnewspost.el (news-mail-reply):
15337 Use goto-char rather than goto-line.
15338
d93e053b
GM
15339 * term/ns-win.el (ns-open-file-select-line):
15340 Use line-beginning-position rather than goto-line.
15341
d5d105e8
GM
15342 * apropos.el (apropos-command):
15343 * ehelp.el (electric-helpify):
15344 * printing.el (pr-show-setup):
15345 * strokes.el (strokes-help):
15346 * tutorial.el (tutorial--describe-nonstandard-key)
15347 (tutorial--detailed-help):
15348 * woman.el (woman-mini-help, woman-display-extended-fonts):
15349 * calc/calc-help.el (calc-describe-key):
15350 * emulation/edt.el (edt-electric-helpify):
15351 * international/mule-diag.el (mule-diag):
15352 * play/yow.el (apropos-zippy):
15353 * progmodes/python.el (python-describe-symbol):
15354 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
15355 * textmodes/table.el (*table--cell-describe-mode)
15356 (*table--cell-describe-bindings):
15357 Use help-print-return-message rather than the now obsolete alias.
15358
a8ab722f 15359 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
15360 (calendar-cursor-to-visible-date):
15361 * play/5x5.el (5x5-position-cursor):
15362 * play/decipher.el (decipher):
15363 * play/gomoku.el (gomoku-goto-xy):
15364 * play/landmark.el (lm-goto-xy):
15365 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
15366 (mpuz-paint-digit):
15367 Use forward-line, not goto-line.
a8ab722f 15368
d6261cc1
GM
15369 * mail/rmail.el (rmail-obsolete): Delete custom group.
15370 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
15371 (rmail-remote-password, rmail-remote-password-required):
15372 Remove unneeded :set-after and :set properties.
15373
9e846523
MA
153742009-08-21 Michael Albinus <michael.albinus@gmx.de>
15375
15376 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
15377
bbe1f502
DN
153782009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
15379
bcc5db24
DN
15380 * loadup.el: Remove leftover macos code.
15381
bbe1f502
DN
15382 * vc-git.el (vc-git-annotate-command): Run asynchronously.
15383 Explicitly pass the date format to git blame so that user local
15384 so that the output format can be parsed.
15385
6fd2d19a
MA
153862009-08-20 Michael Albinus <michael.albinus@gmx.de>
15387
15388 * net/dbus.el (top): Don't check for (getenv
15389 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
15390
31764e15
SM
153912009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
15392
15393 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 15394 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 15395
28930e39
SM
153962009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15397
4fd15622 15398 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 15399 Bug#3287
4fd15622 15400
b3d8e4a0
SM
15401 * help.el (help-print-return-message): Rename from
15402 print-help-return-message.
15403
c9829c70
SM
15404 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
15405 cvs-mode-map parent hack.
15406 (log-view-mode): Derive from special-mode.
15407
b932657b
SM
15408 * linum.el (linum-mode): window-size-change-functions is redundant.
15409 Adapt to new window-configuration-change-hook behavior.
15410 (linum-after-size, linum-after-config): Remove.
15411
1b700bca
SM
15412 * imenu.el (imenu-example--name-and-position)
15413 (imenu-example--lisp-extract-index-name)
15414 (imenu-example--create-lisp-index, imenu-example--create-c-index):
15415 Mark as obsolete.
15416
28930e39
SM
15417 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
15418 (inferior-prolog-mode): Use it.
15419 (inferior-prolog-load-file): Reset list of errors.
15420
c9af0b68
KH
154212009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15422
15423 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
15424
15425 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
15426
720c7cd6
MA
154272009-08-19 Michael Albinus <michael.albinus@gmx.de>
15428
15429 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
15430 is running already.
15431
03a74b84
SM
154322009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15433
15434 * subr.el (listify-key-sequence-1): Use normal syntax since those
15435 integers are nowadays always represented by the same (positive) number
15436 on all platforms.
15437 (read-key-empty-map): New const.
15438 (read-key-delay): New var.
15439 (read-key): New function.
15440 (force-mode-line-update): Use with-current-buffer.
15441 (locate-user-emacs-file): Don't forget to abbreviate the file name.
15442 (start-process-shell-command, start-file-process-shell-command):
15443 Discourage the use of command-args.
15444
f43e88d4
GM
154452009-08-19 Glenn Morris <rgm@gnu.org>
15446
15447 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
15448
890429cc
SM
154492009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15450
85be9ec4
SM
15451 * simple.el (choose-completion-string): Don't rely on
15452 minibuffer-completing-file-name and ad-hoc checks to decide whether
15453 to continue completion or not.
15454
890429cc
SM
15455 * minibuffer.el (minibuffer-hide-completions): New function.
15456 (completion--do-completion): Use it.
15457 (completions-annotations): New face.
15458 (completion--insert-strings): Use it.
15459 (completion-pcm--delim-wild-regex): Add docstring.
15460 (completion-pcm--string->pattern): Add support for 0-width delimiters
15461 in completion-pcm--delim-wild-regex.
15462
265d4549
SM
154632009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
15464
d440b941
SM
15465 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
15466 Remove unused var `buffer-modified-p'.
15467
265d4549
SM
15468 * minibuffer.el (completion--do-completion): Move point for the #b001
15469 case as well (bug#4176).
15470 (minibuffer-complete, minibuffer-complete-word): Don't move point.
15471
ba6f7d86
MA
154722009-08-18 Michael Albinus <michael.albinus@gmx.de>
15473
15474 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
15475 and :session buses.
15476
98819490
KH
154772009-08-18 Kenichi Handa <handa@m17n.org>
15478
265d4549
SM
15479 * international/ucs-normalize.el (ucs-normalize-version):
15480 Change to 1.1.
58627cf0
KH
15481 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
15482 (utf-8-hfs): Make it perform normalization on encoding too.
15483
98819490
KH
15484 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
15485 (sentence-end-without-space): Delete duplicated chars.
15486 (sentence-end-base): Likewise.
e739cc85
KH
15487
15488 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
15489 (html-mode): Delete duplicated chars from sentence-end-base.
15490
15491 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
15492 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 15493
645b9326
CY
154942009-08-17 Chong Yidong <cyd@stupidchicken.com>
15495
15496 * files.el (hack-one-local-variable): If the mode function is for
15497 a minor mode, pass it an argument (Bug#4148).
15498
56c195af
MA
154992009-08-17 Michael Albinus <michael.albinus@gmx.de>
15500
15501 * net/tramp.el (tramp-register-completion-file-name-handler):
15502 Check also for (member 'partial-completion completion-styles).
15503
7a55c78b
CY
155042009-08-16 Chong Yidong <cyd@stupidchicken.com>
15505
15506 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
15507 abbrev (Bug#3943).
15508
be3e598a 155092009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
15510
15511 * progmodes/cperl-mode.el: Merge upstream 6.2.
15512 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
15513 (cperl-forward-re): Check cperl-brace-recursing.
15514 (cperl-highlight-charclass): New function.
15515 (cperl-find-pods-heres): Use it.
31cd2dd4 15516 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 15517 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 15518 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
15519 (cperl-beautify-level): Don't process entire regexp.
15520 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
15521 calling man.
15522 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
15523 (cperl-init-faces): Build a list in the normal way.
15524
81b1f9c9
CY
155252009-08-16 Chong Yidong <cyd@stupidchicken.com>
15526
15527 * calendar/parse-time.el (parse-time-string-chars): Save match
15528 data.
15529
c3732cb8
SM
155302009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
15531
55659495
SM
15532 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
15533 (sql-product): Use it.
15534 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
15535 (sql-set-product): Add completion.
15536 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
15537 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
15538 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
15539 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
15540 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
15541 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
15542 (sql-highlight-db2-keywords): Remove.
15543 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
15544 (sql-highlight-product): Use derived-mode-p.
15545 (sql-set-sqli-buffer): Use with-current-buffer.
15546 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
15547 Simplify.
15548
1ae79427
SM
15549 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
15550
c3732cb8
SM
15551 * term.el: Fix commenting convention, turn comments into docstrings.
15552
f24b8bf3
CY
155532009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
15554
15555 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
15556
7b6fefac 155572009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 15558
1200ac26 15559 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
15560 character classes, to handle non-ascii characters (Bug#3190).
15561
155622009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 15563
1abbe4e5
CY
15564 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
15565 another heredoc if the user adds another < (Bug#3226).
15566
c3732cb8
SM
15567 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15568 Don't initialize based on window-system (Bug#4124).
19261da4 15569
daad00fc
CY
15570 * facemenu.el (facemenu-read-color): Use a completion function
15571 that accepts any defined color, such as RGB triplets (Bug#3677).
15572
e1bdde78
CY
15573 * files.el (get-free-disk-space): Change fallback default
15574 directory to /. Expand DIR argument before switching to fallback.
15575 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
15576
9d73a99e
CY
155772009-08-15 Chong Yidong <cyd@stupidchicken.com>
15578
15579 * files.el (load-library): Doc fix.
15580
68b962d4 155812009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 15582
953e0c1a 15583 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 15584 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 15585 incremental search string.
9d73a99e 15586
c3732cb8 15587 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 15588 XEmacs.
9d73a99e 15589
c3732cb8
SM
15590 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
15591 (ediff-merge-region-is-non-clash)
15592 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 15593 Also check if the job is really a merge job.
9d73a99e 15594
c3732cb8 15595 * ediff.el (ediff-current-file): New function.
9d73a99e 15596
2e330adc
CY
155972009-08-15 Chong Yidong <cyd@stupidchicken.com>
15598
15599 * progmodes/js.el: Edit docstrings throughout to follow Emacs
15600 conventions.
c3732cb8 15601 (js-insert-and-indent): Delete function.
2e330adc
CY
15602 (js-mode-map): Don't bind keys to js-insert-and-indent.
15603 (js-beginning-of-defun): Rename from js--beginning-of-defun.
15604 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 15605 (js-auto-indent-flag): Delete variable.
2e330adc 15606
17b5d0f7
CY
156072009-08-14 Chong Yidong <cyd@stupidchicken.com>
15608
c3732cb8
SM
15609 * progmodes/js.el: Remove proclaim statement.
15610 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 15611
ba2d8894
CY
15612 * files.el (auto-mode-alist): Use js-mode for .js files.
15613
c3732cb8 15614 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
15615
15616 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
15617
15618 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
15619
c3732cb8 15620 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
15621
156222009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 15623 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
15624
15625 * progmodes/js.el: New file.
15626
b6377f1d
MH
156272009-08-14 Mark A. Hershberger <mah@everybody.org>
15628
15629 * timezone.el (timezone-parse-date): Add ability to understand ISO
15630 basic format (minimal separators) dates in addition to the
15631 already-supported extended format dates.
15632
bc0eef46
EZ
156332009-08-14 Eli Zaretskii <eliz@gnu.org>
15634
4e021e65
EZ
15635 * international/ucs-normalize.el: Add a `coding' file variable.
15636
bc0eef46
EZ
15637 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
15638
53dab179
SS
156392009-08-14 Sam Steingold <sds@gnu.org>
15640
6801c38a 15641 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 15642
6c58c39c
CY
156432009-08-13 Chong Yidong <cyd@stupidchicken.com>
15644
15645 * faces.el (help-argument-name): Define it here instead of
15646 help-fns.el, because in daemon mode help-fns.el may be loaded when
15647 faces are still uninitialized (Bug#1078).
15648
15649 * help-fns.el (help-argument-name): Move defface to faces.el.
15650
c7baf7e9
NR
156512009-08-13 Nick Roberts <nickrob@snap.net.nz>
15652
15653 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
15654 create buffer with a pty but no process so that GDB can make the
15655 inferior the controlling process.
15656
9c40e995 156572009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
15658
15659 * international/ucs-normalize.el: New file.
15660
8cdba32b
RS
156612009-08-13 Richard Stallman <rms@gnu.org>
15662
5c950923
RS
15663 * mail/rmail.el (rmail-get-attr-names):
15664 Accept an attribute header that is too short.
15665
76e1e40b
RS
15666 * mail/rmail.el (rmail-forget-messages):
15667 Ignore nil elt in rmail-message-vector. Use dotimes.
15668
1fc01b08
RS
15669 * progmodes/compile.el (compilation-goto-locus):
15670 Use next-error-move-function.
15671
8cdba32b
RS
15672 * simple.el (next-error-move-function): New variable.
15673
99910cf4
JL
156742009-08-12 Juri Linkov <juri@jurta.org>
15675
15676 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
15677 always non-nil. (Bug#4052)
15678
15679 * replace.el (read-regexp): Return empty string when
15680 `default-value' is nil.
15681 (keep-lines-read-args): Don't use empty string as the
15682 default value for `read-regexp'. (Bug#2495)
15683
fc5bdf6c
JL
156842009-08-12 Juri Linkov <juri@jurta.org>
15685
15686 * international/mule-cmds.el (ucs-insert): Change arguments
15687 from `arg' to `character', `count', `inherit' to be the same
15688 as in `insert-char'. Doc fix. (Bug#4039)
15689
15690 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
15691
77748848
JL
156922009-08-12 Juri Linkov <juri@jurta.org>
15693
15694 * files-x.el: New file.
15695
15696 * files.el: Move code that deals with adding/deleting
15697 file/directory-local variables to files-x.el.
15698
15699 * Makefile.in (ELCFILES): Add files-x.elc.
15700
c8a44c4e
DD
157012009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
15702
27a9fd5a
DD
15703 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
15704 to use `goto-line'.
15705 (gdb-place-breakpoints, gdb-get-location): Rewritten without
15706 `goto-line'.
15707 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 15708 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 15709 threads list.
107ef54a 15710 (gdb): Send -target-detach when buffer is killed (Bug#3794).
cf6e27cf
DD
15711 (gdb-starting): Moved -data-list-register-names...
15712 (gdb-stopped): ...here so it's sent when first thread stops.
15713 (gdb-registers-handler-custom): Do nothing if register names are
15714 unknown yet.
27a9fd5a 15715
c8a44c4e
DD
15716 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
15717 from `gdb-mi.el' to avoid extra tangling.
15718
15719 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 15720 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
15721 (gdb-update-gud-running): No extra fuss for updating frame number.
15722
dfd4e693
SM
157232009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
15724
51c4341f
SM
15725 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
15726 (describe-language-environment-map, setup-language-environment-map)
15727 (set-coding-system-map): Move initialization into declaration.
15728 (set-language-info-alist): Last arg to define-key-after can be skipped.
15729
15730 * international/quail.el (quail-completion-1): Simplify.
15731 (quail-define-rules): Use slightly more compact code.
15732 (quail-insert-decode-map): Propertize keys, compact columns.
15733
dfd4e693
SM
15734 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15735 Add goto-line.
15736
83326559
MB
157372009-08-10 Miles Bader <miles@gnu.org>
15738
15739 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
15740 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
15741 (js2-instance-member, js2-private-member, js2-private-function-call)
15742 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
15743 (js2-magic-paren, js2-external-variable):
15744 Remove "-face" suffix from face names.
15745 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
15746 (js2-highlight-undeclared-vars, js2-peek-token)
15747 (js2-parse-function-params, js2-mode-show-errors)
15748 (js2-mode-show-warnings, js2-make-magic-delimiter)
15749 (js2-mode-highlight-magic-parens): Update to use new face names.
15750
8e754ea2
MA
157512009-08-09 Michael Albinus <michael.albinus@gmx.de>
15752
15753 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
15754 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
15755
1c292fc7
CY
157562009-08-09 Chong Yidong <cyd@stupidchicken.com>
15757
18d433a7
CY
15758 * subr.el: Provide hashtable-print-readable.
15759
1c292fc7
CY
15760 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
15761 hs-c-like-adjust-block-beginning.
15762 (hs-hide-block-at-point): Stop hiding at the beginning of
15763 hs-block-end-regexp (Bug#700).
15764
2db0ae07
DD
157652009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
15766
15767 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
15768 a macro.
15769 (gdb-registers-handler-custom): Do not fail when register names
15770 are unavailable.
15771
fe4740a6
DD
157722009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15773
15774 * progmodes/gdb-mi.el (gdb-control-all-threads)
15775 (gdb-control-current-thread): Interactive setters for
15776 `gdb-gud-control-all-threads' to use in menu.
15777 (gdb-show-run-p): Show «Go» when process is not active.
7b6fefac 15778 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
fe4740a6
DD
15779 gud/thread.xpm and gud/all.xpm.
15780
ce299d55
CY
157812009-08-08 Yoni Rabkin <yoni@rabkins.net>
15782
15783 * net/net-utils.el (net-utils-font-lock-keywords): New var.
15784 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
15785 (net-utils-mode): New mode for viewing diagnostic network output.
15786 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
15787 (net-utils-run-simple): New function.
15788 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 15789
7c4654ad
DD
157902009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15791
15792 * progmodes/gdb-mi.el (gdb-read-memory-custom)
15793 (gdb-memory-set-address, def-gdb-set-positive-number)
15794 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
15795 after changing settings.
15796 (gdb-invalidate-disassembly): Update when first shown.
15797 (gdb-edit-locals-value): Fixed.
15798 (gdb-registers-handler-custom): Print registers in right order and
15799 allow changing register values (only for current thread yet).
9cbac26b
DD
15800 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
15801 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
15802 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
15803 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
15804 info in mode name.
15805 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 15806
0f25a277
EZ
158072009-08-08 Eli Zaretskii <eliz@gnu.org>
15808
15809 * mail/rmail.el (rmail-add-mbox-headers)
15810 (rmail-set-message-counters-counter): Search for
15811 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
15812
b971be60
GM
158132009-08-08 Glenn Morris <rgm@gnu.org>
15814
15815 * Makefile.in (ELCFILES): Update.
15816
a35d3ad8
EZ
158172009-08-07 Eli Zaretskii <eliz@gnu.org>
15818
60c2df40
EZ
15819 * mail/sendmail.el (mail-yank-original): Set
15820 buffer-file-coding-system from the one used by the message whose
15821 text is yanked.
15822
8b0bcc2e
EZ
15823 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
15824 to "windows" when "pgnuplot" is used.
15825 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
15826 call accept-process-output if "pgnuplot" is used.
15827 (calc-graph-init): Don't send -display and -geometry to
15828 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
15829 running "pgnuplot -V" with shell-command-to-string.
15830
15831 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
15832 the default.
15833
158342009-08-07 Eli Zaretskii <eliz@gnu.org>
15835
15836 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
15837 org/org-latex.elc.
15838
3bca7ca5
DN
158392009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
15840
3c53763c
DN
15841 * vc-dispatcher.el (vc-resynch-window): Update comment.
15842
3bca7ca5
DN
15843 * term.el (term-handle-ansi-escape): Add comments with the
15844 terminfo capabilities implemented.
15845
7b217360
DD
158462009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
15847
15848 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
15849 (gdb-var-create-handler): Rewritten using JSON parser.
15850 (gdb-propertize-header): Moved earlier.
15851 (gdb-set-header): Removed to avoid duplication.
15852 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
15853 Refresh disassembly buffers only after threads list have been
15854 update.
15855 (gdb-threads-header, gdb-registers-header): Per-buffer header line
15856 variables.
15857
b4d84ecf
JL
158582009-08-04 Juri Linkov <juri@jurta.org>
15859
15860 * files.el: Commands to add/delete file/directory-local variables.
15861 (read-file-local-variable, read-file-local-variable-value)
15862 (read-file-local-variable-mode, modify-file-local-variable)
15863 (modify-file-local-variable-prop-line)
15864 (modify-dir-local-variable): New functions.
15865 (add-file-local-variable, delete-file-local-variable)
15866 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
15867 (add-dir-local-variable, delete-dir-local-variable)
15868 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
15869 (copy-dir-locals-to-file-locals-prop-line): New commands.
15870
42da39c1
CY
158712009-08-04 Chong Yidong <cyd@stupidchicken.com>
15872
15873 * abbrev.el (insert-abbrev-table-description): Prettify output.
15874 Suggested by Karl Chen.
15875
98bf8494
DD
158762009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
15877
78b9fb28 15878 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 15879 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
15880 (gdb-overlay-arrow-position, gdb-thread-position)
15881 (gdb-disassembly-position): Declare variables.
15882 (gdb-wait-for-pending): Function now.
15883 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
15884 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
15885 compilation goes smoothly.
15886 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
15887 (gdb-non-stop-setting): New customization setting which replaces
15888 `gdb-non-stop' so changing it doesn't break active GDB session.
15889 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
15890 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
15891 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
15892 (gdb-show-threads-by-default): New customization options.
15893 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
15894 routines.
15895 (gdb-get-buffer-create): Send buffers update signal when they are
15896 created.
15897 (gdb-invalidate-locals, gdb-invalidate-registers)
15898 (gdb-invalidate-breakpoints)
15899 (gdb-invalidate-threads, gdb-invalidate-disassembly)
15900 (gdb-invalidate-memory): Accept update signal.
15901 (gdb-current-context-command): Use --frame option.
15902 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
15903 Implement `gdb-frame-number' selection logic.
15904 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
15905 whether to show GUD toolbar buttons.
15906 (gdb-thread-exited): Unselect current thread when it exits.
15907 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
15908 (gdb-mark-line): Routine which sets overlay arrow or inverses
15909 video on fringeless displays.
15910 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
15911 to build aligned columns of data in GDB buffers and set text
15912 properties line-by-line.
15913 (gdb-invalidate-breakpoints)
15914 (gdb-breakpoints-list-handler-custom)
15915 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
15916 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
15917 (gdb-registers-handler-custom): Align data columns.
15918 (gdb-locals-handler-custom): Now prints data like in variable
15919 declarations.
15920 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
15921 Removed confusing buttons.
15922 (gdb-invalidate-threads): Append --frame.
15923 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
15924 between breakpoints/threads buffers.
15925 (gdb-set-window-buffer): Now can ignore dedicated windows.
15926 (gdb-propertize-header): Use `gdb-set-window-buffer'.
15927 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
15928 (def-gdb-thread-buffer-gud-command): Replaces
15929 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
15930 for fine thread control.
15931 (gdb-preempt-existing-or-display-buffer): New function used to
15932 display bound buffers without breaking window layout.
15933 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
15934 (gdb-select-frame): New version of `gdb-frames-select' which now
15935 sets `gdb-frame-number' so commands may use --frame option instead
15936 of inner debugger state.
15937 (gdb-frame-handler): Do not set `gdb-frame-number'.
15938 (gdb-threads-mode-map): Select threads with mouse.
15939
15940 * progmodes/gud.el (gdb-gud-context-call): Declare function to
15941 avoid compilation warning.
15942 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
15943 `gdb-show-stop-p`.
15944
566f3909
DD
15945 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
15946 Argument `key' renamed to `buffer-type'.
15947 (gdb-current-context-buffer-name): Do not add thread info to
15948 buffer name when no thread is selected.
15949 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
15950 command (bug 3794).
15951 (gdb-thread-selected): Handle `=thread-selected' notification.
15952 (gdb-wait-for-pending): New macro to deal with congestion problems.
15953 (gdb-breakpoints-list-handler-custom): Don't fail on pending
15954 breakpoints.
7b6fefac
JB
15955 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
15956 This fixes problem similar to one described in bug 3947.
566f3909
DD
15957 (gud-menu-map): More menu items.
15958 (gdb-init-1): Reset `gdb-thread-number' to nil.
15959
4a31122c
DD
15960 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
15961 non-stop settings.
15962
15963 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
15964 (gdb-current-context-command): Do not append --thread if
15965 `gdb-thread-number' is nil.
15966 (gdb-running-threads-count, gdb-stopped-threads-count): New
15967 variables.
15968 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
15969 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
15970 customization options.
15971 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
15972 GUD commands.
7b6fefac 15973 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
15974 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
15975 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
15976 set `gdb-thread-number' and update `gud-running' properly.
15977 (gdb-running): Update threads list when new threads appear.
15978 (gdb-stopped): Support non-stop operation and new thread switching
15979 logic.
15980 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
15981 (gdb-json-partial-output): New set of JSON routines.
15982 (def-gdb-auto-update-trigger): New `signal-list' optional
15983 argument.
15984 (gdb-thread-list-handler-custom): Update `gud-running',
15985 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
15986 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
15987 (gdb-continue-thread, gdb-step-thread): New commands for fine
15988 thread execution control.
15989 (gud-menu-map): New menu items to switch non-stop options.
15990 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 15991 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
15992
15993 * progmodes/gdb-mi.el (gdb-rules-name-maker)
15994 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
15995 gdb-buffer-rules.
15996 (def-gdb-auto-update-handler): New nopreserve optional argument.
15997 (gdb-stack-list-frames-custom): Print stack from top to bottom.
15998
15999 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
16000 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
16001 (gdb-parent-mode): New mode to derive other GDB modes from.
16002 (gdb-display-disassembly-for-thread)
16003 (gdb-frame-disassembly-for-thread): New commands for threads
16004 buffer.
16005
16006 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
16007 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
16008 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
16009 (gdb-update): We now store all GDB buffers in a list so that they
16010 can be updated by traversing a list instead of calling invalidate
7b6fefac 16011 triggers explicitly.
a5c9f540
DD
16012 (def-gdb-trigger-and-handler): New macro to define trigger-handler
16013 pair for GDB buffer.
16014 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
16015 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
16016 handle pending triggers.
16017 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
16018 (def-gdb-thread-buffer-simple-command)
16019 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
16020 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
16021 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
16022 New commands which show buffers bound to thread.
e7086683 16023 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 16024
7b6fefac
JB
16025 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
16026 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
16027 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
16028 to (gud-comint-buffer) in *-buffer-name functions
16029 because (gdb-get-target-string) already does that.
16030 (gdb-locals-handler-custom, gdb-registers-handler-custom)
16031 (gdb-changed-registers-handler): Rewritten without regexps.
16032
ba214964 16033 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
16034 (gdb-thread-number): New variable.
16035 (gdb-current-context-command): New macro which adds --thread
16036 option to command.
7b6fefac 16037 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 16038 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 16039 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
16040 (gdb-select-thread): New command which selects current thread.
16041 (gdb-invalidate-frames, gdb-invalidate-locals)
16042 (gdb-invalidate-registers): Use --thread option.
20f12ed8 16043
2ac33804
MA
160442009-08-04 Michael Albinus <michael.albinus@gmx.de>
16045
16046 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 16047 robust. (Bug#3977)
2ac33804
MA
16048 (tramp-handle-insert-file-contents): `unwind-protect' must be
16049 inside `with-parsed-tramp-file-name'.
16050
16051 * net/tramp-gvfs.el (top): Remove superfluous message when loading
16052 fails.
16053
39d0296f
NR
160542009-08-03 Nick Roberts <nickrob@snap.net.nz>
16055
16056 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
16057 directory if CLASSPATH is not set.
16058
adcbca53
MA
160592009-08-03 Michael Albinus <michael.albinus@gmx.de>
16060
7b6fefac
JB
16061 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
16062 New defconst.
7ef849b6 16063 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 16064
30924b0b
CY
160652009-08-02 Kevin Ryde <user42@zip.com.au>
16066
7b6fefac
JB
16067 * net/newst-backend.el (newsticker--raw-url-list-defaults):
16068 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 16069
b6ce92f1
CY
160702009-08-02 Chong Yidong <cyd@stupidchicken.com>
16071
d977a092
CY
16072 * select.el (x-set-selection): Doc fix (Bug#4021).
16073
16074 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
16075
b6ce92f1
CY
16076 * help-fns.el (describe-variable): Treat list return values from
16077 dir-locals-find-file properly (Bug#4005).
16078
7b6fefac 160792009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
16080
16081 * net/tramp.el (tramp-debug-message): Print also microseconds.
16082
160832009-08-02 Michael Albinus <michael.albinus@gmx.de>
16084
16085 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
16086 or END is non-nil.
16087 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
16088 (tramp-get-debug-buffer): Change `outline-regexp' according to new
16089 format.
16090
5ce6e4f4 16091 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
16092 (tramp-get-file-property): Use it.
16093
16094 * autorevert.el (auto-revert-handler): Allow
16095 `auto-revert-tail-mode' for remote files.
16096
2aafe808
JR
160972009-08-02 Jason Rumney <jasonr@gnu.org>
16098
16099 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 16100 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 16101
e094097c
CY
161022009-08-02 Chong Yidong <cyd@stupidchicken.com>
16103
16104 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
16105 (font-lock-variable-name-face, font-lock-constant-face): Darken
16106 the colors for light backgrounds.
16107
de94f281
EZ
161082009-08-01 Eli Zaretskii <eliz@gnu.org>
16109
16110 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
16111 month names. (Bug#3987)
16112
54b99340
CY
161132009-07-31 Chong Yidong <cyd@stupidchicken.com>
16114
16115 * simple.el (line-move-finish): Pass whole number to
16116 line-move-to-column.
34be836c 16117 (line-move-visual): Perform hscroll to the recorded position.
54b99340 16118
38216c30
JB
161192009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
16120
16121 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
16122
c779896d
CY
161232009-07-29 Alan Mackenzie <acm@muc.de>
16124
16125 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
16126
592ccae0
DD
161272009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
16128
35edc6c6
DD
16129 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
16130 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 16131
5a9e3ab7
JB
161322009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
16133
16134 * calc/calc.el (calc-mode-map): Add keybinding for
16135 `calc-transpose-lines'.
16136
7b6fefac 161372009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
16138
16139 * calc/calc-misc.el (calc-transpose-lines): New function.
16140
905fb90e
MA
161412009-07-28 Michael Albinus <michael.albinus@gmx.de>
16142
16143 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
16144 Simplify check for out-of-band methods.
16145 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
16146 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
16147
76e14464
DN
161482009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
16149
16150 * vc-git.el (vc-git-checkin): Fix typo.
16151
6088b51f 161522009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
16153
16154 * progmodes/js2-mode.el: New file.
16155
b85157fe
NR
161562009-07-28 Nick Roberts <nickrob@snap.net.nz>
16157
16158 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
16159 (gud-menu-map): Adjust tooltip accordingly.
16160
d43c2b06
DN
161612009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
16162
1c0f0c3b
DN
16163 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
16164 (vc-bzr-log-view-mode): Adjust log-view-file-re.
16165
d43c2b06
DN
16166 * add-log.el (change-log-mode-map): Add a menu.
16167
3dec5c36
MA
161682009-07-27 Michael Albinus <michael.albinus@gmx.de>
16169
16170 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
16171 function returns nil.
16172 (dbus-handle-event): Handle special return value :ignore.
16173 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
16174
5704140c
CY
161752009-07-26 Chong Yidong <cyd@stupidchicken.com>
16176
16177 * view.el (view-mode-enable): Don't define Helper-return-blurb if
16178 it's not needed.
16179
3077d1f6
EZ
161802009-07-25 Eli Zaretskii <eliz@gnu.org>
16181
16182 Fix Bug#3888:
16183
16184 * w32-vars.el (x-select-enable-clipboard): Doc fix.
16185
16186 * term/pc-win.el (x-display-name, x-colors)
16187 (x-select-enable-clipboard, x-select-text): Doc fix.
16188
16189 * term/common-win.el (x-display-name, x-colors): Doc fix.
16190
16191 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
16192 (xw-defined-colors): Doc fix.
16193
16194 * w32-fns.el (x-select-text, x-setup-function-keys)
16195 (x-get-selection, x-set-selection): Doc fix.
16196
16197 * term/x-win.el (x-select-text, x-setup-function-keys)
16198 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
16199
16200 * select.el (x-set-selection): Doc fix.
16201
51768bc8
MA
162022009-07-25 Michael Albinus <michael.albinus@gmx.de>
16203
16204 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
16205 instead of "IsNSSSupportAvailable". Avahi ought to work also when
16206 "IsNSSSupportAvailable" method is not available. Reported by
16207 Steve Youngs <steve@sxemacs.org>.
16208
b11c2874
KH
162092009-07-24 Kenichi Handa <handa@m17n.org>
16210
16211 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 16212 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
16213 (build-unicode-category-table): Fix range checks.
16214
ba83b7b6
DN
162152009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
16216
16217 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
16218 the buffer we try to sync is current when calling
16219 vc-resynch-buffer.
16220
16221 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
16222 not show up to date files.
16223
7a8ae964
GM
162242009-07-24 Glenn Morris <rgm@gnu.org>
16225
16226 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
16227 Add autoload cookies. If necessary, initialize.
16228 (elint-log): Handle non-file buffers.
16229 (elint-initialize): Add optional argument to reinitialize.
16230 (elint-find-builtin-variables): Save excursion.
16231
a707eb05
DN
162322009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
16233
16234 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16235 for Lint.
16236
0a2ddfa6
DN
162372009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
16238
d6a62b0d
DN
16239 * vc.el (vc-print-log-internal): New function, split out from ...
16240 (vc-print-log): ... here.
10b5dcad 16241 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 16242
0a2ddfa6
DN
16243 * vc-git.el (vc-git-add-signoff): New variable.
16244 (vc-git-checkin): Use it.
16245 (vc-git-toggle-signoff): New function.
16246 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
16247 (vc-git--run-command-string): Accept a nil FILE argument.
16248 (vc-git-stash-list): New function.
16249 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 16250
589a99f2
GM
162512009-07-23 Glenn Morris <rgm@gnu.org>
16252
16253 * help-fns.el (describe-variable): Describe ignored and risky local
16254 variables in a similar way to that in which we describe safe ones.
16255
16256 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
16257 (byte-compile-output-file-form, byte-compile-output-docform)
16258 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
16259 Give some more local variables with common names a "bytecomp-" prefix,
16260 so as not to shadow things during compilation.
16261 * emacs-lisp/cl-macs.el (load-time-value)
16262 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
16263 `outbuffer' to `bytecomp-outbuffer'.
16264
16265 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
16266 since the next two variables cover them automatically now.
16267 (elint-builtin-variables, elint-autoloaded-variables): New.
16268 (elint-unknown-builtin-args): Remove all members, since they can be
16269 parsed automatically now.
16270 (elint-extra-errors): New.
16271 (elint-env-add-env, elint-env-add-macro): Use cadr.
16272 (elint-current-buffer): Use or. Change final message.
16273 (elint-get-top-forms): Use line-end-position.
16274 (elint-init-env): Use cadr. Handle autoload, declare-function,
16275 and defalias.
16276 (elint-add-required-env): Doc fix. Use or. Standardize error.
16277 (regexp-assoc): Remove unused function.
16278 (elint-top-form): Set elint-current-pos, to record the start of the
16279 top-level form, for compilation-mode.
16280 (elint-form): Trap errors in macro expansion. Use dolist.
16281 (elint-unbound-variable): Use elint-builtin-variables and
16282 elint-autoloaded-variables.
16283 (elint-get-args): Use cadr, or.
16284 (elint-check-cond-form): Use dolist, cadr.
16285 (elint-check-condition-case-form): Doc fix. Use cadr.
16286 Use elint-extra-errors.
16287 (elint-log): New function.
16288 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
16289 Distinguish errors and warnings.
16290 (elint-log-message): Use with-current-buffer. Inhibit read-only.
16291 Use a bytecomp-style format.
16292 (elint-clear-log): Preserve default-directory. Inhibit read-only.
16293 (elint-get-log-buffer): Use compilation mode. Disable undo.
16294 Don't truncate lines.
16295 (elint-initialize): Set builtin and autoloaded variable lists.
16296 Only process elint-unknown-builtin-args if non-nil.
16297 (elint-find-builtin-variables, elint-find-autoloaded-variables):
16298 New functions.
16299 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
16300
855b42a2
GM
163012009-07-22 Kevin Ryde <user42@zip.com.au>
16302
16303 * net/newst-backend.el (newsticker--parse-atom-1.0)
16304 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
16305 (newsticker--parse-rss-1.0):
16306 * progmodes/idlwave.el (idlwave-mode):
16307 * progmodes/idlw-shell.el (idlwave-shell-mode):
16308 * progmodes/vera-mode.el (vera-mode):
16309 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
16310 * progmodes/vhdl-mode.el (vhdl-mode):
16311 * textmodes/table.el (table-generate-source)
16312 (table--warn-incompatibility):
16313 Hyperlink urls in docstrings with URL `...'.
16314
fd413a37
GM
163152009-07-22 Glenn Morris <rgm@gnu.org>
16316
cb711556
GM
16317 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
16318 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
16319 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
16320 Remove leading * from defcustom docs.
16321
fd413a37
GM
16322 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
16323
16324 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
16325 defcustom doc.
16326 (list-load-path-shadows): Optionally, just return shadows as a string.
16327
16328 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
16329
a4f69701
CY
163302009-07-21 Chong Yidong <cyd@stupidchicken.com>
16331
16332 * mail/rmailedit.el (rmail-edit-mode): Use
16333 auto-save-include-big-deletions.
16334
16335 * mail/rmail.el (rmail-variables): Use
16336 auto-save-include-big-deletions.
16337
16338 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
16339 changes.
16340
ec06459c
JB
163412009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
16342
16343 * calc/calc.el (calc-undo-length): New variable.
16344 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
16345
b41b0976
RS
163462009-07-21 Richard Stallman <rms@gnu.org>
16347
16348 * files.el (auto-save-mode): Handle buffer-save-size = -2
16349 for toggling mode.
16350
4ed32706
GM
163512009-07-21 Glenn Morris <rgm@gnu.org>
16352
531b1264
GM
16353 * textmodes/ispell.el (ispell-looking-back): Update declaration.
16354
55d27f41
GM
16355 * calendar/todo-mode.el (calendar-current-date): Update declaration.
16356
02df3f4d
GM
16357 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
16358 silence compiler. Instead...
16359 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
16360 (ps-print-ensure-fontified): Update for above function name changes.
16361
fdd8417e
GM
16362 * printing.el (pr-mh-get-msg-num, pr-mh-show)
16363 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
16364 silence compiler. Instead...
16365 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
16366 (mh-show-buffer): Only define for compiler.
16367 (pr-mh-current-message): Update for above function name changes.
16368
4ed32706
GM
16369 * files.el (abort-if-file-too-large): Explicitly pass `filename'
16370 as an argument.
16371 (find-file-noselect, insert-file-1): Update for above change.
16372
16373 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
16374
16375 * mail/mailclient.el (mailclient-send-it): Fix message.
16376
16377 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
16378 (edebug-eval): Check cl-debug-env is bound.
16379 (print-level, print-circle): Don't redefine built-in variables.
16380
16381 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
16382 (custom-print-vectors): Remove old comments from doc.
16383
16384 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
16385 (emerge-version): Make the variable an obsolete alias for the
16386 emacs-version variable. Make the function obsolete.
16387 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
16388 Emerge options, rather than merging in into the main Options menu.
16389 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
16390 and auto advance modes. Disable edit/fast items when not relevant.
16391
86812144
CY
163922009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
16393
16394 * term/vt420.el (terminal-init-vt420): Fix typo.
16395
6bb90094
SS
163962009-07-20 Sam Steingold <sds@gnu.org>
16397
16398 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
16399 variable (removed from compile.el on 2004-03-11).
16400
42e0a725
CY
164012009-07-20 Chong Yidong <cyd@stupidchicken.com>
16402
16403 * files.el (hack-local-variables-filter): Fix last change.
16404
2ee20f24
JL
164052009-07-19 Juri Linkov <juri@jurta.org>
16406
16407 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
16408 (dir-local-variables-alist): New buffer-local variable.
16409 (hack-local-variables-filter): If variable is not dir-local,
16410 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
16411 because file-local overrides dir-local.
3570691b 16412 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
16413 Remove obsolete declaration.
16414 (hack-dir-local-variables): Add dir-local variable/value pair to
16415 `dir-local-variables-alist' and remove duplicates. Doc fix.
16416
16417 * help-fns.el (describe-variable): Add information about
16418 file-local and dir-local variables.
16419
89bf83cd
CY
164202009-07-19 Chong Yidong <cyd@stupidchicken.com>
16421
16422 * files.el (hack-local-variables-filter): Rewrite.
16423
1a8d3541
GM
164242009-07-19 Glenn Morris <rgm@gnu.org>
16425
d9e8a018
GM
16426 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
16427 Silence compiler by only defining on XEmacs.
16428
da332cfb
GM
16429 * international/mule.el (auto-coding-regexp-alist): Only match
16430 BABYL... at the start of buffer, not of lines. (Bug#3790)
16431
1a8d3541
GM
16432 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
16433 non-calendar buffers (Bug#3862). Restore "not on a date" message.
16434 (cal-menu-context-mouse-menu): Doc fix.
16435
16436 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
16437
16438 * simple.el (mail-user-agent): Doc fix. Set :version tag.
16439
d842b103
JL
164402009-07-18 Juri Linkov <juri@jurta.org>
16441
16442 * info.el: Virtual Info keyword finder.
3570691b 16443 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
16444 (Info-finder-file): New variable.
16445 (Info-finder-find-file): New function.
16446 (finder-known-keywords, finder-package-info)
16447 (find-library-name, lm-commentary): Use defvar and
16448 declare-function to silence compiler warnings.
16449 (Info-finder-find-node): New function.
16450 (info-finder): New command.
16451
16452 * subr.el (process-kill-buffer-query-function): New function.
16453 (add-hook)<kill-buffer-query-functions>: Add hook
16454 `process-kill-buffer-query-function'.
16455
10d37df7
AM
164562009-07-18 Alan Mackenzie <acm@muc.de>
16457
7b6fefac 16458 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
16459 (c-postprocess-file-styles): Give invocation of `c-set-style'
16460 DONT-OVERRIDE parameter of t. Already set style variables will
16461 thus not be overridden by style settings given by `c-file-syle'.
16462
16463 * files.el (hack-local-variables-filter): Remove entries with
16464 duplicate keys from `file-local-variables-alist'.
16465
102e1a41
EZ
164662009-07-18 Eli Zaretskii <eliz@gnu.org>
16467
16468 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
16469 x-set-selection if display-selections-p returns nil for the
16470 current frame.
16471
16f2e9fc
CY
164722009-07-18 Chong Yidong <cyd@stupidchicken.com>
16473
16474 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
16475
f22693fc
EZ
164762009-07-18 Eli Zaretskii <eliz@gnu.org>
16477
a6c2c80c
EZ
16478 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
16479 Accept nil in addition to a regexp.
16480 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
16481 Accept nil in addition to a regexp.
16482 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
16483 buffers that have an associated file. Handle nil values of
16484 desktop-buffers-not-to-save and desktop-files-not-to-save.
16485 (Bug#3833)
16486
f22693fc
EZ
16487 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16488 (x-disown-selection-internal): New functions.
16489
e456379a
NR
164902009-07-18 Nick Roberts <nickrob@snap.net.nz>
16491
16492 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
16493 warning.
16494 (gdb-breakpoints-header): Move forward to avoid compiler warning.
16495 (gdb-make-header-line-mouse-map): Remove duplicate definition.
16496
0013b70f
CY
164972009-07-18 David De La Harpe Golden <david@harpegolden.net>
16498
16499 * simple.el (set-mark): Revert last change.
16500
0855c2ca
CY
165012009-07-17 Tassilo Horn <tassilo@member.fsf.org>
16502
16503 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
16504 rendering of pngs is not possible instead of messaging a long
16505 description.
16506
3f5c9cad
CY
165072009-07-17 David De La Harpe Golden <david@harpegolden.net>
16508
16509 * w32-fns.el (x-selection-owner-p): New function.
16510
16511 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
16512 (mouse-yank-at-click, mouse-yank-primary): If
16513 select-active-regions is non-nil, deactivate the mark before
16514 insertion.
3f5c9cad
CY
16515
16516 * simple.el (deactivate-mark, set-mark): Only save selection if we
16517 own it.
16518
1fc87f9b
KH
165192009-07-17 Kenichi Handa <handa@m17n.org>
16520
16521 * case-table.el (describe-buffer-case-table): Fix for the case
16522 that KEY is a cons.
16523
d56fdcd2
DN
165242009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
16525
16526 * vc-rcs.el (vc-rcs-find-file-hook):
16527 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
16528
bede3e9f
MA
165292009-07-16 Michael Albinus <michael.albinus@gmx.de>
16530
16531 * net/tramp.el (tramp-wait-for-output): Handle the case when
16532 commands do not return a newline but a null byte before the shell
16533 prompt. (Bug#3858)
16534
7653ca1d
YM
165352009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16536
16537 * term/ns-win.el (ns-set-alpha): Don't declare.
16538 (ns-set-background-alpha): Remove function.
16539
ed2a52e9
SM
165402009-07-16 Kevin Ryde <user42@zip.com.au>
16541
16542 * emacs-lisp/copyright.el (copyright-update): Save match-data across
16543 y-or-n-p, for safety.
16544
7a907299
RS
165452009-07-16 Richard Stallman <rms@gnu.org>
16546
16547 * files.el (auto-save-mode): If buffer-saved-size is -2,
16548 don't clobber it.
16549
16550 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
16551 (rmail-retry-ignored-headers): Add more uninteresting fields.
16552
c0db3477
CY
165532009-07-15 Jari Aalto <jari.aalto@cante.net>
16554
16555 * net/rcirc.el (rcirc): Use history variables.
16556 (rcirc-server-name-history, rcirc-nick-name-history)
16557 (rcirc-server-port-history): New variables.
16558
6c875452
KH
165592009-07-15 Kenichi Handa <handa@m17n.org>
16560
bf974dc9
KH
16561 * international/mule-cmds.el (set-language-environment-charset):
16562 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
16563 ignore them.
16564
6c875452
KH
16565 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
16566 Delete unibyte-display.
16567
2066b4fe
CY
165682009-07-15 Chong Yidong <cyd@stupidchicken.com>
16569
16570 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
16571
f9be2e35
CY
165722009-07-15 Chong Yidong <cyd@stupidchicken.com>
16573
16574 * simple.el (deactivate-mark): Optional argument FORCE.
16575 (set-mark): Use deactivate-mark.
16576
16577 * info.el (Info-search): No need to check transient-mark-mode
16578 before calling deactivate-mark.
16579
16580 * select.el (x-set-selection): Doc fix.
16581 (x-valid-simple-selection-p): Allow buffer values.
16582 (xselect--selection-bounds): Handle buffer values. Suggested by
16583 David De La Harpe Golden.
16584
16585 * mouse.el (mouse-set-region, mouse-drag-track): Call
16586 copy-region-as-kill before setting the mark, to let
16587 select-active-regions work.
16588
be3e598a 165892009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
16590
16591 * simple.el (deactivate-mark): If select-active-regions is
16592 non-nil, copy the selection data into a string.
16593 (activate-mark): If select-active-regions is non-nil, set the
16594 selection to the current buffer.
16595 (set-mark): Update selection if select-active-regions is non-nil.
16596
16597 * select.el (x-valid-simple-selection-p): Allow buffer values.
16598
cbd61418
SM
165992009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
16600
16601 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
16602 and more featureful message-mode.
16603
f470187f
CY
166042009-07-14 Chong Yidong <cyd@stupidchicken.com>
16605
16606 * select.el (x-set-selection): Doc fix.
16607 (x-valid-simple-selection-p): Disallow selection data consisting
16608 of a list or cons of integers, since that is not used.
16609 (xselect--selection-bounds, xselect--int-to-cons): New functions.
16610 (xselect-convert-to-string, xselect-convert-to-length)
16611 (xselect-convert-to-filename, xselect-convert-to-charpos)
16612 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
16613
bfc99364
DD
166142009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
16615
16616 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
16617 output in -break-info command (Emacs bug #3794).
16618
e32721f5
GM
166192009-07-14 Glenn Morris <rgm@gnu.org>
16620
1e46f9e4
GM
16621 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
16622 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
16623 (edebug-print-length, edebug-print-level, edebug-print-circle)
16624 (edebug-sit-for-seconds, edebug-view-outside)
16625 (edebug-bounce-point, edebug-set-global-break-condition)
16626 (edebug-Go-nonstop-mode, edebug-trace-mode)
16627 (edebug-Trace-fast-mode, edebug-continue-mode)
16628 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
16629 (edebug-visit-eval-list): Doc fixes.
16630
e32721f5
GM
16631 * subr.el (def-edebug-spec): Doc fix.
16632
66a85e76
KH
166332009-07-14 Kenichi Handa <handa@m17n.org>
16634
16635 * international/characters.el: Fix setting of category ?C.
16636
28571246
JD
166372009-07-13 Jan Djärv <jan.h.d@swipnet.se>
16638
7b6fefac 16639 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
16640 ns-popup-font-panel instead of generate-fontset-menu.
16641
5d74672c
EZ
166422009-07-12 Eli Zaretskii <eliz@gnu.org>
16643
7b6fefac 16644 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 16645
eb1727a4
CY
166462009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
16647
16648 * arc-mode.el (archive-find-type): Allow for a PK00 string before
16649 the PK\003\004 header (Bug#3770).
16650
208384c5
CY
166512009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
16652
16653 * pcomplete.el (pcomplete-comint-setup): Check for
16654 shell-dynamic-complete-filename too.
16655
774409a1
CY
166562009-07-11 Chong Yidong <cyd@stupidchicken.com>
16657
16658 * simple.el (temporary-goal-column): Change the value for
16659 line-move-visual to a cons cell.
16660 (line-move-visual): Record or set the window hscroll, if
16661 necessary (Bug#3494).
16662 (line-move-1): Handle cons value of temporary-goal-column.
16663
1639ee1d
KH
166642009-07-11 Kenichi Handa <handa@m17n.org>
16665
16666 * international/mule-diag.el (describe-character-set): Don't show
16667 width.
16668
2b1d2412
SS
166692009-07-10 Sam Steingold <sds@gnu.org>
16670
16671 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16672 Omake sometimes indents the errors it prints, so allow all
16673 regexps to start with spaces.
16674
ed3a5691
EZ
166752009-07-10 Eli Zaretskii <eliz@gnu.org>
16676
ed2a52e9
SM
16677 * cus-edit.el (customize-changed-options-previous-release):
16678 Bump value to 22.1. (Bug#3804)
ed3a5691 16679
49405d0e
SS
166802009-07-08 Sam Steingold <sds@gnu.org>
16681
16682 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
16683 to be a cons cell (test . ignored-directory) to selectively ignore
16684 some directories depending on the location of the search.
16685
93c3eb7c
MA
166862009-07-08 Michael Albinus <michael.albinus@gmx.de>
16687
16688 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
16689 remote user is root, on the local host.
16690 (tramp-local-host-p): Either the local user or the remote user
16691 must be root. (Bug#3771)
16692
6f2a8484
NR
166932009-07-08 Nick Roberts <nickrob@snap.net.nz>
16694
16695 * progmodes/gdb-mi.el (gdb): Remove description of
16696 gdb-use-separate-io-buffer.
69cb8d82 16697 (menu): Don't allow toggling of or enable
6f2a8484
NR
16698 gdb-use-separate-io-buffer from menubar.
16699
88d03607
CY
167002009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
16701
16702 * mail/unrmail.el (unrmail): Make sure the message ends with two
16703 newlines (Bug#3769).
16704
7ef5b8b2
GM
167052009-07-08 Glenn Morris <rgm@gnu.org>
16706
16707 * calendar/calendar.el (calendar-current-date): Rework previous change.
16708
3ce82f97
GM
167092009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
16710
16711 * calendar/calendar.el (calendar-current-date):
16712 Add an optional argument giving an offset from today.
16713
f35fc841
GM
167142009-07-08 Glenn Morris <rgm@gnu.org>
16715
16716 * tutorial.el (tutorial--describe-nonstandard-key):
16717 Adjust the message for when a key has been unbound.
16718 (help-with-tutorial): Hide the arch-tag.
16719
40149292
KH
167202009-07-08 Kenichi Handa <handa@m17n.org>
16721
69cb8d82
KH
16722 * international/fontset.el (setup-default-fontset): For each
16723 script, append (not set) font-specs.
16724
40149292
KH
16725 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
16726 docstring.
16727
ff0c4194
NR
167282009-07-08 Nick Roberts <nickrob@snap.net.nz>
16729
16730 * progmodes/gdb-mi.el (gdb-init-1): Move sending
16731 -data-list-register-names to ...
16732 (gdb-starting): ... here because GDB 7.0 requires execution to
16733 have started when using this MI command.
16734 (gdb-set-header): New function to distinguish select and
16735 unselected tabs in gdb buffers.
16736 (gdb-propertize-header): New macro that uses gdb-set-header.
16737 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 16738 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 16739
8954c675
CY
167402009-07-07 Chong Yidong <cyd@stupidchicken.com>
16741
16742 * Makefile.in (ELCFILES): Remove fadr.elc.
16743
0996385d
DD
167442009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
16745
dc6b4519
DD
16746 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
16747 may contain frame information, so `string-match' should be used.
16748 (gdb-update): Disassembly is invalidated through
16749 `gdb-get-selected-frame'.
16750 (gdb-pad-string): New function to pad string with spaces.
16751 (gdb-invalidate-disassembly): Invalidate only if the buffer
16752 exists.
16753 (gdb-disassembly-handler-custom): Column alignment.
16754 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
16755 placing new ones.
16756 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
16757 end of line, too.
16758 (gdb-frame-handler): Match convention to for disassembly buffer
16759 mode name.
17c1380b 16760 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
16761 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
16762 not highlight breakpoints without line information.
69a197a2 16763 (gdb-input): Add trailing newline to command.
dc6b4519 16764
14340b25
DD
16765 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
16766 buffer properly.
16767 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 16768 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
16769 now.
16770 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
16771 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
16772 to place breakpoints.
14340b25
DD
16773 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
16774 functions.
16775 (gdb-disassembly-handler-custom): Show overlay arrow.
16776 (gdb-disassembly-place-breakpoints): Show breakpoints in
16777 disassembly buffer.
16778 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 16779 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 16780 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 16781 in `gud-menu-map'.
14340b25 16782
38d4f316 16783 * fadr.el: Remove.
1f2a6224 16784
7b6fefac 16785 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 16786 (gdb-memory-address): New variable which holds top address of
7b6fefac 16787 memory page shown in memory buffer.
0996385d
DD
16788 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
16789 customization variables.
16790 New functions:
16791 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
16792 display the memory buffer.
16793 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
16794 buffer display parameters.
16795 (def-gdb-memory-format, gdb-memory-format-binary)
16796 (gdb-memory-format-octal, gdb-memory-format-unsigned)
16797 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
16798 Functions for setting memory buffer format.
16799 (gdb-memory-unit-word, gdb-memory-unit-halfword)
16800 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
16801 unit size used in memory buffer.
16802 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
16803 to next/previous page of memory buffer.
28d67a53 16804 Now using (bindat-get-field) instead of fadr functions.
0996385d 16805
9ba562d3
SS
168062009-07-07 Sam Steingold <sds@gnu.org>
16807
16808 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
16809 non-top-level files.
16810
a43977db
KH
168112009-07-07 Kenichi Handa <handa@m17n.org>
16812
16813 * international/mule-cmds.el (reset-language-environment): Put
16814 the highset priority to the charset iso-8859-1.
16815
d44d05e8
CY
168162009-07-06 Chong Yidong <cyd@stupidchicken.com>
16817
16818 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
16819 to the end of the line when locating the block (Bug#700).
16820
3e2fa353
MA
168212009-07-06 Michael Albinus <michael.albinus@gmx.de>
16822
16823 * net/tramp.el (tramp-handle-write-region): Flush file properties
16824 in case of short track.
16825
be3e598a 168262009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 16827
bf0b361c
JB
16828 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
16829 Coded custom representation of verilog error regular expressions
16830 to work with Emacs-22's new format.
d88782c3 16831 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 16832 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
16833 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
16834 error recognition into XEmacs.
16835 (verilog-error-regexp-add-emacs): Hook routine to install verilog
16836 error recognition into Emacs-22.
16837
25c6f63e
CY
168382009-07-06 Chong Yidong <cyd@stupidchicken.com>
16839
16840 * woman.el: Remove stand-alone closing parentheses.
16841 (woman-file-name, woman2-format-paragraphs)
16842 (woman-leave-blank-lines): Code cleanup.
16843 (woman-use-own-frame): Change default to nil.
16844 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
16845 defaults to inherit from default faces.
16846 (woman2-process-escapes): Consume the newline after a stand-alone
16847 filler character (Bug#3651).
16848
f176290e
GM
168492009-07-06 Glenn Morris <rgm@gnu.org>
16850
16851 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
16852 (top-level): Move provide to the end.
16853 (ffap): Remove defunct URL from custom group.
16854
16855 * subr.el (eval-after-load): Doc fix.
16856
7b6fefac 168572009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
16858
16859 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
16860 `calc-embedded-word' is called twice.
16861
4b8b1ec5
SM
168622009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16863
16864 * files.el (find-alternate-file-other-window, find-alternate-file):
16865 Obey confirm-nonexistent-file-or-buffer.
16866
d6ceb380
MA
168672009-07-05 Michael Albinus <michael.albinus@gmx.de>
16868
16869 * dired-aux.el (dired-show-file-type): Handle remote files.
16870
be3e598a 168712009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 16872
4b8b1ec5
SM
16873 * desktop.el (desktop-globals-to-save):
16874 Add file-name-history (Bug#2750).
c760f19e 16875
6d00ce04
CY
168762009-07-05 Chong Yidong <cyd@stupidchicken.com>
16877
4b8b1ec5 16878 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 16879
6ee21b07
JB
168802009-07-04 Johan Bockgård <bojohan@gnu.org>
16881
16882 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
16883 property on entire argument since this is what eshell-lisp-command
16884 expects.
16885
f0dbdc25
MA
168862009-07-03 Michael Albinus <michael.albinus@gmx.de>
16887
16888 * net/tramp-gvfs.el (tramp-gvfs-methods)
16889 (tramp-gvfs-zeroconf-domain)
16890 (tramp-bluez-discover-devices-timeout): Add version flag.
16891 (tramp-gvfs-handler-mounted-unmounted)
16892 (tramp-gvfs-connection-mounted-p): Polish handling of
16893 incompatibilities between GVFS 0.2 and 1.0.
16894
e044e4fc
JD
168952009-07-03 Jan Djärv <jan.h.d@swipnet.se>
16896
4b8b1ec5 16897 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 16898
2e9b968b
JB
168992009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
16900
bf0b361c 16901 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
16902 formatted correctly.
16903
baf1a55e
JL
169042009-07-02 Juri Linkov <juri@jurta.org>
16905
16906 * info.el: Virtual Info files and nodes.
16907 (Info-virtual-files, Info-virtual-nodes): New variables.
16908 (Info-current-node-virtual): New variable.
16909 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
16910 New functions.
16911 (Info-file-supports-index-cookies): Use Info-virtual-file-p
16912 to check for a virtual file instead of checking a fixed list
16913 of node names.
16914 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
16915 instead of ad-hoc processing of "dir" and (apropos history toc).
16916 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
16917 instead of ad-hoc processing of "dir" and (apropos history toc).
16918 Reread a file when moving from a virtual node.
16919 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
16920 (Info-directory-toc-nodes, Info-directory-find-file)
16921 (Info-directory-find-node): New functions.
16922 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
16923 (Info-history): Move part of code to
16924 `Info-history-find-node'.
16925 (Info-history-toc-nodes, Info-history-find-file)
16926 (Info-history-find-node): New functions.
16927 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
16928 (Info-toc): Move part of code to `Info-toc-find-node'.
16929 (Info-toc-find-node): New function.
4b8b1ec5 16930 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
16931 the current Info file name to references because now the node
16932 "*TOC*" belongs to the same Info manual.
4b8b1ec5 16933 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
16934 (Info-toc-nodes): Rename input argument `file' to `filename'.
16935 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
16936 instead of ad-hoc processing of ("dir" apropos history toc).
16937 (Info-index-nodes): Use Info-virtual-file-p
16938 to check for a virtual file instead of checking a fixed list
16939 of node names.
16940 (Info-index-node): Add check for `Info-current-node-virtual'.
16941 Raise `save-match-data' higher up the tree to contain
16942 `search-forward' too (bug fix).
16943 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
16944 (Info-virtual-index-nodes): New variable.
16945 (Info-virtual-index-find-node, Info-virtual-index): New functions.
16946 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
16947 (Info-apropos-file, Info-apropos-nodes): New variables.
16948 (Info-apropos-toc-nodes, Info-apropos-find-file)
16949 (Info-apropos-find-node, Info-apropos-matches): New functions.
16950 (info-apropos): Move part of code to `Info-apropos-find-node' and
16951 `Info-apropos-matches'.
16952 (Info-mode-map): Bind "I" to `Info-virtual-index'.
16953 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
16954 for a virtual file instead of checking a fixed list of node names.
16955
16956 * simple.el (async-shell-command): New command.
16957
16958 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
16959
16960 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
16961 instead of `mount-info'.
16962
d04bc496
MA
169632009-07-02 Michael Albinus <michael.albinus@gmx.de>
16964
16965 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 16966 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 16967
af0403e0
KH
169682009-07-02 Kenichi Handa <handa@m17n.org>
16969
16970 * international/mule.el (set-keyboard-coding-system): Force *-unix
16971 coding-system to avoid eol conversion.
16972
99278f8a
MA
169732009-07-01 Michael Albinus <michael.albinus@gmx.de>
16974
4b8b1ec5
SM
16975 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16976 Add handler for `process-file', `shell-command' and
99278f8a
MA
16977 `start-file-process'.
16978 (tramp-gvfs-handle-shell-command)
16979 (tramp-gvfs-handle-start-file-process)
16980 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 16981 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 16982
3f1c6666
JD
169832009-07-01 Jan Djärv <jan.h.d@swipnet.se>
16984
16985 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
16986
3f396bac
KH
169872009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
16988
16989 * language/korean.el (set-language-info-alist): Add korean-cp949,
16990 cp949 to spec.
16991
c1185193
KH
169922009-07-01 Kenichi Handa <handa@m17n.org>
16993
16994 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
16995
16996 * international/encoded-kb.el: Deleted.
16997
16998 * international/mule.el (set-keyboard-coding-system): Perform the
16999 necessary setup here instead of calling encoded-kbd-setup-display.
17000
3f150a60
GM
170012009-07-01 Glenn Morris <rgm@gnu.org>
17002
17003 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
17004
b0d5b05b
GM
170052009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
17006
17007 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
17008
4f4126e6
MA
170092009-06-30 Michael Albinus <michael.albinus@gmx.de>
17010
4b8b1ec5
SM
17011 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
17012 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 17013 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 17014
7ae3ea65 17015 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
17016 (top): Add a default for "synce" in `tramp-default-user-alist'.
17017 Add completion function for "synce" method.
17018 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
17019 (tramp-hal-interface-manager, tramp-hal-interface-device):
17020 New defconst.
17021 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
17022 (tramp-synce-list-devices, tramp-synce-parse-device-names):
17023 New defuns.
d6ceb380
MA
17024
17025 * net/trampver.el: Update release number.
7ae3ea65 17026
0ad6626b
KH
170272009-06-30 Kenichi Handa <handa@m17n.org>
17028
17029 * international/fontset.el (setup-default-fontset): Add CJK fonts
17030 for symbols and the other miscellaneous characters.
17031
4b8b1ec5
SM
17032 * language/korea-util.el (setup-korean-environment-internal):
17033 Make char-width-table suitable for Korean environments.
0ad6626b
KH
17034 (exit-korean-environment): Cancel above.
17035
17036 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
17037 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 17038 setup-function to make char-width-table suitable for respective
0ad6626b
KH
17039 environments, and an exit-function to cancel that.
17040
17041 * language/japan-util.el (setup-japanese-environment-internal):
17042 Call use-cjk-char-width-table with arg `ja_JP'.
17043
17044 * international/characters.el (cjk-char-width-table): Delete it.
17045 (cjk-char-width-table-list): New variable.
17046 (use-cjk-char-width-table): New arg local-name.
17047 (use-default-char-width-table): Fix for the case that Emacs is
17048 already using the default char-width-table.
17049
fd46e893
MA
170502009-06-29 Michael Albinus <michael.albinus@gmx.de>
17051
17052 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
17053 modes mandatory. (Bug#3712)
17054
b87d9f96
AM
170552009-06-29 Alan Mackenzie <acm@muc.de>
17056
17057 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 17058 correction between the visible width of TABs and their number of bytes.
b87d9f96 17059
2d25aa5a
CY
170602009-06-29 Chong Yidong <cyd@stupidchicken.com>
17061
17062 * server.el (server-buffer-done): Prevent kill-buffer from
17063 prompting by clearing the buffer modification flag (Bug#3696).
17064
a3a8b002
DN
170652009-06-28 Michael McNamara <mac@mail.brushroad.com>
17066
bf0b361c 17067 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 17068 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
17069 (verilog-basic-complete-re): Support localparam lineup.
17070 (verilog-beg-of-statement-1): Fix for robustness, unique case.
17071 (verilog-set-auto-endcomments): Fix for unique case, always_comb
17072 commenting.
17073 (verilog-leap-to-case-head): Now support *nested* unique &
17074 priority case statements.
17075 (verilog-auto-lineup): Make just declarations the default (as it
17076 had been).
4b8b1ec5 17077 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 17078 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 17079 select the various styles of automatic lineup.
a3a8b002
DN
17080 (verilog-error-regexp-alist): Rework to support the XEmacs style
17081 of error regular expressions from compilers, lint tools &
17082 simulators. Note that GNU Emacs has made it impossible for a mode
17083 to load such things.
17084 (electric-verilog-terminate-line, verilog-indent-declaration)
17085 (verilog-auto-wiure): Rework for radio button selection of
17086 auto-lineup selection of specification of auto lineup.
17087 (verilog-beg-of-statement-1): Redesign to support proper operation
17088 in additional code, based on testing with auto-lineup.
17089 (verilog-calculate-indent, assignments & declarations)
17090 (verilog-backward-token): Enhance to support auto-lineup of
17091 assignments & declarations.
17092 (verilog-in-directive-p, verilog-at-struct-p): New function for
17093 easy test of whether we are.
17094 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
17095 to support safe execution at almost anyline.
17096 (verilog-calc-1): Properly support indenting deep inside generate
17097 blocks.
48c2d18a 17098 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 17099 as it is redundant with font-lock-defaults.
a8f316ca 17100 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
17101 to avoid circular calls if syntax-ppss is a function (as is the
17102 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 17103 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
17104 (verilog-ovm-begin-re, verilog-ovm-end-re)
17105 (verilog-ovm-statement-re, verilog-leap-to-head)
17106 (verilog-backward-token): Add support for OVM macros. Some are
17107 complete statements, and others open and close scopes like begin
17108 and end.
17109 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
17110 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 17111 compilation issue.
48c2d18a 17112 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 17113 coverpoint, constraint and cross statements.
a3a8b002
DN
17114 (verilog-defun-level-list, verilog-generate-defun-level-list)
17115 (verilog-all-defun-level-list): Redo these specifications - it is
17116 too hard to support eval-when compile aggregation of lists also
17117 built at when-compile time.
17118 (verilog-defun-level-list): Place defconsts of variables used in
17119 building regular expressions which are built in eval-when-compile
17120 bodies in the same eval-when-compile body to facilitate compile
17121 without load.
17122 (verilog-beg-block-re-ordered): Support indenting
17123 virtual/protected tasks and functions.
7b6fefac 17124 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
17125 (verilog-backward-ws&directives, verilog-calc-1): Speed up
17126 indentation of some module items (generate items).
17127 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
17128 across virtual/protected tasks and functions.
17129
171302009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
17131
bf0b361c 17132 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 17133 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
17134 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
17135 in concatenations. Reported by Yishay Belkind.
17136 (verilog-auto-ascii-enum): Support one-hot state machines in
17137 AUTOASCIIENUM. Suggested by Lloyd Gomez.
17138 (verilog-auto-inst, verilog-auto-inst-port): Include interface
17139 modport in AUTOINST and add vl-modport for users. Reported by
17140 David Rogoff.
17141 (verilog-auto-inout-module, verilog-auto-inst)
17142 (verilog-decls-get-interfaces, verilog-insert-definition)
17143 (verilog-insert-one-definition, verilog-read-decls)
17144 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
17145 (verilog-sig-modport, verilog-signals-combine-bus)
17146 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
17147 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
17148 Suggested by David Rogoff.
17149 (verilog-repair-open-comma): Fix non-insertion of comma when
17150 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
17151 (verilog-make-width-expression): Simplify [A-1:0] expression
17152 widths to just {A{1'b0}}.
17153 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
17154 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
17155 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
17156 inputs/outputs or data type. Suggested by Vasu Kandadi.
17157 (next-error-last-buffer): Fix byte-compiler warning.
17158 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
17159 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 17160 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 17161 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
17162 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
17163 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 17164 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
17165 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
17166 causing use of <= assignments. Reported by Alex Reed.
17167 (verilog-read-decls): Fix triand, trior, wand, wor to be
17168 recognized by AUTOWIRE. Reported by Spencer Isaacson.
17169 (verilog-extended-complete-re): Support import "DPI-C" functions.
17170 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 17171 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
17172 (verilog-insert-date, verilog-insert-year)
17173 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
17174 Windows systems. Reported by Michael Potts.
17175 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 17176 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 17177 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 17178 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
17179 (verilog-read-decls): Fix detecting "parameter int" when using
17180 AUTOINSTPARAM. Reported by Bruce T.
17181 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 17182 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 17183 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
17184 verilog-goto-defun will work. Reported by Lawrence Butcher.
17185 (verilog-getopt): Expand environment variables in -f file
17186 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 17187 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
17188 when reading enumerations.
17189 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
17190 Suggested by Stephen Peltan.
4b8b1ec5 17191 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
17192 files. Reported by Steve Peltan.
17193
f7c0d931
CY
171942009-06-28 David De La Harpe Golden <david@harpegolden.net>
17195
17196 * files.el (trash-directory): Fix defcustom type.
17197
baf1a55e 171982009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
17199
17200 * help-fns.el (describe-function-1): Correctly locate adviced
17201 functions in hyperlink (Bug#2438).
17202
d63a01ef
CY
172032009-06-28 Chong Yidong <cyd@stupidchicken.com>
17204
17205 * files.el (trash-directory): Change default to nil.
17206 (move-file-to-trash): If trash-directory is nil and
17207 system-move-file-to-trash is unbound, perform freedesktop-style
17208 trashing.
17209
172102009-06-28 David De La Harpe Golden <david@harpegolden.net>
17211
17212 * files.el (move-file-to-trash): Add freedesktop trash
17213 support (Bug#973).
17214
fc2f6a26
GM
172152009-06-28 Glenn Morris <rgm@gnu.org>
17216
17217 * autorevert.el (global-auto-revert-non-file-buffers)
17218 (global-auto-revert-mode): Doc fixes.
17219
00242b07
JB
172202009-06-27 Johan Bockgård <bojohan@gnu.org>
17221
17222 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
17223
f5594f03
CY
172242009-06-27 Chong Yidong <cyd@stupidchicken.com>
17225
e8a2b2da
CY
17226 * faces.el (x-handle-named-frame-geometry): Ensure that we have
17227 opened an X connection before calling x-get-resource (Bug#3194).
17228
f5594f03
CY
17229 * play/doctor.el: Remove reference to obsolete website.
17230 (make-doctor-variables): Correct grammar mistake (Bug#2633).
17231
3c3bf6ce
DN
172322009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
17233
17234 Remove find-file-not-found-hook VC method. (Bug#2757)
17235 * vc-hooks.el (vc-file-not-found-hook)
17236 (vc-default-find-file-not-found-hook): Remove functions.
17237 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
17238 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
17239 * vc.el:
17240 * vc-hg.el:
17241 * vc-git.el: Do not mention find-file-not-found-hook VC method.
17242
e26a7bc0
AM
172432009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
17244
17245 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 17246 compatibility function for `looking-back'.
e26a7bc0 17247
4b8b1ec5 17248 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 17249 Use `ispell-looking-back'.
e26a7bc0 17250
d9848600
MA
172512009-06-24 Michael Albinus <michael.albinus@gmx.de>
17252
17253 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 17254 rather than `filename'.
d9848600 17255
05fbc4a9
MB
172562009-06-23 Miles Bader <miles@gnu.org>
17257
17258 * face-remap.el (text-scale-set): New function.
17259
f86ca715
GM
172602009-06-23 Glenn Morris <rgm@gnu.org>
17261
33e2c2e5
GM
17262 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
17263
f529f302
GM
17264 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
17265
34995333
GM
17266 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
17267
cc80ccee
GM
17268 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
17269
84cb770d
GM
17270 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
17271 Simplify Persian conditionals.
17272
d916c965
GM
17273 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
17274 variable `filename'.
17275
b6a44b27
GM
17276 * comint.el (comint-insert-input): Doc fix.
17277
f86ca715
GM
17278 * Makefile.in (ELCFILES): Fix typo in previous change.
17279
666e158e
MB
172802009-06-23 Miles Bader <miles@gnu.org>
17281
17282 * cus-start.el: Add entry for `recenter-redisplay'.
17283
be3e598a 172842009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
17285
17286 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
17287 Add an optional argument for the backend, use it instead of
17288 calling vc-backend.
4b8b1ec5
SM
17289 (vc-mode-line): Add an optional argument for the backend.
17290 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
17291 special handling for vc-state being a buffer to ...
17292
17293 * vc-rcs.el (vc-rcs-find-file-hook):
17294 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
17295
17296 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
17297 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
17298 vc-stay-local-p and vc-mode-line calls.
17299
17300 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
17301 (vc-cvs-diff, vc-cvs-annotate-command)
17302 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
17303 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
17304 vc-mode-line calls.
17305
17306 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
17307 direct comparison.
17308 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
17309 backend when calling vc-mode-line.
17310 (vc-register): Do not create a closure for calling the vc register
17311 function, call it directly.
17312
2764748c
DN
173132009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
17314
17315 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
17316 to make it obvious item can be clicked.
f5a0b281
DN
17317
17318 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
17319
d4a885b2
KH
173202009-06-23 Kenichi Handa <handa@m17n.org>
17321
17322 * language/korea-util.el (korean-key-bindings): Change the binding
17323 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
17324 same command.
17325
e3610693
MA
173262009-06-22 Michael Albinus <michael.albinus@gmx.de>
17327
17328 Sync with Tramp 2.1.16.
17329
17330 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
17331
17332 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
17333 when a loading of a package fails. Completion function for rsync
17334 is `tramp-completion-function-alist-ssh'.
17335 (all): Replace all calls of `split-string' and
17336 `tramp-split-string' by `tramp-compat-split-string'.
17337 (tramp-default-method): Use `tramp-compat-process-running-p'.
17338 (tramp-default-proxies-alist): Allow also Lisp forms.
17339 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 17340 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
17341 (tramp-domain-regexp): Allow also "-", "_" and ".".
17342 (tramp-end-of-output): Remove newlines, and add "$" at the end.
17343 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
17344 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
17345 (tramp-handle-directory-files-and-attributes-with-stat):
17346 Care about filenames with spaces, or starting with "-".
e3610693
MA
17347 (tramp-handle-dired-uncache): New defun.
17348 (tramp-handle-insert-directory): Don't flush the directory from
17349 cache, this is handled by `dired-uncache' now.
17350 (tramp-handle-insert-file-contents): Improve error handling.
17351 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17352 Quote `tramp-end-of-output'.
17353 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
17354 (tramp-check-for-regexp): Both echoes must be present, before removing.
17355 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
17356 (tramp-compute-multi-hops): Eval cons cells of
17357 `tramp-default-proxies-alist'.
17358 (tramp-maybe-open-connection): Use the same command pattern for
17359 first hop and further hops.
17360 (tramp-wait-for-output): Remove handling of newlines.
17361 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
17362 (tramp-split-string): Remove function. It is handled in
17363 tramp-compat now.
17364
4b8b1ec5
SM
17365 * net/tramp-cmds.el (tramp-bug):
17366 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
17367
17368 * net/tramp-compat.el (tramp-compat-split-string)
17369 (tramp-compat-process-running-p): New defuns.
17370
17371 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
17372 for `dired-uncache'.
17373
17374 * net/tramp-gvfs.el: New package.
17375
4b8b1ec5
SM
17376 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
17377 Add handler for `dired-uncache'.
e3610693
MA
17378 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
17379
17380 * net/trampver.el: Update release number. Make version check fit
17381 for SXEmacs 22.
17382
13a3f374
JM
173832009-06-22 Jim Meyering <meyering@redhat.com>
17384
e0a28a3b 17385 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
17386 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
17387 XZ is the successor to LZMA: <http://tukaani.org/xz/>
17388
5242671e 173892009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 17390 Nick Roberts <nickrob@snap.net.nz>
13a3f374 17391
e0a28a3b 17392 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
17393 repository (http://sphinx.net.ru/hg/gdb-mi/).
17394
3fde45af
GM
173952009-06-22 Glenn Morris <rgm@gnu.org>
17396
46253b34
GM
17397 * files.el (dir-locals-collect-mode-variables): Allow for any number of
17398 `mode' and `eval' entries. (Bug#3430)
17399
97e18192
GM
17400 * Makefile.in (ELCFILES): Add fadr.elc.
17401
731a00fb
GM
17402 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
17403 differing behavior of \n and ^ in strings. (Bug#3385)
17404
c66cd0ff
GM
17405 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
17406
3fde45af
GM
17407 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
17408 property.
17409 (lisp-indent-function): Make it a defcustom.
17410
db2241a0
NR
174112009-06-21 Nick Roberts <nickrob@snap.net.nz>
17412
17413 * progmodes/gdb-ui.el: Replace with ...
5242671e 17414 * progmodes/gdb-mi.el: ... this file.
db2241a0 17415 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
17416
174172009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
17418
db2241a0
NR
17419 * fadr.el: New file.
17420
38d4f316 17421See ChangeLog.14 for earlier changes.
e3d51b27
MR
17422
17423;; Local Variables:
17424;; coding: utf-8
e3d51b27
MR
17425;; End:
17426
775f75bc 17427 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
e3d51b27
MR
17428
17429 This file is part of GNU Emacs.
17430
17431 GNU Emacs is free software: you can redistribute it and/or modify
17432 it under the terms of the GNU General Public License as published by
17433 the Free Software Foundation, either version 3 of the License, or
17434 (at your option) any later version.
17435
17436 GNU Emacs is distributed in the hope that it will be useful,
17437 but WITHOUT ANY WARRANTY; without even the implied warranty of
17438 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17439 GNU General Public License for more details.
17440
17441 You should have received a copy of the GNU General Public License
17442 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.