Replace digest-doc and sorted-doc C programs with Lisp commands.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
aa02a29f
GM
12010-10-23 Glenn Morris <rgm@gnu.org>
2
17284e30
GM
3 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
4
aa02a29f
GM
5 * help.el (finder-by-keyword): Remove unnecessary autoload.
6
69b55131
GM
72010-10-22 Glenn Morris <rgm@gnu.org>
8
9a0dd02d
GM
9 * loadup.el: Unconditionally load float-sup.
10 * paren.el (show-paren-delay):
11 * emacs-lisp/float-sup.el:
12 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
13 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
14 (lazy-lock-stealth-verbose): Assume float support.
15 * ps-print.el: Assume float support on Emacs.
16 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
17 Remove non-float branch.
18
69b55131
GM
19 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
20 src/Makefile no longer being pre-processed.
21
7c23d9e8
SM
222010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
23
24 * emacs-lisp/find-func.el (find-library): Use test-completion.
25
23737b4a
LMI
262010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
27
7c23d9e8 28 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 29
01d884cf
MA
30010-10-21 Michael Albinus <michael.albinus@gmx.de>
31
32 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
33 space in stat format string.
34 (tramp-send-command): Unset $PS1 when using here documents, in
35 order not to get several prompts.
36 (tramp-get-inline-coding): Return `nil' in case of errors.
37
08ffb131
DU
382010-10-21 Daiki Ueno <ueno@unixuser.org>
39
7c23d9e8
SM
40 * hexl.el (hexl-mode, hexl-mode-exit):
41 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
42 (hexl-revert-buffer-function): New function.
43 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
44
ba7fdf30
AM
452010-10-19 Alan Mackenzie <acm@muc.de>
46
7c23d9e8
SM
47 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
48 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
49 that these keywords aren't wrongly matched as identifiers.
50
ba7fdf30
AM
51 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
52 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 53 c-after-change. (Bug#7181)
ba7fdf30 54
7fd8732d
CY
552010-10-19 Chong Yidong <cyd@stupidchicken.com>
56
57 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
58 Don't mark as safe.
59
60 * custom.el (custom-theme-set-variables): Likewise.
61 (load-theme): Add custom-theme-set-faces and
62 custom-theme-set-variables to safe-functions while loading.
63 (custom-enabled-themes): Mark as risky.
64
3f12b18c
JD
652010-10-18 Julien Danjou <julien@danjou.info>
66
67 * bindings.el: Remove end dashes in default mode-line-format.
68
b8a47412
CY
692010-10-19 Chong Yidong <cyd@stupidchicken.com>
70
71 * bindings.el (global-map): Bind C-d to delete-char and deletechar
72 to delete-forward-char.
73
74 * simple.el (normal-erase-is-backspace-mode): Remap delete to
75 deletechar, and hence delete-forward-char.
76
ca3fa302
JB
772010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
78
79 * repeat.el (repeat): Use read-key (bug#6256).
80
812010-10-19 Chong Yidong <cyd@stupidchicken.com>
82
83 * emacs-lisp/unsafep.el: Don't mark functions that display
84 messages as safe. Suggested by Johan Bockgård.
85
862010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
87
88 * minibuffer.el (completion--replace): Move point where it belongs
89 when there's a common suffix (bug#7215).
90
912010-10-19 Kenichi Handa <handa@m17n.org>
92
93 * international/characters.el: Add category '|' (word breakable)
94 to fullwidth characters.
95
3224b54d
MA
962010-10-19 Michael Albinus <michael.albinus@gmx.de>
97
98 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
99 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
100 order to make stat results a float. Patch by Andreas Schwab
101 <schwab@linux-m68k.org>.
102
36ba6f07
JD
1032010-10-18 Julien Danjou <julien@danjou.info>
104
105 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
106 hidden by `make-pointer-invisible'.
107
43f964fc
SM
1082010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
109
110 * files.el (locate-file-completion-table): Strip non-matching elements
111 before checking length of list (bug#7238).
112
e48eb343
CY
1132010-10-18 Chong Yidong <cyd@stupidchicken.com>
114
115 * custom.el (custom-theme-set-variables): Mark as a safe function.
116 (load-theme): Check forms using unsafep.
117
118 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
119
df987d70
AM
1202010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
121
43f964fc
SM
122 * textmodes/ispell.el (ispell-aspell-find-dictionary):
123 Fix aspell data file searching (bug#7230).
df987d70 124
29a4c45b
CY
1252010-10-16 Chong Yidong <cyd@stupidchicken.com>
126
127 * cus-theme.el (custom-theme--migrate-settings): New var.
128 (customize-create-theme): Allow editing the `user' theme.
129 (custom-theme-add-variable, custom-theme-add-var-1)
130 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
131 to the front of each variable or face widget.
132 (custom-theme-write): Save theme settings in the correct order.
133 Optionally, remove saved settings from user customizations.
43f964fc
SM
134 (custom-theme-write-variables, custom-theme-write-faces):
135 Save only the checked widgets.
29a4c45b
CY
136 (customize-themes): Add a link for migrating custom settings.
137
43f964fc
SM
138 * custom.el (custom-declare-theme, provide-theme):
139 Use custom-theme-name-valid-p.
29a4c45b
CY
140 (custom-theme-name-valid-p): Remove checks that are now
141 unnecessary since themes no longer obey load-path.
142
143 * cus-edit.el (custom-variable-value-create): For the simple
144 style, hide documentation string when hidden.
145
782b5e8d
CY
1462010-10-16 Chong Yidong <cyd@stupidchicken.com>
147
647bc502
CY
148 * cus-edit.el (custom-variable, custom-face): Combine the
149 :inhibit-magic and :display-style properties into a single
150 :custom-style property.
43f964fc
SM
151 (custom-toggle-hide-variable, custom-toggle-hide-face):
152 New functions. If hiding an edited value, save it to :shown-value.
153 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
154 (custom-magic-reset): Allow magic property to be unset.
155
782b5e8d
CY
156 * custom.el: Custom themes no longer use load-path.
157 (custom-theme-load-path): New option. Change built-in theme
158 directory to etc/.
159 (custom-enabled-themes): Add custom-theme-load-path dependency.
160 (custom-theme--load-path): New function.
161 (load-theme, custom-available-themes): Use it.
162
163 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
164 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
165 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
166 :custom-style property.
782b5e8d
CY
167
168 * themes/*.el: Moved to etc/.
169
99f65cfa
RA
1702010-10-16 Ralf Angeli <angeli@caeruleus.net>
171
172 * textmodes/reftex-cite.el
173 (reftex-extract-bib-entries-from-thebibliography): Do not move
174 point when searching for \bibitem entries. Match entries with
175 spaces or tabs in front of arguments.
176
da16abfc
CY
1772010-10-16 Chong Yidong <cyd@stupidchicken.com>
178
179 * cus-theme.el (customize-create-theme): Delete overlays after
180 erasing. If given a THEME arg, display only the faces of that arg
181 instead of custom-theme--listed-faces.
182 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 183 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
184 (custom-theme-add-variable, custom-theme-add-face): Apply value
185 from the theme settings, instead of the current value.
186 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
187 (custom-theme-visit-theme): Allow calling outside theme buffers.
188 (custom-theme-merge-theme): Don't enable the theme when merging.
189 (custom-theme-write-variables, custom-theme-write-faces): Use the
190 :shown-value properties to save buffer values, not global ones.
191 (customize-themes): Display a warning about user customizations.
192
193 * cus-edit.el (custom-variable-value-create)
194 (custom-face-value-create): Obey new special properties
195 :shown-value and :inhibit-magic.
196
aa095b2d
MA
1972010-10-15 Michael Albinus <michael.albinus@gmx.de>
198
199 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
200 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
201 <dale@codefu.org>.
aa095b2d 202
7ca9cfda
KH
2032010-10-14 Kenichi Handa <handa@m17n.org>
204
9650fc61
KH
205 * mail/rmail.el (rmail-show-message-1): Catch an error of
206 base64-decode-region and just show an error message (bug#7165).
207
43f964fc 208 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
209 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
210 a font-spec (bug#7197).
211
220d91b8 2122010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
213
214 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
215
220d91b8 2162010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 217
c0943d3d
JB
218 * international/mule.el (define-coding-system):
219 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
220 * composite.el (compose-region): Fix typo in docstring.
221
4983ddea
CY
2222010-10-14 Chong Yidong <cyd@stupidchicken.com>
223
de43f11b
CY
224 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
225 only after checking the theme-face property.
226
4983ddea
CY
227 * faces.el (face-spec-reset-face): Reset all attributes in one
228 single call to set-face-attribute.
229 (face-spec-match-p): Make it a defsubst.
230 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
231 (x-create-frame-with-faces, tty-create-frame-with-faces)
232 (tty-set-up-initial-frame-faces): Don't recompute face specs in
233 frame-set-background-mode, since they are recomputed immediately
234 afterwards in face-set-after-frame-default.
235 (face-set-after-frame-default): Minor optimization.
236 (cursor): Provide non-trivial defface spec.
237
238 * custom.el (custom-theme-recalc-face): Simplify.
239
a974dcf2
JB
2402010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
241
43f964fc 242 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
243 (math-is-polynomial, math-is-poly-rec): Replace `var'
244 with `math-var'.
245
43f964fc 246 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
247 (calcFunc-table, math-scan-for-limits): Replace `var'
248 with `math-var'.
249
10e4702a
GM
2502010-10-13 Glenn Morris <rgm@gnu.org>
251
252 * subr.el (last): Deal with dotted lists (reported in bug#7174).
253
88f427d5
SB
2542010-10-13 Stephen Berman <stephen.berman@gmx.net>
255
256 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
257
a1d16a7b
G
2582010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
259
260 * net/tls.el (tls-program): Remove spurious %s from openssl.
261 (tls-starttls-switches): Remove starttls hack.
262 (open-tls-stream): Ditto.
263 (tls-find-starttls-argument): Ditto.
264
2e288d54
JB
2652010-10-13 Juanma Barranquero <lekktu@gmail.com>
266
267 * image.el (image-library-alist): Declare as obsolete alias.
268 (image-type-available-p): Use `dynamic-library-alist'.
269
270 * term/w32-win.el (dynamic-library-alist):
271 Use instead of `image-library-alist'.
272
35744400
IS
2732010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
274
275 * subr.el (last): Make it faster. (Bug#7174)
276
290fe464
RO
2772010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
278
279 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
280
2919746c
CY
2812010-10-12 Chong Yidong <cyd@stupidchicken.com>
282
283 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
284 (describe-theme-1): Extract doc from unloaded themes.
285
286 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
287
288 * themes/tango-theme.el:
289 * themes/tango-dark-theme.el:
290 * themes/wheatgrass-theme.el: New files.
291
6b09b5d1
CY
2922010-10-12 Chong Yidong <cyd@stupidchicken.com>
293
294 * cus-theme.el (describe-theme, customize-themes)
295 (custom-theme-save): New commands.
296 (custom-new-theme-mode-map): Bind C-x C-s.
297 (custom-new-theme-mode): Use custom--initialize-widget-variables.
298 (customize-create-theme): New optional arg THEME.
299 (custom-theme-revert): Use it.
300 (custom-theme-visit-theme): Remove dead code.
301 (custom-theme-merge-theme): Use custom-available-themes.
302 (custom-theme-write): Make interactive.
303 (custom-theme-write): Use custom-theme-name-valid-p.
304 (describe-theme-1, custom-theme-choose-revert)
305 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
306 New funs.
307 (custom-theme-allow-multiple-selections): New option.
308 (custom-theme-choose-mode): New major mode.
309
43f964fc
SM
310 * custom.el (custom-theme-set-variables): Remove dead code.
311 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
312 (custom--inhibit-theme-enable): New var.
313 (provide-theme): Obey it.
314 (load-theme): Replace load with manual read/eval, in order to
315 check for correctness. Use custom-theme-name-valid-p.
316 (custom-theme-name-valid-p): New function.
317 (custom-available-themes): Use it.
318
319 * cus-edit.el (custom--initialize-widget-variables): New function.
320 (Custom-mode): Use it.
321
43f964fc
SM
322 * cus-face.el (custom-theme-set-faces): Remove dead code.
323 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
324
325 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
326
16366259
JB
3272010-10-12 Juanma Barranquero <lekktu@gmail.com>
328
cb7d821e 329 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 330
4c14013d 3312010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 332
4c14013d
JB
333 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
334 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
335 (mac-right-option-modifier): New alias for ns-right-option-modifier.
336
337 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 338
4c14013d 3392010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
340
341 * emacs-lisp/lisp.el (lisp-completion-at-point):
342 Use emacs-lisp-mode-syntax-table for the whole function.
343
4c14013d 3442010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
345
346 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
347 instead of font-lock-mode before adding keywords.
348 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
349 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
350 non-nil; removed hook inhibit hack.
351
4c14013d 3522010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 353
d15f9a2b
GM
354 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
355 (load-path-shadows-find): ... to this.
356 (list-load-path-shadows): Update for above change.
357
c7d6d8a1
GM
358 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
359
f0b7f5a8
KY
3602010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
361
362 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
363 Fix comment for declare-function.
364
05d22d02
CY
3652010-10-11 Chong Yidong <cyd@stupidchicken.com>
366
367 * custom.el (custom-fix-face-spec): New function; code moved from
368 custom-face-edit-fix-value.
369 (custom-push-theme): Use it when checking if a face has been
370 changed outside customize.
371 (custom-available-themes): New function.
372 (load-theme): Use it.
373
43f964fc 374 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
375
376 * custom.el (custom-push-theme): Cleanup (use cond).
377 (disable-theme): Recompute the saved-face property.
378 (custom-theme-recalc-face): Follow face alias before setting prop.
379
43f964fc
SM
380 * image.el (image-checkbox-checked, image-checkbox-unchecked):
381 New variables, containing checkbox images.
05d22d02
CY
382
383 * startup.el (fancy-startup-tail):
384 * wid-edit.el (checkbox): Use them.
385
293e7c22
DN
3862010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
387
a0310a6c
DN
388 * shell.el (shell-mode-map):
389 * progmodes/modula2.el (m2-mode-map):
390 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
391 * play/mpuz.el (mpuz-mode-map):
392 * play/landmark.el (lm-mode-map):
393 * play/decipher.el (decipher-mode-map):
394 * play/5x5.el (5x5-mode-map):
395 * net/telnet.el (telnet-mode-map):
396 * net/quickurl.el (quickurl-list-mode-map):
397 * net/mairix.el (mairix-searches-mode-map):
398 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
399 * net/dig.el (dig-mode-map):
400 * mail/mspools.el (mspools-mode-map):
401 * hexl.el (hexl-mode-map):
402 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
403 (wordstar-C-o-map, wordstar-C-q-map):
404 * emacs-lisp/edebug.el (edebug-eval-mode-map):
405 * emacs-lisp/chart.el (chart-map):
406 * edmacro.el (edmacro-mode-map):
407 * erc/erc-list.el (erc-list-menu-mode-map):
408 * array.el (array-mode-map): Declare and define in one step.
409
293e7c22
DN
410 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
411
446b12da
DU
4122010-10-10 Daiki Ueno <ueno@unixuser.org>
413
414 * epa.el (epa-passphrase-callback-function): Display filename
415 passed as the 3rd arg.
43f964fc
SM
416 * epa-file.el (epa-file-passphrase-callback-function):
417 Pass filename to epa-passphrase-callback-function.
446b12da 418
76c16af8
CY
4192010-10-09 Chong Yidong <cyd@stupidchicken.com>
420
421 * cus-edit.el (custom-face-widget-to-spec)
422 (custom-face-get-current-spec, custom-face-state): New functions.
423 (custom-face-set, custom-face-mark-to-save)
424 (custom-face-value-create, custom-face-state-set): Use them.
425
426 * cus-theme.el (custom-theme--listed-faces): New var.
427 (customize-create-theme): Use *Custom Theme* as the buffer name.
428 Set revert-buffer-function. Optional arg BUFFER. Insert all
429 faces listed in custom-theme--listed-faces.
430 (custom-theme-revert): New function.
431 (custom-theme-add-variable, custom-theme-add-face): Insert at the
432 bottom of the list.
433 (custom-theme-write): Prompt for theme name if empty.
434 (custom-theme-write-variables): Use dolist.
435 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
436
e15f8aaa
AM
4372010-10-09 Alan Mackenzie <acm@muc.de>
438
439 Enhance fontification of declarators to take account of the
440 presence/absence of "typedef".
441
442 * cc-engine.el (c-forward-type): New &optional param
443 "brace-block-too".
444 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 445 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
446
447 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
448 fontification of declarators which follow a "}".
449 (c-font-lock-declarations): Fontify declarators according to the
450 presence/absence of "typedef".
451
452 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
453 for "typedef".
454 (c-typedef-decl-key): New lang variable built from
455 c-typedef-decl-kwds.
456
cf321e50
LMI
4572010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
458
77aec221
LMI
459 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
460 since that's too annoying. Move the filter groups commands to
461 TAB/backtab.
462
7450df5d
LMI
463 * epa.el (epa-passphrase-callback-function): Say what we're
464 querying the password for.
465
cf321e50 466 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 467 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 468
587faadd
CY
4692010-10-08 Chong Yidong <cyd@stupidchicken.com>
470
471 * cus-edit.el (custom-commands, custom-buffer-create-internal)
472 (custom-magic-value-create): Pad button tags with spaces.
473 (custom-face-edit): New variable.
474 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
475 face editor here, instead of using custom-face-selected.
476 Pass face defaults to custom-face-edit widget.
587faadd
CY
477 (custom-face-selected, custom-display-unselected): Delete widgets.
478 (custom-display-unselected-match): Function removed.
43f964fc
SM
479 (custom-face-set, custom-face-mark-to-save):
480 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
481
482 * wid-edit.el (widget--completing-widget): New var.
483 (widget-default-complete): Bind it when doing completion.
484 (widget-string-complete, widget-file-complete): Use it.
485
a1ab97d0
GM
4862010-10-09 Glenn Morris <rgm@gnu.org>
487
85d50db7
GM
488 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
489 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
490 (holiday-hebrew-misc): Small simplifications.
491
3fb78d1f
GM
492 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
493
a1ab97d0
GM
494 * net/browse-url.el: Don't require thingatpt, term, dired,
495 executable, or w3-auto when compiling.
496 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
497 Declare.
498 (browse-url-text-emacs): Require term.
499
2187e5bb
AS
5002010-10-08 Andreas Schwab <schwab@linux-m68k.org>
501
502 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
503
e5d49589
GM
5042010-10-08 Glenn Morris <rgm@gnu.org>
505
5823f53f
GM
506 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
507
e5d49589
GM
508 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
509 (shadows-compare-text-p): Make it an obsolete alias for...
510 (load-path-shadows-compare-text): ... new name.
511 (find-emacs-lisp-shadows): Update for above name change.
512 (load-path-shadows-same-file-or-nonexistent): New name for the old
513 shadow-same-file-or-nonexistent.
514
4628bef1 5152010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
516
517 * minibuffer.el (completion--some, completion--do-completion)
518 (minibuffer-complete-and-exit, minibuffer-completion-help)
519 (completion-basic-try-completion)
520 (completion-basic-all-completions)
521 (completion-pcm--find-all-completions): Use lexical-let to
522 avoid some false matches in variable completion (Bug#7056)
523
4628bef1 5242010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
525
526 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
527
4628bef1 5282010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
529
530 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
531 return non-nil if the file exists (Bug#7090).
532
4628bef1 5332010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
534
535 * minibuffer.el (completion--replace):
536 Better preserve markers (bug#7138).
537
4628bef1 5382010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
539
540 * server.el (server-process-filter): Doc fix.
541
4628bef1 5422010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
543
544 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
545
4628bef1 5462010-10-08 Andreas Schwab <schwab@linux-m68k.org>
c19f76a1 547
0cceab3d
AS
548 * Makefile.in (ELCFILES): Update.
549
e4adf61e
GM
5502010-10-08 Glenn Morris <rgm@gnu.org>
551
24ac444f
GM
552 * vc/ediff-wind.el (ediff-setup-control-frame):
553 * vc/ediff-ptch.el (ediff-default-backup-extension):
554 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
555 (ediff-exec-process): Remove system-types emx, windows-95.
556
e4adf61e
GM
557 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
558
61328d7c
CY
5592010-10-07 Chong Yidong <cyd@stupidchicken.com>
560
561 * cus-edit.el (custom-variable, custom-face): Doc fix.
562 (custom-face-edit): Add value-create attribute.
563 (custom-face-edit-value-create)
43f964fc
SM
564 (custom-face-edit-value-visibility-action): New functions.
565 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
566 (custom-face-edit-deactivate): Show empty values with shadow face.
567 (custom-face-selected): Only use this for face specs with default
568 attributes.
569 (custom-face-value-create): Cleanup.
570
571 * wid-edit.el (widget-checklist-value-create): Use dolist.
572 (widget-checklist-match-find): Make second arg optional.
573
ac44263a
GM
5742010-10-07 Glenn Morris <rgm@gnu.org>
575
849b02b4
GM
576 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
577 Prefix things.
578
ac44263a
GM
579 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
580 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
581 load-path-shadows-mode, update references.
06d9ef85
GM
582 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
583 Rename variable and button.
584 (list-load-path-shadows): Update button caller.
ac44263a 585
29c72a6e
SM
5862010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
587
588 * emacs-lisp/smie.el (smie-bnf-classify): New function.
589 (smie-bnf-precedence-table): Use it to remember the closers/openers.
590 (smie-merge-prec2s): Handle those new entries.
591 (smie-prec2-levels): Only set precedence to nil for actual
592 openers/closers.
593 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
594 that is now unnecessary.
595
775f75bc 5962010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
597
598 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
599
7e1e2a6e
GM
6002010-10-07 Glenn Morris <rgm@gnu.org>
601
58d1ac6d
GM
602 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
603 (mail-position-on-field): Remove declarations.
604 (mail-position-on-field): Autoload it.
605 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
606 and mail-header-end. Don't require sendmail.
607
7b9235ad
GM
608 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
609 (shadow-mode): New mode.
610 (shadow-find-file): New button.
611 (list-load-path-shadows): Use shadow-mode and buttons.
612
52da2182
GM
613 * iimage.el (iimage-version): Remove.
614 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
615 Turn into defcustoms.
616 (iimage-mode-map): Give it a doc string.
617
7e1e2a6e
GM
618 * calendar/appt.el (appt-activate): Give a warning rather than an error
619 if there is no diary-file.
620
e44eccd7
MA
6212010-10-06 Michael Albinus <michael.albinus@gmx.de>
622
29c72a6e
SM
623 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
624 Use `tramp-handle-find-backup-file-name'.
e44eccd7 625
4583e796
GM
6262010-10-06 Glenn Morris <rgm@gnu.org>
627
6aecca99
GM
628 * font-core.el (font-lock-defaults-alist): Remove variable.
629 (font-lock-mode): Doc fix.
630 (font-lock-default-function): Do not consult font-lock-defaults-alist.
631 * font-lock.el (font-lock-refresh-defaults): Doc fix.
632 (font-lock-set-defaults): Doc fix.
633 Do not consult font-lock-defaults-alist.
634
645a6257
GM
635 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
636
4583e796
GM
637 * emacs-lisp/cl.el: No longer provide cl-19.
638
bd8fadca
MA
6392010-10-05 Michael Albinus <michael.albinus@gmx.de>
640
641 * net/tramp.el (tramp-handle-directory-files-and-attributes)
642 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
643 New defuns, taken from tramp-smb.el.
644 (tramp-coding-system-change-eol-conversion)
43f964fc 645 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 646
43f964fc 647 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
648 (tramp-compat-coding-system-change-eol-conversion)
649 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
650 from tramp.el.
651
652 * net/tramp-gvfs.el:
653 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
654 by `tramp-compat-set-process-query-on-exit-flag'.
655
43f964fc
SM
656 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
657 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
658 `tramp-handle-file-exists-p' and
659 `tramp-handle-file-newer-than-file-p'.
660 (tramp-imap-handle-file-exists-p)
661 (tramp-imap-handle-file-executable-p)
662 (tramp-imap-handle-file-readable-p)
663 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 664 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
665
666 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
667 by `tramp-compat-set-process-query-on-exit-flag' and
668 `tramp-coding-system-change-eol-conversion' by
669 `tramp-compat-coding-system-change-eol-conversion'.
670
43f964fc
SM
671 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
672 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
673 `tramp-handle-file-exists-p' and
674 `tramp-handle-file-newer-than-file-p'.
675 (tramp-smb-handle-directory-files-and-attributes)
676 (tramp-smb-handle-file-exists-p)
43f964fc
SM
677 (tramp-smb-handle-file-newer-than-file-p): Remove.
678 (tramp-smb-maybe-open-connection):
679 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
680 `tramp-compat-set-process-query-on-exit-flag'.
681
726c5357
GM
6822010-10-05 Glenn Morris <rgm@gnu.org>
683
684 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
685
4a93e698
MA
6862010-10-04 Michael Albinus <michael.albinus@gmx.de>
687
688 Continue reorganization of load dependencies. (Bug#7156)
689
690 * net/tramp.el (tramp-handle-file-local-copy-hook)
691 (tramp-delete-temp-file-function): Move down.
692 (tramp-exists-file-name-handler): Move up.
693 (tramp-register-file-name-handlers): Simplify autoload.
694 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
695 (tramp-handle-directory-files, tramp-handle-dired-uncache)
696 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
697 (tramp-handle-file-name-completion)
698 (tramp-handle-file-name-directory)
699 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
700 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
701 (tramp-handle-find-backup-file-name)
702 (tramp-handle-insert-file-contents, tramp-handle-load)
703 (tramp-handle-substitute-in-file-name)
704 (tramp-handle-unhandled-file-name-directory)
705 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 706 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
707
708 * net/tramp-gvfs.el (top):
709 * net/tramp-smb.el (top): Do not require 'tramp-sh.
710
711 * net/tramp-sh.el (all): Move several objects to tramp.el, see
712 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
713
b4593555
GM
7142010-10-04 Glenn Morris <rgm@gnu.org>
715
716 * calendar/appt.el (appt-add): Ensure reminders are enabled.
717 (appt-activate): Give status messages.
718
8762aa10
TZ
7192010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
720
721 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
722 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
723 `gnutls-negotiate' (formerly `starttls-negotiate').
724 Remove trivial wrapper `starttls-open-stream'.
8762aa10 725
82fb8701
DN
7262010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
727
728 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
729 log-outgoing commands.
730 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
731 to create a buffer local revert-buffer-function variable.
732 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
733 revert-buffer-function lambda.
734
c1ae068b
LMI
7352010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
736
737 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
738 `gnutls-boot'. Make TYPE the only required parameter.
739 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
740 (open-ssl-stream): Use it.
741
67141a37
GM
7422010-10-03 Glenn Morris <rgm@gnu.org>
743
77f38949
GM
744 * subr.el (directory-sep-char): Remove obsolete variable.
745 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
746 it is "necessary".
747
67141a37
GM
748 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
749 * vc/vc.el (vc-static-header-alist): Doc fix.
750 * vc/vc-cvs.el (vc-cvs-header):
751 * vc/vc-rcs.el (vc-rcs-header):
752 * vc/vc-sccs.el (vc-sccs-header):
753 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
754 * obsolete/vc-mcvs.el (vc-mcvs-header):
755 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
756 on XEmacs.
757
96bcef2e
CY
7582010-10-03 Chong Yidong <cyd@stupidchicken.com>
759
43f964fc
SM
760 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
761 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 762
ef47f179
GM
7632010-10-03 Glenn Morris <rgm@gnu.org>
764
0437978e
GM
765 * obsolete/x-menu.el: Remove file, obsolete since 21.1
766
aee3c6f7
GM
767 * textmodes/rst.el (rst-font-lock-keywords-function):
768 Drop Emacs 20 code.
769
f88cd114
GM
770 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
771
6abfe35f
GM
772 * printing.el: Drop Emacs 20 code.
773
59e31cfa
GM
774 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
775 without having used appt.el already).
776
922ad43e
GM
777 * subr.el (make-local-hook): Remove function obsolete since 21.1.
778 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
779 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
780 XEmacs.
781 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
782 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
783
ef47f179
GM
784 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
785 (charset-width, find-charset-region, chars-in-region, forward-point)
786 (encode-coding-string, coding-system-p, ccl-execute-on-string)
787 (define-ccl-program, multibyte-string-p, string-make-multibyte):
788 Remove compatibility cruft (none of these are used by ps*.el).
789
ac6ca7ba
KR
7902010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
791
792 * subr.el (booleanp): Return t instead of a list (Bug#7086).
793
2a847524
CY
7942010-10-03 Chong Yidong <cyd@stupidchicken.com>
795
43f964fc
SM
796 * server.el (server-process-filter, server-return-error):
797 Give emacsclient time to shut down after receiving an error string.
2a847524 798
4bc3c53d
MA
7992010-10-02 Michael Albinus <michael.albinus@gmx.de>
800
801 * files.el (remote-file-name-inhibit-cache): New defcustom.
802
43f964fc
SM
803 * time.el (display-time-file-nonempty-p):
804 Use `remote-file-name-inhibit-cache'.
4bc3c53d 805
43f964fc
SM
806 * net/tramp.el (tramp-completion-reread-directory-timeout):
807 Fix docstring.
4bc3c53d
MA
808
809 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
810 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
811 `remote-file-name-inhibit-cache'. Check also for an integer
812 value. Add/increase counter when `tramp-verbose' >= 10.
813 (tramp-set-file-property): Add/increase counter when
814 `tramp-verbose' >= 10.
815
816 * net/tramp-cmds.el (tramp-cleanup-all-connections)
817 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
818 (tramp-bug): Set tramp-autoload cookie. Report all interned
819 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
820 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
821 characters only in strings.
822
823 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
824 to backward compatibility.
825
826 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
827 (tramp-handle-file-name-all-completions)
43f964fc
SM
828 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
829 (tramp-open-connection-setup-interactive-shell):
830 Call `tramp-cleanup-connection' directly.
4bc3c53d 831
9c524fcb
GM
8322010-10-02 Glenn Morris <rgm@gnu.org>
833
3226d6ca
GM
834 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
835
836 * subr.el (char-bytes): Remove obsolete function.
837
838 * isearch.el (isearch-return-char): Remove obsolete function.
839
840 * mouse.el: No longer provide mldrag.
841 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
842 Remove obsolete aliases.
843
844 * comint.el (comint-kill-output): Remove obsolete alias.
845
846 * composite.el (decompose-composite-char): Remove obsolete function.
847 * ps-def.el (decompose-composite-char): Remove unused function.
848
849 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
850
851 * outline.el (outline-visible): Remove obsolete function.
852
853 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
854 * faces.el (internal-find-face, internal-get-face)
855 (frame-update-faces, frame-update-face-colors)
856 (x-frob-font-weight, x-frob-font-slant)
857 (internal-frob-font-weight, internal-frob-font-slant)
858 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
859 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
860 (x-make-font-bold-italic): Remove functions and aliases, obsolete
861 since Emacs 21.1.
862 * emulation/viper-util.el (viper-get-face):
863 * obsolete/lucid.el (find-face, get-face): Use facep.
864 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
865 Remove unused functions.
866 * vc/ediff-util.el (ediff-submit-report): Doc fix.
867
9c524fcb
GM
868 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
869 delete tempfile if interrupted during compilation.
870
aecb42aa
LMI
8712010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
872
873 * net/tls.el (tls-starttls-switches): Give up on using starttls with
874 gnutls-cli.
875 (tls-program): Add --insecure to be consistent with the defaults from
876 openssl s_client. Now all three commands are insecure.
877
73077a9a
EZ
8782010-10-01 Eli Zaretskii <eliz@gnu.org>
879
880 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
881 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
882 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
883
1ef075bb
GM
8842010-10-01 Glenn Morris <rgm@gnu.org>
885
1fcaf927
GM
886 * obsolete/sc.el: Remove file.
887
1ef075bb
GM
888 * files.el (temporary-file-directory): On darwin, also try
889 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
890
a16f5f64
JB
8912010-10-01 Juanma Barranquero <lekktu@gmail.com>
892
893 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
894 Let's not break compatibility gratuitously, shall we?
895
6b958814
G
8962010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
897
47e08896 898 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
899 (tls-find-starttls-argument): Use it.
900 (open-tls-stream): Ditto.
901
47e08896 902 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
903 entry.
904 (netrc-machine): Ditto.
905
cad90f3b
EZ
9062010-09-30 Eli Zaretskii <eliz@gnu.org>
907
908 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
909
968ef9b4
JB
9102010-09-30 Juanma Barranquero <lekktu@gmail.com>
911
912 * server.el (server-start): Don't write pid to the authentication file.
913 (server-create-tty-frame): Don't send pid.
914 (server-process-filter): Send pid at the start of every connection.
915
3536dea8
GM
9162010-09-30 Glenn Morris <rgm@gnu.org>
917
8e378d88
GM
918 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
919 (show-all-diary-entries): Remove obsolete function aliases.
920
3536dea8
GM
921 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
922 Remove options, obsolete since 22.1.
923 (appt-display-format, appt-display-message): Remove
924 backwards-compatibility code.
925 (appt-check): No longer check appt-issue-message.
926 (appt-make-list): No longer autoload it. Doc fix. No longer
927 activate the package.
928
df7fcaff
LMI
9292010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
930
931 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
932 (starttls-negotiate): Just call boot, and let the handshake be
933 triggered from the read loop.
df7fcaff 934
c2828614
GM
9352010-09-29 Glenn Morris <rgm@gnu.org>
936
17a46341
GM
937 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
938 not displaying the diary.
939 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
940 * calendar/appt.el (appt-check): No longer need to kill diary.
941
7161e329
GM
942 * calendar/diary-lib.el (diary-list-entries): Move the
943 "Preparing..." message entirely here.
944 (diary-simple-display, diary-fancy-display): Move "Preparing..."
945 messages to diary-list-entries.
946 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
947 diary-display-function.
948
d0de6cba
GM
949 * calendar/diary-lib.el (diary-include-other-diary-files):
950 Trap some recursive includes.
951
c2828614
GM
952 * calendar/appt.el (appt-activate): Check diary file.
953
0c43b6f8
KY
9542010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
955
956 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
957 construction.
958
959 * calendar/time-date.el: No need to require cl for Emacs 21.
960
97ce2730
GM
9612010-09-28 Glenn Morris <rgm@gnu.org>
962
963 * calendar/appt.el (appt-check): Minor simplification.
964
e0a185ae
KY
9652010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
966
967 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
968 citation prefix.
969
c19f76a1
AS
9702010-09-27 Andreas Schwab <schwab@linux-m68k.org>
971
95b6d681
JB
972 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
973 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 974
fd057fd2
KH
9752010-09-27 Kenichi Handa <handa@m17n.org>
976
977 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
978 "ustar" format.
979
368b3544
KH
9802010-09-27 Kenichi Handa <handa@m17n.org>
981
982 * international/mule.el (define-coding-system): Docstring fixed.
983
984 * international/mule-diag.el (describe-character-set): Use princ
985 with proper print-length and print-level instead of insert.
986
95b6d681 9872010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
988
989 * window.el (walk-windows): Doc fix (bug#7105).
990
99368725
SM
9912010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
992
993 * emacs-lisp/float-sup.el (e): Remove.
994
8ed70bf3
LMI
9952010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
996
997 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
998 variable.
999 (starttls-negotiate): Use it.
1000
d2e9d0bb
LMI
10012010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1002
1003 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
1004 back.
1005
15413fb4
SM
10062010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1007
1008 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
1009
1821a7b4
LMI
10102010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1011
6303aba1
LMI
1012 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
1013
1821a7b4
LMI
1014 * net/netrc.el (netrc-store-data): New function.
1015
8af55556
TZ
10162010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
1017
1018 * net/gnutls.el: GnuTLS glue code to set up a connection.
1019
42343747
JD
10202010-09-25 Julien Danjou <julien@danjou.info>
1021
1022 * notifications.el: Call dbus-register-signal only if it is bound.
1023
ec60da52
GM
10242010-09-25 Glenn Morris <rgm@gnu.org>
1025
1026 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1027 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
1028 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
1029 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
1030 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
1031 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
1032 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
1033 * eshell/esh-util.el, eshell/esh-var.el:
1034 Remove leading `*' from docs of faces and defcustoms.
1035
4c964351
UM
10362010-09-25 Ulrich Mueller <ulm@gentoo.org>
1037
1038 * eshell/em-ls.el (eshell-ls-archive-regexp):
1039 * eshell/esh-util.el (eshell-tar-regexp):
1040 * ibuffer.el (ibuffer-compressed-file-name-regexp):
1041 * info.el (Info-suffix-list):
1042 * international/mule.el (auto-coding-alist):
1043 * woman.el (woman-file-regexp, woman-file-compression-regexp):
1044 * progmodes/etags.el (tags-compression-info-list):
1045 Support xz compression.
1046
41f54b73
CY
10472010-09-25 Chong Yidong <cyd@stupidchicken.com>
1048
1049 * files.el (get-free-disk-space): Don't assume the "df" output
1050 columns line up (Bug#6995).
1051
40b1a3a9
JB
10522010-09-25 Juanma Barranquero <lekktu@gmail.com>
1053
1054 * finder.el (finder-unknown-keywords):
1055 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
1056 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
1057
ba3033ee
JB
10582010-09-25 Juanma Barranquero <lekktu@gmail.com>
1059
1060 * server.el (server-start): Revert part of 2010-08-08 change. Using
1061 address 127.0.0.1 for local host is now done in Fmake_network_process.
1062
5e339ee2
GM
10632010-09-24 Glenn Morris <rgm@gnu.org>
1064
1065 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
1066 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
1067 * textmodes/css-mode.el, textmodes/dns-mode.el:
1068 Move autoloaded auto-mode-alist entries to files.el.
1069 * files.el (auto-mode-alist): Move entries here.
1070
af3ccb5c
GM
10712010-09-23 Glenn Morris <rgm@gnu.org>
1072
1073 * isearch.el (isearch-lazy-highlight-cleanup)
1074 (isearch-lazy-highlight-initial-delay)
1075 (isearch-lazy-highlight-interval)
1076 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1077 * net/net-utils.el (ipconfig-program-options):
1078 Move aliases to options before the associated definitions.
1079
266a86bd 10802010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
1081
1082 * newcomment.el (comment-normalize-vars): Better test validity of
1083 comment-end-skip.
1084
27ffea71 10852010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
1086
1087 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1088 (float-e): New name for `e'.
1089 (degrees-to-radians, radians-to-degrees):
1090 * calendar/solar.el (solar-longitude):
1091 * calculator.el (calculator-registers, calculator-funcall):
1092 * textmodes/artist.el (artist-spray-random-points):
1093 * play/bubbles.el (bubbles--initialize-images): Use new names.
1094
27ffea71 10952010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
1096
1097 Update to CEDET 1.0's version of EIEIO.
1098
9e0d4f9e
SM
1099 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1100 New function.
a2930e43
EL
1101 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1102 (eieio-default-eval-maybe): Eval val instead of unquoting only.
1103 (class-precedence-list): If class is nil, return nil.
1104 (eieio-generic-call): If class of first input arg is nil, don't
1105 look up static methods, and do check for primary methods.
1106 (initialize-instance): See if the default needs to be evaluated
1107 during the constructor.
1108 (eieio-perform-slot-validation-for-default): Don't do the check
1109 for values that will eventually be evaluated.
1110 (eieio-eval-default-p): New function.
1111 (eieio-default-eval-maybe): Use it.
1112
27ffea71 11132010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
1114
1115 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1116 method-invocation-order.
1117 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1118 (eieio-class-precedence-dfs): Compute class precedence list using
1119 dfs algorithm.
1120 (eieio-class-precedence-bfs): Compute class precedence list using
1121 bfs algorithm.
9e0d4f9e 1122 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
1123 c3 algorithm.
1124 (class-precedence-list): New function.
1125 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1126 (inconsistent-class-hierarchy): New error symbol.
1127 (call-next-method): Stow the replacement argument list for future
1128 call-next-method invocations.
1129
266a86bd 11302010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 1131
ea7f9ebf
GM
1132 * calendar/appt.el (appt-check): If not displaying the diary,
1133 use (diary 1) to only get the entries we need.
1134 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1135 that it is in day order. (Bug#7019)
1136
1bf6d075
GM
1137 * calendar/appt.el (appt-check): Rather than showing the diary,
1138 just turn off invisible display, and only if needed.
1139
87e798a7
GM
1140 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
1141
1fc7dabf
GM
11422010-09-23 Glenn Morris <rgm@gnu.org>
1143
7a16788b
GM
1144 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1145 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 1146 Start warnings with lower-case, like the majority.
7a16788b 1147
19543b17
GM
1148 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
1149
54238e6d
GM
1150 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
1151
ce009d0b
GM
1152 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
1153 * files.el (auto-mode-alist): Move ld-script entries here, further down
1154 the list.
1155
7b344dfe
GM
1156 * vc/add-log.el: Don't require timezone when compiling.
1157 (timezone-make-date-sortable): Autoload it.
1158 (change-log-sortable-date-at): Don't require timezone.
1159 Use `ignore-errors'.
1160
d9703498
GM
1161 * comint.el (comint-use-prompt-regexp-instead-of-fields):
1162 Move alias before definition, so it does not need autoloading.
1163
1fc7dabf
GM
1164 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
1165 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
1166 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
1167 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
1168 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
1169 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
1170 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
1171 * textmodes/tex-mode.el, textmodes/two-column.el:
1172 Remove leading `*' from docs of defcustoms etc.
1173
7676efad
TZ
11742010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
1175
1176 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
1177
b069e5a6
G
11782010-09-22 Dan Christensen <jdc@uwo.ca>
1179
1180 * calendar/time-date.el (date-to-time): Try using parse-time-string
1181 first before using the slower timezone-make-date-arpa-standard.
1182
1bf68d53
KY
11832010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
1184
1185 * calendar/time-date.el (format-seconds): Comment fix.
1186
cd205c76
GM
11872010-09-22 Glenn Morris <rgm@gnu.org>
1188
1189 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
1190 is not automatically buffer-local.
1191
4ddea91b
SM
11922010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1193
1194 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
1195 (smie-indent-comment): Be more careful with comment-start-skip.
1196 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
1197 (smie-indent-functions): Use them.
1198
b0f037ed
MA
11992010-09-21 Michael Albinus <michael.albinus@gmx.de>
1200
1201 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
1202
8cf1771a
JD
12032010-09-21 Jan Djärv <jan.h.d@swipnet.se>
1204
36a1b6db
JD
1205 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
1206 tool-bar-position. Don't modify frame parameters here.
180fb94a 1207 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 1208
8cf1771a
JD
1209 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
1210
0097720d
SM
12112010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1212
5d8e0d5d
SM
1213 * textmodes/reftex-parse.el (reftex-what-macro)
1214 (reftex-context-substring): Let-bind forward-sexp-function to nil
1215 since we don't need/want to treat \begin...\end as a block (bug#7053).
1216
984edd22
SM
1217 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
1218
1219 * simple.el (blink-matching-open): Use syntax-class.
1220
3672149f
SM
1221 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
1222 Set invisibility spec for pascal's outline mode.
1223 (pascal-outline-change): Clean up calling convention.
1224 (pascal-show-all, pascal-hide-other-defuns): Update callers.
1225
549d0e1e
SM
1226 * progmodes/prolog.el (prolog-smie-forward-token)
1227 (prolog-smie-backward-token): New functions.
1228 (prolog-mode-variables): Use them to parse "!," correctly.
1229 Set up smie-blink-matching for ".".
1230
a9cb95dd
SM
1231 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
1232 and `end'.
1233 (ispell-region, ispell-process-line): Update users.
1234
de558d10
SM
1235 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
1236 point-min==1.
1237
94eb3112
SM
1238 * textmodes/ispell.el: Fix commenting convention.
1239 (ispell-parse-output): Simplify, use push.
1240 (ispell-region): Use match-string-no-properties.
1241 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
1242 (ispell-minor-mode): Use define-minor-mode.
1243 (ispell-message): Remove unused var `skip-regexp'.
1244 (ispell-add-per-file-word-list): Use dynamic let-binding.
1245 Try and use the proper comment marker.
1246
1f7f45a5
SM
1247 * mail/sendmail.el: Fix commenting convention.
1248 (sendmail-send-it): Use line-beginning-position.
1249
0097720d
SM
1250 * help-fns.el (describe-variable): Add original value, if applicable.
1251
596880ea
JB
12522010-09-20 Juanma Barranquero <lekktu@gmail.com>
1253
f0713411
JB
1254 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
1255
596880ea
JB
1256 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
1257
37c0347e
SM
12582010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1259
2bc01104
SM
1260 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
1261 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
1262 (smie-prec2-levels): Use them to better diagnose precedence cycles.
1263 (smie-blink-matching-check): Don't signal a mismatch if car is t.
1264 (smie-blink-matching-open): Rewrite to remove assumptions, so that
1265 something like "." can also be a closer.
1266 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
1267 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
1268 Rename internal functions to use "--". Update callers.
1269
e2c3f530
SM
1270 * frame.el (make-frame-names-alist): Don't list frames on other displays.
1271
37c0347e
SM
1272 * fringe.el (fringe-styles): New var.
1273 (fringe-mode, fringe-query-style): Use it.
1274
74790210
MM
12752010-09-18 Michael R. Mauger <mmaug@yahoo.com>
1276
1277 * progmodes/sql.el: Version 2.8
93acd23d 1278 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
1279 (sql-product-alist): Add :list-all and :list-table features for
1280 SQLite, Postgres and MySQL products.
1281 (sql-redirect): Handle default value.
1282 (sql-execute, sql-execute-feature): New functions.
1283 (sql-read-table-name): New function.
93acd23d 1284 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
1285 (sql-mode-map, sql-interactive-mode-map): Add key definitions
1286 for above functions.
1287 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
1288 for above functions.
1289 (sql-postgres-login-params): Add user and database defaults.
1290 (sql-buffer-live-p): Bug fix.
93acd23d 1291 (sql-product-history): New variable.
74790210
MM
1292 (sql-read-product): New function. Use it.
1293 (sql-set-product, sql-product-interactive): Use it.
1294 (sql-connection-history): New variable.
93acd23d 1295 (sql-read-connection): New function. Use it.
74790210
MM
1296 (sql-connect): New function.
1297 (sql-for-each-login): Redesign function interface.
1298 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
1299 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
1300 (sql-comint): Check for program. Existing live buffer.
74790210
MM
1301 (sql-comint-postgres): Add port parameter.
1302
cec01cd2
SM
13032010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1304
1305 * emacs-lisp/warnings.el: Fix commenting convention.
1306 (display-warning): Use special mode and make the buffer read-only.
1307
c2a845b5
JB
13082010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
1309
1310 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
1311 empty string when it follows a repeated or optional pattern.
1312
f5632fb6
SM
13132010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1314
1315 * indent.el (indent-according-to-mode): Apply syntax-propertize.
1316 (indent-region): Use indent-according-to-mode.
1317
71b961e8
EZ
13182010-09-18 Eli Zaretskii <eliz@gnu.org>
1319
1320 * fringe.el (fringe-mode): Doc fix.
1321
dbbd7ad4
KRC
13222010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
1323
1324 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
1325 refreshing the preview buffer.
1326
b879a6e2
SM
13272010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1328
1329 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
1330 (latex-syntax-propertize-rules): New consts; replace
1331 tex-font-lock-syntactic-keywords.
1332 (tex-env-mark, latex-env-before-change): New functions.
1333 (latex-electric-env-pair-mode): New minor mode.
1334 (tex-font-lock-verb): Change arguments; do move point.
1335 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
1336 representation as a form of comment.
1337 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
1338 (doctex-syntax-propertize-rules): New const; replaces
1339 doctex-font-lock-syntactic-keywords.
1340 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
1341
1342 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
1343 (fortran-make-syntax-propertize-function): New function; replaces
1344 fortran-font-lock-syntactic-keywords.
1345 (fortran-mode): Use it.
1346 (fortran-line-length): Use it. Improve interactive spec.
1347
1348 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
1349 (syntax-propertize-rules): Add var-ref case. Fix offset computation
1350 when adding surrounding \(..\).
1351
1352 * progmodes/js.el (js-mode): Fix last change (bug#7054).
1353
4be520fb
SM
13542010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1355
269c197e
SM
1356 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
1357 Use with-current-buffer.
1358
4be520fb
SM
1359 * isearch.el (isearch-face): Rename from `isearch'.
1360 (isearch-highlight): Use new name.
1361
a67597d6
EZ
13622010-09-17 Eli Zaretskii <eliz@gnu.org>
1363
1364 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
1365 5, for `half' width fringes. (Bug#6933)
1366
31c381e8
SM
13672010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1368
3fe6ef4e
SM
1369 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
1370 (byte-compile-defvar): "foo/bar" does not lack a prefix.
1371
31c381e8
SM
1372 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
1373
fb0cf781
J
13742010-09-17 Stephen Berman <stephen.berman@gmx.net>
1375
1376 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
1377 in calculating new frame position. Add more space between new and
1378 parent on the left (Bug#7048).
1379
1a9dc3b5
MA
13802010-09-17 Michael Albinus <michael.albinus@gmx.de>
1381
1382 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
1383 defmacro.
1384
dff0fdc3
CY
13852010-09-16 Chong Yidong <cyd@stupidchicken.com>
1386
31c381e8 1387 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 1388
117c96c7
CY
1389 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
1390 obsolete alias for x-selection-value.
1391
dff0fdc3
CY
1392 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
1393
c6f2191f
MA
13942010-09-16 Michael Albinus <michael.albinus@gmx.de>
1395
1396 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
1397 cookie.
1398
6139f995
MA
13992010-09-15 Michael Albinus <michael.albinus@gmx.de>
1400
1401 * net/tramp-compat.el (tramp-compat-with-temp-message)
1402 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
1403 (tramp-compat-process-put): New defuns.
1404
1405 * net/tramp.el (top):
1406 * net/tramp-gvfs.el (top):
1407 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
1408
31c381e8
SM
1409 * net/tramp.el (tramp-progress-reporter-update):
1410 Use `tramp-compat-funcall'.
6139f995
MA
1411
1412 * net/tramp.el (tramp-process-actions):
1413 * net/tramp-gvfs.el (tramp-handle-vc-registered):
1414 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
31c381e8
SM
1415 (tramp-get-remote-stat, tramp-get-remote-readlink):
1416 Use `tramp-compat-with-temp-message'.
6139f995
MA
1417
1418 * net/tramp-sh.el (top): Require 'cl.
1419 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
1420 (tramp-open-connection-setup-interactive-shell):
1421 Use `tramp-compat-process-put'.
6139f995 1422
22c3ce97
AM
14232010-09-15 Alan Mackenzie <acm@muc.de>
1424
1425 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
1426 indentation.
a4ee83cc 1427 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 1428
4f1e9960
SM
14292010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
1430
1431 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
1432 `lexical' for warnings related to lexical scoping.
1433 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
1434 global vars which don't have a prefix and could hence affect lexical
1435 scoping in unrelated files.
1436
01e80360
LMI
14372010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1438
1439 * net/imap.el: Revert back to version
1440 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1441 seem problematic.
1442
5e2a84e3
JB
14432010-09-14 Juanma Barranquero <lekktu@gmail.com>
1444
1445 * obsolete/old-whitespace.el (whitespace-unload-function):
1446 Explicitly pass `obarray' to `unintern' to avoid a warning.
1447
f3a30a50
SM
14482010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1449
1450 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1451 Add `when' argument. Update callers.
1452
1453 * subr.el (unintern): Declare the obarray arg mandatory.
1454
92b99a01
GM
14552010-09-14 Glenn Morris <rgm@gnu.org>
1456
67ae9766
GM
1457 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1458 Doc fixes.
1459
92b99a01
GM
1460 * calendar/diary-lib.el (diary-included-files): New variable.
1461 (diary-list-entries): Maybe initialize diary-included-files.
1462 (diary-include-other-diary-files): Append to diary-included-files.
1463 * calendar/appt.el (appt-update-list): Also check the members of
1464 diary-included-files. (Bug#6999)
08151ec5 1465 (appt-check): Doc fix.
92b99a01 1466
6664fc59 14672010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
1468
1469 * simple.el (line-move-visual): Do not truncate goal column to
1470 integer size. (Bug#7020)
1471
6664fc59 14722010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
1473
1474 * repeat.el (repeat): Allow repeating when the last event is a click.
1475 Suggested by Drew Adams (bug#6256).
1476
6664fc59 14772010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd
SM
1478
1479 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1480 Replace setting HGRCPATH to "" by some less invasive --config options.
1481
6664fc59 14822010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
1483
1484 * font-lock.el (font-lock-beginning-of-syntax-function):
1485 Mark as obsolete.
1486
6664fc59 14872010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
1488
1489 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1490 and tool-bar modes. (Bug#6211)
1491 (menu-bar-mode): Move setting of standard-value after the
1492 minor-mode definition, otherwise it seems to have no effect.
1493
6664fc59 14942010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
1495
1496 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1497 Fix typo. (Bug#6976)
1498
6664fc59 14992010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
1500
1501 * whitespace.el: Allow cleaning up blanks without blank
1502 visualization (Bug#6651). Adjust help window for
1503 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
1504 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1505 (whitespace-style): Add new value 'face. Adjust docstring.
1506 (whitespace-space, whitespace-hspace, whitespace-tab):
1507 Adjust foreground property face.
9c405a86
CY
1508 (whitespace-line-column): Adjust docstring and type declaration.
1509 (whitespace-style-value-list, whitespace-toggle-option-alist)
1510 (whitespace-help-text): Adjust const initialization.
1511 (whitespace-toggle-options, global-whitespace-toggle-options):
1512 Adjust docstring.
1513 (whitespace-display-window, whitespace-interactive-char)
1514 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1515 (whitespace-help-scroll): New fun.
1516
ba96ddf5
KY
15172010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
1518
1519 * calendar/time-date.el (format-seconds): Comment fix.
1520
a386ac70
MM
15212010-09-13 Michael R. Mauger <mmaug@yahoo.com>
1522
1523 * progmodes/sql.el: Version 2.7.
1524 (sql-buffer-live-p): Improve detection.
1525 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1526 (sql-set-sqli-buffer): Use it.
1527 (sql-product-interactive): Run `sql-set-sqli-hook'.
1528 (sql-rename-buffer): Code cleanup.
1529 (sql-redirect, sql-redirect-value): New functions. More to come.
1530
5d921df2
JB
15312010-09-13 Juanma Barranquero <lekktu@gmail.com>
1532
1533 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.
1534 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1535 (TRAMP_SRC): New macro.
1536 ($(lisp)/net/tramp-loaddefs.el): New target.
1537
03c1ad43
MA
15382010-09-13 Michael Albinus <michael.albinus@gmx.de>
1539
1540 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
1541
1542 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
1543
1544 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
1545 'tramp-compat, everything else is required there.
1546 Use `ignore-errors' where appropriate.
03c1ad43
MA
1547 (tramp-inline-compress-start-size, tramp-copy-size-limit)
1548 (tramp-terminal-type, tramp-end-of-output)
1549 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
1550 (tramp-completion-function-alist-ssh)
1551 (tramp-completion-function-alist-telnet)
1552 (tramp-completion-function-alist-su)
1553 (tramp-completion-function-alist-putty, tramp-remote-path)
1554 (tramp-remote-process-environment, tramp-sh-extra-args)
1555 (tramp-actions-before-shell, tramp-uudecode)
1556 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
1557 (tramp-perl-file-attributes)
1558 (tramp-perl-directory-files-and-attributes)
1559 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
1560 (tramp-perl-encode, tramp-perl-decode)
1561 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
1562 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
1563 (tramp-handle-make-symbolic-link, tramp-handle-load)
1564 (tramp-handle-file-name-as-directory)
1565 (tramp-handle-file-name-directory)
1566 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
1567 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
1568 (tramp-do-file-attributes-with-ls)
1569 (tramp-do-file-attributes-with-perl)
1570 (tramp-do-file-attributes-with-stat)
1571 (tramp-handle-set-visited-file-modtime)
1572 (tramp-handle-verify-visited-file-modtime)
1573 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
1574 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
1575 (tramp-handle-file-selinux-context)
1576 (tramp-handle-set-file-selinux-context)
1577 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
1578 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
1579 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
1580 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
1581 (tramp-handle-file-ownership-preserved-p)
1582 (tramp-handle-directory-file-name, tramp-handle-directory-files)
1583 (tramp-handle-directory-files-and-attributes)
1584 (tramp-do-directory-files-and-attributes-with-perl)
1585 (tramp-do-directory-files-and-attributes-with-stat)
1586 (tramp-handle-file-name-all-completions)
1587 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
1588 (tramp-handle-copy-file, tramp-handle-copy-directory)
1589 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
1590 (tramp-do-copy-or-rename-file-via-buffer)
1591 (tramp-do-copy-or-rename-file-directly)
1592 (tramp-do-copy-or-rename-file-out-of-band)
1593 (tramp-handle-make-directory, tramp-handle-delete-directory)
1594 (tramp-handle-delete-file)
1595 (tramp-handle-dired-recursive-delete-directory)
1596 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
1597 (tramp-handle-insert-directory)
1598 (tramp-handle-unhandled-file-name-directory)
1599 (tramp-handle-expand-file-name)
1600 (tramp-handle-substitute-in-file-name)
1601 (tramp-handle-executable-find, tramp-process-sentinel)
1602 (tramp-handle-start-file-process, tramp-handle-process-file)
1603 (tramp-handle-call-process-region, tramp-handle-shell-command)
1604 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
1605 (tramp-handle-insert-file-contents)
1606 (tramp-handle-insert-file-contents-literally)
1607 (tramp-handle-find-backup-file-name)
1608 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
1609 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
1610 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
1611 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
1612 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
1613 (tramp-find-file-exists-command, tramp-open-shell)
1614 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
1615 (tramp-open-connection-setup-interactive-shell)
1616 (tramp-local-coding-commands, tramp-remote-coding-commands)
1617 (tramp-find-inline-encoding, tramp-call-local-coding-command)
1618 (tramp-inline-compress-commands, tramp-find-inline-compress)
1619 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 1620 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
1621 (tramp-send-command-and-check, tramp-barf-unless-okay)
1622 (tramp-send-command-and-read, tramp-mode-string-to-int)
1623 (tramp-convert-file-attributes, tramp-check-cached-permissions)
1624 (tramp-file-mode-from-int, tramp-file-mode-permissions)
1625 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
1626 (tramp-method-out-of-band-p, tramp-local-host-p)
1627 (tramp-get-remote-path, tramp-get-remote-tmpdir)
1628 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
1629 (tramp-get-test-command, tramp-get-test-nt-command)
1630 (tramp-get-file-exists-command, tramp-get-remote-ln)
1631 (tramp-get-remote-perl, tramp-get-remote-stat)
1632 (tramp-get-remote-readlink, tramp-get-remote-trash)
1633 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
1634 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 1635 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
1636 tramp-sh.el.
1637 (tramp-methods, tramp-default-method-alist)
1638 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
1639 Move initialization to tramp-sh.el.
1640 (tramp-temp-name-prefix): Make it a defconst.
1641 (tramp-dissect-file-name): Don't check anymore for multi-hop
1642 methods.
1643 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 1644 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
1645 (tramp-get-debug-buffer): Use it.
1646
1647 * net/tramp-cache.el (top): Set tramp-autoload cookie for
1648 initialization forms.
1649 (tramp-set-connection-property): Don't protect `tramp-message'
1650 call, it isn't necessary any longer.
1651 (tramp-dump-connection-properties): Use `ignore-errors'.
1652
1653 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
1654 'password-cache and 'auth-source.
1655
1656 * net/tramp-gvfs.el (top):
1657 * net/tramp-smb.el (top): Require 'tramp-sh.
1658
1659 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
1660
1661 * net/tramp-sh.el: New file, derived from tramp.el.
1662 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 1663 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
1664 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
1665 Use `ignore-errors' where appropriate.
1666 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
1667 `tramp-file-name-handler-alist'.
1668 (tramp-send-command-and-check): Return t or nil. Remove all
1669 `zerop' checks, where called.
1670 (tramp-handle-set-file-modes)
1671 (tramp-do-copy-or-rename-file-directly)
1672 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 1673 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
1674 (tramp-sh-file-name-handler, tramp-send-command-and-check)
1675 (tramp-get-remote-ln): Set tramp-autoload cookie.
1676
1677 * net/tramp-fish.el: Remove file.
1678
c5fe4acb
DU
16792010-09-13 Daiki Ueno <ueno@unixuser.org>
1680
1681 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
1682 buffer-file-name to avoid file-locking. (Bug#7026)
1683
7ea2d383
MA
16842010-09-13 Julien Danjou <julien@danjou.info>
1685
1686 * notifications.el (notifications-notify): Add support for
1687 image-path and sound-name.
1688 (notifications-specification-version): Add this variable.
1689
5616cc54
SM
16902010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1691
31c381e8 1692 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 1693
94c7243b
LL
16942010-09-12 Leo <sdl.web@gmail.com>
1695
1696 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
1697 (rcirc-completion-start): New variables.
1698 (rcirc-nick-completions): Rename to rcirc-completions.
1699 (rcirc-nick-completion-start-offset): Delete.
1700 (rcirc-completion-at-point): New function for constructing
1701 completion data for both nicks and irc commands. Add to
1702 completion-at-point-functions in rcirc mode.
1703 (rcirc-complete): Rename from rcirc-nick-complete; use
1704 rcirc-completion-at-point.
1705 (defun-rcirc-command): Update rcirc-client-commands.
1706
0f34ae28
GM
17072010-09-11 Glenn Morris <rgm@gnu.org>
1708
1709 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
1710 atomically, to avoid parallel build errors. (Bug#4196)
1711
9250002f
MM
17122010-09-11 Michael R. Mauger <mmaug@yahoo.com>
1713
1714 * progmodes/sql.el: Version 2.6
1715 (sql-dialect): Synonym for "sql-product".
1716 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1717 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
1718 Set "sql-buffer" to buffer name not buffer object so multiple sql
1719 interactive buffers work properly. Reverts misguided changes in
1720 earlier work.
1721 (sql-comint): Make sure different buffer name is used if "*SQL*"
1722 buffer is for a different product.
1723 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
1724 login param.
1725 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1726 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1727 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
1728 Accept new buffer name or prompt for one.
1729 (sql-port): Default to zero.
1730 (sql-comint-mysql): Handle "sql-port" as a numeric.
1731 (sql-port-history): Delete unused variable.
1732 (sql-get-login): Default "sql-port" to a number.
31c381e8 1733 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
1734 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
1735 "sqlite3" executables.
31c381e8 1736 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
1737 (sql-buffer-live-p): New function.
1738 (sql-mode-menu, sql-send-string): Use it.
1739 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
1740 syntax pattern.
1741 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
1742 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
1743
a9ec34f4
LMI
17442010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1745
31c381e8 1746 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 1747
cf38dd42
SM
17482010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1749
1750 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
1751 to replace texinfo-font-lock-syntactic-keywords.
1752 (texinfo-mode): Use it.
1753
1754 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
1755 Use syntax-propertize-function.
1756
1757 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
1758 replace sgml-font-lock-syntactic-keywords.
1759 (sgml-mode): Use it.
1760
1761 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
1762 since we don't use it.
1763
1764 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
1765
1766 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
1767 if available.
1768 (vhdl-fontify-buffer): Adjust.
1769
1770 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
1771 replace tcl-font-lock-syntactic-keywords.
1772 (tcl-mode): Use it.
1773
1774 * progmodes/simula.el (simula-syntax-propertize-function): New var to
1775 replace simula-font-lock-syntactic-keywords.
1776 (simula-mode): Use it.
1777
1778 * progmodes/sh-script.el (sh-st-symbol): Remove.
1779 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
1780 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
1781 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
1782 (sh-font-lock-paren): Set syntax-multiline.
1783 (sh-font-lock-syntactic-keywords): Remove.
1784 (sh-syntax-propertize-function): New function to replace it.
1785 (sh-mode): Use it.
1786
1787 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
1788 Define while compiling.
1789 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1790 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
1791 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
1792 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1793 (ruby-here-doc-end-syntax): Only define when
1794 syntax-propertize is not available.
1795 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
1796 New functions.
1797 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
1798 (electric-indent-chars): Silence bytecompiler.
1799 (ruby-mode): Use prog-mode, syntax-propertize-function, and
1800 electric-indent-chars.
1801
1802 * progmodes/python.el (python-syntax-propertize-function): New var to
1803 replace python-font-lock-syntactic-keywords.
1804 (python-mode): Use it.
1805 (python-quote-syntax): Simplify and adjust to new use.
1806
1807 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
1808 replace perl-font-lock-syntactic-keywords.
1809 (perl-syntax-propertize-special-constructs): New fun to replace
1810 perl-font-lock-special-syntactic-constructs.
1811 (perl-font-lock-syntactic-face-function): New fun.
1812 (perl-mode): Use it.
1813
1814 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
1815 to replace octave-font-lock-close-quotes.
1816 (octave-syntax-propertize-function): New function to replace
1817 octave-font-lock-syntactic-keywords.
1818 (octave-mode): Use it.
1819
1820 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
1821 replaces mixal-font-lock-syntactic-keywords.
1822 (mixal-mode): Use it.
1823
1824 * progmodes/make-mode.el (makefile-syntax-propertize-function):
1825 New var; replaces makefile-font-lock-syntactic-keywords.
1826 (makefile-mode): Use it.
1827 (makefile-imake-mode): Adjust.
1828
1829 * progmodes/js.el (js--regexp-literal): Define while compiling.
1830 (js-syntax-propertize-function): New var; replaces
1831 js-font-lock-syntactic-keywords.
1832 (js-mode): Use it.
1833
1834 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
1835 replaces gdb-script-font-lock-syntactic-keywords.
1836 (gdb-script-mode): Use it.
1837
1838 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
1839 (fortran--font-lock-syntactic-keywords): New var.
1840 (fortran-line-length): Update syntax-propertize-function and
1841 fortran--font-lock-syntactic-keywords.
1842
1843 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
1844
1845 * progmodes/cfengine.el (cfengine-mode):
1846 Use syntax-propertize-function.
1847 (cfengine-font-lock-syntactic-keywords): Remove.
1848
1849 * progmodes/autoconf.el (autoconf-mode):
1850 Use syntax-propertize-function.
1851 (autoconf-font-lock-syntactic-keywords): Remove.
1852
1853 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
1854 (ada-after-change-function, ada-initialize-syntax-table-properties)
1855 (ada-handle-syntax-table-properties): Only define when
1856 syntax-propertize is not available.
1857 (ada-mode): Use syntax-propertize-function.
1858
1859 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
1860 (font-lock-fontify-syntactic-keywords-region): Move handling of
1861 font-lock-syntactically-fontified to...
1862 (font-lock-default-fontify-region): ...here.
1863 Let syntax-propertize-function take precedence.
1864 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
1865
1866 * emacs-lisp/syntax.el (syntax-propertize-function)
1867 (syntax-propertize-chunk-size, syntax-propertize--done)
1868 (syntax-propertize-extend-region-functions): New vars.
1869 (syntax-propertize-wholelines, syntax-propertize-multiline)
1870 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
1871 (syntax-propertize): New functions.
1872 (syntax-propertize-rules): New macro.
1873 (syntax-ppss-flush-cache): Set syntax-propertize--done.
1874 (syntax-ppss): Call syntax-propertize.
1875
1876 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
1877
36f7d366
AM
18782010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
1879
1880 * textmodes/ispell.el (ispell-init-process): Improve comments.
1881 XEmacs compatibility changes regarding (add-hook) 'local option
1882 and (set-process-query-on-exit-flag).
1883
8fca3921
MA
18842010-09-09 Michael Albinus <michael.albinus@gmx.de>
1885
cf38dd42
SM
1886 * net/tramp-cache.el (tramp-parse-connection-properties):
1887 Set tramp-autoload cookie.
8fca3921 1888
399653d6
GM
18892010-09-09 Glenn Morris <rgm@gnu.org>
1890
1891 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
1892 (imagemagick-register-types): Doc fix.
1893
c34a9669
SM
18942010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1895
b073dc4b
SM
1896 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
1897
1898 * progmodes/js.el (require): Require is already "eval-and-compile".
1899 (js--re-search-forward): Avoid `eval'. Preserve the error data.
1900 (js--re-search-backward): Use js--re-search-forward.
1901
1902 * progmodes/fortran.el (fortran-line-length): Don't recompute
1903 syntactic keywords redundantly a second time.
1904
1905 * progmodes/ada-mode.el: Replace "(set '" with setq.
1906 (ada-mode): Simplify.
1907 (ada-create-case-exception, ada-adjust-case-interactive)
1908 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
1909 (ada-search-ignore-string-comment, ada-move-to-start)
1910 (ada-move-to-end): Use with-syntax-table.
1911
1912 * font-lock.el (save-buffer-state): Remove `varlist' arg.
1913 (font-lock-unfontify-region, font-lock-default-fontify-region):
1914 Update usage correspondingly.
1915 (font-lock-fontify-syntactic-keywords-region):
1916 Set parse-sexp-lookup-properties buffer-locally here.
1917 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
1918
c34a9669
SM
1919 * simple.el (blink-matching-open): Don't burp if we can't find a match.
1920
13639aab
GM
19212010-09-08 Glenn Morris <rgm@gnu.org>
1922
5a972c36
GM
1923 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
1924 Error if not compiled with -DBYTE_CODE_METER.
1925
13639aab
GM
1926 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1927 Ignore dir-locals-file.
1928
331b2b90
SM
19292010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1930
1931 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1932 Not a const.
1933 (compilation-error-regexp-alist-alist): Rule out ": " in file names
1934 for the `gnu' messages.
1935 (compilation-set-skip-threshold): New command.
1936 (compilation-start): Use \' rather than $.
1937 (compilation-forget-errors): Use clrhash.
1938
73b4d51a
AM
19392010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
1940
1941 * textmodes/ispell.el (ispell-valid-dictionary-list):
1942 Simplify logic.
1943
0f34aa77
MA
19442010-09-08 Michael Albinus <michael.albinus@gmx.de>
1945
1946 Migrate to Tramp 2.2. Rearrange load dependencies.
1947 (Bug#1529, Bug#5448, Bug#5705)
1948
1949 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
1950 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
1951 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1952
1953 * net/tramp.el (top): Remove all other tramp-* loads except
1954 tramp-compat.el. Remove all changes to tramp-unload-hook for
1955 other tramp-* packages. Rearrange defun order. Change calls of
1956 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
1957 `tramp-compat-octal-to-decimal' to new function names.
1958 (tramp-terminal-type, tramp-initial-end-of-output)
1959 (tramp-methods, tramp-foreign-file-name-handler-alist)
1960 (tramp-tramp-file-p, tramp-completion-mode-p)
1961 (tramp-send-command-and-check, tramp-get-remote-path)
1962 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
1963 (tramp-shell-quote-argument): Set tramp-autoload cookie.
1964 (with-file-property, with-connection-property): Move to
1965 tramp-cache.el.
1966 (tramp-local-call-process, tramp-decimal-to-octal)
1967 (tramp-octal-to-decimal): Move to tramp-compat.el.
1968 (tramp-handle-shell-command): Do not require 'shell.
1969 (tramp-compute-multi-hops): No special handling for tramp-gw-*
1970 symbols.
1971 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
1972
1973 * net/tramp-cache.el (top): Require 'tramp. Add to
1974 `tramp-unload-hook'.
1975 (tramp-cache-data, tramp-get-file-property)
1976 (tramp-set-file-property, tramp-flush-file-property)
1977 (tramp-flush-directory-property, tramp-get-connection-property)
1978 (tramp-set-connection-property, tramp-flush-connection-property)
1979 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
1980 cookie.
1981 (with-file-property, with-connection-property): New defuns, moved
1982 from tramp.el.
1983 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
1984 macro.
1985
1986 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
1987 (tramp-version): Set tramp-autoload cookie.
1988
1989 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
1990 changes to tramp-unload-hook for other tramp-* packages. Add to
1991 `tramp-unload-hook'.
1992 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
1993 (tramp-compat-call-process): New defuns, moved from tramp.el.
1994
1995 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
1996 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1997 to `tramp-unload-hook'. Change call of
1998 `tramp-compat-decimal-to-octal' to new function name.
1999 (tramp-fish-method): Make it a defconst.
2000 (tramp-fish-file-name-p): Make it a defsubst.
2001 (tramp-fish-method, tramp-fish-file-name-handler)
2002 (tramp-fish-file-name-p): Set tramp-autoload cookie.
2003
2004 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
2005 `tramp-foreign-file-name-handler-alist'. Add to
2006 `tramp-unload-hook'.
2007 (tramp-ftp-method): Make it a defconst.
2008 (tramp-ftp-file-name-p): Make it a defsubst.
2009 (tramp-ftp-method, tramp-ftp-file-name-handler)
2010 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
2011
2012 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
2013 `tramp-foreign-file-name-handler-alist'. Add to
2014 `tramp-unload-hook'. Change checks, whether package can be
2015 loaded.
2016 (tramp-gvfs-file-name-p): Make it a defsubst.
2017 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
2018 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
2019 (tramp-gvfs-handle-file-directory-p): New defun.
2020 (tramp-gvfs-file-name-handler-alist): Use it.
2021
2022 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
2023 `tramp-foreign-file-name-handler-alist'. Add to
2024 `tramp-unload-hook'.
2025 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
2026 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
2027 defconst.
2028 (tramp-gw-tunnel-method, tramp-gw-socks-method)
2029 (tramp-gw-open-connection): Set tramp-autoload cookie.
2030
2031 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
2032 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
2033 to `tramp-unload-hook'. Change checks, whether package can be
2034 loaded.
2035 (tramp-imap-file-name-p): Make it a defsubst.
2036 (tramp-imap-method, tramp-imaps-method)
2037 (tramp-imap-file-name-handler)
2038 (tramp-imap-file-name-p): Set tramp-autoload cookie.
2039
2040 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
2041 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
2042 to `tramp-unload-hook'. Change checks, whether package can be
2043 loaded. Change call of `tramp-compat-decimal-to-octal' to new
2044 function name.
2045 (tramp-smb-tunnel-method): Make it a defconst.
2046 (tramp-smb-file-name-p): Make it a defsubst.
2047 (tramp-smb-method, tramp-smb-file-name-handler)
2048 (tramp-smb-file-name-p): Set tramp-autoload cookie.
2049
2050 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
2051 (tramp-uuencode-region): Set tramp-autoload cookie.
2052
2053 * net/trampver.el (top) Add to `tramp-unload-hook'.
2054 (tramp-version, tramp-bug-report-address): Set tramp-autoload
2055 cookie. Update release number.
2056
308e764f
AM
20572010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
2058
2059 * textmodes/ispell.el (ispell-start-process): Make sure original
2060 arg list is properly initialized (Bug#6993, Bug#6994).
2061
10999305 20622010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
2063
2064 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
2065
2066 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
2067 chars like - or ] (bug#6984).
2068 (rx-any-condense-range): Explode 2-char ranges.
2069
10999305
CY
20702010-09-06 Glenn Morris <rgm@gnu.org>
2071
2072 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
2073
20742010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
2075
2076 * textmodes/bibtex.el:
2077 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
2078
f292afe5
LMI
20792010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2080
331b2b90 2081 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
2082 since no callers use it.
2083 (imap-message-get): Ditto.
2084 (imap-message-put): Ditto.
2085 (imap-mailbox-map): Ditto.
2086 (imap-mailbox-put): Ditto.
2087 (imap-mailbox-get): Ditto.
a131b9b8 2088 (imap-mailbox-get): Revert last change for this function.
f292afe5 2089
dfe1285d
LMI
20902010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2091
331b2b90 2092 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
2093 callers to use `imap-fetch' instead. According to the comments, this
2094 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
2095 (imap-enable-exchange-bug-workaround): Remove.
2096 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 2097
3ff31c90
LMI
20982010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2099
2100 * net/imap.el (imap-log): New convenience function used throughout
2101 instead of repeating the same code all over the place.
2102
dfe1285d 21032010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
2104
2105 * mouse.el (mouse-save-then-kill): Save region to kill-ring
2106 when mouse-drag-copy-region is non-nil (Bug#6956).
2107
93a596e1
CY
21082010-09-05 Chong Yidong <cyd@stupidchicken.com>
2109
8d76af4a
CY
2110 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
2111 Improve regexps (Bug#6987).
2112 (dired-sort-toggle): Search more robustly for -t flag.
2113
93a596e1
CY
2114 * files.el (get-free-disk-space): Search more robustly for
2115 "available" column. Suggested by Ehud Karni
2116 <ehud@unix.mvs.co.il>.
2117
733946e7
JB
21182010-09-05 Juanma Barranquero <lekktu@gmail.com>
2119
2120 * international/uni-bidi.el:
2121 * international/uni-category.el:
2122 * international/uni-combining.el:
2123 * international/uni-decimal.el:
2124 * international/uni-mirrored.el:
2125 * international/uni-name.el: Regenerate.
2126
2e664aab
SM
21272010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2128
6aeafb34
SM
2129 * electric.el (electric-indent-post-self-insert-function):
2130 Don't reindent with a sloppy indentation function.
2131
2e664aab
SM
2132 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
2133 border case in change-log-mode.
2134
13ef65a4
CY
21352010-09-04 Chong Yidong <cyd@stupidchicken.com>
2136
2137 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2138 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
2139 Recognize leading tab in gcc-include regexp. Ignore names with
2140 leading "from" or "in" in gnu regexp (Bug#6937).
2141
5abf1556
SM
21422010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2143
6aeafb34 2144 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
2145 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
2146 (ispell-start-process): Avoid setq and simplify logic.
2147 (ispell-init-process): Setup kill-buffer-hook locally when needed.
2148 (kill-buffer-hook): Don't use it globally with code that uses
2149 expand-file-name since that may call kill-buffer via
2150 code_conversion_restore.
2151
0be01d2c
CY
21522010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
2153
2154 * emacs-lisp/package.el (package-directory-list): Only call
2155 file-name-nondirectory on a string.
2156
ebf662f4
CY
21572010-09-02 Chong Yidong <cyd@stupidchicken.com>
2158
5abf1556
SM
2159 * emacs-lisp/package.el (package--download-one-archive):
2160 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
2161 (package-activate-1, package-mark-obsolete, define-package)
2162 (package-compute-transaction, package-list-maybe-add): Use push.
2163
e5eddfd1
SM
21642010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2165
89acf735
SM
2166 Use SMIE's blink-paren for octave-mode.
2167 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
2168 Backslashes do not escape single-quotes, single-quotes do.
2169 (octave-block-else-regexp, octave-block-end-regexp)
2170 (octave-block-match-alist): Remove.
2171 (octave-smie-bnf-table): New var, with old content.
2172 (octave-smie-op-levels): Use it.
2173 (octave-smie-closer-alist): New var.
2174 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
2175 (octave-blink-matching-block-open): Remove.
2176 (octave-reindent-then-newline-and-indent, octave-electric-semi)
2177 (octave-electric-space): Let self-insert-command run expand-abbrev and
2178 blink parens.
2179
3b843809
SM
2180 * electric.el (electricity): New group.
2181 (electric-indent-chars): New var.
2182 (electric-indent-post-self-insert-function): New fun.
2183 (electric-indent-mode): New minor mode.
2184 (electric-pair-skip-self): New custom.
2185 (electric-pair-post-self-insert-function): New function.
2186 (electric-pair-mode): New minor mode.
2187
0da20854
SM
2188 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
2189 calcAlg-blink-matching-open.
2190 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
2191 (calc-do-alg-entry): Only touch the part of the keymap that varies.
2192 Use the new blink-matching-check-function.
2193
a49e651e
SM
2194 Provide blink-matching support to SMIE.
2195 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
2196 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
2197 (smie-blink-matching-check, smie-blink-matching-open): New functions.
2198
e5eddfd1
SM
2199 * simple.el (newline): Fix last change to properly remove itself from
2200 the hook.
2201
b13ebb5c
SM
22022010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2203
2204 * simple.el (newline): Eliminate optimization.
2205 Use post-self-insert-hook to set hard-newline and things before
2206 running post-self-insert-hook.
2207 (blink-matching-check-mismatch): New function.
2208 (blink-matching-check-function): New variable.
2209 (blink-matching-open): Use them.
2210 Skip back forward over prefix chars skipped by forward-sexp.
2211 Don't check if the parens are backslash escaped.
2212 (blink-paren-post-self-insert-function): Check backslash escaping here.
2213
e687c2cd
CY
22142010-09-02 Chong Yidong <cyd@stupidchicken.com>
2215
b13ebb5c
SM
2216 * emacs-lisp/package.el (package-menu-mode-map):
2217 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
2218 (package-menu-mode): Set revert-buffer-function.
2219 (package-menu-revert): Doc fix.
2220
567efba9
AM
22212010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
2222
2223 * textmodes/ispell.el (ispell-init-process): Use "~/" as
2224 `default-directory' unless using Ispell per-directory personal
2225 dictionaries and not in a mini-buffer under XEmacs.
2226 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 2227 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 2228
6d7cc563
JD
22292010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2230
08d4877e
J
2231 * simple.el (kill-new): Call interprogram-cut-function with only
2232 one argument.
2233
45240125
JD
2234 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
2235 Remove cut buffer from error message.
2236
2237 * term/x-win.el (x-select-text):
2238 * term/pc-win.el (x-selection-value):
2239 * term/ns-win.el (x-selection-value):
2240 * eshell/em-term.el:
2241 * w32-fns.el (x-get-selection-value):
2242 * mouse-sel.el (mouse-sel-set-selection-function):
2243 * frame.el (display-selections-p): Remove cut-buffer in documentation.
2244
6d7cc563
JD
2245 * term/x-win.el: Update documentation for x-last-selected-text-*.
2246 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
2247 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
2248 (x-select-text): Remove argument PUSH, update documentation. Remove
2249 cut-buffer code.
2250 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 2251 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
2252 Update documentation, remove cut-buffer code. Call
2253 x-selection-value-internal.
2254 (x-clipboard-yank): Call x-selection-value-internal.
2255 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
2256
2257 * term/pc-win.el (x-last-selected-text):
2258 x-cut-buffer-or-selection-value renamed to x-selection-value
2259 (x-select-text): Remove argument PUSH, update documentation.
2260
2261 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
2262 x-cut-buffer-or-selection-value renamed to x-selection-value
2263 (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
2264 (x-select-text): Remove argument PUSH, update documentation.
2265
2266 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
2267
2268 * w32-fns.el (x-last-selected-text):
2269 x-cut-buffer-or-selection-value renamed to x-selection-value.
2270 (x-cut-buffer-max): Remove.
2271 (x-select-text): Remove argument PUSH, update documentation.
2272
2273 * simple.el (interprogram-cut-function): Remove mention of PUSH.
2274
2275 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
2276
2277 * mouse-sel.el (mouse-sel-get-selection-function):
2278 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 2279 (x-select-text): Remove optional push.
6d7cc563 2280
4de81ee0
SM
22812010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2282
8f4e9110
SM
2283 * simple.el (blink-paren-function): Move from C to here.
2284 (blink-paren-post-self-insert-function): New function.
2285 (post-self-insert-hook): Use it.
2286
4de81ee0
SM
2287 * emacs-lisp/pcase.el (pcase-split-memq):
2288 Fix overenthusiastic optimisation.
2289 (pcase-u1): Handle the case of a lambda pred.
2290
d419e1d9
KH
22912010-08-31 Kenichi Handa <handa@m17n.org>
2292
2293 * international/mule-cmds.el (standard-display-european-internal):
2294 Setup standard-display-table for 8-bit characters by storing 8-bit
2295 characters in the element vector.
2296
1e05f387
SM
2297 * disp-table.el (standard-display-8bit):
2298 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
2299 characters in the element vector.
2300 (standard-display-european): Likewise.
2301
61f7096c
CY
23022010-08-31 Masatake YAMATO <yamato@redhat.com>
2303
2304 * textmodes/nroff-mode.el (nroff-view): New command.
2305 (nroff-mode-map): Bind it to C-c C-c.
2306
ec5d3ff7
SM
23072010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2308
c8977b2e
SM
2309 * emacs-lisp/smie.el (smie-down-list): New command.
2310
ec5d3ff7
SM
2311 Remove old indentation and navigation code on octave-mode.
2312 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
2313 smie-down-list rather than add a binding for octave-down-block.
2314 (octave-mark-block, octave-blink-matching-block-open):
2315 Rely on forward-sexp-function.
2316 (octave-fill-paragraph): Don't narrow, so you can use
2317 indent-according-to-mode.
2318 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
2319 (octave-in-block-p, octave-re-search-forward-kw)
2320 (octave-re-search-backward-kw, octave-indent-calculate)
2321 (octave-end-as-array-index-p, octave-block-end-offset)
2322 (octave-scan-blocks, octave-forward-block, octave-backward-block)
2323 (octave-down-block, octave-backward-up-block, octave-up-block)
2324 (octave-before-magic-comment-p, octave-indent-line): Remove.
2325
187d3296
CY
23262010-08-31 Chong Yidong <cyd@stupidchicken.com>
2327
2328 * emacs-lisp/package.el (package--read-archive-file): Just use
2329 `read', to avoid copying an additional string.
2330 (package-menu-mode): Set header-line-format here.
2331 (package-menu-refresh, package-menu-revert): Signal an error if
2332 not in the Package Menu.
2333 (package-menu-package-list): New var.
2334 (package--generate-package-list): Operate on the current buffer;
2335 don't assume that it is *Packages*, since the user may rename it.
2336 Allow persistent package listings and sort keys using
2337 package-menu-package-list and package-menu-package-sort-key.
2338 (package-menu--version-predicate): Fix version calculation.
2339 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
2340 (package--list-packages): Create the *Packages* buffer.
2341 Set package-menu-package-list-key.
187d3296
CY
2342 (list-packages): Sorting by status is now the default.
2343 (package-buffer-info): Use match-string-no-properties.
2344 (define-package): Add a &rest argument for future proofing, but
2345 don't use it yet.
2346 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
2347 Merge into a single function, package-install-from-buffer.
2348 (package-install-file): Change caller.
187d3296
CY
2349
2350 * finder.el: Load finder-inf using `require'.
2351 (finder-list-matches): Sorting by status is now the default.
2352 (finder-compile-keywords): Simpify printing.
2353
e17b68ed
SM
23542010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2355
2356 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2357 (octave-mode-map): Remove special bindings for forward/backward-block
2358 and octave-backward-up-block. Use smie-close-block.
2359 (octave-continuation-marker-regexp): New var.
2360 (octave-continuation-regexp): Use it.
2361 (octave-operator-table, octave-smie-op-levels)
2362 (octave-operator-regexp, octave-smie-indent-rules): New vars.
2363 (octave-smie-backward-token, octave-smie-forward-token): New funs.
2364 (octave-mode): Use SMIE.
2365 (octave-close-block): Delete.
2366
42b6a73b
EZ
23672010-08-30 Eli Zaretskii <eliz@gnu.org>
2368
2369 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
2370 CLIPBOARD, not in PRIMARY. (Bug#6944)
2371
f291fe60
SM
23722010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2373
ee992a8c
SM
2374 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
2375 a list of parents.
2376 (smie-indent-column): Allow indirection through variables.
2377
d36b74ca
SM
2378 * composite.el (save-buffer-state): Delete, unused.
2379 * font-lock.el (save-buffer-state): Use with-silent-modifications.
2380 (font-lock-default-fontify-region): Use with-syntax-table.
2381 * jit-lock.el (with-buffer-unmodified): Remove.
2382 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
2383
f291fe60
SM
2384 Use `declare' in defmacros.
2385 * window.el (save-selected-window):
2386 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
2387 * progmodes/python.el (def-python-skeleton):
2388 * net/dbus.el (dbus-ignore-errors):
2389 * jka-cmpr-hook.el (with-auto-compression-mode):
2390 * international/mule.el (with-category-table):
2391 * emacs-lisp/timer.el (with-timeout):
2392 * emacs-lisp/lisp-mnt.el (lm-with-file):
2393 * emacs-lisp/eieio.el (with-slots):
2394 * emacs-lisp/easymenu.el (easy-menu-define):
2395 * emacs-lisp/debug.el (debugger-env-macro):
2396 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
2397 (Multiple-value-call, Multiple-value-prog1):
2398 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
2399 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
2400 edebug rule to definition.
2401 * emacs-lisp/lisp-mode.el (save-selected-window)
2402 (with-current-buffer, combine-after-change-calls)
2403 (with-output-to-string, with-temp-file, with-temp-buffer)
2404 (with-temp-message, with-syntax-table, read-if, eval-after-load)
2405 (dolist, dotimes, when, unless):
2406 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
2407
96ae4c8f
CY
24082010-08-29 Chong Yidong <cyd@stupidchicken.com>
2409
2410 * finder.el: Require `package'.
2411 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
2412 (finder-package-info): Var deleted.
2413 (finder-keywords-hash, finder--builtins-alist): New vars.
2414 (finder-compile-keywords): Compute package--builtins and
2415 finder-keywords-hash instead of finder-keywords-hash, respecting
2416 the "Package" header.
f291fe60
SM
2417 (finder-unknown-keywords, finder-list-matches):
2418 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
2419 (finder-mode): Don't set font-lock-defaults.
2420 (finder-exit): We don't use "*Finder-package*" and "*Finder
2421 Category*" buffers anymore.
2422
2423 * emacs-lisp/package.el (package--builtins-base): Var deleted.
2424 (package--builtins): Set default value to nil.
2425 (package-initialize): Load precomputed value of package--builtins
2426 from finder-inf.el.
2427 (package-alist, package-compute-transaction)
2428 (package-download-transaction): Improve docstring.
2429 (package-read-all-archive-contents): Do not change
2430 package--builtins here.
2431 (list-packages): Make package-list-packages an alias for this.
2432 Sort by status by default.
2433 (package--list-packages): Add optional PACKAGES arg.
2434 (describe-package-1): Use font-lock-face property. For built-in
2435 packages, insert file commentary.
2436 (package--generate-package-list): Rename from
2437 package-list-packages-internal; all callers changed. Add optional
2438 PACKAGES arg. Add alphabetical sort fallbacks.
2439 (package-menu--version-predicate, package-menu--status-predicate)
2440 (package-menu--description-predicate)
2441 (package-menu--name-predicate): New functions.
2442
2443 * info.el (Info-finder-find-node): Search package-alist instead of
2444 finder-package-info.
2445
e2046ecf
CY
24462010-08-29 Chong Yidong <cyd@stupidchicken.com>
2447
2448 * subr.el (version-regexp-alist): Don't use "a" and "b" for
2449 "alpha" and "beta".
2450 (version-to-list): Handle versions like "10.3d".
2451
6fe79b7c
SM
24522010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2453
2454 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
2455 (macroexp-accumulate): Use `declare'.
2456
1a868076
VJL
24572010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2458
2459 * whitespace.el (whitespace-style): Adjust type declaration.
2460
9e69cb05
KH
24612010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
2462
2463 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2464 empty argument to gvfs-copy.
2465
24662010-08-26 Chong Yidong <cyd@stupidchicken.com>
2467
2468 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
2469 handle new TRASH arg of `delete-file'.
2470
24712010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
2472
2473 * net/tramp.el (tramp-handle-insert-directory): Don't use
2474 `forward-word', its default syntax could be changed.
2475
24762010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2477 Michael Albinus <michael.albinus@gmx.de>
2478
2479 Implement compression for inline methods.
2480
2481 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2482 (tramp-copy-size-limit): Allow also nil.
2483 (tramp-inline-compress-commands): New defconst.
2484 (tramp-find-inline-compress, tramp-get-inline-compress)
2485 (tramp-get-inline-coding): New defuns.
2486 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2487 replaced by `tramp-get-inline-coding'.
2488 (tramp-handle-file-local-copy, tramp-handle-write-region)
2489 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2490
24912010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
2492
2493 Detect ssh 'ControlMaster' argument automatically in some cases.
2494
2495 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2496 (tramp-default-method): Use it.
2497
24982010-08-26 Karel Klíč <kklic@redhat.com>
2499
2500 * net/tramp.el (tramp-file-name-for-operation):
2501 Add file-selinux-context.
2502
25032010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
2504
2505 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
2506
25072010-08-26 Chong Yidong <cyd@stupidchicken.com>
2508
2509 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
2510 (Bug#6907).
2511
4142607e
NW
25122010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
2513
2514 * progmodes/js.el: Make indentation more customizable (Bug#6914).
2515 (js-paren-indent-offset, js-square-indent-offset)
2516 (js-curly-indent-offset): New options.
2517 (js--proper-indentation): Use them.
2518
88a36e60
DC
25192010-08-26 Daniel Colascione <dan.colascione@gmail.com>
2520
2521 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
2522 instead of inspecting font-lock properties (Bug#6916).
2523
38dbc4d8
DR
25242010-08-26 David Reitter <david.reitter@gmail.com>
2525
2526 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 2527 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
2528 (server-execute): Do not run hooks here.
2529
44ffae96
MA
25302010-08-26 Michael Albinus <michael.albinus@gmx.de>
2531
2532 Sync with Tramp 2.1.19.
2533
20b8ac83
MA
2534 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2535 (tramp-reporter-dump-variable, tramp-load-report-modules)
2536 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
2537 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
2538
2539 * net/tramp-compat.el (top): Do not autoload
2540 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
2541 only when `start-file-process' is not bound.
2542 (byte-compile-not-obsolete-vars): Define if not bound.
2543 (tramp-compat-funcall): New defmacro.
2544 (tramp-compat-line-beginning-position)
2545 (tramp-compat-line-end-position)
2546 (tramp-compat-temporary-file-directory)
2547 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2548 (tramp-compat-copy-file, tramp-compat-copy-directory)
2549 (tramp-compat-delete-file, tramp-compat-delete-directory)
2550 (tramp-compat-number-sequence, tramp-compat-process-running-p):
2551 Use it.
2552 (tramp-advice-file-expand-wildcards): Do not use
2553 `tramp-handle-file-remote-p'.
2554 (tramp-compat-make-temp-file): Simplify fallback implementation.
2555 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2556 (tramp-compat-copy-tree): Remove function.
2557 (tramp-compat-delete-file): New defun.
2558 (tramp-compat-delete-directory): Provide implementation for older
2559 Emacsen.
2560 (tramp-compat-file-attributes): Handle only
2561 `wrong-number-of-arguments' error.
2562
95b6d681
JB
2563 * net/tramp-fish.el (tramp-fish-handle-copy-file):
2564 Add PRESERVE_SELINUX_CONTEXT.
20b8ac83
MA
2565 (tramp-fish-handle-delete-file): Add TRASH arg.
2566 (tramp-fish-handle-directory-files-and-attributes):
2567 Do not use `tramp-fish-handle-file-attributes.
2568 (tramp-fish-handle-file-local-copy)
2569 (tramp-fish-handle-insert-file-contents)
2570 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
2571
2572 * net/tramp-gvfs.el (top): Require url-util.
2573 (tramp-gvfs-mount-point): Remove.
2574 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
2575 and `set-file-selinux-context'.
2576 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
2577 (tramp-gvfs-handle-file-selinux-context)
2578 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2579 (with-tramp-dbus-call-method): Format trace message.
2580 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2581 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1e05f387
SM
2582 Implement backup call, when operation on local files fails.
2583 Use progress reporter. Flush properties of changed files.
20b8ac83
MA
2584 (tramp-gvfs-handle-delete-file): Add TRASH arg. Use
2585 `tramp-compat-delete-file'.
2586 (tramp-gvfs-handle-expand-file-name): Expand "~/".
2587 (tramp-gvfs-handle-make-directory): Make more traces.
2588 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
2589 (tramp-gvfs-url-file-name): Hexify file name in url.
2590 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
2591 into account for the resulting file name.
2592 (tramp-gvfs-handler-askquestion): Preserve current message, in
2593 order to let progress reporter continue afterwards. (Bug#6257)
1e05f387
SM
2594 Return dummy mountpoint, when the answer is "no".
2595 See `tramp-gvfs-maybe-open-connection'.
20b8ac83
MA
2596 (tramp-gvfs-handler-mounted-unmounted)
2597 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1e05f387
SM
2598 attribute "default_location". Set "prefix" property.
2599 Handle default-location.
20b8ac83
MA
2600 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
2601 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
2602 exists. Raise an error, if not (due to a corresponding answer
93acd23d
JB
2603 "no" in interactive questions, for example).
2604 Use `tramp-compat-funcall'.
20b8ac83
MA
2605
2606 * net/tramp-imap.el (top): Autoload `epg-make-context'.
2607 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2608 (tramp-imap-do-copy-or-rename-file)
2609 (tramp-imap-handle-insert-file-contents)
2610 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
2611 (tramp-imap-handle-delete-file): Add TRASH arg.
2612
1e05f387
SM
2613 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2614 Add PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
2615 (tramp-smb-handle-copy-file)
2616 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2617 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2618 Use `with-progress-reporter'.
2619 (tramp-smb-handle-delete-file): Add TRASH arg.
2620
2621 * net/tramp.el (tramp-methods): Move hostname to the end in all
2622 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
2623 appropriate.
2624 (tramp-verbose): Describe verbose level 9.
2625 (tramp-completion-function-alist)
2626 (tramp-file-name-regexp, tramp-chunksize)
2627 (tramp-local-coding-commands, tramp-remote-coding-commands)
2628 (with-connection-property, tramp-completion-mode-p)
2629 (tramp-action-process-alive, tramp-action-out-of-band)
2630 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2631 (tramp-exists-file-name-handler): Fix docstring.
2632 (tramp-remote-process-environment): Use `format' instead of
2633 `concat'. Protect version string by apostroph.
2634 (tramp-shell-prompt-pattern): Do not use a shy group in case of
2635 XEmacs.
2636 (tramp-file-name-regexp-unified)
2637 (tramp-completion-file-name-regexp-unified): On W32 systems, do
2638 not regard the volume letter as remote filename. (Bug#5447)
2639 (tramp-perl-file-attributes)
2640 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2641 (tramp-vc-registered-read-file-names): Read input as
2642 here-document, otherwise the command could exceed maximum length
2643 of command line.
2644 (tramp-file-name-handler-alist): Add `file-selinux-context' and
2645 `set-file-selinux-context'.
2646 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
2647 backtrace functions.
2648 (tramp-error-with-buffer): Don't show the connection buffer when
2649 we are in completion mode.
2650 (tramp-progress-reporter-update, tramp-remote-selinux-p)
2651 (tramp-handle-file-selinux-context)
2652 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
2653 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
2654 New defuns.
2655 (with-progress-reporter): New defmacro.
2656 (tramp-debug-outline-regexp): New defconst.
2657 (top, tramp-rfn-eshadow-setup-minibuffer)
2658 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2659 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2660 (tramp-completion-mode-p, tramp-check-for-regexp)
2661 (tramp-open-connection-setup-interactive-shell)
2662 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2663 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2664 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
2665 Use `tramp-compat-funcall'.
2666 (tramp-handle-make-symbolic-link): Flush file properties.
2667 (tramp-handle-load, tramp-handle-file-local-copy)
2668 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2669 (tramp-handle-vc-registered, tramp-maybe-send-script)
2670 (tramp-find-shell): Use `with-progress-reporter'.
2671 (tramp-do-file-attributes-with-stat): Add space in format string,
2672 in order to work around a bug in pdksh. Reported by Gilles Pion
2673 <gpion@lfdj.com>.
2674 (tramp-handle-verify-visited-file-modtime): Do not send a command
2675 when the connection is not established.
2676 (tramp-handle-set-file-times): Simplify the check for utc.
2677 (tramp-handle-directory-files-and-attributes)
2678 (tramp-get-remote-path): Use `copy-tree'.
2679 (tramp-completion-handle-file-name-all-completions): Ensure, that
2680 non remote files are still checked. Oops.
1e05f387
SM
2681 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2682 Handle PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
2683 (tramp-do-copy-or-rename-file): Add progress reporter.
2684 (tramp-do-copy-or-rename-file-directly): Do not use
2685 `tramp-handle-file-remote-p'.
2686 (tramp-do-copy-or-rename-file-out-of-band):
2687 Use `tramp-compat-delete-directory'.
2688 (tramp-do-copy-or-rename-file-out-of-band)
2689 (tramp-compute-multi-hops, tramp-maybe-open-connection):
2690 Use `format-spec-make'.
2691 (tramp-handle-delete-file): Add TRASH arg.
2692 (tramp-handle-dired-uncache): Flush directory cache, not only file
2693 cache.
2694 (tramp-handle-expand-file-name)
2695 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
2696 (tramp-completion-handle-file-name-completion):
2697 Use `tramp-connectable-p'.
20b8ac83
MA
2698 (tramp-handle-start-file-process): Set connection property "vec".
2699 Use it, in order to invalidate file caches. Check only for
2700 `remote-tty' process property.
2701 Implement tty setting. (Bug#4604, Bug#6360)
2702 (tramp-file-name-for-operation): Add `call-process-region' and
2703 `set-file-selinux-context'.
2704 (tramp-find-foreign-file-name-handler)
2705 (tramp-advice-make-auto-save-file-name)
2706 (tramp-set-auto-save-file-modes): Remove superfluous check for
2707 `stringp'. This is done inside `tramp-tramp-file-p'.
2708 (tramp-file-name-handler): Trace 'quit. Catch the error for some
2709 operations when we are in completion mode. This gives the user
2710 the chance to correct the file name in the minibuffer.
2711 (tramp-completion-mode-p): Use `non-essential'.
2712 (tramp-handle-file-name-all-completions): Backward/ XEmacs
2713 compatibility: Use `completion-ignore-case' if
2714 `read-file-name-completion-ignore-case' does not exist.
2715 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
2716 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2717 `tramp-open-shell'.
2718 (tramp-action-password): Hide password prompt before next run.
2719 (tramp-process-actions): Widen connection buffer for the trace.
2720 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2721 process property. Trace stty settings if `tramp-verbose' >= 9.
2722 Apply workaround for IRIX64 bug. Move argument of last
2723 `tramp-send-command' where it belongs to.
2724 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2725 front of `login-args'.
2726 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
2727 on "/dev/null" instead of "/".
2728 (tramp-get-ls-command-with-dired): Make test for "--dired"
2729 stronger.
2730 (tramp-set-auto-save-file-modes): Adapt version check.
2731 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
2732 (tramp-handle-process-file): Call the program in a subshell, in
2733 order to preserve working directory.
2734 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
2735 `tramp-remote-sh' from `tramp-methods'.
2736 (tramp-get-ls-command): Make test for "--color=never" stronger.
2737 (tramp-check-for-regexp): Use (forward-line 1).
2738
44ffae96
MA
2739 * net/trampver.el: Update release number.
2740
cb6c4991
CY
27412010-08-26 Chong Yidong <cyd@stupidchicken.com>
2742
2743 * help.el (help-map): Bind `C-h P' to describe-package.
2744
2745 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
2746
2747 * emacs-lisp/package.el (package-refresh-contents): Catch errors
2748 when downloading archives.
2749 (describe-package-1): Add package commentary.
2750 (package-install-button-action): New function.
2751 (package-menu-mode-map): Bind ? to package-menu-describe-package.
2752 (package-menu-view-commentary): Function removed.
2753 (package-list-packages-internal): Hide the `package' package too.
2754
b60f961f
KH
27552010-08-25 Kenichi Handa <handa@m17n.org>
2756
2757 * language/misc-lang.el ("Arabic"): New language environment.
2758 Setup composition-function-table for Arabic characters.
2759
2760 * international/fontset.el (setup-default-fontset): Fix typo for
2761 arabic OTF spec (fini->fina).
2762
a0c16be4
J
27632010-08-25 Jan Djärv <jan.h.d@swipnet.se>
2764
2765 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
2766 on all frames.
2767
85cc3d4f
VJL
27682010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2769
2770 * whitespace.el: Allow cleaning up blanks without blank
2771 visualization (Bug#6651). Adjust help window for
2772 whitespace-toggle-options (Bug#6479). Allow to use fill-column
2773 instead of whitespace-line-column (from EmacsWiki). New version
2774 13.1.
2775 (whitespace-style): Added new value 'face. Adjust docstring.
2776 (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
2777 foreground property face.
2778 (whitespace-line-column): Adjust docstring and type declaration.
2779 (whitespace-style-value-list, whitespace-toggle-option-alist)
2780 (whitespace-help-text): Adjust const initialization.
2781 (whitespace-toggle-options, global-whitespace-toggle-options):
2782 Adjust docstring.
2783 (whitespace-display-window, whitespace-interactive-char)
2784 (whitespace-style-face-p, whitespace-color-on): Adjust code.
2785 (whitespace-help-scroll): New fun.
2786
cb8759ca
CY
27872010-08-24 Chong Yidong <cyd@stupidchicken.com>
2788
2789 * emacs-lisp/package.el (list-packages): Alias for
2790 package-list-packages.
2791
44a41a47
KR
27922010-08-24 Kevin Ryde <user42@zip.com.au>
2793
be7748e7
KR
2794 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
2795 (Bug#5651).
2796
44a41a47
KR
2797 * progmodes/ruby-mode.el (ruby): Add defgroup.
2798
edfd00fa
CY
27992010-08-24 Chong Yidong <cyd@stupidchicken.com>
2800
2801 * progmodes/python.el: Add Ipython support (Bug#5390).
2802 (python-shell-prompt-alist)
2803 (python-shell-continuation-prompt-alist): New options.
2804 (python--set-prompt-regexp): New function.
2805 (inferior-python-mode, run-python, python-shell): Require
2806 ansi-color. Use python--set-prompt-regexp to set the comint
2807 prompt based on the Python interpreter.
2808 (python--prompt-regexp): New var.
2809 (python-check-comint-prompt)
2810 (python-comint-output-filter-function): Use it.
2811 (run-python): Use a pipe (Bug#5694).
2812
28132010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
2814
2815 * progmodes/python.el (python-send-region): Send a different
2816 Python command if Ipython is in use.
2817 (python-check-version): Use a Python command to find the version.
2818
1c409d0b
CY
28192010-08-24 Chong Yidong <cyd@stupidchicken.com>
2820
2821 * mouse.el (mouse-yank-primary): Avoid setting primary when
2822 deactivating the mark (Bug#6872).
2823
733946e7 28242010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
2825
2826 * progmodes/python.el (python-block-pairs): Allow use of "finally"
2827 with "else" (Bug#3991).
2828
e73f184c
MA
28292010-08-23 Michael Albinus <michael.albinus@gmx.de>
2830
2831 * net/dbus.el: Accept UNIX domain sockets as bus address.
2832 (top): Don't initialize `dbus-registered-objects-table' anymore,
2833 this is done in dbusbind,c.
2834 (dbus-check-event): Adapt test for bus.
2835 (dbus-return-values-table, dbus-unregister-service)
2836 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
2837 Adapt doc string.
2838
1a140747
JB
28392010-08-23 Juanma Barranquero <lekktu@gmail.com>
2840
2841 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
2842
7133b7ee
JL
28432010-08-22 Juri Linkov <juri@jurta.org>
2844
2845 * simple.el (read-extended-command): New function with the logic
2846 for `completing-read' moved to Elisp from `execute-extended-command'.
2847 Use `function-called-at-point' in `minibuffer-default-add-function'
2848 to get a command name for M-n (bug#5364, bug#5214).
2849
198a7a97
CY
28502010-08-22 Chong Yidong <cyd@stupidchicken.com>
2851
2852 * startup.el (command-line-1): Issue warning for ignored arguments
2853 --unibyte, etc (Bug#6886).
2854
c00725d7
LL
28552010-08-22 Leo <sdl.web@gmail.com>
2856
2857 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
2858 (ignore, bright, dim, keyword): Split list of nicknames before
2859 passing to rcirc-add-or-remove (Bug#6894).
2860
bc7d7ea6
CY
28612010-08-22 Chong Yidong <cyd@stupidchicken.com>
2862
2863 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2864
b0126eac 28652010-08-22 Leo <sdl.web@gmail.com>
e0143335 2866
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 2867 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 2868 * ido.el: Revert Óscar's.
e0143335
LL
2869 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
2870 Remember the buffers at head, rather than their name.
76e3243a 2871 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 2872
b0126eac 28732010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
2874 Stefan Monnier <monnier@iro.umontreal.ca>
2875
2876 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
2877 extra backslash added to each line (bug#6890).
2878
b0126eac 28792010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
2880
2881 * subr.el (read-key): Don't echo keystrokes (bug#6883).
2882
b0126eac 28832010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
2884
2885 * menu-bar.el (menu-bar-games-menu): Add landmark.
2886
b0126eac 28872010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 2888
9130a2d6
GM
2889 * align.el (align-regexp): Make group and spacing arguments
2890 use the interactive defaults when non-interactive. (Bug#6698)
2891
fb89a654
GM
2892 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
2893 expansion, so as not to need sendmail.
2894 (mail-text-start): Remove declaration.
2895 (rmail-retry-failure): Require sendmail.
2896
b0126eac 28972010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
2898
2899 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
2900
b0126eac 29012010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 2902
186e86db
SM
2903 * progmodes/flymake.el (flymake-start-syntax-check-process):
2904 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 2905
b0126eac 29062010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
2907
2908 * files.el: Add `word-wrap' as safe local variable.
2909
b0126eac 29102010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
2911
2912 * woman.el (woman-translate): Case matters. (Bug#6849)
2913
b0126eac 29142010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
2915
2916 * simple.el (kill-region): Doc fix (Bug#6787).
2917
b0126eac 29182010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
2919
2920 * calendar/diary-lib.el (diary-header-line-format):
2921 Fit it to the window, not the frame.
2922
b0126eac 29232010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
2924
2925 * subr.el (ignore-errors): Add debug declaration.
2926
b0126eac 29272010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
2928
2929 * whitespace.el (whitespace-color-off): Remove post-command-hook
2930 locally.
2931
537ffaf3
SM
29322010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2933
2934 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
2935
d64b8a68
CY
29362010-08-21 Chong Yidong <cyd@stupidchicken.com>
2937
2938 * cus-edit.el (custom-group-value-create): Add extra newline
2939 before end line (Bug#6876).
2940
d2625c3d
CY
29412010-08-21 Chong Yidong <cyd@stupidchicken.com>
2942
2943 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
2944 when extending it. Before killing on the second click, check if
2945 the buffer is the correct one. Doc fix.
2946 (mouse-secondary-save-then-kill): Allow usage without first
2947 calling mouse-start-secondary, by defaulting to point. Don't save
2948 an empty secondary selection. Doc fix.
2949
80525855
VJL
29502010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2951
91bdeb66
VJL
2952 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
2953 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 2954 New version 13.0.
80525855
VJL
2955 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2956 Adjust initialization.
2957 (whitespace-bob-marker, whitespace-eob-marker)
2958 (whitespace-buffer-changed): New vars.
2959 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
2960 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
2961 (whitespace-post-command-hook, whitespace-display-char-on):
2962 Adjust code.
80525855 2963 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 2964 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 2965
4b9c0a49
SM
29662010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2967
118cf454
SM
2968 * files.el (locate-file-completion-table): Only list the .el and .elc
2969 extensions if there's no other choice (bug#5955).
2970
a2e5caf7
SM
2971 * facemenu.el (facemenu-self-insert-data): New var.
2972 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
2973 New functions.
2974 (facemenu-add-face): Use them.
2975
4b9c0a49
SM
2976 * simple.el (blink-matching-open): Obey forward-sexp-function.
2977
0193499f
SM
29782010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
2979
b2a15250
SM
2980 * simple.el (prog-mode-map): New var.
2981 (prog-indent-sexp): New command.
2982
b5ba2d6f
SM
2983 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
2984
9acd1bdc
SM
2985 * progmodes/prolog.el (smie): Require.
2986
8723cfa4
SM
2987 * emacs-lisp/smie.el (smie-default-backward-token)
2988 (smie-default-forward-token): Strip properties.
2989 (smie-next-sexp): Be more careful with associative operators.
2990 (smie-forward-sexp-command): Generalize.
2991 (smie-backward-sexp-command): Simplify.
2992 (smie-closer-alist): New var.
2993 (smie-close-block): New command.
2994 (smie-indent-debug-log): New var.
2995 (smie-indent-offset-rule): Add a few more cases.
2996 (smie-indent-column): New function.
2997 (smie-indent-after-keyword): Use it.
2998 (smie-indent-keyword): Use it.
2999 Fix up the opener code's point position.
3000 (smie-indent-comment): Only applies at BOL.
3001 (smie-indent-debug): New command.
3002
0193499f
SM
3003 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
3004 declarations that are useful before running the macro.
3005
0c9b8993
GM
30062010-08-18 Joakim Verona <joakim@verona.se>
3007
3008 * image.el (imagemagick-types-inhibit): New variable.
3009 (imagemagick-register-types): New function.
3010 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
3011 (image-transform-set-scale, image-transform-fit-to-height)
3012 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
3013 (image-transform-fit-to-width, image-transform-fit-to-height):
3014 New functions.
ccd80618
JV
3015 (image-toggle-display-image): Support image transforms.
3016
1075cd61
KY
30172010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
3018
3019 * image.el (create-animated-image): Don't add heuristic mask to image
3020 (Bug#6839).
3021
64cb6c78
J
30222010-08-18 Jan Djärv <jan.h.d@swipnet.se>
3023
0193499f
SM
3024 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
3025 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 3026
ff80a446
SM
30272010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
3028
afa22f7c
SM
3029 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
3030
ff80a446
SM
3031 Font-lock '...' strings, plus various simplifications and fixes.
3032 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
3033 (octave-font-lock-close-quotes): New function.
3034 (octave-font-lock-syntactic-keywords): New var.
3035 (octave-mode): Use it. Set beginning-of-defun-function.
3036 (octave-mode-map): Don't override the <foo>-defun commands.
3037 (octave-mode-menu): Pass it directly to easy-menu-define;
3038 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
3039 (octave-block-match-alist): Fix up last change so that
3040 octave-close-block uses the more specific keyword.
3041 (info-lookup-mode): Silence byte-compiler.
3042 (octave-beginning-of-defun): Not interactive any more.
3043 Optimize slightly.
3044 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
3045 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
3046 (octave-completion-at-point-function): Make sure point is within
3047 beg..end.
3048 (octave-reindent-then-newline-and-indent):
3049 Use reindent-then-newline-and-indent.
3050 (octave-add-octave-menu): Remove.
3051
2269b349
JD
30522010-08-17 Jan Djärv <jan.h.d@swipnet.se>
3053
489cd5bd
JD
3054 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
3055 (report-emacs-bug-can-use-xdg-email): New functions.
3056 (report-emacs-bug): Set can-xdg-email to result of
3057 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
3058 \C-cm to report-emacs-bug-insert-to-mailer and add help text
3059 about it.
30ebab6d 3060
a2fb159c
GM
3061 * net/browse-url.el (browse-url-default-browser): Add cond
3062 for browse-url-xdg-open.
3063 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
3064
30652010-08-17 Glenn Morris <rgm@gnu.org>
3066
3067 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
3068 (c-fontify-recorded-types-and-refs): Define for compiler.
3069 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
3070 before use.
3071
3072 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
3073 Fix format call.
3074
bb6aba9c
MA
30752010-08-17 Michael Albinus <michael.albinus@gmx.de>
3076
3077 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
3078 properties.
3079 (tramp-handle-process-file): Call the program in a subshell, in
3080 order to preserve working directory.
3081 (tramp-action-password): Hide password prompt before next run.
3082 (tramp-process-actions): Widen connection buffer for the trace.
3083
8f10c937
DD
30842010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3085
3086 * net/rcirc.el (rcirc-log-process-buffers): New option.
3087 (rcirc-print): Use it.
3088 (rcirc-generate-log-filename): New function.
3089 (rcirc-log-filename-function): Change default to
3090 rcirc-generate-log-filename (Bug#6828).
3091
7c23dd44
CY
30922010-08-16 Chong Yidong <cyd@stupidchicken.com>
3093
3094 * simple.el (deactivate-mark): If select-active-regions is `only',
3095 only set selection for temporarily active regions.
3096
3097 * cus-start.el: Change defcustom for select-active-regions.
3098
6d3e82d2
CY
30992010-08-15 Chong Yidong <cyd@stupidchicken.com>
3100
3101 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
3102 (mouse-drag-track): Use LOCATION arg to push-mark.
3103 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
3104 consideration when updating point and mark (Bug#6840).
3105
c68263b1
CY
31062010-08-15 Chong Yidong <cyd@stupidchicken.com>
3107
3108 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3109 Give the Ruby rule a lower priority than Gnu (Bug#6778).
3110
456f369a
ŠN
31112010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
3112
ff80a446
SM
3113 * font-lock.el (lisp-font-lock-keywords-2):
3114 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
3115 with-demoted-errors, and with-silent-modifications (Bug#6025).
3116
c22e18f5
KR
31172010-08-14 Kevin Ryde <user42@zip.com.au>
3118
3119 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
3120 (copyright-update): Temporary switch-to-buffer to ensure the
3121 buffer change being queried is visible (Bug#5394).
c22e18f5 3122
6f1a6faf
TT
31232010-08-14 Tom Tromey <tromey@redhat.com>
3124
3125 * progmodes/etags.el (tags-file-name): Mark safe if stringp
3126 (Bug#6733).
3127
e7afcf30
EZ
31282010-08-14 Eli Zaretskii <eliz@gnu.org>
3129
3130 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
3131 MS-DOS. (Bug#6689)
3132
2b4e6277
J
31332010-08-13 Jan Djärv <jan.h.d@swipnet.se>
3134
3135 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
3136 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
3137 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
3138 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
3139 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
3140 Call menu-bar-set-tool-bar-position.
2b4e6277 3141
dc94fc85
SM
31422010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3143
c5683ceb
SM
3144 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
3145 comment style (bug#6834).
3146 * progmodes/scheme.el (scheme-mode-syntax-table):
3147 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
3148 "b" flag in "' 14b" syntax.
3149
c82d5b11
SM
3150 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
3151 for (un)commenting the region and performing completion.
3152 (octave-mode-menu): Use standard commands for help and completion.
3153 (octave-mode-syntax-table): Support %{..%} comments (sort of).
3154 (octave-mode): Use define-derived-mode.
3155 Set completion-at-point-functions and don't set columns.
3156 Don't disable adaptive-fill-regexp.
3157 (octave-describe-major-mode, octave-comment-region)
3158 (octave-uncomment-region, octave-comment-indent)
3159 (octave-indent-for-comment): Remove.
3160 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 3161 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
3162 (octave-initialize-completions): No need to make an alist.
3163 (octave-completion-at-point-function): New function.
3164 (octave-complete-symbol): Use it.
3165 (octave-insert-defun): Use define-skeleton.
3166
3167 * progmodes/octave-mod.el (octave-mode): Set comment-add.
3168 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 3169
61b6abbd
AL
31702010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
3171
3172 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
3173 indentation of inserted comment.
3174
3a46642b
J
31752010-08-11 Jan Djärv <jan.h.d@swipnet.se>
3176
3177 * faces.el (region): Add type gtk that uses gtk colors.
3178
3179 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
3180 Handle theme-name change.
3181
3bd2cfef
MM
31822010-08-10 Michael R. Mauger <mmaug@yahoo.com>
3183
3184 * progmodes/sql.el: Version 2.5
3185 (sql-product-alist): Add :prompt-cont-regexp property for several
3186 database products.
3187 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
3188 (sql-output-newline-count, sql-output-by-send):
3189 New variables. Record number of newlines in input text.
3bd2cfef
MM
3190 (sql-send-string): Handle multiple filters and count newlines.
3191 (sql-send-magic-terminator): Count terminator newline.
3192 (sql-interactive-remove-continuation-prompt): Filters output to
3193 remove continuation prompts; one for each newline.
3194 (sql-interactive-mode): Set up new variables, prompt regexp and
3195 output filter.
3196 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 3197 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 3198
d02c9bcd
SM
31992010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3200
3201 * emacs-lisp/pcase.el: New file.
3202
80ca4f1e
MA
32032010-08-10 Michael Albinus <michael.albinus@gmx.de>
3204
3205 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
3206 as here-document, otherwise the command could exceed maximum
3207 length of command line.
d02c9bcd
SM
3208 (tramp-handle-vc-registered): Call script accordingly.
3209 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 3210
2948599b
KH
32112010-08-10 Kenichi Handa <handa@m17n.org>
3212
3213 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
3214 composable pattern.
3215
148cef8e
CY
32162010-08-09 Chong Yidong <cyd@stupidchicken.com>
3217
3218 * emacs-lisp/package.el (package-version-split)
3219 (package--version-first-nonzero, package-version-compare):
3220 Functions removed.
3221 (package-directory-list, package-load-all-descriptors)
3222 (package--built-in, package-activate, define-package)
3223 (package-installed-p, package-compute-transaction)
3224 (package-read-all-archive-contents)
3225 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
3226 (package-tar-file-info, package-list-packages-internal):
3227 Use version-to-list and version-list-*.
148cef8e 3228
d02c9bcd
SM
3229 * emacs-lisp/package-x.el (package-upload-buffer-internal):
3230 Use version-to-list.
148cef8e
CY
3231 (package-upload-buffer-internal): Use version-list-<=.
3232
82a9ce0f
KH
32332010-08-09 Kenichi Handa <handa@m17n.org>
3234
231e5e5f 3235 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
3236 composable pattern.
3237
7adf5fdc
CY
32382010-08-08 Chong Yidong <cyd@stupidchicken.com>
3239
fc560445
CY
3240 * tutorial.el (tutorial--default-keys): C-d is now bound to
3241 delete-forward-char (Bug#6826).
3242
7adf5fdc
CY
3243 * mouse.el (mouse-drag-track): Remove accidentally-removed check
3244 for `double' value of mouse-1-click-follows-link (Bug#6807).
3245
e54a1075
JB
32462010-08-08 Johan Bockgård <bojohan@gnu.org>
3247
3248 * replace.el (replace-highlight): Bind isearch-forward and
3249 isearch-error, ensuring that highlighting is updated if the user
3250 switches the search direction (Bug#6808).
3251
3252 * isearch.el (isearch-lazy-highlight-forward): New var.
3253 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
3254 (isearch-lazy-highlight-update): Use it.
3255
7815fe19 32562010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 3257
8d9e03e4
JB
3258 * international/mule.el (define-charset): Store NAME as :base property.
3259 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
3260 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
3261 current priority. Force using the designation of the specific
8d9e03e4 3262 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 3263
7815fe19 32642010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
3265
3266 * emulation/pc-select.el (pc-selection-mode-hook)
3267 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
3268 (pc-selection-mode): Fix typos in docstrings.
3269
7815fe19 32702010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
3271
3272 * language/cyrillic.el: Don't add "microsoft-cp1251" to
3273 ctext-non-standard-encodings-alist here.
3274
8d9e03e4
JB
3275 * international/mule.el (ctext-non-standard-encodings-alist):
3276 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
3277 (ctext-standard-encodings): New variable.
3278 (ctext-non-standard-encodings-table): List only elements for
3279 non-standard encodings.
186e86db 3280 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
3281 Check ctext-standard-encodings.
3282
3283 * international/mule-conf.el (compound-text): Doc fix.
3284 (ctext-no-compositions): Doc fix.
3285 (compound-text-with-extensions): Doc fix.
3286
7815fe19 32872010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
3288
3289 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
3290
8d9e03e4 32912010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 3292
9ebc731b
JB
3293 * progmodes/which-func.el (which-func-format): Split help-echo text
3294 into lines, like other mode-line tooltips.
3295
d5b8058f
JB
3296 * server.el (server-start): When using TCP sockets, force IPv4
3297 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
3298
8d9e03e4 32992010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
3300
3301 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
3302
8d9e03e4 33032010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
3304
3305 * term.el (term-delimiter-argument-list): Reflow docstring.
3306 (term-read-input-ring, term-write-input-ring, term-send-input)
3307 (term-bol, term-erase-in-display, serial-supported-or-barf):
3308 Fix typos in docstrings.
3309
8d9e03e4 33102010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
3311
3312 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
3313
8d9e03e4 33142010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
3315
3316 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
3317
8d9e03e4 33182010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
3319
3320 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
3321 Fix typo in docstring (bug#6747).
3322
7815fe19 33232010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
3324
3325 * eshell/esh-io.el (eshell-get-target): Better detection of
3326 read-only file (Bug#6762).
3327
7815fe19 33282010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
3329
3330 * align.el (align-default-spacing): Doc fix.
3331 (align-region-heuristic, align-regexp): Fix typos in docstrings.
3332
733946e7 33332010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 3334
490b89ac 3335 * calendar/icalendar.el
93acd23d
JB
3336 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
3337 (icalendar--get-weekday-numbers): New.
81ee9410 3338 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 3339 values in weekly rules. (Bug#6766)
81ee9410 3340
490b89ac
UJ
33412010-08-08 Ulf Jasper <ulf.jasper@web.de>
3342
3343 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
3344 (icalendar--create-uid, icalendar-export-region)
3345 (icalendar--parse-summary-and-rest): Code formatting.
3346
2c695727
JB
33472010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
3348
3349 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
3350 to italicize headers.
3351 (calc-highlight-selections-with-faces): New variable.
3352 (calc-selected-face, calc-nonselected-face): New faces.
3353
3354 * calc/calccomp.el (math-comp-highlight-string): Use
3355 `calc-highlight-selections-with-faces' to determine how to highlight
3356 sub-formulas.
3357
3358 * calc/calc-sel.el (calc-show-selections): Change message to when
3359 using faces to highlight selections.
3360
b93d4f22
MM
33612010-08-07 Michael R. Mauger <mmaug@yahoo.com>
3362
8d9e03e4
JB
3363 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
3364 Add SQLite 3 keywords, functions and datatypes.
3365 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
3366 (Bug#6686).
3367
9852377f
CY
33682010-08-07 Chong Yidong <cyd@stupidchicken.com>
3369
3370 * simple.el (select-active-regions): Move to keyboard.c.
3371 (deactivate-mark): Used saved-region-selection.
3372 (select-active-region): Function removed.
3373 (activate-mark, set-mark, push-mark-command)
3374 (handle-shift-selection): Don't call it.
3375 (keyboard-quit): Avoid adding the region to the window selection.
3376
3377 * mouse.el (mouse-drag-track): Remove hacks to deal with old
3378 select-active-regions implementation.
3379 (mouse-yank-at-click): Doc fix.
3380
3381 * cus-start.el: Add custom declaration for select-active-regions.
3382
822775bf
EZ
33832010-08-07 Eli Zaretskii <eliz@gnu.org>
3384
4c5130d6
EZ
3385 * simple.el (delete-forward-char): Doc fix.
3386
822775bf
EZ
3387 * tutorial.el (help-with-tutorial): Hack safe file-local variables
3388 after reading the tutorial.
3389
bd4c5e3e
AM
33902010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
3391
3392 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
3393 for the case that a C style comment has its delimiters alone on
3394 their respective lines.
3395
d00fa9b6
MA
33962010-08-06 Michael Albinus <michael.albinus@gmx.de>
3397
8d9e03e4 3398 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6
MA
3399 property "vec".
3400 (tramp-process-sentinel): Use it for flushing the cache. We
3401 cannot do it via the process buffer, the buffer could be deleted
3402 already when running the sentinel.
3403
34042010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
3405
3406 * comint.el (comint-mode): Make directory tracking functions
3407 functional on remote files. (Bug#6764)
3408
b3d42406
DN
34092010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3410
3411 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
3412
29cf3e20
EZ
34132010-08-05 Eli Zaretskii <eliz@gnu.org>
3414
3415 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
3416 unexec.c => unexcoff.c.
3417
3418 * emacs-lisp/authors.el (authors-fixed-entries): Rename
3419 unexec.c => unexcoff.c.
3420
39e1bf0b
MA
34212010-08-05 Michael Albinus <michael.albinus@gmx.de>
3422
3423 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
3424 cache, not only file cache.
3425 (tramp-process-sentinel): New defun.
3426 (tramp-handle-start-file-process): Use it, in order to invalidate
3427 file caches.
3428
9f982e22
LL
34292010-08-03 Leo <sdl.web@gmail.com>
3430
3431 * server.el (server-start): Simplify loop.
3432
0798a8d8
SM
34332010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3434
548c5c47
SM
3435 * frame.el (screen-height, screen-width, set-screen-width)
3436 (set-screen-height): Remove ancient compatibility aliases.
3437
3311d1c2
SM
3438 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
3439 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
3440
0798a8d8
SM
3441 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
3442 that change current buffer.
3443
26ee77a6
YM
34442010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3445
3446 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
3447 beginning of the string. Use `string-match-p'. (Bug#6765)
3448
aa1859f5
J
34492010-08-01 Jan Djärv <jan.h.d@swipnet.se>
3450
3451 * cus-start.el (x-gtk-use-system-tooltips): New variable.
3452
376c2b6b
CY
34532010-08-01 Chong Yidong <cyd@stupidchicken.com>
3454
0798a8d8 3455 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 3456 (package--builtins): Tweak descriptions.
0798a8d8
SM
3457 (package-print-package): Upcase descriptions if necessary.
3458 Show all built-in packages in font-lock-builtin-face.
3459 (package-list-packages-internal): Omit "emacs" package.
3460 Show status of built-in packages as "built-in".
376c2b6b 3461
16041401
CY
34622010-07-31 Chong Yidong <cyd@stupidchicken.com>
3463
3464 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
3465 before killing to preserve the primary selection (Bug#6701).
3466
3467 * term/x-win.el (x-select-text): Doc fix.
3468
0798a8d8
SM
34692010-07-31 Nathaniel Flath <flat0103@gmail.com>
3470
3471 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
3472 The following functions were modified or created:
452ea855
AM
3473
3474 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
3475 (objc-font-lock-extra-types):
452ea855 3476 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
3477 * progmodes/cc-langs.el (c-make-mode-syntax-table)
3478 (c++-make-template-syntax-table)
3479 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
3480 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
3481 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
3482 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
3483 * progmodes/cc-fonts.el (c-make-inverse-face)
3484 (c-basic-matchers-after):
452ea855
AM
3485 * progmodes/cc-engine.el (c-forward-keyword-clause)
3486 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
3487 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
3488 (c-guess-continued-construct, c-guess-basic-syntax):
3489
37766706
J
34902010-07-31 Jan Djärv <jan.h.d@swipnet.se>
3491
0798a8d8 3492 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 3493
cd83d522
EZ
34942010-07-31 Eli Zaretskii <eliz@gnu.org>
3495
3496 * files.el (bidi-paragraph-direction): Define safe local values.
3497
3498 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
3499 language-info-alist. Remove outdated FIXME in a comment.
3500
28e5cf7c
AM
35012010-07-31 Alan Mackenzie <acm@muc.de>
3502
3503 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
3504 Auto-fill broken in C/C++ modes.
3505
bfeabdc3
JD
35062010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3507
3508 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
3509 (menu-bar-showhide-tool-bar-menu-customize-disable)
3510 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
3511 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
3512 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
3513 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
3514 make a menu for Options => toolbar that can move it.
3515
063e5294
CY
35162010-07-29 Chong Yidong <cyd@stupidchicken.com>
3517
3518 * emacs-lisp/package-x.el (package--make-rss-entry):
3519 (package-maint-add-news-item, package--update-news)
3520 (package-upload-buffer-internal): New arg ARCHIVE-URL.
3521
3522 * emacs-lisp/package.el (package-archive-url): Rename from
3523 package-archive-id.
3524 (package-install): Doc fix.
3525 (package-download-single, package-download-tar, package-install)
3526 (package-menu-view-commentary): Callers changed.
3527
683cc385
MA
35282010-07-29 Michael Albinus <michael.albinus@gmx.de>
3529
3530 * net/tramp.el (tramp-handle-start-file-process): Check only for
3531 `remote-tty' process property.
3532 (tramp-open-shell): Don't check for tty.
3533 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
3534 process property.
3535
3536 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
3537 host.
3538
bc44bef7
PH
35392010-07-28 Chong Yidong <cyd@stupidchicken.com>
3540
3541 * emacs-lisp/package.el (package-load-list, package-archives)
3542 (package-archive-contents, package-user-dir)
3543 (package-directory-list, package--builtins, package-alist)
3544 (package-activated-list, package-obsolete-alist): Mark as risky.
3545
35462010-07-28 Phil Hagelberg <phil@evri.com>
3547
3548 Add support for non-default package repositories.
3549 * emacs-lisp/package.el (package-archive-base): Var deleted.
3550 (package-archives): New variable.
3551 (package-archive-contents): Doc fix.
0798a8d8 3552 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
3553 (package--write-file-no-coding): New function.
3554 (package-unpack-single): Use it.
3555 (package-archive-id): New function.
3556 (package-download-single, package-download-tar)
3557 (package-menu-view-commentary): Use it.
3558 (package-installed-p): Make second argument optional.
3559 (package-read-all-archive-contents): New function.
3560 (package-initialize): Use it.
3561 (package-read-archive-contents): Add ARCHIVE argument.
3562 (package--add-to-archive-contents): New function.
3563 (package-install): Don't call package-read-archive-contents.
3564 (package--download-one-archive): Store archive file in a
3565 subdirectory of package-user-dir.
3566 (package-menu-execute): Remove spurious line movement.
3567
8a52f00a
JD
35682010-07-28 Jan Djärv <jan.h.d@swipnet.se>
3569
3570 * cus-start.el (tool-bar-style): Add text-image-horiz.
3571
b21d3ceb
MA
35722010-07-28 Michael Albinus <michael.albinus@gmx.de>
3573
3574 * progmodes/gud.el (gud-common-init): Check for remoteness of
3575 `file', and not of `default-directory'.
3576
8fbcce2d
MA
35772010-07-28 Michael Albinus <michael.albinus@gmx.de>
3578
3579 * net/tramp.el (tramp-methods): Move hostname to the end in all
3580 ssh `tramp-login-args'.
3581 (tramp-verbose): Describe verbose level 9.
3582 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
3583 (tramp-open-connection-setup-interactive-shell): Trace stty
3584 settings if `tramp-verbose' >= 9.
3585 (tramp-handle-start-file-process): Implement tty setting.
3586 (Bug#4604, Bug#6360)
3587
3588 * net/tramp-cmds.el (tramp-bug): Recommend setting of
3589 `tramp-verbose' to 9.
3590
128440c9
AH
35912010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
3592
3593 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
3594 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
3595 Remove references to package `lisp-re' (bug#4369).
3596
ae0c2494
TT
35972010-07-27 Tom Tromey <tromey@redhat.com>
3598
3599 * progmodes/js.el (js-mode):
3600 * progmodes/make-mode.el (makefile-mode):
3601 * progmodes/simula.el (simula-mode):
3602 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
3603
0ed082fe 36042010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
3605
3606 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
3607
7c7c04c0
JB
3608 * time.el (display-time-day-and-date): Remove spurious * in docstring.
3609 (display-time-world-buffer-name, display-time-world-mode-map):
3610 Fix typos in docstrings.
3611
0ed082fe 36122010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
3613
3614 * image-mode.el (image-display-size): New function.
3615 (image-forward-hscroll, image-next-line, image-eol, image-eob)
3616 (image-mode-fit-frame): Use it (Bug#6639).
3617
0ed082fe 36182010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
3619
3620 * dired.el (dired-buffers-for-dir): Handle list values of
3621 dired-directory (Bug#6636).
3622
aa2d4bd3
SS
36232010-07-26 Sam Steingold <sds@gnu.org>
3624
3625 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
3626 Do not call `x-get-selection' the second time, reuse the value.
3627
78b84da3
DU
36282010-07-26 Daiki Ueno <ueno@unixuser.org>
3629
3630 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 3631 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 3632
4f195cf7
DU
36332010-07-25 Daiki Ueno <ueno@unixuser.org>
3634
3635 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
3636 exists before passing an error to find-file-not-found-functions
3637 (bug#6723).
3638
195e19e4
LH
36392010-07-23 Lukas Huonker <l.huonker@gmail.com>
3640
3641 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
3642 Remove leading nil element, adjust values.
3643 (tetris-shapes, tetris-shape-scores):
3644 Change representation of shapes and remove some redundancy.
3645 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
3646 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
3647 Adjust for working with new representation of shapes.
3648 (tetris-shape-rotations): New function.
3649 (tetris-move-bottom, tetris-move-left, tetris-move-right)
3650 (tetris-rotate-prev, tetris-rotate-next):
3651 Adjust for working with the new version of tetris-test-shape.
3652
9cf2db99
MT
36532010-07-23 Markus Triska <markus.triska@gmx.at>
3654
3655 * progmodes/ps-mode.el: Use comint (bug#5954).
3656 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
3657 (ps-mode-other-newline): Simplify.
3658 (ps-run-mode): Derive from comint-mode instead of
3659 fundamental-mode, yielding input history etc.
3660 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
3661 (ps-run-send-string): Adapt for comint-mode.
3662 (ps-run-newline): Remove now unneeded function.
3663
225d5e9e
MA
36642010-07-23 Michael Albinus <michael.albinus@gmx.de>
3665
3666 * net/tramp.el (tramp-methods): Move hostname to the end in all
3667 plink `tramp-login-args'.
3668
84bc68f2
MA
36692010-07-23 Michael Albinus <michael.albinus@gmx.de>
3670
3671 * net/tramp.el (tramp-open-shell): New defun.
3672 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3673 Use it.
3674
1eb5ca1c
MA
36752010-07-23 Michael Albinus <michael.albinus@gmx.de>
3676
3677 * net/tramp.el (tramp-file-name-regexp-unified)
3678 (tramp-completion-file-name-regexp-unified): On W32 systems, do
3679 not regard the volume letter as remote filename. (Bug#5447)
3680
440735a7
JB
36812010-07-23 Juanma Barranquero <lekktu@gmail.com>
3682
3683 * custom.el (custom-declare-variable): Give a clearer error message
3684 when the docstring is missing (bug#6476).
3685
5474c40f
MM
36862010-07-22 Michael R. Mauger <mmaug@yahoo.com>
3687
3688 * progmodes/sql.el: Version 2.4. Improved Login prompting.
3689 (sql-login-params): New widget definition.
3690 (sql-oracle-login-params, sql-mysql-login-params)
3691 (sql-solid-login-params, sql-sybase-login-params)
3692 (sql-informix-login-params, sql-ingres-login-params)
3693 (sql-ms-login-params, sql-postgres-login-params)
3694 (sql-interbase-login-params, sql-db2-login-params)
3695 (sql-linter-login-params): Use it.
3696 (sql-sqlite-login-params): Use it; Define "database" parameter as
3697 a file name.
c4cc8b9a 3698 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
3699 (sql-comint-sqlite): Make sure database name is complete.
3700 (sql-for-each-login): New function.
3701 (sql-connect, sql-save-connection): Use it.
3702 (sql-get-login-ext): New function.
3703 (sql-get-login): Use it.
3704 (sql-make-alternate-buffer-name): Handle :file parameters.
3705
9c0deccb
JB
37062010-07-22 Juanma Barranquero <lekktu@gmail.com>
3707
3708 * dired.el (dired-no-confirm): Document value t and fix defcustom to
3709 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
3710
aac818a8
TL
37112010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
3712
3713 * dired.el (dired-mode-map): Use command remapping (bug#6632).
3714
47d2734f
LM
37152010-07-22 Lawrence Mitchell <wence@gmx.li>
3716
3717 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
3718
10e73994
MA
37192010-07-21 Michael Albinus <michael.albinus@gmx.de>
3720
3721 * net/tramp.el (tramp-get-ls-command)
3722 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
3723 instead of "/".
3724
d26b0ea9
MM
37252010-07-20 Michael R. Mauger <mmaug@yahoo.com>
3726
3727 * progmodes/sql.el: Version 2.3.
3728 (sql-connection-alist): Changed keys from symbols to strings;
3729 enhanced the widget definition.
3730 (sql-mode-menu): Added submenu to select connections.
3731 (sql-interactive-mode-menu): Added "Save Connection" item.
3732 (sql-add-product): Fixed menu item.
3733 (sql-get-product-feature): Improved error handling.
3734 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
3735 (sql-make-alternate-buffer-name): Simplified.
3736 (sql-product-interactive): Handle missing product.
3737 (sql-connect): Support string keys, minor improvements.
3738 (sql-save-connection): New function.
3739 (sql-connection-menu-filter): New function.
3740
af4b9ae5
MA
37412010-07-20 Michael Albinus <michael.albinus@gmx.de>
3742
3743 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
3744 (tramp-open-connection-setup-interactive-shell): Apply
3745 workaround for IRIX64 bug. Move argument of last
3746 `tramp-send-command' where it belongs to.
3747
da040a16
MA
37482010-07-20 Michael Albinus <michael.albinus@gmx.de>
3749
3750 * net/tramp.el (tramp-perl-file-attributes)
3751 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
3752 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
3753 front of `login-args'.
3754
16f3ade5
JB
37552010-07-19 Juanma Barranquero <lekktu@gmail.com>
3756
3757 * time.el (display-time-world-mode): Define with `define-derived-mode'.
3758 Set `show-trailing-whitespace' to nil.
3759 (display-time-world-display): Simplify.
3760
00af0b67
AM
37612010-07-18 Alan Mackenzie <acm@muc.de>
3762
3763 Enhance `c-file-style' in file/directory local variables.
a628ad9d 3764 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
3765 (c-before-hack-hook): Call `c-set-style' differently according to
3766 whether c-file-style was set in file or directory local
3767 variables.
3768
30c4d8dc
MM
37692010-07-18 Michael R. Mauger <mmaug@yahoo.com>
3770
3771 * progmodes/sql.el: Version 2.2.
3772 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
3773 defcustom :safe keyword rather than putting safe-local-variable
3774 property.
3775 (sql-password): Use defcustom :risky keyword rather than putting
3776 risky-local-variable property.
3777 (sql-oracle-login-params, sql-sqlite-login-params)
3778 (sql-solid-login-params, sql-sybase-login-params)
3779 (sql-informix-login-params, sql-ingres-login-params)
3780 (sql-ms-login-params, sql-postgres-login-params)
3781 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 3782 (sql-linter-login-params): Add `port' option.
30c4d8dc
MM
3783 (sql-get-product-feature): Added NO-INDIRECT parameter.
3784 (sql-comint-oracle, sql-comint-sybase)
3785 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
3786 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
3787 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
3788 (sql-comint-linter): Renamed sql-connect-* functions to
3789 sql-comint-*.
3790 (sql-product-alist, sql-mode-menu): Renamed as above and
3791 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 3792 (sql-connection): New variable.
30c4d8dc
MM
3793 (sql-interactive-mode): Set it.
3794 (sql-connection-alist): New variable.
3795 (sql-connect): New function.
3796 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 3797 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 3798
f12492c8
TV
37992010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3800
3801 * image-mode.el (image-bookmark-make-record): Do not set context
3802 in an image (Bug#6650).
3803
91023c68
CY
38042010-07-17 Chong Yidong <cyd@stupidchicken.com>
3805
3806 * simple.el (select-active-region): New function.
3807 (push-mark-command, set-mark, activate-mark)
3808 (handle-shift-selection): Use it.
3809 (deactivate-mark): Don't check for size of region.
3810
3811 * mouse.el (mouse-drag-track): Use select-active-region.
3812
1c0e8f0e
MA
38132010-07-17 Michael Albinus <michael.albinus@gmx.de>
3814
3815 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
3816 "--dired" stronger.
3817
2490cbbc
CY
38182010-07-17 Chong Yidong <cyd@stupidchicken.com>
3819
3820 * term/x-win.el (x-select-enable-primary): Change default to nil.
3821 (x-select-enable-clipboard): Add :version keyword.
3822
3823 * mouse.el (mouse-drag-copy-region):
3824 * simple.el (select-active-regions): Likewise.
3825
f253ef6a
RS
38262010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
3827
a628ad9d 3828 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
3829 (vc-coding-system-for-diff): Use it to decide whether to inherit
3830 from the file the EOL format for reading the diffs of that file.
3831 (Bug#4451)
3832
134a027f
EZ
38332010-07-16 Eli Zaretskii <eliz@gnu.org>
3834
3835 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
3836 unibyte, so compressed attachments are not compressed again.
3837
7e4289ad
MA
38382010-07-16 Michael Albinus <michael.albinus@gmx.de>
3839
3840 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
3841 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
3842 (tramp-find-shell): Simplify setting connection property.
3843 (tramp-get-ls-command): Make test for "--color=never" stronger.
3844
7473fff9 38452010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
3846
3847 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
3848 blocks within record declarations (i.e. variant parts) correctly.
3849
a11b38ee
SS
38502010-07-15 Simon South <ssouth@member.fsf.org>
3851
3852 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
3853 over literal tokens when parsing so newlines aren't "absorbed" by
3854 single-line comments. Corrects the indentation of case blocks
3855 that have a comment on the first line.
3856
077e0753
KF
38572010-07-14 Karl Fogel <kfogel@red-bean.com>
3858
3859 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
3860 by Drew Adams (Bug#5504).
3861
243881ed
J
38622010-07-14 Jan Djärv <jan.h.d@swipnet.se>
3863
3864 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 3865 now that Unicode is used (Bug#6594).
243881ed 3866
f9d71b42
CY
38672010-07-14 Chong Yidong <cyd@stupidchicken.com>
3868
3869 * term/x-win.el (x-select-enable-clipboard): Default to t.
3870 (x-initialize-window-system): Don't overwrite Paste menu item.
3871
3872 * simple.el (select-active-regions): Default to t.
3873 (push-mark-command): Don't overwrite primary with empty string.
3874
3875 * mouse.el: Bind mouse-2 to mouse-yank-primary.
3876 (mouse-drag-copy-region): Default to nil.
3877
3878 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
3879 Cut/Copy/Paste menu bar items.
3880
a628ad9d 38812010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
3882
3883 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3884 Patch applied by Karl Fogel.
3885
3886 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
3887 and `bookmark-current-buffer' if they have been already set in
3888 another buffer (e.g gnus-art).
3889
e44fa724 38902010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 3891 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
3892
3893 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
3894
3895 * bookmark.el (bookmark-make-record-default): Allow unneeded
3896 information to be omitted from the record.
3897
3898 Adjust declarations and calls:
3899
3900 * info.el (bookmark-make-record-default): Adjust declaration.
3901 (Info-bookmark-make-record): Adjust call.
3902
3903 * woman.el (bookmark-make-record-default): Adjust declaration.
3904 (woman-bookmark-make-record): Adjust call.
3905
3906 * man.el (bookmark-make-record-default): Adjust declaration.
3907 (Man-bookmark-make-record): Adjust call.
3908
3909 * image-mode.el (bookmark-make-record-default): Adjust declaration.
3910
3911 * doc-view.el (bookmark-make-record-default): Adjust declaration.
3912
0c4371fe
KF
39132010-07-13 Karl Fogel <kfogel@red-bean.com>
3914
3915 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
3916 This is also from Thierry Volpiatto's patch in bug #6444. However,
3917 because it was extraneous to the functional change in that patch,
3918 and causes a re-indendation, I am committing it separately.
3919
2bb8db3e 39202010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
3921
3922 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
3923 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 3924 Patch applied by Karl Fogel (Bug#6444).
068a0233 3925
21bd02a6
CY
39262010-07-13 Chong Yidong <cyd@stupidchicken.com>
3927
3928 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
3929
79cb9c05
AR
39302010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
3931
3932 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
3933 Dempsky; bug#5084). Remove incorrect binding for S-tab.
3934 (ns-alternatives-map): Change S-tab binding to backtab
3935 (bug#6616).
3936
3937 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
3938 under ns.
3939
beb000f9
AS
39402010-07-12 Andreas Schwab <schwab@linux-m68k.org>
3941
dd86ea11
JB
3942 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
3943 (Bug#5806)
e9952282 3944
beb000f9
AS
3945 * language/tv-util.el (tai-viet-re): Remove format.
3946
6f2cdcd1
KH
39472010-07-12 Kenichi Handa <handa@m17n.org>
3948
dd86ea11
JB
3949 * language/hebrew.el: Remove no-byte-compile declaration.
3950 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
3951 composition-function-table for 3-character looking back.
3952 (hebrew-font-get-precomposed): New function.
3953 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
3954
f479ef6e
CY
39552010-07-11 Chong Yidong <cyd@stupidchicken.com>
3956
3957 * mouse.el (mouse-drag-track): Handle select-active-regions
3958 (Bug#6612).
3959
3277c1ee
MA
39602010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
3961
3962 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
3963 empty argument to gvfs-copy.
3964
3260caf8
GM
39652010-07-10 Glenn Morris <rgm@gnu.org>
3966
3967 * calendar/calendar.el (calendar-week-end-day): New function.
3968 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
3969 Respect calendar-week-start-day. (Bug#6606)
3970 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
3971 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
3972 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
3973 respect calendar-week-start-day.
3974
c876b263
CY
39752010-07-10 Chong Yidong <cyd@stupidchicken.com>
3976
3977 * simple.el (use-region-p): Doc fix (Bug#6607).
3978
dce34635
AG
39792010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
3980
3981 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
3982 regexps for cucumber and ruby.
3983
c0397930
DU
39842010-07-08 Daiki Ueno <ueno@unixuser.org>
3985
3986 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
3987 (epa-file-insert-file-contents): Hack to prevent
192cfe77 3988 find-file from opening empty buffer when decryption failed
c0397930
DU
3989 (bug#6568).
3990
fd5539c6
AM
39912010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
3992
a628ad9d
JB
3993 * textmodes/ispell.el (ispell-alternate-dictionary):
3994 Use file-readable-p.
fd5539c6
AM
3995 Return nil if no word-list is found at default locations.
3996 (ispell-complete-word-dict): Default to nil.
3997 (ispell-command-loop): Use 'word-list' when using lookup-words.
3998 (lookup-words): Use ispell-complete-word-dict or
3999 ispell-alternate-dictionary. Check for word-list availability
4000 and handle errors if needed with better messages (Bug#6539).
4001 (ispell-complete-word): Use ispell-complete-word-dict or
4002 ispell-alternate-dictionary.
4003
4565b08e
CS
40042010-07-07 Christoph Scholtes <cschol2112@gmail.com>
4005
4006 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
4007 builtins (BufferError, BytesWarning, WindowsError; callables
4008 bin, bytearray, bytes, format, memoryview, next, print; __package__).
4009
a2c270e7
GM
40102010-07-07 Glenn Morris <rgm@gnu.org>
4011
4012 * play/zone.el (top-level): Do not require timer, tabify, or cl.
4013 (zone-shift-left): Ignore intangibility, and any errors from
4014 forward-char.
4015 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
4016 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
4017 deleting, and copying text properties.
4018 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
4019 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
4020 to point-max is hard.
4021 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
4022 (zone-fill-out-screen): Ignore intangibility.
4023
81133808
CY
40242010-07-05 Chong Yidong <cyd@stupidchicken.com>
4025
4ad11f8c
CY
4026 * menu-bar.el (menu-bar-mode):
4027 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
4028 if it has been set.
4029
81133808
CY
4030 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
4031 word/line selection (Bug#6565).
4032
b24344ca
JB
40332010-07-04 Juanma Barranquero <lekktu@gmail.com>
4034
4035 * net/dbus.el (dbus-send-signal): Declare function.
4036
b1ce08da
MA
40372010-07-04 Michael Albinus <michael.albinus@gmx.de>
4038
4039 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
4040 (dbus-register-property): New optional argument EMITS-SIGNAL.
4041 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
4042
5592c08f
CY
40432010-07-03 Chong Yidong <cyd@stupidchicken.com>
4044
4045 * mouse.el (mouse-drag-overlay): Variable deleted.
4046 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
4047 (mouse--remap-link-click-p): New function.
4048 (mouse-drag-track): Handle dragging by using temporary Transient
4049 Mark mode, instead of a special overlay.
4050 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
4051 mouse-show-mark.
4052
4053 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
4054 deleted.
4055
a6ed0e28
JL
40562010-07-02 Juri Linkov <juri@jurta.org>
4057
4058 * autoinsert.el (auto-insert-alist): Fix readability
4059 by using dotted pair notation for lambda.
4060
c91e692b
JL
40612010-07-02 Juri Linkov <juri@jurta.org>
4062
4063 * faces.el (read-face-name): Rename arg `string-describing-default'
4064 to `default'. Doc fix. Display the default value in quotes
4065 in the prompt. With empty input, return the `default' arg,
4066 unless the default value is a string (in which case return nil).
4067 (describe-face): Replace the string `default' arg of `read-face-name'
4068 with the symbol `default'.
4069
23640f8f
CY
40702010-07-02 Chong Yidong <cyd@stupidchicken.com>
4071
4072 * emulation/viper-cmd.el (viper-delete-backward-char)
4073 (viper-del-backward-char-in-insert)
4074 (viper-del-backward-char-in-replace, viper-change)
4075 (viper-backward-indent): Replace delete-backward-char with
4076 delete-char (Bug#6552).
4077
b32d1614
CY
40782010-07-01 Chong Yidong <cyd@stupidchicken.com>
4079
4080 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
4081
c1ef4455
CY
40822010-06-30 Chong Yidong <cyd@stupidchicken.com>
4083
4084 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
4085 argument passed to frame-creation-function (Bug#5378).
4086
4087 * faces.el (x-handle-named-frame-geometry)
4088 (x-handle-reverse-video, x-create-frame-with-faces)
4089 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
4090 separately consult default-frame-alist. It is now passed as the
4091 PARAMETER argument.
4092
55702e89
AS
40932010-06-30 Andreas Schwab <schwab@linux-m68k.org>
4094
4095 * startup.el (command-line): Don't call tool-bar-setup in a
4096 tty-only build.
4097
dc9a226c
CY
40982010-06-30 Chong Yidong <cyd@stupidchicken.com>
4099
4100 * ruler-mode.el (ruler--save-header-line-format): New fun.
4101 (ruler-mode): Use it as a setter function, so as not to overwrite
4102 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
4103
a2f043d3
CY
41042010-06-29 Chong Yidong <cyd@stupidchicken.com>
4105
4106 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
4107 (vc-root-diff, vc-print-root-log, vc-log-incoming)
4108 (vc-log-outgoing): Use it.
4109 (vc-diff-internal): Set diff-vc-backend.
4110
4111 * vc/diff-mode.el (diff-vc-backend): New var.
4112
62d115ef
J
41132010-06-28 Jan Djärv <jan.h.d@swipnet.se>
4114
4115 * dynamic-setting.el (font-setting-change-default-font): Remove
4116 call to message.
4117
1180f752
KH
41182010-06-28 Kenichi Handa <handa@m17n.org>
4119
4120 * international/quail.el (quail-insert-kbd-layout): Fix the
4121 showing of untranslated characters.
4122
b9229673
CY
41232010-06-28 Chong Yidong <cyd@stupidchicken.com>
4124
4125 * simple.el (delete-active-region): New option.
4126 (delete-backward-char): Implement in Lisp.
4127 (delete-forward-char): New command.
4128
4129 * mouse.el (mouse-region-delete-keys): Deleted.
4130 (mouse-show-mark): Simplify.
4131
4132 * bindings.el (global-map): Bind delete and DEL, the former to
4133 delete-forward-char.
4134
a628ad9d 41352010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
4136
4137 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
4138 (ruby-mode): Bind indent-line-function (Bug#5119).
4139
3468f435
CY
41402010-06-27 Chong Yidong <cyd@stupidchicken.com>
4141
4142 * startup.el (command-line): Recognize "0" X resource value.
4143
6431f2e6
CY
41442010-06-27 Chong Yidong <cyd@stupidchicken.com>
4145
4146 * startup.el (command-line): Use X resources to set the value of
4147 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
4148
4149 * menu-bar.el (menu-bar-mode):
4150 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
4151 Set init-value to t.
4152
4153 * frame.el (frame-notice-user-settings): Don't change
4154 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
4155 vice versa (Bug#2249).
4156
b61dfbe2
EZ
41572010-06-26 Eli Zaretskii <eliz@gnu.org>
4158
4159 * w32-fns.el (w32-convert-standard-filename): Doc fix.
4160
f5cbf40e
AM
41612010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
4162
a628ad9d
JB
4163 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
4164 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 4165
a628ad9d 4166 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 4167 default directories are expanded (Bug#6143).
f5cbf40e 4168
8f3b8a5f
JL
41692010-06-24 Juri Linkov <juri@jurta.org>
4170
4171 * minibuffer.el (completions-format): Change default from nil to
4172 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
4173
5af72a47
JL
41742010-06-24 Juri Linkov <juri@jurta.org>
4175
4176 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
4177 buffer-locally to lambda that re-runs the vc diff command.
4178 (Bug#6447)
4179
8f804316
CY
41802010-06-24 Chong Yidong <cyd@stupidchicken.com>
4181
4182 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
4183 echo area is in use (Bug#3412).
4184
be19ef0b
GM
41852010-06-22 Glenn Morris <rgm@gnu.org>
4186
6555773f
GM
4187 * textmodes/texinfmt.el (texinfo-format-region)
4188 (texinfo-raise-lower-sections, texinfo-format-separate-node)
4189 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
4190 (texinfo-format-option, texinfo-noindent):
4191 Use line-beginning-position and line-end-position.
4192
be19ef0b
GM
4193 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
4194 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
4195 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
4196 utf-8 characters.
4197
7f0b7b3e
KF
41982010-06-21 Karl Fogel <kfogel@red-bean.com>
4199
49554388
GM
4200 * play/zone.el (zone-fall-through-ws): Fix next-line ->
4201 forward-line fallout.
4202
e8579ebc
CY
42032010-07-06 Chong Yidong <cyd@stupidchicken.com>
4204
4205 * mouse.el (mouse-appearance-menu): Add docstring.
4206
4207 * help.el (describe-key): Print up-event using key-description.
4208
5d1cd8bd
MA
42092010-07-03 Michael Albinus <michael.albinus@gmx.de>
4210
4211 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 4212 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
4213 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
4214
112dbc0e
MA
42152010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
4216
4217 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
4218
d0cb23ca
DN
42192010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
4220
4221 Avoid displaying files with a nil state in vc-dir.
a628ad9d 4222 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
4223 cases that cause insertion.
4224 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
4225 with a nil state.
4226
01b229d1
CY
42272010-06-30 Chong Yidong <cyd@stupidchicken.com>
4228
4229 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
4230
8bf1c786 42312010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
4232
4233 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
4234
dfc6544c
CY
42352010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
4236
4237 * generic-x.el (bat-generic-mode): Fix regexp for command line
4238 switches (Bug#5719).
4239
b7d4de51
CY
42402010-06-27 Masatake YAMATO <yamato@redhat.com>
4241
dfc6544c
CY
4242 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
4243 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 4244
3726248f
CY
42452010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
4246
8bf1c786 4247 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
4248 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
4249 bindings of bookmark-automatically-show-annotations (Bug#6515).
4250
aca54191
EZ
42512010-06-25 Eli Zaretskii <eliz@gnu.org>
4252
4253 * arc-mode.el (archive-zip-extract): Don't quote the file name on
4254 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
4255
2330fa87
ŠN
42562010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
4257
4258 * comint.el (make-comint, make-comint-in-buffer): Mention return
4259 value in the docstrings. (Bug#6498)
4260
29115ca9
YR
42612010-06-24 Yoni Rabkin <yoni@rabkins.net>
4262
4263 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
4264 since it is not present when using some non-default switches.
4265
2c79f053
KF
42662010-06-23 Karl Fogel <kfogel@red-bean.com>
4267
7f0b7b3e
KF
4268 * simple.el (compose-mail): Fix doc string to refer to
4269 `compose-mail-user-agent-warnings', instead of to the
4270 nonexistent `compose-mail-check-user-agent'.
4271
43a91810
AM
42722010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
4273
4274 Fix an indentation bug:
4275
4276 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
4277 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
4278 of existing values.
4279
4280 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
4281 (c-clear->-pair-props-if-match-before): now return t when they've
4282 cleared properties, nil otherwise.
4283 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
4284 by taking account of the existing value.
4285
4286 * progmodes/cc-defs.el
4287 (c-clear-char-property-with-value-function): Fix this to clear the
4288 property rather than overwriting it with nil.
4289
8adb4c33
CY
42902010-06-20 Chong Yidong <cyd@stupidchicken.com>
4291
4292 * emacs-lisp/package.el (package-print-package): Add link to
4293 package description via describe-package.
4294 (describe-package-1): List package requirements. Add button to
4295 perform installation.
4296 (package-menu-describe-package): New command.
4297
4298 * help-mode.el (help-package): New button type.
4299
cced7584
CY
43002010-06-19 Chong Yidong <cyd@stupidchicken.com>
4301
4302 * emacs-lisp/package.el: Move package-list-packages binding to
4303 menu-bar.el.
4304 (describe-package, describe-package-1, package--dir): New funs.
4305 (package-activate-1): Use package--dir.
4306
4307 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
4308
4309 * help-mode.el (help-package-def): New button type.
4310
4311 * menu-bar.el: Move package-list-packages binding here from
4312 package.el.
4313
d148e8f9
GH
43142010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
4315
4316 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
4317
b1a03ef6
SM
43182010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4319
4320 * emacs-lisp/edebug.el (edebug-read-list):
4321 Phase out old-style backquotes.
4322
dbd6da78
JL
43232010-06-17 Juri Linkov <juri@jurta.org>
4324
4325 * help-mode.el (help-mode): Set buffer-local variable
4326 revert-buffer-function to help-mode-revert-buffer.
4327 (help-mode-revert-buffer): New function.
4328
4329 * info.el (Info-revert-find-node): Check for major-mode Info-mode
4330 before popping to "*info*" (like in other Info functions).
4331 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
4332 old-history-forward. Pop to old-buffer-name or "*info*" to
4333 recreate the killed buffer. Set Info-history-forward from
4334 old-history-forward.
4335 (Info-breadcrumbs-depth): Add :group and :version.
4336
64eba874
DN
43372010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
4338
4339 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
4340
26508c03
AM
43412010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
4342
a628ad9d
JB
4343 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
4344 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 4345
69582fcd
JB
43462010-06-17 Juanma Barranquero <lekktu@gmail.com>
4347
54ea2a0d
JB
4348 * emacs-lisp/package.el (package-menu-mode-map):
4349 Move initialization into declaration.
4350
69582fcd
JB
4351 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
4352
44198b6e
CY
43532010-06-17 Chong Yidong <cyd@stupidchicken.com>
4354
4355 * emacs-lisp/package.el (package-archive-base): Point to
4356 elpa.gnu.org.
4357 (package-enable, package-load-list): New defcustoms.
4358 (package-user-dir, package-directory-list): Turn into defcustoms.
4359 Don't include package-user-dir in package-directory-list.
4360 (package--builtins-base): Don't include Emacs as a "package".
4361 (package-subdirectory-regexp): New var.
4362 (package-load-all-descriptors, package-compute-transaction)
4363 (package-download-transaction): Obey package-load-list.
4364 (package-activate-1): Rename from package-do-activate.
4365 (package-list-packages-internal): Check package-load-list.
4366 (package-load-descriptor, package-generate-autoloads)
4367 (package-unpack, package-unpack-single)
4368 (package--read-archive-file, package-delete): Use
4369 expand-file-name.
4370
4371 * emacs-lisp/package-x.el: New file. Package uploading
4372 functionality split out from package.el.
4373
95b6d681 4374 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
4375
43762010-06-17 Tom Tromey <tromey@redhat.com>
4377
4378 * emacs-lisp/package.el: New file.
4379
50d76a9f
DN
43802010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
4381
4382 Fix vc-annotate for renamed files when using Git.
76e3243a 4383 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
4384 ls-files. Doe not pass the object as a file name to cat-file, it
4385 is not a file name.
4386 (vc-git-annotate-command): Pass the file name using -- to avoid
4387 ambiguity with the revision.
4388 (vc-git-previous-revision): Pass a relative file name.
4389
6095a05b
GM
43902010-06-22 Glenn Morris <rgm@gnu.org>
4391
943375a6
GM
4392 * progmodes/js.el (js-mode-map): Use standard capitalization and
4393 ellipses for menu entries.
4394
6095a05b
GM
4395 * wid-edit.el (widget-complete): Doc fix.
4396
4514199e
JH
43972010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
4398
4399 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
4400
c4786d60
DN
44012010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
4402
11c46b39 4403 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 4404 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 4405 VC backend. Use it when non-nil.
a628ad9d
JB
4406 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
4407 (Bug#6487)
11c46b39 4408
c4786d60 4409 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 4410 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
4411 Do not pass the file name to the 'previous-revision call when we
4412 don't want a file diff. (Bug#6489)
4413
04ec0963
DN
44142010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
4415
11c46b39 4416 Fix finding revisions for renamed files in vc-annotate.
76e3243a 4417 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 4418 the VC backend. Use it when non-nil.
76e3243a 4419 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
4420 backend to vc-find-revision. (Bug#6487)
4421
c036381c
DN
44222010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
4423
4424 Fix reading file names in Git annotate buffers.
95b6d681
JB
4425 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
4426 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 4427
05c123e6
AM
44282010-06-20 Alan Mackenzie <acm@muc.de>
4429
4430 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
4431 in file local variables, set it first.
4432
4111f0c7
GM
44332010-06-19 Glenn Morris <rgm@gnu.org>
4434
74739ffd
GM
4435 * descr-text.el (describe-char-unicode-data): Insert separating
4436 space when needed. (Bug#6422)
4437
4111f0c7
GM
4438 * progmodes/idlwave.el (idlwave-action-and-binding):
4439 Fix typo in 2009-12-03 change. (Bug#6450)
4440
e20f0421
SM
44412010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
4442
4443 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
4444 handling for `lambda' (misunderstanding).
4445
fb3e306a
JB
44462010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
4447
dd86ea11 4448 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
4449 constants aren't distributed after they are factored out.
4450
e020fb59
JL
44512010-06-16 Juri Linkov <juri@jurta.org>
4452
4453 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
4454 `list-colors-print'. (Bug#6332)
4455
b8add347
SM
4456 * subr.el (read-quoted-char): Fix up last change (bug#6290).
4457
36901266
SM
44582010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
4459
49b2e83d
SM
4460 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
4461 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
4462
36901266
SM
4463 * font-lock.el (font-lock-major-mode): Rename from
4464 font-lock-mode-major-mode to distinguish it from
4465 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
4466 (font-lock-set-defaults):
4467 * font-core.el (font-lock-default-function): Adjust users.
4468 (font-lock-mode): Don't set it at all.
4469
2a64315a 44702010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 4471
76e3243a 4472 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 4473
2a64315a 44742010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
4475
4476 * calendar/appt.el (appt-time-msg-list): Doc fix.
4477 (appt-check): Let-bind appt-warn-time.
4478 (appt-add): Make the 3rd argument optional.
4479 Simplify argument names. Doc fix. Check for integer WARNTIME.
4480 Only add WARNTIME to the output list if non-nil.
4481
2a64315a 44822010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
4483
4484 * calendar/appt.el (appt-check): Let the 3rd element of
4485 appt-time-msg-list specify the warning time.
4486 (appt-add): Add new argument with the warning time. (Bug#5176)
4487
2a64315a 44882010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
a9de35fe 4489
76e3243a 4490 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
4491 older than version 1.6. (Bug#6361)
4492
2a64315a 44932010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
4494
4495 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
4496 used by cl-do-arglist. (Bug#6408)
4497
30d7ac37
AM
44982010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
4499
a628ad9d 4500 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
30d7ac37
AM
4501 portuguese casechars/not-casechars for missing 'çÇ'.
4502 Suggested by Rolando Pereira (bug#6434).
4503
8fd02581
JB
45042010-06-15 Juanma Barranquero <lekktu@gmail.com>
4505
4506 * facemenu.el (list-colors-sort): Doc fix.
4507
b15922cc
BR
45082010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4509
4510 * progmodes/sql.el (sql-connect-mysql): Fix typo.
4511
f0bf7c8e
JL
45122010-06-14 Juri Linkov <juri@jurta.org>
4513
4514 Add sort option `list-colors-sort'. (Bug#6332)
4515 * facemenu.el (color-rgb-to-hsv): New function.
4516 (list-colors-sort): New defcustom.
4517 (list-colors-sort-key): New function.
4518 (list-colors-display): Doc fix. Sort list according to the option
4519 `list-colors-sort'.
4520 (list-colors-print): Add HSV values to `help-echo' property of
4521 RGB strings.
4522
c42fe9a5
JL
45232010-06-14 Juri Linkov <juri@jurta.org>
4524
4525 * compare-w.el: Move to the "vc" subdirectory.
4526
b263a4c4
SM
45272010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4528
d8b0cddd
SM
4529 * image-mode.el (image-mode-map): Remap left-char and right-char.
4530
b263a4c4
SM
4531 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
4532
89877f5f
CY
45332010-06-12 Chong Yidong <cyd@stupidchicken.com>
4534
133a8d82
CY
4535 * term/common-win.el (x-colors): Add all the color names defined
4536 in rgb.txt (Bug#6332).
4537
89877f5f
CY
4538 * facemenu.el (list-colors-print): Don't print extra names if it
4539 will overflow the window width.
4540
4541 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 4542 change (Bug#6343).
89877f5f 4543
9d1f18b5
EZ
45442010-06-12 Eli Zaretskii <eliz@gnu.org>
4545
4546 * files.el (make-directory): Doc fix (bug#6396).
4547
b81a0b56
MA
45482010-06-12 Michael Albinus <michael.albinus@gmx.de>
4549
4550 * net/tramp.el (tramp-remote-process-environment): Protect version
4551 string by apostroph.
4552 (tramp-shell-prompt-pattern): Do not use a shy group in case of
4553 XEmacs.
4554 (tramp-file-name-for-operation): Add `call-process-region'.
4555 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
4556
4557 * net/tramp-compat.el (top): Do not autoload
4558 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
4559 only when `start-file-process' is not bound.
4560 (tramp-advice-file-expand-wildcards): Do not use
4561 `tramp-handle-file-remote-p'.
4562 (tramp-compat-make-temp-file): Handle the case, that
4563 `make-temp-file' has no third argument EXTENSION.
4564
69f18acc
JB
45652010-06-11 Juanma Barranquero <lekktu@gmail.com>
4566
5fee75d4
JB
4567 * makefile.w32-in (WINS_BASIC): Include new directory vc.
4568
69f18acc
JB
4569 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
4570
9766adfb
JL
45712010-06-11 Juri Linkov <juri@jurta.org>
4572
4573 * finder.el (finder-known-keywords): Add keyword "vc"
4574 for version control.
4575
4576 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
4577 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
4578 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
4579 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
4580
56b2854f
JL
45812010-06-11 Juri Linkov <juri@jurta.org>
4582
4583 Move version control related files to the "vc" subdirectory.
4584 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
4585 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
4586 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
4587 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
4588 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
4589 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
4590 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
4591 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
4592 Move files to the "vc" subdirectory.
4593
6534e58a
CY
45942010-06-11 Chong Yidong <cyd@stupidchicken.com>
4595
4596 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
4597 (Bug#6367).
4598
84d9562f
SE
45992010-06-11 Stephen Eglen <stephen@gnu.org>
4600
4601 * shell.el: Bind `shell-resync-dirs' to M-RET.
4602
3ef0a6a5
MA
46032010-06-10 Michael Albinus <michael.albinus@gmx.de>
4604
4605 * notifications.el: Move file from lisp/net, because it is
4606 supposed to talk locally to the user.
4607
fa4003da
MA
46082010-06-10 Julien Danjou <julien@danjou.info>
4609
4610 * net/notifications.el (notifications-on-action-signal)
4611 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 4612 argument to the callback functions. Add docstrings.
fa4003da
MA
4613 (notifications-notify): Fix docstring.
4614
46e6650e
GM
46152010-06-10 Glenn Morris <rgm@gnu.org>
4616
4617 * emacs-lisp/authors.el (authors-ignored-files)
4618 (authors-valid-file-names): Add some files.
4619
a71832f7
SM
46202010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4621
4622 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
4623 merge conflict, giving preference to the emacs-23 version of the code.
4624
8c6eab5a
SM
46252010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4626
989bc97f
SM
4627 * emacs-lisp/advice.el (ad-compile-function):
4628 Define warning-suppress-types before we let-bind it (bug#6275).
4629
8c6eab5a
SM
4630 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
4631 declare it, make it buffer-local and permanent-local (bug#6324).
4632 (vc-resynch-window): Adjust name.
4633 * vc-hooks.el (vc-find-file-hook): Adjust name.
4634
890a18d6
MA
46352010-06-09 Michael Albinus <michael.albinus@gmx.de>
4636
4637 * net/notifications.el (notifications-notify): Fix docstring.
4638
bf3e70eb
JB
46392010-06-09 Juanma Barranquero <lekktu@gmail.com>
4640
4641 Update to Unicode 6.0.0 beta.
4642 * international/charprop.el: Update copyright.
4643 * international/mule-cmds.el (ucs-names): Update character ranges.
4644 * international/uni-bidi.el:
4645 * international/uni-category.el:
4646 * international/uni-combining.el:
4647 * international/uni-comment.el:
4648 * international/uni-decimal.el:
4649 * international/uni-decomposition.el:
4650 * international/uni-digit.el:
4651 * international/uni-lowercase.el:
4652 * international/uni-mirrored.el:
4653 * international/uni-name.el:
4654 * international/uni-numeric.el:
4655 * international/uni-old-name.el:
4656 * international/uni-titlecase.el:
4657 * international/uni-uppercase.el: Regenerate.
4658
b978141d
JB
46592010-06-09 Juanma Barranquero <lekktu@gmail.com>
4660
ee8359ba
JB
4661 * emacs-lisp/smie.el (comment-string-strip): Declare function.
4662 (smie-precs-precedence-table): Fix typo in docstring.
4663
f64ab8fb
JB
4664 * vc-mtn.el (log-edit-extract-headers): Declare function.
4665
883ffa8c
JB
4666 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
4667
b978141d
JB
4668 * net/notifications.el (dbus-register-signal): Declare function.
4669 (notifications-notify): Fix typos and reflow docstring.
4670
5f4f2ae4
DN
46712010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4672
4673 Improve VC create/retrieve tag/branch.
4674 * vc.el (vc-create-tag): Do not read the directory name for VCs
4675 with repository revision granularity. Adjust the tag/branch
4676 prompt. Reset VC properties.
4677 (vc-retrieve-tag): Do not read the directory name for VCs
4678 with repository revision granularity. Reset VC properties.
4679
41a86354
MA
46802010-06-09 Julien Danjou <julien@danjou.info>
4681
ef33fd34 4682 * net/notifications.el: New file.
41a86354 4683
fab43c76
DN
46842010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4685
00fd1147
DN
4686 Add optional support for resetting VC properties.
4687 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
4688 call vc-file-clearprops when true.
4689 (vc-resynch-buffer): Add new optional argument, pass it down.
4690 (vc-resynch-buffers-in-directory): Likewise.
4691
fab43c76
DN
4692 Improve support for special markup in the VC commit message.
4693 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
4694 * vc-hg.el (vc-hg-checkin): Add support for Date:.
4695 * vc-git.el (vc-git-checkin):
4696 * vc-bzr.el (vc-bzr-checkin): Likewise.
4697
e7d67e73
SM
46982010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4699
4700 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
4701 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
4702
277e6741
MP
47032010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
4704
4705 * iimage.el: Remove images as soon as the underlying text is modified.
4706 (iimage-modification-hook): New function.
4707 (iimage-mode-buffer): Use it.
4708
83156c18
SM
47092010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4710
4711 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
4712 smie-indent-offset-after. Add :prev case. Make a bit more generic.
4713 (smie-indent-virtual): Remove `virtual' arg. Update callers.
4714 (smie-indent-keyword): Add handling of open-paren keywords.
4715 (smie-indent-comment-continue): Don't assume comment-continue.
4716
13b5221f
MR
47172010-06-07 Martin Rudalics <rudalics@gmx.at>
4718
4719 * window.el (pop-to-buffer): Remove the conditional that
4720 compares new-window and old-window, so it will reselect
4721 the selected window unconditionally.
4722 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
4723
c2ea5810
SM
47242010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4725
4726 * emacs-lisp/smie.el (smie-indent-offset-after)
4727 (smie-indent-forward-token, smie-indent-backward-token): New functions.
4728 (smie-indent-after-keyword): Use them.
4729 (smie-indent-fixindent): Only applies to the indentation of the BOL.
4730 (smie-indent-keyword): Tweak the black magic.
4731 (smie-indent-comment-continue): Strip comment-continue before use.
4732 (smie-indent-functions): Indent comments before keywords.
4733
27dd3c11
JL
47342010-06-06 Juri Linkov <juri@jurta.org>
4735
4736 * isearch.el (isearch-lazy-highlight-search): Fix looping
4737 by checking for empty match. This syncs this loop with the
4738 similar loop in `isearch-search'. (Bug#6362)
4739
35b148ee
JB
47402010-06-05 Juanma Barranquero <lekktu@gmail.com>
4741
4742 * net/dbus.el (dbus-register-method): Declare function.
4743 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
4744 (dbus-introspect): Doc fix.
4745 (dbus-event-bus-name, dbus-introspect-get-interface)
4746 (dbus-introspect-get-argument): Reflow docstrings.
4747
eccdfe5f
DN
47482010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
4749
4750 vc-log-incoming/vc-log-outgoing fixes for Git.
4751 * vc-git.el (vc-git-log-view-mode): Fix font lock for
4752 incoming/outgoing logs.
4753 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
4754 instead of vc-git-compute-remote.
4755 (vc-git-compute-remote): Remove.
4756
86253dc0
CY
47572010-06-04 Chong Yidong <cyd@stupidchicken.com>
4758
4759 * term/common-win.el (x-colors): Add "dark green" and "dark
4760 turquoise" (Bug#6332).
4761
0665f661
JL
47622010-06-04 Juri Linkov <juri@jurta.org>
4763
4764 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
4765 Instead of setting `replace' to t and replacing the same string
4766 with itself, don't do certain actions when
4767 kill-do-not-save-duplicates is non-nil and string is equal to car
4768 of kill-ring: don't call menu-bar-update-yank-menu, don't push
4769 interprogram-paste strings to kill-ring, and don't push the input
4770 argument `string' to kill-ring.
4771 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
4772
087fc47a
JB
47732010-06-04 Juanma Barranquero <lekktu@gmail.com>
4774
4775 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
4776
4f201088
MA
47772010-06-04 Michael Albinus <michael.albinus@gmx.de>
4778
4779 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
4780 (tramp-gvfs-handler-mounted-unmounted)
4781 (tramp-gvfs-connection-mounted-p): Handle default-location.
4782
4783 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
4784 move files to trash.
4785
18ccd78a
JB
47862010-06-04 Juanma Barranquero <lekktu@gmail.com>
4787
4788 * international/mule-cmds.el (nonascii-insert-offset)
4789 (nonascii-translation-table): Add obsolescence information.
4790
4791 * international/mule.el (make-translation-table-from-vector): Doc fix.
4792
3845c322
GM
47932010-06-03 Glenn Morris <rgm@gnu.org>
4794
4795 * desktop.el (desktop-clear-preserve-buffers):
4796 Add "*Warnings*" buffer. (Bug#6336)
4797
54d3626e
DN
47982010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
4799
6941ffec
DN
4800 vc-log-incoming/vc-log-outgoing improvements for Git.
4801 * vc-git.el (vc-git-log-outgoing): Use the same format as the
4802 short log.
4803 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
4804
54d3626e
DN
4805 Add bindings for vc-log-incoming and vc-log-outgoing.
4806 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
4807 and vc-log-outgoing.
4808 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
4809 and vc-log-outgoing.
4810
aa1bc616
CY
48112010-06-03 Chong Yidong <cyd@stupidchicken.com>
4812
4813 * net/rcirc.el (rcirc-sort-nicknames): Remove.
4814 (rcirc-handler-366): Always sort nicknames.
4815
e2d2a205
JB
48162010-06-03 Juanma Barranquero <lekktu@gmail.com>
4817
4818 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
4819
44ea155d
CY
48202010-06-03 Chong Yidong <cyd@stupidchicken.com>
4821
a628ad9d 4822 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 4823
a91dedc4
SM
48242010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4825
4826 * net/rcirc.el (rcirc-sort-nicknames): Change default.
4827 (rcirc-sort-nicknames-join): Avoid setq.
4828
c62bf05a
DD
48292010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4830
4831 * net/rcirc.el (rcirc-sort-nicknames): New custom.
4832 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
4833 (rcirc-handler-366): Use them.
4834
dd2c3c92
SM
48352010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4836
4837 Split smie-indent-calculate into more manageable chunks.
4838 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
4839 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
4840 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
4841 (smie-indent-exps): Extract from smie-indent-calculate.
4842 (smie-indent-functions): New var.
4843 (smie-indent-functions): Use them.
4844
927c346b
SM
48452010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4846
4847 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
4848 (smie-indent-calculate): Simplify and cleanup.
4849
1efeec86
MA
48502010-06-02 Michael Albinus <michael.albinus@gmx.de>
4851
4852 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
4853 (tramp-gvfs-mount-point): Remove.
4854 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
4855 New defuns.
1efeec86
MA
4856 (with-tramp-dbus-call-method): Format trace message.
4857 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
4858 Implement backup call, when operation on local files fails.
4859 Use progress reporter. Flush properties of changed files.
1efeec86
MA
4860 (tramp-gvfs-handle-make-directory): Make more traces.
4861 (tramp-gvfs-url-file-name): Hexify file name in url.
4862 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
4863 into account for the resulting file name.
4864 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
4865 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
4866 (tramp-gvfs-handler-mounted-unmounted)
4867 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
4868 attribute "default_location". Set "prefix" property.
4869 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
4870 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
4871 exists. Raise an error, if not (due to a corresponding answer
4872 "no" in interactive questions, for example).
4873
89877f5f 48742010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
4875
4876 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
4877
24f574a9
JB
48782010-06-01 Juanma Barranquero <lekktu@gmail.com>
4879
4880 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
4881 right-*. (Bug#6265)
4882
290736f2
DN
48832010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
4884
61158bfa
DN
4885 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
4886 * vc-git.el (vc-git-compute-remote): New function.
4887 (vc-git-log-outgoing): Use it instead of hard coding a value.
4888 (vc-git-log-incoming): New function.
4889
5828f6ca
DN
4890 Improve state updating for VC tag commands.
4891 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
4892 to update the state of all buffers in the directory.
4893
290736f2
DN
4894 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
4895
feceda26
SM
48962010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4897
4898 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
4899 `file-directory-p' to the filename part rather than to the whole text.
4900
896114cf
SM
49012010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4902
4903 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
4904
1603358c
DA
49052010-05-31 Drew Adams <drew.adams@oracle.com>
4906
4907 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
4908
fe40dc63
JB
49092010-05-31 Juanma Barranquero <lekktu@gmail.com>
4910
4911 * subr.el (momentary-string-display): Just use read-event to read
4912 the exit event (Bug#6238).
4913
9e8014c6
EZ
49142010-05-30 Eli Zaretskii <eliz@gnu.org>
4915
4916 * international/mule.el (define-coding-system): Doc fix (bug#6313).
4917
61a08071
JB
49182010-05-30 Juanma Barranquero <lekktu@gmail.com>
4919
4920 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
4921 Suggested by Eli Zaretskii <eliz@gnu.org>.
4922
5feec8ca
SM
49232010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4924
4925 * minibuffer.el (completion-file-name-table): Don't return a boundary
4926 past the end of `string' (bug#6299).
4927 (completion--file-name-table): Delegate to completion-file-name-table
4928 for the `boundaries' case.
4929
8175cb90
JB
49302010-05-30 Juanma Barranquero <lekktu@gmail.com>
4931
2b94133f
JB
4932 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
4933 movement commands.
4934
8175cb90
JB
4935 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
4936 `path-separator', but maintain compatibility with Emacs 20.2.
4937
0191e222
CY
49382010-05-29 Chong Yidong <cyd@stupidchicken.com>
4939
4940 * server.el (server-process-filter): Receive parent-id argument
4941 from emacsclient.
4942 (server-create-window-system-frame): New arg. Pass parent-id as
4943 frame parameter.
4944
9b655a0a
EZ
49452010-05-29 Eli Zaretskii <eliz@gnu.org>
4946
db5dce9d
EZ
4947 Bidi-sensitive word movement with arrow keys.
4948 * subr.el (right-arrow-command, left-arrow-command): Move to
4949 bindings.el.
4950
4951 * bindings.el (right-char, left-char): Move from subr.el and
4952 rename from right-arrow-command and left-arrow-command.
4953 (right-word, left-word): New functions.
4954 (global-map) <right>: Bind to right-char.
4955 (global-map) <left>: Bind to left-char.
4956 (global-map) <C-right>: Bind to right-word.
4957 (global-map) <C-left>: Bind to left-word.
4958
9b655a0a
EZ
4959 * ls-lisp.el (ls-lisp-classify-file): New function.
4960 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
4961 (ls-lisp-classify): Call ls-lisp-classify-file.
4962 (insert-directory): Remove blanks from switches.
4963
fcb52808
CY
49642010-05-29 Chong Yidong <cyd@stupidchicken.com>
4965
4966 * ansi-color.el: Delete unused escape sequences (Bug#6085).
4967 (ansi-color-drop-regexp): New constant.
4968 (ansi-color-apply, ansi-color-filter-region)
896114cf 4969 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
4970 (ansi-color-apply): Build string list before calling concat.
4971
0040735a
JL
49722010-05-28 Juri Linkov <juri@jurta.org>
4973
4974 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4975 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
4976 (Bug#5270)
4977
b6827fff
MA
49782010-05-28 Michael Albinus <michael.albinus@gmx.de>
4979
4980 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
4981 to ignored backtrace functions.
4982 (with-progress-reporter): Expand docstring.
4983 (tramp-handle-delete-file): Implement TRASH argument.
4984 (tramp-get-remote-trash): New defun.
4985
eba082a2
MA
49862010-05-28 Michael Albinus <michael.albinus@gmx.de>
4987
4988 * net/tramp-compat.el (tramp-compat-delete-file): Use
4989 `symbol-value' for backward compatibility.
4990
4991 * net/tramp.el (tramp-handle-make-symbolic-link)
4992 (tramp-handle-load)
4993 (tramp-do-copy-or-rename-file-via-buffer)
4994 (tramp-do-copy-or-rename-file-directly)
4995 (tramp-do-copy-or-rename-file-out-of-band)
4996 (tramp-handle-process-file, tramp-handle-call-process-region)
4997 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4998 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4999 (tramp-delete-temp-file-function): Use `delete-file' instead
5000 of `tramp-compat-delete-file'.
5001
5002 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
5003 (tramp-fish-handle-make-symbolic-link)
5004 (tramp-fish-handle-process-file): Use `delete-file' instead
5005 of `tramp-compat-delete-file'.
5006
5007 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
5008 `delete-file' instead of `tramp-compat-delete-file'.
5009
5010 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
5011 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
5012 `tramp-compat-delete-file'.
5013
5014 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
5015 `delete-file' instead of `tramp-compat-delete-file'.
5016
5017 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5018 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5019 (tramp-smb-handle-write-region): Use `delete-file' instead of
5020 `tramp-compat-delete-file'.
5021 (tramp-smb-handle-delete-directory): Use 'trash as arg.
5022
f1a5d776
CY
50232010-05-27 Chong Yidong <cyd@stupidchicken.com>
5024
5025 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 5026 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
5027 (dired-do-flagged-delete, dired-do-delete): Use trash.
5028
5029 * speedbar.el (speedbar-item-delete): Allow trashing.
5030
5031 * files.el (delete-directory): New arg TRASH.
5032
5033 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
5034 (ange-ftp-rename-remote-to-remote)
5035 (ange-ftp-rename-local-to-remote)
5036 (ange-ftp-rename-remote-to-local, ange-ftp-load)
5037 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
5038 `delete-file'.
5039 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
5040 allow trashing.
5041
5042 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
5043 handle new TRASH arg of `delete-file'.
5044
c4ce1145 5045 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
5046 (tramp-handle-make-symbolic-link, tramp-handle-load)
5047 (tramp-do-copy-or-rename-file-via-buffer)
5048 (tramp-do-copy-or-rename-file-directly)
5049 (tramp-do-copy-or-rename-file-out-of-band)
5050 (tramp-handle-process-file, tramp-handle-call-process-region)
5051 (tramp-handle-shell-command, tramp-handle-file-local-copy)
5052 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5053 (tramp-delete-temp-file-function): Use null TRASH arg in
5054 tramp-compat-delete-file call.
5055
5056 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
5057 (tramp-fish-handle-delete-file)
5058 (tramp-fish-handle-make-symbolic-link)
5059 (tramp-fish-handle-process-file): Use null TRASH arg in
5060 `tramp-compat-delete-file' call.
5061
5062 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
5063 arg in `tramp-compat-delete-file' call.
5064
5065 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
5066 (tramp-gvfs-handle-write-region): Use null TRASH arg in
5067 `tramp-compat-delete-file' call.
5068
5069 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
5070 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
5071 `tramp-compat-delete-file' call.
5072
5073 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5074 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5075 (tramp-smb-handle-write-region): Use null TRASH arg in
5076 tramp-compat-delete-file call.
5077 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
5078 (tramp-smb-handle-delete-file): Rename arg.
5079
5080 * diff.el (diff-sentinel):
5081 * epg.el (epg--make-temp-file, epg-decrypt-string)
5082 (epg-verify-string, epg-sign-string, epg-encrypt-string):
5083 * jka-compr.el (jka-compr-partial-uncompress)
5084 (jka-compr-call-process, jka-compr-write-region):
5085 * server.el (server-sentinel): Remove optional arg from
5086 delete-file, reverting 2010-05-03 change.
5087
ecb0ab90
CY
50882010-05-27 Chong Yidong <cyd@stupidchicken.com>
5089
5090 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
5091 font-lock-constant-face, not obsolete font-lock-reference-face.
5092
2b25da45
KH
50932010-05-27 Kenichi Handa <handa@m17n.org>
5094
5095 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
5096 element of GSTRING is nil.
5097
11e4d8c0
SM
50982010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
5099
5100 * emacs-lisp/smie.el (smie-forward-token-function)
5101 (smie-backward-token-function): New vars.
5102 (smie-backward-sexp, smie-forward-sexp)
5103 (smie-indent-hanging-p, smie-indent-calculate): Use them.
5104 (smie-default-backward-token): Rename from smie-backward-token and
5105 skip comments.
5106 (smie-default-forward-token): Rename from smie-forward-token and
5107 skip comments.
5108 (smie-next-sexp): Handle nil results from next-token.
5109 (smie-indent-calculate): Add a new case for special `fixindent' comments.
5110
4da3541b
CY
51112010-05-27 Chong Yidong <cyd@stupidchicken.com>
5112
896114cf
SM
5113 * progmodes/verilog-mode.el (verilog-type-font-keywords):
5114 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
5115
51162010-05-27 Masatake YAMATO <yamato@redhat.com>
5117
5118 * htmlfontify.el (hfy-face-resolve-face): New function.
5119 (hfy-face-to-style): Use it (Bug#6279).
5120
6dc439cb
SM
51212010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
5122
5123 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
5124 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
5125
021eb8d7
GM
51262010-05-26 Glenn Morris <rgm@gnu.org>
5127
5128 * emulation/edt.el (edt-load-keys): Use locate-library.
5129
bef4957b
CY
51302010-05-25 Chong Yidong <cyd@stupidchicken.com>
5131
5132 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
5133 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
5134 (log-edit-changelog-insert-entries): Args changed.
5135 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
5136 (log-edit-insert-changelog-entries): Reorganize return value of
5137 `log-edit-changelog-entries' to pass filenames to
5138 log-edit-changelog-insert-entries.
5139
84fb0956
TV
51402010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5141
5142 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
5143 `image-dired-dired-insert-marked-thumbs' to
5144 `image-dired-dired-toggle-marked-thumbs'.
5145
5146 * image-dired.el: Require cl when compiling.
5147 (image-dired-dired-toggle-marked-thumbs): Rename from
5148 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
5149 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
5150 to 'no-dir. Skip files whose names don't match
5151 `image-file-name-regexp'. When file has a thumbnail overlay,
5152 delete it. (Bug#5270)
5153
0fb1193d
JL
51542010-05-25 Juri Linkov <juri@jurta.org>
5155
5156 * image-mode.el (image-mode): Add image-after-revert-hook to
5157 after-revert-hook.
5158 (image-after-revert-hook): New function. (Bug#5669)
5159
fc937924
JL
51602010-05-25 Juri Linkov <juri@jurta.org>
5161
5162 * image.el (image-animated-p): When delay between animated images
5163 is 0, set it to 10 (0.1 sec). (Bug#6258)
5164
fa9ba953
MA
51652010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
5166
5167 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 5168 `forward-word', its default syntax could be changed.
fa9ba953 5169
9e021389
MA
51702010-05-25 Michael Albinus <michael.albinus@gmx.de>
5171
5172 * net/tramp.el (tramp-progress-reporter-update): New defun.
5173 (with-progress-reporter): Use it.
5174 (tramp-process-actions):
5175 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
5176 current message, in order to let progress reporter continue
5177 afterwards. (Bug#6257)
5178
6169260b
GM
51792010-05-25 Glenn Morris <rgm@gnu.org>
5180
5181 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
5182 Add :version.
5183
d26781af
RY
51842010-05-25 Ryan Yeske <rcyeske@gmail.com>
5185
8826afe3 5186 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
5187 (rcirc-default-full-name): Change to "unknown".
5188 (rcirc-user-name-history): Add variable.
8826afe3
GM
5189
51902010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 5191 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
5192
5193 * net/rcirc.el (rcirc-server-alist): Add :pass.
5194 (rcirc): When prompting for connection parameters, also prompt for
d26781af 5195 username and password.
a628ad9d 5196 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
5197 value to server when connecting.
5198
d355a0b7
SM
51992010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5200
f5228f84
SM
5201 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
5202 (smie-merge-prec2s): Pass the tables as separate args.
5203 (smie-bnf-precedence-table): Adjust call accordingly.
5204 (smie-prec2-levels): Set levels at the end.
5205
d355a0b7
SM
5206 Replace Lisp calls to delete-backward-char by delete-char.
5207 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
5208 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
5209 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 5210 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
5211 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
5212 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
5213 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
5214 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
5215 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
5216 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
5217 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
5218 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
5219 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
5220 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
5221 delete-backward-char by calls to delete-char.
5222
f668ef02
KH
52232010-05-25 Kenichi Handa <handa@m17n.org>
5224
5225 * language/hebrew.el (hebrew-shape-gstring): New function.
5226 Register it in composition-function-table for all Hebrew combining
5227 characters.
5228
397eb3f3
SM
52292010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5230
5231 * epa.el (epa--select-keys): Don't explicitly delete the window since
5232 that can fail (e.g. sole window in frame). Use dedication instead.
5233
171eda53 52342010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
5235
5236 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
5237
110683ad
CY
52382010-05-22 Chong Yidong <cyd@stupidchicken.com>
5239
5240 * image.el (image-refresh): Define as an alias for image-flush.
5241
5242 * image-mode.el (image-toggle-display-image): Caller changed.
5243
df9db151
JL
52442010-05-21 Juri Linkov <juri@jurta.org>
5245
5246 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
5247 Remove "all" from grep-files-aliases. Split grep-files-aliases by
5248 whitespace, call wildcard-to-regexp on substrings and concat them
5249 with "\\|". (Bug#6114)
5250
c0209c2c
AM
52512010-05-21 Alan Mackenzie <acm@muc.de>
5252
171eda53
SM
5253 * progmodes/cc-engine.el (c-parse-state-get-strategy):
5254 Replace parameter `here' with `here-' and `here-plus', which sandwich
5255 any pertinent CPP construct.
c0209c2c
AM
5256 (c-remove-stale-state-cache-backwards): Fix a bug which happens
5257 when doing (c-parse-state) in a CPP construct: Exclude any "new"
5258 CPP construct from taking part in the scanning.
5259
655bded0
MA
52602010-05-21 Michael Albinus <michael.albinus@gmx.de>
5261
5262 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
5263 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
5264 Tune `with-progress-reporter' messages.
655bded0
MA
5265 (tramp-handle-vc-registered):
5266 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
5267 (tramp-fish-handle-insert-file-contents)
5268 (tramp-fish-maybe-open-connection):
5269 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5270 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
5271 (tramp-imap-handle-insert-file-contents)
5272 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
5273
3e17a1a7
JB
52742010-05-21 Juanma Barranquero <lekktu@gmail.com>
5275
bf1e8d4a
JB
5276 * add-log.el (change-log-font-lock-keywords):
5277 Highlight all authors in multi-author entries.
5278
3e17a1a7
JB
5279 * smerge-mode.el (smerge-refine-ignore-whitespace)
5280 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
5281 Fix typos in docstrings.
5282 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
5283
969e684a
GM
52842010-05-21 Glenn Morris <rgm@gnu.org>
5285
e75c1e7d
GM
5286 * progmodes/fortran.el (fortran-mode):
5287 * progmodes/f90.el (f90-mode): Derive from prog-mode.
5288
969e684a
GM
5289 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
5290 having a relative path in src/Makefile.in.
5291
a50878fa
KR
52922010-05-20 Kevin Ryde <user42@zip.com.au>
5293
5294 * help-mode.el (help-make-xrefs): For Info node links turn
5295 newlines into spaces. Link node names with newlines are matched
5296 by help-xref-info-regexp and buttonized, this change ensures they
5297 can be followed successfully with RET. (Bug#6206)
5298
f66a2f90
JL
52992010-05-20 Juri Linkov <juri@jurta.org>
5300
5301 * locate.el (locate): Use pop-to-buffer instead of
5302 switch-to-buffer-other-window. (Bug#6204)
5303
201d895a
JL
53042010-05-20 Juri Linkov <juri@jurta.org>
5305
5306 * replace.el (replace-highlight): Fix lazy-highlighting
5307 for `M-s w str M-% str RET'.
5308
1ddb2ea0
MY
53092009-12-15 Masatake YAMATO <yamato@redhat.com>
5310
5311 * isearch.el (isearch-yank-word-or-char): Pull next subword
5312 when `subword-mode' is activated. (Bug#6220)
5313
a6020335
MH
53142010-05-20 Mark A. Hershberger <mah@everybody.org>
5315
5316 * isearch.el (isearch-update-post-hook): New hook.
5317 (isearch-update): Use the new hook. (Bug#6225)
5318
50de6a38
JL
53192010-05-20 Juri Linkov <juri@jurta.org>
5320
5321 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
5322 [f1], [help], and (char-to-string help-char) instead of "\C-h".
5323 (Bug#6222)
5324
5d944a8f
JL
53252010-05-20 Juri Linkov <juri@jurta.org>
5326
5327 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
5328 (Bug#6223)
5329
f5d6548a
JL
53302010-05-20 Juri Linkov <juri@jurta.org>
5331
5332 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
5333 FILE-NAME to read from the minibuffer when called interactively
5334 with prefix argument instead of using buffer-file-name.
5335 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
5336
5337 * dired.el: Update autoloads.
5338
f8e63691
CY
53392010-05-20 Chong Yidong <cyd@stupidchicken.com>
5340
5341 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
5342 nxml-finish-element, for consistency with SGML mode.
5343
5344 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
5345 octave-close-block.
5346
07d7c3bd
JB
53472010-05-20 Juanma Barranquero <lekktu@gmail.com>
5348
5349 * composite.el: Require cl when compiling.
5350 (reference-point-alist, compose-gstring-for-graphic)
5351 (compose-gstring-for-terminal): Fix typos in docstrings.
5352
7bce8510
JL
53532010-05-19 Juri Linkov <juri@jurta.org>
5354
5355 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
5356 set-window-parameter.
5357
a7723e05
MA
53582010-05-19 Michael Albinus <michael.albinus@gmx.de>
5359
5360 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
5361 where appropriate.
5362 (tramp-maybe-open-connection): Use it.
5363
3f2e7735
EZ
53642010-05-19 Eli Zaretskii <eliz@gnu.org>
5365
5366 * simple.el (move-end-of-line): Make sure we are at line beginning
5367 before backing up to end of previous line.
5368
8d9181c7
MA
53692010-05-19 Michael Albinus <michael.albinus@gmx.de>
5370
8c4ec20f
MA
5371 * password-cache.el (password-cache-remove): Fix docstring.
5372
8d9181c7
MA
5373 * net/secrets.el: Autoload the widget functions.
5374 (secrets-search-items, secrets-create-item)
5375 (secrets-get-attributes, secrets-expand-item): Attributes will be
5376 stored on the password database without leading ":", as all other
5377 clients do as well.
5378 (secrets-mode): Fix docstring.
5379 (secrets-show-secrets): Provide it as autoloaded command only when
5380 D-Bus support is available. Check existence of Secret Service API.
5381
2a96c2a7
SM
53822010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5383
5384 * indent.el (indent-region): Deactivate region (bug#6200).
5385
d24e10b1
GM
53862010-05-19 Glenn Morris <rgm@gnu.org>
5387
5388 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
5389
2833d915
KH
53902010-05-19 Kenichi Handa <handa@m17n.org>
5391
5392 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 5393 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 5394
134c2f29
JB
53952010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
5396
5397 * calc/calc-trail.el (calc-trail-isearch-forward)
5398 (calc-trail-isearch-backward): Ensure that the new window
5399 point is set correctly.
5400
278847cd
SM
54012010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5402
5403 * subr.el (read-quoted-char): Resolve modifiers after key
5404 remapping (bug#6212).
5405
3a8e7cbd
MA
54062010-05-18 Michael Albinus <michael.albinus@gmx.de>
5407
5408 Add visualization code for secrets.
5409 * net/secrets.el (secrets-mode): New major mode.
5410 (secrets-show-secrets, secrets-show-collections)
5411 (secrets-expand-collection, secrets-expand-item)
5412 (secrets-tree-widget-after-toggle-function)
5413 (secrets-tree-widget-show-password): New defuns.
5414
472e7ec1
SM
54152010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5416
224b70cb
SM
5417 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
5418 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
5419 handled in smie-next-sexp.
5420 (smie-indent-calculate): Provide a starting indentation (so the
5421 recursion is well-founded ;-).
5422
472e7ec1
SM
5423 Fix handling of non-associative equal levels.
5424 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
5425 when it's not needed.
5426 (smie-op-left, smie-op-right): New functions.
5427 (smie-next-sexp): New function, extracted from smie-backward-sexp.
5428 Better handle equal levels to distinguish the associative case from
5429 the "multi-keyword construct" case.
5430 (smie-backward-sexp, smie-forward-sexp): Use it.
5431
35e53abd
JB
54322010-05-18 Juanma Barranquero <lekktu@gmail.com>
5433
5d8fe0ba
JB
5434 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
5435
35e53abd
JB
5436 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
5437 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
5438
5ad4bef5
SM
54392010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5440
5441 Provide a simple generic indentation engine and use it for Prolog.
5442 * emacs-lisp/smie.el: New file.
5443 * progmodes/prolog.el (prolog-smie-op-levels)
5444 (prolog-smie-indent-rules): New var.
5445 (prolog-mode-variables): Use them to configure SMIE.
5446 (prolog-indent-line, prolog-indent-level): Remove.
5447
00681a3c
JB
54482010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
5449
560bb7ae 5450 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
5451 order before computing the averages.
5452
eba62f7a
JB
54532010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
5454
597517ef 5455 * calc/calc-vec.el (calc-histogram):
5ad4bef5 5456 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
5457 (math-vector-avg): New function.
5458
560bb7ae 5459 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
5460 being grouped depend on the radix (Bug#6189).
5461
8c5ff6dd
KR
54622010-05-15 Ken Raeburn <raeburn@raeburn.org>
5463
5464 * version.el (emacs-copyright, emacs-version): Don't define here,
5465 now that emacs.c defines it.
5466
98d8b17e
EZ
54672010-05-15 Eli Zaretskii <eliz@gnu.org>
5468
71078429
EZ
5469 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
5470 "Describe Language Environment" menu item.
5471
ce6233c1
EZ
5472 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
5473
d20e1419
EZ
5474 Bidi-sensitive movement with arrow keys.
5475 * subr.el (right-arrow-command, left-arrow-command): New functions.
5476
5477 * bindings.el (global-map): Bind them to right and left arrow keys.
5478
98d8b17e
EZ
5479 Don't override standard definition of convert-standard-filename.
5480 * files.el (convert-standard-filename): Call
5481 w32-convert-standard-filename and dos-convert-standard-filename on
5482 the corresponding systems.
5483
5484 * w32-fns.el (w32-convert-standard-filename): Rename from
5485 convert-standard-filename. Doc fix.
5486
5487 * dos-fns.el (dos-convert-standard-filename): Doc fix.
5488 (convert-standard-filename): Don't defalias.
5489 (register-name-alist, make-register, register-value)
5490 (set-register-value, intdos): Obsolete aliases for the
5491 corresponding dos-* functions and variables.
5492 (dos-intdos): Add a doc string.
5493
ae6bc504
JB
54942010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
5495
5496 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
5497 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
5498 (math-compose-tex-func):
5499 * calc/calccomp.el (math-compose-expr):
5500 * calc/calc-ext.el (math-format-flat-expr-fancy):
5501 * calc/calc-store.el (calc-read-var-name):
5502 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
5503
5504 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 5505 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 5506 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 5507 (math-standard-units): Add units.
ae6bc504 5508
c26ea4b2
SM
55092010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5510
7aefa445 5511 * progmodes/asm-mode.el (asm-mode):
13973643
SM
5512 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
5513
c26ea4b2
SM
5514 * pcomplete.el (pcomplete-completions-at-point): New function,
5515 extracted from pcomplete-std-complete.
5516 (pcomplete-std-complete): Use it.
5517
02be533b
GM
55182010-05-15 Glenn Morris <rgm@gnu.org>
5519
5520 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5521 Remove references to CVS, RCS and Old directories.
5522
78ed0efc
JB
55232010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
5524
ae6bc504 5525 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
5526 appropriate.
5527
10dcc561
SM
55282010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
5529
5ccaa359
SM
5530 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
5531 (sh-mode-syntax-table): Give it a default value instead.
5532 (sh-header-marker): Make buffer-local.
5533 (sh-mode): Move make-local-variable to the corresponding setq.
5534 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
5535 Use complete-with-action.
5536
10dcc561
SM
5537 * simple.el (prog-mode): New (abstract) major mode.
5538 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
5539 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
5540
c38762fd
JB
55412010-05-14 Juanma Barranquero <lekktu@gmail.com>
5542
5543 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
5544 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
5545 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
5546 (sql-make-alternate-buffer-name, sql-placeholders-filter)
5547 (sql-escape-newlines-filter, sql-input-sender)
5548 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
5549
2ef3c144
CY
55502010-05-13 Chong Yidong <cyd@stupidchicken.com>
5551
560bb7ae 5552 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
5553
5554 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
5555 latex-open-block and C-c / to latex-close-block.
5556
5557 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
5558 and C-c C-e to sgml-close-tag.
5559
3b30ccda
MA
55602010-05-13 Michael Albinus <michael.albinus@gmx.de>
5561
5562 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 5563 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
5564 (tramp-handle-load, tramp-handle-file-local-copy)
5565 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
5566 (tramp-maybe-send-script, tramp-find-shell):
5567 Use `with-progress-reporter'.
3b30ccda
MA
5568 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
5569 Fix message text.
5570
5571 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5572 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5573 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
5574 Use `with-progress-reporter'.
5575
57ff5d7b
AM
55762010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
5577
a628ad9d
JB
5578 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
5579 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 5580
5a70d10f
SM
55812010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5582
791ffe1c
SM
5583 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
5584
5a70d10f
SM
5585 * dos-fns.el: Add "dos-" prefix for namespace control.
5586 (convert-standard-filename): Define as alias for
5587 dos-convert-standard-filename but only if applicable.
5588
38d93f03
AM
55892010-05-12 Alan Mackenzie <acm@muc.de>
5590
5591 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
5592 Push the mark at the start of these functions when appropriate.
5593
902a6d8d
SM
55942010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5595
5596 * minibuffer.el (completion-cycle-threshold): New custom var.
5597 (completion--do-completion): Use it.
5598 (minibuffer-complete): Use cycling if appropriate.
5599
9ee120ba
JB
56002010-05-11 Juanma Barranquero <lekktu@gmail.com>
5601
5602 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
5603 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
5604
841c4085
JL
56052010-05-11 Juri Linkov <juri@jurta.org>
5606
5607 * scroll-all.el (scroll-all-check-to-scroll):
5608 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
5609
8a67c70e
SM
56102010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5611
f2b9ed18
SM
5612 * iimage.el (iimage-mode-map): Move initialization into declaration.
5613 (iimage-mode-buffer): Use with-silent-modifications.
5614 Simplify calling convention. Adjust callers.
5615 (iimage-mode): Don't run hook redundantly.
5616
8a67c70e
SM
5617 * minibuffer.el (completion-pcm--pattern->regex):
5618 Fix last change (bug#6160).
5619
4bbedd98
JL
56202010-05-10 Juri Linkov <juri@jurta.org>
5621
5622 Remove nodes visited during Isearch from the Info history.
5623 * info.el (Info-isearch-initial-history)
5624 (Info-isearch-initial-history-list): New variables.
5625 (Info-isearch-start): Record initial values of
5626 Info-isearch-initial-history and Info-isearch-initial-history-list.
5627 Add Info-isearch-end to isearch-mode-end-hook.
5628 (Info-isearch-end): New function.
5629
94ecf5da
MA
56302010-05-10 Michael Albinus <michael.albinus@gmx.de>
5631
5632 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
5633 format string, in order to work around a bug in pdksh.
5634 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
5635 (tramp-handle-verify-visited-file-modtime): Do not send a command
5636 when the connection is not established.
5637 (tramp-handle-set-file-times): Simplify the check for utc.
5638
c5eb971b
JB
56392010-05-10 Juanma Barranquero <lekktu@gmail.com>
5640
5641 Fix use of `filter-buffer-substring' (rework previous change).
5642 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
5643 (cua-repeat-replace-region):
5644 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
5645 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5646 (cua-cut-region-to-global-mark): Use it.
5647
7492acc9
MM
56482010-05-09 Michael R. Mauger <mmaug@yahoo.com>
5649
77e2fc7a
JB
5650 * progmodes/sql.el: Version 2.1.
5651 (sql-product-alist): Redesign structure of product info.
5652 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
5653 (sql-port, sql-port-history): New variables.
5654 (sql-interactive-product): New variable.
5655 (sql-send-terminator): New variable.
77e2fc7a 5656 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
5657 (sql-oracle-login-params, sql-sqlite-login-params)
5658 (sql-mysql-login-params, sql-solid-login-params)
5659 (sql-sybase-login-params, sql-informix-login-params)
5660 (sql-ingres-login-params, sql-ms-login-params)
5661 (sql-postgres-login-params, sql-interbase-login-params)
5662 (sql-db2-login-params, sql-linter-login-params)
5663 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
5664 (sql-mode-map): Add C-c C-i to start interactive mode.
5665 (sql-mode-menu): Update existing menu entries.
5666 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
5667 (sql-mode-oracle-font-lock-keywords)
5668 (sql-mode-postgres-font-lock-keywords)
5669 (sql-mode-ms-font-lock-keywords)
5670 (sql-mode-sybase-font-lock-keywords)
5671 (sql-mode-informix-font-lock-keywords)
5672 (sql-mode-interbase-font-lock-keywords)
5673 (sql-mode-ingres-font-lock-keywords)
5674 (sql-mode-solid-font-lock-keywords)
5675 (sql-mode-mysql-font-lock-keywords)
5676 (sql-mode-sqlite-font-lock-keywords)
5677 (sql-mode-db2-font-lock-keywords)
77e2fc7a 5678 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
5679 reduce run-time complexity.
5680 (sql-add-product, sql-del-product): New functions.
5681 (sql-set-product-feature, sql-get-product-feature): New functions.
5682 (sql-product-font-lock): Update product API.
5683 (sql-add-product-keywords): New function.
5684 (sql-highlight-product): Update product API.
5685 (sql-help-list-products): New function.
5686 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 5687 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
5688 prompt for port.
5689 (sql-copy-column): Copy without properties.
5690 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
5691 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
5692 Implement as a filter.
7492acc9
MM
5693 (sql-escape-newlines-filter): Implement as a filter.
5694 (sql-remove-tabs-filter): New function.
5695 (sql-send-magic-terminator): New function.
5696 (sql-send-string): Implement magic terminator.
5697 (sql-send-region): Use `sql-send-string'.
5698 (sql-interactive-mode): Use product API.
5699 (sql-product-interactive): Use product API.
5700 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
5701 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
5702 (sql-db2, sql-linter): Use `sql-product-interactive'.
5703 (sql-connect): New function.
5704 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
5705 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
5706 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
5707 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
5708 Use `sql-connect'.
7492acc9 5709
79ccd68f
SM
57102010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5711
5712 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
5713 New custom variable.
5714 (completion-pcm--string->pattern): Use it.
5715 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
5716 Make it handle any symbol as `any'.
5717 (completion-pcm--merge-completions): Extract common suffix for the new
5718 `prefix' symbol as well.
5719 (completion-substring--all-completions): Use the new `prefix' symbol.
5720
0d5852cf
MA
57212010-05-09 Michael Albinus <michael.albinus@gmx.de>
5722
5723 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
5724 not bound.
5725 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5726 (tramp-compat-funcall): New defmacro.
5727 (tramp-compat-line-beginning-position)
5728 (tramp-compat-line-end-position)
5729 (tramp-compat-temporary-file-directory)
5730 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
5731 (tramp-compat-copy-file, tramp-compat-copy-directory)
5732 (tramp-compat-delete-file, tramp-compat-delete-directory)
5733 (tramp-compat-number-sequence, tramp-compat-process-running-p)
5734 * net/tramp.el (top, with-progress-reporter)
5735 (tramp-rfn-eshadow-setup-minibuffer)
5736 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5737 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
5738 (tramp-completion-mode-p, tramp-check-for-regexp)
5739 (tramp-open-connection-setup-interactive-shell)
5740 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
5741 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
5742 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
5743 * net/tramp-cmds.el (tramp-cleanup-all-connections)
5744 (tramp-reporter-dump-variable, tramp-load-report-modules)
5745 (tramp-append-tramp-buffers)
5746 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
5747
5748 * net/tramp-imap.el (top): Autoload `epg-make-context'.
5749
f913fe7d
SM
57502010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5751
5752 * progmodes/compile.el (compilation-buffer-modtime): Rename from
5753 buffer-modtime. Adjust users.
5754
0235128c 57552010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 5756
77e2fc7a 5757 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 5758 car of each item, not the whole list (Bug#6083).
f034e176 5759
0235128c 57602010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
5761
5762 * progmodes/js.el (js-mode): Make paragraph variables local before
5763 calling c-setup-paragraph-variables (Bug#6071).
5764
0235128c 57652010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
5766
5767 * composite.el (compose-region, reference-point-alist): Fix typos
5768 in the doc strings.
5769
77e2fc7a 57702010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
5771
5772 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
5773 gnuplot's "set" command.
5774
0235128c 57752010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
5776
5777 * abbrev.el (last-abbrev-text): Doc fix.
5778 (abbrev-prefix-mark): Don't escape parenthesis.
5779
0235128c 57802010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
5781
5782 * composite.el (find-composition): Doc fix.
5783
0235128c 57842010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
5785
5786 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
5787 (sql-oracle-program, sql-sqlite-options)
5788 (sql-query-placeholders-and-send): Doc fixes.
5789 (sql-set-product, sql-interactive-mode): Reflow docstrings.
5790 (sql-imenu-generic-expression, sql-buffer)
5791 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
5792 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
5793 (sql-mode-sybase-font-lock-keywords)
5794 (sql-mode-informix-font-lock-keywords)
5795 (sql-mode-interbase-font-lock-keywords)
5796 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
5797 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
5798 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
5799 (sql-product-feature, sql-highlight-product)
5800 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
5801 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
5802 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
5803 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
5804 Fix typos in docstrings.
5805
0235128c 58062010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
5807
5808 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
5809 property instead of `invisible' and `after-string' (bug#5998).
5810
0235128c 58112010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
5812
5813 * image-mode.el (image-mode-as-text): Fix typo in docstring.
5814
0235128c 58152010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
5816
5817 * filecache.el (file-cache-add-directory-list)
5818 (file-cache-add-directory-recursively): Fix typos in docstrings.
5819
0235128c 58202010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
5821
5822 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 5823 (gujarati-composable-pattern): Fix typo.
ece33a6e 5824
0235128c 58252010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
5826
5827 * language/indian.el (oriya-composable-pattern)
0235128c
SM
5828 (tamil-composable-pattern, malayalam-composable-pattern):
5829 Add two-part vowels to "v" (vowel sign).
771533aa 5830
0235128c 58312010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 5832
99833607
CY
5833 * files.el (copy-directory): Handle symlinks (Bug#5982).
5834
0235128c 58352010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
5836
5837 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
5838 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
5839 (Bug#5846).
5840
0235128c 58412010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 5842
0ca12598
GM
5843 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
5844
d2c7b917
GM
5845 * minibuffer.el (completion-at-point): Doc fix.
5846
ba5bf5f0
SM
58472010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5848
5849 * electric.el (Electric-command-loop): Minor tweak.
5850
5851 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
5852 better with dedicated windows.
5853
0235128c
SM
58542010-05-07 Chong Yidong <cyd@stupidchicken.com>
5855
5856 * Version 23.2 released.
5857
560bb7ae 58582010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 5859 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
5860
5861 Highlight vendor specific properties.
5862 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
5863 (css-proprietary-property): New face.
5864 (css-font-lock-keywords): Use them.
5865
c0162ade
EZ
58662010-05-07 Eli Zaretskii <eliz@gnu.org>
5867
5868 * cus-start.el (all): Add native condition for tool-bar-* symbols.
5869
f3ee9200
SM
58702010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5871
05623156
SM
5872 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
5873 * files.el (auto-mode-alist): Remove redundant entries.
5874
f3ee9200
SM
5875 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
5876 * simple.el (auto-save-mode): Move from files.el.
5877 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
5878
560bb7ae 58792010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 5880
76e3243a 5881 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 5882
765d4319
KY
58832010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
5884
5885 * mail/binhex.el (binhex-decode-region-internal)
5886 * mail/uudecode.el (uudecode-decode-region-internal)
5887 * net/dns.el (dns-read-string-name, dns-write, dns-read)
5888 (dns-read-type, dns-query)
5889 * pgg-parse.el (pgg-parse-armor)
5890 * pgg.el (pgg-verify-region)
5891 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
5892 XEmacs.
5893
86d21cc0 5894 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 5895
f83483ff
JB
58962010-05-07 Juanma Barranquero <lekktu@gmail.com>
5897
40ab7974
JB
5898 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
5899
f83483ff
JB
5900 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
5901 * emulation/cua-base.el (cua-repeat-replace-region):
5902 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5903 (cua-cut-region-to-global-mark):
5904 Remove text properties with `set-text-properties'.
5905
9566840f
MA
59062010-05-06 Michael Albinus <michael.albinus@gmx.de>
5907
f3ee9200
SM
5908 * net/tramp.el (top, with-progress-reporter):
5909 Use `symbol-function' inside `funcall'.
9566840f
MA
5910
5911 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
5912 (tramp-compat-delete-file, tramp-compat-delete-directory):
5913 Handle only `wrong-number-of-arguments' error.
9566840f
MA
5914
5915 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
5916 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
5917 inside `funcall'.
5918
0c495c21
SM
59192010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5920
1493963b
SM
5921 * minibuffer.el (completion--sreverse, completion--common-suffix):
5922 New functions.
5923 (completion-pcm--merge-completions): Extract common suffix when safe.
5924
0c495c21
SM
5925 * emacs-lisp/easy-mmode.el (define-minor-mode):
5926 Make :variable more flexible.
5927 * files.el (auto-save-mode): Use it to define using define-minor-mode.
5928
221a0647
JL
59292010-05-05 Juri Linkov <juri@jurta.org>
5930
5931 Add `slow' and `history' tags to the desktop data.
5932
5933 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
5934 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
5935 (Info-finder-find-node): Require `finder.el' to be able
5936 to restore node from the desktop.
5937 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
5938 data `Info-history' and `slow' tag in the assoc list.
5939 (Info-restore-desktop-buffer): Don't restore nodes with the
5940 `slow' tag. Restore `Info-history'.
5941
66bdc868
MA
59422010-05-05 Michael Albinus <michael.albinus@gmx.de>
5943
5944 Add FORCE argument to `delete-file'.
5945
5946 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
5947 forcing to delete the temporary file.
5948 (ange-ftp-delete-file): Add FORCE arg.
5949 (ange-ftp-rename-remote-to-remote)
5950 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
5951 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
5952 Force file deletion.
66bdc868
MA
5953
5954 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
5955
5956 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
5957 (tramp-handle-make-symbolic-link, tramp-handle-load)
5958 (tramp-do-copy-or-rename-file-via-buffer)
5959 (tramp-do-copy-or-rename-file-directly)
5960 (tramp-do-copy-or-rename-file-out-of-band)
5961 (tramp-handle-process-file, tramp-handle-call-process-region)
5962 (tramp-handle-shell-command, tramp-handle-file-local-copy)
5963 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5964 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
5965
5966 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
5967 (tramp-fish-handle-make-symbolic-link)
5968 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
5969
0c495c21
SM
5970 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5971 Use `tramp-compat-delete-file'.
66bdc868
MA
5972
5973 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
5974 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
5975
5976 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
5977 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
5978
5979 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
5980 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
5981 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
5982 `tramp-compat-delete-file'.
5983
f44379e7
SM
59842010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5985
365f8d85
SM
5986 Minor cleanups.
5987 * subr.el (add-minor-mode): Use push.
5988 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
5989 * emulation/edt.el (edt-select-mode): Simplify.
5990
80ac5d4d
SM
5991 Use define-minor-mode in more cases.
5992 * term/tvi970.el (tvi970-set-keypad-mode):
5993 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5994 (normal-erase-is-backspace-mode):
5995 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
5996 (set-scroll-bar-mode-1): (Re)move to its sole caller.
5997 (get-scroll-bar-mode): New function.
5998 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
5999
6000 Use define-minor-mode for less obvious cases.
f44379e7
SM
6001 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
6002 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
6003 * international/iso-ascii.el (iso-ascii-mode):
6004 * frame.el (auto-raise-mode, auto-lower-mode):
6005 * composite.el (global-auto-composition-mode): Use define-minor-mode.
6006
c04b03f8
MA
60072010-05-04 Michael Albinus <michael.albinus@gmx.de>
6008
6009 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
6010 in order to see error messages for failed logins.
6011
53967e09
CY
60122010-05-03 Chong Yidong <cyd@stupidchicken.com>
6013
6014 * diff.el (diff-sentinel):
6015
6016 * epg.el (epg--make-temp-file, epg-decrypt-string)
6017 (epg-verify-string, epg-sign-string, epg-encrypt-string):
6018
6019 * jka-compr.el (jka-compr-partial-uncompress)
6020 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
6021
6022 * server.el (server-sentinel): Use delete-file's new FORCE arg
6023 (Bug#6070).
6024
56eb0904
SM
60252010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6026
6027 Use define-minor-mode where applicable.
6028 * view.el (view-mode):
6029 * type-break.el (type-break-query-mode)
6030 (type-break-mode-line-message-mode):
6031 * textmodes/reftex.el (reftex-mode):
6032 * term/vt100.el (vt100-wide-mode):
6033 * tar-mode.el (tar-subfile-mode):
6034 * savehist.el (savehist-mode):
6035 * ibuf-ext.el (ibuffer-auto-mode):
6036 * composite.el (auto-composition-mode):
6037 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
6038 Use define-minor-mode.
6039 (vhdl-mode): Use static mode-line format.
6040 (vhdl-mode-line-update): Delete.
6041 (vhdl-create-mode-menu, vhdl-activate-customizations)
6042 (vhdl-hs-minor-mode): Don't bother calling it.
6043
672eb710
SM
60442010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
6045
8f92b8ad
SM
6046 * simple.el (with-wrapper-hook): Move.
6047 (buffer-substring-filters): Mark obsolete.
6048 (filter-buffer-substring-functions): New variable.
1fada563 6049 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 6050
c04b03f8 60512010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 6052 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
6053
6054 Implement compression for inline methods.
6055
6056 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
6057 (tramp-copy-size-limit): Allow also nil.
6058 (tramp-inline-compress-commands): New defconst.
6059 (tramp-find-inline-compress, tramp-get-inline-compress)
6060 (tramp-get-inline-coding): New defuns.
cb7f3653 6061 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 6062 replaced by `tramp-get-inline-coding'.
6a29a838
MA
6063 (tramp-handle-file-local-copy, tramp-handle-write-region)
6064 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
6065
8c0bf8b3
SM
60662010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6067
07125a91
SM
6068 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
6069 Remove unused functions.
6070
f3a47002
SM
6071 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
6072 Set find-tag-default-function as a variable rather than a property.
6073
8c0bf8b3
SM
6074 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
6075 * progmodes/etags.el (tags-completion-at-point-function):
6076 Remove left over interactive spec. Add autoloading stub.
6077 (complete-tag): Use tags-completion-at-point-function.
6078
27601456
CY
60792010-04-30 Chong Yidong <cyd@stupidchicken.com>
6080
cb7f3653 6081 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 6082
09d0284d
CY
60832010-04-29 Chong Yidong <cyd@stupidchicken.com>
6084
27d3cd56
CY
6085 * ido.el (ido-init-completion-maps): Remove C-v binding.
6086 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 6087
3a07ffce
CY
60882010-04-29 Chong Yidong <cyd@stupidchicken.com>
6089
6090 * minibuffer.el (tags-completion-at-point-function): New function.
6091 (completion-at-point-functions): Use it.
6092
3a07ffce
CY
6093 * progmodes/etags.el (complete-tag): Revert last change.
6094
3d14bb73
AM
60952010-04-29 Alan Mackenzie <acm@muc.de>
6096
6097 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
6098 off-by-one error (in end of macro position).
6099
7d353d11
SM
61002010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6101
6102 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
6103 firefox is absent. Don't autoload.
6104 (browse-url-galeon-program): Don't autoload.
6105
48111a85
CY
61062010-04-28 Chong Yidong <cyd@stupidchicken.com>
6107
6108 * bindings.el (complete-symbol): Move into minibuffer.el.
6109
6110 * minibuffer.el (complete-tag): Move from etags.el. If tags
6111 completion cannot be performed, return nil instead of signalling
6112 an error.
6113 (completion-at-point): Make it an alias for complete-symbol.
6114 (complete-symbol): Move from bindings.el, and replace with the
6115 body of completion-at-point.
6116
6117 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
6118
7ba94701
MA
61192010-04-28 Michael Albinus <michael.albinus@gmx.de>
6120
6121 * net/tramp.el (tramp-remote-selinux-p): New defun.
6122 (tramp-handle-file-selinux-context)
6123 (tramp-handle-set-file-selinux-context): Use it.
6124
95c6cc3e
SS
61252010-04-28 Sam Steingold <sds@gnu.org>
6126
6127 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
6128 `safe-local-variable' if the value is a string or a symbol with
6129 the property `bug-reference-url-format'.
6130
36045ff3
CY
61312010-04-28 Chong Yidong <cyd@stupidchicken.com>
6132
537ffaf3
SM
6133 * progmodes/bug-reference.el (bug-reference-url-format):
6134 Revert 2010-04-27 change due to security risk.
36045ff3 6135
56924d99
SM
61362010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6137
6138 Make it possible to locally disable a globally enabled mode.
6139 * simple.el (fundamental-mode): Run fundamental-mode-hook.
6140 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
6141 rather than kill-all-local-variables so it runs fundamental-mode-hook.
6142 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6143 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
6144 that subsequent hooks get a chance to disable it.
6145
ccaa4765
SM
61462010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
6147
17818d71
SM
6148 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6149 Avoid re-enabling a minor mode after the user turned the minor mode
6150 off if MODE-enable-in-buffers is run twice (typically once from
6151 fundamental-mode's after-change-major-mode-hook and a second time from
6152 run-mode-hook's own after-change-major-mode-hook).
6153
ccaa4765
SM
6154 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
6155
2a6f654e
SS
61562010-04-27 Sam Steingold <sds@gnu.org>
6157
6158 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
6159 `safe-local-variable' if the value is a string or a function, as
6160 documented and implemented on 2010-04-02.
6161
cecaa674
JB
61622010-04-27 Juanma Barranquero <lekktu@gmail.com>
6163
6164 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
6165 when method is 'kill.
6166
61672010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 6168
a628ad9d
JB
6169 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
6170 condition in default directory check.
1e116bb3
AM
6171 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
6172 Kill ispell process when killing its associated buffer.
6173
7dd7fbb9
JD
61742010-04-27 Jan Djärv <jan.h.d@swipnet.se>
6175
6176 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
6177 but we aren't using it.
6178
7ac82b84
J
61792010-04-25 Jan Djärv <jan.h.d@swipnet.se>
6180
6181 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
6182 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
6183
fea1add4
GM
61842010-04-24 Glenn Morris <rgm@gnu.org>
6185
6186 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
6187 Ignore VCS-ignore files, and deleted nextstep preferences files.
6188 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
6189 (authors-ambiguous-files): New list.
6190 (authors-valid-file-names): Add some deleted files.
6191 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
6192 (authors-disambiguate-file-name): New function. (Bug#5501)
6193 (authors-canonical-file-name): Doc fix.
6194 Don't warn about obsolete files.
6195 (authors-canonical-file-name, authors-scan-el):
6196 Use authors-disambiguate-file-name.
6197
cbcfee6e
GM
6198 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
6199 Add autoload cookies.
6200 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
6201 (generated-autoload-file): Set file-local value to "htmlfontify.el".
6202 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
6203 They have definitions / compiler macros in cl.el.
6204 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
6205 Replace manual autoloads with generated ones.
6206 (htmlfontify-unload-rgb-file): Remove autoload.
6207 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
6208
3b548e1b
SM
62092010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6210
9ae0c310
SM
6211 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
6212 (byte-compile-setq-default): Optimize for the
6213 single-var case and don't call byte-compile-form in this case to avoid
6214 inf-loop with byte-compile-set-default.
6215
3b548e1b
SM
6216 * progmodes/compile.el (compilation-start): Abbreviate default directory.
6217
632c5478
MA
62182010-04-23 Michael Albinus <michael.albinus@gmx.de>
6219
6220 Implement SELINUX backends.
6221
3b548e1b
SM
6222 * net/tramp.el (tramp-file-name-handler-alist):
6223 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
6224 (tramp-handle-file-selinux-context)
6225 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
6226 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
6227 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 6228
3b548e1b
SM
6229 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6230 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
6231 (tramp-gvfs-handle-file-selinux-context)
6232 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
6233 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
6234
6235 * net/ange-ftp.el (ange-ftp-copy-file):
6236 * net/tramp-fish.el (tramp-fish-handle-copy-file):
6237 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
6238 * net/tramp-smb.el (tramp-smb-handle-copy-file):
6239 Add PRESERVE-SELINUX-CONTEXT.
632c5478 6240
a94d821f
MA
62412010-04-22 Michael Albinus <michael.albinus@gmx.de>
6242
6243 Synchronize with Tramp repository.
6244
6245 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
6246 (tramp-action-process-alive, tramp-action-out-of-band)
6247 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
6248 (tramp-exists-file-name-handler): Fix docstring.
6249 (with-progress-reporter): New defmacro.
6250 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
6251 (tramp-maybe-open-connection): Use it.
6252
a92375d9
MA
62532010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
6254
6255 Detect ssh 'ControlMaster' argument automatically in some cases.
6256
6257 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
6258 (tramp-default-method): Use it.
6259
489fe4c2
MA
62602010-04-22 Michael Albinus <michael.albinus@gmx.de>
6261
25f14cdb
MA
6262 * net/tramp.el (tramp-handle-copy-file): Add new optional
6263 parameter `preserve-selinux-context'.
6264 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
6265
a92375d9
MA
62662010-04-22 Michael Albinus <michael.albinus@gmx.de>
6267
489fe4c2
MA
6268 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
6269 Ensure, that non remote files are still checked. Oops.
6270
acd1f317
MA
62712010-04-21 Michael Albinus <michael.albinus@gmx.de>
6272
6273 Fix Bug#5840.
6274
6275 * icomplete.el (icomplete-completions): Use `non-essential'.
6276
6277 * net/tramp.el (tramp-connectable-p): New defun.
6278 (tramp-handle-expand-file-name)
6279 (tramp-completion-handle-file-name-all-completions)
6280 (tramp-completion-handle-file-name-completion): Use it.
6281
62c5b459
SM
62822010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6283
6284 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
6285
f904c0f9
JD
62862010-04-21 Jan Djärv <jan.h.d@swipnet.se>
6287
6288 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
6289
6290 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
6291
6292 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
6293 is present.
6294
6295 * info.el (info-tool-bar-map): Add labels.
6296
6297 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
6298
6299 * cus-edit.el (custom-commands): Add labels for tool bar.
6300 (custom-buffer-create-internal, Custom-mode): Adjust for
6301 labels in custom-commands.
6302
6303 * dynamic-setting.el: Renamed from font-setting.el.
6304
c5cbeb12
LL
63052010-04-21 John Wiegley <jwiegley@gmail.com>
6306
6307 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
6308 toggles the use of virtual buffers.
537ffaf3 6309 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
6310 (ido-toggle-virtual-buffers): New function.
6311
fcc93746
JB
63122010-04-21 Juanma Barranquero <lekktu@gmail.com>
6313
6314 Use `define-derived-mode'; fix window selection; doc fixes.
6315 * play/tetris.el (tetris, tetris-update-speed-function)
6316 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
6317 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
6318 (tetris-rotate-next, tetris-end-game, tetris-start-game)
6319 (tetris-pause-game): Fix typos in docstrings.
6320 (tetris-mode-map, tetris-null-map):
6321 Move initialization into declaration.
6322 (tetris-mode): Define with `define-derived-mode';
6323 set show-trailing-whitespace to nil.
6324 (tetris): Prefer window already displaying the "*Tetris*" buffer.
6325
574c05e2
KK
63262010-04-21 Karel Klíč <kklic@redhat.com>
6327
6328 * files.el (backup-buffer): Handle SELinux context, and return it
6329 if a backup was made by renaming.
6330 (backup-buffer-copy): Set SELinux context to the target file.
6331 (basic-save-buffer): Set SELinux context of the newly written file.
6332 (basic-save-buffer-1): Now it also returns any SELinux context.
6333 (basic-save-buffer-2): Set SELinux context of the newly created file,
6334 and return it.
6335 * net/tramp.el (tramp-file-name-for-operation):
6336 Add file-selinux-context.
6337
e97a42c1
SM
63382010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6339
f2b9ed18
SM
6340 Make the log-edit comments use RFC822 format throughout.
6341
e97a42c1
SM
6342 * vc.el (vc-checkin, vc-modify-change-comment):
6343 Adjust to new vc-start/finish-logentry.
6344 (vc-find-conflicted-file): New command.
6345 (vc-transfer-file): Adjust to new vc-checkin.
6346 (vc-next-action): Improve scoping.
6347
6348 * vc-hg.el (vc-hg-log-edit-mode): Remove.
6349 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
6350
6351 * vc-git.el (vc-git-log-edit-mode): Remove.
6352 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
6353 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
6354
6355 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
6356 (vc-start-logentry): Remove argument `extra'.
6357 (vc-finish-logentry): Remove extra args.
6358
6359 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
6360 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
6361 (vc-bzr-conflicted-files): New function.
6362
6363 * log-edit.el (log-edit-extra-flags)
6364 (log-edit-before-checkin-process): Remove.
6365 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
6366 (log-edit-headers-alist): New var.
6367 (log-edit-header-contents-regexp): New const.
6368 (log-edit-match-to-eoh): New function.
6369 (log-edit-font-lock-keywords): Use them.
6370 (log-edit): Insert a "Summary:" header as default.
6371 (log-edit-mode): Mark font-lock rules as case-insensitive.
6372 (log-edit-done): Cleanup headers.
6373 (log-view-process-buffer): Remove.
6374 (log-edit-extract-headers): New function to replace it.
6375
938efb77
JB
63762010-04-20 Juanma Barranquero <lekktu@gmail.com>
6377
6378 * subr.el (default-direction-reversed): Remove obsolescence info.
6379
1cfb415b
SM
63802010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6381
cb4f9513
SM
6382 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
6383 windows/frames.
6384
6e610c72
SM
6385 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
6386 I.e. include text after point in the completion region.
6387 Also, return nil when we're not after/in a symbol.
6388
1cfb415b
SM
6389 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
6390 default enable-multibyte-characters.
6391
c80fa13c
SM
63922010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6393
87926e02
SM
6394 * international/mule.el: Help the user choose a valid coding-system.
6395 (read-buffer-file-coding-system): New function.
6396 (set-buffer-file-coding-system): Use it. Prompt the user if the
6397 coding-system cannot encode all the chars.
6398
c80fa13c
SM
6399 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
6400 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
6401 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
6402 Don't use *vc-bzr-shelve*.
6403
6e104790 64042010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
6405
6406 Fix the version number for added files.
6407 * vc-hg.el (vc-hg-working-revision): Check if the file is
6408 registered after hg parent fails (Bug#5961).
6409
6e104790 64102010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
6411
6412 * htmlfontify.el (htmlfontify-buffer)
6413 (htmlfontify-copy-and-link-dir): Autoload entry points.
6414
6e104790 64152010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
6416
6417 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
6418 name relative to the project root (Bug#5960).
6419
6e104790 64202010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
6421
6422 * vc-git.el (vc-git-print-log): Doc fix.
6423
6e104790 64242010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
6425
6426 * ido.el (ido-file-internal): Fix 2009-12-02 change.
6427
6e104790 64282010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
7860d2e3
CY
6429
6430 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
6431 default settings (Bug#5928).
6432
6e104790 64332010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
6434
6435 * progmodes/fortran.el (fortran-match-and-skip-declaration):
6436 New function.
0a23b2c3 6437 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 6438
6e104790 64392010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
6440
6441 * language/indian.el (malayalam-composable-pattern): Fix previous
6442 change (add U+0D4D "SIGN VIRAMA").
6443 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
6444 (tamil-composable-pattern): Fix typo in the regexp.
6445 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
6446 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
6447 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
6448
6e104790 64492010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
6450
6451 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
6452 paragraph-separate (Bug#5821).
6453
6e104790 64542010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
6455
6456 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
6457
6458 * info.el (Info-find-node-2): Comment out code that skips
6459 breadcrumbs line.
6460 (Info-mouse-follow-link): New command.
6461 (Info-link-keymap): New keymap.
6462 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
6463 Return a string with links instead of inserting breadcrumbs
6464 to the Info buffer.
6465 (Info-fontify-node): Comment out code that inserts breadcrumbs.
6466 Instead of putting the `invisible' text property over the Info
6467 header, make an overlay over the Info header with the `invisible'
6468 property and `after-string' set to the string returned by
6469 `Info-breadcrumbs'.
6470
6e104790 64712010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
6472
6473 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
6474 Reported by monkey@sandpframing.com.
6475
98923800
SM
64762010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6477
b5feea0f
SM
6478 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
6479 (tmm-get-keymap): Add key-binding shortcuts now that they're not
6480 available in the "keyseq cache" any more.
6481
98923800
SM
6482 * custom.el (defcustom): Add edebug spec.
6483
fd5c9dfa
JL
64842010-04-18 Juri Linkov <juri@jurta.org>
6485
6486 Test for special mode-class in view-buffer instead of view-file (bug#5513).
6487
6488 * view.el (view-file, view-buffer): Move test for special mode-class
6489 from view-file to view-buffer.
6490
6491 * tar-mode.el (tar-extract): Turn if's into one cond
6492 like in arc-mode.el.
6493
b3671a51
JL
64942010-04-18 Juri Linkov <juri@jurta.org>
6495
6496 Add 7z archive format support (bug#5475).
6497
6498 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
6499 (archive-7z-extract): New defcustom.
6500 (archive-find-type): Add magic string for 7z.
6501 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
6502 If `stderr-file' is non-nil, use `(t stderr-file)' for the
6503 `buffer' arg of `call-process'.
6504 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
6505 call the function `archive-7z-extract' with the variable
6506 `archive-7z-extract' let-bound to `archive-zip-extract'.
6507 (archive-7z-summarize, archive-7z-extract): New functions.
6508
6509 * international/mule.el (auto-coding-alist):
6510 * files.el (auto-mode-alist): Add 7z file extension.
6511
8a37fb25
SM
65122010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6513
e9515805
SM
6514 * loadup.el: Setup hash-cons for pure data.
6515
f8ea0098
SM
6516 Fix duplicate entries in cedet's loaddefs.el files.
6517 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
6518 Should make most file-local generated-autoload-file unnecessary.
6519 (print-readably): Silence warnings.
6520 (autoload-find-destination): Take load-name as an arg to make sure
6521 it's the same as the one that will be in the file.
6522 (autoload-generate-file-autoloads): Adjust to above changes.
6523 Try to make the dataflow a bit simpler.
6524
8a37fb25
SM
6525 * cvs-status.el (cvs-refontify): Remove unused.
6526
f8b91752
JB
65272010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
6528
76e3243a 6529 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 6530
76e3243a 6531 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
6532 twos-complement mode.
6533
d8b01fef
JB
65342010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
6535
76e3243a
JB
6536 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
6537 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
6538 (calc-inverse): Add "Option" to message, as appropriate.
6539 (calc-hyperbolic): Add "Option" to message, as appropriate.
6540 (calc-option, calc-is-option): New functions.
6541
76e3243a 6542 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
6543 (calc-option-prefix-help): New function.
6544
76e3243a 6545 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 6546
76e3243a 6547 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
6548 (calc-option-flag): New variable.
6549 (calc-do): Set `calc-option-flag to nil.
6550 (calc-set-mode-line): Add "Opt " as appropriate.
6551
74f806a1
JL
65522010-04-16 Juri Linkov <juri@jurta.org>
6553
6554 Move scrolling commands from simple.el to window.el
6555 because their primitives are implemented in window.c.
6556
6557 * simple.el (scroll-error-top-bottom)
6558 (scroll-up-command, scroll-down-command, scroll-up-line)
6559 (scroll-down-line, scroll-other-window-down)
6560 (beginning-of-buffer-other-window, end-of-buffer-other-window):
6561 * window.el (scroll-error-top-bottom)
6562 (scroll-up-command, scroll-down-command, scroll-up-line)
6563 (scroll-down-line, scroll-other-window-down)
6564 (beginning-of-buffer-other-window, end-of-buffer-other-window):
6565 Move from simple.el to window.el because their primitives are
6566 implemented in window.c.
6567
ad40eec5
JL
65682010-04-16 Juri Linkov <juri@jurta.org>
6569
6570 * isearch.el (isearch-lookup-scroll-key): Check both
6571 `isearch-scroll' and `scroll-command' properties.
6572 (scroll-up, scroll-down): Remove `isearch-scroll' property.
6573
6574 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
6575
6576 * simple.el (scroll-up-command, scroll-down-command)
6577 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
6578
a4b000fb
JL
65792010-04-15 Juri Linkov <juri@jurta.org>
6580
6581 * simple.el (scroll-up-command, scroll-down-command)
6582 (scroll-up-line, scroll-down-line): Put `scroll-command'
6583 property on the these symbols. Remove them from
6584 `scroll-preserve-screen-position-commands'.
6585
6586 * mwheel.el (mwheel-scroll): Put `scroll-command' and
6587 `isearch-scroll' properties on the `mwheel-scroll' symbol.
6588 Remove it from `scroll-preserve-screen-position-commands'.
6589
6590 * isearch.el (isearch-allow-scroll): Doc fix.
6591
4874f5e6
MA
65922010-04-15 Michael Albinus <michael.albinus@gmx.de>
6593
6594 * net/tramp.el (tramp-error-with-buffer): Don't show the
6595 connection buffer when we are in completion mode.
6596 (tramp-file-name-handler): Catch the error for some operations
6597 when we are in completion mode. This gives the user the chance to
6598 correct the file name in the minibuffer.
6599
82883f0a
GM
66002010-04-15 Glenn Morris <rgm@gnu.org>
6601
6602 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
6603
528b9ea9
JB
66042010-04-15 Juanma Barranquero <lekktu@gmail.com>
6605
6606 Simplify by using `define-derived-mode'.
6607 * info.el (Info-mode):
6608 * calendar/todo-mode.el (todo-mode):
6609 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
6610 (gomoku-mode-map): Move initialization into declaration.
6611
5f2b693f
MA
66122010-04-14 Michael Albinus <michael.albinus@gmx.de>
6613
6614 Fix Bug#5840.
6615 * ido.el (ido-file-name-all-completions-1):
6616 * minibuffer.el (minibuffer-completion-help):
6617 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
6618
ebb9641f
SM
66192010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6620
38111a5a
SM
6621 * simple.el (non-essential): New var.
6622
ebb9641f
SM
6623 Add a new field `location' to bookmarks for non-file bookmarks.
6624 * bookmark.el (bookmark-location): Use the new field, if present.
6625 (bookmark-insert-location): Undo last change, not needed any more.
6626 * man.el (Man-bookmark-make-record):
6627 * woman.el (woman-bookmark-make-record): Add `location' field.
6628
7b05466f
JL
66292010-04-14 Juri Linkov <juri@jurta.org>
6630
6631 * simple.el (scroll-error-top-bottom): New defcustom.
6632 (scroll-up-command, scroll-down-command): Use it. Doc fix.
6633
6634 * emulation/pc-select.el (pc-select-override-scroll-error):
6635 Obsolete in favor of `scroll-error-top-bottom'.
6636
32129746
JL
66372010-04-14 Juri Linkov <juri@jurta.org>
6638
6639 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
6640 `scroll-up-command' and `M-v' to `scroll-down-command'.
6641
6642 * emulation/cua-rect.el (cua--init-rectangles):
6643 * forms.el (forms--change-commands):
6644 * image-mode.el (image-mode-map):
6645 Remap scroll-down-command and scroll-up-command
6646 in addition to scroll-down and scroll-up.
6647
9013a7f8
JL
66482010-04-14 Juri Linkov <juri@jurta.org>
6649
6650 * mwheel.el (scroll-preserve-screen-position-commands):
6651 Add mwheel-scroll to this list of commands.
6652
6653 * simple.el (scroll-preserve-screen-position-commands):
6654 Add scroll-up-command, scroll-down-command, scroll-up-line,
6655 scroll-down-line to this list of commands.
6656
3b7e1d5f
SM
66572010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6658
c1e25821
SM
6659 * obsolete/complete.el: Move from lisp/complete.el.
6660
5b31b787
SM
6661 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
6662
3b7e1d5f
SM
6663 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
6664 to the minor mode function now turns the mode ON unconditionally.
6665
398a825b
SM
66662010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6667
a544e7c1
SM
6668 * vc-dir.el (vc-dir-kill-line): New command.
6669 (vc-dir-mode-map): Bind it to C-k.
6670
a1979d8e
SM
6671 * bookmark.el (bookmark-insert-location): Handle a nil filename.
6672
398a825b
SM
6673 * woman.el: Add bookmark declarations to silence the compiler.
6674 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
6675 step to compatibility between man and woman bookmarks.
6676 Adjust for Man-default-bookmark-title renaming.
6677 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
6678
6679 * man.el: Add bookmark declarations to silence the compiler.
6680 (Man-name-local-regexp): Make it match NAME as well.
6681 (Man-getpage-in-background): Return the buffer.
6682 (Man-notify-when-ready): Use `case'.
6683 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
6684 Don't hardcode "NAME". Simplify.
6685 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
6686 Rename from Man-bookmark-make-record.
6687 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
6688 we have the actual man-args. Use Man-getpage-in-background rather
6689 than `man' since the arg is already processed. Let bookmark.el do the
6690 window handling. Only wait for the relevant process.
6691 Don't forget to autoload.
6692
6693 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
6694
45be326a
TV
66952010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6696
6697 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
6698 New functions.
6699 (woman-mode): Setup bookmark support.
6700
6701 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
6702 (man-bookmark-jump): New functions.
6703 (Man-mode): Setup bookmark support.
6704
3acb4c93
CY
67052010-04-10 Jari Aalto <jari.aalto@cante.net>
6706
6707 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
6708 recognize ssh-keygen prompt (Bug#2817).
6709
b6bbb65e
MA
67102010-04-10 Michael Albinus <michael.albinus@gmx.de>
6711
6712 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
6713
b533bc97
MA
67142010-04-10 Michael Albinus <michael.albinus@gmx.de>
6715
6716 Synchronize with Tramp repository.
6717
6718 * net/tramp.el (tramp-completion-function-alist)
6719 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
6720 (tramp-local-coding-commands, tramp-remote-coding-commands):
6721 Fix docstring.
6722 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
6723 (tramp-handle-directory-files-and-attributes)
6724 (tramp-get-remote-path): Use `copy-tree'.
6725 (tramp-handle-file-name-all-completions): Backward/ XEmacs
6726 compatibility: Use `completion-ignore-case' if
6727 `read-file-name-completion-ignore-case' does not exist.
6728 (tramp-do-copy-or-rename-file-directly): Do not use
6729 `tramp-handle-file-remote-p'.
45be326a
TV
6730 (tramp-do-copy-or-rename-file-out-of-band):
6731 Use `tramp-compat-delete-directory'.
b533bc97 6732 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
6733 (tramp-compute-multi-hops, tramp-maybe-open-connection):
6734 Use `format-spec-make'.
b533bc97
MA
6735 (tramp-find-foreign-file-name-handler)
6736 (tramp-advice-make-auto-save-file-name)
6737 (tramp-set-auto-save-file-modes): Remove superfluous check for
6738 `stringp'. This is done inside `tramp-tramp-file-p'.
6739 (tramp-debug-outline-regexp): New defconst.
6740 (tramp-get-debug-buffer): Use it.
6741 (tramp-check-for-regexp): Use (forward-line 1).
6742 (tramp-set-auto-save-file-modes): Adapt version check.
6743
45be326a
TV
6744 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
6745 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
6746 (tramp-compat-make-temp-file): Simplify fallback implementation.
6747 (tramp-compat-copy-tree): Remove function.
6748 (tramp-compat-delete-directory): Provide implementation for older
6749 Emacsen.
6750
6751 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
6752 Do not use `tramp-fish-handle-file-attributes.
6753
6754 * net/trampver.el: Update release number.
6755
ba33df00
GM
67562010-04-10 Glenn Morris <rgm@gnu.org>
6757
6758 * progmodes/compile.el (compilation-save-buffers-predicate):
6759 Add missing :version tag.
6760
4a8ae76f
SS
67612010-04-09 Sam Steingold <sds@gnu.org>
6762
6763 * progmodes/compile.el (compilation-save-buffers-predicate):
6764 Remove the "autoload" cookie.
6765
0880716f
SS
6766 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
6767 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
6768 and `bug-reference-prog-mode' can be used in hooks directly.
6769
6aebd58c
DN
67702010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6771
6772 Add --author support to git commit.
6773 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
6774 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
6775 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
6776 New declarations.
6aebd58c 6777
f6d90772
ER
67782010-04-09 Eric Raymond <esr@snark.thyrsus.com>
6779
6780 * vc-hooks.el, vc-git.el: Improve documentation comments.
6781
e754e83b
SM
67822010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6783
6784 Fix some of the problems in defsubst* (bug#5728).
6785 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
6786 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
6787
9e86ab0b
SS
67882010-04-07 Sam Steingold <sds@gnu.org>
6789
e754e83b
SM
6790 * progmodes/compile.el (compilation-save-buffers-predicate):
6791 New custom variable.
9e86ab0b
SS
6792 (compile, recompile): Pass it to `save-some-buffers'.
6793
b0c8b840
JD
67942010-04-07 Jan Djärv <jan.h.d@swipnet.se>
6795
6796 * wid-edit.el (widget-choose): Move cursor to the second line of
6797 the buffer (Bug#5695).
6798
31527c56
DN
67992010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6800
6801 Add new VC methods: vc-log-incoming and vc-log-outgoing.
6802 * vc.el (vc-print-log-setup-buttons): New function split out from
6803 vc-print-log-internal.
6804 (vc-log-internal-common): New function, a parametrized version of
6805 vc-print-log-internal.
6806 (vc-print-log-internal): Just call vc-log-internal-common with the
6807 right arguments.
6808 (vc-incoming-outgoing-internal):
6809 (vc-log-incoming, vc-log-outgoing): New functions.
6810 (vc-log-view-type): New permanent local variable.
6811
6812 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
6813
6814 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
6815 of the dynamic bound vc-short-log.
6816 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
6817
6818 * vc-git.el (vc-git-log-outgoing): New function.
6819 (vc-git-log-view-mode): Use vc-log-view-type instead
6820 of the dynamic bound vc-short-log.
6821
6822 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
6823 of the dynamic bound vc-short-log. Highlight the tag.
6824 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
6825 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
6826 (vc-hg-incoming-mode): Remove.
6827 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
6828
7ec69e2b
DN
68292010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6830
6831 Fix default-directory for vc-root-diff.
6832 * vc.el (vc-root-diff): Bind default-directory to the root
6833 directory for the diff command.
6834
fd9ea9d3
WS
68352010-04-07 Michael McNamara <mac@mail.brushroad.com>
6836
6e104790 6837 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
6838 (verilog-calc-1): Support "disable fork" and "fork wait" multi
6839 word keywords, suggested by Steve Pearlmutter.
6e104790 6840 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 6841 port lists.
6e104790 6842 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 6843 fix bug for /* / comments.
6e104790 6844 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 6845 Speed up and simplfy as this is never called with a bound.
6e104790
SM
6846 (verilog-pretty-declarations): Enhance to line up declarations
6847 inside a parameter list, suggested by Alan Morgan.
6848 (verilog-pretty-expr): Tune assignment regular expression match
6849 string for corner cases; also use markers instead of character
6850 number as indent changes the later.
fd9ea9d3
WS
6851
68522010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
6853
6e104790
SM
6854 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
6855 as missing keyword.
6856 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
6857 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
6858 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
6859 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
6860 Tennant.
6861 (verilog-keywords):
fd9ea9d3
WS
6862 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
6863 1800-2009 keywords, including "global.".
6864
2a07afc5
JW
68652010-04-06 John Wiegley <jwiegley@gmail.com>
6866
8b32731a 6867 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 6868 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 6869 file basename). Should use uniquify to offer a real solution.
2a07afc5 6870
f9a27d86
JW
68712010-04-06 John Wiegley <jwiegley@gmail.com>
6872
8b32731a
JB
6873 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
6874 comment to code, and add a :version tag.
6875 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 6876
9caf8a8f
JB
68772010-04-06 Juanma Barranquero <lekktu@gmail.com>
6878
6879 Enable recentf-mode if using virtual buffers.
6880 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 6881 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
6882 (ido-make-buffer-list): Simplify.
6883 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
6884
5a97d2da
JL
68852010-04-05 Juri Linkov <juri@jurta.org>
6886
6887 Scrolling commands which scroll a line instead of full screen.
6888 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6889
6890 * simple.el (scroll-up-line, scroll-down-line): New commands.
6891 Put property isearch-scroll=t on them.
6892
6893 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
6894 Remove commands.
6895
79ce172a
JL
68962010-04-05 Juri Linkov <juri@jurta.org>
6897
8b32731a 6898 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
6899 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6900
6901 * simple.el (scroll-up-command, scroll-down-command): New commands.
6902 Put property isearch-scroll=t on them.
6903
6904 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
6905 `scroll-down-command' and [next] from `scroll-up' to
6906 `scroll-up-command'.
6907
6908 * emulation/cua-base.el: Put property CUA=move on
6909 `scroll-up-command' and `scroll-down-command'.
6910 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
6911 and `scroll-down-command' to `cua-scroll-down'.
6912
309d5b43
JB
69132010-04-05 Juanma Barranquero <lekktu@gmail.com>
6914
6460e534 6915 * help.el (describe-mode): Return nil.
309d5b43 6916
0523d117
JW
69172010-04-04 John Wiegley <jwiegley@gmail.com>
6918
6919 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 6920 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
6921 (ido-virtual): Face used to indicate virtual buffers in the list.
6922 (ido-buffer-internal): If a buffer is chosen, and no such buffer
6923 exists, but a virtual buffer of that name does (which would be why
6924 it was in the list), recreate the buffer by reopening the file.
6925 (ido-make-buffer-list): If virtual buffers are being used, call
6926 `ido-add-virtual-buffers-to-list' before the make list hook.
6927 (ido-virtual-buffers): New variable which contains a copy of the
6928 current contents of the `recentf-list', albeit pared down for the
6929 sake of speed, and with proper faces applied.
6930 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
6931 create a list of "virtual buffers" to present to the user in
6932 addition to the currently open set. Note that this logic could
6933 get rather slow if that list is too large. With the default
6934 `recentf-max-saved-items' of 200, there is little speed penalty.
6935
202ff0d6
SM
69362010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6937
6938 * font-lock.el: Require CL when compiling.
6939 (font-lock-turn-on-thing-lock): Use `case'.
6940
ef43a0f4
EZ
69412010-04-03 Eli Zaretskii <eliz@gnu.org>
6942
6943 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
6944 Zaretskii.
ef43a0f4 6945
9c13a46e
JL
69462010-04-02 Juri Linkov <juri@jurta.org>
6947
6948 * ehelp.el (electric-help-orig-major-mode):
6949 New buffer-local variable.
6950 (electric-help-mode): Set it to original major-mode. Doc fix.
6951 (with-electric-help): Use `electric-help-orig-major-mode' instead
6952 of (default-value 'major-mode). Doc fix.
6953 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
6954
3fb87bf5
SS
69552010-04-02 Sam Steingold <sds@gnu.org>
6956
6957 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
6958 `vc-hg-command' with a list of flags.
6959
202ff0d6
SM
6960 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6961 Also accept "patch" and "RFE".
dbb5e44a
SS
6962 (bug-reference-fontify): `bug-reference-url-format' can also be a
6963 function to be able to handle the bug kind.
202ff0d6 6964 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 6965
d0b22876
JD
69662010-04-02 Jan Djärv <jan.h.d@swipnet.se>
6967
6968 * tmm.el (tmm-get-keymap): Check with symbolp before passing
6969 value to fboundp, it may not be a symbol.
6970
1625d379
CY
69712010-03-31 Chong Yidong <cyd@stupidchicken.com>
6972
202ff0d6 6973 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 6974
1cd095c6
JL
69752010-03-31 Juri Linkov <juri@jurta.org>
6976
6977 * simple.el (next-line, previous-line): Re-throw a signal
6978 with `signal' instead of using `ding'.
6979 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
6980
67189e62
JL
69812010-03-31 Juri Linkov <juri@jurta.org>
6982
6983 * simple.el (keyboard-escape-quit): Raise deselecting the active
6984 region higher than exiting the minibuffer.
6985 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
6986
1546c559
JL
69872010-03-31 Juri Linkov <juri@jurta.org>
6988
6989 * image.el (image-animated-p): Use `image-metadata' instead of
6990 `image-extension-data'. Get GIF extenstion data from metadata
6991 property `extension-data'.
6992
85626eef
SM
69932010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6994
6995 * simple.el (append-to-buffer): Simplify.
6996
85738751 69972010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
6998
6999 * textmodes/artist.el (artist-mode): Fix typo in docstring.
7000 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
7001
85738751 70022010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
7003
7004 * language/sinhala.el (composition-function-table): Fix regexp for
7005 the new Unicode specification.
7006
7007 * language/indian.el (devanagari-composable-pattern)
7008 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 7009 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
7010 specification.
7011 (bengali-composable-pattern, gurmukhi-composable-pattern)
7012 (gujarati-composable-pattern, oriya-composable-pattern)
7013 (telugu-composable-pattern): New variables to cope with the new
7014 Unicode specification. Use them in composition-function-table.
7015
85738751 70162010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 7017
79d74ac5 7018 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
7019 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
7020 vectors rather than cons cells, as used in menu-bar-update-buffers.
7021
85738751 70222010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 7023
2a793f7f
CY
7024 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
7025 (js-insert-and-indent): Revert 2009-08-15 change, restoring
7026 electric punctuation for "{}();,:" (Bug#5586).
7027
03ffe8be
CY
7028 * mail/sendmail.el (mail-default-directory): Doc fix.
7029
85738751 70302010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
7031
7032 * mail/sendmail.el (mail-default-directory): Doc fix.
7033
85738751 70342010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
7035
7036 * subr.el (version-regexp-alist, version-to-list)
7037 (version-list-<, version-list-=, version-list-<=)
7038 (version-list-not-zero, version<, version<=, version=): Doc fix.
7039 (Bug#5744).
7040
85738751 70412010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
7042
7043 * vc.el (vc-root-diff): Doc fix.
7044
85738751 70452010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 7046
9aa2c576
CY
7047 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
7048
9d30a9f4
CY
7049 * simple.el (append-to-buffer): Fix last change.
7050
85738751 70512010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
7052
7053 * simple.el (append-to-buffer): Ensure that point is preserved if
7054 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
7055 (Bug#5749)
7056
2372f278
SM
70572010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7058
7059 * files.el (auto-mode-case-fold): Change default to t.
7060
2223a1b3
JL
70612010-03-30 Juri Linkov <juri@jurta.org>
7062
7063 * dired-x.el (dired-omit-mode): Doc fix.
7064
0ef84fc8
JL
70652010-03-30 Juri Linkov <juri@jurta.org>
7066
7067 * replace.el (occur-accumulate-lines): Move occur-engine related
7068 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
7069 to be located after `occur-engine'.
7070
dc2d2590
JL
70712010-03-30 Juri Linkov <juri@jurta.org>
7072
7073 Make occur handle multi-line matches cleanly with context.
7074 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
7075
7076 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
7077 (occur-engine): Add local variables `ret', `prev-after-lines',
7078 `prev-lines'. Use more arguments for `occur-context-lines'.
7079 Set first elem of its returned list to `data', and the second elem
7080 to `prev-after-lines'. Don't print the separator line.
7081 In the end, print remaining context after-lines.
7082 (occur-context-lines): Add new arguments `begpt', `endpt',
7083 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
7084 after-lines of the previous match with before-lines of the
7085 current match and not overlap them. Return a list with two
7086 values: the output line and the list of context after-lines.
7087
47c88c06
JL
70882010-03-30 Juri Linkov <juri@jurta.org>
7089
7090 * replace.el (occur-accumulate-lines): Fix a bug where the first
7091 context line at the beginning of the buffer was missing.
7092
a7b02820
EZ
70932010-03-30 Eli Zaretskii <eliz@gnu.org>
7094
7095 * files.el: Make bidi-display-reordering safe variable for boolean
7096 values.
7097
9326ba26 70982010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 7099 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
7100
7101 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
7102 (progress-reporter-update, progress-reporter-do-update):
7103 Handle non-numeric value arguments.
9326ba26
CY
7104 (progress-reporter--pulse-characters): New var.
7105
f6f8aa12
CY
71062010-03-28 Chong Yidong <cyd@stupidchicken.com>
7107
7108 * progmodes/compile.el (compilation-start): Fix regexp detection
7109 of initial cd command (Bug#5771).
7110
7ed287b5
CY
71112010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
7112
7113 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
7114
146b8b16
NR
71152010-03-27 Nick Roberts <nickrob@snap.net.nz>
7116
7117 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
7118 * progmodes/gdb-mi.el: Restore.
7119 * progmodes/gdb-ui.el: Remove.
7120 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 7121
b23caf75
GM
71222010-03-25 Glenn Morris <rgm@gnu.org>
7123
7124 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
7125 all dired buffers, even tramp ones. (Bug#5755)
7126
18c812bd
SM
71272010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7128
7129 Add "union tags" in mpc.el.
7130 * mpc.el: Remove backward compatibility code.
7131 (mpc-browser-tags): Change default.
7132 (mpc--find-memoize-union-tags): New var.
7133 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
7134 (mpc-cmd-find): Handle the case where the playlist does not exist.
7135 Handle union-tags.
7136 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
7137 (mpc-cmd-add): Use mpc-cmd-flush.
7138 (mpc-tagbrowser-tag-name): New fun.
7139 (mpc-tagbrowser-buf): Use it.
7140 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
7141
efee6a6d
SM
71422010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7143
9586c41a
SM
7144 Misc cleanup.
7145 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
7146 Use replace-regexp-in-string.
7147 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
7148 (makefile-imake-mode-syntax-table): Move init into defvar.
7149 (makefile-mode): Use define-derived-mode.
7150
efee6a6d
SM
7151 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
7152 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
7153 not be present any more.
7154
c6f3804c
JB
71552010-03-24 Juanma Barranquero <lekktu@gmail.com>
7156
7157 * faces.el (set-face-attribute): Fix typo in docstring.
7158 (face-valid-attribute-values): Reflow docstring.
7159
e867cb5d 71602010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 7161
efee6a6d 7162 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 7163
e867cb5d 71642010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
7165
7166 * indent.el (indent-for-tab-command): Doc fix.
7167
e867cb5d 71682010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 7169
efee6a6d
SM
7170 * progmodes/cc-engine.el (c-remove-stale-state-cache):
7171 Fix off-by-one error. Fixes bug #5747.
657071fc 7172
e867cb5d 71732010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
7174
7175 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
7176 (image-dired-read-comment): Doc fix.
7177
efee6a6d
SM
7178 * json.el (json-object-type, json-array-type, json-key-type)
7179 (json-false, json-null, json-read-number):
c8de140b
JB
7180 * minibuffer.el (completion-in-region-functions):
7181 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
7182 (cal-tex-cursor-week):
7183 * emacs-lisp/trace.el (trace-function):
7184 * eshell/em-basic.el (eshell/printnl):
7185 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
7186 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
7187 * obsolete/levents.el (allocate-event, event-key, event-object)
7188 (event-point, event-process, event-timestamp, event-to-character)
7189 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
7190 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
7191 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
7192 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
7193 (reftex-highlight-selection): Fix typos in docstrings.
7194
e867cb5d 71952010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
7196
7197 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
7198
e867cb5d 71992010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
7200
7201 * mail/rmail.el (rmail-highlight-face): Restore option deleted
7202 2008-02-13 without comment; mark it obsolete.
7203 (rmail-highlight-headers): Use rmail-highlight-face once more.
7204
e867cb5d 72052010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
7206
7207 * woman.el (woman2-process-escapes): Only consume the newline if
7208 the filler character is on a line by itself (Bug#5729).
7209
e867cb5d 72102010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
7211
7212 * language/indian.el (devanagari-composable-pattern): Add more
7213 consonants.
7214
e867cb5d 72152010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
7216
7217 * net/trampver.el: Update release number.
7218
e867cb5d 72192010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 7220
efee6a6d
SM
7221 * net/tramp.el (tramp-find-executable):
7222 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
7223 output of "wc -l" more robust.
7224 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
7225 (tramp-open-connection-setup-interactive-shell): Remove workaround
7226 for OpenSolaris bug, it is not needed anymore.
7227
e867cb5d 72282010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
7229
7230 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
7231
e867cb5d 72322010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
7233
7234 * files.el (auto-mode-alist): Accept more verilog file patterns.
7235
b2b8574b
SM
72362010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7237
7238 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
7239
1d94ebb0
GM
72402010-03-24 Glenn Morris <rgm@gnu.org>
7241
7e263967
GM
7242 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
7243 log-edit-before-checkin-process.
7244
5ac92c5f
GM
7245 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
7246
7247 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 7248
549f324a
GM
7249 * vc-dispatcher.el (vc-start-logentry): Doc fix.
7250 (log-view-process-buffer, log-edit-extra-flags): Declare.
7251
495b517c
GM
7252 * log-edit.el (log-edit-before-checkin-process): Doc fix.
7253
f4087766
SS
72542010-03-23 Sam Steingold <sds@gnu.org>
7255
7256 Fix bug#5620: recalculate all markers on compilation buffer
7257 modifications, not on file modifications.
7258 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
7259 the buffer modification time, for buffers not associated with files.
7260 (compilation-mode): Create it.
7261 (compilation-filter): Update it.
7262 (compilation-next-error-function): Use it instead of
7263 `visited-file-modtime' for timestamp.
7264
774642e5
JL
72652010-03-23 Juri Linkov <juri@jurta.org>
7266
7267 Implement Occur multi-line matches.
7268 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
7269
7270 * replace.el (occur): Doc fix.
7271 (occur-engine): Set `begpt' to the beginning of the first line.
7272 Set `endpt' to the end of the last match line. At first, count
7273 line numbers between `origpt' and `begpt'. Split out code from
7274 `out-line' variable to new let-bindings `match-prefix' and
7275 `match-str'. In `out-line' add non-numeric prefix to all
7276 non-first lines of multi-line matches. Finally, count lines
7277 between `begpt' and `endpt' and add to `lines'.
7278
f14d1172
JL
72792010-03-23 Juri Linkov <juri@jurta.org>
7280
7281 * replace.el (occur-accumulate-lines, occur-engine):
7282 Use `occur-engine-line' instead of duplicate code.
7283 (occur-engine-line): New function created from duplicate code
7284 in `occur-accumulate-lines' and `occur-engine'.
7285
53e87c57
JL
7286 * replace.el (occur-engine-line): Add optional arg `keep-props'.
7287 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
7288
75a3ff20
JL
72892010-03-23 Juri Linkov <juri@jurta.org>
7290
7291 * finder.el: Remove TODO tasks.
7292
7293 * info.el (Info-finder-find-node): Add node "all"
7294 with all package info. Handle a list of multiple keywords
7295 separated by comma.
7296 (info-finder): In interactive use with a prefix argument,
7297 use `completing-read-multiple' to read a list of keywords
7298 separated by comma.
7299
00278747
SM
73002010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7301
7302 Add a new completion style `substring'.
7303 * minibuffer.el (completion-basic--pattern): New function.
7304 (completion-basic-try-completion, completion-basic-all-completions):
7305 Use it.
7306 (completion-substring--all-completions)
7307 (completion-substring-try-completion)
7308 (completion-substring-all-completions): New functions.
7309 (completion-styles-alist): New style `substring'.
7310
64cb11cc
SM
73112010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7312
7313 Get rid of .elc files after removal of the corresponding .el.
7314 * Makefile.in (compile-clean): New target.
7315 (compile-main): Use it.
7316
835e2c65
JD
73172010-03-22 Jan Djärv <jan.h.d@swipnet.se>
7318
7319 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
7320 don't do make there. When compiling with separate object dir, there
7321 is no Makefile there.
7322
111a9dff
SM
73232010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7324
7325 Get rid of the ELCFILES abomination, again.
7326 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
7327 (all, compile): Don't call compile-last.
7328 (compile-main): Build the "elcfiles" list dynamically.
7329 (compile-targets): New (internal) target.
7330
82c3d67a
AS
73312010-03-21 Andreas Schwab <schwab@linux-m68k.org>
7332
7333 * Makefile.in (top_srcdir): Define.
7334 (abs_top_builddir): Define.
7335 (srcdir): Don't append `/..'.
7336 (EMACS): Use ${abs_top_builddir}.
7337 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
7338 (update-subdirs, update-authors): Use $(top_srcdir) instead of
7339 $(srcdir).
82c3d67a
AS
7340 (lisp): Use $(srcdir) instead of @srcdir@.
7341
d66ecdbb
JL
73422010-03-21 Juri Linkov <juri@jurta.org>
7343
7344 Fix message of multi-line occur regexps and multi-buffer header lines.
7345 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
7346
7347 * replace.el (occur-1): Don't display regexp if it is longer
7348 than window-width. Use `query-replace-descr' to display regexp.
7349 (occur-engine): Don't display regexp in the buffer header for
7350 multi-buffer occur. Display a separate header line with total
7351 match count and regexp for multi-buffer occur.
7352 Use `query-replace-descr' to display regexp.
7353
f05e1b94
TZ
73542010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
7355
7356 * net/secrets.el: Fix parenthesis.
7357 (secrets-enabled): Fix parenthesis.
7358
801ba3ba
SM
73592010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7360
3613edce
SM
7361 Use more relative file and directory names.
7362 * Makefile.in (EMACS): Arrange for it to work when we chdir.
7363 (setwins, setwins_almost, setwins_for_subdirs):
7364 Don't `cd'; output relative names.
7365 (all, compile, compile-always, compile-last): Set emacswd.
7366 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
7367 Just cd to the lisp source dir so we can use relative file names.
7368
801ba3ba
SM
7369 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
7370
2b1400b9
GM
73712010-03-20 Glenn Morris <rgm@gnu.org>
7372
7373 * textmodes/rst.el: Use faces for font-lock customization, and make the
7374 old -face variables obsolete.
7375 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
7376 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
7377 (rst-block-face, rst-external-face, rst-definition-face)
7378 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
7379 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
7380 Make obsolete.
7381 (rst-font-lock-keywords-function): Update for above changes.
7382
5e418f17
JL
73832010-03-20 Juri Linkov <juri@jurta.org>
7384
7385 * s-region.el:
7386 * obsolete/s-region.el: Move to obsolete.
7387
b0287b39
JB
73882010-03-19 Juanma Barranquero <lekktu@gmail.com>
7389
7390 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
7391
3c95bbb6
DN
73922010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
7393
7394 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
7395
09158997
DN
73962010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
7397
7398 Add special markup processing for commit logs.
7399 * log-edit.el (log-edit-extra-flags): New variable.
7400 (log-edit): Add new argument MODE. Use that mode when non-nil
7401 instead of the log-view-mode.
7402 (log-view-process-buffer): New function.
7403
7404 * vc.el: Document that the checkin method takes optional
7405 arguments. Document new backend specific method: log-view-mode.
7406 (vc-default-log-edit-mode): New function.
7407 (vc-checkin): Use a backend specific log-view-mode.
7408 Pass extra arguments to the checkin method.
7409 (vc-modify-change-comment): Pass a dummy extra argument.
7410
7411 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
7412 log-edit.
7413 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
7414 (vc-finish-logentry): Process the log buffer before passing it
7415 down. Pass log-edit-extra-flags.
7416
7417 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
7418 command.
85626eef
SM
7419 (log-edit-extra-flags, log-edit-before-checkin-process):
7420 New declarations.
09158997
DN
7421
7422 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
7423 command.
85626eef
SM
7424 (log-edit-extra-flags, log-edit-before-checkin-process):
7425 New declarations.
09158997
DN
7426 (vc-hg-log-edit-mode): New derived mode.
7427
7428 * vc-arch.el (vc-arch-checkin):
7429 * vc-cvs.el (vc-cvs-checkin):
7430 * vc-git.el (vc-git-checkin):
7431 * vc-mtn.el (vc-mtn-checkin):
7432 * vc-rcs.el (vc-rcs-checkin):
7433 * vc-sccs.el (vc-sccs-checkin):
7434 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
7435
f430423d
SM
74362010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7437
7438 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
7439 parent typo).
7440
aa8f8277
GM
74412010-03-19 Glenn Morris <rgm@gnu.org>
7442
f430423d 7443 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 7444
04525749
GM
74452010-03-18 Glenn Morris <rgm@gnu.org>
7446
c70815f1
GM
7447 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
7448
84d0a5f8
GM
7449 * replace.el (query-replace-history): Give it a doc string.
7450 (map-query-replace-regexp): Use query-replace-from-history-variable
7451 and query-replace-to-history-variable.
7452
e3a15161
GM
7453 * mail/hashcash.el (declare-function): Remove duplicate definition.
7454
27be0364
GM
7455 * mail/emacsbug.el (report-emacs-bug-pretest-address):
7456 Make it an obsolete alias for report-emacs-bug-address.
7457 (message-strip-special-text-properties): Declare.
7458 (report-emacs-bug): Remove test for a pretest bug address.
7459 Combine message-mode-specific code.
7460
88b8d18e
GM
7461 * mail/supercite.el: Don't require sendmail.
7462 (mh-in-header-p): Declare rather than using with-no-warnings.
7463 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
7464 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
7465
1a355d09
GM
7466 * calendar/cal-french.el: Convert to utf-8.
7467
04525749
GM
7468 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
7469 Emacs scripts.
7470
ae84eb97
MA
74712010-03-16 Michael Albinus <michael.albinus@gmx.de>
7472
7473 * net/secrets.el (secrets-enabled): New variable. Use it instead
7474 of a subfeature.
7475
7c75524e
MA
74762010-03-15 Michael Albinus <michael.albinus@gmx.de>
7477
7478 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
7479 service "org.freedesktop.secrets" can be pinged.
7480 Provide subfeature `enabled'.
7c75524e 7481
57938a79
JL
74822010-03-14 Juri Linkov <juri@jurta.org>
7483
7484 Add finder unknown keywords.
7485
7486 * finder.el (finder-unknown-keywords): New function.
7487
7488 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
7489 to create a Finder node with unknown keywords.
7490
88f4758e
JL
74912010-03-14 Juri Linkov <juri@jurta.org>
7492
7493 * finder.el (finder-compile-keywords): Replace `princ' with
7494 `prin1' on a list of symbols interned from keyword strings.
7495
7496 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
7497 a comma, then split keywords using a comma and optional whitespace.
7498 Otherwise, split by whitespace.
7499
7500 * complete.el:
7501 * face-remap.el:
7502 * log-view.el:
7503 * net/hmac-def.el:
7504 * net/hmac-md5.el:
7505 * net/netrc.el:
7506 * progmodes/mixal-mode.el: Fix keywords.
7507
7725ebb7
MA
75082010-03-13 Michael Albinus <michael.albinus@gmx.de>
7509
7510 * Makefile.in (ELCFILES): Add net/secrets.elc.
7511
7512 * net/secrets.el: New file.
7513
6f320937
CY
75142010-03-12 Chong Yidong <cyd@stupidchicken.com>
7515
7516 * facemenu.el (list-colors-display, list-colors-print): New arg
7517 callback. Use it to allow selecting colors.
7518
7519 * wid-edit.el (widget-image-insert): Insert image prop even if the
7520 current display is non-graphic.
7521 (widget-field-value-set): New fun.
7522 (editable-field): Use it.
7523 (widget-field-value-get): Clean up unused var.
85626eef
SM
7524 (widget-color-value-create, widget-color--choose-action):
7525 New funs. Allow using list-colors-display to choose color.
6f320937 7526
647f9993
CY
75272010-03-12 Chong Yidong <cyd@stupidchicken.com>
7528
7529 * cus-edit.el: Resort topmost custom groups.
7530 (custom-buffer-sort-alphabetically): Default to t.
7531 (customize-apropos): Use apropos-parse-pattern.
7532 (custom-search-field): New var.
7533 (custom-buffer-create-internal): Add custom-apropos search field.
7534 (custom-add-parent-links): Don't display parent doc.
7535 (custom-group-value-create): Don't sort top-level custom group.
85626eef 7536 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
7537
7538 (custom-variable-state): New fun, from custom-variable-state-set.
7539 (custom-variable-state-set): Use it.
7540 (custom-group-value-create): Hide options with standard values
7541 using the :hidden-states property. Use progress reporter.
7542
7543 (custom-show): Simplify.
7544 (custom-visibility): Disable images by default.
7545 (custom-variable): New property :hidden-states.
7546 (custom-variable-value-create): Enable images for
7547 custom-visibility widgets. Use :hidden-states property to
7548 determine initial visibility.
7549
7550 * wid-edit.el (widget-image-find): Give images center ascent.
7551 (visibility): Add :on-image and :off-image properties.
7552 (widget-visibility-value-create): Use them.
7553
eba5b4dd
CY
75542010-03-12 Chong Yidong <cyd@stupidchicken.com>
7555
7556 * cus-edit.el (processes): Remove from development group.
7557 (oop, hypermedia): Delete group.
26f4b8ab 7558 (comm): Promote to top-level group.
eba5b4dd
CY
7559
7560 * net/browse-url.el (browse-url):
7561 * net/xesam.el (xesam):
7562 * net/tramp.el (tramp):
7563 * net/goto-addr.el (goto-address):
26f4b8ab 7564 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
7565
7566 * view.el (view): Remove from editing group.
7567
7568 * uniquify.el (uniquify): Put in files group.
7569
7570 * net/browse-url.el (browse-url):
7571 * ps-print.el (postscript): Put in external group.
7572
7573 * cus-edit.el (outlines):
7574 * textmodes/text-mode.el (text-mode-hook):
7575 * textmodes/table.el (table):
7576 * textmodes/picture.el (picture):
7577 * outline.el (outlines): Put in wp group.
7578
7579 * nxml/nxml-mode.el (nxml): Remove from wp group.
7580
7581 * net/tramp-imap.el (tramp-imap): Put in tramp group.
7582
7583 * mail/metamail.el (metamail): Remove from hypermedia group.
7584
7585 * cus-edit.el (abbrev):
7586 * whitespace.el (whitespace):
7587 * vcursor.el (vcursor):
7588 * reveal.el (reveal):
7589 * hl-line.el (hl-line): Put in convenience group.
7590
7591 * epg-config.el (epg): Put in data group.
7592
7593 * emulation/pc-select.el (pc-select): Put in emulations group.
7594
7595 * calculator.el (calculator): Put in applications group.
7596
8117868f
DN
75972010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7598
7599 Add .dir-locals.el support for file-less buffers.
7600 * files.el (hack-local-variables): Split out code to apply local
7601 variable settings ...
7602 (hack-local-variables-apply): ... here. New function.
7603 (hack-dir-local-variables): Use the default directory for when the
7604 buffer does not have an associated file.
7605 (hack-dir-local-variables-non-file-buffer): New function.
7606 * diff-mode.el (diff-mode):
7607 * vc-annotate.el (vc-annotate-mode):
7608 * vc-dir.el (vc-dir-mode):
7609 * log-edit.el (log-edit-mode):
7610 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
7611
855a2294
DN
76122010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7613
7614 Add support for shelving snapshots and for showing shelves.
7615 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
7616 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
7617 New functions.
7618 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
7619 (vc-bzr-extra-menu-map): Map them.
7620
3e5b7009
GM
76212010-03-11 Glenn Morris <rgm@gnu.org>
7622
0dcf7d7e
GM
7623 * cus-edit.el (customize-changed-options-previous-release):
7624 Bump to 23.1.
7625
3e5b7009
GM
7626 * image.el (image-animate-max-time): Fix :version tag.
7627
288f9fc0
CY
76282010-03-10 Chong Yidong <cyd@stupidchicken.com>
7629
7630 * Branch for 23.2.
7631
53ef91b1
SM
76322010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7633
7634 * vc-git.el (vc-git-revision-table): Include remote branches.
7635
b41460ae 76362010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
7637
7638 Animated image API.
7639 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
7640
7641 * image.el (image-animate-max-time): New defcustom.
7642 (image-animated-types): New defconst.
7643 (create-animated-image, image-animate-timer)
7644 (image-animate-start, image-animate-stop, image-animate-timeout)
7645 (image-animated-p): New functions.
7646
7647 * image-mode.el (image-toggle-display-image):
7648 Replace `create-image' with `create-animated-image'.
7649
e5d1fb10 76502010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
7651
7652 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
7653 instead of "format:"; this ensures that the output is
7654 newline-terminated.
7655
4e7cafbe
CY
76562010-03-08 Chong Yidong <cyd@stupidchicken.com>
7657
7658 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
7659 that all errors are caught, and that the return value is always a
7660 list (Bug#5692).
7661
aec66319
KH
76622010-03-08 Kenichi Handa <handa@m17n.org>
7663
7664 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 7665 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 7666
b327c975
AS
76672010-03-07 Andreas Schwab <schwab@linux-m68k.org>
7668
7669 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
7670 call to rfc822-bad-address. (Bug#5692)
7671
1c465a6a
CY
76722010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
7673
85626eef
SM
7674 * vc-git.el (vc-git-annotate-extract-revision-at-line):
7675 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 7676
a4e32226
CY
76772010-03-06 Chong Yidong <cyd@stupidchicken.com>
7678
7679 * calculator.el (calculator): Don't bind split-window-keep-point
7680 (Bug#5674).
7681
4c83ed3d
SM
76822010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
7683
7684 * vc-git.el: Re-flow to fit into 80 columns.
7685 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
7686 Remove spurious `quote' element in each case alternative.
7687 (vc-git-show-log-entry): Use prog1.
7688 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
7689
e8defde3
SM
76902010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7691
7692 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
7693
233f0c9f
CY
76942010-03-03 Chong Yidong <cyd@stupidchicken.com>
7695
7696 * macros.el (insert-kbd-macro): Look up keyboard macro using the
7697 definition, not the name (Bug#5481).
7698
254bedef 76992010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
7700
7701 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
7702 argument with a local variable. (Bug#5670)
7703
7187cdae
JL
77042010-03-02 Juri Linkov <juri@jurta.org>
7705
7706 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
7707
9cf3544e
MA
77082010-03-02 Michael Albinus <michael.albinus@gmx.de>
7709
7710 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
7711 error when FILENAME and NEWNAME are existing remote directories.
7712
7713 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
7714 parameter DIR-FLAG.
7715
33f77982
GM
77162010-03-02 Glenn Morris <rgm@gnu.org>
7717
7718 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
7719 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
7720
d99ea08e
KH
77212010-03-01 Kenichi Handa <handa@m17n.org>
7722
e8defde3 7723 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
7724 myanmar-composable-pattern.
7725
e8defde3
SM
7726 * international/characters.el (script-list):
7727 * international/fontset.el (script-representative-chars):
7728 Change myanmar to burmese.
d99ea08e 7729 (otf-script-alist): Likewise.
4aa2c3b2
KH
7730 (setup-default-fontset): Likewise. Re-fix :otf spec.
7731
b374f54d
KY
77322010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7733
7734 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
7735
71572c03
JD
77362010-02-28 Jan Djärv <jan.h.d@swipnet.se>
7737
7738 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
7739
00cffdeb
MA
77402010-02-28 Michael Albinus <michael.albinus@gmx.de>
7741
7742 * net/tramp.el (tramp-handle-write-region): START can be a string.
7743 Take care in the checks. Reported by Dan Davison
7744 <davison@stats.ox.ac.uk>.
7745
d4b06783
MA
77462010-02-28 Michael Albinus <michael.albinus@gmx.de>
7747
7748 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
7749 (dbus-set-property, dbus-get-all-properties):
7750 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 7751
8c3e96d2
CY
77522010-02-28 Chong Yidong <cyd@stupidchicken.com>
7753
de3a1fe9
CY
7754 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
7755 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
7756 * calendar/icalendar.el (icalendar--add-diary-entry):
7757 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
7758 * files.el (recover-session-finish): Use with-current-buffer
7759 instead of save-excursion.
7760
c53b9c3b
SM
77612010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
7762
7763 Fix in-buffer completion when after-change-functions modify the buffer.
7764 * minibuffer.el (completion--replace): New function.
7765 (completion--do-completion): Use it and use relative movement.
7766
4a16bdc6
CY
77672010-02-27 Chong Yidong <cyd@stupidchicken.com>
7768
7769 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 7770
b8280f39
CY
77712010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
7772
c53b9c3b
SM
7773 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
7774 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 7775
f88cc4d6
KH
77762010-02-26 Kenichi Handa <handa@m17n.org>
7777
7778 * language/burmese.el: Fix entries in composition-function-table.
7779 (myanmar-composable-pattern): New variable.
7780
7781 * international/fontset.el (setup-default-fontset): Add an entry
7782 for myanmar.
7783
7784 * international/characters.el (script-list): Add Myanmar
7785 Extended-A.
7786
cdbf9100
GM
77872010-02-26 Glenn Morris <rgm@gnu.org>
7788
90a94603
GM
7789 * custom.el (custom-initialize-delay): Doc fix.
7790
cdbf9100
GM
7791 * mail/sendmail.el (send-mail-function): Autoload the call
7792 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
7793
f95a5fd0
CY
77942010-02-24 Chong Yidong <cyd@stupidchicken.com>
7795
7796 * files.el (hack-local-variables-filter): For eval forms, also
7797 check safe-local-variable-p (Bug#5636).
7798
459a5f4b
MA
77992010-02-22 Michael Albinus <michael.albinus@gmx.de>
7800
7801 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
7802 setting the modes by `ignore-errors'. It might fail, for example
7803 if the file is not owned by the user but the group.
7804 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
7805
bb23f6e8
CY
78062010-02-21 Chong Yidong <cyd@stupidchicken.com>
7807
50c58e27
CY
7808 * files.el (directory-listing-before-filename-regexp): Use
7809 stricter matching for iso-style dates, to avoid false matches with
7810 date-like filenames (Bug#5597).
7811
b660eb70
CY
7812 * htmlfontify.el (htmlfontify): Doc fix.
7813
7814 * eshell/eshell.el (eshell): Doc fix.
7815
bb23f6e8
CY
7816 * startup.el (fancy-about-screen): In mode-line, apply
7817 mode-line-buffer-id face only to the buffer name (Bug#5613).
7818
3e39928c
CY
78192010-02-20 Kevin Ryde <user42@zip.com.au>
7820
f7e0618c
JB
7821 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7822 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
7823 (Bug#5599).
7824
0f00e948
EZ
78252010-02-20 Eli Zaretskii <eliz@gnu.org>
7826
7827 * subr.el (remove-yank-excluded-properties): Explain in a comment
7828 why `category' property is removed.
7829
3513efb2
CY
78302010-02-19 Chong Yidong <cyd@stupidchicken.com>
7831
7832 * isearch.el (isearch-update-post-hook, isearch-update): Revert
7833 2010-02-17 change.
7834
b4340b3f
UJ
78352010-02-19 Ulf Jasper <ulf.jasper@web.de>
7836
7837 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
7838 (icalendar--convert-weekly-to-ical)
7839 (icalendar--convert-yearly-to-ical)
7840 (icalendar--convert-block-to-ical)
7841 (icalendar--convert-cyclic-to-ical)
7842 (icalendar--convert-anniversary-to-ical): Take care of time
7843 specifications where hour has 1-digit only (Bug#5549).
7844
8cfae03d
NR
78452010-02-19 Nick Roberts <nickrob@snap.net.nz>
7846
7847 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
7848 of disassemble output in GDB 7.1.
7849
055e4eea
GM
78502010-02-19 Glenn Morris <rgm@gnu.org>
7851
7852 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
7853 property. (Bug#5593)
7854
ff6b00de
SS
78552010-02-18 Sam Steingold <sds@gnu.org>
7856
7857 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
7858
fe8c0b47
SM
78592010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7860
7861 Use abbreviated file names in bookmarks (bug#5591).
7862 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
7863 calls to expand-file-name.
7864 (bookmark-relocate): Use abbreviated file names in bookmarks.
7865 (bookmark-load): Use abbreviated file names in messages.
7866
73a37a69
MA
78672010-02-18 Michael Albinus <michael.albinus@gmx.de>
7868
7869 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
7870 expand "." and "..". Reported by Thierry Volpiatto
7871 <thierry.volpiatto@gmail.com>.
7872
6e4f5731
MA
78732010-02-18 Michael Albinus <michael.albinus@gmx.de>
7874
7875 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
7876 permissions of the temporary file to "0600". In case the remote
7877 file has no read permissions for the owner, there might be
7878 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
7879
788022010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
7881
7882 * emacs-lisp/authors.el (authors-renamed-files-alist):
7883 Add entries for INSTALL.CVS.
7884
ba5bf642
MH
78852010-02-17 Mark A. Hershberger <mah@everybody.org>
7886
f7e0618c 7887 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 7888
f7e0618c 7889 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
7890 (isearch-update): Use the new hook.
7891
aac0b0f2
MA
78922010-02-16 Michael Albinus <michael.albinus@gmx.de>
7893
fe8c0b47
SM
7894 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7895 Fix errors in copying directories.
aac0b0f2
MA
7896 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
7897 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
7898 (tramp-handle-delete-file)
7899 (tramp-handle-dired-recursive-delete-directory)
7900 (tramp-handle-write-region): Flush also the cache for the upper
7901 directory.
7902
05bbe066
CY
79032010-02-16 Chong Yidong <cyd@stupidchicken.com>
7904
e8ab3908
CY
7905 * simple.el (save-interprogram-paste-before-kill): Doc fix.
7906
ff90f4b0
CY
7907 * cus-edit.el (hardware): Doc fix.
7908
7909 * man.el (man): Add to external custom group.
7910
7911 * delim-col.el (columns): Move to wp custom group.
7912
7913 * doc-view.el (doc-view): Add to data custom group.
7914
fe8c0b47 7915 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 7916
05bbe066
CY
7917 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
7918 by ispell-parse-output (Bug#5575).
7919
fa6ea913
KH
79202010-02-16 Kenichi Handa <handa@m17n.org>
7921
7922 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
7923 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
7924 (skkdic-convert): Use `euc-japan' coding system for writing.
7925
88fd78ae
GM
79262010-02-16 Glenn Morris <rgm@gnu.org>
7927
7928 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
7929 tex-main-file before using it. (Bug#5562)
7930
2b8c974a
SM
79312010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
7932
7933 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
7934 warnings, since it is annoying for the user to see them each time he
7935 runs the code.
7936
7540f029
MA
79372010-02-15 Michael Albinus <michael.albinus@gmx.de>
7938
7939 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
7940 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
7941 instead of PROC for caching "first-password-request". Otherwise,
7942 new processes would not profit from passwords already entered.
7943
2b8c974a
SM
7944 * net/tramp-cache.el (tramp-dump-connection-properties):
7945 Don't save "first-password-request" property.
7540f029 7946
fa5f7c5f
JB
79472010-02-14 Juanma Barranquero <lekktu@gmail.com>
7948
7949 * outline.el (outline-head-from-level):
7950 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
7951 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
7952 (elint-defun, elint-buffer-env, elint-top-form-logged)
7953 (elint-unbound-variable):
7954 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
7955 Fix typos in docstrings.
7956
ecbaeb7b
MA
79572010-02-14 Michael Albinus <michael.albinus@gmx.de>
7958
7959 * files.el (insert-directory): When WILDCARD-REGEXP and
7960 FULL-DIRECTORY-P are nil, insert the file entry instead of the
7961 whole directory. (Bug#5551)
7962
7963 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
7964 dired's alignment sanity. (Bug#5516)
7965
91e3333f
JL
79662010-02-14 Juri Linkov <juri@jurta.org>
7967
7968 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
7969 Remove remaining ^H with their preceding chars. (Bug#5566)
7970
36020642
GM
79712010-02-13 Glenn Morris <rgm@gnu.org>
7972
7973 * simple.el (transpose-subr): Give it a doc-string.
7974
7975 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
7976 Doc fixes.
7977
f5952338
JL
79782010-02-12 Juri Linkov <juri@jurta.org>
7979
7980 * arc-mode.el (archive-unique-fname): Make directories for nested
7981 archives. (Bug#5540)
7982
918fe50f
JL
79832010-02-12 Juri Linkov <juri@jurta.org>
7984
7985 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
7986
c07ff221
SM
79872010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7988
48b1e7cf
SM
7989 * subr.el (copy-overlay): Handle deleted overlays.
7990
c07ff221
SM
7991 * man.el (Man-completion-table): Don't signal an error if we can't run
7992 manual-program (bug#4056).
7993
0e374247
JB
79942010-02-10 Juanma Barranquero <lekktu@gmail.com>
7995
7996 * textmodes/artist.el (artist-mt): Fix typos in docstring.
7997
dbf8402b
SM
79982010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7999
348d1e60
SM
8000 * info.el (Info-bookmark-jump): Simplify.
8001
dbf8402b
SM
8002 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
8003 (bookmark-default-handler): Accept new bookmark field `buffer'.
8004
e6d23bb5
CY
80052010-02-10 Chong Yidong <cyd@stupidchicken.com>
8006
8007 * iswitchb.el (iswitchb-completions): Revert last change.
8008
a8e4290b
MA
80092010-02-10 Michael Albinus <michael.albinus@gmx.de>
8010
2b23acde 8011 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
8012 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
8013 This prevents file names like "~/" being listed literally.
a8e4290b 8014
c59d6fad
DN
80152010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
8016
348d1e60
SM
8017 * term/xterm.el (xterm-maybe-set-dark-background-mode):
8018 Remove dead code. (Bug#5546)
c59d6fad 8019
3a66e78f
CY
80202010-02-09 Chong Yidong <cyd@stupidchicken.com>
8021
8022 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
8023 correctly (Bug#5548).
8024
f29fd869
CY
80252010-02-08 Jose E. Marchesi <jemarch@gnu.org>
8026
8027 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 8028 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 8029
7fad1447
KH
80302010-02-08 Kenichi Handa <handa@m17n.org>
8031
8032 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 8033 cookie for putting `lisp-indent-function'.
7fad1447 8034
50e4518b
GM
80352010-02-07 Glenn Morris <rgm@gnu.org>
8036
8037 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
8038 Move F2003 named interfaces from keywords-2 to keywords-1, and
8039 use function-name-face rather than constant-face.
8040 Simplify "abstract interface" regexp.
8041
a4cc44cf
CY
80422010-02-07 Chong Yidong <cyd@stupidchicken.com>
8043
8044 * eshell/esh-util.el (eshell-file-attributes): New optional arg
8045 ID-FORMAT. Pass it to `file-attributes'.
8046
8047 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
8048
c917476d
CY
80492010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
8050
8051 * faces.el (set-face-attribute): Allow calling
8052 internal-set-lisp-face-attribute with 'unspecified family and
8053 foundry argument (Bug#5536).
8054
7cf3f3d6
GM
80552010-02-07 Glenn Morris <rgm@gnu.org>
8056
8057 * progmodes/f90.el (f90-font-lock-keywords-2)
8058 (f90-looking-at-type-like, f90-looking-at-program-block-end):
8059 Handle F2003 named interfaces.
8060
ffe87109
CY
80612010-02-06 Chong Yidong <cyd@stupidchicken.com>
8062
8063 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
8064 beg and end before calling c-get-state-before-change-functions.
8065
4775ecad
DN
80662010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
8067
8068 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
8069
0d17c4b9
JL
80702010-02-05 Juri Linkov <juri@jurta.org>
8071
8072 * doc-view.el (doc-view-mode):
8073 * image-mode.el (image-mode): Put property mode-class=special.
8074 (Bug#4896)
8075
8228a275
MH
80762010-02-05 Mark A. Hershberger <mah@everybody.org>
8077
8078 * vc-svn.el (vc-svn-revision-table): New function.
8079
d9320986
MA
80802010-02-05 Michael Albinus <michael.albinus@gmx.de>
8081
8082 * net/ange-ftp.el (ange-ftp-insert-directory):
8083 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
8084 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
8085 Handle also directories. (Bug#5478)
8086
f43d8ecc
GM
80872010-02-05 Glenn Morris <rgm@gnu.org>
8088
8089 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
8090
ce3a988d
CY
80912010-02-05 Chong Yidong <cyd@stupidchicken.com>
8092
8093 * startup.el (command-line-1): Convert options beginning with a
8094 single dash as well (Bug#5519).
8095
bdd42899
SM
80962010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
8097
51b23c44
SM
8098 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
8099 * minibuffer.el (completion-initials-expand): Only check the presence
8100 of delims *within* the boundaries, since otherwise the / delim is
8101 always found for files.
8102
bdd42899
SM
8103 Fix up various corner case problems.
8104 * doc-view.el (doc-view-last-page-number): New function.
8105 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
8106 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
8107 (doc-view-kill-proc): Avoid inf-loop in freak cases.
8108 (doc-view-reconvert-doc): Use the new recursive delete-directory.
8109 (doc-view-convert-current-doc): Don't create the resolution.el file
8110 here any more.
8111 (doc-view-pdf/ps->png): Do it here instead.
8112 (doc-view-already-converted-p): Check that resolution.el is present.
8113 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
8114 windows that are not yet showing images.
8115
d5b3979c
MA
81162010-02-04 Michael Albinus <michael.albinus@gmx.de>
8117
8118 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
8119 `dired-uncache' for every elemnt which is an absolute file name.
8120
8121 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
8122 directory, handle its directory component.
8123 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
8124 function is called permanently and creates noise, otherwise.
8125
8126 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
8127 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
8128 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
8129
b003beb1
DB
81302010-02-04 David Burger <dburger@google.com> (tiny change)
8131
8132 * macros.el (apply-macro-to-region-lines):
8133 Minor simplification. (Bug#5485)
8134
ea92f9f3
GM
81352010-02-04 Glenn Morris <rgm@gnu.org>
8136
a03ae20d
GM
8137 * mail/rmail.el (rmail-show-message-1): Handle malformed
8138 quoted-printable text. (Bug#5441)
8139
4d01b827
GM
8140 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
8141
ea92f9f3
GM
8142 * simple.el (visual-line-mode): Capitalize lighter.
8143
82055bb7
JW
81442010-02-03 John Wiegley <jwiegley@gmail.com>
8145
8146 * iswitchb.el (iswitchb-completions): Add bookmark files to the
8147 list of files considered for "virtual buffer" completions.
8148
8214b6e4
MA
81492010-02-03 Michael Albinus <michael.albinus@gmx.de>
8150
8151 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 8152 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
8153 when dired is called with a list of files, which are not in
8154 `default-directory'. (Bug#5478)
8155
1df9718f
SM
81562010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
8157
8158 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
8159
02ba1267
JL
81602010-02-02 Juri Linkov <juri@jurta.org>
8161
8162 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
8163 from unidiff to allow function-line after @@.
8164
a0c6a0fb
JL
81652010-02-02 Juri Linkov <juri@jurta.org>
8166
8167 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
8168 '(RCS SCCS) with inverted condition.
8169
c35fcd52
MA
81702010-02-02 Michael Albinus <michael.albinus@gmx.de>
8171
8172 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
8173 messages.
8174
6ba973c1
JL
81752010-02-01 Juri Linkov <juri@jurta.org>
8176
8177 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
8178 compare with "pkunzip" and "pkzip" instead of only "pkzip".
8179 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
8180 only when (car archive-zip-extract) is "unzip". (Bug#5475)
8181
0bca393f
SM
81822010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
8183
8184 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
8185 (doc-view-revert-buffer): New command.
8186 (doc-view-mode-map): Use it.
8187
7a444e2a
DN
81882010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
8189
8190 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
8191 pending merge is detected.
8192
ad6fc8f4
JL
81932010-01-31 Juri Linkov <juri@jurta.org>
8194
8195 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
8196 beginning of interactive spec like all other grep commands do.
8197 Put "all" in front of "gz". (Bug#5260)
8198
b9236874
DN
81992010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
8200
8201 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
8202
1e868757
CY
82032010-01-29 Chong Yidong <cyd@stupidchicken.com>
8204
8205 * dirtrack.el (dirtrack): Warn instead of signalling error if the
8206 regexp is incorrect (Bug#5476).
8207
e5c70c41
MA
82082010-01-29 Michael Albinus <michael.albinus@gmx.de>
8209
8210 * net/tramp.el (tramp-handle-insert-directory): Handle also
8211 symlinks, when FILENAME is not in `default-directory'.
8212
0c0b61f1
MA
82132010-01-28 Michael Albinus <michael.albinus@gmx.de>
8214
8215 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 8216 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
8217
8218 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
8219 of SWITCHES. Handle the case, FILENAME is not in
8220 `default-directory'. (Bug#5478)
8221 (tramp-register-file-name-handlers): Add safe-magic property.
8222
763f325e
CY
82232010-01-28 Chong Yidong <cyd@stupidchicken.com>
8224
8225 * arc-mode.el (archive-zip-extract): Quote the argument passed to
8226 unzip (Bug#5475).
8227
fd09a83f
CY
82282010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
8229
8230 * progmodes/flymake.el (flymake-allowed-file-name-masks)
8231 (flymake-master-make-header-init): Add other C++ filename masks.
8232 (flymake-find-possible-master-files)
8233 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
8234
7e5686f0
MA
82352010-01-28 Michael Albinus <michael.albinus@gmx.de>
8236
8237 Fix some busybox annoyances.
8238
8239 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
8240 not responding." string.
8241 (tramp-open-connection-setup-interactive-shell): Dump stty
8242 settings. Enable "neveropen" arg for all `tramp-send-command'
8243 calls. Handle "=" in variable values properly.
8244 (tramp-find-inline-encoding): Raise an error, when no encoding is
8245 found.
8246 (tramp-wait-for-output): Check, whether PROC buffer is available.
8247 Remove spurious " ^H" sequences, sent by busybox.
8248 (tramp-get-ls-command): Suppress coloring, if possible.
8249
c6265c10
GM
82502010-01-28 Glenn Morris <rgm@gnu.org>
8251
c85a168b
GM
8252 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
8253
c6265c10
GM
8254 * log-edit.el (log-edit-strip-single-file-name): Add missing
8255 :safe, :group, and :version tags.
8256
7d82a738
SB
82572010-01-27 Stephen Berman <stephen.berman@gmx.net>
8258
8259 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
8260 buffers. (Bug#5477)
8261
8b0e68ea
CY
82622010-01-27 David De La Harpe Golden <david@harpegolden.net>
8263
8264 * files.el (delete-directory): Handle moving to trash without
8265 first doing recursion (Bug#5436).
8266
368d3208
DN
82672010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
8268
8269 * vc-hooks.el (vc-path): Mark as obsolete.
8270
755da7fa
DN
82712010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
8272
e2396d80
DN
8273 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
8274 names too.
8275
755da7fa
DN
8276 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
8277 for the short log.
8278 (vc-bzr-log-view-mode): Adjust regexp for the above change.
8279
6a6d15ab 82802010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 8281
ac9ffe99 8282 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 8283
48c2d18a 8284 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 8285
504dcc71
EH
82862010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
8287
8288 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
8289 diff-index command. This requires at least git-1.5.5. (Bug#1589).
8290
51850286
DN
82912010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
8292
c2f1d6d8
DN
8293 Remove support for adding --signoff on commit.
8294 Future support will use an incompatible generic mechanism.
8295 * vc-git.el (vc-git-add-signoff): Remove variable.
8296 (vc-git-toggle-signoff): Remove function.
8297 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
8298
51850286
DN
8299 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
8300 from xterm-set-background-mode. Return t if the background mode
8301 was set.
8302 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
8303 earlier, call it again in case the background mode has changed.
8304
02c6d0d0
CY
83052010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
8306
8307 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
8308 (Bug#3541).
8309
064eee03
CY
83102010-01-23 Chong Yidong <cyd@stupidchicken.com>
8311
02c6d0d0
CY
8312 * emacs-lisp/assoc.el (aelement): Doc fix.
8313 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 8314
5336c3ec 83152010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 8316
48c2d18a 8317 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
8318 is the same as subprogram call, not declaration. (Bug#5435).
8319
0536254e
MA
83202010-01-23 Michael Albinus <michael.albinus@gmx.de>
8321
8322 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
8323 (tramp-smb-maybe-open-connection): Use it.
8324
411d06c2
MA
83252010-01-22 Michael Albinus <michael.albinus@gmx.de>
8326
0536254e 8327 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 8328
c893016b
SM
83292010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
8330
8331 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
8332 just because we see "encoding: 8bit".
8333 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
8334
9425f8e1
CY
83352010-01-22 Chong Yidong <cyd@stupidchicken.com>
8336
8337 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
8338
6a801864
EZ
83392010-01-22 Eli Zaretskii <eliz@gnu.org>
8340
8341 * jka-compr.el (jka-compr-load): If load-file is not in
8342 load-history, try its file-truename version. (bug#5447)
8343
3e8f7d91
AM
83442010-01-21 Alan Mackenzie <acm@muc.de>
8345
8346 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
8347 * progmodes/cc-engine.el (c-invalidate-state-cache):
8348 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
8349 special cpp construct is still in the buffer.
8350 (c-parse-state): Record the special cpp with markers, not numbers.
8351
f0bd0ad5
CY
83522010-01-21 Kenichi Handa <handa@m17n.org>
8353
8354 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
8355 process last-command-event, as it is now decoded first (Bug#5380).
8356
5189d95b
CY
83572010-01-20 Chong Yidong <cyd@stupidchicken.com>
8358
8359 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
8360
e073d74a
GM
83612010-01-20 Glenn Morris <rgm@gnu.org>
8362
8363 * indent.el (tab-always-indent): Fix custom-type.
8364
8ee04f3a
AM
83652010-01-19 Alan Mackenzie <acm@muc.de>
8366
8367 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
8368 buffer throws "args out of range".
8369 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
8370 playing the role of delimiter.
8371
6a47c86a
SL
83722010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
8373
bf0b361c 8374 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
8375 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
8376 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
8377 changed. Delete RECURSIVE parameter; never used. Improve doc string.
8378 Improve comments in "is" portion. Handle null procedure declaration.
8379 (ada-move-to-end): Improve doc string.
8380
2acfb954
ÓF
83812010-01-18 Óscar Fuentes <ofv@wanadoo.es>
8382
e90d57c0 8383 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 8384 Remove obsolete information from commentary.
e90d57c0
JB
8385 (ido-choice-list): Initialize to nil.
8386 (ido-get-bufname): Reject minibuffers.
8387 (ido-make-buffer-list): If "default" is a nonexistent
8388 buffer, ignore it, as per the function's comment.
8389 (ido-kill-buffer-internal): New function.
8390 (ido-kill-buffer-at-head): Use it.
8391 (ido-visit-buffer): Likewise.
2acfb954 8392
244b023e
CY
83932010-01-18 Chong Yidong <cyd@stupidchicken.com>
8394
8395 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
8396
db9e401b
JB
83972010-01-18 Juanma Barranquero <lekktu@gmail.com>
8398
db9e401b
JB
8399 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
8400 Fix typos in chart titles.
8401
8402 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
8403 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
8404 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
8405 (describe-class, eieio-describe-generic, describe-generic):
8406 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
8407 (eieio-speedbar-expand):
8408 * emulation/viper-cmd.el (viper-exec-form-in-vi)
8409 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
8410 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
8411 (viper-del-backward-char-in-replace, viper-backward-indent)
8412 (viper-brac-function, viper-register-to-point, viper-submit-report):
8413 * net/tramp.el (tramp-remote-coding-commands):
8414 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
8415 Fix typos in docstrings.
8416
9295137d
CY
84172010-01-17 Chong Yidong <cyd@stupidchicken.com>
8418
8419 * mail/sendmail.el (mail-yank-original): Set the mark if the
8420 specified function for yanking does not do it.
8421
4d0bbcb6
DN
84222010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
8423
7902c120
DN
8424 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
8425
4d0bbcb6
DN
8426 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
8427 resyncing a directory.
8428
0b702bc1
SL
84292010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
8430
6a47c86a 8431 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
8432 (ada-ident-re): Delete ., allow multibyte characters.
8433 (ada-goto-label-re): New; matches goto labels.
8434 (ada-block-label-re): New; matches block labels.
8435 (ada-label-re): New; matches both.
8436 (ada-named-block-re): Deleted; callers changed to use
8437 `ada-block-label-re' instead.
8438 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
8439 Use `ada-block-label-re'.
8440 (ada-indent-on-previous-lines): Improve handling of goto labels.
8441 (ada-get-indent-block-start): Special-case block label.
8442 (ada-get-indent-label): Split into `ada-indent-block-label' and
8443 `ada-indent-goto-label'.
8444 (ada-goto-stmt-start, ada-goto-next-non-ws):
8445 Optionally ignore goto labels.
8446 (ada-goto-next-word): Simplify.
8447 (ada-indent-newline-indent-conditional): Insert newline before
8448 trying to fix indentation; doc fix.
8449
05287c49
JB
84502010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
8451
8452 * calc/calc.el (calc-command-flags): Give it an initial value.
8453
4963739e
JB
84542010-01-17 Juanma Barranquero <lekktu@gmail.com>
8455
4963739e
JB
8456 * files.el (minibuffer-with-setup-hook):
8457 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
8458 (artist-key-draw-continously, artist-key-do-continously-continously)
8459 (artist-key-set-point-continously, artist-mouse-draw-continously):
8460 Fix typos in docstrings.
8461
116bd1ee
CY
84622010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
8463
8464 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
8465 return t (Bug#3898).
8466
2784cd7a 84672010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
8468
8469 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
8470 can parse the output of the external commands (Bug#5279).
8471
abd5cfe8
CY
84722010-01-16 Jari Aalto <jari.aalto@cante.net>
8473
8474 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
8475
4fe22cdf
CY
84762010-01-16 Chong Yidong <cyd@stupidchicken.com>
8477
bbdc98ef
CY
8478 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
8479
c7dc1ac1
CY
8480 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
8481
4fe22cdf
CY
8482 * startup.el (command-line): Remove unused --icon-type arg.
8483 Handle --display arg, passing it to command-line-1 (Bug#5392).
8484
045b9da7
ML
84852010-01-16 Mario Lang <mlang@delysid.org>
8486
045b9da7
ML
8487 * emacs-lisp/chart.el (chart-translate-namezone):
8488 * textmodes/artist.el (artist-compute-popup-menu-table):
8489 Remove duplicated words in doc-strings.
8490
6554a5df
CY
84912010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
8492
8493 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
8494 to mairix-search to suppress threading (Bug#5342).
8495
ca4f0e9a
KH
84962010-01-15 Kenichi Handa <handa@m17n.org>
8497
8498 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 8499 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 8500
1db3226b
GM
85012010-01-15 Glenn Morris <rgm@gnu.org>
8502
56a03f46
GM
8503 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
8504
8505 * wid-edit.el (widget-keymap): Doc fix.
8506
1db3226b
GM
8507 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
8508 former seems to be more widely accepted by various svn versions.
8509
80cd4bb4
JB
85102010-01-14 Juanma Barranquero <lekktu@gmail.com>
8511
d1f18ec0
JB
8512 * find-cmd.el (find-constituents):
8513 * vc-arch.el (vc-arch-root):
8514 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
8515 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
8516 * progmodes/ada-stmt.el (ada-if):
8517 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
8518 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
8519 (ispell-encoding8-command, ispell-aspell-supports-utf8)
8520 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
8521
80cd4bb4
JB
8522 * progmodes/flymake.el (flymake-post-syntax-check):
8523 Fix typo in error message.
8524
9c23ca47
JB
85252010-01-14 Juanma Barranquero <lekktu@gmail.com>
8526
8527 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
8528 which is always a string. (Bug#5313)
8529
8794c483
JB
85302010-01-14 Juanma Barranquero <lekktu@gmail.com>
8531
8532 * progmodes/ada-xref.el (ada-default-prj-properties):
8533 Simplify previous change.
8534
95005d39
SL
85352010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8536
8537 * progmodes/ada-xref.el (ada-default-prj-properties):
8538 Default ada_project_path to $ADA_PROJECT_PATH.
8539
85402010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
8541
8542 * progmodes/ada-mode.el (ada-create-keymap):
8543 Override `narrow-to-defun' with `ada-narrow-to-defun'.
8544
fb0d1545
SL
85452010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8546
8547 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
8548 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
8549 (ada-get-current-indent, ada-imenu-generic-expression)
8550 (ada-which-function): Check for it.
8551
5c9434d0
SL
85522010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8553
8554 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
8555 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
8556
3a4f3a3b
GM
85572010-01-14 Glenn Morris <rgm@gnu.org>
8558
8559 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
8560
d9a7c140
KH
85612010-01-14 Kenichi Handa <handa@m17n.org>
8562
8563 * composite.el (auto-composition-mode): Make it a buffer local
8564 variable (permanent-local).
8565 (auto-composition-function): Set the default value to
8566 auto-compose-chars.
49caf252 8567 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
8568 (global-auto-composition-mode): Likewise.
8569 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 8570
38bee102
KF
85712010-01-13 Karl Fogel <kfogel@red-bean.com>
8572
8573 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 8574
b8b45afc
MA
85752010-01-12 Michael Albinus <michael.albinus@gmx.de>
8576
8577 * files.el (copy-directory): Compute target for recursive
8578 directories with identical names. (Bug#5343)
8579
893db5bc
GM
85802010-01-12 Glenn Morris <rgm@gnu.org>
8581
8582 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
8583 it to bug-gnu-emacs rather than emacs-pretest-bug.
8584
d8b8451f
SS
85852010-01-11 Sam Steingold <sds@gnu.org>
8586
8587 * imenu.el (imenu-default-create-index-function): Detect infinite
8588 loops caused by imenu-prev-index-position-function.
8589
30afcdff
JB
85902010-01-11 Juanma Barranquero <lekktu@gmail.com>
8591
8592 * htmlfontify.el (htmlfontify-load-rgb-file)
8593 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
8594 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
8595 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
8596 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
8597 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
8598 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
8599 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
8600 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
8601 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
8602 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
8603 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
8604 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
8605 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
8606 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
8607 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
8608 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
8609 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
8610 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
8611 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
8612 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
8613 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
8614 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
8615 backslash-quoting from parentheses, etc.
8616
92b1c416
CY
86172010-01-11 Chong Yidong <cyd@stupidchicken.com>
8618
8619 * progmodes/js.el: Autoload javascript-mode alias.
8620
4454adab
JB
86212010-01-11 Juanma Barranquero <lekktu@gmail.com>
8622
8623 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
8624 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
8625 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
8626 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
8627 Fix typos in docstrings.
8628 (ffap-url-regexp): Doc fix.
8629 (ffap-at-mouse): Fix typo in message.
8630
6589a2f9
GM
86312010-01-11 Glenn Morris <rgm@gnu.org>
8632
8633 * version.el (emacs-copyright): Set copyright year to 2010.
8634
4e5617ee
SM
86352010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
8636
8637 * format.el (format-annotate-function): Only set
8638 write-region-post-annotation-function after running to-fn so as not to
8639 affect nested write-region calls (bug#5273).
8640
52bee098
CY
86412010-01-10 Chong Yidong <cyd@stupidchicken.com>
8642
a069f067
CY
8643 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
8644 wisent/python.el.
8645
e709e39d
CY
86462010-01-09 Chong Yidong <cyd@stupidchicken.com>
8647
8648 * man.el (Man-goto-section): Signal error if the section is not
8649 found (Bug#5317).
8650
6ee86780
JB
86512010-01-09 Juanma Barranquero <lekktu@gmail.com>
8652
8653 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
8654 URLs with a leading triple slash in the file: scheme. (Bug#5345)
8655
fa7b5f7b
CY
86562010-01-09 Chong Yidong <cyd@stupidchicken.com>
8657
8658 * progmodes/compile.el: Don't treat compile-command as safe if
8659 compilation-read-command might be nil (Bug#4218).
8660
de62c4d9
JD
86612010-01-09 Jan Djärv <jan.h.d@swipnet.se>
8662
8663 * startup.el (command-line-1): Use orig-argi to check for ignored X and
8664 NS options.
8665
e94be827
KH
86662010-01-08 Kenichi Handa <handa@m17n.org>
8667
4e5617ee
SM
8668 * international/fontset.el (build-default-fontset-data):
8669 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 8670
1dfae2a2
JB
86712010-01-07 Juanma Barranquero <lekktu@gmail.com>
8672
8673 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
8674 to `create-file-buffer' as it expects, not just a buffer name.
8675 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
8676 to help uniquify. (Bug#3224)
8677
d0cf45b7
JD
86782010-01-06 Jan Djärv <jan.h.d@swipnet.se>
8679
8680 * font-setting.el (font-setting-change-default-font): Use user-spec
8681 instead of name.
8682
7534fa5e
DN
86832010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8684
8685 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
8686
fd579fdc
CY
86872010-01-05 Tom Tromey <tromey@redhat.com>
8688
4e5617ee
SM
8689 * progmodes/python.el (python-font-lock-keywords):
8690 Handle qualified decorators (Bug#881).
fd579fdc 8691
37860caf
DN
86922010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8693
8694 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
8695 in a lightweight checkout.
8696
69db641d
KH
86972010-01-05 Kenichi Handa <handa@m17n.org>
8698
4e5617ee 8699 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 8700
b25d6a02
DN
87012010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8702
8703 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
8704
137d88ca
DN
87052010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
8706
8707 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
8708 checkouts. (Bug#618)
3d5d0aa9 8709 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
8710 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
8711 (vc-bzr-shelve-menu-map):
8712 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
8713 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 8714
da76998b
CY
87152010-01-02 Chong Yidong <cyd@stupidchicken.com>
8716
8717 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
8718 They are valid characters in URL paths (rfc3986), and at least
8719 Firefox does not understand the encoded version (Bug#3166).
8720
b2ad70b6
CY
87212010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
8722
8723 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
8724 (octave-block-begin-or-end-regexp, octave-block-match-alist):
8725 Add "end" keyword (Bug#3061).
b2ad70b6
CY
8726 (octave-end-as-array-index-p): New function.
8727 (calculate-octave-indent): Use it.
8728
54136282
KF
87292010-01-02 Karl Fogel <kfogel@red-bean.com>
8730
8731 * bookmark.el: Consistently put the text property on the bookmark name.
8732 (bookmark-bmenu-marks-width): Bump back to 2, to include
8733 annotation marks.
8734 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
8735 property on the bookmark name, instead of not putting it at all.
8736 (bookmark-bmenu-list): Fix where we put the text property.
8737
cc4d3cad
KF
87382010-01-02 Karl Fogel <kfogel@red-bean.com>
8739
8740 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
8741 for showing buffer modified state (as added in the previous change).
8742
b894c439
KF
87432010-01-02 Karl Fogel <kfogel@red-bean.com>
8744
8745 * bookmark.el: Show modified state of bookmark buffer more accurately.
8746 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
8747 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
8748 (with-buffer-modified-unmodified): New macro.
8749 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8750 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 8751 Use new macro to preserve the buffer modified state.
b894c439 8752
3a69db53
KF
87532010-01-02 Karl Fogel <kfogel@red-bean.com>
8754
4e5617ee 8755 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
8756 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
8757 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
8758 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
8759 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
8760 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
8761 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 8762
af414f10
EZ
87632010-01-02 Eli Zaretskii <eliz@gnu.org>
8764
4e5617ee
SM
8765 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8766 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 8767
f2ec0e5e
CY
87682010-01-02 Ryan Yeske <rcyeske@gmail.com>
8769
8770 * net/rcirc.el: Add follow-link binding (Bug#4738).
8771
38c1ba62
EZ
87722010-01-02 Eli Zaretskii <eliz@gnu.org>
8773
4e5617ee 8774 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
8775 (cvs-update): New target for backward compatibility.
8776
4e5617ee 8777 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
8778 (cvs-update): New target for backward compatibility.
8779
ea2c0f5b
KF
87802010-01-02 Karl Fogel <kfogel@red-bean.com>
8781
8782 * bookmark.el: Remove gratuitous gratitude.
8783
5ae329f4
KF
87842010-01-02 Karl Fogel <kfogel@red-bean.com>
8785
c4cc8b9a 8786 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
8787 (bookmark-bmenu-save): Clear buffer modification if no marks.
8788
87892010-01-02 Karl Fogel <kfogel@red-bean.com>
8790
8791 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
8792 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
8793 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
8794 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
8795
8796 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
8797 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
8798 To: emacs-devel {_AT_} gnu.org
8799 Subject: bookmark.el bug report
8800 Date: Mon, 28 Dec 2009 14:19:16 +0800
8801 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
8802
aef053eb
KF
88032010-01-02 Karl Fogel <kfogel@red-bean.com>
8804
8805 * bookmark.el: Improvements suggested by Drew Adams:
8806 (bookmark-bmenu-ensure-position): New name for
8807 `bookmark-bmenu-check-position'. Just ensure the position,
8808 don't return any meaningful value.
8809 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
8810 New constants.
8811
0472835f
JB
88122010-01-02 Juanma Barranquero <lekktu@gmail.com>
8813
8814 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
8815 (bookmark-yank-point, bookmark-bmenu-check-position):
8816 Fix typos in docstrings.
8817 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
8818 (bookmark-name-from-full-record, bookmark-get-position)
8819 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
8820 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
8821 Remove useless quoting of parenthesis, etc. in docstrings.
8822
8823 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
8824 (ediff-append-custom-diff): Fix typo in error message.
8825 (ediff-meta-mark-equal-files): Fix typos in messages.
8826
8827 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
8828
0472835f
JB
8829 * net/imap-hash.el (imap-hash-make): Doc fix.
8830 (imap-hash-test): Fix typo in error message; reflow docstring.
8831 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
8832 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
8833 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
8834 Fix typos in docstrings.
8835 (imap-hash-open-connection): Fix typo in error message.
8836
8837 * play/gomoku.el (gomoku): Fix typos in docstring.
8838
8839 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
8840 (gdb-jsonify-buffer): Fix typos in docstring.
8841 (gdb-goto-breakpoint): Fix typo in error message.
8842 ("Display Other Windows"): Fix typo in help message.
8843 (gdb-speedbar-expand-node): Fix typo in question.
8844
8845 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
8846 (idlwave-html-system-help-location, idlwave-html-help-location)
8847 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
8848 (idlwave-help-browser-generic-args, idlwave-help-directory)
8849 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
8850 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
8851 (idlwave-online-help, idlwave-help-html-link)
8852 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
8853 Fix typos in docstrings.
8854 (idlwave-help-with-source, idlwave-help-find-routine-definition):
8855 Reflow docstrings.
8856 (idlwave-help-assistant-start): Fix typo in error message.
8857
8858 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
8859 (octave-electric-space): Fix typos in docstrings.
8860
9bbe0828
CY
88612010-01-01 Chong Yidong <cyd@stupidchicken.com>
8862
8863 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
8864
a88c46c3
CY
88652010-01-01 Juri Linkov <juri@jurta.org>
8866
8867 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 8868 increase the default to 500 (Bug#5148).
a88c46c3 8869
7ee6c59b
NR
88702009-12-31 Nick Roberts <nickrob@snap.net.nz>
8871
8872 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
8873 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
8874 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
8875
a9c8a2cd
NR
88762009-12-30 Nick Roberts <nickrob@snap.net.nz>
8877
8878 Show working revision correctly for mercurial.
8879 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 8880 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 8881
659e4408
JB
88822009-12-29 Juanma Barranquero <lekktu@gmail.com>
8883
8884 Declare some functions for the byte-compiler.
8885 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
8886 (speedbar-timer-fn, speedbar-change-expand-button-char)
8887 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
8888
7ee6c59b
NR
88892009-12-29 Nick Roberts <nickrob@snap.net.nz>
8890
8891 This changeset reverts GDB Graphical Interface to use annotations.
8892 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
8893
460f6e7c
DN
88942009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8895
8896 Make vc-dir work on subdirectories of the bzr root.
8897 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
8898 file names relative to it.
8899 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
8900 relative directory to vc-bzr-after-dir-status.
8901
543f553a
TH
89022009-12-28 Tassilo Horn <tassilo@member.fsf.org>
8903
8904 * font-lock.el (font-lock-refresh-defaults): New function, which
8905 can be used to let font-lock react to external changes in
8906 variables like font-lock-defaults and keywords.
8907 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
8908
2592ab76
DN
89092009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
8910
ac859983
DN
8911 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
8912
2592ab76
DN
8913 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
8914
58941d03
JB
89152009-12-28 Juanma Barranquero <lekktu@gmail.com>
8916
8917 Supersede color.diff settings in git log (bug#5211).
8918
8919 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
8920 escape chars in its output when the user has color.diff set to `always'.
8921 This fix works on git 1.4.2 and newer (released on 2006-08-13).
8922
39764e76
KR
89232009-12-26 Kevin Ryde <user42@zip.com.au>
8924
8925 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
8926 node. Keep previous "Index" name to work with past coreutils too.
8927
91c4831e
KR
8928 * man.el (man): Revise docstring a bit to show -a and -l as
8929 examples. Add -k description since support for it has otherwise
8930 been a secret. (Further to bug#3717.)
651e932e
KR
8931 (Man-bgproc-sentinel): When "-k foo" produces no output show error
8932 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 8933 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 8934
7f4d4a97
MA
89352009-12-26 Michael Albinus <michael.albinus@gmx.de>
8936
8937 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
8938 switches. Check also for //SUBDIRED// line.
8939
bcffff46
KH
89402009-12-25 Kenichi Handa <handa@m17n.org>
8941
8942 * language/indian.el (devanagari-composable-pattern): Fixed to
8943 handle ZWNJ and ZWJ. Use it in composition-function-table for
8944 Devanagari.
8945 (malayalam-composable-pattern): Fix previous change.
8946
dc1dcfa4
VJL
89472009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8948
8949 * ps-print.el (ps-face-attributes): It was not returning the
8950 attribute face for faces specified as string. Reported by harven
80525855 8951 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
8952 (ps-print-version): New version 7.3.5.
8953
6fe539d2
UJ
89542009-12-18 Ulf Jasper <ulf.jasper@web.de>
8955
85626eef
SM
8956 * calendar/icalendar.el (icalendar--convert-tz-offset):
8957 Fix timezone names.
8958 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
8959 (icalendar--add-diary-entry): Remove the trailing blank that
8960 diary-make-entry inserts.
8961
1f3611c6
MA
89622009-12-17 Michael Albinus <michael.albinus@gmx.de>
8963
8964 Make `file-expand-wildcards' work for remote files.
8965
8966 * files.el (file-expand-wildcards): In case of remote files, check
8967 only local file name part for wildcards. Provide feature 'files
8968 and subfeature 'remote-wildcards. (Bug#5198)
8969
8970 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
8971 if there is already an established connection.
8972 (tramp-advice-file-expand-wildcards): Remove it.
8973
8974 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 8975 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
8976 Activate advice for older GNU Emacs versions. (Bug#5237)
8977
9762b219
JB
89782009-12-17 Juanma Barranquero <lekktu@gmail.com>
8979
8980 Some doc fixes (more needed).
8981
8982 * find-cmd.el (find-constituents): Reflow docstring.
8983 (find-cmd, find-prune, find-command): Fix typos in docstrings.
8984 (find-generic): Doc fix.
8985
cfb54897
JL
89862009-12-17 Juri Linkov <juri@jurta.org>
8987
8988 Fix regression from 23.1 to allow multiple modes in Local Variables.
8989
8990 * files.el (hack-local-variables-filter): While ignoring duplicates,
8991 don't take `mode' into account.
85626eef
SM
8992 (hack-local-variables-filter, hack-dir-local-variables):
8993 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 8994
ad974e9e
JL
89952009-12-17 Juri Linkov <juri@jurta.org>
8996
85626eef 8997 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
8998
8999 * dired-aux.el (dired-diff): Signal an error when `file' equals to
9000 `current' or when `file' is a directory of the `current' file.
9001
3616e0b9
AS
90022009-12-17 Andreas Schwab <schwab@linux-m68k.org>
9003
9004 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
9005 unconditionally preloaded files.
9006
72b57560
JL
90072009-12-16 Juri Linkov <juri@jurta.org>
9008
9009 Revert to old 23.1 logic of using the file at the mark as default.
9010 * dired-aux.el (dired-diff): Use the file at the mark as default
9011 if it's not the same as the current file, and the target dir is
9012 the current dir or the mark is active. Add the current file
9013 as the arg of `dired-dwim-target-defaults'. Use the default file
9014 in the prompt. (Bug#5225)
9015
68712eb6
MA
90162009-12-15 Michael Albinus <michael.albinus@gmx.de>
9017
9018 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
9019 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
9020 (tramp-check-for-regexp): Check also, when an echoing shell stops
9021 to echo sent commands.
9022
fd471993
CY
90232009-12-14 Chong Yidong <cyd@stupidchicken.com>
9024
9025 * Makefile.in: Revert last change (Bug#5191).
9026
86b5e14c
DN
90272009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
9028
9029 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
9030 (vc-hg-working-revision): Make sure the command is executed in a
9031 known environment so that we can parse the output. (Bug#4417)
86b5e14c 9032
8cffbb75
CY
90332009-12-14 Chong Yidong <cyd@stupidchicken.com>
9034
9035 * progmodes/python.el (python-symbol-completions): Remove text
9036 properties from symbol string before calling python-send-receive.
9037
6c2b67ad
NR
90382009-12-14 Nick Roberts <nickrob@snap.net.nz>
9039
9040 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 9041 when there are values for both file and line. (Bug#5060)
6c2b67ad 9042
ff6f4585
JL
90432009-12-14 Juri Linkov <juri@jurta.org>
9044
9045 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
9046 whitespace after the file name of the first line of unified format,
9047 because git-diff doesn't output whitespace and file modification time
9048 after the file name.
9049
d3de1c8e
JL
90502009-12-14 David Kastrup <dak@gnu.org>
9051
9052 * info.el (Info-hide-cookies-node): Before hiding a cookie,
9053 check if it already has the `display' property added by
9054 `Info-display-images-node', and not put the `invisible' property
9055 in this case.
9056
2f1b7dc4
GM
90572009-12-13 Glenn Morris <rgm@gnu.org>
9058
a0cefee5
GM
9059 * mail/emacsbug.el (message-sort-headers): Define for compiler.
9060 (report-emacs-bug): In message-mode, sort manually before storing
9061 original report text. (Bug#5178)
2f1b7dc4
GM
9062 Remove superfluous save-excursion.
9063
31bb373f
MA
90642009-12-12 Michael Albinus <michael.albinus@gmx.de>
9065
9066 * net/dbus.el (dbus-property-handler): Filter lambda forms out
9067 when responding to "GetAll" properties.
9068
5e1d4968
CY
90692009-12-12 Chong Yidong <cyd@stupidchicken.com>
9070
9071 * simple.el (compose-mail): Remove mail-setup-with-from from
9072 customization checks.
9073
097d86f9
EZ
90742009-12-12 Eli Zaretskii <eliz@gnu.org>
9075
9076 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
9077 RAR archives created on Unix systems.
9078
1d4adede
SM
90792009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
9080
9081 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
9082 the varalias that was accidentally removed by the 2009-11-19 change
9083 (bug#5186).
9084
3ff3655c
KH
90852009-12-12 Kenichi Handa <handa@m17n.org>
9086
9087 * language/indian.el (indian-compose-regexp): New function.
9088 (malayalam-composable-pattern): Fix the pattern.
9089 (composition-function-table): Set malayalam-composable-pattern for
9090 Malayalam characters.
9091
82d3343c
CY
90922009-12-11 Chong Yidong <cyd@stupidchicken.com>
9093
315eb96d
CY
9094 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
9095 rather than down-mouse-1, based on follow-link conventions.
9096
82d3343c
CY
9097 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
9098 are compiled.
9099
86a4c7ac
DN
91002009-12-11 Michael McNamara <mac@mail.brushroad.com>
9101
bf0b361c 9102 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
9103 (verilog-vmm-statement-re, verilog-ovm-statement-re)
9104 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
9105 (verilog-leap-to-head, verilog-backward-token):
9106 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
9107
91082009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
9109
bf0b361c
JB
9110 * progmodes/verilog-mode.el (verilog-auto-lineup)
9111 (verilog-nameable-item-re): Cleanup user-visible spelling and
9112 documentation errors. One reported by Gary Delp.
1d4adede 9113 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
9114 (verilog-read-decls): Fix AUTOWIRE with types declared in a
9115 package, bug195. Reported by Pierre-David Pfister.
9116
fe03f49a
GM
91172009-12-11 Glenn Morris <rgm@gnu.org>
9118
47641aac
GM
9119 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
9120
85094855
GM
9121 * mail/emacsbug.el: No longer require sendmail.
9122 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
9123 (report-emacs-bug-orig-text): Doc fix.
9124 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
9125 New local variables, to adapt to different mail-user-agents.
9126 (report-emacs-bug): Fix test for a gnu.org address.
9127 Use overlays for emphasis, since font-lock defeats 'face property.
9128 Pretest bugs also end up at the newsgroup these days.
9129 Stop message-mode stripping text properties.
9130 Set and use the new buffer-local variables.
9131 (report-emacs-bug-hook): Add doc-string.
9132 Remove some unnecessary save-excursions and simplify.
9133 Use the appropriate hook and send-command.
9134
fe03f49a
GM
9135 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
9136 capitalization of some menu entries.
9137
345427f0
VJL
91382009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9139
277e6741
MP
9140 * whitespace.el (whitespace-display-char-on):
9141 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
9142 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
9143 New version 12.1.
9144
c70ccbba
EZ
91452009-12-10 Eli Zaretskii <eliz@gnu.org>
9146
9147 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
9148 characters in the Attribute field.
9149
f1943c1b
DN
91502009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
9151
9152 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
9153
1c67aeaa
SM
91542009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
9155
9156 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
9157 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9158 Disregard autoload-excludes.
9159 (update-directory-autoloads): Obey autoload-excludes here instead.
9160 But don't store its contents in no-autoloads and remove entries that
9161 refer to excludes files.
9162
d8194864
GM
91632009-12-10 Glenn Morris <rgm@gnu.org>
9164
8c0171c0
GM
9165 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
9166 (expand-mail-aliases): Define for compiler.
9167
dba372dd
GM
9168 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
9169 Define for compiler.
9170
d8194864
GM
9171 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
9172 appropriate for the mail-user-agent in use.
9173
fe5facd3
MA
91742009-12-09 Michael Albinus <michael.albinus@gmx.de>
9175
9176 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
9177
99999a1d
DN
91782009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
9179
9180 Fix short log parsing and fontification.
9181 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
9182 Fix fontification for the [merge] label.
9183
2ea1c4aa
SM
91842009-12-09 Vivek Dasmohapatra <vivek@etla.org>
9185
85626eef 9186 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
9187 * htmlfontify.el (hfy-ignored-properties): New defcustom.
9188 (hfy-fontify-buffer): Use it.
9189
9840deb6
SM
91902009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
9191
a0d1aadf
SM
9192 Minor cleanup.
9193 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
9194 Adjust all callers.
9195 (ffap-locate-file): Remove unused arg `dir-ok' and make other
9196 args compulsory. Adjust callers.
9197 (ffap-gopher-at-point): Remove unused var `name'.
9198
9840deb6
SM
9199 Get rid of the ELCFILES abomination.
9200 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
9201 (compile-elcfiles): New phony target.
9202 (compile-main): Compute ELCFILES dynamically.
9203 (compile-clean): New target to remove left-over elc files.
9204 (compile, all): Use it.
9205
7eb3f9a8
KH
92062009-12-09 Kenichi Handa <handa@etlken>
9207
9208 * international/mule-diag.el: Require help-mode instead of help-fns.
9209
ae63e572
KH
92102009-12-09 Kenichi Handa <handa@m17n.org>
9211
5ce6e4f4 9212 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
9213 fine ranges instead of pre-calculating accurate ranges.
9214 Iterate with bigger gc-cons-threshold.
ae63e572 9215
e2f3c692
DN
92162009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
9217
9218 Add support for stashing a snapshot of the current tree.
9219 * vc-git.el (vc-git-stash-snapshot): New function.
9220 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
9221
cf6d0352
JB
92222009-12-08 Jose E. Marchesi <jemarch@gnu.org>
9223
9224 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
9225 instead of `(beginning|end)-of-line'.
9226
48e4acc9
GM
92272009-12-08 Glenn Morris <rgm@gnu.org>
9228
6e890faa
GM
9229 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
9230
48e4acc9
GM
9231 * Makefile.in (ELCFILES): Regenerate.
9232
d2a1dc7b
JL
92332009-12-07 Juri Linkov <juri@jurta.org>
9234
9235 Don't lazy-highlight the comint output in history Isearch mode.
9236
9237 * comint.el (comint-history-isearch-search): Instead of
9238 `comint-line-beginning-position', use `comint-after-pmark-p'
9239 to check if point if before the process mark, and go to
9240 `process-mark' in this case.
9241
51ef56c4
SM
92422009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9243
fb10ee4a
SM
9244 * textmodes/tex-mode.el (latex-complete)
9245 (latex-indent-or-complete): Remove.
9246 (latex-mode): Set completion-at-point-functions instead.
9247
9248 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
9249 * minibuffer.el (completion-at-point-functions): New var.
9250 (completion-at-point): New command.
fb10ee4a 9251 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
9252 * progmodes/python.el (python-mode-map): Use completion-at-point.
9253 (python-completion-at-point): Rename from python-partial-symbol and
9254 adjust for use in completion-at-point-functions.
9255 (python-mode): Setup completion-at-point for Python completion.
9256 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
9257 extracted from lisp-complete-symbol.
9258 (lisp-complete-symbol): Use it.
9259 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
9260 setup completion-at-point for Elisp completion.
fb10ee4a
SM
9261 (emacs-lisp-mode-map, lisp-interaction-mode-map):
9262 Use completion-at-point.
51ef56c4 9263 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 9264 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
9265 * progmodes/sym-comp.el: Move to...
9266 * obsolete/sym-comp.el: Move from progmodes.
9267
5e7a9022
EZ
92682009-12-07 Eli Zaretskii <eliz@gnu.org>
9269
9270 Prevent save-buffer in Rmail buffers from using the coding-system
9271 of the current message, and from clobbering the encoding mnemonics
9272 in the mode line (Bug#4623).
9273
9274 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
9275 flag, too.
9276 (rmail-message-encoding): New variable.
9277 (rmail-write-region-annotate): Record the encoding of the current
9278 message in rmail-message-encoding.
9279 (rmail-after-save-hook): New function, restores the encoding of
9280 the current message after the message collection is saved.
9281
9136e895
JL
92822009-12-07 Juri Linkov <juri@jurta.org>
9283
9284 * progmodes/grep.el (grep-read-files): Use `completing-read'
9285 instead of `read-string'. Set its `collection' arg to
9286 `read-file-name-internal'. (Bug#4301)
9287
40637410
JL
92882009-12-07 Juri Linkov <juri@jurta.org>
9289
9290 Correctly restore original Isearch point. (Bug#4994)
9291
9292 * isearch.el (isearch-mode): Move `isearch-push-state' after
9293 `(run-hooks 'isearch-mode-hook)'.
9294 (isearch-cancel): When `isearch-push-state-function' is defined,
9295 let-bind `isearch-cmds' to the first state (the last element of
9296 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
9297 function and restores the original point). Otherwise, move point
9298 to `isearch-opoint'.
9299
da10ce2b
SM
93002009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9301
9302 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
9303 chars that don't have names, so the table can be built much faster at
9304 run-time.
9305
3d68fa99
CY
93062009-12-07 Chong Yidong <cyd@stupidchicken.com>
9307
f82b1493
CY
9308 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
9309 change. Suggested by David Kastrup.
9310
3d68fa99
CY
9311 * simple.el (compose-mail): Check for incompatibilities and warn.
9312 (compose-mail-user-agent-warnings): New option.
9313
662c5698
DN
93142009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
9315
9316 Support showing a single log entry from vc-annotate.
9317 * vc.el (print-log): Add a new argument: START-REVISION.
9318 (vc-print-log-internal): Add a new optional argument and
9319 pass it to the backend.
9320 (vc-print-log, vc-print-root-log): Adjust callers.
9321 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
9322 buffer already displays the requested log entry, use it.
9323 Otherwise display only the log entry in question.
9324 * vc-svn.el (vc-svn-print-log):
e4070cdc 9325 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
9326 * vc-hg.el (vc-hg-state):
9327 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
9328 (vc-git-show-log-entry): Return t on success.
9329 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
9330 (vc-bzr-show-log-entry): Return t on success.
9331 * vc-rcs.el (vc-rcs-print-log):
9332 * vc-sccs.el (vc-sccs-print-log):
9333 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
9334
e4070cdc
GM
93352009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
9336
5ce6e4f4
JB
9337 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
9338 Add menus to the meta mode. (Bug#5043)
e4070cdc 9339
5ce6e4f4 93402009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
9341
9342 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 9343 event-key.
662c5698 9344
662c5698
DN
9345 * ediff.el (ediff-buffers-internal): Add unwind-protect.
9346
dab816a9
MA
93472009-12-07 Michael Albinus <michael.albinus@gmx.de>
9348
9349 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
9350 Berbain <raphael.berbain@gmail.com>.
9351
9352 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
9353 characters.
9354 (tramp-initial-end-of-output): New defconst.
9355 (tramp-methods, tramp-find-shell)
9356 (tramp-open-connection-setup-interactive-shell)
9357 (tramp-maybe-open-connection): Use it.
9358 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
9359 existence of `#' and `$'.
9360
9361 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
9362 `tramp-initial-end-of-output'.
9363
a91e1f6b
DN
93642009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
9365
9366 Get the background mode from the terminal for xterm, and set
9367 faces accordingly.
9368 * term/xterm.el (xterm-set-background-mode): New function.
9369 (terminal-init-xterm): Use it in case xterm supports background
9370 color queries. Recompute faces after getting the background
9371 color.
9372
5fa9d1ec
GM
93732009-12-07 Ulrich Mueller <ulm@gentoo.org>
9374
9375 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
9376 number comment back on its own line, for easier parsing.
9377
5e9fde5e
SM
93782009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9379
9380 Make it work for non-file buffers (bug#5102).
9381 * doc-view.el (doc-view-current-cache-dir):
9382 Use doc-view-buffer-file-name rather than buffer-file-name.
9383 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
9384
2f2f5242
CY
93852009-12-06 Óscar Fuentes <ofv@wanadoo.es>
9386
9387 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
9388 author field is too short.
9389
cebf8ec6
DN
93902009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
9391
5e9fde5e
SM
9392 * vc-git.el (vc-git-print-log): Handle a limit argument.
9393 Display the short log in graph form and with labels.
0d3f8a78
DN
9394 (vc-git-log-view-mode): Handle labels.
9395
cebf8ec6
DN
9396 Make vc-revert change VC state from 'added to 'unregistered.
9397 * vc-git.el (vc-git-revert): Call git reset first.
9398
8e39154d
UJ
93992009-12-06 Ulf Jasper <ulf.jasper@web.de>
9400
d8194864
GM
9401 * net/newst-backend.el, net/newst-plainview.el:
9402 * net/newst-reader.el, net/newst-ticker.el:
9403 * net/newst-treeview.el, net/newsticker.el:
9404 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 9405
ef187c24
CY
94062009-12-06 Chong Yidong <cyd@stupidchicken.com>
9407
238a0f3a
CY
9408 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
9409
2c6bb71a
CY
9410 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
9411 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
9412 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
9413 Update annotation regexp.
9414
ef187c24
CY
9415 * simple.el (beginning-of-visual-line): Constrain to field
9416 boundaries (Bug#5106).
9417
571855b6
UJ
94182009-12-06 Ulf Jasper <ulf.jasper@web.de>
9419
d8194864 9420 * xml.el (xml-substitute-numeric-entities): Move
571855b6 9421 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 9422 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
9423 * net/newst-backend.el (newsticker--parse-generic-feed)
9424 (newsticker--parse-generic-items)
d8194864 9425 (newsticker--decode-numeric-entities): Move
571855b6 9426 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 9427 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 9428
b857059c
CY
94292009-12-06 Daniel Colascione <dan.colascione@gmail.com>
9430
9431 * progmodes/js.el (js--js-not): Add null to the list of values.
9432
c2dae51b
CY
94332009-12-06 Chong Yidong <cyd@stupidchicken.com>
9434
d8194864 9435 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 9436
ed0f72d2
RW
94372009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9438
9439 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
9440 delimiter if it is at the end of the current line.
9441 (bibtex-generate-url-list): Fix docstring.
9442
365b9a62
SM
94432009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9444
9445 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
9446 minibuffer's content with itself.
9447 Fold the confirm-after-completion case into the `confirm' case.
9448 (completion-pcm-word-delimiters): Add : and / to the delimiters.
9449
990a9cb1
KR
94502009-12-06 Kevin Ryde <user42@zip.com.au>
9451
9452 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 9453 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 9454
8b5a10db 9455 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 9456 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 9457
065543e7
JL
94582009-12-05 Juri Linkov <juri@jurta.org>
9459
9460 Save and restore dired buffer's point positions too. (Bug#4880)
9461
9462 * dired.el (dired-save-positions): Return in the first element
9463 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
9464 Doc fix.
9465 (dired-restore-positions): First restore buffer's position.
9466 While restoring window's positions, check if window still displays
9467 the original buffer.
9468
503edac9
CY
94692009-12-05 Chong Yidong <cyd@stupidchicken.com>
9470
9a594ee6
CY
9471 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
9472 if possible.
9473
925f8c70
CY
9474 * shell.el (shell): Require ansi-color (Bug#5113).
9475
9476 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
9477
503edac9
CY
9478 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
9479
8fea6b33
AM
94802009-12-05 Alan Mackenzie <acm@muc.de>
9481
9482 * progmodes/cc-mode.el (c-before-hack-hook)
9483 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
9484 `c-file-style' to work again. This reversion restores the current
212c5aef 9485 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 9486
5d1fd962
CY
94872009-12-05 Kevin Ryde <user42@zip.com.au>
9488
9489 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
9490 comment-start-skip to comment-end-skip as comment (Bug#4781).
9491
30760c8b
JL
94922009-12-05 Juri Linkov <juri@jurta.org>
9493
9494 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
9495 for virtual nodes. (Bug#4147)
9496 (Info-find-node-2): Set `Info-current-node-virtual' to nil
9497 when moving from a virtual node.
9498 (Info-mode-menu): Add `Info-virtual-index' to the menu.
9499 (Info-mode): Add `Info-virtual-index' to the docstring.
9500
403111a8
RW
95012009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9502
9503 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
9504 track of the buffer position of the end of a BibTeX entry as this
9505 position may change during reformatting.
9506 (bibtex-format-entry): Remove whitespace before processing
9507 numerical fields so that we recognize the latter properly.
9508 (bibtex-reformat): Do not use push which changes the global value
9509 of bibtex-entry-format.
9510 (bibtex-field-braces-alist, bibtex-field-strings-alist)
9511 (bibtex-field-re-init): Replace only space characters by regexp
9512 for whitespace.
365b9a62 9513 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
9514 (bibtex-initialize): Also update bibtex-strings.
9515 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
9516 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
9517 Update bibtex-reference-keys.
403111a8 9518
25b54627
SM
95192009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9520
9521 * minibuffer.el (completion-pcm--merge-try): Also consider placing
9522 point after a star, if that's the only place where modifications can
9523 make progress.
9524
35639eb4
DN
95252009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
9526
9527 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
9528 in docstrings.
9529
8b78760b
JL
95302009-12-04 Juri Linkov <juri@jurta.org>
9531
9532 * proced.el (proced): Call `(proced-update t)' to update process
9533 information instead of only running proced-post-display-hook.
9534 (proced-send-signal): Add a leading space to the buffer name
9535 " *Marked Processes*" to make this buffer ephemeral.
9536
2b3489a7
JL
95372009-12-04 Juri Linkov <juri@jurta.org>
9538
9539 * dired.el (dired-auto-revert-buffer): New defcustom.
9540 (dired-internal-noselect): Use it.
9541
9b9debd1
JL
95422009-12-04 Juri Linkov <juri@jurta.org>
9543
9544 Change roles of modes and functions in image-mode.el (Bug#5062).
9545
9546 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
9547 in `auto-mode-alist'.
9548 (image-mode-previous-major-mode): New variable.
9549 (image-minor-mode-map): Rename from `image-mode-text-map'.
9550 (image-mode): Move graceful error-handling code from
9551 `image-minor-mode' to here. On errors call `image-mode-as-text'.
9552 (image-minor-mode): Remove all image-handling code.
9553 Replace `image-mode-text-map' with `image-minor-mode-map'.
9554 Check for `image-type' in mode-line format string.
9555 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
9556 (image-mode-as-text): New function with most code from
9557 `image-mode-maybe'.
9558 (image-toggle-display-text): Move code that removes image
9559 properties from `image-toggle-display' to here.
9560 (image-toggle-display-image): New function with code that adds
9561 image properties copied from `image-toggle-display'.
9562 (image-toggle-display): Remove most code with leaving only code
9563 that toggles between `image-mode-as-text' and `image-mode'.
9564
0c74a301
UJ
95652009-12-04 Ulf Jasper <ulf.jasper@web.de>
9566
9567 * net/newst-treeview.el
9568 (newsticker--treeview-list-highlight-start): Restored call to
9569 save-excursion: Selected item was stuck.
9570 (newsticker--treeview-list-select): New.
9571 (newsticker--treeview-item-show-text)
9572 (newsticker--treeview-item-show)
9573 (newsticker--treeview-item-update): Use new
9574 newsticker-treeview-item-mode.
9575 (newsticker-treeview-update): Keep current item.
9576 (newsticker-treeview-next-new-or-immortal-item): Doc change.
9577 (newsticker--treeview-first-feed): Doc change.
9578 (newsticker-treeview-list-menu)
9579 (newsticker-treeview-item-menu): Added menu entries.
9580 (newsticker-treeview-item-mode): New.
9581
5ce6e4f4 9582 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
9583 windows.
9584
9eaeec5b
SS
95852009-12-04 Sam Steingold <sds@gnu.org>
9586
9587 * log-view.el (log-view-mode-map): "q" calls quit-window,
9588 like in all the other non-self-insert buffers.
9589
b2bf5be5
SM
95902009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
9591
9592 Minor cleanup.
9593 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
9594 key decoding rather than do it manually via last-input-event +
9595 ascii-character.
9596 (term-exec): Use delete-and-extract-region.
9597 (term-handle-ansi-terminal-messages): Remove unused var `end'.
9598 (term-process-pager): Remove unused var `i'.
9599 (term-dynamic-simple-complete): Make obsolete.
9600 (serial-update-config-menu): Remove unused vars `y' and `str'.
9601 (term-update-mode-line): Remove unused var `temp'.
9602
46e5c897
DN
96032009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9604
9605 Limit the number of log entries displayed by default.
9606 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
9607 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
9608 using a prefix argument.
9609
627e0a14
GM
96102009-12-03 Glenn Morris <rgm@gnu.org>
9611
9612 * progmodes/idlwave.el (class): Restore still useful declaration.
9613
8578c224
AM
96142009-12-03 Alan Mackenzie <acm@muc.de>
9615
4abc318c 9616 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 9617
b2bf5be5
SM
9618 * progmodes/cc-mode.el (c-basic-common-init):
9619 Call c-state-cache-init.
9762b219 9620 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 9621 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 9622 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
9623
9624 * progmodes/cc-langs.el (c-before-font-lock-function):
9625 c-extend-and-neutralize-syntax-in-CPP has been renamed
9626 c-neutralize-syntax-in-and-mark-CPP.
9627
9628 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
9629 with `category' properties now, not `syntax-table' ones.
9630
9631 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
9632 enhanced (but slower) version of c-end-of-macro that won't land
9633 inside a literal or on another awkward character.
9634 (c-state-cache-too-far, c-state-cache-start)
9635 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
9636 (c-state-nonlit-pos-cache-limit, c-state-point-min)
9637 (c-state-point-min-lit-type, c-state-point-min-lit-start)
9638 (c-state-min-scan-pos, c-state-brace-pair-desert)
9639 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
9640 buffer local variables.
9641 (c-state-literal-at, c-state-lit-beg)
9642 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
9643 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
9644 (c-state-cache-top-paren, c-state-cache-after-top-paren)
9645 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
9646 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
9647 (c-renarrow-state-cache)
9648 (c-append-lower-brace-pair-to-state-cache)
9649 (c-state-push-any-brace-pair, c-append-to-state-cache)
9650 (c-remove-stale-state-cache)
9651 (c-remove-stale-state-cache-backwards, c-state-cache-init)
9652 (c-invalidate-state-cache-1, c-parse-state-1)
9653 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
9654 (c-parse-state): Enhance and refactor.
9655 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
9656
9657 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
9658 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
9659 modify to use category text properties rather than syntax-table ones.
9660 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
9661 to switch off/on the syntactic paren property of C++ template
9662 delimiters using the category property.
9663 (c-with-<->-as-parens-suppressed): Macro to invoke code with
9664 template delims suppressed.
9665 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
9666 New constant/macros which apply category properties to the start
9667 and end of preprocessor constructs.
b2bf5be5 9668 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
9669 "comment out" the syntactic value of characters in preprocessor
9670 constructs.
9671 (c-with-cpps-commented-out)
9672 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
9673 with characters in all or all but one preprocessor constructs
9674 "commented out".
9675
0d4dc442
RW
96762009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9677
9678 * proced.el (proced-filter-alist): Use regexp-quote.
9679
a09dc9bf
MA
96802009-12-03 Michael Albinus <michael.albinus@gmx.de>
9681
9682 Cleanup.
9683 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
9684 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
9685 arguments. Expand `default-directory'.
9686
9687 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
9688 the benefit of returning an expanded localname.
9689 (tramp-tramp-file-p): Handle the case NAME is not a string.
9690
3f6bd790
DN
96912009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9692
4dfb3b9c
DN
9693 Add support for bzr shelve/unshelve.
9694 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
9695 (vc-bzr-extra-menu-map): New variables.
9696 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
9697 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
9698 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
9699 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
9700 (vc-bzr-dir-extra-headers): Display shelves.
9701
3f6bd790
DN
9702 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
9703
842d73a1
SM
97042009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9705
9706 * textmodes/bibtex.el (bibtex-complete-internal):
9707 Use completion-in-region.
9708 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
9709
7fa4876f
DN
97102009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9711
9712 Support applying stashes. Improve UI.
9713 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
9714 (vc-git-stash-apply, vc-git-stash-pop)
9715 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
9716 (vc-git-stash-menu): New functions.
9717 (vc-git-stash-menu-map): New variable.
9718 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
9719
d6e82452
GM
97202009-12-03 Glenn Morris <rgm@gnu.org>
9721
9722 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
9723 (vc-print-log-internal): Fix previous change.
9724 (vc-revert): Correct pluralization.
9725
8d222148
SM
97262009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9727
ea52206b
SM
9728 * progmodes/make-mode.el (makefile-special-targets-list): No need for
9729 it to be an alist any more.
9730 (makefile-complete): Use completion-in-region.
9731
69a94a37
SM
9732 * progmodes/octave-mod.el (octave-complete-symbol):
9733 Use completion-in-region.
9734
8d222148
SM
9735 Misc cleanup.
9736 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
9737 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
9738 (idlwave-complete-class): Don't quote lambda.
9739 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
9740 (idlwave-mode-map): Move initialization into declaration.
9741 (idlwave-action-and-binding): Use backquotes.
9742 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
9743 Simplify.
9744 (idlwave-is-pointer-dereference): Remove unused var `pos'.
9745 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
9746 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
9747 `parts', and `all-parts'.
9748 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
9749 (idlwave-convert-xml-system-routine-info): Remove unused string
9750 `version-string'.
9751 (idlwave-display-user-catalog-widget): Use dolist.
9752 (idlwave-scanning-lib): Declare dynamically-scoped var.
9753 (idlwave-scan-library-catalogs): Remove unused var `flags'.
9754 (completion-highlight-first-word-only): Declare to silence bytecomp.
9755 (idlwave-popup-select): Tighten scope of `resp'.
9756 (idlwave-find-struct-tag): Remove unused var `beg'.
9757 (idlwave-after-load-rinfo-hook): Declare.
9758 (idlwave-sintern-class-info): Remove unused var `taglist'.
9759 (idlwave-find-class-definition): Remove unused var `list'.
9760 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
9761 (idlwave-what-module-find-class): Remove unused var `classes'.
9762
3bb8691b
JB
97632009-12-03 Juanma Barranquero <lekktu@gmail.com>
9764
9765 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
9766
f72f0c23
SM
97672009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9768
9769 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
9770 buffers visited. Remove redundant current-buffer-saving.
9771
601a9508
SM
97722009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9773
9774 Use completion-in-buffer and remove uses of dynamic scoping.
9775 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
9776 (pascal-buffer-to-use, pascal-flag): Don't declare.
9777 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
9778 (pascal-get-completion-decl, pascal-keyword-completion):
9779 Add `pascal-str' argument, save-excursion,
9780 return the found completions, and don't filter with pascal-pred.
9781 (pascal-completion-cache): New var.
9782 (pascal-completion): Don't switch buffer any more (it was never
9783 necessary). Don't save-excursion any more (it's done by the called
9784 subroutines). Use a cache to avoid redundant computations.
9785 Use complete-with-action rather than pascal-completion-response and
9786 let it apply the predicate as well.
9787 (pascal-complete-word): Use completion-in-buffer when
9788 pascal-toggle-completions is nil.
9789 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
9790 not used any more.
9791 (pascal-comp-defun): Don't change buffer any more.
9792 Use complete-with-action rather than pascal-completion-response and
9793 let it apply the predicate as well.
9794 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
9795 when neded.
9796
1ff4cb98
KH
97972009-12-02 Kenichi Handa <handa@m17n.org>
9798
9799 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
9800 shape for all Indic scripts.
9801
bb12edf1
SM
98022009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9803
9804 Use completion-in-buffer.
9805 * wid-edit.el (widget-field-text-end): New function.
9806 (widget-field-value-get): Use it.
9807 (widget-string-complete, widget-file-complete)
9808 (widget-color-complete): Use it and completion-in-region.
9809 (widget-complete): Don't narrow the buffer.
9810
5813f6ef
GM
98112009-12-02 Glenn Morris <rgm@gnu.org>
9812
c920f222
GM
9813 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
9814 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
9815 * mail/rmailsum.el: Replace all pop-to-buffer calls with
9816 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 9817
5813f6ef
GM
9818 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
9819 save-excursion with save-current-buffer.
9820 Widen before searching. (Bug#5093)
9821 (diary-list-sexp-entries): Remove superfluous save-excursion.
9822
34b1d750
GM
98232009-12-02 Michael Welsh Duggan <mwd@cert.org>
9824
9825 * woman.el (woman-make-bufname): Handle man-pages with "." in the
9826 name. (Bug#5038)
9827
b2d5f31a
GM
98282009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
9829
9830 * ido.el (ido-file-internal): Handle filenames at point that do
9831 not have a directory part. (Bug#5049)
9832
c710ac3c
JB
98332009-12-02 Juanma Barranquero <lekktu@gmail.com>
9834
9835 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
9836 (mpc-songs-jump-to, mpc-resume): Doc fixes.
9837
9946be46
SM
98382009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
9839
9840 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
9841 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
9842 any more.
9843
b08016f2
SM
98442009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9845
e7440df4
SM
9846 * comint.el (comint-insert-input): Ignore clicks to the right of
9847 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
9848
3bb8691b 9849 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
9850 terminate before setting up the major mode.
9851
f3b757f5
SM
9852 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
9853 in case.
9854
a2877f1d
SM
9855 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
9856 the last element.
9857
b08016f2
SM
9858 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
9859
782d6e30
GM
98602009-12-01 Glenn Morris <rgm@gnu.org>
9861
9862 * window.el (window--display-buffer-2): Fix previous changes.
9863
28f57f7e
CY
98642009-12-01 Chong Yidong <cyd@stupidchicken.com>
9865
9866 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
9867
c31a2fdc
GM
98682009-12-01 Glenn Morris <rgm@gnu.org>
9869
9870 * Makefile.in (ELCFILES): Add mpc.elc.
9871
e1ada222
SM
98722009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9873
9874 * mpc.el: New file.
9875
0c9ff2c5
GM
98762009-12-01 Glenn Morris <rgm@gnu.org>
9877
3689984f
GM
9878 * window.el (window-to-use): Define for compiler.
9879
3ab4308b
GM
9880 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
9881 consistent with others (no final period).
9882
0c9ff2c5
GM
9883 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
9884 (rmail-mime-show): Downcase the encoding. (Bug#5070)
9885
fb0c18ff
DN
98862009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
9887
9888 Make vc-print-log buttons work.
045b9da7 9889 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 9890
2ac7e73e
JB
98912009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
9892
9893 * savehist.el (savehist-autosave-interval): Allow setting to nil
9894 through customize. (Bug#5056)
9895
5237d741
JB
98962009-11-30 Juanma Barranquero <lekktu@gmail.com>
9897
9898 Fix references to jit-lock properties.
9899 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9900 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
9901 (perl-font-lock-special-syntactic-constructs):
9902 Quote jit-lock-defer-multiline property.
9903
379241fa
DN
99042009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
9905
9906 * vc-git.el (vc-git-registered): Call vc-git-root only once.
9907
054ae856
JL
99082009-11-30 Juri Linkov <juri@jurta.org>
9909
9910 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
9911 value `buffer' of `multi-isearch-next-buffer-current-function'.
9912 Use `(current-buffer)' when `buffer' is nil.
9913 (multi-isearch-next-buffer-from-list): Don't fallback to
9914 `(current-buffer)' when `buffer' is nil. (Bug#4947)
9915
67296dda
JL
99162009-11-30 Juri Linkov <juri@jurta.org>
9917
9918 * misearch.el (multi-isearch-read-buffers): Move canonicalization
9919 of buffers with `get-buffer' to `multi-isearch-buffers'.
9920 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9921 Canonicalize BUFFERS with `get-buffer'. Doc fix.
9922 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
9923 FILES with `expand-file-name' converting relative file names
9924 to absolute. Doc fix. (Bug#4727)
9925
c585bf32
JL
99262009-11-30 Juri Linkov <juri@jurta.org>
9927
9928 * misearch.el (multi-isearch-read-buffers)
9929 (multi-isearch-read-matching-buffers): New functions.
9930 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9931 Use them in the `interactive' spec. Doc fix.
9932 (multi-isearch-read-files, multi-isearch-read-matching-files):
9933 New functions.
9934 (multi-isearch-files, multi-isearch-files-regexp):
9935 Use them in the `interactive' spec. Doc fix. (Bug#4725)
9936
0a745733
JL
99372009-11-30 Juri Linkov <juri@jurta.org>
9938
9939 * doc-view.el (doc-view-continuous):
9940 Rename from `doc-view-continuous-mode'.
9941 (doc-view-menu): Move "Toggle display" to the top.
9942 Add submenu "Continuous" with radio buttons "Off"/"On"
9943 and "Save as Default".
9944 (doc-view-scroll-up-or-next-page)
9945 (doc-view-scroll-down-or-previous-page)
9946 (doc-view-next-line-or-next-page)
9947 (doc-view-previous-line-or-previous-page): Rename
9948 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
9949
1f9689eb
JL
99502009-11-30 Juri Linkov <juri@jurta.org>
9951
9952 * comint.el (comint-mode-map): Rebind `M-r' from
9953 `comint-previous-matching-input' to
9954 `comint-history-isearch-backward-regexp'.
9955 Unbind `M-s' to allow global key binding `M-s'.
9956 Add menu items for `comint-history-isearch-backward' and
9957 `comint-history-isearch-backward-regexp'. (Bug#3746)
9958
2952b1ae
JL
99592009-11-30 Juri Linkov <juri@jurta.org>
9960
9961 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
9962 For def=recenter, replace `recenter' with `recenter-top-bottom'
9963 that is called with `this-command' and `last-command' let-bound
9964 to `recenter-top-bottom'. When the last `def' was not `recenter',
9965 set `recenter-last-op' to nil. (Bug#4981)
9966
7a9547ca
SM
99672009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9968
20565545
SM
9969 Minor cleanup and simplification.
9970 * filecache.el (file-cache-add-directory)
9971 (file-cache-add-directory-recursively)
9972 (file-cache-add-from-file-cache-buffer)
9973 (file-cache-delete-file-regexp, file-cache-delete-directory)
9974 (file-cache-files-matching-internal, file-cache-display): Use dolist.
9975 (file-cache-temp-minibuffer-message): Delete function.
9976 (file-cache-minibuffer-complete): Use minibuffer-message instead.
9977
7a9547ca
SM
9978 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9979 Don't signal an error when bumping into EOB in tr, s, or y.
9980
08e968f3
JL
99812009-11-29 Juri Linkov <juri@jurta.org>
9982
9983 * startup.el (fancy-about-text): Fix wording of Guided Tour.
9984 (Bug#4960)
9985
9986 * descr-text.el (describe-char-unidata-list): Use lowercase name
9987 for "Unicode name" like in other tags.
9988
f8d170a4
JL
99892009-11-29 Juri Linkov <juri@jurta.org>
9990
9991 * ediff-util.el (ediff-minibuffer-with-setup-hook):
9992 New compatibility macro.
7a9547ca 9993 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 9994
0116abbd
JL
99952009-11-29 Juri Linkov <juri@jurta.org>
9996
9997 Add defcustom to define the cycling order of `recenter-top-bottom'.
9998 (Bug#4981)
9999
10000 * window.el (recenter-last-op): Doc fix.
10001 (recenter-positions): New defcustom.
10002 (recenter-top-bottom): Rewrite to use `recenter-positions'.
10003 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
10004
61eef560
MA
100052009-11-29 Michael Albinus <michael.albinus@gmx.de>
10006
10007 Improve integration of Tramp and ange-ftp in eshell.
10008
e4070cdc 10009 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
10010 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
10011 (eshell/sudo): Flatten args. Let-bind `default-directory'.
10012
10013 * eshell/esh-util.el (top): Require also Tramp when compiling.
10014 (eshell-directory-files-and-attributes): Check for FTP remote
10015 connection.
10016 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
10017 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
10018 (eshell-file-attributes): Handle ".". Return `entry'.
10019
10020 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
10021 (ange-ftp-directory-files-and-attributes)
10022 (ange-ftp-real-directory-files-and-attributes): New defuns.
10023
10024 * net/tramp.el (tramp-maybe-open-connection): Open the remote
10025 shell with "exec" when possible. This prevents trailing prompts
10026 in `start-file-process'.
10027
f5467d3f
SM
100282009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10029
21f49db9
SM
10030 Try and remove assumptions about point-min==1.
10031 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
10032 (rng-compute-mode-line-string): Show the validation percentage in
10033 terms of the narrowed text, not the widened text.
10034 (rng-do-some-validation): Don't catch internal errors when debugging.
10035 (rng-first-error): Simplify.
10036 (rng-after-change-function): Remove work around. AFAIK the bug has
10037 been fixed a while ago.
10038
26224faf
SM
10039 * image-mode.el (image-minor-mode): Exit more gracefully when the image
10040 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
10041
d7117720
SM
10042 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
10043
f5467d3f
SM
10044 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
10045 `cd' doesn't always do it for us (bug#5067).
10046
10047 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
10048 on 2009-10-25 as part of some other change (bug#5067).
10049
c5269f1c
SM
100502009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10051
62a258a7
SM
10052 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
10053 `suspicious'.
10054 (byte-compile-warnings): Use byte-compile-warning-types.
10055 (byte-compile-save-excursion): Warn about use of set-buffer right
10056 after save-excursion.
10057
c5269f1c
SM
10058 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
10059 the excursion as well.
10060
3ba30eb8
MA
100612009-11-27 Michael Albinus <michael.albinus@gmx.de>
10062
10063 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
10064 providing a Tramp related implementation of "su" and "sudo".
10065 (eshell-unix-initialize): Add "su" and "sudo".
10066
6c6f788d
DU
100672009-11-27 Daiki Ueno <ueno@unixuser.org>
10068
10069 * net/socks.el (socks-send-command): Convert binary request to
10070 unibyte before sending. This fixes mishandling of some port
10071 numbers such as 129.
10072
10c877fe
SM
100732009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10074
6f06a171
SM
10075 * help.el (describe-bindings-internal): Remove `interactive'.
10076
10c877fe
SM
10077 * man.el (Man-completion-table): Trim a terminating "(".
10078 Remove the space between name page a section.
10079 Add the command's description on the `help-echo' property.
c5269f1c
SM
10080 Remove `process-connection-type' binding since it's unused by
10081 call-process.
10c877fe
SM
10082 Provide completion for the "<section> <name>" format as well.
10083 (Man-default-man-entry): Remove spurious var shadowing the argument.
10084
c44a4822
KR
100852009-11-26 Kevin Ryde <user42@zip.com.au>
10086
10087 * log-view.el: Add "Keywords: tools", since its other keywords
10088 aren't in finder-known-keywords, and following vc.el.
10089
9d58f081
KR
10090 * sha1.el (sha1-string-external): default-directory "/" in case
10091 otherwise non-existent. process-connection-type pipe for touch of
10092 efficiency recommended by elisp manual. (An aside in Bug#3911.)
10093
72fe6b25
SM
100942009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10095
10096 Misc coding convention cleanups.
10097 * htmlfontify.el (hfy-init-kludge-hook): Rename from
10098 hfy-init-kludge-hooks.
10099 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
10100 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
10101 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
10102 and push.
10103 (hfy-slant, hfy-weight): Use tables rather than code.
10104 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
10105 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
10106 (hfy-face-attr-for-class): Initialize `face-spec' directly.
10107 (hfy-face-to-css): Remove `nconc' with single arg.
10108 (hfy-p-to-face-lennart): Use `or'.
10109 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
10110 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
10111 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
10112 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
10113 (hfy-force-fontification): Use run-hooks.
10114
85e0a536
SM
101152009-11-26 Vivek Dasmohapatra <vivek@etla.org>
10116
10117 Various minor fixes.
10118 * htmlfontify.el (hfy-default-header): Add toggle_invis since
10119 Javascript belongs in the header, not the body.
10120 (hfy-javascript): Remove.
10121 (hfy-fontify-buffer): Don't insert it any more.
10122 (hfy-face-at): Handle (face0 face1 face2) style face properties.
10123 Fix bug in invis handling when there were no invis props in a chunk.
10124
62ccc42c
SM
101252009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10126
10127 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
10128
2643c7aa
DN
101292009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
10130
10131 * finder.el (finder-mode-map): Add a menu.
10132
0e5c8aed
DN
101332009-11-26 Michael McNamara <mac@mail.brushroad.com>
10134
bf0b361c 10135 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
10136 "unsigned" structs.
10137
10138 (verilog-leap-to-head, verilog-backward-token): Handle "disable
10139 fork" statement better.
10140
101412009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
10142
bf0b361c
JB
10143 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
10144 (verilog-delete-auto, verilog-delete-empty-auto-pair)
10145 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
10146 Reported by Clay Douglass.
0e5c8aed
DN
10147
10148 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c
SM
10149 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
10150 Fix removing "// Interfaces" when saving .* expansions. Reported by
0e5c8aed
DN
10151 Pierre-David Pfister.
10152
7629c4e7
GM
101532009-11-26 Glenn Morris <rgm@gnu.org>
10154
62ccc42c
SM
10155 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
10156 the scope.
7629c4e7 10157
a5d358f8
JB
101582009-11-25 Johan Bockgård <bojohan@gnu.org>
10159
10160 * vc-annotate.el (vc-annotate-revision-previous-to-line):
10161 Really use previous revision.
10162
002cbde5
KR
101632009-11-25 Kevin Ryde <user42@zip.com.au>
10164
10165 * man.el (Man-completion-table): default-directory "/" in case
10166 doesn't otherwise exist. process-environment COLUMNS=999 so as
10167 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
10168 any chance of hitting the pseudo-tty TIOCGWINSZ.
10169 (man): completion-ignore-case t for friendliness and since man
10170 itself is case-insensitive on the command line.
10171 Further to Bug#3717.
002cbde5 10172
8cb5ffe8
KR
10173 * arc-mode.el: Add "Keywords: files", so the details in its
10174 commentary can be reached from finder-by-keyword.
34607612
KR
10175 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
10176 editing mode, but it's comms related and sgml-mode.el has "comm"
10177 on that basis too.
b8dfcf54 10178 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
10179 * international/isearch-x.el, international/ja-dic-cnv.el:
10180 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 10181 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 10182
1e2d9ba1
JL
101832009-11-25 Juri Linkov <juri@jurta.org>
10184
10185 * man.el (Man-completion-table): Modify regexp to include
10186 section names to completion strings. (Bug#3717)
10187
a601d313
JL
101882009-11-25 Juri Linkov <juri@jurta.org>
10189
10190 Search recursively in gzipped files. (Bug#4982)
10191
10192 * progmodes/grep.el (grep-highlight-matches): Add new options
10193 `always' and `auto'. Doc fix.
10194 (grep-process-setup): Check `grep-highlight-matches' for
10195 `auto-detect' to determine the need to compute grep defaults.
10196 Move Windows/DOS specific --colors settings handling
10197 to `grep-compute-defaults'. Check `grep-highlight-matches'
10198 to get the value of "--color=".
10199 (grep-compute-defaults): Compute `grep-highlight-matches' when it
10200 has the value `auto-detect'. Move Windows/DOS specific settings
10201 from `grep-process-setup'.
10202 (zrgrep): New command with alias `rzgrep'.
10203
bde04ea9
JL
102042009-11-25 Juri Linkov <juri@jurta.org>
10205
10206 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
10207 to nil instead of switching off view-mode. (Bug#4896)
10208
7d6b4d3c
JL
102092009-11-25 Juri Linkov <juri@jurta.org>
10210
10211 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
10212
10213 * mwheel.el (mwheel-scroll-up-function)
10214 (mwheel-scroll-down-function): New defvars.
10215 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
10216 `scroll-up', and `mwheel-scroll-down-function' instead of
10217 `scroll-down'.
10218
10219 * doc-view.el (doc-view-scroll-up-or-next-page)
10220 (doc-view-scroll-down-or-previous-page): Add optional ARG.
10221 Use this ARG in the call to image-scroll-up/image-scroll-down.
10222 Change `interactive' spec to "P". Goto next/previous page only
10223 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
10224 SPC/DEL case). Doc fix.
10225 (doc-view-next-line-or-next-page)
10226 (doc-view-previous-line-or-previous-page): Rename arg to ARG
10227 for consistency.
10228 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
10229 `doc-view-scroll-up-or-next-page', and buffer-local
10230 `mwheel-scroll-down-function' to
10231 `doc-view-scroll-down-or-previous-page'.
10232
e237085f
JL
102332009-11-25 Juri Linkov <juri@jurta.org>
10234
10235 Provide additional default values (directories at other Dired
10236 windows) via M-n in the minibuffer of some Dired commands.
10237
10238 * dired-aux.el (dired-diff, dired-compare-directories)
10239 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
10240 `minibuffer-default' in `minibuffer-with-setup-hook'.
10241 (dired-dwim-target-directory): Find a window that displays Dired
10242 buffer instead of failing when the next window is not Dired.
10243 Use `get-window-with-predicate' to find for the next Dired window.
10244 (dired-dwim-target-defaults): New function.
10245
10246 * ediff-util.el (ediff-read-file-name):
10247 Use `dired-dwim-target-defaults' to set `minibuffer-default'
10248 in `minibuffer-with-setup-hook'.
10249
7d371eac
JL
102502009-11-25 Juri Linkov <juri@jurta.org>
10251
10252 Provide additional default values (file name at point or at the
10253 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
10254
10255 * minibuffer.el (read-file-name-defaults): New function.
10256 (read-file-name): Reset `minibuffer-default' to nil when
10257 it duplicates initial input `insdef'.
10258 Bind `minibuffer-default-add-function' to lambda that
10259 calls `read-file-name-defaults' in `minibuffer-selected-window'.
10260 (minibuffer-insert-file-name-at-point): New command.
10261
10262 * files.el (file-name-at-point-functions): New defcustom.
10263 (find-file-default): Remove defvar.
10264 (find-file-read-args): Don't use `find-file-default'.
10265 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
10266 to `read-file-name'.
10267 (find-file-literally): Use `read-file-name' with
10268 `confirm-nonexistent-file-or-buffer'.
10269
10270 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
10271
10272 * dired.el (dired-read-dir-and-switches):
10273 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
10274 to `read-file-name'.
10275 (dired-file-name-at-point): New function.
10276 (dired-mode): Add hook `dired-file-name-at-point' to
10277 `file-name-at-point-functions'.
10278
04ae543a
SM
102792009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
10280
10281 Really make the *Completions* window soft-dedicated (bug#5030).
10282 * window.el (window--display-buffer-2): Add `dedicated' argument.
10283 (display-buffer): Pass it when needed so the dedicated flag is set
10284 after calling set-window-buffer, which would otherwise reset it.
10285
eb708e66
SM
102862009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
10287
d6b8d4e7
SM
10288 * progmodes/meta-mode.el (meta-complete-symbol):
10289 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
10290 * mail/mailabbrev.el (mail-abbrev-complete-alias):
10291 Use completion-in-region.
10292
5f24557b
SM
10293 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
10294 (dabbrev-completion): Use completion-in-region.
10295 (dabbrev--abbrev-at-point): Simplify regexp.
10296
fe4346f0
SM
10297 * abbrev.el (abbrev--before-point): Use word-motion functions
10298 if :regexp is not specified (bug#5031).
10299
cb190d7d
SM
10300 * subr.el (string-prefix-p): New function.
10301
e2ec6dd5
SM
10302 * man.el (Man-completion-cache): New var.
10303 (Man-completion-table): Use it.
10304
eb708e66
SM
10305 * vc.el (vc-print-log-internal): Make `limit' optional for better
10306 compatibility (e.g. with vc-annotate.el).
10307
4cf8971b
KR
103082009-11-24 Kevin Ryde <user42@zip.com.au>
10309
eb708e66 10310 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 10311 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 10312
4cf8971b
KR
10313 * emacs-lisp/elint.el (elint-add-required-env): Better error message
10314 when .el source file not found or other error.
10315
d204c46c
SM
103162009-11-24 Markus Triska <markus.triska@gmx.at>
10317
10318 * linum.el (linum-update-window): Ignore intangible (bug#4996).
10319
bb301b9a
SM
103202009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
10321
449c27f0
SM
10322 Handle the [back] button properly (bug#4979).
10323 * descr-text.el (describe-text-properties): Add a `buffer' argument.
10324 Use help-setup-xref, help-buffer, and with-help-window.
10325 (describe-char): Add `buffer' argument.
10326 Pass proper command to help-setup-xref. Don't meddle with
10327 help-xref-stack-item directly.
10328 (describe-text-category): Use with-help-window and help-buffer.
10329
32fe5377
SM
10330 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
10331 for the displayed buffer (bug#4887).
10332
bb301b9a
SM
10333 * man.el (Man-completion-table): New function.
10334 (man): Use it.
10335
35179414
DR
103362009-11-24 David Reitter <david.reitter@gmail.com>
10337
bb301b9a 10338 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
10339 .git is) rather than the file's directory and a relative path spec
10340 to work around a bug in git.
10341
605a20a9
MA
103422009-11-24 Michael Albinus <michael.albinus@gmx.de>
10343
10344 Improve handling of processes on remote hosts.
10345
10346 * eshell/esh-util.el (eshell-path-env): New defvar.
10347 (eshell-parse-colon-path): New defun.
10348 (eshell-file-attributes): Use `eshell-parse-colon-path'.
10349
bb301b9a
SM
10350 * eshell/esh-ext.el (eshell-search-path):
10351 Use `eshell-parse-colon-path'.
605a20a9
MA
10352 (eshell-remote-command): Remove argument HANDLER.
10353 (eshell-external-command): Check for FTP remote connection.
10354
bb301b9a
SM
10355 * eshell/esh-proc.el (eshell-gather-process-output):
10356 Use `file-truename', in order to start also symlinked files.
10357 Apply `start-file-process' instead of `start-process'.
10358 Shorten `command' to the local file name part.
605a20a9 10359
bb301b9a
SM
10360 * eshell/em-cmpl.el (eshell-complete-commands-list):
10361 Use `eshell-parse-colon-path'.
605a20a9
MA
10362
10363 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
10364
10365 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
10366 to `eshell-directory-change-hook'.
10367
d1d33062
TH
103682009-11-24 Tassilo Horn <tassilo@member.fsf.org>
10369
10370 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 10371 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 10372
a34d8565 103732009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 10374
a34d8565
MK
10375 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
10376 made on 2009-11-22.
d1d33062 10377
c83b8d1b
GM
103782009-11-24 Glenn Morris <rgm@gnu.org>
10379
10380 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
10381 deleted variable bookmark-bmenu-bookmark-column.
10382
83505cfe
SM
103832009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
10384
10385 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
10386
5241b291
CY
103872009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
10388
10389 * net/browse-url.el (browse-url-filename-alist): On Windows, add
10390 two slashes to the "file:" prefix.
10391 (browse-url-file-url): De-munge Cygwin filenames before passing
10392 them to Windows browser.
10393 (browse-url-default-windows-browser): Use call-process.
10394
aefcadb6
JL
103952009-11-23 Juri Linkov <juri@jurta.org>
10396
10397 Implement DocView Continuous mode. (Bug#4896)
10398 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
10399 (doc-view-mode-map): Bind C-n/<down> to
10400 `doc-view-next-line-or-next-page', C-p/<up> to
10401 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
10402 (doc-view-next-line-or-next-page)
10403 (doc-view-previous-line-or-previous-page): New commands.
10404
0d62bcea
JL
104052009-11-23 Juri Linkov <juri@jurta.org>
10406
10407 Implement Isearch in comint input history. (Bug#3746)
10408 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
10409 `isearch-mode-hook'.
10410 (comint-history-isearch): New defcustom.
10411 (comint-history-isearch-backward)
10412 (comint-history-isearch-backward-regexp): New commands.
10413 (comint-history-isearch-message-overlay): New buffer-local variable.
10414 (comint-history-isearch-setup, comint-history-isearch-end)
10415 (comint-goto-input, comint-history-isearch-search)
10416 (comint-history-isearch-message, comint-history-isearch-wrap)
10417 (comint-history-isearch-push-state)
10418 (comint-history-isearch-pop-state): New functions.
10419
b593f105
MA
104202009-11-23 Michael Albinus <michael.albinus@gmx.de>
10421
10422 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
10423 return.
10424 (tramp-handle-make-symbolic-link)
10425 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
10426 Quote file names.
10427 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
10428 (tramp-handle-process-file): Use it.
10429
0f202d5d
SM
104302009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10431
10432 * window.el (move-to-window-line-last-op): Remove.
10433 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
10434
216349f8
SM
104352009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
10436
0f202d5d 10437 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
10438 * window.el (move-to-window-line-last-op): New var.
10439 (move-to-window-line-top-bottom): New command.
10440 (global-map): Bind M-r move-to-window-line-top-bottom.
10441
c10e0633
GM
104422009-11-23 Sven Joachim <svenjoac@gmx.de>
10443
10444 * dired-x.el (dired-guess-shell-alist-default):
10445 Support xz format. (Bug#4953)
10446
953e0c1a
GM
104472009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
10448
10449 * emulation/viper-cmd.el: Use viper-last-command-char instead of
10450 last-command-char/last-command-event.
10451 (viper-prefix-arg-value): Do correct conversion of event-char for
10452 XEmacs.
10453
83505cfe
SM
10454 * emulation/viper-util.el, emulation/viper.el:
10455 Use viper-last-command-char instead of
10456 last-command-char/last-command-event.
953e0c1a 10457
83505cfe
SM
10458 * ediff-init.el, ediff-mult.el, ediff-util.el:
10459 Replace last-command-char and last-command-event
10460 with (ediff-last-command-char) everywhere.
953e0c1a
GM
10461
10462 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
10463 created in fundamental mode.
10464
10465 * ediff.el (ediff-version): Revert the change of interactive-p to
10466 called-interactively-p.
10467
9ee12eee
TH
104682009-11-22 Tassilo Horn <tassilo@member.fsf.org>
10469
10470 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
10471 generation from word-movement command names.
10472
8b571bf3
JD
104732009-11-21 Jan Djärv <jan.h.d@swipnet.se>
10474
10475 * cus-start.el (all): Add native condition for font-use-system-font.
10476
4121db47
AM
104772009-11-21 Nathaniel Flath <flat0103@gmail.com>
10478
83505cfe
SM
10479 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10480 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 10481
d71f5e0c
TH
104822009-11-21 Tassilo Horn <tassilo@member.fsf.org>
10483
10484 * progmodes/subword.el: Rename from lisp/subword.el.
10485
10486 * subword.el: Rename to progmodes/subword.el.
10487
10488 * Makefile.in (ELCFILES): Adapt to subword.el move.
10489
fc9d6ad6 104902009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 10491 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
10492
10493 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
10494 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
10495 (bookmark-bmenu-show-filenames): Use push.
10496 (bookmark-bmenu-hide-filenames): Use local var instead of
10497 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
10498 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
10499 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
10500 filenames now that the bookmark names are always available.
10501
26d9285f
SM
105022009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10503
10504 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
10505 (bookmark-search-pattern): Move and leave unbound.
10506 (bookmark-bmenu-mode-map): Change binding.
10507 (bookmark-read-search-input): Simplify.
10508 Don't use text-char-description. Don't error on non-char events.
10509 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
10510 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
10511 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
10512 Use a local var for the timer.
10513 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
10514 (i.e. bookmark-bmenu-search).
10515
d73a0317
GM
105162009-11-21 Glenn Morris <rgm@gnu.org>
10517
10518 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
10519
e572025f
CY
105202009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
10521
26d9285f
SM
10522 * net/browse-url.el (browse-url-default-windows-browser):
10523 Use cygstart for cygwin.
e572025f 10524
6aeaa3dc
KF
105252009-11-20 Karl Fogel <karl.fogel@red-bean.com>
10526
e4070cdc 10527 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
10528 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
10529 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 10530 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
10531 (bookmark-read-search-input): Adjust to fit within 80 columns.
10532
a9b76eec
TH
105332009-11-20 Tassilo Horn <tassilo@member.fsf.org>
10534
10535 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
10536 (c-backward-into-nomenclature): Adapt to subword renaming.
10537
10538 * subword.el (subword-forward, subword-backward, subword-mark)
10539 (subword-kill, subword-backward-kill, subword-transpose)
10540 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
10541 (subword-forward-internal, subword-backward-internal):
10542 Rename from forward-subword, backward-subword, mark-subword,
10543 kill-subword, backward-kill-subword, transpose-subwords,
10544 downcase-subword, upcase-subword, capitalize-subword,
10545 forward-subword-internal, backward-subword-internal.
a9b76eec 10546
1e7d4475
SM
105472009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10548
26d9285f
SM
10549 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
10550 New options.
1e7d4475
SM
10551 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
10552 New vars.
10553 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
10554 (bookmark-bmenu-filter-alist-by-regexp)
10555 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
10556 (bookmark-bmenu-search): New command.
10557 (bookmark-bmenu-mode-map): Bind it.
10558
653d1554
TH
105592009-11-20 Tassilo Horn <tassilo@member.fsf.org>
10560
ab84bfa0
TH
10561 * progmodes/cc-cmds.el: declare-functioned forward-subword and
10562 backward-subword to quit the byte-compiler.
10563
1f35fda9
TH
10564 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
10565
10566 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
10567
653d1554 10568 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
10569 (c-forward-into-nomenclature, c-backward-into-nomenclature):
10570 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
10571
10572 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
10573 subword.el functions instead of cc-subword.el.
10574
1e7d4475
SM
10575 * progmodes/cc-subword.el: Rename to subword.el.
10576 * subword.el: Rename from progmodes/cc-subword.el.
10577 (subword-mode-map): Rename from c-subword-mode-map.
10578 (subword-mode): Rename from c-subword-mode.
653d1554 10579 (global-subword-mode): New global minor mode.
1e7d4475
SM
10580 (forward-subword): Rename from c-forward-subword.
10581 (backward-subword): Rename from c-backward-subword.
10582 (mark-subword): Rename from c-mark-subword.
10583 (kill-subword): Rename from c-kill-subword.
10584 (backward-kill-subword): Rename from c-backward-kill-subword.
10585 (transpose-subwords): Rename from c-tranpose-subword.
10586 (downcase-subword): Rename from c-downcase-subword.
10587 (capitalize-subword): Rename from c-capitalize-subword.
10588 (forward-subword-internal): Rename from c-forward-subword-internal.
10589 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 10590
9717f119
DN
105912009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
10592
8de724f3
DN
10593 * vc.el (vc-deduce-fileset): Allow non-state changing operations
10594 from a dired buffer.
10595 (vc-dired-deduce-fileset): New function.
10596 (vc-root-diff, vc-print-root-log): Use it.
10597
9717f119
DN
10598 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
10599 nil LIMIT argument to vc-print-log-internal.
10600
af4999b8
GM
106012009-11-20 Glenn Morris <rgm@gnu.org>
10602
10603 * Makefile.in (ELCFILES): Regenerate.
10604
b58edcb6
JB
106052009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
10606
02e1b488
SM
10607 * calc/calc.el (calc-set-mode-line):
10608 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
10609 (math-format-number): Rename `math-format-complement-signed' to
10610 `math-format-twos-complement'.
10611
02e1b488 10612 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
10613 math-format-complement-signed.
10614 (calc-radix): Rename `calc-complement-signed-mode' to
10615 `calc-twos-complement-mode'.
02e1b488
SM
10616 (calc-octal-radix, calc-hex-radix): Add an argument for
10617 two's complement.
b58edcb6 10618
02e1b488
SM
10619 * calc/calc-embed.el (calc-embedded-mode-vars):
10620 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 10621
02e1b488
SM
10622 * calc/calc-ext.el (calc-init-extensions):
10623 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
10624 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
10625
02e1b488
SM
10626 * calc/calc-units.el (math-build-units-table-buffer):
10627 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
10628
10629 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
10630 entries.
10631
10632 * calc/calc-vec.el (calcFunc-vunpack):
10633 * calc/calc-aent.el (calc-do-calc-eval):
10634 * calc/calc-forms.el (math-format-date):
10635 * calc/calc-graph.el (calc-graph-plot):
10636 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
10637 * calc/calccomp.el (math-compose-expr):
10638 Let `calc-twos-complement-mode' be nil.
10639
106402009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10641
10642 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
10643 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
10644 * minibuffer.el (completion-in-region-functions): New hook.
10645 (completion-in-region): New function.
10646 * emacs-lisp/lisp.el (lisp-complete-symbol):
10647 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 10648
e3353a78
SM
106492009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10650
eff77808
SM
10651 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
10652 (latex-complete-alist): New vars.
10653 (latex-string-prefix-p, latex-complete-bibtex-keys)
10654 (latex-complete-envnames, latex-complete-refkeys)
10655 (latex-complete-data): New functions.
10656 (latex-complete, latex-indent-or-complete): New commands.
10657
d2c9fc42
SM
10658 * window.el (display-buffer-mark-dedicated): New var.
10659 (display-buffer): Obey it.
10660 * minibuffer.el (minibuffer-completion-help): Use it.
10661
31a1c477
SM
10662 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
10663
bed4c972
SM
10664 * filecache.el (file-cache-add-file): Use push and cons.
10665 (file-cache-delete-file-regexp): Use push.
10666 (file-cache-complete): Use completion-in-region.
10667
8c22699f
SM
10668 * simple.el (with-wrapper-hook): Fix thinko.
10669
e3353a78
SM
10670 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
10671 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
10672 Use with-current-buffer and string-to-number.
10673 (hfy-fallback-colour-values): Use assoc-string.
10674 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
10675 (hfy-face-at): Remove unused var `found-face'.
10676 (hfy-compile-stylesheet): Remove unused var `css'.
10677 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
10678 and `orig-buffer'.
10679 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
10680 Use with-current-buffer.
10681 (hfy-text-p): Use expand-file-name and fewer setq.
10682
acca02b0
SM
106832009-11-19 Vivek Dasmohapatra <vivek@etla.org>
10684
10685 * htmlfontify.el, hfy-cmap.el: New files.
10686
042b7cc6
JL
106872009-11-19 Juri Linkov <juri@jurta.org>
10688
10689 * minibuffer.el (completions-format): New defcustom.
10690 (completion--insert-strings): Implement vertical format.
10691
10692 * simple.el (switch-to-completions): Move point to the first
10693 completion when point was at the beginning of the buffer.
10694
da205913
JL
106952009-11-19 Juri Linkov <juri@jurta.org>
10696
10697 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
10698
10699 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
10700
0b8ee421
CY
107012009-11-19 Chong Yidong <cyd@stupidchicken.com>
10702
10703 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
10704 (mail-signature): Change default to t.
10705 (mail-from-style): Deprecate `system-default' value.
10706 (mail-insert-from-field): For default value of mail-from-style,
10707 default to `angles' unless `angles' needs quoting and `parens'
10708 does not.
10709 (mail-citation-prefix-regexp): Use citation regexp from
10710 message-mode.
10711
4265deab
MA
107122009-11-19 Michael Albinus <michael.albinus@gmx.de>
10713
acca02b0
SM
10714 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
10715 Set variables for computing the prompt for reading password.
4265deab 10716
27cacd2d
GM
107172009-11-19 Glenn Morris <rgm@gnu.org>
10718
470bce7d
GM
10719 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
10720
7e705a1d
GM
10721 * textmodes/flyspell.el (sgml-lexical-context): Declare.
10722
27cacd2d
GM
10723 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
10724 (newsticker-treeview-listwindow-height): Fix custom type.
10725
b2f0be0f
KH
107262009-11-19 Kenichi Handa <handa@m17n.org>
10727
10728 * descr-text.el (describe-char-padded-string): Compose with TAB
10729 only if there's a font for CH.
02e1b488 10730 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 10731
03446045 107322009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
10733
10734 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 10735 more accurate version of the regexp. (Bug#3910)
b96337b0 10736
03446045 107372009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
10738
10739 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
10740
e0620570
JB
107412009-11-18 Juanma Barranquero <lekktu@gmail.com>
10742
10743 * font-setting.el (font-use-system-font): Declare for byte-compiler.
10744 (font-setting-change-default-font): Fix typo in docstring.
10745
6cc6582e
AM
107462009-11-18 Alan Mackenzie <acm@muc.de>
10747
10748 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
10749
dfb3c4c6
JD
107502009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10751
02e1b488 10752 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
10753
10754 * cus-start.el (all): ... to here.
10755
e268e987
MA
107562009-11-17 Michael Albinus <michael.albinus@gmx.de>
10757
10758 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
10759 Don't set `ad-return-value' if `ad-do-it' doesn't.
10760
303ffde8
MA
10761 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
10762 modification time.
10763
637fa988
JD
107642009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10765
10766 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 10767 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
10768
10769 * loadup.el: If feature system-font-setting or font-render-setting is
10770 there, load font-setting.
10771
02e1b488 10772 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
10773 * font-setting.el: New file.
10774
1d16a255
GM
107752009-11-17 Glenn Morris <rgm@gnu.org>
10776
10777 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
10778
2d84f804
GM
10779 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
10780 Preserve point in the list buffer. (Bug#4939)
10781 Use point-at-eol.
10782 (newsticker--treeview-list-update-highlight)
10783 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
10784
14467b99
JB
107852009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10786
10787 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
10788 Remove.
10789
10790 * calc/calc-ext.el (calc-init-extensions): Remove references to
10791 symclip.
10792
10793 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
10794
10795 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 10796 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
10797 `calc-symclip'.
10798
e3c39c01
KR
107992009-11-16 Kevin Ryde <user42@zip.com.au>
10800
02e1b488 10801 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 10802 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 10803
497de631
KR
10804 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
10805 (lm-keywords-list): Allow comma-only separator like "foo,bar".
10806 Ignore trailing spaces by omit-nulls to split-string (fixing
10807 regression from Emacs 21 due to the incompatible split-string
14467b99 10808 change). (Bug #4928.)
497de631 10809
48b27575
DN
108102009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
10811
5237d741 10812 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
10813 (vc-print-log-internal): Insert buttons to request more entries
10814 when limiting the output.
10815
10816 * vc-sccs.el (vc-sccs-print-log):
10817 * vc-rcs.el (vc-rcs-print-log):
10818 * vc-cvs.el (vc-cvs-print-log):
10819 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
10820 LIMIT is non-nil.
10821
d3e97185
MA
108222009-11-16 Michael Albinus <michael.albinus@gmx.de>
10823
10824 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
10825 error when `tramp-gvfs-dbus-event-vector' is set.
10826 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
10827
68d87786
SM
108282009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10829
10830 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
10831
c0a39702
MA
108322009-11-16 Michael Albinus <michael.albinus@gmx.de>
10833
10834 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 10835 (dbus-register-property): Register the handlers of
c0a39702
MA
10836 "org.freedesktop.DBus.Properties" for SERVICE.
10837 (dbus-property-handler): Fix docstring.
10838
1e857121
YM
108392009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10840
10841 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
10842 Quote doc string reference in defvaralias as it is not in special form.
10843 (byte-compile-output-docform): Doc fix.
10844
887484c1
JB
108452009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10846
10847 * calc/calc.el (math-2-word-size, math-half-2-word-size)
10848 (calc-complement-signed-mode): New variables.
10849 (calc-set-mode-line): Add indicator for twos-complements.
10850 (math-format-number): Format twos-complement notation.
10851
10852 * calc/calc-bin.el (calc-word-size): Reset the variables
10853 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
10854 (math-format-complement-signed, math-symclip, calcFunc-symclip)
10855 (calc-symclip): New functions.
887484c1
JB
10856
10857 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
10858
68d87786
SM
10859 * calc/calc-embed.el (calc-embedded-mode-vars):
10860 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
10861
10862 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 10863 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
10864
10865 * calc/calc-ext.el (math-read-number-fancy): Read complement
10866 signed numbers.
68d87786
SM
10867 (calc-init-extensions): Add binding for `calc-symclip'.
10868 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
10869
10870 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
10871 `calc-symclip'.
68d87786 10872 (calc-modes-menu): Add item for twos complement mode.
887484c1 10873
5237d741 10874 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 10875
4cf1d7e3
CY
108762009-11-15 Chong Yidong <cyd@stupidchicken.com>
10877
10878 * register.el (jump-to-register, insert-register): Handle Semantic
10879 tags. From commented-out advice in semantic/senator.el.
10880
f8e65267
DN
108812009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10882
6616006b
DN
10883 * vc.el (vc-log-show-limit): New variable.
10884 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
10885 when using a prefix argument.
10886 (vc-print-log-internal): Add new argument LIMIT.
10887
10888 * vc-svn.el (vc-svn-print-log):
10889 * vc-mtn.el (vc-mtn-print-log):
10890 * vc-hg.el (vc-hg-print-log):
10891 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 10892 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
10893 non-optional.
10894
10895 * vc-sccs.el (vc-sccs-print-log):
10896 * vc-rcs.el (vc-rcs-print-log):
10897 * vc-git.el (vc-git-print-log):
10898 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
10899 ignore it. Make the BUFFER argument non-optional
10900
f8e65267
DN
10901 * bindings.el (mode-line-buffer-identification): Do not purecopy.
10902
0566c4bc
CY
109032009-11-15 Chong Yidong <cyd@stupidchicken.com>
10904
7cce3c91
CY
10905 * dired.el (dired-mode-map): Move encryption items to "Operate"
10906 menu (Bug#4703).
10907
d7063de9
CY
10908 * strokes.el (strokes-update-window-configuration): Make strokes
10909 buffer current before erasing (Bug#4906).
10910
0fc10137
JL
109112009-11-15 Juri Linkov <juri@jurta.org>
10912
10913 * simple.el (set-mark-default-inactive): Add :type, :group
10914 and :version. (Bug#4876)
10915
f5fce4ec
MA
109162009-11-15 Michael Albinus <michael.albinus@gmx.de>
10917
10918 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
10919 (archive-unique-fname): ... here. (Bug#4929)
10920
8d720a00
SM
109212009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10922
589888fe
SM
10923 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
10924 with a real fix.
10925
8d720a00
SM
10926 * novice.el (disabled-command-function): Add useful args.
10927 Setup the help buffer so that [back] works.
10928 Remove redundant call to help-mode.
10929 (disabled-command-function): Use `case'.
10930 (en/disable-command): New function extracted from enable-command.
10931 (enable-command, disable-command): Use it.
10932
a61344d6
GM
109332009-11-14 Glenn Morris <rgm@gnu.org>
10934
497f0cdd
GM
10935 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
10936 constants. (Bug#4913)
10937
a61344d6
GM
10938 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
10939
d501801e
GM
109402009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
10941
10942 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
10943 defined in C that have no doc-strings. (Bug#1063)
10944
5af27ac2
GM
109452009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
10946
10947 * cus-edit.el (data, files):
10948 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
10949
aec5395b
CY
109502009-11-14 Chong Yidong <cyd@stupidchicken.com>
10951
e7791447
CY
10952 * simple.el (shell-command): Doc fix (Bug#4891).
10953
aec5395b
CY
10954 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
10955
7a41cd7f
GM
109562009-11-14 Glenn Morris <rgm@gnu.org>
10957
c3583c94
GM
10958 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
10959 statements for vc-diff, emerge-quit, and rmail-cease-edit.
10960 If they are already loaded, eval-after-load will do the right thing.
10961
73900d1f
GM
10962 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
10963 compiling.
10964
0028351d
GM
10965 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
10966
f6714ede
GM
10967 * simple.el (x-selection-owner-p): Declare.
10968 (read-mail-command): Use custom radio type rather than choice.
10969 (completion-no-auto-exit): Doc fix.
10970
7a41cd7f 10971 * custom.el (defgroup):
5af27ac2 10972 * epg-config.el (epg): Doc fixes.
7a41cd7f 10973
2d0659ec
DN
109742009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10975
10976 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
10977 * international/ccl.el (define-ccl-program): Do not purecopy the
10978 docstring, defconst does it anyway.
10979
7fdbcd83
SM
109802009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10981
d499c5b9
SM
10982 * add-log.el (add-change-log-entry): Avoid displaying the changelog
10983 a second time.
10984
7fdbcd83
SM
10985 * x-dnd.el (x-dnd-maybe-call-test-function):
10986 * window.el (split-window-vertically):
10987 * whitespace.el (whitespace-help-on):
10988 * vc-rcs.el (vc-rcs-consult-headers):
10989 * userlock.el (ask-user-about-lock-help)
10990 (ask-user-about-supersession-help):
10991 * type-break.el (type-break-force-mode-line-update):
10992 * time-stamp.el (time-stamp-conv-warn):
10993 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 10994 (te-sentinel, terminal-emulator):
7fdbcd83
SM
10995 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
10996 (term-write-input-ring, term-check-source, term-start-output-log):
10997 (term-display-buffer-line, term-dynamic-list-completions):
10998 (term-ansi-make-term, serial-term):
10999 * subr.el (selective-display):
11000 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
11001 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
11002 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
11003 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
11004 (speedbar-remove-localized-speedbar-support)
11005 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
11006 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
11007 (speedbar-buffers-line-directory):
11008 * simple.el (shell-command-on-region, append-to-buffer)
11009 (prepend-to-buffer):
11010 * shadowfile.el (shadow-save-todo-file):
11011 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
11012 (scroll-bar-maybe-set-window-start):
11013 * sb-image.el (speedbar-image-dump):
11014 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
11015 (load-save-place-alist-from-file):
11016 * ps-samp.el (ps-print-message-from-summary):
11017 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
11018 (ps-background-image, ps-begin-job, ps-do-despool):
11019 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
11020 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
11021 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
11022 (pr-call-process, pr-file-list, pr-interface-save):
11023 * novice.el (disabled-command-function)
11024 (enable-command, disable-command):
11025 * mouse.el (mouse-buffer-menu-alist):
11026 * mouse-copy.el (mouse-kill-preserving-secondary):
11027 * macros.el (kbd-macro-query):
11028 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
11029 * informat.el (batch-info-validate):
11030 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
11031 * hippie-exp.el (try-expand-dabbrev-visible):
11032 * help-mode.el (help-make-xrefs):
11033 * help-fns.el (describe-variable):
11034 * generic-x.el (bat-generic-mode-run-as-comint):
11035 * finder.el (finder-mouse-select):
11036 * find-dired.el (find-dired-sentinel):
11037 * filesets.el (filesets-file-close):
11038 * files.el (list-directory):
11039 * faces.el (list-faces-display, describe-face):
11040 * facemenu.el (list-colors-display):
11041 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
11042 * epg.el (epg--process-filter, epg-cancel):
11043 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
11044 (epa--read-signature-type):
11045 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
11046 (emerge-file-names):
11047 * ehelp.el (electric-helpify):
11048 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
11049 * ediff-vers.el (rcs-ediff-view-revision):
11050 * ediff-util.el (ediff-setup):
11051 * ediff-mult.el (ediff-append-custom-diff):
11052 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
11053 (ediff-wordify):
11054 * echistory.el (Electric-command-history-redo-expression):
11055 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11056 * disp-table.el (describe-display-table):
11057 * dired.el (dired-find-buffer-nocreate):
11058 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
11059 * dabbrev.el (dabbrev--same-major-mode-p):
11060 * chistory.el (list-command-history):
11061 * apropos.el (apropos-documentation):
11062 * allout.el (allout-obtain-passphrase):
11063 (allout-copy-exposed-to-buffer):
11064 (allout-verify-passphrase): Use with-current-buffer.
11065
2ccbc060
GM
110662009-11-13 Glenn Morris <rgm@gnu.org>
11067
11068 * Makefile.in (ELCFILES): Regenerate.
11069
b172ed20
MA
110702009-11-13 Michael Albinus <michael.albinus@gmx.de>
11071
7fdbcd83
SM
11072 * net/dbus.el (dbus-registered-objects-table): Rename from
11073 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
11074 (dbus-unregister-object): Unregister also properties.
11075 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
11076 Use a timeout of 500 msec, in order to not block.
11077 (dbus-register-property, dbus-property-handler): New defuns.
11078
e96d62cd
SM
110792009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
11080
11081 * simple.el (minibuffer-default-add-completions): Drop deprecated
11082 4th arg.
11083
14bd267d
EZ
110842009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
11085
e96d62cd
SM
11086 * textmodes/artist.el (artist-mouse-choose-operation):
11087 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 11088 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
11089 (artist-compute-up-event-key): New function.
11090 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
11091
bf89fd7b
KH
110922009-11-13 Kenichi Handa <handa@m17n.org>
11093
11094 * language/japan-util.el: Make sure that the value of jisx0208
11095 property is jisx0208 character.
11096
f70b8925
DN
110972009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
11098
11099 * international/mule.el (auto-coding-regexp-alist): Only purecopy
11100 car or each item, not the whole list.
11101
4d93a9e0
SM
111022009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
11103
11104 * minibuffer.el (minibuffer-completion-help):
11105 Use minibuffer-hide-completions.
11106
05404988
SM
111072009-11-12 Per Starbäck <per@starback.se> (tiny change)
11108
11109 * dired.el (dired-save-positions, dired-restore-positions): New funs.
11110 (dired-revert): Use them (bug#4880).
11111
5297bc10
DN
111122009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
11113
11114 * tooltip.el (tooltip-frame-parameters): Undo previous change.
11115
e2685eb7
JL
111162009-11-12 Juri Linkov <juri@jurta.org>
11117
11118 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
11119 New functions.
11120 (find-file-literally-at-point): Alias of `ffap-literally'.
11121
76410c3e
DN
111222009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
11123
6d341a2a
DN
11124 * textmodes/ispell.el (ispell-skip-region-alist):
11125 * textmodes/css-mode.el (auto-mode-alist):
11126 * progmodes/compile.el (auto-mode-alist):
11127 * international/mule.el (ctext-non-standard-encodings-alist)
11128 (ctext-non-standard-encodings-regexp):
11129 * simple.el (shell-command-switch, text-read-only):
11130 * replace.el (occur-mode-map):
11131 * paths.el (rmail-file-name):
11132 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
11133 * find-file.el (ff-special-constructs):
11134 * files.el (file-name-handler-alist):
11135 * composite.el: Purecopy strings.
11136
76410c3e
DN
11137 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
11138
aaa448c9
DN
111392009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
11140
11141 * widget.el (define-widget): Purecopy the docstring.
11142 * international/mule-cmds.el (charset): Do not purecopy the
11143 docstring here, define-widget does it.
11144
11145 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
11146 * textmodes/bibtex-style.el (auto-mode-alist):
11147 * progmodes/inf-lisp.el (inferior-lisp-prompt):
11148 * progmodes/compile.el (compile-command):
11149 * language/korea-util.el (default-korean-keyboard):
11150 * international/mule-conf.el (file-coding-system-alist):
11151 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
11152 * tooltip.el (tooltip-frame-parameters):
11153 * newcomment.el (comment-end, comment-padding):
11154 * dired.el (dired-trivial-filenames):
11155 * comint.el (comint-file-name-prefix): Purecopy initial values.
11156
bbe650fd
MA
111572009-11-11 Michael Albinus <michael.albinus@gmx.de>
11158
11159 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
11160 (tramp-advice-minibuffer-electric-tilde): Unload advices via
11161 `tramp-unload'.
11162 (tramp-advice-make-auto-save-file-name)
11163 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
11164 after removing the advice.
11165
6bdad9ae
DN
111662009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
11167
2f7f4bee
DN
11168 * progmodes/grep.el (grep-regexp-alist):
11169 * international/mule-cmds.el (iso-2022-control-alist):
11170 * emacs-lisp/timer.el (timer-duration-words):
11171 * subr.el (version-separator, version-regexp-alist):
11172 * minibuffer.el (completion-styles-alist):
11173 * faces.el (face-attribute-name-alist, list-faces-sample-text):
11174 Change defvars to defconsts.
11175
a042de45
DN
11176 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
11177 * loadup.el ("international/mule-conf"): Load the byte compiled version.
11178 * international/mule-conf.el: Allow to be byte compiled.
11179
3b6acc72
DN
11180 * international/mule.el (define-charset): Purecopy props.
11181 (load-with-code-conversion): Purecopy doc string and file name.
11182 (put-charset-property): Purecopy strings.
11183 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
11184
1c2efdfb 11185 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
11186 (define-char-code-property): Correctly purecopy the table.
11187
62591911
DN
11188 * international/ccl.el (define-ccl-program): Purecopy the docstring.
11189
8b908da6
DN
11190 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
11191
ff917d63
DN
11192 * subr.el (add-hook): Purecopy strings.
11193 (eval-after-load): Purecopy load-history-regexp and the form.
11194
af89cf77
DN
11195 * custom.el (custom-declare-group): Purecopy load-file-name.
11196
a3c20c83 11197 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
11198 * net/eudc.el (eudc-tools-menu):
11199 * international/mule-cmds.el (set-coding-system-map)
11200 (mule-menu-keymap):
11201 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11202 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
11203 * replace.el (occur-mode-map):
11204 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 11205 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
11206 (menu-bar-custom-menu, menu-bar-showhide-menu)
11207 (menu-bar-options-menu, menu-bar-tools-menu)
11208 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
11209 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
11210 (menu-bar-help-menu):
11211 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
11212 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
11213
6bdad9ae
DN
11214 * term/x-win.el (x-gtk-stock-map):
11215 * progmodes/vera-mode.el (auto-mode-alist):
11216 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
11217 (inferior-lisp-program, inferior-lisp-load-command):
11218 * progmodes/hideshow.el (hs-special-modes-alist):
11219 * progmodes/gud.el (same-window-regexps):
11220 * progmodes/grep.el (grep-program, find-program, xargs-program):
11221 * net/telnet.el (same-window-regexps):
11222 * net/rlogin.el (same-window-regexps):
11223 * language/ethiopic.el (font-ccl-encoder-alist):
11224 * vc-sccs.el (vc-sccs-master-templates):
11225 * vc-rcs.el (vc-rcs-master-templates):
11226 * subr.el (cl-assertion-failed):
11227 * simple.el (next-error-overlay-arrow-position):
11228 * lpr.el (lpr-command):
11229 * locate.el (locate-ls-subdir-switches):
11230 * info.el (same-window-regexps, info)
11231 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
11232 * image-mode.el (image-mode, auto-mode-alist):
11233 * hippie-exp.el (hippie-expand-ignore-buffers):
11234 * format.el (format-alist):
11235 * find-dired.el (find-ls-subdir-switches, find-grep-options)
11236 (find-name-arg):
11237 * facemenu.el (facemenu-keybindings):
11238 * dired.el (dired-listing-switches, dired-chown-program):
11239 * diff.el (diff-switches, diff-command):
11240 * cus-edit.el (same-window-regexps):
11241 * bindings.el (mode-line-mule-info)
11242 (mode-line-buffer-identification): Purecopy strings.
11243
e0987650
JL
112442009-11-11 Juri Linkov <juri@jurta.org>
11245
3570691b 11246 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
11247 Tell the byte-compiler about dired-get-filename.
11248 (shell-command): In Dired mode, get filename from the current line
11249 as the default value.
11250
b16ff465
GM
112512009-11-10 Glenn Morris <rgm@gnu.org>
11252
e8a11b22
GM
11253 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
11254 * calendar/holidays.el, progmodes/cperl-mode.el:
11255 Update x-popup-menu declarations.
11256
b16ff465
GM
11257 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
11258 (list-load-path-shadows): Use dolist.
11259 (list-load-path-shadows): Use with-current-buffer.
11260
032c3399
JL
112612009-11-10 Juri Linkov <juri@jurta.org>
11262
11263 * minibuffer.el (read-file-name): Support a list of default values
11264 in `default-filename'. Use the first file name where only one
11265 element is required. Doc fix.
11266
8fb1629f
MA
112672009-11-09 Michael Albinus <michael.albinus@gmx.de>
11268
11269 * net/dbus.el (dbus-unregister-object): Release service, if no
11270 other method is registered for it.
11271
a51203ee 112722009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
11273
11274 * bookmark.el (bookmark-completing-read): Sort bookmark names if
11275 bookmark-sort-flag is non-nil (Bug#4653).
11276
9bf7dc8a
CY
112772009-11-08 Chong Yidong <cyd@stupidchicken.com>
11278
15207e74
CY
11279 * emulation/cua-base.el: Add CUA property to some CC mode commands
11280 (Bug#4100).
11281
8bf7ed70
KR
112822009-11-08 Kevin Ryde <user42@zip.com.au>
11283
11284 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 11285 at end of sentence (Bug#4818).
8bf7ed70 11286
951802d0
CY
112872009-11-08 Jared Finder <jfinder@crypticstudios.com>
11288
11289 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11290 Handle "see declaration of" MSFT statements (Bug#4100).
11291
e8244310
MA
112922009-11-08 Michael Albinus <michael.albinus@gmx.de>
11293
11294 * net/tramp.el (tramp-advice-make-auto-save-file-name)
11295 (tramp-advice-file-expand-wildcards): Unload via
11296 `ad-remove-advice'.
11297
11298 * net/trampver.el: Update release number.
11299
a51203ee 113002009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
11301
11302 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
11303 `ad-do-it'.
11304
a51203ee 113052009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
11306
11307 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
11308 in order to keep context in SELinux.
11309
bedd8a58
CY
113102009-11-08 Chong Yidong <cyd@stupidchicken.com>
11311
11312 * dired-aux.el (dired-query): Place cursor in echo area and allow
11313 C-g.
11314
11315 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
11316 menu item if not on a directory (Bug#4701).
11317
0484d600
MA
113182009-11-07 Michael Albinus <michael.albinus@gmx.de>
11319
11320 Sync with Tramp 2.1.17.
11321
11322 * net/tramp.el (tramp-handle-copy-directory): Don't use
11323 `file-remote-p' (due to compatibility).
11324
11325 * net/tramp-compat.el (tramp-compat-copy-directory)
11326 (tramp-compat-delete-directory): New defuns.
11327
11328 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
11329 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
11330 `tramp-compat-delete-directory'.
11331
11332 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5ce6e4f4 11333 (tramp-smb-handle-delete-directory): Use
0484d600
MA
11334 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
11335
11336 * net/trampver.el: Update release number.
11337
b42b2189
CY
113382009-11-07 Chong Yidong <cyd@stupidchicken.com>
11339
6960d7b9
CY
11340 * tar-mode.el (tar-copy): Call write-region on the right buffer
11341 (Bug#4857).
11342
b42b2189
CY
11343 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
11344 by hand, if necessary (Bug#4878).
11345
0ad57dfd
CY
113462009-11-06 Chong Yidong <cyd@stupidchicken.com>
11347
d19e23ae
CY
11348 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
11349 align size column (Bug#4839).
11350
0ad57dfd
CY
11351 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
11352 statement.
11353
0b7f397c
DN
113542009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
11355
11356 * progmodes/ld-script.el (auto-mode-alist):
11357 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
11358
11359 * cus-face.el (custom-declare-face): Purecopy face spec.
11360
495bd5ca
KH
113612009-11-06 Kenichi Handa <handa@m17n.org>
11362
11363 * international/uni-bidi.el: Re-generated.
11364 * international/uni-category.el: Re-generated.
11365 * international/uni-combining.el: Re-generated.
11366 * international/uni-mirrored.el: Re-generated.
11367
1e8780b1
DN
113682009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
11369
11370 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
11371 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
11372 (tex-start-options, slitex-run-command, latex-run-command)
11373 (tex-run-command, tex-directory):
11374 * textmodes/ispell.el (ispell-html-skip-alists)
11375 (ispell-tex-skip-alists, ispell-tex-skip-alists):
11376 * textmodes/fill.el (adaptive-fill-first-line-regexp):
11377 (adaptive-fill-regexp):
11378 * textmodes/dns-mode.el (auto-mode-alist):
11379 * progmodes/python.el (interpreter-mode-alist):
11380 * progmodes/etags.el (tags-compression-info-list):
11381 * progmodes/etags.el (tags-file-name):
11382 * net/browse-url.el (browse-url-galeon-program)
11383 (browse-url-firefox-program):
11384 * mail/sendmail.el (mail-signature-file)
11385 (mail-citation-prefix-regexp):
11386 * international/mule-conf.el (eight-bit):
11387 * international/latexenc.el (latex-inputenc-coding-alist):
11388 * international/fontset.el (x-pixel-size-width-font-regexp):
11389 * emacs-lisp/warnings.el (warning-type-format):
11390 * emacs-lisp/trace.el (trace-buffer):
11391 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
11392 (emacs-lisp-mode-map):
11393 * calendar/holidays.el (holiday-solar-holidays)
11394 (holiday-bahai-holidays, holiday-islamic-holidays)
11395 (holiday-christian-holidays, holiday-hebrew-holidays)
11396 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
11397 (hebrew-holidays-1, holiday-oriental-holidays)
11398 (holiday-general-holidays):
11399 * x-dnd.el (x-dnd-known-types):
11400 * tool-bar.el (tool-bar):
11401 * startup.el (site-run-file):
11402 * shell.el (shell-dumb-shell-regexp):
11403 * rfn-eshadow.el (file-name-shadow-tty-properties)
11404 (file-name-shadow-properties):
11405 * paths.el (remote-shell-program, news-directory):
11406 * mouse.el ([C-down-mouse-3]):
11407 * menu-bar.el (menu-bar-tools-menu):
11408 * jka-cmpr-hook.el (jka-compr-load-suffixes)
11409 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
11410 (jka-compr-compression-info-list):
11411 * isearch.el (search-whitespace-regexp):
11412 * image-file.el (image-file-name-extensions):
11413 * find-dired.el (find-ls-option):
11414 * files.el (directory-listing-before-filename-regexp)
11415 (directory-free-space-args, insert-directory-program)
11416 (list-directory-brief-switches, magic-fallback-mode-alist)
11417 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
11418 (automount-dir-prefix):
11419 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
11420 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
11421 (face-font-registry-alternatives, face-font-registry-alternatives)
11422 (face-font-family-alternatives):
11423 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
11424 (facemenu-foreground-menu, facemenu-face-menu):
11425 * epa-hook.el (epa-file-name-regexp):
11426 * dnd.el (dnd-protocol-alist):
11427 * textmodes/rst.el (auto-mode-alist):
a51203ee 11428 * button.el (default-button): Purecopy strings.
1e8780b1 11429
0adae11f
GM
114302009-11-06 Glenn Morris <rgm@gnu.org>
11431
11432 * Makefile.in (ELCFILES): Update.
11433
2adaf057
SM
114342009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
11435
8f72f03c
SM
11436 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
11437 * emacs-lisp/levents.el: Move to obsolete/levents.el.
11438
2adaf057
SM
11439 * nxml/xsd-regexp.el (xsdre-gen-categories):
11440 * nxml/xmltok.el (xmltok-parse-entity):
11441 * nxml/rng-parse.el (rng-parse-validate-file):
11442 * nxml/rng-maint.el (rng-format-manual)
11443 (rng-manual-output-force-new-line):
11444 * nxml/rng-loc.el (rng-save-schema-location-1):
11445 * nxml/rng-cmpct.el (rng-c-parse-file):
11446 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
11447 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
11448
14862301
SM
114492009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
11450
bf0b361c 11451 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
11452 Remove extra save-excursions and make-variable-buffer-local's.
11453 Suggested by Stefan Monnier.
11454
11455 (verilog-getopt-file, verilog-module-inside-filename-p)
11456 (verilog-set-define): Merge GNU 1.35 and repair changes from
11457 switching to using with-current-buffer.
11458
11459 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
11460 being treated as a number and confusing AUTORESET.
11461 Reported by Dan Dever.
11462
11463 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
11464 Add verilog-auto-ignore-concat to fix backward compatibility with
11465 older verilog-modes. Reported by Dan Katz.
11466
11467 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
11468 containing closing anchors "...$".
11469
11470 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
11471 Reported by Wade Smith.
11472
48c2d18a 11473 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
11474
114752009-11-05 Michael McNamara <mac@mail.brushroad.com>
11476
bf0b361c
JB
11477 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
11478 for labels.
14862301
SM
11479
11480 (verilog-label-re, verilog-calc-1): Support proper indent of named
11481 asserts.
11482
11483 (verilog-backward-token, verilog-basic-complete-re)
11484 (verilog-beg-of-statement, verilog-indent-re): Support proper
11485 indent of the assert statement at the beginning of a block of text.
11486
11487 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
11488 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
11489 tokens as begins.
11490
4f8f657f
GM
114912009-11-05 Glenn Morris <rgm@gnu.org>
11492
775adc51
GM
11493 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
11494 Emacs 19. (Bug#1531)
11495 (byte-compile-fix-header): Update for the above change.
11496 Drop test for epoch::version.
11497
4ad6a5e7 11498 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
11499 * cus-dep.el (custom-make-dependencies):
11500 * finder.el (finder-compile-keywords):
11501 Use autoload-rubric's feature argument.
4ad6a5e7 11502
4f8f657f
GM
11503 * calendar/diary-lib.el (top-level): Make load behave more like require.
11504
881e4184
GM
11505 * vc-git.el (vc-git-stash-map): Move definition before use.
11506
ba214964 115072009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 11508
b6f8ba09
DN
11509 * custom.el (custom-declare-group): Purecopy standard-value.
11510 (custom-declare-group): Purecopy custom-prefix.
11511
7fdbcd83
SM
11512 * international/mule.el (load-with-code-conversion):
11513 Call do-after-load-evaluation unconditionally.
eb6f577b 11514
f6195dfb
DN
11515 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
11516
56f14120
SM
115172009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11518
11519 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
11520
e5c89ce9
GM
115212009-11-04 Glenn Morris <rgm@gnu.org>
11522
11523 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
11524 (byte-compile-compatibility): Remove option.
11525 (byte-compile-close-variables, byte-compile-fix-header)
11526 (byte-compile-insert-header, byte-compile-output-docform)
11527 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
11528 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
11529 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
11530 (byte-compile-insert, byte-compile-defun):
11531 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
11532 (byte-defop-compiler19): Remove.
11533 Without byte-compile-compatibility, the 'emacs19-opcode property is not
11534 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 11535
e24f42ab
JL
115362009-11-04 Juri Linkov <juri@jurta.org>
11537
11538 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
11539 (menu-bar-options-menu): Don't quote the `prop' arg of
11540 `menu-bar-make-mm-toggle'.
11541
d3d5f4f5
JB
115422009-11-04 Juanma Barranquero <lekktu@gmail.com>
11543
11544 * calendar/calendar.el (cal-loaddefs):
11545 * calendar/diary-lib.el (diary-loaddefs):
11546 * calendar/holidays.el (hol-loaddefs):
11547 * eshell/esh-module.el (esh-groups): Load rather than require.
11548
6e39d3b2
SM
115492009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11550
e96d62cd
SM
11551 * calendar/todo-mode.el (todo-add-category): Don't hardcode
11552 point-min==1.
7e83e8b4
SM
11553 (todo-top-priorities): Only display-buffer when called interactively.
11554 (todo-item-start): Don't save excursion point.
11555 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
11556 (todo-insert-item-here, todo-file-item, todo-remove-item):
11557 Adjust uses of todo-item-start and todo-item-end.
11558
fae4e5b9
SM
11559 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
11560 (autoload-rubric): Don't use any more.
fae4e5b9 11561
6e39d3b2
SM
11562 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
11563 and only put a prop if it is non-nil.
11564
c9753fb4
JL
115652009-11-03 Juri Linkov <juri@jurta.org>
11566
11567 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
11568 (menu-bar-options-menu): Fix list quoting (Bug#4429).
11569
11570 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
11571 and "Menu" to make top-level menu item visually one unit (like
11572 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
11573 multi-word menu items). Fix :help string for quit-window.
11574
db04f33f
GM
115752009-11-03 Glenn Morris <rgm@gnu.org>
11576
2aea6521
GM
11577 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
11578 (byte-compile-file-form-define-abbrev-table)
11579 (byte-compile-file-form-custom-declare-variable)
11580 (byte-compile-variable-ref, byte-compile-defvar):
11581 Whether or not a warning is enabled should only affect whether we issue
11582 the warning, not whether or not we collect the relevant data.
11583 Eg warnings can be turned on and off throughout the course of a file.
11584
db04f33f
GM
11585 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
11586 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
11587
937e6a56
SM
115882009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11589
11590 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
11591 * play/mpuz.el (mpuz-create-buffer):
11592 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
11593 (lm-print-y,s,noise, lm-print-w0, lm-init):
11594 * play/gomoku.el (gomoku-prompt-for-move):
11595 * play/fortune.el (fortune-in-buffer):
11596 * play/dissociate.el (dissociated-press):
11597 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 11598 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
11599 * mail/supercite.el (sc-eref-show):
11600 * mail/smtpmail.el (smtpmail-send-it):
11601 * mail/rmailsum.el (rmail-summary-next-labeled-message)
11602 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
11603 (rmail-summary-undelete-many, rmail-summary-rmail-update)
11604 (rmail-summary-goto-msg, rmail-summary-expunge)
11605 (rmail-summary-get-new-mail, rmail-summary-search-backward)
11606 (rmail-summary-add-label, rmail-summary-output-menu)
11607 (rmail-summary-output-body):
11608 * mail/rfc822.el (rfc822-addresses):
11609 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
11610 * mail/mailpost.el (post-mail-send-it):
11611 * mail/hashcash.el (hashcash-generate-payment):
11612 * mail/feedmail.el (feedmail-run-the-queue)
11613 (feedmail-queue-send-edit-prompt-help-first)
11614 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
11615 (feedmail-deduce-address-list):
11616 * eshell/esh-ext.el (eshell-remote-command):
11617 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
11618 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
11619 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
11620 (viper-save-string-in-file, viper-valid-marker):
11621 * emulation/viper-keym.el (viper-toggle-key):
11622 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
11623 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
11624 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
11625 * emulation/viper-cmd.el (viper-exec-form-in-vi)
11626 (viper-exec-form-in-emacs, viper-brac-function):
11627 * emulation/viper.el (viper-delocalize-var):
11628 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
11629 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
11630 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
11631 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
11632 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
11633 * emulation/edt.el (edt-electric-helpify):
11634 * emulation/cua-rect.el (cua--rectangle-aux-replace):
11635 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
11636 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
11637 (cua-indent-to-global-mark-column):
11638 * calendar/diary-lib.el (calendar-mark-1):
11639 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
11640 Use with-current-buffer.
11641 * emulation/viper.el (viper-delocalize-var): Use dolist.
11642
5b955562
CY
116432009-11-03 Chong Yidong <cyd@stupidchicken.com>
11644
11645 * comint.el (comint-replace-by-expanded-history-before-point):
11646 Replace !! with the previous input string literally (Bug#1795).
11647
6292c599
JB
116482009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
11649
11650 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
11651 to be made up of whitespace.
11652
8368c14e
CY
116532009-11-02 Chong Yidong <cyd@stupidchicken.com>
11654
11655 * minibuffer.el (read-file-name): Don't use file dialogs for
11656 remote directories (Bug#99).
11657
6f750f0d
CY
116582009-11-01 Chong Yidong <cyd@stupidchicken.com>
11659
11660 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
11661
97ab3f47
AS
116622009-11-01 Andreas Schwab <schwab@linux-m68k.org>
11663
11664 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
11665 instead of deleting the window or frame.
11666
673c1168
CY
116672009-10-31 Chong Yidong <cyd@stupidchicken.com>
11668
11669 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
11670 Support face colors.
11671
937e6a56
SM
11672 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
11673 New function. Support face colors (Bug#1168).
673c1168
CY
11674 (tex-common-initialization): Use it.
11675
11676 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
11677 mode allows it (Bug#1168).
11678
c9349f0a
CY
116792009-10-31 Juri Linkov <juri@jurta.org>
11680
11681 * facemenu.el (list-colors-display): Don't mark buffer as
11682 modified (Bug#3948).
11683
ebf5c4f5
CY
116842009-10-31 Chong Yidong <cyd@stupidchicken.com>
11685
5c2dce75
CY
11686 * international/mule-diag.el (list-character-sets-1): Minor
11687 message fix (Bug#3526).
11688
26581f0e
CY
11689 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
11690 face property (Bug#4834).
11691 (etags-list-tags, etags-tags-apropos-additional)
11692 (etags-tags-apropos, tags-select-tags-table): Add follow-link
11693 property.
11694
ebf5c4f5
CY
11695 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
11696 items.
11697
9a529312
SM
116982009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11699
11700 * textmodes/two-column.el (2C-split):
11701 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
11702 * textmodes/tex-mode.el (tex-set-buffer-directory):
11703 * textmodes/spell.el (spell-region, spell-string):
11704 * textmodes/reftex.el (reftex-erase-buffer):
11705 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
11706 * textmodes/reftex-toc.el (reftex-toc-promote-action):
11707 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
11708 (reftex-select-item):
11709 * textmodes/reftex-ref.el (reftex-label-info-update)
11710 (reftex-offer-label-menu):
11711 * textmodes/reftex-index.el (reftex-index-change-entry)
11712 (reftex-index-phrases-info):
11713 * textmodes/reftex-global.el (reftex-create-tags-file)
11714 (reftex-save-all-document-buffers, reftex-ensure-write-access):
11715 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
11716 (reftex-view-crossref-from-bibtex):
11717 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
11718 (reftex-extract-bib-entries-from-thebibliography)
11719 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
11720 * textmodes/refbib.el (r2b-capitalize-title):
11721 (r2b-convert-buffer, r2b-help):
11722 * textmodes/page-ext.el (pages-directory)
11723 (pages-directory-goto-with-mouse):
11724 * textmodes/bibtex.el (bibtex-validate-globally):
11725 * textmodes/bib-mode.el (bib-capitalize-title):
11726 * textmodes/artist.el (artist-clear-buffer, artist-system):
11727 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
11728 (local-set-scheme-interaction-buffer, xscheme-process-filter)
11729 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
11730 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
11731 (xscheme-send-control-g-interrupt, xscheme-start-process)
11732 (xscheme-process-sentinel, xscheme-cd):
11733 * progmodes/verilog-mode.el (verilog-read-always-signals)
11734 (verilog-set-define, verilog-getopt-file)
11735 (verilog-module-inside-filename-p):
11736 * progmodes/sh-script.el:
11737 * progmodes/python.el (python-pdbtrack-get-source-buffer)
11738 (python-pdbtrack-grub-for-buffer, python-execute-file):
11739 * progmodes/octave-inf.el (inferior-octave):
11740 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11741 (idlwave-shell-compile-helper-routines, idlwave-set-local)
11742 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
11743 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
11744 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
11745 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
11746 (idlwave-shell-filter, idlwave-shell-examine-highlight)
11747 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
11748 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
11749 (idlwave-shell-examine-display, idlwave-shell-run-region)
11750 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
11751 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
11752 * progmodes/idlw-help.el (idlwave-help-get-special-help)
11753 (idlwave-help-get-help-buffer):
11754 * progmodes/gud.el (gud-basic-call, gud-find-class)
11755 (gud-tooltip-activate-mouse-motions-if-enabled):
11756 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11757 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
11758 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
11759 (ebrowse-tags-next-file):
11760 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
11761 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
11762 (ebnf-eps-finish-and-write):
11763 * progmodes/cpp.el (cpp-edit-save):
11764 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
11765 * progmodes/cc-defs.el (c-emacs-features):
11766 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
11767 (antlr-directory-dependencies):
11768 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
11769 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
11770 (ada-find-any-references, ada-make-filename-from-adaname)
11771 (ada-make-body-gnatstub):
11772 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 11773 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
11774 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
11775 * net/rcirc.el (rcirc-debug):
11776 * net/newst-treeview.el (newsticker--treeview-list-add-item)
11777 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
11778 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
11779 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 11780 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
11781 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
11782 (newsticker--treeview-list-clear-highlight)
11783 (newsticker--treeview-list-update-highlight)
11784 (newsticker--treeview-list-highlight-start)
11785 (newsticker--treeview-tree-update-highlight)
11786 (newsticker--treeview-get-selected-item)
11787 (newsticker-treeview-mark-list-items-old)
11788 (newsticker--treeview-set-current-node):
11789 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
11790 * net/newst-backend.el (newsticker--get-news-by-funcall)
11791 (newsticker--get-news-by-wget, newsticker--image-get)
11792 (newsticker--image-sentinel):
11793 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
11794 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
11795 (eudc-ph-close-session):
11796 * net/eudc.el (eudc-save-options):
11797 * language/thai-word.el (thai-update-word-table):
11798 * language/japan-util.el (japanese-string-conversion):
11799 * international/titdic-cnv.el (tsang-quick-converter)
11800 (ziranma-converter, ctlau-converter):
11801 * international/mule-cmds.el (describe-language-environment):
11802 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
11803 (skkdic-convert-postfix, skkdic-convert-prefix):
11804 (skkdic-convert-okuri-nasi, skkdic-convert):
11805 * emacs-lisp/re-builder.el (reb-update-overlays):
11806 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
11807 * emacs-lisp/gulp.el (gulp-send-requests):
11808 * emacs-lisp/find-gc.el (trace-call-tree):
11809 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
11810 (eieio-describe-generic):
11811 * emacs-lisp/eieio-base.el (eieio-persistent-read):
11812 * emacs-lisp/edebug.el (edebug-outside-excursion):
11813 * emacs-lisp/debug.el (debugger-make-xrefs):
11814 * emacs-lisp/cust-print.el (custom-prin1-to-string):
11815 * emacs-lisp/chart.el (chart-new-buffer):
11816 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
11817 Use with-current-buffer.
11818 * textmodes/artist.el (artist-system): Don't call
11819 copy-sequence on a fresh string.
11820 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
11821
d566f228
GM
118222009-10-31 Stephen Berman <stephen.berman@gmx.net>
11823
11824 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 11825 is no item to edit. (Bug#4820)
d566f228 11826 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 11827 buffer. (Bug#4820)
d566f228 11828
f3628edd
GM
118292009-10-31 Glenn Morris <rgm@gnu.org>
11830
5cf3709c
GM
11831 * net/ange-ftp.el (top-level): Don't require dired when compiling.
11832 (comint-last-output-start, comint-last-input-start)
11833 (comint-last-input-end): Don't defvar when compiling.
11834 (ange-ftp-process-file): Use bound-and-true-p.
11835
4c814fd2
GM
11836 * pcmpl-rpm.el (top-level): Move provide statement to end.
11837 (pcmpl-rpm): Remove unused custom group.
11838
113b8dcc
GM
11839 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
11840
31c615e4
GM
11841 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
11842
416d3588
GM
11843 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11844 (byte-compile-warnings): Add `constants' as an option.
11845 (byte-compile-callargs-warn, byte-compile-arglist-warn)
11846 (display-call-tree): Update for byte-compile-fdefinition possibly
11847 returning `(macro lambda ...)'. (Bug#4778)
11848 (byte-compile-variable-ref, byte-compile-setq-default):
11849 Respect `constants' member of byte-compile-warnings.
11850
00f71f39
SM
118512009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11852
11853 * vc-bzr.el (vc-bzr-revision-keywords): New var.
11854 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
11855 to "submit:".
11856
ca0a881a
DN
118572009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
11858
11859 * textmodes/ispell.el (ispell-skip-region-alist):
11860 * international/mule-conf.el (eight-bit):
11861 * international/fontset.el (font-encoding-alist):
11862 * startup.el (pure-space-overflow-message):
11863 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
11864 * paths.el (gnus-nntp-service, rmail-spool-directory)
11865 (term-file-prefix):
11866 * files.el (save-some-buffers-action-alist):
11867 * cmuscheme.el (same-window-buffer-names):
11868 * ielm.el (same-window-buffer-names):
11869 * shell.el (same-window-buffer-names):
11870 * mail/sendmail.el (same-window-buffer-names):
11871 * progmodes/inf-lisp.el (same-window-buffer-names):
11872 * bindings.el (mode-line-client)
11873 (mode-line-column-line-number-mode-map):
11874 * language/tibetan.el (tibetan-precomposition-rule-regexp)
11875 (tibetan-precomposed-regexp): Purecopy string arguments.
11876
b861e45e
SM
118772009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11878
6df9b6d7
SM
11879 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
11880 (calcDigit-nondigit):
11881 * calc/calc-yank.el (calc-copy-to-buffer):
11882 * calc/calc-units.el (calc-invalidate-units-table):
11883 * calc/calc-trail.el (calc-trail-yank):
11884 * calc/calc-store.el (calc-insert-variables):
11885 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11886 * calc/calc-prog.el (calc-read-parse-table):
11887 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
11888 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
11889 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
11890 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
11891 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
11892 (calc-graph-name, calc-graph-find-command, calc-graph-view)
11893 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
11894 * calc/calc-ext.el (calc-realign):
11895 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
11896 (calc-embedded-finish-edit, calc-embedded-make-info)
11897 (calc-embedded-finish-command, calc-embedded-stack-change):
11898 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
11899
70f44c65
SM
11900 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
11901 shell-dynamic-complete-filename in preference to
11902 comint-dynamic-complete-filename.
11903
b861e45e
SM
11904 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11905 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11906 Don't consider whether the display supports colors.
11907 (bookmark-import-new-list): Use dolist.
11908 (bookmark-bmenu-mode-map): Move initialization into declaration.
11909 (bookmark-bmenu-list): Use dolist, simplify.
11910 (bookmark-show-all-annotations): Use save-selected-window and dolist.
11911 (menu-bar-final-items): Use push.
11912
8549241d 119132009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
11914
11915 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
11916 it works on remote files.
11917 (vc-hg-diff): Don't pass any `--cwd' argument.
11918
30644573
KR
119192009-10-27 Kevin Ryde <user42@zip.com.au>
11920
cc63d28f
SM
11921 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11922 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
11923 (Further to Bug#3921).
11924
9be01a63
MA
119252009-10-27 Michael Albinus <michael.albinus@gmx.de>
11926
11927 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
11928 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
11929 calling `tramp-imap-put-file'. Add file size to the call.
11930 (tramp-imap-get-file-entries): Compute also user name, file size,
11931 and date.
11932 (tramp-imap-handle-insert-directory): Insert uid and gid.
11933 (tramp-imap-handle-file-attributes): Transform uid and gid
11934 according to `id-format'.
11935 (tramp-imap-put-file): New optional parameter SIZE. Encode file
11936 size in header X-Size.
11937
41849bf9
JB
119382009-10-26 Juanma Barranquero <lekktu@gmail.com>
11939
11940 * simple.el (transpose-subr): Give clearer error when the mark
11941 is not set. (Bug#4807)
11942
293c24f9
MA
119432009-10-26 Michael Albinus <michael.albinus@gmx.de>
11944
cc63d28f
SM
11945 * net/tramp.el (tramp-perl-file-truename): New defconst.
11946 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 11947 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
11948 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
11949 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 11950
cc63d28f
SM
11951 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
11952 Ignore `dired-call-process'.
293c24f9
MA
11953 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
11954
119552009-10-26 Julian Scheid <julians37@gmail.com>
11956
cc63d28f 11957 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
11958 (tramp-get-remote-readlink): New defun.
11959 (tramp-handle-file-truename): Use it.
11960 (tramp-handle-file-exists-p): Check file-attributes cache, assume
11961 file exists if cache value present.
48c2d18a 11962 (tramp-check-cached-permissions): New defun.
293c24f9
MA
11963 (tramp-handle-file-readable-p): Use it.
11964 (tramp-handle-file-writable-p): Likewise.
11965 (tramp-handle-file-executable-p): Likewise.
11966 (tramp-handle-file-name-all-completions): Try using Perl to get
11967 partial completions. When perl not available, combine `cd' and
11968 `ls' into single remote operation and use shell expansion to get
11969 partial remote directory contents. Set `file-exists-p' cache for
11970 directory and any files returned by ls. Change cache handling to
11971 support partial directory contents. Use error message emitted by
11972 remote `cd' or Perl code for local tramp-error.
11973 (tramp-do-copy-or-rename-file-directly): Avoid separate
11974 tramp-send-command-and-check call.
cc63d28f
SM
11975 (tramp-handle-process-file): Merge three remote ops into one.
11976 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
11977 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
11978 file-attributes shows uid/gid to be set already.
11979
a7610c52
DN
119802009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11981
11982 * textmodes/tex-mode.el (tex-dvi-view-command)
11983 (tex-show-queue-command, tex-open-quote):
11984 * progmodes/ruby-mode.el (auto-mode-alist)
11985 (interpreter-mode-alist): Purecopy strings.
11986
11987 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
11988
11989 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
11990 string for the hook, keymap and abbrev table.
11991
11992 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
11993
11994 * x-dnd.el (x-dnd-xdnd-to-action):
11995 * startup.el (fancy-startup-text, fancy-about-text): Change to
11996 defconst from defvar.
11997
11998 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
11999
12000 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
12001 Purecopy initialization strings.
12002
12003 * mail/sendmail.el (mail-header-separator)
12004 (mail-personal-alias-file):
12005 * mail/rmail.el (rmail-default-dont-reply-to-names)
12006 (rmail-ignored-headers, rmail-retry-ignored-headers)
12007 (rmail-highlighted-headers, rmail-secondary-file-directory)
12008 (rmail-secondary-file-regexp):
12009 * files.el (null-device, file-name-invalid-regexp)
12010 (locate-dominating-stop-dir-regexp)
cc63d28f 12011 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
12012 (interpreter-mode-alist): Use mapcar instead of mapc.
12013
12014 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
12015
12016 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
12017 (completion-ignored-extensions):
12018 (debug-ignored-errors): Purecopy strings.
12019
4fcc3d32
SM
120202009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
12021
0667de21
SM
12022 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
12023 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
12024 (pcomplete--here): Use push.
12025
4fcc3d32
SM
12026 * subr.el (all-completions): Declare the 4th arg obsolete.
12027
955ef430
SM
120282009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12029
2d085307
SM
12030 * pcomplete.el (pcomplete-unquote-argument-function): New var.
12031 (pcomplete-unquote-argument): New function.
12032 (pcomplete--common-suffix): Always pay attention to case.
12033 (pcomplete--table-subvert): Quote and unquote the text.
12034 (pcomplete--common-quoted-suffix): New function.
12035 (pcomplete-std-complete): Use it and pcomplete-begin.
12036
955ef430
SM
12037 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
12038 we're inside a dedicated or minibuffer window.
12039
7c85c02b
KF
120402009-10-24 Karl Fogel <kfogel@red-bean.com>
12041
12042 * bookmark.el: Update documentation, especially documentation
12043 of `bookmark-alist' and of the bookmark file format.
12044 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
12045
3e8ae8a6
CY
120462009-10-24 Chong Yidong <cyd@stupidchicken.com>
12047
3e425845
CY
12048 * mail/emacsbug.el (report-emacs-bug): Clarify that the
12049 keybindings apply to the mail buffer (Bug#4003). Shrink help
12050 window to buffer.
12051
cdd47d48
CY
12052 * whitespace.el (whitespace-mode, whitespace-newline-mode)
12053 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
12054 (whitespace-toggle-options, global-whitespace-toggle-options):
12055 Doc fix (Bug#3660).
cdd47d48 12056
ba07c9ad
CY
12057 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
12058 of xmltok-start before the end tag was inserted (Bug#2840).
12059
3e8ae8a6
CY
12060 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
12061 patterns that are preceded by an open-paren (Bug#1320).
12062
ab276820
CY
120632009-10-24 Sven Joachim <svenjoac@gmx.de>
12064
12065 * files.el (delete-directory): Delete symlinks to directories with
12066 delete-file (Bug#4739).
12067
905a9ed3
DN
120682009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
12069
a9a2a6db
DN
12070 * vc.el (vc-backend-for-registration): Rename from
12071 vc-get-backend-for-registration. Update callers.
12072
cc63d28f
SM
12073 * international/mule-cmds.el (set-language-info-alist):
12074 Purecopy lang-env.
905a9ed3
DN
12075 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
12076 (charset): Purecopy the name.
12077 (define-char-code-property): Purecopy string arguments.
12078
12079 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
12080 Purecopy string arguments.
12081
12082 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
12083 * ediff-hook.el (menu-bar-ediff-menu):
12084 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
12085 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
12086
d270305a
GM
120872009-10-24 Glenn Morris <rgm@gnu.org>
12088
6c74d523 12089 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
12090 * term.el (term-dynamic-list-completions): Use choose-completion rather
12091 than obsolete alias mouse-choose-completion.
12092
ae732337
GM
12093 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
12094 file-cache-choose-completion.
12095 (file-cache-choose-completion): Handle an optional event argument.
12096 (file-cache-mouse-choose-completion): Make it an obsolete alias.
12097
cc63d28f
SM
12098 * progmodes/octave-mod.el (octave-complete-symbol):
12099 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 12100
9847dc91
GM
12101 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
12102 use.
12103
e8f2a5d5
GM
12104 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
12105 compiler.
12106
d270305a
GM
12107 * vc-hooks.el (vc-responsible-backend): Fix declaration.
12108
c6432f1e
SM
121092009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12110
12111 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
12112 Ignore `pred' now that we receive one.
12113 Handle test-completion specially.
12114
6ab196f9
DN
121152009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
12116
12117 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 12118 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
12119 REGISTER ...
12120 (vc-get-backend-for-registration): ... here. New function.
12121 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
12122 of vc-responsible-backend, pass the file name instead of the
12123 directory name.
12124
48feed59
SM
121252009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12126
12127 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
12128 New funs.
12129 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
12130 (pcomplete-comint-setup): Don't modify a global var via
12131 accidental side-effects.
12132 (pcomplete-shell-setup): Adjust call accordingly.
12133 (pcomplete-parse-comint-arguments): Use push.
12134
00006066
CY
121352009-10-23 Chong Yidong <cyd@stupidchicken.com>
12136
36bfa3af
CY
12137 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
12138 Allow uncapitalized info node names (Bug#3921).
12139
00006066
CY
12140 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
12141 to the DEBUG file (Bug#3781).
12142
aa311d6e
CY
121432009-10-23 Jari Aalto <jari.aalto@cante.net>
12144
12145 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
12146 dictionary entry (Bug#4579).
12147
b88f2d0a
MA
121482009-10-23 Michael Albinus <michael.albinus@gmx.de>
12149
12150 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
12151 from `rfn-eshadow-update-overlay-hook' when unloading.
12152 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
12153 "rsyncc". Adjust doc string.
48c2d18a 12154 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
12155 (tramp-handle-insert-file-contents, tramp-handle-write-region):
12156 Keep temporary file when indicated by method ("rsync" and
12157 "rsyncc").
12158 (tramp-handle-write-region): Handle APPEND.
12159 (tramp-delete-temp-file-function): New defun. Added to
12160 `kill-buffer-hook'.
12161
1becddbb
JB
121622009-10-23 Juanma Barranquero <lekktu@gmail.com>
12163
12164 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
12165
8f43cbf3
DN
121662009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
12167
12168 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
12169 (color-name-rgb-alist, tty-standard-colors)
12170 (tty-color-mode-alist): Change to defconst.
12171
12172 * simple.el (mark-inactive): Purecopy message.
12173
12174 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
12175 (global-map, yank-menu):
12176 * textmodes/ispell.el (ispell-menu-map):
12177 * net/eudc.el (eudc-tools-menu):
12178 * international/mule-cmds.el (describe-language-environment-map)
12179 (setup-language-environment-map, set-coding-system-map)
12180 (mule-menu-keymap):
12181 * vc-hooks.el (vc-menu-entry, vc-menu-map):
12182 * replace.el (occur-mode-map):
12183 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
12184
1d228a31
JB
121852009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
12186
12187 * calc/calc.el (math-read-number, math-read-number-simple): Use
12188 `save-match-data'.
12189
3b067af1
SM
121902009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
12191
28a90c44
SM
12192 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
12193 rather than fiddling with global-map bindings, since it should only
12194 affect per-terminal settings.
12195 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
12196
a452eee8
SM
12197 * minibuffer.el (completion-table-with-terminator): Allow to specify
12198 the terminator-regexp.
12199
ab14d7d5
SM
12200 * simple.el (switch-to-completions): Look for *Completions* in other
12201 frames as well.
12202
3b067af1
SM
12203 * pcomplete.el: Allow the use of completion-tables.
12204 (pcomplete-std-complete): New command.
12205 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
12206 (pcomplete--here): Use a function for `form' rather than an expression,
12207 so it can be byte-compiled.
12208 (pcomplete-here, pcomplete-here*): Adjust accordingly.
12209 Add edebug declaration.
12210 (pcomplete-show-completions): Remove unused var `curbuf'.
12211 (pcomplete-do-complete, pcomplete-stub):
1becddbb 12212 Don't assume `completions' is a list of strings any more.
3b067af1 12213
5480359e
JB
122142009-10-22 Juanma Barranquero <lekktu@gmail.com>
12215
12216 * find-dired.el (find-name-arg): Fix typo in docstring.
12217
3170b794
SM
122182009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
12219
48c23a25
SM
12220 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
12221 (pcmpl-linux-fs-types): Same, and update to new modules layout.
12222
56b14058
SM
12223 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
12224 pcomplete-entries.
12225
3170b794
SM
12226 * comint.el (comint-read-input-ring, comint-write-input-ring)
12227 (comint-substitute-in-file-name)
12228 (comint-dynamic-complete-as-filename)
12229 (comint-dynamic-simple-complete)
12230 (comint-dynamic-list-filename-completions)
12231 (comint-dynamic-list-completions)
12232 (comint-redirect-results-list-from-process): Minor simplifications.
12233
2affef34
KR
122342009-10-21 Kevin Ryde <user42@zip.com.au>
12235
3170b794
SM
12236 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
12237 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 12238 the first form. And insert a blank line after ";;; Code" since
d8194864 12239 that's usual style. (Bug#4612)
2affef34 12240
e7b94bbb
KR
12241 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
12242
528c56e2
SM
122432009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12244
12245 * minibuffer.el (completion-table-with-terminator): Properly implement
12246 boundaries, in case `terminator' appears in the suffix.
12247 (completion--embedded-envvar-table): Don't return boundaries if
12248 there's no valid completion. Simplify.
12249 (completion-file-name-table): New completion table extracted from
12250 completion--file-name-table.
12251 (completion--file-name-table): Use it.
12252 (read-file-name-predicate): Declare obsolete.
12253 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
12254 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
12255 completion-file-name-table, and use the `pred' argument.
12256 * files.el (locate-file-completion-table): Use the `pred' arg rather
12257 than read-file-name-predicate.
12258 (abbreviate-file-name): Use \` rather than ^ for BOS.
12259
f9ed9b4f
DN
122602009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
12261
12262 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
12263 vc-responsible-backend to register, it causes problems.
12264
5f2022a3
SM
122652009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12266
12267 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
12268
fc754ea1
MA
122692009-10-21 Michael Albinus <michael.albinus@gmx.de>
12270
12271 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
12272 (tramp-smb-handle-file-attributes): Use it.
12273 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
12274 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
12275 `mapcar'. Use `tramp-smb-get-stat-capability'.
12276 Add `dired-filename' text properties.
fc754ea1
MA
12277 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
12278 (tramp-smb-maybe-open-connection): Simplify check for smbclient
12279 version.
12280
79bd5ba1
SM
122812009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12282
12283 * subr.el (read-key-delay): Reduce to 0.01.
12284 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
12285 (bug#4751).
12286
3c13704d
SM
122872009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12288
554efd10
SM
12289 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
12290
c2a37b78
SM
12291 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
12292 (Info-menu): Remove unused vars `last' and `completions'.
12293 (Info-index-nodes): Remove unused var `node'.
12294
3c13704d
SM
12295 * info.el (Info-complete-menu-item): Use complete-with-action.
12296
d1e4c403
DN
122972009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
12298
12299 Make vc-annotate work through copies and renames.
3c13704d
SM
12300 * vc-annotate.el (vc-annotate-extract-revision-at-line):
12301 Return the file name too.
d1e4c403
DN
12302 (vc-annotate-revision-at-line)
12303 (vc-annotate-find-revision-at-line)
12304 (vc-annotate-revision-previous-to-line)
12305 (vc-annotate-show-log-revision-at-line): Update to get the file
12306 name from vc-annotate-extract-revision-at-line.
12307 (vc-annotate-show-diff-revision-at-line-internal): Change the
12308 argument to mean whether to show a file diff or not. Get the file
12309 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
12310 (vc-annotate-show-diff-revision-at-line):
12311 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
12312 (vc-annotate-warp-revision): Add an optional file argument.
12313
12314 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
12315 (vc-git-annotate-extract-revision-at-line): Also return the file
12316 name if found.
12317
12318 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
12319 command. Remove unused code.
12320 (vc-hg-annotate-re): Update to match --follow output.
12321 (vc-hg-annotate-extract-revision-at-line): Also return the file
12322 name if found.
12323
12324 * vc.el: Update annotate-extract-revision-at-line documentation.
12325
b0b0ef98
KR
123262009-10-18 Kevin Ryde <user42@zip.com.au>
12327
12328 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
12329 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
12330
a9e7f03d
KR
12331 * net/browse-url.el (browse-url): Identify alist with "consp and
12332 not functionp" and let all other things go down the `apply' leg,
12333 as suggested by Stefan. (Further to bug#4531.)
12334
7346a407
CY
123352009-10-18 Chong Yidong <cyd@stupidchicken.com>
12336
12337 * minibuffer.el (read-file-name): Check for repeat before putting
12338 a default argument in file-name-history (Bug#4657).
12339
12340 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
12341 read syntax (Bug#4737).
12342
3c13704d 12343 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 12344
1da94541
CY
123452009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12346
12347 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
12348 (html-tag-alist, html-tag-help): Add descriptions for undocumented
12349 entries and make note of obsolete tags.
12350
2b93080a
SM
123512009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12352
12353 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
12354
18b5ffb5
GM
123552009-10-18 Glenn Morris <rgm@gnu.org>
12356
12357 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
12358 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 12359 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
12360 now, and in any case the file header format has changed.
12361
c2e161b2
GM
123622009-10-17 Glenn Morris <rgm@gnu.org>
12363
12364 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
12365 (flyspell-get-word, flyspell-large-region)
12366 (flyspell-auto-correct-previous-word): Doc/error message fixes.
12367
a1eb44f5
CY
123682009-10-17 Chong Yidong <cyd@stupidchicken.com>
12369
12370 * Makefile.in (ELCFILES): Add ede/shell.
12371
4418646e
DN
123722009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
12373
12374 * term/common-win.el (x-colors): Purecopy it.
12375
4062011e
SM
123762009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12377
12378 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
12379 permissive for when the buffer is empty.
12380 (tar-header-block-tokenize): Decode the username and groupname.
12381 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
12382
b0b111c3
JB
123832009-10-17 Eric Ludlam <zappo@gnu.org>
12384
12385 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
12386 contains multibyte characters, choose first applicable coding
12387 system automatically.
12388
2df48a87
SM
123892009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12390
12391 * international/mule-cmds.el (select-safe-coding-system): If the file
12392 has a coding cookie, use it regardless of any other setting (bug#4712).
12393
fd7dd48c
GM
123942009-10-17 Glenn Morris <rgm@gnu.org>
12395
3ee0b477 12396 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
12397 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
12398
2550e4b1
GM
12399 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
12400 (dired-keep-marker-copy, dired-keep-marker-hardlink)
12401 (dired-keep-marker-symlink, dired-dwim-target)
12402 (dired-copy-preserve-time): Do not autoload these defcustoms.
12403
fd7dd48c
GM
12404 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
12405 messages from messing up the file coding. (Bug#4623)
12406
f3e3a990
GM
124072009-10-17 Jari Aalto <jari.aalto@cante.net>
12408
12409 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
12410 if no match is found for the current dictionary. (Bug#4578)
12411
12412 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
12413 optional, since that is how it is documented, and this is often called
12414 with a nil argument. (Bug#4577)
12415 (flyspell-external-point-words, flyspell-auto-correct-word)
12416 (flyspell-correct-word-before-point, flyspell-word-search-forward)
12417 (flyspell-word-search-backward): Remove nil argument in calls to
12418 flyspell-get-word, since it is not needed now.
12419
124202009-10-17 Ulrich Mueller <ulm@gentoo.org>
12421
1becddbb 12422 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 12423
b61374ab
GM
124242009-10-16 Glenn Morris <rgm@gnu.org>
12425
12426 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
12427
412707c2
SM
124282009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
12429
12430 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
12431 (ange-ftp-file-size): New function.
12432 (ange-ftp-file-attributes): Use it.
12433
0c6f436e
MA
124342009-10-16 Michael Albinus <michael.albinus@gmx.de>
12435
12436 * net/tramp-smb.el (tramp-smb-version): New defvar.
12437 (tramp-smb-maybe-open-connection): Use it, in order to avoid
12438 repeated checks.
12439
850bfd04
GM
124402009-10-16 Glenn Morris <rgm@gnu.org>
12441
12442 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
12443 Maybe copy some custom properties from old to new name. (Bug#4706)
12444
f3ed9aca
JB
124452009-10-16 Juanma Barranquero <lekktu@gmail.com>
12446
12447 * subr.el (error, sit-for, start-process-shell-command)
12448 (start-file-process-shell-command): Set the calling convention
12449 after the function definition.
12450
fd6c5134
SM
124512009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12452
12453 * subr.el (error, sit-for, start-process-shell-command)
12454 (start-file-process-shell-command): Use the new
12455 set-advertised-calling-convention feature.
12456
73874eb7
KH
124572009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
12458
fd6c5134
SM
12459 * international/ucs-normalize.el (ucs-normalize-version):
12460 Change to 1.2.
12461 (check-range): Adjust for Unicode 5.2.
73874eb7 12462
03fb33cf
JL
124632009-10-15 Juri Linkov <juri@jurta.org>
12464
12465 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
12466 to the `menu-item' format.
12467
4260b402
MA
124682009-10-15 Michael Albinus <michael.albinus@gmx.de>
12469
12470 * net/tramp.el (tramp-replace-environment-variables): Do not fail
12471 if the environment variable does not exist.
12472
12473 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12474 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
12475 parameter.
12476 (tramp-smb-handle-add-name-to-file)
12477 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12478 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12479 (tramp-smb-handle-file-attributes)
12480 (tramp-smb-do-file-attributes-with-stat)
12481 (tramp-smb-handle-file-local-copy)
12482 (tramp-smb-handle-insert-directory)
12483 (tramp-smb-handle-make-directory)
12484 (tramp-smb-handle-make-directory-internal)
12485 (tramp-smb-handle-make-symbolic-link)
12486 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
12487 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
12488 (tramp-smb-maybe-open-connection): Apply the changed parameters.
12489 (tramp-smb-read-file-entry): Read Disk names in compressed format.
12490 Handle long file names.
12491 (tramp-smb-get-cifs-capabilities): Check, whether the connection
12492 process is running.
12493 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
12494 Read share names with "-g" option.
12495
d7a0fd6f
GM
124962009-10-15 Ryan Yeske <rcyeske@gmail.com>
12497
12498 * net/rcirc.el (rcirc-view-log-file): New command.
12499 (rcirc-track-minor-mode-map): Remove C-c ` binding.
12500 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
12501 specified.
12502
0b44494a
GM
125032009-10-15 Glenn Morris <rgm@gnu.org>
12504
af9fb32f
GM
12505 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
12506 from the second command-line argument.
12507 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
12508 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
12509 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
12510 w32-batch-update-autoloads.
12511 * emacs-lisp/autoload.el (autoload-make-program): New variable.
12512 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
12513
0b44494a
GM
12514 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
12515 the headers cannot be located. Simplify, subtracting superflous
12516 save-excursions.
12517
d5e63715
SM
125182009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12519
12520 Replace completion-base-size by completion-base-position to fix bugs
12521 such as (bug#4699).
12522 * simple.el (completion-base-position): New var.
12523 (completion-base-size): Mark as obsolete.
12524 (choose-completion): Make it work for mouse events as well.
12525 Pass the new base-position to choose-completion-string.
12526 (choose-completion-guess-base-position): New function, extracted from
12527 choose-completion-delete-max-match.
12528 (choose-completion-delete-max-match): Use it. Make obsolete.
12529 (choose-completion-string): Use the new base-position info.
12530 (completion-root-regexp): Delete.
12531 (completion-setup-function): Preserve completion-base-position.
12532 Eliminate obsolete base-size manipulation.
12533 * minibuffer.el (display-completion-list): Don't mess with base-size.
12534 (minibuffer-completion-help): Set completion-base-position instead.
12535 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
12536 choose-completion.
12537 * textmodes/bibtex.el (bibtex-complete):
12538 * emacs-lisp/crm.el (crm--choose-completion-string):
12539 Adjust to new calling convention.
12540 * complete.el (partial-completion-mode): Use minibufferp to avoid
12541 bumping into incompatible change to choose-completion-string-functions.
12542 * ido.el (ido-choose-completion-string): Make its calling convention
12543 more permissive.
12544 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
12545 base-size manipulation.
12546 (comint-dynamic-list-input-ring): Use dotimes and push.
12547 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
12548 fundamental-mode. Use `or'.
12549
92f8bfc7
JL
125502009-10-14 Juri Linkov <juri@jurta.org>
12551
12552 * misearch.el (multi-isearch-next-buffer-from-list)
12553 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
12554
e78e280d
SM
125552009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12556
384ca163
SM
12557 * Makefile.in (compile-onefile): Load `bytecomp' rather than
12558 `bytecomp.el'.
12559
681e0e7c
SM
12560 * minibuffer.el (completion-pcm--merge-completions): Make sure the
12561 string we return is all made up of text from the completions rather
12562 than part from the completions and part from the input (bug#4219).
12563
e78e280d
SM
12564 * ido.el (ido-everywhere): Use define-minor-mode.
12565
12566 * buff-menu.el (list-buffers, ctl-x-map):
12567 Mark the entry points with ;;;###autoload cookies.
12568
b4e813ca
DN
125692009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
12570
52964e54
DN
12571 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
12572 correctly in the detached head case.
12573 (vc-git-print-log): Remove unused binding.
12574
b4e813ca
DN
12575 * vc.el (vc-responsible-backend): When a directory is passed for
12576 for registration create a VC repository if no backend is
12577 responsible for the directory argument.
12578 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
12579
12580 * vc.el: Move comments about RCS and SCCS ...
12581 * vc-rcs.el:
12582 * vc-sccs.el: ... here, respectively.
12583
40ba9882
SM
125842009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12585
12586 * minibuffer.el (completion--file-name-table): Return nil if there's
12587 no file completion, even if substitute-in-file-name changed
12588 the string (bug#4708).
12589
04e0f59b
JL
125902009-10-13 Juri Linkov <juri@jurta.org>
12591
12592 * files-x.el (read-file-local-variable-value): Don't filter out
12593 minor modes from mode name completion (bug#4664).
12594
314c8e25
JB
125952009-10-13 Juanma Barranquero <lekktu@gmail.com>
12596
12597 * international/mule-cmds.el (ucs-names): Remove exclusion of
12598 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
12599
5c9b7d36
KH
126002009-10-13 Kenichi Handa <handa@m17n.org>
12601
12602 * international/uni-name.el: Regenerated.
12603
1e7a80f2
JB
126042009-10-13 Juanma Barranquero <lekktu@gmail.com>
12605
12606 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
12607 should be automatically buffer-local, but isn't.)
12608
cd29f88b
SS
126092009-10-12 Sam Steingold <sds@gnu.org>
12610
12611 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 12612 timestamps if the buffer has been visited before.
0cd16af4
SS
12613 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
12614 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 12615
37493a98
GM
126162009-10-12 Glenn Morris <rgm@gnu.org>
12617
12618 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
12619 Let-bind `size'.
12620
3b56b1e6
JB
126212009-10-12 Juanma Barranquero <lekktu@gmail.com>
12622
7422a4bb
JB
12623 * proced.el (proced-unload-function): New function.
12624
fa72d075
JB
12625 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
12626 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
12627 Doc fix.
12628
3b56b1e6
JB
12629 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
12630
4d9b4323
JL
126312009-10-11 Juri Linkov <juri@jurta.org>
12632
12633 * files-x.el (read-file-local-variable-value):
12634 Provide default value only for bound variables (bug#4664).
12635
f6f7e059
MA
126362009-10-11 Michael Albinus <michael.albinus@gmx.de>
12637
12638 * net/tramp.el (tramp-local-host-p): Function shall return nil for
12639 connection methods like smb.
12640
12641 * net/tramp-cache.el (tramp-flush-connection-property): The hash
12642 can be empty.
12643
12644 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12645 (tramp-smb-file-name-handler-alist): Add handlers for
12646 `add-name-to-file', `make-symbolic-link'.
12647 (tramp-smb-handle-add-name-to-file)
2992485f 12648 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
12649 (tramp-smb-handle-make-symbolic-link)
12650 (tramp-smb-get-cifs-capabilities): New defuns.
12651 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12652 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12653 (tramp-smb-handle-file-local-copy)
12654 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
12655 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
12656 The file name syntax depends on cifs capabilities.
12657 (tramp-smb-handle-file-attributes):
12658 Call `tramp-smb-do-file-attributes-with-stat' if possible.
12659 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
12660 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 12661
67868d26
CY
126622009-10-11 Chong Yidong <cyd@stupidchicken.com>
12663
12664 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
12665 (eieio-defclass): Apply deftype handler and setf-method properties
12666 directly.
12667 (eieio-add-new-slot): Avoid union function from cl library.
12668 (eieio--typep): New function.
12669 (eieio-perform-slot-validation): Use it.
12670
6d6a5b7e
KF
126712009-10-10 Karl Fogel <kfogel@red-bean.com>
12672
3b56b1e6 12673 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
12674 Update documentation to refer to the variables documented in r1.135.
12675 (Bug#4188)
12676
67b70de9
KF
126772009-10-10 Karl Fogel <kfogel@red-bean.com>
12678
12679 * bookmark.el (Info-suffix-list): Remove this unused variable.
12680 (bookmark-current-point): Remove this obsolete variable.
12681 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
12682 Adjust for removal of bookmark-current-point.
12683
12684 (bookmarks-already-loaded, bookmark-current-buffer)
12685 (bookmark-yank-point): Document. (Bug#4188)
12686
58ae51ae
GM
126872009-10-10 Glenn Morris <rgm@gnu.org>
12688
4619ff5e
GM
12689 * frame.el (frame-height): Doc fix.
12690
58ae51ae
GM
12691 * calendar/calendar.el (calendar-split-width-threshold): New option.
12692 (calendar-basic-setup): Use calendar-split-width-threshold.
12693
d364386c
JB
126942009-10-09 Juanma Barranquero <lekktu@gmail.com>
12695
12696 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
12697 Ideographic Supplement" range (U+1F200..U+1F2FF).
12698
33e97a28
KF
126992009-10-09 Karl Fogel <kfogel@red-bean.com>
12700
02d0f051 12701 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 12702 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
12703
127042009-10-09 Karl Fogel <kfogel@red-bean.com>
12705
d364386c 12706 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
12707 (bookmark-bmenu-execute-deletions): Don't save here, as
12708 bookmark-delete will now do so if necessary.
d364386c 12709 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
12710 (Bug#4348)
12711
9656d87b
GM
127122009-10-09 Glenn Morris <rgm@gnu.org>
12713
12714 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
12715
e6227f06
KF
127162009-10-09 Karl Fogel <kfogel@red-bean.com>
12717
12718 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
12719 (bookmark-jump-other-window): Just invoke bookmark-jump with new
12720 argument now, so the two function's behaviors will match. (Bug#3645)
12721
288f783b
MA
127222009-10-08 Michael Albinus <michael.albinus@gmx.de>
12723
12724 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 12725 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 12726 Apply `save-match-data'.
288f783b
MA
12727
12728 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
12729 case both directories are remote.
12730 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 12731 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 12732
872a1ea4
JB
127332009-10-07 Juanma Barranquero <lekktu@gmail.com>
12734
12735 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
12736
ab2baced
GM
127372009-10-07 Glenn Morris <rgm@gnu.org>
12738
e78e280d
SM
12739 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
12740 of concat.
ab2baced 12741
5c4634c1
SM
127422009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
12743
12744 * files-x.el (read-file-local-variable): Include some
12745 non-user-variables in the completion table (bug#4664).
12746
c2dc9732
MA
127472009-10-07 Michael Albinus <michael.albinus@gmx.de>
12748
12749 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
12750 message.
12751
12752 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12753 (tramp-smb-file-name-handler-alist): Add handler for
12754 `copy-directory', `expand-file-name', `set-file-modes'.
12755 (tramp-smb-handle-copy-directory)
12756 (tramp-smb-handle-expand-file-name)
12757 (tramp-smb-handle-set-file-modes): New defuns.
12758 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
12759 (tramp-smb-handle-file-attributes): Simplify check for retrieving
12760 entry.
12761 (tramp-smb-handle-insert-directory): Don't flush the cache.
12762 (tramp-smb-maybe-open-connection): Check for samba client and
12763 server versions.
12764
11be40a6
EZ
127652009-10-07 Eli Zaretskii <eliz@gnu.org>
12766
12767 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
12768 to not error out of search for "^lisp=" fails.
12769
8c4afe20
JB
127702009-10-07 Juanma Barranquero <lekktu@gmail.com>
12771
12772 * makefile.w32-in (WINS_UPDATES): New macro.
12773 (custom-deps, finder-data, autoloads): Use it.
12774
429a1506
GM
127752009-10-07 Glenn Morris <rgm@gnu.org>
12776
ee2e93e2
GM
12777 * Makefile.in (autoloads): Revert previous change.
12778 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
12779 the list of preloaded files passed on the command-line, get
12780 it from src/Makefile.
12781
429a1506
GM
12782 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
12783 show the original buffer rather than a random one.
12784
a51203ee 127852009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
12786
12787 * help.el (describe-no-warranty): Place point in a slightly better
12788 position in the GPLv3 text.
12789
f58f7520
SS
127902009-10-06 Sam Steingold <sds@gnu.org>
12791
12792 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
12793 the comm attribute is present before calling regexp-quote.
12794
bde79dc0
JB
127952009-10-06 Juanma Barranquero <lekktu@gmail.com>
12796
12797 * play/animate.el (animate-string): For good effect, make sure
12798 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
12799
12800 * play/animate.el (animate-sequence, animate-birthday-present):
12801 * misc.el (butterfly): Don't set `indent-tabs-mode'.
12802
25ab0302
GM
128032009-10-06 Glenn Morris <rgm@gnu.org>
12804
73fe714a
GM
12805 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
12806
3405d98c
GM
12807 * emacs-lisp/autoload.el (autoload-excludes): New variable.
12808 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
12809 (batch-update-autoloads): Process a string value of autoload-excludes,
12810 set during the build process.
12811 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
12812
9fb2cdc5
GM
12813 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
12814 inside with-parsed... macro so that `v' is defined.
12815
7938ab41
GM
12816 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
12817 * progmodes/fortran.el (fortran-end-of-block)
12818 (fortran-beginning-of-block):
12819 Also push mark in the macro case.
12820
eaf9b564
GM
12821 * emerge.el (emerge-show-file-name):
12822 * calc/calc.el (calc-quit):
12823 * calc/calc-misc.el (calc-big-or-small):
12824 * calc/calc-graph.el (calc-graph-view):
12825 * calc/calc-ext.el (calc-reset):
12826 * calendar/calendar.el (calendar-basic-setup):
12827 Use window-full-height-p.
12828
25ab0302
GM
12829 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
12830 header we don't understand, don't insert another. (Bug#4624)
12831 If changing mime charset, insert the new one in the right place.
12832
00169eb6
GM
128332009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
12834
12835 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12836 (cal-tex-cursor-month): Correctly increment the end date for diary and
12837 holiday listing. (Bug#4626)
12838
82882188
SM
128392009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12840
40ba9882 12841 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
12842 a symbol.
12843
a8f316ca
JB
128442009-10-05 Juanma Barranquero <lekktu@gmail.com>
12845
12846 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
12847 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
12848 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
12849 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
12850
12851 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
12852 (eieio-default-superclass): Reflow docstrings.
12853 (this, class-option-assoc, defclass, eieio-class-un-autoload)
12854 (eieio-unbind-method-implementations, defmethod)
12855 (eieio-validate-slot-value, eieio-validate-class-slot-value)
12856 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
12857 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
12858 (eieio-slot-originating-class-p, eieio-slot-name-index)
12859 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
12860 (constructor, initialize-instance, no-next-method, object-print)
12861 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
12862 Fix typos in docstrings.
12863 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
12864 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
12865 (next-method-p): Doc fixes.
12866 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
12867 Fix typos in error messages.
12868 (eieio-defmethod): Fix typo in description of generic method.
12869
12870 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
12871 (eieio-persistent-save-interactive, slot-missing):
12872 Fix typos in docstrings.
12873 (eieio-instance-inheritor-slot-boundp): Doc fix.
12874
12875 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
12876 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
12877
12878 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
12879 (eieio-custom-object-apply-reset):
12880 Fix typos in docstrings and error messages.
12881
12882 * emacs-lisp/eieio-datadebug.el (data-debug-show):
12883 Fix typo in docstring.
12884
12885 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
12886 (eieio-browse-tree): Doc fix.
12887 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
12888 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
12889 Fix typos in docstrings.
12890
12891 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
12892 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
12893 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
12894 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
12895 Reflow docstrings.
12896
c66b7ac0
DN
128972009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
12898
4a827e0a 12899 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
12900 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
12901 Set log-view-vc-backend so that diff can work.
4a827e0a 12902
c66b7ac0
DN
12903 * log-view.el (log-view-diff): Use vc-diff-internal instead of
12904 vc-version-diff.
12905 (vc-diff-internal): Autoload this instead of vc-version-diff.
12906
1902a98c
EZ
129072009-10-05 Eli Zaretskii <eliz@gnu.org>
12908
a7a8618b
EZ
12909 * simple.el (eval-expression): Doc fix.
12910
1902a98c
EZ
12911 * progmodes/cwarn.el (cwarn-mode): Doc fix.
12912
0e1f2ee6
MA
129132009-10-05 Michael Albinus <michael.albinus@gmx.de>
12914
12915 * files.el (directory-files-no-dot-files-regexp): New defconst.
12916 (delete-directory): Use it.
12917 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
12918
263c02ef 12919 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
12920 (tramp-methods): Add recursive option to `tramp-copy-args'.
12921 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 12922 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 12923 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
12924 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12925 Add handler for `copy-directory'.
12926 (tramp-handle-copy-directory): New defun.
12927 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
12928 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
12929 Optimize sent command.
263c02ef 12930
72aa7df4
SM
129312009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12932
4a34f065
SM
12933 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
12934 window if necessary.
12935
72aa7df4
SM
12936 * calendar/calendar.el (calendar-basic-setup): Don't call
12937 switch-to-buffer in a dedicated window.
12938
5feb1ba7
KF
129392009-10-05 Karl Fogel <kfogel@red-bean.com>
12940
12941 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 12942 don't do anything related to relocating, just return nil.
5feb1ba7
KF
12943 (bookmark-error-no-filename): New error.
12944 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
12945 bookmark has no file. Don't even attempt to handle things that
12946 are not files; the whole point of custom handlers is to keep that
12947 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
12948 (bookmark-file-or-variation-thereof): Remove now-unused function.
12949 (bookmark-location): Doc string fix.
12950 (Bug#4250)
12951
1bd49952
KF
129522009-10-04 Karl Fogel <kfogel@red-bean.com>
12953
12954 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
12955 don't use a file dialog, because they usually don't know how to read
12956 a directory target from the user. (Bug#4230)
12957 Also, make sure the prompt can display directories as well as files.
12958
825382c0
KF
129592009-10-04 Karl Fogel <kfogel@red-bean.com>
12960
12961 * bookmark.el (bookmark-set, bookmark-buffer-name):
12962 Improve doc strings. (Bug#1193)
12963
13901bcb
KF
129642009-10-04 Karl Fogel <kfogel@red-bean.com>
12965
4a34f065
SM
12966 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
12967 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
12968 (bookmark-get-annotation, bookmark-set-annotation)
12969 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
12970 (bookmark-set-position, bookmark-get-front-context-string)
12971 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
12972 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
12973 (bookmark-jump-other-window, bookmark-handle-bookmark)
12974 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
12975 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
12976 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
12977 Improve doc strings to say whether bookmark can be a string or
12978 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
12979 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
12980 (bookmark-default-annotation-text, bookmark-yank-word)
12981 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
12982 (bookmark-import-new-list, bookmark-maybe-rename)
12983 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12984 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 12985 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 12986 add a FIXME comment about how the function may be pointless.
13901bcb 12987 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
12988 parameter name, to clarify that this takes a bookmark record
12989 not a bookmark name.
13901bcb 12990 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 12991 and improve the doc string a bit.
13901bcb
KF
12992 (Bug#4188)
12993
5c1b3e94
KF
129942009-10-04 Karl Fogel <kfogel@red-bean.com>
12995
12996 * bookmark.el (bookmark-alist): Document the new `handler' element
12997 in the param alist.
12998 (bookmark-make-record-function): Adjust documentation for above.
12999 (Bug#4193)
13000
8559076d
KF
130012009-10-04 Karl Fogel <kfogel@red-bean.com>
13002
13003 * info.el (Info-bookmark-make-record): Document this function.
13004 (Info-bookmark-jump): Document with a doc string, not just a comment.
13005 (Bug#4203)
13006
b4583b8c
MA
130072009-10-04 Michael Albinus <michael.albinus@gmx.de>
13008
13009 * files.el (copy-directory): New defun.
13010
13011 * dired-aux.el (dired-copy-file-recursive): Use it.
13012
131ae8f2
JB
130132009-10-04 Juanma Barranquero <lekktu@gmail.com>
13014
a30e71ae 13015 * files-x.el (modify-dir-local-variable)
dd9af436
CY
13016 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
13017 docstrings.
a30e71ae 13018
131ae8f2
JB
13019 * recentf.el (recentf-unload-function): New function.
13020
ccafbf06
GM
130212009-10-04 Glenn Morris <rgm@gnu.org>
13022
13023 * window.el (window-full-height-p): Add doc string.
13024
02c6f098
GM
130252009-10-04 Martin Rudalics <rudalics@gmx.at>
13026
13027 * window.el (window-full-height-p): New function. (Bug#4543)
13028
ed6b0195
DN
130292009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
13030
13031 * vc.el: Remove commented out code.
13032 (vc-derived-from-dir-mode): Remove, unused.
13033 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
13034
1b8d1cc7
MA
130352009-10-03 Michael Albinus <michael.albinus@gmx.de>
13036
4a34f065
SM
13037 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
13038 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
13039 there could be recursive loading when `default-directory' is a
13040 remote file name. (Bug#4614)
13041
ac3c593c
GM
130422009-10-03 Glenn Morris <rgm@gnu.org>
13043
686ea556
GM
13044 * calendar/calendar.el (calendar-basic-setup): Handle the case where
13045 the frame is wide.
13046 (calendar-generate-window): Test for shrinkability rather than width.
13047
ac3c593c
GM
13048 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
13049 reusing existing buffers, in case we happen to visit two files with the
13050 same basename. (Bug#4593)
13051
573709fd
EZ
130522009-10-02 Eli Zaretskii <eliz@gnu.org>
13053
4a34f065 13054 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
13055 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
13056 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
13057 subdirs of cedet as well.
8f885d01 13058 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 13059
8d6c1239
SM
130602009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13061
13062 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
13063 Obey advertised-signature-table.
13064
13065 * help-fns.el (help-function-arglist): Don't check
13066 advertised-signature-table.
13067 (describe-function-1): Do it here instead so it also applies to subrs.
13068
c4861de0
MA
130692009-10-02 Michael Albinus <michael.albinus@gmx.de>
13070
13071 * simple.el (start-file-process): Say in the doc-string, that file
13072 handlers might not support pty association, if PROGRAM is nil.
13073
13074 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
13075 HOST and USER are strings. They are nil, when there are
13076 incomplete entries in ~/.netrc, for example.
13077 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
13078 root directory ("device busy" error otherwise).
13079
8d6c1239
SM
13080 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
13081 Flush file properties of created directory.
c4861de0 13082
d2bda74f
EZ
130832009-10-02 Eli Zaretskii <eliz@gnu.org>
13084
13085 * makefile.w32-in (WINS_BASIC): Remove cedet.
13086 (WINS_CEDET): Add cedet.
13087 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
13088
895d1904
GM
130892009-10-02 Kevin Ryde <user42@zip.com.au>
13090
13091 * net/browse-url.el (browse-url): Pass any symbol in
13092 browse-url-browser-function to `apply', since if you've mistakenly put
13093 an unbound symbol then the error is clearer. (Bug#4531)
13094
32226619
JB
130952009-10-02 Juanma Barranquero <lekktu@gmail.com>
13096
13097 * allout.el (allout-init, allout-back-to-current-heading)
13098 (allout-beginning-of-current-entry, allout-ascend-to-depth)
13099 (allout-ascend, allout-up-current-level, allout-end-of-level)
13100 (allout-previous-visible-heading, allout-forward-current-level)
13101 (allout-backward-current-level, allout-show-children):
13102 * apropos.el (apropos-describe-plist):
13103 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
13104 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
13105 * completion.el (add-completion, add-permanent-completion):
13106 * descr-text.el (describe-text-category, describe-char):
13107 * desktop.el (desktop-lazy-abort):
13108 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
13109 * dired.el (dired-build-subdir-alist):
13110 * ediff.el (ediff-version):
13111 * elide-head.el (elide-head, elide-head-show):
13112 * emerge.el (emerge-version):
13113 * env.el (getenv):
13114 * face-remap.el (variable-pitch-mode):
13115 * faces.el (describe-face):
13116 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
13117 (dired-at-point):
13118 * files.el (find-file-existing, auto-save-mode):
13119 * font-lock.el (font-lock-fontify-buffer):
13120 * help-fns.el (describe-function, describe-variable)
13121 (describe-syntax, describe-categories):
13122 * help.el (view-lossage, describe-bindings, describe-key)
13123 (describe-mode):
13124 * hexl.el (hexl-current-address):
13125 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
13126 * info.el (Info-goto-emacs-key-command-node):
13127 * log-edit.el (log-edit-insert-cvs-template)
13128 (log-edit-insert-cvs-rcstemplate):
13129 * menu-bar.el (menu-bar-mode):
13130 * mouse.el (mouse-appearance-menu):
13131 * newcomment.el (comment-indent-new-line):
13132 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
13133 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 13134 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
13135 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
13136 * recentf.el (recentf-mode):
13137 * savehist.el (savehist-mode, savehist-save):
13138 * shadowfile.el (shadow-copy-files):
13139 * simple.el (kill-ring-save, next-line, previous-line)
13140 (normal-erase-is-backspace-mode):
13141 * strokes.el (strokes-update-window-configuration)
13142 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
13143 (strokes-xpm-for-stroke):
13144 * time.el (emacs-uptime, emacs-init-time):
13145 * tutorial.el (tutorial--describe-nonstandard-key)
13146 (tutorial--detailed-help):
13147 * type-break.el (type-break-mode)
13148 (type-break-mode-line-message-mode, type-break-query-mode)
13149 (type-break-guesstimate-keystroke-threshold):
13150 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
13151 * version.el (emacs-version):
13152 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
13153 * winner.el (winner-mode):
13154 * calendar/timeclock.el (timeclock-in, timeclock-out)
13155 (timeclock-status-string, timeclock-change)
13156 (timeclock-workday-remaining-string)
13157 (timeclock-workday-elapsed-string)
13158 (timeclock-when-to-leave-string):
13159 * calendar/todo-mode.el (todo-add-category):
13160 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
13161 * emacs-lisp/autoload.el (update-file-autoloads):
13162 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
13163 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
13164 (checkdoc-message-text, checkdoc-defun):
13165 * emacs-lisp/debug.el (debugger-list-functions):
13166 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13167 * emacs-lisp/eieio-opt.el (eieio-describe-class)
13168 (eieio-describe-generic):
13169 * emacs-lisp/lisp-mnt.el (lm-synopsis):
13170 * emacs-lisp/shadow.el (list-load-path-shadows):
13171 * emulation/cua-base.el (cua-mode):
13172 * emulation/edt.el (edt-set-scroll-margins):
13173 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
13174 (tpu-toggle-regexp, tpu-toggle-search-direction)
13175 (tpu-toggle-rectangle, tpu-toggle-control-keys):
13176 * emulation/tpu-extras.el (tpu-set-scroll-margins):
13177 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
13178 (viper-set-parsing-style-toggling-macro)
13179 (viper-set-emacs-state-searchstyle-macros):
13180 * emulation/viper.el (viper-set-hooks):
13181 * eshell/esh-mode.el (eshell-truncate-buffer):
13182 * international/mule-cmds.el (prefer-coding-system)
13183 (describe-input-method, describe-language-environment):
13184 * international/mule-diag.el (list-character-sets)
13185 (describe-character-set, describe-coding-system)
13186 (describe-fontset, list-fontsets, list-input-methods):
13187 * mail/sendmail.el (mail-signature):
13188 * net/ange-ftp.el (ange-ftp-copy-file):
13189 * net/browse-url.el (browse-url):
13190 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
13191 * net/quickurl.el (quickurl-add-url):
13192 * net/rcirc.el (names, topic):
13193 * net/xesam.el (xesam-mode):
13194 * play/5x5.el (5x5-new-game):
13195 * play/yow.el (apropos-zippy):
13196 * progmodes/ada-mode.el (ada-mode-version):
13197 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
13198 (f90-end-of-block)
13199 (f90-beginning-of-block):
13200 * progmodes/fortran.el (fortran-end-of-block)
13201 (fortran-beginning-of-block):
13202 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
13203 * progmodes/python.el (python-describe-symbol, python-shell):
13204 * term/ns-win.el (ns-print-buffer):
13205 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
13206 * textmodes/flyspell.el (flyspell-mode-on):
13207 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
13208 (pages-directory-for-addresses):
13209 * textmodes/table.el (table-recognize-cell)
13210 (table-query-dimension, table-generate-source)
13211 (table-insert-sequence, table--warn-incompatibility):
13212 * textmodes/tex-mode.el (tex-validate-buffer):
13213 * textmodes/texinfmt.el (texinfmt-version)
13214 (texinfo-format-buffer):
13215 Use `called-interactively-p' instead of `interactive-p'.
13216
12a3c28c
JB
132172009-10-02 Juanma Barranquero <lekktu@gmail.com>
13218
13219 * image-mode.el (image-toggle-display):
13220 * emacs-lisp/elp.el (elp-instrument-function):
13221 * emacs-lisp/advice.el (ad-make-advised-definition):
13222 * emacs-lisp/easy-mmode.el (define-minor-mode):
13223 * net/browse-url.el (browse-url-maybe-new-window):
13224 * progmodes/sh-script.el (sh-learn-buffer-indent):
13225 Pass new argument 'any to `called-interactively-p'.
13226
171fda8a
JB
132272009-10-01 Juanma Barranquero <lekktu@gmail.com>
13228
171fda8a
JB
13229 * international/uni-bidi.el:
13230 * international/uni-category.el:
13231 * international/uni-combining.el:
13232 * international/uni-comment.el:
13233 * international/uni-decimal.el:
9c3c9fdf 13234 * international/uni-decomposition.el:
171fda8a
JB
13235 * international/uni-digit.el:
13236 * international/uni-lowercase.el:
13237 * international/uni-mirrored.el:
13238 * international/uni-name.el:
13239 * international/uni-numeric.el:
13240 * international/uni-old-name.el:
13241 * international/uni-titlecase.el:
13242 * international/uni-uppercase.el:
13243 Regenerate from Unicode 5.2.0 data.
13244
dcb9734a
GM
132452009-10-01 Glenn Morris <rgm@gnu.org>
13246
13247 * Makefile.in (ELCFILES): Regenerate.
13248
ced10a4c
SM
132492009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
13250
9d28c33e
SM
13251 * subr.el (interactive-p): Mark obsolete.
13252 (called-interactively-p): Make the optional-ness of `kind' obsolete.
13253 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
13254 advertised-signature-table for subroutines as well.
13255
ced10a4c
SM
13256 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
13257 (set-advertised-calling-convention): New function.
13258 (make-obsolete, define-obsolete-function-alias)
13259 (make-obsolete-variable, define-obsolete-variable-alias):
13260 Make the optional-ness of `when' obsolete.
13261 (define-obsolete-face-alias): Make `when' non-optional.
13262 * help-fns.el (help-function-arglist):
13263 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
13264 Use advertised-signature-table.
13265
cc3dda16
MA
132662009-10-01 Michael Albinus <michael.albinus@gmx.de>
13267
13268 * files.el (delete-directory): New defun. The original function
13269 in fileio.c has been renamed to `delete-directory-internal'.
13270
13271 * dired.el (dired-delete-file): Call `delete-directory' with
13272 RECURSIVE parameter.
13273
5ce6e4f4 13274 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
13275 parameter RECURSIVE. Implementation is missing.
13276
13277 * net/tramp.el (tramp-handle-make-directory): Flush upper
13278 directory's file properties.
ced10a4c 13279 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
13280 (tramp-handle-dired-recursive-delete-directory): Flush directory
13281 properties after the remove command only.
13282
ced10a4c
SM
13283 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
13284 Handle optional parameter RECURSIVE.
cc3dda16 13285
ced10a4c
SM
13286 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
13287 Handle optional parameter RECURSIVE.
cc3dda16
MA
13288
13289 * net/tramp-smb.el (tramp-smb-errors): Add error message for
13290 connection timeout.
13291 (tramp-smb-handle-delete-directory): Handle optional parameter
13292 RECURSIVE.
13293
cf885595
SM
132942009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
13295
e3a6b82f
SM
13296 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
13297 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
13298 (byte-compile-defmacro): Use backquotes.
13299
7201bfbb
SM
13300 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
13301
cf885595
SM
13302 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
13303 has no associated file.
13304 (vc-resynch-buffer): Use vc-dir-buffers.
13305
a4d2c321
GM
133062009-10-01 Glenn Morris <rgm@gnu.org>
13307
9ffe3f52
GM
13308 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
13309 (chart-file-count):
13310 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
13311 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
13312 * emacs-lisp/eieio-opt.el (eieio-describe-class):
13313 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
13314 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
13315 (eieio-copy-parents-into-subclass, make-instance, class-children)
13316 (eieio-generic-form):
bd2afec2 13317
9515cdcc
GM
13318 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
13319 match-data. (Bug#4555).
13320
a4d2c321
GM
13321 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
13322 rather than parsing it as a regexp. This relaxes the layout
13323 requirements and makes errors easier to detect.
13324 (check-declare-verify): Check file is regular.
13325 (check-declare-directory): Doc fix.
13326 * subr.el (declare-function): Doc fix.
13327
b15c31c7
GM
13328 * ibuffer.el (ibuffer-format-qualifier):
13329 * isearch.el (hi-lock-regexp-okay):
13330 * calc/calc.el (math-zerop):
13331 * mail/uce.el (rmail-msgbeg, rmail-msgend):
13332 * term/w32-win.el (setup-default-fontset, set-fontset-font):
13333 Remove unused declarations.
13334
b0b111c3
JB
133352009-09-30 Eric Ludlam <zappo@gnu.org>
13336
13337 * emacs-lisp/eieio.el (boolean-p): Delete.
13338
1fc28a2c
GM
133392009-09-30 Glenn Morris <rgm@gnu.org>
13340
1fc28a2c
GM
13341 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
13342
494f4fc7
GM
13343 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
13344 filename is not a string.
13345
561580e9
CY
133462009-09-29 Chong Yidong <cyd@stupidchicken.com>
13347
13348 * files.el (safe-local-eval-forms): Fix typo.
13349
dcbbecd4
SM
133502009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
13351
13352 * vc-hooks.el (vc-dir-buffers): New var.
13353 (vc-state-refresh): New function.
13354 (vc-state): Use it.
13355 (vc-after-save): Always ask the backend to recompute the new state.
13356 Always call vc-dir if necessary, using vc-dir-buffers.
13357 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
13358 Use vc-dir-buffers.
13359 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
13360 (vc-dir-prepare-status-buffer, vc-dir-update)
13361 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
13362 Don't call expand-file-name on default-directory.
13363
d88444f2
JB
133642009-09-29 Juanma Barranquero <lekktu@gmail.com>
13365
13366 * speedbar.el (speedbar-item-delete):
13367 * calc/calc-prog.el (calc-kbd-if):
13368 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
13369
13370 * epa.el (epa-key-list-mode-map):
13371 * hi-lock.el (hi-lock-menu): Fix typos in menus.
13372
13373 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
13374 (hs-show-hook): Fix typo in docstring.
13375
5da62d41
GM
133762009-09-29 Glenn Morris <rgm@gnu.org>
13377
8360fce0
GM
13378 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
13379 file-name-nondirectory call preventing location of cedet files.
13380 (check-declare-verify): Use literal search rather than re-search.
ae715515 13381 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
13382
13383 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13384 Use tramp-compat-file-attributes rather than nonexistent
13385 tramp-compat-handle-file-attributes.
13386
5da62d41
GM
13387 * Makefile.in (lisptagsfiles4): New.
13388 (AUTOGENEL): Add cedet loaddefs files.
13389 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
13390 (update-elclist, compile-always, backup-compiled-files)
13391 (bootstrap-clean): Add yet another directory level.
13392 (update-elclist): Use LC_COLLATE rather than COLLATE.
13393 (ELCFILES): Update, via `make update-elclist'.
13394
48267264
JB
133952009-09-29 Juanma Barranquero <lekktu@gmail.com>
13396
13397 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
13398 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
13399 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
13400
2c4cd0b0
AS
134012009-09-28 Andreas Schwab <schwab@linux-m68k.org>
13402
13403 * Makefile.in (lisptagsfiles3): Define.
5da62d41 13404 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
13405 (update-elclist): Add third directory level to look for elc files.
13406 (compile-always): Likewise.
13407 (backup-compiled-files): Likewise.
13408 (bootstrap-clean): Likewise.
13409 (ELCFILES): Update.
13410
a2533e47
CY
134112009-09-28 Chong Yidong <cyd@stupidchicken.com>
13412
13413 * Makefile.in (ELCFILES): Add CEDET files.
13414
eefbedb1
MA
134152009-09-28 Michael Albinus <michael.albinus@gmx.de>
13416
13417 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
13418
13419 * net/tramp.el (top): Require tramp-imap.
13420
13421 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13422 Use `tramp-compat-handle-file-attributes'.
13423
134242009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
13425
13426 * net/tramp-imap.el: New package.
13427
b0b111c3
JB
134282009-09-28 Eric Ludlam <zappo@gnu.org>
13429
13430 * emacs-lisp/chart.el:
13431 * emacs-lisp/eieio-base.el:
13432 * emacs-lisp/eieio-comp.el:
13433 * emacs-lisp/eieio-custom.el:
13434 * emacs-lisp/eieio-datadebug.el:
13435 * emacs-lisp/eieio-opt.el:
13436 * emacs-lisp/eieio-speedbar.el:
13437 * emacs-lisp/eieio.el: New files.
13438
748e3d67
VJL
134392009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13440
13441 * whitespace.el (whitespace-trailing-regexp)
13442 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
13443 Fix doc string.
13444
15120dec
CY
134452009-09-27 Chong Yidong <cyd@stupidchicken.com>
13446
13447 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
13448 menu.
13449
13450 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
13451 menu-bar-ediff-menu.
13452
13453 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
13454 define-overloadable-function.
13455
13456 * progmodes/autoconf.el: Provide autoconf as well, so that this
13457 file can be `require'd.
13458
13459 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
13460
13461 * emacs-lisp/autoload.el (generated-autoload-feature)
13462 (generated-autoload-load-name): New vars.
13463 (autoload-rubric, autoload-generate-file-autoloads): Use them.
13464 (make-autoload): Recognize define-overloadable-function and
13465 defclass forms (for EIEIO).
13466
13467 * Makefile.in (update-subdirs): Exclude cedet directory.
13468
135abf91
AR
134692009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13470
1becddbb 13471 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
13472
13473 * faces.el: Default light-background background for region face to
13474 ns_selection_color under NS.
13475
3d994264
TZ
134762009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
13477
13478 * net/imap-hash.el: New library, see NEWS.
13479
13480 * Makefile.in (ELCFILES): Add imap-hash.el.
13481
ce9a0ccb
SM
134822009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
13483
13484 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
13485 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
13486 * help-macro.el (make-help-screen): Avoid using an ambiguous function
13487 definition where the docstring could be taken for the return value.
13488
a92cdd49
GM
134892009-09-26 Glenn Morris <rgm@gnu.org>
13490
13491 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
13492 Add option to only show images below a certain size.
13493 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
13494 save-excursion calls.
13495
416ac2f1
EZ
134962009-09-26 Eli Zaretskii <eliz@gnu.org>
13497
13498 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
13499 subdirectories) and eieio.
13500
d9a13f68
AM
135012009-09-26 Alan Mackenzie <acm@muc.de>
13502
9c3c9fdf 13503 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
550d95a0 13504 buggy bracketing. (Bug#4289)
d9a13f68
AM
13505
13506 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 13507 character constants (as case labels). (Bug#4289)
d9a13f68 13508
182b3bec
CY
135092009-09-25 Juri Linkov <juri@jurta.org>
13510
13511 * files.el (safe-local-eval-forms): Allow time-stamp in
13512 before-save-hook (Bug#4554).
13513
8f75f2da
JB
135142009-09-25 Drew Adams <drew.adams@oracle.com>
13515
13516 * menu-bar.el (list-buffers-directory): Doc fix.
13517
8390fb80
SM
135182009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
13519
13520 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
13521 Try and avoid copying twice the same paragraph.
13522 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
13523 Remove save-excursion.
13524 (log-edit-changelog-entry): Do it here instead.
13525
11ee8d90
JB
135262009-09-25 Juanma Barranquero <lekktu@gmail.com>
13527
027b1942
JB
13528 * bs.el (bs--get-file-name): Use `list-buffers-directory'
13529 when available, instead of hardcoding mode names. Doc fix.
13530
11ee8d90
JB
13531 * menu-bar.el (list-buffers-directory): Add docstring.
13532 Make automatically buffer-local.
13533
13534 * dired.el (dired-mode):
13535 * files.el (cd-absolute):
13536 * pcvs.el (cvs-temp-buffer):
13537 * pcvs-util.el (cvs-get-buffer-create):
13538 * shell.el (shell-mode):
13539 * vc-dir.el (vc-dir-mode):
13540 Don't make `list-buffers-directory' buffer local.
13541
21289c5d
CY
135422009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
13543
8390fb80
SM
13544 * comint.el (comint-exec, comint-run, make-comint):
13545 Doc fixes (Bug#4542).
21289c5d 13546
e8652dd9
GM
135472009-09-25 Glenn Morris <rgm@gnu.org>
13548
13549 * mail/rmailmm.el (rmail-mime): New custom group.
13550 Move all defcustoms in this file into this group.
13551 (rmail-mime-media-type-handlers-alist): Revert previous change.
13552 (rmail-mime-show-images): New option.
13553 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
13554 references to it, since it wasn't actually used for anything.
13555 (rmail-mime-insert-image): New function.
13556 (rmail-mime-image): Use rmail-mime-insert-image.
13557 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
13558 obey the value of `rmail-mime-show-images' option. Print the size of
13559 attachments.
e8652dd9 13560
fb652bb5
JB
135612009-09-25 David Engster <deng@randomsample.de>
13562
13563 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
13564
32a9841c
VJL
135652009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13566
13567 * whitespace.el: Does not highlight trailing spaces While point is
13568 at end of line. Does not highligt spaces at beginning of buffer
13569 while point is at beginning of buffer. Does not highlight spaces
13570 at end of buffer while point is at end of buffer. (Bug#4177)
13571 New version 12.0.
13572 (whitespace-display-mappings): Adjust initialization.
13573 (whitespace-point, whitespace-font-lock-refontify): New vars.
13574 (whitespace-color-on, whitespace-color-off): Adjust code.
13575 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13576 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
13577 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
13578
e477ca84
CY
135792009-09-24 Chong Yidong <cyd@stupidchicken.com>
13580
13581 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
13582
13583 * textmodes/sgml-mode.el: Remove xml-mode alias.
13584
13585 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 13586 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 13587
68712602
AM
135882009-09-24 Alan Mackenzie <acm@muc.de>
13589
13590 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
13591 c-forward-conditionals, but it doesn't move point and doesn't set
13592 the mark.
13593 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
13594 (c-down-conditional-with-else, c-backward-conditional)
13595 (c-forward-conditional): Refactor to use c-scan-conditionals.
13596
1659ada0
JB
135972009-09-24 Juanma Barranquero <lekktu@gmail.com>
13598
13599 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
13600 (help-default-arg-highlight): Remove.
13601 (help-highlight-arg): New function.
13602 (help-do-arg-highlight): Use it.
13603 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
13604
b3f01e46
SM
136052009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13606
13607 * term.el (term-set-scroll-region, term-handle-ansi-escape):
13608 Undo last change, which didn't fix the problem and introduced others.
13609
107ef54a
NR
136102009-09-24 Nick Roberts <nickrob@snap.net.nz>
13611
13612 * progmodes/gdb-mi.el: Don't require speedbar.
13613 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
13614
ffa1fed6
GM
136152009-09-24 Glenn Morris <rgm@gnu.org>
13616
2157a2be
GM
13617 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
13618
6125167c
GM
13619 * term/ns-win.el (ns-reg-to-script): Define for compiler.
13620
ffa1fed6
GM
13621 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
13622 there is no newline after the final mime boundary. (Bug#4539)
13623 Move markers on insertion so that any buttons inserted don't end up in
13624 the next part of a multipart message.
2e9075d3
GM
13625 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
13626 (rmail-mime-bulk-handler): Optionally handle images.
13627 (rmail-mime-image): New button action.
13628 (rmail-mime-image-handler): New function.
13629 (rmail-mime-mode): New mode.
13630 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 13631
4a814992
SM
136322009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13633
075518b5
SM
13634 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
13635 than just dropping elements from it (bug#4504).
13636
8ad2defc
SM
13637 * term.el (term-set-scroll-region): Don't move cursor any more.
13638 (term-handle-ansi-escape): Call term-goto here instead.
13639 Suggested by Ivan Kanis <apple@kanis.eu>.
13640
4a814992
SM
13641 * term.el: Require CL.
13642 (term-ansi-reset): New function.
13643 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
13644 (term-handle-colors-array): Simplify.
13645
5a0c3f56
JB
136462009-09-24 Juanma Barranquero <lekktu@gmail.com>
13647
13648 * allout.el (allout-overlay-interior-modification-handler)
13649 (allout-obtain-passphrase):
13650 * epa-file.el (epa-file-write-region):
13651 * ps-print.el (ps-begin-job):
13652 * vc-hooks.el (vc-toggle-read-only):
13653 * vc-rcs.el (vc-rcs-rollback):
13654 * vc-sccs.el (vc-sccs-rollback):
13655 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
13656 (vc-version-diff, vc-revert, vc-rollback):
13657 * wdired.el (wdired-check-kill-buffer):
13658 * emacs-lisp/authors.el (authors):
13659 * net/socks.el (socks-open-connection):
13660 * net/zeroconf.el (zeroconf-service-add-hook):
13661 * obsolete/vc-mcvs.el (vc-mcvs-register):
13662 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
13663 (gdb-select-frame):
13664 * progmodes/grep.el (lgrep, rgrep):
13665 * progmodes/idlw-help.el (idlwave-help-check-locations)
13666 (idlwave-help-html-link, idlwave-help-assistant-open-link):
13667 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13668 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
13669 (reftex-toc-rename-label): Fix typos in error messages.
13670
13671 * dired-aux.el (dired-do-shell-command): Reflow docstring.
13672 (dired-copy-how-to-fn): Doc fix.
13673 (dired-files-attributes, dired-read-shell-command):
13674 Fix typos in docstrings.
13675
13676 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
13677 (dired-x-find-file-other-window): Reflow docstrings.
13678 (dired-omit-marker-char, dired-read-shell-command)
13679 (dired-x-submit-report): Fix typos in docstrings.
13680
13681 * shell.el (shell-mode-hook):
13682 * view.el (View-scroll-line-forward):
13683 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
13684 Fix typos in docstrings.
13685
13686 * net/dig.el (dig-invoke): Fix typo in docstring.
13687 (query-dig): Reflow docstring.
13688
13689 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
13690 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
13691 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
13692 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
13693 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
13694 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
13695 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
13696 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
13697 (idlwave-completion-map, idlwave-current-indent)
13698 (idlwave-custom-ampersand-surround, idlwave-customize)
13699 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
13700 (idlwave-define-abbrev, idlwave-determine-class-special)
13701 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
13702 (idlwave-end-block-reg, idlwave-end-of-statement)
13703 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
13704 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
13705 (idlwave-explicit-class-listed, idlwave-file-header)
13706 (idlwave-fill-paragraph, idlwave-find-class-definition)
13707 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
13708 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
13709 (idlwave-in-quote, idlwave-indent-action-table)
13710 (idlwave-indent-expand-table, idlwave-indent-line)
13711 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
13712 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
13713 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
13714 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
13715 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
13716 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
13717 (idlwave-outlawed-buffers, idlwave-popup-select)
13718 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
13719 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
13720 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
13721 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
13722 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
13723 (idlwave-statement-type, idlwave-struct-skip)
13724 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
13725 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
13726 (idlwave-what-module-find-class): Fix typos in docstrings.
13727 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
13728 (idlwave-calculate-cont-indent, idlwave-expand-equal)
13729 (idlwave-find-module, idlwave-find-structure-definition)
13730 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
13731 (idlwave-list-load-path-shadows, idlwave-next-statement)
13732 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
13733 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
13734 (idlwave-template): Reflow docstrings.
13735
13736 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
13737 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
13738 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
13739 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
13740 (idlwave-shell-display-line, idlwave-shell-display-wframe)
13741 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
13742 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
13743 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
13744 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
13745 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
13746 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
13747 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
13748 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
13749 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
13750 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
13751 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
13752 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
13753 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
13754 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
13755 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
13756 Fix typos in docstrings.
13757 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
13758 (idlwave-shell-hide-output, idlwave-shell-mode)
13759 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
13760 Reflow docstrings.
13761
13762 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
13763
62136c5d
SM
137642009-09-24 Ivan Kanis <apple@kanis.eu>
13765
13766 * term.el (term-bold-attribute): New var.
13767 (term-handle-colors-array): Use it.
13768
9c1a45ed
NR
137692009-09-23 Nick Roberts <nickrob@snap.net.nz>
13770
13771 * progmodes/gdb-mi.el (gdb-version): New variable.
13772 (gdb-non-stop-handler): Set gdb-version.
13773 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
13774 Condition "--thread" option on gdb-version.
13775 (gdb-invalidate-threads): Remove unused argument.
13776
03304f31
SM
137772009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13778
13779 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
13780 to looking-back to avoid ridiculous slow down in large files (bug#4511).
13781
4f02f0c9
GM
137822009-09-23 Glenn Morris <rgm@gnu.org>
13783
13784 * mail/rmail.el (rmail-reply): Don't try to add a References header when
13785 replying to mail without References or Message-Id. (Bug#4525)
13786
a3b4b363
AR
137872009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
13788
13789 * term/ns-win.el (ns-reg-to-script): New variable.
13790
7bda18cc
DU
137912009-09-23 Daiki Ueno <ueno@unixuser.org>
13792
13793 * epg.el (epg-wait-for-status): Preserve existing 'error results.
13794
72169e55
SS
137952009-09-22 Sam Steingold <sds@gnu.org>
13796
13797 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
13798 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
13799 to 1 because hg returns status 1 when nothing is found.
0aa4f295 13800 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 13801
905b7d38
SM
138022009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13803
b0459dec
SM
13804 * textmodes/fill.el: Convert to utf-8 encoding.
13805 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 13806 pre-Unicode days.
b0459dec 13807
905b7d38
SM
13808 * add-log.el (change-log-fill-forward-paragraph): New function.
13809 (change-log-mode): Use it so fill-region DTRT.
13810 Set fill-indent-according-to-mode here rather than in
13811 change-log-fill-paragraph.
13812 (change-log-fill-paragraph): Remove.
13813
baa7f3de
JB
138142009-09-22 Juanma Barranquero <lekktu@gmail.com>
13815
13816 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
13817 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
13818
a8d789f0
GM
138192009-09-22 Glenn Morris <rgm@gnu.org>
13820
daedbbc2
GM
13821 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
13822 the scroll-bar scroll the calendar window rather than the buffer.
13823
d8899a74
GM
13824 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
13825 commands that move point (as opposed to scrolling).
13826
a8d789f0
GM
13827 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
13828
13829 * emacs-lisp/elint.el (elint): New custom group.
13830 (elint-log-buffer): Make it a defcustom.
13831 (elint-scan-preloaded, elint-ignored-warnings)
13832 (elint-directory-skip-re): New options.
13833 (elint-builtin-variables): Doc fix.
13834 (elint-preloaded-env): New variable.
13835 (elint-unknown-builtin-args): Add an entry for encode-time.
13836 (elint-extra-errors): Make it a variable rather than a constant.
13837 (elint-preloaded-skip-re): New constant.
13838 (elint-directory): Skip files matching elint-directory-skip-re.
13839 (elint-features): New variable, local to linted buffers.
13840 (elint-update-env): Initialize elint-features. Possibly add
13841 elint-preloaded-env to the buffer's environment.
13842 (elint-get-top-forms): Bind elint-current-pos, for log messages.
13843 Skip quoted forms.
13844 (elint-init-form): New function, extracted from elint-init-env.
13845 Make non-list forms a warning rather than an error.
13846 Add the mode-map for define-derived-mode. Handle define-minor-mode,
13847 easy-menu-define, put that adds an error-condition, and provide.
13848 When requiring cl, also require cl-macs. Really require cl, to handle
13849 some cl macros. Store required libraries in the list elint-features,
13850 so as not to re-load them. Treat cc-require like require.
13851 (elint-init-env): Call elint-init-form to do the work.
13852 Handle eval-and-compile and such like.
13853 (elint-add-required-env): Do not clear messages.
13854 (elint-special-forms): Add handlers for function, defalias, if, when,
13855 unless, and, or.
13856 (elint-form): Add optional argument to ignore elint-special-forms,
13857 useful to prevent recursive calls from handlers. Doc fix.
13858 Respect elint-ignored-warnings.
13859 (elint-form): Respect elint-ignored-warnings.
13860 (elint-bound-variable, elint-bound-function): New variables.
13861 (elint-unbound-variable): Respect elint-bound-variable.
13862 (elint-get-args): Respect elint-bound-function.
13863 (elint-check-cond-form): Add some simple handling for (f)boundp and
13864 featurep tests.
13865 (elint-check-defalias-form): New handler.
13866 (elint-check-let-form): Make an empty let a warning rather than an
13867 error.
13868 (elint-check-setq-form): Make an empty setq a warning rather than an
13869 error. Respect elint-ignored-warnings.
13870 (elint-check-defvar-form): Accept null doc-strings.
13871 (elint-check-conditional-form): New handler. Does some simple-minded
13872 checking of featurep and (f)boundp tests.
13873 (elint-put-function-args): New function.
13874 (elint-initialize): Use elint-scan-doc-file rather than
13875 elint-find-builtin-variables. Use elint-put-function-args.
13876 Possibly scan preloaded-file-list.
13877 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
13878 extend to handle functions as well.
13879
245be23c
JB
138802009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
13881
13882 * linum.el (linum-delete-overlays, linum-update-window):
13883 Do not modify the right margin. (Bug#3971)
13884
91fdbd6f
CY
138852009-09-21 Chong Yidong <cyd@stupidchicken.com>
13886
13887 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
13888 nxml-mode instead of xml-mode.
13889
7589d38e
JB
138902009-09-21 Kevin Ryde <user42@zip.com.au>
13891
13892 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
13893
5ac42715
SM
138942009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13895
13896 * net/dig.el (dig-mode): Use define-derived-mode.
13897
09c01323
DN
138982009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
13899
4096c5f2
DN
13900 * vc-dispatcher.el (vc-do-command): Return the process object in
13901 the asynchronous case. Use when instead of if. Do not run
5480359e 13902 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 13903
0e172cc2
DN
13904 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
13905 properties to the stash strings.
13906 (vc-git-stash-list): Return a list of strings.
13907 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
13908 (vc-git-stash-show-at-point): New functions.
13909 (vc-git-stash-map): New keymap.
13910
03304f31
SM
13911 * register.el (ctl-x-r-map): Define the keys here instead of
13912 using autoload.
09c01323 13913
03304f31 139142009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
13915
13916 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
13917 list, to workaround performance problem (bug#4485).
13918
2f5fc4d7
NR
139192009-09-20 Nick Roberts <nickrob@snap.net.nz>
13920
13921 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
13922
b0f5fd2e
DU
139232009-09-20 Daiki Ueno <ueno@unixuser.org>
13924
13925 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
13926 Document that this option is not recommended to use.
13927
f3445fab
GM
139282009-09-19 Glenn Morris <rgm@gnu.org>
13929
547c6921
GM
13930 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
13931 variable `var'.
13932
f3445fab
GM
13933 * calc/calc-alg.el (var):
13934 * calc/calcalg2.el (var): Define for compiler.
13935
946c009b
CY
139362009-09-19 Chong Yidong <cyd@stupidchicken.com>
13937
e3f36d03
SM
13938 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
13939 Doc fix (Bug#3932).
e2045997 13940
24aedbca
CY
13941 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
13942
327dd27a
CY
13943 * time-stamp.el (time-stamp-month-dd-yyyy)
13944 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
13945 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
13946 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
13947 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
13948 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 13949
946c009b
CY
13950 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
13951 indent buffer only if called interactively (Bug#4452).
13952
3e70541a 139532009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 13954 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
13955
13956 This fixes bug#4197 (merged to bug#865, though not identical).
13957 * server.el (server-auth-dir): Add docstring note about FAT32.
13958 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
13959 but warn against using them.
13960
9b94c32e
NR
139612009-09-19 Nick Roberts <nickrob@snap.net.nz>
13962
13963 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
13964 older GDB where there is no has_more field.
13965
66590684
GM
139662009-09-19 Glenn Morris <rgm@gnu.org>
13967
13968 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13969
9a1337f9
CY
139702009-09-18 Chong Yidong <cyd@stupidchicken.com>
13971
13972 * files.el (auto-mode-alist): Change default for XML files to nXML
13973 mode (Bug#4169).
13974
d7554167
JB
139752009-09-18 Juanma Barranquero <lekktu@gmail.com>
13976
13977 * server.el (server-ensure-safe-dir): Pass 'integer
13978 to `file-attributes', as suggested.
13979
35a3f9a4
SM
139802009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
13981
13982 * dired-aux.el (dired-query-alist): Remove spurious backslash.
13983 (dired-query): Use read-key.
13984
044f9b05
AR
139852009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
13986
13987 * cus-start.el (ns-use-qd-smoothing): Remove.
13988
6188ea49
GM
139892009-09-18 Glenn Morris <rgm@gnu.org>
13990
08cf18e4
GM
13991 * allout.el (top-level): Remove unnecessary progn.
13992
07eae5c5
GM
13993 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
13994
6726c25e
GM
13995 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
13996 definition of abbrev table.
13997
3f527154 13998 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
13999 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
14000 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
14001 * net/newst-backend.el (newsticker--cache-read-feed):
14002 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
14003 condition-case handlers.
14004
ccb4c30c
NR
140052009-09-18 Nick Roberts <nickrob@snap.net.nz>
14006
14007 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
14008 (gdb-var-list): Add an element for has_more field.
14009 (gdb-non-stop-handler): Enable pretty printing for STL containers.
14010 (gdb-var-create-handler, gdb-var-list-children-handler-1)
14011 (gdb-var-update-handler-1): Parse output of dynamic variable
14012 objects (STL containers).
14013 (gdb-var-delete-1): Pass var1 as an explicit second argument.
14014 (gdb-get-field): Delete alias. Use bindat-get-field directly.
14015
14016 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
14017 gdb-var-list.
14018 (gud-speedbar-buttons): Make node expandable if expression "has more"
14019 children.
14020
8686ac71
JB
140212009-09-17 Juanma Barranquero <lekktu@gmail.com>
14022
14023 * startup.el (emacs-quick-startup): Remove variable and all uses.
14024 (command-line): Set `inhibit-x-resources' instead.
14025 (command-line-1): Use `inhibit-x-resources' instead.
14026
a69c67e8
CY
140272009-09-17 Chong Yidong <cyd@stupidchicken.com>
14028
14029 * subr.el: Fix last change to avoid using the `unless' macro,
14030 which breaks bootstrapping.
14031
354f0faf
SM
140322009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
14033
14034 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
14035 extended definitions, in case we reload subr.el after having
14036 loaded CL.
14037 (eval-next-after-load): Mark as obsolete.
14038
98b9bf40
JL
140392009-09-17 Juri Linkov <juri@jurta.org>
14040
14041 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
14042 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
14043 (menu-bar-showhide-menu, menu-bar-tools-menu)
14044 (menu-bar-describe-menu, menu-bar-help-menu)
14045 (minibuffer-local-completion-map, minibuffer-local-map):
14046 Fix list quoting.
14047
28fab7b5
GM
140482009-09-17 Glenn Morris <rgm@gnu.org>
14049
88d5190c
GM
14050 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
14051 arguments, whether or not it has a handler.
14052
74f24ba7
GM
14053 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
14054
28fab7b5
GM
14055 * simple.el (hard-newline): Give it a doc-string.
14056
a8106aec
GM
14057 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
14058 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 14059
76251ad7
DN
140602009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
14061
72033dbe
DN
14062 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
14063 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
14064 (menu-bar-options-menu, menu-bar-showhide-menu)
14065 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
14066 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
14067 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
14068 (menu-bar-options-menu, menu-bar-tools-menu)
14069 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
14070 (menu-bar-help-menu):
14071 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
14072 string arguments.
14073
76251ad7
DN
14074 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
14075 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
14076 calls for the menu names and :help.
14077
97b952b7
SM
140782009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
14079
14080 * mouse.el (minor-mode-menu-from-indicator): Pay attention
14081 to :minor-mode-function (bug#4455).
14082
8f38189e
SM
140832009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14084
d2fd733e
SM
14085 * startup.el (command-line): Initialize the window-system after
14086 processing the command-line.
14087
8f38189e
SM
14088 * textmodes/page.el (what-page): Make sure we don't inf-loop if
14089 page-delimiter matches the empty string.
14090
77564fa4
GM
140912009-09-16 Glenn Morris <rgm@gnu.org>
14092
14093 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
14094 byte-compile-not-obsolete-var. It's a list now.
14095 (byte-compile-not-obsolete-funcs): New variable.
14096 (byte-compile-warn-obsolete): Don't warn about functions if they are in
14097 byte-compile-not-obsolete-funcs.
14098 (byte-compile-variable-ref, byte-compile-defvar): Update for
14099 byte-compile-not-obsolete-vars name-change and list nature.
14100 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
14101 and variables behind (f)boundp tests.
14102 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
14103
79d316d3
DN
141042009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
14105
14106 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
14107
8fed6934
SM
141082009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
14109
14110 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
14111 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
14112 Don't autoload.
14113
4078fd57
SE
141142009-09-15 Stephen Eglen <stephen@gnu.org>
14115
14116 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 14117 the virtual-buffers, use the name of the buffer specified by
4078fd57 14118 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 14119 problem if the target and the symlink had different names.)
4078fd57 14120
838ff458
SM
141212009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
14122
b3c7c12d
SM
14123 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
14124
13dc2bc2
SM
14125 * desktop.el (desktop-path): Check user-emacs-directory.
14126
49fec531
SM
14127 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
14128
0e328d37
SM
14129 * loadup.el: Use after-load-functions to GC after loading each file.
14130 Remove the explicit GC calls that used to be sprinkled around.
14131
838ff458
SM
14132 * subr.el (after-load-functions): New hook.
14133 (do-after-load-evaluation): Run it. Use string-match-p to detect
14134 `obsolete' packages, rather than painfully extracting the relevant
14135 directory name.
14136
a62f564f
GM
141372009-09-15 Glenn Morris <rgm@gnu.org>
14138
14139 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
14140 free variable `doc'.
14141
14142 * dired.el (dired-mode-map): Add menu entry for async shell command.
14143
14144 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
14145 variables, also consider the .elc files, since the .el files are
14146 normally gzipped (subsequent code locates the .el.gz from the .elc).
14147
14148 * calc/calc-prog.el (arglist): Define for compiler.
14149
14150 * calendar/diary-lib.el (diary-display-function): Change the default to
14151 fancy display.
14152 (body): Define for compiler.
14153
14154 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
14155 (byte-compile-file-form, byte-compile-lambda)
14156 (byte-compile-top-level-body, byte-compile-form)
14157 (byte-compile-variable-ref, byte-compile-setq)
14158 (byte-compile-setq-default, byte-compile-body)
14159 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
14160 (batch-byte-compile): Give some more local variables with common names
14161 a "bytecomp-" prefix to avoid masking warnings about free variables.
14162
cd05fe7f
GM
14163 * startup.el (command-line-1): Give local variables with common names a
14164 distinguishing prefix, so as not to hide free variable warnings during
14165 bootstrap.
14166
a62f564f
GM
14167 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
14168 clever and add a suffix to make a unique name, just let the user decide
14169 whether or not to overwrite it. If the input is a directory, write the
14170 default filename to that directory. (Bug#4388)
14171 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
14172 is a filename-as-a-directory.
14173
fbc88440
SM
141742009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
14175
14176 * textmodes/page.el (what-page): Don't move to beginning of line.
14177 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
14178
60308853
DN
141792009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
14180
14181 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
14182
32ba3abc
DN
141832009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
14184
9cd39aff
DN
14185 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
14186 * help.el (help-for-help-internal): Add purecopy calls for text.
14187
32ba3abc
DN
14188 * vc.el (top): print-log method now takes an optional SHORTLOG
14189 argument. Add a new method: root.
32ba3abc
DN
14190 (vc-root-diff, vc-print-root-log): New functions.
14191 (vc-log-short-style): New variable.
14192 (vc-print-log-internal): Add support for showing short logs.
14193
14194 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
14195 vc-print-root-log and vc-print-root-diff.
14196
14197 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
14198 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
14199 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
14200 short logs.
14201
14202 * vc-cvs.el (vc-cvs-print-log):
14203 * vc-mtn.el (vc-mtn-print-log):
14204 * vc-rcs.el (vc-rcs-print-log):
14205 * vc-sccs.el (vc-sccs-print-log):
14206 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
14207 that is ignored for now.
14208
837b0e99
DN
14209 * vc-mtn.el (vc-mtn-annotate-command):
14210 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
14211
31cd2dd4
SM
142122009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14213
14214 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
14215 to function-key-map, and give them ascii-character property.
14216 * term/x-win.el (x-alternatives-map):
14217 * term/ns-win.el (ns-alternatives-map):
14218 * term/internal.el (msdos-key-remapping-map):
14219 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
14220
d62e5bf2
GM
142212009-09-14 Glenn Morris <rgm@gnu.org>
14222
14223 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
14224 temp-buffers (2009-09-12).
14225
7d0105e5
SM
142262009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
14227
14228 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
14229 the new read-key function.
14230
e17ed9ad
CY
142312009-09-13 Chong Yidong <cyd@stupidchicken.com>
14232
14233 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
14234 is defined (Bug#4405).
14235
1fc26e29
CY
142362009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
14237
14238 * recentf.el (recentf-cleanup): Use a hash table to find
14239 duplicates (Bug#4407).
14240
61dc96a2 142412009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
14242
14243 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
14244 kp-0 to ascii equivalents (Bug#4325).
14245
42c3a9e3
CY
142462009-09-13 Chong Yidong <cyd@stupidchicken.com>
14247
1f5c1626
CY
14248 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
14249
42c3a9e3 14250 * eshell/em-hist.el:
31cd2dd4
SM
14251 * eshell/em-dirs.el (eshell-complete-user-reference):
14252 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
14253
142542009-09-13 Leo <sdl.web@gmail.com> (tiny change)
14255
14256 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
14257 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
14258 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
14259 * eshell/em-hist.el (eshell-history-file-name):
14260 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 14261
1e2b6acf
GM
142622009-09-13 Glenn Morris <rgm@gnu.org>
14263
14264 * ediff-merg.el (ediff-do-merge):
14265 * filesets.el (filesets-run-cmd):
14266 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
14267 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
14268 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
14269 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
14270 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
14271 Replace empty `let's with `progn'.
14272
adba8116
SM
142732009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
14274
14275 * mail/sendmail.el (send-mail-function):
14276 * tooltip.el (tooltip-mode):
14277 * simple.el (transient-mark-mode):
14278 * rfn-eshadow.el (file-name-shadow-mode):
14279 * frame.el (blink-cursor-mode):
14280 * font-core.el (global-font-lock-mode):
14281 * files.el (temporary-file-directory)
14282 (small-temporary-file-directory, auto-save-file-name-transforms):
14283 * epa-hook.el (auto-encryption-mode):
14284 * composite.el (global-auto-composition-mode):
14285 Use custom-initialize-delay.
14286 * startup.el (command-line): Don't explicitly call
14287 custom-reevaluate-setting for all the above vars.
14288 * custom.el (custom-initialize-safe-set)
14289 (custom-initialize-safe-default): Delete.
14290
0a4afea9
SM
142912009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14292
9f94990d
SM
14293 * term/x-win.el (x-initialize-window-system):
14294 * term/w32-win.el (w32-initialize-window-system):
14295 * term/ns-win.el (ns-initialize-window-system): Don't call
14296 mouse-wheel-mode since it's enabled globally by default already.
14297
0a4afea9
SM
14298 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
14299 actually define the variable, but only silences the byte-compiler.
14300 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
14301 before looking it up.
14302 (mouse-wheel-scroll-amount): Also reset the bindings if this value
14303 is changed.
14304
bf01513f
GM
143052009-09-12 Glenn Morris <rgm@gnu.org>
14306
14307 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
14308 1000.
14309 (elint-add-required-env): Don't beep on error.
14310 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
14311 (elint-init-env): Skip non-list forms.
14312 (elint-log): Handle unknown file positions.
bf01513f 14313
d85889e4
DU
143142009-09-12 Daiki Ueno <ueno@unixuser.org>
14315
14316 * epg.el (epg-make-context): Add autoload cookie.
14317 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
14318 (epg-decrypt-string, epg-start-verify, epg-verify-file)
14319 (epg-verify-string, epg-start-sign, epg-sign-file)
14320 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
14321 (epg-encrypt-string, epg-start-export-keys)
14322 (epg-export-keys-to-file, epg-export-keys-to-string)
14323 (epg-start-import-keys, epg-import-keys-from-file)
14324 (epg-import-keys-from-string, epg-start-receive-keys)
14325 (epg-receive-keys, epg-import-keys-from-server)
14326 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
14327 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
14328 (epg-generate-key-from-file, epg-generate-key-from-string):
14329 Remove autoload cookie.
d85889e4 14330
8f825ee6
EZ
143312009-09-12 Eli Zaretskii <eliz@gnu.org>
14332
36b434ee
EZ
14333 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
14334 reevaluation of trash-directory.
14335
8f825ee6
EZ
14336 * mwheel.el: Fix last change.
14337 (mouse-wheel-mode): New defvar.
14338 (mouse-wheel-mode): Remove autoload cookie.
14339
5766c380
SM
143402009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14341
ab5c0fcd
SM
14342 * mwheel.el (mwheel-installed-bindings): New var.
14343 (mouse-wheel-mode): Use it, so as to make sure we really remove all
14344 the bindings we set last time. Use custom-initialize-delay.
14345 * loadup.el: Load mwheel after term/*-win.el.
14346 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
14347 and mouse-wheel-up-event now that their first evaluation is done
14348 sufficiently late to be correct.
14349
45448e64
SM
14350 * startup.el (tutorial-directory): Make it a defcustom.
14351 Use custom-initialize-delay rather than eval-at-startup to set it.
14352 * image.el (image-load-path): Make it a defcustom.
14353 Use custom-initialize-delay rather than eval-at-startup to set it.
14354 * subr.el (eval-at-startup): Remove.
14355 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
14356
5766c380
SM
14357 * subr.el (do-after-load-evaluation): Warn the user after loading an
14358 obsolete package.
14359
d6549da4
GM
143602009-09-12 Glenn Morris <rgm@gnu.org>
14361
14362 * proced.el (proced-mark-alt): Remove alias.
14363 (proced-mode-map): Remove proced-mark-alt.
14364
14365 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
14366 Elint file and directory. Remove initialization entry.
14367
14368 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
14369 commands.
14370 (elint-current-buffer): Set mode-line-process.
14371 (elint-init-env): Handle define-derived-mode.
14372 Fix declare-function with unspecified arglist. Guard against odd
14373 defalias statements (eg iso-insert's 8859-1-map).
14374 (elint-add-required-env): Use a temp buffer.
14375 (elint-form): Just print the function/macro name, not the whole form.
14376 Return env unchanged if we fail to parse a macro.
14377 (elint-forms): Guard against parse errors.
14378 (elint-output): New function, to handle batch mode.
14379 (elint-log-message): Add optional argument. Use elint-output.
14380 (elint-set-mode-line): New function.
14381
30194d4d
CY
143822009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
14383
14384 * emacs-lisp/elp.el (elp-not-profilable): Add more
14385 functions (Bug#4233).
14386
a035f9b0
CY
143872009-09-12 Chong Yidong <cyd@stupidchicken.com>
14388
14389 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
14390 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
14391
dad61164
NR
143922009-09-11 Nick Roberts <nickrob@snap.net.nz>
14393
14394 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
14395 (gdb-var-list-children): Use json parsing.
14396
9c3c9fdf 143972009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
14398
14399 * progmodes/js.el (js--proper-indentation): Handle the case where
14400 char-before is null. Reported by Deniz Dogan.
14401
b4587710
JB
144022009-09-11 Juanma Barranquero <lekktu@gmail.com>
14403
14404 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
14405
13890796
DU
144062009-09-11 Daiki Ueno <ueno@unixuser.org>
14407
14408 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
14409 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 14410 (epg-context-set-passphrase-callback)
97d4bdba 14411 (epg-context-set-progress-callback): Add description about
b18508dd 14412 callback function.
13890796 14413
2efb64a8
SM
144142009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14415
790d0270
SM
14416 * custom.el (custom-delayed-init-variables): New var.
14417 (custom-initialize-delay): New function.
14418 * startup.el (command-line): "Re"evaluate all vars in
14419 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
14420 explicitly any more.
14421 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
14422 to avoid creating a ~/.emacs.d at build-time (bug#4347).
14423
14424 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 14425
ac243a40
NR
144262009-09-11 Nick Roberts <nickrob@snap.net.nz>
14427
14428 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
14429 (gdb-var-update-handler): Use json parsing.
14430
657bc6fc
JB
144312009-09-11 Juanma Barranquero <lekktu@gmail.com>
14432
14433 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
14434 decode annotated text, regardless of language environment. (Bug#2741)
14435
b6fe8102
SM
144362009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14437
14438 * Makefile.in (autoloads): Make rmail.el writable as well.
14439
5cc443fe
GM
144402009-09-11 Glenn Morris <rgm@gnu.org>
14441
5515c54e
GM
14442 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
14443 loaddefs.el.
14444 * dired.el: Regenerate with extracted autoloads.
14445 * Makefile.in (autoloads): Make dired.el writable.
14446
15067158
GM
14447 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
14448 * ibuffer.el: Regenerate with extracted autoloads.
14449 * Makefile.in (autoloads): Make ibuffer.el writable.
14450
d35d0238
GM
14451 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
14452 * version.el (emacs-copyright, emacs-major-version)
14453 (emacs-minor-version): Reformat doc-strings for make-docfile.
14454
5cc443fe
GM
14455 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
14456 functions and variables, since they must be stuff specific to some other
14457 platform.
14458 (apropos-print): Make mouse-click message less specific about button.
14459
14460 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
14461 that records where a macro was defined.
14462 * help-fns.el (describe-function-1): Mention if a function has a
14463 compiler-macro.
14464 * help-mode.el (help-function-cmacro): New button.
14465
14466 * locate.el (top-level): Always require dired.
14467 (locate-mode-map): Initialize inside the defvar.
14468
14469 * net/ange-ftp.el (dired-compress-file): Declare.
14470 (ange-ftp-dired-compress-file): Add doc string.
14471
14472 * term/ns-win.el (x-display-name, x-setup-function-keys):
14473 Unify doc-strings with X versions.
14474
8cb95edf
SM
144752009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14476
726a4d09
SM
14477 * emulation/crisp.el (crisp-mode-map): Move initialization
14478 into declaration.
14479 (crisp-mode): Use define-minor-mode.
14480
8cb95edf
SM
14481 * progmodes/xscheme.el (xscheme-evaluation-commands):
14482 Put a :advertised-binding property rather than using
14483 advertised-xscheme-send-previous-expression.
14484 (advertised-xscheme-send-previous-expression): Declare obsolete.
14485 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
14486 `advertised-undo'.
14487 (crisp-mode): Add corresponding bindings to
14488 undo's :advertised-binding instead.
14489 * dired.el (dired-mode-map): Put a :advertised-binding property rather
14490 than using dired-advertised-find-file.
14491 (dired-advertised-find-file):
14492 * simple.el (advertised-undo):
14493 * wid-edit.el (advertised-widget-backward): Declare obsolete.
14494 (widget-keymap): Put a :advertised-binding property rather
14495 than using advertised-widget-backward.
14496 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
14497 than using advertised-undo.
14498 * tutorial.el (tutorial--default-keys): Adjust accordingly.
14499
07db5857
SS
145002009-09-10 Simon South <ssouth@slowcomputing.org>
14501
14502 * progmodes/delphi.el (delphi-tab): Indent region when Transient
14503 Mark mode is enabled and region is active; otherwise indent or
14504 insert TAB as usual.
14505 (delphi-mode): Update description of TAB-key binding.
14506
50d4ba39
SM
145072009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
14508
14509 * subr.el (define-key-rebound-commands): Mark obsolete.
14510 * startup.el (precompute-menubar-bindings): Remove.
14511 (normal-top-level): Remove obsolete code that tried to precompute
14512 menubar bindings.
14513 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
14514 define-key-rebound-commands and precompute-menubar-bindings.
14515
ffa894db
KY
145162009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
14517
14518 * net/imap.el (imap-interactive-login): Better messages.
14519 (imap-open): Fix bug with renamed buffer on reconnect.
14520 (imap-authenticate): Add buffer-local imap-last-authenticator variable
14521 for easier debugging and cleaner code. On successful (guessed based on
14522 server capabilities) secondary authentication, set imap-state
14523 correctly.
14524 (imap-last-authenticator): Define imap-last-authenticator as a variable
14525 to avoid warnings.
14526
9477096c
GM
145272009-09-10 Glenn Morris <rgm@gnu.org>
14528
14529 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
14530
14531 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
14532 (byte-compile-file-form-autoload): Don't warn about unknown functions
14533 where the autoload statement comes after the use.
14534 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
14535 that any handlers inside the body (eg require) are in turn respected.
14536
14537 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
14538 effects.
14539
14540 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
14541 and syntax and abbrev tables basic docs, if they don't have any.
14542
14543 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
14544
14545 * international/mule-cmds.el (top-level): Require cl when compiling.
14546 (view-hello-file): Use default-value rather than
14547 default-enable-multibyte-characters.
14548
14549 * progmodes/fortran.el: Move all safe and risky properties into the
14550 defcustoms.
14551
14552 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
14553 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
14554 * mail/undigest.el:
14555 Put autoloads in rmail.el rather than loaddefs.el.
14556 * mail/rmail.el: Regenerate with extracted autoloads.
14557
14558 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
14559 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
14560
9f16c547
NR
145612009-09-10 Nick Roberts <nickrob@snap.net.nz>
14562
14563 Reported in thread for Bug#4375.
14564 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
14565 "-data-evaluate-expression" instead of print.
14566 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
14567 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
14568 (gdb): Revert 2009-08-11 change. User should detach inferior
14569 manually.
9f16c547
NR
14570
14571 Remove the word "separate" from IO functions as inferior
14572 output is now never displayed in the GUD buffer.
14573
50405cd0
JB
145742009-09-10 Juanma Barranquero <lekktu@gmail.com>
14575
14576 * startup.el (command-line-normalize-file-name): On Windows and
14577 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
14578
7ae62430
JL
145792009-09-10 Juri Linkov <juri@jurta.org>
14580
14581 * isearch.el (isearch-text-char-description): Propertize escape
14582 character sequences with the `escape-glyph' face. (Bug#4344)
14583
14584 * simple.el (shell-command): Set asynchronous process filter to
14585 `comint-output-filter'. (Bug#4343)
14586
14587 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
14588 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
14589 the list. Move "asm" to the bottom.
14590 (grep-find-ignored-directories): Add `choice' with nil value
14591 to empty the list easily.
14592 (grep-find-ignored-files): New option.
14593 (grep-files-history): Set to nil by default instead of '("ch" "el").
14594 (grep-compute-defaults): Add "<X>" to `grep-template'.
14595 (grep-read-files): Bind new local variables `default-alias' and
14596 `default-extension'. Use a list of default values for the file prompt.
14597 (lgrep): Add `--exclude=' command line options composed from
14598 `grep-find-ignored-files'.
14599 (rgrep): Add `-name' command line options composed from
14600 `grep-find-ignored-files'. (Bug#4301)
14601
cd875252
SM
146022009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
14603
14604 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
14605 (bug#4368).
14606
cdce0b33
KY
146072009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
14608
14609 * calendar/time-date.el (autoload):
14610 Expand define-obsolete-function-alias into defalias and make-obsolete
14611 for old Emacsen that Gnus supports.
14612 (with-no-warnings): Define it for old Emacsen.
14613 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14614 is available.
14615 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14616 float-time is available; suppress compile warning for time-to-seconds.
14617
146182009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
14619
14620 * net/imap.el (imap-message-map): Docstring fix.
14621
2b2eb431
GM
146222009-09-09 Glenn Morris <rgm@gnu.org>
14623
14624 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
14625 line numbers too. (Bug#4374)
14626
83a5aac5
SM
146272009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
14628
755e0210
SM
14629 * smerge-mode.el (smerge-remove-props, smerge-refine):
14630 Use with-silent-modifications (bug#4342).
14631
83a5aac5
SM
14632 * subr.el (with-silent-modifications): New macro.
14633
79f01fa7
JB
146342009-09-07 Juanma Barranquero <lekktu@gmail.com>
14635
14636 * files.el (top-level): Require `cl' when compiling.
14637
448ecec3
GM
146382009-09-07 Glenn Morris <rgm@gnu.org>
14639
14640 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
14641
8f09a02f
GM
14642 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
14643 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
14644
76ff67bf
NR
146452009-09-06 Nick Roberts <nickrob@snap.net.nz>
14646
14647 * vc-git.el (vc-git-annotate-command): Use separator to parse
14648 arguments correctly.
14649
943c8b75
EZ
146502009-09-06 Eli Zaretskii <eliz@gnu.org>
14651
14652 * proced.el (proced-mode): Doc fix.
14653
680db9ac
MA
146542009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
14655
14656 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
14657 lstat fails.
14658 (tramp-do-file-attributes-with-ls): Check for file existence at
14659 remote end.
14660 (tramp-do-file-attributes-with-stat): Likewise.
14661 (tramp-convert-file-attributes): Return nil when attr is nil.
14662
3f12e5bd
GM
146632009-09-05 Glenn Morris <rgm@gnu.org>
14664
c8dc27bf
GM
14665 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
14666 properties to this button.
14667 (diary-fancy-display): Don't extend the button to the final newline.
14668 (diary-fancy-display-mode): Continue to define "q" as a local key.
14669
cca065d8
GM
14670 * calendar/cal-china.el (holiday-chinese): Make it slightly more
14671 efficient.
14672
cddaedb6
GM
14673 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
14674
3f12e5bd
GM
14675 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
14676 (byte-compile-dest-file-function): New option.
14677 (byte-compile-dest-file): Doc fix.
14678 Obey byte-compile-dest-file-function.
14679 (byte-compile-cl-file-p): New function.
14680 (byte-compile-eval): Only suppress noruntime warnings about cl functions
14681 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
14682 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
14683 than for file being previously loaded.
14684 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
14685 (byte-compile-file-form-require): Handle the case where requiring a file
14686 indirectly causes CL to be loaded.
14687
049a231b
KF
146882009-09-05 Karl Fogel <kfogel@red-bean.com>
14689
14690 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
14691 before killing the old buffer, since by the time `kill-buffer' is
14692 run so many buffer variables have been set to nil that it may not
14693 behave as expected. (Bug#4061)
14694
ef7ef2a0
KF
146952009-09-05 Karl Fogel <kfogel@red-bean.com>
14696
14697 * files.el (find-alternate-file): If the old buffer is modified
14698 and visiting a file, behave similarly to `kill-buffer' when
14699 killing it, thus reverting to the pre-1.878 behavior; see
14700 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
14701 for discussion. Also, consult `buffer-file-name' as a variable
14702 not as a function, for consistency with the rest of the code.
14703
73d854cd
MA
147042009-09-04 Michael Albinus <michael.albinus@gmx.de>
14705
14706 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
14707 also when adding a new directory.
14708
14709 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
14710 defun.
14711
df120481
SM
147122009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
14713
14714 * files.el (locate-file-completion-table): Make it provide boundary
14715 information, so partial-completion works better.
14716
c0bc6d79
SM
147172009-09-04 Leo <sdl.web@gmail.com> (tiny change)
14718
14719 * mail/footnote.el (Footnote-text-under-cursor):
14720 Check footnote-text-marker-alist before using it (bug#4324).
14721
f76a9756
GM
147222009-09-04 Glenn Morris <rgm@gnu.org>
14723
67d110f1
GM
14724 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
14725 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
14726 * play/solitaire.el, play/tetris.el:
14727 Remove leading * from defcustom and defface docs.
14728
b42d4989
GM
14729 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
14730 necessary.
14731 (diary-fancy-overriding-map): New variable.
14732 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
14733 Use view-mode.
14734
f76a9756
GM
14735 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
14736 goto-line.
14737
e605eeeb
GM
147382009-09-03 Glenn Morris <rgm@gnu.org>
14739
597e2240
GM
14740 * arc-mode.el (archive-mode):
14741 * dos-fns.el (set-default-process-coding-system):
14742 * man.el (Man-getpage-in-background):
14743 * menu-bar.el (menu-bar-describe-menu):
14744 * server.el (server-process-filter):
14745 * startup.el (command-line):
14746 * tar-mode.el (tar-header-block-tokenize, tar-extract):
14747 * w32-fns.el (set-default-process-coding-system):
14748 * x-dnd.el (x-dnd-handle-file-name):
14749 * international/mule-cmds.el (mule-menu-keymap)
14750 (set-default-coding-systems, language-info-alist, set-language-info)
14751 (set-language-environment, standard-display-european-internal)
14752 (set-locale-environment):
14753 * international/mule-diag.el (mule-diag):
14754 * mail/emacsbug.el (report-emacs-bug):
14755 * mail/rmail.el (rmail-mode):
14756 * mail/sendmail.el (mail-setup):
14757 Use default-value rather than default-enable-multibyte-characters.
14758
f38184aa
GM
14759 * progmodes/f90.el: Move all safe properties into the defcustoms.
14760 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
14761
e605eeeb
GM
14762 * calendar/appt.el (appt-check):
14763 * calendar/diary-lib.el (diary-set-header, diary-live-p)
14764 (diary-check-diary-file, diary-list-entries)
14765 (diary-include-other-diary-files, diary-simple-display)
14766 (diary-fancy-display, diary-print-entries)
14767 (diary-mark-included-diary-files, diary-make-entry):
14768 Don't call substitute-in-file-name on diary-file.
14769
734db384 147702009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 14771 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
14772
14773 * mail/footnote.el (footnote-prefix): Make it a defcustom.
14774 (footnote-mode-map): Move initialization into the declaration.
14775 (footnote-minor-mode-map): Define it rather than changing global-map.
14776 (footnote-mode): Use define-minor-mode.
14777
e5aa47f9
MA
147782009-09-02 Michael Albinus <michael.albinus@gmx.de>
14779
14780 * net/tramp.el (tramp-handle-file-attributes-with-ls)
14781 (tramp-do-file-attributes-with-perl)
14782 (tramp-do-file-attributes-with-stat): Rename from
14783 `tramp-handle-file-attributes-with-*'.
14784 (tramp-handle-file-attributes): Use them.
14785 (tramp-do-directory-files-and-attributes-with-perl)
14786 (tramp-do-directory-files-and-attributes-with-stat): Rename from
14787 `tramp-handle-directory-files-and-attributes-with-*'.
14788 (tramp-handle-directory-files-and-attributes): Use them.
14789 (tramp-method-out-of-band-p): Additional parameter SIZE.
14790 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
14791 (tramp-handle-write-region): Use it.
734db384 14792 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
14793 (tramp-handle-vc-registered): Check, whether the first run did
14794 return files to be tested.
14795 (tramp-advice-make-auto-save-file-name): Do not call directly
14796 `tramp-handle-make-auto-save-file-name', because this would bypass
14797 the locking mechanism.
14798
734db384 14799 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
14800 (file-remote-p, process-file, start-file-process, set-file-times)
14801 (tramp-compat-file-attributes): Compatibility functions shall not
14802 call directly `tramp-handle-*', because this would bypass the
14803 locking mechanism.
14804 (tramp-compat-number-sequence): New defun.
14805
6e2ca895
GM
148062009-09-02 Glenn Morris <rgm@gnu.org>
14807
697c7714
GM
14808 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
14809 alias for float-time.
14810 (time-to-number-of-days): In Emacs, use float-time.
14811 * net/newst-backend.el (time-add): Suppress warnings from compat
14812 function.
14813 * time.el (emacs-uptime, emacs-init-time):
14814 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
14815 Use float-time rather than time-to-seconds.
14816
6e2ca895
GM
14817 * minibuffer.el (completion-initials-expand): Fix typo.
14818
14819 * faces.el (modeline, modeline-inactive, modeline-highlight)
14820 (modeline-buffer-id):
14821 * info.el (info-menu-5): Mark these face aliases as obsolete.
14822
ed17efec
NR
148232009-09-01 Nick Roberts <nickrob@snap.net.nz>
14824
14825 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
14826 space ...
14827 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
14828 no "--thread" option.
14829 (gdb-stopped): Don't print "Switched to thread" message when it is
14830 unchanged.
14831
fcb68f70
SM
148322009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14833
14834 * minibuffer.el (completion-try-completion)
14835 (completion-all-completions): Remove ill-defined (and
14836 mistakenly installed and luckily never used nor documented)
14837 `completion-styles' property.
14838 (completion-initials-expand, completion-initials-all-completions)
14839 (completion-initials-try-completion): New functions.
14840 (completion-styles-alist): Add doc to each entry.
14841 Add new `initials' entry.
14842
83318a6d
NR
148432009-09-01 Nick Roberts <nickrob@snap.net.nz>
14844
14845 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
14846 MI command -var-evaluate-expression.
14847 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
14848 and tweak for case of string child.
734db384 14849 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 14850
d63eb0e7
GM
148512009-09-01 Glenn Morris <rgm@gnu.org>
14852
c4f6e489
GM
14853 * add-log.el (change-log-date-face, change-log-name-face)
14854 (change-log-email-face, change-log-file-face, change-log-list-face)
14855 (change-log-conditionals-face, change-log-function-face)
14856 (change-log-acknowledgement-face):
14857 * cus-edit.el (custom-invalid-face, custom-rogue-face)
14858 (custom-modified-face, custom-set-face, custom-changed-face)
14859 (custom-saved-face, custom-button-face, custom-button-pressed-face)
14860 (custom-documentation-face, custom-state-face, custom-comment-face)
14861 (custom-comment-tag-face, custom-variable-tag-face)
14862 (custom-variable-button-face, custom-face-tag-face)
14863 (custom-group-tag-face-1, custom-group-tag-face):
14864 * diff-mode.el (diff-header-face, diff-file-header-face)
14865 (diff-index-face, diff-hunk-header-face, diff-removed-face)
14866 (diff-added-face, diff-changed-face, diff-function-face)
14867 (diff-context-face, diff-nonexistent-face):
14868 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14869 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
14870 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14871 (Info-title-4-face):
14872 * isearch.el (isearch-lazy-highlight-face):
14873 * log-view.el (log-view-file-face, log-view-message-face):
14874 * paren.el (show-paren-match-face, show-paren-mismatch-face):
14875 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14876 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14877 (cvs-msg-face):
14878 * smerge-mode.el (smerge-mine-face, smerge-other-face)
14879 (smerge-base-face, smerge-markers-face):
14880 * wid-edit.el (widget-documentation-face, widget-button-face)
14881 (widget-field-face, widget-single-line-field-face)
14882 (widget-inactive-face, widget-button-pressed-face):
14883 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
14884 (woman-addition-face):
2fb1ec93
GM
14885 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
14886 (eshell-ls-executable-face, eshell-ls-readonly-face)
14887 (eshell-ls-unreadable-face, eshell-ls-special-face)
14888 (eshell-ls-missing-face, eshell-ls-archive-face)
14889 (eshell-ls-backup-face, eshell-ls-product-face)
14890 (eshell-ls-clutter-face):
14891 * eshell/em-prompt.el (eshell-prompt-face):
14892 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 14893 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
14894 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
14895 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
14896 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
14897 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
14898 (antlr-font-lock-literal-face):
c4f6e489
GM
14899 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14900 (ebrowse-root-class-face, ebrowse-file-name-face)
14901 (ebrowse-default-face, ebrowse-member-attribute-face)
14902 (ebrowse-member-class-face, ebrowse-progress-face):
14903 * progmodes/make-mode.el (makefile-space-face):
14904 * progmodes/sh-script.el (sh-heredoc-face):
14905 * textmodes/flyspell.el (flyspell-incorrect-face)
14906 (flyspell-duplicate-face):
14907 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 14908 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
14909 Mark face aliases with "-face" suffix as obsolete.
14910
d80619fa
GM
14911 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
14912 compiler.
14913
5f68c1b7
GM
14914 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
14915 (eudc-bob-sound-menu): Use defvar rather than defconst, since
14916 easy-menu-define wants to modify these.
14917
14918 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
14919
14920 * net/browse-url.el (browse-url-file-url):
14921 * term/internal.el (dos-codepage-setup):
14922 Use default-value rather than default-enable-multibyte-characters.
14923
d80619fa 14924 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
14925 * progmodes/flymake.el (flymake-highlight-line)
14926 (flymake-goto-file-and-line, flymake-goto-line):
14927 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
14928 (gdb-goto-breakpoint):
14929 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14930 * progmodes/python.el (python-find-function)
14931 (python-pdbtrack-track-stack-file):
14932 * progmodes/verilog-mode.el (verilog-surelint-off):
14933 * term/ns-win.el (ns-open-file-select-line):
14934 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
14935 Use forward-line rather than goto-line.
14936
d63eb0e7
GM
14937 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
14938 * textmodes/reftex-index.el (reftex-display-index):
14939 * textmodes/reftex-ref.el (reftex-offer-label-menu):
14940 * textmodes/reftex-toc.el (reftex-toc):
14941 Remove unnecessary bindings of default-major-mode (all are followed by
14942 major-mode check and possible mode switch).
14943
0afad278
NR
149442009-08-31 Nick Roberts <nickrob@snap.net.nz>
14945
14946 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14947 Handle watchpoints (bug#4282).
14948 (def-gdb-thread-buffer-command): Enable thread to be selected by
14949 clicking without selecting threads buffer first.
14950 (gdb-current-context-command): Use selected frame so that "up",
14951 "down" etc work in the GUD buffer.
14952 (gdb-update): Find selected frame before rendering stack buffer.
14953 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
14954
4e135dd2
SM
149552009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
14956
14957 * progmodes/sym-comp.el (displayed-completions): Remove.
14958 (symbol-complete): Use minibuffer-complete.
14959
e61eba34
GM
149602009-08-31 Glenn Morris <rgm@gnu.org>
14961
14962 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
14963
734db384
SM
14964 * apropos.el (apropos-symbols-internal):
14965 Handle (obsolete) face aliases.
e61eba34
GM
14966
14967 * faces.el (describe-face): Adjust the output format to be more like
14968 describe-variable, and to mention (obsolete) face aliases.
14969 Adjust the whitespace so that help-setup-xref works.
14970
14971 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
14972 * calendar/diary-lib.el (diary-button-face):
14973 Mark these face aliases as obsolete.
14974
14975 * calendar/calendar.el (calendar-today): Doc fix.
14976
4cf71456
NR
149772009-08-31 Nick Roberts <nickrob@snap.net.nz>
14978
14979 * progmodes/gdb-mi.el (gdb-control-all-threads)
14980 (gdb-control-current-thread): Force tool bar update.
14981 (gdb-non-stop-handler): New function.
14982 (gdb-init-1): Use it to test if non-stop mode is supported.
14983 Remove unused gdbmi buffer type.
14984
e61eba34 149852009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
14986
14987 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 14988 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 14989
4324f7ca
NR
149902009-08-30 Nick Roberts <nickrob@snap.net.nz>
14991
14992 * comint.el (comint-exec-1): Check command is non-null first.
14993 Part of gdb-mi.el change (2009-08-28).
14994
a1bf889a
SM
149952009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14996
14997 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
14998
060c08b5
JB
149992009-08-30 Juanma Barranquero <lekktu@gmail.com>
15000
15001 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
15002 instead of `dolist' to avoid a recursive require when bootstrapping.
15003
ab22be48
SM
150042009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
15005
73ebf88f
SM
15006 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
15007
80629cfc
SM
15008 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
15009
206d0387 15010 * net/imap.el (imap-send-command): Simplify.
734db384 15011 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 15012
844f7784
SM
15013 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
15014
5ca4661e
SM
15015 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
15016 with constant argument.
15017
c61dc887
SM
15018 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
15019
7eb73deb
SM
15020 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
15021
5fe443de
SM
15022 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
15023 Change default, since most of our files don't have a history.
15024 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
15025 the user.
15026
6444d64a
SM
15027 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15028 Add comint-run.
15029
5cb16bfc
SM
15030 * calc/calc.el: Improve commenting convention.
15031 (calc-digit-map, toplevel): Simplify.
15032
0aeb71a7
SM
15033 * comint.el (comint-insert-input): Be careful to only set point if we
15034 don't delegate to some other command.
15035
9a9af856
SM
15036 * proced.el (proced-signal-list): Make it an alist.
15037 (proced-grammar-alist): Capitalize names.
15038 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
15039 Disable undo manually and make it read-only.
15040 Use completion-annotate-function.
15041
ab22be48
SM
15042 * minibuffer.el (minibuffer-message): If the current buffer is not
15043 a minibuffer, insert the message in the echo area rather than at the
15044 end of the buffer.
15045 (completion-annotate-function): New variable.
15046 (minibuffer-completion-help): Use it.
15047 (completion--embedded-envvar-table): Environment vars are
15048 always case-sensitive.
15049
4a948dbf
GM
150502009-08-30 Glenn Morris <rgm@gnu.org>
15051
15052 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
15053 from fortran-current-defun.
15054 (fortran-beginning-of-subprogram): Be more precise about finding the
15055 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
15056 (fortran-end-of-subprogram): Simplify.
15057 (fortran-current-defun): Use fortran-start-prog-re.
15058
486cf3b8
JB
150592009-08-29 Juanma Barranquero <lekktu@gmail.com>
15060
15061 * subr.el (do-after-load-evaluation): Simplify.
15062
db167d28
DN
150632009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
15064
15065 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
15066
15067 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
15068 (vc-rcs-print-log): Use it.
15069
15070 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
15071
efbc652a
SM
150722009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
15073
2aa0e5bf
SM
15074 * paths.el (abbrev-file-name): Move to abbrev.el.
15075 * abbrev.el (abbrev-file-name): Move from paths.el.
15076 Obey user-emacs-directory.
15077 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
15078 user-emacs-directory.
15079 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
15080 abbrev-file-name and calc-settings-file any more.
15081 * startup.el (command-line): Recompute abbrev-file-name and
15082 abbreviated-home-dir.
15083 (normal-no-mouse-startup-screen): Improve the generic code and get rid
15084 of the special code for when C-h bindings haven't been changed.
15085 (display-startup-echo-area-message): Use with-current-buffer.
15086 (command-line-1): Use a list of strings, rather than a list of lists
15087 of strings for longopts.
15088
51da8fe2
SM
15089 * files.el (get-free-disk-space): Use / for default-directory.
15090
0c3cc4dd
SM
15091 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
15092 Use with-current-buffer.
15093
d988dbf6
SM
15094 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
15095 Recognize immutable variables like most-positive-fixnum.
15096 (byte-compile-setq-default): Check and warn if trying to assign
15097 to an immutable variable, or a non-variable.
15098
efbc652a
SM
15099 * progmodes/cc-vars.el (c-comment-continuation-stars):
15100 * progmodes/cc-engine.el (c-looking-at-bos):
15101 * progmodes/cc-cmds.el (c-toggle-auto-state)
15102 (c-forward-into-nomenclature, c-backward-into-nomenclature)
15103 (c-comment-line-break-function): Add version of obsolescence.
15104
d30a05d1
JL
151052009-08-28 Juri Linkov <juri@jurta.org>
15106
15107 * files.el (magic-fallback-mode-alist): Add ZIP magic number
15108 associated with `archive-mode'.
15109
15110 * image.el (image-type-header-regexps): Use only JPEG magic number
15111 to determine JPEG images, and don't use `image-jpeg-p' because
15112 Emacs can display non-JFIF non-Exif JPEG images.
15113
1e8eecea
JB
151142009-08-28 Juanma Barranquero <lekktu@gmail.com>
15115
15116 * arc-mode.el (archive-mode):
15117 * emacs-lisp/re-builder.el (re-builder-unload-function):
15118 Protect against the default value of `major-mode' being nil.
15119
dd4fbf56
JB
151202009-08-28 Juanma Barranquero <lekktu@gmail.com>
15121
15122 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
15123 Fix typos in docstrings.
15124
15125 * progmodes/js.el (js--macro-decl-re): Doc fix.
15126 (js--plain-method-re, js--split-name): Refloc docstring.
15127 (js--class-styles, js--make-merged-item, js--splice-into-items):
15128 Fix typos in docstrings; reflow docstrings.
15129 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
15130 (js--variable-decl-matcher, js--inside-pitem-p)
15131 (js--parse-state-at-point, js--get-all-known-symbols)
15132 (js--symbol-history, js-find-symbol, js--js-references)
15133 (js--moz-interactor, js--js-encode-value, js--read-tab):
15134 Fix typos in docstrings.
15135
72f16325
SM
151362009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15137
14acf2f5
SM
15138 * textmodes/reftex.el (reftex-get-file-buffer-force):
15139 * progmodes/verilog-mode.el (verilog-batch-execute-func):
15140 * emulation/viper.el (viper-go-away, viper-set-hooks):
15141 * emacs-lisp/re-builder.el (re-builder-unload-function):
15142 * emacs-lisp/bytecomp.el (byte-compile-file):
15143 * ses.el (ses-unload-function):
15144 * hexl.el (hexl-find-file):
15145 * files.el (normal-mode):
15146 * ehelp.el (with-electric-help):
15147 * autoinsert.el (auto-insert-alist):
15148 * arc-mode.el (archive-mode):
15149 Use (default-value 'major-mode) instead of default-major-mode.
15150
72f16325
SM
15151 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
15152 * international/mule.el (load-with-code-conversion):
15153 * emacs-lisp/debug.el (debug):
15154 * ediff-vers.el (ediff-rcs-get-output-buffer):
15155 * dired.el (dired-internal-noselect): Don't let-bind
15156 default-major-mode around code that doesn't use it.
15157 E.g. buffer creation via get-buffer-create doesn't use it.
15158
aa485f7c
MA
151592009-08-28 Michael Albinus <michael.albinus@gmx.de>
15160
15161 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
15162 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
15163 when writing the temp file. Otherwise, epa-file gets confused.
15164 (tramp-register-file-name-handlers): Make it a defun. Move also
15165 `epa-file-handler' to the front of `file-name-handler-alist'.
15166
151672009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15168
15169 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
15170 start right after a ^M.
15171 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
15172 (tramp-completion-file-name-regexp-separate)
15173 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
15174 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
15175 Don't modify last-coding-system-used by accident.
aa485f7c
MA
15176 (tramp-completion-file-name-handler): Apply the checks here,
15177 instead during registration.
48c2d18a 15178 (tramp-register-file-name-handlers): Renamed from
aa485f7c
MA
15179 `tramp-register-file-name-handler'. Register both
15180 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 15181 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 15182
3f0c2b92
NR
151832009-08-28 Nick Roberts <nickrob@snap.net.nz>
15184
72f16325
SM
15185 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
15186 Remove variable ...
3f0c2b92
NR
15187 (gdb-init-1, gdb-display-separate-io-buffer)
15188 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
15189 references to it.
15190 (gdb-inferior-io-mode): Use make-comint-in-buffer.
15191 (gdb-inferior-filter): Use comint-output-filter to stop
15192 echoing and remove ^M characters.
15193
705e5bd9
SM
151942009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15195
009fdc2e
SM
15196 * emulation/viper-init.el (viper-restore-cursor-type):
15197 * emulation/cua-base.el (cua--update-indications):
15198 Replace default-cursor-type with (default-value 'cursor-type).
15199
b56a5ae0
SM
15200 * mail/sendmail.el (mail-recover-1):
15201 * international/mule-diag.el (describe-current-coding-system-briefly)
15202 (describe-current-coding-system):
15203 * international/mule-cmds.el (select-safe-coding-system)
15204 (select-message-coding-system)
15205 (set-language-environment-coding-systems, set-locale-environment):
15206 * hexl.el (hexl-insert-multibyte-char):
15207 * dos-w32.el (find-buffer-file-type-coding-system):
15208 * simple.el (what-cursor-position):
15209 Replace uses of default-buffer-file-coding-system
15210 with (default-value 'buffer-file-coding-system).
15211
de70529f
SM
15212 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
15213 Replace uses of default-cursor-in-non-selected-windows
15214 with (default-value 'cursor-in-non-selected-windows).
15215 Use with-current-buffer.
15216
705e5bd9
SM
15217 * mail/feedmail.el: Use CL macros.
15218 (feedmail-run-the-queue, feedmail-send-it-immediately):
15219 * dos-w32.el (find-buffer-file-type): Replace uses of
15220 default-buffer-file-type with (default-value 'buffer-file-type).
15221
4d985ac2
GM
152222009-08-28 Glenn Morris <rgm@gnu.org>
15223
15224 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
15225 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
15226 Use default-value of major-mode rather than default-major-mode.
15227
17c15b81
SM
152282009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
15229
3a68ab06
SM
15230 * Makefile.in (update-elcfiles): Report left over elc files.
15231
9421bdd1
SM
15232 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
15233 expand-file-name and with-current-buffer.
15234 (mail-get-names, mail-directory): Use with-current-buffer.
15235
17c15b81
SM
15236 * vc.el (vc-read-revision): New function.
15237 (vc-version-diff, vc-merge): Use it.
15238
ba83a64e
SS
152392009-08-27 Sam Steingold <sds@gnu.org>
15240
15241 * simple.el (kill-do-not-save-duplicates): New user option.
15242 (kill-new): When it is non-nil, and the new string is the same as
15243 the latest kill, set replace to t to avoid duplicates in kill-ring.
15244
be3e598a 152452009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
15246
15247 * net/tramp.el (tramp-handle-process-file): Do not flush all
15248 caches when `process-file-side-effects' is set.
15249 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
15250 instead of `tramp-find-file-exists-command'.
15251 Unset `process-file-side-effects'.
d5b5c94a
MA
15252
152532009-08-27 Michael Albinus <michael.albinus@gmx.de>
15254
15255 * net/tramp.el (tramp-methods): New method "rsyncc".
15256 (top): Add completion function for "rsyncc".
15257 (tramp-message-show-message): New defvar.
15258 (tramp-message, tramp-error): Use it.
15259 (tramp-do-copy-or-rename-file-directly): Extend check for direct
15260 remote copying.
15261 (tramp-do-copy-or-rename-file-out-of-band): Handle new
15262 `tramp-methods' entry `copy-env' of "rsyncc".
15263 (tramp-vc-registered-read-file-names): New defconst.
15264 (tramp-vc-registered-file-names): New defvar.
15265 (tramp-handle-vc-registered): Implement optimization strategy.
15266 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
15267 (tramp-vc-file-name-handler): New defun.
15268 (tramp-get-ls-command, tramp-get-test-command)
15269 (tramp-get-file-exists-command, tramp-get-remote-ln)
15270 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 15271 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
15272
15273 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
15274 (tramp-cache-inhibit-cache): Extend doc string. It allows also
15275 timestamps.
15276 (tramp-get-file-property): Check for timestamps in
15277 `tramp-cache-inhibit-cache'.
15278 (tramp-set-file-property): Write timestamp.
15279
1339cf20
KH
152802009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15281
15282 * language/japan-util.el (japanese-symbol-table): Add entries for
15283 cp932-2-byte.
15284
15285 * international/characters.el: Add category `j' to cp932-2-byte.
15286
726e3f1d
KH
152872009-08-27 Kenichi Handa <handa@m17n.org>
15288
15289 * international/fontset.el (build-default-fontset-data): New macro.
15290 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 15291 tibetan, ethiopic, and ipa.
726e3f1d 15292
4e3b4528
SM
152932009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
15294
15295 * cus-start.el (default-major-mode): Customize `major-mode' instead.
15296 (enable-multibyte-characters): Not customizable any more.
15297
15298 * subr.el (default-mode-line-format, default-header-line-format)
15299 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
15300 (default-direction-reversed, default-truncate-lines)
15301 (default-left-margin, default-tab-width, default-case-fold-search)
15302 (default-left-margin-width, default-right-margin-width)
15303 (default-left-fringe-width, default-right-fringe-width)
15304 (default-fringes-outside-margins, default-scroll-bar-width)
15305 (default-vertical-scroll-bar, default-indicate-empty-lines)
15306 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
15307 (default-fringe-cursor-alist, default-scroll-up-aggressively)
15308 (default-scroll-down-aggressively, default-fill-column)
15309 (default-cursor-type, default-buffer-file-type)
15310 (default-cursor-in-non-selected-windows)
15311 (default-buffer-file-coding-system, default-major-mode)
15312 (default-enable-multibyte-characters): Mark as obsolete.
15313
b3cca6a6
DN
153142009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
15315
652cc1a2
DN
15316 * vc-dir.el (vc-dir-update): Remove debug helper.
15317
b3cca6a6
DN
15318 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
15319
4ed8c7aa
SS
153202009-08-26 Sam Steingold <sds@gnu.org>
15321
15322 * simple.el (save-interprogram-paste-before-kill): New user option.
15323 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
15324 save the interprogram-paste into kill-ring before overriding it
15325 with the Emacs kill.
15326
3b64d86b
DN
153272009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
15328
15329 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
15330 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
15331 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
15332 and move to vc-rcs.el.
15333 (vc-default-next-revision): Rename to vc-rcs-next-revision and
15334 move to vc-rcs.el.
15335 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
15336 (vc-rcs-update-changelog): Remove.
15337 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
15338 and move to vc-rcs.el.
15339
15340 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
15341 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
15342 renaming.
15343 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 15344 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
15345 vc.el, renamed to be RCS specific.
15346
72f16325
SM
15347 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
15348 New functions.
15349 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
15350
15351 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
15352 New functions.
15353
636a36a0
SM
153542009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
15355
15356 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
15357
239b3340
DN
153582009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
15359
b91f0762 15360 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
15361 (vc-git-stash, vc-git-stash-show): New functions.
15362 (vc-git-extra-menu-map): Bind them.
b91f0762 15363
b8e54362
DN
15364 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
15365 directory correctly in case the item is a directory itself.
15366
239b3340
DN
15367 * vc.el: Document the desired behavior for reverted files in the
15368 `added' state.
dc810649
DN
15369 (vc-default-prettify-state-info): Remove function, unused.
15370
15371 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 15372
e49c0179
GM
153732009-08-26 Glenn Morris <rgm@gnu.org>
15374
15375 * bindings.el (standard-mode-line-format): Reposition dashes in
15376 which-func entry. (Bug#4217)
15377
3029e594
GM
15378 * files.el (enable-local-variables, enable-local-eval)
15379 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
15380 the defcustoms.
15381 (auto-mode-alist, ignored-local-variables)
15382 (save-some-buffers-action-alist): Move risky declarations to the
15383 definitions.
15384 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
15385 (font-lock-defaults, format-alist, imenu--index-alist)
15386 (imenu-generic-expression, input-method-alist, minor-mode-alist)
15387 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
15388 (mode-line-modified, mode-line-mule-info, mode-line-position)
15389 (mode-line-process, mode-line-remote, outline-level)
15390 (parse-time-rules, rmail-output-file-alist)
15391 (special-display-buffer-names, vc-mode):
15392 Move risky declarations to the relevant files.
72f16325
SM
15393 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
15394 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
15395 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
15396 * font-core.el (font-lock-defaults):
15397 * format.el (format-alist):
15398 * vc-hooks.el (vc-mode):
15399 * window.el (special-display-buffer-names):
15400 * international/mule-cmds.el (input-method-alist):
15401 Define riskiness here (dumped file) rather than in files.el.
15402 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
15403 * imenu.el (imenu-generic-expression, imenu--index-alist):
15404 * outline.el (outline-level):
15405 * time.el (display-time-string):
15406 * calendar/parse-time.el (parse-time-rules):
15407 * mail/rmailout.el (rmail-output-file-alist):
15408 Autoload riskiness here, rather than placing in files.el.
15409
8476cfaf
SM
154102009-08-26 Andreas Schwab <schwab@linux-m68k.org>
15411
15412 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
15413
0b35b48e
MA
154142009-08-25 Michael Albinus <michael.albinus@gmx.de>
15415
15416 * simple.el (process-file-side-effects): New defvar.
15417
15418 * dired-aux.el (dired-show-file-type):
15419 * vc.el (vc-diff-internal):
15420 * vc-arch.el (vc-arch-diff):
15421 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
15422 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
15423 * vc-git.el (vc-git-registered, vc-git-working-revision)
15424 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
15425 (vc-git--empty-db-p):
15426 * vc-hooks.el (vc-user-login-name):
15427 * vc-svn.el (vc-svn-registered, vc-svn-state)
15428 (vc-svn-dir-extra-headers, vc-svn-find-revision):
15429 * progmodes/grep.el (grep-probe): Let-bind
15430 `process-file-side-effects' with nil.
15431
15432 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
15433
15434 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
15435 daemon. Replace ping by checking for running service for bluez
15436 and zeroconf. (Bug#4239)
15437
d54cc599
GM
154382009-08-25 Kevin Ryde <user42@zip.com.au>
15439
15440 * net/dig.el (dig): Add autoload cookie.
15441
7bfd055d
GM
154422009-08-25 Glenn Morris <rgm@gnu.org>
15443
bac9c66c
GM
15444 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
15445 load-history for absolute file-names.
15446 (byte-compile-file-form-require): Warn about use of the cl package.
15447
7bfd055d
GM
15448 * format.el (format-alist): Doc fix.
15449
5ac1f9e0
GM
15450 * play/bubbles.el (top-level): Don't require cl at run-time.
15451
af62aa88
GM
15452 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
15453 run-time cl).
15454
71e036af
DD
154552009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
15456
15457 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
15458 from cl package.
15459 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
15460
42110eaf
JB
154612009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
15462
15463 * calc/calc-alg.el (math-trig-rewrite)
15464 (math-hyperbolic-trig-rewrite): New functions.
15465 (calc-simplify): Simplify trig functions when asked.
15466
88421f3e
SM
154672009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15468
15469 * diff-mode.el (diff-find-source-location): Avoid goto-line.
15470
dbd9624e
KH
154712009-08-24 Kenichi Handa <handa@m17n.org>
15472
15473 * language/ind-util.el (mapthread): Delete it.
15474 (combinatorial): New function.
15475 (indian--puthash-cv): Use combinatorial instead of mapthread.
15476
9b89e3ee
GM
154772009-08-22 Kevin Ryde <user42@zip.com.au>
15478
15479 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
15480 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
15481 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
15482 Clarify docstring that the value is strings not symbols.
15483 (checkdoc-list-of-strings-p): New function.
15484
e6ce8c42
GM
154852009-08-22 Glenn Morris <rgm@gnu.org>
15486
2ddf2ea6 15487 * files.el (auto-mode-alist):
a3374680
GM
15488 * hippie-exp.el (he-concat-directory-file-name):
15489 * lpr.el (lpr-windows-system, printer-name):
15490 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
15491 * ps-print.el (ps-windows-system):
15492 * startup.el (command-line):
15493 * emulation/viper-ex.el (viper-glob-function):
15494 * international/mule-cmds.el (set-language-environment-coding-systems):
15495 * net/ange-ftp.el (ange-ftp-write-region):
15496 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 15497 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
15498 unisoft-unix, vax-vms, win32, w32.
15499
977955fa
GM
15500 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
15501 given name if the pattern is not more specific.
15502
b4deec2e
GM
15503 * calendar/lunar.el (lunar-phase-names): New option.
15504 (lunar-phase): Doc fix.
15505 (lunar-cycles-per-year): New constant.
15506 (lunar-index): New function.
15507 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
15508 (lunar-phase-name): Use lunar-phase-names.
15509 (calendar-lunar-phases): Use format.
15510 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
15511
47e83968
GM
15512 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
15513 Copy imenu-example--name-and-position function here for own use.
15514 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
15515
e6ce8c42
GM
15516 * bs.el (bs--redisplay):
15517 * cus-edit.el (custom-redraw):
15518 * ibuffer.el (ibuffer-bury-buffer):
15519 * server.el (server-goto-line-column):
15520 * startup.el (command-line-1):
15521 * strokes.el (strokes-xpm-for-stroke):
15522 * term.el (term-display-buffer-line):
15523 * view.el (View-goto-line):
15524 * calc/calc.el (calc-do, calc-trail-buffer):
15525 * play/gamegrid.el (gamegrid-add-score-insecure):
15526 * progmodes/ada-mode.el (ada-compile-goto-error):
15527 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
15528 (ebrowse-select-1st-to-9nth):
47e83968 15529 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
15530 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
15531 * progmodes/gud.el (gud-display-line):
15532 (idlwave-shell-display-line):
15533 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
15534 * progmodes/make-mode.el (makefile-browser-toggle):
15535 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
15536 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
15537 * textmodes/picture.el (picture-draw-rectangle):
15538 * textmodes/reftex-index.el (reftex-index-goto-letter):
15539 (reftex-select-jump-to-previous):
15540 * textmodes/reftex-sel.el (reftex-find-start-point)
15541 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
15542 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
15543 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
15544 * textmodes/tex-mode.el (tex-compilation-parse-errors):
15545 * textmodes/two-column.el (2C-associated-buffer):
15546 Use forward-line rather than goto-line.
15547
15548 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
15549 goto-line.
15550
4b18bdb3
GM
15551 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
15552 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
15553 (quick-check-list-to-regexp): Declare.
e6ce8c42 15554
72f16325
SM
15555 * progmodes/make-mode.el (makefile-browser-insert-selection):
15556 Use goto-char rather than goto-line.
e6ce8c42
GM
15557
15558 * progmodes/prolog.el (compilation-error-regexp-alist)
15559 (compilation-forget-errors): Declare.
15560
32a2cf25
JL
155612009-08-22 Juri Linkov <juri@jurta.org>
15562
15563 * progmodes/grep.el (lgrep, rgrep): At the beginning
15564 set `dir' to `default-directory' unless `dir' is a non-nil
15565 readable directory. (Bug#4052)
15566 (lgrep, rgrep): Change a weird way to report an error
15567 from using `read-string' to using `error'.
15568 Instead of using interactive arguments in the function body,
15569 add new argument `confirm'.
15570
5443c9b7
SM
155712009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
15572
cb5b40ee
SM
15573 * textmodes/remember.el (remember-buffer):
15574 * progmodes/cperl-mode.el (cperl-vc-header-alist):
15575 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
15576 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
15577 * net/newst-treeview.el (newsticker-groups-filename):
15578 * net/newst-backend.el (newsticker-cache-filename):
15579 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
15580 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
15581 (speedbar-add-ignored-path-regexp, speedbar-line-path)
15582 (speedbar-buffers-line-path, speedbar-path-line)
15583 (speedbar-buffers-line-path):
15584 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
15585 (epg-sign-keys):
15586 * epa.el (epa-display-verify-result):
15587 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
15588
d6261cc1
GM
155892009-08-21 Glenn Morris <rgm@gnu.org>
15590
3e1ea342
GM
15591 * progmodes/js.el (inferior-moz-process): Fix declaration.
15592
ce86eeb5
GM
15593 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
15594
fff28970
GM
15595 * obsolete/rnewspost.el (news-mail-reply):
15596 Use goto-char rather than goto-line.
15597
d93e053b
GM
15598 * term/ns-win.el (ns-open-file-select-line):
15599 Use line-beginning-position rather than goto-line.
15600
d5d105e8
GM
15601 * apropos.el (apropos-command):
15602 * ehelp.el (electric-helpify):
15603 * printing.el (pr-show-setup):
15604 * strokes.el (strokes-help):
15605 * tutorial.el (tutorial--describe-nonstandard-key)
15606 (tutorial--detailed-help):
15607 * woman.el (woman-mini-help, woman-display-extended-fonts):
15608 * calc/calc-help.el (calc-describe-key):
15609 * emulation/edt.el (edt-electric-helpify):
15610 * international/mule-diag.el (mule-diag):
15611 * play/yow.el (apropos-zippy):
15612 * progmodes/python.el (python-describe-symbol):
15613 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
15614 * textmodes/table.el (*table--cell-describe-mode)
15615 (*table--cell-describe-bindings):
15616 Use help-print-return-message rather than the now obsolete alias.
15617
a8ab722f 15618 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
15619 (calendar-cursor-to-visible-date):
15620 * play/5x5.el (5x5-position-cursor):
15621 * play/decipher.el (decipher):
15622 * play/gomoku.el (gomoku-goto-xy):
15623 * play/landmark.el (lm-goto-xy):
15624 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
15625 (mpuz-paint-digit):
15626 Use forward-line, not goto-line.
a8ab722f 15627
d6261cc1
GM
15628 * mail/rmail.el (rmail-obsolete): Delete custom group.
15629 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
15630 (rmail-remote-password, rmail-remote-password-required):
15631 Remove unneeded :set-after and :set properties.
15632
9e846523
MA
156332009-08-21 Michael Albinus <michael.albinus@gmx.de>
15634
15635 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
15636
bbe1f502
DN
156372009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
15638
bcc5db24
DN
15639 * loadup.el: Remove leftover macos code.
15640
bbe1f502
DN
15641 * vc-git.el (vc-git-annotate-command): Run asynchronously.
15642 Explicitly pass the date format to git blame so that user local
15643 so that the output format can be parsed.
15644
6fd2d19a
MA
156452009-08-20 Michael Albinus <michael.albinus@gmx.de>
15646
15647 * net/dbus.el (top): Don't check for (getenv
15648 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
15649
31764e15
SM
156502009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
15651
15652 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 15653 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 15654
28930e39
SM
156552009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15656
4fd15622 15657 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 15658 Bug#3287
4fd15622 15659
b3d8e4a0
SM
15660 * help.el (help-print-return-message): Rename from
15661 print-help-return-message.
15662
c9829c70
SM
15663 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
15664 cvs-mode-map parent hack.
15665 (log-view-mode): Derive from special-mode.
15666
b932657b
SM
15667 * linum.el (linum-mode): window-size-change-functions is redundant.
15668 Adapt to new window-configuration-change-hook behavior.
15669 (linum-after-size, linum-after-config): Remove.
15670
1b700bca
SM
15671 * imenu.el (imenu-example--name-and-position)
15672 (imenu-example--lisp-extract-index-name)
15673 (imenu-example--create-lisp-index, imenu-example--create-c-index):
15674 Mark as obsolete.
15675
28930e39
SM
15676 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
15677 (inferior-prolog-mode): Use it.
15678 (inferior-prolog-load-file): Reset list of errors.
15679
c9af0b68
KH
156802009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15681
15682 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
15683
15684 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
15685
720c7cd6
MA
156862009-08-19 Michael Albinus <michael.albinus@gmx.de>
15687
15688 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
15689 is running already.
15690
03a74b84
SM
156912009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15692
15693 * subr.el (listify-key-sequence-1): Use normal syntax since those
15694 integers are nowadays always represented by the same (positive) number
15695 on all platforms.
15696 (read-key-empty-map): New const.
15697 (read-key-delay): New var.
15698 (read-key): New function.
15699 (force-mode-line-update): Use with-current-buffer.
15700 (locate-user-emacs-file): Don't forget to abbreviate the file name.
15701 (start-process-shell-command, start-file-process-shell-command):
15702 Discourage the use of command-args.
15703
f43e88d4
GM
157042009-08-19 Glenn Morris <rgm@gnu.org>
15705
15706 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
15707
890429cc
SM
157082009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15709
85be9ec4
SM
15710 * simple.el (choose-completion-string): Don't rely on
15711 minibuffer-completing-file-name and ad-hoc checks to decide whether
15712 to continue completion or not.
15713
890429cc
SM
15714 * minibuffer.el (minibuffer-hide-completions): New function.
15715 (completion--do-completion): Use it.
15716 (completions-annotations): New face.
15717 (completion--insert-strings): Use it.
15718 (completion-pcm--delim-wild-regex): Add docstring.
15719 (completion-pcm--string->pattern): Add support for 0-width delimiters
15720 in completion-pcm--delim-wild-regex.
15721
265d4549
SM
157222009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
15723
d440b941
SM
15724 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
15725 Remove unused var `buffer-modified-p'.
15726
265d4549
SM
15727 * minibuffer.el (completion--do-completion): Move point for the #b001
15728 case as well (bug#4176).
15729 (minibuffer-complete, minibuffer-complete-word): Don't move point.
15730
ba6f7d86
MA
157312009-08-18 Michael Albinus <michael.albinus@gmx.de>
15732
15733 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
15734 and :session buses.
15735
98819490
KH
157362009-08-18 Kenichi Handa <handa@m17n.org>
15737
265d4549
SM
15738 * international/ucs-normalize.el (ucs-normalize-version):
15739 Change to 1.1.
58627cf0
KH
15740 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
15741 (utf-8-hfs): Make it perform normalization on encoding too.
15742
98819490
KH
15743 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
15744 (sentence-end-without-space): Delete duplicated chars.
15745 (sentence-end-base): Likewise.
e739cc85
KH
15746
15747 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
15748 (html-mode): Delete duplicated chars from sentence-end-base.
15749
15750 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
15751 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 15752
645b9326
CY
157532009-08-17 Chong Yidong <cyd@stupidchicken.com>
15754
15755 * files.el (hack-one-local-variable): If the mode function is for
15756 a minor mode, pass it an argument (Bug#4148).
15757
56c195af
MA
157582009-08-17 Michael Albinus <michael.albinus@gmx.de>
15759
15760 * net/tramp.el (tramp-register-completion-file-name-handler):
15761 Check also for (member 'partial-completion completion-styles).
15762
7a55c78b
CY
157632009-08-16 Chong Yidong <cyd@stupidchicken.com>
15764
15765 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
15766 abbrev (Bug#3943).
15767
be3e598a 157682009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
15769
15770 * progmodes/cperl-mode.el: Merge upstream 6.2.
15771 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
15772 (cperl-forward-re): Check cperl-brace-recursing.
15773 (cperl-highlight-charclass): New function.
15774 (cperl-find-pods-heres): Use it.
31cd2dd4 15775 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 15776 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 15777 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
15778 (cperl-beautify-level): Don't process entire regexp.
15779 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
15780 calling man.
15781 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
15782 (cperl-init-faces): Build a list in the normal way.
15783
81b1f9c9
CY
157842009-08-16 Chong Yidong <cyd@stupidchicken.com>
15785
15786 * calendar/parse-time.el (parse-time-string-chars): Save match
15787 data.
15788
c3732cb8
SM
157892009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
15790
55659495
SM
15791 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
15792 (sql-product): Use it.
15793 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
15794 (sql-set-product): Add completion.
15795 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
15796 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
15797 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
15798 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
15799 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
15800 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
15801 (sql-highlight-db2-keywords): Remove.
15802 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
15803 (sql-highlight-product): Use derived-mode-p.
15804 (sql-set-sqli-buffer): Use with-current-buffer.
15805 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
15806 Simplify.
15807
1ae79427
SM
15808 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
15809
c3732cb8
SM
15810 * term.el: Fix commenting convention, turn comments into docstrings.
15811
f24b8bf3
CY
158122009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
15813
15814 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
15815
7b6fefac 158162009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 15817
1200ac26 15818 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
15819 character classes, to handle non-ascii characters (Bug#3190).
15820
158212009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 15822
1abbe4e5
CY
15823 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
15824 another heredoc if the user adds another < (Bug#3226).
15825
c3732cb8
SM
15826 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15827 Don't initialize based on window-system (Bug#4124).
19261da4 15828
daad00fc
CY
15829 * facemenu.el (facemenu-read-color): Use a completion function
15830 that accepts any defined color, such as RGB triplets (Bug#3677).
15831
e1bdde78
CY
15832 * files.el (get-free-disk-space): Change fallback default
15833 directory to /. Expand DIR argument before switching to fallback.
15834 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
15835
9d73a99e
CY
158362009-08-15 Chong Yidong <cyd@stupidchicken.com>
15837
15838 * files.el (load-library): Doc fix.
15839
68b962d4 158402009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 15841
953e0c1a 15842 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 15843 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 15844 incremental search string.
9d73a99e 15845
c3732cb8 15846 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 15847 XEmacs.
9d73a99e 15848
c3732cb8
SM
15849 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
15850 (ediff-merge-region-is-non-clash)
15851 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 15852 Also check if the job is really a merge job.
9d73a99e 15853
c3732cb8 15854 * ediff.el (ediff-current-file): New function.
9d73a99e 15855
2e330adc
CY
158562009-08-15 Chong Yidong <cyd@stupidchicken.com>
15857
15858 * progmodes/js.el: Edit docstrings throughout to follow Emacs
15859 conventions.
c3732cb8 15860 (js-insert-and-indent): Delete function.
2e330adc
CY
15861 (js-mode-map): Don't bind keys to js-insert-and-indent.
15862 (js-beginning-of-defun): Rename from js--beginning-of-defun.
15863 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 15864 (js-auto-indent-flag): Delete variable.
2e330adc 15865
17b5d0f7
CY
158662009-08-14 Chong Yidong <cyd@stupidchicken.com>
15867
c3732cb8
SM
15868 * progmodes/js.el: Remove proclaim statement.
15869 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 15870
ba2d8894
CY
15871 * files.el (auto-mode-alist): Use js-mode for .js files.
15872
c3732cb8 15873 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
15874
15875 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
15876
15877 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
15878
c3732cb8 15879 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
15880
158812009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 15882 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
15883
15884 * progmodes/js.el: New file.
15885
b6377f1d
MH
158862009-08-14 Mark A. Hershberger <mah@everybody.org>
15887
15888 * timezone.el (timezone-parse-date): Add ability to understand ISO
15889 basic format (minimal separators) dates in addition to the
15890 already-supported extended format dates.
15891
bc0eef46
EZ
158922009-08-14 Eli Zaretskii <eliz@gnu.org>
15893
4e021e65
EZ
15894 * international/ucs-normalize.el: Add a `coding' file variable.
15895
bc0eef46
EZ
15896 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
15897
53dab179
SS
158982009-08-14 Sam Steingold <sds@gnu.org>
15899
6801c38a 15900 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 15901
6c58c39c
CY
159022009-08-13 Chong Yidong <cyd@stupidchicken.com>
15903
15904 * faces.el (help-argument-name): Define it here instead of
15905 help-fns.el, because in daemon mode help-fns.el may be loaded when
15906 faces are still uninitialized (Bug#1078).
15907
15908 * help-fns.el (help-argument-name): Move defface to faces.el.
15909
c7baf7e9
NR
159102009-08-13 Nick Roberts <nickrob@snap.net.nz>
15911
15912 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
15913 create buffer with a pty but no process so that GDB can make the
15914 inferior the controlling process.
15915
9c40e995 159162009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
15917
15918 * international/ucs-normalize.el: New file.
15919
8cdba32b
RS
159202009-08-13 Richard Stallman <rms@gnu.org>
15921
5c950923
RS
15922 * mail/rmail.el (rmail-get-attr-names):
15923 Accept an attribute header that is too short.
15924
76e1e40b
RS
15925 * mail/rmail.el (rmail-forget-messages):
15926 Ignore nil elt in rmail-message-vector. Use dotimes.
15927
1fc01b08
RS
15928 * progmodes/compile.el (compilation-goto-locus):
15929 Use next-error-move-function.
15930
8cdba32b
RS
15931 * simple.el (next-error-move-function): New variable.
15932
99910cf4
JL
159332009-08-12 Juri Linkov <juri@jurta.org>
15934
15935 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
15936 always non-nil. (Bug#4052)
15937
15938 * replace.el (read-regexp): Return empty string when
15939 `default-value' is nil.
15940 (keep-lines-read-args): Don't use empty string as the
15941 default value for `read-regexp'. (Bug#2495)
15942
fc5bdf6c
JL
159432009-08-12 Juri Linkov <juri@jurta.org>
15944
15945 * international/mule-cmds.el (ucs-insert): Change arguments
15946 from `arg' to `character', `count', `inherit' to be the same
15947 as in `insert-char'. Doc fix. (Bug#4039)
15948
15949 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
15950
77748848
JL
159512009-08-12 Juri Linkov <juri@jurta.org>
15952
15953 * files-x.el: New file.
15954
15955 * files.el: Move code that deals with adding/deleting
15956 file/directory-local variables to files-x.el.
15957
15958 * Makefile.in (ELCFILES): Add files-x.elc.
15959
c8a44c4e
DD
159602009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
15961
27a9fd5a
DD
15962 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
15963 to use `goto-line'.
15964 (gdb-place-breakpoints, gdb-get-location): Rewritten without
15965 `goto-line'.
15966 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 15967 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 15968 threads list.
107ef54a 15969 (gdb): Send -target-detach when buffer is killed (Bug#3794).
cf6e27cf
DD
15970 (gdb-starting): Moved -data-list-register-names...
15971 (gdb-stopped): ...here so it's sent when first thread stops.
15972 (gdb-registers-handler-custom): Do nothing if register names are
15973 unknown yet.
27a9fd5a 15974
c8a44c4e
DD
15975 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
15976 from `gdb-mi.el' to avoid extra tangling.
15977
15978 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 15979 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
15980 (gdb-update-gud-running): No extra fuss for updating frame number.
15981
dfd4e693
SM
159822009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
15983
51c4341f
SM
15984 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
15985 (describe-language-environment-map, setup-language-environment-map)
15986 (set-coding-system-map): Move initialization into declaration.
15987 (set-language-info-alist): Last arg to define-key-after can be skipped.
15988
15989 * international/quail.el (quail-completion-1): Simplify.
15990 (quail-define-rules): Use slightly more compact code.
15991 (quail-insert-decode-map): Propertize keys, compact columns.
15992
dfd4e693
SM
15993 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15994 Add goto-line.
15995
83326559
MB
159962009-08-10 Miles Bader <miles@gnu.org>
15997
15998 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
15999 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
16000 (js2-instance-member, js2-private-member, js2-private-function-call)
16001 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
16002 (js2-magic-paren, js2-external-variable):
16003 Remove "-face" suffix from face names.
16004 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
16005 (js2-highlight-undeclared-vars, js2-peek-token)
16006 (js2-parse-function-params, js2-mode-show-errors)
16007 (js2-mode-show-warnings, js2-make-magic-delimiter)
16008 (js2-mode-highlight-magic-parens): Update to use new face names.
16009
8e754ea2
MA
160102009-08-09 Michael Albinus <michael.albinus@gmx.de>
16011
16012 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
16013 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
16014
1c292fc7
CY
160152009-08-09 Chong Yidong <cyd@stupidchicken.com>
16016
18d433a7
CY
16017 * subr.el: Provide hashtable-print-readable.
16018
1c292fc7
CY
16019 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
16020 hs-c-like-adjust-block-beginning.
16021 (hs-hide-block-at-point): Stop hiding at the beginning of
16022 hs-block-end-regexp (Bug#700).
16023
2db0ae07
DD
160242009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
16025
16026 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
16027 a macro.
16028 (gdb-registers-handler-custom): Do not fail when register names
16029 are unavailable.
16030
fe4740a6
DD
160312009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
16032
16033 * progmodes/gdb-mi.el (gdb-control-all-threads)
16034 (gdb-control-current-thread): Interactive setters for
16035 `gdb-gud-control-all-threads' to use in menu.
16036 (gdb-show-run-p): Show «Go» when process is not active.
7b6fefac 16037 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
fe4740a6
DD
16038 gud/thread.xpm and gud/all.xpm.
16039
ce299d55
CY
160402009-08-08 Yoni Rabkin <yoni@rabkins.net>
16041
16042 * net/net-utils.el (net-utils-font-lock-keywords): New var.
16043 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
16044 (net-utils-mode): New mode for viewing diagnostic network output.
16045 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
16046 (net-utils-run-simple): New function.
16047 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 16048
7c4654ad
DD
160492009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
16050
16051 * progmodes/gdb-mi.el (gdb-read-memory-custom)
16052 (gdb-memory-set-address, def-gdb-set-positive-number)
16053 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
16054 after changing settings.
16055 (gdb-invalidate-disassembly): Update when first shown.
16056 (gdb-edit-locals-value): Fixed.
16057 (gdb-registers-handler-custom): Print registers in right order and
16058 allow changing register values (only for current thread yet).
9cbac26b
DD
16059 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
16060 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
16061 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
16062 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
16063 info in mode name.
16064 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 16065
0f25a277
EZ
160662009-08-08 Eli Zaretskii <eliz@gnu.org>
16067
16068 * mail/rmail.el (rmail-add-mbox-headers)
16069 (rmail-set-message-counters-counter): Search for
16070 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
16071
b971be60
GM
160722009-08-08 Glenn Morris <rgm@gnu.org>
16073
16074 * Makefile.in (ELCFILES): Update.
16075
a35d3ad8
EZ
160762009-08-07 Eli Zaretskii <eliz@gnu.org>
16077
60c2df40
EZ
16078 * mail/sendmail.el (mail-yank-original): Set
16079 buffer-file-coding-system from the one used by the message whose
16080 text is yanked.
16081
8b0bcc2e
EZ
16082 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
16083 to "windows" when "pgnuplot" is used.
16084 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
16085 call accept-process-output if "pgnuplot" is used.
16086 (calc-graph-init): Don't send -display and -geometry to
16087 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
16088 running "pgnuplot -V" with shell-command-to-string.
16089
16090 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
16091 the default.
16092
160932009-08-07 Eli Zaretskii <eliz@gnu.org>
16094
16095 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
16096 org/org-latex.elc.
16097
3bca7ca5
DN
160982009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
16099
3c53763c
DN
16100 * vc-dispatcher.el (vc-resynch-window): Update comment.
16101
3bca7ca5
DN
16102 * term.el (term-handle-ansi-escape): Add comments with the
16103 terminfo capabilities implemented.
16104
7b217360
DD
161052009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
16106
16107 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
16108 (gdb-var-create-handler): Rewritten using JSON parser.
16109 (gdb-propertize-header): Moved earlier.
16110 (gdb-set-header): Removed to avoid duplication.
16111 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
16112 Refresh disassembly buffers only after threads list have been
16113 update.
16114 (gdb-threads-header, gdb-registers-header): Per-buffer header line
16115 variables.
16116
b4d84ecf
JL
161172009-08-04 Juri Linkov <juri@jurta.org>
16118
16119 * files.el: Commands to add/delete file/directory-local variables.
16120 (read-file-local-variable, read-file-local-variable-value)
16121 (read-file-local-variable-mode, modify-file-local-variable)
16122 (modify-file-local-variable-prop-line)
16123 (modify-dir-local-variable): New functions.
16124 (add-file-local-variable, delete-file-local-variable)
16125 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
16126 (add-dir-local-variable, delete-dir-local-variable)
16127 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
16128 (copy-dir-locals-to-file-locals-prop-line): New commands.
16129
42da39c1
CY
161302009-08-04 Chong Yidong <cyd@stupidchicken.com>
16131
16132 * abbrev.el (insert-abbrev-table-description): Prettify output.
16133 Suggested by Karl Chen.
16134
98bf8494
DD
161352009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
16136
78b9fb28 16137 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 16138 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
16139 (gdb-overlay-arrow-position, gdb-thread-position)
16140 (gdb-disassembly-position): Declare variables.
16141 (gdb-wait-for-pending): Function now.
16142 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
16143 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
16144 compilation goes smoothly.
16145 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
16146 (gdb-non-stop-setting): New customization setting which replaces
16147 `gdb-non-stop' so changing it doesn't break active GDB session.
16148 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
16149 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
16150 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
16151 (gdb-show-threads-by-default): New customization options.
16152 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
16153 routines.
16154 (gdb-get-buffer-create): Send buffers update signal when they are
16155 created.
16156 (gdb-invalidate-locals, gdb-invalidate-registers)
16157 (gdb-invalidate-breakpoints)
16158 (gdb-invalidate-threads, gdb-invalidate-disassembly)
16159 (gdb-invalidate-memory): Accept update signal.
16160 (gdb-current-context-command): Use --frame option.
16161 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
16162 Implement `gdb-frame-number' selection logic.
16163 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
16164 whether to show GUD toolbar buttons.
16165 (gdb-thread-exited): Unselect current thread when it exits.
16166 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
16167 (gdb-mark-line): Routine which sets overlay arrow or inverses
16168 video on fringeless displays.
16169 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
16170 to build aligned columns of data in GDB buffers and set text
16171 properties line-by-line.
16172 (gdb-invalidate-breakpoints)
16173 (gdb-breakpoints-list-handler-custom)
16174 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
16175 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
16176 (gdb-registers-handler-custom): Align data columns.
16177 (gdb-locals-handler-custom): Now prints data like in variable
16178 declarations.
16179 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
16180 Removed confusing buttons.
16181 (gdb-invalidate-threads): Append --frame.
16182 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
16183 between breakpoints/threads buffers.
16184 (gdb-set-window-buffer): Now can ignore dedicated windows.
16185 (gdb-propertize-header): Use `gdb-set-window-buffer'.
16186 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
16187 (def-gdb-thread-buffer-gud-command): Replaces
16188 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
16189 for fine thread control.
16190 (gdb-preempt-existing-or-display-buffer): New function used to
16191 display bound buffers without breaking window layout.
16192 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
16193 (gdb-select-frame): New version of `gdb-frames-select' which now
16194 sets `gdb-frame-number' so commands may use --frame option instead
16195 of inner debugger state.
16196 (gdb-frame-handler): Do not set `gdb-frame-number'.
16197 (gdb-threads-mode-map): Select threads with mouse.
16198
16199 * progmodes/gud.el (gdb-gud-context-call): Declare function to
16200 avoid compilation warning.
16201 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
16202 `gdb-show-stop-p`.
16203
566f3909
DD
16204 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
16205 Argument `key' renamed to `buffer-type'.
16206 (gdb-current-context-buffer-name): Do not add thread info to
16207 buffer name when no thread is selected.
16208 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
16209 command (bug 3794).
16210 (gdb-thread-selected): Handle `=thread-selected' notification.
16211 (gdb-wait-for-pending): New macro to deal with congestion problems.
16212 (gdb-breakpoints-list-handler-custom): Don't fail on pending
16213 breakpoints.
7b6fefac
JB
16214 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
16215 This fixes problem similar to one described in bug 3947.
566f3909
DD
16216 (gud-menu-map): More menu items.
16217 (gdb-init-1): Reset `gdb-thread-number' to nil.
16218
4a31122c
DD
16219 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
16220 non-stop settings.
16221
16222 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
16223 (gdb-current-context-command): Do not append --thread if
16224 `gdb-thread-number' is nil.
16225 (gdb-running-threads-count, gdb-stopped-threads-count): New
16226 variables.
16227 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
16228 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
16229 customization options.
16230 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
16231 GUD commands.
7b6fefac 16232 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
16233 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
16234 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
16235 set `gdb-thread-number' and update `gud-running' properly.
16236 (gdb-running): Update threads list when new threads appear.
16237 (gdb-stopped): Support non-stop operation and new thread switching
16238 logic.
16239 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
16240 (gdb-json-partial-output): New set of JSON routines.
16241 (def-gdb-auto-update-trigger): New `signal-list' optional
16242 argument.
16243 (gdb-thread-list-handler-custom): Update `gud-running',
16244 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
16245 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
16246 (gdb-continue-thread, gdb-step-thread): New commands for fine
16247 thread execution control.
16248 (gud-menu-map): New menu items to switch non-stop options.
16249 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 16250 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
16251
16252 * progmodes/gdb-mi.el (gdb-rules-name-maker)
16253 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
16254 gdb-buffer-rules.
16255 (def-gdb-auto-update-handler): New nopreserve optional argument.
16256 (gdb-stack-list-frames-custom): Print stack from top to bottom.
16257
16258 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
16259 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
16260 (gdb-parent-mode): New mode to derive other GDB modes from.
16261 (gdb-display-disassembly-for-thread)
16262 (gdb-frame-disassembly-for-thread): New commands for threads
16263 buffer.
16264
16265 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
16266 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
16267 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
16268 (gdb-update): We now store all GDB buffers in a list so that they
16269 can be updated by traversing a list instead of calling invalidate
7b6fefac 16270 triggers explicitly.
a5c9f540
DD
16271 (def-gdb-trigger-and-handler): New macro to define trigger-handler
16272 pair for GDB buffer.
16273 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
16274 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
16275 handle pending triggers.
16276 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
16277 (def-gdb-thread-buffer-simple-command)
16278 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
16279 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
16280 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
16281 New commands which show buffers bound to thread.
e7086683 16282 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 16283
7b6fefac
JB
16284 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
16285 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
16286 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
16287 to (gud-comint-buffer) in *-buffer-name functions
16288 because (gdb-get-target-string) already does that.
16289 (gdb-locals-handler-custom, gdb-registers-handler-custom)
16290 (gdb-changed-registers-handler): Rewritten without regexps.
16291
ba214964 16292 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
16293 (gdb-thread-number): New variable.
16294 (gdb-current-context-command): New macro which adds --thread
16295 option to command.
7b6fefac 16296 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 16297 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 16298 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
16299 (gdb-select-thread): New command which selects current thread.
16300 (gdb-invalidate-frames, gdb-invalidate-locals)
16301 (gdb-invalidate-registers): Use --thread option.
20f12ed8 16302
2ac33804
MA
163032009-08-04 Michael Albinus <michael.albinus@gmx.de>
16304
16305 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 16306 robust. (Bug#3977)
2ac33804
MA
16307 (tramp-handle-insert-file-contents): `unwind-protect' must be
16308 inside `with-parsed-tramp-file-name'.
16309
16310 * net/tramp-gvfs.el (top): Remove superfluous message when loading
16311 fails.
16312
39d0296f
NR
163132009-08-03 Nick Roberts <nickrob@snap.net.nz>
16314
16315 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
16316 directory if CLASSPATH is not set.
16317
adcbca53
MA
163182009-08-03 Michael Albinus <michael.albinus@gmx.de>
16319
7b6fefac
JB
16320 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
16321 New defconst.
7ef849b6 16322 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 16323
30924b0b
CY
163242009-08-02 Kevin Ryde <user42@zip.com.au>
16325
7b6fefac
JB
16326 * net/newst-backend.el (newsticker--raw-url-list-defaults):
16327 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 16328
b6ce92f1
CY
163292009-08-02 Chong Yidong <cyd@stupidchicken.com>
16330
d977a092
CY
16331 * select.el (x-set-selection): Doc fix (Bug#4021).
16332
16333 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
16334
b6ce92f1
CY
16335 * help-fns.el (describe-variable): Treat list return values from
16336 dir-locals-find-file properly (Bug#4005).
16337
7b6fefac 163382009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
16339
16340 * net/tramp.el (tramp-debug-message): Print also microseconds.
16341
163422009-08-02 Michael Albinus <michael.albinus@gmx.de>
16343
16344 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
16345 or END is non-nil.
16346 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
16347 (tramp-get-debug-buffer): Change `outline-regexp' according to new
16348 format.
16349
5ce6e4f4 16350 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
16351 (tramp-get-file-property): Use it.
16352
16353 * autorevert.el (auto-revert-handler): Allow
16354 `auto-revert-tail-mode' for remote files.
16355
2aafe808
JR
163562009-08-02 Jason Rumney <jasonr@gnu.org>
16357
16358 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 16359 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 16360
e094097c
CY
163612009-08-02 Chong Yidong <cyd@stupidchicken.com>
16362
16363 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
16364 (font-lock-variable-name-face, font-lock-constant-face): Darken
16365 the colors for light backgrounds.
16366
de94f281
EZ
163672009-08-01 Eli Zaretskii <eliz@gnu.org>
16368
16369 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
16370 month names. (Bug#3987)
16371
54b99340
CY
163722009-07-31 Chong Yidong <cyd@stupidchicken.com>
16373
16374 * simple.el (line-move-finish): Pass whole number to
16375 line-move-to-column.
34be836c 16376 (line-move-visual): Perform hscroll to the recorded position.
54b99340 16377
38216c30
JB
163782009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
16379
16380 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
16381
c779896d
CY
163822009-07-29 Alan Mackenzie <acm@muc.de>
16383
16384 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
16385
592ccae0
DD
163862009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
16387
35edc6c6
DD
16388 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
16389 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 16390
5a9e3ab7
JB
163912009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
16392
16393 * calc/calc.el (calc-mode-map): Add keybinding for
16394 `calc-transpose-lines'.
16395
7b6fefac 163962009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
16397
16398 * calc/calc-misc.el (calc-transpose-lines): New function.
16399
905fb90e
MA
164002009-07-28 Michael Albinus <michael.albinus@gmx.de>
16401
16402 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
16403 Simplify check for out-of-band methods.
16404 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
16405 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
16406
76e14464
DN
164072009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
16408
16409 * vc-git.el (vc-git-checkin): Fix typo.
16410
6088b51f 164112009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
16412
16413 * progmodes/js2-mode.el: New file.
16414
b85157fe
NR
164152009-07-28 Nick Roberts <nickrob@snap.net.nz>
16416
16417 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
16418 (gud-menu-map): Adjust tooltip accordingly.
16419
d43c2b06
DN
164202009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
16421
1c0f0c3b
DN
16422 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
16423 (vc-bzr-log-view-mode): Adjust log-view-file-re.
16424
d43c2b06
DN
16425 * add-log.el (change-log-mode-map): Add a menu.
16426
3dec5c36
MA
164272009-07-27 Michael Albinus <michael.albinus@gmx.de>
16428
16429 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
16430 function returns nil.
16431 (dbus-handle-event): Handle special return value :ignore.
16432 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
16433
5704140c
CY
164342009-07-26 Chong Yidong <cyd@stupidchicken.com>
16435
16436 * view.el (view-mode-enable): Don't define Helper-return-blurb if
16437 it's not needed.
16438
3077d1f6
EZ
164392009-07-25 Eli Zaretskii <eliz@gnu.org>
16440
16441 Fix Bug#3888:
16442
16443 * w32-vars.el (x-select-enable-clipboard): Doc fix.
16444
16445 * term/pc-win.el (x-display-name, x-colors)
16446 (x-select-enable-clipboard, x-select-text): Doc fix.
16447
16448 * term/common-win.el (x-display-name, x-colors): Doc fix.
16449
16450 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
16451 (xw-defined-colors): Doc fix.
16452
16453 * w32-fns.el (x-select-text, x-setup-function-keys)
16454 (x-get-selection, x-set-selection): Doc fix.
16455
16456 * term/x-win.el (x-select-text, x-setup-function-keys)
16457 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
16458
16459 * select.el (x-set-selection): Doc fix.
16460
51768bc8
MA
164612009-07-25 Michael Albinus <michael.albinus@gmx.de>
16462
16463 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
16464 instead of "IsNSSSupportAvailable". Avahi ought to work also when
16465 "IsNSSSupportAvailable" method is not available. Reported by
16466 Steve Youngs <steve@sxemacs.org>.
16467
b11c2874
KH
164682009-07-24 Kenichi Handa <handa@m17n.org>
16469
16470 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 16471 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
16472 (build-unicode-category-table): Fix range checks.
16473
ba83b7b6
DN
164742009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
16475
16476 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
16477 the buffer we try to sync is current when calling
16478 vc-resynch-buffer.
16479
16480 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
16481 not show up to date files.
16482
7a8ae964
GM
164832009-07-24 Glenn Morris <rgm@gnu.org>
16484
16485 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
16486 Add autoload cookies. If necessary, initialize.
16487 (elint-log): Handle non-file buffers.
16488 (elint-initialize): Add optional argument to reinitialize.
16489 (elint-find-builtin-variables): Save excursion.
16490
a707eb05
DN
164912009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
16492
16493 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16494 for Lint.
16495
0a2ddfa6
DN
164962009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
16497
d6a62b0d
DN
16498 * vc.el (vc-print-log-internal): New function, split out from ...
16499 (vc-print-log): ... here.
10b5dcad 16500 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 16501
0a2ddfa6
DN
16502 * vc-git.el (vc-git-add-signoff): New variable.
16503 (vc-git-checkin): Use it.
16504 (vc-git-toggle-signoff): New function.
16505 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
16506 (vc-git--run-command-string): Accept a nil FILE argument.
16507 (vc-git-stash-list): New function.
16508 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 16509
589a99f2
GM
165102009-07-23 Glenn Morris <rgm@gnu.org>
16511
16512 * help-fns.el (describe-variable): Describe ignored and risky local
16513 variables in a similar way to that in which we describe safe ones.
16514
16515 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
16516 (byte-compile-output-file-form, byte-compile-output-docform)
16517 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
16518 Give some more local variables with common names a "bytecomp-" prefix,
16519 so as not to shadow things during compilation.
16520 * emacs-lisp/cl-macs.el (load-time-value)
16521 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
16522 `outbuffer' to `bytecomp-outbuffer'.
16523
16524 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
16525 since the next two variables cover them automatically now.
16526 (elint-builtin-variables, elint-autoloaded-variables): New.
16527 (elint-unknown-builtin-args): Remove all members, since they can be
16528 parsed automatically now.
16529 (elint-extra-errors): New.
16530 (elint-env-add-env, elint-env-add-macro): Use cadr.
16531 (elint-current-buffer): Use or. Change final message.
16532 (elint-get-top-forms): Use line-end-position.
16533 (elint-init-env): Use cadr. Handle autoload, declare-function,
16534 and defalias.
16535 (elint-add-required-env): Doc fix. Use or. Standardize error.
16536 (regexp-assoc): Remove unused function.
16537 (elint-top-form): Set elint-current-pos, to record the start of the
16538 top-level form, for compilation-mode.
16539 (elint-form): Trap errors in macro expansion. Use dolist.
16540 (elint-unbound-variable): Use elint-builtin-variables and
16541 elint-autoloaded-variables.
16542 (elint-get-args): Use cadr, or.
16543 (elint-check-cond-form): Use dolist, cadr.
16544 (elint-check-condition-case-form): Doc fix. Use cadr.
16545 Use elint-extra-errors.
16546 (elint-log): New function.
16547 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
16548 Distinguish errors and warnings.
16549 (elint-log-message): Use with-current-buffer. Inhibit read-only.
16550 Use a bytecomp-style format.
16551 (elint-clear-log): Preserve default-directory. Inhibit read-only.
16552 (elint-get-log-buffer): Use compilation mode. Disable undo.
16553 Don't truncate lines.
16554 (elint-initialize): Set builtin and autoloaded variable lists.
16555 Only process elint-unknown-builtin-args if non-nil.
16556 (elint-find-builtin-variables, elint-find-autoloaded-variables):
16557 New functions.
16558 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
16559
855b42a2
GM
165602009-07-22 Kevin Ryde <user42@zip.com.au>
16561
16562 * net/newst-backend.el (newsticker--parse-atom-1.0)
16563 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
16564 (newsticker--parse-rss-1.0):
16565 * progmodes/idlwave.el (idlwave-mode):
16566 * progmodes/idlw-shell.el (idlwave-shell-mode):
16567 * progmodes/vera-mode.el (vera-mode):
16568 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
16569 * progmodes/vhdl-mode.el (vhdl-mode):
16570 * textmodes/table.el (table-generate-source)
16571 (table--warn-incompatibility):
16572 Hyperlink urls in docstrings with URL `...'.
16573
fd413a37
GM
165742009-07-22 Glenn Morris <rgm@gnu.org>
16575
cb711556
GM
16576 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
16577 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
16578 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
16579 Remove leading * from defcustom docs.
16580
fd413a37
GM
16581 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
16582
16583 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
16584 defcustom doc.
16585 (list-load-path-shadows): Optionally, just return shadows as a string.
16586
16587 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
16588
a4f69701
CY
165892009-07-21 Chong Yidong <cyd@stupidchicken.com>
16590
16591 * mail/rmailedit.el (rmail-edit-mode): Use
16592 auto-save-include-big-deletions.
16593
16594 * mail/rmail.el (rmail-variables): Use
16595 auto-save-include-big-deletions.
16596
16597 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
16598 changes.
16599
ec06459c
JB
166002009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
16601
16602 * calc/calc.el (calc-undo-length): New variable.
16603 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
16604
b41b0976
RS
166052009-07-21 Richard Stallman <rms@gnu.org>
16606
16607 * files.el (auto-save-mode): Handle buffer-save-size = -2
16608 for toggling mode.
16609
4ed32706
GM
166102009-07-21 Glenn Morris <rgm@gnu.org>
16611
531b1264
GM
16612 * textmodes/ispell.el (ispell-looking-back): Update declaration.
16613
55d27f41
GM
16614 * calendar/todo-mode.el (calendar-current-date): Update declaration.
16615
02df3f4d
GM
16616 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
16617 silence compiler. Instead...
16618 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
16619 (ps-print-ensure-fontified): Update for above function name changes.
16620
fdd8417e
GM
16621 * printing.el (pr-mh-get-msg-num, pr-mh-show)
16622 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
16623 silence compiler. Instead...
16624 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
16625 (mh-show-buffer): Only define for compiler.
16626 (pr-mh-current-message): Update for above function name changes.
16627
4ed32706
GM
16628 * files.el (abort-if-file-too-large): Explicitly pass `filename'
16629 as an argument.
16630 (find-file-noselect, insert-file-1): Update for above change.
16631
16632 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
16633
16634 * mail/mailclient.el (mailclient-send-it): Fix message.
16635
16636 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
16637 (edebug-eval): Check cl-debug-env is bound.
16638 (print-level, print-circle): Don't redefine built-in variables.
16639
16640 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
16641 (custom-print-vectors): Remove old comments from doc.
16642
16643 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
16644 (emerge-version): Make the variable an obsolete alias for the
16645 emacs-version variable. Make the function obsolete.
16646 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
16647 Emerge options, rather than merging in into the main Options menu.
16648 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
16649 and auto advance modes. Disable edit/fast items when not relevant.
16650
86812144
CY
166512009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
16652
16653 * term/vt420.el (terminal-init-vt420): Fix typo.
16654
6bb90094
SS
166552009-07-20 Sam Steingold <sds@gnu.org>
16656
16657 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
16658 variable (removed from compile.el on 2004-03-11).
16659
42e0a725
CY
166602009-07-20 Chong Yidong <cyd@stupidchicken.com>
16661
16662 * files.el (hack-local-variables-filter): Fix last change.
16663
2ee20f24
JL
166642009-07-19 Juri Linkov <juri@jurta.org>
16665
16666 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
16667 (dir-local-variables-alist): New buffer-local variable.
16668 (hack-local-variables-filter): If variable is not dir-local,
16669 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
16670 because file-local overrides dir-local.
3570691b 16671 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
16672 Remove obsolete declaration.
16673 (hack-dir-local-variables): Add dir-local variable/value pair to
16674 `dir-local-variables-alist' and remove duplicates. Doc fix.
16675
16676 * help-fns.el (describe-variable): Add information about
16677 file-local and dir-local variables.
16678
89bf83cd
CY
166792009-07-19 Chong Yidong <cyd@stupidchicken.com>
16680
16681 * files.el (hack-local-variables-filter): Rewrite.
16682
1a8d3541
GM
166832009-07-19 Glenn Morris <rgm@gnu.org>
16684
d9e8a018
GM
16685 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
16686 Silence compiler by only defining on XEmacs.
16687
da332cfb
GM
16688 * international/mule.el (auto-coding-regexp-alist): Only match
16689 BABYL... at the start of buffer, not of lines. (Bug#3790)
16690
1a8d3541
GM
16691 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
16692 non-calendar buffers (Bug#3862). Restore "not on a date" message.
16693 (cal-menu-context-mouse-menu): Doc fix.
16694
16695 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
16696
16697 * simple.el (mail-user-agent): Doc fix. Set :version tag.
16698
d842b103
JL
166992009-07-18 Juri Linkov <juri@jurta.org>
16700
16701 * info.el: Virtual Info keyword finder.
3570691b 16702 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
16703 (Info-finder-file): New variable.
16704 (Info-finder-find-file): New function.
16705 (finder-known-keywords, finder-package-info)
16706 (find-library-name, lm-commentary): Use defvar and
16707 declare-function to silence compiler warnings.
16708 (Info-finder-find-node): New function.
16709 (info-finder): New command.
16710
16711 * subr.el (process-kill-buffer-query-function): New function.
16712 (add-hook)<kill-buffer-query-functions>: Add hook
16713 `process-kill-buffer-query-function'.
16714
10d37df7
AM
167152009-07-18 Alan Mackenzie <acm@muc.de>
16716
7b6fefac 16717 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
16718 (c-postprocess-file-styles): Give invocation of `c-set-style'
16719 DONT-OVERRIDE parameter of t. Already set style variables will
16720 thus not be overridden by style settings given by `c-file-syle'.
16721
16722 * files.el (hack-local-variables-filter): Remove entries with
16723 duplicate keys from `file-local-variables-alist'.
16724
102e1a41
EZ
167252009-07-18 Eli Zaretskii <eliz@gnu.org>
16726
16727 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
16728 x-set-selection if display-selections-p returns nil for the
16729 current frame.
16730
16f2e9fc
CY
167312009-07-18 Chong Yidong <cyd@stupidchicken.com>
16732
16733 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
16734
f22693fc
EZ
167352009-07-18 Eli Zaretskii <eliz@gnu.org>
16736
a6c2c80c
EZ
16737 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
16738 Accept nil in addition to a regexp.
16739 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
16740 Accept nil in addition to a regexp.
16741 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
16742 buffers that have an associated file. Handle nil values of
16743 desktop-buffers-not-to-save and desktop-files-not-to-save.
16744 (Bug#3833)
16745
f22693fc
EZ
16746 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16747 (x-disown-selection-internal): New functions.
16748
e456379a
NR
167492009-07-18 Nick Roberts <nickrob@snap.net.nz>
16750
16751 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
16752 warning.
16753 (gdb-breakpoints-header): Move forward to avoid compiler warning.
16754 (gdb-make-header-line-mouse-map): Remove duplicate definition.
16755
0013b70f
CY
167562009-07-18 David De La Harpe Golden <david@harpegolden.net>
16757
16758 * simple.el (set-mark): Revert last change.
16759
0855c2ca
CY
167602009-07-17 Tassilo Horn <tassilo@member.fsf.org>
16761
16762 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
16763 rendering of pngs is not possible instead of messaging a long
16764 description.
16765
3f5c9cad
CY
167662009-07-17 David De La Harpe Golden <david@harpegolden.net>
16767
16768 * w32-fns.el (x-selection-owner-p): New function.
16769
16770 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
16771 (mouse-yank-at-click, mouse-yank-primary): If
16772 select-active-regions is non-nil, deactivate the mark before
16773 insertion.
3f5c9cad
CY
16774
16775 * simple.el (deactivate-mark, set-mark): Only save selection if we
16776 own it.
16777
1fc87f9b
KH
167782009-07-17 Kenichi Handa <handa@m17n.org>
16779
16780 * case-table.el (describe-buffer-case-table): Fix for the case
16781 that KEY is a cons.
16782
d56fdcd2
DN
167832009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
16784
16785 * vc-rcs.el (vc-rcs-find-file-hook):
16786 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
16787
bede3e9f
MA
167882009-07-16 Michael Albinus <michael.albinus@gmx.de>
16789
16790 * net/tramp.el (tramp-wait-for-output): Handle the case when
16791 commands do not return a newline but a null byte before the shell
16792 prompt. (Bug#3858)
16793
7653ca1d
YM
167942009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16795
16796 * term/ns-win.el (ns-set-alpha): Don't declare.
16797 (ns-set-background-alpha): Remove function.
16798
ed2a52e9
SM
167992009-07-16 Kevin Ryde <user42@zip.com.au>
16800
16801 * emacs-lisp/copyright.el (copyright-update): Save match-data across
16802 y-or-n-p, for safety.
16803
7a907299
RS
168042009-07-16 Richard Stallman <rms@gnu.org>
16805
16806 * files.el (auto-save-mode): If buffer-saved-size is -2,
16807 don't clobber it.
16808
16809 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
16810 (rmail-retry-ignored-headers): Add more uninteresting fields.
16811
c0db3477
CY
168122009-07-15 Jari Aalto <jari.aalto@cante.net>
16813
16814 * net/rcirc.el (rcirc): Use history variables.
16815 (rcirc-server-name-history, rcirc-nick-name-history)
16816 (rcirc-server-port-history): New variables.
16817
6c875452
KH
168182009-07-15 Kenichi Handa <handa@m17n.org>
16819
bf974dc9
KH
16820 * international/mule-cmds.el (set-language-environment-charset):
16821 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
16822 ignore them.
16823
6c875452
KH
16824 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
16825 Delete unibyte-display.
16826
2066b4fe
CY
168272009-07-15 Chong Yidong <cyd@stupidchicken.com>
16828
16829 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
16830
f9be2e35
CY
168312009-07-15 Chong Yidong <cyd@stupidchicken.com>
16832
16833 * simple.el (deactivate-mark): Optional argument FORCE.
16834 (set-mark): Use deactivate-mark.
16835
16836 * info.el (Info-search): No need to check transient-mark-mode
16837 before calling deactivate-mark.
16838
16839 * select.el (x-set-selection): Doc fix.
16840 (x-valid-simple-selection-p): Allow buffer values.
16841 (xselect--selection-bounds): Handle buffer values. Suggested by
16842 David De La Harpe Golden.
16843
16844 * mouse.el (mouse-set-region, mouse-drag-track): Call
16845 copy-region-as-kill before setting the mark, to let
16846 select-active-regions work.
16847
be3e598a 168482009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
16849
16850 * simple.el (deactivate-mark): If select-active-regions is
16851 non-nil, copy the selection data into a string.
16852 (activate-mark): If select-active-regions is non-nil, set the
16853 selection to the current buffer.
16854 (set-mark): Update selection if select-active-regions is non-nil.
16855
16856 * select.el (x-valid-simple-selection-p): Allow buffer values.
16857
cbd61418
SM
168582009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
16859
16860 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
16861 and more featureful message-mode.
16862
f470187f
CY
168632009-07-14 Chong Yidong <cyd@stupidchicken.com>
16864
16865 * select.el (x-set-selection): Doc fix.
16866 (x-valid-simple-selection-p): Disallow selection data consisting
16867 of a list or cons of integers, since that is not used.
16868 (xselect--selection-bounds, xselect--int-to-cons): New functions.
16869 (xselect-convert-to-string, xselect-convert-to-length)
16870 (xselect-convert-to-filename, xselect-convert-to-charpos)
16871 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
16872
bfc99364
DD
168732009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
16874
16875 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
16876 output in -break-info command (Emacs bug #3794).
16877
e32721f5
GM
168782009-07-14 Glenn Morris <rgm@gnu.org>
16879
1e46f9e4
GM
16880 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
16881 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
16882 (edebug-print-length, edebug-print-level, edebug-print-circle)
16883 (edebug-sit-for-seconds, edebug-view-outside)
16884 (edebug-bounce-point, edebug-set-global-break-condition)
16885 (edebug-Go-nonstop-mode, edebug-trace-mode)
16886 (edebug-Trace-fast-mode, edebug-continue-mode)
16887 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
16888 (edebug-visit-eval-list): Doc fixes.
16889
e32721f5
GM
16890 * subr.el (def-edebug-spec): Doc fix.
16891
66a85e76
KH
168922009-07-14 Kenichi Handa <handa@m17n.org>
16893
16894 * international/characters.el: Fix setting of category ?C.
16895
28571246
JD
168962009-07-13 Jan Djärv <jan.h.d@swipnet.se>
16897
7b6fefac 16898 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
16899 ns-popup-font-panel instead of generate-fontset-menu.
16900
5d74672c
EZ
169012009-07-12 Eli Zaretskii <eliz@gnu.org>
16902
7b6fefac 16903 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 16904
eb1727a4
CY
169052009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
16906
16907 * arc-mode.el (archive-find-type): Allow for a PK00 string before
16908 the PK\003\004 header (Bug#3770).
16909
208384c5
CY
169102009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
16911
16912 * pcomplete.el (pcomplete-comint-setup): Check for
16913 shell-dynamic-complete-filename too.
16914
774409a1
CY
169152009-07-11 Chong Yidong <cyd@stupidchicken.com>
16916
16917 * simple.el (temporary-goal-column): Change the value for
16918 line-move-visual to a cons cell.
16919 (line-move-visual): Record or set the window hscroll, if
16920 necessary (Bug#3494).
16921 (line-move-1): Handle cons value of temporary-goal-column.
16922
1639ee1d
KH
169232009-07-11 Kenichi Handa <handa@m17n.org>
16924
16925 * international/mule-diag.el (describe-character-set): Don't show
16926 width.
16927
2b1d2412
SS
169282009-07-10 Sam Steingold <sds@gnu.org>
16929
16930 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16931 Omake sometimes indents the errors it prints, so allow all
16932 regexps to start with spaces.
16933
ed3a5691
EZ
169342009-07-10 Eli Zaretskii <eliz@gnu.org>
16935
ed2a52e9
SM
16936 * cus-edit.el (customize-changed-options-previous-release):
16937 Bump value to 22.1. (Bug#3804)
ed3a5691 16938
49405d0e
SS
169392009-07-08 Sam Steingold <sds@gnu.org>
16940
16941 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
16942 to be a cons cell (test . ignored-directory) to selectively ignore
16943 some directories depending on the location of the search.
16944
93c3eb7c
MA
169452009-07-08 Michael Albinus <michael.albinus@gmx.de>
16946
16947 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
16948 remote user is root, on the local host.
16949 (tramp-local-host-p): Either the local user or the remote user
16950 must be root. (Bug#3771)
16951
6f2a8484
NR
169522009-07-08 Nick Roberts <nickrob@snap.net.nz>
16953
16954 * progmodes/gdb-mi.el (gdb): Remove description of
16955 gdb-use-separate-io-buffer.
69cb8d82 16956 (menu): Don't allow toggling of or enable
6f2a8484
NR
16957 gdb-use-separate-io-buffer from menubar.
16958
88d03607
CY
169592009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
16960
16961 * mail/unrmail.el (unrmail): Make sure the message ends with two
16962 newlines (Bug#3769).
16963
7ef5b8b2
GM
169642009-07-08 Glenn Morris <rgm@gnu.org>
16965
16966 * calendar/calendar.el (calendar-current-date): Rework previous change.
16967
3ce82f97
GM
169682009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
16969
16970 * calendar/calendar.el (calendar-current-date):
16971 Add an optional argument giving an offset from today.
16972
f35fc841
GM
169732009-07-08 Glenn Morris <rgm@gnu.org>
16974
16975 * tutorial.el (tutorial--describe-nonstandard-key):
16976 Adjust the message for when a key has been unbound.
16977 (help-with-tutorial): Hide the arch-tag.
16978
40149292
KH
169792009-07-08 Kenichi Handa <handa@m17n.org>
16980
69cb8d82
KH
16981 * international/fontset.el (setup-default-fontset): For each
16982 script, append (not set) font-specs.
16983
40149292
KH
16984 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
16985 docstring.
16986
ff0c4194
NR
169872009-07-08 Nick Roberts <nickrob@snap.net.nz>
16988
16989 * progmodes/gdb-mi.el (gdb-init-1): Move sending
16990 -data-list-register-names to ...
16991 (gdb-starting): ... here because GDB 7.0 requires execution to
16992 have started when using this MI command.
16993 (gdb-set-header): New function to distinguish select and
16994 unselected tabs in gdb buffers.
16995 (gdb-propertize-header): New macro that uses gdb-set-header.
16996 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 16997 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 16998
8954c675
CY
169992009-07-07 Chong Yidong <cyd@stupidchicken.com>
17000
17001 * Makefile.in (ELCFILES): Remove fadr.elc.
17002
0996385d
DD
170032009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
17004
dc6b4519
DD
17005 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
17006 may contain frame information, so `string-match' should be used.
17007 (gdb-update): Disassembly is invalidated through
17008 `gdb-get-selected-frame'.
17009 (gdb-pad-string): New function to pad string with spaces.
17010 (gdb-invalidate-disassembly): Invalidate only if the buffer
17011 exists.
17012 (gdb-disassembly-handler-custom): Column alignment.
17013 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
17014 placing new ones.
17015 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
17016 end of line, too.
17017 (gdb-frame-handler): Match convention to for disassembly buffer
17018 mode name.
17c1380b 17019 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
17020 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
17021 not highlight breakpoints without line information.
69a197a2 17022 (gdb-input): Add trailing newline to command.
dc6b4519 17023
14340b25
DD
17024 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
17025 buffer properly.
17026 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 17027 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
17028 now.
17029 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
17030 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
17031 to place breakpoints.
14340b25
DD
17032 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
17033 functions.
17034 (gdb-disassembly-handler-custom): Show overlay arrow.
17035 (gdb-disassembly-place-breakpoints): Show breakpoints in
17036 disassembly buffer.
17037 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 17038 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 17039 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 17040 in `gud-menu-map'.
14340b25 17041
38d4f316 17042 * fadr.el: Remove.
1f2a6224 17043
7b6fefac 17044 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 17045 (gdb-memory-address): New variable which holds top address of
7b6fefac 17046 memory page shown in memory buffer.
0996385d
DD
17047 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
17048 customization variables.
17049 New functions:
17050 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
17051 display the memory buffer.
17052 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
17053 buffer display parameters.
17054 (def-gdb-memory-format, gdb-memory-format-binary)
17055 (gdb-memory-format-octal, gdb-memory-format-unsigned)
17056 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
17057 Functions for setting memory buffer format.
17058 (gdb-memory-unit-word, gdb-memory-unit-halfword)
17059 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
17060 unit size used in memory buffer.
17061 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
17062 to next/previous page of memory buffer.
28d67a53 17063 Now using (bindat-get-field) instead of fadr functions.
0996385d 17064
9ba562d3
SS
170652009-07-07 Sam Steingold <sds@gnu.org>
17066
17067 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
17068 non-top-level files.
17069
a43977db
KH
170702009-07-07 Kenichi Handa <handa@m17n.org>
17071
17072 * international/mule-cmds.el (reset-language-environment): Put
17073 the highset priority to the charset iso-8859-1.
17074
d44d05e8
CY
170752009-07-06 Chong Yidong <cyd@stupidchicken.com>
17076
17077 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
17078 to the end of the line when locating the block (Bug#700).
17079
3e2fa353
MA
170802009-07-06 Michael Albinus <michael.albinus@gmx.de>
17081
17082 * net/tramp.el (tramp-handle-write-region): Flush file properties
17083 in case of short track.
17084
be3e598a 170852009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 17086
bf0b361c
JB
17087 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
17088 Coded custom representation of verilog error regular expressions
17089 to work with Emacs-22's new format.
d88782c3 17090 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 17091 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
17092 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
17093 error recognition into XEmacs.
17094 (verilog-error-regexp-add-emacs): Hook routine to install verilog
17095 error recognition into Emacs-22.
17096
25c6f63e
CY
170972009-07-06 Chong Yidong <cyd@stupidchicken.com>
17098
17099 * woman.el: Remove stand-alone closing parentheses.
17100 (woman-file-name, woman2-format-paragraphs)
17101 (woman-leave-blank-lines): Code cleanup.
17102 (woman-use-own-frame): Change default to nil.
17103 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
17104 defaults to inherit from default faces.
17105 (woman2-process-escapes): Consume the newline after a stand-alone
17106 filler character (Bug#3651).
17107
f176290e
GM
171082009-07-06 Glenn Morris <rgm@gnu.org>
17109
17110 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
17111 (top-level): Move provide to the end.
17112 (ffap): Remove defunct URL from custom group.
17113
17114 * subr.el (eval-after-load): Doc fix.
17115
7b6fefac 171162009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
17117
17118 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
17119 `calc-embedded-word' is called twice.
17120
4b8b1ec5
SM
171212009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
17122
17123 * files.el (find-alternate-file-other-window, find-alternate-file):
17124 Obey confirm-nonexistent-file-or-buffer.
17125
d6ceb380
MA
171262009-07-05 Michael Albinus <michael.albinus@gmx.de>
17127
17128 * dired-aux.el (dired-show-file-type): Handle remote files.
17129
be3e598a 171302009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 17131
4b8b1ec5
SM
17132 * desktop.el (desktop-globals-to-save):
17133 Add file-name-history (Bug#2750).
c760f19e 17134
6d00ce04
CY
171352009-07-05 Chong Yidong <cyd@stupidchicken.com>
17136
4b8b1ec5 17137 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 17138
6ee21b07
JB
171392009-07-04 Johan Bockgård <bojohan@gnu.org>
17140
17141 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
17142 property on entire argument since this is what eshell-lisp-command
17143 expects.
17144
f0dbdc25
MA
171452009-07-03 Michael Albinus <michael.albinus@gmx.de>
17146
17147 * net/tramp-gvfs.el (tramp-gvfs-methods)
17148 (tramp-gvfs-zeroconf-domain)
17149 (tramp-bluez-discover-devices-timeout): Add version flag.
17150 (tramp-gvfs-handler-mounted-unmounted)
17151 (tramp-gvfs-connection-mounted-p): Polish handling of
17152 incompatibilities between GVFS 0.2 and 1.0.
17153
e044e4fc
JD
171542009-07-03 Jan Djärv <jan.h.d@swipnet.se>
17155
4b8b1ec5 17156 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 17157
2e9b968b
JB
171582009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
17159
bf0b361c 17160 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
17161 formatted correctly.
17162
baf1a55e
JL
171632009-07-02 Juri Linkov <juri@jurta.org>
17164
17165 * info.el: Virtual Info files and nodes.
17166 (Info-virtual-files, Info-virtual-nodes): New variables.
17167 (Info-current-node-virtual): New variable.
17168 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
17169 New functions.
17170 (Info-file-supports-index-cookies): Use Info-virtual-file-p
17171 to check for a virtual file instead of checking a fixed list
17172 of node names.
17173 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
17174 instead of ad-hoc processing of "dir" and (apropos history toc).
17175 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
17176 instead of ad-hoc processing of "dir" and (apropos history toc).
17177 Reread a file when moving from a virtual node.
17178 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
17179 (Info-directory-toc-nodes, Info-directory-find-file)
17180 (Info-directory-find-node): New functions.
17181 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
17182 (Info-history): Move part of code to
17183 `Info-history-find-node'.
17184 (Info-history-toc-nodes, Info-history-find-file)
17185 (Info-history-find-node): New functions.
17186 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
17187 (Info-toc): Move part of code to `Info-toc-find-node'.
17188 (Info-toc-find-node): New function.
4b8b1ec5 17189 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
17190 the current Info file name to references because now the node
17191 "*TOC*" belongs to the same Info manual.
4b8b1ec5 17192 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
17193 (Info-toc-nodes): Rename input argument `file' to `filename'.
17194 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
17195 instead of ad-hoc processing of ("dir" apropos history toc).
17196 (Info-index-nodes): Use Info-virtual-file-p
17197 to check for a virtual file instead of checking a fixed list
17198 of node names.
17199 (Info-index-node): Add check for `Info-current-node-virtual'.
17200 Raise `save-match-data' higher up the tree to contain
17201 `search-forward' too (bug fix).
17202 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
17203 (Info-virtual-index-nodes): New variable.
17204 (Info-virtual-index-find-node, Info-virtual-index): New functions.
17205 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
17206 (Info-apropos-file, Info-apropos-nodes): New variables.
17207 (Info-apropos-toc-nodes, Info-apropos-find-file)
17208 (Info-apropos-find-node, Info-apropos-matches): New functions.
17209 (info-apropos): Move part of code to `Info-apropos-find-node' and
17210 `Info-apropos-matches'.
17211 (Info-mode-map): Bind "I" to `Info-virtual-index'.
17212 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
17213 for a virtual file instead of checking a fixed list of node names.
17214
17215 * simple.el (async-shell-command): New command.
17216
17217 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
17218
17219 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
17220 instead of `mount-info'.
17221
d04bc496
MA
172222009-07-02 Michael Albinus <michael.albinus@gmx.de>
17223
17224 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 17225 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 17226
af0403e0
KH
172272009-07-02 Kenichi Handa <handa@m17n.org>
17228
17229 * international/mule.el (set-keyboard-coding-system): Force *-unix
17230 coding-system to avoid eol conversion.
17231
99278f8a
MA
172322009-07-01 Michael Albinus <michael.albinus@gmx.de>
17233
4b8b1ec5
SM
17234 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
17235 Add handler for `process-file', `shell-command' and
99278f8a
MA
17236 `start-file-process'.
17237 (tramp-gvfs-handle-shell-command)
17238 (tramp-gvfs-handle-start-file-process)
17239 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 17240 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 17241
3f1c6666
JD
172422009-07-01 Jan Djärv <jan.h.d@swipnet.se>
17243
17244 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
17245
3f396bac
KH
172462009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
17247
17248 * language/korean.el (set-language-info-alist): Add korean-cp949,
17249 cp949 to spec.
17250
c1185193
KH
172512009-07-01 Kenichi Handa <handa@m17n.org>
17252
17253 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
17254
17255 * international/encoded-kb.el: Deleted.
17256
17257 * international/mule.el (set-keyboard-coding-system): Perform the
17258 necessary setup here instead of calling encoded-kbd-setup-display.
17259
3f150a60
GM
172602009-07-01 Glenn Morris <rgm@gnu.org>
17261
17262 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
17263
b0d5b05b
GM
172642009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
17265
17266 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
17267
4f4126e6
MA
172682009-06-30 Michael Albinus <michael.albinus@gmx.de>
17269
4b8b1ec5
SM
17270 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
17271 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 17272 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 17273
7ae3ea65 17274 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
17275 (top): Add a default for "synce" in `tramp-default-user-alist'.
17276 Add completion function for "synce" method.
17277 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
17278 (tramp-hal-interface-manager, tramp-hal-interface-device):
17279 New defconst.
17280 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
17281 (tramp-synce-list-devices, tramp-synce-parse-device-names):
17282 New defuns.
d6ceb380
MA
17283
17284 * net/trampver.el: Update release number.
7ae3ea65 17285
0ad6626b
KH
172862009-06-30 Kenichi Handa <handa@m17n.org>
17287
17288 * international/fontset.el (setup-default-fontset): Add CJK fonts
17289 for symbols and the other miscellaneous characters.
17290
4b8b1ec5
SM
17291 * language/korea-util.el (setup-korean-environment-internal):
17292 Make char-width-table suitable for Korean environments.
0ad6626b
KH
17293 (exit-korean-environment): Cancel above.
17294
17295 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
17296 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 17297 setup-function to make char-width-table suitable for respective
0ad6626b
KH
17298 environments, and an exit-function to cancel that.
17299
17300 * language/japan-util.el (setup-japanese-environment-internal):
17301 Call use-cjk-char-width-table with arg `ja_JP'.
17302
17303 * international/characters.el (cjk-char-width-table): Delete it.
17304 (cjk-char-width-table-list): New variable.
17305 (use-cjk-char-width-table): New arg local-name.
17306 (use-default-char-width-table): Fix for the case that Emacs is
17307 already using the default char-width-table.
17308
fd46e893
MA
173092009-06-29 Michael Albinus <michael.albinus@gmx.de>
17310
17311 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
17312 modes mandatory. (Bug#3712)
17313
b87d9f96
AM
173142009-06-29 Alan Mackenzie <acm@muc.de>
17315
17316 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 17317 correction between the visible width of TABs and their number of bytes.
b87d9f96 17318
2d25aa5a
CY
173192009-06-29 Chong Yidong <cyd@stupidchicken.com>
17320
17321 * server.el (server-buffer-done): Prevent kill-buffer from
17322 prompting by clearing the buffer modification flag (Bug#3696).
17323
a3a8b002
DN
173242009-06-28 Michael McNamara <mac@mail.brushroad.com>
17325
bf0b361c 17326 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 17327 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
17328 (verilog-basic-complete-re): Support localparam lineup.
17329 (verilog-beg-of-statement-1): Fix for robustness, unique case.
17330 (verilog-set-auto-endcomments): Fix for unique case, always_comb
17331 commenting.
17332 (verilog-leap-to-case-head): Now support *nested* unique &
17333 priority case statements.
17334 (verilog-auto-lineup): Make just declarations the default (as it
17335 had been).
4b8b1ec5 17336 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 17337 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 17338 select the various styles of automatic lineup.
a3a8b002
DN
17339 (verilog-error-regexp-alist): Rework to support the XEmacs style
17340 of error regular expressions from compilers, lint tools &
17341 simulators. Note that GNU Emacs has made it impossible for a mode
17342 to load such things.
17343 (electric-verilog-terminate-line, verilog-indent-declaration)
17344 (verilog-auto-wiure): Rework for radio button selection of
17345 auto-lineup selection of specification of auto lineup.
17346 (verilog-beg-of-statement-1): Redesign to support proper operation
17347 in additional code, based on testing with auto-lineup.
17348 (verilog-calculate-indent, assignments & declarations)
17349 (verilog-backward-token): Enhance to support auto-lineup of
17350 assignments & declarations.
17351 (verilog-in-directive-p, verilog-at-struct-p): New function for
17352 easy test of whether we are.
17353 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
17354 to support safe execution at almost anyline.
17355 (verilog-calc-1): Properly support indenting deep inside generate
17356 blocks.
48c2d18a 17357 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 17358 as it is redundant with font-lock-defaults.
a8f316ca 17359 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
17360 to avoid circular calls if syntax-ppss is a function (as is the
17361 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 17362 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
17363 (verilog-ovm-begin-re, verilog-ovm-end-re)
17364 (verilog-ovm-statement-re, verilog-leap-to-head)
17365 (verilog-backward-token): Add support for OVM macros. Some are
17366 complete statements, and others open and close scopes like begin
17367 and end.
17368 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
17369 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 17370 compilation issue.
48c2d18a 17371 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 17372 coverpoint, constraint and cross statements.
a3a8b002
DN
17373 (verilog-defun-level-list, verilog-generate-defun-level-list)
17374 (verilog-all-defun-level-list): Redo these specifications - it is
17375 too hard to support eval-when compile aggregation of lists also
17376 built at when-compile time.
17377 (verilog-defun-level-list): Place defconsts of variables used in
17378 building regular expressions which are built in eval-when-compile
17379 bodies in the same eval-when-compile body to facilitate compile
17380 without load.
17381 (verilog-beg-block-re-ordered): Support indenting
17382 virtual/protected tasks and functions.
7b6fefac 17383 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
17384 (verilog-backward-ws&directives, verilog-calc-1): Speed up
17385 indentation of some module items (generate items).
17386 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
17387 across virtual/protected tasks and functions.
17388
173892009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
17390
bf0b361c 17391 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 17392 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
17393 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
17394 in concatenations. Reported by Yishay Belkind.
17395 (verilog-auto-ascii-enum): Support one-hot state machines in
17396 AUTOASCIIENUM. Suggested by Lloyd Gomez.
17397 (verilog-auto-inst, verilog-auto-inst-port): Include interface
17398 modport in AUTOINST and add vl-modport for users. Reported by
17399 David Rogoff.
17400 (verilog-auto-inout-module, verilog-auto-inst)
17401 (verilog-decls-get-interfaces, verilog-insert-definition)
17402 (verilog-insert-one-definition, verilog-read-decls)
17403 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
17404 (verilog-sig-modport, verilog-signals-combine-bus)
17405 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
17406 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
17407 Suggested by David Rogoff.
17408 (verilog-repair-open-comma): Fix non-insertion of comma when
17409 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
17410 (verilog-make-width-expression): Simplify [A-1:0] expression
17411 widths to just {A{1'b0}}.
17412 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
17413 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
17414 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
17415 inputs/outputs or data type. Suggested by Vasu Kandadi.
17416 (next-error-last-buffer): Fix byte-compiler warning.
17417 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
17418 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 17419 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 17420 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
17421 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
17422 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 17423 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
17424 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
17425 causing use of <= assignments. Reported by Alex Reed.
17426 (verilog-read-decls): Fix triand, trior, wand, wor to be
17427 recognized by AUTOWIRE. Reported by Spencer Isaacson.
17428 (verilog-extended-complete-re): Support import "DPI-C" functions.
17429 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 17430 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
17431 (verilog-insert-date, verilog-insert-year)
17432 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
17433 Windows systems. Reported by Michael Potts.
17434 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 17435 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 17436 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 17437 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
17438 (verilog-read-decls): Fix detecting "parameter int" when using
17439 AUTOINSTPARAM. Reported by Bruce T.
17440 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 17441 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 17442 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
17443 verilog-goto-defun will work. Reported by Lawrence Butcher.
17444 (verilog-getopt): Expand environment variables in -f file
17445 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 17446 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
17447 when reading enumerations.
17448 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
17449 Suggested by Stephen Peltan.
4b8b1ec5 17450 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
17451 files. Reported by Steve Peltan.
17452
f7c0d931
CY
174532009-06-28 David De La Harpe Golden <david@harpegolden.net>
17454
17455 * files.el (trash-directory): Fix defcustom type.
17456
baf1a55e 174572009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
17458
17459 * help-fns.el (describe-function-1): Correctly locate adviced
17460 functions in hyperlink (Bug#2438).
17461
d63a01ef
CY
174622009-06-28 Chong Yidong <cyd@stupidchicken.com>
17463
17464 * files.el (trash-directory): Change default to nil.
17465 (move-file-to-trash): If trash-directory is nil and
17466 system-move-file-to-trash is unbound, perform freedesktop-style
17467 trashing.
17468
174692009-06-28 David De La Harpe Golden <david@harpegolden.net>
17470
17471 * files.el (move-file-to-trash): Add freedesktop trash
17472 support (Bug#973).
17473
fc2f6a26
GM
174742009-06-28 Glenn Morris <rgm@gnu.org>
17475
17476 * autorevert.el (global-auto-revert-non-file-buffers)
17477 (global-auto-revert-mode): Doc fixes.
17478
00242b07
JB
174792009-06-27 Johan Bockgård <bojohan@gnu.org>
17480
17481 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
17482
f5594f03
CY
174832009-06-27 Chong Yidong <cyd@stupidchicken.com>
17484
e8a2b2da
CY
17485 * faces.el (x-handle-named-frame-geometry): Ensure that we have
17486 opened an X connection before calling x-get-resource (Bug#3194).
17487
f5594f03
CY
17488 * play/doctor.el: Remove reference to obsolete website.
17489 (make-doctor-variables): Correct grammar mistake (Bug#2633).
17490
3c3bf6ce
DN
174912009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
17492
17493 Remove find-file-not-found-hook VC method. (Bug#2757)
17494 * vc-hooks.el (vc-file-not-found-hook)
17495 (vc-default-find-file-not-found-hook): Remove functions.
17496 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
17497 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
17498 * vc.el:
17499 * vc-hg.el:
17500 * vc-git.el: Do not mention find-file-not-found-hook VC method.
17501
e26a7bc0
AM
175022009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
17503
17504 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 17505 compatibility function for `looking-back'.
e26a7bc0 17506
4b8b1ec5 17507 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 17508 Use `ispell-looking-back'.
e26a7bc0 17509
d9848600
MA
175102009-06-24 Michael Albinus <michael.albinus@gmx.de>
17511
17512 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 17513 rather than `filename'.
d9848600 17514
05fbc4a9
MB
175152009-06-23 Miles Bader <miles@gnu.org>
17516
17517 * face-remap.el (text-scale-set): New function.
17518
f86ca715
GM
175192009-06-23 Glenn Morris <rgm@gnu.org>
17520
33e2c2e5
GM
17521 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
17522
f529f302
GM
17523 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
17524
34995333
GM
17525 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
17526
cc80ccee
GM
17527 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
17528
84cb770d
GM
17529 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
17530 Simplify Persian conditionals.
17531
d916c965
GM
17532 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
17533 variable `filename'.
17534
b6a44b27
GM
17535 * comint.el (comint-insert-input): Doc fix.
17536
f86ca715
GM
17537 * Makefile.in (ELCFILES): Fix typo in previous change.
17538
666e158e
MB
175392009-06-23 Miles Bader <miles@gnu.org>
17540
17541 * cus-start.el: Add entry for `recenter-redisplay'.
17542
be3e598a 175432009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
17544
17545 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
17546 Add an optional argument for the backend, use it instead of
17547 calling vc-backend.
4b8b1ec5
SM
17548 (vc-mode-line): Add an optional argument for the backend.
17549 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
17550 special handling for vc-state being a buffer to ...
17551
17552 * vc-rcs.el (vc-rcs-find-file-hook):
17553 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
17554
17555 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
17556 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
17557 vc-stay-local-p and vc-mode-line calls.
17558
17559 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
17560 (vc-cvs-diff, vc-cvs-annotate-command)
17561 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
17562 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
17563 vc-mode-line calls.
17564
17565 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
17566 direct comparison.
17567 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
17568 backend when calling vc-mode-line.
17569 (vc-register): Do not create a closure for calling the vc register
17570 function, call it directly.
17571
2764748c
DN
175722009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
17573
17574 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
17575 to make it obvious item can be clicked.
f5a0b281
DN
17576
17577 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
17578
d4a885b2
KH
175792009-06-23 Kenichi Handa <handa@m17n.org>
17580
17581 * language/korea-util.el (korean-key-bindings): Change the binding
17582 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
17583 same command.
17584
e3610693
MA
175852009-06-22 Michael Albinus <michael.albinus@gmx.de>
17586
17587 Sync with Tramp 2.1.16.
17588
17589 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
17590
17591 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
17592 when a loading of a package fails. Completion function for rsync
17593 is `tramp-completion-function-alist-ssh'.
17594 (all): Replace all calls of `split-string' and
17595 `tramp-split-string' by `tramp-compat-split-string'.
17596 (tramp-default-method): Use `tramp-compat-process-running-p'.
17597 (tramp-default-proxies-alist): Allow also Lisp forms.
17598 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 17599 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
17600 (tramp-domain-regexp): Allow also "-", "_" and ".".
17601 (tramp-end-of-output): Remove newlines, and add "$" at the end.
17602 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
17603 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
17604 (tramp-handle-directory-files-and-attributes-with-stat):
17605 Care about filenames with spaces, or starting with "-".
e3610693
MA
17606 (tramp-handle-dired-uncache): New defun.
17607 (tramp-handle-insert-directory): Don't flush the directory from
17608 cache, this is handled by `dired-uncache' now.
17609 (tramp-handle-insert-file-contents): Improve error handling.
17610 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17611 Quote `tramp-end-of-output'.
17612 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
17613 (tramp-check-for-regexp): Both echoes must be present, before removing.
17614 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
17615 (tramp-compute-multi-hops): Eval cons cells of
17616 `tramp-default-proxies-alist'.
17617 (tramp-maybe-open-connection): Use the same command pattern for
17618 first hop and further hops.
17619 (tramp-wait-for-output): Remove handling of newlines.
17620 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
17621 (tramp-split-string): Remove function. It is handled in
17622 tramp-compat now.
17623
4b8b1ec5
SM
17624 * net/tramp-cmds.el (tramp-bug):
17625 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
17626
17627 * net/tramp-compat.el (tramp-compat-split-string)
17628 (tramp-compat-process-running-p): New defuns.
17629
17630 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
17631 for `dired-uncache'.
17632
17633 * net/tramp-gvfs.el: New package.
17634
4b8b1ec5
SM
17635 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
17636 Add handler for `dired-uncache'.
e3610693
MA
17637 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
17638
17639 * net/trampver.el: Update release number. Make version check fit
17640 for SXEmacs 22.
17641
13a3f374
JM
176422009-06-22 Jim Meyering <meyering@redhat.com>
17643
e0a28a3b 17644 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
17645 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
17646 XZ is the successor to LZMA: <http://tukaani.org/xz/>
17647
5242671e 176482009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 17649 Nick Roberts <nickrob@snap.net.nz>
13a3f374 17650
e0a28a3b 17651 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
17652 repository (http://sphinx.net.ru/hg/gdb-mi/).
17653
3fde45af
GM
176542009-06-22 Glenn Morris <rgm@gnu.org>
17655
46253b34
GM
17656 * files.el (dir-locals-collect-mode-variables): Allow for any number of
17657 `mode' and `eval' entries. (Bug#3430)
17658
97e18192
GM
17659 * Makefile.in (ELCFILES): Add fadr.elc.
17660
731a00fb
GM
17661 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
17662 differing behavior of \n and ^ in strings. (Bug#3385)
17663
c66cd0ff
GM
17664 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
17665
3fde45af
GM
17666 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
17667 property.
17668 (lisp-indent-function): Make it a defcustom.
17669
db2241a0
NR
176702009-06-21 Nick Roberts <nickrob@snap.net.nz>
17671
17672 * progmodes/gdb-ui.el: Replace with ...
5242671e 17673 * progmodes/gdb-mi.el: ... this file.
db2241a0 17674 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
17675
176762009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
17677
db2241a0
NR
17678 * fadr.el: New file.
17679
38d4f316 17680See ChangeLog.14 for earlier changes.
e3d51b27
MR
17681
17682;; Local Variables:
17683;; coding: utf-8
e3d51b27
MR
17684;; End:
17685
775f75bc 17686 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
e3d51b27
MR
17687
17688 This file is part of GNU Emacs.
17689
17690 GNU Emacs is free software: you can redistribute it and/or modify
17691 it under the terms of the GNU General Public License as published by
17692 the Free Software Foundation, either version 3 of the License, or
17693 (at your option) any later version.
17694
17695 GNU Emacs is distributed in the hope that it will be useful,
17696 but WITHOUT ANY WARRANTY; without even the implied warranty of
17697 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17698 GNU General Public License for more details.
17699
17700 You should have received a copy of the GNU General Public License
17701 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.