Sync docs of C and Lisp version of auto-hscroll-mode.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
aa02a29f
GM
12010-10-23 Glenn Morris <rgm@gnu.org>
2
f3d87560
GM
3 * frame.el (auto-hscroll-mode): Sync doc with C version.
4
3193e969
GM
5 * term/ns-win.el (xw-defined-colors):
6 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
7
6f748f70
GM
8 * term/pc-win.el (x-select-enable-clipboard):
9 * term/x-win.el (x-select-enable-clipboard):
10 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
11
7aa93795
GM
12 * comint.el (comint-password-prompt-regexp): Make it less vague.
13 Bump version.
14
17284e30
GM
15 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
16
aa02a29f
GM
17 * help.el (finder-by-keyword): Remove unnecessary autoload.
18
69b55131
GM
192010-10-22 Glenn Morris <rgm@gnu.org>
20
9a0dd02d
GM
21 * loadup.el: Unconditionally load float-sup.
22 * paren.el (show-paren-delay):
23 * emacs-lisp/float-sup.el:
24 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
25 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
26 (lazy-lock-stealth-verbose): Assume float support.
27 * ps-print.el: Assume float support on Emacs.
28 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
29 Remove non-float branch.
30
69b55131
GM
31 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
32 src/Makefile no longer being pre-processed.
33
7c23d9e8
SM
342010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
35
36 * emacs-lisp/find-func.el (find-library): Use test-completion.
37
23737b4a
LMI
382010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
39
7c23d9e8 40 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 41
01d884cf
MA
42010-10-21 Michael Albinus <michael.albinus@gmx.de>
43
44 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
45 space in stat format string.
46 (tramp-send-command): Unset $PS1 when using here documents, in
47 order not to get several prompts.
48 (tramp-get-inline-coding): Return `nil' in case of errors.
49
08ffb131
DU
502010-10-21 Daiki Ueno <ueno@unixuser.org>
51
7c23d9e8
SM
52 * hexl.el (hexl-mode, hexl-mode-exit):
53 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
54 (hexl-revert-buffer-function): New function.
55 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
56
ba7fdf30
AM
572010-10-19 Alan Mackenzie <acm@muc.de>
58
7c23d9e8
SM
59 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
60 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
61 that these keywords aren't wrongly matched as identifiers.
62
ba7fdf30
AM
63 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
64 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 65 c-after-change. (Bug#7181)
ba7fdf30 66
7fd8732d
CY
672010-10-19 Chong Yidong <cyd@stupidchicken.com>
68
69 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
70 Don't mark as safe.
71
72 * custom.el (custom-theme-set-variables): Likewise.
73 (load-theme): Add custom-theme-set-faces and
74 custom-theme-set-variables to safe-functions while loading.
75 (custom-enabled-themes): Mark as risky.
76
3f12b18c
JD
772010-10-18 Julien Danjou <julien@danjou.info>
78
79 * bindings.el: Remove end dashes in default mode-line-format.
80
b8a47412
CY
812010-10-19 Chong Yidong <cyd@stupidchicken.com>
82
83 * bindings.el (global-map): Bind C-d to delete-char and deletechar
84 to delete-forward-char.
85
86 * simple.el (normal-erase-is-backspace-mode): Remap delete to
87 deletechar, and hence delete-forward-char.
88
ca3fa302
JB
892010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
90
91 * repeat.el (repeat): Use read-key (bug#6256).
92
932010-10-19 Chong Yidong <cyd@stupidchicken.com>
94
95 * emacs-lisp/unsafep.el: Don't mark functions that display
96 messages as safe. Suggested by Johan Bockgård.
97
982010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
99
100 * minibuffer.el (completion--replace): Move point where it belongs
101 when there's a common suffix (bug#7215).
102
1032010-10-19 Kenichi Handa <handa@m17n.org>
104
105 * international/characters.el: Add category '|' (word breakable)
106 to fullwidth characters.
107
3224b54d
MA
1082010-10-19 Michael Albinus <michael.albinus@gmx.de>
109
110 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
111 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
112 order to make stat results a float. Patch by Andreas Schwab
113 <schwab@linux-m68k.org>.
114
36ba6f07
JD
1152010-10-18 Julien Danjou <julien@danjou.info>
116
117 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
118 hidden by `make-pointer-invisible'.
119
43f964fc
SM
1202010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
121
122 * files.el (locate-file-completion-table): Strip non-matching elements
123 before checking length of list (bug#7238).
124
e48eb343
CY
1252010-10-18 Chong Yidong <cyd@stupidchicken.com>
126
127 * custom.el (custom-theme-set-variables): Mark as a safe function.
128 (load-theme): Check forms using unsafep.
129
130 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
131
df987d70
AM
1322010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
133
43f964fc
SM
134 * textmodes/ispell.el (ispell-aspell-find-dictionary):
135 Fix aspell data file searching (bug#7230).
df987d70 136
29a4c45b
CY
1372010-10-16 Chong Yidong <cyd@stupidchicken.com>
138
139 * cus-theme.el (custom-theme--migrate-settings): New var.
140 (customize-create-theme): Allow editing the `user' theme.
141 (custom-theme-add-variable, custom-theme-add-var-1)
142 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
143 to the front of each variable or face widget.
144 (custom-theme-write): Save theme settings in the correct order.
145 Optionally, remove saved settings from user customizations.
43f964fc
SM
146 (custom-theme-write-variables, custom-theme-write-faces):
147 Save only the checked widgets.
29a4c45b
CY
148 (customize-themes): Add a link for migrating custom settings.
149
43f964fc
SM
150 * custom.el (custom-declare-theme, provide-theme):
151 Use custom-theme-name-valid-p.
29a4c45b
CY
152 (custom-theme-name-valid-p): Remove checks that are now
153 unnecessary since themes no longer obey load-path.
154
155 * cus-edit.el (custom-variable-value-create): For the simple
156 style, hide documentation string when hidden.
157
782b5e8d
CY
1582010-10-16 Chong Yidong <cyd@stupidchicken.com>
159
647bc502
CY
160 * cus-edit.el (custom-variable, custom-face): Combine the
161 :inhibit-magic and :display-style properties into a single
162 :custom-style property.
43f964fc
SM
163 (custom-toggle-hide-variable, custom-toggle-hide-face):
164 New functions. If hiding an edited value, save it to :shown-value.
165 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
166 (custom-magic-reset): Allow magic property to be unset.
167
782b5e8d
CY
168 * custom.el: Custom themes no longer use load-path.
169 (custom-theme-load-path): New option. Change built-in theme
170 directory to etc/.
171 (custom-enabled-themes): Add custom-theme-load-path dependency.
172 (custom-theme--load-path): New function.
173 (load-theme, custom-available-themes): Use it.
174
175 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
176 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
177 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
178 :custom-style property.
782b5e8d
CY
179
180 * themes/*.el: Moved to etc/.
181
99f65cfa
RA
1822010-10-16 Ralf Angeli <angeli@caeruleus.net>
183
184 * textmodes/reftex-cite.el
185 (reftex-extract-bib-entries-from-thebibliography): Do not move
186 point when searching for \bibitem entries. Match entries with
187 spaces or tabs in front of arguments.
188
da16abfc
CY
1892010-10-16 Chong Yidong <cyd@stupidchicken.com>
190
191 * cus-theme.el (customize-create-theme): Delete overlays after
192 erasing. If given a THEME arg, display only the faces of that arg
193 instead of custom-theme--listed-faces.
194 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 195 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
196 (custom-theme-add-variable, custom-theme-add-face): Apply value
197 from the theme settings, instead of the current value.
198 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
199 (custom-theme-visit-theme): Allow calling outside theme buffers.
200 (custom-theme-merge-theme): Don't enable the theme when merging.
201 (custom-theme-write-variables, custom-theme-write-faces): Use the
202 :shown-value properties to save buffer values, not global ones.
203 (customize-themes): Display a warning about user customizations.
204
205 * cus-edit.el (custom-variable-value-create)
206 (custom-face-value-create): Obey new special properties
207 :shown-value and :inhibit-magic.
208
aa095b2d
MA
2092010-10-15 Michael Albinus <michael.albinus@gmx.de>
210
211 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
212 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
213 <dale@codefu.org>.
aa095b2d 214
7ca9cfda
KH
2152010-10-14 Kenichi Handa <handa@m17n.org>
216
9650fc61
KH
217 * mail/rmail.el (rmail-show-message-1): Catch an error of
218 base64-decode-region and just show an error message (bug#7165).
219
43f964fc 220 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
221 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
222 a font-spec (bug#7197).
223
220d91b8 2242010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
225
226 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
227
220d91b8 2282010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 229
c0943d3d
JB
230 * international/mule.el (define-coding-system):
231 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
232 * composite.el (compose-region): Fix typo in docstring.
233
4983ddea
CY
2342010-10-14 Chong Yidong <cyd@stupidchicken.com>
235
de43f11b
CY
236 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
237 only after checking the theme-face property.
238
4983ddea
CY
239 * faces.el (face-spec-reset-face): Reset all attributes in one
240 single call to set-face-attribute.
241 (face-spec-match-p): Make it a defsubst.
242 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
243 (x-create-frame-with-faces, tty-create-frame-with-faces)
244 (tty-set-up-initial-frame-faces): Don't recompute face specs in
245 frame-set-background-mode, since they are recomputed immediately
246 afterwards in face-set-after-frame-default.
247 (face-set-after-frame-default): Minor optimization.
248 (cursor): Provide non-trivial defface spec.
249
250 * custom.el (custom-theme-recalc-face): Simplify.
251
a974dcf2
JB
2522010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
253
43f964fc 254 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
255 (math-is-polynomial, math-is-poly-rec): Replace `var'
256 with `math-var'.
257
43f964fc 258 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
259 (calcFunc-table, math-scan-for-limits): Replace `var'
260 with `math-var'.
261
10e4702a
GM
2622010-10-13 Glenn Morris <rgm@gnu.org>
263
264 * subr.el (last): Deal with dotted lists (reported in bug#7174).
265
88f427d5
SB
2662010-10-13 Stephen Berman <stephen.berman@gmx.net>
267
268 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
269
a1d16a7b
G
2702010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
271
272 * net/tls.el (tls-program): Remove spurious %s from openssl.
273 (tls-starttls-switches): Remove starttls hack.
274 (open-tls-stream): Ditto.
275 (tls-find-starttls-argument): Ditto.
276
2e288d54
JB
2772010-10-13 Juanma Barranquero <lekktu@gmail.com>
278
279 * image.el (image-library-alist): Declare as obsolete alias.
280 (image-type-available-p): Use `dynamic-library-alist'.
281
282 * term/w32-win.el (dynamic-library-alist):
283 Use instead of `image-library-alist'.
284
35744400
IS
2852010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
286
287 * subr.el (last): Make it faster. (Bug#7174)
288
290fe464
RO
2892010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
290
291 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
292
2919746c
CY
2932010-10-12 Chong Yidong <cyd@stupidchicken.com>
294
295 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
296 (describe-theme-1): Extract doc from unloaded themes.
297
298 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
299
300 * themes/tango-theme.el:
301 * themes/tango-dark-theme.el:
302 * themes/wheatgrass-theme.el: New files.
303
6b09b5d1
CY
3042010-10-12 Chong Yidong <cyd@stupidchicken.com>
305
306 * cus-theme.el (describe-theme, customize-themes)
307 (custom-theme-save): New commands.
308 (custom-new-theme-mode-map): Bind C-x C-s.
309 (custom-new-theme-mode): Use custom--initialize-widget-variables.
310 (customize-create-theme): New optional arg THEME.
311 (custom-theme-revert): Use it.
312 (custom-theme-visit-theme): Remove dead code.
313 (custom-theme-merge-theme): Use custom-available-themes.
314 (custom-theme-write): Make interactive.
315 (custom-theme-write): Use custom-theme-name-valid-p.
316 (describe-theme-1, custom-theme-choose-revert)
317 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
318 New funs.
319 (custom-theme-allow-multiple-selections): New option.
320 (custom-theme-choose-mode): New major mode.
321
43f964fc
SM
322 * custom.el (custom-theme-set-variables): Remove dead code.
323 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
324 (custom--inhibit-theme-enable): New var.
325 (provide-theme): Obey it.
326 (load-theme): Replace load with manual read/eval, in order to
327 check for correctness. Use custom-theme-name-valid-p.
328 (custom-theme-name-valid-p): New function.
329 (custom-available-themes): Use it.
330
331 * cus-edit.el (custom--initialize-widget-variables): New function.
332 (Custom-mode): Use it.
333
43f964fc
SM
334 * cus-face.el (custom-theme-set-faces): Remove dead code.
335 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
336
337 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
338
16366259
JB
3392010-10-12 Juanma Barranquero <lekktu@gmail.com>
340
cb7d821e 341 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 342
4c14013d 3432010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 344
4c14013d
JB
345 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
346 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
347 (mac-right-option-modifier): New alias for ns-right-option-modifier.
348
349 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 350
4c14013d 3512010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
352
353 * emacs-lisp/lisp.el (lisp-completion-at-point):
354 Use emacs-lisp-mode-syntax-table for the whole function.
355
4c14013d 3562010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
357
358 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
359 instead of font-lock-mode before adding keywords.
360 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
361 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
362 non-nil; removed hook inhibit hack.
363
4c14013d 3642010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 365
d15f9a2b
GM
366 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
367 (load-path-shadows-find): ... to this.
368 (list-load-path-shadows): Update for above change.
369
c7d6d8a1
GM
370 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
371
f0b7f5a8
KY
3722010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
373
374 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
375 Fix comment for declare-function.
376
05d22d02
CY
3772010-10-11 Chong Yidong <cyd@stupidchicken.com>
378
379 * custom.el (custom-fix-face-spec): New function; code moved from
380 custom-face-edit-fix-value.
381 (custom-push-theme): Use it when checking if a face has been
382 changed outside customize.
383 (custom-available-themes): New function.
384 (load-theme): Use it.
385
43f964fc 386 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
387
388 * custom.el (custom-push-theme): Cleanup (use cond).
389 (disable-theme): Recompute the saved-face property.
390 (custom-theme-recalc-face): Follow face alias before setting prop.
391
43f964fc
SM
392 * image.el (image-checkbox-checked, image-checkbox-unchecked):
393 New variables, containing checkbox images.
05d22d02
CY
394
395 * startup.el (fancy-startup-tail):
396 * wid-edit.el (checkbox): Use them.
397
293e7c22
DN
3982010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
399
a0310a6c
DN
400 * shell.el (shell-mode-map):
401 * progmodes/modula2.el (m2-mode-map):
402 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
403 * play/mpuz.el (mpuz-mode-map):
404 * play/landmark.el (lm-mode-map):
405 * play/decipher.el (decipher-mode-map):
406 * play/5x5.el (5x5-mode-map):
407 * net/telnet.el (telnet-mode-map):
408 * net/quickurl.el (quickurl-list-mode-map):
409 * net/mairix.el (mairix-searches-mode-map):
410 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
411 * net/dig.el (dig-mode-map):
412 * mail/mspools.el (mspools-mode-map):
413 * hexl.el (hexl-mode-map):
414 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
415 (wordstar-C-o-map, wordstar-C-q-map):
416 * emacs-lisp/edebug.el (edebug-eval-mode-map):
417 * emacs-lisp/chart.el (chart-map):
418 * edmacro.el (edmacro-mode-map):
419 * erc/erc-list.el (erc-list-menu-mode-map):
420 * array.el (array-mode-map): Declare and define in one step.
421
293e7c22
DN
422 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
423
446b12da
DU
4242010-10-10 Daiki Ueno <ueno@unixuser.org>
425
426 * epa.el (epa-passphrase-callback-function): Display filename
427 passed as the 3rd arg.
43f964fc
SM
428 * epa-file.el (epa-file-passphrase-callback-function):
429 Pass filename to epa-passphrase-callback-function.
446b12da 430
76c16af8
CY
4312010-10-09 Chong Yidong <cyd@stupidchicken.com>
432
433 * cus-edit.el (custom-face-widget-to-spec)
434 (custom-face-get-current-spec, custom-face-state): New functions.
435 (custom-face-set, custom-face-mark-to-save)
436 (custom-face-value-create, custom-face-state-set): Use them.
437
438 * cus-theme.el (custom-theme--listed-faces): New var.
439 (customize-create-theme): Use *Custom Theme* as the buffer name.
440 Set revert-buffer-function. Optional arg BUFFER. Insert all
441 faces listed in custom-theme--listed-faces.
442 (custom-theme-revert): New function.
443 (custom-theme-add-variable, custom-theme-add-face): Insert at the
444 bottom of the list.
445 (custom-theme-write): Prompt for theme name if empty.
446 (custom-theme-write-variables): Use dolist.
447 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
448
e15f8aaa
AM
4492010-10-09 Alan Mackenzie <acm@muc.de>
450
451 Enhance fontification of declarators to take account of the
452 presence/absence of "typedef".
453
454 * cc-engine.el (c-forward-type): New &optional param
455 "brace-block-too".
456 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 457 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
458
459 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
460 fontification of declarators which follow a "}".
461 (c-font-lock-declarations): Fontify declarators according to the
462 presence/absence of "typedef".
463
464 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
465 for "typedef".
466 (c-typedef-decl-key): New lang variable built from
467 c-typedef-decl-kwds.
468
cf321e50
LMI
4692010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
470
77aec221
LMI
471 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
472 since that's too annoying. Move the filter groups commands to
473 TAB/backtab.
474
7450df5d
LMI
475 * epa.el (epa-passphrase-callback-function): Say what we're
476 querying the password for.
477
cf321e50 478 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 479 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 480
587faadd
CY
4812010-10-08 Chong Yidong <cyd@stupidchicken.com>
482
483 * cus-edit.el (custom-commands, custom-buffer-create-internal)
484 (custom-magic-value-create): Pad button tags with spaces.
485 (custom-face-edit): New variable.
486 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
487 face editor here, instead of using custom-face-selected.
488 Pass face defaults to custom-face-edit widget.
587faadd
CY
489 (custom-face-selected, custom-display-unselected): Delete widgets.
490 (custom-display-unselected-match): Function removed.
43f964fc
SM
491 (custom-face-set, custom-face-mark-to-save):
492 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
493
494 * wid-edit.el (widget--completing-widget): New var.
495 (widget-default-complete): Bind it when doing completion.
496 (widget-string-complete, widget-file-complete): Use it.
497
a1ab97d0
GM
4982010-10-09 Glenn Morris <rgm@gnu.org>
499
85d50db7
GM
500 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
501 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
502 (holiday-hebrew-misc): Small simplifications.
503
3fb78d1f
GM
504 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
505
a1ab97d0
GM
506 * net/browse-url.el: Don't require thingatpt, term, dired,
507 executable, or w3-auto when compiling.
508 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
509 Declare.
510 (browse-url-text-emacs): Require term.
511
2187e5bb
AS
5122010-10-08 Andreas Schwab <schwab@linux-m68k.org>
513
514 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
515
e5d49589
GM
5162010-10-08 Glenn Morris <rgm@gnu.org>
517
5823f53f
GM
518 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
519
e5d49589
GM
520 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
521 (shadows-compare-text-p): Make it an obsolete alias for...
522 (load-path-shadows-compare-text): ... new name.
523 (find-emacs-lisp-shadows): Update for above name change.
524 (load-path-shadows-same-file-or-nonexistent): New name for the old
525 shadow-same-file-or-nonexistent.
526
4628bef1 5272010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
528
529 * minibuffer.el (completion--some, completion--do-completion)
530 (minibuffer-complete-and-exit, minibuffer-completion-help)
531 (completion-basic-try-completion)
532 (completion-basic-all-completions)
533 (completion-pcm--find-all-completions): Use lexical-let to
534 avoid some false matches in variable completion (Bug#7056)
535
4628bef1 5362010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
537
538 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
539
4628bef1 5402010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
541
542 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
543 return non-nil if the file exists (Bug#7090).
544
4628bef1 5452010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
546
547 * minibuffer.el (completion--replace):
548 Better preserve markers (bug#7138).
549
4628bef1 5502010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
551
552 * server.el (server-process-filter): Doc fix.
553
4628bef1 5542010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
555
556 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
557
4628bef1 5582010-10-08 Andreas Schwab <schwab@linux-m68k.org>
c19f76a1 559
0cceab3d
AS
560 * Makefile.in (ELCFILES): Update.
561
e4adf61e
GM
5622010-10-08 Glenn Morris <rgm@gnu.org>
563
24ac444f
GM
564 * vc/ediff-wind.el (ediff-setup-control-frame):
565 * vc/ediff-ptch.el (ediff-default-backup-extension):
566 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
567 (ediff-exec-process): Remove system-types emx, windows-95.
568
e4adf61e
GM
569 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
570
61328d7c
CY
5712010-10-07 Chong Yidong <cyd@stupidchicken.com>
572
573 * cus-edit.el (custom-variable, custom-face): Doc fix.
574 (custom-face-edit): Add value-create attribute.
575 (custom-face-edit-value-create)
43f964fc
SM
576 (custom-face-edit-value-visibility-action): New functions.
577 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
578 (custom-face-edit-deactivate): Show empty values with shadow face.
579 (custom-face-selected): Only use this for face specs with default
580 attributes.
581 (custom-face-value-create): Cleanup.
582
583 * wid-edit.el (widget-checklist-value-create): Use dolist.
584 (widget-checklist-match-find): Make second arg optional.
585
ac44263a
GM
5862010-10-07 Glenn Morris <rgm@gnu.org>
587
849b02b4
GM
588 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
589 Prefix things.
590
ac44263a
GM
591 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
592 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
593 load-path-shadows-mode, update references.
06d9ef85
GM
594 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
595 Rename variable and button.
596 (list-load-path-shadows): Update button caller.
ac44263a 597
29c72a6e
SM
5982010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
599
600 * emacs-lisp/smie.el (smie-bnf-classify): New function.
601 (smie-bnf-precedence-table): Use it to remember the closers/openers.
602 (smie-merge-prec2s): Handle those new entries.
603 (smie-prec2-levels): Only set precedence to nil for actual
604 openers/closers.
605 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
606 that is now unnecessary.
607
775f75bc 6082010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
609
610 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
611
7e1e2a6e
GM
6122010-10-07 Glenn Morris <rgm@gnu.org>
613
58d1ac6d
GM
614 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
615 (mail-position-on-field): Remove declarations.
616 (mail-position-on-field): Autoload it.
617 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
618 and mail-header-end. Don't require sendmail.
619
7b9235ad
GM
620 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
621 (shadow-mode): New mode.
622 (shadow-find-file): New button.
623 (list-load-path-shadows): Use shadow-mode and buttons.
624
52da2182
GM
625 * iimage.el (iimage-version): Remove.
626 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
627 Turn into defcustoms.
628 (iimage-mode-map): Give it a doc string.
629
7e1e2a6e
GM
630 * calendar/appt.el (appt-activate): Give a warning rather than an error
631 if there is no diary-file.
632
e44eccd7
MA
6332010-10-06 Michael Albinus <michael.albinus@gmx.de>
634
29c72a6e
SM
635 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
636 Use `tramp-handle-find-backup-file-name'.
e44eccd7 637
4583e796
GM
6382010-10-06 Glenn Morris <rgm@gnu.org>
639
6aecca99
GM
640 * font-core.el (font-lock-defaults-alist): Remove variable.
641 (font-lock-mode): Doc fix.
642 (font-lock-default-function): Do not consult font-lock-defaults-alist.
643 * font-lock.el (font-lock-refresh-defaults): Doc fix.
644 (font-lock-set-defaults): Doc fix.
645 Do not consult font-lock-defaults-alist.
646
645a6257
GM
647 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
648
4583e796
GM
649 * emacs-lisp/cl.el: No longer provide cl-19.
650
bd8fadca
MA
6512010-10-05 Michael Albinus <michael.albinus@gmx.de>
652
653 * net/tramp.el (tramp-handle-directory-files-and-attributes)
654 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
655 New defuns, taken from tramp-smb.el.
656 (tramp-coding-system-change-eol-conversion)
43f964fc 657 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 658
43f964fc 659 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
660 (tramp-compat-coding-system-change-eol-conversion)
661 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
662 from tramp.el.
663
664 * net/tramp-gvfs.el:
665 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
666 by `tramp-compat-set-process-query-on-exit-flag'.
667
43f964fc
SM
668 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
669 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
670 `tramp-handle-file-exists-p' and
671 `tramp-handle-file-newer-than-file-p'.
672 (tramp-imap-handle-file-exists-p)
673 (tramp-imap-handle-file-executable-p)
674 (tramp-imap-handle-file-readable-p)
675 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 676 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
677
678 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
679 by `tramp-compat-set-process-query-on-exit-flag' and
680 `tramp-coding-system-change-eol-conversion' by
681 `tramp-compat-coding-system-change-eol-conversion'.
682
43f964fc
SM
683 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
684 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
685 `tramp-handle-file-exists-p' and
686 `tramp-handle-file-newer-than-file-p'.
687 (tramp-smb-handle-directory-files-and-attributes)
688 (tramp-smb-handle-file-exists-p)
43f964fc
SM
689 (tramp-smb-handle-file-newer-than-file-p): Remove.
690 (tramp-smb-maybe-open-connection):
691 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
692 `tramp-compat-set-process-query-on-exit-flag'.
693
726c5357
GM
6942010-10-05 Glenn Morris <rgm@gnu.org>
695
696 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
697
4a93e698
MA
6982010-10-04 Michael Albinus <michael.albinus@gmx.de>
699
700 Continue reorganization of load dependencies. (Bug#7156)
701
702 * net/tramp.el (tramp-handle-file-local-copy-hook)
703 (tramp-delete-temp-file-function): Move down.
704 (tramp-exists-file-name-handler): Move up.
705 (tramp-register-file-name-handlers): Simplify autoload.
706 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
707 (tramp-handle-directory-files, tramp-handle-dired-uncache)
708 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
709 (tramp-handle-file-name-completion)
710 (tramp-handle-file-name-directory)
711 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
712 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
713 (tramp-handle-find-backup-file-name)
714 (tramp-handle-insert-file-contents, tramp-handle-load)
715 (tramp-handle-substitute-in-file-name)
716 (tramp-handle-unhandled-file-name-directory)
717 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 718 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
719
720 * net/tramp-gvfs.el (top):
721 * net/tramp-smb.el (top): Do not require 'tramp-sh.
722
723 * net/tramp-sh.el (all): Move several objects to tramp.el, see
724 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
725
b4593555
GM
7262010-10-04 Glenn Morris <rgm@gnu.org>
727
728 * calendar/appt.el (appt-add): Ensure reminders are enabled.
729 (appt-activate): Give status messages.
730
8762aa10
TZ
7312010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
732
733 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
734 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
735 `gnutls-negotiate' (formerly `starttls-negotiate').
736 Remove trivial wrapper `starttls-open-stream'.
8762aa10 737
82fb8701
DN
7382010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
739
740 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
741 log-outgoing commands.
742 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
743 to create a buffer local revert-buffer-function variable.
744 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
745 revert-buffer-function lambda.
746
c1ae068b
LMI
7472010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
748
749 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
750 `gnutls-boot'. Make TYPE the only required parameter.
751 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
752 (open-ssl-stream): Use it.
753
67141a37
GM
7542010-10-03 Glenn Morris <rgm@gnu.org>
755
77f38949
GM
756 * subr.el (directory-sep-char): Remove obsolete variable.
757 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
758 it is "necessary".
759
67141a37
GM
760 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
761 * vc/vc.el (vc-static-header-alist): Doc fix.
762 * vc/vc-cvs.el (vc-cvs-header):
763 * vc/vc-rcs.el (vc-rcs-header):
764 * vc/vc-sccs.el (vc-sccs-header):
765 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
766 * obsolete/vc-mcvs.el (vc-mcvs-header):
767 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
768 on XEmacs.
769
96bcef2e
CY
7702010-10-03 Chong Yidong <cyd@stupidchicken.com>
771
43f964fc
SM
772 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
773 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 774
ef47f179
GM
7752010-10-03 Glenn Morris <rgm@gnu.org>
776
0437978e
GM
777 * obsolete/x-menu.el: Remove file, obsolete since 21.1
778
aee3c6f7
GM
779 * textmodes/rst.el (rst-font-lock-keywords-function):
780 Drop Emacs 20 code.
781
f88cd114
GM
782 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
783
6abfe35f
GM
784 * printing.el: Drop Emacs 20 code.
785
59e31cfa
GM
786 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
787 without having used appt.el already).
788
922ad43e
GM
789 * subr.el (make-local-hook): Remove function obsolete since 21.1.
790 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
791 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
792 XEmacs.
793 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
794 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
795
ef47f179
GM
796 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
797 (charset-width, find-charset-region, chars-in-region, forward-point)
798 (encode-coding-string, coding-system-p, ccl-execute-on-string)
799 (define-ccl-program, multibyte-string-p, string-make-multibyte):
800 Remove compatibility cruft (none of these are used by ps*.el).
801
ac6ca7ba
KR
8022010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
803
804 * subr.el (booleanp): Return t instead of a list (Bug#7086).
805
2a847524
CY
8062010-10-03 Chong Yidong <cyd@stupidchicken.com>
807
43f964fc
SM
808 * server.el (server-process-filter, server-return-error):
809 Give emacsclient time to shut down after receiving an error string.
2a847524 810
4bc3c53d
MA
8112010-10-02 Michael Albinus <michael.albinus@gmx.de>
812
813 * files.el (remote-file-name-inhibit-cache): New defcustom.
814
43f964fc
SM
815 * time.el (display-time-file-nonempty-p):
816 Use `remote-file-name-inhibit-cache'.
4bc3c53d 817
43f964fc
SM
818 * net/tramp.el (tramp-completion-reread-directory-timeout):
819 Fix docstring.
4bc3c53d
MA
820
821 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
822 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
823 `remote-file-name-inhibit-cache'. Check also for an integer
824 value. Add/increase counter when `tramp-verbose' >= 10.
825 (tramp-set-file-property): Add/increase counter when
826 `tramp-verbose' >= 10.
827
828 * net/tramp-cmds.el (tramp-cleanup-all-connections)
829 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
830 (tramp-bug): Set tramp-autoload cookie. Report all interned
831 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
832 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
833 characters only in strings.
834
835 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
836 to backward compatibility.
837
838 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
839 (tramp-handle-file-name-all-completions)
43f964fc
SM
840 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
841 (tramp-open-connection-setup-interactive-shell):
842 Call `tramp-cleanup-connection' directly.
4bc3c53d 843
9c524fcb
GM
8442010-10-02 Glenn Morris <rgm@gnu.org>
845
3226d6ca
GM
846 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
847
848 * subr.el (char-bytes): Remove obsolete function.
849
850 * isearch.el (isearch-return-char): Remove obsolete function.
851
852 * mouse.el: No longer provide mldrag.
853 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
854 Remove obsolete aliases.
855
856 * comint.el (comint-kill-output): Remove obsolete alias.
857
858 * composite.el (decompose-composite-char): Remove obsolete function.
859 * ps-def.el (decompose-composite-char): Remove unused function.
860
861 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
862
863 * outline.el (outline-visible): Remove obsolete function.
864
865 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
866 * faces.el (internal-find-face, internal-get-face)
867 (frame-update-faces, frame-update-face-colors)
868 (x-frob-font-weight, x-frob-font-slant)
869 (internal-frob-font-weight, internal-frob-font-slant)
870 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
871 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
872 (x-make-font-bold-italic): Remove functions and aliases, obsolete
873 since Emacs 21.1.
874 * emulation/viper-util.el (viper-get-face):
875 * obsolete/lucid.el (find-face, get-face): Use facep.
876 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
877 Remove unused functions.
878 * vc/ediff-util.el (ediff-submit-report): Doc fix.
879
9c524fcb
GM
880 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
881 delete tempfile if interrupted during compilation.
882
aecb42aa
LMI
8832010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
884
885 * net/tls.el (tls-starttls-switches): Give up on using starttls with
886 gnutls-cli.
887 (tls-program): Add --insecure to be consistent with the defaults from
888 openssl s_client. Now all three commands are insecure.
889
73077a9a
EZ
8902010-10-01 Eli Zaretskii <eliz@gnu.org>
891
892 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
893 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
894 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
895
1ef075bb
GM
8962010-10-01 Glenn Morris <rgm@gnu.org>
897
1fcaf927
GM
898 * obsolete/sc.el: Remove file.
899
1ef075bb
GM
900 * files.el (temporary-file-directory): On darwin, also try
901 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
902
a16f5f64
JB
9032010-10-01 Juanma Barranquero <lekktu@gmail.com>
904
905 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
906 Let's not break compatibility gratuitously, shall we?
907
6b958814
G
9082010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
909
47e08896 910 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
911 (tls-find-starttls-argument): Use it.
912 (open-tls-stream): Ditto.
913
47e08896 914 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
915 entry.
916 (netrc-machine): Ditto.
917
cad90f3b
EZ
9182010-09-30 Eli Zaretskii <eliz@gnu.org>
919
920 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
921
968ef9b4
JB
9222010-09-30 Juanma Barranquero <lekktu@gmail.com>
923
924 * server.el (server-start): Don't write pid to the authentication file.
925 (server-create-tty-frame): Don't send pid.
926 (server-process-filter): Send pid at the start of every connection.
927
3536dea8
GM
9282010-09-30 Glenn Morris <rgm@gnu.org>
929
8e378d88
GM
930 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
931 (show-all-diary-entries): Remove obsolete function aliases.
932
3536dea8
GM
933 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
934 Remove options, obsolete since 22.1.
935 (appt-display-format, appt-display-message): Remove
936 backwards-compatibility code.
937 (appt-check): No longer check appt-issue-message.
938 (appt-make-list): No longer autoload it. Doc fix. No longer
939 activate the package.
940
df7fcaff
LMI
9412010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
942
943 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
944 (starttls-negotiate): Just call boot, and let the handshake be
945 triggered from the read loop.
df7fcaff 946
c2828614
GM
9472010-09-29 Glenn Morris <rgm@gnu.org>
948
17a46341
GM
949 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
950 not displaying the diary.
951 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
952 * calendar/appt.el (appt-check): No longer need to kill diary.
953
7161e329
GM
954 * calendar/diary-lib.el (diary-list-entries): Move the
955 "Preparing..." message entirely here.
956 (diary-simple-display, diary-fancy-display): Move "Preparing..."
957 messages to diary-list-entries.
958 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
959 diary-display-function.
960
d0de6cba
GM
961 * calendar/diary-lib.el (diary-include-other-diary-files):
962 Trap some recursive includes.
963
c2828614
GM
964 * calendar/appt.el (appt-activate): Check diary file.
965
0c43b6f8
KY
9662010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
967
968 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
969 construction.
970
971 * calendar/time-date.el: No need to require cl for Emacs 21.
972
97ce2730
GM
9732010-09-28 Glenn Morris <rgm@gnu.org>
974
975 * calendar/appt.el (appt-check): Minor simplification.
976
e0a185ae
KY
9772010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
978
979 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
980 citation prefix.
981
c19f76a1
AS
9822010-09-27 Andreas Schwab <schwab@linux-m68k.org>
983
95b6d681
JB
984 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
985 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 986
fd057fd2
KH
9872010-09-27 Kenichi Handa <handa@m17n.org>
988
989 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
990 "ustar" format.
991
368b3544
KH
9922010-09-27 Kenichi Handa <handa@m17n.org>
993
994 * international/mule.el (define-coding-system): Docstring fixed.
995
996 * international/mule-diag.el (describe-character-set): Use princ
997 with proper print-length and print-level instead of insert.
998
95b6d681 9992010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
1000
1001 * window.el (walk-windows): Doc fix (bug#7105).
1002
99368725
SM
10032010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1004
1005 * emacs-lisp/float-sup.el (e): Remove.
1006
8ed70bf3
LMI
10072010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
1008
1009 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
1010 variable.
1011 (starttls-negotiate): Use it.
1012
d2e9d0bb
LMI
10132010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1014
1015 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
1016 back.
1017
15413fb4
SM
10182010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1019
1020 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
1021
1821a7b4
LMI
10222010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1023
6303aba1
LMI
1024 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
1025
1821a7b4
LMI
1026 * net/netrc.el (netrc-store-data): New function.
1027
8af55556
TZ
10282010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
1029
1030 * net/gnutls.el: GnuTLS glue code to set up a connection.
1031
42343747
JD
10322010-09-25 Julien Danjou <julien@danjou.info>
1033
1034 * notifications.el: Call dbus-register-signal only if it is bound.
1035
ec60da52
GM
10362010-09-25 Glenn Morris <rgm@gnu.org>
1037
1038 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1039 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
1040 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
1041 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
1042 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
1043 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
1044 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
1045 * eshell/esh-util.el, eshell/esh-var.el:
1046 Remove leading `*' from docs of faces and defcustoms.
1047
4c964351
UM
10482010-09-25 Ulrich Mueller <ulm@gentoo.org>
1049
1050 * eshell/em-ls.el (eshell-ls-archive-regexp):
1051 * eshell/esh-util.el (eshell-tar-regexp):
1052 * ibuffer.el (ibuffer-compressed-file-name-regexp):
1053 * info.el (Info-suffix-list):
1054 * international/mule.el (auto-coding-alist):
1055 * woman.el (woman-file-regexp, woman-file-compression-regexp):
1056 * progmodes/etags.el (tags-compression-info-list):
1057 Support xz compression.
1058
41f54b73
CY
10592010-09-25 Chong Yidong <cyd@stupidchicken.com>
1060
1061 * files.el (get-free-disk-space): Don't assume the "df" output
1062 columns line up (Bug#6995).
1063
40b1a3a9
JB
10642010-09-25 Juanma Barranquero <lekktu@gmail.com>
1065
1066 * finder.el (finder-unknown-keywords):
1067 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
1068 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
1069
ba3033ee
JB
10702010-09-25 Juanma Barranquero <lekktu@gmail.com>
1071
1072 * server.el (server-start): Revert part of 2010-08-08 change. Using
1073 address 127.0.0.1 for local host is now done in Fmake_network_process.
1074
5e339ee2
GM
10752010-09-24 Glenn Morris <rgm@gnu.org>
1076
1077 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
1078 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
1079 * textmodes/css-mode.el, textmodes/dns-mode.el:
1080 Move autoloaded auto-mode-alist entries to files.el.
1081 * files.el (auto-mode-alist): Move entries here.
1082
af3ccb5c
GM
10832010-09-23 Glenn Morris <rgm@gnu.org>
1084
1085 * isearch.el (isearch-lazy-highlight-cleanup)
1086 (isearch-lazy-highlight-initial-delay)
1087 (isearch-lazy-highlight-interval)
1088 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1089 * net/net-utils.el (ipconfig-program-options):
1090 Move aliases to options before the associated definitions.
1091
266a86bd 10922010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
1093
1094 * newcomment.el (comment-normalize-vars): Better test validity of
1095 comment-end-skip.
1096
27ffea71 10972010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
1098
1099 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1100 (float-e): New name for `e'.
1101 (degrees-to-radians, radians-to-degrees):
1102 * calendar/solar.el (solar-longitude):
1103 * calculator.el (calculator-registers, calculator-funcall):
1104 * textmodes/artist.el (artist-spray-random-points):
1105 * play/bubbles.el (bubbles--initialize-images): Use new names.
1106
27ffea71 11072010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
1108
1109 Update to CEDET 1.0's version of EIEIO.
1110
9e0d4f9e
SM
1111 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1112 New function.
a2930e43
EL
1113 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1114 (eieio-default-eval-maybe): Eval val instead of unquoting only.
1115 (class-precedence-list): If class is nil, return nil.
1116 (eieio-generic-call): If class of first input arg is nil, don't
1117 look up static methods, and do check for primary methods.
1118 (initialize-instance): See if the default needs to be evaluated
1119 during the constructor.
1120 (eieio-perform-slot-validation-for-default): Don't do the check
1121 for values that will eventually be evaluated.
1122 (eieio-eval-default-p): New function.
1123 (eieio-default-eval-maybe): Use it.
1124
27ffea71 11252010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
1126
1127 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1128 method-invocation-order.
1129 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1130 (eieio-class-precedence-dfs): Compute class precedence list using
1131 dfs algorithm.
1132 (eieio-class-precedence-bfs): Compute class precedence list using
1133 bfs algorithm.
9e0d4f9e 1134 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
1135 c3 algorithm.
1136 (class-precedence-list): New function.
1137 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1138 (inconsistent-class-hierarchy): New error symbol.
1139 (call-next-method): Stow the replacement argument list for future
1140 call-next-method invocations.
1141
266a86bd 11422010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 1143
ea7f9ebf
GM
1144 * calendar/appt.el (appt-check): If not displaying the diary,
1145 use (diary 1) to only get the entries we need.
1146 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1147 that it is in day order. (Bug#7019)
1148
1bf6d075
GM
1149 * calendar/appt.el (appt-check): Rather than showing the diary,
1150 just turn off invisible display, and only if needed.
1151
87e798a7
GM
1152 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
1153
1fc7dabf
GM
11542010-09-23 Glenn Morris <rgm@gnu.org>
1155
7a16788b
GM
1156 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1157 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 1158 Start warnings with lower-case, like the majority.
7a16788b 1159
19543b17
GM
1160 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
1161
54238e6d
GM
1162 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
1163
ce009d0b
GM
1164 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
1165 * files.el (auto-mode-alist): Move ld-script entries here, further down
1166 the list.
1167
7b344dfe
GM
1168 * vc/add-log.el: Don't require timezone when compiling.
1169 (timezone-make-date-sortable): Autoload it.
1170 (change-log-sortable-date-at): Don't require timezone.
1171 Use `ignore-errors'.
1172
d9703498
GM
1173 * comint.el (comint-use-prompt-regexp-instead-of-fields):
1174 Move alias before definition, so it does not need autoloading.
1175
1fc7dabf
GM
1176 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
1177 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
1178 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
1179 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
1180 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
1181 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
1182 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
1183 * textmodes/tex-mode.el, textmodes/two-column.el:
1184 Remove leading `*' from docs of defcustoms etc.
1185
7676efad
TZ
11862010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
1187
1188 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
1189
b069e5a6
G
11902010-09-22 Dan Christensen <jdc@uwo.ca>
1191
1192 * calendar/time-date.el (date-to-time): Try using parse-time-string
1193 first before using the slower timezone-make-date-arpa-standard.
1194
1bf68d53
KY
11952010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
1196
1197 * calendar/time-date.el (format-seconds): Comment fix.
1198
cd205c76
GM
11992010-09-22 Glenn Morris <rgm@gnu.org>
1200
1201 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
1202 is not automatically buffer-local.
1203
4ddea91b
SM
12042010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1205
1206 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
1207 (smie-indent-comment): Be more careful with comment-start-skip.
1208 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
1209 (smie-indent-functions): Use them.
1210
b0f037ed
MA
12112010-09-21 Michael Albinus <michael.albinus@gmx.de>
1212
1213 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
1214
8cf1771a
JD
12152010-09-21 Jan Djärv <jan.h.d@swipnet.se>
1216
36a1b6db
JD
1217 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
1218 tool-bar-position. Don't modify frame parameters here.
180fb94a 1219 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 1220
8cf1771a
JD
1221 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
1222
0097720d
SM
12232010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1224
5d8e0d5d
SM
1225 * textmodes/reftex-parse.el (reftex-what-macro)
1226 (reftex-context-substring): Let-bind forward-sexp-function to nil
1227 since we don't need/want to treat \begin...\end as a block (bug#7053).
1228
984edd22
SM
1229 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
1230
1231 * simple.el (blink-matching-open): Use syntax-class.
1232
3672149f
SM
1233 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
1234 Set invisibility spec for pascal's outline mode.
1235 (pascal-outline-change): Clean up calling convention.
1236 (pascal-show-all, pascal-hide-other-defuns): Update callers.
1237
549d0e1e
SM
1238 * progmodes/prolog.el (prolog-smie-forward-token)
1239 (prolog-smie-backward-token): New functions.
1240 (prolog-mode-variables): Use them to parse "!," correctly.
1241 Set up smie-blink-matching for ".".
1242
a9cb95dd
SM
1243 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
1244 and `end'.
1245 (ispell-region, ispell-process-line): Update users.
1246
de558d10
SM
1247 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
1248 point-min==1.
1249
94eb3112
SM
1250 * textmodes/ispell.el: Fix commenting convention.
1251 (ispell-parse-output): Simplify, use push.
1252 (ispell-region): Use match-string-no-properties.
1253 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
1254 (ispell-minor-mode): Use define-minor-mode.
1255 (ispell-message): Remove unused var `skip-regexp'.
1256 (ispell-add-per-file-word-list): Use dynamic let-binding.
1257 Try and use the proper comment marker.
1258
1f7f45a5
SM
1259 * mail/sendmail.el: Fix commenting convention.
1260 (sendmail-send-it): Use line-beginning-position.
1261
0097720d
SM
1262 * help-fns.el (describe-variable): Add original value, if applicable.
1263
596880ea
JB
12642010-09-20 Juanma Barranquero <lekktu@gmail.com>
1265
f0713411
JB
1266 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
1267
596880ea
JB
1268 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
1269
37c0347e
SM
12702010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1271
2bc01104
SM
1272 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
1273 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
1274 (smie-prec2-levels): Use them to better diagnose precedence cycles.
1275 (smie-blink-matching-check): Don't signal a mismatch if car is t.
1276 (smie-blink-matching-open): Rewrite to remove assumptions, so that
1277 something like "." can also be a closer.
1278 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
1279 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
1280 Rename internal functions to use "--". Update callers.
1281
e2c3f530
SM
1282 * frame.el (make-frame-names-alist): Don't list frames on other displays.
1283
37c0347e
SM
1284 * fringe.el (fringe-styles): New var.
1285 (fringe-mode, fringe-query-style): Use it.
1286
74790210
MM
12872010-09-18 Michael R. Mauger <mmaug@yahoo.com>
1288
1289 * progmodes/sql.el: Version 2.8
93acd23d 1290 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
1291 (sql-product-alist): Add :list-all and :list-table features for
1292 SQLite, Postgres and MySQL products.
1293 (sql-redirect): Handle default value.
1294 (sql-execute, sql-execute-feature): New functions.
1295 (sql-read-table-name): New function.
93acd23d 1296 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
1297 (sql-mode-map, sql-interactive-mode-map): Add key definitions
1298 for above functions.
1299 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
1300 for above functions.
1301 (sql-postgres-login-params): Add user and database defaults.
1302 (sql-buffer-live-p): Bug fix.
93acd23d 1303 (sql-product-history): New variable.
74790210
MM
1304 (sql-read-product): New function. Use it.
1305 (sql-set-product, sql-product-interactive): Use it.
1306 (sql-connection-history): New variable.
93acd23d 1307 (sql-read-connection): New function. Use it.
74790210
MM
1308 (sql-connect): New function.
1309 (sql-for-each-login): Redesign function interface.
1310 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
1311 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
1312 (sql-comint): Check for program. Existing live buffer.
74790210
MM
1313 (sql-comint-postgres): Add port parameter.
1314
cec01cd2
SM
13152010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1316
1317 * emacs-lisp/warnings.el: Fix commenting convention.
1318 (display-warning): Use special mode and make the buffer read-only.
1319
c2a845b5
JB
13202010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
1321
1322 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
1323 empty string when it follows a repeated or optional pattern.
1324
f5632fb6
SM
13252010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1326
1327 * indent.el (indent-according-to-mode): Apply syntax-propertize.
1328 (indent-region): Use indent-according-to-mode.
1329
71b961e8
EZ
13302010-09-18 Eli Zaretskii <eliz@gnu.org>
1331
1332 * fringe.el (fringe-mode): Doc fix.
1333
dbbd7ad4
KRC
13342010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
1335
1336 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
1337 refreshing the preview buffer.
1338
b879a6e2
SM
13392010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1340
1341 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
1342 (latex-syntax-propertize-rules): New consts; replace
1343 tex-font-lock-syntactic-keywords.
1344 (tex-env-mark, latex-env-before-change): New functions.
1345 (latex-electric-env-pair-mode): New minor mode.
1346 (tex-font-lock-verb): Change arguments; do move point.
1347 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
1348 representation as a form of comment.
1349 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
1350 (doctex-syntax-propertize-rules): New const; replaces
1351 doctex-font-lock-syntactic-keywords.
1352 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
1353
1354 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
1355 (fortran-make-syntax-propertize-function): New function; replaces
1356 fortran-font-lock-syntactic-keywords.
1357 (fortran-mode): Use it.
1358 (fortran-line-length): Use it. Improve interactive spec.
1359
1360 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
1361 (syntax-propertize-rules): Add var-ref case. Fix offset computation
1362 when adding surrounding \(..\).
1363
1364 * progmodes/js.el (js-mode): Fix last change (bug#7054).
1365
4be520fb
SM
13662010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1367
269c197e
SM
1368 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
1369 Use with-current-buffer.
1370
4be520fb
SM
1371 * isearch.el (isearch-face): Rename from `isearch'.
1372 (isearch-highlight): Use new name.
1373
a67597d6
EZ
13742010-09-17 Eli Zaretskii <eliz@gnu.org>
1375
1376 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
1377 5, for `half' width fringes. (Bug#6933)
1378
31c381e8
SM
13792010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1380
3fe6ef4e
SM
1381 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
1382 (byte-compile-defvar): "foo/bar" does not lack a prefix.
1383
31c381e8
SM
1384 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
1385
fb0cf781
J
13862010-09-17 Stephen Berman <stephen.berman@gmx.net>
1387
1388 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
1389 in calculating new frame position. Add more space between new and
1390 parent on the left (Bug#7048).
1391
1a9dc3b5
MA
13922010-09-17 Michael Albinus <michael.albinus@gmx.de>
1393
1394 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
1395 defmacro.
1396
dff0fdc3
CY
13972010-09-16 Chong Yidong <cyd@stupidchicken.com>
1398
31c381e8 1399 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 1400
117c96c7
CY
1401 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
1402 obsolete alias for x-selection-value.
1403
dff0fdc3
CY
1404 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
1405
c6f2191f
MA
14062010-09-16 Michael Albinus <michael.albinus@gmx.de>
1407
1408 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
1409 cookie.
1410
6139f995
MA
14112010-09-15 Michael Albinus <michael.albinus@gmx.de>
1412
1413 * net/tramp-compat.el (tramp-compat-with-temp-message)
1414 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
1415 (tramp-compat-process-put): New defuns.
1416
1417 * net/tramp.el (top):
1418 * net/tramp-gvfs.el (top):
1419 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
1420
31c381e8
SM
1421 * net/tramp.el (tramp-progress-reporter-update):
1422 Use `tramp-compat-funcall'.
6139f995
MA
1423
1424 * net/tramp.el (tramp-process-actions):
1425 * net/tramp-gvfs.el (tramp-handle-vc-registered):
1426 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
31c381e8
SM
1427 (tramp-get-remote-stat, tramp-get-remote-readlink):
1428 Use `tramp-compat-with-temp-message'.
6139f995
MA
1429
1430 * net/tramp-sh.el (top): Require 'cl.
1431 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
1432 (tramp-open-connection-setup-interactive-shell):
1433 Use `tramp-compat-process-put'.
6139f995 1434
22c3ce97
AM
14352010-09-15 Alan Mackenzie <acm@muc.de>
1436
1437 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
1438 indentation.
a4ee83cc 1439 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 1440
4f1e9960
SM
14412010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
1442
1443 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
1444 `lexical' for warnings related to lexical scoping.
1445 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
1446 global vars which don't have a prefix and could hence affect lexical
1447 scoping in unrelated files.
1448
01e80360
LMI
14492010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1450
1451 * net/imap.el: Revert back to version
1452 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1453 seem problematic.
1454
5e2a84e3
JB
14552010-09-14 Juanma Barranquero <lekktu@gmail.com>
1456
1457 * obsolete/old-whitespace.el (whitespace-unload-function):
1458 Explicitly pass `obarray' to `unintern' to avoid a warning.
1459
f3a30a50
SM
14602010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1461
1462 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1463 Add `when' argument. Update callers.
1464
1465 * subr.el (unintern): Declare the obarray arg mandatory.
1466
92b99a01
GM
14672010-09-14 Glenn Morris <rgm@gnu.org>
1468
67ae9766
GM
1469 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1470 Doc fixes.
1471
92b99a01
GM
1472 * calendar/diary-lib.el (diary-included-files): New variable.
1473 (diary-list-entries): Maybe initialize diary-included-files.
1474 (diary-include-other-diary-files): Append to diary-included-files.
1475 * calendar/appt.el (appt-update-list): Also check the members of
1476 diary-included-files. (Bug#6999)
08151ec5 1477 (appt-check): Doc fix.
92b99a01 1478
6664fc59 14792010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
1480
1481 * simple.el (line-move-visual): Do not truncate goal column to
1482 integer size. (Bug#7020)
1483
6664fc59 14842010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
1485
1486 * repeat.el (repeat): Allow repeating when the last event is a click.
1487 Suggested by Drew Adams (bug#6256).
1488
6664fc59 14892010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd
SM
1490
1491 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1492 Replace setting HGRCPATH to "" by some less invasive --config options.
1493
6664fc59 14942010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
1495
1496 * font-lock.el (font-lock-beginning-of-syntax-function):
1497 Mark as obsolete.
1498
6664fc59 14992010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
1500
1501 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1502 and tool-bar modes. (Bug#6211)
1503 (menu-bar-mode): Move setting of standard-value after the
1504 minor-mode definition, otherwise it seems to have no effect.
1505
6664fc59 15062010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
1507
1508 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1509 Fix typo. (Bug#6976)
1510
6664fc59 15112010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
1512
1513 * whitespace.el: Allow cleaning up blanks without blank
1514 visualization (Bug#6651). Adjust help window for
1515 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
1516 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1517 (whitespace-style): Add new value 'face. Adjust docstring.
1518 (whitespace-space, whitespace-hspace, whitespace-tab):
1519 Adjust foreground property face.
9c405a86
CY
1520 (whitespace-line-column): Adjust docstring and type declaration.
1521 (whitespace-style-value-list, whitespace-toggle-option-alist)
1522 (whitespace-help-text): Adjust const initialization.
1523 (whitespace-toggle-options, global-whitespace-toggle-options):
1524 Adjust docstring.
1525 (whitespace-display-window, whitespace-interactive-char)
1526 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1527 (whitespace-help-scroll): New fun.
1528
ba96ddf5
KY
15292010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
1530
1531 * calendar/time-date.el (format-seconds): Comment fix.
1532
a386ac70
MM
15332010-09-13 Michael R. Mauger <mmaug@yahoo.com>
1534
1535 * progmodes/sql.el: Version 2.7.
1536 (sql-buffer-live-p): Improve detection.
1537 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1538 (sql-set-sqli-buffer): Use it.
1539 (sql-product-interactive): Run `sql-set-sqli-hook'.
1540 (sql-rename-buffer): Code cleanup.
1541 (sql-redirect, sql-redirect-value): New functions. More to come.
1542
5d921df2
JB
15432010-09-13 Juanma Barranquero <lekktu@gmail.com>
1544
1545 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.
1546 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1547 (TRAMP_SRC): New macro.
1548 ($(lisp)/net/tramp-loaddefs.el): New target.
1549
03c1ad43
MA
15502010-09-13 Michael Albinus <michael.albinus@gmx.de>
1551
1552 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
1553
1554 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
1555
1556 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
1557 'tramp-compat, everything else is required there.
1558 Use `ignore-errors' where appropriate.
03c1ad43
MA
1559 (tramp-inline-compress-start-size, tramp-copy-size-limit)
1560 (tramp-terminal-type, tramp-end-of-output)
1561 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
1562 (tramp-completion-function-alist-ssh)
1563 (tramp-completion-function-alist-telnet)
1564 (tramp-completion-function-alist-su)
1565 (tramp-completion-function-alist-putty, tramp-remote-path)
1566 (tramp-remote-process-environment, tramp-sh-extra-args)
1567 (tramp-actions-before-shell, tramp-uudecode)
1568 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
1569 (tramp-perl-file-attributes)
1570 (tramp-perl-directory-files-and-attributes)
1571 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
1572 (tramp-perl-encode, tramp-perl-decode)
1573 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
1574 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
1575 (tramp-handle-make-symbolic-link, tramp-handle-load)
1576 (tramp-handle-file-name-as-directory)
1577 (tramp-handle-file-name-directory)
1578 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
1579 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
1580 (tramp-do-file-attributes-with-ls)
1581 (tramp-do-file-attributes-with-perl)
1582 (tramp-do-file-attributes-with-stat)
1583 (tramp-handle-set-visited-file-modtime)
1584 (tramp-handle-verify-visited-file-modtime)
1585 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
1586 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
1587 (tramp-handle-file-selinux-context)
1588 (tramp-handle-set-file-selinux-context)
1589 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
1590 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
1591 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
1592 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
1593 (tramp-handle-file-ownership-preserved-p)
1594 (tramp-handle-directory-file-name, tramp-handle-directory-files)
1595 (tramp-handle-directory-files-and-attributes)
1596 (tramp-do-directory-files-and-attributes-with-perl)
1597 (tramp-do-directory-files-and-attributes-with-stat)
1598 (tramp-handle-file-name-all-completions)
1599 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
1600 (tramp-handle-copy-file, tramp-handle-copy-directory)
1601 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
1602 (tramp-do-copy-or-rename-file-via-buffer)
1603 (tramp-do-copy-or-rename-file-directly)
1604 (tramp-do-copy-or-rename-file-out-of-band)
1605 (tramp-handle-make-directory, tramp-handle-delete-directory)
1606 (tramp-handle-delete-file)
1607 (tramp-handle-dired-recursive-delete-directory)
1608 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
1609 (tramp-handle-insert-directory)
1610 (tramp-handle-unhandled-file-name-directory)
1611 (tramp-handle-expand-file-name)
1612 (tramp-handle-substitute-in-file-name)
1613 (tramp-handle-executable-find, tramp-process-sentinel)
1614 (tramp-handle-start-file-process, tramp-handle-process-file)
1615 (tramp-handle-call-process-region, tramp-handle-shell-command)
1616 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
1617 (tramp-handle-insert-file-contents)
1618 (tramp-handle-insert-file-contents-literally)
1619 (tramp-handle-find-backup-file-name)
1620 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
1621 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
1622 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
1623 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
1624 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
1625 (tramp-find-file-exists-command, tramp-open-shell)
1626 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
1627 (tramp-open-connection-setup-interactive-shell)
1628 (tramp-local-coding-commands, tramp-remote-coding-commands)
1629 (tramp-find-inline-encoding, tramp-call-local-coding-command)
1630 (tramp-inline-compress-commands, tramp-find-inline-compress)
1631 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 1632 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
1633 (tramp-send-command-and-check, tramp-barf-unless-okay)
1634 (tramp-send-command-and-read, tramp-mode-string-to-int)
1635 (tramp-convert-file-attributes, tramp-check-cached-permissions)
1636 (tramp-file-mode-from-int, tramp-file-mode-permissions)
1637 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
1638 (tramp-method-out-of-band-p, tramp-local-host-p)
1639 (tramp-get-remote-path, tramp-get-remote-tmpdir)
1640 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
1641 (tramp-get-test-command, tramp-get-test-nt-command)
1642 (tramp-get-file-exists-command, tramp-get-remote-ln)
1643 (tramp-get-remote-perl, tramp-get-remote-stat)
1644 (tramp-get-remote-readlink, tramp-get-remote-trash)
1645 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
1646 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 1647 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
1648 tramp-sh.el.
1649 (tramp-methods, tramp-default-method-alist)
1650 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
1651 Move initialization to tramp-sh.el.
1652 (tramp-temp-name-prefix): Make it a defconst.
1653 (tramp-dissect-file-name): Don't check anymore for multi-hop
1654 methods.
1655 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 1656 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
1657 (tramp-get-debug-buffer): Use it.
1658
1659 * net/tramp-cache.el (top): Set tramp-autoload cookie for
1660 initialization forms.
1661 (tramp-set-connection-property): Don't protect `tramp-message'
1662 call, it isn't necessary any longer.
1663 (tramp-dump-connection-properties): Use `ignore-errors'.
1664
1665 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
1666 'password-cache and 'auth-source.
1667
1668 * net/tramp-gvfs.el (top):
1669 * net/tramp-smb.el (top): Require 'tramp-sh.
1670
1671 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
1672
1673 * net/tramp-sh.el: New file, derived from tramp.el.
1674 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 1675 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
1676 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
1677 Use `ignore-errors' where appropriate.
1678 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
1679 `tramp-file-name-handler-alist'.
1680 (tramp-send-command-and-check): Return t or nil. Remove all
1681 `zerop' checks, where called.
1682 (tramp-handle-set-file-modes)
1683 (tramp-do-copy-or-rename-file-directly)
1684 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 1685 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
1686 (tramp-sh-file-name-handler, tramp-send-command-and-check)
1687 (tramp-get-remote-ln): Set tramp-autoload cookie.
1688
1689 * net/tramp-fish.el: Remove file.
1690
c5fe4acb
DU
16912010-09-13 Daiki Ueno <ueno@unixuser.org>
1692
1693 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
1694 buffer-file-name to avoid file-locking. (Bug#7026)
1695
7ea2d383
MA
16962010-09-13 Julien Danjou <julien@danjou.info>
1697
1698 * notifications.el (notifications-notify): Add support for
1699 image-path and sound-name.
1700 (notifications-specification-version): Add this variable.
1701
5616cc54
SM
17022010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1703
31c381e8 1704 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 1705
94c7243b
LL
17062010-09-12 Leo <sdl.web@gmail.com>
1707
1708 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
1709 (rcirc-completion-start): New variables.
1710 (rcirc-nick-completions): Rename to rcirc-completions.
1711 (rcirc-nick-completion-start-offset): Delete.
1712 (rcirc-completion-at-point): New function for constructing
1713 completion data for both nicks and irc commands. Add to
1714 completion-at-point-functions in rcirc mode.
1715 (rcirc-complete): Rename from rcirc-nick-complete; use
1716 rcirc-completion-at-point.
1717 (defun-rcirc-command): Update rcirc-client-commands.
1718
0f34ae28
GM
17192010-09-11 Glenn Morris <rgm@gnu.org>
1720
1721 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
1722 atomically, to avoid parallel build errors. (Bug#4196)
1723
9250002f
MM
17242010-09-11 Michael R. Mauger <mmaug@yahoo.com>
1725
1726 * progmodes/sql.el: Version 2.6
1727 (sql-dialect): Synonym for "sql-product".
1728 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1729 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
1730 Set "sql-buffer" to buffer name not buffer object so multiple sql
1731 interactive buffers work properly. Reverts misguided changes in
1732 earlier work.
1733 (sql-comint): Make sure different buffer name is used if "*SQL*"
1734 buffer is for a different product.
1735 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
1736 login param.
1737 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1738 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1739 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
1740 Accept new buffer name or prompt for one.
1741 (sql-port): Default to zero.
1742 (sql-comint-mysql): Handle "sql-port" as a numeric.
1743 (sql-port-history): Delete unused variable.
1744 (sql-get-login): Default "sql-port" to a number.
31c381e8 1745 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
1746 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
1747 "sqlite3" executables.
31c381e8 1748 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
1749 (sql-buffer-live-p): New function.
1750 (sql-mode-menu, sql-send-string): Use it.
1751 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
1752 syntax pattern.
1753 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
1754 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
1755
a9ec34f4
LMI
17562010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1757
31c381e8 1758 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 1759
cf38dd42
SM
17602010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1761
1762 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
1763 to replace texinfo-font-lock-syntactic-keywords.
1764 (texinfo-mode): Use it.
1765
1766 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
1767 Use syntax-propertize-function.
1768
1769 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
1770 replace sgml-font-lock-syntactic-keywords.
1771 (sgml-mode): Use it.
1772
1773 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
1774 since we don't use it.
1775
1776 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
1777
1778 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
1779 if available.
1780 (vhdl-fontify-buffer): Adjust.
1781
1782 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
1783 replace tcl-font-lock-syntactic-keywords.
1784 (tcl-mode): Use it.
1785
1786 * progmodes/simula.el (simula-syntax-propertize-function): New var to
1787 replace simula-font-lock-syntactic-keywords.
1788 (simula-mode): Use it.
1789
1790 * progmodes/sh-script.el (sh-st-symbol): Remove.
1791 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
1792 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
1793 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
1794 (sh-font-lock-paren): Set syntax-multiline.
1795 (sh-font-lock-syntactic-keywords): Remove.
1796 (sh-syntax-propertize-function): New function to replace it.
1797 (sh-mode): Use it.
1798
1799 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
1800 Define while compiling.
1801 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1802 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
1803 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
1804 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1805 (ruby-here-doc-end-syntax): Only define when
1806 syntax-propertize is not available.
1807 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
1808 New functions.
1809 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
1810 (electric-indent-chars): Silence bytecompiler.
1811 (ruby-mode): Use prog-mode, syntax-propertize-function, and
1812 electric-indent-chars.
1813
1814 * progmodes/python.el (python-syntax-propertize-function): New var to
1815 replace python-font-lock-syntactic-keywords.
1816 (python-mode): Use it.
1817 (python-quote-syntax): Simplify and adjust to new use.
1818
1819 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
1820 replace perl-font-lock-syntactic-keywords.
1821 (perl-syntax-propertize-special-constructs): New fun to replace
1822 perl-font-lock-special-syntactic-constructs.
1823 (perl-font-lock-syntactic-face-function): New fun.
1824 (perl-mode): Use it.
1825
1826 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
1827 to replace octave-font-lock-close-quotes.
1828 (octave-syntax-propertize-function): New function to replace
1829 octave-font-lock-syntactic-keywords.
1830 (octave-mode): Use it.
1831
1832 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
1833 replaces mixal-font-lock-syntactic-keywords.
1834 (mixal-mode): Use it.
1835
1836 * progmodes/make-mode.el (makefile-syntax-propertize-function):
1837 New var; replaces makefile-font-lock-syntactic-keywords.
1838 (makefile-mode): Use it.
1839 (makefile-imake-mode): Adjust.
1840
1841 * progmodes/js.el (js--regexp-literal): Define while compiling.
1842 (js-syntax-propertize-function): New var; replaces
1843 js-font-lock-syntactic-keywords.
1844 (js-mode): Use it.
1845
1846 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
1847 replaces gdb-script-font-lock-syntactic-keywords.
1848 (gdb-script-mode): Use it.
1849
1850 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
1851 (fortran--font-lock-syntactic-keywords): New var.
1852 (fortran-line-length): Update syntax-propertize-function and
1853 fortran--font-lock-syntactic-keywords.
1854
1855 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
1856
1857 * progmodes/cfengine.el (cfengine-mode):
1858 Use syntax-propertize-function.
1859 (cfengine-font-lock-syntactic-keywords): Remove.
1860
1861 * progmodes/autoconf.el (autoconf-mode):
1862 Use syntax-propertize-function.
1863 (autoconf-font-lock-syntactic-keywords): Remove.
1864
1865 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
1866 (ada-after-change-function, ada-initialize-syntax-table-properties)
1867 (ada-handle-syntax-table-properties): Only define when
1868 syntax-propertize is not available.
1869 (ada-mode): Use syntax-propertize-function.
1870
1871 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
1872 (font-lock-fontify-syntactic-keywords-region): Move handling of
1873 font-lock-syntactically-fontified to...
1874 (font-lock-default-fontify-region): ...here.
1875 Let syntax-propertize-function take precedence.
1876 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
1877
1878 * emacs-lisp/syntax.el (syntax-propertize-function)
1879 (syntax-propertize-chunk-size, syntax-propertize--done)
1880 (syntax-propertize-extend-region-functions): New vars.
1881 (syntax-propertize-wholelines, syntax-propertize-multiline)
1882 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
1883 (syntax-propertize): New functions.
1884 (syntax-propertize-rules): New macro.
1885 (syntax-ppss-flush-cache): Set syntax-propertize--done.
1886 (syntax-ppss): Call syntax-propertize.
1887
1888 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
1889
36f7d366
AM
18902010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
1891
1892 * textmodes/ispell.el (ispell-init-process): Improve comments.
1893 XEmacs compatibility changes regarding (add-hook) 'local option
1894 and (set-process-query-on-exit-flag).
1895
8fca3921
MA
18962010-09-09 Michael Albinus <michael.albinus@gmx.de>
1897
cf38dd42
SM
1898 * net/tramp-cache.el (tramp-parse-connection-properties):
1899 Set tramp-autoload cookie.
8fca3921 1900
399653d6
GM
19012010-09-09 Glenn Morris <rgm@gnu.org>
1902
1903 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
1904 (imagemagick-register-types): Doc fix.
1905
c34a9669
SM
19062010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1907
b073dc4b
SM
1908 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
1909
1910 * progmodes/js.el (require): Require is already "eval-and-compile".
1911 (js--re-search-forward): Avoid `eval'. Preserve the error data.
1912 (js--re-search-backward): Use js--re-search-forward.
1913
1914 * progmodes/fortran.el (fortran-line-length): Don't recompute
1915 syntactic keywords redundantly a second time.
1916
1917 * progmodes/ada-mode.el: Replace "(set '" with setq.
1918 (ada-mode): Simplify.
1919 (ada-create-case-exception, ada-adjust-case-interactive)
1920 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
1921 (ada-search-ignore-string-comment, ada-move-to-start)
1922 (ada-move-to-end): Use with-syntax-table.
1923
1924 * font-lock.el (save-buffer-state): Remove `varlist' arg.
1925 (font-lock-unfontify-region, font-lock-default-fontify-region):
1926 Update usage correspondingly.
1927 (font-lock-fontify-syntactic-keywords-region):
1928 Set parse-sexp-lookup-properties buffer-locally here.
1929 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
1930
c34a9669
SM
1931 * simple.el (blink-matching-open): Don't burp if we can't find a match.
1932
13639aab
GM
19332010-09-08 Glenn Morris <rgm@gnu.org>
1934
5a972c36
GM
1935 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
1936 Error if not compiled with -DBYTE_CODE_METER.
1937
13639aab
GM
1938 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1939 Ignore dir-locals-file.
1940
331b2b90
SM
19412010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1942
1943 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1944 Not a const.
1945 (compilation-error-regexp-alist-alist): Rule out ": " in file names
1946 for the `gnu' messages.
1947 (compilation-set-skip-threshold): New command.
1948 (compilation-start): Use \' rather than $.
1949 (compilation-forget-errors): Use clrhash.
1950
73b4d51a
AM
19512010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
1952
1953 * textmodes/ispell.el (ispell-valid-dictionary-list):
1954 Simplify logic.
1955
0f34aa77
MA
19562010-09-08 Michael Albinus <michael.albinus@gmx.de>
1957
1958 Migrate to Tramp 2.2. Rearrange load dependencies.
1959 (Bug#1529, Bug#5448, Bug#5705)
1960
1961 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
1962 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
1963 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1964
1965 * net/tramp.el (top): Remove all other tramp-* loads except
1966 tramp-compat.el. Remove all changes to tramp-unload-hook for
1967 other tramp-* packages. Rearrange defun order. Change calls of
1968 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
1969 `tramp-compat-octal-to-decimal' to new function names.
1970 (tramp-terminal-type, tramp-initial-end-of-output)
1971 (tramp-methods, tramp-foreign-file-name-handler-alist)
1972 (tramp-tramp-file-p, tramp-completion-mode-p)
1973 (tramp-send-command-and-check, tramp-get-remote-path)
1974 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
1975 (tramp-shell-quote-argument): Set tramp-autoload cookie.
1976 (with-file-property, with-connection-property): Move to
1977 tramp-cache.el.
1978 (tramp-local-call-process, tramp-decimal-to-octal)
1979 (tramp-octal-to-decimal): Move to tramp-compat.el.
1980 (tramp-handle-shell-command): Do not require 'shell.
1981 (tramp-compute-multi-hops): No special handling for tramp-gw-*
1982 symbols.
1983 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
1984
1985 * net/tramp-cache.el (top): Require 'tramp. Add to
1986 `tramp-unload-hook'.
1987 (tramp-cache-data, tramp-get-file-property)
1988 (tramp-set-file-property, tramp-flush-file-property)
1989 (tramp-flush-directory-property, tramp-get-connection-property)
1990 (tramp-set-connection-property, tramp-flush-connection-property)
1991 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
1992 cookie.
1993 (with-file-property, with-connection-property): New defuns, moved
1994 from tramp.el.
1995 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
1996 macro.
1997
1998 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
1999 (tramp-version): Set tramp-autoload cookie.
2000
2001 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
2002 changes to tramp-unload-hook for other tramp-* packages. Add to
2003 `tramp-unload-hook'.
2004 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
2005 (tramp-compat-call-process): New defuns, moved from tramp.el.
2006
2007 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
2008 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
2009 to `tramp-unload-hook'. Change call of
2010 `tramp-compat-decimal-to-octal' to new function name.
2011 (tramp-fish-method): Make it a defconst.
2012 (tramp-fish-file-name-p): Make it a defsubst.
2013 (tramp-fish-method, tramp-fish-file-name-handler)
2014 (tramp-fish-file-name-p): Set tramp-autoload cookie.
2015
2016 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
2017 `tramp-foreign-file-name-handler-alist'. Add to
2018 `tramp-unload-hook'.
2019 (tramp-ftp-method): Make it a defconst.
2020 (tramp-ftp-file-name-p): Make it a defsubst.
2021 (tramp-ftp-method, tramp-ftp-file-name-handler)
2022 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
2023
2024 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
2025 `tramp-foreign-file-name-handler-alist'. Add to
2026 `tramp-unload-hook'. Change checks, whether package can be
2027 loaded.
2028 (tramp-gvfs-file-name-p): Make it a defsubst.
2029 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
2030 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
2031 (tramp-gvfs-handle-file-directory-p): New defun.
2032 (tramp-gvfs-file-name-handler-alist): Use it.
2033
2034 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
2035 `tramp-foreign-file-name-handler-alist'. Add to
2036 `tramp-unload-hook'.
2037 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
2038 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
2039 defconst.
2040 (tramp-gw-tunnel-method, tramp-gw-socks-method)
2041 (tramp-gw-open-connection): Set tramp-autoload cookie.
2042
2043 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
2044 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
2045 to `tramp-unload-hook'. Change checks, whether package can be
2046 loaded.
2047 (tramp-imap-file-name-p): Make it a defsubst.
2048 (tramp-imap-method, tramp-imaps-method)
2049 (tramp-imap-file-name-handler)
2050 (tramp-imap-file-name-p): Set tramp-autoload cookie.
2051
2052 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
2053 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
2054 to `tramp-unload-hook'. Change checks, whether package can be
2055 loaded. Change call of `tramp-compat-decimal-to-octal' to new
2056 function name.
2057 (tramp-smb-tunnel-method): Make it a defconst.
2058 (tramp-smb-file-name-p): Make it a defsubst.
2059 (tramp-smb-method, tramp-smb-file-name-handler)
2060 (tramp-smb-file-name-p): Set tramp-autoload cookie.
2061
2062 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
2063 (tramp-uuencode-region): Set tramp-autoload cookie.
2064
2065 * net/trampver.el (top) Add to `tramp-unload-hook'.
2066 (tramp-version, tramp-bug-report-address): Set tramp-autoload
2067 cookie. Update release number.
2068
308e764f
AM
20692010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
2070
2071 * textmodes/ispell.el (ispell-start-process): Make sure original
2072 arg list is properly initialized (Bug#6993, Bug#6994).
2073
10999305 20742010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
2075
2076 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
2077
2078 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
2079 chars like - or ] (bug#6984).
2080 (rx-any-condense-range): Explode 2-char ranges.
2081
10999305
CY
20822010-09-06 Glenn Morris <rgm@gnu.org>
2083
2084 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
2085
20862010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
2087
2088 * textmodes/bibtex.el:
2089 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
2090
f292afe5
LMI
20912010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2092
331b2b90 2093 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
2094 since no callers use it.
2095 (imap-message-get): Ditto.
2096 (imap-message-put): Ditto.
2097 (imap-mailbox-map): Ditto.
2098 (imap-mailbox-put): Ditto.
2099 (imap-mailbox-get): Ditto.
a131b9b8 2100 (imap-mailbox-get): Revert last change for this function.
f292afe5 2101
dfe1285d
LMI
21022010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2103
331b2b90 2104 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
2105 callers to use `imap-fetch' instead. According to the comments, this
2106 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
2107 (imap-enable-exchange-bug-workaround): Remove.
2108 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 2109
3ff31c90
LMI
21102010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2111
2112 * net/imap.el (imap-log): New convenience function used throughout
2113 instead of repeating the same code all over the place.
2114
dfe1285d 21152010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
2116
2117 * mouse.el (mouse-save-then-kill): Save region to kill-ring
2118 when mouse-drag-copy-region is non-nil (Bug#6956).
2119
93a596e1
CY
21202010-09-05 Chong Yidong <cyd@stupidchicken.com>
2121
8d76af4a
CY
2122 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
2123 Improve regexps (Bug#6987).
2124 (dired-sort-toggle): Search more robustly for -t flag.
2125
93a596e1
CY
2126 * files.el (get-free-disk-space): Search more robustly for
2127 "available" column. Suggested by Ehud Karni
2128 <ehud@unix.mvs.co.il>.
2129
733946e7
JB
21302010-09-05 Juanma Barranquero <lekktu@gmail.com>
2131
2132 * international/uni-bidi.el:
2133 * international/uni-category.el:
2134 * international/uni-combining.el:
2135 * international/uni-decimal.el:
2136 * international/uni-mirrored.el:
2137 * international/uni-name.el: Regenerate.
2138
2e664aab
SM
21392010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2140
6aeafb34
SM
2141 * electric.el (electric-indent-post-self-insert-function):
2142 Don't reindent with a sloppy indentation function.
2143
2e664aab
SM
2144 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
2145 border case in change-log-mode.
2146
13ef65a4
CY
21472010-09-04 Chong Yidong <cyd@stupidchicken.com>
2148
2149 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2150 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
2151 Recognize leading tab in gcc-include regexp. Ignore names with
2152 leading "from" or "in" in gnu regexp (Bug#6937).
2153
5abf1556
SM
21542010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2155
6aeafb34 2156 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
2157 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
2158 (ispell-start-process): Avoid setq and simplify logic.
2159 (ispell-init-process): Setup kill-buffer-hook locally when needed.
2160 (kill-buffer-hook): Don't use it globally with code that uses
2161 expand-file-name since that may call kill-buffer via
2162 code_conversion_restore.
2163
0be01d2c
CY
21642010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
2165
2166 * emacs-lisp/package.el (package-directory-list): Only call
2167 file-name-nondirectory on a string.
2168
ebf662f4
CY
21692010-09-02 Chong Yidong <cyd@stupidchicken.com>
2170
5abf1556
SM
2171 * emacs-lisp/package.el (package--download-one-archive):
2172 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
2173 (package-activate-1, package-mark-obsolete, define-package)
2174 (package-compute-transaction, package-list-maybe-add): Use push.
2175
e5eddfd1
SM
21762010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2177
89acf735
SM
2178 Use SMIE's blink-paren for octave-mode.
2179 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
2180 Backslashes do not escape single-quotes, single-quotes do.
2181 (octave-block-else-regexp, octave-block-end-regexp)
2182 (octave-block-match-alist): Remove.
2183 (octave-smie-bnf-table): New var, with old content.
2184 (octave-smie-op-levels): Use it.
2185 (octave-smie-closer-alist): New var.
2186 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
2187 (octave-blink-matching-block-open): Remove.
2188 (octave-reindent-then-newline-and-indent, octave-electric-semi)
2189 (octave-electric-space): Let self-insert-command run expand-abbrev and
2190 blink parens.
2191
3b843809
SM
2192 * electric.el (electricity): New group.
2193 (electric-indent-chars): New var.
2194 (electric-indent-post-self-insert-function): New fun.
2195 (electric-indent-mode): New minor mode.
2196 (electric-pair-skip-self): New custom.
2197 (electric-pair-post-self-insert-function): New function.
2198 (electric-pair-mode): New minor mode.
2199
0da20854
SM
2200 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
2201 calcAlg-blink-matching-open.
2202 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
2203 (calc-do-alg-entry): Only touch the part of the keymap that varies.
2204 Use the new blink-matching-check-function.
2205
a49e651e
SM
2206 Provide blink-matching support to SMIE.
2207 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
2208 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
2209 (smie-blink-matching-check, smie-blink-matching-open): New functions.
2210
e5eddfd1
SM
2211 * simple.el (newline): Fix last change to properly remove itself from
2212 the hook.
2213
b13ebb5c
SM
22142010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2215
2216 * simple.el (newline): Eliminate optimization.
2217 Use post-self-insert-hook to set hard-newline and things before
2218 running post-self-insert-hook.
2219 (blink-matching-check-mismatch): New function.
2220 (blink-matching-check-function): New variable.
2221 (blink-matching-open): Use them.
2222 Skip back forward over prefix chars skipped by forward-sexp.
2223 Don't check if the parens are backslash escaped.
2224 (blink-paren-post-self-insert-function): Check backslash escaping here.
2225
e687c2cd
CY
22262010-09-02 Chong Yidong <cyd@stupidchicken.com>
2227
b13ebb5c
SM
2228 * emacs-lisp/package.el (package-menu-mode-map):
2229 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
2230 (package-menu-mode): Set revert-buffer-function.
2231 (package-menu-revert): Doc fix.
2232
567efba9
AM
22332010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
2234
2235 * textmodes/ispell.el (ispell-init-process): Use "~/" as
2236 `default-directory' unless using Ispell per-directory personal
2237 dictionaries and not in a mini-buffer under XEmacs.
2238 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 2239 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 2240
6d7cc563
JD
22412010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2242
08d4877e
J
2243 * simple.el (kill-new): Call interprogram-cut-function with only
2244 one argument.
2245
45240125
JD
2246 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
2247 Remove cut buffer from error message.
2248
2249 * term/x-win.el (x-select-text):
2250 * term/pc-win.el (x-selection-value):
2251 * term/ns-win.el (x-selection-value):
2252 * eshell/em-term.el:
2253 * w32-fns.el (x-get-selection-value):
2254 * mouse-sel.el (mouse-sel-set-selection-function):
2255 * frame.el (display-selections-p): Remove cut-buffer in documentation.
2256
6d7cc563
JD
2257 * term/x-win.el: Update documentation for x-last-selected-text-*.
2258 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
2259 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
2260 (x-select-text): Remove argument PUSH, update documentation. Remove
2261 cut-buffer code.
2262 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 2263 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
2264 Update documentation, remove cut-buffer code. Call
2265 x-selection-value-internal.
2266 (x-clipboard-yank): Call x-selection-value-internal.
2267 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
2268
2269 * term/pc-win.el (x-last-selected-text):
2270 x-cut-buffer-or-selection-value renamed to x-selection-value
2271 (x-select-text): Remove argument PUSH, update documentation.
2272
2273 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
2274 x-cut-buffer-or-selection-value renamed to x-selection-value
2275 (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
2276 (x-select-text): Remove argument PUSH, update documentation.
2277
2278 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
2279
2280 * w32-fns.el (x-last-selected-text):
2281 x-cut-buffer-or-selection-value renamed to x-selection-value.
2282 (x-cut-buffer-max): Remove.
2283 (x-select-text): Remove argument PUSH, update documentation.
2284
2285 * simple.el (interprogram-cut-function): Remove mention of PUSH.
2286
2287 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
2288
2289 * mouse-sel.el (mouse-sel-get-selection-function):
2290 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 2291 (x-select-text): Remove optional push.
6d7cc563 2292
4de81ee0
SM
22932010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2294
8f4e9110
SM
2295 * simple.el (blink-paren-function): Move from C to here.
2296 (blink-paren-post-self-insert-function): New function.
2297 (post-self-insert-hook): Use it.
2298
4de81ee0
SM
2299 * emacs-lisp/pcase.el (pcase-split-memq):
2300 Fix overenthusiastic optimisation.
2301 (pcase-u1): Handle the case of a lambda pred.
2302
d419e1d9
KH
23032010-08-31 Kenichi Handa <handa@m17n.org>
2304
2305 * international/mule-cmds.el (standard-display-european-internal):
2306 Setup standard-display-table for 8-bit characters by storing 8-bit
2307 characters in the element vector.
2308
1e05f387
SM
2309 * disp-table.el (standard-display-8bit):
2310 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
2311 characters in the element vector.
2312 (standard-display-european): Likewise.
2313
61f7096c
CY
23142010-08-31 Masatake YAMATO <yamato@redhat.com>
2315
2316 * textmodes/nroff-mode.el (nroff-view): New command.
2317 (nroff-mode-map): Bind it to C-c C-c.
2318
ec5d3ff7
SM
23192010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2320
c8977b2e
SM
2321 * emacs-lisp/smie.el (smie-down-list): New command.
2322
ec5d3ff7
SM
2323 Remove old indentation and navigation code on octave-mode.
2324 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
2325 smie-down-list rather than add a binding for octave-down-block.
2326 (octave-mark-block, octave-blink-matching-block-open):
2327 Rely on forward-sexp-function.
2328 (octave-fill-paragraph): Don't narrow, so you can use
2329 indent-according-to-mode.
2330 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
2331 (octave-in-block-p, octave-re-search-forward-kw)
2332 (octave-re-search-backward-kw, octave-indent-calculate)
2333 (octave-end-as-array-index-p, octave-block-end-offset)
2334 (octave-scan-blocks, octave-forward-block, octave-backward-block)
2335 (octave-down-block, octave-backward-up-block, octave-up-block)
2336 (octave-before-magic-comment-p, octave-indent-line): Remove.
2337
187d3296
CY
23382010-08-31 Chong Yidong <cyd@stupidchicken.com>
2339
2340 * emacs-lisp/package.el (package--read-archive-file): Just use
2341 `read', to avoid copying an additional string.
2342 (package-menu-mode): Set header-line-format here.
2343 (package-menu-refresh, package-menu-revert): Signal an error if
2344 not in the Package Menu.
2345 (package-menu-package-list): New var.
2346 (package--generate-package-list): Operate on the current buffer;
2347 don't assume that it is *Packages*, since the user may rename it.
2348 Allow persistent package listings and sort keys using
2349 package-menu-package-list and package-menu-package-sort-key.
2350 (package-menu--version-predicate): Fix version calculation.
2351 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
2352 (package--list-packages): Create the *Packages* buffer.
2353 Set package-menu-package-list-key.
187d3296
CY
2354 (list-packages): Sorting by status is now the default.
2355 (package-buffer-info): Use match-string-no-properties.
2356 (define-package): Add a &rest argument for future proofing, but
2357 don't use it yet.
2358 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
2359 Merge into a single function, package-install-from-buffer.
2360 (package-install-file): Change caller.
187d3296
CY
2361
2362 * finder.el: Load finder-inf using `require'.
2363 (finder-list-matches): Sorting by status is now the default.
2364 (finder-compile-keywords): Simpify printing.
2365
e17b68ed
SM
23662010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2367
2368 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2369 (octave-mode-map): Remove special bindings for forward/backward-block
2370 and octave-backward-up-block. Use smie-close-block.
2371 (octave-continuation-marker-regexp): New var.
2372 (octave-continuation-regexp): Use it.
2373 (octave-operator-table, octave-smie-op-levels)
2374 (octave-operator-regexp, octave-smie-indent-rules): New vars.
2375 (octave-smie-backward-token, octave-smie-forward-token): New funs.
2376 (octave-mode): Use SMIE.
2377 (octave-close-block): Delete.
2378
42b6a73b
EZ
23792010-08-30 Eli Zaretskii <eliz@gnu.org>
2380
2381 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
2382 CLIPBOARD, not in PRIMARY. (Bug#6944)
2383
f291fe60
SM
23842010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2385
ee992a8c
SM
2386 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
2387 a list of parents.
2388 (smie-indent-column): Allow indirection through variables.
2389
d36b74ca
SM
2390 * composite.el (save-buffer-state): Delete, unused.
2391 * font-lock.el (save-buffer-state): Use with-silent-modifications.
2392 (font-lock-default-fontify-region): Use with-syntax-table.
2393 * jit-lock.el (with-buffer-unmodified): Remove.
2394 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
2395
f291fe60
SM
2396 Use `declare' in defmacros.
2397 * window.el (save-selected-window):
2398 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
2399 * progmodes/python.el (def-python-skeleton):
2400 * net/dbus.el (dbus-ignore-errors):
2401 * jka-cmpr-hook.el (with-auto-compression-mode):
2402 * international/mule.el (with-category-table):
2403 * emacs-lisp/timer.el (with-timeout):
2404 * emacs-lisp/lisp-mnt.el (lm-with-file):
2405 * emacs-lisp/eieio.el (with-slots):
2406 * emacs-lisp/easymenu.el (easy-menu-define):
2407 * emacs-lisp/debug.el (debugger-env-macro):
2408 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
2409 (Multiple-value-call, Multiple-value-prog1):
2410 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
2411 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
2412 edebug rule to definition.
2413 * emacs-lisp/lisp-mode.el (save-selected-window)
2414 (with-current-buffer, combine-after-change-calls)
2415 (with-output-to-string, with-temp-file, with-temp-buffer)
2416 (with-temp-message, with-syntax-table, read-if, eval-after-load)
2417 (dolist, dotimes, when, unless):
2418 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
2419
96ae4c8f
CY
24202010-08-29 Chong Yidong <cyd@stupidchicken.com>
2421
2422 * finder.el: Require `package'.
2423 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
2424 (finder-package-info): Var deleted.
2425 (finder-keywords-hash, finder--builtins-alist): New vars.
2426 (finder-compile-keywords): Compute package--builtins and
2427 finder-keywords-hash instead of finder-keywords-hash, respecting
2428 the "Package" header.
f291fe60
SM
2429 (finder-unknown-keywords, finder-list-matches):
2430 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
2431 (finder-mode): Don't set font-lock-defaults.
2432 (finder-exit): We don't use "*Finder-package*" and "*Finder
2433 Category*" buffers anymore.
2434
2435 * emacs-lisp/package.el (package--builtins-base): Var deleted.
2436 (package--builtins): Set default value to nil.
2437 (package-initialize): Load precomputed value of package--builtins
2438 from finder-inf.el.
2439 (package-alist, package-compute-transaction)
2440 (package-download-transaction): Improve docstring.
2441 (package-read-all-archive-contents): Do not change
2442 package--builtins here.
2443 (list-packages): Make package-list-packages an alias for this.
2444 Sort by status by default.
2445 (package--list-packages): Add optional PACKAGES arg.
2446 (describe-package-1): Use font-lock-face property. For built-in
2447 packages, insert file commentary.
2448 (package--generate-package-list): Rename from
2449 package-list-packages-internal; all callers changed. Add optional
2450 PACKAGES arg. Add alphabetical sort fallbacks.
2451 (package-menu--version-predicate, package-menu--status-predicate)
2452 (package-menu--description-predicate)
2453 (package-menu--name-predicate): New functions.
2454
2455 * info.el (Info-finder-find-node): Search package-alist instead of
2456 finder-package-info.
2457
e2046ecf
CY
24582010-08-29 Chong Yidong <cyd@stupidchicken.com>
2459
2460 * subr.el (version-regexp-alist): Don't use "a" and "b" for
2461 "alpha" and "beta".
2462 (version-to-list): Handle versions like "10.3d".
2463
6fe79b7c
SM
24642010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2465
2466 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
2467 (macroexp-accumulate): Use `declare'.
2468
1a868076
VJL
24692010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2470
2471 * whitespace.el (whitespace-style): Adjust type declaration.
2472
9e69cb05
KH
24732010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
2474
2475 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2476 empty argument to gvfs-copy.
2477
24782010-08-26 Chong Yidong <cyd@stupidchicken.com>
2479
2480 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
2481 handle new TRASH arg of `delete-file'.
2482
24832010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
2484
2485 * net/tramp.el (tramp-handle-insert-directory): Don't use
2486 `forward-word', its default syntax could be changed.
2487
24882010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2489 Michael Albinus <michael.albinus@gmx.de>
2490
2491 Implement compression for inline methods.
2492
2493 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2494 (tramp-copy-size-limit): Allow also nil.
2495 (tramp-inline-compress-commands): New defconst.
2496 (tramp-find-inline-compress, tramp-get-inline-compress)
2497 (tramp-get-inline-coding): New defuns.
2498 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2499 replaced by `tramp-get-inline-coding'.
2500 (tramp-handle-file-local-copy, tramp-handle-write-region)
2501 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2502
25032010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
2504
2505 Detect ssh 'ControlMaster' argument automatically in some cases.
2506
2507 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2508 (tramp-default-method): Use it.
2509
25102010-08-26 Karel Klíč <kklic@redhat.com>
2511
2512 * net/tramp.el (tramp-file-name-for-operation):
2513 Add file-selinux-context.
2514
25152010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
2516
2517 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
2518
25192010-08-26 Chong Yidong <cyd@stupidchicken.com>
2520
2521 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
2522 (Bug#6907).
2523
4142607e
NW
25242010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
2525
2526 * progmodes/js.el: Make indentation more customizable (Bug#6914).
2527 (js-paren-indent-offset, js-square-indent-offset)
2528 (js-curly-indent-offset): New options.
2529 (js--proper-indentation): Use them.
2530
88a36e60
DC
25312010-08-26 Daniel Colascione <dan.colascione@gmail.com>
2532
2533 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
2534 instead of inspecting font-lock properties (Bug#6916).
2535
38dbc4d8
DR
25362010-08-26 David Reitter <david.reitter@gmail.com>
2537
2538 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 2539 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
2540 (server-execute): Do not run hooks here.
2541
44ffae96
MA
25422010-08-26 Michael Albinus <michael.albinus@gmx.de>
2543
2544 Sync with Tramp 2.1.19.
2545
20b8ac83
MA
2546 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2547 (tramp-reporter-dump-variable, tramp-load-report-modules)
2548 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
2549 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
2550
2551 * net/tramp-compat.el (top): Do not autoload
2552 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
2553 only when `start-file-process' is not bound.
2554 (byte-compile-not-obsolete-vars): Define if not bound.
2555 (tramp-compat-funcall): New defmacro.
2556 (tramp-compat-line-beginning-position)
2557 (tramp-compat-line-end-position)
2558 (tramp-compat-temporary-file-directory)
2559 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2560 (tramp-compat-copy-file, tramp-compat-copy-directory)
2561 (tramp-compat-delete-file, tramp-compat-delete-directory)
2562 (tramp-compat-number-sequence, tramp-compat-process-running-p):
2563 Use it.
2564 (tramp-advice-file-expand-wildcards): Do not use
2565 `tramp-handle-file-remote-p'.
2566 (tramp-compat-make-temp-file): Simplify fallback implementation.
2567 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2568 (tramp-compat-copy-tree): Remove function.
2569 (tramp-compat-delete-file): New defun.
2570 (tramp-compat-delete-directory): Provide implementation for older
2571 Emacsen.
2572 (tramp-compat-file-attributes): Handle only
2573 `wrong-number-of-arguments' error.
2574
95b6d681
JB
2575 * net/tramp-fish.el (tramp-fish-handle-copy-file):
2576 Add PRESERVE_SELINUX_CONTEXT.
20b8ac83
MA
2577 (tramp-fish-handle-delete-file): Add TRASH arg.
2578 (tramp-fish-handle-directory-files-and-attributes):
2579 Do not use `tramp-fish-handle-file-attributes.
2580 (tramp-fish-handle-file-local-copy)
2581 (tramp-fish-handle-insert-file-contents)
2582 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
2583
2584 * net/tramp-gvfs.el (top): Require url-util.
2585 (tramp-gvfs-mount-point): Remove.
2586 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
2587 and `set-file-selinux-context'.
2588 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
2589 (tramp-gvfs-handle-file-selinux-context)
2590 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2591 (with-tramp-dbus-call-method): Format trace message.
2592 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2593 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1e05f387
SM
2594 Implement backup call, when operation on local files fails.
2595 Use progress reporter. Flush properties of changed files.
20b8ac83
MA
2596 (tramp-gvfs-handle-delete-file): Add TRASH arg. Use
2597 `tramp-compat-delete-file'.
2598 (tramp-gvfs-handle-expand-file-name): Expand "~/".
2599 (tramp-gvfs-handle-make-directory): Make more traces.
2600 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
2601 (tramp-gvfs-url-file-name): Hexify file name in url.
2602 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
2603 into account for the resulting file name.
2604 (tramp-gvfs-handler-askquestion): Preserve current message, in
2605 order to let progress reporter continue afterwards. (Bug#6257)
1e05f387
SM
2606 Return dummy mountpoint, when the answer is "no".
2607 See `tramp-gvfs-maybe-open-connection'.
20b8ac83
MA
2608 (tramp-gvfs-handler-mounted-unmounted)
2609 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1e05f387
SM
2610 attribute "default_location". Set "prefix" property.
2611 Handle default-location.
20b8ac83
MA
2612 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
2613 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
2614 exists. Raise an error, if not (due to a corresponding answer
93acd23d
JB
2615 "no" in interactive questions, for example).
2616 Use `tramp-compat-funcall'.
20b8ac83
MA
2617
2618 * net/tramp-imap.el (top): Autoload `epg-make-context'.
2619 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2620 (tramp-imap-do-copy-or-rename-file)
2621 (tramp-imap-handle-insert-file-contents)
2622 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
2623 (tramp-imap-handle-delete-file): Add TRASH arg.
2624
1e05f387
SM
2625 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2626 Add PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
2627 (tramp-smb-handle-copy-file)
2628 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2629 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2630 Use `with-progress-reporter'.
2631 (tramp-smb-handle-delete-file): Add TRASH arg.
2632
2633 * net/tramp.el (tramp-methods): Move hostname to the end in all
2634 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
2635 appropriate.
2636 (tramp-verbose): Describe verbose level 9.
2637 (tramp-completion-function-alist)
2638 (tramp-file-name-regexp, tramp-chunksize)
2639 (tramp-local-coding-commands, tramp-remote-coding-commands)
2640 (with-connection-property, tramp-completion-mode-p)
2641 (tramp-action-process-alive, tramp-action-out-of-band)
2642 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2643 (tramp-exists-file-name-handler): Fix docstring.
2644 (tramp-remote-process-environment): Use `format' instead of
2645 `concat'. Protect version string by apostroph.
2646 (tramp-shell-prompt-pattern): Do not use a shy group in case of
2647 XEmacs.
2648 (tramp-file-name-regexp-unified)
2649 (tramp-completion-file-name-regexp-unified): On W32 systems, do
2650 not regard the volume letter as remote filename. (Bug#5447)
2651 (tramp-perl-file-attributes)
2652 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2653 (tramp-vc-registered-read-file-names): Read input as
2654 here-document, otherwise the command could exceed maximum length
2655 of command line.
2656 (tramp-file-name-handler-alist): Add `file-selinux-context' and
2657 `set-file-selinux-context'.
2658 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
2659 backtrace functions.
2660 (tramp-error-with-buffer): Don't show the connection buffer when
2661 we are in completion mode.
2662 (tramp-progress-reporter-update, tramp-remote-selinux-p)
2663 (tramp-handle-file-selinux-context)
2664 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
2665 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
2666 New defuns.
2667 (with-progress-reporter): New defmacro.
2668 (tramp-debug-outline-regexp): New defconst.
2669 (top, tramp-rfn-eshadow-setup-minibuffer)
2670 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2671 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2672 (tramp-completion-mode-p, tramp-check-for-regexp)
2673 (tramp-open-connection-setup-interactive-shell)
2674 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2675 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2676 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
2677 Use `tramp-compat-funcall'.
2678 (tramp-handle-make-symbolic-link): Flush file properties.
2679 (tramp-handle-load, tramp-handle-file-local-copy)
2680 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2681 (tramp-handle-vc-registered, tramp-maybe-send-script)
2682 (tramp-find-shell): Use `with-progress-reporter'.
2683 (tramp-do-file-attributes-with-stat): Add space in format string,
2684 in order to work around a bug in pdksh. Reported by Gilles Pion
2685 <gpion@lfdj.com>.
2686 (tramp-handle-verify-visited-file-modtime): Do not send a command
2687 when the connection is not established.
2688 (tramp-handle-set-file-times): Simplify the check for utc.
2689 (tramp-handle-directory-files-and-attributes)
2690 (tramp-get-remote-path): Use `copy-tree'.
2691 (tramp-completion-handle-file-name-all-completions): Ensure, that
2692 non remote files are still checked. Oops.
1e05f387
SM
2693 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2694 Handle PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
2695 (tramp-do-copy-or-rename-file): Add progress reporter.
2696 (tramp-do-copy-or-rename-file-directly): Do not use
2697 `tramp-handle-file-remote-p'.
2698 (tramp-do-copy-or-rename-file-out-of-band):
2699 Use `tramp-compat-delete-directory'.
2700 (tramp-do-copy-or-rename-file-out-of-band)
2701 (tramp-compute-multi-hops, tramp-maybe-open-connection):
2702 Use `format-spec-make'.
2703 (tramp-handle-delete-file): Add TRASH arg.
2704 (tramp-handle-dired-uncache): Flush directory cache, not only file
2705 cache.
2706 (tramp-handle-expand-file-name)
2707 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
2708 (tramp-completion-handle-file-name-completion):
2709 Use `tramp-connectable-p'.
20b8ac83
MA
2710 (tramp-handle-start-file-process): Set connection property "vec".
2711 Use it, in order to invalidate file caches. Check only for
2712 `remote-tty' process property.
2713 Implement tty setting. (Bug#4604, Bug#6360)
2714 (tramp-file-name-for-operation): Add `call-process-region' and
2715 `set-file-selinux-context'.
2716 (tramp-find-foreign-file-name-handler)
2717 (tramp-advice-make-auto-save-file-name)
2718 (tramp-set-auto-save-file-modes): Remove superfluous check for
2719 `stringp'. This is done inside `tramp-tramp-file-p'.
2720 (tramp-file-name-handler): Trace 'quit. Catch the error for some
2721 operations when we are in completion mode. This gives the user
2722 the chance to correct the file name in the minibuffer.
2723 (tramp-completion-mode-p): Use `non-essential'.
2724 (tramp-handle-file-name-all-completions): Backward/ XEmacs
2725 compatibility: Use `completion-ignore-case' if
2726 `read-file-name-completion-ignore-case' does not exist.
2727 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
2728 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2729 `tramp-open-shell'.
2730 (tramp-action-password): Hide password prompt before next run.
2731 (tramp-process-actions): Widen connection buffer for the trace.
2732 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2733 process property. Trace stty settings if `tramp-verbose' >= 9.
2734 Apply workaround for IRIX64 bug. Move argument of last
2735 `tramp-send-command' where it belongs to.
2736 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2737 front of `login-args'.
2738 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
2739 on "/dev/null" instead of "/".
2740 (tramp-get-ls-command-with-dired): Make test for "--dired"
2741 stronger.
2742 (tramp-set-auto-save-file-modes): Adapt version check.
2743 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
2744 (tramp-handle-process-file): Call the program in a subshell, in
2745 order to preserve working directory.
2746 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
2747 `tramp-remote-sh' from `tramp-methods'.
2748 (tramp-get-ls-command): Make test for "--color=never" stronger.
2749 (tramp-check-for-regexp): Use (forward-line 1).
2750
44ffae96
MA
2751 * net/trampver.el: Update release number.
2752
cb6c4991
CY
27532010-08-26 Chong Yidong <cyd@stupidchicken.com>
2754
2755 * help.el (help-map): Bind `C-h P' to describe-package.
2756
2757 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
2758
2759 * emacs-lisp/package.el (package-refresh-contents): Catch errors
2760 when downloading archives.
2761 (describe-package-1): Add package commentary.
2762 (package-install-button-action): New function.
2763 (package-menu-mode-map): Bind ? to package-menu-describe-package.
2764 (package-menu-view-commentary): Function removed.
2765 (package-list-packages-internal): Hide the `package' package too.
2766
b60f961f
KH
27672010-08-25 Kenichi Handa <handa@m17n.org>
2768
2769 * language/misc-lang.el ("Arabic"): New language environment.
2770 Setup composition-function-table for Arabic characters.
2771
2772 * international/fontset.el (setup-default-fontset): Fix typo for
2773 arabic OTF spec (fini->fina).
2774
a0c16be4
J
27752010-08-25 Jan Djärv <jan.h.d@swipnet.se>
2776
2777 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
2778 on all frames.
2779
85cc3d4f
VJL
27802010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2781
2782 * whitespace.el: Allow cleaning up blanks without blank
2783 visualization (Bug#6651). Adjust help window for
2784 whitespace-toggle-options (Bug#6479). Allow to use fill-column
2785 instead of whitespace-line-column (from EmacsWiki). New version
2786 13.1.
2787 (whitespace-style): Added new value 'face. Adjust docstring.
2788 (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
2789 foreground property face.
2790 (whitespace-line-column): Adjust docstring and type declaration.
2791 (whitespace-style-value-list, whitespace-toggle-option-alist)
2792 (whitespace-help-text): Adjust const initialization.
2793 (whitespace-toggle-options, global-whitespace-toggle-options):
2794 Adjust docstring.
2795 (whitespace-display-window, whitespace-interactive-char)
2796 (whitespace-style-face-p, whitespace-color-on): Adjust code.
2797 (whitespace-help-scroll): New fun.
2798
cb8759ca
CY
27992010-08-24 Chong Yidong <cyd@stupidchicken.com>
2800
2801 * emacs-lisp/package.el (list-packages): Alias for
2802 package-list-packages.
2803
44a41a47
KR
28042010-08-24 Kevin Ryde <user42@zip.com.au>
2805
be7748e7
KR
2806 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
2807 (Bug#5651).
2808
44a41a47
KR
2809 * progmodes/ruby-mode.el (ruby): Add defgroup.
2810
edfd00fa
CY
28112010-08-24 Chong Yidong <cyd@stupidchicken.com>
2812
2813 * progmodes/python.el: Add Ipython support (Bug#5390).
2814 (python-shell-prompt-alist)
2815 (python-shell-continuation-prompt-alist): New options.
2816 (python--set-prompt-regexp): New function.
2817 (inferior-python-mode, run-python, python-shell): Require
2818 ansi-color. Use python--set-prompt-regexp to set the comint
2819 prompt based on the Python interpreter.
2820 (python--prompt-regexp): New var.
2821 (python-check-comint-prompt)
2822 (python-comint-output-filter-function): Use it.
2823 (run-python): Use a pipe (Bug#5694).
2824
28252010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
2826
2827 * progmodes/python.el (python-send-region): Send a different
2828 Python command if Ipython is in use.
2829 (python-check-version): Use a Python command to find the version.
2830
1c409d0b
CY
28312010-08-24 Chong Yidong <cyd@stupidchicken.com>
2832
2833 * mouse.el (mouse-yank-primary): Avoid setting primary when
2834 deactivating the mark (Bug#6872).
2835
733946e7 28362010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
2837
2838 * progmodes/python.el (python-block-pairs): Allow use of "finally"
2839 with "else" (Bug#3991).
2840
e73f184c
MA
28412010-08-23 Michael Albinus <michael.albinus@gmx.de>
2842
2843 * net/dbus.el: Accept UNIX domain sockets as bus address.
2844 (top): Don't initialize `dbus-registered-objects-table' anymore,
2845 this is done in dbusbind,c.
2846 (dbus-check-event): Adapt test for bus.
2847 (dbus-return-values-table, dbus-unregister-service)
2848 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
2849 Adapt doc string.
2850
1a140747
JB
28512010-08-23 Juanma Barranquero <lekktu@gmail.com>
2852
2853 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
2854
7133b7ee
JL
28552010-08-22 Juri Linkov <juri@jurta.org>
2856
2857 * simple.el (read-extended-command): New function with the logic
2858 for `completing-read' moved to Elisp from `execute-extended-command'.
2859 Use `function-called-at-point' in `minibuffer-default-add-function'
2860 to get a command name for M-n (bug#5364, bug#5214).
2861
198a7a97
CY
28622010-08-22 Chong Yidong <cyd@stupidchicken.com>
2863
2864 * startup.el (command-line-1): Issue warning for ignored arguments
2865 --unibyte, etc (Bug#6886).
2866
c00725d7
LL
28672010-08-22 Leo <sdl.web@gmail.com>
2868
2869 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
2870 (ignore, bright, dim, keyword): Split list of nicknames before
2871 passing to rcirc-add-or-remove (Bug#6894).
2872
bc7d7ea6
CY
28732010-08-22 Chong Yidong <cyd@stupidchicken.com>
2874
2875 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2876
b0126eac 28772010-08-22 Leo <sdl.web@gmail.com>
e0143335 2878
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 2879 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 2880 * ido.el: Revert Óscar's.
e0143335
LL
2881 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
2882 Remember the buffers at head, rather than their name.
76e3243a 2883 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 2884
b0126eac 28852010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
2886 Stefan Monnier <monnier@iro.umontreal.ca>
2887
2888 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
2889 extra backslash added to each line (bug#6890).
2890
b0126eac 28912010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
2892
2893 * subr.el (read-key): Don't echo keystrokes (bug#6883).
2894
b0126eac 28952010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
2896
2897 * menu-bar.el (menu-bar-games-menu): Add landmark.
2898
b0126eac 28992010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 2900
9130a2d6
GM
2901 * align.el (align-regexp): Make group and spacing arguments
2902 use the interactive defaults when non-interactive. (Bug#6698)
2903
fb89a654
GM
2904 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
2905 expansion, so as not to need sendmail.
2906 (mail-text-start): Remove declaration.
2907 (rmail-retry-failure): Require sendmail.
2908
b0126eac 29092010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
2910
2911 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
2912
b0126eac 29132010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 2914
186e86db
SM
2915 * progmodes/flymake.el (flymake-start-syntax-check-process):
2916 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 2917
b0126eac 29182010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
2919
2920 * files.el: Add `word-wrap' as safe local variable.
2921
b0126eac 29222010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
2923
2924 * woman.el (woman-translate): Case matters. (Bug#6849)
2925
b0126eac 29262010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
2927
2928 * simple.el (kill-region): Doc fix (Bug#6787).
2929
b0126eac 29302010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
2931
2932 * calendar/diary-lib.el (diary-header-line-format):
2933 Fit it to the window, not the frame.
2934
b0126eac 29352010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
2936
2937 * subr.el (ignore-errors): Add debug declaration.
2938
b0126eac 29392010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
2940
2941 * whitespace.el (whitespace-color-off): Remove post-command-hook
2942 locally.
2943
537ffaf3
SM
29442010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2945
2946 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
2947
d64b8a68
CY
29482010-08-21 Chong Yidong <cyd@stupidchicken.com>
2949
2950 * cus-edit.el (custom-group-value-create): Add extra newline
2951 before end line (Bug#6876).
2952
d2625c3d
CY
29532010-08-21 Chong Yidong <cyd@stupidchicken.com>
2954
2955 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
2956 when extending it. Before killing on the second click, check if
2957 the buffer is the correct one. Doc fix.
2958 (mouse-secondary-save-then-kill): Allow usage without first
2959 calling mouse-start-secondary, by defaulting to point. Don't save
2960 an empty secondary selection. Doc fix.
2961
80525855
VJL
29622010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2963
91bdeb66
VJL
2964 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
2965 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 2966 New version 13.0.
80525855
VJL
2967 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2968 Adjust initialization.
2969 (whitespace-bob-marker, whitespace-eob-marker)
2970 (whitespace-buffer-changed): New vars.
2971 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
2972 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
2973 (whitespace-post-command-hook, whitespace-display-char-on):
2974 Adjust code.
80525855 2975 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 2976 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 2977
4b9c0a49
SM
29782010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2979
118cf454
SM
2980 * files.el (locate-file-completion-table): Only list the .el and .elc
2981 extensions if there's no other choice (bug#5955).
2982
a2e5caf7
SM
2983 * facemenu.el (facemenu-self-insert-data): New var.
2984 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
2985 New functions.
2986 (facemenu-add-face): Use them.
2987
4b9c0a49
SM
2988 * simple.el (blink-matching-open): Obey forward-sexp-function.
2989
0193499f
SM
29902010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
2991
b2a15250
SM
2992 * simple.el (prog-mode-map): New var.
2993 (prog-indent-sexp): New command.
2994
b5ba2d6f
SM
2995 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
2996
9acd1bdc
SM
2997 * progmodes/prolog.el (smie): Require.
2998
8723cfa4
SM
2999 * emacs-lisp/smie.el (smie-default-backward-token)
3000 (smie-default-forward-token): Strip properties.
3001 (smie-next-sexp): Be more careful with associative operators.
3002 (smie-forward-sexp-command): Generalize.
3003 (smie-backward-sexp-command): Simplify.
3004 (smie-closer-alist): New var.
3005 (smie-close-block): New command.
3006 (smie-indent-debug-log): New var.
3007 (smie-indent-offset-rule): Add a few more cases.
3008 (smie-indent-column): New function.
3009 (smie-indent-after-keyword): Use it.
3010 (smie-indent-keyword): Use it.
3011 Fix up the opener code's point position.
3012 (smie-indent-comment): Only applies at BOL.
3013 (smie-indent-debug): New command.
3014
0193499f
SM
3015 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
3016 declarations that are useful before running the macro.
3017
0c9b8993
GM
30182010-08-18 Joakim Verona <joakim@verona.se>
3019
3020 * image.el (imagemagick-types-inhibit): New variable.
3021 (imagemagick-register-types): New function.
3022 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
3023 (image-transform-set-scale, image-transform-fit-to-height)
3024 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
3025 (image-transform-fit-to-width, image-transform-fit-to-height):
3026 New functions.
ccd80618
JV
3027 (image-toggle-display-image): Support image transforms.
3028
1075cd61
KY
30292010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
3030
3031 * image.el (create-animated-image): Don't add heuristic mask to image
3032 (Bug#6839).
3033
64cb6c78
J
30342010-08-18 Jan Djärv <jan.h.d@swipnet.se>
3035
0193499f
SM
3036 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
3037 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 3038
ff80a446
SM
30392010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
3040
afa22f7c
SM
3041 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
3042
ff80a446
SM
3043 Font-lock '...' strings, plus various simplifications and fixes.
3044 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
3045 (octave-font-lock-close-quotes): New function.
3046 (octave-font-lock-syntactic-keywords): New var.
3047 (octave-mode): Use it. Set beginning-of-defun-function.
3048 (octave-mode-map): Don't override the <foo>-defun commands.
3049 (octave-mode-menu): Pass it directly to easy-menu-define;
3050 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
3051 (octave-block-match-alist): Fix up last change so that
3052 octave-close-block uses the more specific keyword.
3053 (info-lookup-mode): Silence byte-compiler.
3054 (octave-beginning-of-defun): Not interactive any more.
3055 Optimize slightly.
3056 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
3057 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
3058 (octave-completion-at-point-function): Make sure point is within
3059 beg..end.
3060 (octave-reindent-then-newline-and-indent):
3061 Use reindent-then-newline-and-indent.
3062 (octave-add-octave-menu): Remove.
3063
2269b349
JD
30642010-08-17 Jan Djärv <jan.h.d@swipnet.se>
3065
489cd5bd
JD
3066 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
3067 (report-emacs-bug-can-use-xdg-email): New functions.
3068 (report-emacs-bug): Set can-xdg-email to result of
3069 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
3070 \C-cm to report-emacs-bug-insert-to-mailer and add help text
3071 about it.
30ebab6d 3072
a2fb159c
GM
3073 * net/browse-url.el (browse-url-default-browser): Add cond
3074 for browse-url-xdg-open.
3075 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
3076
30772010-08-17 Glenn Morris <rgm@gnu.org>
3078
3079 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
3080 (c-fontify-recorded-types-and-refs): Define for compiler.
3081 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
3082 before use.
3083
3084 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
3085 Fix format call.
3086
bb6aba9c
MA
30872010-08-17 Michael Albinus <michael.albinus@gmx.de>
3088
3089 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
3090 properties.
3091 (tramp-handle-process-file): Call the program in a subshell, in
3092 order to preserve working directory.
3093 (tramp-action-password): Hide password prompt before next run.
3094 (tramp-process-actions): Widen connection buffer for the trace.
3095
8f10c937
DD
30962010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3097
3098 * net/rcirc.el (rcirc-log-process-buffers): New option.
3099 (rcirc-print): Use it.
3100 (rcirc-generate-log-filename): New function.
3101 (rcirc-log-filename-function): Change default to
3102 rcirc-generate-log-filename (Bug#6828).
3103
7c23dd44
CY
31042010-08-16 Chong Yidong <cyd@stupidchicken.com>
3105
3106 * simple.el (deactivate-mark): If select-active-regions is `only',
3107 only set selection for temporarily active regions.
3108
3109 * cus-start.el: Change defcustom for select-active-regions.
3110
6d3e82d2
CY
31112010-08-15 Chong Yidong <cyd@stupidchicken.com>
3112
3113 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
3114 (mouse-drag-track): Use LOCATION arg to push-mark.
3115 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
3116 consideration when updating point and mark (Bug#6840).
3117
c68263b1
CY
31182010-08-15 Chong Yidong <cyd@stupidchicken.com>
3119
3120 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3121 Give the Ruby rule a lower priority than Gnu (Bug#6778).
3122
456f369a
ŠN
31232010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
3124
ff80a446
SM
3125 * font-lock.el (lisp-font-lock-keywords-2):
3126 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
3127 with-demoted-errors, and with-silent-modifications (Bug#6025).
3128
c22e18f5
KR
31292010-08-14 Kevin Ryde <user42@zip.com.au>
3130
3131 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
3132 (copyright-update): Temporary switch-to-buffer to ensure the
3133 buffer change being queried is visible (Bug#5394).
c22e18f5 3134
6f1a6faf
TT
31352010-08-14 Tom Tromey <tromey@redhat.com>
3136
3137 * progmodes/etags.el (tags-file-name): Mark safe if stringp
3138 (Bug#6733).
3139
e7afcf30
EZ
31402010-08-14 Eli Zaretskii <eliz@gnu.org>
3141
3142 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
3143 MS-DOS. (Bug#6689)
3144
2b4e6277
J
31452010-08-13 Jan Djärv <jan.h.d@swipnet.se>
3146
3147 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
3148 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
3149 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
3150 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
3151 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
3152 Call menu-bar-set-tool-bar-position.
2b4e6277 3153
dc94fc85
SM
31542010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3155
c5683ceb
SM
3156 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
3157 comment style (bug#6834).
3158 * progmodes/scheme.el (scheme-mode-syntax-table):
3159 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
3160 "b" flag in "' 14b" syntax.
3161
c82d5b11
SM
3162 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
3163 for (un)commenting the region and performing completion.
3164 (octave-mode-menu): Use standard commands for help and completion.
3165 (octave-mode-syntax-table): Support %{..%} comments (sort of).
3166 (octave-mode): Use define-derived-mode.
3167 Set completion-at-point-functions and don't set columns.
3168 Don't disable adaptive-fill-regexp.
3169 (octave-describe-major-mode, octave-comment-region)
3170 (octave-uncomment-region, octave-comment-indent)
3171 (octave-indent-for-comment): Remove.
3172 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 3173 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
3174 (octave-initialize-completions): No need to make an alist.
3175 (octave-completion-at-point-function): New function.
3176 (octave-complete-symbol): Use it.
3177 (octave-insert-defun): Use define-skeleton.
3178
3179 * progmodes/octave-mod.el (octave-mode): Set comment-add.
3180 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 3181
61b6abbd
AL
31822010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
3183
3184 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
3185 indentation of inserted comment.
3186
3a46642b
J
31872010-08-11 Jan Djärv <jan.h.d@swipnet.se>
3188
3189 * faces.el (region): Add type gtk that uses gtk colors.
3190
3191 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
3192 Handle theme-name change.
3193
3bd2cfef
MM
31942010-08-10 Michael R. Mauger <mmaug@yahoo.com>
3195
3196 * progmodes/sql.el: Version 2.5
3197 (sql-product-alist): Add :prompt-cont-regexp property for several
3198 database products.
3199 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
3200 (sql-output-newline-count, sql-output-by-send):
3201 New variables. Record number of newlines in input text.
3bd2cfef
MM
3202 (sql-send-string): Handle multiple filters and count newlines.
3203 (sql-send-magic-terminator): Count terminator newline.
3204 (sql-interactive-remove-continuation-prompt): Filters output to
3205 remove continuation prompts; one for each newline.
3206 (sql-interactive-mode): Set up new variables, prompt regexp and
3207 output filter.
3208 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 3209 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 3210
d02c9bcd
SM
32112010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3212
3213 * emacs-lisp/pcase.el: New file.
3214
80ca4f1e
MA
32152010-08-10 Michael Albinus <michael.albinus@gmx.de>
3216
3217 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
3218 as here-document, otherwise the command could exceed maximum
3219 length of command line.
d02c9bcd
SM
3220 (tramp-handle-vc-registered): Call script accordingly.
3221 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 3222
2948599b
KH
32232010-08-10 Kenichi Handa <handa@m17n.org>
3224
3225 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
3226 composable pattern.
3227
148cef8e
CY
32282010-08-09 Chong Yidong <cyd@stupidchicken.com>
3229
3230 * emacs-lisp/package.el (package-version-split)
3231 (package--version-first-nonzero, package-version-compare):
3232 Functions removed.
3233 (package-directory-list, package-load-all-descriptors)
3234 (package--built-in, package-activate, define-package)
3235 (package-installed-p, package-compute-transaction)
3236 (package-read-all-archive-contents)
3237 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
3238 (package-tar-file-info, package-list-packages-internal):
3239 Use version-to-list and version-list-*.
148cef8e 3240
d02c9bcd
SM
3241 * emacs-lisp/package-x.el (package-upload-buffer-internal):
3242 Use version-to-list.
148cef8e
CY
3243 (package-upload-buffer-internal): Use version-list-<=.
3244
82a9ce0f
KH
32452010-08-09 Kenichi Handa <handa@m17n.org>
3246
231e5e5f 3247 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
3248 composable pattern.
3249
7adf5fdc
CY
32502010-08-08 Chong Yidong <cyd@stupidchicken.com>
3251
fc560445
CY
3252 * tutorial.el (tutorial--default-keys): C-d is now bound to
3253 delete-forward-char (Bug#6826).
3254
7adf5fdc
CY
3255 * mouse.el (mouse-drag-track): Remove accidentally-removed check
3256 for `double' value of mouse-1-click-follows-link (Bug#6807).
3257
e54a1075
JB
32582010-08-08 Johan Bockgård <bojohan@gnu.org>
3259
3260 * replace.el (replace-highlight): Bind isearch-forward and
3261 isearch-error, ensuring that highlighting is updated if the user
3262 switches the search direction (Bug#6808).
3263
3264 * isearch.el (isearch-lazy-highlight-forward): New var.
3265 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
3266 (isearch-lazy-highlight-update): Use it.
3267
7815fe19 32682010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 3269
8d9e03e4
JB
3270 * international/mule.el (define-charset): Store NAME as :base property.
3271 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
3272 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
3273 current priority. Force using the designation of the specific
8d9e03e4 3274 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 3275
7815fe19 32762010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
3277
3278 * emulation/pc-select.el (pc-selection-mode-hook)
3279 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
3280 (pc-selection-mode): Fix typos in docstrings.
3281
7815fe19 32822010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
3283
3284 * language/cyrillic.el: Don't add "microsoft-cp1251" to
3285 ctext-non-standard-encodings-alist here.
3286
8d9e03e4
JB
3287 * international/mule.el (ctext-non-standard-encodings-alist):
3288 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
3289 (ctext-standard-encodings): New variable.
3290 (ctext-non-standard-encodings-table): List only elements for
3291 non-standard encodings.
186e86db 3292 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
3293 Check ctext-standard-encodings.
3294
3295 * international/mule-conf.el (compound-text): Doc fix.
3296 (ctext-no-compositions): Doc fix.
3297 (compound-text-with-extensions): Doc fix.
3298
7815fe19 32992010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
3300
3301 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
3302
8d9e03e4 33032010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 3304
9ebc731b
JB
3305 * progmodes/which-func.el (which-func-format): Split help-echo text
3306 into lines, like other mode-line tooltips.
3307
d5b8058f
JB
3308 * server.el (server-start): When using TCP sockets, force IPv4
3309 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
3310
8d9e03e4 33112010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
3312
3313 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
3314
8d9e03e4 33152010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
3316
3317 * term.el (term-delimiter-argument-list): Reflow docstring.
3318 (term-read-input-ring, term-write-input-ring, term-send-input)
3319 (term-bol, term-erase-in-display, serial-supported-or-barf):
3320 Fix typos in docstrings.
3321
8d9e03e4 33222010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
3323
3324 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
3325
8d9e03e4 33262010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
3327
3328 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
3329
8d9e03e4 33302010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
3331
3332 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
3333 Fix typo in docstring (bug#6747).
3334
7815fe19 33352010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
3336
3337 * eshell/esh-io.el (eshell-get-target): Better detection of
3338 read-only file (Bug#6762).
3339
7815fe19 33402010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
3341
3342 * align.el (align-default-spacing): Doc fix.
3343 (align-region-heuristic, align-regexp): Fix typos in docstrings.
3344
733946e7 33452010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 3346
490b89ac 3347 * calendar/icalendar.el
93acd23d
JB
3348 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
3349 (icalendar--get-weekday-numbers): New.
81ee9410 3350 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 3351 values in weekly rules. (Bug#6766)
81ee9410 3352
490b89ac
UJ
33532010-08-08 Ulf Jasper <ulf.jasper@web.de>
3354
3355 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
3356 (icalendar--create-uid, icalendar-export-region)
3357 (icalendar--parse-summary-and-rest): Code formatting.
3358
2c695727
JB
33592010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
3360
3361 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
3362 to italicize headers.
3363 (calc-highlight-selections-with-faces): New variable.
3364 (calc-selected-face, calc-nonselected-face): New faces.
3365
3366 * calc/calccomp.el (math-comp-highlight-string): Use
3367 `calc-highlight-selections-with-faces' to determine how to highlight
3368 sub-formulas.
3369
3370 * calc/calc-sel.el (calc-show-selections): Change message to when
3371 using faces to highlight selections.
3372
b93d4f22
MM
33732010-08-07 Michael R. Mauger <mmaug@yahoo.com>
3374
8d9e03e4
JB
3375 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
3376 Add SQLite 3 keywords, functions and datatypes.
3377 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
3378 (Bug#6686).
3379
9852377f
CY
33802010-08-07 Chong Yidong <cyd@stupidchicken.com>
3381
3382 * simple.el (select-active-regions): Move to keyboard.c.
3383 (deactivate-mark): Used saved-region-selection.
3384 (select-active-region): Function removed.
3385 (activate-mark, set-mark, push-mark-command)
3386 (handle-shift-selection): Don't call it.
3387 (keyboard-quit): Avoid adding the region to the window selection.
3388
3389 * mouse.el (mouse-drag-track): Remove hacks to deal with old
3390 select-active-regions implementation.
3391 (mouse-yank-at-click): Doc fix.
3392
3393 * cus-start.el: Add custom declaration for select-active-regions.
3394
822775bf
EZ
33952010-08-07 Eli Zaretskii <eliz@gnu.org>
3396
4c5130d6
EZ
3397 * simple.el (delete-forward-char): Doc fix.
3398
822775bf
EZ
3399 * tutorial.el (help-with-tutorial): Hack safe file-local variables
3400 after reading the tutorial.
3401
bd4c5e3e
AM
34022010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
3403
3404 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
3405 for the case that a C style comment has its delimiters alone on
3406 their respective lines.
3407
d00fa9b6
MA
34082010-08-06 Michael Albinus <michael.albinus@gmx.de>
3409
8d9e03e4 3410 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6
MA
3411 property "vec".
3412 (tramp-process-sentinel): Use it for flushing the cache. We
3413 cannot do it via the process buffer, the buffer could be deleted
3414 already when running the sentinel.
3415
34162010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
3417
3418 * comint.el (comint-mode): Make directory tracking functions
3419 functional on remote files. (Bug#6764)
3420
b3d42406
DN
34212010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3422
3423 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
3424
29cf3e20
EZ
34252010-08-05 Eli Zaretskii <eliz@gnu.org>
3426
3427 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
3428 unexec.c => unexcoff.c.
3429
3430 * emacs-lisp/authors.el (authors-fixed-entries): Rename
3431 unexec.c => unexcoff.c.
3432
39e1bf0b
MA
34332010-08-05 Michael Albinus <michael.albinus@gmx.de>
3434
3435 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
3436 cache, not only file cache.
3437 (tramp-process-sentinel): New defun.
3438 (tramp-handle-start-file-process): Use it, in order to invalidate
3439 file caches.
3440
9f982e22
LL
34412010-08-03 Leo <sdl.web@gmail.com>
3442
3443 * server.el (server-start): Simplify loop.
3444
0798a8d8
SM
34452010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3446
548c5c47
SM
3447 * frame.el (screen-height, screen-width, set-screen-width)
3448 (set-screen-height): Remove ancient compatibility aliases.
3449
3311d1c2
SM
3450 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
3451 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
3452
0798a8d8
SM
3453 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
3454 that change current buffer.
3455
26ee77a6
YM
34562010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3457
3458 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
3459 beginning of the string. Use `string-match-p'. (Bug#6765)
3460
aa1859f5
J
34612010-08-01 Jan Djärv <jan.h.d@swipnet.se>
3462
3463 * cus-start.el (x-gtk-use-system-tooltips): New variable.
3464
376c2b6b
CY
34652010-08-01 Chong Yidong <cyd@stupidchicken.com>
3466
0798a8d8 3467 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 3468 (package--builtins): Tweak descriptions.
0798a8d8
SM
3469 (package-print-package): Upcase descriptions if necessary.
3470 Show all built-in packages in font-lock-builtin-face.
3471 (package-list-packages-internal): Omit "emacs" package.
3472 Show status of built-in packages as "built-in".
376c2b6b 3473
16041401
CY
34742010-07-31 Chong Yidong <cyd@stupidchicken.com>
3475
3476 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
3477 before killing to preserve the primary selection (Bug#6701).
3478
3479 * term/x-win.el (x-select-text): Doc fix.
3480
0798a8d8
SM
34812010-07-31 Nathaniel Flath <flat0103@gmail.com>
3482
3483 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
3484 The following functions were modified or created:
452ea855
AM
3485
3486 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
3487 (objc-font-lock-extra-types):
452ea855 3488 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
3489 * progmodes/cc-langs.el (c-make-mode-syntax-table)
3490 (c++-make-template-syntax-table)
3491 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
3492 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
3493 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
3494 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
3495 * progmodes/cc-fonts.el (c-make-inverse-face)
3496 (c-basic-matchers-after):
452ea855
AM
3497 * progmodes/cc-engine.el (c-forward-keyword-clause)
3498 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
3499 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
3500 (c-guess-continued-construct, c-guess-basic-syntax):
3501
37766706
J
35022010-07-31 Jan Djärv <jan.h.d@swipnet.se>
3503
0798a8d8 3504 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 3505
cd83d522
EZ
35062010-07-31 Eli Zaretskii <eliz@gnu.org>
3507
3508 * files.el (bidi-paragraph-direction): Define safe local values.
3509
3510 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
3511 language-info-alist. Remove outdated FIXME in a comment.
3512
28e5cf7c
AM
35132010-07-31 Alan Mackenzie <acm@muc.de>
3514
3515 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
3516 Auto-fill broken in C/C++ modes.
3517
bfeabdc3
JD
35182010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3519
3520 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
3521 (menu-bar-showhide-tool-bar-menu-customize-disable)
3522 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
3523 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
3524 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
3525 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
3526 make a menu for Options => toolbar that can move it.
3527
063e5294
CY
35282010-07-29 Chong Yidong <cyd@stupidchicken.com>
3529
3530 * emacs-lisp/package-x.el (package--make-rss-entry):
3531 (package-maint-add-news-item, package--update-news)
3532 (package-upload-buffer-internal): New arg ARCHIVE-URL.
3533
3534 * emacs-lisp/package.el (package-archive-url): Rename from
3535 package-archive-id.
3536 (package-install): Doc fix.
3537 (package-download-single, package-download-tar, package-install)
3538 (package-menu-view-commentary): Callers changed.
3539
683cc385
MA
35402010-07-29 Michael Albinus <michael.albinus@gmx.de>
3541
3542 * net/tramp.el (tramp-handle-start-file-process): Check only for
3543 `remote-tty' process property.
3544 (tramp-open-shell): Don't check for tty.
3545 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
3546 process property.
3547
3548 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
3549 host.
3550
bc44bef7
PH
35512010-07-28 Chong Yidong <cyd@stupidchicken.com>
3552
3553 * emacs-lisp/package.el (package-load-list, package-archives)
3554 (package-archive-contents, package-user-dir)
3555 (package-directory-list, package--builtins, package-alist)
3556 (package-activated-list, package-obsolete-alist): Mark as risky.
3557
35582010-07-28 Phil Hagelberg <phil@evri.com>
3559
3560 Add support for non-default package repositories.
3561 * emacs-lisp/package.el (package-archive-base): Var deleted.
3562 (package-archives): New variable.
3563 (package-archive-contents): Doc fix.
0798a8d8 3564 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
3565 (package--write-file-no-coding): New function.
3566 (package-unpack-single): Use it.
3567 (package-archive-id): New function.
3568 (package-download-single, package-download-tar)
3569 (package-menu-view-commentary): Use it.
3570 (package-installed-p): Make second argument optional.
3571 (package-read-all-archive-contents): New function.
3572 (package-initialize): Use it.
3573 (package-read-archive-contents): Add ARCHIVE argument.
3574 (package--add-to-archive-contents): New function.
3575 (package-install): Don't call package-read-archive-contents.
3576 (package--download-one-archive): Store archive file in a
3577 subdirectory of package-user-dir.
3578 (package-menu-execute): Remove spurious line movement.
3579
8a52f00a
JD
35802010-07-28 Jan Djärv <jan.h.d@swipnet.se>
3581
3582 * cus-start.el (tool-bar-style): Add text-image-horiz.
3583
b21d3ceb
MA
35842010-07-28 Michael Albinus <michael.albinus@gmx.de>
3585
3586 * progmodes/gud.el (gud-common-init): Check for remoteness of
3587 `file', and not of `default-directory'.
3588
8fbcce2d
MA
35892010-07-28 Michael Albinus <michael.albinus@gmx.de>
3590
3591 * net/tramp.el (tramp-methods): Move hostname to the end in all
3592 ssh `tramp-login-args'.
3593 (tramp-verbose): Describe verbose level 9.
3594 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
3595 (tramp-open-connection-setup-interactive-shell): Trace stty
3596 settings if `tramp-verbose' >= 9.
3597 (tramp-handle-start-file-process): Implement tty setting.
3598 (Bug#4604, Bug#6360)
3599
3600 * net/tramp-cmds.el (tramp-bug): Recommend setting of
3601 `tramp-verbose' to 9.
3602
128440c9
AH
36032010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
3604
3605 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
3606 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
3607 Remove references to package `lisp-re' (bug#4369).
3608
ae0c2494
TT
36092010-07-27 Tom Tromey <tromey@redhat.com>
3610
3611 * progmodes/js.el (js-mode):
3612 * progmodes/make-mode.el (makefile-mode):
3613 * progmodes/simula.el (simula-mode):
3614 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
3615
0ed082fe 36162010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
3617
3618 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
3619
7c7c04c0
JB
3620 * time.el (display-time-day-and-date): Remove spurious * in docstring.
3621 (display-time-world-buffer-name, display-time-world-mode-map):
3622 Fix typos in docstrings.
3623
0ed082fe 36242010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
3625
3626 * image-mode.el (image-display-size): New function.
3627 (image-forward-hscroll, image-next-line, image-eol, image-eob)
3628 (image-mode-fit-frame): Use it (Bug#6639).
3629
0ed082fe 36302010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
3631
3632 * dired.el (dired-buffers-for-dir): Handle list values of
3633 dired-directory (Bug#6636).
3634
aa2d4bd3
SS
36352010-07-26 Sam Steingold <sds@gnu.org>
3636
3637 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
3638 Do not call `x-get-selection' the second time, reuse the value.
3639
78b84da3
DU
36402010-07-26 Daiki Ueno <ueno@unixuser.org>
3641
3642 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 3643 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 3644
4f195cf7
DU
36452010-07-25 Daiki Ueno <ueno@unixuser.org>
3646
3647 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
3648 exists before passing an error to find-file-not-found-functions
3649 (bug#6723).
3650
195e19e4
LH
36512010-07-23 Lukas Huonker <l.huonker@gmail.com>
3652
3653 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
3654 Remove leading nil element, adjust values.
3655 (tetris-shapes, tetris-shape-scores):
3656 Change representation of shapes and remove some redundancy.
3657 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
3658 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
3659 Adjust for working with new representation of shapes.
3660 (tetris-shape-rotations): New function.
3661 (tetris-move-bottom, tetris-move-left, tetris-move-right)
3662 (tetris-rotate-prev, tetris-rotate-next):
3663 Adjust for working with the new version of tetris-test-shape.
3664
9cf2db99
MT
36652010-07-23 Markus Triska <markus.triska@gmx.at>
3666
3667 * progmodes/ps-mode.el: Use comint (bug#5954).
3668 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
3669 (ps-mode-other-newline): Simplify.
3670 (ps-run-mode): Derive from comint-mode instead of
3671 fundamental-mode, yielding input history etc.
3672 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
3673 (ps-run-send-string): Adapt for comint-mode.
3674 (ps-run-newline): Remove now unneeded function.
3675
225d5e9e
MA
36762010-07-23 Michael Albinus <michael.albinus@gmx.de>
3677
3678 * net/tramp.el (tramp-methods): Move hostname to the end in all
3679 plink `tramp-login-args'.
3680
84bc68f2
MA
36812010-07-23 Michael Albinus <michael.albinus@gmx.de>
3682
3683 * net/tramp.el (tramp-open-shell): New defun.
3684 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3685 Use it.
3686
1eb5ca1c
MA
36872010-07-23 Michael Albinus <michael.albinus@gmx.de>
3688
3689 * net/tramp.el (tramp-file-name-regexp-unified)
3690 (tramp-completion-file-name-regexp-unified): On W32 systems, do
3691 not regard the volume letter as remote filename. (Bug#5447)
3692
440735a7
JB
36932010-07-23 Juanma Barranquero <lekktu@gmail.com>
3694
3695 * custom.el (custom-declare-variable): Give a clearer error message
3696 when the docstring is missing (bug#6476).
3697
5474c40f
MM
36982010-07-22 Michael R. Mauger <mmaug@yahoo.com>
3699
3700 * progmodes/sql.el: Version 2.4. Improved Login prompting.
3701 (sql-login-params): New widget definition.
3702 (sql-oracle-login-params, sql-mysql-login-params)
3703 (sql-solid-login-params, sql-sybase-login-params)
3704 (sql-informix-login-params, sql-ingres-login-params)
3705 (sql-ms-login-params, sql-postgres-login-params)
3706 (sql-interbase-login-params, sql-db2-login-params)
3707 (sql-linter-login-params): Use it.
3708 (sql-sqlite-login-params): Use it; Define "database" parameter as
3709 a file name.
c4cc8b9a 3710 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
3711 (sql-comint-sqlite): Make sure database name is complete.
3712 (sql-for-each-login): New function.
3713 (sql-connect, sql-save-connection): Use it.
3714 (sql-get-login-ext): New function.
3715 (sql-get-login): Use it.
3716 (sql-make-alternate-buffer-name): Handle :file parameters.
3717
9c0deccb
JB
37182010-07-22 Juanma Barranquero <lekktu@gmail.com>
3719
3720 * dired.el (dired-no-confirm): Document value t and fix defcustom to
3721 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
3722
aac818a8
TL
37232010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
3724
3725 * dired.el (dired-mode-map): Use command remapping (bug#6632).
3726
47d2734f
LM
37272010-07-22 Lawrence Mitchell <wence@gmx.li>
3728
3729 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
3730
10e73994
MA
37312010-07-21 Michael Albinus <michael.albinus@gmx.de>
3732
3733 * net/tramp.el (tramp-get-ls-command)
3734 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
3735 instead of "/".
3736
d26b0ea9
MM
37372010-07-20 Michael R. Mauger <mmaug@yahoo.com>
3738
3739 * progmodes/sql.el: Version 2.3.
3740 (sql-connection-alist): Changed keys from symbols to strings;
3741 enhanced the widget definition.
3742 (sql-mode-menu): Added submenu to select connections.
3743 (sql-interactive-mode-menu): Added "Save Connection" item.
3744 (sql-add-product): Fixed menu item.
3745 (sql-get-product-feature): Improved error handling.
3746 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
3747 (sql-make-alternate-buffer-name): Simplified.
3748 (sql-product-interactive): Handle missing product.
3749 (sql-connect): Support string keys, minor improvements.
3750 (sql-save-connection): New function.
3751 (sql-connection-menu-filter): New function.
3752
af4b9ae5
MA
37532010-07-20 Michael Albinus <michael.albinus@gmx.de>
3754
3755 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
3756 (tramp-open-connection-setup-interactive-shell): Apply
3757 workaround for IRIX64 bug. Move argument of last
3758 `tramp-send-command' where it belongs to.
3759
da040a16
MA
37602010-07-20 Michael Albinus <michael.albinus@gmx.de>
3761
3762 * net/tramp.el (tramp-perl-file-attributes)
3763 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
3764 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
3765 front of `login-args'.
3766
16f3ade5
JB
37672010-07-19 Juanma Barranquero <lekktu@gmail.com>
3768
3769 * time.el (display-time-world-mode): Define with `define-derived-mode'.
3770 Set `show-trailing-whitespace' to nil.
3771 (display-time-world-display): Simplify.
3772
00af0b67
AM
37732010-07-18 Alan Mackenzie <acm@muc.de>
3774
3775 Enhance `c-file-style' in file/directory local variables.
a628ad9d 3776 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
3777 (c-before-hack-hook): Call `c-set-style' differently according to
3778 whether c-file-style was set in file or directory local
3779 variables.
3780
30c4d8dc
MM
37812010-07-18 Michael R. Mauger <mmaug@yahoo.com>
3782
3783 * progmodes/sql.el: Version 2.2.
3784 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
3785 defcustom :safe keyword rather than putting safe-local-variable
3786 property.
3787 (sql-password): Use defcustom :risky keyword rather than putting
3788 risky-local-variable property.
3789 (sql-oracle-login-params, sql-sqlite-login-params)
3790 (sql-solid-login-params, sql-sybase-login-params)
3791 (sql-informix-login-params, sql-ingres-login-params)
3792 (sql-ms-login-params, sql-postgres-login-params)
3793 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 3794 (sql-linter-login-params): Add `port' option.
30c4d8dc
MM
3795 (sql-get-product-feature): Added NO-INDIRECT parameter.
3796 (sql-comint-oracle, sql-comint-sybase)
3797 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
3798 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
3799 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
3800 (sql-comint-linter): Renamed sql-connect-* functions to
3801 sql-comint-*.
3802 (sql-product-alist, sql-mode-menu): Renamed as above and
3803 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 3804 (sql-connection): New variable.
30c4d8dc
MM
3805 (sql-interactive-mode): Set it.
3806 (sql-connection-alist): New variable.
3807 (sql-connect): New function.
3808 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 3809 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 3810
f12492c8
TV
38112010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3812
3813 * image-mode.el (image-bookmark-make-record): Do not set context
3814 in an image (Bug#6650).
3815
91023c68
CY
38162010-07-17 Chong Yidong <cyd@stupidchicken.com>
3817
3818 * simple.el (select-active-region): New function.
3819 (push-mark-command, set-mark, activate-mark)
3820 (handle-shift-selection): Use it.
3821 (deactivate-mark): Don't check for size of region.
3822
3823 * mouse.el (mouse-drag-track): Use select-active-region.
3824
1c0e8f0e
MA
38252010-07-17 Michael Albinus <michael.albinus@gmx.de>
3826
3827 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
3828 "--dired" stronger.
3829
2490cbbc
CY
38302010-07-17 Chong Yidong <cyd@stupidchicken.com>
3831
3832 * term/x-win.el (x-select-enable-primary): Change default to nil.
3833 (x-select-enable-clipboard): Add :version keyword.
3834
3835 * mouse.el (mouse-drag-copy-region):
3836 * simple.el (select-active-regions): Likewise.
3837
f253ef6a
RS
38382010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
3839
a628ad9d 3840 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
3841 (vc-coding-system-for-diff): Use it to decide whether to inherit
3842 from the file the EOL format for reading the diffs of that file.
3843 (Bug#4451)
3844
134a027f
EZ
38452010-07-16 Eli Zaretskii <eliz@gnu.org>
3846
3847 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
3848 unibyte, so compressed attachments are not compressed again.
3849
7e4289ad
MA
38502010-07-16 Michael Albinus <michael.albinus@gmx.de>
3851
3852 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
3853 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
3854 (tramp-find-shell): Simplify setting connection property.
3855 (tramp-get-ls-command): Make test for "--color=never" stronger.
3856
7473fff9 38572010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
3858
3859 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
3860 blocks within record declarations (i.e. variant parts) correctly.
3861
a11b38ee
SS
38622010-07-15 Simon South <ssouth@member.fsf.org>
3863
3864 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
3865 over literal tokens when parsing so newlines aren't "absorbed" by
3866 single-line comments. Corrects the indentation of case blocks
3867 that have a comment on the first line.
3868
077e0753
KF
38692010-07-14 Karl Fogel <kfogel@red-bean.com>
3870
3871 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
3872 by Drew Adams (Bug#5504).
3873
243881ed
J
38742010-07-14 Jan Djärv <jan.h.d@swipnet.se>
3875
3876 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 3877 now that Unicode is used (Bug#6594).
243881ed 3878
f9d71b42
CY
38792010-07-14 Chong Yidong <cyd@stupidchicken.com>
3880
3881 * term/x-win.el (x-select-enable-clipboard): Default to t.
3882 (x-initialize-window-system): Don't overwrite Paste menu item.
3883
3884 * simple.el (select-active-regions): Default to t.
3885 (push-mark-command): Don't overwrite primary with empty string.
3886
3887 * mouse.el: Bind mouse-2 to mouse-yank-primary.
3888 (mouse-drag-copy-region): Default to nil.
3889
3890 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
3891 Cut/Copy/Paste menu bar items.
3892
a628ad9d 38932010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
3894
3895 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3896 Patch applied by Karl Fogel.
3897
3898 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
3899 and `bookmark-current-buffer' if they have been already set in
3900 another buffer (e.g gnus-art).
3901
e44fa724 39022010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 3903 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
3904
3905 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
3906
3907 * bookmark.el (bookmark-make-record-default): Allow unneeded
3908 information to be omitted from the record.
3909
3910 Adjust declarations and calls:
3911
3912 * info.el (bookmark-make-record-default): Adjust declaration.
3913 (Info-bookmark-make-record): Adjust call.
3914
3915 * woman.el (bookmark-make-record-default): Adjust declaration.
3916 (woman-bookmark-make-record): Adjust call.
3917
3918 * man.el (bookmark-make-record-default): Adjust declaration.
3919 (Man-bookmark-make-record): Adjust call.
3920
3921 * image-mode.el (bookmark-make-record-default): Adjust declaration.
3922
3923 * doc-view.el (bookmark-make-record-default): Adjust declaration.
3924
0c4371fe
KF
39252010-07-13 Karl Fogel <kfogel@red-bean.com>
3926
3927 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
3928 This is also from Thierry Volpiatto's patch in bug #6444. However,
3929 because it was extraneous to the functional change in that patch,
3930 and causes a re-indendation, I am committing it separately.
3931
2bb8db3e 39322010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
3933
3934 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
3935 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 3936 Patch applied by Karl Fogel (Bug#6444).
068a0233 3937
21bd02a6
CY
39382010-07-13 Chong Yidong <cyd@stupidchicken.com>
3939
3940 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
3941
79cb9c05
AR
39422010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
3943
3944 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
3945 Dempsky; bug#5084). Remove incorrect binding for S-tab.
3946 (ns-alternatives-map): Change S-tab binding to backtab
3947 (bug#6616).
3948
3949 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
3950 under ns.
3951
beb000f9
AS
39522010-07-12 Andreas Schwab <schwab@linux-m68k.org>
3953
dd86ea11
JB
3954 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
3955 (Bug#5806)
e9952282 3956
beb000f9
AS
3957 * language/tv-util.el (tai-viet-re): Remove format.
3958
6f2cdcd1
KH
39592010-07-12 Kenichi Handa <handa@m17n.org>
3960
dd86ea11
JB
3961 * language/hebrew.el: Remove no-byte-compile declaration.
3962 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
3963 composition-function-table for 3-character looking back.
3964 (hebrew-font-get-precomposed): New function.
3965 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
3966
f479ef6e
CY
39672010-07-11 Chong Yidong <cyd@stupidchicken.com>
3968
3969 * mouse.el (mouse-drag-track): Handle select-active-regions
3970 (Bug#6612).
3971
3277c1ee
MA
39722010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
3973
3974 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
3975 empty argument to gvfs-copy.
3976
3260caf8
GM
39772010-07-10 Glenn Morris <rgm@gnu.org>
3978
3979 * calendar/calendar.el (calendar-week-end-day): New function.
3980 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
3981 Respect calendar-week-start-day. (Bug#6606)
3982 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
3983 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
3984 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
3985 respect calendar-week-start-day.
3986
c876b263
CY
39872010-07-10 Chong Yidong <cyd@stupidchicken.com>
3988
3989 * simple.el (use-region-p): Doc fix (Bug#6607).
3990
dce34635
AG
39912010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
3992
3993 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
3994 regexps for cucumber and ruby.
3995
c0397930
DU
39962010-07-08 Daiki Ueno <ueno@unixuser.org>
3997
3998 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
3999 (epa-file-insert-file-contents): Hack to prevent
192cfe77 4000 find-file from opening empty buffer when decryption failed
c0397930
DU
4001 (bug#6568).
4002
fd5539c6
AM
40032010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
4004
a628ad9d
JB
4005 * textmodes/ispell.el (ispell-alternate-dictionary):
4006 Use file-readable-p.
fd5539c6
AM
4007 Return nil if no word-list is found at default locations.
4008 (ispell-complete-word-dict): Default to nil.
4009 (ispell-command-loop): Use 'word-list' when using lookup-words.
4010 (lookup-words): Use ispell-complete-word-dict or
4011 ispell-alternate-dictionary. Check for word-list availability
4012 and handle errors if needed with better messages (Bug#6539).
4013 (ispell-complete-word): Use ispell-complete-word-dict or
4014 ispell-alternate-dictionary.
4015
4565b08e
CS
40162010-07-07 Christoph Scholtes <cschol2112@gmail.com>
4017
4018 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
4019 builtins (BufferError, BytesWarning, WindowsError; callables
4020 bin, bytearray, bytes, format, memoryview, next, print; __package__).
4021
a2c270e7
GM
40222010-07-07 Glenn Morris <rgm@gnu.org>
4023
4024 * play/zone.el (top-level): Do not require timer, tabify, or cl.
4025 (zone-shift-left): Ignore intangibility, and any errors from
4026 forward-char.
4027 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
4028 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
4029 deleting, and copying text properties.
4030 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
4031 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
4032 to point-max is hard.
4033 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
4034 (zone-fill-out-screen): Ignore intangibility.
4035
81133808
CY
40362010-07-05 Chong Yidong <cyd@stupidchicken.com>
4037
4ad11f8c
CY
4038 * menu-bar.el (menu-bar-mode):
4039 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
4040 if it has been set.
4041
81133808
CY
4042 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
4043 word/line selection (Bug#6565).
4044
b24344ca
JB
40452010-07-04 Juanma Barranquero <lekktu@gmail.com>
4046
4047 * net/dbus.el (dbus-send-signal): Declare function.
4048
b1ce08da
MA
40492010-07-04 Michael Albinus <michael.albinus@gmx.de>
4050
4051 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
4052 (dbus-register-property): New optional argument EMITS-SIGNAL.
4053 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
4054
5592c08f
CY
40552010-07-03 Chong Yidong <cyd@stupidchicken.com>
4056
4057 * mouse.el (mouse-drag-overlay): Variable deleted.
4058 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
4059 (mouse--remap-link-click-p): New function.
4060 (mouse-drag-track): Handle dragging by using temporary Transient
4061 Mark mode, instead of a special overlay.
4062 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
4063 mouse-show-mark.
4064
4065 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
4066 deleted.
4067
a6ed0e28
JL
40682010-07-02 Juri Linkov <juri@jurta.org>
4069
4070 * autoinsert.el (auto-insert-alist): Fix readability
4071 by using dotted pair notation for lambda.
4072
c91e692b
JL
40732010-07-02 Juri Linkov <juri@jurta.org>
4074
4075 * faces.el (read-face-name): Rename arg `string-describing-default'
4076 to `default'. Doc fix. Display the default value in quotes
4077 in the prompt. With empty input, return the `default' arg,
4078 unless the default value is a string (in which case return nil).
4079 (describe-face): Replace the string `default' arg of `read-face-name'
4080 with the symbol `default'.
4081
23640f8f
CY
40822010-07-02 Chong Yidong <cyd@stupidchicken.com>
4083
4084 * emulation/viper-cmd.el (viper-delete-backward-char)
4085 (viper-del-backward-char-in-insert)
4086 (viper-del-backward-char-in-replace, viper-change)
4087 (viper-backward-indent): Replace delete-backward-char with
4088 delete-char (Bug#6552).
4089
b32d1614
CY
40902010-07-01 Chong Yidong <cyd@stupidchicken.com>
4091
4092 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
4093
c1ef4455
CY
40942010-06-30 Chong Yidong <cyd@stupidchicken.com>
4095
4096 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
4097 argument passed to frame-creation-function (Bug#5378).
4098
4099 * faces.el (x-handle-named-frame-geometry)
4100 (x-handle-reverse-video, x-create-frame-with-faces)
4101 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
4102 separately consult default-frame-alist. It is now passed as the
4103 PARAMETER argument.
4104
55702e89
AS
41052010-06-30 Andreas Schwab <schwab@linux-m68k.org>
4106
4107 * startup.el (command-line): Don't call tool-bar-setup in a
4108 tty-only build.
4109
dc9a226c
CY
41102010-06-30 Chong Yidong <cyd@stupidchicken.com>
4111
4112 * ruler-mode.el (ruler--save-header-line-format): New fun.
4113 (ruler-mode): Use it as a setter function, so as not to overwrite
4114 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
4115
a2f043d3
CY
41162010-06-29 Chong Yidong <cyd@stupidchicken.com>
4117
4118 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
4119 (vc-root-diff, vc-print-root-log, vc-log-incoming)
4120 (vc-log-outgoing): Use it.
4121 (vc-diff-internal): Set diff-vc-backend.
4122
4123 * vc/diff-mode.el (diff-vc-backend): New var.
4124
62d115ef
J
41252010-06-28 Jan Djärv <jan.h.d@swipnet.se>
4126
4127 * dynamic-setting.el (font-setting-change-default-font): Remove
4128 call to message.
4129
1180f752
KH
41302010-06-28 Kenichi Handa <handa@m17n.org>
4131
4132 * international/quail.el (quail-insert-kbd-layout): Fix the
4133 showing of untranslated characters.
4134
b9229673
CY
41352010-06-28 Chong Yidong <cyd@stupidchicken.com>
4136
4137 * simple.el (delete-active-region): New option.
4138 (delete-backward-char): Implement in Lisp.
4139 (delete-forward-char): New command.
4140
4141 * mouse.el (mouse-region-delete-keys): Deleted.
4142 (mouse-show-mark): Simplify.
4143
4144 * bindings.el (global-map): Bind delete and DEL, the former to
4145 delete-forward-char.
4146
a628ad9d 41472010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
4148
4149 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
4150 (ruby-mode): Bind indent-line-function (Bug#5119).
4151
3468f435
CY
41522010-06-27 Chong Yidong <cyd@stupidchicken.com>
4153
4154 * startup.el (command-line): Recognize "0" X resource value.
4155
6431f2e6
CY
41562010-06-27 Chong Yidong <cyd@stupidchicken.com>
4157
4158 * startup.el (command-line): Use X resources to set the value of
4159 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
4160
4161 * menu-bar.el (menu-bar-mode):
4162 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
4163 Set init-value to t.
4164
4165 * frame.el (frame-notice-user-settings): Don't change
4166 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
4167 vice versa (Bug#2249).
4168
b61dfbe2
EZ
41692010-06-26 Eli Zaretskii <eliz@gnu.org>
4170
4171 * w32-fns.el (w32-convert-standard-filename): Doc fix.
4172
f5cbf40e
AM
41732010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
4174
a628ad9d
JB
4175 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
4176 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 4177
a628ad9d 4178 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 4179 default directories are expanded (Bug#6143).
f5cbf40e 4180
8f3b8a5f
JL
41812010-06-24 Juri Linkov <juri@jurta.org>
4182
4183 * minibuffer.el (completions-format): Change default from nil to
4184 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
4185
5af72a47
JL
41862010-06-24 Juri Linkov <juri@jurta.org>
4187
4188 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
4189 buffer-locally to lambda that re-runs the vc diff command.
4190 (Bug#6447)
4191
8f804316
CY
41922010-06-24 Chong Yidong <cyd@stupidchicken.com>
4193
4194 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
4195 echo area is in use (Bug#3412).
4196
be19ef0b
GM
41972010-06-22 Glenn Morris <rgm@gnu.org>
4198
6555773f
GM
4199 * textmodes/texinfmt.el (texinfo-format-region)
4200 (texinfo-raise-lower-sections, texinfo-format-separate-node)
4201 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
4202 (texinfo-format-option, texinfo-noindent):
4203 Use line-beginning-position and line-end-position.
4204
be19ef0b
GM
4205 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
4206 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
4207 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
4208 utf-8 characters.
4209
7f0b7b3e
KF
42102010-06-21 Karl Fogel <kfogel@red-bean.com>
4211
49554388
GM
4212 * play/zone.el (zone-fall-through-ws): Fix next-line ->
4213 forward-line fallout.
4214
e8579ebc
CY
42152010-07-06 Chong Yidong <cyd@stupidchicken.com>
4216
4217 * mouse.el (mouse-appearance-menu): Add docstring.
4218
4219 * help.el (describe-key): Print up-event using key-description.
4220
5d1cd8bd
MA
42212010-07-03 Michael Albinus <michael.albinus@gmx.de>
4222
4223 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 4224 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
4225 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
4226
112dbc0e
MA
42272010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
4228
4229 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
4230
d0cb23ca
DN
42312010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
4232
4233 Avoid displaying files with a nil state in vc-dir.
a628ad9d 4234 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
4235 cases that cause insertion.
4236 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
4237 with a nil state.
4238
01b229d1
CY
42392010-06-30 Chong Yidong <cyd@stupidchicken.com>
4240
4241 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
4242
8bf1c786 42432010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
4244
4245 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
4246
dfc6544c
CY
42472010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
4248
4249 * generic-x.el (bat-generic-mode): Fix regexp for command line
4250 switches (Bug#5719).
4251
b7d4de51
CY
42522010-06-27 Masatake YAMATO <yamato@redhat.com>
4253
dfc6544c
CY
4254 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
4255 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 4256
3726248f
CY
42572010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
4258
8bf1c786 4259 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
4260 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
4261 bindings of bookmark-automatically-show-annotations (Bug#6515).
4262
aca54191
EZ
42632010-06-25 Eli Zaretskii <eliz@gnu.org>
4264
4265 * arc-mode.el (archive-zip-extract): Don't quote the file name on
4266 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
4267
2330fa87
ŠN
42682010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
4269
4270 * comint.el (make-comint, make-comint-in-buffer): Mention return
4271 value in the docstrings. (Bug#6498)
4272
29115ca9
YR
42732010-06-24 Yoni Rabkin <yoni@rabkins.net>
4274
4275 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
4276 since it is not present when using some non-default switches.
4277
2c79f053
KF
42782010-06-23 Karl Fogel <kfogel@red-bean.com>
4279
7f0b7b3e
KF
4280 * simple.el (compose-mail): Fix doc string to refer to
4281 `compose-mail-user-agent-warnings', instead of to the
4282 nonexistent `compose-mail-check-user-agent'.
4283
43a91810
AM
42842010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
4285
4286 Fix an indentation bug:
4287
4288 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
4289 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
4290 of existing values.
4291
4292 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
4293 (c-clear->-pair-props-if-match-before): now return t when they've
4294 cleared properties, nil otherwise.
4295 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
4296 by taking account of the existing value.
4297
4298 * progmodes/cc-defs.el
4299 (c-clear-char-property-with-value-function): Fix this to clear the
4300 property rather than overwriting it with nil.
4301
8adb4c33
CY
43022010-06-20 Chong Yidong <cyd@stupidchicken.com>
4303
4304 * emacs-lisp/package.el (package-print-package): Add link to
4305 package description via describe-package.
4306 (describe-package-1): List package requirements. Add button to
4307 perform installation.
4308 (package-menu-describe-package): New command.
4309
4310 * help-mode.el (help-package): New button type.
4311
cced7584
CY
43122010-06-19 Chong Yidong <cyd@stupidchicken.com>
4313
4314 * emacs-lisp/package.el: Move package-list-packages binding to
4315 menu-bar.el.
4316 (describe-package, describe-package-1, package--dir): New funs.
4317 (package-activate-1): Use package--dir.
4318
4319 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
4320
4321 * help-mode.el (help-package-def): New button type.
4322
4323 * menu-bar.el: Move package-list-packages binding here from
4324 package.el.
4325
d148e8f9
GH
43262010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
4327
4328 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
4329
b1a03ef6
SM
43302010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4331
4332 * emacs-lisp/edebug.el (edebug-read-list):
4333 Phase out old-style backquotes.
4334
dbd6da78
JL
43352010-06-17 Juri Linkov <juri@jurta.org>
4336
4337 * help-mode.el (help-mode): Set buffer-local variable
4338 revert-buffer-function to help-mode-revert-buffer.
4339 (help-mode-revert-buffer): New function.
4340
4341 * info.el (Info-revert-find-node): Check for major-mode Info-mode
4342 before popping to "*info*" (like in other Info functions).
4343 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
4344 old-history-forward. Pop to old-buffer-name or "*info*" to
4345 recreate the killed buffer. Set Info-history-forward from
4346 old-history-forward.
4347 (Info-breadcrumbs-depth): Add :group and :version.
4348
64eba874
DN
43492010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
4350
4351 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
4352
26508c03
AM
43532010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
4354
a628ad9d
JB
4355 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
4356 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 4357
69582fcd
JB
43582010-06-17 Juanma Barranquero <lekktu@gmail.com>
4359
54ea2a0d
JB
4360 * emacs-lisp/package.el (package-menu-mode-map):
4361 Move initialization into declaration.
4362
69582fcd
JB
4363 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
4364
44198b6e
CY
43652010-06-17 Chong Yidong <cyd@stupidchicken.com>
4366
4367 * emacs-lisp/package.el (package-archive-base): Point to
4368 elpa.gnu.org.
4369 (package-enable, package-load-list): New defcustoms.
4370 (package-user-dir, package-directory-list): Turn into defcustoms.
4371 Don't include package-user-dir in package-directory-list.
4372 (package--builtins-base): Don't include Emacs as a "package".
4373 (package-subdirectory-regexp): New var.
4374 (package-load-all-descriptors, package-compute-transaction)
4375 (package-download-transaction): Obey package-load-list.
4376 (package-activate-1): Rename from package-do-activate.
4377 (package-list-packages-internal): Check package-load-list.
4378 (package-load-descriptor, package-generate-autoloads)
4379 (package-unpack, package-unpack-single)
4380 (package--read-archive-file, package-delete): Use
4381 expand-file-name.
4382
4383 * emacs-lisp/package-x.el: New file. Package uploading
4384 functionality split out from package.el.
4385
95b6d681 4386 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
4387
43882010-06-17 Tom Tromey <tromey@redhat.com>
4389
4390 * emacs-lisp/package.el: New file.
4391
50d76a9f
DN
43922010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
4393
4394 Fix vc-annotate for renamed files when using Git.
76e3243a 4395 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
4396 ls-files. Doe not pass the object as a file name to cat-file, it
4397 is not a file name.
4398 (vc-git-annotate-command): Pass the file name using -- to avoid
4399 ambiguity with the revision.
4400 (vc-git-previous-revision): Pass a relative file name.
4401
6095a05b
GM
44022010-06-22 Glenn Morris <rgm@gnu.org>
4403
943375a6
GM
4404 * progmodes/js.el (js-mode-map): Use standard capitalization and
4405 ellipses for menu entries.
4406
6095a05b
GM
4407 * wid-edit.el (widget-complete): Doc fix.
4408
4514199e
JH
44092010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
4410
4411 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
4412
c4786d60
DN
44132010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
4414
11c46b39 4415 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 4416 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 4417 VC backend. Use it when non-nil.
a628ad9d
JB
4418 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
4419 (Bug#6487)
11c46b39 4420
c4786d60 4421 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 4422 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
4423 Do not pass the file name to the 'previous-revision call when we
4424 don't want a file diff. (Bug#6489)
4425
04ec0963
DN
44262010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
4427
11c46b39 4428 Fix finding revisions for renamed files in vc-annotate.
76e3243a 4429 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 4430 the VC backend. Use it when non-nil.
76e3243a 4431 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
4432 backend to vc-find-revision. (Bug#6487)
4433
c036381c
DN
44342010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
4435
4436 Fix reading file names in Git annotate buffers.
95b6d681
JB
4437 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
4438 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 4439
05c123e6
AM
44402010-06-20 Alan Mackenzie <acm@muc.de>
4441
4442 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
4443 in file local variables, set it first.
4444
4111f0c7
GM
44452010-06-19 Glenn Morris <rgm@gnu.org>
4446
74739ffd
GM
4447 * descr-text.el (describe-char-unicode-data): Insert separating
4448 space when needed. (Bug#6422)
4449
4111f0c7
GM
4450 * progmodes/idlwave.el (idlwave-action-and-binding):
4451 Fix typo in 2009-12-03 change. (Bug#6450)
4452
e20f0421
SM
44532010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
4454
4455 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
4456 handling for `lambda' (misunderstanding).
4457
fb3e306a
JB
44582010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
4459
dd86ea11 4460 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
4461 constants aren't distributed after they are factored out.
4462
e020fb59
JL
44632010-06-16 Juri Linkov <juri@jurta.org>
4464
4465 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
4466 `list-colors-print'. (Bug#6332)
4467
b8add347
SM
4468 * subr.el (read-quoted-char): Fix up last change (bug#6290).
4469
36901266
SM
44702010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
4471
49b2e83d
SM
4472 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
4473 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
4474
36901266
SM
4475 * font-lock.el (font-lock-major-mode): Rename from
4476 font-lock-mode-major-mode to distinguish it from
4477 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
4478 (font-lock-set-defaults):
4479 * font-core.el (font-lock-default-function): Adjust users.
4480 (font-lock-mode): Don't set it at all.
4481
2a64315a 44822010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 4483
76e3243a 4484 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 4485
2a64315a 44862010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
4487
4488 * calendar/appt.el (appt-time-msg-list): Doc fix.
4489 (appt-check): Let-bind appt-warn-time.
4490 (appt-add): Make the 3rd argument optional.
4491 Simplify argument names. Doc fix. Check for integer WARNTIME.
4492 Only add WARNTIME to the output list if non-nil.
4493
2a64315a 44942010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
4495
4496 * calendar/appt.el (appt-check): Let the 3rd element of
4497 appt-time-msg-list specify the warning time.
4498 (appt-add): Add new argument with the warning time. (Bug#5176)
4499
2a64315a 45002010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
a9de35fe 4501
76e3243a 4502 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
4503 older than version 1.6. (Bug#6361)
4504
2a64315a 45052010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
4506
4507 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
4508 used by cl-do-arglist. (Bug#6408)
4509
30d7ac37
AM
45102010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
4511
a628ad9d 4512 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
30d7ac37
AM
4513 portuguese casechars/not-casechars for missing 'çÇ'.
4514 Suggested by Rolando Pereira (bug#6434).
4515
8fd02581
JB
45162010-06-15 Juanma Barranquero <lekktu@gmail.com>
4517
4518 * facemenu.el (list-colors-sort): Doc fix.
4519
b15922cc
BR
45202010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4521
4522 * progmodes/sql.el (sql-connect-mysql): Fix typo.
4523
f0bf7c8e
JL
45242010-06-14 Juri Linkov <juri@jurta.org>
4525
4526 Add sort option `list-colors-sort'. (Bug#6332)
4527 * facemenu.el (color-rgb-to-hsv): New function.
4528 (list-colors-sort): New defcustom.
4529 (list-colors-sort-key): New function.
4530 (list-colors-display): Doc fix. Sort list according to the option
4531 `list-colors-sort'.
4532 (list-colors-print): Add HSV values to `help-echo' property of
4533 RGB strings.
4534
c42fe9a5
JL
45352010-06-14 Juri Linkov <juri@jurta.org>
4536
4537 * compare-w.el: Move to the "vc" subdirectory.
4538
b263a4c4
SM
45392010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4540
d8b0cddd
SM
4541 * image-mode.el (image-mode-map): Remap left-char and right-char.
4542
b263a4c4
SM
4543 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
4544
89877f5f
CY
45452010-06-12 Chong Yidong <cyd@stupidchicken.com>
4546
133a8d82
CY
4547 * term/common-win.el (x-colors): Add all the color names defined
4548 in rgb.txt (Bug#6332).
4549
89877f5f
CY
4550 * facemenu.el (list-colors-print): Don't print extra names if it
4551 will overflow the window width.
4552
4553 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 4554 change (Bug#6343).
89877f5f 4555
9d1f18b5
EZ
45562010-06-12 Eli Zaretskii <eliz@gnu.org>
4557
4558 * files.el (make-directory): Doc fix (bug#6396).
4559
b81a0b56
MA
45602010-06-12 Michael Albinus <michael.albinus@gmx.de>
4561
4562 * net/tramp.el (tramp-remote-process-environment): Protect version
4563 string by apostroph.
4564 (tramp-shell-prompt-pattern): Do not use a shy group in case of
4565 XEmacs.
4566 (tramp-file-name-for-operation): Add `call-process-region'.
4567 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
4568
4569 * net/tramp-compat.el (top): Do not autoload
4570 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
4571 only when `start-file-process' is not bound.
4572 (tramp-advice-file-expand-wildcards): Do not use
4573 `tramp-handle-file-remote-p'.
4574 (tramp-compat-make-temp-file): Handle the case, that
4575 `make-temp-file' has no third argument EXTENSION.
4576
69f18acc
JB
45772010-06-11 Juanma Barranquero <lekktu@gmail.com>
4578
5fee75d4
JB
4579 * makefile.w32-in (WINS_BASIC): Include new directory vc.
4580
69f18acc
JB
4581 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
4582
9766adfb
JL
45832010-06-11 Juri Linkov <juri@jurta.org>
4584
4585 * finder.el (finder-known-keywords): Add keyword "vc"
4586 for version control.
4587
4588 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
4589 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
4590 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
4591 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
4592
56b2854f
JL
45932010-06-11 Juri Linkov <juri@jurta.org>
4594
4595 Move version control related files to the "vc" subdirectory.
4596 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
4597 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
4598 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
4599 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
4600 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
4601 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
4602 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
4603 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
4604 Move files to the "vc" subdirectory.
4605
6534e58a
CY
46062010-06-11 Chong Yidong <cyd@stupidchicken.com>
4607
4608 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
4609 (Bug#6367).
4610
84d9562f
SE
46112010-06-11 Stephen Eglen <stephen@gnu.org>
4612
4613 * shell.el: Bind `shell-resync-dirs' to M-RET.
4614
3ef0a6a5
MA
46152010-06-10 Michael Albinus <michael.albinus@gmx.de>
4616
4617 * notifications.el: Move file from lisp/net, because it is
4618 supposed to talk locally to the user.
4619
fa4003da
MA
46202010-06-10 Julien Danjou <julien@danjou.info>
4621
4622 * net/notifications.el (notifications-on-action-signal)
4623 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 4624 argument to the callback functions. Add docstrings.
fa4003da
MA
4625 (notifications-notify): Fix docstring.
4626
46e6650e
GM
46272010-06-10 Glenn Morris <rgm@gnu.org>
4628
4629 * emacs-lisp/authors.el (authors-ignored-files)
4630 (authors-valid-file-names): Add some files.
4631
a71832f7
SM
46322010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4633
4634 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
4635 merge conflict, giving preference to the emacs-23 version of the code.
4636
8c6eab5a
SM
46372010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4638
989bc97f
SM
4639 * emacs-lisp/advice.el (ad-compile-function):
4640 Define warning-suppress-types before we let-bind it (bug#6275).
4641
8c6eab5a
SM
4642 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
4643 declare it, make it buffer-local and permanent-local (bug#6324).
4644 (vc-resynch-window): Adjust name.
4645 * vc-hooks.el (vc-find-file-hook): Adjust name.
4646
890a18d6
MA
46472010-06-09 Michael Albinus <michael.albinus@gmx.de>
4648
4649 * net/notifications.el (notifications-notify): Fix docstring.
4650
bf3e70eb
JB
46512010-06-09 Juanma Barranquero <lekktu@gmail.com>
4652
4653 Update to Unicode 6.0.0 beta.
4654 * international/charprop.el: Update copyright.
4655 * international/mule-cmds.el (ucs-names): Update character ranges.
4656 * international/uni-bidi.el:
4657 * international/uni-category.el:
4658 * international/uni-combining.el:
4659 * international/uni-comment.el:
4660 * international/uni-decimal.el:
4661 * international/uni-decomposition.el:
4662 * international/uni-digit.el:
4663 * international/uni-lowercase.el:
4664 * international/uni-mirrored.el:
4665 * international/uni-name.el:
4666 * international/uni-numeric.el:
4667 * international/uni-old-name.el:
4668 * international/uni-titlecase.el:
4669 * international/uni-uppercase.el: Regenerate.
4670
b978141d
JB
46712010-06-09 Juanma Barranquero <lekktu@gmail.com>
4672
ee8359ba
JB
4673 * emacs-lisp/smie.el (comment-string-strip): Declare function.
4674 (smie-precs-precedence-table): Fix typo in docstring.
4675
f64ab8fb
JB
4676 * vc-mtn.el (log-edit-extract-headers): Declare function.
4677
883ffa8c
JB
4678 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
4679
b978141d
JB
4680 * net/notifications.el (dbus-register-signal): Declare function.
4681 (notifications-notify): Fix typos and reflow docstring.
4682
5f4f2ae4
DN
46832010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4684
4685 Improve VC create/retrieve tag/branch.
4686 * vc.el (vc-create-tag): Do not read the directory name for VCs
4687 with repository revision granularity. Adjust the tag/branch
4688 prompt. Reset VC properties.
4689 (vc-retrieve-tag): Do not read the directory name for VCs
4690 with repository revision granularity. Reset VC properties.
4691
41a86354
MA
46922010-06-09 Julien Danjou <julien@danjou.info>
4693
ef33fd34 4694 * net/notifications.el: New file.
41a86354 4695
fab43c76
DN
46962010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4697
00fd1147
DN
4698 Add optional support for resetting VC properties.
4699 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
4700 call vc-file-clearprops when true.
4701 (vc-resynch-buffer): Add new optional argument, pass it down.
4702 (vc-resynch-buffers-in-directory): Likewise.
4703
fab43c76
DN
4704 Improve support for special markup in the VC commit message.
4705 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
4706 * vc-hg.el (vc-hg-checkin): Add support for Date:.
4707 * vc-git.el (vc-git-checkin):
4708 * vc-bzr.el (vc-bzr-checkin): Likewise.
4709
e7d67e73
SM
47102010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4711
4712 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
4713 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
4714
277e6741
MP
47152010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
4716
4717 * iimage.el: Remove images as soon as the underlying text is modified.
4718 (iimage-modification-hook): New function.
4719 (iimage-mode-buffer): Use it.
4720
83156c18
SM
47212010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4722
4723 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
4724 smie-indent-offset-after. Add :prev case. Make a bit more generic.
4725 (smie-indent-virtual): Remove `virtual' arg. Update callers.
4726 (smie-indent-keyword): Add handling of open-paren keywords.
4727 (smie-indent-comment-continue): Don't assume comment-continue.
4728
13b5221f
MR
47292010-06-07 Martin Rudalics <rudalics@gmx.at>
4730
4731 * window.el (pop-to-buffer): Remove the conditional that
4732 compares new-window and old-window, so it will reselect
4733 the selected window unconditionally.
4734 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
4735
c2ea5810
SM
47362010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4737
4738 * emacs-lisp/smie.el (smie-indent-offset-after)
4739 (smie-indent-forward-token, smie-indent-backward-token): New functions.
4740 (smie-indent-after-keyword): Use them.
4741 (smie-indent-fixindent): Only applies to the indentation of the BOL.
4742 (smie-indent-keyword): Tweak the black magic.
4743 (smie-indent-comment-continue): Strip comment-continue before use.
4744 (smie-indent-functions): Indent comments before keywords.
4745
27dd3c11
JL
47462010-06-06 Juri Linkov <juri@jurta.org>
4747
4748 * isearch.el (isearch-lazy-highlight-search): Fix looping
4749 by checking for empty match. This syncs this loop with the
4750 similar loop in `isearch-search'. (Bug#6362)
4751
35b148ee
JB
47522010-06-05 Juanma Barranquero <lekktu@gmail.com>
4753
4754 * net/dbus.el (dbus-register-method): Declare function.
4755 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
4756 (dbus-introspect): Doc fix.
4757 (dbus-event-bus-name, dbus-introspect-get-interface)
4758 (dbus-introspect-get-argument): Reflow docstrings.
4759
eccdfe5f
DN
47602010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
4761
4762 vc-log-incoming/vc-log-outgoing fixes for Git.
4763 * vc-git.el (vc-git-log-view-mode): Fix font lock for
4764 incoming/outgoing logs.
4765 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
4766 instead of vc-git-compute-remote.
4767 (vc-git-compute-remote): Remove.
4768
86253dc0
CY
47692010-06-04 Chong Yidong <cyd@stupidchicken.com>
4770
4771 * term/common-win.el (x-colors): Add "dark green" and "dark
4772 turquoise" (Bug#6332).
4773
0665f661
JL
47742010-06-04 Juri Linkov <juri@jurta.org>
4775
4776 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
4777 Instead of setting `replace' to t and replacing the same string
4778 with itself, don't do certain actions when
4779 kill-do-not-save-duplicates is non-nil and string is equal to car
4780 of kill-ring: don't call menu-bar-update-yank-menu, don't push
4781 interprogram-paste strings to kill-ring, and don't push the input
4782 argument `string' to kill-ring.
4783 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
4784
087fc47a
JB
47852010-06-04 Juanma Barranquero <lekktu@gmail.com>
4786
4787 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
4788
4f201088
MA
47892010-06-04 Michael Albinus <michael.albinus@gmx.de>
4790
4791 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
4792 (tramp-gvfs-handler-mounted-unmounted)
4793 (tramp-gvfs-connection-mounted-p): Handle default-location.
4794
4795 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
4796 move files to trash.
4797
18ccd78a
JB
47982010-06-04 Juanma Barranquero <lekktu@gmail.com>
4799
4800 * international/mule-cmds.el (nonascii-insert-offset)
4801 (nonascii-translation-table): Add obsolescence information.
4802
4803 * international/mule.el (make-translation-table-from-vector): Doc fix.
4804
3845c322
GM
48052010-06-03 Glenn Morris <rgm@gnu.org>
4806
4807 * desktop.el (desktop-clear-preserve-buffers):
4808 Add "*Warnings*" buffer. (Bug#6336)
4809
54d3626e
DN
48102010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
4811
6941ffec
DN
4812 vc-log-incoming/vc-log-outgoing improvements for Git.
4813 * vc-git.el (vc-git-log-outgoing): Use the same format as the
4814 short log.
4815 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
4816
54d3626e
DN
4817 Add bindings for vc-log-incoming and vc-log-outgoing.
4818 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
4819 and vc-log-outgoing.
4820 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
4821 and vc-log-outgoing.
4822
aa1bc616
CY
48232010-06-03 Chong Yidong <cyd@stupidchicken.com>
4824
4825 * net/rcirc.el (rcirc-sort-nicknames): Remove.
4826 (rcirc-handler-366): Always sort nicknames.
4827
e2d2a205
JB
48282010-06-03 Juanma Barranquero <lekktu@gmail.com>
4829
4830 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
4831
44ea155d
CY
48322010-06-03 Chong Yidong <cyd@stupidchicken.com>
4833
a628ad9d 4834 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 4835
a91dedc4
SM
48362010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4837
4838 * net/rcirc.el (rcirc-sort-nicknames): Change default.
4839 (rcirc-sort-nicknames-join): Avoid setq.
4840
c62bf05a
DD
48412010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4842
4843 * net/rcirc.el (rcirc-sort-nicknames): New custom.
4844 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
4845 (rcirc-handler-366): Use them.
4846
dd2c3c92
SM
48472010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4848
4849 Split smie-indent-calculate into more manageable chunks.
4850 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
4851 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
4852 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
4853 (smie-indent-exps): Extract from smie-indent-calculate.
4854 (smie-indent-functions): New var.
4855 (smie-indent-functions): Use them.
4856
927c346b
SM
48572010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4858
4859 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
4860 (smie-indent-calculate): Simplify and cleanup.
4861
1efeec86
MA
48622010-06-02 Michael Albinus <michael.albinus@gmx.de>
4863
4864 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
4865 (tramp-gvfs-mount-point): Remove.
4866 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
4867 New defuns.
1efeec86
MA
4868 (with-tramp-dbus-call-method): Format trace message.
4869 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
4870 Implement backup call, when operation on local files fails.
4871 Use progress reporter. Flush properties of changed files.
1efeec86
MA
4872 (tramp-gvfs-handle-make-directory): Make more traces.
4873 (tramp-gvfs-url-file-name): Hexify file name in url.
4874 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
4875 into account for the resulting file name.
4876 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
4877 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
4878 (tramp-gvfs-handler-mounted-unmounted)
4879 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
4880 attribute "default_location". Set "prefix" property.
4881 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
4882 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
4883 exists. Raise an error, if not (due to a corresponding answer
4884 "no" in interactive questions, for example).
4885
89877f5f 48862010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
4887
4888 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
4889
24f574a9
JB
48902010-06-01 Juanma Barranquero <lekktu@gmail.com>
4891
4892 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
4893 right-*. (Bug#6265)
4894
290736f2
DN
48952010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
4896
61158bfa
DN
4897 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
4898 * vc-git.el (vc-git-compute-remote): New function.
4899 (vc-git-log-outgoing): Use it instead of hard coding a value.
4900 (vc-git-log-incoming): New function.
4901
5828f6ca
DN
4902 Improve state updating for VC tag commands.
4903 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
4904 to update the state of all buffers in the directory.
4905
290736f2
DN
4906 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
4907
feceda26
SM
49082010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4909
4910 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
4911 `file-directory-p' to the filename part rather than to the whole text.
4912
896114cf
SM
49132010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4914
4915 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
4916
1603358c
DA
49172010-05-31 Drew Adams <drew.adams@oracle.com>
4918
4919 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
4920
fe40dc63
JB
49212010-05-31 Juanma Barranquero <lekktu@gmail.com>
4922
4923 * subr.el (momentary-string-display): Just use read-event to read
4924 the exit event (Bug#6238).
4925
9e8014c6
EZ
49262010-05-30 Eli Zaretskii <eliz@gnu.org>
4927
4928 * international/mule.el (define-coding-system): Doc fix (bug#6313).
4929
61a08071
JB
49302010-05-30 Juanma Barranquero <lekktu@gmail.com>
4931
4932 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
4933 Suggested by Eli Zaretskii <eliz@gnu.org>.
4934
5feec8ca
SM
49352010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4936
4937 * minibuffer.el (completion-file-name-table): Don't return a boundary
4938 past the end of `string' (bug#6299).
4939 (completion--file-name-table): Delegate to completion-file-name-table
4940 for the `boundaries' case.
4941
8175cb90
JB
49422010-05-30 Juanma Barranquero <lekktu@gmail.com>
4943
2b94133f
JB
4944 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
4945 movement commands.
4946
8175cb90
JB
4947 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
4948 `path-separator', but maintain compatibility with Emacs 20.2.
4949
0191e222
CY
49502010-05-29 Chong Yidong <cyd@stupidchicken.com>
4951
4952 * server.el (server-process-filter): Receive parent-id argument
4953 from emacsclient.
4954 (server-create-window-system-frame): New arg. Pass parent-id as
4955 frame parameter.
4956
9b655a0a
EZ
49572010-05-29 Eli Zaretskii <eliz@gnu.org>
4958
db5dce9d
EZ
4959 Bidi-sensitive word movement with arrow keys.
4960 * subr.el (right-arrow-command, left-arrow-command): Move to
4961 bindings.el.
4962
4963 * bindings.el (right-char, left-char): Move from subr.el and
4964 rename from right-arrow-command and left-arrow-command.
4965 (right-word, left-word): New functions.
4966 (global-map) <right>: Bind to right-char.
4967 (global-map) <left>: Bind to left-char.
4968 (global-map) <C-right>: Bind to right-word.
4969 (global-map) <C-left>: Bind to left-word.
4970
9b655a0a
EZ
4971 * ls-lisp.el (ls-lisp-classify-file): New function.
4972 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
4973 (ls-lisp-classify): Call ls-lisp-classify-file.
4974 (insert-directory): Remove blanks from switches.
4975
fcb52808
CY
49762010-05-29 Chong Yidong <cyd@stupidchicken.com>
4977
4978 * ansi-color.el: Delete unused escape sequences (Bug#6085).
4979 (ansi-color-drop-regexp): New constant.
4980 (ansi-color-apply, ansi-color-filter-region)
896114cf 4981 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
4982 (ansi-color-apply): Build string list before calling concat.
4983
0040735a
JL
49842010-05-28 Juri Linkov <juri@jurta.org>
4985
4986 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4987 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
4988 (Bug#5270)
4989
b6827fff
MA
49902010-05-28 Michael Albinus <michael.albinus@gmx.de>
4991
4992 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
4993 to ignored backtrace functions.
4994 (with-progress-reporter): Expand docstring.
4995 (tramp-handle-delete-file): Implement TRASH argument.
4996 (tramp-get-remote-trash): New defun.
4997
eba082a2
MA
49982010-05-28 Michael Albinus <michael.albinus@gmx.de>
4999
5000 * net/tramp-compat.el (tramp-compat-delete-file): Use
5001 `symbol-value' for backward compatibility.
5002
5003 * net/tramp.el (tramp-handle-make-symbolic-link)
5004 (tramp-handle-load)
5005 (tramp-do-copy-or-rename-file-via-buffer)
5006 (tramp-do-copy-or-rename-file-directly)
5007 (tramp-do-copy-or-rename-file-out-of-band)
5008 (tramp-handle-process-file, tramp-handle-call-process-region)
5009 (tramp-handle-shell-command, tramp-handle-file-local-copy)
5010 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5011 (tramp-delete-temp-file-function): Use `delete-file' instead
5012 of `tramp-compat-delete-file'.
5013
5014 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
5015 (tramp-fish-handle-make-symbolic-link)
5016 (tramp-fish-handle-process-file): Use `delete-file' instead
5017 of `tramp-compat-delete-file'.
5018
5019 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
5020 `delete-file' instead of `tramp-compat-delete-file'.
5021
5022 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
5023 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
5024 `tramp-compat-delete-file'.
5025
5026 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
5027 `delete-file' instead of `tramp-compat-delete-file'.
5028
5029 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5030 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5031 (tramp-smb-handle-write-region): Use `delete-file' instead of
5032 `tramp-compat-delete-file'.
5033 (tramp-smb-handle-delete-directory): Use 'trash as arg.
5034
f1a5d776
CY
50352010-05-27 Chong Yidong <cyd@stupidchicken.com>
5036
5037 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 5038 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
5039 (dired-do-flagged-delete, dired-do-delete): Use trash.
5040
5041 * speedbar.el (speedbar-item-delete): Allow trashing.
5042
5043 * files.el (delete-directory): New arg TRASH.
5044
5045 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
5046 (ange-ftp-rename-remote-to-remote)
5047 (ange-ftp-rename-local-to-remote)
5048 (ange-ftp-rename-remote-to-local, ange-ftp-load)
5049 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
5050 `delete-file'.
5051 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
5052 allow trashing.
5053
5054 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
5055 handle new TRASH arg of `delete-file'.
5056
c4ce1145 5057 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
5058 (tramp-handle-make-symbolic-link, tramp-handle-load)
5059 (tramp-do-copy-or-rename-file-via-buffer)
5060 (tramp-do-copy-or-rename-file-directly)
5061 (tramp-do-copy-or-rename-file-out-of-band)
5062 (tramp-handle-process-file, tramp-handle-call-process-region)
5063 (tramp-handle-shell-command, tramp-handle-file-local-copy)
5064 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5065 (tramp-delete-temp-file-function): Use null TRASH arg in
5066 tramp-compat-delete-file call.
5067
5068 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
5069 (tramp-fish-handle-delete-file)
5070 (tramp-fish-handle-make-symbolic-link)
5071 (tramp-fish-handle-process-file): Use null TRASH arg in
5072 `tramp-compat-delete-file' call.
5073
5074 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
5075 arg in `tramp-compat-delete-file' call.
5076
5077 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
5078 (tramp-gvfs-handle-write-region): Use null TRASH arg in
5079 `tramp-compat-delete-file' call.
5080
5081 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
5082 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
5083 `tramp-compat-delete-file' call.
5084
5085 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5086 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5087 (tramp-smb-handle-write-region): Use null TRASH arg in
5088 tramp-compat-delete-file call.
5089 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
5090 (tramp-smb-handle-delete-file): Rename arg.
5091
5092 * diff.el (diff-sentinel):
5093 * epg.el (epg--make-temp-file, epg-decrypt-string)
5094 (epg-verify-string, epg-sign-string, epg-encrypt-string):
5095 * jka-compr.el (jka-compr-partial-uncompress)
5096 (jka-compr-call-process, jka-compr-write-region):
5097 * server.el (server-sentinel): Remove optional arg from
5098 delete-file, reverting 2010-05-03 change.
5099
ecb0ab90
CY
51002010-05-27 Chong Yidong <cyd@stupidchicken.com>
5101
5102 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
5103 font-lock-constant-face, not obsolete font-lock-reference-face.
5104
2b25da45
KH
51052010-05-27 Kenichi Handa <handa@m17n.org>
5106
5107 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
5108 element of GSTRING is nil.
5109
11e4d8c0
SM
51102010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
5111
5112 * emacs-lisp/smie.el (smie-forward-token-function)
5113 (smie-backward-token-function): New vars.
5114 (smie-backward-sexp, smie-forward-sexp)
5115 (smie-indent-hanging-p, smie-indent-calculate): Use them.
5116 (smie-default-backward-token): Rename from smie-backward-token and
5117 skip comments.
5118 (smie-default-forward-token): Rename from smie-forward-token and
5119 skip comments.
5120 (smie-next-sexp): Handle nil results from next-token.
5121 (smie-indent-calculate): Add a new case for special `fixindent' comments.
5122
4da3541b
CY
51232010-05-27 Chong Yidong <cyd@stupidchicken.com>
5124
896114cf
SM
5125 * progmodes/verilog-mode.el (verilog-type-font-keywords):
5126 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
5127
51282010-05-27 Masatake YAMATO <yamato@redhat.com>
5129
5130 * htmlfontify.el (hfy-face-resolve-face): New function.
5131 (hfy-face-to-style): Use it (Bug#6279).
5132
6dc439cb
SM
51332010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
5134
5135 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
5136 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
5137
021eb8d7
GM
51382010-05-26 Glenn Morris <rgm@gnu.org>
5139
5140 * emulation/edt.el (edt-load-keys): Use locate-library.
5141
bef4957b
CY
51422010-05-25 Chong Yidong <cyd@stupidchicken.com>
5143
5144 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
5145 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
5146 (log-edit-changelog-insert-entries): Args changed.
5147 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
5148 (log-edit-insert-changelog-entries): Reorganize return value of
5149 `log-edit-changelog-entries' to pass filenames to
5150 log-edit-changelog-insert-entries.
5151
84fb0956
TV
51522010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5153
5154 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
5155 `image-dired-dired-insert-marked-thumbs' to
5156 `image-dired-dired-toggle-marked-thumbs'.
5157
5158 * image-dired.el: Require cl when compiling.
5159 (image-dired-dired-toggle-marked-thumbs): Rename from
5160 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
5161 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
5162 to 'no-dir. Skip files whose names don't match
5163 `image-file-name-regexp'. When file has a thumbnail overlay,
5164 delete it. (Bug#5270)
5165
0fb1193d
JL
51662010-05-25 Juri Linkov <juri@jurta.org>
5167
5168 * image-mode.el (image-mode): Add image-after-revert-hook to
5169 after-revert-hook.
5170 (image-after-revert-hook): New function. (Bug#5669)
5171
fc937924
JL
51722010-05-25 Juri Linkov <juri@jurta.org>
5173
5174 * image.el (image-animated-p): When delay between animated images
5175 is 0, set it to 10 (0.1 sec). (Bug#6258)
5176
fa9ba953
MA
51772010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
5178
5179 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 5180 `forward-word', its default syntax could be changed.
fa9ba953 5181
9e021389
MA
51822010-05-25 Michael Albinus <michael.albinus@gmx.de>
5183
5184 * net/tramp.el (tramp-progress-reporter-update): New defun.
5185 (with-progress-reporter): Use it.
5186 (tramp-process-actions):
5187 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
5188 current message, in order to let progress reporter continue
5189 afterwards. (Bug#6257)
5190
6169260b
GM
51912010-05-25 Glenn Morris <rgm@gnu.org>
5192
5193 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
5194 Add :version.
5195
d26781af
RY
51962010-05-25 Ryan Yeske <rcyeske@gmail.com>
5197
8826afe3 5198 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
5199 (rcirc-default-full-name): Change to "unknown".
5200 (rcirc-user-name-history): Add variable.
8826afe3
GM
5201
52022010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 5203 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
5204
5205 * net/rcirc.el (rcirc-server-alist): Add :pass.
5206 (rcirc): When prompting for connection parameters, also prompt for
d26781af 5207 username and password.
a628ad9d 5208 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
5209 value to server when connecting.
5210
d355a0b7
SM
52112010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5212
f5228f84
SM
5213 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
5214 (smie-merge-prec2s): Pass the tables as separate args.
5215 (smie-bnf-precedence-table): Adjust call accordingly.
5216 (smie-prec2-levels): Set levels at the end.
5217
d355a0b7
SM
5218 Replace Lisp calls to delete-backward-char by delete-char.
5219 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
5220 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
5221 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 5222 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
5223 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
5224 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
5225 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
5226 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
5227 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
5228 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
5229 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
5230 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
5231 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
5232 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
5233 delete-backward-char by calls to delete-char.
5234
f668ef02
KH
52352010-05-25 Kenichi Handa <handa@m17n.org>
5236
5237 * language/hebrew.el (hebrew-shape-gstring): New function.
5238 Register it in composition-function-table for all Hebrew combining
5239 characters.
5240
397eb3f3
SM
52412010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5242
5243 * epa.el (epa--select-keys): Don't explicitly delete the window since
5244 that can fail (e.g. sole window in frame). Use dedication instead.
5245
171eda53 52462010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
5247
5248 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
5249
110683ad
CY
52502010-05-22 Chong Yidong <cyd@stupidchicken.com>
5251
5252 * image.el (image-refresh): Define as an alias for image-flush.
5253
5254 * image-mode.el (image-toggle-display-image): Caller changed.
5255
df9db151
JL
52562010-05-21 Juri Linkov <juri@jurta.org>
5257
5258 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
5259 Remove "all" from grep-files-aliases. Split grep-files-aliases by
5260 whitespace, call wildcard-to-regexp on substrings and concat them
5261 with "\\|". (Bug#6114)
5262
c0209c2c
AM
52632010-05-21 Alan Mackenzie <acm@muc.de>
5264
171eda53
SM
5265 * progmodes/cc-engine.el (c-parse-state-get-strategy):
5266 Replace parameter `here' with `here-' and `here-plus', which sandwich
5267 any pertinent CPP construct.
c0209c2c
AM
5268 (c-remove-stale-state-cache-backwards): Fix a bug which happens
5269 when doing (c-parse-state) in a CPP construct: Exclude any "new"
5270 CPP construct from taking part in the scanning.
5271
655bded0
MA
52722010-05-21 Michael Albinus <michael.albinus@gmx.de>
5273
5274 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
5275 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
5276 Tune `with-progress-reporter' messages.
655bded0
MA
5277 (tramp-handle-vc-registered):
5278 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
5279 (tramp-fish-handle-insert-file-contents)
5280 (tramp-fish-maybe-open-connection):
5281 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5282 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
5283 (tramp-imap-handle-insert-file-contents)
5284 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
5285
3e17a1a7
JB
52862010-05-21 Juanma Barranquero <lekktu@gmail.com>
5287
bf1e8d4a
JB
5288 * add-log.el (change-log-font-lock-keywords):
5289 Highlight all authors in multi-author entries.
5290
3e17a1a7
JB
5291 * smerge-mode.el (smerge-refine-ignore-whitespace)
5292 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
5293 Fix typos in docstrings.
5294 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
5295
969e684a
GM
52962010-05-21 Glenn Morris <rgm@gnu.org>
5297
e75c1e7d
GM
5298 * progmodes/fortran.el (fortran-mode):
5299 * progmodes/f90.el (f90-mode): Derive from prog-mode.
5300
969e684a
GM
5301 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
5302 having a relative path in src/Makefile.in.
5303
a50878fa
KR
53042010-05-20 Kevin Ryde <user42@zip.com.au>
5305
5306 * help-mode.el (help-make-xrefs): For Info node links turn
5307 newlines into spaces. Link node names with newlines are matched
5308 by help-xref-info-regexp and buttonized, this change ensures they
5309 can be followed successfully with RET. (Bug#6206)
5310
f66a2f90
JL
53112010-05-20 Juri Linkov <juri@jurta.org>
5312
5313 * locate.el (locate): Use pop-to-buffer instead of
5314 switch-to-buffer-other-window. (Bug#6204)
5315
201d895a
JL
53162010-05-20 Juri Linkov <juri@jurta.org>
5317
5318 * replace.el (replace-highlight): Fix lazy-highlighting
5319 for `M-s w str M-% str RET'.
5320
1ddb2ea0
MY
53212009-12-15 Masatake YAMATO <yamato@redhat.com>
5322
5323 * isearch.el (isearch-yank-word-or-char): Pull next subword
5324 when `subword-mode' is activated. (Bug#6220)
5325
a6020335
MH
53262010-05-20 Mark A. Hershberger <mah@everybody.org>
5327
5328 * isearch.el (isearch-update-post-hook): New hook.
5329 (isearch-update): Use the new hook. (Bug#6225)
5330
50de6a38
JL
53312010-05-20 Juri Linkov <juri@jurta.org>
5332
5333 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
5334 [f1], [help], and (char-to-string help-char) instead of "\C-h".
5335 (Bug#6222)
5336
5d944a8f
JL
53372010-05-20 Juri Linkov <juri@jurta.org>
5338
5339 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
5340 (Bug#6223)
5341
f5d6548a
JL
53422010-05-20 Juri Linkov <juri@jurta.org>
5343
5344 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
5345 FILE-NAME to read from the minibuffer when called interactively
5346 with prefix argument instead of using buffer-file-name.
5347 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
5348
5349 * dired.el: Update autoloads.
5350
f8e63691
CY
53512010-05-20 Chong Yidong <cyd@stupidchicken.com>
5352
5353 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
5354 nxml-finish-element, for consistency with SGML mode.
5355
5356 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
5357 octave-close-block.
5358
07d7c3bd
JB
53592010-05-20 Juanma Barranquero <lekktu@gmail.com>
5360
5361 * composite.el: Require cl when compiling.
5362 (reference-point-alist, compose-gstring-for-graphic)
5363 (compose-gstring-for-terminal): Fix typos in docstrings.
5364
7bce8510
JL
53652010-05-19 Juri Linkov <juri@jurta.org>
5366
5367 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
5368 set-window-parameter.
5369
a7723e05
MA
53702010-05-19 Michael Albinus <michael.albinus@gmx.de>
5371
5372 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
5373 where appropriate.
5374 (tramp-maybe-open-connection): Use it.
5375
3f2e7735
EZ
53762010-05-19 Eli Zaretskii <eliz@gnu.org>
5377
5378 * simple.el (move-end-of-line): Make sure we are at line beginning
5379 before backing up to end of previous line.
5380
8d9181c7
MA
53812010-05-19 Michael Albinus <michael.albinus@gmx.de>
5382
8c4ec20f
MA
5383 * password-cache.el (password-cache-remove): Fix docstring.
5384
8d9181c7
MA
5385 * net/secrets.el: Autoload the widget functions.
5386 (secrets-search-items, secrets-create-item)
5387 (secrets-get-attributes, secrets-expand-item): Attributes will be
5388 stored on the password database without leading ":", as all other
5389 clients do as well.
5390 (secrets-mode): Fix docstring.
5391 (secrets-show-secrets): Provide it as autoloaded command only when
5392 D-Bus support is available. Check existence of Secret Service API.
5393
2a96c2a7
SM
53942010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5395
5396 * indent.el (indent-region): Deactivate region (bug#6200).
5397
d24e10b1
GM
53982010-05-19 Glenn Morris <rgm@gnu.org>
5399
5400 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
5401
2833d915
KH
54022010-05-19 Kenichi Handa <handa@m17n.org>
5403
5404 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 5405 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 5406
134c2f29
JB
54072010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
5408
5409 * calc/calc-trail.el (calc-trail-isearch-forward)
5410 (calc-trail-isearch-backward): Ensure that the new window
5411 point is set correctly.
5412
278847cd
SM
54132010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5414
5415 * subr.el (read-quoted-char): Resolve modifiers after key
5416 remapping (bug#6212).
5417
3a8e7cbd
MA
54182010-05-18 Michael Albinus <michael.albinus@gmx.de>
5419
5420 Add visualization code for secrets.
5421 * net/secrets.el (secrets-mode): New major mode.
5422 (secrets-show-secrets, secrets-show-collections)
5423 (secrets-expand-collection, secrets-expand-item)
5424 (secrets-tree-widget-after-toggle-function)
5425 (secrets-tree-widget-show-password): New defuns.
5426
472e7ec1
SM
54272010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5428
224b70cb
SM
5429 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
5430 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
5431 handled in smie-next-sexp.
5432 (smie-indent-calculate): Provide a starting indentation (so the
5433 recursion is well-founded ;-).
5434
472e7ec1
SM
5435 Fix handling of non-associative equal levels.
5436 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
5437 when it's not needed.
5438 (smie-op-left, smie-op-right): New functions.
5439 (smie-next-sexp): New function, extracted from smie-backward-sexp.
5440 Better handle equal levels to distinguish the associative case from
5441 the "multi-keyword construct" case.
5442 (smie-backward-sexp, smie-forward-sexp): Use it.
5443
35e53abd
JB
54442010-05-18 Juanma Barranquero <lekktu@gmail.com>
5445
5d8fe0ba
JB
5446 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
5447
35e53abd
JB
5448 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
5449 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
5450
5ad4bef5
SM
54512010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5452
5453 Provide a simple generic indentation engine and use it for Prolog.
5454 * emacs-lisp/smie.el: New file.
5455 * progmodes/prolog.el (prolog-smie-op-levels)
5456 (prolog-smie-indent-rules): New var.
5457 (prolog-mode-variables): Use them to configure SMIE.
5458 (prolog-indent-line, prolog-indent-level): Remove.
5459
00681a3c
JB
54602010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
5461
560bb7ae 5462 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
5463 order before computing the averages.
5464
eba62f7a
JB
54652010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
5466
597517ef 5467 * calc/calc-vec.el (calc-histogram):
5ad4bef5 5468 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
5469 (math-vector-avg): New function.
5470
560bb7ae 5471 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
5472 being grouped depend on the radix (Bug#6189).
5473
8c5ff6dd
KR
54742010-05-15 Ken Raeburn <raeburn@raeburn.org>
5475
5476 * version.el (emacs-copyright, emacs-version): Don't define here,
5477 now that emacs.c defines it.
5478
98d8b17e
EZ
54792010-05-15 Eli Zaretskii <eliz@gnu.org>
5480
71078429
EZ
5481 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
5482 "Describe Language Environment" menu item.
5483
ce6233c1
EZ
5484 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
5485
d20e1419
EZ
5486 Bidi-sensitive movement with arrow keys.
5487 * subr.el (right-arrow-command, left-arrow-command): New functions.
5488
5489 * bindings.el (global-map): Bind them to right and left arrow keys.
5490
98d8b17e
EZ
5491 Don't override standard definition of convert-standard-filename.
5492 * files.el (convert-standard-filename): Call
5493 w32-convert-standard-filename and dos-convert-standard-filename on
5494 the corresponding systems.
5495
5496 * w32-fns.el (w32-convert-standard-filename): Rename from
5497 convert-standard-filename. Doc fix.
5498
5499 * dos-fns.el (dos-convert-standard-filename): Doc fix.
5500 (convert-standard-filename): Don't defalias.
5501 (register-name-alist, make-register, register-value)
5502 (set-register-value, intdos): Obsolete aliases for the
5503 corresponding dos-* functions and variables.
5504 (dos-intdos): Add a doc string.
5505
ae6bc504
JB
55062010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
5507
5508 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
5509 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
5510 (math-compose-tex-func):
5511 * calc/calccomp.el (math-compose-expr):
5512 * calc/calc-ext.el (math-format-flat-expr-fancy):
5513 * calc/calc-store.el (calc-read-var-name):
5514 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
5515
5516 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 5517 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 5518 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 5519 (math-standard-units): Add units.
ae6bc504 5520
c26ea4b2
SM
55212010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5522
7aefa445 5523 * progmodes/asm-mode.el (asm-mode):
13973643
SM
5524 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
5525
c26ea4b2
SM
5526 * pcomplete.el (pcomplete-completions-at-point): New function,
5527 extracted from pcomplete-std-complete.
5528 (pcomplete-std-complete): Use it.
5529
02be533b
GM
55302010-05-15 Glenn Morris <rgm@gnu.org>
5531
5532 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5533 Remove references to CVS, RCS and Old directories.
5534
78ed0efc
JB
55352010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
5536
ae6bc504 5537 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
5538 appropriate.
5539
10dcc561
SM
55402010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
5541
5ccaa359
SM
5542 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
5543 (sh-mode-syntax-table): Give it a default value instead.
5544 (sh-header-marker): Make buffer-local.
5545 (sh-mode): Move make-local-variable to the corresponding setq.
5546 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
5547 Use complete-with-action.
5548
10dcc561
SM
5549 * simple.el (prog-mode): New (abstract) major mode.
5550 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
5551 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
5552
c38762fd
JB
55532010-05-14 Juanma Barranquero <lekktu@gmail.com>
5554
5555 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
5556 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
5557 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
5558 (sql-make-alternate-buffer-name, sql-placeholders-filter)
5559 (sql-escape-newlines-filter, sql-input-sender)
5560 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
5561
2ef3c144
CY
55622010-05-13 Chong Yidong <cyd@stupidchicken.com>
5563
560bb7ae 5564 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
5565
5566 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
5567 latex-open-block and C-c / to latex-close-block.
5568
5569 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
5570 and C-c C-e to sgml-close-tag.
5571
3b30ccda
MA
55722010-05-13 Michael Albinus <michael.albinus@gmx.de>
5573
5574 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 5575 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
5576 (tramp-handle-load, tramp-handle-file-local-copy)
5577 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
5578 (tramp-maybe-send-script, tramp-find-shell):
5579 Use `with-progress-reporter'.
3b30ccda
MA
5580 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
5581 Fix message text.
5582
5583 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5584 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5585 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
5586 Use `with-progress-reporter'.
5587
57ff5d7b
AM
55882010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
5589
a628ad9d
JB
5590 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
5591 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 5592
5a70d10f
SM
55932010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5594
791ffe1c
SM
5595 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
5596
5a70d10f
SM
5597 * dos-fns.el: Add "dos-" prefix for namespace control.
5598 (convert-standard-filename): Define as alias for
5599 dos-convert-standard-filename but only if applicable.
5600
38d93f03
AM
56012010-05-12 Alan Mackenzie <acm@muc.de>
5602
5603 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
5604 Push the mark at the start of these functions when appropriate.
5605
902a6d8d
SM
56062010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5607
5608 * minibuffer.el (completion-cycle-threshold): New custom var.
5609 (completion--do-completion): Use it.
5610 (minibuffer-complete): Use cycling if appropriate.
5611
9ee120ba
JB
56122010-05-11 Juanma Barranquero <lekktu@gmail.com>
5613
5614 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
5615 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
5616
841c4085
JL
56172010-05-11 Juri Linkov <juri@jurta.org>
5618
5619 * scroll-all.el (scroll-all-check-to-scroll):
5620 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
5621
8a67c70e
SM
56222010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5623
f2b9ed18
SM
5624 * iimage.el (iimage-mode-map): Move initialization into declaration.
5625 (iimage-mode-buffer): Use with-silent-modifications.
5626 Simplify calling convention. Adjust callers.
5627 (iimage-mode): Don't run hook redundantly.
5628
8a67c70e
SM
5629 * minibuffer.el (completion-pcm--pattern->regex):
5630 Fix last change (bug#6160).
5631
4bbedd98
JL
56322010-05-10 Juri Linkov <juri@jurta.org>
5633
5634 Remove nodes visited during Isearch from the Info history.
5635 * info.el (Info-isearch-initial-history)
5636 (Info-isearch-initial-history-list): New variables.
5637 (Info-isearch-start): Record initial values of
5638 Info-isearch-initial-history and Info-isearch-initial-history-list.
5639 Add Info-isearch-end to isearch-mode-end-hook.
5640 (Info-isearch-end): New function.
5641
94ecf5da
MA
56422010-05-10 Michael Albinus <michael.albinus@gmx.de>
5643
5644 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
5645 format string, in order to work around a bug in pdksh.
5646 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
5647 (tramp-handle-verify-visited-file-modtime): Do not send a command
5648 when the connection is not established.
5649 (tramp-handle-set-file-times): Simplify the check for utc.
5650
c5eb971b
JB
56512010-05-10 Juanma Barranquero <lekktu@gmail.com>
5652
5653 Fix use of `filter-buffer-substring' (rework previous change).
5654 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
5655 (cua-repeat-replace-region):
5656 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
5657 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5658 (cua-cut-region-to-global-mark): Use it.
5659
7492acc9
MM
56602010-05-09 Michael R. Mauger <mmaug@yahoo.com>
5661
77e2fc7a
JB
5662 * progmodes/sql.el: Version 2.1.
5663 (sql-product-alist): Redesign structure of product info.
5664 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
5665 (sql-port, sql-port-history): New variables.
5666 (sql-interactive-product): New variable.
5667 (sql-send-terminator): New variable.
77e2fc7a 5668 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
5669 (sql-oracle-login-params, sql-sqlite-login-params)
5670 (sql-mysql-login-params, sql-solid-login-params)
5671 (sql-sybase-login-params, sql-informix-login-params)
5672 (sql-ingres-login-params, sql-ms-login-params)
5673 (sql-postgres-login-params, sql-interbase-login-params)
5674 (sql-db2-login-params, sql-linter-login-params)
5675 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
5676 (sql-mode-map): Add C-c C-i to start interactive mode.
5677 (sql-mode-menu): Update existing menu entries.
5678 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
5679 (sql-mode-oracle-font-lock-keywords)
5680 (sql-mode-postgres-font-lock-keywords)
5681 (sql-mode-ms-font-lock-keywords)
5682 (sql-mode-sybase-font-lock-keywords)
5683 (sql-mode-informix-font-lock-keywords)
5684 (sql-mode-interbase-font-lock-keywords)
5685 (sql-mode-ingres-font-lock-keywords)
5686 (sql-mode-solid-font-lock-keywords)
5687 (sql-mode-mysql-font-lock-keywords)
5688 (sql-mode-sqlite-font-lock-keywords)
5689 (sql-mode-db2-font-lock-keywords)
77e2fc7a 5690 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
5691 reduce run-time complexity.
5692 (sql-add-product, sql-del-product): New functions.
5693 (sql-set-product-feature, sql-get-product-feature): New functions.
5694 (sql-product-font-lock): Update product API.
5695 (sql-add-product-keywords): New function.
5696 (sql-highlight-product): Update product API.
5697 (sql-help-list-products): New function.
5698 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 5699 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
5700 prompt for port.
5701 (sql-copy-column): Copy without properties.
5702 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
5703 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
5704 Implement as a filter.
7492acc9
MM
5705 (sql-escape-newlines-filter): Implement as a filter.
5706 (sql-remove-tabs-filter): New function.
5707 (sql-send-magic-terminator): New function.
5708 (sql-send-string): Implement magic terminator.
5709 (sql-send-region): Use `sql-send-string'.
5710 (sql-interactive-mode): Use product API.
5711 (sql-product-interactive): Use product API.
5712 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
5713 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
5714 (sql-db2, sql-linter): Use `sql-product-interactive'.
5715 (sql-connect): New function.
5716 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
5717 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
5718 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
5719 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
5720 Use `sql-connect'.
7492acc9 5721
79ccd68f
SM
57222010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5723
5724 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
5725 New custom variable.
5726 (completion-pcm--string->pattern): Use it.
5727 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
5728 Make it handle any symbol as `any'.
5729 (completion-pcm--merge-completions): Extract common suffix for the new
5730 `prefix' symbol as well.
5731 (completion-substring--all-completions): Use the new `prefix' symbol.
5732
0d5852cf
MA
57332010-05-09 Michael Albinus <michael.albinus@gmx.de>
5734
5735 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
5736 not bound.
5737 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5738 (tramp-compat-funcall): New defmacro.
5739 (tramp-compat-line-beginning-position)
5740 (tramp-compat-line-end-position)
5741 (tramp-compat-temporary-file-directory)
5742 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
5743 (tramp-compat-copy-file, tramp-compat-copy-directory)
5744 (tramp-compat-delete-file, tramp-compat-delete-directory)
5745 (tramp-compat-number-sequence, tramp-compat-process-running-p)
5746 * net/tramp.el (top, with-progress-reporter)
5747 (tramp-rfn-eshadow-setup-minibuffer)
5748 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5749 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
5750 (tramp-completion-mode-p, tramp-check-for-regexp)
5751 (tramp-open-connection-setup-interactive-shell)
5752 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
5753 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
5754 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
5755 * net/tramp-cmds.el (tramp-cleanup-all-connections)
5756 (tramp-reporter-dump-variable, tramp-load-report-modules)
5757 (tramp-append-tramp-buffers)
5758 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
5759
5760 * net/tramp-imap.el (top): Autoload `epg-make-context'.
5761
f913fe7d
SM
57622010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5763
5764 * progmodes/compile.el (compilation-buffer-modtime): Rename from
5765 buffer-modtime. Adjust users.
5766
0235128c 57672010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 5768
77e2fc7a 5769 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 5770 car of each item, not the whole list (Bug#6083).
f034e176 5771
0235128c 57722010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
5773
5774 * progmodes/js.el (js-mode): Make paragraph variables local before
5775 calling c-setup-paragraph-variables (Bug#6071).
5776
0235128c 57772010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
5778
5779 * composite.el (compose-region, reference-point-alist): Fix typos
5780 in the doc strings.
5781
77e2fc7a 57822010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
5783
5784 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
5785 gnuplot's "set" command.
5786
0235128c 57872010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
5788
5789 * abbrev.el (last-abbrev-text): Doc fix.
5790 (abbrev-prefix-mark): Don't escape parenthesis.
5791
0235128c 57922010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
5793
5794 * composite.el (find-composition): Doc fix.
5795
0235128c 57962010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
5797
5798 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
5799 (sql-oracle-program, sql-sqlite-options)
5800 (sql-query-placeholders-and-send): Doc fixes.
5801 (sql-set-product, sql-interactive-mode): Reflow docstrings.
5802 (sql-imenu-generic-expression, sql-buffer)
5803 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
5804 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
5805 (sql-mode-sybase-font-lock-keywords)
5806 (sql-mode-informix-font-lock-keywords)
5807 (sql-mode-interbase-font-lock-keywords)
5808 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
5809 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
5810 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
5811 (sql-product-feature, sql-highlight-product)
5812 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
5813 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
5814 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
5815 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
5816 Fix typos in docstrings.
5817
0235128c 58182010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
5819
5820 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
5821 property instead of `invisible' and `after-string' (bug#5998).
5822
0235128c 58232010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
5824
5825 * image-mode.el (image-mode-as-text): Fix typo in docstring.
5826
0235128c 58272010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
5828
5829 * filecache.el (file-cache-add-directory-list)
5830 (file-cache-add-directory-recursively): Fix typos in docstrings.
5831
0235128c 58322010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
5833
5834 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 5835 (gujarati-composable-pattern): Fix typo.
ece33a6e 5836
0235128c 58372010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
5838
5839 * language/indian.el (oriya-composable-pattern)
0235128c
SM
5840 (tamil-composable-pattern, malayalam-composable-pattern):
5841 Add two-part vowels to "v" (vowel sign).
771533aa 5842
0235128c 58432010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 5844
99833607
CY
5845 * files.el (copy-directory): Handle symlinks (Bug#5982).
5846
0235128c 58472010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
5848
5849 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
5850 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
5851 (Bug#5846).
5852
0235128c 58532010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 5854
0ca12598
GM
5855 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
5856
d2c7b917
GM
5857 * minibuffer.el (completion-at-point): Doc fix.
5858
ba5bf5f0
SM
58592010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5860
5861 * electric.el (Electric-command-loop): Minor tweak.
5862
5863 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
5864 better with dedicated windows.
5865
0235128c
SM
58662010-05-07 Chong Yidong <cyd@stupidchicken.com>
5867
5868 * Version 23.2 released.
5869
560bb7ae 58702010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 5871 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
5872
5873 Highlight vendor specific properties.
5874 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
5875 (css-proprietary-property): New face.
5876 (css-font-lock-keywords): Use them.
5877
c0162ade
EZ
58782010-05-07 Eli Zaretskii <eliz@gnu.org>
5879
5880 * cus-start.el (all): Add native condition for tool-bar-* symbols.
5881
f3ee9200
SM
58822010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5883
05623156
SM
5884 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
5885 * files.el (auto-mode-alist): Remove redundant entries.
5886
f3ee9200
SM
5887 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
5888 * simple.el (auto-save-mode): Move from files.el.
5889 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
5890
560bb7ae 58912010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 5892
76e3243a 5893 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 5894
765d4319
KY
58952010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
5896
5897 * mail/binhex.el (binhex-decode-region-internal)
5898 * mail/uudecode.el (uudecode-decode-region-internal)
5899 * net/dns.el (dns-read-string-name, dns-write, dns-read)
5900 (dns-read-type, dns-query)
5901 * pgg-parse.el (pgg-parse-armor)
5902 * pgg.el (pgg-verify-region)
5903 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
5904 XEmacs.
5905
86d21cc0 5906 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 5907
f83483ff
JB
59082010-05-07 Juanma Barranquero <lekktu@gmail.com>
5909
40ab7974
JB
5910 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
5911
f83483ff
JB
5912 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
5913 * emulation/cua-base.el (cua-repeat-replace-region):
5914 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5915 (cua-cut-region-to-global-mark):
5916 Remove text properties with `set-text-properties'.
5917
9566840f
MA
59182010-05-06 Michael Albinus <michael.albinus@gmx.de>
5919
f3ee9200
SM
5920 * net/tramp.el (top, with-progress-reporter):
5921 Use `symbol-function' inside `funcall'.
9566840f
MA
5922
5923 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
5924 (tramp-compat-delete-file, tramp-compat-delete-directory):
5925 Handle only `wrong-number-of-arguments' error.
9566840f
MA
5926
5927 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
5928 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
5929 inside `funcall'.
5930
0c495c21
SM
59312010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5932
1493963b
SM
5933 * minibuffer.el (completion--sreverse, completion--common-suffix):
5934 New functions.
5935 (completion-pcm--merge-completions): Extract common suffix when safe.
5936
0c495c21
SM
5937 * emacs-lisp/easy-mmode.el (define-minor-mode):
5938 Make :variable more flexible.
5939 * files.el (auto-save-mode): Use it to define using define-minor-mode.
5940
221a0647
JL
59412010-05-05 Juri Linkov <juri@jurta.org>
5942
5943 Add `slow' and `history' tags to the desktop data.
5944
5945 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
5946 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
5947 (Info-finder-find-node): Require `finder.el' to be able
5948 to restore node from the desktop.
5949 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
5950 data `Info-history' and `slow' tag in the assoc list.
5951 (Info-restore-desktop-buffer): Don't restore nodes with the
5952 `slow' tag. Restore `Info-history'.
5953
66bdc868
MA
59542010-05-05 Michael Albinus <michael.albinus@gmx.de>
5955
5956 Add FORCE argument to `delete-file'.
5957
5958 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
5959 forcing to delete the temporary file.
5960 (ange-ftp-delete-file): Add FORCE arg.
5961 (ange-ftp-rename-remote-to-remote)
5962 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
5963 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
5964 Force file deletion.
66bdc868
MA
5965
5966 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
5967
5968 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
5969 (tramp-handle-make-symbolic-link, tramp-handle-load)
5970 (tramp-do-copy-or-rename-file-via-buffer)
5971 (tramp-do-copy-or-rename-file-directly)
5972 (tramp-do-copy-or-rename-file-out-of-band)
5973 (tramp-handle-process-file, tramp-handle-call-process-region)
5974 (tramp-handle-shell-command, tramp-handle-file-local-copy)
5975 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5976 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
5977
5978 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
5979 (tramp-fish-handle-make-symbolic-link)
5980 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
5981
0c495c21
SM
5982 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5983 Use `tramp-compat-delete-file'.
66bdc868
MA
5984
5985 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
5986 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
5987
5988 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
5989 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
5990
5991 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
5992 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
5993 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
5994 `tramp-compat-delete-file'.
5995
f44379e7
SM
59962010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5997
365f8d85
SM
5998 Minor cleanups.
5999 * subr.el (add-minor-mode): Use push.
6000 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
6001 * emulation/edt.el (edt-select-mode): Simplify.
6002
80ac5d4d
SM
6003 Use define-minor-mode in more cases.
6004 * term/tvi970.el (tvi970-set-keypad-mode):
6005 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
6006 (normal-erase-is-backspace-mode):
6007 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
6008 (set-scroll-bar-mode-1): (Re)move to its sole caller.
6009 (get-scroll-bar-mode): New function.
6010 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
6011
6012 Use define-minor-mode for less obvious cases.
f44379e7
SM
6013 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
6014 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
6015 * international/iso-ascii.el (iso-ascii-mode):
6016 * frame.el (auto-raise-mode, auto-lower-mode):
6017 * composite.el (global-auto-composition-mode): Use define-minor-mode.
6018
c04b03f8
MA
60192010-05-04 Michael Albinus <michael.albinus@gmx.de>
6020
6021 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
6022 in order to see error messages for failed logins.
6023
53967e09
CY
60242010-05-03 Chong Yidong <cyd@stupidchicken.com>
6025
6026 * diff.el (diff-sentinel):
6027
6028 * epg.el (epg--make-temp-file, epg-decrypt-string)
6029 (epg-verify-string, epg-sign-string, epg-encrypt-string):
6030
6031 * jka-compr.el (jka-compr-partial-uncompress)
6032 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
6033
6034 * server.el (server-sentinel): Use delete-file's new FORCE arg
6035 (Bug#6070).
6036
56eb0904
SM
60372010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6038
6039 Use define-minor-mode where applicable.
6040 * view.el (view-mode):
6041 * type-break.el (type-break-query-mode)
6042 (type-break-mode-line-message-mode):
6043 * textmodes/reftex.el (reftex-mode):
6044 * term/vt100.el (vt100-wide-mode):
6045 * tar-mode.el (tar-subfile-mode):
6046 * savehist.el (savehist-mode):
6047 * ibuf-ext.el (ibuffer-auto-mode):
6048 * composite.el (auto-composition-mode):
6049 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
6050 Use define-minor-mode.
6051 (vhdl-mode): Use static mode-line format.
6052 (vhdl-mode-line-update): Delete.
6053 (vhdl-create-mode-menu, vhdl-activate-customizations)
6054 (vhdl-hs-minor-mode): Don't bother calling it.
6055
672eb710
SM
60562010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
6057
8f92b8ad
SM
6058 * simple.el (with-wrapper-hook): Move.
6059 (buffer-substring-filters): Mark obsolete.
6060 (filter-buffer-substring-functions): New variable.
1fada563 6061 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 6062
c04b03f8 60632010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 6064 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
6065
6066 Implement compression for inline methods.
6067
6068 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
6069 (tramp-copy-size-limit): Allow also nil.
6070 (tramp-inline-compress-commands): New defconst.
6071 (tramp-find-inline-compress, tramp-get-inline-compress)
6072 (tramp-get-inline-coding): New defuns.
cb7f3653 6073 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 6074 replaced by `tramp-get-inline-coding'.
6a29a838
MA
6075 (tramp-handle-file-local-copy, tramp-handle-write-region)
6076 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
6077
8c0bf8b3
SM
60782010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6079
07125a91
SM
6080 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
6081 Remove unused functions.
6082
f3a47002
SM
6083 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
6084 Set find-tag-default-function as a variable rather than a property.
6085
8c0bf8b3
SM
6086 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
6087 * progmodes/etags.el (tags-completion-at-point-function):
6088 Remove left over interactive spec. Add autoloading stub.
6089 (complete-tag): Use tags-completion-at-point-function.
6090
27601456
CY
60912010-04-30 Chong Yidong <cyd@stupidchicken.com>
6092
cb7f3653 6093 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 6094
09d0284d
CY
60952010-04-29 Chong Yidong <cyd@stupidchicken.com>
6096
27d3cd56
CY
6097 * ido.el (ido-init-completion-maps): Remove C-v binding.
6098 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 6099
3a07ffce
CY
61002010-04-29 Chong Yidong <cyd@stupidchicken.com>
6101
6102 * minibuffer.el (tags-completion-at-point-function): New function.
6103 (completion-at-point-functions): Use it.
6104
3a07ffce
CY
6105 * progmodes/etags.el (complete-tag): Revert last change.
6106
3d14bb73
AM
61072010-04-29 Alan Mackenzie <acm@muc.de>
6108
6109 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
6110 off-by-one error (in end of macro position).
6111
7d353d11
SM
61122010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6113
6114 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
6115 firefox is absent. Don't autoload.
6116 (browse-url-galeon-program): Don't autoload.
6117
48111a85
CY
61182010-04-28 Chong Yidong <cyd@stupidchicken.com>
6119
6120 * bindings.el (complete-symbol): Move into minibuffer.el.
6121
6122 * minibuffer.el (complete-tag): Move from etags.el. If tags
6123 completion cannot be performed, return nil instead of signalling
6124 an error.
6125 (completion-at-point): Make it an alias for complete-symbol.
6126 (complete-symbol): Move from bindings.el, and replace with the
6127 body of completion-at-point.
6128
6129 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
6130
7ba94701
MA
61312010-04-28 Michael Albinus <michael.albinus@gmx.de>
6132
6133 * net/tramp.el (tramp-remote-selinux-p): New defun.
6134 (tramp-handle-file-selinux-context)
6135 (tramp-handle-set-file-selinux-context): Use it.
6136
95c6cc3e
SS
61372010-04-28 Sam Steingold <sds@gnu.org>
6138
6139 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
6140 `safe-local-variable' if the value is a string or a symbol with
6141 the property `bug-reference-url-format'.
6142
36045ff3
CY
61432010-04-28 Chong Yidong <cyd@stupidchicken.com>
6144
537ffaf3
SM
6145 * progmodes/bug-reference.el (bug-reference-url-format):
6146 Revert 2010-04-27 change due to security risk.
36045ff3 6147
56924d99
SM
61482010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6149
6150 Make it possible to locally disable a globally enabled mode.
6151 * simple.el (fundamental-mode): Run fundamental-mode-hook.
6152 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
6153 rather than kill-all-local-variables so it runs fundamental-mode-hook.
6154 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6155 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
6156 that subsequent hooks get a chance to disable it.
6157
ccaa4765
SM
61582010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
6159
17818d71
SM
6160 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6161 Avoid re-enabling a minor mode after the user turned the minor mode
6162 off if MODE-enable-in-buffers is run twice (typically once from
6163 fundamental-mode's after-change-major-mode-hook and a second time from
6164 run-mode-hook's own after-change-major-mode-hook).
6165
ccaa4765
SM
6166 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
6167
2a6f654e
SS
61682010-04-27 Sam Steingold <sds@gnu.org>
6169
6170 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
6171 `safe-local-variable' if the value is a string or a function, as
6172 documented and implemented on 2010-04-02.
6173
cecaa674
JB
61742010-04-27 Juanma Barranquero <lekktu@gmail.com>
6175
6176 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
6177 when method is 'kill.
6178
61792010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 6180
a628ad9d
JB
6181 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
6182 condition in default directory check.
1e116bb3
AM
6183 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
6184 Kill ispell process when killing its associated buffer.
6185
7dd7fbb9
JD
61862010-04-27 Jan Djärv <jan.h.d@swipnet.se>
6187
6188 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
6189 but we aren't using it.
6190
7ac82b84
J
61912010-04-25 Jan Djärv <jan.h.d@swipnet.se>
6192
6193 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
6194 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
6195
fea1add4
GM
61962010-04-24 Glenn Morris <rgm@gnu.org>
6197
6198 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
6199 Ignore VCS-ignore files, and deleted nextstep preferences files.
6200 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
6201 (authors-ambiguous-files): New list.
6202 (authors-valid-file-names): Add some deleted files.
6203 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
6204 (authors-disambiguate-file-name): New function. (Bug#5501)
6205 (authors-canonical-file-name): Doc fix.
6206 Don't warn about obsolete files.
6207 (authors-canonical-file-name, authors-scan-el):
6208 Use authors-disambiguate-file-name.
6209
cbcfee6e
GM
6210 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
6211 Add autoload cookies.
6212 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
6213 (generated-autoload-file): Set file-local value to "htmlfontify.el".
6214 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
6215 They have definitions / compiler macros in cl.el.
6216 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
6217 Replace manual autoloads with generated ones.
6218 (htmlfontify-unload-rgb-file): Remove autoload.
6219 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
6220
3b548e1b
SM
62212010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6222
9ae0c310
SM
6223 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
6224 (byte-compile-setq-default): Optimize for the
6225 single-var case and don't call byte-compile-form in this case to avoid
6226 inf-loop with byte-compile-set-default.
6227
3b548e1b
SM
6228 * progmodes/compile.el (compilation-start): Abbreviate default directory.
6229
632c5478
MA
62302010-04-23 Michael Albinus <michael.albinus@gmx.de>
6231
6232 Implement SELINUX backends.
6233
3b548e1b
SM
6234 * net/tramp.el (tramp-file-name-handler-alist):
6235 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
6236 (tramp-handle-file-selinux-context)
6237 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
6238 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
6239 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 6240
3b548e1b
SM
6241 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6242 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
6243 (tramp-gvfs-handle-file-selinux-context)
6244 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
6245 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
6246
6247 * net/ange-ftp.el (ange-ftp-copy-file):
6248 * net/tramp-fish.el (tramp-fish-handle-copy-file):
6249 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
6250 * net/tramp-smb.el (tramp-smb-handle-copy-file):
6251 Add PRESERVE-SELINUX-CONTEXT.
632c5478 6252
a94d821f
MA
62532010-04-22 Michael Albinus <michael.albinus@gmx.de>
6254
6255 Synchronize with Tramp repository.
6256
6257 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
6258 (tramp-action-process-alive, tramp-action-out-of-band)
6259 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
6260 (tramp-exists-file-name-handler): Fix docstring.
6261 (with-progress-reporter): New defmacro.
6262 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
6263 (tramp-maybe-open-connection): Use it.
6264
a92375d9
MA
62652010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
6266
6267 Detect ssh 'ControlMaster' argument automatically in some cases.
6268
6269 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
6270 (tramp-default-method): Use it.
6271
489fe4c2
MA
62722010-04-22 Michael Albinus <michael.albinus@gmx.de>
6273
25f14cdb
MA
6274 * net/tramp.el (tramp-handle-copy-file): Add new optional
6275 parameter `preserve-selinux-context'.
6276 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
6277
a92375d9
MA
62782010-04-22 Michael Albinus <michael.albinus@gmx.de>
6279
489fe4c2
MA
6280 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
6281 Ensure, that non remote files are still checked. Oops.
6282
acd1f317
MA
62832010-04-21 Michael Albinus <michael.albinus@gmx.de>
6284
6285 Fix Bug#5840.
6286
6287 * icomplete.el (icomplete-completions): Use `non-essential'.
6288
6289 * net/tramp.el (tramp-connectable-p): New defun.
6290 (tramp-handle-expand-file-name)
6291 (tramp-completion-handle-file-name-all-completions)
6292 (tramp-completion-handle-file-name-completion): Use it.
6293
62c5b459
SM
62942010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6295
6296 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
6297
f904c0f9
JD
62982010-04-21 Jan Djärv <jan.h.d@swipnet.se>
6299
6300 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
6301
6302 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
6303
6304 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
6305 is present.
6306
6307 * info.el (info-tool-bar-map): Add labels.
6308
6309 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
6310
6311 * cus-edit.el (custom-commands): Add labels for tool bar.
6312 (custom-buffer-create-internal, Custom-mode): Adjust for
6313 labels in custom-commands.
6314
6315 * dynamic-setting.el: Renamed from font-setting.el.
6316
c5cbeb12
LL
63172010-04-21 John Wiegley <jwiegley@gmail.com>
6318
6319 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
6320 toggles the use of virtual buffers.
537ffaf3 6321 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
6322 (ido-toggle-virtual-buffers): New function.
6323
fcc93746
JB
63242010-04-21 Juanma Barranquero <lekktu@gmail.com>
6325
6326 Use `define-derived-mode'; fix window selection; doc fixes.
6327 * play/tetris.el (tetris, tetris-update-speed-function)
6328 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
6329 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
6330 (tetris-rotate-next, tetris-end-game, tetris-start-game)
6331 (tetris-pause-game): Fix typos in docstrings.
6332 (tetris-mode-map, tetris-null-map):
6333 Move initialization into declaration.
6334 (tetris-mode): Define with `define-derived-mode';
6335 set show-trailing-whitespace to nil.
6336 (tetris): Prefer window already displaying the "*Tetris*" buffer.
6337
574c05e2
KK
63382010-04-21 Karel Klíč <kklic@redhat.com>
6339
6340 * files.el (backup-buffer): Handle SELinux context, and return it
6341 if a backup was made by renaming.
6342 (backup-buffer-copy): Set SELinux context to the target file.
6343 (basic-save-buffer): Set SELinux context of the newly written file.
6344 (basic-save-buffer-1): Now it also returns any SELinux context.
6345 (basic-save-buffer-2): Set SELinux context of the newly created file,
6346 and return it.
6347 * net/tramp.el (tramp-file-name-for-operation):
6348 Add file-selinux-context.
6349
e97a42c1
SM
63502010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6351
f2b9ed18
SM
6352 Make the log-edit comments use RFC822 format throughout.
6353
e97a42c1
SM
6354 * vc.el (vc-checkin, vc-modify-change-comment):
6355 Adjust to new vc-start/finish-logentry.
6356 (vc-find-conflicted-file): New command.
6357 (vc-transfer-file): Adjust to new vc-checkin.
6358 (vc-next-action): Improve scoping.
6359
6360 * vc-hg.el (vc-hg-log-edit-mode): Remove.
6361 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
6362
6363 * vc-git.el (vc-git-log-edit-mode): Remove.
6364 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
6365 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
6366
6367 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
6368 (vc-start-logentry): Remove argument `extra'.
6369 (vc-finish-logentry): Remove extra args.
6370
6371 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
6372 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
6373 (vc-bzr-conflicted-files): New function.
6374
6375 * log-edit.el (log-edit-extra-flags)
6376 (log-edit-before-checkin-process): Remove.
6377 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
6378 (log-edit-headers-alist): New var.
6379 (log-edit-header-contents-regexp): New const.
6380 (log-edit-match-to-eoh): New function.
6381 (log-edit-font-lock-keywords): Use them.
6382 (log-edit): Insert a "Summary:" header as default.
6383 (log-edit-mode): Mark font-lock rules as case-insensitive.
6384 (log-edit-done): Cleanup headers.
6385 (log-view-process-buffer): Remove.
6386 (log-edit-extract-headers): New function to replace it.
6387
938efb77
JB
63882010-04-20 Juanma Barranquero <lekktu@gmail.com>
6389
6390 * subr.el (default-direction-reversed): Remove obsolescence info.
6391
1cfb415b
SM
63922010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6393
cb4f9513
SM
6394 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
6395 windows/frames.
6396
6e610c72
SM
6397 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
6398 I.e. include text after point in the completion region.
6399 Also, return nil when we're not after/in a symbol.
6400
1cfb415b
SM
6401 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
6402 default enable-multibyte-characters.
6403
c80fa13c
SM
64042010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6405
87926e02
SM
6406 * international/mule.el: Help the user choose a valid coding-system.
6407 (read-buffer-file-coding-system): New function.
6408 (set-buffer-file-coding-system): Use it. Prompt the user if the
6409 coding-system cannot encode all the chars.
6410
c80fa13c
SM
6411 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
6412 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
6413 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
6414 Don't use *vc-bzr-shelve*.
6415
6e104790 64162010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
6417
6418 Fix the version number for added files.
6419 * vc-hg.el (vc-hg-working-revision): Check if the file is
6420 registered after hg parent fails (Bug#5961).
6421
6e104790 64222010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
6423
6424 * htmlfontify.el (htmlfontify-buffer)
6425 (htmlfontify-copy-and-link-dir): Autoload entry points.
6426
6e104790 64272010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
6428
6429 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
6430 name relative to the project root (Bug#5960).
6431
6e104790 64322010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
6433
6434 * vc-git.el (vc-git-print-log): Doc fix.
6435
6e104790 64362010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
6437
6438 * ido.el (ido-file-internal): Fix 2009-12-02 change.
6439
6e104790 64402010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
7860d2e3
CY
6441
6442 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
6443 default settings (Bug#5928).
6444
6e104790 64452010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
6446
6447 * progmodes/fortran.el (fortran-match-and-skip-declaration):
6448 New function.
0a23b2c3 6449 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 6450
6e104790 64512010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
6452
6453 * language/indian.el (malayalam-composable-pattern): Fix previous
6454 change (add U+0D4D "SIGN VIRAMA").
6455 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
6456 (tamil-composable-pattern): Fix typo in the regexp.
6457 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
6458 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
6459 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
6460
6e104790 64612010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
6462
6463 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
6464 paragraph-separate (Bug#5821).
6465
6e104790 64662010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
6467
6468 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
6469
6470 * info.el (Info-find-node-2): Comment out code that skips
6471 breadcrumbs line.
6472 (Info-mouse-follow-link): New command.
6473 (Info-link-keymap): New keymap.
6474 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
6475 Return a string with links instead of inserting breadcrumbs
6476 to the Info buffer.
6477 (Info-fontify-node): Comment out code that inserts breadcrumbs.
6478 Instead of putting the `invisible' text property over the Info
6479 header, make an overlay over the Info header with the `invisible'
6480 property and `after-string' set to the string returned by
6481 `Info-breadcrumbs'.
6482
6e104790 64832010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
6484
6485 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
6486 Reported by monkey@sandpframing.com.
6487
98923800
SM
64882010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6489
b5feea0f
SM
6490 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
6491 (tmm-get-keymap): Add key-binding shortcuts now that they're not
6492 available in the "keyseq cache" any more.
6493
98923800
SM
6494 * custom.el (defcustom): Add edebug spec.
6495
fd5c9dfa
JL
64962010-04-18 Juri Linkov <juri@jurta.org>
6497
6498 Test for special mode-class in view-buffer instead of view-file (bug#5513).
6499
6500 * view.el (view-file, view-buffer): Move test for special mode-class
6501 from view-file to view-buffer.
6502
6503 * tar-mode.el (tar-extract): Turn if's into one cond
6504 like in arc-mode.el.
6505
b3671a51
JL
65062010-04-18 Juri Linkov <juri@jurta.org>
6507
6508 Add 7z archive format support (bug#5475).
6509
6510 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
6511 (archive-7z-extract): New defcustom.
6512 (archive-find-type): Add magic string for 7z.
6513 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
6514 If `stderr-file' is non-nil, use `(t stderr-file)' for the
6515 `buffer' arg of `call-process'.
6516 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
6517 call the function `archive-7z-extract' with the variable
6518 `archive-7z-extract' let-bound to `archive-zip-extract'.
6519 (archive-7z-summarize, archive-7z-extract): New functions.
6520
6521 * international/mule.el (auto-coding-alist):
6522 * files.el (auto-mode-alist): Add 7z file extension.
6523
8a37fb25
SM
65242010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6525
e9515805
SM
6526 * loadup.el: Setup hash-cons for pure data.
6527
f8ea0098
SM
6528 Fix duplicate entries in cedet's loaddefs.el files.
6529 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
6530 Should make most file-local generated-autoload-file unnecessary.
6531 (print-readably): Silence warnings.
6532 (autoload-find-destination): Take load-name as an arg to make sure
6533 it's the same as the one that will be in the file.
6534 (autoload-generate-file-autoloads): Adjust to above changes.
6535 Try to make the dataflow a bit simpler.
6536
8a37fb25
SM
6537 * cvs-status.el (cvs-refontify): Remove unused.
6538
f8b91752
JB
65392010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
6540
76e3243a 6541 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 6542
76e3243a 6543 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
6544 twos-complement mode.
6545
d8b01fef
JB
65462010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
6547
76e3243a
JB
6548 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
6549 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
6550 (calc-inverse): Add "Option" to message, as appropriate.
6551 (calc-hyperbolic): Add "Option" to message, as appropriate.
6552 (calc-option, calc-is-option): New functions.
6553
76e3243a 6554 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
6555 (calc-option-prefix-help): New function.
6556
76e3243a 6557 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 6558
76e3243a 6559 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
6560 (calc-option-flag): New variable.
6561 (calc-do): Set `calc-option-flag to nil.
6562 (calc-set-mode-line): Add "Opt " as appropriate.
6563
74f806a1
JL
65642010-04-16 Juri Linkov <juri@jurta.org>
6565
6566 Move scrolling commands from simple.el to window.el
6567 because their primitives are implemented in window.c.
6568
6569 * simple.el (scroll-error-top-bottom)
6570 (scroll-up-command, scroll-down-command, scroll-up-line)
6571 (scroll-down-line, scroll-other-window-down)
6572 (beginning-of-buffer-other-window, end-of-buffer-other-window):
6573 * window.el (scroll-error-top-bottom)
6574 (scroll-up-command, scroll-down-command, scroll-up-line)
6575 (scroll-down-line, scroll-other-window-down)
6576 (beginning-of-buffer-other-window, end-of-buffer-other-window):
6577 Move from simple.el to window.el because their primitives are
6578 implemented in window.c.
6579
ad40eec5
JL
65802010-04-16 Juri Linkov <juri@jurta.org>
6581
6582 * isearch.el (isearch-lookup-scroll-key): Check both
6583 `isearch-scroll' and `scroll-command' properties.
6584 (scroll-up, scroll-down): Remove `isearch-scroll' property.
6585
6586 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
6587
6588 * simple.el (scroll-up-command, scroll-down-command)
6589 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
6590
a4b000fb
JL
65912010-04-15 Juri Linkov <juri@jurta.org>
6592
6593 * simple.el (scroll-up-command, scroll-down-command)
6594 (scroll-up-line, scroll-down-line): Put `scroll-command'
6595 property on the these symbols. Remove them from
6596 `scroll-preserve-screen-position-commands'.
6597
6598 * mwheel.el (mwheel-scroll): Put `scroll-command' and
6599 `isearch-scroll' properties on the `mwheel-scroll' symbol.
6600 Remove it from `scroll-preserve-screen-position-commands'.
6601
6602 * isearch.el (isearch-allow-scroll): Doc fix.
6603
4874f5e6
MA
66042010-04-15 Michael Albinus <michael.albinus@gmx.de>
6605
6606 * net/tramp.el (tramp-error-with-buffer): Don't show the
6607 connection buffer when we are in completion mode.
6608 (tramp-file-name-handler): Catch the error for some operations
6609 when we are in completion mode. This gives the user the chance to
6610 correct the file name in the minibuffer.
6611
82883f0a
GM
66122010-04-15 Glenn Morris <rgm@gnu.org>
6613
6614 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
6615
528b9ea9
JB
66162010-04-15 Juanma Barranquero <lekktu@gmail.com>
6617
6618 Simplify by using `define-derived-mode'.
6619 * info.el (Info-mode):
6620 * calendar/todo-mode.el (todo-mode):
6621 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
6622 (gomoku-mode-map): Move initialization into declaration.
6623
5f2b693f
MA
66242010-04-14 Michael Albinus <michael.albinus@gmx.de>
6625
6626 Fix Bug#5840.
6627 * ido.el (ido-file-name-all-completions-1):
6628 * minibuffer.el (minibuffer-completion-help):
6629 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
6630
ebb9641f
SM
66312010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6632
38111a5a
SM
6633 * simple.el (non-essential): New var.
6634
ebb9641f
SM
6635 Add a new field `location' to bookmarks for non-file bookmarks.
6636 * bookmark.el (bookmark-location): Use the new field, if present.
6637 (bookmark-insert-location): Undo last change, not needed any more.
6638 * man.el (Man-bookmark-make-record):
6639 * woman.el (woman-bookmark-make-record): Add `location' field.
6640
7b05466f
JL
66412010-04-14 Juri Linkov <juri@jurta.org>
6642
6643 * simple.el (scroll-error-top-bottom): New defcustom.
6644 (scroll-up-command, scroll-down-command): Use it. Doc fix.
6645
6646 * emulation/pc-select.el (pc-select-override-scroll-error):
6647 Obsolete in favor of `scroll-error-top-bottom'.
6648
32129746
JL
66492010-04-14 Juri Linkov <juri@jurta.org>
6650
6651 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
6652 `scroll-up-command' and `M-v' to `scroll-down-command'.
6653
6654 * emulation/cua-rect.el (cua--init-rectangles):
6655 * forms.el (forms--change-commands):
6656 * image-mode.el (image-mode-map):
6657 Remap scroll-down-command and scroll-up-command
6658 in addition to scroll-down and scroll-up.
6659
9013a7f8
JL
66602010-04-14 Juri Linkov <juri@jurta.org>
6661
6662 * mwheel.el (scroll-preserve-screen-position-commands):
6663 Add mwheel-scroll to this list of commands.
6664
6665 * simple.el (scroll-preserve-screen-position-commands):
6666 Add scroll-up-command, scroll-down-command, scroll-up-line,
6667 scroll-down-line to this list of commands.
6668
3b7e1d5f
SM
66692010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6670
c1e25821
SM
6671 * obsolete/complete.el: Move from lisp/complete.el.
6672
5b31b787
SM
6673 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
6674
3b7e1d5f
SM
6675 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
6676 to the minor mode function now turns the mode ON unconditionally.
6677
398a825b
SM
66782010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6679
a544e7c1
SM
6680 * vc-dir.el (vc-dir-kill-line): New command.
6681 (vc-dir-mode-map): Bind it to C-k.
6682
a1979d8e
SM
6683 * bookmark.el (bookmark-insert-location): Handle a nil filename.
6684
398a825b
SM
6685 * woman.el: Add bookmark declarations to silence the compiler.
6686 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
6687 step to compatibility between man and woman bookmarks.
6688 Adjust for Man-default-bookmark-title renaming.
6689 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
6690
6691 * man.el: Add bookmark declarations to silence the compiler.
6692 (Man-name-local-regexp): Make it match NAME as well.
6693 (Man-getpage-in-background): Return the buffer.
6694 (Man-notify-when-ready): Use `case'.
6695 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
6696 Don't hardcode "NAME". Simplify.
6697 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
6698 Rename from Man-bookmark-make-record.
6699 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
6700 we have the actual man-args. Use Man-getpage-in-background rather
6701 than `man' since the arg is already processed. Let bookmark.el do the
6702 window handling. Only wait for the relevant process.
6703 Don't forget to autoload.
6704
6705 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
6706
45be326a
TV
67072010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6708
6709 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
6710 New functions.
6711 (woman-mode): Setup bookmark support.
6712
6713 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
6714 (man-bookmark-jump): New functions.
6715 (Man-mode): Setup bookmark support.
6716
3acb4c93
CY
67172010-04-10 Jari Aalto <jari.aalto@cante.net>
6718
6719 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
6720 recognize ssh-keygen prompt (Bug#2817).
6721
b6bbb65e
MA
67222010-04-10 Michael Albinus <michael.albinus@gmx.de>
6723
6724 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
6725
b533bc97
MA
67262010-04-10 Michael Albinus <michael.albinus@gmx.de>
6727
6728 Synchronize with Tramp repository.
6729
6730 * net/tramp.el (tramp-completion-function-alist)
6731 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
6732 (tramp-local-coding-commands, tramp-remote-coding-commands):
6733 Fix docstring.
6734 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
6735 (tramp-handle-directory-files-and-attributes)
6736 (tramp-get-remote-path): Use `copy-tree'.
6737 (tramp-handle-file-name-all-completions): Backward/ XEmacs
6738 compatibility: Use `completion-ignore-case' if
6739 `read-file-name-completion-ignore-case' does not exist.
6740 (tramp-do-copy-or-rename-file-directly): Do not use
6741 `tramp-handle-file-remote-p'.
45be326a
TV
6742 (tramp-do-copy-or-rename-file-out-of-band):
6743 Use `tramp-compat-delete-directory'.
b533bc97 6744 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
6745 (tramp-compute-multi-hops, tramp-maybe-open-connection):
6746 Use `format-spec-make'.
b533bc97
MA
6747 (tramp-find-foreign-file-name-handler)
6748 (tramp-advice-make-auto-save-file-name)
6749 (tramp-set-auto-save-file-modes): Remove superfluous check for
6750 `stringp'. This is done inside `tramp-tramp-file-p'.
6751 (tramp-debug-outline-regexp): New defconst.
6752 (tramp-get-debug-buffer): Use it.
6753 (tramp-check-for-regexp): Use (forward-line 1).
6754 (tramp-set-auto-save-file-modes): Adapt version check.
6755
45be326a
TV
6756 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
6757 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
6758 (tramp-compat-make-temp-file): Simplify fallback implementation.
6759 (tramp-compat-copy-tree): Remove function.
6760 (tramp-compat-delete-directory): Provide implementation for older
6761 Emacsen.
6762
6763 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
6764 Do not use `tramp-fish-handle-file-attributes.
6765
6766 * net/trampver.el: Update release number.
6767
ba33df00
GM
67682010-04-10 Glenn Morris <rgm@gnu.org>
6769
6770 * progmodes/compile.el (compilation-save-buffers-predicate):
6771 Add missing :version tag.
6772
4a8ae76f
SS
67732010-04-09 Sam Steingold <sds@gnu.org>
6774
6775 * progmodes/compile.el (compilation-save-buffers-predicate):
6776 Remove the "autoload" cookie.
6777
0880716f
SS
6778 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
6779 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
6780 and `bug-reference-prog-mode' can be used in hooks directly.
6781
6aebd58c
DN
67822010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6783
6784 Add --author support to git commit.
6785 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
6786 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
6787 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
6788 New declarations.
6aebd58c 6789
f6d90772
ER
67902010-04-09 Eric Raymond <esr@snark.thyrsus.com>
6791
6792 * vc-hooks.el, vc-git.el: Improve documentation comments.
6793
e754e83b
SM
67942010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6795
6796 Fix some of the problems in defsubst* (bug#5728).
6797 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
6798 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
6799
9e86ab0b
SS
68002010-04-07 Sam Steingold <sds@gnu.org>
6801
e754e83b
SM
6802 * progmodes/compile.el (compilation-save-buffers-predicate):
6803 New custom variable.
9e86ab0b
SS
6804 (compile, recompile): Pass it to `save-some-buffers'.
6805
b0c8b840
JD
68062010-04-07 Jan Djärv <jan.h.d@swipnet.se>
6807
6808 * wid-edit.el (widget-choose): Move cursor to the second line of
6809 the buffer (Bug#5695).
6810
31527c56
DN
68112010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6812
6813 Add new VC methods: vc-log-incoming and vc-log-outgoing.
6814 * vc.el (vc-print-log-setup-buttons): New function split out from
6815 vc-print-log-internal.
6816 (vc-log-internal-common): New function, a parametrized version of
6817 vc-print-log-internal.
6818 (vc-print-log-internal): Just call vc-log-internal-common with the
6819 right arguments.
6820 (vc-incoming-outgoing-internal):
6821 (vc-log-incoming, vc-log-outgoing): New functions.
6822 (vc-log-view-type): New permanent local variable.
6823
6824 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
6825
6826 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
6827 of the dynamic bound vc-short-log.
6828 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
6829
6830 * vc-git.el (vc-git-log-outgoing): New function.
6831 (vc-git-log-view-mode): Use vc-log-view-type instead
6832 of the dynamic bound vc-short-log.
6833
6834 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
6835 of the dynamic bound vc-short-log. Highlight the tag.
6836 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
6837 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
6838 (vc-hg-incoming-mode): Remove.
6839 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
6840
7ec69e2b
DN
68412010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6842
6843 Fix default-directory for vc-root-diff.
6844 * vc.el (vc-root-diff): Bind default-directory to the root
6845 directory for the diff command.
6846
fd9ea9d3
WS
68472010-04-07 Michael McNamara <mac@mail.brushroad.com>
6848
6e104790 6849 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
6850 (verilog-calc-1): Support "disable fork" and "fork wait" multi
6851 word keywords, suggested by Steve Pearlmutter.
6e104790 6852 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 6853 port lists.
6e104790 6854 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 6855 fix bug for /* / comments.
6e104790 6856 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 6857 Speed up and simplfy as this is never called with a bound.
6e104790
SM
6858 (verilog-pretty-declarations): Enhance to line up declarations
6859 inside a parameter list, suggested by Alan Morgan.
6860 (verilog-pretty-expr): Tune assignment regular expression match
6861 string for corner cases; also use markers instead of character
6862 number as indent changes the later.
fd9ea9d3
WS
6863
68642010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
6865
6e104790
SM
6866 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
6867 as missing keyword.
6868 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
6869 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
6870 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
6871 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
6872 Tennant.
6873 (verilog-keywords):
fd9ea9d3
WS
6874 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
6875 1800-2009 keywords, including "global.".
6876
2a07afc5
JW
68772010-04-06 John Wiegley <jwiegley@gmail.com>
6878
8b32731a 6879 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 6880 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 6881 file basename). Should use uniquify to offer a real solution.
2a07afc5 6882
f9a27d86
JW
68832010-04-06 John Wiegley <jwiegley@gmail.com>
6884
8b32731a
JB
6885 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
6886 comment to code, and add a :version tag.
6887 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 6888
9caf8a8f
JB
68892010-04-06 Juanma Barranquero <lekktu@gmail.com>
6890
6891 Enable recentf-mode if using virtual buffers.
6892 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 6893 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
6894 (ido-make-buffer-list): Simplify.
6895 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
6896
5a97d2da
JL
68972010-04-05 Juri Linkov <juri@jurta.org>
6898
6899 Scrolling commands which scroll a line instead of full screen.
6900 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6901
6902 * simple.el (scroll-up-line, scroll-down-line): New commands.
6903 Put property isearch-scroll=t on them.
6904
6905 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
6906 Remove commands.
6907
79ce172a
JL
69082010-04-05 Juri Linkov <juri@jurta.org>
6909
8b32731a 6910 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
6911 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6912
6913 * simple.el (scroll-up-command, scroll-down-command): New commands.
6914 Put property isearch-scroll=t on them.
6915
6916 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
6917 `scroll-down-command' and [next] from `scroll-up' to
6918 `scroll-up-command'.
6919
6920 * emulation/cua-base.el: Put property CUA=move on
6921 `scroll-up-command' and `scroll-down-command'.
6922 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
6923 and `scroll-down-command' to `cua-scroll-down'.
6924
309d5b43
JB
69252010-04-05 Juanma Barranquero <lekktu@gmail.com>
6926
6460e534 6927 * help.el (describe-mode): Return nil.
309d5b43 6928
0523d117
JW
69292010-04-04 John Wiegley <jwiegley@gmail.com>
6930
6931 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 6932 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
6933 (ido-virtual): Face used to indicate virtual buffers in the list.
6934 (ido-buffer-internal): If a buffer is chosen, and no such buffer
6935 exists, but a virtual buffer of that name does (which would be why
6936 it was in the list), recreate the buffer by reopening the file.
6937 (ido-make-buffer-list): If virtual buffers are being used, call
6938 `ido-add-virtual-buffers-to-list' before the make list hook.
6939 (ido-virtual-buffers): New variable which contains a copy of the
6940 current contents of the `recentf-list', albeit pared down for the
6941 sake of speed, and with proper faces applied.
6942 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
6943 create a list of "virtual buffers" to present to the user in
6944 addition to the currently open set. Note that this logic could
6945 get rather slow if that list is too large. With the default
6946 `recentf-max-saved-items' of 200, there is little speed penalty.
6947
202ff0d6
SM
69482010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6949
6950 * font-lock.el: Require CL when compiling.
6951 (font-lock-turn-on-thing-lock): Use `case'.
6952
ef43a0f4
EZ
69532010-04-03 Eli Zaretskii <eliz@gnu.org>
6954
6955 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
6956 Zaretskii.
ef43a0f4 6957
9c13a46e
JL
69582010-04-02 Juri Linkov <juri@jurta.org>
6959
6960 * ehelp.el (electric-help-orig-major-mode):
6961 New buffer-local variable.
6962 (electric-help-mode): Set it to original major-mode. Doc fix.
6963 (with-electric-help): Use `electric-help-orig-major-mode' instead
6964 of (default-value 'major-mode). Doc fix.
6965 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
6966
3fb87bf5
SS
69672010-04-02 Sam Steingold <sds@gnu.org>
6968
6969 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
6970 `vc-hg-command' with a list of flags.
6971
202ff0d6
SM
6972 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6973 Also accept "patch" and "RFE".
dbb5e44a
SS
6974 (bug-reference-fontify): `bug-reference-url-format' can also be a
6975 function to be able to handle the bug kind.
202ff0d6 6976 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 6977
d0b22876
JD
69782010-04-02 Jan Djärv <jan.h.d@swipnet.se>
6979
6980 * tmm.el (tmm-get-keymap): Check with symbolp before passing
6981 value to fboundp, it may not be a symbol.
6982
1625d379
CY
69832010-03-31 Chong Yidong <cyd@stupidchicken.com>
6984
202ff0d6 6985 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 6986
1cd095c6
JL
69872010-03-31 Juri Linkov <juri@jurta.org>
6988
6989 * simple.el (next-line, previous-line): Re-throw a signal
6990 with `signal' instead of using `ding'.
6991 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
6992
67189e62
JL
69932010-03-31 Juri Linkov <juri@jurta.org>
6994
6995 * simple.el (keyboard-escape-quit): Raise deselecting the active
6996 region higher than exiting the minibuffer.
6997 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
6998
1546c559
JL
69992010-03-31 Juri Linkov <juri@jurta.org>
7000
7001 * image.el (image-animated-p): Use `image-metadata' instead of
7002 `image-extension-data'. Get GIF extenstion data from metadata
7003 property `extension-data'.
7004
85626eef
SM
70052010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7006
7007 * simple.el (append-to-buffer): Simplify.
7008
85738751 70092010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
7010
7011 * textmodes/artist.el (artist-mode): Fix typo in docstring.
7012 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
7013
85738751 70142010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
7015
7016 * language/sinhala.el (composition-function-table): Fix regexp for
7017 the new Unicode specification.
7018
7019 * language/indian.el (devanagari-composable-pattern)
7020 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 7021 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
7022 specification.
7023 (bengali-composable-pattern, gurmukhi-composable-pattern)
7024 (gujarati-composable-pattern, oriya-composable-pattern)
7025 (telugu-composable-pattern): New variables to cope with the new
7026 Unicode specification. Use them in composition-function-table.
7027
85738751 70282010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 7029
79d74ac5 7030 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
7031 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
7032 vectors rather than cons cells, as used in menu-bar-update-buffers.
7033
85738751 70342010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 7035
2a793f7f
CY
7036 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
7037 (js-insert-and-indent): Revert 2009-08-15 change, restoring
7038 electric punctuation for "{}();,:" (Bug#5586).
7039
03ffe8be
CY
7040 * mail/sendmail.el (mail-default-directory): Doc fix.
7041
85738751 70422010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
7043
7044 * mail/sendmail.el (mail-default-directory): Doc fix.
7045
85738751 70462010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
7047
7048 * subr.el (version-regexp-alist, version-to-list)
7049 (version-list-<, version-list-=, version-list-<=)
7050 (version-list-not-zero, version<, version<=, version=): Doc fix.
7051 (Bug#5744).
7052
85738751 70532010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
7054
7055 * vc.el (vc-root-diff): Doc fix.
7056
85738751 70572010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 7058
9aa2c576
CY
7059 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
7060
9d30a9f4
CY
7061 * simple.el (append-to-buffer): Fix last change.
7062
85738751 70632010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
7064
7065 * simple.el (append-to-buffer): Ensure that point is preserved if
7066 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
7067 (Bug#5749)
7068
2372f278
SM
70692010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7070
7071 * files.el (auto-mode-case-fold): Change default to t.
7072
2223a1b3
JL
70732010-03-30 Juri Linkov <juri@jurta.org>
7074
7075 * dired-x.el (dired-omit-mode): Doc fix.
7076
0ef84fc8
JL
70772010-03-30 Juri Linkov <juri@jurta.org>
7078
7079 * replace.el (occur-accumulate-lines): Move occur-engine related
7080 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
7081 to be located after `occur-engine'.
7082
dc2d2590
JL
70832010-03-30 Juri Linkov <juri@jurta.org>
7084
7085 Make occur handle multi-line matches cleanly with context.
7086 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
7087
7088 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
7089 (occur-engine): Add local variables `ret', `prev-after-lines',
7090 `prev-lines'. Use more arguments for `occur-context-lines'.
7091 Set first elem of its returned list to `data', and the second elem
7092 to `prev-after-lines'. Don't print the separator line.
7093 In the end, print remaining context after-lines.
7094 (occur-context-lines): Add new arguments `begpt', `endpt',
7095 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
7096 after-lines of the previous match with before-lines of the
7097 current match and not overlap them. Return a list with two
7098 values: the output line and the list of context after-lines.
7099
47c88c06
JL
71002010-03-30 Juri Linkov <juri@jurta.org>
7101
7102 * replace.el (occur-accumulate-lines): Fix a bug where the first
7103 context line at the beginning of the buffer was missing.
7104
a7b02820
EZ
71052010-03-30 Eli Zaretskii <eliz@gnu.org>
7106
7107 * files.el: Make bidi-display-reordering safe variable for boolean
7108 values.
7109
9326ba26 71102010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 7111 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
7112
7113 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
7114 (progress-reporter-update, progress-reporter-do-update):
7115 Handle non-numeric value arguments.
9326ba26
CY
7116 (progress-reporter--pulse-characters): New var.
7117
f6f8aa12
CY
71182010-03-28 Chong Yidong <cyd@stupidchicken.com>
7119
7120 * progmodes/compile.el (compilation-start): Fix regexp detection
7121 of initial cd command (Bug#5771).
7122
7ed287b5
CY
71232010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
7124
7125 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
7126
146b8b16
NR
71272010-03-27 Nick Roberts <nickrob@snap.net.nz>
7128
7129 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
7130 * progmodes/gdb-mi.el: Restore.
7131 * progmodes/gdb-ui.el: Remove.
7132 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 7133
b23caf75
GM
71342010-03-25 Glenn Morris <rgm@gnu.org>
7135
7136 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
7137 all dired buffers, even tramp ones. (Bug#5755)
7138
18c812bd
SM
71392010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7140
7141 Add "union tags" in mpc.el.
7142 * mpc.el: Remove backward compatibility code.
7143 (mpc-browser-tags): Change default.
7144 (mpc--find-memoize-union-tags): New var.
7145 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
7146 (mpc-cmd-find): Handle the case where the playlist does not exist.
7147 Handle union-tags.
7148 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
7149 (mpc-cmd-add): Use mpc-cmd-flush.
7150 (mpc-tagbrowser-tag-name): New fun.
7151 (mpc-tagbrowser-buf): Use it.
7152 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
7153
efee6a6d
SM
71542010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7155
9586c41a
SM
7156 Misc cleanup.
7157 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
7158 Use replace-regexp-in-string.
7159 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
7160 (makefile-imake-mode-syntax-table): Move init into defvar.
7161 (makefile-mode): Use define-derived-mode.
7162
efee6a6d
SM
7163 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
7164 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
7165 not be present any more.
7166
c6f3804c
JB
71672010-03-24 Juanma Barranquero <lekktu@gmail.com>
7168
7169 * faces.el (set-face-attribute): Fix typo in docstring.
7170 (face-valid-attribute-values): Reflow docstring.
7171
e867cb5d 71722010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 7173
efee6a6d 7174 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 7175
e867cb5d 71762010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
7177
7178 * indent.el (indent-for-tab-command): Doc fix.
7179
e867cb5d 71802010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 7181
efee6a6d
SM
7182 * progmodes/cc-engine.el (c-remove-stale-state-cache):
7183 Fix off-by-one error. Fixes bug #5747.
657071fc 7184
e867cb5d 71852010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
7186
7187 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
7188 (image-dired-read-comment): Doc fix.
7189
efee6a6d
SM
7190 * json.el (json-object-type, json-array-type, json-key-type)
7191 (json-false, json-null, json-read-number):
c8de140b
JB
7192 * minibuffer.el (completion-in-region-functions):
7193 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
7194 (cal-tex-cursor-week):
7195 * emacs-lisp/trace.el (trace-function):
7196 * eshell/em-basic.el (eshell/printnl):
7197 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
7198 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
7199 * obsolete/levents.el (allocate-event, event-key, event-object)
7200 (event-point, event-process, event-timestamp, event-to-character)
7201 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
7202 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
7203 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
7204 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
7205 (reftex-highlight-selection): Fix typos in docstrings.
7206
e867cb5d 72072010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
7208
7209 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
7210
e867cb5d 72112010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
7212
7213 * mail/rmail.el (rmail-highlight-face): Restore option deleted
7214 2008-02-13 without comment; mark it obsolete.
7215 (rmail-highlight-headers): Use rmail-highlight-face once more.
7216
e867cb5d 72172010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
7218
7219 * woman.el (woman2-process-escapes): Only consume the newline if
7220 the filler character is on a line by itself (Bug#5729).
7221
e867cb5d 72222010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
7223
7224 * language/indian.el (devanagari-composable-pattern): Add more
7225 consonants.
7226
e867cb5d 72272010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
7228
7229 * net/trampver.el: Update release number.
7230
e867cb5d 72312010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 7232
efee6a6d
SM
7233 * net/tramp.el (tramp-find-executable):
7234 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
7235 output of "wc -l" more robust.
7236 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
7237 (tramp-open-connection-setup-interactive-shell): Remove workaround
7238 for OpenSolaris bug, it is not needed anymore.
7239
e867cb5d 72402010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
7241
7242 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
7243
e867cb5d 72442010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
7245
7246 * files.el (auto-mode-alist): Accept more verilog file patterns.
7247
b2b8574b
SM
72482010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7249
7250 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
7251
1d94ebb0
GM
72522010-03-24 Glenn Morris <rgm@gnu.org>
7253
7e263967
GM
7254 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
7255 log-edit-before-checkin-process.
7256
5ac92c5f
GM
7257 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
7258
7259 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 7260
549f324a
GM
7261 * vc-dispatcher.el (vc-start-logentry): Doc fix.
7262 (log-view-process-buffer, log-edit-extra-flags): Declare.
7263
495b517c
GM
7264 * log-edit.el (log-edit-before-checkin-process): Doc fix.
7265
f4087766
SS
72662010-03-23 Sam Steingold <sds@gnu.org>
7267
7268 Fix bug#5620: recalculate all markers on compilation buffer
7269 modifications, not on file modifications.
7270 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
7271 the buffer modification time, for buffers not associated with files.
7272 (compilation-mode): Create it.
7273 (compilation-filter): Update it.
7274 (compilation-next-error-function): Use it instead of
7275 `visited-file-modtime' for timestamp.
7276
774642e5
JL
72772010-03-23 Juri Linkov <juri@jurta.org>
7278
7279 Implement Occur multi-line matches.
7280 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
7281
7282 * replace.el (occur): Doc fix.
7283 (occur-engine): Set `begpt' to the beginning of the first line.
7284 Set `endpt' to the end of the last match line. At first, count
7285 line numbers between `origpt' and `begpt'. Split out code from
7286 `out-line' variable to new let-bindings `match-prefix' and
7287 `match-str'. In `out-line' add non-numeric prefix to all
7288 non-first lines of multi-line matches. Finally, count lines
7289 between `begpt' and `endpt' and add to `lines'.
7290
f14d1172
JL
72912010-03-23 Juri Linkov <juri@jurta.org>
7292
7293 * replace.el (occur-accumulate-lines, occur-engine):
7294 Use `occur-engine-line' instead of duplicate code.
7295 (occur-engine-line): New function created from duplicate code
7296 in `occur-accumulate-lines' and `occur-engine'.
7297
53e87c57
JL
7298 * replace.el (occur-engine-line): Add optional arg `keep-props'.
7299 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
7300
75a3ff20
JL
73012010-03-23 Juri Linkov <juri@jurta.org>
7302
7303 * finder.el: Remove TODO tasks.
7304
7305 * info.el (Info-finder-find-node): Add node "all"
7306 with all package info. Handle a list of multiple keywords
7307 separated by comma.
7308 (info-finder): In interactive use with a prefix argument,
7309 use `completing-read-multiple' to read a list of keywords
7310 separated by comma.
7311
00278747
SM
73122010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7313
7314 Add a new completion style `substring'.
7315 * minibuffer.el (completion-basic--pattern): New function.
7316 (completion-basic-try-completion, completion-basic-all-completions):
7317 Use it.
7318 (completion-substring--all-completions)
7319 (completion-substring-try-completion)
7320 (completion-substring-all-completions): New functions.
7321 (completion-styles-alist): New style `substring'.
7322
64cb11cc
SM
73232010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7324
7325 Get rid of .elc files after removal of the corresponding .el.
7326 * Makefile.in (compile-clean): New target.
7327 (compile-main): Use it.
7328
835e2c65
JD
73292010-03-22 Jan Djärv <jan.h.d@swipnet.se>
7330
7331 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
7332 don't do make there. When compiling with separate object dir, there
7333 is no Makefile there.
7334
111a9dff
SM
73352010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7336
7337 Get rid of the ELCFILES abomination, again.
7338 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
7339 (all, compile): Don't call compile-last.
7340 (compile-main): Build the "elcfiles" list dynamically.
7341 (compile-targets): New (internal) target.
7342
82c3d67a
AS
73432010-03-21 Andreas Schwab <schwab@linux-m68k.org>
7344
7345 * Makefile.in (top_srcdir): Define.
7346 (abs_top_builddir): Define.
7347 (srcdir): Don't append `/..'.
7348 (EMACS): Use ${abs_top_builddir}.
7349 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
7350 (update-subdirs, update-authors): Use $(top_srcdir) instead of
7351 $(srcdir).
82c3d67a
AS
7352 (lisp): Use $(srcdir) instead of @srcdir@.
7353
d66ecdbb
JL
73542010-03-21 Juri Linkov <juri@jurta.org>
7355
7356 Fix message of multi-line occur regexps and multi-buffer header lines.
7357 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
7358
7359 * replace.el (occur-1): Don't display regexp if it is longer
7360 than window-width. Use `query-replace-descr' to display regexp.
7361 (occur-engine): Don't display regexp in the buffer header for
7362 multi-buffer occur. Display a separate header line with total
7363 match count and regexp for multi-buffer occur.
7364 Use `query-replace-descr' to display regexp.
7365
f05e1b94
TZ
73662010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
7367
7368 * net/secrets.el: Fix parenthesis.
7369 (secrets-enabled): Fix parenthesis.
7370
801ba3ba
SM
73712010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7372
3613edce
SM
7373 Use more relative file and directory names.
7374 * Makefile.in (EMACS): Arrange for it to work when we chdir.
7375 (setwins, setwins_almost, setwins_for_subdirs):
7376 Don't `cd'; output relative names.
7377 (all, compile, compile-always, compile-last): Set emacswd.
7378 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
7379 Just cd to the lisp source dir so we can use relative file names.
7380
801ba3ba
SM
7381 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
7382
2b1400b9
GM
73832010-03-20 Glenn Morris <rgm@gnu.org>
7384
7385 * textmodes/rst.el: Use faces for font-lock customization, and make the
7386 old -face variables obsolete.
7387 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
7388 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
7389 (rst-block-face, rst-external-face, rst-definition-face)
7390 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
7391 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
7392 Make obsolete.
7393 (rst-font-lock-keywords-function): Update for above changes.
7394
5e418f17
JL
73952010-03-20 Juri Linkov <juri@jurta.org>
7396
7397 * s-region.el:
7398 * obsolete/s-region.el: Move to obsolete.
7399
b0287b39
JB
74002010-03-19 Juanma Barranquero <lekktu@gmail.com>
7401
7402 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
7403
3c95bbb6
DN
74042010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
7405
7406 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
7407
09158997
DN
74082010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
7409
7410 Add special markup processing for commit logs.
7411 * log-edit.el (log-edit-extra-flags): New variable.
7412 (log-edit): Add new argument MODE. Use that mode when non-nil
7413 instead of the log-view-mode.
7414 (log-view-process-buffer): New function.
7415
7416 * vc.el: Document that the checkin method takes optional
7417 arguments. Document new backend specific method: log-view-mode.
7418 (vc-default-log-edit-mode): New function.
7419 (vc-checkin): Use a backend specific log-view-mode.
7420 Pass extra arguments to the checkin method.
7421 (vc-modify-change-comment): Pass a dummy extra argument.
7422
7423 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
7424 log-edit.
7425 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
7426 (vc-finish-logentry): Process the log buffer before passing it
7427 down. Pass log-edit-extra-flags.
7428
7429 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
7430 command.
85626eef
SM
7431 (log-edit-extra-flags, log-edit-before-checkin-process):
7432 New declarations.
09158997
DN
7433
7434 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
7435 command.
85626eef
SM
7436 (log-edit-extra-flags, log-edit-before-checkin-process):
7437 New declarations.
09158997
DN
7438 (vc-hg-log-edit-mode): New derived mode.
7439
7440 * vc-arch.el (vc-arch-checkin):
7441 * vc-cvs.el (vc-cvs-checkin):
7442 * vc-git.el (vc-git-checkin):
7443 * vc-mtn.el (vc-mtn-checkin):
7444 * vc-rcs.el (vc-rcs-checkin):
7445 * vc-sccs.el (vc-sccs-checkin):
7446 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
7447
f430423d
SM
74482010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7449
7450 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
7451 parent typo).
7452
aa8f8277
GM
74532010-03-19 Glenn Morris <rgm@gnu.org>
7454
f430423d 7455 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 7456
04525749
GM
74572010-03-18 Glenn Morris <rgm@gnu.org>
7458
c70815f1
GM
7459 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
7460
84d0a5f8
GM
7461 * replace.el (query-replace-history): Give it a doc string.
7462 (map-query-replace-regexp): Use query-replace-from-history-variable
7463 and query-replace-to-history-variable.
7464
e3a15161
GM
7465 * mail/hashcash.el (declare-function): Remove duplicate definition.
7466
27be0364
GM
7467 * mail/emacsbug.el (report-emacs-bug-pretest-address):
7468 Make it an obsolete alias for report-emacs-bug-address.
7469 (message-strip-special-text-properties): Declare.
7470 (report-emacs-bug): Remove test for a pretest bug address.
7471 Combine message-mode-specific code.
7472
88b8d18e
GM
7473 * mail/supercite.el: Don't require sendmail.
7474 (mh-in-header-p): Declare rather than using with-no-warnings.
7475 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
7476 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
7477
1a355d09
GM
7478 * calendar/cal-french.el: Convert to utf-8.
7479
04525749
GM
7480 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
7481 Emacs scripts.
7482
ae84eb97
MA
74832010-03-16 Michael Albinus <michael.albinus@gmx.de>
7484
7485 * net/secrets.el (secrets-enabled): New variable. Use it instead
7486 of a subfeature.
7487
7c75524e
MA
74882010-03-15 Michael Albinus <michael.albinus@gmx.de>
7489
7490 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
7491 service "org.freedesktop.secrets" can be pinged.
7492 Provide subfeature `enabled'.
7c75524e 7493
57938a79
JL
74942010-03-14 Juri Linkov <juri@jurta.org>
7495
7496 Add finder unknown keywords.
7497
7498 * finder.el (finder-unknown-keywords): New function.
7499
7500 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
7501 to create a Finder node with unknown keywords.
7502
88f4758e
JL
75032010-03-14 Juri Linkov <juri@jurta.org>
7504
7505 * finder.el (finder-compile-keywords): Replace `princ' with
7506 `prin1' on a list of symbols interned from keyword strings.
7507
7508 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
7509 a comma, then split keywords using a comma and optional whitespace.
7510 Otherwise, split by whitespace.
7511
7512 * complete.el:
7513 * face-remap.el:
7514 * log-view.el:
7515 * net/hmac-def.el:
7516 * net/hmac-md5.el:
7517 * net/netrc.el:
7518 * progmodes/mixal-mode.el: Fix keywords.
7519
7725ebb7
MA
75202010-03-13 Michael Albinus <michael.albinus@gmx.de>
7521
7522 * Makefile.in (ELCFILES): Add net/secrets.elc.
7523
7524 * net/secrets.el: New file.
7525
6f320937
CY
75262010-03-12 Chong Yidong <cyd@stupidchicken.com>
7527
7528 * facemenu.el (list-colors-display, list-colors-print): New arg
7529 callback. Use it to allow selecting colors.
7530
7531 * wid-edit.el (widget-image-insert): Insert image prop even if the
7532 current display is non-graphic.
7533 (widget-field-value-set): New fun.
7534 (editable-field): Use it.
7535 (widget-field-value-get): Clean up unused var.
85626eef
SM
7536 (widget-color-value-create, widget-color--choose-action):
7537 New funs. Allow using list-colors-display to choose color.
6f320937 7538
647f9993
CY
75392010-03-12 Chong Yidong <cyd@stupidchicken.com>
7540
7541 * cus-edit.el: Resort topmost custom groups.
7542 (custom-buffer-sort-alphabetically): Default to t.
7543 (customize-apropos): Use apropos-parse-pattern.
7544 (custom-search-field): New var.
7545 (custom-buffer-create-internal): Add custom-apropos search field.
7546 (custom-add-parent-links): Don't display parent doc.
7547 (custom-group-value-create): Don't sort top-level custom group.
85626eef 7548 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
7549
7550 (custom-variable-state): New fun, from custom-variable-state-set.
7551 (custom-variable-state-set): Use it.
7552 (custom-group-value-create): Hide options with standard values
7553 using the :hidden-states property. Use progress reporter.
7554
7555 (custom-show): Simplify.
7556 (custom-visibility): Disable images by default.
7557 (custom-variable): New property :hidden-states.
7558 (custom-variable-value-create): Enable images for
7559 custom-visibility widgets. Use :hidden-states property to
7560 determine initial visibility.
7561
7562 * wid-edit.el (widget-image-find): Give images center ascent.
7563 (visibility): Add :on-image and :off-image properties.
7564 (widget-visibility-value-create): Use them.
7565
eba5b4dd
CY
75662010-03-12 Chong Yidong <cyd@stupidchicken.com>
7567
7568 * cus-edit.el (processes): Remove from development group.
7569 (oop, hypermedia): Delete group.
26f4b8ab 7570 (comm): Promote to top-level group.
eba5b4dd
CY
7571
7572 * net/browse-url.el (browse-url):
7573 * net/xesam.el (xesam):
7574 * net/tramp.el (tramp):
7575 * net/goto-addr.el (goto-address):
26f4b8ab 7576 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
7577
7578 * view.el (view): Remove from editing group.
7579
7580 * uniquify.el (uniquify): Put in files group.
7581
7582 * net/browse-url.el (browse-url):
7583 * ps-print.el (postscript): Put in external group.
7584
7585 * cus-edit.el (outlines):
7586 * textmodes/text-mode.el (text-mode-hook):
7587 * textmodes/table.el (table):
7588 * textmodes/picture.el (picture):
7589 * outline.el (outlines): Put in wp group.
7590
7591 * nxml/nxml-mode.el (nxml): Remove from wp group.
7592
7593 * net/tramp-imap.el (tramp-imap): Put in tramp group.
7594
7595 * mail/metamail.el (metamail): Remove from hypermedia group.
7596
7597 * cus-edit.el (abbrev):
7598 * whitespace.el (whitespace):
7599 * vcursor.el (vcursor):
7600 * reveal.el (reveal):
7601 * hl-line.el (hl-line): Put in convenience group.
7602
7603 * epg-config.el (epg): Put in data group.
7604
7605 * emulation/pc-select.el (pc-select): Put in emulations group.
7606
7607 * calculator.el (calculator): Put in applications group.
7608
8117868f
DN
76092010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7610
7611 Add .dir-locals.el support for file-less buffers.
7612 * files.el (hack-local-variables): Split out code to apply local
7613 variable settings ...
7614 (hack-local-variables-apply): ... here. New function.
7615 (hack-dir-local-variables): Use the default directory for when the
7616 buffer does not have an associated file.
7617 (hack-dir-local-variables-non-file-buffer): New function.
7618 * diff-mode.el (diff-mode):
7619 * vc-annotate.el (vc-annotate-mode):
7620 * vc-dir.el (vc-dir-mode):
7621 * log-edit.el (log-edit-mode):
7622 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
7623
855a2294
DN
76242010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7625
7626 Add support for shelving snapshots and for showing shelves.
7627 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
7628 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
7629 New functions.
7630 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
7631 (vc-bzr-extra-menu-map): Map them.
7632
3e5b7009
GM
76332010-03-11 Glenn Morris <rgm@gnu.org>
7634
0dcf7d7e
GM
7635 * cus-edit.el (customize-changed-options-previous-release):
7636 Bump to 23.1.
7637
3e5b7009
GM
7638 * image.el (image-animate-max-time): Fix :version tag.
7639
288f9fc0
CY
76402010-03-10 Chong Yidong <cyd@stupidchicken.com>
7641
7642 * Branch for 23.2.
7643
53ef91b1
SM
76442010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7645
7646 * vc-git.el (vc-git-revision-table): Include remote branches.
7647
b41460ae 76482010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
7649
7650 Animated image API.
7651 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
7652
7653 * image.el (image-animate-max-time): New defcustom.
7654 (image-animated-types): New defconst.
7655 (create-animated-image, image-animate-timer)
7656 (image-animate-start, image-animate-stop, image-animate-timeout)
7657 (image-animated-p): New functions.
7658
7659 * image-mode.el (image-toggle-display-image):
7660 Replace `create-image' with `create-animated-image'.
7661
e5d1fb10 76622010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
7663
7664 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
7665 instead of "format:"; this ensures that the output is
7666 newline-terminated.
7667
4e7cafbe
CY
76682010-03-08 Chong Yidong <cyd@stupidchicken.com>
7669
7670 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
7671 that all errors are caught, and that the return value is always a
7672 list (Bug#5692).
7673
aec66319
KH
76742010-03-08 Kenichi Handa <handa@m17n.org>
7675
7676 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 7677 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 7678
b327c975
AS
76792010-03-07 Andreas Schwab <schwab@linux-m68k.org>
7680
7681 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
7682 call to rfc822-bad-address. (Bug#5692)
7683
1c465a6a
CY
76842010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
7685
85626eef
SM
7686 * vc-git.el (vc-git-annotate-extract-revision-at-line):
7687 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 7688
a4e32226
CY
76892010-03-06 Chong Yidong <cyd@stupidchicken.com>
7690
7691 * calculator.el (calculator): Don't bind split-window-keep-point
7692 (Bug#5674).
7693
4c83ed3d
SM
76942010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
7695
7696 * vc-git.el: Re-flow to fit into 80 columns.
7697 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
7698 Remove spurious `quote' element in each case alternative.
7699 (vc-git-show-log-entry): Use prog1.
7700 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
7701
e8defde3
SM
77022010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7703
7704 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
7705
233f0c9f
CY
77062010-03-03 Chong Yidong <cyd@stupidchicken.com>
7707
7708 * macros.el (insert-kbd-macro): Look up keyboard macro using the
7709 definition, not the name (Bug#5481).
7710
254bedef 77112010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
7712
7713 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
7714 argument with a local variable. (Bug#5670)
7715
7187cdae
JL
77162010-03-02 Juri Linkov <juri@jurta.org>
7717
7718 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
7719
9cf3544e
MA
77202010-03-02 Michael Albinus <michael.albinus@gmx.de>
7721
7722 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
7723 error when FILENAME and NEWNAME are existing remote directories.
7724
7725 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
7726 parameter DIR-FLAG.
7727
33f77982
GM
77282010-03-02 Glenn Morris <rgm@gnu.org>
7729
7730 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
7731 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
7732
d99ea08e
KH
77332010-03-01 Kenichi Handa <handa@m17n.org>
7734
e8defde3 7735 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
7736 myanmar-composable-pattern.
7737
e8defde3
SM
7738 * international/characters.el (script-list):
7739 * international/fontset.el (script-representative-chars):
7740 Change myanmar to burmese.
d99ea08e 7741 (otf-script-alist): Likewise.
4aa2c3b2
KH
7742 (setup-default-fontset): Likewise. Re-fix :otf spec.
7743
b374f54d
KY
77442010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7745
7746 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
7747
71572c03
JD
77482010-02-28 Jan Djärv <jan.h.d@swipnet.se>
7749
7750 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
7751
00cffdeb
MA
77522010-02-28 Michael Albinus <michael.albinus@gmx.de>
7753
7754 * net/tramp.el (tramp-handle-write-region): START can be a string.
7755 Take care in the checks. Reported by Dan Davison
7756 <davison@stats.ox.ac.uk>.
7757
d4b06783
MA
77582010-02-28 Michael Albinus <michael.albinus@gmx.de>
7759
7760 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
7761 (dbus-set-property, dbus-get-all-properties):
7762 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 7763
8c3e96d2
CY
77642010-02-28 Chong Yidong <cyd@stupidchicken.com>
7765
de3a1fe9
CY
7766 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
7767 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
7768 * calendar/icalendar.el (icalendar--add-diary-entry):
7769 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
7770 * files.el (recover-session-finish): Use with-current-buffer
7771 instead of save-excursion.
7772
c53b9c3b
SM
77732010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
7774
7775 Fix in-buffer completion when after-change-functions modify the buffer.
7776 * minibuffer.el (completion--replace): New function.
7777 (completion--do-completion): Use it and use relative movement.
7778
4a16bdc6
CY
77792010-02-27 Chong Yidong <cyd@stupidchicken.com>
7780
7781 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 7782
b8280f39
CY
77832010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
7784
c53b9c3b
SM
7785 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
7786 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 7787
f88cc4d6
KH
77882010-02-26 Kenichi Handa <handa@m17n.org>
7789
7790 * language/burmese.el: Fix entries in composition-function-table.
7791 (myanmar-composable-pattern): New variable.
7792
7793 * international/fontset.el (setup-default-fontset): Add an entry
7794 for myanmar.
7795
7796 * international/characters.el (script-list): Add Myanmar
7797 Extended-A.
7798
cdbf9100
GM
77992010-02-26 Glenn Morris <rgm@gnu.org>
7800
90a94603
GM
7801 * custom.el (custom-initialize-delay): Doc fix.
7802
cdbf9100
GM
7803 * mail/sendmail.el (send-mail-function): Autoload the call
7804 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
7805
f95a5fd0
CY
78062010-02-24 Chong Yidong <cyd@stupidchicken.com>
7807
7808 * files.el (hack-local-variables-filter): For eval forms, also
7809 check safe-local-variable-p (Bug#5636).
7810
459a5f4b
MA
78112010-02-22 Michael Albinus <michael.albinus@gmx.de>
7812
7813 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
7814 setting the modes by `ignore-errors'. It might fail, for example
7815 if the file is not owned by the user but the group.
7816 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
7817
bb23f6e8
CY
78182010-02-21 Chong Yidong <cyd@stupidchicken.com>
7819
50c58e27
CY
7820 * files.el (directory-listing-before-filename-regexp): Use
7821 stricter matching for iso-style dates, to avoid false matches with
7822 date-like filenames (Bug#5597).
7823
b660eb70
CY
7824 * htmlfontify.el (htmlfontify): Doc fix.
7825
7826 * eshell/eshell.el (eshell): Doc fix.
7827
bb23f6e8
CY
7828 * startup.el (fancy-about-screen): In mode-line, apply
7829 mode-line-buffer-id face only to the buffer name (Bug#5613).
7830
3e39928c
CY
78312010-02-20 Kevin Ryde <user42@zip.com.au>
7832
f7e0618c
JB
7833 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7834 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
7835 (Bug#5599).
7836
0f00e948
EZ
78372010-02-20 Eli Zaretskii <eliz@gnu.org>
7838
7839 * subr.el (remove-yank-excluded-properties): Explain in a comment
7840 why `category' property is removed.
7841
3513efb2
CY
78422010-02-19 Chong Yidong <cyd@stupidchicken.com>
7843
7844 * isearch.el (isearch-update-post-hook, isearch-update): Revert
7845 2010-02-17 change.
7846
b4340b3f
UJ
78472010-02-19 Ulf Jasper <ulf.jasper@web.de>
7848
7849 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
7850 (icalendar--convert-weekly-to-ical)
7851 (icalendar--convert-yearly-to-ical)
7852 (icalendar--convert-block-to-ical)
7853 (icalendar--convert-cyclic-to-ical)
7854 (icalendar--convert-anniversary-to-ical): Take care of time
7855 specifications where hour has 1-digit only (Bug#5549).
7856
8cfae03d
NR
78572010-02-19 Nick Roberts <nickrob@snap.net.nz>
7858
7859 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
7860 of disassemble output in GDB 7.1.
7861
055e4eea
GM
78622010-02-19 Glenn Morris <rgm@gnu.org>
7863
7864 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
7865 property. (Bug#5593)
7866
ff6b00de
SS
78672010-02-18 Sam Steingold <sds@gnu.org>
7868
7869 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
7870
fe8c0b47
SM
78712010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7872
7873 Use abbreviated file names in bookmarks (bug#5591).
7874 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
7875 calls to expand-file-name.
7876 (bookmark-relocate): Use abbreviated file names in bookmarks.
7877 (bookmark-load): Use abbreviated file names in messages.
7878
73a37a69
MA
78792010-02-18 Michael Albinus <michael.albinus@gmx.de>
7880
7881 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
7882 expand "." and "..". Reported by Thierry Volpiatto
7883 <thierry.volpiatto@gmail.com>.
7884
6e4f5731
MA
78852010-02-18 Michael Albinus <michael.albinus@gmx.de>
7886
7887 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
7888 permissions of the temporary file to "0600". In case the remote
7889 file has no read permissions for the owner, there might be
7890 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
7891
789222010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
7893
7894 * emacs-lisp/authors.el (authors-renamed-files-alist):
7895 Add entries for INSTALL.CVS.
7896
ba5bf642
MH
78972010-02-17 Mark A. Hershberger <mah@everybody.org>
7898
f7e0618c 7899 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 7900
f7e0618c 7901 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
7902 (isearch-update): Use the new hook.
7903
aac0b0f2
MA
79042010-02-16 Michael Albinus <michael.albinus@gmx.de>
7905
fe8c0b47
SM
7906 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7907 Fix errors in copying directories.
aac0b0f2
MA
7908 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
7909 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
7910 (tramp-handle-delete-file)
7911 (tramp-handle-dired-recursive-delete-directory)
7912 (tramp-handle-write-region): Flush also the cache for the upper
7913 directory.
7914
05bbe066
CY
79152010-02-16 Chong Yidong <cyd@stupidchicken.com>
7916
e8ab3908
CY
7917 * simple.el (save-interprogram-paste-before-kill): Doc fix.
7918
ff90f4b0
CY
7919 * cus-edit.el (hardware): Doc fix.
7920
7921 * man.el (man): Add to external custom group.
7922
7923 * delim-col.el (columns): Move to wp custom group.
7924
7925 * doc-view.el (doc-view): Add to data custom group.
7926
fe8c0b47 7927 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 7928
05bbe066
CY
7929 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
7930 by ispell-parse-output (Bug#5575).
7931
fa6ea913
KH
79322010-02-16 Kenichi Handa <handa@m17n.org>
7933
7934 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
7935 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
7936 (skkdic-convert): Use `euc-japan' coding system for writing.
7937
88fd78ae
GM
79382010-02-16 Glenn Morris <rgm@gnu.org>
7939
7940 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
7941 tex-main-file before using it. (Bug#5562)
7942
2b8c974a
SM
79432010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
7944
7945 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
7946 warnings, since it is annoying for the user to see them each time he
7947 runs the code.
7948
7540f029
MA
79492010-02-15 Michael Albinus <michael.albinus@gmx.de>
7950
7951 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
7952 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
7953 instead of PROC for caching "first-password-request". Otherwise,
7954 new processes would not profit from passwords already entered.
7955
2b8c974a
SM
7956 * net/tramp-cache.el (tramp-dump-connection-properties):
7957 Don't save "first-password-request" property.
7540f029 7958
fa5f7c5f
JB
79592010-02-14 Juanma Barranquero <lekktu@gmail.com>
7960
7961 * outline.el (outline-head-from-level):
7962 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
7963 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
7964 (elint-defun, elint-buffer-env, elint-top-form-logged)
7965 (elint-unbound-variable):
7966 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
7967 Fix typos in docstrings.
7968
ecbaeb7b
MA
79692010-02-14 Michael Albinus <michael.albinus@gmx.de>
7970
7971 * files.el (insert-directory): When WILDCARD-REGEXP and
7972 FULL-DIRECTORY-P are nil, insert the file entry instead of the
7973 whole directory. (Bug#5551)
7974
7975 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
7976 dired's alignment sanity. (Bug#5516)
7977
91e3333f
JL
79782010-02-14 Juri Linkov <juri@jurta.org>
7979
7980 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
7981 Remove remaining ^H with their preceding chars. (Bug#5566)
7982
36020642
GM
79832010-02-13 Glenn Morris <rgm@gnu.org>
7984
7985 * simple.el (transpose-subr): Give it a doc-string.
7986
7987 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
7988 Doc fixes.
7989
f5952338
JL
79902010-02-12 Juri Linkov <juri@jurta.org>
7991
7992 * arc-mode.el (archive-unique-fname): Make directories for nested
7993 archives. (Bug#5540)
7994
918fe50f
JL
79952010-02-12 Juri Linkov <juri@jurta.org>
7996
7997 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
7998
c07ff221
SM
79992010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
8000
48b1e7cf
SM
8001 * subr.el (copy-overlay): Handle deleted overlays.
8002
c07ff221
SM
8003 * man.el (Man-completion-table): Don't signal an error if we can't run
8004 manual-program (bug#4056).
8005
0e374247
JB
80062010-02-10 Juanma Barranquero <lekktu@gmail.com>
8007
8008 * textmodes/artist.el (artist-mt): Fix typos in docstring.
8009
dbf8402b
SM
80102010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8011
348d1e60
SM
8012 * info.el (Info-bookmark-jump): Simplify.
8013
dbf8402b
SM
8014 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
8015 (bookmark-default-handler): Accept new bookmark field `buffer'.
8016
e6d23bb5
CY
80172010-02-10 Chong Yidong <cyd@stupidchicken.com>
8018
8019 * iswitchb.el (iswitchb-completions): Revert last change.
8020
a8e4290b
MA
80212010-02-10 Michael Albinus <michael.albinus@gmx.de>
8022
2b23acde 8023 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
8024 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
8025 This prevents file names like "~/" being listed literally.
a8e4290b 8026
c59d6fad
DN
80272010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
8028
348d1e60
SM
8029 * term/xterm.el (xterm-maybe-set-dark-background-mode):
8030 Remove dead code. (Bug#5546)
c59d6fad 8031
3a66e78f
CY
80322010-02-09 Chong Yidong <cyd@stupidchicken.com>
8033
8034 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
8035 correctly (Bug#5548).
8036
f29fd869
CY
80372010-02-08 Jose E. Marchesi <jemarch@gnu.org>
8038
8039 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 8040 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 8041
7fad1447
KH
80422010-02-08 Kenichi Handa <handa@m17n.org>
8043
8044 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 8045 cookie for putting `lisp-indent-function'.
7fad1447 8046
50e4518b
GM
80472010-02-07 Glenn Morris <rgm@gnu.org>
8048
8049 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
8050 Move F2003 named interfaces from keywords-2 to keywords-1, and
8051 use function-name-face rather than constant-face.
8052 Simplify "abstract interface" regexp.
8053
a4cc44cf
CY
80542010-02-07 Chong Yidong <cyd@stupidchicken.com>
8055
8056 * eshell/esh-util.el (eshell-file-attributes): New optional arg
8057 ID-FORMAT. Pass it to `file-attributes'.
8058
8059 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
8060
c917476d
CY
80612010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
8062
8063 * faces.el (set-face-attribute): Allow calling
8064 internal-set-lisp-face-attribute with 'unspecified family and
8065 foundry argument (Bug#5536).
8066
7cf3f3d6
GM
80672010-02-07 Glenn Morris <rgm@gnu.org>
8068
8069 * progmodes/f90.el (f90-font-lock-keywords-2)
8070 (f90-looking-at-type-like, f90-looking-at-program-block-end):
8071 Handle F2003 named interfaces.
8072
ffe87109
CY
80732010-02-06 Chong Yidong <cyd@stupidchicken.com>
8074
8075 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
8076 beg and end before calling c-get-state-before-change-functions.
8077
4775ecad
DN
80782010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
8079
8080 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
8081
0d17c4b9
JL
80822010-02-05 Juri Linkov <juri@jurta.org>
8083
8084 * doc-view.el (doc-view-mode):
8085 * image-mode.el (image-mode): Put property mode-class=special.
8086 (Bug#4896)
8087
8228a275
MH
80882010-02-05 Mark A. Hershberger <mah@everybody.org>
8089
8090 * vc-svn.el (vc-svn-revision-table): New function.
8091
d9320986
MA
80922010-02-05 Michael Albinus <michael.albinus@gmx.de>
8093
8094 * net/ange-ftp.el (ange-ftp-insert-directory):
8095 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
8096 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
8097 Handle also directories. (Bug#5478)
8098
f43d8ecc
GM
80992010-02-05 Glenn Morris <rgm@gnu.org>
8100
8101 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
8102
ce3a988d
CY
81032010-02-05 Chong Yidong <cyd@stupidchicken.com>
8104
8105 * startup.el (command-line-1): Convert options beginning with a
8106 single dash as well (Bug#5519).
8107
bdd42899
SM
81082010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
8109
51b23c44
SM
8110 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
8111 * minibuffer.el (completion-initials-expand): Only check the presence
8112 of delims *within* the boundaries, since otherwise the / delim is
8113 always found for files.
8114
bdd42899
SM
8115 Fix up various corner case problems.
8116 * doc-view.el (doc-view-last-page-number): New function.
8117 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
8118 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
8119 (doc-view-kill-proc): Avoid inf-loop in freak cases.
8120 (doc-view-reconvert-doc): Use the new recursive delete-directory.
8121 (doc-view-convert-current-doc): Don't create the resolution.el file
8122 here any more.
8123 (doc-view-pdf/ps->png): Do it here instead.
8124 (doc-view-already-converted-p): Check that resolution.el is present.
8125 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
8126 windows that are not yet showing images.
8127
d5b3979c
MA
81282010-02-04 Michael Albinus <michael.albinus@gmx.de>
8129
8130 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
8131 `dired-uncache' for every elemnt which is an absolute file name.
8132
8133 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
8134 directory, handle its directory component.
8135 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
8136 function is called permanently and creates noise, otherwise.
8137
8138 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
8139 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
8140 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
8141
b003beb1
DB
81422010-02-04 David Burger <dburger@google.com> (tiny change)
8143
8144 * macros.el (apply-macro-to-region-lines):
8145 Minor simplification. (Bug#5485)
8146
ea92f9f3
GM
81472010-02-04 Glenn Morris <rgm@gnu.org>
8148
a03ae20d
GM
8149 * mail/rmail.el (rmail-show-message-1): Handle malformed
8150 quoted-printable text. (Bug#5441)
8151
4d01b827
GM
8152 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
8153
ea92f9f3
GM
8154 * simple.el (visual-line-mode): Capitalize lighter.
8155
82055bb7
JW
81562010-02-03 John Wiegley <jwiegley@gmail.com>
8157
8158 * iswitchb.el (iswitchb-completions): Add bookmark files to the
8159 list of files considered for "virtual buffer" completions.
8160
8214b6e4
MA
81612010-02-03 Michael Albinus <michael.albinus@gmx.de>
8162
8163 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 8164 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
8165 when dired is called with a list of files, which are not in
8166 `default-directory'. (Bug#5478)
8167
1df9718f
SM
81682010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
8169
8170 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
8171
02ba1267
JL
81722010-02-02 Juri Linkov <juri@jurta.org>
8173
8174 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
8175 from unidiff to allow function-line after @@.
8176
a0c6a0fb
JL
81772010-02-02 Juri Linkov <juri@jurta.org>
8178
8179 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
8180 '(RCS SCCS) with inverted condition.
8181
c35fcd52
MA
81822010-02-02 Michael Albinus <michael.albinus@gmx.de>
8183
8184 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
8185 messages.
8186
6ba973c1
JL
81872010-02-01 Juri Linkov <juri@jurta.org>
8188
8189 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
8190 compare with "pkunzip" and "pkzip" instead of only "pkzip".
8191 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
8192 only when (car archive-zip-extract) is "unzip". (Bug#5475)
8193
0bca393f
SM
81942010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
8195
8196 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
8197 (doc-view-revert-buffer): New command.
8198 (doc-view-mode-map): Use it.
8199
7a444e2a
DN
82002010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
8201
8202 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
8203 pending merge is detected.
8204
ad6fc8f4
JL
82052010-01-31 Juri Linkov <juri@jurta.org>
8206
8207 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
8208 beginning of interactive spec like all other grep commands do.
8209 Put "all" in front of "gz". (Bug#5260)
8210
b9236874
DN
82112010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
8212
8213 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
8214
1e868757
CY
82152010-01-29 Chong Yidong <cyd@stupidchicken.com>
8216
8217 * dirtrack.el (dirtrack): Warn instead of signalling error if the
8218 regexp is incorrect (Bug#5476).
8219
e5c70c41
MA
82202010-01-29 Michael Albinus <michael.albinus@gmx.de>
8221
8222 * net/tramp.el (tramp-handle-insert-directory): Handle also
8223 symlinks, when FILENAME is not in `default-directory'.
8224
0c0b61f1
MA
82252010-01-28 Michael Albinus <michael.albinus@gmx.de>
8226
8227 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 8228 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
8229
8230 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
8231 of SWITCHES. Handle the case, FILENAME is not in
8232 `default-directory'. (Bug#5478)
8233 (tramp-register-file-name-handlers): Add safe-magic property.
8234
763f325e
CY
82352010-01-28 Chong Yidong <cyd@stupidchicken.com>
8236
8237 * arc-mode.el (archive-zip-extract): Quote the argument passed to
8238 unzip (Bug#5475).
8239
fd09a83f
CY
82402010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
8241
8242 * progmodes/flymake.el (flymake-allowed-file-name-masks)
8243 (flymake-master-make-header-init): Add other C++ filename masks.
8244 (flymake-find-possible-master-files)
8245 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
8246
7e5686f0
MA
82472010-01-28 Michael Albinus <michael.albinus@gmx.de>
8248
8249 Fix some busybox annoyances.
8250
8251 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
8252 not responding." string.
8253 (tramp-open-connection-setup-interactive-shell): Dump stty
8254 settings. Enable "neveropen" arg for all `tramp-send-command'
8255 calls. Handle "=" in variable values properly.
8256 (tramp-find-inline-encoding): Raise an error, when no encoding is
8257 found.
8258 (tramp-wait-for-output): Check, whether PROC buffer is available.
8259 Remove spurious " ^H" sequences, sent by busybox.
8260 (tramp-get-ls-command): Suppress coloring, if possible.
8261
c6265c10
GM
82622010-01-28 Glenn Morris <rgm@gnu.org>
8263
c85a168b
GM
8264 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
8265
c6265c10
GM
8266 * log-edit.el (log-edit-strip-single-file-name): Add missing
8267 :safe, :group, and :version tags.
8268
7d82a738
SB
82692010-01-27 Stephen Berman <stephen.berman@gmx.net>
8270
8271 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
8272 buffers. (Bug#5477)
8273
8b0e68ea
CY
82742010-01-27 David De La Harpe Golden <david@harpegolden.net>
8275
8276 * files.el (delete-directory): Handle moving to trash without
8277 first doing recursion (Bug#5436).
8278
368d3208
DN
82792010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
8280
8281 * vc-hooks.el (vc-path): Mark as obsolete.
8282
755da7fa
DN
82832010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
8284
e2396d80
DN
8285 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
8286 names too.
8287
755da7fa
DN
8288 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
8289 for the short log.
8290 (vc-bzr-log-view-mode): Adjust regexp for the above change.
8291
6a6d15ab 82922010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 8293
ac9ffe99 8294 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 8295
48c2d18a 8296 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 8297
504dcc71
EH
82982010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
8299
8300 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
8301 diff-index command. This requires at least git-1.5.5. (Bug#1589).
8302
51850286
DN
83032010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
8304
c2f1d6d8
DN
8305 Remove support for adding --signoff on commit.
8306 Future support will use an incompatible generic mechanism.
8307 * vc-git.el (vc-git-add-signoff): Remove variable.
8308 (vc-git-toggle-signoff): Remove function.
8309 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
8310
51850286
DN
8311 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
8312 from xterm-set-background-mode. Return t if the background mode
8313 was set.
8314 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
8315 earlier, call it again in case the background mode has changed.
8316
02c6d0d0
CY
83172010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
8318
8319 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
8320 (Bug#3541).
8321
064eee03
CY
83222010-01-23 Chong Yidong <cyd@stupidchicken.com>
8323
02c6d0d0
CY
8324 * emacs-lisp/assoc.el (aelement): Doc fix.
8325 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 8326
5336c3ec 83272010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 8328
48c2d18a 8329 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
8330 is the same as subprogram call, not declaration. (Bug#5435).
8331
0536254e
MA
83322010-01-23 Michael Albinus <michael.albinus@gmx.de>
8333
8334 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
8335 (tramp-smb-maybe-open-connection): Use it.
8336
411d06c2
MA
83372010-01-22 Michael Albinus <michael.albinus@gmx.de>
8338
0536254e 8339 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 8340
c893016b
SM
83412010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
8342
8343 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
8344 just because we see "encoding: 8bit".
8345 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
8346
9425f8e1
CY
83472010-01-22 Chong Yidong <cyd@stupidchicken.com>
8348
8349 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
8350
6a801864
EZ
83512010-01-22 Eli Zaretskii <eliz@gnu.org>
8352
8353 * jka-compr.el (jka-compr-load): If load-file is not in
8354 load-history, try its file-truename version. (bug#5447)
8355
3e8f7d91
AM
83562010-01-21 Alan Mackenzie <acm@muc.de>
8357
8358 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
8359 * progmodes/cc-engine.el (c-invalidate-state-cache):
8360 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
8361 special cpp construct is still in the buffer.
8362 (c-parse-state): Record the special cpp with markers, not numbers.
8363
f0bd0ad5
CY
83642010-01-21 Kenichi Handa <handa@m17n.org>
8365
8366 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
8367 process last-command-event, as it is now decoded first (Bug#5380).
8368
5189d95b
CY
83692010-01-20 Chong Yidong <cyd@stupidchicken.com>
8370
8371 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
8372
e073d74a
GM
83732010-01-20 Glenn Morris <rgm@gnu.org>
8374
8375 * indent.el (tab-always-indent): Fix custom-type.
8376
8ee04f3a
AM
83772010-01-19 Alan Mackenzie <acm@muc.de>
8378
8379 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
8380 buffer throws "args out of range".
8381 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
8382 playing the role of delimiter.
8383
6a47c86a
SL
83842010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
8385
bf0b361c 8386 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
8387 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
8388 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
8389 changed. Delete RECURSIVE parameter; never used. Improve doc string.
8390 Improve comments in "is" portion. Handle null procedure declaration.
8391 (ada-move-to-end): Improve doc string.
8392
2acfb954
ÓF
83932010-01-18 Óscar Fuentes <ofv@wanadoo.es>
8394
e90d57c0 8395 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 8396 Remove obsolete information from commentary.
e90d57c0
JB
8397 (ido-choice-list): Initialize to nil.
8398 (ido-get-bufname): Reject minibuffers.
8399 (ido-make-buffer-list): If "default" is a nonexistent
8400 buffer, ignore it, as per the function's comment.
8401 (ido-kill-buffer-internal): New function.
8402 (ido-kill-buffer-at-head): Use it.
8403 (ido-visit-buffer): Likewise.
2acfb954 8404
244b023e
CY
84052010-01-18 Chong Yidong <cyd@stupidchicken.com>
8406
8407 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
8408
db9e401b
JB
84092010-01-18 Juanma Barranquero <lekktu@gmail.com>
8410
db9e401b
JB
8411 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
8412 Fix typos in chart titles.
8413
8414 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
8415 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
8416 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
8417 (describe-class, eieio-describe-generic, describe-generic):
8418 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
8419 (eieio-speedbar-expand):
8420 * emulation/viper-cmd.el (viper-exec-form-in-vi)
8421 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
8422 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
8423 (viper-del-backward-char-in-replace, viper-backward-indent)
8424 (viper-brac-function, viper-register-to-point, viper-submit-report):
8425 * net/tramp.el (tramp-remote-coding-commands):
8426 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
8427 Fix typos in docstrings.
8428
9295137d
CY
84292010-01-17 Chong Yidong <cyd@stupidchicken.com>
8430
8431 * mail/sendmail.el (mail-yank-original): Set the mark if the
8432 specified function for yanking does not do it.
8433
4d0bbcb6
DN
84342010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
8435
7902c120
DN
8436 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
8437
4d0bbcb6
DN
8438 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
8439 resyncing a directory.
8440
0b702bc1
SL
84412010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
8442
6a47c86a 8443 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
8444 (ada-ident-re): Delete ., allow multibyte characters.
8445 (ada-goto-label-re): New; matches goto labels.
8446 (ada-block-label-re): New; matches block labels.
8447 (ada-label-re): New; matches both.
8448 (ada-named-block-re): Deleted; callers changed to use
8449 `ada-block-label-re' instead.
8450 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
8451 Use `ada-block-label-re'.
8452 (ada-indent-on-previous-lines): Improve handling of goto labels.
8453 (ada-get-indent-block-start): Special-case block label.
8454 (ada-get-indent-label): Split into `ada-indent-block-label' and
8455 `ada-indent-goto-label'.
8456 (ada-goto-stmt-start, ada-goto-next-non-ws):
8457 Optionally ignore goto labels.
8458 (ada-goto-next-word): Simplify.
8459 (ada-indent-newline-indent-conditional): Insert newline before
8460 trying to fix indentation; doc fix.
8461
05287c49
JB
84622010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
8463
8464 * calc/calc.el (calc-command-flags): Give it an initial value.
8465
4963739e
JB
84662010-01-17 Juanma Barranquero <lekktu@gmail.com>
8467
4963739e
JB
8468 * files.el (minibuffer-with-setup-hook):
8469 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
8470 (artist-key-draw-continously, artist-key-do-continously-continously)
8471 (artist-key-set-point-continously, artist-mouse-draw-continously):
8472 Fix typos in docstrings.
8473
116bd1ee
CY
84742010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
8475
8476 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
8477 return t (Bug#3898).
8478
2784cd7a 84792010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
8480
8481 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
8482 can parse the output of the external commands (Bug#5279).
8483
abd5cfe8
CY
84842010-01-16 Jari Aalto <jari.aalto@cante.net>
8485
8486 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
8487
4fe22cdf
CY
84882010-01-16 Chong Yidong <cyd@stupidchicken.com>
8489
bbdc98ef
CY
8490 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
8491
c7dc1ac1
CY
8492 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
8493
4fe22cdf
CY
8494 * startup.el (command-line): Remove unused --icon-type arg.
8495 Handle --display arg, passing it to command-line-1 (Bug#5392).
8496
045b9da7
ML
84972010-01-16 Mario Lang <mlang@delysid.org>
8498
045b9da7
ML
8499 * emacs-lisp/chart.el (chart-translate-namezone):
8500 * textmodes/artist.el (artist-compute-popup-menu-table):
8501 Remove duplicated words in doc-strings.
8502
6554a5df
CY
85032010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
8504
8505 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
8506 to mairix-search to suppress threading (Bug#5342).
8507
ca4f0e9a
KH
85082010-01-15 Kenichi Handa <handa@m17n.org>
8509
8510 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 8511 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 8512
1db3226b
GM
85132010-01-15 Glenn Morris <rgm@gnu.org>
8514
56a03f46
GM
8515 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
8516
8517 * wid-edit.el (widget-keymap): Doc fix.
8518
1db3226b
GM
8519 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
8520 former seems to be more widely accepted by various svn versions.
8521
80cd4bb4
JB
85222010-01-14 Juanma Barranquero <lekktu@gmail.com>
8523
d1f18ec0
JB
8524 * find-cmd.el (find-constituents):
8525 * vc-arch.el (vc-arch-root):
8526 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
8527 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
8528 * progmodes/ada-stmt.el (ada-if):
8529 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
8530 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
8531 (ispell-encoding8-command, ispell-aspell-supports-utf8)
8532 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
8533
80cd4bb4
JB
8534 * progmodes/flymake.el (flymake-post-syntax-check):
8535 Fix typo in error message.
8536
9c23ca47
JB
85372010-01-14 Juanma Barranquero <lekktu@gmail.com>
8538
8539 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
8540 which is always a string. (Bug#5313)
8541
8794c483
JB
85422010-01-14 Juanma Barranquero <lekktu@gmail.com>
8543
8544 * progmodes/ada-xref.el (ada-default-prj-properties):
8545 Simplify previous change.
8546
95005d39
SL
85472010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8548
8549 * progmodes/ada-xref.el (ada-default-prj-properties):
8550 Default ada_project_path to $ADA_PROJECT_PATH.
8551
85522010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
8553
8554 * progmodes/ada-mode.el (ada-create-keymap):
8555 Override `narrow-to-defun' with `ada-narrow-to-defun'.
8556
fb0d1545
SL
85572010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8558
8559 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
8560 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
8561 (ada-get-current-indent, ada-imenu-generic-expression)
8562 (ada-which-function): Check for it.
8563
5c9434d0
SL
85642010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8565
8566 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
8567 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
8568
3a4f3a3b
GM
85692010-01-14 Glenn Morris <rgm@gnu.org>
8570
8571 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
8572
d9a7c140
KH
85732010-01-14 Kenichi Handa <handa@m17n.org>
8574
8575 * composite.el (auto-composition-mode): Make it a buffer local
8576 variable (permanent-local).
8577 (auto-composition-function): Set the default value to
8578 auto-compose-chars.
49caf252 8579 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
8580 (global-auto-composition-mode): Likewise.
8581 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 8582
38bee102
KF
85832010-01-13 Karl Fogel <kfogel@red-bean.com>
8584
8585 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 8586
b8b45afc
MA
85872010-01-12 Michael Albinus <michael.albinus@gmx.de>
8588
8589 * files.el (copy-directory): Compute target for recursive
8590 directories with identical names. (Bug#5343)
8591
893db5bc
GM
85922010-01-12 Glenn Morris <rgm@gnu.org>
8593
8594 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
8595 it to bug-gnu-emacs rather than emacs-pretest-bug.
8596
d8b8451f
SS
85972010-01-11 Sam Steingold <sds@gnu.org>
8598
8599 * imenu.el (imenu-default-create-index-function): Detect infinite
8600 loops caused by imenu-prev-index-position-function.
8601
30afcdff
JB
86022010-01-11 Juanma Barranquero <lekktu@gmail.com>
8603
8604 * htmlfontify.el (htmlfontify-load-rgb-file)
8605 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
8606 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
8607 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
8608 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
8609 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
8610 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
8611 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
8612 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
8613 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
8614 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
8615 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
8616 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
8617 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
8618 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
8619 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
8620 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
8621 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
8622 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
8623 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
8624 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
8625 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
8626 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
8627 backslash-quoting from parentheses, etc.
8628
92b1c416
CY
86292010-01-11 Chong Yidong <cyd@stupidchicken.com>
8630
8631 * progmodes/js.el: Autoload javascript-mode alias.
8632
4454adab
JB
86332010-01-11 Juanma Barranquero <lekktu@gmail.com>
8634
8635 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
8636 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
8637 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
8638 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
8639 Fix typos in docstrings.
8640 (ffap-url-regexp): Doc fix.
8641 (ffap-at-mouse): Fix typo in message.
8642
6589a2f9
GM
86432010-01-11 Glenn Morris <rgm@gnu.org>
8644
8645 * version.el (emacs-copyright): Set copyright year to 2010.
8646
4e5617ee
SM
86472010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
8648
8649 * format.el (format-annotate-function): Only set
8650 write-region-post-annotation-function after running to-fn so as not to
8651 affect nested write-region calls (bug#5273).
8652
52bee098
CY
86532010-01-10 Chong Yidong <cyd@stupidchicken.com>
8654
a069f067
CY
8655 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
8656 wisent/python.el.
8657
e709e39d
CY
86582010-01-09 Chong Yidong <cyd@stupidchicken.com>
8659
8660 * man.el (Man-goto-section): Signal error if the section is not
8661 found (Bug#5317).
8662
6ee86780
JB
86632010-01-09 Juanma Barranquero <lekktu@gmail.com>
8664
8665 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
8666 URLs with a leading triple slash in the file: scheme. (Bug#5345)
8667
fa7b5f7b
CY
86682010-01-09 Chong Yidong <cyd@stupidchicken.com>
8669
8670 * progmodes/compile.el: Don't treat compile-command as safe if
8671 compilation-read-command might be nil (Bug#4218).
8672
de62c4d9
JD
86732010-01-09 Jan Djärv <jan.h.d@swipnet.se>
8674
8675 * startup.el (command-line-1): Use orig-argi to check for ignored X and
8676 NS options.
8677
e94be827
KH
86782010-01-08 Kenichi Handa <handa@m17n.org>
8679
4e5617ee
SM
8680 * international/fontset.el (build-default-fontset-data):
8681 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 8682
1dfae2a2
JB
86832010-01-07 Juanma Barranquero <lekktu@gmail.com>
8684
8685 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
8686 to `create-file-buffer' as it expects, not just a buffer name.
8687 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
8688 to help uniquify. (Bug#3224)
8689
d0cf45b7
JD
86902010-01-06 Jan Djärv <jan.h.d@swipnet.se>
8691
8692 * font-setting.el (font-setting-change-default-font): Use user-spec
8693 instead of name.
8694
7534fa5e
DN
86952010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8696
8697 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
8698
fd579fdc
CY
86992010-01-05 Tom Tromey <tromey@redhat.com>
8700
4e5617ee
SM
8701 * progmodes/python.el (python-font-lock-keywords):
8702 Handle qualified decorators (Bug#881).
fd579fdc 8703
37860caf
DN
87042010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8705
8706 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
8707 in a lightweight checkout.
8708
69db641d
KH
87092010-01-05 Kenichi Handa <handa@m17n.org>
8710
4e5617ee 8711 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 8712
b25d6a02
DN
87132010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8714
8715 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
8716
137d88ca
DN
87172010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
8718
8719 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
8720 checkouts. (Bug#618)
3d5d0aa9 8721 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
8722 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
8723 (vc-bzr-shelve-menu-map):
8724 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
8725 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 8726
da76998b
CY
87272010-01-02 Chong Yidong <cyd@stupidchicken.com>
8728
8729 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
8730 They are valid characters in URL paths (rfc3986), and at least
8731 Firefox does not understand the encoded version (Bug#3166).
8732
b2ad70b6
CY
87332010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
8734
8735 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
8736 (octave-block-begin-or-end-regexp, octave-block-match-alist):
8737 Add "end" keyword (Bug#3061).
b2ad70b6
CY
8738 (octave-end-as-array-index-p): New function.
8739 (calculate-octave-indent): Use it.
8740
54136282
KF
87412010-01-02 Karl Fogel <kfogel@red-bean.com>
8742
8743 * bookmark.el: Consistently put the text property on the bookmark name.
8744 (bookmark-bmenu-marks-width): Bump back to 2, to include
8745 annotation marks.
8746 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
8747 property on the bookmark name, instead of not putting it at all.
8748 (bookmark-bmenu-list): Fix where we put the text property.
8749
cc4d3cad
KF
87502010-01-02 Karl Fogel <kfogel@red-bean.com>
8751
8752 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
8753 for showing buffer modified state (as added in the previous change).
8754
b894c439
KF
87552010-01-02 Karl Fogel <kfogel@red-bean.com>
8756
8757 * bookmark.el: Show modified state of bookmark buffer more accurately.
8758 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
8759 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
8760 (with-buffer-modified-unmodified): New macro.
8761 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8762 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 8763 Use new macro to preserve the buffer modified state.
b894c439 8764
3a69db53
KF
87652010-01-02 Karl Fogel <kfogel@red-bean.com>
8766
4e5617ee 8767 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
8768 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
8769 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
8770 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
8771 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
8772 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
8773 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 8774
af414f10
EZ
87752010-01-02 Eli Zaretskii <eliz@gnu.org>
8776
4e5617ee
SM
8777 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8778 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 8779
f2ec0e5e
CY
87802010-01-02 Ryan Yeske <rcyeske@gmail.com>
8781
8782 * net/rcirc.el: Add follow-link binding (Bug#4738).
8783
38c1ba62
EZ
87842010-01-02 Eli Zaretskii <eliz@gnu.org>
8785
4e5617ee 8786 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
8787 (cvs-update): New target for backward compatibility.
8788
4e5617ee 8789 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
8790 (cvs-update): New target for backward compatibility.
8791
ea2c0f5b
KF
87922010-01-02 Karl Fogel <kfogel@red-bean.com>
8793
8794 * bookmark.el: Remove gratuitous gratitude.
8795
5ae329f4
KF
87962010-01-02 Karl Fogel <kfogel@red-bean.com>
8797
c4cc8b9a 8798 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
8799 (bookmark-bmenu-save): Clear buffer modification if no marks.
8800
88012010-01-02 Karl Fogel <kfogel@red-bean.com>
8802
8803 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
8804 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
8805 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
8806 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
8807
8808 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
8809 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
8810 To: emacs-devel {_AT_} gnu.org
8811 Subject: bookmark.el bug report
8812 Date: Mon, 28 Dec 2009 14:19:16 +0800
8813 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
8814
aef053eb
KF
88152010-01-02 Karl Fogel <kfogel@red-bean.com>
8816
8817 * bookmark.el: Improvements suggested by Drew Adams:
8818 (bookmark-bmenu-ensure-position): New name for
8819 `bookmark-bmenu-check-position'. Just ensure the position,
8820 don't return any meaningful value.
8821 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
8822 New constants.
8823
0472835f
JB
88242010-01-02 Juanma Barranquero <lekktu@gmail.com>
8825
8826 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
8827 (bookmark-yank-point, bookmark-bmenu-check-position):
8828 Fix typos in docstrings.
8829 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
8830 (bookmark-name-from-full-record, bookmark-get-position)
8831 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
8832 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
8833 Remove useless quoting of parenthesis, etc. in docstrings.
8834
8835 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
8836 (ediff-append-custom-diff): Fix typo in error message.
8837 (ediff-meta-mark-equal-files): Fix typos in messages.
8838
8839 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
8840
0472835f
JB
8841 * net/imap-hash.el (imap-hash-make): Doc fix.
8842 (imap-hash-test): Fix typo in error message; reflow docstring.
8843 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
8844 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
8845 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
8846 Fix typos in docstrings.
8847 (imap-hash-open-connection): Fix typo in error message.
8848
8849 * play/gomoku.el (gomoku): Fix typos in docstring.
8850
8851 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
8852 (gdb-jsonify-buffer): Fix typos in docstring.
8853 (gdb-goto-breakpoint): Fix typo in error message.
8854 ("Display Other Windows"): Fix typo in help message.
8855 (gdb-speedbar-expand-node): Fix typo in question.
8856
8857 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
8858 (idlwave-html-system-help-location, idlwave-html-help-location)
8859 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
8860 (idlwave-help-browser-generic-args, idlwave-help-directory)
8861 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
8862 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
8863 (idlwave-online-help, idlwave-help-html-link)
8864 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
8865 Fix typos in docstrings.
8866 (idlwave-help-with-source, idlwave-help-find-routine-definition):
8867 Reflow docstrings.
8868 (idlwave-help-assistant-start): Fix typo in error message.
8869
8870 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
8871 (octave-electric-space): Fix typos in docstrings.
8872
9bbe0828
CY
88732010-01-01 Chong Yidong <cyd@stupidchicken.com>
8874
8875 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
8876
a88c46c3
CY
88772010-01-01 Juri Linkov <juri@jurta.org>
8878
8879 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 8880 increase the default to 500 (Bug#5148).
a88c46c3 8881
7ee6c59b
NR
88822009-12-31 Nick Roberts <nickrob@snap.net.nz>
8883
8884 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
8885 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
8886 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
8887
a9c8a2cd
NR
88882009-12-30 Nick Roberts <nickrob@snap.net.nz>
8889
8890 Show working revision correctly for mercurial.
8891 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 8892 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 8893
659e4408
JB
88942009-12-29 Juanma Barranquero <lekktu@gmail.com>
8895
8896 Declare some functions for the byte-compiler.
8897 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
8898 (speedbar-timer-fn, speedbar-change-expand-button-char)
8899 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
8900
7ee6c59b
NR
89012009-12-29 Nick Roberts <nickrob@snap.net.nz>
8902
8903 This changeset reverts GDB Graphical Interface to use annotations.
8904 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
8905
460f6e7c
DN
89062009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8907
8908 Make vc-dir work on subdirectories of the bzr root.
8909 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
8910 file names relative to it.
8911 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
8912 relative directory to vc-bzr-after-dir-status.
8913
543f553a
TH
89142009-12-28 Tassilo Horn <tassilo@member.fsf.org>
8915
8916 * font-lock.el (font-lock-refresh-defaults): New function, which
8917 can be used to let font-lock react to external changes in
8918 variables like font-lock-defaults and keywords.
8919 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
8920
2592ab76
DN
89212009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
8922
ac859983
DN
8923 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
8924
2592ab76
DN
8925 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
8926
58941d03
JB
89272009-12-28 Juanma Barranquero <lekktu@gmail.com>
8928
8929 Supersede color.diff settings in git log (bug#5211).
8930
8931 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
8932 escape chars in its output when the user has color.diff set to `always'.
8933 This fix works on git 1.4.2 and newer (released on 2006-08-13).
8934
39764e76
KR
89352009-12-26 Kevin Ryde <user42@zip.com.au>
8936
8937 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
8938 node. Keep previous "Index" name to work with past coreutils too.
8939
91c4831e
KR
8940 * man.el (man): Revise docstring a bit to show -a and -l as
8941 examples. Add -k description since support for it has otherwise
8942 been a secret. (Further to bug#3717.)
651e932e
KR
8943 (Man-bgproc-sentinel): When "-k foo" produces no output show error
8944 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 8945 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 8946
7f4d4a97
MA
89472009-12-26 Michael Albinus <michael.albinus@gmx.de>
8948
8949 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
8950 switches. Check also for //SUBDIRED// line.
8951
bcffff46
KH
89522009-12-25 Kenichi Handa <handa@m17n.org>
8953
8954 * language/indian.el (devanagari-composable-pattern): Fixed to
8955 handle ZWNJ and ZWJ. Use it in composition-function-table for
8956 Devanagari.
8957 (malayalam-composable-pattern): Fix previous change.
8958
dc1dcfa4
VJL
89592009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8960
8961 * ps-print.el (ps-face-attributes): It was not returning the
8962 attribute face for faces specified as string. Reported by harven
80525855 8963 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
8964 (ps-print-version): New version 7.3.5.
8965
6fe539d2
UJ
89662009-12-18 Ulf Jasper <ulf.jasper@web.de>
8967
85626eef
SM
8968 * calendar/icalendar.el (icalendar--convert-tz-offset):
8969 Fix timezone names.
8970 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
8971 (icalendar--add-diary-entry): Remove the trailing blank that
8972 diary-make-entry inserts.
8973
1f3611c6
MA
89742009-12-17 Michael Albinus <michael.albinus@gmx.de>
8975
8976 Make `file-expand-wildcards' work for remote files.
8977
8978 * files.el (file-expand-wildcards): In case of remote files, check
8979 only local file name part for wildcards. Provide feature 'files
8980 and subfeature 'remote-wildcards. (Bug#5198)
8981
8982 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
8983 if there is already an established connection.
8984 (tramp-advice-file-expand-wildcards): Remove it.
8985
8986 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 8987 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
8988 Activate advice for older GNU Emacs versions. (Bug#5237)
8989
9762b219
JB
89902009-12-17 Juanma Barranquero <lekktu@gmail.com>
8991
8992 Some doc fixes (more needed).
8993
8994 * find-cmd.el (find-constituents): Reflow docstring.
8995 (find-cmd, find-prune, find-command): Fix typos in docstrings.
8996 (find-generic): Doc fix.
8997
cfb54897
JL
89982009-12-17 Juri Linkov <juri@jurta.org>
8999
9000 Fix regression from 23.1 to allow multiple modes in Local Variables.
9001
9002 * files.el (hack-local-variables-filter): While ignoring duplicates,
9003 don't take `mode' into account.
85626eef
SM
9004 (hack-local-variables-filter, hack-dir-local-variables):
9005 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 9006
ad974e9e
JL
90072009-12-17 Juri Linkov <juri@jurta.org>
9008
85626eef 9009 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
9010
9011 * dired-aux.el (dired-diff): Signal an error when `file' equals to
9012 `current' or when `file' is a directory of the `current' file.
9013
3616e0b9
AS
90142009-12-17 Andreas Schwab <schwab@linux-m68k.org>
9015
9016 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
9017 unconditionally preloaded files.
9018
72b57560
JL
90192009-12-16 Juri Linkov <juri@jurta.org>
9020
9021 Revert to old 23.1 logic of using the file at the mark as default.
9022 * dired-aux.el (dired-diff): Use the file at the mark as default
9023 if it's not the same as the current file, and the target dir is
9024 the current dir or the mark is active. Add the current file
9025 as the arg of `dired-dwim-target-defaults'. Use the default file
9026 in the prompt. (Bug#5225)
9027
68712eb6
MA
90282009-12-15 Michael Albinus <michael.albinus@gmx.de>
9029
9030 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
9031 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
9032 (tramp-check-for-regexp): Check also, when an echoing shell stops
9033 to echo sent commands.
9034
fd471993
CY
90352009-12-14 Chong Yidong <cyd@stupidchicken.com>
9036
9037 * Makefile.in: Revert last change (Bug#5191).
9038
86b5e14c
DN
90392009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
9040
9041 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
9042 (vc-hg-working-revision): Make sure the command is executed in a
9043 known environment so that we can parse the output. (Bug#4417)
86b5e14c 9044
8cffbb75
CY
90452009-12-14 Chong Yidong <cyd@stupidchicken.com>
9046
9047 * progmodes/python.el (python-symbol-completions): Remove text
9048 properties from symbol string before calling python-send-receive.
9049
6c2b67ad
NR
90502009-12-14 Nick Roberts <nickrob@snap.net.nz>
9051
9052 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 9053 when there are values for both file and line. (Bug#5060)
6c2b67ad 9054
ff6f4585
JL
90552009-12-14 Juri Linkov <juri@jurta.org>
9056
9057 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
9058 whitespace after the file name of the first line of unified format,
9059 because git-diff doesn't output whitespace and file modification time
9060 after the file name.
9061
d3de1c8e
JL
90622009-12-14 David Kastrup <dak@gnu.org>
9063
9064 * info.el (Info-hide-cookies-node): Before hiding a cookie,
9065 check if it already has the `display' property added by
9066 `Info-display-images-node', and not put the `invisible' property
9067 in this case.
9068
2f1b7dc4
GM
90692009-12-13 Glenn Morris <rgm@gnu.org>
9070
a0cefee5
GM
9071 * mail/emacsbug.el (message-sort-headers): Define for compiler.
9072 (report-emacs-bug): In message-mode, sort manually before storing
9073 original report text. (Bug#5178)
2f1b7dc4
GM
9074 Remove superfluous save-excursion.
9075
31bb373f
MA
90762009-12-12 Michael Albinus <michael.albinus@gmx.de>
9077
9078 * net/dbus.el (dbus-property-handler): Filter lambda forms out
9079 when responding to "GetAll" properties.
9080
5e1d4968
CY
90812009-12-12 Chong Yidong <cyd@stupidchicken.com>
9082
9083 * simple.el (compose-mail): Remove mail-setup-with-from from
9084 customization checks.
9085
097d86f9
EZ
90862009-12-12 Eli Zaretskii <eliz@gnu.org>
9087
9088 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
9089 RAR archives created on Unix systems.
9090
1d4adede
SM
90912009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
9092
9093 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
9094 the varalias that was accidentally removed by the 2009-11-19 change
9095 (bug#5186).
9096
3ff3655c
KH
90972009-12-12 Kenichi Handa <handa@m17n.org>
9098
9099 * language/indian.el (indian-compose-regexp): New function.
9100 (malayalam-composable-pattern): Fix the pattern.
9101 (composition-function-table): Set malayalam-composable-pattern for
9102 Malayalam characters.
9103
82d3343c
CY
91042009-12-11 Chong Yidong <cyd@stupidchicken.com>
9105
315eb96d
CY
9106 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
9107 rather than down-mouse-1, based on follow-link conventions.
9108
82d3343c
CY
9109 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
9110 are compiled.
9111
86a4c7ac
DN
91122009-12-11 Michael McNamara <mac@mail.brushroad.com>
9113
bf0b361c 9114 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
9115 (verilog-vmm-statement-re, verilog-ovm-statement-re)
9116 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
9117 (verilog-leap-to-head, verilog-backward-token):
9118 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
9119
91202009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
9121
bf0b361c
JB
9122 * progmodes/verilog-mode.el (verilog-auto-lineup)
9123 (verilog-nameable-item-re): Cleanup user-visible spelling and
9124 documentation errors. One reported by Gary Delp.
1d4adede 9125 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
9126 (verilog-read-decls): Fix AUTOWIRE with types declared in a
9127 package, bug195. Reported by Pierre-David Pfister.
9128
fe03f49a
GM
91292009-12-11 Glenn Morris <rgm@gnu.org>
9130
47641aac
GM
9131 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
9132
85094855
GM
9133 * mail/emacsbug.el: No longer require sendmail.
9134 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
9135 (report-emacs-bug-orig-text): Doc fix.
9136 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
9137 New local variables, to adapt to different mail-user-agents.
9138 (report-emacs-bug): Fix test for a gnu.org address.
9139 Use overlays for emphasis, since font-lock defeats 'face property.
9140 Pretest bugs also end up at the newsgroup these days.
9141 Stop message-mode stripping text properties.
9142 Set and use the new buffer-local variables.
9143 (report-emacs-bug-hook): Add doc-string.
9144 Remove some unnecessary save-excursions and simplify.
9145 Use the appropriate hook and send-command.
9146
fe03f49a
GM
9147 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
9148 capitalization of some menu entries.
9149
345427f0
VJL
91502009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9151
277e6741
MP
9152 * whitespace.el (whitespace-display-char-on):
9153 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
9154 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
9155 New version 12.1.
9156
c70ccbba
EZ
91572009-12-10 Eli Zaretskii <eliz@gnu.org>
9158
9159 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
9160 characters in the Attribute field.
9161
f1943c1b
DN
91622009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
9163
9164 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
9165
1c67aeaa
SM
91662009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
9167
9168 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
9169 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9170 Disregard autoload-excludes.
9171 (update-directory-autoloads): Obey autoload-excludes here instead.
9172 But don't store its contents in no-autoloads and remove entries that
9173 refer to excludes files.
9174
d8194864
GM
91752009-12-10 Glenn Morris <rgm@gnu.org>
9176
8c0171c0
GM
9177 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
9178 (expand-mail-aliases): Define for compiler.
9179
dba372dd
GM
9180 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
9181 Define for compiler.
9182
d8194864
GM
9183 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
9184 appropriate for the mail-user-agent in use.
9185
fe5facd3
MA
91862009-12-09 Michael Albinus <michael.albinus@gmx.de>
9187
9188 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
9189
99999a1d
DN
91902009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
9191
9192 Fix short log parsing and fontification.
9193 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
9194 Fix fontification for the [merge] label.
9195
2ea1c4aa
SM
91962009-12-09 Vivek Dasmohapatra <vivek@etla.org>
9197
85626eef 9198 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
9199 * htmlfontify.el (hfy-ignored-properties): New defcustom.
9200 (hfy-fontify-buffer): Use it.
9201
9840deb6
SM
92022009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
9203
a0d1aadf
SM
9204 Minor cleanup.
9205 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
9206 Adjust all callers.
9207 (ffap-locate-file): Remove unused arg `dir-ok' and make other
9208 args compulsory. Adjust callers.
9209 (ffap-gopher-at-point): Remove unused var `name'.
9210
9840deb6
SM
9211 Get rid of the ELCFILES abomination.
9212 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
9213 (compile-elcfiles): New phony target.
9214 (compile-main): Compute ELCFILES dynamically.
9215 (compile-clean): New target to remove left-over elc files.
9216 (compile, all): Use it.
9217
7eb3f9a8
KH
92182009-12-09 Kenichi Handa <handa@etlken>
9219
9220 * international/mule-diag.el: Require help-mode instead of help-fns.
9221
ae63e572
KH
92222009-12-09 Kenichi Handa <handa@m17n.org>
9223
5ce6e4f4 9224 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
9225 fine ranges instead of pre-calculating accurate ranges.
9226 Iterate with bigger gc-cons-threshold.
ae63e572 9227
e2f3c692
DN
92282009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
9229
9230 Add support for stashing a snapshot of the current tree.
9231 * vc-git.el (vc-git-stash-snapshot): New function.
9232 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
9233
cf6d0352
JB
92342009-12-08 Jose E. Marchesi <jemarch@gnu.org>
9235
9236 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
9237 instead of `(beginning|end)-of-line'.
9238
48e4acc9
GM
92392009-12-08 Glenn Morris <rgm@gnu.org>
9240
6e890faa
GM
9241 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
9242
48e4acc9
GM
9243 * Makefile.in (ELCFILES): Regenerate.
9244
d2a1dc7b
JL
92452009-12-07 Juri Linkov <juri@jurta.org>
9246
9247 Don't lazy-highlight the comint output in history Isearch mode.
9248
9249 * comint.el (comint-history-isearch-search): Instead of
9250 `comint-line-beginning-position', use `comint-after-pmark-p'
9251 to check if point if before the process mark, and go to
9252 `process-mark' in this case.
9253
51ef56c4
SM
92542009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9255
fb10ee4a
SM
9256 * textmodes/tex-mode.el (latex-complete)
9257 (latex-indent-or-complete): Remove.
9258 (latex-mode): Set completion-at-point-functions instead.
9259
9260 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
9261 * minibuffer.el (completion-at-point-functions): New var.
9262 (completion-at-point): New command.
fb10ee4a 9263 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
9264 * progmodes/python.el (python-mode-map): Use completion-at-point.
9265 (python-completion-at-point): Rename from python-partial-symbol and
9266 adjust for use in completion-at-point-functions.
9267 (python-mode): Setup completion-at-point for Python completion.
9268 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
9269 extracted from lisp-complete-symbol.
9270 (lisp-complete-symbol): Use it.
9271 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
9272 setup completion-at-point for Elisp completion.
fb10ee4a
SM
9273 (emacs-lisp-mode-map, lisp-interaction-mode-map):
9274 Use completion-at-point.
51ef56c4 9275 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 9276 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
9277 * progmodes/sym-comp.el: Move to...
9278 * obsolete/sym-comp.el: Move from progmodes.
9279
5e7a9022
EZ
92802009-12-07 Eli Zaretskii <eliz@gnu.org>
9281
9282 Prevent save-buffer in Rmail buffers from using the coding-system
9283 of the current message, and from clobbering the encoding mnemonics
9284 in the mode line (Bug#4623).
9285
9286 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
9287 flag, too.
9288 (rmail-message-encoding): New variable.
9289 (rmail-write-region-annotate): Record the encoding of the current
9290 message in rmail-message-encoding.
9291 (rmail-after-save-hook): New function, restores the encoding of
9292 the current message after the message collection is saved.
9293
9136e895
JL
92942009-12-07 Juri Linkov <juri@jurta.org>
9295
9296 * progmodes/grep.el (grep-read-files): Use `completing-read'
9297 instead of `read-string'. Set its `collection' arg to
9298 `read-file-name-internal'. (Bug#4301)
9299
40637410
JL
93002009-12-07 Juri Linkov <juri@jurta.org>
9301
9302 Correctly restore original Isearch point. (Bug#4994)
9303
9304 * isearch.el (isearch-mode): Move `isearch-push-state' after
9305 `(run-hooks 'isearch-mode-hook)'.
9306 (isearch-cancel): When `isearch-push-state-function' is defined,
9307 let-bind `isearch-cmds' to the first state (the last element of
9308 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
9309 function and restores the original point). Otherwise, move point
9310 to `isearch-opoint'.
9311
da10ce2b
SM
93122009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9313
9314 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
9315 chars that don't have names, so the table can be built much faster at
9316 run-time.
9317
3d68fa99
CY
93182009-12-07 Chong Yidong <cyd@stupidchicken.com>
9319
f82b1493
CY
9320 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
9321 change. Suggested by David Kastrup.
9322
3d68fa99
CY
9323 * simple.el (compose-mail): Check for incompatibilities and warn.
9324 (compose-mail-user-agent-warnings): New option.
9325
662c5698
DN
93262009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
9327
9328 Support showing a single log entry from vc-annotate.
9329 * vc.el (print-log): Add a new argument: START-REVISION.
9330 (vc-print-log-internal): Add a new optional argument and
9331 pass it to the backend.
9332 (vc-print-log, vc-print-root-log): Adjust callers.
9333 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
9334 buffer already displays the requested log entry, use it.
9335 Otherwise display only the log entry in question.
9336 * vc-svn.el (vc-svn-print-log):
e4070cdc 9337 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
9338 * vc-hg.el (vc-hg-state):
9339 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
9340 (vc-git-show-log-entry): Return t on success.
9341 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
9342 (vc-bzr-show-log-entry): Return t on success.
9343 * vc-rcs.el (vc-rcs-print-log):
9344 * vc-sccs.el (vc-sccs-print-log):
9345 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
9346
e4070cdc
GM
93472009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
9348
5ce6e4f4
JB
9349 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
9350 Add menus to the meta mode. (Bug#5043)
e4070cdc 9351
5ce6e4f4 93522009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
9353
9354 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 9355 event-key.
662c5698 9356
662c5698
DN
9357 * ediff.el (ediff-buffers-internal): Add unwind-protect.
9358
dab816a9
MA
93592009-12-07 Michael Albinus <michael.albinus@gmx.de>
9360
9361 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
9362 Berbain <raphael.berbain@gmail.com>.
9363
9364 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
9365 characters.
9366 (tramp-initial-end-of-output): New defconst.
9367 (tramp-methods, tramp-find-shell)
9368 (tramp-open-connection-setup-interactive-shell)
9369 (tramp-maybe-open-connection): Use it.
9370 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
9371 existence of `#' and `$'.
9372
9373 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
9374 `tramp-initial-end-of-output'.
9375
a91e1f6b
DN
93762009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
9377
9378 Get the background mode from the terminal for xterm, and set
9379 faces accordingly.
9380 * term/xterm.el (xterm-set-background-mode): New function.
9381 (terminal-init-xterm): Use it in case xterm supports background
9382 color queries. Recompute faces after getting the background
9383 color.
9384
5fa9d1ec
GM
93852009-12-07 Ulrich Mueller <ulm@gentoo.org>
9386
9387 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
9388 number comment back on its own line, for easier parsing.
9389
5e9fde5e
SM
93902009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9391
9392 Make it work for non-file buffers (bug#5102).
9393 * doc-view.el (doc-view-current-cache-dir):
9394 Use doc-view-buffer-file-name rather than buffer-file-name.
9395 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
9396
2f2f5242
CY
93972009-12-06 Óscar Fuentes <ofv@wanadoo.es>
9398
9399 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
9400 author field is too short.
9401
cebf8ec6
DN
94022009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
9403
5e9fde5e
SM
9404 * vc-git.el (vc-git-print-log): Handle a limit argument.
9405 Display the short log in graph form and with labels.
0d3f8a78
DN
9406 (vc-git-log-view-mode): Handle labels.
9407
cebf8ec6
DN
9408 Make vc-revert change VC state from 'added to 'unregistered.
9409 * vc-git.el (vc-git-revert): Call git reset first.
9410
8e39154d
UJ
94112009-12-06 Ulf Jasper <ulf.jasper@web.de>
9412
d8194864
GM
9413 * net/newst-backend.el, net/newst-plainview.el:
9414 * net/newst-reader.el, net/newst-ticker.el:
9415 * net/newst-treeview.el, net/newsticker.el:
9416 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 9417
ef187c24
CY
94182009-12-06 Chong Yidong <cyd@stupidchicken.com>
9419
238a0f3a
CY
9420 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
9421
2c6bb71a
CY
9422 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
9423 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
9424 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
9425 Update annotation regexp.
9426
ef187c24
CY
9427 * simple.el (beginning-of-visual-line): Constrain to field
9428 boundaries (Bug#5106).
9429
571855b6
UJ
94302009-12-06 Ulf Jasper <ulf.jasper@web.de>
9431
d8194864 9432 * xml.el (xml-substitute-numeric-entities): Move
571855b6 9433 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 9434 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
9435 * net/newst-backend.el (newsticker--parse-generic-feed)
9436 (newsticker--parse-generic-items)
d8194864 9437 (newsticker--decode-numeric-entities): Move
571855b6 9438 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 9439 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 9440
b857059c
CY
94412009-12-06 Daniel Colascione <dan.colascione@gmail.com>
9442
9443 * progmodes/js.el (js--js-not): Add null to the list of values.
9444
c2dae51b
CY
94452009-12-06 Chong Yidong <cyd@stupidchicken.com>
9446
d8194864 9447 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 9448
ed0f72d2
RW
94492009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9450
9451 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
9452 delimiter if it is at the end of the current line.
9453 (bibtex-generate-url-list): Fix docstring.
9454
365b9a62
SM
94552009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9456
9457 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
9458 minibuffer's content with itself.
9459 Fold the confirm-after-completion case into the `confirm' case.
9460 (completion-pcm-word-delimiters): Add : and / to the delimiters.
9461
990a9cb1
KR
94622009-12-06 Kevin Ryde <user42@zip.com.au>
9463
9464 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 9465 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 9466
8b5a10db 9467 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 9468 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 9469
065543e7
JL
94702009-12-05 Juri Linkov <juri@jurta.org>
9471
9472 Save and restore dired buffer's point positions too. (Bug#4880)
9473
9474 * dired.el (dired-save-positions): Return in the first element
9475 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
9476 Doc fix.
9477 (dired-restore-positions): First restore buffer's position.
9478 While restoring window's positions, check if window still displays
9479 the original buffer.
9480
503edac9
CY
94812009-12-05 Chong Yidong <cyd@stupidchicken.com>
9482
9a594ee6
CY
9483 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
9484 if possible.
9485
925f8c70
CY
9486 * shell.el (shell): Require ansi-color (Bug#5113).
9487
9488 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
9489
503edac9
CY
9490 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
9491
8fea6b33
AM
94922009-12-05 Alan Mackenzie <acm@muc.de>
9493
9494 * progmodes/cc-mode.el (c-before-hack-hook)
9495 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
9496 `c-file-style' to work again. This reversion restores the current
212c5aef 9497 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 9498
5d1fd962
CY
94992009-12-05 Kevin Ryde <user42@zip.com.au>
9500
9501 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
9502 comment-start-skip to comment-end-skip as comment (Bug#4781).
9503
30760c8b
JL
95042009-12-05 Juri Linkov <juri@jurta.org>
9505
9506 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
9507 for virtual nodes. (Bug#4147)
9508 (Info-find-node-2): Set `Info-current-node-virtual' to nil
9509 when moving from a virtual node.
9510 (Info-mode-menu): Add `Info-virtual-index' to the menu.
9511 (Info-mode): Add `Info-virtual-index' to the docstring.
9512
403111a8
RW
95132009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9514
9515 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
9516 track of the buffer position of the end of a BibTeX entry as this
9517 position may change during reformatting.
9518 (bibtex-format-entry): Remove whitespace before processing
9519 numerical fields so that we recognize the latter properly.
9520 (bibtex-reformat): Do not use push which changes the global value
9521 of bibtex-entry-format.
9522 (bibtex-field-braces-alist, bibtex-field-strings-alist)
9523 (bibtex-field-re-init): Replace only space characters by regexp
9524 for whitespace.
365b9a62 9525 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
9526 (bibtex-initialize): Also update bibtex-strings.
9527 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
9528 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
9529 Update bibtex-reference-keys.
403111a8 9530
25b54627
SM
95312009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9532
9533 * minibuffer.el (completion-pcm--merge-try): Also consider placing
9534 point after a star, if that's the only place where modifications can
9535 make progress.
9536
35639eb4
DN
95372009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
9538
9539 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
9540 in docstrings.
9541
8b78760b
JL
95422009-12-04 Juri Linkov <juri@jurta.org>
9543
9544 * proced.el (proced): Call `(proced-update t)' to update process
9545 information instead of only running proced-post-display-hook.
9546 (proced-send-signal): Add a leading space to the buffer name
9547 " *Marked Processes*" to make this buffer ephemeral.
9548
2b3489a7
JL
95492009-12-04 Juri Linkov <juri@jurta.org>
9550
9551 * dired.el (dired-auto-revert-buffer): New defcustom.
9552 (dired-internal-noselect): Use it.
9553
9b9debd1
JL
95542009-12-04 Juri Linkov <juri@jurta.org>
9555
9556 Change roles of modes and functions in image-mode.el (Bug#5062).
9557
9558 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
9559 in `auto-mode-alist'.
9560 (image-mode-previous-major-mode): New variable.
9561 (image-minor-mode-map): Rename from `image-mode-text-map'.
9562 (image-mode): Move graceful error-handling code from
9563 `image-minor-mode' to here. On errors call `image-mode-as-text'.
9564 (image-minor-mode): Remove all image-handling code.
9565 Replace `image-mode-text-map' with `image-minor-mode-map'.
9566 Check for `image-type' in mode-line format string.
9567 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
9568 (image-mode-as-text): New function with most code from
9569 `image-mode-maybe'.
9570 (image-toggle-display-text): Move code that removes image
9571 properties from `image-toggle-display' to here.
9572 (image-toggle-display-image): New function with code that adds
9573 image properties copied from `image-toggle-display'.
9574 (image-toggle-display): Remove most code with leaving only code
9575 that toggles between `image-mode-as-text' and `image-mode'.
9576
0c74a301
UJ
95772009-12-04 Ulf Jasper <ulf.jasper@web.de>
9578
9579 * net/newst-treeview.el
9580 (newsticker--treeview-list-highlight-start): Restored call to
9581 save-excursion: Selected item was stuck.
9582 (newsticker--treeview-list-select): New.
9583 (newsticker--treeview-item-show-text)
9584 (newsticker--treeview-item-show)
9585 (newsticker--treeview-item-update): Use new
9586 newsticker-treeview-item-mode.
9587 (newsticker-treeview-update): Keep current item.
9588 (newsticker-treeview-next-new-or-immortal-item): Doc change.
9589 (newsticker--treeview-first-feed): Doc change.
9590 (newsticker-treeview-list-menu)
9591 (newsticker-treeview-item-menu): Added menu entries.
9592 (newsticker-treeview-item-mode): New.
9593
5ce6e4f4 9594 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
9595 windows.
9596
9eaeec5b
SS
95972009-12-04 Sam Steingold <sds@gnu.org>
9598
9599 * log-view.el (log-view-mode-map): "q" calls quit-window,
9600 like in all the other non-self-insert buffers.
9601
b2bf5be5
SM
96022009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
9603
9604 Minor cleanup.
9605 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
9606 key decoding rather than do it manually via last-input-event +
9607 ascii-character.
9608 (term-exec): Use delete-and-extract-region.
9609 (term-handle-ansi-terminal-messages): Remove unused var `end'.
9610 (term-process-pager): Remove unused var `i'.
9611 (term-dynamic-simple-complete): Make obsolete.
9612 (serial-update-config-menu): Remove unused vars `y' and `str'.
9613 (term-update-mode-line): Remove unused var `temp'.
9614
46e5c897
DN
96152009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9616
9617 Limit the number of log entries displayed by default.
9618 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
9619 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
9620 using a prefix argument.
9621
627e0a14
GM
96222009-12-03 Glenn Morris <rgm@gnu.org>
9623
9624 * progmodes/idlwave.el (class): Restore still useful declaration.
9625
8578c224
AM
96262009-12-03 Alan Mackenzie <acm@muc.de>
9627
4abc318c 9628 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 9629
b2bf5be5
SM
9630 * progmodes/cc-mode.el (c-basic-common-init):
9631 Call c-state-cache-init.
9762b219 9632 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 9633 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 9634 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
9635
9636 * progmodes/cc-langs.el (c-before-font-lock-function):
9637 c-extend-and-neutralize-syntax-in-CPP has been renamed
9638 c-neutralize-syntax-in-and-mark-CPP.
9639
9640 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
9641 with `category' properties now, not `syntax-table' ones.
9642
9643 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
9644 enhanced (but slower) version of c-end-of-macro that won't land
9645 inside a literal or on another awkward character.
9646 (c-state-cache-too-far, c-state-cache-start)
9647 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
9648 (c-state-nonlit-pos-cache-limit, c-state-point-min)
9649 (c-state-point-min-lit-type, c-state-point-min-lit-start)
9650 (c-state-min-scan-pos, c-state-brace-pair-desert)
9651 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
9652 buffer local variables.
9653 (c-state-literal-at, c-state-lit-beg)
9654 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
9655 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
9656 (c-state-cache-top-paren, c-state-cache-after-top-paren)
9657 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
9658 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
9659 (c-renarrow-state-cache)
9660 (c-append-lower-brace-pair-to-state-cache)
9661 (c-state-push-any-brace-pair, c-append-to-state-cache)
9662 (c-remove-stale-state-cache)
9663 (c-remove-stale-state-cache-backwards, c-state-cache-init)
9664 (c-invalidate-state-cache-1, c-parse-state-1)
9665 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
9666 (c-parse-state): Enhance and refactor.
9667 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
9668
9669 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
9670 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
9671 modify to use category text properties rather than syntax-table ones.
9672 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
9673 to switch off/on the syntactic paren property of C++ template
9674 delimiters using the category property.
9675 (c-with-<->-as-parens-suppressed): Macro to invoke code with
9676 template delims suppressed.
9677 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
9678 New constant/macros which apply category properties to the start
9679 and end of preprocessor constructs.
b2bf5be5 9680 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
9681 "comment out" the syntactic value of characters in preprocessor
9682 constructs.
9683 (c-with-cpps-commented-out)
9684 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
9685 with characters in all or all but one preprocessor constructs
9686 "commented out".
9687
0d4dc442
RW
96882009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9689
9690 * proced.el (proced-filter-alist): Use regexp-quote.
9691
a09dc9bf
MA
96922009-12-03 Michael Albinus <michael.albinus@gmx.de>
9693
9694 Cleanup.
9695 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
9696 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
9697 arguments. Expand `default-directory'.
9698
9699 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
9700 the benefit of returning an expanded localname.
9701 (tramp-tramp-file-p): Handle the case NAME is not a string.
9702
3f6bd790
DN
97032009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9704
4dfb3b9c
DN
9705 Add support for bzr shelve/unshelve.
9706 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
9707 (vc-bzr-extra-menu-map): New variables.
9708 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
9709 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
9710 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
9711 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
9712 (vc-bzr-dir-extra-headers): Display shelves.
9713
3f6bd790
DN
9714 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
9715
842d73a1
SM
97162009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9717
9718 * textmodes/bibtex.el (bibtex-complete-internal):
9719 Use completion-in-region.
9720 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
9721
7fa4876f
DN
97222009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9723
9724 Support applying stashes. Improve UI.
9725 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
9726 (vc-git-stash-apply, vc-git-stash-pop)
9727 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
9728 (vc-git-stash-menu): New functions.
9729 (vc-git-stash-menu-map): New variable.
9730 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
9731
d6e82452
GM
97322009-12-03 Glenn Morris <rgm@gnu.org>
9733
9734 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
9735 (vc-print-log-internal): Fix previous change.
9736 (vc-revert): Correct pluralization.
9737
8d222148
SM
97382009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9739
ea52206b
SM
9740 * progmodes/make-mode.el (makefile-special-targets-list): No need for
9741 it to be an alist any more.
9742 (makefile-complete): Use completion-in-region.
9743
69a94a37
SM
9744 * progmodes/octave-mod.el (octave-complete-symbol):
9745 Use completion-in-region.
9746
8d222148
SM
9747 Misc cleanup.
9748 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
9749 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
9750 (idlwave-complete-class): Don't quote lambda.
9751 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
9752 (idlwave-mode-map): Move initialization into declaration.
9753 (idlwave-action-and-binding): Use backquotes.
9754 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
9755 Simplify.
9756 (idlwave-is-pointer-dereference): Remove unused var `pos'.
9757 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
9758 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
9759 `parts', and `all-parts'.
9760 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
9761 (idlwave-convert-xml-system-routine-info): Remove unused string
9762 `version-string'.
9763 (idlwave-display-user-catalog-widget): Use dolist.
9764 (idlwave-scanning-lib): Declare dynamically-scoped var.
9765 (idlwave-scan-library-catalogs): Remove unused var `flags'.
9766 (completion-highlight-first-word-only): Declare to silence bytecomp.
9767 (idlwave-popup-select): Tighten scope of `resp'.
9768 (idlwave-find-struct-tag): Remove unused var `beg'.
9769 (idlwave-after-load-rinfo-hook): Declare.
9770 (idlwave-sintern-class-info): Remove unused var `taglist'.
9771 (idlwave-find-class-definition): Remove unused var `list'.
9772 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
9773 (idlwave-what-module-find-class): Remove unused var `classes'.
9774
3bb8691b
JB
97752009-12-03 Juanma Barranquero <lekktu@gmail.com>
9776
9777 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
9778
f72f0c23
SM
97792009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9780
9781 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
9782 buffers visited. Remove redundant current-buffer-saving.
9783
601a9508
SM
97842009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9785
9786 Use completion-in-buffer and remove uses of dynamic scoping.
9787 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
9788 (pascal-buffer-to-use, pascal-flag): Don't declare.
9789 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
9790 (pascal-get-completion-decl, pascal-keyword-completion):
9791 Add `pascal-str' argument, save-excursion,
9792 return the found completions, and don't filter with pascal-pred.
9793 (pascal-completion-cache): New var.
9794 (pascal-completion): Don't switch buffer any more (it was never
9795 necessary). Don't save-excursion any more (it's done by the called
9796 subroutines). Use a cache to avoid redundant computations.
9797 Use complete-with-action rather than pascal-completion-response and
9798 let it apply the predicate as well.
9799 (pascal-complete-word): Use completion-in-buffer when
9800 pascal-toggle-completions is nil.
9801 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
9802 not used any more.
9803 (pascal-comp-defun): Don't change buffer any more.
9804 Use complete-with-action rather than pascal-completion-response and
9805 let it apply the predicate as well.
9806 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
9807 when neded.
9808
1ff4cb98
KH
98092009-12-02 Kenichi Handa <handa@m17n.org>
9810
9811 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
9812 shape for all Indic scripts.
9813
bb12edf1
SM
98142009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9815
9816 Use completion-in-buffer.
9817 * wid-edit.el (widget-field-text-end): New function.
9818 (widget-field-value-get): Use it.
9819 (widget-string-complete, widget-file-complete)
9820 (widget-color-complete): Use it and completion-in-region.
9821 (widget-complete): Don't narrow the buffer.
9822
5813f6ef
GM
98232009-12-02 Glenn Morris <rgm@gnu.org>
9824
c920f222
GM
9825 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
9826 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
9827 * mail/rmailsum.el: Replace all pop-to-buffer calls with
9828 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 9829
5813f6ef
GM
9830 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
9831 save-excursion with save-current-buffer.
9832 Widen before searching. (Bug#5093)
9833 (diary-list-sexp-entries): Remove superfluous save-excursion.
9834
34b1d750
GM
98352009-12-02 Michael Welsh Duggan <mwd@cert.org>
9836
9837 * woman.el (woman-make-bufname): Handle man-pages with "." in the
9838 name. (Bug#5038)
9839
b2d5f31a
GM
98402009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
9841
9842 * ido.el (ido-file-internal): Handle filenames at point that do
9843 not have a directory part. (Bug#5049)
9844
c710ac3c
JB
98452009-12-02 Juanma Barranquero <lekktu@gmail.com>
9846
9847 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
9848 (mpc-songs-jump-to, mpc-resume): Doc fixes.
9849
9946be46
SM
98502009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
9851
9852 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
9853 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
9854 any more.
9855
b08016f2
SM
98562009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9857
e7440df4
SM
9858 * comint.el (comint-insert-input): Ignore clicks to the right of
9859 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
9860
3bb8691b 9861 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
9862 terminate before setting up the major mode.
9863
f3b757f5
SM
9864 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
9865 in case.
9866
a2877f1d
SM
9867 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
9868 the last element.
9869
b08016f2
SM
9870 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
9871
782d6e30
GM
98722009-12-01 Glenn Morris <rgm@gnu.org>
9873
9874 * window.el (window--display-buffer-2): Fix previous changes.
9875
28f57f7e
CY
98762009-12-01 Chong Yidong <cyd@stupidchicken.com>
9877
9878 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
9879
c31a2fdc
GM
98802009-12-01 Glenn Morris <rgm@gnu.org>
9881
9882 * Makefile.in (ELCFILES): Add mpc.elc.
9883
e1ada222
SM
98842009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9885
9886 * mpc.el: New file.
9887
0c9ff2c5
GM
98882009-12-01 Glenn Morris <rgm@gnu.org>
9889
3689984f
GM
9890 * window.el (window-to-use): Define for compiler.
9891
3ab4308b
GM
9892 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
9893 consistent with others (no final period).
9894
0c9ff2c5
GM
9895 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
9896 (rmail-mime-show): Downcase the encoding. (Bug#5070)
9897
fb0c18ff
DN
98982009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
9899
9900 Make vc-print-log buttons work.
045b9da7 9901 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 9902
2ac7e73e
JB
99032009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
9904
9905 * savehist.el (savehist-autosave-interval): Allow setting to nil
9906 through customize. (Bug#5056)
9907
5237d741
JB
99082009-11-30 Juanma Barranquero <lekktu@gmail.com>
9909
9910 Fix references to jit-lock properties.
9911 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9912 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
9913 (perl-font-lock-special-syntactic-constructs):
9914 Quote jit-lock-defer-multiline property.
9915
379241fa
DN
99162009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
9917
9918 * vc-git.el (vc-git-registered): Call vc-git-root only once.
9919
054ae856
JL
99202009-11-30 Juri Linkov <juri@jurta.org>
9921
9922 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
9923 value `buffer' of `multi-isearch-next-buffer-current-function'.
9924 Use `(current-buffer)' when `buffer' is nil.
9925 (multi-isearch-next-buffer-from-list): Don't fallback to
9926 `(current-buffer)' when `buffer' is nil. (Bug#4947)
9927
67296dda
JL
99282009-11-30 Juri Linkov <juri@jurta.org>
9929
9930 * misearch.el (multi-isearch-read-buffers): Move canonicalization
9931 of buffers with `get-buffer' to `multi-isearch-buffers'.
9932 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9933 Canonicalize BUFFERS with `get-buffer'. Doc fix.
9934 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
9935 FILES with `expand-file-name' converting relative file names
9936 to absolute. Doc fix. (Bug#4727)
9937
c585bf32
JL
99382009-11-30 Juri Linkov <juri@jurta.org>
9939
9940 * misearch.el (multi-isearch-read-buffers)
9941 (multi-isearch-read-matching-buffers): New functions.
9942 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9943 Use them in the `interactive' spec. Doc fix.
9944 (multi-isearch-read-files, multi-isearch-read-matching-files):
9945 New functions.
9946 (multi-isearch-files, multi-isearch-files-regexp):
9947 Use them in the `interactive' spec. Doc fix. (Bug#4725)
9948
0a745733
JL
99492009-11-30 Juri Linkov <juri@jurta.org>
9950
9951 * doc-view.el (doc-view-continuous):
9952 Rename from `doc-view-continuous-mode'.
9953 (doc-view-menu): Move "Toggle display" to the top.
9954 Add submenu "Continuous" with radio buttons "Off"/"On"
9955 and "Save as Default".
9956 (doc-view-scroll-up-or-next-page)
9957 (doc-view-scroll-down-or-previous-page)
9958 (doc-view-next-line-or-next-page)
9959 (doc-view-previous-line-or-previous-page): Rename
9960 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
9961
1f9689eb
JL
99622009-11-30 Juri Linkov <juri@jurta.org>
9963
9964 * comint.el (comint-mode-map): Rebind `M-r' from
9965 `comint-previous-matching-input' to
9966 `comint-history-isearch-backward-regexp'.
9967 Unbind `M-s' to allow global key binding `M-s'.
9968 Add menu items for `comint-history-isearch-backward' and
9969 `comint-history-isearch-backward-regexp'. (Bug#3746)
9970
2952b1ae
JL
99712009-11-30 Juri Linkov <juri@jurta.org>
9972
9973 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
9974 For def=recenter, replace `recenter' with `recenter-top-bottom'
9975 that is called with `this-command' and `last-command' let-bound
9976 to `recenter-top-bottom'. When the last `def' was not `recenter',
9977 set `recenter-last-op' to nil. (Bug#4981)
9978
7a9547ca
SM
99792009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9980
20565545
SM
9981 Minor cleanup and simplification.
9982 * filecache.el (file-cache-add-directory)
9983 (file-cache-add-directory-recursively)
9984 (file-cache-add-from-file-cache-buffer)
9985 (file-cache-delete-file-regexp, file-cache-delete-directory)
9986 (file-cache-files-matching-internal, file-cache-display): Use dolist.
9987 (file-cache-temp-minibuffer-message): Delete function.
9988 (file-cache-minibuffer-complete): Use minibuffer-message instead.
9989
7a9547ca
SM
9990 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9991 Don't signal an error when bumping into EOB in tr, s, or y.
9992
08e968f3
JL
99932009-11-29 Juri Linkov <juri@jurta.org>
9994
9995 * startup.el (fancy-about-text): Fix wording of Guided Tour.
9996 (Bug#4960)
9997
9998 * descr-text.el (describe-char-unidata-list): Use lowercase name
9999 for "Unicode name" like in other tags.
10000
f8d170a4
JL
100012009-11-29 Juri Linkov <juri@jurta.org>
10002
10003 * ediff-util.el (ediff-minibuffer-with-setup-hook):
10004 New compatibility macro.
7a9547ca 10005 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 10006
0116abbd
JL
100072009-11-29 Juri Linkov <juri@jurta.org>
10008
10009 Add defcustom to define the cycling order of `recenter-top-bottom'.
10010 (Bug#4981)
10011
10012 * window.el (recenter-last-op): Doc fix.
10013 (recenter-positions): New defcustom.
10014 (recenter-top-bottom): Rewrite to use `recenter-positions'.
10015 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
10016
61eef560
MA
100172009-11-29 Michael Albinus <michael.albinus@gmx.de>
10018
10019 Improve integration of Tramp and ange-ftp in eshell.
10020
e4070cdc 10021 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
10022 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
10023 (eshell/sudo): Flatten args. Let-bind `default-directory'.
10024
10025 * eshell/esh-util.el (top): Require also Tramp when compiling.
10026 (eshell-directory-files-and-attributes): Check for FTP remote
10027 connection.
10028 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
10029 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
10030 (eshell-file-attributes): Handle ".". Return `entry'.
10031
10032 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
10033 (ange-ftp-directory-files-and-attributes)
10034 (ange-ftp-real-directory-files-and-attributes): New defuns.
10035
10036 * net/tramp.el (tramp-maybe-open-connection): Open the remote
10037 shell with "exec" when possible. This prevents trailing prompts
10038 in `start-file-process'.
10039
f5467d3f
SM
100402009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10041
21f49db9
SM
10042 Try and remove assumptions about point-min==1.
10043 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
10044 (rng-compute-mode-line-string): Show the validation percentage in
10045 terms of the narrowed text, not the widened text.
10046 (rng-do-some-validation): Don't catch internal errors when debugging.
10047 (rng-first-error): Simplify.
10048 (rng-after-change-function): Remove work around. AFAIK the bug has
10049 been fixed a while ago.
10050
26224faf
SM
10051 * image-mode.el (image-minor-mode): Exit more gracefully when the image
10052 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
10053
d7117720
SM
10054 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
10055
f5467d3f
SM
10056 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
10057 `cd' doesn't always do it for us (bug#5067).
10058
10059 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
10060 on 2009-10-25 as part of some other change (bug#5067).
10061
c5269f1c
SM
100622009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10063
62a258a7
SM
10064 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
10065 `suspicious'.
10066 (byte-compile-warnings): Use byte-compile-warning-types.
10067 (byte-compile-save-excursion): Warn about use of set-buffer right
10068 after save-excursion.
10069
c5269f1c
SM
10070 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
10071 the excursion as well.
10072
3ba30eb8
MA
100732009-11-27 Michael Albinus <michael.albinus@gmx.de>
10074
10075 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
10076 providing a Tramp related implementation of "su" and "sudo".
10077 (eshell-unix-initialize): Add "su" and "sudo".
10078
6c6f788d
DU
100792009-11-27 Daiki Ueno <ueno@unixuser.org>
10080
10081 * net/socks.el (socks-send-command): Convert binary request to
10082 unibyte before sending. This fixes mishandling of some port
10083 numbers such as 129.
10084
10c877fe
SM
100852009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10086
6f06a171
SM
10087 * help.el (describe-bindings-internal): Remove `interactive'.
10088
10c877fe
SM
10089 * man.el (Man-completion-table): Trim a terminating "(".
10090 Remove the space between name page a section.
10091 Add the command's description on the `help-echo' property.
c5269f1c
SM
10092 Remove `process-connection-type' binding since it's unused by
10093 call-process.
10c877fe
SM
10094 Provide completion for the "<section> <name>" format as well.
10095 (Man-default-man-entry): Remove spurious var shadowing the argument.
10096
c44a4822
KR
100972009-11-26 Kevin Ryde <user42@zip.com.au>
10098
10099 * log-view.el: Add "Keywords: tools", since its other keywords
10100 aren't in finder-known-keywords, and following vc.el.
10101
9d58f081
KR
10102 * sha1.el (sha1-string-external): default-directory "/" in case
10103 otherwise non-existent. process-connection-type pipe for touch of
10104 efficiency recommended by elisp manual. (An aside in Bug#3911.)
10105
72fe6b25
SM
101062009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10107
10108 Misc coding convention cleanups.
10109 * htmlfontify.el (hfy-init-kludge-hook): Rename from
10110 hfy-init-kludge-hooks.
10111 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
10112 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
10113 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
10114 and push.
10115 (hfy-slant, hfy-weight): Use tables rather than code.
10116 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
10117 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
10118 (hfy-face-attr-for-class): Initialize `face-spec' directly.
10119 (hfy-face-to-css): Remove `nconc' with single arg.
10120 (hfy-p-to-face-lennart): Use `or'.
10121 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
10122 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
10123 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
10124 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
10125 (hfy-force-fontification): Use run-hooks.
10126
85e0a536
SM
101272009-11-26 Vivek Dasmohapatra <vivek@etla.org>
10128
10129 Various minor fixes.
10130 * htmlfontify.el (hfy-default-header): Add toggle_invis since
10131 Javascript belongs in the header, not the body.
10132 (hfy-javascript): Remove.
10133 (hfy-fontify-buffer): Don't insert it any more.
10134 (hfy-face-at): Handle (face0 face1 face2) style face properties.
10135 Fix bug in invis handling when there were no invis props in a chunk.
10136
62ccc42c
SM
101372009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10138
10139 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
10140
2643c7aa
DN
101412009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
10142
10143 * finder.el (finder-mode-map): Add a menu.
10144
0e5c8aed
DN
101452009-11-26 Michael McNamara <mac@mail.brushroad.com>
10146
bf0b361c 10147 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
10148 "unsigned" structs.
10149
10150 (verilog-leap-to-head, verilog-backward-token): Handle "disable
10151 fork" statement better.
10152
101532009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
10154
bf0b361c
JB
10155 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
10156 (verilog-delete-auto, verilog-delete-empty-auto-pair)
10157 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
10158 Reported by Clay Douglass.
0e5c8aed
DN
10159
10160 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c
SM
10161 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
10162 Fix removing "// Interfaces" when saving .* expansions. Reported by
0e5c8aed
DN
10163 Pierre-David Pfister.
10164
7629c4e7
GM
101652009-11-26 Glenn Morris <rgm@gnu.org>
10166
62ccc42c
SM
10167 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
10168 the scope.
7629c4e7 10169
a5d358f8
JB
101702009-11-25 Johan Bockgård <bojohan@gnu.org>
10171
10172 * vc-annotate.el (vc-annotate-revision-previous-to-line):
10173 Really use previous revision.
10174
002cbde5
KR
101752009-11-25 Kevin Ryde <user42@zip.com.au>
10176
10177 * man.el (Man-completion-table): default-directory "/" in case
10178 doesn't otherwise exist. process-environment COLUMNS=999 so as
10179 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
10180 any chance of hitting the pseudo-tty TIOCGWINSZ.
10181 (man): completion-ignore-case t for friendliness and since man
10182 itself is case-insensitive on the command line.
10183 Further to Bug#3717.
002cbde5 10184
8cb5ffe8
KR
10185 * arc-mode.el: Add "Keywords: files", so the details in its
10186 commentary can be reached from finder-by-keyword.
34607612
KR
10187 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
10188 editing mode, but it's comms related and sgml-mode.el has "comm"
10189 on that basis too.
b8dfcf54 10190 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
10191 * international/isearch-x.el, international/ja-dic-cnv.el:
10192 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 10193 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 10194
1e2d9ba1
JL
101952009-11-25 Juri Linkov <juri@jurta.org>
10196
10197 * man.el (Man-completion-table): Modify regexp to include
10198 section names to completion strings. (Bug#3717)
10199
a601d313
JL
102002009-11-25 Juri Linkov <juri@jurta.org>
10201
10202 Search recursively in gzipped files. (Bug#4982)
10203
10204 * progmodes/grep.el (grep-highlight-matches): Add new options
10205 `always' and `auto'. Doc fix.
10206 (grep-process-setup): Check `grep-highlight-matches' for
10207 `auto-detect' to determine the need to compute grep defaults.
10208 Move Windows/DOS specific --colors settings handling
10209 to `grep-compute-defaults'. Check `grep-highlight-matches'
10210 to get the value of "--color=".
10211 (grep-compute-defaults): Compute `grep-highlight-matches' when it
10212 has the value `auto-detect'. Move Windows/DOS specific settings
10213 from `grep-process-setup'.
10214 (zrgrep): New command with alias `rzgrep'.
10215
bde04ea9
JL
102162009-11-25 Juri Linkov <juri@jurta.org>
10217
10218 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
10219 to nil instead of switching off view-mode. (Bug#4896)
10220
7d6b4d3c
JL
102212009-11-25 Juri Linkov <juri@jurta.org>
10222
10223 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
10224
10225 * mwheel.el (mwheel-scroll-up-function)
10226 (mwheel-scroll-down-function): New defvars.
10227 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
10228 `scroll-up', and `mwheel-scroll-down-function' instead of
10229 `scroll-down'.
10230
10231 * doc-view.el (doc-view-scroll-up-or-next-page)
10232 (doc-view-scroll-down-or-previous-page): Add optional ARG.
10233 Use this ARG in the call to image-scroll-up/image-scroll-down.
10234 Change `interactive' spec to "P". Goto next/previous page only
10235 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
10236 SPC/DEL case). Doc fix.
10237 (doc-view-next-line-or-next-page)
10238 (doc-view-previous-line-or-previous-page): Rename arg to ARG
10239 for consistency.
10240 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
10241 `doc-view-scroll-up-or-next-page', and buffer-local
10242 `mwheel-scroll-down-function' to
10243 `doc-view-scroll-down-or-previous-page'.
10244
e237085f
JL
102452009-11-25 Juri Linkov <juri@jurta.org>
10246
10247 Provide additional default values (directories at other Dired
10248 windows) via M-n in the minibuffer of some Dired commands.
10249
10250 * dired-aux.el (dired-diff, dired-compare-directories)
10251 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
10252 `minibuffer-default' in `minibuffer-with-setup-hook'.
10253 (dired-dwim-target-directory): Find a window that displays Dired
10254 buffer instead of failing when the next window is not Dired.
10255 Use `get-window-with-predicate' to find for the next Dired window.
10256 (dired-dwim-target-defaults): New function.
10257
10258 * ediff-util.el (ediff-read-file-name):
10259 Use `dired-dwim-target-defaults' to set `minibuffer-default'
10260 in `minibuffer-with-setup-hook'.
10261
7d371eac
JL
102622009-11-25 Juri Linkov <juri@jurta.org>
10263
10264 Provide additional default values (file name at point or at the
10265 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
10266
10267 * minibuffer.el (read-file-name-defaults): New function.
10268 (read-file-name): Reset `minibuffer-default' to nil when
10269 it duplicates initial input `insdef'.
10270 Bind `minibuffer-default-add-function' to lambda that
10271 calls `read-file-name-defaults' in `minibuffer-selected-window'.
10272 (minibuffer-insert-file-name-at-point): New command.
10273
10274 * files.el (file-name-at-point-functions): New defcustom.
10275 (find-file-default): Remove defvar.
10276 (find-file-read-args): Don't use `find-file-default'.
10277 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
10278 to `read-file-name'.
10279 (find-file-literally): Use `read-file-name' with
10280 `confirm-nonexistent-file-or-buffer'.
10281
10282 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
10283
10284 * dired.el (dired-read-dir-and-switches):
10285 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
10286 to `read-file-name'.
10287 (dired-file-name-at-point): New function.
10288 (dired-mode): Add hook `dired-file-name-at-point' to
10289 `file-name-at-point-functions'.
10290
04ae543a
SM
102912009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
10292
10293 Really make the *Completions* window soft-dedicated (bug#5030).
10294 * window.el (window--display-buffer-2): Add `dedicated' argument.
10295 (display-buffer): Pass it when needed so the dedicated flag is set
10296 after calling set-window-buffer, which would otherwise reset it.
10297
eb708e66
SM
102982009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
10299
d6b8d4e7
SM
10300 * progmodes/meta-mode.el (meta-complete-symbol):
10301 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
10302 * mail/mailabbrev.el (mail-abbrev-complete-alias):
10303 Use completion-in-region.
10304
5f24557b
SM
10305 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
10306 (dabbrev-completion): Use completion-in-region.
10307 (dabbrev--abbrev-at-point): Simplify regexp.
10308
fe4346f0
SM
10309 * abbrev.el (abbrev--before-point): Use word-motion functions
10310 if :regexp is not specified (bug#5031).
10311
cb190d7d
SM
10312 * subr.el (string-prefix-p): New function.
10313
e2ec6dd5
SM
10314 * man.el (Man-completion-cache): New var.
10315 (Man-completion-table): Use it.
10316
eb708e66
SM
10317 * vc.el (vc-print-log-internal): Make `limit' optional for better
10318 compatibility (e.g. with vc-annotate.el).
10319
4cf8971b
KR
103202009-11-24 Kevin Ryde <user42@zip.com.au>
10321
eb708e66 10322 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 10323 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 10324
4cf8971b
KR
10325 * emacs-lisp/elint.el (elint-add-required-env): Better error message
10326 when .el source file not found or other error.
10327
d204c46c
SM
103282009-11-24 Markus Triska <markus.triska@gmx.at>
10329
10330 * linum.el (linum-update-window): Ignore intangible (bug#4996).
10331
bb301b9a
SM
103322009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
10333
449c27f0
SM
10334 Handle the [back] button properly (bug#4979).
10335 * descr-text.el (describe-text-properties): Add a `buffer' argument.
10336 Use help-setup-xref, help-buffer, and with-help-window.
10337 (describe-char): Add `buffer' argument.
10338 Pass proper command to help-setup-xref. Don't meddle with
10339 help-xref-stack-item directly.
10340 (describe-text-category): Use with-help-window and help-buffer.
10341
32fe5377
SM
10342 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
10343 for the displayed buffer (bug#4887).
10344
bb301b9a
SM
10345 * man.el (Man-completion-table): New function.
10346 (man): Use it.
10347
35179414
DR
103482009-11-24 David Reitter <david.reitter@gmail.com>
10349
bb301b9a 10350 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
10351 .git is) rather than the file's directory and a relative path spec
10352 to work around a bug in git.
10353
605a20a9
MA
103542009-11-24 Michael Albinus <michael.albinus@gmx.de>
10355
10356 Improve handling of processes on remote hosts.
10357
10358 * eshell/esh-util.el (eshell-path-env): New defvar.
10359 (eshell-parse-colon-path): New defun.
10360 (eshell-file-attributes): Use `eshell-parse-colon-path'.
10361
bb301b9a
SM
10362 * eshell/esh-ext.el (eshell-search-path):
10363 Use `eshell-parse-colon-path'.
605a20a9
MA
10364 (eshell-remote-command): Remove argument HANDLER.
10365 (eshell-external-command): Check for FTP remote connection.
10366
bb301b9a
SM
10367 * eshell/esh-proc.el (eshell-gather-process-output):
10368 Use `file-truename', in order to start also symlinked files.
10369 Apply `start-file-process' instead of `start-process'.
10370 Shorten `command' to the local file name part.
605a20a9 10371
bb301b9a
SM
10372 * eshell/em-cmpl.el (eshell-complete-commands-list):
10373 Use `eshell-parse-colon-path'.
605a20a9
MA
10374
10375 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
10376
10377 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
10378 to `eshell-directory-change-hook'.
10379
d1d33062
TH
103802009-11-24 Tassilo Horn <tassilo@member.fsf.org>
10381
10382 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 10383 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 10384
a34d8565 103852009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 10386
a34d8565
MK
10387 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
10388 made on 2009-11-22.
d1d33062 10389
c83b8d1b
GM
103902009-11-24 Glenn Morris <rgm@gnu.org>
10391
10392 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
10393 deleted variable bookmark-bmenu-bookmark-column.
10394
83505cfe
SM
103952009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
10396
10397 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
10398
5241b291
CY
103992009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
10400
10401 * net/browse-url.el (browse-url-filename-alist): On Windows, add
10402 two slashes to the "file:" prefix.
10403 (browse-url-file-url): De-munge Cygwin filenames before passing
10404 them to Windows browser.
10405 (browse-url-default-windows-browser): Use call-process.
10406
aefcadb6
JL
104072009-11-23 Juri Linkov <juri@jurta.org>
10408
10409 Implement DocView Continuous mode. (Bug#4896)
10410 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
10411 (doc-view-mode-map): Bind C-n/<down> to
10412 `doc-view-next-line-or-next-page', C-p/<up> to
10413 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
10414 (doc-view-next-line-or-next-page)
10415 (doc-view-previous-line-or-previous-page): New commands.
10416
0d62bcea
JL
104172009-11-23 Juri Linkov <juri@jurta.org>
10418
10419 Implement Isearch in comint input history. (Bug#3746)
10420 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
10421 `isearch-mode-hook'.
10422 (comint-history-isearch): New defcustom.
10423 (comint-history-isearch-backward)
10424 (comint-history-isearch-backward-regexp): New commands.
10425 (comint-history-isearch-message-overlay): New buffer-local variable.
10426 (comint-history-isearch-setup, comint-history-isearch-end)
10427 (comint-goto-input, comint-history-isearch-search)
10428 (comint-history-isearch-message, comint-history-isearch-wrap)
10429 (comint-history-isearch-push-state)
10430 (comint-history-isearch-pop-state): New functions.
10431
b593f105
MA
104322009-11-23 Michael Albinus <michael.albinus@gmx.de>
10433
10434 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
10435 return.
10436 (tramp-handle-make-symbolic-link)
10437 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
10438 Quote file names.
10439 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
10440 (tramp-handle-process-file): Use it.
10441
0f202d5d
SM
104422009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10443
10444 * window.el (move-to-window-line-last-op): Remove.
10445 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
10446
216349f8
SM
104472009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
10448
0f202d5d 10449 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
10450 * window.el (move-to-window-line-last-op): New var.
10451 (move-to-window-line-top-bottom): New command.
10452 (global-map): Bind M-r move-to-window-line-top-bottom.
10453
c10e0633
GM
104542009-11-23 Sven Joachim <svenjoac@gmx.de>
10455
10456 * dired-x.el (dired-guess-shell-alist-default):
10457 Support xz format. (Bug#4953)
10458
953e0c1a
GM
104592009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
10460
10461 * emulation/viper-cmd.el: Use viper-last-command-char instead of
10462 last-command-char/last-command-event.
10463 (viper-prefix-arg-value): Do correct conversion of event-char for
10464 XEmacs.
10465
83505cfe
SM
10466 * emulation/viper-util.el, emulation/viper.el:
10467 Use viper-last-command-char instead of
10468 last-command-char/last-command-event.
953e0c1a 10469
83505cfe
SM
10470 * ediff-init.el, ediff-mult.el, ediff-util.el:
10471 Replace last-command-char and last-command-event
10472 with (ediff-last-command-char) everywhere.
953e0c1a
GM
10473
10474 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
10475 created in fundamental mode.
10476
10477 * ediff.el (ediff-version): Revert the change of interactive-p to
10478 called-interactively-p.
10479
9ee12eee
TH
104802009-11-22 Tassilo Horn <tassilo@member.fsf.org>
10481
10482 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
10483 generation from word-movement command names.
10484
8b571bf3
JD
104852009-11-21 Jan Djärv <jan.h.d@swipnet.se>
10486
10487 * cus-start.el (all): Add native condition for font-use-system-font.
10488
4121db47
AM
104892009-11-21 Nathaniel Flath <flat0103@gmail.com>
10490
83505cfe
SM
10491 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10492 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 10493
d71f5e0c
TH
104942009-11-21 Tassilo Horn <tassilo@member.fsf.org>
10495
10496 * progmodes/subword.el: Rename from lisp/subword.el.
10497
10498 * subword.el: Rename to progmodes/subword.el.
10499
10500 * Makefile.in (ELCFILES): Adapt to subword.el move.
10501
fc9d6ad6 105022009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 10503 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
10504
10505 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
10506 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
10507 (bookmark-bmenu-show-filenames): Use push.
10508 (bookmark-bmenu-hide-filenames): Use local var instead of
10509 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
10510 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
10511 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
10512 filenames now that the bookmark names are always available.
10513
26d9285f
SM
105142009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10515
10516 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
10517 (bookmark-search-pattern): Move and leave unbound.
10518 (bookmark-bmenu-mode-map): Change binding.
10519 (bookmark-read-search-input): Simplify.
10520 Don't use text-char-description. Don't error on non-char events.
10521 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
10522 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
10523 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
10524 Use a local var for the timer.
10525 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
10526 (i.e. bookmark-bmenu-search).
10527
d73a0317
GM
105282009-11-21 Glenn Morris <rgm@gnu.org>
10529
10530 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
10531
e572025f
CY
105322009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
10533
26d9285f
SM
10534 * net/browse-url.el (browse-url-default-windows-browser):
10535 Use cygstart for cygwin.
e572025f 10536
6aeaa3dc
KF
105372009-11-20 Karl Fogel <karl.fogel@red-bean.com>
10538
e4070cdc 10539 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
10540 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
10541 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 10542 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
10543 (bookmark-read-search-input): Adjust to fit within 80 columns.
10544
a9b76eec
TH
105452009-11-20 Tassilo Horn <tassilo@member.fsf.org>
10546
10547 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
10548 (c-backward-into-nomenclature): Adapt to subword renaming.
10549
10550 * subword.el (subword-forward, subword-backward, subword-mark)
10551 (subword-kill, subword-backward-kill, subword-transpose)
10552 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
10553 (subword-forward-internal, subword-backward-internal):
10554 Rename from forward-subword, backward-subword, mark-subword,
10555 kill-subword, backward-kill-subword, transpose-subwords,
10556 downcase-subword, upcase-subword, capitalize-subword,
10557 forward-subword-internal, backward-subword-internal.
a9b76eec 10558
1e7d4475
SM
105592009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10560
26d9285f
SM
10561 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
10562 New options.
1e7d4475
SM
10563 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
10564 New vars.
10565 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
10566 (bookmark-bmenu-filter-alist-by-regexp)
10567 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
10568 (bookmark-bmenu-search): New command.
10569 (bookmark-bmenu-mode-map): Bind it.
10570
653d1554
TH
105712009-11-20 Tassilo Horn <tassilo@member.fsf.org>
10572
ab84bfa0
TH
10573 * progmodes/cc-cmds.el: declare-functioned forward-subword and
10574 backward-subword to quit the byte-compiler.
10575
1f35fda9
TH
10576 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
10577
10578 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
10579
653d1554 10580 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
10581 (c-forward-into-nomenclature, c-backward-into-nomenclature):
10582 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
10583
10584 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
10585 subword.el functions instead of cc-subword.el.
10586
1e7d4475
SM
10587 * progmodes/cc-subword.el: Rename to subword.el.
10588 * subword.el: Rename from progmodes/cc-subword.el.
10589 (subword-mode-map): Rename from c-subword-mode-map.
10590 (subword-mode): Rename from c-subword-mode.
653d1554 10591 (global-subword-mode): New global minor mode.
1e7d4475
SM
10592 (forward-subword): Rename from c-forward-subword.
10593 (backward-subword): Rename from c-backward-subword.
10594 (mark-subword): Rename from c-mark-subword.
10595 (kill-subword): Rename from c-kill-subword.
10596 (backward-kill-subword): Rename from c-backward-kill-subword.
10597 (transpose-subwords): Rename from c-tranpose-subword.
10598 (downcase-subword): Rename from c-downcase-subword.
10599 (capitalize-subword): Rename from c-capitalize-subword.
10600 (forward-subword-internal): Rename from c-forward-subword-internal.
10601 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 10602
9717f119
DN
106032009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
10604
8de724f3
DN
10605 * vc.el (vc-deduce-fileset): Allow non-state changing operations
10606 from a dired buffer.
10607 (vc-dired-deduce-fileset): New function.
10608 (vc-root-diff, vc-print-root-log): Use it.
10609
9717f119
DN
10610 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
10611 nil LIMIT argument to vc-print-log-internal.
10612
af4999b8
GM
106132009-11-20 Glenn Morris <rgm@gnu.org>
10614
10615 * Makefile.in (ELCFILES): Regenerate.
10616
b58edcb6
JB
106172009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
10618
02e1b488
SM
10619 * calc/calc.el (calc-set-mode-line):
10620 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
10621 (math-format-number): Rename `math-format-complement-signed' to
10622 `math-format-twos-complement'.
10623
02e1b488 10624 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
10625 math-format-complement-signed.
10626 (calc-radix): Rename `calc-complement-signed-mode' to
10627 `calc-twos-complement-mode'.
02e1b488
SM
10628 (calc-octal-radix, calc-hex-radix): Add an argument for
10629 two's complement.
b58edcb6 10630
02e1b488
SM
10631 * calc/calc-embed.el (calc-embedded-mode-vars):
10632 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 10633
02e1b488
SM
10634 * calc/calc-ext.el (calc-init-extensions):
10635 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
10636 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
10637
02e1b488
SM
10638 * calc/calc-units.el (math-build-units-table-buffer):
10639 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
10640
10641 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
10642 entries.
10643
10644 * calc/calc-vec.el (calcFunc-vunpack):
10645 * calc/calc-aent.el (calc-do-calc-eval):
10646 * calc/calc-forms.el (math-format-date):
10647 * calc/calc-graph.el (calc-graph-plot):
10648 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
10649 * calc/calccomp.el (math-compose-expr):
10650 Let `calc-twos-complement-mode' be nil.
10651
106522009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10653
10654 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
10655 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
10656 * minibuffer.el (completion-in-region-functions): New hook.
10657 (completion-in-region): New function.
10658 * emacs-lisp/lisp.el (lisp-complete-symbol):
10659 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 10660
e3353a78
SM
106612009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10662
eff77808
SM
10663 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
10664 (latex-complete-alist): New vars.
10665 (latex-string-prefix-p, latex-complete-bibtex-keys)
10666 (latex-complete-envnames, latex-complete-refkeys)
10667 (latex-complete-data): New functions.
10668 (latex-complete, latex-indent-or-complete): New commands.
10669
d2c9fc42
SM
10670 * window.el (display-buffer-mark-dedicated): New var.
10671 (display-buffer): Obey it.
10672 * minibuffer.el (minibuffer-completion-help): Use it.
10673
31a1c477
SM
10674 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
10675
bed4c972
SM
10676 * filecache.el (file-cache-add-file): Use push and cons.
10677 (file-cache-delete-file-regexp): Use push.
10678 (file-cache-complete): Use completion-in-region.
10679
8c22699f
SM
10680 * simple.el (with-wrapper-hook): Fix thinko.
10681
e3353a78
SM
10682 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
10683 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
10684 Use with-current-buffer and string-to-number.
10685 (hfy-fallback-colour-values): Use assoc-string.
10686 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
10687 (hfy-face-at): Remove unused var `found-face'.
10688 (hfy-compile-stylesheet): Remove unused var `css'.
10689 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
10690 and `orig-buffer'.
10691 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
10692 Use with-current-buffer.
10693 (hfy-text-p): Use expand-file-name and fewer setq.
10694
acca02b0
SM
106952009-11-19 Vivek Dasmohapatra <vivek@etla.org>
10696
10697 * htmlfontify.el, hfy-cmap.el: New files.
10698
042b7cc6
JL
106992009-11-19 Juri Linkov <juri@jurta.org>
10700
10701 * minibuffer.el (completions-format): New defcustom.
10702 (completion--insert-strings): Implement vertical format.
10703
10704 * simple.el (switch-to-completions): Move point to the first
10705 completion when point was at the beginning of the buffer.
10706
da205913
JL
107072009-11-19 Juri Linkov <juri@jurta.org>
10708
10709 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
10710
10711 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
10712
0b8ee421
CY
107132009-11-19 Chong Yidong <cyd@stupidchicken.com>
10714
10715 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
10716 (mail-signature): Change default to t.
10717 (mail-from-style): Deprecate `system-default' value.
10718 (mail-insert-from-field): For default value of mail-from-style,
10719 default to `angles' unless `angles' needs quoting and `parens'
10720 does not.
10721 (mail-citation-prefix-regexp): Use citation regexp from
10722 message-mode.
10723
4265deab
MA
107242009-11-19 Michael Albinus <michael.albinus@gmx.de>
10725
acca02b0
SM
10726 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
10727 Set variables for computing the prompt for reading password.
4265deab 10728
27cacd2d
GM
107292009-11-19 Glenn Morris <rgm@gnu.org>
10730
470bce7d
GM
10731 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
10732
7e705a1d
GM
10733 * textmodes/flyspell.el (sgml-lexical-context): Declare.
10734
27cacd2d
GM
10735 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
10736 (newsticker-treeview-listwindow-height): Fix custom type.
10737
b2f0be0f
KH
107382009-11-19 Kenichi Handa <handa@m17n.org>
10739
10740 * descr-text.el (describe-char-padded-string): Compose with TAB
10741 only if there's a font for CH.
02e1b488 10742 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 10743
03446045 107442009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
10745
10746 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 10747 more accurate version of the regexp. (Bug#3910)
b96337b0 10748
03446045 107492009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
10750
10751 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
10752
e0620570
JB
107532009-11-18 Juanma Barranquero <lekktu@gmail.com>
10754
10755 * font-setting.el (font-use-system-font): Declare for byte-compiler.
10756 (font-setting-change-default-font): Fix typo in docstring.
10757
6cc6582e
AM
107582009-11-18 Alan Mackenzie <acm@muc.de>
10759
10760 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
10761
dfb3c4c6
JD
107622009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10763
02e1b488 10764 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
10765
10766 * cus-start.el (all): ... to here.
10767
e268e987
MA
107682009-11-17 Michael Albinus <michael.albinus@gmx.de>
10769
10770 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
10771 Don't set `ad-return-value' if `ad-do-it' doesn't.
10772
303ffde8
MA
10773 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
10774 modification time.
10775
637fa988
JD
107762009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10777
10778 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 10779 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
10780
10781 * loadup.el: If feature system-font-setting or font-render-setting is
10782 there, load font-setting.
10783
02e1b488 10784 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
10785 * font-setting.el: New file.
10786
1d16a255
GM
107872009-11-17 Glenn Morris <rgm@gnu.org>
10788
10789 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
10790
2d84f804
GM
10791 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
10792 Preserve point in the list buffer. (Bug#4939)
10793 Use point-at-eol.
10794 (newsticker--treeview-list-update-highlight)
10795 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
10796
14467b99
JB
107972009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10798
10799 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
10800 Remove.
10801
10802 * calc/calc-ext.el (calc-init-extensions): Remove references to
10803 symclip.
10804
10805 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
10806
10807 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 10808 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
10809 `calc-symclip'.
10810
e3c39c01
KR
108112009-11-16 Kevin Ryde <user42@zip.com.au>
10812
02e1b488 10813 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 10814 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 10815
497de631
KR
10816 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
10817 (lm-keywords-list): Allow comma-only separator like "foo,bar".
10818 Ignore trailing spaces by omit-nulls to split-string (fixing
10819 regression from Emacs 21 due to the incompatible split-string
14467b99 10820 change). (Bug #4928.)
497de631 10821
48b27575
DN
108222009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
10823
5237d741 10824 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
10825 (vc-print-log-internal): Insert buttons to request more entries
10826 when limiting the output.
10827
10828 * vc-sccs.el (vc-sccs-print-log):
10829 * vc-rcs.el (vc-rcs-print-log):
10830 * vc-cvs.el (vc-cvs-print-log):
10831 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
10832 LIMIT is non-nil.
10833
d3e97185
MA
108342009-11-16 Michael Albinus <michael.albinus@gmx.de>
10835
10836 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
10837 error when `tramp-gvfs-dbus-event-vector' is set.
10838 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
10839
68d87786
SM
108402009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10841
10842 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
10843
c0a39702
MA
108442009-11-16 Michael Albinus <michael.albinus@gmx.de>
10845
10846 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 10847 (dbus-register-property): Register the handlers of
c0a39702
MA
10848 "org.freedesktop.DBus.Properties" for SERVICE.
10849 (dbus-property-handler): Fix docstring.
10850
1e857121
YM
108512009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10852
10853 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
10854 Quote doc string reference in defvaralias as it is not in special form.
10855 (byte-compile-output-docform): Doc fix.
10856
887484c1
JB
108572009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10858
10859 * calc/calc.el (math-2-word-size, math-half-2-word-size)
10860 (calc-complement-signed-mode): New variables.
10861 (calc-set-mode-line): Add indicator for twos-complements.
10862 (math-format-number): Format twos-complement notation.
10863
10864 * calc/calc-bin.el (calc-word-size): Reset the variables
10865 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
10866 (math-format-complement-signed, math-symclip, calcFunc-symclip)
10867 (calc-symclip): New functions.
887484c1
JB
10868
10869 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
10870
68d87786
SM
10871 * calc/calc-embed.el (calc-embedded-mode-vars):
10872 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
10873
10874 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 10875 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
10876
10877 * calc/calc-ext.el (math-read-number-fancy): Read complement
10878 signed numbers.
68d87786
SM
10879 (calc-init-extensions): Add binding for `calc-symclip'.
10880 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
10881
10882 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
10883 `calc-symclip'.
68d87786 10884 (calc-modes-menu): Add item for twos complement mode.
887484c1 10885
5237d741 10886 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 10887
4cf1d7e3
CY
108882009-11-15 Chong Yidong <cyd@stupidchicken.com>
10889
10890 * register.el (jump-to-register, insert-register): Handle Semantic
10891 tags. From commented-out advice in semantic/senator.el.
10892
f8e65267
DN
108932009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10894
6616006b
DN
10895 * vc.el (vc-log-show-limit): New variable.
10896 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
10897 when using a prefix argument.
10898 (vc-print-log-internal): Add new argument LIMIT.
10899
10900 * vc-svn.el (vc-svn-print-log):
10901 * vc-mtn.el (vc-mtn-print-log):
10902 * vc-hg.el (vc-hg-print-log):
10903 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 10904 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
10905 non-optional.
10906
10907 * vc-sccs.el (vc-sccs-print-log):
10908 * vc-rcs.el (vc-rcs-print-log):
10909 * vc-git.el (vc-git-print-log):
10910 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
10911 ignore it. Make the BUFFER argument non-optional
10912
f8e65267
DN
10913 * bindings.el (mode-line-buffer-identification): Do not purecopy.
10914
0566c4bc
CY
109152009-11-15 Chong Yidong <cyd@stupidchicken.com>
10916
7cce3c91
CY
10917 * dired.el (dired-mode-map): Move encryption items to "Operate"
10918 menu (Bug#4703).
10919
d7063de9
CY
10920 * strokes.el (strokes-update-window-configuration): Make strokes
10921 buffer current before erasing (Bug#4906).
10922
0fc10137
JL
109232009-11-15 Juri Linkov <juri@jurta.org>
10924
10925 * simple.el (set-mark-default-inactive): Add :type, :group
10926 and :version. (Bug#4876)
10927
f5fce4ec
MA
109282009-11-15 Michael Albinus <michael.albinus@gmx.de>
10929
10930 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
10931 (archive-unique-fname): ... here. (Bug#4929)
10932
8d720a00
SM
109332009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10934
589888fe
SM
10935 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
10936 with a real fix.
10937
8d720a00
SM
10938 * novice.el (disabled-command-function): Add useful args.
10939 Setup the help buffer so that [back] works.
10940 Remove redundant call to help-mode.
10941 (disabled-command-function): Use `case'.
10942 (en/disable-command): New function extracted from enable-command.
10943 (enable-command, disable-command): Use it.
10944
a61344d6
GM
109452009-11-14 Glenn Morris <rgm@gnu.org>
10946
497f0cdd
GM
10947 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
10948 constants. (Bug#4913)
10949
a61344d6
GM
10950 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
10951
d501801e
GM
109522009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
10953
10954 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
10955 defined in C that have no doc-strings. (Bug#1063)
10956
5af27ac2
GM
109572009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
10958
10959 * cus-edit.el (data, files):
10960 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
10961
aec5395b
CY
109622009-11-14 Chong Yidong <cyd@stupidchicken.com>
10963
e7791447
CY
10964 * simple.el (shell-command): Doc fix (Bug#4891).
10965
aec5395b
CY
10966 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
10967
7a41cd7f
GM
109682009-11-14 Glenn Morris <rgm@gnu.org>
10969
c3583c94
GM
10970 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
10971 statements for vc-diff, emerge-quit, and rmail-cease-edit.
10972 If they are already loaded, eval-after-load will do the right thing.
10973
73900d1f
GM
10974 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
10975 compiling.
10976
0028351d
GM
10977 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
10978
f6714ede
GM
10979 * simple.el (x-selection-owner-p): Declare.
10980 (read-mail-command): Use custom radio type rather than choice.
10981 (completion-no-auto-exit): Doc fix.
10982
7a41cd7f 10983 * custom.el (defgroup):
5af27ac2 10984 * epg-config.el (epg): Doc fixes.
7a41cd7f 10985
2d0659ec
DN
109862009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10987
10988 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
10989 * international/ccl.el (define-ccl-program): Do not purecopy the
10990 docstring, defconst does it anyway.
10991
7fdbcd83
SM
109922009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10993
d499c5b9
SM
10994 * add-log.el (add-change-log-entry): Avoid displaying the changelog
10995 a second time.
10996
7fdbcd83
SM
10997 * x-dnd.el (x-dnd-maybe-call-test-function):
10998 * window.el (split-window-vertically):
10999 * whitespace.el (whitespace-help-on):
11000 * vc-rcs.el (vc-rcs-consult-headers):
11001 * userlock.el (ask-user-about-lock-help)
11002 (ask-user-about-supersession-help):
11003 * type-break.el (type-break-force-mode-line-update):
11004 * time-stamp.el (time-stamp-conv-warn):
11005 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 11006 (te-sentinel, terminal-emulator):
7fdbcd83
SM
11007 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
11008 (term-write-input-ring, term-check-source, term-start-output-log):
11009 (term-display-buffer-line, term-dynamic-list-completions):
11010 (term-ansi-make-term, serial-term):
11011 * subr.el (selective-display):
11012 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
11013 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
11014 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
11015 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
11016 (speedbar-remove-localized-speedbar-support)
11017 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
11018 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
11019 (speedbar-buffers-line-directory):
11020 * simple.el (shell-command-on-region, append-to-buffer)
11021 (prepend-to-buffer):
11022 * shadowfile.el (shadow-save-todo-file):
11023 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
11024 (scroll-bar-maybe-set-window-start):
11025 * sb-image.el (speedbar-image-dump):
11026 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
11027 (load-save-place-alist-from-file):
11028 * ps-samp.el (ps-print-message-from-summary):
11029 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
11030 (ps-background-image, ps-begin-job, ps-do-despool):
11031 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
11032 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
11033 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
11034 (pr-call-process, pr-file-list, pr-interface-save):
11035 * novice.el (disabled-command-function)
11036 (enable-command, disable-command):
11037 * mouse.el (mouse-buffer-menu-alist):
11038 * mouse-copy.el (mouse-kill-preserving-secondary):
11039 * macros.el (kbd-macro-query):
11040 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
11041 * informat.el (batch-info-validate):
11042 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
11043 * hippie-exp.el (try-expand-dabbrev-visible):
11044 * help-mode.el (help-make-xrefs):
11045 * help-fns.el (describe-variable):
11046 * generic-x.el (bat-generic-mode-run-as-comint):
11047 * finder.el (finder-mouse-select):
11048 * find-dired.el (find-dired-sentinel):
11049 * filesets.el (filesets-file-close):
11050 * files.el (list-directory):
11051 * faces.el (list-faces-display, describe-face):
11052 * facemenu.el (list-colors-display):
11053 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
11054 * epg.el (epg--process-filter, epg-cancel):
11055 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
11056 (epa--read-signature-type):
11057 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
11058 (emerge-file-names):
11059 * ehelp.el (electric-helpify):
11060 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
11061 * ediff-vers.el (rcs-ediff-view-revision):
11062 * ediff-util.el (ediff-setup):
11063 * ediff-mult.el (ediff-append-custom-diff):
11064 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
11065 (ediff-wordify):
11066 * echistory.el (Electric-command-history-redo-expression):
11067 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11068 * disp-table.el (describe-display-table):
11069 * dired.el (dired-find-buffer-nocreate):
11070 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
11071 * dabbrev.el (dabbrev--same-major-mode-p):
11072 * chistory.el (list-command-history):
11073 * apropos.el (apropos-documentation):
11074 * allout.el (allout-obtain-passphrase):
11075 (allout-copy-exposed-to-buffer):
11076 (allout-verify-passphrase): Use with-current-buffer.
11077
2ccbc060
GM
110782009-11-13 Glenn Morris <rgm@gnu.org>
11079
11080 * Makefile.in (ELCFILES): Regenerate.
11081
b172ed20
MA
110822009-11-13 Michael Albinus <michael.albinus@gmx.de>
11083
7fdbcd83
SM
11084 * net/dbus.el (dbus-registered-objects-table): Rename from
11085 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
11086 (dbus-unregister-object): Unregister also properties.
11087 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
11088 Use a timeout of 500 msec, in order to not block.
11089 (dbus-register-property, dbus-property-handler): New defuns.
11090
e96d62cd
SM
110912009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
11092
11093 * simple.el (minibuffer-default-add-completions): Drop deprecated
11094 4th arg.
11095
14bd267d
EZ
110962009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
11097
e96d62cd
SM
11098 * textmodes/artist.el (artist-mouse-choose-operation):
11099 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 11100 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
11101 (artist-compute-up-event-key): New function.
11102 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
11103
bf89fd7b
KH
111042009-11-13 Kenichi Handa <handa@m17n.org>
11105
11106 * language/japan-util.el: Make sure that the value of jisx0208
11107 property is jisx0208 character.
11108
f70b8925
DN
111092009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
11110
11111 * international/mule.el (auto-coding-regexp-alist): Only purecopy
11112 car or each item, not the whole list.
11113
4d93a9e0
SM
111142009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
11115
11116 * minibuffer.el (minibuffer-completion-help):
11117 Use minibuffer-hide-completions.
11118
05404988
SM
111192009-11-12 Per Starbäck <per@starback.se> (tiny change)
11120
11121 * dired.el (dired-save-positions, dired-restore-positions): New funs.
11122 (dired-revert): Use them (bug#4880).
11123
5297bc10
DN
111242009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
11125
11126 * tooltip.el (tooltip-frame-parameters): Undo previous change.
11127
e2685eb7
JL
111282009-11-12 Juri Linkov <juri@jurta.org>
11129
11130 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
11131 New functions.
11132 (find-file-literally-at-point): Alias of `ffap-literally'.
11133
76410c3e
DN
111342009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
11135
6d341a2a
DN
11136 * textmodes/ispell.el (ispell-skip-region-alist):
11137 * textmodes/css-mode.el (auto-mode-alist):
11138 * progmodes/compile.el (auto-mode-alist):
11139 * international/mule.el (ctext-non-standard-encodings-alist)
11140 (ctext-non-standard-encodings-regexp):
11141 * simple.el (shell-command-switch, text-read-only):
11142 * replace.el (occur-mode-map):
11143 * paths.el (rmail-file-name):
11144 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
11145 * find-file.el (ff-special-constructs):
11146 * files.el (file-name-handler-alist):
11147 * composite.el: Purecopy strings.
11148
76410c3e
DN
11149 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
11150
aaa448c9
DN
111512009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
11152
11153 * widget.el (define-widget): Purecopy the docstring.
11154 * international/mule-cmds.el (charset): Do not purecopy the
11155 docstring here, define-widget does it.
11156
11157 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
11158 * textmodes/bibtex-style.el (auto-mode-alist):
11159 * progmodes/inf-lisp.el (inferior-lisp-prompt):
11160 * progmodes/compile.el (compile-command):
11161 * language/korea-util.el (default-korean-keyboard):
11162 * international/mule-conf.el (file-coding-system-alist):
11163 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
11164 * tooltip.el (tooltip-frame-parameters):
11165 * newcomment.el (comment-end, comment-padding):
11166 * dired.el (dired-trivial-filenames):
11167 * comint.el (comint-file-name-prefix): Purecopy initial values.
11168
bbe650fd
MA
111692009-11-11 Michael Albinus <michael.albinus@gmx.de>
11170
11171 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
11172 (tramp-advice-minibuffer-electric-tilde): Unload advices via
11173 `tramp-unload'.
11174 (tramp-advice-make-auto-save-file-name)
11175 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
11176 after removing the advice.
11177
6bdad9ae
DN
111782009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
11179
2f7f4bee
DN
11180 * progmodes/grep.el (grep-regexp-alist):
11181 * international/mule-cmds.el (iso-2022-control-alist):
11182 * emacs-lisp/timer.el (timer-duration-words):
11183 * subr.el (version-separator, version-regexp-alist):
11184 * minibuffer.el (completion-styles-alist):
11185 * faces.el (face-attribute-name-alist, list-faces-sample-text):
11186 Change defvars to defconsts.
11187
a042de45
DN
11188 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
11189 * loadup.el ("international/mule-conf"): Load the byte compiled version.
11190 * international/mule-conf.el: Allow to be byte compiled.
11191
3b6acc72
DN
11192 * international/mule.el (define-charset): Purecopy props.
11193 (load-with-code-conversion): Purecopy doc string and file name.
11194 (put-charset-property): Purecopy strings.
11195 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
11196
1c2efdfb 11197 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
11198 (define-char-code-property): Correctly purecopy the table.
11199
62591911
DN
11200 * international/ccl.el (define-ccl-program): Purecopy the docstring.
11201
8b908da6
DN
11202 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
11203
ff917d63
DN
11204 * subr.el (add-hook): Purecopy strings.
11205 (eval-after-load): Purecopy load-history-regexp and the form.
11206
af89cf77
DN
11207 * custom.el (custom-declare-group): Purecopy load-file-name.
11208
a3c20c83 11209 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
11210 * net/eudc.el (eudc-tools-menu):
11211 * international/mule-cmds.el (set-coding-system-map)
11212 (mule-menu-keymap):
11213 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11214 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
11215 * replace.el (occur-mode-map):
11216 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 11217 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
11218 (menu-bar-custom-menu, menu-bar-showhide-menu)
11219 (menu-bar-options-menu, menu-bar-tools-menu)
11220 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
11221 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
11222 (menu-bar-help-menu):
11223 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
11224 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
11225
6bdad9ae
DN
11226 * term/x-win.el (x-gtk-stock-map):
11227 * progmodes/vera-mode.el (auto-mode-alist):
11228 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
11229 (inferior-lisp-program, inferior-lisp-load-command):
11230 * progmodes/hideshow.el (hs-special-modes-alist):
11231 * progmodes/gud.el (same-window-regexps):
11232 * progmodes/grep.el (grep-program, find-program, xargs-program):
11233 * net/telnet.el (same-window-regexps):
11234 * net/rlogin.el (same-window-regexps):
11235 * language/ethiopic.el (font-ccl-encoder-alist):
11236 * vc-sccs.el (vc-sccs-master-templates):
11237 * vc-rcs.el (vc-rcs-master-templates):
11238 * subr.el (cl-assertion-failed):
11239 * simple.el (next-error-overlay-arrow-position):
11240 * lpr.el (lpr-command):
11241 * locate.el (locate-ls-subdir-switches):
11242 * info.el (same-window-regexps, info)
11243 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
11244 * image-mode.el (image-mode, auto-mode-alist):
11245 * hippie-exp.el (hippie-expand-ignore-buffers):
11246 * format.el (format-alist):
11247 * find-dired.el (find-ls-subdir-switches, find-grep-options)
11248 (find-name-arg):
11249 * facemenu.el (facemenu-keybindings):
11250 * dired.el (dired-listing-switches, dired-chown-program):
11251 * diff.el (diff-switches, diff-command):
11252 * cus-edit.el (same-window-regexps):
11253 * bindings.el (mode-line-mule-info)
11254 (mode-line-buffer-identification): Purecopy strings.
11255
e0987650
JL
112562009-11-11 Juri Linkov <juri@jurta.org>
11257
3570691b 11258 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
11259 Tell the byte-compiler about dired-get-filename.
11260 (shell-command): In Dired mode, get filename from the current line
11261 as the default value.
11262
b16ff465
GM
112632009-11-10 Glenn Morris <rgm@gnu.org>
11264
e8a11b22
GM
11265 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
11266 * calendar/holidays.el, progmodes/cperl-mode.el:
11267 Update x-popup-menu declarations.
11268
b16ff465
GM
11269 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
11270 (list-load-path-shadows): Use dolist.
11271 (list-load-path-shadows): Use with-current-buffer.
11272
032c3399
JL
112732009-11-10 Juri Linkov <juri@jurta.org>
11274
11275 * minibuffer.el (read-file-name): Support a list of default values
11276 in `default-filename'. Use the first file name where only one
11277 element is required. Doc fix.
11278
8fb1629f
MA
112792009-11-09 Michael Albinus <michael.albinus@gmx.de>
11280
11281 * net/dbus.el (dbus-unregister-object): Release service, if no
11282 other method is registered for it.
11283
a51203ee 112842009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
11285
11286 * bookmark.el (bookmark-completing-read): Sort bookmark names if
11287 bookmark-sort-flag is non-nil (Bug#4653).
11288
9bf7dc8a
CY
112892009-11-08 Chong Yidong <cyd@stupidchicken.com>
11290
15207e74
CY
11291 * emulation/cua-base.el: Add CUA property to some CC mode commands
11292 (Bug#4100).
11293
8bf7ed70
KR
112942009-11-08 Kevin Ryde <user42@zip.com.au>
11295
11296 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 11297 at end of sentence (Bug#4818).
8bf7ed70 11298
951802d0
CY
112992009-11-08 Jared Finder <jfinder@crypticstudios.com>
11300
11301 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11302 Handle "see declaration of" MSFT statements (Bug#4100).
11303
e8244310
MA
113042009-11-08 Michael Albinus <michael.albinus@gmx.de>
11305
11306 * net/tramp.el (tramp-advice-make-auto-save-file-name)
11307 (tramp-advice-file-expand-wildcards): Unload via
11308 `ad-remove-advice'.
11309
11310 * net/trampver.el: Update release number.
11311
a51203ee 113122009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
11313
11314 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
11315 `ad-do-it'.
11316
a51203ee 113172009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
11318
11319 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
11320 in order to keep context in SELinux.
11321
bedd8a58
CY
113222009-11-08 Chong Yidong <cyd@stupidchicken.com>
11323
11324 * dired-aux.el (dired-query): Place cursor in echo area and allow
11325 C-g.
11326
11327 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
11328 menu item if not on a directory (Bug#4701).
11329
0484d600
MA
113302009-11-07 Michael Albinus <michael.albinus@gmx.de>
11331
11332 Sync with Tramp 2.1.17.
11333
11334 * net/tramp.el (tramp-handle-copy-directory): Don't use
11335 `file-remote-p' (due to compatibility).
11336
11337 * net/tramp-compat.el (tramp-compat-copy-directory)
11338 (tramp-compat-delete-directory): New defuns.
11339
11340 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
11341 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
11342 `tramp-compat-delete-directory'.
11343
11344 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5ce6e4f4 11345 (tramp-smb-handle-delete-directory): Use
0484d600
MA
11346 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
11347
11348 * net/trampver.el: Update release number.
11349
b42b2189
CY
113502009-11-07 Chong Yidong <cyd@stupidchicken.com>
11351
6960d7b9
CY
11352 * tar-mode.el (tar-copy): Call write-region on the right buffer
11353 (Bug#4857).
11354
b42b2189
CY
11355 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
11356 by hand, if necessary (Bug#4878).
11357
0ad57dfd
CY
113582009-11-06 Chong Yidong <cyd@stupidchicken.com>
11359
d19e23ae
CY
11360 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
11361 align size column (Bug#4839).
11362
0ad57dfd
CY
11363 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
11364 statement.
11365
0b7f397c
DN
113662009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
11367
11368 * progmodes/ld-script.el (auto-mode-alist):
11369 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
11370
11371 * cus-face.el (custom-declare-face): Purecopy face spec.
11372
495bd5ca
KH
113732009-11-06 Kenichi Handa <handa@m17n.org>
11374
11375 * international/uni-bidi.el: Re-generated.
11376 * international/uni-category.el: Re-generated.
11377 * international/uni-combining.el: Re-generated.
11378 * international/uni-mirrored.el: Re-generated.
11379
1e8780b1
DN
113802009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
11381
11382 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
11383 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
11384 (tex-start-options, slitex-run-command, latex-run-command)
11385 (tex-run-command, tex-directory):
11386 * textmodes/ispell.el (ispell-html-skip-alists)
11387 (ispell-tex-skip-alists, ispell-tex-skip-alists):
11388 * textmodes/fill.el (adaptive-fill-first-line-regexp):
11389 (adaptive-fill-regexp):
11390 * textmodes/dns-mode.el (auto-mode-alist):
11391 * progmodes/python.el (interpreter-mode-alist):
11392 * progmodes/etags.el (tags-compression-info-list):
11393 * progmodes/etags.el (tags-file-name):
11394 * net/browse-url.el (browse-url-galeon-program)
11395 (browse-url-firefox-program):
11396 * mail/sendmail.el (mail-signature-file)
11397 (mail-citation-prefix-regexp):
11398 * international/mule-conf.el (eight-bit):
11399 * international/latexenc.el (latex-inputenc-coding-alist):
11400 * international/fontset.el (x-pixel-size-width-font-regexp):
11401 * emacs-lisp/warnings.el (warning-type-format):
11402 * emacs-lisp/trace.el (trace-buffer):
11403 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
11404 (emacs-lisp-mode-map):
11405 * calendar/holidays.el (holiday-solar-holidays)
11406 (holiday-bahai-holidays, holiday-islamic-holidays)
11407 (holiday-christian-holidays, holiday-hebrew-holidays)
11408 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
11409 (hebrew-holidays-1, holiday-oriental-holidays)
11410 (holiday-general-holidays):
11411 * x-dnd.el (x-dnd-known-types):
11412 * tool-bar.el (tool-bar):
11413 * startup.el (site-run-file):
11414 * shell.el (shell-dumb-shell-regexp):
11415 * rfn-eshadow.el (file-name-shadow-tty-properties)
11416 (file-name-shadow-properties):
11417 * paths.el (remote-shell-program, news-directory):
11418 * mouse.el ([C-down-mouse-3]):
11419 * menu-bar.el (menu-bar-tools-menu):
11420 * jka-cmpr-hook.el (jka-compr-load-suffixes)
11421 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
11422 (jka-compr-compression-info-list):
11423 * isearch.el (search-whitespace-regexp):
11424 * image-file.el (image-file-name-extensions):
11425 * find-dired.el (find-ls-option):
11426 * files.el (directory-listing-before-filename-regexp)
11427 (directory-free-space-args, insert-directory-program)
11428 (list-directory-brief-switches, magic-fallback-mode-alist)
11429 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
11430 (automount-dir-prefix):
11431 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
11432 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
11433 (face-font-registry-alternatives, face-font-registry-alternatives)
11434 (face-font-family-alternatives):
11435 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
11436 (facemenu-foreground-menu, facemenu-face-menu):
11437 * epa-hook.el (epa-file-name-regexp):
11438 * dnd.el (dnd-protocol-alist):
11439 * textmodes/rst.el (auto-mode-alist):
a51203ee 11440 * button.el (default-button): Purecopy strings.
1e8780b1 11441
0adae11f
GM
114422009-11-06 Glenn Morris <rgm@gnu.org>
11443
11444 * Makefile.in (ELCFILES): Update.
11445
2adaf057
SM
114462009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
11447
8f72f03c
SM
11448 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
11449 * emacs-lisp/levents.el: Move to obsolete/levents.el.
11450
2adaf057
SM
11451 * nxml/xsd-regexp.el (xsdre-gen-categories):
11452 * nxml/xmltok.el (xmltok-parse-entity):
11453 * nxml/rng-parse.el (rng-parse-validate-file):
11454 * nxml/rng-maint.el (rng-format-manual)
11455 (rng-manual-output-force-new-line):
11456 * nxml/rng-loc.el (rng-save-schema-location-1):
11457 * nxml/rng-cmpct.el (rng-c-parse-file):
11458 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
11459 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
11460
14862301
SM
114612009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
11462
bf0b361c 11463 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
11464 Remove extra save-excursions and make-variable-buffer-local's.
11465 Suggested by Stefan Monnier.
11466
11467 (verilog-getopt-file, verilog-module-inside-filename-p)
11468 (verilog-set-define): Merge GNU 1.35 and repair changes from
11469 switching to using with-current-buffer.
11470
11471 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
11472 being treated as a number and confusing AUTORESET.
11473 Reported by Dan Dever.
11474
11475 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
11476 Add verilog-auto-ignore-concat to fix backward compatibility with
11477 older verilog-modes. Reported by Dan Katz.
11478
11479 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
11480 containing closing anchors "...$".
11481
11482 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
11483 Reported by Wade Smith.
11484
48c2d18a 11485 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
11486
114872009-11-05 Michael McNamara <mac@mail.brushroad.com>
11488
bf0b361c
JB
11489 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
11490 for labels.
14862301
SM
11491
11492 (verilog-label-re, verilog-calc-1): Support proper indent of named
11493 asserts.
11494
11495 (verilog-backward-token, verilog-basic-complete-re)
11496 (verilog-beg-of-statement, verilog-indent-re): Support proper
11497 indent of the assert statement at the beginning of a block of text.
11498
11499 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
11500 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
11501 tokens as begins.
11502
4f8f657f
GM
115032009-11-05 Glenn Morris <rgm@gnu.org>
11504
775adc51
GM
11505 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
11506 Emacs 19. (Bug#1531)
11507 (byte-compile-fix-header): Update for the above change.
11508 Drop test for epoch::version.
11509
4ad6a5e7 11510 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
11511 * cus-dep.el (custom-make-dependencies):
11512 * finder.el (finder-compile-keywords):
11513 Use autoload-rubric's feature argument.
4ad6a5e7 11514
4f8f657f
GM
11515 * calendar/diary-lib.el (top-level): Make load behave more like require.
11516
881e4184
GM
11517 * vc-git.el (vc-git-stash-map): Move definition before use.
11518
ba214964 115192009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 11520
b6f8ba09
DN
11521 * custom.el (custom-declare-group): Purecopy standard-value.
11522 (custom-declare-group): Purecopy custom-prefix.
11523
7fdbcd83
SM
11524 * international/mule.el (load-with-code-conversion):
11525 Call do-after-load-evaluation unconditionally.
eb6f577b 11526
f6195dfb
DN
11527 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
11528
56f14120
SM
115292009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11530
11531 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
11532
e5c89ce9
GM
115332009-11-04 Glenn Morris <rgm@gnu.org>
11534
11535 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
11536 (byte-compile-compatibility): Remove option.
11537 (byte-compile-close-variables, byte-compile-fix-header)
11538 (byte-compile-insert-header, byte-compile-output-docform)
11539 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
11540 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
11541 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
11542 (byte-compile-insert, byte-compile-defun):
11543 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
11544 (byte-defop-compiler19): Remove.
11545 Without byte-compile-compatibility, the 'emacs19-opcode property is not
11546 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 11547
e24f42ab
JL
115482009-11-04 Juri Linkov <juri@jurta.org>
11549
11550 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
11551 (menu-bar-options-menu): Don't quote the `prop' arg of
11552 `menu-bar-make-mm-toggle'.
11553
d3d5f4f5
JB
115542009-11-04 Juanma Barranquero <lekktu@gmail.com>
11555
11556 * calendar/calendar.el (cal-loaddefs):
11557 * calendar/diary-lib.el (diary-loaddefs):
11558 * calendar/holidays.el (hol-loaddefs):
11559 * eshell/esh-module.el (esh-groups): Load rather than require.
11560
6e39d3b2
SM
115612009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11562
e96d62cd
SM
11563 * calendar/todo-mode.el (todo-add-category): Don't hardcode
11564 point-min==1.
7e83e8b4
SM
11565 (todo-top-priorities): Only display-buffer when called interactively.
11566 (todo-item-start): Don't save excursion point.
11567 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
11568 (todo-insert-item-here, todo-file-item, todo-remove-item):
11569 Adjust uses of todo-item-start and todo-item-end.
11570
fae4e5b9
SM
11571 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
11572 (autoload-rubric): Don't use any more.
fae4e5b9 11573
6e39d3b2
SM
11574 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
11575 and only put a prop if it is non-nil.
11576
c9753fb4
JL
115772009-11-03 Juri Linkov <juri@jurta.org>
11578
11579 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
11580 (menu-bar-options-menu): Fix list quoting (Bug#4429).
11581
11582 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
11583 and "Menu" to make top-level menu item visually one unit (like
11584 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
11585 multi-word menu items). Fix :help string for quit-window.
11586
db04f33f
GM
115872009-11-03 Glenn Morris <rgm@gnu.org>
11588
2aea6521
GM
11589 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
11590 (byte-compile-file-form-define-abbrev-table)
11591 (byte-compile-file-form-custom-declare-variable)
11592 (byte-compile-variable-ref, byte-compile-defvar):
11593 Whether or not a warning is enabled should only affect whether we issue
11594 the warning, not whether or not we collect the relevant data.
11595 Eg warnings can be turned on and off throughout the course of a file.
11596
db04f33f
GM
11597 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
11598 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
11599
937e6a56
SM
116002009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11601
11602 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
11603 * play/mpuz.el (mpuz-create-buffer):
11604 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
11605 (lm-print-y,s,noise, lm-print-w0, lm-init):
11606 * play/gomoku.el (gomoku-prompt-for-move):
11607 * play/fortune.el (fortune-in-buffer):
11608 * play/dissociate.el (dissociated-press):
11609 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 11610 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
11611 * mail/supercite.el (sc-eref-show):
11612 * mail/smtpmail.el (smtpmail-send-it):
11613 * mail/rmailsum.el (rmail-summary-next-labeled-message)
11614 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
11615 (rmail-summary-undelete-many, rmail-summary-rmail-update)
11616 (rmail-summary-goto-msg, rmail-summary-expunge)
11617 (rmail-summary-get-new-mail, rmail-summary-search-backward)
11618 (rmail-summary-add-label, rmail-summary-output-menu)
11619 (rmail-summary-output-body):
11620 * mail/rfc822.el (rfc822-addresses):
11621 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
11622 * mail/mailpost.el (post-mail-send-it):
11623 * mail/hashcash.el (hashcash-generate-payment):
11624 * mail/feedmail.el (feedmail-run-the-queue)
11625 (feedmail-queue-send-edit-prompt-help-first)
11626 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
11627 (feedmail-deduce-address-list):
11628 * eshell/esh-ext.el (eshell-remote-command):
11629 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
11630 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
11631 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
11632 (viper-save-string-in-file, viper-valid-marker):
11633 * emulation/viper-keym.el (viper-toggle-key):
11634 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
11635 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
11636 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
11637 * emulation/viper-cmd.el (viper-exec-form-in-vi)
11638 (viper-exec-form-in-emacs, viper-brac-function):
11639 * emulation/viper.el (viper-delocalize-var):
11640 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
11641 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
11642 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
11643 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
11644 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
11645 * emulation/edt.el (edt-electric-helpify):
11646 * emulation/cua-rect.el (cua--rectangle-aux-replace):
11647 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
11648 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
11649 (cua-indent-to-global-mark-column):
11650 * calendar/diary-lib.el (calendar-mark-1):
11651 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
11652 Use with-current-buffer.
11653 * emulation/viper.el (viper-delocalize-var): Use dolist.
11654
5b955562
CY
116552009-11-03 Chong Yidong <cyd@stupidchicken.com>
11656
11657 * comint.el (comint-replace-by-expanded-history-before-point):
11658 Replace !! with the previous input string literally (Bug#1795).
11659
6292c599
JB
116602009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
11661
11662 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
11663 to be made up of whitespace.
11664
8368c14e
CY
116652009-11-02 Chong Yidong <cyd@stupidchicken.com>
11666
11667 * minibuffer.el (read-file-name): Don't use file dialogs for
11668 remote directories (Bug#99).
11669
6f750f0d
CY
116702009-11-01 Chong Yidong <cyd@stupidchicken.com>
11671
11672 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
11673
97ab3f47
AS
116742009-11-01 Andreas Schwab <schwab@linux-m68k.org>
11675
11676 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
11677 instead of deleting the window or frame.
11678
673c1168
CY
116792009-10-31 Chong Yidong <cyd@stupidchicken.com>
11680
11681 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
11682 Support face colors.
11683
937e6a56
SM
11684 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
11685 New function. Support face colors (Bug#1168).
673c1168
CY
11686 (tex-common-initialization): Use it.
11687
11688 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
11689 mode allows it (Bug#1168).
11690
c9349f0a
CY
116912009-10-31 Juri Linkov <juri@jurta.org>
11692
11693 * facemenu.el (list-colors-display): Don't mark buffer as
11694 modified (Bug#3948).
11695
ebf5c4f5
CY
116962009-10-31 Chong Yidong <cyd@stupidchicken.com>
11697
5c2dce75
CY
11698 * international/mule-diag.el (list-character-sets-1): Minor
11699 message fix (Bug#3526).
11700
26581f0e
CY
11701 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
11702 face property (Bug#4834).
11703 (etags-list-tags, etags-tags-apropos-additional)
11704 (etags-tags-apropos, tags-select-tags-table): Add follow-link
11705 property.
11706
ebf5c4f5
CY
11707 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
11708 items.
11709
9a529312
SM
117102009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11711
11712 * textmodes/two-column.el (2C-split):
11713 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
11714 * textmodes/tex-mode.el (tex-set-buffer-directory):
11715 * textmodes/spell.el (spell-region, spell-string):
11716 * textmodes/reftex.el (reftex-erase-buffer):
11717 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
11718 * textmodes/reftex-toc.el (reftex-toc-promote-action):
11719 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
11720 (reftex-select-item):
11721 * textmodes/reftex-ref.el (reftex-label-info-update)
11722 (reftex-offer-label-menu):
11723 * textmodes/reftex-index.el (reftex-index-change-entry)
11724 (reftex-index-phrases-info):
11725 * textmodes/reftex-global.el (reftex-create-tags-file)
11726 (reftex-save-all-document-buffers, reftex-ensure-write-access):
11727 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
11728 (reftex-view-crossref-from-bibtex):
11729 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
11730 (reftex-extract-bib-entries-from-thebibliography)
11731 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
11732 * textmodes/refbib.el (r2b-capitalize-title):
11733 (r2b-convert-buffer, r2b-help):
11734 * textmodes/page-ext.el (pages-directory)
11735 (pages-directory-goto-with-mouse):
11736 * textmodes/bibtex.el (bibtex-validate-globally):
11737 * textmodes/bib-mode.el (bib-capitalize-title):
11738 * textmodes/artist.el (artist-clear-buffer, artist-system):
11739 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
11740 (local-set-scheme-interaction-buffer, xscheme-process-filter)
11741 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
11742 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
11743 (xscheme-send-control-g-interrupt, xscheme-start-process)
11744 (xscheme-process-sentinel, xscheme-cd):
11745 * progmodes/verilog-mode.el (verilog-read-always-signals)
11746 (verilog-set-define, verilog-getopt-file)
11747 (verilog-module-inside-filename-p):
11748 * progmodes/sh-script.el:
11749 * progmodes/python.el (python-pdbtrack-get-source-buffer)
11750 (python-pdbtrack-grub-for-buffer, python-execute-file):
11751 * progmodes/octave-inf.el (inferior-octave):
11752 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11753 (idlwave-shell-compile-helper-routines, idlwave-set-local)
11754 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
11755 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
11756 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
11757 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
11758 (idlwave-shell-filter, idlwave-shell-examine-highlight)
11759 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
11760 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
11761 (idlwave-shell-examine-display, idlwave-shell-run-region)
11762 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
11763 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
11764 * progmodes/idlw-help.el (idlwave-help-get-special-help)
11765 (idlwave-help-get-help-buffer):
11766 * progmodes/gud.el (gud-basic-call, gud-find-class)
11767 (gud-tooltip-activate-mouse-motions-if-enabled):
11768 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11769 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
11770 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
11771 (ebrowse-tags-next-file):
11772 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
11773 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
11774 (ebnf-eps-finish-and-write):
11775 * progmodes/cpp.el (cpp-edit-save):
11776 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
11777 * progmodes/cc-defs.el (c-emacs-features):
11778 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
11779 (antlr-directory-dependencies):
11780 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
11781 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
11782 (ada-find-any-references, ada-make-filename-from-adaname)
11783 (ada-make-body-gnatstub):
11784 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 11785 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
11786 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
11787 * net/rcirc.el (rcirc-debug):
11788 * net/newst-treeview.el (newsticker--treeview-list-add-item)
11789 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
11790 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
11791 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 11792 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
11793 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
11794 (newsticker--treeview-list-clear-highlight)
11795 (newsticker--treeview-list-update-highlight)
11796 (newsticker--treeview-list-highlight-start)
11797 (newsticker--treeview-tree-update-highlight)
11798 (newsticker--treeview-get-selected-item)
11799 (newsticker-treeview-mark-list-items-old)
11800 (newsticker--treeview-set-current-node):
11801 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
11802 * net/newst-backend.el (newsticker--get-news-by-funcall)
11803 (newsticker--get-news-by-wget, newsticker--image-get)
11804 (newsticker--image-sentinel):
11805 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
11806 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
11807 (eudc-ph-close-session):
11808 * net/eudc.el (eudc-save-options):
11809 * language/thai-word.el (thai-update-word-table):
11810 * language/japan-util.el (japanese-string-conversion):
11811 * international/titdic-cnv.el (tsang-quick-converter)
11812 (ziranma-converter, ctlau-converter):
11813 * international/mule-cmds.el (describe-language-environment):
11814 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
11815 (skkdic-convert-postfix, skkdic-convert-prefix):
11816 (skkdic-convert-okuri-nasi, skkdic-convert):
11817 * emacs-lisp/re-builder.el (reb-update-overlays):
11818 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
11819 * emacs-lisp/gulp.el (gulp-send-requests):
11820 * emacs-lisp/find-gc.el (trace-call-tree):
11821 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
11822 (eieio-describe-generic):
11823 * emacs-lisp/eieio-base.el (eieio-persistent-read):
11824 * emacs-lisp/edebug.el (edebug-outside-excursion):
11825 * emacs-lisp/debug.el (debugger-make-xrefs):
11826 * emacs-lisp/cust-print.el (custom-prin1-to-string):
11827 * emacs-lisp/chart.el (chart-new-buffer):
11828 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
11829 Use with-current-buffer.
11830 * textmodes/artist.el (artist-system): Don't call
11831 copy-sequence on a fresh string.
11832 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
11833
d566f228
GM
118342009-10-31 Stephen Berman <stephen.berman@gmx.net>
11835
11836 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 11837 is no item to edit. (Bug#4820)
d566f228 11838 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 11839 buffer. (Bug#4820)
d566f228 11840
f3628edd
GM
118412009-10-31 Glenn Morris <rgm@gnu.org>
11842
5cf3709c
GM
11843 * net/ange-ftp.el (top-level): Don't require dired when compiling.
11844 (comint-last-output-start, comint-last-input-start)
11845 (comint-last-input-end): Don't defvar when compiling.
11846 (ange-ftp-process-file): Use bound-and-true-p.
11847
4c814fd2
GM
11848 * pcmpl-rpm.el (top-level): Move provide statement to end.
11849 (pcmpl-rpm): Remove unused custom group.
11850
113b8dcc
GM
11851 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
11852
31c615e4
GM
11853 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
11854
416d3588
GM
11855 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11856 (byte-compile-warnings): Add `constants' as an option.
11857 (byte-compile-callargs-warn, byte-compile-arglist-warn)
11858 (display-call-tree): Update for byte-compile-fdefinition possibly
11859 returning `(macro lambda ...)'. (Bug#4778)
11860 (byte-compile-variable-ref, byte-compile-setq-default):
11861 Respect `constants' member of byte-compile-warnings.
11862
00f71f39
SM
118632009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11864
11865 * vc-bzr.el (vc-bzr-revision-keywords): New var.
11866 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
11867 to "submit:".
11868
ca0a881a
DN
118692009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
11870
11871 * textmodes/ispell.el (ispell-skip-region-alist):
11872 * international/mule-conf.el (eight-bit):
11873 * international/fontset.el (font-encoding-alist):
11874 * startup.el (pure-space-overflow-message):
11875 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
11876 * paths.el (gnus-nntp-service, rmail-spool-directory)
11877 (term-file-prefix):
11878 * files.el (save-some-buffers-action-alist):
11879 * cmuscheme.el (same-window-buffer-names):
11880 * ielm.el (same-window-buffer-names):
11881 * shell.el (same-window-buffer-names):
11882 * mail/sendmail.el (same-window-buffer-names):
11883 * progmodes/inf-lisp.el (same-window-buffer-names):
11884 * bindings.el (mode-line-client)
11885 (mode-line-column-line-number-mode-map):
11886 * language/tibetan.el (tibetan-precomposition-rule-regexp)
11887 (tibetan-precomposed-regexp): Purecopy string arguments.
11888
b861e45e
SM
118892009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11890
6df9b6d7
SM
11891 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
11892 (calcDigit-nondigit):
11893 * calc/calc-yank.el (calc-copy-to-buffer):
11894 * calc/calc-units.el (calc-invalidate-units-table):
11895 * calc/calc-trail.el (calc-trail-yank):
11896 * calc/calc-store.el (calc-insert-variables):
11897 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11898 * calc/calc-prog.el (calc-read-parse-table):
11899 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
11900 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
11901 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
11902 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
11903 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
11904 (calc-graph-name, calc-graph-find-command, calc-graph-view)
11905 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
11906 * calc/calc-ext.el (calc-realign):
11907 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
11908 (calc-embedded-finish-edit, calc-embedded-make-info)
11909 (calc-embedded-finish-command, calc-embedded-stack-change):
11910 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
11911
70f44c65
SM
11912 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
11913 shell-dynamic-complete-filename in preference to
11914 comint-dynamic-complete-filename.
11915
b861e45e
SM
11916 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11917 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11918 Don't consider whether the display supports colors.
11919 (bookmark-import-new-list): Use dolist.
11920 (bookmark-bmenu-mode-map): Move initialization into declaration.
11921 (bookmark-bmenu-list): Use dolist, simplify.
11922 (bookmark-show-all-annotations): Use save-selected-window and dolist.
11923 (menu-bar-final-items): Use push.
11924
8549241d 119252009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
11926
11927 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
11928 it works on remote files.
11929 (vc-hg-diff): Don't pass any `--cwd' argument.
11930
30644573
KR
119312009-10-27 Kevin Ryde <user42@zip.com.au>
11932
cc63d28f
SM
11933 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11934 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
11935 (Further to Bug#3921).
11936
9be01a63
MA
119372009-10-27 Michael Albinus <michael.albinus@gmx.de>
11938
11939 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
11940 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
11941 calling `tramp-imap-put-file'. Add file size to the call.
11942 (tramp-imap-get-file-entries): Compute also user name, file size,
11943 and date.
11944 (tramp-imap-handle-insert-directory): Insert uid and gid.
11945 (tramp-imap-handle-file-attributes): Transform uid and gid
11946 according to `id-format'.
11947 (tramp-imap-put-file): New optional parameter SIZE. Encode file
11948 size in header X-Size.
11949
41849bf9
JB
119502009-10-26 Juanma Barranquero <lekktu@gmail.com>
11951
11952 * simple.el (transpose-subr): Give clearer error when the mark
11953 is not set. (Bug#4807)
11954
293c24f9
MA
119552009-10-26 Michael Albinus <michael.albinus@gmx.de>
11956
cc63d28f
SM
11957 * net/tramp.el (tramp-perl-file-truename): New defconst.
11958 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 11959 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
11960 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
11961 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 11962
cc63d28f
SM
11963 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
11964 Ignore `dired-call-process'.
293c24f9
MA
11965 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
11966
119672009-10-26 Julian Scheid <julians37@gmail.com>
11968
cc63d28f 11969 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
11970 (tramp-get-remote-readlink): New defun.
11971 (tramp-handle-file-truename): Use it.
11972 (tramp-handle-file-exists-p): Check file-attributes cache, assume
11973 file exists if cache value present.
48c2d18a 11974 (tramp-check-cached-permissions): New defun.
293c24f9
MA
11975 (tramp-handle-file-readable-p): Use it.
11976 (tramp-handle-file-writable-p): Likewise.
11977 (tramp-handle-file-executable-p): Likewise.
11978 (tramp-handle-file-name-all-completions): Try using Perl to get
11979 partial completions. When perl not available, combine `cd' and
11980 `ls' into single remote operation and use shell expansion to get
11981 partial remote directory contents. Set `file-exists-p' cache for
11982 directory and any files returned by ls. Change cache handling to
11983 support partial directory contents. Use error message emitted by
11984 remote `cd' or Perl code for local tramp-error.
11985 (tramp-do-copy-or-rename-file-directly): Avoid separate
11986 tramp-send-command-and-check call.
cc63d28f
SM
11987 (tramp-handle-process-file): Merge three remote ops into one.
11988 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
11989 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
11990 file-attributes shows uid/gid to be set already.
11991
a7610c52
DN
119922009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11993
11994 * textmodes/tex-mode.el (tex-dvi-view-command)
11995 (tex-show-queue-command, tex-open-quote):
11996 * progmodes/ruby-mode.el (auto-mode-alist)
11997 (interpreter-mode-alist): Purecopy strings.
11998
11999 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
12000
12001 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
12002 string for the hook, keymap and abbrev table.
12003
12004 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
12005
12006 * x-dnd.el (x-dnd-xdnd-to-action):
12007 * startup.el (fancy-startup-text, fancy-about-text): Change to
12008 defconst from defvar.
12009
12010 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
12011
12012 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
12013 Purecopy initialization strings.
12014
12015 * mail/sendmail.el (mail-header-separator)
12016 (mail-personal-alias-file):
12017 * mail/rmail.el (rmail-default-dont-reply-to-names)
12018 (rmail-ignored-headers, rmail-retry-ignored-headers)
12019 (rmail-highlighted-headers, rmail-secondary-file-directory)
12020 (rmail-secondary-file-regexp):
12021 * files.el (null-device, file-name-invalid-regexp)
12022 (locate-dominating-stop-dir-regexp)
cc63d28f 12023 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
12024 (interpreter-mode-alist): Use mapcar instead of mapc.
12025
12026 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
12027
12028 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
12029 (completion-ignored-extensions):
12030 (debug-ignored-errors): Purecopy strings.
12031
4fcc3d32
SM
120322009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
12033
0667de21
SM
12034 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
12035 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
12036 (pcomplete--here): Use push.
12037
4fcc3d32
SM
12038 * subr.el (all-completions): Declare the 4th arg obsolete.
12039
955ef430
SM
120402009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12041
2d085307
SM
12042 * pcomplete.el (pcomplete-unquote-argument-function): New var.
12043 (pcomplete-unquote-argument): New function.
12044 (pcomplete--common-suffix): Always pay attention to case.
12045 (pcomplete--table-subvert): Quote and unquote the text.
12046 (pcomplete--common-quoted-suffix): New function.
12047 (pcomplete-std-complete): Use it and pcomplete-begin.
12048
955ef430
SM
12049 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
12050 we're inside a dedicated or minibuffer window.
12051
7c85c02b
KF
120522009-10-24 Karl Fogel <kfogel@red-bean.com>
12053
12054 * bookmark.el: Update documentation, especially documentation
12055 of `bookmark-alist' and of the bookmark file format.
12056 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
12057
3e8ae8a6
CY
120582009-10-24 Chong Yidong <cyd@stupidchicken.com>
12059
3e425845
CY
12060 * mail/emacsbug.el (report-emacs-bug): Clarify that the
12061 keybindings apply to the mail buffer (Bug#4003). Shrink help
12062 window to buffer.
12063
cdd47d48
CY
12064 * whitespace.el (whitespace-mode, whitespace-newline-mode)
12065 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
12066 (whitespace-toggle-options, global-whitespace-toggle-options):
12067 Doc fix (Bug#3660).
cdd47d48 12068
ba07c9ad
CY
12069 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
12070 of xmltok-start before the end tag was inserted (Bug#2840).
12071
3e8ae8a6
CY
12072 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
12073 patterns that are preceded by an open-paren (Bug#1320).
12074
ab276820
CY
120752009-10-24 Sven Joachim <svenjoac@gmx.de>
12076
12077 * files.el (delete-directory): Delete symlinks to directories with
12078 delete-file (Bug#4739).
12079
905a9ed3
DN
120802009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
12081
a9a2a6db
DN
12082 * vc.el (vc-backend-for-registration): Rename from
12083 vc-get-backend-for-registration. Update callers.
12084
cc63d28f
SM
12085 * international/mule-cmds.el (set-language-info-alist):
12086 Purecopy lang-env.
905a9ed3
DN
12087 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
12088 (charset): Purecopy the name.
12089 (define-char-code-property): Purecopy string arguments.
12090
12091 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
12092 Purecopy string arguments.
12093
12094 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
12095 * ediff-hook.el (menu-bar-ediff-menu):
12096 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
12097 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
12098
d270305a
GM
120992009-10-24 Glenn Morris <rgm@gnu.org>
12100
6c74d523 12101 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
12102 * term.el (term-dynamic-list-completions): Use choose-completion rather
12103 than obsolete alias mouse-choose-completion.
12104
ae732337
GM
12105 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
12106 file-cache-choose-completion.
12107 (file-cache-choose-completion): Handle an optional event argument.
12108 (file-cache-mouse-choose-completion): Make it an obsolete alias.
12109
cc63d28f
SM
12110 * progmodes/octave-mod.el (octave-complete-symbol):
12111 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 12112
9847dc91
GM
12113 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
12114 use.
12115
e8f2a5d5
GM
12116 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
12117 compiler.
12118
d270305a
GM
12119 * vc-hooks.el (vc-responsible-backend): Fix declaration.
12120
c6432f1e
SM
121212009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12122
12123 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
12124 Ignore `pred' now that we receive one.
12125 Handle test-completion specially.
12126
6ab196f9
DN
121272009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
12128
12129 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 12130 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
12131 REGISTER ...
12132 (vc-get-backend-for-registration): ... here. New function.
12133 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
12134 of vc-responsible-backend, pass the file name instead of the
12135 directory name.
12136
48feed59
SM
121372009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12138
12139 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
12140 New funs.
12141 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
12142 (pcomplete-comint-setup): Don't modify a global var via
12143 accidental side-effects.
12144 (pcomplete-shell-setup): Adjust call accordingly.
12145 (pcomplete-parse-comint-arguments): Use push.
12146
00006066
CY
121472009-10-23 Chong Yidong <cyd@stupidchicken.com>
12148
36bfa3af
CY
12149 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
12150 Allow uncapitalized info node names (Bug#3921).
12151
00006066
CY
12152 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
12153 to the DEBUG file (Bug#3781).
12154
aa311d6e
CY
121552009-10-23 Jari Aalto <jari.aalto@cante.net>
12156
12157 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
12158 dictionary entry (Bug#4579).
12159
b88f2d0a
MA
121602009-10-23 Michael Albinus <michael.albinus@gmx.de>
12161
12162 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
12163 from `rfn-eshadow-update-overlay-hook' when unloading.
12164 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
12165 "rsyncc". Adjust doc string.
48c2d18a 12166 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
12167 (tramp-handle-insert-file-contents, tramp-handle-write-region):
12168 Keep temporary file when indicated by method ("rsync" and
12169 "rsyncc").
12170 (tramp-handle-write-region): Handle APPEND.
12171 (tramp-delete-temp-file-function): New defun. Added to
12172 `kill-buffer-hook'.
12173
1becddbb
JB
121742009-10-23 Juanma Barranquero <lekktu@gmail.com>
12175
12176 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
12177
8f43cbf3
DN
121782009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
12179
12180 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
12181 (color-name-rgb-alist, tty-standard-colors)
12182 (tty-color-mode-alist): Change to defconst.
12183
12184 * simple.el (mark-inactive): Purecopy message.
12185
12186 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
12187 (global-map, yank-menu):
12188 * textmodes/ispell.el (ispell-menu-map):
12189 * net/eudc.el (eudc-tools-menu):
12190 * international/mule-cmds.el (describe-language-environment-map)
12191 (setup-language-environment-map, set-coding-system-map)
12192 (mule-menu-keymap):
12193 * vc-hooks.el (vc-menu-entry, vc-menu-map):
12194 * replace.el (occur-mode-map):
12195 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
12196
1d228a31
JB
121972009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
12198
12199 * calc/calc.el (math-read-number, math-read-number-simple): Use
12200 `save-match-data'.
12201
3b067af1
SM
122022009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
12203
28a90c44
SM
12204 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
12205 rather than fiddling with global-map bindings, since it should only
12206 affect per-terminal settings.
12207 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
12208
a452eee8
SM
12209 * minibuffer.el (completion-table-with-terminator): Allow to specify
12210 the terminator-regexp.
12211
ab14d7d5
SM
12212 * simple.el (switch-to-completions): Look for *Completions* in other
12213 frames as well.
12214
3b067af1
SM
12215 * pcomplete.el: Allow the use of completion-tables.
12216 (pcomplete-std-complete): New command.
12217 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
12218 (pcomplete--here): Use a function for `form' rather than an expression,
12219 so it can be byte-compiled.
12220 (pcomplete-here, pcomplete-here*): Adjust accordingly.
12221 Add edebug declaration.
12222 (pcomplete-show-completions): Remove unused var `curbuf'.
12223 (pcomplete-do-complete, pcomplete-stub):
1becddbb 12224 Don't assume `completions' is a list of strings any more.
3b067af1 12225
5480359e
JB
122262009-10-22 Juanma Barranquero <lekktu@gmail.com>
12227
12228 * find-dired.el (find-name-arg): Fix typo in docstring.
12229
3170b794
SM
122302009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
12231
48c23a25
SM
12232 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
12233 (pcmpl-linux-fs-types): Same, and update to new modules layout.
12234
56b14058
SM
12235 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
12236 pcomplete-entries.
12237
3170b794
SM
12238 * comint.el (comint-read-input-ring, comint-write-input-ring)
12239 (comint-substitute-in-file-name)
12240 (comint-dynamic-complete-as-filename)
12241 (comint-dynamic-simple-complete)
12242 (comint-dynamic-list-filename-completions)
12243 (comint-dynamic-list-completions)
12244 (comint-redirect-results-list-from-process): Minor simplifications.
12245
2affef34
KR
122462009-10-21 Kevin Ryde <user42@zip.com.au>
12247
3170b794
SM
12248 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
12249 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 12250 the first form. And insert a blank line after ";;; Code" since
d8194864 12251 that's usual style. (Bug#4612)
2affef34 12252
e7b94bbb
KR
12253 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
12254
528c56e2
SM
122552009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12256
12257 * minibuffer.el (completion-table-with-terminator): Properly implement
12258 boundaries, in case `terminator' appears in the suffix.
12259 (completion--embedded-envvar-table): Don't return boundaries if
12260 there's no valid completion. Simplify.
12261 (completion-file-name-table): New completion table extracted from
12262 completion--file-name-table.
12263 (completion--file-name-table): Use it.
12264 (read-file-name-predicate): Declare obsolete.
12265 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
12266 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
12267 completion-file-name-table, and use the `pred' argument.
12268 * files.el (locate-file-completion-table): Use the `pred' arg rather
12269 than read-file-name-predicate.
12270 (abbreviate-file-name): Use \` rather than ^ for BOS.
12271
f9ed9b4f
DN
122722009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
12273
12274 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
12275 vc-responsible-backend to register, it causes problems.
12276
5f2022a3
SM
122772009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12278
12279 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
12280
fc754ea1
MA
122812009-10-21 Michael Albinus <michael.albinus@gmx.de>
12282
12283 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
12284 (tramp-smb-handle-file-attributes): Use it.
12285 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
12286 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
12287 `mapcar'. Use `tramp-smb-get-stat-capability'.
12288 Add `dired-filename' text properties.
fc754ea1
MA
12289 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
12290 (tramp-smb-maybe-open-connection): Simplify check for smbclient
12291 version.
12292
79bd5ba1
SM
122932009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12294
12295 * subr.el (read-key-delay): Reduce to 0.01.
12296 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
12297 (bug#4751).
12298
3c13704d
SM
122992009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12300
554efd10
SM
12301 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
12302
c2a37b78
SM
12303 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
12304 (Info-menu): Remove unused vars `last' and `completions'.
12305 (Info-index-nodes): Remove unused var `node'.
12306
3c13704d
SM
12307 * info.el (Info-complete-menu-item): Use complete-with-action.
12308
d1e4c403
DN
123092009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
12310
12311 Make vc-annotate work through copies and renames.
3c13704d
SM
12312 * vc-annotate.el (vc-annotate-extract-revision-at-line):
12313 Return the file name too.
d1e4c403
DN
12314 (vc-annotate-revision-at-line)
12315 (vc-annotate-find-revision-at-line)
12316 (vc-annotate-revision-previous-to-line)
12317 (vc-annotate-show-log-revision-at-line): Update to get the file
12318 name from vc-annotate-extract-revision-at-line.
12319 (vc-annotate-show-diff-revision-at-line-internal): Change the
12320 argument to mean whether to show a file diff or not. Get the file
12321 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
12322 (vc-annotate-show-diff-revision-at-line):
12323 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
12324 (vc-annotate-warp-revision): Add an optional file argument.
12325
12326 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
12327 (vc-git-annotate-extract-revision-at-line): Also return the file
12328 name if found.
12329
12330 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
12331 command. Remove unused code.
12332 (vc-hg-annotate-re): Update to match --follow output.
12333 (vc-hg-annotate-extract-revision-at-line): Also return the file
12334 name if found.
12335
12336 * vc.el: Update annotate-extract-revision-at-line documentation.
12337
b0b0ef98
KR
123382009-10-18 Kevin Ryde <user42@zip.com.au>
12339
12340 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
12341 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
12342
a9e7f03d
KR
12343 * net/browse-url.el (browse-url): Identify alist with "consp and
12344 not functionp" and let all other things go down the `apply' leg,
12345 as suggested by Stefan. (Further to bug#4531.)
12346
7346a407
CY
123472009-10-18 Chong Yidong <cyd@stupidchicken.com>
12348
12349 * minibuffer.el (read-file-name): Check for repeat before putting
12350 a default argument in file-name-history (Bug#4657).
12351
12352 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
12353 read syntax (Bug#4737).
12354
3c13704d 12355 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 12356
1da94541
CY
123572009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12358
12359 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
12360 (html-tag-alist, html-tag-help): Add descriptions for undocumented
12361 entries and make note of obsolete tags.
12362
2b93080a
SM
123632009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12364
12365 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
12366
18b5ffb5
GM
123672009-10-18 Glenn Morris <rgm@gnu.org>
12368
12369 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
12370 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 12371 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
12372 now, and in any case the file header format has changed.
12373
c2e161b2
GM
123742009-10-17 Glenn Morris <rgm@gnu.org>
12375
12376 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
12377 (flyspell-get-word, flyspell-large-region)
12378 (flyspell-auto-correct-previous-word): Doc/error message fixes.
12379
a1eb44f5
CY
123802009-10-17 Chong Yidong <cyd@stupidchicken.com>
12381
12382 * Makefile.in (ELCFILES): Add ede/shell.
12383
4418646e
DN
123842009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
12385
12386 * term/common-win.el (x-colors): Purecopy it.
12387
4062011e
SM
123882009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12389
12390 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
12391 permissive for when the buffer is empty.
12392 (tar-header-block-tokenize): Decode the username and groupname.
12393 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
12394
b0b111c3
JB
123952009-10-17 Eric Ludlam <zappo@gnu.org>
12396
12397 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
12398 contains multibyte characters, choose first applicable coding
12399 system automatically.
12400
2df48a87
SM
124012009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12402
12403 * international/mule-cmds.el (select-safe-coding-system): If the file
12404 has a coding cookie, use it regardless of any other setting (bug#4712).
12405
fd7dd48c
GM
124062009-10-17 Glenn Morris <rgm@gnu.org>
12407
3ee0b477 12408 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
12409 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
12410
2550e4b1
GM
12411 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
12412 (dired-keep-marker-copy, dired-keep-marker-hardlink)
12413 (dired-keep-marker-symlink, dired-dwim-target)
12414 (dired-copy-preserve-time): Do not autoload these defcustoms.
12415
fd7dd48c
GM
12416 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
12417 messages from messing up the file coding. (Bug#4623)
12418
f3e3a990
GM
124192009-10-17 Jari Aalto <jari.aalto@cante.net>
12420
12421 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
12422 if no match is found for the current dictionary. (Bug#4578)
12423
12424 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
12425 optional, since that is how it is documented, and this is often called
12426 with a nil argument. (Bug#4577)
12427 (flyspell-external-point-words, flyspell-auto-correct-word)
12428 (flyspell-correct-word-before-point, flyspell-word-search-forward)
12429 (flyspell-word-search-backward): Remove nil argument in calls to
12430 flyspell-get-word, since it is not needed now.
12431
124322009-10-17 Ulrich Mueller <ulm@gentoo.org>
12433
1becddbb 12434 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 12435
b61374ab
GM
124362009-10-16 Glenn Morris <rgm@gnu.org>
12437
12438 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
12439
412707c2
SM
124402009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
12441
12442 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
12443 (ange-ftp-file-size): New function.
12444 (ange-ftp-file-attributes): Use it.
12445
0c6f436e
MA
124462009-10-16 Michael Albinus <michael.albinus@gmx.de>
12447
12448 * net/tramp-smb.el (tramp-smb-version): New defvar.
12449 (tramp-smb-maybe-open-connection): Use it, in order to avoid
12450 repeated checks.
12451
850bfd04
GM
124522009-10-16 Glenn Morris <rgm@gnu.org>
12453
12454 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
12455 Maybe copy some custom properties from old to new name. (Bug#4706)
12456
f3ed9aca
JB
124572009-10-16 Juanma Barranquero <lekktu@gmail.com>
12458
12459 * subr.el (error, sit-for, start-process-shell-command)
12460 (start-file-process-shell-command): Set the calling convention
12461 after the function definition.
12462
fd6c5134
SM
124632009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12464
12465 * subr.el (error, sit-for, start-process-shell-command)
12466 (start-file-process-shell-command): Use the new
12467 set-advertised-calling-convention feature.
12468
73874eb7
KH
124692009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
12470
fd6c5134
SM
12471 * international/ucs-normalize.el (ucs-normalize-version):
12472 Change to 1.2.
12473 (check-range): Adjust for Unicode 5.2.
73874eb7 12474
03fb33cf
JL
124752009-10-15 Juri Linkov <juri@jurta.org>
12476
12477 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
12478 to the `menu-item' format.
12479
4260b402
MA
124802009-10-15 Michael Albinus <michael.albinus@gmx.de>
12481
12482 * net/tramp.el (tramp-replace-environment-variables): Do not fail
12483 if the environment variable does not exist.
12484
12485 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12486 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
12487 parameter.
12488 (tramp-smb-handle-add-name-to-file)
12489 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12490 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12491 (tramp-smb-handle-file-attributes)
12492 (tramp-smb-do-file-attributes-with-stat)
12493 (tramp-smb-handle-file-local-copy)
12494 (tramp-smb-handle-insert-directory)
12495 (tramp-smb-handle-make-directory)
12496 (tramp-smb-handle-make-directory-internal)
12497 (tramp-smb-handle-make-symbolic-link)
12498 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
12499 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
12500 (tramp-smb-maybe-open-connection): Apply the changed parameters.
12501 (tramp-smb-read-file-entry): Read Disk names in compressed format.
12502 Handle long file names.
12503 (tramp-smb-get-cifs-capabilities): Check, whether the connection
12504 process is running.
12505 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
12506 Read share names with "-g" option.
12507
d7a0fd6f
GM
125082009-10-15 Ryan Yeske <rcyeske@gmail.com>
12509
12510 * net/rcirc.el (rcirc-view-log-file): New command.
12511 (rcirc-track-minor-mode-map): Remove C-c ` binding.
12512 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
12513 specified.
12514
0b44494a
GM
125152009-10-15 Glenn Morris <rgm@gnu.org>
12516
af9fb32f
GM
12517 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
12518 from the second command-line argument.
12519 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
12520 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
12521 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
12522 w32-batch-update-autoloads.
12523 * emacs-lisp/autoload.el (autoload-make-program): New variable.
12524 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
12525
0b44494a
GM
12526 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
12527 the headers cannot be located. Simplify, subtracting superflous
12528 save-excursions.
12529
d5e63715
SM
125302009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12531
12532 Replace completion-base-size by completion-base-position to fix bugs
12533 such as (bug#4699).
12534 * simple.el (completion-base-position): New var.
12535 (completion-base-size): Mark as obsolete.
12536 (choose-completion): Make it work for mouse events as well.
12537 Pass the new base-position to choose-completion-string.
12538 (choose-completion-guess-base-position): New function, extracted from
12539 choose-completion-delete-max-match.
12540 (choose-completion-delete-max-match): Use it. Make obsolete.
12541 (choose-completion-string): Use the new base-position info.
12542 (completion-root-regexp): Delete.
12543 (completion-setup-function): Preserve completion-base-position.
12544 Eliminate obsolete base-size manipulation.
12545 * minibuffer.el (display-completion-list): Don't mess with base-size.
12546 (minibuffer-completion-help): Set completion-base-position instead.
12547 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
12548 choose-completion.
12549 * textmodes/bibtex.el (bibtex-complete):
12550 * emacs-lisp/crm.el (crm--choose-completion-string):
12551 Adjust to new calling convention.
12552 * complete.el (partial-completion-mode): Use minibufferp to avoid
12553 bumping into incompatible change to choose-completion-string-functions.
12554 * ido.el (ido-choose-completion-string): Make its calling convention
12555 more permissive.
12556 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
12557 base-size manipulation.
12558 (comint-dynamic-list-input-ring): Use dotimes and push.
12559 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
12560 fundamental-mode. Use `or'.
12561
92f8bfc7
JL
125622009-10-14 Juri Linkov <juri@jurta.org>
12563
12564 * misearch.el (multi-isearch-next-buffer-from-list)
12565 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
12566
e78e280d
SM
125672009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12568
384ca163
SM
12569 * Makefile.in (compile-onefile): Load `bytecomp' rather than
12570 `bytecomp.el'.
12571
681e0e7c
SM
12572 * minibuffer.el (completion-pcm--merge-completions): Make sure the
12573 string we return is all made up of text from the completions rather
12574 than part from the completions and part from the input (bug#4219).
12575
e78e280d
SM
12576 * ido.el (ido-everywhere): Use define-minor-mode.
12577
12578 * buff-menu.el (list-buffers, ctl-x-map):
12579 Mark the entry points with ;;;###autoload cookies.
12580
b4e813ca
DN
125812009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
12582
52964e54
DN
12583 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
12584 correctly in the detached head case.
12585 (vc-git-print-log): Remove unused binding.
12586
b4e813ca
DN
12587 * vc.el (vc-responsible-backend): When a directory is passed for
12588 for registration create a VC repository if no backend is
12589 responsible for the directory argument.
12590 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
12591
12592 * vc.el: Move comments about RCS and SCCS ...
12593 * vc-rcs.el:
12594 * vc-sccs.el: ... here, respectively.
12595
40ba9882
SM
125962009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12597
12598 * minibuffer.el (completion--file-name-table): Return nil if there's
12599 no file completion, even if substitute-in-file-name changed
12600 the string (bug#4708).
12601
04e0f59b
JL
126022009-10-13 Juri Linkov <juri@jurta.org>
12603
12604 * files-x.el (read-file-local-variable-value): Don't filter out
12605 minor modes from mode name completion (bug#4664).
12606
314c8e25
JB
126072009-10-13 Juanma Barranquero <lekktu@gmail.com>
12608
12609 * international/mule-cmds.el (ucs-names): Remove exclusion of
12610 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
12611
5c9b7d36
KH
126122009-10-13 Kenichi Handa <handa@m17n.org>
12613
12614 * international/uni-name.el: Regenerated.
12615
1e7a80f2
JB
126162009-10-13 Juanma Barranquero <lekktu@gmail.com>
12617
12618 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
12619 should be automatically buffer-local, but isn't.)
12620
cd29f88b
SS
126212009-10-12 Sam Steingold <sds@gnu.org>
12622
12623 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 12624 timestamps if the buffer has been visited before.
0cd16af4
SS
12625 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
12626 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 12627
37493a98
GM
126282009-10-12 Glenn Morris <rgm@gnu.org>
12629
12630 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
12631 Let-bind `size'.
12632
3b56b1e6
JB
126332009-10-12 Juanma Barranquero <lekktu@gmail.com>
12634
7422a4bb
JB
12635 * proced.el (proced-unload-function): New function.
12636
fa72d075
JB
12637 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
12638 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
12639 Doc fix.
12640
3b56b1e6
JB
12641 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
12642
4d9b4323
JL
126432009-10-11 Juri Linkov <juri@jurta.org>
12644
12645 * files-x.el (read-file-local-variable-value):
12646 Provide default value only for bound variables (bug#4664).
12647
f6f7e059
MA
126482009-10-11 Michael Albinus <michael.albinus@gmx.de>
12649
12650 * net/tramp.el (tramp-local-host-p): Function shall return nil for
12651 connection methods like smb.
12652
12653 * net/tramp-cache.el (tramp-flush-connection-property): The hash
12654 can be empty.
12655
12656 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12657 (tramp-smb-file-name-handler-alist): Add handlers for
12658 `add-name-to-file', `make-symbolic-link'.
12659 (tramp-smb-handle-add-name-to-file)
2992485f 12660 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
12661 (tramp-smb-handle-make-symbolic-link)
12662 (tramp-smb-get-cifs-capabilities): New defuns.
12663 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12664 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12665 (tramp-smb-handle-file-local-copy)
12666 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
12667 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
12668 The file name syntax depends on cifs capabilities.
12669 (tramp-smb-handle-file-attributes):
12670 Call `tramp-smb-do-file-attributes-with-stat' if possible.
12671 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
12672 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 12673
67868d26
CY
126742009-10-11 Chong Yidong <cyd@stupidchicken.com>
12675
12676 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
12677 (eieio-defclass): Apply deftype handler and setf-method properties
12678 directly.
12679 (eieio-add-new-slot): Avoid union function from cl library.
12680 (eieio--typep): New function.
12681 (eieio-perform-slot-validation): Use it.
12682
6d6a5b7e
KF
126832009-10-10 Karl Fogel <kfogel@red-bean.com>
12684
3b56b1e6 12685 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
12686 Update documentation to refer to the variables documented in r1.135.
12687 (Bug#4188)
12688
67b70de9
KF
126892009-10-10 Karl Fogel <kfogel@red-bean.com>
12690
12691 * bookmark.el (Info-suffix-list): Remove this unused variable.
12692 (bookmark-current-point): Remove this obsolete variable.
12693 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
12694 Adjust for removal of bookmark-current-point.
12695
12696 (bookmarks-already-loaded, bookmark-current-buffer)
12697 (bookmark-yank-point): Document. (Bug#4188)
12698
58ae51ae
GM
126992009-10-10 Glenn Morris <rgm@gnu.org>
12700
4619ff5e
GM
12701 * frame.el (frame-height): Doc fix.
12702
58ae51ae
GM
12703 * calendar/calendar.el (calendar-split-width-threshold): New option.
12704 (calendar-basic-setup): Use calendar-split-width-threshold.
12705
d364386c
JB
127062009-10-09 Juanma Barranquero <lekktu@gmail.com>
12707
12708 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
12709 Ideographic Supplement" range (U+1F200..U+1F2FF).
12710
33e97a28
KF
127112009-10-09 Karl Fogel <kfogel@red-bean.com>
12712
02d0f051 12713 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 12714 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
12715
127162009-10-09 Karl Fogel <kfogel@red-bean.com>
12717
d364386c 12718 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
12719 (bookmark-bmenu-execute-deletions): Don't save here, as
12720 bookmark-delete will now do so if necessary.
d364386c 12721 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
12722 (Bug#4348)
12723
9656d87b
GM
127242009-10-09 Glenn Morris <rgm@gnu.org>
12725
12726 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
12727
e6227f06
KF
127282009-10-09 Karl Fogel <kfogel@red-bean.com>
12729
12730 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
12731 (bookmark-jump-other-window): Just invoke bookmark-jump with new
12732 argument now, so the two function's behaviors will match. (Bug#3645)
12733
288f783b
MA
127342009-10-08 Michael Albinus <michael.albinus@gmx.de>
12735
12736 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 12737 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 12738 Apply `save-match-data'.
288f783b
MA
12739
12740 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
12741 case both directories are remote.
12742 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 12743 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 12744
872a1ea4
JB
127452009-10-07 Juanma Barranquero <lekktu@gmail.com>
12746
12747 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
12748
ab2baced
GM
127492009-10-07 Glenn Morris <rgm@gnu.org>
12750
e78e280d
SM
12751 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
12752 of concat.
ab2baced 12753
5c4634c1
SM
127542009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
12755
12756 * files-x.el (read-file-local-variable): Include some
12757 non-user-variables in the completion table (bug#4664).
12758
c2dc9732
MA
127592009-10-07 Michael Albinus <michael.albinus@gmx.de>
12760
12761 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
12762 message.
12763
12764 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12765 (tramp-smb-file-name-handler-alist): Add handler for
12766 `copy-directory', `expand-file-name', `set-file-modes'.
12767 (tramp-smb-handle-copy-directory)
12768 (tramp-smb-handle-expand-file-name)
12769 (tramp-smb-handle-set-file-modes): New defuns.
12770 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
12771 (tramp-smb-handle-file-attributes): Simplify check for retrieving
12772 entry.
12773 (tramp-smb-handle-insert-directory): Don't flush the cache.
12774 (tramp-smb-maybe-open-connection): Check for samba client and
12775 server versions.
12776
11be40a6
EZ
127772009-10-07 Eli Zaretskii <eliz@gnu.org>
12778
12779 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
12780 to not error out of search for "^lisp=" fails.
12781
8c4afe20
JB
127822009-10-07 Juanma Barranquero <lekktu@gmail.com>
12783
12784 * makefile.w32-in (WINS_UPDATES): New macro.
12785 (custom-deps, finder-data, autoloads): Use it.
12786
429a1506
GM
127872009-10-07 Glenn Morris <rgm@gnu.org>
12788
ee2e93e2
GM
12789 * Makefile.in (autoloads): Revert previous change.
12790 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
12791 the list of preloaded files passed on the command-line, get
12792 it from src/Makefile.
12793
429a1506
GM
12794 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
12795 show the original buffer rather than a random one.
12796
a51203ee 127972009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
12798
12799 * help.el (describe-no-warranty): Place point in a slightly better
12800 position in the GPLv3 text.
12801
f58f7520
SS
128022009-10-06 Sam Steingold <sds@gnu.org>
12803
12804 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
12805 the comm attribute is present before calling regexp-quote.
12806
bde79dc0
JB
128072009-10-06 Juanma Barranquero <lekktu@gmail.com>
12808
12809 * play/animate.el (animate-string): For good effect, make sure
12810 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
12811
12812 * play/animate.el (animate-sequence, animate-birthday-present):
12813 * misc.el (butterfly): Don't set `indent-tabs-mode'.
12814
25ab0302
GM
128152009-10-06 Glenn Morris <rgm@gnu.org>
12816
73fe714a
GM
12817 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
12818
3405d98c
GM
12819 * emacs-lisp/autoload.el (autoload-excludes): New variable.
12820 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
12821 (batch-update-autoloads): Process a string value of autoload-excludes,
12822 set during the build process.
12823 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
12824
9fb2cdc5
GM
12825 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
12826 inside with-parsed... macro so that `v' is defined.
12827
7938ab41
GM
12828 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
12829 * progmodes/fortran.el (fortran-end-of-block)
12830 (fortran-beginning-of-block):
12831 Also push mark in the macro case.
12832
eaf9b564
GM
12833 * emerge.el (emerge-show-file-name):
12834 * calc/calc.el (calc-quit):
12835 * calc/calc-misc.el (calc-big-or-small):
12836 * calc/calc-graph.el (calc-graph-view):
12837 * calc/calc-ext.el (calc-reset):
12838 * calendar/calendar.el (calendar-basic-setup):
12839 Use window-full-height-p.
12840
25ab0302
GM
12841 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
12842 header we don't understand, don't insert another. (Bug#4624)
12843 If changing mime charset, insert the new one in the right place.
12844
00169eb6
GM
128452009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
12846
12847 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12848 (cal-tex-cursor-month): Correctly increment the end date for diary and
12849 holiday listing. (Bug#4626)
12850
82882188
SM
128512009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12852
40ba9882 12853 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
12854 a symbol.
12855
a8f316ca
JB
128562009-10-05 Juanma Barranquero <lekktu@gmail.com>
12857
12858 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
12859 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
12860 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
12861 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
12862
12863 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
12864 (eieio-default-superclass): Reflow docstrings.
12865 (this, class-option-assoc, defclass, eieio-class-un-autoload)
12866 (eieio-unbind-method-implementations, defmethod)
12867 (eieio-validate-slot-value, eieio-validate-class-slot-value)
12868 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
12869 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
12870 (eieio-slot-originating-class-p, eieio-slot-name-index)
12871 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
12872 (constructor, initialize-instance, no-next-method, object-print)
12873 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
12874 Fix typos in docstrings.
12875 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
12876 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
12877 (next-method-p): Doc fixes.
12878 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
12879 Fix typos in error messages.
12880 (eieio-defmethod): Fix typo in description of generic method.
12881
12882 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
12883 (eieio-persistent-save-interactive, slot-missing):
12884 Fix typos in docstrings.
12885 (eieio-instance-inheritor-slot-boundp): Doc fix.
12886
12887 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
12888 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
12889
12890 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
12891 (eieio-custom-object-apply-reset):
12892 Fix typos in docstrings and error messages.
12893
12894 * emacs-lisp/eieio-datadebug.el (data-debug-show):
12895 Fix typo in docstring.
12896
12897 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
12898 (eieio-browse-tree): Doc fix.
12899 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
12900 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
12901 Fix typos in docstrings.
12902
12903 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
12904 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
12905 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
12906 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
12907 Reflow docstrings.
12908
c66b7ac0
DN
129092009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
12910
4a827e0a 12911 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
12912 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
12913 Set log-view-vc-backend so that diff can work.
4a827e0a 12914
c66b7ac0
DN
12915 * log-view.el (log-view-diff): Use vc-diff-internal instead of
12916 vc-version-diff.
12917 (vc-diff-internal): Autoload this instead of vc-version-diff.
12918
1902a98c
EZ
129192009-10-05 Eli Zaretskii <eliz@gnu.org>
12920
a7a8618b
EZ
12921 * simple.el (eval-expression): Doc fix.
12922
1902a98c
EZ
12923 * progmodes/cwarn.el (cwarn-mode): Doc fix.
12924
0e1f2ee6
MA
129252009-10-05 Michael Albinus <michael.albinus@gmx.de>
12926
12927 * files.el (directory-files-no-dot-files-regexp): New defconst.
12928 (delete-directory): Use it.
12929 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
12930
263c02ef 12931 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
12932 (tramp-methods): Add recursive option to `tramp-copy-args'.
12933 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 12934 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 12935 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
12936 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12937 Add handler for `copy-directory'.
12938 (tramp-handle-copy-directory): New defun.
12939 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
12940 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
12941 Optimize sent command.
263c02ef 12942
72aa7df4
SM
129432009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12944
4a34f065
SM
12945 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
12946 window if necessary.
12947
72aa7df4
SM
12948 * calendar/calendar.el (calendar-basic-setup): Don't call
12949 switch-to-buffer in a dedicated window.
12950
5feb1ba7
KF
129512009-10-05 Karl Fogel <kfogel@red-bean.com>
12952
12953 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 12954 don't do anything related to relocating, just return nil.
5feb1ba7
KF
12955 (bookmark-error-no-filename): New error.
12956 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
12957 bookmark has no file. Don't even attempt to handle things that
12958 are not files; the whole point of custom handlers is to keep that
12959 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
12960 (bookmark-file-or-variation-thereof): Remove now-unused function.
12961 (bookmark-location): Doc string fix.
12962 (Bug#4250)
12963
1bd49952
KF
129642009-10-04 Karl Fogel <kfogel@red-bean.com>
12965
12966 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
12967 don't use a file dialog, because they usually don't know how to read
12968 a directory target from the user. (Bug#4230)
12969 Also, make sure the prompt can display directories as well as files.
12970
825382c0
KF
129712009-10-04 Karl Fogel <kfogel@red-bean.com>
12972
12973 * bookmark.el (bookmark-set, bookmark-buffer-name):
12974 Improve doc strings. (Bug#1193)
12975
13901bcb
KF
129762009-10-04 Karl Fogel <kfogel@red-bean.com>
12977
4a34f065
SM
12978 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
12979 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
12980 (bookmark-get-annotation, bookmark-set-annotation)
12981 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
12982 (bookmark-set-position, bookmark-get-front-context-string)
12983 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
12984 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
12985 (bookmark-jump-other-window, bookmark-handle-bookmark)
12986 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
12987 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
12988 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
12989 Improve doc strings to say whether bookmark can be a string or
12990 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
12991 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
12992 (bookmark-default-annotation-text, bookmark-yank-word)
12993 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
12994 (bookmark-import-new-list, bookmark-maybe-rename)
12995 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12996 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 12997 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 12998 add a FIXME comment about how the function may be pointless.
13901bcb 12999 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
13000 parameter name, to clarify that this takes a bookmark record
13001 not a bookmark name.
13901bcb 13002 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 13003 and improve the doc string a bit.
13901bcb
KF
13004 (Bug#4188)
13005
5c1b3e94
KF
130062009-10-04 Karl Fogel <kfogel@red-bean.com>
13007
13008 * bookmark.el (bookmark-alist): Document the new `handler' element
13009 in the param alist.
13010 (bookmark-make-record-function): Adjust documentation for above.
13011 (Bug#4193)
13012
8559076d
KF
130132009-10-04 Karl Fogel <kfogel@red-bean.com>
13014
13015 * info.el (Info-bookmark-make-record): Document this function.
13016 (Info-bookmark-jump): Document with a doc string, not just a comment.
13017 (Bug#4203)
13018
b4583b8c
MA
130192009-10-04 Michael Albinus <michael.albinus@gmx.de>
13020
13021 * files.el (copy-directory): New defun.
13022
13023 * dired-aux.el (dired-copy-file-recursive): Use it.
13024
131ae8f2
JB
130252009-10-04 Juanma Barranquero <lekktu@gmail.com>
13026
a30e71ae 13027 * files-x.el (modify-dir-local-variable)
dd9af436
CY
13028 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
13029 docstrings.
a30e71ae 13030
131ae8f2
JB
13031 * recentf.el (recentf-unload-function): New function.
13032
ccafbf06
GM
130332009-10-04 Glenn Morris <rgm@gnu.org>
13034
13035 * window.el (window-full-height-p): Add doc string.
13036
02c6f098
GM
130372009-10-04 Martin Rudalics <rudalics@gmx.at>
13038
13039 * window.el (window-full-height-p): New function. (Bug#4543)
13040
ed6b0195
DN
130412009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
13042
13043 * vc.el: Remove commented out code.
13044 (vc-derived-from-dir-mode): Remove, unused.
13045 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
13046
1b8d1cc7
MA
130472009-10-03 Michael Albinus <michael.albinus@gmx.de>
13048
4a34f065
SM
13049 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
13050 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
13051 there could be recursive loading when `default-directory' is a
13052 remote file name. (Bug#4614)
13053
ac3c593c
GM
130542009-10-03 Glenn Morris <rgm@gnu.org>
13055
686ea556
GM
13056 * calendar/calendar.el (calendar-basic-setup): Handle the case where
13057 the frame is wide.
13058 (calendar-generate-window): Test for shrinkability rather than width.
13059
ac3c593c
GM
13060 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
13061 reusing existing buffers, in case we happen to visit two files with the
13062 same basename. (Bug#4593)
13063
573709fd
EZ
130642009-10-02 Eli Zaretskii <eliz@gnu.org>
13065
4a34f065 13066 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
13067 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
13068 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
13069 subdirs of cedet as well.
8f885d01 13070 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 13071
8d6c1239
SM
130722009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13073
13074 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
13075 Obey advertised-signature-table.
13076
13077 * help-fns.el (help-function-arglist): Don't check
13078 advertised-signature-table.
13079 (describe-function-1): Do it here instead so it also applies to subrs.
13080
c4861de0
MA
130812009-10-02 Michael Albinus <michael.albinus@gmx.de>
13082
13083 * simple.el (start-file-process): Say in the doc-string, that file
13084 handlers might not support pty association, if PROGRAM is nil.
13085
13086 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
13087 HOST and USER are strings. They are nil, when there are
13088 incomplete entries in ~/.netrc, for example.
13089 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
13090 root directory ("device busy" error otherwise).
13091
8d6c1239
SM
13092 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
13093 Flush file properties of created directory.
c4861de0 13094
d2bda74f
EZ
130952009-10-02 Eli Zaretskii <eliz@gnu.org>
13096
13097 * makefile.w32-in (WINS_BASIC): Remove cedet.
13098 (WINS_CEDET): Add cedet.
13099 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
13100
895d1904
GM
131012009-10-02 Kevin Ryde <user42@zip.com.au>
13102
13103 * net/browse-url.el (browse-url): Pass any symbol in
13104 browse-url-browser-function to `apply', since if you've mistakenly put
13105 an unbound symbol then the error is clearer. (Bug#4531)
13106
32226619
JB
131072009-10-02 Juanma Barranquero <lekktu@gmail.com>
13108
13109 * allout.el (allout-init, allout-back-to-current-heading)
13110 (allout-beginning-of-current-entry, allout-ascend-to-depth)
13111 (allout-ascend, allout-up-current-level, allout-end-of-level)
13112 (allout-previous-visible-heading, allout-forward-current-level)
13113 (allout-backward-current-level, allout-show-children):
13114 * apropos.el (apropos-describe-plist):
13115 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
13116 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
13117 * completion.el (add-completion, add-permanent-completion):
13118 * descr-text.el (describe-text-category, describe-char):
13119 * desktop.el (desktop-lazy-abort):
13120 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
13121 * dired.el (dired-build-subdir-alist):
13122 * ediff.el (ediff-version):
13123 * elide-head.el (elide-head, elide-head-show):
13124 * emerge.el (emerge-version):
13125 * env.el (getenv):
13126 * face-remap.el (variable-pitch-mode):
13127 * faces.el (describe-face):
13128 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
13129 (dired-at-point):
13130 * files.el (find-file-existing, auto-save-mode):
13131 * font-lock.el (font-lock-fontify-buffer):
13132 * help-fns.el (describe-function, describe-variable)
13133 (describe-syntax, describe-categories):
13134 * help.el (view-lossage, describe-bindings, describe-key)
13135 (describe-mode):
13136 * hexl.el (hexl-current-address):
13137 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
13138 * info.el (Info-goto-emacs-key-command-node):
13139 * log-edit.el (log-edit-insert-cvs-template)
13140 (log-edit-insert-cvs-rcstemplate):
13141 * menu-bar.el (menu-bar-mode):
13142 * mouse.el (mouse-appearance-menu):
13143 * newcomment.el (comment-indent-new-line):
13144 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
13145 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 13146 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
13147 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
13148 * recentf.el (recentf-mode):
13149 * savehist.el (savehist-mode, savehist-save):
13150 * shadowfile.el (shadow-copy-files):
13151 * simple.el (kill-ring-save, next-line, previous-line)
13152 (normal-erase-is-backspace-mode):
13153 * strokes.el (strokes-update-window-configuration)
13154 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
13155 (strokes-xpm-for-stroke):
13156 * time.el (emacs-uptime, emacs-init-time):
13157 * tutorial.el (tutorial--describe-nonstandard-key)
13158 (tutorial--detailed-help):
13159 * type-break.el (type-break-mode)
13160 (type-break-mode-line-message-mode, type-break-query-mode)
13161 (type-break-guesstimate-keystroke-threshold):
13162 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
13163 * version.el (emacs-version):
13164 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
13165 * winner.el (winner-mode):
13166 * calendar/timeclock.el (timeclock-in, timeclock-out)
13167 (timeclock-status-string, timeclock-change)
13168 (timeclock-workday-remaining-string)
13169 (timeclock-workday-elapsed-string)
13170 (timeclock-when-to-leave-string):
13171 * calendar/todo-mode.el (todo-add-category):
13172 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
13173 * emacs-lisp/autoload.el (update-file-autoloads):
13174 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
13175 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
13176 (checkdoc-message-text, checkdoc-defun):
13177 * emacs-lisp/debug.el (debugger-list-functions):
13178 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13179 * emacs-lisp/eieio-opt.el (eieio-describe-class)
13180 (eieio-describe-generic):
13181 * emacs-lisp/lisp-mnt.el (lm-synopsis):
13182 * emacs-lisp/shadow.el (list-load-path-shadows):
13183 * emulation/cua-base.el (cua-mode):
13184 * emulation/edt.el (edt-set-scroll-margins):
13185 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
13186 (tpu-toggle-regexp, tpu-toggle-search-direction)
13187 (tpu-toggle-rectangle, tpu-toggle-control-keys):
13188 * emulation/tpu-extras.el (tpu-set-scroll-margins):
13189 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
13190 (viper-set-parsing-style-toggling-macro)
13191 (viper-set-emacs-state-searchstyle-macros):
13192 * emulation/viper.el (viper-set-hooks):
13193 * eshell/esh-mode.el (eshell-truncate-buffer):
13194 * international/mule-cmds.el (prefer-coding-system)
13195 (describe-input-method, describe-language-environment):
13196 * international/mule-diag.el (list-character-sets)
13197 (describe-character-set, describe-coding-system)
13198 (describe-fontset, list-fontsets, list-input-methods):
13199 * mail/sendmail.el (mail-signature):
13200 * net/ange-ftp.el (ange-ftp-copy-file):
13201 * net/browse-url.el (browse-url):
13202 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
13203 * net/quickurl.el (quickurl-add-url):
13204 * net/rcirc.el (names, topic):
13205 * net/xesam.el (xesam-mode):
13206 * play/5x5.el (5x5-new-game):
13207 * play/yow.el (apropos-zippy):
13208 * progmodes/ada-mode.el (ada-mode-version):
13209 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
13210 (f90-end-of-block)
13211 (f90-beginning-of-block):
13212 * progmodes/fortran.el (fortran-end-of-block)
13213 (fortran-beginning-of-block):
13214 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
13215 * progmodes/python.el (python-describe-symbol, python-shell):
13216 * term/ns-win.el (ns-print-buffer):
13217 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
13218 * textmodes/flyspell.el (flyspell-mode-on):
13219 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
13220 (pages-directory-for-addresses):
13221 * textmodes/table.el (table-recognize-cell)
13222 (table-query-dimension, table-generate-source)
13223 (table-insert-sequence, table--warn-incompatibility):
13224 * textmodes/tex-mode.el (tex-validate-buffer):
13225 * textmodes/texinfmt.el (texinfmt-version)
13226 (texinfo-format-buffer):
13227 Use `called-interactively-p' instead of `interactive-p'.
13228
12a3c28c
JB
132292009-10-02 Juanma Barranquero <lekktu@gmail.com>
13230
13231 * image-mode.el (image-toggle-display):
13232 * emacs-lisp/elp.el (elp-instrument-function):
13233 * emacs-lisp/advice.el (ad-make-advised-definition):
13234 * emacs-lisp/easy-mmode.el (define-minor-mode):
13235 * net/browse-url.el (browse-url-maybe-new-window):
13236 * progmodes/sh-script.el (sh-learn-buffer-indent):
13237 Pass new argument 'any to `called-interactively-p'.
13238
171fda8a
JB
132392009-10-01 Juanma Barranquero <lekktu@gmail.com>
13240
171fda8a
JB
13241 * international/uni-bidi.el:
13242 * international/uni-category.el:
13243 * international/uni-combining.el:
13244 * international/uni-comment.el:
13245 * international/uni-decimal.el:
9c3c9fdf 13246 * international/uni-decomposition.el:
171fda8a
JB
13247 * international/uni-digit.el:
13248 * international/uni-lowercase.el:
13249 * international/uni-mirrored.el:
13250 * international/uni-name.el:
13251 * international/uni-numeric.el:
13252 * international/uni-old-name.el:
13253 * international/uni-titlecase.el:
13254 * international/uni-uppercase.el:
13255 Regenerate from Unicode 5.2.0 data.
13256
dcb9734a
GM
132572009-10-01 Glenn Morris <rgm@gnu.org>
13258
13259 * Makefile.in (ELCFILES): Regenerate.
13260
ced10a4c
SM
132612009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
13262
9d28c33e
SM
13263 * subr.el (interactive-p): Mark obsolete.
13264 (called-interactively-p): Make the optional-ness of `kind' obsolete.
13265 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
13266 advertised-signature-table for subroutines as well.
13267
ced10a4c
SM
13268 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
13269 (set-advertised-calling-convention): New function.
13270 (make-obsolete, define-obsolete-function-alias)
13271 (make-obsolete-variable, define-obsolete-variable-alias):
13272 Make the optional-ness of `when' obsolete.
13273 (define-obsolete-face-alias): Make `when' non-optional.
13274 * help-fns.el (help-function-arglist):
13275 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
13276 Use advertised-signature-table.
13277
cc3dda16
MA
132782009-10-01 Michael Albinus <michael.albinus@gmx.de>
13279
13280 * files.el (delete-directory): New defun. The original function
13281 in fileio.c has been renamed to `delete-directory-internal'.
13282
13283 * dired.el (dired-delete-file): Call `delete-directory' with
13284 RECURSIVE parameter.
13285
5ce6e4f4 13286 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
13287 parameter RECURSIVE. Implementation is missing.
13288
13289 * net/tramp.el (tramp-handle-make-directory): Flush upper
13290 directory's file properties.
ced10a4c 13291 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
13292 (tramp-handle-dired-recursive-delete-directory): Flush directory
13293 properties after the remove command only.
13294
ced10a4c
SM
13295 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
13296 Handle optional parameter RECURSIVE.
cc3dda16 13297
ced10a4c
SM
13298 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
13299 Handle optional parameter RECURSIVE.
cc3dda16
MA
13300
13301 * net/tramp-smb.el (tramp-smb-errors): Add error message for
13302 connection timeout.
13303 (tramp-smb-handle-delete-directory): Handle optional parameter
13304 RECURSIVE.
13305
cf885595
SM
133062009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
13307
e3a6b82f
SM
13308 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
13309 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
13310 (byte-compile-defmacro): Use backquotes.
13311
7201bfbb
SM
13312 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
13313
cf885595
SM
13314 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
13315 has no associated file.
13316 (vc-resynch-buffer): Use vc-dir-buffers.
13317
a4d2c321
GM
133182009-10-01 Glenn Morris <rgm@gnu.org>
13319
9ffe3f52
GM
13320 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
13321 (chart-file-count):
13322 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
13323 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
13324 * emacs-lisp/eieio-opt.el (eieio-describe-class):
13325 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
13326 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
13327 (eieio-copy-parents-into-subclass, make-instance, class-children)
13328 (eieio-generic-form):
bd2afec2 13329
9515cdcc
GM
13330 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
13331 match-data. (Bug#4555).
13332
a4d2c321
GM
13333 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
13334 rather than parsing it as a regexp. This relaxes the layout
13335 requirements and makes errors easier to detect.
13336 (check-declare-verify): Check file is regular.
13337 (check-declare-directory): Doc fix.
13338 * subr.el (declare-function): Doc fix.
13339
b15c31c7
GM
13340 * ibuffer.el (ibuffer-format-qualifier):
13341 * isearch.el (hi-lock-regexp-okay):
13342 * calc/calc.el (math-zerop):
13343 * mail/uce.el (rmail-msgbeg, rmail-msgend):
13344 * term/w32-win.el (setup-default-fontset, set-fontset-font):
13345 Remove unused declarations.
13346
b0b111c3
JB
133472009-09-30 Eric Ludlam <zappo@gnu.org>
13348
13349 * emacs-lisp/eieio.el (boolean-p): Delete.
13350
1fc28a2c
GM
133512009-09-30 Glenn Morris <rgm@gnu.org>
13352
1fc28a2c
GM
13353 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
13354
494f4fc7
GM
13355 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
13356 filename is not a string.
13357
561580e9
CY
133582009-09-29 Chong Yidong <cyd@stupidchicken.com>
13359
13360 * files.el (safe-local-eval-forms): Fix typo.
13361
dcbbecd4
SM
133622009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
13363
13364 * vc-hooks.el (vc-dir-buffers): New var.
13365 (vc-state-refresh): New function.
13366 (vc-state): Use it.
13367 (vc-after-save): Always ask the backend to recompute the new state.
13368 Always call vc-dir if necessary, using vc-dir-buffers.
13369 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
13370 Use vc-dir-buffers.
13371 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
13372 (vc-dir-prepare-status-buffer, vc-dir-update)
13373 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
13374 Don't call expand-file-name on default-directory.
13375
d88444f2
JB
133762009-09-29 Juanma Barranquero <lekktu@gmail.com>
13377
13378 * speedbar.el (speedbar-item-delete):
13379 * calc/calc-prog.el (calc-kbd-if):
13380 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
13381
13382 * epa.el (epa-key-list-mode-map):
13383 * hi-lock.el (hi-lock-menu): Fix typos in menus.
13384
13385 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
13386 (hs-show-hook): Fix typo in docstring.
13387
5da62d41
GM
133882009-09-29 Glenn Morris <rgm@gnu.org>
13389
8360fce0
GM
13390 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
13391 file-name-nondirectory call preventing location of cedet files.
13392 (check-declare-verify): Use literal search rather than re-search.
ae715515 13393 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
13394
13395 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13396 Use tramp-compat-file-attributes rather than nonexistent
13397 tramp-compat-handle-file-attributes.
13398
5da62d41
GM
13399 * Makefile.in (lisptagsfiles4): New.
13400 (AUTOGENEL): Add cedet loaddefs files.
13401 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
13402 (update-elclist, compile-always, backup-compiled-files)
13403 (bootstrap-clean): Add yet another directory level.
13404 (update-elclist): Use LC_COLLATE rather than COLLATE.
13405 (ELCFILES): Update, via `make update-elclist'.
13406
48267264
JB
134072009-09-29 Juanma Barranquero <lekktu@gmail.com>
13408
13409 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
13410 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
13411 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
13412
2c4cd0b0
AS
134132009-09-28 Andreas Schwab <schwab@linux-m68k.org>
13414
13415 * Makefile.in (lisptagsfiles3): Define.
5da62d41 13416 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
13417 (update-elclist): Add third directory level to look for elc files.
13418 (compile-always): Likewise.
13419 (backup-compiled-files): Likewise.
13420 (bootstrap-clean): Likewise.
13421 (ELCFILES): Update.
13422
a2533e47
CY
134232009-09-28 Chong Yidong <cyd@stupidchicken.com>
13424
13425 * Makefile.in (ELCFILES): Add CEDET files.
13426
eefbedb1
MA
134272009-09-28 Michael Albinus <michael.albinus@gmx.de>
13428
13429 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
13430
13431 * net/tramp.el (top): Require tramp-imap.
13432
13433 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13434 Use `tramp-compat-handle-file-attributes'.
13435
134362009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
13437
13438 * net/tramp-imap.el: New package.
13439
b0b111c3
JB
134402009-09-28 Eric Ludlam <zappo@gnu.org>
13441
13442 * emacs-lisp/chart.el:
13443 * emacs-lisp/eieio-base.el:
13444 * emacs-lisp/eieio-comp.el:
13445 * emacs-lisp/eieio-custom.el:
13446 * emacs-lisp/eieio-datadebug.el:
13447 * emacs-lisp/eieio-opt.el:
13448 * emacs-lisp/eieio-speedbar.el:
13449 * emacs-lisp/eieio.el: New files.
13450
748e3d67
VJL
134512009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13452
13453 * whitespace.el (whitespace-trailing-regexp)
13454 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
13455 Fix doc string.
13456
15120dec
CY
134572009-09-27 Chong Yidong <cyd@stupidchicken.com>
13458
13459 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
13460 menu.
13461
13462 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
13463 menu-bar-ediff-menu.
13464
13465 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
13466 define-overloadable-function.
13467
13468 * progmodes/autoconf.el: Provide autoconf as well, so that this
13469 file can be `require'd.
13470
13471 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
13472
13473 * emacs-lisp/autoload.el (generated-autoload-feature)
13474 (generated-autoload-load-name): New vars.
13475 (autoload-rubric, autoload-generate-file-autoloads): Use them.
13476 (make-autoload): Recognize define-overloadable-function and
13477 defclass forms (for EIEIO).
13478
13479 * Makefile.in (update-subdirs): Exclude cedet directory.
13480
135abf91
AR
134812009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13482
1becddbb 13483 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
13484
13485 * faces.el: Default light-background background for region face to
13486 ns_selection_color under NS.
13487
3d994264
TZ
134882009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
13489
13490 * net/imap-hash.el: New library, see NEWS.
13491
13492 * Makefile.in (ELCFILES): Add imap-hash.el.
13493
ce9a0ccb
SM
134942009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
13495
13496 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
13497 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
13498 * help-macro.el (make-help-screen): Avoid using an ambiguous function
13499 definition where the docstring could be taken for the return value.
13500
a92cdd49
GM
135012009-09-26 Glenn Morris <rgm@gnu.org>
13502
13503 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
13504 Add option to only show images below a certain size.
13505 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
13506 save-excursion calls.
13507
416ac2f1
EZ
135082009-09-26 Eli Zaretskii <eliz@gnu.org>
13509
13510 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
13511 subdirectories) and eieio.
13512
d9a13f68
AM
135132009-09-26 Alan Mackenzie <acm@muc.de>
13514
9c3c9fdf 13515 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
550d95a0 13516 buggy bracketing. (Bug#4289)
d9a13f68
AM
13517
13518 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 13519 character constants (as case labels). (Bug#4289)
d9a13f68 13520
182b3bec
CY
135212009-09-25 Juri Linkov <juri@jurta.org>
13522
13523 * files.el (safe-local-eval-forms): Allow time-stamp in
13524 before-save-hook (Bug#4554).
13525
8f75f2da
JB
135262009-09-25 Drew Adams <drew.adams@oracle.com>
13527
13528 * menu-bar.el (list-buffers-directory): Doc fix.
13529
8390fb80
SM
135302009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
13531
13532 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
13533 Try and avoid copying twice the same paragraph.
13534 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
13535 Remove save-excursion.
13536 (log-edit-changelog-entry): Do it here instead.
13537
11ee8d90
JB
135382009-09-25 Juanma Barranquero <lekktu@gmail.com>
13539
027b1942
JB
13540 * bs.el (bs--get-file-name): Use `list-buffers-directory'
13541 when available, instead of hardcoding mode names. Doc fix.
13542
11ee8d90
JB
13543 * menu-bar.el (list-buffers-directory): Add docstring.
13544 Make automatically buffer-local.
13545
13546 * dired.el (dired-mode):
13547 * files.el (cd-absolute):
13548 * pcvs.el (cvs-temp-buffer):
13549 * pcvs-util.el (cvs-get-buffer-create):
13550 * shell.el (shell-mode):
13551 * vc-dir.el (vc-dir-mode):
13552 Don't make `list-buffers-directory' buffer local.
13553
21289c5d
CY
135542009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
13555
8390fb80
SM
13556 * comint.el (comint-exec, comint-run, make-comint):
13557 Doc fixes (Bug#4542).
21289c5d 13558
e8652dd9
GM
135592009-09-25 Glenn Morris <rgm@gnu.org>
13560
13561 * mail/rmailmm.el (rmail-mime): New custom group.
13562 Move all defcustoms in this file into this group.
13563 (rmail-mime-media-type-handlers-alist): Revert previous change.
13564 (rmail-mime-show-images): New option.
13565 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
13566 references to it, since it wasn't actually used for anything.
13567 (rmail-mime-insert-image): New function.
13568 (rmail-mime-image): Use rmail-mime-insert-image.
13569 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
13570 obey the value of `rmail-mime-show-images' option. Print the size of
13571 attachments.
e8652dd9 13572
fb652bb5
JB
135732009-09-25 David Engster <deng@randomsample.de>
13574
13575 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
13576
32a9841c
VJL
135772009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13578
13579 * whitespace.el: Does not highlight trailing spaces While point is
13580 at end of line. Does not highligt spaces at beginning of buffer
13581 while point is at beginning of buffer. Does not highlight spaces
13582 at end of buffer while point is at end of buffer. (Bug#4177)
13583 New version 12.0.
13584 (whitespace-display-mappings): Adjust initialization.
13585 (whitespace-point, whitespace-font-lock-refontify): New vars.
13586 (whitespace-color-on, whitespace-color-off): Adjust code.
13587 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13588 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
13589 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
13590
e477ca84
CY
135912009-09-24 Chong Yidong <cyd@stupidchicken.com>
13592
13593 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
13594
13595 * textmodes/sgml-mode.el: Remove xml-mode alias.
13596
13597 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 13598 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 13599
68712602
AM
136002009-09-24 Alan Mackenzie <acm@muc.de>
13601
13602 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
13603 c-forward-conditionals, but it doesn't move point and doesn't set
13604 the mark.
13605 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
13606 (c-down-conditional-with-else, c-backward-conditional)
13607 (c-forward-conditional): Refactor to use c-scan-conditionals.
13608
1659ada0
JB
136092009-09-24 Juanma Barranquero <lekktu@gmail.com>
13610
13611 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
13612 (help-default-arg-highlight): Remove.
13613 (help-highlight-arg): New function.
13614 (help-do-arg-highlight): Use it.
13615 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
13616
b3f01e46
SM
136172009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13618
13619 * term.el (term-set-scroll-region, term-handle-ansi-escape):
13620 Undo last change, which didn't fix the problem and introduced others.
13621
107ef54a
NR
136222009-09-24 Nick Roberts <nickrob@snap.net.nz>
13623
13624 * progmodes/gdb-mi.el: Don't require speedbar.
13625 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
13626
ffa1fed6
GM
136272009-09-24 Glenn Morris <rgm@gnu.org>
13628
2157a2be
GM
13629 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
13630
6125167c
GM
13631 * term/ns-win.el (ns-reg-to-script): Define for compiler.
13632
ffa1fed6
GM
13633 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
13634 there is no newline after the final mime boundary. (Bug#4539)
13635 Move markers on insertion so that any buttons inserted don't end up in
13636 the next part of a multipart message.
2e9075d3
GM
13637 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
13638 (rmail-mime-bulk-handler): Optionally handle images.
13639 (rmail-mime-image): New button action.
13640 (rmail-mime-image-handler): New function.
13641 (rmail-mime-mode): New mode.
13642 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 13643
4a814992
SM
136442009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13645
075518b5
SM
13646 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
13647 than just dropping elements from it (bug#4504).
13648
8ad2defc
SM
13649 * term.el (term-set-scroll-region): Don't move cursor any more.
13650 (term-handle-ansi-escape): Call term-goto here instead.
13651 Suggested by Ivan Kanis <apple@kanis.eu>.
13652
4a814992
SM
13653 * term.el: Require CL.
13654 (term-ansi-reset): New function.
13655 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
13656 (term-handle-colors-array): Simplify.
13657
5a0c3f56
JB
136582009-09-24 Juanma Barranquero <lekktu@gmail.com>
13659
13660 * allout.el (allout-overlay-interior-modification-handler)
13661 (allout-obtain-passphrase):
13662 * epa-file.el (epa-file-write-region):
13663 * ps-print.el (ps-begin-job):
13664 * vc-hooks.el (vc-toggle-read-only):
13665 * vc-rcs.el (vc-rcs-rollback):
13666 * vc-sccs.el (vc-sccs-rollback):
13667 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
13668 (vc-version-diff, vc-revert, vc-rollback):
13669 * wdired.el (wdired-check-kill-buffer):
13670 * emacs-lisp/authors.el (authors):
13671 * net/socks.el (socks-open-connection):
13672 * net/zeroconf.el (zeroconf-service-add-hook):
13673 * obsolete/vc-mcvs.el (vc-mcvs-register):
13674 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
13675 (gdb-select-frame):
13676 * progmodes/grep.el (lgrep, rgrep):
13677 * progmodes/idlw-help.el (idlwave-help-check-locations)
13678 (idlwave-help-html-link, idlwave-help-assistant-open-link):
13679 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13680 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
13681 (reftex-toc-rename-label): Fix typos in error messages.
13682
13683 * dired-aux.el (dired-do-shell-command): Reflow docstring.
13684 (dired-copy-how-to-fn): Doc fix.
13685 (dired-files-attributes, dired-read-shell-command):
13686 Fix typos in docstrings.
13687
13688 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
13689 (dired-x-find-file-other-window): Reflow docstrings.
13690 (dired-omit-marker-char, dired-read-shell-command)
13691 (dired-x-submit-report): Fix typos in docstrings.
13692
13693 * shell.el (shell-mode-hook):
13694 * view.el (View-scroll-line-forward):
13695 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
13696 Fix typos in docstrings.
13697
13698 * net/dig.el (dig-invoke): Fix typo in docstring.
13699 (query-dig): Reflow docstring.
13700
13701 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
13702 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
13703 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
13704 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
13705 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
13706 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
13707 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
13708 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
13709 (idlwave-completion-map, idlwave-current-indent)
13710 (idlwave-custom-ampersand-surround, idlwave-customize)
13711 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
13712 (idlwave-define-abbrev, idlwave-determine-class-special)
13713 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
13714 (idlwave-end-block-reg, idlwave-end-of-statement)
13715 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
13716 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
13717 (idlwave-explicit-class-listed, idlwave-file-header)
13718 (idlwave-fill-paragraph, idlwave-find-class-definition)
13719 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
13720 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
13721 (idlwave-in-quote, idlwave-indent-action-table)
13722 (idlwave-indent-expand-table, idlwave-indent-line)
13723 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
13724 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
13725 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
13726 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
13727 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
13728 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
13729 (idlwave-outlawed-buffers, idlwave-popup-select)
13730 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
13731 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
13732 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
13733 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
13734 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
13735 (idlwave-statement-type, idlwave-struct-skip)
13736 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
13737 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
13738 (idlwave-what-module-find-class): Fix typos in docstrings.
13739 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
13740 (idlwave-calculate-cont-indent, idlwave-expand-equal)
13741 (idlwave-find-module, idlwave-find-structure-definition)
13742 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
13743 (idlwave-list-load-path-shadows, idlwave-next-statement)
13744 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
13745 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
13746 (idlwave-template): Reflow docstrings.
13747
13748 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
13749 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
13750 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
13751 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
13752 (idlwave-shell-display-line, idlwave-shell-display-wframe)
13753 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
13754 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
13755 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
13756 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
13757 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
13758 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
13759 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
13760 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
13761 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
13762 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
13763 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
13764 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
13765 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
13766 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
13767 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
13768 Fix typos in docstrings.
13769 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
13770 (idlwave-shell-hide-output, idlwave-shell-mode)
13771 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
13772 Reflow docstrings.
13773
13774 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
13775
62136c5d
SM
137762009-09-24 Ivan Kanis <apple@kanis.eu>
13777
13778 * term.el (term-bold-attribute): New var.
13779 (term-handle-colors-array): Use it.
13780
9c1a45ed
NR
137812009-09-23 Nick Roberts <nickrob@snap.net.nz>
13782
13783 * progmodes/gdb-mi.el (gdb-version): New variable.
13784 (gdb-non-stop-handler): Set gdb-version.
13785 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
13786 Condition "--thread" option on gdb-version.
13787 (gdb-invalidate-threads): Remove unused argument.
13788
03304f31
SM
137892009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13790
13791 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
13792 to looking-back to avoid ridiculous slow down in large files (bug#4511).
13793
4f02f0c9
GM
137942009-09-23 Glenn Morris <rgm@gnu.org>
13795
13796 * mail/rmail.el (rmail-reply): Don't try to add a References header when
13797 replying to mail without References or Message-Id. (Bug#4525)
13798
a3b4b363
AR
137992009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
13800
13801 * term/ns-win.el (ns-reg-to-script): New variable.
13802
7bda18cc
DU
138032009-09-23 Daiki Ueno <ueno@unixuser.org>
13804
13805 * epg.el (epg-wait-for-status): Preserve existing 'error results.
13806
72169e55
SS
138072009-09-22 Sam Steingold <sds@gnu.org>
13808
13809 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
13810 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
13811 to 1 because hg returns status 1 when nothing is found.
0aa4f295 13812 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 13813
905b7d38
SM
138142009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13815
b0459dec
SM
13816 * textmodes/fill.el: Convert to utf-8 encoding.
13817 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 13818 pre-Unicode days.
b0459dec 13819
905b7d38
SM
13820 * add-log.el (change-log-fill-forward-paragraph): New function.
13821 (change-log-mode): Use it so fill-region DTRT.
13822 Set fill-indent-according-to-mode here rather than in
13823 change-log-fill-paragraph.
13824 (change-log-fill-paragraph): Remove.
13825
baa7f3de
JB
138262009-09-22 Juanma Barranquero <lekktu@gmail.com>
13827
13828 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
13829 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
13830
a8d789f0
GM
138312009-09-22 Glenn Morris <rgm@gnu.org>
13832
daedbbc2
GM
13833 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
13834 the scroll-bar scroll the calendar window rather than the buffer.
13835
d8899a74
GM
13836 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
13837 commands that move point (as opposed to scrolling).
13838
a8d789f0
GM
13839 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
13840
13841 * emacs-lisp/elint.el (elint): New custom group.
13842 (elint-log-buffer): Make it a defcustom.
13843 (elint-scan-preloaded, elint-ignored-warnings)
13844 (elint-directory-skip-re): New options.
13845 (elint-builtin-variables): Doc fix.
13846 (elint-preloaded-env): New variable.
13847 (elint-unknown-builtin-args): Add an entry for encode-time.
13848 (elint-extra-errors): Make it a variable rather than a constant.
13849 (elint-preloaded-skip-re): New constant.
13850 (elint-directory): Skip files matching elint-directory-skip-re.
13851 (elint-features): New variable, local to linted buffers.
13852 (elint-update-env): Initialize elint-features. Possibly add
13853 elint-preloaded-env to the buffer's environment.
13854 (elint-get-top-forms): Bind elint-current-pos, for log messages.
13855 Skip quoted forms.
13856 (elint-init-form): New function, extracted from elint-init-env.
13857 Make non-list forms a warning rather than an error.
13858 Add the mode-map for define-derived-mode. Handle define-minor-mode,
13859 easy-menu-define, put that adds an error-condition, and provide.
13860 When requiring cl, also require cl-macs. Really require cl, to handle
13861 some cl macros. Store required libraries in the list elint-features,
13862 so as not to re-load them. Treat cc-require like require.
13863 (elint-init-env): Call elint-init-form to do the work.
13864 Handle eval-and-compile and such like.
13865 (elint-add-required-env): Do not clear messages.
13866 (elint-special-forms): Add handlers for function, defalias, if, when,
13867 unless, and, or.
13868 (elint-form): Add optional argument to ignore elint-special-forms,
13869 useful to prevent recursive calls from handlers. Doc fix.
13870 Respect elint-ignored-warnings.
13871 (elint-form): Respect elint-ignored-warnings.
13872 (elint-bound-variable, elint-bound-function): New variables.
13873 (elint-unbound-variable): Respect elint-bound-variable.
13874 (elint-get-args): Respect elint-bound-function.
13875 (elint-check-cond-form): Add some simple handling for (f)boundp and
13876 featurep tests.
13877 (elint-check-defalias-form): New handler.
13878 (elint-check-let-form): Make an empty let a warning rather than an
13879 error.
13880 (elint-check-setq-form): Make an empty setq a warning rather than an
13881 error. Respect elint-ignored-warnings.
13882 (elint-check-defvar-form): Accept null doc-strings.
13883 (elint-check-conditional-form): New handler. Does some simple-minded
13884 checking of featurep and (f)boundp tests.
13885 (elint-put-function-args): New function.
13886 (elint-initialize): Use elint-scan-doc-file rather than
13887 elint-find-builtin-variables. Use elint-put-function-args.
13888 Possibly scan preloaded-file-list.
13889 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
13890 extend to handle functions as well.
13891
245be23c
JB
138922009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
13893
13894 * linum.el (linum-delete-overlays, linum-update-window):
13895 Do not modify the right margin. (Bug#3971)
13896
91fdbd6f
CY
138972009-09-21 Chong Yidong <cyd@stupidchicken.com>
13898
13899 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
13900 nxml-mode instead of xml-mode.
13901
7589d38e
JB
139022009-09-21 Kevin Ryde <user42@zip.com.au>
13903
13904 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
13905
5ac42715
SM
139062009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13907
13908 * net/dig.el (dig-mode): Use define-derived-mode.
13909
09c01323
DN
139102009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
13911
4096c5f2
DN
13912 * vc-dispatcher.el (vc-do-command): Return the process object in
13913 the asynchronous case. Use when instead of if. Do not run
5480359e 13914 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 13915
0e172cc2
DN
13916 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
13917 properties to the stash strings.
13918 (vc-git-stash-list): Return a list of strings.
13919 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
13920 (vc-git-stash-show-at-point): New functions.
13921 (vc-git-stash-map): New keymap.
13922
03304f31
SM
13923 * register.el (ctl-x-r-map): Define the keys here instead of
13924 using autoload.
09c01323 13925
03304f31 139262009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
13927
13928 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
13929 list, to workaround performance problem (bug#4485).
13930
2f5fc4d7
NR
139312009-09-20 Nick Roberts <nickrob@snap.net.nz>
13932
13933 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
13934
b0f5fd2e
DU
139352009-09-20 Daiki Ueno <ueno@unixuser.org>
13936
13937 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
13938 Document that this option is not recommended to use.
13939
f3445fab
GM
139402009-09-19 Glenn Morris <rgm@gnu.org>
13941
547c6921
GM
13942 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
13943 variable `var'.
13944
f3445fab
GM
13945 * calc/calc-alg.el (var):
13946 * calc/calcalg2.el (var): Define for compiler.
13947
946c009b
CY
139482009-09-19 Chong Yidong <cyd@stupidchicken.com>
13949
e3f36d03
SM
13950 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
13951 Doc fix (Bug#3932).
e2045997 13952
24aedbca
CY
13953 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
13954
327dd27a
CY
13955 * time-stamp.el (time-stamp-month-dd-yyyy)
13956 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
13957 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
13958 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
13959 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
13960 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 13961
946c009b
CY
13962 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
13963 indent buffer only if called interactively (Bug#4452).
13964
3e70541a 139652009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 13966 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
13967
13968 This fixes bug#4197 (merged to bug#865, though not identical).
13969 * server.el (server-auth-dir): Add docstring note about FAT32.
13970 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
13971 but warn against using them.
13972
9b94c32e
NR
139732009-09-19 Nick Roberts <nickrob@snap.net.nz>
13974
13975 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
13976 older GDB where there is no has_more field.
13977
66590684
GM
139782009-09-19 Glenn Morris <rgm@gnu.org>
13979
13980 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13981
9a1337f9
CY
139822009-09-18 Chong Yidong <cyd@stupidchicken.com>
13983
13984 * files.el (auto-mode-alist): Change default for XML files to nXML
13985 mode (Bug#4169).
13986
d7554167
JB
139872009-09-18 Juanma Barranquero <lekktu@gmail.com>
13988
13989 * server.el (server-ensure-safe-dir): Pass 'integer
13990 to `file-attributes', as suggested.
13991
35a3f9a4
SM
139922009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
13993
13994 * dired-aux.el (dired-query-alist): Remove spurious backslash.
13995 (dired-query): Use read-key.
13996
044f9b05
AR
139972009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
13998
13999 * cus-start.el (ns-use-qd-smoothing): Remove.
14000
6188ea49
GM
140012009-09-18 Glenn Morris <rgm@gnu.org>
14002
08cf18e4
GM
14003 * allout.el (top-level): Remove unnecessary progn.
14004
07eae5c5
GM
14005 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
14006
6726c25e
GM
14007 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
14008 definition of abbrev table.
14009
3f527154 14010 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
14011 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
14012 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
14013 * net/newst-backend.el (newsticker--cache-read-feed):
14014 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
14015 condition-case handlers.
14016
ccb4c30c
NR
140172009-09-18 Nick Roberts <nickrob@snap.net.nz>
14018
14019 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
14020 (gdb-var-list): Add an element for has_more field.
14021 (gdb-non-stop-handler): Enable pretty printing for STL containers.
14022 (gdb-var-create-handler, gdb-var-list-children-handler-1)
14023 (gdb-var-update-handler-1): Parse output of dynamic variable
14024 objects (STL containers).
14025 (gdb-var-delete-1): Pass var1 as an explicit second argument.
14026 (gdb-get-field): Delete alias. Use bindat-get-field directly.
14027
14028 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
14029 gdb-var-list.
14030 (gud-speedbar-buttons): Make node expandable if expression "has more"
14031 children.
14032
8686ac71
JB
140332009-09-17 Juanma Barranquero <lekktu@gmail.com>
14034
14035 * startup.el (emacs-quick-startup): Remove variable and all uses.
14036 (command-line): Set `inhibit-x-resources' instead.
14037 (command-line-1): Use `inhibit-x-resources' instead.
14038
a69c67e8
CY
140392009-09-17 Chong Yidong <cyd@stupidchicken.com>
14040
14041 * subr.el: Fix last change to avoid using the `unless' macro,
14042 which breaks bootstrapping.
14043
354f0faf
SM
140442009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
14045
14046 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
14047 extended definitions, in case we reload subr.el after having
14048 loaded CL.
14049 (eval-next-after-load): Mark as obsolete.
14050
98b9bf40
JL
140512009-09-17 Juri Linkov <juri@jurta.org>
14052
14053 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
14054 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
14055 (menu-bar-showhide-menu, menu-bar-tools-menu)
14056 (menu-bar-describe-menu, menu-bar-help-menu)
14057 (minibuffer-local-completion-map, minibuffer-local-map):
14058 Fix list quoting.
14059
28fab7b5
GM
140602009-09-17 Glenn Morris <rgm@gnu.org>
14061
88d5190c
GM
14062 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
14063 arguments, whether or not it has a handler.
14064
74f24ba7
GM
14065 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
14066
28fab7b5
GM
14067 * simple.el (hard-newline): Give it a doc-string.
14068
a8106aec
GM
14069 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
14070 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 14071
76251ad7
DN
140722009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
14073
72033dbe
DN
14074 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
14075 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
14076 (menu-bar-options-menu, menu-bar-showhide-menu)
14077 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
14078 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
14079 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
14080 (menu-bar-options-menu, menu-bar-tools-menu)
14081 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
14082 (menu-bar-help-menu):
14083 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
14084 string arguments.
14085
76251ad7
DN
14086 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
14087 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
14088 calls for the menu names and :help.
14089
97b952b7
SM
140902009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
14091
14092 * mouse.el (minor-mode-menu-from-indicator): Pay attention
14093 to :minor-mode-function (bug#4455).
14094
8f38189e
SM
140952009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14096
d2fd733e
SM
14097 * startup.el (command-line): Initialize the window-system after
14098 processing the command-line.
14099
8f38189e
SM
14100 * textmodes/page.el (what-page): Make sure we don't inf-loop if
14101 page-delimiter matches the empty string.
14102
77564fa4
GM
141032009-09-16 Glenn Morris <rgm@gnu.org>
14104
14105 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
14106 byte-compile-not-obsolete-var. It's a list now.
14107 (byte-compile-not-obsolete-funcs): New variable.
14108 (byte-compile-warn-obsolete): Don't warn about functions if they are in
14109 byte-compile-not-obsolete-funcs.
14110 (byte-compile-variable-ref, byte-compile-defvar): Update for
14111 byte-compile-not-obsolete-vars name-change and list nature.
14112 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
14113 and variables behind (f)boundp tests.
14114 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
14115
79d316d3
DN
141162009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
14117
14118 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
14119
8fed6934
SM
141202009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
14121
14122 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
14123 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
14124 Don't autoload.
14125
4078fd57
SE
141262009-09-15 Stephen Eglen <stephen@gnu.org>
14127
14128 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 14129 the virtual-buffers, use the name of the buffer specified by
4078fd57 14130 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 14131 problem if the target and the symlink had different names.)
4078fd57 14132
838ff458
SM
141332009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
14134
b3c7c12d
SM
14135 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
14136
13dc2bc2
SM
14137 * desktop.el (desktop-path): Check user-emacs-directory.
14138
49fec531
SM
14139 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
14140
0e328d37
SM
14141 * loadup.el: Use after-load-functions to GC after loading each file.
14142 Remove the explicit GC calls that used to be sprinkled around.
14143
838ff458
SM
14144 * subr.el (after-load-functions): New hook.
14145 (do-after-load-evaluation): Run it. Use string-match-p to detect
14146 `obsolete' packages, rather than painfully extracting the relevant
14147 directory name.
14148
a62f564f
GM
141492009-09-15 Glenn Morris <rgm@gnu.org>
14150
14151 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
14152 free variable `doc'.
14153
14154 * dired.el (dired-mode-map): Add menu entry for async shell command.
14155
14156 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
14157 variables, also consider the .elc files, since the .el files are
14158 normally gzipped (subsequent code locates the .el.gz from the .elc).
14159
14160 * calc/calc-prog.el (arglist): Define for compiler.
14161
14162 * calendar/diary-lib.el (diary-display-function): Change the default to
14163 fancy display.
14164 (body): Define for compiler.
14165
14166 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
14167 (byte-compile-file-form, byte-compile-lambda)
14168 (byte-compile-top-level-body, byte-compile-form)
14169 (byte-compile-variable-ref, byte-compile-setq)
14170 (byte-compile-setq-default, byte-compile-body)
14171 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
14172 (batch-byte-compile): Give some more local variables with common names
14173 a "bytecomp-" prefix to avoid masking warnings about free variables.
14174
cd05fe7f
GM
14175 * startup.el (command-line-1): Give local variables with common names a
14176 distinguishing prefix, so as not to hide free variable warnings during
14177 bootstrap.
14178
a62f564f
GM
14179 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
14180 clever and add a suffix to make a unique name, just let the user decide
14181 whether or not to overwrite it. If the input is a directory, write the
14182 default filename to that directory. (Bug#4388)
14183 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
14184 is a filename-as-a-directory.
14185
fbc88440
SM
141862009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
14187
14188 * textmodes/page.el (what-page): Don't move to beginning of line.
14189 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
14190
60308853
DN
141912009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
14192
14193 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
14194
32ba3abc
DN
141952009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
14196
9cd39aff
DN
14197 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
14198 * help.el (help-for-help-internal): Add purecopy calls for text.
14199
32ba3abc
DN
14200 * vc.el (top): print-log method now takes an optional SHORTLOG
14201 argument. Add a new method: root.
32ba3abc
DN
14202 (vc-root-diff, vc-print-root-log): New functions.
14203 (vc-log-short-style): New variable.
14204 (vc-print-log-internal): Add support for showing short logs.
14205
14206 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
14207 vc-print-root-log and vc-print-root-diff.
14208
14209 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
14210 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
14211 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
14212 short logs.
14213
14214 * vc-cvs.el (vc-cvs-print-log):
14215 * vc-mtn.el (vc-mtn-print-log):
14216 * vc-rcs.el (vc-rcs-print-log):
14217 * vc-sccs.el (vc-sccs-print-log):
14218 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
14219 that is ignored for now.
14220
837b0e99
DN
14221 * vc-mtn.el (vc-mtn-annotate-command):
14222 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
14223
31cd2dd4
SM
142242009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14225
14226 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
14227 to function-key-map, and give them ascii-character property.
14228 * term/x-win.el (x-alternatives-map):
14229 * term/ns-win.el (ns-alternatives-map):
14230 * term/internal.el (msdos-key-remapping-map):
14231 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
14232
d62e5bf2
GM
142332009-09-14 Glenn Morris <rgm@gnu.org>
14234
14235 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
14236 temp-buffers (2009-09-12).
14237
7d0105e5
SM
142382009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
14239
14240 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
14241 the new read-key function.
14242
e17ed9ad
CY
142432009-09-13 Chong Yidong <cyd@stupidchicken.com>
14244
14245 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
14246 is defined (Bug#4405).
14247
1fc26e29
CY
142482009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
14249
14250 * recentf.el (recentf-cleanup): Use a hash table to find
14251 duplicates (Bug#4407).
14252
61dc96a2 142532009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
14254
14255 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
14256 kp-0 to ascii equivalents (Bug#4325).
14257
42c3a9e3
CY
142582009-09-13 Chong Yidong <cyd@stupidchicken.com>
14259
1f5c1626
CY
14260 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
14261
42c3a9e3 14262 * eshell/em-hist.el:
31cd2dd4
SM
14263 * eshell/em-dirs.el (eshell-complete-user-reference):
14264 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
14265
142662009-09-13 Leo <sdl.web@gmail.com> (tiny change)
14267
14268 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
14269 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
14270 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
14271 * eshell/em-hist.el (eshell-history-file-name):
14272 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 14273
1e2b6acf
GM
142742009-09-13 Glenn Morris <rgm@gnu.org>
14275
14276 * ediff-merg.el (ediff-do-merge):
14277 * filesets.el (filesets-run-cmd):
14278 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
14279 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
14280 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
14281 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
14282 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
14283 Replace empty `let's with `progn'.
14284
adba8116
SM
142852009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
14286
14287 * mail/sendmail.el (send-mail-function):
14288 * tooltip.el (tooltip-mode):
14289 * simple.el (transient-mark-mode):
14290 * rfn-eshadow.el (file-name-shadow-mode):
14291 * frame.el (blink-cursor-mode):
14292 * font-core.el (global-font-lock-mode):
14293 * files.el (temporary-file-directory)
14294 (small-temporary-file-directory, auto-save-file-name-transforms):
14295 * epa-hook.el (auto-encryption-mode):
14296 * composite.el (global-auto-composition-mode):
14297 Use custom-initialize-delay.
14298 * startup.el (command-line): Don't explicitly call
14299 custom-reevaluate-setting for all the above vars.
14300 * custom.el (custom-initialize-safe-set)
14301 (custom-initialize-safe-default): Delete.
14302
0a4afea9
SM
143032009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14304
9f94990d
SM
14305 * term/x-win.el (x-initialize-window-system):
14306 * term/w32-win.el (w32-initialize-window-system):
14307 * term/ns-win.el (ns-initialize-window-system): Don't call
14308 mouse-wheel-mode since it's enabled globally by default already.
14309
0a4afea9
SM
14310 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
14311 actually define the variable, but only silences the byte-compiler.
14312 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
14313 before looking it up.
14314 (mouse-wheel-scroll-amount): Also reset the bindings if this value
14315 is changed.
14316
bf01513f
GM
143172009-09-12 Glenn Morris <rgm@gnu.org>
14318
14319 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
14320 1000.
14321 (elint-add-required-env): Don't beep on error.
14322 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
14323 (elint-init-env): Skip non-list forms.
14324 (elint-log): Handle unknown file positions.
bf01513f 14325
d85889e4
DU
143262009-09-12 Daiki Ueno <ueno@unixuser.org>
14327
14328 * epg.el (epg-make-context): Add autoload cookie.
14329 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
14330 (epg-decrypt-string, epg-start-verify, epg-verify-file)
14331 (epg-verify-string, epg-start-sign, epg-sign-file)
14332 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
14333 (epg-encrypt-string, epg-start-export-keys)
14334 (epg-export-keys-to-file, epg-export-keys-to-string)
14335 (epg-start-import-keys, epg-import-keys-from-file)
14336 (epg-import-keys-from-string, epg-start-receive-keys)
14337 (epg-receive-keys, epg-import-keys-from-server)
14338 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
14339 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
14340 (epg-generate-key-from-file, epg-generate-key-from-string):
14341 Remove autoload cookie.
d85889e4 14342
8f825ee6
EZ
143432009-09-12 Eli Zaretskii <eliz@gnu.org>
14344
36b434ee
EZ
14345 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
14346 reevaluation of trash-directory.
14347
8f825ee6
EZ
14348 * mwheel.el: Fix last change.
14349 (mouse-wheel-mode): New defvar.
14350 (mouse-wheel-mode): Remove autoload cookie.
14351
5766c380
SM
143522009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14353
ab5c0fcd
SM
14354 * mwheel.el (mwheel-installed-bindings): New var.
14355 (mouse-wheel-mode): Use it, so as to make sure we really remove all
14356 the bindings we set last time. Use custom-initialize-delay.
14357 * loadup.el: Load mwheel after term/*-win.el.
14358 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
14359 and mouse-wheel-up-event now that their first evaluation is done
14360 sufficiently late to be correct.
14361
45448e64
SM
14362 * startup.el (tutorial-directory): Make it a defcustom.
14363 Use custom-initialize-delay rather than eval-at-startup to set it.
14364 * image.el (image-load-path): Make it a defcustom.
14365 Use custom-initialize-delay rather than eval-at-startup to set it.
14366 * subr.el (eval-at-startup): Remove.
14367 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
14368
5766c380
SM
14369 * subr.el (do-after-load-evaluation): Warn the user after loading an
14370 obsolete package.
14371
d6549da4
GM
143722009-09-12 Glenn Morris <rgm@gnu.org>
14373
14374 * proced.el (proced-mark-alt): Remove alias.
14375 (proced-mode-map): Remove proced-mark-alt.
14376
14377 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
14378 Elint file and directory. Remove initialization entry.
14379
14380 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
14381 commands.
14382 (elint-current-buffer): Set mode-line-process.
14383 (elint-init-env): Handle define-derived-mode.
14384 Fix declare-function with unspecified arglist. Guard against odd
14385 defalias statements (eg iso-insert's 8859-1-map).
14386 (elint-add-required-env): Use a temp buffer.
14387 (elint-form): Just print the function/macro name, not the whole form.
14388 Return env unchanged if we fail to parse a macro.
14389 (elint-forms): Guard against parse errors.
14390 (elint-output): New function, to handle batch mode.
14391 (elint-log-message): Add optional argument. Use elint-output.
14392 (elint-set-mode-line): New function.
14393
30194d4d
CY
143942009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
14395
14396 * emacs-lisp/elp.el (elp-not-profilable): Add more
14397 functions (Bug#4233).
14398
a035f9b0
CY
143992009-09-12 Chong Yidong <cyd@stupidchicken.com>
14400
14401 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
14402 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
14403
dad61164
NR
144042009-09-11 Nick Roberts <nickrob@snap.net.nz>
14405
14406 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
14407 (gdb-var-list-children): Use json parsing.
14408
9c3c9fdf 144092009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
14410
14411 * progmodes/js.el (js--proper-indentation): Handle the case where
14412 char-before is null. Reported by Deniz Dogan.
14413
b4587710
JB
144142009-09-11 Juanma Barranquero <lekktu@gmail.com>
14415
14416 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
14417
13890796
DU
144182009-09-11 Daiki Ueno <ueno@unixuser.org>
14419
14420 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
14421 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 14422 (epg-context-set-passphrase-callback)
97d4bdba 14423 (epg-context-set-progress-callback): Add description about
b18508dd 14424 callback function.
13890796 14425
2efb64a8
SM
144262009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14427
790d0270
SM
14428 * custom.el (custom-delayed-init-variables): New var.
14429 (custom-initialize-delay): New function.
14430 * startup.el (command-line): "Re"evaluate all vars in
14431 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
14432 explicitly any more.
14433 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
14434 to avoid creating a ~/.emacs.d at build-time (bug#4347).
14435
14436 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 14437
ac243a40
NR
144382009-09-11 Nick Roberts <nickrob@snap.net.nz>
14439
14440 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
14441 (gdb-var-update-handler): Use json parsing.
14442
657bc6fc
JB
144432009-09-11 Juanma Barranquero <lekktu@gmail.com>
14444
14445 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
14446 decode annotated text, regardless of language environment. (Bug#2741)
14447
b6fe8102
SM
144482009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14449
14450 * Makefile.in (autoloads): Make rmail.el writable as well.
14451
5cc443fe
GM
144522009-09-11 Glenn Morris <rgm@gnu.org>
14453
5515c54e
GM
14454 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
14455 loaddefs.el.
14456 * dired.el: Regenerate with extracted autoloads.
14457 * Makefile.in (autoloads): Make dired.el writable.
14458
15067158
GM
14459 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
14460 * ibuffer.el: Regenerate with extracted autoloads.
14461 * Makefile.in (autoloads): Make ibuffer.el writable.
14462
d35d0238
GM
14463 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
14464 * version.el (emacs-copyright, emacs-major-version)
14465 (emacs-minor-version): Reformat doc-strings for make-docfile.
14466
5cc443fe
GM
14467 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
14468 functions and variables, since they must be stuff specific to some other
14469 platform.
14470 (apropos-print): Make mouse-click message less specific about button.
14471
14472 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
14473 that records where a macro was defined.
14474 * help-fns.el (describe-function-1): Mention if a function has a
14475 compiler-macro.
14476 * help-mode.el (help-function-cmacro): New button.
14477
14478 * locate.el (top-level): Always require dired.
14479 (locate-mode-map): Initialize inside the defvar.
14480
14481 * net/ange-ftp.el (dired-compress-file): Declare.
14482 (ange-ftp-dired-compress-file): Add doc string.
14483
14484 * term/ns-win.el (x-display-name, x-setup-function-keys):
14485 Unify doc-strings with X versions.
14486
8cb95edf
SM
144872009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14488
726a4d09
SM
14489 * emulation/crisp.el (crisp-mode-map): Move initialization
14490 into declaration.
14491 (crisp-mode): Use define-minor-mode.
14492
8cb95edf
SM
14493 * progmodes/xscheme.el (xscheme-evaluation-commands):
14494 Put a :advertised-binding property rather than using
14495 advertised-xscheme-send-previous-expression.
14496 (advertised-xscheme-send-previous-expression): Declare obsolete.
14497 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
14498 `advertised-undo'.
14499 (crisp-mode): Add corresponding bindings to
14500 undo's :advertised-binding instead.
14501 * dired.el (dired-mode-map): Put a :advertised-binding property rather
14502 than using dired-advertised-find-file.
14503 (dired-advertised-find-file):
14504 * simple.el (advertised-undo):
14505 * wid-edit.el (advertised-widget-backward): Declare obsolete.
14506 (widget-keymap): Put a :advertised-binding property rather
14507 than using advertised-widget-backward.
14508 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
14509 than using advertised-undo.
14510 * tutorial.el (tutorial--default-keys): Adjust accordingly.
14511
07db5857
SS
145122009-09-10 Simon South <ssouth@slowcomputing.org>
14513
14514 * progmodes/delphi.el (delphi-tab): Indent region when Transient
14515 Mark mode is enabled and region is active; otherwise indent or
14516 insert TAB as usual.
14517 (delphi-mode): Update description of TAB-key binding.
14518
50d4ba39
SM
145192009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
14520
14521 * subr.el (define-key-rebound-commands): Mark obsolete.
14522 * startup.el (precompute-menubar-bindings): Remove.
14523 (normal-top-level): Remove obsolete code that tried to precompute
14524 menubar bindings.
14525 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
14526 define-key-rebound-commands and precompute-menubar-bindings.
14527
ffa894db
KY
145282009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
14529
14530 * net/imap.el (imap-interactive-login): Better messages.
14531 (imap-open): Fix bug with renamed buffer on reconnect.
14532 (imap-authenticate): Add buffer-local imap-last-authenticator variable
14533 for easier debugging and cleaner code. On successful (guessed based on
14534 server capabilities) secondary authentication, set imap-state
14535 correctly.
14536 (imap-last-authenticator): Define imap-last-authenticator as a variable
14537 to avoid warnings.
14538
9477096c
GM
145392009-09-10 Glenn Morris <rgm@gnu.org>
14540
14541 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
14542
14543 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
14544 (byte-compile-file-form-autoload): Don't warn about unknown functions
14545 where the autoload statement comes after the use.
14546 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
14547 that any handlers inside the body (eg require) are in turn respected.
14548
14549 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
14550 effects.
14551
14552 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
14553 and syntax and abbrev tables basic docs, if they don't have any.
14554
14555 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
14556
14557 * international/mule-cmds.el (top-level): Require cl when compiling.
14558 (view-hello-file): Use default-value rather than
14559 default-enable-multibyte-characters.
14560
14561 * progmodes/fortran.el: Move all safe and risky properties into the
14562 defcustoms.
14563
14564 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
14565 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
14566 * mail/undigest.el:
14567 Put autoloads in rmail.el rather than loaddefs.el.
14568 * mail/rmail.el: Regenerate with extracted autoloads.
14569
14570 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
14571 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
14572
9f16c547
NR
145732009-09-10 Nick Roberts <nickrob@snap.net.nz>
14574
14575 Reported in thread for Bug#4375.
14576 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
14577 "-data-evaluate-expression" instead of print.
14578 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
14579 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
14580 (gdb): Revert 2009-08-11 change. User should detach inferior
14581 manually.
9f16c547
NR
14582
14583 Remove the word "separate" from IO functions as inferior
14584 output is now never displayed in the GUD buffer.
14585
50405cd0
JB
145862009-09-10 Juanma Barranquero <lekktu@gmail.com>
14587
14588 * startup.el (command-line-normalize-file-name): On Windows and
14589 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
14590
7ae62430
JL
145912009-09-10 Juri Linkov <juri@jurta.org>
14592
14593 * isearch.el (isearch-text-char-description): Propertize escape
14594 character sequences with the `escape-glyph' face. (Bug#4344)
14595
14596 * simple.el (shell-command): Set asynchronous process filter to
14597 `comint-output-filter'. (Bug#4343)
14598
14599 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
14600 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
14601 the list. Move "asm" to the bottom.
14602 (grep-find-ignored-directories): Add `choice' with nil value
14603 to empty the list easily.
14604 (grep-find-ignored-files): New option.
14605 (grep-files-history): Set to nil by default instead of '("ch" "el").
14606 (grep-compute-defaults): Add "<X>" to `grep-template'.
14607 (grep-read-files): Bind new local variables `default-alias' and
14608 `default-extension'. Use a list of default values for the file prompt.
14609 (lgrep): Add `--exclude=' command line options composed from
14610 `grep-find-ignored-files'.
14611 (rgrep): Add `-name' command line options composed from
14612 `grep-find-ignored-files'. (Bug#4301)
14613
cd875252
SM
146142009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
14615
14616 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
14617 (bug#4368).
14618
cdce0b33
KY
146192009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
14620
14621 * calendar/time-date.el (autoload):
14622 Expand define-obsolete-function-alias into defalias and make-obsolete
14623 for old Emacsen that Gnus supports.
14624 (with-no-warnings): Define it for old Emacsen.
14625 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14626 is available.
14627 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14628 float-time is available; suppress compile warning for time-to-seconds.
14629
146302009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
14631
14632 * net/imap.el (imap-message-map): Docstring fix.
14633
2b2eb431
GM
146342009-09-09 Glenn Morris <rgm@gnu.org>
14635
14636 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
14637 line numbers too. (Bug#4374)
14638
83a5aac5
SM
146392009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
14640
755e0210
SM
14641 * smerge-mode.el (smerge-remove-props, smerge-refine):
14642 Use with-silent-modifications (bug#4342).
14643
83a5aac5
SM
14644 * subr.el (with-silent-modifications): New macro.
14645
79f01fa7
JB
146462009-09-07 Juanma Barranquero <lekktu@gmail.com>
14647
14648 * files.el (top-level): Require `cl' when compiling.
14649
448ecec3
GM
146502009-09-07 Glenn Morris <rgm@gnu.org>
14651
14652 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
14653
8f09a02f
GM
14654 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
14655 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
14656
76ff67bf
NR
146572009-09-06 Nick Roberts <nickrob@snap.net.nz>
14658
14659 * vc-git.el (vc-git-annotate-command): Use separator to parse
14660 arguments correctly.
14661
943c8b75
EZ
146622009-09-06 Eli Zaretskii <eliz@gnu.org>
14663
14664 * proced.el (proced-mode): Doc fix.
14665
680db9ac
MA
146662009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
14667
14668 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
14669 lstat fails.
14670 (tramp-do-file-attributes-with-ls): Check for file existence at
14671 remote end.
14672 (tramp-do-file-attributes-with-stat): Likewise.
14673 (tramp-convert-file-attributes): Return nil when attr is nil.
14674
3f12e5bd
GM
146752009-09-05 Glenn Morris <rgm@gnu.org>
14676
c8dc27bf
GM
14677 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
14678 properties to this button.
14679 (diary-fancy-display): Don't extend the button to the final newline.
14680 (diary-fancy-display-mode): Continue to define "q" as a local key.
14681
cca065d8
GM
14682 * calendar/cal-china.el (holiday-chinese): Make it slightly more
14683 efficient.
14684
cddaedb6
GM
14685 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
14686
3f12e5bd
GM
14687 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
14688 (byte-compile-dest-file-function): New option.
14689 (byte-compile-dest-file): Doc fix.
14690 Obey byte-compile-dest-file-function.
14691 (byte-compile-cl-file-p): New function.
14692 (byte-compile-eval): Only suppress noruntime warnings about cl functions
14693 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
14694 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
14695 than for file being previously loaded.
14696 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
14697 (byte-compile-file-form-require): Handle the case where requiring a file
14698 indirectly causes CL to be loaded.
14699
049a231b
KF
147002009-09-05 Karl Fogel <kfogel@red-bean.com>
14701
14702 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
14703 before killing the old buffer, since by the time `kill-buffer' is
14704 run so many buffer variables have been set to nil that it may not
14705 behave as expected. (Bug#4061)
14706
ef7ef2a0
KF
147072009-09-05 Karl Fogel <kfogel@red-bean.com>
14708
14709 * files.el (find-alternate-file): If the old buffer is modified
14710 and visiting a file, behave similarly to `kill-buffer' when
14711 killing it, thus reverting to the pre-1.878 behavior; see
14712 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
14713 for discussion. Also, consult `buffer-file-name' as a variable
14714 not as a function, for consistency with the rest of the code.
14715
73d854cd
MA
147162009-09-04 Michael Albinus <michael.albinus@gmx.de>
14717
14718 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
14719 also when adding a new directory.
14720
14721 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
14722 defun.
14723
df120481
SM
147242009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
14725
14726 * files.el (locate-file-completion-table): Make it provide boundary
14727 information, so partial-completion works better.
14728
c0bc6d79
SM
147292009-09-04 Leo <sdl.web@gmail.com> (tiny change)
14730
14731 * mail/footnote.el (Footnote-text-under-cursor):
14732 Check footnote-text-marker-alist before using it (bug#4324).
14733
f76a9756
GM
147342009-09-04 Glenn Morris <rgm@gnu.org>
14735
67d110f1
GM
14736 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
14737 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
14738 * play/solitaire.el, play/tetris.el:
14739 Remove leading * from defcustom and defface docs.
14740
b42d4989
GM
14741 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
14742 necessary.
14743 (diary-fancy-overriding-map): New variable.
14744 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
14745 Use view-mode.
14746
f76a9756
GM
14747 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
14748 goto-line.
14749
e605eeeb
GM
147502009-09-03 Glenn Morris <rgm@gnu.org>
14751
597e2240
GM
14752 * arc-mode.el (archive-mode):
14753 * dos-fns.el (set-default-process-coding-system):
14754 * man.el (Man-getpage-in-background):
14755 * menu-bar.el (menu-bar-describe-menu):
14756 * server.el (server-process-filter):
14757 * startup.el (command-line):
14758 * tar-mode.el (tar-header-block-tokenize, tar-extract):
14759 * w32-fns.el (set-default-process-coding-system):
14760 * x-dnd.el (x-dnd-handle-file-name):
14761 * international/mule-cmds.el (mule-menu-keymap)
14762 (set-default-coding-systems, language-info-alist, set-language-info)
14763 (set-language-environment, standard-display-european-internal)
14764 (set-locale-environment):
14765 * international/mule-diag.el (mule-diag):
14766 * mail/emacsbug.el (report-emacs-bug):
14767 * mail/rmail.el (rmail-mode):
14768 * mail/sendmail.el (mail-setup):
14769 Use default-value rather than default-enable-multibyte-characters.
14770
f38184aa
GM
14771 * progmodes/f90.el: Move all safe properties into the defcustoms.
14772 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
14773
e605eeeb
GM
14774 * calendar/appt.el (appt-check):
14775 * calendar/diary-lib.el (diary-set-header, diary-live-p)
14776 (diary-check-diary-file, diary-list-entries)
14777 (diary-include-other-diary-files, diary-simple-display)
14778 (diary-fancy-display, diary-print-entries)
14779 (diary-mark-included-diary-files, diary-make-entry):
14780 Don't call substitute-in-file-name on diary-file.
14781
734db384 147822009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 14783 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
14784
14785 * mail/footnote.el (footnote-prefix): Make it a defcustom.
14786 (footnote-mode-map): Move initialization into the declaration.
14787 (footnote-minor-mode-map): Define it rather than changing global-map.
14788 (footnote-mode): Use define-minor-mode.
14789
e5aa47f9
MA
147902009-09-02 Michael Albinus <michael.albinus@gmx.de>
14791
14792 * net/tramp.el (tramp-handle-file-attributes-with-ls)
14793 (tramp-do-file-attributes-with-perl)
14794 (tramp-do-file-attributes-with-stat): Rename from
14795 `tramp-handle-file-attributes-with-*'.
14796 (tramp-handle-file-attributes): Use them.
14797 (tramp-do-directory-files-and-attributes-with-perl)
14798 (tramp-do-directory-files-and-attributes-with-stat): Rename from
14799 `tramp-handle-directory-files-and-attributes-with-*'.
14800 (tramp-handle-directory-files-and-attributes): Use them.
14801 (tramp-method-out-of-band-p): Additional parameter SIZE.
14802 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
14803 (tramp-handle-write-region): Use it.
734db384 14804 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
14805 (tramp-handle-vc-registered): Check, whether the first run did
14806 return files to be tested.
14807 (tramp-advice-make-auto-save-file-name): Do not call directly
14808 `tramp-handle-make-auto-save-file-name', because this would bypass
14809 the locking mechanism.
14810
734db384 14811 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
14812 (file-remote-p, process-file, start-file-process, set-file-times)
14813 (tramp-compat-file-attributes): Compatibility functions shall not
14814 call directly `tramp-handle-*', because this would bypass the
14815 locking mechanism.
14816 (tramp-compat-number-sequence): New defun.
14817
6e2ca895
GM
148182009-09-02 Glenn Morris <rgm@gnu.org>
14819
697c7714
GM
14820 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
14821 alias for float-time.
14822 (time-to-number-of-days): In Emacs, use float-time.
14823 * net/newst-backend.el (time-add): Suppress warnings from compat
14824 function.
14825 * time.el (emacs-uptime, emacs-init-time):
14826 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
14827 Use float-time rather than time-to-seconds.
14828
6e2ca895
GM
14829 * minibuffer.el (completion-initials-expand): Fix typo.
14830
14831 * faces.el (modeline, modeline-inactive, modeline-highlight)
14832 (modeline-buffer-id):
14833 * info.el (info-menu-5): Mark these face aliases as obsolete.
14834
ed17efec
NR
148352009-09-01 Nick Roberts <nickrob@snap.net.nz>
14836
14837 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
14838 space ...
14839 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
14840 no "--thread" option.
14841 (gdb-stopped): Don't print "Switched to thread" message when it is
14842 unchanged.
14843
fcb68f70
SM
148442009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14845
14846 * minibuffer.el (completion-try-completion)
14847 (completion-all-completions): Remove ill-defined (and
14848 mistakenly installed and luckily never used nor documented)
14849 `completion-styles' property.
14850 (completion-initials-expand, completion-initials-all-completions)
14851 (completion-initials-try-completion): New functions.
14852 (completion-styles-alist): Add doc to each entry.
14853 Add new `initials' entry.
14854
83318a6d
NR
148552009-09-01 Nick Roberts <nickrob@snap.net.nz>
14856
14857 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
14858 MI command -var-evaluate-expression.
14859 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
14860 and tweak for case of string child.
734db384 14861 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 14862
d63eb0e7
GM
148632009-09-01 Glenn Morris <rgm@gnu.org>
14864
c4f6e489
GM
14865 * add-log.el (change-log-date-face, change-log-name-face)
14866 (change-log-email-face, change-log-file-face, change-log-list-face)
14867 (change-log-conditionals-face, change-log-function-face)
14868 (change-log-acknowledgement-face):
14869 * cus-edit.el (custom-invalid-face, custom-rogue-face)
14870 (custom-modified-face, custom-set-face, custom-changed-face)
14871 (custom-saved-face, custom-button-face, custom-button-pressed-face)
14872 (custom-documentation-face, custom-state-face, custom-comment-face)
14873 (custom-comment-tag-face, custom-variable-tag-face)
14874 (custom-variable-button-face, custom-face-tag-face)
14875 (custom-group-tag-face-1, custom-group-tag-face):
14876 * diff-mode.el (diff-header-face, diff-file-header-face)
14877 (diff-index-face, diff-hunk-header-face, diff-removed-face)
14878 (diff-added-face, diff-changed-face, diff-function-face)
14879 (diff-context-face, diff-nonexistent-face):
14880 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14881 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
14882 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14883 (Info-title-4-face):
14884 * isearch.el (isearch-lazy-highlight-face):
14885 * log-view.el (log-view-file-face, log-view-message-face):
14886 * paren.el (show-paren-match-face, show-paren-mismatch-face):
14887 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14888 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14889 (cvs-msg-face):
14890 * smerge-mode.el (smerge-mine-face, smerge-other-face)
14891 (smerge-base-face, smerge-markers-face):
14892 * wid-edit.el (widget-documentation-face, widget-button-face)
14893 (widget-field-face, widget-single-line-field-face)
14894 (widget-inactive-face, widget-button-pressed-face):
14895 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
14896 (woman-addition-face):
2fb1ec93
GM
14897 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
14898 (eshell-ls-executable-face, eshell-ls-readonly-face)
14899 (eshell-ls-unreadable-face, eshell-ls-special-face)
14900 (eshell-ls-missing-face, eshell-ls-archive-face)
14901 (eshell-ls-backup-face, eshell-ls-product-face)
14902 (eshell-ls-clutter-face):
14903 * eshell/em-prompt.el (eshell-prompt-face):
14904 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 14905 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
14906 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
14907 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
14908 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
14909 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
14910 (antlr-font-lock-literal-face):
c4f6e489
GM
14911 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14912 (ebrowse-root-class-face, ebrowse-file-name-face)
14913 (ebrowse-default-face, ebrowse-member-attribute-face)
14914 (ebrowse-member-class-face, ebrowse-progress-face):
14915 * progmodes/make-mode.el (makefile-space-face):
14916 * progmodes/sh-script.el (sh-heredoc-face):
14917 * textmodes/flyspell.el (flyspell-incorrect-face)
14918 (flyspell-duplicate-face):
14919 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 14920 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
14921 Mark face aliases with "-face" suffix as obsolete.
14922
d80619fa
GM
14923 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
14924 compiler.
14925
5f68c1b7
GM
14926 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
14927 (eudc-bob-sound-menu): Use defvar rather than defconst, since
14928 easy-menu-define wants to modify these.
14929
14930 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
14931
14932 * net/browse-url.el (browse-url-file-url):
14933 * term/internal.el (dos-codepage-setup):
14934 Use default-value rather than default-enable-multibyte-characters.
14935
d80619fa 14936 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
14937 * progmodes/flymake.el (flymake-highlight-line)
14938 (flymake-goto-file-and-line, flymake-goto-line):
14939 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
14940 (gdb-goto-breakpoint):
14941 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14942 * progmodes/python.el (python-find-function)
14943 (python-pdbtrack-track-stack-file):
14944 * progmodes/verilog-mode.el (verilog-surelint-off):
14945 * term/ns-win.el (ns-open-file-select-line):
14946 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
14947 Use forward-line rather than goto-line.
14948
d63eb0e7
GM
14949 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
14950 * textmodes/reftex-index.el (reftex-display-index):
14951 * textmodes/reftex-ref.el (reftex-offer-label-menu):
14952 * textmodes/reftex-toc.el (reftex-toc):
14953 Remove unnecessary bindings of default-major-mode (all are followed by
14954 major-mode check and possible mode switch).
14955
0afad278
NR
149562009-08-31 Nick Roberts <nickrob@snap.net.nz>
14957
14958 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14959 Handle watchpoints (bug#4282).
14960 (def-gdb-thread-buffer-command): Enable thread to be selected by
14961 clicking without selecting threads buffer first.
14962 (gdb-current-context-command): Use selected frame so that "up",
14963 "down" etc work in the GUD buffer.
14964 (gdb-update): Find selected frame before rendering stack buffer.
14965 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
14966
4e135dd2
SM
149672009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
14968
14969 * progmodes/sym-comp.el (displayed-completions): Remove.
14970 (symbol-complete): Use minibuffer-complete.
14971
e61eba34
GM
149722009-08-31 Glenn Morris <rgm@gnu.org>
14973
14974 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
14975
734db384
SM
14976 * apropos.el (apropos-symbols-internal):
14977 Handle (obsolete) face aliases.
e61eba34
GM
14978
14979 * faces.el (describe-face): Adjust the output format to be more like
14980 describe-variable, and to mention (obsolete) face aliases.
14981 Adjust the whitespace so that help-setup-xref works.
14982
14983 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
14984 * calendar/diary-lib.el (diary-button-face):
14985 Mark these face aliases as obsolete.
14986
14987 * calendar/calendar.el (calendar-today): Doc fix.
14988
4cf71456
NR
149892009-08-31 Nick Roberts <nickrob@snap.net.nz>
14990
14991 * progmodes/gdb-mi.el (gdb-control-all-threads)
14992 (gdb-control-current-thread): Force tool bar update.
14993 (gdb-non-stop-handler): New function.
14994 (gdb-init-1): Use it to test if non-stop mode is supported.
14995 Remove unused gdbmi buffer type.
14996
e61eba34 149972009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
14998
14999 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 15000 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 15001
4324f7ca
NR
150022009-08-30 Nick Roberts <nickrob@snap.net.nz>
15003
15004 * comint.el (comint-exec-1): Check command is non-null first.
15005 Part of gdb-mi.el change (2009-08-28).
15006
a1bf889a
SM
150072009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
15008
15009 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
15010
060c08b5
JB
150112009-08-30 Juanma Barranquero <lekktu@gmail.com>
15012
15013 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
15014 instead of `dolist' to avoid a recursive require when bootstrapping.
15015
ab22be48
SM
150162009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
15017
73ebf88f
SM
15018 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
15019
80629cfc
SM
15020 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
15021
206d0387 15022 * net/imap.el (imap-send-command): Simplify.
734db384 15023 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 15024
844f7784
SM
15025 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
15026
5ca4661e
SM
15027 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
15028 with constant argument.
15029
c61dc887
SM
15030 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
15031
7eb73deb
SM
15032 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
15033
5fe443de
SM
15034 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
15035 Change default, since most of our files don't have a history.
15036 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
15037 the user.
15038
6444d64a
SM
15039 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15040 Add comint-run.
15041
5cb16bfc
SM
15042 * calc/calc.el: Improve commenting convention.
15043 (calc-digit-map, toplevel): Simplify.
15044
0aeb71a7
SM
15045 * comint.el (comint-insert-input): Be careful to only set point if we
15046 don't delegate to some other command.
15047
9a9af856
SM
15048 * proced.el (proced-signal-list): Make it an alist.
15049 (proced-grammar-alist): Capitalize names.
15050 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
15051 Disable undo manually and make it read-only.
15052 Use completion-annotate-function.
15053
ab22be48
SM
15054 * minibuffer.el (minibuffer-message): If the current buffer is not
15055 a minibuffer, insert the message in the echo area rather than at the
15056 end of the buffer.
15057 (completion-annotate-function): New variable.
15058 (minibuffer-completion-help): Use it.
15059 (completion--embedded-envvar-table): Environment vars are
15060 always case-sensitive.
15061
4a948dbf
GM
150622009-08-30 Glenn Morris <rgm@gnu.org>
15063
15064 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
15065 from fortran-current-defun.
15066 (fortran-beginning-of-subprogram): Be more precise about finding the
15067 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
15068 (fortran-end-of-subprogram): Simplify.
15069 (fortran-current-defun): Use fortran-start-prog-re.
15070
486cf3b8
JB
150712009-08-29 Juanma Barranquero <lekktu@gmail.com>
15072
15073 * subr.el (do-after-load-evaluation): Simplify.
15074
db167d28
DN
150752009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
15076
15077 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
15078
15079 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
15080 (vc-rcs-print-log): Use it.
15081
15082 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
15083
efbc652a
SM
150842009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
15085
2aa0e5bf
SM
15086 * paths.el (abbrev-file-name): Move to abbrev.el.
15087 * abbrev.el (abbrev-file-name): Move from paths.el.
15088 Obey user-emacs-directory.
15089 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
15090 user-emacs-directory.
15091 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
15092 abbrev-file-name and calc-settings-file any more.
15093 * startup.el (command-line): Recompute abbrev-file-name and
15094 abbreviated-home-dir.
15095 (normal-no-mouse-startup-screen): Improve the generic code and get rid
15096 of the special code for when C-h bindings haven't been changed.
15097 (display-startup-echo-area-message): Use with-current-buffer.
15098 (command-line-1): Use a list of strings, rather than a list of lists
15099 of strings for longopts.
15100
51da8fe2
SM
15101 * files.el (get-free-disk-space): Use / for default-directory.
15102
0c3cc4dd
SM
15103 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
15104 Use with-current-buffer.
15105
d988dbf6
SM
15106 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
15107 Recognize immutable variables like most-positive-fixnum.
15108 (byte-compile-setq-default): Check and warn if trying to assign
15109 to an immutable variable, or a non-variable.
15110
efbc652a
SM
15111 * progmodes/cc-vars.el (c-comment-continuation-stars):
15112 * progmodes/cc-engine.el (c-looking-at-bos):
15113 * progmodes/cc-cmds.el (c-toggle-auto-state)
15114 (c-forward-into-nomenclature, c-backward-into-nomenclature)
15115 (c-comment-line-break-function): Add version of obsolescence.
15116
d30a05d1
JL
151172009-08-28 Juri Linkov <juri@jurta.org>
15118
15119 * files.el (magic-fallback-mode-alist): Add ZIP magic number
15120 associated with `archive-mode'.
15121
15122 * image.el (image-type-header-regexps): Use only JPEG magic number
15123 to determine JPEG images, and don't use `image-jpeg-p' because
15124 Emacs can display non-JFIF non-Exif JPEG images.
15125
1e8eecea
JB
151262009-08-28 Juanma Barranquero <lekktu@gmail.com>
15127
15128 * arc-mode.el (archive-mode):
15129 * emacs-lisp/re-builder.el (re-builder-unload-function):
15130 Protect against the default value of `major-mode' being nil.
15131
dd4fbf56
JB
151322009-08-28 Juanma Barranquero <lekktu@gmail.com>
15133
15134 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
15135 Fix typos in docstrings.
15136
15137 * progmodes/js.el (js--macro-decl-re): Doc fix.
15138 (js--plain-method-re, js--split-name): Refloc docstring.
15139 (js--class-styles, js--make-merged-item, js--splice-into-items):
15140 Fix typos in docstrings; reflow docstrings.
15141 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
15142 (js--variable-decl-matcher, js--inside-pitem-p)
15143 (js--parse-state-at-point, js--get-all-known-symbols)
15144 (js--symbol-history, js-find-symbol, js--js-references)
15145 (js--moz-interactor, js--js-encode-value, js--read-tab):
15146 Fix typos in docstrings.
15147
72f16325
SM
151482009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15149
14acf2f5
SM
15150 * textmodes/reftex.el (reftex-get-file-buffer-force):
15151 * progmodes/verilog-mode.el (verilog-batch-execute-func):
15152 * emulation/viper.el (viper-go-away, viper-set-hooks):
15153 * emacs-lisp/re-builder.el (re-builder-unload-function):
15154 * emacs-lisp/bytecomp.el (byte-compile-file):
15155 * ses.el (ses-unload-function):
15156 * hexl.el (hexl-find-file):
15157 * files.el (normal-mode):
15158 * ehelp.el (with-electric-help):
15159 * autoinsert.el (auto-insert-alist):
15160 * arc-mode.el (archive-mode):
15161 Use (default-value 'major-mode) instead of default-major-mode.
15162
72f16325
SM
15163 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
15164 * international/mule.el (load-with-code-conversion):
15165 * emacs-lisp/debug.el (debug):
15166 * ediff-vers.el (ediff-rcs-get-output-buffer):
15167 * dired.el (dired-internal-noselect): Don't let-bind
15168 default-major-mode around code that doesn't use it.
15169 E.g. buffer creation via get-buffer-create doesn't use it.
15170
aa485f7c
MA
151712009-08-28 Michael Albinus <michael.albinus@gmx.de>
15172
15173 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
15174 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
15175 when writing the temp file. Otherwise, epa-file gets confused.
15176 (tramp-register-file-name-handlers): Make it a defun. Move also
15177 `epa-file-handler' to the front of `file-name-handler-alist'.
15178
151792009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15180
15181 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
15182 start right after a ^M.
15183 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
15184 (tramp-completion-file-name-regexp-separate)
15185 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
15186 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
15187 Don't modify last-coding-system-used by accident.
aa485f7c
MA
15188 (tramp-completion-file-name-handler): Apply the checks here,
15189 instead during registration.
48c2d18a 15190 (tramp-register-file-name-handlers): Renamed from
aa485f7c
MA
15191 `tramp-register-file-name-handler'. Register both
15192 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 15193 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 15194
3f0c2b92
NR
151952009-08-28 Nick Roberts <nickrob@snap.net.nz>
15196
72f16325
SM
15197 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
15198 Remove variable ...
3f0c2b92
NR
15199 (gdb-init-1, gdb-display-separate-io-buffer)
15200 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
15201 references to it.
15202 (gdb-inferior-io-mode): Use make-comint-in-buffer.
15203 (gdb-inferior-filter): Use comint-output-filter to stop
15204 echoing and remove ^M characters.
15205
705e5bd9
SM
152062009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15207
009fdc2e
SM
15208 * emulation/viper-init.el (viper-restore-cursor-type):
15209 * emulation/cua-base.el (cua--update-indications):
15210 Replace default-cursor-type with (default-value 'cursor-type).
15211
b56a5ae0
SM
15212 * mail/sendmail.el (mail-recover-1):
15213 * international/mule-diag.el (describe-current-coding-system-briefly)
15214 (describe-current-coding-system):
15215 * international/mule-cmds.el (select-safe-coding-system)
15216 (select-message-coding-system)
15217 (set-language-environment-coding-systems, set-locale-environment):
15218 * hexl.el (hexl-insert-multibyte-char):
15219 * dos-w32.el (find-buffer-file-type-coding-system):
15220 * simple.el (what-cursor-position):
15221 Replace uses of default-buffer-file-coding-system
15222 with (default-value 'buffer-file-coding-system).
15223
de70529f
SM
15224 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
15225 Replace uses of default-cursor-in-non-selected-windows
15226 with (default-value 'cursor-in-non-selected-windows).
15227 Use with-current-buffer.
15228
705e5bd9
SM
15229 * mail/feedmail.el: Use CL macros.
15230 (feedmail-run-the-queue, feedmail-send-it-immediately):
15231 * dos-w32.el (find-buffer-file-type): Replace uses of
15232 default-buffer-file-type with (default-value 'buffer-file-type).
15233
4d985ac2
GM
152342009-08-28 Glenn Morris <rgm@gnu.org>
15235
15236 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
15237 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
15238 Use default-value of major-mode rather than default-major-mode.
15239
17c15b81
SM
152402009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
15241
3a68ab06
SM
15242 * Makefile.in (update-elcfiles): Report left over elc files.
15243
9421bdd1
SM
15244 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
15245 expand-file-name and with-current-buffer.
15246 (mail-get-names, mail-directory): Use with-current-buffer.
15247
17c15b81
SM
15248 * vc.el (vc-read-revision): New function.
15249 (vc-version-diff, vc-merge): Use it.
15250
ba83a64e
SS
152512009-08-27 Sam Steingold <sds@gnu.org>
15252
15253 * simple.el (kill-do-not-save-duplicates): New user option.
15254 (kill-new): When it is non-nil, and the new string is the same as
15255 the latest kill, set replace to t to avoid duplicates in kill-ring.
15256
be3e598a 152572009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
15258
15259 * net/tramp.el (tramp-handle-process-file): Do not flush all
15260 caches when `process-file-side-effects' is set.
15261 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
15262 instead of `tramp-find-file-exists-command'.
15263 Unset `process-file-side-effects'.
d5b5c94a
MA
15264
152652009-08-27 Michael Albinus <michael.albinus@gmx.de>
15266
15267 * net/tramp.el (tramp-methods): New method "rsyncc".
15268 (top): Add completion function for "rsyncc".
15269 (tramp-message-show-message): New defvar.
15270 (tramp-message, tramp-error): Use it.
15271 (tramp-do-copy-or-rename-file-directly): Extend check for direct
15272 remote copying.
15273 (tramp-do-copy-or-rename-file-out-of-band): Handle new
15274 `tramp-methods' entry `copy-env' of "rsyncc".
15275 (tramp-vc-registered-read-file-names): New defconst.
15276 (tramp-vc-registered-file-names): New defvar.
15277 (tramp-handle-vc-registered): Implement optimization strategy.
15278 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
15279 (tramp-vc-file-name-handler): New defun.
15280 (tramp-get-ls-command, tramp-get-test-command)
15281 (tramp-get-file-exists-command, tramp-get-remote-ln)
15282 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 15283 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
15284
15285 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
15286 (tramp-cache-inhibit-cache): Extend doc string. It allows also
15287 timestamps.
15288 (tramp-get-file-property): Check for timestamps in
15289 `tramp-cache-inhibit-cache'.
15290 (tramp-set-file-property): Write timestamp.
15291
1339cf20
KH
152922009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15293
15294 * language/japan-util.el (japanese-symbol-table): Add entries for
15295 cp932-2-byte.
15296
15297 * international/characters.el: Add category `j' to cp932-2-byte.
15298
726e3f1d
KH
152992009-08-27 Kenichi Handa <handa@m17n.org>
15300
15301 * international/fontset.el (build-default-fontset-data): New macro.
15302 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 15303 tibetan, ethiopic, and ipa.
726e3f1d 15304
4e3b4528
SM
153052009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
15306
15307 * cus-start.el (default-major-mode): Customize `major-mode' instead.
15308 (enable-multibyte-characters): Not customizable any more.
15309
15310 * subr.el (default-mode-line-format, default-header-line-format)
15311 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
15312 (default-direction-reversed, default-truncate-lines)
15313 (default-left-margin, default-tab-width, default-case-fold-search)
15314 (default-left-margin-width, default-right-margin-width)
15315 (default-left-fringe-width, default-right-fringe-width)
15316 (default-fringes-outside-margins, default-scroll-bar-width)
15317 (default-vertical-scroll-bar, default-indicate-empty-lines)
15318 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
15319 (default-fringe-cursor-alist, default-scroll-up-aggressively)
15320 (default-scroll-down-aggressively, default-fill-column)
15321 (default-cursor-type, default-buffer-file-type)
15322 (default-cursor-in-non-selected-windows)
15323 (default-buffer-file-coding-system, default-major-mode)
15324 (default-enable-multibyte-characters): Mark as obsolete.
15325
b3cca6a6
DN
153262009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
15327
652cc1a2
DN
15328 * vc-dir.el (vc-dir-update): Remove debug helper.
15329
b3cca6a6
DN
15330 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
15331
4ed8c7aa
SS
153322009-08-26 Sam Steingold <sds@gnu.org>
15333
15334 * simple.el (save-interprogram-paste-before-kill): New user option.
15335 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
15336 save the interprogram-paste into kill-ring before overriding it
15337 with the Emacs kill.
15338
3b64d86b
DN
153392009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
15340
15341 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
15342 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
15343 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
15344 and move to vc-rcs.el.
15345 (vc-default-next-revision): Rename to vc-rcs-next-revision and
15346 move to vc-rcs.el.
15347 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
15348 (vc-rcs-update-changelog): Remove.
15349 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
15350 and move to vc-rcs.el.
15351
15352 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
15353 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
15354 renaming.
15355 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 15356 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
15357 vc.el, renamed to be RCS specific.
15358
72f16325
SM
15359 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
15360 New functions.
15361 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
15362
15363 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
15364 New functions.
15365
636a36a0
SM
153662009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
15367
15368 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
15369
239b3340
DN
153702009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
15371
b91f0762 15372 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
15373 (vc-git-stash, vc-git-stash-show): New functions.
15374 (vc-git-extra-menu-map): Bind them.
b91f0762 15375
b8e54362
DN
15376 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
15377 directory correctly in case the item is a directory itself.
15378
239b3340
DN
15379 * vc.el: Document the desired behavior for reverted files in the
15380 `added' state.
dc810649
DN
15381 (vc-default-prettify-state-info): Remove function, unused.
15382
15383 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 15384
e49c0179
GM
153852009-08-26 Glenn Morris <rgm@gnu.org>
15386
15387 * bindings.el (standard-mode-line-format): Reposition dashes in
15388 which-func entry. (Bug#4217)
15389
3029e594
GM
15390 * files.el (enable-local-variables, enable-local-eval)
15391 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
15392 the defcustoms.
15393 (auto-mode-alist, ignored-local-variables)
15394 (save-some-buffers-action-alist): Move risky declarations to the
15395 definitions.
15396 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
15397 (font-lock-defaults, format-alist, imenu--index-alist)
15398 (imenu-generic-expression, input-method-alist, minor-mode-alist)
15399 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
15400 (mode-line-modified, mode-line-mule-info, mode-line-position)
15401 (mode-line-process, mode-line-remote, outline-level)
15402 (parse-time-rules, rmail-output-file-alist)
15403 (special-display-buffer-names, vc-mode):
15404 Move risky declarations to the relevant files.
72f16325
SM
15405 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
15406 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
15407 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
15408 * font-core.el (font-lock-defaults):
15409 * format.el (format-alist):
15410 * vc-hooks.el (vc-mode):
15411 * window.el (special-display-buffer-names):
15412 * international/mule-cmds.el (input-method-alist):
15413 Define riskiness here (dumped file) rather than in files.el.
15414 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
15415 * imenu.el (imenu-generic-expression, imenu--index-alist):
15416 * outline.el (outline-level):
15417 * time.el (display-time-string):
15418 * calendar/parse-time.el (parse-time-rules):
15419 * mail/rmailout.el (rmail-output-file-alist):
15420 Autoload riskiness here, rather than placing in files.el.
15421
8476cfaf
SM
154222009-08-26 Andreas Schwab <schwab@linux-m68k.org>
15423
15424 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
15425
0b35b48e
MA
154262009-08-25 Michael Albinus <michael.albinus@gmx.de>
15427
15428 * simple.el (process-file-side-effects): New defvar.
15429
15430 * dired-aux.el (dired-show-file-type):
15431 * vc.el (vc-diff-internal):
15432 * vc-arch.el (vc-arch-diff):
15433 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
15434 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
15435 * vc-git.el (vc-git-registered, vc-git-working-revision)
15436 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
15437 (vc-git--empty-db-p):
15438 * vc-hooks.el (vc-user-login-name):
15439 * vc-svn.el (vc-svn-registered, vc-svn-state)
15440 (vc-svn-dir-extra-headers, vc-svn-find-revision):
15441 * progmodes/grep.el (grep-probe): Let-bind
15442 `process-file-side-effects' with nil.
15443
15444 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
15445
15446 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
15447 daemon. Replace ping by checking for running service for bluez
15448 and zeroconf. (Bug#4239)
15449
d54cc599
GM
154502009-08-25 Kevin Ryde <user42@zip.com.au>
15451
15452 * net/dig.el (dig): Add autoload cookie.
15453
7bfd055d
GM
154542009-08-25 Glenn Morris <rgm@gnu.org>
15455
bac9c66c
GM
15456 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
15457 load-history for absolute file-names.
15458 (byte-compile-file-form-require): Warn about use of the cl package.
15459
7bfd055d
GM
15460 * format.el (format-alist): Doc fix.
15461
5ac1f9e0
GM
15462 * play/bubbles.el (top-level): Don't require cl at run-time.
15463
af62aa88
GM
15464 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
15465 run-time cl).
15466
71e036af
DD
154672009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
15468
15469 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
15470 from cl package.
15471 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
15472
42110eaf
JB
154732009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
15474
15475 * calc/calc-alg.el (math-trig-rewrite)
15476 (math-hyperbolic-trig-rewrite): New functions.
15477 (calc-simplify): Simplify trig functions when asked.
15478
88421f3e
SM
154792009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15480
15481 * diff-mode.el (diff-find-source-location): Avoid goto-line.
15482
dbd9624e
KH
154832009-08-24 Kenichi Handa <handa@m17n.org>
15484
15485 * language/ind-util.el (mapthread): Delete it.
15486 (combinatorial): New function.
15487 (indian--puthash-cv): Use combinatorial instead of mapthread.
15488
9b89e3ee
GM
154892009-08-22 Kevin Ryde <user42@zip.com.au>
15490
15491 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
15492 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
15493 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
15494 Clarify docstring that the value is strings not symbols.
15495 (checkdoc-list-of-strings-p): New function.
15496
e6ce8c42
GM
154972009-08-22 Glenn Morris <rgm@gnu.org>
15498
2ddf2ea6 15499 * files.el (auto-mode-alist):
a3374680
GM
15500 * hippie-exp.el (he-concat-directory-file-name):
15501 * lpr.el (lpr-windows-system, printer-name):
15502 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
15503 * ps-print.el (ps-windows-system):
15504 * startup.el (command-line):
15505 * emulation/viper-ex.el (viper-glob-function):
15506 * international/mule-cmds.el (set-language-environment-coding-systems):
15507 * net/ange-ftp.el (ange-ftp-write-region):
15508 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 15509 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
15510 unisoft-unix, vax-vms, win32, w32.
15511
977955fa
GM
15512 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
15513 given name if the pattern is not more specific.
15514
b4deec2e
GM
15515 * calendar/lunar.el (lunar-phase-names): New option.
15516 (lunar-phase): Doc fix.
15517 (lunar-cycles-per-year): New constant.
15518 (lunar-index): New function.
15519 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
15520 (lunar-phase-name): Use lunar-phase-names.
15521 (calendar-lunar-phases): Use format.
15522 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
15523
47e83968
GM
15524 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
15525 Copy imenu-example--name-and-position function here for own use.
15526 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
15527
e6ce8c42
GM
15528 * bs.el (bs--redisplay):
15529 * cus-edit.el (custom-redraw):
15530 * ibuffer.el (ibuffer-bury-buffer):
15531 * server.el (server-goto-line-column):
15532 * startup.el (command-line-1):
15533 * strokes.el (strokes-xpm-for-stroke):
15534 * term.el (term-display-buffer-line):
15535 * view.el (View-goto-line):
15536 * calc/calc.el (calc-do, calc-trail-buffer):
15537 * play/gamegrid.el (gamegrid-add-score-insecure):
15538 * progmodes/ada-mode.el (ada-compile-goto-error):
15539 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
15540 (ebrowse-select-1st-to-9nth):
47e83968 15541 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
15542 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
15543 * progmodes/gud.el (gud-display-line):
15544 (idlwave-shell-display-line):
15545 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
15546 * progmodes/make-mode.el (makefile-browser-toggle):
15547 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
15548 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
15549 * textmodes/picture.el (picture-draw-rectangle):
15550 * textmodes/reftex-index.el (reftex-index-goto-letter):
15551 (reftex-select-jump-to-previous):
15552 * textmodes/reftex-sel.el (reftex-find-start-point)
15553 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
15554 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
15555 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
15556 * textmodes/tex-mode.el (tex-compilation-parse-errors):
15557 * textmodes/two-column.el (2C-associated-buffer):
15558 Use forward-line rather than goto-line.
15559
15560 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
15561 goto-line.
15562
4b18bdb3
GM
15563 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
15564 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
15565 (quick-check-list-to-regexp): Declare.
e6ce8c42 15566
72f16325
SM
15567 * progmodes/make-mode.el (makefile-browser-insert-selection):
15568 Use goto-char rather than goto-line.
e6ce8c42
GM
15569
15570 * progmodes/prolog.el (compilation-error-regexp-alist)
15571 (compilation-forget-errors): Declare.
15572
32a2cf25
JL
155732009-08-22 Juri Linkov <juri@jurta.org>
15574
15575 * progmodes/grep.el (lgrep, rgrep): At the beginning
15576 set `dir' to `default-directory' unless `dir' is a non-nil
15577 readable directory. (Bug#4052)
15578 (lgrep, rgrep): Change a weird way to report an error
15579 from using `read-string' to using `error'.
15580 Instead of using interactive arguments in the function body,
15581 add new argument `confirm'.
15582
5443c9b7
SM
155832009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
15584
cb5b40ee
SM
15585 * textmodes/remember.el (remember-buffer):
15586 * progmodes/cperl-mode.el (cperl-vc-header-alist):
15587 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
15588 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
15589 * net/newst-treeview.el (newsticker-groups-filename):
15590 * net/newst-backend.el (newsticker-cache-filename):
15591 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
15592 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
15593 (speedbar-add-ignored-path-regexp, speedbar-line-path)
15594 (speedbar-buffers-line-path, speedbar-path-line)
15595 (speedbar-buffers-line-path):
15596 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
15597 (epg-sign-keys):
15598 * epa.el (epa-display-verify-result):
15599 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
15600
d6261cc1
GM
156012009-08-21 Glenn Morris <rgm@gnu.org>
15602
3e1ea342
GM
15603 * progmodes/js.el (inferior-moz-process): Fix declaration.
15604
ce86eeb5
GM
15605 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
15606
fff28970
GM
15607 * obsolete/rnewspost.el (news-mail-reply):
15608 Use goto-char rather than goto-line.
15609
d93e053b
GM
15610 * term/ns-win.el (ns-open-file-select-line):
15611 Use line-beginning-position rather than goto-line.
15612
d5d105e8
GM
15613 * apropos.el (apropos-command):
15614 * ehelp.el (electric-helpify):
15615 * printing.el (pr-show-setup):
15616 * strokes.el (strokes-help):
15617 * tutorial.el (tutorial--describe-nonstandard-key)
15618 (tutorial--detailed-help):
15619 * woman.el (woman-mini-help, woman-display-extended-fonts):
15620 * calc/calc-help.el (calc-describe-key):
15621 * emulation/edt.el (edt-electric-helpify):
15622 * international/mule-diag.el (mule-diag):
15623 * play/yow.el (apropos-zippy):
15624 * progmodes/python.el (python-describe-symbol):
15625 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
15626 * textmodes/table.el (*table--cell-describe-mode)
15627 (*table--cell-describe-bindings):
15628 Use help-print-return-message rather than the now obsolete alias.
15629
a8ab722f 15630 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
15631 (calendar-cursor-to-visible-date):
15632 * play/5x5.el (5x5-position-cursor):
15633 * play/decipher.el (decipher):
15634 * play/gomoku.el (gomoku-goto-xy):
15635 * play/landmark.el (lm-goto-xy):
15636 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
15637 (mpuz-paint-digit):
15638 Use forward-line, not goto-line.
a8ab722f 15639
d6261cc1
GM
15640 * mail/rmail.el (rmail-obsolete): Delete custom group.
15641 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
15642 (rmail-remote-password, rmail-remote-password-required):
15643 Remove unneeded :set-after and :set properties.
15644
9e846523
MA
156452009-08-21 Michael Albinus <michael.albinus@gmx.de>
15646
15647 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
15648
bbe1f502
DN
156492009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
15650
bcc5db24
DN
15651 * loadup.el: Remove leftover macos code.
15652
bbe1f502
DN
15653 * vc-git.el (vc-git-annotate-command): Run asynchronously.
15654 Explicitly pass the date format to git blame so that user local
15655 so that the output format can be parsed.
15656
6fd2d19a
MA
156572009-08-20 Michael Albinus <michael.albinus@gmx.de>
15658
15659 * net/dbus.el (top): Don't check for (getenv
15660 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
15661
31764e15
SM
156622009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
15663
15664 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 15665 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 15666
28930e39
SM
156672009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15668
4fd15622 15669 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 15670 Bug#3287
4fd15622 15671
b3d8e4a0
SM
15672 * help.el (help-print-return-message): Rename from
15673 print-help-return-message.
15674
c9829c70
SM
15675 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
15676 cvs-mode-map parent hack.
15677 (log-view-mode): Derive from special-mode.
15678
b932657b
SM
15679 * linum.el (linum-mode): window-size-change-functions is redundant.
15680 Adapt to new window-configuration-change-hook behavior.
15681 (linum-after-size, linum-after-config): Remove.
15682
1b700bca
SM
15683 * imenu.el (imenu-example--name-and-position)
15684 (imenu-example--lisp-extract-index-name)
15685 (imenu-example--create-lisp-index, imenu-example--create-c-index):
15686 Mark as obsolete.
15687
28930e39
SM
15688 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
15689 (inferior-prolog-mode): Use it.
15690 (inferior-prolog-load-file): Reset list of errors.
15691
c9af0b68
KH
156922009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15693
15694 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
15695
15696 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
15697
720c7cd6
MA
156982009-08-19 Michael Albinus <michael.albinus@gmx.de>
15699
15700 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
15701 is running already.
15702
03a74b84
SM
157032009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15704
15705 * subr.el (listify-key-sequence-1): Use normal syntax since those
15706 integers are nowadays always represented by the same (positive) number
15707 on all platforms.
15708 (read-key-empty-map): New const.
15709 (read-key-delay): New var.
15710 (read-key): New function.
15711 (force-mode-line-update): Use with-current-buffer.
15712 (locate-user-emacs-file): Don't forget to abbreviate the file name.
15713 (start-process-shell-command, start-file-process-shell-command):
15714 Discourage the use of command-args.
15715
f43e88d4
GM
157162009-08-19 Glenn Morris <rgm@gnu.org>
15717
15718 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
15719
890429cc
SM
157202009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15721
85be9ec4
SM
15722 * simple.el (choose-completion-string): Don't rely on
15723 minibuffer-completing-file-name and ad-hoc checks to decide whether
15724 to continue completion or not.
15725
890429cc
SM
15726 * minibuffer.el (minibuffer-hide-completions): New function.
15727 (completion--do-completion): Use it.
15728 (completions-annotations): New face.
15729 (completion--insert-strings): Use it.
15730 (completion-pcm--delim-wild-regex): Add docstring.
15731 (completion-pcm--string->pattern): Add support for 0-width delimiters
15732 in completion-pcm--delim-wild-regex.
15733
265d4549
SM
157342009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
15735
d440b941
SM
15736 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
15737 Remove unused var `buffer-modified-p'.
15738
265d4549
SM
15739 * minibuffer.el (completion--do-completion): Move point for the #b001
15740 case as well (bug#4176).
15741 (minibuffer-complete, minibuffer-complete-word): Don't move point.
15742
ba6f7d86
MA
157432009-08-18 Michael Albinus <michael.albinus@gmx.de>
15744
15745 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
15746 and :session buses.
15747
98819490
KH
157482009-08-18 Kenichi Handa <handa@m17n.org>
15749
265d4549
SM
15750 * international/ucs-normalize.el (ucs-normalize-version):
15751 Change to 1.1.
58627cf0
KH
15752 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
15753 (utf-8-hfs): Make it perform normalization on encoding too.
15754
98819490
KH
15755 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
15756 (sentence-end-without-space): Delete duplicated chars.
15757 (sentence-end-base): Likewise.
e739cc85
KH
15758
15759 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
15760 (html-mode): Delete duplicated chars from sentence-end-base.
15761
15762 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
15763 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 15764
645b9326
CY
157652009-08-17 Chong Yidong <cyd@stupidchicken.com>
15766
15767 * files.el (hack-one-local-variable): If the mode function is for
15768 a minor mode, pass it an argument (Bug#4148).
15769
56c195af
MA
157702009-08-17 Michael Albinus <michael.albinus@gmx.de>
15771
15772 * net/tramp.el (tramp-register-completion-file-name-handler):
15773 Check also for (member 'partial-completion completion-styles).
15774
7a55c78b
CY
157752009-08-16 Chong Yidong <cyd@stupidchicken.com>
15776
15777 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
15778 abbrev (Bug#3943).
15779
be3e598a 157802009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
15781
15782 * progmodes/cperl-mode.el: Merge upstream 6.2.
15783 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
15784 (cperl-forward-re): Check cperl-brace-recursing.
15785 (cperl-highlight-charclass): New function.
15786 (cperl-find-pods-heres): Use it.
31cd2dd4 15787 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 15788 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 15789 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
15790 (cperl-beautify-level): Don't process entire regexp.
15791 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
15792 calling man.
15793 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
15794 (cperl-init-faces): Build a list in the normal way.
15795
81b1f9c9
CY
157962009-08-16 Chong Yidong <cyd@stupidchicken.com>
15797
15798 * calendar/parse-time.el (parse-time-string-chars): Save match
15799 data.
15800
c3732cb8
SM
158012009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
15802
55659495
SM
15803 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
15804 (sql-product): Use it.
15805 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
15806 (sql-set-product): Add completion.
15807 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
15808 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
15809 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
15810 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
15811 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
15812 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
15813 (sql-highlight-db2-keywords): Remove.
15814 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
15815 (sql-highlight-product): Use derived-mode-p.
15816 (sql-set-sqli-buffer): Use with-current-buffer.
15817 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
15818 Simplify.
15819
1ae79427
SM
15820 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
15821
c3732cb8
SM
15822 * term.el: Fix commenting convention, turn comments into docstrings.
15823
f24b8bf3
CY
158242009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
15825
15826 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
15827
7b6fefac 158282009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 15829
1200ac26 15830 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
15831 character classes, to handle non-ascii characters (Bug#3190).
15832
158332009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 15834
1abbe4e5
CY
15835 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
15836 another heredoc if the user adds another < (Bug#3226).
15837
c3732cb8
SM
15838 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15839 Don't initialize based on window-system (Bug#4124).
19261da4 15840
daad00fc
CY
15841 * facemenu.el (facemenu-read-color): Use a completion function
15842 that accepts any defined color, such as RGB triplets (Bug#3677).
15843
e1bdde78
CY
15844 * files.el (get-free-disk-space): Change fallback default
15845 directory to /. Expand DIR argument before switching to fallback.
15846 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
15847
9d73a99e
CY
158482009-08-15 Chong Yidong <cyd@stupidchicken.com>
15849
15850 * files.el (load-library): Doc fix.
15851
68b962d4 158522009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 15853
953e0c1a 15854 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 15855 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 15856 incremental search string.
9d73a99e 15857
c3732cb8 15858 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 15859 XEmacs.
9d73a99e 15860
c3732cb8
SM
15861 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
15862 (ediff-merge-region-is-non-clash)
15863 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 15864 Also check if the job is really a merge job.
9d73a99e 15865
c3732cb8 15866 * ediff.el (ediff-current-file): New function.
9d73a99e 15867
2e330adc
CY
158682009-08-15 Chong Yidong <cyd@stupidchicken.com>
15869
15870 * progmodes/js.el: Edit docstrings throughout to follow Emacs
15871 conventions.
c3732cb8 15872 (js-insert-and-indent): Delete function.
2e330adc
CY
15873 (js-mode-map): Don't bind keys to js-insert-and-indent.
15874 (js-beginning-of-defun): Rename from js--beginning-of-defun.
15875 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 15876 (js-auto-indent-flag): Delete variable.
2e330adc 15877
17b5d0f7
CY
158782009-08-14 Chong Yidong <cyd@stupidchicken.com>
15879
c3732cb8
SM
15880 * progmodes/js.el: Remove proclaim statement.
15881 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 15882
ba2d8894
CY
15883 * files.el (auto-mode-alist): Use js-mode for .js files.
15884
c3732cb8 15885 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
15886
15887 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
15888
15889 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
15890
c3732cb8 15891 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
15892
158932009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 15894 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
15895
15896 * progmodes/js.el: New file.
15897
b6377f1d
MH
158982009-08-14 Mark A. Hershberger <mah@everybody.org>
15899
15900 * timezone.el (timezone-parse-date): Add ability to understand ISO
15901 basic format (minimal separators) dates in addition to the
15902 already-supported extended format dates.
15903
bc0eef46
EZ
159042009-08-14 Eli Zaretskii <eliz@gnu.org>
15905
4e021e65
EZ
15906 * international/ucs-normalize.el: Add a `coding' file variable.
15907
bc0eef46
EZ
15908 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
15909
53dab179
SS
159102009-08-14 Sam Steingold <sds@gnu.org>
15911
6801c38a 15912 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 15913
6c58c39c
CY
159142009-08-13 Chong Yidong <cyd@stupidchicken.com>
15915
15916 * faces.el (help-argument-name): Define it here instead of
15917 help-fns.el, because in daemon mode help-fns.el may be loaded when
15918 faces are still uninitialized (Bug#1078).
15919
15920 * help-fns.el (help-argument-name): Move defface to faces.el.
15921
c7baf7e9
NR
159222009-08-13 Nick Roberts <nickrob@snap.net.nz>
15923
15924 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
15925 create buffer with a pty but no process so that GDB can make the
15926 inferior the controlling process.
15927
9c40e995 159282009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
15929
15930 * international/ucs-normalize.el: New file.
15931
8cdba32b
RS
159322009-08-13 Richard Stallman <rms@gnu.org>
15933
5c950923
RS
15934 * mail/rmail.el (rmail-get-attr-names):
15935 Accept an attribute header that is too short.
15936
76e1e40b
RS
15937 * mail/rmail.el (rmail-forget-messages):
15938 Ignore nil elt in rmail-message-vector. Use dotimes.
15939
1fc01b08
RS
15940 * progmodes/compile.el (compilation-goto-locus):
15941 Use next-error-move-function.
15942
8cdba32b
RS
15943 * simple.el (next-error-move-function): New variable.
15944
99910cf4
JL
159452009-08-12 Juri Linkov <juri@jurta.org>
15946
15947 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
15948 always non-nil. (Bug#4052)
15949
15950 * replace.el (read-regexp): Return empty string when
15951 `default-value' is nil.
15952 (keep-lines-read-args): Don't use empty string as the
15953 default value for `read-regexp'. (Bug#2495)
15954
fc5bdf6c
JL
159552009-08-12 Juri Linkov <juri@jurta.org>
15956
15957 * international/mule-cmds.el (ucs-insert): Change arguments
15958 from `arg' to `character', `count', `inherit' to be the same
15959 as in `insert-char'. Doc fix. (Bug#4039)
15960
15961 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
15962
77748848
JL
159632009-08-12 Juri Linkov <juri@jurta.org>
15964
15965 * files-x.el: New file.
15966
15967 * files.el: Move code that deals with adding/deleting
15968 file/directory-local variables to files-x.el.
15969
15970 * Makefile.in (ELCFILES): Add files-x.elc.
15971
c8a44c4e
DD
159722009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
15973
27a9fd5a
DD
15974 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
15975 to use `goto-line'.
15976 (gdb-place-breakpoints, gdb-get-location): Rewritten without
15977 `goto-line'.
15978 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 15979 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 15980 threads list.
107ef54a 15981 (gdb): Send -target-detach when buffer is killed (Bug#3794).
cf6e27cf
DD
15982 (gdb-starting): Moved -data-list-register-names...
15983 (gdb-stopped): ...here so it's sent when first thread stops.
15984 (gdb-registers-handler-custom): Do nothing if register names are
15985 unknown yet.
27a9fd5a 15986
c8a44c4e
DD
15987 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
15988 from `gdb-mi.el' to avoid extra tangling.
15989
15990 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 15991 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
15992 (gdb-update-gud-running): No extra fuss for updating frame number.
15993
dfd4e693
SM
159942009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
15995
51c4341f
SM
15996 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
15997 (describe-language-environment-map, setup-language-environment-map)
15998 (set-coding-system-map): Move initialization into declaration.
15999 (set-language-info-alist): Last arg to define-key-after can be skipped.
16000
16001 * international/quail.el (quail-completion-1): Simplify.
16002 (quail-define-rules): Use slightly more compact code.
16003 (quail-insert-decode-map): Propertize keys, compact columns.
16004
dfd4e693
SM
16005 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16006 Add goto-line.
16007
83326559
MB
160082009-08-10 Miles Bader <miles@gnu.org>
16009
16010 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
16011 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
16012 (js2-instance-member, js2-private-member, js2-private-function-call)
16013 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
16014 (js2-magic-paren, js2-external-variable):
16015 Remove "-face" suffix from face names.
16016 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
16017 (js2-highlight-undeclared-vars, js2-peek-token)
16018 (js2-parse-function-params, js2-mode-show-errors)
16019 (js2-mode-show-warnings, js2-make-magic-delimiter)
16020 (js2-mode-highlight-magic-parens): Update to use new face names.
16021
8e754ea2
MA
160222009-08-09 Michael Albinus <michael.albinus@gmx.de>
16023
16024 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
16025 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
16026
1c292fc7
CY
160272009-08-09 Chong Yidong <cyd@stupidchicken.com>
16028
18d433a7
CY
16029 * subr.el: Provide hashtable-print-readable.
16030
1c292fc7
CY
16031 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
16032 hs-c-like-adjust-block-beginning.
16033 (hs-hide-block-at-point): Stop hiding at the beginning of
16034 hs-block-end-regexp (Bug#700).
16035
2db0ae07
DD
160362009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
16037
16038 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
16039 a macro.
16040 (gdb-registers-handler-custom): Do not fail when register names
16041 are unavailable.
16042
fe4740a6
DD
160432009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
16044
16045 * progmodes/gdb-mi.el (gdb-control-all-threads)
16046 (gdb-control-current-thread): Interactive setters for
16047 `gdb-gud-control-all-threads' to use in menu.
16048 (gdb-show-run-p): Show «Go» when process is not active.
7b6fefac 16049 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
fe4740a6
DD
16050 gud/thread.xpm and gud/all.xpm.
16051
ce299d55
CY
160522009-08-08 Yoni Rabkin <yoni@rabkins.net>
16053
16054 * net/net-utils.el (net-utils-font-lock-keywords): New var.
16055 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
16056 (net-utils-mode): New mode for viewing diagnostic network output.
16057 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
16058 (net-utils-run-simple): New function.
16059 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 16060
7c4654ad
DD
160612009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
16062
16063 * progmodes/gdb-mi.el (gdb-read-memory-custom)
16064 (gdb-memory-set-address, def-gdb-set-positive-number)
16065 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
16066 after changing settings.
16067 (gdb-invalidate-disassembly): Update when first shown.
16068 (gdb-edit-locals-value): Fixed.
16069 (gdb-registers-handler-custom): Print registers in right order and
16070 allow changing register values (only for current thread yet).
9cbac26b
DD
16071 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
16072 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
16073 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
16074 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
16075 info in mode name.
16076 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 16077
0f25a277
EZ
160782009-08-08 Eli Zaretskii <eliz@gnu.org>
16079
16080 * mail/rmail.el (rmail-add-mbox-headers)
16081 (rmail-set-message-counters-counter): Search for
16082 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
16083
b971be60
GM
160842009-08-08 Glenn Morris <rgm@gnu.org>
16085
16086 * Makefile.in (ELCFILES): Update.
16087
a35d3ad8
EZ
160882009-08-07 Eli Zaretskii <eliz@gnu.org>
16089
60c2df40
EZ
16090 * mail/sendmail.el (mail-yank-original): Set
16091 buffer-file-coding-system from the one used by the message whose
16092 text is yanked.
16093
8b0bcc2e
EZ
16094 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
16095 to "windows" when "pgnuplot" is used.
16096 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
16097 call accept-process-output if "pgnuplot" is used.
16098 (calc-graph-init): Don't send -display and -geometry to
16099 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
16100 running "pgnuplot -V" with shell-command-to-string.
16101
16102 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
16103 the default.
16104
161052009-08-07 Eli Zaretskii <eliz@gnu.org>
16106
16107 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
16108 org/org-latex.elc.
16109
3bca7ca5
DN
161102009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
16111
3c53763c
DN
16112 * vc-dispatcher.el (vc-resynch-window): Update comment.
16113
3bca7ca5
DN
16114 * term.el (term-handle-ansi-escape): Add comments with the
16115 terminfo capabilities implemented.
16116
7b217360
DD
161172009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
16118
16119 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
16120 (gdb-var-create-handler): Rewritten using JSON parser.
16121 (gdb-propertize-header): Moved earlier.
16122 (gdb-set-header): Removed to avoid duplication.
16123 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
16124 Refresh disassembly buffers only after threads list have been
16125 update.
16126 (gdb-threads-header, gdb-registers-header): Per-buffer header line
16127 variables.
16128
b4d84ecf
JL
161292009-08-04 Juri Linkov <juri@jurta.org>
16130
16131 * files.el: Commands to add/delete file/directory-local variables.
16132 (read-file-local-variable, read-file-local-variable-value)
16133 (read-file-local-variable-mode, modify-file-local-variable)
16134 (modify-file-local-variable-prop-line)
16135 (modify-dir-local-variable): New functions.
16136 (add-file-local-variable, delete-file-local-variable)
16137 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
16138 (add-dir-local-variable, delete-dir-local-variable)
16139 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
16140 (copy-dir-locals-to-file-locals-prop-line): New commands.
16141
42da39c1
CY
161422009-08-04 Chong Yidong <cyd@stupidchicken.com>
16143
16144 * abbrev.el (insert-abbrev-table-description): Prettify output.
16145 Suggested by Karl Chen.
16146
98bf8494
DD
161472009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
16148
78b9fb28 16149 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 16150 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
16151 (gdb-overlay-arrow-position, gdb-thread-position)
16152 (gdb-disassembly-position): Declare variables.
16153 (gdb-wait-for-pending): Function now.
16154 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
16155 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
16156 compilation goes smoothly.
16157 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
16158 (gdb-non-stop-setting): New customization setting which replaces
16159 `gdb-non-stop' so changing it doesn't break active GDB session.
16160 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
16161 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
16162 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
16163 (gdb-show-threads-by-default): New customization options.
16164 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
16165 routines.
16166 (gdb-get-buffer-create): Send buffers update signal when they are
16167 created.
16168 (gdb-invalidate-locals, gdb-invalidate-registers)
16169 (gdb-invalidate-breakpoints)
16170 (gdb-invalidate-threads, gdb-invalidate-disassembly)
16171 (gdb-invalidate-memory): Accept update signal.
16172 (gdb-current-context-command): Use --frame option.
16173 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
16174 Implement `gdb-frame-number' selection logic.
16175 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
16176 whether to show GUD toolbar buttons.
16177 (gdb-thread-exited): Unselect current thread when it exits.
16178 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
16179 (gdb-mark-line): Routine which sets overlay arrow or inverses
16180 video on fringeless displays.
16181 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
16182 to build aligned columns of data in GDB buffers and set text
16183 properties line-by-line.
16184 (gdb-invalidate-breakpoints)
16185 (gdb-breakpoints-list-handler-custom)
16186 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
16187 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
16188 (gdb-registers-handler-custom): Align data columns.
16189 (gdb-locals-handler-custom): Now prints data like in variable
16190 declarations.
16191 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
16192 Removed confusing buttons.
16193 (gdb-invalidate-threads): Append --frame.
16194 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
16195 between breakpoints/threads buffers.
16196 (gdb-set-window-buffer): Now can ignore dedicated windows.
16197 (gdb-propertize-header): Use `gdb-set-window-buffer'.
16198 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
16199 (def-gdb-thread-buffer-gud-command): Replaces
16200 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
16201 for fine thread control.
16202 (gdb-preempt-existing-or-display-buffer): New function used to
16203 display bound buffers without breaking window layout.
16204 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
16205 (gdb-select-frame): New version of `gdb-frames-select' which now
16206 sets `gdb-frame-number' so commands may use --frame option instead
16207 of inner debugger state.
16208 (gdb-frame-handler): Do not set `gdb-frame-number'.
16209 (gdb-threads-mode-map): Select threads with mouse.
16210
16211 * progmodes/gud.el (gdb-gud-context-call): Declare function to
16212 avoid compilation warning.
16213 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
16214 `gdb-show-stop-p`.
16215
566f3909
DD
16216 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
16217 Argument `key' renamed to `buffer-type'.
16218 (gdb-current-context-buffer-name): Do not add thread info to
16219 buffer name when no thread is selected.
16220 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
16221 command (bug 3794).
16222 (gdb-thread-selected): Handle `=thread-selected' notification.
16223 (gdb-wait-for-pending): New macro to deal with congestion problems.
16224 (gdb-breakpoints-list-handler-custom): Don't fail on pending
16225 breakpoints.
7b6fefac
JB
16226 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
16227 This fixes problem similar to one described in bug 3947.
566f3909
DD
16228 (gud-menu-map): More menu items.
16229 (gdb-init-1): Reset `gdb-thread-number' to nil.
16230
4a31122c
DD
16231 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
16232 non-stop settings.
16233
16234 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
16235 (gdb-current-context-command): Do not append --thread if
16236 `gdb-thread-number' is nil.
16237 (gdb-running-threads-count, gdb-stopped-threads-count): New
16238 variables.
16239 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
16240 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
16241 customization options.
16242 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
16243 GUD commands.
7b6fefac 16244 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
16245 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
16246 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
16247 set `gdb-thread-number' and update `gud-running' properly.
16248 (gdb-running): Update threads list when new threads appear.
16249 (gdb-stopped): Support non-stop operation and new thread switching
16250 logic.
16251 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
16252 (gdb-json-partial-output): New set of JSON routines.
16253 (def-gdb-auto-update-trigger): New `signal-list' optional
16254 argument.
16255 (gdb-thread-list-handler-custom): Update `gud-running',
16256 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
16257 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
16258 (gdb-continue-thread, gdb-step-thread): New commands for fine
16259 thread execution control.
16260 (gud-menu-map): New menu items to switch non-stop options.
16261 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 16262 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
16263
16264 * progmodes/gdb-mi.el (gdb-rules-name-maker)
16265 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
16266 gdb-buffer-rules.
16267 (def-gdb-auto-update-handler): New nopreserve optional argument.
16268 (gdb-stack-list-frames-custom): Print stack from top to bottom.
16269
16270 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
16271 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
16272 (gdb-parent-mode): New mode to derive other GDB modes from.
16273 (gdb-display-disassembly-for-thread)
16274 (gdb-frame-disassembly-for-thread): New commands for threads
16275 buffer.
16276
16277 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
16278 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
16279 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
16280 (gdb-update): We now store all GDB buffers in a list so that they
16281 can be updated by traversing a list instead of calling invalidate
7b6fefac 16282 triggers explicitly.
a5c9f540
DD
16283 (def-gdb-trigger-and-handler): New macro to define trigger-handler
16284 pair for GDB buffer.
16285 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
16286 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
16287 handle pending triggers.
16288 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
16289 (def-gdb-thread-buffer-simple-command)
16290 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
16291 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
16292 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
16293 New commands which show buffers bound to thread.
e7086683 16294 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 16295
7b6fefac
JB
16296 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
16297 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
16298 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
16299 to (gud-comint-buffer) in *-buffer-name functions
16300 because (gdb-get-target-string) already does that.
16301 (gdb-locals-handler-custom, gdb-registers-handler-custom)
16302 (gdb-changed-registers-handler): Rewritten without regexps.
16303
ba214964 16304 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
16305 (gdb-thread-number): New variable.
16306 (gdb-current-context-command): New macro which adds --thread
16307 option to command.
7b6fefac 16308 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 16309 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 16310 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
16311 (gdb-select-thread): New command which selects current thread.
16312 (gdb-invalidate-frames, gdb-invalidate-locals)
16313 (gdb-invalidate-registers): Use --thread option.
20f12ed8 16314
2ac33804
MA
163152009-08-04 Michael Albinus <michael.albinus@gmx.de>
16316
16317 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 16318 robust. (Bug#3977)
2ac33804
MA
16319 (tramp-handle-insert-file-contents): `unwind-protect' must be
16320 inside `with-parsed-tramp-file-name'.
16321
16322 * net/tramp-gvfs.el (top): Remove superfluous message when loading
16323 fails.
16324
39d0296f
NR
163252009-08-03 Nick Roberts <nickrob@snap.net.nz>
16326
16327 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
16328 directory if CLASSPATH is not set.
16329
adcbca53
MA
163302009-08-03 Michael Albinus <michael.albinus@gmx.de>
16331
7b6fefac
JB
16332 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
16333 New defconst.
7ef849b6 16334 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 16335
30924b0b
CY
163362009-08-02 Kevin Ryde <user42@zip.com.au>
16337
7b6fefac
JB
16338 * net/newst-backend.el (newsticker--raw-url-list-defaults):
16339 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 16340
b6ce92f1
CY
163412009-08-02 Chong Yidong <cyd@stupidchicken.com>
16342
d977a092
CY
16343 * select.el (x-set-selection): Doc fix (Bug#4021).
16344
16345 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
16346
b6ce92f1
CY
16347 * help-fns.el (describe-variable): Treat list return values from
16348 dir-locals-find-file properly (Bug#4005).
16349
7b6fefac 163502009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
16351
16352 * net/tramp.el (tramp-debug-message): Print also microseconds.
16353
163542009-08-02 Michael Albinus <michael.albinus@gmx.de>
16355
16356 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
16357 or END is non-nil.
16358 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
16359 (tramp-get-debug-buffer): Change `outline-regexp' according to new
16360 format.
16361
5ce6e4f4 16362 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
16363 (tramp-get-file-property): Use it.
16364
16365 * autorevert.el (auto-revert-handler): Allow
16366 `auto-revert-tail-mode' for remote files.
16367
2aafe808
JR
163682009-08-02 Jason Rumney <jasonr@gnu.org>
16369
16370 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 16371 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 16372
e094097c
CY
163732009-08-02 Chong Yidong <cyd@stupidchicken.com>
16374
16375 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
16376 (font-lock-variable-name-face, font-lock-constant-face): Darken
16377 the colors for light backgrounds.
16378
de94f281
EZ
163792009-08-01 Eli Zaretskii <eliz@gnu.org>
16380
16381 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
16382 month names. (Bug#3987)
16383
54b99340
CY
163842009-07-31 Chong Yidong <cyd@stupidchicken.com>
16385
16386 * simple.el (line-move-finish): Pass whole number to
16387 line-move-to-column.
34be836c 16388 (line-move-visual): Perform hscroll to the recorded position.
54b99340 16389
38216c30
JB
163902009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
16391
16392 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
16393
c779896d
CY
163942009-07-29 Alan Mackenzie <acm@muc.de>
16395
16396 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
16397
592ccae0
DD
163982009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
16399
35edc6c6
DD
16400 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
16401 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 16402
5a9e3ab7
JB
164032009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
16404
16405 * calc/calc.el (calc-mode-map): Add keybinding for
16406 `calc-transpose-lines'.
16407
7b6fefac 164082009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
16409
16410 * calc/calc-misc.el (calc-transpose-lines): New function.
16411
905fb90e
MA
164122009-07-28 Michael Albinus <michael.albinus@gmx.de>
16413
16414 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
16415 Simplify check for out-of-band methods.
16416 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
16417 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
16418
76e14464
DN
164192009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
16420
16421 * vc-git.el (vc-git-checkin): Fix typo.
16422
6088b51f 164232009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
16424
16425 * progmodes/js2-mode.el: New file.
16426
b85157fe
NR
164272009-07-28 Nick Roberts <nickrob@snap.net.nz>
16428
16429 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
16430 (gud-menu-map): Adjust tooltip accordingly.
16431
d43c2b06
DN
164322009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
16433
1c0f0c3b
DN
16434 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
16435 (vc-bzr-log-view-mode): Adjust log-view-file-re.
16436
d43c2b06
DN
16437 * add-log.el (change-log-mode-map): Add a menu.
16438
3dec5c36
MA
164392009-07-27 Michael Albinus <michael.albinus@gmx.de>
16440
16441 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
16442 function returns nil.
16443 (dbus-handle-event): Handle special return value :ignore.
16444 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
16445
5704140c
CY
164462009-07-26 Chong Yidong <cyd@stupidchicken.com>
16447
16448 * view.el (view-mode-enable): Don't define Helper-return-blurb if
16449 it's not needed.
16450
3077d1f6
EZ
164512009-07-25 Eli Zaretskii <eliz@gnu.org>
16452
16453 Fix Bug#3888:
16454
16455 * w32-vars.el (x-select-enable-clipboard): Doc fix.
16456
16457 * term/pc-win.el (x-display-name, x-colors)
16458 (x-select-enable-clipboard, x-select-text): Doc fix.
16459
16460 * term/common-win.el (x-display-name, x-colors): Doc fix.
16461
16462 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
16463 (xw-defined-colors): Doc fix.
16464
16465 * w32-fns.el (x-select-text, x-setup-function-keys)
16466 (x-get-selection, x-set-selection): Doc fix.
16467
16468 * term/x-win.el (x-select-text, x-setup-function-keys)
16469 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
16470
16471 * select.el (x-set-selection): Doc fix.
16472
51768bc8
MA
164732009-07-25 Michael Albinus <michael.albinus@gmx.de>
16474
16475 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
16476 instead of "IsNSSSupportAvailable". Avahi ought to work also when
16477 "IsNSSSupportAvailable" method is not available. Reported by
16478 Steve Youngs <steve@sxemacs.org>.
16479
b11c2874
KH
164802009-07-24 Kenichi Handa <handa@m17n.org>
16481
16482 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 16483 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
16484 (build-unicode-category-table): Fix range checks.
16485
ba83b7b6
DN
164862009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
16487
16488 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
16489 the buffer we try to sync is current when calling
16490 vc-resynch-buffer.
16491
16492 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
16493 not show up to date files.
16494
7a8ae964
GM
164952009-07-24 Glenn Morris <rgm@gnu.org>
16496
16497 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
16498 Add autoload cookies. If necessary, initialize.
16499 (elint-log): Handle non-file buffers.
16500 (elint-initialize): Add optional argument to reinitialize.
16501 (elint-find-builtin-variables): Save excursion.
16502
a707eb05
DN
165032009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
16504
16505 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16506 for Lint.
16507
0a2ddfa6
DN
165082009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
16509
d6a62b0d
DN
16510 * vc.el (vc-print-log-internal): New function, split out from ...
16511 (vc-print-log): ... here.
10b5dcad 16512 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 16513
0a2ddfa6
DN
16514 * vc-git.el (vc-git-add-signoff): New variable.
16515 (vc-git-checkin): Use it.
16516 (vc-git-toggle-signoff): New function.
16517 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
16518 (vc-git--run-command-string): Accept a nil FILE argument.
16519 (vc-git-stash-list): New function.
16520 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 16521
589a99f2
GM
165222009-07-23 Glenn Morris <rgm@gnu.org>
16523
16524 * help-fns.el (describe-variable): Describe ignored and risky local
16525 variables in a similar way to that in which we describe safe ones.
16526
16527 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
16528 (byte-compile-output-file-form, byte-compile-output-docform)
16529 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
16530 Give some more local variables with common names a "bytecomp-" prefix,
16531 so as not to shadow things during compilation.
16532 * emacs-lisp/cl-macs.el (load-time-value)
16533 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
16534 `outbuffer' to `bytecomp-outbuffer'.
16535
16536 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
16537 since the next two variables cover them automatically now.
16538 (elint-builtin-variables, elint-autoloaded-variables): New.
16539 (elint-unknown-builtin-args): Remove all members, since they can be
16540 parsed automatically now.
16541 (elint-extra-errors): New.
16542 (elint-env-add-env, elint-env-add-macro): Use cadr.
16543 (elint-current-buffer): Use or. Change final message.
16544 (elint-get-top-forms): Use line-end-position.
16545 (elint-init-env): Use cadr. Handle autoload, declare-function,
16546 and defalias.
16547 (elint-add-required-env): Doc fix. Use or. Standardize error.
16548 (regexp-assoc): Remove unused function.
16549 (elint-top-form): Set elint-current-pos, to record the start of the
16550 top-level form, for compilation-mode.
16551 (elint-form): Trap errors in macro expansion. Use dolist.
16552 (elint-unbound-variable): Use elint-builtin-variables and
16553 elint-autoloaded-variables.
16554 (elint-get-args): Use cadr, or.
16555 (elint-check-cond-form): Use dolist, cadr.
16556 (elint-check-condition-case-form): Doc fix. Use cadr.
16557 Use elint-extra-errors.
16558 (elint-log): New function.
16559 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
16560 Distinguish errors and warnings.
16561 (elint-log-message): Use with-current-buffer. Inhibit read-only.
16562 Use a bytecomp-style format.
16563 (elint-clear-log): Preserve default-directory. Inhibit read-only.
16564 (elint-get-log-buffer): Use compilation mode. Disable undo.
16565 Don't truncate lines.
16566 (elint-initialize): Set builtin and autoloaded variable lists.
16567 Only process elint-unknown-builtin-args if non-nil.
16568 (elint-find-builtin-variables, elint-find-autoloaded-variables):
16569 New functions.
16570 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
16571
855b42a2
GM
165722009-07-22 Kevin Ryde <user42@zip.com.au>
16573
16574 * net/newst-backend.el (newsticker--parse-atom-1.0)
16575 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
16576 (newsticker--parse-rss-1.0):
16577 * progmodes/idlwave.el (idlwave-mode):
16578 * progmodes/idlw-shell.el (idlwave-shell-mode):
16579 * progmodes/vera-mode.el (vera-mode):
16580 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
16581 * progmodes/vhdl-mode.el (vhdl-mode):
16582 * textmodes/table.el (table-generate-source)
16583 (table--warn-incompatibility):
16584 Hyperlink urls in docstrings with URL `...'.
16585
fd413a37
GM
165862009-07-22 Glenn Morris <rgm@gnu.org>
16587
cb711556
GM
16588 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
16589 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
16590 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
16591 Remove leading * from defcustom docs.
16592
fd413a37
GM
16593 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
16594
16595 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
16596 defcustom doc.
16597 (list-load-path-shadows): Optionally, just return shadows as a string.
16598
16599 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
16600
a4f69701
CY
166012009-07-21 Chong Yidong <cyd@stupidchicken.com>
16602
16603 * mail/rmailedit.el (rmail-edit-mode): Use
16604 auto-save-include-big-deletions.
16605
16606 * mail/rmail.el (rmail-variables): Use
16607 auto-save-include-big-deletions.
16608
16609 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
16610 changes.
16611
ec06459c
JB
166122009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
16613
16614 * calc/calc.el (calc-undo-length): New variable.
16615 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
16616
b41b0976
RS
166172009-07-21 Richard Stallman <rms@gnu.org>
16618
16619 * files.el (auto-save-mode): Handle buffer-save-size = -2
16620 for toggling mode.
16621
4ed32706
GM
166222009-07-21 Glenn Morris <rgm@gnu.org>
16623
531b1264
GM
16624 * textmodes/ispell.el (ispell-looking-back): Update declaration.
16625
55d27f41
GM
16626 * calendar/todo-mode.el (calendar-current-date): Update declaration.
16627
02df3f4d
GM
16628 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
16629 silence compiler. Instead...
16630 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
16631 (ps-print-ensure-fontified): Update for above function name changes.
16632
fdd8417e
GM
16633 * printing.el (pr-mh-get-msg-num, pr-mh-show)
16634 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
16635 silence compiler. Instead...
16636 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
16637 (mh-show-buffer): Only define for compiler.
16638 (pr-mh-current-message): Update for above function name changes.
16639
4ed32706
GM
16640 * files.el (abort-if-file-too-large): Explicitly pass `filename'
16641 as an argument.
16642 (find-file-noselect, insert-file-1): Update for above change.
16643
16644 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
16645
16646 * mail/mailclient.el (mailclient-send-it): Fix message.
16647
16648 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
16649 (edebug-eval): Check cl-debug-env is bound.
16650 (print-level, print-circle): Don't redefine built-in variables.
16651
16652 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
16653 (custom-print-vectors): Remove old comments from doc.
16654
16655 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
16656 (emerge-version): Make the variable an obsolete alias for the
16657 emacs-version variable. Make the function obsolete.
16658 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
16659 Emerge options, rather than merging in into the main Options menu.
16660 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
16661 and auto advance modes. Disable edit/fast items when not relevant.
16662
86812144
CY
166632009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
16664
16665 * term/vt420.el (terminal-init-vt420): Fix typo.
16666
6bb90094
SS
166672009-07-20 Sam Steingold <sds@gnu.org>
16668
16669 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
16670 variable (removed from compile.el on 2004-03-11).
16671
42e0a725
CY
166722009-07-20 Chong Yidong <cyd@stupidchicken.com>
16673
16674 * files.el (hack-local-variables-filter): Fix last change.
16675
2ee20f24
JL
166762009-07-19 Juri Linkov <juri@jurta.org>
16677
16678 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
16679 (dir-local-variables-alist): New buffer-local variable.
16680 (hack-local-variables-filter): If variable is not dir-local,
16681 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
16682 because file-local overrides dir-local.
3570691b 16683 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
16684 Remove obsolete declaration.
16685 (hack-dir-local-variables): Add dir-local variable/value pair to
16686 `dir-local-variables-alist' and remove duplicates. Doc fix.
16687
16688 * help-fns.el (describe-variable): Add information about
16689 file-local and dir-local variables.
16690
89bf83cd
CY
166912009-07-19 Chong Yidong <cyd@stupidchicken.com>
16692
16693 * files.el (hack-local-variables-filter): Rewrite.
16694
1a8d3541
GM
166952009-07-19 Glenn Morris <rgm@gnu.org>
16696
d9e8a018
GM
16697 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
16698 Silence compiler by only defining on XEmacs.
16699
da332cfb
GM
16700 * international/mule.el (auto-coding-regexp-alist): Only match
16701 BABYL... at the start of buffer, not of lines. (Bug#3790)
16702
1a8d3541
GM
16703 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
16704 non-calendar buffers (Bug#3862). Restore "not on a date" message.
16705 (cal-menu-context-mouse-menu): Doc fix.
16706
16707 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
16708
16709 * simple.el (mail-user-agent): Doc fix. Set :version tag.
16710
d842b103
JL
167112009-07-18 Juri Linkov <juri@jurta.org>
16712
16713 * info.el: Virtual Info keyword finder.
3570691b 16714 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
16715 (Info-finder-file): New variable.
16716 (Info-finder-find-file): New function.
16717 (finder-known-keywords, finder-package-info)
16718 (find-library-name, lm-commentary): Use defvar and
16719 declare-function to silence compiler warnings.
16720 (Info-finder-find-node): New function.
16721 (info-finder): New command.
16722
16723 * subr.el (process-kill-buffer-query-function): New function.
16724 (add-hook)<kill-buffer-query-functions>: Add hook
16725 `process-kill-buffer-query-function'.
16726
10d37df7
AM
167272009-07-18 Alan Mackenzie <acm@muc.de>
16728
7b6fefac 16729 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
16730 (c-postprocess-file-styles): Give invocation of `c-set-style'
16731 DONT-OVERRIDE parameter of t. Already set style variables will
16732 thus not be overridden by style settings given by `c-file-syle'.
16733
16734 * files.el (hack-local-variables-filter): Remove entries with
16735 duplicate keys from `file-local-variables-alist'.
16736
102e1a41
EZ
167372009-07-18 Eli Zaretskii <eliz@gnu.org>
16738
16739 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
16740 x-set-selection if display-selections-p returns nil for the
16741 current frame.
16742
16f2e9fc
CY
167432009-07-18 Chong Yidong <cyd@stupidchicken.com>
16744
16745 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
16746
f22693fc
EZ
167472009-07-18 Eli Zaretskii <eliz@gnu.org>
16748
a6c2c80c
EZ
16749 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
16750 Accept nil in addition to a regexp.
16751 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
16752 Accept nil in addition to a regexp.
16753 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
16754 buffers that have an associated file. Handle nil values of
16755 desktop-buffers-not-to-save and desktop-files-not-to-save.
16756 (Bug#3833)
16757
f22693fc
EZ
16758 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16759 (x-disown-selection-internal): New functions.
16760
e456379a
NR
167612009-07-18 Nick Roberts <nickrob@snap.net.nz>
16762
16763 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
16764 warning.
16765 (gdb-breakpoints-header): Move forward to avoid compiler warning.
16766 (gdb-make-header-line-mouse-map): Remove duplicate definition.
16767
0013b70f
CY
167682009-07-18 David De La Harpe Golden <david@harpegolden.net>
16769
16770 * simple.el (set-mark): Revert last change.
16771
0855c2ca
CY
167722009-07-17 Tassilo Horn <tassilo@member.fsf.org>
16773
16774 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
16775 rendering of pngs is not possible instead of messaging a long
16776 description.
16777
3f5c9cad
CY
167782009-07-17 David De La Harpe Golden <david@harpegolden.net>
16779
16780 * w32-fns.el (x-selection-owner-p): New function.
16781
16782 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
16783 (mouse-yank-at-click, mouse-yank-primary): If
16784 select-active-regions is non-nil, deactivate the mark before
16785 insertion.
3f5c9cad
CY
16786
16787 * simple.el (deactivate-mark, set-mark): Only save selection if we
16788 own it.
16789
1fc87f9b
KH
167902009-07-17 Kenichi Handa <handa@m17n.org>
16791
16792 * case-table.el (describe-buffer-case-table): Fix for the case
16793 that KEY is a cons.
16794
d56fdcd2
DN
167952009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
16796
16797 * vc-rcs.el (vc-rcs-find-file-hook):
16798 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
16799
bede3e9f
MA
168002009-07-16 Michael Albinus <michael.albinus@gmx.de>
16801
16802 * net/tramp.el (tramp-wait-for-output): Handle the case when
16803 commands do not return a newline but a null byte before the shell
16804 prompt. (Bug#3858)
16805
7653ca1d
YM
168062009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16807
16808 * term/ns-win.el (ns-set-alpha): Don't declare.
16809 (ns-set-background-alpha): Remove function.
16810
ed2a52e9
SM
168112009-07-16 Kevin Ryde <user42@zip.com.au>
16812
16813 * emacs-lisp/copyright.el (copyright-update): Save match-data across
16814 y-or-n-p, for safety.
16815
7a907299
RS
168162009-07-16 Richard Stallman <rms@gnu.org>
16817
16818 * files.el (auto-save-mode): If buffer-saved-size is -2,
16819 don't clobber it.
16820
16821 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
16822 (rmail-retry-ignored-headers): Add more uninteresting fields.
16823
c0db3477
CY
168242009-07-15 Jari Aalto <jari.aalto@cante.net>
16825
16826 * net/rcirc.el (rcirc): Use history variables.
16827 (rcirc-server-name-history, rcirc-nick-name-history)
16828 (rcirc-server-port-history): New variables.
16829
6c875452
KH
168302009-07-15 Kenichi Handa <handa@m17n.org>
16831
bf974dc9
KH
16832 * international/mule-cmds.el (set-language-environment-charset):
16833 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
16834 ignore them.
16835
6c875452
KH
16836 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
16837 Delete unibyte-display.
16838
2066b4fe
CY
168392009-07-15 Chong Yidong <cyd@stupidchicken.com>
16840
16841 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
16842
f9be2e35
CY
168432009-07-15 Chong Yidong <cyd@stupidchicken.com>
16844
16845 * simple.el (deactivate-mark): Optional argument FORCE.
16846 (set-mark): Use deactivate-mark.
16847
16848 * info.el (Info-search): No need to check transient-mark-mode
16849 before calling deactivate-mark.
16850
16851 * select.el (x-set-selection): Doc fix.
16852 (x-valid-simple-selection-p): Allow buffer values.
16853 (xselect--selection-bounds): Handle buffer values. Suggested by
16854 David De La Harpe Golden.
16855
16856 * mouse.el (mouse-set-region, mouse-drag-track): Call
16857 copy-region-as-kill before setting the mark, to let
16858 select-active-regions work.
16859
be3e598a 168602009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
16861
16862 * simple.el (deactivate-mark): If select-active-regions is
16863 non-nil, copy the selection data into a string.
16864 (activate-mark): If select-active-regions is non-nil, set the
16865 selection to the current buffer.
16866 (set-mark): Update selection if select-active-regions is non-nil.
16867
16868 * select.el (x-valid-simple-selection-p): Allow buffer values.
16869
cbd61418
SM
168702009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
16871
16872 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
16873 and more featureful message-mode.
16874
f470187f
CY
168752009-07-14 Chong Yidong <cyd@stupidchicken.com>
16876
16877 * select.el (x-set-selection): Doc fix.
16878 (x-valid-simple-selection-p): Disallow selection data consisting
16879 of a list or cons of integers, since that is not used.
16880 (xselect--selection-bounds, xselect--int-to-cons): New functions.
16881 (xselect-convert-to-string, xselect-convert-to-length)
16882 (xselect-convert-to-filename, xselect-convert-to-charpos)
16883 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
16884
bfc99364
DD
168852009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
16886
16887 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
16888 output in -break-info command (Emacs bug #3794).
16889
e32721f5
GM
168902009-07-14 Glenn Morris <rgm@gnu.org>
16891
1e46f9e4
GM
16892 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
16893 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
16894 (edebug-print-length, edebug-print-level, edebug-print-circle)
16895 (edebug-sit-for-seconds, edebug-view-outside)
16896 (edebug-bounce-point, edebug-set-global-break-condition)
16897 (edebug-Go-nonstop-mode, edebug-trace-mode)
16898 (edebug-Trace-fast-mode, edebug-continue-mode)
16899 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
16900 (edebug-visit-eval-list): Doc fixes.
16901
e32721f5
GM
16902 * subr.el (def-edebug-spec): Doc fix.
16903
66a85e76
KH
169042009-07-14 Kenichi Handa <handa@m17n.org>
16905
16906 * international/characters.el: Fix setting of category ?C.
16907
28571246
JD
169082009-07-13 Jan Djärv <jan.h.d@swipnet.se>
16909
7b6fefac 16910 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
16911 ns-popup-font-panel instead of generate-fontset-menu.
16912
5d74672c
EZ
169132009-07-12 Eli Zaretskii <eliz@gnu.org>
16914
7b6fefac 16915 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 16916
eb1727a4
CY
169172009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
16918
16919 * arc-mode.el (archive-find-type): Allow for a PK00 string before
16920 the PK\003\004 header (Bug#3770).
16921
208384c5
CY
169222009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
16923
16924 * pcomplete.el (pcomplete-comint-setup): Check for
16925 shell-dynamic-complete-filename too.
16926
774409a1
CY
169272009-07-11 Chong Yidong <cyd@stupidchicken.com>
16928
16929 * simple.el (temporary-goal-column): Change the value for
16930 line-move-visual to a cons cell.
16931 (line-move-visual): Record or set the window hscroll, if
16932 necessary (Bug#3494).
16933 (line-move-1): Handle cons value of temporary-goal-column.
16934
1639ee1d
KH
169352009-07-11 Kenichi Handa <handa@m17n.org>
16936
16937 * international/mule-diag.el (describe-character-set): Don't show
16938 width.
16939
2b1d2412
SS
169402009-07-10 Sam Steingold <sds@gnu.org>
16941
16942 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16943 Omake sometimes indents the errors it prints, so allow all
16944 regexps to start with spaces.
16945
ed3a5691
EZ
169462009-07-10 Eli Zaretskii <eliz@gnu.org>
16947
ed2a52e9
SM
16948 * cus-edit.el (customize-changed-options-previous-release):
16949 Bump value to 22.1. (Bug#3804)
ed3a5691 16950
49405d0e
SS
169512009-07-08 Sam Steingold <sds@gnu.org>
16952
16953 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
16954 to be a cons cell (test . ignored-directory) to selectively ignore
16955 some directories depending on the location of the search.
16956
93c3eb7c
MA
169572009-07-08 Michael Albinus <michael.albinus@gmx.de>
16958
16959 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
16960 remote user is root, on the local host.
16961 (tramp-local-host-p): Either the local user or the remote user
16962 must be root. (Bug#3771)
16963
6f2a8484
NR
169642009-07-08 Nick Roberts <nickrob@snap.net.nz>
16965
16966 * progmodes/gdb-mi.el (gdb): Remove description of
16967 gdb-use-separate-io-buffer.
69cb8d82 16968 (menu): Don't allow toggling of or enable
6f2a8484
NR
16969 gdb-use-separate-io-buffer from menubar.
16970
88d03607
CY
169712009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
16972
16973 * mail/unrmail.el (unrmail): Make sure the message ends with two
16974 newlines (Bug#3769).
16975
7ef5b8b2
GM
169762009-07-08 Glenn Morris <rgm@gnu.org>
16977
16978 * calendar/calendar.el (calendar-current-date): Rework previous change.
16979
3ce82f97
GM
169802009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
16981
16982 * calendar/calendar.el (calendar-current-date):
16983 Add an optional argument giving an offset from today.
16984
f35fc841
GM
169852009-07-08 Glenn Morris <rgm@gnu.org>
16986
16987 * tutorial.el (tutorial--describe-nonstandard-key):
16988 Adjust the message for when a key has been unbound.
16989 (help-with-tutorial): Hide the arch-tag.
16990
40149292
KH
169912009-07-08 Kenichi Handa <handa@m17n.org>
16992
69cb8d82
KH
16993 * international/fontset.el (setup-default-fontset): For each
16994 script, append (not set) font-specs.
16995
40149292
KH
16996 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
16997 docstring.
16998
ff0c4194
NR
169992009-07-08 Nick Roberts <nickrob@snap.net.nz>
17000
17001 * progmodes/gdb-mi.el (gdb-init-1): Move sending
17002 -data-list-register-names to ...
17003 (gdb-starting): ... here because GDB 7.0 requires execution to
17004 have started when using this MI command.
17005 (gdb-set-header): New function to distinguish select and
17006 unselected tabs in gdb buffers.
17007 (gdb-propertize-header): New macro that uses gdb-set-header.
17008 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 17009 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 17010
8954c675
CY
170112009-07-07 Chong Yidong <cyd@stupidchicken.com>
17012
17013 * Makefile.in (ELCFILES): Remove fadr.elc.
17014
0996385d
DD
170152009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
17016
dc6b4519
DD
17017 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
17018 may contain frame information, so `string-match' should be used.
17019 (gdb-update): Disassembly is invalidated through
17020 `gdb-get-selected-frame'.
17021 (gdb-pad-string): New function to pad string with spaces.
17022 (gdb-invalidate-disassembly): Invalidate only if the buffer
17023 exists.
17024 (gdb-disassembly-handler-custom): Column alignment.
17025 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
17026 placing new ones.
17027 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
17028 end of line, too.
17029 (gdb-frame-handler): Match convention to for disassembly buffer
17030 mode name.
17c1380b 17031 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
17032 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
17033 not highlight breakpoints without line information.
69a197a2 17034 (gdb-input): Add trailing newline to command.
dc6b4519 17035
14340b25
DD
17036 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
17037 buffer properly.
17038 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 17039 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
17040 now.
17041 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
17042 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
17043 to place breakpoints.
14340b25
DD
17044 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
17045 functions.
17046 (gdb-disassembly-handler-custom): Show overlay arrow.
17047 (gdb-disassembly-place-breakpoints): Show breakpoints in
17048 disassembly buffer.
17049 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 17050 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 17051 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 17052 in `gud-menu-map'.
14340b25 17053
38d4f316 17054 * fadr.el: Remove.
1f2a6224 17055
7b6fefac 17056 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 17057 (gdb-memory-address): New variable which holds top address of
7b6fefac 17058 memory page shown in memory buffer.
0996385d
DD
17059 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
17060 customization variables.
17061 New functions:
17062 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
17063 display the memory buffer.
17064 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
17065 buffer display parameters.
17066 (def-gdb-memory-format, gdb-memory-format-binary)
17067 (gdb-memory-format-octal, gdb-memory-format-unsigned)
17068 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
17069 Functions for setting memory buffer format.
17070 (gdb-memory-unit-word, gdb-memory-unit-halfword)
17071 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
17072 unit size used in memory buffer.
17073 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
17074 to next/previous page of memory buffer.
28d67a53 17075 Now using (bindat-get-field) instead of fadr functions.
0996385d 17076
9ba562d3
SS
170772009-07-07 Sam Steingold <sds@gnu.org>
17078
17079 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
17080 non-top-level files.
17081
a43977db
KH
170822009-07-07 Kenichi Handa <handa@m17n.org>
17083
17084 * international/mule-cmds.el (reset-language-environment): Put
17085 the highset priority to the charset iso-8859-1.
17086
d44d05e8
CY
170872009-07-06 Chong Yidong <cyd@stupidchicken.com>
17088
17089 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
17090 to the end of the line when locating the block (Bug#700).
17091
3e2fa353
MA
170922009-07-06 Michael Albinus <michael.albinus@gmx.de>
17093
17094 * net/tramp.el (tramp-handle-write-region): Flush file properties
17095 in case of short track.
17096
be3e598a 170972009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 17098
bf0b361c
JB
17099 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
17100 Coded custom representation of verilog error regular expressions
17101 to work with Emacs-22's new format.
d88782c3 17102 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 17103 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
17104 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
17105 error recognition into XEmacs.
17106 (verilog-error-regexp-add-emacs): Hook routine to install verilog
17107 error recognition into Emacs-22.
17108
25c6f63e
CY
171092009-07-06 Chong Yidong <cyd@stupidchicken.com>
17110
17111 * woman.el: Remove stand-alone closing parentheses.
17112 (woman-file-name, woman2-format-paragraphs)
17113 (woman-leave-blank-lines): Code cleanup.
17114 (woman-use-own-frame): Change default to nil.
17115 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
17116 defaults to inherit from default faces.
17117 (woman2-process-escapes): Consume the newline after a stand-alone
17118 filler character (Bug#3651).
17119
f176290e
GM
171202009-07-06 Glenn Morris <rgm@gnu.org>
17121
17122 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
17123 (top-level): Move provide to the end.
17124 (ffap): Remove defunct URL from custom group.
17125
17126 * subr.el (eval-after-load): Doc fix.
17127
7b6fefac 171282009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
17129
17130 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
17131 `calc-embedded-word' is called twice.
17132
4b8b1ec5
SM
171332009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
17134
17135 * files.el (find-alternate-file-other-window, find-alternate-file):
17136 Obey confirm-nonexistent-file-or-buffer.
17137
d6ceb380
MA
171382009-07-05 Michael Albinus <michael.albinus@gmx.de>
17139
17140 * dired-aux.el (dired-show-file-type): Handle remote files.
17141
be3e598a 171422009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 17143
4b8b1ec5
SM
17144 * desktop.el (desktop-globals-to-save):
17145 Add file-name-history (Bug#2750).
c760f19e 17146
6d00ce04
CY
171472009-07-05 Chong Yidong <cyd@stupidchicken.com>
17148
4b8b1ec5 17149 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 17150
6ee21b07
JB
171512009-07-04 Johan Bockgård <bojohan@gnu.org>
17152
17153 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
17154 property on entire argument since this is what eshell-lisp-command
17155 expects.
17156
f0dbdc25
MA
171572009-07-03 Michael Albinus <michael.albinus@gmx.de>
17158
17159 * net/tramp-gvfs.el (tramp-gvfs-methods)
17160 (tramp-gvfs-zeroconf-domain)
17161 (tramp-bluez-discover-devices-timeout): Add version flag.
17162 (tramp-gvfs-handler-mounted-unmounted)
17163 (tramp-gvfs-connection-mounted-p): Polish handling of
17164 incompatibilities between GVFS 0.2 and 1.0.
17165
e044e4fc
JD
171662009-07-03 Jan Djärv <jan.h.d@swipnet.se>
17167
4b8b1ec5 17168 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 17169
2e9b968b
JB
171702009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
17171
bf0b361c 17172 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
17173 formatted correctly.
17174
baf1a55e
JL
171752009-07-02 Juri Linkov <juri@jurta.org>
17176
17177 * info.el: Virtual Info files and nodes.
17178 (Info-virtual-files, Info-virtual-nodes): New variables.
17179 (Info-current-node-virtual): New variable.
17180 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
17181 New functions.
17182 (Info-file-supports-index-cookies): Use Info-virtual-file-p
17183 to check for a virtual file instead of checking a fixed list
17184 of node names.
17185 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
17186 instead of ad-hoc processing of "dir" and (apropos history toc).
17187 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
17188 instead of ad-hoc processing of "dir" and (apropos history toc).
17189 Reread a file when moving from a virtual node.
17190 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
17191 (Info-directory-toc-nodes, Info-directory-find-file)
17192 (Info-directory-find-node): New functions.
17193 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
17194 (Info-history): Move part of code to
17195 `Info-history-find-node'.
17196 (Info-history-toc-nodes, Info-history-find-file)
17197 (Info-history-find-node): New functions.
17198 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
17199 (Info-toc): Move part of code to `Info-toc-find-node'.
17200 (Info-toc-find-node): New function.
4b8b1ec5 17201 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
17202 the current Info file name to references because now the node
17203 "*TOC*" belongs to the same Info manual.
4b8b1ec5 17204 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
17205 (Info-toc-nodes): Rename input argument `file' to `filename'.
17206 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
17207 instead of ad-hoc processing of ("dir" apropos history toc).
17208 (Info-index-nodes): Use Info-virtual-file-p
17209 to check for a virtual file instead of checking a fixed list
17210 of node names.
17211 (Info-index-node): Add check for `Info-current-node-virtual'.
17212 Raise `save-match-data' higher up the tree to contain
17213 `search-forward' too (bug fix).
17214 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
17215 (Info-virtual-index-nodes): New variable.
17216 (Info-virtual-index-find-node, Info-virtual-index): New functions.
17217 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
17218 (Info-apropos-file, Info-apropos-nodes): New variables.
17219 (Info-apropos-toc-nodes, Info-apropos-find-file)
17220 (Info-apropos-find-node, Info-apropos-matches): New functions.
17221 (info-apropos): Move part of code to `Info-apropos-find-node' and
17222 `Info-apropos-matches'.
17223 (Info-mode-map): Bind "I" to `Info-virtual-index'.
17224 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
17225 for a virtual file instead of checking a fixed list of node names.
17226
17227 * simple.el (async-shell-command): New command.
17228
17229 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
17230
17231 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
17232 instead of `mount-info'.
17233
d04bc496
MA
172342009-07-02 Michael Albinus <michael.albinus@gmx.de>
17235
17236 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 17237 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 17238
af0403e0
KH
172392009-07-02 Kenichi Handa <handa@m17n.org>
17240
17241 * international/mule.el (set-keyboard-coding-system): Force *-unix
17242 coding-system to avoid eol conversion.
17243
99278f8a
MA
172442009-07-01 Michael Albinus <michael.albinus@gmx.de>
17245
4b8b1ec5
SM
17246 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
17247 Add handler for `process-file', `shell-command' and
99278f8a
MA
17248 `start-file-process'.
17249 (tramp-gvfs-handle-shell-command)
17250 (tramp-gvfs-handle-start-file-process)
17251 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 17252 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 17253
3f1c6666
JD
172542009-07-01 Jan Djärv <jan.h.d@swipnet.se>
17255
17256 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
17257
3f396bac
KH
172582009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
17259
17260 * language/korean.el (set-language-info-alist): Add korean-cp949,
17261 cp949 to spec.
17262
c1185193
KH
172632009-07-01 Kenichi Handa <handa@m17n.org>
17264
17265 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
17266
17267 * international/encoded-kb.el: Deleted.
17268
17269 * international/mule.el (set-keyboard-coding-system): Perform the
17270 necessary setup here instead of calling encoded-kbd-setup-display.
17271
3f150a60
GM
172722009-07-01 Glenn Morris <rgm@gnu.org>
17273
17274 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
17275
b0d5b05b
GM
172762009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
17277
17278 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
17279
4f4126e6
MA
172802009-06-30 Michael Albinus <michael.albinus@gmx.de>
17281
4b8b1ec5
SM
17282 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
17283 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 17284 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 17285
7ae3ea65 17286 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
17287 (top): Add a default for "synce" in `tramp-default-user-alist'.
17288 Add completion function for "synce" method.
17289 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
17290 (tramp-hal-interface-manager, tramp-hal-interface-device):
17291 New defconst.
17292 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
17293 (tramp-synce-list-devices, tramp-synce-parse-device-names):
17294 New defuns.
d6ceb380
MA
17295
17296 * net/trampver.el: Update release number.
7ae3ea65 17297
0ad6626b
KH
172982009-06-30 Kenichi Handa <handa@m17n.org>
17299
17300 * international/fontset.el (setup-default-fontset): Add CJK fonts
17301 for symbols and the other miscellaneous characters.
17302
4b8b1ec5
SM
17303 * language/korea-util.el (setup-korean-environment-internal):
17304 Make char-width-table suitable for Korean environments.
0ad6626b
KH
17305 (exit-korean-environment): Cancel above.
17306
17307 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
17308 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 17309 setup-function to make char-width-table suitable for respective
0ad6626b
KH
17310 environments, and an exit-function to cancel that.
17311
17312 * language/japan-util.el (setup-japanese-environment-internal):
17313 Call use-cjk-char-width-table with arg `ja_JP'.
17314
17315 * international/characters.el (cjk-char-width-table): Delete it.
17316 (cjk-char-width-table-list): New variable.
17317 (use-cjk-char-width-table): New arg local-name.
17318 (use-default-char-width-table): Fix for the case that Emacs is
17319 already using the default char-width-table.
17320
fd46e893
MA
173212009-06-29 Michael Albinus <michael.albinus@gmx.de>
17322
17323 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
17324 modes mandatory. (Bug#3712)
17325
b87d9f96
AM
173262009-06-29 Alan Mackenzie <acm@muc.de>
17327
17328 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 17329 correction between the visible width of TABs and their number of bytes.
b87d9f96 17330
2d25aa5a
CY
173312009-06-29 Chong Yidong <cyd@stupidchicken.com>
17332
17333 * server.el (server-buffer-done): Prevent kill-buffer from
17334 prompting by clearing the buffer modification flag (Bug#3696).
17335
a3a8b002
DN
173362009-06-28 Michael McNamara <mac@mail.brushroad.com>
17337
bf0b361c 17338 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 17339 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
17340 (verilog-basic-complete-re): Support localparam lineup.
17341 (verilog-beg-of-statement-1): Fix for robustness, unique case.
17342 (verilog-set-auto-endcomments): Fix for unique case, always_comb
17343 commenting.
17344 (verilog-leap-to-case-head): Now support *nested* unique &
17345 priority case statements.
17346 (verilog-auto-lineup): Make just declarations the default (as it
17347 had been).
4b8b1ec5 17348 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 17349 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 17350 select the various styles of automatic lineup.
a3a8b002
DN
17351 (verilog-error-regexp-alist): Rework to support the XEmacs style
17352 of error regular expressions from compilers, lint tools &
17353 simulators. Note that GNU Emacs has made it impossible for a mode
17354 to load such things.
17355 (electric-verilog-terminate-line, verilog-indent-declaration)
17356 (verilog-auto-wiure): Rework for radio button selection of
17357 auto-lineup selection of specification of auto lineup.
17358 (verilog-beg-of-statement-1): Redesign to support proper operation
17359 in additional code, based on testing with auto-lineup.
17360 (verilog-calculate-indent, assignments & declarations)
17361 (verilog-backward-token): Enhance to support auto-lineup of
17362 assignments & declarations.
17363 (verilog-in-directive-p, verilog-at-struct-p): New function for
17364 easy test of whether we are.
17365 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
17366 to support safe execution at almost anyline.
17367 (verilog-calc-1): Properly support indenting deep inside generate
17368 blocks.
48c2d18a 17369 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 17370 as it is redundant with font-lock-defaults.
a8f316ca 17371 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
17372 to avoid circular calls if syntax-ppss is a function (as is the
17373 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 17374 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
17375 (verilog-ovm-begin-re, verilog-ovm-end-re)
17376 (verilog-ovm-statement-re, verilog-leap-to-head)
17377 (verilog-backward-token): Add support for OVM macros. Some are
17378 complete statements, and others open and close scopes like begin
17379 and end.
17380 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
17381 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 17382 compilation issue.
48c2d18a 17383 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 17384 coverpoint, constraint and cross statements.
a3a8b002
DN
17385 (verilog-defun-level-list, verilog-generate-defun-level-list)
17386 (verilog-all-defun-level-list): Redo these specifications - it is
17387 too hard to support eval-when compile aggregation of lists also
17388 built at when-compile time.
17389 (verilog-defun-level-list): Place defconsts of variables used in
17390 building regular expressions which are built in eval-when-compile
17391 bodies in the same eval-when-compile body to facilitate compile
17392 without load.
17393 (verilog-beg-block-re-ordered): Support indenting
17394 virtual/protected tasks and functions.
7b6fefac 17395 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
17396 (verilog-backward-ws&directives, verilog-calc-1): Speed up
17397 indentation of some module items (generate items).
17398 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
17399 across virtual/protected tasks and functions.
17400
174012009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
17402
bf0b361c 17403 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 17404 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
17405 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
17406 in concatenations. Reported by Yishay Belkind.
17407 (verilog-auto-ascii-enum): Support one-hot state machines in
17408 AUTOASCIIENUM. Suggested by Lloyd Gomez.
17409 (verilog-auto-inst, verilog-auto-inst-port): Include interface
17410 modport in AUTOINST and add vl-modport for users. Reported by
17411 David Rogoff.
17412 (verilog-auto-inout-module, verilog-auto-inst)
17413 (verilog-decls-get-interfaces, verilog-insert-definition)
17414 (verilog-insert-one-definition, verilog-read-decls)
17415 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
17416 (verilog-sig-modport, verilog-signals-combine-bus)
17417 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
17418 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
17419 Suggested by David Rogoff.
17420 (verilog-repair-open-comma): Fix non-insertion of comma when
17421 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
17422 (verilog-make-width-expression): Simplify [A-1:0] expression
17423 widths to just {A{1'b0}}.
17424 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
17425 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
17426 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
17427 inputs/outputs or data type. Suggested by Vasu Kandadi.
17428 (next-error-last-buffer): Fix byte-compiler warning.
17429 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
17430 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 17431 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 17432 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
17433 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
17434 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 17435 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
17436 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
17437 causing use of <= assignments. Reported by Alex Reed.
17438 (verilog-read-decls): Fix triand, trior, wand, wor to be
17439 recognized by AUTOWIRE. Reported by Spencer Isaacson.
17440 (verilog-extended-complete-re): Support import "DPI-C" functions.
17441 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 17442 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
17443 (verilog-insert-date, verilog-insert-year)
17444 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
17445 Windows systems. Reported by Michael Potts.
17446 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 17447 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 17448 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 17449 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
17450 (verilog-read-decls): Fix detecting "parameter int" when using
17451 AUTOINSTPARAM. Reported by Bruce T.
17452 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 17453 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 17454 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
17455 verilog-goto-defun will work. Reported by Lawrence Butcher.
17456 (verilog-getopt): Expand environment variables in -f file
17457 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 17458 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
17459 when reading enumerations.
17460 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
17461 Suggested by Stephen Peltan.
4b8b1ec5 17462 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
17463 files. Reported by Steve Peltan.
17464
f7c0d931
CY
174652009-06-28 David De La Harpe Golden <david@harpegolden.net>
17466
17467 * files.el (trash-directory): Fix defcustom type.
17468
baf1a55e 174692009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
17470
17471 * help-fns.el (describe-function-1): Correctly locate adviced
17472 functions in hyperlink (Bug#2438).
17473
d63a01ef
CY
174742009-06-28 Chong Yidong <cyd@stupidchicken.com>
17475
17476 * files.el (trash-directory): Change default to nil.
17477 (move-file-to-trash): If trash-directory is nil and
17478 system-move-file-to-trash is unbound, perform freedesktop-style
17479 trashing.
17480
174812009-06-28 David De La Harpe Golden <david@harpegolden.net>
17482
17483 * files.el (move-file-to-trash): Add freedesktop trash
17484 support (Bug#973).
17485
fc2f6a26
GM
174862009-06-28 Glenn Morris <rgm@gnu.org>
17487
17488 * autorevert.el (global-auto-revert-non-file-buffers)
17489 (global-auto-revert-mode): Doc fixes.
17490
00242b07
JB
174912009-06-27 Johan Bockgård <bojohan@gnu.org>
17492
17493 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
17494
f5594f03
CY
174952009-06-27 Chong Yidong <cyd@stupidchicken.com>
17496
e8a2b2da
CY
17497 * faces.el (x-handle-named-frame-geometry): Ensure that we have
17498 opened an X connection before calling x-get-resource (Bug#3194).
17499
f5594f03
CY
17500 * play/doctor.el: Remove reference to obsolete website.
17501 (make-doctor-variables): Correct grammar mistake (Bug#2633).
17502
3c3bf6ce
DN
175032009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
17504
17505 Remove find-file-not-found-hook VC method. (Bug#2757)
17506 * vc-hooks.el (vc-file-not-found-hook)
17507 (vc-default-find-file-not-found-hook): Remove functions.
17508 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
17509 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
17510 * vc.el:
17511 * vc-hg.el:
17512 * vc-git.el: Do not mention find-file-not-found-hook VC method.
17513
e26a7bc0
AM
175142009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
17515
17516 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 17517 compatibility function for `looking-back'.
e26a7bc0 17518
4b8b1ec5 17519 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 17520 Use `ispell-looking-back'.
e26a7bc0 17521
d9848600
MA
175222009-06-24 Michael Albinus <michael.albinus@gmx.de>
17523
17524 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 17525 rather than `filename'.
d9848600 17526
05fbc4a9
MB
175272009-06-23 Miles Bader <miles@gnu.org>
17528
17529 * face-remap.el (text-scale-set): New function.
17530
f86ca715
GM
175312009-06-23 Glenn Morris <rgm@gnu.org>
17532
33e2c2e5
GM
17533 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
17534
f529f302
GM
17535 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
17536
34995333
GM
17537 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
17538
cc80ccee
GM
17539 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
17540
84cb770d
GM
17541 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
17542 Simplify Persian conditionals.
17543
d916c965
GM
17544 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
17545 variable `filename'.
17546
b6a44b27
GM
17547 * comint.el (comint-insert-input): Doc fix.
17548
f86ca715
GM
17549 * Makefile.in (ELCFILES): Fix typo in previous change.
17550
666e158e
MB
175512009-06-23 Miles Bader <miles@gnu.org>
17552
17553 * cus-start.el: Add entry for `recenter-redisplay'.
17554
be3e598a 175552009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
17556
17557 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
17558 Add an optional argument for the backend, use it instead of
17559 calling vc-backend.
4b8b1ec5
SM
17560 (vc-mode-line): Add an optional argument for the backend.
17561 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
17562 special handling for vc-state being a buffer to ...
17563
17564 * vc-rcs.el (vc-rcs-find-file-hook):
17565 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
17566
17567 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
17568 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
17569 vc-stay-local-p and vc-mode-line calls.
17570
17571 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
17572 (vc-cvs-diff, vc-cvs-annotate-command)
17573 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
17574 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
17575 vc-mode-line calls.
17576
17577 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
17578 direct comparison.
17579 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
17580 backend when calling vc-mode-line.
17581 (vc-register): Do not create a closure for calling the vc register
17582 function, call it directly.
17583
2764748c
DN
175842009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
17585
17586 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
17587 to make it obvious item can be clicked.
f5a0b281
DN
17588
17589 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
17590
d4a885b2
KH
175912009-06-23 Kenichi Handa <handa@m17n.org>
17592
17593 * language/korea-util.el (korean-key-bindings): Change the binding
17594 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
17595 same command.
17596
e3610693
MA
175972009-06-22 Michael Albinus <michael.albinus@gmx.de>
17598
17599 Sync with Tramp 2.1.16.
17600
17601 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
17602
17603 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
17604 when a loading of a package fails. Completion function for rsync
17605 is `tramp-completion-function-alist-ssh'.
17606 (all): Replace all calls of `split-string' and
17607 `tramp-split-string' by `tramp-compat-split-string'.
17608 (tramp-default-method): Use `tramp-compat-process-running-p'.
17609 (tramp-default-proxies-alist): Allow also Lisp forms.
17610 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 17611 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
17612 (tramp-domain-regexp): Allow also "-", "_" and ".".
17613 (tramp-end-of-output): Remove newlines, and add "$" at the end.
17614 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
17615 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
17616 (tramp-handle-directory-files-and-attributes-with-stat):
17617 Care about filenames with spaces, or starting with "-".
e3610693
MA
17618 (tramp-handle-dired-uncache): New defun.
17619 (tramp-handle-insert-directory): Don't flush the directory from
17620 cache, this is handled by `dired-uncache' now.
17621 (tramp-handle-insert-file-contents): Improve error handling.
17622 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17623 Quote `tramp-end-of-output'.
17624 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
17625 (tramp-check-for-regexp): Both echoes must be present, before removing.
17626 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
17627 (tramp-compute-multi-hops): Eval cons cells of
17628 `tramp-default-proxies-alist'.
17629 (tramp-maybe-open-connection): Use the same command pattern for
17630 first hop and further hops.
17631 (tramp-wait-for-output): Remove handling of newlines.
17632 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
17633 (tramp-split-string): Remove function. It is handled in
17634 tramp-compat now.
17635
4b8b1ec5
SM
17636 * net/tramp-cmds.el (tramp-bug):
17637 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
17638
17639 * net/tramp-compat.el (tramp-compat-split-string)
17640 (tramp-compat-process-running-p): New defuns.
17641
17642 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
17643 for `dired-uncache'.
17644
17645 * net/tramp-gvfs.el: New package.
17646
4b8b1ec5
SM
17647 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
17648 Add handler for `dired-uncache'.
e3610693
MA
17649 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
17650
17651 * net/trampver.el: Update release number. Make version check fit
17652 for SXEmacs 22.
17653
13a3f374
JM
176542009-06-22 Jim Meyering <meyering@redhat.com>
17655
e0a28a3b 17656 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
17657 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
17658 XZ is the successor to LZMA: <http://tukaani.org/xz/>
17659
5242671e 176602009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 17661 Nick Roberts <nickrob@snap.net.nz>
13a3f374 17662
e0a28a3b 17663 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
17664 repository (http://sphinx.net.ru/hg/gdb-mi/).
17665
3fde45af
GM
176662009-06-22 Glenn Morris <rgm@gnu.org>
17667
46253b34
GM
17668 * files.el (dir-locals-collect-mode-variables): Allow for any number of
17669 `mode' and `eval' entries. (Bug#3430)
17670
97e18192
GM
17671 * Makefile.in (ELCFILES): Add fadr.elc.
17672
731a00fb
GM
17673 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
17674 differing behavior of \n and ^ in strings. (Bug#3385)
17675
c66cd0ff
GM
17676 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
17677
3fde45af
GM
17678 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
17679 property.
17680 (lisp-indent-function): Make it a defcustom.
17681
db2241a0
NR
176822009-06-21 Nick Roberts <nickrob@snap.net.nz>
17683
17684 * progmodes/gdb-ui.el: Replace with ...
5242671e 17685 * progmodes/gdb-mi.el: ... this file.
db2241a0 17686 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
17687
176882009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
17689
db2241a0
NR
17690 * fadr.el: New file.
17691
38d4f316 17692See ChangeLog.14 for earlier changes.
e3d51b27
MR
17693
17694;; Local Variables:
17695;; coding: utf-8
e3d51b27
MR
17696;; End:
17697
775f75bc 17698 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
e3d51b27
MR
17699
17700 This file is part of GNU Emacs.
17701
17702 GNU Emacs is free software: you can redistribute it and/or modify
17703 it under the terms of the GNU General Public License as published by
17704 the Free Software Foundation, either version 3 of the License, or
17705 (at your option) any later version.
17706
17707 GNU Emacs is distributed in the hope that it will be useful,
17708 but WITHOUT ANY WARRANTY; without even the implied warranty of
17709 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17710 GNU General Public License for more details.
17711
17712 You should have received a copy of the GNU General Public License
17713 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.