Use run-mode-hooks for major mode hooks.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
dbed16aa
SM
12011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2
4d789d84
SM
3 Use run-mode-hooks for major mode hooks (bug#513).
4 * textmodes/reftex-toc.el (reftex-toc-mode-map):
5 Rename from reftex-toc-map.
6 (reftex-toc-mode): Use define-derived-mode.
7 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
8 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
9 Rename from reftex-select-(label|bib)-map. Move init into declaration.
10 (reftex-select-label-mode, reftex-select-bib-mode):
11 Use define-derived-mode.
12 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
13 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
14 Move init into delcaration.
15 (reftex-index-mode, reftex-index-phrases-mode):
16 Use define-derived-mode.
17 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
18 speedbar-syntax-table. Move init into declaration.
19 (speedbar-mode-map): Rename from speedbar-key-map.
20 Move init into declaration.
21 (speedbar-file-key-map): Move init into declaration.
22 (speedbar-mode): Use define-derived-mode.
23 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
24 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
25 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
26 (chart-face-list): Move initialization into declaration.
27 (chart-mode): Use define-derived-mode.
28 * calculator.el (calculator-mode-map): Move init into declaration.
29 (calculator-mode): Use define-derived-mode.
30
b49a2dbf
SM
31 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
32 work for nested comments.
33
dbed16aa
SM
34 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
35 (prolog-use-prolog-tokenizer-flag): Change default when
36 syntax-propertize can be used.
37 (prolog-syntax-propertize-function): New var.
38 (prolog-mode-variables): Move make-local-variable into `set'.
39 Don't make comment-column local since we don't set it.
40 Set comment-add (as it was in previous prolog.el). Use dolist.
41 Set syntax-propertize-function.
42 (prolog-mode, prolog-inferior-mode):
43 Call prolog(-inferior)-menu directly, not through the mode-hook.
44 (prolog-buffer-module, prolog-indent-level)
45 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
46 (prolog-comment-limits, prolog-goto-comment-column):
47 Use line-(end|beginning)-position.
48 (prolog-build-prolog-command): Tighten up regexp.
49 (prolog-consult-compile): Move make-local-variable into `set'.
50 (prolog-consult-compile-filter, prolog-goto-next-paren)
51 (prolog-help-on-predicate, prolog-clause-info)
52 (prolog-mark-predicate): Don't let+setq.
53 (prolog-indent-line): Use indent-line-to.
54 Only call prolog-goto-comment-column if necessary.
55 (prolog-indent-level): Use bobp.
56 (prolog-first-pos-on-line): Remove, not used any more.
57 (prolog-in-string-or-comment): Use syntax-ppss if available.
58 (prolog-help-on-predicate): Use read-string.
59 (prolog-goto-predicate-info): Simplify.
60 (prolog-read-predicate): Use `default' rather than `initial'.
61 (prolog-temporary-file): Use make-temp-file to close a security hole.
62 (prolog-toggle-sicstus-sd): New command.
63 (prolog-electric-underscore, prolog-variables-to-anonymous):
64 Use dynamic-scoping as it was meant.
65 (prolog-menu): Move menu definitions to top-level.
66 Use a toggle-button for Sicstus's source debugger.
67 Change "Code" to the more usual "Prolog", and hence change "Prolog"
68 to "System".
69 (prolog-inferior-menu): Reuse prolog-menu's help menu.
70 Move other menu definition to top-level.
71
50f8cd96
TH
722011-01-13 Tassilo Horn <tassilo@member.fsf.org>
73
5b355315
TH
74 * doc-view.el (doc-view-open-text): Use meaningful text buffer
75 name. Keep original document's directory as default-directory
76 (bug#6446).
1281bd51
TH
77 (doc-view-initiate-display): Fall back to normal mode when
78 doc-view-mode cannot be enabled, also when extracting the document
79 text into a separate buffer (bug#6446).
5b355315 80
50f8cd96
TH
81 * simple.el (shell-command): Don't error out if shell command
82 buffer contains text with non-nil read-only property when erasing
83 the buffer.
84
821f936d
KS
852011-01-13 Kim F. Storm <storm@cua.dk>
86
87 * ido.el (ido-may-cache-directory): Move "too-big" check later.
88 (ido-next-match, ido-prev-match): Fix stray reordering of matching
89 items when cycling through the matches.
90
f754f898
TH
912011-01-13 Tassilo Horn <tassilo@member.fsf.org>
92
93 * dired-x.el (dired-omit-verbose): New defcustom that allows
94 disabling the omit messages.
95 (dired-omit-expunge): Use it.
96
d221e780
CO
972011-01-13 Christian Ohler <ohler@gnu.org>
98
99 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
100
a03b542a
CY
1012011-01-13 Chong Yidong <cyd@stupidchicken.com>
102
103 * font-lock.el (font-lock-verbose): Default to nil.
104
25ca2e61
CY
1052011-01-13 Chong Yidong <cyd@stupidchicken.com>
106
107 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
108 (compose-mail): New arg RETURN-ACTION.
109 (compose-mail-other-window, compose-mail-other-frame): Likewise.
110
111 * mail/sendmail.el (mail-return-action): New var.
112 (mail-mode): Make it buffer-local.
113 (mail-bury): Obey it. Move special Rmail window handling to
114 rmail-mail-return.
115 (mail, mail-setup): New arg RETURN-ACTION.
116 (sendmail-user-agent-compose): Move from simple.el.
117
118 * mail/rmail.el (rmail-mail-return): New function.
119 (rmail-start-mail): Pass it to compose-mail.
120
2a8b13af
CY
1212011-01-12 Chong Yidong <cyd@stupidchicken.com>
122
b2948a87
CY
123 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
124 menus. Add menu item for customize-themes.
125
126 * cus-theme.el (customize-themes):
2a8b13af
CY
127 * emacs-lisp/package.el (package--list-packages): Use
128 switch-to-buffer.
129
059616e5
JB
1302011-01-11 Johan Bockgård <bojohan@gnu.org>
131
132 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
133
04380ff1
SM
1342011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
135
136 * progmodes/prolog.el: Fix up coding convention and such.
137 (prolog-indent-width): Use the same default as in
138 previous prolog.el rather than tab-width which depends on which buffer
139 is current when the file is loaded.
140 (prolog-electric-newline-flag): Only enable if electric-indent-mode
141 is not available.
142 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
143 (prolog-known-systems): Remove.
144 (prolog-mode-syntax-table, prolog-inferior-mode-map):
145 Move initialization into declaration.
146 (prolog-mode-map): Move initialization into declaration.
147 Remove system-specific mode-map vars, since they referred to the same
148 keymap anyway.
149 (prolog-mode-variables): Obey the user's preference w.r.t
150 adaptive-fill-mode. Prefer symbol-value to `eval'.
151 (prolog-mode-keybindings-edit): Add compatibility bindings.
152 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
153 (mercury-mode-map): New var.
154 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
155 (prolog-ensure-process, prolog-process-insert-string)
156 (prolog-consult-compile): Use with-current-buffer.
157 (prolog-guess-fill-prefix): Simplify data flow.
158 (prolog-replace-in-string): New function to use instead of
159 replace-in-string.
160 (prolog-enable-sicstus-sd): Don't abuse `eval'.
161 (prolog-uncomment-region): Use `uncomment-region' when available.
162 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
163 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
164 of int-to-char and char-to-int.
165 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
166
e2019526
SB
1672011-01-11 Stefan Bruda <stefan@bruda.ca>
168
169 * progmodes/prolog.el: Replace by a whole new file.
170
3fa173b4
SM
1712011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
172
173 * subr.el (eval-after-load): Fix timing for features (bug#7769).
174 (declare-function, undefined, insert-for-yank)
175 (replace-regexp-in-string): Follow checkdoc's recommendations.
176
7973bcea
SM
1772011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
178
179 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
180 refreshing the diary buffer.
181
0af8c88b
KM
1822011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
183
7973bcea 184 * allout.el: Add 2011 to the file copyright.
0af8c88b
KM
185 (allout-encrypt-string): Prevent encryption from adding an extra
186 newline at the end of the topic body.
187 (allout-version): Increment to 2.3.
188
1a27c64e
MA
1892011-01-10 Michael Albinus <michael.albinus@gmx.de>
190
7973bcea
SM
191 * net/dbus.el (dbus-unregister-service): Complete doc.
192 Fix call of dbus-error signal.
5c0b4070 193 (dbus-register-property): Use `dont-register' keyword.
1a27c64e 194
0a203b61
MA
1952011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
196
197 * net/dbus.el (dbus-unregister-service): Translate returned
198 integer into a symbol.
199 (dbus-register-property): Use `dbus-register-service' to do the
200 name registration.
201
895123f5
CY
2022011-01-09 Chong Yidong <cyd@stupidchicken.com>
203
7973bcea
SM
204 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
205 Suggested by Joakim Verona.
12e1f328 206
732eb50a
CY
207 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
208
895123f5
CY
209 * wid-edit.el (visibility): Replace :on-image and :off-image
210 widget properties with :on-glyph and :off-glyph, for consistency
211 with the `visibility' widget.
212 (widget-toggle-value-create, widget-visibility-value-create):
213 Merge into a single function `widget-toggle-value-create'.
214
215 * cus-edit.el (custom-variable-value-create, custom-visibility)
7973bcea
SM
216 (custom-face-edit-value-create, custom-face-value-create):
217 Replace :on-image and :off-image widget properties with :on-glyph and
895123f5
CY
218 :off-glyph, for consistency with the `visibility' widget.
219
c8043a22
AS
2202011-01-09 Andreas Schwab <schwab@linux-m68k.org>
221
222 * net/ldap.el (ldap-search-internal): Don't use eval.
223
b7617f6d
CY
2242011-01-09 Chong Yidong <cyd@stupidchicken.com>
225
973f1f2a
CY
226 * subr.el (read-char-choice): Use read-key.
227
b7617f6d
CY
228 * custom.el (custom-safe-themes): Rename from
229 custom-safe-theme-files. Add :risky tag.
230 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
231 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
232
900503ae
CY
2332011-01-09 Chong Yidong <cyd@stupidchicken.com>
234
235 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
236 from Search and add a label to Undo.
237
238 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
239 inappropriate buttons and adding :vert-only tags.
240
241 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
242 removal of Help tool-bar button. Remove Undo button for space.
243
244 * info.el (info-tool-bar-map): Add :vert-only tags.
245
c44d54b3
TH
2462011-01-08 Tassilo Horn <tassilo@member.fsf.org>
247
248 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
249 image backend support. Either of them is fine.
250
3ef01959
CY
2512011-01-08 Chong Yidong <cyd@stupidchicken.com>
252
3d91e302
CY
253 * subr.el (y-or-n-p): Doc fix.
254
278f6845
CY
255 * custom.el (custom-safe-theme-files): New defcustom.
256 (custom-theme-load-confirm): New function.
257 (load-theme): Load theme using `load', confirming with
258 custom-theme-load-confirm if necessary.
259
3ef01959
CY
260 * subr.el (read-char-choice): New function, factored out from
261 dired-query and hack-local-variables-confirm.
262
263 * dired-aux.el (dired-query):
264 * files.el (hack-local-variables-confirm): Use it.
265
266 * dired-aux.el (dired-compress-file):
267 * files.el (abort-if-file-too-large, find-alternate-file)
268 (set-visited-file-name, write-file, backup-buffer)
269 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
270 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
271 Use new format string args for y-or-n-p and yes-or-no-p.
272
7c837933
AS
2732011-01-08 Andreas Schwab <schwab@linux-m68k.org>
274
275 * progmodes/compile.el (compilation-error-regexp-alist-alist)
276 [gcc-include]: Tighten file name match, add match for column
277 number. (Bug#7806)
6c7ec171 278 [gnu]: Remove unused group.
7c837933 279
d0981f82
GM
2802011-01-08 Glenn Morris <rgm@gnu.org>
281
e7a42417
GM
282 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
283
d0981f82
GM
284 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
285
d43bb7d3
SS
2862011-01-07 Sam Steingold <sds@gnu.org>
287
288 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
289 the `explicit-shell-file-name' because that is the
290 non-interactive shell.
291
8c51d2a2
CY
2922011-01-07 Chong Yidong <cyd@stupidchicken.com>
293
294 * subr.el (y-or-n-p): Accept format string args.
295
66b7b0fe
GM
2962011-01-07 Glenn Morris <rgm@gnu.org>
297
298 * Makefile.in (EMACSOPT): Add --no-site-lisp.
299
1e004a83
KM
3002011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
301
66b7b0fe 302 * allout.el (allout-back-to-current-heading): Ensure return to
1e004a83 303 the visible containing topic, rather than a collapsed one.
66b7b0fe 304 (allout-view-change-hook): Remove hook that was deprecated long ago.
1e004a83
KM
305 (allout-exposure-change-hook): Remove documentation remarks
306 concerning removed allout-view-change-hook.
307 (allout-flag-region): Remove invocation of and documentation
308 remarks concerning allout-view-change-hook.
309
b0a8e46b
GM
3102011-01-06 Glenn Morris <rgm@gnu.org>
311
312 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
313 (vc-bzr-annotate-extract-revision-at-line):
314 Handle authors with embedded spaces. (Bug#7792)
315
875c044a
TH
3162011-01-05 Tassilo Horn <tassilo@member.fsf.org>
317
318 * doc-view.el (doc-view-image-width): New variable.
319 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
320 backend for PNG images, and do dynamic rescaling instead of
321 reconverting the whole doc.
322
1f6f7722
GM
3232011-01-05 Glenn Morris <rgm@gnu.org>
324
325 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
326
e9e68fda
KM
3272011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
328
4896e8fc 329 * allout.el: Reconcile with changes in line movement behavior for
e9e68fda
KM
330 long text lines that cross more than a single physical window
331 line, ie when truncate-lines is nil.
e9e68fda
KM
332 (allout-next-visible-heading): Provide for change in line-move
333 behavior on long lines when truncate-lines is nil. In that case,
334 line-move can wind up on the same textual line when it moves to
335 the next window line, and moving to the bullet position after the
336 move yields zero advancement. Add logic to detect and compensate
337 for the lack of progress.
338 (allout-current-topic-collapsed-p): move-end-of-line respect for
339 field boundaries is different when operating with body lines
340 shorter than window width versus ones greater than window width,
341 which can yield false negatives in this function. Avoid
342 difference by applying move-end-of-line while field-text-motion is
343 inhibited.
344
3f1b6eb2
GM
3452011-01-04 Glenn Morris <rgm@gnu.org>
346
347 * textmodes/rst.el (rst-compile-toolsets):
348 Add pdf and s5 to option alist.
349
6388924a
MA
3502011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
351
7973bcea 352 * net/dbus.el (dbus-register-property): Add optional parameter
6388924a
MA
353 dont-register-service. Updated docstring accordingly.
354
c3e4b003
AS
3552011-01-04 Andreas Schwab <schwab@linux-m68k.org>
356
357 * textmodes/rst.el (rst-compile-pdf-preview)
358 (rst-compile-slides-preview): Remove extra line.
359
ef4271fe
GM
3602011-01-04 Glenn Morris <rgm@gnu.org>
361
362 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
363 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
364 default to `prog' without a .py extension.
365 (rst-compile-pdf-preview, rst-compile-slides-preview):
366 Use program names from rst-compile-toolsets, rather than hard-coding.
367 (rst-portable-mark-active-p): Fix presumed typo.
368
7c420169 3692011-01-02 Eli Zaretskii <eliz@gnu.org>
01e62600 370
7c420169 371 * term/w32-win.el (dynamic-library-alist): Set up correctly for
5be1c984
EZ
372 libpng versions both before and after 1.4.0. (Bug#7716)
373
7c420169 3742011-01-02 Eli Zaretskii <eliz@gnu.org>
2d34d523 375
6491af11
EZ
376 * time.el (display-time-mode): Mention display-time-interval in
377 the doc string. (Bug#7713)
378
7c420169 3792011-01-02 Kenichi Handa <handa@m17n.org>
8258ae3f
KH
380
381 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
382 condition-case and return an error message string if something
383 goes wrong.
2f952059 384 (rmail-show-mime): Adjust for the above change. Insert the
8258ae3f
KH
385 header by rmail-mime-insert-header.
386
7c420169 3872011-01-02 Kenichi Handa <handa@m17n.org>
186f7f0b
KH
388
389 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
390 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
391 (rmail-mime-mbox-buffer)
392 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
393 (rmail-mime-entity): Argument changed. All codes handling an
394 entity object are changed.
2f952059 395 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
186f7f0b
KH
396 the above change.
397 (rmail-mime-entity-children, rmail-mime-entity-handler)
398 (rmail-mime-entity-tagline): New functions.
399 (rmail-mime-message-p): New function.
400 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
401 (rmail-mime-entity-segment, rmail-mime-next-item)
402 (rmail-mime-previous-item, rmail-mime-shown-mode)
403 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
404 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2f952059
ML
405 (rmail-mime-insert-tagline, rmail-mime-insert-header):
406 New functions.
186f7f0b
KH
407 (rmail-mime-text-handler): Call rmail-mime-insert-text.
408 (rmail-mime-insert-decoded-text): New function.
409 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
410 (rmail-mime-insert-image): Argument changed. Caller changed.
411 (rmail-mime-image): Call rmail-mime-toggle-hidden.
412 (rmail-mime-set-bulk-data): New funciton.
413 (rmail-mime-insert-bulk): Argument changed.
414 (rmail-mime-multipart-handler): Return t.
2f952059
ML
415 (rmail-mime-process-multipart): Argument changed.
416 Handle "multipart/alternative" here.
186f7f0b
KH
417 (rmail-mime-process): Argument changed.
418 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
419 (rmail-mime-insert): Argument changed. Handle raw display mode.
420 (rmail-mime): Argument changed. Handle toggling of raw display
421 mode.
422 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
423 rmail-mime-view-buffer.
424 (rmail-insert-mime-forwarded-message): Likewise.
425 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
426
427 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
428 non-nil, handle the header in rmail-show-mime-function.
429
7c420169 4302011-01-02 Leo <sdl.web@gmail.com>
e1a23575 431
7c420169 432 * help-fns.el (describe-variable): Fix previous change.
e1a23575 433
7c420169 4342011-01-02 Juri Linkov <juri@jurta.org>
957e5dd1
JL
435
436 * isearch.el (isearch-lazy-highlight-error): New variable.
437 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
438 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
439 to the current value of `isearch-error' (Bug#7468).
440
7c420169 4412011-01-02 Chong Yidong <cyd@stupidchicken.com>
3c505d31
CY
442
443 * help-fns.el (describe-variable): Don't emit trailing whitespace
444 (Bug#7511).
445
7c420169 4462011-01-02 Chong Yidong <cyd@stupidchicken.com>
c1cf05f4
CY
447
448 * textmodes/rst.el (rst-compile-pdf-preview)
449 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
450
7c420169 4512011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
c8cbbe27
KG
452
453 * emulation/edt-mapper.el: Override mapping of function keys so
454 that the later call to read-key-sequence works.
455
7c420169 4562011-01-02 Eli Zaretskii <eliz@gnu.org>
95e4cc85
EZ
457
458 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
459 Unix EOLs. (Bug#7589)
460
7c420169
CY
4612011-01-02 Leo <sdl.web@gmail.com>
462
463 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
464 if point is not behind eshell-last-output-end (Bug#7585).
465
4662011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
467
468 * files.el (file-local-variables-alist):
469 Make permanent-local (bug#7767).
470
4712011-01-02 Glenn Morris <rgm@gnu.org>
472
473 * version.el (emacs-copyright): Set short copyright year to 2011.
474
4752011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
476
477 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
478 an existing temp buffer. (Bug#7746)
479
4802011-01-02 Glenn Morris <rgm@gnu.org>
481
482 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
483 multiple addresses. (Bug#7760)
484
fb9a573a
KM
4852011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
486
e9e68fda 487 * allout.el (allout-auto-fill): Do not infinitely recurse - use
fb9a573a
KM
488 do-auto-fill if everything points back to allout-auto-fill.
489 (allout-mode-deactivate-hook): Declare obsolete, in favor of
490 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
491
8d68c659
MA
4922010-12-31 Michael Albinus <michael.albinus@gmx.de>
493
494 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
495 and "scpx".
496
291cc045
TH
4972010-12-30 Tassilo Horn <tassilo@member.fsf.org>
498
499 * doc-view.el (doc-view-set-doc-type): New function refactored
500 from doc-view-mode.
501 (doc-view-fallback-mode): New function.
502 (doc-view-mode): Use it.
503 (doc-view-mode-maybe): New function that checks if doc-view-mode
504 can be used and falls back to the next best mode otherwise.
505
506 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
507 DVI, OpenDocument, and MS Office files.
508
8ee2dc5c
AS
5092010-12-30 Andreas Schwab <schwab@linux-m68k.org>
510
511 * emacs-lisp/rx.el (rx-syntax): Fix typo.
512
f9e68477
TH
5132010-12-30 Tassilo Horn <tassilo@member.fsf.org>
514
515 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
516 on a copy of auto-mode-alist, because that deletes with side
517 effects.
518
ad727c81
TH
5192010-12-30 Tassilo Horn <tassilo@member.fsf.org>
520
7973bcea
SM
521 * doc-view.el (doc-view-mode, doc-view-toggle-display):
522 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
ad727c81
TH
523 fallback instead of hard coding fundamental mode.
524
b71b7803
TH
5252010-12-30 Tassilo Horn <tassilo@member.fsf.org>
526
527 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
528 Office) files also for searching.
529
95e16d17
TH
5302010-12-30 Tassilo Horn <tassilo@member.fsf.org>
531
532 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
533 Office) files. Not yet enabled via auto-mode-list.
534 (doc-view-unoconv-program): New custom variable.
535 (doc-view-mode-p): Handle new odf document type.
536 (doc-view-odf->pdf): New conversion function.
537 (doc-view-convert-current-doc): Call it for odf files.
538 (doc-view-mode): Recognize newly supported file extensions.
539
b191c9d9
MA
5402010-12-30 Michael Albinus <michael.albinus@gmx.de>
541
542 * net/tramp.el (tramp-default-method-alist)
543 (tramp-default-user-alist)
544 (tramp-local-host-regexp, tramp-prefix-domain-format)
545 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
546
547 * net/tramp-ftp.el:
548 * net/tramp-gvfs.el:
549 * net/tramp-gw.el:
550 * net/tramp-imap.el:
551 * net/tramp-sh.el:
552 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
553 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
554
6e457cc9
KF
5552010-12-29 Karl Fogel <kfogel@red-bean.com>
556
557 * saveplace.el (save-place-alist-to-file): Save list sorted and
558 pretty-printed, so that it is mergeable by line-based text merging,
559 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
560
fb9a573a
KM
5612010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
562
e9e68fda 563 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
fb9a573a
KM
564 (allout-mode): Argument "toggle" => "force".
565 Refine the docstring.
566 Remove special provisions for reactivation, besides the 'force'
567 argument.
568 Consolidate layout provisions coce directly into the activation
569 condition branch, now that we've removed those provisions.
570 (allout-unload-function): Explicitly activate the mode before
571 deactivating, if it's initially deactivated.
572 (allout-set-buffer-multibyte): Properly prevent byte-compiler
573 warnings for version of function used only where
574 set-buffer-multibyte is unavailable.
575
c940c054
CY
5762010-12-28 Chong Yidong <cyd@stupidchicken.com>
577
578 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
579 are handled by the menu-bar entries. As before, don't use
580 :visibile to avoid changing the tool-bar.
581
4c145d5d
MA
5822010-12-27 Michael Albinus <michael.albinus@gmx.de>
583
584 * net/secrets.el (secrets-delete-alias): New defun.
585
fe99f704
MA
5862010-12-27 Michael Albinus <michael.albinus@gmx.de>
587
588 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
589 methods, otherwise ~/.ssh/config would be ignored.
590
723ee192
SM
5912010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
592
593 * emacs-lisp/rx.el: Make it a superset of sregex.
594 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
595 of args, add `regex' alias.
596 (rx-info): Add arg to distinguish head and standalone forms.
597 (rx-check, rx-form): Pass the corresponding arg.
598 (rx-**): Simplify.
599 (rx-repeat): Make it work for any number of args.
600 (rx-syntax): Make it accept syntax chars as is.
601 * obsolete/sregex.el: Move from emacs-lisp/.
602 * emacs-lisp/re-builder.el: Remove sregex support.
603 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
604
e77714da
EZ
6052010-12-25 Eli Zaretskii <eliz@gnu.org>
606
607 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
608 PRIMARY first, then the clipboard. (Bug#7699)
609
17870c01
SM
6102010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
611
612 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
613 print-number-table.
614
6bfa51ba
CY
6152010-12-21 Chong Yidong <cyd@stupidchicken.com>
616
d78cdcf7
CY
617 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
618 .emacs.elc (Bug#7530).
619
6bfa51ba
CY
620 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
621 image spec (Bug#7480).
622
9d9cfd53
DU
6232010-12-21 Daiki Ueno <ueno@unixuser.org>
624
625 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
723ee192
SM
626 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
627 Move from lisp/.
9d9cfd53 628
adc0b793
JD
6292010-12-20 Leo <sdl.web@gmail.com>
630
631 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
632 always be performed (Bug#7680).
633
778ca437
CY
6342010-12-20 Chong Yidong <cyd@stupidchicken.com>
635
3f95d7ff
CY
636 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
637 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
638 mouse-region-match.
778ca437 639
3f95d7ff 640 * color.el: Move from gnus/.
94975270 641
f48fdaad
CY
642 * vc/diff.el (diff-better-file-name): Function deleted.
643 abbreviating file names causes problems with shell-quote-argument.
94975270
CY
644 (diff-no-select): Just use expand-file-name.
645
646 * tool-bar.el (tool-bar--image-expression): New function.
647 (tool-bar-local-item, tool-bar--image-exp): Use it.
648 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
649 Use :enable instead of :visible to avoid changing the tool-bar
650 configuration unnecessarily.
651
652 * info.el (info-tool-bar-map): Add separators.
653
2e306b39
KB
6542010-12-17 Ken Brown <kbrown@cornell.edu>
655
656 * loadup.el: Use version numbers in Cygwin build.
657
395542c6
RT
6582010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
659
660 * ido.el (ido-file-internal): Ask for confirmation before
661 overwriting an existing file (Bug#1238).
662
4039c786
CY
6632010-12-16 Chong Yidong <cyd@stupidchicken.com>
664
665 * tool-bar.el (tool-bar-setup): Add separators.
666
667 * menu-bar.el (featurep): Use menu-bar-separator.
668
45720dc3
GM
6692010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
670
671 Migrate allout encryption provisions from pgg to epg.
672
673 * allout.el (allout-toggle-current-subtree-encryption)
674 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
675 defaulting policy and other changes. Change fetch-pass to keymode-cue,
676 for simpler universal argument interpretation.
677 (allout-toggle-subtree-encryption): Adjust docstring to describe
678 changed encryption provisions. Change fetch-pass to keymode-cue, for
679 simpler universal argument interpretation. Remove provisions for
680 handling key type and identity - they'll all be within
681 allout-encrypt-string or epg/epg or even contained all the way in gpg.
682 (allout-encrypt-string): Include keymode-cue, for optionally prompting
683 for keypair recipients (universal argument > 1) and, in addition,
684 associating the specified recipients with the outline (universal
685 argument > 4) using a file local variable setting for
686 'epa-file-encrypt-to'.
687 Require epa, for recipients handling.
688 Change how regexp filtering elements are named.
689 Describe the problem with caching of incorrect symmetric-decryption
690 keys.
691 Use the epa-passphrase-callback-function, in case the user is using
692 GnuPG v1.
693 Support saving of the selected keypair recipients when invoked with a
694 keymode-cue > 4.
695 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
696 Require 'epa.
697 Establish epg-context with armoring and default epg-protocol.
698 Remove all passphrase cache, verification, and hinting code.
699 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
700 No longer used, delete.
701 (allout-mode): Adjust docstring to describe changed encryption
702 provisions. Describe the problem with caching of incorrect
703 symmetric-decryption keys.
704 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
705 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
706 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
707 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
708 Obsolete, remove.
709
33088bed
DU
7102010-12-16 Daiki Ueno <ueno@unixuser.org>
711
712 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
713 key selection prompt; make 'silent as default (Bug#7487).
714
bfc49a5b
LL
7152010-12-16 Leo <sdl.web@gmail.com>
716
7973bcea
SM
717 * eshell/eshell.el (eshell-directory-name):
718 Use locate-user-emacs-file (Bug#7578).
bfc49a5b 719
68251e16
GM
7202010-12-15 Glenn Morris <rgm@gnu.org>
721
722 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
723
99f053cf
JA
7242010-12-15 Jari Aalto <jari.aalto@cante.net>
725 Scott Evans <gse@antisleep.com>
726
727 * rect.el (rectange--default-line-number-format)
728 (rectangle-number-line-callback): New functions.
729 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
730
5614fd56
CY
7312010-12-15 Chong Yidong <cyd@stupidchicken.com>
732
733 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
734 Delete unused variables.
735 (move-to-column-force): Remove function obsolete since 21.2.
736
d68b0220
MA
7372010-12-14 Michael Albinus <michael.albinus@gmx.de>
738
739 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
740 (tramp-handle-insert-file-contents): Do not set permanent-local
741 property.
742
7973bcea
SM
743 * net/tramp-cache.el (tramp-persistency-file-name):
744 Use `locate-user-emacs-file' if fboundp.
d68b0220
MA
745
746 * net/tramp-sh.el (tramp-methods): Add "ksu".
747 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
748 method list.
749
0273f794
GM
7502010-12-14 Glenn Morris <rgm@gnu.org>
751
ab274982
GM
752 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
753 (find-tag-marker-ring): Declare.
754 (js-find-symbol): Require etags.
755
e758216c
GM
756 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
757 Require mail-utils.
758 (mail-alias-file): Don't autoload. Doc fix.
759 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
760 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
761 Mark as obsolete, and risky.
762 (mail-setup): Simplify.
763
53aff12a
GM
764 * mail/mailalias.el (build-mail-aliases): Make it interactive.
765 * mail/sendmail.el (build-mail-aliases): Update autoload.
766
aae4b48c
GM
767 * dired.el (dired-trivial-filenames, dired-chown-program)
768 (dired-auto-revert-buffer): Remove autoload cookies.
769 * mail/sendmail.el (mail-recover-1): Require 'dired.
770
bff7c1ad
GM
771 * dired.el (dired-subdir-switches, dired-chown-program)
772 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
773 Make into defcustoms.
774 (dired-chown-program): Simplify initialization.
775
0273f794
GM
776 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
777
bc557672
RF
7782010-12-13 Romain Francoise <romain@orebokech.com>
779
780 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
781
7410c270
G
7822010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
783
784 * net/netrc.el (netrc-point-at-eol): Remove the unused
785 netrc-point-at-old and netrc-bound-and-true-p bindings.
786 (netrc-parse): Cache the netrc contents.
787
f49d1f52 7882010-12-13 Eli Zaretskii <eliz@gnu.org>
11aad4e9
EZ
789
790 * subr.el (posn-col-row): Evaluate header-line-format in the
791 context of the POSITION window's buffer.
792
f49d1f52 7932010-12-13 Glenn Morris <rgm@gnu.org>
5612fd08
GM
794
795 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
796 (with-silent-modifications): Doc fixes.
797
f49d1f52 7982010-12-13 Michael Albinus <michael.albinus@gmx.de>
158d5945
MA
799
800 * net/tramp.el (tramp-action-password, tramp-process-actions):
d68b0220 801 Revert previous from. Use `save-restriction'.
158d5945 802
f49d1f52 8032010-12-13 Stephen Berman <stephen.berman@gmx.net>
81ced43d
SB
804
805 * calendar/diary-lib.el (diary-list-sexp-entries):
806 Handle case of no newline at end of file. (Bug#7536)
807
f49d1f52 8082010-12-13 Glenn Morris <rgm@gnu.org>
b2364eaa
GM
809
810 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
811
f49d1f52 8122010-12-13 Michael Albinus <michael.albinus@gmx.de>
32802ee1 813
f49d1f52 814 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
32802ee1 815 (tramp-process-actions): Do not widen.
d68b0220 816
f49d1f52
SM
817 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
818 Protect buffer-modified value. (Bug#7557)
32802ee1 819
f49d1f52 8202010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
da9123a8
JM
821
822 * log-edit.el (log-edit-changelog-entries):
823 Regexp quote filename. (Bug#7505)
824
f49d1f52 8252010-12-13 Tom Breton <tehom@panix.com>
478834e6
TB
826
827 * cus-edit.el (custom-save-all):
828 Bind print-length and print-level to nil. (Bug#7581)
829
f49d1f52 8302010-12-13 Glenn Morris <rgm@gnu.org>
3c1e62f8 831
d5e6e0b6
GM
832 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
833 Run hooks to update menu contents. (Bug#7586)
834
3c1e62f8
GM
835 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
836 file names, for the sake of MS Windows. (Bug#7588)
837
f49d1f52 8382010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
b1816a74
SM
839
840 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
841 empty lines without a leading space.
842
f49d1f52 8432010-12-13 Leo <sdl.web@gmail.com>
86a6e8e0 844
740af6c9
GM
845 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
846 while mapping over marks (Bug#6810).
86a6e8e0 847
f49d1f52 8482010-12-13 Chong Yidong <cyd@stupidchicken.com>
bc60f4de
CY
849
850 * image-dired.el (image-dired-db-file)
851 (image-dired-temp-image-file, image-dired-gallery-dir)
852 (image-dired-temp-rotate-image-file): Set default values relative
853 to image-dired-dir (Bug#7518).
854
f49d1f52 8552010-12-13 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
856
857 * format.el (format-decode-run-method): Pass args FROM and TO, not
858 point-min and point-max, to shell-command-on-region (Bug#7488).
859
f49d1f52 8602010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0afb6242
JD
861
862 * frame.el (blink-cursor-mode): Make default t for ns.
863
f49d1f52 8642010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
5eae900e
BR
865
866 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
867
f49d1f52 8682010-12-13 Chong Yidong <cyd@stupidchicken.com>
74194465 869
637c2c43
CY
870 * comint.el (comint-dynamic-list-input-ring)
871 (comint-dynamic-complete-filename)
872 (comint-replace-by-expanded-filename)
873 (comint-dynamic-simple-complete)
874 (comint-dynamic-list-filename-completions)
875 (comint-dynamic-list-completions): Doc fix (Bug#7499).
876
74194465
CY
877 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
878 Doc fix (Bug#7471).
879
f49d1f52 8802010-12-13 Martin Rudalics <rudalics@gmx.at>
6ed96c33
MR
881
882 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
883 (Bug#7533).
884
f49d1f52 8852010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
11cb1e35
MB
886
887 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
888 (Bug#7491).
889
f49d1f52 8902010-12-13 Eli Zaretskii <eliz@gnu.org>
2472c214
EZ
891
892 * files.el (file-relative-name): Handle UNC file names on
893 DOS/Windows. (Bug#4674)
894
f49d1f52 8952010-12-13 Daiki Ueno <ueno@unixuser.org>
f9fe1af9
DU
896
897 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
898 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
899 (epg-context-set-passphrase-callback): Mention that the callback
900 is not called when used with GnuPG 2.x.
901
f49d1f52 9022010-12-13 Glenn Morris <rgm@gnu.org>
ff80efe7
GM
903
904 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
905 Ensure ps-footer-font-size-internal is initialized.
906 Call ps-get-page-dimensions before trying to use ps-font-for-text.
907
f49d1f52 9082010-12-13 Kenichi Handa <handa@m17n.org>
7e116860
KH
909
910 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
911 within condition-case.
912 (rmail-show-mime): Don't use condition-case.
913 (rmail-search-mime-message): New function.
914 (rmail-search-mime-message-function): Set to
915 rmail-search-mime-message.
916
f49d1f52 9172010-12-13 Leo <sdl.web@gmail.com>
bd794450 918
0fdd1db7 919 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
920 (ido-mode): Use it.
921 (ido-completing-read): Call it.
922
fdbb4d85
KF
9232010-12-12 Karl Fogel <kfogel@red-bean.com>
924
925 * bookmark.el (bookmark-name-from-full-record): Rename back to
926 this original name from `bookmark-name-from-record' reverting part
927 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
928 As Drew Adams pointed out, there was no reason to cause churn for
929 third-party callers.
930
0e5cf2b8
AM
9312010-12-12 Alan Mackenzie <acm@muc.de>
932
933 * progmodes/cc-engine.el (c-forward-type): Before scanning a
934 template arglist, check that the current language supports this.
935
6961d41c
GM
9362010-12-11 Glenn Morris <rgm@gnu.org>
937
2b404597
GM
938 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
939 state of the file matches. (Bug#7544)
940 (vc-bzr-register, vc-bzr-checkin)
941 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
942 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
943
6961d41c
GM
944 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
945
1e5d2a04
KK
9462010-12-11 Karel Klíč <kklic@redhat.com>
947
948 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
949
175069ef
SM
9502010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
951
952 Derive from prog-mode, use derived-mode-p, and fix up various
953 minor style issues in lisp/progmodes.
954
955 * progmodes/vhdl-mode.el (vhdl-mode):
956 * progmodes/verilog-mode.el (verilog-mode):
957 * progmodes/vera-mode.el (vera-mode):
958 * progmodes/sql.el (sql-mode):
959 * progmodes/scheme.el (scheme-mode):
960 * progmodes/perl-mode.el (perl-mode):
961 * progmodes/octave-inf.el (inferior-octave-mode):
962 * progmodes/autoconf.el (autoconf-mode):
963 * progmodes/m4-mode.el (m4-mode):
964 * progmodes/inf-lisp.el (inferior-lisp-mode):
965 * progmodes/idlwave.el (idlwave-mode):
966 * progmodes/icon.el (icon-mode):
967 * progmodes/idlw-help.el (idlwave-help-mode):
968 * progmodes/dcl-mode.el (dcl-mode):
969 * progmodes/idlw-shell.el (idlwave-shell-mode):
970 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
971 (ebrowse-member-mode, ebrowse-electric-position-mode):
972 Use define-derived-mode.
973
974 * progmodes/xscheme.el (exit-scheme-interaction-mode)
975 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
976 (xscheme-debugger-mode-p, xscheme-send-string-1):
977 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
978 (tcl-load-file, tcl-restart-with-file):
979 * progmodes/ps-mode.el (ps-run-running):
980 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
981 * progmodes/js.el (js--get-all-known-symbols):
982 * progmodes/inf-lisp.el (inferior-lisp-proc):
983 * progmodes/idlwave.el (idlwave-beginning-of-statement)
984 (idlwave-template, idlwave-update-buffer-routine-info)
985 (idlwave-update-current-buffer-info)
986 (idlwave-get-routine-info-from-buffers, idlwave-choose)
987 (idlwave-scan-class-info, idlwave-fix-keywords)
988 (idlwave-list-buffer-load-path-shadows):
989 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
990 (idlwave-toolbar-remove):
991 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
992 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
993 (idlwave-shell-menu-def):
994 * progmodes/idlw-complete-structtag.el
995 (idlwave-prepare-structure-tag-completion):
996 * progmodes/gud.el (gud-set-buffer):
997 * progmodes/f90.el (f90-backslash-not-special):
998 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
999
1000 * progmodes/xscheme.el (xscheme-start)
1001 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
1002 * progmodes/which-func.el (which-function):
1003 * progmodes/vhdl-mode.el (vhdl-set-style):
1004 * progmodes/verilog-mode.el (verilog-set-compile-command)
1005 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
1006 (verilog-set-define, verilog-auto-reeval-locals):
1007 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
1008 * progmodes/simula.el (simula-mode):
1009 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
1010 * progmodes/python.el (python-check, python-mode):
1011 * progmodes/prolog.el (prolog-mode-variables):
1012 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
1013 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
1014 * progmodes/delphi.el (delphi-mode):
1015 * progmodes/cc-styles.el (c-setup-paragraph-variables):
1016 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
1017 (c-font-lock-init): Move make-local-variable to their setq.
1018
1019 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
1020 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
1021 make-local-hook.
1022 * progmodes/sh-script.el (sh-require-final-newline): Remove.
1023 (sh-set-shell): Don't set require-final-newline since it's already done
1024 by prog-mode.
1025 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
1026 since we never set it.
1027 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
1028 Use read-string and standard prompt.
1029 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
1030 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
1031 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
1032 (meta-common-mode-map): Rename from meta-mode-map.
1033 Remove C-m binding, which is a user preference, not mode specific.
1034 (meta-common-mode): New major mode; replace meta-common-initialization.
1035 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
1036 around with font-lock.
1037 * progmodes/etags.el (select-tags-table-mode):
1038 Derive from special-mode.
1039 * progmodes/octave-mod.el (octave-mode):
1040 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
1041 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
1042 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
1043 Let define-derived-mode do its job.
1044 * progmodes/cpp.el (cpp-edit-mode-map):
1045 Move initialization into declaration.
1046 (cpp-edit-mode): Use define-derived-mode.
1047 (cpp-edit-load): Use derived-mode-p.
1048 * progmodes/mixal-mode.el (mixal-mode):
1049 * progmodes/f90.el (f90-mode):
1050 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
1051 require-final-newline since prog-mode does it already.
1052 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
1053 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
1054 * progmodes/antlr-mode.el: Require cc-mode upfront.
1055 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
1056 the declaration.
1057 (antlr-directory-dependencies, antlr-show-makefile-rules):
1058 Use derived-mode-p.
1059 (antlr-language-option): Don't assume point-min==1.
1060 (antlr-mode): Use define-derived-mode.
1061 * progmodes/ada-mode.el: Use derived-mode-p.
1062 (ada-mode): Use define-derived-mode.
1063 Use hack-local-variables-hook.
1064
61f91c04
SM
10652010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1066
1067 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
1068 (texinfo-mode): Don't disable adaptive-fill-mode.
1069 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
1070 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
1071 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
1072 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
1073 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
1074 (texinfo-insert-@quotation, texinfo-insert-@samp)
1075 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
1076 (texinfo-insert-@uref): Use define-skeleton.
1077 (texinfo-insert-@-with-arg): Delete.
1078
72a44673
EZ
10792010-12-10 Eli Zaretskii <eliz@gnu.org>
1080
1081 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
1082 nil, do quote archive member names. (Bug#6144)
1083
ab540f59
GM
10842010-12-10 Glenn Morris <rgm@gnu.org>
1085
66f782de
GM
1086 * files.el (diff-no-select): Declare.
1087
e554b3f8
GM
1088 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
1089 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
1090
ab540f59
GM
1091 * comint.el (comint-input-ring-file-name): Doc fix.
1092
f68ab99b
EZ
10932010-12-09 Eli Zaretskii <eliz@gnu.org>
1094
1095 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
1096 New functions.
61f91c04
SM
1097 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
1098 Use them instead of `nil' and `>', respectively.
f68ab99b
EZ
1099 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
1100 instead of `nil'.
1101 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
1102 and menu-bar-positive-p instead of `nil' and `>', respectively.
1103 (Bug#1077)
1104
650453a9
VJL
11052010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1106
1107 * whitespace.el (whitespace-newline-mode): Code fix.
1108
28d5de72
GM
11092010-12-09 Glenn Morris <rgm@gnu.org>
1110
1111 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
1112 Rename functions without commas, update callers.
1113
b596d50d 11142010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
16498102 1115
b596d50d
GM
1116 * whitespace.el (whitespace-cleanup-region):
1117 Clean up spaces before tabs. (Bug#7582)
16498102 1118
eff37c5e
KF
11192010-12-08 Karl Fogel <kfogel@red-bean.com>
1120
1121 * bookmark.el: Adjust parameter names and doc strings to resolve
1122 confusion over whether "bookmark" meant a bookmark name or a
1123 bookmark record. Along the way, shorten one function's name for
1124 similar reasons. (Issue #7548)
1125 (bookmark-name-from-record): New name for
1126 `bookmark-name-from-full-record'. All callers changed.
1127 (bookmark-get-bookmark, bookmark-get-bookmark-record)
1128 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
1129 (bookmark-get-annotation, bookmark-set-annotation)
1130 (bookmark-get-filename, bookmark-set-filename)
1131 (bookmark-get-position, bookmark-set-position)
1132 (bookmark-get-front-context-string, bookmark-set-front-context-string)
1133 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
1134 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
1135 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
1136 Rename `bookmark' parameter to `bookmark-name-or-record', to
1137 clearly show its role, and shorten or adjust doc strings accordingly.
1138 (bookmark-set-name): Same, and pass the parameter directly to
1139 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
1140 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
1141 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
1142 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
1143 and in some cases shorten doc string accordingly.
1144 (bookmark-rename): Change `old' and `new' parameters to `old-name'
1145 and `new-name', and adjust an internal variable to avoid confusion.
1146 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
1147 parameter in doc string.
1148
5fe9ebd1
GM
11492010-12-08 Glenn Morris <rgm@gnu.org>
1150
ac8331a7
GM
1151 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
1152 from gdb's history file. (Bug#7575)
1153
5fe9ebd1
GM
1154 * mail/emacsbug.el (report-emacs-bug):
1155 Try to handle some other mail clients.
1156
33cf0fb2
SM
11572010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
1158
1159 * files.el (dir-locals-collect-variables): Don't let errors stop us.
1160 Use string-prefix-p.
1161 (file-name-version-regexp): New var.
1162 (file-name-sans-versions):
1163 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
1164 (jka-compr-get-compression-info): Use dolist.
1165 (jka-compr-compression-info-list): Don't bother specifying
1166 version/backup regexps.
1167
11c31b99
TH
11682010-12-07 Tassilo Horn <tassilo@member.fsf.org>
1169
1170 * simple.el (just-one-space): Make argument n default to 1 if
1171 omitted.
1172
a733fc37
SM
11732010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1174
1175 * electric.el (electric-indent-post-self-insert-function):
1176 Delete trailing newlines even if we don't reindent.
1177
88b5a757
DD
11782010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1179
a733fc37
SM
1180 * minibuffer.el (completion-at-point): Remove the `arg'.
1181 * bindings.el (complete-symbol): Move back from minibuffer.el.
1182
11832010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1184
88b5a757
DD
1185 * simple.el (just-one-space): Delete newlines for negative arg.
1186
ce327e48
SM
11872010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1188
1189 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
1190 (ansi-color-filter-apply): Simplify.
1191 (ansi-color-apply): Use `font-lock-face' rather than `face'.
1192
ac73d955
BR
11932010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
1194
1195 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
1196
8c44f097
CY
11972010-12-04 Chong Yidong <cyd@stupidchicken.com>
1198
1199 * dired.el (dired-use-ls-dired): Set default to a special
1200 "unspecified" value.
1201 (dired-insert-directory): When called the first time, check
1202 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
1203
15af15e5
TO
12042010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
1205
1206 * replace.el: Add "collect" feature to occur.
1207 (occur-collect-regexp-history): New var.
88b5a757
DD
1208 (occur-read-primary-args): Return a replace string for nlines,
1209 if needed.
15af15e5
TO
1210 (occur): Extend the meaning of nlines.
1211
b2e6e5bd
SM
12122010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1213
1214 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
1215 (which-func-update-1): Distinguish symbols from strings.
1216 (which-function): Stay within 80 columns.
1217
ee9355dc
SM
12182010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1219
7f0ea0ff
SM
1220 * subr.el (with-demoted-errors): Distinguish symbols from strings.
1221
ee9355dc
SM
1222 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
1223 Improve docstring.
1224 (comment-style): Use comment-styles's docs to describe values.
1225
3e972d98
JD
12262010-12-03 Jan Djärv <jan.h.d@swipnet.se>
1227
1228 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
1229 and ns-show-prefs (Bug#7535).
1230
1231 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
1232 bindings (Bug#7535).
1233
c879436a
GM
12342010-12-03 Glenn Morris <rgm@gnu.org>
1235
afe27238
GM
1236 * nxml/nxml-mode.el: Require rng-nxml.
1237 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
1238 Remove declarations.
1239
65beee52
GM
1240 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
1241 * nxml/rng-nxml.el, nxml/rng-valid.el:
1242 Remove leading `*' from defcustom docs.
1243
ad961a00
GM
1244 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
1245 (normal-top-level-add-to-load-path, tty-handle-args):
1246 Convert comments to basic doc-strings.
1247
c5fd0ab5
GM
1248 * net/browse-url.el (browse-url-url-at-point)
1249 (browse-url-default-browser): Remove autoload cookies.
1250
f62f063d
GM
1251 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
1252 Remove more undefined cl functions.
1253
c879436a
GM
1254 * vc/diff.el (diff-sentinel): Make new arguments optional.
1255 * ibuf-ext.el (diff-sentinel): Update declaration.
1256
3721e124
DU
12572010-12-03 Daiki Ueno <ueno@unixuser.org>
1258
1259 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
1260 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
1261 (epg-context-set-passphrase-callback): Mention that the callback
1262 is not called when used with GnuPG 2.x.
1263
66feec8b
MA
12642010-12-02 Michael Albinus <michael.albinus@gmx.de>
1265
1266 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
1267 (tramp-file-name-port): Check also for `tramp-default-port'.
1268 (tramp-get-connection-name): New defun.
1269 (tramp-get-connection-process): Use it.
1270 (tramp-debug-message): Extend function exclude list.
1271 (tramp-drop-volume-letter): Fix doc string.
1272
1273 * net/tramp-cmds.el: Remove solved todo item.
1274
1275 * net/tramp-efs.el:
1276 * net/tramp-ftp.el:
1277 * net/tramp-gvfs.el:
1278 * net/tramp-gw.el:
1279 * net/tramp-imap.el:
1280 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
1281 and `tramp-default-user-alist', respectively.
1282
88b5a757
DD
1283 * net/tramp-gw.el (tramp-gw-open-connection):
1284 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
66feec8b
MA
1285
1286 * net/tramp-imap.el (tramp-imap-make-iht): Use just
1287 `tramp-file-name-port'.
1288
1289 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
1290 and "psftp". Exchange "%k" marker with options.
1291 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
1292 Compute size of link target.
1293 (tramp-do-copy-or-rename-file-out-of-band). Move setting of
1294 `tramp-current-*' up due to gateway methods. Optimze computing of
1295 copy arguments. Use `tramp-get-connection-name' and
1296 `tramp-get-connection-buffer'. Improve debug messages.
1297 (tramp-compute-multi-hops): Remove port determination.
1298 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
1299
1300 * net/trampver.el: Update release number.
1301
bd77c2ef
GM
13022010-12-02 Glenn Morris <rgm@gnu.org>
1303
05907bb3
GM
1304 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
1305 Avoid infinite loop over windows. (Bug#7492)
1306
bd77c2ef
GM
1307 * progmodes/flymake.el (flymake-check-file-limit):
1308 Allow nil to mean "no limit".
1309 (flymake-check-patch-master-file-buffer): Update for above change.
1310 Allow a .tex file-name extension to be optional.
1311 (flymake-master-tex-init): Also match \include statements.
1312
f7ca27a1
SS
13132010-11-30 Sam Steingold <sds@gnu.org>
1314
1315 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
1316 (nxml-parent-document-set): A function to set `nxml-parent-document'.
1317 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
1318 (nxml-mode-hook): Remove `defcustom' (auto-defined by
1319 define-derived-mode').
1320 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
1321 users who want to call `nxml-parent-document-set'.
1322
402c8a49
CY
13232010-11-27 Chong Yidong <cyd@stupidchicken.com>
1324
1325 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
1326 stand-alone lines, since that is handled by log-edit-match-to-eoh
1327 (Bug#6465).
1328
d1882ac7
EW
13292010-11-27 Eduard Wiebe <usenet@pusto.de>
1330
1331 * dired.el (dired-get-filename): Replace backslashes with slashes
1332 in file names on MS-Windows, needed by `locate'. (Bug#7308)
1333 * locate.el (locate-default-make-command-line): Don't consider
1334 drive letter and root directory part of
1335 `directory-listing-before-filename-regexp'. (Bug#7308)
1336 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
1337
07976ae3 13382010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
09ffa822
SM
1339
1340 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
1341 of :smie-open/close-alist.
1342 (smie-next-sexp): Make it accept a "start token" as argument.
1343 (smie-indent-keyword): Be careful not to misidentify tokens that span
1344 more than one line, as empty lines. Add argument `token'.
1345
07976ae3 13462010-11-27 Kenichi Handa <handa@m17n.org>
3d9ee611 1347
afde451a
KH
1348 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
1349 multipart subtypes, insert all as usual.
1350
3d9ee611
KH
1351 * mail/rmail.el: Require rfc2047.
1352
07976ae3 13532010-11-27 Kenichi Handa <handa@m17n.org>
d1be4ec2
KH
1354
1355 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
1356 (rmail-mime-entity-disposition)
1357 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
1358 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
1359 (rmail-mime-save): Handle the case that the button's `data' is a
1360 MIME entity.
1361 (rmail-mime-insert-text): New function.
9e0ecdab 1362 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
1363 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
1364 (rmail-mime-insert-bulk): New function mostly copied from the old
1365 rmail-mime-bulk-handler.
9e0ecdab
GM
1366 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
1367 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
1368 the old rmail-mime-multipart-handler.
1369 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 1370 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
1371 rmail-mime-show.
1372 (rmail-mime-insert-multipart, rmail-mime-parse)
1373 (rmail-mime-insert, rmail-show-mime)
1374 (rmail-insert-mime-forwarded-message)
1375 (rmail-insert-mime-resent-message): New functions.
1376 (rmail-insert-mime-forwarded-message-function): Set to
1377 rmail-insert-mime-forwarded-message.
1378 (rmail-insert-mime-resent-message-function): Set to
1379 rmail-insert-mime-resent-message.
1380
1381 * mail/rmailsum.el: Require rfc2047.
1382 (rmail-header-summary): Handle multiline Subject: field.
1383 (rmail-summary-line-decoder): Change the default to
1384 rfc2047-decode-string.
1385
1386 * mail/rmail.el (rmail-enable-mime): Change the default to t.
1387 (rmail-mime-feature): Change the default to `rmailmm'.
1388 (rmail-quit): Delete the specifal code for rmail-enable-mime.
1389 (rmail-display-labels): Likewise.
1390 (rmail-show-message-1): Check rmail-enable-mime, and use
1391 rmail-show-mime-function for a MIME message. Decode the headers
1392 according to RFC2047.
1393
07976ae3 13942010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
33aeea0e
SM
1395
1396 * progmodes/which-func.el (which-func-imenu-joiner-function):
1397 Return a string, as expected.
1398 (which-function-mode): Make sure we stop any previous timer before
1399 starting a new one.
1400
07976ae3 14012010-11-27 Michael Albinus <michael.albinus@gmx.de>
e40fc745
MA
1402
1403 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
1404 (tramp-default-user-alist, tramp-default-proxies-alist):
1405 Adapt custom options type. (Bug#7445)
e40fc745 1406
07976ae3 14072010-11-27 Chong Yidong <cyd@stupidchicken.com>
ae3da38a
CY
1408
1409 * progmodes/python.el: Add Ipython support (Bug#5390).
1410 (python-shell-prompt-alist)
1411 (python-shell-continuation-prompt-alist): New options.
1412 (python--set-prompt-regexp): New function.
33aeea0e
SM
1413 (inferior-python-mode, run-python, python-shell):
1414 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
1415 prompt based on the Python interpreter.
1416 (python--prompt-regexp): New var.
1417 (python-check-comint-prompt)
1418 (python-comint-output-filter-function): Use it.
1419 (run-python): Use a pipe (Bug#5694).
1420
07976ae3 14212010-11-27 Chong Yidong <cyd@stupidchicken.com>
1d851570
CY
1422
1423 * progmodes/python.el (run-python): Doc fix.
1424 (python-keep-current-directory-in-path): New var (Bug#7454).
1425
07976ae3 14262010-11-27 Chong Yidong <cyd@stupidchicken.com>
76dabd37
CY
1427
1428 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
1429 Prompt user before actually printing.
1430
0b839457
GM
14312010-11-27 Glenn Morris <rgm@gnu.org>
1432
1433 * startup.el (package-enable-at-startup, package-initialize):
1434 Remove unnecessary declarations.
1435
96107967
EZ
14362010-11-27 Eli Zaretskii <eliz@gnu.org>
1437
1438 * international/characters.el (glyphless-char-display-control):
1439 Exclude newline and TAB from the c0-control group.
1440
a140ec5f
GM
14412010-11-27 Glenn Morris <rgm@gnu.org>
1442
82445062
GM
1443 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
1444 (expand-mail-aliases): Remove unnecessary autoload.
1445
08b5f072
GM
1446 * allout.el (allout-command-prefix, allout-mode-map): Declare.
1447
e96d4147
GM
1448 * shell.el (shell-dir-cookie-re): Move definition before use.
1449
a140ec5f
GM
1450 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
1451 Replace undefined CL functions.
1452
a2249e66
EZ
14532010-11-26 Eli Zaretskii <eliz@gnu.org>
1454
228482b2
EZ
1455 * simple.el (prog-mode): Set bidi-paragraph-direction to
1456 left-to-right.
1457
a2249e66
EZ
1458 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
1459
d01d7b8d
GM
14602010-11-26 Glenn Morris <rgm@gnu.org>
1461
1462 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
1463 diary-outlook-formats can be sensitive to calendar-date-style.
1464 (diary-outlook-formats): Simplify the default setting.
1465 (diary-from-outlook-internal): Pass subject and body as arguments.
1466 Use dolist rather than dotimes. Don't save the diary buffer.
1467 (diary-from-outlook-gnus, diary-from-outlook-rmail):
1468 Pass subject and body as explicit arguments to the -internal function.
1469
b3ea64a3
LMI
14702010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1471
1472 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
1473 parsing them. This makes mailto:...?subject=foo\nbar work.
1474
d5e7b0d8
SM
14752010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1476
1477 * vc/diff.el (diff): Fix last change.
1478
872ab164
SM
14792010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1480
1481 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
1482 (pcase--dontcare-upats): New var.
1483 (pcase-let, pcase-let*): Generate better code.
1484 Accept the same bodies as `let'.
1485 (pcase-dolist): New macro.
1486 (pcase--trivial-upat-p): New helper function.
1487 (pcase--expand): Strip leading "(let nil" if any.
1488
876d1684
LMI
14892010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1490
7bd9b9d8
LMI
1491 * mail/mailclient.el (browse-url): Require.
1492 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
1493 use the external browser function to send the mail (bug#7469).
1494
876d1684
LMI
1495 * net/browse-url.el (browse-url-browser-function): Revert the
1496 default back to the previous value, since the new value broke
1497 mailclient.el.
1498 (browse-url-mailto-function): New variable for mailto: URLs.
1499 (browse-url): Use the new variable for mailto: URLs.
1500
6e13206c
SM
15012010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1502
1503 * eshell/esh-cmd.el (eshell-parse-command):
1504 * eshell/esh-arg.el (eshell-parse-arguments):
1505 * eshell/em-script.el (eshell-source-file):
1506 Use with-silent-modifications.
1507
3d92f44e
CY
15082010-11-23 Chong Yidong <cyd@stupidchicken.com>
1509
1510 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
1511 for a merge location.
1512
1513 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
1514 (vc-bzr-merge-branch): Always prompt.
1515 (vc-bzr-async-command): Use the full branch filename.
1516
8f5f1e68
SM
15172010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1518
1519 * shell.el (shell): Use current-buffer by default if it's already
1520 a shell mode buffer and its process is dead.
ee9355dc 1521 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
8f5f1e68 1522
331460ac
TH
15232010-11-23 Tassilo Horn <tassilo@member.fsf.org>
1524
8f5f1e68
SM
1525 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
1526 Mention that the keywords should be comma separated.
331460ac 1527
2c3160c5
CY
15282010-11-23 Chong Yidong <cyd@stupidchicken.com>
1529
1530 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
1531 Accept optional prefix arg meaning to prompt for a command.
1532 (vc-update): Use vc-BACKEND-pull if available. Accept optional
1533 prefix arg meaning to prompt for a command.
1534 (vc-pull): Alias for vc-update.
1535
1536 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
1537 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
1538 (vc-bzr-merge-branch): New functions, implementing merge-branch
1539 and pull operations.
1540
b2e44819
SM
15412010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1542
8a0eb852
SM
1543 * Makefile.in: Fix up last merge.
1544
b2e44819
SM
1545 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
1546 (diff-sentinel): Get them as arguments instead.
1547 (diff-old-file, diff-new-file, diff-extra-args): Remove.
1548 (diff-file-local-copy, diff-better-file-name): New funs.
1549 (diff-no-select): Rename from diff-into-buffer.
1550 Support buffers additionally to files. Move `buf' arg. Don't display buf.
1551 Prefer closures to buffer-local variables.
1552 (diff): Adjust accordingly.
1553 (diff-buffer-with-file): Move from files.el.
1554 * files.el (diff-buffer-with-file): Move to vc/diff.el.
1555 (diff-buffer-internal): Remove.
1556 (diff-buffer-buffer): Remove.
1557 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
1558 the buffer name used, and so as not to mess up windows and frames.
1559
6a7662bb
BR
15602010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
1561
1562 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
1563 (diff-buffer-internal): New function extracted from diff-buffer-with-file
1564 (diff-buffer-with-file): Use it.
1565 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
1566 (diff): Use it.
1567
c799747b
TH
15682010-11-22 Tassilo Horn <tassilo@member.fsf.org>
1569
1570 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
1571 \ref's or \pageref's value as default instead of initial input.
1572
e274eb13
MA
15732010-11-21 Michael Albinus <michael.albinus@gmx.de>
1574
1575 * files.el (backup-by-copying-when-mismatch): The default value is
1576 now t.
1577
1578 * startup.el (normal-top-level):
1579 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
1580 `backup-by-copying-when-mismatch'.
1581
77af54d7
JD
15822010-11-21 Jan Djärv <jan.h.d@swipnet.se>
1583
1584 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
1585
4e2f7d2a
CY
15862010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1587
6a7662bb
BR
1588 * progmodes/python.el (python-font-lock-keywords):
1589 Highlight top-level augmented assignments (Bug#6445).
4e2f7d2a 1590
b7d1e144
JD
15912010-11-21 Jan Djärv <jan.h.d@swipnet.se>
1592
1593 * term/ns-win.el (ns-right-control-modifier)
1594 (ns-right-command-modifier): Defvar them.
1595
1596 * cus-start.el (all): Add ns-right-control-modifier and
1597 ns-right-command-modifier (Bug#7458).
1598
c11cc37a
GM
15992010-11-20 Glenn Morris <rgm@gnu.org>
1600
1601 * emacs-lisp/authors.el (authors-ignored-files)
1602 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
1603
7dcd777e
TH
16042010-11-20 Tassilo Horn <tassilo@member.fsf.org>
1605
1606 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
1607 (report-emacs-bug-parse-query-results)
1608 (report-emacs-bug-create-existing-bugs-buffer): Pass through
1609 keywords used for querying the bug database to show them in the
1610 existing bugs buffer.
1611
d2bd5189
JD
16122010-11-20 Jan Djärv <jan.h.d@swipnet.se>
1613
1614 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
1615
1616 * info.el (info-tool-bar-map): Add some :vert-only keywords.
1617
0e7c0582
EZ
16182010-11-20 Eli Zaretskii <eliz@gnu.org>
1619
1620 * international/characters.el (glyphless-char-display-control):
1621 Make it a defcustom, with update-glyphless-char-display as its
1622 :set attribute.
1623 (top level): Don't call update-glyphless-char-display.
1624
7398933f
MA
16252010-11-20 Michael Albinus <michael.albinus@gmx.de>
1626
1627 Sync with Tramp 2.2.0.
1628
1629 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
1630 `file-remote-p' (due to compatibility).
1631
1632 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
1633 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
1634
1635 * net/trampver.el: Update release number.
1636
1cd64aae
EZ
16372010-11-20 Eli Zaretskii <eliz@gnu.org>
1638
1639 * faces.el (glyphless-char): Define value for `pc'.
1640
614316a7
TH
16412010-11-20 Tassilo Horn <tassilo@member.fsf.org>
1642
26214810
EZ
1643 Implemented a bug querying mechanism.
1644 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
614316a7
TH
1645 (report-emacs-bug-create-existing-bugs-buffer)
1646 (report-emacs-bug-parse-query-results)
26214810 1647 (report-emacs-bug-query-existing-bugs): New functions.
614316a7 1648
9061f667
TH
16492010-11-19 Tassilo Horn <tassilo@member.fsf.org>
1650
1651 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
1652 a \ref{} or \pageref{} macro, then use its value as initial input.
1653
1265829e
JB
16542010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
1655
1656 * calc/calc-units.el (math-build-units-table-buffer):
1657 calc/README: Mention that the TeX specific units won't use the
1658 `tex' prefix in TeX mode.
1659 calc/calc-lang.el (math-variable-table): Don't use the `tex'
1660 prefix for units in TeX mode.
1661
9fca7811
SM
16622010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1663
1664 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
1665 * comint.el (comint-kill-region): Make the yank-handler argument
1666 obsolete.
9fca7811 1667
4a47c275 16682010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
88bf1bec 1669
e2f454c4
SM
1670 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
1671 that are both openers (resp. closers) and something else.
1672 (smie-grammar): Loosen definition of valid values.
1673 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
1674 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
1675 (smie-indent-after-keyword): Adjust users.
1676 (smie-indent-keyword): Don't indent empty lines.
1677
88bf1bec
SM
1678 * vc-hg.el (vc-hg-program): New var.
1679 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
1680 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
1681
4a47c275 16822010-11-18 Glenn Morris <rgm@gnu.org>
4c0eb0d3
GM
1683
1684 * emacs-lisp/autoload.el (autoload-find-destination): The function
1685 coding-system-eol-type may return non-numeric values. (Bug#7414)
1686
4a47c275 16872010-11-18 Ulrich Mueller <ulm@gentoo.org>
bf6442c3
UM
1688
1689 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
1690
4a47c275 16912010-11-18 Eli Zaretskii <eliz@gnu.org>
e68afd74
EZ
1692
1693 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
1694
4a47c275 16952010-11-18 Chong Yidong <cyd@stupidchicken.com>
de02effd
CY
1696
1697 * textmodes/picture.el (picture-mouse-set-point): Don't use
1698 posn-col-row; explicitly compute the motion based on the posn at
1699 the window-start (Bug#7390).
1700
4a47c275 17012010-11-18 Glenn Morris <rgm@gnu.org>
f0a698ab
GM
1702
1703 * novice.el (disabled-command-function):
1704 Fix 2009-11-15 change. (Bug#7384)
1705
4a47c275 17062010-11-18 Glenn Morris <rgm@gnu.org>
29f30ab7
GM
1707
1708 * calendar/calendar.el (diary-iso-date-forms): Make elements
1709 mutually exclusive. (Bug#7377)
1710
4a47c275 17112010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10b40d2e
SM
1712
1713 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
1714 when filling the remaining "unconstrained" values.
1715
4a47c275 17162010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7bea8c7a 1717
acef0722
SM
1718 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
1719 safety predicate.
1720
1721 * files.el (safe-local-variable-p): Gracefully handle errors.
1722
7bea8c7a
SM
1723 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
1724 Use smie-indent-virtual when indenting relative to an opener.
1725 (smie-rule-separator): Use smie-rule-parent.
1726 (smie-indent-keyword): Consult rules, even for openers at bol.
1727 (smie-indent-comment-close): Try to align closer's content.
1728
4a47c275 17292010-11-18 Glenn Morris <rgm@gnu.org>
b010e1ba
GM
1730
1731 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
1732
4a47c275 17332010-11-18 Glenn Morris <rgm@gnu.org>
c790cad4 1734
aa514451
GM
1735 * printing.el (pr-menu-bind): Doc fix.
1736
32b636de
GM
1737 * speedbar.el (speedbar-toggle-images): Doc fix.
1738
bc1d5cdf
GM
1739 * progmodes/python.el (python-shell): Doc fix.
1740
c790cad4
GM
1741 * wid-edit.el (widget-field-use-before-change)
1742 (widget-use-overlay-change): Doc fixes.
1743
c51bb5d2
SM
17442010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1745
8bbb7dd8
SM
1746 Minor cleanup to improve style.
1747 * textmodes/rst.el (rst-update-section): Use point-marker.
1748 (rst-get-decoration): Eliminate unneeded assignment.
1749 (rst-promote-region, rst-straighten-decorations)
1750 (rst-section-tree, rst-adjust): Use point-marker.
1751 (rst-toc-mode-mouse-goto): Avoid setq.
1752 (rst-shift-region-guts, rst-shift-region-left)
1753 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
1754 (rst-convert-bullets-to-enumeration): Use copy-marker.
1755
b7e270a2
SM
1756 * minibuffer.el (completion-fail-discreetly): New var.
1757 (completion--do-completion): Use it.
1758
c51bb5d2
SM
1759 * electric.el (electric-pair-pairs): New var.
1760 (electric-pair-post-self-insert-function): Use it.
1761 (electric-layout-post-self-insert-function): Don't insert a before
1762 newline unless it's actually needed.
1763
c04f2ac0
SM
17642010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1765
bac2de0f
SM
1766 * progmodes/python.el (run-python): Explain why we remove the current
1767 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
1768
c04f2ac0
SM
1769 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
1770
7100ff98
SM
17712010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1772
03f70355
SM
1773 * progmodes/octave-mod.el: Rely on elecric-*-modes.
1774 (octave-mode-map): Don't bind ;, SPC, and LF.
1775 (octave-auto-indent, octave-auto-newline): Remove.
1776 (electric-layout-rules): Declare.
1777 (octave-mode): Set electric-layout-rules.
1778 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
1779 (octave-reindent-then-newline-and-indent, octave-electric-semi)
1780 (octave-electric-space): Remove.
1781
7100ff98
SM
1782 * electric.el (electric-layout-mode): New minor mode.
1783 (electric--after-char-pos): New function.
1784 (electric-indent-post-self-insert-function): Use it.
1785 (electric-layout-rules): New var.
1786 (electric-layout-post-self-insert-function): New function.
1787 (electric-indent-mode): Make them interact better.
1788
cca982d0
SM
17892010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1790
1791 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
1792 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
1793 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
1794
84992dff
AM
17952010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
1796
1797 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
1798 Make sure to check inside the word (Bug#6761).
1799
afa42fe3
CY
18002010-11-14 Chong Yidong <cyd@stupidchicken.com>
1801
1802 * startup.el (command-line): If the cursorColor resource is set,
1803 change the cursor face-spec (Bug#7392).
1804
a798747d 18052010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1c9b9df0 1806
a798747d 1807 The main features of the following allout.el changes are:
1c9b9df0
KM
1808 - implement user customization for the allout key bindings
1809 - add a customization control by which the user can inhibit use of
a798747d 1810 a trailing Ctrl-H, so by default it's reserved for use with
1c9b9df0
KM
1811 describe-prefix-bindings
1812 - adapt to new version of called-interactively-p, while
a798747d 1813 maintaining backwards compatibility with old version
1c9b9df0
KM
1814 - fix hotspot navigation so i works properly with meta-modified keys
1815
a798747d
GM
1816 * allout.el (allout-keybindings, allout-bind-keys)
1817 (allout-keybindings-binding, allout-prefixed-keybindings)
1818 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
1819 (allout-keybindings-list, allout-mode-map-adjustments)
1820 (allout-setup-mode-map): Establish allout-mode keymaps as user
1821 customizable settings, and also establish a customizable setting which
1822 regulates whether or not a trailing control-h is reserved for use with
1823 describe-prefix-bindings - and inhibit it by default, so that control-h
1824 *is* reserved for describe-prefix-bindings unless the user changes it.
1825
1826 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
1827 and accurately between modified and unmodified events, and handle
1c9b9df0
KM
1828 modified events more comprehensively.
1829
a798747d
GM
1830 * allout.el (allout-substring-no-properties):
1831 Alias to use or provide version of `substring-no-properties'.
1832 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1c9b9df0 1833
a798747d
GM
1834 * allout.el (allout-next-single-char-property-change):
1835 Alias to use or provide version of `next-single-char-property-change'.
1836 (allout-annotate-hidden, allout-hide-by-annotation):
1837 Use `allout-next-single-char-property-change'.
1c9b9df0 1838
a798747d
GM
1839 * allout.el (allout-select-safe-coding-system):
1840 Alias to use or provide version of `select-safe-coding-system'.
1841 (allout-toggle-subtree-encryption):
1842 Use `allout-select-safe-coding-system'.
1c9b9df0 1843
a798747d
GM
1844 * allout.el (allout-set-buffer-multibyte):
1845 Alias to use or provide version of `set-buffer-multibyte'.
1846 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1c9b9df0 1847
a798747d
GM
1848 * allout.el (allout-called-interactively-p): Macro for using the
1849 different versions of called-interactively-p identically, depending on
1850 the subroutine's argument signature.
1851 (allout-back-to-current-heading, allout-beginning-of-current-entry):
1852 Use `(interactive "p")' instead of `(called-interactively-p)'.
1c9b9df0 1853
a798747d
GM
1854 * allout.el (allout-init, allout-ascend, allout-end-of-level)
1855 (allout-previous-visible-heading, allout-forward-current-level)
1856 (allout-backward-current-level, allout-show-children):
1857 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1c9b9df0 1858
a798747d
GM
1859 * allout.el (allout-before-change-handler):
1860 Exempt edits to the (overlaid) character after the allout outline
1861 bullet from edit confirmation prompt.
1c9b9df0 1862
a798747d
GM
1863 * allout.el (allout-add-resumptions):
1864 Ensure that it respects correct buffer for keybindings.
1c9b9df0 1865
a798747d
GM
1866 * allout.el (allout-beginning-of-line):
1867 Use `allout-previous-single-char-property-change' alias for the sake of
1868 diverse compatibility.
1c9b9df0 1869
a798747d
GM
1870 * allout.el (allout-end-of-line):
1871 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1c9b9df0 1872
0216b738
CY
18732010-11-13 Chong Yidong <cyd@stupidchicken.com>
1874
1875 * frame.el (frame-notice-user-settings): Don't clobber other
1876 user-set parameters when calling face-set-after-frame-default in
1877 response to background-color parameter (Bug#7373).
1878
0eb025fb
EZ
18792010-11-13 Eli Zaretskii <eliz@gnu.org>
1880
1881 * international/characters.el (glyphless-char-display-control):
88b5a757 1882 Rename from glyphless-char-control; all users changed. Doc fix.
4a9f985c
EZ
1883 Signal an error if display method is not one of the recognized
1884 symbols.
0eb025fb 1885
6e060cee
MA
18862010-11-13 Michael Albinus <michael.albinus@gmx.de>
1887
1888 * net/tramp-compat.el (tramp-compat-line-beginning-position)
1889 (tramp-compat-line-end-position): Remove them.
1890
1891 * net/tramp.el (tramp-parse-rhosts-group)
1892 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
1893 (tramp-parse-hosts-group, tramp-parse-passwd-group)
1894 (tramp-parse-netrc-group, tramp-parse-putty-group)
1895 * net/tramp-cmds.el (tramp-append-tramp-buffers)
1896 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
1897 (tramp-sh-handle-file-selinux-context)
1898 (tramp-sh-handle-file-name-all-completions)
1899 (tramp-sh-handle-insert-directory)
1900 (tramp-sh-handle-expand-file-name, tramp-find-executable)
1901 (tramp-wait-for-output, tramp-send-command-and-read)
1902 * net/tramp-smb.el (tramp-smb-read-file-entry)
1903 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
1904
1905 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
1906 `point-at-bol'.
1907 (tramp-remote-coding-commands): Add an alternative using "base64
1908 -d -i". This is needed for older base64 versions from GNU
1909 coreutils. Reported by Klaus Reichl
1910 <Klaus.Reichl@thalesgroup.com>.
1911
8da5345f
HN
19122010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
1913
1914 * simple.el (count-words-region): New function.
1915
c156a63b
SM
19162010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1917
78835dd0
SM
1918 * shell.el (shell-dir-cookie-re): New custom variable.
1919 (shell-dir-cookie-watcher): New function.
1920
ebff325e
SM
1921 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
1922 and compilation-mode (bug#7350).
1923
4e9e1584
SM
1924 * vc/smerge-mode.el (smerge-refine): Choose better default part to
1925 highlight when one of them is empty.
1926
4490f875
SM
1927 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
1928 trailing space.
1929 (skeleton-newline): New function.
1930 (skeleton-internal-1): Use it.
1931
c156a63b
SM
1932 * simple.el (open-line): `newline' may strip trailing space.
1933
f3bb9e16
KR
19342010-11-12 Kevin Ryde <user42@zip.com.au>
1935
1936 * international/mule-cmds.el (princ-list): Use mapc.
1937
7847454a
GM
19382010-11-12 Glenn Morris <rgm@gnu.org>
1939
1940 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
1941 Use it to replace all instances of "*Compile-Log*"
1942
aa310257
SM
19432010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1944
1945 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
1946 indentation specs.
1947
cbf83ce9
SM
19482010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1949
1950 * progmodes/modula2.el: Use SMIE and skeleton.
1951 (m2-mode-syntax-table): (*..*) can be nested.
1952 Add //...\n. Fix paren syntax.
1953 (m2-mode-map): Remove LF and TAB bindings.
1954 (m2-indent): Add safety property.
1955 (m2-smie-grammar): New var.
1956 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
1957 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
1958 (m2-mode): Use define-derived-mode.
1959 (m2-newline, m2-tab): Remove.
1960 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
1961 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
1962 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
1963 (m2-import): Use define-skeleton.
1964
e7c4fb1e
GM
19652010-11-11 Glenn Morris <rgm@gnu.org>
1966
b3e4c911
GM
1967 * obsolete/lucid.el: Don't warn about any CL functions in this file.
1968
b3e22bd4
GM
1969 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
1970 (ls-lisp-verbosity): Add custom :set-after property.
1971 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
1972 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
1973 (ls-lisp-insert-directory): Update caller.
606dcd9e
GM
1974 (ls-lisp-set-options): New function.
1975 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
1976 Doc fix.
b3e22bd4 1977
55a4b4fe
GM
1978 * play/landmark.el (lm-prompt-for-move):
1979 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
1980
e7c4fb1e
GM
1981 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
1982
1983 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
1984 (idlwave-study-twins): Prefix dynamic local variable `name'.
1985 (idlwave-routine-twin-compare): Update for above change.
1986
1987 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
1988 Prefix dynamic local variables `name', `kwd', and `link'.
1989 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
1990 * progmodes/idlw-complete-structtag.el
1991 (idlwave-complete-structure-tag-help):
1992 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
1993 (idlwave-complete-sysvar-tag-help)
1994 (idlwave-complete-class-structure-tag-help):
1995 Update for above name changes.
1996
afe2870b
LMI
19972010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1998
1999 * net/browse-url.el (browse-url-browser-function): Change the
2000 default to use `browse-url-mail' on mailto: URLs.
2001
fbe3be3f
CY
20022010-11-10 Chong Yidong <cyd@stupidchicken.com>
2003
cbf83ce9
SM
2004 * emacs-lisp/package.el (package-read-all-archive-contents):
2005 Reset package-archive-contents to nil before re-reading.
fbe3be3f 2006
a7cfbaea 20072010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
bd4532fc
AM
2008
2009 * textmodes/flyspell.el (flyspell-word): Do not re-check words
2010 already found as misspellings by (flyspell-large-region), just
c97685d4 2011 do highlighting (bug#7322).
bd4532fc 2012
13e7256f
GM
20132010-11-10 Glenn Morris <rgm@gnu.org>
2014
6d2a1e35
GM
2015 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
2016
d4aca69c
GM
2017 * emulation/edt.el (edt-with-position): New macro.
2018 (edt-find-forward, edt-find-backward, edt-find-next-forward)
2019 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
2020 (edt-paragraph-forward, edt-paragraph-backward): Use it.
2021
f8a09adb
GM
2022 * emulation/tpu-extras.el (tpu-with-position): New macro.
2023 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
2024
c026460b
GM
2025 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
2026
dea53a43
GM
2027 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
2028 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
2029 (texinfo-master-menu, texinfo-insert-node-lines)
2030 (texinfo-multiple-files-update):
2031 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
2032 Use line-beginning-position.
2033
72bc50c0
GM
2034 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
2035 No recent Emacs supports system-type `emx'.
2036
2037 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
2038 (ada-command-separator, ada-default-prj-properties)
2039 (ada-find-any-references): Update for above name change.
2040
2041 * dirtrack.el (dirtrack-directory-function)
2042 (dirtrack-canonicalize-function):
2043 * filecache.el (file-cache-completion-ignore-case)
2044 (file-cache-case-fold-search, file-cache-ignore-case):
2045 * term.el (serial-port-is-file-p): Cosmetic change.
2046
2047 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
2048 Remove non-existent `windows-95' system-type.
2049 * dired.el (dired-chown-program): Remove non-existent `linux'
2050 system-type.
2051
17731c39
GM
2052 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
2053 (ping-program-options): Remove non-existent `linux' system-type.
2054
9228bbd3
GM
2055 * startup.el (package-initialize): Update declaration.
2056
6e404950
GM
2057 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
2058 (ls-lisp-handle-switches): Use time-less-p.
2059 (ls-lisp-format-time): Use float-time.
2060
6f0d4bb6
GM
2061 * textmodes/remember.el (remember-time-to-seconds): Remove.
2062 (remember-store-in-mailbox): Use float-time.
2063
2064 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
2065
2066 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
2067 never a real function.
2068 (with-no-warnings): Remove compat stub, now unused.
2069 (time-less-p): Doc fix.
2070 (time-to-number-of-days): Simplify.
2071
73171bd4
GM
2072 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
2073 Remove.
2074 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
2075 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
2076 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
2077 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
2078 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
2079
13e7256f
GM
2080 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
2081 (eshell-shuffle-files, eshell-shorthand-tar-command)
2082 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
2083 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
2084 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
2085 Prefix dynamic local variable `matches'.
2086
b565f5a1
GM
2087 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
2088 Prefix dynamic local variable `skeleton'.
2089
5ad3e885
KY
20902010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2091
2092 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
2093 in mail buffer; make yank-action always a command that yanks original
2094 buffer.
2095
14121c52
GM
20962010-11-09 Glenn Morris <rgm@gnu.org>
2097
2098 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
2099
d607b96b 21002010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
73525e72 2101
9bdba5f5
SM
2102 * minibuffer.el (minibuffer-completion-help): Specify the end of the
2103 completion field (bug#7211).
2104
73525e72
SM
2105 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
2106 Fix handling of backslash escapes.
2107 (python-quote-syntax): Adjust accordingly.
2108
d607b96b 21092010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
2110
2111 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
2112 (vc-mtn-workfile-branch): Adjust to new output format.
2113
d607b96b 21142010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
cc4d2366
SM
2115
2116 * international/mule-cmds.el (princ-list): Mark as obsolete.
2117
d607b96b 21182010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7f925a67
SM
2119
2120 * emacs-lisp/smie.el: New package.
2121
d607b96b 21222010-11-09 Michael Albinus <michael.albinus@gmx.de>
6ce78fdc 2123
7f925a67
SM
2124 * files.el (backup-by-copying-when-mismatch):
2125 Set `permanent-local' property.
6ce78fdc
MA
2126
2127 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 2128 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 2129
d607b96b 21302010-11-09 Eli Zaretskii <eliz@gnu.org>
21620882
EZ
2131
2132 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
2133
d607b96b 21342010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
8468f78b 2135
7f925a67 2136 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 2137 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
2138 AUTOINOUT for SV style multidimensional arrays, bug294.
2139 Reported by Eric Mastromarchi.
2140 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
2141 font-lock-fontify-buffer to cleanup style issues.
2142
d607b96b 21432010-11-09 Glenn Morris <rgm@gnu.org>
cb5e49a3
GM
2144
2145 * locate.el (locate, locate-mode): Doc fixes.
2146
d607b96b 21472010-11-09 Chong Yidong <cyd@stupidchicken.com>
381d186f
CY
2148
2149 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
2150 user for confirmation.
2151 (server-force-stop): Use it.
2152 (server-start): Use server-force-stop for kill-emacs-hook, to
2153 avoid user interaction while killing Emacs.
2154
9b026d9f
GM
21552010-11-09 Glenn Morris <rgm@gnu.org>
2156
3406534c 2157 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
e814121e 2158 (meta-indent-line): Simplify.
3406534c 2159
9b026d9f
GM
2160 * vc/emerge.el (emerge-line-number-in-buf):
2161 * textmodes/ispell.el (ispell-region):
2162 * textmodes/fill.el (current-fill-column):
2163 * progmodes/xscheme.el (xscheme-send-current-line):
2164 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
2165 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
2166 * progmodes/sh-script.el (sh-handle-prev-do):
2167 * progmodes/meta-mode.el (meta-indent-line):
2168 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
2169 (idlwave-in-quote):
2170 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
2171 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
2172 * progmodes/fortran.el (fortran-looking-at-if-then):
2173 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
2174 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
2175 (cperl-find-pods-heres):
2176 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
2177 * net/quickurl.el (quickurl-list-insert):
2178 * net/ldap.el (ldap-search-internal):
2179 * net/eudc.el (eudc-expand-inline):
2180 * mail/sendmail.el (sendmail-send-it):
2181 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
2182 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
2183 (viper-brac-function):
2184 * calc/calc-yank.el (calc-do-grab-region):
2185 * calc/calc-keypd.el (calc-keypad-press):
2186 * term.el (term-move-columns, term-insert-spaces):
2187 * speedbar.el (speedbar-highlight-one-tag-line):
2188 * simple.el (current-word):
2189 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2190 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
2191 (Info-scroll-down):
2192 * hippie-exp.el (he-line-beg):
2193 * epa.el (epa--marked-keys):
2194 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
2195 (dired-update-file-line, dired-add-entry, dired-remove-entry)
2196 (dired-relist-entry):
2197 * buff-menu.el (Buffer-menu-buffer):
2198 * array.el (current-line):
2199 * allout.el (allout-resolve-xref)
2200 (allout-latex-verbatim-quote-curr-line):
2201 Replace yet more uses of end-of-line etc with line-end-position, etc.
2202
db94771e
SM
22032010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2204
1398b795
SM
2205 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
2206 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
2207 (checkdoc-syntax-table): Initialize in the declaration.
2208 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
2209 the mode on unconditionally.
2210
db94771e
SM
2211 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
2212 (extent-end-position, extent-start-position): Remove setf method for
2213 non-existing functions (bug#7319).
2214
674728d4
SM
22152010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
2216
2217 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
2218 (smie-precs->prec2): Rename from smie-precs-precedence-table.
2219 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
2220 (smie-prec2->grammar): Rename from smie-prec2-levels.
2221 (smie-grammar): Rename from smie-op-levels.
2222 (smie-indent--hanging-p): Rename from smie-hanging-p.
2223 (smie-rule-hanging-p): New alias.
2224 (smie-indent--bolp): Rename from smie-bolp.
2225 (smie-indent--hanging-p): New alias.
2226 (smie--token): New dynamically bound variable.
2227 (smie-indent--parent): New function.
2228 (smie-rule-parent-p): Use it; rename from smie-parent-p.
2229 (smie-rule-next-p): Rename from smie-next-p.
2230 (smie-rule-prev-p): Rename from smie-prev-p.
2231 (smie-rule-sibling-p, smie-rule-parent)
2232 (smie-indent--separator-outdent, smie-rule-separator): New functions.
2233 (smie-rule-separator-outdent): New var.
2234 (smie-indent--rule): Merge with smie-indent--column.
2235 (smie-indent-forward-token, smie-indent-backward-token):
2236 Also recognize close parens.
2237 (smie-indent-keyword): Don't use smie-indent--column any more.
2238 (smie-indent-after-keyword): Ignore closers by default.
2239 (smie-indent-line): Use with-demoted-errors.
2240 * progmodes/octave-mod.el (octave-smie-grammar):
2241 Rename from octave-smie-op-levels.
2242 (octave-smie-rules): Adjust to new behavior.
2243 * progmodes/prolog.el (prolog-smie-grammar):
2244 Rename from prolog-smie-op-levels.
2245
26f097bf
GM
22462010-11-07 Glenn Morris <rgm@gnu.org>
2247
de3490e1
GM
2248 * eshell/esh-util.el (subst-char-in-string)
2249 (directory-files-and-attributes): These compatibility definitions are
2250 not needed on any version of Emacs since at least 21.4.
2251
3ba6b2ee
GM
2252 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
2253 (verilog-get-end-of-line): Remove.
2254 (verilog-within-string, verilog-re-search-forward-substr)
2255 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
2256 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
2257 Use point-at-bol, point-at-eol.
2258 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
2259 Remove.
2260 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
2261 (electric-pascal-terminate-line, pascal-set-auto-comments)
2262 (pascal-indent-paramlist, pascal-indent-declaration)
2263 (pascal-get-lineup-indent, pascal-func-completion)
2264 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
2265 Use point-at-bol, point-at-eol.
2266 * progmodes/flymake.el (flymake-line-beginning-position)
2267 (flymake-line-end-position): Remove.
2268 (flymake-highlight-line): Use point-at-bol, point-at-eol.
2269 * eshell/esh-util.el (line-end-position, line-beginning-position):
2270 Remove compat definitions.
2271
76fc02b6
GM
2272 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2273 Use end-of-line N.
2274 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
2275 Use line-end-position.
2276
e180ab9f
GM
2277 * emacs-lisp/chart.el (chart-zap-chars):
2278 * play/decipher.el (decipher-set-map):
2279 * progmodes/ada-mode.el (ada-get-current-indent)
2280 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
2281 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
2282 * progmodes/ada-xref.el (ada-initialize-runtime-library)
2283 (ada-get-all-references):
2284 * progmodes/cperl-mode.el (cperl-electric-paren)
2285 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
2286 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
2287 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
2288 (cperl-word-at-point-hard):
2289 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
2290 (idlwave-shell-filename-string, idlwave-shell-batch-command)
2291 (idlwave-shell-display-line):
2292 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
2293 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
2294 * progmodes/js.el (js--re-search-forward-inner)
2295 (js--re-search-backward-inner):
2296 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
2297 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
2298 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
2299 * textmodes/flyspell.el (flyspell-process-localwords):
2300 * textmodes/ispell.el (ispell-buffer-local-parsing)
2301 (ispell-buffer-local-dict, ispell-buffer-local-words):
2302 Use point-at-bol and point-at-eol.
2303
26f097bf
GM
2304 * speedbar.el (speedbar-generic-item-info)
2305 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
2306 (speedbar-add-indicator, speedbar-check-vc-this-line)
2307 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
2308 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
2309 Replace more uses of end-of-line etc with line-end-position.
2310
b05fde66
GM
23112010-11-06 Glenn Morris <rgm@gnu.org>
2312
5ed619e0
GM
2313 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
2314 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
2315 (texinfo-delete-existing-pointers, texinfo-find-pointer)
2316 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
2317 (texinfo-multiple-files-update):
2318 * textmodes/table.el (table--probe-cell-left-up)
2319 (table--probe-cell-right-bottom):
2320 * textmodes/picture.el (picture-tab-search):
2321 * textmodes/page-ext.el (pages-copy-header-and-position)
2322 (pages-directory-for-addresses):
2323 * progmodes/vera-mode.el (vera-get-offset):
2324 * progmodes/simula.el (simula-calculate-indent):
2325 * progmodes/python.el (python-pdbtrack-overlay-arrow):
2326 * progmodes/prolog.el (end-of-prolog-clause):
2327 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
2328 * progmodes/icon.el (indent-icon-exp):
2329 * progmodes/etags.el (tag-re-match-p):
2330 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
2331 * progmodes/ebnf2ps.el (ebnf-begin-file):
2332 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
2333 (dcl-save-local-variable):
2334 * play/life.el (life-setup):
2335 * play/gametree.el (gametree-looking-at-ply):
2336 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
2337 * mail/sendmail.el (mail-mode-auto-fill):
2338 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2339 * emacs-lisp/edebug.el (edebug-overlay-arrow):
2340 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
2341 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
2342 (woman-tab-to-tab-stop, WoMan-warn-ignored):
2343 * type-break.el (type-break-file-keystroke-count):
2344 * term.el (term-replace-by-expanded-history-before-point)
2345 (term-skip-prompt, term-extract-string):
2346 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
2347 (speedbar-contract-line, speedbar-toggle-line-expansion)
2348 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
2349 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
2350 * sort.el (sort-skip-fields):
2351 * skeleton.el (skeleton-internal-list):
2352 * simple.el (line-move-finish, line-move-to-column):
2353 * shell.el (shell-forward-command):
2354 * misc.el (copy-from-above-command):
2355 * makesum.el (double-column):
2356 * ebuff-menu.el (electric-buffer-update-highlight):
2357 * dired.el (dired-move-to-end-of-filename):
2358 * dframe.el (dframe-popup-kludge):
2359 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
2360 * arc-mode.el (archive-get-lineno):
2361 Use line-end-position and line-beginning-position.
2362
e2a9c0bc
GM
2363 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
2364 (idlwave-study-twins): Prefix dynamic local `class'.
2365 (idlwave-routine-twin-compare): Update for above name change.
2366
4e44448f
GM
2367 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
2368 Use boundp tests to silence compiler. Update for changed name of
2369 bytecomp-filename variable.
2370
8f6c3eac
GM
2371 * emulation/viper-cmd.el (viper-read-string-with-history):
2372 Prefix dynamic local `initial'.
2373 (viper-minibuffer-standard-hook): Update for above name change.
2374
79d1dabe
GM
2375 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
2376 (elint-init-form): Update for above name change.
2377
0e4bb7f0
GM
2378 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
2379 local variables `cbeg' and `cend' a prefix.
2380 (mail-extr-voodoo): Update for above name change.
2381
c8f3bf36
GM
2382 * textmodes/reftex-toc.el (reftex-toc-do-promote)
2383 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
2384 (reftex-toc-promote-action): Doc fix.
2385
2386 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
2387 `prompt', `data' a prefix.
2388 (reftex-select-post-command-hook, reftex-select-callback)
2389 (reftex-select-mouse-accept, reftex-select-read-cite):
2390 Update for above name changes.
2391
2392 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
2393 `refstyle' to reftex-refstyle.
2394 (reftex-offer-label-menu): Update for above name change.
2395 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
2396 `refstyle' name change.
2397
b05fde66
GM
2398 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
2399 with with-current-buffer.
2400 (diff, template): Give dynamic local variables a prefix.
2401 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
2402 (emerge-line-number-in-buf): Update for above name change.
2403 (emerge-combine-versions-internal): Rename local `template' to
2404 emerge-combine-template.
2405 (emerge-combine-versions-edit): Update for above name change.
2406
5d8f9169
RA
24072010-11-06 Ralf Angeli <angeli@caeruleus.net>
2408
2409 * textmodes/reftex-cite.el
2410 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
2411 entries with whitespace after \bibitem.
2412 (reftex-create-bibtex-file): Match entries containing numbers and
2413 symbol constituents. Make sure that entries with whitespace at
2414 various places are found.
2415
f8aefe82
MA
24162010-11-05 Christian Millour <cm@abtela.com> (tiny change)
2417
2418 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
2419
e06918d2
JD
24202010-11-05 Jan Djärv <jan.h.d@swipnet.se>
2421
2422 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
2423
17fc58c9
GM
24242010-11-05 Glenn Morris <rgm@gnu.org>
2425
f7fe4837
GM
2426 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
2427 (woman2-roff-buffer): Give local variable `request' a prefix.
2428 (woman0-macro): Rename argument `request' in the same way.
2429 (woman-request): New name for `request' dynamic variable.
2430 (woman-unquote, woman-forward-arg): Update for above name change.
2431 (woman1-roff-buffer): Give local variable `unquote' a prefix.
2432 (woman1-unquote): New name for `unquote' dynamic variable.
2433 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
2434 (woman-translations): Rename from `translations'. No longer global.
2435 (woman2-tr, woman-translate): Update for above name change.
2436 (woman-translate): Check for bound variable.
2437 (woman2-roff-buffer): Give local variable `translations' a prefix.
2438
869c4186
GM
2439 * play/doctor.el: Give all local variables a prefix. Update callers.
2440 (doc$, doctor-put-meaning): Use backquote.
2441
215461a8
GM
2442 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
2443 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
2444
17fc58c9
GM
2445 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
2446 variables bytes, ptr, op a prefix.
2447 (disassemble-offset): Update for above change.
2448
015eea59
CY
24492010-11-03 Chong Yidong <cyd@stupidchicken.com>
2450
2451 * emacs-lisp/package.el (package-unpack): Remove no-op.
2452 (package--builtins, package--dir): Doc fix.
2453 (package-activate-1, package-activate, package-install)
2454 (package-compute-transaction): Fix error message.
2455 (package-delete): Use delete-directory. Omit system packages.
2456 (package-initialize): Set package-alist to nil first.
2457 (package-menu-mark-delete, package-menu-mark-install): Don't add
2458 symbols that are inconsistent with the package state.
2459 (package-menu-execute): Perform deletions and installations as
2460 single batch operations.
2461
033862d1
GM
24622010-11-03 Glenn Morris <rgm@gnu.org>
2463
0b03a950
GM
2464 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
2465 (props): Remove unnecessary declaration.
2466
e337e22c
GM
2467 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
2468 set-process-query-on-exit-flag.
2469
a88e24dd 2470 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
728618ba
GM
2471 (reftex-toc-do-promote): Remove unused local `mpos'.
2472 (reftex-toc-restore-region): Make `mpos' local to this function.
a88e24dd 2473
537b04b9
GM
2474 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
2475
52365e61
GM
2476 * play/landmark.el (lm-losing-threshold): Correct spelling.
2477 (lm-human-plays): Use new name.
2478
cd32f8a9
GM
2479 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
2480 (gomoku-human-plays): Use new name.
2481
033862d1
GM
2482 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
2483 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
2484 (gomoku-score-trans-table, gomoku-winning-threshold)
2485 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
2486
4b99edf2
CY
24872010-11-03 Chong Yidong <cyd@stupidchicken.com>
2488
2489 * emacs-lisp/package.el: Don't put built-in packages in
2490 package-alist, to avoid loading inefficiencies.
2491 (package-built-in-p): Make VERSION optional, and treat it as a
2492 minimum acceptable version.
6a7662bb
BR
2493 (package-activate): Search separately for built-in packages.
2494 Emit a warning if a dependency fails.
4b99edf2
CY
2495 (define-package): Handle most common case, where there is no
2496 obsolete package, first.
2497 (package-compute-transaction): Print required version in error.
2498 (package--initialized): New variable.
2499 (list-packages): Use it.
2500 (package-initialize): Optional arg NO-ACTIVATE. Don't put
6a7662bb
BR
2501 built-in packages in packages-alist; keep it separate.
2502 Set package--initialized.
4b99edf2
CY
2503 (describe-package): Avoid activating packages as a side-effect.
2504 Search separately for built-in packages.
2505 (describe-package-1): Handle the case where an elpa package is
2506 simultaneously built-in and available/installed.
6a7662bb
BR
2507 (package-installed-p, package--generate-package-list):
2508 Search separately for built-in packages.
4b99edf2
CY
2509 (package-load-descriptor): Doc fix.
2510
3225dcaa
SM
25112010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2512
2513 * progmodes/perl-mode.el (perl-syntax-propertize-function):
2514 Handle __DATA__ and __END__.
2515
fa14dc18
NF
25162010-11-02 Noah Friedman <friedman@splode.com>
2517
2518 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
2519 nil, do not ask to recompile files that are not already compiled,
2520 and do not recompile them.
2521
0f75c62a
CY
25222010-11-02 Chong Yidong <cyd@stupidchicken.com>
2523
2524 * emacs-lisp/package.el (package-initialize): Ensure that
2525 obsoleted built-in packages are not in package-activated-list
2526 during activation.
2527 (describe-package-1): Make the "installed" status override
2528 "built-in".
2529
b29f5b7b
VJL
25302010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2531
2532 * subr.el (version-separator, version-regexp-alist): Remove '*'
2533 from docstring.
2534 (version-list-<=, version<=, version=): Doc fix.
2535
b18fad6d
KH
25362010-11-01 Kenichi Handa <handa@m17n.org>
2537
2538 * faces.el (glyphless-char): Inherit underline for tty.
2539
a8039db1 25402010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
2541
2542 Implement various display methods for glyphless characters.
2543
2544 * international/characters.el (char-acronym-table): New variable.
2545 (glyphless-char-control): New variable.
2546 (update-glyphless-char-display): New funciton.
2547
2548 * faces.el (glyphless-char): New face.
2549
28886d5e
GM
25502010-11-01 Glenn Morris <rgm@gnu.org>
2551
919dd7aa
GM
2552 * calendar/holidays.el (general-holidays, oriental-holidays)
2553 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
2554 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
2555 the definitions of their targets.
2556
c79fc059
GM
2557 * emacs-lisp/smie.el (smie): New custom group.
2558 (smie-blink-matching-inners, smie-indent-basic): Add :group.
2559
c8ccffb1
GM
2560 * faces.el (xw-defined-colors, x-setup-function-keys):
2561 * mouse-sel.el (x-select-text):
2562 * term/w32console.el (x-setup-function-keys): Update declarations.
2563
f4ff702e
GM
2564 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
2565
806c491a
GM
2566 * textmodes/ispell.el (comment-add): Declare.
2567
c3dfebd1
GM
2568 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
2569 Declare.
2570
28886d5e
GM
2571 * info.el (finder-keywords-hash, package-alist): Declare.
2572
693c9d15
CY
25732010-11-01 Chong Yidong <cyd@stupidchicken.com>
2574
2575 * finder.el (finder-compile-keywords): Don't use intern-soft,
2576 since package names may not yet exist in the obarray.
2577
25782010-11-01 Chong Yidong <cyd@stupidchicken.com>
4624de78
CY
2579
2580 * vc/vc-arch.el (vc-arch-checkin):
2581 * vc/vc-cvs.el (vc-cvs-checkin):
2582 * vc/vc-mtn.el (vc-mtn-checkin):
2583 * vc/vc-rcs.el (vc-rcs-checkin):
2584 * vc/vc-sccs.el (vc-sccs-checkin):
2585 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
2586 since 2010-04-21 commit by Stefan Monnier.
2587
36967cf7
GM
25882010-11-01 Glenn Morris <rgm@gnu.org>
2589
feb5e60a
GM
2590 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
2591
1f023ca9
GM
2592 * startup.el (package-enable-at-startup, package-initialize):
2593 Silence compiler.
2594
36967cf7
GM
2595 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
2596 Silence compiler.
2597
430e7297
JD
25982010-10-31 Julien Danjou <julien@danjou.info>
2599
2600 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
2601 (byte-recompile-directory):
2602 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
430e7297
JD
2603 Use `byte-recompile-file'.
2604
c8c59954
GM
26052010-10-31 Glenn Morris <rgm@gnu.org>
2606
2607 * cus-start.el: Handle standard values via a keyword.
2608 Only set version property if specified.
2609 (cursor-in-non-selected-windows, menu-bar-mode)
2610 (tool-bar-mode, show-trailing-whitespace):
2611 Do not specify standard values.
2612 (transient-mark-mode, temporary-file-directory): Use :standard.
2613
04e63796
JD
26142010-10-31 Jan Djärv <jan.h.d@swipnet.se>
2615
2616 * term/x-win.el (x-get-selection-value): New function that gets
2617 PRIMARY with type as specified in x-select-request-type. (Bug#6802).
2618
2699a554 26192010-10-31 Michael Albinus <michael.albinus@gmx.de>
a057950d
MA
2620
2621 * net/tramp.el (tramp-handle-insert-file-contents): For root,
2622 preserve owner and group when editing files. (Bug#7289)
2623
35fcc05c 26242010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
2625
2626 * speedbar.el (speedbar-mode):
2627 * play/fortune.el (fortune-in-buffer, fortune):
2628 * play/gomoku.el (gomoku-mode):
2629 * play/landmark.el (lm-mode):
2630 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
2631 Replace inappropriate uses of toggle-read-only. (Bug#7292)
2632
82f7efc3
GM
2633 * select.el (x-selection): Mark it as an obsolete alias.
2634
2699a554 26352010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
ca39416c 2636
f486841f 2637 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
ca39416c
AH
2638 major-mode (bug#7284).
2639
2699a554 26402010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
2641
2642 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
2643 rather than just an unused variable that inherits from the real one.
2644
e6ef5dd9
AM
26452010-10-31 Alan Mackenzie <acm@muc.de>
2646
2647 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
2648 This fixes bug #7185.
2649
8a500a91
CY
26502010-10-30 Chong Yidong <cyd@stupidchicken.com>
2651
2652 * startup.el (command-line): Search for package directories, and
2653 don't load package.el if none are found.
2654
6a7662bb
BR
2655 * emacs-lisp/package.el (describe-package, list-packages):
2656 Call package-initialize if it has not been called yet.
8a500a91 2657
4f9e41e4
AM
26582010-10-30 Alan Mackenzie <acm@muc.de>
2659
2660 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
2661 which fontifies the tail of an enum.
2662 (c-basic-matchers-after): Insert a call to the above new function.
2663 This fixes bug #7264.
2664
88f43c67
GM
26652010-10-30 Glenn Morris <rgm@gnu.org>
2666
2667 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
2668 tool-bar-mode, transient-mark-mode. (Bug#7306)
2669 Include the :set property in the dumped Emacs.
2670
c4d17d50
SM
26712010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2672
2673 SMIE: change indent rules format, improve smie-setup.
2674 * emacs-lisp/smie.el (smie-precs-precedence-table)
2675 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
2676 Mark them pure so the tables gets built at compile time.
2677 (smie-bnf-precedence-table): Store the closer-alist in the table.
2678 (smie-prec2-levels): Preserve the closer-alist.
2679 (smie-blink-matching-open): Be more forgiving in case of indentation.
2680 (smie-hanging-p): Rename from smie-indent--hanging-p.
2681 (smie-bolp): Rename from smie-indent--bolp.
2682 (smie--parent, smie--after): New dynamic vars.
2683 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
2684 (smie-indent-rules): Remove.
2685 (smie-indent--offset-rule): Remove fun.
2686 (smie-rules-function): New var.
2687 (smie-indent--rule): New fun.
2688 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
2689 (smie-indent-exps): Use it.
2690 (smie-setup): Setup paren blinking; add keyword args for token
2691 functions; extract closer-alist from op-levels.
2692 (smie-indent-debug-log): Remove var.
2693 (smie-indent-debug): Remove fun.
2694 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
2695 (prolog-smie-rules): New fun to replace it.
2696 (prolog-mode-variables): Simplify.
2697 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
2698 it's setup automatically.
2699 (octave-smie-indent-rules): Remove.
2700 (octave-smie-rules): New fun to replace it.
2701 (octave-mode): Simplify.
2702
9d794026
GM
27032010-10-29 Glenn Morris <rgm@gnu.org>
2704
e088c02a
GM
2705 * files.el (temporary-file-directory): Remove (already defined in C).
2706 * cus-start.el: Add temporary-file-directory.
2707
9d794026
GM
2708 * abbrev.el (abbrev-mode):
2709 * composite.el (auto-composition-mode):
2710 * menu-bar.el (menu-bar-mode):
2711 * simple.el (transient-mark-mode):
2712 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
2713 that they do not define the associated variables twice.
2714 * simple.el (transient-mark-mode): Remove defvar.
2715 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
2716 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
2717 Handle multiple groups, and also custom-delayed-init-variables.
2718 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2719
dcc029e0
SM
27202010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2721
2722 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
2723 (pcase-if): Add one minor optimization.
2724 (pcase-split-equal): Rename from pcase-split-eq.
2725 (pcase-split-member): Rename from pcase-split-memq.
2726 (pcase-u1): Add strings to the member optimization.
2727 Add `guard' variant of predicates.
2728 (pcase-q1): Add string patterns.
2729
a62b88d4
SM
27302010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2731
2732 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
2733
f41f19b0
GM
27342010-10-28 Glenn Morris <rgm@gnu.org>
2735
b3edb781
GM
2736 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
2737 Move menu-bar related settings to ../menu-bar.el.
2738 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
2739 Move ns-specific settings here from term/ns-win.el.
2740
f41f19b0
GM
2741 * simple.el (x-selection-owner-p): Remove unused declaration.
2742
6175cd08
SM
27432010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2744
2745 * minibuffer.el (completion-cycling): New var (bug#7266).
2746 (minibuffer-complete, completion--do-completion):
2747 Use completion--flush-all-sorted-completions.
2748 (minibuffer-complete): Only cycle if completion-cycling is set.
2749 (completion--flush-all-sorted-completions): Unset completion-cycling.
2750 (minibuffer-force-complete): Set completion-cycling.
2751 (completion-all-sorted-completions): Move declaration before first use.
2752
19677c71
LL
27532010-10-28 Leo <sdl.web@gmail.com>
2754
2755 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
2756 which changes the order of matches seen by users (bug#7231).
2757
27582010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
77b143eb
JBK
2759
2760 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2761 Don't confuse -omega as "-o mega".
2762
2122161f
SM
27632010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
2764
ce8794df
SM
2765 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
2766 (log-edit-author): New dynamic var.
2767 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
2768 to return the author if different from committer.
2769 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
2770
80cb310d
SM
2771 * play/landmark.el: Adjust commenting convention.
2772 (lm-nil-score): Rename from nil-score.
2773 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
2774 (OOOOscore): Move into a let in lm-score-trans-table.
2775 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
2776
2122161f
SM
2777 * electric.el (electric-indent-chars): Autoload.
2778 * progmodes/octave-mod.el (octave-mode):
2779 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
2780 (ruby-mode-abbrev-table): Merge initialization and declaration.
2781
e925113b
GM
27822010-10-27 Glenn Morris <rgm@gnu.org>
2783
208d109c
GM
2784 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
2785 variable.
2786
7d3e3843
GM
2787 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
2788
e925113b
GM
2789 * term/ns-win.el: Restore require of cl when compiling.
2790 (menu-bar-final-items): Remove non-existent `windows' menu.
1bcc4637
GM
2791 (ns-handle-nxopen): Optionally handle the temp-case.
2792 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
2793 (ns-insert-file, ns-find-file): Use `pop'.
e925113b 2794
b94a5a43
GM
27952010-10-26 Glenn Morris <rgm@gnu.org>
2796
2797 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
2798
fc3eda04
AR
27992010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
2800
2801 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
2802 global map.
2803 * term/common-win.el (x-setup-function-keys): Remove most of the
2804 keymappings. Comment on the remaining ones.
2805
c79b0b1c
PO
28062010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
2807
c31dc2c0 2808 * server.el (server-port): New option. (Bug#854)
c79b0b1c
PO
2809 (server-start): Use server-port.
2810
725513b7
GM
28112010-10-26 Glenn Morris <rgm@gnu.org>
2812
d7d8c62a
GM
2813 * term/ns-win.el (ns-version-string): Remove unused declaration.
2814 (ns-invocation-args): Change to x-invocation-args.
2815 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
2816 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
2817 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
2818 Use x-invocation-args instead of ns-invocation-args.
2819 (ns-initialize-window-system, handle-args-function-alist):
2820 Use x-handle-args instead of ns-handle-args.
2821 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
2822 * startup.el (command-line-ns-option-alist): Replace
2823 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
2824 ns-handle-iconic with the x- equivalents.
2825
725513b7
GM
2826 * term/common-win.el (x-select-enable-clipboard):
2827 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
2828
2829 * term/ns-win.el: No need to require cl when compiling.
2830 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
2831 (xw-defined-colors): Use the common-win definitions.
2832 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
2833 (ns-handle-iconic): Make it an alias for x-handle-iconic.
2834 * term/common-win.el (x-select-text, x-alternatives-map)
2835 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
2836 * loadup.el [ns]: Load common-win.
2837
77ec02d8
DU
28382010-10-26 Daiki Ueno <ueno@unixuser.org>
2839
2840 * epa-mail.el (epa-mail-encrypt): Handle local-part only
6ee79275 2841 recipients; expand mail aliases (Bug#7280).
77ec02d8 2842
6a5c2175
GM
28432010-10-25 Glenn Morris <rgm@gnu.org>
2844
59ba9d59
GM
2845 * term/common-win.el (x-handle-switch): Simplify with pop.
2846 Optionally handle numeric switches.
2847 (x-handle-numeric-switch): Just call x-handle-switch.
2848 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
2849 (x-handle-name-switch, x-handle-display, x-handle-args):
2850 Simplify with pop.
2851
6a5c2175
GM
2852 * term/ns-win.el: Do not require easymenu.
2853 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
2854 <spell>: Move adjustments to menu-bar.el.
2855 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
2856 <separator-undo, spell>: Move ns-win's adjustments here.
2857 * loadup.el [ns]: Do not load easymenu.
2858
01898dc2
CY
28592010-10-24 Chong Yidong <cyd@stupidchicken.com>
2860
2861 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6a5c2175 2862 Delete (Bug#7222).
01898dc2
CY
2863
2864 * startup.el (fancy-startup-tail): Instead of using inline images,
2865 refer to image files from etc/.
2866
2867 * wid-edit.el (checkbox): Likewise.
2868 (widget-image-find): Center image specs.
2869
a44d921f
GM
28702010-10-24 Glenn Morris <rgm@gnu.org>
2871
2872 * term/ns-win.el (x-select-text): Doc fix.
2873 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
2874 (x-select-text): Move to term/common-win.
2875 * term/w32-win.el (xw-defined-colors): Move to common-win.
2876 * term/x-win.el (xw-defined-colors, x-alternatives-map)
2877 (x-setup-function-keys, x-select-text): Move to common-win.
2878 * term/common-win.el (x-select-text, x-alternatives-map)
2879 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
2880 definitions here.
2881
709228c0 28822010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
a11de514
R
2883
2884 * net/mairix.el (mairix-searches-mode-map):
2885 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
2886
0c382083 28872010-10-24 Michael McNamara <mac@mail.brushroad.com>
a03c2342
WS
2888
2889 * verilog-mode.el (verilog-directive-re): Make this variable
2890 auto-built for efficiency of execution and updating.
2891 (verilog-extended-complete-re): Support 'pure' fucntion & task
2892 declarations (these have no bodies).
ca39416c
AH
2893 (verilog-beg-of-statement): General cleanup to enable support of
2894 'pure' fucntion & task declarations (these have no bodies).
2895 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
2896 noticed by Steve Pearlmutter.
2897 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
2898 (verilog-directive-nest-re, verilog-set-auto-endcomments):
2899 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
2900 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
2901 attribute handling for lining up declarations and assignments.
2902 (verilog-beg-of-statement-1): Fix issue where continued declaration
2903 is indented differently if it is after a begin..end clock.
2904 (verilog-in-attribute-p, verilog-skip-backward-comments)
2905 (verilog-skip-forward-comment-p): Support proper treatment of
2906 attributes by indent code. Reported by Jeff Steele.
ca39416c 2907 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
2908 (verilog-backward-up-list, verilog-in-struct-region-p)
2909 (verilog-backward-token, verilog-in-struct-p)
2910 (verilog-in-coverage-p, verilog-do-indent)
2911 (verilog-pretty-declarations): Use verilog-backward-up-list as
2912 wrapper around backward-up-list inorder to properly skip comments.
2913 Reported by David Rogoff.
2914 (verilog-property-re, verilog-endcomment-reason-re)
2915 (verilog-beg-of-statement, verilog-set-auto-endcomments)
2916 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
2917 of if). Reported by Max Bjurling and
2918 (verilog-calc-1): Fix for clocking block in modport
2919 declaration. Reported by Brian Hunter.
2920
0c382083 29212010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
a03c2342
WS
2922
2923 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
2924 (verilog-gate-keywords, verilog-read-sub-decls)
2925 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
2926 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
2927 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
2928 (verilog-read-decls): Fix spaces in V2K module parameters causing
2929 mis-identification as interfaces, bug287.
2930 (verilog-read-decls): Fix not treating "parameter string" as a
2931 parameter in AUTOINSTPARAM.
2932 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
2933 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 2934 (verilog-do-indent): Implement correct automatic or static task or
a03c2342
WS
2935 function end comment highlight. Reported by Steve Pearlmutter.
2936 (verilog-font-lock-keywords-2): Fix highlighting of single
2937 character pins, bug264. Reported by Michael Laajanen.
2938 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
2939 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
6a7662bb
BR
2940 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
2941 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
2942 (verilog-pretty-expr): Fix interactive arguments, bug272.
2943 Reported by Mark Johnson.
2944 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
2945 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
a03c2342
WS
2946 bug269. Suggested by Gary Delp.
2947 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
2948 (verilog-preprocessor, verilog-set-compile-command):
2949 Create verilog-preprocess and verilog-preprocessor to show
2950 preprocessed output.
a03c2342
WS
2951 (verilog-get-beg-of-line, verilog-get-end-of-line)
2952 (verilog-modi-file-or-buffer, verilog-modi-name)
2953 (verilog-modi-point, verilog-within-string): Move defmacro's
2954 before first use to avoid warning. Reported by Steve Pearlmutter.
2955 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
2956 (verilog-colorize-region, verilog-highlight-buffer)
2957 (verilog-highlight-includes, verilog-highlight-modules)
2958 (verilog-highlight-region, verilog-mode): Rename colorize to
2959 highlight to match other packages. Disable module highlighting,
2960 as received speed complaints, reenable for experimentation only
2961 using new verilog-highlight-modules.
2962 (verilog-read-decls): Fix regexp stack overflow in very large
2963 AUTO_TEMPLATEs, bug250.
2964 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
2965 (verilog-scan): Create verilog-save-buffer-state to standardize
2966 making insignificant changes that shouldn't call hooks.
2967 (verilog-save-no-change-functions, verilog-save-scan-cache)
2968 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
2969 Create verilog-save-no-change-functions to wrap verilog-scan
2970 preservation, and fix to work with nested preserved calls.
2971 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
2972 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
2973 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
2974 (verilog-submit-bug-report): Update variable list to be complete.
2975 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
2976 breaking on-the-fly font-locking.
2977 (verilog-colorize-buffer, verilog-colorize-include-files)
2978 (verilog-colorize-include-files-buffer, verilog-colorize-region)
2979 (verilog-load-file-at-mouse, verilog-load-file-at-point)
2980 (verilog-mode, verilog-read-inst-module-matcher): With point on a
2981 AUTOINST cell instance name, middle mouse button now finds-file on
2982 it. Suggested by Brad Dobbie.
2983 (verilog-alw-get-temps, verilog-auto-reset)
2984 (verilog-auto-sense-sigs, verilog-read-always-signals)
2985 (verilog-read-always-signals-recurse): Fix loop indexes being
2986 AUTORESET. AUTORESET now assumes any variables in the
6a7662bb
BR
2987 initialization section of a for() should be ignored.
2988 Reported by Dan Dever.
a03c2342
WS
2989 (verilog-error-font-lock-keywords)
2990 (verilog-error-regexp-emacs-alist)
2991 (verilog-error-regexp-xemacs-alist): Fix error detection of
2992 Cadence HAL, reported by David Asher. Repair drift between the
2993 three similar error variables.
2994 (verilog-modi-lookup, verilog-modi-lookup-cache)
2995 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
2996 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
2997 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
2998 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
2999 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
3000 "{1*2{...". Broke in last revision.
3001 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
3002 submodule connections with replications "{#{a},#{b}}".
3003
0c382083
CY
30042010-10-24 Juanma Barranquero <lekktu@gmail.com>
3005
3006 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
3007 Fix typo in docstring.
3008
30092010-10-24 Kenichi Handa <handa@m17n.org>
3010
3011 * face-remap.el (text-scale-adjust): Call read-event with a proper
3012 prompt.
3013
30142010-10-24 Chong Yidong <cyd@stupidchicken.com>
3015
3016 * emacs-lisp/unsafep.el: Don't mark functions that display
3017 messages as safe. Suggested by Johan Bockgård.
3018
30192010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3020
3021 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
3022 Turn comments into docstrings.
3023
3024 * minibuffer.el (completion--replace): Move point where it belongs
3025 when there's a common suffix (bug#7215).
3026
9317e499
CY
30272010-10-24 Chong Yidong <cyd@stupidchicken.com>
3028
3029 Merge read-color and facemenu-read-color (Bug#7242).
3030
3031 * faces.el (read-color): Use the completion code from
3032 facemenu-read-color. Require match in completion. Doc fix.
3033
3034 * facemenu.el (facemenu-read-color): Alias for read-color.
6a7662bb
BR
3035 (facemenu-set-foreground, facemenu-set-background):
3036 Use read-color.
9317e499
CY
3037
3038 * frame.el (set-background-color, set-foreground-color)
6a7662bb
BR
3039 (set-cursor-color, set-mouse-color, set-border-color):
3040 Use read-color.
9317e499 3041
a44d921f 30422010-10-24 Leo <sdl.web@gmail.com>
59dd6f73
LL
3043
3044 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
3045 argument of delete-file and delete-directory (Bug#7011).
3046
43207249
CY
30472010-10-24 Chong Yidong <cyd@stupidchicken.com>
3048
3049 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
3050 button-buffer-map.
3051
484db896 30522010-10-24 Ralf Angeli <angeli@caeruleus.net>
f34e6aaa
CY
3053
3054 * emacs-lisp/package.el (package--generate-package-list): Make the
3055 *Packages* buffer read-only.
3056
10f5e3e6
AM
30572010-10-24 Alan Mackenzie <acm@muc.de>
3058
3059 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
3060 result of `c-beginning-of-decl-1' between invocations of a lambda
3061 function (Bug #7265).
3062
3ec6ca72
DU
30632010-10-24 Daiki Ueno <ueno@unixuser.org>
3064
3065 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
3066 executable is not available on the system (Bug#7268).
3067
ec514007
GM
30682010-10-24 Glenn Morris <rgm@gnu.org>
3069
f5f25615
GM
3070 * select.el (selection-coding-system, next-selection-coding-system):
3071 Sync doc with C versions.
3646b86d 3072
8aa0f263
GM
3073 * w32-vars.el (x-select-enable-clipboard):
3074 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
3075 * term/common-win.el (x-select-enable-clipboard): Move here.
3076
46710489
GM
3077 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
3078 definition of C variable.
3079
ec514007
GM
3080 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
3081 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
3082 Don't redefine things that are defined in C.
3083 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
3084 (show-trailing-whitespace, auto-hscroll-mode)
3085 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
3086 Set up the appropriate custom properties.
3087
8a79905d
CY
30882010-10-24 Chong Yidong <cyd@stupidchicken.com>
3089
3090 Bind "C-c ]" to ...
3091 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
3092 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
3093 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
3094 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
3095
aa02a29f
GM
30962010-10-23 Glenn Morris <rgm@gnu.org>
3097
7dfc15df
GM
3098 * textmodes/flyspell.el (flyspell-mode): If there was an error,
3099 say what it was.
3100
66c6abf0
GM
3101 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
3102 Sync docs with C version.
f3d87560 3103
3193e969
GM
3104 * term/ns-win.el (xw-defined-colors):
3105 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
3106
6f748f70
GM
3107 * term/pc-win.el (x-select-enable-clipboard):
3108 * term/x-win.el (x-select-enable-clipboard):
3109 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
3110
7aa93795
GM
3111 * comint.el (comint-password-prompt-regexp): Make it less vague.
3112 Bump version.
3113
17284e30
GM
3114 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
3115
aa02a29f
GM
3116 * help.el (finder-by-keyword): Remove unnecessary autoload.
3117
69b55131
GM
31182010-10-22 Glenn Morris <rgm@gnu.org>
3119
9a0dd02d
GM
3120 * loadup.el: Unconditionally load float-sup.
3121 * paren.el (show-paren-delay):
3122 * emacs-lisp/float-sup.el:
3123 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
3124 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
3125 (lazy-lock-stealth-verbose): Assume float support.
3126 * ps-print.el: Assume float support on Emacs.
3127 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
3128 Remove non-float branch.
3129
69b55131
GM
3130 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
3131 src/Makefile no longer being pre-processed.
3132
7c23d9e8
SM
31332010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3134
3135 * emacs-lisp/find-func.el (find-library): Use test-completion.
3136
23737b4a
LMI
31372010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3138
7c23d9e8 3139 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 3140
6e060cee 31412010-10-21 Michael Albinus <michael.albinus@gmx.de>
01d884cf
MA
3142
3143 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
3144 space in stat format string.
3145 (tramp-send-command): Unset $PS1 when using here documents, in
3146 order not to get several prompts.
3147 (tramp-get-inline-coding): Return `nil' in case of errors.
3148
08ffb131
DU
31492010-10-21 Daiki Ueno <ueno@unixuser.org>
3150
7c23d9e8
SM
3151 * hexl.el (hexl-mode, hexl-mode-exit):
3152 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
3153 (hexl-revert-buffer-function): New function.
3154 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
3155
ba7fdf30
AM
31562010-10-19 Alan Mackenzie <acm@muc.de>
3157
7c23d9e8
SM
3158 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
3159 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
3160 that these keywords aren't wrongly matched as identifiers.
3161
ba7fdf30
AM
3162 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
3163 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 3164 c-after-change. (Bug#7181)
ba7fdf30 3165
7fd8732d
CY
31662010-10-19 Chong Yidong <cyd@stupidchicken.com>
3167
3168 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
3169 Don't mark as safe.
3170
3171 * custom.el (custom-theme-set-variables): Likewise.
3172 (load-theme): Add custom-theme-set-faces and
3173 custom-theme-set-variables to safe-functions while loading.
3174 (custom-enabled-themes): Mark as risky.
3175
3f12b18c
JD
31762010-10-18 Julien Danjou <julien@danjou.info>
3177
3178 * bindings.el: Remove end dashes in default mode-line-format.
3179
b8a47412
CY
31802010-10-19 Chong Yidong <cyd@stupidchicken.com>
3181
3182 * bindings.el (global-map): Bind C-d to delete-char and deletechar
3183 to delete-forward-char.
3184
3185 * simple.el (normal-erase-is-backspace-mode): Remap delete to
3186 deletechar, and hence delete-forward-char.
3187
ca3fa302
JB
31882010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3189
3190 * repeat.el (repeat): Use read-key (bug#6256).
3191
31922010-10-19 Chong Yidong <cyd@stupidchicken.com>
3193
3194 * emacs-lisp/unsafep.el: Don't mark functions that display
3195 messages as safe. Suggested by Johan Bockgård.
3196
31972010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3198
3199 * minibuffer.el (completion--replace): Move point where it belongs
3200 when there's a common suffix (bug#7215).
3201
32022010-10-19 Kenichi Handa <handa@m17n.org>
3203
3204 * international/characters.el: Add category '|' (word breakable)
3205 to fullwidth characters.
3206
3224b54d
MA
32072010-10-19 Michael Albinus <michael.albinus@gmx.de>
3208
3209 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
3210 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
3211 order to make stat results a float. Patch by Andreas Schwab
3212 <schwab@linux-m68k.org>.
3213
36ba6f07
JD
32142010-10-18 Julien Danjou <julien@danjou.info>
3215
3216 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
3217 hidden by `make-pointer-invisible'.
3218
43f964fc
SM
32192010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3220
3221 * files.el (locate-file-completion-table): Strip non-matching elements
3222 before checking length of list (bug#7238).
3223
e48eb343
CY
32242010-10-18 Chong Yidong <cyd@stupidchicken.com>
3225
3226 * custom.el (custom-theme-set-variables): Mark as a safe function.
3227 (load-theme): Check forms using unsafep.
3228
3229 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
3230
df987d70
AM
32312010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
3232
43f964fc
SM
3233 * textmodes/ispell.el (ispell-aspell-find-dictionary):
3234 Fix aspell data file searching (bug#7230).
df987d70 3235
29a4c45b
CY
32362010-10-16 Chong Yidong <cyd@stupidchicken.com>
3237
3238 * cus-theme.el (custom-theme--migrate-settings): New var.
3239 (customize-create-theme): Allow editing the `user' theme.
3240 (custom-theme-add-variable, custom-theme-add-var-1)
3241 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
3242 to the front of each variable or face widget.
3243 (custom-theme-write): Save theme settings in the correct order.
3244 Optionally, remove saved settings from user customizations.
43f964fc
SM
3245 (custom-theme-write-variables, custom-theme-write-faces):
3246 Save only the checked widgets.
29a4c45b
CY
3247 (customize-themes): Add a link for migrating custom settings.
3248
43f964fc
SM
3249 * custom.el (custom-declare-theme, provide-theme):
3250 Use custom-theme-name-valid-p.
29a4c45b
CY
3251 (custom-theme-name-valid-p): Remove checks that are now
3252 unnecessary since themes no longer obey load-path.
3253
3254 * cus-edit.el (custom-variable-value-create): For the simple
3255 style, hide documentation string when hidden.
3256
782b5e8d
CY
32572010-10-16 Chong Yidong <cyd@stupidchicken.com>
3258
647bc502
CY
3259 * cus-edit.el (custom-variable, custom-face): Combine the
3260 :inhibit-magic and :display-style properties into a single
3261 :custom-style property.
43f964fc
SM
3262 (custom-toggle-hide-variable, custom-toggle-hide-face):
3263 New functions. If hiding an edited value, save it to :shown-value.
3264 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
3265 (custom-magic-reset): Allow magic property to be unset.
3266
782b5e8d
CY
3267 * custom.el: Custom themes no longer use load-path.
3268 (custom-theme-load-path): New option. Change built-in theme
3269 directory to etc/.
3270 (custom-enabled-themes): Add custom-theme-load-path dependency.
3271 (custom-theme--load-path): New function.
3272 (load-theme, custom-available-themes): Use it.
3273
3274 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
3275 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
3276 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
3277 :custom-style property.
782b5e8d
CY
3278
3279 * themes/*.el: Moved to etc/.
3280
99f65cfa
RA
32812010-10-16 Ralf Angeli <angeli@caeruleus.net>
3282
3283 * textmodes/reftex-cite.el
3284 (reftex-extract-bib-entries-from-thebibliography): Do not move
3285 point when searching for \bibitem entries. Match entries with
3286 spaces or tabs in front of arguments.
3287
da16abfc
CY
32882010-10-16 Chong Yidong <cyd@stupidchicken.com>
3289
3290 * cus-theme.el (customize-create-theme): Delete overlays after
3291 erasing. If given a THEME arg, display only the faces of that arg
3292 instead of custom-theme--listed-faces.
3293 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 3294 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
3295 (custom-theme-add-variable, custom-theme-add-face): Apply value
3296 from the theme settings, instead of the current value.
3297 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
3298 (custom-theme-visit-theme): Allow calling outside theme buffers.
3299 (custom-theme-merge-theme): Don't enable the theme when merging.
3300 (custom-theme-write-variables, custom-theme-write-faces): Use the
3301 :shown-value properties to save buffer values, not global ones.
3302 (customize-themes): Display a warning about user customizations.
3303
3304 * cus-edit.el (custom-variable-value-create)
3305 (custom-face-value-create): Obey new special properties
3306 :shown-value and :inhibit-magic.
3307
aa095b2d
MA
33082010-10-15 Michael Albinus <michael.albinus@gmx.de>
3309
3310 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
3311 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
3312 <dale@codefu.org>.
aa095b2d 3313
7ca9cfda
KH
33142010-10-14 Kenichi Handa <handa@m17n.org>
3315
9650fc61
KH
3316 * mail/rmail.el (rmail-show-message-1): Catch an error of
3317 base64-decode-region and just show an error message (bug#7165).
3318
43f964fc 3319 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
3320 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
3321 a font-spec (bug#7197).
3322
220d91b8 33232010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
3324
3325 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
3326
220d91b8 33272010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 3328
c0943d3d
JB
3329 * international/mule.el (define-coding-system):
3330 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
3331 * composite.el (compose-region): Fix typo in docstring.
3332
4983ddea
CY
33332010-10-14 Chong Yidong <cyd@stupidchicken.com>
3334
de43f11b
CY
3335 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
3336 only after checking the theme-face property.
3337
4983ddea
CY
3338 * faces.el (face-spec-reset-face): Reset all attributes in one
3339 single call to set-face-attribute.
3340 (face-spec-match-p): Make it a defsubst.
3341 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
3342 (x-create-frame-with-faces, tty-create-frame-with-faces)
3343 (tty-set-up-initial-frame-faces): Don't recompute face specs in
3344 frame-set-background-mode, since they are recomputed immediately
3345 afterwards in face-set-after-frame-default.
3346 (face-set-after-frame-default): Minor optimization.
3347 (cursor): Provide non-trivial defface spec.
3348
3349 * custom.el (custom-theme-recalc-face): Simplify.
3350
a974dcf2
JB
33512010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
3352
43f964fc 3353 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
3354 (math-is-polynomial, math-is-poly-rec): Replace `var'
3355 with `math-var'.
3356
43f964fc 3357 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
3358 (calcFunc-table, math-scan-for-limits): Replace `var'
3359 with `math-var'.
3360
10e4702a
GM
33612010-10-13 Glenn Morris <rgm@gnu.org>
3362
3363 * subr.el (last): Deal with dotted lists (reported in bug#7174).
3364
88f427d5
SB
33652010-10-13 Stephen Berman <stephen.berman@gmx.net>
3366
3367 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
3368
a1d16a7b
G
33692010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3370
3371 * net/tls.el (tls-program): Remove spurious %s from openssl.
3372 (tls-starttls-switches): Remove starttls hack.
3373 (open-tls-stream): Ditto.
3374 (tls-find-starttls-argument): Ditto.
3375
2e288d54
JB
33762010-10-13 Juanma Barranquero <lekktu@gmail.com>
3377
3378 * image.el (image-library-alist): Declare as obsolete alias.
3379 (image-type-available-p): Use `dynamic-library-alist'.
3380
3381 * term/w32-win.el (dynamic-library-alist):
3382 Use instead of `image-library-alist'.
3383
35744400
IS
33842010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
3385
3386 * subr.el (last): Make it faster. (Bug#7174)
3387
290fe464
RO
33882010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
3389
3390 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
3391
2919746c
CY
33922010-10-12 Chong Yidong <cyd@stupidchicken.com>
3393
3394 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
3395 (describe-theme-1): Extract doc from unloaded themes.
3396
3397 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
3398
3399 * themes/tango-theme.el:
3400 * themes/tango-dark-theme.el:
3401 * themes/wheatgrass-theme.el: New files.
3402
6b09b5d1
CY
34032010-10-12 Chong Yidong <cyd@stupidchicken.com>
3404
3405 * cus-theme.el (describe-theme, customize-themes)
3406 (custom-theme-save): New commands.
3407 (custom-new-theme-mode-map): Bind C-x C-s.
3408 (custom-new-theme-mode): Use custom--initialize-widget-variables.
3409 (customize-create-theme): New optional arg THEME.
3410 (custom-theme-revert): Use it.
3411 (custom-theme-visit-theme): Remove dead code.
3412 (custom-theme-merge-theme): Use custom-available-themes.
3413 (custom-theme-write): Make interactive.
3414 (custom-theme-write): Use custom-theme-name-valid-p.
3415 (describe-theme-1, custom-theme-choose-revert)
3416 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
3417 New funs.
3418 (custom-theme-allow-multiple-selections): New option.
3419 (custom-theme-choose-mode): New major mode.
3420
43f964fc
SM
3421 * custom.el (custom-theme-set-variables): Remove dead code.
3422 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
3423 (custom--inhibit-theme-enable): New var.
3424 (provide-theme): Obey it.
3425 (load-theme): Replace load with manual read/eval, in order to
3426 check for correctness. Use custom-theme-name-valid-p.
3427 (custom-theme-name-valid-p): New function.
3428 (custom-available-themes): Use it.
3429
3430 * cus-edit.el (custom--initialize-widget-variables): New function.
3431 (Custom-mode): Use it.
3432
43f964fc
SM
3433 * cus-face.el (custom-theme-set-faces): Remove dead code.
3434 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
3435
3436 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
3437
16366259
JB
34382010-10-12 Juanma Barranquero <lekktu@gmail.com>
3439
cb7d821e 3440 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 3441
4c14013d 34422010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 3443
4c14013d
JB
3444 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
3445 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
3446 (mac-right-option-modifier): New alias for ns-right-option-modifier.
3447
3448 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 3449
4c14013d 34502010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
3451
3452 * emacs-lisp/lisp.el (lisp-completion-at-point):
3453 Use emacs-lisp-mode-syntax-table for the whole function.
3454
4c14013d 34552010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
3456
3457 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
3458 instead of font-lock-mode before adding keywords.
3459 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
3460 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
3461 non-nil; removed hook inhibit hack.
3462
4c14013d 34632010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 3464
d15f9a2b
GM
3465 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
3466 (load-path-shadows-find): ... to this.
3467 (list-load-path-shadows): Update for above change.
3468
c7d6d8a1
GM
3469 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
3470
f0b7f5a8
KY
34712010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3472
3473 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
3474 Fix comment for declare-function.
3475
05d22d02
CY
34762010-10-11 Chong Yidong <cyd@stupidchicken.com>
3477
3478 * custom.el (custom-fix-face-spec): New function; code moved from
3479 custom-face-edit-fix-value.
3480 (custom-push-theme): Use it when checking if a face has been
3481 changed outside customize.
3482 (custom-available-themes): New function.
3483 (load-theme): Use it.
3484
43f964fc 3485 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
3486
3487 * custom.el (custom-push-theme): Cleanup (use cond).
3488 (disable-theme): Recompute the saved-face property.
3489 (custom-theme-recalc-face): Follow face alias before setting prop.
3490
43f964fc
SM
3491 * image.el (image-checkbox-checked, image-checkbox-unchecked):
3492 New variables, containing checkbox images.
05d22d02
CY
3493
3494 * startup.el (fancy-startup-tail):
3495 * wid-edit.el (checkbox): Use them.
3496
293e7c22
DN
34972010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
3498
a0310a6c
DN
3499 * shell.el (shell-mode-map):
3500 * progmodes/modula2.el (m2-mode-map):
3501 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
3502 * play/mpuz.el (mpuz-mode-map):
3503 * play/landmark.el (lm-mode-map):
3504 * play/decipher.el (decipher-mode-map):
3505 * play/5x5.el (5x5-mode-map):
3506 * net/telnet.el (telnet-mode-map):
3507 * net/quickurl.el (quickurl-list-mode-map):
3508 * net/mairix.el (mairix-searches-mode-map):
3509 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
3510 * net/dig.el (dig-mode-map):
3511 * mail/mspools.el (mspools-mode-map):
3512 * hexl.el (hexl-mode-map):
3513 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
3514 (wordstar-C-o-map, wordstar-C-q-map):
3515 * emacs-lisp/edebug.el (edebug-eval-mode-map):
3516 * emacs-lisp/chart.el (chart-map):
3517 * edmacro.el (edmacro-mode-map):
3518 * erc/erc-list.el (erc-list-menu-mode-map):
3519 * array.el (array-mode-map): Declare and define in one step.
3520
293e7c22
DN
3521 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
3522
446b12da
DU
35232010-10-10 Daiki Ueno <ueno@unixuser.org>
3524
3525 * epa.el (epa-passphrase-callback-function): Display filename
3526 passed as the 3rd arg.
43f964fc
SM
3527 * epa-file.el (epa-file-passphrase-callback-function):
3528 Pass filename to epa-passphrase-callback-function.
446b12da 3529
76c16af8
CY
35302010-10-09 Chong Yidong <cyd@stupidchicken.com>
3531
3532 * cus-edit.el (custom-face-widget-to-spec)
3533 (custom-face-get-current-spec, custom-face-state): New functions.
3534 (custom-face-set, custom-face-mark-to-save)
3535 (custom-face-value-create, custom-face-state-set): Use them.
3536
3537 * cus-theme.el (custom-theme--listed-faces): New var.
3538 (customize-create-theme): Use *Custom Theme* as the buffer name.
3539 Set revert-buffer-function. Optional arg BUFFER. Insert all
3540 faces listed in custom-theme--listed-faces.
3541 (custom-theme-revert): New function.
3542 (custom-theme-add-variable, custom-theme-add-face): Insert at the
3543 bottom of the list.
3544 (custom-theme-write): Prompt for theme name if empty.
3545 (custom-theme-write-variables): Use dolist.
3546 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
3547
e15f8aaa
AM
35482010-10-09 Alan Mackenzie <acm@muc.de>
3549
3550 Enhance fontification of declarators to take account of the
3551 presence/absence of "typedef".
3552
3553 * cc-engine.el (c-forward-type): New &optional param
3554 "brace-block-too".
3555 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 3556 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
3557
3558 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
3559 fontification of declarators which follow a "}".
3560 (c-font-lock-declarations): Fontify declarators according to the
3561 presence/absence of "typedef".
3562
3563 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
3564 for "typedef".
3565 (c-typedef-decl-key): New lang variable built from
3566 c-typedef-decl-kwds.
3567
cf321e50
LMI
35682010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3569
77aec221
LMI
3570 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
3571 since that's too annoying. Move the filter groups commands to
3572 TAB/backtab.
3573
7450df5d
LMI
3574 * epa.el (epa-passphrase-callback-function): Say what we're
3575 querying the password for.
3576
cf321e50 3577 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 3578 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 3579
587faadd
CY
35802010-10-08 Chong Yidong <cyd@stupidchicken.com>
3581
3582 * cus-edit.el (custom-commands, custom-buffer-create-internal)
3583 (custom-magic-value-create): Pad button tags with spaces.
3584 (custom-face-edit): New variable.
3585 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
3586 face editor here, instead of using custom-face-selected.
3587 Pass face defaults to custom-face-edit widget.
587faadd
CY
3588 (custom-face-selected, custom-display-unselected): Delete widgets.
3589 (custom-display-unselected-match): Function removed.
43f964fc
SM
3590 (custom-face-set, custom-face-mark-to-save):
3591 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
3592
3593 * wid-edit.el (widget--completing-widget): New var.
3594 (widget-default-complete): Bind it when doing completion.
3595 (widget-string-complete, widget-file-complete): Use it.
3596
a1ab97d0
GM
35972010-10-09 Glenn Morris <rgm@gnu.org>
3598
85d50db7
GM
3599 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
3600 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
3601 (holiday-hebrew-misc): Small simplifications.
3602
3fb78d1f
GM
3603 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
3604
a1ab97d0
GM
3605 * net/browse-url.el: Don't require thingatpt, term, dired,
3606 executable, or w3-auto when compiling.
3607 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
3608 Declare.
3609 (browse-url-text-emacs): Require term.
3610
2187e5bb
AS
36112010-10-08 Andreas Schwab <schwab@linux-m68k.org>
3612
3613 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
3614
e5d49589
GM
36152010-10-08 Glenn Morris <rgm@gnu.org>
3616
5823f53f
GM
3617 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
3618
e5d49589
GM
3619 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
3620 (shadows-compare-text-p): Make it an obsolete alias for...
3621 (load-path-shadows-compare-text): ... new name.
3622 (find-emacs-lisp-shadows): Update for above name change.
3623 (load-path-shadows-same-file-or-nonexistent): New name for the old
3624 shadow-same-file-or-nonexistent.
3625
4628bef1 36262010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
3627
3628 * minibuffer.el (completion--some, completion--do-completion)
3629 (minibuffer-complete-and-exit, minibuffer-completion-help)
3630 (completion-basic-try-completion)
3631 (completion-basic-all-completions)
3632 (completion-pcm--find-all-completions): Use lexical-let to
3633 avoid some false matches in variable completion (Bug#7056)
3634
4628bef1 36352010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
3636
3637 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
3638
4628bef1 36392010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
3640
3641 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
3642 return non-nil if the file exists (Bug#7090).
3643
4628bef1 36442010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
3645
3646 * minibuffer.el (completion--replace):
3647 Better preserve markers (bug#7138).
3648
4628bef1 36492010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
3650
3651 * server.el (server-process-filter): Doc fix.
3652
4628bef1 36532010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
3654
3655 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
3656
e4adf61e
GM
36572010-10-08 Glenn Morris <rgm@gnu.org>
3658
24ac444f
GM
3659 * vc/ediff-wind.el (ediff-setup-control-frame):
3660 * vc/ediff-ptch.el (ediff-default-backup-extension):
3661 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
3662 (ediff-exec-process): Remove system-types emx, windows-95.
3663
e4adf61e
GM
3664 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
3665
61328d7c
CY
36662010-10-07 Chong Yidong <cyd@stupidchicken.com>
3667
3668 * cus-edit.el (custom-variable, custom-face): Doc fix.
3669 (custom-face-edit): Add value-create attribute.
3670 (custom-face-edit-value-create)
43f964fc
SM
3671 (custom-face-edit-value-visibility-action): New functions.
3672 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
3673 (custom-face-edit-deactivate): Show empty values with shadow face.
3674 (custom-face-selected): Only use this for face specs with default
3675 attributes.
3676 (custom-face-value-create): Cleanup.
3677
3678 * wid-edit.el (widget-checklist-value-create): Use dolist.
3679 (widget-checklist-match-find): Make second arg optional.
3680
ac44263a
GM
36812010-10-07 Glenn Morris <rgm@gnu.org>
3682
849b02b4
GM
3683 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
3684 Prefix things.
3685
ac44263a
GM
3686 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
3687 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
3688 load-path-shadows-mode, update references.
06d9ef85
GM
3689 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
3690 Rename variable and button.
3691 (list-load-path-shadows): Update button caller.
ac44263a 3692
29c72a6e
SM
36932010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3694
3695 * emacs-lisp/smie.el (smie-bnf-classify): New function.
3696 (smie-bnf-precedence-table): Use it to remember the closers/openers.
3697 (smie-merge-prec2s): Handle those new entries.
3698 (smie-prec2-levels): Only set precedence to nil for actual
3699 openers/closers.
3700 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
3701 that is now unnecessary.
3702
775f75bc 37032010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
3704
3705 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
3706
7e1e2a6e
GM
37072010-10-07 Glenn Morris <rgm@gnu.org>
3708
58d1ac6d
GM
3709 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
3710 (mail-position-on-field): Remove declarations.
3711 (mail-position-on-field): Autoload it.
3712 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
3713 and mail-header-end. Don't require sendmail.
3714
7b9235ad
GM
3715 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
3716 (shadow-mode): New mode.
3717 (shadow-find-file): New button.
3718 (list-load-path-shadows): Use shadow-mode and buttons.
3719
52da2182
GM
3720 * iimage.el (iimage-version): Remove.
3721 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
3722 Turn into defcustoms.
3723 (iimage-mode-map): Give it a doc string.
3724
7e1e2a6e
GM
3725 * calendar/appt.el (appt-activate): Give a warning rather than an error
3726 if there is no diary-file.
3727
e44eccd7
MA
37282010-10-06 Michael Albinus <michael.albinus@gmx.de>
3729
29c72a6e
SM
3730 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3731 Use `tramp-handle-find-backup-file-name'.
e44eccd7 3732
4583e796
GM
37332010-10-06 Glenn Morris <rgm@gnu.org>
3734
6aecca99
GM
3735 * font-core.el (font-lock-defaults-alist): Remove variable.
3736 (font-lock-mode): Doc fix.
3737 (font-lock-default-function): Do not consult font-lock-defaults-alist.
3738 * font-lock.el (font-lock-refresh-defaults): Doc fix.
3739 (font-lock-set-defaults): Doc fix.
3740 Do not consult font-lock-defaults-alist.
3741
645a6257
GM
3742 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
3743
4583e796
GM
3744 * emacs-lisp/cl.el: No longer provide cl-19.
3745
bd8fadca
MA
37462010-10-05 Michael Albinus <michael.albinus@gmx.de>
3747
3748 * net/tramp.el (tramp-handle-directory-files-and-attributes)
3749 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
3750 New defuns, taken from tramp-smb.el.
3751 (tramp-coding-system-change-eol-conversion)
43f964fc 3752 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 3753
43f964fc 3754 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
3755 (tramp-compat-coding-system-change-eol-conversion)
3756 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
3757 from tramp.el.
3758
3759 * net/tramp-gvfs.el:
3760 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
3761 by `tramp-compat-set-process-query-on-exit-flag'.
3762
43f964fc
SM
3763 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
3764 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
3765 `tramp-handle-file-exists-p' and
3766 `tramp-handle-file-newer-than-file-p'.
3767 (tramp-imap-handle-file-exists-p)
3768 (tramp-imap-handle-file-executable-p)
3769 (tramp-imap-handle-file-readable-p)
3770 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 3771 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
3772
3773 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
3774 by `tramp-compat-set-process-query-on-exit-flag' and
3775 `tramp-coding-system-change-eol-conversion' by
3776 `tramp-compat-coding-system-change-eol-conversion'.
3777
43f964fc
SM
3778 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3779 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
3780 `tramp-handle-file-exists-p' and
3781 `tramp-handle-file-newer-than-file-p'.
3782 (tramp-smb-handle-directory-files-and-attributes)
3783 (tramp-smb-handle-file-exists-p)
43f964fc
SM
3784 (tramp-smb-handle-file-newer-than-file-p): Remove.
3785 (tramp-smb-maybe-open-connection):
3786 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
3787 `tramp-compat-set-process-query-on-exit-flag'.
3788
726c5357
GM
37892010-10-05 Glenn Morris <rgm@gnu.org>
3790
3791 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
3792
4a93e698
MA
37932010-10-04 Michael Albinus <michael.albinus@gmx.de>
3794
3795 Continue reorganization of load dependencies. (Bug#7156)
3796
3797 * net/tramp.el (tramp-handle-file-local-copy-hook)
3798 (tramp-delete-temp-file-function): Move down.
3799 (tramp-exists-file-name-handler): Move up.
3800 (tramp-register-file-name-handlers): Simplify autoload.
3801 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
3802 (tramp-handle-directory-files, tramp-handle-dired-uncache)
3803 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
3804 (tramp-handle-file-name-completion)
3805 (tramp-handle-file-name-directory)
3806 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
3807 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
3808 (tramp-handle-find-backup-file-name)
3809 (tramp-handle-insert-file-contents, tramp-handle-load)
3810 (tramp-handle-substitute-in-file-name)
3811 (tramp-handle-unhandled-file-name-directory)
3812 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 3813 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
3814
3815 * net/tramp-gvfs.el (top):
3816 * net/tramp-smb.el (top): Do not require 'tramp-sh.
3817
3818 * net/tramp-sh.el (all): Move several objects to tramp.el, see
3819 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
3820
b4593555
GM
38212010-10-04 Glenn Morris <rgm@gnu.org>
3822
3823 * calendar/appt.el (appt-add): Ensure reminders are enabled.
3824 (appt-activate): Give status messages.
3825
8762aa10
TZ
38262010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
3827
3828 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
3829 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
3830 `gnutls-negotiate' (formerly `starttls-negotiate').
3831 Remove trivial wrapper `starttls-open-stream'.
8762aa10 3832
82fb8701
DN
38332010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
3834
3835 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
3836 log-outgoing commands.
3837 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
3838 to create a buffer local revert-buffer-function variable.
3839 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
3840 revert-buffer-function lambda.
3841
c1ae068b
LMI
38422010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
3843
3844 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
3845 `gnutls-boot'. Make TYPE the only required parameter.
3846 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
3847 (open-ssl-stream): Use it.
3848
67141a37
GM
38492010-10-03 Glenn Morris <rgm@gnu.org>
3850
77f38949
GM
3851 * subr.el (directory-sep-char): Remove obsolete variable.
3852 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
3853 it is "necessary".
3854
67141a37
GM
3855 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
3856 * vc/vc.el (vc-static-header-alist): Doc fix.
3857 * vc/vc-cvs.el (vc-cvs-header):
3858 * vc/vc-rcs.el (vc-rcs-header):
3859 * vc/vc-sccs.el (vc-sccs-header):
3860 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
3861 * obsolete/vc-mcvs.el (vc-mcvs-header):
3862 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
3863 on XEmacs.
3864
96bcef2e
CY
38652010-10-03 Chong Yidong <cyd@stupidchicken.com>
3866
43f964fc
SM
3867 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
3868 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 3869
ef47f179
GM
38702010-10-03 Glenn Morris <rgm@gnu.org>
3871
0437978e
GM
3872 * obsolete/x-menu.el: Remove file, obsolete since 21.1
3873
aee3c6f7
GM
3874 * textmodes/rst.el (rst-font-lock-keywords-function):
3875 Drop Emacs 20 code.
3876
f88cd114
GM
3877 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
3878
6abfe35f
GM
3879 * printing.el: Drop Emacs 20 code.
3880
59e31cfa
GM
3881 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
3882 without having used appt.el already).
3883
922ad43e
GM
3884 * subr.el (make-local-hook): Remove function obsolete since 21.1.
3885 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
3886 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
3887 XEmacs.
3888 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
3889 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
3890
ef47f179
GM
3891 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
3892 (charset-width, find-charset-region, chars-in-region, forward-point)
3893 (encode-coding-string, coding-system-p, ccl-execute-on-string)
3894 (define-ccl-program, multibyte-string-p, string-make-multibyte):
3895 Remove compatibility cruft (none of these are used by ps*.el).
3896
ac6ca7ba
KR
38972010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
3898
3899 * subr.el (booleanp): Return t instead of a list (Bug#7086).
3900
2a847524
CY
39012010-10-03 Chong Yidong <cyd@stupidchicken.com>
3902
43f964fc
SM
3903 * server.el (server-process-filter, server-return-error):
3904 Give emacsclient time to shut down after receiving an error string.
2a847524 3905
4bc3c53d
MA
39062010-10-02 Michael Albinus <michael.albinus@gmx.de>
3907
3908 * files.el (remote-file-name-inhibit-cache): New defcustom.
3909
43f964fc
SM
3910 * time.el (display-time-file-nonempty-p):
3911 Use `remote-file-name-inhibit-cache'.
4bc3c53d 3912
43f964fc
SM
3913 * net/tramp.el (tramp-completion-reread-directory-timeout):
3914 Fix docstring.
4bc3c53d
MA
3915
3916 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
3917 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
3918 `remote-file-name-inhibit-cache'. Check also for an integer
3919 value. Add/increase counter when `tramp-verbose' >= 10.
3920 (tramp-set-file-property): Add/increase counter when
3921 `tramp-verbose' >= 10.
3922
3923 * net/tramp-cmds.el (tramp-cleanup-all-connections)
3924 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
3925 (tramp-bug): Set tramp-autoload cookie. Report all interned
3926 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
3927 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
3928 characters only in strings.
3929
3930 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
3931 to backward compatibility.
3932
3933 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
3934 (tramp-handle-file-name-all-completions)
43f964fc
SM
3935 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
3936 (tramp-open-connection-setup-interactive-shell):
3937 Call `tramp-cleanup-connection' directly.
4bc3c53d 3938
9c524fcb
GM
39392010-10-02 Glenn Morris <rgm@gnu.org>
3940
3226d6ca
GM
3941 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
3942
3943 * subr.el (char-bytes): Remove obsolete function.
3944
3945 * isearch.el (isearch-return-char): Remove obsolete function.
3946
3947 * mouse.el: No longer provide mldrag.
3948 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
3949 Remove obsolete aliases.
3950
3951 * comint.el (comint-kill-output): Remove obsolete alias.
3952
3953 * composite.el (decompose-composite-char): Remove obsolete function.
3954 * ps-def.el (decompose-composite-char): Remove unused function.
3955
3956 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
3957
3958 * outline.el (outline-visible): Remove obsolete function.
3959
3960 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
3961 * faces.el (internal-find-face, internal-get-face)
3962 (frame-update-faces, frame-update-face-colors)
3963 (x-frob-font-weight, x-frob-font-slant)
3964 (internal-frob-font-weight, internal-frob-font-slant)
3965 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
3966 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
3967 (x-make-font-bold-italic): Remove functions and aliases, obsolete
3968 since Emacs 21.1.
3969 * emulation/viper-util.el (viper-get-face):
3970 * obsolete/lucid.el (find-face, get-face): Use facep.
3971 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
3972 Remove unused functions.
3973 * vc/ediff-util.el (ediff-submit-report): Doc fix.
3974
9c524fcb
GM
3975 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
3976 delete tempfile if interrupted during compilation.
3977
aecb42aa
LMI
39782010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3979
3980 * net/tls.el (tls-starttls-switches): Give up on using starttls with
3981 gnutls-cli.
3982 (tls-program): Add --insecure to be consistent with the defaults from
3983 openssl s_client. Now all three commands are insecure.
3984
73077a9a
EZ
39852010-10-01 Eli Zaretskii <eliz@gnu.org>
3986
3987 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
3988 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
3989 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
3990
1ef075bb
GM
39912010-10-01 Glenn Morris <rgm@gnu.org>
3992
1fcaf927
GM
3993 * obsolete/sc.el: Remove file.
3994
1ef075bb
GM
3995 * files.el (temporary-file-directory): On darwin, also try
3996 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
3997
a16f5f64
JB
39982010-10-01 Juanma Barranquero <lekktu@gmail.com>
3999
4000 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
4001 Let's not break compatibility gratuitously, shall we?
4002
6b958814
G
40032010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4004
47e08896 4005 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
4006 (tls-find-starttls-argument): Use it.
4007 (open-tls-stream): Ditto.
4008
47e08896 4009 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
4010 entry.
4011 (netrc-machine): Ditto.
4012
cad90f3b
EZ
40132010-09-30 Eli Zaretskii <eliz@gnu.org>
4014
4015 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
4016
968ef9b4
JB
40172010-09-30 Juanma Barranquero <lekktu@gmail.com>
4018
4019 * server.el (server-start): Don't write pid to the authentication file.
4020 (server-create-tty-frame): Don't send pid.
4021 (server-process-filter): Send pid at the start of every connection.
4022
3536dea8
GM
40232010-09-30 Glenn Morris <rgm@gnu.org>
4024
8e378d88
GM
4025 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
4026 (show-all-diary-entries): Remove obsolete function aliases.
4027
3536dea8
GM
4028 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
4029 Remove options, obsolete since 22.1.
6a7662bb
BR
4030 (appt-display-format, appt-display-message):
4031 Remove backwards-compatibility code.
3536dea8
GM
4032 (appt-check): No longer check appt-issue-message.
4033 (appt-make-list): No longer autoload it. Doc fix. No longer
4034 activate the package.
4035
df7fcaff
LMI
40362010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4037
4038 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
4039 (starttls-negotiate): Just call boot, and let the handshake be
4040 triggered from the read loop.
df7fcaff 4041
c2828614
GM
40422010-09-29 Glenn Morris <rgm@gnu.org>
4043
17a46341
GM
4044 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
4045 not displaying the diary.
4046 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
4047 * calendar/appt.el (appt-check): No longer need to kill diary.
4048
7161e329
GM
4049 * calendar/diary-lib.el (diary-list-entries): Move the
4050 "Preparing..." message entirely here.
4051 (diary-simple-display, diary-fancy-display): Move "Preparing..."
4052 messages to diary-list-entries.
4053 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
4054 diary-display-function.
4055
d0de6cba
GM
4056 * calendar/diary-lib.el (diary-include-other-diary-files):
4057 Trap some recursive includes.
4058
c2828614
GM
4059 * calendar/appt.el (appt-activate): Check diary file.
4060
0c43b6f8
KY
40612010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
4062
4063 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4064 construction.
4065
4066 * calendar/time-date.el: No need to require cl for Emacs 21.
4067
97ce2730
GM
40682010-09-28 Glenn Morris <rgm@gnu.org>
4069
4070 * calendar/appt.el (appt-check): Minor simplification.
4071
e0a185ae
KY
40722010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4073
4074 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
4075 citation prefix.
4076
c19f76a1
AS
40772010-09-27 Andreas Schwab <schwab@linux-m68k.org>
4078
95b6d681
JB
4079 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4080 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 4081
fd057fd2
KH
40822010-09-27 Kenichi Handa <handa@m17n.org>
4083
4084 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
4085 "ustar" format.
4086
368b3544
KH
40872010-09-27 Kenichi Handa <handa@m17n.org>
4088
4089 * international/mule.el (define-coding-system): Docstring fixed.
4090
4091 * international/mule-diag.el (describe-character-set): Use princ
4092 with proper print-length and print-level instead of insert.
4093
95b6d681 40942010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
4095
4096 * window.el (walk-windows): Doc fix (bug#7105).
4097
99368725
SM
40982010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4099
4100 * emacs-lisp/float-sup.el (e): Remove.
4101
8ed70bf3
LMI
41022010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
4103
4104 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
4105 variable.
4106 (starttls-negotiate): Use it.
4107
d2e9d0bb
LMI
41082010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4109
4110 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
4111 back.
4112
15413fb4
SM
41132010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
4114
4115 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
4116
1821a7b4
LMI
41172010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4118
6303aba1
LMI
4119 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
4120
1821a7b4
LMI
4121 * net/netrc.el (netrc-store-data): New function.
4122
8af55556
TZ
41232010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
4124
4125 * net/gnutls.el: GnuTLS glue code to set up a connection.
4126
42343747
JD
41272010-09-25 Julien Danjou <julien@danjou.info>
4128
4129 * notifications.el: Call dbus-register-signal only if it is bound.
4130
ec60da52
GM
41312010-09-25 Glenn Morris <rgm@gnu.org>
4132
4133 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
4134 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
4135 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
4136 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
4137 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
4138 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
4139 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
4140 * eshell/esh-util.el, eshell/esh-var.el:
4141 Remove leading `*' from docs of faces and defcustoms.
4142
4c964351
UM
41432010-09-25 Ulrich Mueller <ulm@gentoo.org>
4144
4145 * eshell/em-ls.el (eshell-ls-archive-regexp):
4146 * eshell/esh-util.el (eshell-tar-regexp):
4147 * ibuffer.el (ibuffer-compressed-file-name-regexp):
4148 * info.el (Info-suffix-list):
4149 * international/mule.el (auto-coding-alist):
4150 * woman.el (woman-file-regexp, woman-file-compression-regexp):
4151 * progmodes/etags.el (tags-compression-info-list):
4152 Support xz compression.
4153
41f54b73
CY
41542010-09-25 Chong Yidong <cyd@stupidchicken.com>
4155
4156 * files.el (get-free-disk-space): Don't assume the "df" output
4157 columns line up (Bug#6995).
4158
40b1a3a9
JB
41592010-09-25 Juanma Barranquero <lekktu@gmail.com>
4160
4161 * finder.el (finder-unknown-keywords):
4162 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
4163 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
4164
ba3033ee
JB
41652010-09-25 Juanma Barranquero <lekktu@gmail.com>
4166
4167 * server.el (server-start): Revert part of 2010-08-08 change. Using
4168 address 127.0.0.1 for local host is now done in Fmake_network_process.
4169
5e339ee2
GM
41702010-09-24 Glenn Morris <rgm@gnu.org>
4171
4172 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
4173 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
4174 * textmodes/css-mode.el, textmodes/dns-mode.el:
4175 Move autoloaded auto-mode-alist entries to files.el.
4176 * files.el (auto-mode-alist): Move entries here.
4177
af3ccb5c
GM
41782010-09-23 Glenn Morris <rgm@gnu.org>
4179
4180 * isearch.el (isearch-lazy-highlight-cleanup)
4181 (isearch-lazy-highlight-initial-delay)
4182 (isearch-lazy-highlight-interval)
4183 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
4184 * net/net-utils.el (ipconfig-program-options):
4185 Move aliases to options before the associated definitions.
4186
266a86bd 41872010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
4188
4189 * newcomment.el (comment-normalize-vars): Better test validity of
4190 comment-end-skip.
4191
27ffea71 41922010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
4193
4194 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
4195 (float-e): New name for `e'.
4196 (degrees-to-radians, radians-to-degrees):
4197 * calendar/solar.el (solar-longitude):
4198 * calculator.el (calculator-registers, calculator-funcall):
4199 * textmodes/artist.el (artist-spray-random-points):
4200 * play/bubbles.el (bubbles--initialize-images): Use new names.
4201
27ffea71 42022010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
4203
4204 Update to CEDET 1.0's version of EIEIO.
4205
9e0d4f9e
SM
4206 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
4207 New function.
a2930e43
EL
4208 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
4209 (eieio-default-eval-maybe): Eval val instead of unquoting only.
4210 (class-precedence-list): If class is nil, return nil.
4211 (eieio-generic-call): If class of first input arg is nil, don't
4212 look up static methods, and do check for primary methods.
4213 (initialize-instance): See if the default needs to be evaluated
4214 during the constructor.
4215 (eieio-perform-slot-validation-for-default): Don't do the check
4216 for values that will eventually be evaluated.
4217 (eieio-eval-default-p): New function.
4218 (eieio-default-eval-maybe): Use it.
4219
27ffea71 42202010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
4221
4222 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
4223 method-invocation-order.
4224 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
4225 (eieio-class-precedence-dfs): Compute class precedence list using
4226 dfs algorithm.
4227 (eieio-class-precedence-bfs): Compute class precedence list using
4228 bfs algorithm.
9e0d4f9e 4229 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
4230 c3 algorithm.
4231 (class-precedence-list): New function.
4232 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
4233 (inconsistent-class-hierarchy): New error symbol.
4234 (call-next-method): Stow the replacement argument list for future
4235 call-next-method invocations.
4236
266a86bd 42372010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 4238
ea7f9ebf
GM
4239 * calendar/appt.el (appt-check): If not displaying the diary,
4240 use (diary 1) to only get the entries we need.
4241 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
4242 that it is in day order. (Bug#7019)
4243
1bf6d075
GM
4244 * calendar/appt.el (appt-check): Rather than showing the diary,
4245 just turn off invisible display, and only if needed.
4246
87e798a7
GM
4247 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
4248
1fc7dabf
GM
42492010-09-23 Glenn Morris <rgm@gnu.org>
4250
7a16788b
GM
4251 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
4252 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 4253 Start warnings with lower-case, like the majority.
7a16788b 4254
19543b17
GM
4255 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
4256
54238e6d
GM
4257 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
4258
ce009d0b
GM
4259 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
4260 * files.el (auto-mode-alist): Move ld-script entries here, further down
4261 the list.
4262
7b344dfe
GM
4263 * vc/add-log.el: Don't require timezone when compiling.
4264 (timezone-make-date-sortable): Autoload it.
4265 (change-log-sortable-date-at): Don't require timezone.
4266 Use `ignore-errors'.
4267
d9703498
GM
4268 * comint.el (comint-use-prompt-regexp-instead-of-fields):
4269 Move alias before definition, so it does not need autoloading.
4270
1fc7dabf
GM
4271 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
4272 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
4273 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
4274 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
4275 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
4276 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
4277 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
4278 * textmodes/tex-mode.el, textmodes/two-column.el:
4279 Remove leading `*' from docs of defcustoms etc.
4280
7676efad
TZ
42812010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
4282
4283 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
4284
b069e5a6
G
42852010-09-22 Dan Christensen <jdc@uwo.ca>
4286
4287 * calendar/time-date.el (date-to-time): Try using parse-time-string
4288 first before using the slower timezone-make-date-arpa-standard.
4289
1bf68d53
KY
42902010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
4291
4292 * calendar/time-date.el (format-seconds): Comment fix.
4293
cd205c76
GM
42942010-09-22 Glenn Morris <rgm@gnu.org>
4295
4296 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
4297 is not automatically buffer-local.
4298
4ddea91b
SM
42992010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4300
4301 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
4302 (smie-indent-comment): Be more careful with comment-start-skip.
4303 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
4304 (smie-indent-functions): Use them.
4305
b0f037ed
MA
43062010-09-21 Michael Albinus <michael.albinus@gmx.de>
4307
4308 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
4309
8cf1771a
JD
43102010-09-21 Jan Djärv <jan.h.d@swipnet.se>
4311
36a1b6db
JD
4312 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
4313 tool-bar-position. Don't modify frame parameters here.
180fb94a 4314 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 4315
8cf1771a
JD
4316 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
4317
0097720d
SM
43182010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4319
5d8e0d5d
SM
4320 * textmodes/reftex-parse.el (reftex-what-macro)
4321 (reftex-context-substring): Let-bind forward-sexp-function to nil
4322 since we don't need/want to treat \begin...\end as a block (bug#7053).
4323
984edd22
SM
4324 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
4325
4326 * simple.el (blink-matching-open): Use syntax-class.
4327
3672149f
SM
4328 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
4329 Set invisibility spec for pascal's outline mode.
4330 (pascal-outline-change): Clean up calling convention.
4331 (pascal-show-all, pascal-hide-other-defuns): Update callers.
4332
549d0e1e
SM
4333 * progmodes/prolog.el (prolog-smie-forward-token)
4334 (prolog-smie-backward-token): New functions.
4335 (prolog-mode-variables): Use them to parse "!," correctly.
4336 Set up smie-blink-matching for ".".
4337
a9cb95dd
SM
4338 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
4339 and `end'.
4340 (ispell-region, ispell-process-line): Update users.
4341
de558d10
SM
4342 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
4343 point-min==1.
4344
94eb3112
SM
4345 * textmodes/ispell.el: Fix commenting convention.
4346 (ispell-parse-output): Simplify, use push.
4347 (ispell-region): Use match-string-no-properties.
4348 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
4349 (ispell-minor-mode): Use define-minor-mode.
4350 (ispell-message): Remove unused var `skip-regexp'.
4351 (ispell-add-per-file-word-list): Use dynamic let-binding.
4352 Try and use the proper comment marker.
4353
1f7f45a5
SM
4354 * mail/sendmail.el: Fix commenting convention.
4355 (sendmail-send-it): Use line-beginning-position.
4356
0097720d
SM
4357 * help-fns.el (describe-variable): Add original value, if applicable.
4358
596880ea
JB
43592010-09-20 Juanma Barranquero <lekktu@gmail.com>
4360
f0713411
JB
4361 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
4362
596880ea
JB
4363 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
4364
37c0347e
SM
43652010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4366
2bc01104
SM
4367 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
4368 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
4369 (smie-prec2-levels): Use them to better diagnose precedence cycles.
4370 (smie-blink-matching-check): Don't signal a mismatch if car is t.
4371 (smie-blink-matching-open): Rewrite to remove assumptions, so that
4372 something like "." can also be a closer.
4373 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
4374 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
4375 Rename internal functions to use "--". Update callers.
4376
e2c3f530
SM
4377 * frame.el (make-frame-names-alist): Don't list frames on other displays.
4378
37c0347e
SM
4379 * fringe.el (fringe-styles): New var.
4380 (fringe-mode, fringe-query-style): Use it.
4381
74790210
MM
43822010-09-18 Michael R. Mauger <mmaug@yahoo.com>
4383
4384 * progmodes/sql.el: Version 2.8
93acd23d 4385 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
4386 (sql-product-alist): Add :list-all and :list-table features for
4387 SQLite, Postgres and MySQL products.
4388 (sql-redirect): Handle default value.
4389 (sql-execute, sql-execute-feature): New functions.
4390 (sql-read-table-name): New function.
93acd23d 4391 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
4392 (sql-mode-map, sql-interactive-mode-map): Add key definitions
4393 for above functions.
4394 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
4395 for above functions.
4396 (sql-postgres-login-params): Add user and database defaults.
4397 (sql-buffer-live-p): Bug fix.
93acd23d 4398 (sql-product-history): New variable.
74790210
MM
4399 (sql-read-product): New function. Use it.
4400 (sql-set-product, sql-product-interactive): Use it.
4401 (sql-connection-history): New variable.
93acd23d 4402 (sql-read-connection): New function. Use it.
74790210
MM
4403 (sql-connect): New function.
4404 (sql-for-each-login): Redesign function interface.
4405 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
4406 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
4407 (sql-comint): Check for program. Existing live buffer.
74790210
MM
4408 (sql-comint-postgres): Add port parameter.
4409
cec01cd2
SM
44102010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4411
4412 * emacs-lisp/warnings.el: Fix commenting convention.
4413 (display-warning): Use special mode and make the buffer read-only.
4414
c2a845b5
JB
44152010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
4416
4417 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
4418 empty string when it follows a repeated or optional pattern.
4419
f5632fb6
SM
44202010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4421
4422 * indent.el (indent-according-to-mode): Apply syntax-propertize.
4423 (indent-region): Use indent-according-to-mode.
4424
71b961e8
EZ
44252010-09-18 Eli Zaretskii <eliz@gnu.org>
4426
4427 * fringe.el (fringe-mode): Doc fix.
4428
dbbd7ad4
KRC
44292010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
4430
4431 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
4432 refreshing the preview buffer.
4433
b879a6e2
SM
44342010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4435
4436 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
4437 (latex-syntax-propertize-rules): New consts; replace
4438 tex-font-lock-syntactic-keywords.
4439 (tex-env-mark, latex-env-before-change): New functions.
4440 (latex-electric-env-pair-mode): New minor mode.
4441 (tex-font-lock-verb): Change arguments; do move point.
4442 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
4443 representation as a form of comment.
4444 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
4445 (doctex-syntax-propertize-rules): New const; replaces
4446 doctex-font-lock-syntactic-keywords.
4447 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
4448
4449 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
4450 (fortran-make-syntax-propertize-function): New function; replaces
4451 fortran-font-lock-syntactic-keywords.
4452 (fortran-mode): Use it.
4453 (fortran-line-length): Use it. Improve interactive spec.
4454
4455 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
4456 (syntax-propertize-rules): Add var-ref case. Fix offset computation
4457 when adding surrounding \(..\).
4458
4459 * progmodes/js.el (js-mode): Fix last change (bug#7054).
4460
4be520fb
SM
44612010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4462
269c197e
SM
4463 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
4464 Use with-current-buffer.
4465
4be520fb
SM
4466 * isearch.el (isearch-face): Rename from `isearch'.
4467 (isearch-highlight): Use new name.
4468
a67597d6
EZ
44692010-09-17 Eli Zaretskii <eliz@gnu.org>
4470
4471 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
4472 5, for `half' width fringes. (Bug#6933)
4473
31c381e8
SM
44742010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4475
3fe6ef4e
SM
4476 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4477 (byte-compile-defvar): "foo/bar" does not lack a prefix.
4478
31c381e8
SM
4479 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
4480
fb0cf781
J
44812010-09-17 Stephen Berman <stephen.berman@gmx.net>
4482
4483 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
4484 in calculating new frame position. Add more space between new and
4485 parent on the left (Bug#7048).
4486
1a9dc3b5
MA
44872010-09-17 Michael Albinus <michael.albinus@gmx.de>
4488
4489 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
4490 defmacro.
4491
dff0fdc3
CY
44922010-09-16 Chong Yidong <cyd@stupidchicken.com>
4493
31c381e8 4494 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 4495
117c96c7
CY
4496 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
4497 obsolete alias for x-selection-value.
4498
dff0fdc3
CY
4499 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
4500
c6f2191f
MA
45012010-09-16 Michael Albinus <michael.albinus@gmx.de>
4502
4503 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
4504 cookie.
4505
6139f995
MA
45062010-09-15 Michael Albinus <michael.albinus@gmx.de>
4507
4508 * net/tramp-compat.el (tramp-compat-with-temp-message)
4509 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
4510 (tramp-compat-process-put): New defuns.
4511
4512 * net/tramp.el (top):
4513 * net/tramp-gvfs.el (top):
4514 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
4515
31c381e8
SM
4516 * net/tramp.el (tramp-progress-reporter-update):
4517 Use `tramp-compat-funcall'.
6139f995
MA
4518
4519 * net/tramp.el (tramp-process-actions):
4520 * net/tramp-gvfs.el (tramp-handle-vc-registered):
4521 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
31c381e8
SM
4522 (tramp-get-remote-stat, tramp-get-remote-readlink):
4523 Use `tramp-compat-with-temp-message'.
6139f995
MA
4524
4525 * net/tramp-sh.el (top): Require 'cl.
4526 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
4527 (tramp-open-connection-setup-interactive-shell):
4528 Use `tramp-compat-process-put'.
6139f995 4529
22c3ce97
AM
45302010-09-15 Alan Mackenzie <acm@muc.de>
4531
4532 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
4533 indentation.
a4ee83cc 4534 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 4535
4f1e9960
SM
45362010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4537
4538 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4539 `lexical' for warnings related to lexical scoping.
4540 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
4541 global vars which don't have a prefix and could hence affect lexical
4542 scoping in unrelated files.
4543
01e80360
LMI
45442010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4545
4546 * net/imap.el: Revert back to version
4547 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4548 seem problematic.
4549
5e2a84e3
JB
45502010-09-14 Juanma Barranquero <lekktu@gmail.com>
4551
4552 * obsolete/old-whitespace.el (whitespace-unload-function):
4553 Explicitly pass `obarray' to `unintern' to avoid a warning.
4554
f3a30a50
SM
45552010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4556
4557 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
4558 Add `when' argument. Update callers.
4559
4560 * subr.el (unintern): Declare the obarray arg mandatory.
4561
92b99a01
GM
45622010-09-14 Glenn Morris <rgm@gnu.org>
4563
67ae9766
GM
4564 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
4565 Doc fixes.
4566
92b99a01
GM
4567 * calendar/diary-lib.el (diary-included-files): New variable.
4568 (diary-list-entries): Maybe initialize diary-included-files.
4569 (diary-include-other-diary-files): Append to diary-included-files.
4570 * calendar/appt.el (appt-update-list): Also check the members of
4571 diary-included-files. (Bug#6999)
08151ec5 4572 (appt-check): Doc fix.
92b99a01 4573
6664fc59 45742010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
4575
4576 * simple.el (line-move-visual): Do not truncate goal column to
4577 integer size. (Bug#7020)
4578
6664fc59 45792010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
4580
4581 * repeat.el (repeat): Allow repeating when the last event is a click.
4582 Suggested by Drew Adams (bug#6256).
4583
6664fc59 45842010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd
SM
4585
4586 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
4587 Replace setting HGRCPATH to "" by some less invasive --config options.
4588
6664fc59 45892010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
4590
4591 * font-lock.el (font-lock-beginning-of-syntax-function):
4592 Mark as obsolete.
4593
6664fc59 45942010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
4595
4596 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
4597 and tool-bar modes. (Bug#6211)
4598 (menu-bar-mode): Move setting of standard-value after the
4599 minor-mode definition, otherwise it seems to have no effect.
4600
6664fc59 46012010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
4602
4603 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
4604 Fix typo. (Bug#6976)
4605
6664fc59 46062010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
4607
4608 * whitespace.el: Allow cleaning up blanks without blank
4609 visualization (Bug#6651). Adjust help window for
4610 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
4611 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
4612 (whitespace-style): Add new value 'face. Adjust docstring.
4613 (whitespace-space, whitespace-hspace, whitespace-tab):
4614 Adjust foreground property face.
9c405a86
CY
4615 (whitespace-line-column): Adjust docstring and type declaration.
4616 (whitespace-style-value-list, whitespace-toggle-option-alist)
4617 (whitespace-help-text): Adjust const initialization.
4618 (whitespace-toggle-options, global-whitespace-toggle-options):
4619 Adjust docstring.
4620 (whitespace-display-window, whitespace-interactive-char)
4621 (whitespace-style-face-p, whitespace-color-on): Adjust code.
4622 (whitespace-help-scroll): New fun.
4623
ba96ddf5
KY
46242010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
4625
4626 * calendar/time-date.el (format-seconds): Comment fix.
4627
a386ac70
MM
46282010-09-13 Michael R. Mauger <mmaug@yahoo.com>
4629
4630 * progmodes/sql.el: Version 2.7.
4631 (sql-buffer-live-p): Improve detection.
4632 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
4633 (sql-set-sqli-buffer): Use it.
4634 (sql-product-interactive): Run `sql-set-sqli-hook'.
4635 (sql-rename-buffer): Code cleanup.
4636 (sql-redirect, sql-redirect-value): New functions. More to come.
4637
5d921df2
JB
46382010-09-13 Juanma Barranquero <lekktu@gmail.com>
4639
4640 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.
4641 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
4642 (TRAMP_SRC): New macro.
4643 ($(lisp)/net/tramp-loaddefs.el): New target.
4644
03c1ad43
MA
46452010-09-13 Michael Albinus <michael.albinus@gmx.de>
4646
4647 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
4648
4649 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
4650
4651 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
4652 'tramp-compat, everything else is required there.
4653 Use `ignore-errors' where appropriate.
03c1ad43
MA
4654 (tramp-inline-compress-start-size, tramp-copy-size-limit)
4655 (tramp-terminal-type, tramp-end-of-output)
4656 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
4657 (tramp-completion-function-alist-ssh)
4658 (tramp-completion-function-alist-telnet)
4659 (tramp-completion-function-alist-su)
4660 (tramp-completion-function-alist-putty, tramp-remote-path)
4661 (tramp-remote-process-environment, tramp-sh-extra-args)
4662 (tramp-actions-before-shell, tramp-uudecode)
4663 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
4664 (tramp-perl-file-attributes)
4665 (tramp-perl-directory-files-and-attributes)
4666 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
4667 (tramp-perl-encode, tramp-perl-decode)
4668 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
4669 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
4670 (tramp-handle-make-symbolic-link, tramp-handle-load)
4671 (tramp-handle-file-name-as-directory)
4672 (tramp-handle-file-name-directory)
4673 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
4674 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
4675 (tramp-do-file-attributes-with-ls)
4676 (tramp-do-file-attributes-with-perl)
4677 (tramp-do-file-attributes-with-stat)
4678 (tramp-handle-set-visited-file-modtime)
4679 (tramp-handle-verify-visited-file-modtime)
4680 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
4681 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
4682 (tramp-handle-file-selinux-context)
4683 (tramp-handle-set-file-selinux-context)
4684 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
4685 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
4686 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
4687 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
4688 (tramp-handle-file-ownership-preserved-p)
4689 (tramp-handle-directory-file-name, tramp-handle-directory-files)
4690 (tramp-handle-directory-files-and-attributes)
4691 (tramp-do-directory-files-and-attributes-with-perl)
4692 (tramp-do-directory-files-and-attributes-with-stat)
4693 (tramp-handle-file-name-all-completions)
4694 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
4695 (tramp-handle-copy-file, tramp-handle-copy-directory)
4696 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
4697 (tramp-do-copy-or-rename-file-via-buffer)
4698 (tramp-do-copy-or-rename-file-directly)
4699 (tramp-do-copy-or-rename-file-out-of-band)
4700 (tramp-handle-make-directory, tramp-handle-delete-directory)
4701 (tramp-handle-delete-file)
4702 (tramp-handle-dired-recursive-delete-directory)
4703 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
4704 (tramp-handle-insert-directory)
4705 (tramp-handle-unhandled-file-name-directory)
4706 (tramp-handle-expand-file-name)
4707 (tramp-handle-substitute-in-file-name)
4708 (tramp-handle-executable-find, tramp-process-sentinel)
4709 (tramp-handle-start-file-process, tramp-handle-process-file)
4710 (tramp-handle-call-process-region, tramp-handle-shell-command)
4711 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
4712 (tramp-handle-insert-file-contents)
4713 (tramp-handle-insert-file-contents-literally)
4714 (tramp-handle-find-backup-file-name)
4715 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
4716 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
4717 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
4718 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
4719 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
4720 (tramp-find-file-exists-command, tramp-open-shell)
4721 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
4722 (tramp-open-connection-setup-interactive-shell)
4723 (tramp-local-coding-commands, tramp-remote-coding-commands)
4724 (tramp-find-inline-encoding, tramp-call-local-coding-command)
4725 (tramp-inline-compress-commands, tramp-find-inline-compress)
4726 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 4727 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
4728 (tramp-send-command-and-check, tramp-barf-unless-okay)
4729 (tramp-send-command-and-read, tramp-mode-string-to-int)
4730 (tramp-convert-file-attributes, tramp-check-cached-permissions)
4731 (tramp-file-mode-from-int, tramp-file-mode-permissions)
4732 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
4733 (tramp-method-out-of-band-p, tramp-local-host-p)
4734 (tramp-get-remote-path, tramp-get-remote-tmpdir)
4735 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
4736 (tramp-get-test-command, tramp-get-test-nt-command)
4737 (tramp-get-file-exists-command, tramp-get-remote-ln)
4738 (tramp-get-remote-perl, tramp-get-remote-stat)
4739 (tramp-get-remote-readlink, tramp-get-remote-trash)
4740 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
4741 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 4742 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
4743 tramp-sh.el.
4744 (tramp-methods, tramp-default-method-alist)
4745 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
4746 Move initialization to tramp-sh.el.
4747 (tramp-temp-name-prefix): Make it a defconst.
4748 (tramp-dissect-file-name): Don't check anymore for multi-hop
4749 methods.
4750 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 4751 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
4752 (tramp-get-debug-buffer): Use it.
4753
4754 * net/tramp-cache.el (top): Set tramp-autoload cookie for
4755 initialization forms.
4756 (tramp-set-connection-property): Don't protect `tramp-message'
4757 call, it isn't necessary any longer.
4758 (tramp-dump-connection-properties): Use `ignore-errors'.
4759
4760 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
4761 'password-cache and 'auth-source.
4762
4763 * net/tramp-gvfs.el (top):
4764 * net/tramp-smb.el (top): Require 'tramp-sh.
4765
4766 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
4767
4768 * net/tramp-sh.el: New file, derived from tramp.el.
4769 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 4770 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
4771 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
4772 Use `ignore-errors' where appropriate.
4773 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
4774 `tramp-file-name-handler-alist'.
4775 (tramp-send-command-and-check): Return t or nil. Remove all
4776 `zerop' checks, where called.
4777 (tramp-handle-set-file-modes)
4778 (tramp-do-copy-or-rename-file-directly)
4779 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 4780 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
4781 (tramp-sh-file-name-handler, tramp-send-command-and-check)
4782 (tramp-get-remote-ln): Set tramp-autoload cookie.
4783
4784 * net/tramp-fish.el: Remove file.
4785
c5fe4acb
DU
47862010-09-13 Daiki Ueno <ueno@unixuser.org>
4787
4788 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
4789 buffer-file-name to avoid file-locking. (Bug#7026)
4790
7ea2d383
MA
47912010-09-13 Julien Danjou <julien@danjou.info>
4792
4793 * notifications.el (notifications-notify): Add support for
4794 image-path and sound-name.
4795 (notifications-specification-version): Add this variable.
4796
5616cc54
SM
47972010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4798
31c381e8 4799 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 4800
94c7243b
LL
48012010-09-12 Leo <sdl.web@gmail.com>
4802
4803 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
4804 (rcirc-completion-start): New variables.
4805 (rcirc-nick-completions): Rename to rcirc-completions.
4806 (rcirc-nick-completion-start-offset): Delete.
4807 (rcirc-completion-at-point): New function for constructing
4808 completion data for both nicks and irc commands. Add to
4809 completion-at-point-functions in rcirc mode.
4810 (rcirc-complete): Rename from rcirc-nick-complete; use
4811 rcirc-completion-at-point.
4812 (defun-rcirc-command): Update rcirc-client-commands.
4813
0f34ae28
GM
48142010-09-11 Glenn Morris <rgm@gnu.org>
4815
4816 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
4817 atomically, to avoid parallel build errors. (Bug#4196)
4818
9250002f
MM
48192010-09-11 Michael R. Mauger <mmaug@yahoo.com>
4820
4821 * progmodes/sql.el: Version 2.6
4822 (sql-dialect): Synonym for "sql-product".
4823 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
4824 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
4825 Set "sql-buffer" to buffer name not buffer object so multiple sql
4826 interactive buffers work properly. Reverts misguided changes in
4827 earlier work.
4828 (sql-comint): Make sure different buffer name is used if "*SQL*"
4829 buffer is for a different product.
4830 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
4831 login param.
4832 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
4833 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
4834 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
4835 Accept new buffer name or prompt for one.
4836 (sql-port): Default to zero.
4837 (sql-comint-mysql): Handle "sql-port" as a numeric.
4838 (sql-port-history): Delete unused variable.
4839 (sql-get-login): Default "sql-port" to a number.
31c381e8 4840 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
4841 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
4842 "sqlite3" executables.
31c381e8 4843 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
4844 (sql-buffer-live-p): New function.
4845 (sql-mode-menu, sql-send-string): Use it.
4846 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
4847 syntax pattern.
4848 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
4849 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
4850
a9ec34f4
LMI
48512010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4852
31c381e8 4853 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 4854
cf38dd42
SM
48552010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4856
4857 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
4858 to replace texinfo-font-lock-syntactic-keywords.
4859 (texinfo-mode): Use it.
4860
4861 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
4862 Use syntax-propertize-function.
4863
4864 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
4865 replace sgml-font-lock-syntactic-keywords.
4866 (sgml-mode): Use it.
4867
4868 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
4869 since we don't use it.
4870
4871 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
4872
4873 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
4874 if available.
4875 (vhdl-fontify-buffer): Adjust.
4876
4877 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
4878 replace tcl-font-lock-syntactic-keywords.
4879 (tcl-mode): Use it.
4880
4881 * progmodes/simula.el (simula-syntax-propertize-function): New var to
4882 replace simula-font-lock-syntactic-keywords.
4883 (simula-mode): Use it.
4884
4885 * progmodes/sh-script.el (sh-st-symbol): Remove.
4886 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
4887 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
4888 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
4889 (sh-font-lock-paren): Set syntax-multiline.
4890 (sh-font-lock-syntactic-keywords): Remove.
4891 (sh-syntax-propertize-function): New function to replace it.
4892 (sh-mode): Use it.
4893
4894 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
4895 Define while compiling.
4896 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
4897 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
4898 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
4899 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
4900 (ruby-here-doc-end-syntax): Only define when
4901 syntax-propertize is not available.
4902 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
4903 New functions.
4904 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
4905 (electric-indent-chars): Silence bytecompiler.
4906 (ruby-mode): Use prog-mode, syntax-propertize-function, and
4907 electric-indent-chars.
4908
4909 * progmodes/python.el (python-syntax-propertize-function): New var to
4910 replace python-font-lock-syntactic-keywords.
4911 (python-mode): Use it.
4912 (python-quote-syntax): Simplify and adjust to new use.
4913
4914 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
4915 replace perl-font-lock-syntactic-keywords.
4916 (perl-syntax-propertize-special-constructs): New fun to replace
4917 perl-font-lock-special-syntactic-constructs.
4918 (perl-font-lock-syntactic-face-function): New fun.
4919 (perl-mode): Use it.
4920
4921 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
4922 to replace octave-font-lock-close-quotes.
4923 (octave-syntax-propertize-function): New function to replace
4924 octave-font-lock-syntactic-keywords.
4925 (octave-mode): Use it.
4926
4927 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
4928 replaces mixal-font-lock-syntactic-keywords.
4929 (mixal-mode): Use it.
4930
4931 * progmodes/make-mode.el (makefile-syntax-propertize-function):
4932 New var; replaces makefile-font-lock-syntactic-keywords.
4933 (makefile-mode): Use it.
4934 (makefile-imake-mode): Adjust.
4935
4936 * progmodes/js.el (js--regexp-literal): Define while compiling.
4937 (js-syntax-propertize-function): New var; replaces
4938 js-font-lock-syntactic-keywords.
4939 (js-mode): Use it.
4940
4941 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
4942 replaces gdb-script-font-lock-syntactic-keywords.
4943 (gdb-script-mode): Use it.
4944
4945 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
4946 (fortran--font-lock-syntactic-keywords): New var.
4947 (fortran-line-length): Update syntax-propertize-function and
4948 fortran--font-lock-syntactic-keywords.
4949
4950 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
4951
4952 * progmodes/cfengine.el (cfengine-mode):
4953 Use syntax-propertize-function.
4954 (cfengine-font-lock-syntactic-keywords): Remove.
4955
4956 * progmodes/autoconf.el (autoconf-mode):
4957 Use syntax-propertize-function.
4958 (autoconf-font-lock-syntactic-keywords): Remove.
4959
4960 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
4961 (ada-after-change-function, ada-initialize-syntax-table-properties)
4962 (ada-handle-syntax-table-properties): Only define when
4963 syntax-propertize is not available.
4964 (ada-mode): Use syntax-propertize-function.
4965
4966 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
4967 (font-lock-fontify-syntactic-keywords-region): Move handling of
4968 font-lock-syntactically-fontified to...
4969 (font-lock-default-fontify-region): ...here.
4970 Let syntax-propertize-function take precedence.
4971 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
4972
4973 * emacs-lisp/syntax.el (syntax-propertize-function)
4974 (syntax-propertize-chunk-size, syntax-propertize--done)
4975 (syntax-propertize-extend-region-functions): New vars.
4976 (syntax-propertize-wholelines, syntax-propertize-multiline)
4977 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
4978 (syntax-propertize): New functions.
4979 (syntax-propertize-rules): New macro.
4980 (syntax-ppss-flush-cache): Set syntax-propertize--done.
4981 (syntax-ppss): Call syntax-propertize.
4982
4983 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
4984
36f7d366
AM
49852010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
4986
4987 * textmodes/ispell.el (ispell-init-process): Improve comments.
4988 XEmacs compatibility changes regarding (add-hook) 'local option
4989 and (set-process-query-on-exit-flag).
4990
8fca3921
MA
49912010-09-09 Michael Albinus <michael.albinus@gmx.de>
4992
cf38dd42
SM
4993 * net/tramp-cache.el (tramp-parse-connection-properties):
4994 Set tramp-autoload cookie.
8fca3921 4995
399653d6
GM
49962010-09-09 Glenn Morris <rgm@gnu.org>
4997
4998 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
4999 (imagemagick-register-types): Doc fix.
5000
c34a9669
SM
50012010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
5002
b073dc4b
SM
5003 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
5004
5005 * progmodes/js.el (require): Require is already "eval-and-compile".
5006 (js--re-search-forward): Avoid `eval'. Preserve the error data.
5007 (js--re-search-backward): Use js--re-search-forward.
5008
5009 * progmodes/fortran.el (fortran-line-length): Don't recompute
5010 syntactic keywords redundantly a second time.
5011
5012 * progmodes/ada-mode.el: Replace "(set '" with setq.
5013 (ada-mode): Simplify.
5014 (ada-create-case-exception, ada-adjust-case-interactive)
5015 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
5016 (ada-search-ignore-string-comment, ada-move-to-start)
5017 (ada-move-to-end): Use with-syntax-table.
5018
5019 * font-lock.el (save-buffer-state): Remove `varlist' arg.
5020 (font-lock-unfontify-region, font-lock-default-fontify-region):
5021 Update usage correspondingly.
5022 (font-lock-fontify-syntactic-keywords-region):
5023 Set parse-sexp-lookup-properties buffer-locally here.
5024 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
5025
c34a9669
SM
5026 * simple.el (blink-matching-open): Don't burp if we can't find a match.
5027
13639aab
GM
50282010-09-08 Glenn Morris <rgm@gnu.org>
5029
5a972c36
GM
5030 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
5031 Error if not compiled with -DBYTE_CODE_METER.
5032
13639aab
GM
5033 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5034 Ignore dir-locals-file.
5035
331b2b90
SM
50362010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
5037
5038 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5039 Not a const.
5040 (compilation-error-regexp-alist-alist): Rule out ": " in file names
5041 for the `gnu' messages.
5042 (compilation-set-skip-threshold): New command.
5043 (compilation-start): Use \' rather than $.
5044 (compilation-forget-errors): Use clrhash.
5045
73b4d51a
AM
50462010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
5047
5048 * textmodes/ispell.el (ispell-valid-dictionary-list):
5049 Simplify logic.
5050
0f34aa77
MA
50512010-09-08 Michael Albinus <michael.albinus@gmx.de>
5052
5053 Migrate to Tramp 2.2. Rearrange load dependencies.
5054 (Bug#1529, Bug#5448, Bug#5705)
5055
5056 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
5057 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
5058 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
5059
5060 * net/tramp.el (top): Remove all other tramp-* loads except
5061 tramp-compat.el. Remove all changes to tramp-unload-hook for
5062 other tramp-* packages. Rearrange defun order. Change calls of
5063 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
5064 `tramp-compat-octal-to-decimal' to new function names.
5065 (tramp-terminal-type, tramp-initial-end-of-output)
5066 (tramp-methods, tramp-foreign-file-name-handler-alist)
5067 (tramp-tramp-file-p, tramp-completion-mode-p)
5068 (tramp-send-command-and-check, tramp-get-remote-path)
5069 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
5070 (tramp-shell-quote-argument): Set tramp-autoload cookie.
5071 (with-file-property, with-connection-property): Move to
5072 tramp-cache.el.
5073 (tramp-local-call-process, tramp-decimal-to-octal)
5074 (tramp-octal-to-decimal): Move to tramp-compat.el.
5075 (tramp-handle-shell-command): Do not require 'shell.
5076 (tramp-compute-multi-hops): No special handling for tramp-gw-*
5077 symbols.
5078 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
5079
5080 * net/tramp-cache.el (top): Require 'tramp. Add to
5081 `tramp-unload-hook'.
5082 (tramp-cache-data, tramp-get-file-property)
5083 (tramp-set-file-property, tramp-flush-file-property)
5084 (tramp-flush-directory-property, tramp-get-connection-property)
5085 (tramp-set-connection-property, tramp-flush-connection-property)
5086 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
5087 cookie.
5088 (with-file-property, with-connection-property): New defuns, moved
5089 from tramp.el.
5090 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
5091 macro.
5092
5093 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
5094 (tramp-version): Set tramp-autoload cookie.
5095
5096 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
5097 changes to tramp-unload-hook for other tramp-* packages. Add to
5098 `tramp-unload-hook'.
5099 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
5100 (tramp-compat-call-process): New defuns, moved from tramp.el.
5101
5102 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
5103 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
5104 Add to `tramp-unload-hook'. Change call of
0f34aa77
MA
5105 `tramp-compat-decimal-to-octal' to new function name.
5106 (tramp-fish-method): Make it a defconst.
5107 (tramp-fish-file-name-p): Make it a defsubst.
5108 (tramp-fish-method, tramp-fish-file-name-handler)
5109 (tramp-fish-file-name-p): Set tramp-autoload cookie.
5110
5111 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
5112 `tramp-foreign-file-name-handler-alist'. Add to
5113 `tramp-unload-hook'.
5114 (tramp-ftp-method): Make it a defconst.
5115 (tramp-ftp-file-name-p): Make it a defsubst.
5116 (tramp-ftp-method, tramp-ftp-file-name-handler)
5117 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
5118
5119 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
5120 `tramp-foreign-file-name-handler-alist'. Add to
5121 `tramp-unload-hook'. Change checks, whether package can be
5122 loaded.
5123 (tramp-gvfs-file-name-p): Make it a defsubst.
5124 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
5125 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
5126 (tramp-gvfs-handle-file-directory-p): New defun.
5127 (tramp-gvfs-file-name-handler-alist): Use it.
5128
5129 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
5130 `tramp-foreign-file-name-handler-alist'. Add to
5131 `tramp-unload-hook'.
5132 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
5133 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
5134 defconst.
5135 (tramp-gw-tunnel-method, tramp-gw-socks-method)
5136 (tramp-gw-open-connection): Set tramp-autoload cookie.
5137
5138 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
5139 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
5140 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
5141 loaded.
5142 (tramp-imap-file-name-p): Make it a defsubst.
5143 (tramp-imap-method, tramp-imaps-method)
5144 (tramp-imap-file-name-handler)
5145 (tramp-imap-file-name-p): Set tramp-autoload cookie.
5146
5147 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
5148 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
5149 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
5150 loaded. Change call of `tramp-compat-decimal-to-octal' to new
5151 function name.
5152 (tramp-smb-tunnel-method): Make it a defconst.
5153 (tramp-smb-file-name-p): Make it a defsubst.
5154 (tramp-smb-method, tramp-smb-file-name-handler)
5155 (tramp-smb-file-name-p): Set tramp-autoload cookie.
5156
5157 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
5158 (tramp-uuencode-region): Set tramp-autoload cookie.
5159
5160 * net/trampver.el (top) Add to `tramp-unload-hook'.
5161 (tramp-version, tramp-bug-report-address): Set tramp-autoload
5162 cookie. Update release number.
5163
308e764f
AM
51642010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
5165
5166 * textmodes/ispell.el (ispell-start-process): Make sure original
5167 arg list is properly initialized (Bug#6993, Bug#6994).
5168
10999305 51692010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
5170
5171 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
5172
5173 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
5174 chars like - or ] (bug#6984).
5175 (rx-any-condense-range): Explode 2-char ranges.
5176
10999305
CY
51772010-09-06 Glenn Morris <rgm@gnu.org>
5178
5179 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
5180
51812010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
5182
5183 * textmodes/bibtex.el:
5184 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
5185
f292afe5
LMI
51862010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5187
331b2b90 5188 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
5189 since no callers use it.
5190 (imap-message-get): Ditto.
5191 (imap-message-put): Ditto.
5192 (imap-mailbox-map): Ditto.
5193 (imap-mailbox-put): Ditto.
5194 (imap-mailbox-get): Ditto.
a131b9b8 5195 (imap-mailbox-get): Revert last change for this function.
f292afe5 5196
dfe1285d
LMI
51972010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5198
331b2b90 5199 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
5200 callers to use `imap-fetch' instead. According to the comments, this
5201 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
5202 (imap-enable-exchange-bug-workaround): Remove.
5203 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 5204
3ff31c90
LMI
52052010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5206
5207 * net/imap.el (imap-log): New convenience function used throughout
5208 instead of repeating the same code all over the place.
5209
dfe1285d 52102010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
5211
5212 * mouse.el (mouse-save-then-kill): Save region to kill-ring
5213 when mouse-drag-copy-region is non-nil (Bug#6956).
5214
93a596e1
CY
52152010-09-05 Chong Yidong <cyd@stupidchicken.com>
5216
8d76af4a
CY
5217 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
5218 Improve regexps (Bug#6987).
5219 (dired-sort-toggle): Search more robustly for -t flag.
5220
93a596e1
CY
5221 * files.el (get-free-disk-space): Search more robustly for
5222 "available" column. Suggested by Ehud Karni
5223 <ehud@unix.mvs.co.il>.
5224
733946e7
JB
52252010-09-05 Juanma Barranquero <lekktu@gmail.com>
5226
5227 * international/uni-bidi.el:
5228 * international/uni-category.el:
5229 * international/uni-combining.el:
5230 * international/uni-decimal.el:
5231 * international/uni-mirrored.el:
5232 * international/uni-name.el: Regenerate.
5233
2e664aab
SM
52342010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5235
6aeafb34
SM
5236 * electric.el (electric-indent-post-self-insert-function):
5237 Don't reindent with a sloppy indentation function.
5238
2e664aab
SM
5239 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
5240 border case in change-log-mode.
5241
13ef65a4
CY
52422010-09-04 Chong Yidong <cyd@stupidchicken.com>
5243
5244 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5245 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
5246 Recognize leading tab in gcc-include regexp. Ignore names with
5247 leading "from" or "in" in gnu regexp (Bug#6937).
5248
5abf1556
SM
52492010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5250
6aeafb34 5251 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
5252 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
5253 (ispell-start-process): Avoid setq and simplify logic.
5254 (ispell-init-process): Setup kill-buffer-hook locally when needed.
5255 (kill-buffer-hook): Don't use it globally with code that uses
5256 expand-file-name since that may call kill-buffer via
5257 code_conversion_restore.
5258
0be01d2c
CY
52592010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
5260
5261 * emacs-lisp/package.el (package-directory-list): Only call
5262 file-name-nondirectory on a string.
5263
ebf662f4
CY
52642010-09-02 Chong Yidong <cyd@stupidchicken.com>
5265
5abf1556
SM
5266 * emacs-lisp/package.el (package--download-one-archive):
5267 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
5268 (package-activate-1, package-mark-obsolete, define-package)
5269 (package-compute-transaction, package-list-maybe-add): Use push.
5270
e5eddfd1
SM
52712010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
5272
89acf735
SM
5273 Use SMIE's blink-paren for octave-mode.
5274 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
5275 Backslashes do not escape single-quotes, single-quotes do.
5276 (octave-block-else-regexp, octave-block-end-regexp)
5277 (octave-block-match-alist): Remove.
5278 (octave-smie-bnf-table): New var, with old content.
5279 (octave-smie-op-levels): Use it.
5280 (octave-smie-closer-alist): New var.
5281 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
5282 (octave-blink-matching-block-open): Remove.
5283 (octave-reindent-then-newline-and-indent, octave-electric-semi)
5284 (octave-electric-space): Let self-insert-command run expand-abbrev and
5285 blink parens.
5286
3b843809
SM
5287 * electric.el (electricity): New group.
5288 (electric-indent-chars): New var.
5289 (electric-indent-post-self-insert-function): New fun.
5290 (electric-indent-mode): New minor mode.
5291 (electric-pair-skip-self): New custom.
5292 (electric-pair-post-self-insert-function): New function.
5293 (electric-pair-mode): New minor mode.
5294
0da20854
SM
5295 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
5296 calcAlg-blink-matching-open.
5297 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
5298 (calc-do-alg-entry): Only touch the part of the keymap that varies.
5299 Use the new blink-matching-check-function.
5300
a49e651e
SM
5301 Provide blink-matching support to SMIE.
5302 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
5303 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
5304 (smie-blink-matching-check, smie-blink-matching-open): New functions.
5305
e5eddfd1
SM
5306 * simple.el (newline): Fix last change to properly remove itself from
5307 the hook.
5308
b13ebb5c
SM
53092010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5310
5311 * simple.el (newline): Eliminate optimization.
5312 Use post-self-insert-hook to set hard-newline and things before
5313 running post-self-insert-hook.
5314 (blink-matching-check-mismatch): New function.
5315 (blink-matching-check-function): New variable.
5316 (blink-matching-open): Use them.
5317 Skip back forward over prefix chars skipped by forward-sexp.
5318 Don't check if the parens are backslash escaped.
5319 (blink-paren-post-self-insert-function): Check backslash escaping here.
5320
e687c2cd
CY
53212010-09-02 Chong Yidong <cyd@stupidchicken.com>
5322
b13ebb5c
SM
5323 * emacs-lisp/package.el (package-menu-mode-map):
5324 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
5325 (package-menu-mode): Set revert-buffer-function.
5326 (package-menu-revert): Doc fix.
5327
567efba9
AM
53282010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
5329
5330 * textmodes/ispell.el (ispell-init-process): Use "~/" as
5331 `default-directory' unless using Ispell per-directory personal
5332 dictionaries and not in a mini-buffer under XEmacs.
5333 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 5334 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 5335
6d7cc563
JD
53362010-09-02 Jan Djärv <jan.h.d@swipnet.se>
5337
08d4877e
J
5338 * simple.el (kill-new): Call interprogram-cut-function with only
5339 one argument.
5340
45240125
JD
5341 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
5342 Remove cut buffer from error message.
5343
5344 * term/x-win.el (x-select-text):
5345 * term/pc-win.el (x-selection-value):
5346 * term/ns-win.el (x-selection-value):
5347 * eshell/em-term.el:
5348 * w32-fns.el (x-get-selection-value):
5349 * mouse-sel.el (mouse-sel-set-selection-function):
5350 * frame.el (display-selections-p): Remove cut-buffer in documentation.
5351
6d7cc563
JD
5352 * term/x-win.el: Update documentation for x-last-selected-text-*.
5353 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
5354 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6a7662bb
BR
5355 (x-select-text): Remove argument PUSH, update documentation.
5356 Remove cut-buffer code.
6d7cc563 5357 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 5358 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6a7662bb
BR
5359 Update documentation, remove cut-buffer code.
5360 Call x-selection-value-internal.
6d7cc563
JD
5361 (x-clipboard-yank): Call x-selection-value-internal.
5362 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
5363
5364 * term/pc-win.el (x-last-selected-text):
5365 x-cut-buffer-or-selection-value renamed to x-selection-value
5366 (x-select-text): Remove argument PUSH, update documentation.
5367
5368 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
5369 x-cut-buffer-or-selection-value renamed to x-selection-value
88b5a757 5370 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
5371 (x-select-text): Remove argument PUSH, update documentation.
5372
5373 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
5374
5375 * w32-fns.el (x-last-selected-text):
5376 x-cut-buffer-or-selection-value renamed to x-selection-value.
5377 (x-cut-buffer-max): Remove.
5378 (x-select-text): Remove argument PUSH, update documentation.
5379
5380 * simple.el (interprogram-cut-function): Remove mention of PUSH.
5381
5382 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
5383
5384 * mouse-sel.el (mouse-sel-get-selection-function):
5385 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 5386 (x-select-text): Remove optional push.
6d7cc563 5387
4de81ee0
SM
53882010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5389
8f4e9110
SM
5390 * simple.el (blink-paren-function): Move from C to here.
5391 (blink-paren-post-self-insert-function): New function.
5392 (post-self-insert-hook): Use it.
5393
4de81ee0
SM
5394 * emacs-lisp/pcase.el (pcase-split-memq):
5395 Fix overenthusiastic optimisation.
5396 (pcase-u1): Handle the case of a lambda pred.
5397
d419e1d9
KH
53982010-08-31 Kenichi Handa <handa@m17n.org>
5399
5400 * international/mule-cmds.el (standard-display-european-internal):
5401 Setup standard-display-table for 8-bit characters by storing 8-bit
5402 characters in the element vector.
5403
1e05f387
SM
5404 * disp-table.el (standard-display-8bit):
5405 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
5406 characters in the element vector.
5407 (standard-display-european): Likewise.
5408
61f7096c
CY
54092010-08-31 Masatake YAMATO <yamato@redhat.com>
5410
5411 * textmodes/nroff-mode.el (nroff-view): New command.
5412 (nroff-mode-map): Bind it to C-c C-c.
5413
ec5d3ff7
SM
54142010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5415
c8977b2e
SM
5416 * emacs-lisp/smie.el (smie-down-list): New command.
5417
ec5d3ff7
SM
5418 Remove old indentation and navigation code on octave-mode.
5419 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
5420 smie-down-list rather than add a binding for octave-down-block.
5421 (octave-mark-block, octave-blink-matching-block-open):
5422 Rely on forward-sexp-function.
5423 (octave-fill-paragraph): Don't narrow, so you can use
5424 indent-according-to-mode.
5425 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
5426 (octave-in-block-p, octave-re-search-forward-kw)
5427 (octave-re-search-backward-kw, octave-indent-calculate)
5428 (octave-end-as-array-index-p, octave-block-end-offset)
5429 (octave-scan-blocks, octave-forward-block, octave-backward-block)
5430 (octave-down-block, octave-backward-up-block, octave-up-block)
5431 (octave-before-magic-comment-p, octave-indent-line): Remove.
5432
187d3296
CY
54332010-08-31 Chong Yidong <cyd@stupidchicken.com>
5434
5435 * emacs-lisp/package.el (package--read-archive-file): Just use
5436 `read', to avoid copying an additional string.
5437 (package-menu-mode): Set header-line-format here.
5438 (package-menu-refresh, package-menu-revert): Signal an error if
5439 not in the Package Menu.
5440 (package-menu-package-list): New var.
5441 (package--generate-package-list): Operate on the current buffer;
5442 don't assume that it is *Packages*, since the user may rename it.
5443 Allow persistent package listings and sort keys using
5444 package-menu-package-list and package-menu-package-sort-key.
5445 (package-menu--version-predicate): Fix version calculation.
5446 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
5447 (package--list-packages): Create the *Packages* buffer.
5448 Set package-menu-package-list-key.
187d3296
CY
5449 (list-packages): Sorting by status is now the default.
5450 (package-buffer-info): Use match-string-no-properties.
5451 (define-package): Add a &rest argument for future proofing, but
5452 don't use it yet.
5453 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
5454 Merge into a single function, package-install-from-buffer.
5455 (package-install-file): Change caller.
187d3296
CY
5456
5457 * finder.el: Load finder-inf using `require'.
5458 (finder-list-matches): Sorting by status is now the default.
5459 (finder-compile-keywords): Simpify printing.
5460
e17b68ed
SM
54612010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5462
5463 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
5464 (octave-mode-map): Remove special bindings for forward/backward-block
5465 and octave-backward-up-block. Use smie-close-block.
5466 (octave-continuation-marker-regexp): New var.
5467 (octave-continuation-regexp): Use it.
5468 (octave-operator-table, octave-smie-op-levels)
5469 (octave-operator-regexp, octave-smie-indent-rules): New vars.
5470 (octave-smie-backward-token, octave-smie-forward-token): New funs.
5471 (octave-mode): Use SMIE.
5472 (octave-close-block): Delete.
5473
42b6a73b
EZ
54742010-08-30 Eli Zaretskii <eliz@gnu.org>
5475
5476 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
5477 CLIPBOARD, not in PRIMARY. (Bug#6944)
5478
f291fe60
SM
54792010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5480
ee992a8c
SM
5481 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
5482 a list of parents.
5483 (smie-indent-column): Allow indirection through variables.
5484
d36b74ca
SM
5485 * composite.el (save-buffer-state): Delete, unused.
5486 * font-lock.el (save-buffer-state): Use with-silent-modifications.
5487 (font-lock-default-fontify-region): Use with-syntax-table.
5488 * jit-lock.el (with-buffer-unmodified): Remove.
5489 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
5490
f291fe60
SM
5491 Use `declare' in defmacros.
5492 * window.el (save-selected-window):
5493 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
5494 * progmodes/python.el (def-python-skeleton):
5495 * net/dbus.el (dbus-ignore-errors):
5496 * jka-cmpr-hook.el (with-auto-compression-mode):
5497 * international/mule.el (with-category-table):
5498 * emacs-lisp/timer.el (with-timeout):
5499 * emacs-lisp/lisp-mnt.el (lm-with-file):
5500 * emacs-lisp/eieio.el (with-slots):
5501 * emacs-lisp/easymenu.el (easy-menu-define):
5502 * emacs-lisp/debug.el (debugger-env-macro):
5503 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
5504 (Multiple-value-call, Multiple-value-prog1):
5505 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
5506 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
5507 edebug rule to definition.
5508 * emacs-lisp/lisp-mode.el (save-selected-window)
5509 (with-current-buffer, combine-after-change-calls)
5510 (with-output-to-string, with-temp-file, with-temp-buffer)
5511 (with-temp-message, with-syntax-table, read-if, eval-after-load)
5512 (dolist, dotimes, when, unless):
5513 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
5514
96ae4c8f
CY
55152010-08-29 Chong Yidong <cyd@stupidchicken.com>
5516
5517 * finder.el: Require `package'.
5518 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
5519 (finder-package-info): Var deleted.
5520 (finder-keywords-hash, finder--builtins-alist): New vars.
5521 (finder-compile-keywords): Compute package--builtins and
5522 finder-keywords-hash instead of finder-keywords-hash, respecting
5523 the "Package" header.
f291fe60
SM
5524 (finder-unknown-keywords, finder-list-matches):
5525 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
5526 (finder-mode): Don't set font-lock-defaults.
5527 (finder-exit): We don't use "*Finder-package*" and "*Finder
5528 Category*" buffers anymore.
5529
5530 * emacs-lisp/package.el (package--builtins-base): Var deleted.
5531 (package--builtins): Set default value to nil.
5532 (package-initialize): Load precomputed value of package--builtins
5533 from finder-inf.el.
5534 (package-alist, package-compute-transaction)
5535 (package-download-transaction): Improve docstring.
5536 (package-read-all-archive-contents): Do not change
5537 package--builtins here.
5538 (list-packages): Make package-list-packages an alias for this.
5539 Sort by status by default.
5540 (package--list-packages): Add optional PACKAGES arg.
5541 (describe-package-1): Use font-lock-face property. For built-in
5542 packages, insert file commentary.
5543 (package--generate-package-list): Rename from
5544 package-list-packages-internal; all callers changed. Add optional
5545 PACKAGES arg. Add alphabetical sort fallbacks.
5546 (package-menu--version-predicate, package-menu--status-predicate)
5547 (package-menu--description-predicate)
5548 (package-menu--name-predicate): New functions.
5549
5550 * info.el (Info-finder-find-node): Search package-alist instead of
5551 finder-package-info.
5552
e2046ecf
CY
55532010-08-29 Chong Yidong <cyd@stupidchicken.com>
5554
5555 * subr.el (version-regexp-alist): Don't use "a" and "b" for
5556 "alpha" and "beta".
5557 (version-to-list): Handle versions like "10.3d".
5558
6fe79b7c
SM
55592010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5560
5561 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
5562 (macroexp-accumulate): Use `declare'.
5563
1a868076
VJL
55642010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5565
5566 * whitespace.el (whitespace-style): Adjust type declaration.
5567
9e69cb05
KH
55682010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
5569
5570 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
5571 empty argument to gvfs-copy.
5572
55732010-08-26 Chong Yidong <cyd@stupidchicken.com>
5574
5575 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
5576 handle new TRASH arg of `delete-file'.
5577
55782010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
5579
5580 * net/tramp.el (tramp-handle-insert-directory): Don't use
5581 `forward-word', its default syntax could be changed.
5582
55832010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5584 Michael Albinus <michael.albinus@gmx.de>
5585
5586 Implement compression for inline methods.
5587
5588 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
5589 (tramp-copy-size-limit): Allow also nil.
5590 (tramp-inline-compress-commands): New defconst.
5591 (tramp-find-inline-compress, tramp-get-inline-compress)
5592 (tramp-get-inline-coding): New defuns.
5593 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
5594 replaced by `tramp-get-inline-coding'.
5595 (tramp-handle-file-local-copy, tramp-handle-write-region)
5596 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
5597
55982010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
5599
5600 Detect ssh 'ControlMaster' argument automatically in some cases.
5601
5602 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5603 (tramp-default-method): Use it.
5604
56052010-08-26 Karel Klíč <kklic@redhat.com>
5606
5607 * net/tramp.el (tramp-file-name-for-operation):
5608 Add file-selinux-context.
5609
56102010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
5611
5612 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
5613
56142010-08-26 Chong Yidong <cyd@stupidchicken.com>
5615
5616 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
5617 (Bug#6907).
5618
4142607e
NW
56192010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
5620
5621 * progmodes/js.el: Make indentation more customizable (Bug#6914).
5622 (js-paren-indent-offset, js-square-indent-offset)
5623 (js-curly-indent-offset): New options.
5624 (js--proper-indentation): Use them.
5625
88a36e60
DC
56262010-08-26 Daniel Colascione <dan.colascione@gmail.com>
5627
5628 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
5629 instead of inspecting font-lock properties (Bug#6916).
5630
38dbc4d8
DR
56312010-08-26 David Reitter <david.reitter@gmail.com>
5632
5633 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 5634 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
5635 (server-execute): Do not run hooks here.
5636
44ffae96
MA
56372010-08-26 Michael Albinus <michael.albinus@gmx.de>
5638
5639 Sync with Tramp 2.1.19.
5640
20b8ac83
MA
5641 * net/tramp-cmds.el (tramp-cleanup-all-connections)
5642 (tramp-reporter-dump-variable, tramp-load-report-modules)
5643 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
5644 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
5645
5646 * net/tramp-compat.el (top): Do not autoload
5647 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
5648 only when `start-file-process' is not bound.
5649 (byte-compile-not-obsolete-vars): Define if not bound.
5650 (tramp-compat-funcall): New defmacro.
5651 (tramp-compat-line-beginning-position)
5652 (tramp-compat-line-end-position)
5653 (tramp-compat-temporary-file-directory)
5654 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
5655 (tramp-compat-copy-file, tramp-compat-copy-directory)
5656 (tramp-compat-delete-file, tramp-compat-delete-directory)
5657 (tramp-compat-number-sequence, tramp-compat-process-running-p):
5658 Use it.
5659 (tramp-advice-file-expand-wildcards): Do not use
5660 `tramp-handle-file-remote-p'.
5661 (tramp-compat-make-temp-file): Simplify fallback implementation.
5662 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5663 (tramp-compat-copy-tree): Remove function.
5664 (tramp-compat-delete-file): New defun.
5665 (tramp-compat-delete-directory): Provide implementation for older
5666 Emacsen.
5667 (tramp-compat-file-attributes): Handle only
5668 `wrong-number-of-arguments' error.
5669
95b6d681
JB
5670 * net/tramp-fish.el (tramp-fish-handle-copy-file):
5671 Add PRESERVE_SELINUX_CONTEXT.
20b8ac83
MA
5672 (tramp-fish-handle-delete-file): Add TRASH arg.
5673 (tramp-fish-handle-directory-files-and-attributes):
5674 Do not use `tramp-fish-handle-file-attributes.
5675 (tramp-fish-handle-file-local-copy)
5676 (tramp-fish-handle-insert-file-contents)
5677 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
5678
5679 * net/tramp-gvfs.el (top): Require url-util.
5680 (tramp-gvfs-mount-point): Remove.
5681 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
5682 and `set-file-selinux-context'.
5683 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
5684 (tramp-gvfs-handle-file-selinux-context)
5685 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5686 (with-tramp-dbus-call-method): Format trace message.
5687 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5688 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1e05f387
SM
5689 Implement backup call, when operation on local files fails.
5690 Use progress reporter. Flush properties of changed files.
6a7662bb
BR
5691 (tramp-gvfs-handle-delete-file): Add TRASH arg.
5692 Use `tramp-compat-delete-file'.
20b8ac83
MA
5693 (tramp-gvfs-handle-expand-file-name): Expand "~/".
5694 (tramp-gvfs-handle-make-directory): Make more traces.
5695 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
5696 (tramp-gvfs-url-file-name): Hexify file name in url.
5697 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
5698 into account for the resulting file name.
5699 (tramp-gvfs-handler-askquestion): Preserve current message, in
5700 order to let progress reporter continue afterwards. (Bug#6257)
1e05f387
SM
5701 Return dummy mountpoint, when the answer is "no".
5702 See `tramp-gvfs-maybe-open-connection'.
20b8ac83
MA
5703 (tramp-gvfs-handler-mounted-unmounted)
5704 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1e05f387
SM
5705 attribute "default_location". Set "prefix" property.
5706 Handle default-location.
20b8ac83
MA
5707 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
5708 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
5709 exists. Raise an error, if not (due to a corresponding answer
93acd23d
JB
5710 "no" in interactive questions, for example).
5711 Use `tramp-compat-funcall'.
20b8ac83
MA
5712
5713 * net/tramp-imap.el (top): Autoload `epg-make-context'.
5714 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5715 (tramp-imap-do-copy-or-rename-file)
5716 (tramp-imap-handle-insert-file-contents)
5717 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
5718 (tramp-imap-handle-delete-file): Add TRASH arg.
5719
1e05f387
SM
5720 * net/tramp-smb.el (tramp-smb-handle-copy-file):
5721 Add PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
5722 (tramp-smb-handle-copy-file)
5723 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5724 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
5725 Use `with-progress-reporter'.
5726 (tramp-smb-handle-delete-file): Add TRASH arg.
5727
5728 * net/tramp.el (tramp-methods): Move hostname to the end in all
5729 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
5730 appropriate.
5731 (tramp-verbose): Describe verbose level 9.
5732 (tramp-completion-function-alist)
5733 (tramp-file-name-regexp, tramp-chunksize)
5734 (tramp-local-coding-commands, tramp-remote-coding-commands)
5735 (with-connection-property, tramp-completion-mode-p)
5736 (tramp-action-process-alive, tramp-action-out-of-band)
5737 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5738 (tramp-exists-file-name-handler): Fix docstring.
5739 (tramp-remote-process-environment): Use `format' instead of
5740 `concat'. Protect version string by apostroph.
5741 (tramp-shell-prompt-pattern): Do not use a shy group in case of
5742 XEmacs.
5743 (tramp-file-name-regexp-unified)
5744 (tramp-completion-file-name-regexp-unified): On W32 systems, do
5745 not regard the volume letter as remote filename. (Bug#5447)
5746 (tramp-perl-file-attributes)
5747 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
5748 (tramp-vc-registered-read-file-names): Read input as
5749 here-document, otherwise the command could exceed maximum length
5750 of command line.
5751 (tramp-file-name-handler-alist): Add `file-selinux-context' and
5752 `set-file-selinux-context'.
5753 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
5754 backtrace functions.
5755 (tramp-error-with-buffer): Don't show the connection buffer when
5756 we are in completion mode.
5757 (tramp-progress-reporter-update, tramp-remote-selinux-p)
5758 (tramp-handle-file-selinux-context)
5759 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
5760 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
5761 New defuns.
5762 (with-progress-reporter): New defmacro.
5763 (tramp-debug-outline-regexp): New defconst.
5764 (top, tramp-rfn-eshadow-setup-minibuffer)
5765 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5766 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
5767 (tramp-completion-mode-p, tramp-check-for-regexp)
5768 (tramp-open-connection-setup-interactive-shell)
5769 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
5770 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
5771 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
5772 Use `tramp-compat-funcall'.
5773 (tramp-handle-make-symbolic-link): Flush file properties.
5774 (tramp-handle-load, tramp-handle-file-local-copy)
5775 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5776 (tramp-handle-vc-registered, tramp-maybe-send-script)
5777 (tramp-find-shell): Use `with-progress-reporter'.
5778 (tramp-do-file-attributes-with-stat): Add space in format string,
5779 in order to work around a bug in pdksh. Reported by Gilles Pion
5780 <gpion@lfdj.com>.
5781 (tramp-handle-verify-visited-file-modtime): Do not send a command
5782 when the connection is not established.
5783 (tramp-handle-set-file-times): Simplify the check for utc.
5784 (tramp-handle-directory-files-and-attributes)
5785 (tramp-get-remote-path): Use `copy-tree'.
5786 (tramp-completion-handle-file-name-all-completions): Ensure, that
5787 non remote files are still checked. Oops.
1e05f387
SM
5788 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5789 Handle PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
5790 (tramp-do-copy-or-rename-file): Add progress reporter.
5791 (tramp-do-copy-or-rename-file-directly): Do not use
5792 `tramp-handle-file-remote-p'.
5793 (tramp-do-copy-or-rename-file-out-of-band):
5794 Use `tramp-compat-delete-directory'.
5795 (tramp-do-copy-or-rename-file-out-of-band)
5796 (tramp-compute-multi-hops, tramp-maybe-open-connection):
5797 Use `format-spec-make'.
5798 (tramp-handle-delete-file): Add TRASH arg.
5799 (tramp-handle-dired-uncache): Flush directory cache, not only file
5800 cache.
5801 (tramp-handle-expand-file-name)
5802 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
5803 (tramp-completion-handle-file-name-completion):
5804 Use `tramp-connectable-p'.
20b8ac83
MA
5805 (tramp-handle-start-file-process): Set connection property "vec".
5806 Use it, in order to invalidate file caches. Check only for
5807 `remote-tty' process property.
5808 Implement tty setting. (Bug#4604, Bug#6360)
5809 (tramp-file-name-for-operation): Add `call-process-region' and
5810 `set-file-selinux-context'.
5811 (tramp-find-foreign-file-name-handler)
5812 (tramp-advice-make-auto-save-file-name)
5813 (tramp-set-auto-save-file-modes): Remove superfluous check for
5814 `stringp'. This is done inside `tramp-tramp-file-p'.
5815 (tramp-file-name-handler): Trace 'quit. Catch the error for some
5816 operations when we are in completion mode. This gives the user
5817 the chance to correct the file name in the minibuffer.
5818 (tramp-completion-mode-p): Use `non-essential'.
5819 (tramp-handle-file-name-all-completions): Backward/ XEmacs
5820 compatibility: Use `completion-ignore-case' if
5821 `read-file-name-completion-ignore-case' does not exist.
5822 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
5823 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5824 `tramp-open-shell'.
5825 (tramp-action-password): Hide password prompt before next run.
5826 (tramp-process-actions): Widen connection buffer for the trace.
5827 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
5828 process property. Trace stty settings if `tramp-verbose' >= 9.
5829 Apply workaround for IRIX64 bug. Move argument of last
5830 `tramp-send-command' where it belongs to.
5831 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
5832 front of `login-args'.
5833 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
5834 on "/dev/null" instead of "/".
5835 (tramp-get-ls-command-with-dired): Make test for "--dired"
5836 stronger.
5837 (tramp-set-auto-save-file-modes): Adapt version check.
5838 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
5839 (tramp-handle-process-file): Call the program in a subshell, in
5840 order to preserve working directory.
5841 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
5842 `tramp-remote-sh' from `tramp-methods'.
5843 (tramp-get-ls-command): Make test for "--color=never" stronger.
5844 (tramp-check-for-regexp): Use (forward-line 1).
5845
44ffae96
MA
5846 * net/trampver.el: Update release number.
5847
cb6c4991
CY
58482010-08-26 Chong Yidong <cyd@stupidchicken.com>
5849
5850 * help.el (help-map): Bind `C-h P' to describe-package.
5851
5852 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
5853
5854 * emacs-lisp/package.el (package-refresh-contents): Catch errors
5855 when downloading archives.
5856 (describe-package-1): Add package commentary.
5857 (package-install-button-action): New function.
5858 (package-menu-mode-map): Bind ? to package-menu-describe-package.
5859 (package-menu-view-commentary): Function removed.
5860 (package-list-packages-internal): Hide the `package' package too.
5861
b60f961f
KH
58622010-08-25 Kenichi Handa <handa@m17n.org>
5863
5864 * language/misc-lang.el ("Arabic"): New language environment.
5865 Setup composition-function-table for Arabic characters.
5866
5867 * international/fontset.el (setup-default-fontset): Fix typo for
5868 arabic OTF spec (fini->fina).
5869
a0c16be4
J
58702010-08-25 Jan Djärv <jan.h.d@swipnet.se>
5871
5872 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
5873 on all frames.
5874
85cc3d4f
VJL
58752010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5876
5877 * whitespace.el: Allow cleaning up blanks without blank
5878 visualization (Bug#6651). Adjust help window for
5879 whitespace-toggle-options (Bug#6479). Allow to use fill-column
5880 instead of whitespace-line-column (from EmacsWiki). New version
5881 13.1.
88b5a757 5882 (whitespace-style): Add new value 'face. Adjust docstring.
6a7662bb
BR
5883 (whitespace-space, whitespace-hspace, whitespace-tab):
5884 Adjust foreground property face.
85cc3d4f
VJL
5885 (whitespace-line-column): Adjust docstring and type declaration.
5886 (whitespace-style-value-list, whitespace-toggle-option-alist)
5887 (whitespace-help-text): Adjust const initialization.
5888 (whitespace-toggle-options, global-whitespace-toggle-options):
5889 Adjust docstring.
5890 (whitespace-display-window, whitespace-interactive-char)
5891 (whitespace-style-face-p, whitespace-color-on): Adjust code.
5892 (whitespace-help-scroll): New fun.
5893
cb8759ca
CY
58942010-08-24 Chong Yidong <cyd@stupidchicken.com>
5895
5896 * emacs-lisp/package.el (list-packages): Alias for
5897 package-list-packages.
5898
44a41a47
KR
58992010-08-24 Kevin Ryde <user42@zip.com.au>
5900
be7748e7
KR
5901 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
5902 (Bug#5651).
5903
44a41a47
KR
5904 * progmodes/ruby-mode.el (ruby): Add defgroup.
5905
edfd00fa
CY
59062010-08-24 Chong Yidong <cyd@stupidchicken.com>
5907
5908 * progmodes/python.el: Add Ipython support (Bug#5390).
5909 (python-shell-prompt-alist)
5910 (python-shell-continuation-prompt-alist): New options.
5911 (python--set-prompt-regexp): New function.
6a7662bb
BR
5912 (inferior-python-mode, run-python, python-shell):
5913 Require ansi-color. Use python--set-prompt-regexp to set the comint
edfd00fa
CY
5914 prompt based on the Python interpreter.
5915 (python--prompt-regexp): New var.
5916 (python-check-comint-prompt)
5917 (python-comint-output-filter-function): Use it.
5918 (run-python): Use a pipe (Bug#5694).
5919
59202010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
5921
5922 * progmodes/python.el (python-send-region): Send a different
5923 Python command if Ipython is in use.
5924 (python-check-version): Use a Python command to find the version.
5925
1c409d0b
CY
59262010-08-24 Chong Yidong <cyd@stupidchicken.com>
5927
5928 * mouse.el (mouse-yank-primary): Avoid setting primary when
5929 deactivating the mark (Bug#6872).
5930
733946e7 59312010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
5932
5933 * progmodes/python.el (python-block-pairs): Allow use of "finally"
5934 with "else" (Bug#3991).
5935
e73f184c
MA
59362010-08-23 Michael Albinus <michael.albinus@gmx.de>
5937
5938 * net/dbus.el: Accept UNIX domain sockets as bus address.
5939 (top): Don't initialize `dbus-registered-objects-table' anymore,
5940 this is done in dbusbind,c.
5941 (dbus-check-event): Adapt test for bus.
5942 (dbus-return-values-table, dbus-unregister-service)
5943 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
5944 Adapt doc string.
5945
1a140747
JB
59462010-08-23 Juanma Barranquero <lekktu@gmail.com>
5947
5948 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
5949
7133b7ee
JL
59502010-08-22 Juri Linkov <juri@jurta.org>
5951
5952 * simple.el (read-extended-command): New function with the logic
5953 for `completing-read' moved to Elisp from `execute-extended-command'.
5954 Use `function-called-at-point' in `minibuffer-default-add-function'
5955 to get a command name for M-n (bug#5364, bug#5214).
5956
198a7a97
CY
59572010-08-22 Chong Yidong <cyd@stupidchicken.com>
5958
5959 * startup.el (command-line-1): Issue warning for ignored arguments
5960 --unibyte, etc (Bug#6886).
5961
c00725d7
LL
59622010-08-22 Leo <sdl.web@gmail.com>
5963
5964 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
5965 (ignore, bright, dim, keyword): Split list of nicknames before
5966 passing to rcirc-add-or-remove (Bug#6894).
5967
bc7d7ea6
CY
59682010-08-22 Chong Yidong <cyd@stupidchicken.com>
5969
5970 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
5971
b0126eac 59722010-08-22 Leo <sdl.web@gmail.com>
e0143335 5973
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 5974 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 5975 * ido.el: Revert Óscar's.
e0143335
LL
5976 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
5977 Remember the buffers at head, rather than their name.
76e3243a 5978 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 5979
b0126eac 59802010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
5981 Stefan Monnier <monnier@iro.umontreal.ca>
5982
5983 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
5984 extra backslash added to each line (bug#6890).
5985
b0126eac 59862010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
5987
5988 * subr.el (read-key): Don't echo keystrokes (bug#6883).
5989
b0126eac 59902010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
5991
5992 * menu-bar.el (menu-bar-games-menu): Add landmark.
5993
b0126eac 59942010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 5995
9130a2d6
GM
5996 * align.el (align-regexp): Make group and spacing arguments
5997 use the interactive defaults when non-interactive. (Bug#6698)
5998
fb89a654
GM
5999 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
6000 expansion, so as not to need sendmail.
6001 (mail-text-start): Remove declaration.
6002 (rmail-retry-failure): Require sendmail.
6003
b0126eac 60042010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
6005
6006 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
6007
b0126eac 60082010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 6009
186e86db
SM
6010 * progmodes/flymake.el (flymake-start-syntax-check-process):
6011 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 6012
b0126eac 60132010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
6014
6015 * files.el: Add `word-wrap' as safe local variable.
6016
b0126eac 60172010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
6018
6019 * woman.el (woman-translate): Case matters. (Bug#6849)
6020
b0126eac 60212010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
6022
6023 * simple.el (kill-region): Doc fix (Bug#6787).
6024
b0126eac 60252010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
6026
6027 * calendar/diary-lib.el (diary-header-line-format):
6028 Fit it to the window, not the frame.
6029
b0126eac 60302010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
6031
6032 * subr.el (ignore-errors): Add debug declaration.
6033
b0126eac 60342010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
6035
6036 * whitespace.el (whitespace-color-off): Remove post-command-hook
6037 locally.
6038
537ffaf3
SM
60392010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6040
6041 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
6042
d64b8a68
CY
60432010-08-21 Chong Yidong <cyd@stupidchicken.com>
6044
6045 * cus-edit.el (custom-group-value-create): Add extra newline
6046 before end line (Bug#6876).
6047
d2625c3d
CY
60482010-08-21 Chong Yidong <cyd@stupidchicken.com>
6049
6050 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
6051 when extending it. Before killing on the second click, check if
6052 the buffer is the correct one. Doc fix.
6053 (mouse-secondary-save-then-kill): Allow usage without first
6054 calling mouse-start-secondary, by defaulting to point. Don't save
6055 an empty secondary selection. Doc fix.
6056
80525855
VJL
60572010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6058
91bdeb66
VJL
6059 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
6060 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 6061 New version 13.0.
80525855
VJL
6062 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6063 Adjust initialization.
6064 (whitespace-bob-marker, whitespace-eob-marker)
6065 (whitespace-buffer-changed): New vars.
6066 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
6067 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
6068 (whitespace-post-command-hook, whitespace-display-char-on):
6069 Adjust code.
80525855 6070 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 6071 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 6072
4b9c0a49
SM
60732010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6074
118cf454
SM
6075 * files.el (locate-file-completion-table): Only list the .el and .elc
6076 extensions if there's no other choice (bug#5955).
6077
a2e5caf7
SM
6078 * facemenu.el (facemenu-self-insert-data): New var.
6079 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
6080 New functions.
6081 (facemenu-add-face): Use them.
6082
4b9c0a49
SM
6083 * simple.el (blink-matching-open): Obey forward-sexp-function.
6084
0193499f
SM
60852010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
6086
b2a15250
SM
6087 * simple.el (prog-mode-map): New var.
6088 (prog-indent-sexp): New command.
6089
b5ba2d6f
SM
6090 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
6091
9acd1bdc
SM
6092 * progmodes/prolog.el (smie): Require.
6093
8723cfa4
SM
6094 * emacs-lisp/smie.el (smie-default-backward-token)
6095 (smie-default-forward-token): Strip properties.
6096 (smie-next-sexp): Be more careful with associative operators.
6097 (smie-forward-sexp-command): Generalize.
6098 (smie-backward-sexp-command): Simplify.
6099 (smie-closer-alist): New var.
6100 (smie-close-block): New command.
6101 (smie-indent-debug-log): New var.
6102 (smie-indent-offset-rule): Add a few more cases.
6103 (smie-indent-column): New function.
6104 (smie-indent-after-keyword): Use it.
6105 (smie-indent-keyword): Use it.
6106 Fix up the opener code's point position.
6107 (smie-indent-comment): Only applies at BOL.
6108 (smie-indent-debug): New command.
6109
0193499f
SM
6110 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
6111 declarations that are useful before running the macro.
6112
0c9b8993
GM
61132010-08-18 Joakim Verona <joakim@verona.se>
6114
6115 * image.el (imagemagick-types-inhibit): New variable.
6116 (imagemagick-register-types): New function.
6117 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
6118 (image-transform-set-scale, image-transform-fit-to-height)
6119 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
6120 (image-transform-fit-to-width, image-transform-fit-to-height):
6121 New functions.
ccd80618
JV
6122 (image-toggle-display-image): Support image transforms.
6123
1075cd61
KY
61242010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
6125
6126 * image.el (create-animated-image): Don't add heuristic mask to image
6127 (Bug#6839).
6128
64cb6c78
J
61292010-08-18 Jan Djärv <jan.h.d@swipnet.se>
6130
0193499f
SM
6131 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
6132 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 6133
ff80a446
SM
61342010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
6135
afa22f7c
SM
6136 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
6137
ff80a446
SM
6138 Font-lock '...' strings, plus various simplifications and fixes.
6139 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
6140 (octave-font-lock-close-quotes): New function.
6141 (octave-font-lock-syntactic-keywords): New var.
6142 (octave-mode): Use it. Set beginning-of-defun-function.
6143 (octave-mode-map): Don't override the <foo>-defun commands.
6144 (octave-mode-menu): Pass it directly to easy-menu-define;
6145 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
6146 (octave-block-match-alist): Fix up last change so that
6147 octave-close-block uses the more specific keyword.
6148 (info-lookup-mode): Silence byte-compiler.
6149 (octave-beginning-of-defun): Not interactive any more.
6150 Optimize slightly.
6151 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
6152 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
6153 (octave-completion-at-point-function): Make sure point is within
6154 beg..end.
6155 (octave-reindent-then-newline-and-indent):
6156 Use reindent-then-newline-and-indent.
6157 (octave-add-octave-menu): Remove.
6158
2269b349
JD
61592010-08-17 Jan Djärv <jan.h.d@swipnet.se>
6160
489cd5bd
JD
6161 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
6162 (report-emacs-bug-can-use-xdg-email): New functions.
6163 (report-emacs-bug): Set can-xdg-email to result of
6164 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
6165 \C-cm to report-emacs-bug-insert-to-mailer and add help text
6166 about it.
30ebab6d 6167
a2fb159c
GM
6168 * net/browse-url.el (browse-url-default-browser): Add cond
6169 for browse-url-xdg-open.
6170 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
6171
61722010-08-17 Glenn Morris <rgm@gnu.org>
6173
6174 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
6175 (c-fontify-recorded-types-and-refs): Define for compiler.
6176 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
6177 before use.
6178
6179 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
6180 Fix format call.
6181
bb6aba9c
MA
61822010-08-17 Michael Albinus <michael.albinus@gmx.de>
6183
6184 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
6185 properties.
6186 (tramp-handle-process-file): Call the program in a subshell, in
6187 order to preserve working directory.
6188 (tramp-action-password): Hide password prompt before next run.
6189 (tramp-process-actions): Widen connection buffer for the trace.
6190
8f10c937
DD
61912010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
6192
6193 * net/rcirc.el (rcirc-log-process-buffers): New option.
6194 (rcirc-print): Use it.
6195 (rcirc-generate-log-filename): New function.
6196 (rcirc-log-filename-function): Change default to
6197 rcirc-generate-log-filename (Bug#6828).
6198
7c23dd44
CY
61992010-08-16 Chong Yidong <cyd@stupidchicken.com>
6200
6201 * simple.el (deactivate-mark): If select-active-regions is `only',
6202 only set selection for temporarily active regions.
6203
6204 * cus-start.el: Change defcustom for select-active-regions.
6205
6d3e82d2
CY
62062010-08-15 Chong Yidong <cyd@stupidchicken.com>
6207
6208 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
6209 (mouse-drag-track): Use LOCATION arg to push-mark.
6210 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
6211 consideration when updating point and mark (Bug#6840).
6212
c68263b1
CY
62132010-08-15 Chong Yidong <cyd@stupidchicken.com>
6214
6215 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6216 Give the Ruby rule a lower priority than Gnu (Bug#6778).
6217
456f369a
ŠN
62182010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
6219
ff80a446
SM
6220 * font-lock.el (lisp-font-lock-keywords-2):
6221 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
6222 with-demoted-errors, and with-silent-modifications (Bug#6025).
6223
c22e18f5
KR
62242010-08-14 Kevin Ryde <user42@zip.com.au>
6225
6226 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
6227 (copyright-update): Temporary switch-to-buffer to ensure the
6228 buffer change being queried is visible (Bug#5394).
c22e18f5 6229
6f1a6faf
TT
62302010-08-14 Tom Tromey <tromey@redhat.com>
6231
6232 * progmodes/etags.el (tags-file-name): Mark safe if stringp
6233 (Bug#6733).
6234
e7afcf30
EZ
62352010-08-14 Eli Zaretskii <eliz@gnu.org>
6236
6237 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
6238 MS-DOS. (Bug#6689)
6239
2b4e6277
J
62402010-08-13 Jan Djärv <jan.h.d@swipnet.se>
6241
6242 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
6243 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
6244 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
6245 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
6246 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
6247 Call menu-bar-set-tool-bar-position.
2b4e6277 6248
dc94fc85
SM
62492010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6250
c5683ceb
SM
6251 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
6252 comment style (bug#6834).
6253 * progmodes/scheme.el (scheme-mode-syntax-table):
6254 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
6255 "b" flag in "' 14b" syntax.
6256
c82d5b11
SM
6257 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
6258 for (un)commenting the region and performing completion.
6259 (octave-mode-menu): Use standard commands for help and completion.
6260 (octave-mode-syntax-table): Support %{..%} comments (sort of).
6261 (octave-mode): Use define-derived-mode.
6262 Set completion-at-point-functions and don't set columns.
6263 Don't disable adaptive-fill-regexp.
6264 (octave-describe-major-mode, octave-comment-region)
6265 (octave-uncomment-region, octave-comment-indent)
6266 (octave-indent-for-comment): Remove.
6267 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 6268 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
6269 (octave-initialize-completions): No need to make an alist.
6270 (octave-completion-at-point-function): New function.
6271 (octave-complete-symbol): Use it.
6272 (octave-insert-defun): Use define-skeleton.
6273
6274 * progmodes/octave-mod.el (octave-mode): Set comment-add.
6275 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 6276
61b6abbd
AL
62772010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
6278
6279 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
6280 indentation of inserted comment.
6281
3a46642b
J
62822010-08-11 Jan Djärv <jan.h.d@swipnet.se>
6283
6284 * faces.el (region): Add type gtk that uses gtk colors.
6285
6286 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
6287 Handle theme-name change.
6288
3bd2cfef
MM
62892010-08-10 Michael R. Mauger <mmaug@yahoo.com>
6290
6291 * progmodes/sql.el: Version 2.5
6292 (sql-product-alist): Add :prompt-cont-regexp property for several
6293 database products.
6294 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
6295 (sql-output-newline-count, sql-output-by-send):
6296 New variables. Record number of newlines in input text.
3bd2cfef
MM
6297 (sql-send-string): Handle multiple filters and count newlines.
6298 (sql-send-magic-terminator): Count terminator newline.
6299 (sql-interactive-remove-continuation-prompt): Filters output to
6300 remove continuation prompts; one for each newline.
6301 (sql-interactive-mode): Set up new variables, prompt regexp and
6302 output filter.
6303 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 6304 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 6305
d02c9bcd
SM
63062010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6307
6308 * emacs-lisp/pcase.el: New file.
6309
80ca4f1e
MA
63102010-08-10 Michael Albinus <michael.albinus@gmx.de>
6311
6312 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
6313 as here-document, otherwise the command could exceed maximum
6314 length of command line.
d02c9bcd
SM
6315 (tramp-handle-vc-registered): Call script accordingly.
6316 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 6317
2948599b
KH
63182010-08-10 Kenichi Handa <handa@m17n.org>
6319
6320 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
6321 composable pattern.
6322
148cef8e
CY
63232010-08-09 Chong Yidong <cyd@stupidchicken.com>
6324
6325 * emacs-lisp/package.el (package-version-split)
6326 (package--version-first-nonzero, package-version-compare):
6327 Functions removed.
6328 (package-directory-list, package-load-all-descriptors)
6329 (package--built-in, package-activate, define-package)
6330 (package-installed-p, package-compute-transaction)
6331 (package-read-all-archive-contents)
6332 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
6333 (package-tar-file-info, package-list-packages-internal):
6334 Use version-to-list and version-list-*.
148cef8e 6335
d02c9bcd
SM
6336 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6337 Use version-to-list.
148cef8e
CY
6338 (package-upload-buffer-internal): Use version-list-<=.
6339
82a9ce0f
KH
63402010-08-09 Kenichi Handa <handa@m17n.org>
6341
231e5e5f 6342 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
6343 composable pattern.
6344
7adf5fdc
CY
63452010-08-08 Chong Yidong <cyd@stupidchicken.com>
6346
fc560445
CY
6347 * tutorial.el (tutorial--default-keys): C-d is now bound to
6348 delete-forward-char (Bug#6826).
6349
7adf5fdc
CY
6350 * mouse.el (mouse-drag-track): Remove accidentally-removed check
6351 for `double' value of mouse-1-click-follows-link (Bug#6807).
6352
e54a1075
JB
63532010-08-08 Johan Bockgård <bojohan@gnu.org>
6354
6355 * replace.el (replace-highlight): Bind isearch-forward and
6356 isearch-error, ensuring that highlighting is updated if the user
6357 switches the search direction (Bug#6808).
6358
6359 * isearch.el (isearch-lazy-highlight-forward): New var.
6360 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
6361 (isearch-lazy-highlight-update): Use it.
6362
7815fe19 63632010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 6364
8d9e03e4
JB
6365 * international/mule.el (define-charset): Store NAME as :base property.
6366 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
6367 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
6368 current priority. Force using the designation of the specific
8d9e03e4 6369 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 6370
7815fe19 63712010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
6372
6373 * emulation/pc-select.el (pc-selection-mode-hook)
6374 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
6375 (pc-selection-mode): Fix typos in docstrings.
6376
7815fe19 63772010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
6378
6379 * language/cyrillic.el: Don't add "microsoft-cp1251" to
6380 ctext-non-standard-encodings-alist here.
6381
8d9e03e4
JB
6382 * international/mule.el (ctext-non-standard-encodings-alist):
6383 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
6384 (ctext-standard-encodings): New variable.
6385 (ctext-non-standard-encodings-table): List only elements for
6386 non-standard encodings.
186e86db 6387 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
6388 Check ctext-standard-encodings.
6389
6390 * international/mule-conf.el (compound-text): Doc fix.
6391 (ctext-no-compositions): Doc fix.
6392 (compound-text-with-extensions): Doc fix.
6393
7815fe19 63942010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
6395
6396 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
6397
8d9e03e4 63982010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 6399
9ebc731b
JB
6400 * progmodes/which-func.el (which-func-format): Split help-echo text
6401 into lines, like other mode-line tooltips.
6402
d5b8058f
JB
6403 * server.el (server-start): When using TCP sockets, force IPv4
6404 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
6405
8d9e03e4 64062010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
6407
6408 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
6409
8d9e03e4 64102010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
6411
6412 * term.el (term-delimiter-argument-list): Reflow docstring.
6413 (term-read-input-ring, term-write-input-ring, term-send-input)
6414 (term-bol, term-erase-in-display, serial-supported-or-barf):
6415 Fix typos in docstrings.
6416
8d9e03e4 64172010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
6418
6419 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
6420
8d9e03e4 64212010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
6422
6423 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
6424
8d9e03e4 64252010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
6426
6427 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
6428 Fix typo in docstring (bug#6747).
6429
7815fe19 64302010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
6431
6432 * eshell/esh-io.el (eshell-get-target): Better detection of
6433 read-only file (Bug#6762).
6434
7815fe19 64352010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
6436
6437 * align.el (align-default-spacing): Doc fix.
6438 (align-region-heuristic, align-regexp): Fix typos in docstrings.
6439
733946e7 64402010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 6441
490b89ac 6442 * calendar/icalendar.el
93acd23d
JB
6443 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
6444 (icalendar--get-weekday-numbers): New.
81ee9410 6445 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 6446 values in weekly rules. (Bug#6766)
81ee9410 6447
490b89ac
UJ
64482010-08-08 Ulf Jasper <ulf.jasper@web.de>
6449
6450 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
6451 (icalendar--create-uid, icalendar-export-region)
6452 (icalendar--parse-summary-and-rest): Code formatting.
6453
2c695727
JB
64542010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
6455
6456 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
6457 to italicize headers.
6458 (calc-highlight-selections-with-faces): New variable.
6459 (calc-selected-face, calc-nonselected-face): New faces.
6460
6461 * calc/calccomp.el (math-comp-highlight-string): Use
6462 `calc-highlight-selections-with-faces' to determine how to highlight
6463 sub-formulas.
6464
6465 * calc/calc-sel.el (calc-show-selections): Change message to when
6466 using faces to highlight selections.
6467
b93d4f22
MM
64682010-08-07 Michael R. Mauger <mmaug@yahoo.com>
6469
8d9e03e4
JB
6470 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
6471 Add SQLite 3 keywords, functions and datatypes.
6472 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
6473 (Bug#6686).
6474
9852377f
CY
64752010-08-07 Chong Yidong <cyd@stupidchicken.com>
6476
6477 * simple.el (select-active-regions): Move to keyboard.c.
6478 (deactivate-mark): Used saved-region-selection.
6479 (select-active-region): Function removed.
6480 (activate-mark, set-mark, push-mark-command)
6481 (handle-shift-selection): Don't call it.
6482 (keyboard-quit): Avoid adding the region to the window selection.
6483
6484 * mouse.el (mouse-drag-track): Remove hacks to deal with old
6485 select-active-regions implementation.
6486 (mouse-yank-at-click): Doc fix.
6487
6488 * cus-start.el: Add custom declaration for select-active-regions.
6489
822775bf
EZ
64902010-08-07 Eli Zaretskii <eliz@gnu.org>
6491
4c5130d6
EZ
6492 * simple.el (delete-forward-char): Doc fix.
6493
822775bf
EZ
6494 * tutorial.el (help-with-tutorial): Hack safe file-local variables
6495 after reading the tutorial.
6496
bd4c5e3e
AM
64972010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
6498
6a7662bb
BR
6499 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
6500 Fix for the case that a C style comment has its delimiters alone on
bd4c5e3e
AM
6501 their respective lines.
6502
d00fa9b6
MA
65032010-08-06 Michael Albinus <michael.albinus@gmx.de>
6504
8d9e03e4 6505 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6 6506 property "vec".
6a7662bb
BR
6507 (tramp-process-sentinel): Use it for flushing the cache.
6508 We cannot do it via the process buffer, the buffer could be deleted
d00fa9b6
MA
6509 already when running the sentinel.
6510
65112010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
6512
6513 * comint.el (comint-mode): Make directory tracking functions
6514 functional on remote files. (Bug#6764)
6515
b3d42406
DN
65162010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
6517
6518 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
6519
29cf3e20
EZ
65202010-08-05 Eli Zaretskii <eliz@gnu.org>
6521
6a7662bb
BR
6522 * emacs-lisp/find-gc.el (find-gc-source-files):
6523 Rename unexec.c => unexcoff.c.
29cf3e20 6524
6a7662bb
BR
6525 * emacs-lisp/authors.el (authors-fixed-entries):
6526 Rename unexec.c => unexcoff.c.
29cf3e20 6527
39e1bf0b
MA
65282010-08-05 Michael Albinus <michael.albinus@gmx.de>
6529
6530 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
6531 cache, not only file cache.
6532 (tramp-process-sentinel): New defun.
6533 (tramp-handle-start-file-process): Use it, in order to invalidate
6534 file caches.
6535
9f982e22
LL
65362010-08-03 Leo <sdl.web@gmail.com>
6537
6538 * server.el (server-start): Simplify loop.
6539
0798a8d8
SM
65402010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
6541
548c5c47
SM
6542 * frame.el (screen-height, screen-width, set-screen-width)
6543 (set-screen-height): Remove ancient compatibility aliases.
6544
3311d1c2
SM
6545 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
6546 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
6547
0798a8d8
SM
6548 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
6549 that change current buffer.
6550
26ee77a6
YM
65512010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6552
6553 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
6554 beginning of the string. Use `string-match-p'. (Bug#6765)
6555
aa1859f5
J
65562010-08-01 Jan Djärv <jan.h.d@swipnet.se>
6557
6558 * cus-start.el (x-gtk-use-system-tooltips): New variable.
6559
376c2b6b
CY
65602010-08-01 Chong Yidong <cyd@stupidchicken.com>
6561
0798a8d8 6562 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 6563 (package--builtins): Tweak descriptions.
0798a8d8
SM
6564 (package-print-package): Upcase descriptions if necessary.
6565 Show all built-in packages in font-lock-builtin-face.
6566 (package-list-packages-internal): Omit "emacs" package.
6567 Show status of built-in packages as "built-in".
376c2b6b 6568
16041401
CY
65692010-07-31 Chong Yidong <cyd@stupidchicken.com>
6570
6571 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
6572 before killing to preserve the primary selection (Bug#6701).
6573
6574 * term/x-win.el (x-select-text): Doc fix.
6575
0798a8d8
SM
65762010-07-31 Nathaniel Flath <flat0103@gmail.com>
6577
452ea855
AM
6578 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
6579 (objc-font-lock-extra-types):
452ea855 6580 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
6581 * progmodes/cc-langs.el (c-make-mode-syntax-table)
6582 (c++-make-template-syntax-table)
6583 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
6584 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
6585 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
6586 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
6587 * progmodes/cc-fonts.el (c-make-inverse-face)
6588 (c-basic-matchers-after):
452ea855
AM
6589 * progmodes/cc-engine.el (c-forward-keyword-clause)
6590 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
6591 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
6592 (c-guess-continued-construct, c-guess-basic-syntax):
2f5e7c6f
GM
6593 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
6594 The above functions were modified or created.
452ea855 6595
37766706
J
65962010-07-31 Jan Djärv <jan.h.d@swipnet.se>
6597
0798a8d8 6598 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 6599
cd83d522
EZ
66002010-07-31 Eli Zaretskii <eliz@gnu.org>
6601
6602 * files.el (bidi-paragraph-direction): Define safe local values.
6603
6604 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
6605 language-info-alist. Remove outdated FIXME in a comment.
6606
28e5cf7c
AM
66072010-07-31 Alan Mackenzie <acm@muc.de>
6608
6609 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
6610 Auto-fill broken in C/C++ modes.
6611
bfeabdc3
JD
66122010-07-29 Jan Djärv <jan.h.d@swipnet.se>
6613
6614 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
6615 (menu-bar-showhide-tool-bar-menu-customize-disable)
6616 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
6617 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
6618 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
6619 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
6620 make a menu for Options => toolbar that can move it.
6621
063e5294
CY
66222010-07-29 Chong Yidong <cyd@stupidchicken.com>
6623
6624 * emacs-lisp/package-x.el (package--make-rss-entry):
6625 (package-maint-add-news-item, package--update-news)
6626 (package-upload-buffer-internal): New arg ARCHIVE-URL.
6627
6628 * emacs-lisp/package.el (package-archive-url): Rename from
6629 package-archive-id.
6630 (package-install): Doc fix.
6631 (package-download-single, package-download-tar, package-install)
6632 (package-menu-view-commentary): Callers changed.
6633
683cc385
MA
66342010-07-29 Michael Albinus <michael.albinus@gmx.de>
6635
6636 * net/tramp.el (tramp-handle-start-file-process): Check only for
6637 `remote-tty' process property.
6638 (tramp-open-shell): Don't check for tty.
6639 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
6640 process property.
6641
6642 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
6643 host.
6644
bc44bef7
PH
66452010-07-28 Chong Yidong <cyd@stupidchicken.com>
6646
6647 * emacs-lisp/package.el (package-load-list, package-archives)
6648 (package-archive-contents, package-user-dir)
6649 (package-directory-list, package--builtins, package-alist)
6650 (package-activated-list, package-obsolete-alist): Mark as risky.
6651
66522010-07-28 Phil Hagelberg <phil@evri.com>
6653
6654 Add support for non-default package repositories.
6655 * emacs-lisp/package.el (package-archive-base): Var deleted.
6656 (package-archives): New variable.
6657 (package-archive-contents): Doc fix.
0798a8d8 6658 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
6659 (package--write-file-no-coding): New function.
6660 (package-unpack-single): Use it.
6661 (package-archive-id): New function.
6662 (package-download-single, package-download-tar)
6663 (package-menu-view-commentary): Use it.
6664 (package-installed-p): Make second argument optional.
6665 (package-read-all-archive-contents): New function.
6666 (package-initialize): Use it.
6667 (package-read-archive-contents): Add ARCHIVE argument.
6668 (package--add-to-archive-contents): New function.
6669 (package-install): Don't call package-read-archive-contents.
6670 (package--download-one-archive): Store archive file in a
6671 subdirectory of package-user-dir.
6672 (package-menu-execute): Remove spurious line movement.
6673
8a52f00a
JD
66742010-07-28 Jan Djärv <jan.h.d@swipnet.se>
6675
6676 * cus-start.el (tool-bar-style): Add text-image-horiz.
6677
b21d3ceb
MA
66782010-07-28 Michael Albinus <michael.albinus@gmx.de>
6679
6680 * progmodes/gud.el (gud-common-init): Check for remoteness of
6681 `file', and not of `default-directory'.
6682
8fbcce2d
MA
66832010-07-28 Michael Albinus <michael.albinus@gmx.de>
6684
6685 * net/tramp.el (tramp-methods): Move hostname to the end in all
6686 ssh `tramp-login-args'.
6687 (tramp-verbose): Describe verbose level 9.
6688 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
6689 (tramp-open-connection-setup-interactive-shell): Trace stty
6690 settings if `tramp-verbose' >= 9.
6691 (tramp-handle-start-file-process): Implement tty setting.
6692 (Bug#4604, Bug#6360)
6693
6694 * net/tramp-cmds.el (tramp-bug): Recommend setting of
6695 `tramp-verbose' to 9.
6696
128440c9
AH
66972010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
6698
6699 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
6700 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
6701 Remove references to package `lisp-re' (bug#4369).
6702
ae0c2494
TT
67032010-07-27 Tom Tromey <tromey@redhat.com>
6704
6705 * progmodes/js.el (js-mode):
6706 * progmodes/make-mode.el (makefile-mode):
6707 * progmodes/simula.el (simula-mode):
6708 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
6709
0ed082fe 67102010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
6711
6712 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
6713
7c7c04c0
JB
6714 * time.el (display-time-day-and-date): Remove spurious * in docstring.
6715 (display-time-world-buffer-name, display-time-world-mode-map):
6716 Fix typos in docstrings.
6717
0ed082fe 67182010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
6719
6720 * image-mode.el (image-display-size): New function.
6721 (image-forward-hscroll, image-next-line, image-eol, image-eob)
6722 (image-mode-fit-frame): Use it (Bug#6639).
6723
0ed082fe 67242010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
6725
6726 * dired.el (dired-buffers-for-dir): Handle list values of
6727 dired-directory (Bug#6636).
6728
aa2d4bd3
SS
67292010-07-26 Sam Steingold <sds@gnu.org>
6730
6731 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
6732 Do not call `x-get-selection' the second time, reuse the value.
6733
78b84da3
DU
67342010-07-26 Daiki Ueno <ueno@unixuser.org>
6735
6736 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 6737 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 6738
4f195cf7
DU
67392010-07-25 Daiki Ueno <ueno@unixuser.org>
6740
6741 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
6742 exists before passing an error to find-file-not-found-functions
6743 (bug#6723).
6744
195e19e4
LH
67452010-07-23 Lukas Huonker <l.huonker@gmail.com>
6746
6747 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
6748 Remove leading nil element, adjust values.
6749 (tetris-shapes, tetris-shape-scores):
6750 Change representation of shapes and remove some redundancy.
6751 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
6752 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
6753 Adjust for working with new representation of shapes.
6754 (tetris-shape-rotations): New function.
6755 (tetris-move-bottom, tetris-move-left, tetris-move-right)
6756 (tetris-rotate-prev, tetris-rotate-next):
6757 Adjust for working with the new version of tetris-test-shape.
6758
9cf2db99
MT
67592010-07-23 Markus Triska <markus.triska@gmx.at>
6760
6761 * progmodes/ps-mode.el: Use comint (bug#5954).
6762 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
6763 (ps-mode-other-newline): Simplify.
6764 (ps-run-mode): Derive from comint-mode instead of
6765 fundamental-mode, yielding input history etc.
6766 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
6767 (ps-run-send-string): Adapt for comint-mode.
6768 (ps-run-newline): Remove now unneeded function.
6769
225d5e9e
MA
67702010-07-23 Michael Albinus <michael.albinus@gmx.de>
6771
6772 * net/tramp.el (tramp-methods): Move hostname to the end in all
6773 plink `tramp-login-args'.
6774
84bc68f2
MA
67752010-07-23 Michael Albinus <michael.albinus@gmx.de>
6776
6777 * net/tramp.el (tramp-open-shell): New defun.
6778 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6779 Use it.
6780
1eb5ca1c
MA
67812010-07-23 Michael Albinus <michael.albinus@gmx.de>
6782
6783 * net/tramp.el (tramp-file-name-regexp-unified)
6784 (tramp-completion-file-name-regexp-unified): On W32 systems, do
6785 not regard the volume letter as remote filename. (Bug#5447)
6786
440735a7
JB
67872010-07-23 Juanma Barranquero <lekktu@gmail.com>
6788
6789 * custom.el (custom-declare-variable): Give a clearer error message
6790 when the docstring is missing (bug#6476).
6791
5474c40f
MM
67922010-07-22 Michael R. Mauger <mmaug@yahoo.com>
6793
6794 * progmodes/sql.el: Version 2.4. Improved Login prompting.
6795 (sql-login-params): New widget definition.
6796 (sql-oracle-login-params, sql-mysql-login-params)
6797 (sql-solid-login-params, sql-sybase-login-params)
6798 (sql-informix-login-params, sql-ingres-login-params)
6799 (sql-ms-login-params, sql-postgres-login-params)
6800 (sql-interbase-login-params, sql-db2-login-params)
6801 (sql-linter-login-params): Use it.
6802 (sql-sqlite-login-params): Use it; Define "database" parameter as
6803 a file name.
c4cc8b9a 6804 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
6805 (sql-comint-sqlite): Make sure database name is complete.
6806 (sql-for-each-login): New function.
6807 (sql-connect, sql-save-connection): Use it.
6808 (sql-get-login-ext): New function.
6809 (sql-get-login): Use it.
6810 (sql-make-alternate-buffer-name): Handle :file parameters.
6811
9c0deccb
JB
68122010-07-22 Juanma Barranquero <lekktu@gmail.com>
6813
6814 * dired.el (dired-no-confirm): Document value t and fix defcustom to
6815 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
6816
aac818a8
TL
68172010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
6818
6819 * dired.el (dired-mode-map): Use command remapping (bug#6632).
6820
47d2734f
LM
68212010-07-22 Lawrence Mitchell <wence@gmx.li>
6822
6823 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
6824
10e73994
MA
68252010-07-21 Michael Albinus <michael.albinus@gmx.de>
6826
6827 * net/tramp.el (tramp-get-ls-command)
6828 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
6829 instead of "/".
6830
d26b0ea9
MM
68312010-07-20 Michael R. Mauger <mmaug@yahoo.com>
6832
6833 * progmodes/sql.el: Version 2.3.
f49d1f52 6834 (sql-connection-alist): Change keys from symbols to strings;
d26b0ea9 6835 enhanced the widget definition.
88b5a757
DD
6836 (sql-mode-menu): Add submenu to select connections.
6837 (sql-interactive-mode-menu): Add "Save Connection" item.
6838 (sql-add-product): Fix menu item.
d26b0ea9
MM
6839 (sql-get-product-feature): Improved error handling.
6840 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
6841 (sql-make-alternate-buffer-name): Simplified.
6842 (sql-product-interactive): Handle missing product.
6843 (sql-connect): Support string keys, minor improvements.
6844 (sql-save-connection): New function.
6845 (sql-connection-menu-filter): New function.
6846
af4b9ae5
MA
68472010-07-20 Michael Albinus <michael.albinus@gmx.de>
6848
6849 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6a7662bb
BR
6850 (tramp-open-connection-setup-interactive-shell):
6851 Apply workaround for IRIX64 bug. Move argument of last
af4b9ae5
MA
6852 `tramp-send-command' where it belongs to.
6853
da040a16
MA
68542010-07-20 Michael Albinus <michael.albinus@gmx.de>
6855
6856 * net/tramp.el (tramp-perl-file-attributes)
6857 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
6858 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
6859 front of `login-args'.
6860
16f3ade5
JB
68612010-07-19 Juanma Barranquero <lekktu@gmail.com>
6862
6863 * time.el (display-time-world-mode): Define with `define-derived-mode'.
6864 Set `show-trailing-whitespace' to nil.
6865 (display-time-world-display): Simplify.
6866
00af0b67
AM
68672010-07-18 Alan Mackenzie <acm@muc.de>
6868
6869 Enhance `c-file-style' in file/directory local variables.
a628ad9d 6870 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
6871 (c-before-hack-hook): Call `c-set-style' differently according to
6872 whether c-file-style was set in file or directory local
6873 variables.
6874
30c4d8dc
MM
68752010-07-18 Michael R. Mauger <mmaug@yahoo.com>
6876
6877 * progmodes/sql.el: Version 2.2.
6a7662bb
BR
6878 (sql-product, sql-user, sql-database, sql-server, sql-port):
6879 Use defcustom :safe keyword rather than putting safe-local-variable
30c4d8dc
MM
6880 property.
6881 (sql-password): Use defcustom :risky keyword rather than putting
6882 risky-local-variable property.
6883 (sql-oracle-login-params, sql-sqlite-login-params)
6884 (sql-solid-login-params, sql-sybase-login-params)
6885 (sql-informix-login-params, sql-ingres-login-params)
6886 (sql-ms-login-params, sql-postgres-login-params)
6887 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 6888 (sql-linter-login-params): Add `port' option.
88b5a757 6889 (sql-get-product-feature): Add NO-INDIRECT parameter.
30c4d8dc
MM
6890 (sql-comint-oracle, sql-comint-sybase)
6891 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
6892 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
6893 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
88b5a757 6894 (sql-comint-linter): Rename sql-connect-* functions to
30c4d8dc 6895 sql-comint-*.
88b5a757 6896 (sql-product-alist, sql-mode-menu): Rename as above and
30c4d8dc 6897 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 6898 (sql-connection): New variable.
30c4d8dc
MM
6899 (sql-interactive-mode): Set it.
6900 (sql-connection-alist): New variable.
6901 (sql-connect): New function.
6902 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 6903 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 6904
f12492c8
TV
69052010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6906
6907 * image-mode.el (image-bookmark-make-record): Do not set context
6908 in an image (Bug#6650).
6909
91023c68
CY
69102010-07-17 Chong Yidong <cyd@stupidchicken.com>
6911
6912 * simple.el (select-active-region): New function.
6913 (push-mark-command, set-mark, activate-mark)
6914 (handle-shift-selection): Use it.
6915 (deactivate-mark): Don't check for size of region.
6916
6917 * mouse.el (mouse-drag-track): Use select-active-region.
6918
1c0e8f0e
MA
69192010-07-17 Michael Albinus <michael.albinus@gmx.de>
6920
6921 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
6922 "--dired" stronger.
6923
2490cbbc
CY
69242010-07-17 Chong Yidong <cyd@stupidchicken.com>
6925
6926 * term/x-win.el (x-select-enable-primary): Change default to nil.
6927 (x-select-enable-clipboard): Add :version keyword.
6928
6929 * mouse.el (mouse-drag-copy-region):
6930 * simple.el (select-active-regions): Likewise.
6931
f253ef6a
RS
69322010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
6933
a628ad9d 6934 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
6935 (vc-coding-system-for-diff): Use it to decide whether to inherit
6936 from the file the EOL format for reading the diffs of that file.
6937 (Bug#4451)
6938
134a027f
EZ
69392010-07-16 Eli Zaretskii <eliz@gnu.org>
6940
6941 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
6942 unibyte, so compressed attachments are not compressed again.
6943
7e4289ad
MA
69442010-07-16 Michael Albinus <michael.albinus@gmx.de>
6945
6946 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
6947 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
6948 (tramp-find-shell): Simplify setting connection property.
6949 (tramp-get-ls-command): Make test for "--color=never" stronger.
6950
7473fff9 69512010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
6952
6953 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
6954 blocks within record declarations (i.e. variant parts) correctly.
6955
a11b38ee
SS
69562010-07-15 Simon South <ssouth@member.fsf.org>
6957
6958 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
6959 over literal tokens when parsing so newlines aren't "absorbed" by
6960 single-line comments. Corrects the indentation of case blocks
6961 that have a comment on the first line.
6962
077e0753
KF
69632010-07-14 Karl Fogel <kfogel@red-bean.com>
6964
6965 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
6966 by Drew Adams (Bug#5504).
6967
243881ed
J
69682010-07-14 Jan Djärv <jan.h.d@swipnet.se>
6969
6970 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 6971 now that Unicode is used (Bug#6594).
243881ed 6972
f9d71b42
CY
69732010-07-14 Chong Yidong <cyd@stupidchicken.com>
6974
6975 * term/x-win.el (x-select-enable-clipboard): Default to t.
6976 (x-initialize-window-system): Don't overwrite Paste menu item.
6977
6978 * simple.el (select-active-regions): Default to t.
6979 (push-mark-command): Don't overwrite primary with empty string.
6980
6981 * mouse.el: Bind mouse-2 to mouse-yank-primary.
6982 (mouse-drag-copy-region): Default to nil.
6983
6984 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
6985 Cut/Copy/Paste menu bar items.
6986
a628ad9d 69872010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
6988
6989 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6990 Patch applied by Karl Fogel.
6991
6992 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
6993 and `bookmark-current-buffer' if they have been already set in
6994 another buffer (e.g gnus-art).
6995
e44fa724 69962010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 6997 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
6998
6999 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
7000
7001 * bookmark.el (bookmark-make-record-default): Allow unneeded
7002 information to be omitted from the record.
7003
7004 Adjust declarations and calls:
7005
7006 * info.el (bookmark-make-record-default): Adjust declaration.
7007 (Info-bookmark-make-record): Adjust call.
7008
7009 * woman.el (bookmark-make-record-default): Adjust declaration.
7010 (woman-bookmark-make-record): Adjust call.
7011
7012 * man.el (bookmark-make-record-default): Adjust declaration.
7013 (Man-bookmark-make-record): Adjust call.
7014
7015 * image-mode.el (bookmark-make-record-default): Adjust declaration.
7016
7017 * doc-view.el (bookmark-make-record-default): Adjust declaration.
7018
0c4371fe
KF
70192010-07-13 Karl Fogel <kfogel@red-bean.com>
7020
7021 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
7022 This is also from Thierry Volpiatto's patch in bug #6444. However,
7023 because it was extraneous to the functional change in that patch,
7024 and causes a re-indendation, I am committing it separately.
7025
2bb8db3e 70262010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
7027
7028 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
7029 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 7030 Patch applied by Karl Fogel (Bug#6444).
068a0233 7031
21bd02a6
CY
70322010-07-13 Chong Yidong <cyd@stupidchicken.com>
7033
7034 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
7035
79cb9c05
AR
70362010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
7037
7038 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
7039 Dempsky; bug#5084). Remove incorrect binding for S-tab.
7040 (ns-alternatives-map): Change S-tab binding to backtab
7041 (bug#6616).
7042
7043 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
7044 under ns.
7045
beb000f9
AS
70462010-07-12 Andreas Schwab <schwab@linux-m68k.org>
7047
dd86ea11
JB
7048 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
7049 (Bug#5806)
e9952282 7050
beb000f9
AS
7051 * language/tv-util.el (tai-viet-re): Remove format.
7052
6f2cdcd1
KH
70532010-07-12 Kenichi Handa <handa@m17n.org>
7054
dd86ea11
JB
7055 * language/hebrew.el: Remove no-byte-compile declaration.
7056 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
7057 composition-function-table for 3-character looking back.
7058 (hebrew-font-get-precomposed): New function.
7059 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
7060
f479ef6e
CY
70612010-07-11 Chong Yidong <cyd@stupidchicken.com>
7062
7063 * mouse.el (mouse-drag-track): Handle select-active-regions
7064 (Bug#6612).
7065
3277c1ee
MA
70662010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
7067
7068 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
7069 empty argument to gvfs-copy.
7070
3260caf8
GM
70712010-07-10 Glenn Morris <rgm@gnu.org>
7072
7073 * calendar/calendar.el (calendar-week-end-day): New function.
7074 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
7075 Respect calendar-week-start-day. (Bug#6606)
7076 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
7077 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
7078 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
7079 respect calendar-week-start-day.
7080
c876b263
CY
70812010-07-10 Chong Yidong <cyd@stupidchicken.com>
7082
7083 * simple.el (use-region-p): Doc fix (Bug#6607).
7084
dce34635
AG
70852010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
7086
6a7662bb
BR
7087 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7088 Add regexps for cucumber and ruby.
dce34635 7089
c0397930
DU
70902010-07-08 Daiki Ueno <ueno@unixuser.org>
7091
7092 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
7093 (epa-file-insert-file-contents): Hack to prevent
192cfe77 7094 find-file from opening empty buffer when decryption failed
c0397930
DU
7095 (bug#6568).
7096
fd5539c6
AM
70972010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
7098
a628ad9d
JB
7099 * textmodes/ispell.el (ispell-alternate-dictionary):
7100 Use file-readable-p.
fd5539c6
AM
7101 Return nil if no word-list is found at default locations.
7102 (ispell-complete-word-dict): Default to nil.
7103 (ispell-command-loop): Use 'word-list' when using lookup-words.
7104 (lookup-words): Use ispell-complete-word-dict or
7105 ispell-alternate-dictionary. Check for word-list availability
7106 and handle errors if needed with better messages (Bug#6539).
7107 (ispell-complete-word): Use ispell-complete-word-dict or
7108 ispell-alternate-dictionary.
7109
4565b08e
CS
71102010-07-07 Christoph Scholtes <cschol2112@gmail.com>
7111
7112 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
7113 builtins (BufferError, BytesWarning, WindowsError; callables
7114 bin, bytearray, bytes, format, memoryview, next, print; __package__).
7115
a2c270e7
GM
71162010-07-07 Glenn Morris <rgm@gnu.org>
7117
7118 * play/zone.el (top-level): Do not require timer, tabify, or cl.
7119 (zone-shift-left): Ignore intangibility, and any errors from
7120 forward-char.
7121 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
7122 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
7123 deleting, and copying text properties.
7124 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
7125 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
7126 to point-max is hard.
7127 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
7128 (zone-fill-out-screen): Ignore intangibility.
7129
81133808
CY
71302010-07-05 Chong Yidong <cyd@stupidchicken.com>
7131
4ad11f8c
CY
7132 * menu-bar.el (menu-bar-mode):
7133 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
7134 if it has been set.
7135
81133808
CY
7136 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
7137 word/line selection (Bug#6565).
7138
b24344ca
JB
71392010-07-04 Juanma Barranquero <lekktu@gmail.com>
7140
7141 * net/dbus.el (dbus-send-signal): Declare function.
7142
b1ce08da
MA
71432010-07-04 Michael Albinus <michael.albinus@gmx.de>
7144
7145 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
7146 (dbus-register-property): New optional argument EMITS-SIGNAL.
7147 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
7148
5592c08f
CY
71492010-07-03 Chong Yidong <cyd@stupidchicken.com>
7150
7151 * mouse.el (mouse-drag-overlay): Variable deleted.
7152 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
7153 (mouse--remap-link-click-p): New function.
7154 (mouse-drag-track): Handle dragging by using temporary Transient
7155 Mark mode, instead of a special overlay.
7156 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
7157 mouse-show-mark.
7158
7159 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
7160 deleted.
7161
a6ed0e28
JL
71622010-07-02 Juri Linkov <juri@jurta.org>
7163
7164 * autoinsert.el (auto-insert-alist): Fix readability
7165 by using dotted pair notation for lambda.
7166
c91e692b
JL
71672010-07-02 Juri Linkov <juri@jurta.org>
7168
7169 * faces.el (read-face-name): Rename arg `string-describing-default'
7170 to `default'. Doc fix. Display the default value in quotes
7171 in the prompt. With empty input, return the `default' arg,
7172 unless the default value is a string (in which case return nil).
7173 (describe-face): Replace the string `default' arg of `read-face-name'
7174 with the symbol `default'.
7175
23640f8f
CY
71762010-07-02 Chong Yidong <cyd@stupidchicken.com>
7177
7178 * emulation/viper-cmd.el (viper-delete-backward-char)
7179 (viper-del-backward-char-in-insert)
7180 (viper-del-backward-char-in-replace, viper-change)
7181 (viper-backward-indent): Replace delete-backward-char with
7182 delete-char (Bug#6552).
7183
b32d1614
CY
71842010-07-01 Chong Yidong <cyd@stupidchicken.com>
7185
7186 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
7187
c1ef4455
CY
71882010-06-30 Chong Yidong <cyd@stupidchicken.com>
7189
7190 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
7191 argument passed to frame-creation-function (Bug#5378).
7192
7193 * faces.el (x-handle-named-frame-geometry)
7194 (x-handle-reverse-video, x-create-frame-with-faces)
6a7662bb
BR
7195 (face-set-after-frame-default, tty-create-frame-with-faces):
7196 Don't separately consult default-frame-alist. It is now passed as the
c1ef4455
CY
7197 PARAMETER argument.
7198
55702e89
AS
71992010-06-30 Andreas Schwab <schwab@linux-m68k.org>
7200
7201 * startup.el (command-line): Don't call tool-bar-setup in a
7202 tty-only build.
7203
dc9a226c
CY
72042010-06-30 Chong Yidong <cyd@stupidchicken.com>
7205
7206 * ruler-mode.el (ruler--save-header-line-format): New fun.
7207 (ruler-mode): Use it as a setter function, so as not to overwrite
7208 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
7209
a2f043d3
CY
72102010-06-29 Chong Yidong <cyd@stupidchicken.com>
7211
7212 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
7213 (vc-root-diff, vc-print-root-log, vc-log-incoming)
7214 (vc-log-outgoing): Use it.
7215 (vc-diff-internal): Set diff-vc-backend.
7216
7217 * vc/diff-mode.el (diff-vc-backend): New var.
7218
62d115ef
J
72192010-06-28 Jan Djärv <jan.h.d@swipnet.se>
7220
6a7662bb
BR
7221 * dynamic-setting.el (font-setting-change-default-font):
7222 Remove call to message.
62d115ef 7223
1180f752
KH
72242010-06-28 Kenichi Handa <handa@m17n.org>
7225
7226 * international/quail.el (quail-insert-kbd-layout): Fix the
7227 showing of untranslated characters.
7228
b9229673
CY
72292010-06-28 Chong Yidong <cyd@stupidchicken.com>
7230
7231 * simple.el (delete-active-region): New option.
7232 (delete-backward-char): Implement in Lisp.
7233 (delete-forward-char): New command.
7234
7235 * mouse.el (mouse-region-delete-keys): Deleted.
7236 (mouse-show-mark): Simplify.
7237
7238 * bindings.el (global-map): Bind delete and DEL, the former to
7239 delete-forward-char.
7240
a628ad9d 72412010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
7242
7243 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
7244 (ruby-mode): Bind indent-line-function (Bug#5119).
7245
3468f435
CY
72462010-06-27 Chong Yidong <cyd@stupidchicken.com>
7247
7248 * startup.el (command-line): Recognize "0" X resource value.
7249
6431f2e6
CY
72502010-06-27 Chong Yidong <cyd@stupidchicken.com>
7251
7252 * startup.el (command-line): Use X resources to set the value of
7253 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
7254
7255 * menu-bar.el (menu-bar-mode):
7256 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
7257 Set init-value to t.
7258
7259 * frame.el (frame-notice-user-settings): Don't change
7260 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
7261 vice versa (Bug#2249).
7262
b61dfbe2
EZ
72632010-06-26 Eli Zaretskii <eliz@gnu.org>
7264
7265 * w32-fns.el (w32-convert-standard-filename): Doc fix.
7266
f5cbf40e
AM
72672010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
7268
a628ad9d
JB
7269 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
7270 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 7271
a628ad9d 7272 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 7273 default directories are expanded (Bug#6143).
f5cbf40e 7274
8f3b8a5f
JL
72752010-06-24 Juri Linkov <juri@jurta.org>
7276
7277 * minibuffer.el (completions-format): Change default from nil to
7278 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
7279
5af72a47
JL
72802010-06-24 Juri Linkov <juri@jurta.org>
7281
7282 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
7283 buffer-locally to lambda that re-runs the vc diff command.
7284 (Bug#6447)
7285
8f804316
CY
72862010-06-24 Chong Yidong <cyd@stupidchicken.com>
7287
7288 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
7289 echo area is in use (Bug#3412).
7290
be19ef0b
GM
72912010-06-22 Glenn Morris <rgm@gnu.org>
7292
6555773f
GM
7293 * textmodes/texinfmt.el (texinfo-format-region)
7294 (texinfo-raise-lower-sections, texinfo-format-separate-node)
7295 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
7296 (texinfo-format-option, texinfo-noindent):
7297 Use line-beginning-position and line-end-position.
7298
be19ef0b
GM
7299 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
7300 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
7301 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
7302 utf-8 characters.
7303
7f0b7b3e
KF
73042010-06-21 Karl Fogel <kfogel@red-bean.com>
7305
49554388
GM
7306 * play/zone.el (zone-fall-through-ws): Fix next-line ->
7307 forward-line fallout.
7308
e8579ebc
CY
73092010-07-06 Chong Yidong <cyd@stupidchicken.com>
7310
7311 * mouse.el (mouse-appearance-menu): Add docstring.
7312
7313 * help.el (describe-key): Print up-event using key-description.
7314
5d1cd8bd
MA
73152010-07-03 Michael Albinus <michael.albinus@gmx.de>
7316
7317 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 7318 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
7319 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
7320
112dbc0e
MA
73212010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
7322
7323 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
7324
d0cb23ca
DN
73252010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
7326
7327 Avoid displaying files with a nil state in vc-dir.
a628ad9d 7328 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
7329 cases that cause insertion.
7330 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
7331 with a nil state.
7332
01b229d1
CY
73332010-06-30 Chong Yidong <cyd@stupidchicken.com>
7334
7335 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
7336
8bf1c786 73372010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
7338
7339 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
7340
dfc6544c
CY
73412010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
7342
7343 * generic-x.el (bat-generic-mode): Fix regexp for command line
7344 switches (Bug#5719).
7345
b7d4de51
CY
73462010-06-27 Masatake YAMATO <yamato@redhat.com>
7347
dfc6544c
CY
7348 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
7349 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 7350
3726248f
CY
73512010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
7352
8bf1c786 7353 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
7354 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
7355 bindings of bookmark-automatically-show-annotations (Bug#6515).
7356
aca54191
EZ
73572010-06-25 Eli Zaretskii <eliz@gnu.org>
7358
7359 * arc-mode.el (archive-zip-extract): Don't quote the file name on
7360 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
7361
2330fa87
ŠN
73622010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
7363
7364 * comint.el (make-comint, make-comint-in-buffer): Mention return
7365 value in the docstrings. (Bug#6498)
7366
29115ca9
YR
73672010-06-24 Yoni Rabkin <yoni@rabkins.net>
7368
7369 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
7370 since it is not present when using some non-default switches.
7371
2c79f053
KF
73722010-06-23 Karl Fogel <kfogel@red-bean.com>
7373
7f0b7b3e
KF
7374 * simple.el (compose-mail): Fix doc string to refer to
7375 `compose-mail-user-agent-warnings', instead of to the
7376 nonexistent `compose-mail-check-user-agent'.
7377
43a91810
AM
73782010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
7379
7380 Fix an indentation bug:
7381
7382 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
7383 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
7384 of existing values.
7385
7386 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
7387 (c-clear->-pair-props-if-match-before): now return t when they've
7388 cleared properties, nil otherwise.
7389 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
7390 by taking account of the existing value.
7391
7392 * progmodes/cc-defs.el
7393 (c-clear-char-property-with-value-function): Fix this to clear the
7394 property rather than overwriting it with nil.
7395
8adb4c33
CY
73962010-06-20 Chong Yidong <cyd@stupidchicken.com>
7397
7398 * emacs-lisp/package.el (package-print-package): Add link to
7399 package description via describe-package.
7400 (describe-package-1): List package requirements. Add button to
7401 perform installation.
7402 (package-menu-describe-package): New command.
7403
7404 * help-mode.el (help-package): New button type.
7405
cced7584
CY
74062010-06-19 Chong Yidong <cyd@stupidchicken.com>
7407
7408 * emacs-lisp/package.el: Move package-list-packages binding to
7409 menu-bar.el.
7410 (describe-package, describe-package-1, package--dir): New funs.
7411 (package-activate-1): Use package--dir.
7412
7413 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
7414
7415 * help-mode.el (help-package-def): New button type.
7416
7417 * menu-bar.el: Move package-list-packages binding here from
7418 package.el.
7419
d148e8f9
GH
74202010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
7421
7422 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
7423
b1a03ef6
SM
74242010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7425
7426 * emacs-lisp/edebug.el (edebug-read-list):
7427 Phase out old-style backquotes.
7428
dbd6da78
JL
74292010-06-17 Juri Linkov <juri@jurta.org>
7430
7431 * help-mode.el (help-mode): Set buffer-local variable
7432 revert-buffer-function to help-mode-revert-buffer.
7433 (help-mode-revert-buffer): New function.
7434
7435 * info.el (Info-revert-find-node): Check for major-mode Info-mode
7436 before popping to "*info*" (like in other Info functions).
7437 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
7438 old-history-forward. Pop to old-buffer-name or "*info*" to
7439 recreate the killed buffer. Set Info-history-forward from
7440 old-history-forward.
7441 (Info-breadcrumbs-depth): Add :group and :version.
7442
64eba874
DN
74432010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
7444
7445 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
7446
26508c03
AM
74472010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
7448
a628ad9d
JB
7449 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
7450 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 7451
69582fcd
JB
74522010-06-17 Juanma Barranquero <lekktu@gmail.com>
7453
54ea2a0d
JB
7454 * emacs-lisp/package.el (package-menu-mode-map):
7455 Move initialization into declaration.
7456
69582fcd
JB
7457 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
7458
44198b6e
CY
74592010-06-17 Chong Yidong <cyd@stupidchicken.com>
7460
7461 * emacs-lisp/package.el (package-archive-base): Point to
7462 elpa.gnu.org.
7463 (package-enable, package-load-list): New defcustoms.
7464 (package-user-dir, package-directory-list): Turn into defcustoms.
7465 Don't include package-user-dir in package-directory-list.
7466 (package--builtins-base): Don't include Emacs as a "package".
7467 (package-subdirectory-regexp): New var.
7468 (package-load-all-descriptors, package-compute-transaction)
7469 (package-download-transaction): Obey package-load-list.
7470 (package-activate-1): Rename from package-do-activate.
7471 (package-list-packages-internal): Check package-load-list.
7472 (package-load-descriptor, package-generate-autoloads)
7473 (package-unpack, package-unpack-single)
6a7662bb
BR
7474 (package--read-archive-file, package-delete):
7475 Use expand-file-name.
44198b6e
CY
7476
7477 * emacs-lisp/package-x.el: New file. Package uploading
7478 functionality split out from package.el.
7479
95b6d681 7480 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
7481
74822010-06-17 Tom Tromey <tromey@redhat.com>
7483
7484 * emacs-lisp/package.el: New file.
7485
50d76a9f
DN
74862010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7487
7488 Fix vc-annotate for renamed files when using Git.
76e3243a 7489 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
7490 ls-files. Doe not pass the object as a file name to cat-file, it
7491 is not a file name.
7492 (vc-git-annotate-command): Pass the file name using -- to avoid
7493 ambiguity with the revision.
7494 (vc-git-previous-revision): Pass a relative file name.
7495
6095a05b
GM
74962010-06-22 Glenn Morris <rgm@gnu.org>
7497
943375a6
GM
7498 * progmodes/js.el (js-mode-map): Use standard capitalization and
7499 ellipses for menu entries.
7500
6095a05b
GM
7501 * wid-edit.el (widget-complete): Doc fix.
7502
4514199e
JH
75032010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
7504
7505 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
7506
c4786d60
DN
75072010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7508
11c46b39 7509 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 7510 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 7511 VC backend. Use it when non-nil.
a628ad9d 7512 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
07976ae3 7513 (Bug#6487).
11c46b39 7514
c4786d60 7515 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 7516 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
7517 Do not pass the file name to the 'previous-revision call when we
7518 don't want a file diff. (Bug#6489)
7519
04ec0963
DN
75202010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
7521
11c46b39 7522 Fix finding revisions for renamed files in vc-annotate.
76e3243a 7523 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 7524 the VC backend. Use it when non-nil.
76e3243a 7525 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
7526 backend to vc-find-revision. (Bug#6487)
7527
c036381c
DN
75282010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
7529
7530 Fix reading file names in Git annotate buffers.
95b6d681
JB
7531 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
7532 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 7533
05c123e6
AM
75342010-06-20 Alan Mackenzie <acm@muc.de>
7535
7536 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
7537 in file local variables, set it first.
7538
4111f0c7
GM
75392010-06-19 Glenn Morris <rgm@gnu.org>
7540
74739ffd
GM
7541 * descr-text.el (describe-char-unicode-data): Insert separating
7542 space when needed. (Bug#6422)
7543
4111f0c7
GM
7544 * progmodes/idlwave.el (idlwave-action-and-binding):
7545 Fix typo in 2009-12-03 change. (Bug#6450)
7546
e20f0421
SM
75472010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7548
7549 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
7550 handling for `lambda' (misunderstanding).
7551
fb3e306a
JB
75522010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
7553
dd86ea11 7554 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
7555 constants aren't distributed after they are factored out.
7556
e020fb59
JL
75572010-06-16 Juri Linkov <juri@jurta.org>
7558
7559 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
7560 `list-colors-print'. (Bug#6332)
7561
b8add347
SM
7562 * subr.el (read-quoted-char): Fix up last change (bug#6290).
7563
36901266
SM
75642010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
7565
49b2e83d
SM
7566 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
7567 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
7568
36901266
SM
7569 * font-lock.el (font-lock-major-mode): Rename from
7570 font-lock-mode-major-mode to distinguish it from
7571 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
7572 (font-lock-set-defaults):
7573 * font-core.el (font-lock-default-function): Adjust users.
7574 (font-lock-mode): Don't set it at all.
7575
2a64315a 75762010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 7577
76e3243a 7578 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 7579
2a64315a 75802010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
7581
7582 * calendar/appt.el (appt-time-msg-list): Doc fix.
7583 (appt-check): Let-bind appt-warn-time.
7584 (appt-add): Make the 3rd argument optional.
7585 Simplify argument names. Doc fix. Check for integer WARNTIME.
7586 Only add WARNTIME to the output list if non-nil.
7587
2a64315a 75882010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
7589
7590 * calendar/appt.el (appt-check): Let the 3rd element of
7591 appt-time-msg-list specify the warning time.
7592 (appt-add): Add new argument with the warning time. (Bug#5176)
7593
6a7662bb 75942010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
a9de35fe 7595
76e3243a 7596 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
7597 older than version 1.6. (Bug#6361)
7598
2a64315a 75992010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
7600
7601 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
7602 used by cl-do-arglist. (Bug#6408)
7603
30d7ac37
AM
76042010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
7605
6a7662bb
BR
7606 * textmodes/ispell.el (ispell-dictionary-base-alist):
7607 Fix portuguese casechars/not-casechars for missing 'çÇ'.
30d7ac37
AM
7608 Suggested by Rolando Pereira (bug#6434).
7609
8fd02581
JB
76102010-06-15 Juanma Barranquero <lekktu@gmail.com>
7611
7612 * facemenu.el (list-colors-sort): Doc fix.
7613
6a7662bb 76142010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
b15922cc
BR
7615
7616 * progmodes/sql.el (sql-connect-mysql): Fix typo.
7617
f0bf7c8e
JL
76182010-06-14 Juri Linkov <juri@jurta.org>
7619
7620 Add sort option `list-colors-sort'. (Bug#6332)
7621 * facemenu.el (color-rgb-to-hsv): New function.
7622 (list-colors-sort): New defcustom.
7623 (list-colors-sort-key): New function.
7624 (list-colors-display): Doc fix. Sort list according to the option
7625 `list-colors-sort'.
7626 (list-colors-print): Add HSV values to `help-echo' property of
7627 RGB strings.
7628
c42fe9a5
JL
76292010-06-14 Juri Linkov <juri@jurta.org>
7630
7631 * compare-w.el: Move to the "vc" subdirectory.
7632
b263a4c4
SM
76332010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7634
d8b0cddd
SM
7635 * image-mode.el (image-mode-map): Remap left-char and right-char.
7636
b263a4c4
SM
7637 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
7638
89877f5f
CY
76392010-06-12 Chong Yidong <cyd@stupidchicken.com>
7640
133a8d82
CY
7641 * term/common-win.el (x-colors): Add all the color names defined
7642 in rgb.txt (Bug#6332).
7643
89877f5f
CY
7644 * facemenu.el (list-colors-print): Don't print extra names if it
7645 will overflow the window width.
7646
7647 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 7648 change (Bug#6343).
89877f5f 7649
9d1f18b5
EZ
76502010-06-12 Eli Zaretskii <eliz@gnu.org>
7651
7652 * files.el (make-directory): Doc fix (bug#6396).
7653
b81a0b56
MA
76542010-06-12 Michael Albinus <michael.albinus@gmx.de>
7655
7656 * net/tramp.el (tramp-remote-process-environment): Protect version
7657 string by apostroph.
7658 (tramp-shell-prompt-pattern): Do not use a shy group in case of
7659 XEmacs.
7660 (tramp-file-name-for-operation): Add `call-process-region'.
7661 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
7662
7663 * net/tramp-compat.el (top): Do not autoload
7664 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
7665 only when `start-file-process' is not bound.
7666 (tramp-advice-file-expand-wildcards): Do not use
7667 `tramp-handle-file-remote-p'.
7668 (tramp-compat-make-temp-file): Handle the case, that
7669 `make-temp-file' has no third argument EXTENSION.
7670
69f18acc
JB
76712010-06-11 Juanma Barranquero <lekktu@gmail.com>
7672
5fee75d4
JB
7673 * makefile.w32-in (WINS_BASIC): Include new directory vc.
7674
69f18acc
JB
7675 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
7676
9766adfb
JL
76772010-06-11 Juri Linkov <juri@jurta.org>
7678
7679 * finder.el (finder-known-keywords): Add keyword "vc"
7680 for version control.
7681
7682 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
7683 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
7684 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
7685 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
7686
56b2854f
JL
76872010-06-11 Juri Linkov <juri@jurta.org>
7688
7689 Move version control related files to the "vc" subdirectory.
7690 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
7691 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
7692 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
7693 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
7694 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
7695 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
7696 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
7697 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
7698 Move files to the "vc" subdirectory.
7699
6534e58a
CY
77002010-06-11 Chong Yidong <cyd@stupidchicken.com>
7701
7702 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
7703 (Bug#6367).
7704
84d9562f
SE
77052010-06-11 Stephen Eglen <stephen@gnu.org>
7706
7707 * shell.el: Bind `shell-resync-dirs' to M-RET.
7708
3ef0a6a5
MA
77092010-06-10 Michael Albinus <michael.albinus@gmx.de>
7710
7711 * notifications.el: Move file from lisp/net, because it is
7712 supposed to talk locally to the user.
7713
fa4003da
MA
77142010-06-10 Julien Danjou <julien@danjou.info>
7715
7716 * net/notifications.el (notifications-on-action-signal)
7717 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 7718 argument to the callback functions. Add docstrings.
fa4003da
MA
7719 (notifications-notify): Fix docstring.
7720
46e6650e
GM
77212010-06-10 Glenn Morris <rgm@gnu.org>
7722
7723 * emacs-lisp/authors.el (authors-ignored-files)
7724 (authors-valid-file-names): Add some files.
7725
a71832f7
SM
77262010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7727
7728 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
7729 merge conflict, giving preference to the emacs-23 version of the code.
7730
8c6eab5a
SM
77312010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
7732
989bc97f
SM
7733 * emacs-lisp/advice.el (ad-compile-function):
7734 Define warning-suppress-types before we let-bind it (bug#6275).
7735
8c6eab5a
SM
7736 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
7737 declare it, make it buffer-local and permanent-local (bug#6324).
7738 (vc-resynch-window): Adjust name.
7739 * vc-hooks.el (vc-find-file-hook): Adjust name.
7740
890a18d6
MA
77412010-06-09 Michael Albinus <michael.albinus@gmx.de>
7742
7743 * net/notifications.el (notifications-notify): Fix docstring.
7744
bf3e70eb
JB
77452010-06-09 Juanma Barranquero <lekktu@gmail.com>
7746
7747 Update to Unicode 6.0.0 beta.
7748 * international/charprop.el: Update copyright.
7749 * international/mule-cmds.el (ucs-names): Update character ranges.
7750 * international/uni-bidi.el:
7751 * international/uni-category.el:
7752 * international/uni-combining.el:
7753 * international/uni-comment.el:
7754 * international/uni-decimal.el:
7755 * international/uni-decomposition.el:
7756 * international/uni-digit.el:
7757 * international/uni-lowercase.el:
7758 * international/uni-mirrored.el:
7759 * international/uni-name.el:
7760 * international/uni-numeric.el:
7761 * international/uni-old-name.el:
7762 * international/uni-titlecase.el:
7763 * international/uni-uppercase.el: Regenerate.
7764
b978141d
JB
77652010-06-09 Juanma Barranquero <lekktu@gmail.com>
7766
ee8359ba
JB
7767 * emacs-lisp/smie.el (comment-string-strip): Declare function.
7768 (smie-precs-precedence-table): Fix typo in docstring.
7769
f64ab8fb
JB
7770 * vc-mtn.el (log-edit-extract-headers): Declare function.
7771
883ffa8c
JB
7772 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
7773
b978141d
JB
7774 * net/notifications.el (dbus-register-signal): Declare function.
7775 (notifications-notify): Fix typos and reflow docstring.
7776
5f4f2ae4
DN
77772010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
7778
7779 Improve VC create/retrieve tag/branch.
7780 * vc.el (vc-create-tag): Do not read the directory name for VCs
7781 with repository revision granularity. Adjust the tag/branch
7782 prompt. Reset VC properties.
7783 (vc-retrieve-tag): Do not read the directory name for VCs
7784 with repository revision granularity. Reset VC properties.
7785
41a86354
MA
77862010-06-09 Julien Danjou <julien@danjou.info>
7787
ef33fd34 7788 * net/notifications.el: New file.
41a86354 7789
fab43c76
DN
77902010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
7791
00fd1147
DN
7792 Add optional support for resetting VC properties.
7793 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
7794 call vc-file-clearprops when true.
7795 (vc-resynch-buffer): Add new optional argument, pass it down.
7796 (vc-resynch-buffers-in-directory): Likewise.
7797
fab43c76
DN
7798 Improve support for special markup in the VC commit message.
7799 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
7800 * vc-hg.el (vc-hg-checkin): Add support for Date:.
7801 * vc-git.el (vc-git-checkin):
7802 * vc-bzr.el (vc-bzr-checkin): Likewise.
7803
e7d67e73
SM
78042010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
7805
7806 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
7807 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
7808
277e6741
MP
78092010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
7810
7811 * iimage.el: Remove images as soon as the underlying text is modified.
7812 (iimage-modification-hook): New function.
7813 (iimage-mode-buffer): Use it.
7814
83156c18
SM
78152010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7816
7817 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
7818 smie-indent-offset-after. Add :prev case. Make a bit more generic.
7819 (smie-indent-virtual): Remove `virtual' arg. Update callers.
7820 (smie-indent-keyword): Add handling of open-paren keywords.
7821 (smie-indent-comment-continue): Don't assume comment-continue.
7822
13b5221f
MR
78232010-06-07 Martin Rudalics <rudalics@gmx.at>
7824
7825 * window.el (pop-to-buffer): Remove the conditional that
7826 compares new-window and old-window, so it will reselect
7827 the selected window unconditionally.
7828 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
7829
c2ea5810
SM
78302010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7831
7832 * emacs-lisp/smie.el (smie-indent-offset-after)
7833 (smie-indent-forward-token, smie-indent-backward-token): New functions.
7834 (smie-indent-after-keyword): Use them.
7835 (smie-indent-fixindent): Only applies to the indentation of the BOL.
7836 (smie-indent-keyword): Tweak the black magic.
7837 (smie-indent-comment-continue): Strip comment-continue before use.
7838 (smie-indent-functions): Indent comments before keywords.
7839
27dd3c11
JL
78402010-06-06 Juri Linkov <juri@jurta.org>
7841
7842 * isearch.el (isearch-lazy-highlight-search): Fix looping
7843 by checking for empty match. This syncs this loop with the
7844 similar loop in `isearch-search'. (Bug#6362)
7845
35b148ee
JB
78462010-06-05 Juanma Barranquero <lekktu@gmail.com>
7847
7848 * net/dbus.el (dbus-register-method): Declare function.
7849 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
7850 (dbus-introspect): Doc fix.
7851 (dbus-event-bus-name, dbus-introspect-get-interface)
7852 (dbus-introspect-get-argument): Reflow docstrings.
7853
eccdfe5f
DN
78542010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
7855
7856 vc-log-incoming/vc-log-outgoing fixes for Git.
7857 * vc-git.el (vc-git-log-view-mode): Fix font lock for
7858 incoming/outgoing logs.
7859 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
7860 instead of vc-git-compute-remote.
7861 (vc-git-compute-remote): Remove.
7862
86253dc0
CY
78632010-06-04 Chong Yidong <cyd@stupidchicken.com>
7864
7865 * term/common-win.el (x-colors): Add "dark green" and "dark
7866 turquoise" (Bug#6332).
7867
0665f661
JL
78682010-06-04 Juri Linkov <juri@jurta.org>
7869
7870 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
7871 Instead of setting `replace' to t and replacing the same string
7872 with itself, don't do certain actions when
7873 kill-do-not-save-duplicates is non-nil and string is equal to car
7874 of kill-ring: don't call menu-bar-update-yank-menu, don't push
7875 interprogram-paste strings to kill-ring, and don't push the input
7876 argument `string' to kill-ring.
7877 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
7878
087fc47a
JB
78792010-06-04 Juanma Barranquero <lekktu@gmail.com>
7880
7881 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
7882
4f201088
MA
78832010-06-04 Michael Albinus <michael.albinus@gmx.de>
7884
7885 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
7886 (tramp-gvfs-handler-mounted-unmounted)
7887 (tramp-gvfs-connection-mounted-p): Handle default-location.
7888
7889 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
7890 move files to trash.
7891
18ccd78a
JB
78922010-06-04 Juanma Barranquero <lekktu@gmail.com>
7893
7894 * international/mule-cmds.el (nonascii-insert-offset)
7895 (nonascii-translation-table): Add obsolescence information.
7896
7897 * international/mule.el (make-translation-table-from-vector): Doc fix.
7898
3845c322
GM
78992010-06-03 Glenn Morris <rgm@gnu.org>
7900
7901 * desktop.el (desktop-clear-preserve-buffers):
7902 Add "*Warnings*" buffer. (Bug#6336)
7903
54d3626e
DN
79042010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
7905
6941ffec
DN
7906 vc-log-incoming/vc-log-outgoing improvements for Git.
7907 * vc-git.el (vc-git-log-outgoing): Use the same format as the
7908 short log.
7909 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
7910
54d3626e
DN
7911 Add bindings for vc-log-incoming and vc-log-outgoing.
7912 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
7913 and vc-log-outgoing.
7914 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
7915 and vc-log-outgoing.
7916
aa1bc616
CY
79172010-06-03 Chong Yidong <cyd@stupidchicken.com>
7918
7919 * net/rcirc.el (rcirc-sort-nicknames): Remove.
7920 (rcirc-handler-366): Always sort nicknames.
7921
e2d2a205
JB
79222010-06-03 Juanma Barranquero <lekktu@gmail.com>
7923
7924 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
7925
44ea155d
CY
79262010-06-03 Chong Yidong <cyd@stupidchicken.com>
7927
a628ad9d 7928 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 7929
a91dedc4
SM
79302010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7931
7932 * net/rcirc.el (rcirc-sort-nicknames): Change default.
7933 (rcirc-sort-nicknames-join): Avoid setq.
7934
c62bf05a
DD
79352010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
7936
7937 * net/rcirc.el (rcirc-sort-nicknames): New custom.
7938 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
7939 (rcirc-handler-366): Use them.
7940
dd2c3c92
SM
79412010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7942
7943 Split smie-indent-calculate into more manageable chunks.
7944 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
7945 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
7946 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
7947 (smie-indent-exps): Extract from smie-indent-calculate.
7948 (smie-indent-functions): New var.
7949 (smie-indent-functions): Use them.
7950
927c346b
SM
79512010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7952
7953 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
7954 (smie-indent-calculate): Simplify and cleanup.
7955
1efeec86
MA
79562010-06-02 Michael Albinus <michael.albinus@gmx.de>
7957
7958 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
7959 (tramp-gvfs-mount-point): Remove.
7960 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
7961 New defuns.
1efeec86
MA
7962 (with-tramp-dbus-call-method): Format trace message.
7963 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
7964 Implement backup call, when operation on local files fails.
7965 Use progress reporter. Flush properties of changed files.
1efeec86
MA
7966 (tramp-gvfs-handle-make-directory): Make more traces.
7967 (tramp-gvfs-url-file-name): Hexify file name in url.
7968 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
7969 into account for the resulting file name.
7970 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
7971 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
7972 (tramp-gvfs-handler-mounted-unmounted)
7973 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
7974 attribute "default_location". Set "prefix" property.
7975 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
7976 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
7977 exists. Raise an error, if not (due to a corresponding answer
7978 "no" in interactive questions, for example).
7979
89877f5f 79802010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
7981
7982 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
7983
24f574a9
JB
79842010-06-01 Juanma Barranquero <lekktu@gmail.com>
7985
7986 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
7987 right-*. (Bug#6265)
7988
290736f2
DN
79892010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
7990
61158bfa
DN
7991 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
7992 * vc-git.el (vc-git-compute-remote): New function.
7993 (vc-git-log-outgoing): Use it instead of hard coding a value.
7994 (vc-git-log-incoming): New function.
7995
5828f6ca
DN
7996 Improve state updating for VC tag commands.
7997 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
7998 to update the state of all buffers in the directory.
7999
290736f2
DN
8000 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
8001
feceda26
SM
80022010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8003
8004 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
8005 `file-directory-p' to the filename part rather than to the whole text.
8006
896114cf
SM
80072010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8008
8009 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
8010
1603358c
DA
80112010-05-31 Drew Adams <drew.adams@oracle.com>
8012
8013 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
8014
fe40dc63
JB
80152010-05-31 Juanma Barranquero <lekktu@gmail.com>
8016
8017 * subr.el (momentary-string-display): Just use read-event to read
8018 the exit event (Bug#6238).
8019
9e8014c6
EZ
80202010-05-30 Eli Zaretskii <eliz@gnu.org>
8021
8022 * international/mule.el (define-coding-system): Doc fix (bug#6313).
8023
61a08071
JB
80242010-05-30 Juanma Barranquero <lekktu@gmail.com>
8025
8026 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
8027 Suggested by Eli Zaretskii <eliz@gnu.org>.
8028
5feec8ca
SM
80292010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8030
8031 * minibuffer.el (completion-file-name-table): Don't return a boundary
8032 past the end of `string' (bug#6299).
8033 (completion--file-name-table): Delegate to completion-file-name-table
8034 for the `boundaries' case.
8035
8175cb90
JB
80362010-05-30 Juanma Barranquero <lekktu@gmail.com>
8037
2b94133f
JB
8038 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
8039 movement commands.
8040
8175cb90
JB
8041 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
8042 `path-separator', but maintain compatibility with Emacs 20.2.
8043
0191e222
CY
80442010-05-29 Chong Yidong <cyd@stupidchicken.com>
8045
8046 * server.el (server-process-filter): Receive parent-id argument
8047 from emacsclient.
8048 (server-create-window-system-frame): New arg. Pass parent-id as
8049 frame parameter.
8050
9b655a0a
EZ
80512010-05-29 Eli Zaretskii <eliz@gnu.org>
8052
db5dce9d
EZ
8053 Bidi-sensitive word movement with arrow keys.
8054 * subr.el (right-arrow-command, left-arrow-command): Move to
8055 bindings.el.
8056
8057 * bindings.el (right-char, left-char): Move from subr.el and
8058 rename from right-arrow-command and left-arrow-command.
8059 (right-word, left-word): New functions.
8060 (global-map) <right>: Bind to right-char.
8061 (global-map) <left>: Bind to left-char.
8062 (global-map) <C-right>: Bind to right-word.
8063 (global-map) <C-left>: Bind to left-word.
8064
9b655a0a
EZ
8065 * ls-lisp.el (ls-lisp-classify-file): New function.
8066 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
8067 (ls-lisp-classify): Call ls-lisp-classify-file.
8068 (insert-directory): Remove blanks from switches.
8069
fcb52808
CY
80702010-05-29 Chong Yidong <cyd@stupidchicken.com>
8071
8072 * ansi-color.el: Delete unused escape sequences (Bug#6085).
8073 (ansi-color-drop-regexp): New constant.
8074 (ansi-color-apply, ansi-color-filter-region)
896114cf 8075 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
8076 (ansi-color-apply): Build string list before calling concat.
8077
0040735a
JL
80782010-05-28 Juri Linkov <juri@jurta.org>
8079
8080 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
8081 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
8082 (Bug#5270)
8083
b6827fff
MA
80842010-05-28 Michael Albinus <michael.albinus@gmx.de>
8085
8086 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
8087 to ignored backtrace functions.
8088 (with-progress-reporter): Expand docstring.
8089 (tramp-handle-delete-file): Implement TRASH argument.
8090 (tramp-get-remote-trash): New defun.
8091
eba082a2
MA
80922010-05-28 Michael Albinus <michael.albinus@gmx.de>
8093
6a7662bb
BR
8094 * net/tramp-compat.el (tramp-compat-delete-file):
8095 Use `symbol-value' for backward compatibility.
eba082a2
MA
8096
8097 * net/tramp.el (tramp-handle-make-symbolic-link)
8098 (tramp-handle-load)
8099 (tramp-do-copy-or-rename-file-via-buffer)
8100 (tramp-do-copy-or-rename-file-directly)
8101 (tramp-do-copy-or-rename-file-out-of-band)
8102 (tramp-handle-process-file, tramp-handle-call-process-region)
8103 (tramp-handle-shell-command, tramp-handle-file-local-copy)
8104 (tramp-handle-insert-file-contents, tramp-handle-write-region)
8105 (tramp-delete-temp-file-function): Use `delete-file' instead
8106 of `tramp-compat-delete-file'.
8107
8108 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
8109 (tramp-fish-handle-make-symbolic-link)
8110 (tramp-fish-handle-process-file): Use `delete-file' instead
8111 of `tramp-compat-delete-file'.
8112
6a7662bb
BR
8113 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8114 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
8115
8116 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
8117 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
8118 `tramp-compat-delete-file'.
8119
6a7662bb
BR
8120 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
8121 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
8122
8123 * net/tramp-smb.el (tramp-smb-handle-copy-file)
8124 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
8125 (tramp-smb-handle-write-region): Use `delete-file' instead of
8126 `tramp-compat-delete-file'.
8127 (tramp-smb-handle-delete-directory): Use 'trash as arg.
8128
f1a5d776
CY
81292010-05-27 Chong Yidong <cyd@stupidchicken.com>
8130
8131 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 8132 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
8133 (dired-do-flagged-delete, dired-do-delete): Use trash.
8134
8135 * speedbar.el (speedbar-item-delete): Allow trashing.
8136
8137 * files.el (delete-directory): New arg TRASH.
8138
8139 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
8140 (ange-ftp-rename-remote-to-remote)
8141 (ange-ftp-rename-local-to-remote)
8142 (ange-ftp-rename-remote-to-local, ange-ftp-load)
8143 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
8144 `delete-file'.
8145 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
8146 allow trashing.
8147
8148 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
8149 handle new TRASH arg of `delete-file'.
8150
c4ce1145 8151 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
8152 (tramp-handle-make-symbolic-link, tramp-handle-load)
8153 (tramp-do-copy-or-rename-file-via-buffer)
8154 (tramp-do-copy-or-rename-file-directly)
8155 (tramp-do-copy-or-rename-file-out-of-band)
8156 (tramp-handle-process-file, tramp-handle-call-process-region)
8157 (tramp-handle-shell-command, tramp-handle-file-local-copy)
8158 (tramp-handle-insert-file-contents, tramp-handle-write-region)
8159 (tramp-delete-temp-file-function): Use null TRASH arg in
8160 tramp-compat-delete-file call.
8161
8162 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
8163 (tramp-fish-handle-delete-file)
8164 (tramp-fish-handle-make-symbolic-link)
8165 (tramp-fish-handle-process-file): Use null TRASH arg in
8166 `tramp-compat-delete-file' call.
8167
8168 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
8169 arg in `tramp-compat-delete-file' call.
8170
8171 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
8172 (tramp-gvfs-handle-write-region): Use null TRASH arg in
8173 `tramp-compat-delete-file' call.
8174
8175 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
8176 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
8177 `tramp-compat-delete-file' call.
8178
8179 * net/tramp-smb.el (tramp-smb-handle-copy-file)
8180 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
8181 (tramp-smb-handle-write-region): Use null TRASH arg in
8182 tramp-compat-delete-file call.
8183 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
8184 (tramp-smb-handle-delete-file): Rename arg.
8185
8186 * diff.el (diff-sentinel):
8187 * epg.el (epg--make-temp-file, epg-decrypt-string)
8188 (epg-verify-string, epg-sign-string, epg-encrypt-string):
8189 * jka-compr.el (jka-compr-partial-uncompress)
8190 (jka-compr-call-process, jka-compr-write-region):
8191 * server.el (server-sentinel): Remove optional arg from
8192 delete-file, reverting 2010-05-03 change.
8193
ecb0ab90
CY
81942010-05-27 Chong Yidong <cyd@stupidchicken.com>
8195
6a7662bb
BR
8196 * progmodes/verilog-mode.el (verilog-type-font-keywords):
8197 Use font-lock-constant-face, not obsolete font-lock-reference-face.
ecb0ab90 8198
2b25da45
KH
81992010-05-27 Kenichi Handa <handa@m17n.org>
8200
8201 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
8202 element of GSTRING is nil.
8203
11e4d8c0
SM
82042010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
8205
8206 * emacs-lisp/smie.el (smie-forward-token-function)
8207 (smie-backward-token-function): New vars.
8208 (smie-backward-sexp, smie-forward-sexp)
8209 (smie-indent-hanging-p, smie-indent-calculate): Use them.
8210 (smie-default-backward-token): Rename from smie-backward-token and
8211 skip comments.
8212 (smie-default-forward-token): Rename from smie-forward-token and
8213 skip comments.
8214 (smie-next-sexp): Handle nil results from next-token.
8215 (smie-indent-calculate): Add a new case for special `fixindent' comments.
8216
4da3541b
CY
82172010-05-27 Chong Yidong <cyd@stupidchicken.com>
8218
896114cf
SM
8219 * progmodes/verilog-mode.el (verilog-type-font-keywords):
8220 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
8221
82222010-05-27 Masatake YAMATO <yamato@redhat.com>
8223
8224 * htmlfontify.el (hfy-face-resolve-face): New function.
8225 (hfy-face-to-style): Use it (Bug#6279).
8226
6dc439cb
SM
82272010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
8228
8229 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
8230 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
8231
021eb8d7
GM
82322010-05-26 Glenn Morris <rgm@gnu.org>
8233
8234 * emulation/edt.el (edt-load-keys): Use locate-library.
8235
bef4957b
CY
82362010-05-25 Chong Yidong <cyd@stupidchicken.com>
8237
8238 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
8239 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
8240 (log-edit-changelog-insert-entries): Args changed.
8241 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
8242 (log-edit-insert-changelog-entries): Reorganize return value of
8243 `log-edit-changelog-entries' to pass filenames to
8244 log-edit-changelog-insert-entries.
8245
84fb0956
TV
82462010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8247
8248 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
8249 `image-dired-dired-insert-marked-thumbs' to
8250 `image-dired-dired-toggle-marked-thumbs'.
8251
8252 * image-dired.el: Require cl when compiling.
8253 (image-dired-dired-toggle-marked-thumbs): Rename from
8254 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
8255 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
8256 to 'no-dir. Skip files whose names don't match
8257 `image-file-name-regexp'. When file has a thumbnail overlay,
8258 delete it. (Bug#5270)
8259
0fb1193d
JL
82602010-05-25 Juri Linkov <juri@jurta.org>
8261
8262 * image-mode.el (image-mode): Add image-after-revert-hook to
8263 after-revert-hook.
8264 (image-after-revert-hook): New function. (Bug#5669)
8265
fc937924
JL
82662010-05-25 Juri Linkov <juri@jurta.org>
8267
8268 * image.el (image-animated-p): When delay between animated images
8269 is 0, set it to 10 (0.1 sec). (Bug#6258)
8270
fa9ba953
MA
82712010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
8272
8273 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 8274 `forward-word', its default syntax could be changed.
fa9ba953 8275
9e021389
MA
82762010-05-25 Michael Albinus <michael.albinus@gmx.de>
8277
8278 * net/tramp.el (tramp-progress-reporter-update): New defun.
8279 (with-progress-reporter): Use it.
8280 (tramp-process-actions):
6a7662bb
BR
8281 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
8282 Preserve current message, in order to let progress reporter continue
9e021389
MA
8283 afterwards. (Bug#6257)
8284
6169260b
GM
82852010-05-25 Glenn Morris <rgm@gnu.org>
8286
8287 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
8288 Add :version.
8289
d26781af
RY
82902010-05-25 Ryan Yeske <rcyeske@gmail.com>
8291
8826afe3 8292 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
8293 (rcirc-default-full-name): Change to "unknown".
8294 (rcirc-user-name-history): Add variable.
8826afe3
GM
8295
82962010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 8297 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
8298
8299 * net/rcirc.el (rcirc-server-alist): Add :pass.
8300 (rcirc): When prompting for connection parameters, also prompt for
d26781af 8301 username and password.
a628ad9d 8302 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
8303 value to server when connecting.
8304
d355a0b7
SM
83052010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8306
f5228f84
SM
8307 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
8308 (smie-merge-prec2s): Pass the tables as separate args.
8309 (smie-bnf-precedence-table): Adjust call accordingly.
8310 (smie-prec2-levels): Set levels at the end.
8311
d355a0b7
SM
8312 Replace Lisp calls to delete-backward-char by delete-char.
8313 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
8314 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
8315 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 8316 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
8317 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
8318 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
8319 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
8320 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
8321 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
8322 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
8323 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
8324 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
8325 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
8326 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
8327 delete-backward-char by calls to delete-char.
8328
f668ef02
KH
83292010-05-25 Kenichi Handa <handa@m17n.org>
8330
8331 * language/hebrew.el (hebrew-shape-gstring): New function.
8332 Register it in composition-function-table for all Hebrew combining
8333 characters.
8334
397eb3f3
SM
83352010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8336
8337 * epa.el (epa--select-keys): Don't explicitly delete the window since
8338 that can fail (e.g. sole window in frame). Use dedication instead.
8339
171eda53 83402010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
8341
8342 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
8343
110683ad
CY
83442010-05-22 Chong Yidong <cyd@stupidchicken.com>
8345
8346 * image.el (image-refresh): Define as an alias for image-flush.
8347
8348 * image-mode.el (image-toggle-display-image): Caller changed.
8349
df9db151
JL
83502010-05-21 Juri Linkov <juri@jurta.org>
8351
8352 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
8353 Remove "all" from grep-files-aliases. Split grep-files-aliases by
8354 whitespace, call wildcard-to-regexp on substrings and concat them
8355 with "\\|". (Bug#6114)
8356
c0209c2c
AM
83572010-05-21 Alan Mackenzie <acm@muc.de>
8358
171eda53
SM
8359 * progmodes/cc-engine.el (c-parse-state-get-strategy):
8360 Replace parameter `here' with `here-' and `here-plus', which sandwich
8361 any pertinent CPP construct.
c0209c2c
AM
8362 (c-remove-stale-state-cache-backwards): Fix a bug which happens
8363 when doing (c-parse-state) in a CPP construct: Exclude any "new"
8364 CPP construct from taking part in the scanning.
8365
655bded0
MA
83662010-05-21 Michael Albinus <michael.albinus@gmx.de>
8367
8368 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
8369 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
8370 Tune `with-progress-reporter' messages.
655bded0
MA
8371 (tramp-handle-vc-registered):
8372 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
8373 (tramp-fish-handle-insert-file-contents)
8374 (tramp-fish-maybe-open-connection):
8375 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8376 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
8377 (tramp-imap-handle-insert-file-contents)
8378 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
8379
3e17a1a7
JB
83802010-05-21 Juanma Barranquero <lekktu@gmail.com>
8381
bf1e8d4a
JB
8382 * add-log.el (change-log-font-lock-keywords):
8383 Highlight all authors in multi-author entries.
8384
3e17a1a7
JB
8385 * smerge-mode.el (smerge-refine-ignore-whitespace)
8386 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
8387 Fix typos in docstrings.
8388 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
8389
969e684a
GM
83902010-05-21 Glenn Morris <rgm@gnu.org>
8391
e75c1e7d
GM
8392 * progmodes/fortran.el (fortran-mode):
8393 * progmodes/f90.el (f90-mode): Derive from prog-mode.
8394
969e684a
GM
8395 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
8396 having a relative path in src/Makefile.in.
8397
a50878fa
KR
83982010-05-20 Kevin Ryde <user42@zip.com.au>
8399
8400 * help-mode.el (help-make-xrefs): For Info node links turn
8401 newlines into spaces. Link node names with newlines are matched
8402 by help-xref-info-regexp and buttonized, this change ensures they
8403 can be followed successfully with RET. (Bug#6206)
8404
f66a2f90
JL
84052010-05-20 Juri Linkov <juri@jurta.org>
8406
8407 * locate.el (locate): Use pop-to-buffer instead of
8408 switch-to-buffer-other-window. (Bug#6204)
8409
201d895a
JL
84102010-05-20 Juri Linkov <juri@jurta.org>
8411
8412 * replace.el (replace-highlight): Fix lazy-highlighting
8413 for `M-s w str M-% str RET'.
8414
1ddb2ea0
MY
84152009-12-15 Masatake YAMATO <yamato@redhat.com>
8416
8417 * isearch.el (isearch-yank-word-or-char): Pull next subword
8418 when `subword-mode' is activated. (Bug#6220)
8419
a6020335
MH
84202010-05-20 Mark A. Hershberger <mah@everybody.org>
8421
8422 * isearch.el (isearch-update-post-hook): New hook.
8423 (isearch-update): Use the new hook. (Bug#6225)
8424
50de6a38
JL
84252010-05-20 Juri Linkov <juri@jurta.org>
8426
8427 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
8428 [f1], [help], and (char-to-string help-char) instead of "\C-h".
8429 (Bug#6222)
8430
5d944a8f
JL
84312010-05-20 Juri Linkov <juri@jurta.org>
8432
8433 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
8434 (Bug#6223)
8435
f5d6548a
JL
84362010-05-20 Juri Linkov <juri@jurta.org>
8437
8438 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
8439 FILE-NAME to read from the minibuffer when called interactively
8440 with prefix argument instead of using buffer-file-name.
8441 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
8442
8443 * dired.el: Update autoloads.
8444
f8e63691
CY
84452010-05-20 Chong Yidong <cyd@stupidchicken.com>
8446
8447 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
8448 nxml-finish-element, for consistency with SGML mode.
8449
8450 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
8451 octave-close-block.
8452
07d7c3bd
JB
84532010-05-20 Juanma Barranquero <lekktu@gmail.com>
8454
8455 * composite.el: Require cl when compiling.
8456 (reference-point-alist, compose-gstring-for-graphic)
8457 (compose-gstring-for-terminal): Fix typos in docstrings.
8458
7bce8510
JL
84592010-05-19 Juri Linkov <juri@jurta.org>
8460
8461 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
8462 set-window-parameter.
8463
a7723e05
MA
84642010-05-19 Michael Albinus <michael.albinus@gmx.de>
8465
8466 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
8467 where appropriate.
8468 (tramp-maybe-open-connection): Use it.
8469
3f2e7735
EZ
84702010-05-19 Eli Zaretskii <eliz@gnu.org>
8471
8472 * simple.el (move-end-of-line): Make sure we are at line beginning
8473 before backing up to end of previous line.
8474
8d9181c7
MA
84752010-05-19 Michael Albinus <michael.albinus@gmx.de>
8476
8c4ec20f
MA
8477 * password-cache.el (password-cache-remove): Fix docstring.
8478
8d9181c7
MA
8479 * net/secrets.el: Autoload the widget functions.
8480 (secrets-search-items, secrets-create-item)
8481 (secrets-get-attributes, secrets-expand-item): Attributes will be
8482 stored on the password database without leading ":", as all other
8483 clients do as well.
8484 (secrets-mode): Fix docstring.
8485 (secrets-show-secrets): Provide it as autoloaded command only when
8486 D-Bus support is available. Check existence of Secret Service API.
8487
2a96c2a7
SM
84882010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
8489
8490 * indent.el (indent-region): Deactivate region (bug#6200).
8491
d24e10b1
GM
84922010-05-19 Glenn Morris <rgm@gnu.org>
8493
8494 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
8495
2833d915
KH
84962010-05-19 Kenichi Handa <handa@m17n.org>
8497
8498 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 8499 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 8500
134c2f29
JB
85012010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
8502
8503 * calc/calc-trail.el (calc-trail-isearch-forward)
8504 (calc-trail-isearch-backward): Ensure that the new window
8505 point is set correctly.
8506
278847cd
SM
85072010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
8508
8509 * subr.el (read-quoted-char): Resolve modifiers after key
8510 remapping (bug#6212).
8511
3a8e7cbd
MA
85122010-05-18 Michael Albinus <michael.albinus@gmx.de>
8513
8514 Add visualization code for secrets.
8515 * net/secrets.el (secrets-mode): New major mode.
8516 (secrets-show-secrets, secrets-show-collections)
8517 (secrets-expand-collection, secrets-expand-item)
8518 (secrets-tree-widget-after-toggle-function)
8519 (secrets-tree-widget-show-password): New defuns.
8520
472e7ec1
SM
85212010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
8522
224b70cb
SM
8523 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
8524 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
8525 handled in smie-next-sexp.
8526 (smie-indent-calculate): Provide a starting indentation (so the
8527 recursion is well-founded ;-).
8528
472e7ec1
SM
8529 Fix handling of non-associative equal levels.
8530 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
8531 when it's not needed.
8532 (smie-op-left, smie-op-right): New functions.
8533 (smie-next-sexp): New function, extracted from smie-backward-sexp.
8534 Better handle equal levels to distinguish the associative case from
8535 the "multi-keyword construct" case.
8536 (smie-backward-sexp, smie-forward-sexp): Use it.
8537
35e53abd
JB
85382010-05-18 Juanma Barranquero <lekktu@gmail.com>
8539
5d8fe0ba
JB
8540 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
8541
35e53abd
JB
8542 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
8543 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
8544
5ad4bef5
SM
85452010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8546
8547 Provide a simple generic indentation engine and use it for Prolog.
8548 * emacs-lisp/smie.el: New file.
8549 * progmodes/prolog.el (prolog-smie-op-levels)
8550 (prolog-smie-indent-rules): New var.
8551 (prolog-mode-variables): Use them to configure SMIE.
8552 (prolog-indent-line, prolog-indent-level): Remove.
8553
00681a3c
JB
85542010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
8555
560bb7ae 8556 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
8557 order before computing the averages.
8558
eba62f7a
JB
85592010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
8560
597517ef 8561 * calc/calc-vec.el (calc-histogram):
5ad4bef5 8562 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
8563 (math-vector-avg): New function.
8564
560bb7ae 8565 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
8566 being grouped depend on the radix (Bug#6189).
8567
8c5ff6dd
KR
85682010-05-15 Ken Raeburn <raeburn@raeburn.org>
8569
8570 * version.el (emacs-copyright, emacs-version): Don't define here,
8571 now that emacs.c defines it.
8572
98d8b17e
EZ
85732010-05-15 Eli Zaretskii <eliz@gnu.org>
8574
71078429
EZ
8575 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
8576 "Describe Language Environment" menu item.
8577
ce6233c1
EZ
8578 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
8579
d20e1419
EZ
8580 Bidi-sensitive movement with arrow keys.
8581 * subr.el (right-arrow-command, left-arrow-command): New functions.
8582
8583 * bindings.el (global-map): Bind them to right and left arrow keys.
8584
98d8b17e 8585 Don't override standard definition of convert-standard-filename.
6a7662bb
BR
8586 * files.el (convert-standard-filename):
8587 Call w32-convert-standard-filename and dos-convert-standard-filename on
98d8b17e
EZ
8588 the corresponding systems.
8589
8590 * w32-fns.el (w32-convert-standard-filename): Rename from
8591 convert-standard-filename. Doc fix.
8592
8593 * dos-fns.el (dos-convert-standard-filename): Doc fix.
8594 (convert-standard-filename): Don't defalias.
8595 (register-name-alist, make-register, register-value)
8596 (set-register-value, intdos): Obsolete aliases for the
8597 corresponding dos-* functions and variables.
8598 (dos-intdos): Add a doc string.
8599
ae6bc504
JB
86002010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
8601
8602 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
8603 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
8604 (math-compose-tex-func):
8605 * calc/calccomp.el (math-compose-expr):
8606 * calc/calc-ext.el (math-format-flat-expr-fancy):
8607 * calc/calc-store.el (calc-read-var-name):
8608 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
8609
8610 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 8611 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 8612 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 8613 (math-standard-units): Add units.
ae6bc504 8614
c26ea4b2
SM
86152010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8616
7aefa445 8617 * progmodes/asm-mode.el (asm-mode):
13973643
SM
8618 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
8619
c26ea4b2
SM
8620 * pcomplete.el (pcomplete-completions-at-point): New function,
8621 extracted from pcomplete-std-complete.
8622 (pcomplete-std-complete): Use it.
8623
02be533b
GM
86242010-05-15 Glenn Morris <rgm@gnu.org>
8625
8626 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8627 Remove references to CVS, RCS and Old directories.
8628
78ed0efc
JB
86292010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
8630
ae6bc504 8631 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
8632 appropriate.
8633
10dcc561
SM
86342010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
8635
5ccaa359
SM
8636 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
8637 (sh-mode-syntax-table): Give it a default value instead.
8638 (sh-header-marker): Make buffer-local.
8639 (sh-mode): Move make-local-variable to the corresponding setq.
8640 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
8641 Use complete-with-action.
8642
10dcc561
SM
8643 * simple.el (prog-mode): New (abstract) major mode.
8644 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
8645 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
8646
c38762fd
JB
86472010-05-14 Juanma Barranquero <lekktu@gmail.com>
8648
8649 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
8650 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
8651 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
8652 (sql-make-alternate-buffer-name, sql-placeholders-filter)
8653 (sql-escape-newlines-filter, sql-input-sender)
8654 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
8655
2ef3c144
CY
86562010-05-13 Chong Yidong <cyd@stupidchicken.com>
8657
560bb7ae 8658 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
8659
8660 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
8661 latex-open-block and C-c / to latex-close-block.
8662
8663 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
8664 and C-c C-e to sgml-close-tag.
8665
3b30ccda
MA
86662010-05-13 Michael Albinus <michael.albinus@gmx.de>
8667
8668 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 8669 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
8670 (tramp-handle-load, tramp-handle-file-local-copy)
8671 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
8672 (tramp-maybe-send-script, tramp-find-shell):
8673 Use `with-progress-reporter'.
3b30ccda
MA
8674 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
8675 Fix message text.
8676
8677 * net/tramp-smb.el (tramp-smb-handle-copy-file)
8678 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
8679 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
8680 Use `with-progress-reporter'.
8681
57ff5d7b
AM
86822010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
8683
a628ad9d
JB
8684 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
8685 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 8686
5a70d10f
SM
86872010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8688
791ffe1c
SM
8689 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
8690
5a70d10f
SM
8691 * dos-fns.el: Add "dos-" prefix for namespace control.
8692 (convert-standard-filename): Define as alias for
8693 dos-convert-standard-filename but only if applicable.
8694
38d93f03
AM
86952010-05-12 Alan Mackenzie <acm@muc.de>
8696
8697 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
8698 Push the mark at the start of these functions when appropriate.
8699
902a6d8d
SM
87002010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8701
8702 * minibuffer.el (completion-cycle-threshold): New custom var.
8703 (completion--do-completion): Use it.
8704 (minibuffer-complete): Use cycling if appropriate.
8705
9ee120ba
JB
87062010-05-11 Juanma Barranquero <lekktu@gmail.com>
8707
8708 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
8709 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
8710
841c4085
JL
87112010-05-11 Juri Linkov <juri@jurta.org>
8712
8713 * scroll-all.el (scroll-all-check-to-scroll):
8714 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
8715
8a67c70e
SM
87162010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8717
f2b9ed18
SM
8718 * iimage.el (iimage-mode-map): Move initialization into declaration.
8719 (iimage-mode-buffer): Use with-silent-modifications.
8720 Simplify calling convention. Adjust callers.
8721 (iimage-mode): Don't run hook redundantly.
8722
8a67c70e
SM
8723 * minibuffer.el (completion-pcm--pattern->regex):
8724 Fix last change (bug#6160).
8725
4bbedd98
JL
87262010-05-10 Juri Linkov <juri@jurta.org>
8727
8728 Remove nodes visited during Isearch from the Info history.
8729 * info.el (Info-isearch-initial-history)
8730 (Info-isearch-initial-history-list): New variables.
8731 (Info-isearch-start): Record initial values of
8732 Info-isearch-initial-history and Info-isearch-initial-history-list.
8733 Add Info-isearch-end to isearch-mode-end-hook.
8734 (Info-isearch-end): New function.
8735
94ecf5da
MA
87362010-05-10 Michael Albinus <michael.albinus@gmx.de>
8737
8738 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
8739 format string, in order to work around a bug in pdksh.
8740 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
8741 (tramp-handle-verify-visited-file-modtime): Do not send a command
8742 when the connection is not established.
8743 (tramp-handle-set-file-times): Simplify the check for utc.
8744
c5eb971b
JB
87452010-05-10 Juanma Barranquero <lekktu@gmail.com>
8746
8747 Fix use of `filter-buffer-substring' (rework previous change).
8748 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
8749 (cua-repeat-replace-region):
8750 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
8751 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
8752 (cua-cut-region-to-global-mark): Use it.
8753
7492acc9
MM
87542010-05-09 Michael R. Mauger <mmaug@yahoo.com>
8755
77e2fc7a
JB
8756 * progmodes/sql.el: Version 2.1.
8757 (sql-product-alist): Redesign structure of product info.
8758 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
8759 (sql-port, sql-port-history): New variables.
8760 (sql-interactive-product): New variable.
8761 (sql-send-terminator): New variable.
77e2fc7a 8762 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
8763 (sql-oracle-login-params, sql-sqlite-login-params)
8764 (sql-mysql-login-params, sql-solid-login-params)
8765 (sql-sybase-login-params, sql-informix-login-params)
8766 (sql-ingres-login-params, sql-ms-login-params)
8767 (sql-postgres-login-params, sql-interbase-login-params)
8768 (sql-db2-login-params, sql-linter-login-params)
8769 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
8770 (sql-mode-map): Add C-c C-i to start interactive mode.
8771 (sql-mode-menu): Update existing menu entries.
8772 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
8773 (sql-mode-oracle-font-lock-keywords)
8774 (sql-mode-postgres-font-lock-keywords)
8775 (sql-mode-ms-font-lock-keywords)
8776 (sql-mode-sybase-font-lock-keywords)
8777 (sql-mode-informix-font-lock-keywords)
8778 (sql-mode-interbase-font-lock-keywords)
8779 (sql-mode-ingres-font-lock-keywords)
8780 (sql-mode-solid-font-lock-keywords)
8781 (sql-mode-mysql-font-lock-keywords)
8782 (sql-mode-sqlite-font-lock-keywords)
8783 (sql-mode-db2-font-lock-keywords)
77e2fc7a 8784 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
8785 reduce run-time complexity.
8786 (sql-add-product, sql-del-product): New functions.
8787 (sql-set-product-feature, sql-get-product-feature): New functions.
8788 (sql-product-font-lock): Update product API.
8789 (sql-add-product-keywords): New function.
8790 (sql-highlight-product): Update product API.
8791 (sql-help-list-products): New function.
8792 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 8793 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
8794 prompt for port.
8795 (sql-copy-column): Copy without properties.
8796 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
8797 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
8798 Implement as a filter.
7492acc9
MM
8799 (sql-escape-newlines-filter): Implement as a filter.
8800 (sql-remove-tabs-filter): New function.
8801 (sql-send-magic-terminator): New function.
8802 (sql-send-string): Implement magic terminator.
8803 (sql-send-region): Use `sql-send-string'.
8804 (sql-interactive-mode): Use product API.
8805 (sql-product-interactive): Use product API.
8806 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8807 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8808 (sql-db2, sql-linter): Use `sql-product-interactive'.
8809 (sql-connect): New function.
8810 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8811 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8812 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
8813 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8814 Use `sql-connect'.
7492acc9 8815
79ccd68f
SM
88162010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8817
8818 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
8819 New custom variable.
8820 (completion-pcm--string->pattern): Use it.
8821 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
8822 Make it handle any symbol as `any'.
8823 (completion-pcm--merge-completions): Extract common suffix for the new
8824 `prefix' symbol as well.
8825 (completion-substring--all-completions): Use the new `prefix' symbol.
8826
0d5852cf
MA
88272010-05-09 Michael Albinus <michael.albinus@gmx.de>
8828
8829 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
8830 not bound.
8831 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
8832 (tramp-compat-funcall): New defmacro.
8833 (tramp-compat-line-beginning-position)
8834 (tramp-compat-line-end-position)
8835 (tramp-compat-temporary-file-directory)
8836 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
8837 (tramp-compat-copy-file, tramp-compat-copy-directory)
8838 (tramp-compat-delete-file, tramp-compat-delete-directory)
8839 (tramp-compat-number-sequence, tramp-compat-process-running-p)
8840 * net/tramp.el (top, with-progress-reporter)
8841 (tramp-rfn-eshadow-setup-minibuffer)
8842 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
8843 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
8844 (tramp-completion-mode-p, tramp-check-for-regexp)
8845 (tramp-open-connection-setup-interactive-shell)
8846 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
8847 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
8848 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
8849 * net/tramp-cmds.el (tramp-cleanup-all-connections)
8850 (tramp-reporter-dump-variable, tramp-load-report-modules)
8851 (tramp-append-tramp-buffers)
8852 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
8853
8854 * net/tramp-imap.el (top): Autoload `epg-make-context'.
8855
f913fe7d
SM
88562010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8857
8858 * progmodes/compile.el (compilation-buffer-modtime): Rename from
8859 buffer-modtime. Adjust users.
8860
0235128c 88612010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 8862
77e2fc7a 8863 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 8864 car of each item, not the whole list (Bug#6083).
f034e176 8865
0235128c 88662010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
8867
8868 * progmodes/js.el (js-mode): Make paragraph variables local before
8869 calling c-setup-paragraph-variables (Bug#6071).
8870
0235128c 88712010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
8872
8873 * composite.el (compose-region, reference-point-alist): Fix typos
8874 in the doc strings.
8875
77e2fc7a 88762010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
8877
8878 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
8879 gnuplot's "set" command.
8880
0235128c 88812010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
8882
8883 * abbrev.el (last-abbrev-text): Doc fix.
8884 (abbrev-prefix-mark): Don't escape parenthesis.
8885
0235128c 88862010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
8887
8888 * composite.el (find-composition): Doc fix.
8889
0235128c 88902010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
8891
8892 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
8893 (sql-oracle-program, sql-sqlite-options)
8894 (sql-query-placeholders-and-send): Doc fixes.
8895 (sql-set-product, sql-interactive-mode): Reflow docstrings.
8896 (sql-imenu-generic-expression, sql-buffer)
8897 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
8898 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
8899 (sql-mode-sybase-font-lock-keywords)
8900 (sql-mode-informix-font-lock-keywords)
8901 (sql-mode-interbase-font-lock-keywords)
8902 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
8903 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
8904 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
8905 (sql-product-feature, sql-highlight-product)
8906 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
8907 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
8908 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
8909 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
8910 Fix typos in docstrings.
8911
0235128c 89122010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
8913
8914 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
8915 property instead of `invisible' and `after-string' (bug#5998).
8916
0235128c 89172010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
8918
8919 * image-mode.el (image-mode-as-text): Fix typo in docstring.
8920
0235128c 89212010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
8922
8923 * filecache.el (file-cache-add-directory-list)
8924 (file-cache-add-directory-recursively): Fix typos in docstrings.
8925
0235128c 89262010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
8927
8928 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 8929 (gujarati-composable-pattern): Fix typo.
ece33a6e 8930
0235128c 89312010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
8932
8933 * language/indian.el (oriya-composable-pattern)
0235128c
SM
8934 (tamil-composable-pattern, malayalam-composable-pattern):
8935 Add two-part vowels to "v" (vowel sign).
771533aa 8936
0235128c 89372010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 8938
99833607
CY
8939 * files.el (copy-directory): Handle symlinks (Bug#5982).
8940
0235128c 89412010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
8942
8943 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
8944 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
8945 (Bug#5846).
8946
0235128c 89472010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 8948
0ca12598
GM
8949 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
8950
d2c7b917
GM
8951 * minibuffer.el (completion-at-point): Doc fix.
8952
ba5bf5f0
SM
89532010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8954
8955 * electric.el (Electric-command-loop): Minor tweak.
8956
8957 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
8958 better with dedicated windows.
8959
0235128c
SM
89602010-05-07 Chong Yidong <cyd@stupidchicken.com>
8961
8962 * Version 23.2 released.
8963
560bb7ae 89642010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 8965 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
8966
8967 Highlight vendor specific properties.
8968 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
8969 (css-proprietary-property): New face.
8970 (css-font-lock-keywords): Use them.
8971
c0162ade
EZ
89722010-05-07 Eli Zaretskii <eliz@gnu.org>
8973
8974 * cus-start.el (all): Add native condition for tool-bar-* symbols.
8975
f3ee9200
SM
89762010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8977
05623156
SM
8978 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
8979 * files.el (auto-mode-alist): Remove redundant entries.
8980
f3ee9200
SM
8981 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
8982 * simple.el (auto-save-mode): Move from files.el.
8983 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
8984
560bb7ae 89852010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 8986
76e3243a 8987 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 8988
765d4319
KY
89892010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
8990
8991 * mail/binhex.el (binhex-decode-region-internal)
8992 * mail/uudecode.el (uudecode-decode-region-internal)
8993 * net/dns.el (dns-read-string-name, dns-write, dns-read)
8994 (dns-read-type, dns-query)
8995 * pgg-parse.el (pgg-parse-armor)
8996 * pgg.el (pgg-verify-region)
8997 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
8998 XEmacs.
8999
86d21cc0 9000 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 9001
f83483ff
JB
90022010-05-07 Juanma Barranquero <lekktu@gmail.com>
9003
40ab7974
JB
9004 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
9005
f83483ff
JB
9006 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
9007 * emulation/cua-base.el (cua-repeat-replace-region):
9008 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
9009 (cua-cut-region-to-global-mark):
9010 Remove text properties with `set-text-properties'.
9011
9566840f
MA
90122010-05-06 Michael Albinus <michael.albinus@gmx.de>
9013
f3ee9200
SM
9014 * net/tramp.el (top, with-progress-reporter):
9015 Use `symbol-function' inside `funcall'.
9566840f
MA
9016
9017 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
9018 (tramp-compat-delete-file, tramp-compat-delete-directory):
9019 Handle only `wrong-number-of-arguments' error.
9566840f
MA
9020
9021 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
9022 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
9023 inside `funcall'.
9024
0c495c21
SM
90252010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9026
1493963b
SM
9027 * minibuffer.el (completion--sreverse, completion--common-suffix):
9028 New functions.
9029 (completion-pcm--merge-completions): Extract common suffix when safe.
9030
0c495c21
SM
9031 * emacs-lisp/easy-mmode.el (define-minor-mode):
9032 Make :variable more flexible.
9033 * files.el (auto-save-mode): Use it to define using define-minor-mode.
9034
221a0647
JL
90352010-05-05 Juri Linkov <juri@jurta.org>
9036
9037 Add `slow' and `history' tags to the desktop data.
9038
9039 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
9040 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
9041 (Info-finder-find-node): Require `finder.el' to be able
9042 to restore node from the desktop.
9043 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
9044 data `Info-history' and `slow' tag in the assoc list.
9045 (Info-restore-desktop-buffer): Don't restore nodes with the
9046 `slow' tag. Restore `Info-history'.
9047
66bdc868
MA
90482010-05-05 Michael Albinus <michael.albinus@gmx.de>
9049
9050 Add FORCE argument to `delete-file'.
9051
9052 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
9053 forcing to delete the temporary file.
9054 (ange-ftp-delete-file): Add FORCE arg.
9055 (ange-ftp-rename-remote-to-remote)
9056 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
9057 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
9058 Force file deletion.
66bdc868
MA
9059
9060 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
9061
9062 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
9063 (tramp-handle-make-symbolic-link, tramp-handle-load)
9064 (tramp-do-copy-or-rename-file-via-buffer)
9065 (tramp-do-copy-or-rename-file-directly)
9066 (tramp-do-copy-or-rename-file-out-of-band)
9067 (tramp-handle-process-file, tramp-handle-call-process-region)
9068 (tramp-handle-shell-command, tramp-handle-file-local-copy)
9069 (tramp-handle-insert-file-contents, tramp-handle-write-region)
9070 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
9071
9072 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
9073 (tramp-fish-handle-make-symbolic-link)
9074 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
9075
0c495c21
SM
9076 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9077 Use `tramp-compat-delete-file'.
66bdc868
MA
9078
9079 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
9080 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
9081
9082 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
9083 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
9084
9085 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
9086 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6a7662bb
BR
9087 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
9088 Use `tramp-compat-delete-file'.
66bdc868 9089
f44379e7
SM
90902010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9091
365f8d85
SM
9092 Minor cleanups.
9093 * subr.el (add-minor-mode): Use push.
9094 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
9095 * emulation/edt.el (edt-select-mode): Simplify.
9096
80ac5d4d
SM
9097 Use define-minor-mode in more cases.
9098 * term/tvi970.el (tvi970-set-keypad-mode):
9099 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
9100 (normal-erase-is-backspace-mode):
9101 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
9102 (set-scroll-bar-mode-1): (Re)move to its sole caller.
9103 (get-scroll-bar-mode): New function.
9104 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
9105
9106 Use define-minor-mode for less obvious cases.
f44379e7
SM
9107 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
9108 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
9109 * international/iso-ascii.el (iso-ascii-mode):
9110 * frame.el (auto-raise-mode, auto-lower-mode):
9111 * composite.el (global-auto-composition-mode): Use define-minor-mode.
9112
c04b03f8
MA
91132010-05-04 Michael Albinus <michael.albinus@gmx.de>
9114
9115 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
9116 in order to see error messages for failed logins.
9117
53967e09
CY
91182010-05-03 Chong Yidong <cyd@stupidchicken.com>
9119
9120 * diff.el (diff-sentinel):
9121
9122 * epg.el (epg--make-temp-file, epg-decrypt-string)
9123 (epg-verify-string, epg-sign-string, epg-encrypt-string):
9124
9125 * jka-compr.el (jka-compr-partial-uncompress)
9126 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
9127
9128 * server.el (server-sentinel): Use delete-file's new FORCE arg
9129 (Bug#6070).
9130
56eb0904
SM
91312010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9132
9133 Use define-minor-mode where applicable.
9134 * view.el (view-mode):
9135 * type-break.el (type-break-query-mode)
9136 (type-break-mode-line-message-mode):
9137 * textmodes/reftex.el (reftex-mode):
9138 * term/vt100.el (vt100-wide-mode):
9139 * tar-mode.el (tar-subfile-mode):
9140 * savehist.el (savehist-mode):
9141 * ibuf-ext.el (ibuffer-auto-mode):
9142 * composite.el (auto-composition-mode):
9143 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
9144 Use define-minor-mode.
9145 (vhdl-mode): Use static mode-line format.
9146 (vhdl-mode-line-update): Delete.
9147 (vhdl-create-mode-menu, vhdl-activate-customizations)
9148 (vhdl-hs-minor-mode): Don't bother calling it.
9149
672eb710
SM
91502010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
9151
8f92b8ad
SM
9152 * simple.el (with-wrapper-hook): Move.
9153 (buffer-substring-filters): Mark obsolete.
9154 (filter-buffer-substring-functions): New variable.
1fada563 9155 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 9156
c04b03f8 91572010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 9158 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
9159
9160 Implement compression for inline methods.
9161
9162 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
9163 (tramp-copy-size-limit): Allow also nil.
9164 (tramp-inline-compress-commands): New defconst.
9165 (tramp-find-inline-compress, tramp-get-inline-compress)
9166 (tramp-get-inline-coding): New defuns.
cb7f3653 9167 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 9168 replaced by `tramp-get-inline-coding'.
6a29a838
MA
9169 (tramp-handle-file-local-copy, tramp-handle-write-region)
9170 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
9171
8c0bf8b3
SM
91722010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9173
07125a91
SM
9174 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
9175 Remove unused functions.
9176
f3a47002
SM
9177 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
9178 Set find-tag-default-function as a variable rather than a property.
9179
8c0bf8b3
SM
9180 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
9181 * progmodes/etags.el (tags-completion-at-point-function):
9182 Remove left over interactive spec. Add autoloading stub.
9183 (complete-tag): Use tags-completion-at-point-function.
9184
27601456
CY
91852010-04-30 Chong Yidong <cyd@stupidchicken.com>
9186
cb7f3653 9187 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 9188
09d0284d
CY
91892010-04-29 Chong Yidong <cyd@stupidchicken.com>
9190
27d3cd56
CY
9191 * ido.el (ido-init-completion-maps): Remove C-v binding.
9192 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 9193
3a07ffce
CY
91942010-04-29 Chong Yidong <cyd@stupidchicken.com>
9195
9196 * minibuffer.el (tags-completion-at-point-function): New function.
9197 (completion-at-point-functions): Use it.
9198
3a07ffce
CY
9199 * progmodes/etags.el (complete-tag): Revert last change.
9200
3d14bb73
AM
92012010-04-29 Alan Mackenzie <acm@muc.de>
9202
9203 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
9204 off-by-one error (in end of macro position).
9205
7d353d11
SM
92062010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9207
9208 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
9209 firefox is absent. Don't autoload.
9210 (browse-url-galeon-program): Don't autoload.
9211
48111a85
CY
92122010-04-28 Chong Yidong <cyd@stupidchicken.com>
9213
9214 * bindings.el (complete-symbol): Move into minibuffer.el.
9215
9216 * minibuffer.el (complete-tag): Move from etags.el. If tags
9217 completion cannot be performed, return nil instead of signalling
9218 an error.
9219 (completion-at-point): Make it an alias for complete-symbol.
9220 (complete-symbol): Move from bindings.el, and replace with the
9221 body of completion-at-point.
9222
9223 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
9224
7ba94701
MA
92252010-04-28 Michael Albinus <michael.albinus@gmx.de>
9226
9227 * net/tramp.el (tramp-remote-selinux-p): New defun.
9228 (tramp-handle-file-selinux-context)
9229 (tramp-handle-set-file-selinux-context): Use it.
9230
95c6cc3e
SS
92312010-04-28 Sam Steingold <sds@gnu.org>
9232
9233 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
9234 `safe-local-variable' if the value is a string or a symbol with
9235 the property `bug-reference-url-format'.
9236
36045ff3
CY
92372010-04-28 Chong Yidong <cyd@stupidchicken.com>
9238
537ffaf3
SM
9239 * progmodes/bug-reference.el (bug-reference-url-format):
9240 Revert 2010-04-27 change due to security risk.
36045ff3 9241
56924d99
SM
92422010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9243
9244 Make it possible to locally disable a globally enabled mode.
9245 * simple.el (fundamental-mode): Run fundamental-mode-hook.
9246 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
9247 rather than kill-all-local-variables so it runs fundamental-mode-hook.
9248 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9249 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
9250 that subsequent hooks get a chance to disable it.
9251
ccaa4765
SM
92522010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9253
17818d71
SM
9254 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9255 Avoid re-enabling a minor mode after the user turned the minor mode
9256 off if MODE-enable-in-buffers is run twice (typically once from
9257 fundamental-mode's after-change-major-mode-hook and a second time from
9258 run-mode-hook's own after-change-major-mode-hook).
9259
ccaa4765
SM
9260 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
9261
2a6f654e
SS
92622010-04-27 Sam Steingold <sds@gnu.org>
9263
9264 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
9265 `safe-local-variable' if the value is a string or a function, as
9266 documented and implemented on 2010-04-02.
9267
cecaa674
JB
92682010-04-27 Juanma Barranquero <lekktu@gmail.com>
9269
9270 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
9271 when method is 'kill.
9272
92732010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 9274
a628ad9d
JB
9275 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
9276 condition in default directory check.
1e116bb3
AM
9277 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
9278 Kill ispell process when killing its associated buffer.
9279
7dd7fbb9
JD
92802010-04-27 Jan Djärv <jan.h.d@swipnet.se>
9281
9282 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
9283 but we aren't using it.
9284
7ac82b84
J
92852010-04-25 Jan Djärv <jan.h.d@swipnet.se>
9286
9287 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
9288 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
9289
fea1add4
GM
92902010-04-24 Glenn Morris <rgm@gnu.org>
9291
9292 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
9293 Ignore VCS-ignore files, and deleted nextstep preferences files.
9294 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
9295 (authors-ambiguous-files): New list.
9296 (authors-valid-file-names): Add some deleted files.
9297 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
9298 (authors-disambiguate-file-name): New function. (Bug#5501)
9299 (authors-canonical-file-name): Doc fix.
9300 Don't warn about obsolete files.
9301 (authors-canonical-file-name, authors-scan-el):
9302 Use authors-disambiguate-file-name.
9303
cbcfee6e
GM
9304 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
9305 Add autoload cookies.
9306 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
9307 (generated-autoload-file): Set file-local value to "htmlfontify.el".
9308 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
9309 They have definitions / compiler macros in cl.el.
9310 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
9311 Replace manual autoloads with generated ones.
9312 (htmlfontify-unload-rgb-file): Remove autoload.
9313 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
9314
3b548e1b
SM
93152010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9316
9ae0c310
SM
9317 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
9318 (byte-compile-setq-default): Optimize for the
9319 single-var case and don't call byte-compile-form in this case to avoid
9320 inf-loop with byte-compile-set-default.
9321
3b548e1b
SM
9322 * progmodes/compile.el (compilation-start): Abbreviate default directory.
9323
632c5478
MA
93242010-04-23 Michael Albinus <michael.albinus@gmx.de>
9325
9326 Implement SELINUX backends.
9327
3b548e1b
SM
9328 * net/tramp.el (tramp-file-name-handler-alist):
9329 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
9330 (tramp-handle-file-selinux-context)
9331 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
9332 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
9333 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 9334
3b548e1b
SM
9335 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9336 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
9337 (tramp-gvfs-handle-file-selinux-context)
9338 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
9339 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
9340
9341 * net/ange-ftp.el (ange-ftp-copy-file):
9342 * net/tramp-fish.el (tramp-fish-handle-copy-file):
9343 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
9344 * net/tramp-smb.el (tramp-smb-handle-copy-file):
9345 Add PRESERVE-SELINUX-CONTEXT.
632c5478 9346
a94d821f
MA
93472010-04-22 Michael Albinus <michael.albinus@gmx.de>
9348
9349 Synchronize with Tramp repository.
9350
9351 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
9352 (tramp-action-process-alive, tramp-action-out-of-band)
9353 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
9354 (tramp-exists-file-name-handler): Fix docstring.
9355 (with-progress-reporter): New defmacro.
9356 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
9357 (tramp-maybe-open-connection): Use it.
9358
a92375d9
MA
93592010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
9360
9361 Detect ssh 'ControlMaster' argument automatically in some cases.
9362
9363 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
9364 (tramp-default-method): Use it.
9365
489fe4c2
MA
93662010-04-22 Michael Albinus <michael.albinus@gmx.de>
9367
25f14cdb
MA
9368 * net/tramp.el (tramp-handle-copy-file): Add new optional
9369 parameter `preserve-selinux-context'.
9370 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
9371
a92375d9
MA
93722010-04-22 Michael Albinus <michael.albinus@gmx.de>
9373
489fe4c2
MA
9374 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
9375 Ensure, that non remote files are still checked. Oops.
9376
acd1f317
MA
93772010-04-21 Michael Albinus <michael.albinus@gmx.de>
9378
9379 Fix Bug#5840.
9380
9381 * icomplete.el (icomplete-completions): Use `non-essential'.
9382
9383 * net/tramp.el (tramp-connectable-p): New defun.
9384 (tramp-handle-expand-file-name)
9385 (tramp-completion-handle-file-name-all-completions)
9386 (tramp-completion-handle-file-name-completion): Use it.
9387
62c5b459
SM
93882010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9389
9390 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
9391
f904c0f9
JD
93922010-04-21 Jan Djärv <jan.h.d@swipnet.se>
9393
9394 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
9395
9396 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
9397
9398 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
9399 is present.
9400
9401 * info.el (info-tool-bar-map): Add labels.
9402
9403 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
9404
9405 * cus-edit.el (custom-commands): Add labels for tool bar.
9406 (custom-buffer-create-internal, Custom-mode): Adjust for
9407 labels in custom-commands.
9408
9409 * dynamic-setting.el: Renamed from font-setting.el.
9410
c5cbeb12
LL
94112010-04-21 John Wiegley <jwiegley@gmail.com>
9412
9413 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
9414 toggles the use of virtual buffers.
537ffaf3 9415 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
9416 (ido-toggle-virtual-buffers): New function.
9417
fcc93746
JB
94182010-04-21 Juanma Barranquero <lekktu@gmail.com>
9419
9420 Use `define-derived-mode'; fix window selection; doc fixes.
9421 * play/tetris.el (tetris, tetris-update-speed-function)
9422 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
9423 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
9424 (tetris-rotate-next, tetris-end-game, tetris-start-game)
9425 (tetris-pause-game): Fix typos in docstrings.
9426 (tetris-mode-map, tetris-null-map):
9427 Move initialization into declaration.
9428 (tetris-mode): Define with `define-derived-mode';
9429 set show-trailing-whitespace to nil.
9430 (tetris): Prefer window already displaying the "*Tetris*" buffer.
9431
574c05e2
KK
94322010-04-21 Karel Klíč <kklic@redhat.com>
9433
9434 * files.el (backup-buffer): Handle SELinux context, and return it
9435 if a backup was made by renaming.
9436 (backup-buffer-copy): Set SELinux context to the target file.
9437 (basic-save-buffer): Set SELinux context of the newly written file.
9438 (basic-save-buffer-1): Now it also returns any SELinux context.
9439 (basic-save-buffer-2): Set SELinux context of the newly created file,
9440 and return it.
9441 * net/tramp.el (tramp-file-name-for-operation):
9442 Add file-selinux-context.
9443
e97a42c1
SM
94442010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9445
f2b9ed18
SM
9446 Make the log-edit comments use RFC822 format throughout.
9447
e97a42c1
SM
9448 * vc.el (vc-checkin, vc-modify-change-comment):
9449 Adjust to new vc-start/finish-logentry.
9450 (vc-find-conflicted-file): New command.
9451 (vc-transfer-file): Adjust to new vc-checkin.
9452 (vc-next-action): Improve scoping.
9453
9454 * vc-hg.el (vc-hg-log-edit-mode): Remove.
9455 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
9456
9457 * vc-git.el (vc-git-log-edit-mode): Remove.
9458 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
9459 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
9460
9461 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
9462 (vc-start-logentry): Remove argument `extra'.
9463 (vc-finish-logentry): Remove extra args.
9464
9465 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
9466 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
9467 (vc-bzr-conflicted-files): New function.
9468
9469 * log-edit.el (log-edit-extra-flags)
9470 (log-edit-before-checkin-process): Remove.
9471 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
9472 (log-edit-headers-alist): New var.
9473 (log-edit-header-contents-regexp): New const.
9474 (log-edit-match-to-eoh): New function.
9475 (log-edit-font-lock-keywords): Use them.
9476 (log-edit): Insert a "Summary:" header as default.
9477 (log-edit-mode): Mark font-lock rules as case-insensitive.
9478 (log-edit-done): Cleanup headers.
9479 (log-view-process-buffer): Remove.
9480 (log-edit-extract-headers): New function to replace it.
9481
938efb77
JB
94822010-04-20 Juanma Barranquero <lekktu@gmail.com>
9483
9484 * subr.el (default-direction-reversed): Remove obsolescence info.
9485
1cfb415b
SM
94862010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9487
cb4f9513
SM
9488 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
9489 windows/frames.
9490
6e610c72
SM
9491 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
9492 I.e. include text after point in the completion region.
9493 Also, return nil when we're not after/in a symbol.
9494
1cfb415b
SM
9495 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
9496 default enable-multibyte-characters.
9497
c80fa13c
SM
94982010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9499
87926e02
SM
9500 * international/mule.el: Help the user choose a valid coding-system.
9501 (read-buffer-file-coding-system): New function.
9502 (set-buffer-file-coding-system): Use it. Prompt the user if the
9503 coding-system cannot encode all the chars.
9504
c80fa13c
SM
9505 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
9506 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
9507 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
9508 Don't use *vc-bzr-shelve*.
9509
6e104790 95102010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
9511
9512 Fix the version number for added files.
9513 * vc-hg.el (vc-hg-working-revision): Check if the file is
9514 registered after hg parent fails (Bug#5961).
9515
6e104790 95162010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
9517
9518 * htmlfontify.el (htmlfontify-buffer)
9519 (htmlfontify-copy-and-link-dir): Autoload entry points.
9520
6e104790 95212010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
9522
9523 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
9524 name relative to the project root (Bug#5960).
9525
6e104790 95262010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
9527
9528 * vc-git.el (vc-git-print-log): Doc fix.
9529
6e104790 95302010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
9531
9532 * ido.el (ido-file-internal): Fix 2009-12-02 change.
9533
6e104790 95342010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
7860d2e3
CY
9535
9536 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
9537 default settings (Bug#5928).
9538
6e104790 95392010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
9540
9541 * progmodes/fortran.el (fortran-match-and-skip-declaration):
9542 New function.
0a23b2c3 9543 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 9544
6e104790 95452010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
9546
9547 * language/indian.el (malayalam-composable-pattern): Fix previous
9548 change (add U+0D4D "SIGN VIRAMA").
9549 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
9550 (tamil-composable-pattern): Fix typo in the regexp.
9551 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
9552 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
9553 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
9554
6e104790 95552010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
9556
9557 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
9558 paragraph-separate (Bug#5821).
9559
6e104790 95602010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
9561
9562 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
9563
9564 * info.el (Info-find-node-2): Comment out code that skips
9565 breadcrumbs line.
9566 (Info-mouse-follow-link): New command.
9567 (Info-link-keymap): New keymap.
9568 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
9569 Return a string with links instead of inserting breadcrumbs
9570 to the Info buffer.
9571 (Info-fontify-node): Comment out code that inserts breadcrumbs.
9572 Instead of putting the `invisible' text property over the Info
9573 header, make an overlay over the Info header with the `invisible'
9574 property and `after-string' set to the string returned by
9575 `Info-breadcrumbs'.
9576
6e104790 95772010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
9578
9579 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
9580 Reported by monkey@sandpframing.com.
9581
98923800
SM
95822010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9583
b5feea0f
SM
9584 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
9585 (tmm-get-keymap): Add key-binding shortcuts now that they're not
9586 available in the "keyseq cache" any more.
9587
98923800
SM
9588 * custom.el (defcustom): Add edebug spec.
9589
fd5c9dfa
JL
95902010-04-18 Juri Linkov <juri@jurta.org>
9591
9592 Test for special mode-class in view-buffer instead of view-file (bug#5513).
9593
9594 * view.el (view-file, view-buffer): Move test for special mode-class
9595 from view-file to view-buffer.
9596
9597 * tar-mode.el (tar-extract): Turn if's into one cond
9598 like in arc-mode.el.
9599
b3671a51
JL
96002010-04-18 Juri Linkov <juri@jurta.org>
9601
9602 Add 7z archive format support (bug#5475).
9603
9604 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
9605 (archive-7z-extract): New defcustom.
9606 (archive-find-type): Add magic string for 7z.
9607 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
9608 If `stderr-file' is non-nil, use `(t stderr-file)' for the
9609 `buffer' arg of `call-process'.
9610 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
9611 call the function `archive-7z-extract' with the variable
9612 `archive-7z-extract' let-bound to `archive-zip-extract'.
9613 (archive-7z-summarize, archive-7z-extract): New functions.
9614
9615 * international/mule.el (auto-coding-alist):
9616 * files.el (auto-mode-alist): Add 7z file extension.
9617
8a37fb25
SM
96182010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9619
e9515805
SM
9620 * loadup.el: Setup hash-cons for pure data.
9621
f8ea0098
SM
9622 Fix duplicate entries in cedet's loaddefs.el files.
9623 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
9624 Should make most file-local generated-autoload-file unnecessary.
9625 (print-readably): Silence warnings.
9626 (autoload-find-destination): Take load-name as an arg to make sure
9627 it's the same as the one that will be in the file.
9628 (autoload-generate-file-autoloads): Adjust to above changes.
9629 Try to make the dataflow a bit simpler.
9630
8a37fb25
SM
9631 * cvs-status.el (cvs-refontify): Remove unused.
9632
f8b91752
JB
96332010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
9634
76e3243a 9635 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 9636
76e3243a 9637 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
9638 twos-complement mode.
9639
d8b01fef
JB
96402010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
9641
76e3243a
JB
9642 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
9643 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
9644 (calc-inverse): Add "Option" to message, as appropriate.
9645 (calc-hyperbolic): Add "Option" to message, as appropriate.
9646 (calc-option, calc-is-option): New functions.
9647
76e3243a 9648 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
9649 (calc-option-prefix-help): New function.
9650
76e3243a 9651 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 9652
76e3243a 9653 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
9654 (calc-option-flag): New variable.
9655 (calc-do): Set `calc-option-flag to nil.
9656 (calc-set-mode-line): Add "Opt " as appropriate.
9657
74f806a1
JL
96582010-04-16 Juri Linkov <juri@jurta.org>
9659
9660 Move scrolling commands from simple.el to window.el
9661 because their primitives are implemented in window.c.
9662
9663 * simple.el (scroll-error-top-bottom)
9664 (scroll-up-command, scroll-down-command, scroll-up-line)
9665 (scroll-down-line, scroll-other-window-down)
9666 (beginning-of-buffer-other-window, end-of-buffer-other-window):
9667 * window.el (scroll-error-top-bottom)
9668 (scroll-up-command, scroll-down-command, scroll-up-line)
9669 (scroll-down-line, scroll-other-window-down)
9670 (beginning-of-buffer-other-window, end-of-buffer-other-window):
9671 Move from simple.el to window.el because their primitives are
9672 implemented in window.c.
9673
ad40eec5
JL
96742010-04-16 Juri Linkov <juri@jurta.org>
9675
9676 * isearch.el (isearch-lookup-scroll-key): Check both
9677 `isearch-scroll' and `scroll-command' properties.
9678 (scroll-up, scroll-down): Remove `isearch-scroll' property.
9679
9680 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
9681
9682 * simple.el (scroll-up-command, scroll-down-command)
9683 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
9684
a4b000fb
JL
96852010-04-15 Juri Linkov <juri@jurta.org>
9686
9687 * simple.el (scroll-up-command, scroll-down-command)
9688 (scroll-up-line, scroll-down-line): Put `scroll-command'
9689 property on the these symbols. Remove them from
9690 `scroll-preserve-screen-position-commands'.
9691
9692 * mwheel.el (mwheel-scroll): Put `scroll-command' and
9693 `isearch-scroll' properties on the `mwheel-scroll' symbol.
9694 Remove it from `scroll-preserve-screen-position-commands'.
9695
9696 * isearch.el (isearch-allow-scroll): Doc fix.
9697
4874f5e6
MA
96982010-04-15 Michael Albinus <michael.albinus@gmx.de>
9699
9700 * net/tramp.el (tramp-error-with-buffer): Don't show the
9701 connection buffer when we are in completion mode.
9702 (tramp-file-name-handler): Catch the error for some operations
9703 when we are in completion mode. This gives the user the chance to
9704 correct the file name in the minibuffer.
9705
82883f0a
GM
97062010-04-15 Glenn Morris <rgm@gnu.org>
9707
9708 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
9709
528b9ea9
JB
97102010-04-15 Juanma Barranquero <lekktu@gmail.com>
9711
9712 Simplify by using `define-derived-mode'.
9713 * info.el (Info-mode):
9714 * calendar/todo-mode.el (todo-mode):
9715 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
9716 (gomoku-mode-map): Move initialization into declaration.
9717
5f2b693f
MA
97182010-04-14 Michael Albinus <michael.albinus@gmx.de>
9719
9720 Fix Bug#5840.
9721 * ido.el (ido-file-name-all-completions-1):
9722 * minibuffer.el (minibuffer-completion-help):
9723 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
9724
ebb9641f
SM
97252010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9726
38111a5a
SM
9727 * simple.el (non-essential): New var.
9728
ebb9641f
SM
9729 Add a new field `location' to bookmarks for non-file bookmarks.
9730 * bookmark.el (bookmark-location): Use the new field, if present.
9731 (bookmark-insert-location): Undo last change, not needed any more.
9732 * man.el (Man-bookmark-make-record):
9733 * woman.el (woman-bookmark-make-record): Add `location' field.
9734
7b05466f
JL
97352010-04-14 Juri Linkov <juri@jurta.org>
9736
9737 * simple.el (scroll-error-top-bottom): New defcustom.
9738 (scroll-up-command, scroll-down-command): Use it. Doc fix.
9739
9740 * emulation/pc-select.el (pc-select-override-scroll-error):
9741 Obsolete in favor of `scroll-error-top-bottom'.
9742
32129746
JL
97432010-04-14 Juri Linkov <juri@jurta.org>
9744
9745 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
9746 `scroll-up-command' and `M-v' to `scroll-down-command'.
9747
9748 * emulation/cua-rect.el (cua--init-rectangles):
9749 * forms.el (forms--change-commands):
9750 * image-mode.el (image-mode-map):
9751 Remap scroll-down-command and scroll-up-command
9752 in addition to scroll-down and scroll-up.
9753
9013a7f8
JL
97542010-04-14 Juri Linkov <juri@jurta.org>
9755
9756 * mwheel.el (scroll-preserve-screen-position-commands):
9757 Add mwheel-scroll to this list of commands.
9758
9759 * simple.el (scroll-preserve-screen-position-commands):
9760 Add scroll-up-command, scroll-down-command, scroll-up-line,
9761 scroll-down-line to this list of commands.
9762
3b7e1d5f
SM
97632010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9764
c1e25821
SM
9765 * obsolete/complete.el: Move from lisp/complete.el.
9766
5b31b787
SM
9767 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
9768
3b7e1d5f
SM
9769 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
9770 to the minor mode function now turns the mode ON unconditionally.
9771
398a825b
SM
97722010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9773
a544e7c1
SM
9774 * vc-dir.el (vc-dir-kill-line): New command.
9775 (vc-dir-mode-map): Bind it to C-k.
9776
a1979d8e
SM
9777 * bookmark.el (bookmark-insert-location): Handle a nil filename.
9778
398a825b
SM
9779 * woman.el: Add bookmark declarations to silence the compiler.
9780 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
9781 step to compatibility between man and woman bookmarks.
9782 Adjust for Man-default-bookmark-title renaming.
9783 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
9784
9785 * man.el: Add bookmark declarations to silence the compiler.
9786 (Man-name-local-regexp): Make it match NAME as well.
9787 (Man-getpage-in-background): Return the buffer.
9788 (Man-notify-when-ready): Use `case'.
9789 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
9790 Don't hardcode "NAME". Simplify.
9791 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
9792 Rename from Man-bookmark-make-record.
9793 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
9794 we have the actual man-args. Use Man-getpage-in-background rather
9795 than `man' since the arg is already processed. Let bookmark.el do the
9796 window handling. Only wait for the relevant process.
9797 Don't forget to autoload.
9798
9799 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
9800
45be326a
TV
98012010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9802
9803 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
9804 New functions.
9805 (woman-mode): Setup bookmark support.
9806
9807 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
9808 (man-bookmark-jump): New functions.
9809 (Man-mode): Setup bookmark support.
9810
3acb4c93
CY
98112010-04-10 Jari Aalto <jari.aalto@cante.net>
9812
9813 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
9814 recognize ssh-keygen prompt (Bug#2817).
9815
b6bbb65e
MA
98162010-04-10 Michael Albinus <michael.albinus@gmx.de>
9817
9818 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
9819
b533bc97
MA
98202010-04-10 Michael Albinus <michael.albinus@gmx.de>
9821
9822 Synchronize with Tramp repository.
9823
9824 * net/tramp.el (tramp-completion-function-alist)
9825 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
9826 (tramp-local-coding-commands, tramp-remote-coding-commands):
9827 Fix docstring.
9828 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
9829 (tramp-handle-directory-files-and-attributes)
9830 (tramp-get-remote-path): Use `copy-tree'.
9831 (tramp-handle-file-name-all-completions): Backward/ XEmacs
9832 compatibility: Use `completion-ignore-case' if
9833 `read-file-name-completion-ignore-case' does not exist.
9834 (tramp-do-copy-or-rename-file-directly): Do not use
9835 `tramp-handle-file-remote-p'.
45be326a
TV
9836 (tramp-do-copy-or-rename-file-out-of-band):
9837 Use `tramp-compat-delete-directory'.
b533bc97 9838 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
9839 (tramp-compute-multi-hops, tramp-maybe-open-connection):
9840 Use `format-spec-make'.
b533bc97
MA
9841 (tramp-find-foreign-file-name-handler)
9842 (tramp-advice-make-auto-save-file-name)
9843 (tramp-set-auto-save-file-modes): Remove superfluous check for
9844 `stringp'. This is done inside `tramp-tramp-file-p'.
9845 (tramp-debug-outline-regexp): New defconst.
9846 (tramp-get-debug-buffer): Use it.
9847 (tramp-check-for-regexp): Use (forward-line 1).
9848 (tramp-set-auto-save-file-modes): Adapt version check.
9849
45be326a
TV
9850 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
9851 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
9852 (tramp-compat-make-temp-file): Simplify fallback implementation.
9853 (tramp-compat-copy-tree): Remove function.
9854 (tramp-compat-delete-directory): Provide implementation for older
9855 Emacsen.
9856
9857 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
9858 Do not use `tramp-fish-handle-file-attributes.
9859
9860 * net/trampver.el: Update release number.
9861
ba33df00
GM
98622010-04-10 Glenn Morris <rgm@gnu.org>
9863
9864 * progmodes/compile.el (compilation-save-buffers-predicate):
9865 Add missing :version tag.
9866
4a8ae76f
SS
98672010-04-09 Sam Steingold <sds@gnu.org>
9868
9869 * progmodes/compile.el (compilation-save-buffers-predicate):
9870 Remove the "autoload" cookie.
9871
0880716f
SS
9872 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
9873 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
9874 and `bug-reference-prog-mode' can be used in hooks directly.
9875
6aebd58c
DN
98762010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9877
9878 Add --author support to git commit.
9879 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
9880 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
9881 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
9882 New declarations.
6aebd58c 9883
f6d90772
ER
98842010-04-09 Eric Raymond <esr@snark.thyrsus.com>
9885
9886 * vc-hooks.el, vc-git.el: Improve documentation comments.
9887
e754e83b
SM
98882010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9889
9890 Fix some of the problems in defsubst* (bug#5728).
9891 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
9892 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
9893
9e86ab0b
SS
98942010-04-07 Sam Steingold <sds@gnu.org>
9895
e754e83b
SM
9896 * progmodes/compile.el (compilation-save-buffers-predicate):
9897 New custom variable.
9e86ab0b
SS
9898 (compile, recompile): Pass it to `save-some-buffers'.
9899
b0c8b840
JD
99002010-04-07 Jan Djärv <jan.h.d@swipnet.se>
9901
9902 * wid-edit.el (widget-choose): Move cursor to the second line of
9903 the buffer (Bug#5695).
9904
31527c56
DN
99052010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
9906
9907 Add new VC methods: vc-log-incoming and vc-log-outgoing.
9908 * vc.el (vc-print-log-setup-buttons): New function split out from
9909 vc-print-log-internal.
9910 (vc-log-internal-common): New function, a parametrized version of
9911 vc-print-log-internal.
9912 (vc-print-log-internal): Just call vc-log-internal-common with the
9913 right arguments.
9914 (vc-incoming-outgoing-internal):
9915 (vc-log-incoming, vc-log-outgoing): New functions.
9916 (vc-log-view-type): New permanent local variable.
9917
9918 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
9919
9920 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
9921 of the dynamic bound vc-short-log.
9922 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
9923
9924 * vc-git.el (vc-git-log-outgoing): New function.
9925 (vc-git-log-view-mode): Use vc-log-view-type instead
9926 of the dynamic bound vc-short-log.
9927
9928 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
9929 of the dynamic bound vc-short-log. Highlight the tag.
9930 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
9931 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
9932 (vc-hg-incoming-mode): Remove.
9933 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
9934
7ec69e2b
DN
99352010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
9936
9937 Fix default-directory for vc-root-diff.
9938 * vc.el (vc-root-diff): Bind default-directory to the root
9939 directory for the diff command.
9940
fd9ea9d3
WS
99412010-04-07 Michael McNamara <mac@mail.brushroad.com>
9942
6e104790 9943 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
9944 (verilog-calc-1): Support "disable fork" and "fork wait" multi
9945 word keywords, suggested by Steve Pearlmutter.
6e104790 9946 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 9947 port lists.
6e104790 9948 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 9949 fix bug for /* / comments.
6e104790 9950 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 9951 Speed up and simplfy as this is never called with a bound.
6e104790
SM
9952 (verilog-pretty-declarations): Enhance to line up declarations
9953 inside a parameter list, suggested by Alan Morgan.
9954 (verilog-pretty-expr): Tune assignment regular expression match
9955 string for corner cases; also use markers instead of character
9956 number as indent changes the later.
fd9ea9d3
WS
9957
99582010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
9959
6e104790
SM
9960 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
9961 as missing keyword.
9962 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
9963 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
9964 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
9965 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
9966 Tennant.
9967 (verilog-keywords):
fd9ea9d3
WS
9968 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
9969 1800-2009 keywords, including "global.".
9970
2a07afc5
JW
99712010-04-06 John Wiegley <jwiegley@gmail.com>
9972
8b32731a 9973 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 9974 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 9975 file basename). Should use uniquify to offer a real solution.
2a07afc5 9976
f9a27d86
JW
99772010-04-06 John Wiegley <jwiegley@gmail.com>
9978
8b32731a
JB
9979 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
9980 comment to code, and add a :version tag.
9981 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 9982
9caf8a8f
JB
99832010-04-06 Juanma Barranquero <lekktu@gmail.com>
9984
9985 Enable recentf-mode if using virtual buffers.
9986 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 9987 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
9988 (ido-make-buffer-list): Simplify.
9989 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
9990
5a97d2da
JL
99912010-04-05 Juri Linkov <juri@jurta.org>
9992
9993 Scrolling commands which scroll a line instead of full screen.
9994 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
9995
9996 * simple.el (scroll-up-line, scroll-down-line): New commands.
9997 Put property isearch-scroll=t on them.
9998
9999 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
10000 Remove commands.
10001
79ce172a
JL
100022010-04-05 Juri Linkov <juri@jurta.org>
10003
8b32731a 10004 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
10005 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
10006
10007 * simple.el (scroll-up-command, scroll-down-command): New commands.
10008 Put property isearch-scroll=t on them.
10009
10010 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
10011 `scroll-down-command' and [next] from `scroll-up' to
10012 `scroll-up-command'.
10013
10014 * emulation/cua-base.el: Put property CUA=move on
10015 `scroll-up-command' and `scroll-down-command'.
10016 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
10017 and `scroll-down-command' to `cua-scroll-down'.
10018
309d5b43
JB
100192010-04-05 Juanma Barranquero <lekktu@gmail.com>
10020
6460e534 10021 * help.el (describe-mode): Return nil.
309d5b43 10022
0523d117
JW
100232010-04-04 John Wiegley <jwiegley@gmail.com>
10024
10025 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 10026 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
10027 (ido-virtual): Face used to indicate virtual buffers in the list.
10028 (ido-buffer-internal): If a buffer is chosen, and no such buffer
10029 exists, but a virtual buffer of that name does (which would be why
10030 it was in the list), recreate the buffer by reopening the file.
10031 (ido-make-buffer-list): If virtual buffers are being used, call
10032 `ido-add-virtual-buffers-to-list' before the make list hook.
10033 (ido-virtual-buffers): New variable which contains a copy of the
10034 current contents of the `recentf-list', albeit pared down for the
10035 sake of speed, and with proper faces applied.
10036 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
10037 create a list of "virtual buffers" to present to the user in
10038 addition to the currently open set. Note that this logic could
10039 get rather slow if that list is too large. With the default
10040 `recentf-max-saved-items' of 200, there is little speed penalty.
10041
202ff0d6
SM
100422010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10043
10044 * font-lock.el: Require CL when compiling.
10045 (font-lock-turn-on-thing-lock): Use `case'.
10046
ef43a0f4
EZ
100472010-04-03 Eli Zaretskii <eliz@gnu.org>
10048
10049 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
10050 Zaretskii.
ef43a0f4 10051
9c13a46e
JL
100522010-04-02 Juri Linkov <juri@jurta.org>
10053
10054 * ehelp.el (electric-help-orig-major-mode):
10055 New buffer-local variable.
10056 (electric-help-mode): Set it to original major-mode. Doc fix.
10057 (with-electric-help): Use `electric-help-orig-major-mode' instead
10058 of (default-value 'major-mode). Doc fix.
10059 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
10060
3fb87bf5
SS
100612010-04-02 Sam Steingold <sds@gnu.org>
10062
10063 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
10064 `vc-hg-command' with a list of flags.
10065
202ff0d6
SM
10066 * progmodes/bug-reference.el (bug-reference-bug-regexp):
10067 Also accept "patch" and "RFE".
dbb5e44a
SS
10068 (bug-reference-fontify): `bug-reference-url-format' can also be a
10069 function to be able to handle the bug kind.
202ff0d6 10070 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 10071
d0b22876
JD
100722010-04-02 Jan Djärv <jan.h.d@swipnet.se>
10073
10074 * tmm.el (tmm-get-keymap): Check with symbolp before passing
10075 value to fboundp, it may not be a symbol.
10076
1625d379
CY
100772010-03-31 Chong Yidong <cyd@stupidchicken.com>
10078
202ff0d6 10079 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 10080
1cd095c6
JL
100812010-03-31 Juri Linkov <juri@jurta.org>
10082
10083 * simple.el (next-line, previous-line): Re-throw a signal
10084 with `signal' instead of using `ding'.
10085 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
10086
67189e62
JL
100872010-03-31 Juri Linkov <juri@jurta.org>
10088
10089 * simple.el (keyboard-escape-quit): Raise deselecting the active
10090 region higher than exiting the minibuffer.
10091 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
10092
1546c559
JL
100932010-03-31 Juri Linkov <juri@jurta.org>
10094
10095 * image.el (image-animated-p): Use `image-metadata' instead of
10096 `image-extension-data'. Get GIF extenstion data from metadata
10097 property `extension-data'.
10098
85626eef
SM
100992010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10100
10101 * simple.el (append-to-buffer): Simplify.
10102
85738751 101032010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
10104
10105 * textmodes/artist.el (artist-mode): Fix typo in docstring.
10106 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
10107
85738751 101082010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
10109
10110 * language/sinhala.el (composition-function-table): Fix regexp for
10111 the new Unicode specification.
10112
10113 * language/indian.el (devanagari-composable-pattern)
10114 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 10115 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
10116 specification.
10117 (bengali-composable-pattern, gurmukhi-composable-pattern)
10118 (gujarati-composable-pattern, oriya-composable-pattern)
10119 (telugu-composable-pattern): New variables to cope with the new
10120 Unicode specification. Use them in composition-function-table.
10121
85738751 101222010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 10123
79d74ac5 10124 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
10125 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
10126 vectors rather than cons cells, as used in menu-bar-update-buffers.
10127
85738751 101282010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 10129
2a793f7f
CY
10130 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
10131 (js-insert-and-indent): Revert 2009-08-15 change, restoring
10132 electric punctuation for "{}();,:" (Bug#5586).
10133
03ffe8be
CY
10134 * mail/sendmail.el (mail-default-directory): Doc fix.
10135
85738751 101362010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
10137
10138 * mail/sendmail.el (mail-default-directory): Doc fix.
10139
85738751 101402010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
10141
10142 * subr.el (version-regexp-alist, version-to-list)
10143 (version-list-<, version-list-=, version-list-<=)
10144 (version-list-not-zero, version<, version<=, version=): Doc fix.
10145 (Bug#5744).
10146
85738751 101472010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
10148
10149 * vc.el (vc-root-diff): Doc fix.
10150
85738751 101512010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 10152
9aa2c576
CY
10153 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
10154
9d30a9f4
CY
10155 * simple.el (append-to-buffer): Fix last change.
10156
85738751 101572010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
10158
10159 * simple.el (append-to-buffer): Ensure that point is preserved if
10160 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
10161 (Bug#5749)
10162
2372f278
SM
101632010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10164
10165 * files.el (auto-mode-case-fold): Change default to t.
10166
2223a1b3
JL
101672010-03-30 Juri Linkov <juri@jurta.org>
10168
10169 * dired-x.el (dired-omit-mode): Doc fix.
10170
0ef84fc8
JL
101712010-03-30 Juri Linkov <juri@jurta.org>
10172
10173 * replace.el (occur-accumulate-lines): Move occur-engine related
10174 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
10175 to be located after `occur-engine'.
10176
dc2d2590
JL
101772010-03-30 Juri Linkov <juri@jurta.org>
10178
10179 Make occur handle multi-line matches cleanly with context.
10180 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
10181
10182 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
10183 (occur-engine): Add local variables `ret', `prev-after-lines',
10184 `prev-lines'. Use more arguments for `occur-context-lines'.
10185 Set first elem of its returned list to `data', and the second elem
10186 to `prev-after-lines'. Don't print the separator line.
10187 In the end, print remaining context after-lines.
10188 (occur-context-lines): Add new arguments `begpt', `endpt',
10189 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
10190 after-lines of the previous match with before-lines of the
10191 current match and not overlap them. Return a list with two
10192 values: the output line and the list of context after-lines.
10193
47c88c06
JL
101942010-03-30 Juri Linkov <juri@jurta.org>
10195
10196 * replace.el (occur-accumulate-lines): Fix a bug where the first
10197 context line at the beginning of the buffer was missing.
10198
a7b02820
EZ
101992010-03-30 Eli Zaretskii <eliz@gnu.org>
10200
10201 * files.el: Make bidi-display-reordering safe variable for boolean
10202 values.
10203
9326ba26 102042010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 10205 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
10206
10207 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
10208 (progress-reporter-update, progress-reporter-do-update):
10209 Handle non-numeric value arguments.
9326ba26
CY
10210 (progress-reporter--pulse-characters): New var.
10211
f6f8aa12
CY
102122010-03-28 Chong Yidong <cyd@stupidchicken.com>
10213
10214 * progmodes/compile.el (compilation-start): Fix regexp detection
10215 of initial cd command (Bug#5771).
10216
7ed287b5
CY
102172010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
10218
10219 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
10220
146b8b16
NR
102212010-03-27 Nick Roberts <nickrob@snap.net.nz>
10222
10223 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
10224 * progmodes/gdb-mi.el: Restore.
10225 * progmodes/gdb-ui.el: Remove.
10226 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 10227
b23caf75
GM
102282010-03-25 Glenn Morris <rgm@gnu.org>
10229
10230 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
10231 all dired buffers, even tramp ones. (Bug#5755)
10232
18c812bd
SM
102332010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10234
10235 Add "union tags" in mpc.el.
10236 * mpc.el: Remove backward compatibility code.
10237 (mpc-browser-tags): Change default.
10238 (mpc--find-memoize-union-tags): New var.
10239 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
10240 (mpc-cmd-find): Handle the case where the playlist does not exist.
10241 Handle union-tags.
10242 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
10243 (mpc-cmd-add): Use mpc-cmd-flush.
10244 (mpc-tagbrowser-tag-name): New fun.
10245 (mpc-tagbrowser-buf): Use it.
10246 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
10247
efee6a6d
SM
102482010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10249
9586c41a
SM
10250 Misc cleanup.
10251 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
10252 Use replace-regexp-in-string.
10253 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
10254 (makefile-imake-mode-syntax-table): Move init into defvar.
10255 (makefile-mode): Use define-derived-mode.
10256
efee6a6d
SM
10257 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
10258 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
10259 not be present any more.
10260
c6f3804c
JB
102612010-03-24 Juanma Barranquero <lekktu@gmail.com>
10262
10263 * faces.el (set-face-attribute): Fix typo in docstring.
10264 (face-valid-attribute-values): Reflow docstring.
10265
e867cb5d 102662010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 10267
efee6a6d 10268 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 10269
e867cb5d 102702010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
10271
10272 * indent.el (indent-for-tab-command): Doc fix.
10273
e867cb5d 102742010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 10275
efee6a6d
SM
10276 * progmodes/cc-engine.el (c-remove-stale-state-cache):
10277 Fix off-by-one error. Fixes bug #5747.
657071fc 10278
e867cb5d 102792010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
10280
10281 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
10282 (image-dired-read-comment): Doc fix.
10283
efee6a6d
SM
10284 * json.el (json-object-type, json-array-type, json-key-type)
10285 (json-false, json-null, json-read-number):
c8de140b
JB
10286 * minibuffer.el (completion-in-region-functions):
10287 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
10288 (cal-tex-cursor-week):
10289 * emacs-lisp/trace.el (trace-function):
10290 * eshell/em-basic.el (eshell/printnl):
10291 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
10292 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
10293 * obsolete/levents.el (allocate-event, event-key, event-object)
10294 (event-point, event-process, event-timestamp, event-to-character)
10295 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
10296 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
10297 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
10298 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
10299 (reftex-highlight-selection): Fix typos in docstrings.
10300
e867cb5d 103012010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
10302
10303 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
10304
e867cb5d 103052010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
10306
10307 * mail/rmail.el (rmail-highlight-face): Restore option deleted
10308 2008-02-13 without comment; mark it obsolete.
10309 (rmail-highlight-headers): Use rmail-highlight-face once more.
10310
e867cb5d 103112010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
10312
10313 * woman.el (woman2-process-escapes): Only consume the newline if
10314 the filler character is on a line by itself (Bug#5729).
10315
e867cb5d 103162010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
10317
10318 * language/indian.el (devanagari-composable-pattern): Add more
10319 consonants.
10320
e867cb5d 103212010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
10322
10323 * net/trampver.el: Update release number.
10324
e867cb5d 103252010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 10326
efee6a6d
SM
10327 * net/tramp.el (tramp-find-executable):
10328 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
10329 output of "wc -l" more robust.
10330 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
10331 (tramp-open-connection-setup-interactive-shell): Remove workaround
10332 for OpenSolaris bug, it is not needed anymore.
10333
e867cb5d 103342010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
10335
10336 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
10337
e867cb5d 103382010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
10339
10340 * files.el (auto-mode-alist): Accept more verilog file patterns.
10341
b2b8574b
SM
103422010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10343
10344 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
10345
1d94ebb0
GM
103462010-03-24 Glenn Morris <rgm@gnu.org>
10347
7e263967
GM
10348 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
10349 log-edit-before-checkin-process.
10350
5ac92c5f
GM
10351 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
10352
10353 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 10354
549f324a
GM
10355 * vc-dispatcher.el (vc-start-logentry): Doc fix.
10356 (log-view-process-buffer, log-edit-extra-flags): Declare.
10357
495b517c
GM
10358 * log-edit.el (log-edit-before-checkin-process): Doc fix.
10359
f4087766
SS
103602010-03-23 Sam Steingold <sds@gnu.org>
10361
10362 Fix bug#5620: recalculate all markers on compilation buffer
10363 modifications, not on file modifications.
38e9aa53
GM
10364 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
10365 variable: the buffer modification time, for buffers not associated with
10366 files.
f4087766
SS
10367 (compilation-mode): Create it.
10368 (compilation-filter): Update it.
10369 (compilation-next-error-function): Use it instead of
10370 `visited-file-modtime' for timestamp.
10371
774642e5
JL
103722010-03-23 Juri Linkov <juri@jurta.org>
10373
10374 Implement Occur multi-line matches.
10375 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
10376
10377 * replace.el (occur): Doc fix.
10378 (occur-engine): Set `begpt' to the beginning of the first line.
10379 Set `endpt' to the end of the last match line. At first, count
10380 line numbers between `origpt' and `begpt'. Split out code from
10381 `out-line' variable to new let-bindings `match-prefix' and
10382 `match-str'. In `out-line' add non-numeric prefix to all
10383 non-first lines of multi-line matches. Finally, count lines
10384 between `begpt' and `endpt' and add to `lines'.
10385
f14d1172
JL
103862010-03-23 Juri Linkov <juri@jurta.org>
10387
10388 * replace.el (occur-accumulate-lines, occur-engine):
10389 Use `occur-engine-line' instead of duplicate code.
10390 (occur-engine-line): New function created from duplicate code
10391 in `occur-accumulate-lines' and `occur-engine'.
10392
53e87c57
JL
10393 * replace.el (occur-engine-line): Add optional arg `keep-props'.
10394 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
10395
75a3ff20
JL
103962010-03-23 Juri Linkov <juri@jurta.org>
10397
10398 * finder.el: Remove TODO tasks.
10399
10400 * info.el (Info-finder-find-node): Add node "all"
10401 with all package info. Handle a list of multiple keywords
10402 separated by comma.
10403 (info-finder): In interactive use with a prefix argument,
10404 use `completing-read-multiple' to read a list of keywords
10405 separated by comma.
10406
00278747
SM
104072010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10408
10409 Add a new completion style `substring'.
10410 * minibuffer.el (completion-basic--pattern): New function.
10411 (completion-basic-try-completion, completion-basic-all-completions):
10412 Use it.
10413 (completion-substring--all-completions)
10414 (completion-substring-try-completion)
10415 (completion-substring-all-completions): New functions.
10416 (completion-styles-alist): New style `substring'.
10417
64cb11cc
SM
104182010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10419
10420 Get rid of .elc files after removal of the corresponding .el.
10421 * Makefile.in (compile-clean): New target.
10422 (compile-main): Use it.
10423
835e2c65
JD
104242010-03-22 Jan Djärv <jan.h.d@swipnet.se>
10425
10426 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
10427 don't do make there. When compiling with separate object dir, there
10428 is no Makefile there.
10429
111a9dff
SM
104302010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10431
10432 Get rid of the ELCFILES abomination, again.
10433 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
10434 (all, compile): Don't call compile-last.
10435 (compile-main): Build the "elcfiles" list dynamically.
10436 (compile-targets): New (internal) target.
10437
82c3d67a
AS
104382010-03-21 Andreas Schwab <schwab@linux-m68k.org>
10439
10440 * Makefile.in (top_srcdir): Define.
10441 (abs_top_builddir): Define.
10442 (srcdir): Don't append `/..'.
10443 (EMACS): Use ${abs_top_builddir}.
10444 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
10445 (update-subdirs, update-authors): Use $(top_srcdir) instead of
10446 $(srcdir).
82c3d67a
AS
10447 (lisp): Use $(srcdir) instead of @srcdir@.
10448
d66ecdbb
JL
104492010-03-21 Juri Linkov <juri@jurta.org>
10450
10451 Fix message of multi-line occur regexps and multi-buffer header lines.
10452 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
10453
10454 * replace.el (occur-1): Don't display regexp if it is longer
10455 than window-width. Use `query-replace-descr' to display regexp.
10456 (occur-engine): Don't display regexp in the buffer header for
10457 multi-buffer occur. Display a separate header line with total
10458 match count and regexp for multi-buffer occur.
10459 Use `query-replace-descr' to display regexp.
10460
f05e1b94
TZ
104612010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
10462
10463 * net/secrets.el: Fix parenthesis.
10464 (secrets-enabled): Fix parenthesis.
10465
801ba3ba
SM
104662010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10467
3613edce
SM
10468 Use more relative file and directory names.
10469 * Makefile.in (EMACS): Arrange for it to work when we chdir.
10470 (setwins, setwins_almost, setwins_for_subdirs):
10471 Don't `cd'; output relative names.
10472 (all, compile, compile-always, compile-last): Set emacswd.
10473 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
10474 Just cd to the lisp source dir so we can use relative file names.
10475
801ba3ba
SM
10476 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
10477
2b1400b9
GM
104782010-03-20 Glenn Morris <rgm@gnu.org>
10479
10480 * textmodes/rst.el: Use faces for font-lock customization, and make the
10481 old -face variables obsolete.
10482 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
10483 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
10484 (rst-block-face, rst-external-face, rst-definition-face)
10485 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
10486 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
10487 Make obsolete.
10488 (rst-font-lock-keywords-function): Update for above changes.
10489
5e418f17
JL
104902010-03-20 Juri Linkov <juri@jurta.org>
10491
10492 * s-region.el:
10493 * obsolete/s-region.el: Move to obsolete.
10494
b0287b39
JB
104952010-03-19 Juanma Barranquero <lekktu@gmail.com>
10496
10497 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
10498
3c95bbb6
DN
104992010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
10500
10501 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
10502
09158997
DN
105032010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
10504
10505 Add special markup processing for commit logs.
10506 * log-edit.el (log-edit-extra-flags): New variable.
10507 (log-edit): Add new argument MODE. Use that mode when non-nil
10508 instead of the log-view-mode.
10509 (log-view-process-buffer): New function.
10510
10511 * vc.el: Document that the checkin method takes optional
10512 arguments. Document new backend specific method: log-view-mode.
10513 (vc-default-log-edit-mode): New function.
10514 (vc-checkin): Use a backend specific log-view-mode.
10515 Pass extra arguments to the checkin method.
10516 (vc-modify-change-comment): Pass a dummy extra argument.
10517
10518 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
10519 log-edit.
10520 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
10521 (vc-finish-logentry): Process the log buffer before passing it
10522 down. Pass log-edit-extra-flags.
10523
10524 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
10525 command.
85626eef
SM
10526 (log-edit-extra-flags, log-edit-before-checkin-process):
10527 New declarations.
09158997
DN
10528
10529 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
10530 command.
85626eef
SM
10531 (log-edit-extra-flags, log-edit-before-checkin-process):
10532 New declarations.
09158997
DN
10533 (vc-hg-log-edit-mode): New derived mode.
10534
10535 * vc-arch.el (vc-arch-checkin):
10536 * vc-cvs.el (vc-cvs-checkin):
10537 * vc-git.el (vc-git-checkin):
10538 * vc-mtn.el (vc-mtn-checkin):
10539 * vc-rcs.el (vc-rcs-checkin):
10540 * vc-sccs.el (vc-sccs-checkin):
10541 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
10542
f430423d
SM
105432010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
10544
10545 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
10546 parent typo).
10547
aa8f8277
GM
105482010-03-19 Glenn Morris <rgm@gnu.org>
10549
f430423d 10550 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 10551
04525749
GM
105522010-03-18 Glenn Morris <rgm@gnu.org>
10553
c70815f1
GM
10554 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
10555
84d0a5f8
GM
10556 * replace.el (query-replace-history): Give it a doc string.
10557 (map-query-replace-regexp): Use query-replace-from-history-variable
10558 and query-replace-to-history-variable.
10559
e3a15161
GM
10560 * mail/hashcash.el (declare-function): Remove duplicate definition.
10561
27be0364
GM
10562 * mail/emacsbug.el (report-emacs-bug-pretest-address):
10563 Make it an obsolete alias for report-emacs-bug-address.
10564 (message-strip-special-text-properties): Declare.
10565 (report-emacs-bug): Remove test for a pretest bug address.
10566 Combine message-mode-specific code.
10567
88b8d18e
GM
10568 * mail/supercite.el: Don't require sendmail.
10569 (mh-in-header-p): Declare rather than using with-no-warnings.
10570 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
10571 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
10572
1a355d09
GM
10573 * calendar/cal-french.el: Convert to utf-8.
10574
04525749
GM
10575 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
10576 Emacs scripts.
10577
ae84eb97
MA
105782010-03-16 Michael Albinus <michael.albinus@gmx.de>
10579
10580 * net/secrets.el (secrets-enabled): New variable. Use it instead
10581 of a subfeature.
10582
7c75524e
MA
105832010-03-15 Michael Albinus <michael.albinus@gmx.de>
10584
10585 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
10586 service "org.freedesktop.secrets" can be pinged.
10587 Provide subfeature `enabled'.
7c75524e 10588
57938a79
JL
105892010-03-14 Juri Linkov <juri@jurta.org>
10590
10591 Add finder unknown keywords.
10592
10593 * finder.el (finder-unknown-keywords): New function.
10594
10595 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
10596 to create a Finder node with unknown keywords.
10597
88f4758e
JL
105982010-03-14 Juri Linkov <juri@jurta.org>
10599
10600 * finder.el (finder-compile-keywords): Replace `princ' with
10601 `prin1' on a list of symbols interned from keyword strings.
10602
10603 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
10604 a comma, then split keywords using a comma and optional whitespace.
10605 Otherwise, split by whitespace.
10606
10607 * complete.el:
10608 * face-remap.el:
10609 * log-view.el:
10610 * net/hmac-def.el:
10611 * net/hmac-md5.el:
10612 * net/netrc.el:
10613 * progmodes/mixal-mode.el: Fix keywords.
10614
7725ebb7
MA
106152010-03-13 Michael Albinus <michael.albinus@gmx.de>
10616
10617 * Makefile.in (ELCFILES): Add net/secrets.elc.
10618
10619 * net/secrets.el: New file.
10620
6f320937
CY
106212010-03-12 Chong Yidong <cyd@stupidchicken.com>
10622
10623 * facemenu.el (list-colors-display, list-colors-print): New arg
10624 callback. Use it to allow selecting colors.
10625
10626 * wid-edit.el (widget-image-insert): Insert image prop even if the
10627 current display is non-graphic.
10628 (widget-field-value-set): New fun.
10629 (editable-field): Use it.
10630 (widget-field-value-get): Clean up unused var.
85626eef
SM
10631 (widget-color-value-create, widget-color--choose-action):
10632 New funs. Allow using list-colors-display to choose color.
6f320937 10633
647f9993
CY
106342010-03-12 Chong Yidong <cyd@stupidchicken.com>
10635
10636 * cus-edit.el: Resort topmost custom groups.
10637 (custom-buffer-sort-alphabetically): Default to t.
10638 (customize-apropos): Use apropos-parse-pattern.
10639 (custom-search-field): New var.
10640 (custom-buffer-create-internal): Add custom-apropos search field.
10641 (custom-add-parent-links): Don't display parent doc.
10642 (custom-group-value-create): Don't sort top-level custom group.
85626eef 10643 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
10644
10645 (custom-variable-state): New fun, from custom-variable-state-set.
10646 (custom-variable-state-set): Use it.
10647 (custom-group-value-create): Hide options with standard values
10648 using the :hidden-states property. Use progress reporter.
10649
10650 (custom-show): Simplify.
10651 (custom-visibility): Disable images by default.
10652 (custom-variable): New property :hidden-states.
10653 (custom-variable-value-create): Enable images for
10654 custom-visibility widgets. Use :hidden-states property to
10655 determine initial visibility.
10656
10657 * wid-edit.el (widget-image-find): Give images center ascent.
10658 (visibility): Add :on-image and :off-image properties.
10659 (widget-visibility-value-create): Use them.
10660
eba5b4dd
CY
106612010-03-12 Chong Yidong <cyd@stupidchicken.com>
10662
10663 * cus-edit.el (processes): Remove from development group.
10664 (oop, hypermedia): Delete group.
26f4b8ab 10665 (comm): Promote to top-level group.
eba5b4dd
CY
10666
10667 * net/browse-url.el (browse-url):
10668 * net/xesam.el (xesam):
10669 * net/tramp.el (tramp):
10670 * net/goto-addr.el (goto-address):
26f4b8ab 10671 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
10672
10673 * view.el (view): Remove from editing group.
10674
10675 * uniquify.el (uniquify): Put in files group.
10676
10677 * net/browse-url.el (browse-url):
10678 * ps-print.el (postscript): Put in external group.
10679
10680 * cus-edit.el (outlines):
10681 * textmodes/text-mode.el (text-mode-hook):
10682 * textmodes/table.el (table):
10683 * textmodes/picture.el (picture):
10684 * outline.el (outlines): Put in wp group.
10685
10686 * nxml/nxml-mode.el (nxml): Remove from wp group.
10687
10688 * net/tramp-imap.el (tramp-imap): Put in tramp group.
10689
10690 * mail/metamail.el (metamail): Remove from hypermedia group.
10691
10692 * cus-edit.el (abbrev):
10693 * whitespace.el (whitespace):
10694 * vcursor.el (vcursor):
10695 * reveal.el (reveal):
10696 * hl-line.el (hl-line): Put in convenience group.
10697
10698 * epg-config.el (epg): Put in data group.
10699
10700 * emulation/pc-select.el (pc-select): Put in emulations group.
10701
10702 * calculator.el (calculator): Put in applications group.
10703
8117868f
DN
107042010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
10705
10706 Add .dir-locals.el support for file-less buffers.
10707 * files.el (hack-local-variables): Split out code to apply local
10708 variable settings ...
10709 (hack-local-variables-apply): ... here. New function.
10710 (hack-dir-local-variables): Use the default directory for when the
10711 buffer does not have an associated file.
10712 (hack-dir-local-variables-non-file-buffer): New function.
10713 * diff-mode.el (diff-mode):
10714 * vc-annotate.el (vc-annotate-mode):
10715 * vc-dir.el (vc-dir-mode):
10716 * log-edit.el (log-edit-mode):
10717 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
10718
855a2294
DN
107192010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
10720
10721 Add support for shelving snapshots and for showing shelves.
10722 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
10723 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
10724 New functions.
10725 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
10726 (vc-bzr-extra-menu-map): Map them.
10727
3e5b7009
GM
107282010-03-11 Glenn Morris <rgm@gnu.org>
10729
0dcf7d7e
GM
10730 * cus-edit.el (customize-changed-options-previous-release):
10731 Bump to 23.1.
10732
3e5b7009
GM
10733 * image.el (image-animate-max-time): Fix :version tag.
10734
288f9fc0
CY
107352010-03-10 Chong Yidong <cyd@stupidchicken.com>
10736
10737 * Branch for 23.2.
10738
53ef91b1
SM
107392010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10740
10741 * vc-git.el (vc-git-revision-table): Include remote branches.
10742
b41460ae 107432010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
10744
10745 Animated image API.
10746 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
10747
10748 * image.el (image-animate-max-time): New defcustom.
10749 (image-animated-types): New defconst.
10750 (create-animated-image, image-animate-timer)
10751 (image-animate-start, image-animate-stop, image-animate-timeout)
10752 (image-animated-p): New functions.
10753
10754 * image-mode.el (image-toggle-display-image):
10755 Replace `create-image' with `create-animated-image'.
10756
e5d1fb10 107572010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
10758
10759 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
10760 instead of "format:"; this ensures that the output is
10761 newline-terminated.
10762
4e7cafbe
CY
107632010-03-08 Chong Yidong <cyd@stupidchicken.com>
10764
10765 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
10766 that all errors are caught, and that the return value is always a
10767 list (Bug#5692).
10768
aec66319
KH
107692010-03-08 Kenichi Handa <handa@m17n.org>
10770
10771 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 10772 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 10773
b327c975
AS
107742010-03-07 Andreas Schwab <schwab@linux-m68k.org>
10775
10776 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
10777 call to rfc822-bad-address. (Bug#5692)
10778
1c465a6a
CY
107792010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
10780
85626eef
SM
10781 * vc-git.el (vc-git-annotate-extract-revision-at-line):
10782 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 10783
a4e32226
CY
107842010-03-06 Chong Yidong <cyd@stupidchicken.com>
10785
10786 * calculator.el (calculator): Don't bind split-window-keep-point
10787 (Bug#5674).
10788
4c83ed3d
SM
107892010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
10790
10791 * vc-git.el: Re-flow to fit into 80 columns.
10792 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
10793 Remove spurious `quote' element in each case alternative.
10794 (vc-git-show-log-entry): Use prog1.
10795 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
10796
e8defde3
SM
107972010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
10798
10799 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
10800
233f0c9f
CY
108012010-03-03 Chong Yidong <cyd@stupidchicken.com>
10802
10803 * macros.el (insert-kbd-macro): Look up keyboard macro using the
10804 definition, not the name (Bug#5481).
10805
254bedef 108062010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
10807
10808 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
10809 argument with a local variable. (Bug#5670)
10810
7187cdae
JL
108112010-03-02 Juri Linkov <juri@jurta.org>
10812
10813 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
10814
9cf3544e
MA
108152010-03-02 Michael Albinus <michael.albinus@gmx.de>
10816
10817 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
10818 error when FILENAME and NEWNAME are existing remote directories.
10819
10820 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
10821 parameter DIR-FLAG.
10822
33f77982
GM
108232010-03-02 Glenn Morris <rgm@gnu.org>
10824
10825 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
10826 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
10827
d99ea08e
KH
108282010-03-01 Kenichi Handa <handa@m17n.org>
10829
e8defde3 10830 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
10831 myanmar-composable-pattern.
10832
e8defde3
SM
10833 * international/characters.el (script-list):
10834 * international/fontset.el (script-representative-chars):
10835 Change myanmar to burmese.
d99ea08e 10836 (otf-script-alist): Likewise.
4aa2c3b2
KH
10837 (setup-default-fontset): Likewise. Re-fix :otf spec.
10838
b374f54d
KY
108392010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10840
10841 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
10842
71572c03
JD
108432010-02-28 Jan Djärv <jan.h.d@swipnet.se>
10844
10845 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
10846
00cffdeb
MA
108472010-02-28 Michael Albinus <michael.albinus@gmx.de>
10848
10849 * net/tramp.el (tramp-handle-write-region): START can be a string.
10850 Take care in the checks. Reported by Dan Davison
10851 <davison@stats.ox.ac.uk>.
10852
d4b06783
MA
108532010-02-28 Michael Albinus <michael.albinus@gmx.de>
10854
10855 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
10856 (dbus-set-property, dbus-get-all-properties):
10857 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 10858
8c3e96d2
CY
108592010-02-28 Chong Yidong <cyd@stupidchicken.com>
10860
de3a1fe9
CY
10861 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
10862 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
10863 * calendar/icalendar.el (icalendar--add-diary-entry):
10864 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
10865 * files.el (recover-session-finish): Use with-current-buffer
10866 instead of save-excursion.
10867
c53b9c3b
SM
108682010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
10869
10870 Fix in-buffer completion when after-change-functions modify the buffer.
10871 * minibuffer.el (completion--replace): New function.
10872 (completion--do-completion): Use it and use relative movement.
10873
4a16bdc6
CY
108742010-02-27 Chong Yidong <cyd@stupidchicken.com>
10875
10876 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 10877
b8280f39
CY
108782010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
10879
c53b9c3b
SM
10880 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
10881 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 10882
f88cc4d6
KH
108832010-02-26 Kenichi Handa <handa@m17n.org>
10884
10885 * language/burmese.el: Fix entries in composition-function-table.
10886 (myanmar-composable-pattern): New variable.
10887
10888 * international/fontset.el (setup-default-fontset): Add an entry
10889 for myanmar.
10890
10891 * international/characters.el (script-list): Add Myanmar
10892 Extended-A.
10893
cdbf9100
GM
108942010-02-26 Glenn Morris <rgm@gnu.org>
10895
90a94603
GM
10896 * custom.el (custom-initialize-delay): Doc fix.
10897
cdbf9100
GM
10898 * mail/sendmail.el (send-mail-function): Autoload the call
10899 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
10900
f95a5fd0
CY
109012010-02-24 Chong Yidong <cyd@stupidchicken.com>
10902
10903 * files.el (hack-local-variables-filter): For eval forms, also
10904 check safe-local-variable-p (Bug#5636).
10905
459a5f4b
MA
109062010-02-22 Michael Albinus <michael.albinus@gmx.de>
10907
10908 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
10909 setting the modes by `ignore-errors'. It might fail, for example
10910 if the file is not owned by the user but the group.
10911 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
10912
bb23f6e8
CY
109132010-02-21 Chong Yidong <cyd@stupidchicken.com>
10914
6a7662bb
BR
10915 * files.el (directory-listing-before-filename-regexp):
10916 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
10917 date-like filenames (Bug#5597).
10918
b660eb70
CY
10919 * htmlfontify.el (htmlfontify): Doc fix.
10920
10921 * eshell/eshell.el (eshell): Doc fix.
10922
bb23f6e8
CY
10923 * startup.el (fancy-about-screen): In mode-line, apply
10924 mode-line-buffer-id face only to the buffer name (Bug#5613).
10925
3e39928c
CY
109262010-02-20 Kevin Ryde <user42@zip.com.au>
10927
f7e0618c
JB
10928 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10929 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
10930 (Bug#5599).
10931
0f00e948
EZ
109322010-02-20 Eli Zaretskii <eliz@gnu.org>
10933
10934 * subr.el (remove-yank-excluded-properties): Explain in a comment
10935 why `category' property is removed.
10936
3513efb2
CY
109372010-02-19 Chong Yidong <cyd@stupidchicken.com>
10938
6a7662bb
BR
10939 * isearch.el (isearch-update-post-hook, isearch-update):
10940 Revert 2010-02-17 change.
3513efb2 10941
b4340b3f
UJ
109422010-02-19 Ulf Jasper <ulf.jasper@web.de>
10943
10944 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
10945 (icalendar--convert-weekly-to-ical)
10946 (icalendar--convert-yearly-to-ical)
10947 (icalendar--convert-block-to-ical)
10948 (icalendar--convert-cyclic-to-ical)
10949 (icalendar--convert-anniversary-to-ical): Take care of time
10950 specifications where hour has 1-digit only (Bug#5549).
10951
8cfae03d
NR
109522010-02-19 Nick Roberts <nickrob@snap.net.nz>
10953
10954 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
10955 of disassemble output in GDB 7.1.
10956
055e4eea
GM
109572010-02-19 Glenn Morris <rgm@gnu.org>
10958
10959 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
10960 property. (Bug#5593)
10961
ff6b00de
SS
109622010-02-18 Sam Steingold <sds@gnu.org>
10963
10964 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10965
fe8c0b47
SM
109662010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
10967
10968 Use abbreviated file names in bookmarks (bug#5591).
10969 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
10970 calls to expand-file-name.
10971 (bookmark-relocate): Use abbreviated file names in bookmarks.
10972 (bookmark-load): Use abbreviated file names in messages.
10973
73a37a69
MA
109742010-02-18 Michael Albinus <michael.albinus@gmx.de>
10975
10976 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
10977 expand "." and "..". Reported by Thierry Volpiatto
10978 <thierry.volpiatto@gmail.com>.
10979
6e4f5731
MA
109802010-02-18 Michael Albinus <michael.albinus@gmx.de>
10981
10982 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
10983 permissions of the temporary file to "0600". In case the remote
10984 file has no read permissions for the owner, there might be
10985 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
10986
1098722010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
10988
10989 * emacs-lisp/authors.el (authors-renamed-files-alist):
10990 Add entries for INSTALL.CVS.
10991
ba5bf642
MH
109922010-02-17 Mark A. Hershberger <mah@everybody.org>
10993
f7e0618c 10994 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 10995
f7e0618c 10996 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
10997 (isearch-update): Use the new hook.
10998
aac0b0f2
MA
109992010-02-16 Michael Albinus <michael.albinus@gmx.de>
11000
fe8c0b47
SM
11001 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
11002 Fix errors in copying directories.
aac0b0f2
MA
11003 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
11004 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
11005 (tramp-handle-delete-file)
11006 (tramp-handle-dired-recursive-delete-directory)
11007 (tramp-handle-write-region): Flush also the cache for the upper
11008 directory.
11009
05bbe066
CY
110102010-02-16 Chong Yidong <cyd@stupidchicken.com>
11011
e8ab3908
CY
11012 * simple.el (save-interprogram-paste-before-kill): Doc fix.
11013
ff90f4b0
CY
11014 * cus-edit.el (hardware): Doc fix.
11015
11016 * man.el (man): Add to external custom group.
11017
11018 * delim-col.el (columns): Move to wp custom group.
11019
11020 * doc-view.el (doc-view): Add to data custom group.
11021
fe8c0b47 11022 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 11023
05bbe066
CY
11024 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
11025 by ispell-parse-output (Bug#5575).
11026
fa6ea913
KH
110272010-02-16 Kenichi Handa <handa@m17n.org>
11028
11029 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
11030 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
11031 (skkdic-convert): Use `euc-japan' coding system for writing.
11032
88fd78ae
GM
110332010-02-16 Glenn Morris <rgm@gnu.org>
11034
11035 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
11036 tex-main-file before using it. (Bug#5562)
11037
2b8c974a
SM
110382010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
11039
11040 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
11041 warnings, since it is annoying for the user to see them each time he
11042 runs the code.
11043
7540f029
MA
110442010-02-15 Michael Albinus <michael.albinus@gmx.de>
11045
11046 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
11047 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
11048 instead of PROC for caching "first-password-request". Otherwise,
11049 new processes would not profit from passwords already entered.
11050
2b8c974a
SM
11051 * net/tramp-cache.el (tramp-dump-connection-properties):
11052 Don't save "first-password-request" property.
7540f029 11053
fa5f7c5f
JB
110542010-02-14 Juanma Barranquero <lekktu@gmail.com>
11055
11056 * outline.el (outline-head-from-level):
11057 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
11058 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
11059 (elint-defun, elint-buffer-env, elint-top-form-logged)
11060 (elint-unbound-variable):
11061 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
11062 Fix typos in docstrings.
11063
ecbaeb7b
MA
110642010-02-14 Michael Albinus <michael.albinus@gmx.de>
11065
11066 * files.el (insert-directory): When WILDCARD-REGEXP and
11067 FULL-DIRECTORY-P are nil, insert the file entry instead of the
11068 whole directory. (Bug#5551)
11069
11070 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
11071 dired's alignment sanity. (Bug#5516)
11072
91e3333f
JL
110732010-02-14 Juri Linkov <juri@jurta.org>
11074
11075 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
11076 Remove remaining ^H with their preceding chars. (Bug#5566)
11077
36020642
GM
110782010-02-13 Glenn Morris <rgm@gnu.org>
11079
11080 * simple.el (transpose-subr): Give it a doc-string.
11081
11082 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
11083 Doc fixes.
11084
f5952338
JL
110852010-02-12 Juri Linkov <juri@jurta.org>
11086
11087 * arc-mode.el (archive-unique-fname): Make directories for nested
11088 archives. (Bug#5540)
11089
918fe50f
JL
110902010-02-12 Juri Linkov <juri@jurta.org>
11091
11092 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
11093
c07ff221
SM
110942010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
11095
48b1e7cf
SM
11096 * subr.el (copy-overlay): Handle deleted overlays.
11097
c07ff221
SM
11098 * man.el (Man-completion-table): Don't signal an error if we can't run
11099 manual-program (bug#4056).
11100
0e374247
JB
111012010-02-10 Juanma Barranquero <lekktu@gmail.com>
11102
11103 * textmodes/artist.el (artist-mt): Fix typos in docstring.
11104
dbf8402b
SM
111052010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11106
348d1e60
SM
11107 * info.el (Info-bookmark-jump): Simplify.
11108
dbf8402b
SM
11109 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
11110 (bookmark-default-handler): Accept new bookmark field `buffer'.
11111
e6d23bb5
CY
111122010-02-10 Chong Yidong <cyd@stupidchicken.com>
11113
11114 * iswitchb.el (iswitchb-completions): Revert last change.
11115
a8e4290b
MA
111162010-02-10 Michael Albinus <michael.albinus@gmx.de>
11117
2b23acde 11118 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
11119 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
11120 This prevents file names like "~/" being listed literally.
a8e4290b 11121
c59d6fad
DN
111222010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
11123
348d1e60
SM
11124 * term/xterm.el (xterm-maybe-set-dark-background-mode):
11125 Remove dead code. (Bug#5546)
c59d6fad 11126
3a66e78f
CY
111272010-02-09 Chong Yidong <cyd@stupidchicken.com>
11128
11129 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
11130 correctly (Bug#5548).
11131
f29fd869
CY
111322010-02-08 Jose E. Marchesi <jemarch@gnu.org>
11133
11134 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 11135 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 11136
7fad1447
KH
111372010-02-08 Kenichi Handa <handa@m17n.org>
11138
11139 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 11140 cookie for putting `lisp-indent-function'.
7fad1447 11141
50e4518b
GM
111422010-02-07 Glenn Morris <rgm@gnu.org>
11143
11144 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
11145 Move F2003 named interfaces from keywords-2 to keywords-1, and
11146 use function-name-face rather than constant-face.
11147 Simplify "abstract interface" regexp.
11148
a4cc44cf
CY
111492010-02-07 Chong Yidong <cyd@stupidchicken.com>
11150
11151 * eshell/esh-util.el (eshell-file-attributes): New optional arg
11152 ID-FORMAT. Pass it to `file-attributes'.
11153
11154 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
11155
c917476d
CY
111562010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
11157
11158 * faces.el (set-face-attribute): Allow calling
11159 internal-set-lisp-face-attribute with 'unspecified family and
11160 foundry argument (Bug#5536).
11161
7cf3f3d6
GM
111622010-02-07 Glenn Morris <rgm@gnu.org>
11163
11164 * progmodes/f90.el (f90-font-lock-keywords-2)
11165 (f90-looking-at-type-like, f90-looking-at-program-block-end):
11166 Handle F2003 named interfaces.
11167
ffe87109
CY
111682010-02-06 Chong Yidong <cyd@stupidchicken.com>
11169
11170 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
11171 beg and end before calling c-get-state-before-change-functions.
11172
4775ecad
DN
111732010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
11174
33aeea0e
SM
11175 * vc-bzr.el (vc-bzr-dir-extra-headers):
11176 Disable the pending merges header.
4775ecad 11177
0d17c4b9
JL
111782010-02-05 Juri Linkov <juri@jurta.org>
11179
11180 * doc-view.el (doc-view-mode):
11181 * image-mode.el (image-mode): Put property mode-class=special.
11182 (Bug#4896)
11183
8228a275
MH
111842010-02-05 Mark A. Hershberger <mah@everybody.org>
11185
11186 * vc-svn.el (vc-svn-revision-table): New function.
11187
d9320986
MA
111882010-02-05 Michael Albinus <michael.albinus@gmx.de>
11189
11190 * net/ange-ftp.el (ange-ftp-insert-directory):
11191 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
11192 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
11193 Handle also directories. (Bug#5478)
11194
f43d8ecc
GM
111952010-02-05 Glenn Morris <rgm@gnu.org>
11196
11197 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
11198
ce3a988d
CY
111992010-02-05 Chong Yidong <cyd@stupidchicken.com>
11200
11201 * startup.el (command-line-1): Convert options beginning with a
11202 single dash as well (Bug#5519).
11203
bdd42899
SM
112042010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
11205
51b23c44
SM
11206 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
11207 * minibuffer.el (completion-initials-expand): Only check the presence
11208 of delims *within* the boundaries, since otherwise the / delim is
11209 always found for files.
11210
bdd42899
SM
11211 Fix up various corner case problems.
11212 * doc-view.el (doc-view-last-page-number): New function.
11213 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
11214 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
11215 (doc-view-kill-proc): Avoid inf-loop in freak cases.
11216 (doc-view-reconvert-doc): Use the new recursive delete-directory.
11217 (doc-view-convert-current-doc): Don't create the resolution.el file
11218 here any more.
11219 (doc-view-pdf/ps->png): Do it here instead.
11220 (doc-view-already-converted-p): Check that resolution.el is present.
11221 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
11222 windows that are not yet showing images.
11223
d5b3979c
MA
112242010-02-04 Michael Albinus <michael.albinus@gmx.de>
11225
11226 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
11227 `dired-uncache' for every elemnt which is an absolute file name.
11228
11229 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
11230 directory, handle its directory component.
11231 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
11232 function is called permanently and creates noise, otherwise.
11233
11234 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
11235 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
11236 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
11237
b003beb1
DB
112382010-02-04 David Burger <dburger@google.com> (tiny change)
11239
11240 * macros.el (apply-macro-to-region-lines):
11241 Minor simplification. (Bug#5485)
11242
ea92f9f3
GM
112432010-02-04 Glenn Morris <rgm@gnu.org>
11244
a03ae20d
GM
11245 * mail/rmail.el (rmail-show-message-1): Handle malformed
11246 quoted-printable text. (Bug#5441)
11247
4d01b827
GM
11248 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
11249
ea92f9f3
GM
11250 * simple.el (visual-line-mode): Capitalize lighter.
11251
82055bb7
JW
112522010-02-03 John Wiegley <jwiegley@gmail.com>
11253
11254 * iswitchb.el (iswitchb-completions): Add bookmark files to the
11255 list of files considered for "virtual buffer" completions.
11256
8214b6e4
MA
112572010-02-03 Michael Albinus <michael.albinus@gmx.de>
11258
11259 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 11260 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
11261 when dired is called with a list of files, which are not in
11262 `default-directory'. (Bug#5478)
11263
1df9718f
SM
112642010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
11265
11266 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
11267
02ba1267
JL
112682010-02-02 Juri Linkov <juri@jurta.org>
11269
11270 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
11271 from unidiff to allow function-line after @@.
11272
a0c6a0fb
JL
112732010-02-02 Juri Linkov <juri@jurta.org>
11274
11275 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
11276 '(RCS SCCS) with inverted condition.
11277
c35fcd52
MA
112782010-02-02 Michael Albinus <michael.albinus@gmx.de>
11279
11280 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
11281 messages.
11282
6ba973c1
JL
112832010-02-01 Juri Linkov <juri@jurta.org>
11284
11285 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
11286 compare with "pkunzip" and "pkzip" instead of only "pkzip".
11287 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
11288 only when (car archive-zip-extract) is "unzip". (Bug#5475)
11289
0bca393f
SM
112902010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
11291
11292 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
11293 (doc-view-revert-buffer): New command.
11294 (doc-view-mode-map): Use it.
11295
7a444e2a
DN
112962010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
11297
11298 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
11299 pending merge is detected.
11300
ad6fc8f4
JL
113012010-01-31 Juri Linkov <juri@jurta.org>
11302
11303 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
11304 beginning of interactive spec like all other grep commands do.
11305 Put "all" in front of "gz". (Bug#5260)
11306
b9236874
DN
113072010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
11308
11309 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
11310
1e868757
CY
113112010-01-29 Chong Yidong <cyd@stupidchicken.com>
11312
11313 * dirtrack.el (dirtrack): Warn instead of signalling error if the
11314 regexp is incorrect (Bug#5476).
11315
e5c70c41
MA
113162010-01-29 Michael Albinus <michael.albinus@gmx.de>
11317
11318 * net/tramp.el (tramp-handle-insert-directory): Handle also
11319 symlinks, when FILENAME is not in `default-directory'.
11320
0c0b61f1
MA
113212010-01-28 Michael Albinus <michael.albinus@gmx.de>
11322
11323 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 11324 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
11325
11326 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
11327 of SWITCHES. Handle the case, FILENAME is not in
11328 `default-directory'. (Bug#5478)
11329 (tramp-register-file-name-handlers): Add safe-magic property.
11330
763f325e
CY
113312010-01-28 Chong Yidong <cyd@stupidchicken.com>
11332
11333 * arc-mode.el (archive-zip-extract): Quote the argument passed to
11334 unzip (Bug#5475).
11335
fd09a83f
CY
113362010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
11337
11338 * progmodes/flymake.el (flymake-allowed-file-name-masks)
11339 (flymake-master-make-header-init): Add other C++ filename masks.
11340 (flymake-find-possible-master-files)
11341 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
11342
7e5686f0
MA
113432010-01-28 Michael Albinus <michael.albinus@gmx.de>
11344
11345 Fix some busybox annoyances.
11346
11347 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
11348 not responding." string.
11349 (tramp-open-connection-setup-interactive-shell): Dump stty
11350 settings. Enable "neveropen" arg for all `tramp-send-command'
11351 calls. Handle "=" in variable values properly.
11352 (tramp-find-inline-encoding): Raise an error, when no encoding is
11353 found.
11354 (tramp-wait-for-output): Check, whether PROC buffer is available.
11355 Remove spurious " ^H" sequences, sent by busybox.
11356 (tramp-get-ls-command): Suppress coloring, if possible.
11357
c6265c10
GM
113582010-01-28 Glenn Morris <rgm@gnu.org>
11359
c85a168b
GM
11360 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
11361
c6265c10
GM
11362 * log-edit.el (log-edit-strip-single-file-name): Add missing
11363 :safe, :group, and :version tags.
11364
7d82a738
SB
113652010-01-27 Stephen Berman <stephen.berman@gmx.net>
11366
11367 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
11368 buffers. (Bug#5477)
11369
8b0e68ea
CY
113702010-01-27 David De La Harpe Golden <david@harpegolden.net>
11371
11372 * files.el (delete-directory): Handle moving to trash without
11373 first doing recursion (Bug#5436).
11374
368d3208
DN
113752010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
11376
11377 * vc-hooks.el (vc-path): Mark as obsolete.
11378
755da7fa
DN
113792010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
11380
e2396d80
DN
11381 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
11382 names too.
11383
755da7fa
DN
11384 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
11385 for the short log.
11386 (vc-bzr-log-view-mode): Adjust regexp for the above change.
11387
6a6d15ab 113882010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 11389
ac9ffe99 11390 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 11391
48c2d18a 11392 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 11393
25f38310 113942010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
504dcc71
EH
11395
11396 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
11397 diff-index command. This requires at least git-1.5.5. (Bug#1589).
11398
51850286
DN
113992010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
11400
c2f1d6d8
DN
11401 Remove support for adding --signoff on commit.
11402 Future support will use an incompatible generic mechanism.
11403 * vc-git.el (vc-git-add-signoff): Remove variable.
11404 (vc-git-toggle-signoff): Remove function.
11405 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
11406
6a7662bb
BR
11407 * term/xterm.el (xterm-maybe-set-dark-background-mode):
11408 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
11409 was set.
11410 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
11411 earlier, call it again in case the background mode has changed.
11412
02c6d0d0
CY
114132010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
11414
11415 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
11416 (Bug#3541).
11417
064eee03
CY
114182010-01-23 Chong Yidong <cyd@stupidchicken.com>
11419
02c6d0d0
CY
11420 * emacs-lisp/assoc.el (aelement): Doc fix.
11421 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 11422
5336c3ec 114232010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 11424
48c2d18a 11425 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
11426 is the same as subprogram call, not declaration. (Bug#5435).
11427
0536254e
MA
114282010-01-23 Michael Albinus <michael.albinus@gmx.de>
11429
11430 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
11431 (tramp-smb-maybe-open-connection): Use it.
11432
411d06c2
MA
114332010-01-22 Michael Albinus <michael.albinus@gmx.de>
11434
0536254e 11435 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 11436
c893016b
SM
114372010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
11438
11439 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
11440 just because we see "encoding: 8bit".
11441 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
11442
9425f8e1
CY
114432010-01-22 Chong Yidong <cyd@stupidchicken.com>
11444
11445 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
11446
6a801864
EZ
114472010-01-22 Eli Zaretskii <eliz@gnu.org>
11448
11449 * jka-compr.el (jka-compr-load): If load-file is not in
11450 load-history, try its file-truename version. (bug#5447)
11451
3e8f7d91
AM
114522010-01-21 Alan Mackenzie <acm@muc.de>
11453
11454 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
11455 * progmodes/cc-engine.el (c-invalidate-state-cache):
11456 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
11457 special cpp construct is still in the buffer.
11458 (c-parse-state): Record the special cpp with markers, not numbers.
11459
f0bd0ad5
CY
114602010-01-21 Kenichi Handa <handa@m17n.org>
11461
11462 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
11463 process last-command-event, as it is now decoded first (Bug#5380).
11464
5189d95b
CY
114652010-01-20 Chong Yidong <cyd@stupidchicken.com>
11466
11467 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
11468
e073d74a
GM
114692010-01-20 Glenn Morris <rgm@gnu.org>
11470
11471 * indent.el (tab-always-indent): Fix custom-type.
11472
8ee04f3a
AM
114732010-01-19 Alan Mackenzie <acm@muc.de>
11474
11475 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
11476 buffer throws "args out of range".
11477 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
11478 playing the role of delimiter.
11479
6a47c86a
SL
114802010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
11481
bf0b361c 11482 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
11483 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
11484 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
11485 changed. Delete RECURSIVE parameter; never used. Improve doc string.
11486 Improve comments in "is" portion. Handle null procedure declaration.
11487 (ada-move-to-end): Improve doc string.
11488
2acfb954
ÓF
114892010-01-18 Óscar Fuentes <ofv@wanadoo.es>
11490
e90d57c0 11491 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 11492 Remove obsolete information from commentary.
e90d57c0
JB
11493 (ido-choice-list): Initialize to nil.
11494 (ido-get-bufname): Reject minibuffers.
11495 (ido-make-buffer-list): If "default" is a nonexistent
11496 buffer, ignore it, as per the function's comment.
11497 (ido-kill-buffer-internal): New function.
11498 (ido-kill-buffer-at-head): Use it.
11499 (ido-visit-buffer): Likewise.
2acfb954 11500
244b023e
CY
115012010-01-18 Chong Yidong <cyd@stupidchicken.com>
11502
11503 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
11504
db9e401b
JB
115052010-01-18 Juanma Barranquero <lekktu@gmail.com>
11506
db9e401b
JB
11507 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
11508 Fix typos in chart titles.
11509
11510 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
11511 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
11512 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
11513 (describe-class, eieio-describe-generic, describe-generic):
11514 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
11515 (eieio-speedbar-expand):
11516 * emulation/viper-cmd.el (viper-exec-form-in-vi)
11517 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
11518 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
11519 (viper-del-backward-char-in-replace, viper-backward-indent)
11520 (viper-brac-function, viper-register-to-point, viper-submit-report):
11521 * net/tramp.el (tramp-remote-coding-commands):
11522 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
11523 Fix typos in docstrings.
11524
9295137d
CY
115252010-01-17 Chong Yidong <cyd@stupidchicken.com>
11526
11527 * mail/sendmail.el (mail-yank-original): Set the mark if the
11528 specified function for yanking does not do it.
11529
4d0bbcb6
DN
115302010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
11531
7902c120
DN
11532 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
11533
4d0bbcb6
DN
11534 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
11535 resyncing a directory.
11536
0b702bc1
SL
115372010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
11538
6a47c86a 11539 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
11540 (ada-ident-re): Delete ., allow multibyte characters.
11541 (ada-goto-label-re): New; matches goto labels.
11542 (ada-block-label-re): New; matches block labels.
11543 (ada-label-re): New; matches both.
11544 (ada-named-block-re): Deleted; callers changed to use
11545 `ada-block-label-re' instead.
11546 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
11547 Use `ada-block-label-re'.
11548 (ada-indent-on-previous-lines): Improve handling of goto labels.
11549 (ada-get-indent-block-start): Special-case block label.
11550 (ada-get-indent-label): Split into `ada-indent-block-label' and
11551 `ada-indent-goto-label'.
11552 (ada-goto-stmt-start, ada-goto-next-non-ws):
11553 Optionally ignore goto labels.
11554 (ada-goto-next-word): Simplify.
11555 (ada-indent-newline-indent-conditional): Insert newline before
11556 trying to fix indentation; doc fix.
11557
05287c49
JB
115582010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
11559
11560 * calc/calc.el (calc-command-flags): Give it an initial value.
11561
4963739e
JB
115622010-01-17 Juanma Barranquero <lekktu@gmail.com>
11563
4963739e
JB
11564 * files.el (minibuffer-with-setup-hook):
11565 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
11566 (artist-key-draw-continously, artist-key-do-continously-continously)
11567 (artist-key-set-point-continously, artist-mouse-draw-continously):
11568 Fix typos in docstrings.
11569
116bd1ee
CY
115702010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
11571
6a7662bb
BR
11572 * nxml/nxml-mode.el (nxml-extend-after-change-region):
11573 Never return t (Bug#3898).
116bd1ee 11574
2784cd7a 115752010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
11576
11577 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
11578 can parse the output of the external commands (Bug#5279).
11579
abd5cfe8
CY
115802010-01-16 Jari Aalto <jari.aalto@cante.net>
11581
11582 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
11583
4fe22cdf
CY
115842010-01-16 Chong Yidong <cyd@stupidchicken.com>
11585
bbdc98ef
CY
11586 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
11587
c7dc1ac1
CY
11588 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
11589
4fe22cdf
CY
11590 * startup.el (command-line): Remove unused --icon-type arg.
11591 Handle --display arg, passing it to command-line-1 (Bug#5392).
11592
045b9da7
ML
115932010-01-16 Mario Lang <mlang@delysid.org>
11594
045b9da7
ML
11595 * emacs-lisp/chart.el (chart-translate-namezone):
11596 * textmodes/artist.el (artist-compute-popup-menu-table):
11597 Remove duplicated words in doc-strings.
11598
6554a5df
CY
115992010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
11600
11601 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
11602 to mairix-search to suppress threading (Bug#5342).
11603
ca4f0e9a
KH
116042010-01-15 Kenichi Handa <handa@m17n.org>
11605
11606 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 11607 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 11608
1db3226b
GM
116092010-01-15 Glenn Morris <rgm@gnu.org>
11610
56a03f46
GM
11611 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
11612
11613 * wid-edit.el (widget-keymap): Doc fix.
11614
1db3226b
GM
11615 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
11616 former seems to be more widely accepted by various svn versions.
11617
80cd4bb4
JB
116182010-01-14 Juanma Barranquero <lekktu@gmail.com>
11619
d1f18ec0
JB
11620 * find-cmd.el (find-constituents):
11621 * vc-arch.el (vc-arch-root):
11622 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
11623 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
11624 * progmodes/ada-stmt.el (ada-if):
11625 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
11626 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
11627 (ispell-encoding8-command, ispell-aspell-supports-utf8)
11628 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
11629
80cd4bb4
JB
11630 * progmodes/flymake.el (flymake-post-syntax-check):
11631 Fix typo in error message.
11632
9c23ca47
JB
116332010-01-14 Juanma Barranquero <lekktu@gmail.com>
11634
11635 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
11636 which is always a string. (Bug#5313)
11637
8794c483
JB
116382010-01-14 Juanma Barranquero <lekktu@gmail.com>
11639
11640 * progmodes/ada-xref.el (ada-default-prj-properties):
11641 Simplify previous change.
11642
95005d39
SL
116432010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
11644
11645 * progmodes/ada-xref.el (ada-default-prj-properties):
11646 Default ada_project_path to $ADA_PROJECT_PATH.
11647
116482010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
11649
11650 * progmodes/ada-mode.el (ada-create-keymap):
11651 Override `narrow-to-defun' with `ada-narrow-to-defun'.
11652
fb0d1545
SL
116532010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
11654
11655 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
11656 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
11657 (ada-get-current-indent, ada-imenu-generic-expression)
11658 (ada-which-function): Check for it.
11659
5c9434d0
SL
116602010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
11661
11662 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
11663 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
11664
3a4f3a3b
GM
116652010-01-14 Glenn Morris <rgm@gnu.org>
11666
11667 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
11668
d9a7c140
KH
116692010-01-14 Kenichi Handa <handa@m17n.org>
11670
11671 * composite.el (auto-composition-mode): Make it a buffer local
11672 variable (permanent-local).
11673 (auto-composition-function): Set the default value to
11674 auto-compose-chars.
49caf252 11675 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
11676 (global-auto-composition-mode): Likewise.
11677 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 11678
38bee102
KF
116792010-01-13 Karl Fogel <kfogel@red-bean.com>
11680
11681 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 11682
b8b45afc
MA
116832010-01-12 Michael Albinus <michael.albinus@gmx.de>
11684
11685 * files.el (copy-directory): Compute target for recursive
11686 directories with identical names. (Bug#5343)
11687
893db5bc
GM
116882010-01-12 Glenn Morris <rgm@gnu.org>
11689
6a7662bb
BR
11690 * mail/emacsbug.el (report-emacs-bug-pretest-address):
11691 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 11692
d8b8451f
SS
116932010-01-11 Sam Steingold <sds@gnu.org>
11694
11695 * imenu.el (imenu-default-create-index-function): Detect infinite
11696 loops caused by imenu-prev-index-position-function.
11697
30afcdff
JB
116982010-01-11 Juanma Barranquero <lekktu@gmail.com>
11699
11700 * htmlfontify.el (htmlfontify-load-rgb-file)
11701 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
11702 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
11703 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
11704 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
11705 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
11706 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
11707 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
11708 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
11709 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
11710 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
11711 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
11712 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
11713 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
11714 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
11715 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
11716 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
11717 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
11718 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
11719 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
11720 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
11721 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
11722 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
11723 backslash-quoting from parentheses, etc.
11724
92b1c416
CY
117252010-01-11 Chong Yidong <cyd@stupidchicken.com>
11726
11727 * progmodes/js.el: Autoload javascript-mode alias.
11728
4454adab
JB
117292010-01-11 Juanma Barranquero <lekktu@gmail.com>
11730
11731 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
11732 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
11733 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
11734 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
11735 Fix typos in docstrings.
11736 (ffap-url-regexp): Doc fix.
11737 (ffap-at-mouse): Fix typo in message.
11738
6589a2f9
GM
117392010-01-11 Glenn Morris <rgm@gnu.org>
11740
11741 * version.el (emacs-copyright): Set copyright year to 2010.
11742
4e5617ee
SM
117432010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
11744
11745 * format.el (format-annotate-function): Only set
11746 write-region-post-annotation-function after running to-fn so as not to
11747 affect nested write-region calls (bug#5273).
11748
52bee098
CY
117492010-01-10 Chong Yidong <cyd@stupidchicken.com>
11750
a069f067
CY
11751 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
11752 wisent/python.el.
11753
e709e39d
CY
117542010-01-09 Chong Yidong <cyd@stupidchicken.com>
11755
11756 * man.el (Man-goto-section): Signal error if the section is not
11757 found (Bug#5317).
11758
6ee86780
JB
117592010-01-09 Juanma Barranquero <lekktu@gmail.com>
11760
11761 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
11762 URLs with a leading triple slash in the file: scheme. (Bug#5345)
11763
fa7b5f7b
CY
117642010-01-09 Chong Yidong <cyd@stupidchicken.com>
11765
11766 * progmodes/compile.el: Don't treat compile-command as safe if
11767 compilation-read-command might be nil (Bug#4218).
11768
de62c4d9
JD
117692010-01-09 Jan Djärv <jan.h.d@swipnet.se>
11770
11771 * startup.el (command-line-1): Use orig-argi to check for ignored X and
11772 NS options.
11773
e94be827
KH
117742010-01-08 Kenichi Handa <handa@m17n.org>
11775
4e5617ee
SM
11776 * international/fontset.el (build-default-fontset-data):
11777 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 11778
1dfae2a2
JB
117792010-01-07 Juanma Barranquero <lekktu@gmail.com>
11780
11781 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
11782 to `create-file-buffer' as it expects, not just a buffer name.
11783 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
11784 to help uniquify. (Bug#3224)
11785
d0cf45b7
JD
117862010-01-06 Jan Djärv <jan.h.d@swipnet.se>
11787
11788 * font-setting.el (font-setting-change-default-font): Use user-spec
11789 instead of name.
11790
7534fa5e
DN
117912010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
11792
11793 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
11794
fd579fdc
CY
117952010-01-05 Tom Tromey <tromey@redhat.com>
11796
4e5617ee
SM
11797 * progmodes/python.el (python-font-lock-keywords):
11798 Handle qualified decorators (Bug#881).
fd579fdc 11799
37860caf
DN
118002010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
11801
11802 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
11803 in a lightweight checkout.
11804
69db641d
KH
118052010-01-05 Kenichi Handa <handa@m17n.org>
11806
4e5617ee 11807 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 11808
b25d6a02
DN
118092010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
11810
11811 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
11812
137d88ca
DN
118132010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
11814
11815 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
11816 checkouts. (Bug#618)
3d5d0aa9 11817 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
11818 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
11819 (vc-bzr-shelve-menu-map):
11820 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
11821 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 11822
da76998b
CY
118232010-01-02 Chong Yidong <cyd@stupidchicken.com>
11824
11825 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
11826 They are valid characters in URL paths (rfc3986), and at least
11827 Firefox does not understand the encoded version (Bug#3166).
11828
b2ad70b6
CY
118292010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
11830
11831 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
11832 (octave-block-begin-or-end-regexp, octave-block-match-alist):
11833 Add "end" keyword (Bug#3061).
b2ad70b6
CY
11834 (octave-end-as-array-index-p): New function.
11835 (calculate-octave-indent): Use it.
11836
54136282
KF
118372010-01-02 Karl Fogel <kfogel@red-bean.com>
11838
11839 * bookmark.el: Consistently put the text property on the bookmark name.
11840 (bookmark-bmenu-marks-width): Bump back to 2, to include
11841 annotation marks.
11842 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
11843 property on the bookmark name, instead of not putting it at all.
11844 (bookmark-bmenu-list): Fix where we put the text property.
11845
cc4d3cad
KF
118462010-01-02 Karl Fogel <kfogel@red-bean.com>
11847
11848 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
11849 for showing buffer modified state (as added in the previous change).
11850
b894c439
KF
118512010-01-02 Karl Fogel <kfogel@red-bean.com>
11852
11853 * bookmark.el: Show modified state of bookmark buffer more accurately.
11854 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
11855 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
11856 (with-buffer-modified-unmodified): New macro.
11857 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
11858 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 11859 Use new macro to preserve the buffer modified state.
b894c439 11860
3a69db53
KF
118612010-01-02 Karl Fogel <kfogel@red-bean.com>
11862
4e5617ee 11863 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
11864 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
11865 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
11866 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
11867 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
11868 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
11869 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 11870
af414f10
EZ
118712010-01-02 Eli Zaretskii <eliz@gnu.org>
11872
4e5617ee
SM
11873 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11874 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 11875
f2ec0e5e
CY
118762010-01-02 Ryan Yeske <rcyeske@gmail.com>
11877
11878 * net/rcirc.el: Add follow-link binding (Bug#4738).
11879
38c1ba62
EZ
118802010-01-02 Eli Zaretskii <eliz@gnu.org>
11881
4e5617ee 11882 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
11883 (cvs-update): New target for backward compatibility.
11884
4e5617ee 11885 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
11886 (cvs-update): New target for backward compatibility.
11887
ea2c0f5b
KF
118882010-01-02 Karl Fogel <kfogel@red-bean.com>
11889
11890 * bookmark.el: Remove gratuitous gratitude.
11891
5ae329f4
KF
118922010-01-02 Karl Fogel <kfogel@red-bean.com>
11893
c4cc8b9a 11894 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
11895 (bookmark-bmenu-save): Clear buffer modification if no marks.
11896
118972010-01-02 Karl Fogel <kfogel@red-bean.com>
11898
11899 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
11900 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
11901 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
11902 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
11903
11904 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
11905 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
11906 To: emacs-devel {_AT_} gnu.org
11907 Subject: bookmark.el bug report
11908 Date: Mon, 28 Dec 2009 14:19:16 +0800
11909 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
11910
aef053eb
KF
119112010-01-02 Karl Fogel <kfogel@red-bean.com>
11912
11913 * bookmark.el: Improvements suggested by Drew Adams:
11914 (bookmark-bmenu-ensure-position): New name for
11915 `bookmark-bmenu-check-position'. Just ensure the position,
11916 don't return any meaningful value.
11917 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
11918 New constants.
11919
0472835f
JB
119202010-01-02 Juanma Barranquero <lekktu@gmail.com>
11921
11922 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
11923 (bookmark-yank-point, bookmark-bmenu-check-position):
11924 Fix typos in docstrings.
11925 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
11926 (bookmark-name-from-full-record, bookmark-get-position)
11927 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
11928 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
11929 Remove useless quoting of parenthesis, etc. in docstrings.
11930
11931 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
11932 (ediff-append-custom-diff): Fix typo in error message.
11933 (ediff-meta-mark-equal-files): Fix typos in messages.
11934
11935 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
11936
0472835f
JB
11937 * net/imap-hash.el (imap-hash-make): Doc fix.
11938 (imap-hash-test): Fix typo in error message; reflow docstring.
11939 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
11940 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
11941 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
11942 Fix typos in docstrings.
11943 (imap-hash-open-connection): Fix typo in error message.
11944
11945 * play/gomoku.el (gomoku): Fix typos in docstring.
11946
11947 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
11948 (gdb-jsonify-buffer): Fix typos in docstring.
11949 (gdb-goto-breakpoint): Fix typo in error message.
11950 ("Display Other Windows"): Fix typo in help message.
11951 (gdb-speedbar-expand-node): Fix typo in question.
11952
11953 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
11954 (idlwave-html-system-help-location, idlwave-html-help-location)
11955 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
11956 (idlwave-help-browser-generic-args, idlwave-help-directory)
11957 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
11958 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
11959 (idlwave-online-help, idlwave-help-html-link)
11960 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
11961 Fix typos in docstrings.
11962 (idlwave-help-with-source, idlwave-help-find-routine-definition):
11963 Reflow docstrings.
11964 (idlwave-help-assistant-start): Fix typo in error message.
11965
11966 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
11967 (octave-electric-space): Fix typos in docstrings.
11968
9bbe0828
CY
119692010-01-01 Chong Yidong <cyd@stupidchicken.com>
11970
11971 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
11972
a88c46c3
CY
119732010-01-01 Juri Linkov <juri@jurta.org>
11974
11975 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 11976 increase the default to 500 (Bug#5148).
a88c46c3 11977
7ee6c59b
NR
119782009-12-31 Nick Roberts <nickrob@snap.net.nz>
11979
11980 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
11981 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
11982 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
11983
a9c8a2cd
NR
119842009-12-30 Nick Roberts <nickrob@snap.net.nz>
11985
11986 Show working revision correctly for mercurial.
11987 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 11988 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 11989
659e4408
JB
119902009-12-29 Juanma Barranquero <lekktu@gmail.com>
11991
11992 Declare some functions for the byte-compiler.
11993 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
11994 (speedbar-timer-fn, speedbar-change-expand-button-char)
11995 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
11996
7ee6c59b
NR
119972009-12-29 Nick Roberts <nickrob@snap.net.nz>
11998
11999 This changeset reverts GDB Graphical Interface to use annotations.
12000 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
12001
460f6e7c
DN
120022009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
12003
12004 Make vc-dir work on subdirectories of the bzr root.
6a7662bb
BR
12005 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
12006 Return file names relative to it.
460f6e7c
DN
12007 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
12008 relative directory to vc-bzr-after-dir-status.
12009
543f553a
TH
120102009-12-28 Tassilo Horn <tassilo@member.fsf.org>
12011
12012 * font-lock.el (font-lock-refresh-defaults): New function, which
12013 can be used to let font-lock react to external changes in
12014 variables like font-lock-defaults and keywords.
12015 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
12016
2592ab76
DN
120172009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
12018
ac859983
DN
12019 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
12020
2592ab76
DN
12021 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
12022
58941d03
JB
120232009-12-28 Juanma Barranquero <lekktu@gmail.com>
12024
12025 Supersede color.diff settings in git log (bug#5211).
12026
12027 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
12028 escape chars in its output when the user has color.diff set to `always'.
12029 This fix works on git 1.4.2 and newer (released on 2006-08-13).
12030
39764e76
KR
120312009-12-26 Kevin Ryde <user42@zip.com.au>
12032
12033 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
12034 node. Keep previous "Index" name to work with past coreutils too.
12035
91c4831e
KR
12036 * man.el (man): Revise docstring a bit to show -a and -l as
12037 examples. Add -k description since support for it has otherwise
12038 been a secret. (Further to bug#3717.)
651e932e
KR
12039 (Man-bgproc-sentinel): When "-k foo" produces no output show error
12040 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 12041 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 12042
7f4d4a97
MA
120432009-12-26 Michael Albinus <michael.albinus@gmx.de>
12044
12045 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
12046 switches. Check also for //SUBDIRED// line.
12047
bcffff46
KH
120482009-12-25 Kenichi Handa <handa@m17n.org>
12049
88b5a757 12050 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
12051 handle ZWNJ and ZWJ. Use it in composition-function-table for
12052 Devanagari.
12053 (malayalam-composable-pattern): Fix previous change.
12054
dc1dcfa4
VJL
120552009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12056
12057 * ps-print.el (ps-face-attributes): It was not returning the
12058 attribute face for faces specified as string. Reported by harven
80525855 12059 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
12060 (ps-print-version): New version 7.3.5.
12061
6fe539d2
UJ
120622009-12-18 Ulf Jasper <ulf.jasper@web.de>
12063
85626eef 12064 * calendar/icalendar.el (icalendar--convert-tz-offset):
88b5a757
DD
12065 Fix timezone names.
12066 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
12067 (icalendar--add-diary-entry): Remove the trailing blank that
12068 diary-make-entry inserts.
12069
1f3611c6
MA
120702009-12-17 Michael Albinus <michael.albinus@gmx.de>
12071
12072 Make `file-expand-wildcards' work for remote files.
12073
12074 * files.el (file-expand-wildcards): In case of remote files, check
12075 only local file name part for wildcards. Provide feature 'files
12076 and subfeature 'remote-wildcards. (Bug#5198)
12077
12078 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
12079 if there is already an established connection.
12080 (tramp-advice-file-expand-wildcards): Remove it.
12081
12082 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 12083 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
12084 Activate advice for older GNU Emacs versions. (Bug#5237)
12085
9762b219
JB
120862009-12-17 Juanma Barranquero <lekktu@gmail.com>
12087
12088 Some doc fixes (more needed).
12089
12090 * find-cmd.el (find-constituents): Reflow docstring.
12091 (find-cmd, find-prune, find-command): Fix typos in docstrings.
12092 (find-generic): Doc fix.
12093
cfb54897
JL
120942009-12-17 Juri Linkov <juri@jurta.org>
12095
12096 Fix regression from 23.1 to allow multiple modes in Local Variables.
12097
12098 * files.el (hack-local-variables-filter): While ignoring duplicates,
12099 don't take `mode' into account.
85626eef
SM
12100 (hack-local-variables-filter, hack-dir-local-variables):
12101 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 12102
ad974e9e
JL
121032009-12-17 Juri Linkov <juri@jurta.org>
12104
85626eef 12105 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
12106
12107 * dired-aux.el (dired-diff): Signal an error when `file' equals to
12108 `current' or when `file' is a directory of the `current' file.
12109
3616e0b9
AS
121102009-12-17 Andreas Schwab <schwab@linux-m68k.org>
12111
12112 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
12113 unconditionally preloaded files.
12114
72b57560
JL
121152009-12-16 Juri Linkov <juri@jurta.org>
12116
12117 Revert to old 23.1 logic of using the file at the mark as default.
12118 * dired-aux.el (dired-diff): Use the file at the mark as default
12119 if it's not the same as the current file, and the target dir is
12120 the current dir or the mark is active. Add the current file
12121 as the arg of `dired-dwim-target-defaults'. Use the default file
12122 in the prompt. (Bug#5225)
12123
68712eb6
MA
121242009-12-15 Michael Albinus <michael.albinus@gmx.de>
12125
12126 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
12127 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
12128 (tramp-check-for-regexp): Check also, when an echoing shell stops
12129 to echo sent commands.
12130
fd471993
CY
121312009-12-14 Chong Yidong <cyd@stupidchicken.com>
12132
12133 * Makefile.in: Revert last change (Bug#5191).
12134
86b5e14c
DN
121352009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
12136
12137 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
12138 (vc-hg-working-revision): Make sure the command is executed in a
12139 known environment so that we can parse the output. (Bug#4417)
86b5e14c 12140
8cffbb75
CY
121412009-12-14 Chong Yidong <cyd@stupidchicken.com>
12142
12143 * progmodes/python.el (python-symbol-completions): Remove text
12144 properties from symbol string before calling python-send-receive.
12145
6c2b67ad
NR
121462009-12-14 Nick Roberts <nickrob@snap.net.nz>
12147
12148 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 12149 when there are values for both file and line. (Bug#5060)
6c2b67ad 12150
ff6f4585
JL
121512009-12-14 Juri Linkov <juri@jurta.org>
12152
12153 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
12154 whitespace after the file name of the first line of unified format,
12155 because git-diff doesn't output whitespace and file modification time
12156 after the file name.
12157
d3de1c8e
JL
121582009-12-14 David Kastrup <dak@gnu.org>
12159
12160 * info.el (Info-hide-cookies-node): Before hiding a cookie,
12161 check if it already has the `display' property added by
12162 `Info-display-images-node', and not put the `invisible' property
12163 in this case.
12164
2f1b7dc4
GM
121652009-12-13 Glenn Morris <rgm@gnu.org>
12166
a0cefee5
GM
12167 * mail/emacsbug.el (message-sort-headers): Define for compiler.
12168 (report-emacs-bug): In message-mode, sort manually before storing
12169 original report text. (Bug#5178)
2f1b7dc4
GM
12170 Remove superfluous save-excursion.
12171
31bb373f
MA
121722009-12-12 Michael Albinus <michael.albinus@gmx.de>
12173
12174 * net/dbus.el (dbus-property-handler): Filter lambda forms out
12175 when responding to "GetAll" properties.
12176
5e1d4968
CY
121772009-12-12 Chong Yidong <cyd@stupidchicken.com>
12178
12179 * simple.el (compose-mail): Remove mail-setup-with-from from
12180 customization checks.
12181
097d86f9
EZ
121822009-12-12 Eli Zaretskii <eliz@gnu.org>
12183
12184 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
12185 RAR archives created on Unix systems.
12186
1d4adede
SM
121872009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
12188
12189 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
12190 the varalias that was accidentally removed by the 2009-11-19 change
12191 (bug#5186).
12192
3ff3655c
KH
121932009-12-12 Kenichi Handa <handa@m17n.org>
12194
12195 * language/indian.el (indian-compose-regexp): New function.
12196 (malayalam-composable-pattern): Fix the pattern.
12197 (composition-function-table): Set malayalam-composable-pattern for
12198 Malayalam characters.
12199
82d3343c
CY
122002009-12-11 Chong Yidong <cyd@stupidchicken.com>
12201
315eb96d
CY
12202 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
12203 rather than down-mouse-1, based on follow-link conventions.
12204
82d3343c
CY
12205 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
12206 are compiled.
12207
86a4c7ac
DN
122082009-12-11 Michael McNamara <mac@mail.brushroad.com>
12209
bf0b361c 12210 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
12211 (verilog-vmm-statement-re, verilog-ovm-statement-re)
12212 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
12213 (verilog-leap-to-head, verilog-backward-token):
12214 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
12215
122162009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
12217
bf0b361c
JB
12218 * progmodes/verilog-mode.el (verilog-auto-lineup)
12219 (verilog-nameable-item-re): Cleanup user-visible spelling and
12220 documentation errors. One reported by Gary Delp.
1d4adede 12221 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
12222 (verilog-read-decls): Fix AUTOWIRE with types declared in a
12223 package, bug195. Reported by Pierre-David Pfister.
12224
fe03f49a
GM
122252009-12-11 Glenn Morris <rgm@gnu.org>
12226
47641aac
GM
12227 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
12228
85094855
GM
12229 * mail/emacsbug.el: No longer require sendmail.
12230 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
12231 (report-emacs-bug-orig-text): Doc fix.
12232 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
12233 New local variables, to adapt to different mail-user-agents.
12234 (report-emacs-bug): Fix test for a gnu.org address.
12235 Use overlays for emphasis, since font-lock defeats 'face property.
12236 Pretest bugs also end up at the newsgroup these days.
12237 Stop message-mode stripping text properties.
12238 Set and use the new buffer-local variables.
12239 (report-emacs-bug-hook): Add doc-string.
12240 Remove some unnecessary save-excursions and simplify.
12241 Use the appropriate hook and send-command.
12242
fe03f49a
GM
12243 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
12244 capitalization of some menu entries.
12245
345427f0
VJL
122462009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12247
277e6741
MP
12248 * whitespace.el (whitespace-display-char-on):
12249 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
12250 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
12251 New version 12.1.
12252
c70ccbba
EZ
122532009-12-10 Eli Zaretskii <eliz@gnu.org>
12254
12255 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
12256 characters in the Attribute field.
12257
f1943c1b
DN
122582009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
12259
12260 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
12261
1c67aeaa
SM
122622009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
12263
12264 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
12265 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12266 Disregard autoload-excludes.
12267 (update-directory-autoloads): Obey autoload-excludes here instead.
12268 But don't store its contents in no-autoloads and remove entries that
12269 refer to excludes files.
12270
d8194864
GM
122712009-12-10 Glenn Morris <rgm@gnu.org>
12272
8c0171c0
GM
12273 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
12274 (expand-mail-aliases): Define for compiler.
12275
dba372dd
GM
12276 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
12277 Define for compiler.
12278
d8194864
GM
12279 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
12280 appropriate for the mail-user-agent in use.
12281
fe5facd3
MA
122822009-12-09 Michael Albinus <michael.albinus@gmx.de>
12283
12284 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
12285
99999a1d
DN
122862009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
12287
12288 Fix short log parsing and fontification.
12289 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
12290 Fix fontification for the [merge] label.
12291
2ea1c4aa
SM
122922009-12-09 Vivek Dasmohapatra <vivek@etla.org>
12293
85626eef 12294 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
12295 * htmlfontify.el (hfy-ignored-properties): New defcustom.
12296 (hfy-fontify-buffer): Use it.
12297
9840deb6
SM
122982009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
12299
a0d1aadf
SM
12300 Minor cleanup.
12301 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
12302 Adjust all callers.
12303 (ffap-locate-file): Remove unused arg `dir-ok' and make other
12304 args compulsory. Adjust callers.
12305 (ffap-gopher-at-point): Remove unused var `name'.
12306
9840deb6
SM
12307 Get rid of the ELCFILES abomination.
12308 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12309 (compile-elcfiles): New phony target.
12310 (compile-main): Compute ELCFILES dynamically.
12311 (compile-clean): New target to remove left-over elc files.
12312 (compile, all): Use it.
12313
7eb3f9a8
KH
123142009-12-09 Kenichi Handa <handa@etlken>
12315
12316 * international/mule-diag.el: Require help-mode instead of help-fns.
12317
ae63e572
KH
123182009-12-09 Kenichi Handa <handa@m17n.org>
12319
5ce6e4f4 12320 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
12321 fine ranges instead of pre-calculating accurate ranges.
12322 Iterate with bigger gc-cons-threshold.
ae63e572 12323
e2f3c692
DN
123242009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
12325
12326 Add support for stashing a snapshot of the current tree.
12327 * vc-git.el (vc-git-stash-snapshot): New function.
12328 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
12329
cf6d0352
JB
123302009-12-08 Jose E. Marchesi <jemarch@gnu.org>
12331
12332 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
12333 instead of `(beginning|end)-of-line'.
12334
48e4acc9
GM
123352009-12-08 Glenn Morris <rgm@gnu.org>
12336
6e890faa
GM
12337 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
12338
48e4acc9
GM
12339 * Makefile.in (ELCFILES): Regenerate.
12340
d2a1dc7b
JL
123412009-12-07 Juri Linkov <juri@jurta.org>
12342
12343 Don't lazy-highlight the comint output in history Isearch mode.
12344
12345 * comint.el (comint-history-isearch-search): Instead of
12346 `comint-line-beginning-position', use `comint-after-pmark-p'
12347 to check if point if before the process mark, and go to
12348 `process-mark' in this case.
12349
51ef56c4
SM
123502009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
12351
fb10ee4a
SM
12352 * textmodes/tex-mode.el (latex-complete)
12353 (latex-indent-or-complete): Remove.
12354 (latex-mode): Set completion-at-point-functions instead.
12355
12356 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
12357 * minibuffer.el (completion-at-point-functions): New var.
12358 (completion-at-point): New command.
fb10ee4a 12359 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
12360 * progmodes/python.el (python-mode-map): Use completion-at-point.
12361 (python-completion-at-point): Rename from python-partial-symbol and
12362 adjust for use in completion-at-point-functions.
12363 (python-mode): Setup completion-at-point for Python completion.
12364 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
12365 extracted from lisp-complete-symbol.
12366 (lisp-complete-symbol): Use it.
12367 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
12368 setup completion-at-point for Elisp completion.
fb10ee4a
SM
12369 (emacs-lisp-mode-map, lisp-interaction-mode-map):
12370 Use completion-at-point.
51ef56c4 12371 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 12372 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
12373 * progmodes/sym-comp.el: Move to...
12374 * obsolete/sym-comp.el: Move from progmodes.
12375
5e7a9022
EZ
123762009-12-07 Eli Zaretskii <eliz@gnu.org>
12377
12378 Prevent save-buffer in Rmail buffers from using the coding-system
12379 of the current message, and from clobbering the encoding mnemonics
12380 in the mode line (Bug#4623).
12381
12382 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
12383 flag, too.
12384 (rmail-message-encoding): New variable.
12385 (rmail-write-region-annotate): Record the encoding of the current
12386 message in rmail-message-encoding.
12387 (rmail-after-save-hook): New function, restores the encoding of
12388 the current message after the message collection is saved.
12389
9136e895
JL
123902009-12-07 Juri Linkov <juri@jurta.org>
12391
12392 * progmodes/grep.el (grep-read-files): Use `completing-read'
12393 instead of `read-string'. Set its `collection' arg to
12394 `read-file-name-internal'. (Bug#4301)
12395
40637410
JL
123962009-12-07 Juri Linkov <juri@jurta.org>
12397
12398 Correctly restore original Isearch point. (Bug#4994)
12399
12400 * isearch.el (isearch-mode): Move `isearch-push-state' after
12401 `(run-hooks 'isearch-mode-hook)'.
12402 (isearch-cancel): When `isearch-push-state-function' is defined,
12403 let-bind `isearch-cmds' to the first state (the last element of
12404 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
12405 function and restores the original point). Otherwise, move point
12406 to `isearch-opoint'.
12407
da10ce2b
SM
124082009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
12409
12410 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
12411 chars that don't have names, so the table can be built much faster at
12412 run-time.
12413
3d68fa99
CY
124142009-12-07 Chong Yidong <cyd@stupidchicken.com>
12415
f82b1493
CY
12416 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
12417 change. Suggested by David Kastrup.
12418
3d68fa99
CY
12419 * simple.el (compose-mail): Check for incompatibilities and warn.
12420 (compose-mail-user-agent-warnings): New option.
12421
662c5698
DN
124222009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
12423
12424 Support showing a single log entry from vc-annotate.
12425 * vc.el (print-log): Add a new argument: START-REVISION.
12426 (vc-print-log-internal): Add a new optional argument and
12427 pass it to the backend.
12428 (vc-print-log, vc-print-root-log): Adjust callers.
12429 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
12430 buffer already displays the requested log entry, use it.
12431 Otherwise display only the log entry in question.
12432 * vc-svn.el (vc-svn-print-log):
e4070cdc 12433 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
12434 * vc-hg.el (vc-hg-state):
12435 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
12436 (vc-git-show-log-entry): Return t on success.
12437 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
12438 (vc-bzr-show-log-entry): Return t on success.
12439 * vc-rcs.el (vc-rcs-print-log):
12440 * vc-sccs.el (vc-sccs-print-log):
12441 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
12442
e4070cdc
GM
124432009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
12444
5ce6e4f4
JB
12445 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
12446 Add menus to the meta mode. (Bug#5043)
e4070cdc 12447
5ce6e4f4 124482009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
12449
12450 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 12451 event-key.
662c5698 12452
662c5698
DN
12453 * ediff.el (ediff-buffers-internal): Add unwind-protect.
12454
dab816a9
MA
124552009-12-07 Michael Albinus <michael.albinus@gmx.de>
12456
12457 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
12458 Berbain <raphael.berbain@gmail.com>.
12459
12460 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
12461 characters.
12462 (tramp-initial-end-of-output): New defconst.
12463 (tramp-methods, tramp-find-shell)
12464 (tramp-open-connection-setup-interactive-shell)
12465 (tramp-maybe-open-connection): Use it.
6a7662bb
BR
12466 (tramp-shell-prompt-pattern, tramp-wait-for-output):
12467 Handle existence of `#' and `$'.
dab816a9 12468
6a7662bb
BR
12469 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
12470 Use `tramp-initial-end-of-output'.
dab816a9 12471
a91e1f6b
DN
124722009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
12473
12474 Get the background mode from the terminal for xterm, and set
12475 faces accordingly.
12476 * term/xterm.el (xterm-set-background-mode): New function.
12477 (terminal-init-xterm): Use it in case xterm supports background
12478 color queries. Recompute faces after getting the background
12479 color.
12480
5fa9d1ec
GM
124812009-12-07 Ulrich Mueller <ulm@gentoo.org>
12482
12483 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
12484 number comment back on its own line, for easier parsing.
12485
5e9fde5e
SM
124862009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
12487
12488 Make it work for non-file buffers (bug#5102).
12489 * doc-view.el (doc-view-current-cache-dir):
12490 Use doc-view-buffer-file-name rather than buffer-file-name.
12491 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
12492
2f2f5242
CY
124932009-12-06 Óscar Fuentes <ofv@wanadoo.es>
12494
12495 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
12496 author field is too short.
12497
cebf8ec6
DN
124982009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
12499
5e9fde5e
SM
12500 * vc-git.el (vc-git-print-log): Handle a limit argument.
12501 Display the short log in graph form and with labels.
0d3f8a78
DN
12502 (vc-git-log-view-mode): Handle labels.
12503
cebf8ec6
DN
12504 Make vc-revert change VC state from 'added to 'unregistered.
12505 * vc-git.el (vc-git-revert): Call git reset first.
12506
8e39154d
UJ
125072009-12-06 Ulf Jasper <ulf.jasper@web.de>
12508
d8194864
GM
12509 * net/newst-backend.el, net/newst-plainview.el:
12510 * net/newst-reader.el, net/newst-ticker.el:
12511 * net/newst-treeview.el, net/newsticker.el:
12512 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 12513
ef187c24
CY
125142009-12-06 Chong Yidong <cyd@stupidchicken.com>
12515
238a0f3a
CY
12516 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
12517
2c6bb71a
CY
12518 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
12519 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
12520 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
12521 Update annotation regexp.
12522
ef187c24
CY
12523 * simple.el (beginning-of-visual-line): Constrain to field
12524 boundaries (Bug#5106).
12525
571855b6
UJ
125262009-12-06 Ulf Jasper <ulf.jasper@web.de>
12527
6a7662bb
BR
12528 * xml.el (xml-substitute-numeric-entities):
12529 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 12530 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
12531 * net/newst-backend.el (newsticker--parse-generic-feed)
12532 (newsticker--parse-generic-items)
6a7662bb
BR
12533 (newsticker--decode-numeric-entities):
12534 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 12535 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 12536
b857059c
CY
125372009-12-06 Daniel Colascione <dan.colascione@gmail.com>
12538
12539 * progmodes/js.el (js--js-not): Add null to the list of values.
12540
c2dae51b
CY
125412009-12-06 Chong Yidong <cyd@stupidchicken.com>
12542
d8194864 12543 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 12544
ed0f72d2
RW
125452009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12546
12547 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
12548 delimiter if it is at the end of the current line.
12549 (bibtex-generate-url-list): Fix docstring.
12550
365b9a62
SM
125512009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12552
12553 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
12554 minibuffer's content with itself.
12555 Fold the confirm-after-completion case into the `confirm' case.
12556 (completion-pcm-word-delimiters): Add : and / to the delimiters.
12557
990a9cb1
KR
125582009-12-06 Kevin Ryde <user42@zip.com.au>
12559
12560 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 12561 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 12562
8b5a10db 12563 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 12564 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 12565
065543e7
JL
125662009-12-05 Juri Linkov <juri@jurta.org>
12567
12568 Save and restore dired buffer's point positions too. (Bug#4880)
12569
12570 * dired.el (dired-save-positions): Return in the first element
12571 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
12572 Doc fix.
12573 (dired-restore-positions): First restore buffer's position.
12574 While restoring window's positions, check if window still displays
12575 the original buffer.
12576
503edac9
CY
125772009-12-05 Chong Yidong <cyd@stupidchicken.com>
12578
9a594ee6
CY
12579 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
12580 if possible.
12581
925f8c70
CY
12582 * shell.el (shell): Require ansi-color (Bug#5113).
12583
12584 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
12585
503edac9
CY
12586 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
12587
8fea6b33
AM
125882009-12-05 Alan Mackenzie <acm@muc.de>
12589
12590 * progmodes/cc-mode.el (c-before-hack-hook)
12591 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
12592 `c-file-style' to work again. This reversion restores the current
212c5aef 12593 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 12594
5d1fd962
CY
125952009-12-05 Kevin Ryde <user42@zip.com.au>
12596
6a7662bb
BR
12597 * textmodes/sgml-mode.el (sgml-lexical-context):
12598 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 12599
30760c8b
JL
126002009-12-05 Juri Linkov <juri@jurta.org>
12601
12602 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
12603 for virtual nodes. (Bug#4147)
12604 (Info-find-node-2): Set `Info-current-node-virtual' to nil
12605 when moving from a virtual node.
12606 (Info-mode-menu): Add `Info-virtual-index' to the menu.
12607 (Info-mode): Add `Info-virtual-index' to the docstring.
12608
403111a8
RW
126092009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12610
12611 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
12612 track of the buffer position of the end of a BibTeX entry as this
12613 position may change during reformatting.
12614 (bibtex-format-entry): Remove whitespace before processing
12615 numerical fields so that we recognize the latter properly.
12616 (bibtex-reformat): Do not use push which changes the global value
12617 of bibtex-entry-format.
12618 (bibtex-field-braces-alist, bibtex-field-strings-alist)
12619 (bibtex-field-re-init): Replace only space characters by regexp
12620 for whitespace.
365b9a62 12621 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
12622 (bibtex-initialize): Also update bibtex-strings.
12623 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
12624 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
12625 Update bibtex-reference-keys.
403111a8 12626
25b54627
SM
126272009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
12628
12629 * minibuffer.el (completion-pcm--merge-try): Also consider placing
12630 point after a star, if that's the only place where modifications can
12631 make progress.
12632
35639eb4
DN
126332009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
12634
12635 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
12636 in docstrings.
12637
8b78760b
JL
126382009-12-04 Juri Linkov <juri@jurta.org>
12639
12640 * proced.el (proced): Call `(proced-update t)' to update process
12641 information instead of only running proced-post-display-hook.
12642 (proced-send-signal): Add a leading space to the buffer name
12643 " *Marked Processes*" to make this buffer ephemeral.
12644
2b3489a7
JL
126452009-12-04 Juri Linkov <juri@jurta.org>
12646
12647 * dired.el (dired-auto-revert-buffer): New defcustom.
12648 (dired-internal-noselect): Use it.
12649
9b9debd1
JL
126502009-12-04 Juri Linkov <juri@jurta.org>
12651
12652 Change roles of modes and functions in image-mode.el (Bug#5062).
12653
12654 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
12655 in `auto-mode-alist'.
12656 (image-mode-previous-major-mode): New variable.
12657 (image-minor-mode-map): Rename from `image-mode-text-map'.
12658 (image-mode): Move graceful error-handling code from
12659 `image-minor-mode' to here. On errors call `image-mode-as-text'.
12660 (image-minor-mode): Remove all image-handling code.
12661 Replace `image-mode-text-map' with `image-minor-mode-map'.
12662 Check for `image-type' in mode-line format string.
12663 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
12664 (image-mode-as-text): New function with most code from
12665 `image-mode-maybe'.
12666 (image-toggle-display-text): Move code that removes image
12667 properties from `image-toggle-display' to here.
12668 (image-toggle-display-image): New function with code that adds
12669 image properties copied from `image-toggle-display'.
12670 (image-toggle-display): Remove most code with leaving only code
12671 that toggles between `image-mode-as-text' and `image-mode'.
12672
0c74a301
UJ
126732009-12-04 Ulf Jasper <ulf.jasper@web.de>
12674
12675 * net/newst-treeview.el
12676 (newsticker--treeview-list-highlight-start): Restored call to
12677 save-excursion: Selected item was stuck.
12678 (newsticker--treeview-list-select): New.
12679 (newsticker--treeview-item-show-text)
12680 (newsticker--treeview-item-show)
12681 (newsticker--treeview-item-update): Use new
12682 newsticker-treeview-item-mode.
12683 (newsticker-treeview-update): Keep current item.
12684 (newsticker-treeview-next-new-or-immortal-item): Doc change.
12685 (newsticker--treeview-first-feed): Doc change.
12686 (newsticker-treeview-list-menu)
88b5a757 12687 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
12688 (newsticker-treeview-item-mode): New.
12689
5ce6e4f4 12690 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
12691 windows.
12692
9eaeec5b
SS
126932009-12-04 Sam Steingold <sds@gnu.org>
12694
12695 * log-view.el (log-view-mode-map): "q" calls quit-window,
12696 like in all the other non-self-insert buffers.
12697
b2bf5be5
SM
126982009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
12699
12700 Minor cleanup.
12701 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
12702 key decoding rather than do it manually via last-input-event +
12703 ascii-character.
12704 (term-exec): Use delete-and-extract-region.
12705 (term-handle-ansi-terminal-messages): Remove unused var `end'.
12706 (term-process-pager): Remove unused var `i'.
12707 (term-dynamic-simple-complete): Make obsolete.
12708 (serial-update-config-menu): Remove unused vars `y' and `str'.
12709 (term-update-mode-line): Remove unused var `temp'.
12710
46e5c897
DN
127112009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12712
12713 Limit the number of log entries displayed by default.
12714 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
12715 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
12716 using a prefix argument.
12717
627e0a14
GM
127182009-12-03 Glenn Morris <rgm@gnu.org>
12719
12720 * progmodes/idlwave.el (class): Restore still useful declaration.
12721
8578c224
AM
127222009-12-03 Alan Mackenzie <acm@muc.de>
12723
4abc318c 12724 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 12725
b2bf5be5
SM
12726 * progmodes/cc-mode.el (c-basic-common-init):
12727 Call c-state-cache-init.
9762b219 12728 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 12729 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 12730 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
12731
12732 * progmodes/cc-langs.el (c-before-font-lock-function):
12733 c-extend-and-neutralize-syntax-in-CPP has been renamed
12734 c-neutralize-syntax-in-and-mark-CPP.
12735
12736 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
12737 with `category' properties now, not `syntax-table' ones.
12738
12739 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
12740 enhanced (but slower) version of c-end-of-macro that won't land
12741 inside a literal or on another awkward character.
12742 (c-state-cache-too-far, c-state-cache-start)
12743 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
12744 (c-state-nonlit-pos-cache-limit, c-state-point-min)
12745 (c-state-point-min-lit-type, c-state-point-min-lit-start)
12746 (c-state-min-scan-pos, c-state-brace-pair-desert)
12747 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
12748 buffer local variables.
12749 (c-state-literal-at, c-state-lit-beg)
12750 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
12751 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
12752 (c-state-cache-top-paren, c-state-cache-after-top-paren)
12753 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
12754 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
12755 (c-renarrow-state-cache)
12756 (c-append-lower-brace-pair-to-state-cache)
12757 (c-state-push-any-brace-pair, c-append-to-state-cache)
12758 (c-remove-stale-state-cache)
12759 (c-remove-stale-state-cache-backwards, c-state-cache-init)
12760 (c-invalidate-state-cache-1, c-parse-state-1)
12761 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
12762 (c-parse-state): Enhance and refactor.
12763 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
12764
12765 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
12766 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
12767 modify to use category text properties rather than syntax-table ones.
12768 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
12769 to switch off/on the syntactic paren property of C++ template
12770 delimiters using the category property.
12771 (c-with-<->-as-parens-suppressed): Macro to invoke code with
12772 template delims suppressed.
12773 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
12774 New constant/macros which apply category properties to the start
12775 and end of preprocessor constructs.
b2bf5be5 12776 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
12777 "comment out" the syntactic value of characters in preprocessor
12778 constructs.
12779 (c-with-cpps-commented-out)
12780 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
12781 with characters in all or all but one preprocessor constructs
12782 "commented out".
12783
0d4dc442
RW
127842009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12785
12786 * proced.el (proced-filter-alist): Use regexp-quote.
12787
a09dc9bf
MA
127882009-12-03 Michael Albinus <michael.albinus@gmx.de>
12789
12790 Cleanup.
12791 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
12792 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
12793 arguments. Expand `default-directory'.
12794
12795 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
12796 the benefit of returning an expanded localname.
12797 (tramp-tramp-file-p): Handle the case NAME is not a string.
12798
3f6bd790
DN
127992009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12800
4dfb3b9c
DN
12801 Add support for bzr shelve/unshelve.
12802 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12803 (vc-bzr-extra-menu-map): New variables.
12804 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
12805 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
12806 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
12807 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
12808 (vc-bzr-dir-extra-headers): Display shelves.
12809
3f6bd790
DN
12810 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
12811
842d73a1
SM
128122009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12813
12814 * textmodes/bibtex.el (bibtex-complete-internal):
12815 Use completion-in-region.
12816 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
12817
7fa4876f
DN
128182009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12819
12820 Support applying stashes. Improve UI.
12821 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
12822 (vc-git-stash-apply, vc-git-stash-pop)
12823 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
12824 (vc-git-stash-menu): New functions.
12825 (vc-git-stash-menu-map): New variable.
12826 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
12827
d6e82452
GM
128282009-12-03 Glenn Morris <rgm@gnu.org>
12829
12830 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
12831 (vc-print-log-internal): Fix previous change.
12832 (vc-revert): Correct pluralization.
12833
8d222148
SM
128342009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12835
ea52206b
SM
12836 * progmodes/make-mode.el (makefile-special-targets-list): No need for
12837 it to be an alist any more.
12838 (makefile-complete): Use completion-in-region.
12839
69a94a37
SM
12840 * progmodes/octave-mod.el (octave-complete-symbol):
12841 Use completion-in-region.
12842
8d222148
SM
12843 Misc cleanup.
12844 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
12845 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
12846 (idlwave-complete-class): Don't quote lambda.
12847 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
12848 (idlwave-mode-map): Move initialization into declaration.
12849 (idlwave-action-and-binding): Use backquotes.
12850 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
12851 Simplify.
12852 (idlwave-is-pointer-dereference): Remove unused var `pos'.
12853 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
12854 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
12855 `parts', and `all-parts'.
12856 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
12857 (idlwave-convert-xml-system-routine-info): Remove unused string
12858 `version-string'.
12859 (idlwave-display-user-catalog-widget): Use dolist.
12860 (idlwave-scanning-lib): Declare dynamically-scoped var.
12861 (idlwave-scan-library-catalogs): Remove unused var `flags'.
12862 (completion-highlight-first-word-only): Declare to silence bytecomp.
12863 (idlwave-popup-select): Tighten scope of `resp'.
12864 (idlwave-find-struct-tag): Remove unused var `beg'.
12865 (idlwave-after-load-rinfo-hook): Declare.
12866 (idlwave-sintern-class-info): Remove unused var `taglist'.
12867 (idlwave-find-class-definition): Remove unused var `list'.
12868 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
12869 (idlwave-what-module-find-class): Remove unused var `classes'.
12870
3bb8691b
JB
128712009-12-03 Juanma Barranquero <lekktu@gmail.com>
12872
12873 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
12874
f72f0c23
SM
128752009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12876
12877 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
12878 buffers visited. Remove redundant current-buffer-saving.
12879
601a9508
SM
128802009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12881
12882 Use completion-in-buffer and remove uses of dynamic scoping.
12883 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
12884 (pascal-buffer-to-use, pascal-flag): Don't declare.
12885 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
12886 (pascal-get-completion-decl, pascal-keyword-completion):
12887 Add `pascal-str' argument, save-excursion,
12888 return the found completions, and don't filter with pascal-pred.
12889 (pascal-completion-cache): New var.
12890 (pascal-completion): Don't switch buffer any more (it was never
12891 necessary). Don't save-excursion any more (it's done by the called
12892 subroutines). Use a cache to avoid redundant computations.
12893 Use complete-with-action rather than pascal-completion-response and
12894 let it apply the predicate as well.
12895 (pascal-complete-word): Use completion-in-buffer when
12896 pascal-toggle-completions is nil.
12897 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
12898 not used any more.
12899 (pascal-comp-defun): Don't change buffer any more.
12900 Use complete-with-action rather than pascal-completion-response and
12901 let it apply the predicate as well.
12902 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
12903 when neded.
12904
1ff4cb98
KH
129052009-12-02 Kenichi Handa <handa@m17n.org>
12906
12907 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
12908 shape for all Indic scripts.
12909
bb12edf1
SM
129102009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12911
12912 Use completion-in-buffer.
12913 * wid-edit.el (widget-field-text-end): New function.
12914 (widget-field-value-get): Use it.
12915 (widget-string-complete, widget-file-complete)
12916 (widget-color-complete): Use it and completion-in-region.
12917 (widget-complete): Don't narrow the buffer.
12918
5813f6ef
GM
129192009-12-02 Glenn Morris <rgm@gnu.org>
12920
c920f222
GM
12921 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
12922 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
12923 * mail/rmailsum.el: Replace all pop-to-buffer calls with
12924 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 12925
5813f6ef
GM
12926 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
12927 save-excursion with save-current-buffer.
12928 Widen before searching. (Bug#5093)
12929 (diary-list-sexp-entries): Remove superfluous save-excursion.
12930
34b1d750
GM
129312009-12-02 Michael Welsh Duggan <mwd@cert.org>
12932
12933 * woman.el (woman-make-bufname): Handle man-pages with "." in the
12934 name. (Bug#5038)
12935
b2d5f31a
GM
129362009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
12937
12938 * ido.el (ido-file-internal): Handle filenames at point that do
12939 not have a directory part. (Bug#5049)
12940
c710ac3c
JB
129412009-12-02 Juanma Barranquero <lekktu@gmail.com>
12942
12943 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
12944 (mpc-songs-jump-to, mpc-resume): Doc fixes.
12945
9946be46
SM
129462009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
12947
12948 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
12949 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
12950 any more.
12951
b08016f2
SM
129522009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12953
e7440df4
SM
12954 * comint.el (comint-insert-input): Ignore clicks to the right of
12955 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
12956
3bb8691b 12957 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
12958 terminate before setting up the major mode.
12959
f3b757f5
SM
12960 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
12961 in case.
12962
a2877f1d
SM
12963 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
12964 the last element.
12965
b08016f2
SM
12966 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
12967
782d6e30
GM
129682009-12-01 Glenn Morris <rgm@gnu.org>
12969
12970 * window.el (window--display-buffer-2): Fix previous changes.
12971
28f57f7e
CY
129722009-12-01 Chong Yidong <cyd@stupidchicken.com>
12973
12974 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
12975
c31a2fdc
GM
129762009-12-01 Glenn Morris <rgm@gnu.org>
12977
12978 * Makefile.in (ELCFILES): Add mpc.elc.
12979
e1ada222
SM
129802009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12981
12982 * mpc.el: New file.
12983
0c9ff2c5
GM
129842009-12-01 Glenn Morris <rgm@gnu.org>
12985
3689984f
GM
12986 * window.el (window-to-use): Define for compiler.
12987
3ab4308b
GM
12988 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
12989 consistent with others (no final period).
12990
0c9ff2c5
GM
12991 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
12992 (rmail-mime-show): Downcase the encoding. (Bug#5070)
12993
fb0c18ff
DN
129942009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
12995
12996 Make vc-print-log buttons work.
045b9da7 12997 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 12998
2ac7e73e
JB
129992009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
13000
13001 * savehist.el (savehist-autosave-interval): Allow setting to nil
13002 through customize. (Bug#5056)
13003
5237d741
JB
130042009-11-30 Juanma Barranquero <lekktu@gmail.com>
13005
13006 Fix references to jit-lock properties.
13007 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
13008 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
13009 (perl-font-lock-special-syntactic-constructs):
13010 Quote jit-lock-defer-multiline property.
13011
379241fa
DN
130122009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
13013
13014 * vc-git.el (vc-git-registered): Call vc-git-root only once.
13015
054ae856
JL
130162009-11-30 Juri Linkov <juri@jurta.org>
13017
13018 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
13019 value `buffer' of `multi-isearch-next-buffer-current-function'.
13020 Use `(current-buffer)' when `buffer' is nil.
13021 (multi-isearch-next-buffer-from-list): Don't fallback to
13022 `(current-buffer)' when `buffer' is nil. (Bug#4947)
13023
67296dda
JL
130242009-11-30 Juri Linkov <juri@jurta.org>
13025
13026 * misearch.el (multi-isearch-read-buffers): Move canonicalization
13027 of buffers with `get-buffer' to `multi-isearch-buffers'.
13028 (multi-isearch-buffers, multi-isearch-buffers-regexp):
13029 Canonicalize BUFFERS with `get-buffer'. Doc fix.
13030 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
13031 FILES with `expand-file-name' converting relative file names
13032 to absolute. Doc fix. (Bug#4727)
13033
c585bf32
JL
130342009-11-30 Juri Linkov <juri@jurta.org>
13035
13036 * misearch.el (multi-isearch-read-buffers)
13037 (multi-isearch-read-matching-buffers): New functions.
13038 (multi-isearch-buffers, multi-isearch-buffers-regexp):
13039 Use them in the `interactive' spec. Doc fix.
13040 (multi-isearch-read-files, multi-isearch-read-matching-files):
13041 New functions.
13042 (multi-isearch-files, multi-isearch-files-regexp):
13043 Use them in the `interactive' spec. Doc fix. (Bug#4725)
13044
0a745733
JL
130452009-11-30 Juri Linkov <juri@jurta.org>
13046
13047 * doc-view.el (doc-view-continuous):
13048 Rename from `doc-view-continuous-mode'.
13049 (doc-view-menu): Move "Toggle display" to the top.
13050 Add submenu "Continuous" with radio buttons "Off"/"On"
13051 and "Save as Default".
13052 (doc-view-scroll-up-or-next-page)
13053 (doc-view-scroll-down-or-previous-page)
13054 (doc-view-next-line-or-next-page)
6a7662bb
BR
13055 (doc-view-previous-line-or-previous-page):
13056 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 13057
1f9689eb
JL
130582009-11-30 Juri Linkov <juri@jurta.org>
13059
13060 * comint.el (comint-mode-map): Rebind `M-r' from
13061 `comint-previous-matching-input' to
13062 `comint-history-isearch-backward-regexp'.
13063 Unbind `M-s' to allow global key binding `M-s'.
13064 Add menu items for `comint-history-isearch-backward' and
13065 `comint-history-isearch-backward-regexp'. (Bug#3746)
13066
2952b1ae
JL
130672009-11-30 Juri Linkov <juri@jurta.org>
13068
13069 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
13070 For def=recenter, replace `recenter' with `recenter-top-bottom'
13071 that is called with `this-command' and `last-command' let-bound
13072 to `recenter-top-bottom'. When the last `def' was not `recenter',
13073 set `recenter-last-op' to nil. (Bug#4981)
13074
7a9547ca
SM
130752009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
13076
20565545
SM
13077 Minor cleanup and simplification.
13078 * filecache.el (file-cache-add-directory)
13079 (file-cache-add-directory-recursively)
13080 (file-cache-add-from-file-cache-buffer)
13081 (file-cache-delete-file-regexp, file-cache-delete-directory)
13082 (file-cache-files-matching-internal, file-cache-display): Use dolist.
13083 (file-cache-temp-minibuffer-message): Delete function.
13084 (file-cache-minibuffer-complete): Use minibuffer-message instead.
13085
7a9547ca
SM
13086 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
13087 Don't signal an error when bumping into EOB in tr, s, or y.
13088
08e968f3
JL
130892009-11-29 Juri Linkov <juri@jurta.org>
13090
13091 * startup.el (fancy-about-text): Fix wording of Guided Tour.
13092 (Bug#4960)
13093
13094 * descr-text.el (describe-char-unidata-list): Use lowercase name
13095 for "Unicode name" like in other tags.
13096
f8d170a4
JL
130972009-11-29 Juri Linkov <juri@jurta.org>
13098
13099 * ediff-util.el (ediff-minibuffer-with-setup-hook):
13100 New compatibility macro.
7a9547ca 13101 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 13102
0116abbd
JL
131032009-11-29 Juri Linkov <juri@jurta.org>
13104
13105 Add defcustom to define the cycling order of `recenter-top-bottom'.
13106 (Bug#4981)
13107
13108 * window.el (recenter-last-op): Doc fix.
13109 (recenter-positions): New defcustom.
13110 (recenter-top-bottom): Rewrite to use `recenter-positions'.
13111 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
13112
61eef560
MA
131132009-11-29 Michael Albinus <michael.albinus@gmx.de>
13114
13115 Improve integration of Tramp and ange-ftp in eshell.
13116
e4070cdc 13117 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
13118 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
13119 (eshell/sudo): Flatten args. Let-bind `default-directory'.
13120
13121 * eshell/esh-util.el (top): Require also Tramp when compiling.
13122 (eshell-directory-files-and-attributes): Check for FTP remote
13123 connection.
13124 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
13125 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
13126 (eshell-file-attributes): Handle ".". Return `entry'.
13127
13128 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
13129 (ange-ftp-directory-files-and-attributes)
13130 (ange-ftp-real-directory-files-and-attributes): New defuns.
13131
13132 * net/tramp.el (tramp-maybe-open-connection): Open the remote
13133 shell with "exec" when possible. This prevents trailing prompts
13134 in `start-file-process'.
13135
f5467d3f
SM
131362009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
13137
21f49db9
SM
13138 Try and remove assumptions about point-min==1.
13139 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
13140 (rng-compute-mode-line-string): Show the validation percentage in
13141 terms of the narrowed text, not the widened text.
13142 (rng-do-some-validation): Don't catch internal errors when debugging.
13143 (rng-first-error): Simplify.
13144 (rng-after-change-function): Remove work around. AFAIK the bug has
13145 been fixed a while ago.
13146
26224faf
SM
13147 * image-mode.el (image-minor-mode): Exit more gracefully when the image
13148 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
13149
d7117720
SM
13150 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
13151
f5467d3f
SM
13152 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
13153 `cd' doesn't always do it for us (bug#5067).
13154
13155 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
13156 on 2009-10-25 as part of some other change (bug#5067).
13157
c5269f1c
SM
131582009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
13159
62a258a7
SM
13160 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
13161 `suspicious'.
13162 (byte-compile-warnings): Use byte-compile-warning-types.
13163 (byte-compile-save-excursion): Warn about use of set-buffer right
13164 after save-excursion.
13165
c5269f1c
SM
13166 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
13167 the excursion as well.
13168
3ba30eb8
MA
131692009-11-27 Michael Albinus <michael.albinus@gmx.de>
13170
13171 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
13172 providing a Tramp related implementation of "su" and "sudo".
13173 (eshell-unix-initialize): Add "su" and "sudo".
13174
6c6f788d
DU
131752009-11-27 Daiki Ueno <ueno@unixuser.org>
13176
13177 * net/socks.el (socks-send-command): Convert binary request to
13178 unibyte before sending. This fixes mishandling of some port
13179 numbers such as 129.
13180
10c877fe
SM
131812009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
13182
6f06a171
SM
13183 * help.el (describe-bindings-internal): Remove `interactive'.
13184
10c877fe
SM
13185 * man.el (Man-completion-table): Trim a terminating "(".
13186 Remove the space between name page a section.
13187 Add the command's description on the `help-echo' property.
c5269f1c
SM
13188 Remove `process-connection-type' binding since it's unused by
13189 call-process.
10c877fe
SM
13190 Provide completion for the "<section> <name>" format as well.
13191 (Man-default-man-entry): Remove spurious var shadowing the argument.
13192
c44a4822
KR
131932009-11-26 Kevin Ryde <user42@zip.com.au>
13194
13195 * log-view.el: Add "Keywords: tools", since its other keywords
13196 aren't in finder-known-keywords, and following vc.el.
13197
9d58f081
KR
13198 * sha1.el (sha1-string-external): default-directory "/" in case
13199 otherwise non-existent. process-connection-type pipe for touch of
13200 efficiency recommended by elisp manual. (An aside in Bug#3911.)
13201
72fe6b25
SM
132022009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
13203
13204 Misc coding convention cleanups.
13205 * htmlfontify.el (hfy-init-kludge-hook): Rename from
13206 hfy-init-kludge-hooks.
13207 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
13208 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
13209 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
13210 and push.
13211 (hfy-slant, hfy-weight): Use tables rather than code.
13212 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
13213 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
13214 (hfy-face-attr-for-class): Initialize `face-spec' directly.
13215 (hfy-face-to-css): Remove `nconc' with single arg.
13216 (hfy-p-to-face-lennart): Use `or'.
13217 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
13218 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
13219 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
13220 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
13221 (hfy-force-fontification): Use run-hooks.
13222
85e0a536
SM
132232009-11-26 Vivek Dasmohapatra <vivek@etla.org>
13224
13225 Various minor fixes.
13226 * htmlfontify.el (hfy-default-header): Add toggle_invis since
13227 Javascript belongs in the header, not the body.
13228 (hfy-javascript): Remove.
13229 (hfy-fontify-buffer): Don't insert it any more.
13230 (hfy-face-at): Handle (face0 face1 face2) style face properties.
13231 Fix bug in invis handling when there were no invis props in a chunk.
13232
62ccc42c
SM
132332009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
13234
13235 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
13236
2643c7aa
DN
132372009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
13238
13239 * finder.el (finder-mode-map): Add a menu.
13240
0e5c8aed
DN
132412009-11-26 Michael McNamara <mac@mail.brushroad.com>
13242
bf0b361c 13243 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
13244 "unsigned" structs.
13245
13246 (verilog-leap-to-head, verilog-backward-token): Handle "disable
13247 fork" statement better.
13248
132492009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
13250
bf0b361c
JB
13251 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
13252 (verilog-delete-auto, verilog-delete-empty-auto-pair)
13253 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
13254 Reported by Clay Douglass.
0e5c8aed
DN
13255
13256 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 13257 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6a7662bb
BR
13258 Fix removing "// Interfaces" when saving .* expansions.
13259 Reported by Pierre-David Pfister.
0e5c8aed 13260
7629c4e7
GM
132612009-11-26 Glenn Morris <rgm@gnu.org>
13262
62ccc42c
SM
13263 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
13264 the scope.
7629c4e7 13265
a5d358f8
JB
132662009-11-25 Johan Bockgård <bojohan@gnu.org>
13267
13268 * vc-annotate.el (vc-annotate-revision-previous-to-line):
13269 Really use previous revision.
13270
002cbde5
KR
132712009-11-25 Kevin Ryde <user42@zip.com.au>
13272
13273 * man.el (Man-completion-table): default-directory "/" in case
13274 doesn't otherwise exist. process-environment COLUMNS=999 so as
13275 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
13276 any chance of hitting the pseudo-tty TIOCGWINSZ.
13277 (man): completion-ignore-case t for friendliness and since man
13278 itself is case-insensitive on the command line.
13279 Further to Bug#3717.
002cbde5 13280
8cb5ffe8
KR
13281 * arc-mode.el: Add "Keywords: files", so the details in its
13282 commentary can be reached from finder-by-keyword.
34607612
KR
13283 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
13284 editing mode, but it's comms related and sgml-mode.el has "comm"
13285 on that basis too.
b8dfcf54 13286 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
13287 * international/isearch-x.el, international/ja-dic-cnv.el:
13288 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 13289 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 13290
1e2d9ba1
JL
132912009-11-25 Juri Linkov <juri@jurta.org>
13292
13293 * man.el (Man-completion-table): Modify regexp to include
13294 section names to completion strings. (Bug#3717)
13295
a601d313
JL
132962009-11-25 Juri Linkov <juri@jurta.org>
13297
13298 Search recursively in gzipped files. (Bug#4982)
13299
13300 * progmodes/grep.el (grep-highlight-matches): Add new options
13301 `always' and `auto'. Doc fix.
13302 (grep-process-setup): Check `grep-highlight-matches' for
13303 `auto-detect' to determine the need to compute grep defaults.
13304 Move Windows/DOS specific --colors settings handling
13305 to `grep-compute-defaults'. Check `grep-highlight-matches'
13306 to get the value of "--color=".
13307 (grep-compute-defaults): Compute `grep-highlight-matches' when it
13308 has the value `auto-detect'. Move Windows/DOS specific settings
13309 from `grep-process-setup'.
13310 (zrgrep): New command with alias `rzgrep'.
13311
bde04ea9
JL
133122009-11-25 Juri Linkov <juri@jurta.org>
13313
13314 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
13315 to nil instead of switching off view-mode. (Bug#4896)
13316
7d6b4d3c
JL
133172009-11-25 Juri Linkov <juri@jurta.org>
13318
13319 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
13320
13321 * mwheel.el (mwheel-scroll-up-function)
13322 (mwheel-scroll-down-function): New defvars.
13323 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
13324 `scroll-up', and `mwheel-scroll-down-function' instead of
13325 `scroll-down'.
13326
13327 * doc-view.el (doc-view-scroll-up-or-next-page)
13328 (doc-view-scroll-down-or-previous-page): Add optional ARG.
13329 Use this ARG in the call to image-scroll-up/image-scroll-down.
13330 Change `interactive' spec to "P". Goto next/previous page only
13331 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
13332 SPC/DEL case). Doc fix.
13333 (doc-view-next-line-or-next-page)
13334 (doc-view-previous-line-or-previous-page): Rename arg to ARG
13335 for consistency.
13336 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
13337 `doc-view-scroll-up-or-next-page', and buffer-local
13338 `mwheel-scroll-down-function' to
13339 `doc-view-scroll-down-or-previous-page'.
13340
e237085f
JL
133412009-11-25 Juri Linkov <juri@jurta.org>
13342
13343 Provide additional default values (directories at other Dired
13344 windows) via M-n in the minibuffer of some Dired commands.
13345
13346 * dired-aux.el (dired-diff, dired-compare-directories)
13347 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
13348 `minibuffer-default' in `minibuffer-with-setup-hook'.
13349 (dired-dwim-target-directory): Find a window that displays Dired
13350 buffer instead of failing when the next window is not Dired.
13351 Use `get-window-with-predicate' to find for the next Dired window.
13352 (dired-dwim-target-defaults): New function.
13353
13354 * ediff-util.el (ediff-read-file-name):
13355 Use `dired-dwim-target-defaults' to set `minibuffer-default'
13356 in `minibuffer-with-setup-hook'.
13357
7d371eac
JL
133582009-11-25 Juri Linkov <juri@jurta.org>
13359
13360 Provide additional default values (file name at point or at the
13361 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
13362
13363 * minibuffer.el (read-file-name-defaults): New function.
13364 (read-file-name): Reset `minibuffer-default' to nil when
13365 it duplicates initial input `insdef'.
13366 Bind `minibuffer-default-add-function' to lambda that
13367 calls `read-file-name-defaults' in `minibuffer-selected-window'.
13368 (minibuffer-insert-file-name-at-point): New command.
13369
13370 * files.el (file-name-at-point-functions): New defcustom.
13371 (find-file-default): Remove defvar.
13372 (find-file-read-args): Don't use `find-file-default'.
13373 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
13374 to `read-file-name'.
13375 (find-file-literally): Use `read-file-name' with
13376 `confirm-nonexistent-file-or-buffer'.
13377
13378 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
13379
13380 * dired.el (dired-read-dir-and-switches):
13381 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
13382 to `read-file-name'.
13383 (dired-file-name-at-point): New function.
13384 (dired-mode): Add hook `dired-file-name-at-point' to
13385 `file-name-at-point-functions'.
13386
04ae543a
SM
133872009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
13388
13389 Really make the *Completions* window soft-dedicated (bug#5030).
13390 * window.el (window--display-buffer-2): Add `dedicated' argument.
13391 (display-buffer): Pass it when needed so the dedicated flag is set
13392 after calling set-window-buffer, which would otherwise reset it.
13393
eb708e66
SM
133942009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
13395
d6b8d4e7
SM
13396 * progmodes/meta-mode.el (meta-complete-symbol):
13397 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
13398 * mail/mailabbrev.el (mail-abbrev-complete-alias):
13399 Use completion-in-region.
13400
5f24557b
SM
13401 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
13402 (dabbrev-completion): Use completion-in-region.
13403 (dabbrev--abbrev-at-point): Simplify regexp.
13404
fe4346f0
SM
13405 * abbrev.el (abbrev--before-point): Use word-motion functions
13406 if :regexp is not specified (bug#5031).
13407
cb190d7d
SM
13408 * subr.el (string-prefix-p): New function.
13409
e2ec6dd5
SM
13410 * man.el (Man-completion-cache): New var.
13411 (Man-completion-table): Use it.
13412
eb708e66
SM
13413 * vc.el (vc-print-log-internal): Make `limit' optional for better
13414 compatibility (e.g. with vc-annotate.el).
13415
4cf8971b
KR
134162009-11-24 Kevin Ryde <user42@zip.com.au>
13417
eb708e66 13418 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 13419 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 13420
4cf8971b
KR
13421 * emacs-lisp/elint.el (elint-add-required-env): Better error message
13422 when .el source file not found or other error.
13423
d204c46c
SM
134242009-11-24 Markus Triska <markus.triska@gmx.at>
13425
13426 * linum.el (linum-update-window): Ignore intangible (bug#4996).
13427
bb301b9a
SM
134282009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
13429
449c27f0
SM
13430 Handle the [back] button properly (bug#4979).
13431 * descr-text.el (describe-text-properties): Add a `buffer' argument.
13432 Use help-setup-xref, help-buffer, and with-help-window.
13433 (describe-char): Add `buffer' argument.
13434 Pass proper command to help-setup-xref. Don't meddle with
13435 help-xref-stack-item directly.
13436 (describe-text-category): Use with-help-window and help-buffer.
13437
32fe5377
SM
13438 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
13439 for the displayed buffer (bug#4887).
13440
bb301b9a
SM
13441 * man.el (Man-completion-table): New function.
13442 (man): Use it.
13443
35179414
DR
134442009-11-24 David Reitter <david.reitter@gmail.com>
13445
bb301b9a 13446 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
13447 .git is) rather than the file's directory and a relative path spec
13448 to work around a bug in git.
13449
605a20a9
MA
134502009-11-24 Michael Albinus <michael.albinus@gmx.de>
13451
13452 Improve handling of processes on remote hosts.
13453
13454 * eshell/esh-util.el (eshell-path-env): New defvar.
13455 (eshell-parse-colon-path): New defun.
13456 (eshell-file-attributes): Use `eshell-parse-colon-path'.
13457
bb301b9a
SM
13458 * eshell/esh-ext.el (eshell-search-path):
13459 Use `eshell-parse-colon-path'.
605a20a9
MA
13460 (eshell-remote-command): Remove argument HANDLER.
13461 (eshell-external-command): Check for FTP remote connection.
13462
bb301b9a
SM
13463 * eshell/esh-proc.el (eshell-gather-process-output):
13464 Use `file-truename', in order to start also symlinked files.
13465 Apply `start-file-process' instead of `start-process'.
13466 Shorten `command' to the local file name part.
605a20a9 13467
bb301b9a
SM
13468 * eshell/em-cmpl.el (eshell-complete-commands-list):
13469 Use `eshell-parse-colon-path'.
605a20a9
MA
13470
13471 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
13472
13473 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
13474 to `eshell-directory-change-hook'.
13475
d1d33062
TH
134762009-11-24 Tassilo Horn <tassilo@member.fsf.org>
13477
13478 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 13479 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 13480
a34d8565 134812009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 13482
a34d8565
MK
13483 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
13484 made on 2009-11-22.
d1d33062 13485
c83b8d1b
GM
134862009-11-24 Glenn Morris <rgm@gnu.org>
13487
13488 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
13489 deleted variable bookmark-bmenu-bookmark-column.
13490
83505cfe
SM
134912009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
13492
13493 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
13494
5241b291
CY
134952009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
13496
13497 * net/browse-url.el (browse-url-filename-alist): On Windows, add
13498 two slashes to the "file:" prefix.
13499 (browse-url-file-url): De-munge Cygwin filenames before passing
13500 them to Windows browser.
13501 (browse-url-default-windows-browser): Use call-process.
13502
aefcadb6
JL
135032009-11-23 Juri Linkov <juri@jurta.org>
13504
13505 Implement DocView Continuous mode. (Bug#4896)
13506 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
13507 (doc-view-mode-map): Bind C-n/<down> to
13508 `doc-view-next-line-or-next-page', C-p/<up> to
13509 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
13510 (doc-view-next-line-or-next-page)
13511 (doc-view-previous-line-or-previous-page): New commands.
13512
0d62bcea
JL
135132009-11-23 Juri Linkov <juri@jurta.org>
13514
13515 Implement Isearch in comint input history. (Bug#3746)
13516 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
13517 `isearch-mode-hook'.
13518 (comint-history-isearch): New defcustom.
13519 (comint-history-isearch-backward)
13520 (comint-history-isearch-backward-regexp): New commands.
13521 (comint-history-isearch-message-overlay): New buffer-local variable.
13522 (comint-history-isearch-setup, comint-history-isearch-end)
13523 (comint-goto-input, comint-history-isearch-search)
13524 (comint-history-isearch-message, comint-history-isearch-wrap)
13525 (comint-history-isearch-push-state)
13526 (comint-history-isearch-pop-state): New functions.
13527
b593f105
MA
135282009-11-23 Michael Albinus <michael.albinus@gmx.de>
13529
13530 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
13531 return.
13532 (tramp-handle-make-symbolic-link)
13533 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
13534 Quote file names.
13535 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
13536 (tramp-handle-process-file): Use it.
13537
0f202d5d
SM
135382009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
13539
13540 * window.el (move-to-window-line-last-op): Remove.
13541 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
13542
216349f8
SM
135432009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
13544
0f202d5d 13545 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
13546 * window.el (move-to-window-line-last-op): New var.
13547 (move-to-window-line-top-bottom): New command.
13548 (global-map): Bind M-r move-to-window-line-top-bottom.
13549
c10e0633
GM
135502009-11-23 Sven Joachim <svenjoac@gmx.de>
13551
13552 * dired-x.el (dired-guess-shell-alist-default):
13553 Support xz format. (Bug#4953)
13554
953e0c1a
GM
135552009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
13556
13557 * emulation/viper-cmd.el: Use viper-last-command-char instead of
13558 last-command-char/last-command-event.
13559 (viper-prefix-arg-value): Do correct conversion of event-char for
13560 XEmacs.
13561
83505cfe
SM
13562 * emulation/viper-util.el, emulation/viper.el:
13563 Use viper-last-command-char instead of
13564 last-command-char/last-command-event.
953e0c1a 13565
83505cfe
SM
13566 * ediff-init.el, ediff-mult.el, ediff-util.el:
13567 Replace last-command-char and last-command-event
13568 with (ediff-last-command-char) everywhere.
953e0c1a
GM
13569
13570 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
13571 created in fundamental mode.
13572
13573 * ediff.el (ediff-version): Revert the change of interactive-p to
13574 called-interactively-p.
13575
9ee12eee
TH
135762009-11-22 Tassilo Horn <tassilo@member.fsf.org>
13577
13578 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
13579 generation from word-movement command names.
13580
8b571bf3
JD
135812009-11-21 Jan Djärv <jan.h.d@swipnet.se>
13582
13583 * cus-start.el (all): Add native condition for font-use-system-font.
13584
4121db47
AM
135852009-11-21 Nathaniel Flath <flat0103@gmail.com>
13586
83505cfe
SM
13587 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
13588 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 13589
d71f5e0c
TH
135902009-11-21 Tassilo Horn <tassilo@member.fsf.org>
13591
13592 * progmodes/subword.el: Rename from lisp/subword.el.
13593
13594 * subword.el: Rename to progmodes/subword.el.
13595
13596 * Makefile.in (ELCFILES): Adapt to subword.el move.
13597
fc9d6ad6 135982009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 13599 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
13600
13601 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
13602 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
13603 (bookmark-bmenu-show-filenames): Use push.
13604 (bookmark-bmenu-hide-filenames): Use local var instead of
13605 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
13606 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
13607 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
13608 filenames now that the bookmark names are always available.
13609
26d9285f
SM
136102009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13611
13612 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
13613 (bookmark-search-pattern): Move and leave unbound.
13614 (bookmark-bmenu-mode-map): Change binding.
13615 (bookmark-read-search-input): Simplify.
13616 Don't use text-char-description. Don't error on non-char events.
13617 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
13618 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
13619 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
13620 Use a local var for the timer.
13621 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
13622 (i.e. bookmark-bmenu-search).
13623
d73a0317
GM
136242009-11-21 Glenn Morris <rgm@gnu.org>
13625
13626 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
13627
e572025f
CY
136282009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
13629
26d9285f
SM
13630 * net/browse-url.el (browse-url-default-windows-browser):
13631 Use cygstart for cygwin.
e572025f 13632
6aeaa3dc
KF
136332009-11-20 Karl Fogel <karl.fogel@red-bean.com>
13634
e4070cdc 13635 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
13636 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
13637 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 13638 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
13639 (bookmark-read-search-input): Adjust to fit within 80 columns.
13640
a9b76eec
TH
136412009-11-20 Tassilo Horn <tassilo@member.fsf.org>
13642
13643 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
13644 (c-backward-into-nomenclature): Adapt to subword renaming.
13645
13646 * subword.el (subword-forward, subword-backward, subword-mark)
13647 (subword-kill, subword-backward-kill, subword-transpose)
13648 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
13649 (subword-forward-internal, subword-backward-internal):
13650 Rename from forward-subword, backward-subword, mark-subword,
13651 kill-subword, backward-kill-subword, transpose-subwords,
13652 downcase-subword, upcase-subword, capitalize-subword,
13653 forward-subword-internal, backward-subword-internal.
a9b76eec 13654
1e7d4475
SM
136552009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13656
26d9285f
SM
13657 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
13658 New options.
1e7d4475
SM
13659 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
13660 New vars.
13661 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
13662 (bookmark-bmenu-filter-alist-by-regexp)
13663 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
13664 (bookmark-bmenu-search): New command.
13665 (bookmark-bmenu-mode-map): Bind it.
13666
653d1554
TH
136672009-11-20 Tassilo Horn <tassilo@member.fsf.org>
13668
ab84bfa0
TH
13669 * progmodes/cc-cmds.el: declare-functioned forward-subword and
13670 backward-subword to quit the byte-compiler.
13671
1f35fda9
TH
13672 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
13673
13674 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
13675
653d1554 13676 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
13677 (c-forward-into-nomenclature, c-backward-into-nomenclature):
13678 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
13679
13680 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
13681 subword.el functions instead of cc-subword.el.
13682
1e7d4475
SM
13683 * progmodes/cc-subword.el: Rename to subword.el.
13684 * subword.el: Rename from progmodes/cc-subword.el.
13685 (subword-mode-map): Rename from c-subword-mode-map.
13686 (subword-mode): Rename from c-subword-mode.
653d1554 13687 (global-subword-mode): New global minor mode.
1e7d4475
SM
13688 (forward-subword): Rename from c-forward-subword.
13689 (backward-subword): Rename from c-backward-subword.
13690 (mark-subword): Rename from c-mark-subword.
13691 (kill-subword): Rename from c-kill-subword.
13692 (backward-kill-subword): Rename from c-backward-kill-subword.
13693 (transpose-subwords): Rename from c-tranpose-subword.
13694 (downcase-subword): Rename from c-downcase-subword.
13695 (capitalize-subword): Rename from c-capitalize-subword.
13696 (forward-subword-internal): Rename from c-forward-subword-internal.
13697 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 13698
9717f119
DN
136992009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
13700
8de724f3
DN
13701 * vc.el (vc-deduce-fileset): Allow non-state changing operations
13702 from a dired buffer.
13703 (vc-dired-deduce-fileset): New function.
13704 (vc-root-diff, vc-print-root-log): Use it.
13705
9717f119
DN
13706 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
13707 nil LIMIT argument to vc-print-log-internal.
13708
af4999b8
GM
137092009-11-20 Glenn Morris <rgm@gnu.org>
13710
13711 * Makefile.in (ELCFILES): Regenerate.
13712
b58edcb6
JB
137132009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
13714
02e1b488
SM
13715 * calc/calc.el (calc-set-mode-line):
13716 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
13717 (math-format-number): Rename `math-format-complement-signed' to
13718 `math-format-twos-complement'.
13719
02e1b488 13720 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
13721 math-format-complement-signed.
13722 (calc-radix): Rename `calc-complement-signed-mode' to
13723 `calc-twos-complement-mode'.
02e1b488
SM
13724 (calc-octal-radix, calc-hex-radix): Add an argument for
13725 two's complement.
b58edcb6 13726
02e1b488
SM
13727 * calc/calc-embed.el (calc-embedded-mode-vars):
13728 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 13729
02e1b488
SM
13730 * calc/calc-ext.el (calc-init-extensions):
13731 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
13732 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
13733
02e1b488
SM
13734 * calc/calc-units.el (math-build-units-table-buffer):
13735 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
13736
13737 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
13738 entries.
13739
13740 * calc/calc-vec.el (calcFunc-vunpack):
13741 * calc/calc-aent.el (calc-do-calc-eval):
13742 * calc/calc-forms.el (math-format-date):
13743 * calc/calc-graph.el (calc-graph-plot):
13744 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
13745 * calc/calccomp.el (math-compose-expr):
13746 Let `calc-twos-complement-mode' be nil.
13747
137482009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
13749
13750 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
13751 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
13752 * minibuffer.el (completion-in-region-functions): New hook.
13753 (completion-in-region): New function.
13754 * emacs-lisp/lisp.el (lisp-complete-symbol):
13755 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 13756
e3353a78
SM
137572009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
13758
eff77808
SM
13759 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
13760 (latex-complete-alist): New vars.
13761 (latex-string-prefix-p, latex-complete-bibtex-keys)
13762 (latex-complete-envnames, latex-complete-refkeys)
13763 (latex-complete-data): New functions.
13764 (latex-complete, latex-indent-or-complete): New commands.
13765
d2c9fc42
SM
13766 * window.el (display-buffer-mark-dedicated): New var.
13767 (display-buffer): Obey it.
13768 * minibuffer.el (minibuffer-completion-help): Use it.
13769
31a1c477
SM
13770 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
13771
bed4c972
SM
13772 * filecache.el (file-cache-add-file): Use push and cons.
13773 (file-cache-delete-file-regexp): Use push.
13774 (file-cache-complete): Use completion-in-region.
13775
8c22699f
SM
13776 * simple.el (with-wrapper-hook): Fix thinko.
13777
e3353a78
SM
13778 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
13779 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
13780 Use with-current-buffer and string-to-number.
13781 (hfy-fallback-colour-values): Use assoc-string.
13782 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
13783 (hfy-face-at): Remove unused var `found-face'.
13784 (hfy-compile-stylesheet): Remove unused var `css'.
13785 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
13786 and `orig-buffer'.
13787 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
13788 Use with-current-buffer.
13789 (hfy-text-p): Use expand-file-name and fewer setq.
13790
acca02b0
SM
137912009-11-19 Vivek Dasmohapatra <vivek@etla.org>
13792
13793 * htmlfontify.el, hfy-cmap.el: New files.
13794
042b7cc6
JL
137952009-11-19 Juri Linkov <juri@jurta.org>
13796
13797 * minibuffer.el (completions-format): New defcustom.
13798 (completion--insert-strings): Implement vertical format.
13799
13800 * simple.el (switch-to-completions): Move point to the first
13801 completion when point was at the beginning of the buffer.
13802
da205913
JL
138032009-11-19 Juri Linkov <juri@jurta.org>
13804
13805 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
13806
13807 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
13808
0b8ee421
CY
138092009-11-19 Chong Yidong <cyd@stupidchicken.com>
13810
13811 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
13812 (mail-signature): Change default to t.
13813 (mail-from-style): Deprecate `system-default' value.
13814 (mail-insert-from-field): For default value of mail-from-style,
13815 default to `angles' unless `angles' needs quoting and `parens'
13816 does not.
13817 (mail-citation-prefix-regexp): Use citation regexp from
13818 message-mode.
13819
4265deab
MA
138202009-11-19 Michael Albinus <michael.albinus@gmx.de>
13821
acca02b0
SM
13822 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13823 Set variables for computing the prompt for reading password.
4265deab 13824
27cacd2d
GM
138252009-11-19 Glenn Morris <rgm@gnu.org>
13826
470bce7d
GM
13827 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
13828
7e705a1d
GM
13829 * textmodes/flyspell.el (sgml-lexical-context): Declare.
13830
27cacd2d
GM
13831 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
13832 (newsticker-treeview-listwindow-height): Fix custom type.
13833
b2f0be0f
KH
138342009-11-19 Kenichi Handa <handa@m17n.org>
13835
13836 * descr-text.el (describe-char-padded-string): Compose with TAB
13837 only if there's a font for CH.
02e1b488 13838 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 13839
03446045 138402009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
13841
13842 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 13843 more accurate version of the regexp. (Bug#3910)
b96337b0 13844
03446045 138452009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
13846
13847 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
13848
e0620570
JB
138492009-11-18 Juanma Barranquero <lekktu@gmail.com>
13850
13851 * font-setting.el (font-use-system-font): Declare for byte-compiler.
13852 (font-setting-change-default-font): Fix typo in docstring.
13853
6cc6582e
AM
138542009-11-18 Alan Mackenzie <acm@muc.de>
13855
13856 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
13857
dfb3c4c6
JD
138582009-11-17 Jan Djärv <jan.h.d@swipnet.se>
13859
02e1b488 13860 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
13861
13862 * cus-start.el (all): ... to here.
13863
e268e987
MA
138642009-11-17 Michael Albinus <michael.albinus@gmx.de>
13865
13866 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
13867 Don't set `ad-return-value' if `ad-do-it' doesn't.
13868
303ffde8
MA
13869 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
13870 modification time.
13871
637fa988
JD
138722009-11-17 Jan Djärv <jan.h.d@swipnet.se>
13873
13874 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 13875 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
13876
13877 * loadup.el: If feature system-font-setting or font-render-setting is
13878 there, load font-setting.
13879
02e1b488 13880 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
13881 * font-setting.el: New file.
13882
1d16a255
GM
138832009-11-17 Glenn Morris <rgm@gnu.org>
13884
13885 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
13886
2d84f804
GM
13887 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
13888 Preserve point in the list buffer. (Bug#4939)
13889 Use point-at-eol.
13890 (newsticker--treeview-list-update-highlight)
13891 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
13892
14467b99
JB
138932009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
13894
13895 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
13896 Remove.
13897
13898 * calc/calc-ext.el (calc-init-extensions): Remove references to
13899 symclip.
13900
13901 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
13902
13903 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 13904 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
13905 `calc-symclip'.
13906
e3c39c01
KR
139072009-11-16 Kevin Ryde <user42@zip.com.au>
13908
02e1b488 13909 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 13910 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 13911
497de631
KR
13912 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
13913 (lm-keywords-list): Allow comma-only separator like "foo,bar".
13914 Ignore trailing spaces by omit-nulls to split-string (fixing
13915 regression from Emacs 21 due to the incompatible split-string
14467b99 13916 change). (Bug #4928.)
497de631 13917
48b27575
DN
139182009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
13919
5237d741 13920 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
13921 (vc-print-log-internal): Insert buttons to request more entries
13922 when limiting the output.
13923
13924 * vc-sccs.el (vc-sccs-print-log):
13925 * vc-rcs.el (vc-rcs-print-log):
13926 * vc-cvs.el (vc-cvs-print-log):
13927 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
13928 LIMIT is non-nil.
13929
d3e97185
MA
139302009-11-16 Michael Albinus <michael.albinus@gmx.de>
13931
13932 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
13933 error when `tramp-gvfs-dbus-event-vector' is set.
13934 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
13935
68d87786
SM
139362009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13937
13938 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
13939
c0a39702
MA
139402009-11-16 Michael Albinus <michael.albinus@gmx.de>
13941
13942 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 13943 (dbus-register-property): Register the handlers of
c0a39702
MA
13944 "org.freedesktop.DBus.Properties" for SERVICE.
13945 (dbus-property-handler): Fix docstring.
13946
1e857121
YM
139472009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13948
13949 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
13950 Quote doc string reference in defvaralias as it is not in special form.
13951 (byte-compile-output-docform): Doc fix.
13952
887484c1
JB
139532009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
13954
13955 * calc/calc.el (math-2-word-size, math-half-2-word-size)
13956 (calc-complement-signed-mode): New variables.
13957 (calc-set-mode-line): Add indicator for twos-complements.
13958 (math-format-number): Format twos-complement notation.
13959
13960 * calc/calc-bin.el (calc-word-size): Reset the variables
13961 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
13962 (math-format-complement-signed, math-symclip, calcFunc-symclip)
13963 (calc-symclip): New functions.
887484c1
JB
13964
13965 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
13966
68d87786
SM
13967 * calc/calc-embed.el (calc-embedded-mode-vars):
13968 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
13969
13970 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 13971 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
13972
13973 * calc/calc-ext.el (math-read-number-fancy): Read complement
13974 signed numbers.
68d87786
SM
13975 (calc-init-extensions): Add binding for `calc-symclip'.
13976 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
13977
13978 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
13979 `calc-symclip'.
68d87786 13980 (calc-modes-menu): Add item for twos complement mode.
887484c1 13981
5237d741 13982 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 13983
4cf1d7e3
CY
139842009-11-15 Chong Yidong <cyd@stupidchicken.com>
13985
13986 * register.el (jump-to-register, insert-register): Handle Semantic
13987 tags. From commented-out advice in semantic/senator.el.
13988
f8e65267
DN
139892009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
13990
6616006b
DN
13991 * vc.el (vc-log-show-limit): New variable.
13992 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
13993 when using a prefix argument.
13994 (vc-print-log-internal): Add new argument LIMIT.
13995
13996 * vc-svn.el (vc-svn-print-log):
13997 * vc-mtn.el (vc-mtn-print-log):
13998 * vc-hg.el (vc-hg-print-log):
13999 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 14000 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
14001 non-optional.
14002
14003 * vc-sccs.el (vc-sccs-print-log):
14004 * vc-rcs.el (vc-rcs-print-log):
14005 * vc-git.el (vc-git-print-log):
14006 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
14007 ignore it. Make the BUFFER argument non-optional
14008
f8e65267
DN
14009 * bindings.el (mode-line-buffer-identification): Do not purecopy.
14010
0566c4bc
CY
140112009-11-15 Chong Yidong <cyd@stupidchicken.com>
14012
7cce3c91
CY
14013 * dired.el (dired-mode-map): Move encryption items to "Operate"
14014 menu (Bug#4703).
14015
d7063de9
CY
14016 * strokes.el (strokes-update-window-configuration): Make strokes
14017 buffer current before erasing (Bug#4906).
14018
0fc10137
JL
140192009-11-15 Juri Linkov <juri@jurta.org>
14020
14021 * simple.el (set-mark-default-inactive): Add :type, :group
14022 and :version. (Bug#4876)
14023
f5fce4ec
MA
140242009-11-15 Michael Albinus <michael.albinus@gmx.de>
14025
14026 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
14027 (archive-unique-fname): ... here. (Bug#4929)
14028
8d720a00
SM
140292009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
14030
589888fe
SM
14031 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
14032 with a real fix.
14033
8d720a00
SM
14034 * novice.el (disabled-command-function): Add useful args.
14035 Setup the help buffer so that [back] works.
14036 Remove redundant call to help-mode.
14037 (disabled-command-function): Use `case'.
14038 (en/disable-command): New function extracted from enable-command.
14039 (enable-command, disable-command): Use it.
14040
a61344d6
GM
140412009-11-14 Glenn Morris <rgm@gnu.org>
14042
497f0cdd
GM
14043 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
14044 constants. (Bug#4913)
14045
a61344d6
GM
14046 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
14047
d501801e
GM
140482009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
14049
14050 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
14051 defined in C that have no doc-strings. (Bug#1063)
14052
5af27ac2
GM
140532009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
14054
14055 * cus-edit.el (data, files):
14056 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
14057
aec5395b
CY
140582009-11-14 Chong Yidong <cyd@stupidchicken.com>
14059
e7791447
CY
14060 * simple.el (shell-command): Doc fix (Bug#4891).
14061
aec5395b
CY
14062 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
14063
7a41cd7f
GM
140642009-11-14 Glenn Morris <rgm@gnu.org>
14065
c3583c94
GM
14066 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
14067 statements for vc-diff, emerge-quit, and rmail-cease-edit.
14068 If they are already loaded, eval-after-load will do the right thing.
14069
73900d1f
GM
14070 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
14071 compiling.
14072
0028351d
GM
14073 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
14074
f6714ede
GM
14075 * simple.el (x-selection-owner-p): Declare.
14076 (read-mail-command): Use custom radio type rather than choice.
14077 (completion-no-auto-exit): Doc fix.
14078
7a41cd7f 14079 * custom.el (defgroup):
5af27ac2 14080 * epg-config.el (epg): Doc fixes.
7a41cd7f 14081
2d0659ec
DN
140822009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
14083
14084 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
14085 * international/ccl.el (define-ccl-program): Do not purecopy the
14086 docstring, defconst does it anyway.
14087
7fdbcd83
SM
140882009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
14089
d499c5b9
SM
14090 * add-log.el (add-change-log-entry): Avoid displaying the changelog
14091 a second time.
14092
7fdbcd83
SM
14093 * x-dnd.el (x-dnd-maybe-call-test-function):
14094 * window.el (split-window-vertically):
14095 * whitespace.el (whitespace-help-on):
14096 * vc-rcs.el (vc-rcs-consult-headers):
14097 * userlock.el (ask-user-about-lock-help)
14098 (ask-user-about-supersession-help):
14099 * type-break.el (type-break-force-mode-line-update):
14100 * time-stamp.el (time-stamp-conv-warn):
14101 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 14102 (te-sentinel, terminal-emulator):
7fdbcd83
SM
14103 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
14104 (term-write-input-ring, term-check-source, term-start-output-log):
14105 (term-display-buffer-line, term-dynamic-list-completions):
14106 (term-ansi-make-term, serial-term):
14107 * subr.el (selective-display):
14108 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
14109 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
14110 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
14111 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
14112 (speedbar-remove-localized-speedbar-support)
14113 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
14114 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
14115 (speedbar-buffers-line-directory):
14116 * simple.el (shell-command-on-region, append-to-buffer)
14117 (prepend-to-buffer):
14118 * shadowfile.el (shadow-save-todo-file):
14119 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
14120 (scroll-bar-maybe-set-window-start):
14121 * sb-image.el (speedbar-image-dump):
14122 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
14123 (load-save-place-alist-from-file):
14124 * ps-samp.el (ps-print-message-from-summary):
14125 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
14126 (ps-background-image, ps-begin-job, ps-do-despool):
14127 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
14128 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
14129 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
14130 (pr-call-process, pr-file-list, pr-interface-save):
14131 * novice.el (disabled-command-function)
14132 (enable-command, disable-command):
14133 * mouse.el (mouse-buffer-menu-alist):
14134 * mouse-copy.el (mouse-kill-preserving-secondary):
14135 * macros.el (kbd-macro-query):
14136 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
14137 * informat.el (batch-info-validate):
14138 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
14139 * hippie-exp.el (try-expand-dabbrev-visible):
14140 * help-mode.el (help-make-xrefs):
14141 * help-fns.el (describe-variable):
14142 * generic-x.el (bat-generic-mode-run-as-comint):
14143 * finder.el (finder-mouse-select):
14144 * find-dired.el (find-dired-sentinel):
14145 * filesets.el (filesets-file-close):
14146 * files.el (list-directory):
14147 * faces.el (list-faces-display, describe-face):
14148 * facemenu.el (list-colors-display):
14149 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
14150 * epg.el (epg--process-filter, epg-cancel):
14151 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
14152 (epa--read-signature-type):
14153 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
14154 (emerge-file-names):
14155 * ehelp.el (electric-helpify):
14156 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
14157 * ediff-vers.el (rcs-ediff-view-revision):
14158 * ediff-util.el (ediff-setup):
14159 * ediff-mult.el (ediff-append-custom-diff):
14160 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
14161 (ediff-wordify):
14162 * echistory.el (Electric-command-history-redo-expression):
14163 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
14164 * disp-table.el (describe-display-table):
14165 * dired.el (dired-find-buffer-nocreate):
14166 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
14167 * dabbrev.el (dabbrev--same-major-mode-p):
14168 * chistory.el (list-command-history):
14169 * apropos.el (apropos-documentation):
14170 * allout.el (allout-obtain-passphrase):
14171 (allout-copy-exposed-to-buffer):
14172 (allout-verify-passphrase): Use with-current-buffer.
14173
2ccbc060
GM
141742009-11-13 Glenn Morris <rgm@gnu.org>
14175
14176 * Makefile.in (ELCFILES): Regenerate.
14177
b172ed20
MA
141782009-11-13 Michael Albinus <michael.albinus@gmx.de>
14179
7fdbcd83
SM
14180 * net/dbus.el (dbus-registered-objects-table): Rename from
14181 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
14182 (dbus-unregister-object): Unregister also properties.
14183 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
14184 Use a timeout of 500 msec, in order to not block.
14185 (dbus-register-property, dbus-property-handler): New defuns.
14186
e96d62cd
SM
141872009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
14188
14189 * simple.el (minibuffer-default-add-completions): Drop deprecated
14190 4th arg.
14191
14bd267d
EZ
141922009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
14193
e96d62cd
SM
14194 * textmodes/artist.el (artist-mouse-choose-operation):
14195 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 14196 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
14197 (artist-compute-up-event-key): New function.
14198 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
14199
bf89fd7b
KH
142002009-11-13 Kenichi Handa <handa@m17n.org>
14201
14202 * language/japan-util.el: Make sure that the value of jisx0208
14203 property is jisx0208 character.
14204
f70b8925
DN
142052009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
14206
14207 * international/mule.el (auto-coding-regexp-alist): Only purecopy
14208 car or each item, not the whole list.
14209
4d93a9e0
SM
142102009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
14211
14212 * minibuffer.el (minibuffer-completion-help):
14213 Use minibuffer-hide-completions.
14214
05404988
SM
142152009-11-12 Per Starbäck <per@starback.se> (tiny change)
14216
14217 * dired.el (dired-save-positions, dired-restore-positions): New funs.
14218 (dired-revert): Use them (bug#4880).
14219
5297bc10
DN
142202009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
14221
14222 * tooltip.el (tooltip-frame-parameters): Undo previous change.
14223
e2685eb7
JL
142242009-11-12 Juri Linkov <juri@jurta.org>
14225
14226 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
14227 New functions.
14228 (find-file-literally-at-point): Alias of `ffap-literally'.
14229
76410c3e
DN
142302009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
14231
6d341a2a
DN
14232 * textmodes/ispell.el (ispell-skip-region-alist):
14233 * textmodes/css-mode.el (auto-mode-alist):
14234 * progmodes/compile.el (auto-mode-alist):
14235 * international/mule.el (ctext-non-standard-encodings-alist)
14236 (ctext-non-standard-encodings-regexp):
14237 * simple.el (shell-command-switch, text-read-only):
14238 * replace.el (occur-mode-map):
14239 * paths.el (rmail-file-name):
14240 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
14241 * find-file.el (ff-special-constructs):
14242 * files.el (file-name-handler-alist):
14243 * composite.el: Purecopy strings.
14244
76410c3e
DN
14245 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
14246
aaa448c9
DN
142472009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
14248
14249 * widget.el (define-widget): Purecopy the docstring.
14250 * international/mule-cmds.el (charset): Do not purecopy the
14251 docstring here, define-widget does it.
14252
14253 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
14254 * textmodes/bibtex-style.el (auto-mode-alist):
14255 * progmodes/inf-lisp.el (inferior-lisp-prompt):
14256 * progmodes/compile.el (compile-command):
14257 * language/korea-util.el (default-korean-keyboard):
14258 * international/mule-conf.el (file-coding-system-alist):
14259 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
14260 * tooltip.el (tooltip-frame-parameters):
14261 * newcomment.el (comment-end, comment-padding):
14262 * dired.el (dired-trivial-filenames):
14263 * comint.el (comint-file-name-prefix): Purecopy initial values.
14264
bbe650fd
MA
142652009-11-11 Michael Albinus <michael.albinus@gmx.de>
14266
14267 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
14268 (tramp-advice-minibuffer-electric-tilde): Unload advices via
14269 `tramp-unload'.
14270 (tramp-advice-make-auto-save-file-name)
14271 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
14272 after removing the advice.
14273
6bdad9ae
DN
142742009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
14275
2f7f4bee
DN
14276 * progmodes/grep.el (grep-regexp-alist):
14277 * international/mule-cmds.el (iso-2022-control-alist):
14278 * emacs-lisp/timer.el (timer-duration-words):
14279 * subr.el (version-separator, version-regexp-alist):
14280 * minibuffer.el (completion-styles-alist):
14281 * faces.el (face-attribute-name-alist, list-faces-sample-text):
14282 Change defvars to defconsts.
14283
a042de45
DN
14284 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
14285 * loadup.el ("international/mule-conf"): Load the byte compiled version.
14286 * international/mule-conf.el: Allow to be byte compiled.
14287
3b6acc72
DN
14288 * international/mule.el (define-charset): Purecopy props.
14289 (load-with-code-conversion): Purecopy doc string and file name.
14290 (put-charset-property): Purecopy strings.
14291 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
14292
1c2efdfb 14293 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
14294 (define-char-code-property): Correctly purecopy the table.
14295
62591911
DN
14296 * international/ccl.el (define-ccl-program): Purecopy the docstring.
14297
8b908da6
DN
14298 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
14299
ff917d63
DN
14300 * subr.el (add-hook): Purecopy strings.
14301 (eval-after-load): Purecopy load-history-regexp and the form.
14302
af89cf77
DN
14303 * custom.el (custom-declare-group): Purecopy load-file-name.
14304
a3c20c83 14305 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
14306 * net/eudc.el (eudc-tools-menu):
14307 * international/mule-cmds.el (set-coding-system-map)
14308 (mule-menu-keymap):
14309 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
14310 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
14311 * replace.el (occur-mode-map):
14312 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 14313 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
14314 (menu-bar-custom-menu, menu-bar-showhide-menu)
14315 (menu-bar-options-menu, menu-bar-tools-menu)
14316 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
14317 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
14318 (menu-bar-help-menu):
14319 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
14320 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
14321
6bdad9ae
DN
14322 * term/x-win.el (x-gtk-stock-map):
14323 * progmodes/vera-mode.el (auto-mode-alist):
14324 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
14325 (inferior-lisp-program, inferior-lisp-load-command):
14326 * progmodes/hideshow.el (hs-special-modes-alist):
14327 * progmodes/gud.el (same-window-regexps):
14328 * progmodes/grep.el (grep-program, find-program, xargs-program):
14329 * net/telnet.el (same-window-regexps):
14330 * net/rlogin.el (same-window-regexps):
14331 * language/ethiopic.el (font-ccl-encoder-alist):
14332 * vc-sccs.el (vc-sccs-master-templates):
14333 * vc-rcs.el (vc-rcs-master-templates):
14334 * subr.el (cl-assertion-failed):
14335 * simple.el (next-error-overlay-arrow-position):
14336 * lpr.el (lpr-command):
14337 * locate.el (locate-ls-subdir-switches):
14338 * info.el (same-window-regexps, info)
14339 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
14340 * image-mode.el (image-mode, auto-mode-alist):
14341 * hippie-exp.el (hippie-expand-ignore-buffers):
14342 * format.el (format-alist):
14343 * find-dired.el (find-ls-subdir-switches, find-grep-options)
14344 (find-name-arg):
14345 * facemenu.el (facemenu-keybindings):
14346 * dired.el (dired-listing-switches, dired-chown-program):
14347 * diff.el (diff-switches, diff-command):
14348 * cus-edit.el (same-window-regexps):
14349 * bindings.el (mode-line-mule-info)
14350 (mode-line-buffer-identification): Purecopy strings.
14351
e0987650
JL
143522009-11-11 Juri Linkov <juri@jurta.org>
14353
3570691b 14354 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
14355 Tell the byte-compiler about dired-get-filename.
14356 (shell-command): In Dired mode, get filename from the current line
14357 as the default value.
14358
b16ff465
GM
143592009-11-10 Glenn Morris <rgm@gnu.org>
14360
e8a11b22
GM
14361 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
14362 * calendar/holidays.el, progmodes/cperl-mode.el:
14363 Update x-popup-menu declarations.
14364
b16ff465
GM
14365 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
14366 (list-load-path-shadows): Use dolist.
14367 (list-load-path-shadows): Use with-current-buffer.
14368
032c3399
JL
143692009-11-10 Juri Linkov <juri@jurta.org>
14370
14371 * minibuffer.el (read-file-name): Support a list of default values
14372 in `default-filename'. Use the first file name where only one
14373 element is required. Doc fix.
14374
8fb1629f
MA
143752009-11-09 Michael Albinus <michael.albinus@gmx.de>
14376
14377 * net/dbus.el (dbus-unregister-object): Release service, if no
14378 other method is registered for it.
14379
a51203ee 143802009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
14381
14382 * bookmark.el (bookmark-completing-read): Sort bookmark names if
14383 bookmark-sort-flag is non-nil (Bug#4653).
14384
9bf7dc8a
CY
143852009-11-08 Chong Yidong <cyd@stupidchicken.com>
14386
15207e74
CY
14387 * emulation/cua-base.el: Add CUA property to some CC mode commands
14388 (Bug#4100).
14389
8bf7ed70
KR
143902009-11-08 Kevin Ryde <user42@zip.com.au>
14391
14392 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 14393 at end of sentence (Bug#4818).
8bf7ed70 14394
951802d0
CY
143952009-11-08 Jared Finder <jfinder@crypticstudios.com>
14396
14397 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14398 Handle "see declaration of" MSFT statements (Bug#4100).
14399
e8244310
MA
144002009-11-08 Michael Albinus <michael.albinus@gmx.de>
14401
14402 * net/tramp.el (tramp-advice-make-auto-save-file-name)
14403 (tramp-advice-file-expand-wildcards): Unload via
14404 `ad-remove-advice'.
14405
14406 * net/trampver.el: Update release number.
14407
a51203ee 144082009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
14409
14410 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
14411 `ad-do-it'.
14412
a51203ee 144132009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
14414
14415 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
14416 in order to keep context in SELinux.
14417
bedd8a58
CY
144182009-11-08 Chong Yidong <cyd@stupidchicken.com>
14419
14420 * dired-aux.el (dired-query): Place cursor in echo area and allow
14421 C-g.
14422
14423 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
14424 menu item if not on a directory (Bug#4701).
14425
0484d600
MA
144262009-11-07 Michael Albinus <michael.albinus@gmx.de>
14427
14428 Sync with Tramp 2.1.17.
14429
14430 * net/tramp.el (tramp-handle-copy-directory): Don't use
14431 `file-remote-p' (due to compatibility).
14432
14433 * net/tramp-compat.el (tramp-compat-copy-directory)
14434 (tramp-compat-delete-directory): New defuns.
14435
14436 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6a7662bb
BR
14437 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
14438 Use `tramp-compat-delete-directory'.
0484d600
MA
14439
14440 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6a7662bb
BR
14441 (tramp-smb-handle-delete-directory):
14442 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
14443
14444 * net/trampver.el: Update release number.
14445
b42b2189
CY
144462009-11-07 Chong Yidong <cyd@stupidchicken.com>
14447
6960d7b9
CY
14448 * tar-mode.el (tar-copy): Call write-region on the right buffer
14449 (Bug#4857).
14450
b42b2189
CY
14451 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
14452 by hand, if necessary (Bug#4878).
14453
0ad57dfd
CY
144542009-11-06 Chong Yidong <cyd@stupidchicken.com>
14455
d19e23ae
CY
14456 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
14457 align size column (Bug#4839).
14458
0ad57dfd
CY
14459 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
14460 statement.
14461
0b7f397c
DN
144622009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
14463
14464 * progmodes/ld-script.el (auto-mode-alist):
14465 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
14466
14467 * cus-face.el (custom-declare-face): Purecopy face spec.
14468
495bd5ca
KH
144692009-11-06 Kenichi Handa <handa@m17n.org>
14470
14471 * international/uni-bidi.el: Re-generated.
14472 * international/uni-category.el: Re-generated.
14473 * international/uni-combining.el: Re-generated.
14474 * international/uni-mirrored.el: Re-generated.
14475
1e8780b1
DN
144762009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
14477
14478 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
14479 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
14480 (tex-start-options, slitex-run-command, latex-run-command)
14481 (tex-run-command, tex-directory):
14482 * textmodes/ispell.el (ispell-html-skip-alists)
14483 (ispell-tex-skip-alists, ispell-tex-skip-alists):
14484 * textmodes/fill.el (adaptive-fill-first-line-regexp):
14485 (adaptive-fill-regexp):
14486 * textmodes/dns-mode.el (auto-mode-alist):
14487 * progmodes/python.el (interpreter-mode-alist):
14488 * progmodes/etags.el (tags-compression-info-list):
14489 * progmodes/etags.el (tags-file-name):
14490 * net/browse-url.el (browse-url-galeon-program)
14491 (browse-url-firefox-program):
14492 * mail/sendmail.el (mail-signature-file)
14493 (mail-citation-prefix-regexp):
14494 * international/mule-conf.el (eight-bit):
14495 * international/latexenc.el (latex-inputenc-coding-alist):
14496 * international/fontset.el (x-pixel-size-width-font-regexp):
14497 * emacs-lisp/warnings.el (warning-type-format):
14498 * emacs-lisp/trace.el (trace-buffer):
14499 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
14500 (emacs-lisp-mode-map):
14501 * calendar/holidays.el (holiday-solar-holidays)
14502 (holiday-bahai-holidays, holiday-islamic-holidays)
14503 (holiday-christian-holidays, holiday-hebrew-holidays)
14504 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
14505 (hebrew-holidays-1, holiday-oriental-holidays)
14506 (holiday-general-holidays):
14507 * x-dnd.el (x-dnd-known-types):
14508 * tool-bar.el (tool-bar):
14509 * startup.el (site-run-file):
14510 * shell.el (shell-dumb-shell-regexp):
14511 * rfn-eshadow.el (file-name-shadow-tty-properties)
14512 (file-name-shadow-properties):
14513 * paths.el (remote-shell-program, news-directory):
14514 * mouse.el ([C-down-mouse-3]):
14515 * menu-bar.el (menu-bar-tools-menu):
14516 * jka-cmpr-hook.el (jka-compr-load-suffixes)
14517 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
14518 (jka-compr-compression-info-list):
14519 * isearch.el (search-whitespace-regexp):
14520 * image-file.el (image-file-name-extensions):
14521 * find-dired.el (find-ls-option):
14522 * files.el (directory-listing-before-filename-regexp)
14523 (directory-free-space-args, insert-directory-program)
14524 (list-directory-brief-switches, magic-fallback-mode-alist)
14525 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
14526 (automount-dir-prefix):
14527 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
14528 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
14529 (face-font-registry-alternatives, face-font-registry-alternatives)
14530 (face-font-family-alternatives):
14531 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
14532 (facemenu-foreground-menu, facemenu-face-menu):
14533 * epa-hook.el (epa-file-name-regexp):
14534 * dnd.el (dnd-protocol-alist):
14535 * textmodes/rst.el (auto-mode-alist):
a51203ee 14536 * button.el (default-button): Purecopy strings.
1e8780b1 14537
0adae11f
GM
145382009-11-06 Glenn Morris <rgm@gnu.org>
14539
14540 * Makefile.in (ELCFILES): Update.
14541
2adaf057
SM
145422009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
14543
8f72f03c
SM
14544 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
14545 * emacs-lisp/levents.el: Move to obsolete/levents.el.
14546
2adaf057
SM
14547 * nxml/xsd-regexp.el (xsdre-gen-categories):
14548 * nxml/xmltok.el (xmltok-parse-entity):
14549 * nxml/rng-parse.el (rng-parse-validate-file):
14550 * nxml/rng-maint.el (rng-format-manual)
14551 (rng-manual-output-force-new-line):
14552 * nxml/rng-loc.el (rng-save-schema-location-1):
14553 * nxml/rng-cmpct.el (rng-c-parse-file):
14554 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
14555 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
14556
14862301
SM
145572009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
14558
bf0b361c 14559 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
14560 Remove extra save-excursions and make-variable-buffer-local's.
14561 Suggested by Stefan Monnier.
14562
14563 (verilog-getopt-file, verilog-module-inside-filename-p)
14564 (verilog-set-define): Merge GNU 1.35 and repair changes from
14565 switching to using with-current-buffer.
14566
14567 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
14568 being treated as a number and confusing AUTORESET.
14569 Reported by Dan Dever.
14570
14571 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
14572 Add verilog-auto-ignore-concat to fix backward compatibility with
14573 older verilog-modes. Reported by Dan Katz.
14574
14575 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
14576 containing closing anchors "...$".
14577
14578 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
14579 Reported by Wade Smith.
14580
48c2d18a 14581 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
14582
145832009-11-05 Michael McNamara <mac@mail.brushroad.com>
14584
bf0b361c
JB
14585 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
14586 for labels.
14862301
SM
14587
14588 (verilog-label-re, verilog-calc-1): Support proper indent of named
14589 asserts.
14590
14591 (verilog-backward-token, verilog-basic-complete-re)
14592 (verilog-beg-of-statement, verilog-indent-re): Support proper
14593 indent of the assert statement at the beginning of a block of text.
14594
14595 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
14596 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
14597 tokens as begins.
14598
4f8f657f
GM
145992009-11-05 Glenn Morris <rgm@gnu.org>
14600
775adc51
GM
14601 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
14602 Emacs 19. (Bug#1531)
14603 (byte-compile-fix-header): Update for the above change.
14604 Drop test for epoch::version.
14605
4ad6a5e7 14606 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
14607 * cus-dep.el (custom-make-dependencies):
14608 * finder.el (finder-compile-keywords):
14609 Use autoload-rubric's feature argument.
4ad6a5e7 14610
4f8f657f
GM
14611 * calendar/diary-lib.el (top-level): Make load behave more like require.
14612
881e4184
GM
14613 * vc-git.el (vc-git-stash-map): Move definition before use.
14614
ba214964 146152009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 14616
b6f8ba09
DN
14617 * custom.el (custom-declare-group): Purecopy standard-value.
14618 (custom-declare-group): Purecopy custom-prefix.
14619
7fdbcd83
SM
14620 * international/mule.el (load-with-code-conversion):
14621 Call do-after-load-evaluation unconditionally.
eb6f577b 14622
f6195dfb
DN
14623 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
14624
56f14120
SM
146252009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
14626
14627 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
14628
e5c89ce9
GM
146292009-11-04 Glenn Morris <rgm@gnu.org>
14630
14631 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
14632 (byte-compile-compatibility): Remove option.
14633 (byte-compile-close-variables, byte-compile-fix-header)
14634 (byte-compile-insert-header, byte-compile-output-docform)
14635 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
14636 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
14637 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
14638 (byte-compile-insert, byte-compile-defun):
14639 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
14640 (byte-defop-compiler19): Remove.
14641 Without byte-compile-compatibility, the 'emacs19-opcode property is not
14642 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 14643
e24f42ab
JL
146442009-11-04 Juri Linkov <juri@jurta.org>
14645
14646 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
14647 (menu-bar-options-menu): Don't quote the `prop' arg of
14648 `menu-bar-make-mm-toggle'.
14649
d3d5f4f5
JB
146502009-11-04 Juanma Barranquero <lekktu@gmail.com>
14651
14652 * calendar/calendar.el (cal-loaddefs):
14653 * calendar/diary-lib.el (diary-loaddefs):
14654 * calendar/holidays.el (hol-loaddefs):
14655 * eshell/esh-module.el (esh-groups): Load rather than require.
14656
6e39d3b2
SM
146572009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
14658
e96d62cd
SM
14659 * calendar/todo-mode.el (todo-add-category): Don't hardcode
14660 point-min==1.
7e83e8b4
SM
14661 (todo-top-priorities): Only display-buffer when called interactively.
14662 (todo-item-start): Don't save excursion point.
14663 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
14664 (todo-insert-item-here, todo-file-item, todo-remove-item):
14665 Adjust uses of todo-item-start and todo-item-end.
14666
fae4e5b9
SM
14667 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
14668 (autoload-rubric): Don't use any more.
fae4e5b9 14669
6e39d3b2
SM
14670 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
14671 and only put a prop if it is non-nil.
14672
c9753fb4
JL
146732009-11-03 Juri Linkov <juri@jurta.org>
14674
14675 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
14676 (menu-bar-options-menu): Fix list quoting (Bug#4429).
14677
14678 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
14679 and "Menu" to make top-level menu item visually one unit (like
14680 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
14681 multi-word menu items). Fix :help string for quit-window.
14682
db04f33f
GM
146832009-11-03 Glenn Morris <rgm@gnu.org>
14684
2aea6521
GM
14685 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
14686 (byte-compile-file-form-define-abbrev-table)
14687 (byte-compile-file-form-custom-declare-variable)
14688 (byte-compile-variable-ref, byte-compile-defvar):
14689 Whether or not a warning is enabled should only affect whether we issue
14690 the warning, not whether or not we collect the relevant data.
14691 Eg warnings can be turned on and off throughout the course of a file.
14692
db04f33f
GM
14693 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
14694 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
14695
937e6a56
SM
146962009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
14697
14698 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
14699 * play/mpuz.el (mpuz-create-buffer):
14700 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
14701 (lm-print-y,s,noise, lm-print-w0, lm-init):
14702 * play/gomoku.el (gomoku-prompt-for-move):
14703 * play/fortune.el (fortune-in-buffer):
14704 * play/dissociate.el (dissociated-press):
14705 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 14706 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
14707 * mail/supercite.el (sc-eref-show):
14708 * mail/smtpmail.el (smtpmail-send-it):
14709 * mail/rmailsum.el (rmail-summary-next-labeled-message)
14710 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
14711 (rmail-summary-undelete-many, rmail-summary-rmail-update)
14712 (rmail-summary-goto-msg, rmail-summary-expunge)
14713 (rmail-summary-get-new-mail, rmail-summary-search-backward)
14714 (rmail-summary-add-label, rmail-summary-output-menu)
14715 (rmail-summary-output-body):
14716 * mail/rfc822.el (rfc822-addresses):
14717 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
14718 * mail/mailpost.el (post-mail-send-it):
14719 * mail/hashcash.el (hashcash-generate-payment):
14720 * mail/feedmail.el (feedmail-run-the-queue)
14721 (feedmail-queue-send-edit-prompt-help-first)
14722 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
14723 (feedmail-deduce-address-list):
14724 * eshell/esh-ext.el (eshell-remote-command):
14725 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
14726 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
14727 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
14728 (viper-save-string-in-file, viper-valid-marker):
14729 * emulation/viper-keym.el (viper-toggle-key):
14730 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
14731 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
14732 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
14733 * emulation/viper-cmd.el (viper-exec-form-in-vi)
14734 (viper-exec-form-in-emacs, viper-brac-function):
14735 * emulation/viper.el (viper-delocalize-var):
14736 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
14737 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
14738 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
14739 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
14740 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
14741 * emulation/edt.el (edt-electric-helpify):
14742 * emulation/cua-rect.el (cua--rectangle-aux-replace):
14743 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
14744 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
14745 (cua-indent-to-global-mark-column):
14746 * calendar/diary-lib.el (calendar-mark-1):
14747 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
14748 Use with-current-buffer.
14749 * emulation/viper.el (viper-delocalize-var): Use dolist.
14750
5b955562
CY
147512009-11-03 Chong Yidong <cyd@stupidchicken.com>
14752
14753 * comint.el (comint-replace-by-expanded-history-before-point):
14754 Replace !! with the previous input string literally (Bug#1795).
14755
6292c599
JB
147562009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
14757
14758 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
14759 to be made up of whitespace.
14760
8368c14e
CY
147612009-11-02 Chong Yidong <cyd@stupidchicken.com>
14762
14763 * minibuffer.el (read-file-name): Don't use file dialogs for
14764 remote directories (Bug#99).
14765
6f750f0d
CY
147662009-11-01 Chong Yidong <cyd@stupidchicken.com>
14767
14768 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
14769
97ab3f47
AS
147702009-11-01 Andreas Schwab <schwab@linux-m68k.org>
14771
14772 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
14773 instead of deleting the window or frame.
14774
673c1168
CY
147752009-10-31 Chong Yidong <cyd@stupidchicken.com>
14776
14777 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
14778 Support face colors.
14779
937e6a56
SM
14780 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
14781 New function. Support face colors (Bug#1168).
673c1168
CY
14782 (tex-common-initialization): Use it.
14783
14784 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
14785 mode allows it (Bug#1168).
14786
c9349f0a
CY
147872009-10-31 Juri Linkov <juri@jurta.org>
14788
14789 * facemenu.el (list-colors-display): Don't mark buffer as
14790 modified (Bug#3948).
14791
ebf5c4f5
CY
147922009-10-31 Chong Yidong <cyd@stupidchicken.com>
14793
6a7662bb
BR
14794 * international/mule-diag.el (list-character-sets-1):
14795 Minor message fix (Bug#3526).
5c2dce75 14796
6a7662bb
BR
14797 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
14798 Fix face property (Bug#4834).
26581f0e
CY
14799 (etags-list-tags, etags-tags-apropos-additional)
14800 (etags-tags-apropos, tags-select-tags-table): Add follow-link
14801 property.
14802
ebf5c4f5
CY
14803 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
14804 items.
14805
9a529312
SM
148062009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14807
14808 * textmodes/two-column.el (2C-split):
14809 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
14810 * textmodes/tex-mode.el (tex-set-buffer-directory):
14811 * textmodes/spell.el (spell-region, spell-string):
14812 * textmodes/reftex.el (reftex-erase-buffer):
14813 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
14814 * textmodes/reftex-toc.el (reftex-toc-promote-action):
14815 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
14816 (reftex-select-item):
14817 * textmodes/reftex-ref.el (reftex-label-info-update)
14818 (reftex-offer-label-menu):
14819 * textmodes/reftex-index.el (reftex-index-change-entry)
14820 (reftex-index-phrases-info):
14821 * textmodes/reftex-global.el (reftex-create-tags-file)
14822 (reftex-save-all-document-buffers, reftex-ensure-write-access):
14823 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
14824 (reftex-view-crossref-from-bibtex):
14825 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
14826 (reftex-extract-bib-entries-from-thebibliography)
14827 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
14828 * textmodes/refbib.el (r2b-capitalize-title):
14829 (r2b-convert-buffer, r2b-help):
14830 * textmodes/page-ext.el (pages-directory)
14831 (pages-directory-goto-with-mouse):
14832 * textmodes/bibtex.el (bibtex-validate-globally):
14833 * textmodes/bib-mode.el (bib-capitalize-title):
14834 * textmodes/artist.el (artist-clear-buffer, artist-system):
14835 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
14836 (local-set-scheme-interaction-buffer, xscheme-process-filter)
14837 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
14838 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
14839 (xscheme-send-control-g-interrupt, xscheme-start-process)
14840 (xscheme-process-sentinel, xscheme-cd):
14841 * progmodes/verilog-mode.el (verilog-read-always-signals)
14842 (verilog-set-define, verilog-getopt-file)
14843 (verilog-module-inside-filename-p):
14844 * progmodes/sh-script.el:
14845 * progmodes/python.el (python-pdbtrack-get-source-buffer)
14846 (python-pdbtrack-grub-for-buffer, python-execute-file):
14847 * progmodes/octave-inf.el (inferior-octave):
14848 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
14849 (idlwave-shell-compile-helper-routines, idlwave-set-local)
14850 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
14851 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
14852 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
14853 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
14854 (idlwave-shell-filter, idlwave-shell-examine-highlight)
14855 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
14856 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
14857 (idlwave-shell-examine-display, idlwave-shell-run-region)
14858 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
14859 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
14860 * progmodes/idlw-help.el (idlwave-help-get-special-help)
14861 (idlwave-help-get-help-buffer):
14862 * progmodes/gud.el (gud-basic-call, gud-find-class)
14863 (gud-tooltip-activate-mouse-motions-if-enabled):
14864 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
14865 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
14866 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
14867 (ebrowse-tags-next-file):
14868 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
14869 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
14870 (ebnf-eps-finish-and-write):
14871 * progmodes/cpp.el (cpp-edit-save):
14872 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
14873 * progmodes/cc-defs.el (c-emacs-features):
14874 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
14875 (antlr-directory-dependencies):
14876 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
14877 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
14878 (ada-find-any-references, ada-make-filename-from-adaname)
14879 (ada-make-body-gnatstub):
14880 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 14881 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
14882 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
14883 * net/rcirc.el (rcirc-debug):
14884 * net/newst-treeview.el (newsticker--treeview-list-add-item)
14885 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
14886 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
14887 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 14888 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
14889 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
14890 (newsticker--treeview-list-clear-highlight)
14891 (newsticker--treeview-list-update-highlight)
14892 (newsticker--treeview-list-highlight-start)
14893 (newsticker--treeview-tree-update-highlight)
14894 (newsticker--treeview-get-selected-item)
14895 (newsticker-treeview-mark-list-items-old)
14896 (newsticker--treeview-set-current-node):
14897 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
14898 * net/newst-backend.el (newsticker--get-news-by-funcall)
14899 (newsticker--get-news-by-wget, newsticker--image-get)
14900 (newsticker--image-sentinel):
14901 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
14902 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
14903 (eudc-ph-close-session):
14904 * net/eudc.el (eudc-save-options):
14905 * language/thai-word.el (thai-update-word-table):
14906 * language/japan-util.el (japanese-string-conversion):
14907 * international/titdic-cnv.el (tsang-quick-converter)
14908 (ziranma-converter, ctlau-converter):
14909 * international/mule-cmds.el (describe-language-environment):
14910 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
14911 (skkdic-convert-postfix, skkdic-convert-prefix):
14912 (skkdic-convert-okuri-nasi, skkdic-convert):
14913 * emacs-lisp/re-builder.el (reb-update-overlays):
14914 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
14915 * emacs-lisp/gulp.el (gulp-send-requests):
14916 * emacs-lisp/find-gc.el (trace-call-tree):
14917 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
14918 (eieio-describe-generic):
14919 * emacs-lisp/eieio-base.el (eieio-persistent-read):
14920 * emacs-lisp/edebug.el (edebug-outside-excursion):
14921 * emacs-lisp/debug.el (debugger-make-xrefs):
14922 * emacs-lisp/cust-print.el (custom-prin1-to-string):
14923 * emacs-lisp/chart.el (chart-new-buffer):
14924 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
14925 Use with-current-buffer.
14926 * textmodes/artist.el (artist-system): Don't call
14927 copy-sequence on a fresh string.
14928 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
14929
d566f228
GM
149302009-10-31 Stephen Berman <stephen.berman@gmx.net>
14931
14932 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 14933 is no item to edit. (Bug#4820)
d566f228 14934 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 14935 buffer. (Bug#4820)
d566f228 14936
f3628edd
GM
149372009-10-31 Glenn Morris <rgm@gnu.org>
14938
5cf3709c
GM
14939 * net/ange-ftp.el (top-level): Don't require dired when compiling.
14940 (comint-last-output-start, comint-last-input-start)
14941 (comint-last-input-end): Don't defvar when compiling.
14942 (ange-ftp-process-file): Use bound-and-true-p.
14943
4c814fd2
GM
14944 * pcmpl-rpm.el (top-level): Move provide statement to end.
14945 (pcmpl-rpm): Remove unused custom group.
14946
113b8dcc
GM
14947 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
14948
31c615e4
GM
14949 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
14950
416d3588
GM
14951 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14952 (byte-compile-warnings): Add `constants' as an option.
14953 (byte-compile-callargs-warn, byte-compile-arglist-warn)
14954 (display-call-tree): Update for byte-compile-fdefinition possibly
14955 returning `(macro lambda ...)'. (Bug#4778)
14956 (byte-compile-variable-ref, byte-compile-setq-default):
14957 Respect `constants' member of byte-compile-warnings.
14958
00f71f39
SM
149592009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14960
14961 * vc-bzr.el (vc-bzr-revision-keywords): New var.
14962 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
14963 to "submit:".
14964
ca0a881a
DN
149652009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
14966
14967 * textmodes/ispell.el (ispell-skip-region-alist):
14968 * international/mule-conf.el (eight-bit):
14969 * international/fontset.el (font-encoding-alist):
14970 * startup.el (pure-space-overflow-message):
14971 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
14972 * paths.el (gnus-nntp-service, rmail-spool-directory)
14973 (term-file-prefix):
14974 * files.el (save-some-buffers-action-alist):
14975 * cmuscheme.el (same-window-buffer-names):
14976 * ielm.el (same-window-buffer-names):
14977 * shell.el (same-window-buffer-names):
14978 * mail/sendmail.el (same-window-buffer-names):
14979 * progmodes/inf-lisp.el (same-window-buffer-names):
14980 * bindings.el (mode-line-client)
14981 (mode-line-column-line-number-mode-map):
14982 * language/tibetan.el (tibetan-precomposition-rule-regexp)
14983 (tibetan-precomposed-regexp): Purecopy string arguments.
14984
b861e45e
SM
149852009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14986
6df9b6d7
SM
14987 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
14988 (calcDigit-nondigit):
14989 * calc/calc-yank.el (calc-copy-to-buffer):
14990 * calc/calc-units.el (calc-invalidate-units-table):
14991 * calc/calc-trail.el (calc-trail-yank):
14992 * calc/calc-store.el (calc-insert-variables):
14993 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
14994 * calc/calc-prog.el (calc-read-parse-table):
14995 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
14996 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
14997 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
14998 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
14999 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
15000 (calc-graph-name, calc-graph-find-command, calc-graph-view)
15001 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
15002 * calc/calc-ext.el (calc-realign):
15003 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
15004 (calc-embedded-finish-edit, calc-embedded-make-info)
15005 (calc-embedded-finish-command, calc-embedded-stack-change):
15006 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
15007
70f44c65
SM
15008 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
15009 shell-dynamic-complete-filename in preference to
15010 comint-dynamic-complete-filename.
15011
b861e45e
SM
15012 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15013 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15014 Don't consider whether the display supports colors.
15015 (bookmark-import-new-list): Use dolist.
15016 (bookmark-bmenu-mode-map): Move initialization into declaration.
15017 (bookmark-bmenu-list): Use dolist, simplify.
15018 (bookmark-show-all-annotations): Use save-selected-window and dolist.
15019 (menu-bar-final-items): Use push.
15020
8549241d 150212009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
15022
15023 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
15024 it works on remote files.
15025 (vc-hg-diff): Don't pass any `--cwd' argument.
15026
30644573
KR
150272009-10-27 Kevin Ryde <user42@zip.com.au>
15028
cc63d28f
SM
15029 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
15030 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
15031 (Further to Bug#3921).
15032
9be01a63
MA
150332009-10-27 Michael Albinus <michael.albinus@gmx.de>
15034
15035 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
15036 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
15037 calling `tramp-imap-put-file'. Add file size to the call.
15038 (tramp-imap-get-file-entries): Compute also user name, file size,
15039 and date.
15040 (tramp-imap-handle-insert-directory): Insert uid and gid.
15041 (tramp-imap-handle-file-attributes): Transform uid and gid
15042 according to `id-format'.
15043 (tramp-imap-put-file): New optional parameter SIZE. Encode file
15044 size in header X-Size.
15045
41849bf9
JB
150462009-10-26 Juanma Barranquero <lekktu@gmail.com>
15047
15048 * simple.el (transpose-subr): Give clearer error when the mark
15049 is not set. (Bug#4807)
15050
293c24f9
MA
150512009-10-26 Michael Albinus <michael.albinus@gmx.de>
15052
cc63d28f
SM
15053 * net/tramp.el (tramp-perl-file-truename): New defconst.
15054 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 15055 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
15056 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
15057 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 15058
cc63d28f
SM
15059 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
15060 Ignore `dired-call-process'.
293c24f9
MA
15061 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
15062
150632009-10-26 Julian Scheid <julians37@gmail.com>
15064
cc63d28f 15065 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
15066 (tramp-get-remote-readlink): New defun.
15067 (tramp-handle-file-truename): Use it.
15068 (tramp-handle-file-exists-p): Check file-attributes cache, assume
15069 file exists if cache value present.
48c2d18a 15070 (tramp-check-cached-permissions): New defun.
293c24f9
MA
15071 (tramp-handle-file-readable-p): Use it.
15072 (tramp-handle-file-writable-p): Likewise.
15073 (tramp-handle-file-executable-p): Likewise.
15074 (tramp-handle-file-name-all-completions): Try using Perl to get
15075 partial completions. When perl not available, combine `cd' and
15076 `ls' into single remote operation and use shell expansion to get
15077 partial remote directory contents. Set `file-exists-p' cache for
15078 directory and any files returned by ls. Change cache handling to
15079 support partial directory contents. Use error message emitted by
15080 remote `cd' or Perl code for local tramp-error.
15081 (tramp-do-copy-or-rename-file-directly): Avoid separate
15082 tramp-send-command-and-check call.
cc63d28f
SM
15083 (tramp-handle-process-file): Merge three remote ops into one.
15084 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
15085 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
15086 file-attributes shows uid/gid to be set already.
15087
a7610c52
DN
150882009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
15089
15090 * textmodes/tex-mode.el (tex-dvi-view-command)
15091 (tex-show-queue-command, tex-open-quote):
15092 * progmodes/ruby-mode.el (auto-mode-alist)
15093 (interpreter-mode-alist): Purecopy strings.
15094
15095 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
15096
15097 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
15098 string for the hook, keymap and abbrev table.
15099
15100 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
15101
15102 * x-dnd.el (x-dnd-xdnd-to-action):
15103 * startup.el (fancy-startup-text, fancy-about-text): Change to
15104 defconst from defvar.
15105
15106 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
15107
15108 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
15109 Purecopy initialization strings.
15110
15111 * mail/sendmail.el (mail-header-separator)
15112 (mail-personal-alias-file):
15113 * mail/rmail.el (rmail-default-dont-reply-to-names)
15114 (rmail-ignored-headers, rmail-retry-ignored-headers)
15115 (rmail-highlighted-headers, rmail-secondary-file-directory)
15116 (rmail-secondary-file-regexp):
15117 * files.el (null-device, file-name-invalid-regexp)
15118 (locate-dominating-stop-dir-regexp)
cc63d28f 15119 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
15120 (interpreter-mode-alist): Use mapcar instead of mapc.
15121
15122 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
15123
15124 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
15125 (completion-ignored-extensions):
15126 (debug-ignored-errors): Purecopy strings.
15127
4fcc3d32
SM
151282009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
15129
0667de21
SM
15130 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
15131 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
15132 (pcomplete--here): Use push.
15133
4fcc3d32
SM
15134 * subr.el (all-completions): Declare the 4th arg obsolete.
15135
955ef430
SM
151362009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
15137
2d085307
SM
15138 * pcomplete.el (pcomplete-unquote-argument-function): New var.
15139 (pcomplete-unquote-argument): New function.
15140 (pcomplete--common-suffix): Always pay attention to case.
15141 (pcomplete--table-subvert): Quote and unquote the text.
15142 (pcomplete--common-quoted-suffix): New function.
15143 (pcomplete-std-complete): Use it and pcomplete-begin.
15144
955ef430
SM
15145 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
15146 we're inside a dedicated or minibuffer window.
15147
7c85c02b
KF
151482009-10-24 Karl Fogel <kfogel@red-bean.com>
15149
15150 * bookmark.el: Update documentation, especially documentation
15151 of `bookmark-alist' and of the bookmark file format.
15152 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
15153
3e8ae8a6
CY
151542009-10-24 Chong Yidong <cyd@stupidchicken.com>
15155
3e425845
CY
15156 * mail/emacsbug.el (report-emacs-bug): Clarify that the
15157 keybindings apply to the mail buffer (Bug#4003). Shrink help
15158 window to buffer.
15159
cdd47d48
CY
15160 * whitespace.el (whitespace-mode, whitespace-newline-mode)
15161 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
15162 (whitespace-toggle-options, global-whitespace-toggle-options):
15163 Doc fix (Bug#3660).
cdd47d48 15164
ba07c9ad
CY
15165 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
15166 of xmltok-start before the end tag was inserted (Bug#2840).
15167
3e8ae8a6
CY
15168 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
15169 patterns that are preceded by an open-paren (Bug#1320).
15170
ab276820
CY
151712009-10-24 Sven Joachim <svenjoac@gmx.de>
15172
15173 * files.el (delete-directory): Delete symlinks to directories with
15174 delete-file (Bug#4739).
15175
905a9ed3
DN
151762009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
15177
a9a2a6db
DN
15178 * vc.el (vc-backend-for-registration): Rename from
15179 vc-get-backend-for-registration. Update callers.
15180
cc63d28f
SM
15181 * international/mule-cmds.el (set-language-info-alist):
15182 Purecopy lang-env.
905a9ed3
DN
15183 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
15184 (charset): Purecopy the name.
15185 (define-char-code-property): Purecopy string arguments.
15186
15187 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
15188 Purecopy string arguments.
15189
15190 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
15191 * ediff-hook.el (menu-bar-ediff-menu):
15192 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
15193 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
15194
d270305a
GM
151952009-10-24 Glenn Morris <rgm@gnu.org>
15196
6c74d523 15197 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
15198 * term.el (term-dynamic-list-completions): Use choose-completion rather
15199 than obsolete alias mouse-choose-completion.
15200
ae732337
GM
15201 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
15202 file-cache-choose-completion.
15203 (file-cache-choose-completion): Handle an optional event argument.
15204 (file-cache-mouse-choose-completion): Make it an obsolete alias.
15205
cc63d28f
SM
15206 * progmodes/octave-mod.el (octave-complete-symbol):
15207 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 15208
9847dc91
GM
15209 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
15210 use.
15211
e8f2a5d5
GM
15212 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
15213 compiler.
15214
d270305a
GM
15215 * vc-hooks.el (vc-responsible-backend): Fix declaration.
15216
c6432f1e
SM
152172009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
15218
15219 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
15220 Ignore `pred' now that we receive one.
15221 Handle test-completion specially.
15222
6ab196f9
DN
152232009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
15224
15225 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 15226 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
15227 REGISTER ...
15228 (vc-get-backend-for-registration): ... here. New function.
15229 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
15230 of vc-responsible-backend, pass the file name instead of the
15231 directory name.
15232
48feed59
SM
152332009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
15234
15235 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
15236 New funs.
15237 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
15238 (pcomplete-comint-setup): Don't modify a global var via
15239 accidental side-effects.
15240 (pcomplete-shell-setup): Adjust call accordingly.
15241 (pcomplete-parse-comint-arguments): Use push.
15242
00006066
CY
152432009-10-23 Chong Yidong <cyd@stupidchicken.com>
15244
36bfa3af
CY
15245 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
15246 Allow uncapitalized info node names (Bug#3921).
15247
00006066
CY
15248 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
15249 to the DEBUG file (Bug#3781).
15250
aa311d6e
CY
152512009-10-23 Jari Aalto <jari.aalto@cante.net>
15252
15253 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
15254 dictionary entry (Bug#4579).
15255
b88f2d0a
MA
152562009-10-23 Michael Albinus <michael.albinus@gmx.de>
15257
15258 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
15259 from `rfn-eshadow-update-overlay-hook' when unloading.
15260 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
15261 "rsyncc". Adjust doc string.
48c2d18a 15262 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
15263 (tramp-handle-insert-file-contents, tramp-handle-write-region):
15264 Keep temporary file when indicated by method ("rsync" and
15265 "rsyncc").
15266 (tramp-handle-write-region): Handle APPEND.
15267 (tramp-delete-temp-file-function): New defun. Added to
15268 `kill-buffer-hook'.
15269
1becddbb
JB
152702009-10-23 Juanma Barranquero <lekktu@gmail.com>
15271
15272 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
15273
8f43cbf3
DN
152742009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
15275
15276 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
15277 (color-name-rgb-alist, tty-standard-colors)
15278 (tty-color-mode-alist): Change to defconst.
15279
15280 * simple.el (mark-inactive): Purecopy message.
15281
15282 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
15283 (global-map, yank-menu):
15284 * textmodes/ispell.el (ispell-menu-map):
15285 * net/eudc.el (eudc-tools-menu):
15286 * international/mule-cmds.el (describe-language-environment-map)
15287 (setup-language-environment-map, set-coding-system-map)
15288 (mule-menu-keymap):
15289 * vc-hooks.el (vc-menu-entry, vc-menu-map):
15290 * replace.el (occur-mode-map):
15291 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
15292
1d228a31
JB
152932009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
15294
6a7662bb
BR
15295 * calc/calc.el (math-read-number, math-read-number-simple):
15296 Use `save-match-data'.
1d228a31 15297
3b067af1
SM
152982009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
15299
28a90c44
SM
15300 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
15301 rather than fiddling with global-map bindings, since it should only
15302 affect per-terminal settings.
15303 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
15304
a452eee8
SM
15305 * minibuffer.el (completion-table-with-terminator): Allow to specify
15306 the terminator-regexp.
15307
ab14d7d5
SM
15308 * simple.el (switch-to-completions): Look for *Completions* in other
15309 frames as well.
15310
3b067af1
SM
15311 * pcomplete.el: Allow the use of completion-tables.
15312 (pcomplete-std-complete): New command.
15313 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
15314 (pcomplete--here): Use a function for `form' rather than an expression,
15315 so it can be byte-compiled.
15316 (pcomplete-here, pcomplete-here*): Adjust accordingly.
15317 Add edebug declaration.
15318 (pcomplete-show-completions): Remove unused var `curbuf'.
15319 (pcomplete-do-complete, pcomplete-stub):
1becddbb 15320 Don't assume `completions' is a list of strings any more.
3b067af1 15321
5480359e
JB
153222009-10-22 Juanma Barranquero <lekktu@gmail.com>
15323
15324 * find-dired.el (find-name-arg): Fix typo in docstring.
15325
3170b794
SM
153262009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
15327
48c23a25
SM
15328 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
15329 (pcmpl-linux-fs-types): Same, and update to new modules layout.
15330
56b14058
SM
15331 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
15332 pcomplete-entries.
15333
3170b794
SM
15334 * comint.el (comint-read-input-ring, comint-write-input-ring)
15335 (comint-substitute-in-file-name)
15336 (comint-dynamic-complete-as-filename)
15337 (comint-dynamic-simple-complete)
15338 (comint-dynamic-list-filename-completions)
15339 (comint-dynamic-list-completions)
15340 (comint-redirect-results-list-from-process): Minor simplifications.
15341
2affef34
KR
153422009-10-21 Kevin Ryde <user42@zip.com.au>
15343
3170b794
SM
15344 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
15345 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 15346 the first form. And insert a blank line after ";;; Code" since
d8194864 15347 that's usual style. (Bug#4612)
2affef34 15348
e7b94bbb
KR
15349 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
15350
528c56e2
SM
153512009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15352
15353 * minibuffer.el (completion-table-with-terminator): Properly implement
15354 boundaries, in case `terminator' appears in the suffix.
15355 (completion--embedded-envvar-table): Don't return boundaries if
15356 there's no valid completion. Simplify.
15357 (completion-file-name-table): New completion table extracted from
15358 completion--file-name-table.
15359 (completion--file-name-table): Use it.
15360 (read-file-name-predicate): Declare obsolete.
15361 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
15362 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
15363 completion-file-name-table, and use the `pred' argument.
15364 * files.el (locate-file-completion-table): Use the `pred' arg rather
15365 than read-file-name-predicate.
15366 (abbreviate-file-name): Use \` rather than ^ for BOS.
15367
f9ed9b4f
DN
153682009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15369
15370 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
15371 vc-responsible-backend to register, it causes problems.
15372
5f2022a3
SM
153732009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15374
15375 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
15376
fc754ea1
MA
153772009-10-21 Michael Albinus <michael.albinus@gmx.de>
15378
15379 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
15380 (tramp-smb-handle-file-attributes): Use it.
15381 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
15382 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
15383 `mapcar'. Use `tramp-smb-get-stat-capability'.
15384 Add `dired-filename' text properties.
fc754ea1
MA
15385 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
15386 (tramp-smb-maybe-open-connection): Simplify check for smbclient
15387 version.
15388
79bd5ba1
SM
153892009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15390
15391 * subr.el (read-key-delay): Reduce to 0.01.
15392 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
15393 (bug#4751).
15394
3c13704d
SM
153952009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
15396
554efd10
SM
15397 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
15398
c2a37b78
SM
15399 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
15400 (Info-menu): Remove unused vars `last' and `completions'.
15401 (Info-index-nodes): Remove unused var `node'.
15402
3c13704d
SM
15403 * info.el (Info-complete-menu-item): Use complete-with-action.
15404
d1e4c403
DN
154052009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
15406
15407 Make vc-annotate work through copies and renames.
3c13704d
SM
15408 * vc-annotate.el (vc-annotate-extract-revision-at-line):
15409 Return the file name too.
d1e4c403
DN
15410 (vc-annotate-revision-at-line)
15411 (vc-annotate-find-revision-at-line)
15412 (vc-annotate-revision-previous-to-line)
15413 (vc-annotate-show-log-revision-at-line): Update to get the file
15414 name from vc-annotate-extract-revision-at-line.
15415 (vc-annotate-show-diff-revision-at-line-internal): Change the
15416 argument to mean whether to show a file diff or not. Get the file
15417 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
15418 (vc-annotate-show-diff-revision-at-line):
15419 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
15420 (vc-annotate-warp-revision): Add an optional file argument.
15421
15422 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
15423 (vc-git-annotate-extract-revision-at-line): Also return the file
15424 name if found.
15425
15426 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
15427 command. Remove unused code.
15428 (vc-hg-annotate-re): Update to match --follow output.
15429 (vc-hg-annotate-extract-revision-at-line): Also return the file
15430 name if found.
15431
15432 * vc.el: Update annotate-extract-revision-at-line documentation.
15433
b0b0ef98
KR
154342009-10-18 Kevin Ryde <user42@zip.com.au>
15435
15436 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
15437 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
15438
a9e7f03d
KR
15439 * net/browse-url.el (browse-url): Identify alist with "consp and
15440 not functionp" and let all other things go down the `apply' leg,
15441 as suggested by Stefan. (Further to bug#4531.)
15442
7346a407
CY
154432009-10-18 Chong Yidong <cyd@stupidchicken.com>
15444
15445 * minibuffer.el (read-file-name): Check for repeat before putting
15446 a default argument in file-name-history (Bug#4657).
15447
15448 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
15449 read syntax (Bug#4737).
15450
3c13704d 15451 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 15452
1da94541
CY
154532009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15454
15455 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
15456 (html-tag-alist, html-tag-help): Add descriptions for undocumented
15457 entries and make note of obsolete tags.
15458
2b93080a
SM
154592009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
15460
15461 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
15462
18b5ffb5
GM
154632009-10-18 Glenn Morris <rgm@gnu.org>
15464
15465 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
15466 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 15467 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
15468 now, and in any case the file header format has changed.
15469
c2e161b2
GM
154702009-10-17 Glenn Morris <rgm@gnu.org>
15471
15472 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
15473 (flyspell-get-word, flyspell-large-region)
15474 (flyspell-auto-correct-previous-word): Doc/error message fixes.
15475
a1eb44f5
CY
154762009-10-17 Chong Yidong <cyd@stupidchicken.com>
15477
15478 * Makefile.in (ELCFILES): Add ede/shell.
15479
4418646e
DN
154802009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
15481
15482 * term/common-win.el (x-colors): Purecopy it.
15483
4062011e
SM
154842009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15485
15486 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
15487 permissive for when the buffer is empty.
15488 (tar-header-block-tokenize): Decode the username and groupname.
15489 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
15490
b0b111c3
JB
154912009-10-17 Eric Ludlam <zappo@gnu.org>
15492
15493 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
15494 contains multibyte characters, choose first applicable coding
15495 system automatically.
15496
2df48a87
SM
154972009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15498
15499 * international/mule-cmds.el (select-safe-coding-system): If the file
15500 has a coding cookie, use it regardless of any other setting (bug#4712).
15501
fd7dd48c
GM
155022009-10-17 Glenn Morris <rgm@gnu.org>
15503
3ee0b477 15504 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
15505 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
15506
2550e4b1
GM
15507 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
15508 (dired-keep-marker-copy, dired-keep-marker-hardlink)
15509 (dired-keep-marker-symlink, dired-dwim-target)
15510 (dired-copy-preserve-time): Do not autoload these defcustoms.
15511
fd7dd48c
GM
15512 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
15513 messages from messing up the file coding. (Bug#4623)
15514
f3e3a990
GM
155152009-10-17 Jari Aalto <jari.aalto@cante.net>
15516
15517 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
15518 if no match is found for the current dictionary. (Bug#4578)
15519
15520 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
15521 optional, since that is how it is documented, and this is often called
15522 with a nil argument. (Bug#4577)
15523 (flyspell-external-point-words, flyspell-auto-correct-word)
15524 (flyspell-correct-word-before-point, flyspell-word-search-forward)
15525 (flyspell-word-search-backward): Remove nil argument in calls to
15526 flyspell-get-word, since it is not needed now.
15527
155282009-10-17 Ulrich Mueller <ulm@gentoo.org>
15529
1becddbb 15530 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 15531
b61374ab
GM
155322009-10-16 Glenn Morris <rgm@gnu.org>
15533
15534 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
15535
412707c2
SM
155362009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
15537
15538 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
15539 (ange-ftp-file-size): New function.
15540 (ange-ftp-file-attributes): Use it.
15541
0c6f436e
MA
155422009-10-16 Michael Albinus <michael.albinus@gmx.de>
15543
15544 * net/tramp-smb.el (tramp-smb-version): New defvar.
15545 (tramp-smb-maybe-open-connection): Use it, in order to avoid
15546 repeated checks.
15547
850bfd04
GM
155482009-10-16 Glenn Morris <rgm@gnu.org>
15549
15550 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
15551 Maybe copy some custom properties from old to new name. (Bug#4706)
15552
f3ed9aca
JB
155532009-10-16 Juanma Barranquero <lekktu@gmail.com>
15554
15555 * subr.el (error, sit-for, start-process-shell-command)
15556 (start-file-process-shell-command): Set the calling convention
15557 after the function definition.
15558
fd6c5134
SM
155592009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15560
15561 * subr.el (error, sit-for, start-process-shell-command)
15562 (start-file-process-shell-command): Use the new
15563 set-advertised-calling-convention feature.
15564
73874eb7
KH
155652009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
15566
fd6c5134
SM
15567 * international/ucs-normalize.el (ucs-normalize-version):
15568 Change to 1.2.
15569 (check-range): Adjust for Unicode 5.2.
73874eb7 15570
03fb33cf
JL
155712009-10-15 Juri Linkov <juri@jurta.org>
15572
15573 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
15574 to the `menu-item' format.
15575
4260b402
MA
155762009-10-15 Michael Albinus <michael.albinus@gmx.de>
15577
15578 * net/tramp.el (tramp-replace-environment-variables): Do not fail
15579 if the environment variable does not exist.
15580
15581 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15582 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
15583 parameter.
15584 (tramp-smb-handle-add-name-to-file)
15585 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
15586 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
15587 (tramp-smb-handle-file-attributes)
15588 (tramp-smb-do-file-attributes-with-stat)
15589 (tramp-smb-handle-file-local-copy)
15590 (tramp-smb-handle-insert-directory)
15591 (tramp-smb-handle-make-directory)
15592 (tramp-smb-handle-make-directory-internal)
15593 (tramp-smb-handle-make-symbolic-link)
15594 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
15595 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
15596 (tramp-smb-maybe-open-connection): Apply the changed parameters.
15597 (tramp-smb-read-file-entry): Read Disk names in compressed format.
15598 Handle long file names.
15599 (tramp-smb-get-cifs-capabilities): Check, whether the connection
15600 process is running.
15601 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
15602 Read share names with "-g" option.
15603
d7a0fd6f
GM
156042009-10-15 Ryan Yeske <rcyeske@gmail.com>
15605
15606 * net/rcirc.el (rcirc-view-log-file): New command.
15607 (rcirc-track-minor-mode-map): Remove C-c ` binding.
15608 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
15609 specified.
15610
0b44494a
GM
156112009-10-15 Glenn Morris <rgm@gnu.org>
15612
af9fb32f
GM
15613 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
15614 from the second command-line argument.
15615 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
15616 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
15617 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
15618 w32-batch-update-autoloads.
15619 * emacs-lisp/autoload.el (autoload-make-program): New variable.
15620 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
15621
0b44494a
GM
15622 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
15623 the headers cannot be located. Simplify, subtracting superflous
15624 save-excursions.
15625
d5e63715
SM
156262009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
15627
15628 Replace completion-base-size by completion-base-position to fix bugs
15629 such as (bug#4699).
15630 * simple.el (completion-base-position): New var.
15631 (completion-base-size): Mark as obsolete.
15632 (choose-completion): Make it work for mouse events as well.
15633 Pass the new base-position to choose-completion-string.
15634 (choose-completion-guess-base-position): New function, extracted from
15635 choose-completion-delete-max-match.
15636 (choose-completion-delete-max-match): Use it. Make obsolete.
15637 (choose-completion-string): Use the new base-position info.
15638 (completion-root-regexp): Delete.
15639 (completion-setup-function): Preserve completion-base-position.
15640 Eliminate obsolete base-size manipulation.
15641 * minibuffer.el (display-completion-list): Don't mess with base-size.
15642 (minibuffer-completion-help): Set completion-base-position instead.
15643 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
15644 choose-completion.
15645 * textmodes/bibtex.el (bibtex-complete):
15646 * emacs-lisp/crm.el (crm--choose-completion-string):
15647 Adjust to new calling convention.
15648 * complete.el (partial-completion-mode): Use minibufferp to avoid
15649 bumping into incompatible change to choose-completion-string-functions.
15650 * ido.el (ido-choose-completion-string): Make its calling convention
15651 more permissive.
15652 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
15653 base-size manipulation.
15654 (comint-dynamic-list-input-ring): Use dotimes and push.
15655 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
15656 fundamental-mode. Use `or'.
15657
92f8bfc7
JL
156582009-10-14 Juri Linkov <juri@jurta.org>
15659
15660 * misearch.el (multi-isearch-next-buffer-from-list)
15661 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
15662
e78e280d
SM
156632009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
15664
384ca163
SM
15665 * Makefile.in (compile-onefile): Load `bytecomp' rather than
15666 `bytecomp.el'.
15667
681e0e7c
SM
15668 * minibuffer.el (completion-pcm--merge-completions): Make sure the
15669 string we return is all made up of text from the completions rather
15670 than part from the completions and part from the input (bug#4219).
15671
e78e280d
SM
15672 * ido.el (ido-everywhere): Use define-minor-mode.
15673
15674 * buff-menu.el (list-buffers, ctl-x-map):
15675 Mark the entry points with ;;;###autoload cookies.
15676
b4e813ca
DN
156772009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
15678
52964e54
DN
15679 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
15680 correctly in the detached head case.
15681 (vc-git-print-log): Remove unused binding.
15682
b4e813ca
DN
15683 * vc.el (vc-responsible-backend): When a directory is passed for
15684 for registration create a VC repository if no backend is
15685 responsible for the directory argument.
15686 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
15687
15688 * vc.el: Move comments about RCS and SCCS ...
15689 * vc-rcs.el:
15690 * vc-sccs.el: ... here, respectively.
15691
40ba9882
SM
156922009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
15693
15694 * minibuffer.el (completion--file-name-table): Return nil if there's
15695 no file completion, even if substitute-in-file-name changed
15696 the string (bug#4708).
15697
04e0f59b
JL
156982009-10-13 Juri Linkov <juri@jurta.org>
15699
15700 * files-x.el (read-file-local-variable-value): Don't filter out
15701 minor modes from mode name completion (bug#4664).
15702
314c8e25
JB
157032009-10-13 Juanma Barranquero <lekktu@gmail.com>
15704
15705 * international/mule-cmds.el (ucs-names): Remove exclusion of
15706 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
15707
5c9b7d36
KH
157082009-10-13 Kenichi Handa <handa@m17n.org>
15709
15710 * international/uni-name.el: Regenerated.
15711
1e7a80f2
JB
157122009-10-13 Juanma Barranquero <lekktu@gmail.com>
15713
15714 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
15715 should be automatically buffer-local, but isn't.)
15716
cd29f88b
SS
157172009-10-12 Sam Steingold <sds@gnu.org>
15718
15719 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 15720 timestamps if the buffer has been visited before.
0cd16af4
SS
15721 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
15722 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 15723
37493a98
GM
157242009-10-12 Glenn Morris <rgm@gnu.org>
15725
15726 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
15727 Let-bind `size'.
15728
3b56b1e6
JB
157292009-10-12 Juanma Barranquero <lekktu@gmail.com>
15730
7422a4bb
JB
15731 * proced.el (proced-unload-function): New function.
15732
fa72d075
JB
15733 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
15734 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
15735 Doc fix.
15736
3b56b1e6
JB
15737 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
15738
4d9b4323
JL
157392009-10-11 Juri Linkov <juri@jurta.org>
15740
15741 * files-x.el (read-file-local-variable-value):
15742 Provide default value only for bound variables (bug#4664).
15743
f6f7e059
MA
157442009-10-11 Michael Albinus <michael.albinus@gmx.de>
15745
15746 * net/tramp.el (tramp-local-host-p): Function shall return nil for
15747 connection methods like smb.
15748
15749 * net/tramp-cache.el (tramp-flush-connection-property): The hash
15750 can be empty.
15751
15752 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15753 (tramp-smb-file-name-handler-alist): Add handlers for
15754 `add-name-to-file', `make-symbolic-link'.
15755 (tramp-smb-handle-add-name-to-file)
2992485f 15756 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
15757 (tramp-smb-handle-make-symbolic-link)
15758 (tramp-smb-get-cifs-capabilities): New defuns.
15759 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
15760 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
15761 (tramp-smb-handle-file-local-copy)
15762 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
15763 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
15764 The file name syntax depends on cifs capabilities.
15765 (tramp-smb-handle-file-attributes):
15766 Call `tramp-smb-do-file-attributes-with-stat' if possible.
15767 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
15768 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 15769
67868d26
CY
157702009-10-11 Chong Yidong <cyd@stupidchicken.com>
15771
15772 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
15773 (eieio-defclass): Apply deftype handler and setf-method properties
15774 directly.
15775 (eieio-add-new-slot): Avoid union function from cl library.
15776 (eieio--typep): New function.
15777 (eieio-perform-slot-validation): Use it.
15778
6d6a5b7e
KF
157792009-10-10 Karl Fogel <kfogel@red-bean.com>
15780
3b56b1e6 15781 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
15782 Update documentation to refer to the variables documented in r1.135.
15783 (Bug#4188)
15784
67b70de9
KF
157852009-10-10 Karl Fogel <kfogel@red-bean.com>
15786
15787 * bookmark.el (Info-suffix-list): Remove this unused variable.
15788 (bookmark-current-point): Remove this obsolete variable.
15789 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
15790 Adjust for removal of bookmark-current-point.
15791
15792 (bookmarks-already-loaded, bookmark-current-buffer)
15793 (bookmark-yank-point): Document. (Bug#4188)
15794
58ae51ae
GM
157952009-10-10 Glenn Morris <rgm@gnu.org>
15796
4619ff5e
GM
15797 * frame.el (frame-height): Doc fix.
15798
58ae51ae
GM
15799 * calendar/calendar.el (calendar-split-width-threshold): New option.
15800 (calendar-basic-setup): Use calendar-split-width-threshold.
15801
d364386c
JB
158022009-10-09 Juanma Barranquero <lekktu@gmail.com>
15803
15804 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
15805 Ideographic Supplement" range (U+1F200..U+1F2FF).
15806
33e97a28
KF
158072009-10-09 Karl Fogel <kfogel@red-bean.com>
15808
02d0f051 15809 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 15810 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
15811
158122009-10-09 Karl Fogel <kfogel@red-bean.com>
15813
d364386c 15814 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
15815 (bookmark-bmenu-execute-deletions): Don't save here, as
15816 bookmark-delete will now do so if necessary.
d364386c 15817 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
15818 (Bug#4348)
15819
9656d87b
GM
158202009-10-09 Glenn Morris <rgm@gnu.org>
15821
15822 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
15823
e6227f06
KF
158242009-10-09 Karl Fogel <kfogel@red-bean.com>
15825
15826 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
15827 (bookmark-jump-other-window): Just invoke bookmark-jump with new
15828 argument now, so the two function's behaviors will match. (Bug#3645)
15829
288f783b
MA
158302009-10-08 Michael Albinus <michael.albinus@gmx.de>
15831
15832 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 15833 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 15834 Apply `save-match-data'.
288f783b
MA
15835
15836 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
15837 case both directories are remote.
15838 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 15839 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 15840
872a1ea4
JB
158412009-10-07 Juanma Barranquero <lekktu@gmail.com>
15842
15843 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
15844
ab2baced
GM
158452009-10-07 Glenn Morris <rgm@gnu.org>
15846
e78e280d
SM
15847 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
15848 of concat.
ab2baced 15849
5c4634c1
SM
158502009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
15851
15852 * files-x.el (read-file-local-variable): Include some
15853 non-user-variables in the completion table (bug#4664).
15854
c2dc9732
MA
158552009-10-07 Michael Albinus <michael.albinus@gmx.de>
15856
15857 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
15858 message.
15859
15860 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15861 (tramp-smb-file-name-handler-alist): Add handler for
15862 `copy-directory', `expand-file-name', `set-file-modes'.
15863 (tramp-smb-handle-copy-directory)
15864 (tramp-smb-handle-expand-file-name)
15865 (tramp-smb-handle-set-file-modes): New defuns.
15866 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
15867 (tramp-smb-handle-file-attributes): Simplify check for retrieving
15868 entry.
15869 (tramp-smb-handle-insert-directory): Don't flush the cache.
15870 (tramp-smb-maybe-open-connection): Check for samba client and
15871 server versions.
15872
11be40a6
EZ
158732009-10-07 Eli Zaretskii <eliz@gnu.org>
15874
15875 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
15876 to not error out of search for "^lisp=" fails.
15877
8c4afe20
JB
158782009-10-07 Juanma Barranquero <lekktu@gmail.com>
15879
15880 * makefile.w32-in (WINS_UPDATES): New macro.
15881 (custom-deps, finder-data, autoloads): Use it.
15882
429a1506
GM
158832009-10-07 Glenn Morris <rgm@gnu.org>
15884
ee2e93e2
GM
15885 * Makefile.in (autoloads): Revert previous change.
15886 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
15887 the list of preloaded files passed on the command-line, get
15888 it from src/Makefile.
15889
429a1506
GM
15890 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
15891 show the original buffer rather than a random one.
15892
a51203ee 158932009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
15894
15895 * help.el (describe-no-warranty): Place point in a slightly better
15896 position in the GPLv3 text.
15897
f58f7520
SS
158982009-10-06 Sam Steingold <sds@gnu.org>
15899
15900 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
15901 the comm attribute is present before calling regexp-quote.
15902
bde79dc0
JB
159032009-10-06 Juanma Barranquero <lekktu@gmail.com>
15904
15905 * play/animate.el (animate-string): For good effect, make sure
15906 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
15907
15908 * play/animate.el (animate-sequence, animate-birthday-present):
15909 * misc.el (butterfly): Don't set `indent-tabs-mode'.
15910
25ab0302
GM
159112009-10-06 Glenn Morris <rgm@gnu.org>
15912
73fe714a
GM
15913 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
15914
3405d98c
GM
15915 * emacs-lisp/autoload.el (autoload-excludes): New variable.
15916 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
15917 (batch-update-autoloads): Process a string value of autoload-excludes,
15918 set during the build process.
15919 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
15920
9fb2cdc5
GM
15921 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
15922 inside with-parsed... macro so that `v' is defined.
15923
7938ab41
GM
15924 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
15925 * progmodes/fortran.el (fortran-end-of-block)
15926 (fortran-beginning-of-block):
15927 Also push mark in the macro case.
15928
eaf9b564
GM
15929 * emerge.el (emerge-show-file-name):
15930 * calc/calc.el (calc-quit):
15931 * calc/calc-misc.el (calc-big-or-small):
15932 * calc/calc-graph.el (calc-graph-view):
15933 * calc/calc-ext.el (calc-reset):
15934 * calendar/calendar.el (calendar-basic-setup):
15935 Use window-full-height-p.
15936
25ab0302
GM
15937 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
15938 header we don't understand, don't insert another. (Bug#4624)
15939 If changing mime charset, insert the new one in the right place.
15940
00169eb6
GM
159412009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
15942
15943 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
15944 (cal-tex-cursor-month): Correctly increment the end date for diary and
15945 holiday listing. (Bug#4626)
15946
82882188
SM
159472009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15948
40ba9882 15949 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
15950 a symbol.
15951
a8f316ca
JB
159522009-10-05 Juanma Barranquero <lekktu@gmail.com>
15953
15954 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
15955 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
15956 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
15957 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
15958
15959 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
15960 (eieio-default-superclass): Reflow docstrings.
15961 (this, class-option-assoc, defclass, eieio-class-un-autoload)
15962 (eieio-unbind-method-implementations, defmethod)
15963 (eieio-validate-slot-value, eieio-validate-class-slot-value)
15964 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
15965 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
15966 (eieio-slot-originating-class-p, eieio-slot-name-index)
15967 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
15968 (constructor, initialize-instance, no-next-method, object-print)
15969 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
15970 Fix typos in docstrings.
15971 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
15972 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
15973 (next-method-p): Doc fixes.
15974 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
15975 Fix typos in error messages.
15976 (eieio-defmethod): Fix typo in description of generic method.
15977
15978 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
15979 (eieio-persistent-save-interactive, slot-missing):
15980 Fix typos in docstrings.
15981 (eieio-instance-inheritor-slot-boundp): Doc fix.
15982
15983 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
15984 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
15985
15986 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
15987 (eieio-custom-object-apply-reset):
15988 Fix typos in docstrings and error messages.
15989
15990 * emacs-lisp/eieio-datadebug.el (data-debug-show):
15991 Fix typo in docstring.
15992
15993 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
15994 (eieio-browse-tree): Doc fix.
15995 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
15996 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
15997 Fix typos in docstrings.
15998
15999 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
16000 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
16001 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
16002 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
16003 Reflow docstrings.
16004
c66b7ac0
DN
160052009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
16006
4a827e0a 16007 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
16008 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
16009 Set log-view-vc-backend so that diff can work.
4a827e0a 16010
c66b7ac0
DN
16011 * log-view.el (log-view-diff): Use vc-diff-internal instead of
16012 vc-version-diff.
16013 (vc-diff-internal): Autoload this instead of vc-version-diff.
16014
1902a98c
EZ
160152009-10-05 Eli Zaretskii <eliz@gnu.org>
16016
a7a8618b
EZ
16017 * simple.el (eval-expression): Doc fix.
16018
1902a98c
EZ
16019 * progmodes/cwarn.el (cwarn-mode): Doc fix.
16020
0e1f2ee6
MA
160212009-10-05 Michael Albinus <michael.albinus@gmx.de>
16022
16023 * files.el (directory-files-no-dot-files-regexp): New defconst.
16024 (delete-directory): Use it.
16025 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
16026
263c02ef 16027 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
16028 (tramp-methods): Add recursive option to `tramp-copy-args'.
16029 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 16030 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 16031 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
16032 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
16033 Add handler for `copy-directory'.
16034 (tramp-handle-copy-directory): New defun.
16035 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
16036 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
16037 Optimize sent command.
263c02ef 16038
72aa7df4
SM
160392009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16040
4a34f065
SM
16041 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
16042 window if necessary.
16043
72aa7df4
SM
16044 * calendar/calendar.el (calendar-basic-setup): Don't call
16045 switch-to-buffer in a dedicated window.
16046
5feb1ba7
KF
160472009-10-05 Karl Fogel <kfogel@red-bean.com>
16048
16049 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 16050 don't do anything related to relocating, just return nil.
5feb1ba7
KF
16051 (bookmark-error-no-filename): New error.
16052 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
16053 bookmark has no file. Don't even attempt to handle things that
16054 are not files; the whole point of custom handlers is to keep that
16055 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
16056 (bookmark-file-or-variation-thereof): Remove now-unused function.
16057 (bookmark-location): Doc string fix.
16058 (Bug#4250)
16059
1bd49952
KF
160602009-10-04 Karl Fogel <kfogel@red-bean.com>
16061
16062 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
16063 don't use a file dialog, because they usually don't know how to read
16064 a directory target from the user. (Bug#4230)
16065 Also, make sure the prompt can display directories as well as files.
16066
825382c0
KF
160672009-10-04 Karl Fogel <kfogel@red-bean.com>
16068
16069 * bookmark.el (bookmark-set, bookmark-buffer-name):
16070 Improve doc strings. (Bug#1193)
16071
13901bcb
KF
160722009-10-04 Karl Fogel <kfogel@red-bean.com>
16073
4a34f065
SM
16074 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
16075 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
16076 (bookmark-get-annotation, bookmark-set-annotation)
16077 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
16078 (bookmark-set-position, bookmark-get-front-context-string)
16079 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
16080 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
16081 (bookmark-jump-other-window, bookmark-handle-bookmark)
16082 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
16083 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
16084 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
16085 Improve doc strings to say whether bookmark can be a string or
16086 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
16087 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
16088 (bookmark-default-annotation-text, bookmark-yank-word)
16089 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
16090 (bookmark-import-new-list, bookmark-maybe-rename)
16091 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
16092 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 16093 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 16094 add a FIXME comment about how the function may be pointless.
13901bcb 16095 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
16096 parameter name, to clarify that this takes a bookmark record
16097 not a bookmark name.
13901bcb 16098 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 16099 and improve the doc string a bit.
13901bcb
KF
16100 (Bug#4188)
16101
5c1b3e94
KF
161022009-10-04 Karl Fogel <kfogel@red-bean.com>
16103
16104 * bookmark.el (bookmark-alist): Document the new `handler' element
16105 in the param alist.
16106 (bookmark-make-record-function): Adjust documentation for above.
16107 (Bug#4193)
16108
8559076d
KF
161092009-10-04 Karl Fogel <kfogel@red-bean.com>
16110
16111 * info.el (Info-bookmark-make-record): Document this function.
16112 (Info-bookmark-jump): Document with a doc string, not just a comment.
16113 (Bug#4203)
16114
b4583b8c
MA
161152009-10-04 Michael Albinus <michael.albinus@gmx.de>
16116
16117 * files.el (copy-directory): New defun.
16118
16119 * dired-aux.el (dired-copy-file-recursive): Use it.
16120
131ae8f2
JB
161212009-10-04 Juanma Barranquero <lekktu@gmail.com>
16122
a30e71ae 16123 * files-x.el (modify-dir-local-variable)
dd9af436
CY
16124 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
16125 docstrings.
a30e71ae 16126
131ae8f2
JB
16127 * recentf.el (recentf-unload-function): New function.
16128
ccafbf06
GM
161292009-10-04 Glenn Morris <rgm@gnu.org>
16130
16131 * window.el (window-full-height-p): Add doc string.
16132
02c6f098
GM
161332009-10-04 Martin Rudalics <rudalics@gmx.at>
16134
16135 * window.el (window-full-height-p): New function. (Bug#4543)
16136
ed6b0195
DN
161372009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
16138
16139 * vc.el: Remove commented out code.
16140 (vc-derived-from-dir-mode): Remove, unused.
16141 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
16142
1b8d1cc7
MA
161432009-10-03 Michael Albinus <michael.albinus@gmx.de>
16144
4a34f065
SM
16145 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
16146 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
16147 there could be recursive loading when `default-directory' is a
16148 remote file name. (Bug#4614)
16149
ac3c593c
GM
161502009-10-03 Glenn Morris <rgm@gnu.org>
16151
686ea556
GM
16152 * calendar/calendar.el (calendar-basic-setup): Handle the case where
16153 the frame is wide.
16154 (calendar-generate-window): Test for shrinkability rather than width.
16155
ac3c593c
GM
16156 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
16157 reusing existing buffers, in case we happen to visit two files with the
16158 same basename. (Bug#4593)
16159
573709fd
EZ
161602009-10-02 Eli Zaretskii <eliz@gnu.org>
16161
4a34f065 16162 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
16163 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
16164 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
16165 subdirs of cedet as well.
8f885d01 16166 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 16167
8d6c1239
SM
161682009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
16169
16170 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
16171 Obey advertised-signature-table.
16172
16173 * help-fns.el (help-function-arglist): Don't check
16174 advertised-signature-table.
16175 (describe-function-1): Do it here instead so it also applies to subrs.
16176
c4861de0
MA
161772009-10-02 Michael Albinus <michael.albinus@gmx.de>
16178
16179 * simple.el (start-file-process): Say in the doc-string, that file
16180 handlers might not support pty association, if PROGRAM is nil.
16181
16182 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
16183 HOST and USER are strings. They are nil, when there are
16184 incomplete entries in ~/.netrc, for example.
16185 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
16186 root directory ("device busy" error otherwise).
16187
8d6c1239
SM
16188 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
16189 Flush file properties of created directory.
c4861de0 16190
d2bda74f
EZ
161912009-10-02 Eli Zaretskii <eliz@gnu.org>
16192
16193 * makefile.w32-in (WINS_BASIC): Remove cedet.
16194 (WINS_CEDET): Add cedet.
16195 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
16196
895d1904
GM
161972009-10-02 Kevin Ryde <user42@zip.com.au>
16198
16199 * net/browse-url.el (browse-url): Pass any symbol in
16200 browse-url-browser-function to `apply', since if you've mistakenly put
16201 an unbound symbol then the error is clearer. (Bug#4531)
16202
32226619
JB
162032009-10-02 Juanma Barranquero <lekktu@gmail.com>
16204
16205 * allout.el (allout-init, allout-back-to-current-heading)
16206 (allout-beginning-of-current-entry, allout-ascend-to-depth)
16207 (allout-ascend, allout-up-current-level, allout-end-of-level)
16208 (allout-previous-visible-heading, allout-forward-current-level)
16209 (allout-backward-current-level, allout-show-children):
16210 * apropos.el (apropos-describe-plist):
16211 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
16212 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
16213 * completion.el (add-completion, add-permanent-completion):
16214 * descr-text.el (describe-text-category, describe-char):
16215 * desktop.el (desktop-lazy-abort):
16216 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
16217 * dired.el (dired-build-subdir-alist):
16218 * ediff.el (ediff-version):
16219 * elide-head.el (elide-head, elide-head-show):
16220 * emerge.el (emerge-version):
16221 * env.el (getenv):
16222 * face-remap.el (variable-pitch-mode):
16223 * faces.el (describe-face):
16224 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
16225 (dired-at-point):
16226 * files.el (find-file-existing, auto-save-mode):
16227 * font-lock.el (font-lock-fontify-buffer):
16228 * help-fns.el (describe-function, describe-variable)
16229 (describe-syntax, describe-categories):
16230 * help.el (view-lossage, describe-bindings, describe-key)
16231 (describe-mode):
16232 * hexl.el (hexl-current-address):
16233 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
16234 * info.el (Info-goto-emacs-key-command-node):
16235 * log-edit.el (log-edit-insert-cvs-template)
16236 (log-edit-insert-cvs-rcstemplate):
16237 * menu-bar.el (menu-bar-mode):
16238 * mouse.el (mouse-appearance-menu):
16239 * newcomment.el (comment-indent-new-line):
16240 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
16241 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 16242 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
16243 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
16244 * recentf.el (recentf-mode):
16245 * savehist.el (savehist-mode, savehist-save):
16246 * shadowfile.el (shadow-copy-files):
16247 * simple.el (kill-ring-save, next-line, previous-line)
16248 (normal-erase-is-backspace-mode):
16249 * strokes.el (strokes-update-window-configuration)
16250 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
16251 (strokes-xpm-for-stroke):
16252 * time.el (emacs-uptime, emacs-init-time):
16253 * tutorial.el (tutorial--describe-nonstandard-key)
16254 (tutorial--detailed-help):
16255 * type-break.el (type-break-mode)
16256 (type-break-mode-line-message-mode, type-break-query-mode)
16257 (type-break-guesstimate-keystroke-threshold):
16258 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
16259 * version.el (emacs-version):
16260 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
16261 * winner.el (winner-mode):
16262 * calendar/timeclock.el (timeclock-in, timeclock-out)
16263 (timeclock-status-string, timeclock-change)
16264 (timeclock-workday-remaining-string)
16265 (timeclock-workday-elapsed-string)
16266 (timeclock-when-to-leave-string):
16267 * calendar/todo-mode.el (todo-add-category):
16268 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
16269 * emacs-lisp/autoload.el (update-file-autoloads):
16270 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
16271 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
16272 (checkdoc-message-text, checkdoc-defun):
16273 * emacs-lisp/debug.el (debugger-list-functions):
16274 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16275 * emacs-lisp/eieio-opt.el (eieio-describe-class)
16276 (eieio-describe-generic):
16277 * emacs-lisp/lisp-mnt.el (lm-synopsis):
16278 * emacs-lisp/shadow.el (list-load-path-shadows):
16279 * emulation/cua-base.el (cua-mode):
16280 * emulation/edt.el (edt-set-scroll-margins):
16281 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
16282 (tpu-toggle-regexp, tpu-toggle-search-direction)
16283 (tpu-toggle-rectangle, tpu-toggle-control-keys):
16284 * emulation/tpu-extras.el (tpu-set-scroll-margins):
16285 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
16286 (viper-set-parsing-style-toggling-macro)
16287 (viper-set-emacs-state-searchstyle-macros):
16288 * emulation/viper.el (viper-set-hooks):
16289 * eshell/esh-mode.el (eshell-truncate-buffer):
16290 * international/mule-cmds.el (prefer-coding-system)
16291 (describe-input-method, describe-language-environment):
16292 * international/mule-diag.el (list-character-sets)
16293 (describe-character-set, describe-coding-system)
16294 (describe-fontset, list-fontsets, list-input-methods):
16295 * mail/sendmail.el (mail-signature):
16296 * net/ange-ftp.el (ange-ftp-copy-file):
16297 * net/browse-url.el (browse-url):
16298 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
16299 * net/quickurl.el (quickurl-add-url):
16300 * net/rcirc.el (names, topic):
16301 * net/xesam.el (xesam-mode):
16302 * play/5x5.el (5x5-new-game):
16303 * play/yow.el (apropos-zippy):
16304 * progmodes/ada-mode.el (ada-mode-version):
16305 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
16306 (f90-end-of-block)
16307 (f90-beginning-of-block):
16308 * progmodes/fortran.el (fortran-end-of-block)
16309 (fortran-beginning-of-block):
16310 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
16311 * progmodes/python.el (python-describe-symbol, python-shell):
16312 * term/ns-win.el (ns-print-buffer):
16313 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
16314 * textmodes/flyspell.el (flyspell-mode-on):
16315 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
16316 (pages-directory-for-addresses):
16317 * textmodes/table.el (table-recognize-cell)
16318 (table-query-dimension, table-generate-source)
16319 (table-insert-sequence, table--warn-incompatibility):
16320 * textmodes/tex-mode.el (tex-validate-buffer):
16321 * textmodes/texinfmt.el (texinfmt-version)
16322 (texinfo-format-buffer):
16323 Use `called-interactively-p' instead of `interactive-p'.
16324
12a3c28c
JB
163252009-10-02 Juanma Barranquero <lekktu@gmail.com>
16326
16327 * image-mode.el (image-toggle-display):
16328 * emacs-lisp/elp.el (elp-instrument-function):
16329 * emacs-lisp/advice.el (ad-make-advised-definition):
16330 * emacs-lisp/easy-mmode.el (define-minor-mode):
16331 * net/browse-url.el (browse-url-maybe-new-window):
16332 * progmodes/sh-script.el (sh-learn-buffer-indent):
16333 Pass new argument 'any to `called-interactively-p'.
16334
171fda8a
JB
163352009-10-01 Juanma Barranquero <lekktu@gmail.com>
16336
171fda8a
JB
16337 * international/uni-bidi.el:
16338 * international/uni-category.el:
16339 * international/uni-combining.el:
16340 * international/uni-comment.el:
16341 * international/uni-decimal.el:
9c3c9fdf 16342 * international/uni-decomposition.el:
171fda8a
JB
16343 * international/uni-digit.el:
16344 * international/uni-lowercase.el:
16345 * international/uni-mirrored.el:
16346 * international/uni-name.el:
16347 * international/uni-numeric.el:
16348 * international/uni-old-name.el:
16349 * international/uni-titlecase.el:
16350 * international/uni-uppercase.el:
16351 Regenerate from Unicode 5.2.0 data.
16352
dcb9734a
GM
163532009-10-01 Glenn Morris <rgm@gnu.org>
16354
16355 * Makefile.in (ELCFILES): Regenerate.
16356
ced10a4c
SM
163572009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
16358
9d28c33e
SM
16359 * subr.el (interactive-p): Mark obsolete.
16360 (called-interactively-p): Make the optional-ness of `kind' obsolete.
16361 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
16362 advertised-signature-table for subroutines as well.
16363
ced10a4c
SM
16364 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
16365 (set-advertised-calling-convention): New function.
16366 (make-obsolete, define-obsolete-function-alias)
16367 (make-obsolete-variable, define-obsolete-variable-alias):
16368 Make the optional-ness of `when' obsolete.
16369 (define-obsolete-face-alias): Make `when' non-optional.
16370 * help-fns.el (help-function-arglist):
16371 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
16372 Use advertised-signature-table.
16373
cc3dda16
MA
163742009-10-01 Michael Albinus <michael.albinus@gmx.de>
16375
16376 * files.el (delete-directory): New defun. The original function
16377 in fileio.c has been renamed to `delete-directory-internal'.
16378
16379 * dired.el (dired-delete-file): Call `delete-directory' with
16380 RECURSIVE parameter.
16381
5ce6e4f4 16382 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
16383 parameter RECURSIVE. Implementation is missing.
16384
16385 * net/tramp.el (tramp-handle-make-directory): Flush upper
16386 directory's file properties.
ced10a4c 16387 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
16388 (tramp-handle-dired-recursive-delete-directory): Flush directory
16389 properties after the remove command only.
16390
ced10a4c
SM
16391 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
16392 Handle optional parameter RECURSIVE.
cc3dda16 16393
ced10a4c
SM
16394 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16395 Handle optional parameter RECURSIVE.
cc3dda16
MA
16396
16397 * net/tramp-smb.el (tramp-smb-errors): Add error message for
16398 connection timeout.
16399 (tramp-smb-handle-delete-directory): Handle optional parameter
16400 RECURSIVE.
16401
cf885595
SM
164022009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
16403
e3a6b82f
SM
16404 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
16405 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
16406 (byte-compile-defmacro): Use backquotes.
16407
7201bfbb
SM
16408 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
16409
cf885595
SM
16410 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
16411 has no associated file.
16412 (vc-resynch-buffer): Use vc-dir-buffers.
16413
a4d2c321
GM
164142009-10-01 Glenn Morris <rgm@gnu.org>
16415
9ffe3f52
GM
16416 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
16417 (chart-file-count):
16418 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
16419 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
16420 * emacs-lisp/eieio-opt.el (eieio-describe-class):
16421 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
16422 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
16423 (eieio-copy-parents-into-subclass, make-instance, class-children)
16424 (eieio-generic-form):
bd2afec2 16425
9515cdcc
GM
16426 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
16427 match-data. (Bug#4555).
16428
a4d2c321
GM
16429 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
16430 rather than parsing it as a regexp. This relaxes the layout
16431 requirements and makes errors easier to detect.
16432 (check-declare-verify): Check file is regular.
16433 (check-declare-directory): Doc fix.
16434 * subr.el (declare-function): Doc fix.
16435
b15c31c7
GM
16436 * ibuffer.el (ibuffer-format-qualifier):
16437 * isearch.el (hi-lock-regexp-okay):
16438 * calc/calc.el (math-zerop):
16439 * mail/uce.el (rmail-msgbeg, rmail-msgend):
16440 * term/w32-win.el (setup-default-fontset, set-fontset-font):
16441 Remove unused declarations.
16442
b0b111c3
JB
164432009-09-30 Eric Ludlam <zappo@gnu.org>
16444
16445 * emacs-lisp/eieio.el (boolean-p): Delete.
16446
1fc28a2c
GM
164472009-09-30 Glenn Morris <rgm@gnu.org>
16448
1fc28a2c
GM
16449 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
16450
494f4fc7
GM
16451 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
16452 filename is not a string.
16453
561580e9
CY
164542009-09-29 Chong Yidong <cyd@stupidchicken.com>
16455
16456 * files.el (safe-local-eval-forms): Fix typo.
16457
dcbbecd4
SM
164582009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
16459
16460 * vc-hooks.el (vc-dir-buffers): New var.
16461 (vc-state-refresh): New function.
16462 (vc-state): Use it.
16463 (vc-after-save): Always ask the backend to recompute the new state.
16464 Always call vc-dir if necessary, using vc-dir-buffers.
16465 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
16466 Use vc-dir-buffers.
16467 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
16468 (vc-dir-prepare-status-buffer, vc-dir-update)
16469 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
16470 Don't call expand-file-name on default-directory.
16471
d88444f2
JB
164722009-09-29 Juanma Barranquero <lekktu@gmail.com>
16473
16474 * speedbar.el (speedbar-item-delete):
16475 * calc/calc-prog.el (calc-kbd-if):
16476 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
16477
16478 * epa.el (epa-key-list-mode-map):
16479 * hi-lock.el (hi-lock-menu): Fix typos in menus.
16480
16481 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
16482 (hs-show-hook): Fix typo in docstring.
16483
5da62d41
GM
164842009-09-29 Glenn Morris <rgm@gnu.org>
16485
8360fce0
GM
16486 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
16487 file-name-nondirectory call preventing location of cedet files.
16488 (check-declare-verify): Use literal search rather than re-search.
ae715515 16489 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
16490
16491 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
16492 Use tramp-compat-file-attributes rather than nonexistent
16493 tramp-compat-handle-file-attributes.
16494
5da62d41
GM
16495 * Makefile.in (lisptagsfiles4): New.
16496 (AUTOGENEL): Add cedet loaddefs files.
16497 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
16498 (update-elclist, compile-always, backup-compiled-files)
16499 (bootstrap-clean): Add yet another directory level.
16500 (update-elclist): Use LC_COLLATE rather than COLLATE.
16501 (ELCFILES): Update, via `make update-elclist'.
16502
48267264
JB
165032009-09-29 Juanma Barranquero <lekktu@gmail.com>
16504
16505 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
16506 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
16507 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
16508
2c4cd0b0
AS
165092009-09-28 Andreas Schwab <schwab@linux-m68k.org>
16510
16511 * Makefile.in (lisptagsfiles3): Define.
5da62d41 16512 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
16513 (update-elclist): Add third directory level to look for elc files.
16514 (compile-always): Likewise.
16515 (backup-compiled-files): Likewise.
16516 (bootstrap-clean): Likewise.
16517 (ELCFILES): Update.
16518
a2533e47
CY
165192009-09-28 Chong Yidong <cyd@stupidchicken.com>
16520
16521 * Makefile.in (ELCFILES): Add CEDET files.
16522
eefbedb1
MA
165232009-09-28 Michael Albinus <michael.albinus@gmx.de>
16524
16525 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
16526
16527 * net/tramp.el (top): Require tramp-imap.
16528
16529 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
16530 Use `tramp-compat-handle-file-attributes'.
16531
165322009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16533
16534 * net/tramp-imap.el: New package.
16535
b0b111c3
JB
165362009-09-28 Eric Ludlam <zappo@gnu.org>
16537
16538 * emacs-lisp/chart.el:
16539 * emacs-lisp/eieio-base.el:
16540 * emacs-lisp/eieio-comp.el:
16541 * emacs-lisp/eieio-custom.el:
16542 * emacs-lisp/eieio-datadebug.el:
16543 * emacs-lisp/eieio-opt.el:
16544 * emacs-lisp/eieio-speedbar.el:
16545 * emacs-lisp/eieio.el: New files.
16546
748e3d67
VJL
165472009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16548
16549 * whitespace.el (whitespace-trailing-regexp)
16550 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
16551 Fix doc string.
16552
15120dec
CY
165532009-09-27 Chong Yidong <cyd@stupidchicken.com>
16554
16555 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
16556 menu.
16557
16558 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
16559 menu-bar-ediff-menu.
16560
16561 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
16562 define-overloadable-function.
16563
16564 * progmodes/autoconf.el: Provide autoconf as well, so that this
16565 file can be `require'd.
16566
16567 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
16568
16569 * emacs-lisp/autoload.el (generated-autoload-feature)
16570 (generated-autoload-load-name): New vars.
16571 (autoload-rubric, autoload-generate-file-autoloads): Use them.
16572 (make-autoload): Recognize define-overloadable-function and
16573 defclass forms (for EIEIO).
16574
16575 * Makefile.in (update-subdirs): Exclude cedet directory.
16576
135abf91
AR
165772009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
16578
1becddbb 16579 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
16580
16581 * faces.el: Default light-background background for region face to
16582 ns_selection_color under NS.
16583
3d994264
TZ
165842009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
16585
16586 * net/imap-hash.el: New library, see NEWS.
16587
16588 * Makefile.in (ELCFILES): Add imap-hash.el.
16589
ce9a0ccb
SM
165902009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
16591
16592 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
16593 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
16594 * help-macro.el (make-help-screen): Avoid using an ambiguous function
16595 definition where the docstring could be taken for the return value.
16596
a92cdd49
GM
165972009-09-26 Glenn Morris <rgm@gnu.org>
16598
16599 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
16600 Add option to only show images below a certain size.
16601 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
16602 save-excursion calls.
16603
416ac2f1
EZ
166042009-09-26 Eli Zaretskii <eliz@gnu.org>
16605
16606 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
16607 subdirectories) and eieio.
16608
d9a13f68
AM
166092009-09-26 Alan Mackenzie <acm@muc.de>
16610
6a7662bb
BR
16611 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16612 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
16613
16614 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 16615 character constants (as case labels). (Bug#4289)
d9a13f68 16616
182b3bec
CY
166172009-09-25 Juri Linkov <juri@jurta.org>
16618
16619 * files.el (safe-local-eval-forms): Allow time-stamp in
16620 before-save-hook (Bug#4554).
16621
8f75f2da
JB
166222009-09-25 Drew Adams <drew.adams@oracle.com>
16623
16624 * menu-bar.el (list-buffers-directory): Doc fix.
16625
8390fb80
SM
166262009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
16627
16628 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
16629 Try and avoid copying twice the same paragraph.
16630 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
16631 Remove save-excursion.
16632 (log-edit-changelog-entry): Do it here instead.
16633
11ee8d90
JB
166342009-09-25 Juanma Barranquero <lekktu@gmail.com>
16635
027b1942
JB
16636 * bs.el (bs--get-file-name): Use `list-buffers-directory'
16637 when available, instead of hardcoding mode names. Doc fix.
16638
11ee8d90
JB
16639 * menu-bar.el (list-buffers-directory): Add docstring.
16640 Make automatically buffer-local.
16641
16642 * dired.el (dired-mode):
16643 * files.el (cd-absolute):
16644 * pcvs.el (cvs-temp-buffer):
16645 * pcvs-util.el (cvs-get-buffer-create):
16646 * shell.el (shell-mode):
16647 * vc-dir.el (vc-dir-mode):
16648 Don't make `list-buffers-directory' buffer local.
16649
21289c5d
CY
166502009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
16651
8390fb80
SM
16652 * comint.el (comint-exec, comint-run, make-comint):
16653 Doc fixes (Bug#4542).
21289c5d 16654
e8652dd9
GM
166552009-09-25 Glenn Morris <rgm@gnu.org>
16656
16657 * mail/rmailmm.el (rmail-mime): New custom group.
16658 Move all defcustoms in this file into this group.
16659 (rmail-mime-media-type-handlers-alist): Revert previous change.
16660 (rmail-mime-show-images): New option.
16661 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
16662 references to it, since it wasn't actually used for anything.
16663 (rmail-mime-insert-image): New function.
16664 (rmail-mime-image): Use rmail-mime-insert-image.
16665 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
16666 obey the value of `rmail-mime-show-images' option. Print the size of
16667 attachments.
e8652dd9 16668
fb652bb5
JB
166692009-09-25 David Engster <deng@randomsample.de>
16670
16671 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
16672
32a9841c
VJL
166732009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16674
16675 * whitespace.el: Does not highlight trailing spaces While point is
16676 at end of line. Does not highligt spaces at beginning of buffer
16677 while point is at beginning of buffer. Does not highlight spaces
16678 at end of buffer while point is at end of buffer. (Bug#4177)
16679 New version 12.0.
16680 (whitespace-display-mappings): Adjust initialization.
16681 (whitespace-point, whitespace-font-lock-refontify): New vars.
16682 (whitespace-color-on, whitespace-color-off): Adjust code.
16683 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
16684 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
16685 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
16686
e477ca84
CY
166872009-09-24 Chong Yidong <cyd@stupidchicken.com>
16688
16689 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
16690
16691 * textmodes/sgml-mode.el: Remove xml-mode alias.
16692
16693 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 16694 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 16695
68712602
AM
166962009-09-24 Alan Mackenzie <acm@muc.de>
16697
16698 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
16699 c-forward-conditionals, but it doesn't move point and doesn't set
16700 the mark.
16701 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
16702 (c-down-conditional-with-else, c-backward-conditional)
16703 (c-forward-conditional): Refactor to use c-scan-conditionals.
16704
1659ada0
JB
167052009-09-24 Juanma Barranquero <lekktu@gmail.com>
16706
16707 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
16708 (help-default-arg-highlight): Remove.
16709 (help-highlight-arg): New function.
16710 (help-do-arg-highlight): Use it.
16711 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
16712
b3f01e46
SM
167132009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
16714
16715 * term.el (term-set-scroll-region, term-handle-ansi-escape):
16716 Undo last change, which didn't fix the problem and introduced others.
16717
107ef54a
NR
167182009-09-24 Nick Roberts <nickrob@snap.net.nz>
16719
16720 * progmodes/gdb-mi.el: Don't require speedbar.
16721 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
16722
ffa1fed6
GM
167232009-09-24 Glenn Morris <rgm@gnu.org>
16724
2157a2be
GM
16725 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
16726
6125167c
GM
16727 * term/ns-win.el (ns-reg-to-script): Define for compiler.
16728
ffa1fed6
GM
16729 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
16730 there is no newline after the final mime boundary. (Bug#4539)
16731 Move markers on insertion so that any buttons inserted don't end up in
16732 the next part of a multipart message.
2e9075d3
GM
16733 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
16734 (rmail-mime-bulk-handler): Optionally handle images.
16735 (rmail-mime-image): New button action.
16736 (rmail-mime-image-handler): New function.
16737 (rmail-mime-mode): New mode.
16738 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 16739
4a814992
SM
167402009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
16741
075518b5
SM
16742 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
16743 than just dropping elements from it (bug#4504).
16744
8ad2defc
SM
16745 * term.el (term-set-scroll-region): Don't move cursor any more.
16746 (term-handle-ansi-escape): Call term-goto here instead.
16747 Suggested by Ivan Kanis <apple@kanis.eu>.
16748
4a814992
SM
16749 * term.el: Require CL.
16750 (term-ansi-reset): New function.
16751 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
16752 (term-handle-colors-array): Simplify.
16753
5a0c3f56
JB
167542009-09-24 Juanma Barranquero <lekktu@gmail.com>
16755
16756 * allout.el (allout-overlay-interior-modification-handler)
16757 (allout-obtain-passphrase):
16758 * epa-file.el (epa-file-write-region):
16759 * ps-print.el (ps-begin-job):
16760 * vc-hooks.el (vc-toggle-read-only):
16761 * vc-rcs.el (vc-rcs-rollback):
16762 * vc-sccs.el (vc-sccs-rollback):
16763 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
16764 (vc-version-diff, vc-revert, vc-rollback):
16765 * wdired.el (wdired-check-kill-buffer):
16766 * emacs-lisp/authors.el (authors):
16767 * net/socks.el (socks-open-connection):
16768 * net/zeroconf.el (zeroconf-service-add-hook):
16769 * obsolete/vc-mcvs.el (vc-mcvs-register):
16770 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
16771 (gdb-select-frame):
16772 * progmodes/grep.el (lgrep, rgrep):
16773 * progmodes/idlw-help.el (idlwave-help-check-locations)
16774 (idlwave-help-html-link, idlwave-help-assistant-open-link):
16775 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
16776 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
16777 (reftex-toc-rename-label): Fix typos in error messages.
16778
16779 * dired-aux.el (dired-do-shell-command): Reflow docstring.
16780 (dired-copy-how-to-fn): Doc fix.
16781 (dired-files-attributes, dired-read-shell-command):
16782 Fix typos in docstrings.
16783
16784 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
16785 (dired-x-find-file-other-window): Reflow docstrings.
16786 (dired-omit-marker-char, dired-read-shell-command)
16787 (dired-x-submit-report): Fix typos in docstrings.
16788
16789 * shell.el (shell-mode-hook):
16790 * view.el (View-scroll-line-forward):
16791 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
16792 Fix typos in docstrings.
16793
16794 * net/dig.el (dig-invoke): Fix typo in docstring.
16795 (query-dig): Reflow docstring.
16796
16797 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
16798 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
16799 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
16800 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
16801 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
16802 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
16803 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
16804 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
16805 (idlwave-completion-map, idlwave-current-indent)
16806 (idlwave-custom-ampersand-surround, idlwave-customize)
16807 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
16808 (idlwave-define-abbrev, idlwave-determine-class-special)
16809 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
16810 (idlwave-end-block-reg, idlwave-end-of-statement)
16811 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
16812 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
16813 (idlwave-explicit-class-listed, idlwave-file-header)
16814 (idlwave-fill-paragraph, idlwave-find-class-definition)
16815 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
16816 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
16817 (idlwave-in-quote, idlwave-indent-action-table)
16818 (idlwave-indent-expand-table, idlwave-indent-line)
16819 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
16820 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
16821 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
16822 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
16823 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
16824 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
16825 (idlwave-outlawed-buffers, idlwave-popup-select)
16826 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
16827 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
16828 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
16829 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
16830 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
16831 (idlwave-statement-type, idlwave-struct-skip)
16832 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
16833 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
16834 (idlwave-what-module-find-class): Fix typos in docstrings.
16835 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
16836 (idlwave-calculate-cont-indent, idlwave-expand-equal)
16837 (idlwave-find-module, idlwave-find-structure-definition)
16838 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
16839 (idlwave-list-load-path-shadows, idlwave-next-statement)
16840 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
16841 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
16842 (idlwave-template): Reflow docstrings.
16843
16844 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
16845 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
16846 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
16847 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
16848 (idlwave-shell-display-line, idlwave-shell-display-wframe)
16849 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
16850 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
16851 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
16852 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
16853 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
16854 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
16855 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
16856 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
16857 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
16858 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
16859 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
16860 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
16861 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
16862 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
16863 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
16864 Fix typos in docstrings.
16865 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
16866 (idlwave-shell-hide-output, idlwave-shell-mode)
16867 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
16868 Reflow docstrings.
16869
16870 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
16871
62136c5d
SM
168722009-09-24 Ivan Kanis <apple@kanis.eu>
16873
16874 * term.el (term-bold-attribute): New var.
16875 (term-handle-colors-array): Use it.
16876
9c1a45ed
NR
168772009-09-23 Nick Roberts <nickrob@snap.net.nz>
16878
16879 * progmodes/gdb-mi.el (gdb-version): New variable.
16880 (gdb-non-stop-handler): Set gdb-version.
16881 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
16882 Condition "--thread" option on gdb-version.
16883 (gdb-invalidate-threads): Remove unused argument.
16884
03304f31
SM
168852009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16886
16887 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
16888 to looking-back to avoid ridiculous slow down in large files (bug#4511).
16889
4f02f0c9
GM
168902009-09-23 Glenn Morris <rgm@gnu.org>
16891
16892 * mail/rmail.el (rmail-reply): Don't try to add a References header when
16893 replying to mail without References or Message-Id. (Bug#4525)
16894
a3b4b363
AR
168952009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
16896
16897 * term/ns-win.el (ns-reg-to-script): New variable.
16898
7bda18cc
DU
168992009-09-23 Daiki Ueno <ueno@unixuser.org>
16900
16901 * epg.el (epg-wait-for-status): Preserve existing 'error results.
16902
72169e55
SS
169032009-09-22 Sam Steingold <sds@gnu.org>
16904
16905 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
16906 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
16907 to 1 because hg returns status 1 when nothing is found.
0aa4f295 16908 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 16909
905b7d38
SM
169102009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
16911
b0459dec
SM
16912 * textmodes/fill.el: Convert to utf-8 encoding.
16913 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 16914 pre-Unicode days.
b0459dec 16915
905b7d38
SM
16916 * add-log.el (change-log-fill-forward-paragraph): New function.
16917 (change-log-mode): Use it so fill-region DTRT.
16918 Set fill-indent-according-to-mode here rather than in
16919 change-log-fill-paragraph.
16920 (change-log-fill-paragraph): Remove.
16921
baa7f3de
JB
169222009-09-22 Juanma Barranquero <lekktu@gmail.com>
16923
16924 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
16925 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
16926
a8d789f0
GM
169272009-09-22 Glenn Morris <rgm@gnu.org>
16928
daedbbc2
GM
16929 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
16930 the scroll-bar scroll the calendar window rather than the buffer.
16931
d8899a74
GM
16932 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
16933 commands that move point (as opposed to scrolling).
16934
a8d789f0
GM
16935 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
16936
16937 * emacs-lisp/elint.el (elint): New custom group.
16938 (elint-log-buffer): Make it a defcustom.
16939 (elint-scan-preloaded, elint-ignored-warnings)
16940 (elint-directory-skip-re): New options.
16941 (elint-builtin-variables): Doc fix.
16942 (elint-preloaded-env): New variable.
16943 (elint-unknown-builtin-args): Add an entry for encode-time.
16944 (elint-extra-errors): Make it a variable rather than a constant.
16945 (elint-preloaded-skip-re): New constant.
16946 (elint-directory): Skip files matching elint-directory-skip-re.
16947 (elint-features): New variable, local to linted buffers.
16948 (elint-update-env): Initialize elint-features. Possibly add
16949 elint-preloaded-env to the buffer's environment.
16950 (elint-get-top-forms): Bind elint-current-pos, for log messages.
16951 Skip quoted forms.
16952 (elint-init-form): New function, extracted from elint-init-env.
16953 Make non-list forms a warning rather than an error.
16954 Add the mode-map for define-derived-mode. Handle define-minor-mode,
16955 easy-menu-define, put that adds an error-condition, and provide.
16956 When requiring cl, also require cl-macs. Really require cl, to handle
16957 some cl macros. Store required libraries in the list elint-features,
16958 so as not to re-load them. Treat cc-require like require.
16959 (elint-init-env): Call elint-init-form to do the work.
16960 Handle eval-and-compile and such like.
16961 (elint-add-required-env): Do not clear messages.
16962 (elint-special-forms): Add handlers for function, defalias, if, when,
16963 unless, and, or.
16964 (elint-form): Add optional argument to ignore elint-special-forms,
16965 useful to prevent recursive calls from handlers. Doc fix.
16966 Respect elint-ignored-warnings.
16967 (elint-form): Respect elint-ignored-warnings.
16968 (elint-bound-variable, elint-bound-function): New variables.
16969 (elint-unbound-variable): Respect elint-bound-variable.
16970 (elint-get-args): Respect elint-bound-function.
16971 (elint-check-cond-form): Add some simple handling for (f)boundp and
16972 featurep tests.
16973 (elint-check-defalias-form): New handler.
16974 (elint-check-let-form): Make an empty let a warning rather than an
16975 error.
16976 (elint-check-setq-form): Make an empty setq a warning rather than an
16977 error. Respect elint-ignored-warnings.
16978 (elint-check-defvar-form): Accept null doc-strings.
16979 (elint-check-conditional-form): New handler. Does some simple-minded
16980 checking of featurep and (f)boundp tests.
16981 (elint-put-function-args): New function.
16982 (elint-initialize): Use elint-scan-doc-file rather than
16983 elint-find-builtin-variables. Use elint-put-function-args.
16984 Possibly scan preloaded-file-list.
16985 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
16986 extend to handle functions as well.
16987
245be23c
JB
169882009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
16989
16990 * linum.el (linum-delete-overlays, linum-update-window):
16991 Do not modify the right margin. (Bug#3971)
16992
91fdbd6f
CY
169932009-09-21 Chong Yidong <cyd@stupidchicken.com>
16994
6a7662bb
BR
16995 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
16996 Use nxml-mode instead of xml-mode.
91fdbd6f 16997
7589d38e
JB
169982009-09-21 Kevin Ryde <user42@zip.com.au>
16999
17000 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
17001
5ac42715
SM
170022009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
17003
17004 * net/dig.el (dig-mode): Use define-derived-mode.
17005
09c01323
DN
170062009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
17007
4096c5f2
DN
17008 * vc-dispatcher.el (vc-do-command): Return the process object in
17009 the asynchronous case. Use when instead of if. Do not run
5480359e 17010 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 17011
0e172cc2
DN
17012 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
17013 properties to the stash strings.
17014 (vc-git-stash-list): Return a list of strings.
17015 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
17016 (vc-git-stash-show-at-point): New functions.
17017 (vc-git-stash-map): New keymap.
17018
03304f31
SM
17019 * register.el (ctl-x-r-map): Define the keys here instead of
17020 using autoload.
09c01323 17021
03304f31 170222009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
17023
17024 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
17025 list, to workaround performance problem (bug#4485).
17026
2f5fc4d7
NR
170272009-09-20 Nick Roberts <nickrob@snap.net.nz>
17028
17029 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
17030
b0f5fd2e
DU
170312009-09-20 Daiki Ueno <ueno@unixuser.org>
17032
17033 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
17034 Document that this option is not recommended to use.
17035
f3445fab
GM
170362009-09-19 Glenn Morris <rgm@gnu.org>
17037
547c6921
GM
17038 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
17039 variable `var'.
17040
f3445fab
GM
17041 * calc/calc-alg.el (var):
17042 * calc/calcalg2.el (var): Define for compiler.
17043
946c009b
CY
170442009-09-19 Chong Yidong <cyd@stupidchicken.com>
17045
e3f36d03
SM
17046 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
17047 Doc fix (Bug#3932).
e2045997 17048
24aedbca
CY
17049 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
17050
327dd27a
CY
17051 * time-stamp.el (time-stamp-month-dd-yyyy)
17052 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
17053 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
17054 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
17055 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
17056 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 17057
946c009b
CY
17058 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
17059 indent buffer only if called interactively (Bug#4452).
17060
3e70541a 170612009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 17062 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
17063
17064 This fixes bug#4197 (merged to bug#865, though not identical).
17065 * server.el (server-auth-dir): Add docstring note about FAT32.
17066 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
17067 but warn against using them.
17068
9b94c32e
NR
170692009-09-19 Nick Roberts <nickrob@snap.net.nz>
17070
17071 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
17072 older GDB where there is no has_more field.
17073
66590684
GM
170742009-09-19 Glenn Morris <rgm@gnu.org>
17075
17076 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
17077
9a1337f9
CY
170782009-09-18 Chong Yidong <cyd@stupidchicken.com>
17079
17080 * files.el (auto-mode-alist): Change default for XML files to nXML
17081 mode (Bug#4169).
17082
d7554167
JB
170832009-09-18 Juanma Barranquero <lekktu@gmail.com>
17084
17085 * server.el (server-ensure-safe-dir): Pass 'integer
17086 to `file-attributes', as suggested.
17087
35a3f9a4
SM
170882009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
17089
17090 * dired-aux.el (dired-query-alist): Remove spurious backslash.
17091 (dired-query): Use read-key.
17092
044f9b05
AR
170932009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
17094
17095 * cus-start.el (ns-use-qd-smoothing): Remove.
17096
6188ea49
GM
170972009-09-18 Glenn Morris <rgm@gnu.org>
17098
08cf18e4
GM
17099 * allout.el (top-level): Remove unnecessary progn.
17100
07eae5c5
GM
17101 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
17102
6726c25e
GM
17103 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
17104 definition of abbrev table.
17105
3f527154 17106 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
17107 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
17108 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
17109 * net/newst-backend.el (newsticker--cache-read-feed):
17110 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
17111 condition-case handlers.
17112
ccb4c30c
NR
171132009-09-18 Nick Roberts <nickrob@snap.net.nz>
17114
17115 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
17116 (gdb-var-list): Add an element for has_more field.
17117 (gdb-non-stop-handler): Enable pretty printing for STL containers.
17118 (gdb-var-create-handler, gdb-var-list-children-handler-1)
17119 (gdb-var-update-handler-1): Parse output of dynamic variable
17120 objects (STL containers).
17121 (gdb-var-delete-1): Pass var1 as an explicit second argument.
17122 (gdb-get-field): Delete alias. Use bindat-get-field directly.
17123
17124 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
17125 gdb-var-list.
17126 (gud-speedbar-buttons): Make node expandable if expression "has more"
17127 children.
17128
8686ac71
JB
171292009-09-17 Juanma Barranquero <lekktu@gmail.com>
17130
17131 * startup.el (emacs-quick-startup): Remove variable and all uses.
17132 (command-line): Set `inhibit-x-resources' instead.
17133 (command-line-1): Use `inhibit-x-resources' instead.
17134
a69c67e8
CY
171352009-09-17 Chong Yidong <cyd@stupidchicken.com>
17136
17137 * subr.el: Fix last change to avoid using the `unless' macro,
17138 which breaks bootstrapping.
17139
354f0faf
SM
171402009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
17141
17142 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
17143 extended definitions, in case we reload subr.el after having
17144 loaded CL.
17145 (eval-next-after-load): Mark as obsolete.
17146
98b9bf40
JL
171472009-09-17 Juri Linkov <juri@jurta.org>
17148
17149 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
17150 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
17151 (menu-bar-showhide-menu, menu-bar-tools-menu)
17152 (menu-bar-describe-menu, menu-bar-help-menu)
17153 (minibuffer-local-completion-map, minibuffer-local-map):
17154 Fix list quoting.
17155
28fab7b5
GM
171562009-09-17 Glenn Morris <rgm@gnu.org>
17157
88d5190c
GM
17158 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
17159 arguments, whether or not it has a handler.
17160
74f24ba7
GM
17161 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
17162
28fab7b5
GM
17163 * simple.el (hard-newline): Give it a doc-string.
17164
a8106aec
GM
17165 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17166 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 17167
76251ad7
DN
171682009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
17169
72033dbe
DN
17170 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
17171 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
17172 (menu-bar-options-menu, menu-bar-showhide-menu)
17173 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
17174 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
17175 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
17176 (menu-bar-options-menu, menu-bar-tools-menu)
17177 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
17178 (menu-bar-help-menu):
17179 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
17180 string arguments.
17181
76251ad7
DN
17182 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
17183 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
17184 calls for the menu names and :help.
17185
97b952b7
SM
171862009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
17187
17188 * mouse.el (minor-mode-menu-from-indicator): Pay attention
17189 to :minor-mode-function (bug#4455).
17190
8f38189e
SM
171912009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17192
d2fd733e
SM
17193 * startup.el (command-line): Initialize the window-system after
17194 processing the command-line.
17195
8f38189e
SM
17196 * textmodes/page.el (what-page): Make sure we don't inf-loop if
17197 page-delimiter matches the empty string.
17198
77564fa4
GM
171992009-09-16 Glenn Morris <rgm@gnu.org>
17200
17201 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
17202 byte-compile-not-obsolete-var. It's a list now.
17203 (byte-compile-not-obsolete-funcs): New variable.
17204 (byte-compile-warn-obsolete): Don't warn about functions if they are in
17205 byte-compile-not-obsolete-funcs.
17206 (byte-compile-variable-ref, byte-compile-defvar): Update for
17207 byte-compile-not-obsolete-vars name-change and list nature.
17208 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
17209 and variables behind (f)boundp tests.
17210 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
17211
79d316d3
DN
172122009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
17213
17214 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
17215
8fed6934
SM
172162009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17217
17218 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
17219 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
17220 Don't autoload.
17221
4078fd57
SE
172222009-09-15 Stephen Eglen <stephen@gnu.org>
17223
17224 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 17225 the virtual-buffers, use the name of the buffer specified by
4078fd57 17226 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 17227 problem if the target and the symlink had different names.)
4078fd57 17228
838ff458
SM
172292009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17230
b3c7c12d
SM
17231 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
17232
13dc2bc2
SM
17233 * desktop.el (desktop-path): Check user-emacs-directory.
17234
49fec531
SM
17235 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
17236
0e328d37
SM
17237 * loadup.el: Use after-load-functions to GC after loading each file.
17238 Remove the explicit GC calls that used to be sprinkled around.
17239
838ff458
SM
17240 * subr.el (after-load-functions): New hook.
17241 (do-after-load-evaluation): Run it. Use string-match-p to detect
17242 `obsolete' packages, rather than painfully extracting the relevant
17243 directory name.
17244
a62f564f
GM
172452009-09-15 Glenn Morris <rgm@gnu.org>
17246
17247 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
17248 free variable `doc'.
17249
17250 * dired.el (dired-mode-map): Add menu entry for async shell command.
17251
17252 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
17253 variables, also consider the .elc files, since the .el files are
17254 normally gzipped (subsequent code locates the .el.gz from the .elc).
17255
17256 * calc/calc-prog.el (arglist): Define for compiler.
17257
17258 * calendar/diary-lib.el (diary-display-function): Change the default to
17259 fancy display.
17260 (body): Define for compiler.
17261
17262 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
17263 (byte-compile-file-form, byte-compile-lambda)
17264 (byte-compile-top-level-body, byte-compile-form)
17265 (byte-compile-variable-ref, byte-compile-setq)
17266 (byte-compile-setq-default, byte-compile-body)
17267 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
17268 (batch-byte-compile): Give some more local variables with common names
17269 a "bytecomp-" prefix to avoid masking warnings about free variables.
17270
cd05fe7f
GM
17271 * startup.el (command-line-1): Give local variables with common names a
17272 distinguishing prefix, so as not to hide free variable warnings during
17273 bootstrap.
17274
a62f564f
GM
17275 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
17276 clever and add a suffix to make a unique name, just let the user decide
17277 whether or not to overwrite it. If the input is a directory, write the
17278 default filename to that directory. (Bug#4388)
17279 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
17280 is a filename-as-a-directory.
17281
fbc88440
SM
172822009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17283
17284 * textmodes/page.el (what-page): Don't move to beginning of line.
17285 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
17286
60308853
DN
172872009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
17288
17289 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
17290
32ba3abc
DN
172912009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
17292
9cd39aff
DN
17293 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
17294 * help.el (help-for-help-internal): Add purecopy calls for text.
17295
32ba3abc
DN
17296 * vc.el (top): print-log method now takes an optional SHORTLOG
17297 argument. Add a new method: root.
32ba3abc
DN
17298 (vc-root-diff, vc-print-root-log): New functions.
17299 (vc-log-short-style): New variable.
17300 (vc-print-log-internal): Add support for showing short logs.
17301
17302 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
17303 vc-print-root-log and vc-print-root-diff.
17304
17305 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
17306 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
17307 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
17308 short logs.
17309
17310 * vc-cvs.el (vc-cvs-print-log):
17311 * vc-mtn.el (vc-mtn-print-log):
17312 * vc-rcs.el (vc-rcs-print-log):
17313 * vc-sccs.el (vc-sccs-print-log):
17314 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
17315 that is ignored for now.
17316
837b0e99
DN
17317 * vc-mtn.el (vc-mtn-annotate-command):
17318 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
17319
31cd2dd4
SM
173202009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
17321
17322 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
17323 to function-key-map, and give them ascii-character property.
17324 * term/x-win.el (x-alternatives-map):
17325 * term/ns-win.el (ns-alternatives-map):
17326 * term/internal.el (msdos-key-remapping-map):
17327 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
17328
d62e5bf2
GM
173292009-09-14 Glenn Morris <rgm@gnu.org>
17330
17331 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
17332 temp-buffers (2009-09-12).
17333
7d0105e5
SM
173342009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
17335
17336 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
17337 the new read-key function.
17338
e17ed9ad
CY
173392009-09-13 Chong Yidong <cyd@stupidchicken.com>
17340
17341 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
17342 is defined (Bug#4405).
17343
1fc26e29
CY
173442009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
17345
17346 * recentf.el (recentf-cleanup): Use a hash table to find
17347 duplicates (Bug#4407).
17348
61dc96a2 173492009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
17350
17351 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
17352 kp-0 to ascii equivalents (Bug#4325).
17353
42c3a9e3
CY
173542009-09-13 Chong Yidong <cyd@stupidchicken.com>
17355
1f5c1626
CY
17356 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
17357
42c3a9e3 17358 * eshell/em-hist.el:
31cd2dd4
SM
17359 * eshell/em-dirs.el (eshell-complete-user-reference):
17360 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
17361
173622009-09-13 Leo <sdl.web@gmail.com> (tiny change)
17363
17364 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
17365 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
17366 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
17367 * eshell/em-hist.el (eshell-history-file-name):
17368 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 17369
1e2b6acf
GM
173702009-09-13 Glenn Morris <rgm@gnu.org>
17371
17372 * ediff-merg.el (ediff-do-merge):
17373 * filesets.el (filesets-run-cmd):
17374 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
17375 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
17376 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
17377 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
17378 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
17379 Replace empty `let's with `progn'.
17380
adba8116
SM
173812009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
17382
17383 * mail/sendmail.el (send-mail-function):
17384 * tooltip.el (tooltip-mode):
17385 * simple.el (transient-mark-mode):
17386 * rfn-eshadow.el (file-name-shadow-mode):
17387 * frame.el (blink-cursor-mode):
17388 * font-core.el (global-font-lock-mode):
17389 * files.el (temporary-file-directory)
17390 (small-temporary-file-directory, auto-save-file-name-transforms):
17391 * epa-hook.el (auto-encryption-mode):
17392 * composite.el (global-auto-composition-mode):
17393 Use custom-initialize-delay.
17394 * startup.el (command-line): Don't explicitly call
17395 custom-reevaluate-setting for all the above vars.
17396 * custom.el (custom-initialize-safe-set)
17397 (custom-initialize-safe-default): Delete.
17398
0a4afea9
SM
173992009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17400
9f94990d
SM
17401 * term/x-win.el (x-initialize-window-system):
17402 * term/w32-win.el (w32-initialize-window-system):
17403 * term/ns-win.el (ns-initialize-window-system): Don't call
17404 mouse-wheel-mode since it's enabled globally by default already.
17405
0a4afea9
SM
17406 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
17407 actually define the variable, but only silences the byte-compiler.
17408 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
17409 before looking it up.
17410 (mouse-wheel-scroll-amount): Also reset the bindings if this value
17411 is changed.
17412
bf01513f
GM
174132009-09-12 Glenn Morris <rgm@gnu.org>
17414
17415 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
17416 1000.
17417 (elint-add-required-env): Don't beep on error.
17418 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
17419 (elint-init-env): Skip non-list forms.
17420 (elint-log): Handle unknown file positions.
bf01513f 17421
d85889e4
DU
174222009-09-12 Daiki Ueno <ueno@unixuser.org>
17423
17424 * epg.el (epg-make-context): Add autoload cookie.
17425 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
17426 (epg-decrypt-string, epg-start-verify, epg-verify-file)
17427 (epg-verify-string, epg-start-sign, epg-sign-file)
17428 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
17429 (epg-encrypt-string, epg-start-export-keys)
17430 (epg-export-keys-to-file, epg-export-keys-to-string)
17431 (epg-start-import-keys, epg-import-keys-from-file)
17432 (epg-import-keys-from-string, epg-start-receive-keys)
17433 (epg-receive-keys, epg-import-keys-from-server)
17434 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
17435 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
17436 (epg-generate-key-from-file, epg-generate-key-from-string):
17437 Remove autoload cookie.
d85889e4 17438
8f825ee6
EZ
174392009-09-12 Eli Zaretskii <eliz@gnu.org>
17440
36b434ee
EZ
17441 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
17442 reevaluation of trash-directory.
17443
8f825ee6
EZ
17444 * mwheel.el: Fix last change.
17445 (mouse-wheel-mode): New defvar.
17446 (mouse-wheel-mode): Remove autoload cookie.
17447
5766c380
SM
174482009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17449
ab5c0fcd
SM
17450 * mwheel.el (mwheel-installed-bindings): New var.
17451 (mouse-wheel-mode): Use it, so as to make sure we really remove all
17452 the bindings we set last time. Use custom-initialize-delay.
17453 * loadup.el: Load mwheel after term/*-win.el.
17454 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
17455 and mouse-wheel-up-event now that their first evaluation is done
17456 sufficiently late to be correct.
17457
45448e64
SM
17458 * startup.el (tutorial-directory): Make it a defcustom.
17459 Use custom-initialize-delay rather than eval-at-startup to set it.
17460 * image.el (image-load-path): Make it a defcustom.
17461 Use custom-initialize-delay rather than eval-at-startup to set it.
17462 * subr.el (eval-at-startup): Remove.
17463 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
17464
5766c380
SM
17465 * subr.el (do-after-load-evaluation): Warn the user after loading an
17466 obsolete package.
17467
d6549da4
GM
174682009-09-12 Glenn Morris <rgm@gnu.org>
17469
17470 * proced.el (proced-mark-alt): Remove alias.
17471 (proced-mode-map): Remove proced-mark-alt.
17472
17473 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
17474 Elint file and directory. Remove initialization entry.
17475
17476 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
17477 commands.
17478 (elint-current-buffer): Set mode-line-process.
17479 (elint-init-env): Handle define-derived-mode.
17480 Fix declare-function with unspecified arglist. Guard against odd
17481 defalias statements (eg iso-insert's 8859-1-map).
17482 (elint-add-required-env): Use a temp buffer.
17483 (elint-form): Just print the function/macro name, not the whole form.
17484 Return env unchanged if we fail to parse a macro.
17485 (elint-forms): Guard against parse errors.
17486 (elint-output): New function, to handle batch mode.
17487 (elint-log-message): Add optional argument. Use elint-output.
17488 (elint-set-mode-line): New function.
17489
30194d4d
CY
174902009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
17491
17492 * emacs-lisp/elp.el (elp-not-profilable): Add more
17493 functions (Bug#4233).
17494
a035f9b0
CY
174952009-09-12 Chong Yidong <cyd@stupidchicken.com>
17496
17497 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
17498 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
17499
dad61164
NR
175002009-09-11 Nick Roberts <nickrob@snap.net.nz>
17501
17502 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
17503 (gdb-var-list-children): Use json parsing.
17504
9c3c9fdf 175052009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
17506
17507 * progmodes/js.el (js--proper-indentation): Handle the case where
17508 char-before is null. Reported by Deniz Dogan.
17509
b4587710
JB
175102009-09-11 Juanma Barranquero <lekktu@gmail.com>
17511
17512 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
17513
13890796
DU
175142009-09-11 Daiki Ueno <ueno@unixuser.org>
17515
17516 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
17517 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 17518 (epg-context-set-passphrase-callback)
97d4bdba 17519 (epg-context-set-progress-callback): Add description about
b18508dd 17520 callback function.
13890796 17521
2efb64a8
SM
175222009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
17523
790d0270
SM
17524 * custom.el (custom-delayed-init-variables): New var.
17525 (custom-initialize-delay): New function.
17526 * startup.el (command-line): "Re"evaluate all vars in
17527 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
17528 explicitly any more.
17529 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
17530 to avoid creating a ~/.emacs.d at build-time (bug#4347).
17531
17532 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 17533
ac243a40
NR
175342009-09-11 Nick Roberts <nickrob@snap.net.nz>
17535
17536 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
17537 (gdb-var-update-handler): Use json parsing.
17538
657bc6fc
JB
175392009-09-11 Juanma Barranquero <lekktu@gmail.com>
17540
17541 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
17542 decode annotated text, regardless of language environment. (Bug#2741)
17543
b6fe8102
SM
175442009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
17545
17546 * Makefile.in (autoloads): Make rmail.el writable as well.
17547
5cc443fe
GM
175482009-09-11 Glenn Morris <rgm@gnu.org>
17549
5515c54e
GM
17550 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
17551 loaddefs.el.
17552 * dired.el: Regenerate with extracted autoloads.
17553 * Makefile.in (autoloads): Make dired.el writable.
17554
15067158
GM
17555 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
17556 * ibuffer.el: Regenerate with extracted autoloads.
17557 * Makefile.in (autoloads): Make ibuffer.el writable.
17558
d35d0238
GM
17559 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
17560 * version.el (emacs-copyright, emacs-major-version)
17561 (emacs-minor-version): Reformat doc-strings for make-docfile.
17562
5cc443fe
GM
17563 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
17564 functions and variables, since they must be stuff specific to some other
17565 platform.
17566 (apropos-print): Make mouse-click message less specific about button.
17567
17568 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
17569 that records where a macro was defined.
17570 * help-fns.el (describe-function-1): Mention if a function has a
17571 compiler-macro.
17572 * help-mode.el (help-function-cmacro): New button.
17573
17574 * locate.el (top-level): Always require dired.
17575 (locate-mode-map): Initialize inside the defvar.
17576
17577 * net/ange-ftp.el (dired-compress-file): Declare.
17578 (ange-ftp-dired-compress-file): Add doc string.
17579
17580 * term/ns-win.el (x-display-name, x-setup-function-keys):
17581 Unify doc-strings with X versions.
17582
8cb95edf
SM
175832009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
17584
726a4d09
SM
17585 * emulation/crisp.el (crisp-mode-map): Move initialization
17586 into declaration.
17587 (crisp-mode): Use define-minor-mode.
17588
8cb95edf
SM
17589 * progmodes/xscheme.el (xscheme-evaluation-commands):
17590 Put a :advertised-binding property rather than using
17591 advertised-xscheme-send-previous-expression.
17592 (advertised-xscheme-send-previous-expression): Declare obsolete.
17593 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
17594 `advertised-undo'.
17595 (crisp-mode): Add corresponding bindings to
17596 undo's :advertised-binding instead.
17597 * dired.el (dired-mode-map): Put a :advertised-binding property rather
17598 than using dired-advertised-find-file.
17599 (dired-advertised-find-file):
17600 * simple.el (advertised-undo):
17601 * wid-edit.el (advertised-widget-backward): Declare obsolete.
17602 (widget-keymap): Put a :advertised-binding property rather
17603 than using advertised-widget-backward.
17604 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
17605 than using advertised-undo.
17606 * tutorial.el (tutorial--default-keys): Adjust accordingly.
17607
07db5857
SS
176082009-09-10 Simon South <ssouth@slowcomputing.org>
17609
17610 * progmodes/delphi.el (delphi-tab): Indent region when Transient
17611 Mark mode is enabled and region is active; otherwise indent or
17612 insert TAB as usual.
17613 (delphi-mode): Update description of TAB-key binding.
17614
50d4ba39
SM
176152009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
17616
17617 * subr.el (define-key-rebound-commands): Mark obsolete.
17618 * startup.el (precompute-menubar-bindings): Remove.
17619 (normal-top-level): Remove obsolete code that tried to precompute
17620 menubar bindings.
17621 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
17622 define-key-rebound-commands and precompute-menubar-bindings.
17623
ffa894db
KY
176242009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
17625
17626 * net/imap.el (imap-interactive-login): Better messages.
17627 (imap-open): Fix bug with renamed buffer on reconnect.
17628 (imap-authenticate): Add buffer-local imap-last-authenticator variable
17629 for easier debugging and cleaner code. On successful (guessed based on
17630 server capabilities) secondary authentication, set imap-state
17631 correctly.
17632 (imap-last-authenticator): Define imap-last-authenticator as a variable
17633 to avoid warnings.
17634
9477096c
GM
176352009-09-10 Glenn Morris <rgm@gnu.org>
17636
17637 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
17638
17639 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
17640 (byte-compile-file-form-autoload): Don't warn about unknown functions
17641 where the autoload statement comes after the use.
17642 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
17643 that any handlers inside the body (eg require) are in turn respected.
17644
17645 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
17646 effects.
17647
17648 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
17649 and syntax and abbrev tables basic docs, if they don't have any.
17650
17651 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
17652
17653 * international/mule-cmds.el (top-level): Require cl when compiling.
17654 (view-hello-file): Use default-value rather than
17655 default-enable-multibyte-characters.
17656
17657 * progmodes/fortran.el: Move all safe and risky properties into the
17658 defcustoms.
17659
17660 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
17661 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
17662 * mail/undigest.el:
17663 Put autoloads in rmail.el rather than loaddefs.el.
17664 * mail/rmail.el: Regenerate with extracted autoloads.
17665
17666 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
17667 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
17668
9f16c547
NR
176692009-09-10 Nick Roberts <nickrob@snap.net.nz>
17670
17671 Reported in thread for Bug#4375.
17672 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
17673 "-data-evaluate-expression" instead of print.
17674 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
17675 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
17676 (gdb): Revert 2009-08-11 change. User should detach inferior
17677 manually.
9f16c547
NR
17678
17679 Remove the word "separate" from IO functions as inferior
17680 output is now never displayed in the GUD buffer.
17681
50405cd0
JB
176822009-09-10 Juanma Barranquero <lekktu@gmail.com>
17683
17684 * startup.el (command-line-normalize-file-name): On Windows and
17685 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
17686
7ae62430
JL
176872009-09-10 Juri Linkov <juri@jurta.org>
17688
17689 * isearch.el (isearch-text-char-description): Propertize escape
17690 character sequences with the `escape-glyph' face. (Bug#4344)
17691
17692 * simple.el (shell-command): Set asynchronous process filter to
17693 `comint-output-filter'. (Bug#4343)
17694
17695 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
17696 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
17697 the list. Move "asm" to the bottom.
17698 (grep-find-ignored-directories): Add `choice' with nil value
17699 to empty the list easily.
17700 (grep-find-ignored-files): New option.
17701 (grep-files-history): Set to nil by default instead of '("ch" "el").
17702 (grep-compute-defaults): Add "<X>" to `grep-template'.
17703 (grep-read-files): Bind new local variables `default-alias' and
17704 `default-extension'. Use a list of default values for the file prompt.
17705 (lgrep): Add `--exclude=' command line options composed from
17706 `grep-find-ignored-files'.
17707 (rgrep): Add `-name' command line options composed from
17708 `grep-find-ignored-files'. (Bug#4301)
17709
cd875252
SM
177102009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
17711
17712 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
17713 (bug#4368).
17714
cdce0b33
KY
177152009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
17716
17717 * calendar/time-date.el (autoload):
17718 Expand define-obsolete-function-alias into defalias and make-obsolete
17719 for old Emacsen that Gnus supports.
17720 (with-no-warnings): Define it for old Emacsen.
17721 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
17722 is available.
17723 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
17724 float-time is available; suppress compile warning for time-to-seconds.
17725
177262009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
17727
17728 * net/imap.el (imap-message-map): Docstring fix.
17729
2b2eb431
GM
177302009-09-09 Glenn Morris <rgm@gnu.org>
17731
17732 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
17733 line numbers too. (Bug#4374)
17734
83a5aac5
SM
177352009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
17736
755e0210
SM
17737 * smerge-mode.el (smerge-remove-props, smerge-refine):
17738 Use with-silent-modifications (bug#4342).
17739
83a5aac5
SM
17740 * subr.el (with-silent-modifications): New macro.
17741
79f01fa7
JB
177422009-09-07 Juanma Barranquero <lekktu@gmail.com>
17743
17744 * files.el (top-level): Require `cl' when compiling.
17745
448ecec3
GM
177462009-09-07 Glenn Morris <rgm@gnu.org>
17747
17748 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
17749
8f09a02f
GM
17750 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
17751 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
17752
76ff67bf
NR
177532009-09-06 Nick Roberts <nickrob@snap.net.nz>
17754
17755 * vc-git.el (vc-git-annotate-command): Use separator to parse
17756 arguments correctly.
17757
943c8b75
EZ
177582009-09-06 Eli Zaretskii <eliz@gnu.org>
17759
17760 * proced.el (proced-mode): Doc fix.
17761
680db9ac
MA
177622009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
17763
17764 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
17765 lstat fails.
17766 (tramp-do-file-attributes-with-ls): Check for file existence at
17767 remote end.
17768 (tramp-do-file-attributes-with-stat): Likewise.
17769 (tramp-convert-file-attributes): Return nil when attr is nil.
17770
3f12e5bd
GM
177712009-09-05 Glenn Morris <rgm@gnu.org>
17772
c8dc27bf
GM
17773 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
17774 properties to this button.
17775 (diary-fancy-display): Don't extend the button to the final newline.
17776 (diary-fancy-display-mode): Continue to define "q" as a local key.
17777
cca065d8
GM
17778 * calendar/cal-china.el (holiday-chinese): Make it slightly more
17779 efficient.
17780
cddaedb6
GM
17781 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
17782
3f12e5bd
GM
17783 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
17784 (byte-compile-dest-file-function): New option.
17785 (byte-compile-dest-file): Doc fix.
17786 Obey byte-compile-dest-file-function.
17787 (byte-compile-cl-file-p): New function.
17788 (byte-compile-eval): Only suppress noruntime warnings about cl functions
17789 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
17790 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
17791 than for file being previously loaded.
17792 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
17793 (byte-compile-file-form-require): Handle the case where requiring a file
17794 indirectly causes CL to be loaded.
17795
049a231b
KF
177962009-09-05 Karl Fogel <kfogel@red-bean.com>
17797
17798 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
17799 before killing the old buffer, since by the time `kill-buffer' is
17800 run so many buffer variables have been set to nil that it may not
17801 behave as expected. (Bug#4061)
17802
ef7ef2a0
KF
178032009-09-05 Karl Fogel <kfogel@red-bean.com>
17804
17805 * files.el (find-alternate-file): If the old buffer is modified
17806 and visiting a file, behave similarly to `kill-buffer' when
17807 killing it, thus reverting to the pre-1.878 behavior; see
17808 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
17809 for discussion. Also, consult `buffer-file-name' as a variable
17810 not as a function, for consistency with the rest of the code.
17811
73d854cd
MA
178122009-09-04 Michael Albinus <michael.albinus@gmx.de>
17813
17814 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
17815 also when adding a new directory.
17816
6a7662bb
BR
17817 * net/tramp-compat.el (tramp-compat-line-beginning-position):
17818 New defun.
73d854cd 17819
df120481
SM
178202009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
17821
17822 * files.el (locate-file-completion-table): Make it provide boundary
17823 information, so partial-completion works better.
17824
c0bc6d79
SM
178252009-09-04 Leo <sdl.web@gmail.com> (tiny change)
17826
17827 * mail/footnote.el (Footnote-text-under-cursor):
17828 Check footnote-text-marker-alist before using it (bug#4324).
17829
f76a9756
GM
178302009-09-04 Glenn Morris <rgm@gnu.org>
17831
67d110f1
GM
17832 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
17833 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
17834 * play/solitaire.el, play/tetris.el:
17835 Remove leading * from defcustom and defface docs.
17836
b42d4989
GM
17837 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
17838 necessary.
17839 (diary-fancy-overriding-map): New variable.
17840 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
17841 Use view-mode.
17842
f76a9756
GM
17843 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
17844 goto-line.
17845
e605eeeb
GM
178462009-09-03 Glenn Morris <rgm@gnu.org>
17847
597e2240
GM
17848 * arc-mode.el (archive-mode):
17849 * dos-fns.el (set-default-process-coding-system):
17850 * man.el (Man-getpage-in-background):
17851 * menu-bar.el (menu-bar-describe-menu):
17852 * server.el (server-process-filter):
17853 * startup.el (command-line):
17854 * tar-mode.el (tar-header-block-tokenize, tar-extract):
17855 * w32-fns.el (set-default-process-coding-system):
17856 * x-dnd.el (x-dnd-handle-file-name):
17857 * international/mule-cmds.el (mule-menu-keymap)
17858 (set-default-coding-systems, language-info-alist, set-language-info)
17859 (set-language-environment, standard-display-european-internal)
17860 (set-locale-environment):
17861 * international/mule-diag.el (mule-diag):
17862 * mail/emacsbug.el (report-emacs-bug):
17863 * mail/rmail.el (rmail-mode):
17864 * mail/sendmail.el (mail-setup):
17865 Use default-value rather than default-enable-multibyte-characters.
17866
f38184aa
GM
17867 * progmodes/f90.el: Move all safe properties into the defcustoms.
17868 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
17869
e605eeeb
GM
17870 * calendar/appt.el (appt-check):
17871 * calendar/diary-lib.el (diary-set-header, diary-live-p)
17872 (diary-check-diary-file, diary-list-entries)
17873 (diary-include-other-diary-files, diary-simple-display)
17874 (diary-fancy-display, diary-print-entries)
17875 (diary-mark-included-diary-files, diary-make-entry):
17876 Don't call substitute-in-file-name on diary-file.
17877
734db384 178782009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 17879 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
17880
17881 * mail/footnote.el (footnote-prefix): Make it a defcustom.
17882 (footnote-mode-map): Move initialization into the declaration.
17883 (footnote-minor-mode-map): Define it rather than changing global-map.
17884 (footnote-mode): Use define-minor-mode.
17885
e5aa47f9
MA
178862009-09-02 Michael Albinus <michael.albinus@gmx.de>
17887
17888 * net/tramp.el (tramp-handle-file-attributes-with-ls)
17889 (tramp-do-file-attributes-with-perl)
17890 (tramp-do-file-attributes-with-stat): Rename from
17891 `tramp-handle-file-attributes-with-*'.
17892 (tramp-handle-file-attributes): Use them.
17893 (tramp-do-directory-files-and-attributes-with-perl)
17894 (tramp-do-directory-files-and-attributes-with-stat): Rename from
17895 `tramp-handle-directory-files-and-attributes-with-*'.
17896 (tramp-handle-directory-files-and-attributes): Use them.
17897 (tramp-method-out-of-band-p): Additional parameter SIZE.
17898 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
17899 (tramp-handle-write-region): Use it.
734db384 17900 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
17901 (tramp-handle-vc-registered): Check, whether the first run did
17902 return files to be tested.
17903 (tramp-advice-make-auto-save-file-name): Do not call directly
17904 `tramp-handle-make-auto-save-file-name', because this would bypass
17905 the locking mechanism.
17906
734db384 17907 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
17908 (file-remote-p, process-file, start-file-process, set-file-times)
17909 (tramp-compat-file-attributes): Compatibility functions shall not
17910 call directly `tramp-handle-*', because this would bypass the
17911 locking mechanism.
17912 (tramp-compat-number-sequence): New defun.
17913
6e2ca895
GM
179142009-09-02 Glenn Morris <rgm@gnu.org>
17915
697c7714
GM
17916 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
17917 alias for float-time.
17918 (time-to-number-of-days): In Emacs, use float-time.
17919 * net/newst-backend.el (time-add): Suppress warnings from compat
17920 function.
17921 * time.el (emacs-uptime, emacs-init-time):
17922 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
17923 Use float-time rather than time-to-seconds.
17924
6e2ca895
GM
17925 * minibuffer.el (completion-initials-expand): Fix typo.
17926
17927 * faces.el (modeline, modeline-inactive, modeline-highlight)
17928 (modeline-buffer-id):
17929 * info.el (info-menu-5): Mark these face aliases as obsolete.
17930
ed17efec
NR
179312009-09-01 Nick Roberts <nickrob@snap.net.nz>
17932
17933 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
17934 space ...
17935 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
17936 no "--thread" option.
17937 (gdb-stopped): Don't print "Switched to thread" message when it is
17938 unchanged.
17939
fcb68f70
SM
179402009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
17941
17942 * minibuffer.el (completion-try-completion)
17943 (completion-all-completions): Remove ill-defined (and
17944 mistakenly installed and luckily never used nor documented)
17945 `completion-styles' property.
17946 (completion-initials-expand, completion-initials-all-completions)
17947 (completion-initials-try-completion): New functions.
17948 (completion-styles-alist): Add doc to each entry.
17949 Add new `initials' entry.
17950
83318a6d
NR
179512009-09-01 Nick Roberts <nickrob@snap.net.nz>
17952
17953 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
17954 MI command -var-evaluate-expression.
17955 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
17956 and tweak for case of string child.
734db384 17957 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 17958
d63eb0e7
GM
179592009-09-01 Glenn Morris <rgm@gnu.org>
17960
c4f6e489
GM
17961 * add-log.el (change-log-date-face, change-log-name-face)
17962 (change-log-email-face, change-log-file-face, change-log-list-face)
17963 (change-log-conditionals-face, change-log-function-face)
17964 (change-log-acknowledgement-face):
17965 * cus-edit.el (custom-invalid-face, custom-rogue-face)
17966 (custom-modified-face, custom-set-face, custom-changed-face)
17967 (custom-saved-face, custom-button-face, custom-button-pressed-face)
17968 (custom-documentation-face, custom-state-face, custom-comment-face)
17969 (custom-comment-tag-face, custom-variable-tag-face)
17970 (custom-variable-button-face, custom-face-tag-face)
17971 (custom-group-tag-face-1, custom-group-tag-face):
17972 * diff-mode.el (diff-header-face, diff-file-header-face)
17973 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17974 (diff-added-face, diff-changed-face, diff-function-face)
17975 (diff-context-face, diff-nonexistent-face):
17976 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
17977 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
17978 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17979 (Info-title-4-face):
17980 * isearch.el (isearch-lazy-highlight-face):
17981 * log-view.el (log-view-file-face, log-view-message-face):
17982 * paren.el (show-paren-match-face, show-paren-mismatch-face):
17983 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
17984 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
17985 (cvs-msg-face):
17986 * smerge-mode.el (smerge-mine-face, smerge-other-face)
17987 (smerge-base-face, smerge-markers-face):
17988 * wid-edit.el (widget-documentation-face, widget-button-face)
17989 (widget-field-face, widget-single-line-field-face)
17990 (widget-inactive-face, widget-button-pressed-face):
17991 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
17992 (woman-addition-face):
2fb1ec93
GM
17993 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
17994 (eshell-ls-executable-face, eshell-ls-readonly-face)
17995 (eshell-ls-unreadable-face, eshell-ls-special-face)
17996 (eshell-ls-missing-face, eshell-ls-archive-face)
17997 (eshell-ls-backup-face, eshell-ls-product-face)
17998 (eshell-ls-clutter-face):
17999 * eshell/em-prompt.el (eshell-prompt-face):
18000 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 18001 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
18002 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
18003 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
18004 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
18005 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
18006 (antlr-font-lock-literal-face):
c4f6e489
GM
18007 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
18008 (ebrowse-root-class-face, ebrowse-file-name-face)
18009 (ebrowse-default-face, ebrowse-member-attribute-face)
18010 (ebrowse-member-class-face, ebrowse-progress-face):
18011 * progmodes/make-mode.el (makefile-space-face):
18012 * progmodes/sh-script.el (sh-heredoc-face):
18013 * textmodes/flyspell.el (flyspell-incorrect-face)
18014 (flyspell-duplicate-face):
18015 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 18016 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
18017 Mark face aliases with "-face" suffix as obsolete.
18018
d80619fa
GM
18019 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
18020 compiler.
18021
5f68c1b7
GM
18022 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
18023 (eudc-bob-sound-menu): Use defvar rather than defconst, since
18024 easy-menu-define wants to modify these.
18025
18026 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
18027
18028 * net/browse-url.el (browse-url-file-url):
18029 * term/internal.el (dos-codepage-setup):
18030 Use default-value rather than default-enable-multibyte-characters.
18031
d80619fa 18032 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
18033 * progmodes/flymake.el (flymake-highlight-line)
18034 (flymake-goto-file-and-line, flymake-goto-line):
18035 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
18036 (gdb-goto-breakpoint):
18037 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18038 * progmodes/python.el (python-find-function)
18039 (python-pdbtrack-track-stack-file):
18040 * progmodes/verilog-mode.el (verilog-surelint-off):
18041 * term/ns-win.el (ns-open-file-select-line):
18042 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
18043 Use forward-line rather than goto-line.
18044
d63eb0e7
GM
18045 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
18046 * textmodes/reftex-index.el (reftex-display-index):
18047 * textmodes/reftex-ref.el (reftex-offer-label-menu):
18048 * textmodes/reftex-toc.el (reftex-toc):
18049 Remove unnecessary bindings of default-major-mode (all are followed by
18050 major-mode check and possible mode switch).
18051
0afad278
NR
180522009-08-31 Nick Roberts <nickrob@snap.net.nz>
18053
18054 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
18055 Handle watchpoints (bug#4282).
18056 (def-gdb-thread-buffer-command): Enable thread to be selected by
18057 clicking without selecting threads buffer first.
18058 (gdb-current-context-command): Use selected frame so that "up",
18059 "down" etc work in the GUD buffer.
18060 (gdb-update): Find selected frame before rendering stack buffer.
18061 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
18062
4e135dd2
SM
180632009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
18064
18065 * progmodes/sym-comp.el (displayed-completions): Remove.
18066 (symbol-complete): Use minibuffer-complete.
18067
e61eba34
GM
180682009-08-31 Glenn Morris <rgm@gnu.org>
18069
18070 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
18071
734db384
SM
18072 * apropos.el (apropos-symbols-internal):
18073 Handle (obsolete) face aliases.
e61eba34
GM
18074
18075 * faces.el (describe-face): Adjust the output format to be more like
18076 describe-variable, and to mention (obsolete) face aliases.
18077 Adjust the whitespace so that help-setup-xref works.
18078
18079 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
18080 * calendar/diary-lib.el (diary-button-face):
18081 Mark these face aliases as obsolete.
18082
18083 * calendar/calendar.el (calendar-today): Doc fix.
18084
4cf71456
NR
180852009-08-31 Nick Roberts <nickrob@snap.net.nz>
18086
18087 * progmodes/gdb-mi.el (gdb-control-all-threads)
18088 (gdb-control-current-thread): Force tool bar update.
18089 (gdb-non-stop-handler): New function.
18090 (gdb-init-1): Use it to test if non-stop mode is supported.
18091 Remove unused gdbmi buffer type.
18092
e61eba34 180932009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
18094
18095 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 18096 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 18097
4324f7ca
NR
180982009-08-30 Nick Roberts <nickrob@snap.net.nz>
18099
18100 * comint.el (comint-exec-1): Check command is non-null first.
18101 Part of gdb-mi.el change (2009-08-28).
18102
a1bf889a
SM
181032009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
18104
18105 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
18106
060c08b5
JB
181072009-08-30 Juanma Barranquero <lekktu@gmail.com>
18108
18109 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
18110 instead of `dolist' to avoid a recursive require when bootstrapping.
18111
ab22be48
SM
181122009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
18113
73ebf88f
SM
18114 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
18115
80629cfc
SM
18116 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
18117
206d0387 18118 * net/imap.el (imap-send-command): Simplify.
734db384 18119 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 18120
844f7784
SM
18121 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
18122
5ca4661e
SM
18123 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
18124 with constant argument.
18125
c61dc887
SM
18126 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
18127
7eb73deb
SM
18128 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
18129
5fe443de
SM
18130 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
18131 Change default, since most of our files don't have a history.
18132 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
18133 the user.
18134
6444d64a
SM
18135 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18136 Add comint-run.
18137
5cb16bfc
SM
18138 * calc/calc.el: Improve commenting convention.
18139 (calc-digit-map, toplevel): Simplify.
18140
0aeb71a7
SM
18141 * comint.el (comint-insert-input): Be careful to only set point if we
18142 don't delegate to some other command.
18143
9a9af856
SM
18144 * proced.el (proced-signal-list): Make it an alist.
18145 (proced-grammar-alist): Capitalize names.
18146 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
18147 Disable undo manually and make it read-only.
18148 Use completion-annotate-function.
18149
ab22be48
SM
18150 * minibuffer.el (minibuffer-message): If the current buffer is not
18151 a minibuffer, insert the message in the echo area rather than at the
18152 end of the buffer.
18153 (completion-annotate-function): New variable.
18154 (minibuffer-completion-help): Use it.
18155 (completion--embedded-envvar-table): Environment vars are
18156 always case-sensitive.
18157
4a948dbf
GM
181582009-08-30 Glenn Morris <rgm@gnu.org>
18159
18160 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
18161 from fortran-current-defun.
18162 (fortran-beginning-of-subprogram): Be more precise about finding the
18163 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
18164 (fortran-end-of-subprogram): Simplify.
18165 (fortran-current-defun): Use fortran-start-prog-re.
18166
486cf3b8
JB
181672009-08-29 Juanma Barranquero <lekktu@gmail.com>
18168
18169 * subr.el (do-after-load-evaluation): Simplify.
18170
db167d28
DN
181712009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
18172
18173 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
18174
18175 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
18176 (vc-rcs-print-log): Use it.
18177
18178 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
18179
efbc652a
SM
181802009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
18181
2aa0e5bf
SM
18182 * paths.el (abbrev-file-name): Move to abbrev.el.
18183 * abbrev.el (abbrev-file-name): Move from paths.el.
18184 Obey user-emacs-directory.
18185 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
18186 user-emacs-directory.
18187 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
18188 abbrev-file-name and calc-settings-file any more.
18189 * startup.el (command-line): Recompute abbrev-file-name and
18190 abbreviated-home-dir.
18191 (normal-no-mouse-startup-screen): Improve the generic code and get rid
18192 of the special code for when C-h bindings haven't been changed.
18193 (display-startup-echo-area-message): Use with-current-buffer.
18194 (command-line-1): Use a list of strings, rather than a list of lists
18195 of strings for longopts.
18196
51da8fe2
SM
18197 * files.el (get-free-disk-space): Use / for default-directory.
18198
0c3cc4dd
SM
18199 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
18200 Use with-current-buffer.
18201
d988dbf6
SM
18202 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
18203 Recognize immutable variables like most-positive-fixnum.
18204 (byte-compile-setq-default): Check and warn if trying to assign
18205 to an immutable variable, or a non-variable.
18206
efbc652a
SM
18207 * progmodes/cc-vars.el (c-comment-continuation-stars):
18208 * progmodes/cc-engine.el (c-looking-at-bos):
18209 * progmodes/cc-cmds.el (c-toggle-auto-state)
18210 (c-forward-into-nomenclature, c-backward-into-nomenclature)
18211 (c-comment-line-break-function): Add version of obsolescence.
18212
d30a05d1
JL
182132009-08-28 Juri Linkov <juri@jurta.org>
18214
18215 * files.el (magic-fallback-mode-alist): Add ZIP magic number
18216 associated with `archive-mode'.
18217
18218 * image.el (image-type-header-regexps): Use only JPEG magic number
18219 to determine JPEG images, and don't use `image-jpeg-p' because
18220 Emacs can display non-JFIF non-Exif JPEG images.
18221
1e8eecea
JB
182222009-08-28 Juanma Barranquero <lekktu@gmail.com>
18223
18224 * arc-mode.el (archive-mode):
18225 * emacs-lisp/re-builder.el (re-builder-unload-function):
18226 Protect against the default value of `major-mode' being nil.
18227
dd4fbf56
JB
182282009-08-28 Juanma Barranquero <lekktu@gmail.com>
18229
18230 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
18231 Fix typos in docstrings.
18232
18233 * progmodes/js.el (js--macro-decl-re): Doc fix.
18234 (js--plain-method-re, js--split-name): Refloc docstring.
18235 (js--class-styles, js--make-merged-item, js--splice-into-items):
18236 Fix typos in docstrings; reflow docstrings.
18237 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
18238 (js--variable-decl-matcher, js--inside-pitem-p)
18239 (js--parse-state-at-point, js--get-all-known-symbols)
18240 (js--symbol-history, js-find-symbol, js--js-references)
18241 (js--moz-interactor, js--js-encode-value, js--read-tab):
18242 Fix typos in docstrings.
18243
72f16325
SM
182442009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18245
14acf2f5
SM
18246 * textmodes/reftex.el (reftex-get-file-buffer-force):
18247 * progmodes/verilog-mode.el (verilog-batch-execute-func):
18248 * emulation/viper.el (viper-go-away, viper-set-hooks):
18249 * emacs-lisp/re-builder.el (re-builder-unload-function):
18250 * emacs-lisp/bytecomp.el (byte-compile-file):
18251 * ses.el (ses-unload-function):
18252 * hexl.el (hexl-find-file):
18253 * files.el (normal-mode):
18254 * ehelp.el (with-electric-help):
18255 * autoinsert.el (auto-insert-alist):
18256 * arc-mode.el (archive-mode):
18257 Use (default-value 'major-mode) instead of default-major-mode.
18258
72f16325
SM
18259 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
18260 * international/mule.el (load-with-code-conversion):
18261 * emacs-lisp/debug.el (debug):
18262 * ediff-vers.el (ediff-rcs-get-output-buffer):
18263 * dired.el (dired-internal-noselect): Don't let-bind
18264 default-major-mode around code that doesn't use it.
18265 E.g. buffer creation via get-buffer-create doesn't use it.
18266
aa485f7c
MA
182672009-08-28 Michael Albinus <michael.albinus@gmx.de>
18268
18269 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
18270 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
18271 when writing the temp file. Otherwise, epa-file gets confused.
18272 (tramp-register-file-name-handlers): Make it a defun. Move also
18273 `epa-file-handler' to the front of `file-name-handler-alist'.
18274
182752009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18276
18277 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
18278 start right after a ^M.
18279 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
18280 (tramp-completion-file-name-regexp-separate)
18281 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
18282 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
18283 Don't modify last-coding-system-used by accident.
aa485f7c
MA
18284 (tramp-completion-file-name-handler): Apply the checks here,
18285 instead during registration.
88b5a757 18286 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
18287 `tramp-register-file-name-handler'. Register both
18288 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 18289 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 18290
3f0c2b92
NR
182912009-08-28 Nick Roberts <nickrob@snap.net.nz>
18292
72f16325
SM
18293 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
18294 Remove variable ...
3f0c2b92
NR
18295 (gdb-init-1, gdb-display-separate-io-buffer)
18296 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
18297 references to it.
18298 (gdb-inferior-io-mode): Use make-comint-in-buffer.
18299 (gdb-inferior-filter): Use comint-output-filter to stop
18300 echoing and remove ^M characters.
18301
705e5bd9
SM
183022009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18303
009fdc2e
SM
18304 * emulation/viper-init.el (viper-restore-cursor-type):
18305 * emulation/cua-base.el (cua--update-indications):
18306 Replace default-cursor-type with (default-value 'cursor-type).
18307
b56a5ae0
SM
18308 * mail/sendmail.el (mail-recover-1):
18309 * international/mule-diag.el (describe-current-coding-system-briefly)
18310 (describe-current-coding-system):
18311 * international/mule-cmds.el (select-safe-coding-system)
18312 (select-message-coding-system)
18313 (set-language-environment-coding-systems, set-locale-environment):
18314 * hexl.el (hexl-insert-multibyte-char):
18315 * dos-w32.el (find-buffer-file-type-coding-system):
18316 * simple.el (what-cursor-position):
18317 Replace uses of default-buffer-file-coding-system
18318 with (default-value 'buffer-file-coding-system).
18319
de70529f
SM
18320 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
18321 Replace uses of default-cursor-in-non-selected-windows
18322 with (default-value 'cursor-in-non-selected-windows).
18323 Use with-current-buffer.
18324
705e5bd9
SM
18325 * mail/feedmail.el: Use CL macros.
18326 (feedmail-run-the-queue, feedmail-send-it-immediately):
18327 * dos-w32.el (find-buffer-file-type): Replace uses of
18328 default-buffer-file-type with (default-value 'buffer-file-type).
18329
4d985ac2
GM
183302009-08-28 Glenn Morris <rgm@gnu.org>
18331
18332 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
18333 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
18334 Use default-value of major-mode rather than default-major-mode.
18335
17c15b81
SM
183362009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
18337
3a68ab06
SM
18338 * Makefile.in (update-elcfiles): Report left over elc files.
18339
9421bdd1
SM
18340 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
18341 expand-file-name and with-current-buffer.
18342 (mail-get-names, mail-directory): Use with-current-buffer.
18343
17c15b81
SM
18344 * vc.el (vc-read-revision): New function.
18345 (vc-version-diff, vc-merge): Use it.
18346
ba83a64e
SS
183472009-08-27 Sam Steingold <sds@gnu.org>
18348
18349 * simple.el (kill-do-not-save-duplicates): New user option.
18350 (kill-new): When it is non-nil, and the new string is the same as
18351 the latest kill, set replace to t to avoid duplicates in kill-ring.
18352
be3e598a 183532009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
18354
18355 * net/tramp.el (tramp-handle-process-file): Do not flush all
18356 caches when `process-file-side-effects' is set.
18357 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
18358 instead of `tramp-find-file-exists-command'.
18359 Unset `process-file-side-effects'.
d5b5c94a
MA
18360
183612009-08-27 Michael Albinus <michael.albinus@gmx.de>
18362
18363 * net/tramp.el (tramp-methods): New method "rsyncc".
18364 (top): Add completion function for "rsyncc".
18365 (tramp-message-show-message): New defvar.
18366 (tramp-message, tramp-error): Use it.
18367 (tramp-do-copy-or-rename-file-directly): Extend check for direct
18368 remote copying.
18369 (tramp-do-copy-or-rename-file-out-of-band): Handle new
18370 `tramp-methods' entry `copy-env' of "rsyncc".
18371 (tramp-vc-registered-read-file-names): New defconst.
18372 (tramp-vc-registered-file-names): New defvar.
18373 (tramp-handle-vc-registered): Implement optimization strategy.
18374 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
18375 (tramp-vc-file-name-handler): New defun.
18376 (tramp-get-ls-command, tramp-get-test-command)
18377 (tramp-get-file-exists-command, tramp-get-remote-ln)
18378 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 18379 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
18380
18381 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
18382 (tramp-cache-inhibit-cache): Extend doc string. It allows also
18383 timestamps.
18384 (tramp-get-file-property): Check for timestamps in
18385 `tramp-cache-inhibit-cache'.
18386 (tramp-set-file-property): Write timestamp.
18387
1339cf20
KH
183882009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18389
18390 * language/japan-util.el (japanese-symbol-table): Add entries for
18391 cp932-2-byte.
18392
18393 * international/characters.el: Add category `j' to cp932-2-byte.
18394
726e3f1d
KH
183952009-08-27 Kenichi Handa <handa@m17n.org>
18396
18397 * international/fontset.el (build-default-fontset-data): New macro.
18398 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 18399 tibetan, ethiopic, and ipa.
726e3f1d 18400
4e3b4528
SM
184012009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
18402
18403 * cus-start.el (default-major-mode): Customize `major-mode' instead.
18404 (enable-multibyte-characters): Not customizable any more.
18405
18406 * subr.el (default-mode-line-format, default-header-line-format)
18407 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
18408 (default-direction-reversed, default-truncate-lines)
18409 (default-left-margin, default-tab-width, default-case-fold-search)
18410 (default-left-margin-width, default-right-margin-width)
18411 (default-left-fringe-width, default-right-fringe-width)
18412 (default-fringes-outside-margins, default-scroll-bar-width)
18413 (default-vertical-scroll-bar, default-indicate-empty-lines)
18414 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
18415 (default-fringe-cursor-alist, default-scroll-up-aggressively)
18416 (default-scroll-down-aggressively, default-fill-column)
18417 (default-cursor-type, default-buffer-file-type)
18418 (default-cursor-in-non-selected-windows)
18419 (default-buffer-file-coding-system, default-major-mode)
18420 (default-enable-multibyte-characters): Mark as obsolete.
18421
b3cca6a6
DN
184222009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
18423
652cc1a2
DN
18424 * vc-dir.el (vc-dir-update): Remove debug helper.
18425
b3cca6a6
DN
18426 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
18427
4ed8c7aa
SS
184282009-08-26 Sam Steingold <sds@gnu.org>
18429
18430 * simple.el (save-interprogram-paste-before-kill): New user option.
18431 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
18432 save the interprogram-paste into kill-ring before overriding it
18433 with the Emacs kill.
18434
3b64d86b
DN
184352009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
18436
18437 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
18438 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
18439 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
18440 and move to vc-rcs.el.
18441 (vc-default-next-revision): Rename to vc-rcs-next-revision and
18442 move to vc-rcs.el.
18443 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
18444 (vc-rcs-update-changelog): Remove.
18445 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
18446 and move to vc-rcs.el.
18447
18448 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
18449 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
18450 renaming.
18451 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 18452 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
18453 vc.el, renamed to be RCS specific.
18454
72f16325
SM
18455 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
18456 New functions.
18457 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
18458
18459 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
18460 New functions.
18461
636a36a0
SM
184622009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
18463
18464 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
18465
239b3340
DN
184662009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
18467
b91f0762 18468 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
18469 (vc-git-stash, vc-git-stash-show): New functions.
18470 (vc-git-extra-menu-map): Bind them.
b91f0762 18471
b8e54362
DN
18472 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
18473 directory correctly in case the item is a directory itself.
18474
239b3340
DN
18475 * vc.el: Document the desired behavior for reverted files in the
18476 `added' state.
dc810649
DN
18477 (vc-default-prettify-state-info): Remove function, unused.
18478
18479 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 18480
e49c0179
GM
184812009-08-26 Glenn Morris <rgm@gnu.org>
18482
18483 * bindings.el (standard-mode-line-format): Reposition dashes in
18484 which-func entry. (Bug#4217)
18485
3029e594
GM
18486 * files.el (enable-local-variables, enable-local-eval)
18487 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
18488 the defcustoms.
18489 (auto-mode-alist, ignored-local-variables)
18490 (save-some-buffers-action-alist): Move risky declarations to the
18491 definitions.
18492 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
18493 (font-lock-defaults, format-alist, imenu--index-alist)
18494 (imenu-generic-expression, input-method-alist, minor-mode-alist)
18495 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
18496 (mode-line-modified, mode-line-mule-info, mode-line-position)
18497 (mode-line-process, mode-line-remote, outline-level)
18498 (parse-time-rules, rmail-output-file-alist)
18499 (special-display-buffer-names, vc-mode):
18500 Move risky declarations to the relevant files.
72f16325
SM
18501 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
18502 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
18503 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
18504 * font-core.el (font-lock-defaults):
18505 * format.el (format-alist):
18506 * vc-hooks.el (vc-mode):
18507 * window.el (special-display-buffer-names):
18508 * international/mule-cmds.el (input-method-alist):
18509 Define riskiness here (dumped file) rather than in files.el.
18510 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
18511 * imenu.el (imenu-generic-expression, imenu--index-alist):
18512 * outline.el (outline-level):
18513 * time.el (display-time-string):
18514 * calendar/parse-time.el (parse-time-rules):
18515 * mail/rmailout.el (rmail-output-file-alist):
18516 Autoload riskiness here, rather than placing in files.el.
18517
8476cfaf
SM
185182009-08-26 Andreas Schwab <schwab@linux-m68k.org>
18519
18520 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
18521
0b35b48e
MA
185222009-08-25 Michael Albinus <michael.albinus@gmx.de>
18523
18524 * simple.el (process-file-side-effects): New defvar.
18525
18526 * dired-aux.el (dired-show-file-type):
18527 * vc.el (vc-diff-internal):
18528 * vc-arch.el (vc-arch-diff):
18529 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
18530 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
18531 * vc-git.el (vc-git-registered, vc-git-working-revision)
18532 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
18533 (vc-git--empty-db-p):
18534 * vc-hooks.el (vc-user-login-name):
18535 * vc-svn.el (vc-svn-registered, vc-svn-state)
18536 (vc-svn-dir-extra-headers, vc-svn-find-revision):
18537 * progmodes/grep.el (grep-probe): Let-bind
18538 `process-file-side-effects' with nil.
18539
18540 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
18541
18542 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
18543 daemon. Replace ping by checking for running service for bluez
18544 and zeroconf. (Bug#4239)
18545
d54cc599
GM
185462009-08-25 Kevin Ryde <user42@zip.com.au>
18547
18548 * net/dig.el (dig): Add autoload cookie.
18549
7bfd055d
GM
185502009-08-25 Glenn Morris <rgm@gnu.org>
18551
bac9c66c
GM
18552 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
18553 load-history for absolute file-names.
18554 (byte-compile-file-form-require): Warn about use of the cl package.
18555
7bfd055d
GM
18556 * format.el (format-alist): Doc fix.
18557
5ac1f9e0
GM
18558 * play/bubbles.el (top-level): Don't require cl at run-time.
18559
af62aa88
GM
18560 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
18561 run-time cl).
18562
71e036af
DD
185632009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
18564
18565 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
18566 from cl package.
18567 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
18568
42110eaf
JB
185692009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
18570
18571 * calc/calc-alg.el (math-trig-rewrite)
18572 (math-hyperbolic-trig-rewrite): New functions.
18573 (calc-simplify): Simplify trig functions when asked.
18574
88421f3e
SM
185752009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
18576
18577 * diff-mode.el (diff-find-source-location): Avoid goto-line.
18578
dbd9624e
KH
185792009-08-24 Kenichi Handa <handa@m17n.org>
18580
18581 * language/ind-util.el (mapthread): Delete it.
18582 (combinatorial): New function.
18583 (indian--puthash-cv): Use combinatorial instead of mapthread.
18584
9b89e3ee
GM
185852009-08-22 Kevin Ryde <user42@zip.com.au>
18586
18587 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
18588 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
18589 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
18590 Clarify docstring that the value is strings not symbols.
18591 (checkdoc-list-of-strings-p): New function.
18592
e6ce8c42
GM
185932009-08-22 Glenn Morris <rgm@gnu.org>
18594
2ddf2ea6 18595 * files.el (auto-mode-alist):
a3374680
GM
18596 * hippie-exp.el (he-concat-directory-file-name):
18597 * lpr.el (lpr-windows-system, printer-name):
18598 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
18599 * ps-print.el (ps-windows-system):
18600 * startup.el (command-line):
18601 * emulation/viper-ex.el (viper-glob-function):
18602 * international/mule-cmds.el (set-language-environment-coding-systems):
18603 * net/ange-ftp.el (ange-ftp-write-region):
18604 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 18605 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
18606 unisoft-unix, vax-vms, win32, w32.
18607
977955fa
GM
18608 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
18609 given name if the pattern is not more specific.
18610
b4deec2e
GM
18611 * calendar/lunar.el (lunar-phase-names): New option.
18612 (lunar-phase): Doc fix.
18613 (lunar-cycles-per-year): New constant.
18614 (lunar-index): New function.
18615 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
18616 (lunar-phase-name): Use lunar-phase-names.
18617 (calendar-lunar-phases): Use format.
18618 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
18619
47e83968
GM
18620 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
18621 Copy imenu-example--name-and-position function here for own use.
18622 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
18623
e6ce8c42
GM
18624 * bs.el (bs--redisplay):
18625 * cus-edit.el (custom-redraw):
18626 * ibuffer.el (ibuffer-bury-buffer):
18627 * server.el (server-goto-line-column):
18628 * startup.el (command-line-1):
18629 * strokes.el (strokes-xpm-for-stroke):
18630 * term.el (term-display-buffer-line):
18631 * view.el (View-goto-line):
18632 * calc/calc.el (calc-do, calc-trail-buffer):
18633 * play/gamegrid.el (gamegrid-add-score-insecure):
18634 * progmodes/ada-mode.el (ada-compile-goto-error):
18635 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
18636 (ebrowse-select-1st-to-9nth):
47e83968 18637 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
18638 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
18639 * progmodes/gud.el (gud-display-line):
18640 (idlwave-shell-display-line):
18641 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
18642 * progmodes/make-mode.el (makefile-browser-toggle):
18643 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
18644 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
18645 * textmodes/picture.el (picture-draw-rectangle):
18646 * textmodes/reftex-index.el (reftex-index-goto-letter):
18647 (reftex-select-jump-to-previous):
18648 * textmodes/reftex-sel.el (reftex-find-start-point)
18649 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
18650 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
18651 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
18652 * textmodes/tex-mode.el (tex-compilation-parse-errors):
18653 * textmodes/two-column.el (2C-associated-buffer):
18654 Use forward-line rather than goto-line.
18655
18656 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
18657 goto-line.
18658
4b18bdb3
GM
18659 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
18660 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
18661 (quick-check-list-to-regexp): Declare.
e6ce8c42 18662
72f16325
SM
18663 * progmodes/make-mode.el (makefile-browser-insert-selection):
18664 Use goto-char rather than goto-line.
e6ce8c42
GM
18665
18666 * progmodes/prolog.el (compilation-error-regexp-alist)
18667 (compilation-forget-errors): Declare.
18668
32a2cf25
JL
186692009-08-22 Juri Linkov <juri@jurta.org>
18670
18671 * progmodes/grep.el (lgrep, rgrep): At the beginning
18672 set `dir' to `default-directory' unless `dir' is a non-nil
18673 readable directory. (Bug#4052)
18674 (lgrep, rgrep): Change a weird way to report an error
18675 from using `read-string' to using `error'.
18676 Instead of using interactive arguments in the function body,
18677 add new argument `confirm'.
18678
5443c9b7
SM
186792009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
18680
cb5b40ee
SM
18681 * textmodes/remember.el (remember-buffer):
18682 * progmodes/cperl-mode.el (cperl-vc-header-alist):
18683 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
18684 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
18685 * net/newst-treeview.el (newsticker-groups-filename):
18686 * net/newst-backend.el (newsticker-cache-filename):
18687 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
18688 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
18689 (speedbar-add-ignored-path-regexp, speedbar-line-path)
18690 (speedbar-buffers-line-path, speedbar-path-line)
18691 (speedbar-buffers-line-path):
18692 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
18693 (epg-sign-keys):
18694 * epa.el (epa-display-verify-result):
18695 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
18696
d6261cc1
GM
186972009-08-21 Glenn Morris <rgm@gnu.org>
18698
3e1ea342
GM
18699 * progmodes/js.el (inferior-moz-process): Fix declaration.
18700
ce86eeb5
GM
18701 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
18702
fff28970
GM
18703 * obsolete/rnewspost.el (news-mail-reply):
18704 Use goto-char rather than goto-line.
18705
d93e053b
GM
18706 * term/ns-win.el (ns-open-file-select-line):
18707 Use line-beginning-position rather than goto-line.
18708
d5d105e8
GM
18709 * apropos.el (apropos-command):
18710 * ehelp.el (electric-helpify):
18711 * printing.el (pr-show-setup):
18712 * strokes.el (strokes-help):
18713 * tutorial.el (tutorial--describe-nonstandard-key)
18714 (tutorial--detailed-help):
18715 * woman.el (woman-mini-help, woman-display-extended-fonts):
18716 * calc/calc-help.el (calc-describe-key):
18717 * emulation/edt.el (edt-electric-helpify):
18718 * international/mule-diag.el (mule-diag):
18719 * play/yow.el (apropos-zippy):
18720 * progmodes/python.el (python-describe-symbol):
18721 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
18722 * textmodes/table.el (*table--cell-describe-mode)
18723 (*table--cell-describe-bindings):
18724 Use help-print-return-message rather than the now obsolete alias.
18725
a8ab722f 18726 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
18727 (calendar-cursor-to-visible-date):
18728 * play/5x5.el (5x5-position-cursor):
18729 * play/decipher.el (decipher):
18730 * play/gomoku.el (gomoku-goto-xy):
18731 * play/landmark.el (lm-goto-xy):
18732 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
18733 (mpuz-paint-digit):
18734 Use forward-line, not goto-line.
a8ab722f 18735
d6261cc1
GM
18736 * mail/rmail.el (rmail-obsolete): Delete custom group.
18737 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
18738 (rmail-remote-password, rmail-remote-password-required):
18739 Remove unneeded :set-after and :set properties.
18740
9e846523
MA
187412009-08-21 Michael Albinus <michael.albinus@gmx.de>
18742
18743 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
18744
bbe1f502
DN
187452009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
18746
bcc5db24
DN
18747 * loadup.el: Remove leftover macos code.
18748
bbe1f502
DN
18749 * vc-git.el (vc-git-annotate-command): Run asynchronously.
18750 Explicitly pass the date format to git blame so that user local
18751 so that the output format can be parsed.
18752
6fd2d19a
MA
187532009-08-20 Michael Albinus <michael.albinus@gmx.de>
18754
18755 * net/dbus.el (top): Don't check for (getenv
18756 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
18757
31764e15
SM
187582009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
18759
18760 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 18761 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 18762
28930e39
SM
187632009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
18764
4fd15622 18765 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 18766 Bug#3287
4fd15622 18767
b3d8e4a0
SM
18768 * help.el (help-print-return-message): Rename from
18769 print-help-return-message.
18770
c9829c70
SM
18771 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
18772 cvs-mode-map parent hack.
18773 (log-view-mode): Derive from special-mode.
18774
b932657b
SM
18775 * linum.el (linum-mode): window-size-change-functions is redundant.
18776 Adapt to new window-configuration-change-hook behavior.
18777 (linum-after-size, linum-after-config): Remove.
18778
1b700bca
SM
18779 * imenu.el (imenu-example--name-and-position)
18780 (imenu-example--lisp-extract-index-name)
18781 (imenu-example--create-lisp-index, imenu-example--create-c-index):
18782 Mark as obsolete.
18783
28930e39
SM
18784 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
18785 (inferior-prolog-mode): Use it.
18786 (inferior-prolog-load-file): Reset list of errors.
18787
c9af0b68
KH
187882009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18789
18790 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
18791
18792 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
18793
720c7cd6
MA
187942009-08-19 Michael Albinus <michael.albinus@gmx.de>
18795
18796 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
18797 is running already.
18798
03a74b84
SM
187992009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
18800
18801 * subr.el (listify-key-sequence-1): Use normal syntax since those
18802 integers are nowadays always represented by the same (positive) number
18803 on all platforms.
18804 (read-key-empty-map): New const.
18805 (read-key-delay): New var.
18806 (read-key): New function.
18807 (force-mode-line-update): Use with-current-buffer.
18808 (locate-user-emacs-file): Don't forget to abbreviate the file name.
18809 (start-process-shell-command, start-file-process-shell-command):
18810 Discourage the use of command-args.
18811
f43e88d4
GM
188122009-08-19 Glenn Morris <rgm@gnu.org>
18813
18814 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
18815
890429cc
SM
188162009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
18817
85be9ec4
SM
18818 * simple.el (choose-completion-string): Don't rely on
18819 minibuffer-completing-file-name and ad-hoc checks to decide whether
18820 to continue completion or not.
18821
890429cc
SM
18822 * minibuffer.el (minibuffer-hide-completions): New function.
18823 (completion--do-completion): Use it.
18824 (completions-annotations): New face.
18825 (completion--insert-strings): Use it.
18826 (completion-pcm--delim-wild-regex): Add docstring.
18827 (completion-pcm--string->pattern): Add support for 0-width delimiters
18828 in completion-pcm--delim-wild-regex.
18829
265d4549
SM
188302009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
18831
d440b941
SM
18832 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
18833 Remove unused var `buffer-modified-p'.
18834
265d4549
SM
18835 * minibuffer.el (completion--do-completion): Move point for the #b001
18836 case as well (bug#4176).
18837 (minibuffer-complete, minibuffer-complete-word): Don't move point.
18838
ba6f7d86
MA
188392009-08-18 Michael Albinus <michael.albinus@gmx.de>
18840
18841 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
18842 and :session buses.
18843
98819490
KH
188442009-08-18 Kenichi Handa <handa@m17n.org>
18845
265d4549
SM
18846 * international/ucs-normalize.el (ucs-normalize-version):
18847 Change to 1.1.
58627cf0
KH
18848 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
18849 (utf-8-hfs): Make it perform normalization on encoding too.
18850
98819490
KH
18851 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
18852 (sentence-end-without-space): Delete duplicated chars.
18853 (sentence-end-base): Likewise.
e739cc85
KH
18854
18855 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
18856 (html-mode): Delete duplicated chars from sentence-end-base.
18857
18858 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
18859 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 18860
645b9326
CY
188612009-08-17 Chong Yidong <cyd@stupidchicken.com>
18862
18863 * files.el (hack-one-local-variable): If the mode function is for
18864 a minor mode, pass it an argument (Bug#4148).
18865
56c195af
MA
188662009-08-17 Michael Albinus <michael.albinus@gmx.de>
18867
18868 * net/tramp.el (tramp-register-completion-file-name-handler):
18869 Check also for (member 'partial-completion completion-styles).
18870
7a55c78b
CY
188712009-08-16 Chong Yidong <cyd@stupidchicken.com>
18872
18873 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
18874 abbrev (Bug#3943).
18875
be3e598a 188762009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
18877
18878 * progmodes/cperl-mode.el: Merge upstream 6.2.
18879 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
18880 (cperl-forward-re): Check cperl-brace-recursing.
18881 (cperl-highlight-charclass): New function.
18882 (cperl-find-pods-heres): Use it.
31cd2dd4 18883 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 18884 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 18885 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
18886 (cperl-beautify-level): Don't process entire regexp.
18887 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
18888 calling man.
18889 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
18890 (cperl-init-faces): Build a list in the normal way.
18891
81b1f9c9
CY
188922009-08-16 Chong Yidong <cyd@stupidchicken.com>
18893
18894 * calendar/parse-time.el (parse-time-string-chars): Save match
18895 data.
18896
c3732cb8
SM
188972009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
18898
55659495
SM
18899 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
18900 (sql-product): Use it.
18901 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
18902 (sql-set-product): Add completion.
18903 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
18904 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
18905 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
18906 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
18907 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
18908 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
18909 (sql-highlight-db2-keywords): Remove.
18910 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
18911 (sql-highlight-product): Use derived-mode-p.
18912 (sql-set-sqli-buffer): Use with-current-buffer.
18913 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
18914 Simplify.
18915
1ae79427
SM
18916 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
18917
c3732cb8
SM
18918 * term.el: Fix commenting convention, turn comments into docstrings.
18919
f24b8bf3
CY
189202009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
18921
18922 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
18923
7b6fefac 189242009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 18925
1200ac26 18926 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
18927 character classes, to handle non-ascii characters (Bug#3190).
18928
189292009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 18930
1abbe4e5
CY
18931 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
18932 another heredoc if the user adds another < (Bug#3226).
18933
c3732cb8
SM
18934 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18935 Don't initialize based on window-system (Bug#4124).
19261da4 18936
daad00fc
CY
18937 * facemenu.el (facemenu-read-color): Use a completion function
18938 that accepts any defined color, such as RGB triplets (Bug#3677).
18939
e1bdde78
CY
18940 * files.el (get-free-disk-space): Change fallback default
18941 directory to /. Expand DIR argument before switching to fallback.
18942 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
18943
9d73a99e
CY
189442009-08-15 Chong Yidong <cyd@stupidchicken.com>
18945
18946 * files.el (load-library): Doc fix.
18947
68b962d4 189482009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 18949
953e0c1a 18950 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 18951 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 18952 incremental search string.
9d73a99e 18953
c3732cb8 18954 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 18955 XEmacs.
9d73a99e 18956
c3732cb8
SM
18957 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
18958 (ediff-merge-region-is-non-clash)
18959 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 18960 Also check if the job is really a merge job.
9d73a99e 18961
c3732cb8 18962 * ediff.el (ediff-current-file): New function.
9d73a99e 18963
2e330adc
CY
189642009-08-15 Chong Yidong <cyd@stupidchicken.com>
18965
18966 * progmodes/js.el: Edit docstrings throughout to follow Emacs
18967 conventions.
c3732cb8 18968 (js-insert-and-indent): Delete function.
2e330adc
CY
18969 (js-mode-map): Don't bind keys to js-insert-and-indent.
18970 (js-beginning-of-defun): Rename from js--beginning-of-defun.
18971 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 18972 (js-auto-indent-flag): Delete variable.
2e330adc 18973
17b5d0f7
CY
189742009-08-14 Chong Yidong <cyd@stupidchicken.com>
18975
c3732cb8
SM
18976 * progmodes/js.el: Remove proclaim statement.
18977 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 18978
ba2d8894
CY
18979 * files.el (auto-mode-alist): Use js-mode for .js files.
18980
c3732cb8 18981 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
18982
18983 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
18984
18985 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
18986
c3732cb8 18987 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
18988
189892009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 18990 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
18991
18992 * progmodes/js.el: New file.
18993
b6377f1d
MH
189942009-08-14 Mark A. Hershberger <mah@everybody.org>
18995
18996 * timezone.el (timezone-parse-date): Add ability to understand ISO
18997 basic format (minimal separators) dates in addition to the
18998 already-supported extended format dates.
18999
bc0eef46
EZ
190002009-08-14 Eli Zaretskii <eliz@gnu.org>
19001
4e021e65
EZ
19002 * international/ucs-normalize.el: Add a `coding' file variable.
19003
bc0eef46
EZ
19004 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
19005
53dab179
SS
190062009-08-14 Sam Steingold <sds@gnu.org>
19007
6801c38a 19008 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 19009
6c58c39c
CY
190102009-08-13 Chong Yidong <cyd@stupidchicken.com>
19011
19012 * faces.el (help-argument-name): Define it here instead of
19013 help-fns.el, because in daemon mode help-fns.el may be loaded when
19014 faces are still uninitialized (Bug#1078).
19015
19016 * help-fns.el (help-argument-name): Move defface to faces.el.
19017
c7baf7e9
NR
190182009-08-13 Nick Roberts <nickrob@snap.net.nz>
19019
19020 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
19021 create buffer with a pty but no process so that GDB can make the
19022 inferior the controlling process.
19023
9c40e995 190242009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
19025
19026 * international/ucs-normalize.el: New file.
19027
8cdba32b
RS
190282009-08-13 Richard Stallman <rms@gnu.org>
19029
5c950923
RS
19030 * mail/rmail.el (rmail-get-attr-names):
19031 Accept an attribute header that is too short.
19032
76e1e40b
RS
19033 * mail/rmail.el (rmail-forget-messages):
19034 Ignore nil elt in rmail-message-vector. Use dotimes.
19035
1fc01b08
RS
19036 * progmodes/compile.el (compilation-goto-locus):
19037 Use next-error-move-function.
19038
8cdba32b
RS
19039 * simple.el (next-error-move-function): New variable.
19040
99910cf4
JL
190412009-08-12 Juri Linkov <juri@jurta.org>
19042
19043 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
19044 always non-nil. (Bug#4052)
19045
19046 * replace.el (read-regexp): Return empty string when
19047 `default-value' is nil.
19048 (keep-lines-read-args): Don't use empty string as the
19049 default value for `read-regexp'. (Bug#2495)
19050
fc5bdf6c
JL
190512009-08-12 Juri Linkov <juri@jurta.org>
19052
19053 * international/mule-cmds.el (ucs-insert): Change arguments
19054 from `arg' to `character', `count', `inherit' to be the same
19055 as in `insert-char'. Doc fix. (Bug#4039)
19056
19057 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
19058
77748848
JL
190592009-08-12 Juri Linkov <juri@jurta.org>
19060
19061 * files-x.el: New file.
19062
19063 * files.el: Move code that deals with adding/deleting
19064 file/directory-local variables to files-x.el.
19065
19066 * Makefile.in (ELCFILES): Add files-x.elc.
19067
c8a44c4e
DD
190682009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
19069
27a9fd5a
DD
19070 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
19071 to use `goto-line'.
19072 (gdb-place-breakpoints, gdb-get-location): Rewritten without
19073 `goto-line'.
19074 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 19075 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 19076 threads list.
107ef54a 19077 (gdb): Send -target-detach when buffer is killed (Bug#3794).
88b5a757 19078 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
19079 (gdb-stopped): ...here so it's sent when first thread stops.
19080 (gdb-registers-handler-custom): Do nothing if register names are
19081 unknown yet.
27a9fd5a 19082
c8a44c4e
DD
19083 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
19084 from `gdb-mi.el' to avoid extra tangling.
19085
19086 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 19087 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
19088 (gdb-update-gud-running): No extra fuss for updating frame number.
19089
dfd4e693
SM
190902009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
19091
51c4341f
SM
19092 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
19093 (describe-language-environment-map, setup-language-environment-map)
19094 (set-coding-system-map): Move initialization into declaration.
19095 (set-language-info-alist): Last arg to define-key-after can be skipped.
19096
19097 * international/quail.el (quail-completion-1): Simplify.
19098 (quail-define-rules): Use slightly more compact code.
19099 (quail-insert-decode-map): Propertize keys, compact columns.
19100
dfd4e693
SM
19101 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19102 Add goto-line.
19103
83326559
MB
191042009-08-10 Miles Bader <miles@gnu.org>
19105
19106 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
19107 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
19108 (js2-instance-member, js2-private-member, js2-private-function-call)
19109 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
19110 (js2-magic-paren, js2-external-variable):
19111 Remove "-face" suffix from face names.
19112 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
19113 (js2-highlight-undeclared-vars, js2-peek-token)
19114 (js2-parse-function-params, js2-mode-show-errors)
19115 (js2-mode-show-warnings, js2-make-magic-delimiter)
19116 (js2-mode-highlight-magic-parens): Update to use new face names.
19117
8e754ea2
MA
191182009-08-09 Michael Albinus <michael.albinus@gmx.de>
19119
19120 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
19121 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
19122
1c292fc7
CY
191232009-08-09 Chong Yidong <cyd@stupidchicken.com>
19124
18d433a7
CY
19125 * subr.el: Provide hashtable-print-readable.
19126
1c292fc7
CY
19127 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
19128 hs-c-like-adjust-block-beginning.
19129 (hs-hide-block-at-point): Stop hiding at the beginning of
19130 hs-block-end-regexp (Bug#700).
19131
2db0ae07
DD
191322009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
19133
19134 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
19135 a macro.
19136 (gdb-registers-handler-custom): Do not fail when register names
19137 are unavailable.
19138
fe4740a6
DD
191392009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
19140
19141 * progmodes/gdb-mi.el (gdb-control-all-threads)
19142 (gdb-control-current-thread): Interactive setters for
19143 `gdb-gud-control-all-threads' to use in menu.
19144 (gdb-show-run-p): Show «Go» when process is not active.
6a7662bb
BR
19145 (gud-tool-bar-map): Add non-stop/A,T indicator.
19146 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 19147
ce299d55
CY
191482009-08-08 Yoni Rabkin <yoni@rabkins.net>
19149
19150 * net/net-utils.el (net-utils-font-lock-keywords): New var.
19151 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
19152 (net-utils-mode): New mode for viewing diagnostic network output.
19153 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
19154 (net-utils-run-simple): New function.
19155 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 19156
7c4654ad
DD
191572009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
19158
19159 * progmodes/gdb-mi.el (gdb-read-memory-custom)
19160 (gdb-memory-set-address, def-gdb-set-positive-number)
19161 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
19162 after changing settings.
19163 (gdb-invalidate-disassembly): Update when first shown.
19164 (gdb-edit-locals-value): Fixed.
19165 (gdb-registers-handler-custom): Print registers in right order and
19166 allow changing register values (only for current thread yet).
9cbac26b
DD
19167 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
19168 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
19169 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6a7662bb
BR
19170 (gdb-locals-handler-custom, gdb-registers-handler-custom):
19171 Thread info in mode name.
9cbac26b 19172 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 19173
0f25a277
EZ
191742009-08-08 Eli Zaretskii <eliz@gnu.org>
19175
19176 * mail/rmail.el (rmail-add-mbox-headers)
19177 (rmail-set-message-counters-counter): Search for
19178 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
19179
b971be60
GM
191802009-08-08 Glenn Morris <rgm@gnu.org>
19181
19182 * Makefile.in (ELCFILES): Update.
19183
a35d3ad8
EZ
191842009-08-07 Eli Zaretskii <eliz@gnu.org>
19185
6a7662bb
BR
19186 * mail/sendmail.el (mail-yank-original):
19187 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
19188 text is yanked.
19189
8b0bcc2e
EZ
19190 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
19191 to "windows" when "pgnuplot" is used.
6a7662bb
BR
19192 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
19193 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
19194 (calc-graph-init): Don't send -display and -geometry to
19195 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
19196 running "pgnuplot -V" with shell-command-to-string.
19197
19198 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
19199 the default.
19200
192012009-08-07 Eli Zaretskii <eliz@gnu.org>
19202
19203 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
19204 org/org-latex.elc.
19205
3bca7ca5
DN
192062009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
19207
3c53763c
DN
19208 * vc-dispatcher.el (vc-resynch-window): Update comment.
19209
3bca7ca5
DN
19210 * term.el (term-handle-ansi-escape): Add comments with the
19211 terminfo capabilities implemented.
19212
7b217360
DD
192132009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
19214
19215 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
19216 (gdb-var-create-handler): Rewritten using JSON parser.
88b5a757
DD
19217 (gdb-propertize-header): Move earlier.
19218 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
19219 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
19220 Refresh disassembly buffers only after threads list have been
19221 update.
19222 (gdb-threads-header, gdb-registers-header): Per-buffer header line
19223 variables.
19224
b4d84ecf
JL
192252009-08-04 Juri Linkov <juri@jurta.org>
19226
19227 * files.el: Commands to add/delete file/directory-local variables.
19228 (read-file-local-variable, read-file-local-variable-value)
19229 (read-file-local-variable-mode, modify-file-local-variable)
19230 (modify-file-local-variable-prop-line)
19231 (modify-dir-local-variable): New functions.
19232 (add-file-local-variable, delete-file-local-variable)
19233 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
19234 (add-dir-local-variable, delete-dir-local-variable)
19235 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
19236 (copy-dir-locals-to-file-locals-prop-line): New commands.
19237
42da39c1
CY
192382009-08-04 Chong Yidong <cyd@stupidchicken.com>
19239
19240 * abbrev.el (insert-abbrev-table-description): Prettify output.
19241 Suggested by Karl Chen.
19242
98bf8494
DD
192432009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
19244
78b9fb28 19245 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 19246 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
19247 (gdb-overlay-arrow-position, gdb-thread-position)
19248 (gdb-disassembly-position): Declare variables.
19249 (gdb-wait-for-pending): Function now.
19250 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
19251 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
19252 compilation goes smoothly.
19253 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
19254 (gdb-non-stop-setting): New customization setting which replaces
19255 `gdb-non-stop' so changing it doesn't break active GDB session.
19256 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
19257 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
19258 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
19259 (gdb-show-threads-by-default): New customization options.
19260 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
19261 routines.
19262 (gdb-get-buffer-create): Send buffers update signal when they are
19263 created.
19264 (gdb-invalidate-locals, gdb-invalidate-registers)
19265 (gdb-invalidate-breakpoints)
19266 (gdb-invalidate-threads, gdb-invalidate-disassembly)
19267 (gdb-invalidate-memory): Accept update signal.
19268 (gdb-current-context-command): Use --frame option.
19269 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
19270 Implement `gdb-frame-number' selection logic.
19271 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
19272 whether to show GUD toolbar buttons.
19273 (gdb-thread-exited): Unselect current thread when it exits.
19274 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
19275 (gdb-mark-line): Routine which sets overlay arrow or inverses
19276 video on fringeless displays.
19277 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
19278 to build aligned columns of data in GDB buffers and set text
19279 properties line-by-line.
19280 (gdb-invalidate-breakpoints)
19281 (gdb-breakpoints-list-handler-custom)
19282 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
19283 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
19284 (gdb-registers-handler-custom): Align data columns.
19285 (gdb-locals-handler-custom): Now prints data like in variable
19286 declarations.
19287 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
88b5a757 19288 Remove confusing buttons.
78b9fb28
DD
19289 (gdb-invalidate-threads): Append --frame.
19290 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
19291 between breakpoints/threads buffers.
19292 (gdb-set-window-buffer): Now can ignore dedicated windows.
19293 (gdb-propertize-header): Use `gdb-set-window-buffer'.
19294 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
19295 (def-gdb-thread-buffer-gud-command): Replaces
19296 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
19297 for fine thread control.
19298 (gdb-preempt-existing-or-display-buffer): New function used to
19299 display bound buffers without breaking window layout.
19300 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
19301 (gdb-select-frame): New version of `gdb-frames-select' which now
19302 sets `gdb-frame-number' so commands may use --frame option instead
19303 of inner debugger state.
19304 (gdb-frame-handler): Do not set `gdb-frame-number'.
19305 (gdb-threads-mode-map): Select threads with mouse.
19306
19307 * progmodes/gud.el (gdb-gud-context-call): Declare function to
19308 avoid compilation warning.
19309 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
19310 `gdb-show-stop-p`.
19311
566f3909
DD
19312 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
19313 Argument `key' renamed to `buffer-type'.
19314 (gdb-current-context-buffer-name): Do not add thread info to
19315 buffer name when no thread is selected.
19316 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
19317 command (bug 3794).
19318 (gdb-thread-selected): Handle `=thread-selected' notification.
19319 (gdb-wait-for-pending): New macro to deal with congestion problems.
19320 (gdb-breakpoints-list-handler-custom): Don't fail on pending
19321 breakpoints.
7b6fefac
JB
19322 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
19323 This fixes problem similar to one described in bug 3947.
566f3909
DD
19324 (gud-menu-map): More menu items.
19325 (gdb-init-1): Reset `gdb-thread-number' to nil.
19326
4a31122c
DD
19327 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
19328 non-stop settings.
19329
19330 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
19331 (gdb-current-context-command): Do not append --thread if
19332 `gdb-thread-number' is nil.
6a7662bb
BR
19333 (gdb-running-threads-count, gdb-stopped-threads-count):
19334 New variables.
4a31122c 19335 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6a7662bb
BR
19336 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
19337 New customization options.
4a31122c
DD
19338 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
19339 GUD commands.
7b6fefac 19340 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
19341 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
19342 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
19343 set `gdb-thread-number' and update `gud-running' properly.
19344 (gdb-running): Update threads list when new threads appear.
19345 (gdb-stopped): Support non-stop operation and new thread switching
19346 logic.
19347 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
19348 (gdb-json-partial-output): New set of JSON routines.
19349 (def-gdb-auto-update-trigger): New `signal-list' optional
19350 argument.
19351 (gdb-thread-list-handler-custom): Update `gud-running',
19352 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
19353 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
19354 (gdb-continue-thread, gdb-step-thread): New commands for fine
19355 thread execution control.
19356 (gud-menu-map): New menu items to switch non-stop options.
19357 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 19358 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
19359
19360 * progmodes/gdb-mi.el (gdb-rules-name-maker)
19361 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
19362 gdb-buffer-rules.
19363 (def-gdb-auto-update-handler): New nopreserve optional argument.
19364 (gdb-stack-list-frames-custom): Print stack from top to bottom.
19365
88b5a757 19366 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
19367 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
19368 (gdb-parent-mode): New mode to derive other GDB modes from.
19369 (gdb-display-disassembly-for-thread)
19370 (gdb-frame-disassembly-for-thread): New commands for threads
19371 buffer.
19372
19373 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
19374 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
19375 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
19376 (gdb-update): We now store all GDB buffers in a list so that they
19377 can be updated by traversing a list instead of calling invalidate
7b6fefac 19378 triggers explicitly.
a5c9f540
DD
19379 (def-gdb-trigger-and-handler): New macro to define trigger-handler
19380 pair for GDB buffer.
19381 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
19382 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
19383 handle pending triggers.
19384 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
19385 (def-gdb-thread-buffer-simple-command)
19386 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
19387 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
19388 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
19389 New commands which show buffers bound to thread.
88b5a757 19390 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 19391
7b6fefac
JB
19392 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
19393 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
19394 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
19395 to (gud-comint-buffer) in *-buffer-name functions
19396 because (gdb-get-target-string) already does that.
19397 (gdb-locals-handler-custom, gdb-registers-handler-custom)
19398 (gdb-changed-registers-handler): Rewritten without regexps.
19399
ba214964 19400 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
19401 (gdb-thread-number): New variable.
19402 (gdb-current-context-command): New macro which adds --thread
19403 option to command.
7b6fefac 19404 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 19405 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 19406 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
19407 (gdb-select-thread): New command which selects current thread.
19408 (gdb-invalidate-frames, gdb-invalidate-locals)
19409 (gdb-invalidate-registers): Use --thread option.
20f12ed8 19410
2ac33804
MA
194112009-08-04 Michael Albinus <michael.albinus@gmx.de>
19412
19413 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 19414 robust. (Bug#3977)
2ac33804
MA
19415 (tramp-handle-insert-file-contents): `unwind-protect' must be
19416 inside `with-parsed-tramp-file-name'.
19417
19418 * net/tramp-gvfs.el (top): Remove superfluous message when loading
19419 fails.
19420
39d0296f
NR
194212009-08-03 Nick Roberts <nickrob@snap.net.nz>
19422
19423 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
19424 directory if CLASSPATH is not set.
19425
adcbca53
MA
194262009-08-03 Michael Albinus <michael.albinus@gmx.de>
19427
7b6fefac
JB
19428 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
19429 New defconst.
7ef849b6 19430 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 19431
30924b0b
CY
194322009-08-02 Kevin Ryde <user42@zip.com.au>
19433
7b6fefac
JB
19434 * net/newst-backend.el (newsticker--raw-url-list-defaults):
19435 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 19436
b6ce92f1
CY
194372009-08-02 Chong Yidong <cyd@stupidchicken.com>
19438
d977a092
CY
19439 * select.el (x-set-selection): Doc fix (Bug#4021).
19440
19441 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
19442
b6ce92f1
CY
19443 * help-fns.el (describe-variable): Treat list return values from
19444 dir-locals-find-file properly (Bug#4005).
19445
7b6fefac 194462009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
19447
19448 * net/tramp.el (tramp-debug-message): Print also microseconds.
19449
194502009-08-02 Michael Albinus <michael.albinus@gmx.de>
19451
19452 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
19453 or END is non-nil.
19454 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
19455 (tramp-get-debug-buffer): Change `outline-regexp' according to new
19456 format.
19457
5ce6e4f4 19458 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
19459 (tramp-get-file-property): Use it.
19460
6a7662bb
BR
19461 * autorevert.el (auto-revert-handler):
19462 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 19463
2aafe808
JR
194642009-08-02 Jason Rumney <jasonr@gnu.org>
19465
19466 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 19467 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 19468
e094097c
CY
194692009-08-02 Chong Yidong <cyd@stupidchicken.com>
19470
19471 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6a7662bb
BR
19472 (font-lock-variable-name-face, font-lock-constant-face):
19473 Darken the colors for light backgrounds.
e094097c 19474
de94f281
EZ
194752009-08-01 Eli Zaretskii <eliz@gnu.org>
19476
19477 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
19478 month names. (Bug#3987)
19479
54b99340
CY
194802009-07-31 Chong Yidong <cyd@stupidchicken.com>
19481
19482 * simple.el (line-move-finish): Pass whole number to
19483 line-move-to-column.
34be836c 19484 (line-move-visual): Perform hscroll to the recorded position.
54b99340 19485
38216c30
JB
194862009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
19487
19488 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
19489
c779896d
CY
194902009-07-29 Alan Mackenzie <acm@muc.de>
19491
19492 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
19493
592ccae0
DD
194942009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
19495
35edc6c6
DD
19496 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
19497 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 19498
5a9e3ab7
JB
194992009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
19500
19501 * calc/calc.el (calc-mode-map): Add keybinding for
19502 `calc-transpose-lines'.
19503
7b6fefac 195042009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
19505
19506 * calc/calc-misc.el (calc-transpose-lines): New function.
19507
905fb90e
MA
195082009-07-28 Michael Albinus <michael.albinus@gmx.de>
19509
19510 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
19511 Simplify check for out-of-band methods.
19512 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
19513 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
19514
76e14464
DN
195152009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
19516
19517 * vc-git.el (vc-git-checkin): Fix typo.
19518
6088b51f 195192009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
19520
19521 * progmodes/js2-mode.el: New file.
19522
b85157fe
NR
195232009-07-28 Nick Roberts <nickrob@snap.net.nz>
19524
19525 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
19526 (gud-menu-map): Adjust tooltip accordingly.
19527
d43c2b06
DN
195282009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
19529
1c0f0c3b
DN
19530 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
19531 (vc-bzr-log-view-mode): Adjust log-view-file-re.
19532
d43c2b06
DN
19533 * add-log.el (change-log-mode-map): Add a menu.
19534
3dec5c36
MA
195352009-07-27 Michael Albinus <michael.albinus@gmx.de>
19536
19537 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
19538 function returns nil.
19539 (dbus-handle-event): Handle special return value :ignore.
19540 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
19541
5704140c
CY
195422009-07-26 Chong Yidong <cyd@stupidchicken.com>
19543
19544 * view.el (view-mode-enable): Don't define Helper-return-blurb if
19545 it's not needed.
19546
3077d1f6
EZ
195472009-07-25 Eli Zaretskii <eliz@gnu.org>
19548
19549 Fix Bug#3888:
19550
19551 * w32-vars.el (x-select-enable-clipboard): Doc fix.
19552
19553 * term/pc-win.el (x-display-name, x-colors)
19554 (x-select-enable-clipboard, x-select-text): Doc fix.
19555
19556 * term/common-win.el (x-display-name, x-colors): Doc fix.
19557
19558 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
19559 (xw-defined-colors): Doc fix.
19560
19561 * w32-fns.el (x-select-text, x-setup-function-keys)
19562 (x-get-selection, x-set-selection): Doc fix.
19563
19564 * term/x-win.el (x-select-text, x-setup-function-keys)
19565 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
19566
19567 * select.el (x-set-selection): Doc fix.
19568
51768bc8
MA
195692009-07-25 Michael Albinus <michael.albinus@gmx.de>
19570
19571 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
19572 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6a7662bb
BR
19573 "IsNSSSupportAvailable" method is not available.
19574 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 19575
b11c2874
KH
195762009-07-24 Kenichi Handa <handa@m17n.org>
19577
19578 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 19579 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
19580 (build-unicode-category-table): Fix range checks.
19581
ba83b7b6
DN
195822009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
19583
19584 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
19585 the buffer we try to sync is current when calling
19586 vc-resynch-buffer.
19587
19588 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
19589 not show up to date files.
19590
7a8ae964
GM
195912009-07-24 Glenn Morris <rgm@gnu.org>
19592
19593 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
19594 Add autoload cookies. If necessary, initialize.
19595 (elint-log): Handle non-file buffers.
19596 (elint-initialize): Add optional argument to reinitialize.
19597 (elint-find-builtin-variables): Save excursion.
19598
a707eb05
DN
195992009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
19600
19601 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
19602 for Lint.
19603
0a2ddfa6
DN
196042009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
19605
d6a62b0d
DN
19606 * vc.el (vc-print-log-internal): New function, split out from ...
19607 (vc-print-log): ... here.
10b5dcad 19608 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 19609
0a2ddfa6
DN
19610 * vc-git.el (vc-git-add-signoff): New variable.
19611 (vc-git-checkin): Use it.
19612 (vc-git-toggle-signoff): New function.
19613 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
19614 (vc-git--run-command-string): Accept a nil FILE argument.
19615 (vc-git-stash-list): New function.
19616 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 19617
589a99f2
GM
196182009-07-23 Glenn Morris <rgm@gnu.org>
19619
19620 * help-fns.el (describe-variable): Describe ignored and risky local
19621 variables in a similar way to that in which we describe safe ones.
19622
19623 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
19624 (byte-compile-output-file-form, byte-compile-output-docform)
19625 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
19626 Give some more local variables with common names a "bytecomp-" prefix,
19627 so as not to shadow things during compilation.
19628 * emacs-lisp/cl-macs.el (load-time-value)
19629 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
19630 `outbuffer' to `bytecomp-outbuffer'.
19631
19632 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
19633 since the next two variables cover them automatically now.
19634 (elint-builtin-variables, elint-autoloaded-variables): New.
19635 (elint-unknown-builtin-args): Remove all members, since they can be
19636 parsed automatically now.
19637 (elint-extra-errors): New.
19638 (elint-env-add-env, elint-env-add-macro): Use cadr.
19639 (elint-current-buffer): Use or. Change final message.
19640 (elint-get-top-forms): Use line-end-position.
19641 (elint-init-env): Use cadr. Handle autoload, declare-function,
19642 and defalias.
19643 (elint-add-required-env): Doc fix. Use or. Standardize error.
19644 (regexp-assoc): Remove unused function.
19645 (elint-top-form): Set elint-current-pos, to record the start of the
19646 top-level form, for compilation-mode.
19647 (elint-form): Trap errors in macro expansion. Use dolist.
19648 (elint-unbound-variable): Use elint-builtin-variables and
19649 elint-autoloaded-variables.
19650 (elint-get-args): Use cadr, or.
19651 (elint-check-cond-form): Use dolist, cadr.
19652 (elint-check-condition-case-form): Doc fix. Use cadr.
19653 Use elint-extra-errors.
19654 (elint-log): New function.
19655 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
19656 Distinguish errors and warnings.
19657 (elint-log-message): Use with-current-buffer. Inhibit read-only.
19658 Use a bytecomp-style format.
19659 (elint-clear-log): Preserve default-directory. Inhibit read-only.
19660 (elint-get-log-buffer): Use compilation mode. Disable undo.
19661 Don't truncate lines.
19662 (elint-initialize): Set builtin and autoloaded variable lists.
19663 Only process elint-unknown-builtin-args if non-nil.
19664 (elint-find-builtin-variables, elint-find-autoloaded-variables):
19665 New functions.
19666 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
19667
855b42a2
GM
196682009-07-22 Kevin Ryde <user42@zip.com.au>
19669
19670 * net/newst-backend.el (newsticker--parse-atom-1.0)
19671 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
19672 (newsticker--parse-rss-1.0):
19673 * progmodes/idlwave.el (idlwave-mode):
19674 * progmodes/idlw-shell.el (idlwave-shell-mode):
19675 * progmodes/vera-mode.el (vera-mode):
19676 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
19677 * progmodes/vhdl-mode.el (vhdl-mode):
19678 * textmodes/table.el (table-generate-source)
19679 (table--warn-incompatibility):
19680 Hyperlink urls in docstrings with URL `...'.
19681
fd413a37
GM
196822009-07-22 Glenn Morris <rgm@gnu.org>
19683
cb711556
GM
19684 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
19685 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
19686 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
19687 Remove leading * from defcustom docs.
19688
fd413a37
GM
19689 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
19690
19691 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
19692 defcustom doc.
19693 (list-load-path-shadows): Optionally, just return shadows as a string.
19694
19695 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
19696
a4f69701
CY
196972009-07-21 Chong Yidong <cyd@stupidchicken.com>
19698
6a7662bb
BR
19699 * mail/rmailedit.el (rmail-edit-mode):
19700 Use auto-save-include-big-deletions.
a4f69701 19701
6a7662bb
BR
19702 * mail/rmail.el (rmail-variables):
19703 Use auto-save-include-big-deletions.
a4f69701
CY
19704
19705 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
19706 changes.
19707
ec06459c
JB
197082009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
19709
19710 * calc/calc.el (calc-undo-length): New variable.
19711 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
19712
b41b0976
RS
197132009-07-21 Richard Stallman <rms@gnu.org>
19714
19715 * files.el (auto-save-mode): Handle buffer-save-size = -2
19716 for toggling mode.
19717
4ed32706
GM
197182009-07-21 Glenn Morris <rgm@gnu.org>
19719
531b1264
GM
19720 * textmodes/ispell.el (ispell-looking-back): Update declaration.
19721
55d27f41
GM
19722 * calendar/todo-mode.el (calendar-current-date): Update declaration.
19723
02df3f4d
GM
19724 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
19725 silence compiler. Instead...
19726 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
19727 (ps-print-ensure-fontified): Update for above function name changes.
19728
fdd8417e
GM
19729 * printing.el (pr-mh-get-msg-num, pr-mh-show)
19730 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
19731 silence compiler. Instead...
19732 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
19733 (mh-show-buffer): Only define for compiler.
19734 (pr-mh-current-message): Update for above function name changes.
19735
4ed32706
GM
19736 * files.el (abort-if-file-too-large): Explicitly pass `filename'
19737 as an argument.
19738 (find-file-noselect, insert-file-1): Update for above change.
19739
19740 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
19741
19742 * mail/mailclient.el (mailclient-send-it): Fix message.
19743
19744 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
19745 (edebug-eval): Check cl-debug-env is bound.
19746 (print-level, print-circle): Don't redefine built-in variables.
19747
19748 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
19749 (custom-print-vectors): Remove old comments from doc.
19750
19751 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
19752 (emerge-version): Make the variable an obsolete alias for the
19753 emacs-version variable. Make the function obsolete.
19754 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
19755 Emerge options, rather than merging in into the main Options menu.
19756 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
19757 and auto advance modes. Disable edit/fast items when not relevant.
19758
86812144
CY
197592009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
19760
19761 * term/vt420.el (terminal-init-vt420): Fix typo.
19762
6bb90094
SS
197632009-07-20 Sam Steingold <sds@gnu.org>
19764
19765 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
19766 variable (removed from compile.el on 2004-03-11).
19767
42e0a725
CY
197682009-07-20 Chong Yidong <cyd@stupidchicken.com>
19769
19770 * files.el (hack-local-variables-filter): Fix last change.
19771
2ee20f24
JL
197722009-07-19 Juri Linkov <juri@jurta.org>
19773
19774 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
19775 (dir-local-variables-alist): New buffer-local variable.
19776 (hack-local-variables-filter): If variable is not dir-local,
19777 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
19778 because file-local overrides dir-local.
3570691b 19779 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
19780 Remove obsolete declaration.
19781 (hack-dir-local-variables): Add dir-local variable/value pair to
19782 `dir-local-variables-alist' and remove duplicates. Doc fix.
19783
19784 * help-fns.el (describe-variable): Add information about
19785 file-local and dir-local variables.
19786
89bf83cd
CY
197872009-07-19 Chong Yidong <cyd@stupidchicken.com>
19788
19789 * files.el (hack-local-variables-filter): Rewrite.
19790
1a8d3541
GM
197912009-07-19 Glenn Morris <rgm@gnu.org>
19792
d9e8a018
GM
19793 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
19794 Silence compiler by only defining on XEmacs.
19795
da332cfb
GM
19796 * international/mule.el (auto-coding-regexp-alist): Only match
19797 BABYL... at the start of buffer, not of lines. (Bug#3790)
19798
1a8d3541
GM
19799 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
19800 non-calendar buffers (Bug#3862). Restore "not on a date" message.
19801 (cal-menu-context-mouse-menu): Doc fix.
19802
19803 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
19804
19805 * simple.el (mail-user-agent): Doc fix. Set :version tag.
19806
d842b103
JL
198072009-07-18 Juri Linkov <juri@jurta.org>
19808
19809 * info.el: Virtual Info keyword finder.
3570691b 19810 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
19811 (Info-finder-file): New variable.
19812 (Info-finder-find-file): New function.
19813 (finder-known-keywords, finder-package-info)
19814 (find-library-name, lm-commentary): Use defvar and
19815 declare-function to silence compiler warnings.
19816 (Info-finder-find-node): New function.
19817 (info-finder): New command.
19818
19819 * subr.el (process-kill-buffer-query-function): New function.
19820 (add-hook)<kill-buffer-query-functions>: Add hook
19821 `process-kill-buffer-query-function'.
19822
10d37df7
AM
198232009-07-18 Alan Mackenzie <acm@muc.de>
19824
7b6fefac 19825 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
19826 (c-postprocess-file-styles): Give invocation of `c-set-style'
19827 DONT-OVERRIDE parameter of t. Already set style variables will
19828 thus not be overridden by style settings given by `c-file-syle'.
19829
19830 * files.el (hack-local-variables-filter): Remove entries with
19831 duplicate keys from `file-local-variables-alist'.
19832
102e1a41
EZ
198332009-07-18 Eli Zaretskii <eliz@gnu.org>
19834
19835 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
19836 x-set-selection if display-selections-p returns nil for the
19837 current frame.
19838
16f2e9fc
CY
198392009-07-18 Chong Yidong <cyd@stupidchicken.com>
19840
19841 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
19842
f22693fc
EZ
198432009-07-18 Eli Zaretskii <eliz@gnu.org>
19844
a6c2c80c
EZ
19845 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
19846 Accept nil in addition to a regexp.
19847 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
19848 Accept nil in addition to a regexp.
19849 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
19850 buffers that have an associated file. Handle nil values of
19851 desktop-buffers-not-to-save and desktop-files-not-to-save.
19852 (Bug#3833)
19853
f22693fc
EZ
19854 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
19855 (x-disown-selection-internal): New functions.
19856
e456379a
NR
198572009-07-18 Nick Roberts <nickrob@snap.net.nz>
19858
19859 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
19860 warning.
19861 (gdb-breakpoints-header): Move forward to avoid compiler warning.
19862 (gdb-make-header-line-mouse-map): Remove duplicate definition.
19863
0013b70f
CY
198642009-07-18 David De La Harpe Golden <david@harpegolden.net>
19865
19866 * simple.el (set-mark): Revert last change.
19867
0855c2ca
CY
198682009-07-17 Tassilo Horn <tassilo@member.fsf.org>
19869
19870 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
19871 rendering of pngs is not possible instead of messaging a long
19872 description.
19873
3f5c9cad
CY
198742009-07-17 David De La Harpe Golden <david@harpegolden.net>
19875
19876 * w32-fns.el (x-selection-owner-p): New function.
19877
19878 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6a7662bb
BR
19879 (mouse-yank-at-click, mouse-yank-primary):
19880 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 19881 insertion.
3f5c9cad
CY
19882
19883 * simple.el (deactivate-mark, set-mark): Only save selection if we
19884 own it.
19885
1fc87f9b
KH
198862009-07-17 Kenichi Handa <handa@m17n.org>
19887
19888 * case-table.el (describe-buffer-case-table): Fix for the case
19889 that KEY is a cons.
19890
d56fdcd2
DN
198912009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
19892
19893 * vc-rcs.el (vc-rcs-find-file-hook):
19894 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
19895
bede3e9f
MA
198962009-07-16 Michael Albinus <michael.albinus@gmx.de>
19897
19898 * net/tramp.el (tramp-wait-for-output): Handle the case when
19899 commands do not return a newline but a null byte before the shell
19900 prompt. (Bug#3858)
19901
7653ca1d
YM
199022009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19903
19904 * term/ns-win.el (ns-set-alpha): Don't declare.
19905 (ns-set-background-alpha): Remove function.
19906
ed2a52e9
SM
199072009-07-16 Kevin Ryde <user42@zip.com.au>
19908
19909 * emacs-lisp/copyright.el (copyright-update): Save match-data across
19910 y-or-n-p, for safety.
19911
7a907299
RS
199122009-07-16 Richard Stallman <rms@gnu.org>
19913
19914 * files.el (auto-save-mode): If buffer-saved-size is -2,
19915 don't clobber it.
19916
19917 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
19918 (rmail-retry-ignored-headers): Add more uninteresting fields.
19919
c0db3477
CY
199202009-07-15 Jari Aalto <jari.aalto@cante.net>
19921
19922 * net/rcirc.el (rcirc): Use history variables.
19923 (rcirc-server-name-history, rcirc-nick-name-history)
19924 (rcirc-server-port-history): New variables.
19925
6c875452
KH
199262009-07-15 Kenichi Handa <handa@m17n.org>
19927
bf974dc9
KH
19928 * international/mule-cmds.el (set-language-environment-charset):
19929 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
19930 ignore them.
19931
6c875452
KH
19932 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
19933 Delete unibyte-display.
19934
2066b4fe
CY
199352009-07-15 Chong Yidong <cyd@stupidchicken.com>
19936
19937 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
19938
f9be2e35
CY
199392009-07-15 Chong Yidong <cyd@stupidchicken.com>
19940
19941 * simple.el (deactivate-mark): Optional argument FORCE.
19942 (set-mark): Use deactivate-mark.
19943
19944 * info.el (Info-search): No need to check transient-mark-mode
19945 before calling deactivate-mark.
19946
19947 * select.el (x-set-selection): Doc fix.
19948 (x-valid-simple-selection-p): Allow buffer values.
6a7662bb
BR
19949 (xselect--selection-bounds): Handle buffer values.
19950 Suggested by David De La Harpe Golden.
f9be2e35 19951
6a7662bb
BR
19952 * mouse.el (mouse-set-region, mouse-drag-track):
19953 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
19954 select-active-regions work.
19955
be3e598a 199562009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
19957
19958 * simple.el (deactivate-mark): If select-active-regions is
19959 non-nil, copy the selection data into a string.
19960 (activate-mark): If select-active-regions is non-nil, set the
19961 selection to the current buffer.
19962 (set-mark): Update selection if select-active-regions is non-nil.
19963
19964 * select.el (x-valid-simple-selection-p): Allow buffer values.
19965
cbd61418
SM
199662009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
19967
19968 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
19969 and more featureful message-mode.
19970
f470187f
CY
199712009-07-14 Chong Yidong <cyd@stupidchicken.com>
19972
19973 * select.el (x-set-selection): Doc fix.
19974 (x-valid-simple-selection-p): Disallow selection data consisting
19975 of a list or cons of integers, since that is not used.
19976 (xselect--selection-bounds, xselect--int-to-cons): New functions.
19977 (xselect-convert-to-string, xselect-convert-to-length)
19978 (xselect-convert-to-filename, xselect-convert-to-charpos)
19979 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
19980
bfc99364
DD
199812009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
19982
19983 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
19984 output in -break-info command (Emacs bug #3794).
19985
e32721f5
GM
199862009-07-14 Glenn Morris <rgm@gnu.org>
19987
1e46f9e4
GM
19988 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
19989 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
19990 (edebug-print-length, edebug-print-level, edebug-print-circle)
19991 (edebug-sit-for-seconds, edebug-view-outside)
19992 (edebug-bounce-point, edebug-set-global-break-condition)
19993 (edebug-Go-nonstop-mode, edebug-trace-mode)
19994 (edebug-Trace-fast-mode, edebug-continue-mode)
19995 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
19996 (edebug-visit-eval-list): Doc fixes.
19997
e32721f5
GM
19998 * subr.el (def-edebug-spec): Doc fix.
19999
66a85e76
KH
200002009-07-14 Kenichi Handa <handa@m17n.org>
20001
20002 * international/characters.el: Fix setting of category ?C.
20003
28571246
JD
200042009-07-13 Jan Djärv <jan.h.d@swipnet.se>
20005
7b6fefac 20006 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
20007 ns-popup-font-panel instead of generate-fontset-menu.
20008
5d74672c
EZ
200092009-07-12 Eli Zaretskii <eliz@gnu.org>
20010
7b6fefac 20011 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 20012
eb1727a4
CY
200132009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
20014
20015 * arc-mode.el (archive-find-type): Allow for a PK00 string before
20016 the PK\003\004 header (Bug#3770).
20017
208384c5
CY
200182009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
20019
20020 * pcomplete.el (pcomplete-comint-setup): Check for
20021 shell-dynamic-complete-filename too.
20022
774409a1
CY
200232009-07-11 Chong Yidong <cyd@stupidchicken.com>
20024
20025 * simple.el (temporary-goal-column): Change the value for
20026 line-move-visual to a cons cell.
20027 (line-move-visual): Record or set the window hscroll, if
20028 necessary (Bug#3494).
20029 (line-move-1): Handle cons value of temporary-goal-column.
20030
1639ee1d
KH
200312009-07-11 Kenichi Handa <handa@m17n.org>
20032
20033 * international/mule-diag.el (describe-character-set): Don't show
20034 width.
20035
2b1d2412
SS
200362009-07-10 Sam Steingold <sds@gnu.org>
20037
20038 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20039 Omake sometimes indents the errors it prints, so allow all
20040 regexps to start with spaces.
20041
ed3a5691
EZ
200422009-07-10 Eli Zaretskii <eliz@gnu.org>
20043
ed2a52e9
SM
20044 * cus-edit.el (customize-changed-options-previous-release):
20045 Bump value to 22.1. (Bug#3804)
ed3a5691 20046
49405d0e
SS
200472009-07-08 Sam Steingold <sds@gnu.org>
20048
20049 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
20050 to be a cons cell (test . ignored-directory) to selectively ignore
20051 some directories depending on the location of the search.
20052
93c3eb7c
MA
200532009-07-08 Michael Albinus <michael.albinus@gmx.de>
20054
20055 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
20056 remote user is root, on the local host.
20057 (tramp-local-host-p): Either the local user or the remote user
20058 must be root. (Bug#3771)
20059
6f2a8484
NR
200602009-07-08 Nick Roberts <nickrob@snap.net.nz>
20061
20062 * progmodes/gdb-mi.el (gdb): Remove description of
20063 gdb-use-separate-io-buffer.
69cb8d82 20064 (menu): Don't allow toggling of or enable
6f2a8484
NR
20065 gdb-use-separate-io-buffer from menubar.
20066
88d03607
CY
200672009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
20068
20069 * mail/unrmail.el (unrmail): Make sure the message ends with two
20070 newlines (Bug#3769).
20071
7ef5b8b2
GM
200722009-07-08 Glenn Morris <rgm@gnu.org>
20073
20074 * calendar/calendar.el (calendar-current-date): Rework previous change.
20075
3ce82f97
GM
200762009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
20077
20078 * calendar/calendar.el (calendar-current-date):
20079 Add an optional argument giving an offset from today.
20080
f35fc841
GM
200812009-07-08 Glenn Morris <rgm@gnu.org>
20082
20083 * tutorial.el (tutorial--describe-nonstandard-key):
20084 Adjust the message for when a key has been unbound.
20085 (help-with-tutorial): Hide the arch-tag.
20086
40149292
KH
200872009-07-08 Kenichi Handa <handa@m17n.org>
20088
69cb8d82
KH
20089 * international/fontset.el (setup-default-fontset): For each
20090 script, append (not set) font-specs.
20091
40149292
KH
20092 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
20093 docstring.
20094
ff0c4194
NR
200952009-07-08 Nick Roberts <nickrob@snap.net.nz>
20096
20097 * progmodes/gdb-mi.el (gdb-init-1): Move sending
20098 -data-list-register-names to ...
20099 (gdb-starting): ... here because GDB 7.0 requires execution to
20100 have started when using this MI command.
20101 (gdb-set-header): New function to distinguish select and
20102 unselected tabs in gdb buffers.
20103 (gdb-propertize-header): New macro that uses gdb-set-header.
20104 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 20105 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 20106
8954c675
CY
201072009-07-07 Chong Yidong <cyd@stupidchicken.com>
20108
20109 * Makefile.in (ELCFILES): Remove fadr.elc.
20110
0996385d
DD
201112009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
20112
dc6b4519
DD
20113 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
20114 may contain frame information, so `string-match' should be used.
20115 (gdb-update): Disassembly is invalidated through
20116 `gdb-get-selected-frame'.
20117 (gdb-pad-string): New function to pad string with spaces.
20118 (gdb-invalidate-disassembly): Invalidate only if the buffer
20119 exists.
20120 (gdb-disassembly-handler-custom): Column alignment.
20121 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
20122 placing new ones.
20123 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
20124 end of line, too.
20125 (gdb-frame-handler): Match convention to for disassembly buffer
20126 mode name.
17c1380b 20127 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
20128 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
20129 not highlight breakpoints without line information.
69a197a2 20130 (gdb-input): Add trailing newline to command.
dc6b4519 20131
14340b25
DD
20132 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
20133 buffer properly.
20134 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 20135 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
20136 now.
20137 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
20138 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
20139 to place breakpoints.
14340b25
DD
20140 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
20141 functions.
20142 (gdb-disassembly-handler-custom): Show overlay arrow.
20143 (gdb-disassembly-place-breakpoints): Show breakpoints in
20144 disassembly buffer.
20145 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 20146 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 20147 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 20148 in `gud-menu-map'.
14340b25 20149
38d4f316 20150 * fadr.el: Remove.
1f2a6224 20151
7b6fefac 20152 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 20153 (gdb-memory-address): New variable which holds top address of
7b6fefac 20154 memory page shown in memory buffer.
6a7662bb
BR
20155 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
20156 New customization variables.
0996385d
DD
20157 New functions:
20158 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
20159 display the memory buffer.
20160 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
20161 buffer display parameters.
20162 (def-gdb-memory-format, gdb-memory-format-binary)
20163 (gdb-memory-format-octal, gdb-memory-format-unsigned)
20164 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
20165 Functions for setting memory buffer format.
20166 (gdb-memory-unit-word, gdb-memory-unit-halfword)
20167 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
20168 unit size used in memory buffer.
6a7662bb
BR
20169 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
20170 Switch to next/previous page of memory buffer.
28d67a53 20171 Now using (bindat-get-field) instead of fadr functions.
0996385d 20172
9ba562d3
SS
201732009-07-07 Sam Steingold <sds@gnu.org>
20174
20175 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
20176 non-top-level files.
20177
a43977db
KH
201782009-07-07 Kenichi Handa <handa@m17n.org>
20179
6a7662bb
BR
20180 * international/mule-cmds.el (reset-language-environment):
20181 Put the highset priority to the charset iso-8859-1.
a43977db 20182
d44d05e8
CY
201832009-07-06 Chong Yidong <cyd@stupidchicken.com>
20184
20185 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
20186 to the end of the line when locating the block (Bug#700).
20187
3e2fa353
MA
201882009-07-06 Michael Albinus <michael.albinus@gmx.de>
20189
20190 * net/tramp.el (tramp-handle-write-region): Flush file properties
20191 in case of short track.
20192
be3e598a 201932009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 20194
bf0b361c
JB
20195 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
20196 Coded custom representation of verilog error regular expressions
20197 to work with Emacs-22's new format.
d88782c3 20198 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 20199 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
20200 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
20201 error recognition into XEmacs.
20202 (verilog-error-regexp-add-emacs): Hook routine to install verilog
20203 error recognition into Emacs-22.
20204
25c6f63e
CY
202052009-07-06 Chong Yidong <cyd@stupidchicken.com>
20206
20207 * woman.el: Remove stand-alone closing parentheses.
20208 (woman-file-name, woman2-format-paragraphs)
20209 (woman-leave-blank-lines): Code cleanup.
20210 (woman-use-own-frame): Change default to nil.
6a7662bb
BR
20211 (woman-italic, woman-bold, woman-unknown, woman-addition):
20212 Change defaults to inherit from default faces.
25c6f63e
CY
20213 (woman2-process-escapes): Consume the newline after a stand-alone
20214 filler character (Bug#3651).
20215
f176290e
GM
202162009-07-06 Glenn Morris <rgm@gnu.org>
20217
20218 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
20219 (top-level): Move provide to the end.
20220 (ffap): Remove defunct URL from custom group.
20221
20222 * subr.el (eval-after-load): Doc fix.
20223
7b6fefac 202242009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
20225
20226 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
20227 `calc-embedded-word' is called twice.
20228
4b8b1ec5
SM
202292009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
20230
20231 * files.el (find-alternate-file-other-window, find-alternate-file):
20232 Obey confirm-nonexistent-file-or-buffer.
20233
d6ceb380
MA
202342009-07-05 Michael Albinus <michael.albinus@gmx.de>
20235
20236 * dired-aux.el (dired-show-file-type): Handle remote files.
20237
be3e598a 202382009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 20239
4b8b1ec5
SM
20240 * desktop.el (desktop-globals-to-save):
20241 Add file-name-history (Bug#2750).
c760f19e 20242
6d00ce04
CY
202432009-07-05 Chong Yidong <cyd@stupidchicken.com>
20244
4b8b1ec5 20245 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 20246
6ee21b07
JB
202472009-07-04 Johan Bockgård <bojohan@gnu.org>
20248
20249 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
20250 property on entire argument since this is what eshell-lisp-command
20251 expects.
20252
f0dbdc25
MA
202532009-07-03 Michael Albinus <michael.albinus@gmx.de>
20254
20255 * net/tramp-gvfs.el (tramp-gvfs-methods)
20256 (tramp-gvfs-zeroconf-domain)
20257 (tramp-bluez-discover-devices-timeout): Add version flag.
20258 (tramp-gvfs-handler-mounted-unmounted)
20259 (tramp-gvfs-connection-mounted-p): Polish handling of
20260 incompatibilities between GVFS 0.2 and 1.0.
20261
e044e4fc
JD
202622009-07-03 Jan Djärv <jan.h.d@swipnet.se>
20263
4b8b1ec5 20264 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 20265
2e9b968b
JB
202662009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
20267
bf0b361c 20268 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
20269 formatted correctly.
20270
baf1a55e
JL
202712009-07-02 Juri Linkov <juri@jurta.org>
20272
20273 * info.el: Virtual Info files and nodes.
20274 (Info-virtual-files, Info-virtual-nodes): New variables.
20275 (Info-current-node-virtual): New variable.
20276 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
20277 New functions.
20278 (Info-file-supports-index-cookies): Use Info-virtual-file-p
20279 to check for a virtual file instead of checking a fixed list
20280 of node names.
20281 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
20282 instead of ad-hoc processing of "dir" and (apropos history toc).
20283 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
20284 instead of ad-hoc processing of "dir" and (apropos history toc).
20285 Reread a file when moving from a virtual node.
20286 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
20287 (Info-directory-toc-nodes, Info-directory-find-file)
20288 (Info-directory-find-node): New functions.
20289 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
20290 (Info-history): Move part of code to
20291 `Info-history-find-node'.
20292 (Info-history-toc-nodes, Info-history-find-file)
20293 (Info-history-find-node): New functions.
20294 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
20295 (Info-toc): Move part of code to `Info-toc-find-node'.
20296 (Info-toc-find-node): New function.
4b8b1ec5 20297 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
20298 the current Info file name to references because now the node
20299 "*TOC*" belongs to the same Info manual.
4b8b1ec5 20300 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
20301 (Info-toc-nodes): Rename input argument `file' to `filename'.
20302 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
20303 instead of ad-hoc processing of ("dir" apropos history toc).
20304 (Info-index-nodes): Use Info-virtual-file-p
20305 to check for a virtual file instead of checking a fixed list
20306 of node names.
20307 (Info-index-node): Add check for `Info-current-node-virtual'.
20308 Raise `save-match-data' higher up the tree to contain
20309 `search-forward' too (bug fix).
20310 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
20311 (Info-virtual-index-nodes): New variable.
20312 (Info-virtual-index-find-node, Info-virtual-index): New functions.
20313 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
20314 (Info-apropos-file, Info-apropos-nodes): New variables.
20315 (Info-apropos-toc-nodes, Info-apropos-find-file)
20316 (Info-apropos-find-node, Info-apropos-matches): New functions.
20317 (info-apropos): Move part of code to `Info-apropos-find-node' and
20318 `Info-apropos-matches'.
20319 (Info-mode-map): Bind "I" to `Info-virtual-index'.
20320 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
20321 for a virtual file instead of checking a fixed list of node names.
20322
20323 * simple.el (async-shell-command): New command.
20324
20325 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
20326
20327 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
20328 instead of `mount-info'.
20329
d04bc496
MA
203302009-07-02 Michael Albinus <michael.albinus@gmx.de>
20331
20332 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 20333 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 20334
af0403e0
KH
203352009-07-02 Kenichi Handa <handa@m17n.org>
20336
20337 * international/mule.el (set-keyboard-coding-system): Force *-unix
20338 coding-system to avoid eol conversion.
20339
99278f8a
MA
203402009-07-01 Michael Albinus <michael.albinus@gmx.de>
20341
4b8b1ec5
SM
20342 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
20343 Add handler for `process-file', `shell-command' and
99278f8a
MA
20344 `start-file-process'.
20345 (tramp-gvfs-handle-shell-command)
20346 (tramp-gvfs-handle-start-file-process)
20347 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 20348 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 20349
3f1c6666
JD
203502009-07-01 Jan Djärv <jan.h.d@swipnet.se>
20351
20352 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
20353
3f396bac
KH
203542009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
20355
20356 * language/korean.el (set-language-info-alist): Add korean-cp949,
20357 cp949 to spec.
20358
c1185193
KH
203592009-07-01 Kenichi Handa <handa@m17n.org>
20360
20361 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
20362
20363 * international/encoded-kb.el: Deleted.
20364
20365 * international/mule.el (set-keyboard-coding-system): Perform the
20366 necessary setup here instead of calling encoded-kbd-setup-display.
20367
3f150a60
GM
203682009-07-01 Glenn Morris <rgm@gnu.org>
20369
20370 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
20371
b0d5b05b
GM
203722009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
20373
20374 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
20375
4f4126e6
MA
203762009-06-30 Michael Albinus <michael.albinus@gmx.de>
20377
4b8b1ec5
SM
20378 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
20379 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 20380 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 20381
7ae3ea65 20382 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
20383 (top): Add a default for "synce" in `tramp-default-user-alist'.
20384 Add completion function for "synce" method.
20385 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
20386 (tramp-hal-interface-manager, tramp-hal-interface-device):
20387 New defconst.
20388 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
20389 (tramp-synce-list-devices, tramp-synce-parse-device-names):
20390 New defuns.
d6ceb380
MA
20391
20392 * net/trampver.el: Update release number.
7ae3ea65 20393
0ad6626b
KH
203942009-06-30 Kenichi Handa <handa@m17n.org>
20395
20396 * international/fontset.el (setup-default-fontset): Add CJK fonts
20397 for symbols and the other miscellaneous characters.
20398
4b8b1ec5
SM
20399 * language/korea-util.el (setup-korean-environment-internal):
20400 Make char-width-table suitable for Korean environments.
0ad6626b
KH
20401 (exit-korean-environment): Cancel above.
20402
20403 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
20404 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 20405 setup-function to make char-width-table suitable for respective
0ad6626b
KH
20406 environments, and an exit-function to cancel that.
20407
20408 * language/japan-util.el (setup-japanese-environment-internal):
20409 Call use-cjk-char-width-table with arg `ja_JP'.
20410
20411 * international/characters.el (cjk-char-width-table): Delete it.
20412 (cjk-char-width-table-list): New variable.
20413 (use-cjk-char-width-table): New arg local-name.
20414 (use-default-char-width-table): Fix for the case that Emacs is
20415 already using the default char-width-table.
20416
fd46e893
MA
204172009-06-29 Michael Albinus <michael.albinus@gmx.de>
20418
20419 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
20420 modes mandatory. (Bug#3712)
20421
b87d9f96
AM
204222009-06-29 Alan Mackenzie <acm@muc.de>
20423
20424 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 20425 correction between the visible width of TABs and their number of bytes.
b87d9f96 20426
2d25aa5a
CY
204272009-06-29 Chong Yidong <cyd@stupidchicken.com>
20428
20429 * server.el (server-buffer-done): Prevent kill-buffer from
20430 prompting by clearing the buffer modification flag (Bug#3696).
20431
a3a8b002
DN
204322009-06-28 Michael McNamara <mac@mail.brushroad.com>
20433
bf0b361c 20434 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 20435 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
20436 (verilog-basic-complete-re): Support localparam lineup.
20437 (verilog-beg-of-statement-1): Fix for robustness, unique case.
20438 (verilog-set-auto-endcomments): Fix for unique case, always_comb
20439 commenting.
20440 (verilog-leap-to-case-head): Now support *nested* unique &
20441 priority case statements.
20442 (verilog-auto-lineup): Make just declarations the default (as it
20443 had been).
4b8b1ec5 20444 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 20445 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 20446 select the various styles of automatic lineup.
a3a8b002
DN
20447 (verilog-error-regexp-alist): Rework to support the XEmacs style
20448 of error regular expressions from compilers, lint tools &
20449 simulators. Note that GNU Emacs has made it impossible for a mode
20450 to load such things.
20451 (electric-verilog-terminate-line, verilog-indent-declaration)
20452 (verilog-auto-wiure): Rework for radio button selection of
20453 auto-lineup selection of specification of auto lineup.
20454 (verilog-beg-of-statement-1): Redesign to support proper operation
20455 in additional code, based on testing with auto-lineup.
20456 (verilog-calculate-indent, assignments & declarations)
20457 (verilog-backward-token): Enhance to support auto-lineup of
20458 assignments & declarations.
20459 (verilog-in-directive-p, verilog-at-struct-p): New function for
20460 easy test of whether we are.
20461 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
20462 to support safe execution at almost anyline.
20463 (verilog-calc-1): Properly support indenting deep inside generate
20464 blocks.
48c2d18a 20465 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 20466 as it is redundant with font-lock-defaults.
a8f316ca 20467 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
20468 to avoid circular calls if syntax-ppss is a function (as is the
20469 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 20470 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
20471 (verilog-ovm-begin-re, verilog-ovm-end-re)
20472 (verilog-ovm-statement-re, verilog-leap-to-head)
20473 (verilog-backward-token): Add support for OVM macros. Some are
20474 complete statements, and others open and close scopes like begin
20475 and end.
20476 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
20477 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 20478 compilation issue.
48c2d18a 20479 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 20480 coverpoint, constraint and cross statements.
a3a8b002
DN
20481 (verilog-defun-level-list, verilog-generate-defun-level-list)
20482 (verilog-all-defun-level-list): Redo these specifications - it is
20483 too hard to support eval-when compile aggregation of lists also
20484 built at when-compile time.
20485 (verilog-defun-level-list): Place defconsts of variables used in
20486 building regular expressions which are built in eval-when-compile
20487 bodies in the same eval-when-compile body to facilitate compile
20488 without load.
20489 (verilog-beg-block-re-ordered): Support indenting
20490 virtual/protected tasks and functions.
7b6fefac 20491 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
20492 (verilog-backward-ws&directives, verilog-calc-1): Speed up
20493 indentation of some module items (generate items).
20494 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
20495 across virtual/protected tasks and functions.
20496
204972009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
20498
bf0b361c 20499 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 20500 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
20501 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
20502 in concatenations. Reported by Yishay Belkind.
20503 (verilog-auto-ascii-enum): Support one-hot state machines in
20504 AUTOASCIIENUM. Suggested by Lloyd Gomez.
20505 (verilog-auto-inst, verilog-auto-inst-port): Include interface
6a7662bb
BR
20506 modport in AUTOINST and add vl-modport for users.
20507 Reported by David Rogoff.
a3a8b002
DN
20508 (verilog-auto-inout-module, verilog-auto-inst)
20509 (verilog-decls-get-interfaces, verilog-insert-definition)
20510 (verilog-insert-one-definition, verilog-read-decls)
20511 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
20512 (verilog-sig-modport, verilog-signals-combine-bus)
20513 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
20514 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
20515 Suggested by David Rogoff.
20516 (verilog-repair-open-comma): Fix non-insertion of comma when
20517 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
20518 (verilog-make-width-expression): Simplify [A-1:0] expression
20519 widths to just {A{1'b0}}.
20520 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
20521 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
20522 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
20523 inputs/outputs or data type. Suggested by Vasu Kandadi.
20524 (next-error-last-buffer): Fix byte-compiler warning.
20525 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
20526 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 20527 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 20528 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
20529 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
20530 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 20531 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
20532 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
20533 causing use of <= assignments. Reported by Alex Reed.
20534 (verilog-read-decls): Fix triand, trior, wand, wor to be
20535 recognized by AUTOWIRE. Reported by Spencer Isaacson.
20536 (verilog-extended-complete-re): Support import "DPI-C" functions.
20537 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 20538 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
20539 (verilog-insert-date, verilog-insert-year)
20540 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
20541 Windows systems. Reported by Michael Potts.
20542 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 20543 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 20544 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 20545 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
20546 (verilog-read-decls): Fix detecting "parameter int" when using
20547 AUTOINSTPARAM. Reported by Bruce T.
20548 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 20549 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 20550 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
20551 verilog-goto-defun will work. Reported by Lawrence Butcher.
20552 (verilog-getopt): Expand environment variables in -f file
20553 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 20554 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
20555 when reading enumerations.
20556 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
20557 Suggested by Stephen Peltan.
4b8b1ec5 20558 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
20559 files. Reported by Steve Peltan.
20560
f7c0d931
CY
205612009-06-28 David De La Harpe Golden <david@harpegolden.net>
20562
20563 * files.el (trash-directory): Fix defcustom type.
20564
baf1a55e 205652009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
20566
20567 * help-fns.el (describe-function-1): Correctly locate adviced
20568 functions in hyperlink (Bug#2438).
20569
d63a01ef
CY
205702009-06-28 Chong Yidong <cyd@stupidchicken.com>
20571
20572 * files.el (trash-directory): Change default to nil.
20573 (move-file-to-trash): If trash-directory is nil and
20574 system-move-file-to-trash is unbound, perform freedesktop-style
20575 trashing.
20576
205772009-06-28 David De La Harpe Golden <david@harpegolden.net>
20578
20579 * files.el (move-file-to-trash): Add freedesktop trash
20580 support (Bug#973).
20581
fc2f6a26
GM
205822009-06-28 Glenn Morris <rgm@gnu.org>
20583
20584 * autorevert.el (global-auto-revert-non-file-buffers)
20585 (global-auto-revert-mode): Doc fixes.
20586
00242b07
JB
205872009-06-27 Johan Bockgård <bojohan@gnu.org>
20588
20589 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
20590
f5594f03
CY
205912009-06-27 Chong Yidong <cyd@stupidchicken.com>
20592
e8a2b2da
CY
20593 * faces.el (x-handle-named-frame-geometry): Ensure that we have
20594 opened an X connection before calling x-get-resource (Bug#3194).
20595
f5594f03
CY
20596 * play/doctor.el: Remove reference to obsolete website.
20597 (make-doctor-variables): Correct grammar mistake (Bug#2633).
20598
3c3bf6ce
DN
205992009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
20600
20601 Remove find-file-not-found-hook VC method. (Bug#2757)
20602 * vc-hooks.el (vc-file-not-found-hook)
20603 (vc-default-find-file-not-found-hook): Remove functions.
20604 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
20605 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
20606 * vc.el:
20607 * vc-hg.el:
20608 * vc-git.el: Do not mention find-file-not-found-hook VC method.
20609
e26a7bc0
AM
206102009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
20611
20612 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 20613 compatibility function for `looking-back'.
e26a7bc0 20614
4b8b1ec5 20615 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 20616 Use `ispell-looking-back'.
e26a7bc0 20617
d9848600
MA
206182009-06-24 Michael Albinus <michael.albinus@gmx.de>
20619
20620 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 20621 rather than `filename'.
d9848600 20622
05fbc4a9
MB
206232009-06-23 Miles Bader <miles@gnu.org>
20624
20625 * face-remap.el (text-scale-set): New function.
20626
f86ca715
GM
206272009-06-23 Glenn Morris <rgm@gnu.org>
20628
33e2c2e5
GM
20629 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
20630
f529f302
GM
20631 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
20632
34995333
GM
20633 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
20634
cc80ccee
GM
20635 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
20636
84cb770d
GM
20637 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
20638 Simplify Persian conditionals.
20639
d916c965
GM
20640 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
20641 variable `filename'.
20642
b6a44b27
GM
20643 * comint.el (comint-insert-input): Doc fix.
20644
f86ca715
GM
20645 * Makefile.in (ELCFILES): Fix typo in previous change.
20646
666e158e
MB
206472009-06-23 Miles Bader <miles@gnu.org>
20648
20649 * cus-start.el: Add entry for `recenter-redisplay'.
20650
be3e598a 206512009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
20652
20653 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
20654 Add an optional argument for the backend, use it instead of
20655 calling vc-backend.
4b8b1ec5
SM
20656 (vc-mode-line): Add an optional argument for the backend.
20657 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
20658 special handling for vc-state being a buffer to ...
20659
20660 * vc-rcs.el (vc-rcs-find-file-hook):
20661 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
20662
20663 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
20664 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
20665 vc-stay-local-p and vc-mode-line calls.
20666
20667 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
20668 (vc-cvs-diff, vc-cvs-annotate-command)
20669 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
20670 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
20671 vc-mode-line calls.
20672
20673 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
20674 direct comparison.
20675 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
20676 backend when calling vc-mode-line.
20677 (vc-register): Do not create a closure for calling the vc register
20678 function, call it directly.
20679
2764748c
DN
206802009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
20681
20682 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
20683 to make it obvious item can be clicked.
f5a0b281
DN
20684
20685 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
20686
d4a885b2
KH
206872009-06-23 Kenichi Handa <handa@m17n.org>
20688
20689 * language/korea-util.el (korean-key-bindings): Change the binding
20690 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
20691 same command.
20692
e3610693
MA
206932009-06-22 Michael Albinus <michael.albinus@gmx.de>
20694
20695 Sync with Tramp 2.1.16.
20696
20697 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
20698
20699 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
20700 when a loading of a package fails. Completion function for rsync
20701 is `tramp-completion-function-alist-ssh'.
20702 (all): Replace all calls of `split-string' and
20703 `tramp-split-string' by `tramp-compat-split-string'.
20704 (tramp-default-method): Use `tramp-compat-process-running-p'.
20705 (tramp-default-proxies-alist): Allow also Lisp forms.
20706 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 20707 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
20708 (tramp-domain-regexp): Allow also "-", "_" and ".".
20709 (tramp-end-of-output): Remove newlines, and add "$" at the end.
20710 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
20711 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
20712 (tramp-handle-directory-files-and-attributes-with-stat):
20713 Care about filenames with spaces, or starting with "-".
e3610693
MA
20714 (tramp-handle-dired-uncache): New defun.
20715 (tramp-handle-insert-directory): Don't flush the directory from
20716 cache, this is handled by `dired-uncache' now.
20717 (tramp-handle-insert-file-contents): Improve error handling.
20718 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
20719 Quote `tramp-end-of-output'.
20720 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
20721 (tramp-check-for-regexp): Both echoes must be present, before removing.
20722 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
20723 (tramp-compute-multi-hops): Eval cons cells of
20724 `tramp-default-proxies-alist'.
20725 (tramp-maybe-open-connection): Use the same command pattern for
20726 first hop and further hops.
20727 (tramp-wait-for-output): Remove handling of newlines.
20728 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
20729 (tramp-split-string): Remove function. It is handled in
20730 tramp-compat now.
20731
4b8b1ec5
SM
20732 * net/tramp-cmds.el (tramp-bug):
20733 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
20734
20735 * net/tramp-compat.el (tramp-compat-split-string)
20736 (tramp-compat-process-running-p): New defuns.
20737
20738 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
20739 for `dired-uncache'.
20740
20741 * net/tramp-gvfs.el: New package.
20742
4b8b1ec5
SM
20743 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
20744 Add handler for `dired-uncache'.
e3610693
MA
20745 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
20746
20747 * net/trampver.el: Update release number. Make version check fit
20748 for SXEmacs 22.
20749
13a3f374
JM
207502009-06-22 Jim Meyering <meyering@redhat.com>
20751
e0a28a3b 20752 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
20753 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
20754 XZ is the successor to LZMA: <http://tukaani.org/xz/>
20755
5242671e 207562009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 20757 Nick Roberts <nickrob@snap.net.nz>
13a3f374 20758
e0a28a3b 20759 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
20760 repository (http://sphinx.net.ru/hg/gdb-mi/).
20761
3fde45af
GM
207622009-06-22 Glenn Morris <rgm@gnu.org>
20763
46253b34
GM
20764 * files.el (dir-locals-collect-mode-variables): Allow for any number of
20765 `mode' and `eval' entries. (Bug#3430)
20766
97e18192
GM
20767 * Makefile.in (ELCFILES): Add fadr.elc.
20768
731a00fb
GM
20769 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
20770 differing behavior of \n and ^ in strings. (Bug#3385)
20771
c66cd0ff
GM
20772 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
20773
3fde45af
GM
20774 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
20775 property.
20776 (lisp-indent-function): Make it a defcustom.
20777
db2241a0
NR
207782009-06-21 Nick Roberts <nickrob@snap.net.nz>
20779
20780 * progmodes/gdb-ui.el: Replace with ...
5242671e 20781 * progmodes/gdb-mi.el: ... this file.
db2241a0 20782 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
20783
207842009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
20785
db2241a0
NR
20786 * fadr.el: New file.
20787
38d4f316 20788See ChangeLog.14 for earlier changes.
e3d51b27
MR
20789
20790;; Local Variables:
20791;; coding: utf-8
e3d51b27
MR
20792;; End:
20793
8de31eec 20794 Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
e3d51b27
MR
20795
20796 This file is part of GNU Emacs.
20797
20798 GNU Emacs is free software: you can redistribute it and/or modify
20799 it under the terms of the GNU General Public License as published by
20800 the Free Software Foundation, either version 3 of the License, or
20801 (at your option) any later version.
20802
20803 GNU Emacs is distributed in the hope that it will be useful,
20804 but WITHOUT ANY WARRANTY; without even the implied warranty of
20805 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20806 GNU General Public License for more details.
20807
20808 You should have received a copy of the GNU General Public License
20809 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.